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/admin/lang/de.php | |
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/admin/lang/de.php')
-rw-r--r-- | template/admin/lang/de.php | 12 |
1 files changed, 2 insertions, 10 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.'; #=============================================================================== |