mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
ignore post test
git-svn-id: file:///svn/phpbb/trunk@3286 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -27,64 +27,65 @@ $lang = array_merge($lang, array(
|
||||
'DATE_FORMAT' => 'd M Y',
|
||||
|
||||
'FORUM' => 'Forum',
|
||||
'Subforum' => 'Subforum',
|
||||
'Subforums' => 'Subforums',
|
||||
'Category' => 'Category',
|
||||
'SUBFORUM' => 'Subforum',
|
||||
'SUBFORUMS' => 'Subforums',
|
||||
'CATEGORY' => 'Category',
|
||||
'TOPIC' => 'Topic',
|
||||
'TOPICS' => 'Topics',
|
||||
'REPLIES' => 'Replies',
|
||||
'VIEWS' => 'Views',
|
||||
'POST' => 'Post',
|
||||
'POSTS' => 'Posts',
|
||||
'Posted' => 'Posted',
|
||||
'POSTED' => 'Posted',
|
||||
'RATING' => 'Rating',
|
||||
'USERNAME' => 'Username',
|
||||
'PASSWORD' => 'Password',
|
||||
'Email' => 'Email',
|
||||
'Poster' => 'Poster',
|
||||
'Author' => 'Author',
|
||||
'Time' => 'Time',
|
||||
'Hours' => 'Hours',
|
||||
'Message' => 'Message',
|
||||
'1_Day' => '1 Day',
|
||||
'7_Days' => '7 Days',
|
||||
'2_Weeks' => '2 Weeks',
|
||||
'1_Month' => '1 Month',
|
||||
'3_Months' => '3 Months',
|
||||
'6_Months' => '6 Months',
|
||||
'1_Year' => '1 Year',
|
||||
'Ascending' => 'Ascending',
|
||||
'Descending' => 'Descending',
|
||||
'Post_time' => 'Post time',
|
||||
'Go' => 'Go',
|
||||
'Jump_to' => 'Jump to',
|
||||
'EMAIL' => 'Email',
|
||||
'POSTER' => 'Poster',
|
||||
'AUTHOR' => 'Author',
|
||||
'TIME' => 'Time',
|
||||
'HOURS' => 'Hours',
|
||||
'MESSAGE' => 'Message',
|
||||
'1_DAY' => '1 Day',
|
||||
'7_DAYS' => '7 Days',
|
||||
'2_WEEKS' => '2 Weeks',
|
||||
'1_MONTH' => '1 Month',
|
||||
'3_MONTHS' => '3 Months',
|
||||
'6_MONTHS' => '6 Months',
|
||||
'1_YEAR' => '1 Year',
|
||||
'ASCENDING' => 'Ascending',
|
||||
'DESCENDING' => 'Descending',
|
||||
'POST_TIME' => 'Post time',
|
||||
'GO' => 'Go',
|
||||
'JUMP_TO' => 'Jump to',
|
||||
'SUBMIT' => 'Submit',
|
||||
'Reset' => 'Reset',
|
||||
'RESET' => 'Reset',
|
||||
'CANCEL' => 'Cancel',
|
||||
'PREVIEW' => 'Preview',
|
||||
'Confirm' => 'Confirm',
|
||||
'Delete' => 'Delete',
|
||||
'CONFIRM' => 'Confirm',
|
||||
'DELETE' => 'Delete',
|
||||
'SPELLCHECK' => 'Spellcheck',
|
||||
'YES' => 'Yes',
|
||||
'NO' => 'No',
|
||||
'Enabled' => 'Enabled',
|
||||
'Disabled' => 'Disabled',
|
||||
'Error' => 'Error',
|
||||
'Next' => 'Next',
|
||||
'Previous' => 'Previous',
|
||||
'Goto_page' => 'Goto page',
|
||||
'Start_page' => 'Make my start page',
|
||||
'Joined' => 'Joined',
|
||||
'IP_Address' => 'IP Address',
|
||||
'Select_forum' => 'Select a forum',
|
||||
'View_latest_post' => 'View latest post',
|
||||
'View_newest_post' => 'View newest post',
|
||||
'Page_of' => 'Page <b>%d</b> of <b>%d</b>',
|
||||
'ENABLED' => 'Enabled',
|
||||
'DISABLED' => 'Disabled',
|
||||
'ERROR' => 'Error',
|
||||
'NEXT' => 'Next',
|
||||
'PREVIOUS' => 'Previous',
|
||||
'GOTO_PAGE' => 'Goto page',
|
||||
'START_PAGE' => 'Make my start page',
|
||||
'JOINED' => 'Joined',
|
||||
'IP_ADDRESS' => 'IP Address',
|
||||
'SELECT_FORUM' => 'Select a forum',
|
||||
'VIEW_LATEST_POST' => 'View latest post',
|
||||
'VIEW_NEWEST_POST' => 'View newest post',
|
||||
'PAGE_OF' => 'Page <b>%d</b> of <b>%d</b>',
|
||||
'ICQ' => 'ICQ Number',
|
||||
'AIM' => 'AIM Address',
|
||||
'MSNM' => 'MSN Messenger',
|
||||
'YIM' => 'Yahoo Messenger',
|
||||
'Forum_Index' => 'Board Index',
|
||||
'Forum_Index' => 'Board Index',
|
||||
|
||||
'Post_new_topic' => 'Post new topic',
|
||||
'Reply_to_topic' => 'Reply to topic',
|
||||
'Reply_with_quote' => 'Reply with quote',
|
||||
@@ -215,26 +216,26 @@ $lang = array_merge($lang, array(
|
||||
'No_longer_watching_forum' => 'You are no longer watching this forum',
|
||||
'You_are_watching_forum' => 'You are now watching this forum',
|
||||
'View_topic' => 'View topic',
|
||||
'Guest' => 'Guest',
|
||||
'GUEST' => 'Guest',
|
||||
'POST_SUBJECT' => 'Post subject',
|
||||
'PRINT_TOPIC' => 'Printable version',
|
||||
'View_next_topic' => 'View next topic',
|
||||
'View_previous_topic' => 'View previous topic',
|
||||
'Submit_vote' => 'Submit Vote',
|
||||
'View_results' => 'View Results',
|
||||
'VIEW_NEXT_TOPIC' => 'View next topic',
|
||||
'VIEW_PREVIOUS_TOPIC' => 'View previous topic',
|
||||
'VIEW_RESULTS' => 'View Results',
|
||||
'No_newer_topics' => 'There are no newer topics in this forum',
|
||||
'No_older_topics' => 'There are no older topics in this forum',
|
||||
'Topic_post_not_exist' => 'The topic or post you requested does not exist',
|
||||
'No_posts_topic' => 'No posts exist for this topic',
|
||||
'Display_posts' => 'Display posts from previous',
|
||||
'All_Posts' => 'All Posts',
|
||||
'Back_to_top' => 'Back to top',
|
||||
'Read_profile' => 'View users profile',
|
||||
'Send_email' => 'Send email',
|
||||
'Visit_website' => 'Visit posters website',
|
||||
'ICQ_status' => 'ICQ Status',
|
||||
'Edit_delete_post' => 'Edit/Delete this post',
|
||||
'View_IP' => 'View IP of poster',
|
||||
'No_posts_topic' => 'No posts exist for this topic',
|
||||
'POST_BELOW_KARMA' => 'This post was made by user <b>%s</b> whose karma is below your desired minimum. To display this post click %sHERE%s.',
|
||||
'DISPLAY_POSTS' => 'Display posts from previous',
|
||||
'ALL_POSTS' => 'All Posts',
|
||||
'BACK_TO_TOP' => 'Back to top',
|
||||
'READ_PROFILE' => 'View users profile',
|
||||
'SEND_EMAIL' => 'Send email',
|
||||
'VISIT_WEBSITE' => 'Visit posters website',
|
||||
'ICQ_STATUS' => 'ICQ Status',
|
||||
'EDIT_DELETE_POST' => 'Edit/Delete this post',
|
||||
'VIEW_IP' => 'View IP of poster',
|
||||
'DELETE_POST' => 'Delete this post',
|
||||
'DELETE_POST_WARN' => 'Once deleted the post cannot be recovered',
|
||||
'wrote' => 'wrote',
|
||||
@@ -242,13 +243,13 @@ $lang = array_merge($lang, array(
|
||||
'Code' => 'Code',
|
||||
'Edited_time_total' => 'Last edited by %s on %s, edited %d time in total',
|
||||
'Edited_times_total' => 'Last edited by %s on %s, edited %d times in total',
|
||||
'Quick_mod' => 'Quick-mod tools',
|
||||
'Lock_topic' => 'Lock topic',
|
||||
'Unlock_topic' => 'Unlock topic',
|
||||
'Move_topic' => 'Move topic',
|
||||
'Delete_topic' => 'Delete topic',
|
||||
'Split_topic' => 'Split topic',
|
||||
'Merge_topic' => 'Merge topic',
|
||||
'QUICK_MOD' => 'Quick-mod tools',
|
||||
'LOCK_TOPIC' => 'Lock topic',
|
||||
'UNLOCK_TOPIC' => 'Unlock topic',
|
||||
'MOVE_TOPIC' => 'Move topic',
|
||||
'DELETE_TOPIC' => 'Delete topic',
|
||||
'SPLIT_TOPIC' => 'Split topic',
|
||||
'MERGE_TOPIC' => 'Merge topic',
|
||||
'Stop_watching_topic' => 'Stop watching this topic',
|
||||
'Start_watching_topic' => 'Watch this topic for replies',
|
||||
'No_longer_watching_topic' => 'You are no longer watching this topic',
|
||||
@@ -430,11 +431,11 @@ $lang = array_merge($lang, array(
|
||||
'Profile_info_warn' => 'This information will be publicly viewable',
|
||||
'Avatar_panel' => 'Avatar control panel',
|
||||
'Avatar_gallery' => 'Avatar gallery',
|
||||
'Website' => 'Website',
|
||||
'Location' => 'Location',
|
||||
'Contact' => 'Contact',
|
||||
'Email_address' => 'Email address',
|
||||
'Send_private_message' => 'Send private message',
|
||||
'WEBSITE' => 'Website',
|
||||
'LOCATION' => 'Location',
|
||||
'CONTACT' => 'Contact',
|
||||
'EMAIL_ADDRESS' => 'Email address',
|
||||
'SEND_PRIVATE_MESSAGE' => 'Send private message',
|
||||
'Hidden_email' => '[ Hidden ]',
|
||||
'Search_user_posts' => 'Find all posts by %s',
|
||||
'Interests' => 'Interests',
|
||||
|
Reference in New Issue
Block a user