Bump version to 4.3-4
[LibreOffice.git] / cui / source / customize / cfg.src
blobb85a24d720e08c1b62fd97f9181a3487dab5400d
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  */
19 #include <cuires.hrc>
20 #include "cfg.hrc"
21 #include "helpid.hrc"
23 #define TEXT_RENAME \
24     Text [ en-US ] = "Rename..." ;\
26 #define TEXT_DELETE_NODOTS \
27     Text [ en-US ] = "Delete" ;\
29 #define TEXT_TEXT_ONLY \
30     Text [ en-US ] = "Text only" ;\
32 Menu MODIFY_TOOLBAR
34     ItemList =
35     {
36         MenuItem
37         {
38             Identifier = ID_RENAME ;
39             TEXT_RENAME
40         };
41         MenuItem
42         {
43             Identifier = ID_DELETE ;
44             TEXT_DELETE_NODOTS
45         };
46         MenuItem
47         {
48             Separator = TRUE ;
49         };
50         MenuItem
51         {
52             Identifier = ID_DEFAULT_STYLE ;
53             Text [ en-US ] = "Restore Default Settings" ;
54         };
55         MenuItem
56         {
57             Separator = TRUE ;
58         };
59         MenuItem
60         {
61             Identifier = ID_ICONS_ONLY ;
62             RadioCheck = TRUE ;
63             AutoCheck = TRUE ;
64             Text [ en-US ] = "Icons Only" ;
65         };
66         MenuItem
67         {
68             Identifier = ID_TEXT_ONLY ;
69             RadioCheck = TRUE ;
70             AutoCheck = TRUE ;
71             TEXT_TEXT_ONLY
72         };
73         MenuItem
74         {
75             Identifier = ID_ICONS_AND_TEXT ;
76             RadioCheck = TRUE ;
77             AutoCheck = TRUE ;
78             Text [ en-US ] = "Icons & Text" ;
79         };
80     };
83 Menu MODIFY_TOOLBAR_CONTENT
85     ItemList =
86     {
87         MenuItem
88         {
89             Identifier = ID_RENAME ;
90             TEXT_RENAME
91         };
92         MenuItem
93         {
94             Identifier = ID_DELETE ;
95             TEXT_DELETE_NODOTS
96         };
97         MenuItem
98         {
99             Identifier = ID_DEFAULT_COMMAND ;
100             Text [ en-US ] = "Restore Default Command" ;
101         };
102         MenuItem
103         {
104             Separator = TRUE ;
105         };
106         MenuItem
107         {
108             Identifier = ID_BEGIN_GROUP ;
109             Text [ en-US ] = "Add Separator" ;
110         };
111         MenuItem
112         {
113             Separator = TRUE ;
114         };
115         MenuItem
116         {
117             Identifier = ID_CHANGE_SYMBOL ;
118             Text [ en-US ] = "Change Icon..." ;
119         };
120         MenuItem
121         {
122             Identifier = ID_RESET_SYMBOL ;
123             Text [ en-US ] = "Reset Icon" ;
124         };
125     };
128 /* %n will be replaced at runtime by a number starting with 1 and increasing as necessary */
129 String RID_SVXSTR_NEW_MENU
131     Text [ en-US ] = "New Menu %n";
134 /* %n will be replaced at runtime by a number starting with 1 and increasing as necessary */
135 String RID_SVXSTR_NEW_TOOLBAR
137     Text [ en-US ] = "New Toolbar %n";
140 String RID_SVXSTR_MOVE_MENU
142     Text [ en-US ] = "Move Menu";
145 String RID_SVXSTR_ADD_SUBMENU
147     Text [ en-US ] = "Add Submenu";
150 String RID_SVXSTR_SUBMENU_NAME
152     Text [ en-US ] = "Submenu name";
155 String RID_SVXSTR_MENU_ADDCOMMANDS_DESCRIPTION
157     Text [ en-US ] = "To add a command to a menu, select the category and then the command. You can also drag the command to the Commands list of the Menus tab page in the Customize dialog.";
160 #ifndef IMAGE_STDBTN_COLOR
161 #define IMAGE_STDBTN_COLOR Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
162 #endif
164 ModalDialog MD_ICONSELECTOR
166     OutputSize = TRUE ;
167     SVLook = TRUE ;
168     Size = MAP_APPFONT ( 240 , 152 ) ;
169     Text [ en-US ] = "Change Icon" ;
170     Moveable = TRUE ;
171     HelpId = HID_SVX_CONFIG_ICON_SELECTOR;
172     FixedText FT_SYMBOLS
173     {
174         Pos = MAP_APPFONT ( 6 , 3 ) ;
175         Size = MAP_APPFONT ( 172 , 8 ) ;
176         Text [ en-US ] = "Icons" ;
177     };
178     ToolBox TB_SYMBOLS
179     {
180         Pos = MAP_APPFONT ( 12 , 14 ) ;
181         Size = MAP_APPFONT ( 160 , 80 ) ;
182         Scroll = TRUE ;
183         LineSpacing = TRUE ;
184         Customize = FALSE ;
185     };
186     OKButton BTN_OK
187     {
188         Pos = MAP_APPFONT ( 60 , 130 ) ;
189         Size = MAP_APPFONT ( 50 , 14 ) ;
190         TabStop = TRUE ;
191         DefButton = TRUE ;
192     };
193     CancelButton BTN_CANCEL
194     {
195         Pos = MAP_APPFONT ( 120 , 130 ) ;
196         Size = MAP_APPFONT ( 50 , 14 ) ;
197         TabStop = TRUE ;
198     };
199     HelpButton BTN_HELP
200     {
201         Pos = MAP_APPFONT ( 180 , 130 ) ;
202         Size = MAP_APPFONT ( 50 , 14 ) ;
203         TabStop = TRUE ;
204     };
205     PushButton BTN_IMPORT
206     {
207         HelpID = "cui:PushButton:MD_ICONSELECTOR:BTN_IMPORT";
208         Pos = MAP_APPFONT ( 184 , 7 ) ;
209         Size = MAP_APPFONT ( 50 , 14 ) ;
210         TabStop = TRUE ;
211             Text[ en-US ] = "Import...";
212     };
213     PushButton BTN_DELETE
214     {
215         HelpID = "cui:PushButton:MD_ICONSELECTOR:BTN_DELETE";
216         Pos = MAP_APPFONT ( 184 , 24 ) ;
217         Size = MAP_APPFONT ( 50 , 14 ) ;
218         TabStop = TRUE ;
219             Text[ en-US ] = "Delete...";
220     };
221     FixedText FT_NOTE
222     {
223         Pos = MAP_APPFONT ( 12 , 95 ) ;
224         Size = MAP_APPFONT ( 200 , 24 ) ;
225         Text [ en-US ] = "Note:\nThe size of an icon should be 16x16 pixel to achieve best quality. Different sized icons will be scaled automatically." ;
226         Left = TRUE ;
227         WordBreak = TRUE;
228     };
229     FixedLine FL_SEPARATOR
230     {
231         Pos = MAP_APPFONT ( 0, 120 );
232         Size = MAP_APPFONT ( 240, 8 );
233     };
234     Color IMAGE_BTN_COLOR
235     {
236         Red = 0xC000 ;
237         Green = 0xC000 ;
238         Blue = 0xC000 ;
239     };
241 //added for issue83555
242 ModalDialog MD_ICONCHANGE
244     HelpID = "cui:ModalDialog:MD_ICONCHANGE";
245     OutputSize = TRUE ;
246     SVLook = TRUE ;
247     Size = MAP_APPFONT ( 200 , 150 ) ;
248     Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ;
249     Moveable = TRUE ;
250     FixedImage FI_INFO
251     {
252         Pos = MAP_APPFONT ( 6 , 6 ) ;
253         Size = MAP_APPFONT ( 24 , 24 ) ;
254         Fixed = Image
255         {
257         };
258     };
259     FixedText FTCHGE_DESCRIPTION
260     {
261         Pos = MAP_APPFONT ( 30 ,15 ) ;
262         Size = MAP_APPFONT ( 200 , 50 ) ;
263         Text [ en-US ] = "The files listed below could not be imported.\nThe file format could not be interpreted." ;
264     };
266     MultiLineEdit EDT_ADDR
267     {
268         HelpID = "cui:MultiLineEdit:MD_ICONCHANGE:EDT_ADDR";
269         Pos = MAP_APPFONT ( 30 , 38) ;
270         Size = MAP_APPFONT ( 140 , 83 ) ;
271         Border = TRUE;
272         IgnoreTab = TRUE;
273         ReadOnly = TRUE;
274     };
275     OKButton MD_BTN_OK
276     {
277         Pos = MAP_APPFONT ( 68 , 131 ) ;
278         Size = MAP_APPFONT ( 50 , 14 ) ;
279         TabStop = TRUE ;
280         DefButton = TRUE ;
281     };
285 // Strings ---------------------------------------------------------------
286 String RID_SVXSTR_IMPORT_ICON_ERROR
288     Text [ en-US ] = "The files listed below could not be imported. The file format could not be interpreted." ;
291 String RID_SVXSTR_DELETE_ICON_CONFIRM  //added for issue73355
293     Text [ en-US ] = "Are you sure to delete the image?" ;
296 String RID_SVXSTR_REPLACE_ICON_WARNING  //added for issue73355
298     Text [ en-US ] = "The icon %ICONNAME is already contained in the image list.\nWould you like to replace the existing icon?";
301 String RID_SVXSTR_REPLACE_ICON_CONFIRM //added for issue73355
303     Text [ en-US ] = "Confirm Icon Replacement";
306 String RID_SVXSTR_YESTOALL //added for issue73355
308     Text [ en-US ] = "Yes to All";
311 String RID_SVXSTR_PRODUCTNAME_TOOLBARS
313     Text [ en-US ] = "%PRODUCTNAME %MODULENAME Toolbars" ;
316 String RID_SVXSTR_TOOLBAR
318     Text [ en-US ] = "Toolbar" ;
321 String RID_SVXSTR_TOOLBAR_CONTENT
323     Text [ en-US ] = "Toolbar Content" ;
326 String RID_SVXSTR_COMMANDS
328     Text [ en-US ] = "Commands" ;
331 String RID_SVXSTR_COMMAND
333     Text [ en-US ] = "Command" ;
336 String RID_SVXSTR_TOOLBAR_NAME
338     Text [ en-US ] = "Toolbar Name" ;
341 /* %MENUNAME will be replaced at runtime by the name of the selected menu. */
342 QueryBox QBX_CONFIRM_DELETE_MENU
344     Message [ en-US ] = "Are you sure you want to delete the '%MENUNAME' menu?";
345     BUTTONS = WB_YES_NO ;
346     DEFBUTTON = WB_DEF_NO ;
349 QueryBox QBX_CONFIRM_DELETE_TOOLBAR
351     Message [ en-US ] = "There are no more commands on the toolbar. Do you want to delete the toolbar?";
352     BUTTONS = WB_YES_NO ;
353     DEFBUTTON = WB_DEF_NO ;
356 /* Translators: Do not translate %SAVE IN SELECTION% It is a placeholder and will be
357    replaced at runtime by the name of the selected application or document.
359 QueryBox QBX_CONFIRM_RESET
361     Message [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?";
362     BUTTONS = WB_YES_NO ;
363     DEFBUTTON = WB_DEF_NO ;
366 /* Translators: Do not translate %SAVE IN SELECTION% It is a placeholder
367    and will be replaced at runtime by the name of the selected application
368    or document.
370 String RID_SVXSTR_CONFIRM_MENU_RESET
372     Text [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?";
375 String RID_SVXSTR_CONFIRM_TOOLBAR_RESET
377     Text [ en-US ] = "The toolbar configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?";
380 QueryBox QBX_CONFIRM_RESTORE_DEFAULT
382     Message [ en-US ] = "This will delete all changes previously made to this toolbar. Do you really want to reset the toolbar?";
383     BUTTONS = WB_YES_NO ;
384     DEFBUTTON = WB_DEF_NO ;
387 InfoBox IBX_MNUCFG_ALREADY_INCLUDED
389     Message [ en-US ] = "Function is already included in this popup." ;
392 String RID_SVXSTR_LABEL_NEW_NAME
394     Text [ en-US ] = "~New name";
397 String RID_SVXSTR_RENAME_MENU
399     Text [ en-US ] = "Rename Menu";
402 String RID_SVXSTR_RENAME_TOOLBAR
404     Text [ en-US ] = "Rename Toolbar";
407 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */