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

Side by Side Diff: chrome/app/chromium_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 | « no previous file | chrome/app/generated_resources.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 1150 matching lines...) Expand 10 before | Expand all | Expand 10 after
1161 If you share a computer, friends and family can browse separately and set up Chromium just the way they want. 1161 If you share a computer, friends and family can browse separately and set up Chromium just the way they want.
1162 </message> 1162 </message>
1163 <message name="IDS_USER_MANAGER_TUTORIAL_SLIDE_OUTRO_TEXT" desc="Main te xt of the tutorial completion slide"> 1163 <message name="IDS_USER_MANAGER_TUTORIAL_SLIDE_OUTRO_TEXT" desc="Main te xt of the tutorial completion slide">
1164 Click your name to open Chromium and start browsing. 1164 Click your name to open Chromium and start browsing.
1165 </message> 1165 </message>
1166 <message name="IDS_USER_MANAGER_TUTORIAL_SLIDE_OUTRO_ADD_USER" desc="Tex t of the add a new user button"> 1166 <message name="IDS_USER_MANAGER_TUTORIAL_SLIDE_OUTRO_ADD_USER" desc="Tex t of the add a new user button">
1167 Add yourself to Chromium 1167 Add yourself to Chromium
1168 </message> 1168 </message>
1169 </if> 1169 </if>
1170 1170
1171 <!-- Update bubble -->
1172 <message name="IDS_REINSTALL_APP" desc="Text for the button the user click s to reinstall the app.">
1173 Reinstall Chromium
1174 </message>
1175 <if expr="use_titlecase">
1176 <message name="IDS_UPGRADE_BUBBLE_MENU_ITEM" desc="In Title Case: Text f or the Chrome menu option replacing Update required.">
1177 Chromium is Out of Date
1178 </message>
1179 </if>
1180 <if expr="not use_titlecase">
1181 <message name="IDS_UPGRADE_BUBBLE_MENU_ITEM" desc="Text for the Chrome m enu option replacing Update required.">
1182 Chromium is out of date
1183 </message>
1184 </if>
1185 <message name="IDS_UPGRADE_BUBBLE_TITLE" desc="Text for the title of the u pgrade bubble view.">
1186 Chromium is out of date
1187 </message>
1188 <message name="IDS_UPGRADE_BUBBLE_TEXT" desc="Text for the upgrade bubble view full description.">
1189 Chromium could not update itself to the latest version, so you are missi ng out on awesome new features and security fixes. You need to manually reinstal l Chromium.
1190 </message>
1191 <message name="IDS_UPGRADE_BUBBLE_REENABLE_TEXT" desc="Text for the upgrad e bubble view full description.">
1192 Chromium could not update itself to the latest version, so you are missi ng out on awesome new features and security fixes. You need to update Chromium.
1193 </message>
1194
1171 <!-- chrome://ntp --> 1195 <!-- chrome://ntp -->
1172 <if expr="not is_android"> 1196 <if expr="not is_android">
1173 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" 1197 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE"
1174 desc="Explanation in a new OTR window that extensions have been disabled while in OTR."> 1198 desc="Explanation in a new OTR window that extensions have been disabled while in OTR.">
1175 Because Chromium does not control how extensions handle your personal data, all extensions have been disabled for incognito windows. You can reenable them individually in the 1199 Because Chromium does not control how extensions handle your personal data, all extensions have been disabled for incognito windows. You can reenable them individually in the
1176 <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>. 1200 <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>.
1177 </message> 1201 </message>
1178 </if> 1202 </if>
1179 1203
1180 </messages> 1204 </messages>
1181 </release> 1205 </release>
1182 </grit> 1206 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698