diff options
author | Elliott Hughes <enh@google.com> | 2014-11-17 17:44:24 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-17 17:44:24 +0000 |
commit | 150b646833f2614021a5d3f3a68efa07d73c87e3 (patch) | |
tree | 2b557daa23d8ea67ec3355e969a8af4efb208b6c /res/values | |
parent | 74866c8634e62e02933d436d05e634e6ab6f4594 (diff) | |
parent | ba5863929a5679b14e8dcc70c9d6f777a675459a (diff) | |
download | packages_apps_Settings-150b646833f2614021a5d3f3a68efa07d73c87e3.zip packages_apps_Settings-150b646833f2614021a5d3f3a68efa07d73c87e3.tar.gz packages_apps_Settings-150b646833f2614021a5d3f3a68efa07d73c87e3.tar.bz2 |
am ba586392: am 3dd51556: Merge "Remove vestigial "Choose date format" option."
* commit 'ba5863929a5679b14e8dcc70c9d6f777a675459a':
Remove vestigial "Choose date format" option.
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/arrays.xml | 9 | ||||
-rw-r--r-- | res/values/strings.xml | 10 |
2 files changed, 0 insertions, 19 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 82c9003..28ac8dd 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -39,15 +39,6 @@ <item>All</item> </string-array> - <!-- There is a setting to control the format of dates displayed throughout the system. This is in the Date & Time Settings screen. These will be adjusted to use punctuation appropriate to the user's locale. --> - <string-array name="date_format_values" translatable="false"> - <!-- The blank item means to use whatever the locale calls for. --> - <item></item> - <item>MM-dd-yyyy</item> - <item>dd-MM-yyyy</item> - <item>yyyy-MM-dd</item> - </string-array> - <!-- Display settings. The delay in inactivity before the screen is turned off. These are shown in a list dialog. --> <string-array name="screen_timeout_entries"> <item>15 seconds</item> diff --git a/res/values/strings.xml b/res/values/strings.xml index d1b51dc..4bdf44d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -388,12 +388,6 @@ <string name="date_and_time">Date & time</string> <!-- The title of the activity to pick a time zone. --> <string name="choose_timezone">Choose time zone</string> - <!-- Do not translate. Used as the value for a setting. --> - <string name="default_date_format"><xliff:g id="default_date_format">MM/dd/yyyy</xliff:g></string> - - <!-- The option in the date-format picker for using the normal format - called for by the user's locale. --> - <string name="normal_date_format">Regional (<xliff:g id="date" example="12-31-2009">%s</xliff:g>)</string> <!-- Label of preview text when tweaking font size --> <string name="display_preview_label">Preview:</string> @@ -711,10 +705,6 @@ <string name="date_time_set_date_title">Date</string> <!-- Date & time setting screen setting option title --> <string name="date_time_set_date">Set date</string> - <!-- Date & time setting screen setting option title. This setting allows the user to choose how the date should be displayed in apps (what ordering for month and day, etc.) [CHAR LIMIT=30] --> - <string name="date_time_date_format_title">Date format</string> - <!-- Date & time setting screen setting option title. This setting allows the user to choose how the date should be displayed in apps (what ordering for month and day, etc.) --> - <string name="date_time_date_format">Choose date format</string> <!-- Menu item on Select time zone screen --> <string name="zone_list_menu_sort_alphabetically">Sort alphabetically</string> <!-- Menu item on Select time zone screen --> |