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_chromium_strings.h" type="rc_header"> | 6 <output filename="grit/components_chromium_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_chromium_strings_am.pak" type="data_package" la
ng="am" /> | 9 <output filename="components_chromium_strings_am.pak" type="data_package" la
ng="am" /> |
10 <output filename="components_chromium_strings_ar.pak" type="data_package" la
ng="ar" /> | 10 <output filename="components_chromium_strings_ar.pak" type="data_package" la
ng="ar" /> |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 <if expr="chromeos"> | 163 <if expr="chromeos"> |
164 <message name="IDS_FLAGS_UI_RELAUNCH_NOTICE" desc="Notifies the user tha
t he needs to restart Chromium 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 Chromium 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 Crash reporting is not available in Chromium. | 171 Crash reporting is not available in Chromium. |
172 </message> | 172 </message> |
| 173 |
| 174 <!-- Version UI --> |
| 175 <message name="IDS_VERSION_UI_LICENSE" desc="The label below the copyright
message, containing the URLs."> |
| 176 Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM"><a ta
rget="_blank" href="$1"></ph>Chromium<ph name="END_LINK_CHROMIUM"></a><
/ph> open source project and other <ph name="BEGIN_LINK_OSS"><a target="_blan
k" href="$2"></ph>open source software<ph name="END_LINK_OSS"></a></ph>
. |
| 177 </message> |
173 </messages> | 178 </messages> |
174 </release> | 179 </release> |
175 </grit> | 180 </grit> |
OLD | NEW |