From 90e71b41b8cd44a2b32c4cac7fae8c764626a58d Mon Sep 17 00:00:00 2001 From: ddtddt Date: Thu, 23 Dec 2010 15:56:28 +0000 Subject: [trunk] - step1 for 2.2 git-svn-id: http://piwigo.org/svn/trunk@8255 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/sk_SK/install.lang.php | 81 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 language/sk_SK/install.lang.php (limited to 'language/sk_SK/install.lang.php') diff --git a/language/sk_SK/install.lang.php b/language/sk_SK/install.lang.php new file mode 100644 index 000000000..0544d84e3 --- /dev/null +++ b/language/sk_SK/install.lang.php @@ -0,0 +1,81 @@ +Piwigo message board.'] = 'Potrebujete pomoc? Opýtajte sa na Piwigo fóre.'; +$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'; + +// missing translations 2.1.0 +$lang['Database type'] = 'Typ databázy'; +$lang['The type of database your piwigo data will be store in'] = 'Typ databázy Vašej Piwigo databázy bude uložený'; +$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.'; +$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo sa môže pokúsiť zmeniť Vaše nastavenie na PHP 5 tým, že vytvorí alebo zmení súbor .htaccess.'; +$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Prípadne môžete zmeniť Vašu konfiguráciu sami a potom reštartovať Piwigo.'; +$lang['Try to configure PHP 5'] = 'Pokúste sa zmeniť Vaše nastavenie na PHP 5'; +$lang['Sorry!'] = 'Bohužiaľ!'; +$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo nebolo schopné zmeniť Vaše nastavenie na PHP 5.'; +$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Obráďte sa na poskytovateľa Vašeho webhostingu, aby ste zistili, ako môžete zmeniť Vaše nastavenie na PHP 5.'; +$lang['Hope to see you back soon.'] = 'Veríme, že sa čoskoro uvidíme.'; +$lang['Congratulations, Piwigo installation is completed'] = 'Gratulujeme, Piwigo inštalácia je ukončená'; +$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Náhradným riešením je skopírovať text z boxu vyššie a vložiť ho do súboru "local/config/database.inc.php" (Upozornenie: súbor database.inc.php môže obsahovať len to, čo je v tomto boxe, žiadne znaky odriadkovania alebo medzery)'; +$lang['Creation of config file local/config/database.inc.php failed.'] = 'Vytvorenie súboru local/config/database.inc.php sa nepodarilo.'; +$lang['Download the config file'] = 'Stiahnuť konfiguračný súbor'; +$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Môžete stiahnuť konfiguračný súbor a nahrať ho do adresára local/config Vašej inštalácie.'; +$lang['SQLite and PostgreSQL are currently in experimental state.'] = 'SQLite a PostgreSQL sa aktuálne zatiaľ testujú.'; +$lang['Learn more'] = 'Zistiť viac'; +?> \ No newline at end of file -- cgit v1.2.3