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

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

[Plugin][Piwigo Auto Upgrade]
If gallery and plugins are up to date, display note on admin homepage only one time for each session.
Allow to disable notification for plugins you don't want to update.

  • Property svn:eol-style set to LF
File size: 1.5 KB
Line 
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
10/*TODO*/$lang['Piwigo cannot retrieve upgrade file from server'] = 'Piwigo cannot retrieve upgrade file from server';
11/*TODO*/$lang['Click here to see Piwigo %s release notes'] = 'Click here to see Piwigo %s release notes';
12/*TODO*/$lang['Some upgrades are available for you plugins'] = 'Some upgrades are available for you plugins';
13/*TODO*/$lang['Click here see upgrade plugins page'] = 'Click here see upgrade plugins page';
14/*TODO*/$lang['Gallery and plugins are up to date'] = 'Gallery and plugins are up to date';
15/*TODO*/$lang['Unable to check upgrades...'] = 'Unable to check upgrades...';
16/*TODO*/$lang['Piwigo will automaticaly try again later.'] = 'Piwigo will automaticaly try again later.';
17/*TODO*/$lang['Click here to check upgrades now'] = 'Click here to check upgrades now';
18
19/*TODO*/$lang['Notify on admin homepage'] = 'Notify on admin homepage';
20/*TODO*/$lang['Don\'t notify on admin homepage'] = 'Don\'t notify on admin homepage';
21
22?>
Note: See TracBrowser for help on using the repository browser.