mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 10:57:52 +02:00
Update admin.php
Fix, missing {LN_DBMP_MAPPING_MOVEUP} and {LN_DBMP_MAPPING_MOVEDOWN}
This commit is contained in:
parent
655add038c
commit
fa18431cc6
@ -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.";
|
||||
|
Loading…
x
Reference in New Issue
Block a user