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 14290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14301 </message> | 14301 </message> |
14302 <message name="IDS_SPEECH_INPUT_TRY_AGAIN" desc="Text shown on a button to r
etry speech recognition"> | 14302 <message name="IDS_SPEECH_INPUT_TRY_AGAIN" desc="Text shown on a button to r
etry speech recognition"> |
14303 Try again | 14303 Try again |
14304 </message> | 14304 </message> |
14305 <message name="IDS_SPEECH_INPUT_NET_ERROR" desc="Message shown when a networ
k error occured and no results were received from the recognition server."> | 14305 <message name="IDS_SPEECH_INPUT_NET_ERROR" desc="Message shown when a networ
k error occured and no results were received from the recognition server."> |
14306 Connection to speech servers failed. | 14306 Connection to speech servers failed. |
14307 </message> | 14307 </message> |
14308 <message name="IDS_SPEECH_INPUT_MIC_SETTINGS" desc="Text displayed on a butt
on or link to open the microphone settings window."> | 14308 <message name="IDS_SPEECH_INPUT_MIC_SETTINGS" desc="Text displayed on a butt
on or link to open the microphone settings window."> |
14309 Microphone settings | 14309 Microphone settings |
14310 </message> | 14310 </message> |
| 14311 <message name="IDS_SPEECH_INPUT_TRAY_TOOLTIP" desc="Tool tip for the recordi
ng notification icon shown by the speech input extension API"> |
| 14312 <ph name="PRODUCT_NAME">$2<ex>Google Chrome</ex></ph> extension "<ph name=
"EXTENSION_NAME">$1<ex>Speech Recognizer</ex></ph>" is currently recording audio
for speech recognition. |
| 14313 </message> |
| 14314 <message name="IDS_SPEECH_INPUT_TRAY_BALLOON_TITLE" desc="Title of the ballo
on shown by the tray notification icon the first time a extension starts recordi
ng using the speech input extension API"> |
| 14315 Audio recording started. |
| 14316 </message> |
| 14317 <message name="IDS_SPEECH_INPUT_TRAY_BALLOON_BODY" desc="Contents of the bal
loon shown by the tray notification icon the first time a extension starts recor
ding using the speech input extension API"> |
| 14318 <ph name="PRODUCT_NAME">$2<ex>Google Chrome</ex></ph> extension "<ph name=
"EXTENSION_NAME">$1<ex>Speech Recognizer</ex></ph>" has started recording audio
for speech recognition. Look for the microphone notification icon to know when t
his happens again. |
| 14319 </message> |
14311 | 14320 |
14312 <message name="IDS_IMAGE_FILES" desc="The description of the image file exte
nsions in the select file dialog."> | 14321 <message name="IDS_IMAGE_FILES" desc="The description of the image file exte
nsions in the select file dialog."> |
14313 Image Files | 14322 Image Files |
14314 </message> | 14323 </message> |
14315 <message name="IDS_AUDIO_FILES" desc="The description of the audio file exte
nsions in the select file dialog."> | 14324 <message name="IDS_AUDIO_FILES" desc="The description of the audio file exte
nsions in the select file dialog."> |
14316 Audio Files | 14325 Audio Files |
14317 </message> | 14326 </message> |
14318 <message name="IDS_VIDEO_FILES" desc="The description of the video file exte
nsions in the select file dialog."> | 14327 <message name="IDS_VIDEO_FILES" desc="The description of the video file exte
nsions in the select file dialog."> |
14319 Video Files | 14328 Video Files |
14320 </message> | 14329 </message> |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14586 </messages> | 14595 </messages> |
14587 <structures fallback_to_english="true"> | 14596 <structures fallback_to_english="true"> |
14588 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 14597 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
14589 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 14598 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
14590 </structure> | 14599 </structure> |
14591 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 14600 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
14592 </structure> | 14601 </structure> |
14593 </structures> | 14602 </structures> |
14594 </release> | 14603 </release> |
14595 </grit> | 14604 </grit> |
OLD | NEW |