home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icu / data / pt_BR.txt < prev    next >
Encoding:
Text File  |  1999-08-16  |  1.4 KB  |  38 lines

  1. // ****************************************************************************
  2. // *                                                                          *
  3. // * COPYRIGHT:                                                               *
  4. // * (C) Copyright Taligent, Inc.,  1997                                      *
  5. // * (C) Copyright International Business Machines Corporation,  1997-99      *
  6. // * Licensed Material - Program-Property of IBM - All Rights Reserved.       *
  7. // * US Government Users Restricted Rights - Use, duplication, or disclosure  *
  8. // * restricted by GSA ADP Schedule Contract with IBM Corp.                   *
  9. // *                                                                          *
  10. // ****************************************************************************
  11.  
  12. pt_BR {
  13.     CurrencyElements { 
  14.             "R$",
  15.             "BRL",
  16.             ",",
  17.     }
  18.     DateTimePatterns { 
  19.             "HH'h'mm'min'ss's' z",
  20.             "H'h'm'min's's' z",
  21.             "HH:mm:ss",
  22.             "HH:mm",
  23.             "EEEE, d' de 'MMMM' de 'yyyy",
  24.             "d' de 'MMMM' de 'yyyy",
  25.             "dd/MM/yyyy",
  26.             "dd/MM/yy",
  27.             "{1} {0}",
  28.     }
  29.     LocaleID { "0416" }
  30.     LocaleString { "pt_BR" }
  31.     NumberPatterns { 
  32.             "#,##0.###;-#,##0.###",
  33.             "\u00A4 #,##0.##;-\u00A4 #,##0.##",
  34.             "#,##0%",
  35.     }
  36.     ShortCountry { "BRA" }
  37. }
  38.