source: extensions/autoupdate/trunk/language/ru_RU/plugin.lang.php @ 9721

Last change on this file since 9721 was 9721, checked in by patdenice, 13 years ago

Add ajax loader bar.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 4.0 KB
Line 
1<?php
2
3$lang['Click here to upgrade automatically'] = 'Нажмите для автоматического обновления';
4$lang['autoupdate_alert'] = 'Вы действительно хотите автоматически обновить piwigo?\nВнимание!!! Файлы исправленные вручную будут перезаписаны.';
5$lang['autoupdate_success'] = 'Piwigo успешно обновлен (версия %s)';
6$lang['autoupdate_fail'] = 'Во время обновления произошла ошибка.';
7
8$lang['autoupdate_extract_fail'] = 'Во время распаковки произошла ошибка. Пожалуйста, проверьте права доступа к папке установки piwigo.<br><a href="%s">Нажмите, чтобы посмотреть лог ошибки</a>.';
9
10$lang['Piwigo cannot retrieve upgrade file from server'] = 'Piwigo не может получить файлы обновления с сервера';
11$lang['Click here to see Piwigo %s release notes'] = 'Нажмите, чтобы посмотреть заметки к релизу Piwigo %s';
12$lang['Unable to check upgrades...'] = 'Невозможно проверить обновления...';
13$lang['Click here to check upgrades now'] = 'Нажмите сюда, чтобы проверить обновления сейчас';
14
15$lang['Notify on admin homepage'] = 'Уведомлять на странице администратора';
16$lang['Don\'t notify on admin homepage'] = 'Не уведомлять на странице администратора';
17
18$lang['Upgrade in progress... Please wait.'] = 'Идет процесс обновления... Ждите.';
19$lang['Checking upgrades for gallery and plugins...'] = 'Проверка обновлений для галереи и плагинов...';
20
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.';
36
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';
44
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...';
50?>
Note: See TracBrowser for help on using the repository browser.