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

eo.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f9707f791de695f253ed2ff63d16da01cc928953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "photos",
    {
    "Photos" : "Fotoj",
    "Videos" : "Videaĵoj",
    "Folders" : "Dosierujoj",
    "Favorites" : "Pliŝataĵoj",
    "Shared with you" : "Kunhavata kun vi",
    "Back" : "Antaŭen",
    "Save" : "Konservi",
    "View" : "Vidi",
    "An error occurred" : "Eraro okazis",
    "Favorite" : "Pliŝatati",
    "Remove from favorites" : "Forigi el pliŝataĵoj",
    "Add" : "Aldoni",
    "Download" : "Elŝuti",
    "Delete selection" : "Forigi elekton",
    "Delete" : "Forigi",
    "Settings" : "Agordoj"
},
"nplurals=2; plural=(n != 1);");