bump product version to 5.0.4.1
[LibreOffice.git] / cui / source / customize / cfg.src
blobfed45bd2b405ca65e3a3e8b2481ecfb0badc5304
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 // Strings ---------------------------------------------------------------
165 String RID_SVXSTR_IMPORT_ICON_ERROR
167     Text [ en-US ] = "The files listed below could not be imported. The file format could not be interpreted." ;
170 String RID_SVXSTR_DELETE_ICON_CONFIRM  //added for issue73355
172     Text [ en-US ] = "Are you sure to delete the image?" ;
175 String RID_SVXSTR_REPLACE_ICON_WARNING  //added for issue73355
177     Text [ en-US ] = "The icon %ICONNAME is already contained in the image list.\nWould you like to replace the existing icon?";
180 String RID_SVXSTR_REPLACE_ICON_CONFIRM //added for issue73355
182     Text [ en-US ] = "Confirm Icon Replacement";
185 String RID_SVXSTR_YESTOALL //added for issue73355
187     Text [ en-US ] = "Yes to All";
190 String RID_SVXSTR_PRODUCTNAME_TOOLBARS
192     Text [ en-US ] = "%PRODUCTNAME %MODULENAME Toolbars" ;
195 String RID_SVXSTR_TOOLBAR
197     Text [ en-US ] = "Toolbar" ;
200 String RID_SVXSTR_TOOLBAR_CONTENT
202     Text [ en-US ] = "Toolbar Content" ;
205 String RID_SVXSTR_COMMANDS
207     Text [ en-US ] = "Commands" ;
210 String RID_SVXSTR_COMMAND
212     Text [ en-US ] = "Command" ;
215 String RID_SVXSTR_TOOLBAR_NAME
217     Text [ en-US ] = "Toolbar Name" ;
220 String RID_SXVSTR_CONFIRM_DELETE_TOOLBAR
222     Text [ en-US ] = "There are no more commands on the toolbar. Do you want to delete the toolbar?";
225 /* Translators: Do not translate %SAVE IN SELECTION% It is a placeholder
226    and will be replaced at runtime by the name of the selected application
227    or document.
229 String RID_SVXSTR_CONFIRM_MENU_RESET
231     Text [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?";
234 String RID_SVXSTR_CONFIRM_TOOLBAR_RESET
236     Text [ en-US ] = "The toolbar configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?";
239 String RID_SVXSTR_CONFIRM_RESTORE_DEFAULT
241     Text [ en-US ] = "This will delete all changes previously made to this toolbar. Do you really want to reset the toolbar?";
244 String RID_SVXSTR_MNUCFG_ALREADY_INCLUDED
246     Text [ en-US ] = "Function is already included in this popup." ;
249 String RID_SVXSTR_LABEL_NEW_NAME
251     Text [ en-US ] = "~New name";
254 String RID_SVXSTR_RENAME_MENU
256     Text [ en-US ] = "Rename Menu";
259 String RID_SVXSTR_RENAME_TOOLBAR
261     Text [ en-US ] = "Rename Toolbar";
264 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */