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

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

Issue 12895: Chromium-MultiProfile-Prototype... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years 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 | « chrome/app/google_chrome_strings.grd ('k') | 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 // The HTML for the about:terms page 165 // The HTML for the about:terms page
166 #define IDR_TERMS_HTML 1061 166 #define IDR_TERMS_HTML 1061
167 167
168 // The width and height of the bookmark manager in characters and lines 168 // The width and height of the bookmark manager in characters and lines
169 // (See above). 169 // (See above).
170 #define IDS_BOOKMARK_MANAGER_DIALOG_WIDTH_CHARS 1062 170 #define IDS_BOOKMARK_MANAGER_DIALOG_WIDTH_CHARS 1062
171 #define IDS_BOOKMARK_MANAGER_DIALOG_HEIGHT_LINES 1063 171 #define IDS_BOOKMARK_MANAGER_DIALOG_HEIGHT_LINES 1063
172 172
173 // The language dependent download view size. 173 // The language dependent download view size.
174 #define IDS_DOWNLOAD_BIG_PROGRESS_SIZE 1064 174 #define IDS_DOWNLOAD_BIG_PROGRESS_SIZE 1064
175
176 // The width and height of the Select Profile dialog in characters and lines
177 // (See above).
178 #define IDS_SELECT_PROFILE_DIALOG_WIDTH_CHARS 1065
179 #define IDS_SELECT_PROFILE_DIALOG_HEIGHT_LINES 1066
180
181 // The width of the New Profile dialog in characters (See above).
182 #define IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS 1067
OLDNEW
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/app/resources/locale_settings_ar.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698