2eme salve de traduction FR->EN

This commit is contained in:
Charles Videau 2009-02-13 23:06:58 +00:00
parent 86e53578b8
commit 32a6e04030
27 changed files with 69 additions and 69 deletions

View file

@ -24,11 +24,11 @@
// Support // Support
LSerror :: defineError('FTP_SUPPORT_01', LSerror :: defineError('FTP_SUPPORT_01',
_("FTP Support : Pear::Net_FTP est introuvable.") _("FTP Support : Pear::Net_FTP is missing.")
); );
LSerror :: defineError('FTP_SUPPORT_02', LSerror :: defineError('FTP_SUPPORT_02',
_("FTP Support : La constante %{const} n'est pas défini.") _("FTP Support : The constant %{const} is not defined.")
); );
@ -38,19 +38,19 @@ LSerror :: defineError('FTP_00',
); );
LSerror :: defineError('FTP_01', LSerror :: defineError('FTP_01',
_("FTP Support : Impossible de se connecter au serveur FTP (Etape : %{etape}).") _("FTP Support : Unable to connect to FTP Server (Step : %{etape}).")
); );
LSerror :: defineError('FTP_02', LSerror :: defineError('FTP_02',
_("FTP Support : Impossible de créer le dossier %{dir} sur le serveur distant.") _("FTP Support : Unable to make directory %{dir} on the remote server.")
); );
LSerror :: defineError('FTP_03', LSerror :: defineError('FTP_03',
_("FTP Support : Impossible de supprimer le dossier %{dir} sur le serveur distant.") _("FTP Support :Unable to delete directory %{dir} on the remote server.")
); );
LSerror :: defineError('FTP_04', LSerror :: defineError('FTP_04',
_("FTP Support : Impossible de modifier les droits du dossier %{dir} sur le serveur distant.") _("FTP Support : Unable to modify rights on the directory %{dir} on the remote server.")
); );
LSerror :: defineError('FTP_05', LSerror :: defineError('FTP_05',
_("FTP Support : Impossible de renomer le dossier %{old} en %{new} sur le serveur distant.") _("FTP Support : Unable to rename folder from %{old} to %{new} on the remote server.")
); );
/** /**

View file

@ -24,7 +24,7 @@
// Support // Support
LSerror :: defineError('MAIL_SUPPORT_01', LSerror :: defineError('MAIL_SUPPORT_01',
_("MAIL Support : Pear::MAIL est introuvable.") _("MAIL Support : Pear::MAIL is missing.")
); );
// Autres erreurs // Autres erreurs
@ -33,7 +33,7 @@ LSerror :: defineError('MAIL_00',
); );
LSerror :: defineError('MAIL_01', LSerror :: defineError('MAIL_01',
_("MAIL : Problème durant l'envoie de votre mail") _("MAIL : Error while sending your email")
); );
/** /**

View file

@ -24,24 +24,24 @@
// Support // Support
LSerror :: defineError('MAILDIR_SUPPORT_01', LSerror :: defineError('MAILDIR_SUPPORT_01',
_("MAILDIR Support : Impossible de charger LSaddons::FTP.") _("MAILDIR Support : Unable to load LSaddons::FTP.")
); );
LSerror :: defineError('MAILDIR_SUPPORT_02', LSerror :: defineError('MAILDIR_SUPPORT_02',
_("MAILDIR Support : La constante %{const} n'est pas définie.") _("MAILDIR Support : The constant %{const} is not defined.")
); );
// Autres erreurs // Autres erreurs
LSerror :: defineError('MAILDIR_01', LSerror :: defineError('MAILDIR_01',
_("MAILDIR : Erreur durant la création de la maildir sur le serveur distant.") _("MAILDIR : Error while creating maildir on the remote server.")
); );
LSerror :: defineError('MAILDIR_02', LSerror :: defineError('MAILDIR_02',
_("MAILDIR : Erreur durant la suppression de la maildir sur le serveur distant.") _("MAILDIR : Error while deleting the maildir on the remote server.")
); );
LSerror :: defineError('MAILDIR_03', LSerror :: defineError('MAILDIR_03',
_("MAILDIR : Erreur durant le renomage de la maildir sur le serveur distant.") _("MAILDIR : Error while renaming the maildir on the remote server.")
); );
LSerror :: defineError('MAILDIR_04', LSerror :: defineError('MAILDIR_04',
_("MAILDIR : Erreur durant la récupération du chemin distant de la maildir.") _("MAILDIR : Error while recovering remote path of the maildir.")
); );
/** /**

View file

@ -24,16 +24,16 @@
// Support // Support
LSerror :: defineError('POSIX_SUPPORT_01', LSerror :: defineError('POSIX_SUPPORT_01',
_("POSIX Support : La constante %{const} n'est pas définie.") _("POSIX Support : The constant %{const} is not defined.")
); );
LSerror :: defineError('POSIX_SUPPORT_02', LSerror :: defineError('POSIX_SUPPORT_02',
_("POSIX Support : Impossible de charger LSaddons::FTP.") _("POSIX Support : Unable to load LSaddons::FTP.")
); );
// Autres erreurs // Autres erreurs
LSerror :: defineError('POSIX_01', LSerror :: defineError('POSIX_01',
_("POSIX : L'attribut %{dependency} est introuvable. Impossible de générer l'attribut %{attr}.") _("POSIX : The attribute %{dependency} is missing. Unable to forge the attribute %{attr}.")
); );
/** /**

View file

@ -24,19 +24,19 @@
// Support // Support
LSerror :: defineError('SAMBA_SUPPORT_01', LSerror :: defineError('SAMBA_SUPPORT_01',
_("SAMBA Support : la classe smHash ne peut pas être chargée.") _("SAMBA Support : Unable to load smHash class.")
); );
LSerror :: defineError('SAMBA_SUPPORT_02', LSerror :: defineError('SAMBA_SUPPORT_02',
_("SAMBA Support : La constante %{const} n'est pas définie.") _("SAMBA Support : The constant %{const} is not defined.")
); );
LSerror :: defineError('SAMBA_SUPPORT_03', LSerror :: defineError('SAMBA_SUPPORT_03',
_("SAMBA Support : Les constantes LS_SAMBA_SID_BASE_USER et LS_SAMBA_SID_BASE_GROUP ne doivent pas avoir la même parité pour l'unicité des sambaSID.") _("SAMBA Support : The constants LS_SAMBA_SID_BASE_USER and LS_SAMBA_SID_BASE_GROUP ne doivent pas avoir la même parité pour l'unicité des sambaSID.")
); );
// Autres erreurs // Autres erreurs
LSerror :: defineError('SAMBA_01', LSerror :: defineError('SAMBA_01',
_("SAMBA Support : L'attribut %{dependency} est introuvable. Impossible de générer l'attribut %{attr}.") _("SAMBA Support : The attribute%{dependency} is missing. Unable to forge the attribute %{attr}.")
); );
/** /**

View file

@ -24,12 +24,12 @@
// Support // Support
LSerror :: defineError('SUPANN_SUPPORT_01', LSerror :: defineError('SUPANN_SUPPORT_01',
_("SUPANN Support : La constante %{const} n'est pas définie.") _("SUPANN Support : The constant %{const} is not defined.")
); );
// Autres erreurs // Autres erreurs
LSerror :: defineError('SUPANN_01', LSerror :: defineError('SUPANN_01',
_("SUPANN Support : L'attribut %{dependency} est introuvable. Impossible de générer l'attribut %{attr}.") _("SUPANN Support : The attribute %{dependency} is missing. Unable to forge the attribute %{attr}.")
); );
/** /**

View file

@ -114,7 +114,7 @@ _("LSattr_html : The method addToForm() of the HTML type of the attribute %{attr
); );
// 02 : not yet used // 02 : not yet used
LSerror :: defineError('LSattr_html_03', LSerror :: defineError('LSattr_html_03',
_("LSattr_html_%{type} : The multiple data are not supported for this field type.") _("LSattr_html_%{type} : Multiple data are not supported for this field type.")
); );
?> ?>

View file

@ -159,6 +159,6 @@ class LSattr_ldap_password extends LSattr_ldap {
* Error Codes * Error Codes
**/ **/
LSerror :: defineError('LSattr_ldap_password_01', LSerror :: defineError('LSattr_ldap_password_01',
_("LSattr_ldap_password : Encoding type %{type} is not supported. This password will be stocked in clear text.") _("LSattr_ldap_password : Encoding type %{type} is not supported. This password will be stored in clear text.")
); );
?> ?>

View file

@ -159,6 +159,6 @@ class LSerror {
/* /*
* Error Codes * Error Codes
*/ */
LSerror :: defineError(-1,_("Unknow error!")); LSerror :: defineError(-1,_("Unknown error!"));
?> ?>

View file

@ -278,7 +278,7 @@ class LSformElement {
'value' => '', 'value' => '',
'values' => $this -> values, 'values' => $this -> values,
'attr_name' => $this -> name, 'attr_name' => $this -> name,
'noValueTxt' => _('Aucune valeur definie'), 'noValueTxt' => _('No value set'),
'fieldTemplate' => $this -> fieldTemplate 'fieldTemplate' => $this -> fieldTemplate
) )
) )

View file

@ -49,7 +49,7 @@ class LSformElement_boolean extends LSformElement {
LSsession :: addHelpInfos( LSsession :: addHelpInfos(
'LSformElement_boolean', 'LSformElement_boolean',
array( array(
'clear' => _('Effacer le choix.') 'clear' => _('Reset the choice.')
) )
); );
LSsession :: addJSscript('LSformElement_boolean.js'); LSsession :: addJSscript('LSformElement_boolean.js');
@ -57,8 +57,8 @@ class LSformElement_boolean extends LSformElement {
$return['html'] = $this -> fetchTemplate( $return['html'] = $this -> fetchTemplate(
NULL, NULL,
array( array(
'yesTxt' => _('Oui'), 'yesTxt' => _('Yes'),
'noTxt' => _('Non') 'noTxt' => _('No')
) )
); );
return $return; return $return;

View file

@ -138,8 +138,8 @@ class LSformElement_date extends LSformElement {
LSsession :: addHelpInfos( LSsession :: addHelpInfos(
'LSformElement_date', 'LSformElement_date',
array( array(
'calendar' => _('Sélectionner dans un calendrier.'), 'calendar' => _('Select in a calendar.'),
'now' => _('Maintenant.') 'now' => _('Now.')
) )
); );

View file

@ -50,8 +50,8 @@ class LSformElement_image extends LSformElement {
LSsession :: addHelpInfos( LSsession :: addHelpInfos(
'LSformElement_date', 'LSformElement_date',
array( array(
'zoom' => _('Cliquer pour agrandir.'), 'zoom' => _('Click to enlarge.'),
'delete' => _('Cliquer pour supprimer cette image.') 'delete' => _('Click to delete the picture.')
) )
); );
$id=$this -> name.'_'.rand(); $id=$this -> name.'_'.rand();

View file

@ -55,7 +55,7 @@ class LSformElement_mail extends LSformElement_text {
LSsession :: addHelpInfos ( LSsession :: addHelpInfos (
'LSformElement_mail', 'LSformElement_mail',
array( array(
'mail' => _("Envoyer un mail depuis l'interface.") 'mail' => _("Send a mail from here.")
) )
); );
return parent :: getDisplay($return); return parent :: getDisplay($return);

View file

@ -77,7 +77,7 @@ class LSformElement_mailQuota extends LSformElement {
} }
else { else {
$quotas[$value] = array( $quotas[$value] = array(
'unknown' => _('Valeur incorrect') 'unknown' => _('Incorrect value')
); );
} }
} }

View file

@ -66,8 +66,8 @@ class LSformElement_maildir extends LSformElement_text {
LSsession :: addHelpInfos ( LSsession :: addHelpInfos (
'LSformElement_maildir', 'LSformElement_maildir',
array( array(
'do' => _("La création ou modification de la maildir en même temps que l'utilisateur est activée. Cliquer sur ce bouton pour la désactiver."), 'do' => _("Concurrent creation or modification of the maildir by many users is enabled. Click to disable."),
'nodo' => _("Cliquer sur ce bouton pour activer la création/modification de la maildir en même temps que l'utilisateur.") 'nodo' => _("Click to enable concurrent creation/modification of the maildir by many users at the same time.")
) )
); );
return parent :: getDisplay($return); return parent :: getDisplay($return);

View file

@ -113,13 +113,13 @@ class LSformElement_password extends LSformElement {
LSsession :: addHelpInfos( LSsession :: addHelpInfos(
'LSformElement_password', 'LSformElement_password',
array( array(
'generate' => _('Générer un mot de passe.'), 'generate' => _('Generate a password.'),
'verify' => _('Verifier si le mot de passe saisi correspond à celui stocké.'), 'verify' => _('Check equality with stored password.'),
'view' => _('Voir le mot de passe.'), 'view' => _('Display password.'),
'hide' => _('Cacher le mot de passe.'), 'hide' => _('Hide password.'),
'mail' => _("Le mot de passe sera envoyé par mail en cas de modification. Cliquer pour désactiver l'envoi."), 'mail' => _("The password will be sent by mail if changed. Click to disable automatic notification."),
'nomail' => _("Le mot de passe ne sera pas envoyé par mail en cas de modification. Cliquer pour activer l'envoi."), 'nomail' => _("The password will not be sent if changed. Click to enable automatic notification."),
'editmail' => _("Editer le mail qui sera envoyé à l'utilisateur") 'editmail' => _("Modify the mail sent to notice the user")
) )
); );
@ -176,7 +176,7 @@ class LSformElement_password extends LSformElement {
$this -> sendMail['subject'], $this -> sendMail['subject'],
$this -> sendMail['msg'] $this -> sendMail['msg']
)) { )) {
LSsession :: addInfo(_('Mail de changement de mot de passe envoyé.')); LSsession :: addInfo(_('Notice mail sent.'));
} }
} }
else { else {

View file

@ -46,7 +46,7 @@ class LSformElement_rss extends LSformElement_text {
LSsession :: addHelpInfos ( LSsession :: addHelpInfos (
'LSformElement_rss', 'LSformElement_rss',
array( array(
'display' => _("Afficher la file RSS.") 'display' => _("Display RSS stack.")
) )
); );
return parent :: getDisplay($return); return parent :: getDisplay($return);

View file

@ -49,7 +49,7 @@ class LSformElement_select extends LSformElement {
LSsession :: addHelpInfos ( LSsession :: addHelpInfos (
'LSformElement_select', 'LSformElement_select',
array( array(
'clear' => _("Effacer la sélection.") 'clear' => _("Reset selection.")
) )
); );
LSsession :: addJSscript('LSformElement_select.js'); LSsession :: addJSscript('LSformElement_select.js');

View file

@ -65,20 +65,20 @@ class LSformElement_select_object extends LSformElement {
$this -> name, $this -> name,
array( array(
'object_type' => $this -> selectableObject, 'object_type' => $this -> selectableObject,
'addBtn' => _('Modifier'), 'addBtn' => _('Modify'),
'deleteBtns' => _('Supprimer'), 'deleteBtns' => _('Delete'),
'multiple' => (($this -> params['multiple'])?1:0), 'multiple' => (($this -> params['multiple'])?1:0),
'noValueLabel' => _('Aucune valeur definie'), 'noValueLabel' => _('No value set'),
'noResultLabel' => _('Aucun résultat') 'noResultLabel' => _('No result')
) )
); );
LSsession :: addHelpInfos ( LSsession :: addHelpInfos (
'LSformElement_select_object', 'LSformElement_select_object',
array( array(
'searchAdd' => _("Ajout rapide"), 'searchAdd' => _("Fast Add"),
'add' => _("Afficher le module de recherche avancée et de sélection."), 'add' => _("Display advanced search and selection panel."),
'delete' => _("Supprimer") 'delete' => _("Delete")
) )
); );

View file

@ -54,7 +54,7 @@ class LSformElement_ssh_key extends LSformElement {
LSsession :: addHelpInfos ( LSsession :: addHelpInfos (
'LSformElement_ssh_key', 'LSformElement_ssh_key',
array( array(
'display' => _("Afficher la clef complète.") 'display' => _("Display the full key.")
) )
); );
@ -76,7 +76,7 @@ class LSformElement_ssh_key extends LSformElement {
} }
} }
$params['values_txt'] = $values_txt; $params['values_txt'] = $values_txt;
$params['unknowTypeTxt'] = _('Type non reconnu'); $params['unknowTypeTxt'] = _('Unknown type');
} }
$return['html'] = $this -> fetchTemplate(NULL,$params); $return['html'] = $this -> fetchTemplate(NULL,$params);
return $return; return $return;

View file

@ -53,7 +53,7 @@ class LSformElement_text extends LSformElement {
LSsession :: addHelpInfos( LSsession :: addHelpInfos(
'LSformElement_text', 'LSformElement_text',
array( array(
'generate' => _('Générer la valeur') 'generate' => _('Generate the value')
) )
); );
LSsession :: addJSscript('LSformElement_text_field.js'); LSsession :: addJSscript('LSformElement_text_field.js');

View file

@ -47,7 +47,7 @@ class LSformElement_textarea extends LSformElement {
LSsession :: addHelpInfos( LSsession :: addHelpInfos(
'LSformElement_textarea', 'LSformElement_textarea',
array( array(
'clear' => _('Effacer') 'clear' => _('Clear')
) )
); );
LSsession :: addJSscript('LSformElement_textarea.js'); LSsession :: addJSscript('LSformElement_textarea.js');

View file

@ -47,8 +47,8 @@ class LSformElement_url extends LSformElement_text {
LSsession :: addHelpInfos ( LSsession :: addHelpInfos (
'LSformElement_url', 'LSformElement_url',
array( array(
'go' => _("Afficher ce site."), 'go' => _("Display this website."),
'fav' => _("Ajouter ce site dans mes favoris.") 'fav' => _("Add this website to my bookmarks.")
) )
); );
return parent :: getDisplay($return); return parent :: getDisplay($return);

View file

@ -47,7 +47,7 @@ class LSformElement_xmpp extends LSformElement_text {
LSsession :: addHelpInfos ( LSsession :: addHelpInfos (
'LSformElement_xmpp', 'LSformElement_xmpp',
array( array(
'chat' => _("Dialoguer avec cette personne.") 'chat' => _("Chat with this person.")
) )
); );
return parent :: getDisplay($return); return parent :: getDisplay($return);

View file

@ -405,18 +405,18 @@ LSerror :: defineError('LSldap_02',
_("LSldap : Error during the LDAP search (%{msg}).") _("LSldap : Error during the LDAP search (%{msg}).")
); );
LSerror :: defineError('LSldap_03', LSerror :: defineError('LSldap_03',
_("LSldap : Object type unkown.") _("LSldap : Object type unknown.")
); );
LSerror :: defineError('LSldap_04', LSerror :: defineError('LSldap_04',
_("LSldap : Error during fecthing the LDAP entry.") _("LSldap : Error while fetching the LDAP entry.")
); );
LSerror :: defineError('LSldap_05', LSerror :: defineError('LSldap_05',
_("LSldap : Error during changing the LDAP entry (DN : %{dn}).") _("LSldap : Error while changing the LDAP entry (DN : %{dn}).")
); );
LSerror :: defineError('LSldap_06', LSerror :: defineError('LSldap_06',
_("LSldap : Error during deleting the empty attributes.") _("LSldap : Error while deleting empty attributes.")
); );
LSerror :: defineError('LSldap_07', LSerror :: defineError('LSldap_07',
_("LSldap : Error during changing the DN of the object.") _("LSldap : Error while changing the DN of the object.")
); );
?> ?>

View file

@ -168,7 +168,7 @@ function loadDir($dir,$regexpr='^.*\.php$') {
} }
} }
else { else {
die(_('Dossier introuvable ('.$dir.').')); die(_('Unknown folder ('.$dir.').'));
} }
return true; return true;
} }