merge the formfield patch from ooo-build
[ooovba.git] / sfx2 / source / appl / sfx.src
blob1fabfa52fa59073ca1a03d8c7876529530369007
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: sfx.src,v $
10  * $Revision: 1.47 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
31 #include <sfx2/sfx.hrc>
33 String STR_NONAME
35     Text [ en-US ] = "Untitled" ;
38 String STR_NONE
40     Text [ en-US ] = "- None -" ;
43 String STR_CLOSE
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" ;
70 String STR_STANDARD
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 (*.*)" ;
84 String STR_BYTES
86     Text [ en-US ] = "Bytes" ;
89 String STR_KB
91     Text [ en-US ] = "KB" ;
94 String STR_MB
96     Text [ en-US ] = "MB" ;
100 String STR_GB
102     Text [ en-US ] = "GB" ;
105 String STR_UNDO
107     Text [ en-US ] = "Undo: " ;
110 String STR_REDO
112     Text [ en-US ] = "Re~do: " ;
115 String STR_REPEAT
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.";