diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-10 01:55:34 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-10 01:55:34 -0500 |
commit | ea95bb01899cdac6bf55d29dfefd8148bb26893f (patch) | |
tree | ad5af2a7a33ad559317eb058fbe447e7f8a0aec0 /lib | |
parent | 7028c7150dd3181c3416ad77ca675e85514cdae3 (diff) | |
download | nextcloud-server-ea95bb01899cdac6bf55d29dfefd8148bb26893f.tar.gz nextcloud-server-ea95bb01899cdac6bf55d29dfefd8148bb26893f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/ru.js | 2 | ||||
-rw-r--r-- | lib/l10n/ru.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index bcf66828811..440f5aa0fb4 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -8,6 +8,8 @@ OC.L10N.register( "Sample configuration detected" : "Обнаружена конфигурация из примера", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Была обнаружена конфигурация из примера. Это может повредить вашей системе и это не поддерживается. Пожалуйста прочтите доументацию перед внесением изменений в файл config.php", "PHP %s or higher is required." : "Требуется PHP %s или выше", + "PHP with a version less then %s is required." : "Требуется версия PHP ниже %s", + "Following databases are supported: %s" : "Поддерживаются следующие СУБД: %s", "Help" : "Помощь", "Personal" : "Личное", "Settings" : "Настройки", diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json index c18d9de810d..cafd2f59f6b 100644 --- a/lib/l10n/ru.json +++ b/lib/l10n/ru.json @@ -6,6 +6,8 @@ "Sample configuration detected" : "Обнаружена конфигурация из примера", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Была обнаружена конфигурация из примера. Это может повредить вашей системе и это не поддерживается. Пожалуйста прочтите доументацию перед внесением изменений в файл config.php", "PHP %s or higher is required." : "Требуется PHP %s или выше", + "PHP with a version less then %s is required." : "Требуется версия PHP ниже %s", + "Following databases are supported: %s" : "Поддерживаются следующие СУБД: %s", "Help" : "Помощь", "Personal" : "Личное", "Settings" : "Настройки", |