]>
Commit | Line | Data |
---|---|---|
374ca955 A |
1 | // *************************************************************************** |
2 | // * | |
73c04bcf | 3 | // * Copyright (C) 2004-2006, International Business Machines |
374ca955 A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * | |
6 | // *************************************************************************** | |
7 | // | |
8 | ||
9 | en{ | |
10 | ||
11 | // Format for the display name of a Transliterator. | |
12 | // This is the English form of this resource. | |
13 | TransliteratorNamePattern { "{0,choice,0#|1#{1}|2#{1} to {2}}" } | |
14 | ||
15 | // Transliterator display names | |
16 | // This is the English form of this resource. | |
17 | // This list is currently incomplete, and care should be taken to translate these identifiers. | |
18 | // TODO: Reorganize this data like Country, Currencies and Language tables. | |
19 | "%Translit%Hex" { "Hex Escape" } | |
20 | "%Translit%UnicodeName" { "Unicode Name" } | |
21 | "%Translit%UnicodeChar" { "Unicode Character" } | |
22 | } |