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

Side by Side Diff: components/components_strings.grd

Issue 1760773004: Add "Open with <ARC-app-name>" items to the context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add a missing override; Created 4 years, 8 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 <grit latest_public_release="0" current_release="1" 3 <grit latest_public_release="0" current_release="1"
4 source_lang_id="en" enc_check="möl"> 4 source_lang_id="en" enc_check="möl">
5 <outputs> 5 <outputs>
6 <output filename="grit/components_strings.h" type="rc_header"> 6 <output filename="grit/components_strings.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="components_strings_am.pak" type="data_package" lang="am" / > 9 <output filename="components_strings_am.pak" type="data_package" lang="am" / >
10 <output filename="components_strings_ar.pak" type="data_package" lang="ar" / > 10 <output filename="components_strings_ar.pak" type="data_package" lang="ar" / >
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 <file path="strings/components_strings_th.xtb" lang="th" /> 176 <file path="strings/components_strings_th.xtb" lang="th" />
177 <file path="strings/components_strings_tr.xtb" lang="tr" /> 177 <file path="strings/components_strings_tr.xtb" lang="tr" />
178 <file path="strings/components_strings_uk.xtb" lang="uk" /> 178 <file path="strings/components_strings_uk.xtb" lang="uk" />
179 <file path="strings/components_strings_vi.xtb" lang="vi" /> 179 <file path="strings/components_strings_vi.xtb" lang="vi" />
180 <file path="strings/components_strings_zh-CN.xtb" lang="zh-CN" /> 180 <file path="strings/components_strings_zh-CN.xtb" lang="zh-CN" />
181 <file path="strings/components_strings_zh-TW.xtb" lang="zh-TW" /> 181 <file path="strings/components_strings_zh-TW.xtb" lang="zh-TW" />
182 </translations> 182 </translations>
183 <release seq="1" allow_pseudo="false"> 183 <release seq="1" allow_pseudo="false">
184 <messages fallback_to_english="true"> 184 <messages fallback_to_english="true">
185 <part file="app_modal_strings.grdp" /> 185 <part file="app_modal_strings.grdp" />
186 <part file="arc_strings.grdp" />
186 <part file="autofill_strings.grdp" /> 187 <part file="autofill_strings.grdp" />
187 <part file="bookmark_bar_strings.grdp" /> 188 <part file="bookmark_bar_strings.grdp" />
188 <part file="bookmark_component_strings.grdp" /> 189 <part file="bookmark_component_strings.grdp" />
189 <part file="browser_sync_strings.grdp" /> 190 <part file="browser_sync_strings.grdp" />
190 <part file="components_settings_strings.grdp" /> 191 <part file="components_settings_strings.grdp" />
191 <part file="crash_strings.grdp" /> 192 <part file="crash_strings.grdp" />
192 <part file="dialog_strings.grdp" /> 193 <part file="dialog_strings.grdp" />
193 <part file="dom_distiller_strings.grdp" /> 194 <part file="dom_distiller_strings.grdp" />
194 <part file="error_page_strings.grdp" /> 195 <part file="error_page_strings.grdp" />
195 <part file="find_in_page_strings.grdp" /> 196 <part file="find_in_page_strings.grdp" />
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 Your connection to this site is not private. 281 Your connection to this site is not private.
281 </message> 282 </message>
282 283
283 <!-- Advanced Section Titles --> 284 <!-- Advanced Section Titles -->
284 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY"> 285 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY">
285 Privacy 286 Privacy
286 </message> 287 </message>
287 </messages> 288 </messages>
288 </release> 289 </release>
289 </grit> 290 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698