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

Side by Side Diff: components/version_ui_strings.grdp

Issue 2797433002: Include Google Update integration details in crash keys and about:version. (Closed)
Patch Set: components/version_ui/OWNERS now own version_ui_strings.grdp Created 3 years, 8 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 | « components/version_ui/version_ui_constants.cc ('k') | no next file » | 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 <grit-part> 2 <grit-part>
3 <message name="IDS_VERSION_UI_TITLE" desc="Title on the about:version page"> 3 <message name="IDS_VERSION_UI_TITLE" desc="Title on the about:version page">
4 About Version 4 About Version
5 </message> 5 </message>
6 <message name="IDS_VERSION_UI_OFFICIAL" desc="official build on the about:vers ion page"> 6 <message name="IDS_VERSION_UI_OFFICIAL" desc="official build on the about:vers ion page">
7 Official Build 7 Official Build
8 </message> 8 </message>
9 <message name="IDS_VERSION_UI_UNOFFICIAL" desc="unofficial build on the about: version page"> 9 <message name="IDS_VERSION_UI_UNOFFICIAL" desc="unofficial build on the about: version page">
10 Developer Build 10 Developer Build
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 </message> 48 </message>
49 <message name="IDS_VERSION_UI_PROFILE_PATH" desc="label for the profile path o n the about:version page"> 49 <message name="IDS_VERSION_UI_PROFILE_PATH" desc="label for the profile path o n the about:version page">
50 Profile Path 50 Profile Path
51 </message> 51 </message>
52 <message name="IDS_VERSION_UI_PATH_NOTFOUND" desc="label for the non-existent path on the about:version page"> 52 <message name="IDS_VERSION_UI_PATH_NOTFOUND" desc="label for the non-existent path on the about:version page">
53 No such file or directory 53 No such file or directory
54 </message> 54 </message>
55 <message name="IDS_VERSION_UI_VARIATIONS" desc="label for the variations list on the about:version page"> 55 <message name="IDS_VERSION_UI_VARIATIONS" desc="label for the variations list on the about:version page">
56 Variations 56 Variations
57 </message> 57 </message>
58 <if expr="is_win">
59 <message name="IDS_VERSION_UI_COHORT_NAME" desc="Update cohort substring inc luded in the version number line on the about:version page.">
60 (cohort: <ph name="UPDATE_COHORT_NAME">$1<ex>Stable</ex></ph>)
61 </message>
62 </if>
58 </grit-part> 63 </grit-part>
OLDNEW
« no previous file with comments | « components/version_ui/version_ui_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698