diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-31 02:07:19 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-31 02:07:19 +0200 |
commit | 75cd7eacf8b7e130c94c258bf86502a06a5b2d17 (patch) | |
tree | b45af99ca14bdc1b65a28c26f7d4d3deb397b4c3 /apps/files_sharing/l10n/ru.php | |
parent | 73d0a2b8f785da560b4bbefdbda40d809f2f7c36 (diff) | |
download | nextcloud-server-75cd7eacf8b7e130c94c258bf86502a06a5b2d17.tar.gz nextcloud-server-75cd7eacf8b7e130c94c258bf86502a06a5b2d17.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/ru.php')
-rw-r--r-- | apps/files_sharing/l10n/ru.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/ru.php b/apps/files_sharing/l10n/ru.php index 05ca8c3e498..958ac1030d7 100644 --- a/apps/files_sharing/l10n/ru.php +++ b/apps/files_sharing/l10n/ru.php @@ -1,4 +1,6 @@ <?php $TRANSLATIONS = array( "Password" => "Пароль", -"Submit" => "Отправить" +"Submit" => "Отправить", +"Download" => "Скачать", +"web services under your control" => "веб-сервисы под вашим управлением" ); |