[trunk (public)] Update hu_HU, thanks to : samli

git-svn-id: http://piwigo.org/svn/trunk@13906 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Piwigo-TranslationTeam 2012-04-04 20:56:37 +00:00
commit c24ac7b43b

View file

@ -391,4 +391,17 @@ $lang['Mobile'] = 'Mobil';
$lang['Show latest comments first'] = 'Új hozzászólások előre';
$lang['Show oldest comments first'] = 'Régi hozzászólások előre';
$lang['View in'] = 'Megjelenítés';
$lang['Date created, new → old'] = 'Kép készült, újabb → korábbi';
$lang['Date created, old → new'] = 'Kép készült, korábbi → újabb';
$lang['Date posted, new → old'] = 'Feltöltve, újabb → korábbi';
$lang['Date posted, old → new'] = 'Feltöltve, korábbi → újabb';
$lang['File name, A → Z'] = 'Fájlnév, A → Z';
$lang['File name, Z → A'] = 'Fájlnév, Z → A';
$lang['Manual sort order'] = 'Kézi rendezés';
$lang['Photo title, A → Z'] = 'Kép címe, A → Z';
$lang['Photo title, Z → A'] = 'Kép címe, Z → A';
$lang['Rating score, high → low'] = 'Értékelés pontszám, magas → alacsony';
$lang['Rating score, low → high'] = 'Értékelés pontszám, alacsony → magas';
$lang['Visits, high → low'] = 'Megtekintések, több → kevesebb';
$lang['Visits, low → high'] = 'Megtekintések, kevesebb → több';
?>