summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/hyperdlg.src
blob: 0ebc1e0bdb11cacd75d8155f8bc6197bcd84a636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#include <svtools/controldims.hrc>
#include <cuires.hrc>
#include "helpid.hrc"

String RID_SVXSTR_HYPDLG_CLOSEBUT
{
    Text [ en-US ] = "Close" ;
};
String RID_SVXSTR_HYPDLG_MACROACT1
{
    Text [ en-US ] = "Mouse over object" ;
};
String RID_SVXSTR_HYPDLG_MACROACT2
{
    Text [ en-US ] = "Trigger hyperlink" ;
};
String RID_SVXSTR_HYPDLG_MACROACT3
{
    Text [ en-US ] = "Mouse leaves object" ;
};

String RID_SVXSTR_HYPDLG_NOVALIDFILENAME
{
    Text [ en-US ] = "Please type in a valid file name." ;
};

String RID_SVXSTR_HYPERDLG_HLINETTP
{
    Text [ en-US ] = "Internet" ;
};
String RID_SVXSTR_HYPERDLG_HLINETTP_HELP
{
    Text [ en-US ] = "This is where you create a hyperlink to a Web page or FTP server connection." ;
};

String RID_SVXSTR_HYPERDLG_HLMAILTP
{
    Text [ en-US ] = "Mail" ;
};
String RID_SVXSTR_HYPERDLG_HLMAILTP_HELP
{
    Text [ en-US ] = "This is where you create a hyperlink to an e-mail address." ;
};

String RID_SVXSTR_HYPERDLG_HLDOCTP
{
    Text [ en-US ] = "Document" ;
};
String RID_SVXSTR_HYPERDLG_HLDOCTP_HELP
{
    Text [ en-US ] = "This is where you create a hyperlink to an existing document or a target within a document." ;
};

String RID_SVXSTR_HYPERDLG_HLDOCNTP
{
    Text [ en-US ] = "New Document" ;
};
String RID_SVXSTR_HYPERDLG_HLDOCNTP_HELP
{
    Text [ en-US ] = "This is where you create a new document to which the new link points." ;
};

String RID_SVXSTR_HYPERDLG_FORM_BUTTON
{
    Text [ en-US ] = "Button" ;
};

String RID_SVXSTR_HYPERDLG_FROM_TEXT
{
    Text [ en-US ] = "Text" ;
};

String RID_SVXSTR_HYPERDLG_QUERYOVERWRITE
{
    Text [ en-US ] = "The file already exists. Overwrite?" ;
};

Image RID_SVXBMP_HLINETTP
{
    ImageBitmap = Bitmap { File = "hlinettp.png" ; };
};

Image RID_SVXBMP_HLMAILTP
{
    ImageBitmap = Bitmap { File = "hlmailtp.png" ; };
};

Image RID_SVXBMP_HLDOCTP
{
    ImageBitmap = Bitmap { File = "hldoctp.png" ; };
};

Image RID_SVXBMP_HLDOCNTP
{
    ImageBitmap = Bitmap { File = "hldocntp.png" ; };
};

Image RID_SVXBMP_BROWSE
{
    ImageBitmap = Bitmap { File = "browse.png" ; };
};

Image RID_SVXBMP_SCRIPT
{
    ImageBitmap = Bitmap { File = "script.png" ; };
};

Image RID_SVXBMP_ADRESSBOOK
{
    ImageBitmap = Bitmap { File = "adrbook.png" ; };
};

Image RID_SVXBMP_FILEOPEN
{
    ImageBitmap = Bitmap { File = "fileopen.png" ; };
};

Image RID_SVXBMP_TARGET
{
    ImageBitmap = Bitmap { File = "target.png" ; };
};

Image RID_SVXBMP_NEWDOC
{
    ImageBitmap = Bitmap { File = "newdoc.png" ; };
};

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */