mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-27 03:49:03 +08:00
49 lines
2.2 KiB
Java
49 lines
2.2 KiB
Java
|
// This file was automatically generated by localedef.
|
||
|
|
||
|
package gnu.java.locale;
|
||
|
|
||
|
import java.util.ListResourceBundle;
|
||
|
|
||
|
public class LocaleInformation_tr_TR extends ListResourceBundle
|
||
|
{
|
||
|
static final String decimalSeparator = ".";
|
||
|
static final String groupingSeparator = "";
|
||
|
static final String numberFormat = "#,##############################################################################################################################0.###";
|
||
|
static final String percentFormat = "#,##############################################################################################################################0%";
|
||
|
static final String[] weekdays = { null, "Pazar", "Pazartesi", "Sal\u0131", "\u00C7ar\u015Famba", "Per\u015Fembe", "Cuma", "Cumartesi" };
|
||
|
|
||
|
static final String[] shortWeekdays = { null, "Paz", "Pzt", "Sal", "\u00C7r\u015F", "Pr\u015F", "Cum", "Cts" };
|
||
|
|
||
|
static final String[] shortMonths = { "Oca", "\u015Eub", "Mar", "Nis", "May", "Haz", "Tem", "A\u011Fu", "Eyl", "Eki", "Kas", "Ara", null };
|
||
|
|
||
|
static final String[] months = { "Ocak", "\u015Eubat", "Mart", "Nisan", "May\u0131s", "Haziran", "Temmuz", "A\u011Fustos", "Eyl\u00FCl", "Ekim", "Kas\u0131m", "Aral\u0131k", null };
|
||
|
|
||
|
static final String[] ampms = { "\u00D6\u00D6", "\u00D6S" };
|
||
|
|
||
|
static final String shortDateFormat = "dd-MM-yyyy";
|
||
|
static final String defaultTimeFormat = "hh:m:s a";
|
||
|
static final String currencySymbol = "TL";
|
||
|
static final String intlCurrencySymbol = "TRL";
|
||
|
static final String currencyFormat = "#,##0.00 $;-#,##0.00 $";
|
||
|
|
||
|
private static final Object[][] contents =
|
||
|
{
|
||
|
{ "weekdays", weekdays },
|
||
|
{ "shortWeekdays", shortWeekdays },
|
||
|
{ "shortMonths", shortMonths },
|
||
|
{ "months", months },
|
||
|
{ "ampms", ampms },
|
||
|
{ "shortDateFormat", shortDateFormat },
|
||
|
{ "defaultTimeFormat", defaultTimeFormat },
|
||
|
{ "currencySymbol", currencySymbol },
|
||
|
{ "intlCurrencySymbol", intlCurrencySymbol },
|
||
|
{ "currencyFormat", currencyFormat },
|
||
|
{ "decimalSeparator", decimalSeparator },
|
||
|
{ "groupingSeparator", groupingSeparator },
|
||
|
{ "numberFormat", numberFormat },
|
||
|
{ "percentFormat", percentFormat },
|
||
|
};
|
||
|
|
||
|
public Object[][] getContents () { return contents; }
|
||
|
}
|