[[self.repeatButtoncell]accessibilitySetOverrideValue:_NS("Change repeat mode. Modes: repeat one, repeat all and no repeat.")forAttribute:NSAccessibilityDescriptionAttribute];
[[_fileBrowseButtoncell]accessibilitySetOverrideValue:_NS("Select another file to play in sync with the previously selected file")forAttribute:NSAccessibilityDescriptionAttribute];
_fileBrowseButton.accessibilityLabel=_NS("Select another file to play in sync with the previously selected file");
[_netHelpLabelsetStringValue:_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.")];
[_netHelpUDPLabelsetStringValue:_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.")];
[_netHTTPURLTextFieldaccessibilitySetOverrideValue:_NS("Enter a stream URL here. To open RTP or UDP streams, use the respective button below.")forAttribute:NSAccessibilityDescriptionAttribute];
_netHTTPURLTextField.accessibilityLabel=_NS("Enter a stream URL here. To open RTP or UDP streams, use the respective button below.");