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. --> | 4 each locale. --> |
| 5 | 5 |
| 6 <grit base_dir="." latest_public_release="0" current_release="1" | 6 <grit base_dir="." latest_public_release="0" current_release="1" |
| 7 source_lang_id="en" enc_check="möl"> | 7 source_lang_id="en" enc_check="möl"> |
| 8 <outputs> | 8 <outputs> |
| 9 <output filename="grit/generated_resources.h" type="rc_header"> | 9 <output filename="grit/generated_resources.h" type="rc_header"> |
| 10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
| (...skipping 3382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3393 </message> | 3393 </message> |
| 3394 <message name="IDS_BOOMARK_BUBBLE_REMOVE_BOOKMARK" desc="Link for removing the bookmark"> | 3394 <message name="IDS_BOOMARK_BUBBLE_REMOVE_BOOKMARK" desc="Link for removing the bookmark"> |
| 3395 Remove | 3395 Remove |
| 3396 </message> | 3396 </message> |
| 3397 <message name="IDS_BOOMARK_BUBBLE_TITLE_TEXT" desc="Text preceding the tit le of the page that was bookmarked"> | 3397 <message name="IDS_BOOMARK_BUBBLE_TITLE_TEXT" desc="Text preceding the tit le of the page that was bookmarked"> |
| 3398 Name: | 3398 Name: |
| 3399 </message> | 3399 </message> |
| 3400 <message name="IDS_BOOMARK_BUBBLE_FOLDER_TEXT" desc="Text preceding the fo lder selector"> | 3400 <message name="IDS_BOOMARK_BUBBLE_FOLDER_TEXT" desc="Text preceding the fo lder selector"> |
| 3401 Folder: | 3401 Folder: |
| 3402 </message> | 3402 </message> |
| 3403 <message name="IDS_BOOMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="Text in th e combobox allowing the user to choose another folder (by bringing up th editor) ."> | 3403 <if expr="not pp_ifdef('use_titlecase')"> |
| 3404 Choose another folder... | 3404 <message name="IDS_BOOMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="Text in the combobox allowing the user to choose another folder (by bringing up th edito r)."> |
| 3405 </message> | 3405 Choose another folder... |
| 3406 </message> | |
| 3407 </if> | |
| 3408 <if expr="pp_ifdef('use_titlecase')"> | |
| 3409 <message name="IDS_BOOMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="In Title Case: Text in the combobox allowing the user to choose another folder (by bring ing up th editor)."> | |
|
Mark Mentovai
2009/10/16 19:09:00
"th editor" should be "the editor"
Maybe fix it o
| |
| 3410 Choose Another Folder... | |
| 3411 </message> | |
| 3412 </if> | |
| 3406 <message name="IDS_BOOMARK_BUBBLE_FOLDER_MRU_MORE" desc="Text used in the folder selector to take the user to the edit bookmark dialog"> | 3413 <message name="IDS_BOOMARK_BUBBLE_FOLDER_MRU_MORE" desc="Text used in the folder selector to take the user to the edit bookmark dialog"> |
| 3407 Choose another folder... | 3414 Choose another folder... |
| 3408 </message> | 3415 </message> |
| 3409 | 3416 |
| 3410 <!-- Application window menu --> | 3417 <!-- Application window menu --> |
| 3411 <message name="IDS_APP_MENU_RELOAD" desc="The reload menu in application w indows"> | 3418 <message name="IDS_APP_MENU_RELOAD" desc="The reload menu in application w indows"> |
| 3412 Reload | 3419 Reload |
| 3413 </message> | 3420 </message> |
| 3414 <message name="IDS_APP_MENU_DUPLICATE_APP_WINDOW" meaning="Duplicate appli cation window" desc="The duplicate / start new instance menu"> | 3421 <message name="IDS_APP_MENU_DUPLICATE_APP_WINDOW" meaning="Duplicate appli cation window" desc="The duplicate / start new instance menu"> |
| 3415 Duplicate | 3422 Duplicate |
| (...skipping 2311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5727 Calculating remaining time | 5734 Calculating remaining time |
| 5728 </message> | 5735 </message> |
| 5729 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message."> | 5736 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message."> |
| 5730 Battery is charged | 5737 Battery is charged |
| 5731 </message> | 5738 </message> |
| 5732 </if> | 5739 </if> |
| 5733 | 5740 |
| 5734 </messages> | 5741 </messages> |
| 5735 </release> | 5742 </release> |
| 5736 </grit> | 5743 </grit> |
| OLD | NEW |