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/ca_cron.lng
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,19 @@ $wb['run_hour_txt'] = 'Heures';
8
8
$wb['run_mday_txt'] = 'Jours du mois';
9
9
$wb['run_month_txt'] = 'Mois';
10
10
$wb['run_wday_txt'] = 'Jours de la semaine';
11
-
$wb['command_txt'] = 'Commande à éxécuter (commandes via sh, URLs via wget)';
12
-
$wb['limit_cron_txt'] = 'La nombre maximum de tâches cron autorisés a été atteint.';
13
-
$wb['limit_cron_frequency_txt'] = 'La fréquence du cron excède la limite autorisée.';
11
+
$wb['command_txt'] = 'Commande à exécuter (commandes via sh, URLs via wget)';
12
+
$wb['limit_cron_txt'] = 'Le nombre maximum de tâches cron autorisés a été atteint.';
13
+
$wb['limit_cron_frequency_txt'] = 'La fréquence du cron excède la limite autorisées.';
14
14
$wb['run_min_error_format'] = 'Format invalide pour les minutes.';
15
15
$wb['run_hour_error_format'] = 'Format invalide pour les heures.';
16
16
$wb['run_mday_error_format'] = 'Format invalide pour les jours du mois.';
17
17
$wb['run_month_error_format'] = 'Format invalide pour les mois.';
18
-
$wb['run_wday_error_format'] = 'Format invalide pour les jours du mois.';
18
+
$wb['run_wday_error_format'] = 'Format invalide pour les jours de la semaine.';
19
19
$wb['command_error_format'] = 'Format de la commande invalide.';
20
20
$wb['unknown_fieldtype_error'] = 'Un champ inconnu a été utilisé';
21
21
$wb['server_id_error_empty'] = 'ID serveur non renseigné';
22
-
$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.';
23
-
$wb['command_error_empty'] = 'Command is empty.';
24
-
$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.';
25
-
$wb['log_output_txt'] = 'Log output';
22
+
$wb['limit_cron_url_txt'] = 'Cron de type URL seulement. Merci d\'introduire une URL débutant par https:// en tant que commande cron.';
23
+
$wb['command_error_empty'] = 'Le champ Commande à exécuter est vide.';
24
+
$wb['command_hint_txt'] = 'par exemple /var/www/clients/clientX/webY/monscript.sh ou https://www.mondomaine.com/chemin/script.php, vous pouvez utiliser la constante [web_root] qui sera remplacée par /var/www/clients/clientX/webY/web.';
25
+
$wb['log_output_txt'] = 'Journaliser la sortie du cron';
Copy file name to clipboardExpand all lines: interface/web/sites/lib/lang/fr_cron.lng
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,19 @@ $wb['run_hour_txt'] = 'Heures';
8
8
$wb['run_mday_txt'] = 'Jours du mois';
9
9
$wb['run_month_txt'] = 'Mois';
10
10
$wb['run_wday_txt'] = 'Jours de la semaine';
11
-
$wb['command_txt'] = 'Commande à éxécuter (commandes via sh, URLs via wget)';
12
-
$wb['limit_cron_txt'] = 'La nombre maximum de tâches cron autorisés a été atteint.';
13
-
$wb['limit_cron_frequency_txt'] = 'La fréquence du cron excède la limite autorisée.';
11
+
$wb['command_txt'] = 'Commande à exécuter (commandes via sh, URLs via wget)';
12
+
$wb['limit_cron_txt'] = 'Le nombre maximum de tâches cron autorisés a été atteint.';
13
+
$wb['limit_cron_frequency_txt'] = 'La fréquence du cron excède la limite autorisées.';
14
14
$wb['run_min_error_format'] = 'Format invalide pour les minutes.';
15
15
$wb['run_hour_error_format'] = 'Format invalide pour les heures.';
16
16
$wb['run_mday_error_format'] = 'Format invalide pour les jours du mois.';
17
17
$wb['run_month_error_format'] = 'Format invalide pour les mois.';
18
-
$wb['run_wday_error_format'] = 'Format invalide pour les jours du mois.';
18
+
$wb['run_wday_error_format'] = 'Format invalide pour les jours de la semaine.';
19
19
$wb['command_error_format'] = 'Format de la commande invalide.';
20
20
$wb['unknown_fieldtype_error'] = 'Un champ inconnu a été utilisé';
21
-
$wb['server_id_error_empty'] = 'The server ID is empty.';
22
-
$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with https:// as cron command.';
23
-
$wb['command_error_empty'] = 'Command is empty.';
24
-
$wb['command_hint_txt'] = 'e.g. /var/www/clients/clientX/webY/myscript.sh or https://www.mydomain.com/path/script.php, you can use [web_root] placeholder that is replaced by /var/www/clients/clientX/webY/web.';
25
-
$wb['log_output_txt'] = 'Log output';
21
+
$wb['server_id_error_empty'] = 'ID serveur non renseigné';
22
+
$wb['limit_cron_url_txt'] = 'Cron de type URL seulement. Merci d\'introduire une URL débutant par https:// en tant que commande cron.';
23
+
$wb['command_error_empty'] = 'Le champ Commande à exécuter est vide.';
24
+
$wb['command_hint_txt'] = 'par exemple /var/www/clients/clientX/webY/monscript.sh ou https://www.mondomaine.com/chemin/script.php, vous pouvez utiliser la constante [web_root] qui sera remplacée par /var/www/clients/clientX/webY/web.';
25
+
$wb['log_output_txt'] = 'Journaliser la sortie du cron';
0 commit comments