diff options
author | ddtddt <ddtddt@piwigo.org> | 2010-05-09 18:37:33 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2010-05-09 18:37:33 +0000 |
commit | 4589d26849ac6519e57207b060e7d5dfa61f4e24 (patch) | |
tree | 3fcc81e89cbda4523933084cc0b4c5f9b77384c9 | |
parent | 39d730c7a6e9a078056e74ce5562a46abd61ca88 (diff) |
[trunk] update RU thanks to kiddy-admin
git-svn-id: http://piwigo.org/svn/trunk@6145 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | language/ru_RU/admin.lang.php | 2 | ||||
-rw-r--r-- | language/ru_RU/install.lang.php | 2 | ||||
-rw-r--r-- | language/ru_RU/upgrade.lang.php | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/language/ru_RU/admin.lang.php b/language/ru_RU/admin.lang.php index 82cb47572..9127332f7 100644 --- a/language/ru_RU/admin.lang.php +++ b/language/ru_RU/admin.lang.php @@ -761,4 +761,6 @@ $lang['Manual order'] = 'Сортировать вручную'; $lang['Add another set of photos'] = 'Добавить фотографии'; $lang['Order of menubar items has been updated successfully.'] = 'Порядок расположения элементов меню изменен успешно.'; $lang['This theme was not designed to be directly activated'] = 'В этой теме не предусмотрена активация напрямую'; +$lang['Who can see this photo?'] = 'Кто может смотреть эту фотографию?'; +$lang['Pending Comments'] = 'Ожидающие комментарии'; ?>
\ No newline at end of file diff --git a/language/ru_RU/install.lang.php b/language/ru_RU/install.lang.php index 3bf7b743a..a63be4b81 100644 --- a/language/ru_RU/install.lang.php +++ b/language/ru_RU/install.lang.php @@ -72,4 +72,6 @@ $lang['An alternate solution is to copy the text in the box above and paste it i $lang['Creation of config file local/config/database.inc.php failed.'] = 'Создать файл конфигурации local/config/database.inc.php не удалось.'; $lang['Download the config file'] = 'Загрузить файл конфигурации'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Вы можете загрузить файл конфигурации и передать его в local/config directory.'; +$lang['SQLite and PostgreSQL are currently in experimental state.'] = 'SQLite и PostgreSQL в настоящее время находятся в стадии эксперимента.'; +$lang['Learn more'] = 'Узнать больше'; ?>
\ No newline at end of file diff --git a/language/ru_RU/upgrade.lang.php b/language/ru_RU/upgrade.lang.php index 9b370ced6..308178a08 100644 --- a/language/ru_RU/upgrade.lang.php +++ b/language/ru_RU/upgrade.lang.php @@ -40,5 +40,5 @@ $lang['Only thumbnails prefix and webmaster mail address have been saved from pr $lang['This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. The upgrade assistant thinks you are currently running a <strong>release %s</strong> (or equivalent).'] = 'Эта страница предлагает модернизировать базу данных от Вашей старой версии Piwigo до новой версии. Помощник обновления думает, что Вы используете в настоящее время <b> выпуск %s </b> (или эквивалентный).'; $lang['As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'] = 'Желательно, чтобы следующие плагины были дезактивированы. Вы должны проверить обновления плагинов прежде, чем активировать их снова:'; - +$lang['In <i>%s</i>, before <b>?></b>, insert:'] ='В %s, до ?>, вставить:'; ?>
\ No newline at end of file |