|
5.
|
|
|
%a %b %e %Y
|
|
|
Translators, please edit/rearrange these strftime(3) tokens to suit your locale!
That will fix bug #1001595 for your locale and make the date/time in the upper-right corner of your screen look beautiful :)
This format string shows the abbreviated weekday, day, abbreviated month, and year.
en_US example: "%a %b %e %Y" --> "Sat Oct 31 2020"
en_GB example: "%a %e %b %Y" --> "Sat 31 Oct 2020"
zh_CN example(?): "%Y年%m月%d日 周%a" --> "2020年10月31日 周六"
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/formatter-desktop.cpp:138
|
|
8.
|
|
|
%b %e %Y
|
|
|
Translators, please edit/rearrange these strftime(3) tokens to suit your locale!
That will fix bug #1001595 for your locale and make the date/time in the upper-right corner of your screen look beautiful :)
This format string shows the day, abbreviated month, and year.
en_US example: "%b %e %Y" --> "Oct 31 2020"
en_GB example: "%e %b %Y" --> "31 Oct 2020"
zh_CN example(?): "%Y年%m月%d日" --> "2020年10月31日"
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/formatter-desktop.cpp:163
|
|
10.
|
|
|
%Y
|
|
|
This strftime(3) format string shows the year.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/formatter-desktop.cpp:176
|
|
14.
|
|
|
Time & Date settings…
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/menu.cpp:491
|
|
24.
|
|
|
Today
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/utils.c:274
|
|
25.
|
|
|
Tomorrow
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/utils.c:278
|
|
27.
|
|
|
%a %d %b
|
|
|
Translators, please edit/rearrange these strftime(3) tokens to suit your locale!
This format string is used for showing full-day events that are over a week away.
en_US example: "%a %b %d" --> "Sat Oct 31"
en_GB example: "%a %d %b" --> "Sat 31 Oct"
zh_CN example(?): "%m月%d日 周%a" --> "10月31日 周六"
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/utils.c:292
|
|
28.
|
|
|
Tomorrow %l:%M %p
|
|
|
Translators, please edit/rearrange these strftime(3) tokens to suit your locale!
This format string is used for showing, on a 12-hour clock, events/appointments that happen tomorrow.
(Note: the space between the day and the time is an em space (unicode character 2003), which is
slightly wider than a normal space.)
en_US example: "Tomorrow %l:%M %p" --> "Tomorrow 1:00 PM"
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/utils.c:313
|
|
29.
|
|
|
%a %l:%M %p
|
|
|
Translators, please edit/rearrange these strftime(3) tokens to suit your locale!
This format string is used for showing, on a 12-hour clock, events/appointments that happen this week.
(Note: the space between the day and the time is an em space (unicode character 2003), which is
slightly wider than a normal space.)
en_US example: "Tomorrow %l:%M %p" --> "Fri 1:00 PM"
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/utils.c:322
|
|
30.
|
|
|
%a %d %b %l:%M %p
|
|
|
Translators, please edit/rearrange these strftime(3) tokens to suit your locale!
This format string is used for showing, on a 12-hour clock, events/appointments that happen over a week from now.
(Note: the space between the day and the time is an em space (unicode character 2003), which is
slightly wider than a normal space.)
en_US example: "%a %b %d %l:%M %p" --> "Fri Oct 31 1:00 PM"
en_GB example: "%a %d %b %l:%M %p" --> "Fri 31 Oct 1:00 PM"
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/utils.c:332
|