diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-20 02:09:31 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-20 02:09:31 +0200 |
commit | 7c42e8867699f671edf7dd55de2ce100a182408f (patch) | |
tree | d5e0bbe70c53253d8259ebbb1fdaec96533bac94 /apps/files_sharing/l10n | |
parent | 74ec2765b3bea7d81ede23582073a8911e54b2fd (diff) | |
download | nextcloud-server-7c42e8867699f671edf7dd55de2ce100a182408f.tar.gz nextcloud-server-7c42e8867699f671edf7dd55de2ce100a182408f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r-- | apps/files_sharing/l10n/ru_RU.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/ru_RU.php b/apps/files_sharing/l10n/ru_RU.php new file mode 100644 index 00000000000..a1579efc8f9 --- /dev/null +++ b/apps/files_sharing/l10n/ru_RU.php @@ -0,0 +1,7 @@ +<?php $TRANSLATIONS = array( +"Password" => "Пароль", +"Submit" => "Передать", +"Download" => "Загрузка", +"No preview available for" => "Предварительный просмотр недоступен", +"web services under your control" => "веб-сервисы под Вашим контролем" +); |