aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-07-31 18:42:03 +0200
committerThomas Lange <code@nerdmind.de>2017-07-31 18:42:03 +0200
commitdeb0f3f422b24cff5a8e629291ea0ba28e51fe0c (patch)
tree0e3b3746030bed122b4879e84d16690b3e67f312
parent6cfc75796323b39c89ec424c6189ea45847eb9f7 (diff)
downloadblog-deb0f3f422b24cff5a8e629291ea0ba28e51fe0c.tar.gz
blog-deb0f3f422b24cff5a8e629291ea0ba28e51fe0c.tar.xz
blog-deb0f3f422b24cff5a8e629291ea0ba28e51fe0c.zip
Some comments has been restructured and minified.
-rw-r--r--template/admin/lang/de.php12
-rw-r--r--template/admin/lang/en.php12
2 files changed, 4 insertions, 20 deletions
diff --git a/template/admin/lang/de.php b/template/admin/lang/de.php
index c0b4482..f21df4b 100644
--- a/template/admin/lang/de.php
+++ b/template/admin/lang/de.php
@@ -49,23 +49,15 @@ $LANGUAGE['overview_post_desc'] = 'Hier siehst du alle vorhandenen Beiträge.';
$LANGUAGE['overview_user_desc'] = 'Hier siehst du alle vorhandenen Benutzer.';
#===============================================================================
-# Dashboard overview text
+# Dashboard
#===============================================================================
$LANGUAGE['overview_dashboard_text'] = 'Dashboard';
-
-#===============================================================================
-# Dashboard overview text
-#===============================================================================
$LANGUAGE['overview_dashboard_desc'] = 'Willkommen im Administrationsbereich. Hier kannst du deine Inhalte verwalten.';
#===============================================================================
-# Database overview text
+# Database
#===============================================================================
$LANGUAGE['overview_database_text'] = 'Datenbank';
-
-#===============================================================================
-# Database overview text
-#===============================================================================
$LANGUAGE['overview_database_desc'] = 'Datenbankoperationen mit SQL-Befehlen durchführen.';
#===============================================================================
diff --git a/template/admin/lang/en.php b/template/admin/lang/en.php
index b052907..707041a 100644
--- a/template/admin/lang/en.php
+++ b/template/admin/lang/en.php
@@ -49,23 +49,15 @@ $LANGUAGE['overview_post_desc'] = 'Here you can see all existing posts.';
$LANGUAGE['overview_user_desc'] = 'Here you can see all existing users.';
#===============================================================================
-# Dashboard overview text
+# Dashboard
#===============================================================================
$LANGUAGE['overview_dashboard_text'] = 'Dashboard';
-
-#===============================================================================
-# Dashboard overview text
-#===============================================================================
$LANGUAGE['overview_dashboard_desc'] = 'Welcome to the administration area. Here you can manage your content.';
#===============================================================================
-# Database overview text
+# Database
#===============================================================================
$LANGUAGE['overview_database_text'] = 'Database';
-
-#===============================================================================
-# Database overview text
-#===============================================================================
$LANGUAGE['overview_database_desc'] = 'Perform database operations with SQL commands.';
#===============================================================================