git-svn-id: file:///svn/phpbb/trunk@3503 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-02-22 00:48:06 +00:00
parent ec6a5740bf
commit 904931d706
2 changed files with 36 additions and 31 deletions

View file

@ -768,14 +768,14 @@ $lang = array_merge($lang, array(
'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.', '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.', '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', 'DISPLAY_LOG' => 'Display entries from previous',
'All_Entries' => 'All entries', 'ALL_ENTRIES' => 'All entries',
'Sort_ip' => 'IP address', 'SORT_IP' => 'IP address',
'Sort_date' => 'Date', 'SORT_DATE' => 'Date',
'Sort_action' => 'Log action', 'SORT_ACTION' => 'Log action',
'No_entries' => 'No log entries for this period', 'NO_ENTRIES' => 'No log entries for this period',
'EVT_DEFINE' => 'Define an Event', 'EVT_DEFINE' => 'Define an Event',

View file

@ -563,17 +563,28 @@ $lang = array_merge($lang, array(
'Empty_subject_email' => 'You must specify a subject for the email', 'Empty_subject_email' => 'You must specify a subject for the email',
'Empty_message_email' => 'You must enter a message to be emailed', 'Empty_message_email' => 'You must enter a message to be emailed',
'POST_IP' => 'Posted from IP/domain',
'SELECT_SORT_METHOD' => 'Select sort method', 'SELECT_SORT_METHOD' => 'Select sort method',
'Sort' => 'Sort', 'SORT' => 'Sort',
'Sort_Joined' => 'Joined Date', 'ORDER' => 'Order',
'Sort_Username' => 'Username', 'SORT_JOINED' => 'Joined Date',
'Sort_Location' => 'Location', 'SORT_USERNAME' => 'Username',
'Sort_Posts' => 'Total posts', 'SORT_LOCATION' => 'Location',
'Sort_Email' => 'Email', 'SORT_POSTS' => 'Total posts',
'Sort_Website' => 'Website', 'SORT_EMAIL' => 'Email',
'Sort_Ascending' => 'Ascending', 'SORT_WEBSITE' => 'Website',
'Sort_Descending' => 'Descending', 'SORT_ASCENDING' => 'Ascending',
'Order' => 'Order', 'SORT_DESCENDING' => 'Descending',
'SORT_POST_COUNT' => 'Post count',
'SORT_LAST_ACTIVE' => 'Last active',
'LESS_THAN' => 'Less than',
'EQUAL_TO' => 'Equal to',
'MORE_THAN' => 'More than',
'BEFORE' => 'Before',
'AFTER' => 'After',
'NEVER' => 'Never',
'Group_Control_Panel' => 'Group Control Panel', 'Group_Control_Panel' => 'Group Control Panel',
'Group_member_details' => 'Group Membership Details', 'Group_member_details' => 'Group Membership Details',
@ -643,20 +654,14 @@ $lang = array_merge($lang, array(
'Return_first' => 'Return first', 'Return_first' => 'Return first',
'characters_posts' => 'characters of posts', 'characters_posts' => 'characters of posts',
'Search_previous' => 'Search previous', 'Search_previous' => 'Search previous',
'SORT_BY' => 'Sort by', 'SORT_BY' => 'Sort by',
'Sort_Time' => 'Post Time', 'SORT_TIME' => 'Post Time',
'Sort_Post_Subject' => 'Post Subject', 'SORT_POST_SUBJECT' => 'Post Subject',
'Sort_Topic_Title' => 'Topic Title', 'SORT_TOPIC_TITLE' => 'Topic Title',
'Sort_Author' => 'Author', 'SORT_AUTHOR' => 'Author',
'Sort_Forum' => 'Forum', 'SORT_FORUM' => 'Forum',
'Sort_Post_count' => 'Post count',
'Sort_Last_active' => 'Last active',
'Less_than' => 'Less than',
'Equal_to' => 'Equal to',
'More_than' => 'More than',
'Before' => 'Before',
'After' => 'After',
'Never' => 'Never',
'Display_results' => 'Display results as', 'Display_results' => 'Display results as',
'All_available' => 'All available', 'All_available' => 'All available',
'No_searchable_forums' => 'You do not have permissions to search any forum on this site', 'No_searchable_forums' => 'You do not have permissions to search any forum on this site',