Siebrand has uploaded a new change for review.
https://gerrit.wikimedia.org/r/275388
Change subject: Remove use of "successful" in strings
......................................................................
Remove use of "successful" in strings
Remove uses of (un)successful(ly). The words only adds bytes and nothing
to the message that something succeeded of failed. In case "unsuccesssful"
was used, this was changed to "failed" for clarity.
Change-Id: I99974855dc9d8b73a3ea43af34475c1cceab9d05
---
M includes/installer/i18n/en.json
M languages/i18n/en.json
2 files changed, 15 insertions(+), 15 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/88/275388/1
diff --git a/includes/installer/i18n/en.json b/includes/installer/i18n/en.json
index 865447a..6fa5930 100644
--- a/includes/installer/i18n/en.json
+++ b/includes/installer/i18n/en.json
@@ -307,12 +307,12 @@
"config-install-mainpage": "Creating main page with default content",
"config-install-extension-tables": "Creating tables for enabled
extensions",
"config-install-mainpage-failed": "Could not insert main page: $1",
- "config-install-done": "<strong>Congratulations!</strong>\nYou have
successfully installed MediaWiki.\n\nThe installer has generated a
<code>LocalSettings.php</code> file.\nIt contains all your
configuration.\n\nYou will need to download it and put it in the base of your
wiki installation (the same directory as index.php). The download should have
started automatically.\n\nIf the download was not offered, or if you cancelled
it, you can restart the download by clicking the link
below:\n\n$3\n\n<strong>Note:</strong> If you do not do this now, this
generated configuration file will not be available to you later if you exit the
installation without downloading it.\n\nWhen that has been done, you can
<strong>[$2 enter your wiki]</strong>.",
+ "config-install-done": "<strong>Congratulations!</strong>\nYou have
installed MediaWiki.\n\nThe installer has generated a
<code>LocalSettings.php</code> file.\nIt contains all your
configuration.\n\nYou will need to download it and put it in the base of your
wiki installation (the same directory as index.php). The download should have
started automatically.\n\nIf the download was not offered, or if you cancelled
it, you can restart the download by clicking the link
below:\n\n$3\n\n<strong>Note:</strong> If you do not do this now, this
generated configuration file will not be available to you later if you exit the
installation without downloading it.\n\nWhen that has been done, you can
<strong>[$2 enter your wiki]</strong>.",
"config-download-localsettings": "Download
<code>LocalSettings.php</code>",
"config-help": "help",
"config-help-tooltip": "click to expand",
"config-nofile": "File \"$1\" could not be found. Has it been deleted?",
"config-extension-link": "Did you know that your wiki supports
[//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Extensions
extensions]?\n\nYou can browse
[//www.mediawiki.org/wiki/Special:MyLanguage/Category:Extensions_by_category
extensions by category] or the [//www.mediawiki.org/wiki/Extension_Matrix
Extension Matrix] to see the full list of extensions.",
- "mainpagetext": "<strong>MediaWiki has been successfully
installed.</strong>",
+ "mainpagetext": "<strong>MediaWiki has been installed.</strong>",
"mainpagedocfooter": "Consult the
[//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using
the wiki software.\n\n== Getting started ==\n*
[//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings
Configuration settings list]\n*
[//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]\n*
[https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki
release mailing list]\n*
[//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources
Localise MediaWiki for your language]\n*
[//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to
combat spam on your wiki]"
}
diff --git a/languages/i18n/en.json b/languages/i18n/en.json
index 2b83ff6..89db4ee 100644
--- a/languages/i18n/en.json
+++ b/languages/i18n/en.json
@@ -468,7 +468,7 @@
"nocookiesfornew": "The user account was not created, as we could not
confirm its source.\nEnsure you have cookies enabled, reload this page and try
again.",
"nocookiesforlogin": "{{int:nocookieslogin}}",
"noname": "You have not specified a valid username.",
- "loginsuccesstitle": "Login successful",
+ "loginsuccesstitle": "Logged in",
"loginsuccess": "<strong>You are now logged in to {{SITENAME}} as
\"$1\".</strong>",
"nosuchuser": "There is no user by the name \"$1\".\nUsernames are case
sensitive.\nCheck your spelling, or [[Special:UserLogin/signup|create a new
account]].",
"nosuchusershort": "There is no user by the name \"$1\".\nCheck your
spelling.",
@@ -508,7 +508,7 @@
"createaccount-title": "Account creation for {{SITENAME}}",
"createaccount-text": "Someone created an account for your email
address on {{SITENAME}} ($4) named \"$2\", with password \"$3\".\nYou should
log in and change your password now.\n\nYou may ignore this message, if this
account was created in error.",
"login-throttled": "You have made too many recent login
attempts.\nPlease wait $1 before trying again.",
- "login-abort-generic": "Your login was unsuccessful - Aborted",
+ "login-abort-generic": "Your login failed - Aborted",
"login-migrated-generic": "Your account has been migrated, and your
username no longer exist on this wiki.",
"loginlanguagelabel": "Language: $1",
"loginlanguagelinks": "* {{#language:de}}|de\n* {{#language:en}}|en\n*
{{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n*
{{#language:it}}|it\n* {{#language:nl}}|nl",
@@ -532,7 +532,7 @@
"newpassword": "New password:",
"retypenew": "Retype new password:",
"resetpass_submit": "Set password and log in",
- "changepassword-success": "Your password has been changed
successfully!",
+ "changepassword-success": "Your password has been changed!",
"changepassword-throttled": "You have made too many recent login
attempts.\nPlease wait $1 before trying again.",
"botpasswords": "Bot passwords",
"botpasswords-summary": "<em>Bot passwords</em> allow access to a user
account via the API without using the account's main login credentials. The
user rights available when logged in with a bot password may be
restricted.\n\nIf you don't know why you might want to do this, you should
probably not do it. No one should ever ask you to generate one of these and
give it to them.",
@@ -555,9 +555,9 @@
"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 \"$1\" was created
successfully.",
+ "botpasswords-created-body": "The bot password \"$1\" was created.",
"botpasswords-updated-title": "Bot password updated",
- "botpasswords-updated-body": "The bot password \"$1\" was updated
successfully.",
+ "botpasswords-updated-body": "The bot password \"$1\" was updated.",
"botpasswords-deleted-title": "Bot password deleted",
"botpasswords-deleted-body": "The bot password \"$1\" was deleted.",
"botpasswords-newpassword": "The new password to log in with
<strong>$1</strong> is <strong>$2</strong>. <em>Please record this for future
reference.</em>",
@@ -569,7 +569,7 @@
"resetpass-no-info": "You must be logged in to access this page
directly.",
"resetpass-submit-loggedin": "Change password",
"resetpass-submit-cancel": "Cancel",
- "resetpass-wrong-oldpass": "Invalid temporary or current password.\nYou
may have already successfully changed your password or requested a new
temporary password.",
+ "resetpass-wrong-oldpass": "Invalid temporary or current password.\nYou
may have already changed your password or requested a new temporary password.",
"resetpass-recycled": "Please reset your password to something other
than your current password.",
"resetpass-temp-emailed": "You logged in with a temporary emailed
code.\nTo finish logging in, you must set a new password here:",
"resetpass-temp-password": "Temporary password:",
@@ -870,9 +870,9 @@
"revdelete-unsuppress": "Remove restrictions on restored revisions",
"revdelete-log": "Reason:",
"revdelete-submit": "Apply to selected
{{PLURAL:$1|revision|revisions}}",
- "revdelete-success": "Revision visibility successfully updated.",
+ "revdelete-success": "Revision visibility updated.",
"revdelete-failure": "Revision visibility could not be updated:\n$1",
- "logdelete-success": "Log visibility successfully set.",
+ "logdelete-success": "Log visibility set.",
"logdelete-failure": "Log visibility could not be set:\n$1",
"revdel-restore": "change visibility",
"pagehist": "Page history",
@@ -1130,7 +1130,7 @@
"userrights-unchangeable-col": "Groups you cannot change",
"userrights-irreversible-marker": "$1*",
"userrights-conflict": "Conflict of user rights changes! Please review
and confirm your changes.",
- "userrights-removed-self": "You successfully removed your own rights.
As such, you are no longer able to access this page.",
+ "userrights-removed-self": "You removed your own rights. As such, you
are no longer able to access this page.",
"group": "Group:",
"group-user": "Users",
"group-autoconfirmed": "Autoconfirmed users",
@@ -1561,8 +1561,8 @@
"uploadstash-summary": "This page provides access to files that are
uploaded or in the process of uploading, but are not yet published to the wiki.
These files are not visible to anyone but the user who uploaded them.",
"uploadstash-clear": "Clear stashed files",
"uploadstash-nofiles": "You have no stashed files.",
- "uploadstash-badtoken": "Performing of that action was unsuccessful,
perhaps because your editing credentials expired. Try again.",
- "uploadstash-errclear": "Clearing the files was unsuccessful.",
+ "uploadstash-badtoken": "Performing that action failed. Perhaps because
your editing credentials expired. Please try again.",
+ "uploadstash-errclear": "Clearing the files falied.",
"uploadstash-refresh": "Refresh the list of files",
"invalid-chunk-offset": "Invalid chunk offset",
"img-auth-accessdenied": "Access denied",
@@ -3656,7 +3656,7 @@
"tags-delete-not-allowed": "Tags defined by an extension cannot be
deleted unless the extension specifically allows it.",
"tags-delete-not-found": "The tag \"$1\" does not exist.",
"tags-delete-too-many-uses": "The tag \"$1\" is applied to more than $2
{{PLURAL:$2|revision|revisions}}, which means it cannot be deleted.",
- "tags-delete-warnings-after-delete": "The tag \"$1\" was deleted
successfully, but the following {{PLURAL:$2|warning was|warnings were}}
encountered:",
+ "tags-delete-warnings-after-delete": "The tag \"$1\" was deleted, but
the following {{PLURAL:$2|warning was|warnings were}} encountered:",
"tags-activate-title": "Activate tag",
"tags-activate-question": "You are about to activate the tag \"$1\".",
"tags-activate-reason": "Reason:",
@@ -3697,7 +3697,7 @@
"tags-edit-reason": "Reason:",
"tags-edit-revision-submit": "Apply changes to {{PLURAL:$1|this
revision|$1 revisions}}",
"tags-edit-logentry-submit": "Apply changes to {{PLURAL:$1|this log
entry|$1 log entries}}",
- "tags-edit-success": "The changes were successfully applied.",
+ "tags-edit-success": "The changes were applied.",
"tags-edit-failure": "The changes could not be applied:\n$1",
"tags-edit-nooldid-title": "Invalid target revision",
"tags-edit-nooldid-text": "You have either not specified any target
revision on which to perform this function, or the specified revision does not
exist.",
--
To view, visit https://gerrit.wikimedia.org/r/275388
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I99974855dc9d8b73a3ea43af34475c1cceab9d05
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits