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

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

Issue 9479031: aura: Implement new app list mock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix compilation error 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 15077 matching lines...) Expand 10 before | Expand all | Expand 10 after
15088 </message> 15088 </message>
15089 15089
15090 <!-- Tracing about page strings --> 15090 <!-- Tracing about page strings -->
15091 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page."> 15091 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page.">
15092 Tracing 15092 Tracing
15093 </message> 15093 </message>
15094 15094
15095 <!-- Aura strings --> 15095 <!-- Aura strings -->
15096 <if expr="pp_ifdef('use_aura')"> 15096 <if expr="pp_ifdef('use_aura')">
15097 <message name="IDS_SEARCH_BOX_HINT" desc="Hint text for the search box in app list window."> 15097 <message name="IDS_SEARCH_BOX_HINT" desc="Hint text for the search box in app list window.">
15098 Search apps and more 15098 Google search
15099 </message> 15099 </message>
15100 <message name="IDS_APP_LIST_INCOGNITO" desc="Title text for an app list it em that opens an incognito browser window."> 15100 <message name="IDS_APP_LIST_INCOGNITO" desc="Title text for an app list it em that opens an incognito browser window.">
15101 Incognito 15101 Incognito
15102 </message> 15102 </message>
15103 <message name="IDS_APP_LIST_SETTINGS" desc="Title text for an app list ite m that opens settings page."> 15103 <message name="IDS_APP_LIST_SETTINGS" desc="Title text for an app list ite m that opens settings page.">
15104 Settings 15104 Settings
15105 </message> 15105 </message>
15106 <message name="IDS_LAUNCHER_CONTEXT_MENU_CLOSE" desc="Title text for the ' close' context menu item of the launcher"> 15106 <message name="IDS_LAUNCHER_CONTEXT_MENU_CLOSE" desc="Title text for the ' close' context menu item of the launcher">
15107 Close 15107 Close
15108 </message> 15108 </message>
(...skipping 14 matching lines...) Expand all
15123 </messages> 15123 </messages>
15124 <structures fallback_to_english="true"> 15124 <structures fallback_to_english="true">
15125 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15125 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15126 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15126 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15127 </structure> 15127 </structure>
15128 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15128 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15129 </structure> 15129 </structure>
15130 </structures> 15130 </structures>
15131 </release> 15131 </release>
15132 </grit> 15132 </grit>
OLDNEW
« no previous file with comments | « ash/test/test_shell_delegate.cc ('k') | chrome/browser/ui/views/aura/app_list/app_list_model_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698