xref: /AOO41X/main/svtools/source/dialogs/filedlg2.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include <svtools/filedlg2.hrc>
29
30String STR_FILEDLG_SELECT
31{
32	Text [ en-US ] = "Select Directory" ;
33};
34String STR_FILEDLG_CANTCHDIR
35{
36	Text [ en-US ] = "Cannot change to directory" ;
37};
38String STR_FILEDLG_OPEN
39{
40	Text [ en-US ] = "Open" ;
41};
42String STR_FILEDLG_FILE
43{
44	Text [ en-US ] = "~File" ;
45};
46String STR_FILEDLG_DIR
47{
48	Text [ en-US ] = "~Directory" ;
49};
50String STR_FILEDLG_TYPE
51{
52	Text [ en-US ] = "File ~type" ;
53};
54String STR_FILEDLG_CANTOPENFILE
55{
56	Text [ en-US ] = "Can't open file" ;
57};
58String STR_FILEDLG_CANTOPENDIR
59{
60	Text [ en-US ] = "Can't open directory" ;
61};
62String STR_FILEDLG_OVERWRITE
63{
64	Text [ en-US ] = "This file already exists. \nOverwrite ?" ;
65};
66String STR_FILEDLG_GOUP
67{
68	Text [ en-US ] = "Up One Level" ;
69};
70String STR_FILEDLG_SAVE
71{
72	Text [ en-US ] = "Save" ;
73};
74String STR_FILEDLG_DRIVES
75{
76	Text [ en-US ] = "D~rive" ;
77};
78String STR_FILEDLG_HOME
79{
80	Text [ en-US ] = "User Directory" ;
81};
82String STR_FILEDLG_NEWDIR
83{
84	Text [ en-US ] = "Create Directory" ;
85};
86String STR_FILEDLG_ASKNEWDIR
87{
88	Text [ en-US ] = "Do you want the directory %s to be created ?" ;
89};
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128