aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorsamli <samli@piwigo.org>2010-03-26 23:27:20 +0000
committersamli <samli@piwigo.org>2010-03-26 23:27:20 +0000
commit45772b60cad32dbd88c6a6542a5cf6506a3b8130 (patch)
tree169791f866aca400175d2be17eb7784ffd27a92d /plugins
parent1a5bc54945ca6488015f4a40dd4e6e75ac72db61 (diff)
[trunk] LocalFilesEditor update HU language
git-svn-id: http://piwigo.org/svn/trunk@5398 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins')
-rw-r--r--plugins/LocalFilesEditor/language/hu_HU/plugin.lang.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/LocalFilesEditor/language/hu_HU/plugin.lang.php b/plugins/LocalFilesEditor/language/hu_HU/plugin.lang.php
index b7582cae4..d9cfbd095 100644
--- a/plugins/LocalFilesEditor/language/hu_HU/plugin.lang.php
+++ b/plugins/LocalFilesEditor/language/hu_HU/plugin.lang.php
@@ -25,7 +25,7 @@ $lang['locfiledit_onglet_localconf'] = 'Helyi beállítások';
$lang['locfiledit_onglet_css'] = 'CSS';
$lang['locfiledit_onglet_tpl'] = 'Sablonok';
$lang['locfiledit_onglet_lang'] = 'Nyelv';
-$lang['locfiledit_onglet_plug'] = 'Egyedi Plugin';
+$lang['locfiledit_onglet_plug'] = 'Egyedi bővítmény';
$lang['locfiledit_cant_save'] = 'Az fájl nem írható. Ellenőrizze a könyvtár "include/" írhatóságát (chmod)';
$lang['locfiledit_newfile'] = 'Nincs ilyen fájl a LocalFiles Editor létre tudja hozni';
$lang['locfiledit_save_config'] = 'A fájl módosítása sikeres.';
@@ -40,7 +40,7 @@ $lang['locfiledit_restore_confirm'] = 'Biztosan ezt akarja?
A változtatás nem vonható vissza.';
$lang['locfiledit_bak_loaded1'] = 'Biztonsági másolat betöltve.';
$lang['locfiledit_bak_loaded2'] = 'Mentett fájl visszaállítása.';
-$lang['locfiledit_syntax_error'] = 'Syntax error! A fájl mentése meghiusult.';
+$lang['locfiledit_syntax_error'] = 'Syntax error! A fájl mentése meghiúsult.';
$lang['locfiledit_enable_editarea'] = 'Szerkesztő megnyitása';
$lang['locfiledit_disable_editarea'] = 'Szerkesztő bezárása';
$lang['locfiledit_new_tpl'] = 'Új fájl létrehozása';
@@ -52,6 +52,6 @@ $lang['locfiledit_filename_error'] = 'Nem használható fájlnév vagy karakter.
$lang['locfiledit_file_already_exists'] = 'Ilyen fájl már létezik.';
$lang['locfiledit_model_error'] = 'A típust ki kell választani.';
$lang['locfiledit_empty_filename'] = 'A fájlnevet ki kell tölteni.';
-/* TODO */ $lang['locfiledit_webmaster_only'] = 'Only webmasters can create or modify local files.';
+/* TODO */ $lang['locfiledit_webmaster_only'] = 'Csak a webmesterek hozhatnak létre, vagy módosíthatnak helyi fájlokat.';
?>