From 49fb2b6fd30bf4830c344ca93c64e2ecd92d2dff Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 21 Jun 2005 21:08:11 +0000 Subject: - comments page rewritten : comments are displayed one by one, with filters and display options available. The list of comments is paginated. git-svn-id: http://piwigo.org/svn/trunk@796 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/common.lang.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'language/en_UK.iso-8859-1/common.lang.php') diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index c49e2f232..4ff05ed5a 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -306,4 +306,24 @@ $lang['hint_comments'] = 'See last users comments'; $lang['menu_login'] = 'login'; $lang['hello'] = 'Hello'; +$lang['today'] = 'today'; +$lang['last %d days'] = 'last %d days'; +$lang['the beginning'] = 'the beginning'; + +$lang['comment date'] = 'comment date'; +$lang['image'] = 'image'; +$lang['descending'] = 'descending'; +$lang['ascending'] = 'ascending'; +$lang['all'] = 'all'; +$lang['Filter'] = 'Filter'; +$lang['Keyword'] = 'Keyword'; +$lang['Author'] = 'Author'; +$lang['Category'] = 'Category'; +$lang['Since'] = 'Since'; +$lang['Display'] = 'Display'; +$lang['Sort by'] = 'Sort by'; +$lang['Sort order'] = 'Sort order'; +$lang['Number of items'] = 'Number of items'; +$lang['return to homepage'] = 'return to homepage'; +$lang['Filter and display'] = 'Filter and display'; ?> \ No newline at end of file -- cgit v1.2.3