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

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

Issue 491403003: Update cached kiosk app crx from usb stick. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor optimization in test. 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/chromeos/app_mode/app_session_lifetime.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 5058 matching lines...) Expand 10 before | Expand all | Expand 10 after
5069 </message> 5069 </message>
5070 <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."> 5070 <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.">
5071 Kiosk application could not be downloaded. 5071 Kiosk application could not be downloaded.
5072 </message> 5072 </message>
5073 <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."> 5073 <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.">
5074 Kiosk application could not be launched. 5074 Kiosk application could not be launched.
5075 </message> 5075 </message>
5076 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user."> 5076 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user.">
5077 Kiosk application launch canceled. 5077 Kiosk application launch canceled.
5078 </message> 5078 </message>
5079 <message name="IDS_KIOSK_EXTERNAL_UPDATE_IN_PROGRESS" desc="Message shown on s creen when the system is updating kiosk apps from usb stick.">
5080 Kiosk applications are being updated from usb stick, please wait. Do not rem ove the usb stick.
5081 </message>
5082 <message name="IDS_KIOSK_EXTERNAL_UPDATE_NO_UPDATES" desc="Error message for n o external extensions to update.">
5083 No kiosk apps with newer version are found on the usb stick, nothing to upda te. Please remove the usb stick.
5084 </message>
5085 <message name="IDS_KIOSK_EXTERNAL_UPDATE_NO_MANIFEST" desc="Error message for external update manifest file not found.">
5086 Can't find kiosk external update manifest file on the usb stick, failed to u pdate kiosk apps. Please remove the usb stick.
5087 </message>
5088 <message name="IDS_KIOSK_EXTERNAL_UPDATE_INVALID_MANIFEST" desc="Error message for invalid external update manifest file from usb stick.">
5089 Found invalid kiosk external update manifest file on the usb stick, failed t o update kiosk apps. Please remove the usb stick.
5090 </message>
5091 <message name="IDS_KIOSK_EXTERNAL_UPDATE_COMPLETE" desc="Message shown on scre en when the system completes updating kiosk apps from usb stick.">
5092 Kiosk app updating from usb stick is completed. Please remove the usb stick from the device.
5093 </message>
5094 <message name="IDS_KIOSK_EXTERNAL_UPDATE_SUCCESSFUL_UPDATED_APPS" desc="Messag e shown for successfully updated kiosk apps.">
5095 The following kiosk apps have been updated, please reboot the device to comp lete the update process: <ph name="updated_apps">$1<ex>PrintApp</ex></ph>.
5096 </message>
5097 <message name="IDS_KIOSK_EXTERNAL_UPDATE_FAILED_UPDATED_APPS" desc="Message sh own for failed updated kiosk apps.">
5098 The following kiosk apps have been failed for updating:
5099 </message>
5100 <message name="IDS_KIOSK_EXTERNAL_UPDATE_BAD_CRX" desc="Error message for crx file unpacking failure.">
5101 Bad crx file, unpacking failed.
5102 </message>
5103 <message name="IDS_KIOSK_EXTERNAL_UPDATE_SAME_OR_LOWER_APP_VERSION" desc="Erro r message for external extension is the same or lower version comparing to the e xisting one.">
5104 External extension is at the same or lower version comparing to the existing one.
5105 </message>
5106 <message name="IDS_KIOSK_EXTERNAL_UPDATE_REQUIRE_HIGHER_BROWSER_VERSION" desc= "Error message for external extension requires higher version of chrome to be in stalled.">
5107 The external extension requires chrome version <ph name="MINIMUM_CHROME_VERS ION">$1<ex>1.0.0</ex></ph> or greater to be installed.
5108 </message>
5109 <message name="IDS_KIOSK_EXTERNAL_UPDATE_CANNOT_INSTALL_IN_LOCAL_CACHE" desc=" Error message for not being able to install kiosk external crx file in local cac he.">
5110 Can't install <ph name="EXTERNAL_CRX_FILE">$1<ex>/media/usb/app_v2.crx</ex>< /ph> in local cache.
5111 </message>
5112 <message name="IDS_KIOSK_EXTERNAL_UPDATE_FAILED_COPY_CRX_TO_TEMP" desc="Error message for not being able to copy external crx file to a temp file.">
5113 Can't copy external crx file to <ph name="TEMP_CRX_FILE">$1<ex>/tmp/kiosk_up date/app.crx</ex></ph>.
5114 </message>
5079 5115
5080 <!-- About Chrome page --> 5116 <!-- About Chrome page -->
5081 <message name="IDS_UPGRADE_BUTTON" desc="The button label to check for updates and apply (download and install) if found"> 5117 <message name="IDS_UPGRADE_BUTTON" desc="The button label to check for updates and apply (download and install) if found">
5082 Check for and apply updates 5118 Check for and apply updates
5083 </message> 5119 </message>
5084 <message name="IDS_UPGRADE_OFFLINE" desc="Status label: Currently offline"> 5120 <message name="IDS_UPGRADE_OFFLINE" desc="Status label: Currently offline">
5085 You are currently offline. 5121 You are currently offline.
5086 </message> 5122 </message>
5087 <message name="IDS_UPGRADE_DISALLOWED" desc="Status label: Upgrade disallowed for the current network"> 5123 <message name="IDS_UPGRADE_DISALLOWED" desc="Status label: Upgrade disallowed for the current network">
5088 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>cellular</e x></ph> network. 5124 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>cellular</e x></ph> network.
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
5771 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5807 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5772 Done 5808 Done
5773 </message> 5809 </message>
5774 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5810 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5775 System date 5811 System date
5776 </message> 5812 </message>
5777 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5813 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5778 System time 5814 System time
5779 </message> 5815 </message>
5780 </grit-part> 5816 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/app_mode/app_session_lifetime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698