bump product version to 4.1.6.2
[LibreOffice.git] / framework / source / classes / resource.src
blob8b1587a3dd404c5721787ee4f57fa0915ab77346
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "helpid.hrc"
21 #include <classes/resource.hrc>
23 String STR_MENU_ADDONS
25     Text [ en-US ] = "Add-Ons" ;
28 String STR_MENU_ADDONHELP
30     Text [ en-US ] = "Add-~On Help" ;
33 String STR_MENU_HEADFOOTALL
35     Text [ en-US ] = "All" ;
38 String STR_UPDATEDOC
40     Text [ en-US ] = "~Update" ;
43 String STR_CLOSEDOC_ANDRETURN
45     Text [ en-US ] = "~Close & Return to " ;
48 Menu POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION
50     ItemList =
51     {
52         MenuItem
53         {
54             Identifier = MENUITEM_TOOLBAR_VISIBLEBUTTON;
55             SubMenu = Menu
56             {
57             };
58             Text[ en-US ] = "Visible ~Buttons";
59         };
60         MenuItem
61         {
62             Identifier = MENUITEM_TOOLBAR_CUSTOMIZETOOLBAR;
63             Command = ".uno:ConfigureToolboxVisible" ;
64             Text[ en-US ] = "~Customize Toolbar...";
65         };
66         MenuItem
67         {
68             Separator = TRUE ;
69         };
70         MenuItem
71         {
72             Identifier = MENUITEM_TOOLBAR_DOCKTOOLBAR;
73             Text[ en-US ] = "~Dock Toolbar" ;
74         };
75         MenuItem
76         {
77             Identifier = MENUITEM_TOOLBAR_DOCKALLTOOLBAR;
78             Text[ en-US ] = "Dock ~All Toolbars" ;
79         };
80         MenuItem
81         {
82             Separator = TRUE ;
83         };
84         MenuItem
85         {
86             Identifier = MENUITEM_TOOLBAR_LOCKTOOLBARPOSITION;
87             Text[ en-US ] = "~Lock Toolbar Position" ;
88         };
89         MenuItem
90         {
91             Identifier = MENUITEM_TOOLBAR_CLOSE;
92             Text[ en-US ] = "Close ~Toolbar" ;
93         };
94     };
97 String STR_SAVECOPYDOC
99     Text [ en-US ] = "Save Copy ~as..." ;
102 String STR_NODOCUMENT
104     Text [ en-US ] = "No Documents";
107 String STR_CLEAR_RECENT_FILES
109     Text [ en-US ] = "Clear List";
112 String STR_CLEAR_RECENT_FILES_HELP
114     Text [ en-US ] = "Clears the list with the most recently opened files. This action can not be undone.";
117 String STR_TOOLBAR_TITLE_ADDON
119     Text [ en-US ] = "Add-On %num%";
122 // ***********************************************************************
123 //       License Dialog
124 // ***********************************************************************
125 #define LICENSE_DIALOG_WIDTH  260
126 #define LICENSE_RIGHT_BORDER  7
127 #define LICENSE_ROW_1 (7)
128 #define LICENSE_COL_1 (7)
130 #define OFFSET        2
131 #define COL2_WIDTH   10
132 #define OFFSET_IMG   10
133 #define FT_HEIGHT     8
134 #define PB_HEIGHT    14
135 #define PD_WIDTH     40
137 #define LICENSE_HEIGHT 102
138 #define LICENSE_ROW_2 (LICENSE_ROW_1 + OFFSET + LICENSE_HEIGHT)
139 #define LICENSE_ROW_3 (LICENSE_ROW_2 + OFFSET + FT_HEIGHT)
140 #define LICENSE_ROW_4 (LICENSE_ROW_3 + OFFSET + 3*FT_HEIGHT )
141 #define LICENSE_ROW_5 (LICENSE_ROW_4 + FT_HEIGHT+ OFFSET )
142 #define LICENSE_ROW_6 (LICENSE_ROW_5 + 2*OFFSET )
144 #define LICENSE_DIALOG_HEIGTH (LICENSE_ROW_6 + + PB_HEIGHT + 7)
146 #define LICENSE_COL_2 (LICENSE_COL_1 + OFFSET_IMG)
147 #define LICENSE_COL_3 (LICENSE_COL_2 + COL2_WIDTH +1)
148 #define LICENSE_COL_4 (LICENSE_DIALOG_WIDTH - LICENSE_RIGHT_BORDER - PD_WIDTH)
150 #define LICENSE_WIDTH (LICENSE_DIALOG_WIDTH - LICENSE_RIGHT_BORDER - LICENSE_ROW_1)
151 #define COL3_WIDTH    (LICENSE_COL_4 - LICENSE_COL_3)
154 ModalDialog DLG_LICENSE
156     HelpId = HID_LICENSEDIALOG;
157     Moveable        = TRUE ;
158     Closeable       = TRUE ;
159     OutputSize = TRUE ;
160     SVLook = TRUE ;
161     Hide = TRUE ;
162     Size = MAP_APPFONT ( LICENSE_DIALOG_WIDTH , LICENSE_DIALOG_HEIGTH ) ;
163     Text [ en-US ] = "License Agreement";
165     MultiLineEdit ML_LICENSE
166     {
167         HelpID = "framework:MultiLineEdit:DLG_LICENSE:ML_LICENSE";
168         PosSize = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_1 , LICENSE_WIDTH , LICENSE_HEIGHT ) ;
169         Border = TRUE ;
170         VScroll = TRUE ;
171         ReadOnly = TRUE ;
172     };
174     FixedText FT_INFO1
175     {
176         WordBreak = TRUE ;
177         Pos = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_2 ) ;
178         Size = MAP_APPFONT ( LICENSE_WIDTH , FT_HEIGHT ) ;
179         Text [ en-US ] = "Please follow these steps to proceed with the installation:" ;
180     };
182     FixedImage IMG_ARROW
183     {
184         Pos = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_3 ) ;
185         Size = MAP_PIXEL ( 16 , 16 ) ;
186         Fixed = Image
187         {
188             ImageBitmap = Bitmap
189             {
190                 File = "arrow.bmp" ;
191             };
192             MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
193         };
194     };
196     FixedText FT_INFO2_1
197     {
198         WordBreak = TRUE ;
199         Pos = MAP_APPFONT ( LICENSE_COL_2 , LICENSE_ROW_3 ) ;
200         Size = MAP_APPFONT ( COL2_WIDTH , FT_HEIGHT ) ;
201         Text [ en-US ] = "1." ;
202     };
204     FixedText FT_INFO2
205     {
206         WordBreak = TRUE ;
207         Pos = MAP_APPFONT ( LICENSE_COL_3 , LICENSE_ROW_3 ) ;
208         Size = MAP_APPFONT ( COL3_WIDTH, 3*FT_HEIGHT ) ;
209         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." ;
210     };
212     PushButton PB_PAGEDOWN
213     {
214         HelpID = "framework:PushButton:DLG_LICENSE:PB_PAGEDOWN";
215         TabStop = TRUE ;
216         Pos = MAP_APPFONT ( LICENSE_COL_4 , LICENSE_ROW_3 ) ;
217         Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
218         Text [ en-US ] = "Scroll Down" ;
219     };
221     FixedText FT_INFO3_1
222     {
223         WordBreak = TRUE ;
224         Pos = MAP_APPFONT ( LICENSE_COL_2 , LICENSE_ROW_4 ) ;
225         Size = MAP_APPFONT ( COL2_WIDTH, FT_HEIGHT ) ;
226         Text [ en-US ] = "2." ;
227     };
229     FixedText FT_INFO3
230     {
231         WordBreak = TRUE ;
232         Pos = MAP_APPFONT ( LICENSE_COL_3, LICENSE_ROW_4 ) ;
233         Size = MAP_APPFONT ( COL3_WIDTH, FT_HEIGHT ) ;
234         Text [ en-US ] = "Accept the License Agreement." ;
235     };
237     String LICENSE_ACCEPT
238     {
239         Text [ en-US ] = "~Accept" ;
240     };
242     String LICENSE_NOTACCEPT
243     {
244         Text [ en-US ] = "Decline" ;
245     };
247     FixedLine FL_DIVIDE
248     {
249         Pos = MAP_APPFONT ( LICENSE_COL_1, LICENSE_ROW_5 ) ;
250         Size = MAP_APPFONT ( LICENSE_WIDTH, 1 ) ;
251     };
253     PushButton PB_ACCEPT
254     {
255         HelpID = "framework:PushButton:DLG_LICENSE:PB_ACCEPT";
256         TabStop = TRUE ;
257         Pos = MAP_APPFONT ( LICENSE_COL_4 - PD_WIDTH - OFFSET_IMG , LICENSE_ROW_6 ) ;
258         Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
259     };
261     PushButton PB_DECLINE
262     {
263         HelpID = "framework:PushButton:DLG_LICENSE:PB_DECLINE";
264         TabStop = TRUE ;
265         Pos = MAP_APPFONT ( LICENSE_COL_4 , LICENSE_ROW_6 ) ;
266         Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
267     };
271 String STR_FULL_DISC_RETRY_BUTTON
273     Text [ en-US ] = "Retry" ;
276 String STR_FULL_DISC_MSG
278     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" ;
281 String STR_RESTORE_TOOLBARS
283     Text [ en-US ] = "~Reset" ;
286 String STR_CORRUPT_UICFG_SHARE
288     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." ;
291 String STR_CORRUPT_UICFG_USER
293     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." ;
296 String STR_CORRUPT_UICFG_GENERAL
298     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." ;
301 String STR_UNTITLED_DOCUMENT
303     Text [ en-US ] = "Untitled" ;
306 // for displaying 'Multiple Languages' in the language statusbar control
307 String STR_LANGSTATUS_MULTIPLE_LANGUAGES
309     Text [ en-US ] = "Multiple Languages" ;
312 String STR_LANGSTATUS_NONE
314     Text [ en-US ] = "None (Do not check spelling)" ;
317 String STR_RESET_TO_DEFAULT_LANGUAGE
319     Text [ en-US ] = "Reset to Default Language" ;
322 String STR_LANGSTATUS_MORE
324     Text [ en-US ] = "More..." ;
327 String STR_SET_LANGUAGE_FOR_SELECTION
329     Text [ en-US ] = "Set Language for Selection" ;
332 String STR_SET_LANGUAGE_FOR_PARAGRAPH
334     Text [ en-US ] = "Set Language for Paragraph" ;
337 String STR_SET_LANGUAGE_FOR_ALL_TEXT
339     Text [ en-US ] = "Set Language for all Text" ;
342 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */