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',
'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',
'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',

View file

@ -563,17 +563,28 @@ $lang = array_merge($lang, array(
'Empty_subject_email' => 'You must specify a subject for the email',
'Empty_message_email' => 'You must enter a message to be emailed',
'POST_IP' => 'Posted from IP/domain',
'SELECT_SORT_METHOD' => 'Select sort method',
'Sort' => 'Sort',
'Sort_Joined' => 'Joined Date',
'Sort_Username' => 'Username',
'Sort_Location' => 'Location',
'Sort_Posts' => 'Total posts',
'Sort_Email' => 'Email',
'Sort_Website' => 'Website',
'Sort_Ascending' => 'Ascending',
'Sort_Descending' => 'Descending',
'Order' => 'Order',
'SORT' => 'Sort',
'ORDER' => 'Order',
'SORT_JOINED' => 'Joined Date',
'SORT_USERNAME' => 'Username',
'SORT_LOCATION' => 'Location',
'SORT_POSTS' => 'Total posts',
'SORT_EMAIL' => 'Email',
'SORT_WEBSITE' => 'Website',
'SORT_ASCENDING' => 'Ascending',
'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_member_details' => 'Group Membership Details',
@ -643,20 +654,14 @@ $lang = array_merge($lang, array(
'Return_first' => 'Return first',
'characters_posts' => 'characters of posts',
'Search_previous' => 'Search previous',
'SORT_BY' => 'Sort by',
'Sort_Time' => 'Post Time',
'Sort_Post_Subject' => 'Post Subject',
'Sort_Topic_Title' => 'Topic Title',
'Sort_Author' => 'Author',
'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',
'SORT_TIME' => 'Post Time',
'SORT_POST_SUBJECT' => 'Post Subject',
'SORT_TOPIC_TITLE' => 'Topic Title',
'SORT_AUTHOR' => 'Author',
'SORT_FORUM' => 'Forum',
'Display_results' => 'Display results as',
'All_available' => 'All available',
'No_searchable_forums' => 'You do not have permissions to search any forum on this site',