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 distribution specific. | 2 <!-- This file contains definitions of strings that are distribution specific. |
3 If you update this file, be sure also to update google_chrome_strings.grd. --> | 3 If you update this file, be sure also to update google_chrome_strings.grd. --> |
4 | 4 |
5 <grit base_dir="." latest_public_release="0" current_release="1" | 5 <grit base_dir="." latest_public_release="0" current_release="1" |
6 source_lang_id="en" enc_check="möl"> | 6 source_lang_id="en" enc_check="möl"> |
7 <outputs> | 7 <outputs> |
8 <output filename="grit/chromium_strings.h" type="rc_header"> | 8 <output filename="grit/chromium_strings.h" type="rc_header"> |
9 <emit emit_type='prepend'></emit> | 9 <emit emit_type='prepend'></emit> |
10 </output> | 10 </output> |
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
648 <!-- Extension/App install prompt --> | 648 <!-- Extension/App install prompt --> |
649 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o
f the extension or app inline installation prompt window"> | 649 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o
f the extension or app inline installation prompt window"> |
650 Add to Chromium | 650 Add to Chromium |
651 </message> | 651 </message> |
652 | 652 |
653 <if expr="enable_extensions"> | 653 <if expr="enable_extensions"> |
654 <!-- Extension installed bubble --> | 654 <!-- Extension installed bubble --> |
655 <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the
content area of the extension installed bubble. Instructs that the extension was
installed."> | 655 <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 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added
to Chromium. | 656 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added
to Chromium. |
657 </message> | 657 </message> |
| 658 <message name="IDS_EXTENSION_INSTALLED_SYNC_PROMO_LINK_NEW" desc="Text o
f the link to sign in to Chromium from the extension installed bubble. This will
be converted to a link, with additional text around it."> |
| 659 sign in to Chromium |
| 660 </message> |
658 <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."> | 661 <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."> |
659 Sign in to Chromium | 662 Sign in to Chromium |
660 </message> | 663 </message> |
661 | 664 |
662 <!-- Extension context menu --> | 665 <!-- Extension context menu --> |
663 <if expr="not use_titlecase"> | 666 <if expr="not use_titlecase"> |
664 <message name="IDS_EXTENSIONS_HIDE_BUTTON_IN_MENU" desc="The extension
context menu item to hide the button in the application menu (sentence case)."> | 667 <message name="IDS_EXTENSIONS_HIDE_BUTTON_IN_MENU" desc="The extension
context menu item to hide the button in the application menu (sentence case)."> |
665 Hide in Chromium menu | 668 Hide in Chromium menu |
666 </message> | 669 </message> |
667 </if> | 670 </if> |
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1233 </message> | 1236 </message> |
1234 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" | 1237 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" |
1235 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."> | 1238 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."> |
1236 Relaunching in Desktop mode will close and relaunch your Chromium apps
. | 1239 Relaunching in Desktop mode will close and relaunch your Chromium apps
. |
1237 </message> | 1240 </message> |
1238 </if> | 1241 </if> |
1239 | 1242 |
1240 </messages> | 1243 </messages> |
1241 </release> | 1244 </release> |
1242 </grit> | 1245 </grit> |
OLD | NEW |