mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 09:23:03 +01:00
54 lines
1.3 KiB
Plaintext
54 lines
1.3 KiB
Plaintext
|
// ***************************************************************************
|
||
|
// *
|
||
|
// * Copyright (C) 1997-2003, International Business Machines
|
||
|
// * Corporation and others. All Rights Reserved.
|
||
|
// *
|
||
|
// ***************************************************************************
|
||
|
|
||
|
// Country names in de, de_AT, and de_CH are short names from the
|
||
|
// list of names maintained by the German
|
||
|
// Federal Permanent Committee for Geographic Names,
|
||
|
// Sta"ndiger Ausschuss fu"r Geographische Namen (StAGN),
|
||
|
// as published at its web site at
|
||
|
// http://www.ifag.de/kartographie/Stagn/Staatennamen.htm
|
||
|
// Date there: 1999-apr-19
|
||
|
|
||
|
de_CH {
|
||
|
Version { "2.0" }
|
||
|
Countries {
|
||
|
BD { "Bangladesh" }
|
||
|
BW { "Botswana" }
|
||
|
BN { "Brunei" }
|
||
|
DJ { "Djibouti" }
|
||
|
CV { "Kapverden" }
|
||
|
MH { "Marshall-Inseln" }
|
||
|
RW { "Rwanda" }
|
||
|
SB { "Salomon-Inseln" }
|
||
|
ST { "Sao Tom\u00e9 und Principe" }
|
||
|
ZW { "Zimbabwe" }
|
||
|
GB { "Grossbritannien" }
|
||
|
}
|
||
|
NumberElements {
|
||
|
".",
|
||
|
"'",
|
||
|
";",
|
||
|
"%",
|
||
|
"0",
|
||
|
"#",
|
||
|
"-",
|
||
|
"E",
|
||
|
"\u2030",
|
||
|
"\u221E",
|
||
|
"\uFFFD",
|
||
|
".",
|
||
|
"+",
|
||
|
}
|
||
|
NumberPatterns {
|
||
|
"#,##0.###;-#,##0.###",
|
||
|
"\u00A4 #,##0.00;\u00A4-#,##0.00",
|
||
|
"#,##0%",
|
||
|
"#E0",
|
||
|
}
|
||
|
|
||
|
}
|