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

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

Issue 2501783003: MD Settings: Hook up import data dialog. (Closed)
Patch Set: Fix typo. 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 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 Make Chromium the default browser 45 Make Chromium the default browser
46 </message> 46 </message>
47 <message name="IDS_SETTINGS_DEFAULT_BROWSER_ERROR" desc="The text displayed when Chrome cannot determine or set the default browser"> 47 <message name="IDS_SETTINGS_DEFAULT_BROWSER_ERROR" desc="The text displayed when Chrome cannot determine or set the default browser">
48 Chromium cannot determine or set the default browser. 48 Chromium cannot determine or set the default browser.
49 </message> 49 </message>
50 <message name="IDS_SETTINGS_DEFAULT_BROWSER_SECONDARY" desc="The text displa yed when Chromium is installed in side-by-side mode, which does not support sett ing as the default browser."> 50 <message name="IDS_SETTINGS_DEFAULT_BROWSER_SECONDARY" desc="The text displa yed when Chromium is installed in side-by-side mode, which does not support sett ing as the default browser.">
51 This is a secondary installation of Chromium, and cannot be made your defa ult browser. 51 This is a secondary installation of Chromium, and cannot be made your defa ult browser.
52 </message> 52 </message>
53 </if> 53 </if>
54 54
55 <!-- Import Settings Dialog -->
56 <!-- Android uses custom UI for Bookmark importing -->
57 <if expr="not is_android">
58 <message name="IDS_SETTINGS_IMPORT_FIND_YOUR_BOOKMARKS" desc="Helpful remind er for where to find imported bookmarks">
59 Find your bookmarks in the Chromium menu or on the bookmarks bar.
60 </message>
61 </if>
62
63 <!-- Privacy Page --> 55 <!-- Privacy Page -->
64 <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."> 56 <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.">
65 Chromium 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 improve your browsing experience. You may optionally disable these services at any time . 57 Chromium 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 improve your browsing experience. You may optionally disable these services at any time .
66 </message> 58 </message>
67 59
68 <!-- Sync Page --> 60 <!-- Sync Page -->
69 <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."> 61 <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.">
70 Sign in to Chromium 62 Sign in to Chromium
71 </message> 63 </message>
72 <message name="IDS_SETTINGS_SYNC_DATA_ENCRYPTED_TEXT" desc="Text alerting the user that synced data is encrypted."> 64 <message name="IDS_SETTINGS_SYNC_DATA_ENCRYPTED_TEXT" desc="Text alerting the user that synced data is encrypted.">
(...skipping 26 matching lines...) Expand all
99 <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."> 91 <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.">
100 Continue running background apps when Chromium is closed 92 Continue running background apps when Chromium is closed
101 </message> 93 </message>
102 </if> 94 </if>
103 95
104 <!-- Reset Page --> 96 <!-- Reset Page -->
105 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th e Reset Profile Settings dialog"> 97 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th e Reset Profile Settings dialog">
106 Help make Chromium better by reporting the current settings. 98 Help make Chromium better by reporting the current settings.
107 </message> 99 </message>
108 </grit-part> 100 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698