aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK.iso-8859-1/admin.lang.php
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2007-03-11 00:06:34 +0000
committerrub <rub@piwigo.org>2007-03-11 00:06:34 +0000
commit1a87fe5d07d7d9eeb8a6cbb47ed26e4fcbef8ca4 (patch)
tree34e3d03cf2932707ae38ad2cc0b2fab3663c1806 /language/en_UK.iso-8859-1/admin.lang.php
parentc0de91eb56964ccce35d82c7dbac987ca994aace (diff)
Corrections, improvements, adaptation to new tabsheet for configuration help.
Change menu item "Batch management" by "Properties" git-svn-id: http://piwigo.org/svn/trunk@1887 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.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php
index 86ea288ff..2fbfbe748 100644
--- a/language/en_UK.iso-8859-1/admin.lang.php
+++ b/language/en_UK.iso-8859-1/admin.lang.php
@@ -574,5 +574,8 @@ $lang['image'] = '';
$lang['high quality'] = 'high quality';
$lang['section'] = 'section';
$lang['tags'] = 'tags';
-
+$lang['conf_history_guest'] = 'Save page visits by guests';
+$lang['conf_history_user'] = 'Save page visits by users';
+$lang['conf_history_admin'] = 'Save page visits by administrators';
+$lang['cat_options_title'] = 'Properties';
?>