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

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

Issue 672303003: Change some kiosk offline update strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | 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 5094 matching lines...) Expand 10 before | Expand all | Expand 10 after
5105 <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."> 5105 <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.">
5106 Kiosk application could not be downloaded. 5106 Kiosk application could not be downloaded.
5107 </message> 5107 </message>
5108 <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."> 5108 <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.">
5109 Kiosk application could not be launched. 5109 Kiosk application could not be launched.
5110 </message> 5110 </message>
5111 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user."> 5111 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user.">
5112 Kiosk application launch canceled. 5112 Kiosk application launch canceled.
5113 </message> 5113 </message>
5114 <message name="IDS_KIOSK_EXTERNAL_UPDATE_IN_PROGRESS" desc="Message shown on s creen when the system is updating kiosk apps from usb stick."> 5114 <message name="IDS_KIOSK_EXTERNAL_UPDATE_IN_PROGRESS" desc="Message shown on s creen when the system is updating kiosk apps from usb stick.">
5115 Kiosk applications are being updated from usb stick, please wait. Do not rem ove the usb stick. 5115 Please wait....Kiosk app is in the process of being updated. Do not remove t he USB stick.
5116 </message> 5116 </message>
5117 <message name="IDS_KIOSK_EXTERNAL_UPDATE_NO_UPDATES" desc="Error message for n o external extensions to update."> 5117 <message name="IDS_KIOSK_EXTERNAL_UPDATE_NO_UPDATES" desc="Error message for n o external extensions to update.">
5118 No kiosk apps with newer version are found on the usb stick, nothing to upda te. Please remove the usb stick. 5118 No Kiosk apps with newer version found. Nothing to update. Please remove the USB stick.
5119 </message> 5119 </message>
5120 <message name="IDS_KIOSK_EXTERNAL_UPDATE_INVALID_MANIFEST" desc="Error message for invalid external update manifest file from usb stick."> 5120 <message name="IDS_KIOSK_EXTERNAL_UPDATE_INVALID_MANIFEST" desc="Error message for invalid external update manifest file from usb stick.">
5121 Found invalid kiosk external update manifest file on the usb stick, failed t o update kiosk apps. Please remove the usb stick. 5121 Invalid Kiosk external update manifest file found. Failed to update Kiosk ap p. Please remove the USB stick.
5122 </message> 5122 </message>
5123 <message name="IDS_KIOSK_EXTERNAL_UPDATE_COMPLETE" desc="Message shown on scre en when the system completes updating kiosk apps from usb stick."> 5123 <message name="IDS_KIOSK_EXTERNAL_UPDATE_COMPLETE" desc="Message shown on scre en when the system completes updating kiosk apps from usb stick.">
5124 Kiosk app updating from usb stick is completed. Please remove the usb stick from the device. 5124 Kiosk app has been updated. Please remove the USB stick.
5125 </message> 5125 </message>
5126 <message name="IDS_KIOSK_EXTERNAL_UPDATE_SUCCESSFUL_UPDATED_APPS" desc="Messag e shown for successfully updated kiosk apps."> 5126 <message name="IDS_KIOSK_EXTERNAL_UPDATE_SUCCESSFUL_UPDATED_APPS" desc="Messag e shown for successfully updated kiosk apps.">
5127 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>. 5127 The following kiosk apps "<ph name="updated_apps">$1<ex>PrintApp</ex></ph>" have been updated. Please reboot the device to complete the update process.
5128 </message> 5128 </message>
5129 <message name="IDS_KIOSK_EXTERNAL_UPDATE_FAILED_UPDATED_APPS" desc="Message sh own for failed updated kiosk apps."> 5129 <message name="IDS_KIOSK_EXTERNAL_UPDATE_FAILED_UPDATED_APPS" desc="Message sh own for failed updated kiosk apps.">
5130 The following kiosk apps have been failed for updating: 5130 The following kiosk apps have been failed for updating:
5131 </message> 5131 </message>
5132 <message name="IDS_KIOSK_EXTERNAL_UPDATE_BAD_CRX" desc="Error message for crx file unpacking failure."> 5132 <message name="IDS_KIOSK_EXTERNAL_UPDATE_BAD_CRX" desc="Error message for crx file unpacking failure.">
5133 Bad crx file, unpacking failed. 5133 Bad crx file, unpacking failed.
5134 </message> 5134 </message>
5135 <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."> 5135 <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.">
5136 External extension is at the same or lower version comparing to the existing one. 5136 External extension is at the same or lower version comparing to the existing one.
5137 </message> 5137 </message>
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
5951 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5951 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5952 Done 5952 Done
5953 </message> 5953 </message>
5954 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5954 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5955 System date 5955 System date
5956 </message> 5956 </message>
5957 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5957 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5958 System time 5958 System time
5959 </message> 5959 </message>
5960 </grit-part> 5960 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698