1// ***************************************************************************
2// *
3// *   Copyright (C) 2004-2006, International Business Machines
4// *   Corporation and others.  All Rights Reserved.
5// *
6// ***************************************************************************
7// 
8
9en{
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}