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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1574273002: Unify and Improve the Sign-In and Sync Confirmation Screens on Clank. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 1563 matching lines...) Expand 10 before | Expand all | Expand 10 after
1574 Chrome failed during startup with an unexpected error. 1574 Chrome failed during startup with an unexpected error.
1575 </message> 1575 </message>
1576 1576
1577 <!-- First Run strings --> 1577 <!-- First Run strings -->
1578 <message name="IDS_FRE_SET_UP_CHROME" desc="Header text shown when the use r is first setting up Chrome"> 1578 <message name="IDS_FRE_SET_UP_CHROME" desc="Header text shown when the use r is first setting up Chrome">
1579 Set up Chrome 1579 Set up Chrome
1580 </message> 1580 </message>
1581 <message name="IDS_FRE_ACCOUNT_CHOICE_DESCRIPTION" desc="Text for account chooser page"> 1581 <message name="IDS_FRE_ACCOUNT_CHOICE_DESCRIPTION" desc="Text for account chooser page">
1582 Select an account to get your bookmarks, history, passwords, and other s ettings on all your devices. 1582 Select an account to get your bookmarks, history, passwords, and other s ettings on all your devices.
1583 </message> 1583 </message>
1584 <message name="IDS_FRE_ACCEPT" desc="Text for button to accept being signe d in">
1585 OK, got it
1586 </message>
1587 <message name="IDS_FRE_UNDO" desc="Text for button to undo being signed in ">
1588 Undo
newt (away) 2016/02/03 17:57:29 Could you move "Undo" up to the top of this file w
PEConn 2016/02/04 19:26:10 Done.
1589 </message>
1584 <message name="IDS_FRE_SKIP_TEXT" desc="Text for second page skip button"> 1590 <message name="IDS_FRE_SKIP_TEXT" desc="Text for second page skip button">
1585 No thanks 1591 No thanks
1586 </message> 1592 </message>
1587 <message name="IDS_CHOOSE_ACCOUNT_SIGN_IN" desc="Sign in button for choose google account dialog [CHAR-LIMIT=20]"> 1593 <message name="IDS_CHOOSE_ACCOUNT_SIGN_IN" desc="Sign in button for choose google account dialog [CHAR-LIMIT=20]">
1588 Sign in 1594 Sign in
1589 </message> 1595 </message>
1590 <message name="IDS_FRE_DONE" desc="Button to dismiss the sign-in screen on ce the user is done"> 1596 <message name="IDS_FRE_DONE" desc="Button to dismiss the sign-in screen on ce the user is done">
1591 Done 1597 Done
1592 </message> 1598 </message>
1593 <message name="IDS_FRE_SETTINGS" desc="Button that opens Chrome settings"> 1599 <message name="IDS_FRE_SETTINGS" desc="Button that opens Chrome settings">
(...skipping 11 matching lines...) Expand all
1605 <message name="IDS_SIGN_IN_TO_CHROME_SUMMARY_VARIANT" desc="A variant of s ummary for the signin promo; lists reasons to sign in to Chrome."> 1611 <message name="IDS_SIGN_IN_TO_CHROME_SUMMARY_VARIANT" desc="A variant of s ummary for the signin promo; lists reasons to sign in to Chrome.">
1606 Sign in to access all your web stuff from any device 1612 Sign in to access all your web stuff from any device
1607 </message> 1613 </message>
1608 <message name="IDS_FRE_NO_ACCOUNTS" desc="Text for spinner when there is n o google accounts [CHAR-LIMIT=40]"> 1614 <message name="IDS_FRE_NO_ACCOUNTS" desc="Text for spinner when there is n o google accounts [CHAR-LIMIT=40]">
1609 Add an account 1615 Add an account
1610 </message> 1616 </message>
1611 <message name="IDS_FRE_HI_NAME" desc="Title welcoming the user by their na me after they have signed in."> 1617 <message name="IDS_FRE_HI_NAME" desc="Title welcoming the user by their na me after they have signed in.">
1612 Hi, <ph name="FULL_NAME">%1$s<ex>John Smith</ex></ph> 1618 Hi, <ph name="FULL_NAME">%1$s<ex>John Smith</ex></ph>
1613 </message> 1619 </message>
1614 <message name="IDS_FRE_SIGNED_IN_DESCRIPTION" desc="Explanation of what ge ts synced after the user signed in"> 1620 <message name="IDS_FRE_SIGNED_IN_DESCRIPTION" desc="Explanation of what ge ts synced after the user signed in">
1615 Your bookmarks, history, passwords, and other settings will be synced to your Google Account. 1621 Your bookmarks, history, passwords, and other settings will be synced to your Google Account so you can use them on all your devices. You can choose wha t to sync in <ph name="BEGIN_LINK1">&lt;LINK1&gt;</ph>Settings<ph name="END_LINK 1">&lt;/LINK1&gt;</ph>.
1616 </message> 1622 </message>
1617 <message name="IDS_FRE_SIGNED_IN_DESCRIPTION_UCA_ADDENDUM" desc="Additiona l explanation for child accounts that synced settings are managed by parents."> 1623 <message name="IDS_FRE_SIGNED_IN_DESCRIPTION_UCA_ADDENDUM" desc="Additiona l explanation for child accounts that synced settings are managed by parents.">
1618 Your parents help manage these settings. 1624 Your parents help manage these settings.
1619 </message> 1625 </message>
1620 <message name="IDS_FRE_TOS_AND_PRIVACY" desc="Message explaining that use of Chrome is governed by Chrome's terms of service and privacy notice."> 1626 <message name="IDS_FRE_TOS_AND_PRIVACY" desc="Message explaining that use of Chrome is governed by Chrome's terms of service and privacy notice.">
1621 By using this application, you agree to Chrome’s <ph name="BEGIN_LINK1"> &lt;LINK1&gt;</ph>Terms of Service<ph name="END_LINK1">&lt;/LINK1&gt;</ph> and < ph name="BEGIN_LINK2">&lt;LINK2&gt;</ph>Privacy Notice<ph name="END_LINK2">&lt;/ LINK2&gt;</ph>. 1627 By using this application, you agree to Chrome’s <ph name="BEGIN_LINK1"> &lt;LINK1&gt;</ph>Terms of Service<ph name="END_LINK1">&lt;/LINK1&gt;</ph> and < ph name="BEGIN_LINK2">&lt;LINK2&gt;</ph>Privacy Notice<ph name="END_LINK2">&lt;/ LINK2&gt;</ph>.
1622 </message> 1628 </message>
1623 <message name="IDS_FRE_SEND_REPORT_CHECK" desc="Text for asking the user t o allow sending stats and crash reports"> 1629 <message name="IDS_FRE_SEND_REPORT_CHECK" desc="Text for asking the user t o allow sending stats and crash reports">
1624 Help make Chrome better by sending usage statistics and crash reports to Google. 1630 Help make Chrome better by sending usage statistics and crash reports to Google.
1625 </message> 1631 </message>
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
2380 </message> 2386 </message>
2381 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis played in place of a list of nearby URLs while still scanning for nearby URLs."> 2387 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis played in place of a list of nearby URLs while still scanning for nearby URLs.">
2382 Looking for nearby Physical Web pages 2388 Looking for nearby Physical Web pages
2383 </message> 2389 </message>
2384 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs"> 2390 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs">
2385 Refresh 2391 Refresh
2386 </message> 2392 </message>
2387 </messages> 2393 </messages>
2388 </release> 2394 </release>
2389 </grit> 2395 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698