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

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

Issue 8554003: [filebrowser] Add left panel with roots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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 9676 matching lines...) Expand 10 before | Expand all | Expand 10 after
9687 Allow 9687 Allow
9688 </message> 9688 </message>
9689 <message name="IDS_MULTI_DOWNLOAD_WARNING_DENY" desc="Text on the deny but ton in the IDS_MULTI_DOWNLOAD_WARNING dialog"> 9689 <message name="IDS_MULTI_DOWNLOAD_WARNING_DENY" desc="Text on the deny but ton in the IDS_MULTI_DOWNLOAD_WARNING dialog">
9690 Deny 9690 Deny
9691 </message> 9691 </message>
9692 9692
9693 <!-- File Browser --> 9693 <!-- File Browser -->
9694 <message name="IDS_FILE_BROWSER_ROOT_DIRECTORY_LABEL" desc="Root directory label."> 9694 <message name="IDS_FILE_BROWSER_ROOT_DIRECTORY_LABEL" desc="Root directory label.">
9695 Files 9695 Files
9696 </message> 9696 </message>
9697 <message name="IDS_FILE_BROWSER_DOWNLOADS_DIRECTORY_LABEL" desc="/Download s directory label.">
9698 File Shelf
9699 </message>
9700 <message name="IDS_FILE_BROWSER_ARCHIVE_DIRECTORY_LABEL" desc="/archive di rectory label."> 9697 <message name="IDS_FILE_BROWSER_ARCHIVE_DIRECTORY_LABEL" desc="/archive di rectory label.">
9701 Archives 9698 Archives
9702 </message> 9699 </message>
9703 <message name="IDS_FILE_BROWSER_REMOVABLE_DIRECTORY_LABEL" desc="/removabl e directory label."> 9700 <message name="IDS_FILE_BROWSER_REMOVABLE_DIRECTORY_LABEL" desc="/removabl e directory label.">
9704 External Storage 9701 External Storage
9705 </message> 9702 </message>
9706 <message name="IDS_FILE_BROWSER_MEDIA_DIRECTORY_LABEL" desc="/media direct ory label."> 9703 <message name="IDS_FILE_BROWSER_MEDIA_DIRECTORY_LABEL" desc="/media direct ory label.">
9707 External Storage 9704 External Storage
9708 </message> 9705 </message>
9709 <message name="IDS_FILE_BROWSER_CHROMEBOOK_DIRECTORY_LABEL" desc="Chromebo ok local directory label."> 9706 <message name="IDS_FILE_BROWSER_CHROMEBOOK_DIRECTORY_LABEL" desc="Chromebo ok local directory label.">
(...skipping 4965 matching lines...) Expand 10 before | Expand all | Expand 10 after
14675 </messages> 14672 </messages>
14676 <structures fallback_to_english="true"> 14673 <structures fallback_to_english="true">
14677 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14674 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14678 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14675 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14679 </structure> 14676 </structure>
14680 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14677 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14681 </structure> 14678 </structure>
14682 </structures> 14679 </structures>
14683 </release> 14680 </release>
14684 </grit> 14681 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698