From 5bd644caf73e76750feef1a82b8817d32f5367fc Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Tue, 12 May 2009 16:29:46 -0700 Subject: [PATCH] Start using CLDR for some date-and-time strings and formats. Use java.text.DateFormat where possible, since that is already using the CLDR data for the things it supports. Remove an unused date format object from DatePickerDialog. Add a new method for getting the standalone month names from applications, although @hidden for now because it is an API change. Pass the standalone month names down to native code in Time so that tztime's strftime() can use them. And then the bulk of the change: replace all the names for the months and the days of the week, and AM and PM, and yesterday, today, and tomorrow, with strings from CLDR. And replace several of the date format strings with ones derived from CLDR, but reformatted to use strftime() style instead of SimpleDateFormat style. All these resource changes go into new donottranslate-cldr.xml files and are removed from strings.xml so that they aren't part of the normal translation process and the translators don't have to bother with them (and risk messing them up). --- NOTICE | 51 +++ core/java/android/app/DatePickerDialog.java | 2 - core/java/android/pim/EventRecurrence.java | 14 +- core/java/android/text/format/DateFormat.java | 50 +-- core/java/android/text/format/DateUtils.java | 100 +++-- core/java/android/text/format/Time.java | 15 + core/jni/android_text_format_Time.cpp | 11 + .../res/values-ar-rEG/donottranslate-cldr.xml | 108 +++++ .../res/values-bg-rBG/donottranslate-cldr.xml | 108 +++++ .../res/values-ca-rES/donottranslate-cldr.xml | 108 +++++ .../res/values-cs-rCZ/donottranslate-cldr.xml | 108 +++++ .../res/res/values-cs/donottranslate-cldr.xml | 108 +++++ core/res/res/values-cs/strings.xml | 101 ----- .../res/values-da-rDK/donottranslate-cldr.xml | 108 +++++ .../res/values-de-rAT/donottranslate-cldr.xml | 75 ++++ .../res/values-de-rCH/donottranslate-cldr.xml | 108 +++++ .../res/values-de-rDE/donottranslate-cldr.xml | 108 +++++ .../res/values-de-rLI/donottranslate-cldr.xml | 108 +++++ .../res/res/values-de/donottranslate-cldr.xml | 108 +++++ core/res/res/values-de/strings.xml | 101 ----- .../res/values-el-rGR/donottranslate-cldr.xml | 108 +++++ .../res/values-en-rAU/donottranslate-cldr.xml | 108 +++++ core/res/res/values-en-rAU/strings.xml | 10 - .../res/values-en-rCA/donottranslate-cldr.xml | 108 +++++ .../res/values-en-rGB/donottranslate-cldr.xml | 108 +++++ .../res/values-en-rIE/donottranslate-cldr.xml | 108 +++++ .../res/values-en-rIN/donottranslate-cldr.xml | 108 +++++ .../res/values-en-rNZ/donottranslate-cldr.xml | 108 +++++ .../res/values-en-rSG/donottranslate-cldr.xml | 108 +++++ core/res/res/values-en-rSG/strings.xml | 10 - .../res/values-en-rUS/donottranslate-cldr.xml | 108 +++++ .../res/values-en-rZA/donottranslate-cldr.xml | 108 +++++ .../res/values-es-rES/donottranslate-cldr.xml | 108 +++++ .../res/values-es-rUS/donottranslate-cldr.xml | 108 +++++ core/res/res/values-es-rUS/strings.xml | 101 ----- .../res/res/values-es/donottranslate-cldr.xml | 108 +++++ core/res/res/values-es/strings.xml | 101 ----- .../res/values-fi-rFI/donottranslate-cldr.xml | 108 +++++ .../res/values-fr-rBE/donottranslate-cldr.xml | 108 +++++ .../res/values-fr-rCA/donottranslate-cldr.xml | 108 +++++ .../res/values-fr-rCH/donottranslate-cldr.xml | 108 +++++ .../res/values-fr-rFR/donottranslate-cldr.xml | 108 +++++ .../res/res/values-fr/donottranslate-cldr.xml | 108 +++++ core/res/res/values-fr/strings.xml | 101 ----- .../res/values-he-rIL/donottranslate-cldr.xml | 108 +++++ .../res/values-hi-rIN/donottranslate-cldr.xml | 108 +++++ .../res/values-hu-rHU/donottranslate-cldr.xml | 108 +++++ .../res/values-id-rID/donottranslate-cldr.xml | 108 +++++ .../res/values-it-rCH/donottranslate-cldr.xml | 103 +++++ .../res/values-it-rIT/donottranslate-cldr.xml | 103 +++++ .../res/res/values-it/donottranslate-cldr.xml | 103 +++++ core/res/res/values-it/strings.xml | 101 ----- .../res/values-ja-rJP/donottranslate-cldr.xml | 108 +++++ .../res/res/values-ja/donottranslate-cldr.xml | 108 +++++ core/res/res/values-ja/strings.xml | 101 ----- .../res/values-ko-rKR/donottranslate-cldr.xml | 96 +++++ .../res/res/values-ko/donottranslate-cldr.xml | 96 +++++ core/res/res/values-ko/strings.xml | 101 ----- .../res/values-lt-rLT/donottranslate-cldr.xml | 108 +++++ .../res/values-lv-rLV/donottranslate-cldr.xml | 108 +++++ .../res/res/values-nb/donottranslate-cldr.xml | 108 +++++ core/res/res/values-nb/strings.xml | 99 ----- .../res/values-nl-rBE/donottranslate-cldr.xml | 108 +++++ .../res/values-nl-rNL/donottranslate-cldr.xml | 108 +++++ .../res/res/values-nl/donottranslate-cldr.xml | 108 +++++ core/res/res/values-nl/strings.xml | 101 ----- .../res/values-pl-rPL/donottranslate-cldr.xml | 108 +++++ .../res/res/values-pl/donottranslate-cldr.xml | 108 +++++ core/res/res/values-pl/strings.xml | 101 ----- .../res/values-pt-rBR/donottranslate-cldr.xml | 108 +++++ .../res/values-pt-rPT/donottranslate-cldr.xml | 108 +++++ .../res/values-ro-rRO/donottranslate-cldr.xml | 108 +++++ .../res/values-ru-rRU/donottranslate-cldr.xml | 108 +++++ .../res/res/values-ru/donottranslate-cldr.xml | 108 +++++ core/res/res/values-ru/strings.xml | 101 ----- .../res/values-sk-rSK/donottranslate-cldr.xml | 108 +++++ .../res/values-sl-rSI/donottranslate-cldr.xml | 108 +++++ .../res/values-sr-rRS/donottranslate-cldr.xml | 108 +++++ .../res/values-sv-rSE/donottranslate-cldr.xml | 108 +++++ .../res/values-th-rTH/donottranslate-cldr.xml | 108 +++++ .../res/values-tr-rTR/donottranslate-cldr.xml | 108 +++++ .../res/values-uk-rUA/donottranslate-cldr.xml | 108 +++++ .../res/values-vi-rVN/donottranslate-cldr.xml | 108 +++++ .../res/values-zh-rCN/donottranslate-cldr.xml | 108 +++++ core/res/res/values-zh-rCN/strings.xml | 101 ----- .../res/values-zh-rTW/donottranslate-cldr.xml | 108 +++++ core/res/res/values-zh-rTW/strings.xml | 101 ----- core/res/res/values/donottranslate-cldr.xml | 108 +++++ core/res/res/values/strings.xml | 404 ------------------ 89 files changed, 7122 insertions(+), 1905 deletions(-) create mode 100644 core/res/res/values-ar-rEG/donottranslate-cldr.xml create mode 100644 core/res/res/values-bg-rBG/donottranslate-cldr.xml create mode 100644 core/res/res/values-ca-rES/donottranslate-cldr.xml create mode 100644 core/res/res/values-cs-rCZ/donottranslate-cldr.xml create mode 100644 core/res/res/values-cs/donottranslate-cldr.xml create mode 100644 core/res/res/values-da-rDK/donottranslate-cldr.xml create mode 100644 core/res/res/values-de-rAT/donottranslate-cldr.xml create mode 100644 core/res/res/values-de-rCH/donottranslate-cldr.xml create mode 100644 core/res/res/values-de-rDE/donottranslate-cldr.xml create mode 100644 core/res/res/values-de-rLI/donottranslate-cldr.xml create mode 100644 core/res/res/values-de/donottranslate-cldr.xml create mode 100644 core/res/res/values-el-rGR/donottranslate-cldr.xml create mode 100644 core/res/res/values-en-rAU/donottranslate-cldr.xml create mode 100644 core/res/res/values-en-rCA/donottranslate-cldr.xml create mode 100644 core/res/res/values-en-rGB/donottranslate-cldr.xml create mode 100644 core/res/res/values-en-rIE/donottranslate-cldr.xml create mode 100644 core/res/res/values-en-rIN/donottranslate-cldr.xml create mode 100644 core/res/res/values-en-rNZ/donottranslate-cldr.xml create mode 100644 core/res/res/values-en-rSG/donottranslate-cldr.xml create mode 100644 core/res/res/values-en-rUS/donottranslate-cldr.xml create mode 100644 core/res/res/values-en-rZA/donottranslate-cldr.xml create mode 100644 core/res/res/values-es-rES/donottranslate-cldr.xml create mode 100644 core/res/res/values-es-rUS/donottranslate-cldr.xml create mode 100644 core/res/res/values-es/donottranslate-cldr.xml create mode 100644 core/res/res/values-fi-rFI/donottranslate-cldr.xml create mode 100644 core/res/res/values-fr-rBE/donottranslate-cldr.xml create mode 100644 core/res/res/values-fr-rCA/donottranslate-cldr.xml create mode 100644 core/res/res/values-fr-rCH/donottranslate-cldr.xml create mode 100644 core/res/res/values-fr-rFR/donottranslate-cldr.xml create mode 100644 core/res/res/values-fr/donottranslate-cldr.xml create mode 100644 core/res/res/values-he-rIL/donottranslate-cldr.xml create mode 100644 core/res/res/values-hi-rIN/donottranslate-cldr.xml create mode 100644 core/res/res/values-hu-rHU/donottranslate-cldr.xml create mode 100644 core/res/res/values-id-rID/donottranslate-cldr.xml create mode 100644 core/res/res/values-it-rCH/donottranslate-cldr.xml create mode 100644 core/res/res/values-it-rIT/donottranslate-cldr.xml create mode 100644 core/res/res/values-it/donottranslate-cldr.xml create mode 100644 core/res/res/values-ja-rJP/donottranslate-cldr.xml create mode 100644 core/res/res/values-ja/donottranslate-cldr.xml create mode 100644 core/res/res/values-ko-rKR/donottranslate-cldr.xml create mode 100644 core/res/res/values-ko/donottranslate-cldr.xml create mode 100644 core/res/res/values-lt-rLT/donottranslate-cldr.xml create mode 100644 core/res/res/values-lv-rLV/donottranslate-cldr.xml create mode 100644 core/res/res/values-nb/donottranslate-cldr.xml create mode 100644 core/res/res/values-nl-rBE/donottranslate-cldr.xml create mode 100644 core/res/res/values-nl-rNL/donottranslate-cldr.xml create mode 100644 core/res/res/values-nl/donottranslate-cldr.xml create mode 100644 core/res/res/values-pl-rPL/donottranslate-cldr.xml create mode 100644 core/res/res/values-pl/donottranslate-cldr.xml create mode 100644 core/res/res/values-pt-rBR/donottranslate-cldr.xml create mode 100644 core/res/res/values-pt-rPT/donottranslate-cldr.xml create mode 100644 core/res/res/values-ro-rRO/donottranslate-cldr.xml create mode 100644 core/res/res/values-ru-rRU/donottranslate-cldr.xml create mode 100644 core/res/res/values-ru/donottranslate-cldr.xml create mode 100644 core/res/res/values-sk-rSK/donottranslate-cldr.xml create mode 100644 core/res/res/values-sl-rSI/donottranslate-cldr.xml create mode 100644 core/res/res/values-sr-rRS/donottranslate-cldr.xml create mode 100644 core/res/res/values-sv-rSE/donottranslate-cldr.xml create mode 100644 core/res/res/values-th-rTH/donottranslate-cldr.xml create mode 100644 core/res/res/values-tr-rTR/donottranslate-cldr.xml create mode 100644 core/res/res/values-uk-rUA/donottranslate-cldr.xml create mode 100644 core/res/res/values-vi-rVN/donottranslate-cldr.xml create mode 100644 core/res/res/values-zh-rCN/donottranslate-cldr.xml create mode 100644 core/res/res/values-zh-rTW/donottranslate-cldr.xml create mode 100644 core/res/res/values/donottranslate-cldr.xml diff --git a/NOTICE b/NOTICE index 267a6aafd2e99..bb9c5f269f89e 100644 --- a/NOTICE +++ b/NOTICE @@ -220,3 +220,54 @@ the Apache2 License. END OF TERMS AND CONDITIONS + + +UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE + +Unicode Data Files include all data files under the directories +http://www.unicode.org/Public/, http://www.unicode.org/reports/, +and http://www.unicode.org/cldr/data/ . Unicode Software includes any +source code published in the Unicode Standard or under the directories +http://www.unicode.org/Public/, http://www.unicode.org/reports/, and +http://www.unicode.org/cldr/data/. + +NOTICE TO USER: Carefully read the following legal agreement. BY +DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA +FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY +ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF +THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, +DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. + +COPYRIGHT AND PERMISSION NOTICE + +Copyright © 1991-2008 Unicode, Inc. All rights reserved. Distributed +under the Terms of Use in http://www.unicode.org/copyright.html. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation (the +"Data Files") or Unicode software and any associated documentation (the +"Software") to deal in the Data Files or Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, and/or sell copies of the Data Files or Software, +and to permit persons to whom the Data Files or Software are furnished to +do so, provided that (a) the above copyright notice(s) and this permission +notice appear with all copies of the Data Files or Software, (b) both the +above copyright notice(s) and this permission notice appear in associated +documentation, and (c) there is clear notice in each modified Data File +or in the Software as well as in the documentation associated with the +Data File(s) or Software that the data or software has been modified. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS +INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT +OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE +OR PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, use +or other dealings in these Data Files or Software without prior written +authorization of the copyright holder. diff --git a/core/java/android/app/DatePickerDialog.java b/core/java/android/app/DatePickerDialog.java index 863cbcc4d1130..78bbb4f42c19a 100644 --- a/core/java/android/app/DatePickerDialog.java +++ b/core/java/android/app/DatePickerDialog.java @@ -46,7 +46,6 @@ public class DatePickerDialog extends AlertDialog implements OnClickListener, private final DatePicker mDatePicker; private final OnDateSetListener mCallBack; private final Calendar mCalendar; - private final java.text.DateFormat mDateFormat; private final java.text.DateFormat mTitleDateFormat; private final String[] mWeekDays; @@ -108,7 +107,6 @@ public class DatePickerDialog extends AlertDialog implements OnClickListener, DateFormatSymbols symbols = new DateFormatSymbols(); mWeekDays = symbols.getShortWeekdays(); - mDateFormat = DateFormat.getMediumDateFormat(context); mTitleDateFormat = java.text.DateFormat. getDateInstance(java.text.DateFormat.FULL); mCalendar = Calendar.getInstance(); diff --git a/core/java/android/pim/EventRecurrence.java b/core/java/android/pim/EventRecurrence.java index edf69eea8a86d..3ea9b4a89bbc8 100644 --- a/core/java/android/pim/EventRecurrence.java +++ b/core/java/android/pim/EventRecurrence.java @@ -408,13 +408,13 @@ public class EventRecurrence private String dayToString(Resources r, int day) { switch (day) { - case SU: return r.getString(com.android.internal.R.string.sunday); - case MO: return r.getString(com.android.internal.R.string.monday); - case TU: return r.getString(com.android.internal.R.string.tuesday); - case WE: return r.getString(com.android.internal.R.string.wednesday); - case TH: return r.getString(com.android.internal.R.string.thursday); - case FR: return r.getString(com.android.internal.R.string.friday); - case SA: return r.getString(com.android.internal.R.string.saturday); + case SU: return r.getString(com.android.internal.R.string.day_of_week_long_sunday); + case MO: return r.getString(com.android.internal.R.string.day_of_week_long_monday); + case TU: return r.getString(com.android.internal.R.string.day_of_week_long_tuesday); + case WE: return r.getString(com.android.internal.R.string.day_of_week_long_wednesday); + case TH: return r.getString(com.android.internal.R.string.day_of_week_long_thursday); + case FR: return r.getString(com.android.internal.R.string.day_of_week_long_friday); + case SA: return r.getString(com.android.internal.R.string.day_of_week_long_saturday); default: throw new IllegalArgumentException("bad day argument: " + day); } } diff --git a/core/java/android/text/format/DateFormat.java b/core/java/android/text/format/DateFormat.java index 0dc96c369b780..3156d8b330926 100644 --- a/core/java/android/text/format/DateFormat.java +++ b/core/java/android/text/format/DateFormat.java @@ -242,64 +242,48 @@ public class DateFormat { /** * Returns a {@link java.text.DateFormat} object that can format the time according - * to the current user preference. + * to the current locale. * @param context the application context * @return the {@link java.text.DateFormat} object that properly formats the time. */ public static final java.text.DateFormat getTimeFormat(Context context) { - boolean b24 = is24HourFormat(context); - int res; - - if (b24) { - res = R.string.twenty_four_hour_time_format; - } else { - res = R.string.twelve_hour_time_format; - } - - return new java.text.SimpleDateFormat(context.getString(res)); + return java.text.DateFormat.getTimeInstance(java.text.DateFormat.SHORT); } /** - * Returns a {@link java.text.DateFormat} object that can format the date according - * to the current user preference. + * Returns a {@link java.text.DateFormat} object that can format the date + * in short form (such as 12/31/1999) according + * to the current locale. * @param context the application context * @return the {@link java.text.DateFormat} object that properly formats the date. */ public static final java.text.DateFormat getDateFormat(Context context) { - String value = getDateFormatString(context); + /* + * We use a resource string here instead of just DateFormat.SHORT + * so that we get a four-digit year instead a two-digit year. + */ + String value = context.getString(R.string.numeric_date_format); return new java.text.SimpleDateFormat(value); } /** * Returns a {@link java.text.DateFormat} object that can format the date - * in long form (such as December 31, 1999) based on user preference. + * in long form (such as December 31, 1999) for the current locale. * @param context the application context * @return the {@link java.text.DateFormat} object that formats the date in long form. */ public static final java.text.DateFormat getLongDateFormat(Context context) { - String value = getDateFormatString(context); - if (value.indexOf('M') < value.indexOf('d')) { - value = context.getString(R.string.full_date_month_first); - } else { - value = context.getString(R.string.full_date_day_first); - } - return new java.text.SimpleDateFormat(value); + return java.text.DateFormat.getDateInstance(java.text.DateFormat.LONG); } /** * Returns a {@link java.text.DateFormat} object that can format the date - * in medium form (such as Dec. 31, 1999) based on user preference. + * in medium form (such as Dec. 31, 1999) for the current locale. * @param context the application context * @return the {@link java.text.DateFormat} object that formats the date in long form. */ public static final java.text.DateFormat getMediumDateFormat(Context context) { - String value = getDateFormatString(context); - if (value.indexOf('M') < value.indexOf('d')) { - value = context.getString(R.string.medium_date_month_first); - } else { - value = context.getString(R.string.medium_date_day_first); - } - return new java.text.SimpleDateFormat(value); + return java.text.DateFormat.getDateInstance(java.text.DateFormat.MEDIUM); } /** @@ -338,6 +322,12 @@ public class DateFormat { } private static String getDateFormatString(Context context) { + java.text.DateFormat df; + df = java.text.DateFormat.getDateInstance(java.text.DateFormat.SHORT); + if (df instanceof SimpleDateFormat) { + return ((SimpleDateFormat) df).toPattern(); + } + String value = Settings.System.getString(context.getContentResolver(), Settings.System.DATE_FORMAT); if (value == null || value.length() < 6) { diff --git a/core/java/android/text/format/DateUtils.java b/core/java/android/text/format/DateUtils.java index 8a7cdd92950f1..9073d82ea41a4 100644 --- a/core/java/android/text/format/DateUtils.java +++ b/core/java/android/text/format/DateUtils.java @@ -62,15 +62,6 @@ public class DateUtils com.android.internal.R.string.day_of_week_short_friday, com.android.internal.R.string.day_of_week_short_saturday, }; - private static final int[] sDaysShorter = new int[] { - com.android.internal.R.string.day_of_week_shorter_sunday, - com.android.internal.R.string.day_of_week_shorter_monday, - com.android.internal.R.string.day_of_week_shorter_tuesday, - com.android.internal.R.string.day_of_week_shorter_wednesday, - com.android.internal.R.string.day_of_week_shorter_thursday, - com.android.internal.R.string.day_of_week_shorter_friday, - com.android.internal.R.string.day_of_week_shorter_saturday, - }; private static final int[] sDaysShortest = new int[] { com.android.internal.R.string.day_of_week_shortest_sunday, com.android.internal.R.string.day_of_week_shortest_monday, @@ -80,6 +71,20 @@ public class DateUtils com.android.internal.R.string.day_of_week_shortest_friday, com.android.internal.R.string.day_of_week_shortest_saturday, }; + private static final int[] sMonthsStandaloneLong = new int [] { + com.android.internal.R.string.month_long_standalone_january, + com.android.internal.R.string.month_long_standalone_february, + com.android.internal.R.string.month_long_standalone_march, + com.android.internal.R.string.month_long_standalone_april, + com.android.internal.R.string.month_long_standalone_may, + com.android.internal.R.string.month_long_standalone_june, + com.android.internal.R.string.month_long_standalone_july, + com.android.internal.R.string.month_long_standalone_august, + com.android.internal.R.string.month_long_standalone_september, + com.android.internal.R.string.month_long_standalone_october, + com.android.internal.R.string.month_long_standalone_november, + com.android.internal.R.string.month_long_standalone_december, + }; private static final int[] sMonthsLong = new int [] { com.android.internal.R.string.month_long_january, com.android.internal.R.string.month_long_february, @@ -127,7 +132,7 @@ public class DateUtils com.android.internal.R.string.pm, }; private static Configuration sLastConfig; - private static String sStatusTimeFormat; + private static java.text.DateFormat sStatusTimeFormat; private static String sElapsedFormatMMSS; private static String sElapsedFormatHMMSS; @@ -255,18 +260,15 @@ public class DateUtils * For use with the 'abbrev' parameter of {@link #getDayOfWeekString} and {@link #getMonthString}. * @more *

e.g. "Su" or "Jan" - *

In some languages, the results returned for LENGTH_SHORT may be the same as - * return for {@link #LENGTH_MEDIUM}. + *

In most languages, the results returned for LENGTH_SHORT will be the same as + * the results returned for {@link #LENGTH_MEDIUM}. */ public static final int LENGTH_SHORT = 30; /** * Request an even shorter abbreviated version of the name. - * For use with the 'abbrev' parameter of {@link #getDayOfWeekString} and {@link #getMonthString}. - * @more - *

e.g. "M", "Tu", "Th" or "J" - *

In some languages, the results returned for LENGTH_SHORTEST may be the same as - * return for {@link #LENGTH_SHORTER}. + * Do not use this. Currently this will always return the same result + * as {@link #LENGTH_SHORT}. */ public static final int LENGTH_SHORTER = 40; @@ -275,8 +277,8 @@ public class DateUtils * For use with the 'abbrev' parameter of {@link #getDayOfWeekString} and {@link #getMonthString}. * @more *

e.g. "S", "T", "T" or "J" - *

In some languages, the results returned for LENGTH_SHORTEST may be the same as - * return for {@link #LENGTH_SHORTER}. + *

In some languages, the results returned for LENGTH_SHORTEST will be the same as + * the results returned for {@link #LENGTH_SHORT}. */ public static final int LENGTH_SHORTEST = 50; @@ -284,9 +286,12 @@ public class DateUtils * Return a string for the day of the week. * @param dayOfWeek One of {@link Calendar#SUNDAY Calendar.SUNDAY}, * {@link Calendar#MONDAY Calendar.MONDAY}, etc. - * @param abbrev One of {@link #LENGTH_LONG}, {@link #LENGTH_SHORT}, {@link #LENGTH_SHORTER} - * or {@link #LENGTH_SHORTEST}. For forward compatibility, anything else - * will return the same as {#LENGTH_MEDIUM}. + * @param abbrev One of {@link #LENGTH_LONG}, {@link #LENGTH_SHORT}, + * {@link #LENGTH_MEDIUM}, or {@link #LENGTH_SHORTEST}. + * Note that in most languages, {@link #LENGTH_SHORT} + * will return the same as {@link #LENGTH_MEDIUM}. + * Undefined lengths will return {@link #LENGTH_MEDIUM} + * but may return something different in the future. * @throws IndexOutOfBoundsException if the dayOfWeek is out of bounds. */ public static String getDayOfWeekString(int dayOfWeek, int abbrev) { @@ -295,7 +300,7 @@ public class DateUtils case LENGTH_LONG: list = sDaysLong; break; case LENGTH_MEDIUM: list = sDaysMedium; break; case LENGTH_SHORT: list = sDaysShort; break; - case LENGTH_SHORTER: list = sDaysShorter; break; + case LENGTH_SHORTER: list = sDaysShort; break; case LENGTH_SHORTEST: list = sDaysShortest; break; default: list = sDaysMedium; break; } @@ -316,13 +321,14 @@ public class DateUtils } /** - * Return a localized string for the day of the week. + * Return a localized string for the month of the year. * @param month One of {@link Calendar#JANUARY Calendar.JANUARY}, * {@link Calendar#FEBRUARY Calendar.FEBRUARY}, etc. - * @param abbrev One of {@link #LENGTH_LONG}, {@link #LENGTH_SHORT}, {@link #LENGTH_SHORTER} - * or {@link #LENGTH_SHORTEST}. For forward compatibility, anything else - * will return the same as {#LENGTH_MEDIUM}. - * @return Localized day of the week. + * @param abbrev One of {@link #LENGTH_LONG}, {@link #LENGTH_MEDIUM}, + * or {@link #LENGTH_SHORTEST}. + * Undefined lengths will return {@link #LENGTH_MEDIUM} + * but may return something different in the future. + * @return Localized month of the year. */ public static String getMonthString(int month, int abbrev) { // Note that here we use sMonthsMedium for MEDIUM, SHORT and SHORTER. @@ -343,6 +349,40 @@ public class DateUtils return r.getString(list[month - Calendar.JANUARY]); } + /** + * Return a localized string for the month of the year, for + * contexts where the month is not formatted together with + * a day of the month. + * + * @param month One of {@link Calendar#JANUARY Calendar.JANUARY}, + * {@link Calendar#FEBRUARY Calendar.FEBRUARY}, etc. + * @param abbrev One of {@link #LENGTH_LONG}, {@link #LENGTH_MEDIUM}, + * or {@link #LENGTH_SHORTEST}. + * Undefined lengths will return {@link #LENGTH_MEDIUM} + * but may return something different in the future. + * @return Localized month of the year. + * @hide Pending API council approval + */ + public static String getStandaloneMonthString(int month, int abbrev) { + // Note that here we use sMonthsMedium for MEDIUM, SHORT and SHORTER. + // This is a shortcut to not spam the translators with too many variations + // of the same string. If we find that in a language the distinction + // is necessary, we can can add more without changing this API. + int[] list; + switch (abbrev) { + case LENGTH_LONG: list = sMonthsStandaloneLong; + break; + case LENGTH_MEDIUM: list = sMonthsMedium; break; + case LENGTH_SHORT: list = sMonthsMedium; break; + case LENGTH_SHORTER: list = sMonthsMedium; break; + case LENGTH_SHORTEST: list = sMonthsShortest; break; + default: list = sMonthsMedium; break; + } + + Resources r = Resources.getSystem(); + return r.getString(list[month - Calendar.JANUARY]); + } + /** * Returns a string describing the elapsed time since startTime. * @param startTime some time in the past. @@ -572,7 +612,7 @@ public class DateUtils Configuration cfg = r.getConfiguration(); if (sLastConfig == null || !sLastConfig.equals(cfg)) { sLastConfig = cfg; - sStatusTimeFormat = r.getString(com.android.internal.R.string.status_bar_time_format); + sStatusTimeFormat = java.text.DateFormat.getTimeInstance(java.text.DateFormat.SHORT); sElapsedFormatMMSS = r.getString(com.android.internal.R.string.elapsed_time_short_format_mm_ss); sElapsedFormatHMMSS = r.getString(com.android.internal.R.string.elapsed_time_short_format_h_mm_ss); } @@ -586,7 +626,7 @@ public class DateUtils */ public static final CharSequence timeString(long millis) { initFormatStrings(); - return DateFormat.format(sStatusTimeFormat, millis); + return sStatusTimeFormat.format(millis); } /** diff --git a/core/java/android/text/format/Time.java b/core/java/android/text/format/Time.java index 8f1235518bedb..8eae111ee5d35 100644 --- a/core/java/android/text/format/Time.java +++ b/core/java/android/text/format/Time.java @@ -135,6 +135,7 @@ public class Time { private static Locale sLocale; private static String[] sShortMonths; private static String[] sLongMonths; + private static String[] sLongStandaloneMonths; private static String[] sShortWeekdays; private static String[] sLongWeekdays; private static String sTimeOnlyFormat; @@ -321,6 +322,20 @@ public class Time { r.getString(com.android.internal.R.string.month_long_november), r.getString(com.android.internal.R.string.month_long_december), }; + sLongStandaloneMonths = new String[] { + r.getString(com.android.internal.R.string.month_long_standalone_january), + r.getString(com.android.internal.R.string.month_long_standalone_february), + r.getString(com.android.internal.R.string.month_long_standalone_march), + r.getString(com.android.internal.R.string.month_long_standalone_april), + r.getString(com.android.internal.R.string.month_long_standalone_may), + r.getString(com.android.internal.R.string.month_long_standalone_june), + r.getString(com.android.internal.R.string.month_long_standalone_july), + r.getString(com.android.internal.R.string.month_long_standalone_august), + r.getString(com.android.internal.R.string.month_long_standalone_september), + r.getString(com.android.internal.R.string.month_long_standalone_october), + r.getString(com.android.internal.R.string.month_long_standalone_november), + r.getString(com.android.internal.R.string.month_long_standalone_december), + }; sShortWeekdays = new String[] { r.getString(com.android.internal.R.string.day_of_week_medium_sunday), r.getString(com.android.internal.R.string.day_of_week_medium_monday), diff --git a/core/jni/android_text_format_Time.cpp b/core/jni/android_text_format_Time.cpp index 923e1aa05cc83..7c208e9680771 100644 --- a/core/jni/android_text_format_Time.cpp +++ b/core/jni/android_text_format_Time.cpp @@ -44,6 +44,7 @@ static jfieldID g_timezoneField = 0; static jfieldID g_shortMonthsField = 0; static jfieldID g_longMonthsField = 0; +static jfieldID g_longStandaloneMonthsField = 0; static jfieldID g_shortWeekdaysField = 0; static jfieldID g_longWeekdaysField = 0; static jfieldID g_timeOnlyFormatField = 0; @@ -193,6 +194,7 @@ static jstring android_text_format_Time_format(JNIEnv* env, jobject This, static jobject js_locale_previous = NULL; static struct strftime_locale locale; static jstring js_mon[12], js_month[12], js_wday[7], js_weekday[7]; + static jstring js_standalone_month[12]; static jstring js_X_fmt, js_x_fmt, js_c_fmt, js_am, js_pm, js_date_fmt; Time t; @@ -206,8 +208,10 @@ static jstring android_text_format_Time_format(JNIEnv* env, jobject This, for (int i = 0; i < 12; i++) { env->ReleaseStringUTFChars(js_mon[i], locale.mon[i]); env->ReleaseStringUTFChars(js_month[i], locale.month[i]); + env->ReleaseStringUTFChars(js_standalone_month[i], locale.standalone_month[i]); env->DeleteGlobalRef(js_mon[i]); env->DeleteGlobalRef(js_month[i]); + env->DeleteGlobalRef(js_standalone_month[i]); } for (int i = 0; i < 7; i++) { @@ -245,6 +249,12 @@ static jstring android_text_format_Time_format(JNIEnv* env, jobject This, locale.month[i] = env->GetStringUTFChars(js_month[i], NULL); } + ja = (jobjectArray) env->GetStaticObjectField(timeClass, g_longStandaloneMonthsField); + for (int i = 0; i < 12; i++) { + js_standalone_month[i] = (jstring) env->NewGlobalRef(env->GetObjectArrayElement(ja, i)); + locale.standalone_month[i] = env->GetStringUTFChars(js_standalone_month[i], NULL); + } + ja = (jobjectArray) env->GetStaticObjectField(timeClass, g_shortWeekdaysField); for (int i = 0; i < 7; i++) { js_wday[i] = (jstring) env->NewGlobalRef(env->GetObjectArrayElement(ja, i)); @@ -639,6 +649,7 @@ int register_android_text_format_Time(JNIEnv* env) g_shortMonthsField = env->GetStaticFieldID(timeClass, "sShortMonths", "[Ljava/lang/String;"); g_longMonthsField = env->GetStaticFieldID(timeClass, "sLongMonths", "[Ljava/lang/String;"); + g_longStandaloneMonthsField = env->GetStaticFieldID(timeClass, "sLongStandaloneMonths", "[Ljava/lang/String;"); g_shortWeekdaysField = env->GetStaticFieldID(timeClass, "sShortWeekdays", "[Ljava/lang/String;"); g_longWeekdaysField = env->GetStaticFieldID(timeClass, "sLongWeekdays", "[Ljava/lang/String;"); g_timeOnlyFormatField = env->GetStaticFieldID(timeClass, "sTimeOnlyFormat", "Ljava/lang/String;"); diff --git a/core/res/res/values-ar-rEG/donottranslate-cldr.xml b/core/res/res/values-ar-rEG/donottranslate-cldr.xml new file mode 100644 index 0000000000000..1bbbdcae236e7 --- /dev/null +++ b/core/res/res/values-ar-rEG/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + يناير + فبراير + مارس + أبريل + مايو + يونيو + يوليو + أغسطس + سبتمبر + أكتوبر + نوفمبر + ديسمبر + + يناير + فبراير + مارس + أبريل + مايو + يونيو + يوليو + أغسطس + سبتمبر + أكتوبر + نوفمبر + ديسمبر + + يناير + فبراير + مارس + أبريل + مايو + يونيو + يوليو + أغسطس + سبتمبر + أكتوبر + نوفمبر + ديسمبر + + ي + ف + م + أ + و + ن + ل + غ + س + ك + ب + د + + الأحد + الإثنين + الثلاثاء + الأربعاء + الخميس + الجمعة + السبت + + أحد + إثنين + ثلاثاء + أربعاء + خميس + جمعة + سبت + + أحد + إثنين + ثلاثاء + أربعاء + خميس + جمعة + سبت + + ح + ن + ث + ر + خ + ج + س + + ص + م + أمس + اليوم + غدًا + + %-l:%M %p + %-l:%M %^p + %-e‏/%-m‏/%Y + d‏/M‏/yyyy + %-e %B، %Y + %-l:%M:%S %p + %-l:%M:%S %p %d‏/%m‏/%Y + %d‏/%m‏/%Y + %-e %B + %-B + %B %Y + %-e %b + %-b + %b %Y + diff --git a/core/res/res/values-bg-rBG/donottranslate-cldr.xml b/core/res/res/values-bg-rBG/donottranslate-cldr.xml new file mode 100644 index 0000000000000..608b3a7e401e5 --- /dev/null +++ b/core/res/res/values-bg-rBG/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + януари + февруари + март + април + май + юни + юли + август + септември + октомври + ноември + декември + + януари + февруари + март + април + май + юни + юли + август + септември + октомври + ноември + декември + + ян. + февр. + март + апр. + май + юни + юли + авг. + септ. + окт. + ноем. + дек. + + я + ф + м + а + м + ю + ю + а + с + о + н + д + + неделя + понеделник + вторник + сряда + четвъртък + петък + събота + + нд + пн + вт + ср + чт + пт + сб + + нд + пн + вт + ср + чт + пт + сб + + н + п + в + с + ч + п + с + + пр. об. + сл. об. + Вчера + Днес + Утре + + %H:%M + %H:%M + %d.%m.%Y + dd.MM.yyyy + %d %B %Y + %H:%M:%S + %H:%M:%S %d.%m.%Y + %d.%m.%Y + %-e %B + %-B + %Y %B + %b %-e + %-b + %Y %b + diff --git a/core/res/res/values-ca-rES/donottranslate-cldr.xml b/core/res/res/values-ca-rES/donottranslate-cldr.xml new file mode 100644 index 0000000000000..6ed2a88b10757 --- /dev/null +++ b/core/res/res/values-ca-rES/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + gener + febrer + març + abril + maig + juny + juliol + agost + setembre + octubre + novembre + desembre + + gener + febrer + març + abril + maig + juny + juliol + agost + setembre + octubre + novembre + desembre + + gen. + febr. + març + abr. + maig + juny + jul. + ag. + set. + oct. + nov. + des. + + g + f + m + a + m + j + j + a + s + o + n + d + + diumenge + dilluns + dimarts + dimecres + dijous + divendres + dissabte + + dg. + dl. + dt. + dc. + dj. + dv. + ds. + + dg. + dl. + dt. + dc. + dj. + dv. + ds. + + g + l + t + c + j + v + s + + a.m. + p.m. + ahir + avui + demà + + %-k:%M + %-k:%M + %d/%m/%Y + dd/MM/yyyy + %-e de %B de %Y + %-k:%M:%S + %-k:%M:%S %d/%m/%Y + %d/%m/%Y + %-e de %B + %-B + %-B del %Y + %-e %b + %-b + %b %Y + diff --git a/core/res/res/values-cs-rCZ/donottranslate-cldr.xml b/core/res/res/values-cs-rCZ/donottranslate-cldr.xml new file mode 100644 index 0000000000000..f477d56570ea2 --- /dev/null +++ b/core/res/res/values-cs-rCZ/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + leden + únor + březen + duben + květen + červen + červenec + srpen + září + říjen + listopad + prosinec + + ledna + února + března + dubna + května + června + července + srpna + září + října + listopadu + prosince + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + + l + ú + b + d + k + č + č + s + z + ř + l + p + + neděle + pondělí + úterý + středa + čtvrtek + pátek + sobota + + ne + po + út + st + čt + + so + + ne + po + út + st + čt + + so + + N + P + Ú + S + Č + P + S + + dop. + odp. + Včera + Dnes + Zítra + + %-k:%M + %-k:%M + %-e.%-m.%Y + d.M.yyyy + %-e. %B %Y + %-k:%M:%S + %-k:%M:%S %-e.%-m.%Y + %-e.%-m.%Y + %-e. %B + %-B + %Y %B + %b %-e + %-b + %Y %b + diff --git a/core/res/res/values-cs/donottranslate-cldr.xml b/core/res/res/values-cs/donottranslate-cldr.xml new file mode 100644 index 0000000000000..f477d56570ea2 --- /dev/null +++ b/core/res/res/values-cs/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + leden + únor + březen + duben + květen + červen + červenec + srpen + září + říjen + listopad + prosinec + + ledna + února + března + dubna + května + června + července + srpna + září + října + listopadu + prosince + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + + l + ú + b + d + k + č + č + s + z + ř + l + p + + neděle + pondělí + úterý + středa + čtvrtek + pátek + sobota + + ne + po + út + st + čt + + so + + ne + po + út + st + čt + + so + + N + P + Ú + S + Č + P + S + + dop. + odp. + Včera + Dnes + Zítra + + %-k:%M + %-k:%M + %-e.%-m.%Y + d.M.yyyy + %-e. %B %Y + %-k:%M:%S + %-k:%M:%S %-e.%-m.%Y + %-e.%-m.%Y + %-e. %B + %-B + %Y %B + %b %-e + %-b + %Y %b + diff --git a/core/res/res/values-cs/strings.xml b/core/res/res/values-cs/strings.xml index 35a3f9a9cb506..c3860d46fbff6 100644 --- a/core/res/res/values-cs/strings.xml +++ b/core/res/res/values-cs/strings.xml @@ -418,9 +418,6 @@ "Heslo" "Přihlásit se" "Neplatné uživatelské jméno nebo heslo." - "h:mm AA" - "%-l:%M%P" - "%-l:%M%p" "%-l%P" "%-l%p" "Vymazat oznámení" @@ -452,9 +449,6 @@ "enter" "smazat" "Hledat" - "Dnes" - "Včera" - "Zítra" "před 1 měsícem" "Déle než před 1 měsícem" @@ -536,13 +530,6 @@ "týd." "rokem" "lety" - "neděle" - "pondělí" - "úterý" - "středa" - "čtvrtek" - "pátek" - "sobota" "Každý pracovní den (Po – Pá)" "Denně" "Každý týden v %s" @@ -552,9 +539,6 @@ "Omlouváme se, ale toto video nelze přenášet datovým proudem do tohoto zařízení." "Toto video bohužel nelze přehrát." "OK" - "dop." - "odp." - "%m/%d/%Y" "%1$s, %2$s, %3$s%4$s, %5$s, %6$s" "%1$s, %2$s%4$s, %5$s" "%2$s, %3$s%5$s, %6$s" @@ -566,23 +550,12 @@ "%1$s, %2$s" "%1$s, %2$s" "%1$s, %2$s" - "MMMM' 'd', 'yyyy" - "d'. 'MMMM' 'yyyy" - "d'. 'MMM' 'yyyy" - "d'. 'MMM' 'yyyy" - "h':'mm' 'a" - "HH':'mm" "poledne" "Poledne" "půlnoc" "Půlnoc" - "%B %-d" - "%B %-d, %Y" - "%B %Y" - "%H:%M:%S" - "%H:%M:%S %-d. %B %Y" "%3$s. %2$s%8$s. %7$s" "%1$s, %3$s. %2$s%6$s, %8$s. %7$s" "%3$s. %2$s%8$s. %7$s %9$s" @@ -607,82 +580,8 @@ "%1$s, %3$s. %2$s %5$s%6$s, %8$s. %7$s %10$s" "%2$s %3$s, %4$s, %5$s%7$s %8$s, %9$s, %10$s" "%1$s, %3$s. %2$s %4$s, %5$s%6$s, %8$s. %7$s %9$s, %10$s" - "%-d. %b %Y" - "%b %Y" - "%b %-d" - "neděle" - "pondělí" - "úterý" - "středa" - "čtvrtek" - "pátek" - "sobota" - "Ne" - "Po" - "Út" - "St" - "Čt" - "Pá" - "So" - "Ne" - "Po" - "Út" - "St" - "Čt" - "Pá" - "So" - "Ne" - "Po" - "Út" - "St" - "Čt" - "Pá" - "So" - "Ne" - "Po" - "Čt" - "St" - "Čt" - "Pá" - "So" - "leden" - "únor" - "březen" - "duben" - "květen" - "červen" - "červenec" - "srpen" - "září" - "říjen" - "listopad" - "prosinec" - "leden" - "únor" - "březen" - "duben" - "květen" - "červen" - "červenec" - "srpen" - "září" - "říjen" - "listopad" - "prosinec" - "1." - "2." - "Po" - "4." - "5." - "6." - "7." - "8." - "9." - "10." - "11." - "12." "%1$02d:%2$02d" "%1$d:%2$02d:%3$02d" "Vybrat vše" diff --git a/core/res/res/values-da-rDK/donottranslate-cldr.xml b/core/res/res/values-da-rDK/donottranslate-cldr.xml new file mode 100644 index 0000000000000..38097bd67a5c7 --- /dev/null +++ b/core/res/res/values-da-rDK/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + januar + februar + marts + april + maj + juni + juli + august + september + oktober + november + december + + januar + februar + marts + april + maj + juni + juli + august + september + oktober + november + december + + jan. + feb. + mar. + apr. + maj + jun. + jul. + aug. + sep. + okt. + nov. + dec. + + J + F + M + A + M + J + J + A + S + O + N + D + + søndag + mandag + tirsdag + onsdag + torsdag + fredag + lørdag + + søn + man + tir + ons + tor + fre + lør + + søn + man + tir + ons + tor + fre + lør + + S + M + T + O + T + F + L + + f.m. + e.m. + i går + i dag + i morgen + + %H.%M + %H.%M + %d/%m/%Y + dd/MM/yyyy + %-e. %b %Y + %H.%M.%S + %H.%M.%S %d/%m/%Y + %d/%m/%Y + %-e. %B + %b + %B %Y + %-e. %b + %b + %b %Y + diff --git a/core/res/res/values-de-rAT/donottranslate-cldr.xml b/core/res/res/values-de-rAT/donottranslate-cldr.xml new file mode 100644 index 0000000000000..ad35feecf65c5 --- /dev/null +++ b/core/res/res/values-de-rAT/donottranslate-cldr.xml @@ -0,0 +1,75 @@ + + + Jänner + + Jänner + + Jän + + J + F + M + A + M + J + J + A + S + O + N + D + + Sonntag + Montag + Dienstag + Mittwoch + Donnerstag + Freitag + Samstag + + So. + Mo. + Di. + Mi. + Do. + Fr. + Sa. + + So. + Mo. + Di. + Mi. + Do. + Fr. + Sa. + + S + M + D + M + D + F + S + + vorm. + nachm. + Gestern + Heute + Morgen + + %H:%M + %H:%M + %d.%m.%Y + dd.MM.yyyy + %d. %B %Y + %H:%M:%S + %H:%M:%S %d.%m.%Y + %d.%m.%Y + %-e. %B + %-B + %B %Y + %-e. %b + %-b + %b %Y + diff --git a/core/res/res/values-de-rCH/donottranslate-cldr.xml b/core/res/res/values-de-rCH/donottranslate-cldr.xml new file mode 100644 index 0000000000000..c8e0de8ec41f1 --- /dev/null +++ b/core/res/res/values-de-rCH/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + Januar + Februar + März + April + Mai + Juni + Juli + August + September + Oktober + November + Dezember + + Januar + Februar + März + April + Mai + Juni + Juli + August + September + Oktober + November + Dezember + + Jan + Feb + Mär + Apr + Mai + Jun + Jul + Aug + Sep + Okt + Nov + Dez + + J + F + M + A + M + J + J + A + S + O + N + D + + Sonntag + Montag + Dienstag + Mittwoch + Donnerstag + Freitag + Samstag + + So. + Mo. + Di. + Mi. + Do. + Fr. + Sa. + + So. + Mo. + Di. + Mi. + Do. + Fr. + Sa. + + S + M + D + M + D + F + S + + vorm. + nachm. + Gestern + Heute + Morgen + + %H:%M + %H:%M + %d.%m.%Y + dd.MM.yyyy + %-e. %B %Y + %H:%M:%S + %H:%M:%S %d.%m.%Y + %d.%m.%Y + %-e. %B + %-B + %B %Y + %-e. %b + %-b + %b %Y + diff --git a/core/res/res/values-de-rDE/donottranslate-cldr.xml b/core/res/res/values-de-rDE/donottranslate-cldr.xml new file mode 100644 index 0000000000000..c8e0de8ec41f1 --- /dev/null +++ b/core/res/res/values-de-rDE/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + Januar + Februar + März + April + Mai + Juni + Juli + August + September + Oktober + November + Dezember + + Januar + Februar + März + April + Mai + Juni + Juli + August + September + Oktober + November + Dezember + + Jan + Feb + Mär + Apr + Mai + Jun + Jul + Aug + Sep + Okt + Nov + Dez + + J + F + M + A + M + J + J + A + S + O + N + D + + Sonntag + Montag + Dienstag + Mittwoch + Donnerstag + Freitag + Samstag + + So. + Mo. + Di. + Mi. + Do. + Fr. + Sa. + + So. + Mo. + Di. + Mi. + Do. + Fr. + Sa. + + S + M + D + M + D + F + S + + vorm. + nachm. + Gestern + Heute + Morgen + + %H:%M + %H:%M + %d.%m.%Y + dd.MM.yyyy + %-e. %B %Y + %H:%M:%S + %H:%M:%S %d.%m.%Y + %d.%m.%Y + %-e. %B + %-B + %B %Y + %-e. %b + %-b + %b %Y + diff --git a/core/res/res/values-de-rLI/donottranslate-cldr.xml b/core/res/res/values-de-rLI/donottranslate-cldr.xml new file mode 100644 index 0000000000000..c8e0de8ec41f1 --- /dev/null +++ b/core/res/res/values-de-rLI/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + Januar + Februar + März + April + Mai + Juni + Juli + August + September + Oktober + November + Dezember + + Januar + Februar + März + April + Mai + Juni + Juli + August + September + Oktober + November + Dezember + + Jan + Feb + Mär + Apr + Mai + Jun + Jul + Aug + Sep + Okt + Nov + Dez + + J + F + M + A + M + J + J + A + S + O + N + D + + Sonntag + Montag + Dienstag + Mittwoch + Donnerstag + Freitag + Samstag + + So. + Mo. + Di. + Mi. + Do. + Fr. + Sa. + + So. + Mo. + Di. + Mi. + Do. + Fr. + Sa. + + S + M + D + M + D + F + S + + vorm. + nachm. + Gestern + Heute + Morgen + + %H:%M + %H:%M + %d.%m.%Y + dd.MM.yyyy + %-e. %B %Y + %H:%M:%S + %H:%M:%S %d.%m.%Y + %d.%m.%Y + %-e. %B + %-B + %B %Y + %-e. %b + %-b + %b %Y + diff --git a/core/res/res/values-de/donottranslate-cldr.xml b/core/res/res/values-de/donottranslate-cldr.xml new file mode 100644 index 0000000000000..c8e0de8ec41f1 --- /dev/null +++ b/core/res/res/values-de/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + Januar + Februar + März + April + Mai + Juni + Juli + August + September + Oktober + November + Dezember + + Januar + Februar + März + April + Mai + Juni + Juli + August + September + Oktober + November + Dezember + + Jan + Feb + Mär + Apr + Mai + Jun + Jul + Aug + Sep + Okt + Nov + Dez + + J + F + M + A + M + J + J + A + S + O + N + D + + Sonntag + Montag + Dienstag + Mittwoch + Donnerstag + Freitag + Samstag + + So. + Mo. + Di. + Mi. + Do. + Fr. + Sa. + + So. + Mo. + Di. + Mi. + Do. + Fr. + Sa. + + S + M + D + M + D + F + S + + vorm. + nachm. + Gestern + Heute + Morgen + + %H:%M + %H:%M + %d.%m.%Y + dd.MM.yyyy + %-e. %B %Y + %H:%M:%S + %H:%M:%S %d.%m.%Y + %d.%m.%Y + %-e. %B + %-B + %B %Y + %-e. %b + %-b + %b %Y + diff --git a/core/res/res/values-de/strings.xml b/core/res/res/values-de/strings.xml index 674c64b91c4e6..d121801a85747 100644 --- a/core/res/res/values-de/strings.xml +++ b/core/res/res/values-de/strings.xml @@ -418,9 +418,6 @@ "Passwort" "Anmelden" "Ungültiger Nutzername oder ungültiges Passwort." - "h:mm AA" - "%-l:%M%P" - "%-l:%M%p" "%-l%P" "%-l%p" "Benachrichtigungen löschen" @@ -452,9 +449,6 @@ "Enter" "löschen" "Suche" - "Heute" - "Gestern" - "Morgen" "Vor 1 Monat" "Vor mehr als 1 Monat" @@ -536,13 +530,6 @@ "Wochen" "Jahr" "Jahre" - "Sonntag" - "Montag" - "Dienstag" - "Mittwoch" - "Donnerstag" - "Freitag" - "Samstag" "Jeden Wochentag (Mo-Fr)" "Täglich" "Jede Woche am %s" @@ -552,9 +539,6 @@ "Leider ist dieses Video nicht für Streaming auf diesem Gerät gültig." "Dieses Video kann leider nicht abgespielt werden." "OK" - "AM" - ".." - "%d/%m/%Y" "%1$s, %2$s, %3$s%4$s, %5$s, %6$s" "%1$s, %2$s%4$s, %5$s" "%2$s, %3$s%5$s, %6$s" @@ -566,23 +550,12 @@ "%1$s, %2$s" "%1$s, %2$s" "%1$s, %2$s" - "d'. 'MMMM' 'yyyy" - "d'. 'MMMM' 'yyyy" - "d'. 'MMM' 'yyyy" - "d'. 'MMM' 'yyyy" - "h':'mm' 'a" - "HH':'mm" "Mittag" "Mittag" "Mitternacht" "Mitternacht" - "%B %-d" - "%-d. %B %Y" - "%B %Y" - "%H:%M:%S" - "%H:%M:%S %-d. %B %Y" "%3$s. %2$s%8$s. %7$s" "%1$s, %3$s. %2$s%6$s, %8$s. %7$s" "%3$s. %2$s%8$s. %7$s %9$s" @@ -607,82 +580,8 @@ "%1$s, %3$s. %2$s, %5$s%6$s, %8$s. %7$s, %10$s" "%3$s. %2$s %4$s, %5$s%8$s. %7$s %9$s, %10$s" "%1$s, %3$s. %2$s %4$s, %5$s%6$s, %8$s. %7$s %9$s, %10$s" - "%-d. %b %Y" - "%b %Y" - "%b %-d" - "Sonntag" - "Montag" - "Dienstag" - "Mittwoch" - "Donnerstag" - "Freitag" - "Samstag" - "So" - "Mo" - "Di" - "Mi" - "Do" - "Fr" - "Sa" - "So" - "Mo" - "Di" - "Mi" - "Do" - "Fr" - "Sa" - "So" - "März" - "Di" - "Mi" - "Do" - "Fr" - "Sa" - "Sep" - "Mo" - "Do" - "Mi" - "Do" - "Fr" - "Sa" - "Januar" - "Februar" - "März" - "April" - "Mai" - "Juni" - "Juli" - "August" - "September" - "Oktober" - "November" - "Dezember" - "Jan." - "Feb." - "März" - "Apr." - "Mai" - "Juni" - "Juli" - "Aug" - "Sep." - "Okt." - "Nov." - "Dez." - "Juli" - "Fr" - "März" - "Apr" - "Mo" - "Juni" - "Juli" - "Aug." - "Sep" - "Okt." - "No" - "Dez." "%1$02d:%2$02d" "%1$d:%2$02d:%3$02d" "Alles auswählen" diff --git a/core/res/res/values-el-rGR/donottranslate-cldr.xml b/core/res/res/values-el-rGR/donottranslate-cldr.xml new file mode 100644 index 0000000000000..9d2a0aa907d5f --- /dev/null +++ b/core/res/res/values-el-rGR/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + Ιανουάριος + Φεβρουάριος + Μάρτιος + Απρίλιος + Μάιος + Ιούνιος + Ιούλιος + Αύγουστος + Σεπτέμβριος + Οκτώβριος + Νοέμβριος + Δεκέμβριος + + Ιανουαρίου + Φεβρουαρίου + Μαρτίου + Απριλίου + Μαΐου + Ιουνίου + Ιουλίου + Αυγούστου + Σεπτεμβρίου + Οκτωβρίου + Νοεμβρίου + Δεκεμβρίου + + Ιαν + Φεβ + Μαρ + Απρ + Μαϊ + Ιουν + Ιουλ + Αυγ + Σεπ + Οκτ + Νοε + Δεκ + + Ι + Φ + Μ + Α + Μ + Ι + Ι + Α + Σ + Ο + Ν + Δ + + Κυριακή + Δευτέρα + Τρίτη + Τετάρτη + Πέμπτη + Παρασκευή + Σάββατο + + Κυρ + Δευ + Τρι + Τετ + Πεμ + Παρ + Σαβ + + Κυρ + Δευ + Τρι + Τετ + Πεμ + Παρ + Σαβ + + Κ + Δ + Τ + Τ + Π + Π + Σ + + π.μ. + μ.μ. + Χτες + Σήμερα + Αύριο + + %-l:%M %p + %-l:%M %^p + %d/%m/%Y + dd/MM/yyyy + %d %B %Y + %-l:%M:%S %p + %-l:%M:%S %p %d %b %Y + %d %b %Y + %-e %B + %-B + %-B %Y + %-e %b + %-b + %b %Y + diff --git a/core/res/res/values-en-rAU/donottranslate-cldr.xml b/core/res/res/values-en-rAU/donottranslate-cldr.xml new file mode 100644 index 0000000000000..7ed029c998dc1 --- /dev/null +++ b/core/res/res/values-en-rAU/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + January + February + March + April + May + June + July + August + September + October + November + December + + January + February + March + April + May + June + July + August + September + October + November + December + + Jan + Feb + Mar + Apr + May + Jun + Jul + Aug + Sep + Oct + Nov + Dec + + J + F + M + A + M + J + J + A + S + O + N + D + + Sunday + Monday + Tuesday + Wednesday + Thursday + Friday + Saturday + + Sun + Mon + Tue + Wed + Thu + Fri + Sat + + Su + Mo + Tu + We + Th + Fr + Sa + + S + M + T + W + T + F + S + + a.m. + p.m. + Yesterday + Today + Tomorrow + + %-l:%M %p + %-l:%M %^p + %-e/%m/%Y + d/MM/yyyy + %-e %B %Y + %-l:%M:%S %p + %-l:%M:%S %p %d/%m/%Y + %d/%m/%Y + %-e %B + %-B + %B %Y + %b %-e + %-b + %b %Y + diff --git a/core/res/res/values-en-rAU/strings.xml b/core/res/res/values-en-rAU/strings.xml index 9da879b34a16c..d4822227a54fa 100644 --- a/core/res/res/values-en-rAU/strings.xml +++ b/core/res/res/values-en-rAU/strings.xml @@ -710,7 +710,6 @@ - "h:mm AA" @@ -864,7 +863,6 @@ - "%d/%m/%Y" "%1$s, %2$s, %3$s%4$s, %5$s, %6$s" @@ -888,11 +886,9 @@ - "dd MMMM yyyy" - "dd MMM yyyy" @@ -906,15 +902,12 @@ - "%-d %B" - "%-d %B %Y" - "%H:%M:%S" @@ -922,7 +915,6 @@ "%1$s, %3$s %2$s%6$s, %8$s %7$s" - "%H:%M:%S %-d %B %Y" "%3$s %2$s%8$s %7$s %9$s" @@ -968,11 +960,9 @@ "%1$s, %3$s %2$s %4$s, %5$s%6$s, %8$s %7$s %9$s, %10$s" - "%-d %b %Y" - "%-d %b" diff --git a/core/res/res/values-en-rCA/donottranslate-cldr.xml b/core/res/res/values-en-rCA/donottranslate-cldr.xml new file mode 100644 index 0000000000000..2fb3ef6b36971 --- /dev/null +++ b/core/res/res/values-en-rCA/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + January + February + March + April + May + June + July + August + September + October + November + December + + January + February + March + April + May + June + July + August + September + October + November + December + + Jan + Feb + Mar + Apr + May + Jun + Jul + Aug + Sep + Oct + Nov + Dec + + J + F + M + A + M + J + J + A + S + O + N + D + + Sunday + Monday + Tuesday + Wednesday + Thursday + Friday + Saturday + + Sun + Mon + Tue + Wed + Thu + Fri + Sat + + Su + Mo + Tu + We + Th + Fr + Sa + + S + M + T + W + T + F + S + + a.m. + p.m. + Yesterday + Today + Tomorrow + + %-l:%M %p + %-l:%M %^p + %Y-%m-%d + yyyy-MM-dd + %B %-e, %Y + %-l:%M:%S %p + %-l:%M:%S %p %Y-%m-%d + %Y-%m-%d + %B %-e + %-B + %B %Y + %b %-e + %-b + %b %Y + diff --git a/core/res/res/values-en-rGB/donottranslate-cldr.xml b/core/res/res/values-en-rGB/donottranslate-cldr.xml new file mode 100644 index 0000000000000..0c544afffc6fd --- /dev/null +++ b/core/res/res/values-en-rGB/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + January + February + March + April + May + June + July + August + September + October + November + December + + January + February + March + April + May + June + July + August + September + October + November + December + + Jan + Feb + Mar + Apr + May + Jun + Jul + Aug + Sep + Oct + Nov + Dec + + J + F + M + A + M + J + J + A + S + O + N + D + + Sunday + Monday + Tuesday + Wednesday + Thursday + Friday + Saturday + + Sun + Mon + Tue + Wed + Thu + Fri + Sat + + Su + Mo + Tu + We + Th + Fr + Sa + + S + M + T + W + T + F + S + + a.m. + p.m. + Yesterday + Today + Tomorrow + + %H:%M + %H:%M + %d/%m/%Y + dd/MM/yyyy + %-e %B %Y + %H:%M:%S + %H:%M:%S %-e %b %Y + %-e %b %Y + %-e %B + %-B + %B %Y + %b %-e + %-b + %b %Y + diff --git a/core/res/res/values-en-rIE/donottranslate-cldr.xml b/core/res/res/values-en-rIE/donottranslate-cldr.xml new file mode 100644 index 0000000000000..0c544afffc6fd --- /dev/null +++ b/core/res/res/values-en-rIE/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + January + February + March + April + May + June + July + August + September + October + November + December + + January + February + March + April + May + June + July + August + September + October + November + December + + Jan + Feb + Mar + Apr + May + Jun + Jul + Aug + Sep + Oct + Nov + Dec + + J + F + M + A + M + J + J + A + S + O + N + D + + Sunday + Monday + Tuesday + Wednesday + Thursday + Friday + Saturday + + Sun + Mon + Tue + Wed + Thu + Fri + Sat + + Su + Mo + Tu + We + Th + Fr + Sa + + S + M + T + W + T + F + S + + a.m. + p.m. + Yesterday + Today + Tomorrow + + %H:%M + %H:%M + %d/%m/%Y + dd/MM/yyyy + %-e %B %Y + %H:%M:%S + %H:%M:%S %-e %b %Y + %-e %b %Y + %-e %B + %-B + %B %Y + %b %-e + %-b + %b %Y + diff --git a/core/res/res/values-en-rIN/donottranslate-cldr.xml b/core/res/res/values-en-rIN/donottranslate-cldr.xml new file mode 100644 index 0000000000000..823c3c169d660 --- /dev/null +++ b/core/res/res/values-en-rIN/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + January + February + March + April + May + June + July + August + September + October + November + December + + January + February + March + April + May + June + July + August + September + October + November + December + + Jan + Feb + Mar + Apr + May + Jun + Jul + Aug + Sep + Oct + Nov + Dec + + J + F + M + A + M + J + J + A + S + O + N + D + + Sunday + Monday + Tuesday + Wednesday + Thursday + Friday + Saturday + + Sun + Mon + Tue + Wed + Thu + Fri + Sat + + Su + Mo + Tu + We + Th + Fr + Sa + + S + M + T + W + T + F + S + + a.m. + p.m. + Yesterday + Today + Tomorrow + + %-l:%M %p + %-l:%M %^p + %d/%m/%Y + dd/MM/yyyy + %-e %B %Y + %-l:%M:%S %p + %-l:%M:%S %p %d-%b-%Y + %d-%b-%Y + %-e %B + %-B + %B %Y + %b %-e + %-b + %b %Y + diff --git a/core/res/res/values-en-rNZ/donottranslate-cldr.xml b/core/res/res/values-en-rNZ/donottranslate-cldr.xml new file mode 100644 index 0000000000000..bcd976cde6b84 --- /dev/null +++ b/core/res/res/values-en-rNZ/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + January + February + March + April + May + June + July + August + September + October + November + December + + January + February + March + April + May + June + July + August + September + October + November + December + + Jan + Feb + Mar + Apr + May + Jun + Jul + Aug + Sep + Oct + Nov + Dec + + J + F + M + A + M + J + J + A + S + O + N + D + + Sunday + Monday + Tuesday + Wednesday + Thursday + Friday + Saturday + + Sun + Mon + Tue + Wed + Thu + Fri + Sat + + Su + Mo + Tu + We + Th + Fr + Sa + + S + M + T + W + T + F + S + + a.m. + p.m. + Yesterday + Today + Tomorrow + + %-l:%M %p + %-l:%M %^p + %-e/%m/%Y + d/MM/yyyy + %-e %B %Y + %-l:%M:%S %p + %-l:%M:%S %p %-e/%m/%Y + %-e/%m/%Y + %-e %B + %-B + %B %Y + %b %-e + %-b + %b %Y + diff --git a/core/res/res/values-en-rSG/donottranslate-cldr.xml b/core/res/res/values-en-rSG/donottranslate-cldr.xml new file mode 100644 index 0000000000000..f3059489d20da --- /dev/null +++ b/core/res/res/values-en-rSG/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + January + February + March + April + May + June + July + August + September + October + November + December + + January + February + March + April + May + June + July + August + September + October + November + December + + Jan + Feb + Mar + Apr + May + Jun + Jul + Aug + Sep + Oct + Nov + Dec + + J + F + M + A + M + J + J + A + S + O + N + D + + Sunday + Monday + Tuesday + Wednesday + Thursday + Friday + Saturday + + Sun + Mon + Tue + Wed + Thu + Fri + Sat + + Su + Mo + Tu + We + Th + Fr + Sa + + S + M + T + W + T + F + S + + a.m. + p.m. + Yesterday + Today + Tomorrow + + %-l:%M %p + %-l:%M %^p + %-m/%-e/%Y + M/d/yyyy + %B %-e, %Y + %-l:%M:%S %p + %-l:%M:%S %p %b %-e, %Y + %b %-e, %Y + %B %-e + %-B + %B %Y + %b %-e + %-b + %b %Y + diff --git a/core/res/res/values-en-rSG/strings.xml b/core/res/res/values-en-rSG/strings.xml index 6850a5d2835b5..1c6eda2de7a27 100644 --- a/core/res/res/values-en-rSG/strings.xml +++ b/core/res/res/values-en-rSG/strings.xml @@ -710,7 +710,6 @@ - "h:mm AA" @@ -867,7 +866,6 @@ "%1$s, %2$s%4$s, %5$s" - "%d/%m/%Y" "%2$s, %3$s%5$s, %6$s" @@ -885,11 +883,9 @@ - "dd MMMM yyyy" - "dd MMM yyyy" @@ -903,17 +899,13 @@ - "%-d %B" - "%-d %B %Y" - "%H:%M:%S" - "%H:%M:%S %-d %B %Y" "%3$s %2$s%8$s %7$s" @@ -963,11 +955,9 @@ "%1$s, %3$s %2$s %4$s, %5$s%6$s, %8$s %7$s %9$s, %10$s" - "%-d %b %Y" - "%-d %b" diff --git a/core/res/res/values-en-rUS/donottranslate-cldr.xml b/core/res/res/values-en-rUS/donottranslate-cldr.xml new file mode 100644 index 0000000000000..f3059489d20da --- /dev/null +++ b/core/res/res/values-en-rUS/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + January + February + March + April + May + June + July + August + September + October + November + December + + January + February + March + April + May + June + July + August + September + October + November + December + + Jan + Feb + Mar + Apr + May + Jun + Jul + Aug + Sep + Oct + Nov + Dec + + J + F + M + A + M + J + J + A + S + O + N + D + + Sunday + Monday + Tuesday + Wednesday + Thursday + Friday + Saturday + + Sun + Mon + Tue + Wed + Thu + Fri + Sat + + Su + Mo + Tu + We + Th + Fr + Sa + + S + M + T + W + T + F + S + + a.m. + p.m. + Yesterday + Today + Tomorrow + + %-l:%M %p + %-l:%M %^p + %-m/%-e/%Y + M/d/yyyy + %B %-e, %Y + %-l:%M:%S %p + %-l:%M:%S %p %b %-e, %Y + %b %-e, %Y + %B %-e + %-B + %B %Y + %b %-e + %-b + %b %Y + diff --git a/core/res/res/values-en-rZA/donottranslate-cldr.xml b/core/res/res/values-en-rZA/donottranslate-cldr.xml new file mode 100644 index 0000000000000..633c761dba739 --- /dev/null +++ b/core/res/res/values-en-rZA/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + January + February + March + April + May + June + July + August + September + October + November + December + + January + February + March + April + May + June + July + August + September + October + November + December + + Jan + Feb + Mar + Apr + May + Jun + Jul + Aug + Sep + Oct + Nov + Dec + + J + F + M + A + M + J + J + A + S + O + N + D + + Sunday + Monday + Tuesday + Wednesday + Thursday + Friday + Saturday + + Sun + Mon + Tue + Wed + Thu + Fri + Sat + + Su + Mo + Tu + We + Th + Fr + Sa + + S + M + T + W + T + F + S + + a.m. + p.m. + Yesterday + Today + Tomorrow + + %-l:%M %p + %-l:%M %^p + %Y/%m/%d + yyyy/MM/dd + %d %B %Y + %-l:%M:%S %p + %-l:%M:%S %p %d %b %Y + %d %b %Y + %B %-e + %-B + %B %Y + %b %-e + %-b + %b %Y + diff --git a/core/res/res/values-es-rES/donottranslate-cldr.xml b/core/res/res/values-es-rES/donottranslate-cldr.xml new file mode 100644 index 0000000000000..967a63911cc3d --- /dev/null +++ b/core/res/res/values-es-rES/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + enero + febrero + marzo + abril + mayo + junio + julio + agosto + septiembre + octubre + noviembre + diciembre + + enero + febrero + marzo + abril + mayo + junio + julio + agosto + septiembre + octubre + noviembre + diciembre + + ene + feb + mar + abr + may + jun + jul + ago + sep + oct + nov + dic + + E + F + M + A + M + J + J + A + S + O + N + D + + domingo + lunes + martes + miércoles + jueves + viernes + sábado + + dom + lun + mar + mié + jue + vie + sáb + + dom + lun + mar + mié + jue + vie + sáb + + D + L + M + M + J + V + S + + a.m. + p.m. + ayer + hoy + mañana + + %H:%M + %H:%M + %d/%m/%Y + dd/MM/yyyy + %-e de %B de %Y + %H:%M:%S + %H:%M:%S %d/%m/%Y + %d/%m/%Y + %-e de %B + %-B + %B de %Y + %-e %b + %-b + %b %Y + diff --git a/core/res/res/values-es-rUS/donottranslate-cldr.xml b/core/res/res/values-es-rUS/donottranslate-cldr.xml new file mode 100644 index 0000000000000..8668fdac775da --- /dev/null +++ b/core/res/res/values-es-rUS/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + enero + febrero + marzo + abril + mayo + junio + julio + agosto + septiembre + octubre + noviembre + diciembre + + enero + febrero + marzo + abril + mayo + junio + julio + agosto + septiembre + octubre + noviembre + diciembre + + ene + feb + mar + abr + may + jun + jul + ago + sep + oct + nov + dic + + E + F + M + A + M + J + J + A + S + O + N + D + + domingo + lunes + martes + miércoles + jueves + viernes + sábado + + dom + lun + mar + mié + jue + vie + sáb + + dom + lun + mar + mié + jue + vie + sáb + + D + L + M + M + J + V + S + + a.m. + p.m. + ayer + hoy + mañana + + %-l:%M %p + %-l:%M %^p + %-m/%-e/%Y + M/d/yyyy + %-e de %B de %Y + %-l:%M:%S %p + %-l:%M:%S %p %b %-e, %Y + %b %-e, %Y + %-e de %B + %-B + %B de %Y + %-e %b + %-b + %b %Y + diff --git a/core/res/res/values-es-rUS/strings.xml b/core/res/res/values-es-rUS/strings.xml index 7b60a39f042b6..6032321e381f8 100644 --- a/core/res/res/values-es-rUS/strings.xml +++ b/core/res/res/values-es-rUS/strings.xml @@ -436,9 +436,6 @@ "Contraseña" "Inicia sesión" "Nombre de usuario o contraseña incorrecta." - "h:mm AA" - "%-l:%M%P" - "%-l:%M%p" "%-l%P" "%-l%p" "Borrar notificaciones" @@ -470,9 +467,6 @@ "ingresar" "borrar" "Buscar" - "Hoy" - "Ayer" - "Mañana" "hace 1 mes" "Anterior a 1 mes atrás" @@ -554,13 +548,6 @@ "semanas" "año" "años" - "Domingo" - "Lunes" - "Martes" - "Miércoles" - "Jueves" - "Viernes" - "Sábado" "Los días de semana (lunes a viernes)" "Diariamente" "Semanalmente el día %s" @@ -570,9 +557,6 @@ "Lo sentimos, este video no es válido para las transmisiones a este dispositivo." "Lo sentimos, no se puede reproducir este video." "Aceptar" - "AM" - "PM" - "%m/%d/%Y" "%1$s, %2$s, %3$s%4$s, %5$s, %6$s" "%1$s, %2$s%4$s, %5$s" "%2$s, %3$s%5$s, %6$s" @@ -584,23 +568,12 @@ "%1$s, %2$s" "%1$s, %2$s" "%1$s, %2$s" - "MMMM' 'd', 'yyyy" - "d' 'MMMM', 'yyyy" - "MMM' 'd', 'yyyy" - "d' 'MMM', 'yyyy" - "h':'mm' 'a" - "HH':'mm" "mediodía" "Mediodía" "medianoche" "Medianoche" - "%B %-d" - "%B %-d, %Y" - "%B %Y" - "%H:%M:%S" - "%H:%M:%S %B %-d, %Y" "%2$s %3$s%7$s %8$s" "%1$s, %2$s %3$s%6$s, %7$s %8$s" "%2$s %3$s%7$s %8$s, %9$s" @@ -625,82 +598,8 @@ "%1$s, %2$s %3$s, %5$s%6$s, %7$s %8$s, %10$s" "%2$s %3$s, %4$s, %5$s%7$s %8$s, %9$s, %10$s" "%1$s, %2$s %3$s, %4$s, %5$s%6$s, %7$s %8$s, %9$s, %10$s" - "%b %-d, %Y" - "%b %Y" - "%b %-d" - "Domingo" - "Lunes" - "Martes" - "Miércoles" - "Jueves" - "Viernes" - "Sábado" - "Dom." - "Lun." - "Mar." - "Mié." - "Jue." - "Vie." - "Sáb." - "Dom." - "Lun." - "Mar." - "Nosotros" - "Jue." - "V" - "Sáb." - "Dom." - "L" - "Mar." - "M" - "Jue." - "V" - "Sáb." - "D" - "L" - "Mar." - "M" - "Jue." - "V" - "D" - "Enero" - "Febrero" - "Marzo" - "Abril" - "Mayo" - "Junio" - "Julio" - "Agosto" - "Septiembre" - "Octubre" - "Noviembre" - "Diciembre" - "Ene." - "Feb." - "Mar." - "Abr." - "Mayo" - "Jun." - "Jul." - "Ago." - "Sep." - "Oct." - "Nov." - "Dic." - "E" - "V" - "M" - "A" - "M" - "E" - "J" - "Ago." - "D" - "O" - "N" - "Dic." "%1$02d:%2$02d" "%1$d:%2$02d:%3$02d" "Seleccionar todos" diff --git a/core/res/res/values-es/donottranslate-cldr.xml b/core/res/res/values-es/donottranslate-cldr.xml new file mode 100644 index 0000000000000..967a63911cc3d --- /dev/null +++ b/core/res/res/values-es/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + enero + febrero + marzo + abril + mayo + junio + julio + agosto + septiembre + octubre + noviembre + diciembre + + enero + febrero + marzo + abril + mayo + junio + julio + agosto + septiembre + octubre + noviembre + diciembre + + ene + feb + mar + abr + may + jun + jul + ago + sep + oct + nov + dic + + E + F + M + A + M + J + J + A + S + O + N + D + + domingo + lunes + martes + miércoles + jueves + viernes + sábado + + dom + lun + mar + mié + jue + vie + sáb + + dom + lun + mar + mié + jue + vie + sáb + + D + L + M + M + J + V + S + + a.m. + p.m. + ayer + hoy + mañana + + %H:%M + %H:%M + %d/%m/%Y + dd/MM/yyyy + %-e de %B de %Y + %H:%M:%S + %H:%M:%S %d/%m/%Y + %d/%m/%Y + %-e de %B + %-B + %B de %Y + %-e %b + %-b + %b %Y + diff --git a/core/res/res/values-es/strings.xml b/core/res/res/values-es/strings.xml index a9f267a308b1b..c55e0ed5df4f6 100644 --- a/core/res/res/values-es/strings.xml +++ b/core/res/res/values-es/strings.xml @@ -418,9 +418,6 @@ "Contraseña" "Acceder" "Nombre de usuario o contraseña no válido" - "h:mm AA" - "%-l:%M%P" - "%-l:%M%p" "%-l%P" "%-l%p" "Cerrar notificaciones" @@ -452,9 +449,6 @@ "intro" "suprimir" "Buscar" - "Hoy" - "Ayer" - "Mañana" "Hace un mes" "Hace más de un mes" @@ -536,13 +530,6 @@ "semanas" "año" "años" - "Domingo" - "Lunes" - "Martes" - "Miércoles" - "Jueves" - "Viernes" - "Sábado" "Todos los días laborables (Lun-Vie)" "Diariamente" "Semanalmente, el %s" @@ -552,9 +539,6 @@ "Este vídeo no se puede transmitir al dispositivo." "Este vídeo no se puede reproducir." "Aceptar" - "a.m." - "p.m." - "%d/%m/%Y" "%1$s, %2$s, %3$s%4$s, %5$s, %6$s" "%1$s, %2$s%4$s, %5$s" "%2$s, %3$s%5$s, %6$s" @@ -566,23 +550,12 @@ "%1$s, %2$s" "%1$s, %2$s" "%1$s, %2$s" - "d' de 'MMMM' de 'yyyy" - "d' de 'MMMM' de 'yyyy" - "d' de 'MMM' de 'yyyy" - "d' 'MMM', 'yyyy" - "h':'mm' 'a" - "HH':'mm" "mediodía" "Mediodía" "medianoche" "Medianoche" - "%-d %B" - "%-d %B, %Y" - "%B %Y" - "%H:%M:%S" - "%H:%M:%S %B %-d, %Y" "%3$s %2$s%8$s %7$s" "%1$s, %3$s %2$s%6$s, %8$s %7$s" "%3$s %2$s%8$s %7$s, %9$s" @@ -607,82 +580,8 @@ "%1$s, %3$s %2$s, %5$s%6$s, %8$s %7$s, %10$s" "%2$s %3$s, %4$s, %5$s%7$s %8$s, %9$s, %10$s" "%1$s, %2$s %3$s, %4$s, %5$s%6$s, %7$s %8$s, %9$s, %10$s" - "%-d de %b de %Y" - "%b %Y" - "%b %-d" - "Domingo" - "Lunes" - "Martes" - "Miércoles" - "Jueves" - "Viernes" - "Sábado" - "Dom" - "Lun" - "Mar" - "Mié" - "Jue" - "Vie" - "Sáb" - "Do" - "Lu" - "Ma" - "Mi" - "Ju" - "Vi" - "Sá" - "Do" - "L" - "Ma" - "Mi" - "Ju" - "V" - "S" - "D" - "Mz" - "M" - "Mi" - "M" - "V" - "D" - "Enero" - "Febrero" - "Marzo" - "Abril" - "Mayo" - "Junio" - "Julio" - "Agosto" - "Septiembre" - "Octubre" - "Noviembre" - "Diciembre" - "Ene" - "Feb" - "Mar" - "Abr" - "May" - "Jun" - "Jul" - "Ago" - "Sep" - "Oct" - "Nov" - "Dic" - "E" - "V" - "Mz" - "A" - "My" - "J" - "E" - "Ag" - "S" - "O" - "N" - "D" "%1$02d:%2$02d" "%1$d:%2$02d:%3$02d" "Seleccionar todo" diff --git a/core/res/res/values-fi-rFI/donottranslate-cldr.xml b/core/res/res/values-fi-rFI/donottranslate-cldr.xml new file mode 100644 index 0000000000000..ae2863553417b --- /dev/null +++ b/core/res/res/values-fi-rFI/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + tammikuu + helmikuu + maaliskuu + huhtikuu + toukokuu + kesäkuu + heinäkuu + elokuu + syyskuu + lokakuu + marraskuu + joulukuu + + tammikuuta + helmikuuta + maaliskuuta + huhtikuuta + toukokuuta + kesäkuuta + heinäkuuta + elokuuta + syyskuuta + lokakuuta + marraskuuta + joulukuuta + + tammikuuta + helmikuuta + maaliskuuta + huhtikuuta + toukokuuta + kesäkuuta + heinäkuuta + elokuuta + syyskuuta + lokakuuta + marraskuuta + joulukuuta + + T + H + M + H + T + K + H + E + S + L + M + J + + sunnuntaina + maanantaina + tiistaina + keskiviikkona + torstaina + perjantaina + lauantaina + + su + ma + ti + ke + to + pe + la + + su + ma + ti + ke + to + pe + la + + S + M + T + K + T + P + L + + ap. + ip. + eilen + tänään + huomenna + + %-k.%M + %-k.%M + %-e.%-m.%Y + d.M.yyyy + %-e. %B %Y + %-k.%M.%S + %-k.%M.%S %-e.%-m.%Y + %-e.%-m.%Y + %-e. %B + %-B + %-B %Y + %-e. %b + %-b + %-b %Y + diff --git a/core/res/res/values-fr-rBE/donottranslate-cldr.xml b/core/res/res/values-fr-rBE/donottranslate-cldr.xml new file mode 100644 index 0000000000000..b5403364503d1 --- /dev/null +++ b/core/res/res/values-fr-rBE/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + janvier + février + mars + avril + mai + juin + juillet + août + septembre + octobre + novembre + décembre + + janvier + février + mars + avril + mai + juin + juillet + août + septembre + octobre + novembre + décembre + + janv. + févr. + mars + avr. + mai + juin + juil. + août + sept. + oct. + nov. + déc. + + J + F + M + A + M + J + J + A + S + O + N + D + + dimanche + lundi + mardi + mercredi + jeudi + vendredi + samedi + + dim. + lun. + mar. + mer. + jeu. + ven. + sam. + + dim. + lun. + mar. + mer. + jeu. + ven. + sam. + + D + L + M + M + J + V + S + + matin + soir + hier + aujourd’hui + demain + + %H:%M + %H:%M + %-e/%m/%Y + d/MM/yyyy + %-e %B %Y + %H:%M:%S + %H:%M:%S %-e %b %Y + %-e %b %Y + %-e %B + %-B + %B %Y + %-e %b + %-b + %b %Y + diff --git a/core/res/res/values-fr-rCA/donottranslate-cldr.xml b/core/res/res/values-fr-rCA/donottranslate-cldr.xml new file mode 100644 index 0000000000000..5fa5d5453857a --- /dev/null +++ b/core/res/res/values-fr-rCA/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + janvier + février + mars + avril + mai + juin + juillet + août + septembre + octobre + novembre + décembre + + janvier + février + mars + avril + mai + juin + juillet + août + septembre + octobre + novembre + décembre + + janv. + févr. + mars + avr. + mai + juin + juil. + août + sept. + oct. + nov. + déc. + + J + F + M + A + M + J + J + A + S + O + N + D + + dimanche + lundi + mardi + mercredi + jeudi + vendredi + samedi + + dim. + lun. + mar. + mer. + jeu. + ven. + sam. + + dim. + lun. + mar. + mer. + jeu. + ven. + sam. + + D + L + M + M + J + V + S + + matin + soir + hier + aujourd’hui + demain + + %H:%M + %H:%M + %Y-%m-%d + yyyy-MM-dd + %-e %B %Y + %H:%M:%S + %H:%M:%S %Y-%m-%d + %Y-%m-%d + %-e %B + %-B + %B %Y + %-e %b + %-b + %b %Y + diff --git a/core/res/res/values-fr-rCH/donottranslate-cldr.xml b/core/res/res/values-fr-rCH/donottranslate-cldr.xml new file mode 100644 index 0000000000000..589c801b815f8 --- /dev/null +++ b/core/res/res/values-fr-rCH/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + janvier + février + mars + avril + mai + juin + juillet + août + septembre + octobre + novembre + décembre + + janvier + février + mars + avril + mai + juin + juillet + août + septembre + octobre + novembre + décembre + + janv. + févr. + mars + avr. + mai + juin + juil. + août + sept. + oct. + nov. + déc. + + J + F + M + A + M + J + J + A + S + O + N + D + + dimanche + lundi + mardi + mercredi + jeudi + vendredi + samedi + + dim. + lun. + mar. + mer. + jeu. + ven. + sam. + + dim. + lun. + mar. + mer. + jeu. + ven. + sam. + + D + L + M + M + J + V + S + + matin + soir + hier + aujourd’hui + demain + + %H:%M + %H:%M + %d.%m.%Y + dd.MM.yyyy + %-e %B %Y + %H:%M:%S + %H:%M:%S %-e %b %Y + %-e %b %Y + %-e %B + %-B + %B %Y + %-e %b + %-b + %b %Y + diff --git a/core/res/res/values-fr-rFR/donottranslate-cldr.xml b/core/res/res/values-fr-rFR/donottranslate-cldr.xml new file mode 100644 index 0000000000000..1213ed8f629c7 --- /dev/null +++ b/core/res/res/values-fr-rFR/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + janvier + février + mars + avril + mai + juin + juillet + août + septembre + octobre + novembre + décembre + + janvier + février + mars + avril + mai + juin + juillet + août + septembre + octobre + novembre + décembre + + janv. + févr. + mars + avr. + mai + juin + juil. + août + sept. + oct. + nov. + déc. + + J + F + M + A + M + J + J + A + S + O + N + D + + dimanche + lundi + mardi + mercredi + jeudi + vendredi + samedi + + dim. + lun. + mar. + mer. + jeu. + ven. + sam. + + dim. + lun. + mar. + mer. + jeu. + ven. + sam. + + D + L + M + M + J + V + S + + matin + soir + hier + aujourd’hui + demain + + %H:%M + %H:%M + %d/%m/%Y + dd/MM/yyyy + %-e %B %Y + %H:%M:%S + %H:%M:%S %-e %b %Y + %-e %b %Y + %-e %B + %-B + %B %Y + %-e %b + %-b + %b %Y + diff --git a/core/res/res/values-fr/donottranslate-cldr.xml b/core/res/res/values-fr/donottranslate-cldr.xml new file mode 100644 index 0000000000000..1213ed8f629c7 --- /dev/null +++ b/core/res/res/values-fr/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + janvier + février + mars + avril + mai + juin + juillet + août + septembre + octobre + novembre + décembre + + janvier + février + mars + avril + mai + juin + juillet + août + septembre + octobre + novembre + décembre + + janv. + févr. + mars + avr. + mai + juin + juil. + août + sept. + oct. + nov. + déc. + + J + F + M + A + M + J + J + A + S + O + N + D + + dimanche + lundi + mardi + mercredi + jeudi + vendredi + samedi + + dim. + lun. + mar. + mer. + jeu. + ven. + sam. + + dim. + lun. + mar. + mer. + jeu. + ven. + sam. + + D + L + M + M + J + V + S + + matin + soir + hier + aujourd’hui + demain + + %H:%M + %H:%M + %d/%m/%Y + dd/MM/yyyy + %-e %B %Y + %H:%M:%S + %H:%M:%S %-e %b %Y + %-e %b %Y + %-e %B + %-B + %B %Y + %-e %b + %-b + %b %Y + diff --git a/core/res/res/values-fr/strings.xml b/core/res/res/values-fr/strings.xml index c664d1ae8dd91..736caf7b8b9c4 100644 --- a/core/res/res/values-fr/strings.xml +++ b/core/res/res/values-fr/strings.xml @@ -418,9 +418,6 @@ "Mot de passe" "Se connecter" "Nom d\'utilisateur ou mot de passe incorrect." - "h:mm AA" - "%-l:%M%P" - "%-l:%M%p" "%-l%P" "%-l%p" "Effacer les notifications" @@ -452,9 +449,6 @@ "entrée" "supprimer" "Rechercher" - "Aujourd\'hui" - "Hier" - "Demain" "Il y a 1 mois" "Il y a plus d\'un mois" @@ -536,13 +530,6 @@ "semaines" "année" "années" - "dimanche" - "lundi" - "mardi" - "mercredi" - "jeudi" - "vendredi" - "samedi" "Tous les jours ouvrés (lun.- ven.)" "Tous les jours" "Toutes les semaines le %s" @@ -552,9 +539,6 @@ "Désolé, cette vidéo ne peut être lue sur cet appareil." "Désolé, impossible de lire cette vidéo." "OK" - "AM" - "PM" - "%d/%m/%Y" "%1$s %2$s, %3$s%4$s %5$s, %6$s" "%1$s, %2$s%4$s, %5$s" "%2$s, %3$s%5$s, %6$s" @@ -566,23 +550,12 @@ "%1$s, %2$s" "%1$s, %2$s" "%1$s, %2$s" - "d' 'MMMM' 'yyyy" - "d' 'MMMM' 'yyyy" - "d' 'MMM' 'yyyy" - "d' 'MMM' 'yyyy" - "h':'mm' 'a" - "HH':'mm" "midi" "Midi" "minuit" "Minuit" - "%-d %B" - "%-d %B %Y" - "%B %Y" - "%H:%M:%S" - "%H:%M:%S %-d %B %Y" "%3$s %2$s%8$s %7$s" "%1$s %3$s %2$s%6$s %8$s %7$s" "%3$s %2$s%8$s %7$s %9$s" @@ -607,82 +580,8 @@ "%1$s, %3$s %2$s, %5$s%6$s, %8$s %7$s, %10$s" "%3$s %2$s %4$s, %5$s%8$s %7$s %9$s, %10$s" "%1$s %3$s %2$s %4$s, %5$s%6$s %8$s %7$s %9$s, %10$s" - "%-d %b %Y" - "%b %Y" - "%b %-d" - "dimanche" - "lundi" - "mardi" - "mercredi" - "jeudi" - "vendredi" - "samedi" - "dim." - "Lun" - "Mar" - "Mer" - "Jeu" - "Ven" - "Sam" - "Dim" - "Lun" - "Mar" - "Mer" - "Jeu" - "Ven" - "Sam" - "Dim" - "Lun" - "Mar" - "Mer" - "Jeu" - "Ven" - "sam." - "Dim" - "Lun" - "Mar" - "Mer" - "Jeu" - "Ven" - "Sam" - "janvier" - "février" - "mars" - "avril" - "mai" - "juin" - "juillet" - "août" - "septembre" - "octobre" - "novembre" - "décembre" - "janv." - "févr." - "mars" - "avr." - "mai" - "juin" - "juil." - "août" - "sept." - "oct." - "nov." - "déc." - "jan." - "Ven" - "mars" - "avr." - "mai" - "juin" - "juil." - "août" - "sept." - "oct." - "nov." - "déc." "%1$02d:%2$02d" "%1$d:%2$02d:%3$02d" "Tout sélectionner" diff --git a/core/res/res/values-he-rIL/donottranslate-cldr.xml b/core/res/res/values-he-rIL/donottranslate-cldr.xml new file mode 100644 index 0000000000000..1b1aafa9eeeaf --- /dev/null +++ b/core/res/res/values-he-rIL/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + ינואר + פברואר + מרס + אפריל + מאי + יוני + יולי + אוגוסט + ספטמבר + אוקטובר + נובמבר + דצמבר + + ינואר + פברואר + מרס + אפריל + מאי + יוני + יולי + אוגוסט + ספטמבר + אוקטובר + נובמבר + דצמבר + + ינו + פבר + מרס + אפר + מאי + יונ + יול + אוג + ספט + אוק + נוב + דצמ + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + + יום ראשון + יום שני + יום שלישי + יום רביעי + יום חמישי + יום שישי + יום שבת + + יום א' + יום ב' + יום ג' + יום ד' + יום ה' + יום ו' + שבת + + יום א' + יום ב' + יום ג' + יום ד' + יום ה' + יום ו' + שבת + + א + ב + ג + ד + ה + ו + ש + + לפנה"צ + אחה"צ + אתמול + היום + מחר + + %H:%M + %H:%M + %d/%m/%Y + dd/MM/yyyy + %-e ב%B %Y + %H:%M:%S + %H:%M:%S %-e.%-m.%Y + %-e.%-m.%Y + %-e ב%B + %-B + %B %Y + %b %-e + %-b + %Y %b + diff --git a/core/res/res/values-hi-rIN/donottranslate-cldr.xml b/core/res/res/values-hi-rIN/donottranslate-cldr.xml new file mode 100644 index 0000000000000..8c6a34f7a6cf0 --- /dev/null +++ b/core/res/res/values-hi-rIN/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + जनवरी + फरवरी + मार्च + अप्रैल + मई + जून + जुलाई + अगस्त + सितम्बर + अक्तूबर + नवम्बर + दिसम्बर + + जनवरी + फरवरी + मार्च + अप्रैल + मई + जून + जुलाई + अगस्त + सितम्बर + अक्तूबर + नवम्बर + दिसम्बर + + जनवरी + फरवरी + मार्च + अप्रैल + मई + जून + जुलाई + अगस्त + सितम्बर + अक्तूबर + नवम्बर + दिसम्बर + + + फ़ + मा + + + जू + जु + + सि + + + दि + + रविवार + सोमवार + मंगलवार + बुधवार + गुरुवार + शुक्रवार + शनिवार + + रवि + सोम + मंगल + बुध + गुरु + शुक्र + शनि + + रवि + सोम + मंगल + बुध + गुरु + शुक्र + शनि + + + सो + मं + बु + गु + शु + + + AM + PM + Yesterday + Today + Tomorrow + + %-l:%M %p + %-l:%M %^p + %-e-%-m-%Y + d-M-yyyy + %-e %B %Y + %-l:%M:%S %p + %-l:%M:%S %p %d-%m-%Y + %d-%m-%Y + %-e %B + %-B + %Y %B + %-e %b + %-b + %b %Y + diff --git a/core/res/res/values-hu-rHU/donottranslate-cldr.xml b/core/res/res/values-hu-rHU/donottranslate-cldr.xml new file mode 100644 index 0000000000000..6085c6fdc0e64 --- /dev/null +++ b/core/res/res/values-hu-rHU/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + január + február + március + április + május + június + július + augusztus + szeptember + október + november + december + + január + február + március + április + május + június + július + augusztus + szeptember + október + november + december + + jan. + febr. + márc. + ápr. + máj. + jún. + júl. + aug. + szept. + okt. + nov. + dec. + + J + F + M + Á + M + J + J + A + S + O + N + D + + vasárnap + hétfő + kedd + szerda + csütörtök + péntek + szombat + + V + H + K + Sze + Cs + P + Szo + + V + H + K + Sze + Cs + P + Szo + + V + H + K + S + C + P + S + + de. + du. + tegnap + ma + holnap + + %-k:%M + %-k:%M + %Y.%m.%d. + yyyy.MM.dd. + %Y. %B %-e. + %-k:%M:%S + %-k:%M:%S %Y.%m.%d. + %Y.%m.%d. + %B %-e. + %-B + %Y %B + %b %-e. + %-b + %Y %b + diff --git a/core/res/res/values-id-rID/donottranslate-cldr.xml b/core/res/res/values-id-rID/donottranslate-cldr.xml new file mode 100644 index 0000000000000..0a15fedefe681 --- /dev/null +++ b/core/res/res/values-id-rID/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + Januari + Februari + Maret + April + Mei + Juni + Juli + Agustus + September + Oktober + November + Desember + + Januari + Februari + Maret + April + Mei + Juni + Juli + Agustus + September + Oktober + November + Desember + + Jan + Feb + Mar + Apr + Mei + Jun + Jul + Agu + Sep + Okt + Nov + Des + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + + Minggu + Senin + Selasa + Rabu + Kamis + Jumat + Sabtu + + Min + Sen + Sel + Rab + Kam + Jum + Sab + + Min + Sen + Sel + Rab + Kam + Jum + Sab + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + + AM + PM + Yesterday + Today + Tomorrow + + %H:%M + %H:%M + %d/%m/%Y + dd/MM/yyyy + %-e %B %Y + %H:%M:%S + %H:%M:%S %-e %b %Y + %-e %b %Y + %B %-e + %-B + %Y %B + %b %-e + %-b + %Y %b + diff --git a/core/res/res/values-it-rCH/donottranslate-cldr.xml b/core/res/res/values-it-rCH/donottranslate-cldr.xml new file mode 100644 index 0000000000000..4129d6c627ae8 --- /dev/null +++ b/core/res/res/values-it-rCH/donottranslate-cldr.xml @@ -0,0 +1,103 @@ + + + Gennaio + Febbraio + Marzo + Aprile + Maggio + Giugno + Luglio + + gennaio + febbraio + marzo + aprile + maggio + giugno + Luglio + agosto + settembre + ottobre + novembre + dicembre + + gen + feb + mar + apr + mag + giu + lug + ago + set + ott + nov + dic + + G + F + M + A + M + G + L + A + S + O + N + D + + domenica + lunedì + martedì + mercoledì + giovedì + venerdì + sabato + + dom + lun + mar + mer + gio + ven + sab + + dom + lun + mar + mer + gio + ven + sab + + D + L + M + M + G + V + S + + m. + p. + ieri + oggi + domani + + %H.%M + %H.%M + %d.%m.%Y + dd.MM.yyyy + %-e %B %Y + %H.%M.%S + %H.%M.%S %-e-%b-%Y + %-e-%b-%Y + %-e %B + %-B + %B %Y + %-e %b + %-b + %b %Y + diff --git a/core/res/res/values-it-rIT/donottranslate-cldr.xml b/core/res/res/values-it-rIT/donottranslate-cldr.xml new file mode 100644 index 0000000000000..e3dd7472900d4 --- /dev/null +++ b/core/res/res/values-it-rIT/donottranslate-cldr.xml @@ -0,0 +1,103 @@ + + + Gennaio + Febbraio + Marzo + Aprile + Maggio + Giugno + Luglio + + gennaio + febbraio + marzo + aprile + maggio + giugno + Luglio + agosto + settembre + ottobre + novembre + dicembre + + gen + feb + mar + apr + mag + giu + lug + ago + set + ott + nov + dic + + G + F + M + A + M + G + L + A + S + O + N + D + + domenica + lunedì + martedì + mercoledì + giovedì + venerdì + sabato + + dom + lun + mar + mer + gio + ven + sab + + dom + lun + mar + mer + gio + ven + sab + + D + L + M + M + G + V + S + + m. + p. + ieri + oggi + domani + + %H.%M + %H.%M + %d/%m/%Y + dd/MM/yyyy + %d %B %Y + %H.%M.%S + %H.%M.%S %d/%b/%Y + %d/%b/%Y + %-e %B + %-B + %B %Y + %-e %b + %-b + %b %Y + diff --git a/core/res/res/values-it/donottranslate-cldr.xml b/core/res/res/values-it/donottranslate-cldr.xml new file mode 100644 index 0000000000000..e3dd7472900d4 --- /dev/null +++ b/core/res/res/values-it/donottranslate-cldr.xml @@ -0,0 +1,103 @@ + + + Gennaio + Febbraio + Marzo + Aprile + Maggio + Giugno + Luglio + + gennaio + febbraio + marzo + aprile + maggio + giugno + Luglio + agosto + settembre + ottobre + novembre + dicembre + + gen + feb + mar + apr + mag + giu + lug + ago + set + ott + nov + dic + + G + F + M + A + M + G + L + A + S + O + N + D + + domenica + lunedì + martedì + mercoledì + giovedì + venerdì + sabato + + dom + lun + mar + mer + gio + ven + sab + + dom + lun + mar + mer + gio + ven + sab + + D + L + M + M + G + V + S + + m. + p. + ieri + oggi + domani + + %H.%M + %H.%M + %d/%m/%Y + dd/MM/yyyy + %d %B %Y + %H.%M.%S + %H.%M.%S %d/%b/%Y + %d/%b/%Y + %-e %B + %-B + %B %Y + %-e %b + %-b + %b %Y + diff --git a/core/res/res/values-it/strings.xml b/core/res/res/values-it/strings.xml index f80a4f4cd1568..cb040f2dd5442 100644 --- a/core/res/res/values-it/strings.xml +++ b/core/res/res/values-it/strings.xml @@ -418,9 +418,6 @@ "Password" "Accedi" "Password o nome utente non valido." - "h:mm AA" - "%-l:%M%P" - "%-l:%M%p" "%-l%P" "%-l%p" "Cancella notifiche" @@ -452,9 +449,6 @@ "Invio" "Canc" "Cerca" - "Oggi" - "Ieri" - "Domani" "1 mese fa" "Oltre 1 mese fa" @@ -536,13 +530,6 @@ "settimane" "anno" "anni" - "Domenica" - "Lunedì" - "Martedì" - "Mercoledì" - "Giovedì" - "Venerdì" - "Sabato" "Ogni giorno feriale (lun-ven)" "Quotidianamente" "Ogni settimana il %s" @@ -552,9 +539,6 @@ "Spiacenti, questo video non è valido per lo streaming su questo dispositivo." "Spiacenti. Impossibile riprodurre il video." "OK" - "AM" - "PM" - "%d/%m/%Y" "%1$s, %2$s, %3$s%4$s, %5$s, %6$s" "%1$s, %2$s%4$s, %5$s" "%2$s, %3$s%5$s, %6$s" @@ -566,23 +550,12 @@ "%1$s, %2$s" "%1$s, %2$s" "%1$s, %2$s" - "MMMM' 'd', 'yyyy" - "d' 'MMMM' 'yyyy" - "MMM' 'd', 'yyyy" - "d' 'MMM' 'yyyy" - "h':'mm' 'a" - "HH':'mm" "mezzogiorno" "Mezzogiorno" "mezzanotte" "Mezzanotte" - "%-d %B" - "%B %-d, %Y" - "%B %Y" - "%H:%M:%S" - "%H:%M:%S %-d %B, %Y" "%3$s %2$s%8$s %7$s" "%1$s, %3$s %2$s%6$s, %8$s %7$s" "%3$s %2$s%8$s %7$s, %9$s" @@ -607,82 +580,8 @@ "%1$s, %3$s %2$s, %5$s%6$s, %8$s %7$s, %10$s" "%3$s %2$s %4$s, %5$s%8$s %7$s %9$s, %10$s" "%1$s, %3$s %2$s, %4$s, %5$s%6$s, %8$s %7$s, %9$s, %10$s" - "%-d %b, %Y" - "%b %Y" - "%-d %b" - "Domenica" - "Lunedì" - "Martedì" - "Mercoledì" - "Giovedì" - "Venerdì" - "Sabato" - "Dom" - "Lun" - "Mar" - "Mer" - "Gio" - "Ven" - "Sab" - "Do" - "Lu" - "Ma" - "Me" - "Gi" - "Ve" - "Sa" - "Do" - "Lu" - "Ma" - "Me" - "Gi" - "V" - "Sa" - "D" - "Lun" - "M" - "Me" - "G" - "V" - "Sa" - "Gennaio" - "Febbraio" - "Marzo" - "Aprile" - "Maggio" - "Giugno" - "Luglio" - "Agosto" - "Settembre" - "Ottobre" - "Novembre" - "Dicembre" - "Gen" - "Feb" - "Mar" - "Apr" - "Mag" - "Giu" - "Lug" - "Ago" - "Set" - "Ott" - "Nov" - "Dic" - "G" - "F" - "M" - "Ap" - "Mag" - "Gi" - "Lug" - "Ago" - "Set" - "O" - "N" - "Di" "%1$02d:%2$02d" "%1$d:%2$02d:%3$02d" "Seleziona tutto" diff --git a/core/res/res/values-ja-rJP/donottranslate-cldr.xml b/core/res/res/values-ja-rJP/donottranslate-cldr.xml new file mode 100644 index 0000000000000..b8e94fc0e304d --- /dev/null +++ b/core/res/res/values-ja-rJP/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + 1月 + 2月 + 3月 + 4月 + 5月 + 6月 + 7月 + 8月 + 9月 + 10月 + 11月 + 12月 + + 1月 + 2月 + 3月 + 4月 + 5月 + 6月 + 7月 + 8月 + 9月 + 10月 + 11月 + 12月 + + 1月 + 2月 + 3月 + 4月 + 5月 + 6月 + 7月 + 8月 + 9月 + 10月 + 11月 + 12月 + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + + 日曜日 + 月曜日 + 火曜日 + 水曜日 + 木曜日 + 金曜日 + 土曜日 + + + + + + + + + + + + + + + + + + + + + + + + + + 午前 + 午後 + 昨日 + 今日 + 明日 + + %-k:%M + %-k:%M + %Y/%m/%d + yyyy/MM/dd + %Y年%-m月%-e日 + %-k:%M:%S + %-k:%M:%S %Y/%m/%d + %Y/%m/%d + %-m月%-e日 + %-B + %Y年%-m月 + %-m月%-e日 + %-b + %Y年%-m月 + diff --git a/core/res/res/values-ja/donottranslate-cldr.xml b/core/res/res/values-ja/donottranslate-cldr.xml new file mode 100644 index 0000000000000..b8e94fc0e304d --- /dev/null +++ b/core/res/res/values-ja/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + 1月 + 2月 + 3月 + 4月 + 5月 + 6月 + 7月 + 8月 + 9月 + 10月 + 11月 + 12月 + + 1月 + 2月 + 3月 + 4月 + 5月 + 6月 + 7月 + 8月 + 9月 + 10月 + 11月 + 12月 + + 1月 + 2月 + 3月 + 4月 + 5月 + 6月 + 7月 + 8月 + 9月 + 10月 + 11月 + 12月 + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + + 日曜日 + 月曜日 + 火曜日 + 水曜日 + 木曜日 + 金曜日 + 土曜日 + + + + + + + + + + + + + + + + + + + + + + + + + + 午前 + 午後 + 昨日 + 今日 + 明日 + + %-k:%M + %-k:%M + %Y/%m/%d + yyyy/MM/dd + %Y年%-m月%-e日 + %-k:%M:%S + %-k:%M:%S %Y/%m/%d + %Y/%m/%d + %-m月%-e日 + %-B + %Y年%-m月 + %-m月%-e日 + %-b + %Y年%-m月 + diff --git a/core/res/res/values-ja/strings.xml b/core/res/res/values-ja/strings.xml index 8da040e410f6e..877ecbd48907e 100644 --- a/core/res/res/values-ja/strings.xml +++ b/core/res/res/values-ja/strings.xml @@ -418,9 +418,6 @@ "パスワード" "ログイン" "ユーザー名またはパスワードが正しくありません。" - "h:mm AA" - "%-l:%M%P" - "%-l:%M%p" "%-l%P" "%-l%p" "通知を消去" @@ -452,9 +449,6 @@ "Enter" "Del" "検索" - "今日" - "昨日" - "明日" "1か月前" "1か月前" @@ -536,13 +530,6 @@ "週間" "年" "年" - "日曜日" - "月曜日" - "火曜日" - "水曜日" - "木曜日" - "金曜日" - "土曜日" "平日(月~金)" "毎日" "毎週%s" @@ -552,9 +539,6 @@ "この動画はご使用の端末でストリーミングできません。" "この動画は再生できません。" "OK" - "AM" - "PM" - "%Y/%m/%d" "%2$s%1$s%3$s%5$s%4$s%6$s" "%2$s%1$s%5$s%4$s" "%2$s %3$s%5$s %6$s" @@ -566,23 +550,12 @@ "%1$s %2$s" "%1$s %2$s" "%2$s%1$s" - "MMMMd'日 'yyyy" - "yyyy'年'MMMM'月'd'日'" - "MMM'/'d' 'yyyy'年'" - "d'/'MMM'/'yyyy" - "h':'mm' 'a" - "HH':'mm" "正午" "正午" "午前0時" "午前0時" - "%B%-d日" - "%Y%B%-d日" - "%Y%B" - "%H:%M:%S" - "%Y/%B/%-d %H:%M:%S" "%2$s/%3$s%7$s/%8$s" "%2$s/%3$s%1$s%7$s/%8$s%6$s" "%2$s/%3$s%7$s/%8$s, %9$s" @@ -607,82 +580,8 @@ "%2$s/%3$s%1$s%5$s%7$s/%8$s%6$s%10$s" "%4$s/%2$s/%3$s%5$s%9$s/%7$s/%8$s%10$s" "%4$s/%2$s/%3$s%1$s%5$s%9$s/%7$s/%8$s%6$s%10$s" - "%Y/%b/%-d" - "%Y%b月" - "%b/%-d" - "日曜日" - "月曜日" - "火曜日" - "水曜日" - "木曜日" - "金曜日" - "土曜日" - "(日)" - "(月)" - "(火)" - "(水)" - "(木)" - "(金)" - "(土)" - "日" - "月" - "火" - "水" - "木" - "金" - "土" - "日" - "月" - "火" - "水" - "木" - "金" - "土" - "日" - "月" - "火" - "水" - "火" - "金" - "土" - "1月" - "2月" - "3月" - "4月" - "5月" - "6月" - "7月" - "8月" - "9月" - "10月" - "11月" - "12月" - "1" - "2" - "3" - "4" - "5" - "6" - "7" - "8" - "9" - "10" - "11" - "12" - "1" - "2" - "3" - "4" - "5" - "6" - "7" - "8" - "9" - "10" - "11" - "12" "%1$02d:%2$02d" "%1$d:%2$02d:%3$02d" "すべて選択" diff --git a/core/res/res/values-ko-rKR/donottranslate-cldr.xml b/core/res/res/values-ko-rKR/donottranslate-cldr.xml new file mode 100644 index 0000000000000..17d94320198d0 --- /dev/null +++ b/core/res/res/values-ko-rKR/donottranslate-cldr.xml @@ -0,0 +1,96 @@ + + + 1월 + 2월 + 3월 + 4월 + 5월 + 6월 + 7월 + 8월 + 9월 + 10월 + 11월 + 12월 + + 1월 + 2월 + 3월 + 4월 + 5월 + 6월 + 7월 + 8월 + 9월 + 10월 + 11월 + 12월 + + + 1월 + 2월 + 3월 + 4월 + 5월 + 6월 + 7월 + 8월 + 9월 + 10월 + 11월 + 12월 + + 일요일 + 월요일 + 화요일 + 수요일 + 목요일 + 금요일 + 토요일 + + + + + + + + + + + + + + + + + + + + + + + + + + 오전 + 오후 + 어제 + 오늘 + 내일 + + %p %-l:%M + %^p %-l:%M + %Y. %-m. %-e. + yyyy. M. d. + %Y년 %-m월 %-e일 + %p %-l:%M:%S + %p %-l:%M:%S %Y. %-m. %-e. + %Y. %-m. %-e. + %B %-e일 + %-B + %Y년 %B + %b %-e일 + %-b + %Y년 %b + diff --git a/core/res/res/values-ko/donottranslate-cldr.xml b/core/res/res/values-ko/donottranslate-cldr.xml new file mode 100644 index 0000000000000..17d94320198d0 --- /dev/null +++ b/core/res/res/values-ko/donottranslate-cldr.xml @@ -0,0 +1,96 @@ + + + 1월 + 2월 + 3월 + 4월 + 5월 + 6월 + 7월 + 8월 + 9월 + 10월 + 11월 + 12월 + + 1월 + 2월 + 3월 + 4월 + 5월 + 6월 + 7월 + 8월 + 9월 + 10월 + 11월 + 12월 + + + 1월 + 2월 + 3월 + 4월 + 5월 + 6월 + 7월 + 8월 + 9월 + 10월 + 11월 + 12월 + + 일요일 + 월요일 + 화요일 + 수요일 + 목요일 + 금요일 + 토요일 + + + + + + + + + + + + + + + + + + + + + + + + + + 오전 + 오후 + 어제 + 오늘 + 내일 + + %p %-l:%M + %^p %-l:%M + %Y. %-m. %-e. + yyyy. M. d. + %Y년 %-m월 %-e일 + %p %-l:%M:%S + %p %-l:%M:%S %Y. %-m. %-e. + %Y. %-m. %-e. + %B %-e일 + %-B + %Y년 %B + %b %-e일 + %-b + %Y년 %b + diff --git a/core/res/res/values-ko/strings.xml b/core/res/res/values-ko/strings.xml index 96b897a495d51..06b85e872ed1b 100644 --- a/core/res/res/values-ko/strings.xml +++ b/core/res/res/values-ko/strings.xml @@ -418,9 +418,6 @@ "비밀번호" "로그인" "사용자 이름 또는 비밀번호가 잘못되었습니다." - "h:mm AA" - "%-l:%M%P" - "%-l:%M%p" "%-l%P" "%-l%p" "알림 지우기" @@ -452,9 +449,6 @@ "입력" "삭제" "검색" - "오늘" - "어제" - "내일" "한 달 전" "한 달 전" @@ -536,13 +530,6 @@ "주" "년" "년" - "일요일" - "월요일" - "화요일" - "수요일" - "목요일" - "금요일" - "토요일" "주중 매일(월-금)" "매일" "매주 %s" @@ -552,9 +539,6 @@ "죄송합니다. 이 기기로의 스트리밍에 적합하지 않은 동영상입니다." "죄송합니다. 동영상을 재생할 수 없습니다." "확인" - "AM" - "PM" - "%m/%d/%Y" "%2$s, %1$s, %3$s%5$s, %4$s, %6$s" "%2$s, %1$s%5$s, %4$s" "%2$s, %3$s%5$s, %6$s" @@ -566,23 +550,12 @@ "%1$s, %2$s" "%1$s, %2$s" "%2$s, %1$s" - "yyyy' 'MMMM', 'd" - "yyyy' 'MMMM', 'd" - "MMM' 'd', 'yyyy" - "d' 'MMM', 'yyyy" - "h':'mm' 'a" - "HH':'mm" "정오" "정오" "자정" "자정" - "%B %-d" - "%Y, %B %-d" - "%B %Y" - "%H:%M:%S" - "%Y, %B %-d, %H:%M:%S" "%2$s %3$s%7$s %8$s" "%2$s %3$s, %1$s%7$s %8$s, %6$s" "%9$s, %2$s %3$s%7$s %8$s" @@ -607,82 +580,8 @@ "%1$s, %2$s %3$s, %5$s%6$s, %7$s %8$s, %10$s" "%2$s %3$s, %4$s, %5$s%7$s %8$s, %9$s, %10$s" "%4$s, %2$s %3$s, %1$s, %5$s%9$s, %7$s %8$s, %6$s, %10$s" - "%Y %b, %-d" - "%b %Y" - "%b %-d" - "일요일" - "월요일" - "화요일" - "수요일" - "목요일" - "금요일" - "토요일" - "일요일" - "월" - "화" - "수" - "목" - "금" - "토" - "일" - "월" - "화" - "수" - "목" - "금" - "토" - "일" - "월" - "화" - "수" - "목" - "금" - "토" - "일" - "3월" - "목" - "수" - "목" - "금" - "토" - "1월" - "2월" - "3월" - "4월" - "5월" - "6월" - "7월" - "8월" - "9월" - "10월" - "11월" - "12월" - "1월" - "2월" - "3월" - "4월" - "5월" - "6월" - "7월" - "8월" - "9월" - "10월" - "11월" - "12월" - "1월" - "금" - "3월" - "4월" - "5월" - "6월" - "7월" - "8월" - "9월" - "10월" - "11월" - "12월" "%1$02d:%2$02d" "%1$d:%2$02d:%3$02d" "모두 선택" diff --git a/core/res/res/values-lt-rLT/donottranslate-cldr.xml b/core/res/res/values-lt-rLT/donottranslate-cldr.xml new file mode 100644 index 0000000000000..629937b01261d --- /dev/null +++ b/core/res/res/values-lt-rLT/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + Sausis + Vasaris + Kovas + Balandis + Gegužė + Birželis + Liepa + Rugpjūtis + Rugsėjis + Spalis + Lapkritis + Gruodis + + sausio + vasario + kovo + balandžio + gegužės + birželio + liepos + rugpjūčio + rugsėjo + spalio + lapkričio + gruodžio + + Sau + Vas + Kov + Bal + Geg + Bir + Lie + Rgp + Rgs + Spl + Lap + Grd + + S + V + K + B + G + B + L + R + R + S + L + G + + sekmadienis + pirmadienis + antradienis + trečiadienis + ketvirtadienis + penktadienis + šeštadienis + + Sk + Pr + An + Tr + Kt + Pn + Št + + Sk + Pr + An + Tr + Kt + Pn + Št + + S + P + A + T + K + P + Š + + priešpiet + popiet + vakar + šiandien + rytoj + + %H:%M + %H:%M + %Y-%m-%d + yyyy-MM-dd + %Y m. %B %-e d. + %H:%M:%S + %H:%M:%S %Y.%m.%d + %Y.%m.%d + %B %-e + %-B + %Y %B + %b %-e + %-b + %Y %b + diff --git a/core/res/res/values-lv-rLV/donottranslate-cldr.xml b/core/res/res/values-lv-rLV/donottranslate-cldr.xml new file mode 100644 index 0000000000000..d47a18f6f98d3 --- /dev/null +++ b/core/res/res/values-lv-rLV/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + janvāris + februāris + marts + aprīlis + maijs + jūnijs + jūlijs + augusts + septembris + oktobris + novembris + decembris + + janvāris + februāris + marts + aprīlis + maijs + jūnijs + jūlijs + augusts + septembris + oktobris + novembris + decembris + + janv. + febr. + marts + apr. + maijs + jūn. + jūl. + aug. + sept. + okt. + nov. + dec. + + J + F + M + A + M + J + J + A + S + O + N + D + + svētdiena + pirmdiena + otrdiena + trešdiena + ceturtdiena + piektdiena + sestdiena + + Sv + Pr + Ot + Tr + Ce + Pk + Se + + Sv + Pr + Ot + Tr + Ce + Pk + Se + + S + P + O + T + C + P + S + + AM + PM + vakar + šodien + rīt + + %H:%M + %H:%M + %d.%m.%Y + dd.MM.yyyy + %Y. gada %-e. %B + %H:%M:%S + %H:%M:%S %Y. gada %-e. %b + %Y. gada %-e. %b + %-e. %B + %-B + %Y. g. %B + %-e. %b + %-b + %Y. g. %b + diff --git a/core/res/res/values-nb/donottranslate-cldr.xml b/core/res/res/values-nb/donottranslate-cldr.xml new file mode 100644 index 0000000000000..f89e81988b91f --- /dev/null +++ b/core/res/res/values-nb/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + januar + februar + mars + april + mai + juni + juli + august + september + oktober + november + desember + + januar + februar + mars + april + mai + juni + juli + august + september + oktober + november + desember + + jan. + feb. + mars + apr. + mai + juni + juli + aug. + sep. + okt. + nov. + des. + + J + F + M + A + M + J + J + A + S + O + N + D + + søndag + mandag + tirsdag + onsdag + torsdag + fredag + lørdag + + søn. + man. + tir. + ons. + tor. + fre. + lør. + + søn. + man. + tir. + ons. + tor. + fre. + lør. + + S + M + T + O + T + F + L + + AM + PM + i går + i dag + i morgen + + %H.%M + %H.%M + %d.%m.%Y + dd.MM.yyyy + %-e. %B %Y + %H.%M.%S + %H.%M.%S %-e. %b %Y + %-e. %b %Y + %-e. %B + %-B + %B %Y + %-e. %b + %-b + %b %Y + diff --git a/core/res/res/values-nb/strings.xml b/core/res/res/values-nb/strings.xml index 7bed159c51ca8..a28b12ca69bf4 100644 --- a/core/res/res/values-nb/strings.xml +++ b/core/res/res/values-nb/strings.xml @@ -424,9 +424,6 @@ "Password" "Sign in" "Invalid username or password." - "h:mm AA" - "%-l:%M%P" - "%-l:%M%p" "%-l%P" "%-l%p" "Fjern varslinger" @@ -458,9 +455,6 @@ "enter" "slett" "Søk" - "I dag" - "I går" - "I morgen" "For en måned siden" "For over en måned siden" @@ -542,13 +536,6 @@ "uker" "år" "år" - "søndag" - "mandag" - "tirsdag" - "onsdag" - "torsdag" - "fredag" - "lørdag" "Hverdager (man–fre)" "Hver dag" "Hver %s" @@ -558,9 +545,6 @@ "Beklager, denne videoen er ikke gyldig for streaming til denne enheten." "Beklager, kan ikke spille denne videoen." "OK" - "AM" - "PM" - "%Y-%m-%d" "%1$s %2$s %3$s%4$s %5$s %6$s" "%1$s %2$s%4$s %5$s" "%2$s %3$s%5$s %6$s" @@ -572,12 +556,6 @@ "%1$s, %2$s" "%1$s, %2$s" "%1$s, %2$s" - "MMMM' 'd'., 'yyyy" - "d'. 'MMMM' 'yyyy" - "MMM' 'd', 'yyyy" - "d'. 'MMM' 'yyyy" - "h':'mm' 'a" - "HH':'mm" "middag" "Middag" "midnatt" @@ -586,10 +564,6 @@ - "%-d. %B %Y" - "%B %Y" - "%H:%M:%S" - "%H:%M:%S %-d. %B %Y" "%2$s %3$s%7$s %8$s" "%1$s %3$s. %2$s%6$s %8$s. %7$s" "%3$s. %2$s%8$s. %7$s %9$s" @@ -614,83 +588,10 @@ "%1$s %3$s. %2$s %5$s%6$s %8$s. %7$s %10$s" "%3$s. %2$s %4$s %5$s%8$s. %7$s %9$s %10$s" "%1$s %3$s. %2$s %4$s %5$s%6$s %8$s. %7$s %9$s %10$s" - "%-d. %b %Y" - "%b %Y" - "søndag" - "mandag" - "tirsdag" - "onsdag" - "torsdag" - "fredag" - "lørdag" - "søn" - "man" - "tir" - "ons" - "tor" - "fre" - "lør" - "sø" - "ma" - "ti" - "on" - "to" - "fr" - "lø" - "S" - "M" - "Ti" - "O" - "To" - "F" - "L" - "S" - "M" - "T" - "O" - "T" - "F" - "L" - "januar" - "februar" - "mars" - "april" - "mai" - "juni" - "juli" - "august" - "september" - "oktober" - "november" - "desember" - "jan" - "feb" - "mar" - "apr" - "mai" - "jun" - "jul" - "aug" - "sep" - "okt" - "nov" - "des" - "J" - "F" - "M" - "A" - "M" - "J" - "J" - "A" - "S" - "O" - "N" - "D" "%1$02d:%2$02d" "%1$d:%2$02d:%3$02d" "Merk alt" diff --git a/core/res/res/values-nl-rBE/donottranslate-cldr.xml b/core/res/res/values-nl-rBE/donottranslate-cldr.xml new file mode 100644 index 0000000000000..c3050c6cee2da --- /dev/null +++ b/core/res/res/values-nl-rBE/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + januari + februari + maart + april + mei + juni + juli + augustus + september + oktober + november + december + + januari + februari + maart + april + mei + juni + juli + augustus + september + oktober + november + december + + jan. + feb. + mrt. + apr. + mei + jun. + jul. + aug. + sep. + okt. + nov. + dec. + + J + F + M + A + M + J + J + A + S + O + N + D + + zondag + maandag + dinsdag + woensdag + donderdag + vrijdag + zaterdag + + zo + ma + di + wo + do + vr + za + + zo + ma + di + wo + do + vr + za + + Z + M + D + W + D + V + Z + + AM + PM + Gisteren + Vandaag + Morgen + + %H:%M + %H:%M + %-e/%m/%Y + d/MM/yyyy + %-e %B %Y + %H:%M:%S + %H:%M:%S %-e-%b-%Y + %-e-%b-%Y + %-e %B + %-B + %B %Y + %-e-%b + %-b + %b %Y + diff --git a/core/res/res/values-nl-rNL/donottranslate-cldr.xml b/core/res/res/values-nl-rNL/donottranslate-cldr.xml new file mode 100644 index 0000000000000..b9e040743a45e --- /dev/null +++ b/core/res/res/values-nl-rNL/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + januari + februari + maart + april + mei + juni + juli + augustus + september + oktober + november + december + + januari + februari + maart + april + mei + juni + juli + augustus + september + oktober + november + december + + jan. + feb. + mrt. + apr. + mei + jun. + jul. + aug. + sep. + okt. + nov. + dec. + + J + F + M + A + M + J + J + A + S + O + N + D + + zondag + maandag + dinsdag + woensdag + donderdag + vrijdag + zaterdag + + zo + ma + di + wo + do + vr + za + + zo + ma + di + wo + do + vr + za + + Z + M + D + W + D + V + Z + + AM + PM + Gisteren + Vandaag + Morgen + + %H:%M + %H:%M + %d-%m-%Y + dd-MM-yyyy + %-e %B %Y + %H:%M:%S + %H:%M:%S %-e %b %Y + %-e %b %Y + %-e %B + %-B + %B %Y + %-e-%b + %-b + %b %Y + diff --git a/core/res/res/values-nl/donottranslate-cldr.xml b/core/res/res/values-nl/donottranslate-cldr.xml new file mode 100644 index 0000000000000..b9e040743a45e --- /dev/null +++ b/core/res/res/values-nl/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + januari + februari + maart + april + mei + juni + juli + augustus + september + oktober + november + december + + januari + februari + maart + april + mei + juni + juli + augustus + september + oktober + november + december + + jan. + feb. + mrt. + apr. + mei + jun. + jul. + aug. + sep. + okt. + nov. + dec. + + J + F + M + A + M + J + J + A + S + O + N + D + + zondag + maandag + dinsdag + woensdag + donderdag + vrijdag + zaterdag + + zo + ma + di + wo + do + vr + za + + zo + ma + di + wo + do + vr + za + + Z + M + D + W + D + V + Z + + AM + PM + Gisteren + Vandaag + Morgen + + %H:%M + %H:%M + %d-%m-%Y + dd-MM-yyyy + %-e %B %Y + %H:%M:%S + %H:%M:%S %-e %b %Y + %-e %b %Y + %-e %B + %-B + %B %Y + %-e-%b + %-b + %b %Y + diff --git a/core/res/res/values-nl/strings.xml b/core/res/res/values-nl/strings.xml index 3a9e32c52471f..4437f295a9c8c 100644 --- a/core/res/res/values-nl/strings.xml +++ b/core/res/res/values-nl/strings.xml @@ -418,9 +418,6 @@ "Wachtwoord" "Aanmelden" "Gebruikersnaam of wachtwoord ongeldig." - "h:mm AA" - "%-l:%M%P" - "%-l:%M%p" "%-l%P" "%-l%p" "Meldingen wissen" @@ -452,9 +449,6 @@ "invoeren" "verwijderen" "Zoeken" - "Vandaag" - "Gisteren" - "Morgen" "1 maand geleden" "Meer dan 1 maand geleden" @@ -536,13 +530,6 @@ "weken" "jaar" "jaren" - "Zondag" - "Maandag" - "Dinsdag" - "Woensdag" - "Donderdag" - "Vrijdag" - "Zaterdag" "Elke weekdag (ma-vr)" "Dagelijks" "Wekelijks op %s" @@ -552,9 +539,6 @@ "Deze video kan helaas niet worden gestreamd naar dit apparaat." "Deze video kan niet worden afgespeeld." "OK" - "am" - "pm" - "%d-%m-%Y" "%1$s %2$s, %3$s%4$s %5$s, %6$s" "%1$s %2$s%4$s %5$s" "%2$s, %3$s%5$s, %6$s" @@ -566,23 +550,12 @@ "%1$s, %2$s" "%1$s, %2$s" "%1$s, %2$s" - "d' 'MMMM' 'yyyy" - "d' 'MMMM' 'yyyy" - "d' 'MMM' 'yyyy" - "d' 'MMM' 'yyyy" - "h':'mm' 'a" - "HH':'mm" "twaalf uur \'s middags" "Twaalf uur \'s middags" "middernacht" "Middernacht" - "%-d %B" - "%-d %B %Y" - "%B %Y" - "%H:%M:%S" - "%H:%M:%S %-d %B %Y" "%3$s %2$s%8$s %7$s" "%1$s %3$s %2$s%6$s %8$s %7$s" "%3$s %2$s%8$s %7$s %9$s" @@ -607,82 +580,8 @@ "%1$s %3$s %2$s, %5$s%6$s %8$s %7$s, %10$s" "%3$s %2$s %4$s, %5$s%8$s %7$s %9$s, %10$s" "%1$s %3$s %2$s %4$s, %5$s%6$s %8$s %7$s %9$s, %10$s" - "%-d %b %Y" - "%b %Y" - "%-d %b" - "Zondag" - "Maandag" - "Dinsdag" - "Woensdag" - "Donderdag" - "Vrijdag" - "Zaterdag" - "Zo" - "Ma" - "Di" - "Wo" - "Do" - "Vr" - "Za" - "Zo" - "Ma" - "Di" - "Wo" - "Do" - "Vr" - "Za" - "Zo" - "M" - "Di" - "W" - "Do" - "V" - "Za" - "Z" - "M" - "D" - "W" - "D" - "V" - "Z" - "Januari" - "Februari" - "Maart" - "April" - "Mei" - "Juni" - "Juli" - "Augustus" - "September" - "Oktober" - "November" - "December" - "Jan" - "Feb" - "Mrt" - "Apr" - "Mei" - "Jun" - "Jul" - "Aug" - "Sep" - "Okt" - "Nov" - "Dec" - "J" - "V" - "M" - "A" - "M" - "J" - "J" - "A" - "S" - "O" - "N" - "D" "%1$02d:%2$02d" "%1$d:%2$02d:%3$02d" "Alles selecteren" diff --git a/core/res/res/values-pl-rPL/donottranslate-cldr.xml b/core/res/res/values-pl-rPL/donottranslate-cldr.xml new file mode 100644 index 0000000000000..0ae8b4804c18e --- /dev/null +++ b/core/res/res/values-pl-rPL/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + styczeń + luty + marzec + kwiecień + maj + czerwiec + lipiec + sierpień + wrzesień + październik + listopad + grudzień + + stycznia + lutego + marca + kwietnia + maja + czerwca + lipca + sierpnia + września + października + listopada + grudnia + + sty + lut + mar + kwi + maj + cze + lip + sie + wrz + paź + lis + gru + + s + l + m + k + m + c + l + s + w + p + l + g + + niedziela + poniedziałek + wtorek + środa + czwartek + piątek + sobota + + niedz. + pon. + wt. + śr. + czw. + pt. + sob. + + niedz. + pon. + wt. + śr. + czw. + pt. + sob. + + N + P + W + Ś + C + P + S + + AM + PM + Wczoraj + Dzisiaj + Jutro + + %H:%M + %H:%M + %d-%m-%Y + dd-MM-yyyy + %-e %B %Y + %H:%M:%S + %H:%M:%S %d-%m-%Y + %d-%m-%Y + %-e %B + %-B + %-B %Y + %b %-e + %-b + %Y %b + diff --git a/core/res/res/values-pl/donottranslate-cldr.xml b/core/res/res/values-pl/donottranslate-cldr.xml new file mode 100644 index 0000000000000..0ae8b4804c18e --- /dev/null +++ b/core/res/res/values-pl/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + styczeń + luty + marzec + kwiecień + maj + czerwiec + lipiec + sierpień + wrzesień + październik + listopad + grudzień + + stycznia + lutego + marca + kwietnia + maja + czerwca + lipca + sierpnia + września + października + listopada + grudnia + + sty + lut + mar + kwi + maj + cze + lip + sie + wrz + paź + lis + gru + + s + l + m + k + m + c + l + s + w + p + l + g + + niedziela + poniedziałek + wtorek + środa + czwartek + piątek + sobota + + niedz. + pon. + wt. + śr. + czw. + pt. + sob. + + niedz. + pon. + wt. + śr. + czw. + pt. + sob. + + N + P + W + Ś + C + P + S + + AM + PM + Wczoraj + Dzisiaj + Jutro + + %H:%M + %H:%M + %d-%m-%Y + dd-MM-yyyy + %-e %B %Y + %H:%M:%S + %H:%M:%S %d-%m-%Y + %d-%m-%Y + %-e %B + %-B + %-B %Y + %b %-e + %-b + %Y %b + diff --git a/core/res/res/values-pl/strings.xml b/core/res/res/values-pl/strings.xml index 50d245b5d8e18..2cd484119fb70 100644 --- a/core/res/res/values-pl/strings.xml +++ b/core/res/res/values-pl/strings.xml @@ -418,9 +418,6 @@ "Hasło" "Zaloguj" "Błędna nazwa użytkownika lub hasło." - "h:mm AA" - "%-l:%M%P" - "%-l:%M%p" "%-l%P" "%-l%p" "Wyczyść powiadomienia" @@ -452,9 +449,6 @@ "enter" "usuń" "Szukaj" - "Dzisiaj" - "Wczoraj" - "Jutro" "1 miesiąc temu" "Ponad 1 miesiąc temu" @@ -536,13 +530,6 @@ "tygodni" "rok" "lat" - "niedziela" - "poniedziałek" - "wtorek" - "środa" - "czwartek" - "piątek" - "sobota" "W każdy dzień roboczy (pon–pt)" "Codziennie" "Co tydzień w %s" @@ -552,9 +539,6 @@ "Przepraszamy, ten film wideo nie nadaje się do przesyłania strumieniowego do tego urządzenia." "Niestety, nie można odtworzyć tego filmu wideo." "OK" - "rano" - "po południu" - "%m/%d/%Y" "%1$s, %2$s, %3$s%4$s, %5$s, %6$s" "%1$s, %2$s%4$s, %5$s" "%2$s, %3$s%5$s, %6$s" @@ -566,23 +550,12 @@ "%1$s, %2$s" "%1$s, %2$s" "%1$s, %2$s" - "MMMM' 'd', 'yyyy" - "d' 'MMMM', 'yyyy" - "MMM' 'd', 'yyyy" - "d' 'MMM', 'yyyy" - "h':'mm' 'a" - "HH':'mm" "południe" "Południe" "północ" "Północ" - "%-d %B" - "%-d %B %Y" - "%B %Y" - "%H:%M:%S" - "%H:%M:%S %B %-d, %Y" "%2$s %3$s%7$s %8$s" "%1$s, %2$s %3$s%6$s, %7$s %8$s" "%2$s %3$s%7$s %8$s, %9$s" @@ -607,82 +580,8 @@ "%1$s, %2$s %3$s, %5$s%6$s, %7$s %8$s, %10$s" "%2$s %3$s, %4$s, %5$s%7$s %8$s, %9$s, %10$s" "%1$s, %2$s %3$s, %4$s, %5$s%6$s, %7$s %8$s, %9$s, %10$s" - "%-d %b %Y" - "%b %Y" - "%b %-d" - "niedziela" - "poniedziałek" - "wtorek" - "środa" - "czwartek" - "piątek" - "sobota" - "Nie" - "Pon" - "Wt" - "Śro" - "Czw" - "Pią" - "Sob" - "Nd" - "Pn" - "Wt" - "Śr" - "Czw" - "Pt" - "So" - "Nd" - "Pon" - "Wt" - "Śr" - "Czw" - "Pt" - "So" - "Nd" - "Pon" - "Czw" - "Śr" - "Czw" - "Pt" - "Sob" - "Styczeń" - "Luty" - "Marzec" - "Kwiecień" - "Maj" - "Czerwiec" - "Lipiec" - "Sierpień" - "Wrzesień" - "Październik" - "Listopad" - "Grudzień" - "Sty" - "Lut" - "Mar" - "Kwi" - "Maj" - "Cze" - "Lip" - "Sie" - "Wrz" - "Paź" - "Lis" - "Gru" - "Sty" - "Lut" - "Pon" - "Kwi" - "Maj" - "Cze" - "Lip" - "Sie" - "Wrz" - "Paź" - "Lis" - "Gru" "%1$02d:%2$02d" "%1$d:%2$02d:%3$02d" "Zaznacz wszystko" diff --git a/core/res/res/values-pt-rBR/donottranslate-cldr.xml b/core/res/res/values-pt-rBR/donottranslate-cldr.xml new file mode 100644 index 0000000000000..cf0c29e8ccb21 --- /dev/null +++ b/core/res/res/values-pt-rBR/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + janeiro + fevereiro + março + abril + maio + junho + julho + agosto + setembro + outubro + novembro + dezembro + + janeiro + fevereiro + março + abril + maio + junho + julho + agosto + setembro + outubro + novembro + dezembro + + jan + fev + mar + abr + mai + jun + jul + ago + set + out + nov + dez + + J + F + M + A + M + J + J + A + S + O + N + D + + domingo + segunda-feira + terça-feira + quarta-feira + quinta-feira + sexta-feira + sábado + + dom + seg + ter + qua + qui + sex + sáb + + dom + seg + ter + qua + qui + sex + sáb + + D + S + T + Q + Q + S + S + + AM + PM + Ontem + Hoje + Amanhã + + %H:%M + %H:%M + %d/%m/%Y + dd/MM/yyyy + %-e de %B de %Y + %H:%M:%S + %H:%M:%S %d/%m/%Y + %d/%m/%Y + %-e de %B + %-B + %B de %Y + %-e de %b + %-b + %b de %Y + diff --git a/core/res/res/values-pt-rPT/donottranslate-cldr.xml b/core/res/res/values-pt-rPT/donottranslate-cldr.xml new file mode 100644 index 0000000000000..d42dc8feabfe3 --- /dev/null +++ b/core/res/res/values-pt-rPT/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + Janeiro + Fevereiro + Março + Abril + Maio + Junho + Julho + Agosto + Setembro + Outubro + Novembro + Dezembro + + Janeiro + Fevereiro + Março + Abril + Maio + Junho + Julho + Agosto + Setembro + Outubro + Novembro + Dezembro + + Jan + Fev + Mar + Abr + Mai + Jun + Jul + Ago + Set + Out + Nov + Dez + + J + F + M + A + M + J + J + A + S + O + N + D + + domingo + segunda-feira + terça-feira + quarta-feira + quinta-feira + sexta-feira + sábado + + dom + seg + ter + qua + qui + sex + sáb + + dom + seg + ter + qua + qui + sex + sáb + + D + S + T + Q + Q + S + S + + Antes do meio-dia + Depois do meio-dia + Ontem + Hoje + Amanhã + + %H:%M + %H:%M + %d/%m/%Y + dd/MM/yyyy + %-e de %B de %Y + %H:%M:%S + %H:%M:%S %-e de %b de %Y + %-e de %b de %Y + %-e de %B + %-B + %B de %Y + %-e de %b + %-b + %b de %Y + diff --git a/core/res/res/values-ro-rRO/donottranslate-cldr.xml b/core/res/res/values-ro-rRO/donottranslate-cldr.xml new file mode 100644 index 0000000000000..1ed2c8168ec03 --- /dev/null +++ b/core/res/res/values-ro-rRO/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + ianuarie + februarie + martie + aprilie + mai + iunie + iulie + august + septembrie + octombrie + noiembrie + decembrie + + ianuarie + februarie + martie + aprilie + mai + iunie + iulie + august + septembrie + octombrie + noiembrie + decembrie + + ian. + feb. + mar. + apr. + mai + iun. + iul. + aug. + sept. + oct. + nov. + dec. + + I + F + M + A + M + I + I + A + S + O + N + D + + duminică + luni + marți + miercuri + joi + vineri + sâmbătă + + Du + Lu + Ma + Mi + Jo + Vi + + + Du + Lu + Ma + Mi + Jo + Vi + + + D + L + M + M + J + V + S + + AM + PM + ieri + azi + mâine + + %H:%M + %H:%M + %d.%m.%Y + dd.MM.yyyy + %-e %B %Y + %H:%M:%S + %H:%M:%S, %d.%m.%Y + %d.%m.%Y + %-e %B + %-B + %B %Y + %-e %b + %-b + %b %Y + diff --git a/core/res/res/values-ru-rRU/donottranslate-cldr.xml b/core/res/res/values-ru-rRU/donottranslate-cldr.xml new file mode 100644 index 0000000000000..8faeb44af4e97 --- /dev/null +++ b/core/res/res/values-ru-rRU/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + Январь + Февраль + Март + Апрель + Май + Июнь + Июль + Август + Сентябрь + Октябрь + Ноябрь + Декабрь + + января + февраля + марта + апреля + мая + июня + июля + августа + сентября + октября + ноября + декабря + + янв. + февр. + марта + апр. + мая + июня + июля + авг. + сент. + окт. + нояб. + дек. + + Я + Ф + М + А + М + И + И + А + С + О + Н + Д + + воскресенье + понедельник + вторник + среда + четверг + пятница + суббота + + Вс + Пн + Вт + Ср + Чт + Пт + Сб + + Вс + Пн + Вт + Ср + Чт + Пт + Сб + + В + П + В + С + Ч + П + С + + AM + PM + Вчера + Сегодня + Завтра + + %-k:%M + %-k:%M + %d.%m.%Y + dd.MM.yyyy + %-e %B %Y г. + %-k:%M:%S + %-k:%M:%S %d.%m.%Y + %d.%m.%Y + %-e %B + %-B + %B %Y + %-e %b + %-b + %b %Y + diff --git a/core/res/res/values-ru/donottranslate-cldr.xml b/core/res/res/values-ru/donottranslate-cldr.xml new file mode 100644 index 0000000000000..8faeb44af4e97 --- /dev/null +++ b/core/res/res/values-ru/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + Январь + Февраль + Март + Апрель + Май + Июнь + Июль + Август + Сентябрь + Октябрь + Ноябрь + Декабрь + + января + февраля + марта + апреля + мая + июня + июля + августа + сентября + октября + ноября + декабря + + янв. + февр. + марта + апр. + мая + июня + июля + авг. + сент. + окт. + нояб. + дек. + + Я + Ф + М + А + М + И + И + А + С + О + Н + Д + + воскресенье + понедельник + вторник + среда + четверг + пятница + суббота + + Вс + Пн + Вт + Ср + Чт + Пт + Сб + + Вс + Пн + Вт + Ср + Чт + Пт + Сб + + В + П + В + С + Ч + П + С + + AM + PM + Вчера + Сегодня + Завтра + + %-k:%M + %-k:%M + %d.%m.%Y + dd.MM.yyyy + %-e %B %Y г. + %-k:%M:%S + %-k:%M:%S %d.%m.%Y + %d.%m.%Y + %-e %B + %-B + %B %Y + %-e %b + %-b + %b %Y + diff --git a/core/res/res/values-ru/strings.xml b/core/res/res/values-ru/strings.xml index fac6cb7ea7538..2a15c43d9b32d 100644 --- a/core/res/res/values-ru/strings.xml +++ b/core/res/res/values-ru/strings.xml @@ -418,9 +418,6 @@ "Пароль" "Войти" "Недействительное имя пользователя или пароль." - "h:mm AA" - "%-l:%M%P" - "%-l:%M%p" "%-l%P" "%-l%p" "Очистить уведомления" @@ -452,9 +449,6 @@ "ввод" "удалить" "Поиск" - "Сегодня" - "Вчера" - "Завтра" "1 месяц назад" "Больше 1 месяца назад" @@ -536,13 +530,6 @@ "недели" "год" "годы" - "воскресенье" - "понедельник" - "вторник" - "среда" - "четверг" - "пятница" - "суббота" "По рабочим дням (пн-пт)" "Ежедневно" "Еженедельно в: %s" @@ -552,9 +539,6 @@ "К сожалению, это видео не подходит для потокового воспроизведения на данном устройстве." "К сожалению, это видео нельзя воспроизвести." "ОК" - "AM" - "PM" - "%d/%m/%Y" "%1$s, %2$s, %3$s%4$s, %5$s, %6$s" "%1$s, %2$s%4$s, %5$s" "%2$s, %3$s%5$s, %6$s" @@ -566,23 +550,12 @@ "%1$s, %2$s" "%1$s, %2$s" "%1$s, %2$s" - "d' 'MMMM' 'yyyy" - "d' 'MMMM' 'yyyy" - "d' 'MMM' 'yyyy" - "d' 'MMM' 'yyyy" - "h':'mm' 'a" - "HH':'mm" "полдень" "Полдень" "полночь" "Полночь" - "%-d %B" - "%-d %B %Y" - "%Y %B г." - "%H:%M:%S" - "%H:%M:%S %-d %B %Y" "%3$s %2$s%8$s %7$s" "%1$s, %3$s %2$s%6$s, %8$s %7$s" "%3$s %2$s%8$s %7$s %9$s" @@ -607,82 +580,8 @@ "%1$s, %3$s %2$s, %5$s%6$s, %8$s %7$s, %10$s" "%3$s %2$s %4$s, %5$s%8$s %7$s %9$s, %10$s" "%1$s, %3$s %2$s %4$s, %5$s%6$s, %8$s %7$s %9$s, %10$s" - "%-d %b %Y" - "%b %Y г." - "%-d %b" - "воскресенье" - "понедельник" - "вторник" - "среда" - "четверг" - "пятница" - "суббота" - "вс" - "пн" - "вт" - "ср" - "чт" - "пт" - "сб" - "вс" - "пн" - "вт" - "ср" - "чт" - "пт" - "сб" - "вс" - "пн" - "вт" - "с" - "чт" - "пт" - "сб" - "в" - "п" - "в" - "с" - "ч" - "п" - "с" - "январь" - "февраль" - "март" - "апрель" - "май" - "июнь" - "июль" - "август" - "сентябрь" - "октябрь" - "ноябрь" - "декабрь" - "янв" - "фев" - "мар" - "апр" - "май" - "июн" - "июл" - "авг" - "сен" - "окт" - "ноя" - "дек" - "Я" - "ф" - "м" - "а" - "м" - "и" - "и" - "а" - "с" - "о" - "н" - "д" "%1$02d:%2$02d" "%1$d:%2$02d:%3$02d" "Выбрать все" diff --git a/core/res/res/values-sk-rSK/donottranslate-cldr.xml b/core/res/res/values-sk-rSK/donottranslate-cldr.xml new file mode 100644 index 0000000000000..05bc5d3b5d178 --- /dev/null +++ b/core/res/res/values-sk-rSK/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + január + február + marec + apríl + máj + jún + júl + august + september + október + november + december + + januára + februára + marca + apríla + mája + júna + júla + augusta + septembra + októbra + novembra + decembra + + jan + feb + mar + apr + máj + jún + júl + aug + sep + okt + nov + dec + + j + f + m + a + m + j + j + a + s + o + n + d + + nedeľa + pondelok + utorok + streda + štvrtok + piatok + sobota + + ne + po + ut + st + št + pi + so + + ne + po + ut + st + št + pi + so + + N + P + U + S + Š + P + S + + dopoludnia + popoludní + Včera + Dnes + Zajtra + + %-k:%M + %-k:%M + %-e.%-m.%Y + d.M.yyyy + %-e. %B %Y + %-k:%M:%S + %-k:%M:%S %-e.%-m.%Y + %-e.%-m.%Y + %-e. %B + %-B + %B %Y + %-e. %b + %-b + %b %Y + diff --git a/core/res/res/values-sl-rSI/donottranslate-cldr.xml b/core/res/res/values-sl-rSI/donottranslate-cldr.xml new file mode 100644 index 0000000000000..e24b070392ba2 --- /dev/null +++ b/core/res/res/values-sl-rSI/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + januar + februar + marec + april + maj + junij + julij + avgust + september + oktober + november + december + + januar + februar + marec + april + maj + junij + julij + avgust + september + oktober + november + december + + jan + feb + mar + apr + maj + jun + jul + avg + sep + okt + nov + dec + + j + f + m + a + m + j + j + a + s + o + n + d + + nedelja + ponedeljek + torek + sreda + četrtek + petek + sobota + + ned + pon + tor + sre + čet + pet + sob + + ned + pon + tor + sre + čet + pet + sob + + n + p + t + s + č + p + s + + dop. + pop. + Včeraj + Danes + Jutri + + %H:%M + %H:%M + %-e. %m. %Y + d. MM. yyyy + %d. %B %Y + %H:%M:%S + %H:%M:%S %-e. %b. %Y + %-e. %b. %Y + %-e. %B + %-B + %Y %B + %b %-e + %-b + %Y %b + diff --git a/core/res/res/values-sr-rRS/donottranslate-cldr.xml b/core/res/res/values-sr-rRS/donottranslate-cldr.xml new file mode 100644 index 0000000000000..7f98ae28596da --- /dev/null +++ b/core/res/res/values-sr-rRS/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + јануар + фебруар + март + април + мај + јун + јул + август + септембар + октобар + новембар + децембар + + јануар + фебруар + март + април + мај + јун + јул + август + септембар + октобар + новембар + децембар + + јан + феб + мар + апр + мај + јун + јул + авг + сеп + окт + нов + дец + + ј + ф + м + а + м + ј + ј + а + с + о + н + д + + недеља + понедељак + уторак + среда + четвртак + петак + субота + + нед + пон + уто + сре + чет + пет + суб + + нед + пон + уто + сре + чет + пет + суб + + н + п + у + с + ч + п + с + + пре подне + поподне + јуче + данас + сутра + + %H.%M + %H.%M + %-e.%-m.%Y. + d.M.yyyy. + %d. %B %Y. + %H.%M.%S + %H.%M.%S %d.%m.%Y. + %d.%m.%Y. + %B %-e. + %-B + %Y %B + %b %-e. + %-b + %b. %Y + diff --git a/core/res/res/values-sv-rSE/donottranslate-cldr.xml b/core/res/res/values-sv-rSE/donottranslate-cldr.xml new file mode 100644 index 0000000000000..45702457b9cc8 --- /dev/null +++ b/core/res/res/values-sv-rSE/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + januari + februari + mars + april + maj + juni + juli + augusti + september + oktober + november + december + + januari + februari + mars + april + maj + juni + juli + augusti + september + oktober + november + december + + jan + feb + mar + apr + maj + jun + jul + aug + sep + okt + nov + dec + + J + F + M + A + M + J + J + A + S + O + N + D + + söndag + måndag + tisdag + onsdag + torsdag + fredag + lördag + + sön + mån + tis + ons + tors + fre + lör + + sön + mån + tis + ons + tors + fre + lör + + S + M + T + O + T + F + L + + f.m. + e.m. + igår + idag + imorgon + + %H:%M + %H:%M + %Y-%m-%d + yyyy-MM-dd + %-e %B %Y + %H:%M:%S + %H:%M:%S %-e %b %Y + %-e %b %Y + %-e %B + %-B + %Y %B + %-e %b + %-b + %Y %b + diff --git a/core/res/res/values-th-rTH/donottranslate-cldr.xml b/core/res/res/values-th-rTH/donottranslate-cldr.xml new file mode 100644 index 0000000000000..cc680f60db386 --- /dev/null +++ b/core/res/res/values-th-rTH/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + มกราคม + กุมภาพันธ์ + มีนาคม + เมษายน + พฤษภาคม + มิถุนายน + กรกฎาคม + สิงหาคม + กันยายน + ตุลาคม + พฤศจิกายน + ธันวาคม + + มกราคม + กุมภาพันธ์ + มีนาคม + เมษายน + พฤษภาคม + มิถุนายน + กรกฎาคม + สิงหาคม + กันยายน + ตุลาคม + พฤศจิกายน + ธันวาคม + + ม.ค. + ก.พ. + มี.ค. + เม.ย. + พ.ค. + มิ.ย. + ก.ค. + ส.ค. + ก.ย. + ต.ค. + พ.ย. + ธ.ค. + + ม.ค. + ก.พ. + มี.ค. + เม.ย. + พ.ค. + มิ.ย. + ก.ค. + ส.ค. + ก.ย. + ต.ค. + พ.ย. + ธ.ค. + + วันอาทิตย์ + วันจันทร์ + วันอังคาร + วันพุธ + วันพฤหัสบดี + วันศุกร์ + วันเสาร์ + + อา. + จ. + อ. + พ. + พฤ. + ศ. + ส. + + อา. + จ. + อ. + พ. + พฤ. + ศ. + ส. + + + + + + + + + + ก่อนเที่ยง + หลังเที่ยง + เมื่อวาน + วันนี้ + พรุ่งนี้ + + %-k:%M + %-k:%M + %-e/%-m/%Y + d/M/yyyy + %-e %B %Y + %-k:%M:%S + %-k:%M:%S, %-e %b %Y + %-e %b %Y + %-e %B + %-B + %B %Y + %-e %b + %-b + %b %Y + diff --git a/core/res/res/values-tr-rTR/donottranslate-cldr.xml b/core/res/res/values-tr-rTR/donottranslate-cldr.xml new file mode 100644 index 0000000000000..acc012122ea35 --- /dev/null +++ b/core/res/res/values-tr-rTR/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + Ocak + Şubat + Mart + Nisan + Mayıs + Haziran + Temmuz + Ağustos + Eylül + Ekim + Kasım + Aralık + + Ocak + Şubat + Mart + Nisan + Mayıs + Haziran + Temmuz + Ağustos + Eylül + Ekim + Kasım + Aralık + + Oca + Şub + Mar + Nis + May + Haz + Tem + Ağu + Eyl + Eki + Kas + Ara + + O + Ş + M + N + M + H + T + A + E + E + K + A + + Pazar + Pazartesi + Salı + Çarşamba + Perşembe + Cuma + Cumartesi + + Paz + Pzt + Sal + Çar + Per + Cum + Cmt + + Paz + Pzt + Sal + Çar + Per + Cum + Cmt + + P + P + S + Ç + P + C + C + + AM + PM + Dün + Bugün + Yarın + + %H:%M + %H:%M + %d %m %Y + dd MM yyyy + %d %B %Y + %H:%M:%S + %H:%M:%S %d %b %Y + %d %b %Y + %d %B + %-B + %B %Y + %d %b + %-b + %b %Y + diff --git a/core/res/res/values-uk-rUA/donottranslate-cldr.xml b/core/res/res/values-uk-rUA/donottranslate-cldr.xml new file mode 100644 index 0000000000000..888df361ae333 --- /dev/null +++ b/core/res/res/values-uk-rUA/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + Січень + Лютий + Березень + Квітень + Травень + Червень + Липень + Серпень + Вересень + Жовтень + Листопад + Грудень + + січня + лютого + березня + квітня + травня + червня + липня + серпня + вересня + жовтня + листопада + грудня + + січ. + лют. + бер. + квіт. + трав. + черв. + лип. + серп. + вер. + жовт. + лист. + груд. + + С + Л + Б + К + Т + Ч + Л + С + В + Ж + Л + Г + + Неділя + Понеділок + Вівторок + Середа + Четвер + Пʼятниця + Субота + + Нд + Пн + Вт + Ср + Чт + Пт + Сб + + Нд + Пн + Вт + Ср + Чт + Пт + Сб + + Н + П + В + С + Ч + П + С + + дп + пп + Вчора + Сьогодні + Завтра + + %H:%M + %H:%M + %d.%m.%Y + dd.MM.yyyy + %-e %B %Y р. + %H:%M:%S + %H:%M:%S %-e %b %Y + %-e %b %Y + %-e %B + %-B + %-B %Y + %-e %b + %-b + %-b %Y + diff --git a/core/res/res/values-vi-rVN/donottranslate-cldr.xml b/core/res/res/values-vi-rVN/donottranslate-cldr.xml new file mode 100644 index 0000000000000..2a28b32d04576 --- /dev/null +++ b/core/res/res/values-vi-rVN/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + tháng một + tháng hai + tháng ba + tháng tư + tháng năm + tháng sáu + tháng bảy + tháng tám + tháng chín + tháng mười + tháng mười một + tháng mười hai + + tháng một + tháng hai + tháng ba + tháng tư + tháng năm + tháng sáu + tháng bảy + tháng tám + tháng chín + tháng mười + tháng mười một + tháng mười hai + + thg 1 + thg 2 + thg 3 + thg 4 + thg 5 + thg 6 + thg 7 + thg 8 + thg 9 + thg 10 + thg 11 + thg 12 + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + + Chủ nhật + Thứ hai + Thứ ba + Thứ tư + Thứ năm + Thứ sáu + Thứ bảy + + CN + Th 2 + Th 3 + Th 4 + Th 5 + Th 6 + Th 7 + + CN + Th 2 + Th 3 + Th 4 + Th 5 + Th 6 + Th 7 + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + + SA + CH + Yesterday + Today + Tomorrow + + %H:%M + %H:%M + %d/%m/%Y + dd/MM/yyyy + Ngày %d tháng %-m năm %Y + %H:%M:%S + %d-%m-%Y %H:%M:%S + %d-%m-%Y + %-e %B + %-B + %B %Y + %-e %b + %-b + %b %Y + diff --git a/core/res/res/values-zh-rCN/donottranslate-cldr.xml b/core/res/res/values-zh-rCN/donottranslate-cldr.xml new file mode 100644 index 0000000000000..18e37a94e69d9 --- /dev/null +++ b/core/res/res/values-zh-rCN/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + 一月 + 二月 + 三月 + 四月 + 五月 + 六月 + 七月 + 八月 + 九月 + 十月 + 十一月 + 十二月 + + 1月 + 2月 + 3月 + 4月 + 5月 + 6月 + 7月 + 8月 + 9月 + 10月 + 11月 + 12月 + + 1月 + 2月 + 3月 + 4月 + 5月 + 6月 + 7月 + 8月 + 9月 + 10月 + 11月 + 12月 + + 1月 + 2月 + 3月 + 4月 + 5月 + 6月 + 7月 + 8月 + 9月 + 10月 + 11月 + 12月 + + 星期日 + 星期一 + 星期二 + 星期三 + 星期四 + 星期五 + 星期六 + + 周日 + 周一 + 周二 + 周三 + 周四 + 周五 + 周六 + + 周日 + 周一 + 周二 + 周三 + 周四 + 周五 + 周六 + + + + + + + + + + 上午 + 下午 + 昨天 + 今天 + 明天 + + %p%-l:%M + %^p%-l:%M + %Y-%-m-%-e + yyyy-M-d + %Y年%-m月%-e日 + %p%I:%M:%S + %p%I:%M:%S %Y-%-m-%-e + %Y-%-m-%-e + %B%-e日 + %-B + %Y年%B + %b%-e日 + %-b + %Y年%b + diff --git a/core/res/res/values-zh-rCN/strings.xml b/core/res/res/values-zh-rCN/strings.xml index 54b0b97d9691e..ee7b3cd1005c5 100644 --- a/core/res/res/values-zh-rCN/strings.xml +++ b/core/res/res/values-zh-rCN/strings.xml @@ -424,9 +424,6 @@ "密码" "登录" "用户名或密码无效。" - "h:mm AA" - "%-l:%M%P" - "%-l:%M%p" "%P%-l点" "%p%-l点" "清除通知" @@ -458,9 +455,6 @@ "Enter 键" "删除" "搜索" - "今天" - "昨天" - "明天" "1 个月前" "1 个月前" @@ -542,13 +536,6 @@ "周" "年" "年" - "周日" - "周一" - "周二" - "周三" - "周四" - "周五" - "周六" "每个工作日(周一到周五)" "每天" "每周的%s" @@ -558,9 +545,6 @@ "抱歉,该视频不适合在此设备上播放。" "很抱歉,此视频不能播放。" "确定" - "上午" - "下午" - "%Y%m%d 日" "%2$s%1$s %3$s%5$s%4$s %6$s" "%2$s%1$s%5$s%4$s" "%2$s %3$s%5$s %6$s" @@ -572,23 +556,12 @@ "%1$s%2$s" "%1$s%2$s" "%2$s %1$s" - "yyyy' 年 'MMMM' 月 'd' 日'" - "yyyy' 年 'MMMM' 月 'd' 日'" - "yyyy' 年 'MMM' 月 'd' 日'" - "yyyy' 年 'd' 月 'MMM' 日'" - "h':'mm' 'a" - "HH':'mm" "中午" "中午" "午夜" "午夜" - "%B%-d 日" - "%Y%B%-d 日" - "%Y%B 月" - "%H:%M:%S" - "%Y%B%-d%H:%M:%S" "%2$s%3$s 日至 %7$s%8$s 日" "%2$s%3$s%1$s%7$s%8$s%6$s" "%9$s%2$s%3$s 日至 %7$s%8$s 日" @@ -613,82 +586,8 @@ "%2$s%3$s%1$s %5$s%7$s%8$s%6$s %10$s" "%4$s%2$s%3$s%5$s%9$s%7$s%8$s%10$s" "%4$s%2$s%3$s%1$s %5$s%9$s%7$s%8$s%6$s %10$s" - "%Y%b%-d 日" - "%Y%b 月" - "%b%-d 日" - "周日" - "周一" - "周二" - "周三" - "周四" - "周五" - "周六" - "周日" - "周一" - "周二" - "周三" - "周四" - "周五" - "周六" - "周日" - "周一" - "周二" - "周三" - "周四" - "周五" - "周六" - "周日" - "周一" - "周二" - "周三" - "周四" - "周五" - "周六" - "周日" - "周一" - "周二" - "周三" - "周四" - "周五" - "周六" - "1 月" - "2 月" - "3 月" - "4 月" - "5 月" - "6 月" - "7 月" - "8 月" - "9 月" - "10 月" - "11 月" - "12 月" - "1 月" - "2 月" - "3 月" - "4 月" - "5 月" - "6 月" - "7 月" - "8 月" - "9 月" - "10 月" - "11 月" - "12 月" - "1 月" - "2 月" - "3 月" - "4 月" - "5 月" - "6 月" - "7 月" - "8 月" - "9 月" - "10 月" - "11 月" - "12 月" "%1$02d:%2$02d" "%1$d:%2$02d:%3$02d" "全选" diff --git a/core/res/res/values-zh-rTW/donottranslate-cldr.xml b/core/res/res/values-zh-rTW/donottranslate-cldr.xml new file mode 100644 index 0000000000000..18e37a94e69d9 --- /dev/null +++ b/core/res/res/values-zh-rTW/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + 一月 + 二月 + 三月 + 四月 + 五月 + 六月 + 七月 + 八月 + 九月 + 十月 + 十一月 + 十二月 + + 1月 + 2月 + 3月 + 4月 + 5月 + 6月 + 7月 + 8月 + 9月 + 10月 + 11月 + 12月 + + 1月 + 2月 + 3月 + 4月 + 5月 + 6月 + 7月 + 8月 + 9月 + 10月 + 11月 + 12月 + + 1月 + 2月 + 3月 + 4月 + 5月 + 6月 + 7月 + 8月 + 9月 + 10月 + 11月 + 12月 + + 星期日 + 星期一 + 星期二 + 星期三 + 星期四 + 星期五 + 星期六 + + 周日 + 周一 + 周二 + 周三 + 周四 + 周五 + 周六 + + 周日 + 周一 + 周二 + 周三 + 周四 + 周五 + 周六 + + + + + + + + + + 上午 + 下午 + 昨天 + 今天 + 明天 + + %p%-l:%M + %^p%-l:%M + %Y-%-m-%-e + yyyy-M-d + %Y年%-m月%-e日 + %p%I:%M:%S + %p%I:%M:%S %Y-%-m-%-e + %Y-%-m-%-e + %B%-e日 + %-B + %Y年%B + %b%-e日 + %-b + %Y年%b + diff --git a/core/res/res/values-zh-rTW/strings.xml b/core/res/res/values-zh-rTW/strings.xml index 514e304f1b258..a7422281864cf 100644 --- a/core/res/res/values-zh-rTW/strings.xml +++ b/core/res/res/values-zh-rTW/strings.xml @@ -418,9 +418,6 @@ "密碼" "登入" "使用者名稱或密碼錯誤。" - "h:mm AA" - "%-l:%M%P" - "%-l:%M%p" "%-l%P" "%-l%p" "清除通知" @@ -452,9 +449,6 @@ "輸入" "刪除" "搜尋" - "今天" - "昨天" - "明天" "1 個月以前" "1 個月前" @@ -536,13 +530,6 @@ "週" "年" "年" - "星期日" - "星期一" - "星期二" - "星期三" - "星期四" - "星期五" - "星期六" "每天 (週一至週五)" "每天" "每週%s" @@ -552,9 +539,6 @@ "很抱歉,影片格式無效,裝置無法進行串流處理。" "很抱歉,此影片無法播放。" "確定" - "上午" - "下午" - "%m/%d/%Y" "%2$s%1$s%3$s%5$s%4$s%6$s" "%2$s%1$s%5$s%4$s" "%2$s%3$s%5$s%6$s" @@ -566,23 +550,12 @@ "%1$s%2$s" "%1$s%2$s" "%2$s%1$s" - "MMMM' 'd','yyyy" - "yyyy' 年 'MMMM' 'd' 日'" - "MMM' 'd','yyyy" - "yyyy' 年 'MMM' 'd' 日'" - "h':'mm' 'a" - "HH':'mm" "中午" "中午" "午夜" "午夜" - "%B %-d 日" - "%Y%B %-d 日" - "%Y%B" - "%H:%M:%S" - "%Y%B %-d 日,%H:%M:%S" "%2$s %3$s%7$s %8$s" "%2$s %3$s 日,%1$s%7$s %8$s 日,%6$s" "%9$s%2$s %3$s 日 – %7$s %8$s 日" @@ -607,82 +580,8 @@ "%2$s %3$s 日,%1$s%5$s%7$s %8$s 日,%6$s%10$s" "%4$s%2$s %3$s%5$s%9$s%7$s %8$s%10$s" "%4$s%2$s %3$s 日,%1$s%5$s%9$s%7$s %8$s 日,%6$s%10$s" - "%Y%b %-d 日" - "%Y%b" - "%b %-d 日" - "星期日" - "星期一" - "星期二" - "星期三" - "星期四" - "星期五" - "星期六" - "週日" - "週一" - "週二" - "週三" - "週四" - "五" - "週六" - "日" - "一" - "二" - "三" - "週四" - "五" - "六" - "日" - "一" - "二" - "三" - "四" - "五" - "六" - "日" - "一" - "二" - "三" - "四" - "五" - "六" - "1 月" - "2 月" - "3 月" - "4 月" - "5 月" - "6 月" - "7 月" - "8 月" - "9 月" - "10 月" - "11 月" - "12 月" - "1 月" - "2 月" - "3 月" - "4 月" - "5 月" - "6 月" - "7 月" - "8 月" - "9 月" - "10 月" - "11 月" - "12 月" - "1" - "2" - "3" - "4" - "5" - "6" - "7" - "8" - "9" - "10" - "11" - "12" "%1$02d:%2$02d" "%1$d:%2$02d:%3$02d" "全部選取" diff --git a/core/res/res/values/donottranslate-cldr.xml b/core/res/res/values/donottranslate-cldr.xml new file mode 100644 index 0000000000000..f3059489d20da --- /dev/null +++ b/core/res/res/values/donottranslate-cldr.xml @@ -0,0 +1,108 @@ + + + January + February + March + April + May + June + July + August + September + October + November + December + + January + February + March + April + May + June + July + August + September + October + November + December + + Jan + Feb + Mar + Apr + May + Jun + Jul + Aug + Sep + Oct + Nov + Dec + + J + F + M + A + M + J + J + A + S + O + N + D + + Sunday + Monday + Tuesday + Wednesday + Thursday + Friday + Saturday + + Sun + Mon + Tue + Wed + Thu + Fri + Sat + + Su + Mo + Tu + We + Th + Fr + Sa + + S + M + T + W + T + F + S + + a.m. + p.m. + Yesterday + Today + Tomorrow + + %-l:%M %p + %-l:%M %^p + %-m/%-e/%Y + M/d/yyyy + %B %-e, %Y + %-l:%M:%S %p + %-l:%M:%S %p %b %-e, %Y + %b %-e, %Y + %B %-e + %-B + %B %Y + %b %-e + %-b + %b %Y + diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index ed81cb46a991f..2860292a70a5c 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1244,15 +1244,6 @@ Invalid username or password. - - "h:mm AA" - - - "%-l:%M%P" - - - "%-l:%M%p" - "%-l%P" @@ -1353,12 +1344,6 @@ It is also used by the home screen's search "widget". It should be short --> Search - - Today - - Yesterday - - Tomorrow 1 month ago @@ -1492,21 +1477,6 @@ years - - Sunday - - Monday - - Tuesday - - Wednesday - - Thursday - - Friday - - Saturday - "Every weekday (Mon\u2013Fri)" @@ -1529,16 +1499,6 @@ OK - - "AM" - - - "PM" - - - - "%m/%d/%Y" - "%1$s, %2$s, %3$s \u2013 %4$s, %5$s, %6$s" @@ -1583,42 +1543,6 @@ Example: "8:00 - 11:00 am, Mon" --> "%1$s, %2$s" - - MMMM d, yyyy - - - d MMMM, yyyy - - - MMM d, yyyy - - - d MMM, yyyy - - - h:mm a - - - HH:mm - "noon" @@ -1628,29 +1552,6 @@ "Midnight" - - "%B %-d" - - - "%B" - - - "%B %-d, %Y" - - - "%B %Y" - - - "%H:%M:%S" - - - "%H:%M:%S %B %-d, %Y" - "%2$s %3$s \u2013 %7$s %8$s" @@ -1749,312 +1650,7 @@ Example: "Tue, Oct 9, 2007, 8:00am - Wed, Oct 10, 2007, 5:00pm" --> "%1$s, %2$s %3$s, %4$s, %5$s \u2013 %6$s, %7$s %8$s, %9$s, %10$s" - - "%b %-d, %Y" - - "%b %Y" - - - "%b %-d" - - - "%b" - - - Sunday - - - Monday - - - Tuesday - - - Wednesday - - - Thursday - - - Friday - - - Saturday - - - - Sun - - - Mon - - - Tue - - - Wed - - - Thu - - - Fri - - - Sat - - - - Su - - - Mo - - - Tu - - - We - - - Th - - - Fr - - - Sa - - - - Su - - - M - - - Tu - - - W - - - Th - - - F - - - Sa - - - - S - - - M - - - T - - - W - - - T - - - F - - - S - - - - January - - - February - - - March - - - April - - - May - - - June - - - July - - - August - - - September - - - October - - - November - - - December - - - - Jan - - - Feb - - - Mar - - - Apr - - - May - - - Jun - - - Jul - - - Aug - - - Sep - - - Oct - - - Nov - - - Dec - - - - J - - - F - - - M - - - A - - - M - - - J - - - J - - - A - - - S - - - O - - - N - - - D %1$02d:%2$02d