Remove use of "successful" in strings

Change-Id: I0a6cd9c7839339ab5d03bd9020bd2550a4e22d05
This commit is contained in:
Siebrand Mazeland 2016-03-07 12:42:52 +01:00
parent 7dd863c2e2
commit a370ada9b4

View file

@ -35,19 +35,19 @@
"interwiki_reasonfield": "Reason:",
"interwiki_delquestion": "Deleting \"$1\"",
"interwiki_deleting": "You are deleting prefix \"$1\".",
"interwiki_deleted": "Prefix \"$1\" was successfully removed from the interwiki table.",
"interwiki_deleted": "Prefix \"$1\" was removed from the interwiki table.",
"interwiki_delfailed": "Prefix \"$1\" could not be removed from the interwiki table.",
"interwiki-logtext": "View log",
"interwiki_addtext": "Add an interwiki or language prefix",
"interwiki-addtext-local": "Add a local interwiki or language prefix",
"interwiki_addintro": "You are adding a new interwiki prefix.\nRemember that it cannot contain spaces ( ), colons (:), ampersands (&), or equal signs (=).",
"interwiki_addbutton": "Add",
"interwiki_added": "Prefix \"$1\" was successfully added to the interwiki table.",
"interwiki_added": "Prefix \"$1\" was added to the interwiki table.",
"interwiki_addfailed": "Prefix \"$1\" could not be added to the interwiki table.\nPossibly it already exists in the interwiki table.",
"interwiki-defaulturl": "http://www.example.com/$1",
"interwiki_edittext": "Editing an interwiki prefix",
"interwiki_editintro": "You are editing an interwiki prefix.\nRemember that this can break existing links.",
"interwiki_edited": "Prefix \"$1\" was successfully modified in the interwiki table.",
"interwiki_edited": "Prefix \"$1\" was modified in the interwiki table.",
"interwiki_editerror": "Prefix \"$1\" could not be modified in the interwiki table.\nPossibly it does not exist.",
"interwiki-badprefix": "Specified interwiki prefix \"$1\" contains invalid characters",
"interwiki-submit-empty": "The prefix and URL cannot be empty.",