source: extensions/autoupdate/trunk/language/sk_SK/plugin.lang.php @ 9707

Last change on this file since 9707 was 9707, checked in by patdenice, 13 years ago

New version 2.2

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.3 KB
Line 
1<?php
2
3$lang['Click here to upgrade automatically'] = 'Kliknite sem na automatický upgrade';
4$lang['autoupdate_alert'] = 'Ste si istý, že chcete automaticky upgradovať piwigo?\nUpozornenie!!! Manuálne upravované súbory budú prepísané.';
5$lang['autoupdate_success'] = 'Piwigo bolo úspešne upgradované (verzia %s)';
6$lang['autoupdate_fail'] = 'Pri upgrade sa vyskytla chyba.';
7
8$lang['autoupdate_extract_fail'] = 'Pri rozbaľovaní sa vyskytla chyba. Prosím skontrolujte prístupové práva súborov Vašej inštalácie piwigo.<br><a href="%s">Kliknite sem na zobrazenie logu chyby</a>.';
9
10$lang['Piwigo cannot retrieve upgrade file from server'] = 'Piwigo nemôže získať upgradovací súbor zo servra';
11$lang['Click here to see Piwigo %s release notes'] = 'Kliknite sem na zobrazenie poznámok k vydaniu Piwigo %s';
12$lang['Some upgrades are available for you plugins'] = 'Nejaké upgrady sú dostupné pre Vaše pluginy';
13$lang['Click here see upgrade plugins page'] = 'Kliknite sem na zobrazenie upgradov pluginov';
14$lang['Gallery and plugins are up to date'] = 'Galéria a pluginy sú aktuálne';
15$lang['Unable to check upgrades...'] = 'Nemožno skontrolovať upgrady...';
16$lang['Click here to check upgrades now'] = 'Kliknite sem na skontrolovanie upgradov';
17
18$lang['Notify on admin homepage'] = 'Oznámiť na administrátorskú stránku';
19$lang['Don\'t notify on admin homepage'] = 'Neznámiť na administrátorskú stránku';
20
21$lang['Upgrade in progress... Please wait.'] = 'Prebieha upgrade... Prosím čakajte.';
22$lang['Checking upgrades for gallery and plugins...'] = 'Skontrolovať upgrady pre galériu a pluginy...';
23
24$lang['Upgrade to Piwigo %s'] = 'Upgradovať na Piwigo %s';
25$lang['Two upgrades are available'] = 'Dva upgrady sú dostupné';
26$lang['This is a minor upgrade, with only bug corrections.'] = 'Toto je malý upgrade len s opravenými chybami.';
27$lang['This is a major upgrade, with <a href="%s">new exciting features</a>.'] = 'Toto je veľký upgrade s <a href="%s">novými funkciami</a>.';
28$lang['Some themes and plugins may be not available yet.'] = 'Niektoré šablóny a pluginy nemusia byť dostupné.';
29$lang['You can upgrade to Piwigo %s directly, without upgrading to Piwigo %s (recommended).'] = 'Môžete priamo upgradovať na Piwigo %s bez upgradu na Piwigo %s (odporúčané).';
30$lang['autoupdate_step_1'] = 'Prvý krok';
31$lang['autoupdate_step_2'] = 'Druhý krok';
32$lang['autoupdate_step_3'] = 'Tretí krok';
33$lang['Save Template Directory'] = 'Uložte adresár šablón';
34$lang['Dump Database'] = 'Odpojiť databázu';
35$lang['Include history data (Warning: server memory limit may be exceeded)'] = 'Vrátane historických údajov (Upozornenie: limit pamäte servra môže byť prekročený)';
36$lang['Unable to write new local directory.'] = 'Nemôžem zapisovať do nových lokálnych adfresárov.';
37$lang['Unable to send template directory.'] = 'Nemôžem poslať do adresára šablón.';
38$lang['Unable to dump database.'] = 'Nemôžem odpojiť databázu.';
39
40/*TODO*/$lang['autoupdate_ignore'] = 'Ignore this update';
41/*TODO*/$lang['autoupdate_reset_ignore'] = 'Reset ignored updates';
42/*TODO*/$lang['autoupdate_update_all'] = 'All update';
43/*TODO*/$lang['ERROR'] = 'ERROR';
44/*TODO*/$lang['Upgrade Complete'] = 'Upgrade Complete';
45/*TODO*/$lang['Piwigo Upgrade'] = 'Piwigo Upgrade';
46/*TODO*/$lang['Extensions Upgrade'] = 'Extensions Upgrade';
47?>
Note: See TracBrowser for help on using the repository browser.