From: Albert221 Date: Sat, 2 Dec 2017 17:20:41 +0000 (+0100) Subject: Add GENDER where strings could differ X-Git-Tag: 1.31.0-rc.0~1317 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=8084ab66c1cc24f2467bdb34f671c54de2b067d8;p=lhc%2Fweb%2Fwiklou.git Add GENDER where strings could differ Bug: T129731 Change-Id: If1100a5c9ec4882f96237c70e5270a9aa40e6b24 --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 9b1e04a0ad..5c25de65af 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -548,11 +548,11 @@ "botpasswords-insert-failed": "Failed to add bot name \"$1\". Was it already added?", "botpasswords-update-failed": "Failed to update bot name \"$1\". Was it deleted?", "botpasswords-created-title": "Bot password created", - "botpasswords-created-body": "The bot password for bot name \"$1\" of user \"$2\" was created.", + "botpasswords-created-body": "The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was created.", "botpasswords-updated-title": "Bot password updated", - "botpasswords-updated-body": "The bot password for bot name \"$1\" of user \"$2\" was updated.", + "botpasswords-updated-body": "The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was updated.", "botpasswords-deleted-title": "Bot password deleted", - "botpasswords-deleted-body": "The bot password for bot name \"$1\" of user \"$2\" was deleted.", + "botpasswords-deleted-body": "The bot password for bot name \"$1\" of {{GENDER:$2|user}} \"$2\" was deleted.", "botpasswords-newpassword": "The new password to log in with $1 is $2. Please record this for future reference.
(For old bots which require the login name to be the same as the eventual username, you can also use $3 as username and $4 as password.)", "botpasswords-no-provider": "BotPasswordsSessionProvider is not available.", "botpasswords-restriction-failed": "Bot password restrictions prevent this login.",