Chromium Code Reviews| Index: chrome/app/settings_chromium_strings.grdp |
| diff --git a/chrome/app/settings_chromium_strings.grdp b/chrome/app/settings_chromium_strings.grdp |
| index 542328f57e1587edc5c578b1e1046f16e444e9a5..809af8022a007e2c20d5b0e077a3f75f81e3fca4 100644 |
| --- a/chrome/app/settings_chromium_strings.grdp |
| +++ b/chrome/app/settings_chromium_strings.grdp |
| @@ -2,18 +2,45 @@ |
| <!-- Settings-specific Chromium strings (included from chromium_strings.grd). --> |
| <grit-part> |
| <!-- About Page --> |
| - <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Chromium page."> |
| - About Chromium |
| - </message> |
| <if expr="not chromeos"> |
| + <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Chromium page."> |
| + About Chromium |
| + </message> |
| <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page."> |
| Get help with Chromium |
| </message> |
| + <message name="IDS_SETTINGS_UPGRADE_UPDATING" desc="Status label: Updating Chromium"> |
| + Updating Chromium |
| + </message> |
| + <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Successfully updated Chromium"> |
| + Nearly up-to-date! Relaunch Chromium to finish updating. |
| + </message> |
| + <message name="IDS_SETTINGS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to date (Chromium)"> |
| + Chromium is up to date. |
| + </message> |
| </if> |
| <if expr="chromeos"> |
| + <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Chromium page."> |
| + About Chromium OS |
| + </message> |
| <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page."> |
| Get help with Chromium OS |
| </message> |
| + <message name="IDS_SETTINGS_UPGRADE_UPDATING" desc="Status label: Updating Chromium OS"> |
| + Updating your device |
|
dschuyler
2016/05/18 18:30:31
The strings that don't mention Chromium or
Google
dpapad
2016/05/18 20:54:33
Done.
|
| + </message> |
| + <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Successfully updated Chromium OS"> |
| + Nearly up-to-date! Restart your device to finish updating. |
| + </message> |
| + <message name="IDS_SETTINGS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to date (Chromium OS)"> |
| + Your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> is up to date. |
| + </message> |
| + <message name="IDS_SETTINGS_UPGRADE_UPDATING_CHANNEL_SWITCH" desc="Status label: Updating Chromium OS to a specified channel"> |
| + Updating your device to <ph name="CHANNEL_NAME">$1<ex>stable</ex></ph> channel |
| + </message> |
| + <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_CHANNEL_SWITCH" desc="Status label: Channel was successfully switched on Chromium OS"> |
| + Channel changed. Restart your device to apply changes. |
| + </message> |
| </if> |
| <!-- Default Browser Page --> |