Skip to content

Commit faf5c66

Browse files
author
jwarnier
committed
fix typo and french translation
1 parent acdd201 commit faf5c66

33 files changed

+85
-85
lines changed

interface/web/admin/lib/lang/ar_system_config.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $wb['mailboxlist_webmail_link_txt'] = 'Link to webmail in Mailbox list';
1313
$wb['webmail_url_txt'] = 'Webmail URL';
1414
$wb['phpmyadmin_url_txt'] = 'PHPMyAdmin URL';
1515
$wb['use_domain_module_txt'] = 'Use the domain-module to add new domains';
16-
$wb['use_domain_module_hint'] = 'If you use this module, your customers can only select one of the domains the admin creates for them. They can not free edit the domain-field.You have to re-login after changing this value, to make the changes visible.';
16+
$wb['use_domain_module_hint'] = 'If you use this module, your customers can only select one of the domains the admin creates for them. They cannot free edit the domain-field.You have to re-login after changing this value, to make the changes visible.';
1717
$wb['new_domain_txt'] = 'HTML to create a new domain';
1818
$wb['dashboard_atom_url_txt'] = 'Dashboard atom feed URL';
1919
$wb['webdavuser_prefix_txt'] = 'Webdav user prefix';

interface/web/admin/lib/lang/bg_system_config.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $wb['mailboxlist_webmail_link_txt'] = 'Link to webmail in Mailbox list';
1313
$wb['webmail_url_txt'] = 'Webmail URL';
1414
$wb['phpmyadmin_url_txt'] = 'PHPMyAdmin URL';
1515
$wb['use_domain_module_txt'] = 'Use the domain-module to add new domains';
16-
$wb['use_domain_module_hint'] = 'If you use this module, your customers can only select one of the domains the admin creates for them. They can not free edit the domain-field.You have to re-login after changing this value, to make the changes visible.';
16+
$wb['use_domain_module_hint'] = 'If you use this module, your customers can only select one of the domains the admin creates for them. They cannot free edit the domain-field.You have to re-login after changing this value, to make the changes visible.';
1717
$wb['new_domain_txt'] = 'HTML to create a new domain';
1818
$wb['dashboard_atom_url_txt'] = 'Dashboard atom feed URL';
1919
$wb['webdavuser_prefix_txt'] = 'Webdav user prefix';

interface/web/admin/lib/lang/en_system_config.lng

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $wb["mailboxlist_webmail_link_txt"] = 'Link to webmail in Mailbox list';
1616
$wb["webmail_url_txt"] = 'Webmail URL';
1717
$wb["phpmyadmin_url_txt"] = 'PHPMyAdmin URL';
1818
$wb["use_domain_module_txt"] = 'Use the domain-module to add new domains';
19-
$wb["use_domain_module_hint"] = 'If you use this module, your customers can only select one of the domains the admin creates for them. They can not free edit the domain-field.You have to re-login after changing this value, to make the changes visible.';
19+
$wb["use_domain_module_hint"] = 'If you use this module, your customers can only select one of the domains the admin creates for them. They cannot free edit the domain-field.You have to re-login after changing this value, to make the changes visible.';
2020
$wb["new_domain_txt"] = 'HTML to create a new domain';
2121
$wb["webftp_url_txt"] = 'WebFTP URL';
22-
?>
22+
?>

interface/web/admin/lib/lang/fr_firewall.lng

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $wb['udp_port_txt'] = 'Ouvrir des ports UDP';
55
$wb['tcp_port_help_txt'] = 'Séparés par des virgules';
66
$wb['udp_port_help_txt'] = 'Séparés par des virgules';
77
$wb['active_txt'] = 'Actif';
8-
$wb['firewall_error_unique'] = 'Il y a déja un enregistrement au pare-feu pour ce serveur.';
9-
$wb['tcp_ports_error_regex'] = 'Caractère non autorisé dans la définition du port TCP. Les caractères autorisés sont les nombres, : et ,.';
10-
$wb['udp_ports_error_regex'] = 'Caractère non autorisé dans la définition du port USP. Les caractères autorisés sont les nombres, : et ,.';
8+
$wb['firewall_error_unique'] = 'Il y a déjà un enregistrement au pare-feu pour ce serveur.';
9+
$wb['tcp_ports_error_regex'] = 'Caractère non autorisé dans la définition du port TCP. Les caractères autorisés sont les chiffres, : et ,.';
10+
$wb['udp_ports_error_regex'] = 'Caractère non autorisé dans la définition du port USP. Les caractères autorisés sont les chiffres, : et ,.';
1111
?>

interface/web/admin/lib/lang/fr_language_add.lng

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
2-
$wb['list_head_txt'] = 'Ajouter un nouveau lanage';
2+
$wb['list_head_txt'] = 'Ajouter une nouvelle langue';
33
$wb['language_select_txt'] = 'Sélectionnez la base du langage';
4-
$wb['language_new_txt'] = 'Nouveau langage';
4+
$wb['language_new_txt'] = 'Nouvelle langue';
55
$wb['btn_save_txt'] = 'Créer un nouveau fichier de langue';
66
$wb['btn_cancel_txt'] = 'Précédent';
77
$wb['language_new_hint_txt'] = '2 caractères de lISO 639-1 code langage (Voir http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)';
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
2-
$wb['list_head_txt'] = 'Fusion de langages';
3-
$wb['language_select_txt'] = 'Sélectionnez le langage';
2+
$wb['list_head_txt'] = 'Fusion de langues';
3+
$wb['language_select_txt'] = 'Sélectionnez la langue';
44
$wb['btn_save_txt'] = 'Fusionner les fichiers';
55
$wb['btn_cancel_txt'] = 'Précédent';
6-
$wb['list_desc_txt'] = 'Fusionne le langage sélectionné avec le langage principal anglais. <br />Ceci ajoute les élements manquant en anglais au fichier sélectionné.';
6+
$wb['list_desc_txt'] = 'Fusionne la langue sélectionnée avec la langue principale anglaise. <br />Ceci ajoute les éléments manquants en anglais au fichier sélectionné.';
77
?>

interface/web/admin/lib/lang/fr_language_edit.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
$wb['list_head_txt'] = 'Editeur de fichier de langue';
3-
$wb['language_select_txt'] = 'Sélectionnez le langage';
3+
$wb['language_select_txt'] = 'Sélectionnez la langue';
44
$wb['module_txt'] = 'Module';
55
$wb['lang_file_txt'] = 'Fichier de langue';
66
$wb['btn_save_txt'] = 'Enregistrer';
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
$wb['list_head_txt'] = 'Exporter les fichiers de langue';
3-
$wb['language_select_txt'] = 'Sélectionnez le langage';
3+
$wb['language_select_txt'] = 'Sélectionnez la langue';
44
$wb['btn_save_txt'] = 'Exporte la langue sélectionnée dans un fichier';
55
$wb['btn_cancel_txt'] = 'Précédent';
66
?>

interface/web/admin/lib/lang/fr_language_import.lng

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$wb['list_head_txt'] = 'Importer un fichier de langue';
33
$wb['language_import_txt'] = 'Sélectionnez le fichier de langue';
44
$wb['btn_save_txt'] = 'Importe le fichier de langue sélectionné';
5-
$wb['language_overwrite_txt'] = 'Ecraser le fichier sil éxiste déja.';
5+
$wb['language_overwrite_txt'] = 'Ecraser le fichier s\'il existe déjà.';
66
$wb['btn_cancel_txt'] = 'Précédent';
7-
$wb['ignore_version_txt'] = 'Skip ISPConfig version check';
7+
$wb['ignore_version_txt'] = 'Ignorer la vérification de version ISPConfig';
88
?>

interface/web/admin/lib/lang/fr_language_list.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
$wb['list_head_txt'] = 'Editeur de fichier de langue';
3-
$wb['language_select_txt'] = 'Sélectionnez le langage';
3+
$wb['language_select_txt'] = 'Sélectionnez la langue';
44
$wb['module_txt'] = 'Module';
55
$wb['lang_file_txt'] = 'Fichier de langue';
66
$wb['lang_file_date_txt'] = 'Dernière modification';

0 commit comments

Comments
 (0)