source: trunk/language/hr_HR/install.lang.php @ 5316

Last change on this file since 5316 was 5316, checked in by plg, 14 years ago

copy all languages (exceptions are en_UK and fr_FR) from branch 2.0 to trunk,
then convert the *.lang.php files with tools/convert_language_to_2.1.pl

Next step is to play with tools/translation_analysis.php to find which
language keys need translation for each language.

File size: 5.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2009 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$lang['Installation'] = 'Ugradba';
25$lang['Basic configuration'] = 'Osnovna postava';
26$lang['Default gallery language'] = 'Pretpostavljeni jezik galerije';
27$lang['Database configuration'] = 'Postava baze podataka';
28$lang['Admin configuration'] = 'Upravna postava';
29$lang['Start Install'] = 'Pokreni ugradbu';
30$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)';
31
32$lang['Webmaster login'] = 'Webmaster-ova prijava';
33$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Biti æe prikazano posjetiteljima. Potrebno je za upravljanje web mjestom';
34
35$lang['Parameters are correct'] = 'Postavke su ispravne';
36$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';
37$lang['Can\'t connect to server'] = 'Ne mogu se povezati sa poslužiteljem';
38$lang['The next step of the installation is now possible'] = 'Slijedeæi korak ugradbe je omoguæen';
39$lang['next step'] = 'slijedeæi korak';
40$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)';
41
42$lang['Host'] = 'MySQL poslužitelj';
43$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
44$lang['User'] = 'Korisnik';
45$lang['user login given by your host provider'] = 'korisnièko ime dobiveno od davatelja usluge smještaja';
46$lang['Password'] = 'Zaporka';
47$lang['user password given by your host provider'] = 'korisnièka zaporka dobivena od davatelja usluge smještaja';
48$lang['Database name'] = 'Naziv baze podataka';
49$lang['also given by your host provider'] = 'takoðer dobivena od davatelja usluge smještaja';
50$lang['Database table prefix'] = 'Predznak tabela baze podataka';
51$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)';
52$lang['enter a login for webmaster'] = 'upišite korisnièko ime za webmaster-a';
53$lang['webmaster login can\'t contain characters \' or "'] = 'webmaster-ovo korisnièko ime ne može sadržavati znakove \' ili "';
54$lang['please enter your password again'] = 'molimo upišite zaporku ponovo';
55$lang['Installation finished'] = 'Ugradba završena';
56$lang['Webmaster password'] = 'Webmaster-ova zaporka';
57$lang['Keep it confidential, it enables you to access administration panel'] = 'Èuvajte je na sigurnom mjestu, ona omoguæava pristup upravnoj ploèi';
58$lang['Password [confirm]'] = 'Zaporka [potvrdi]';
59$lang['verification'] = 'ovjera';
60$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>.';
61$lang['install_end_message'] = 'Postava Piwigo-a je završena, slijedeæi korak je<br /><br />
62* idite na prijavnicu i koristite korisnièko ime/zaporku danu za webmaster-a<br />
63* ova prijava æe vam omoguæiti pristup upravnoj ploèi i uputama za pohranu slika u mape';
64$lang['Webmaster mail address'] = 'Webmaster-ova e-mail adresa';
65$lang['Visitors will be able to contact site administrator with this mail'] = 'Posjetitelji æe moæi pisati upravitelju galerije preko ove adrese';
66?>
Note: See TracBrowser for help on using the repository browser.