|
10.
|
|
|
Lock to prevent further changes
|
|
|
|
Verrouiller pour empêcher tout nouveau changement
|
|
Translated and reviewed by
Emmanuel Sunyer
|
|
|
|
Located in
../src/datetime-prefs.c:666
|
|
11.
|
|
|
You need to complete this location for it to appear in the menu.
|
|
|
|
Vous devez terminer la saisie de ce lieu pour le faire apparaître dans le menu.
|
|
Translated and reviewed by
Emmanuel Sunyer
|
|
|
|
Located in
../src/datetime-prefs-locations.c:384
|
|
12.
|
|
|
Location
|
|
|
|
Lieu
|
|
Translated by
Damien Grauet
|
|
Reviewed by
Bruno
|
|
|
|
Located in
../src/datetime-prefs-locations.c:620
|
|
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
|