summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml8
-rw-r--r--res/values/strings.xml9
2 files changed, 13 insertions, 4 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 57da3cb97..992db8e92 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -347,13 +347,13 @@
</array>
<array name="camera_id_icons" translatable="false">
- <item>@drawable/ic_menuselect_camera_facing_back</item>
- <item>@drawable/ic_menuselect_camera_facing_front</item>
+ <item>@drawable/ic_switch_back</item>
+ <item>@drawable/ic_switch_front</item>
</array>
<array name="camera_id_largeicons" translatable="false">
- <item>@drawable/ic_viewfinder_camera_facing_back</item>
- <item>@drawable/ic_viewfinder_camera_facing_front</item>
+ <item>@drawable/ic_switch_back</item>
+ <item>@drawable/ic_switch_front</item>
</array>
<string-array name="pref_video_effect_entries" translatable="false">
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7f8e083f5..8fa8f3471 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -921,6 +921,15 @@
<!-- button in review mode indicate the user want to retake another photo/video for attachment [
CHAR LIMIT = NONE] -->
<string name="accessibility_review_retake">Review retake</string>
+ <!-- The button to play the video. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_play_video">Play video</string>
+ <!-- The button to pause the video. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_pause_video">Pause video</string>
+ <!-- The button to reload the video. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_reload_video">Reload video</string>
+ <!-- The time bar of the media player. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_time_bar">Video player time bar</string>
+
<!-- TODO: remove the string as it is a work-around solution to bypass the default speak of the element type. -->
<string name="empty" translatable="false">" "</string>