summaryrefslogtreecommitdiff
path: root/i18n/en.json
blob: 2a4aae7a8462538a525c44cf3b66758f860cb096 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>)."
}