Created
May 31, 2024 13:37
-
-
Save marc1706/1eb006e56b1fddf14fe21dbee57e5140 to your computer and use it in GitHub Desktop.
Language changes phpBB 3.3.12-RC1 to 3.3.12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phpBB/language/en/acp/permissions_phpbb.php b/phpBB/language/en/acp/permissions_phpbb.php | |
index ab8939932b..cd84dc1e96 100644 | |
--- a/phpBB/language/en/acp/permissions_phpbb.php | |
+++ b/phpBB/language/en/acp/permissions_phpbb.php | |
@@ -159,9 +159,9 @@ $lang = array_merge($lang, array( | |
'ACL_M_MERGE' => 'Can merge topics', | |
'ACL_M_INFO' => 'Can view post details', | |
- 'ACL_M_WARN' => 'Can issue warnings<br /><em>This setting is only assigned globally. It is not forum based.</em>', // This moderator setting is only global (and not local) | |
- 'ACL_M_PM_REPORT' => 'Can close and delete reports of private messages<br /><em>This setting is only assigned globally. It is not forum based.</em>', // This moderator setting is only global (and not local) | |
- 'ACL_M_BAN' => 'Can manage bans<br /><em>This setting is only assigned globally. It is not forum based.</em>', // This moderator setting is only global (and not local) | |
+ 'ACL_M_WARN' => 'Can issue warnings', | |
+ 'ACL_M_PM_REPORT' => 'Can close and delete reports of private messages', | |
+ 'ACL_M_BAN' => 'Can manage bans', | |
)); | |
// Admin Permissions | |
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php | |
index 1f4fc9f6a8..5694bbd5dc 100644 | |
--- a/phpBB/language/en/common.php | |
+++ b/phpBB/language/en/common.php | |
@@ -64,6 +64,7 @@ $lang = array_merge($lang, array( | |
'ACCOUNT_DEACTIVATED' => 'Your account has been manually deactivated and is only able to be reactivated by an administrator.', | |
'ACP' => 'Administration Control Panel', | |
'ACP_SHORT' => 'ACP', | |
+ 'ACTIVATION_ALREADY_SENT' => 'The activation email has already been sent to your email address. You can try again after 24 hours. If you continue to have problems activating your account, please contact a board administrator.', | |
'ACTIVE' => 'active', | |
'ACTIVE_ERROR' => 'The specified username is currently inactive. If you have problems activating your account, please contact a board administrator.', | |
'ADMINISTRATOR' => 'Administrator', | |
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php | |
index b196a1d658..601700f792 100644 | |
--- a/phpBB/language/en/mcp.php | |
+++ b/phpBB/language/en/mcp.php | |
@@ -259,7 +259,7 @@ $lang = array_merge($lang, array( | |
'ONLY_TOPIC' => 'Only topic “%s”', | |
'OTHER_USERS' => 'Other users posting from this IP', | |
- 'QUICKMOD_ACTION_NOT_ALLOWED' => "%s not allowed as quickmod", | |
+ 'QUICKMOD_ACTION_NOT_ALLOWED' => '%s not allowed as quickmod', | |
'PM_REPORT_CLOSED_SUCCESS' => 'The selected PM report has been closed successfully.', | |
'PM_REPORT_DELETED_SUCCESS' => 'The selected PM report has been deleted successfully.', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php | |
index 1f4fc9f6a8..5694bbd5dc 100644 | |
--- a/phpBB/language/en/common.php | |
+++ b/phpBB/language/en/common.php | |
@@ -64,6 +64,7 @@ $lang = array_merge($lang, array( | |
'ACCOUNT_DEACTIVATED' => 'Your account has been manually deactivated and is only able to be reactivated by an administrator.', | |
'ACP' => 'Administration Control Panel', | |
'ACP_SHORT' => 'ACP', | |
+ 'ACTIVATION_ALREADY_SENT' => 'The activation email has already been sent to your email address. You can try again after 24 hours. If you continue to have problems activating your account, please contact a board administrator.', | |
'ACTIVE' => 'active', | |
'ACTIVE_ERROR' => 'The specified username is currently inactive. If you have problems activating your account, please contact a board administrator.', | |
'ADMINISTRATOR' => 'Administrator', |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment