Fixed typo in lang files

This commit is contained in:
Andre Lorbach 2012-04-03 09:51:13 +02:00
parent fc3501f537
commit 8864ea8d15
2 changed files with 2 additions and 2 deletions

View File

@ -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";

View File

@ -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";