diff options
author | Thomas Lange <code@nerdmind.de> | 2017-07-31 18:42:03 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-07-31 18:42:03 +0200 |
commit | deb0f3f422b24cff5a8e629291ea0ba28e51fe0c (patch) | |
tree | 0e3b3746030bed122b4879e84d16690b3e67f312 /template | |
parent | 6cfc75796323b39c89ec424c6189ea45847eb9f7 (diff) | |
download | blog-deb0f3f422b24cff5a8e629291ea0ba28e51fe0c.tar.gz blog-deb0f3f422b24cff5a8e629291ea0ba28e51fe0c.tar.xz blog-deb0f3f422b24cff5a8e629291ea0ba28e51fe0c.zip |
Some comments has been restructured and minified.
Diffstat (limited to 'template')
-rw-r--r-- | template/admin/lang/de.php | 12 | ||||
-rw-r--r-- | template/admin/lang/en.php | 12 |
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.'; #=============================================================================== |