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

sq.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ad4400beb1ad149ad53cc8041348af9d198c1711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "photos",
    {
    "Photos" : "Foto",
    "Videos" : "Videot",
    "Folders" : "Dosjet",
    "Favorites" : "Favorites",
    "Shared with you" : "E ndarë me ju",
    "Tags" : "Etiketat",
    "Back" : "Prapa",
    "Save" : "Ruaj",
    "View" : "Shiko",
    "Favorite" : "I/E Preferuar",
    "Remove from favorites" : "Remove from favorites",
    "Add" : "Shto",
    "Settings" : "Rregullimet"
},
"nplurals=2; plural=(n != 1);");