OLD | NEW |
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 Loading... |
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> |
OLD | NEW |