IoannisKydonis has uploaded a new change for review. https://gerrit.wikimedia.org/r/265731
Change subject: Add GENDER and GRAMMAR support to AzharAuth messages ...................................................................... Add GENDER and GRAMMAR support to AzharAuth messages * GENDER and GRAMMAR to azharauth-successtext * GRAMMAR to azharauth-remotelogout Threads: https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Azharauth-successtext/ksh https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Azharauth-remotelogout/ksh Change-Id: I2a3eb2e05ee4aa3f7041af7eeb090612b9beb45e --- M i18n/en.json M i18n/qqq.json 2 files changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AzharAuth refs/changes/31/265731/1 diff --git a/i18n/en.json b/i18n/en.json index f53883a..344ac36 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -15,6 +15,6 @@ "azharauth-usercreatereason": "Account automatically created on login through $1.", "azharauth-defaultproductname": "external identity provider", "azharauth-successtitle": "Authentication successful", - "azharauth-successtext": "You've successfully been authentified by $1 as $2.", - "azharauth-remotelogout": "Logout from $1, too." + "azharauth-successtext": "You've successfully been authentified by {{GRAMMAR:N|$1}} as {{GENDER:$2|$2}}.", + "azharauth-remotelogout": "Logout from {{GRAMMAR:N|$1}}, too." } diff --git a/i18n/qqq.json b/i18n/qqq.json index 148a4d3..60df916 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -16,6 +16,6 @@ "azharauth-usercreatereason": "Log message for automatically created accounts.\n\nParameters:\n* $1 - the product name", "azharauth-defaultproductname": "The string to inject in azharauth-login or azharauth-usercreatereason when no product name is defined in the configuration. Will be prepended by “through” or “by” in English.", "azharauth-successtitle": "Title of the page login succesful page", - "azharauth-successtext": "Text of the page login succesful page.\n\nParameters:\n* $1 - the product name\n* $2 - the user name", + "azharauth-successtext": "Text of the page login succesful page.\n\nParameters:\n* $1 - the product name\n* $2 - the user name, used for GENDER support", "azharauth-remotelogout": "Text of the remote logout link, which appears to the logout MediaWiki page. This allows the user to have an opportunity to securely logout from Azhàr when they logs out from the wiki.\n\nParameters:\n* $1 - the product name" } -- To view, visit https://gerrit.wikimedia.org/r/265731 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2a3eb2e05ee4aa3f7041af7eeb090612b9beb45e Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/AzharAuth Gerrit-Branch: master Gerrit-Owner: IoannisKydonis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
