mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-23 15:06:48 +00:00
Fix typos, update gitignore with OS tempfiles
Bug: T201491 Change-Id: I759e8c89fae347e3c3418035b62f59a0c679d26a
This commit is contained in:
parent
6b5582dc87
commit
03a5c5ff90
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -23,3 +23,9 @@ project.index
|
||||||
## Sublime
|
## Sublime
|
||||||
sublime-*
|
sublime-*
|
||||||
sftp-config.json
|
sftp-config.json
|
||||||
|
|
||||||
|
# Operating systems
|
||||||
|
## Mac OS X
|
||||||
|
.DS_Store
|
||||||
|
## Windows
|
||||||
|
Thumbs.db
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
"gadgets-not-found": "Used as error message. Parameters:\n* $1 - gadget name",
|
"gadgets-not-found": "Used as error message. Parameters:\n* $1 - gadget name",
|
||||||
"gadgets-export-text": "Used as page description in [[Special:Gadgets]].\n\nRefers to {{msg-mw|Gadgets-export-download}}.\n\nSee example: [[Special:Gadgets/export/editbuttons]]\n\nFollowed by the \"Export\" form.\n\nParameters:\n* $1 - gadget name\n* $2 - gadget definition (code)",
|
"gadgets-export-text": "Used as page description in [[Special:Gadgets]].\n\nRefers to {{msg-mw|Gadgets-export-download}}.\n\nSee example: [[Special:Gadgets/export/editbuttons]]\n\nFollowed by the \"Export\" form.\n\nParameters:\n* $1 - gadget name\n* $2 - gadget definition (code)",
|
||||||
"gadgets-export-download": "Use the verb for this message. Submit button.\n{{Identical|Download}}",
|
"gadgets-export-download": "Use the verb for this message. Submit button.\n{{Identical|Download}}",
|
||||||
"gadgets-validate-notset": "Error message shown if a a required property is not set. $1 is the name of the property, e.g. settings.rights .",
|
"gadgets-validate-notset": "Error message shown if a required property is not set. $1 is the name of the property, e.g. settings.rights .",
|
||||||
"gadgets-validate-wrongtype": "Error message shown if a property is set to the wrong type. * $1 is the name of the property, e.g. settings.rights or module.messages[3].\n* $2 is the type that this property is expected to have\n* $3 is the type it actually had",
|
"gadgets-validate-wrongtype": "Error message shown if a property is set to the wrong type. * $1 is the name of the property, e.g. settings.rights or module.messages[3].\n* $2 is the type that this property is expected to have\n* $3 is the type it actually had",
|
||||||
"right-gadgets-edit": "{{doc-right|gadgets-edit}}",
|
"right-gadgets-edit": "{{doc-right|gadgets-edit}}",
|
||||||
"action-gadgets-edit": "{{doc-action|gadgets-edit}}",
|
"action-gadgets-edit": "{{doc-action|gadgets-edit}}",
|
||||||
|
|
Loading…
Reference in a new issue