mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
i10n: fix some case typo in audio/video codecs thanks to Atalanttore
This commit is contained in:
parent
0dfd24fc92
commit
878071d18b
23 changed files with 15 additions and 14 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<key>Key</key>
|
||||
<string>speex_16k_preference</string>
|
||||
<key>Title</key>
|
||||
<string>Speex 16Khz</string>
|
||||
<string>Speex 16kHz</string>
|
||||
<key>Type</key>
|
||||
<string>PSToggleSwitchSpecifier</string>
|
||||
</dict>
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
<key>Key</key>
|
||||
<string>speex_8k_preference</string>
|
||||
<key>Title</key>
|
||||
<string>Speex 8Khz</string>
|
||||
<string>Speex 8kHz</string>
|
||||
<key>Type</key>
|
||||
<string>PSToggleSwitchSpecifier</string>
|
||||
</dict>
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
<key>Key</key>
|
||||
<string>silk_24k_preference</string>
|
||||
<key>Title</key>
|
||||
<string>Silk 24Khz</string>
|
||||
<string>Silk 24kHz</string>
|
||||
<key>Type</key>
|
||||
<string>PSToggleSwitchSpecifier</string>
|
||||
</dict>
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
<key>Key</key>
|
||||
<string>silk_16k_preference</string>
|
||||
<key>Title</key>
|
||||
<string>Silk 16Khz</string>
|
||||
<string>Silk 16kHz</string>
|
||||
<key>Type</key>
|
||||
<string>PSToggleSwitchSpecifier</string>
|
||||
</dict>
|
||||
|
|
@ -128,7 +128,7 @@
|
|||
<key>Key</key>
|
||||
<string>g722_preference</string>
|
||||
<key>Title</key>
|
||||
<string>G722</string>
|
||||
<string>G.722</string>
|
||||
<key>Type</key>
|
||||
<string>PSToggleSwitchSpecifier</string>
|
||||
</dict>
|
||||
|
|
@ -138,7 +138,7 @@
|
|||
<key>Key</key>
|
||||
<string>g729_preference</string>
|
||||
<key>Title</key>
|
||||
<string>G729</string>
|
||||
<string>G.729</string>
|
||||
<key>Type</key>
|
||||
<string>PSToggleSwitchSpecifier</string>
|
||||
</dict>
|
||||
|
|
@ -158,7 +158,7 @@
|
|||
<key>Key</key>
|
||||
<string>ilbc_preference</string>
|
||||
<key>Title</key>
|
||||
<string>ILBC</string>
|
||||
<string>iLBC</string>
|
||||
<key>Type</key>
|
||||
<string>PSToggleSwitchSpecifier</string>
|
||||
</dict>
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
<key>Key</key>
|
||||
<string>mp4v-es_preference</string>
|
||||
<key>Title</key>
|
||||
<string>mpeg4</string>
|
||||
<string>MPEG-4</string>
|
||||
<key>Type</key>
|
||||
<string>PSToggleSwitchSpecifier</string>
|
||||
</dict>
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
<key>Key</key>
|
||||
<string>h264_preference</string>
|
||||
<key>Title</key>
|
||||
<string>h264</string>
|
||||
<string>H.264</string>
|
||||
<key>Type</key>
|
||||
<string>PSToggleSwitchSpecifier</string>
|
||||
</dict>
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -10,10 +10,10 @@
|
|||
"AAC-ELD 44kHz" = "AAC-ELD 44kHz";
|
||||
"AAC-ELD 48kHz" = "AAC-ELD 48kHz";
|
||||
"AMR" = "AMR";
|
||||
"G722" = "G722";
|
||||
"G729" = "G729";
|
||||
"G.722" = "G.722";
|
||||
"G.729" = "G.729";
|
||||
"GSM" = "GSM";
|
||||
"ILBC" = "ILBC";
|
||||
"iLBC" = "iLBC";
|
||||
"PCMU" = "PCMU";
|
||||
"PCMA" = "PCMA";
|
||||
"Advanced" = "Advanced";
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
"Network" = "Network";
|
||||
"Tunnel" = "Tunnel";
|
||||
"Advanced" = "Advanced";
|
||||
"Extra features" = "Extra features";
|
||||
"Development debug actions" = "Development debug actions";
|
||||
"About" = "About";
|
||||
"Quit" = "Quit";
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
"Show preview" = "Show preview";
|
||||
"Preferred video size" = "Preferred video size";
|
||||
"Codecs" = "Codecs";
|
||||
"mpeg4" = "mpeg4";
|
||||
"h264" = "h264";
|
||||
"MPEG-4" = "MPEG-4";
|
||||
"H.264" = "H.264";
|
||||
"VP8" = "VP8";
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue