Skip to content

Commit

Permalink
modified the popup window text to state that upon changed logging
Browse files Browse the repository at this point in the history
settings for the hmip service a restart is required. This refs #1742
  • Loading branch information
jens-maus committed Apr 6, 2022
1 parent 25a299d commit 16df83b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"lblRangeOfValue" : "Wertebereich",
"transferConfigData" : "Ger%E4te-/Kanaleinstellungen werden an Komponenten %FCbertragen...",
- "setLoggingSuccess" : "Setzen der Logging-Einstellungen erfolgreich!",
+ "setLoggingSuccess" : "Setzen der Logging-Einstellungen erfolgreich!\n\nDer Homematic IP-Dienst wird im Hintergrund ggf. neu gestartet.",
+ "setLoggingSuccess" : "Setzen der Logging-Einstellungen erfolgreich!\n\nBitte beachten: Ver%E4nderte Einstellungen des Homematic IP-Dienstes werden erst nach einem Neustart der Zentrale aktiv.",
"setLoggingFailure" : "Setzen der Logging-Einstellungen fehlgeschlagen:\n",
"comment" : "RF_REPEATER.txt",
"maxEntriesReachedTitle" : "Achtung!",
Expand Down Expand Up @@ -217,7 +217,7 @@
"lblRangeOfValue" : "Value range",
"transferConfigData" : "Device/channel settings will be transmitted to devices.",
- "setLoggingSuccess" : "Saving the logging settings was successful!",
+ "setLoggingSuccess" : "Saving the logging settings was successful!\n\nIf applicable, the Homematic IP service will be restarted in background.",
+ "setLoggingSuccess" : "Saving the logging settings was successful!\n\nPlease note: Changed settings for the Homematic IP service will be applied after a restart of the central only.",
"setLoggingFailure" : "Saving the logging settings failed:\n",
"maxEntriesReachedTitle" : "Attention!",
"maxEntriesReached_a" : "Maximum number of ",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ jQuery.extend(true,langJSON, {
"lblValue" : "Wert",
"lblRangeOfValue" : "Wertebereich",
"transferConfigData" : "Ger%E4te-/Kanaleinstellungen werden an Komponenten %FCbertragen...",
"setLoggingSuccess" : "Setzen der Logging-Einstellungen erfolgreich!\n\nDer Homematic IP-Dienst wird im Hintergrund ggf. neu gestartet.",
"setLoggingSuccess" : "Setzen der Logging-Einstellungen erfolgreich!\n\nBitte beachten: Ver%E4nderte Einstellungen des Homematic IP-Dienstes werden erst nach einem Neustart der Zentrale aktiv.",
"setLoggingFailure" : "Setzen der Logging-Einstellungen fehlgeschlagen:\n",
"comment" : "RF_REPEATER.txt",
"maxEntriesReachedTitle" : "Achtung!",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ jQuery.extend(true, langJSON, {
"lblValue" : "Value",
"lblRangeOfValue" : "Value range",
"transferConfigData" : "Device/channel settings will be transmitted to devices.",
"setLoggingSuccess" : "Saving the logging settings was successful!\n\nIf applicable, the Homematic IP service will be restarted in background.",
"setLoggingSuccess" : "Saving the logging settings was successful!\n\nPlease note: Changed settings for the Homematic IP service will be applied after a restart of the central only.",
"setLoggingFailure" : "Saving the logging settings failed:\n",
"maxEntriesReachedTitle" : "Attention!",
"maxEntriesReached_a" : "Maximum number of ",
Expand Down

0 comments on commit 16df83b

Please sign in to comment.