diff --git a/lang.json b/lang.json index 6bd08b2ce427b9fe687d71b6c57af0c509677159..909b1c90c5d9c3af4635cabb9adc12e064074ac2 100644 --- a/lang.json +++ b/lang.json @@ -1,7 +1,8 @@ { "default": "de", "supported": [ - "de" + "de", + "en" ], "de": { "langname": "Deutsch", @@ -62,5 +63,65 @@ "toc": { "header": "Inhaltsverzeichnis" } + }, + "en": { + "langname": "English", + "sitename": "<Your sitename>", + "title_prefix": "", + "title_suffix": "", + "title_seperator": " | ", + "banner": { + "title": "Homepage <Your sitename>", + "prefix": "", + "suffix": "", + "alt": "" + }, + "date_format": "%d.%m.%Y %H:%M Uhr", + "page": { + "published_prefix": "Created: ", + "published_suffix": " | ", + "modified_prefix": "Last Change: ", + "modified_suffix": "", + "authors_prefix": "Authors: ", + "authors_suffix": "", + "languages_prefix": "Languages: ", + "languages_suffix": "", + "category_prefix": "Category: ", + "category_suffix": " | ", + "tags_prefix": "Tags: ", + "tags_suffix": "", + "slug_prefix": "Slug: ", + "slug_suffix": "", + "edit_url_text": "[Edit page]", + "view_url_text": "[Source]", + "history_url_text": "[History]", + "redirect_prefix": "This page links to another page. You will be redirected to ", + "redirect_suffix": " shortly. If the automatic redirection doesn't work, just click the link directly." + }, + "tag": { + "edit_url_text": "[Edit text]", + "view_url_text": "[Source]", + "history_url_text": "[History]" + }, + "atom": { + "title": "<Your sitename> Atom Feed" + }, + "only_pages": { + "title": "Pages" + }, + "no_content": "This page has no content.", + "quotations": { + "double": { + "left": "„", + "right": "“" + }, + "single": { + "left": "‚", + "right": "‘" + } + }, + "toc": { + "header": "Table of contents" + } } }