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#include "svtools/svtools.hrc" 29 30String STR_SVT_FILEPICKER_AUTO_EXTENSION 31{ 32 Text [ en-US ] = "~Automatic file name extension" ; 33}; 34 35String STR_SVT_FILEPICKER_PASSWORD 36{ 37 Text [ en-US ] = "Save with pass~word" ; 38}; 39 40String STR_SVT_FILEPICKER_FILTER_OPTIONS 41{ 42 Text [ en-US ] = "~Edit filter settings"; 43}; 44 45String STR_SVT_FILEPICKER_READONLY 46{ 47 Text [ en-US ] = "~Read-only" ; 48}; 49 50String STR_SVT_FILEPICKER_INSERT_AS_LINK 51{ 52 Text [ en-US ] = "~Link" ; 53}; 54 55String STR_SVT_FILEPICKER_SHOW_PREVIEW 56{ 57 Text [ en-US ] = "Pr~eview" ; 58}; 59 60String STR_SVT_FILEPICKER_PLAY 61{ 62 Text [ en-US ] = "~Play" ; 63}; 64 65String STR_SVT_FILEPICKER_VERSION 66{ 67 Text [ en-US ] = "~Version:"; 68}; 69 70String STR_SVT_FILEPICKER_TEMPLATES 71{ 72 Text [ en-US ] = "S~tyles:" ; 73}; 74 75String STR_SVT_FILEPICKER_IMAGE_TEMPLATE 76{ 77 Text [ en-US ] = "Style:"; 78}; 79 80String STR_SVT_FILEPICKER_SELECTION 81{ 82 Text [ en-US ] = "~Selection" ; 83}; 84 85String STR_SVT_FILEPICKER_FILTER_TITLE 86{ 87 Text [ en-US ] = "File ~type:" ; 88}; 89 90String STR_SVT_FOLDERPICKER_DEFAULT_TITLE 91{ 92 Text [ en-US ] = "Select Path" ; 93}; 94 95String STR_SVT_FOLDERPICKER_DEFAULT_DESCRIPTION 96{ 97 Text [ en-US ] = "Please select a folder."; 98}; 99 100