mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Put example dates on option menus.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7301 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -143,16 +143,16 @@
|
||||
(N_ "International") (N_ "Date Format")
|
||||
"a" (N_ "Date Format Display") 'locale
|
||||
(list (list->vector (list 'us
|
||||
(N_ "US")
|
||||
(N_ "US (12/31/2001)")
|
||||
(N_ "US-style: mm/dd/yyyy")))
|
||||
(list->vector (list 'uk
|
||||
(N_ "UK")
|
||||
(N_ "UK (31/12/2001)")
|
||||
(N_ "UK-style dd/mm/yyyy")))
|
||||
(list->vector (list 'ce
|
||||
(N_ "Europe")
|
||||
(N_ "Europe (31.12.2001)")
|
||||
(N_ "Continental Europe: dd.mm.yyyy")))
|
||||
(list->vector (list 'iso
|
||||
(N_ "ISO")
|
||||
(N_ "ISO (2001-12-31)")
|
||||
(N_ "ISO Standard: yyyy-mm-dd")))
|
||||
(list->vector (list 'locale
|
||||
(N_ "Locale")
|
||||
|
||||
@@ -344,14 +344,14 @@ Custom
|
||||
<class>GtkOptionMenu</class>
|
||||
<name>date_format_picker</name>
|
||||
<can_focus>True</can_focus>
|
||||
<items>US
|
||||
UK
|
||||
Europe
|
||||
ISO
|
||||
<items>US (12/31/2001)
|
||||
UK (31/12/2001)
|
||||
Europe (31.12.2001)
|
||||
ISO (2001-12-31)
|
||||
Locale
|
||||
Custom
|
||||
</items>
|
||||
<initial_choice>5</initial_choice>
|
||||
<initial_choice>0</initial_choice>
|
||||
<child>
|
||||
<left_attach>1</left_attach>
|
||||
<right_attach>4</right_attach>
|
||||
|
||||
Reference in New Issue
Block a user