~ubuntu-branches/ubuntu/lucid/camomile/lucid

« back to all changes in this revision

Viewing changes to locales/te_IN.txt

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Le Gall
  • Date: 2005-12-03 01:18:55 UTC
  • Revision ID: james.westby@ubuntu.com-20051203011855-qzvwlld1xyqnl62t
Tags: upstream-0.6.3
ImportĀ upstreamĀ versionĀ 0.6.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// ***************************************************************************
 
2
// *
 
3
// *   Copyright (C) 1997-2002, International Business Machines
 
4
// *   Corporation and others.  All Rights Reserved.
 
5
// *
 
6
// ***************************************************************************
 
7
// $Revision: 1.1 $
 
8
//
 
9
// Telugu Locale. Data by Ram [ram@jtcsv.com]
 
10
 
 
11
te_IN {
 
12
    Version{ "1.2" }
 
13
    AmPmMarkers {
 
14
        "\u0c2a\u0c42\u0c30\u0c4d\u0c35\u0c3e\u0c39\u0c4d\u0c28",
 
15
        "\u0c05\u0c2a\u0c30\u0c3e\u0c39\u0c4d\u0c28",
 
16
    }
 
17
    CurrencyElements {
 
18
        "\u0c30\u0c42.",
 
19
        "INR",
 
20
        ".",
 
21
    }
 
22
    DateTimePatterns {
 
23
        "h:mm:ss a z",
 
24
        "h:mm:ss a z",
 
25
        "h:mm:ss a",
 
26
        "h:mm a",
 
27
        "EEEE d MMMM yyyy",
 
28
        "d MMMM yyyy",
 
29
        "dd-MM-yyyy",
 
30
        "dd-MM-yy",
 
31
        "{1} {0}",
 
32
    }
 
33
 
 
34
    // LanguageLibraryUse { "Te" }
 
35
    // Measurement { "Metric" }
 
36
    NumberPatterns {
 
37
        "##,##,##0.###;-##,##,##0.###",
 
38
        "\u00A4##,##,##0.00;-\u00A4##,##,##0.00",
 
39
        "##,##,##0%",
 
40
        "#E0",
 
41
    }
 
42
//    ShortLanguage { "tel" }
 
43
    //PaperSize {
 
44
    //    Height { "297" }
 
45
    //    Width { "210" }
 
46
    //    Units { "mm" }
 
47
    //}
 
48
    LocaleID:int { 0x44a }
 
49
}
 
50