Kaldari has uploaded a new change for review.

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


Change subject: Adding capitalized i18n message for button context
......................................................................

Adding capitalized i18n message for button context

Change-Id: Ibc6916640840b5c1f05297f8f05ee44746f37b9d
---
M Thanks.i18n.php
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Thanks 
refs/changes/38/76538/1

diff --git a/Thanks.i18n.php b/Thanks.i18n.php
index 203ec8a..83a8c44 100644
--- a/Thanks.i18n.php
+++ b/Thanks.i18n.php
@@ -14,6 +14,8 @@
        'thanks-desc' => 'Adds thank links to history and diff views',
        'thanks-thank' => 'thank',
        'thanks-thanked' => '{{GENDER:$1|thanked}}',
+       'thanks-button-thank' => 'Thank',
+       'thanks-button-thanked' => '{{GENDER:$1|Thanked}}',
        'thanks-error-undefined' => 'Thank action failed. Please try again.',
        'thanks-error-invalidrevision' => 'Revision ID is not valid.',
        'thanks-error-ratelimited' => "You've exceeded your rate limit. Please 
wait some time and try again.",
@@ -54,6 +56,11 @@
 
 Parameters:
 * \$1 is the current user, for GENDER support.",
+       'thanks-button-thank' => 'Text of a button to thank another user. Same 
as {{msg-mw|thanks-thank}}, but the context is in a button.',
+       'thanks-button-thanked' => "This message immediately replaces the 
message {{msg-mw|thanks-button-thank}} after it's pressed. It means that the 
thanking operation has been completed. Same as {{msg-mw|thanks-thanked}}, but 
the context is in a button.
+
+Parameters:
+* \$1 is the current user, for GENDER support.",
        'thanks-error-undefined' => 'Error message that is displayed when the 
thank action fails.
 {{Identical|Please try again}}',
        'thanks-error-invalidrevision' => 'Error message that is displayed when 
the revision ID is not valid',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibc6916640840b5c1f05297f8f05ee44746f37b9d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Thanks
Gerrit-Branch: master
Gerrit-Owner: Kaldari <[email protected]>

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

Reply via email to