OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
3 <grit latest_public_release="0" current_release="1" | 3 <grit latest_public_release="0" current_release="1" |
4 source_lang_id="en" enc_check="möl"> | 4 source_lang_id="en" enc_check="möl"> |
5 <outputs> | 5 <outputs> |
6 <output filename="grit/components_google_chrome_strings.h" type="rc_header"> | 6 <output filename="grit/components_google_chrome_strings.h" type="rc_header"> |
7 <emit emit_type='prepend'></emit> | 7 <emit emit_type='prepend'></emit> |
8 </output> | 8 </output> |
9 <output filename="components_google_chrome_strings_am.pak" type="data_packag
e" lang="am" /> | 9 <output filename="components_google_chrome_strings_am.pak" type="data_packag
e" lang="am" /> |
10 <output filename="components_google_chrome_strings_ar.pak" type="data_packag
e" lang="ar" /> | 10 <output filename="components_google_chrome_strings_ar.pak" type="data_packag
e" lang="ar" /> |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 <message name="IDS_FLAGS_UI_RELAUNCH_NOTICE" desc="Notifies the user tha
t he needs to restart Chrome OS. Shown next to a button that says 'Restart Now'.
"> | 164 <message name="IDS_FLAGS_UI_RELAUNCH_NOTICE" desc="Notifies the user tha
t he needs to restart Chrome OS. Shown next to a button that says 'Restart Now'.
"> |
165 Your changes will take effect the next time you restart your device. | 165 Your changes will take effect the next time you restart your device. |
166 </message> | 166 </message> |
167 </if> | 167 </if> |
168 | 168 |
169 <!-- chrome://crashes strings --> | 169 <!-- chrome://crashes strings --> |
170 <message name="IDS_CRASH_DISABLED_MESSAGE" desc="The explanatory message f
or chrome://crashes when crash reporting is disabled"> | 170 <message name="IDS_CRASH_DISABLED_MESSAGE" desc="The explanatory message f
or chrome://crashes when crash reporting is disabled"> |
171 This page only shows information on your recent crashes if you <ph name=
"BEGIN_LINK"><a href="https://support.google.com/chrome/answer/96817"></ph
>enable crash reporting<ph name="END_LINK"></a></ph>. | 171 This page only shows information on your recent crashes if you <ph name=
"BEGIN_LINK"><a href="https://support.google.com/chrome/answer/96817"></ph
>enable crash reporting<ph name="END_LINK"></a></ph>. |
172 </message> | 172 </message> |
173 | 173 |
| 174 <!-- Version UI --> |
| 175 <message name="IDS_VERSION_UI_LICENSE" desc="The label below the copyright
message, containing the URLs."> |
| 176 Google Chrome is made possible by the <ph name="BEGIN_LINK_CHROMIUM"><
;a target="_blank" href="$1"></ph>Chromium<ph name="END_LINK_CHROMIUM"></a
></ph> open source project and other <ph name="BEGIN_LINK_OSS"><a target="
_blank" href="$2"></ph>open source software<ph name="END_LINK_OSS"></a>
</ph>. |
| 177 </message> |
174 </messages> | 178 </messages> |
175 </release> | 179 </release> |
176 </grit> | 180 </grit> |
OLD | NEW |