aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsamli <samli@piwigo.org>2010-10-30 09:00:37 +0000
committersamli <samli@piwigo.org>2010-10-30 09:00:37 +0000
commit6f841013d93c3252ffb022594118b96aef25ea69 (patch)
tree62c5c4946fbc3199f4815344d95ed77172d314cf
parentdc6ab5c730badfe487df534afa138ed621b8ec70 (diff)
[trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@7493 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--language/hu_HU/admin.lang.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/language/hu_HU/admin.lang.php b/language/hu_HU/admin.lang.php
index e5294e4b1..314482ecd 100644
--- a/language/hu_HU/admin.lang.php
+++ b/language/hu_HU/admin.lang.php
@@ -755,4 +755,19 @@ $lang['This theme was not designed to be directly activated'] = 'Ezt a témát Ã
$lang['Pending Comments'] = 'Hozzászólások (függőben)';
$lang['Who can see this photo?'] = 'Ki láthatja ezt a képet?';
$lang['Menu Management'] = 'Menü';
+// missing translations
+$lang['Note: photo deletion does not apply to photos added by synchronization. For photos added by synchronization, remove them from the filesystem and then perform another synchronization.'] = 'Megjegyzés: a kép törlése nem vonatkozik a szinkronizálással hozzáadott képekre. A szinkronizálással hozzáadott képeket el kell távolítani a fájlrendszerből, majd ismételt szinkronizálást kell végrehajtani.';
+$lang['In your php.ini file, the upload_max_filesize (%sB) is bigger than post_max_size (%sB), you should change this setting'] = 'A php.ini fájlban az upload_max_filesize (% sB) nagyobb, mint a post_max_size (% sB), módosítania kell a beállítást';
+$lang['Exif extension not available, admin should disable exif use'] = 'Exif-kiterjesztés nem érhető el, az adminisztrátor tiltsa le az exif használatát';
+$lang['The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB'] = 'A feltöltendő fájl meghaladja a php.ini-ben megadott upload_max_filesize értéket: %sB';
+$lang['The uploaded files exceed the post_max_size directive in php.ini: %sB'] = 'A feltöltendő fájlok meghaladják a php.ini-ben megadott post_max_size értéket: %sB';
+$lang['The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'] = 'A feltöltendő fájl meghaladja a HTML formában megadott MAX_FILE_SIZE értéket';
+$lang['The uploaded file was only partially uploaded'] = 'A feltöltendő fájl csak részben töltődött fel';
+$lang['No file was uploaded'] = 'A feltöltés sikertelen';
+$lang['Missing a temporary folder'] = 'Hiányzik a temporary mappa';
+$lang['Failed to write file to disk'] = 'Nem sikerült a fájlt a lemezre írni';
+$lang['File upload stopped by extension'] = 'Fájlfeltöltést leállította a kiterjesztés';
+$lang['Unknown upload error'] = 'Ismeretlen feltöltési hiba';
+$lang['Error on file "%s" : %s'] = 'Hibás a fájl "%s" : %s';
+
?>