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

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: Remove the refcounted implementation KioskExternalUpdater. 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_APP_VERSION" desc="Error message for external extension is the same version with existing one.">
5107 External extension is at the same version with existing one.
5108 </message>
5109 <message name="IDS_KIOSK_EXTERNAL_UPDATE_EXISTING_VERSION_NEWER" desc="Error m essage for external app version is older than the version of the existing one.">
5110 External extension is in a version (<ph name="EXTERNAL_VERSION">$1<ex>1.0.0< /ex></ph>) older than the version of the existing one (<ph name="EXISTING_VERSIO N">$2<ex>2.0.0</ex></ph>).
5111 </message>
5112 <message name="IDS_KIOSK_EXTERNAL_UPDATE_INVALID_MIN_BROWSER_VERSION" desc="Er ror message for invalid minimum browser version from external extension.">
5113 External extension has invalid minimum browser version data in manifest.
5114 </message>
5115 <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.">
5116 The external extension requires chrome version <ph name="MINIMUM_CHROME_VERS ION">$1<ex>1.0.0</ex></ph> or greater to be installed.
5117 </message>
5118 <message name="IDS_KIOSK_EXTERNAL_UPDATE_CANNOT_COPY_CRX" desc="Error message for not being able to copy kiosk external crx file to cache.">
5119 Can't copy <ph name="EXTERNAL_CRX_FILE">$1<ex>/media/usb/app_v2.crx</ex></ph > to <ph name="CACHE_CRX_FILE">$2<ex>/home/chronos/kiosk/crx/app_v2.crx</ex></ph >.
5120 </message>
5082 5121
5083 <!-- About Chrome page --> 5122 <!-- About Chrome page -->
5084 <message name="IDS_UPGRADE_BUTTON" desc="The button label to check for updates and apply (download and install) if found"> 5123 <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 5124 Check for and apply updates
5086 </message> 5125 </message>
5087 <message name="IDS_UPGRADE_OFFLINE" desc="Status label: Currently offline"> 5126 <message name="IDS_UPGRADE_OFFLINE" desc="Status label: Currently offline">
5088 You are currently offline. 5127 You are currently offline.
5089 </message> 5128 </message>
5090 <message name="IDS_UPGRADE_DISALLOWED" desc="Status label: Upgrade disallowed for the current network"> 5129 <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. 5130 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."> 5792 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5754 Done 5793 Done
5755 </message> 5794 </message>
5756 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5795 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5757 System date 5796 System date
5758 </message> 5797 </message>
5759 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5798 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5760 System time 5799 System time
5761 </message> 5800 </message>
5762 </grit-part> 5801 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698