Update admin.php

Fix, missing {LN_DBMP_MAPPING_MOVEUP} and {LN_DBMP_MAPPING_MOVEDOWN}
This commit is contained in:
Javier Pastor 2020-05-08 12:49:21 +02:00 committed by GitHub
parent 655add038c
commit fa18431cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -247,6 +247,8 @@ $content['LN_DBMP_ERROR_DISPLAYNAMEEMPTY'] = "The DisplayName cannot be empty.";
$content['LN_DBMP_MAPPING'] = "Mapping"; $content['LN_DBMP_MAPPING'] = "Mapping";
$content['LN_DBMP_MAPPING_REMOVE'] = "Remove Mapping"; $content['LN_DBMP_MAPPING_REMOVE'] = "Remove Mapping";
$content['LN_DBMP_MAPPING_EDIT'] = "Edit Mapping"; $content['LN_DBMP_MAPPING_EDIT'] = "Edit Mapping";
$content['LN_DBMP_MAPPING_MOVEUP'] = "Move Mapping Up";
$content['LN_DBMP_MAPPING_MOVEDOWN'] = "Move Mapping Down";
$content['LN_DBMP_HASBEENADDED'] = "The Custom Database Mapping '%1' has been successfully added."; $content['LN_DBMP_HASBEENADDED'] = "The Custom Database Mapping '%1' has been successfully added.";
$content['LN_DBMP_ERROR_NOCOLUMNS'] = "You need to add at least one column in order to add a new Custom Database Mapping."; $content['LN_DBMP_ERROR_NOCOLUMNS'] = "You need to add at least one column in order to add a new Custom Database Mapping.";
$content['LN_DBMP_HASBEENEDIT'] = "The Custom Database Mapping '%1' has been successfully edited."; $content['LN_DBMP_HASBEENEDIT'] = "The Custom Database Mapping '%1' has been successfully edited.";