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

Side by Side Diff: chrome/app/chromium_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 | « no previous file | chrome/app/google_chrome_strings.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 If you update this file, be sure also to update google_chrome_strings.grd. --> 3 If you update this file, be sure also to update google_chrome_strings.grd. -->
4 4
5 <grit base_dir="." latest_public_release="0" current_release="1" 5 <grit base_dir="." latest_public_release="0" current_release="1"
6 source_lang_id="en" enc_check="möl"> 6 source_lang_id="en" enc_check="möl">
7 <outputs> 7 <outputs>
8 <output filename="grit/chromium_strings.h" type="rc_header"> 8 <output filename="grit/chromium_strings.h" type="rc_header">
9 <emit emit_type='prepend'></emit> 9 <emit emit_type='prepend'></emit>
10 </output> 10 </output>
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 </if> 198 </if>
199 <if expr="chromeos"> 199 <if expr="chromeos">
200 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page."> 200 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page.">
201 Get help with using Chromium OS 201 Get help with using Chromium OS
202 </message> 202 </message>
203 </if> 203 </if>
204 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a bout pages"> 204 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a bout pages">
205 The Chromium Authors 205 The Chromium Authors
206 </message> 206 </message>
207 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages"> 207 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages">
208 Copyright <ph name="YEAR">$1</ph> The Chromium Authors. All rights reser ved. 208 Copyright <ph name="YEAR">{0,date,y}<ex>2016</ex></ph> The Chromium Auth ors. All rights reserved.
209 </message> 209 </message>
210 <if expr="chromeos"> 210 <if expr="chromeos">
211 <message name="IDS_ABOUT_VERSION_LICENSE_EULA" desc="The label below the copyright message, containing the URLs."> 211 <message name="IDS_ABOUT_VERSION_LICENSE_EULA" desc="The label below the copyright message, containing the URLs.">
212 Chromium open source licenses 212 Chromium open source licenses
213 </message> 213 </message>
214 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis played beneath the Chromium open source URLs for Chrome OS."> 214 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis played beneath the Chromium open source URLs for Chrome OS.">
215 Chromium OS is made possible by additional <ph name="BEGIN_LINK_CROS_O SS">&lt;a target="_blank" href="$1"&gt;</ph>open source software<ph name="END_LI NK_CROS_OSS">&lt;/a&gt;</ph>. 215 Chromium OS is made possible by additional <ph name="BEGIN_LINK_CROS_O SS">&lt;a target="_blank" href="$1"&gt;</ph>open source software<ph name="END_LI NK_CROS_OSS">&lt;/a&gt;</ph>.
216 </message> 216 </message>
217 <message name="IDS_ABOUT_CROS_VERSION_LICENSE_EULA" desc="Additional te xt displayed beneath the Chromium open source URLs for Chrome OS."> 217 <message name="IDS_ABOUT_CROS_VERSION_LICENSE_EULA" desc="Additional te xt displayed beneath the Chromium open source URLs for Chrome OS.">
218 Chromium OS open source licenses 218 Chromium OS open source licenses
(...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 </message> 1191 </message>
1192 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" 1192 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT"
1193 desc="Alt text for the faded Chrome logo image."> 1193 desc="Alt text for the faded Chrome logo image.">
1194 Chromium logo 1194 Chromium logo
1195 </message> 1195 </message>
1196 </if> 1196 </if>
1197 1197
1198 </messages> 1198 </messages>
1199 </release> 1199 </release>
1200 </grit> 1200 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698