mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-25 09:30:46 +02:00
Merge branch 'ticket/igorw/9556' into develop
* ticket/igorw/9556: [ticket/9556] Drop php closing tags, add trailing newline Conflicts: phpBB/includes/constants.php
This commit is contained in:
@@ -170,5 +170,3 @@ $lang = array_merge($lang, array(
|
||||
'UPLOAD_ICON' => 'Upload icon',
|
||||
'UPLOAD_NOT_DIR' => 'The upload location you specified does not appear to be a directory.',
|
||||
));
|
||||
|
||||
?>
|
@@ -78,5 +78,3 @@ $lang = array_merge($lang, array(
|
||||
'USER_UNBAN' => 'Un-ban or un-exclude usernames',
|
||||
'USER_UNBAN_EXPLAIN' => 'You can unban (or un-exclude) multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser. Excluded users are emphasised.',
|
||||
));
|
||||
|
||||
?>
|
@@ -540,5 +540,3 @@ $lang = array_merge($lang, array(
|
||||
'JAB_USERNAME' => 'Jabber username or JID',
|
||||
'JAB_USERNAME_EXPLAIN' => 'Specify a registered username or a valid JID. The username will not be checked for validity. If you only specify a username, then your JID will be the username and the server you specified above. Else, specify a valid JID, for example user@jabber.org.',
|
||||
));
|
||||
|
||||
?>
|
@@ -69,5 +69,3 @@ $lang = array_merge($lang, array(
|
||||
'NO_BOT' => 'Found no bot with the specified ID.',
|
||||
'NO_BOT_GROUP' => 'Unable to find special bot group.',
|
||||
));
|
||||
|
||||
?>
|
@@ -738,5 +738,3 @@ $lang = array_merge($lang, array(
|
||||
'LOG_WORD_DELETE' => '<strong>Deleted word censor</strong><br />» %s',
|
||||
'LOG_WORD_EDIT' => '<strong>Edited word censor</strong><br />» %s',
|
||||
));
|
||||
|
||||
?>
|
@@ -72,5 +72,3 @@ $lang = array_merge($lang, array(
|
||||
'TABLE_SELECT' => 'Table select',
|
||||
'TABLE_SELECT_ERROR'=> 'You must select at least one table.',
|
||||
));
|
||||
|
||||
?>
|
@@ -63,5 +63,3 @@ $lang = array_merge($lang, array(
|
||||
'NO_EMAIL_MESSAGE' => 'You must enter a message.',
|
||||
'NO_EMAIL_SUBJECT' => 'You must specify a subject for your message.',
|
||||
));
|
||||
|
||||
?>
|
@@ -156,5 +156,3 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'UNLOCKED' => 'Unlocked',
|
||||
));
|
||||
|
||||
?>
|
@@ -128,5 +128,3 @@ $lang = array_merge($lang, array(
|
||||
'USER_GROUP_DEFAULT_EXPLAIN' => 'Saying yes here will set this group as the default group for the added users.',
|
||||
'USER_GROUP_LEADER' => 'Set as group leader',
|
||||
));
|
||||
|
||||
?>
|
@@ -98,5 +98,3 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'WRONG_LANGUAGE_FILE' => 'Selected language file is invalid.',
|
||||
));
|
||||
|
||||
?>
|
@@ -80,5 +80,3 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'SELECT_MODULE' => 'Select a module',
|
||||
));
|
||||
|
||||
?>
|
@@ -285,5 +285,3 @@ $lang = array_merge($lang, array(
|
||||
'WRONG_PERMISSION_TYPE' => 'Wrong permission type selected.',
|
||||
'WRONG_PERMISSION_SETTING_FORMAT' => 'The permission settings are in a wrong format, phpBB is not able to process them correctly.',
|
||||
));
|
||||
|
||||
?>
|
@@ -237,5 +237,3 @@ $lang = array_merge($lang, array(
|
||||
'acl_a_backup' => array('lang' => 'Can backup/restore database', 'cat' => 'misc'),
|
||||
'acl_a_search' => array('lang' => 'Can manage search backends and settings', 'cat' => 'misc'),
|
||||
));
|
||||
|
||||
?>
|
@@ -276,5 +276,3 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'USED_IN_REPORTS' => 'Used in reports',
|
||||
));
|
||||
|
||||
?>
|
@@ -152,5 +152,3 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'VISIBILITY_OPTION' => 'Visibility options',
|
||||
));
|
||||
|
||||
?>
|
@@ -87,5 +87,3 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'TOPICS_PRUNED' => 'Topics pruned',
|
||||
));
|
||||
|
||||
?>
|
@@ -105,5 +105,3 @@ $lang = array_merge($lang, array(
|
||||
'YES_SEARCH_UPDATE' => 'Enable fulltext updating',
|
||||
'YES_SEARCH_UPDATE_EXPLAIN' => 'Updating of fulltext indexes when posting, overridden if search is disabled.',
|
||||
));
|
||||
|
||||
?>
|
@@ -430,5 +430,3 @@ $lang = array_merge($lang, array(
|
||||
'UNSET' => 'Undefined',
|
||||
|
||||
));
|
||||
|
||||
?>
|
@@ -138,5 +138,3 @@ $lang = array_merge($lang, array(
|
||||
'USER_WARNING_LOG_DELETED' => 'No information available. Possibly the log entry has been deleted.',
|
||||
'USER_TOOLS' => 'Basic tools',
|
||||
));
|
||||
|
||||
?>
|
Reference in New Issue
Block a user