OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
3 <!-- | 3 <!-- |
4 This file contains definitions of resources that will be translated for each | 4 This file contains definitions of resources that will be translated for each |
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available | 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available |
6 for making strings OS specific. Other platform defines such as use_titlecase | 6 for making strings OS specific. Other platform defines such as use_titlecase |
7 are declared in build/common.gypi. | 7 are declared in build/common.gypi. |
8 --> | 8 --> |
9 | 9 |
10 <grit base_dir="." latest_public_release="0" current_release="1" | 10 <grit base_dir="." latest_public_release="0" current_release="1" |
(...skipping 4485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4496 <!-- Conflicts page --> | 4496 <!-- Conflicts page --> |
4497 <message name="IDS_CONFLICTS_CHECK_PAGE_TABLE_TITLE_SUFFIX_ONE" desc="What
gets appended after the page title if no conflicts were found."> | 4497 <message name="IDS_CONFLICTS_CHECK_PAGE_TABLE_TITLE_SUFFIX_ONE" desc="What
gets appended after the page title if no conflicts were found."> |
4498 Modules (<ph name="TOTAL_COUNT">$1<ex>50</ex></ph>) - No conflicts detec
ted | 4498 Modules (<ph name="TOTAL_COUNT">$1<ex>50</ex></ph>) - No conflicts detec
ted |
4499 </message> | 4499 </message> |
4500 <message name="IDS_CONFLICTS_CHECK_PAGE_TABLE_TITLE_SUFFIX_TWO" desc="What
gets appended after the page title (number of conflicts found)."> | 4500 <message name="IDS_CONFLICTS_CHECK_PAGE_TABLE_TITLE_SUFFIX_TWO" desc="What
gets appended after the page title (number of conflicts found)."> |
4501 Modules (<ph name="TOTAL_COUNT">$1<ex>50</ex></ph>) - Known conflicts: <
ph name="BAD_COUNT">$2<ex>3</ex></ph>, suspected: <ph name="SUSPICIOUS_COUNT">$3
<ex>2</ex></ph> | 4501 Modules (<ph name="TOTAL_COUNT">$1<ex>50</ex></ph>) - Known conflicts: <
ph name="BAD_COUNT">$2<ex>3</ex></ph>, suspected: <ph name="SUSPICIOUS_COUNT">$3
<ex>2</ex></ph> |
4502 </message> | 4502 </message> |
4503 <message name="IDS_CONFLICTS_EXPLANATION_TEXT" desc="The text blurb explai
ning what the compatibility page is."> | 4503 <message name="IDS_CONFLICTS_EXPLANATION_TEXT" desc="The text blurb explai
ning what the compatibility page is."> |
4504 This page lists all modules loaded into the main process and modules reg
istered to load at a later point. | 4504 This page lists all modules loaded into the main process and modules reg
istered to load at a later point. |
4505 </message> | 4505 </message> |
4506 <message name="IDS_CONFLICTS_HELP_CENTER_LINK" desc="The text for the Help
Center link."> | |
4507 Learn more | |
4508 </message> | |
4509 <message name="IDS_CONFLICTS_CHECK_INVESTIGATING" desc="A label on the com
patibility page saying we are investigating."> | 4506 <message name="IDS_CONFLICTS_CHECK_INVESTIGATING" desc="A label on the com
patibility page saying we are investigating."> |
4510 We are currently investigating this issue. | 4507 We are currently investigating this issue. |
4511 </message> | 4508 </message> |
4512 <message name="IDS_CONFLICTS_CHECK_POSSIBLE_ACTIONS" desc="A label on the
compatibility page describing possible resolutions."> | 4509 <message name="IDS_CONFLICTS_CHECK_POSSIBLE_ACTIONS" desc="A label on the
compatibility page describing possible resolutions."> |
4513 If you are experiencing frequent problems, you could try the following t
o resolve the issue with this module: | 4510 If you are experiencing frequent problems, you could try the following t
o resolve the issue with this module: |
4514 </message> | 4511 </message> |
4515 <message name="IDS_CONFLICTS_CHECK_POSSIBLE_ACTION_UNINSTALL" desc="An uni
nstall label. 'It' refers to 'a module'."> | 4512 <message name="IDS_CONFLICTS_CHECK_POSSIBLE_ACTION_UNINSTALL" desc="An uni
nstall label. 'It' refers to 'a module'."> |
4516 Uninstalling | 4513 Uninstalling |
4517 </message> | 4514 </message> |
4518 <message name="IDS_CONFLICTS_CHECK_POSSIBLE_ACTION_UPDATE" desc="An update
label. 'It' refers to 'a module'."> | 4515 <message name="IDS_CONFLICTS_CHECK_POSSIBLE_ACTION_UPDATE" desc="An update
label. 'It' refers to 'a module'."> |
(...skipping 8467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12986 </message> | 12983 </message> |
12987 </if> | 12984 </if> |
12988 | 12985 |
12989 <if expr="is_macosx"> | 12986 <if expr="is_macosx"> |
12990 <message name="IDS_SELECT_FOLDER_BUTTON_TITLE" desc="The name of the Selec
t button in the folder selection dialog."> | 12987 <message name="IDS_SELECT_FOLDER_BUTTON_TITLE" desc="The name of the Selec
t button in the folder selection dialog."> |
12991 Select | 12988 Select |
12992 </message> | 12989 </message> |
12993 </if> | 12990 </if> |
12994 | 12991 |
12995 <!-- GoogleURL tracker info bar --> | 12992 <!-- GoogleURL tracker info bar --> |
12996 <message name="IDS_GOOGLE_URL_TRACKER_INFOBAR_MESSAGE" desc="Message display
ed when the user's current Google TLD doesn't match the default for their locati
on."> | 12993 <message name="IDS_GOOGLE_URL_TRACKER_INFOBAR_MESSAGE" desc="Message display
ed when the user's current Google TLD doesn't match the default for their locati
on. This can be shortened in other languages (e.g. by removing 'would you like
to') as needed to keep the translated strings from being much longer than Englis
h, so the infobar can still display all three IDS_GOOGLE_URL_TRACKER_ strings an
d a 'Learn more' link."> |
12997 It looks like you've moved. Would you like to use <ph name="NEW_GOOGLE_U
RL">$1<ex>google.com</ex></ph>? | 12994 Would you like to search with <ph name="NEW_GOOGLE_HOST">$1<ex>google.de<
/ex></ph> instead of <ph name="CURRENT_GOOGLE_HOST">$2<ex>google.fr</ex></ph>? |
| 12995 </message> |
| 12996 <message name="IDS_GOOGLE_URL_TRACKER_INFOBAR_SWITCH" desc="Button text for
button that changes user's default Google TLD to a new TLD."> |
| 12997 Switch to <ph name="NEW_GOOGLE_HOST">$1<ex>google.de</ex></ph> |
| 12998 </message> |
| 12999 <message name="IDS_GOOGLE_URL_TRACKER_INFOBAR_DONT_SWITCH" desc="Button text
for button that leaves user's default Google TLD unchanged."> |
| 13000 Keep using <ph name="CURRENT_GOOGLE_HOST">$1<ex>google.fr</ex></ph> |
12998 </message> | 13001 </message> |
12999 | 13002 |
13000 <message name="IDS_SPEECH_INPUT_BUBBLE_HEADING" desc="First line in the cont
ent area of the speech input bubble. Instructs the user that they can start spea
king."> | 13003 <message name="IDS_SPEECH_INPUT_BUBBLE_HEADING" desc="First line in the cont
ent area of the speech input bubble. Instructs the user that they can start spea
king."> |
13001 Speak now | 13004 Speak now |
13002 </message> | 13005 </message> |
13003 <message name="IDS_SPEECH_INPUT_MIC_ERROR" desc="Message shown when audio re
cording failed with an error during speech recognition."> | 13006 <message name="IDS_SPEECH_INPUT_MIC_ERROR" desc="Message shown when audio re
cording failed with an error during speech recognition."> |
13004 There was a problem with your microphone. | 13007 There was a problem with your microphone. |
13005 </message> | 13008 </message> |
13006 <message name="IDS_SPEECH_INPUT_NO_MIC" desc="Message shown when speech reco
gnizer could not find a suitable microphone or other audio input device."> | 13009 <message name="IDS_SPEECH_INPUT_NO_MIC" desc="Message shown when speech reco
gnizer could not find a suitable microphone or other audio input device."> |
13007 No microphone found. | 13010 No microphone found. |
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13282 </includes> | 13285 </includes> |
13283 <structures fallback_to_english="true"> | 13286 <structures fallback_to_english="true"> |
13284 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 13287 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
13285 </structure> | 13288 </structure> |
13286 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 13289 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
13287 </structure> | 13290 </structure> |
13288 </structures> | 13291 </structures> |
13289 | 13292 |
13290 </release> | 13293 </release> |
13291 </grit> | 13294 </grit> |
OLD | NEW |