1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include <svtools/controldims.hrc>
24 #define MASKCOLOR MaskColor = Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; };
26 String RID_SVXSTR_HYPDLG_APPLYBUT
28 Text [ en-US ] = "Apply" ;
30 String RID_SVXSTR_HYPDLG_CLOSEBUT
32 Text [ en-US ] = "Close" ;
34 String RID_SVXSTR_HYPDLG_MACROACT1
36 Text [ en-US ] = "Mouse over object" ;
38 String RID_SVXSTR_HYPDLG_MACROACT2
40 Text [ en-US ] = "Trigger hyperlink" ;
42 String RID_SVXSTR_HYPDLG_MACROACT3
44 Text [ en-US ] = "Mouse leaves object" ;
47 String RID_SVXSTR_HYPDLG_NOVALIDFILENAME
49 Text [ en-US ] = "Please type in a valid file name." ;
52 String RID_SVXSTR_HYPERDLG_HLINETTP
54 Text [ en-US ] = "Internet" ;
56 String RID_SVXSTR_HYPERDLG_HLINETTP_HELP
58 Text [ en-US ] = "This is where you create a hyperlink to a Web page or FTP server connection." ;
61 String RID_SVXSTR_HYPERDLG_HLMAILTP
63 Text [ en-US ] = "Mail" ;
65 String RID_SVXSTR_HYPERDLG_HLMAILTP_HELP
67 Text [ en-US ] = "This is where you create a hyperlink to an e-mail address." ;
70 String RID_SVXSTR_HYPERDLG_HLDOCTP
72 Text [ en-US ] = "Document" ;
74 String RID_SVXSTR_HYPERDLG_HLDOCTP_HELP
76 Text [ en-US ] = "This is where you create a hyperlink to an existing document or a target within a document." ;
79 String RID_SVXSTR_HYPERDLG_HLDOCNTP
81 Text [ en-US ] = "New Document" ;
83 String RID_SVXSTR_HYPERDLG_HLDOCNTP_HELP
85 Text [ en-US ] = "This is where you create a new document to which the new link points." ;
88 String RID_SVXSTR_HYPERDLG_FORM_BUTTON
90 Text [ en-US ] = "Button" ;
93 String RID_SVXSTR_HYPERDLG_FROM_TEXT
95 Text [ en-US ] = "Text" ;
98 String RID_SVXSTR_HYPERDLG_QUERYOVERWRITE
100 Text [ en-US ] = "The file already exists. Overwrite?" ;
103 Image RID_SVXBMP_HLINETTP
105 ImageBitmap = Bitmap { File = "hlinettp.bmp" ; };
109 Image RID_SVXBMP_HLMAILTP
111 ImageBitmap = Bitmap { File = "hlmailtp.bmp" ; };
115 Image RID_SVXBMP_HLDOCTP
117 ImageBitmap = Bitmap { File = "hldoctp.bmp" ; };
121 Image RID_SVXBMP_HLDOCNTP
123 ImageBitmap = Bitmap { File = "hldocntp.bmp" ; };
127 Image RID_SVXBMP_BROWSE
129 ImageBitmap = Bitmap { File = "browse.bmp" ; };
133 Image RID_SVXBMP_SCRIPT
135 ImageBitmap = Bitmap { File = "script.bmp" ; };
139 Image RID_SVXBMP_ADRESSBOOK
141 ImageBitmap = Bitmap { File = "adrbook.bmp" ; };
145 Image RID_SVXBMP_FILEOPEN
147 ImageBitmap = Bitmap { File = "fileopen.bmp" ; };
151 Image RID_SVXBMP_TARGET
153 ImageBitmap = Bitmap { File = "target.bmp" ; };
157 Image RID_SVXBMP_NEWDOC
159 ImageBitmap = Bitmap { File = "newdoc.bmp" ; };
163 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */