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 .
20 #include <sfx2/sfx.hrc>
23 #include "sfxlocal.hrc"
27 Text [ en-US ] = "~Reset" ;
31 Text [ en-US ] = "Apply";
33 String STR_TABPAGE_MANAGESTYLES
35 Text [ en-US ] = "Organizer" ;
37 InfoBox MSG_TABPAGE_INVALIDNAME
40 DEFBUTTON = WB_DEF_OK ;
41 Message [ en-US ] = "This name is already in use." ;
43 InfoBox MSG_TABPAGE_INVALIDSTYLE
46 DEFBUTTON = WB_DEF_OK ;
47 Message [ en-US ] = "This Style does not exist." ;
49 InfoBox MSG_TABPAGE_INVALIDPARENT
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
74 Text [ en-US ] = "New..." ;
75 HelpId = HID_STYLIST_NEW ;
79 Identifier = ID_EDIT ;
80 Text [ en-US ] = "Modify..." ;
81 HelpId = HID_STYLIST_EDIT ;
85 Identifier = ID_HIDE ;
86 Text [ en-US ] = "Hide" ;
90 Identifier = ID_SHOW ;
91 Text [ en-US ] = "Show" ;
95 Identifier = ID_DELETE ;
96 Text [ en-US ] = "Delete..." ;
97 HelpId = HID_STYLIST_DELETE ;
102 //------------------------------------------------------------------------
105 Text [ en-US ] = "Navigator";
109 Text [ en-US ] = "Task Pane";
113 Text [ en-US ] = "Sidebar";
116 ErrorBox MSG_ERROR_WRONG_CONFIRM
119 DEFBUTTON = WB_DEF_OK ;
120 Message [ en-US ] = "Faulty password confirmation";
123 String STR_PDF_EXPORT_SEND
125 Text [ en-US ] = "Send" ;
136 String STR_FONT_TABPAGE
138 Text [ en-US ] = "Font" ;
141 // ******************************************************************* EOF
143 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */