diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-01-01 01:54:30 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-01-01 01:54:30 -0500 |
commit | ec6e70889a190844ee15784ec3d3138953dfd480 (patch) | |
tree | 363d7ef857f00b926d948131385df65cb5e104d6 /core/l10n | |
parent | 573be9092d088929eb307427a810ddaab7801f89 (diff) | |
download | nextcloud-server-ec6e70889a190844ee15784ec3d3138953dfd480.tar.gz nextcloud-server-ec6e70889a190844ee15784ec3d3138953dfd480.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n')
-rw-r--r-- | core/l10n/hu_HU.js | 1 | ||||
-rw-r--r-- | core/l10n/hu_HU.json | 1 | ||||
-rw-r--r-- | core/l10n/ru.js | 3 | ||||
-rw-r--r-- | core/l10n/ru.json | 3 |
4 files changed, 8 insertions, 0 deletions
diff --git a/core/l10n/hu_HU.js b/core/l10n/hu_HU.js index 00eac325415..02883aef09a 100644 --- a/core/l10n/hu_HU.js +++ b/core/l10n/hu_HU.js @@ -97,6 +97,7 @@ OC.L10N.register( "can edit" : "módosíthat", "access control" : "jogosultság", "create" : "létrehoz", + "change" : "változtatás", "delete" : "töröl", "Password protected" : "Jelszóval van védve", "Error unsetting expiration date" : "Nem sikerült a lejárati időt törölni", diff --git a/core/l10n/hu_HU.json b/core/l10n/hu_HU.json index 464466410a6..ad7966a5bc5 100644 --- a/core/l10n/hu_HU.json +++ b/core/l10n/hu_HU.json @@ -95,6 +95,7 @@ "can edit" : "módosíthat", "access control" : "jogosultság", "create" : "létrehoz", + "change" : "változtatás", "delete" : "töröl", "Password protected" : "Jelszóval van védve", "Error unsetting expiration date" : "Nem sikerült a lejárati időt törölni", diff --git a/core/l10n/ru.js b/core/l10n/ru.js index 6500e2f692b..997d1c9a7ab 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -131,6 +131,9 @@ OC.L10N.register( "Reset password" : "Сбросить пароль", "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 32bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4GB and is highly discouraged." : "Судя по всему, экземпляр %s работает на 32х разрядной сборке PHP и указаной в php.ini директивой open_basedir. Такая конфигурация приведет к проблемам работы с файлами размером более 4GB и крайне не рекомендуется.", + "Please remove the open_basedir setting within your php.ini or switch to 64bit PHP." : "Удалите директиву open_basedir из файла php.ini или смените PHP на 64х разрядную сборку.", + "It seems that this %s instance is running on a 32bit PHP environment and cURL is not installed. This will lead to problems with files over 4GB and is highly discouraged." : "Судя по всему, на сервере не установлен cURL и экземпляр %s работает на 32х разрядной сборке PHP. Такая конфигурация приведет к проблемам работы с файлами размером более 4GB и крайне не рекомендуется.", "Please install the cURL extension and restart your webserver." : "Установите расширение cURL и перезапустите веб-сервер.", "Personal" : "Личное", "Users" : "Пользователи", diff --git a/core/l10n/ru.json b/core/l10n/ru.json index 81ecfcc12fd..053ab2d463b 100644 --- a/core/l10n/ru.json +++ b/core/l10n/ru.json @@ -129,6 +129,9 @@ "Reset password" : "Сбросить пароль", "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 32bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4GB and is highly discouraged." : "Судя по всему, экземпляр %s работает на 32х разрядной сборке PHP и указаной в php.ini директивой open_basedir. Такая конфигурация приведет к проблемам работы с файлами размером более 4GB и крайне не рекомендуется.", + "Please remove the open_basedir setting within your php.ini or switch to 64bit PHP." : "Удалите директиву open_basedir из файла php.ini или смените PHP на 64х разрядную сборку.", + "It seems that this %s instance is running on a 32bit PHP environment and cURL is not installed. This will lead to problems with files over 4GB and is highly discouraged." : "Судя по всему, на сервере не установлен cURL и экземпляр %s работает на 32х разрядной сборке PHP. Такая конфигурация приведет к проблемам работы с файлами размером более 4GB и крайне не рекомендуется.", "Please install the cURL extension and restart your webserver." : "Установите расширение cURL и перезапустите веб-сервер.", "Personal" : "Личное", "Users" : "Пользователи", |