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

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

Issue 9328041: [filebrowser] In Gallery, do not allow file names starting with dot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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
« 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 9968 matching lines...) Expand 10 before | Expand all | Expand 10 after
9979 </message> 9979 </message>
9980 <message name="IDS_FILE_BROWSER_GALLERY_UNDO" desc="In the Gallery, the te xt on the button that reverts the most recent operation."> 9980 <message name="IDS_FILE_BROWSER_GALLERY_UNDO" desc="In the Gallery, the te xt on the button that reverts the most recent operation.">
9981 Undo 9981 Undo
9982 </message> 9982 </message>
9983 <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."> 9983 <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.">
9984 Redo 9984 Redo
9985 </message> 9985 </message>
9986 <message name="IDS_FILE_BROWSER_GALLERY_FILE_EXISTS" desc="In the Gallery, the message informing that file already exists when attempting to rename."> 9986 <message name="IDS_FILE_BROWSER_GALLERY_FILE_EXISTS" desc="In the Gallery, the message informing that file already exists when attempting to rename.">
9987 File already exists 9987 File already exists
9988 </message> 9988 </message>
9989 <message name="IDS_FILE_BROWSER_GALLERY_FILE_STARTS_WITH_DOT" desc="In the Gallery, the message informing that file name cannot start with dot.">
Vladislav Kaznacheev 2012/02/06 13:16:27 I would expect we need the same check and the same
dgozman 2012/02/06 13:22:54 You are right, there is an equal string. However,
9990 Sorry, you can't begin a file name with a dot. Please choose another nam e.
9991 </message>
9989 9992
9990 <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."> 9993 <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.">
9991 A file named "$1" already exists. Do you want to replace it? 9994 A file named "$1" already exists. Do you want to replace it?
9992 </message> 9995 </message>
9993 <message name="IDS_FILE_BROWSER_FILE_ALREADY_EXISTS" desc="Error message d isplayed when user tries to create a file with an existing name."> 9996 <message name="IDS_FILE_BROWSER_FILE_ALREADY_EXISTS" desc="Error message d isplayed when user tries to create a file with an existing name.">
9994 The file named "$1" already exists. Please choose a different name. 9997 The file named "$1" already exists. Please choose a different name.
9995 </message> 9998 </message>
9996 <message name="IDS_FILE_BROWSER_DIRECTORY_ALREADY_EXISTS" desc="Error mess age displayed when user tries to create a directory with an existing name."> 9999 <message name="IDS_FILE_BROWSER_DIRECTORY_ALREADY_EXISTS" desc="Error mess age displayed when user tries to create a directory with an existing name.">
9997 The directory named "$1" already exists. Please choose a different name. 10000 The directory named "$1" already exists. Please choose a different name.
9998 </message> 10001 </message>
(...skipping 5083 matching lines...) Expand 10 before | Expand all | Expand 10 after
15082 </messages> 15085 </messages>
15083 <structures fallback_to_english="true"> 15086 <structures fallback_to_english="true">
15084 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15087 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15085 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15088 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15086 </structure> 15089 </structure>
15087 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15090 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15088 </structure> 15091 </structure>
15089 </structures> 15092 </structures>
15090 </release> 15093 </release>
15091 </grit> 15094 </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