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 // 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
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: */