Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 This file contains definition of resources that will be translated for each | 4 This file contains definition of resources that will be translated for each |
| 5 locale. The variables is_win, is_macosx, is_linux, is_ios and is_posix are | 5 locale. The strings in this file are specific to iOS. |
| 6 available for making strings OS specific. Other platform defines such as | |
| 7 use_titlecase are declared in build/common.gypi. | |
| 8 | |
| 9 The strings in this file are specific to iOS, thus is_ios will be true and | |
| 10 all other OS specific variables will be false. | |
| 11 --> | 6 --> |
| 12 | 7 |
| 13 <grit base_dir="." latest_public_release="0" current_release="1" | 8 <grit base_dir="." latest_public_release="0" current_release="1" |
| 14 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 9 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> |
| 15 <outputs> | 10 <outputs> |
| 16 <output filename="grit/ios_chromium_strings.h" type="rc_header"> | 11 <output filename="grit/ios_chromium_strings.h" type="rc_header"> |
| 17 <emit emit_type="prepend"></emit> | 12 <emit emit_type="prepend"></emit> |
| 18 </output> | 13 </output> |
| 19 <output filename="ios_chromium_strings_am.pak" type="data_package" lang="am" /> | 14 <output filename="ios_chromium_strings_am.pak" type="data_package" lang="am" /> |
| 20 <output filename="ios_chromium_strings_ar.pak" type="data_package" lang="ar" /> | 15 <output filename="ios_chromium_strings_ar.pak" type="data_package" lang="ar" /> |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 123 <file path="resources/ios_chromium_strings_te.xtb" lang="te" /> | 118 <file path="resources/ios_chromium_strings_te.xtb" lang="te" /> |
| 124 <file path="resources/ios_chromium_strings_th.xtb" lang="th" /> | 119 <file path="resources/ios_chromium_strings_th.xtb" lang="th" /> |
| 125 <file path="resources/ios_chromium_strings_tr.xtb" lang="tr" /> | 120 <file path="resources/ios_chromium_strings_tr.xtb" lang="tr" /> |
| 126 <file path="resources/ios_chromium_strings_uk.xtb" lang="uk" /> | 121 <file path="resources/ios_chromium_strings_uk.xtb" lang="uk" /> |
| 127 <file path="resources/ios_chromium_strings_vi.xtb" lang="vi" /> | 122 <file path="resources/ios_chromium_strings_vi.xtb" lang="vi" /> |
| 128 <file path="resources/ios_chromium_strings_zh-CN.xtb" lang="zh-CN" /> | 123 <file path="resources/ios_chromium_strings_zh-CN.xtb" lang="zh-CN" /> |
| 129 <file path="resources/ios_chromium_strings_zh-TW.xtb" lang="zh-TW" /> | 124 <file path="resources/ios_chromium_strings_zh-TW.xtb" lang="zh-TW" /> |
| 130 </translations> | 125 </translations> |
| 131 <release seq="1" allow_pseudo="false"> | 126 <release seq="1" allow_pseudo="false"> |
| 132 <messages fallback_to_english="true"> | 127 <messages fallback_to_english="true"> |
| 133 <message name="IDS_IOS_PRODUCT_NAME" desc="The Chrome application name"> | |
| 134 Chromium | |
| 135 </message> | |
| 136 <message name="IDS_IOS_SHORT_PRODUCT_NAME" desc="The Chrome application sh ort name."> | |
| 137 Chromium | |
| 138 </message> | |
| 139 <message name="IDS_IOS_ABOUT_PRODUCT_NAME" desc="The menu item to access i nformation about the application."> | 128 <message name="IDS_IOS_ABOUT_PRODUCT_NAME" desc="The menu item to access i nformation about the application."> |
| 140 About Chromium | 129 About Chromium |
| 141 </message> | 130 </message> |
| 142 <message name="IDS_IOS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on t he about pages"> | 131 <message name="IDS_IOS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on t he about pages"> |
| 143 The Chromium Authors | 132 The Chromium Authors |
| 144 </message> | 133 </message> |
| 145 <message name="IDS_IOS_ABOUT_VERSION_COPYRIGHT" desc="Copyright informatio n on the about pages"> | 134 <message name="IDS_IOS_ABOUT_VERSION_COPYRIGHT" desc="Copyright informatio n on the about pages"> |
| 146 Copyright <ph name="YEAR">$1</ph> The Chromium Authors. All rights reser ved. | 135 Copyright <ph name="YEAR">$1</ph> The Chromium Authors. All rights reser ved. |
| 147 </message> | 136 </message> |
| 137 <message name="IDS_IOS_ACCOUNT_CONSISTENCY_SETUP_TITLE" desc="Title of the screen where users select an account to use. [Length: 20em] [iOS only]"> | |
| 138 Sign in to Chromium | |
| 139 </message> | |
| 140 <message name="IDS_IOS_APP_RATING_PROMO_STRING" desc="Text displayed for t he rate this app promo. [iOS only]"> | |
| 141 Enjoying Chromium? <ph name="BEGIN_LINK"><ex>BEGIN_LINK</ex>BEGIN_LINK</ ph>Rate this app<ph name="END_LINK"><ex>END_LINK</ex>END_LINK</ph> | |
| 142 </message> | |
| 148 <message name="IDS_IOS_AUTOFILL_DESCRIBE_LOCAL_COPY" desc="Text label that describes a Wallet credit card which has been copied to the local Chromium inst ance. Title case. [Length: 20em] [iOS only]"> | 143 <message name="IDS_IOS_AUTOFILL_DESCRIBE_LOCAL_COPY" desc="Text label that describes a Wallet credit card which has been copied to the local Chromium inst ance. Title case. [Length: 20em] [iOS only]"> |
| 149 Copied to Chrome | 144 Copied to Chrome |
|
rohitrao (ping after 24h)
2016/11/29 16:08:37
Oops. (Not in scope for this CL.)
sdefresne
2016/11/29 16:32:59
Fixed.
| |
| 150 </message> | 145 </message> |
| 146 <message name="IDS_IOS_BANDWIDTH_MANAGEMENT_DESCRIPTION_LEARN_MORE" desc=" Description text bandwidth management panel in settings with explicit Learn More link [iOS only]"> | |
| 147 Chromium has features that help you manage your internet data and how qu ickly you're able to load webpages. | |
| 148 <ph name="BEGIN_LINK">BEGIN_LINK</ph>Learn more<ph name="END_LINK">END_LINK</ph> | |
| 149 </message> | |
| 150 <message name="IDS_IOS_BOOKMARK_PROMO_MESSAGE" desc="Text of the promo pan el for the new bookmarks UI. [Length: 90em.] [iOS only]"> | |
| 151 To get your bookmarks on all your devices, sign in to Chromium. | |
| 152 </message> | |
| 153 <message name="IDS_IOS_CLEAR_BROWSING_DATA_HISTORY_NOTICE_DESCRIPTION" des c="Description of the dialog informing the user that their Chromium browsing his tory was deleted, but other forms of history can still be found on Google My Act ivity."> | |
| 154 The selected data has been removed from Chromium and synced devices. You r Google Account may have other forms of browsing history like searches and acti vity from other Google services at history.google.com. | |
| 155 </message> | |
| 156 <message name="IDS_IOS_CLEAR_BROWSING_DATA_HISTORY_NOTICE_TITLE" desc="Tit le of a dialog that informs the user that the deletion of Chromium's browsing da ta has been completed."> | |
| 157 Cleared Chromium data | |
| 158 </message> | |
| 151 <message name="IDS_IOS_DISCONNECT_DIALOG_TITLE" desc="The title of the dis connect dialog [Length: 30em]."> | 159 <message name="IDS_IOS_DISCONNECT_DIALOG_TITLE" desc="The title of the dis connect dialog [Length: 30em]."> |
| 152 Sign out of Chromium? | 160 Sign out of Chromium? |
| 153 </message> | 161 </message> |
| 162 <message name="IDS_IOS_FIRSTRUN_AGREE_TO_TERMS" desc="Label containing a l ink to the Terms of Service, displayed in the first run flow. [Length: 70em] [iO S only]"> | |
| 163 By using this application, you agree to Chromium’s <ph name="BEGIN_LINK" >BEGIN_LINK</ph>Terms of Service<ph name="END_LINK">END_LINK</ph>. | |
| 164 </message> | |
| 165 <message name="IDS_IOS_FIRSTRUN_NEW_OPT_IN_LABEL" desc="User metrics opt-i n label [Length: 80em] [iOS only]"> | |
| 166 Help make Chromium better by sending usage statistics and crash reports to Google. | |
| 167 </message> | |
| 154 <message name="IDS_IOS_FIRSTRUN_TERMS_TITLE" desc="Title for the Terms of Service page shown to user on First Run. [Length: 30em]"> | 168 <message name="IDS_IOS_FIRSTRUN_TERMS_TITLE" desc="Title for the Terms of Service page shown to user on First Run. [Length: 30em]"> |
| 155 Chromium Terms of Service | 169 Chromium Terms of Service |
| 156 </message> | 170 </message> |
| 171 <message name="IDS_IOS_FIRSTRUN_WELCOME_TO_CHROME" desc="Title on the Welc ome to Chromium screen presented to the user on First Run. [iOS only]"> | |
| 172 Welcome to Chromium | |
| 173 </message> | |
| 157 <message name="IDS_IOS_LOCATION_AUTHORIZATION_ALERT" desc="Specifies the r eason for sending the user's location to Google [Length: unlimited] [iOS only]." > | 174 <message name="IDS_IOS_LOCATION_AUTHORIZATION_ALERT" desc="Specifies the r eason for sending the user's location to Google [Length: unlimited] [iOS only]." > |
| 158 Get a better Google experience in Chromium based on your location. | 175 Get a better Google experience in Chromium based on your location. |
| 159 </message> | 176 </message> |
| 177 <message name="IDS_IOS_LOCATION_WHEN_IN_USE_USAGE_DESCRIPTION" desc="Speci fies the reason for accessing the user's location information while the app is i n use [Length: unlimited] [iOS only]."> | |
| 178 Get a better experience in Chromium based on your location. | |
| 179 </message> | |
| 180 <message name="IDS_IOS_LOGIN_ERROR_AUTHENTICATING_HOSTED" desc="Couldn't s ign in because hosted account is used."> | |
| 181 Your account does not work on Chromium. Please contact your domain admin istrator or use a regular Google Account to sign in. | |
| 182 </message> | |
| 183 <message name="IDS_IOS_MANAGED_DISCONNECT_DIALOG_INFO" desc="Message expla ini ng that signing out of a managed account will clear all the Chromium data.[L ength: 200em, may be line wrapped to multiple lines at run time.]."> | |
| 184 You are signing out of an account managed by <ph name="SIGNOUT_MANAGED_D OMAIN">$1<ex>google.com</ex></ph>. This will delete your Chromium data from this device, but your data will remain in your Google account. | |
| 185 </message> | |
| 186 <message name="IDS_IOS_MANAGED_SIGNIN_SUBTITLE" desc="The subtitle of the Sign in to a managed account dialog. [300em]"> | |
| 187 You are signing in with an account managed by <ph name="DOMAIN">$1<ex>do e.com</ex></ph> and giving its administrator control over your Chromium data. Yo ur data will become permanently tied to this account. Signing out of Chromium wi ll delete your data from this device, but it will remain stored in your Google A ccount. | |
| 188 </message> | |
| 189 <message name="IDS_IOS_MANAGED_SWITCH_SUBTITLE" desc="The subtitle of the Switch from a managed account dialog. [300em]"> | |
| 190 You are switching sync accounts from <ph name="USER_EMAIL1">$1<ex>john@d oe.com</ex></ph> to <ph name="USER_EMAIL2">$2<ex>johndoe@gmail.com</ex></ph>. Yo ur existing Chromium data is managed by <ph name="DOMAIN">$3<ex>doe.com</ex></ph >. This will delete your data from this device, but your data will remain in <ph name="USER_EMAIL1">$1<ex>john@doe.com</ex></ph>. | |
| 191 </message> | |
| 192 <message name="IDS_IOS_MOVE_TO_DOCK_FASTER_ACCESS" desc="Text displayed on the New Tab Page for the move Chromium to the dock promo. [iOS only]"> | |
| 193 For faster access, <ph name="BEGIN_LINK"><ex>BEGIN_LINK</ex>BEGIN_LINK</ ph>move Chromium to your dock<ph name="END_LINK"><ex>END_LINK</ex>END_LINK</ph> | |
| 194 </message> | |
| 195 <message name="IDS_IOS_MOVE_TO_DOCK_LOVE_CHROME" desc="Text displayed on t he New Tab Page for the move Chromium to the dock promo. [iOS only]"> | |
| 196 Love Chromium? <ph name="BEGIN_LINK"><ex>BEGIN_LINK</ex>BEGIN_LINK</ph>M ove it to your dock<ph name="END_LINK"><ex>END_LINK</ex>END_LINK</ph> | |
| 197 </message> | |
| 198 <message name="IDS_IOS_MOVE_TO_DOCK_TIP" desc="Text displayed on the New T ab Page for the move Chromium to the dock promo. [iOS only]"> | |
| 199 Tip: <ph name="BEGIN_LINK"><ex>BEGIN_LINK</ex>BEGIN_LINK</ph>Move Chromi um to your dock<ph name="END_LINK"><ex>END_LINK</ex>END_LINK</ph> | |
| 200 </message> | |
| 201 <message name="IDS_IOS_OPEN_TABS_NO_SESSION_INSTRUCTIONS" desc="Informatio n about sync displayed when the user has signed in on mobile but not on desktop" > | |
| 202 Access the tabs you have open on your computer, right here. Just open Ch romium on your computer, go to the menu, and select “Sign in to Chromium…” | |
| 203 </message> | |
| 204 <message name="IDS_IOS_OPEN_TABS_SYNC_IS_OFF_MOBILE" desc="Short paragraph (s) encouraging the user to enable sync on device [Length: 300em, may be line wr apped to multiple lines at run time.]"> | |
| 205 Tabs that you've opened in Chromium on your other devices will appear he re. | |
| 206 </message> | |
| 207 <message name="IDS_IOS_OPTIONS_ACCOUNTS_SIGNOUT" desc="Title of the button to sign out of Chromium [iOS only] [60em]"> | |
| 208 Sign out of Chromium | |
| 209 </message> | |
| 210 <message name="IDS_IOS_OPTIONS_ENABLE_PHYSICAL_WEB_DETAILS" desc="The deta iled description of an option to enable scanning for nearby devices broadcasting URLs."> | |
| 211 Discover web pages sent by nearby objects. When Bluetooth is turned on, Chromium can gather web pages associated with objects around you and send them a nonymously to Google to find the most useful ones. <ph name="BEGIN_LINK">BEGIN_L INK</ph>Learn more<ph name="END_LINK">END_LINK</ph> | |
| 212 </message> | |
| 213 <message name="IDS_IOS_OPTIONS_PRIVACY_FOOTER" desc="Footer for the clear browsing data dialog [Length: 300em] [iOS only]"> | |
| 214 Chromium may use web services to improve your browsing experience. You m ay optionally disable these services. <ph name="BEGIN_LINK">BEGIN_LINK</ph>Learn more<ph name="END_LINK">END_LINK</ph> | |
| 215 </message> | |
| 216 <message name="IDS_IOS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY" desc="The t ext of the identity section for iOS."> | |
| 217 Chromiums verified that <ph name="ISSUER">$1<ex>VeriSign</ex></ph> issue d this website's certificate. | |
| 218 </message> | |
| 160 <message name="IDS_IOS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info b ar message to save a password. [Length: 60em]"> | 219 <message name="IDS_IOS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info b ar message to save a password. [Length: 60em]"> |
| 161 Do you want Chromium to save your password for this site? | 220 Do you want Chromium to save your password for this site? |
| 162 </message> | 221 </message> |
| 222 <message name="IDS_IOS_PRODUCT_NAME" desc="The Chrome application name"> | |
| 223 Chromium | |
| 224 </message> | |
| 225 <message name="IDS_IOS_QR_SCANNER_CAMERA_IN_USE_ALERT_DETAIL" desc="Body o f a modal dialog shown when the user tries to open the QR scanner but the camera is in use by another application. [Length: 140em] [iOS only]"> | |
| 226 Chromium can't use your camera because it's in use by another applicatio n | |
| 227 </message> | |
| 228 <message name="IDS_IOS_QR_SCANNER_CAMERA_PERMISSIONS_HELP_DETAIL" desc="Bo dy of modal dialog shown when the user tries to open the QR scanner but the appl ication lacks permission to use the camera. The text instructs the user how to c hange the permissions setting. [Length: 140em] [iOS only]"> | |
| 229 Open Settings > Privacy > Camera > Chromium and turn on the cam era. | |
| 230 </message> | |
| 231 <message name="IDS_IOS_QR_SCANNER_CAMERA_PERMISSIONS_HELP_TITLE" desc="Tit le of modal dialog shown when the user tries to open the QR scanner but the appl ication lacks permission to use the camera. The body of this dialog instructs th e user how to change the permissions setting. [Length: 50em] [iOS only]"> | |
| 232 Start using Chromium QR scanner | |
| 233 </message> | |
| 234 <message name="IDS_IOS_QR_SCANNER_CAMERA_PERMISSIONS_HELP_TITLE_GO_TO_SETT INGS" desc="Title of modal dialog shown when the user tries to open the QR scann er but the application lacks permission to use the camera. [Length: 40em] [iOS o nly]"> | |
| 235 Turn on Chromium QR scanner | |
| 236 </message> | |
| 237 <message name="IDS_IOS_QR_SCANNER_CAMERA_UNAVAILABLE_ALERT_DETAIL" desc="B ody of a modal dialog shown when the user tries to open the QR scanner but the c amera is unavailable. [Length: 140em] [iOS only]"> | |
| 238 Chromium can't use your camera right now | |
| 239 </message> | |
| 240 <message name="IDS_IOS_QR_SCANNER_MULTIPLE_FOREGROUND_APPS_ALERT_DETAIL" d esc="Body of a modal dialog shown when the user tries to open the QR scanner in a Split View mode, when the camera is unavailable. [Length: 140em] [iOS only]"> | |
| 241 Chromium can't use your camera in Split View mode | |
| 242 </message> | |
| 243 <message name="IDS_IOS_RECENT_TABS_SIGNIN_PROMO" desc="Description of the recent tabs screen where users can sign in. [Length: 80em]"> | |
| 244 To get your tabs from your other devices, sign in to Chromium. | |
| 245 </message> | |
| 246 <message name="IDS_IOS_SAFE_MODE_NAMED_TWEAKS_FOUND" desc="The message ind icating a 3rd party tweak has been found that is known to crash Chromium. After the ':', we will list the names of the libraries. [Length: 140em]"> | |
| 247 Some add-ons cause Chromium to crash. Please uninstall: | |
| 248 </message> | |
| 249 <message name="IDS_IOS_SAFE_MODE_TWEAKS_FOUND" desc="The message indicatin g one or more 3rd party tweaks have been found, but none that we know specifical ly cause crashes. [Length: 140em]"> | |
| 250 Some add-ons cause Chromium to crash. Please try uninstalling them. | |
| 251 </message> | |
| 163 <message name="IDS_IOS_SAVE_IMAGE_PRIVACY_ALERT_MESSAGE" desc="Message to inform user that Save Image failed due to insufficient privilege in Privacy Sett ings. Directs user to adjust Privacy Settings for Chrome. This message is displa yed as the message body in an alert box with a single OK button. [Length: 120em] "> | 252 <message name="IDS_IOS_SAVE_IMAGE_PRIVACY_ALERT_MESSAGE" desc="Message to inform user that Save Image failed due to insufficient privilege in Privacy Sett ings. Directs user to adjust Privacy Settings for Chrome. This message is displa yed as the message body in an alert box with a single OK button. [Length: 120em] "> |
| 164 Chromium does not have access to your photos or videos. Enable access in iOS Settings > Privacy > Photos. | 253 Chromium does not have access to your photos or videos. Enable access in iOS Settings > Privacy > Photos. |
| 165 </message> | 254 </message> |
| 255 <message name="IDS_IOS_SAVE_IMAGE_PRIVACY_ALERT_MESSAGE_GO_TO_SETTINGS" de sc="Body of the alert shown when the user tries to save an image but we lack per mission to use the photos. This body tells the user he'll be redirected to the S ettings app. [Length: 100em] [iOS only]."> | |
| 256 To save images, tap on Settings to let Chromium use your photos | |
| 257 </message> | |
| 258 <message name="IDS_IOS_SHORT_PRODUCT_NAME" desc="The Chrome application sh ort name."> | |
| 259 Chromium | |
| 260 </message> | |
| 261 <message name="IDS_IOS_SIGNED_IN_ACCOUNTS_VIEW_INFO" desc="The information text on the Signed In Accounts view. [iOS only] [200em]"> | |
| 262 Chromium saves you time by bringing your accounts to the web. You can ad d or remove accounts in Settings. | |
| 263 </message> | |
| 264 <message name="IDS_IOS_SIGN_IN_TO_CHROME_SETTING_TITLE" desc="The title fo r the setting item to Sign in to Chromium [iOS only]"> | |
| 265 Sign in to Chromium | |
| 266 </message> | |
| 267 <message name="IDS_IOS_TAB_SWITCHER_NO_TABS_TO_SYNC_PROMO" desc="The title of the paragraph IDS_OPEN_TABS_NO_SESSION_INSTRUCTIONS_IOS. The paragraph expla ins that tabs opened on other devices where the user is signed in will appear he re, in the Tab Switcher. [iOS only]"> | |
| 268 Use Chromium Everywhere | |
| 269 </message> | |
| 270 <message name="IDS_IOS_TAB_SWITCHER_SIGN_IN_ACCOUNT_BUTTON" desc="Title of the button to sign in. [Length: 20em] [iOS only]"> | |
| 271 Sign in to Chromium | |
| 272 </message> | |
| 273 <message name="IDS_IOS_TAB_SWITCHER_SIGN_IN_ACCOUNT_PROMO" desc="The messa ge explaining that signing in an account will allow presenting tabs from other d evices. [iOS only]"> | |
| 274 To get your tabs from your other devices, sign in to Chromium. | |
| 275 </message> | |
| 276 <message name="IDS_IOS_TAB_SWITCHER_SIGN_IN_ACCOUNT_TITLE" desc="Title of the paragraph explaining that signing in an account will allow presenting tabs f rom other devices. [Length: 20em] [iOS only]"> | |
| 277 Sign in to Chromium | |
| 278 </message> | |
| 166 <message name="IDS_IOS_TRANSLATE_INFOBAR_NEVER_MESSAGE" desc="Message for the Translate infobar to allow the user to opt out. [Length: 250em]"> | 279 <message name="IDS_IOS_TRANSLATE_INFOBAR_NEVER_MESSAGE" desc="Message for the Translate infobar to allow the user to opt out. [Length: 250em]"> |
| 167 Would you like Chromium to offer to translate <ph name="LANGUAGE_NAME">$ 1<ex>French</ex></ph> pages from this site next time? | 280 Would you like Chromium to offer to translate <ph name="LANGUAGE_NAME">$ 1<ex>French</ex></ph> pages from this site next time? |
| 168 </message> | 281 </message> |
| 282 <message name="IDS_IOS_TRANSLATE_SETTING_DESCRIPTION" desc="Description fo r the Translate setting. [Length: unlimited] [iOS only]"> | |
| 283 When this feature is turned on, Chromium will offer to translate pages w ritten in other languages using Google Translate. <ph name="BEGIN_LINK">BEGIN_LI NK</ph>Learn more<ph name="END_LINK">END_LINK</ph> | |
| 284 </message> | |
| 169 <message name="IDS_IOS_UPGRADE_AVAILABLE" desc="Text to inform the user of the presence of a new version of the application"> | 285 <message name="IDS_IOS_UPGRADE_AVAILABLE" desc="Text to inform the user of the presence of a new version of the application"> |
| 170 Chromium just got better! A new version is available. | 286 Chromium just got better! A new version is available. |
| 171 </message> | 287 </message> |
| 172 <message name="IDS_IOS_LOGIN_ERROR_AUTHENTICATING_HOSTED" desc="Couldn't s ign in because hosted account is used."> | |
| 173 Your account does not work on Chromium. Please contact your domain admin istrator or use a regular Google Account to sign in. | |
| 174 </message> | |
| 175 </messages> | 288 </messages> |
| 176 </release> | 289 </release> |
| 177 </grit> | 290 </grit> |
| OLD | NEW |