diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-02-12 01:07:26 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-02-12 01:07:26 +0000 |
commit | f9d94edb0fd0ced6f29839bfd617a92e8a1eacad (patch) | |
tree | d6270afb89d471355d4f84b132084911240718fb /apps/sharebymail/l10n/ru.js | |
parent | 01b3da612ba579e5de865a92dd0d1e83e92d3d87 (diff) | |
download | nextcloud-server-f9d94edb0fd0ced6f29839bfd617a92e8a1eacad.tar.gz nextcloud-server-f9d94edb0fd0ced6f29839bfd617a92e8a1eacad.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/sharebymail/l10n/ru.js')
-rw-r--r-- | apps/sharebymail/l10n/ru.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/sharebymail/l10n/ru.js b/apps/sharebymail/l10n/ru.js new file mode 100644 index 00000000000..2e1a9abe09f --- /dev/null +++ b/apps/sharebymail/l10n/ru.js @@ -0,0 +1,24 @@ +OC.L10N.register( + "sharebymail", + { + "Shared with %1$s" : "Предоставлен общий доступ %1$s", + "Shared with {email}" : "Предоставлен общий доступ {email}", + "Shared with %1$s by %2$s" : "%2$s поделился с %1$s", + "Shared with {email} by {actor}" : "{actor} поделился с {email}", + "You shared %1$s with %2$s by mail" : "Вы предоставили общий доступ к %1$s для %2$s по email", + "You shared {file} with {email} by mail" : "Вы предоставили общий доступ к {file} для {email} по email", + "%3$s shared %1$s with %2$s by mail" : "%3$s предоставил общий доступ к %1$s для %2$s по email", + "{actor} shared {file} with {email} by mail" : "{actor} предоставил общий доступ к {file} для {email} по email", + "Sharing %s failed, this item is already shared with %s" : "Не удалось поделиться %s, к этому элементу уже предоставлен общий доступ для %s", + "Failed to send share by E-mail" : "Не удалось поделиться по e-mail", + "%s shared »%s« with you" : "%s поделился »%s« с вами", + "%s shared »%s« with you on behalf of %s" : "%s поделился »%s« с вами от имени %s", + "Failed to create the E-mail" : "Не удалось создать e-mail", + "Could not find share" : "Не удалось найти общий ресурс", + "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Привет,\n\n%s предоставил вам общий доступ к »%s« от имени %s.\n\n%s\n\n", + "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Привет,\n\n%s предоставил вам общий доступ к »%s«.\n\n%s\n\n", + "Cheers!" : "Всего наилучшего!", + "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Привет,<br><br>%s вам предоставил общий доступ к <a href=\"%s\">%s</a> от имени %s.<br><br>", + "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Привет,<br><br>%s вам предоставил общий доступ к <a href=\"%s\">%s</a>.<br><br>" +}, +"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);"); |