dialog.src (22de8995) dialog.src (02bef860)
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
22
23
20 *************************************************************/
21
22
23
24 // include ---------------------------------------------------------------
24// include ---------------------------------------------------------------
25#include <sfx2/sfx.hrc>
26#include "dialog.hrc"
27#include "helpid.hrc"
28#include "sfxlocal.hrc"
29
30String STR_RESET
31{
32 Text [ en-US ] = "~Reset" ;
33};
34String STR_APPLY
35{
25#include <sfx2/sfx.hrc>
26#include "dialog.hrc"
27#include "helpid.hrc"
28#include "sfxlocal.hrc"
29
30String STR_RESET
31{
32 Text [ en-US ] = "~Reset" ;
33};
34String STR_APPLY
35{
36 Text [ en-US ] = "Apply";
36 Text [ en-US ] = "Apply" ;
37};
38String STR_TABPAGE_MANAGESTYLES
39{
40 Text [ en-US ] = "Organizer" ;
41};
42InfoBox MSG_TABPAGE_INVALIDNAME
43{
44 BUTTONS = WB_OK ;

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

92 HelpId = HID_STYLIST_DELETE ;
93 };
94 };
95};
96
97 //------------------------------------------------------------------------
98String SID_NAVIGATOR
99{
37};
38String STR_TABPAGE_MANAGESTYLES
39{
40 Text [ en-US ] = "Organizer" ;
41};
42InfoBox MSG_TABPAGE_INVALIDNAME
43{
44 BUTTONS = WB_OK ;

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

92 HelpId = HID_STYLIST_DELETE ;
93 };
94 };
95};
96
97 //------------------------------------------------------------------------
98String SID_NAVIGATOR
99{
100 Text [ en-US ] = "Navigator";
100 Text [ en-US ] = "Navigator" ;
101};
102String SID_TASKPANE
103{
101};
102String SID_TASKPANE
103{
104 Text [ en-US ] = "Task Pane";
104 Text [ en-US ] = "Task Pane" ;
105};
106String SID_SIDEBAR
107{
105};
106String SID_SIDEBAR
107{
108 Text [ en-US ] = "Sidebar";
108 Text [ en-US ] = "Sidebar" ;
109};
110
111ErrorBox MSG_ERROR_WRONG_CONFIRM
112{
113 BUTTONS = WB_OK ;
114 DEFBUTTON = WB_DEF_OK ;
109};
110
111ErrorBox MSG_ERROR_WRONG_CONFIRM
112{
113 BUTTONS = WB_OK ;
114 DEFBUTTON = WB_DEF_OK ;
115 Message [ en-US ] = "Faulty password confirmation";
115 Message [ en-US ] = "Faulty password confirmation" ;
116};
117
118String STR_PDF_EXPORT_SEND
119{
116};
117
118String STR_PDF_EXPORT_SEND
119{
120 Text [ en-US ] = "Send" ;
120 Text [ en-US ] = "Send" ;
121};
122
123Image IMG_INFO
124{
125 ImageBitmap = Bitmap
126 {
121};
122
123Image IMG_INFO
124{
125 ImageBitmap = Bitmap
126 {
127 File = "info.png" ;
127 File = "info.png" ;
128 };
129};
130
131// ******************************************************************* EOF
128 };
129};
130
131// ******************************************************************* EOF
132