mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
Fixed typo in lang files
This commit is contained in:
parent
fc3501f537
commit
8864ea8d15
@ -80,7 +80,7 @@ $content['LN_ERROR_DB_INVALIDDBDRIVER'] = "Ungültiger Datenbank Treiber aus
|
||||
$content['LN_ERROR_DB_TABLENOTFOUND'] = "Die angegebene Tabelle konnte nicht gefunden werden, evtl. ist der Eintrag falsch geschrieben oder Gross- und Kleinschreibung wurden nicht beachtet.";
|
||||
$content['LN_ERROR_DB_DBFIELDNOTFOUND'] = "Die Datenbankfeldzuordnung ist fehlerhaft, es konnte mindestens ein Feld nicht gefunden werden.";
|
||||
$content['LN_GEN_SELECTEXPORT'] = "> Exportformat auswählen <";
|
||||
$content['LN_GEN_EXPORT_CVS'] = "CVS (Komma unterteilt)";
|
||||
$content['LN_GEN_EXPORT_CVS'] = "CSV (Komma unterteilt)";
|
||||
$content['LN_GEN_EXPORT_XML'] = "XML";
|
||||
$content['LN_GEN_EXPORT_PDF'] = "PDF";
|
||||
$content['LN_GEN_ERROR_EXPORING'] = "Fehler beim exportieren der Daten";
|
||||
|
@ -82,7 +82,7 @@ $content['LN_ERROR_DB_TABLENOTFOUND'] = "Could not find the configured table, ma
|
||||
$content['LN_ERROR_DB_DBFIELDNOTFOUND'] = "Database Field mapping for at least one field could not be found.";
|
||||
|
||||
$content['LN_GEN_SELECTEXPORT'] = "> Select Exportformat <";
|
||||
$content['LN_GEN_EXPORT_CVS'] = "CVS (Comma separated)";
|
||||
$content['LN_GEN_EXPORT_CVS'] = "CSV (Comma separated)";
|
||||
$content['LN_GEN_EXPORT_XML'] = "XML";
|
||||
$content['LN_GEN_EXPORT_PDF'] = "PDF";
|
||||
$content['LN_GEN_ERROR_EXPORING'] = "Error exporting data";
|
||||
|
Loading…
x
Reference in New Issue
Block a user