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

Side by Side Diff: chrome/app/settings_chromium_strings.grd

Issue 2153703002: Start translating Material Design Settings again (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | chrome/app/settings_google_chrome_strings.grd » ('j') | 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 <!--
3 This file contains the Material Design settings strings.
4 While under development, it is set to not be translated,
5 in translation_expectations.pyl.
6 Once the Material Design settings is further along, these
7 strings will begin to be translated.
8 -->
9 <grit base_dir="." latest_public_release="0" current_release="1" 2 <grit base_dir="." latest_public_release="0" current_release="1"
10 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 3 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
11 <outputs> 4 <outputs>
12 <output filename="grit/settings_chromium_strings.h" type="rc_header"> 5 <output filename="grit/settings_chromium_strings.h" type="rc_header">
13 <emit emit_type='prepend'></emit> 6 <emit emit_type="prepend"></emit>
14 </output> 7 </output>
15 <output filename="settings_chromium_strings.pak" type="data_package"/> 8 <output filename="settings_chromium_strings.pak" type="data_package"/>
16 </outputs> 9 </outputs>
17
18 <release seq="1" allow_pseudo="false"> 10 <release seq="1" allow_pseudo="false">
19 <messages fallback_to_english="true"> 11 <messages fallback_to_english="true">
20
21 <!-- Settings specific strings -->
22 <part file="settings_chromium_strings.grdp" /> 12 <part file="settings_chromium_strings.grdp" />
23
24 </messages> 13 </messages>
25 </release> 14 </release>
26 </grit> 15 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/settings_google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698