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