From 331681f26faa80198fcddc71e1235f56f98ea884 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 27 Feb 2016 21:03:16 +0100 Subject: [PATCH] Remove double emphasis in strings Change-Id: I03d7511e620fb76fcf090c8b8c399b29a245640b --- includes/installer/i18n/en.json | 2 +- languages/i18n/en.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/installer/i18n/en.json b/includes/installer/i18n/en.json index ea03831712..c29b6e3cc5 100644 --- a/includes/installer/i18n/en.json +++ b/includes/installer/i18n/en.json @@ -187,7 +187,7 @@ "config-ns-site-name": "Same as the wiki name: $1", "config-ns-other": "Other (specify)", "config-ns-other-default": "MyWiki", - "config-project-namespace-help": "Following Wikipedia's example, many wikis keep their policy pages separate from their content pages, in a \"'''project namespace'''\".\nAll page titles in this namespace start with a certain prefix, which you can specify here.\nUsually, this prefix is derived from the name of the wiki, but it cannot contain punctuation characters such as \"#\" or \":\".", + "config-project-namespace-help": "Following Wikipedia's example, many wikis keep their policy pages separate from their content pages, in a '''project namespace'''.\nAll page titles in this namespace start with a certain prefix, which you can specify here.\nUsually, this prefix is derived from the name of the wiki, but it cannot contain punctuation characters such as \"#\" or \":\".", "config-ns-invalid": "The specified namespace \"$1\" is invalid.\nSpecify a different project namespace.", "config-ns-conflict": "The specified namespace \"$1\" conflicts with a default MediaWiki namespace.\nSpecify a different project namespace.", "config-admin-box": "Administrator account", diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 51fcbc759c..2b83ff6732 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -378,7 +378,7 @@ "myprivateinfoprotected": "You do not have permission to edit your private information.", "mypreferencesprotected": "You do not have permission to edit your preferences.", "ns-specialprotected": "Special pages cannot be edited.", - "titleprotected": "This title has been protected from creation by [[User:$1|$1]].\nThe reason given is \"$2\".", + "titleprotected": "This title has been protected from creation by [[User:$1|$1]].\nThe reason given is $2.", "filereadonlyerror": "Unable to modify the file \"$1\" because the file repository \"$2\" is in read-only mode.\n\nThe system administrator who locked it offered this explanation: \"$3\".", "invalidtitle-knownnamespace": "Invalid title with namespace \"$2\" and text \"$3\"", "invalidtitle-unknownnamespace": "Invalid title with unknown namespace number $1 and text \"$2\"", @@ -1534,7 +1534,7 @@ "backend-fail-read": "Could not read file \"$1\".", "backend-fail-create": "Could not write file \"$1\".", "backend-fail-maxsize": "Could not write file \"$1\" because it is larger than {{PLURAL:$2|one byte|$2 bytes}}.", - "backend-fail-readonly": "The storage backend \"$1\" is currently read-only. The reason given is: \"$2\"", + "backend-fail-readonly": "The storage backend \"$1\" is currently read-only. The reason given is: $2", "backend-fail-synced": "The file \"$1\" is in an inconsistent state within the internal storage backends", "backend-fail-connect": "Could not connect to storage backend \"$1\".", "backend-fail-internal": "An unknown error occurred in storage backend \"$1\".", @@ -2116,7 +2116,7 @@ "rollbackfailed": "Rollback failed", "cantrollback": "Cannot revert edit;\nlast contributor is only author of this page.", "alreadyrolled": "Cannot rollback last edit of [[:$1]] by [[User:$2|$2]] ([[User talk:$2|talk]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]);\nsomeone else has edited or rolled back the page already.\n\nThe last edit to the page was by [[User:$3|$3]] ([[User talk:$3|talk]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).", - "editcomment": "The edit summary was: \"$1\".", + "editcomment": "The edit summary was: $1.", "revertpage": "Reverted edits by [[Special:Contributions/$2|$2]] ([[User talk:$2|talk]]) to last revision by [[User:$1|$1]]", "revertpage-nouser": "Reverted edits by a hidden user to last revision by {{GENDER:$1|[[User:$1|$1]]}}", "rollback-success": "Reverted edits by $1;\nchanged back to last revision by $2.", -- 2.20.1