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

lo.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 076a13de0f176bd5ce3940a6ce5f25c9c7a8f37c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "richdocuments",
    {
    "File is too big" : "ຟາຍໃຫຍ່ໂພດ",
    "Invalid file provided" : "ຟາຍບໍ່ຖືກຕ້ອງ",
    "No results" : "ບໍ່ມີຜົນ",
    "Cancel" : "ຍົກເລີກ",
    "Close" : "ປິດ",
    "Error" : "ຜິດພາດ",
    "Save" : "ບັນທຶກ",
    "Remove from favorites" : "ຍ້າຍຈາກລາຍການທີ່ມັກ",
    "Add to favorites" : "ເພີ່ມລາຍການທີ່ມັກ",
    "Details" : "ລາຍລະອຽດ",
    "Download" : "ດາວໂຫລດ",
    "Create" : "ສ້າງ",
    "Select template" : "ເລືອກຕົວຢ່າງ"
},
"nplurals=1; plural=0;");