[o_tabviewaccessibilitySetOverrideValue:_NS("4 Tabs to choose between media input. Select 'File' for files, 'Disc' for optical media such as DVDs, Audio CDs or BRs, 'Network' for network streams or 'Capture' for Input Devices such as microphones or cameras, the current screen or TV streams if the EyeTV application is installed.")forAttribute:NSAccessibilityDescriptionAttribute];
[[o_file_btn_browsecell]accessibilitySetOverrideValue:_NS("Click to select a another file to play it in sync with the previously selected file.")forAttribute:NSAccessibilityDescriptionAttribute];
[o_net_help_lblsetStringValue:_NS("To Open a usual network stream (HTTP, RTSP, RTMP, MMS, FTP, etc.), just enter the URL in the field above. If you want to open a RTP or UDP stream, press the button below.")];
[o_net_help_udp_lblsetStringValue:_NS("If you want to open a multicast stream, enter the respective IP address given by the stream provider. In unicast mode, VLC will use your machine's IP automatically.\n\nTo open a stream using a different protocol, just press Cancel to close this sheet.")];
[[o_net_http_urlcell]accessibilitySetOverrideValue:_NS("Enter a URL here to open the network stream. To open RTP or UDP streams, click on the respective button below.")forAttribute:NSAccessibilityDescriptionAttribute];
[[o_file_btn_browsecell]accessibilitySetOverrideValue:_NS("Click to setup subtitle playback in full detail.")forAttribute:NSAccessibilityDescriptionAttribute];
[o_file_sub_btn_browsesetTitle:_NS("Browse...")];
[[o_file_sub_btn_browsecell]accessibilitySetOverrideValue:_NS("Click to select a subtitle file.")forAttribute:NSAccessibilityDescriptionAttribute];
[[o_file_sub_ok_btncell]accessibilitySetOverrideValue:_NS("Click to dismiss the subtitle setup dialog.")forAttribute:NSAccessibilityDescriptionAttribute];