i10n: fix some case typo in audio/video codecs thanks to Atalanttore

This commit is contained in:
Gautier Pelloux-Prayer 2015-05-21 12:23:13 +02:00
parent 0dfd24fc92
commit 878071d18b
23 changed files with 15 additions and 14 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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";

View file

@ -18,6 +18,7 @@
"Network" = "Network";
"Tunnel" = "Tunnel";
"Advanced" = "Advanced";
"Extra features" = "Extra features";
"Development debug actions" = "Development debug actions";
"About" = "About";
"Quit" = "Quit";

View file

@ -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";