summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/lo.js
blob: cbe7fcc4a7c096c3144f73470a579a965c557752 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "files",
    {
    "Storage not available" : "ບໍ່ມີພື້ນທີ່ເກັບຂໍ້ມູນ",
    "Storage invalid" : "ພື້ນທີ່ເກັບຂໍ້ມູນບໍ່ຖືກຕ້ອງ",
    "Unknown error" : "ຂໍ້ຜິດພາດທີ່ບໍ່ຮູ້ສາເຫດ",
    "Could not move %s - File with this name already exists" : "ບໍ່ສາມາດຍ້າຍໄຟລ໌ %s ນີ້ໄດ້ - ຊື່ໄຟລ໌ນີ້ຖືກນຳໃຊ້ແລ້ວ",
    "Could not move %s" : "ບໍ່ສາມາດຍ້າຍ %s ໄດ້",
    "Permission denied" : "ບໍ່ທີສິດໃນການເຂົ້າເຖິງ",
    "The target folder has been moved or deleted." : "ໂຟນເດີທີ່ທ່ານເລືອກໄດ້ຖືກຍ້າຍ ຫຼື ລຶບອອກແລ້ວ",
    "_%n folder_::_%n folders_" : [""],
    "_%n file_::_%n files_" : [""],
    "_Uploading %n file_::_Uploading %n files_" : [""],
    "_matches '{filter}'_::_match '{filter}'_" : [""]
},
"nplurals=1; plural=0;");