More case changing but 'test' mod logging mesg

git-svn-id: file:///svn/phpbb/trunk@3400 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-01-29 17:44:58 +00:00
parent 75d35987e5
commit bcd4581f77
2 changed files with 60 additions and 55 deletions

View file

@ -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,51 +125,31 @@ $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',
'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',
'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',
'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',
@ -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',

View file

@ -135,7 +135,8 @@ $lang = array_merge($lang, array(
'Memberlist' => 'Members',
'FAQ' => 'FAQ',
'BBCode_guide' => 'BBCode Guide',
'Usergroups' => 'Groups',
'USERS' => 'Users',
'USERGROUPS' => 'Usergroups',
'LAST_POST' => 'Last Post',
'MODERATOR' => 'Moderator',
'MODERATORS' => 'Moderators',
@ -682,6 +683,7 @@ $lang = array_merge($lang, array(
'Viewing_member_list' => 'Viewing member list',
'Viewing_priv_msgs' => 'Viewing Private Messages',
'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',
@ -714,6 +716,9 @@ $lang = array_merge($lang, array(
'Users_this_IP' => 'Users posting from this IP',
'IP_info' => 'IP Information',
'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',