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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/bg.js')
-rw-r--r--l10n/bg.js28
1 files changed, 28 insertions, 0 deletions
diff --git a/l10n/bg.js b/l10n/bg.js
new file mode 100644
index 0000000..c770e1b
--- /dev/null
+++ b/l10n/bg.js
@@ -0,0 +1,28 @@
+OC.L10N.register(
+ "files_texteditor",
+ {
+ "saving..." : "записва...",
+ "saved!" : "записан!",
+ "failed!" : "неуспешно!",
+ "Saved" : "Запазено",
+ "There was a problem saving your changes. Click to resume editing." : "Възникна проблем при записване на промените. Кликнете, за да се възобнови редактирането.",
+ "An error occurred!" : "Възникна грешка!",
+ "Edit" : "Редакция",
+ "Mixed" : "Комбинирано",
+ "Preview" : "Преглед",
+ "New text file" : "Нов текстов файл",
+ "New text file.txt" : "Нов текст file.txt",
+ "You can not open a folder" : "Не можете да отворите папката",
+ "This file is too big to be opened. Please download the file instead." : "Този файл е твърде голям, за да се отвори. Моля, изтеглете файла.",
+ "Cannot read the file." : "файлът неможе да бъде прочетен.",
+ "Invalid file path supplied." : "Предоставен е невалиден път до файл.",
+ "The file is locked." : "Файлът е заключен.",
+ "An internal server error occurred." : "Възникна вътрешна грешка на сървъра.",
+ "You can not write to a folder" : "Не можете да записвате в папката",
+ "Cannot save file as it has been modified since opening" : "Файлът не може да бъде запаметен, защото е бил модифициран след отварянето му",
+ "Insufficient permissions" : "Недостатъчни права",
+ "File path not supplied" : "Не е предоставен път до файл",
+ "File mtime not supplied" : "Не е предоставено време на модификация на файла - mtime",
+ "Text editor" : "Текстов редактор"
+},
+"nplurals=2; plural=(n != 1);");