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

Side by Side Diff: chrome/app/resources/locale_settings.grd

Issue 292123014: Ash system tray delegate for Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT Created 6 years, 6 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/locale_settings.h" type="rc_header"> 4 <output filename="grit/locale_settings.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="locale_settings_am.pak" type="data_package" lang="am" /> 7 <output filename="locale_settings_am.pak" type="data_package" lang="am" />
8 <output filename="locale_settings_ar.pak" type="data_package" lang="ar" /> 8 <output filename="locale_settings_ar.pak" type="data_package" lang="ar" />
9 <if expr="use_third_party_translations"> 9 <if expr="use_third_party_translations">
10 <output filename="locale_settings_ast.pak" type="data_package" lang="ast" /> 10 <output filename="locale_settings_ast.pak" type="data_package" lang="ast" />
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 <!-- The width of the Crucial Notification bubble in characters (See above ). --> 257 <!-- The width of the Crucial Notification bubble in characters (See above ). -->
258 <message name="IDS_CRUCIAL_NOTIFICATION_BUBBLE_WIDTH_CHARS" use_name_for_i d="true"> 258 <message name="IDS_CRUCIAL_NOTIFICATION_BUBBLE_WIDTH_CHARS" use_name_for_i d="true">
259 55 259 55
260 </message> 260 </message>
261 261
262 <!-- The width of the Extension Wipeout bubble in characters (See above). --> 262 <!-- The width of the Extension Wipeout bubble in characters (See above). -->
263 <message name="IDS_EXTENSION_WIPEOUT_BUBBLE_WIDTH_CHARS" use_name_for_id=" true"> 263 <message name="IDS_EXTENSION_WIPEOUT_BUBBLE_WIDTH_CHARS" use_name_for_id=" true">
264 55 264 55
265 </message> 265 </message>
266 266
267 <if expr="is_win or chromeos"> 267 <if expr="is_win or is_linux or chromeos">
268 <!-- The width of the ash/ChromeOS system tray menu in pixels. --> 268 <!-- The width of the ash/ChromeOS system tray menu in pixels. -->
269 <message name="IDS_SYSTEM_TRAY_MENU_BUBBLE_WIDTH_PIXELS" use_name_for_id ="true"> 269 <message name="IDS_SYSTEM_TRAY_MENU_BUBBLE_WIDTH_PIXELS" use_name_for_id ="true">
270 300 270 300
271 </message> 271 </message>
272 </if> 272 </if>
273 273
274 <if expr="is_win"> 274 <if expr="is_win">
275 <!-- The width of the Conflicting Module bubble in characters (See above ). --> 275 <!-- The width of the Conflicting Module bubble in characters (See above ). -->
276 <message name="IDS_CONFLICTING_MODULE_BUBBLE_WIDTH_CHARS" use_name_for_i d="true"> 276 <message name="IDS_CONFLICTING_MODULE_BUBBLE_WIDTH_CHARS" use_name_for_i d="true">
277 46 277 46
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 500 418 500
419 </message> 419 </message>
420 420
421 <message name="IDS_FACTORY_RESET_HELP_URL" translateable="false"> 421 <message name="IDS_FACTORY_RESET_HELP_URL" translateable="false">
422 http://support.google.com/chromeos/bin/answer.py?answer=183084&amp;hl= [GRITLANGCODE] 422 http://support.google.com/chromeos/bin/answer.py?answer=183084&amp;hl= [GRITLANGCODE]
423 </message> 423 </message>
424 </if> 424 </if>
425 </messages> 425 </messages>
426 </release> 426 </release>
427 </grit> 427 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698