EBernhardson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/102566


Change subject: Punctuation and Gender i18n cleanups
......................................................................

Punctuation and Gender i18n cleanups

Change-Id: I0e813aae732ef9b9250e031ede30ca3610cb6e85
---
M Flow.i18n.php
1 file changed, 6 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/66/102566/1

diff --git a/Flow.i18n.php b/Flow.i18n.php
index 37bacc3..418f186 100644
--- a/Flow.i18n.php
+++ b/Flow.i18n.php
@@ -103,9 +103,9 @@
        'flow-error-missing-postId' => 'No "postId" parameter was supplied. 
This parameter is required to manipulate a post.',
        'flow-error-invalid-postId' => '"postId" parameter was invalid. The 
specified post ($1) could not be found.',
        'flow-error-restore-failure' => 'Restoration of this item failed.',
-       'flow-error-invalid-moderation-state' => 'An invalid value was provided 
for moderationState',
-       'flow-error-invalid-moderation-reason' => 'Please provide a reason for 
the moderation',
-       'flow-error-not-allowed' => 'Insufficient permissions to execute this 
action',
+       'flow-error-invalid-moderation-state' => 'An invalid value was provided 
for moderationState.',
+       'flow-error-invalid-moderation-reason' => 'Please provide a reason for 
the moderation.',
+       'flow-error-not-allowed' => 'Insufficient permissions to execute this 
action.',
        'flow-error-title-too-long' => 'Topic titles are restricted to $1 
{{PLURAL:$1|byte|bytes}}.',
        'flow-error-no-existing-workflow' => 'This workflow does not yet 
exist.',
        'flow-error-not-a-post' => 'Topic title can not be saved as a post.',
@@ -240,7 +240,7 @@
 You can view later versions on the [$4 post history page].',
 
        'flow-compare-revisions-revision-header' => 'Version by 
{{GENDER:$2|$2}} from $1',
-       'flow-compare-revisions-header-post' => 'This page shows the changes 
between two versions of a post by $3 in the topic "[$5 $2]" on [$4 $1].
+       'flow-compare-revisions-header-post' => 'This page shows the 
{{GENDER:$3|changes}} between two versions of a post by $3 in the topic "[$5 
$2]" on [$4 $1].
 You can see other versions of this post at its [$6 history page].',
 
        // Topic collapse states
@@ -498,7 +498,8 @@
 Usually indicates a code bug, so technical terminology is okay.
 
 Valid values for moderationState are: (none), hidden, deleted, suppressed',
-       'flow-error-invalid-moderation-reason' => 'Used as error message when 
no reason is given for the moderation of a post.',
+       'flow-error-invalid-moderation-reason' => 'Used as error message when a 
user attempts to moderate a post without providing a reason.',
+       'low-error-invalid-moderation-reason' => 'Used as error message when no 
reason is given for the moderation of a post.',
        'flow-error-not-allowed' => 'Error message when the user has 
insufficient permissions to execute this action',
        'flow-error-title-too-long' => 'Used as error message when a user 
submits a topic title that is too long to save.
 

-- 
To view, visit https://gerrit.wikimedia.org/r/102566
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0e813aae732ef9b9250e031ede30ca3610cb6e85
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to