aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-01-29 17:44:58 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-01-29 17:44:58 +0000
commitbcd4581f7762de33512833cff82638831d3e68e5 (patch)
treeeb64d3085409a7b04424f8be4edd5aff12b3b443 /phpBB
parent75d35987e53e8fd469449c1bcce01a38130eddfe (diff)
downloadforums-bcd4581f7762de33512833cff82638831d3e68e5.tar
forums-bcd4581f7762de33512833cff82638831d3e68e5.tar.gz
forums-bcd4581f7762de33512833cff82638831d3e68e5.tar.bz2
forums-bcd4581f7762de33512833cff82638831d3e68e5.tar.xz
forums-bcd4581f7762de33512833cff82638831d3e68e5.zip
More case changing but 'test' mod logging mesg
git-svn-id: file:///svn/phpbb/trunk@3400 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/language/en/lang_admin.php102
-rw-r--r--phpBB/language/en/lang_main.php13
2 files changed, 60 insertions, 55 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php
index aea23ac421..605431058b 100644
--- a/phpBB/language/en/lang_admin.php
+++ b/phpBB/language/en/lang_admin.php
@@ -20,10 +20,10 @@
***************************************************************************/
$lang = array_merge($lang, array(
- 'Admin_title' => 'Administration Panel',
- 'Admin' => 'Administration',
- 'NO_ADMIN' => 'You are not authorised to administer this board',
- 'NO_FRAMES' => 'Sorry, your browser does not support frames',
+ 'ADMIN_TITLE' => 'Administration Panel',
+ 'ADMIN' => 'Administration',
+ 'NO_ADMIN' => 'You are not authorised to administer this board.',
+ 'NO_FRAMES' => 'Sorry, your browser does not support frames.',
'RETURN_TO' => 'Return to ...',
'FORUM_INDEX' => 'Forum Index',
'ADMIN_INDEX' => 'Admin Index',
@@ -125,53 +125,33 @@ $lang = array_merge($lang, array(
'RUN_AS_EVT'=> 'Run as Event',
'RUN_AS_CRN'=> 'Run as Cron',
-
- 'EVT_DEFINE' => 'Define an Event',
- 'EVT_DEFINE_EXPLAIN' => 'Here you can decide what conditions are necessary for the information you previously provided to be executed. For example, if you defined a change in permissions you can decide to enable it only when a user has registered for a minimum number of days. You can define up to three trigger points. The forum selection only matters if the trigger is post count, it has no effect if days registered or karma are selected. Please note that events are user based. If you selected a usergroup the event will be executed for each user of that group.',
- 'EVT_DAYS_REG' => 'Days Registered',
- 'EVT_POST_COUNT' => 'Post Count',
- 'EVT_KARMA' => 'Karma',
- 'EVT_AND' => 'AND',
- 'EVT_OR' => 'OR',
- 'EVT_NOT' => 'NOT',
- 'EVT_IN' => 'in',
- 'EVT_CREATED' => 'The event has been successfully created.',
-
- 'Admin_logs_explain' => 'This lists all the actions carried out by board administrators. You can sort by username, date, IP or action. If you have appropriate permissions you can also clear individual operations or the log as a whole.',
- 'Mod_logs_explain' => 'This lists the actions carried out by board moderators, select a forum from the drop down list. You can sort by username, date, IP or action. If you have appropriate permissions you can also clear individual operations or the log as a whole.',
- 'Display_log' => 'Display entries from previous',
- 'All_Entries' => 'All entries',
- 'Sort_ip' => 'IP address',
- 'Sort_date' => 'Date',
- 'Sort_action' => 'Log action',
- 'No_entries' => 'No log entries for this period',
-
- 'Welcome_phpBB' => 'Welcome to phpBB',
- 'Admin_intro' => 'Thank you for choosing phpBB as your forum solution. This screen will give you a quick overview of all the various statistics of your board. The links on the left hand side of this screen allow you to control every aspect of your forum experience. Each page will have instructions on how to use the tools.',
- 'Forum_stats' => 'Forum Statistics',
- 'Click_return_admin_index' => 'Click %sHere%s to return to the Admin Index',
- 'Statistic' => 'Statistic',
- 'Value' => 'Value',
- 'Number_posts' => 'Number of posts',
- 'Posts_per_day' => 'Posts per day',
- 'Number_topics' => 'Number of topics',
- 'Topics_per_day' => 'Topics per day',
- 'Number_users' => 'Number of users',
- 'Users_per_day' => 'Users per day',
- 'Board_started' => 'Board started',
- 'Avatar_dir_size' => 'Avatar directory size',
- 'Database_size' => 'Database size',
- 'Gzip_compression' => 'Gzip compression',
- 'Not_available' => 'Not available',
- 'ON' => 'ON',
- 'OFF' => 'OFF',
- 'Inactive_users' => 'Inactive Users',
- 'Inactive_users_explain' => 'This is a list of users who have registered but whos accounts are inactive. You can activate, delete or remind (by sending an email) these users if you wish.',
- 'No_inactive_users' => 'No inactive users',
- 'Admin_log' => 'Logged administrator actions',
- 'Admin_log_index_explain' => 'This gives an overview of the last few actions carried out by board administrators. The username, IP, time and action are all listed. A full copy of the log can be viewed from the appropriate menu item to the left',
- 'IP' => 'User IP',
- 'ACTION' => 'Action',
+ 'WELCOME_PHPBB' => 'Welcome to phpBB',
+ 'ADMIN_INTRO' => 'Thank you for choosing phpBB as your forum solution. This screen will give you a quick overview of all the various statistics of your board. The links on the left hand side of this screen allow you to control every aspect of your forum experience. Each page will have instructions on how to use the tools.',
+ 'FORUM_STATS' => 'Forum Statistics',
+ 'STATISTIC' => 'Statistic',
+ 'VALUE' => 'Value',
+ 'NUMBER_POSTS' => 'Number of posts',
+ 'POSTS_PER_DAY' => 'Posts per day',
+ 'NUMBER_TOPICS' => 'Number of topics',
+ 'TOPICS_PER_DAY'=> 'Topics per day',
+ 'NUMBER_USERS' => 'Number of users',
+ 'USERS_PER_DAY' => 'Users per day',
+ 'BOARD_STARTED' => 'Board started',
+ 'AVATAR_DIR_SIZE' => 'Avatar directory size',
+ 'DATABASE_SIZE' => 'Database size',
+ 'GZIP_COMPRESSION' => 'Gzip compression',
+ 'NOT_AVAILABLE' => 'Not available',
+ 'ON' => 'ON',
+ 'OFF' => 'OFF',
+ 'INACTIVE_USERS' => 'Inactive Users',
+ 'INACTIVE_USERS_EXPLAIN'=> 'This is a list of users who have registered but whos accounts are inactive. You can activate, delete or remind (by sending an email) these users if you wish.',
+ 'NO_INACTIVE_USERS' => 'No inactive users',
+ 'ACTIVATE' => 'Activate',
+ 'REMIND' => 'Remind',
+ 'ADMIN_LOG' => 'Logged administrator actions',
+ 'ADMIN_LOG_INDEX_EXPLAIN' => 'This gives an overview of the last few actions carried out by board administrators. The username, IP, time and action are all listed. A full copy of the log can be viewed from the appropriate menu item to the left',
+ 'IP' => 'User IP',
+ 'ACTION'=> 'Action',
'Database_Utilities' => 'Database Utilities',
'Restore' => 'Restore',
@@ -738,6 +718,26 @@ $lang = array_merge($lang, array(
'START' => 'Start',
'STOP' => 'Stop',
+ 'Admin_logs_explain' => 'This lists all the actions carried out by board administrators. You can sort by username, date, IP or action. If you have appropriate permissions you can also clear individual operations or the log as a whole.',
+ 'Mod_logs_explain' => 'This lists the actions carried out by board moderators, select a forum from the drop down list. You can sort by username, date, IP or action. If you have appropriate permissions you can also clear individual operations or the log as a whole.',
+ 'Display_log' => 'Display entries from previous',
+ 'All_Entries' => 'All entries',
+ 'Sort_ip' => 'IP address',
+ 'Sort_date' => 'Date',
+ 'Sort_action' => 'Log action',
+ 'No_entries' => 'No log entries for this period',
+
+ 'EVT_DEFINE' => 'Define an Event',
+ 'EVT_DEFINE_EXPLAIN' => 'Here you can decide what conditions are necessary for the information you previously provided to be executed. For example, if you defined a change in permissions you can decide to enable it only when a user has registered for a minimum number of days. You can define up to three trigger points. The forum selection only matters if the trigger is post count, it has no effect if days registered or karma are selected. Please note that events are user based. If you selected a usergroup the event will be executed for each user of that group.',
+ 'EVT_DAYS_REG' => 'Days Registered',
+ 'EVT_POST_COUNT' => 'Post Count',
+ 'EVT_KARMA' => 'Karma',
+ 'EVT_AND' => 'AND',
+ 'EVT_OR' => 'OR',
+ 'EVT_NOT' => 'NOT',
+ 'EVT_IN' => 'in',
+ 'EVT_CREATED' => 'The event has been successfully created.',
+
'Welcome_install' => 'Welcome to phpBB 2 Installation',
'Initial_config' => 'Basic Configuration',
'DB_config' => 'Database Configuration',
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php
index a2d678d36f..0a7c88cd04 100644
--- a/phpBB/language/en/lang_main.php
+++ b/phpBB/language/en/lang_main.php
@@ -134,8 +134,9 @@ $lang = array_merge($lang, array(
'Search' => 'Search',
'Memberlist' => 'Members',
'FAQ' => 'FAQ',
- 'BBCode_guide' => 'BBCode Guide',
- 'Usergroups' => 'Groups',
+ 'BBCode_guide' => 'BBCode Guide',
+ 'USERS' => 'Users',
+ 'USERGROUPS' => 'Usergroups',
'LAST_POST' => 'Last Post',
'MODERATOR' => 'Moderator',
'MODERATORS' => 'Moderators',
@@ -681,7 +682,8 @@ $lang = array_merge($lang, array(
'Viewing_online' => 'Viewing who is online',
'Viewing_member_list' => 'Viewing member list',
'Viewing_priv_msgs' => 'Viewing Private Messages',
- 'Viewing_FAQ' => 'Viewing FAQ',
+ 'Viewing_FAQ' => 'Viewing FAQ',
+
'Mod_CP' => 'Moderator Control Panel',
'Mod_CP_explain' => 'Using the form below you can perform mass moderation operations on this forum. You can lock, unlock, move or delete any number of topics.',
'Select' => 'Select',
@@ -713,7 +715,10 @@ $lang = array_merge($lang, array(
'Other_IP_this_user' => 'Other IP\'s this user has posted from',
'Users_this_IP' => 'Users posting from this IP',
'IP_info' => 'IP Information',
- 'Lookup_IP' => 'Look up IP',
+ 'Lookup_IP' => 'Look up IP',
+
+ 'logm_lock' => 'Locked following topic/s => %s',
+
'All_times' => 'All times are %s %s',
'-12' => 'GMT - 12 Hours',
'-11' => 'GMT - 11 Hours',