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

Unified Diff: chrome/app/locales/locale_settings.h

Issue 482: Allow the import lock dialog to be sized by locale.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/resources/locale_settings_ar.rc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/locales/locale_settings.h
===================================================================
--- chrome/app/locales/locale_settings.h (revision 1811)
+++ chrome/app/locales/locale_settings.h (working copy)
@@ -136,25 +136,30 @@
#define IDS_IMPORTPROGRESS_DIALOG_WIDTH_CHARS 1050
#define IDS_IMPORTPROGRESS_DIALOG_HEIGHT_LINES 1051
+// The width and height of the "Mozilla Firefox is locked" dialog box in
+// characters and lines (See above).
+#define IDS_IMPORTLOCK_DIALOG_WIDTH_CHARS 1052
+#define IDS_IMPORTLOCK_DIALOG_HEIGHT_LINES 1053
+
// The width and height of the First Run Search Information bubble in
// characters and lines (See above).
-#define IDS_FIRSTRUNBUBBLE_DIALOG_WIDTH_CHARS 1052
-#define IDS_FIRSTRUNBUBBLE_DIALOG_HEIGHT_LINES 1053
+#define IDS_FIRSTRUNBUBBLE_DIALOG_WIDTH_CHARS 1054
+#define IDS_FIRSTRUNBUBBLE_DIALOG_HEIGHT_LINES 1055
// The width of the font style column in the Fonts and Languages dialog box,
// in character widths.
-#define IDS_FONTSLANG_LABEL_WIDTH 1054
+#define IDS_FONTSLANG_LABEL_WIDTH 1056
// The URL for the the Welcome to Chrome page shown on first run.
-#define IDS_WELCOME_PAGE_URL 1055
+#define IDS_WELCOME_PAGE_URL 1057
// The URL for the the Learn More page shown on incognito new tab.
-#define IDS_LEARN_MORE_INCOGNITO_URL 1056
+#define IDS_LEARN_MORE_INCOGNITO_URL 1058
// The URL for the "Learn more" page for the Report user metrics and crash data
// checkbox in Options.
-#define IDS_LEARN_MORE_HELPMAKECHROMEBETTER_URL 1057
+#define IDS_LEARN_MORE_HELPMAKECHROMEBETTER_URL 1059
// The URL for more info on how we are affected by 3rd party licenses.
-#define IDS_ABOUT_VERSION_LICENSE_URL 1058
+#define IDS_ABOUT_VERSION_LICENSE_URL 1060
« 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