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

Side by Side Diff: ios/chrome/today_extension/strings/ios_today_extension_strings.grd

Issue 2138583002: Use output_all_resource_defines=false in most grd files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert ui_resources.grd for now Created 4 years, 5 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.
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 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
15 <outputs> 15 <outputs>
16 <output filename="grit/ios_today_extension_strings.h" type="rc_header"> 16 <output filename="grit/ios_today_extension_strings.h" type="rc_header">
17 <emit emit_type="prepend"></emit> 17 <emit emit_type="prepend"></emit>
18 </output> 18 </output>
19 <output filename="ios_today_extension_strings_am.pak" type="data_package" la ng="am" /> 19 <output filename="ios_today_extension_strings_am.pak" type="data_package" la ng="am" />
20 <output filename="ios_today_extension_strings_ar.pak" type="data_package" la ng="ar" /> 20 <output filename="ios_today_extension_strings_ar.pak" type="data_package" la ng="ar" />
21 <output filename="ios_today_extension_strings_bg.pak" type="data_package" la ng="bg" /> 21 <output filename="ios_today_extension_strings_bg.pak" type="data_package" la ng="bg" />
22 <output filename="ios_today_extension_strings_bn.pak" type="data_package" la ng="bn" /> 22 <output filename="ios_today_extension_strings_bn.pak" type="data_package" la ng="bn" />
23 <output filename="ios_today_extension_strings_ca.pak" type="data_package" la ng="ca" /> 23 <output filename="ios_today_extension_strings_ca.pak" type="data_package" la ng="ca" />
24 <output filename="ios_today_extension_strings_cs.pak" type="data_package" la ng="cs" /> 24 <output filename="ios_today_extension_strings_cs.pak" type="data_package" la ng="cs" />
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 </message> 171 </message>
172 <message name="IDS_IOS_PYSICAL_WEB_TURN_ON_TODAY_EXTENSION_FOOTER_LABEL" d esc="The text contained in the button to enable physical web. [15em]"> 172 <message name="IDS_IOS_PYSICAL_WEB_TURN_ON_TODAY_EXTENSION_FOOTER_LABEL" d esc="The text contained in the button to enable physical web. [15em]">
173 Enable 173 Enable
174 </message> 174 </message>
175 <message name="IDS_IOS_VOICE_SEARCH_TODAY_EXTENSION_TITLE" desc="The title for Voice Search button in today extension [Length: 20em]"> 175 <message name="IDS_IOS_VOICE_SEARCH_TODAY_EXTENSION_TITLE" desc="The title for Voice Search button in today extension [Length: 20em]">
176 Voice Search 176 Voice Search
177 </message> 177 </message>
178 </messages> 178 </messages>
179 </release> 179 </release>
180 </grit> 180 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698