1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2011 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 | |
---|
24 | |
---|
25 | $lang['%d album including'] = '%d album vsebuje'; |
---|
26 | $lang['%d album moved'] = '%d album je bil premaknjen'; |
---|
27 | $lang['%d albums including'] = '%d albumov vsebuje'; |
---|
28 | $lang['%d albums moved'] = '%d albumov je bilo premaknjenih'; |
---|
29 | $lang['%d anomalies have been detected corrected.'] = '%d anomalij je bilo zaznanih in odpravljenih.'; |
---|
30 | $lang['%d anomalies have been detected.'] = '%d anomalij je bilo zaznanih.'; |
---|
31 | $lang['%d anomalies have been ignored.'] = '%d anomalij je bilo ignoriranih.'; |
---|
32 | $lang['%d anomalies have not been corrected.'] = '%d anomalij ni bilo odpravljenih.'; |
---|
33 | $lang['%d anomaly has been corrected.'] = '%d anomalija je bila odpravljena.'; |
---|
34 | $lang['%d anomaly has been detected.'] = '%d anomalija je bila zaznana.'; |
---|
35 | $lang['%d anomaly has been ignored.'] = '%d anomalija je bila ignorirana.'; |
---|
36 | $lang['%d anomaly has not been corrected.'] = '%d anomalija ni bila odpravljena.'; |
---|
37 | $lang['%d association'] = '%d asocijacija'; |
---|
38 | $lang['%d associations'] = '%d asocijacij'; |
---|
39 | $lang['%d group'] = '%d skupina'; |
---|
40 | $lang['%d groups'] = '%d skupine'; |
---|
41 | $lang['%d guest'] = '%d gost'; |
---|
42 | $lang['%d guests'] = '%d gostov'; |
---|
43 | $lang['%d line filtered'] = '%d vrstica filtrirana'; |
---|
44 | $lang['%d lines filtered'] = '%d vrstic filtriranih'; |
---|
45 | $lang['ACCESS_0'] = 'Prosti dostop'; |
---|
46 | $lang['ACCESS_1'] = 'Dsotop do vsega'; |
---|
47 | $lang['ACCESS_2'] = 'Dostop za registrirane uporabnike'; |
---|
48 | $lang['ACCESS_3'] = 'Dostop za administratorje'; |
---|
49 | $lang['ACCESS_4'] = 'Dostop za spletne skrbnike'; |
---|
50 | $lang['ACCESS_5'] = 'Brez dostopa'; |
---|
51 | $lang['Action'] = 'Akcija'; |
---|
52 | $lang['Actions'] = 'Akcije'; |
---|
53 | $lang['Activate field "%s"'] = 'Aktiviraj polje "%s"'; |
---|
54 | $lang['Activate icon "%s"'] = 'Aktiviraj ikono "%s"'; |
---|
55 | $lang['Activate Navigation Bar'] = 'Aktiviraj navigacijsko vrstico'; |
---|
56 | $lang['Activate Navigation Thumbnails'] = 'Aktiviraj navigacijo za predoglede'; |
---|
57 | $lang['Activate'] = 'Aktiviraj'; |
---|
58 | $lang['Activate icon "new" next to albums and pictures'] = 'Aktiviraj ikono "novo" poleg albumov in slik'; |
---|
59 | $lang['Active Languages'] = 'Aktiviraj jezike'; |
---|
60 | $lang['Active Plugins'] = 'Aktiviraj '; |
---|
61 | $lang['Active Themes'] = 'Aktiviraj teme'; |
---|
62 | $lang['Add a criteria'] = 'Dodaj kriterij'; |
---|
63 | $lang['Add a filter'] = 'Dodaj filter'; |
---|
64 | $lang['Add a tag'] = 'Dodaj znacko'; |
---|
65 | |
---|
66 | ?> |
---|