filedlg2.src (3c07ef42) filedlg2.src (a767a70e)
1/**************************************************************
1/**************************************************************
2 *
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
10 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
19 *
20 *************************************************************/
21
20 *************************************************************/
21
22
23
24#include <svtools/filedlg2.hrc>
25
26String STR_FILEDLG_SELECT
27{
28 Text [ en-US ] = "Select Directory" ;
29};
30String STR_FILEDLG_CANTCHDIR
31{

--- 20 unchanged lines hidden (view full) ---

52 Text [ en-US ] = "Can't open file" ;
53};
54String STR_FILEDLG_CANTOPENDIR
55{
56 Text [ en-US ] = "Can't open directory" ;
57};
58String STR_FILEDLG_OVERWRITE
59{
22#include <svtools/filedlg2.hrc>
23
24String STR_FILEDLG_SELECT
25{
26 Text [ en-US ] = "Select Directory" ;
27};
28String STR_FILEDLG_CANTCHDIR
29{

--- 20 unchanged lines hidden (view full) ---

50 Text [ en-US ] = "Can't open file" ;
51};
52String STR_FILEDLG_CANTOPENDIR
53{
54 Text [ en-US ] = "Can't open directory" ;
55};
56String STR_FILEDLG_OVERWRITE
57{
60 Text [ en-US ] = "This file already exists. \nOverwrite ?" ;
58 Text [ en-US ] = "This file already exists.\nOverwrite?" ;
61};
62String STR_FILEDLG_GOUP
63{
64 Text [ en-US ] = "Up One Level" ;
65};
66String STR_FILEDLG_SAVE
67{
68 Text [ en-US ] = "Save" ;

--- 7 unchanged lines hidden (view full) ---

76 Text [ en-US ] = "User Directory" ;
77};
78String STR_FILEDLG_NEWDIR
79{
80 Text [ en-US ] = "Create Directory" ;
81};
82String STR_FILEDLG_ASKNEWDIR
83{
59};
60String STR_FILEDLG_GOUP
61{
62 Text [ en-US ] = "Up One Level" ;
63};
64String STR_FILEDLG_SAVE
65{
66 Text [ en-US ] = "Save" ;

--- 7 unchanged lines hidden (view full) ---

74 Text [ en-US ] = "User Directory" ;
75};
76String STR_FILEDLG_NEWDIR
77{
78 Text [ en-US ] = "Create Directory" ;
79};
80String STR_FILEDLG_ASKNEWDIR
81{
84 Text [ en-US ] = "Do you want the directory %s to be created ?" ;
82 Text [ en-US ] = "Do you want the directory %s to be created?" ;
85};
86
83};
84
87
88
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
85// ******************************************************************* EOF