OLD | NEW |
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="pp_ifdef('chromeos')">. --> | 3 Everything in this file is wrapped in <if expr="pp_ifdef('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 <!-- Idle logout dialog for retail mode --> | 7 <!-- Idle logout dialog for retail mode --> |
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d
ialog. Used in retail mode only."> | 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d
ialog. Used in retail mode only."> |
9 Are you still there? | 9 Are you still there? |
10 </message> | 10 </message> |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 <!-- Chrome OS Strings --> | 133 <!-- Chrome OS Strings --> |
134 <message name="IDS_ECHO_CONSENT_DIALOG_TEXT" desc="Dialog text shown when user
is asked to give consent to proceed with redeeming ECHO offer."> | 134 <message name="IDS_ECHO_CONSENT_DIALOG_TEXT" desc="Dialog text shown when user
is asked to give consent to proceed with redeeming ECHO offer."> |
135 <ph name="SERVICE_NAME">$1<ex>Google Drive</ex></ph> wants to verify that yo
u are using an eligible Chrome OS device. <ph name="MORE_INFO_LINK">$2<ex>More i
nfo</ex></ph> | 135 <ph name="SERVICE_NAME">$1<ex>Google Drive</ex></ph> wants to verify that yo
u are using an eligible Chrome OS device. <ph name="MORE_INFO_LINK">$2<ex>More i
nfo</ex></ph> |
136 </message> | 136 </message> |
137 <message name="IDS_ECHO_DISABLED_CONSENT_DIALOG_TEXT" desc="Dialog text shown
when user is informed that redeeming offers is disabled for the device."> | 137 <message name="IDS_ECHO_DISABLED_CONSENT_DIALOG_TEXT" desc="Dialog text shown
when user is informed that redeeming offers is disabled for the device."> |
138 Your IT administrator has disabled Chrome Goodies for your device. <ph name=
"MORE_INFO_LINK">$1<ex>More info</ex></ph> | 138 Your IT administrator has disabled Chrome Goodies for your device. <ph name=
"MORE_INFO_LINK">$1<ex>More info</ex></ph> |
139 </message> | 139 </message> |
140 <message name="IDS_ECHO_CONSENT_DISMISS_BUTTON" desc="Dismiss dialog button la
bel for disabled echo dialog."> | 140 <message name="IDS_ECHO_CONSENT_DISMISS_BUTTON" desc="Dismiss dialog button la
bel for disabled echo dialog."> |
141 Dismiss | 141 Dismiss |
142 </message> | 142 </message> |
| 143 <message name="IDS_FLAGS_DISABLE_QUICKOFFICE_COMPONENT_APP_NAME" desc="Name fo
r the flag to disable Chrome Office Viewer component extension."> |
| 144 Disable Chrome Office Viewer component extension |
| 145 </message> |
| 146 <message name="IDS_FLAGS_DISABLE_QUICKOFFICE_COMPONENT_APP_DESCRIPTION" desc="
Description for the flag to disable Chrome Office Viewer component extension."> |
| 147 Disable Chrome Office Viewer component extension for testing purpose. |
| 148 </message> |
143 <message name="IDS_OFFERS_CONSENT_INFOBAR_LABEL_LEARN_MORE" desc="Text of the
Learn More link in the echo dialog."> | 149 <message name="IDS_OFFERS_CONSENT_INFOBAR_LABEL_LEARN_MORE" desc="Text of the
Learn More link in the echo dialog."> |
144 Learn More | 150 Learn More |
145 </message> | 151 </message> |
146 <message name="IDS_OFFERS_CONSENT_INFOBAR_ENABLE_BUTTON" desc="Enable button l
abel."> | 152 <message name="IDS_OFFERS_CONSENT_INFOBAR_ENABLE_BUTTON" desc="Enable button l
abel."> |
147 Allow | 153 Allow |
148 </message> | 154 </message> |
149 <message name="IDS_OFFERS_CONSENT_INFOBAR_DISABLE_BUTTON" desc="Disable button
label."> | 155 <message name="IDS_OFFERS_CONSENT_INFOBAR_DISABLE_BUTTON" desc="Disable button
label."> |
150 Deny | 156 Deny |
151 </message> | 157 </message> |
152 <message name="IDS_NETWORK_CONFIG_ERROR_INCORRECT_PASSWORD" desc="Error for ne
twork configuration: Incorrect password."> | 158 <message name="IDS_NETWORK_CONFIG_ERROR_INCORRECT_PASSWORD" desc="Error for ne
twork configuration: Incorrect password."> |
(...skipping 3447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3600 <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."> | 3606 <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."> |
3601 Kryptonite! The cryptohome for the kiosk application could not be mounted. | 3607 Kryptonite! The cryptohome for the kiosk application could not be mounted. |
3602 </message> | 3608 </message> |
3603 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_INSTALL" desc="Error message used
when a kiosk app fails to launch due to install failure."> | 3609 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_INSTALL" desc="Error message used
when a kiosk app fails to launch due to install failure."> |
3604 Kiosk application could not be installed. | 3610 Kiosk application could not be installed. |
3605 </message> | 3611 </message> |
3606 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when
a kiosk app launch is canceled by user."> | 3612 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when
a kiosk app launch is canceled by user."> |
3607 Kiosk application launch canceled. | 3613 Kiosk application launch canceled. |
3608 </message> | 3614 </message> |
3609 </grit-part> | 3615 </grit-part> |
OLD | NEW |