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

Side by Side Diff: ash/ash_strings.grd

Issue 2448373002: chromeos: Move ownership of system tray width from chrome to ash (Closed)
Patch Set: Created 4 years, 1 month 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 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 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 </message> 435 </message>
436 436
437 <!-- Overview Mode --> 437 <!-- Overview Mode -->
438 <message name="IDS_ASH_OVERVIEW_BUTTON_ACCESSIBLE_NAME" desc="The accessib le name for the Overview button in the system tray."> 438 <message name="IDS_ASH_OVERVIEW_BUTTON_ACCESSIBLE_NAME" desc="The accessib le name for the Overview button in the system tray.">
439 Toggle window overview 439 Toggle window overview
440 </message> 440 </message>
441 <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."> 441 <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.">
442 Close <ph name="WINDOW_TITLE">$1</ph> 442 Close <ph name="WINDOW_TITLE">$1</ph>
443 </message> 443 </message>
444 444
445 <!-- Localized layout constants (like chrome's locale_settings.grd) -->
446 <message name="IDS_SYSTEM_TRAY_MENU_BUBBLE_WIDTH_PIXELS" use_name_for_id=" true">
447 300
448 </message>
449
445 <!-- ChromeOS-specific strings --> 450 <!-- ChromeOS-specific strings -->
446 <if expr="chromeos"> 451 <if expr="chromeos">
447 <part file="ash_chromeos_strings.grdp" /> 452 <part file="ash_chromeos_strings.grdp" />
448 </if> 453 </if>
449 454
450 </messages> 455 </messages>
451 </release> 456 </release>
452 </grit> 457 </grit>
453 458
OLDNEW
« no previous file with comments | « no previous file | ash/common/strings/ash_strings_am.xtb » ('j') | ash/common/strings/ash_strings_am.xtb » ('J')

Powered by Google App Engine
This is Rietveld 408576698