Bump version to 4.1-6
[LibreOffice.git] / sfx2 / source / dialog / dialog.src
blobd137b57f750223cf3ca4f0c6eb76f082d88ff3ed
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  */
20 #include <sfx2/sfx.hrc>
21 #include "dialog.hrc"
22 #include "helpid.hrc"
23 #include "sfxlocal.hrc"
25 String STR_RESET
27     Text [ en-US ] = "~Reset" ;
29 String STR_APPLY
31     Text [ en-US ] = "Apply";
33 String STR_TABPAGE_MANAGESTYLES
35     Text [ en-US ] = "Organizer" ;
37 InfoBox MSG_TABPAGE_INVALIDNAME
39     BUTTONS = WB_OK ;
40     DEFBUTTON = WB_DEF_OK ;
41     Message [ en-US ] = "This name is already in use." ;
43 InfoBox MSG_TABPAGE_INVALIDSTYLE
45     BUTTONS = WB_OK ;
46     DEFBUTTON = WB_DEF_OK ;
47     Message [ en-US ] = "This Style does not exist." ;
49 InfoBox MSG_TABPAGE_INVALIDPARENT
51     BUTTONS = WB_OK ;
52     DEFBUTTON = WB_DEF_OK ;
53     Message [ en-US ] = "This Style cannot be used as a base Style,\nbecause it would result in a recursive reference." ;
55 InfoBox MSG_POOL_STYLE_NAME
57     Message [ en-US ] = "Name already exists as a default Style.\nPlease choose another name." ;
59 String STR_DELETE_STYLE_USED
61     Text [ en-US ] = "One or more of the selected styles is in use in this document.\nIf you delete these styles, text will revert to the parent style.\n" ;
63 String STR_DELETE_STYLE
65     Text [ en-US ] = "Styles in use: " ;
67 Menu MN_CONTEXT_TEMPLDLG
69     ItemList =
70     {
71         MenuItem
72         {
73             Identifier = ID_NEW ;
74             Text [ en-US ] = "New..." ;
75             HelpId = HID_STYLIST_NEW ;
76         };
77         MenuItem
78         {
79             Identifier = ID_EDIT ;
80             Text [ en-US ] = "Modify..." ;
81             HelpId = HID_STYLIST_EDIT ;
82         };
83         MenuItem
84         {
85             Identifier = ID_HIDE ;
86             Text [ en-US ] = "Hide" ;
87         };
88         MenuItem
89         {
90             Identifier = ID_SHOW ;
91             Text [ en-US ] = "Show" ;
92         };
93         MenuItem
94         {
95             Identifier = ID_DELETE ;
96             Text [ en-US ] = "Delete..." ;
97             HelpId = HID_STYLIST_DELETE ;
98         };
99     };
102  //------------------------------------------------------------------------
103 String SID_NAVIGATOR
105     Text [ en-US ] = "Navigator";
107 String SID_TASKPANE
109     Text [ en-US ] = "Task Pane";
111 String SID_SIDEBAR
113     Text [ en-US ] = "Sidebar";
116 ErrorBox MSG_ERROR_WRONG_CONFIRM
118     BUTTONS = WB_OK ;
119     DEFBUTTON = WB_DEF_OK ;
120     Message [ en-US ] = "Faulty password confirmation";
123 String STR_PDF_EXPORT_SEND
125   Text [ en-US ] = "Send" ;
128 Image IMG_INFO
130     ImageBitmap = Bitmap
131     {
132         File = "info.png" ;
133     };
136 String STR_FONT_TABPAGE
138   Text [ en-US ] = "Font" ;
141 // ******************************************************************* EOF
143 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */