merge the formfield patch from ooo-build
[ooovba.git] / svtools / source / dialogs / filedlg2.src
blob3f2258d5957316b14864eb793e23ec528c2d3cb1
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: filedlg2.src,v $
10  * $Revision: 1.29 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include <filedlg2.hrc>
32 String STR_FILEDLG_SELECT
34     Text [ en-US ] = "Select Directory" ;
36 String STR_FILEDLG_CANTCHDIR
38     Text [ en-US ] = "Cannot change to directory" ;
40 String STR_FILEDLG_OPEN
42     Text [ en-US ] = "Open" ;
44 String STR_FILEDLG_FILE
46     Text [ en-US ] = "~File" ;
48 String STR_FILEDLG_DIR
50     Text [ en-US ] = "~Directory" ;
52 String STR_FILEDLG_TYPE
54     Text [ en-US ] = "File ~type" ;
56 String STR_FILEDLG_CANTOPENFILE
58     Text [ en-US ] = "Can't open file" ;
60 String STR_FILEDLG_CANTOPENDIR
62     Text [ en-US ] = "Can't open directory" ;
64 String STR_FILEDLG_OVERWRITE
66     Text [ en-US ] = "This file already exists. \nOverwrite ?" ;
68 String STR_FILEDLG_GOUP
70     Text [ en-US ] = "Up One Level" ;
72 String STR_FILEDLG_SAVE
74     Text [ en-US ] = "Save" ;
76 String STR_FILEDLG_DRIVES
78     Text [ en-US ] = "D~rive" ;
80 String STR_FILEDLG_HOME
82     Text [ en-US ] = "User Directory" ;
84 String STR_FILEDLG_NEWDIR
86     Text [ en-US ] = "Create Directory" ;
88 String STR_FILEDLG_ASKNEWDIR
90     Text [ en-US ] = "Do you want the directory %s to be created ?" ;