source: extensions/typetags/language/sl_SI/plugin.lang.php @ 28202

Last change on this file since 28202 was 28202, checked in by TranslationTeam, 10 years ago

[typetgs] Update sl_SI, thanks to : MarkoAm

  • Property svn:executable set to *
File size: 2.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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['Go to <a href="%s">Photos/Tags</a> to manage associations.'] = 'Pojdite na <a href="%s">Slike/Oznake</a> za upravljanje združevanj.';
24$lang['Invalid color'] = 'Nepravilna barva';
25$lang['Manage colors'] = 'Upravljanje barv';
26$lang['New color'] = 'Nova barva';
27$lang['Only on tags page'] = 'Samo ena oznaka strani';
28$lang['Set a different color for each tag'] = 'Nastavi različno barvo za vsako oznako';
29$lang['Set tags color'] = 'Nastavitev barvnih oznak';
30$lang['This name is already used'] = 'To ime je že v uporabi';
31$lang['You must fill all fields (name and color)'] = 'Izpolniti morate vsa polja (ime in barva)';
32$lang['Add a new color'] = 'Dodaj novo barvo';
33$lang['Apply the same color to all tags'] = 'Uporabi enako barvno za vse oznake';
34$lang['Color'] = 'Barva';
35$lang['Color added'] = 'Barva dodana';
36$lang['Color deleted'] = 'Barva izbrisana';
37$lang['Color saved'] = 'Barva shranjena';
38$lang['Display colored tags'] = 'Oznake prikaži v barvah';
39$lang['Edit color'] = 'Uredi barvo';
40$lang['Everywhere'] = 'Povsod';
Note: See TracBrowser for help on using the repository browser.