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

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

Issue 8423055: [Aura] Initial app list webui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove grabber.js Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/browser_resources.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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 14568 matching lines...) Expand 10 before | Expand all | Expand 10 after
14579 <ph name="PROFILE_NAME">$1<ex>New User</ex></ph> (current) 14579 <ph name="PROFILE_NAME">$1<ex>New User</ex></ph> (current)
14580 </message> 14580 </message>
14581 <message name="IDS_PROFILES_SINGLE_USER_MESSAGE" desc="Text to display in th e multi-profiles section when there is only one user"> 14581 <message name="IDS_PROFILES_SINGLE_USER_MESSAGE" desc="Text to display in th e multi-profiles section when there is only one user">
14582 You are currently the only <ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph> user. 14582 You are currently the only <ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph> user.
14583 </message> 14583 </message>
14584 14584
14585 <!-- Tracing about page strings --> 14585 <!-- Tracing about page strings -->
14586 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page."> 14586 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page.">
14587 Tracing 14587 Tracing
14588 </message> 14588 </message>
14589
14590 <!-- Aura strings -->
14591 <if expr="pp_ifdef('use_aura')">
14592 <message name="IDS_SEARCH_BOX_HINT" desc="Hint text for the search box in app list window.">
14593 Search apps and more
14594 </message>
14595 </if>
14596
14589 </messages> 14597 </messages>
14590 <structures fallback_to_english="true"> 14598 <structures fallback_to_english="true">
14591 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14599 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14592 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14600 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14593 </structure> 14601 </structure>
14594 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14602 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14595 </structure> 14603 </structure>
14596 </structures> 14604 </structures>
14597 </release> 14605 </release>
14598 </grit> 14606 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698