diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-17 01:55:43 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-17 01:55:43 -0400 |
commit | ce179dcdcb171aef4f7e84025706237b54f0340f (patch) | |
tree | 0a4ba40fd42895a82a9a977fa1dd5c3644cb7f48 /lib/l10n/ru.php | |
parent | dd2dd7eaae9dd9e70942f216ebefa69fec3a1bab (diff) | |
download | nextcloud-server-ce179dcdcb171aef4f7e84025706237b54f0340f.tar.gz nextcloud-server-ce179dcdcb171aef4f7e84025706237b54f0340f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ru.php')
-rw-r--r-- | lib/l10n/ru.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/l10n/ru.php b/lib/l10n/ru.php index 83119119624..59bc2a321fd 100644 --- a/lib/l10n/ru.php +++ b/lib/l10n/ru.php @@ -1,16 +1,17 @@ <?php $TRANSLATIONS = array( -"App \"%s\" can't be installed because it is not compatible with this version of ownCloud." => "Приложение \"%s\" нельзя установить, так как оно не совместимо с текущей версией ownCloud.", -"No app name specified" => "Не выбрано имя приложения", "Help" => "Помощь", "Personal" => "Личное", "Settings" => "Конфигурация", "Users" => "Пользователи", "Admin" => "Admin", "Failed to upgrade \"%s\"." => "Не смог обновить \"%s\".", +"No app name specified" => "Не выбрано имя приложения", "Unknown filetype" => "Неизвестный тип файла", "Invalid image" => "Изображение повреждено", "web services under your control" => "веб-сервисы под вашим управлением", +"App directory already exists" => "Папка приложения уже существует", +"Can't create app folder. Please fix permissions. %s" => "Не удалось создать директорию. Исправьте права доступа. %s", "No source specified when installing app" => "Не указан источник при установке приложения", "No href specified when installing app from http" => "Не указан атрибут href при установке приложения через http", "No path specified when installing app from local file" => "Не указан путь при установке приложения из локального файла", @@ -21,8 +22,6 @@ $TRANSLATIONS = array( "App can't be installed because it is not compatible with this version of ownCloud" => "Приложение невозможно установить. Не совместимо с текущей версией ownCloud.", "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" => "Приложение невозможно установить. Оно содержит параметр <shipped>true</shipped> который не допустим для приложений, не входящих в поставку.", "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Приложение невозможно установить. Версия в info.xml/version не совпадает с версией заявленной в магазине приложений", -"App directory already exists" => "Папка приложения уже существует", -"Can't create app folder. Please fix permissions. %s" => "Не удалось создать директорию. Исправьте права доступа. %s", "Application is not enabled" => "Приложение не разрешено", "Authentication error" => "Ошибка аутентификации", "Token expired. Please reload page." => "Токен просрочен. Перезагрузите страницу.", |