aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornchalko <nchalko@google.com>2018-02-20 11:16:23 -0800
committerNick Chalko <nchalko@google.com>2018-02-21 11:10:40 -0800
commit56e8ae514245229038b132258ec78f1e47b4c46e (patch)
tree8d803ced1ec5c785360a9afa34915a828681fd09
parent02d729a3eee77d041d06cdd5832610dc553e3312 (diff)
downloadTV-56e8ae514245229038b132258ec78f1e47b4c46e.tar.gz
FIX: Don't use the term DVR when possible
PiperOrigin-RevId: 186331756 Change-Id: If44cfb2db6804fee343769ef945090a5ad0a3e4a
-rw-r--r--res/values/strings.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 182171a8..255d9663 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -572,8 +572,8 @@
<!-- Toast message that a new recording schedule of the current program has been created
from the user action. -->
<string name="dvr_msg_current_program_scheduled">Recording <xliff:g id="programName" example="Big bang theory">%1$s</xliff:g> from now to <xliff:g id="endTime" example="12:30 PM">%2$s</xliff:g></string>
- <!-- Description of a card view to show DVR history. [CHAR LIMIT=25] -->
- <string name="dvr_history_card_view_title">DVR History</string>
+ <!-- Description of a card view to show Recording (DVR) history.[CHAR LIMIT=25]-->
+ <string name="dvr_history_card_view_title">Recording History</string>
<!-- Description of a card view to show full list of scheduled recordings. [CHAR LIMIT=25] -->
<string name="dvr_full_schedule_card_view_title">Full schedule</string>
<!-- Description of how many following days the schedule list will show. [CHAR LIMIT=25] -->
@@ -752,9 +752,9 @@
sufficient space.-->
<string name="dvr_error_insufficient_space_description_three_or_more_recordings">The recordings of <xliff:g id="programName_1" example="Friends">%1$s</xliff:g>, <xliff:g id="programName_2" example="Friends">%2$s</xliff:g> and <xliff:g id="programName_3" example="Friends">%3$s</xliff:g> didn\'t complete due to insufficient storage.</string>
<!-- Dialog title which will be shown when the current storage is too small for DVR. -->
- <string name="dvr_error_small_sized_storage_title">DVR needs more storage</string>
+ <string name="dvr_error_small_sized_storage_title">More stroage needed</string>
<!-- Dialog description which will be shown when the current storage is too small for DVR. -->
- <string name="dvr_error_small_sized_storage_description">You will be able to record programs with DVR. However there is not enough storage on your device now for DVR to work. Please connect an external drive that is <xliff:g id="storage_size" example="10GB">%1$d</xliff:g>GB or larger and follow the steps to format it as device storage.</string>
+ <string name="dvr_error_small_sized_storage_description">You will be able to record programs. However there is not enough storage on your device to start recording. Please connect an external drive that is <xliff:g id="storage_size" example="10GB">%1$d</xliff:g>GB or larger and follow the steps to format it as device storage.</string>
<!-- Dialog title which will be shown when there is no free space on the current storage for DVR. -->
<string name="dvr_error_no_free_space_title">Not enough storage</string>
<!-- Dialog description which will be shown when there is no free space on the current storage for DVR. -->
@@ -762,7 +762,7 @@
<!-- Dialog title which will be shown when the current DVR storage is not accessible. -->
<string name="dvr_error_missing_storage_title">Missing storage</string>
<!-- Dialog description which will be shown when the current DVR storage is not accessible. -->
- <string name="dvr_error_missing_storage_description" translatable="false">Some of the storage used by DVR is missing. Please connect the external drive you used before to re-enable DVR. Alternately, you can forget the storage in the storage settings, if it\'s no longer available.</string>
+ <string name="dvr_error_missing_storage_description" translatable="false">Some of the storage used for recording is missing. Please connect the external drive you used before to re-enable recording. Alternately, you can forget the storage in the storage settings, if it\'s no longer available.</string>
<!-- The recording being requested to play is not existent in storage. It may be deleted. -->
<string name="dvr_toast_recording_deleted" translatable="false">The recording seems to be deleted.</string>