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> | 168 </message> |
169 <message name="IDS_IOS_PYSICAL_WEB_TURN_OFF_TODAY_EXTENSION_FOOTER_LABEL"
desc="The text contained in the button to disable physical web. [15em]"> | 169 <message name="IDS_IOS_PYSICAL_WEB_TURN_OFF_TODAY_EXTENSION_FOOTER_LABEL"
desc="The text contained in the button to disable physical web. [15em]"> |
170 Disable | 170 Disable |
171 </message> | 171 </message> |
172 <message name="IDS_IOS_PYSICAL_WEB_TURN_ON_TODAY_EXTENSION_FOOTER_LABEL" d
esc="The text contained in the button to enable physical web. [15em]"> | 172 <message name="IDS_IOS_PYSICAL_WEB_TURN_ON_TODAY_EXTENSION_FOOTER_LABEL" d
esc="The text contained in the button to enable physical web. [15em]"> |
173 Enable | 173 Enable |
174 </message> | 174 </message> |
175 <message name="IDS_IOS_VOICE_SEARCH_TODAY_EXTENSION_TITLE" desc="The title
for Voice Search button in today extension [Length: 20em]"> | 175 <message name="IDS_IOS_VOICE_SEARCH_TODAY_EXTENSION_TITLE" desc="The title
for Voice Search button in today extension [Length: 20em]"> |
176 Voice Search | 176 Voice Search |
177 </message> | 177 </message> |
| 178 <message name="IDS_IOS_EMPTY_TODAY_EXTENSION_TEXT" desc="The text to displ
ay if today extension is empty. Refer to the possibility to open copied links fr
om there. [Length: 26em]"> |
| 179 No Copied Link |
| 180 </message> |
178 </messages> | 181 </messages> |
179 </release> | 182 </release> |
180 </grit> | 183 </grit> |
OLD | NEW |