|
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
|
|
11.
|
|
|
%A, %e %B %Y
|
|
|
Translators, please edit/rearrange these strftime(3) tokens to suit your locale!
Format string for the day on the first menuitem in the datetime indicator.
This format string gives the full weekday, date, month, and year.
en_US example: "%A, %B %e %Y" --> Saturday, October 31 2020"
en_GB example: "%A, %e %B %Y" --> Saturday, 31 October 2020"
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/menu.cpp:329
|
|
13.
|
|
|
Clock
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/menu.cpp:439
|
|
14.
|
|
|
Time & Date settings…
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/menu.cpp:491
|
|
15.
|
|
|
Date and Time
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/menu.cpp:546
|
|
17.
|
|
|
%s (has alarms)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/menu.cpp:601
|
|
18.
|
|
|
%a, %l:%M %p
|
|
|
* strftime(3) format for abbreviated weekday,
hours, minutes in a 12h locale; e.g. Wed, 2:00 PM
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/snap.cpp:144
|
|
19.
|
|
|
%a, %H:%M
|
|
|
* A strftime(3) format for abbreviated weekday,
hours, minutes in a 24h locale; e.g. Wed, 14:00
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/snap.cpp:148
|