summaryrefslogtreecommitdiffstats
path: root/chrome/app/locales
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-06 01:56:21 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-06 01:56:21 +0000
commit9394fa97725f4f4af43d445c29c71fbd6e555283 (patch)
treefc2edcd81a8dfe1e3475177f7ebf069c83da2772 /chrome/app/locales
parent036d87726035ac500ba35ab41fdc9ef6128f0e4f (diff)
downloadchromium_src-9394fa97725f4f4af43d445c29c71fbd6e555283.zip
chromium_src-9394fa97725f4f4af43d445c29c71fbd6e555283.tar.gz
chromium_src-9394fa97725f4f4af43d445c29c71fbd6e555283.tar.bz2
Allow the import lock dialog to be sized by locale.
Also increase the height of the Italian first run bubble. BUG=1334381,1359145 Review URL: http://codereview.chromium.org/482 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1819 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/locales')
-rw-r--r--chrome/app/locales/locale_settings.h19
1 files changed, 12 insertions, 7 deletions
diff --git a/chrome/app/locales/locale_settings.h b/chrome/app/locales/locale_settings.h
index 65a51c1..dd01fd0 100644
--- a/chrome/app/locales/locale_settings.h
+++ b/chrome/app/locales/locale_settings.h
@@ -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