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_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
64 Text [ en-US ] = "New..." ;
65 HelpId = HID_STYLIST_NEW ;
69 Identifier = ID_EDIT ;
70 Text [ en-US ] = "Modify..." ;
71 HelpId = HID_STYLIST_EDIT ;
75 Identifier = ID_HIDE ;
76 Text [ en-US ] = "Hide" ;
80 Identifier = ID_SHOW ;
81 Text [ en-US ] = "Show" ;
85 Identifier = ID_DELETE ;
86 Text [ en-US ] = "Delete..." ;
87 HelpId = HID_STYLIST_DELETE ;
94 Text [ en-US ] = "Navigator";
98 Text [ en-US ] = "Task Pane";
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" ;
123 String STR_FONT_TABPAGE
125 Text [ en-US ] = "Font" ;
128 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */