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

Side by Side Diff: app/resources/app_strings.grd

Issue 6360009: Final pass at removing unused strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: Created 9 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/chromium_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 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. Specifically, these are UI strings that are used by app/ that 4 each locale. Specifically, these are UI strings that are used by app/ that
5 need to be translated for each locale.--> 5 need to be translated for each locale.-->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl"> 8 source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <!-- TODO add each of your output files. Modify the three below, and add 10 <!-- TODO add each of your output files. Modify the three below, and add
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 <file path="app_strings_te.xtb" lang="te" /> 174 <file path="app_strings_te.xtb" lang="te" />
175 <file path="app_strings_th.xtb" lang="th" /> 175 <file path="app_strings_th.xtb" lang="th" />
176 <file path="app_strings_tr.xtb" lang="tr" /> 176 <file path="app_strings_tr.xtb" lang="tr" />
177 <file path="app_strings_uk.xtb" lang="uk" /> 177 <file path="app_strings_uk.xtb" lang="uk" />
178 <file path="app_strings_vi.xtb" lang="vi" /> 178 <file path="app_strings_vi.xtb" lang="vi" />
179 <file path="app_strings_zh-CN.xtb" lang="zh-CN" /> 179 <file path="app_strings_zh-CN.xtb" lang="zh-CN" />
180 <file path="app_strings_zh-TW.xtb" lang="zh-TW" /> 180 <file path="app_strings_zh-TW.xtb" lang="zh-TW" />
181 </translations> 181 </translations>
182 <release seq="1" allow_pseudo="false"> 182 <release seq="1" allow_pseudo="false">
183 <messages fallback_to_english="true"> 183 <messages fallback_to_english="true">
184 184
185 <!-- Menus --> 185 <!-- Menus -->
186 <message name="IDS_APP_MENU_EMPTY_SUBMENU" desc="Used when a submenu has n o entries"> 186 <message name="IDS_APP_MENU_EMPTY_SUBMENU" desc="Used when a submenu has n o entries">
187 (empty) 187 (empty)
188 </message> 188 </message>
189 189
190 <!-- General application strings --> 190 <!-- General application strings -->
191 <message name="IDS_APP_UNTITLED_SHORTCUT_FILE_NAME" desc="The name of the Internet Shortcut file created for URLs dragged that have no title"> 191 <message name="IDS_APP_UNTITLED_SHORTCUT_FILE_NAME" desc="The name of the Internet Shortcut file created for URLs dragged that have no title">
192 Untitled Web Page 192 Untitled Web Page
193 </message> 193 </message>
194 <message name="IDS_APP_SAVEAS_ALL_FILES" desc="Save As dialog box default text"> 194 <message name="IDS_APP_SAVEAS_ALL_FILES" desc="Save As dialog box default text">
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 <!-- Shortcut Modifiers --> 334 <!-- Shortcut Modifiers -->
335 <message name="IDS_APP_CONTROL_MODIFIER" desc="Control key shortcut modifi er"> 335 <message name="IDS_APP_CONTROL_MODIFIER" desc="Control key shortcut modifi er">
336 Ctrl+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> 336 Ctrl+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
337 </message> 337 </message>
338 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier"> 338 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier">
339 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> 339 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
340 </message> 340 </message>
341 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> 341 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier">
342 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> 342 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
343 </message> 343 </message>
344
345 </messages> 344 </messages>
346 </release> 345 </release>
347 </grit> 346 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chromium_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698