diff --git a/lang/de.yml b/lang/de.yml new file mode 100644 index 0000000..77d3913 --- /dev/null +++ b/lang/de.yml @@ -0,0 +1,21 @@ +:de: + namespaces: + file: "Datei,Medium" + category: "Kategorie" + template: "Vorlage" + special: "Spezial" + + languages: + en: "Englisch" + de: "Deutsch" + + behavior_switches: + notoc: "KEIN_INHALTSVERZEICHNIS" + toc: "INHALTSVERZEICHNIS" + forcetoc: "INHALTSVERZEICHNIS_ERZWINGEN" + noeditsection: "ABSCHNITTE_NICHT_BEARBEITEN" + editsection: "ABSCHNITTE_BEARBEITEN" + + table of contents: "Inhaltsverzeichnis" + edit: "Bearbeiten" + edit section: "Abschnitt bearbeiten: %{name}" diff --git a/lang/en.yml b/lang/en.yml index 011f367..d34be47 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -1,7 +1,26 @@ en: + namespaces: + file: "File,Media,Image" + category: "Category" + special: "Special" + template: "Template" + talk: "Talk" + help: "Help" + + languages: + en: "English" + de: "German" + + behavior_switches: + notoc: "NOTOC" + toc: "TOC" + forcetoc: "FORCETOC" + noeditsection: "NOEDITSECTION" + editsection: "EDITSECTION" + table of contents: "Table of Contents" edit: "edit" - edit section: "Edit section" + edit section: "Edit section: %{name}" template loop detected: "Template loop detected: {{%{tree}}}" expression error: "Expression error: %{error}" lang attribute is required: "lang attribute is required"