From 772f4ebd5d9b22fdfad044a42d4ab9f16cee925b Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Wed, 12 Apr 2017 12:34:30 +0200 Subject: Internationalization for markdown format buttons added. --- template/admin/lang/de.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'template/admin/lang/de.php') diff --git a/template/admin/lang/de.php b/template/admin/lang/de.php index 6abee8c..1c5233c 100644 --- a/template/admin/lang/de.php +++ b/template/admin/lang/de.php @@ -115,4 +115,17 @@ $LANGUAGE['label_fullname'] = 'Name'; $LANGUAGE['label_mailaddr'] = 'E-Mail'; $LANGUAGE['label_username'] = 'Username'; $LANGUAGE['label_password'] = 'Passwort'; + +#=============================================================================== +# Markdown +#=============================================================================== +$LANGUAGE['markdown_bold'] = 'Fett'; +$LANGUAGE['markdown_italic'] = 'Kursiv'; +$LANGUAGE['markdown_heading'] = 'Überschrift'; +$LANGUAGE['markdown_link'] = 'Link'; +$LANGUAGE['markdown_image'] = 'Bild'; +$LANGUAGE['markdown_code'] = 'Codeblock'; +$LANGUAGE['markdown_quote'] = 'Zitat'; +$LANGUAGE['markdown_list_ul'] = 'Liste [ungeordnet]'; +$LANGUAGE['markdown_list_ol'] = 'Liste [geordnet]'; ?> \ No newline at end of file -- cgit v1.2.3