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

Side by Side Diff: ios/chrome/app/strings/ios_strings_resources.grd

Issue 1113603003: [iOS] Fix a typo in ios_strings_resources.grd (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« 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 that file are specific to iOS, thus is_ios will be true and 9 The strings in that 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.
11 --> 11 -->
12 12
13 <grit base_dir="." latest_public_release="0" current_release="1" 13 <grit base_dir="." latest_public_release="0" current_release="1"
14 source_lang_id="en" enc_check="möl"> 14 source_lang_id="en" enc_check="möl">
15 <outputs> 15 <outputs>
16 <output filename="grit/ios_strings_resources.h" type="rc_header"> 16 <output filename="grit/ios_strings_resources.h" type="rc_header">
17 <emit emit_type="preprend"></emit> 17 <emit emit_type="prepend"></emit>
18 </output> 18 </output>
19 <output filename="ios_strings_resources_am.pak" type="data_package" lang="am " /> 19 <output filename="ios_strings_resources_am.pak" type="data_package" lang="am " />
20 <output filename="ios_strings_resources_ar.pak" type="data_package" lang="ar " /> 20 <output filename="ios_strings_resources_ar.pak" type="data_package" lang="ar " />
21 <if expr="pp_ifdef('use_third_party_translations')"> 21 <if expr="pp_ifdef('use_third_party_translations')">
22 <output filename="ios_strings_resources_ast.pak" type="data_package" lang= "ast" /> 22 <output filename="ios_strings_resources_ast.pak" type="data_package" lang= "ast" />
23 </if> 23 </if>
24 <output filename="ios_strings_resources_bg.pak" type="data_package" lang="bg " /> 24 <output filename="ios_strings_resources_bg.pak" type="data_package" lang="bg " />
25 <output filename="ios_strings_resources_bn.pak" type="data_package" lang="bn " /> 25 <output filename="ios_strings_resources_bn.pak" type="data_package" lang="bn " />
26 <if expr="pp_ifdef('use_third_party_translations')"> 26 <if expr="pp_ifdef('use_third_party_translations')">
27 <output filename="ios_strings_resources_bs.pak" type="data_package" lang=" bs" /> 27 <output filename="ios_strings_resources_bs.pak" type="data_package" lang=" bs" />
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 <file path="resources/ios_strings_resources_zh-TW.xtb" lang="zh-TW" /> 175 <file path="resources/ios_strings_resources_zh-TW.xtb" lang="zh-TW" />
176 </translations> 176 </translations>
177 <release seq="1" allow_pseudo="false"> 177 <release seq="1" allow_pseudo="false">
178 <messages fallback_to_english="true"> 178 <messages fallback_to_english="true">
179 <message name="IDS_IOS_VERSION_COPIED" desc="The message displayed when th e version label is tapped (in About settings) [Length: 10em] [iOS only]"> 179 <message name="IDS_IOS_VERSION_COPIED" desc="The message displayed when th e version label is tapped (in About settings) [Length: 10em] [iOS only]">
180 Copied 180 Copied
181 </message> 181 </message>
182 </messages> 182 </messages>
183 </release> 183 </release>
184 </grit> 184 </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