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: filedlghelper.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 // includes ******************************************************************
33 #include "sfxlocal.hrc"
34 #include "filedlghelper.hrc"
36 //#include "helpid.hrc"
38 // strings *******************************************************************
40 String STR_SFX_FILEDLG_ACTUALVERSION
42 Text [ en-US ] = "Current version";
45 String STR_SFX_EXPLORERFILE_EXPORT
47 Text [ en-US ] = "Export";
50 String STR_SFX_EXPLORERFILE_INSERT
52 Text [ en-US ] = "Insert" ;
55 String STR_SFX_EXPLORERFILE_BUTTONINSERT
57 Text [ en-US ] = "~Insert" ;
60 String STR_SFX_IMPORT_ALL
62 Text [ en-US ] = "<All formats>" ;
65 String STR_CB_AUTO_EXTENSION
67 Text [ en-US ] = "~Automatic file name extension" ;
70 String STR_CB_SELECTION
72 Text [ en-US ] = "~Selection" ;
75 String STR_CB_INSERT_AS_LINK
77 Text [ en-US ] = "~Link" ;
80 String STR_CB_SHOW_PREVIEW
82 Text [ en-US ] = "Pr~eview" ;
85 String STR_CB_READONLY
87 Text [ en-US ] = "~Read-only" ;
90 String STR_CB_PASSWORD
92 Text [ en-US ] = "Save with ~password" ;
95 String STR_CB_FILTER_OPTIONS
97 Text [ en-US ] = "Edit ~filter settings";
102 Text [ en-US ] = "~Play" ;
107 Text [ en-US ] = "Sto~p" ;
112 Text [ en-US ] = "~Open" ;
117 Text [ en-US ] = "~Save" ;
120 String STR_LB_IMAGE_TEMPLATE
122 Text [ en-US ] = "Style:" ;
125 String STR_LB_TEMPLATES
127 Text [ en-US ] = "~Templates:" ;
130 String STR_LB_VERSION
132 Text [ en-US ] = "~Version:";
135 //******************************************************************** EOF