diff options
Diffstat (limited to 'apps/files_sharing/l10n/ru.php')
-rw-r--r-- | apps/files_sharing/l10n/ru.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/ru.php b/apps/files_sharing/l10n/ru.php index 066096f5b5a..77332c183f6 100644 --- a/apps/files_sharing/l10n/ru.php +++ b/apps/files_sharing/l10n/ru.php @@ -1,8 +1,11 @@ <?php $TRANSLATIONS = array( +"The password is wrong. Try again." => "Неверный пароль. Попробуйте еще раз.", "Password" => "Пароль", "Submit" => "Отправить", "%s shared the folder %s with you" => "%s открыл доступ к папке %s для Вас", "%s shared the file %s with you" => "%s открыл доступ к файлу %s для Вас", "Download" => "Скачать", +"Upload" => "Загрузка", +"Cancel upload" => "Отмена загрузки", "No preview available for" => "Предпросмотр недоступен для" ); |