OLD | NEW |
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. If you update this file, be sure also to update | 4 Chrome supports. If you update this file, be sure also to update |
5 chromium_strings.grd. --> | 5 chromium_strings.grd. --> |
6 | 6 |
7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
8 source_lang_id="en" enc_check="möl"> | 8 source_lang_id="en" enc_check="möl"> |
9 <outputs> | 9 <outputs> |
10 <output filename="grit/google_chrome_strings.h" type="rc_header"> | 10 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 <message name="IDS_SHORTCUT_NEW_WINDOW" desc="The text label of the New
window shortcut context menu entry as of Windows 8"> | 179 <message name="IDS_SHORTCUT_NEW_WINDOW" desc="The text label of the New
window shortcut context menu entry as of Windows 8"> |
180 New window | 180 New window |
181 </message> | 181 </message> |
182 </if> | 182 </if> |
183 <message name="IDS_BOOKMARK_SYNC_PROMO_LINK" desc="Text of the link to sig
n in from the bookmark sync promo."> | 183 <message name="IDS_BOOKMARK_SYNC_PROMO_LINK" desc="Text of the link to sig
n in from the bookmark sync promo."> |
184 sign in to Chrome | 184 sign in to Chrome |
185 </message> | 185 </message> |
186 <message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager
window"> | 186 <message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager
window"> |
187 Task Manager - Google Chrome | 187 Task Manager - Google Chrome |
188 </message> | 188 </message> |
189 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when
the last session didn't exit cleanly."> | |
190 Chrome didn't shut down correctly. | |
191 </message> | |
192 <message name="IDS_SESSION_CRASHED_VIEW_UMA_OPTIN" desc="Text besides the
checkbox to let users optin to UMA in the restore from previous crash bubble."> | 189 <message name="IDS_SESSION_CRASHED_VIEW_UMA_OPTIN" desc="Text besides the
checkbox to let users optin to UMA in the restore from previous crash bubble."> |
193 Help make Google Chrome better by sending crash reports and <ph name="UM
A_LINK">$1<ex>usage statistics</ex></ph> to Google | 190 Help make Google Chrome better by sending crash reports and <ph name="UM
A_LINK">$1<ex>usage statistics</ex></ph> to Google |
194 </message> | 191 </message> |
195 <!-- Browser Window Title Format --> | 192 <!-- Browser Window Title Format --> |
196 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for title
s displayed in tabs and popup windows"> | 193 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for title
s displayed in tabs and popup windows"> |
197 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Google Chrome | 194 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Google Chrome |
198 </message> | 195 </message> |
199 <if expr="not chromeos"> | 196 <if expr="not chromeos"> |
200 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which
takes the user to the Chrome help page."> | 197 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which
takes the user to the Chrome help page."> |
201 Get help with using Chrome | 198 Get help with using Chrome |
(...skipping 984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1186 </message> | 1183 </message> |
1187 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" | 1184 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" |
1188 desc="Alt text for the faded Chrome logo image."> | 1185 desc="Alt text for the faded Chrome logo image."> |
1189 Chrome logo | 1186 Chrome logo |
1190 </message> | 1187 </message> |
1191 </if> | 1188 </if> |
1192 | 1189 |
1193 </messages> | 1190 </messages> |
1194 </release> | 1191 </release> |
1195 </grit> | 1192 </grit> |
OLD | NEW |