diff options
Diffstat (limited to '')
-rw-r--r-- | language/hu_HU/common.lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/hu_HU/common.lang.php b/language/hu_HU/common.lang.php index 955b44fbf..de096d550 100644 --- a/language/hu_HU/common.lang.php +++ b/language/hu_HU/common.lang.php @@ -404,4 +404,6 @@ $lang['Rating score, high → low'] = 'Értékelés pontszám, magas → a $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'; +$lang['Numeric identifier, 1 → 9'] = 'Azonosító (ID), növekvő'; +$lang['Numeric identifier, 9 → 1'] = 'Azonosító (ID), csökkenő'; ?>
\ No newline at end of file |