Skip to content

Commit 9c2cbd0

Browse files
JonasTill Brehm
authored andcommitted
Fix typo in french translation
1 parent 09d1977 commit 9c2cbd0

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

interface/web/sites/lib/lang/ca_cron.lng

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ $wb['run_hour_txt'] = 'Heures';
88
$wb['run_mday_txt'] = 'Jours du mois';
99
$wb['run_month_txt'] = 'Mois';
1010
$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.';
1414
$wb['run_min_error_format'] = 'Format invalide pour les minutes.';
1515
$wb['run_hour_error_format'] = 'Format invalide pour les heures.';
1616
$wb['run_mday_error_format'] = 'Format invalide pour les jours du mois.';
1717
$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.';
1919
$wb['command_error_format'] = 'Format de la commande invalide.';
2020
$wb['unknown_fieldtype_error'] = 'Un champ inconnu a été utilisé';
2121
$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';
2626
?>

interface/web/sites/lib/lang/fr_cron.lng

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ $wb['run_hour_txt'] = 'Heures';
88
$wb['run_mday_txt'] = 'Jours du mois';
99
$wb['run_month_txt'] = 'Mois';
1010
$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.';
1414
$wb['run_min_error_format'] = 'Format invalide pour les minutes.';
1515
$wb['run_hour_error_format'] = 'Format invalide pour les heures.';
1616
$wb['run_mday_error_format'] = 'Format invalide pour les jours du mois.';
1717
$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.';
1919
$wb['command_error_format'] = 'Format de la commande invalide.';
2020
$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';
2626
?>

0 commit comments

Comments
 (0)