#define CONTINUE_PLAYBACK_TEXT N_("Continue playback where you left off")
#define CONTINUE_PLAYBACK_LONGTEXT N_("VLC will store playback positions of the last 30 items you played. If you re-open one of those, playback will continue.")
NSAlert*theAlert=[NSAlertalertWithMessageText:_NS("Continue playback?")defaultButton:_NS("Continue")alternateButton:_NS("Restart playback")otherButton:_NS("Always continue")informativeTextWithFormat:_NS("Playback of \"%s\" will continue at %@"),input_item_GetTitleFbName(p_input),[[VLCStringUtilitysharedInstance]stringForTime:lastPosition.intValue]];