25 #include <wx/translation.h>
29 if (timeSpan.IsNull())
33 if (timeSpan.GetHours() >= 1)
36 return timeSpan.Format(_(
"%H:%M h"));
41 if (timeSpan.GetSeconds() > 60)
44 return timeSpan.Format(_(
"%M:%S min"));
48 if (timeSpan.GetSeconds() < 1)
56 return timeSpan.Format(_(
"%S s"));
WXIMPEX wxString GetFormattedTimeSpan(const wxTimeSpan &timeSpan)