You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INSERT INTO txt VALUES ('app_zone_pattern', 'English', 'App Zone Pattern');
2366
2370
INSERT INTO txt VALUES ('app_zone_creation', 'German', 'App Zonen Objekte erstellen');
2367
2371
INSERT INTO txt VALUES ('app_zone_creation', 'English', 'Create App Zone Objects');
2372
+
INSERT INTO txt VALUES ('appserver_import', 'German', 'App server import');
2373
+
INSERT INTO txt VALUES ('appserver_import', 'English', 'App server import');
2374
+
INSERT INTO txt VALUES ('select_file', 'German', 'Datei auswählen');
2375
+
INSERT INTO txt VALUES ('select_file', 'English', 'Select file');
2368
2376
2369
2377
-- monitoring
2370
2378
INSERT INTO txt VALUES ('open_alerts', 'German', 'Offene Alarme');
@@ -3100,6 +3108,10 @@ INSERT INTO txt VALUES ('E5415', 'German', 'Passwort muss mindestens ein Sonder
3100
3108
INSERT INTO txt VALUES ('E5415', 'English', 'Password must contain at least one special character (!?(){}=~$%&#*-+.,_)');
3101
3109
INSERT INTO txt VALUES ('E5421', 'German', 'Schlüssel nicht gefunden oder Wert nicht konvertierbar: Wert wird gesetzt auf: ');
3102
3110
INSERT INTO txt VALUES ('E5421', 'English', 'Key not found or could not convert value to int: taking value: ');
3111
+
INSERT INTO txt VALUES ('E5422', 'German', 'Eintrag enthält nicht alle erforderlichen Spalten');
3112
+
INSERT INTO txt VALUES ('E5422', 'English', 'Entry does not contain all required columns');
3113
+
INSERT INTO txt VALUES ('E5423', 'German', 'IP-Adresse/IP-Bereich ist fehlerhaft');
3114
+
INSERT INTO txt VALUES ('E5423', 'English', 'IP Address/IP Range malformed');
3103
3115
3104
3116
INSERT INTO txt VALUES ('E6001', 'German', 'Der Re-Login war nicht erfolgreich. Haben Sie ein falsches Passwort eingegeben? Schauen Sie für Details bitte in die Logs.');
3105
3117
INSERT INTO txt VALUES ('E6001', 'English', 'Re-login failed. Did you enter a wrong password? See log for details.');
<ColumnTableItem="string"Title="@(userConfig.GetText("entrydata"))"Type="typeof(string)"Field="@(_ => new string(_))"Sortable="true"Filterable="true" />
0 commit comments