|
3.
|
|
|
%d.%m
|
|
|
DIY overkill
|
|
|
|
(no translation yet)
|
|
|
|
Located in
GoogleCalendarScreenlet.py:332
|
|
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")))
|
|
|
|
(no translation yet)
|
|
|
|
Located in
GoogleCalendarScreenlet.py:333 GoogleCalendarScreenlet.py:1187
|
|
8.
|
|
|
Please fill in the gCal essential properties ...
|
|
|
|
(no translation yet)
|
|
|
|
Located in
GoogleCalendarScreenlet.py:439
|
|
10.
|
|
|
Enter username and password. gCal is using system keyring encryption.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
GoogleCalendarScreenlet.py:445
|
|
12.
|
|
|
The interval for updating info (in minutes)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
GoogleCalendarScreenlet.py:446
|
|
15.
|
|
|
Active interval
|
|
|
|
(no translation yet)
|
|
|
|
Located in
GoogleCalendarScreenlet.py:448
|
|
16.
|
|
|
Starting from this amount of days towards future, the event data is displayed in compressed format
|
|
|
|
(no translation yet)
|
|
|
|
Located in
GoogleCalendarScreenlet.py:448
|
|
18.
|
|
|
Show the event pane
|
|
|
|
(no translation yet)
|
|
|
|
Located in
GoogleCalendarScreenlet.py:449
|
|
19.
|
|
|
Auto hide on no events
|
|
|
|
(no translation yet)
|
|
|
|
Located in
GoogleCalendarScreenlet.py:450
|
|
20.
|
|
|
Auto hide events pane on no events
|
|
|
|
(no translation yet)
|
|
|
|
Located in
GoogleCalendarScreenlet.py:450
|