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
Copy file name to clipboardExpand all lines: interface/web/sites/lib/lang/de_cron.lng
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,5 @@ $wb['run_wday_error_format'] = 'Das Format für Wochentage ist nicht korrekt.';
19
19
$wb['command_error_format'] = 'Das Format für den Befehl ist nicht korrekt. Beachten Sie, dass bei einem URL Aufruf nur http und https erlaubt ist.';
20
20
$wb['unknown_fieldtype_error'] = 'Es wurde ein unbekanntes Feld verwendet.';
21
21
$wb['server_id_error_empty'] = 'Die Server-ID ist leer.';
22
+
$wb['command_hint_txt'] = 'z. B. /var/www/clients/clientX/webY/myscript.sh oder http://www.mydomain.com/path/script.php. Der Platzhalter [web_root] wird durch /var/www/clients/clientX/webY/web ersetzt.';
Copy file name to clipboardExpand all lines: interface/web/sites/lib/lang/en_cron.lng
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,5 @@ $wb['run_wday_error_format'] = 'Invalid format for days of the week.';
19
19
$wb['command_error_format'] = 'Invalid command format. Please note that in case of an url call only http/https is allowed.';
20
20
$wb['unknown_fieldtype_error'] = 'An unknown field type has been used.';
21
21
$wb['server_id_error_empty'] = 'The server ID is empty.';
22
+
$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or http://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.';
0 commit comments