mirror of
https://github.com/Piwigo/Piwigo-Social-Buttons.git
synced 2026-05-01 19:12:42 +02:00
38 lines
2.9 KiB
PHP
38 lines
2.9 KiB
PHP
<?php
|
||
// +-----------------------------------------------------------------------+
|
||
// | Piwigo - a PHP based photo gallery |
|
||
// +-----------------------------------------------------------------------+
|
||
// | Copyright(C) 2008-2012 Piwigo Team http://piwigo.org |
|
||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
||
// +-----------------------------------------------------------------------+
|
||
// | This program is free software; you can redistribute it and/or modify |
|
||
// | it under the terms of the GNU General Public License as published by |
|
||
// | the Free Software Foundation |
|
||
// | |
|
||
// | This program is distributed in the hope that it will be useful, but |
|
||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
||
// | General Public License for more details. |
|
||
// | |
|
||
// | You should have received a copy of the GNU General Public License |
|
||
// | along with this program; if not, write to the Free Software |
|
||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
||
// | USA. |
|
||
// +-----------------------------------------------------------------------+
|
||
$lang['Bottom'] = 'Dno';
|
||
$lang['Button position on picture page'] = 'Donja pozicija na strani sa slikama';
|
||
$lang['Toolbar'] = 'Traka sa alatima';
|
||
$lang['Top'] = 'Vrh';
|
||
$lang['Annotation'] = 'Прибелешке';
|
||
$lang['Bubble'] = 'Балон';
|
||
$lang['Button type'] = 'Врста дугмета';
|
||
$lang['Community'] = 'Заједница';
|
||
$lang['Display buttons'] = 'Прикажи дугмиће';
|
||
$lang['Inline text'] = 'Текст у редовима';
|
||
$lang['Light mode'] = 'Лагани режим';
|
||
$lang['Right bubble'] = 'Балон на десној страни';
|
||
$lang['Top bubble'] = 'Балон изнад';
|
||
$lang['When light mode is activated no external script is loaded, it <b>speeds up the load of the page and disables user tracking</b> but also disables annotations and in-page popups.'] = 'Када је омогућен лагани режим ни једна спољна скрипта неће бити учитана, а то ће <b>убрзати учитавње странице и онемогућити праћење корисника</b>, али ће онемогућити прибелешке и искачуће прозорчиће.';
|
||
$lang['on photo and album'] = 'на фотографији и албуму';
|
||
$lang['only on photo'] = 'само на фотографији'; |