merged tag ooo/OOO330_m14
[LibreOffice.git] / framework / source / classes / resource.src
blob2f8e1bdf2f169f81f3ac42040bef2846d2bbb21a
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  ************************************************************************/
28 #include "helpid.hrc"
30 #ifndef __FRAMEWORK_CLASSES_RESOURCE_HRC_
31 #include <classes/resource.hrc>
32 #endif
34 String STR_MENU_ADDONS
36     Text [ en-US ] = "Add-Ons" ;
39 String STR_MENU_ADDONHELP
41     Text [ en-US ] = "Add-~On Help" ;
44 String STR_MENU_HEADFOOTALL
46     Text [ en-US ] = "All" ;
49 String STR_UPDATEDOC
51     Text [ en-US ] = "~Update" ;
54 String STR_CLOSEDOC_ANDRETURN
56     /* ### ACHTUNG: Neuer Text in Resource? S~chlieen & zur ck zu  : S~chlieen & zurck zu  */
57     /* ### ACHTUNG: Neuer Text in Resource? S~chlie en & zur ck zu  : S~chlieen & zurck zu  */
58     Text [ en-US ] = "~Close & Return to " ;
61 Menu POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION
63     ItemList =
64     {
65         MenuItem
66         {
67             Identifier = MENUITEM_TOOLBAR_VISIBLEBUTTON;
68             SubMenu = Menu
69             {
70             };
71             Text[ en-US ] = "Visible ~Buttons";
72         };
73         MenuItem
74         {
75             Identifier = MENUITEM_TOOLBAR_CUSTOMIZETOOLBAR;
76             Command = ".uno:ConfigureToolboxVisible" ;
77             Text[ en-US ] = "~Customize Toolbar...";
78         };
79         MenuItem
80         {
81             Separator = TRUE ;
82         };
83         MenuItem
84         {
85             Identifier = MENUITEM_TOOLBAR_DOCKTOOLBAR;
86             Text[ en-US ] = "~Dock Toolbar" ;
87         };
88         MenuItem
89         {
90             Identifier = MENUITEM_TOOLBAR_DOCKALLTOOLBAR;
91             Text[ en-US ] = "Dock ~All Toolbars" ;
92         };
93         MenuItem
94         {
95             Separator = TRUE ;
96         };
97         MenuItem
98         {
99             Identifier = MENUITEM_TOOLBAR_LOCKTOOLBARPOSITION;
100             Text[ en-US ] = "~Lock Toolbar Position" ;
101         };
102         MenuItem
103         {
104             Identifier = MENUITEM_TOOLBAR_CLOSE;
105             Text[ en-US ] = "Close ~Toolbar" ;
106         };
107     };
110 String STR_SAVECOPYDOC
112     Text [ en-US ] = "Save Copy ~as..." ;
115 String STR_NODOCUMENT
117     Text [ en-US ] = "No Documents";
120 String STR_TOOLBAR_TITLE_ADDON
122     Text [ en-US ] = "Add-On %num%";
125 String STR_STATUSBAR_LOGOTEXT
127     Text [ en-US ] = "A %PRODUCTNAME product by Oracle";
130 // ***********************************************************************
131 //       License Dialog
132 // ***********************************************************************
133 #define LICENSE_DIALOG_WIDTH  260
134 //#define LICENSE_DIALOG_HEIGTH 185
135 //#define LICENSE_DIALOG_HEIGTH 190
136 #define LICENSE_RIGHT_BORDER  7
137 #define LICENSE_BOTTOM_BORDER  0
138 #define LICENSE_ROW_1 (7)
139 #define LICENSE_COL_1 (7)
141 #define OFFSET        2
142 #define COL2_WIDTH   10
143 #define OFFSET_IMG   10
144 #define FT_HEIGHT     8
145 #define PB_HEIGHT    14
146 #define PD_WIDTH     40
148 #define LICENSE_HEIGHT 102
149 #define LICENSE_ROW_2 (LICENSE_ROW_1 + OFFSET + LICENSE_HEIGHT)
150 #define LICENSE_ROW_3 (LICENSE_ROW_2 + OFFSET + FT_HEIGHT)
151 #define LICENSE_ROW_4 (LICENSE_ROW_3 + OFFSET + 3*FT_HEIGHT )
152 #define LICENSE_ROW_5 (LICENSE_ROW_4 + FT_HEIGHT+ OFFSET )
153 #define LICENSE_ROW_6 (LICENSE_ROW_5 + 2*OFFSET )
155 #define LICENSE_DIALOG_HEIGTH (LICENSE_ROW_6 + + PB_HEIGHT + 7)
157 #define LICENSE_COL_2 (LICENSE_COL_1 + OFFSET_IMG)
158 #define LICENSE_COL_3 (LICENSE_COL_2 + COL2_WIDTH +1)
159 #define LICENSE_COL_4 (LICENSE_DIALOG_WIDTH - LICENSE_RIGHT_BORDER - PD_WIDTH)
161 #define LICENSE_WIDTH (LICENSE_DIALOG_WIDTH - LICENSE_RIGHT_BORDER - LICENSE_ROW_1)
162 #define COL3_WIDTH    (LICENSE_COL_4 - LICENSE_COL_3)
165 ModalDialog DLG_LICENSE
167     HelpId = HID_LICENSEDIALOG;
168     Moveable        = TRUE ;
169     Closeable       = TRUE ;
170     OutputSize = TRUE ;
171     SVLook = TRUE ;
172     Hide = TRUE ;
173     Size = MAP_APPFONT ( LICENSE_DIALOG_WIDTH , LICENSE_DIALOG_HEIGTH ) ;
174     Text [ en-US ] = "License Agreement";
176     MultiLineEdit ML_LICENSE
177     {
178         PosSize = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_1 , LICENSE_WIDTH , LICENSE_HEIGHT ) ;
179         Border = TRUE ;
180         VScroll = TRUE ;
181         ReadOnly = TRUE ;
182     };
184     FixedText FT_INFO1
185     {
186         WordBreak = TRUE ;
187         Pos = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_2 ) ;
188         Size = MAP_APPFONT ( LICENSE_WIDTH , FT_HEIGHT ) ;
189         Text [ en-US ] = "Please follow these steps to proceed with the installation:" ;
190     };
192     FixedImage IMG_ARROW
193     {
194         Pos = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_3 ) ;
195         Size = MAP_PIXEL ( 16 , 16 ) ;
196         Fixed = Image
197         {
198             ImageBitmap = Bitmap
199             {
200                 File = "arrow.bmp" ;
201             };
202             MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
203         };
204     };
206     FixedText FT_INFO2_1
207     {
208         WordBreak = TRUE ;
209         Pos = MAP_APPFONT ( LICENSE_COL_2 , LICENSE_ROW_3 ) ;
210         Size = MAP_APPFONT ( COL2_WIDTH , FT_HEIGHT ) ;
211         Text [ en-US ] = "1." ;
212     };
214     FixedText FT_INFO2
215     {
216         WordBreak = TRUE ;
217         Pos = MAP_APPFONT ( LICENSE_COL_3 , LICENSE_ROW_3 ) ;
218         Size = MAP_APPFONT ( COL3_WIDTH, 3*FT_HEIGHT ) ;
219         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." ;
220     };
222     PushButton PB_PAGEDOWN
223     {
224         TabStop = TRUE ;
225         Pos = MAP_APPFONT ( LICENSE_COL_4 , LICENSE_ROW_3 ) ;
226         Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
227         Text [ en-US ] = "Scroll Down" ;
228     };
230     FixedText FT_INFO3_1
231     {
232         WordBreak = TRUE ;
233         Pos = MAP_APPFONT ( LICENSE_COL_2 , LICENSE_ROW_4 ) ;
234         Size = MAP_APPFONT ( COL2_WIDTH, FT_HEIGHT ) ;
235         Text [ en-US ] = "2." ;
236     };
238     FixedText FT_INFO3
239     {
240         WordBreak = TRUE ;
241         Pos = MAP_APPFONT ( LICENSE_COL_3, LICENSE_ROW_4 ) ;
242         Size = MAP_APPFONT ( COL3_WIDTH, FT_HEIGHT ) ;
243         Text [ en-US ] = "Accept the License Agreement." ;
244     };
246     String LICENSE_ACCEPT
247     {
248         Text [ en-US ] = "~Accept" ;
249     };
251     String LICENSE_NOTACCEPT
252     {
253         Text [ en-US ] = "Decline" ;
254     };
256     FixedLine FL_DIVIDE
257     {
258         Pos = MAP_APPFONT ( LICENSE_COL_1, LICENSE_ROW_5 ) ;
259         Size = MAP_APPFONT ( LICENSE_WIDTH, 1 ) ;
260     };
262     PushButton PB_ACCEPT
263     {
264         TabStop = TRUE ;
265         Pos = MAP_APPFONT ( LICENSE_COL_4 - PD_WIDTH - OFFSET_IMG , LICENSE_ROW_6 ) ;
266         Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
267     };
269     PushButton PB_DECLINE
270     {
271         TabStop = TRUE ;
272         Pos = MAP_APPFONT ( LICENSE_COL_4 , LICENSE_ROW_6 ) ;
273         Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
274     };
278 Image RID_IMAGE_STATUSBAR_LOGO
280     ImageBitmap = Bitmap { File = "logo.png" ; };
281     MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
284 String STR_FULL_DISC_RETRY_BUTTON
286     Text [ en-US ] = "Retry" ;
289 String STR_FULL_DISC_MSG
291     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" ;
294 String STR_RESTORE_TOOLBARS
296     Text [ en-US ] = "~Reset" ;
299 String STR_CORRUPT_UICFG_SHARE
301     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." ;
304 String STR_CORRUPT_UICFG_USER
306     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." ;
309 String STR_CORRUPT_UICFG_GENERAL
311     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." ;
314 String STR_UNTITLED_DOCUMENT
316     Text [ en-US ] = "Untitled" ;
319 // for displaying 'Multiple Languages' in the language statusbar control
320 String STR_LANGSTATUS_MULTIPLE_LANGUAGES
322     Text [ en-US ] = "Multiple Languages" ;
323     Text [ x-comment ] = " ";
325 String STR_LANGSTATUS_NONE
327     Text [ en-US ] = "None (Do not check spelling)" ;
328     Text [ x-comment ] = " ";
330 String STR_RESET_TO_DEFAULT_LANGUAGE
332     Text [ en-US ] = "Reset to Default Language" ;
333     Text [ x-comment ] = " ";
335 String STR_LANGSTATUS_MORE
337     Text [ en-US ] = "More..." ;
338     Text [ x-comment ] = " ";
340 String STR_SET_LANGUAGE_FOR_SELECTION
342     Text [ en-US ] = "Set Language for Selection" ;
343     Text [ x-comment ] = " ";
345 String STR_SET_LANGUAGE_FOR_PARAGRAPH
347     Text [ en-US ] = "Set Language for Paragraph" ;
348     Text [ x-comment ] = " ";
350 String STR_SET_LANGUAGE_FOR_ALL_TEXT
352     Text [ en-US ] = "Set Language for all Text" ;
353     Text [ x-comment ] = " ";