diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2015-12-17 09:15:42 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2015-12-17 09:44:51 +0100 |
commit | a1789ddde42033f1b05cc4929491214ee6e79383 (patch) | |
tree | 63615735c4ddffaaabf2428946bb26f90899f7bf /extensions/Gadgets/i18n/en.json | |
parent | 9e06a62f265e3a2aaabecc598d4bc617e06fa32d (diff) |
Update to MediaWiki 1.26.0
Diffstat (limited to 'extensions/Gadgets/i18n/en.json')
-rw-r--r-- | extensions/Gadgets/i18n/en.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/extensions/Gadgets/i18n/en.json b/extensions/Gadgets/i18n/en.json index 7f14d624..7b8170bc 100644 --- a/extensions/Gadgets/i18n/en.json +++ b/extensions/Gadgets/i18n/en.json @@ -15,6 +15,7 @@ "gadgets-required-rights": "Requires the following {{PLURAL:$2|right|rights}}:\n\n$1", "gadgets-required-skins": "Available on the {{PLURAL:$2|$1 skin|following skins: $1}}.", "gadgets-default": "Enabled for everyone by default.", + "gadgets-legacy": "Gadget is not loaded. Please migrate to ResourceLoader. ([https://www.mediawiki.org/wiki/ResourceLoader/Migration_guide_(users) Learn more])", "gadgets-export": "Export", "gadgets-export-title": "Gadget export", "gadgets-not-found": "Gadget \"$1\" not found.", @@ -35,5 +36,9 @@ "apihelp-query+gadgets-example-2": "Get a list of gadgets with all possible properties", "apihelp-query+gadgets-example-3": "Get a list of gadgets belonging to category \"foo\"", "apihelp-query+gadgets-example-4": "Get information about gadgets \"foo\" and \"bar\"", - "apihelp-query+gadgets-example-5": "Get a list of gadgets enabled by current user" + "apihelp-query+gadgets-example-5": "Get a list of gadgets enabled by current user", + "right-gadgets-edit": "Edit gadget JavaScript and CSS pages", + "action-gadgets-edit": "edit this gadget JavaScript or CSS page", + "right-gadgets-definition-edit": "Edit gadget definitions", + "action-gadgets-definition-edit": "edit this gadget definition" } |