| Index: content/public/android/java/res/values/strings.xml
|
| diff --git a/content/public/android/java/res/values/strings.xml b/content/public/android/java/res/values/strings.xml
|
| index 53c47d1e8a0edc5ff04d5c011ad063143113395d..caf26b7bf754fb2ce348496ef32090b9436d1977 100644
|
| --- a/content/public/android/java/res/values/strings.xml
|
| +++ b/content/public/android/java/res/values/strings.xml
|
| @@ -5,5 +5,46 @@
|
| found in the LICENSE file.
|
| -->
|
|
|
| -<resources>
|
| +<resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
| + <!-- Contextual action bar item for sharing a block of text via email, or
|
| + other method. [CHAR-LIMIT=24] -->
|
| + <string name="actionbar_share">Share</string>
|
| + <!-- Contextual action bar item for using the selected text in a internet
|
| + search. [CHAR-LIMIT=24] -->
|
| + <string name="actionbar_web_search">Web search</string>
|
| +
|
| + <!-- Content description for the content view that holds the web contents [CHAR-LIMIT=32] -->
|
| + <string name="accessibility_content_view">Web View</string>
|
| +
|
| + <!-- Date/time picker dialog strings -->
|
| + <!-- Label for 'set' button in date picker dialog, used to replace the contents of a field with the chosen date [CHAR-LIMIT=12] -->
|
| + <string name="date_picker_dialog_set">Set</string>
|
| + <!-- Label for 'clear' button in date picker dialog, used to replace the contents of a field with the empty string [CHAR-LIMIT=12] -->
|
| + <string name="date_picker_dialog_clear">Clear</string>
|
| + <!-- Title for the date/time picker dialog, which can be used to choose a date and time. [CHAR-LIMIT=32] -->
|
| + <string name="date_time_picker_dialog_title">Set date and time</string>
|
| + <!-- Title for the month picker dialog, which can be used to choose a month. [CHAR-LIMIT=32] -->
|
| + <string name="month_picker_dialog_title">Set month</string>
|
| + <!-- Content description for the date time picker date component. [CHAR-LIMIT=32] -->
|
| + <string name="accessibility_datetime_picker_date">Date</string>
|
| + <!-- Content description for the date time picker time component. [CHAR-LIMIT=32] -->
|
| + <string name="accessibility_datetime_picker_time">Time</string>
|
| + <!-- Content description for the date time picker month component. [CHAR-LIMIT=32] -->
|
| + <string name="accessibility_date_picker_month">Month</string>
|
| + <!-- Content description for the date time picker year component. [CHAR-LIMIT=32] -->
|
| + <string name="accessibility_date_picker_year">Year</string>
|
| +
|
| + <!-- Media player -->
|
| + <!-- NO DESCRIPTION [CHAR-LIMIT=32] -->
|
| + <string name="media_player_error_title">Cannot play video</string>
|
| + <!-- NO DESCRIPTION [CHAR-LIMIT=100] -->
|
| + <string name="media_player_error_text_invalid_progressive_playback">
|
| + Sorry, this video is not valid for streaming to this device.</string>
|
| + <!-- NO DESCRIPTION [CHAR-LIMIT=100] -->
|
| + <string name="media_player_error_text_unknown">
|
| + Sorry, this video cannot be played.</string>
|
| + <!-- NO DESCRIPTION [CHAR-LIMIT=16] -->
|
| + <string name="media_player_error_button">OK</string>
|
| + <!-- NO DESCRIPTION [CHAR-LIMIT=16] -->
|
| + <string name="media_player_loading_video">Loading video</string>
|
| </resources>
|
|
|