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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
649 <!-- Extension/App install prompt --> | 649 <!-- Extension/App install prompt --> |
650 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o
f the extension or app inline installation prompt window"> | 650 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o
f the extension or app inline installation prompt window"> |
651 Add to Chrome | 651 Add to Chrome |
652 </message> | 652 </message> |
653 | 653 |
654 <!-- Extension installed bubble --> | 654 <!-- Extension installed bubble --> |
655 <if expr="enable_extensions"> | 655 <if expr="enable_extensions"> |
656 <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the
content area of the extension installed bubble. Instructs that the extension was
installed."> | 656 <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the
content area of the extension installed bubble. Instructs that the extension was
installed."> |
657 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added
to Chrome. | 657 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added
to Chrome. |
658 </message> | 658 </message> |
| 659 <message name="IDS_EXTENSION_INSTALLED_SYNC_PROMO_LINK_NEW" desc="Text o
f the link to sign in to Chrome from the extension installed bubble. This will b
e converted to a link, with additional text around it."> |
| 660 sign in to Chrome |
| 661 </message> |
659 <message name="IDS_EXTENSION_INSTALLED_SIGNIN_PROMO_LINK" desc="The firs
t part of the sign-in promo paragraph. This part will be converted to a link and
will get more text appended to it (see IDS_EXTENSION_INSTALLED_SIGNIN_PROMO). K
eep this text short."> | 662 <message name="IDS_EXTENSION_INSTALLED_SIGNIN_PROMO_LINK" desc="The firs
t part of the sign-in promo paragraph. This part will be converted to a link and
will get more text appended to it (see IDS_EXTENSION_INSTALLED_SIGNIN_PROMO). K
eep this text short."> |
660 Sign in to Chrome | 663 Sign in to Chrome |
661 </message> | 664 </message> |
662 | 665 |
663 <!-- Extension context menu --> | 666 <!-- Extension context menu --> |
664 <if expr="not use_titlecase"> | 667 <if expr="not use_titlecase"> |
665 <message name="IDS_EXTENSIONS_HIDE_BUTTON_IN_MENU" desc="The extension
context menu item to hide the button in the application menu (sentence case)."> | 668 <message name="IDS_EXTENSIONS_HIDE_BUTTON_IN_MENU" desc="The extension
context menu item to hide the button in the application menu (sentence case)."> |
666 Hide in Chrome menu | 669 Hide in Chrome menu |
667 </message> | 670 </message> |
668 </if> | 671 </if> |
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1234 </message> | 1237 </message> |
1235 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" | 1238 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" |
1236 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."> | 1239 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."> |
1237 Relaunching in Desktop mode will close and relaunch your Chrome apps. | 1240 Relaunching in Desktop mode will close and relaunch your Chrome apps. |
1238 </message> | 1241 </message> |
1239 </if> | 1242 </if> |
1240 | 1243 |
1241 </messages> | 1244 </messages> |
1242 </release> | 1245 </release> |
1243 </grit> | 1246 </grit> |
OLD | NEW |