diff --git a/src/lang/en/admin.php b/src/lang/en/admin.php index 76bf6c0..e5180c3 100644 --- a/src/lang/en/admin.php +++ b/src/lang/en/admin.php @@ -247,6 +247,8 @@ $content['LN_DBMP_ERROR_DISPLAYNAMEEMPTY'] = "The DisplayName cannot be empty."; $content['LN_DBMP_MAPPING'] = "Mapping"; $content['LN_DBMP_MAPPING_REMOVE'] = "Remove 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_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.";