From 91bf5c256efb66a3137064e83f469e4edfe077eb Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Wed, 2 Dec 2015 00:24:23 -0500 Subject: [tx-robot] updated from transifex --- l10n/ru.js | 4 +++- l10n/ru.json | 4 +++- l10n/ru.php | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'l10n') diff --git a/l10n/ru.js b/l10n/ru.js index deb14a51..ecb3058c 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -1,6 +1,7 @@ OC.L10N.register( "firstrunwizard", { + "Access & share your files, calendars, contacts, mail & more from any device, on your terms" : "Доступ и обмен Вашими файлами, календарями, контактами, почтой и многим другим с Ваших устройств, на Ваших условиях", "Get the apps to sync your files" : "Получить приложения для синхронизации ваших файлов", "Desktop client" : "Клиент для ПК", "Android app" : "Android приложение", @@ -10,6 +11,7 @@ OC.L10N.register( "Connect your Contacts" : "Подключите свои контакты", "Documentation" : "Документация", "Access files via WebDAV" : "Доступ к файлам через WebDAV", - "There’s more information in the documentation and on our website." : "Более подробная информация в документации и на нашем сайте." + "There’s more information in the documentation and on our website." : "Более подробная информация в документации и на нашем сайте.", + "If you like ownCloud,\n\t\n\t\trecommend it to your friends\n\tand spread the word!" : "Если Вам нравится ownCloud,\n\t\n\t\tрекомендуйте его своим друзьям\n\tи spread the word!" }, "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);"); diff --git a/l10n/ru.json b/l10n/ru.json index 60bf9bb2..d2168b80 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -1,4 +1,5 @@ { "translations": { + "Access & share your files, calendars, contacts, mail & more from any device, on your terms" : "Доступ и обмен Вашими файлами, календарями, контактами, почтой и многим другим с Ваших устройств, на Ваших условиях", "Get the apps to sync your files" : "Получить приложения для синхронизации ваших файлов", "Desktop client" : "Клиент для ПК", "Android app" : "Android приложение", @@ -8,6 +9,7 @@ "Connect your Contacts" : "Подключите свои контакты", "Documentation" : "Документация", "Access files via WebDAV" : "Доступ к файлам через WebDAV", - "There’s more information in the documentation and on our website." : "Более подробная информация в документации и на нашем сайте." + "There’s more information in the documentation and on our website." : "Более подробная информация в документации и на нашем сайте.", + "If you like ownCloud,\n\t\n\t\trecommend it to your friends\n\tand spread the word!" : "Если Вам нравится ownCloud,\n\t\n\t\tрекомендуйте его своим друзьям\n\tи spread the word!" },"pluralForm" :"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);" } \ No newline at end of file diff --git a/l10n/ru.php b/l10n/ru.php index b66e6367..1cd89af0 100644 --- a/l10n/ru.php +++ b/l10n/ru.php @@ -1,5 +1,6 @@ "Доступ и обмен Вашими файлами, календарями, контактами, почтой и многим другим с Ваших устройств, на Ваших условиях", "Get the apps to sync your files" => "Получить приложения для синхронизации ваших файлов", "Desktop client" => "Клиент для ПК", "Android app" => "Android приложение", @@ -9,6 +10,7 @@ $TRANSLATIONS = array( "Connect your Contacts" => "Подключите свои контакты", "Documentation" => "Документация", "Access files via WebDAV" => "Доступ к файлам через WebDAV", -"There’s more information in the documentation and on our website." => "Более подробная информация в документации и на нашем сайте." +"There’s more information in the documentation and on our website." => "Более подробная информация в документации и на нашем сайте.", +"If you like ownCloud,\n\t\n\t\trecommend it to your friends\n\tand spread the word!" => "Если Вам нравится ownCloud,\n\t\n\t\tрекомендуйте его своим друзьям\n\tи spread the word!" ); $PLURAL_FORMS = "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);"; -- cgit v1.2.3