File: ru.js

package info (click to toggle)
php-horde 5.2.1%2Bdebian0-2%2Bdeb8u3
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 12,252 kB
  • ctags: 2,180
  • sloc: php: 11,103; xml: 6,460; sh: 96; makefile: 33; sql: 1
file content (21 lines) | stat: -rw-r--r-- 1,169 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.': 'Ошибка ввода-вывода.'
});