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

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

Issue 300843013: Install and launch kiosk app from cached crx file at start up. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 6 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 | Annotate | Revision Log
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 4791 matching lines...) Expand 10 before | Expand all | Expand 10 after
4802 </message> 4802 </message>
4803 <message name="IDS_KIOSK_APP_FAILED_TO_LAUNCH" desc="Generic error message use d when a kiosk app fails to launch."> 4803 <message name="IDS_KIOSK_APP_FAILED_TO_LAUNCH" desc="Generic error message use d when a kiosk app fails to launch.">
4804 Darn, the kiosk application could not be launched. 4804 Darn, the kiosk application could not be launched.
4805 </message> 4805 </message>
4806 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_MOUNT" desc="Error message used w hen a kiosk app fails to launch due to cryptohome error."> 4806 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_MOUNT" desc="Error message used w hen a kiosk app fails to launch due to cryptohome error.">
4807 Kryptonite! The cryptohome for the kiosk application could not be mounted. 4807 Kryptonite! The cryptohome for the kiosk application could not be mounted.
4808 </message> 4808 </message>
4809 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_INSTALL" desc="Error message used when a kiosk app fails to launch due to install failure."> 4809 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_INSTALL" desc="Error message used when a kiosk app fails to launch due to install failure.">
4810 Kiosk application could not be installed. 4810 Kiosk application could not be installed.
4811 </message> 4811 </message>
4812 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_DOWNLOAD" desc="Error message use d when a kiosk app fails to launch due to crx file download failure.">
4813 Kiosk application could not be downloaded.
4814 </message>
4815 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_LAUNCH" desc="Error message used when a kiosk app fails to launch due to app launching failure.">
4816 Kiosk application could not be launched.
4817 </message>
4812 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user."> 4818 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user.">
4813 Kiosk application launch canceled. 4819 Kiosk application launch canceled.
4814 </message> 4820 </message>
4815 4821
4816 <!-- About Chrome page --> 4822 <!-- About Chrome page -->
4817 <message name="IDS_UPGRADE_OFFLINE" desc="Status label: Currently offline"> 4823 <message name="IDS_UPGRADE_OFFLINE" desc="Status label: Currently offline">
4818 You are currently offline. 4824 You are currently offline.
4819 </message> 4825 </message>
4820 <message name="IDS_UPGRADE_DISALLOWED" desc="Status label: Upgrade disallowed for the current network"> 4826 <message name="IDS_UPGRADE_DISALLOWED" desc="Status label: Upgrade disallowed for the current network">
4821 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>cellular</e x></ph> network. 4827 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>cellular</e x></ph> network.
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
5444 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5450 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5445 Done 5451 Done
5446 </message> 5452 </message>
5447 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5453 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5448 System date 5454 System date
5449 </message> 5455 </message>
5450 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5456 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5451 System time 5457 System time
5452 </message> 5458 </message>
5453 </grit-part> 5459 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698