diff options
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index fe464c4..bb6ed9e 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5031,6 +5031,25 @@ Keep your key file in a safe place. You will need it to create new versions of y </message> </if> + <!-- Chrome OS Strings --> + <if expr="pp_ifdef('chromeos')"> + <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_NETWORK"> + Network + </message> + <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_TOUCHPAD"> + Touchpad + </message> + <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_PASSWORD"> + Network Password + </message> + <message name="IDS_OPTIONS_SETTINGS_TAP_TO_CLICK_ENABLED_DESCRIPTION" desc="In the settings tab, the text next to the checkbox that enables tap-to-click."> + Enable tap-to-click + </message> + <message name="IDS_OPTIONS_SETTINGS_VERT_EDGE_SCROLL_ENABLED_DESCRIPTION" desc="In the settings tab, the text next to the checkbox that enables vertical edge scrolling."> + Enable vertical edge scrolling + </message> + </if> + </messages> </release> </grit> |