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

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

Issue 14990003: CrOS online EULA: support localization, change timeout (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed client-server mapping Created 7 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/about_ui.cc » ('j') | chrome/browser/ui/webui/about_ui.cc » ('J')
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="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 1457 matching lines...) Expand 10 before | Expand all | Expand 10 after
1468 <message name="IDS_SIM_UNLOCK_SIM_DISABLED_MESSAGE" desc="Message shown when t here're not PUK tries left and SIM card is disabled."> 1468 <message name="IDS_SIM_UNLOCK_SIM_DISABLED_MESSAGE" desc="Message shown when t here're not PUK tries left and SIM card is disabled.">
1469 This SIM card is disabled and cannot be used. Please contact your service pr ovider for a replacement. 1469 This SIM card is disabled and cannot be used. Please contact your service pr ovider for a replacement.
1470 </message> 1470 </message>
1471 1471
1472 <message name="IDS_EULA_BACK_BUTTON" desc="Back button shown on EULA screen."> 1472 <message name="IDS_EULA_BACK_BUTTON" desc="Back button shown on EULA screen.">
1473 Back 1473 Back
1474 </message> 1474 </message>
1475 <message name="IDS_EULA_ACCEPT_AND_CONTINUE_BUTTON" desc="Accept button text b elow EULA terms of service"> 1475 <message name="IDS_EULA_ACCEPT_AND_CONTINUE_BUTTON" desc="Accept button text b elow EULA terms of service">
1476 Accept and continue 1476 Accept and continue
1477 </message> 1477 </message>
1478 <message name="IDS_EULA_POLICY_URL" desc="Link to online ChromeOS Terms of Ser vice">
1479 https://www.google.com/intl/[GRITLANGCODE]/chromebook/tos_text.html
1480 </message>
1481 <message name="IDS_EULA_SYSTEM_SECURITY_SETTING" desc="Link from the EULA wiza rd screen and title of the TPM info dialog"> 1478 <message name="IDS_EULA_SYSTEM_SECURITY_SETTING" desc="Link from the EULA wiza rd screen and title of the TPM info dialog">
1482 System security setting 1479 System security setting
1483 </message> 1480 </message>
1484 <message name="IDS_EULA_SYSTEM_INSTALLATION_SETTINGS" desc="Link from the EULA wizard screen and title of the TPM and RLZ info dialog"> 1481 <message name="IDS_EULA_SYSTEM_INSTALLATION_SETTINGS" desc="Link from the EULA wizard screen and title of the TPM and RLZ info dialog">
1485 System installation settings 1482 System installation settings
1486 </message> 1483 </message>
1487 <message name="IDS_EULA_TPM_DESCRIPTION" desc="Dialog box text"> 1484 <message name="IDS_EULA_TPM_DESCRIPTION" desc="Dialog box text">
1488 Your computer contains a Trusted Platform Module (TPM) security device, whic h is used to implement many critical security features in Chrome OS. 1485 Your computer contains a Trusted Platform Module (TPM) security device, whic h is used to implement many critical security features in Chrome OS.
1489 </message> 1486 </message>
1490 <message name="IDS_EULA_TPM_KEY_DESCRIPTION" desc="Dialog box text"> 1487 <message name="IDS_EULA_TPM_KEY_DESCRIPTION" desc="Dialog box text">
(...skipping 2115 matching lines...) Expand 10 before | Expand all | Expand 10 after
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."> 3603 <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.">
3607 Kryptonite! The cryptohome for the kiosk application could not be mounted. 3604 Kryptonite! The cryptohome for the kiosk application could not be mounted.
3608 </message> 3605 </message>
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."> 3606 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_INSTALL" desc="Error message used when a kiosk app fails to launch due to install failure.">
3610 Kiosk application could not be installed. 3607 Kiosk application could not be installed.
3611 </message> 3608 </message>
3612 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user."> 3609 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user.">
3613 Kiosk application launch canceled. 3610 Kiosk application launch canceled.
3614 </message> 3611 </message>
3615 </grit-part> 3612 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/about_ui.cc » ('j') | chrome/browser/ui/webui/about_ui.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698