Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(673)

Side by Side Diff: chrome/app/chromeos_strings.grdp

Issue 158953002: Spoken feedback sounds for user photo capture/discard at image picker added. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: PlaySystemSound... functions introduced according to latest changes. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 2097 matching lines...) Expand 10 before | Expand all | Expand 10 after
2108 </message> 2108 </message>
2109 <message name="IDS_OPTIONS_PHOTO_CAPTURE_ACCESSIBLE_TEXT" desc="The accessible message to speak to announce that a photo was captured."> 2109 <message name="IDS_OPTIONS_PHOTO_CAPTURE_ACCESSIBLE_TEXT" desc="The accessible message to speak to announce that a photo was captured.">
2110 Captured photo 2110 Captured photo
2111 </message> 2111 </message>
2112 <message name="IDS_OPTIONS_PHOTO_DISCARD_ACCESSIBLE_TEXT" desc="The accessible message to speak to announce that a photo was discarded."> 2112 <message name="IDS_OPTIONS_PHOTO_DISCARD_ACCESSIBLE_TEXT" desc="The accessible message to speak to announce that a photo was discarded.">
2113 Discarded photo 2113 Discarded photo
2114 </message> 2114 </message>
2115 <message name="IDS_OPTIONS_CHANGE_PICTURE_FLIP_PHOTO" desc="The text on the bu tton to flip the camera image horizontally."> 2115 <message name="IDS_OPTIONS_CHANGE_PICTURE_FLIP_PHOTO" desc="The text on the bu tton to flip the camera image horizontally.">
2116 Flip camera image horizontally 2116 Flip camera image horizontally
2117 </message> 2117 </message>
2118 <message name="IDS_OPTIONS_PHOTO_FLIP_ACCESSIBLE_TEXT" desc="The accessible me ssage to speak to announce horizontal flip of camera image.">
2119 Photo flipped
2120 </message>
2121 <message name="IDS_OPTIONS_PHOTO_FLIPBACK_ACCESSIBLE_TEXT" desc="The accessibl e message to speak to announce horizontal back-flip of camera image to not-flipp ed state.">
2122 Photo flipped back
2123 </message>
2118 <message name="IDS_OPTIONS_CHANGE_PICTURE_PREVIEW_ALT" desc="Alt text for the big preview of user image."> 2124 <message name="IDS_OPTIONS_CHANGE_PICTURE_PREVIEW_ALT" desc="Alt text for the big preview of user image.">
2119 User image preview 2125 User image preview
2120 </message> 2126 </message>
2121 <message name="IDS_OPTIONS_CHANGE_PICTURE_PROFILE_PHOTO" desc="The text on the Google profile photo of the user."> 2127 <message name="IDS_OPTIONS_CHANGE_PICTURE_PROFILE_PHOTO" desc="The text on the Google profile photo of the user.">
2122 Google Profile photo 2128 Google Profile photo
2123 </message> 2129 </message>
2124 <message name="IDS_OPTIONS_CHANGE_PICTURE_PROFILE_LOADING_PHOTO" desc="The tex t on the loading stub for Google profile image."> 2130 <message name="IDS_OPTIONS_CHANGE_PICTURE_PROFILE_LOADING_PHOTO" desc="The tex t on the loading stub for Google profile image.">
2125 Google Profile photo (loading) 2131 Google Profile photo (loading)
2126 </message> 2132 </message>
2127 <message name="IDS_IMAGE_SCREEN_PROFILE_PHOTO" desc="The title of the Google p rofile photo of the user on image selection screen. Please keep in sync with IDS _OPTIONS_CHANGE_PICTURE_PROFILE_PHOTO."> 2133 <message name="IDS_IMAGE_SCREEN_PROFILE_PHOTO" desc="The title of the Google p rofile photo of the user on image selection screen. Please keep in sync with IDS _OPTIONS_CHANGE_PICTURE_PROFILE_PHOTO.">
(...skipping 3148 matching lines...) Expand 10 before | Expand all | Expand 10 after
5276 Failed to set adapter power. 5282 Failed to set adapter power.
5277 </message> 5283 </message>
5278 <message name="IDS_NFC_DEBUG_ERROR_FAILED_TO_SET_POLLING" desc="Error message shown when polling state could not be set." translateable="false"> 5284 <message name="IDS_NFC_DEBUG_ERROR_FAILED_TO_SET_POLLING" desc="Error message shown when polling state could not be set." translateable="false">
5279 Failed to start/stop polling. 5285 Failed to start/stop polling.
5280 </message> 5286 </message>
5281 <message name="IDS_NFC_DEBUG_ERROR_FAILED_TO_SUBMIT_PREFIX" desc="Error messag e shown when an NDEF form could not be submitted." translateable="false"> 5287 <message name="IDS_NFC_DEBUG_ERROR_FAILED_TO_SUBMIT_PREFIX" desc="Error messag e shown when an NDEF form could not be submitted." translateable="false">
5282 Failed to submit NDEF: 5288 Failed to submit NDEF:
5283 </message> 5289 </message>
5284 5290
5285 </grit-part> 5291 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698