Changed all x's into %'s, suppressed useless phrases, added missing ones and french translations.

This commit is contained in:
gugux 2003-04-27 21:13:00 +00:00
parent 9e5ae9f83b
commit 6b17805c46
5 changed files with 100 additions and 39 deletions

View File

@ -173,7 +173,7 @@
} }
if(($submit) && (! $error) && (! $errorcount)) if(($submit) && (! $error) && (! $errorcount))
{ {
$GLOBALS['phpgw']->template->set_var('message',lang('Field x has been added !', $field_name)); $GLOBALS['phpgw']->template->set_var('message',lang('Field %1 has been added !', $field_name));
} }
if((!$submit) && (! $error) && (! $errorcount)) if((!$submit) && (! $error) && (! $errorcount))
{ {
@ -235,7 +235,7 @@
$errorcount = 0; $errorcount = 0;
if(!$field_name) if(!$field_name)
{ {
$error[$errorcount++] = lang('Please enter a name for that field!'); $error[$errorcount++] = lang('Please enter a name for that field !');
} }
if(!$error) if(!$error)
@ -252,7 +252,7 @@
} }
if(($submit) && (! $error) && (!$errorcount)) if(($submit) && (! $error) && (!$errorcount))
{ {
$GLOBALS['phpgw']->template->set_var('message',lang('Field x has been updated !', $field_name)); $GLOBALS['phpgw']->template->set_var('message',lang('Field %1 has been updated !', $field_name));
} }
if((!$submit) && (!$error) && (!$errorcount)) if((!$submit) && (!$error) && (!$errorcount))
{ {

View File

@ -45,7 +45,7 @@
{ {
$GLOBALS['phpgw']->portalbox->data[] = array $GLOBALS['phpgw']->portalbox->data[] = array
( (
'text' => lang("Today is x's birthday!", $val['n_given'] . ' ' . $val['n_family']), 'text' => lang("Today is %1's birthday!", $val['n_given'] . ' ' . $val['n_family']),
'link' => $GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.view&ab_id=' . $val['id']), 'link' => $GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.view&ab_id=' . $val['id']),
'lang_link_statustext' => lang('show contact') 'lang_link_statustext' => lang('show contact')
); );
@ -62,7 +62,7 @@
{ {
$GLOBALS['phpgw']->portalbox->data[] = array $GLOBALS['phpgw']->portalbox->data[] = array
( (
'text' => lang("Tomorrow is x's birthday.", $val['n_given'] . ' ' . $val['n_family']), 'text' => lang("Tomorrow is %1's birthday.", $val['n_given'] . ' ' . $val['n_family']),
'link' => $GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.view&ab_id='.$val['id']), 'link' => $GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.view&ab_id='.$val['id']),
'lang_link_statustext' => lang('show contact') 'lang_link_statustext' => lang('show contact')
); );

View File

@ -45,7 +45,7 @@
$tmp = '<a href="' $tmp = '<a href="'
. $GLOBALS['phpgw']->link('/.php','menuaction=addressbook.uiaddressbook.view&ab_id=' . $val['id']) . '">' . $GLOBALS['phpgw']->link('/.php','menuaction=addressbook.uiaddressbook.view&ab_id=' . $val['id']) . '">'
. $val['n_given'] . ' ' . $val['n_family'] . '</a>'; . $val['n_given'] . ' ' . $val['n_family'] . '</a>';
echo '<tr><td align="left">' . lang("Today is x's birthday!", $tmp) . "</td></tr>\n"; echo '<tr><td align="left">' . lang("Today is %1's birthday!", $tmp) . "</td></tr>\n";
} }
$tomorrow = $GLOBALS['phpgw']->common->show_date($now + 86400,'n/d/'); $tomorrow = $GLOBALS['phpgw']->common->show_date($now + 86400,'n/d/');
@ -58,7 +58,7 @@
$tmp = '<a href="' $tmp = '<a href="'
. $GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.view&ab_id=' . $val['id']) . '">' . $GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.view&ab_id=' . $val['id']) . '">'
. $val['n_given'] . ' ' . $val['n_family'] . '</a>'; . $val['n_given'] . ' ' . $val['n_family'] . '</a>';
echo '<tr><td align="left">' . lang("Tomorrow is x's birthday.", $tmp) . "</td></tr>\n"; echo '<tr><td align="left">' . lang("Tomorrow is %1's birthday.", $tmp) . "</td></tr>\n";
} }
echo "\n<!-- Birthday info -->\n"; echo "\n<!-- Birthday info -->\n";
} }

View File

@ -1,11 +1,17 @@
%1 records imported addressbook en %1 records imported
%1 records read (not yet imported, you may go %2back%3 and uncheck test import) addressbook en %1 records read (not yet imported, you may go %2back%3 and uncheck Test Import)
<b>no conversion type &lt;none&gt; could be located.</b> please choose a conversion type from the list addressbook en <b>No conversion type &lt;none&gt; could be located.</b> Please choose a conversion type from the list
add a single entry by passing the fields. addressbook en Add a single entry by passing the fields.
add custom field addressbook en Add Custom Field add custom field addressbook en Add Custom Field
addressbook common en Addressbook
address book common en Address Book address book common en Address Book
addressbook preferences addressbook en Addressbook preferences address book - vcard in addressbook en Address book - VCard in
address book - view addressbook en Address book - view address book - view addressbook en Address book - view
address line 2 addressbook en Address Line 2 address line 2 addressbook en Address Line 2
address line 3 addressbook en Address Line 3 address line 3 addressbook en Address Line 3
address type addressbook en Address Type address type addressbook en Address Type
addressbook common en Addressbook
addressbook preferences addressbook en Addressbook preferences
addressbook-fieldname addressbook en Addressbook-Fieldname
addvcard addressbook en Add VCard addvcard addressbook en Add VCard
alphabet addressbook en a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z alphabet addressbook en a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
alt. csv import addressbook en Alt. CSV Import alt. csv import addressbook en Alt. CSV Import
@ -14,10 +20,9 @@ bbs phone addressbook en BBS Phone
birthday common en Birthday birthday common en Birthday
birthdays common en Birthdays birthdays common en Birthdays
blank addressbook en Blank blank addressbook en Blank
<b>No conversion type &lt;none&gt; could be located.</b> Please choose a conversion type from the list addressbook en <b>No conversion type &lt;none&gt; could be located.</b> Please choose a conversion type from the list business common en Business
business address type addressbook en Business Address Type business address type addressbook en Business Address Type
business city addressbook en Business City business city addressbook en Business City
business common en Business
business country addressbook en Business Country business country addressbook en Business Country
business email addressbook en Business EMail business email addressbook en Business EMail
business email type addressbook en Business EMail Type business email type addressbook en Business EMail Type
@ -31,31 +36,38 @@ cell phone addressbook en cell phone
city common en City city common en City
company common en Company company common en Company
company name common en Company Name company name common en Company Name
contact application admin en Contact application
contact common en Contact contact common en Contact
contact application admin en Contact application
contact settings admin en Contact Settings contact settings admin en Contact Settings
country common en Country country common en Country
csv-fieldname addressbook en CSV-Fieldname
csv-filename addressbook en CSV-Filename
custom addressbook en Custom custom addressbook en Custom
custom fields addressbook en Custom Fields custom fields addressbook en Custom Fields
debug output in browser addressbook en Debug output in browser debug output in browser addressbook en Debug output in browser
default filter addressbook en Default Filter default filter addressbook en Default Filter
delete a single entry by passing the id. addressbook en Delete a single entry by passing the id.
department common en Department department common en Department
domestic addressbook en Domestic domestic addressbook en Domestic
download addressbook en Download
download export file (uncheck to debug output in browser) addressbook en Download export file (Uncheck to debug output in browser) download export file (uncheck to debug output in browser) addressbook en Download export file (Uncheck to debug output in browser)
edit custom field addressbook en Edit Custom Field edit custom field addressbook en Edit Custom Field
edit custom fields admin en Edit Custom Fields edit custom fields admin en Edit Custom Fields
enable remote search admin en Enable remote search enter the path to the export file here addressbook en Enter the path to the export file here
enter the path to the export file here addressbook en Enter the path to the exported file here
export contacts addressbook en Export Contacts export contacts addressbook en Export Contacts
export file name addressbook en Export file name export file name addressbook en Export file name
export from addressbook addressbook en Export from Addressbook
extra addressbook en Extra extra addressbook en Extra
fax addresbook en Fax fax addressbook en Fax
fax number common en Fax Number fax number common en Fax Number
field %1 has been added ! addressbook en Field %1 has been added !
field %1 has been updated ! addressbook en Field %1 has been updated !
field name addressbook en Field Name field name addressbook en Field Name
field x has been added ! addressbook en Field x has been added !
fields to show in address list addressbook en Fields to show in address list fields to show in address list addressbook en Fields to show in address list
fieldseparator addressbook en Fieldseparator
full name addressbook en Full Name full name addressbook en Full Name
geo addressbook en GEO geo addressbook en GEO
go addressbook en Go
grant addressbook access common en Grant Addressbook Access grant addressbook access common en Grant Addressbook Access
home address type addressbook en Home Address Type home address type addressbook en Home Address Type
home city addressbook en Home City home city addressbook en Home City
@ -66,18 +78,21 @@ home phone addressbook en Home Phone
home state addressbook en Home State home state addressbook en Home State
home street addressbook en Home Street home street addressbook en Home Street
home zip code addressbook en Home ZIP Code home zip code addressbook en Home ZIP Code
import addressbook en Import
import contacts addressbook en Import Contacts import contacts addressbook en Import Contacts
import csv-file into addressbook addressbook en Import CSV-File into Addressbook
import file addressbook en Import File import file addressbook en Import File
import from ldif, csv, or vcard addressbook en Import from LDIF, CSV, or VCard
import from outlook addressbook en Import from Outlook import from outlook addressbook en Import from Outlook
In Netscape, open the Addressbook and select <b>Export</b> from the <b>File</b> menu.<br>The file exported will be in LDIF format.<P>Or, in Outlook, select your Contacts folder, select <b>Import and Export...</b> from addressbook en In Netscape, open the Addressbook and select <b>Export</b> from the <b>File</b> menu.<br>The file exported will be in LDIF format.<P>Or, in Outlook, select your Contacts folder, select <b>Import and Export...</b> from In Netscape, open the Addressbook and select <b>Export</b> from the <b>File</b> menu.<br>The file exported will be in LDIF format.<P>Or, in Outlook, select your Contacts folder, select <b>Import and Export...</b> from addressbook en In Netscape, open the Addressbook and select <b>Export</b> from the <b>File</b> menu.<br>The file exported will be in LDIF format.<P>Or, in Outlook, select your Contacts folder, select <b>Import and Export...</b> from
international addressbook en International international addressbook en International
the <b>File</b> menu and export your contacts into a comma separated text (CSV) file. <P>Or, in Palm Desktop 4.0 or greater, visit your addressbook and select <b>Export</b> from the <b>File</b> menu. The file exported will be in VCard format.<P> addressbook en the <b>File</b> menu and export your contacts into a comma separated text (CSV) file. <P>Or, in Palm Desktop 4.0 or greater, visit your addressbook and select <b>Export</b> from the <b>File</b> menu. The file exported will be in VCard format.<P>
isdn phone addressbook en ISDN Phone isdn phone addressbook en ISDN Phone
label addressbook en Label label addressbook en Label
ldap context for contacts admin en LDAP context for contacts ldap context for contacts admin en LDAP context for contacts
ldap host for contacts admin en LDAP host for contacts ldap host for contacts admin en LDAP host for contacts
ldap root dn for contacts admin en LDAP root dn for contacts ldap root dn for contacts admin en LDAP root dn for contacts
ldap root pw for contacts admin en LDAP root pw for contacts ldap root pw for contacts admin en LDAP root pw for contacts
ldif addressbook en LDIF
line 2 addressbook en Line 2 line 2 addressbook en Line 2
mark records as private addressbook en Mark records as private mark records as private addressbook en Mark records as private
message phone addressbook en Message Phone message phone addressbook en Message Phone
@ -86,33 +101,48 @@ mobile addressbook en Mobile
mobile phone addressbook en Mobile Phone mobile phone addressbook en Mobile Phone
modem phone addressbook en Modem Phone modem phone addressbook en Modem Phone
no vcard addressbook en No VCard no vcard addressbook en No VCard
none addressbook en none number of records to read (<=200) addressbook en Number of records to read (<=200)
other number addressbook en Other Number other number addressbook en Other Number
other phone addressbook en Other Phone other phone addressbook en Other Phone
owerview addressbook en owerview
pager common en Pager pager common en Pager
parcel addressbook en Parcel parcel addressbook en Parcel
phone number common en Phone Number phone number common en Phone Number
phone numbers common en Phone Numbers phone numbers common en Phone Numbers
please enter a name for that field ! addressbook en Please enter a name for that field !
postal common en Postal postal common en Postal
pref addressbook en pref
prefix addressbook en Prefix prefix addressbook en Prefix
public key addressbook en Public Key public key addressbook en Public Key
read a list of entries. addressbook en Read a list of entries.
read a single entry by passing the id and fieldlist. addressbook en Read a single entry by passing the id and fieldlist.
record access addressbook en Record Access record access addressbook en Record Access
record owner addressbook en Record owner record owner addressbook en Record owner
remote search addressbook en Remote Search
retrieve contacts admin en retrieve contacts retrieve contacts admin en retrieve contacts
select the type of conversion addressbook en Select the type of conversion select the type of conversion addressbook en Select the type of conversion
select where you want to store admin en Select where you want to store select where you want to store admin en Select where you want to store
show birthday reminders on main screen addressbook en Show birthday reminders on main screen show birthday reminders on main screen addressbook en Show birthday reminders on main screen
show contact addressbook en show contact
startrecord addressbook en Startrecord
state common en State state common en State
street common en Street street common en Street
successfully imported x records into your addressbook. addressbook en Successfully imported %1 records into your addressbook.
suffix addressbook en Suffix suffix addressbook en Suffix
test import (show importable records <u>only</u> in browser) addressbook en Test Import (show importable records <u>only</u> in browser)
that field name has been used already ! addressbook en That field name has been used already !
the <b>File</b> menu and export your contacts into a comma separated text (CSV) file. <P>Or, in Palm Desktop 4.0 or greater, visit your addressbook and select <b>Export</b> from the <b>File</b> menu. The file exported will be in VCard format.<P> addressbook en the <b>File</b> menu and export your contacts into a comma separated text (CSV) file. <P>Or, in Palm Desktop 4.0 or greater, visit your addressbook and select <b>Export</b> from the <b>File</b> menu. The file exported will be in VCard format.<P>
this person's first name was not in the address book. addressbook en This person's first name was not in the address book. this person's first name was not in the address book. addressbook en This person's first name was not in the address book.
today is x's birthday! common en Today is %1's birthday! this person's last name was not in the address book. addressbook en This person's last name was not in the address book.
tomorrow is x's birthday. common en Tomorrow is %1's birthday. today is %1's birthday! common en Today is %1's birthday!
tomorrow is %1's birthday. common en Tomorrow is %1's birthday.
update a single entry by passing the fields. addressbook en Update a single entry by passing the fields.
vcard common en VCard vcard common en VCard
vcards require a first name entry. addressbook en VCards require a first name entry. vcards require a first name entry. addressbook en VCards require a first name entry.
vcards require a last name entry. addressbook en Vcards require a last name entry.
video phone addressbook en Video Phone video phone addressbook en Video Phone
voice phone addressbook en Voice Phone voice phone addressbook en Voice Phone
warning!! ldap is valid only if you are not using contacts for accounts storage! admin en WARNING!! LDAP is valid only if you are NOT using contacts for accounts storage! warning!! ldap is valid only if you are not using contacts for accounts storage! admin en WARNING!! LDAP is valid only if you are NOT using contacts for accounts storage!
work phone addressbook en Work Phone work phone addressbook en Work Phone
you must select a vcard. (*.vcf) addressbook en You must select a vcard. (*.vcf)
you must select at least 1 column to display addressbook en You must select at least 1 column to display
zip code common en ZIP Code zip code common en ZIP Code

View File

@ -1,22 +1,28 @@
%1 records imported addressbook fr %1 enregistrements importés
%1 records read (not yet imported, you may go %2back%3 and uncheck test import) addressbook fr %1 enregistrements lus (pas encore importés, vous pouvez revenir %2en arrière%3 et décocher Tester l'import)
<b>no conversion type &lt;none&gt; could be located.</b> please choose a conversion type from the list addressbook fr <b>Aucun type de conversion &lt;aucun&gt; n'a pu être trouvé.</b> SVP choisissez un type de conversion depuis la liste
add a single entry by passing the fields. addressbook fr Ajouter une seule entrée en passant les champs.
add custom field addressbook fr Ajouter champ personnalisé add custom field addressbook fr Ajouter champ personnalisé
addressbook common fr Carnet d'adresses
address book common fr Carnet d'adresses address book common fr Carnet d'adresses
addressbook preferences addressbook fr Préférences du carnet d'adresses address book - vcard in addressbook fr Carnet d'adresses - Entrée VCard
address book - view addressbook fr Carnet d'adresses - Voir address book - view addressbook fr Carnet d'adresses - Voir
address line 2 addressbook fr Adresse ligne 2 address line 2 addressbook fr Adresse ligne 2
address line 3 addressbook fr Adresse ligne 3 address line 3 addressbook fr Adresse ligne 3
address type addressbook fr Type d'adresse address type addressbook fr Type d'adresse
addressbook common fr Carnet d'adresses
addressbook preferences addressbook fr Préférences du carnet d'adresses
addressbook-fieldname addressbook fr Carnet d'adresses-nomdechamp
addvcard addressbook fr Ajouter VCard addvcard addressbook fr Ajouter VCard
alphabet addressbook fr a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z alphabet addressbook fr a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
alt. csv import addressbook fr Import Alt. CSV alt. csv import addressbook fr Import Alt. CSV
are you sure you want to delete this field? addressbook fr Etes-vous sûr de vouloir effacer ce champ? are you sure you want to delete this field? addressbook fr Etes-vous sûr de vouloir effacer ce champ?
bbs phone addressbook fr Téléphone BBS bbs phone addressbook fr Téléphone BBS
birthday common fr Anniversaire birthday common fr Anniversaire
birthdays common fr Anniversaires
blank addressbook fr Blanc blank addressbook fr Blanc
<b>No conversion type &lt;none&gt; could be located.</b> Please choose a conversion type from the list addressbook fr <b>Aucun type de conversion &lt;none&gt; n'a pu être trouvé.</b> SVP choisissez un type de conversion depuis la liste business common fr Bureau
business address type addressbook fr Type d'adresse (bureau) business address type addressbook fr Type d'adresse (bureau)
business city addressbook fr Ville (bureau) business city addressbook fr Ville (bureau)
business common fr Bureau
business country addressbook fr Pays (bureau) business country addressbook fr Pays (bureau)
business email addressbook fr EMail (bureau) business email addressbook fr EMail (bureau)
business email type addressbook fr Type d'EMail (bureau) business email type addressbook fr Type d'EMail (bureau)
@ -30,31 +36,38 @@ cell phone addressbook fr T
city common fr Ville city common fr Ville
company common fr Société company common fr Société
company name common fr Nom de la société company name common fr Nom de la société
contact application admin fr Application contact
contact common fr Contact contact common fr Contact
contact application admin fr Application contact
contact settings admin fr Paramètres du contact contact settings admin fr Paramètres du contact
country common fr Pays country common fr Pays
csv-fieldname addressbook fr CSV-Nomdechamp
csv-filename addressbook fr CSV-Nomdefichier
custom addressbook fr Personnalisé custom addressbook fr Personnalisé
custom fields addressbook fr Champs personnalisés custom fields addressbook fr Champs personnalisés
debug output in browser addressbook fr Debogage des informations dans le navigateur debug output in browser addressbook fr Deboguer la sortie dans le navigateur
default filter addressbook fr Filtre par défaut default filter addressbook fr Filtre par défaut
delete a single entry by passing the id. addressbook fr Effacer une seule entrée en passant l'ID.
department common fr Département department common fr Département
domestic addressbook fr Domestique domestic addressbook fr Domestique
download export file (uncheck to debug output in browser) addressbook fr Downloader le fichier d'export (décocher pour deboguer les informations dans le navigateur) download addressbook fr Downloader
download export file (uncheck to debug output in browser) addressbook fr Downloader le fichier d'export (Décocher pour débogger la sortie dans le navigateur)
edit custom field addressbook fr Editer le champ personnalisé edit custom field addressbook fr Editer le champ personnalisé
edit custom fields admin fr Editer les champs personnalisés edit custom fields admin fr Editer les champs personnalisés
enable remote search admin fr Activer la recherche à distance enter the path to the export file here addressbook fr Entrez le chemin vers le fichier d'export ici
enter the path to the export file here addressbook fr Entrez le chemin vers le fichier exporté ici
export contacts addressbook fr Exporter les contacts export contacts addressbook fr Exporter les contacts
export file name addressbook fr Nom du fichier d'export export file name addressbook fr Nom du fichier d'export
export from addressbook addressbook fr Exporter depuis le carnet d'adresses
extra addressbook fr Extra extra addressbook fr Extra
fax addresbook fr Fax fax addressbook fr Fax
fax number common fr Numéro de Fax fax number common fr Numéro de Fax
field %1 has been added ! addressbook fr Le champ %1 a été ajouté !
field %1 has been updated ! addressbook fr Le champ %1 a été mis à jour !
field name addressbook fr Nom du champ field name addressbook fr Nom du champ
field x has been added ! addressbook fr Le champ x a été ajouté !
fields to show in address list addressbook fr Champs à montrer dans la liste des adresses fields to show in address list addressbook fr Champs à montrer dans la liste des adresses
fieldseparator addressbook fr Séparateur de champ
full name addressbook fr Nom complet full name addressbook fr Nom complet
geo addressbook fr GEO geo addressbook fr GEO
go addressbook fr Allez
grant addressbook access common fr Régler les droits d'accès au carnet d'adresses grant addressbook access common fr Régler les droits d'accès au carnet d'adresses
home address type addressbook fr Type d'adresse (domicile) home address type addressbook fr Type d'adresse (domicile)
home city addressbook fr Ville (domicile) home city addressbook fr Ville (domicile)
@ -65,18 +78,21 @@ home phone addressbook fr T
home state addressbook fr Région (domicile) home state addressbook fr Région (domicile)
home street addressbook fr Rue (domicile) home street addressbook fr Rue (domicile)
home zip code addressbook fr Code postal (domicile) home zip code addressbook fr Code postal (domicile)
import addressbook fr Importer
import contacts addressbook fr Importer les contacts import contacts addressbook fr Importer les contacts
import csv-file into addressbook addressbook fr Importer le fichier CSV dans le carnet d'adresses
import file addressbook fr Importer le fichier import file addressbook fr Importer le fichier
import from ldif, csv, or vcard addressbook fr Importer depuis LDIF, CSV ou VCard
import from outlook addressbook fr Importer depuis Outlook import from outlook addressbook fr Importer depuis Outlook
In Netscape, open the Addressbook and select <b>Export</b> from the <b>File</b> menu.<br>The file exported will be in LDIF format.<P>Or, in Outlook, select your Contacts folder, select <b>Import and Export...</b> from addressbook fr Dans Netscape, ouvrez le carnet d'adresses et choisissez <b>Exporter</b> dans le menu <b>Fichier</b>.<br>Le fichier exporté sera dans le format LDIF.<P>Ou, dans Outlook, choisissez votre dossier de contacts, choisissez <b>Importer et Exporter...</b> dans In Netscape, open the Addressbook and select <b>Export</b> from the <b>File</b> menu.<br>The file exported will be in LDIF format.<P>Or, in Outlook, select your Contacts folder, select <b>Import and Export...</b> from addressbook fr Dans Netscape, ouvrez le carnet d'adresses et choisissez <b>Exporter</b> dans le menu <b>Fichier</b>.<br>Le fichier exporté sera dans le format LDIF.<P>Ou, dans Outlook, choisissez votre dossier Contacts, choisissez <b>Importer et Exporter...</b> depuis
international addressbook fr International international addressbook fr International
the <b>File</b> menu and export your contacts into a comma separated text (CSV) file. <P>Or, in Palm Desktop 4.0 or greater, visit your addressbook and select <b>Export</b> from the <b>File</b> menu. The file exported will be in VCard format.<P> addressbook fr le menu <b>Fichier</b> et exportez vos contacts dans un fichier dont les champs sont séparés par une virgule (CSV). <P>Ou, dans Palm Desktop 4.0 ou plus, allez dans votre carnet d'adresses et choisissez <b>Exporter</b> dans le menu <b>Fichier</b>. Le fihcier exporté sera dans le format VCard.<P>
isdn phone addressbook fr Téléphone RNIS isdn phone addressbook fr Téléphone RNIS
label addressbook fr Label label addressbook fr Label
ldap context for contacts admin fr Contexte LDAP pour les contacts ldap context for contacts admin fr Contexte LDAP pour les contacts
ldap host for contacts admin fr Hôte LDAP pour les contacts ldap host for contacts admin fr Hôte LDAP pour les contacts
ldap root dn for contacts admin fr Racine LDAP dn pour les contacts ldap root dn for contacts admin fr Racine LDAP dn pour les contacts
ldap root pw for contacts admin fr Racine LDAP pw pour les contacts ldap root pw for contacts admin fr Racine LDAP pw pour les contacts
ldif addressbook fr LDIF
line 2 addressbook fr Ligne 2 line 2 addressbook fr Ligne 2
mark records as private addressbook fr Marquer les enregistrements comme privés mark records as private addressbook fr Marquer les enregistrements comme privés
message phone addressbook fr Téléphone de message message phone addressbook fr Téléphone de message
@ -85,33 +101,48 @@ mobile addressbook fr Portable
mobile phone addressbook fr Téléphone portable mobile phone addressbook fr Téléphone portable
modem phone addressbook fr Téléphone modem modem phone addressbook fr Téléphone modem
no vcard addressbook fr Pas de VCard no vcard addressbook fr Pas de VCard
none addressbook fr Aucun number of records to read (<=200) addressbook fr Nombre d'enregistrements à lire (<=200)
other number addressbook fr Autre numéro other number addressbook fr Autre numéro
other phone addressbook fr Autre téléphone other phone addressbook fr Autre téléphone
owerview addressbook fr Vue globale
pager common fr Pager pager common fr Pager
parcel addressbook fr Paquet parcel addressbook fr Paquet
phone number common fr Numéro de téléphone phone number common fr Numéro de téléphone
phone numbers common fr Numéros de téléphone phone numbers common fr Numéros de téléphone
please enter a name for that field ! addressbook fr SVP entrez un nom pour ce champ !
postal common fr Postal postal common fr Postal
pref addressbook fr pref
prefix addressbook fr Préfixe prefix addressbook fr Préfixe
public key addressbook fr Clé publique public key addressbook fr Clé publique
read a list of entries. addressbook fr Lire une liste d'entrées.
read a single entry by passing the id and fieldlist. addressbook fr Lire une seule entrée en passant l'ID et la liste des champs.
record access addressbook fr Enregistrer l'accès record access addressbook fr Enregistrer l'accès
record owner addressbook fr Enregistrer le propriétaire record owner addressbook fr Enregistrer le propriétaire
remote search addressbook fr Recherche à distance
retrieve contacts admin fr Récupérer les contacts retrieve contacts admin fr Récupérer les contacts
select the type of conversion addressbook fr Choisissez le type de conversion select the type of conversion addressbook fr Choisissez le type de conversion
select where you want to store admin fr Choisissez où vous voulez stocker select where you want to store admin fr Choisissez où vous voulez stocker
show birthday reminders on main screen addressbook fr Montrer les rappels d'anniversaires sur la page principale show birthday reminders on main screen addressbook fr Montrer les rappels d'anniversaires sur la page principale
show contact addressbook fr Montrer le contact
startrecord addressbook fr Enregistrement de départ
state common fr Région state common fr Région
street common fr Rue street common fr Rue
successfully imported x records into your addressbook. addressbook fr Importé avec succès %1 enregistrements dans votre carnet d'adresses.
suffix addressbook fr Suffixe suffix addressbook fr Suffixe
this person's first name was not in the address book. addressbook fr Le prénom de cette personne n'était pas dans le carnet d'adresses test import (show importable records <u>only</u> in browser) addressbook fr Tester l'import (montrer <u>seulement</u> les enregistrements importables dans le navigateur)
today is x's birthday! common fr Aujourd'hui c'est l'anniversaire de %1! that field name has been used already ! addressbook fr Ce nom de champ a déjà été utilisé !
tomorrow is x's birthday. common fr Demain c'est l'anniversaire de %1. the <b>File</b> menu and export your contacts into a comma separated text (CSV) file. <P>Or, in Palm Desktop 4.0 or greater, visit your addressbook and select <b>Export</b> from the <b>File</b> menu. The file exported will be in VCard format.<P> addressbook fr le menu <b>Fichier</b> et exportez vos contacts dans un fichier aux champs séparés par des virgules (CSV). <P>Ou, dans Palm Desktop 4.0 ou plus, allez dans votre carnet d'adresses et choisissez <b>Exporter</b> depuis le menu <b>Fichier</b>. Le fichier exporté sera dans le format VCard.<P>
this person's first name was not in the address book. addressbook fr Le prénom de cette personne n'était pas dans le carnet d'adresses.
this person's last name was not in the address book. addressbook fr Le nom de cette personne n'était pas dans le carnet d'adresses.
today is %1's birthday! common fr Aujourd'hui c'est l'anniversaire de %1 !
tomorrow is %1's birthday. common fr Demain c'est l'anniversaire de %1.
update a single entry by passing the fields. addressbook fr Mettre à jour une seule entrée en passant les champs.
vcard common fr VCard vcard common fr VCard
vcards require a first name entry. addressbook fr Les VCards nécessitent une entrée Prénom. vcards require a first name entry. addressbook fr Les VCards nécessitent une entrée Prénom.
vcards require a last name entry. addressbook fr Les Vcards nécessitent une entrée nom de famille.
video phone addressbook fr Téléphone vidéo video phone addressbook fr Téléphone vidéo
voice phone addressbook fr Téléphone vocal voice phone addressbook fr Téléphone vocal
warning!! ldap is valid only if you are not using contacts for accounts storage! admin fr Attention!! LDAP est valide seulement si vous n'utilisez pas les contacts pour le stockage des comptes! warning!! ldap is valid only if you are not using contacts for accounts storage! admin fr Attention!! LDAP est valide seulement si vous n'utilisez pas les contacts pour le stockage des comptes!
work phone addressbook fr Téléphone (bureau) work phone addressbook fr Téléphone (bureau)
you must select a vcard. (*.vcf) addressbook fr Vous devez choisir une vcard. (*.vcf)
you must select at least 1 column to display addressbook fr Vous devez choisir au moins 1 colonne à afficher
zip code common fr Code postal zip code common fr Code postal