Commit 03ad78e9 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: sync track-synchro l10n strings with the qt4 intf

parent 09aae32b
......@@ -21,7 +21,7 @@
</object>
<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
<bool key="EncodedWithXMLCoder">YES</bool>
<integer value="5"/>
<integer value="2"/>
</object>
<object class="NSArray" key="IBDocument.PluginDependencies">
<bool key="EncodedWithXMLCoder">YES</bool>
......@@ -82,7 +82,7 @@
<object class="NSTextFieldCell" key="NSCell" id="827348791">
<int key="NSCellFlags">68288064</int>
<int key="NSCellFlags2">272761856</int>
<string key="NSContents">Advance of audio over video:</string>
<string key="NSContents">Audio track synchronization:</string>
<object class="NSFont" key="NSSupport" id="26">
<string key="NSName">LucidaGrande</string>
<double key="NSSize">11</double>
......@@ -172,8 +172,8 @@
<bool key="NS.raise.underflow">YES</bool>
<bool key="NS.raise.dividebyzero">YES</bool>
</object>
<string key="NS.decimal">,</string>
<string key="NS.thousand">.</string>
<string key="NS.decimal">.</string>
<string key="NS.thousand">,</string>
<bool key="NS.hasthousands">YES</bool>
<bool key="NS.localized">YES</bool>
<bool key="NS.allowsfloats">YES</bool>
......@@ -326,7 +326,7 @@
<object class="NSTextFieldCell" key="NSCell" id="53850351">
<int key="NSCellFlags">68288064</int>
<int key="NSCellFlags2">272761856</int>
<string key="NSContents">Advance of subtitles over video:</string>
<string key="NSContents">Subtitle track syncronization:</string>
<reference key="NSSupport" ref="26"/>
<reference key="NSControlView" ref="662764430"/>
<reference key="NSBackgroundColor" ref="592262308"/>
......@@ -486,7 +486,7 @@
<object class="NSTextFieldCell" key="NSCell" id="432856306">
<int key="NSCellFlags">68288064</int>
<int key="NSCellFlags2">272761856</int>
<string key="NSContents">Speed of the subtitles:</string>
<string key="NSContents">Subtitles speed:</string>
<reference key="NSSupport" ref="26"/>
<reference key="NSControlView" ref="1031205444"/>
<reference key="NSBackgroundColor" ref="592262308"/>
......@@ -1518,9 +1518,9 @@ AADzUQABAAAAARbMY3VydgAAAAAAAAABAc0AAA</bytes>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>{{409, 177}, {408, 193}}</string>
<string>{{436, 259}, {408, 193}}</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>{{409, 177}, {408, 193}}</string>
<string>{{436, 259}, {408, 193}}</string>
<boolean value="NO"/>
<string>{196, 240}</string>
<string>{{357, 418}, {480, 270}}</string>
......
......@@ -52,14 +52,14 @@ static VLCTrackSynchronization *_o_sharedInstance = nil;
[o_window setTitle:_NS("Track Synchronization")];
[o_reset_btn setTitle:_NS("Reset")];
[o_av_lbl setStringValue:_NS("Audio/Video")];
[o_av_advance_lbl setStringValue: _NS("Advance of audio over video:")];
[o_av_advance_lbl setStringValue: _NS("Audio track synchronization:")];
[[o_av_value_fld formatter] setFormat:[NSString stringWithFormat:@"#,##0.000 %@", _NS("s")]];
[o_av_value_fld setToolTip: _NS("A positive value means that the audio is ahead of the video")];
[o_sv_lbl setStringValue: _NS("Subtitles/Video")];
[o_sv_advance_lbl setStringValue: _NS("Advance of subtitles over video:")];
[o_sv_advance_lbl setStringValue: _NS("Subtitle track syncronization:")];
[[o_sv_advance_value_fld formatter] setFormat:[NSString stringWithFormat:@"#,##0.000 %@", _NS("s")]];
[o_sv_advance_value_fld setToolTip: _NS("A positive value means that the subtitles are ahead of the video" )];
[o_sv_speed_lbl setStringValue: _NS("Speed of the subtitles:")];
[o_sv_speed_lbl setStringValue: _NS("Subtitles speed:")];
[[o_sv_speed_value_fld formatter] setFormat:[NSString stringWithFormat:@"#,##0.000 %@", _NS("fps")]];
if (OSX_LION)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment