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['Installation'] = 'Instalacija'; |
---|
26 | $lang['Basic configuration'] = 'Osnovna podešenja'; |
---|
27 | $lang['Default gallery language'] = 'Podrazumevani jezik galerije'; |
---|
28 | $lang['Database configuration'] = 'Podešavanje baze'; |
---|
29 | $lang['Admin configuration'] = 'Administratorska podešenja'; |
---|
30 | $lang['Start Install'] = 'Pokreni instalaciju'; |
---|
31 | $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'mail adresa mora biti u formatu xxx@yyy.eee (primer : milos@firma.org)'; |
---|
32 | $lang['Webmaster login'] = 'Webmaster pristup'; |
---|
33 | $lang['It will be shown to the visitors. It is necessary for website administration'] = 'Bice prikazano posetiocima. Neophodno je za administraciju stranice'; |
---|
34 | $lang['Connection to server succeed, but it was impossible to connect to database'] = 'Konekcija na server uspešna, ali konecija na bazu je nemoguca'; |
---|
35 | $lang['Can\'t connect to server'] = 'Nemoguce povezivanje na server'; |
---|
36 | $lang['Database type'] = 'Tip baze'; |
---|
37 | $lang['The type of database your piwigo data will be store in'] = 'Tip baze gde ce Vaši Piwigo podaci biti smešteni'; |
---|
38 | $lang['Host'] = 'Host'; |
---|
39 | $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr'; |
---|
40 | $lang['User'] = 'Korisnik'; |
---|
41 | $lang['user login given by your host provider'] = 'korisnicko ime dat od strane Vašeg host distributera'; |
---|
42 | $lang['Password'] = 'Lozinka'; |
---|
43 | $lang['user password given by your host provider'] = 'korisnicka lozinka data od strane Vašeg host distributera '; |
---|
44 | $lang['Database name'] = 'Ime baze'; |
---|
45 | $lang['also given by your host provider'] = 'takode dato od Vašeg Host distributera'; |
---|
46 | $lang['Database table prefix'] = 'Prefix tabele baze'; |
---|
47 | $lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'ime tabele baze will bice prefix sa njim (omogucava da upravljate bolje Vašuim tabelama)'; |
---|
48 | $lang['enter a login for webmaster'] = 'Unesi pristupne podatke za webmaster'; |
---|
49 | $lang['webmaster login can\'t contain characters \' or "'] = 'pristupni podaci za webmastera ne mogu sadržati znake \' ili "'; |
---|
50 | $lang['please enter your password again'] = 'molim unesite Vašu lozinku ponovo'; |
---|
51 | $lang['Webmaster password'] = 'Webmaster lozinka'; |
---|
52 | $lang['Keep it confidential, it enables you to access administration panel'] = 'Sacuvajte u tajnosti, omogucava pristup administratorskom delu'; |
---|
53 | $lang['Password [confirm]'] = 'Lozinka[potvrdi]'; |
---|
54 | $lang['verification'] = 'Provera'; |
---|
55 | $lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Potrebna Vam je pomoc? Pitajte na <a href="%s">Piwigo tabli za poruke</a>.'; |
---|
56 | $lang['Webmaster mail address'] = 'E-mail adresa Webmaster-a'; |
---|
57 | $lang['Visitors will be able to contact site administrator with this mail'] = 'Posetioci ce biti u mogucnosti da koriste ovaj mail da kontaktiraju administratora stranice'; |
---|
58 | $lang['PHP 5 is required'] = 'PHP 5 je neophodan'; |
---|
59 | $lang['It appears your webhost is currently running PHP %s.'] = 'Izgleda da Vaš webhost trenutno koristi PHP %s.'; |
---|
60 | $lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo može pokušati da promeni Vašu konfiguraciju na PHP 5 kreiranjem ili menjanjem .htaccess datoteke.'; |
---|
61 | $lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Imajte u vidu da možete sami izmeniti Vašu konfiguraciju restartovati Piwigo posle toga.'; |
---|
62 | $lang['Try to configure PHP 5'] = 'Pokušajte da podestite PHP 5'; |
---|
63 | $lang['Sorry!'] = 'Žao nam je!'; |
---|
64 | $lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo wnije uspeo da podesi PHP 5.'; |
---|
65 | $lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Trebalo bi da se obartite podršci Vašeg hosting provajdera za uputstvo kako da promenite na PHP 5 sami.'; |
---|
66 | $lang['Hope to see you back soon.'] = 'Nadamo se da se uskoro vidimo.'; |
---|
67 | $lang['Congratulations, Piwigo installation is completed'] = 'Cestitamo, Piwigo instalacija je završena'; |
---|
68 | $lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Alternativno rešenje je da kopirate tekst iz kutije iznad i nalepite u datoteku "local/config/database.inc.php" (Upozorenje : database.inc.php mora sadržati samo tekst iz kutije, bez linije ili praznih karaktera)'; |
---|
69 | $lang['Creation of config file local/config/database.inc.php failed.'] = 'Kreiranje konfiguracione datoteke local/config/database.inc.php neuspešno.'; |
---|
70 | $lang['Download the config file'] = 'Snimi na racunar konfiguracionu datoteku'; |
---|
71 | $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Možete snimiti na racunar konfiguracionu datoteku i poslati je na local/config direktorijum Vaše instalacije.'; |
---|
72 | |
---|
73 | ?> |
---|