source: extensions/lightbox/language/sh_RS/plugin.lang.php @ 13816

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

[Lightbox] Add sh_RS, thanks to : vladamilanovic

  • Property svn:executable set to *
File size: 2.7 KB
RevLine 
[13816]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['lb_all_category'] = 'Koristi sve slike u kategoriji';
24$lang['lb_configuration_saved'] = 'Podešavanje sačuvano';
25$lang['lb_default_parameters'] = 'Podrazumevano podešavanje';
26$lang['lb_default_parameters_saved'] = 'Podrazumevano podešavanje sačuvano';
27$lang['lb_dimensions'] = 'Dimenzije';
28$lang['lb_display'] = 'Prikaz';
29$lang['lb_display_arrows'] = 'Prikaži navigacione strelice';
30$lang['lb_display_name'] = 'Prikaži naslov slike';
31$lang['lb_fixed_height'] = 'Fiksna visina';
32$lang['lb_fixed_width'] = 'Fiksna širina';
33$lang['lb_high'] = 'Slika visoke definicije';
34$lang['lb_initial_height'] = 'Početna visina';
35$lang['lb_initial_width'] = 'Početna širina';
36$lang['lb_name_link'] = 'Veza naslova';
37$lang['lb_none'] = 'Ništa';
38$lang['lb_no'] = 'Ne';
39$lang['lb_picture'] = 'Strana slike';
40$lang['lb_theme'] = 'Tema';
41$lang['lb_theme_transition'] = 'Tema i prelaz';
42$lang['lb_transition'] = 'Prelaz';
43$lang['lb_transition_elastic'] = 'Elastic';
44$lang['lb_transition_fade'] = 'Fade';
45$lang['lb_transition_none'] = 'Ništa';
46$lang['lb_transition_speed'] = 'Brzina prelaza';
47$lang['lb_yes'] = 'Da';
48?>
Note: See TracBrowser for help on using the repository browser.