1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28// includes ****************************************************************** 29 30#include "sfxlocal.hrc" 31#include "filedlghelper.hrc" 32 33//#include "helpid.hrc" 34 35// strings ******************************************************************* 36 37String STR_SFX_FILEDLG_ACTUALVERSION 38{ 39 Text [ en-US ] = "Current version"; 40}; 41 42String STR_SFX_EXPLORERFILE_EXPORT 43{ 44 Text [ en-US ] = "Export"; 45}; 46 47String STR_SFX_EXPLORERFILE_INSERT 48{ 49 Text [ en-US ] = "Insert" ; 50}; 51 52String STR_SFX_EXPLORERFILE_BUTTONINSERT 53{ 54 Text [ en-US ] = "~Insert" ; 55}; 56 57String STR_SFX_IMPORT_ALL 58{ 59 Text [ en-US ] = "<All formats>" ; 60}; 61 62String STR_CB_AUTO_EXTENSION 63{ 64 Text [ en-US ] = "~Automatic file name extension" ; 65}; 66 67String STR_CB_SELECTION 68{ 69 Text [ en-US ] = "~Selection" ; 70}; 71 72String STR_CB_INSERT_AS_LINK 73{ 74 Text [ en-US ] = "~Link" ; 75}; 76 77String STR_CB_SHOW_PREVIEW 78{ 79 Text [ en-US ] = "Pr~eview" ; 80}; 81 82String STR_CB_READONLY 83{ 84 Text [ en-US ] = "~Read-only" ; 85}; 86 87String STR_CB_PASSWORD 88{ 89 Text [ en-US ] = "Save with ~password" ; 90}; 91 92String STR_CB_FILTER_OPTIONS 93{ 94 Text [ en-US ] = "Edit ~filter settings"; 95}; 96 97String STR_PB_PLAY 98{ 99 Text [ en-US ] = "~Play" ; 100}; 101 102String STR_PB_STOP 103{ 104 Text [ en-US ] = "Sto~p" ; 105}; 106 107String STR_PB_OPEN 108{ 109 Text [ en-US ] = "~Open" ; 110}; 111 112String STR_PB_SAVE 113{ 114 Text [ en-US ] = "~Save" ; 115}; 116 117String STR_LB_IMAGE_TEMPLATE 118{ 119 Text [ en-US ] = "Style:" ; 120}; 121 122String STR_LB_TEMPLATES 123{ 124 Text [ en-US ] = "~Templates:" ; 125}; 126 127String STR_LB_VERSION 128{ 129 Text [ en-US ] = "~Version:"; 130}; 131 132//******************************************************************** EOF 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174