1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
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" ;
40 Text [ en-US ] = "~Update" ;
43 String STR_CLOSEDOC_ANDRETURN
45 Text [ en-US ] = "~Close & Return to " ;
48 Menu POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION
54 Identifier = MENUITEM_TOOLBAR_VISIBLEBUTTON;
58 Text[ en-US ] = "Visible ~Buttons";
62 Identifier = MENUITEM_TOOLBAR_CUSTOMIZETOOLBAR;
63 Command = ".uno:ConfigureToolboxVisible" ;
64 Text[ en-US ] = "~Customize Toolbar...";
72 Identifier = MENUITEM_TOOLBAR_DOCKTOOLBAR;
73 Text[ en-US ] = "~Dock Toolbar" ;
77 Identifier = MENUITEM_TOOLBAR_DOCKALLTOOLBAR;
78 Text[ en-US ] = "Dock ~All Toolbars" ;
86 Identifier = MENUITEM_TOOLBAR_LOCKTOOLBARPOSITION;
87 Text[ en-US ] = "~Lock Toolbar Position" ;
91 Identifier = MENUITEM_TOOLBAR_CLOSE;
92 Text[ en-US ] = "Close ~Toolbar" ;
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 // ***********************************************************************
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)
131 #define COL2_WIDTH 10
132 #define OFFSET_IMG 10
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;
162 Size = MAP_APPFONT ( LICENSE_DIALOG_WIDTH , LICENSE_DIALOG_HEIGTH ) ;
163 Text [ en-US ] = "License Agreement";
165 MultiLineEdit ML_LICENSE
167 HelpID = "framework:MultiLineEdit:DLG_LICENSE:ML_LICENSE";
168 PosSize = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_1 , LICENSE_WIDTH , LICENSE_HEIGHT ) ;
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:" ;
184 Pos = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_3 ) ;
185 Size = MAP_PIXEL ( 16 , 16 ) ;
192 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
199 Pos = MAP_APPFONT ( LICENSE_COL_2 , LICENSE_ROW_3 ) ;
200 Size = MAP_APPFONT ( COL2_WIDTH , FT_HEIGHT ) ;
201 Text [ en-US ] = "1." ;
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." ;
212 PushButton PB_PAGEDOWN
214 HelpID = "framework:PushButton:DLG_LICENSE:PB_PAGEDOWN";
216 Pos = MAP_APPFONT ( LICENSE_COL_4 , LICENSE_ROW_3 ) ;
217 Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
218 Text [ en-US ] = "Scroll Down" ;
224 Pos = MAP_APPFONT ( LICENSE_COL_2 , LICENSE_ROW_4 ) ;
225 Size = MAP_APPFONT ( COL2_WIDTH, FT_HEIGHT ) ;
226 Text [ en-US ] = "2." ;
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." ;
237 String LICENSE_ACCEPT
239 Text [ en-US ] = "~Accept" ;
242 String LICENSE_NOTACCEPT
244 Text [ en-US ] = "Decline" ;
249 Pos = MAP_APPFONT ( LICENSE_COL_1, LICENSE_ROW_5 ) ;
250 Size = MAP_APPFONT ( LICENSE_WIDTH, 1 ) ;
255 HelpID = "framework:PushButton:DLG_LICENSE:PB_ACCEPT";
257 Pos = MAP_APPFONT ( LICENSE_COL_4 - PD_WIDTH - OFFSET_IMG , LICENSE_ROW_6 ) ;
258 Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
261 PushButton PB_DECLINE
263 HelpID = "framework:PushButton:DLG_LICENSE:PB_DECLINE";
265 Pos = MAP_APPFONT ( LICENSE_COL_4 , LICENSE_ROW_6 ) ;
266 Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
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: */