source: extensions/community/language/sh_RS/plugin.lang.php @ 13581

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

[Community] Add sh_RS, thanks to : vladamilanovic

  • Property svn:executable set to *
File size: 3.8 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['%d photos rejected'] = '%d fotografija odbijeno';
24$lang['%d photos uploaded by %s'] = '%d fotografija poslato od strane %s';
25$lang['%d photos uploaded into album "%s"'] = '%d fotografije poslato u album "%s"';
26$lang['%d photos validated'] = '%d fotografija odobreno';
27$lang['%s (the group)'] = '%s (grupa)';
28$lang['%s (the user)'] = '%s (korisnik)';
29$lang['%u pending photos'] = '%u fotografija na čekanju';
30$lang['a group'] = 'grupa';
31$lang['a specific user'] = 'određeni korisnik';
32$lang['ability to create sub-albums'] = 'sposobnost da se kreiraju pod-albumi';
33$lang['Add a permission'] = 'Dodaj dozvolu';
34$lang['any registered user'] = 'bilo koji registrovani korisnik';
35$lang['any visitor'] = 'bilo koji posetilac';
36$lang['Cancel'] = 'Otkaži';
37$lang['Delete permission'] = 'Obriši dozvolu';
38$lang['Edit a permission'] = 'Uredi dozvole';
39$lang['Hi administrators,'] = 'Pozdrav administratori,';
40$lang['high trust'] = 'visoko poverenje';
41$lang['Level 16'] = 'Na čekanje';
42$lang['low trust'] = 'nisko poverenje';
43$lang['No album, this photo is orphan'] = 'Nema albuma, ova fotografija je napuštena';
44$lang['Pending Photos'] = 'Fotografije na čekanju';
45$lang['Permission added'] = 'Dozvola dodata';
46$lang['Permission removed'] = 'Dozvola uklonjena';
47$lang['Permission updated'] = 'Dozvola izmenjena';
48$lang['Set Photo Properties'] = 'Postavi svojstva fotografije';
49$lang['sub-albums creation'] = 'kreiranje pod-albuma';
50$lang['The whole gallery'] = 'Cela galerija';
51$lang['Upload Permissions'] = 'Dozvole za slanje';
52$lang['Upload your own photos'] = 'Pošalji svoje fotografije';
53$lang['uploaded photos are directly displayed in the gallery'] = 'poslate fotografije su odmah prikazane u galeriji';
54$lang['uploaded photos must be validated by an administrator'] = 'poslate fotografije moraju biti odobrene od strane administratora';
55$lang['Validation page: %s'] = 'Strana za odobravanje';
56$lang['web size'] = 'veličina za web';
57$lang['Where?'] = 'Gde?';
58$lang['Which level of trust?'] = 'Koji je nivo poverenja?';
59$lang['Who?'] = 'Ko?';
60$lang['Your photos are waiting for validation, administrators have been notified'] = 'Vaše fotografije čekaju odobrenje, administratori su obavešteni';
61$lang['Zoom'] = 'Uvećaj';
62?>
Note: See TracBrowser for help on using the repository browser.