diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-10-16 00:50:37 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-10-16 00:50:37 +0000 |
commit | 6607c3882a6b913342479de80edb5e9fbd7fef4f (patch) | |
tree | ce2f28b6f7822a44be215048c96755c8a5d264ba /language/en_UK | |
parent | f7f8c1688ef30ecb2f40fe279ba34d250d4ec8be (diff) |
- picture nav buttons use the get_extent modifier
- comments title on picture page is singular/plural language sensitive
- improved P@t commit (no double home display on picture nav bar) so that it works with my site
git-svn-id: http://piwigo.org/svn/branches/2.0@2758 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-rw-r--r-- | language/en_UK/common.lang.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index d19c88038..fc758f5b1 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -160,7 +160,6 @@ $lang['comment_to_validate'] = 'An administrator must authorize your comment bef $lang['comment_user_exists'] = 'This login is already used by another user'; $lang['comments'] = 'Comments'; $lang['comments_add'] = 'Add a comment'; -$lang['comments_title'] = 'Comments from the users of the site'; $lang['created after %s (%s)'] = 'created after %s (%s)'; $lang['created before %s (%s)'] = 'created before %s (%s)'; $lang['created between %s (%s) and %s (%s)'] = 'created between %s (%s) and %s (%s)'; |