source: extensions/Front2Back/language/uk_UA/plugin.lang.php @ 13795

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

[Front2Back] Add uk_UA, thanks to : animan

  • Property svn:executable set to *
File size: 4.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['Back sides folder'] = 'Повернутись в бічну теку';
24$lang['Bottom'] = 'Внизу';
25$lang['Click'] = 'Натисніть';
26$lang['f2b_help'] = '<fieldset>
27  <legend>Приклади використання</legend>
28  <fieldset>
29    If you put the web sized back side in <i>thumbnail/back/</i> subfolder of your normal image directory and the high-definition back side in the subfolder <i>pwg_high/back/</i>, use the basic configuration:
30    <ul>
31      <li><b>Back sides\' folder:</b> <i>empty</i>
32      <li><b>Web sized pics\' sub-folder:</b> thumbnail/verso/</li>
33      <li><b>HD pics\' sub-folder:</b> pwg_high/verso/</li>
34    </ul>
35  </fieldset>
36 
37  <fieldset>
38    If you prefer to put your backs into a different folder, change the value of the first parameter (relative to the root of the site). Keep in mind that in this case the tree of your gallery is not reproduced, and two images with the same name in two different albums will load the same back side.
39    <br>For example you can use this setup to search the web sided backs in <i>[ROOT]/verso/</i> and HD backs in <i>[ROOT]/verso/hd/</i>
40    <ul>
41      <li><b>Back sides\' folder:</b> verso/
42      <li><b>Web sized pics\' sub-folder:</b> <i>empty</i></li>
43      <li><b>HD pics\' sub-folder:</b> hd/</li>
44    </ul>
45  </fieldset>
46 
47  <fieldset>
48    У кожному разі, мініатюра зображення може мати таке ж ім\'я, як нормальне зображення, в даному випадку нехай <b>Суфікс</b> порожнім, або ім\'я з суфіксом.
49  </fieldset>
50</fieldset>';
51$lang['Fade'] = 'Плавний перехід';
52$lang['HD pics sub-folder'] = 'Підтека HD зображення';
53$lang['Link name'] = 'Назва кнопки';
54$lang['Link position'] = 'Положення кнопки';
55$lang['Mouseover'] = 'Наведіть курсор миші';
56$lang['See back'] = 'Повернутися назад';
57$lang['See front'] = 'Перейти вперед';
58$lang['Seperate the two labels with the | symbol. Leave blank to use default translation.'] = 'Окремі два позначаються на символ |. Залиште пустим для використання перекладу за замовчуванням.';
59$lang['Suffix'] = 'Суфікс';
60$lang['Switch mode'] = 'Перемкнути режим';
61$lang['Toolbar'] = 'Панель інструментів';
62$lang['Top'] = 'Вгорі';
63$lang['Transition'] = 'Перехід';
64$lang['Web sized pics sub-folder'] = 'Веб розмір зображення вкладеної теки';
65?>
Note: See TracBrowser for help on using the repository browser.