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/filedlg2.hrc> 25 26String STR_FILEDLG_SELECT 27{ 28 Text [ en-US ] = "Select Directory" ; 29}; 30String STR_FILEDLG_CANTCHDIR 31{ 32 Text [ en-US ] = "Cannot change to directory" ; 33}; 34String STR_FILEDLG_OPEN 35{ 36 Text [ en-US ] = "Open" ; 37}; 38String STR_FILEDLG_FILE 39{ 40 Text [ en-US ] = "~File" ; 41}; 42String STR_FILEDLG_DIR 43{ 44 Text [ en-US ] = "~Directory" ; 45}; 46String STR_FILEDLG_TYPE 47{ 48 Text [ en-US ] = "File ~type" ; 49}; 50String STR_FILEDLG_CANTOPENFILE 51{ 52 Text [ en-US ] = "Can't open file" ; 53}; 54String STR_FILEDLG_CANTOPENDIR 55{ 56 Text [ en-US ] = "Can't open directory" ; 57}; 58String STR_FILEDLG_OVERWRITE 59{ 60 Text [ en-US ] = "This file already exists. \nOverwrite ?" ; 61}; 62String STR_FILEDLG_GOUP 63{ 64 Text [ en-US ] = "Up One Level" ; 65}; 66String STR_FILEDLG_SAVE 67{ 68 Text [ en-US ] = "Save" ; 69}; 70String STR_FILEDLG_DRIVES 71{ 72 Text [ en-US ] = "D~rive" ; 73}; 74String STR_FILEDLG_HOME 75{ 76 Text [ en-US ] = "User Directory" ; 77}; 78String STR_FILEDLG_NEWDIR 79{ 80 Text [ en-US ] = "Create Directory" ; 81}; 82String STR_FILEDLG_ASKNEWDIR 83{ 84 Text [ en-US ] = "Do you want the directory %s to be created ?" ; 85}; 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124