Skip to content
Snippets Groups Projects
strings.xml 4.12 KiB
Newer Older
Adrien Béraud's avatar
Adrien Béraud committed
<?xml version='1.0' encoding='UTF-8'?>
<resources>
Adrien Béraud's avatar
Adrien Béraud committed
  <!--RingActivity-->
  <string name="close_msg">Appuyer de nouveau pour quitter</string>
  <string name="title_section0">Numéroter</string>
  <string name="title_section1">Appeler</string>
  <string name="title_section2">Historique</string>
  <string name="title_activity_sflphone_home">Ring</string>
  <string name="create_new_account_dialog_title">Aucun compte SIP enregistré</string>
  <string name="create_new_account_dialog">Voulez-vous enregistrer un compte maintenant?</string>
  <string name="cannot_pass_sipcall_title">Compte SIP indisponible</string>
  <string name="cannot_pass_sipcall">Le compte SIP sélectionné n\'est pas disponible</string>
  <string name="error_no_network">Pas d\'accès au réseau</string>
  <!--AB menus-->
  <string name="ab_account_creation">Nouveau compte</string>
  <string name="ab_account_edition_1">Supprimer</string>
  <string name="ab_action_chat">Messagerie texte</string>
  <string name="ab_clear_history">Effacer l\'historique</string>
  <!--Left Drawer-->
  <!--Accessibility-->
  <string name="drawer_open">Ouvrir le tiroir de navigation</string>
  <string name="drawer_close">Fermer le tiroir de navigation</string>
  <!--Sections-->
  <string name="menu_item_home">Accueil</string>
  <string name="menu_item_accounts">Gérer les comptes</string>
  <string name="menu_item_settings">Paramètres</string>
  <string name="menu_item_about">À propos de Ring</string>
  <!--Dialing Fragment-->
  <string name="dial_action_call">Appeler</string>
  <string name="dial_number">Composez un numéro</string>
  <string name="dial_hint">Entrez un numéro</string>
  <!--History Fragment-->
  <string name="hist_replay_button">Écouter</string>
  <string name="hist_replay_button_stop">Stop</string>
  <string name="hist_no_history">Pas d\'historique</string>
  <string name="hist_in_calls">Entrant:%1$d</string>
  <string name="hist_out_calls">Sortant:%1$d</string>
  <!--DetailsHistory Fragment-->
  <string name="detail_hist_call_number">Appeler %1$s</string>
  <!--Home Fragment-->
  <plurals name="home_conferences_title">
    <item quantity="one">%d Conversation</item>
    <item quantity="other">%d Conversations</item>
  </plurals>
  <string name="home_transfering">Transfert de %1$s à %1$s</string>
  <string name="home_transfer_complet">Transfert terminé</string>
  <string name="home_conf_item">%1$s participants</string>
  <!--ContactList Fragment-->
  <string name="no_contact_found">Aucun contact trouvé</string>
  <string name="starred_contacts_title">Favoris</string>
  <string name="searchbar_hint">Taper un nom ou un numéro…</string>
  <string name="choose_number">Choisissez un numéro</string>
  <!--FileExplorerDFragement-->
  <string name="file_explorer_title">Sélectionner un fichier</string>
  <!--TransferDFragment-->
  <string name="transfer_to_another_call">Transfert avec un autre appel</string>
  <string name="transfer_no_other_call">Aucun appel</string>
  <string name="transfer_type_number">Entrez un numéro</string>
  <!--Notifications-->
  <string name="notif_missed_call_title">Appel manqué</string>
  <string name="notif_missed_call_content">From %1$s</string>
  <!--Call Fragment-->
  <string name="me">Moi</string>
  <string name="you_txt_prefix">Vous :</string>
  <string name="action_call_attended_transfer">Transfert</string>
  <string name="action_call_unattended_transfer">Transfert Direct</string>
  <string name="action_call_conference">Conférence</string>
  <string name="action_call_hold">Attente</string>
  <string name="action_call_hangup">Raccrocher</string>
  <string name="action_settings">Paramètres</string>
  <string name="copyright">Copyright \u00A9 2004–2015 Savoir-Faire Linux Inc.</string>
  <string name="web_site">Site web</string>
  <string name="help_gestures"> This view will help users with different interactions during calls. Different actions will be described; Long press, fling, swype etc.</string>
  <string name="send_message">Envoyer le message</string>
  <string name="ongoing_call">Appel en cours</string>
  <string name="hist_in_call">Appel entrant de %1$s</string>
  <string name="hist_out_call">Appel sortant de %1$s</string>
Dany YARAKOU's avatar
Dany YARAKOU committed
</resources>