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

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: Fix ExternalProviderImplChromeOSTest.AppMode test case. Created 6 years, 5 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 4866 matching lines...) Expand 10 before | Expand all | Expand 10 after
4877 </message> 4877 </message>
4878 <message name="IDS_KIOSK_APP_FAILED_TO_LAUNCH" desc="Generic error message use d when a kiosk app fails to launch."> 4878 <message name="IDS_KIOSK_APP_FAILED_TO_LAUNCH" desc="Generic error message use d when a kiosk app fails to launch.">
4879 Darn, the kiosk application could not be launched. 4879 Darn, the kiosk application could not be launched.
4880 </message> 4880 </message>
4881 <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."> 4881 <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.">
4882 Kryptonite! The cryptohome for the kiosk application could not be mounted. 4882 Kryptonite! The cryptohome for the kiosk application could not be mounted.
4883 </message> 4883 </message>
4884 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_INSTALL" desc="Error message used when a kiosk app fails to launch due to install failure."> 4884 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_INSTALL" desc="Error message used when a kiosk app fails to launch due to install failure.">
4885 Kiosk application could not be installed. 4885 Kiosk application could not be installed.
4886 </message> 4886 </message>
4887 <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.">
4888 Kiosk application could not be downloaded.
4889 </message>
4890 <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.">
4891 Kiosk application could not be launched.
4892 </message>
4887 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user."> 4893 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user.">
4888 Kiosk application launch canceled. 4894 Kiosk application launch canceled.
4889 </message> 4895 </message>
4890 4896
4891 <!-- About Chrome page --> 4897 <!-- About Chrome page -->
4892 <message name="IDS_UPGRADE_OFFLINE" desc="Status label: Currently offline"> 4898 <message name="IDS_UPGRADE_OFFLINE" desc="Status label: Currently offline">
4893 You are currently offline. 4899 You are currently offline.
4894 </message> 4900 </message>
4895 <message name="IDS_UPGRADE_DISALLOWED" desc="Status label: Upgrade disallowed for the current network"> 4901 <message name="IDS_UPGRADE_DISALLOWED" desc="Status label: Upgrade disallowed for the current network">
4896 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>cellular</e x></ph> network. 4902 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>cellular</e x></ph> network.
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
5560 </message> 5566 </message>
5561 5567
5562 <!-- 'OK Google' voice search activation display strings --> 5568 <!-- 'OK Google' voice search activation display strings -->
5563 <message name="IDS_FLAGS_OK_GOOGLE_NAME" desc="Name of about:flags option for Ok Google."> 5569 <message name="IDS_FLAGS_OK_GOOGLE_NAME" desc="Name of about:flags option for Ok Google.">
5564 Enable 'Ok Google' to activate voice search. 5570 Enable 'Ok Google' to activate voice search.
5565 </message> 5571 </message>
5566 <message name="IDS_FLAGS_OK_GOOGLE_DESCRIPTION" desc="Description of about:fla gs option Ok Google."> 5572 <message name="IDS_FLAGS_OK_GOOGLE_DESCRIPTION" desc="Description of about:fla gs option Ok Google.">
5567 If enabled, there will be an option in chrome:settings to enable saying 'Ok Google' to activate voice search. 5573 If enabled, there will be an option in chrome:settings to enable saying 'Ok Google' to activate voice search.
5568 </message> 5574 </message>
5569 </grit-part> 5575 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698