mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 19:23:02 +01:00
31 lines
815 B
Plaintext
31 lines
815 B
Plaintext
|
// *******************************************************************************
|
||
|
// *
|
||
|
// * Copyright (C) 1997-2004, International Business Machines
|
||
|
// * Corporation and others. All Rights Reserved.
|
||
|
// *
|
||
|
// *******************************************************************************
|
||
|
|
||
|
en_AU {
|
||
|
Version { "2.0" }
|
||
|
// Currency display names
|
||
|
Currencies {
|
||
|
AUD { "$", "Australian Dollar" }
|
||
|
USD { "US$", "US Dollar" }
|
||
|
}
|
||
|
calendar{
|
||
|
gregorian{
|
||
|
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}",
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|