source: extensions/header_manager/language/sl_SI/plugin.lang.php @ 26314

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

[header_manager] Update sl_SI, thanks to : simon.krajnc

  • Property svn:executable set to *
File size: 3.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['Random'] = 'Naključno';
24$lang['Recursive'] = 'Ponavljajoče';
25$lang['Restore default banner'] = 'Obnovi privzeto pasico';
26$lang['Select an image'] = 'Izberi sliko';
27$lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = 'Številčno oznako lahko najdete na strani urejanja slike, v bližini sličice';
28$lang['Unknown picture id'] = 'Neznan ID slike';
29$lang['Use'] = 'Uporabi';
30$lang['With text'] = 'Z besedilom';
31$lang['You can customize the display by adding CSS rules to'] = 'Prikaz lahko prilagodite z dodajanjem CSS pravila';
32$lang['You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'] = 'Naložite lahko sliko glave po meri ali pa izberete sliko iz galerije. Na naslednji strani boste sliko lahko obrezali.';
33$lang['or choose a picture from the gallery'] = 'ali izberi sliko iz galerije';
34$lang['Add a banner'] = 'Dodaj pasico';
35$lang['Album specific banners'] = 'Posebne pasice albuma';
36$lang['Banner'] = 'Pasica';
37$lang['Banner added'] = 'Pasica dodana';
38$lang['Banner deleted'] = 'Pasica odstranjena';
39$lang['Choose an image from your computer'] = 'Izbiri sliko iz računalnika';
40$lang['Choose the part of the image you want to use as your header.'] = 'Izberite del slike, ki jo želite uporabiti kot glavo';
41$lang['Crop banner image'] = 'Obreži sliko pasice';
42$lang['Default banner'] = 'Privzeta pasica';
43$lang['Display banner on photo page'] = 'Prikaži pasico na strani s slikami';
44$lang['For MontBlancXL and BlancMontXL, advised size is 900&times;190.'] = 'Za MontBlancXL in BlancMontXL je priporočena velikost 900&krat;190.';
45$lang['Gallery title above image'] = 'Naslov galerije nad sliko';
46$lang['Image only'] = 'Samo slika';
47$lang['In order to add a specific banner, go to the admin page of the desired album.'] = 'Da bi dodali določeno pasico, pojdite na admin stran željenega albuma.';
48$lang['Incorrect file type,'] = 'Nepravilna vrsta datoteke';
49$lang['No banner added yet'] = 'Nobena pasica še ni dodana';
50$lang['Non recursive'] = 'Brez ponavljanja';
51$lang['Picture id.'] = 'ID slike';
52$lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'Vstavi <b>%upravitelja_glave%</b> kjer želiš prikazati sliko.';
53$lang['Respect %s aspect ratio'] = 'Upoštevaj %s razmerje';
54$lang['Banner size'] = 'velikost pasice';
55?>
Note: See TracBrowser for help on using the repository browser.