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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 <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'.
"> | 208 <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'.
"> |
209 Your changes will take effect the next time you restart your device. | 209 Your changes will take effect the next time you restart your device. |
210 </message> | 210 </message> |
211 </if> | 211 </if> |
212 | 212 |
213 <!-- chrome://crashes strings --> | 213 <!-- chrome://crashes strings --> |
214 <message name="IDS_CRASH_DISABLED_MESSAGE" desc="The explanatory message f
or chrome://crashes when crash reporting is disabled"> | 214 <message name="IDS_CRASH_DISABLED_MESSAGE" desc="The explanatory message f
or chrome://crashes when crash reporting is disabled"> |
215 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>. | 215 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>. |
216 </message> | 216 </message> |
217 | 217 |
| 218 <!-- Task Manager Strings --> |
| 219 <message name="IDS_TASK_MANAGER_FRAMELET_TAG_PREFIX" desc="The prefix for
a guest page loaded in framelet tag in the Task Manager"> |
| 220 Framelet: <ph name="FRAMELET_TAG_NAME">$1<ex>Google Adsense</ex></ph> |
| 221 </message> |
| 222 |
218 <!-- Version UI --> | 223 <!-- Version UI --> |
219 <message name="IDS_VERSION_UI_LICENSE" desc="The label below the copyright
message, containing the URLs."> | 224 <message name="IDS_VERSION_UI_LICENSE" desc="The label below the copyright
message, containing the URLs."> |
220 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>. | 225 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>. |
221 </message> | 226 </message> |
222 </messages> | 227 </messages> |
223 </release> | 228 </release> |
224 </grit> | 229 </grit> |
OLD | NEW |