Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Side by Side Diff: ios/chrome/share_extension/strings/ios_share_extension_strings.grd

Issue 2617993002: Animate IOS Share extension button. (Closed)
Patch Set: feedback Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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_ADDED_ITEM_SHARE_EXTENSION" desc="Label of the butt on 'add to' after it has been pressed confirming the action to the user.">
140 Added
141 </message>
139 <message name="IDS_IOS_ERROR_MESSAGE_SHARE_EXTENSION" desc="Share extensio n message to tell the user the URL cannot be processed. The name of the applicat ion will be put in place of APPLICATION_NAME"> 142 <message name="IDS_IOS_ERROR_MESSAGE_SHARE_EXTENSION" desc="Share extensio n message to tell the user the URL cannot be processed. The name of the applicat ion will be put in place of APPLICATION_NAME">
140 APPLICATION_NAME cannot handle this link. 143 APPLICATION_NAME cannot handle this link.
141 </message> 144 </message>
142 <message name="IDS_IOS_OK_BUTTON_SHARE_EXTENSION" desc="Label for the OK b utton in the share extension."> 145 <message name="IDS_IOS_OK_BUTTON_SHARE_EXTENSION" desc="Label for the OK b utton in the share extension.">
143 OK 146 OK
144 </message> 147 </message>
145 </messages> 148 </messages>
146 </release> 149 </release>
147 </grit> 150 </grit>
OLDNEW
« no previous file with comments | « ios/chrome/share_extension/share_view_controller.mm ('k') | ios/chrome/share_extension/ui_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698