returnString.append(Miscellaneous.getAnyContext().getResources().getString(R.string.triggerTimeFrame)+": "+this.getTimeFrame().getTriggerTimeStart().toString()+" "+Miscellaneous.getAnyContext().getResources().getString(R.string.until)+" "+this.getTimeFrame().getTriggerTimeStop().toString()+" on days "+this.getTimeFrame().getDayList().toString());
returnString.append(Miscellaneous.getAnyContext().getResources().getString(R.string.triggerTimeFrame)+": "+this.getTimeFrame().getTriggerTimeStart().toString()+" "+Miscellaneous.getAnyContext().getResources().getString(R.string.until)+" "+this.getTimeFrame().getTriggerTimeStop().toString()+" on days "+this.getTimeFrame().getDayList().toString()+repeat);
<stringname="tabsPlacement">Position of tab bar</string>
<stringname="tabsPlacementSummary">Choose where the tabs bar should be placed.</string>
<stringname="wifiApi30">Because Google screwd up yet another part of Android, starting with API 30 only the currently visible wifis can be displayed. Not all the ones your device knows.</string>
<stringname="wifiApi30">Because Google screwed up yet another part of Android, starting with API 30 only the currently visible wifis can be displayed. Not all the ones your device knows.</string>
<stringname="smsDialogNotice">If you have not used a send-sms action in this program before, Android may show an additional confirmation dialog, asking you to allow sending messages. You need to select the \"always allow\" checkbox and confirm if you want this action to work in the background. It\'s advised to run this rule manually once.</string>
<stringname="silentTriggersDnd">REMARK: The silent mode often triggers Do-Not-Disturb on newer devices. If that happens on your device, I recommend using the normal mode instead and lowering all volumes to zero.</string>
<stringname="tones">Tones</string>
@ -703,4 +703,7 @@
<stringname="dndRemarks">Fine tuning (like allowing phone calls, picking specific numbers, etc.) can only be done from the system\'s settings.</string>
<stringname="permissionsRequiredNotAvailable">Your rules required permissions which cannot be requested from this installed flavor of Automation.</string>
<stringname="automationNotificationsIgnored">If you do not choose a specific app, but choose \"Any app\" notifications from Automation will be ignored to avoid loops.</string>
<stringname="repeatEveryXseconds">Repeat every x seconds</string>
<stringname="repeatEveryXsecondsWithVariable">repeat every %1$o seconds</string>
<stringname="enterRepetitionTime">You need to enter a positive non-decimal value for reptition time.</string>