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

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

Issue 9559005: aura: Implement app list M19 mock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nits in #1 Created 8 years, 9 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 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 15055 matching lines...) Expand 10 before | Expand all | Expand 10 after
15066 </message> 15066 </message>
15067 15067
15068 <!-- Tracing about page strings --> 15068 <!-- Tracing about page strings -->
15069 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page."> 15069 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page.">
15070 Tracing 15070 Tracing
15071 </message> 15071 </message>
15072 15072
15073 <!-- Aura strings --> 15073 <!-- Aura strings -->
15074 <if expr="pp_ifdef('use_aura')"> 15074 <if expr="pp_ifdef('use_aura')">
15075 <message name="IDS_SEARCH_BOX_HINT" desc="Hint text for the search box in app list window."> 15075 <message name="IDS_SEARCH_BOX_HINT" desc="Hint text for the search box in app list window.">
15076 Search apps and more 15076 Search apps
15077 </message> 15077 </message>
15078 <message name="IDS_APP_LIST_INCOGNITO" desc="Title text for an app list it em that opens an incognito browser window."> 15078 <message name="IDS_APP_LIST_INCOGNITO" desc="Title text for an app list it em that opens an incognito browser window.">
15079 Incognito 15079 Incognito
15080 </message> 15080 </message>
15081 <message name="IDS_APP_LIST_SETTINGS" desc="Title text for an app list ite m that opens settings page."> 15081 <message name="IDS_APP_LIST_SETTINGS" desc="Title text for an app list ite m that opens settings page.">
15082 Settings 15082 Settings
15083 </message> 15083 </message>
15084 <message name="IDS_LAUNCHER_CONTEXT_MENU_CLOSE" desc="Title text for the ' close' context menu item of the launcher"> 15084 <message name="IDS_LAUNCHER_CONTEXT_MENU_CLOSE" desc="Title text for the ' close' context menu item of the launcher">
15085 Close 15085 Close
15086 </message> 15086 </message>
(...skipping 14 matching lines...) Expand all
15101 </messages> 15101 </messages>
15102 <structures fallback_to_english="true"> 15102 <structures fallback_to_english="true">
15103 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15103 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15104 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15104 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15105 </structure> 15105 </structure>
15106 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15106 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15107 </structure> 15107 </structure>
15108 </structures> 15108 </structures>
15109 </release> 15109 </release>
15110 </grit> 15110 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698