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

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

Issue 1503583002: [Extensions Views] Update the extension installed bubble's sync promo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sky's Created 5 years 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. 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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 <!-- Extension/App install prompt --> 642 <!-- Extension/App install prompt -->
643 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window"> 643 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window">
644 Add to Chrome 644 Add to Chrome
645 </message> 645 </message>
646 646
647 <!-- Extension installed bubble --> 647 <!-- Extension installed bubble -->
648 <if expr="enable_extensions"> 648 <if expr="enable_extensions">
649 <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the content area of the extension installed bubble. Instructs that the extension was installed."> 649 <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the content area of the extension installed bubble. Instructs that the extension was installed.">
650 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added to Chrome. 650 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added to Chrome.
651 </message> 651 </message>
652 <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.">
653 sign in to Chrome
654 </message>
652 <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."> 655 <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.">
653 Sign in to Chrome 656 Sign in to Chrome
654 </message> 657 </message>
655 658
656 <!-- Extension context menu --> 659 <!-- Extension context menu -->
657 <if expr="not use_titlecase"> 660 <if expr="not use_titlecase">
658 <message name="IDS_EXTENSIONS_HIDE_BUTTON_IN_MENU" desc="The extension context menu item to hide the button in the application menu (sentence case)."> 661 <message name="IDS_EXTENSIONS_HIDE_BUTTON_IN_MENU" desc="The extension context menu item to hide the button in the application menu (sentence case).">
659 Hide in Chrome menu 662 Hide in Chrome menu
660 </message> 663 </message>
661 </if> 664 </if>
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
1277 </message> 1280 </message>
1278 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" 1281 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP"
1279 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."> 1282 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.">
1280 Relaunching in Desktop mode will close and relaunch your Chrome apps. 1283 Relaunching in Desktop mode will close and relaunch your Chrome apps.
1281 </message> 1284 </message>
1282 </if> 1285 </if>
1283 1286
1284 </messages> 1287 </messages>
1285 </release> 1288 </release>
1286 </grit> 1289 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698