Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Side by Side Diff: chrome/app/generated_resources.grd

Issue 2879002: Reapply r50859 with chromeos fixes. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: add explicit menus:: to chromeos Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « app/menus/simple_menu_model.cc ('k') | chrome/browser/back_forward_menu_model.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 </message> 815 </message>
816 <message name="IDS_TOOLS_MENU" desc="The text label of the Tools submenu "> 816 <message name="IDS_TOOLS_MENU" desc="The text label of the Tools submenu ">
817 &amp;Tools 817 &amp;Tools
818 </message> 818 </message>
819 <message name="IDS_ZOOM_MENU" desc="In Title Case: The text label of the Zoom submenu"> 819 <message name="IDS_ZOOM_MENU" desc="In Title Case: The text label of the Zoom submenu">
820 &amp;Zoom 820 &amp;Zoom
821 </message> 821 </message>
822 <message name="IDS_ZOOM_PLUS" desc="In Title Case: The text label of the Make Text Larger menu item"> 822 <message name="IDS_ZOOM_PLUS" desc="In Title Case: The text label of the Make Text Larger menu item">
823 &amp;Larger 823 &amp;Larger
824 </message> 824 </message>
825 <message name="IDS_ZOOM_PLUS2" desc="The text label of the Make Text Lar ger menu item in the merged menu">
826 +
827 </message>
825 <message name="IDS_ZOOM_NORMAL" desc="In Title Case: The text label of t he Make Text Normal Size menu item"> 828 <message name="IDS_ZOOM_NORMAL" desc="In Title Case: The text label of t he Make Text Normal Size menu item">
826 &amp;Normal 829 &amp;Normal
827 </message> 830 </message>
828 <message name="IDS_ZOOM_MINUS" desc="In Title Case: The text label of th e Make Text Smaller menu item"> 831 <message name="IDS_ZOOM_MINUS" desc="In Title Case: The text label of th e Make Text Smaller menu item">
829 &amp;Smaller 832 &amp;Smaller
830 </message> 833 </message>
834 <message name="IDS_ZOOM_MINUS2" desc="The text label of the Make Text Sm aller menu item in the merged menu">
835 -
836 </message>
837 <message name="IDS_ZOOM_PERCENT" desc="Current pages zoom factor; shown in merged menu">
838 <ph name="VALUE">$1<ex>100</ex></ph>%
839 </message>
831 <message name="IDS_ENCODING_MENU" desc="In Title Case: The text label of the Encoding submenu"> 840 <message name="IDS_ENCODING_MENU" desc="In Title Case: The text label of the Encoding submenu">
832 &amp;Encoding 841 &amp;Encoding
833 </message> 842 </message>
834 <message name="IDS_ENCODING_AUTO_DETECT" desc="In Title Case: The text l abel of the Auto Detect submenu"> 843 <message name="IDS_ENCODING_AUTO_DETECT" desc="In Title Case: The text l abel of the Auto Detect submenu">
835 Auto Detect 844 Auto Detect
836 </message> 845 </message>
837 </if> 846 </if>
838 <message name="IDS_ENCODING_DISPLAY_TEMPLATE" desc="The format of encoding s in the encoding menu. Encoding categories are Unicode, Western, Turkish, Cyril lic, Chinese Simplified, Thai, Arabic, Hebrew and so forth. Encoding names are U TF-8, ISO-8859-1, Windows-1251, GB2312, etc."> 847 <message name="IDS_ENCODING_DISPLAY_TEMPLATE" desc="The format of encoding s in the encoding menu. Encoding categories are Unicode, Western, Turkish, Cyril lic, Chinese Simplified, Thai, Arabic, Hebrew and so forth. Encoding names are U TF-8, ISO-8859-1, Windows-1251, GB2312, etc.">
839 <ph name="ENCODING_CATEGORY">$1<ex>Japanese</ex></ph> (<ph name="ENCODIN G_NAME">$2<ex>Shift_JIS</ex></ph>) 848 <ph name="ENCODING_CATEGORY">$1<ex>Japanese</ex></ph> (<ph name="ENCODIN G_NAME">$2<ex>Shift_JIS</ex></ph>)
840 </message> 849 </message>
(...skipping 7722 matching lines...) Expand 10 before | Expand all | Expand 10 after
8563 8572
8564 </messages> 8573 </messages>
8565 8574
8566 <structures first_id="50000" fallback_to_english="true"> 8575 <structures first_id="50000" fallback_to_english="true">
8567 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 8576 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
8568 </structure> 8577 </structure>
8569 </structures> 8578 </structures>
8570 8579
8571 </release> 8580 </release>
8572 </grit> 8581 </grit>
OLDNEW
« no previous file with comments | « app/menus/simple_menu_model.cc ('k') | chrome/browser/back_forward_menu_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698