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

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

Issue 2859043: Added system notification for update_engine. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: . Created 10 years, 5 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
« no previous file with comments | « .gitignore ('k') | chrome/app/theme/notification_update.png » ('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 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 7578 matching lines...) Expand 10 before | Expand all | Expand 10 after
7589 </message> 7589 </message>
7590 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE" desc="Message for net work connection error notification"> 7590 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE" desc="Message for net work connection error notification">
7591 Failed to connect to network '<ph name="name">$1<ex>GoogleGuest</ex></ph >'. 7591 Failed to connect to network '<ph name="name">$1<ex>GoogleGuest</ex></ph >'.
7592 </message> 7592 </message>
7593 <message name="IDS_LOW_BATTERY_TITLE" desc="Title for low battery notifica tion"> 7593 <message name="IDS_LOW_BATTERY_TITLE" desc="Title for low battery notifica tion">
7594 Battery Low 7594 Battery Low
7595 </message> 7595 </message>
7596 <message name="IDS_LOW_BATTERY_MESSAGE" desc="Message for low battery noti fication"> 7596 <message name="IDS_LOW_BATTERY_MESSAGE" desc="Message for low battery noti fication">
7597 Less than <ph name="MINUTES">$1<ex>15 mins left</ex></ph>. 7597 Less than <ph name="MINUTES">$1<ex>15 mins left</ex></ph>.
7598 </message> 7598 </message>
7599 <message name="IDS_UPDATE_TITLE" desc="Title for update notification">
7600 System Update
7601 </message>
7602 <message name="IDS_UPDATE_ERROR" desc="Notification for failed update">
7603 System update failed.
7604 </message>
7605 <message name="IDS_UPDATE_AVAILABLE" desc="Notification for available upda te">
7606 System update available&#x2026;
7607 </message>
7608 <message name="IDS_UPDATE_DOWNLOADING" desc="Notification for update downl oad progress">
7609 System update downloading: <ph name="PERCENT">$1<ex>10</ex></ph>&#37; co mplete.
7610 </message>
7611 <message name="IDS_UPDATE_VERIFYING" desc="Notification for update verifyi ng">
7612 Verifying system update&#x2026;
7613 </message>
7614 <message name="IDS_UPDATE_FINALIZING" desc="Notification for update finali zing">
7615 Finalizing system update&#x2026;
7616 </message>
7617 <message name="IDS_UPDATE_COMPLETED" desc="Notification for update complet ed">
7618 System update complete. Please restart the system by pressing the power
7619 button, wait for the system to power down, then press the power button a gain.
7620 </message>
7599 <message name="IDS_INSTALLING_UPDATE" desc="Label shown on the updates ins tallation screen"> 7621 <message name="IDS_INSTALLING_UPDATE" desc="Label shown on the updates ins tallation screen">
7600 Please wait while <ph name="PRODUCT_NAME">$1<ex>Chrome OS</ex></ph> inst alls an important update.\nYour computer will restart after this is complete. 7622 Please wait while <ph name="PRODUCT_NAME">$1<ex>Chrome OS</ex></ph> inst alls an important update.\nYour computer will restart after this is complete.
7601 </message> 7623 </message>
7602 <message name="IDS_NETWORK_SELECTION_TITLE" desc="Welcome title shown on n etwork selection screen"> 7624 <message name="IDS_NETWORK_SELECTION_TITLE" desc="Welcome title shown on n etwork selection screen">
7603 Welcome to <ph name="PRODUCT_NAME">$1<ex>Chrome OS</ex></ph> 7625 Welcome to <ph name="PRODUCT_NAME">$1<ex>Chrome OS</ex></ph>
7604 </message> 7626 </message>
7605 <message name="IDS_NETWORK_SELECTION_SELECT" desc="Label for network selec tion dropdown"> 7627 <message name="IDS_NETWORK_SELECTION_SELECT" desc="Label for network selec tion dropdown">
7606 Select a network: 7628 Select a network:
7607 </message> 7629 </message>
7608 <message name="IDS_LANGUAGE_SELECTION_SELECT" desc="Label for language sel ection dropdown"> 7630 <message name="IDS_LANGUAGE_SELECTION_SELECT" desc="Label for language sel ection dropdown">
(...skipping 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after
8707 8729
8708 </messages> 8730 </messages>
8709 8731
8710 <structures fallback_to_english="true"> 8732 <structures fallback_to_english="true">
8711 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 8733 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
8712 </structure> 8734 </structure>
8713 </structures> 8735 </structures>
8714 8736
8715 </release> 8737 </release>
8716 </grit> 8738 </grit>
OLDNEW
« no previous file with comments | « .gitignore ('k') | chrome/app/theme/notification_update.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698