bump product version to 5.0.4.1
[LibreOffice.git] / sfx2 / source / dialog / dialog.src
blob83e258949adb01de5e5a4c407ecd8e5e4f0f3a53
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_INVALIDNAME
35     Text [ en-US ] = "This name is already in use." ;
37 String STR_TABPAGE_INVALIDSTYLE
39     Text [ en-US ] = "This Style does not exist." ;
41 String STR_TABPAGE_INVALIDPARENT
43     Text [ en-US ] = "This Style cannot be used as a base Style,\nbecause it would result in a recursive reference." ;
45 String STR_POOL_STYLE_NAME
47     Text [ en-US ] = "Name already exists as a default Style.\nPlease choose another name." ;
49 String STR_DELETE_STYLE_USED
51     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.\nDo you still wish to delete these styles?\n" ;
53 String STR_DELETE_STYLE
55     Text [ en-US ] = "Styles in use: " ;
57 Menu MN_CONTEXT_TEMPLDLG
59     ItemList =
60     {
61         MenuItem
62         {
63             Identifier = ID_NEW ;
64             Text [ en-US ] = "New..." ;
65             HelpId = HID_STYLIST_NEW ;
66         };
67         MenuItem
68         {
69             Identifier = ID_EDIT ;
70             Text [ en-US ] = "Modify..." ;
71             HelpId = HID_STYLIST_EDIT ;
72         };
73         MenuItem
74         {
75             Identifier = ID_HIDE ;
76             Text [ en-US ] = "Hide" ;
77         };
78         MenuItem
79         {
80             Identifier = ID_SHOW ;
81             Text [ en-US ] = "Show" ;
82         };
83         MenuItem
84         {
85             Identifier = ID_DELETE ;
86             Text [ en-US ] = "Delete..." ;
87             HelpId = HID_STYLIST_DELETE ;
88         };
89     };
92 String SID_NAVIGATOR
94     Text [ en-US ] = "Navigator";
96 String SID_TASKPANE
98     Text [ en-US ] = "Task Pane";
100 String SID_SIDEBAR
102     Text [ en-US ] = "Sidebar";
105 String STR_ERROR_WRONG_CONFIRM
107     Text [ en-US ] = "Faulty password confirmation";
110 String STR_PDF_EXPORT_SEND
112   Text [ en-US ] = "Send" ;
115 Image IMG_INFO
117     ImageBitmap = Bitmap
118     {
119         File = "info.png" ;
120     };
123 String STR_FONT_TABPAGE
125   Text [ en-US ] = "Font" ;
128 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */