/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: btntext.src,v $ * * $Revision: 1.39 $ * * last change: $Author: ihi $ $Date: 2007-04-19 15:55:30 $ * * 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 * ************************************************************************/ #define _SV_BTNTEXT_SRC #ifndef _SV_SVIDS_HRC #include #endif String SV_BUTTONTEXT_OK { Text [ en-US ] = "OK"; }; String SV_BUTTONTEXT_CANCEL { Text [ en-US ] = "Cancel"; }; String SV_BUTTONTEXT_YES { Text [ en-US ] = "~Yes"; }; String SV_BUTTONTEXT_NO { Text [ en-US ] = "~No"; }; String SV_BUTTONTEXT_RETRY { Text [ en-US ] = "~Retry"; }; String SV_BUTTONTEXT_HELP { Text [ en-US ] = "~Help"; }; String SV_BUTTONTEXT_MORE { Text [ en-US ] = "~More"; }; String SV_BUTTONTEXT_LESS { Text [ en-US ] = "~More"; }; String SV_BUTTONTEXT_IGNORE { Text [ en-US ] = "~Ignore"; }; String SV_BUTTONTEXT_ABORT { Text [ en-US ] = "~Abort"; }; /* HelpTexte, die wir derzeit nicht mehr verwenden: SV_BUTTONHELPTEXT_OK { Text = "Schließt dieses Dialogfeld und speichert alle vorgenommenen Änderungen." ; }; SV_BUTTONHELPTEXT_CANCEL { Text = "Schließt dieses Dialogfeld, ohne Ihre Änderungen zu speichern." ; }; SV_BUTTONHELPTEXT_HELP { Text = "Zeigt Hilfe zu diesem Fenster an." ; }; SV_BUTTONHELPTEXT_MORE { Text = "Zeigt weitere EinstellmÖglichkeiten an oder versteckt diese wieder." ; }; Finnische-Texte: OK OK CANCEL Peruuta HELP ~Ohje MORE ~Enemmän YES ~Kyllä NO ~Ei RETRY ~Yritäuudelleen */