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

lo.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 46702efa5789a4d635bf477e9355f514a348e05d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "photos",
    {
    "Photos" : "ຮູບພາບ",
    "Videos" : "ວິດີໂອ",
    "Favorites" : "ລາຍການທີ່ມັກ",
    "Shared with you" : "ແບ່ງປັບກັບທ່ານ",
    "Tags" : "ປ້າຍກຳກັບ",
    "Back" : "ຫຼັງ",
    "Save" : "ບັນທຶກ",
    "Favorite" : "ລາຍການທີ່ມັກ",
    "Remove from favorites" : "ຍ້າຍຈາກລາຍການທີ່ມັກ",
    "Add" : "ເພີ່ມ",
    "Settings" : "ການຕັ້ງຄ່າ"
},
"nplurals=1; plural=0;");