diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-07-22 00:10:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-07-22 00:10:05 +0000 |
commit | 4b4990c48fd4c6841bde260b2b2e1bc665b46e1c (patch) | |
tree | 0c8d117b201d5cb20123c289bc1fce180f6e5f60 /apps/federation/l10n/ru.js | |
parent | 363ca21085d04f809879296e22e719f25433b3d4 (diff) | |
download | nextcloud-server-4b4990c48fd4c6841bde260b2b2e1bc665b46e1c.tar.gz nextcloud-server-4b4990c48fd4c6841bde260b2b2e1bc665b46e1c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/federation/l10n/ru.js')
-rw-r--r-- | apps/federation/l10n/ru.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/federation/l10n/ru.js b/apps/federation/l10n/ru.js index 607fffe40c2..9b7d3b5beae 100644 --- a/apps/federation/l10n/ru.js +++ b/apps/federation/l10n/ru.js @@ -8,8 +8,6 @@ OC.L10N.register( "Federation" : "Объединение", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Объединение серверов позволит Вам подключиться к другим доверенным серверам для обмена каталогами пользователей. Это будет использовано, например, для автоматического завершения внешних пользователей при объединенном общем доступе.", "Add server automatically once a federated share was created successfully" : "Добавить сервер автоматически, как только федеративный общий доступ будет успешно создан", - "Trusted Servers" : "Доверенные сервера", - "+ Add ownCloud server" : "+ Добавить сервер ownCloud", - "ownCloud Server" : "Сервер ownCloud" + "Trusted Servers" : "Доверенные сервера" }, "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);"); |