Bump version to 4.1-6
[LibreOffice.git] / sfx2 / source / dialog / filedlghelper.src
blob8e9c5453712710eb2accdc6ab6e45e9d5df9d39e
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "sfxlocal.hrc"
21 #include "filedlghelper.hrc"
24 String STR_SFX_FILEDLG_ACTUALVERSION
26     Text [ en-US ] = "Current version";
29 String STR_SFX_EXPLORERFILE_EXPORT
31     Text [ en-US ] = "Export";
34 String STR_SFX_EXPLORERFILE_INSERT
36     Text [ en-US ] = "Insert" ;
39 String STR_SFX_EXPLORERFILE_BUTTONINSERT
41     Text [ en-US ] = "~Insert" ;
44 String STR_SFX_IMPORT_ALL
46     Text [ en-US ] = "<All formats>" ;
49 String STR_CB_AUTO_EXTENSION
51     Text [ en-US ] = "~Automatic file name extension" ;
54 String STR_CB_SELECTION
56     Text [ en-US ] = "~Selection" ;
59 String STR_CB_INSERT_AS_LINK
61     Text [ en-US ] = "~Link" ;
64 String STR_CB_SHOW_PREVIEW
66     Text [ en-US ] = "Pr~eview" ;
69 String STR_CB_READONLY
71     Text [ en-US ] = "~Read-only" ;
74 String STR_CB_PASSWORD
76     Text [ en-US ] = "Save with ~password" ;
79 String STR_CB_FILTER_OPTIONS
81     Text [ en-US ] = "Edit ~filter settings";
84 String STR_PB_PLAY
86     Text [ en-US ] = "~Play" ;
89 String STR_PB_STOP
91     Text [ en-US ] = "Sto~p" ;
94 String STR_PB_OPEN
96     Text [ en-US ] = "~Open" ;
99 String STR_PB_SAVE
101     Text [ en-US ] = "~Save" ;
104 String STR_PB_SAVEACOPY
106     Text [ en-US ] = "Save a Copy" ;
110 String STR_LB_IMAGE_TEMPLATE
112     Text [ en-US ] = "Style:" ;
115 String STR_LB_TEMPLATES
117     Text [ en-US ] = "~Templates:" ;
120 String STR_LB_VERSION
122     Text [ en-US ] = "~Version:";
125 //******************************************************************** EOF
127 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */