diff options
Diffstat (limited to 'apps/files/l10n/mn.js')
-rw-r--r-- | apps/files/l10n/mn.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/mn.js b/apps/files/l10n/mn.js index 801eb947f11..093ee0c9f2d 100644 --- a/apps/files/l10n/mn.js +++ b/apps/files/l10n/mn.js @@ -61,7 +61,6 @@ OC.L10N.register( "_%n file_::_%n files_" : ["файл","файлууд"], "{dirs} and {files}" : "{dirs} болон {files}", "_including %n hidden_::_including %n hidden_" : ["нуугдсан %n хамруулан","нуугдсан %n хамруулан"], - "You don’t have permission to upload or create files here" : "Та энэ байршилд файл үүсгэх эсвэл байршуулах эрхгүй байна.", "_Uploading %n file_::_Uploading %n files_" : ["Файлыг байршуулж байна","%n файлыг байршуулж байна"], "New" : "Шинэ", "{used} of {quota} used" : "{quota} оноосноос {used} хэрэглэсэн", @@ -130,6 +129,7 @@ OC.L10N.register( "Shared by link" : "Холбоосоор түгээсэн", "Text file" : "текст файл", "New text file.txt" : "шинэ текст file.txt", - "Select" : "Сонгох" + "Select" : "Сонгох", + "You don’t have permission to upload or create files here" : "Та энэ байршилд файл үүсгэх эсвэл байршуулах эрхгүй байна." }, "nplurals=2; plural=(n != 1);"); |