Files
libreoffice/sw/source/ui/dialog/dialog.src
Rüdiger Timm 665878349f INTEGRATION: CWS ooo19126 (1.26.580); FILE MERGED
2005/09/05 13:43:54 rt 1.26.580.1: #i54170# Change license header: remove SISSL
2005-09-09 06:11:49 +00:00

90 lines
2.9 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.

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dialog.src,v $
*
* $Revision: 1.27 $
*
* last change: $Author: rt $ $Date: 2005-09-09 07:11:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library 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 for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
************************************************************************/
#include "dialog.hrc"
CheckBox CB_USE_PASSWD
{
/* ### ACHTUNG: Neuer Text in Resource? ~Paßwort : ~Pa˜wort */
Text [ de ] = "~Passwort" ;
Text [ en-US ] = "~Password" ;
Text [ x-comment ] = " ";
};
CheckBox CB_READ_ONLY
{
Text [ de ] = "Nu~r lesen" ;
Text [ en-US ] = "~Read-only" ;
Text [ x-comment ] = " ";
};
String STR_LINKEDIT_TEXT
{
/* ### ACHTUNG: Neuer Text in Resource? Verknüpfungen bearbeiten : Verkn³pfungen bearbeiten */
Text [ de ] = "Verknüpfungen bearbeiten" ;
Text [ en-US ] = "Edit links" ;
Text [ x-comment ] = " ";
};
String STR_PATH_NOT_FOUND1
{
/* ### ACHTUNG: Neuer Text in Resource? Das Verzeichnis ' : Das Verzeichnis '' */
Text [ de ] = "Das Verzeichnis '" ;
Text [ en-US ] = "The directory '" ;
Text [ x-comment ] = " ";
};
String STR_PATH_NOT_FOUND2
{
/* ### ACHTUNG: Neuer Text in Resource? ' existiert nicht. : '' existiert nicht. */
/* ### ACHTUNG: Neuer Text in Resource? ' existiert nicht. : '' existiert nicht. */
Text [ de ] = "' existiert nicht." ;
Text [ en-US ] = "' does not exist." ;
Text [ x-comment ] = " ";
};
String STR_FLT_SGV
{
Text = "SGV - StarDraw 2.0,SGV" ;
};
QueryBox RID_QB_SPELL_CONTINUE
{
BUTTONS = WB_YES_NO ;
DEFBUTTON = WB_DEF_YES ;
MESSAGE [ de ]= "Überprüfung am Anfang des Dokumentes fortsetzen?" ;
MESSAGE [ en-US ] = "Continue checking at beginning of document?" ;
};
String STR_SPELLING_COMPLETED
{
Text [ de ]= "Die Rechtschreibprüfung ist abgeschlossen!" ;
Text [ en-US ] = "The spellcheck is complete." ;
};