5a89acb4cb
git-svn-id: http://piwigo.org/svn/trunk@5430 68402e56-0260-453c-a942-63ccdbb3a9ee
66 lines
No EOL
5.2 KiB
PHP
66 lines
No EOL
5.2 KiB
PHP
<?php
|
|
// +-----------------------------------------------------------------------+
|
|
// | Piwigo - a PHP based picture gallery |
|
|
// +-----------------------------------------------------------------------+
|
|
// | Copyright(C) 2008-2010 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';
|
|
?>
|