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

Side by Side Diff: chrome/app/locales/locale_settings.h

Issue 6804: Add about:terms to Chrome, and about:licence to Chromium and Chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 months 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/resources/locale_settings_ar.rc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // These are the identifiers for locale specific settings. 1 // These are the identifiers for locale specific settings.
2 2
3 // UNUSED 1000 3 // UNUSED 1000
4 4
5 // The font used in web-style native pages (e.g. History). 5 // The font used in web-style native pages (e.g. History).
6 #define IDS_WEB_FONT_FAMILY 1001 6 #define IDS_WEB_FONT_FAMILY 1001
7 7
8 // The default value for HTTP Accept-Language header. 8 // The default value for HTTP Accept-Language header.
9 #define IDS_ACCEPT_LANGUAGES 1002 9 #define IDS_ACCEPT_LANGUAGES 1002
10 10
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 // The URL for the the Learn More page shown on incognito new tab. 156 // The URL for the the Learn More page shown on incognito new tab.
157 #define IDS_LEARN_MORE_INCOGNITO_URL 1058 157 #define IDS_LEARN_MORE_INCOGNITO_URL 1058
158 158
159 // The URL for the "Learn more" page for the Report user metrics and crash data 159 // The URL for the "Learn more" page for the Report user metrics and crash data
160 // checkbox in Options. 160 // checkbox in Options.
161 #define IDS_LEARN_MORE_HELPMAKECHROMEBETTER_URL 1059 161 #define IDS_LEARN_MORE_HELPMAKECHROMEBETTER_URL 1059
162 162
163 // The URL for more info on how we are affected by 3rd party licenses. 163 // The URL for more info on how we are affected by 3rd party licenses.
164 #define IDS_ABOUT_VERSION_LICENSE_URL 1060 164 #define IDS_ABOUT_VERSION_LICENSE_URL 1060
165 165
166 // The HTML for the about:terms page
167 #define IDR_TERMS_HTML 1061
OLDNEW
« no previous file with comments | « no previous file | chrome/app/resources/locale_settings_ar.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698