Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Settings-specific Chromium strings (included from chromium_strings.grd). -- > | 2 <!-- Settings-specific Chromium strings (included from chromium_strings.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 romium page."> | 6 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch romium page."> |
| 7 About Chromium | 7 About Chromium |
| 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 Chromium | 10 Get help with Chromium |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 52 Chromium may use <ph name="BEGIN_LINK"><a target="_blank" href="$1"></ ph>web services<ph name="END_LINK"></a><ex></a></ex></ph> to improve your browsing experience. You may optionally disable these services at any time . | 52 Chromium may use <ph name="BEGIN_LINK"><a target="_blank" href="$1"></ ph>web services<ph name="END_LINK"></a><ex></a></ex></ph> to improve your browsing experience. You may optionally disable these services at any time . |
| 53 </message> | 53 </message> |
| 54 | 54 |
| 55 <!-- Sync Page --> | 55 <!-- Sync Page --> |
| 56 <message name="IDS_SETTINGS_SYNC_SIGNIN" desc="The label that appears on the s ync button in the options dialog when sync has not been set up by the user."> | 56 <message name="IDS_SETTINGS_SYNC_SIGNIN" desc="The label that appears on the s ync button in the options dialog when sync has not been set up by the user."> |
| 57 Sign in to Chromium | 57 Sign in to Chromium |
| 58 </message> | 58 </message> |
| 59 <message name="IDS_SETTINGS_SYNC_DATA_ENCRYPTED_TEXT" desc="Text alerting the user that synced data is encrypted."> | 59 <message name="IDS_SETTINGS_SYNC_DATA_ENCRYPTED_TEXT" desc="Text alerting the user that synced data is encrypted."> |
| 60 For added security, Chromium will encrypt your data. | 60 For added security, Chromium will encrypt your data. |
| 61 </message> | 61 </message> |
| 62 <message name="IDS_SETTINGS_SYNC_DISCONNECT_EXPLANATION" desc="The text to dis play below the 'Stop syncing this account' button on the options pane, explainin g what the button does."> | 62 <message name="IDS_SETTINGS_SYNC_DISCONNECT_TITLE" desc="The title of the dial og for stopping sync and signing out."> |
|
dpapad
2016/06/28 22:17:22
Nit (optional): s/stopping sync and signing out/st
tommycli
2016/06/28 23:26:00
Done. I changed it to "The title of the dialog to
| |
| 63 By disconnecting your Google Account from Chromium, your data will remain on this computer but changes will no longer be synced to your Google Account. Data already stored in your Google Account will remain there until you remove it usi ng <ph name="BEGIN_LINK"><a href="$1" target="_blank"></ph>Googl e Dashboard<ph name="END_LINK"></a></ph>. | 63 Sign out of Chromium |
| 64 </message> | 64 </message> |
| 65 | 65 |
| 66 <!-- Languages Page --> | 66 <!-- Languages Page --> |
| 67 <if expr="chromeos"> | 67 <if expr="chromeos"> |
| 68 <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."> | 68 <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."> |
| 69 Chromium OS cannot be displayed in this language. | 69 Chromium OS cannot be displayed in this language. |
| 70 </message> | 70 </message> |
| 71 <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."> | 71 <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."> |
| 72 Chromium OS is displayed in this language. | 72 Chromium OS is displayed in this language. |
| 73 </message> | 73 </message> |
| (...skipping 18 matching lines...) Expand all Loading... | |
| 92 <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."> | 92 <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."> |
| 93 Continue running background apps when Chromium is closed | 93 Continue running background apps when Chromium is closed |
| 94 </message> | 94 </message> |
| 95 </if> | 95 </if> |
| 96 | 96 |
| 97 <!-- Reset Page --> | 97 <!-- Reset Page --> |
| 98 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th e Reset Profile Settings dialog"> | 98 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th e Reset Profile Settings dialog"> |
| 99 Help make Chromium better by reporting the current settings. | 99 Help make Chromium better by reporting the current settings. |
| 100 </message> | 100 </message> |
| 101 </grit-part> | 101 </grit-part> |
| OLD | NEW |