mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
- user notes/feedback in post_details
git-svn-id: file:///svn/phpbb/trunk@4966 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1143,9 +1143,6 @@ $lang += array(
|
||||
|
||||
'USER_POSTING_PREFS' => 'Posting preferences',
|
||||
|
||||
'ADD_FEEDBACK' => 'Add feedback',
|
||||
'ADD_FEEDBACK_EXPLAIN' => 'If you would like to add a report on this please fill out the following form. Only use plain text, HTML, BBCode, etc. are not permitted.',
|
||||
|
||||
'ADMIN_SIGNATURE_PREVIEW' => 'Users signature will appear like this',
|
||||
|
||||
'USER_ADMIN_BAN_NAME_REASON' => 'Username banned via user management',
|
||||
|
@@ -86,6 +86,7 @@ $lang += array(
|
||||
'DAY' => 'Day',
|
||||
'DAYS' => 'Days',
|
||||
'DELETE' => 'Delete',
|
||||
'DELETE_ALL' => 'Delete All',
|
||||
'DELETE_COOKIES' => 'Delete all board cookies',
|
||||
'DELETE_MARKED' => 'Delete Marked',
|
||||
'DESCENDING' => 'Descending',
|
||||
@@ -524,7 +525,6 @@ $unused = array(
|
||||
'DESCRIPTION' => 'Description',
|
||||
'DOWNLOAD' => 'Download',
|
||||
'Date' => 'Date',
|
||||
'Delete_all' => 'Delete All',
|
||||
'Deny_selected' => 'Deny Selected',
|
||||
'Disable_BBCode_pm' => 'Disable BBCode in this message',
|
||||
'Disable_HTML_pm' => 'Disable HTML in this message',
|
||||
|
@@ -29,6 +29,8 @@ if (empty($lang) || !is_array($lang))
|
||||
|
||||
$lang += array(
|
||||
'ACTION' => 'Action',
|
||||
'ADD_FEEDBACK' => 'Add feedback',
|
||||
'ADD_FEEDBACK_EXPLAIN' => 'If you would like to add a report on this please fill out the following form. Only use plain text, HTML, BBCode, etc. are not permitted.',
|
||||
'ALL_ENTRIES' => 'All entries',
|
||||
'ALREADY_REPORTED' => 'This post has already been reported',
|
||||
'APPROVE' => 'Approve',
|
||||
@@ -54,6 +56,7 @@ $lang += array(
|
||||
'EMPTY_REPORT' => 'You must enter a description when selecting this reason',
|
||||
'EMPTY_TOPICS_REMOVED_WARNING' => 'Please note that one or several topics have been removed from the database because they were or become empty',
|
||||
|
||||
'FEEDBACK' => 'Feedback',
|
||||
'FORK' => 'Fork',
|
||||
'FORK_TOPIC' => 'Fork Topic',
|
||||
'FORK_TOPIC_CONFIRM' => 'Are you sure you want to copy this topic?',
|
||||
@@ -242,6 +245,7 @@ $lang += array(
|
||||
'UNRATE_POST_EXPLAIN' => 'Reset post rating',
|
||||
'USER_CANNOT_POST' => 'You cannot post in this forum',
|
||||
'USER_CANNOT_REPORT' => 'You cannot report posts in this forum',
|
||||
'USER_FEEDBACK_ADDED' => 'User feedback added successfully',
|
||||
|
||||
'VIEW_DETAILS' => 'View Details',
|
||||
|
||||
|
Reference in New Issue
Block a user