mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-21 17:08:00 +02:00
Fixed spelling error in german language translation
This commit is contained in:
parent
b86e4673d8
commit
c84d83abb0
@ -43,12 +43,10 @@ function NewWindow(Location, WindowName,X_width,Y_height,Option) {
|
||||
function toggleformelement(ElementNameToggle, isEnabled)
|
||||
{
|
||||
var myFormElement = document.getElementById(ElementNameToggle);
|
||||
if ( isEnabled )
|
||||
{
|
||||
if ( isEnabled ) {
|
||||
myFormElement.disabled = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
else {
|
||||
myFormElement.disabled = true;
|
||||
}
|
||||
}
|
||||
|
@ -205,7 +205,7 @@ $content['LN_VIEWS_ERROR_DELSEARCH'] = "Löschen der Ansicht mit der id '%1'
|
||||
$content['LN_VIEWS_ERROR_HASBEENDEL'] = "Die Ansicht '%1' wurder erfolgreich gelöscht!";
|
||||
$content['LN_VIEWS_ADDEDIT'] = "Hinzufügen/Bearbeiten einer Ansicht";
|
||||
$content['LN_VIEWS_COLUMNLIST'] = "Konfigurierte Spalten";
|
||||
$content['LN_VIEWS_ADDCOLUMN'] = "Eine Spatle hinzufügen";
|
||||
$content['LN_VIEWS_ADDCOLUMN'] = "Eine Spalte hinzufügen";
|
||||
$content['LN_VIEWS_ERROR_DISPLAYNAMEEMPTY'] = "Der Name der Ansicht kann nicht leer sein.";
|
||||
$content['LN_VIEWS_COLUMN'] = "Spalte";
|
||||
$content['LN_VIEWS_COLUMN_REMOVE'] = "Spalte löschen";
|
||||
|
Loading…
x
Reference in New Issue
Block a user