From dab6dbb75895c457e0c2602f220a04615af4e082 Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Wed, 31 Dec 2014 15:06:12 -0600 Subject: [PATCH] Update admin.php added missing entry for Delete Database Mapping --- src/lang/de/admin.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lang/de/admin.php b/src/lang/de/admin.php index 816610b..bb08a92 100644 --- a/src/lang/de/admin.php +++ b/src/lang/de/admin.php @@ -229,6 +229,7 @@ $content['LN_DBMP_NAME'] = "Database Mappingname"; $content['LN_DBMP_DBMAPPINGS'] = "Database Mappings"; $content['LN_DBMP_ADD'] = "Add new Database Mapping"; $content['LN_DBMP_EDIT'] = "Edit Database Mapping"; +$content['LN_DBMP_DELETE'] = "Delete Database Mapping"; $content['LN_DBMP_ERROR_IDNOTFOUND'] = "A Database Mapping with ID '%1' could not be found."; $content['LN_DBMP_ERROR_INVALIDID'] = "The Database Mapping with ID '%1' is not a valid Database Mapping."; $content['LN_DBMP_WARNDELETEMAPPING'] = "Are you sure that you want to delete the Database Mapping '%1'? This cannot be undone!"; @@ -476,4 +477,4 @@ $content['LN_REPORTS_ADDSAVEDREPORTANDRETURN'] = "Add Savedreport and return to $content['LN_REPORTS_EDITSAVEDREPORTANDRETURN'] = "Save changes and return to reportlist"; $content['LN_REPORTS_'] = ""; -?> \ No newline at end of file +?>