aboutsummaryrefslogtreecommitdiffstats
path: root/language/hr_HR/install.lang.php
blob: a4db1f1feeb47f393fc8829627dc779db2c83bf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
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';
?>