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

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

Issue 17286015: Adds a first-run balloon to the Windows notification center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test failures Created 7 years, 6 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
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 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 Software running on your computer is incompatible with Chromium. 970 Software running on your computer is incompatible with Chromium.
971 </message> 971 </message>
972 </if> 972 </if>
973 973
974 <!-- Chrome OS OOBE Terms of Service screen--> 974 <!-- Chrome OS OOBE Terms of Service screen-->
975 <if expr="pp_ifdef('chromeos')"> 975 <if expr="pp_ifdef('chromeos')">
976 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading at the top of the Terms of Service screen."> 976 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading at the top of the Terms of Service screen.">
977 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires that you read a nd accept the following Terms of Service before using this device. These terms d o not expand, modify or limit the Chromium OS Terms. 977 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires that you read a nd accept the following Terms of Service before using this device. These terms d o not expand, modify or limit the Chromium OS Terms.
978 </message> 978 </message>
979 </if> 979 </if>
980
981 <!-- Chrome Notifications center -->
982 <if expr="is_win">
983 <message name="IDS_MESSAGE_CENTER_BALLOON_TITLE" desc="Title of the firs t run notification ballon describing the notification center.">
984 Chromium Notification Center
985 </message>
986 <message name="IDS_MESSAGE_CENTER_BALLOON_TEXT" desc="Body text for the the first run notification ballon describing the notification center.">
987 You can see all your notifications from Chromium apps, extensions, and websites here.
988 </message>
989 </if>
980 </messages> 990 </messages>
981 </release> 991 </release>
982 </grit> 992 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698