source: extensions/Fotorama/language/sr_RS/plugin.lang.php @ 31937

Last change on this file since 31937 was 31804, checked in by TranslationTeam, 7 years ago

Add sr_RS, thanks to gpopac

  • Property svn:executable set to *
File size: 3.5 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2016 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['Thumbnail height (when present)'] = 'Висина сличице (када постоји)';
24$lang['Thumbnail is a square (when present)'] = 'Сличица је квадрат (када постоји)';
25$lang['Use crossfade transition on click'] = 'Користи постепени прелаз на клик';
26$lang['Waiting time before loading a new image'] = 'Време пре отварања нове слике';
27$lang['What transition to use'] = 'Начин прелаза између слајдова';
28$lang['except an administrator'] = 'осим администратора';
29$lang['milliseconds'] = 'милисекунди';
30$lang['stop the slideshow'] = 'прекини приказ слајдова';
31$lang['Resize to fit window'] = 'Уклопи величину у прозор';
32$lang['Show caption with image title'] = 'Прикажи натпис са називом слике';
33$lang['Stops slideshow at any user action with the fotorama'] = 'Прекида приказ слајдова на било коју радњу корисника у фоторами';
34$lang['Add close button'] = 'Додај дугме за затварање';
35$lang['Add image info button'] = 'Додај дугме за податке о слици';
36$lang['Allows fullscreen'] = 'Дозволи цео екран';
37$lang['Enables autoplay'] = 'Дозволи приказ слајдова';
38$lang['Enables loop'] = 'Омогући понављање';
39$lang['Enables shadows'] = 'Омогући сенке';
40$lang['Fullscreen navigation style'] = 'Стил навигације у целом екрану';
41$lang['How to fit an image'] = 'Начин уклапања слике';
42$lang['Navigation style'] = 'Стил навигације';
43$lang['Only fullscreen mode'] = 'Само у целом екрану';
44$lang['Replace picture page'] = 'Замени страницу са сликом';
Note: See TracBrowser for help on using the repository browser.