am f6a67139: Merge "Correct Date format for el_GR, sv_SE and tr_TR locales"
* commit 'f6a671394ca3d269835d5f5b882b46f9539e9a96': Correct Date format for el_GR, sv_SE and tr_TR locales
This commit is contained in:
10
core/java/android/text/format/DateFormat.java
Normal file → Executable file
10
core/java/android/text/format/DateFormat.java
Normal file → Executable file
@@ -280,13 +280,9 @@ public class DateFormat {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* The setting is not set; use the default.
|
||||
* We use a resource string here instead of just DateFormat.SHORT
|
||||
* so that we get a four-digit year instead a two-digit year.
|
||||
*/
|
||||
value = context.getString(R.string.numeric_date_format);
|
||||
return value;
|
||||
// The setting is not set; use the locale's default.
|
||||
LocaleData d = LocaleData.get(context.getResources().getConfiguration().locale);
|
||||
return d.shortDateFormat4;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
1
core/res/res/values-af/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-af/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%Y/%m/%d</string>
|
||||
<string name="numeric_date_format">yyyy/MM/dd</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%d %B %Y</string>
|
||||
<string name="time_of_day">%-l:%M:%S %p</string>
|
||||
|
||||
1
core/res/res/values-am/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-am/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %p</string>
|
||||
<string name="numeric_date">%d/%m/%Y</string>
|
||||
<string name="numeric_date_format">dd/MM/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%d %B %Y</string>
|
||||
<string name="time_of_day">%-l:%M:%S %p</string>
|
||||
|
||||
1
core/res/res/values-ar-rEG/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-ar-rEG/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %p</string>
|
||||
<string name="numeric_date">%-e/%-m/%Y</string>
|
||||
<string name="numeric_date_format">d/M/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%-e %B، %Y</string>
|
||||
<string name="time_of_day">%-l:%M:%S %p</string>
|
||||
|
||||
1
core/res/res/values-ar/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-ar/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %p</string>
|
||||
<string name="numeric_date">%-e/%-m/%Y</string>
|
||||
<string name="numeric_date_format">d/M/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%-e %B، %Y</string>
|
||||
<string name="time_of_day">%-l:%M:%S %p</string>
|
||||
|
||||
1
core/res/res/values-be/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-be/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l.%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l.%M %p</string>
|
||||
<string name="numeric_date">%-e.%-m.%Y</string>
|
||||
<string name="numeric_date_format">d.M.yyyy</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%H.%M.%S</string>
|
||||
|
||||
1
core/res/res/values-bg/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-bg/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %p</string>
|
||||
<string name="numeric_date">%d.%m.%Y</string>
|
||||
<string name="numeric_date_format">dd.MM.yyyy</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s"</string>
|
||||
<string name="month_day_year">%d %B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-ca/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-ca/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d/%m/%Y</string>
|
||||
<string name="numeric_date_format">dd/MM/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%-e %B de %Y</string>
|
||||
<string name="time_of_day">%-k:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-cs/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-cs/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%-e. %-m. %Y</string>
|
||||
<string name="numeric_date_format">d. M. yyyy</string>
|
||||
<string name="numeric_date_template">"%s. %s. %s"</string>
|
||||
<string name="month_day_year">%-e. %B %Y</string>
|
||||
<string name="time_of_day">%-k:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-da/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-da/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l.%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l.%M %^p</string>
|
||||
<string name="numeric_date">%d/%m/%Y</string>
|
||||
<string name="numeric_date_format">dd/MM/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%-e. %B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-de/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-de/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d.%m.%Y</string>
|
||||
<string name="numeric_date_format">dd.MM.yyyy</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s"</string>
|
||||
<string name="month_day_year">%-e. %B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-el/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-el/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %p</string>
|
||||
<string name="numeric_date">%d/%m/%Y</string>
|
||||
<string name="numeric_date_format">dd/MM/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%d %B %Y</string>
|
||||
<string name="time_of_day">%-l:%M:%S %p</string>
|
||||
|
||||
1
core/res/res/values-en-rAU/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-en-rAU/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M%p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M%^p</string>
|
||||
<string name="numeric_date">%-e/%m/%Y</string>
|
||||
<string name="numeric_date_format">d/MM/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%-l:%M:%S %p</string>
|
||||
|
||||
1
core/res/res/values-en-rCA/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-en-rCA/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M%p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M%^p</string>
|
||||
<string name="numeric_date">%Y-%m-%d</string>
|
||||
<string name="numeric_date_format">yyyy-MM-dd</string>
|
||||
<string name="numeric_date_template">"%s-%s-%s"</string>
|
||||
<string name="month_day_year">%B %-e, %Y</string>
|
||||
<string name="time_of_day">%-l:%M:%S %p</string>
|
||||
|
||||
1
core/res/res/values-en-rGB/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-en-rGB/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M%p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M%^p</string>
|
||||
<string name="numeric_date">%d/%m/%Y</string>
|
||||
<string name="numeric_date_format">dd/MM/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-en-rIE/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-en-rIE/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M%p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M%^p</string>
|
||||
<string name="numeric_date">%d/%m/%Y</string>
|
||||
<string name="numeric_date_format">dd/MM/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-en-rIN/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-en-rIN/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M%p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M%^p</string>
|
||||
<string name="numeric_date">%d/%m/%Y</string>
|
||||
<string name="numeric_date_format">dd/MM/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%-l:%M:%S %p</string>
|
||||
|
||||
1
core/res/res/values-en-rNZ/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-en-rNZ/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M%p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M%^p</string>
|
||||
<string name="numeric_date">%-e/%m/%Y</string>
|
||||
<string name="numeric_date_format">d/MM/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%-l:%M:%S %p</string>
|
||||
|
||||
1
core/res/res/values-en-rUS/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-en-rUS/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M%p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M%^p</string>
|
||||
<string name="numeric_date">%-m/%-e/%Y</string>
|
||||
<string name="numeric_date_format">M/d/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%B %-e, %Y</string>
|
||||
<string name="time_of_day">%-l:%M:%S %p</string>
|
||||
|
||||
1
core/res/res/values-en-rZA/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-en-rZA/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M%p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M%^p</string>
|
||||
<string name="numeric_date">%Y/%m/%d</string>
|
||||
<string name="numeric_date_format">yyyy/MM/dd</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%d %B %Y</string>
|
||||
<string name="time_of_day">%-l:%M:%S %p</string>
|
||||
|
||||
1
core/res/res/values-es-rUS/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-es-rUS/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%-m/%-e/%Y</string>
|
||||
<string name="numeric_date_format">M/d/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%-e de %B de %Y</string>
|
||||
<string name="time_of_day">%-l:%M:%S %p</string>
|
||||
|
||||
1
core/res/res/values-es/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-es/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d/%m/%Y</string>
|
||||
<string name="numeric_date_format">dd/MM/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%-e de %B de %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-et/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-et/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d.%m.%Y</string>
|
||||
<string name="numeric_date_format">dd.MM.yyyy</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%-k:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-fa/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-fa/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %p</string>
|
||||
<string name="numeric_date">%Y/%-m/%-e</string>
|
||||
<string name="numeric_date_format">yyyy/M/d</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%-k:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-fi-rFI/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-fi-rFI/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l.%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l.%M %^p</string>
|
||||
<string name="numeric_date">%-e.%-m.%Y</string>
|
||||
<string name="numeric_date_format">d.M.yyyy</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s"</string>
|
||||
<string name="month_day_year">%-e. %B %Y</string>
|
||||
<string name="time_of_day">%-k.%M.%S</string>
|
||||
|
||||
1
core/res/res/values-fi/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-fi/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l.%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l.%M %^p</string>
|
||||
<string name="numeric_date">%-e.%-m.%Y</string>
|
||||
<string name="numeric_date_format">d.M.yyyy</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s"</string>
|
||||
<string name="month_day_year">%-e. %B %Y</string>
|
||||
<string name="time_of_day">%-k.%M.%S</string>
|
||||
|
||||
1
core/res/res/values-fr/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-fr/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d/%m/%Y</string>
|
||||
<string name="numeric_date_format">dd/MM/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-hi-rIN/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-hi-rIN/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%-e-%-m-%Y</string>
|
||||
<string name="numeric_date_format">d-M-yyyy</string>
|
||||
<string name="numeric_date_template">"%s-%s-%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%-l:%M:%S %p</string>
|
||||
|
||||
1
core/res/res/values-hi/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-hi/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%-e-%-m-%Y</string>
|
||||
<string name="numeric_date_format">d-M-yyyy</string>
|
||||
<string name="numeric_date_template">"%s-%s-%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%-l:%M:%S %p</string>
|
||||
|
||||
1
core/res/res/values-hr-rHR/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-hr-rHR/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%-e.%-m.%Y.</string>
|
||||
<string name="numeric_date_format">d.M.yyyy.</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s."</string>
|
||||
<string name="month_day_year">%-e. %B %Y.</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-hr/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-hr/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%-e.%-m.%Y.</string>
|
||||
<string name="numeric_date_format">d.M.yyyy.</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s."</string>
|
||||
<string name="month_day_year">%-e. %B %Y.</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-hu-rHU/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-hu-rHU/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%p %-l:%M</string>
|
||||
<string name="hour_minute_cap_ampm">%^p %-l:%M</string>
|
||||
<string name="numeric_date">%Y.%m.%d.</string>
|
||||
<string name="numeric_date_format">yyyy.MM.dd.</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s."</string>
|
||||
<string name="month_day_year">%Y. %B %-e.</string>
|
||||
<string name="time_of_day">%-k:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-hu/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-hu/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%Y.%m.%d.</string>
|
||||
<string name="numeric_date_format">yyyy.MM.dd.</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s."</string>
|
||||
<string name="month_day_year">%Y. %B %-e.</string>
|
||||
<string name="time_of_day">%-k:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-in-rID/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-in-rID/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d/%m/%Y</string>
|
||||
<string name="numeric_date_format">dd/MM/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
<string name="date_and_time">%H:%M:%S %-e %b %Y</string>
|
||||
|
||||
1
core/res/res/values-in/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-in/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d/%m/%Y</string>
|
||||
<string name="numeric_date_format">dd/MM/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-it/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-it/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d/%m/%Y</string>
|
||||
<string name="numeric_date_format">dd/MM/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%d %B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-iw/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-iw/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %p</string>
|
||||
<string name="numeric_date">%d/%m/%Y</string>
|
||||
<string name="numeric_date_format">dd/MM/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%-e ב%B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-ja/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-ja/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M%p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M%^p</string>
|
||||
<string name="numeric_date">%Y/%m/%d</string>
|
||||
<string name="numeric_date_format">yyyy/MM/dd</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%Y年%-m月%-e日</string>
|
||||
<string name="time_of_day">%-k:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-ko/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-ko/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%p %-l:%M</string>
|
||||
<string name="hour_minute_cap_ampm">%p %-l:%M</string>
|
||||
<string name="numeric_date">%Y. %-m. %-e.</string>
|
||||
<string name="numeric_date_format">yyyy. M. d.</string>
|
||||
<string name="numeric_date_template">"%s. %s. %s."</string>
|
||||
<string name="month_day_year">%Y년 %-m월 %-e일</string>
|
||||
<string name="time_of_day">%p %-l:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-lt-rLT/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-lt-rLT/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %p</string>
|
||||
<string name="numeric_date">%Y-%m-%d</string>
|
||||
<string name="numeric_date_format">yyyy-MM-dd</string>
|
||||
<string name="numeric_date_template">"%s-%s-%s"</string>
|
||||
<string name="month_day_year">%Y m. %B %-e d.</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-lt/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-lt/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %p</string>
|
||||
<string name="numeric_date">%Y-%m-%d</string>
|
||||
<string name="numeric_date_format">yyyy-MM-dd</string>
|
||||
<string name="numeric_date_template">"%s-%s-%s"</string>
|
||||
<string name="month_day_year">%Y m. %B %-e d.</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-lv-rLV/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-lv-rLV/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d.%m.%Y</string>
|
||||
<string name="numeric_date_format">dd.MM.yyyy</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s"</string>
|
||||
<string name="month_day_year">%Y. gada %-e. %B</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-lv/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-lv/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d.%m.%Y</string>
|
||||
<string name="numeric_date_format">dd.MM.yyyy</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s"</string>
|
||||
<string name="month_day_year">%Y. gada %-e. %B</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-ms/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-ms/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d/%m/%Y</string>
|
||||
<string name="numeric_date_format">dd/MM/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%d %B %Y</string>
|
||||
<string name="time_of_day">%-l:%M:%S %p</string>
|
||||
|
||||
1
core/res/res/values-nb/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-nb/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d.%m.%Y</string>
|
||||
<string name="numeric_date_format">dd.MM.yyyy</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s"</string>
|
||||
<string name="month_day_year">%-e. %B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-nl/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-nl/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d-%m-%Y</string>
|
||||
<string name="numeric_date_format">dd-MM-yyyy</string>
|
||||
<string name="numeric_date_template">"%s-%s-%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-pl/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-pl/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d.%m.%Y</string>
|
||||
<string name="numeric_date_format">dd.MM.yyyy</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-pt-rPT/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-pt-rPT/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d/%m/%Y</string>
|
||||
<string name="numeric_date_format">dd/MM/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%-e de %B de %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-pt/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-pt/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d/%m/%Y</string>
|
||||
<string name="numeric_date_format">dd/MM/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%-e de %B de %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-rm/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-rm/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d.%m.%Y</string>
|
||||
<string name="numeric_date_format">dd.MM.yyyy</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s"</string>
|
||||
<string name="month_day_year">%-e. %B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-ro-rRO/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-ro-rRO/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d.%m.%Y</string>
|
||||
<string name="numeric_date_format">dd.MM.yyyy</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-ro/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-ro/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d.%m.%Y</string>
|
||||
<string name="numeric_date_format">dd.MM.yyyy</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-ru/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-ru/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d.%m.%Y</string>
|
||||
<string name="numeric_date_format">dd.MM.yyyy</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y г.</string>
|
||||
<string name="time_of_day">%-k:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-sk-rSK/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-sk-rSK/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %p</string>
|
||||
<string name="numeric_date">%-e. %-m. %Y</string>
|
||||
<string name="numeric_date_format">d. M. yyyy</string>
|
||||
<string name="numeric_date_template">"%s. %s. %s"</string>
|
||||
<string name="month_day_year">%-e. %B %Y</string>
|
||||
<string name="time_of_day">%-k:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-sk/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-sk/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %p</string>
|
||||
<string name="numeric_date">%-e.%-m.%Y</string>
|
||||
<string name="numeric_date_format">d.M.yyyy</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s"</string>
|
||||
<string name="month_day_year">%-e. %B %Y</string>
|
||||
<string name="time_of_day">%-k:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-sl-rSI/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-sl-rSI/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%-e. %m. %Y</string>
|
||||
<string name="numeric_date_format">d. MM. yyyy</string>
|
||||
<string name="numeric_date_template">"%s. %s. %s"</string>
|
||||
<string name="month_day_year">%d. %B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-sl/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-sl/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%-e. %m. %Y</string>
|
||||
<string name="numeric_date_format">d. MM. yyyy</string>
|
||||
<string name="numeric_date_template">"%s. %s. %s"</string>
|
||||
<string name="month_day_year">%d. %B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-sr-rRS/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-sr-rRS/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %p</string>
|
||||
<string name="numeric_date">%-e.%-m.%Y.</string>
|
||||
<string name="numeric_date_format">d.M.yyyy.</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s."</string>
|
||||
<string name="month_day_year">%d. %B %Y.</string>
|
||||
<string name="time_of_day">%H.%M.%S</string>
|
||||
|
||||
1
core/res/res/values-sr/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-sr/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %p</string>
|
||||
<string name="numeric_date">%-e.%-m.%Y.</string>
|
||||
<string name="numeric_date_format">d.M.yyyy.</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s."</string>
|
||||
<string name="month_day_year">%d. %B %Y.</string>
|
||||
<string name="time_of_day">%H.%M.%S</string>
|
||||
|
||||
1
core/res/res/values-sv/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-sv/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d-%m-%Y</string>
|
||||
<string name="numeric_date_format">dd-MM-yyyy</string>
|
||||
<string name="numeric_date_template">"%s-%s-%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-sw/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-sw/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%Y/%m/%d</string>
|
||||
<string name="numeric_date_format">yyyy/MM/dd</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%Y %B %-e</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-th-rTH/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-th-rTH/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %p</string>
|
||||
<string name="numeric_date">%-e/%-m/%Y</string>
|
||||
<string name="numeric_date_format">d/M/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%-k:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-th/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-th/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %p</string>
|
||||
<string name="numeric_date">%-e/%-m/%Y</string>
|
||||
<string name="numeric_date_format">d/M/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%-k:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-tl/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-tl/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%Y-%m-%d</string>
|
||||
<string name="numeric_date_format">yyyy-MM-dd</string>
|
||||
<string name="numeric_date_template">"%s-%s-%s"</string>
|
||||
<string name="month_day_year">%Y %B %-e</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-tr/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-tr/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d %m %Y</string>
|
||||
<string name="numeric_date_format">dd MM yyyy</string>
|
||||
<string name="numeric_date_template">"%s %s %s"</string>
|
||||
<string name="month_day_year">%d %B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-uk-rUA/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-uk-rUA/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %p</string>
|
||||
<string name="numeric_date">%d.%m.%Y</string>
|
||||
<string name="numeric_date_format">dd.MM.yyyy</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y р.</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-uk/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-uk/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %p</string>
|
||||
<string name="numeric_date">%d.%m.%Y</string>
|
||||
<string name="numeric_date_format">dd.MM.yyyy</string>
|
||||
<string name="numeric_date_template">"%s.%s.%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y р.</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-vi-rVN/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-vi-rVN/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d/%m/%Y</string>
|
||||
<string name="numeric_date_format">dd/MM/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">Ngày %d tháng %-m năm %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-vi/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-vi/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%d/%m/%Y</string>
|
||||
<string name="numeric_date_format">dd/MM/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">Ngày %d tháng %-m năm %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-zh-rCN/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-zh-rCN/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%p %-l:%M</string>
|
||||
<string name="hour_minute_cap_ampm">%p %-l:%M</string>
|
||||
<string name="numeric_date">%Y-%-m-%-e</string>
|
||||
<string name="numeric_date_format">yyyy-M-d</string>
|
||||
<string name="numeric_date_template">"%s-%s-%s"</string>
|
||||
<string name="month_day_year">%Y 年 %-m 月 %-e 日</string>
|
||||
<string name="time_of_day">%p %I:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-zh-rTW/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-zh-rTW/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%p %-l:%M</string>
|
||||
<string name="hour_minute_cap_ampm">%p %-l:%M</string>
|
||||
<string name="numeric_date">%Y/%-m/%-e</string>
|
||||
<string name="numeric_date_format">yyyy/M/d</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%Y 年 %-m 月 %-e 日</string>
|
||||
<string name="time_of_day">%p %I:%M:%S</string>
|
||||
|
||||
1
core/res/res/values-zu/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values-zu/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M %p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M %^p</string>
|
||||
<string name="numeric_date">%Y-%m-%d</string>
|
||||
<string name="numeric_date_format">yyyy-MM-dd</string>
|
||||
<string name="numeric_date_template">"%s-%s-%s"</string>
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%-l:%M:%S %p</string>
|
||||
|
||||
1
core/res/res/values/donottranslate-cldr.xml
Normal file → Executable file
1
core/res/res/values/donottranslate-cldr.xml
Normal file → Executable file
@@ -5,7 +5,6 @@
|
||||
<string name="hour_minute_ampm">%-l:%M%p</string>
|
||||
<string name="hour_minute_cap_ampm">%-l:%M%^p</string>
|
||||
<string name="numeric_date">%-m/%-e/%Y</string>
|
||||
<string name="numeric_date_format">M/d/yyyy</string>
|
||||
<string name="numeric_date_template">"%s/%s/%s"</string>
|
||||
<string name="month_day_year">%B %-e, %Y</string>
|
||||
<string name="time_of_day">%-l:%M:%S %p</string>
|
||||
|
||||
1
core/res/res/values/symbols.xml
Normal file → Executable file
1
core/res/res/values/symbols.xml
Normal file → Executable file
@@ -632,7 +632,6 @@
|
||||
<java-symbol type="string" name="number_picker_increment_scroll_action" />
|
||||
<java-symbol type="string" name="number_picker_increment_scroll_mode" />
|
||||
<java-symbol type="string" name="numeric_date" />
|
||||
<java-symbol type="string" name="numeric_date_format" />
|
||||
<java-symbol type="string" name="numeric_date_template" />
|
||||
<java-symbol type="string" name="numeric_md1_md2" />
|
||||
<java-symbol type="string" name="numeric_md1_time1_md2_time2" />
|
||||
|
||||
Reference in New Issue
Block a user