1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/ru_RU.php

9 lines
237 B
PHP
Raw Normal View History

2012-10-09 02:09:03 +02:00
<?php $TRANSLATIONS = array(
"Bookmarks" => "Закладки",
2012-10-16 02:11:11 +02:00
"Warning" => "Предупреждение",
2013-11-11 11:55:50 +01:00
"Save" => "Сохранить",
2013-11-22 03:16:15 +01:00
"Delete" => "Удалить",
2012-11-01 00:03:46 +01:00
"Cancel" => "Отмена",
2013-10-19 14:26:31 +02:00
"Settings" => "Настройки"
2012-10-09 02:09:03 +02:00
);