Files
libreoffice/sw/source/ui/dialog/dialog.src
Rüdiger Timm 765345f18e INTEGRATION: CWS changefileheader (1.29.448); FILE MERGED
2008/03/31 16:57:39 rt 1.29.448.1: #i87441# Change license header to LPGL v3.
2008-04-10 17:49:39 +00:00

73 lines
2.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dialog.src,v $
* $Revision: 1.30 $
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include "dialog.hrc"
CheckBox CB_USE_PASSWD
{
/* ### ACHTUNG: Neuer Text in Resource? ~Paßwort : ~Pa˜wort */
Text [ en-US ] = "~Password" ;
};
CheckBox CB_READ_ONLY
{
Text [ en-US ] = "~Read-only" ;
};
String STR_LINKEDIT_TEXT
{
/* ### ACHTUNG: Neuer Text in Resource? Verknüpfungen bearbeiten : Verkn³pfungen bearbeiten */
Text [ en-US ] = "Edit links" ;
};
String STR_PATH_NOT_FOUND1
{
/* ### ACHTUNG: Neuer Text in Resource? Das Verzeichnis ' : Das Verzeichnis '' */
Text [ en-US ] = "The directory '" ;
};
String STR_PATH_NOT_FOUND2
{
/* ### ACHTUNG: Neuer Text in Resource? ' existiert nicht. : '' existiert nicht. */
/* ### ACHTUNG: Neuer Text in Resource? ' existiert nicht. : '' existiert nicht. */
Text [ en-US ] = "' does not exist." ;
};
String STR_FLT_SGV
{
Text = "SGV - StarDraw 2.0,SGV" ;
};
QueryBox RID_QB_SPELL_CONTINUE
{
BUTTONS = WB_YES_NO ;
DEFBUTTON = WB_DEF_YES ;
MESSAGE [ en-US ] = "Continue checking at beginning of document?" ;
};
String STR_SPELLING_COMPLETED
{
Text [ en-US ] = "The spellcheck is complete." ;
};