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

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

Issue 11473019: [cros,rlz] Remove RLZ checkbox from OOBE UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add back old strings Created 8 years 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
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider_chromeos.cc » ('j') | 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="pp_ifdef('chromeos')">. --> 3 Everything in this file is wrapped in <if expr="pp_ifdef('chromeos')">. -->
4 <grit-part> 4 <grit-part>
5 <!-- Idle Logout Dialog Strings --> 5 <!-- Idle Logout Dialog Strings -->
6 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog"> 6 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog">
7 Are you still there? 7 Are you still there?
8 </message> 8 </message>
9 <message name="IDS_IDLE_LOGOUT_WARNING_RESTART" desc="Restart label for the id le logout dialog"> 9 <message name="IDS_IDLE_LOGOUT_WARNING_RESTART" desc="Restart label for the id le logout dialog">
10 This computer will reset in <ph name="LOGOUT_TIME_LEFT">$1<ex>20</ex></ph> s econds. 10 This computer will reset in <ph name="LOGOUT_TIME_LEFT">$1<ex>20</ex></ph> s econds.
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after
1376 <message name="IDS_SIM_UNLOCK_SIM_DISABLED_MESSAGE" desc="Message shown when t here're not PUK tries left and SIM card is disabled."> 1376 <message name="IDS_SIM_UNLOCK_SIM_DISABLED_MESSAGE" desc="Message shown when t here're not PUK tries left and SIM card is disabled.">
1377 This SIM card is disabled and cannot be used. Please contact your service pr ovider for a replacement. 1377 This SIM card is disabled and cannot be used. Please contact your service pr ovider for a replacement.
1378 </message> 1378 </message>
1379 1379
1380 <message name="IDS_EULA_BACK_BUTTON" desc="Back button shown on EULA screen."> 1380 <message name="IDS_EULA_BACK_BUTTON" desc="Back button shown on EULA screen.">
1381 Back 1381 Back
1382 </message> 1382 </message>
1383 <message name="IDS_EULA_ACCEPT_AND_CONTINUE_BUTTON" desc="Accept button text b elow EULA terms of service"> 1383 <message name="IDS_EULA_ACCEPT_AND_CONTINUE_BUTTON" desc="Accept button text b elow EULA terms of service">
1384 Accept and continue 1384 Accept and continue
1385 </message> 1385 </message>
1386 <message name="IDS_EULA_SYSTEM_SECURITY_SETTING" desc="Link from the EULA wiza rd screen and title of the TPM info dialog">
1387 System security setting
1388 </message>
1386 <message name="IDS_EULA_SYSTEM_INSTALLATION_SETTINGS" desc="Link from the EULA wizard screen and title of the TPM and RLZ info dialog"> 1389 <message name="IDS_EULA_SYSTEM_INSTALLATION_SETTINGS" desc="Link from the EULA wizard screen and title of the TPM and RLZ info dialog">
1387 System installation settings 1390 System installation settings
1388 </message> 1391 </message>
1389 <message name="IDS_EULA_TPM_DESCRIPTION" desc="Dialog box text"> 1392 <message name="IDS_EULA_TPM_DESCRIPTION" desc="Dialog box text">
1390 Your computer contains a Trusted Platform Module (TPM) security device, whic h is used to implement many critical security features in Chrome OS. 1393 Your computer contains a Trusted Platform Module (TPM) security device, whic h is used to implement many critical security features in Chrome OS.
1391 </message> 1394 </message>
1392 <message name="IDS_EULA_TPM_KEY_DESCRIPTION" desc="Dialog box text"> 1395 <message name="IDS_EULA_TPM_KEY_DESCRIPTION" desc="Dialog box text">
1393 Below is the randomly generated TPM password that has been assigned to your computer: 1396 Below is the randomly generated TPM password that has been assigned to your computer:
1394 </message> 1397 </message>
1395 <message name="IDS_EULA_TPM_WAIT" desc="Dialog box text"> 1398 <message name="IDS_EULA_TPM_WAIT" desc="Dialog box text">
(...skipping 2119 matching lines...) Expand 10 before | Expand all | Expand 10 after
3515 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_INFO_FORMAT" desc="Template for text s hown in the public account user pod, informing the user that this is a public, m anaged account."> 3518 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_INFO_FORMAT" desc="Template for text s hown in the public account user pod, informing the user that this is a public, m anaged account.">
3516 This device is owned by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph> and will be used by others after you. 3519 This device is owned by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph> and will be used by others after you.
3517 </message> 3520 </message>
3518 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_SIGNOUT_REMINDER" desc="Text shown in the public account user pod, reminding the user to log out."> 3521 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_SIGNOUT_REMINDER" desc="Text shown in the public account user pod, reminding the user to log out.">
3519 Please remember to sign out when you're done. 3522 Please remember to sign out when you're done.
3520 </message> 3523 </message>
3521 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER" desc="Label text for the sign-i n button in the public account user pod."> 3524 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER" desc="Label text for the sign-i n button in the public account user pod.">
3522 Enter 3525 Enter
3523 </message> 3526 </message>
3524 </grit-part> 3527 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698