[5862] | 1 | <?php |
---|
| 2 | // +-----------------------------------------------------------------------+ |
---|
[8728] | 3 | // | Piwigo - a PHP based photo gallery | |
---|
[5862] | 4 | // +-----------------------------------------------------------------------+ |
---|
[12922] | 5 | // | Copyright(C) 2008-2012 Piwigo Team http://piwigo.org | |
---|
[5862] | 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['Host'] = 'Host'; |
---|
| 37 | $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr'; |
---|
| 38 | $lang['User'] = 'Korisnik'; |
---|
| 39 | $lang['user login given by your host provider'] = 'korisnicko ime dat od strane Vašeg host distributera'; |
---|
| 40 | $lang['Password'] = 'Lozinka'; |
---|
| 41 | $lang['user password given by your host provider'] = 'korisnicka lozinka data od strane Vašeg host distributera '; |
---|
| 42 | $lang['Database name'] = 'Ime baze'; |
---|
| 43 | $lang['also given by your host provider'] = 'takode dato od Vašeg Host distributera'; |
---|
| 44 | $lang['Database table prefix'] = 'Prefix tabele baze'; |
---|
| 45 | $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)'; |
---|
| 46 | $lang['enter a login for webmaster'] = 'Unesi pristupne podatke za webmaster'; |
---|
| 47 | $lang['webmaster login can\'t contain characters \' or "'] = 'pristupni podaci za webmastera ne mogu sadržati znake \' ili "'; |
---|
| 48 | $lang['please enter your password again'] = 'molim unesite Vašu lozinku ponovo'; |
---|
| 49 | $lang['Webmaster password'] = 'Webmaster lozinka'; |
---|
| 50 | $lang['Keep it confidential, it enables you to access administration panel'] = 'Sacuvajte u tajnosti, omogucava pristup administratorskom delu'; |
---|
| 51 | $lang['Password [confirm]'] = 'Lozinka[potvrdi]'; |
---|
| 52 | $lang['verification'] = 'Provera'; |
---|
| 53 | $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>.'; |
---|
| 54 | $lang['Webmaster mail address'] = 'E-mail adresa Webmaster-a'; |
---|
| 55 | $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'; |
---|
| 56 | $lang['PHP 5 is required'] = 'PHP 5 je neophodan'; |
---|
| 57 | $lang['It appears your webhost is currently running PHP %s.'] = 'Izgleda da Vaš webhost trenutno koristi PHP %s.'; |
---|
| 58 | $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.'; |
---|
| 59 | $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.'; |
---|
| 60 | $lang['Try to configure PHP 5'] = 'Pokušajte da podestite PHP 5'; |
---|
| 61 | $lang['Sorry!'] = 'Žao nam je!'; |
---|
| 62 | $lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo wnije uspeo da podesi PHP 5.'; |
---|
| 63 | $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.'; |
---|
| 64 | $lang['Hope to see you back soon.'] = 'Nadamo se da se uskoro vidimo.'; |
---|
| 65 | $lang['Congratulations, Piwigo installation is completed'] = 'Cestitamo, Piwigo instalacija je završena'; |
---|
| 66 | $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)'; |
---|
| 67 | $lang['Creation of config file local/config/database.inc.php failed.'] = 'Kreiranje konfiguracione datoteke local/config/database.inc.php neuspešno.'; |
---|
| 68 | $lang['Download the config file'] = 'Snimi na racunar konfiguracionu datoteku'; |
---|
| 69 | $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.'; |
---|
| 70 | |
---|
| 71 | ?> |
---|