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

Side by Side Diff: ash/ash_strings.grd

Issue 2633643002: [ash-md] Reduces dimensions of texture layers in overview mode (Closed)
Patch Set: [ash-md] Reduces dimensions of texture layers in overview mode (test) Created 3 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
« no previous file with comments | « no previous file | ash/common/wm/overview/window_selector_item.h » ('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 <!-- 3 <!--
4 This file contains the strings for ash. 4 This file contains the strings for ash.
5 --> 5 -->
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 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <output filename="grit/ash_strings.h" type="rc_header"> 10 <output filename="grit/ash_strings.h" type="rc_header">
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 altgr 422 altgr
423 </message> 423 </message>
424 <message name="IDS_ASH_MOD3_KEY" desc="Name of ISOLevel5 (mod3) key name. Shouldn't be translated in many languages actually. This name should be lower ca se."> 424 <message name="IDS_ASH_MOD3_KEY" desc="Name of ISOLevel5 (mod3) key name. Shouldn't be translated in many languages actually. This name should be lower ca se.">
425 mod3 425 mod3
426 </message> 426 </message>
427 427
428 <!-- Overview Mode --> 428 <!-- Overview Mode -->
429 <message name="IDS_ASH_OVERVIEW_BUTTON_ACCESSIBLE_NAME" desc="The accessib le name for the Overview button in the system tray."> 429 <message name="IDS_ASH_OVERVIEW_BUTTON_ACCESSIBLE_NAME" desc="The accessib le name for the Overview button in the system tray.">
430 Toggle window overview 430 Toggle window overview
431 </message> 431 </message>
432 <message name="IDS_ASH_OVERVIEW_CLOSE_ITEM_BUTTON_ACCESSIBLE_NAME" desc="T he accessible name for the close button on windows while in Overview mode.">
433 Close <ph name="WINDOW_TITLE">$1</ph>
434 </message>
435 432
436 <!-- ChromeOS-specific strings --> 433 <!-- ChromeOS-specific strings -->
437 <if expr="chromeos"> 434 <if expr="chromeos">
438 <part file="ash_chromeos_strings.grdp" /> 435 <part file="ash_chromeos_strings.grdp" />
439 </if> 436 </if>
440 437
441 </messages> 438 </messages>
442 </release> 439 </release>
443 </grit> 440 </grit>
444 441
OLDNEW
« no previous file with comments | « no previous file | ash/common/wm/overview/window_selector_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698