/*************************************************************************
 *
 *  $RCSfile: wizardmachine.src,v $
 *
 *  $Revision: 1.23 $
 *
 *  last change: $Author: kz $ $Date: 2001-11-16 22:14:23 $
 *
 *  The Contents of this file are made available subject to the terms of
 *  either of the following licenses
 *
 *         - GNU Lesser General Public License Version 2.1
 *         - Sun Industry Standards Source License Version 1.1
 *
 *  Sun Microsystems Inc., October, 2000
 *
 *  GNU Lesser General Public License Version 2.1
 *  =============================================
 *  Copyright 2000 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
 *
 *
 *  Sun Industry Standards Source License Version 1.1
 *  =================================================
 *  The contents of this file are subject to the Sun Industry Standards
 *  Source License Version 1.1 (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.openoffice.org/license.html.
 *
 *  Software provided under this License is provided on an "AS IS" basis,
 *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
 *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
 *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
 *  See the License for the specific provisions governing your rights and
 *  obligations concerning the Software.
 *
 *  The Initial Developer of the Original Code is: Sun Microsystems, Inc..
 *
 *  Copyright: 2000 by Sun Microsystems, Inc.
 *
 *  All Rights Reserved.
 *
 *  Contributor(s): _______________________________________
 *
 *
 ************************************************************************/

#ifndef _SVTOOLS_HRC
#include "svtools.hrc"
#endif

String STR_WIZDLG_FINISH
{
    Text = "~Fertig stellen" ;
    Text [ english ] = "~Finish" ;
    Text [ english_us ] = "C~reate" ;
    Text [ language_user1 ] = "This is the 'finish' button of an AutoPilot. Please use the appropriate text for your language. Thanks :)";
    Text[ portuguese ] = "~Criar";
    Text[ russian ] = "~������";
    Text[ greek ] = "����������";
    Text[ dutch ] = "~Voltooien";
    Text[ french ] = "~Cr�er";
    Text[ spanish ] = "~Crear";
    Text[ italian ] = "~Crea";
    Text[ danish ] = "~Finish";
    Text[ swedish ] = "~F�rdigst�ll";
    Text[ polish ] = "Utw�rz";
    Text[ portuguese_brazilian ] = "~Finish";
    Text[ japanese ] = "完了(~R)";
    Text[ korean ] = "마침(~R)";
    Text[ chinese_simplified ] = "完成(~R)";
    Text[ chinese_traditional ] = "完成(~R)";
    Text[ turkish ] = "~Finish";
    Text[ arabic ] = "�����";
    Text[ catalan ] = "~Crear";
    Text[ finnish ] = "~Luo";
};

String STR_WIZDLG_NEXT
{
    Text = "~Weiter >>" ;
    Text [ ENGLISH ] = "~Next >>" ;
    Text [ english_us ] = "~Next >>";
    Text [ language_user1 ] = "This is the 'next' button of an AutoPilot. Please use the appropriate text for your language. Thanks :)";
    Text[ portuguese ] = "~Seguinte >>";
    Text[ russian ] = "~����� >>";
    Text[ greek ] = "������� >>";
    Text[ dutch ] = "~Next >>";
    Text[ french ] = "~Suivant >>";
    Text[ spanish ] = "~Siguiente >>";
    Text[ italian ] = "~Avanti >>";
    Text[ danish ] = "~Next >>";
    Text[ swedish ] = "~N�sta >>";
    Text[ polish ] = "Dalej >>";
    Text[ portuguese_brazilian ] = "~Next >>";
    Text[ japanese ] = "次へ(~N) >>";
    Text[ korean ] = "다음 (~N) >>";
    Text[ chinese_simplified ] = "继续  (~N) >>";
    Text[ chinese_traditional ] = "繼續 (~N) >>";
    Text[ turkish ] = "~Next >>";
    Text[ arabic ] = "������ <<";
    Text[ catalan ] = "~Siguiente >>";
    Text[ finnish ] = "Seuraava >>";
};

String STR_WIZDLG_PREVIOUS
{
    Text = "<< ~Zur�ck" ;
    Text [ ENGLISH ] = "<< ~Previous" ;
    Text [ english_us ] = "<< Bac~k";
    Text [ language_user1 ] = "This is the 'previous' button of an AutoPilot. Please use the appropriate text for your language. Thanks :)";
    Text[ portuguese ] = "<< ~Anterior";
    Text[ russian ] = "<<~�����";
    Text[ greek ] = "<< ����";
    Text[ dutch ] = "<< ~Vorige";
    Text[ french ] = "<< ~Pr�c�dent";
    Text[ spanish ] = "<< ~Regresar";
    Text[ italian ] = "<<~Indietro";
    Text[ danish ] = "<< ~Previous";
    Text[ swedish ] = "<< T~illbaka";
    Text[ polish ] = "<< Wstecz";
    Text[ portuguese_brazilian ] = "<< ~Previous";
    Text[ japanese ] = "<< 戻る(~K)";
    Text[ korean ] = "<< 뒤로(~K)";
    Text[ chinese_simplified ] = "<< 返回(~K)";
    Text[ chinese_traditional ] = "<< 返回(~K)";
    Text[ turkish ] = "<< ~Previous";
    Text[ arabic ] = "<< ~Previous";
    Text[ catalan ] = "<< ~Anterior";
    Text[ finnish ] = "<< Takaisin";
};

/*************************************************************************
 * history:
 *  $Log: not supported by cvs2svn $
 *  Revision 1.22  2001/11/07 09:50:10  kz
 *  Merge SRC638: 07.11.01 - 10:50:15
 *
 *  Revision 1.21  2001/08/29 20:08:52  kz
 *  Merge SRC638: 08/29/01 - 22:08:32
 *
 *  Revision 1.20  2001/08/24 13:31:01  rt
 *  Merge SRC638: 24.08.01 - 15:29:25
 *
 *  Revision 1.19  2001/08/21 20:21:36  kz
 *  Merge SRC638: 21.08.01 - 22:20:56
 *
 *  Revision 1.18  2001/08/14 14:39:25  kz
 *  Merge SRC638: 14.08.01 - 16:38:56
 *
 *  Revision 1.17  2001/08/08 09:10:26  kz
 *  Merge SRC638: 08.08.01 - 11:09:54
 *
 *  Revision 1.16  2001/07/13 20:21:15  kz
 *  Merge SRC638: 13.07.01 - 22:20:19
 *
 *  Revision 1.15  2001/07/03 21:47:23  kz
 *  Merge SRC633: 07/03/01 - 23:46:38
 *
 *  Revision 1.14  2001/06/13 21:45:05  kz
 *  Merge SRC633: 06/13/01 - 23:44:20
 *
 *  Revision 1.13  2001/06/08 21:48:55  obo
 *  Merge SRC633: 08.06.01 - 23:51:24
 *
 *  Revision 1.12  2001/05/30 19:23:00  obo
 *  Merge SRC633: 30.05.01 - 21:24:41
 *
 *  Revision 1.11  2001/05/12 05:49:06  kz
 *  Merge SRC631: 12.05.01 - 07:49:48 (NoBranch)
 *
 *  Revision 1.10  2001/05/10 05:16:12  kz
 *  Merge SRC631: 10.05.01 - 07:16:46 (NoBranch)
 *
 *  Revision 1.9  2001/05/04 19:17:48  kz
 *  Merge SRC630: 04.05.01 - 21:18:22 (NoBranch)
 *
 *  Revision 1.8  2001/04/26 19:13:48  rt
 *  Merge SRC630: 26.04.01 - 21:13:19 (NoBranch)
 *
 *  Revision 1.7  2001/04/11 18:07:51  kz
 *  Merge SRC627: 11.04.01 - 21:07:21
 *
 *  Revision 1.6  2001/04/09 22:49:46  kz
 *  Merge SRC627: 10.04.01 - 00:49:22
 *
 *  Revision 1.5  2001/03/31 05:15:22  kz
 *  Merge SRC627: 03/31/01 - 07:15:06 (NoBranch)
 *
 *  Revision 1.4  2001/03/21 20:10:37  rt
 *  Merge SRC626: 21.03.01 - 21:10:15 (NoBranch)
 *
 *  Revision 1.3  2001/03/19 10:21:06  kz
 *  Merge SRC625: 19.03.01 - 11:20:39 (NoBranch)
 *
 *  Revision 1.2  2001/03/09 20:17:24  kz
 *  Merge SRC624: 09.03.01 - 21:17:02 (NoBranch)
 *
 *  Revision 1.1  2001/02/15 14:08:36  fs
 *  initial checkin - a wizard dialog base class
 *
 *
 *  Revision 1.0 14.02.01 11:46:26  fs
 ************************************************************************/