1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: sfx.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #include <sfx2/sfx.hrc>
35 Text [ en-US ] = "Untitled" ;
40 Text [ en-US ] = "- None -" ;
45 Text [ en-US ] = "Close" ;
48 String STR_STYLE_FILTER_AUTO
50 Text [ en-US ] = "Automatic" ;
53 String STR_STYLE_FILTER_USED
55 Text [ en-US ] = "Applied Styles" ;
60 String STR_STYLE_FILTER_USERDEF
62 Text [ en-US ] = "Custom Styles" ;
65 String STR_STYLE_FILTER_ALL
67 Text [ en-US ] = "All Styles" ;
72 Text [ en-US ] = "Standard" ;
74 String STR_STANDARD_SHORTCUT
76 Text [ en-US ] = "Standard" ;
79 String STR_SFX_FILTERNAME_ALL
81 Text [ en-US ] = "All files (*.*)" ;
86 Text [ en-US ] = "Bytes" ;
91 Text [ en-US ] = "KB" ;
96 Text [ en-US ] = "MB" ;
102 Text [ en-US ] = "GB" ;
107 Text [ en-US ] = "Undo: " ;
112 Text [ en-US ] = "Re~do: " ;
117 Text [ en-US ] = "~Repeat: " ;
120 String RID_STR_NEW_TASK
122 Text [ en-US ] = "New task";
124 QueryBox MSG_QUERY_LASTVERSION
126 Buttons = WB_YES_NO ;
127 DefButton = WB_DEF_NO ;
128 Message [ en-US ] = "Cancel all changes?" ;
131 // i66948 used in project scripting
132 String STR_ERRUNOEVENTBINDUNG
134 Text [ en-US ] = "An appropriate component method %1\ncould not be found.\n\nCheck spelling of method name.";