Created
June 6, 2022 15:37
-
-
Save marc1706/fcd270047d67a6b730159404645362af to your computer and use it in GitHub Desktop.
Language changes 3.3.7 to 3.3.8-RC1
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 7443f27be3..9eab230ad4 100644 | |
--- a/phpBB/language/en/common.php | |
+++ b/phpBB/language/en/common.php | |
@@ -432,6 +432,7 @@ $lang = array_merge($lang, array( | |
'MESSAGE' => 'Message', | |
'MESSAGES' => 'Messages', | |
'MESSAGES_COUNT' => array( | |
+ 0 => 'unlimited messages', | |
1 => '%d message', | |
2 => '%d messages', | |
), | |
@@ -603,7 +604,7 @@ $lang = array_merge($lang, array( | |
'POSTS_UNAPPROVED_FORUM'=> 'At least one post in this forum has not been approved.', | |
'POST_BY_AUTHOR' => 'by', | |
'POST_BY_FOE' => '<strong>%1$s</strong>, who is currently on your ignore list, made this post.', | |
- 'POST_DISPLAY' => '%1$sDisplay this post%2$s.', | |
+ 'POST_DISPLAY' => 'Display this post', | |
'POST_DAY' => '%.2f posts per day', | |
'POST_DELETED_ACTION' => 'Deleted post:', | |
'POST_DELETED' => 'This post has been deleted.', |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment