diff options
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/en.json | 21 | 
1 files changed, 21 insertions, 0 deletions
| diff --git a/i18n/en.json b/i18n/en.json new file mode 100644 index 0000000..2a4aae7 --- /dev/null +++ b/i18n/en.json @@ -0,0 +1,21 @@ +{ +    "codeaction": "Code action", +    "codeactions-unavailable-title": "Code actions are not available", +    "codeactions-unavailable-no-namespaces": "The wiki administrators have not enabled code pages in any namespaces, for example by setting: $1", +    "codeactions-unavailable-no-lang-with-actions": "The wiki administrators have not configured code actions for any code language, for example by setting: $1", +    "codeaction-howto": "You have not specified a code action and page to perform this function on. For example <code>$1/$2/$3</code> would execute the <code>$2</code> action for the page <code>$3</code>.", +    "codeactions-available": "Available code actions", +    "code-pagesuffix": "Page suffix", +    "codeaction-page-not-found-title": "Code page not found", +    "codeaction-page-not-found-text": "Could not execute code action because [[$1]] does not exist but you may create it.", +    "codeaction-label": "$1", +    "codeaction-unsupported-namespace-title": "Unsupported namespace", +    "codeaction-unsupported-namespace-text": "Code pages are not enabled for the $1 namespace.", +    "codeaction-unknown-suffix-title": "Unsupported title suffix", +    "codeaction-unknown-suffix-text": "Could not recognize a suffix in \"$1\". Expected one of $2.", +    "codeaction-unknown-action-title": "Unsupported action", +    "codeaction-unknown-action-text": "The action \"$1\" is not supported for this language. Expected one of $2.", +    "codepage-unknown-suffix": "The \"$1\" content model could not recognize a language from the page title. Expected the title to end with one of the following suffixes: $2", +    "codepage-error-category": "Code pages with unrecognized languages", +    "codepage-error-category-desc": "The page has the \"code\" content model but the title could not be recognized (wasn't configured in <code>$wgCode_languages</code>)." +} | 
