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

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

Issue 1996993002: i18n of Copyright line to use locally correct numeric glyphs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add time.h includes, as per review (also merge) Created 4 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
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/browser/ui/webui/help/help_handler.cc » ('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 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. If you update this file, be sure also to update 4 Chrome supports. If you update this file, be sure also to update
5 chromium_strings.grd. --> 5 chromium_strings.grd. -->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl"> 8 source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <output filename="grit/google_chrome_strings.h" type="rc_header"> 10 <output filename="grit/google_chrome_strings.h" type="rc_header">
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 </if> 200 </if>
201 <if expr="chromeos"> 201 <if expr="chromeos">
202 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page."> 202 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page.">
203 Get help with using Chrome OS 203 Get help with using Chrome OS
204 </message> 204 </message>
205 </if> 205 </if>
206 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a bout pages"> 206 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a bout pages">
207 Google Inc. 207 Google Inc.
208 </message> 208 </message>
209 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages"> 209 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages">
210 Copyright <ph name="YEAR">$1</ph> Google Inc. All rights reserved. 210 Copyright <ph name="YEAR">{0,date,y}<ex>2016</ex></ph> Google Inc. All r ights reserved.
211 </message> 211 </message>
212 <if expr="chromeos"> 212 <if expr="chromeos">
213 <message name="IDS_ABOUT_VERSION_LICENSE_EULA" desc="The label below the copyright message, containing the URLs."> 213 <message name="IDS_ABOUT_VERSION_LICENSE_EULA" desc="The label below the copyright message, containing the URLs.">
214 Chrome open source licenses 214 Chrome open source licenses
215 </message> 215 </message>
216 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis played beneath the Chromium open source URLs for Chrome OS."> 216 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis played beneath the Chromium open source URLs for Chrome OS.">
217 Chrome OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS ">&lt;a target="_blank" href="$1"&gt;</ph>open source software<ph name="END_LINK _CROS_OSS">&lt;/a&gt;</ph>. 217 Chrome OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS ">&lt;a target="_blank" href="$1"&gt;</ph>open source software<ph name="END_LINK _CROS_OSS">&lt;/a&gt;</ph>.
218 </message> 218 </message>
219 <message name="IDS_ABOUT_CROS_VERSION_LICENSE_EULA" desc="Additional te xt displayed beneath the Chromium open source URLs for Chrome OS."> 219 <message name="IDS_ABOUT_CROS_VERSION_LICENSE_EULA" desc="Additional te xt displayed beneath the Chromium open source URLs for Chrome OS.">
220 Chrome OS open source licenses 220 Chrome OS open source licenses
(...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
1192 </message> 1192 </message>
1193 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" 1193 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT"
1194 desc="Alt text for the faded Chrome logo image."> 1194 desc="Alt text for the faded Chrome logo image.">
1195 Chrome logo 1195 Chrome logo
1196 </message> 1196 </message>
1197 </if> 1197 </if>
1198 1198
1199 </messages> 1199 </messages>
1200 </release> 1200 </release>
1201 </grit> 1201 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/browser/ui/webui/help/help_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698