FormatData_en_MT.java revision 0
4141N/A/*
4141N/A * Portions Copyright 2005-2007 Sun Microsystems, Inc. All Rights Reserved.
4141N/A */
4141N/A
4141N/A/*
4141N/A * COPYRIGHT AND PERMISSION NOTICE
4141N/A *
4141N/A * Copyright (C) 1991-2007 Unicode, Inc. All rights reserved.
4141N/A * Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
4141N/A *
4141N/A * Permission is hereby granted, free of charge, to any person obtaining a copy
4141N/A * of the Unicode data files and any associated documentation (the "Data
4141N/A * Files") or Unicode software and any associated documentation (the
4141N/A * "Software") to deal in the Data Files or Software without restriction,
4141N/A * including without limitation the rights to use, copy, modify, merge,
4141N/A * publish, distribute, and/or sell copies of the Data Files or Software, and
4141N/A * to permit persons to whom the Data Files or Software are furnished to do
4141N/A * so, provided that (a) the above copyright notice(s) and this permission
4141N/A * notice appear with all copies of the Data Files or Software, (b) both the
4141N/A * above copyright notice(s) and this permission notice appear in associated
4141N/A * documentation, and (c) there is clear notice in each modified Data File or
4141N/A * in the Software as well as in the documentation associated with the Data
4141N/A * File(s) or Software that the data or software has been modified.
4141N/A *
4141N/A * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
4141N/A * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4141N/A * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
4141N/A * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
4141N/A * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
4141N/A * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
4141N/A * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
4141N/A * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
4141N/A * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
4141N/A *
4141N/A * Except as contained in this notice, the name of a copyright holder shall not
4141N/A * be used in advertising or otherwise to promote the sale, use or other
4141N/A * dealings in these Data Files or Software without prior written
4141N/A * authorization of the copyright holder.
4194N/A */
4423N/A
4141N/A// Generated automatically from the Common Locale Data Repository. DO NOT EDIT!
4141N/A
4141N/Apackage sun.text.resources;
4141N/A
4141N/Aimport java.util.ListResourceBundle;
4141N/A
4141N/Apublic class FormatData_en_MT extends ListResourceBundle {
4141N/A protected final Object[][] getContents() {
4141N/A return new Object[][] {
4141N/A { "NumberPatterns",
4141N/A new String[] {
4141N/A "#,##0.###",
4141N/A "\u00a4#,##0.00",
4141N/A "#,##0%",
4141N/A }
4141N/A },
4141N/A { "NumberElements",
4141N/A new String[] {
4141N/A ".",
4141N/A ",",
4141N/A ";",
4141N/A "%",
4141N/A "0",
4141N/A "#",
4141N/A "-",
4141N/A "E",
4141N/A "\u2030",
4141N/A "\u221e",
4141N/A "NaN",
4141N/A }
4141N/A },
4141N/A { "DateTimePatterns",
4141N/A new String[] {
4141N/A "HH:mm:ss z",
4141N/A "HH:mm:ss z",
4141N/A "HH:mm:ss",
4141N/A "HH:mm",
4141N/A "EEEE, d MMMM yyyy",
4141N/A "dd MMMM yyyy",
4141N/A "dd MMM yyyy",
4141N/A "dd/MM/yyyy",
4141N/A "{1} {0}",
4141N/A }
4141N/A },
4141N/A };
4141N/A }
4141N/A}
4141N/A