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

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

Issue 8745013: [filebrowser] Support renaming in Gallery. (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
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_file_browser_private_api.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9816 matching lines...) Expand 10 before | Expand all | Expand 10 after
9827 </message> 9827 </message>
9828 <message name="IDS_FILE_BROWSER_GALLERY_ROTATE_RIGHT" desc="In the Gallery , the title on the button that rotates the photo 90 degrees to the right (clockw ise)."> 9828 <message name="IDS_FILE_BROWSER_GALLERY_ROTATE_RIGHT" desc="In the Gallery , the title on the button that rotates the photo 90 degrees to the right (clockw ise).">
9829 Right 9829 Right
9830 </message> 9830 </message>
9831 <message name="IDS_FILE_BROWSER_GALLERY_UNDO" desc="In the Gallery, the te xt on the button that reverts the most recent operation."> 9831 <message name="IDS_FILE_BROWSER_GALLERY_UNDO" desc="In the Gallery, the te xt on the button that reverts the most recent operation.">
9832 Undo 9832 Undo
9833 </message> 9833 </message>
9834 <message name="IDS_FILE_BROWSER_GALLERY_REDO" desc="In the Gallery, the te xt on the button that performs again the operation that has been recently revert ed."> 9834 <message name="IDS_FILE_BROWSER_GALLERY_REDO" desc="In the Gallery, the te xt on the button that performs again the operation that has been recently revert ed.">
9835 Redo 9835 Redo
9836 </message> 9836 </message>
9837 <message name="IDS_FILE_BROWSER_GALLERY_FILE_EXISTS" desc="In the Gallery, the message informing that file already exists when attempting to rename.">
9838 File already exists
9839 </message>
9837 9840
9838 <message name="IDS_FILE_BROWSER_CONFIRM_OVERWRITE_FILE" desc="Asks the use r if they are sure they want to overwrite an existing file with another one."> 9841 <message name="IDS_FILE_BROWSER_CONFIRM_OVERWRITE_FILE" desc="Asks the use r if they are sure they want to overwrite an existing file with another one.">
9839 A file named "$1" already exists. Do you want to replace it? 9842 A file named "$1" already exists. Do you want to replace it?
9840 </message> 9843 </message>
9841 <message name="IDS_FILE_BROWSER_FILE_ALREADY_EXISTS" desc="Error message d isplayed when user tries to create a file with an existing name."> 9844 <message name="IDS_FILE_BROWSER_FILE_ALREADY_EXISTS" desc="Error message d isplayed when user tries to create a file with an existing name.">
9842 The file named "$1" already exists. Please choose a different name. 9845 The file named "$1" already exists. Please choose a different name.
9843 </message> 9846 </message>
9844 <message name="IDS_FILE_BROWSER_DIRECTORY_ALREADY_EXISTS" desc="Error mess age displayed when user tries to create a directory with an existing name."> 9847 <message name="IDS_FILE_BROWSER_DIRECTORY_ALREADY_EXISTS" desc="Error mess age displayed when user tries to create a directory with an existing name.">
9845 The directory named "$1" already exists. Please choose a different name. 9848 The directory named "$1" already exists. Please choose a different name.
9846 </message> 9849 </message>
(...skipping 4828 matching lines...) Expand 10 before | Expand all | Expand 10 after
14675 </messages> 14678 </messages>
14676 <structures fallback_to_english="true"> 14679 <structures fallback_to_english="true">
14677 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14680 <!-- 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" > 14681 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14679 </structure> 14682 </structure>
14680 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14683 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14681 </structure> 14684 </structure>
14682 </structures> 14685 </structures>
14683 </release> 14686 </release>
14684 </grit> 14687 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_file_browser_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698