|
13.
|
|
|
Time
|
|
|
|
Heure
|
|
Translated by
Damien Grauet
|
|
Reviewed by
Bruno
|
|
|
|
Located in
../src/datetime-prefs-locations.c:636
|
|
14.
|
|
|
%l:%M:%S %p
|
|
|
TRANSLATORS: a strftime(3) format for 12hr time w/seconds
|
|
|
|
%l:%M:%S
|
|
Translated and reviewed by
Jean-Marc
|
|
|
|
Located in
../src/formatter.cpp:234
|
|
15.
|
|
|
%H:%M:%S
|
|
|
TRANSLATORS: a strftime(3) format for 24hr time w/seconds
|
|
|
|
%H:%M:%S
|
|
Translated by
Ubuntiti
|
|
Reviewed by
Bruno
|
|
|
|
Located in
../src/formatter.cpp:240
|
|
16.
|
|
|
%a %b %e
|
|
|
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, and abbreviated month.
en_US example: "%a %b %e" --> "Sat Oct 31"
en_GB example: "%a %e %b" --> "Sat 31 Oct"
zh_CN example(?): "%m月%d日 周%a" --> "03月27日 周六"
|
|
|
|
%a %e %b
|
|
Translated and reviewed by
Bruno
|
|
|
|
Located in
../src/formatter-desktop.cpp:147
|
|
17.
|
|
|
%b %e
|
|
|
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 month and day.
en_US example: "%b %e" --> "Mar 27"
en_GB example: "%e %b" --> "27 Mar"
zh_CN example(?): "%m月%d日" --> "03月27日"
|
|
|
|
%e %b
|
|
Translated and reviewed by
Bruno
|
|
|
|
Located in
../src/formatter-desktop.cpp:172
|
|
18.
|
|
|
%a
|
|
|
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.
zh_CN example(?): "周%a" --> "周六"
|
|
|
|
%a
|
|
Translated by
Bbn
|
|
Reviewed by
Bruno
|
|
|
|
Located in
../src/formatter-desktop.cpp:154
|
|
19.
|
|
|
%s %s
|
|
|
TRANSLATORS: This is a format string passed to strftime to combine the
date and the time. The value of "%s %s" would result in a string like
this in US English 12-hour time: 'Fri Jul 16 11:50 AM'
|
|
|
|
%s %s
|
|
Translated by
Arzach
|
|
Reviewed by
Bruno
|
|
|
|
Located in
../src/utils.c:248
|
|
20.
|
|
|
%l:%M %p
|
|
|
TRANSLATORS: a strftime(3) format for 12hr time
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 today.
en_US example: "%l:%M %p" --> "1:00 PM"
|
|
|
|
%l:%M
|
|
Translated and reviewed by
Jean-Marc
|
|
|
|
Located in
../src/formatter.cpp:237 ../src/utils.c:304
|
|
21.
|
|
|
%H:%M
|
|
|
TRANSLATORS: a strftime(3) format for 24hr time
Translators, please edit/rearrange these strftime(3) tokens to suit your locale!
This format string is used for showing, on a 24-hour clock, events/appointments that happen today.
en_US example: "%H:%M" --> "13:00"
|
|
|
|
%H:%M
|
|
Translated by
Thomas LAROCHE
|
|
Reviewed by
Bruno
|
|
|
|
Located in
../src/formatter.cpp:243 ../src/utils.c:344
|
|
22.
|
|
|
%a %l:%M %p
|
|
|
TRANSLATORS: A format string for the strftime function for
a clock showing the day of the week and the time in 12-hour format without
seconds.
|
|
|
|
%a %l:%M %p
|
|
Translated by
Marin
|
|
Reviewed by
Bruno
|
|
|
|
Located in
../src/settings-shared.h:61
|