summaryrefslogtreecommitdiffstats
path: root/src/gui/lang/twinkle_sv.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_sv.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_sv.ts')
-rw-r--r--src/gui/lang/twinkle_sv.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/lang/twinkle_sv.ts b/src/gui/lang/twinkle_sv.ts
index fcdee09..9286a79 100644
--- a/src/gui/lang/twinkle_sv.ts
+++ b/src/gui/lang/twinkle_sv.ts
@@ -672,7 +672,7 @@
<translation>Linje %1: samtalskoppling misslyckades.</translation>
</message>
<message>
- <source>Line %1: call succesfully transferred.</source>
+ <source>Line %1: call successfully transferred.</source>
<translation>Linje %1: samtal kopplades.</translation>
</message>
<message>
@@ -4429,7 +4429,7 @@ If you disable this option, then the first codec from the active codecs that is
<translation type="obsolete">Alt+X</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 type="unfinished"></translation>
</message>
<message>
@@ -5094,7 +5094,7 @@ The values of all SIP headers of the incoming SIP BYE request are passed in envi
</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.