|
|
|
@ -204,12 +204,12 @@ static VLCOpen *_o_sharedMainInstance = nil; |
|
|
|
[o_capture_mode_pop addItemWithTitle: _NS("Screen")]; |
|
|
|
[o_capture_mode_pop addItemWithTitle: @"EyeTV"]; |
|
|
|
[o_screen_long_lbl setStringValue: _NS("This input allows you to save, stream or display your current screen contents.")]; |
|
|
|
[o_screen_fps_lbl setStringValue: _NS("Frames per Second:")]; |
|
|
|
[o_screen_screen_lbl setStringValue: _NS("Screen:")]; |
|
|
|
[o_screen_left_lbl setStringValue: _NS("Subscreen left:")]; |
|
|
|
[o_screen_top_lbl setStringValue: _NS("Subscreen top:")]; |
|
|
|
[o_screen_width_lbl setStringValue: _NS("Subscreen width:")]; |
|
|
|
[o_screen_height_lbl setStringValue: _NS("Subscreen height:")]; |
|
|
|
[o_screen_fps_lbl setStringValue: [NSString stringWithFormat:@"%@:",_NS("Frames per Second")]]; |
|
|
|
[o_screen_screen_lbl setStringValue: [NSString stringWithFormat:@"%@:",_NS("Screen")]]; |
|
|
|
[o_screen_left_lbl setStringValue: [NSString stringWithFormat:@"%@:",_NS("Subscreen left")]]; |
|
|
|
[o_screen_top_lbl setStringValue: [NSString stringWithFormat:@"%@:",_NS("Subscreen top")]]; |
|
|
|
[o_screen_width_lbl setStringValue: [NSString stringWithFormat:@"%@:",_NS("Subscreen width")]]; |
|
|
|
[o_screen_height_lbl setStringValue: [NSString stringWithFormat:@"%@:",_NS("Subscreen height")]]; |
|
|
|
[o_screen_follow_mouse_ckb setTitle: _NS("Follow the mouse")]; |
|
|
|
[o_screen_qtk_audio_ckb setTitle: _NS("Capture Audio")]; |
|
|
|
[o_eyetv_currentChannel_lbl setStringValue: _NS("Current channel:")]; |
|
|
|
@ -220,8 +220,8 @@ static VLCOpen *_o_sharedMainInstance = nil; |
|
|
|
[o_eyetv_noInstanceLong_lbl setStringValue: _NS("VLC could not connect to EyeTV.\nMake sure that you installed VLC's EyeTV plugin.")]; |
|
|
|
[o_eyetv_launchEyeTV_btn setTitle: _NS("Launch EyeTV now")]; |
|
|
|
[o_eyetv_getPlugin_btn setTitle: _NS("Download Plugin")]; |
|
|
|
[o_capture_width_lbl setStringValue: _NS("Image width:")]; |
|
|
|
[o_capture_height_lbl setStringValue: _NS("Image height:")]; |
|
|
|
[o_capture_width_lbl setStringValue: [NSString stringWithFormat:@"%@:",_NS("Image width")]]; |
|
|
|
[o_capture_height_lbl setStringValue: [NSString stringWithFormat:@"%@:",_NS("Image height")]]; |
|
|
|
|
|
|
|
[self qtkvideoDevices]; |
|
|
|
[o_qtk_video_device_pop removeAllItems]; |
|
|
|
@ -351,7 +351,7 @@ static VLCOpen *_o_sharedMainInstance = nil; |
|
|
|
module_config_t * p_item; |
|
|
|
intf_thread_t * p_intf = VLCIntf; |
|
|
|
|
|
|
|
[o_file_sub_ckbox setTitle: _NS("Load subtitle file:")]; |
|
|
|
[o_file_sub_ckbox setTitle: _NS("Add Subtitle File:")]; |
|
|
|
[o_file_sub_path_lbl setStringValue: _NS("Choose a file")]; |
|
|
|
[o_file_sub_path_lbl setHidden: NO]; |
|
|
|
[o_file_sub_path_fld setStringValue: @""]; |
|
|
|
|