Changeset 9749


Ignore:
Timestamp:
Mar 18, 2011, 12:15:44 AM (13 years ago)
Author:
ddtddt
Message:

[extensions] - autoupdate - update RU thanks to kiddy-admin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/autoupdate/trunk/language/ru_RU/plugin.lang.php

    r9721 r9749  
    1919$lang['Checking upgrades for gallery and plugins...'] = 'Проверка обновлений для галереи и плагинов...';
    2020
    21 /*TODO*/$lang['Upgrade to Piwigo %s'] = 'Upgrade to Piwigo %s';
    22 /*TODO*/$lang['Two upgrades are available'] = 'Two upgrades are available';
    23 /*TODO*/$lang['This is a minor upgrade, with only bug corrections.'] = 'This is a minor upgrade, with only bug corrections.';
    24 /*TODO*/$lang['This is a major upgrade, with <a href="%s">new exciting features</a>.'] = 'This is a major upgrade, with <a href="%s">new exciting features</a>.';
    25 /*TODO*/$lang['Some themes and plugins may be not available yet.'] = 'Some themes and plugins may be not available yet.';
    26 /*TODO*/$lang['You can upgrade to Piwigo %s directly, without upgrading to Piwigo %s (recommended).'] = 'You can upgrade to Piwigo %s directly, without upgrading to Piwigo %s (recommended).';
    27 /*TODO*/$lang['autoupdate_step_1'] = 'First Step';
    28 /*TODO*/$lang['autoupdate_step_2'] = 'Second Step';
    29 /*TODO*/$lang['autoupdate_step_3'] = 'Third Step';
    30 /*TODO*/$lang['Save Template Directory'] = 'Save template directory';
    31 /*TODO*/$lang['Dump Database'] = 'Dump Database';
    32 /*TODO*/$lang['Include history data (Warning: server memory limit may be exceeded)'] = 'Include history data (Warning: server memory limit may be exceeded)';
    33 /*TODO*/$lang['Unable to write new local directory.'] = 'Unable to write new local directory.';
    34 /*TODO*/$lang['Unable to send template directory.'] = 'Unable to send template directory.';
    35 /*TODO*/$lang['Unable to dump database.'] = 'Unable to dump database.';
     21$lang['Upgrade to Piwigo %s'] = 'Обновление до версии Piwigo %s';
     22$lang['Two upgrades are available'] = 'Доступны два обновления';
     23$lang['This is a minor upgrade, with only bug corrections.'] = 'Это незначительное обновление, только исправленные ошибки.';
     24$lang['This is a major upgrade, with <a href="%s">new exciting features</a>.'] = 'Это основное обновление, включающее <href = "% s"> новые потрясающие функции</a>.';
     25$lang['Some themes and plugins may be not available yet.'] = 'Некоторые темы и плагины могут быть пока недоступными.';
     26$lang['You can upgrade to Piwigo %s directly, without upgrading to Piwigo %s (recommended).'] = 'Вы можете провести обновление до версии Piwigo %s непосредственно, минуя версию Piwigo %s (рекомендуемый способ).';
     27$lang['autoupdate_step_1'] = 'Первый шаг';
     28$lang['autoupdate_step_2'] = 'Второй шаг';
     29$lang['autoupdate_step_3'] = 'Третий шаг';
     30$lang['Save Template Directory'] = 'Сохранить директорию шаблонов';
     31$lang['Dump Database'] = 'Дамп базы данных';
     32$lang['Include history data (Warning: server memory limit may be exceeded)'] = 'Включить сохранение  истории (Предупреждение: предел памяти сервера может быть превышен)';
     33$lang['Unable to write new local directory.'] = 'Невозможно записать новый локальный каталог.';
     34$lang['Unable to send template directory.'] = 'Невозможно отправить директорию шаблонов.';
     35$lang['Unable to dump database.'] = 'Невозможно сделать дамп базы данных.';
    3636
    37 /*TODO*/$lang['autoupdate_ignore'] = 'Ignore this update';
    38 /*TODO*/$lang['autoupdate_reset_ignore'] = 'Reset ignored updates';
    39 /*TODO*/$lang['autoupdate_update_all'] = 'All update';
    40 /*TODO*/$lang['ERROR'] = 'ERROR';
    41 /*TODO*/$lang['Upgrade Complete'] = 'Upgrade Complete';
    42 /*TODO*/$lang['Piwigo Upgrade'] = 'Piwigo Upgrade';
    43 /*TODO*/$lang['Extensions Upgrade'] = 'Extensions Upgrade';
     37$lang['autoupdate_ignore'] = 'Игнорировать этот апдейт';
     38$lang['autoupdate_reset_ignore'] = 'Сбросьте проигнорированные обновления';
     39$lang['autoupdate_update_all'] = 'Все обновить';
     40$lang['ERROR'] = 'ОШИБКА';
     41$lang['Upgrade Complete'] = 'Обновление завершено';
     42$lang['Piwigo Upgrade'] = 'Обновление Piwigo ';
     43$lang['Extensions Upgrade'] = 'Обновление плагинов';
    4444
    45 /*TODO*/$lang['Some upgrades are available for extensions'] = 'Some upgrades are available for extensions';
    46 /*TODO*/$lang['Click here to see upgrades'] = 'Click here to see upgrades';
    47 /*TODO*/$lang['Gallery and extensions are up to date'] = 'Gallery and extensions are up to date';
    48 /*TODO*/$lang['All extensions are up to date.'] = 'All extensions are up to date.';
    49 /*TODO*/$lang['Update in progress...'] = 'Update in progress...';
     45$lang['Some upgrades are available for extensions'] = 'Доступны обновления для плагинов';
     46$lang['Click here to see upgrades'] = 'Кликните здесь, чтобы посмотреть обновления';
     47$lang['Gallery and extensions are up to date'] = 'Галерея и плагины соответствуют последней версии';
     48$lang['All extensions are up to date.'] = 'Все плагины соответствуют последней версии.';
     49$lang['Update in progress...'] = 'Идет обновление...';
    5050?>
Note: See TracChangeset for help on using the changeset viewer.