diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-06-06 00:29:28 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-06-06 00:29:28 +0200 |
commit | f7d221f5f0aadedf80ebb477c623612545c7be08 (patch) | |
tree | 4c640cf1d354921028f5ef320765e9fee4fad4ad /apps/gallery/l10n/ru.php | |
parent | a3c1f70be423eb4e6bc76164da9d080ffe66305c (diff) | |
download | nextcloud-server-f7d221f5f0aadedf80ebb477c623612545c7be08.tar.gz nextcloud-server-f7d221f5f0aadedf80ebb477c623612545c7be08.zip |
update translations
Diffstat (limited to 'apps/gallery/l10n/ru.php')
-rw-r--r-- | apps/gallery/l10n/ru.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/gallery/l10n/ru.php b/apps/gallery/l10n/ru.php index 177d5fd3f35..f1c530ed289 100644 --- a/apps/gallery/l10n/ru.php +++ b/apps/gallery/l10n/ru.php @@ -1,4 +1,12 @@ <?php $TRANSLATIONS = array( +"Pictures" => "Рисунки", +"Settings" => "Настройки", "Rescan" => "Обновить", -"Back" => "Назад" +"Stop" => "Остановить", +"Share" => "Поделиться", +"Back" => "Назад", +"Remove confirmation" => "Подтверждение удаления", +"Do you want to remove album" => "Вы хотите удалить альбом?", +"Change album name" => "Изменить имя альбома", +"New album name" => "Новое имя альбома" ); |