Browsing Brazilian Portuguese translation

4 of 110 results
4.
%H:%M
print "==================================>>>>"
print self.CustomTimeFormat + ": " + strStartTime + " -> " + time.strftime(self.CustomTimeFormat, time.strptime(strStartTime, "%H:%M"))
print strStartTime
ts = time.strptime(strStartTime, "%H:%M")
print self.CustomTimeFormat
print time.strftime(self.CustomTimeFormat, ts)
self.__customTimeFormat = re.sub(r_("\b0"),"",time.strftime(self.CustomTimeFormat, time.strptime(strStartTime, "%H:%M")))
%H:%M
Translated and reviewed by Daniel Feitosa
Located in GoogleCalendarScreenlet.py:333 GoogleCalendarScreenlet.py:1187
4 of 110 results

No translation group has been assigned.

You are not logged in. Please log in to work on translations.