diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-05-27 00:13:07 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-05-27 00:13:07 +0000 |
commit | 9e00b51c879094a79371b0ed68065efed97a7ed5 (patch) | |
tree | 95962c3fe32efaef83b7e11df2c183c49ed5b359 /lib/l10n/ru.js | |
parent | a27e2bfcfdc0267c23da7fdcaddda46d298d42af (diff) | |
download | nextcloud-server-9e00b51c879094a79371b0ed68065efed97a7ed5.tar.gz nextcloud-server-9e00b51c879094a79371b0ed68065efed97a7ed5.zip |
[tx-robot] updated from transifex
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 09e41bfc075..02da6357743 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -80,7 +80,6 @@ OC.L10N.register( "Additional settings" : "Дополнительные настройки", "Tips & tricks" : "Советы и трюки", "Personal info" : "Личная информация", - "Sync clients" : "Клиенты синхронизации", "Unlimited" : "Неограничено", "Verifying" : "Производится проверка", "Verifying …" : "Производится проверка…", @@ -247,6 +246,7 @@ OC.L10N.register( "Files can't be shared with create permissions" : "Права на создание файлов не позволяют открывать общий доступ к ним", "Cannot set expiration date more than %s days in the future" : "Срок окончания не может быть более %s дней (дня)", "No app name specified" : "Не указано имя приложения", - "App '%s' could not be installed!" : "Приложение «%s» не может быть установлено!" + "App '%s' could not be installed!" : "Приложение «%s» не может быть установлено!", + "Sync clients" : "Клиенты синхронизации" }, "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);"); |