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

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

Issue 550373002: chromeos: Shorten some strings in the keyboard overlay. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update metrics owners Created 6 years, 3 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This file contains definitions of strings that are specific to 2 <!-- This file contains definitions of strings that are specific to
3 Google Chrome. These strings will be translated for each locale that Google 3 Google Chrome. These strings will be translated for each locale that Google
4 Chrome supports. --> 4 Chrome supports. -->
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/google_chrome_strings.h" type="rc_header"> 9 <output filename="grit/google_chrome_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 <ph name="PROXIES_TITLE">&lt;span jscontent="proxyTitle"&gt;&lt;/span& gt;<ex>Change proxy settings...</ex></ph> 933 <ph name="PROXIES_TITLE">&lt;span jscontent="proxyTitle"&gt;&lt;/span& gt;<ex>Change proxy settings...</ex></ph>
934 &gt; 934 &gt;
935 LAN Settings 935 LAN Settings
936 and deselect &quot;Use a proxy server for your LAN&quot;. 936 and deselect &quot;Use a proxy server for your LAN&quot;.
937 </message> 937 </message>
938 </if> 938 </if>
939 939
940 <!-- Chrome OS keyboard overlay--> 940 <!-- Chrome OS keyboard overlay-->
941 <if expr="chromeos"> 941 <if expr="chromeos">
942 <message name="IDS_KEYBOARD_OVERLAY_SHOW_WRENCH_MENU" desc="The text in the keyboard overlay to explain the shortcut that opens the main Chrome menu."> 942 <message name="IDS_KEYBOARD_OVERLAY_SHOW_WRENCH_MENU" desc="The text in the keyboard overlay to explain the shortcut that opens the main Chrome menu.">
943 Show the Chrome menu 943 Show Chrome menu
944 </message> 944 </message>
945 </if> 945 </if>
946 946
947 <!-- App list --> 947 <!-- App list -->
948 <if expr="enable_app_list"> 948 <if expr="enable_app_list">
949 <message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chrome App List to appear in the taskbar and in any shortcuts to it."> 949 <message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chrome App List to appear in the taskbar and in any shortcuts to it.">
950 Chrome App Launcher 950 Chrome App Launcher
951 </message> 951 </message>
952 <if expr="is_win or is_macosx"> 952 <if expr="is_win or is_macosx">
953 <message name="IDS_APP_LIST_SHORTCUT_NAME_CANARY" desc="Name for the C hrome App List to appear in the taskbar and in any shortcuts to it for the Canar y channel."> 953 <message name="IDS_APP_LIST_SHORTCUT_NAME_CANARY" desc="Name for the C hrome App List to appear in the taskbar and in any shortcuts to it for the Canar y channel.">
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way. 1202 Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way.
1203 </message> 1203 </message>
1204 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1204 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1205 Chrome OS terms 1205 Chrome OS terms
1206 </message> 1206 </message>
1207 </if> 1207 </if>
1208 1208
1209 </messages> 1209 </messages>
1210 </release> 1210 </release>
1211 </grit> 1211 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698