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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 </if> | 546 </if> |
547 | 547 |
548 <!-- Autolaunch infobar --> | 548 <!-- Autolaunch infobar --> |
549 <if expr="is_win"> | 549 <if expr="is_win"> |
550 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in t
he infobar when Chrome was automatically launched on startup"> | 550 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in t
he infobar when Chrome was automatically launched on startup"> |
551 Google Chrome is configured to automatically launch when you start you
r computer. | 551 Google Chrome is configured to automatically launch when you start you
r computer. |
552 </message> | 552 </message> |
553 </if> | 553 </if> |
554 | 554 |
555 <!-- about:flags --> | 555 <!-- about:flags --> |
556 <message name="IDS_FLAGS_ENABLE_IFRAME_BASED_SIGNIN_NAME" desc="Title for
the flag to enable iframe-based sign-in flows."> | |
557 Enables iframe-based Chrome sign-in flows. This flag overrides --enable-
web-based-signin. | |
558 </message> | |
559 <message name="IDS_FLAGS_ENABLE_IFRAME_BASED_SIGNIN_DESCRIPTION" desc="Des
cription for the flag to enable iframe-based sign-in flows"> | |
560 When enabled, will use an iframe-based Chrome sign-in flow; otherwise us
es a webview-based flow. | |
561 </message> | |
562 <message name="IDS_FLAGS_DEBUG_SHORTCUTS_DESCRIPTION" desc="Description of
the 'Debugging keyboard shortcuts' lab."> | 556 <message name="IDS_FLAGS_DEBUG_SHORTCUTS_DESCRIPTION" desc="Description of
the 'Debugging keyboard shortcuts' lab."> |
563 Enables additional keyboard shortcuts that are useful for debugging Goog
le Chrome. | 557 Enables additional keyboard shortcuts that are useful for debugging Goog
le Chrome. |
564 </message> | 558 </message> |
565 | 559 |
566 <!-- Obsolete System info bar --> | 560 <!-- Obsolete System info bar --> |
567 <message name="IDS_SYSTEM_OBSOLETE_MESSAGE" desc="Message shown when your
OS is no longer supported. This message is followed by a 'Learn more' link."> | 561 <message name="IDS_SYSTEM_OBSOLETE_MESSAGE" desc="Message shown when your
OS is no longer supported. This message is followed by a 'Learn more' link."> |
568 Google Chrome has stopped updating and no longer supports this version
of your operating system. | 562 Google Chrome has stopped updating and no longer supports this version
of your operating system. |
569 </message> | 563 </message> |
570 | 564 |
571 <!-- Google API keys info bar --> | 565 <!-- Google API keys info bar --> |
(...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1285 </message> | 1279 </message> |
1286 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" | 1280 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" |
1287 desc="Modal message box prompt shown to the user after requesti
ng to relaunch in Desktop mode while packaged apps are running, which will requi
re all packaged apps to be closed and then restarted. Dialog is shown with choic
es: OK, Cancel."> | 1281 desc="Modal message box prompt shown to the user after requesti
ng to relaunch in Desktop mode while packaged apps are running, which will requi
re all packaged apps to be closed and then restarted. Dialog is shown with choic
es: OK, Cancel."> |
1288 Relaunching in Desktop mode will close and relaunch your Chrome apps. | 1282 Relaunching in Desktop mode will close and relaunch your Chrome apps. |
1289 </message> | 1283 </message> |
1290 </if> | 1284 </if> |
1291 | 1285 |
1292 </messages> | 1286 </messages> |
1293 </release> | 1287 </release> |
1294 </grit> | 1288 </grit> |
OLD | NEW |