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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 <message name="IDS_IOS_KEYBOARD_OPEN_LOCATION" desc="Title of the keyboard
shortcut to open a location (puts cursor in the URL bar). [Length: 20 em] [iOS
only]"> | 168 <message name="IDS_IOS_KEYBOARD_OPEN_LOCATION" desc="Title of the keyboard
shortcut to open a location (puts cursor in the URL bar). [Length: 20 em] [iOS
only]"> |
169 Open Location... | 169 Open Location... |
170 </message> | 170 </message> |
171 <message name="IDS_IOS_KEYBOARD_REOPEN_CLOSED_TAB" desc="Title of the keyb
oard shortcut to reopen a recently closed tab. [Length: 20 em] [iOS only]"> | 171 <message name="IDS_IOS_KEYBOARD_REOPEN_CLOSED_TAB" desc="Title of the keyb
oard shortcut to reopen a recently closed tab. [Length: 20 em] [iOS only]"> |
172 Reopen Closed Tab | 172 Reopen Closed Tab |
173 </message> | 173 </message> |
174 <message name="IDS_IOS_LOCATION_USAGE_CANCEL" desc="Title for the alert bu
tton to cancel sending location for Omnibox queries [Length: 20em] [iOS only]"> | 174 <message name="IDS_IOS_LOCATION_USAGE_CANCEL" desc="Title for the alert bu
tton to cancel sending location for Omnibox queries [Length: 20em] [iOS only]"> |
175 Not Now | 175 Not Now |
176 </message> | 176 </message> |
177 | 177 |
| 178 <message name="IDS_IOS_FLAGS_CONTEXTUAL_SEARCH" desc="Title for the flag t
o enable Contextual Search."> |
| 179 Contextual Search |
| 180 </message> |
| 181 <message name="IDS_IOS_FLAGS_CONTEXTUAL_SEARCH_DESCRIPTION" desc="Descript
ion for the flag to enable Contextual Search."> |
| 182 Whether or not Contextual Search is enabled. |
| 183 </message> |
| 184 |
178 <!-- iOS Net-Export strings --> | 185 <!-- iOS Net-Export strings --> |
179 <message name="IDS_IOS_NET_EXPORT_NO_EMAIL_ACCOUNTS_ALERT_MESSAGE" desc="T
he message of the alert informing a user with no email accounts that he or she n
eeds to configure an email account to send net-export data. [Length: 70em]"> | 186 <message name="IDS_IOS_NET_EXPORT_NO_EMAIL_ACCOUNTS_ALERT_MESSAGE" desc="T
he message of the alert informing a user with no email accounts that he or she n
eeds to configure an email account to send net-export data. [Length: 70em]"> |
180 To send net-export data, please configure your email account in the Sett
ings app. | 187 To send net-export data, please configure your email account in the Sett
ings app. |
181 </message> | 188 </message> |
182 <message name="IDS_IOS_NET_EXPORT_NO_EMAIL_ACCOUNTS_ALERT_TITLE" desc="The
title of the alert informing a user with no email accounts that he or she needs
to configure an email account to send net-export data. [Length: 20em]"> | 189 <message name="IDS_IOS_NET_EXPORT_NO_EMAIL_ACCOUNTS_ALERT_TITLE" desc="The
title of the alert informing a user with no email accounts that he or she needs
to configure an email account to send net-export data. [Length: 20em]"> |
183 No Email Accounts | 190 No Email Accounts |
184 </message> | 191 </message> |
185 | 192 |
186 <message name="IDS_IOS_VERSION_COPIED" desc="The message displayed when th
e version label is tapped (in About settings) [Length: 10em] [iOS only]"> | 193 <message name="IDS_IOS_VERSION_COPIED" desc="The message displayed when th
e version label is tapped (in About settings) [Length: 10em] [iOS only]"> |
187 Copied | 194 Copied |
(...skipping 19 matching lines...) Expand all Loading... |
207 </message> | 214 </message> |
208 <message name="IDS_IOS_GENERATED_PASSWORD_PROMPT_DESCRIPTION" desc="The ex
planation text for the generated password prompt. [iOS only]"> | 215 <message name="IDS_IOS_GENERATED_PASSWORD_PROMPT_DESCRIPTION" desc="The ex
planation text for the generated password prompt. [iOS only]"> |
209 Chrome will store this in your <ph name="BEGIN_LINK">BEGIN_LINK</ph>Goog
le saved passwords<ph name="END_LINK">END_LINK</ph> and autofill it for you so y
ou don't have to remember it yourself. | 216 Chrome will store this in your <ph name="BEGIN_LINK">BEGIN_LINK</ph>Goog
le saved passwords<ph name="END_LINK">END_LINK</ph> and autofill it for you so y
ou don't have to remember it yourself. |
210 </message> | 217 </message> |
211 <message name="IDS_IOS_GENERATED_PASSWORD_PROMPT_TITLE" desc="The text of
the button that accepts the generated password. [Length: 20em] [iOS only]"> | 218 <message name="IDS_IOS_GENERATED_PASSWORD_PROMPT_TITLE" desc="The text of
the button that accepts the generated password. [Length: 20em] [iOS only]"> |
212 Password Generated by Chrome | 219 Password Generated by Chrome |
213 </message> | 220 </message> |
214 </messages> | 221 </messages> |
215 </release> | 222 </release> |
216 </grit> | 223 </grit> |
OLD | NEW |