Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <!-- This file contains definitions of strings that are specific to | 2 <!-- This file contains definitions of strings that are specific to |
| 3 Google Chrome. These strings will be translated for each locale that Google | 3 Google Chrome. These strings will be translated for each locale that Google |
| 4 Chrome supports. --> | 4 Chrome supports. --> |
| 5 | 5 |
| 6 <grit base_dir="." latest_public_release="0" current_release="1" | 6 <grit base_dir="." latest_public_release="0" current_release="1" |
| 7 source_lang_id="en" enc_check="möl"> | 7 source_lang_id="en" enc_check="möl"> |
| 8 <outputs> | 8 <outputs> |
| 9 <output filename="grit/google_chrome_strings.h" type="rc_header"> | 9 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
| 10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
| (...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 762 Use this Google Account to sync all your Chrome stuff? | 762 Use this Google Account to sync all your Chrome stuff? |
| 763 </message> | 763 </message> |
| 764 <message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_MESSAGE" desc="The body of th e sync promo NTP bubble."> | 764 <message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_MESSAGE" desc="The body of th e sync promo NTP bubble."> |
| 765 You're now signed in to Chrome! Your bookmarks, history, and other set tings will be synced to your Google Account. | 765 You're now signed in to Chrome! Your bookmarks, history, and other set tings will be synced to your Google Account. |
| 766 </message> | 766 </message> |
| 767 <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_HEADING" desc="The heading of the reverse auto-login dialog."> | 767 <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_HEADING" desc="The heading of the reverse auto-login dialog."> |
| 768 Sign in to Chrome | 768 Sign in to Chrome |
| 769 </message> | 769 </message> |
| 770 </if> | 770 </if> |
| 771 | 771 |
| 772 <message name="IDS_ENTERPRISE_SIGNIN_PROFILE_LINK_DIALOG_TITLE" desc="The title of the dialog to confirm linking the browser profile with the signed-in en terprise account"> | |
| 773 Link your Chrome profile | |
|
Andrew T Wilson (Slow)
2013/02/04 13:53:12
So we use placeholders on the previous page for "C
dconnelly
2013/02/04 14:00:17
I tried to copy the one-click signin notification
| |
| 774 </message> | |
| 775 | |
| 772 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry."> | 776 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry."> |
| 773 Chrome Autofill settings | 777 Chrome Autofill settings |
| 774 </message> | 778 </message> |
| 775 <message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_CHECKBOX" desc="Checkbox t hat controls whether info the user types into the autofill dialog is saved by ch rome."> | 779 <message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_CHECKBOX" desc="Checkbox t hat controls whether info the user types into the autofill dialog is saved by ch rome."> |
| 776 Save details in Chrome | 780 Save details in Chrome |
| 777 </message> | 781 </message> |
| 778 | 782 |
| 779 <!-- Web Intents --> | 783 <!-- Web Intents --> |
| 780 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt on in the web intent picker that installs an extension then uses the extension a s an intent service."> | 784 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt on in the web intent picker that installs an extension then uses the extension a s an intent service."> |
| 781 Add to Chrome | 785 Add to Chrome |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 871 <!-- App list --> | 875 <!-- App list --> |
| 872 <message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chrome App L ist to appear in the taskbar and in any shortcuts to it."> | 876 <message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chrome App L ist to appear in the taskbar and in any shortcuts to it."> |
| 873 Chrome App Launcher | 877 Chrome App Launcher |
| 874 </message> | 878 </message> |
| 875 <message name="IDS_APP_LIST_OPT_IN_TEXT" desc="Text to appear in the promp t to use the Chrome app list."> | 879 <message name="IDS_APP_LIST_OPT_IN_TEXT" desc="Text to appear in the promp t to use the Chrome app list."> |
| 876 Use the Chrome App Launcher to launch your apps. | 880 Use the Chrome App Launcher to launch your apps. |
| 877 </message> | 881 </message> |
| 878 </messages> | 882 </messages> |
| 879 </release> | 883 </release> |
| 880 </grit> | 884 </grit> |
| OLD | NEW |