source: extensions/ContactForm/language/sl_SI/plugin.lang.php @ 26311

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

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

  • Property svn:executable set to *
File size: 4.1 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['Name is mandatory'] = 'Obvezno ime';
24$lang['No active email address'] = 'Ni aktivnih e-poštnih naslovov';
25$lang['Plain text'] = 'Tekst';
26$lang['Please choose a category'] = 'Prosim izberi kategorijo';
27$lang['Please enter a message'] = 'Prosim vnesi sporočilo';
28$lang['Please enter a name'] = 'Prosim vnesi ime';
29$lang['Please enter a subject'] = 'Prosim vnesi naslov';
30$lang['Please enter an e-mail'] = 'Prosim vnesi e-pošto';
31$lang['Prefix of the sent e-mail subject'] = 'Prefix poslanega e-poštnega naslova';
32$lang['Redirect after sending email (optional)'] = 'Preusmeri odposlano e-pošto (izbirno)';
33$lang['Send'] = 'Pošlji';
34$lang['Send copy to my email'] = 'Pošlji kopijo poslane e-pošte na moj naslov';
35$lang['Subject'] = 'Naslov';
36$lang['Text after the contact form'] = 'Besedilo za kontaktnim poljem';
37$lang['Text before the contact form'] = 'Besedilo pred kontaktnim poljem';
38$lang['Tip'] = 'Nasvet';
39$lang['Your e-mail'] = 'Tvoja e-pošta';
40$lang['Your name'] = 'Tvoje ime';
41$lang['can be translated with LocalFiles Editor plugin'] = 'lahko je prevedeno z LocalFiles Editor vtičnikom';
42$lang['you can use "%gallery_title%"'] = 'lahko uporabiš "%naslov_galerije%"';
43$lang['%s must not be less than %d characters long'] = '%s ne sme biti krajše od %d znakov';
44$lang['%s must not be more than %d characters long'] = '%s ne sme biti daljše %d znakov';
45$lang['+ Add a category'] = 'Dodaj kategorijo';
46$lang['+ Add an email'] = 'Dodaj e-pošto';
47$lang['Active'] = 'Aktivni';
48$lang['Add link in menu'] = 'Dodaj povezavo v meni';
49$lang['Allow guests to see the form'] = 'Dovoli gostom vidnost forme';
50$lang['Category'] = 'Kategorija';
51$lang['Default e-mail subject'] = 'Prednastavljeni e-poštni naslov';
52$lang['E-mail address is mandatory'] = 'Obvezen naslov v E-pošti';
53$lang['E-mail configuration'] = 'Nastavitev E-pošte';
54$lang['E-mail format :'] = 'Oblika e-pošte:';
55$lang['E-mail sent successfully'] = 'E-pošta je uspešno poslana';
56$lang['Each category is displayed as a distinct "service" on the contact form (example: "Technical", "Commercial", "General question"). Using categories is not mandatory.'] = 'Vsaka kategorija je prikazana kot ustrezna "storitev" na kontaktni formi  (primer: "Tehnično", "Poslovno", "Splošno vprašanje"). Uporaba kategorij ni obvezujoča.';
57$lang['Error while sending e-mail'] = 'Napaka med pošiljanjem e-pošte';
58$lang['General configuration'] = 'Glavna konfiguracija';
59$lang['Invalid redirect URL'] = 'Napačna URL preusmeritev';
60$lang['Message'] = 'Sporočilo';
61$lang['Name'] = 'Ime';
62?>
Note: See TracBrowser for help on using the repository browser.