diff options
Diffstat (limited to 'language/en_UK')
-rw-r--r-- | language/en_UK/common.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 42a326c08..2ecf6f083 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -229,8 +229,6 @@ $lang['month'][8] = "August"; $lang['month'][9] = "September"; $lang['Most visited'] = "Most visited"; $lang['N/A'] = "N/A"; -$lang['old → new'] = 'old → new'; -$lang['new → old'] = 'new → old'; $lang['New on %s'] = "New on %s"; $lang['New password'] = "New password"; $lang['Next'] = "Next"; @@ -314,6 +312,8 @@ $lang['set as album representative'] = "set as album thumbnail"; $lang['Show file metadata'] = "Show file metadata"; $lang['Show number of comments'] = "Show number of comments"; $lang['Show number of hits'] = "Show number of hits"; +$lang['Show oldest comments first'] = 'Show oldest comments first'; +$lang['Show latest comment first'] = 'Show latest comment first'; $lang['show tag cloud'] = "show tags cloud"; $lang['Since'] = "Since"; $lang['slideshow'] = "slideshow"; |