| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <!-- This file contains definitions of strings that are distribution specific. | 2 <!-- This file contains definitions of strings that are distribution specific. |
| 3 If you update this file, be sure also to update google_chrome_strings.grd. --> | 3 If you update this file, be sure also to update google_chrome_strings.grd. --> |
| 4 | 4 |
| 5 <grit base_dir="." latest_public_release="0" current_release="1" | 5 <grit base_dir="." latest_public_release="0" current_release="1" |
| 6 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 6 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> |
| 7 <outputs> | 7 <outputs> |
| 8 <output filename="grit/chromium_strings.h" type="rc_header"> | 8 <output filename="grit/chromium_strings.h" type="rc_header"> |
| 9 <emit emit_type='prepend'></emit> | 9 <emit emit_type='prepend'></emit> |
| 10 </output> | 10 </output> |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 <file path="resources/chromium_strings_te.xtb" lang="te" /> | 126 <file path="resources/chromium_strings_te.xtb" lang="te" /> |
| 127 <file path="resources/chromium_strings_th.xtb" lang="th" /> | 127 <file path="resources/chromium_strings_th.xtb" lang="th" /> |
| 128 <file path="resources/chromium_strings_tr.xtb" lang="tr" /> | 128 <file path="resources/chromium_strings_tr.xtb" lang="tr" /> |
| 129 <file path="resources/chromium_strings_uk.xtb" lang="uk" /> | 129 <file path="resources/chromium_strings_uk.xtb" lang="uk" /> |
| 130 <file path="resources/chromium_strings_vi.xtb" lang="vi" /> | 130 <file path="resources/chromium_strings_vi.xtb" lang="vi" /> |
| 131 <file path="resources/chromium_strings_zh-CN.xtb" lang="zh-CN" /> | 131 <file path="resources/chromium_strings_zh-CN.xtb" lang="zh-CN" /> |
| 132 <file path="resources/chromium_strings_zh-TW.xtb" lang="zh-TW" /> | 132 <file path="resources/chromium_strings_zh-TW.xtb" lang="zh-TW" /> |
| 133 </translations> | 133 </translations> |
| 134 <release seq="1" allow_pseudo="false"> | 134 <release seq="1" allow_pseudo="false"> |
| 135 <messages fallback_to_english="true"> | 135 <messages fallback_to_english="true"> |
| 136 <!-- Settings specific strings --> |
| 137 <if expr="not is_android and not is_ios"> |
| 138 <part file="settings_chromium_strings.grdp" /> |
| 139 </if> |
| 140 |
| 136 <message name="IDS_PROFILES_DISCONNECT_MANAGED_PROFILE_TEXT" desc="Message
explaining to the user what will happen if they disconnect the managed profile.
"> | 141 <message name="IDS_PROFILES_DISCONNECT_MANAGED_PROFILE_TEXT" desc="Message
explaining to the user what will happen if they disconnect the managed profile.
"> |
| 137 Disconnecting <ph name="USERNAME">$1<ex>someone@example.com</ex></ph> wi
ll clear your history, bookmarks, settings, and other Chromium data stored on th
is device. Data stored in your Google Account will not be cleared and can be man
aged on <ph name="GOOGLE_DASHBOARD_LINK"><a target="_blank" href="$2"></ph
>Google Dashboard<ph name="END_GOOGLE_DASHBOARD_LINK"></a></ph>. | 142 Disconnecting <ph name="USERNAME">$1<ex>someone@example.com</ex></ph> wi
ll clear your history, bookmarks, settings, and other Chromium data stored on th
is device. Data stored in your Google Account will not be cleared and can be man
aged on <ph name="GOOGLE_DASHBOARD_LINK"><a target="_blank" href="$2"></ph
>Google Dashboard<ph name="END_GOOGLE_DASHBOARD_LINK"></a></ph>. |
| 138 </message> | 143 </message> |
| 139 <message name="IDS_PRODUCT_NAME" desc="The Chrome application name"> | 144 <message name="IDS_PRODUCT_NAME" desc="The Chrome application name"> |
| 140 Chromium | 145 Chromium |
| 141 </message> | 146 </message> |
| 142 <message name="IDS_SHORT_PRODUCT_NAME" desc="The Chrome application short
name."> | 147 <message name="IDS_SHORT_PRODUCT_NAME" desc="The Chrome application short
name."> |
| 143 Chromium | 148 Chromium |
| 144 </message> | 149 </message> |
| 145 <if expr="is_win"> | 150 <if expr="is_win"> |
| (...skipping 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1217 </message> | 1222 </message> |
| 1218 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" | 1223 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" |
| 1219 desc="Alt text for the faded Chrome logo image."> | 1224 desc="Alt text for the faded Chrome logo image."> |
| 1220 Chromium logo | 1225 Chromium logo |
| 1221 </message> | 1226 </message> |
| 1222 </if> | 1227 </if> |
| 1223 | 1228 |
| 1224 </messages> | 1229 </messages> |
| 1225 </release> | 1230 </release> |
| 1226 </grit> | 1231 </grit> |
| OLD | NEW |