xref: /aoo4110/main/sw/source/ui/dochdl/dochdl.src (revision b1cdbd2c)
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
25#include "dochdl.hrc"
26#include "globals.hrc"
27
28
29String STR_NOGLOS
30{
31	Text [ en-US ] = "AutoText for Shortcut '%1' not found." ;
32};
33String STR_NO_TABLE
34{
35    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.";
36};
37
38
39InfoBox MSG_ERR_INSERT_GLOS
40{
41	Message [ en-US ] = "AutoText could not be created." ;
42};
43
44InfoBox MSG_CLPBRD_FORMAT_ERROR
45{
46	Message [ en-US ] = "Requested clipboard format is not available." ;
47};
48
49QueryBox MSG_UPDATE_NEW_GLOS_FMT
50{
51	BUTTONS = WB_YES_NO ;
52	DEFBUTTON = WB_DEF_YES ;
53	Message [ en-US ] = "The section format is outdated.\nIt needs to be converted so that changes\ncan be saved.\nShould it be converted now?" ;
54};
55
56String STR_PRIVATETEXT
57{
58	Text [ en-US ] = "%PRODUCTNAME Writer" ;
59};
60String STR_PRIVATEGRAPHIC
61{
62	Text [ en-US ] = "Graphics [%PRODUCTNAME Writer]" ;
63};
64String STR_PRIVATEOLE
65{
66	Text [ en-US ] = "Object [%PRODUCTNAME Writer]" ;
67};
68String STR_DDEFORMAT
69{
70	Text [ en-US ] = "DDE link" ;
71};
72
73