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

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

Issue 548221: Added Sign out for Chromium OS. (Closed)
Patch Set: Merge fallout Created 10 years, 10 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 | « no previous file | chrome/browser/app_menu_model.cc » ('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 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 <message name="IDS_HELP_PAGE" desc="In Title Case: The text label of the Help menu item"> 1025 <message name="IDS_HELP_PAGE" desc="In Title Case: The text label of the Help menu item">
1026 H&amp;elp 1026 H&amp;elp
1027 </message> 1027 </message>
1028 <message name="IDS_ABOUT" desc="In Title Case: The text label of the Abo ut Chrome menu item"> 1028 <message name="IDS_ABOUT" desc="In Title Case: The text label of the Abo ut Chrome menu item">
1029 About &amp;<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> 1029 About &amp;<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>
1030 </message> 1030 </message>
1031 <message name="IDS_EXIT" desc="In Title Case: The text label of the Exit menu item"> 1031 <message name="IDS_EXIT" desc="In Title Case: The text label of the Exit menu item">
1032 E&amp;xit 1032 E&amp;xit
1033 </message> 1033 </message>
1034 </if> 1034 </if>
1035 <if expr="pp_ifdef('chromeos')">
1036 <message name="IDS_SIGN_OUT" desc="The text label of the Sign Out menu i tem">
1037 Sign Out
1038 </message>
1039 </if>
1035 1040
1036 <!-- Keywords --> 1041 <!-- Keywords -->
1037 <message name="IDS_KEYWORD_SEARCH" 1042 <message name="IDS_KEYWORD_SEARCH"
1038 desc="The description for a chrome keyword search match in the Om nibox dropdown"> 1043 desc="The description for a chrome keyword search match in the Om nibox dropdown">
1039 Search <ph name="SITE_NAME">$1<ex>www.google.com</ex></ph> for <ph name= "SEARCH_TERMS">$2<ex>flowers</ex></ph> 1044 Search <ph name="SITE_NAME">$1<ex>www.google.com</ex></ph> for <ph name= "SEARCH_TERMS">$2<ex>flowers</ex></ph>
1040 </message> 1045 </message>
1041 <message name="IDS_EMPTY_KEYWORD_VALUE" 1046 <message name="IDS_EMPTY_KEYWORD_VALUE"
1042 desc="Shown in the location bar drop down when the user enters a string that matches a chrome keyword, but they haven't entered any text followi ng the chrome keyword"> 1047 desc="Shown in the location bar drop down when the user enters a string that matches a chrome keyword, but they haven't entered any text followi ng the chrome keyword">
1043 &lt;enter query&gt; 1048 &lt;enter query&gt;
1044 </message> 1049 </message>
(...skipping 5848 matching lines...) Expand 10 before | Expand all | Expand 10 after
6893 <message name="IDS_NOTIFICATION_PANEL_TITLE" desc="Text for the title of t he notification panel."> 6898 <message name="IDS_NOTIFICATION_PANEL_TITLE" desc="Text for the title of t he notification panel.">
6894 Notifications 6899 Notifications
6895 </message> 6900 </message>
6896 </if> 6901 </if>
6897 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing "> 6902 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
6898 Import bookmarks now... 6903 Import bookmarks now...
6899 </message> 6904 </message>
6900 </messages> 6905 </messages>
6901 </release> 6906 </release>
6902 </grit> 6907 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/app_menu_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698