merge the formfield patch from ooo-build
[ooovba.git] / framework / source / classes / resource.src
blob1371fa98ebe35b22a785414b2476473f14eb1073
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: resource.src,v $
10  * $Revision: 1.39 $
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 "helpid.hrc"
33 #ifndef __FRAMEWORK_CLASSES_RESOURCE_HRC_
34 #include <classes/resource.hrc>
35 #endif
37 String STR_MENU_ADDONS
39     Text [ en-US ] = "Add-Ons" ;
42 String STR_MENU_ADDONHELP
44     Text [ en-US ] = "Add-~On Help" ;
47 String STR_MENU_HEADFOOTALL
49     Text [ en-US ] = "All" ;
52 String STR_UPDATEDOC
54     Text [ en-US ] = "~Update" ;
57 String STR_CLOSEDOC_ANDRETURN
59     /* ### ACHTUNG: Neuer Text in Resource? S~chlieen & zur ck zu  : S~chlieen & zurck zu  */
60     /* ### ACHTUNG: Neuer Text in Resource? S~chlie en & zur ck zu  : S~chlieen & zurck zu  */
61     Text [ en-US ] = "~Close & Return to " ;
64 Menu POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION
66     ItemList =
67     {
68         MenuItem
69         {
70             Identifier = MENUITEM_TOOLBAR_VISIBLEBUTTON;
71             SubMenu = Menu
72             {
73             };
74             Text[ en-US ] = "Visible ~Buttons";
75         };
76         MenuItem
77         {
78             Identifier = MENUITEM_TOOLBAR_CUSTOMIZETOOLBAR;
79             Command = ".uno:ConfigureToolboxVisible" ;
80             Text[ en-US ] = "~Customize Toolbar...";
81         };
82         MenuItem
83         {
84             Separator = TRUE ;
85         };
86         MenuItem
87         {
88             Identifier = MENUITEM_TOOLBAR_DOCKTOOLBAR;
89             Text[ en-US ] = "~Dock Toolbar" ;
90         };
91         MenuItem
92         {
93             Identifier = MENUITEM_TOOLBAR_DOCKALLTOOLBAR;
94             Text[ en-US ] = "Dock ~All Toolbars" ;
95         };
96         MenuItem
97         {
98             Separator = TRUE ;
99         };
100         MenuItem
101         {
102             Identifier = MENUITEM_TOOLBAR_LOCKTOOLBARPOSITION;
103             Text[ en-US ] = "~Lock Toolbar Position" ;
104         };
105         MenuItem
106         {
107             Identifier = MENUITEM_TOOLBAR_CLOSE;
108             Text[ en-US ] = "Close ~Toolbar" ;
109         };
110     };
113 String STR_SAVECOPYDOC
115     Text [ en-US ] = "Save Copy ~as..." ;
118 String STR_NODOCUMENT
120     Text [ en-US ] = "No Documents";
123 String STR_TOOLBAR_TITLE_ADDON
125     Text [ en-US ] = "Add-On %num%";
128 String STR_STATUSBAR_LOGOTEXT
130     Text [ en-US ] = "A %PRODUCTNAME product by Sun Microsystems, Inc.";
133 // ***********************************************************************
134 //       License Dialog
135 // ***********************************************************************
136 #define LICENSE_DIALOG_WIDTH  260
137 //#define LICENSE_DIALOG_HEIGTH 185
138 //#define LICENSE_DIALOG_HEIGTH 190
139 #define LICENSE_RIGHT_BORDER  7
140 #define LICENSE_BOTTOM_BORDER  0
141 #define LICENSE_ROW_1 (7)
142 #define LICENSE_COL_1 (7)
144 #define OFFSET        2
145 #define COL2_WIDTH   10
146 #define OFFSET_IMG   10
147 #define FT_HEIGHT     8
148 #define PB_HEIGHT    14
149 #define PD_WIDTH     40
151 #define LICENSE_HEIGHT 102
152 #define LICENSE_ROW_2 (LICENSE_ROW_1 + OFFSET + LICENSE_HEIGHT)
153 #define LICENSE_ROW_3 (LICENSE_ROW_2 + OFFSET + FT_HEIGHT)
154 #define LICENSE_ROW_4 (LICENSE_ROW_3 + OFFSET + 3*FT_HEIGHT )
155 #define LICENSE_ROW_5 (LICENSE_ROW_4 + FT_HEIGHT+ OFFSET )
156 #define LICENSE_ROW_6 (LICENSE_ROW_5 + 2*OFFSET )
158 #define LICENSE_DIALOG_HEIGTH (LICENSE_ROW_6 + + PB_HEIGHT + 7)
160 #define LICENSE_COL_2 (LICENSE_COL_1 + OFFSET_IMG)
161 #define LICENSE_COL_3 (LICENSE_COL_2 + COL2_WIDTH +1)
162 #define LICENSE_COL_4 (LICENSE_DIALOG_WIDTH - LICENSE_RIGHT_BORDER - PD_WIDTH)
164 #define LICENSE_WIDTH (LICENSE_DIALOG_WIDTH - LICENSE_RIGHT_BORDER - LICENSE_ROW_1)
165 #define COL3_WIDTH        (LICENSE_COL_4 - LICENSE_COL_3)
168 ModalDialog DLG_LICENSE
170     HelpId = HID_LICENSEDIALOG;
171     Moveable            = TRUE ;
172     Closeable           = TRUE ;
173     OutputSize = TRUE ;
174     SVLook = TRUE ;
175     Hide = TRUE ;
176     Size = MAP_APPFONT ( LICENSE_DIALOG_WIDTH , LICENSE_DIALOG_HEIGTH ) ;
177     Text [ en-US ] = "License Agreement";
179     MultiLineEdit ML_LICENSE
180     {
181         PosSize = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_1 , LICENSE_WIDTH , LICENSE_HEIGHT ) ;
182         Border = TRUE ;
183         VScroll = TRUE ;
184         ReadOnly = TRUE ;
185     };
187     FixedText FT_INFO1
188     {
189         WordBreak = TRUE ;
190         Pos = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_2 ) ;
191         Size = MAP_APPFONT ( LICENSE_WIDTH , FT_HEIGHT ) ;
192         Text [ en-US ] = "Please follow these steps to proceed with the installation:" ;
193     };
195     FixedImage IMG_ARROW
196     {
197         Pos = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_3 ) ;
198         Size = MAP_PIXEL ( 16 , 16 ) ;
199         Fixed = Image
200         {
201             ImageBitmap = Bitmap
202             {
203                 File = "arrow.bmp" ;
204             };
205             MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
206         };
207     };
209     FixedText FT_INFO2_1
210     {
211         WordBreak = TRUE ;
212         Pos = MAP_APPFONT ( LICENSE_COL_2 , LICENSE_ROW_3 ) ;
213         Size = MAP_APPFONT ( COL2_WIDTH , FT_HEIGHT ) ;
214         Text [ en-US ] = "1." ;
215     };
217     FixedText FT_INFO2
218     {
219         WordBreak = TRUE ;
220         Pos = MAP_APPFONT ( LICENSE_COL_3 , LICENSE_ROW_3 ) ;
221         Size = MAP_APPFONT ( COL3_WIDTH, 3*FT_HEIGHT ) ;
222         Text [ en-US ] = "View the complete License Agreement. Please use the scroll bar or the '%PAGEDOWN' button in this dialog to view the entire license text." ;
223     };
225     PushButton PB_PAGEDOWN
226     {
227         TabStop = TRUE ;
228         Pos = MAP_APPFONT ( LICENSE_COL_4 , LICENSE_ROW_3 ) ;
229         Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
230         Text [ en-US ] = "Scroll Down" ;
231     };
233     FixedText FT_INFO3_1
234     {
235         WordBreak = TRUE ;
236         Pos = MAP_APPFONT ( LICENSE_COL_2 , LICENSE_ROW_4 ) ;
237         Size = MAP_APPFONT ( COL2_WIDTH, FT_HEIGHT ) ;
238         Text [ en-US ] = "2." ;
239     };
241     FixedText FT_INFO3
242     {
243         WordBreak = TRUE ;
244         Pos = MAP_APPFONT ( LICENSE_COL_3, LICENSE_ROW_4 ) ;
245         Size = MAP_APPFONT ( COL3_WIDTH, FT_HEIGHT ) ;
246         Text [ en-US ] = "Accept the License Agreement." ;
247     };
249     String LICENSE_ACCEPT
250     {
251         Text [ en-US ] = "~Accept" ;
252     };
254     String LICENSE_NOTACCEPT
255     {
256         Text [ en-US ] = "Decline" ;
257     };
259     FixedLine FL_DIVIDE
260     {
261         Pos = MAP_APPFONT ( LICENSE_COL_1, LICENSE_ROW_5 ) ;
262         Size = MAP_APPFONT ( LICENSE_WIDTH, 1 ) ;
263     };
265     PushButton PB_ACCEPT
266     {
267         TabStop = TRUE ;
268         Pos = MAP_APPFONT ( LICENSE_COL_4 - PD_WIDTH - OFFSET_IMG , LICENSE_ROW_6 ) ;
269         Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
270     };
272     PushButton PB_DECLINE
273     {
274         TabStop = TRUE ;
275         Pos = MAP_APPFONT ( LICENSE_COL_4 , LICENSE_ROW_6 ) ;
276         Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
277     };
281 Image RID_IMAGE_STATUSBAR_LOGO
283     ImageBitmap = Bitmap { File = "logo.png" ; };
284     MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
287 String STR_FULL_DISC_RETRY_BUTTON
289     Text [ en-US ] = "Retry" ;
292 String STR_FULL_DISC_MSG
294     Text [ en-US ] = "%PRODUCTNAME could not save important internal information due to insufficient free disk space at the following location:\n%PATH\n\nYou will not be able to continue working with %PRODUCTNAME without allocating more free disk space at that location.\n\nPress the 'Retry' button after you have allocated more free disk space to retry saving the data.\n\n" ;
297 String STR_RESTORE_TOOLBARS
299     Text [ en-US ] = "~Reset" ;    
302 String STR_CORRUPT_UICFG_SHARE
304     Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to reinstall the application." ;
307 String STR_CORRUPT_UICFG_USER
309     Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to remove your user profile for the application." ;
312 String STR_CORRUPT_UICFG_GENERAL
314     Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to remove your user profile for the application first or try to reinstall the application." ;
317 String STR_UNTITLED_DOCUMENT
319     Text [ en-US ] = "Untitled" ;
322 // for displaying 'Multiple Languages' in the language statusbar control
323 String STR_LANGSTATUS_MULTIPLE_LANGUAGES
325     Text [ en-US ] = "Multiple Languages" ;
326     Text [ x-comment ] = " ";
328 String STR_LANGSTATUS_NONE
330     Text [ en-US ] = "None (Do not check spelling)" ; 
331     Text [ x-comment ] = " ";   
333 String STR_LANGSTATUS_MORE
335     Text [ en-US ] = "More..." ;   
336     Text [ x-comment ] = " "; 
338 String STR_SET_LANGUAGE_FOR_SELECTION
340     Text [ en-US ] = "Set Language for Selection" ;   
341     Text [ x-comment ] = " "; 
343 String STR_SET_LANGUAGE_FOR_PARAGRAPH
345     Text [ en-US ] = "Set Language for Paragraph" ;   
346     Text [ x-comment ] = " "; 
348 String STR_SET_LANGUAGE_FOR_ALL_TEXT
350     Text [ en-US ] = "Set Language for all Text" ;   
351     Text [ x-comment ] = " ";