diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-09-06 00:09:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-09-06 00:09:18 +0000 |
commit | 5d4880960963fbf11254c4203831212c1d114734 (patch) | |
tree | 5d664c5de519c2426bbdb5d44732f64bea62c841 /apps/updatenotification/l10n/ru.js | |
parent | 914bb23e6a22143ab1a69f82ea95a083fcdbf353 (diff) | |
download | nextcloud-server-5d4880960963fbf11254c4203831212c1d114734.tar.gz nextcloud-server-5d4880960963fbf11254c4203831212c1d114734.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/updatenotification/l10n/ru.js')
-rw-r--r-- | apps/updatenotification/l10n/ru.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/updatenotification/l10n/ru.js b/apps/updatenotification/l10n/ru.js index eb2c66516d5..ab17df7ec31 100644 --- a/apps/updatenotification/l10n/ru.js +++ b/apps/updatenotification/l10n/ru.js @@ -16,6 +16,7 @@ OC.L10N.register( "Only notification for app updates are available." : "Только уведомления об обновлении приложений доступны.", "The selected update channel makes dedicated notifications for the server obsolete." : "Выбранный канал обновлений высылает специальные уведомления, если сервер устарел.", "The selected update channel does not support updates of the server." : "Выбранный канал обновлений не поддерживает обновление сервера.", - "Updater" : "Обновление" + "Updater" : "Обновление", + "At the moment only manual updates are supported on your environment. This is very likely the case because functions such as shell_exec are not available." : "В настоящий момент в вашем окружении поддерживается только ручное обновление. Вероятнее всего, это следствие того, что такие функции, как shell_exec, недоступны." }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); |