summaryrefslogtreecommitdiffstats
path: root/static/plupload/js/i18n/ru.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/plupload/js/i18n/ru.js')
-rw-r--r--static/plupload/js/i18n/ru.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/static/plupload/js/i18n/ru.js b/static/plupload/js/i18n/ru.js
new file mode 100644
index 0000000..a78af8e
--- /dev/null
+++ b/static/plupload/js/i18n/ru.js
@@ -0,0 +1,21 @@
+// Russian
+plupload.addI18n({
+ 'Select files' : 'Выберите файлы',
+ 'Add files to the upload queue and click the start button.' : 'Добавьте файлы в очередь и нажмите кнопку "Загрузить файлы".',
+ 'Filename' : 'Имя файла',
+ 'Status' : 'Статус',
+ 'Size' : 'Размер',
+ 'Add files' : 'Добавить файлы',
+ 'Stop current upload' : 'Остановить загрузку',
+ 'Start uploading queue' : 'Загрузить файлы',
+ 'Uploaded %d/%d files': 'Загружено %d из %d файлов',
+ 'N/A' : 'N/D',
+ 'Drag files here.' : 'Перетащите файлы сюда.',
+ 'File extension error.': 'Неправильное расширение файла.',
+ 'File size error.': 'Неправильный размер файла.',
+ 'Init error.': 'Ошибка инициализации.',
+ 'HTTP Error.': 'Ошибка HTTP.',
+ 'Security error.': 'Ошибка безопасности.',
+ 'Generic error.': 'Общая ошибка.',
+ 'IO error.': 'Ошибка ввода-вывода.'
+}); \ No newline at end of file