[[o_bwd_btncell]accessibilitySetOverrideValue:_NS("Click to go to the previous playlist item. Hold to skip backward through the current media.")forAttribute:NSAccessibilityDescriptionAttribute];
[[o_fwd_btncell]accessibilitySetOverrideValue:_NS("Click to go to the next playlist item. Hold to skip forward through the current media.")forAttribute:NSAccessibilityDescriptionAttribute];
[[o_time_sldcell]accessibilitySetOverrideValue:_NS("Click and move the mouse while keeping the button pressed to use this slider to change current playback position.")forAttribute:NSAccessibilityDescriptionAttribute];
[[o_fullscreen_btncell]accessibilitySetOverrideValue:_NS("Click to enable fullscreen video playback.")forAttribute:NSAccessibilityDescriptionAttribute];
[[o_playlist_btncell]accessibilitySetOverrideValue:_NS("Click to switch between video output and playlist. If no video is shown in the main window, this allows you to hide the playlist.")forAttribute:NSAccessibilityDescriptionAttribute];
[[o_volume_up_btncell]accessibilitySetOverrideValue:_NS("Click to play the audio at maximum volume.")forAttribute:NSAccessibilityDescriptionAttribute];
[[o_effects_btncell]accessibilitySetOverrideValue:_NS("Click to show an Audio Effects panel featuring an equalizer and further filters.")forAttribute:NSAccessibilityDescriptionAttribute];