summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calllogutils/res/values-fr-rCA/strings.xml
blob: bf96decb8217e0a18b3b4bf630f7b180f777a9e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <string name="type_incoming">Appel entrant</string>
  <string name="type_incoming_pulled">Appel entrant transféré à un autre appareil</string>
  <string name="type_outgoing">Appel sortant</string>
  <string name="type_outgoing_pulled">Appel sortant transféré à un autre appareil</string>
  <string name="type_missed">Appel manqué</string>
  <string name="type_incoming_video">Appel vidéo entrant</string>
  <string name="type_incoming_video_pulled">Appel vidéo entrant transféré à un autre appareil</string>
  <string name="type_outgoing_video">Appel vidéo sortant</string>
  <string name="type_outgoing_video_pulled">Appel vidéo sortant transféré à un autre appareil</string>
  <string name="type_missed_video">Appel vidéo manqué</string>
  <string name="type_voicemail">Messagerie vocale</string>
  <string name="type_rejected">Appel refusé</string>
  <string name="type_blocked">Appel bloqué</string>
  <string name="call_details_minutes_abbreviation">min</string>
  <string name="call_details_seconds_abbreviation">s</string>
  <string name="a11y_call_duration_format">%1$d %2$s %3$d %4$s</string>
  <string name="a11y_call_duration_short_format">%1$d %2$s</string>
  <string name="call_duration_format_pattern">%1$s \'%2$s\' %3$s \'%4$s\'</string>
  <string name="call_duration_short_format_pattern">%1$s \'%2$s\'</string>
  <plurals name="a11y_seconds">
    <item quantity="one">seconde</item>
    <item quantity="other">secondes</item>
  </plurals>
  <plurals name="a11y_minutes">
    <item quantity="one">minute</item>
    <item quantity="other">minutes</item>
  </plurals>
  <string name="type_answered_elsewhere">Appel reçu sur un autre appareil</string>
  <string name="description_phone_account">sur ^1</string>
  <string name="description_via_number">au %1$s</string>
  <string name="description_via_number_phone_account">sur %1$s, au %2$s</string>
  <string name="voicemail_string">Messagerie vocale</string>
  <string name="just_now">À l\'instant</string>
  <string name="new_call_log_carrier_video">Appel vidéo par le fournisseur</string>
  <string name="new_call_log_duo_video">Appel vidéo Duo</string>
  <string name="new_call_log_unknown">Inconnu</string>
  <string name="new_call_log_secondary_blocked">Appels bloqués</string>
  <string name="new_call_log_secondary_spam">Appels importuns</string>
  <plurals name="a11y_new_call_log_entry_missed_call">
    <item quantity="one">^1 appel manqué de ^2</item>
    <item quantity="other">^1 appels, dont le dernier est un appel manqué de ^2</item>
  </plurals>
  <plurals name="a11y_new_call_log_entry_answered_call">
    <item quantity="one">^1 appel accepté de ^2</item>
    <item quantity="other">^1 appels, dont le dernier est un appel accepté de ^2</item>
  </plurals>
  <plurals name="a11y_new_call_log_entry_outgoing_call">
    <item quantity="one">^1 appel sortant à ^2</item>
    <item quantity="other">^1 appels, dont le dernier est un appel sortant à ^2</item>
  </plurals>
  <plurals name="a11y_new_call_log_entry_blocked_call">
    <item quantity="one">^1 appel bloqué de ^2</item>
    <item quantity="other">^1 appels, dont le dernier est un appel bloqué de ^2</item>
  </plurals>
  <string name="a11y_new_call_log_entry_phone_account">sur le compte ^1,
    au numéro ^2</string>
  <string name="a11y_new_call_log_entry_full_description_without_phone_account_info">^1, ^2.</string>
  <string name="a11y_new_call_log_entry_full_description_with_phone_account_info">^1, ^2, ^3.</string>
</resources>