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

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

Issue 545233002: Video Player: Change error string when casting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/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 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> 7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook.">
8 Chromebook 8 Chromebook
9 </message> 9 </message>
10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> 10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox">
(...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 <!-- Video Player --> 941 <!-- Video Player -->
942 <message name="IDS_VIDEO_PLAYER_PLAY_THIS_COMPUTER" desc="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."> 942 <message name="IDS_VIDEO_PLAYER_PLAY_THIS_COMPUTER" desc="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.">
943 This computer 943 This computer
944 </message> 944 </message>
945 <message name="IDS_VIDEO_PLAYER_PLAYING_ON" desc="Message is shown ahead of th e name of the current chromecast which plays the video now. For example, if this message is 'Playing on' and the Chromecast name is 'Foocast', 'Playing on Fooca st' is shown."> 945 <message name="IDS_VIDEO_PLAYER_PLAYING_ON" desc="Message is shown ahead of th e name of the current chromecast which plays the video now. For example, if this message is 'Playing on' and the Chromecast name is 'Foocast', 'Playing on Fooca st' is shown.">
946 Playing on 946 Playing on
947 </message> 947 </message>
948 <message name="IDS_VIDEO_PLAYER_PLAY_ON" desc="Message is shown above the list of cast devices. The user will select one of them to play the current video on selected device."> 948 <message name="IDS_VIDEO_PLAYER_PLAY_ON" desc="Message is shown above the list of cast devices. The user will select one of them to play the current video on selected device.">
949 Play on 949 Play on
950 </message> 950 </message>
951 <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.">
952 Sorry, this video is not supported by your cast device.
953 </message>
951 954
952 <!-- Imageburn Strings --> 955 <!-- Imageburn Strings -->
953 <message name="IDS_CHECKING_FOR_UPDATES" desc="Notification for checking for u pdate"> 956 <message name="IDS_CHECKING_FOR_UPDATES" desc="Notification for checking for u pdate">
954 Checking for updates 957 Checking for updates
955 </message> 958 </message>
956 <message name="IDS_UPDATE_VERIFYING" desc="Message that the system is verifyin g an update"> 959 <message name="IDS_UPDATE_VERIFYING" desc="Message that the system is verifyin g an update">
957 Verifying... 960 Verifying...
958 </message> 961 </message>
959 <message name="IDS_UPDATE_FINALIZING" desc="Message that the system is finaliz ing an update"> 962 <message name="IDS_UPDATE_FINALIZING" desc="Message that the system is finaliz ing an update">
960 Finalizing... 963 Finalizing...
(...skipping 4852 matching lines...) Expand 10 before | Expand all | Expand 10 after
5813 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5816 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5814 Done 5817 Done
5815 </message> 5818 </message>
5816 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5819 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5817 System date 5820 System date
5818 </message> 5821 </message>
5819 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5822 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5820 System time 5823 System time
5821 </message> 5824 </message>
5822 </grit-part> 5825 </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