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

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

Issue 123453002: Show "Chrome" on the tabstrip for chrome signin page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits fixed Created 6 years, 11 months 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 These strings will not be translated and only english versions will 3 These strings will not be translated and only english versions will
4 be available for now. --> 4 be available for now. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/chromium_strings.h" type="rc_header"> 9 <output filename="grit/chromium_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 Chromium 840 Chromium
841 </message> 841 </message>
842 <message name="IDS_HELPER_NAME" desc="The helper application's name. Sh ould contain the Chrome application name (IDS_PRODUCT_NAME). Example: Google Chr ome Helper."> 842 <message name="IDS_HELPER_NAME" desc="The helper application's name. Sh ould contain the Chrome application name (IDS_PRODUCT_NAME). Example: Google Chr ome Helper.">
843 Chromium Helper 843 Chromium Helper
844 </message> 844 </message>
845 <message name="IDS_SHORT_HELPER_NAME" desc="The helper application's sho rt name, used for the Mac's application menu, activity monitor, etc. Example: Ch rome Helper, not Google Chrome Helper."> 845 <message name="IDS_SHORT_HELPER_NAME" desc="The helper application's sho rt name, used for the Mac's application menu, activity monitor, etc. Example: Ch rome Helper, not Google Chrome Helper.">
846 Chromium Helper 846 Chromium Helper
847 </message> 847 </message>
848 </if> 848 </if>
849 849
850 <!-- Chrome sign in page -->
851 <message name="IDS_CHROME_SIGNIN_TITLE" desc="Title on the about:chrome-si gnin page">
852 Chromium
853 </message>
854
850 <!-- Sync Promo New Tab Page bubble strings --> 855 <!-- Sync Promo New Tab Page bubble strings -->
851 <message name="IDS_SYNC_PROMO_NTP_BUBBLE_MESSAGE_NEW" desc="The body of th e sync promo NTP bubble."> 856 <message name="IDS_SYNC_PROMO_NTP_BUBBLE_MESSAGE_NEW" desc="The body of th e sync promo NTP bubble.">
852 Now that you're signed in, you can get your tabs, bookmarks and other Ch romium stuff across your laptop, phone and tablet. You will also receive more re levant suggestions and features on Google services. 857 Now that you're signed in, you can get your tabs, bookmarks and other Ch romium stuff across your laptop, phone and tablet. You will also receive more re levant suggestions and features on Google services.
853 </message> 858 </message>
854 859
855 <!-- One click sign in infobar --> 860 <!-- One click sign in infobar -->
856 <if expr="not pp_ifdef('chromeos')"> 861 <if expr="not pp_ifdef('chromeos')">
857 <!-- New one-click signin dialog contents for SAML support --> 862 <!-- New one-click signin dialog contents for SAML support -->
858 <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_TITLE_NEW" desc="The title of the modal dialog window that opens when the user chooses to use one click sign in."> 863 <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_TITLE_NEW" desc="The title of the modal dialog window that opens when the user chooses to use one click sign in.">
859 You're signed in to Chromium! 864 You're signed in to Chromium!
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 </message> 1055 </message>
1051 1056
1052 <!-- ProcessSingleton --> 1057 <!-- ProcessSingleton -->
1053 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the brow ser cannot start because the profile is in use on a different host."> 1058 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the brow ser cannot start because the profile is in use on a different host.">
1054 The profile appears to be in use by another Chromium process (<ph name=" PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME">$2< ex>example.com</ex></ph>). Chromium has locked the profile so that it doesn't ge t corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chromium. 1059 The profile appears to be in use by another Chromium process (<ph name=" PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME">$2< ex>example.com</ex></ph>). Chromium has locked the profile so that it doesn't ge t corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chromium.
1055 </message> 1060 </message>
1056 1061
1057 </messages> 1062 </messages>
1058 </release> 1063 </release>
1059 </grit> 1064 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698