1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24#include "svtools/svtools.hrc" 25 26String STR_SVT_FILEPICKER_AUTO_EXTENSION 27{ 28 Text [ en-US ] = "~Automatic file name extension" ; 29}; 30 31String STR_SVT_FILEPICKER_PASSWORD 32{ 33 Text [ en-US ] = "Save with pass~word" ; 34}; 35 36String STR_SVT_FILEPICKER_FILTER_OPTIONS 37{ 38 Text [ en-US ] = "~Edit filter settings"; 39}; 40 41String STR_SVT_FILEPICKER_READONLY 42{ 43 Text [ en-US ] = "~Read-only" ; 44}; 45 46String STR_SVT_FILEPICKER_INSERT_AS_LINK 47{ 48 Text [ en-US ] = "~Link" ; 49}; 50 51String STR_SVT_FILEPICKER_SHOW_PREVIEW 52{ 53 Text [ en-US ] = "Pr~eview" ; 54}; 55 56String STR_SVT_FILEPICKER_PLAY 57{ 58 Text [ en-US ] = "~Play" ; 59}; 60 61String STR_SVT_FILEPICKER_VERSION 62{ 63 Text [ en-US ] = "~Version:"; 64}; 65 66String STR_SVT_FILEPICKER_TEMPLATES 67{ 68 Text [ en-US ] = "S~tyles:" ; 69}; 70 71String STR_SVT_FILEPICKER_IMAGE_TEMPLATE 72{ 73 Text [ en-US ] = "Style:"; 74}; 75 76String STR_SVT_FILEPICKER_SELECTION 77{ 78 Text [ en-US ] = "~Selection" ; 79}; 80 81String STR_SVT_FILEPICKER_FILTER_TITLE 82{ 83 Text [ en-US ] = "File ~type:" ; 84}; 85 86String STR_SVT_FOLDERPICKER_DEFAULT_TITLE 87{ 88 Text [ en-US ] = "Select Path" ; 89}; 90 91String STR_SVT_FOLDERPICKER_DEFAULT_DESCRIPTION 92{ 93 Text [ en-US ] = "Please select a folder."; 94}; 95 96