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

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: Remove the useless offline_enabled_app_profile testing data. 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/app_mode/kiosk_app_external_loader.h » ('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 4860 matching lines...) Expand 10 before | Expand all | Expand 10 after
4871 </message> 4871 </message>
4872 <message name="IDS_KIOSK_APP_FAILED_TO_LAUNCH" desc="Generic error message use d when a kiosk app fails to launch."> 4872 <message name="IDS_KIOSK_APP_FAILED_TO_LAUNCH" desc="Generic error message use d when a kiosk app fails to launch.">
4873 Darn, the kiosk application could not be launched. 4873 Darn, the kiosk application could not be launched.
4874 </message> 4874 </message>
4875 <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."> 4875 <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.">
4876 Kryptonite! The cryptohome for the kiosk application could not be mounted. 4876 Kryptonite! The cryptohome for the kiosk application could not be mounted.
4877 </message> 4877 </message>
4878 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_INSTALL" desc="Error message used when a kiosk app fails to launch due to install failure."> 4878 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_INSTALL" desc="Error message used when a kiosk app fails to launch due to install failure.">
4879 Kiosk application could not be installed. 4879 Kiosk application could not be installed.
4880 </message> 4880 </message>
4881 <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.">
4882 Kiosk application could not be downloaded.
4883 </message>
4884 <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.">
4885 Kiosk application could not be launched.
4886 </message>
4881 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user."> 4887 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user.">
4882 Kiosk application launch canceled. 4888 Kiosk application launch canceled.
4883 </message> 4889 </message>
4884 4890
4885 <!-- About Chrome page --> 4891 <!-- About Chrome page -->
4886 <message name="IDS_UPGRADE_OFFLINE" desc="Status label: Currently offline"> 4892 <message name="IDS_UPGRADE_OFFLINE" desc="Status label: Currently offline">
4887 You are currently offline. 4893 You are currently offline.
4888 </message> 4894 </message>
4889 <message name="IDS_UPGRADE_DISALLOWED" desc="Status label: Upgrade disallowed for the current network"> 4895 <message name="IDS_UPGRADE_DISALLOWED" desc="Status label: Upgrade disallowed for the current network">
4890 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>cellular</e x></ph> network. 4896 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>cellular</e x></ph> network.
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
5557 </message> 5563 </message>
5558 5564
5559 <!-- 'OK Google' voice search activation display strings --> 5565 <!-- 'OK Google' voice search activation display strings -->
5560 <message name="IDS_FLAGS_OK_GOOGLE_NAME" desc="Name of about:flags option for Ok Google."> 5566 <message name="IDS_FLAGS_OK_GOOGLE_NAME" desc="Name of about:flags option for Ok Google.">
5561 Enable 'Ok Google' to activate voice search. 5567 Enable 'Ok Google' to activate voice search.
5562 </message> 5568 </message>
5563 <message name="IDS_FLAGS_OK_GOOGLE_DESCRIPTION" desc="Description of about:fla gs option Ok Google."> 5569 <message name="IDS_FLAGS_OK_GOOGLE_DESCRIPTION" desc="Description of about:fla gs option Ok Google.">
5564 If enabled, there will be an option in chrome:settings to enable saying 'Ok Google' to activate voice search. 5570 If enabled, there will be an option in chrome:settings to enable saying 'Ok Google' to activate voice search.
5565 </message> 5571 </message>
5566 </grit-part> 5572 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/app_mode/kiosk_app_external_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698