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#include "dochdl.hrc" 23#include "globals.hrc" 24 25String STR_NOGLOS 26{ 27 Text [ en-US ] = "AutoText for Shortcut '%1' not found." ; 28}; 29String STR_NO_TABLE 30{ 31 Text [ en-US ] = "A table cannot be inserted into another table. However, you can paste the data into the document when the cursor is not in a table." ; 32}; 33 34 35InfoBox MSG_ERR_INSERT_GLOS 36{ 37 Message [ en-US ] = "AutoText could not be created." ; 38}; 39 40InfoBox MSG_CLPBRD_FORMAT_ERROR 41{ 42 Message [ en-US ] = "Requested clipboard format is not available." ; 43}; 44 45QueryBox MSG_UPDATE_NEW_GLOS_FMT 46{ 47 BUTTONS = WB_YES_NO ; 48 DEFBUTTON = WB_DEF_YES ; 49 Message [ en-US ] = "The section format is outdated.\nIt needs to be converted so that changes\ncan be saved.\nShould it be converted now?" ; 50}; 51 52String STR_PRIVATETEXT 53{ 54 Text [ en-US ] = "%PRODUCTNAME Writer" ; 55}; 56String STR_PRIVATEGRAPHIC 57{ 58 Text [ en-US ] = "Graphics [%PRODUCTNAME Writer]" ; 59}; 60String STR_PRIVATEOLE 61{ 62 Text [ en-US ] = "Object [%PRODUCTNAME Writer]" ; 63}; 64String STR_DDEFORMAT 65{ 66 Text [ en-US ] = "DDE link" ; 67}; 68 69// ********************************************************************** EOF 70