source: trunk/language/sk_SK/install.lang.php @ 12103

Last change on this file since 12103 was 12103, checked in by plg, 13 years ago

feature 2431: only keep MySQL on installation form

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 6.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// | Czech language localization                                           |
5// +-----------------------------------------------------------------------+
6// | Copyright(C) 2009     Pavel Budka & Petr Jirsa    http://pbudka.co.cc |
7// +-----------------------------------------------------------------------+
8// | Copyright(C) 2008-2011 Piwigo Team                  http://piwigo.org |
9// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
10// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
11// +-----------------------------------------------------------------------+
12// | This program is free software; you can redistribute it and/or modify  |
13// | it under the terms of the GNU General Public License as published by  |
14// | the Free Software Foundation                                          |
15// |                                                                       |
16// | This program is distributed in the hope that it will be useful, but   |
17// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
18// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
19// | General Public License for more details.                              |
20// |                                                                       |
21// | You should have received a copy of the GNU General Public License     |
22// | along with this program; if not, write to the Free Software           |
23// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
24// | USA.                                                                  |
25// +-----------------------------------------------------------------------+
26
27$lang['Installation'] = 'Inštalácia';
28$lang['Basic configuration'] = 'Základná konfigurácia';
29$lang['Default gallery language'] = 'Základný jazyk galérie';
30$lang['Database configuration'] = 'Databázová konfigurácia';
31$lang['Admin configuration'] = 'Administrátorská konfigurácia';
32$lang['Start Install'] = 'Spustiť inštaláciu';
33$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)';
34
35$lang['Webmaster login'] = 'Používateľské meno správcu';
36$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.';
37
38$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';
39$lang['Can\'t connect to server'] = 'Nebolo možné sa pripojiť k serveru';
40
41$lang['Host'] = 'MySQL server';
42$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.sk';
43$lang['User'] = 'Používateľ';
44$lang['user login given by your host provider'] = 'používateľské meno, ktoré Vám pridelil prevádzkovateľ serveru';
45$lang['Password'] = 'Heslo';
46$lang['user password given by your host provider'] = 'heslo na tomto serveri';
47$lang['Database name'] = 'Názov databázy';
48$lang['also given by your host provider'] = 'ktorý na tomto servri';
49$lang['Database table prefix'] = 'Predpona názvov databázových tabuliek';
50$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'názvy vytvorených databázových tabuliek budú označené predponou (pre ich jednoduchšiu správu)';
51$lang['enter a login for webmaster'] = 'zadať používateľské meno webmastra';
52$lang['webmaster login can\'t contain characters \' or "'] = 'používateľské meno správcu nemôže obsahovať znak \' alebo "';
53$lang['please enter your password again'] = 'prosím zadať znovu heslo';
54$lang['Webmaster password'] = 'Heslo webmastra';
55$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';
56$lang['Password [confirm]'] = 'Heslo [potvrdenie]';
57$lang['verification'] = 'kontrola';
58$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>.';
59$lang['Webmaster mail address'] = 'E-mail webmastra';
60$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';
61
62// missing translations 2.1.0
63$lang['PHP 5 is required'] = 'Je nutné PHP 5';
64$lang['It appears your webhost is currently running PHP %s.'] = 'Na Vašom webhostingu je PHP %s.';
65$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.';
66$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.';
67$lang['Try to configure PHP 5'] = 'Pokúste sa zmeniť Vaše nastavenie na PHP 5';
68$lang['Sorry!'] = 'Bohužiaľ!';
69$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo nebolo schopné zmeniť Vaše nastavenie na PHP 5.';
70$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.';
71$lang['Hope to see you back soon.'] = 'Veríme, že sa čoskoro uvidíme.';
72$lang['Congratulations, Piwigo installation is completed'] = 'Gratulujeme, Piwigo inštalácia je ukončená';
73$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)';
74$lang['Creation of config file local/config/database.inc.php failed.'] = 'Vytvorenie súboru local/config/database.inc.php sa nepodarilo.';
75$lang['Download the config file'] = 'Stiahnuť konfiguračný súbor';
76$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.';
77$lang['Learn more'] = 'Zistiť viac';
78?>
Note: See TracBrowser for help on using the repository browser.