diff options
author | rub <rub@piwigo.org> | 2007-03-09 22:52:22 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-03-09 22:52:22 +0000 |
commit | 3495d30775a3d9c104fc46ea24f5fd6ee7d69600 (patch) | |
tree | 55d82154ea9da424ed02f98ef146da7187e28253 /language/en_UK.iso-8859-1/admin.lang.php | |
parent | b0478ef330b8f729554aec55baa81d9e3d02a063 (diff) |
Add DateTime on administration introduction page (Useful to help user on the forum, ...)
Move history configuration in a other tab.
Use translation on picture hint (Kb).
Show hint oh the menu text (not only on counter)
git-svn-id: http://piwigo.org/svn/trunk@1884 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK.iso-8859-1/admin.lang.php')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index c4f173372..86ea288ff 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -226,6 +226,7 @@ $lang['conf_comments_title'] = 'Comments'; $lang['conf_confirmation'] = 'Information data registered in database'; $lang['conf_default'] = 'Default display'; $lang['conf_default_title'] = 'Default display'; +$lang['conf_history_title'] = 'History'; $lang['conf_gallery_url_error'] = 'The gallery URL is not valid.'; $lang['conf_general_title'] = 'Main'; $lang['conf_nb_comment_page_error'] = 'The number of comments a page must be between 5 and 50 included.'; |