916b8b0cfc
X-SVN-Rev: 12538
27 lines
680 B
Plaintext
27 lines
680 B
Plaintext
// *******************************************************************************
|
|
// *
|
|
// * Copyright (C) 1997-2003, International Business Machines
|
|
// * Corporation and others. All Rights Reserved.
|
|
// *
|
|
// *******************************************************************************
|
|
|
|
en_AU {
|
|
Version { "2.0" }
|
|
DateTimePatterns {
|
|
"h:mm:ss a z",
|
|
"h:mm:ss a",
|
|
"h:mm:ss a",
|
|
"h:mm a",
|
|
"EEEE, d MMMM yyyy",
|
|
"d MMMM yyyy",
|
|
"dd/MM/yyyy",
|
|
"d/MM/yy",
|
|
"{1} {0}",
|
|
}
|
|
// Currency display names
|
|
Currencies {
|
|
AUD { "$", "Australian Dollar" }
|
|
USD { "US$", "US Dollar" }
|
|
}
|
|
}
|