mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 19:48:49 +02:00
N°5972 - User details: improve tooltips in EN and FR
This commit is contained in:
@@ -148,7 +148,7 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:User/Attribute:finalclass' => 'Type of account',
|
||||
'Class:User/Attribute:finalclass+' => 'Name of the final class',
|
||||
'Class:User/Attribute:contactid' => 'Person',
|
||||
'Class:User/Attribute:contactid+' => 'Personal details from the business data',
|
||||
'Class:User/Attribute:contactid+' => 'Mandatory for a User Portal and highly recommended for all but technical accounts',
|
||||
'Class:User/Attribute:org_id' => 'Organization',
|
||||
'Class:User/Attribute:org_id+' => 'Organization of the associated person',
|
||||
'Class:User/Attribute:last_name' => 'Last name',
|
||||
@@ -158,9 +158,9 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:User/Attribute:email' => 'Email',
|
||||
'Class:User/Attribute:email+' => 'Email of the corresponding contact',
|
||||
'Class:User/Attribute:login' => 'Login',
|
||||
'Class:User/Attribute:login+' => 'user identification string',
|
||||
'Class:User/Attribute:login+' => 'Account identification string, must be unique within '.ITOP_APPLICATION_SHORT,
|
||||
'Class:User/Attribute:language' => 'Language',
|
||||
'Class:User/Attribute:language+' => 'User language',
|
||||
'Class:User/Attribute:language+' => 'Default '.ITOP_APPLICATION_SHORT.' language for this user, to choose amoungst languages in which '.ITOP_APPLICATION_SHORT.' was localized . ',
|
||||
'Class:User/Attribute:language/Value:EN US' => 'English',
|
||||
'Class:User/Attribute:language/Value:EN US+' => 'English (U.S.)',
|
||||
'Class:User/Attribute:language/Value:FR FR' => 'French',
|
||||
|
||||
@@ -92,19 +92,19 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:User/Attribute:finalclass' => 'Type de compte',
|
||||
'Class:User/Attribute:finalclass+' => 'Nom de la classe instanciable',
|
||||
'Class:User/Attribute:contactid' => 'Personne',
|
||||
'Class:User/Attribute:contactid+' => '',
|
||||
'Class:User/Attribute:contactid+' => 'Ce champ est obligatoire pour un utilisateur portail et très souhaitable hors comptes systèmes',
|
||||
'Class:User/Attribute:org_id' => 'Organisation',
|
||||
'Class:User/Attribute:org_id+' => 'Organisation de la personne associée',
|
||||
'Class:User/Attribute:last_name' => 'Nom',
|
||||
'Class:User/Attribute:last_name+' => '',
|
||||
'Class:User/Attribute:last_name+' => 'Nom de la personne associée',
|
||||
'Class:User/Attribute:first_name' => 'Prénom',
|
||||
'Class:User/Attribute:first_name+' => '',
|
||||
'Class:User/Attribute:email' => 'Adresse email',
|
||||
'Class:User/Attribute:email+' => '',
|
||||
'Class:User/Attribute:first_name+' => 'Prénom de la personne associée',
|
||||
'Class:User/Attribute:email' => 'Adresse mél',
|
||||
'Class:User/Attribute:email+' => 'Adresse mél de la personne associée',
|
||||
'Class:User/Attribute:login' => 'Login',
|
||||
'Class:User/Attribute:login+' => '',
|
||||
'Class:User/Attribute:login+' => 'Indentifiant de ce compte, doit être unique au sein d\''.ITOP_APPLICATION_SHORT,
|
||||
'Class:User/Attribute:language' => 'Langue',
|
||||
'Class:User/Attribute:language+' => '',
|
||||
'Class:User/Attribute:language+' => 'Langue de défaut d\''.ITOP_APPLICATION_SHORT.' pour cet utilisateur, à choisir parmi les langues dans lequelles '.ITOP_APPLICATION_SHORT.' a été traduit.',
|
||||
'Class:User/Attribute:language/Value:EN US' => 'Anglais',
|
||||
'Class:User/Attribute:language/Value:EN US+' => 'Anglais (Etats-unis)',
|
||||
'Class:User/Attribute:language/Value:FR FR' => 'Français',
|
||||
|
||||
Reference in New Issue
Block a user