| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 <file path="resources/ios_share_extension_strings_te.xtb" lang="te" /> | 123 <file path="resources/ios_share_extension_strings_te.xtb" lang="te" /> |
| 124 <file path="resources/ios_share_extension_strings_th.xtb" lang="th" /> | 124 <file path="resources/ios_share_extension_strings_th.xtb" lang="th" /> |
| 125 <file path="resources/ios_share_extension_strings_tr.xtb" lang="tr" /> | 125 <file path="resources/ios_share_extension_strings_tr.xtb" lang="tr" /> |
| 126 <file path="resources/ios_share_extension_strings_uk.xtb" lang="uk" /> | 126 <file path="resources/ios_share_extension_strings_uk.xtb" lang="uk" /> |
| 127 <file path="resources/ios_share_extension_strings_vi.xtb" lang="vi" /> | 127 <file path="resources/ios_share_extension_strings_vi.xtb" lang="vi" /> |
| 128 <file path="resources/ios_share_extension_strings_zh-CN.xtb" lang="zh-CN" /> | 128 <file path="resources/ios_share_extension_strings_zh-CN.xtb" lang="zh-CN" /> |
| 129 <file path="resources/ios_share_extension_strings_zh-TW.xtb" lang="zh-TW" /> | 129 <file path="resources/ios_share_extension_strings_zh-TW.xtb" lang="zh-TW" /> |
| 130 </translations> | 130 </translations> |
| 131 <release seq="1" allow_pseudo="false"> | 131 <release seq="1" allow_pseudo="false"> |
| 132 <messages fallback_to_english="true"> | 132 <messages fallback_to_english="true"> |
| 133 <message name="IDS_IOS_ADD_READING_LIST_SHARE_EXTENSION" desc="Share exten
sion button to add to reading list [Length: 30em]"> | 133 <message name="IDS_IOS_ADD_READING_LIST_SHARE_EXTENSION" desc="Share exten
sion button to add to reading list [Length: 30em]" meaning="Button title [Length
: 30em]"> |
| 134 Reading List | 134 Add to Reading List |
| 135 </message> | 135 </message> |
| 136 <message name="IDS_IOS_ADD_BOOKMARKS_SHARE_EXTENSION" desc="Share extensio
n button to add to bookmarks [Length: 30em]"> | 136 <message name="IDS_IOS_ADD_BOOKMARKS_SHARE_EXTENSION" desc="Share extensio
n button to add to bookmarks [Length: 30em]" meaning="Button title [Length: 30em
]"> |
| 137 Bookmarks | 137 Add to Bookmarks |
| 138 </message> | |
| 139 <message name="IDS_IOS_ADD_BUTTON_SHARE_EXTENSION" desc="Share extension b
utton to validate add [Length: 12em]"> | |
| 140 Add | |
| 141 </message> | 138 </message> |
| 142 </messages> | 139 </messages> |
| 143 </release> | 140 </release> |
| 144 </grit> | 141 </grit> |
| OLD | NEW |