| 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 specific to | 2 <!-- This file contains definitions of strings that are specific to |
| 3 Google Chrome. These strings will be translated for each locale that Google | 3 Google Chrome. These strings will be translated for each locale that Google |
| 4 Chrome supports. If you update this file, be sure also to update | 4 Chrome supports. If you update this file, be sure also to update |
| 5 chromium_strings.grd. --> | 5 chromium_strings.grd. --> |
| 6 | 6 |
| 7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
| 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> |
| 9 <outputs> | 9 <outputs> |
| 10 <output filename="grit/google_chrome_strings.h" type="rc_header"> | 10 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 <file path="resources/google_chrome_strings_te.xtb" lang="te" /> | 128 <file path="resources/google_chrome_strings_te.xtb" lang="te" /> |
| 129 <file path="resources/google_chrome_strings_th.xtb" lang="th" /> | 129 <file path="resources/google_chrome_strings_th.xtb" lang="th" /> |
| 130 <file path="resources/google_chrome_strings_tr.xtb" lang="tr" /> | 130 <file path="resources/google_chrome_strings_tr.xtb" lang="tr" /> |
| 131 <file path="resources/google_chrome_strings_uk.xtb" lang="uk" /> | 131 <file path="resources/google_chrome_strings_uk.xtb" lang="uk" /> |
| 132 <file path="resources/google_chrome_strings_vi.xtb" lang="vi" /> | 132 <file path="resources/google_chrome_strings_vi.xtb" lang="vi" /> |
| 133 <file path="resources/google_chrome_strings_zh-CN.xtb" lang="zh-CN" /> | 133 <file path="resources/google_chrome_strings_zh-CN.xtb" lang="zh-CN" /> |
| 134 <file path="resources/google_chrome_strings_zh-TW.xtb" lang="zh-TW" /> | 134 <file path="resources/google_chrome_strings_zh-TW.xtb" lang="zh-TW" /> |
| 135 </translations> | 135 </translations> |
| 136 <release seq="1" allow_pseudo="false"> | 136 <release seq="1" allow_pseudo="false"> |
| 137 <messages fallback_to_english="true"> | 137 <messages fallback_to_english="true"> |
| 138 <!-- Settings specific strings --> |
| 139 <if expr="not is_android and not is_ios"> |
| 140 <part file="settings_google_chrome_strings.grdp" /> |
| 141 </if> |
| 142 |
| 138 <message name="IDS_PROFILES_DISCONNECT_MANAGED_PROFILE_TEXT" desc="Message
explaining to the user what will happen if they disconnect the managed profile.
"> | 143 <message name="IDS_PROFILES_DISCONNECT_MANAGED_PROFILE_TEXT" desc="Message
explaining to the user what will happen if they disconnect the managed profile.
"> |
| 139 Disconnecting <ph name="USERNAME">$1<ex>someone@example.com</ex></ph> wi
ll clear your history, bookmarks, settings, and other Chrome data stored on this
device. Data stored in your Google Account will not be cleared and can be manag
ed on <ph name="GOOGLE_DASHBOARD_LINK"><a target="_blank" href="$2"></ph>G
oogle Dashboard<ph name="END_GOOGLE_DASHBOARD_LINK"></a></ph>. | 144 Disconnecting <ph name="USERNAME">$1<ex>someone@example.com</ex></ph> wi
ll clear your history, bookmarks, settings, and other Chrome data stored on this
device. Data stored in your Google Account will not be cleared and can be manag
ed on <ph name="GOOGLE_DASHBOARD_LINK"><a target="_blank" href="$2"></ph>G
oogle Dashboard<ph name="END_GOOGLE_DASHBOARD_LINK"></a></ph>. |
| 140 </message> | 145 </message> |
| 141 <message name="IDS_PRODUCT_NAME" desc="The Chrome application name"> | 146 <message name="IDS_PRODUCT_NAME" desc="The Chrome application name"> |
| 142 Google Chrome | 147 Google Chrome |
| 143 </message> | 148 </message> |
| 144 <message name="IDS_SHORT_PRODUCT_NAME" desc="The Chrome application short
name"> | 149 <message name="IDS_SHORT_PRODUCT_NAME" desc="The Chrome application short
name"> |
| 145 Chrome | 150 Chrome |
| 146 </message> | 151 </message> |
| 147 <if expr="is_win"> | 152 <if expr="is_win"> |
| (...skipping 1070 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1218 </message> | 1223 </message> |
| 1219 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" | 1224 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" |
| 1220 desc="Alt text for the faded Chrome logo image."> | 1225 desc="Alt text for the faded Chrome logo image."> |
| 1221 Chrome logo | 1226 Chrome logo |
| 1222 </message> | 1227 </message> |
| 1223 </if> | 1228 </if> |
| 1224 | 1229 |
| 1225 </messages> | 1230 </messages> |
| 1226 </release> | 1231 </release> |
| 1227 </grit> | 1232 </grit> |
| OLD | NEW |