| OLD | NEW |
| 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 // The width and height of the Cookies dialog box in characters and lines | 129 // The width and height of the Cookies dialog box in characters and lines |
| 130 // (See above). | 130 // (See above). |
| 131 #define IDS_COOKIES_DIALOG_WIDTH_CHARS 1048 | 131 #define IDS_COOKIES_DIALOG_WIDTH_CHARS 1048 |
| 132 #define IDS_COOKIES_DIALOG_HEIGHT_LINES 1049 | 132 #define IDS_COOKIES_DIALOG_HEIGHT_LINES 1049 |
| 133 | 133 |
| 134 // The width and height of the Import Progress dialog box in characters and | 134 // The width and height of the Import Progress dialog box in characters and |
| 135 // lines (See above). | 135 // lines (See above). |
| 136 #define IDS_IMPORTPROGRESS_DIALOG_WIDTH_CHARS 1050 | 136 #define IDS_IMPORTPROGRESS_DIALOG_WIDTH_CHARS 1050 |
| 137 #define IDS_IMPORTPROGRESS_DIALOG_HEIGHT_LINES 1051 | 137 #define IDS_IMPORTPROGRESS_DIALOG_HEIGHT_LINES 1051 |
| 138 | 138 |
| 139 // The width and height of the "Mozilla Firefox is locked" dialog box in |
| 140 // characters and lines (See above). |
| 141 #define IDS_IMPORTLOCK_DIALOG_WIDTH_CHARS 1052 |
| 142 #define IDS_IMPORTLOCK_DIALOG_HEIGHT_LINES 1053 |
| 143 |
| 139 // The width and height of the First Run Search Information bubble in | 144 // The width and height of the First Run Search Information bubble in |
| 140 // characters and lines (See above). | 145 // characters and lines (See above). |
| 141 #define IDS_FIRSTRUNBUBBLE_DIALOG_WIDTH_CHARS 1052 | 146 #define IDS_FIRSTRUNBUBBLE_DIALOG_WIDTH_CHARS 1054 |
| 142 #define IDS_FIRSTRUNBUBBLE_DIALOG_HEIGHT_LINES 1053 | 147 #define IDS_FIRSTRUNBUBBLE_DIALOG_HEIGHT_LINES 1055 |
| 143 | 148 |
| 144 // The width of the font style column in the Fonts and Languages dialog box, | 149 // The width of the font style column in the Fonts and Languages dialog box, |
| 145 // in character widths. | 150 // in character widths. |
| 146 #define IDS_FONTSLANG_LABEL_WIDTH 1054 | 151 #define IDS_FONTSLANG_LABEL_WIDTH 1056 |
| 147 | 152 |
| 148 // The URL for the the Welcome to Chrome page shown on first run. | 153 // The URL for the the Welcome to Chrome page shown on first run. |
| 149 #define IDS_WELCOME_PAGE_URL 1055 | 154 #define IDS_WELCOME_PAGE_URL 1057 |
| 150 | 155 |
| 151 // 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. |
| 152 #define IDS_LEARN_MORE_INCOGNITO_URL 1056 | 157 #define IDS_LEARN_MORE_INCOGNITO_URL 1058 |
| 153 | 158 |
| 154 // 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 |
| 155 // checkbox in Options. | 160 // checkbox in Options. |
| 156 #define IDS_LEARN_MORE_HELPMAKECHROMEBETTER_URL 1057 | 161 #define IDS_LEARN_MORE_HELPMAKECHROMEBETTER_URL 1059 |
| 157 | 162 |
| 158 // 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. |
| 159 #define IDS_ABOUT_VERSION_LICENSE_URL 1058 | 164 #define IDS_ABOUT_VERSION_LICENSE_URL 1060 |
| 160 | 165 |
| OLD | NEW |