mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
Use common language strings on install.tpl and remove duplicates from install.lang.php
git-svn-id: http://piwigo.org/svn/trunk@23212 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -30,8 +30,6 @@ $lang['Default gallery language'] = 'Základný jazyk galérie';
|
||||
$lang['Database configuration'] = 'Databázová konfigurácia';
|
||||
$lang['Admin configuration'] = 'Administrátorská konfigurácia';
|
||||
$lang['Start Install'] = 'Spustiť inštaláciu';
|
||||
$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'e-mailová adresa musí mať formát xxx@yyy.eee (napríklad : kovac@zoznam.sk)';
|
||||
$lang['Webmaster login'] = 'Používateľské meno správcu';
|
||||
$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Bude zobrazený návštevníkom. Je nutný pre administráciu aplikácie.';
|
||||
$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Spojenie na server sa podarilo, ale nebolo možné pripojiť databázu';
|
||||
$lang['Can\'t connect to server'] = 'Nebolo možné sa pripojiť k serveru';
|
||||
@@ -39,7 +37,6 @@ $lang['Host'] = 'MySQL server';
|
||||
$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.sk';
|
||||
$lang['User'] = 'Používateľ';
|
||||
$lang['user login given by your host provider'] = 'používateľské meno, ktoré Vám pridelil prevádzkovateľ serveru';
|
||||
$lang['Password'] = 'Heslo';
|
||||
$lang['user password given by your host provider'] = 'heslo na tomto serveri';
|
||||
$lang['Database name'] = 'Názov databázy';
|
||||
$lang['also given by your host provider'] = 'ktorý na tomto servri';
|
||||
@@ -48,12 +45,10 @@ $lang['database tables names will be prefixed with it (enables you to manage bet
|
||||
$lang['enter a login for webmaster'] = 'zadať používateľské meno webmastra';
|
||||
$lang['webmaster login can\'t contain characters \' or "'] = 'používateľské meno správcu nemôže obsahovať znak \' alebo "';
|
||||
$lang['please enter your password again'] = 'prosím zadať znovu heslo';
|
||||
$lang['Webmaster password'] = 'Heslo webmastra';
|
||||
$lang['Keep it confidential, it enables you to access administration panel'] = 'Heslo majte utajené, umožní Vám prístup do administrácie aplikácie';
|
||||
$lang['Password [confirm]'] = 'Heslo [potvrdenie]';
|
||||
$lang['verification'] = 'kontrola';
|
||||
$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Potrebujete pomoc? Opýtajte sa na <a href="%s">Piwigo fóre</a>.';
|
||||
$lang['Webmaster mail address'] = 'E-mail webmastra';
|
||||
$lang['Visitors will be able to contact site administrator with this mail'] = 'Návštevníci môžu pomocou tohto e-mailu kontaktovať správcu';
|
||||
$lang['PHP 5 is required'] = 'Je nutné PHP 5';
|
||||
$lang['It appears your webhost is currently running PHP %s.'] = 'Na Vašom webhostingu je PHP %s.';
|
||||
|
||||
Reference in New Issue
Block a user