mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
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:
parent
75d35987e5
commit
bcd4581f77
2 changed files with 60 additions and 55 deletions
|
@ -20,10 +20,10 @@
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
$lang = array_merge($lang, array(
|
$lang = array_merge($lang, array(
|
||||||
'Admin_title' => 'Administration Panel',
|
'ADMIN_TITLE' => 'Administration Panel',
|
||||||
'Admin' => 'Administration',
|
'ADMIN' => 'Administration',
|
||||||
'NO_ADMIN' => 'You are not authorised to administer this board',
|
'NO_ADMIN' => 'You are not authorised to administer this board.',
|
||||||
'NO_FRAMES' => 'Sorry, your browser does not support frames',
|
'NO_FRAMES' => 'Sorry, your browser does not support frames.',
|
||||||
'RETURN_TO' => 'Return to ...',
|
'RETURN_TO' => 'Return to ...',
|
||||||
'FORUM_INDEX' => 'Forum Index',
|
'FORUM_INDEX' => 'Forum Index',
|
||||||
'ADMIN_INDEX' => 'Admin Index',
|
'ADMIN_INDEX' => 'Admin Index',
|
||||||
|
@ -125,53 +125,33 @@ $lang = array_merge($lang, array(
|
||||||
'RUN_AS_EVT'=> 'Run as Event',
|
'RUN_AS_EVT'=> 'Run as Event',
|
||||||
'RUN_AS_CRN'=> 'Run as Cron',
|
'RUN_AS_CRN'=> 'Run as Cron',
|
||||||
|
|
||||||
|
'WELCOME_PHPBB' => 'Welcome to phpBB',
|
||||||
'EVT_DEFINE' => 'Define an Event',
|
'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.',
|
||||||
'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.',
|
'FORUM_STATS' => 'Forum Statistics',
|
||||||
'EVT_DAYS_REG' => 'Days Registered',
|
'STATISTIC' => 'Statistic',
|
||||||
'EVT_POST_COUNT' => 'Post Count',
|
'VALUE' => 'Value',
|
||||||
'EVT_KARMA' => 'Karma',
|
'NUMBER_POSTS' => 'Number of posts',
|
||||||
'EVT_AND' => 'AND',
|
'POSTS_PER_DAY' => 'Posts per day',
|
||||||
'EVT_OR' => 'OR',
|
'NUMBER_TOPICS' => 'Number of topics',
|
||||||
'EVT_NOT' => 'NOT',
|
'TOPICS_PER_DAY'=> 'Topics per day',
|
||||||
'EVT_IN' => 'in',
|
'NUMBER_USERS' => 'Number of users',
|
||||||
'EVT_CREATED' => 'The event has been successfully created.',
|
'USERS_PER_DAY' => 'Users per day',
|
||||||
|
'BOARD_STARTED' => 'Board started',
|
||||||
'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.',
|
'AVATAR_DIR_SIZE' => 'Avatar directory size',
|
||||||
'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.',
|
'DATABASE_SIZE' => 'Database size',
|
||||||
'Display_log' => 'Display entries from previous',
|
'GZIP_COMPRESSION' => 'Gzip compression',
|
||||||
'All_Entries' => 'All entries',
|
'NOT_AVAILABLE' => 'Not available',
|
||||||
'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',
|
'ON' => 'ON',
|
||||||
'OFF' => 'OFF',
|
'OFF' => 'OFF',
|
||||||
'Inactive_users' => 'Inactive Users',
|
'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.',
|
'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',
|
'NO_INACTIVE_USERS' => 'No inactive users',
|
||||||
'Admin_log' => 'Logged administrator actions',
|
'ACTIVATE' => 'Activate',
|
||||||
'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',
|
'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',
|
'IP' => 'User IP',
|
||||||
'ACTION' => 'Action',
|
'ACTION'=> 'Action',
|
||||||
|
|
||||||
'Database_Utilities' => 'Database Utilities',
|
'Database_Utilities' => 'Database Utilities',
|
||||||
'Restore' => 'Restore',
|
'Restore' => 'Restore',
|
||||||
|
@ -738,6 +718,26 @@ $lang = array_merge($lang, array(
|
||||||
'START' => 'Start',
|
'START' => 'Start',
|
||||||
'STOP' => 'Stop',
|
'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',
|
'Welcome_install' => 'Welcome to phpBB 2 Installation',
|
||||||
'Initial_config' => 'Basic Configuration',
|
'Initial_config' => 'Basic Configuration',
|
||||||
'DB_config' => 'Database Configuration',
|
'DB_config' => 'Database Configuration',
|
||||||
|
|
|
@ -135,7 +135,8 @@ $lang = array_merge($lang, array(
|
||||||
'Memberlist' => 'Members',
|
'Memberlist' => 'Members',
|
||||||
'FAQ' => 'FAQ',
|
'FAQ' => 'FAQ',
|
||||||
'BBCode_guide' => 'BBCode Guide',
|
'BBCode_guide' => 'BBCode Guide',
|
||||||
'Usergroups' => 'Groups',
|
'USERS' => 'Users',
|
||||||
|
'USERGROUPS' => 'Usergroups',
|
||||||
'LAST_POST' => 'Last Post',
|
'LAST_POST' => 'Last Post',
|
||||||
'MODERATOR' => 'Moderator',
|
'MODERATOR' => 'Moderator',
|
||||||
'MODERATORS' => 'Moderators',
|
'MODERATORS' => 'Moderators',
|
||||||
|
@ -682,6 +683,7 @@ $lang = array_merge($lang, array(
|
||||||
'Viewing_member_list' => 'Viewing member list',
|
'Viewing_member_list' => 'Viewing member list',
|
||||||
'Viewing_priv_msgs' => 'Viewing Private Messages',
|
'Viewing_priv_msgs' => 'Viewing Private Messages',
|
||||||
'Viewing_FAQ' => 'Viewing FAQ',
|
'Viewing_FAQ' => 'Viewing FAQ',
|
||||||
|
|
||||||
'Mod_CP' => 'Moderator Control Panel',
|
'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.',
|
'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',
|
'Select' => 'Select',
|
||||||
|
@ -714,6 +716,9 @@ $lang = array_merge($lang, array(
|
||||||
'Users_this_IP' => 'Users posting from this IP',
|
'Users_this_IP' => 'Users posting from this IP',
|
||||||
'IP_info' => 'IP Information',
|
'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',
|
'All_times' => 'All times are %s %s',
|
||||||
'-12' => 'GMT - 12 Hours',
|
'-12' => 'GMT - 12 Hours',
|
||||||
'-11' => 'GMT - 11 Hours',
|
'-11' => 'GMT - 11 Hours',
|
||||||
|
|
Loading…
Add table
Reference in a new issue