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/html/auth.php | 4 ++-- template/admin/html/page/form.php | 10 +++++----- template/admin/html/post/form.php | 10 +++++----- template/admin/html/user/form.php | 14 +++++++------- template/admin/lang/de.php | 18 +++++++++--------- template/admin/lang/en.php | 18 +++++++++--------- 6 files changed, 37 insertions(+), 37 deletions(-) (limited to 'template') diff --git a/template/admin/html/auth.php b/template/admin/html/auth.php index bb12053..f2b4cca 100644 --- a/template/admin/html/auth.php +++ b/template/admin/html/auth.php @@ -13,14 +13,14 @@
-
+
-
+
diff --git a/template/admin/html/page/form.php b/template/admin/html/page/form.php index 9b8a39e..665ed74 100644 --- a/template/admin/html/page/form.php +++ b/template/admin/html/page/form.php @@ -16,7 +16,7 @@
-
+
-
+
-
+
-
+
diff --git a/template/admin/html/post/form.php b/template/admin/html/post/form.php index 66db820..aaae67d 100644 --- a/template/admin/html/post/form.php +++ b/template/admin/html/post/form.php @@ -16,7 +16,7 @@
-
+
-
+
-
+
-
+
diff --git a/template/admin/html/user/form.php b/template/admin/html/user/form.php index 845c55c..57f4d50 100644 --- a/template/admin/html/user/form.php +++ b/template/admin/html/user/form.php @@ -16,43 +16,43 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
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 diff --git a/template/admin/lang/en.php b/template/admin/lang/en.php index bd9a99c..fe96cc9 100644 --- a/template/admin/lang/en.php +++ b/template/admin/lang/en.php @@ -106,13 +106,13 @@ $LANGUAGE['sure'] = 'Are you sure?'; #=============================================================================== # Labels #=============================================================================== -$LANGUAGE['LABEL_SLUG'] = 'Slug'; -$LANGUAGE['LABEL_USER'] = 'User'; -$LANGUAGE['LABEL_NAME'] = 'Title'; -$LANGUAGE['LABEL_INSERT'] = 'Created'; -$LANGUAGE['LABEL_UPDATE'] = 'Updated'; -$LANGUAGE['LABEL_FULLNAME'] = 'Name'; -$LANGUAGE['LABEL_MAILADDR'] = 'Email'; -$LANGUAGE['LABEL_USERNAME'] = 'Username'; -$LANGUAGE['LABEL_PASSWORD'] = 'Password'; +$LANGUAGE['label_slug'] = 'Slug'; +$LANGUAGE['label_user'] = 'User'; +$LANGUAGE['label_name'] = 'Title'; +$LANGUAGE['label_insert'] = 'Created'; +$LANGUAGE['label_update'] = 'Updated'; +$LANGUAGE['label_fullname'] = 'Name'; +$LANGUAGE['label_mailaddr'] = 'Email'; +$LANGUAGE['label_username'] = 'Username'; +$LANGUAGE['label_password'] = 'Password'; ?> \ No newline at end of file -- cgit v1.2.3