summaryrefslogtreecommitdiffstats
path: root/src/gui/lang/twinkle_fr.ts
diff options
context:
space:
mode:
authorPeter Colberg <peter@colberg.org>2015-12-30 16:53:42 -0500
committerPeter Colberg <peter@colberg.org>2015-12-30 16:53:42 -0500
commit2af8b4b6b3b09ae4f73d3d38204619f1486d8a89 (patch)
tree24e30dbc39c023799c4ab00faa6a6e9ee84ba8e5 /src/gui/lang/twinkle_fr.ts
parenta363dde8b5fb7133c0ea06001e4a9e4a7fd7ac78 (diff)
downloadtwinkle-2af8b4b6b3b09ae4f73d3d38204619f1486d8a89.tar
twinkle-2af8b4b6b3b09ae4f73d3d38204619f1486d8a89.tar.gz
twinkle-2af8b4b6b3b09ae4f73d3d38204619f1486d8a89.tar.lz
twinkle-2af8b4b6b3b09ae4f73d3d38204619f1486d8a89.tar.xz
twinkle-2af8b4b6b3b09ae4f73d3d38204619f1486d8a89.zip
Fix spelling
Diffstat (limited to 'src/gui/lang/twinkle_fr.ts')
-rw-r--r--src/gui/lang/twinkle_fr.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/lang/twinkle_fr.ts b/src/gui/lang/twinkle_fr.ts
index f3a9965..f2bfd66 100644
--- a/src/gui/lang/twinkle_fr.ts
+++ b/src/gui/lang/twinkle_fr.ts
@@ -660,7 +660,7 @@
<translation>Ligne %1: transfert d&apos;appel échoué.</translation>
</message>
<message>
- <source>Line %1: call succesfully transferred.</source>
+ <source>Line %1: call successfully transferred.</source>
<translation>Ligne %1: transfert d&apos;appel réussi.</translation>
</message>
<message>
@@ -4481,7 +4481,7 @@ Ce champ est obligatoire.</translation>
<translation>Co&amp;mplexité:</translation>
</message>
<message>
- <source>Discontinuous transmission is an addition to VAD/VBR operation, that allows to stop transmitting completely when the background noise is stationary.</source>
+ <source>Discontinuous transmission is an addition to VAD/VBR operation, that allows one to stop transmitting completely when the background noise is stationary.</source>
<translation>La transmission discontinue est un ajout à VAD/VBR, qui permet d&apos;arrêter totalement la transmission quand le bruit de fond est stationnaire.</translation>
</message>
<message>
@@ -5536,7 +5536,7 @@ Si vous désactivez cette option, c&apos;est le premier codec de la liste des co
</message>
<message>
<source>&lt;p&gt;
-You can customize the way Twinkle handles incoming calls. Twinkle can call a script when a call comes in. Based on the ouput of the script Twinkle accepts, rejects or redirects the call. When accepting the call, the ring tone can be customized by the script as well. The script can be any executable program.
+You can customize the way Twinkle handles incoming calls. Twinkle can call a script when a call comes in. Based on the output of the script Twinkle accepts, rejects or redirects the call. When accepting the call, the ring tone can be customized by the script as well. The script can be any executable program.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Note:&lt;/b&gt; Twinkle pauses while your script runs. It is recommended that your script does not take more than 200 ms. When you need more time, you can send the parameters followed by &lt;b&gt;end&lt;/b&gt; and keep on running. Twinkle will continue when it receives the &lt;b&gt;end&lt;/b&gt; parameter.