Welcome to mirror list, hosted at ThFree Co, Russian Federation.

id.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f6ba1b1fb45377feafca96efcbc8ef1eb2d87257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "photos",
    {
    "Photos" : "Foto",
    "Videos" : "Video",
    "Folders" : "Folder-folder",
    "Favorites" : "Disukai",
    "Shared with you" : "Shared with you",
    "Tags" : "Tag",
    "Back" : "Kembali",
    "Save" : "Simpan",
    "Copy public link" : "Salin tautan publik",
    "An error occurred" : "Terjadi kesalahan",
    "Favorite" : "Favorit",
    "Remove from favorites" : "Remove from favorites",
    "Add" : "Masukkan",
    "Delete selection" : "Hapus pilihan",
    "Settings" : "Setelan"
},
"nplurals=1; plural=0;");