diff options
Diffstat (limited to 'files/l10n/ru.php')
-rw-r--r-- | files/l10n/ru.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/files/l10n/ru.php b/files/l10n/ru.php new file mode 100644 index 00000000000..ff1c05ce8ee --- /dev/null +++ b/files/l10n/ru.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"Files" => "Файлы", +"Maximum upload size" => "Максимальный размер файла", +"Upload" => "Закачать", +"New Folder" => "Новая папка", +"Nothing in here. Upload something!" => "Здесь ничего нет. Закачайте что-нибудь!", +"Name" => "Название", +"Download" => "Скачать", +"Size" => "Размер", +"Modified" => "Изменен", +"Delete" => "Удалить", +"Upload too large" => "Файл слишком большой", +"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Файлы, которые Вы пытаетесь закачать, превышают лимит для файлов на этом сервере." +); |