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

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

Issue 8890049: [Aura] Implement views-based applist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased and address comments in #2 Created 9 years 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 14797 matching lines...) Expand 10 before | Expand all | Expand 10 after
14808 <!-- Tracing about page strings --> 14808 <!-- Tracing about page strings -->
14809 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page."> 14809 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page.">
14810 Tracing 14810 Tracing
14811 </message> 14811 </message>
14812 14812
14813 <!-- Aura strings --> 14813 <!-- Aura strings -->
14814 <if expr="pp_ifdef('use_aura')"> 14814 <if expr="pp_ifdef('use_aura')">
14815 <message name="IDS_SEARCH_BOX_HINT" desc="Hint text for the search box in app list window."> 14815 <message name="IDS_SEARCH_BOX_HINT" desc="Hint text for the search box in app list window.">
14816 Search apps and more 14816 Search apps and more
14817 </message> 14817 </message>
14818 <message name="IDS_APP_LIST_INCOGNITO" desc="Title text for an app list it em that opens an incognito browser window.">
14819 Incognito
14820 </message>
14821 <message name="IDS_APP_LIST_SETTINGS" desc="Title text for an app list ite m that opens settings page.">
14822 Settings
14823 </message>
14818 </if> 14824 </if>
14819 14825
14820 </messages> 14826 </messages>
14821 <structures fallback_to_english="true"> 14827 <structures fallback_to_english="true">
14822 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14828 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14823 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14829 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14824 </structure> 14830 </structure>
14825 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14831 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14826 </structure> 14832 </structure>
14827 </structures> 14833 </structures>
14828 </release> 14834 </release>
14829 </grit> 14835 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/theme/app_list_incognito.png » ('j') | chrome/browser/ui/views/aura/app_list/app_list_model.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698