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