summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values/arrays.xml9
-rw-r--r--res/values/strings.xml10
-rw-r--r--res/xml/date_time_prefs.xml5
3 files changed, 0 insertions, 24 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 &amp; 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 -->
diff --git a/res/xml/date_time_prefs.xml b/res/xml/date_time_prefs.xml
index 6c59ebe..d359d84 100644
--- a/res/xml/date_time_prefs.xml
+++ b/res/xml/date_time_prefs.xml
@@ -52,9 +52,4 @@
android:title="@string/date_time_24hour"
/>
- <ListPreference
- android:key="date_format"
- android:title="@string/date_time_date_format"
- android:summary="mm/dd/yyyy"/>
-
</PreferenceScreen>