aboutsummaryrefslogtreecommitdiffstats
path: root/language/hu_HU
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-10-31 09:46:36 +0000
committerplegall <plg@piwigo.org>2012-10-31 09:46:36 +0000
commitead2024b92941231d81db372b0c1f8bed0abb23a (patch)
treee82a3823c72b42de60b7790e5d37c252cbe0f21d /language/hu_HU
parent4f493e723afa921a3b419230c2a13da834b4ae5a (diff)
merge r18820 from branch 2.4 to trunk
bug 2782 fixed: make sure %d or %s are correctly translated he_IL needs to be fixed, too complicated for me. git-svn-id: http://piwigo.org/svn/trunk@18821 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/hu_HU')
-rw-r--r--language/hu_HU/admin.lang.php4
-rw-r--r--language/hu_HU/common.lang.php6
2 files changed, 5 insertions, 5 deletions
diff --git a/language/hu_HU/admin.lang.php b/language/hu_HU/admin.lang.php
index fbf203130..1329cce36 100644
--- a/language/hu_HU/admin.lang.php
+++ b/language/hu_HU/admin.lang.php
@@ -652,7 +652,7 @@ $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ü';
-$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['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';
@@ -941,4 +941,4 @@ $lang['Number of albums per page'] = 'Albumok száma oldalanként';
$lang['Maximum'] = 'Maximum';
$lang['Minimum'] = 'Minimum';
$lang['Ratio'] = 'Arány';
-?> \ No newline at end of file
+?>
diff --git a/language/hu_HU/common.lang.php b/language/hu_HU/common.lang.php
index 1765fe088..3e1822d83 100644
--- a/language/hu_HU/common.lang.php
+++ b/language/hu_HU/common.lang.php
@@ -223,8 +223,8 @@ $lang['New password'] = 'Új jelszó';
$lang['Rate this photo'] = 'Értékelje a képet';
$lang['Next'] = 'Következő';
$lang['no rate'] = 'még nincs értékelve';
-$lang['Photos posted within the last %d day.'] = 'Az alábbi elemek kerültek fel az elmúlt % d napban.';
-$lang['Photos posted within the last %d days.'] = 'Az alábbi elemek kerültek fel az elmúlt % d napban.';
+$lang['Photos posted within the last %d day.'] = 'Az alábbi elemek kerültek fel az elmúlt %d napban.';
+$lang['Photos posted within the last %d days.'] = 'Az alábbi elemek kerültek fel az elmúlt %d napban.';
$lang['password updated'] = 'Jelszó frissítve';
$lang['Recent period must be a positive integer value'] = 'Kell egy pozitív egész érték';
$lang['photo'] = 'kép';
@@ -415,4 +415,4 @@ $lang['Requested tag does not exist'] = 'A kért címke nem létezik';
$lang['Email address is mandatory'] = 'E-mail cím szükséges';
$lang['Username is mandatory'] = 'Felhasználónév szükséges';
$lang['mandatory'] = 'szükséges';
-?> \ No newline at end of file
+?>