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

mn.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 518d633e0e3c308a9610e7449284935cbd84340c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "photos",
    {
    "Photos" : "Зурагнууд",
    "Videos" : "Бичлэгүүд",
    "Folders" : "Хавтсууд",
    "Favorites" : "Онцолсон",
    "Shared with you" : "тантай хуваалцсан",
    "Tags" : "Tag-үүд",
    "Back" : "буцах",
    "Save" : "Хадгалах",
    "Favorite" : "Дуртай",
    "Remove from favorites" : "Remove from favorites",
    "Add" : "нэмэх",
    "Your photos" : "Таны зурагнууд ",
    "Settings" : "Тохиргоо"
},
"nplurals=2; plural=(n != 1);");