source: extensions/autoupdate/trunk/language/hu_HU/plugin.lang.php @ 6181

Last change on this file since 6181 was 6181, checked in by patdenice, 14 years ago

Update language keys.
Code cleaning.

  • Property svn:eol-style set to LF
File size: 3.1 KB
RevLine 
[4232]1<?php
2
3$lang['Click here to upgrade automatically'] = 'Kattintson ide az automatikus frissítéshez';
4$lang['autoupdate_alert'] = 'Biztos benne, hogy el akarja indítani az automatikus frissítést?\nFigyelem!!! A fájlok felülírásra kerülnek, minden egyedi módosítás elvész.';
5$lang['autoupdate_success'] = 'A Piwigo galéria frissítése sikeres (verzió %s)';
6$lang['autoupdate_fail'] = 'Hiba történt frissítés közben.';
7
8$lang['autoupdate_extract_fail'] = 'Hibajelentés (Információ). Kérjük ellenőrizze a telepített fájlok jogosultságait.<br><a href="%s">További információkért kattintson ide</a>.';
9
[4799]10$lang['Piwigo cannot retrieve upgrade file from server'] = 'Nem tudom letölteni a frissítést a Piwigo fájl szerverről';
11$lang['Click here to see Piwigo %s release notes'] = 'Kattintson ide a Piwigo% s kiadási megjegyzések megtekintéséhez';
12$lang['Some upgrades are available for you plugins'] = 'Frissítések találhatók egyes bővítményekhez';
13$lang['Click here see upgrade plugins page'] = 'Kattintson ide a "frissíthető pluginok" oldal megtekintéséhez ';
14$lang['Gallery and plugins are up to date'] = 'A galéria és a bővitmények a legfrissebbek';
15$lang['Unable to check upgrades...'] = 'A frissítés ellenőrzése nem lehetséges....';
16$lang['Click here to check upgrades now'] = 'Kattintson ide a frissítések ellenőrzéséhez';
[4699]17
[4837]18$lang['Notify on admin homepage'] = 'Legyen értesítés az "Adminisztráció" oldalon';
19$lang['Don\'t notify on admin homepage'] = 'Ne legyen értesítés az "Adminisztráció" oldalon';
[4711]20
[4837]21$lang['Upgrade in progress... Please wait.'] = 'Frissítés folyamatban... Kérem várjon.';
22$lang['Checking upgrades for gallery and plugins...'] = 'Galéria és bővítmény frissítések ellenőrzése...';
[4835]23
[6181]24/*TODO*/$lang['Upgrade to Piwigo %s'] = 'Upgrade to Piwigo %s';
25/*TODO*/$lang['Two upgrades are available'] = 'Two upgrades are available';
26/*TODO*/$lang['This is a minor upgrade, with only bug corrections.'] = 'This is a minor upgrade, with only bug corrections.';
27/*TODO*/$lang['This is a major upgrade, with <a href="%s">new exciting features</a>.'] = 'This is a major upgrade, with <a href="%s">new exciting features</a>.';
28/*TODO*/$lang['Some themes and plugins may be not available yet.'] = 'Some themes and plugins may be not available yet.';
29/*TODO*/$lang['You can upgrade to Piwigo %s directly, without upgrading to Piwigo %s (recommended).'] = 'You can upgrade to Piwigo %s directly, without upgrading to Piwigo %s (recommended).';
30/*TODO*/$lang['First Step'] = 'First Step';
31/*TODO*/$lang['Second Step'] = 'Second Step';
32/*TODO*/$lang['Third Step'] = 'Third Step';
33/*TODO*/$lang['Save Template Directory'] = 'Save template directory';
34/*TODO*/$lang['Dump Database'] = 'Dump Database';
35/*TODO*/$lang['Include history data (Warning: server memory limit may be exceeded)'] = 'Include history data (Warning: server memory limit may be exceeded)';
36/*TODO*/$lang['Unable to write new local directory.'] = 'Unable to write new local directory.';
37/*TODO*/$lang['Unable to send template directory.'] = 'Unable to send template directory.';
38/*TODO*/$lang['Unable to dump database.'] = 'Unable to dump database.';
39
[4799]40?>
Note: See TracBrowser for help on using the repository browser.