mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-29 22:55:53 +08:00
49 lines
1.9 KiB
Java
49 lines
1.9 KiB
Java
|
// This file was automatically generated by localedef.
|
||
|
|
||
|
package gnu.java.locale;
|
||
|
|
||
|
import java.util.ListResourceBundle;
|
||
|
|
||
|
public class LocaleInformation_ro_RO extends ListResourceBundle
|
||
|
{
|
||
|
static final String decimalSeparator = ",";
|
||
|
static final String groupingSeparator = "";
|
||
|
static final String numberFormat = "#.###";
|
||
|
static final String percentFormat = "#%";
|
||
|
static final String[] weekdays = { null, "Duminic\u0102", "Luni", "Mar\u0163i", "Miercuri", "Joi", "Vineri", "S\u00EEmb\u0102t\u0102" };
|
||
|
|
||
|
static final String[] shortWeekdays = { null, "Du", "Lu", "Ma", "Mi", "Jo", "Vi", "S\u00EE" };
|
||
|
|
||
|
static final String[] shortMonths = { "ian", "feb", "mar", "apr", "mai", "iun", "iul", "aug", "sep", "oct", "nov", "dec", null };
|
||
|
|
||
|
static final String[] months = { "Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "Noiembrie", "Decembrie", null };
|
||
|
|
||
|
static final String[] ampms = { "", "" };
|
||
|
|
||
|
static final String shortDateFormat = "yyyy-MM-dd";
|
||
|
static final String defaultTimeFormat = "";
|
||
|
static final String currencySymbol = "Lei";
|
||
|
static final String intlCurrencySymbol = "ROL";
|
||
|
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; }
|
||
|
}
|