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

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

Issue 5747002: Implement a ReadyPromptContent that displays a prompt to accept, temporarily ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
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/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 11275 matching lines...) Expand 10 before | Expand all | Expand 10 after
11286 <message name="IDS_CUSTOM_FILES" desc="The description of the custom file ex tensions in the select file dialog."> 11286 <message name="IDS_CUSTOM_FILES" desc="The description of the custom file ex tensions in the select file dialog.">
11287 Custom Files 11287 Custom Files
11288 </message> 11288 </message>
11289 11289
11290 <!-- Cloud Print Strings --> 11290 <!-- Cloud Print Strings -->
11291 <message name="IDS_CLOUD_PRINT_TOKEN_EXPIRED_MESSAGE" desc="The message to d isplay when the cloud print token has expired."> 11291 <message name="IDS_CLOUD_PRINT_TOKEN_EXPIRED_MESSAGE" desc="The message to d isplay when the cloud print token has expired.">
11292 The credentials used to share your printers to <ph name="CLOUD_PRINT_NAME ">Google Cloud Print</ph> have expired. Please click here to re-enter your usern ame and password. 11292 The credentials used to share your printers to <ph name="CLOUD_PRINT_NAME ">Google Cloud Print</ph> have expired. Please click here to re-enter your usern ame and password.
11293 </message> 11293 </message>
11294 11294
11295 </messages> 11295 </messages>
11296 11296 <includes>
11297 <if expr="pp_ifdef('_google_chrome')">
11298 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" />
11299 </if>
11300 <if expr="not pp_ifdef('_google_chrome')">
11301 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" />
11302 </if>
11303 </includes>
11297 <structures fallback_to_english="true"> 11304 <structures fallback_to_english="true">
11298 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11305 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11299 </structure> 11306 </structure>
11307 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11308 </structure>
11300 </structures> 11309 </structures>
11301 11310
11302 </release> 11311 </release>
11303 </grit> 11312 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698