Replace increment/decrement with increase/decrease.

Change-Id: Ic9c0b1e27091c85e712f2a8a7e347e2e1ee2c3ea
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 6c9576f..2848999 100755
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -3192,42 +3192,42 @@
     <string name="add_account_button_label">Add account</string>
 
     <!-- NumberPicker - accessibility support -->
-    <!-- Description of the button to increment the NumberPicker value. [CHAR LIMIT=NONE] -->
-    <string name="number_picker_increment_button">Increment</string>
-    <!-- Description of the button to decrement the NumberPicker value. [CHAR LIMIT=NONE] -->
-    <string name="number_picker_decrement_button">Decrement</string>
+    <!-- Description of the button to increase the NumberPicker value. [CHAR LIMIT=NONE] -->
+    <string name="number_picker_increment_button">Increase</string>
+    <!-- Description of the button to decrease the NumberPicker value. [CHAR LIMIT=NONE] -->
+    <string name="number_picker_decrement_button">Decrease</string>
     <!-- Description of the tap and hold action to get into scroll mode in NumberPicker. [CHAR LIMIT=NONE] -->
     <string name="number_picker_increment_scroll_mode"><xliff:g id="value" example="3">%s</xliff:g> touch and hold.</string>
     <!-- Description of the scrolling action in NumberPicker. [CHAR LIMIT=NONE] -->
-    <string name="number_picker_increment_scroll_action">Slide up to increment and down to decrement.</string>
+    <string name="number_picker_increment_scroll_action">Slide up to increase and down to decrease.</string>
 
     <!-- TimePicker - accessibility support -->
-    <!-- Description of the button to increment the TimePicker's minute value. [CHAR LIMIT=NONE] -->
-    <string name="time_picker_increment_minute_button">Increment minute</string>
-    <!-- Description of the button to decrement the TimePicker's minute value. [CHAR LIMIT=NONE] -->
-    <string name="time_picker_decrement_minute_button">Decrement minute</string>
-    <!-- Description of the button to increment the TimePicker's hour value. [CHAR LIMIT=NONE] -->
-    <string name="time_picker_increment_hour_button">Increment hour</string>
-    <!-- Description of the button to decrement the TimePicker's hour value. [CHAR LIMIT=NONE] -->
-    <string name="time_picker_decrement_hour_button">Decrement hour</string>
-    <!-- Description of the button to increment the TimePicker's set PM value. [CHAR LIMIT=NONE] -->
+    <!-- Description of the button to increase the TimePicker's minute value. [CHAR LIMIT=NONE] -->
+    <string name="time_picker_increment_minute_button">Increase minute</string>
+    <!-- Description of the button to decrease the TimePicker's minute value. [CHAR LIMIT=NONE] -->
+    <string name="time_picker_decrement_minute_button">Decrease minute</string>
+    <!-- Description of the button to increase the TimePicker's hour value. [CHAR LIMIT=NONE] -->
+    <string name="time_picker_increment_hour_button">Increase hour</string>
+    <!-- Description of the button to decrease the TimePicker's hour value. [CHAR LIMIT=NONE] -->
+    <string name="time_picker_decrement_hour_button">Decrease hour</string>
+    <!-- Description of the button to increase the TimePicker's set PM value. [CHAR LIMIT=NONE] -->
     <string name="time_picker_increment_set_pm_button">Set PM</string>
-    <!-- Description of the button to decrement the TimePicker's set AM value. [CHAR LIMIT=NONE] -->
+    <!-- Description of the button to decrease the TimePicker's set AM value. [CHAR LIMIT=NONE] -->
     <string name="time_picker_decrement_set_am_button">Set AM</string>
 
     <!-- DatePicker - accessibility support -->
-    <!-- Description of the button to increment the DatePicker's month value. [CHAR LIMIT=NONE] -->
-    <string name="date_picker_increment_month_button">Increment month</string>
-    <!-- Description of the button to decrement the DatePicker's month value. [CHAR LIMIT=NONE] -->
-    <string name="date_picker_decrement_month_button">Decrement month</string>
-    <!-- Description of the button to increment the DatePicker's day value. [CHAR LIMIT=NONE] -->
-    <string name="date_picker_increment_day_button">Increment day</string>
-    <!-- Description of the button to decrement the DatePicker's day value. [CHAR LIMIT=NONE] -->
-    <string name="date_picker_decrement_day_button">Decrement day</string>
-    <!-- Description of the button to increment the DatePicker's year value. [CHAR LIMIT=NONE] -->
-    <string name="date_picker_increment_year_button">Increment year</string>
-    <!-- Description of the button to decrement the DatePicker's year value. [CHAR LIMIT=NONE] -->
-    <string name="date_picker_decrement_year_button">Decrement year</string>
+    <!-- Description of the button to increase the DatePicker's month value. [CHAR LIMIT=NONE] -->
+    <string name="date_picker_increment_month_button">Increase month</string>
+    <!-- Description of the button to decrease the DatePicker's month value. [CHAR LIMIT=NONE] -->
+    <string name="date_picker_decrement_month_button">Decrease month</string>
+    <!-- Description of the button to increase the DatePicker's day value. [CHAR LIMIT=NONE] -->
+    <string name="date_picker_increment_day_button">Increase day</string>
+    <!-- Description of the button to decrease the DatePicker's day value. [CHAR LIMIT=NONE] -->
+    <string name="date_picker_decrement_day_button">Decrease day</string>
+    <!-- Description of the button to increase the DatePicker's year value. [CHAR LIMIT=NONE] -->
+    <string name="date_picker_increment_year_button">Increase year</string>
+    <!-- Description of the button to decrease the DatePicker's year value. [CHAR LIMIT=NONE] -->
+    <string name="date_picker_decrement_year_button">Decrease year</string>
 
     <!-- CheckBox - accessibility support -->
     <!-- Description of the checked state of a CheckBox. [CHAR LIMIT=NONE] -->