diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-11-03 02:14:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-11-03 02:14:09 +0000 |
commit | bfb764b5f3a26add7059391134c86a1fca460dfd (patch) | |
tree | 2597938310cae02101b1b40ed29fe88f635c2565 /lib/l10n/ru.js | |
parent | 87f8f9ff1d8ef837c3aea501ba7780ea1e916e66 (diff) | |
download | nextcloud-server-bfb764b5f3a26add7059391134c86a1fca460dfd.tar.gz nextcloud-server-bfb764b5f3a26add7059391134c86a1fca460dfd.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/ru.js')
-rw-r--r-- | lib/l10n/ru.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index 0a047a4ff65..c09446025f5 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -119,8 +119,6 @@ OC.L10N.register( "PostgreSQL username and/or password not valid" : "Неверное имя пользователя и/или пароль PostgreSQL", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X не поддерживается и %s может работать некорректно на данной платформе. Используйте на свой страх и риск!", "For the best results, please consider using a GNU/Linux server instead." : "Для достижения наилучших результатов, рассмотрите вариант использования сервера на GNU/Linux.", - "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Кажется что экземпляр этого %s работает в 32-битной среде PHP и в php.ini был настроен open_basedir. Это приведёт к проблемам с файлами более 4 ГБ и настоятельно не рекомендуется.", - "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Удалите директиву open_basedir из файла php.ini или смените PHP на 64-разрядную сборку.", "Set an admin username." : "Задать имя пользователя для администратора.", "Set an admin password." : "Задать пароль для admin.", "Cannot create or write into the data directory %s" : "Не удалось создать или записать в каталог данных «%s»", @@ -256,6 +254,8 @@ OC.L10N.register( "%s enter the database username." : "%s введите имя пользователя базы данных.", "%s enter the database name." : "%s введите имя базы данных.", "%s you may not use dots in the database name" : "%s Вы не можете использовать точки в имени базы данных", + "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Кажется что экземпляр этого %s работает в 32-битной среде PHP и в php.ini был настроен open_basedir. Это приведёт к проблемам с файлами более 4 ГБ и настоятельно не рекомендуется.", + "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Удалите директиву open_basedir из файла php.ini или смените PHP на 64-разрядную сборку.", "The user limit has been reached and the user was not created." : "Пользователь не был создан, достигнуто ограничение количества пользователей.", "Cannot read file" : "Не удается прочитать файл", "Cannot write into \"config\" directory" : "Запись в каталог «config» невозможна", |