1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2014 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['Menalto2Piwigo plugin imports data from a Menalto Gallery2/Gallery3 installation into Piwigo.'] = 'Плагин Menalto2Piwigo импортирует данные из Menalto Gallery2/Gallery3 для установки их в Piwigo'; |
---|
24 | $lang['Copy the content of g2data/albums (Gallery2) or var/albums (Gallery3) into piwigo/galleries'] = 'Скопировать содержимое альбомов g2data/albums (Gallery2) или var/albums (Gallery3) в piwigo/galleries'; |
---|
25 | $lang['How to use it?'] = 'Как пользоваться?'; |
---|
26 | $lang['Import'] = 'Импорт'; |
---|
27 | $lang['Import from Menalto'] = 'Импорт из Menalto'; |
---|
28 | $lang['Imported properties:'] = 'Импортированные свойства:'; |
---|
29 | $lang['Install and activate plugins:'] = 'Установить и активировать плагины:'; |
---|
30 | $lang['Name and description for albums'] = 'Название и описание для альбомов'; |
---|
31 | $lang['Start import'] = 'Начать импорт'; |
---|
32 | $lang['Submit the form at the end of this page'] = 'Отправить форму в конце этой страницы'; |
---|
33 | $lang['Title and description for photos'] = 'Название и описание для изображений'; |
---|
34 | $lang['User comments on photos'] = 'Комментарии пользователей к изображениям'; |
---|
35 | $lang['column prefix'] = 'префикс столбца'; |
---|
36 | $lang['database host'] = 'хост базы данных'; |
---|
37 | $lang['database name'] = 'имя базы данных'; |
---|
38 | $lang['database password'] = 'пароль базы данных'; |
---|
39 | $lang['database user'] = 'пользователь базы данных'; |
---|
40 | $lang['table prefix'] = 'префикс таблицы'; |
---|
41 | $lang['No Menalto tables found!'] = 'Таблицы данных Menalto не найдены!'; |
---|
42 | $lang['useless on Gallery3'] = 'не используется на Gallery3'; |
---|