Merge "Update strings used in SAW unsupported screen" into qt-dev
am: ece299f902
Change-Id: Ib225bf12b6bbfdbe1c23d76a776df548082d0491
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/empty_header"
|
android:id="@+id/empty_header"
|
||||||
|
android:gravity="center"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/disabled_feature"
|
android:text="@string/disabled_feature"
|
||||||
@@ -36,6 +37,7 @@
|
|||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/empty_body"
|
android:id="@+id/empty_body"
|
||||||
|
android:gravity="center"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/disabled_feature_reason_slow_down_phone"
|
android:text="@string/disabled_feature_reason_slow_down_phone"
|
||||||
|
@@ -10510,9 +10510,9 @@
|
|||||||
<!-- Note displayed when certain features are not available on low ram devices. [CHAR LIMIT=NONE] -->
|
<!-- Note displayed when certain features are not available on low ram devices. [CHAR LIMIT=NONE] -->
|
||||||
<string name="disabled_low_ram_device">This feature is not available on this device</string>
|
<string name="disabled_low_ram_device">This feature is not available on this device</string>
|
||||||
<!-- Note displayed when certain features are not available. [CHAR LIMIT=NONE] -->
|
<!-- Note displayed when certain features are not available. [CHAR LIMIT=NONE] -->
|
||||||
<string name="disabled_feature">This feature is not available</string>
|
<string name="disabled_feature">Feature not available</string>
|
||||||
<!-- Note displayed to explain that a feature is not available because it will slow down the phone. [CHAR LIMIT=NONE] -->
|
<!-- Note displayed to explain that a feature is not available because it will slow down the phone. [CHAR LIMIT=NONE] -->
|
||||||
<string name="disabled_feature_reason_slow_down_phone">It will slow down this phone</string>
|
<string name="disabled_feature_reason_slow_down_phone">This feature has been turned off because it slows down your phone</string>
|
||||||
|
|
||||||
<!-- UI debug setting: preference title - enforce full raw GNSS satellite measurements [CHAR LIMIT=60] -->
|
<!-- UI debug setting: preference title - enforce full raw GNSS satellite measurements [CHAR LIMIT=60] -->
|
||||||
<string name="enable_gnss_raw_meas_full_tracking">Force full GNSS measurements</string>
|
<string name="enable_gnss_raw_meas_full_tracking">Force full GNSS measurements</string>
|
||||||
|
Reference in New Issue
Block a user