Fix typos, update gitignore with OS tempfiles

Bug: T201491
Change-Id: I759e8c89fae347e3c3418035b62f59a0c679d26a
This commit is contained in:
ankit 2020-03-11 21:23:51 +05:30
parent 6b5582dc87
commit 03a5c5ff90
2 changed files with 7 additions and 1 deletions

6
.gitignore vendored
View file

@ -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

View file

@ -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}}",