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

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 9687 matching lines...) Expand 10 before | Expand all | Expand 10 after
9698 Allow 9698 Allow
9699 </message> 9699 </message>
9700 <message name="IDS_MULTI_DOWNLOAD_WARNING_DENY" desc="Text on the deny but ton in the IDS_MULTI_DOWNLOAD_WARNING dialog"> 9700 <message name="IDS_MULTI_DOWNLOAD_WARNING_DENY" desc="Text on the deny but ton in the IDS_MULTI_DOWNLOAD_WARNING dialog">
9701 Deny 9701 Deny
9702 </message> 9702 </message>
9703 9703
9704 <!-- File Browser --> 9704 <!-- File Browser -->
9705 <message name="IDS_FILE_BROWSER_ROOT_DIRECTORY_LABEL" desc="Root directory label."> 9705 <message name="IDS_FILE_BROWSER_ROOT_DIRECTORY_LABEL" desc="Root directory label.">
9706 Files 9706 Files
9707 </message> 9707 </message>
9708 <message name="IDS_FILE_BROWSER_DOWNLOADS_DIRECTORY_LABEL" desc="/Download s directory label.">
9709 File Shelf
9710 </message>
9711 <message name="IDS_FILE_BROWSER_ARCHIVE_DIRECTORY_LABEL" desc="/archive di rectory label."> 9708 <message name="IDS_FILE_BROWSER_ARCHIVE_DIRECTORY_LABEL" desc="/archive di rectory label.">
9712 Archives 9709 Archives
9713 </message> 9710 </message>
9714 <message name="IDS_FILE_BROWSER_REMOVABLE_DIRECTORY_LABEL" desc="/removabl e directory label."> 9711 <message name="IDS_FILE_BROWSER_REMOVABLE_DIRECTORY_LABEL" desc="/removabl e directory label.">
9715 External Storage 9712 External Storage
9716 </message> 9713 </message>
9717 <message name="IDS_FILE_BROWSER_MEDIA_DIRECTORY_LABEL" desc="/media direct ory label."> 9714 <message name="IDS_FILE_BROWSER_MEDIA_DIRECTORY_LABEL" desc="/media direct ory label.">
9718 External Storage 9715 External Storage
9719 </message> 9716 </message>
9720 <message name="IDS_FILE_BROWSER_CHROMEBOOK_DIRECTORY_LABEL" desc="Chromebo ok local directory label."> 9717 <message name="IDS_FILE_BROWSER_CHROMEBOOK_DIRECTORY_LABEL" desc="Chromebo ok local directory label.">
(...skipping 5012 matching lines...) Expand 10 before | Expand all | Expand 10 after
14733 </messages> 14730 </messages>
14734 <structures fallback_to_english="true"> 14731 <structures fallback_to_english="true">
14735 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14732 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14736 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14733 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14737 </structure> 14734 </structure>
14738 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14735 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14739 </structure> 14736 </structure>
14740 </structures> 14737 </structures>
14741 </release> 14738 </release>
14742 </grit> 14739 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698