Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Side by Side Diff: chrome/app/settings_google_chrome_strings.grdp

Issue 2480473002: MD Settings: Add Import Bookmarks Dialog Strings (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 Make Google Chrome the default browser 42 Make Google Chrome the default browser
43 </message> 43 </message>
44 <message name="IDS_SETTINGS_DEFAULT_BROWSER_ERROR" desc="The text displayed when Chrome cannot determine or set the default browser"> 44 <message name="IDS_SETTINGS_DEFAULT_BROWSER_ERROR" desc="The text displayed when Chrome cannot determine or set the default browser">
45 Google Chrome cannot determine or set the default browser. 45 Google Chrome cannot determine or set the default browser.
46 </message> 46 </message>
47 <message name="IDS_SETTINGS_DEFAULT_BROWSER_SECONDARY" desc="The text displa yed when Chrome is installed in side-by-side mode, which does not support settin g as the default browser."> 47 <message name="IDS_SETTINGS_DEFAULT_BROWSER_SECONDARY" desc="The text displa yed when Chrome is installed in side-by-side mode, which does not support settin g as the default browser.">
48 This is a secondary installation of Google Chrome, and cannot be made your default browser. 48 This is a secondary installation of Google Chrome, and cannot be made your default browser.
49 </message> 49 </message>
50 </if> 50 </if>
51 51
52 <!-- Import Settings Dialog -->
53 <!-- Android uses custom UI for Bookmark importing -->
54 <if expr="not is_android">
55 <message name="IDS_SETTINGS_IMPORT_FIND_YOUR_BOOKMARKS" desc="Helpful remind er for where to find imported bookmarks">
56 Find your bookmarks in the Chrome menu or on the bookmarks bar.
57 </message>
58 </if>
59
52 <!-- Privacy Page --> 60 <!-- Privacy Page -->
53 <message name="IDS_SETTINGS_IMPROVE_BROWSING_EXPERIENCE" desc="The text in the options panel that describes how we use web services to improve browsing experi ence."> 61 <message name="IDS_SETTINGS_IMPROVE_BROWSING_EXPERIENCE" desc="The text in the options panel that describes how we use web services to improve browsing experi ence.">
54 Google Chrome may use <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"& gt;</ph>web services<ph name="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph> to im prove your browsing experience. You may optionally disable these services at any time. 62 Google Chrome may use <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"& gt;</ph>web services<ph name="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph> to im prove your browsing experience. You may optionally disable these services at any time.
55 </message> 63 </message>
56 64
57 <!-- Sync Page --> 65 <!-- Sync Page -->
58 <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."> 66 <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.">
59 Sign in to Chrome 67 Sign in to Chrome
60 </message> 68 </message>
61 <message name="IDS_SETTINGS_SYNC_DATA_ENCRYPTED_TEXT" desc="Text alerting the user that synced data is encrypted."> 69 <message name="IDS_SETTINGS_SYNC_DATA_ENCRYPTED_TEXT" desc="Text alerting the user that synced data is encrypted.">
(...skipping 26 matching lines...) Expand all
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."> 96 <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.">
89 Continue running background apps when Google Chrome is closed 97 Continue running background apps when Google Chrome is closed
90 </message> 98 </message>
91 </if> 99 </if>
92 100
93 <!-- Reset Page --> 101 <!-- Reset Page -->
94 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th e Reset Profile Settings dialog"> 102 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th e Reset Profile Settings dialog">
95 Help make Chrome better by reporting the current settings. 103 Help make Chrome better by reporting the current settings.
96 </message> 104 </message>
97 </grit-part> 105 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698