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

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

Issue 209433008: Strings for the re-enable updates bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix incorrect usage of PRODUCT_NAME in the update bubble strings. Created 6 years, 9 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 | « chrome/app/generated_resources.grd ('k') | no next file » | 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 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. --> 4 Chrome supports. -->
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/google_chrome_strings.h" type="rc_header"> 9 <output filename="grit/google_chrome_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after
1085 If you share a computer, friends and family can browse separately and set up Chrome just the way they want. 1085 If you share a computer, friends and family can browse separately and set up Chrome just the way they want.
1086 </message> 1086 </message>
1087 <message name="IDS_USER_MANAGER_TUTORIAL_SLIDE_OUTRO_TEXT" desc="Main te xt of the tutorial completion slide"> 1087 <message name="IDS_USER_MANAGER_TUTORIAL_SLIDE_OUTRO_TEXT" desc="Main te xt of the tutorial completion slide">
1088 Click your name to open Chrome and start browsing. 1088 Click your name to open Chrome and start browsing.
1089 </message> 1089 </message>
1090 <message name="IDS_USER_MANAGER_TUTORIAL_SLIDE_OUTRO_ADD_USER" desc="Tit le text for the button that would add a new user"> 1090 <message name="IDS_USER_MANAGER_TUTORIAL_SLIDE_OUTRO_ADD_USER" desc="Tit le text for the button that would add a new user">
1091 Add yourself to Chrome 1091 Add yourself to Chrome
1092 </message> 1092 </message>
1093 </if> 1093 </if>
1094 1094
1095 <!-- Update bubble -->
1096 <message name="IDS_REINSTALL_APP" desc="Text for the button the user click s to reinstall the app.">
1097 Reinstall Chrome
1098 </message>
1099 <if expr="use_titlecase">
1100 <message name="IDS_UPGRADE_BUBBLE_MENU_ITEM" desc="In Title Case: Text f or the Chrome menu option replacing Update required.">
1101 Chrome is Out of Date
1102 </message>
1103 </if>
1104 <if expr="not use_titlecase">
1105 <message name="IDS_UPGRADE_BUBBLE_MENU_ITEM" desc="Text for the Chrome m enu option replacing Update required.">
1106 Chrome is out of date
1107 </message>
1108 </if>
1109 <message name="IDS_UPGRADE_BUBBLE_TITLE" desc="Text for the title of the u pgrade bubble view.">
1110 Chrome is out of date
1111 </message>
1112 <message name="IDS_UPGRADE_BUBBLE_TEXT" desc="Text for the upgrade bubble view full description.">
1113 Chrome could not update itself to the latest version, so you are missing out on awesome new features and security fixes. You need to manually reinstall Chrome.
1114 </message>
1115 <message name="IDS_UPGRADE_BUBBLE_REENABLE_TEXT" desc="Text for the upgrad e bubble view full description.">
1116 Chrome could not update itself to the latest version, so you are missing out on awesome new features and security fixes. You need to update Chrome.
1117 </message>
1118
1095 <!-- chrome://ntp --> 1119 <!-- chrome://ntp -->
1096 <if expr="not is_android"> 1120 <if expr="not is_android">
1097 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" 1121 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE"
1098 desc="Explanation in a new OTR window that extensions have been disabled while in OTR."> 1122 desc="Explanation in a new OTR window that extensions have been disabled while in OTR.">
1099 Because Google Chrome does not control how extensions handle your pers onal data, all extensions have been disabled for incognito windows. You can reen able them individually in the 1123 Because Google Chrome does not control how extensions handle your pers onal data, all extensions have been disabled for incognito windows. You can reen able them individually in the
1100 <ph name="BEGIN_LINK">&lt;a href="$1"&gt;</ph>extensions manager<ph na me="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>. 1124 <ph name="BEGIN_LINK">&lt;a href="$1"&gt;</ph>extensions manager<ph na me="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>.
1101 </message> 1125 </message>
1102 </if> 1126 </if>
1103 1127
1104 </messages> 1128 </messages>
1105 </release> 1129 </release>
1106 </grit> 1130 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698