From 5fbe836c8ba84e69667c49cd8469ec097f838567 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Wed, 12 Apr 2017 12:12:03 +0200 Subject: Inconsistency in array keys for the admin language fixed (they are usually lowercase but only the keys for the labels were uppercase). --- template/admin/lang/de.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'template/admin/lang/de.php') diff --git a/template/admin/lang/de.php b/template/admin/lang/de.php index 34cb2cc..6abee8c 100644 --- a/template/admin/lang/de.php +++ b/template/admin/lang/de.php @@ -106,13 +106,13 @@ $LANGUAGE['sure'] = 'Bist du sicher?'; #=============================================================================== # Labels #=============================================================================== -$LANGUAGE['LABEL_SLUG'] = 'Slug'; -$LANGUAGE['LABEL_USER'] = 'Benutzer'; -$LANGUAGE['LABEL_NAME'] = 'Titel'; -$LANGUAGE['LABEL_INSERT'] = 'Erstellt'; -$LANGUAGE['LABEL_UPDATE'] = 'Bearbeitet'; -$LANGUAGE['LABEL_FULLNAME'] = 'Name'; -$LANGUAGE['LABEL_MAILADDR'] = 'E-Mail'; -$LANGUAGE['LABEL_USERNAME'] = 'Username'; -$LANGUAGE['LABEL_PASSWORD'] = 'Passwort'; +$LANGUAGE['label_slug'] = 'Slug'; +$LANGUAGE['label_user'] = 'Benutzer'; +$LANGUAGE['label_name'] = 'Titel'; +$LANGUAGE['label_insert'] = 'Erstellt'; +$LANGUAGE['label_update'] = 'Bearbeitet'; +$LANGUAGE['label_fullname'] = 'Name'; +$LANGUAGE['label_mailaddr'] = 'E-Mail'; +$LANGUAGE['label_username'] = 'Username'; +$LANGUAGE['label_password'] = 'Passwort'; ?> \ No newline at end of file -- cgit v1.2.3