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

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: Install external crx using LocalExtensionCache::PutExtension, and address other code review comment… 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
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 5061 matching lines...) Expand 10 before | Expand all | Expand 10 after
5072 </message> 5072 </message>
5073 <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."> 5073 <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.">
5074 Kiosk application could not be downloaded. 5074 Kiosk application could not be downloaded.
5075 </message> 5075 </message>
5076 <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."> 5076 <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.">
5077 Kiosk application could not be launched. 5077 Kiosk application could not be launched.
5078 </message> 5078 </message>
5079 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user."> 5079 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user.">
5080 Kiosk application launch canceled. 5080 Kiosk application launch canceled.
5081 </message> 5081 </message>
5082 <message name="IDS_KIOSK_EXTERNAL_UPDATE_IN_PROGRESS" desc="Message shown on s creen when the system is updating kiosk apps from usb stick.">
5083 Kiosk applications are being updated from usb stick, please wait. Do not rem ove the usb stick.
5084 </message>
5085 <message name="IDS_KIOSK_EXTERNAL_UPDATE_NO_UPDATES" desc="Error message for n o external extensions to update.">
5086 No kiosk apps with newer version are found on the usb stick, nothing to upda te. Please remove the usb stick.
5087 </message>
5088 <message name="IDS_KIOSK_EXTERNAL_UPDATE_NO_MANIFEST" desc="Error message for external update manifest file not found.">
5089 Can't find kiosk external update manifest file on the usb stick, failed to u pdate kiosk apps. Please remove the usb stick.
5090 </message>
5091 <message name="IDS_KIOSK_EXTERNAL_UPDATE_INVALID_MANIFEST" desc="Error message for invalid external update manifest file from usb stick.">
5092 Found invalid kiosk external update manifest file on the usb stick, failed t o update kiosk apps. Please remove the usb stick.
5093 </message>
5094 <message name="IDS_KIOSK_EXTERNAL_UPDATE_COMPLETE" desc="Message shown on scre en when the system completes updating kiosk apps from usb stick.">
5095 Kiosk app updating from usb stick is completed. Please remove the usb stick from the device.
5096 </message>
5097 <message name="IDS_KIOSK_EXTERNAL_UPDATE_SUCCESSFUL_UPDATED_APPS" desc="Messag e shown for successfully updated kiosk apps.">
5098 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>.
5099 </message>
5100 <message name="IDS_KIOSK_EXTERNAL_UPDATE_FAILED_UPDATED_APPS" desc="Message sh own for failed updated kiosk apps.">
5101 The following kiosk apps have been failed for updating:
5102 </message>
5103 <message name="IDS_KIOSK_EXTERNAL_UPDATE_BAD_CRX" desc="Error message for crx file unpacking failure.">
5104 Bad crx file, unpacking failed.
5105 </message>
5106 <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.">
5107 External extension is at the same or lower version comparing to the existing one.
5108 </message>
5109 <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.">
5110 The external extension requires chrome version <ph name="MINIMUM_CHROME_VERS ION">$1<ex>1.0.0</ex></ph> or greater to be installed.
5111 </message>
5112 <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.">
5113 Can't install <ph name="EXTERNAL_CRX_FILE">$1<ex>/media/usb/app_v2.crx</ex>< /ph> in local cache.
5114 </message>
5115 <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.">
5116 Can't copy external crx file to <ph name="TEMP_CRX_FILE">$1<ex>/tmp/kiosk_up date/app.crx</ex></ph>.
5117 </message>
5082 5118
5083 <!-- About Chrome page --> 5119 <!-- About Chrome page -->
5084 <message name="IDS_UPGRADE_BUTTON" desc="The button label to check for updates and apply (download and install) if found"> 5120 <message name="IDS_UPGRADE_BUTTON" desc="The button label to check for updates and apply (download and install) if found">
5085 Check for and apply updates 5121 Check for and apply updates
5086 </message> 5122 </message>
5087 <message name="IDS_UPGRADE_OFFLINE" desc="Status label: Currently offline"> 5123 <message name="IDS_UPGRADE_OFFLINE" desc="Status label: Currently offline">
5088 You are currently offline. 5124 You are currently offline.
5089 </message> 5125 </message>
5090 <message name="IDS_UPGRADE_DISALLOWED" desc="Status label: Upgrade disallowed for the current network"> 5126 <message name="IDS_UPGRADE_DISALLOWED" desc="Status label: Upgrade disallowed for the current network">
5091 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>cellular</e x></ph> network. 5127 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>cellular</e x></ph> network.
(...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
5753 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5789 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5754 Done 5790 Done
5755 </message> 5791 </message>
5756 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5792 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5757 System date 5793 System date
5758 </message> 5794 </message>
5759 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5795 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5760 System time 5796 System time
5761 </message> 5797 </message>
5762 </grit-part> 5798 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698