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

Last change on this file since 5780 was 5780, checked in by nikrou, 14 years ago

Fix some translation keys (unused, misspelling, or forgotten)

File size: 4.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2010 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['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';
36$lang['Can\'t connect to server'] = 'Ne mogu se povezati sa poslužiteljem';
37
38$lang['Host'] = 'MySQL poslužitelj';
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'] = 'korisničko ime dobiveno od davatelja usluge smještaja';
42$lang['Password'] = 'Zaporka';
43$lang['user password given by your host provider'] = 'korisnička zaporka dobivena od davatelja usluge smještaja';
44$lang['Database name'] = 'Naziv baze podataka';
45$lang['also given by your host provider'] = 'također dobivena od davatelja usluge smještaja';
46$lang['Database table prefix'] = 'Predznak tabela baze podataka';
47$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)';
48$lang['enter a login for webmaster'] = 'upišite korisničko ime za webmaster-a';
49$lang['webmaster login can\'t contain characters \' or "'] = 'webmaster-ovo korisničko ime ne može sadržavati znakove \' ili "';
50$lang['please enter your password again'] = 'molimo upišite zaporku ponovo';
51$lang['Webmaster password'] = 'Webmaster-ova zaporka';
52$lang['Keep it confidential, it enables you to access administration panel'] = 'Čuvajte je na sigurnom mjestu, ona omogućava pristup upravnoj ploči';
53$lang['Password [confirm]'] = 'Zaporka [potvrdi]';
54$lang['verification'] = 'ovjera';
55$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>.';
56$lang['Webmaster mail address'] = 'Webmaster-ova e-mail adresa';
57$lang['Visitors will be able to contact site administrator with this mail'] = 'Posjetitelji će moći pisati upravitelju galerije preko ove adrese';
58?>
Note: See TracBrowser for help on using the repository browser.