| OLD | NEW |
| 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 "tahoma" | 5 IDS_WEB_FONT_FAMILY "tahoma" |
| 6 IDS_ACCEPT_LANGUAGES "th-TH,th" | 6 IDS_ACCEPT_LANGUAGES "th-TH,th" |
| 7 IDS_DEFAULT_ENCODING "TIS-620" | 7 IDS_DEFAULT_ENCODING "TIS-620" |
| 8 IDS_STANDARD_FONT_IS_SERIF "true" | 8 IDS_STANDARD_FONT_IS_SERIF "true" |
| 9 IDS_FIXED_FONT_FAMILY "tahoma" | 9 IDS_FIXED_FONT_FAMILY "tahoma" |
| 10 IDS_SERIF_FONT_FAMILY "tahoma" | 10 IDS_SERIF_FONT_FAMILY "tahoma" |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 IDS_HELP_CONTENT_URL "http://www.google.com/support/chrome/?hl=th" | 57 IDS_HELP_CONTENT_URL "http://www.google.com/support/chrome/?hl=th" |
| 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 "TIS-620" | 59 IDS_STATIC_ENCODING_LIST "TIS-620" |
| 60 IDS_WELCOME_PAGE_URL "http://tools.google.com/chrome/intl/th/welcome.html" | 60 IDS_WELCOME_PAGE_URL "http://tools.google.com/chrome/intl/th/welcome.html" |
| 61 IDS_LEARN_MORE_INCOGNITO_URL "http://www.google.com/support/chrome/bin/answer.
py?answer=95464&hl=th" | 61 IDS_LEARN_MORE_INCOGNITO_URL "http://www.google.com/support/chrome/bin/answer.
py?answer=95464&hl=th" |
| 62 IDS_LEARN_MORE_HELPMAKECHROMEBETTER_URL "http://www.google.com/support/chrome/
bin/answer.py?answer=96817&hl=th" | 62 IDS_LEARN_MORE_HELPMAKECHROMEBETTER_URL "http://www.google.com/support/chrome/
bin/answer.py?answer=96817&hl=th" |
| 63 END | 63 END |
| 64 | 64 |
| 65 #if defined(GOOGLE_CHROME_BUILD) | 65 #if defined(GOOGLE_CHROME_BUILD) |
| 66 #include "google_chrome_strings_th.rc" | 66 #include "google_chrome_strings_th.rc" |
| 67 IDR_TERMS_HTML BINDATA "terms\\terms_th.html" |
| 67 #else | 68 #else |
| 68 #include "chromium_strings_th.rc" | 69 #include "chromium_strings_th.rc" |
| 70 IDR_TERMS_HTML BINDATA "terms\\terms_chromium.html" |
| 69 #endif | 71 #endif |
| OLD | NEW |