| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Settings-specific Google Chrome strings (included from google_chrome_string
s.grd). --> | 2 <!-- Settings-specific Google Chrome strings (included from google_chrome_string
s.grd). --> |
| 3 <grit-part> | 3 <grit-part> |
| 4 <!-- About Page --> | 4 <!-- About Page --> |
| 5 <if expr="not chromeos"> | 5 <if expr="not chromeos"> |
| 6 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch
rome page."> | 6 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch
rome page."> |
| 7 About Chrome | 7 About Chrome |
| 8 </message> | 8 </message> |
| 9 <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button
which takes the user to the Chrome help page."> | 9 <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button
which takes the user to the Chrome help page."> |
| 10 Get help with Chrome | 10 Get help with Chrome |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 </message> | 60 </message> |
| 61 <message name="IDS_SETTINGS_SYNC_DATA_ENCRYPTED_TEXT" desc="Text alerting the
user that synced data is encrypted."> | 61 <message name="IDS_SETTINGS_SYNC_DATA_ENCRYPTED_TEXT" desc="Text alerting the
user that synced data is encrypted."> |
| 62 For added security, Google Chrome will encrypt your data. | 62 For added security, Google Chrome will encrypt your data. |
| 63 </message> | 63 </message> |
| 64 <message name="IDS_SETTINGS_SYNC_DISCONNECT_TITLE" desc="The title of the dial
og to stop syncing and sign out."> | 64 <message name="IDS_SETTINGS_SYNC_DISCONNECT_TITLE" desc="The title of the dial
og to stop syncing and sign out."> |
| 65 Sign out of Chrome | 65 Sign out of Chrome |
| 66 </message> | 66 </message> |
| 67 | 67 |
| 68 <!-- Languages Page --> | 68 <!-- Languages Page --> |
| 69 <if expr="chromeos"> | 69 <if expr="chromeos"> |
| 70 <message name="IDS_SETTINGS_LANGUAGES_CANNOT_BE_DISPLAYED_IN_THIS_LANGUAGE"
desc="The label for a language that cannot be used as the UI display language."> | |
| 71 Chrome OS cannot be displayed in this language. | |
| 72 </message> | |
| 73 <message name="IDS_SETTINGS_LANGUAGES_IS_DISPLAYED_IN_THIS_LANGUAGE" desc="T
he label for a language that is currently used as the UI display language."> | 70 <message name="IDS_SETTINGS_LANGUAGES_IS_DISPLAYED_IN_THIS_LANGUAGE" desc="T
he label for a language that is currently used as the UI display language."> |
| 74 Chrome OS is displayed in this language. | 71 Chrome OS is displayed in this language. |
| 75 </message> | 72 </message> |
| 76 <message name="IDS_SETTINGS_LANGUAGES_DISPLAY_IN_THIS_LANGUAGE" desc="The la
bel used for a button that changes the UI language."> | 73 <message name="IDS_SETTINGS_LANGUAGES_DISPLAY_IN_THIS_LANGUAGE" desc="The la
bel used for a button that changes the UI language."> |
| 77 Display Chrome OS in this language | 74 Display Chrome OS in this language |
| 78 </message> | 75 </message> |
| 79 </if> | 76 </if> |
| 80 <if expr="not chromeos"> | 77 <if expr="not chromeos"> |
| 81 <message name="IDS_SETTINGS_LANGUAGES_CANNOT_BE_DISPLAYED_IN_THIS_LANGUAGE"
desc="The label for a language that cannot be used as the UI display language."> | |
| 82 Google Chrome cannot be displayed in this language. | |
| 83 </message> | |
| 84 <message name="IDS_SETTINGS_LANGUAGES_IS_DISPLAYED_IN_THIS_LANGUAGE" desc="T
he label for a language that is currently used as the UI display language."> | 78 <message name="IDS_SETTINGS_LANGUAGES_IS_DISPLAYED_IN_THIS_LANGUAGE" desc="T
he label for a language that is currently used as the UI display language."> |
| 85 Google Chrome is displayed in this language. | 79 Google Chrome is displayed in this language. |
| 86 </message> | 80 </message> |
| 87 <message name="IDS_SETTINGS_LANGUAGES_DISPLAY_IN_THIS_LANGUAGE" desc="The la
bel used for a button that changes the UI language."> | 81 <message name="IDS_SETTINGS_LANGUAGES_DISPLAY_IN_THIS_LANGUAGE" desc="The la
bel used for a button that changes the UI language."> |
| 88 Display Google Chrome in this language | 82 Display Google Chrome in this language |
| 89 </message> | 83 </message> |
| 90 </if> | 84 </if> |
| 91 | 85 |
| 92 <!-- System Page --> | 86 <!-- System Page --> |
| 93 <if expr="not chromeos"> | 87 <if expr="not chromeos"> |
| 94 <message name="IDS_SETTINGS_SYSTEM_BACKGROUND_APPS_LABEL" desc="Label for th
e checkbox to allow apps to run in the background, when Chrome is closed."> | 88 <message name="IDS_SETTINGS_SYSTEM_BACKGROUND_APPS_LABEL" desc="Label for th
e checkbox to allow apps to run in the background, when Chrome is closed."> |
| 95 Continue running background apps when Google Chrome is closed | 89 Continue running background apps when Google Chrome is closed |
| 96 </message> | 90 </message> |
| 97 </if> | 91 </if> |
| 98 | 92 |
| 99 <!-- Reset Page --> | 93 <!-- Reset Page --> |
| 100 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th
e Reset Profile Settings dialog"> | 94 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th
e Reset Profile Settings dialog"> |
| 101 Help make Chrome better by reporting the current settings. | 95 Help make Chrome better by reporting the current settings. |
| 102 </message> | 96 </message> |
| 103 </grit-part> | 97 </grit-part> |
| OLD | NEW |