source: extensions/ContactForm/language/sh_RS/plugin.lang.php @ 13876

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

[ContactForm] Add sh_RS, thanks to : vladamilanovic

  • Property svn:executable set to *
File size: 4.0 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['cf_active'] = 'Aktivni e-mejl';
24$lang['cf_config'] = 'Podešavanje';
25$lang['cf_config_desc'] = 'Glavno podešavanje dodatka';
26$lang['cf_config_saved'] = 'Podešavanje uspešno sačuvano';
27$lang['cf_config_saved_with_errors'] = 'Podešavanje sačuvano sa greškama';
28$lang['cf_delay_not_integer'] = 'Kašnjenje mora biti ceo broj';
29$lang['cf_emails'] = 'E-mejlovi';
30$lang['cf_emails_desc'] = 'Upravljanje odredišnim e-mejlovima';
31$lang['cf_error_sending_mail'] = 'Greška prilikom slanja e-mejla';
32$lang['cf_form_error'] = 'Nepravilni podaci';
33$lang['cf_from_mail'] = 'Vaš e-mejl';
34$lang['cf_from_name'] = 'Vaše ime';
35$lang['cf_from_name_error'] = 'Molim unesite ime';
36$lang['cf_guest_allowed'] = 'Dozvoli gostima da vide formu';
37$lang['cf_hide'] = 'Sakrij';
38$lang['cf_label_config'] = 'Opšte podešavanje';
39$lang['cf_label_mail'] = 'Podešavanje e-mejla';
40$lang['cf_length_not_integer'] = 'Veličina mora biti ceo broj';
41$lang['cf_link_error'] = 'Promenljiva ne sme sadržati razmake';
42$lang['cf_mail_format_error'] = 'Pogrešan format e-mejla';
43$lang['cf_mail_prefix'] = 'Prefiks naslova poslatih e-mejlova';
44$lang['cf_mandatory_mail'] = 'E-mejl adresa je obavezna';
45$lang['cf_mandatory_name'] = 'Ime je obavezno';
46$lang['cf_menu_link'] = 'Dodaj vezu u meni';
47$lang['cf_message'] = 'Poruka';
48$lang['cf_message_error'] = 'Molim unesite poruku';
49$lang['cf_no_mail'] = 'Nema dostupnih e-mejl adresa';
50$lang['cf_no_unlink'] = 'Funkcija \'razveži\' nije dostupna';
51$lang['cf_plugin_name'] = 'Kontakt forma';
52$lang['cf_redirect_delay'] = 'Pauziraj kašnjenje preusmeravanja';
53$lang['cf_refresh'] = 'Regeneriši listu e-mejl adresa';
54$lang['cf_sending_mail_successful'] = 'E-mail uspešno poslat ';
55$lang['cf_separator'] = 'Karakter(i) korišćeni za definisanje linije odvajanja u formatu teksta e-maila';
56$lang['cf_separator_length'] = 'Veličina linije';
57$lang['cf_subject'] = 'Naslov';
58$lang['cf_subject_error'] = 'Molim unesite naslov';
59$lang['cf_submit'] = 'Pošalji';
60$lang['cf_tab_config'] = 'Podešavanje';
61$lang['cf_tab_emails'] = 'E-mejlovi';
62$lang['cf_unlink_errors'] = 'Greška prilikom brisanja fajla';
63$lang['cf_validate'] = 'Pošalji';
64$lang['contact_form'] = 'Kontakt';
65$lang['contact_form_debug'] = 'Prikaži debag informacije';
66$lang['contact_form_link'] = 'Kontakt vebmaster';
67$lang['contact_form_title'] = 'Kontakt forma';
68$lang['contact_redirect_title'] = 'Pošalji poruku statusa';
69$lang['title_send_mail'] = 'Komentar sajta';
70?>
Note: See TracBrowser for help on using the repository browser.