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

Side by Side Diff: chrome/app/chromium_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 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 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 <!-- Extension/App install prompt --> 640 <!-- Extension/App install prompt -->
641 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window"> 641 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window">
642 Add to Chromium 642 Add to Chromium
643 </message> 643 </message>
644 644
645 <if expr="enable_extensions"> 645 <if expr="enable_extensions">
646 <!-- Extension installed bubble --> 646 <!-- Extension installed bubble -->
647 <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the content area of the extension installed bubble. Instructs that the extension was installed."> 647 <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the content area of the extension installed bubble. Instructs that the extension was installed.">
648 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added to Chromium. 648 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added to Chromium.
649 </message> 649 </message>
650 <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.">
651 sign in to Chromium
652 </message>
650 <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 <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.">
651 Sign in to Chromium 654 Sign in to Chromium
652 </message> 655 </message>
653 656
654 <!-- Extension context menu --> 657 <!-- Extension context menu -->
655 <if expr="not use_titlecase"> 658 <if expr="not use_titlecase">
656 <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 <message name="IDS_EXTENSIONS_HIDE_BUTTON_IN_MENU" desc="The extension context menu item to hide the button in the application menu (sentence case).">
657 Hide in Chromium menu 660 Hide in Chromium menu
658 </message> 661 </message>
659 </if> 662 </if>
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
1275 </message> 1278 </message>
1276 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" 1279 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP"
1277 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 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.">
1278 Relaunching in Desktop mode will close and relaunch your Chromium apps . 1281 Relaunching in Desktop mode will close and relaunch your Chromium apps .
1279 </message> 1282 </message>
1280 </if> 1283 </if>
1281 1284
1282 </messages> 1285 </messages>
1283 </release> 1286 </release>
1284 </grit> 1287 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/browser/ui/sync/bubble_sync_promo_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698