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

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

Issue 2574263002: Change Share Extension string for consistency (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
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]" 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 Add to Reading List 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 </messages> 139 </messages>
140 </release> 140 </release>
141 </grit> 141 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698