Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- This file contains definitions of resources that will be translated for | 3 <!-- This file contains definitions of resources that will be translated for |
| 4 each locale. Specifically, these are UI strings that are used by webkit that | 4 each locale. Specifically, these are UI strings that are used by webkit that |
| 5 need to be translated for each locale.--> | 5 need to be translated for each locale.--> |
| 6 | 6 |
| 7 <!-- Some of these strings and string descriptions were taken from | 7 <!-- Some of these strings and string descriptions were taken from |
| 8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license | 8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license |
| 9 below: | 9 below: |
| 10 | 10 |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 404 Year | 404 Year |
| 405 </message> | 405 </message> |
| 406 | 406 |
| 407 <message name="IDS_KEYGEN_HIGH_GRADE_KEY" desc="High-grade cryptographic k ey size menu item"> | 407 <message name="IDS_KEYGEN_HIGH_GRADE_KEY" desc="High-grade cryptographic k ey size menu item"> |
| 408 2048 (High Grade) | 408 2048 (High Grade) |
| 409 </message> | 409 </message> |
| 410 <message name="IDS_KEYGEN_MED_GRADE_KEY" desc="Medium-grade cryptographic key size menu item"> | 410 <message name="IDS_KEYGEN_MED_GRADE_KEY" desc="Medium-grade cryptographic key size menu item"> |
| 411 1024 (Medium Grade) | 411 1024 (Medium Grade) |
| 412 </message> | 412 </message> |
| 413 | 413 |
| 414 <message name="IDS_FORM_INPUT_WEEK_TEMPLATE" desc="A specfic week (1-53) i n a specific year shown in a form control"> | |
| 415 Week <ph name="WEEKNUMBER">$2<ex>51</ex></ph>-<ph name="YEAR">$1<ex>2012 </ex></ph> | |
|
tony
2012/10/24 20:31:54
In US English, I think a comma might be less confu
tony
2012/10/24 20:39:17
Wait, in the code in WebKit, you convert $1 to ww
tkent
2012/10/26 02:03:54
Done.
tkent
2012/10/26 02:03:54
We need to quote any latin alphabet letters in thi
| |
| 416 </message> | |
| 414 <message name="IDS_FORM_VALIDATION_VALUE_MISSING_MULTIPLE_FILE" desc="Head ing or short sentence shown when a file upload control in a webpage requires one or more files selected, but the user didn't specify any files."> | 417 <message name="IDS_FORM_VALIDATION_VALUE_MISSING_MULTIPLE_FILE" desc="Head ing or short sentence shown when a file upload control in a webpage requires one or more files selected, but the user didn't specify any files."> |
| 415 Please select one or more files. | 418 Please select one or more files. |
| 416 </message> | 419 </message> |
| 417 <message name="IDS_FORM_VALIDATION_TYPE_MISMATCH" desc="Heading or short s entence shown when a form control in a webpage requires specific type such as em ail address or URL, but the specified value does not comform to the type."> | 420 <message name="IDS_FORM_VALIDATION_TYPE_MISMATCH" desc="Heading or short s entence shown when a form control in a webpage requires specific type such as em ail address or URL, but the specified value does not comform to the type."> |
| 418 Invalid value. | 421 Invalid value. |
| 419 </message> | 422 </message> |
| 420 <message name="IDS_FORM_VALIDATION_TYPE_MISMATCH_MULTIPLE_EMAIL" desc="Hea ding or short sentence shown there is a field which accepts multiple e-mail addr esses and a user specified a value which is not a comma-separated e-mail address es."> | 423 <message name="IDS_FORM_VALIDATION_TYPE_MISMATCH_MULTIPLE_EMAIL" desc="Hea ding or short sentence shown there is a field which accepts multiple e-mail addr esses and a user specified a value which is not a comma-separated e-mail address es."> |
| 421 Please enter a comma separated list of email addresses. | 424 Please enter a comma separated list of email addresses. |
| 422 </message> | 425 </message> |
| 423 <message name="IDS_FORM_VALIDATION_RANGE_UNDERFLOW" desc="Heading or short sentence shown when a form control value in a webpage needs to be larger than o r equal to a minimum value specified by the page author, but a user specified a too small value."> | 426 <message name="IDS_FORM_VALIDATION_RANGE_UNDERFLOW" desc="Heading or short sentence shown when a form control value in a webpage needs to be larger than o r equal to a minimum value specified by the page author, but a user specified a too small value."> |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 518 Loading | 521 Loading |
| 519 </message> | 522 </message> |
| 520 | 523 |
| 521 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> | 524 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> |
| 522 Couldn't load plug-in. | 525 Couldn't load plug-in. |
| 523 </message> | 526 </message> |
| 524 | 527 |
| 525 </messages> | 528 </messages> |
| 526 </release> | 529 </release> |
| 527 </grit> | 530 </grit> |
| OLD | NEW |