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

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

Issue 1415953006: Fix accessibility issues in AudioPlayer and VideoPlayer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix query for repeat button. Created 5 years, 1 month 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/chromeos/extensions/file_manager/private_api_strings.cc » ('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 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 <message name="IDS_FILE_BROWSER_SPACE_AVAILABLE" desc="Menu item showing space left for storage."> 1016 <message name="IDS_FILE_BROWSER_SPACE_AVAILABLE" desc="Menu item showing space left for storage.">
1017 <ph name="SPACE_AVAILABLE">$1<ex>4.8 GB</ex></ph> left 1017 <ph name="SPACE_AVAILABLE">$1<ex>4.8 GB</ex></ph> left
1018 </message> 1018 </message>
1019 <message name="IDS_FILE_BROWSER_WAITING_FOR_SPACE_INFO" desc="Menu item, sayin g that FileBrowser is waiting for space information for storage. When actual dat a arrives, this item will be replaced with IDS_FILE_BROWSER_SPACE_AVAILABLE"> 1019 <message name="IDS_FILE_BROWSER_WAITING_FOR_SPACE_INFO" desc="Menu item, sayin g that FileBrowser is waiting for space information for storage. When actual dat a arrives, this item will be replaced with IDS_FILE_BROWSER_SPACE_AVAILABLE">
1020 Waiting for space info... 1020 Waiting for space info...
1021 </message> 1021 </message>
1022 <message name="IDS_FILE_BROWSER_FAILED_SPACE_INFO" desc="Menu item, saying tha t FileBrowser is failed to retrieve space information."> 1022 <message name="IDS_FILE_BROWSER_FAILED_SPACE_INFO" desc="Menu item, saying tha t FileBrowser is failed to retrieve space information.">
1023 Failed to retrieve space info 1023 Failed to retrieve space info
1024 </message> 1024 </message>
1025 1025
1026 <!-- Common for Audio player and Media player -->
1027 <message name="IDS_MEDIA_PLAYER_PLAY_BUTTON_LABEL" desc="Label for the Play bu tton of media players (audio player / video player).">
1028 Play
1029 </message>
1030 <message name="IDS_MEDIA_PLAYER_PAUSE_BUTTON_LABEL" desc="Label for the Pause button of media player (audio player / video player).">
1031 Pause
1032 </message>
1033 <message name="IDS_MEDIA_PLAYER_MUTE_BUTTON_LABEL" desc="Label for the Mute bu tton of media player (audio player / video player).">
1034 Mute
1035 </message>
1036 <message name="IDS_MEDIA_PLAYER_UNMUTE_BUTTON_LABEL" desc="Label for the Unmut e button of media player (audio player / video player).">
1037 Unmute
1038 </message>
1039 <message name="IDS_MEDIA_PLAYER_PREVIOUS_BUTTON_LABEL" desc="Label for the Pre vious button, which is used to select previous video in the video player, or sel ect previous track in the audio player.">
1040 Previous
1041 </message>
1042 <message name="IDS_MEDIA_PLAYER_NEXT_BUTTON_LABEL" desc="Label for the Next bu tton, which is used to select previous video in the video player, or select prev ious track in the audio player.">
1043 Next
1044 </message>
1045 <message name="IDS_MEDIA_PLAYER_SEEK_SLIDER_LABEL" desc="Label for the seek ba r of media player.">
1046 Seek slider
1047 </message>
1048 <message name="IDS_MEDIA_PLAYER_VOLUME_SLIDER_LABEL" desc="Label for the volum e slider of media player.">
1049 Volume slider
1050 </message>
1051
1052 <!-- Audio Player -->
1053 <message name="IDS_AUDIO_PLAYER_SHUFFLE_BUTTON_LABEL" desc="Label for the Shuf fle button of audio player.">
1054 Shuffle
1055 </message>
1056 <message name="IDS_AUDIO_PLAYER_REPEAT_BUTTON_LABEL" desc="Label for the Repea t button of audio player">
1057 Repeat
1058 </message>
1059 <message name="IDS_AUDIO_PLAYER_OPEN_VOLUME_SLIDER_BUTTON_LABEL" desc="Label f or a button which is used to open volume slider in audio player.">
1060 Open volume slider
1061 </message>
1062 <message name="IDS_AUDIO_PLAYER_OPEN_PLAY_LIST_BUTTON_LABEL" desc="Label for a button which is used to open play list in audio player.">
1063 Open play list
1064 </message>
1065
1026 <!-- Video Player --> 1066 <!-- Video Player -->
1027 <message name="IDS_VIDEO_PLAYER_PLAY_THIS_COMPUTER" desc="In the video player app, message of menu item which is shown at the top of the list of Chromecasts. This menuitem is to play the video on this computer (locally), intead of on TVs with Chromecast."> 1067 <message name="IDS_VIDEO_PLAYER_PLAY_THIS_COMPUTER" desc="In the video player app, message of menu item which is shown at the top of the list of Chromecasts. This menuitem is to play the video on this computer (locally), intead of on TVs with Chromecast.">
1028 This computer 1068 This computer
1029 </message> 1069 </message>
1030 <message name="IDS_VIDEO_PLAYER_PLAYING_ON" desc="In the video player app, mes sage is shown ahead of the name of the current chromecast which plays the video now. For example, if this message is 'Playing on' and the Chromecast name is 'Fo ocast', 'Playing on Foocast' is shown."> 1070 <message name="IDS_VIDEO_PLAYER_PLAYING_ON" desc="In the video player app, mes sage is shown ahead of the name of the current chromecast which plays the video now. For example, if this message is 'Playing on' and the Chromecast name is 'Fo ocast', 'Playing on Foocast' is shown.">
1031 Playing on 1071 Playing on
1032 </message> 1072 </message>
1033 <message name="IDS_VIDEO_PLAYER_PLAY_ON" desc="In the video player app, messag e is shown above the list of cast devices. The user will select one of them to p lay the current video on selected device."> 1073 <message name="IDS_VIDEO_PLAYER_PLAY_ON" desc="In the video player app, messag e is shown above the list of cast devices. The user will select one of them to p lay the current video on selected device.">
1034 Play on 1074 Play on
1035 </message> 1075 </message>
1036 <message name="IDS_VIDEO_PLAYER_VIDEO_FILE_UNSUPPORTED" desc="In the video pla yer app, message informing that the video could not be played."> 1076 <message name="IDS_VIDEO_PLAYER_VIDEO_FILE_UNSUPPORTED" desc="In the video pla yer app, message informing that the video could not be played.">
1037 This file could not be played. 1077 This file could not be played.
1038 </message> 1078 </message>
1039 <message name="IDS_VIDEO_PLAYER_VIDEO_FILE_UNSUPPORTED_FOR_CAST" desc="Error m essage which is shown when the video which an user tried to play is not supporte d by the current cast device."> 1079 <message name="IDS_VIDEO_PLAYER_VIDEO_FILE_UNSUPPORTED_FOR_CAST" desc="Error m essage which is shown when the video which an user tried to play is not supporte d by the current cast device.">
1040 Sorry, this video is not supported by your cast device. 1080 Sorry, this video is not supported by your cast device.
1041 </message> 1081 </message>
1042 <message name="IDS_VIDEO_PLAYER_PLAYBACK_ERROR" desc="In the video player app, message informing that an error occured while playing the movie."> 1082 <message name="IDS_VIDEO_PLAYER_PLAYBACK_ERROR" desc="In the video player app, message informing that an error occured while playing the movie.">
1043 An error occurred. Click to restart from the beginning. 1083 An error occurred. Click to restart from the beginning.
1044 </message> 1084 </message>
1045 <message name="IDS_VIDEO_PLAYER_LOOPED_MODE" desc="In the video player app, me ssage informing that the movie will be played in a loop."> 1085 <message name="IDS_VIDEO_PLAYER_LOOPED_MODE" desc="In the video player app, me ssage informing that the movie will be played in a loop.">
1046 This video will keep playing until the cows come home. 1086 This video will keep playing until the cows come home.
1047 </message> 1087 </message>
1088 <message name="IDS_VIDEO_PLAYER_FULL_SCREEN_BUTTON_LABEL" desc="Label for a bu tton which is used to enter full screen mode in video player.">
1089 Full screen
1090 </message>
1091 <message name="IDS_VIDEO_PLAYER_EXIT_FULL_SCREEN_BUTTON_LABEL" desc="Label for a button which is used to exit full screen mode in video player.">
1092 Exit full screen
1093 </message>
1048 1094
1049 <!-- Imageburn Strings --> 1095 <!-- Imageburn Strings -->
1050 <message name="IDS_CHECKING_FOR_UPDATES" desc="Notification for checking for u pdate"> 1096 <message name="IDS_CHECKING_FOR_UPDATES" desc="Notification for checking for u pdate">
1051 Checking for updates 1097 Checking for updates
1052 </message> 1098 </message>
1053 <message name="IDS_UPDATE_VERIFYING" desc="Message that the system is verifyin g an update"> 1099 <message name="IDS_UPDATE_VERIFYING" desc="Message that the system is verifyin g an update">
1054 Verifying... 1100 Verifying...
1055 </message> 1101 </message>
1056 <message name="IDS_UPDATE_FINALIZING" desc="Message that the system is finaliz ing an update"> 1102 <message name="IDS_UPDATE_FINALIZING" desc="Message that the system is finaliz ing an update">
1057 Finalizing... 1103 Finalizing...
(...skipping 5257 matching lines...) Expand 10 before | Expand all | Expand 10 after
6315 Installing 6361 Installing
6316 </message> 6362 </message>
6317 <message name="IDS_FLAGS_PRINTER_PROVIDER_SEARCH_APP_NAME" desc="Name of the f lag used to enable launching Chrome Web Store Gallery widget app for searching f or printer provider apps."> 6363 <message name="IDS_FLAGS_PRINTER_PROVIDER_SEARCH_APP_NAME" desc="Name of the f lag used to enable launching Chrome Web Store Gallery widget app for searching f or printer provider apps.">
6318 Chrome Web Store Gallery app for printer drivers 6364 Chrome Web Store Gallery app for printer drivers
6319 </message> 6365 </message>
6320 <message name="IDS_FLAGS_PRINTER_PROVIDER_SEARCH_APP_DESCRIPTION" desc="Descri ption of a flag in chrome://flags that enables launching Chrome Web Store Galler y widget app for searching for printer provider apps."> 6366 <message name="IDS_FLAGS_PRINTER_PROVIDER_SEARCH_APP_DESCRIPTION" desc="Descri ption of a flag in chrome://flags that enables launching Chrome Web Store Galler y widget app for searching for printer provider apps.">
6321 Enables Chrome Web Store Gallery app for printer drivers. The app searches C hrome Web Store for extensions that support printing to a USB printer with speci fic USB ID. 6367 Enables Chrome Web Store Gallery app for printer drivers. The app searches C hrome Web Store for extensions that support printing to a USB printer with speci fic USB ID.
6322 </message> 6368 </message>
6323 6369
6324 </grit-part> 6370 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698