changing other words "hyperlink" to "link!" Change-Id: I29d97bab7844183759bc34624a14c0216258ad8b
148 lines
3.3 KiB
Plaintext
148 lines
3.3 KiB
Plaintext
/* -*- 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 link" ;
|
|
};
|
|
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 link 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 link 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 link 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: */
|