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 variables is_win, is_macosx, is_linux, is_ios and is_posix are |
6 available for making strings OS specific. Other platform defines such as | 6 available for making strings OS specific. Other platform defines such as |
7 use_titlecase are declared in build/common.gypi. | 7 use_titlecase are declared in build/common.gypi. |
8 | 8 |
9 The strings in this file are specific to iOS, thus is_ios will be true and | 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. | 10 all other OS specific variables will be false. |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 </message> | 153 </message> |
154 <message name="IDS_IOS_LOCATION_AUTHORIZATION_ALERT" desc="Specifies the r
eason for sending the user's location to Google [Length: unlimited] [iOS only]."
> | 154 <message name="IDS_IOS_LOCATION_AUTHORIZATION_ALERT" desc="Specifies the r
eason for sending the user's location to Google [Length: unlimited] [iOS only]."
> |
155 Get a better Google experience in Chrome based on your location. | 155 Get a better Google experience in Chrome based on your location. |
156 </message> | 156 </message> |
157 <message name="IDS_IOS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info b
ar message to save a password. [Length: 60em]"> | 157 <message name="IDS_IOS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info b
ar message to save a password. [Length: 60em]"> |
158 Do you want Google Chrome to save your password for this site? | 158 Do you want Google Chrome to save your password for this site? |
159 </message> | 159 </message> |
160 <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]
"> | 160 <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]
"> |
161 Google Chrome does not have access to your photos or videos. Enable acce
ss in iOS Settings > Privacy > Photos. | 161 Google Chrome does not have access to your photos or videos. Enable acce
ss in iOS Settings > Privacy > Photos. |
162 </message> | 162 </message> |
| 163 <message name="IDS_IOS_TRANSLATE_INFOBAR_NEVER_MESSAGE" desc="Message for
the Translate infobar to allow the user to opt out. [Length: 250em]"> |
| 164 Would you like Google Chrome to offer to translate <ph name="LANGUAGE_NA
ME">$1<ex>French</ex></ph> pages from this site next time? |
| 165 </message> |
163 <message name="IDS_IOS_UPGRADE_AVAILABLE" desc="Text to inform the user of
the presence of a new version of the application"> | 166 <message name="IDS_IOS_UPGRADE_AVAILABLE" desc="Text to inform the user of
the presence of a new version of the application"> |
164 Chrome just got better! A new version is available. | 167 Chrome just got better! A new version is available. |
165 </message> | 168 </message> |
166 <message name="IDS_IOS_LOGIN_ERROR_AUTHENTICATING_HOSTED" desc="Couldn't s
ign in because hosted account is used."> | 169 <message name="IDS_IOS_LOGIN_ERROR_AUTHENTICATING_HOSTED" desc="Couldn't s
ign in because hosted account is used."> |
167 Your account does not work on Google Chrome. Please contact your domain
administrator or use a regular Google Account to sign in. | 170 Your account does not work on Google Chrome. Please contact your domain
administrator or use a regular Google Account to sign in. |
168 </message> | 171 </message> |
169 </messages> | 172 </messages> |
170 </release> | 173 </release> |
171 </grit> | 174 </grit> |
OLD | NEW |