diff options
author | plegall <plg@piwigo.org> | 2012-10-31 09:36:46 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-10-31 09:36:46 +0000 |
commit | d7c75c190ab1bfc15ba5b717864992dce5232902 (patch) | |
tree | 74b1a7bc76454f533103559c65754f26727cb264 /language/hu_HU | |
parent | fd6c0cc7ba0e5c4a6bd47934dad8dfa9df8f9f69 (diff) |
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/branches/2.4@18820 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/hu_HU')
-rw-r--r-- | language/hu_HU/admin.lang.php | 4 | ||||
-rw-r--r-- | language/hu_HU/common.lang.php | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/language/hu_HU/admin.lang.php b/language/hu_HU/admin.lang.php index d0c5ae57d..102ee7b13 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'; @@ -928,4 +928,4 @@ $lang['Duplicate selected tags'] = 'Kiválasztott cÃmkék kettÅ‘zése'; $lang['Name of the duplicate'] = 'A kettÅ‘zött cÃmke neve'; $lang['Source tag'] = 'Forrás cÃmke'; $lang['Tag "%s" is now a duplicate of "%s"'] = '"%s" cÃmke kettÅ‘zve "%s" néven'; -?>
\ No newline at end of file +?> diff --git a/language/hu_HU/common.lang.php b/language/hu_HU/common.lang.php index 0b39ceaa8..d6ad0af43 100644 --- a/language/hu_HU/common.lang.php +++ b/language/hu_HU/common.lang.php @@ -227,8 +227,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'; @@ -416,4 +416,4 @@ $lang['Permalink for album not found'] = 'A permalink album nem létezik'; $lang['Piwigo encountered a non recoverable error'] = 'A Piwigo nem javÃtható hibát észlelt'; $lang['Requested album does not exist'] = 'A kért album nem létezik'; $lang['Requested tag does not exist'] = 'A kért cÃmke nem létezik'; -?>
\ No newline at end of file +?> |