Chromium Code Reviews| 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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]" meaning="Button title [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 Read Later | 134 Read Later |
| 135 </message> | 135 </message> |
| 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 ]"> | 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 Add to Bookmarks | 137 Add to Bookmarks |
| 138 </message> | 138 </message> |
| 139 <message name="IDS_IOS_ERROR_MESSAGE_SHARE_EXTENSION" desc="Share extensio n message to telle the user the URL cannot be processed. The name of the applica tion will be put in place of APPLICATION_NAME"> | |
|
gambard
2017/01/02 09:11:41
s/telle/tell.
Olivier
2017/01/02 10:40:40
Done.
| |
| 140 APPLICATION_NAME cannot handle this link. | |
|
gambard
2017/01/02 09:11:41
Aren't we using placeholder for that kind of thing
Olivier
2017/01/02 10:40:40
placeholder handling is in ios/chrome/common which
gambard
2017/01/02 10:55:08
Acknowledged.
| |
| 141 </message> | |
| 142 <message name="IDS_IOS_OK_BUTTON_SHARE_EXTENSION" desc="Label for the OK b utton in the share extension."> | |
| 143 OK | |
| 144 </message> | |
| 139 </messages> | 145 </messages> |
| 140 </release> | 146 </release> |
| 141 </grit> | 147 </grit> |
| OLD | NEW |