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 .
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" ;\
38 Identifier = ID_RENAME ;
43 Identifier = ID_DELETE ;
52 Identifier = ID_DEFAULT_STYLE ;
53 Text [ en-US ] = "Restore Default Settings" ;
61 Identifier = ID_ICONS_ONLY ;
64 Text [ en-US ] = "Icons Only" ;
68 Identifier = ID_TEXT_ONLY ;
75 Identifier = ID_ICONS_AND_TEXT ;
78 Text [ en-US ] = "Icons & Text" ;
83 Menu MODIFY_TOOLBAR_CONTENT
89 Identifier = ID_RENAME ;
94 Identifier = ID_DELETE ;
99 Identifier = ID_DEFAULT_COMMAND ;
100 Text [ en-US ] = "Restore Default Command" ;
108 Identifier = ID_BEGIN_GROUP ;
109 Text [ en-US ] = "Add Separator" ;
117 Identifier = ID_CHANGE_SYMBOL ;
118 Text [ en-US ] = "Change Icon..." ;
122 Identifier = ID_RESET_SYMBOL ;
123 Text [ en-US ] = "Reset Icon" ;
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; }
164 ModalDialog MD_ICONSELECTOR
168 Size = MAP_APPFONT ( 240 , 152 ) ;
169 Text [ en-US ] = "Change Icon" ;
171 HelpId = HID_SVX_CONFIG_ICON_SELECTOR;
174 Pos = MAP_APPFONT ( 6 , 3 ) ;
175 Size = MAP_APPFONT ( 172 , 8 ) ;
176 Text [ en-US ] = "Icons" ;
180 Pos = MAP_APPFONT ( 12 , 14 ) ;
181 Size = MAP_APPFONT ( 160 , 80 ) ;
188 Pos = MAP_APPFONT ( 60 , 130 ) ;
189 Size = MAP_APPFONT ( 50 , 14 ) ;
193 CancelButton BTN_CANCEL
195 Pos = MAP_APPFONT ( 120 , 130 ) ;
196 Size = MAP_APPFONT ( 50 , 14 ) ;
201 Pos = MAP_APPFONT ( 180 , 130 ) ;
202 Size = MAP_APPFONT ( 50 , 14 ) ;
205 PushButton BTN_IMPORT
207 HelpID = "cui:PushButton:MD_ICONSELECTOR:BTN_IMPORT";
208 Pos = MAP_APPFONT ( 184 , 7 ) ;
209 Size = MAP_APPFONT ( 50 , 14 ) ;
211 Text[ en-US ] = "Import...";
213 PushButton BTN_DELETE
215 HelpID = "cui:PushButton:MD_ICONSELECTOR:BTN_DELETE";
216 Pos = MAP_APPFONT ( 184 , 24 ) ;
217 Size = MAP_APPFONT ( 50 , 14 ) ;
219 Text[ en-US ] = "Delete...";
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." ;
229 FixedLine FL_SEPARATOR
231 Pos = MAP_APPFONT ( 0, 120 );
232 Size = MAP_APPFONT ( 240, 8 );
234 Color IMAGE_BTN_COLOR
241 //added for issue83555
242 ModalDialog MD_ICONCHANGE
244 HelpID = "cui:ModalDialog:MD_ICONCHANGE";
247 Size = MAP_APPFONT ( 200 , 150 ) ;
248 Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ;
252 Pos = MAP_APPFONT ( 6 , 6 ) ;
253 Size = MAP_APPFONT ( 24 , 24 ) ;
259 FixedText FTCHGE_DESCRIPTION
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." ;
266 MultiLineEdit EDT_ADDR
268 HelpID = "cui:MultiLineEdit:MD_ICONCHANGE:EDT_ADDR";
269 Pos = MAP_APPFONT ( 30 , 38) ;
270 Size = MAP_APPFONT ( 140 , 83 ) ;
277 Pos = MAP_APPFONT ( 68 , 131 ) ;
278 Size = MAP_APPFONT ( 50 , 14 ) ;
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
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: */