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

Side by Side Diff: chrome/app/resources/locale_settings_de.rc

Issue 13110: fix build (Closed)
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #include "chrome/app/locales/locale_settings.h" 1 #include "chrome/app/locales/locale_settings.h"
2 2
3 STRINGTABLE 3 STRINGTABLE
4 BEGIN 4 BEGIN
5 IDS_WEB_FONT_FAMILY "Arial" 5 IDS_WEB_FONT_FAMILY "Arial"
6 IDS_ACCEPT_LANGUAGES "de-DE,de,en-US,en" 6 IDS_ACCEPT_LANGUAGES "de-DE,de,en-US,en"
7 IDS_DEFAULT_ENCODING "ISO-8859-1" 7 IDS_DEFAULT_ENCODING "ISO-8859-1"
8 IDS_STANDARD_FONT_IS_SERIF "true" 8 IDS_STANDARD_FONT_IS_SERIF "true"
9 IDS_FIXED_FONT_FAMILY "Courier New" 9 IDS_FIXED_FONT_FAMILY "Courier New"
10 IDS_SERIF_FONT_FAMILY "Times New Roman" 10 IDS_SERIF_FONT_FAMILY "Times New Roman"
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 IDS_BUGREPORT_POST_URL "http://web-bug.appspot.com/bugreport" 58 IDS_BUGREPORT_POST_URL "http://web-bug.appspot.com/bugreport"
59 IDS_STATIC_ENCODING_LIST "ISO-8859-1,windows-1252" 59 IDS_STATIC_ENCODING_LIST "ISO-8859-1,windows-1252"
60 IDS_WELCOME_PAGE_URL "http://tools.google.com/chrome/intl/de/welcome.html" 60 IDS_WELCOME_PAGE_URL "http://tools.google.com/chrome/intl/de/welcome.html"
61 IDS_LEARN_MORE_INCOGNITO_URL "http://www.google.com/support/chrome/bin/answer. py?answer=95464&hl=de" 61 IDS_LEARN_MORE_INCOGNITO_URL "http://www.google.com/support/chrome/bin/answer. py?answer=95464&hl=de"
62 IDS_LEARN_MORE_PRIVACY_URL "http://www.google.com/support/chrome/bin/answer.py ?answer=114836&hl=de" 62 IDS_LEARN_MORE_PRIVACY_URL "http://www.google.com/support/chrome/bin/answer.py ?answer=114836&hl=de"
63 IDS_BOOKMARK_MANAGER_DIALOG_WIDTH_CHARS "150" 63 IDS_BOOKMARK_MANAGER_DIALOG_WIDTH_CHARS "150"
64 IDS_BOOKMARK_MANAGER_DIALOG_HEIGHT_LINES "40" 64 IDS_BOOKMARK_MANAGER_DIALOG_HEIGHT_LINES "40"
65 IDS_DOWNLOAD_BIG_PROGRESS_SIZE "52" 65 IDS_DOWNLOAD_BIG_PROGRESS_SIZE "52"
66 IDS_SELECT_PROFILE_DIALOG_WIDTH_CHARS "60" 66 IDS_SELECT_PROFILE_DIALOG_WIDTH_CHARS "60"
67 IDS_SELECT_PROFILE_DIALOG_HEIGHT_LINES "5" 67 IDS_SELECT_PROFILE_DIALOG_HEIGHT_LINES "5"
68 IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS "60"" 68 IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS "60"
69 END 69 END
70 70
71 #if defined(GOOGLE_CHROME_BUILD) 71 #if defined(GOOGLE_CHROME_BUILD)
72 #include "google_chrome_strings_de.rc" 72 #include "google_chrome_strings_de.rc"
73 IDR_TERMS_HTML BINDATA "terms\\terms_de.html" 73 IDR_TERMS_HTML BINDATA "terms\\terms_de.html"
74 #else 74 #else
75 #include "chromium_strings_de.rc" 75 #include "chromium_strings_de.rc"
76 IDR_TERMS_HTML BINDATA "terms\\terms_chromium.html" 76 IDR_TERMS_HTML BINDATA "terms\\terms_chromium.html"
77 #endif 77 #endif
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698