source: extensions/pbase2piwigo/language/ru_RU/plugin.lang.php @ 17601

Last change on this file since 17601 was 17601, checked in by TranslationTeam, 12 years ago

[pbase2piwigo] Update ru_RU, thanks to : yuragal

  • Property svn:executable set to *
File size: 3.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['%1$d errors occured. %2$d albums and %3$d photos added.'] = 'Добавлено альбомов: %2$d. Добавлено фотографий:%3$d. Произошло ошибок: %1$d.';
24$lang['Album "%s" created'] = 'Альбом "%s" создан';
25$lang['Begin analyse'] = 'Начать анализ';
26$lang['Begin transfer'] = 'Начать передачу';
27$lang['Completed. %1$d albums and %2$d photos added.'] = 'Завершено. Добавлено альбомов: %1$d. Добавлено фотографий:%2$d.';
28$lang['Errors'] = 'Ошибки';
29$lang['Fill these fields from pBase datas'] = 'Заполните эти поля согласно данным pBase';
30$lang['Import in this album'] = 'Импортировать в этот альбом';
31$lang['Import queue is empty'] = 'Очередь импорта пуста';
32$lang['Invalid user id'] = 'Неверный идентификатор пользователя';
33$lang['No download method available. PBase2piwigo needs cURL extension or allow_url_fopen=true'] = 'Отсутсвуют методы загрузки. Для работы PBase2piwigo необходимо расширение cURL или активированная опция allow_url_open=true.';
34$lang['PBase login'] = 'Логин PBase';
35$lang['Photo "%s" imported'] = 'Фотография "%s" импортирована';
36$lang['Recursive'] = 'Рекурсивно';
37$lang['Select albums to import'] = 'Выберите альбом для импорта';
38$lang['Nb albums'] = 'Количество альбомов';
39$lang['Nb photos'] = 'Количество фотографий';
40?>
Note: See TracBrowser for help on using the repository browser.