Updated translations
This commit is contained in:
parent
cdd5518525
commit
87d47ca380
@ -1,3 +1,4 @@
|
||||
../src/gsm.c
|
||||
../src/main.c
|
||||
../src/phone.c
|
||||
../src/plugins/profiles.c
|
||||
|
116
po/fr.po
116
po/fr.po
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Phone 0.0.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2010-05-12 17:41+0200\n"
|
||||
"POT-Creation-Date: 2010-05-17 16:21+0200\n"
|
||||
"PO-Revision-Date: 2010-04-24 02:07+0200\n"
|
||||
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
|
||||
"Language-Team: French\n"
|
||||
@ -112,7 +112,7 @@ msgstr "Délai d'attente du réseau dépassé"
|
||||
msgid "Network not allowed - emergency calls only"
|
||||
msgstr "Réseau non autorisé - appels d'urgence uniquement"
|
||||
|
||||
#: ../src/gsm.c:117 ../src/gsm.c:1010 ../src/gsm.c:1206 ../src/gsm.c:1266
|
||||
#: ../src/gsm.c:117 ../src/gsm.c:1005 ../src/gsm.c:1201 ../src/gsm.c:1261
|
||||
msgid "Unknown error"
|
||||
msgstr "Erreur inconnue"
|
||||
|
||||
@ -132,11 +132,11 @@ msgstr "Paramètre de mode PDU invalide"
|
||||
msgid "Invalid memory index"
|
||||
msgstr "Index mémoire invalide"
|
||||
|
||||
#: ../src/gsm.c:299
|
||||
#: ../src/gsm.c:296
|
||||
msgid ": Unknown baudrate, assuming 115200"
|
||||
msgstr ": Débit inconnu, tente 115200"
|
||||
|
||||
#: ../src/gsm.c:844
|
||||
#: ../src/gsm.c:840
|
||||
msgid "Event not handled"
|
||||
msgstr "Événement non géré"
|
||||
|
||||
@ -149,200 +149,204 @@ msgid ""
|
||||
" -F\tEnable hardware flow control (RTS/CTS)\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/phone.c:310
|
||||
#: ../src/phone.c:332
|
||||
msgid "Initializing..."
|
||||
msgstr "Initialisation..."
|
||||
|
||||
#: ../src/phone.c:501
|
||||
#: ../src/phone.c:523
|
||||
msgid "Checking SIM PIN code..."
|
||||
msgstr "Vérification du code SIM PIN..."
|
||||
|
||||
#: ../src/phone.c:768
|
||||
#: ../src/phone.c:873
|
||||
msgid "Answer"
|
||||
msgstr "Répondre"
|
||||
|
||||
#: ../src/phone.c:775
|
||||
#: ../src/phone.c:880
|
||||
msgid "Hangup"
|
||||
msgstr "Raccrocher"
|
||||
|
||||
#: ../src/phone.c:782
|
||||
#: ../src/phone.c:887
|
||||
msgid "Reject"
|
||||
msgstr "Rejeter"
|
||||
|
||||
#: ../src/phone.c:805
|
||||
#: ../src/phone.c:910
|
||||
msgid "Loudspeaker"
|
||||
msgstr "Haut-parleur"
|
||||
|
||||
#: ../src/phone.c:813
|
||||
#: ../src/phone.c:918
|
||||
msgid "Mute microphone"
|
||||
msgstr "Couper le microphone"
|
||||
|
||||
#: ../src/phone.c:829
|
||||
#: ../src/phone.c:934
|
||||
msgid "Unknown contact"
|
||||
msgstr "Contact inconnu"
|
||||
|
||||
#: ../src/phone.c:836
|
||||
#: ../src/phone.c:941
|
||||
msgid "Unknown number"
|
||||
msgstr "Numéro inconnu"
|
||||
|
||||
#: ../src/phone.c:844
|
||||
#: ../src/phone.c:949
|
||||
msgid "In conversation"
|
||||
msgstr "En conversation"
|
||||
|
||||
#: ../src/phone.c:852
|
||||
#: ../src/phone.c:957
|
||||
msgid "Incoming call"
|
||||
msgstr "Appel entrant"
|
||||
|
||||
#: ../src/phone.c:859
|
||||
#: ../src/phone.c:964
|
||||
msgid "Outgoing call"
|
||||
msgstr "Appel sortant"
|
||||
|
||||
#: ../src/phone.c:867
|
||||
#: ../src/phone.c:972
|
||||
msgid "Call finished"
|
||||
msgstr "Appel terminé"
|
||||
|
||||
#: ../src/phone.c:921
|
||||
#: ../src/phone.c:1026
|
||||
msgid "Enter"
|
||||
msgstr "Entrer"
|
||||
|
||||
#: ../src/phone.c:923
|
||||
#: ../src/phone.c:1028
|
||||
msgid "Skip"
|
||||
msgstr "Ignorer"
|
||||
|
||||
#: ../src/phone.c:934
|
||||
#: ../src/phone.c:1039
|
||||
msgid "Enter SIM PIN code"
|
||||
msgstr "Entrer le code SIM PIN"
|
||||
|
||||
#: ../src/phone.c:963
|
||||
#: ../src/phone.c:1068
|
||||
msgid "Contacts"
|
||||
msgstr "Contacts"
|
||||
|
||||
#: ../src/phone.c:970 ../src/phone.c:1241 ../src/phone.c:1284
|
||||
#: ../src/phone.c:1409
|
||||
#: ../src/phone.c:1075 ../src/phone.c:1397 ../src/phone.c:1440
|
||||
#: ../src/phone.c:1565
|
||||
msgid "Call"
|
||||
msgstr "Appeler"
|
||||
|
||||
#: ../src/phone.c:980
|
||||
#: ../src/phone.c:1085
|
||||
msgid "Write"
|
||||
msgstr "Écrire"
|
||||
|
||||
#: ../src/phone.c:1002
|
||||
msgid "Contact"
|
||||
msgstr "Contact"
|
||||
#: ../src/phone.c:1107
|
||||
msgid "Name"
|
||||
msgstr "Nom"
|
||||
|
||||
#: ../src/phone.c:1213
|
||||
#: ../src/phone.c:1369
|
||||
msgid "Dialer"
|
||||
msgstr "Composer"
|
||||
|
||||
#: ../src/phone.c:1243
|
||||
#: ../src/phone.c:1399
|
||||
msgid "Hang up"
|
||||
msgstr "Raccrocher"
|
||||
|
||||
#: ../src/phone.c:1277
|
||||
#: ../src/phone.c:1433
|
||||
msgid "Messages"
|
||||
msgstr "Messages"
|
||||
|
||||
#: ../src/phone.c:1290
|
||||
#: ../src/phone.c:1446
|
||||
msgid "New message"
|
||||
msgstr "Nouveau message"
|
||||
|
||||
#: ../src/phone.c:1296
|
||||
#: ../src/phone.c:1452
|
||||
msgid "Reply"
|
||||
msgstr "Répondre"
|
||||
|
||||
#: ../src/phone.c:1314
|
||||
#: ../src/phone.c:1470
|
||||
msgid "Inbox"
|
||||
msgstr "Reçus"
|
||||
|
||||
#: ../src/phone.c:1318
|
||||
#: ../src/phone.c:1474
|
||||
msgid "Sent"
|
||||
msgstr "Envoyés"
|
||||
|
||||
#: ../src/phone.c:1337
|
||||
#: ../src/phone.c:1493
|
||||
msgid "From"
|
||||
msgstr "De"
|
||||
|
||||
#: ../src/phone.c:1343
|
||||
#: ../src/phone.c:1499
|
||||
msgid "Date"
|
||||
msgstr "Date"
|
||||
|
||||
#: ../src/phone.c:1403
|
||||
#: ../src/phone.c:1559
|
||||
msgid "Read message"
|
||||
msgstr "Lire le message"
|
||||
|
||||
#: ../src/phone.c:1481
|
||||
#: ../src/phone.c:1637
|
||||
msgid "Write message"
|
||||
msgstr "Écrire un message"
|
||||
|
||||
#: ../src/phone.c:1487
|
||||
#: ../src/phone.c:1643
|
||||
msgid "Send"
|
||||
msgstr "Envoyer"
|
||||
|
||||
#: ../src/phone.c:1493
|
||||
#: ../src/phone.c:1649
|
||||
msgid "Attach"
|
||||
msgstr "Attacher"
|
||||
|
||||
#: ../src/phone.c:1579
|
||||
#: ../src/phone.c:1735
|
||||
#, c-format
|
||||
msgid "%d message%s, %d/%d characters"
|
||||
msgstr "%d message%s, %d/%d caractères"
|
||||
|
||||
#: ../src/phone.c:1580
|
||||
#: ../src/phone.c:1736
|
||||
msgid "s"
|
||||
msgstr "s"
|
||||
|
||||
#: ../src/phone.c:1604
|
||||
#: ../src/phone.c:1761
|
||||
msgid "Sending message..."
|
||||
msgstr "Envoi du message..."
|
||||
|
||||
#: ../src/phone.c:1709
|
||||
#: ../src/phone.c:1876
|
||||
msgid "Operation in progress..."
|
||||
msgstr "Opération en cours..."
|
||||
|
||||
#: ../src/phone.c:1737 ../src/phone.c:1742
|
||||
#: ../src/phone.c:1904 ../src/phone.c:1909
|
||||
msgid "Error"
|
||||
msgstr "Erreur"
|
||||
|
||||
#: ../src/phone.c:1800 ../src/phone.c:1805
|
||||
#: ../src/phone.c:1988 ../src/phone.c:1993
|
||||
msgid "Information"
|
||||
msgstr "Information"
|
||||
|
||||
#: ../src/phone.c:1888
|
||||
#: ../src/phone.c:2076
|
||||
msgid "Unknown"
|
||||
msgstr "Inconnu"
|
||||
|
||||
#: ../src/phone.c:1891
|
||||
#: ../src/phone.c:2079
|
||||
msgid "Registering..."
|
||||
msgstr "Enregistrement..."
|
||||
|
||||
#: ../src/phone.c:1894
|
||||
#: ../src/phone.c:2082
|
||||
msgid "Denied"
|
||||
msgstr "Refusé"
|
||||
|
||||
#: ../src/phone.c:1897
|
||||
#: ../src/phone.c:2087
|
||||
msgid "SIM check..."
|
||||
msgstr "Vérification SIM..."
|
||||
|
||||
#: ../src/phone.c:1903
|
||||
#: ../src/phone.c:2093
|
||||
msgid "SIM ready..."
|
||||
msgstr "SIM prête..."
|
||||
|
||||
#: ../src/phone.c:2007
|
||||
#: ../src/phone.c:2197
|
||||
msgid "New message received"
|
||||
msgstr "Nouveau message reçu"
|
||||
|
||||
#: ../src/phone.c:2025
|
||||
#: ../src/phone.c:2218
|
||||
msgid "Message sent"
|
||||
msgstr "Message envoyé"
|
||||
|
||||
#: ../src/phone.c:2049
|
||||
#: ../src/phone.c:2242
|
||||
msgid "SIM PIN is valid"
|
||||
msgstr "Code SIM PIN valide"
|
||||
|
||||
#: ../src/phone.c:2088
|
||||
#: ../src/phone.c:2281
|
||||
msgid "Could not send message"
|
||||
msgstr "Le message n'a pas pu être envoyé"
|
||||
|
||||
#: ../src/phone.c:2096
|
||||
#: ../src/phone.c:2289
|
||||
msgid "Wrong SIM PIN code"
|
||||
msgstr "Code SIM PIN erroné"
|
||||
|
||||
#: ../src/plugins/profiles.c:88 ../src/plugins/profiles.c:96
|
||||
msgid "Could not initialize PulseAudio"
|
||||
msgstr "Impossible d'initialiser PulseAudio"
|
||||
|
Loading…
Reference in New Issue
Block a user