diff options
Diffstat (limited to '')
-rw-r--r-- | language/hr_HR/install.lang.php | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/language/hr_HR/install.lang.php b/language/hr_HR/install.lang.php new file mode 100644 index 000000000..73a25beb5 --- /dev/null +++ b/language/hr_HR/install.lang.php @@ -0,0 +1,66 @@ +<?php +// +-----------------------------------------------------------------------+ +// | Piwigo - a PHP based picture gallery | +// +-----------------------------------------------------------------------+ +// | Copyright(C) 2008-2009 Piwigo Team http://piwigo.org | +// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | +// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | +// +-----------------------------------------------------------------------+ +// | This program is free software; you can redistribute it and/or modify | +// | it under the terms of the GNU General Public License as published by | +// | the Free Software Foundation | +// | | +// | This program is distributed in the hope that it will be useful, but | +// | WITHOUT ANY WARRANTY; without even the implied warranty of | +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | +// | General Public License for more details. | +// | | +// | You should have received a copy of the GNU General Public License | +// | along with this program; if not, write to the Free Software | +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | +// | USA. | +// +-----------------------------------------------------------------------+ + +$lang['Installation'] = 'Ugradba'; +$lang['Basic configuration'] = 'Osnovna postava'; +$lang['Default gallery language'] = 'Pretpostavljeni jezik galerije'; +$lang['Database configuration'] = 'Postava baze podataka'; +$lang['Admin configuration'] = 'Upravna postava'; +$lang['Start Install'] = 'Pokreni ugradbu'; +$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'e-mail adresa mora biti kao xxx@yyy.eee (example : jere@stranica.org)'; + +$lang['Webmaster login'] = 'Webmaster-ova prijava'; +$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Biti æe prikazano posjetiteljima. Potrebno je za upravljanje web mjestom'; + +$lang['Parameters are correct'] = 'Postavke su ispravne'; +$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Povezivanje sa poslužiteljem uspješno, ali je nemoguæe povezivanje sa bazom podataka'; +$lang['Can\'t connect to server'] = 'Ne mogu se povezati sa poslužiteljem'; +$lang['The next step of the installation is now possible'] = 'Slijedeæi korak ugradbe je omoguæen'; +$lang['next step'] = 'slijedeæi korak'; +$lang['Copy the text in pink between hyphens and paste it into the file "local/config/database.inc.php"(Warning : database.inc.php must only contain what is in pink, no line return or space character)'] = 'Kopirajte ružièasti tekst izmeðu crtica i prebacite ga u "include/mysql.inc.php"(Pozor : mysql.inc.php mora sadržavati samo ružièasti tekst, bez znakova novog reda ili razmaka)'; + +$lang['Host'] = 'MySQL poslužitelj'; +$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr'; +$lang['User'] = 'Korisnik'; +$lang['user login given by your host provider'] = 'korisnièko ime dobiveno od davatelja usluge smještaja'; +$lang['Password'] = 'Zaporka'; +$lang['user password given by your host provider'] = 'korisnièka zaporka dobivena od davatelja usluge smještaja'; +$lang['Database name'] = 'Naziv baze podataka'; +$lang['also given by your host provider'] = 'takoðer dobivena od davatelja usluge smještaja'; +$lang['Database table prefix'] = 'Predznak tabela baze podataka'; +$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'nazivi tabela baze podataka æe biti predznaèeni sa time (omoguæava vam bolje upravljanje tabelama)'; +$lang['enter a login for webmaster'] = 'upišite korisnièko ime za webmaster-a'; +$lang['webmaster login can\'t contain characters \' or "'] = 'webmaster-ovo korisnièko ime ne može sadržavati znakove \' ili "'; +$lang['please enter your password again'] = 'molimo upišite zaporku ponovo'; +$lang['Installation finished'] = 'Ugradba završena'; +$lang['Webmaster password'] = 'Webmaster-ova zaporka'; +$lang['Keep it confidential, it enables you to access administration panel'] = 'Èuvajte je na sigurnom mjestu, ona omoguæava pristup upravnoj ploèi'; +$lang['Password [confirm]'] = 'Zaporka [potvrdi]'; +$lang['verification'] = 'ovjera'; +$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Trebate pomoæ? Pitajte na <a href="%s">Piwigo message board</a>.'; +$lang['install_end_message'] = 'Postava Piwigo-a je završena, slijedeæi korak je<br /><br /> +* idite na prijavnicu i koristite korisnièko ime/zaporku danu za webmaster-a<br /> +* ova prijava æe vam omoguæiti pristup upravnoj ploèi i uputama za pohranu slika u mape'; +$lang['Webmaster mail address'] = 'Webmaster-ova e-mail adresa'; +$lang['Visitors will be able to contact site administrator with this mail'] = 'Posjetitelji æe moæi pisati upravitelju galerije preko ove adrese'; +?>
\ No newline at end of file |