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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 </message> | 156 </message> |
157 <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]"> | 157 <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]"> |
158 Open Location... | 158 Open Location... |
159 </message> | 159 </message> |
160 <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]"> | 160 <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]"> |
161 Reopen Closed Tab | 161 Reopen Closed Tab |
162 </message> | 162 </message> |
163 <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]"> | 163 <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]"> |
164 Not Now | 164 Not Now |
165 </message> | 165 </message> |
| 166 |
| 167 <!-- iOS Net-Export strings --> |
| 168 <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]"> |
| 169 To send net-export data, please configure your email account in the Sett
ings app. |
| 170 </message> |
| 171 <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]"> |
| 172 No Email Accounts |
| 173 </message> |
| 174 |
166 <message name="IDS_IOS_VERSION_COPIED" desc="The message displayed when th
e version label is tapped (in About settings) [Length: 10em] [iOS only]"> | 175 <message name="IDS_IOS_VERSION_COPIED" desc="The message displayed when th
e version label is tapped (in About settings) [Length: 10em] [iOS only]"> |
167 Copied | 176 Copied |
168 </message> | 177 </message> |
169 </messages> | 178 </messages> |
170 </release> | 179 </release> |
171 </grit> | 180 </grit> |
OLD | NEW |