|
75.
|
|
|
Time formatting
|
|
|
|
(no translation yet)
|
|
|
|
Located in
GoogleCalendarScreenlet.py:508
|
|
76.
|
|
|
Use %H for hours 0-23, %I for hours 0-11, %M for minutes, %p for AM/PM indicator, if that supported by locale. Find more info from http://docs.python.org/library/datetime.html#strftime-strptime-behavior
|
|
|
|
(no translation yet)
|
|
|
|
Located in
GoogleCalendarScreenlet.py:508
|
|
77.
|
|
|
Weekday formatting
|
|
|
|
(no translation yet)
|
|
|
|
Located in
GoogleCalendarScreenlet.py:509
|
|
78.
|
|
|
For day names or however you choose to custom them. Use %A for weekday name, %m for month as a number, %b for month as text, %d for day. Example: %d/%m. Find more info from http://docs.python.org/library/datetime.html#strftime-strptime-behavior
|
|
|
|
(no translation yet)
|
|
|
|
Located in
GoogleCalendarScreenlet.py:509
|
|
79.
|
|
|
Tab positions
|
|
|
|
(no translation yet)
|
|
|
|
Located in
GoogleCalendarScreenlet.py:511
|
|
80.
|
|
|
Tabulator positions
|
|
|
|
(no translation yet)
|
|
|
|
Located in
GoogleCalendarScreenlet.py:511
|
|
81.
|
|
|
Day prefix
|
|
|
|
(no translation yet)
|
|
|
|
Located in
GoogleCalendarScreenlet.py:513
|
|
82.
|
|
|
Before day text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
GoogleCalendarScreenlet.py:513
|
|
83.
|
|
|
Day suffix
|
|
|
|
(no translation yet)
|
|
|
|
Located in
GoogleCalendarScreenlet.py:514
|
|
84.
|
|
|
After day text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
GoogleCalendarScreenlet.py:514
|