diff options
author | patdenice <patdenice@piwigo.org> | 2009-11-08 16:56:17 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2009-11-08 16:56:17 +0000 |
commit | 8d2297ecc34c9707c8f0f94f8e19789d58609e07 (patch) | |
tree | 8329ff614a06abede68ac1306195d0ab27c3a9c9 /plugins/LocalFilesEditor/language/hu_HU/plugin.lang.php | |
parent | b36d4475ccfb55f5f1013fc6e2b1f909e73f4012 (diff) |
merge r4230 from branch 2.0 to trunk
Add Hungarian to LocalFiles Editor (thanks to samli).
git-svn-id: http://piwigo.org/svn/trunk@4231 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/LocalFilesEditor/language/hu_HU/plugin.lang.php')
-rw-r--r-- | plugins/LocalFilesEditor/language/hu_HU/plugin.lang.php | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/plugins/LocalFilesEditor/language/hu_HU/plugin.lang.php b/plugins/LocalFilesEditor/language/hu_HU/plugin.lang.php new file mode 100644 index 000000000..3c7427e61 --- /dev/null +++ b/plugins/LocalFilesEditor/language/hu_HU/plugin.lang.php @@ -0,0 +1,56 @@ +<?php +// +-----------------------------------------------------------------------+ +// | Piwigo - a PHP based picture gallery | +// +-----------------------------------------------------------------------+ +// | Copyright(C) 2008-2009 Piwigo Team http://piwigo.org | +// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | +// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | +// +-----------------------------------------------------------------------+ +// | This program is free software; you can redistribute it and/or modify | +// | it under the terms of the GNU General Public License as published by | +// | the Free Software Foundation | +// | | +// | This program is distributed in the hope that it will be useful, but | +// | WITHOUT ANY WARRANTY; without even the implied warranty of | +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | +// | General Public License for more details. | +// | | +// | You should have received a copy of the GNU General Public License | +// | along with this program; if not, write to the Free Software | +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | +// | USA. | +// +-----------------------------------------------------------------------+ + +$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_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.'; +$lang['locfiledit_show_default'] = 'Fájl kiválasztás: '; +$lang['locfiledit_save_bak'] = 'Biztonsági másolat mentése.'; +$lang['locfiledit_saved_bak'] = 'Biztonsági másolat létrehozva (%s)'; +$lang['locfiledit_save_file'] = 'Fájl mentése'; +$lang['locfiledit_choose_file'] = 'Válassza ki a szerkesztendő fájlt'; +$lang['locfiledit_edit'] = 'Szerkesztés'; +$lang['locfiledit_restore'] = 'Biztonsági másolat visszatöltése'; +$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_enable_editarea'] = 'Szerkesztő megnyitása'; +$lang['locfiledit_disable_editarea'] = 'Szerkesztő bezárása'; +$lang['locfiledit_new_tpl'] = 'Új fájl létrehozása'; +$lang['locfiledit_new_filename'] = 'Fájl neve'; +$lang['locfiledit_model'] = 'Típus'; +$lang['locfiledit_empty_page'] = 'Üres oldal'; +$lang['locfiledit_parent_directory'] = 'Szülő könyvtár'; +$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.'; + +?> |