Files
libreoffice/sw/source/ui/fldui/flddb.src
2001-06-16 20:44:56 +00:00

360 lines
13 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.

/*************************************************************************
*
* $RCSfile: flddb.src,v $
*
* $Revision: 1.19 $
*
* last change: $Author: kz $ $Date: 2001-06-16 21:44:56 $
*
* 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 EXPRESSED 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): _______________________________________
*
*
************************************************************************/
#include "globals.hrc"
#include "fldtdlg.hrc"
#include "helpid.h"
TabPage TP_FLD_DB
{
HelpID = HID_FLD_DB ;
SVLook = TRUE ;
Hide = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
Text = "Datenbank" ;
Text [ ENGLISH ] = "Database" ;
FixedText FT_DBTYPE
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 76 , 8 ) ;
Text = "~Feldtyp" ;
Text [ ENGLISH ] = "Type" ;
Text [ norwegian ] = "Type" ;
Text [ italian ] = "~Tipo di campo" ;
Text [ portuguese_brazilian ] = "Tipo" ;
Text [ portuguese ] = "Tipo de ~campo" ;
Text [ finnish ] = "~Tyyppi" ;
Text [ danish ] = "Felttype" ;
Text [ french ] = "~Type de champ" ;
Text [ swedish ] = "~F<>lttyp" ;
Text [ dutch ] = "~Veldtype" ;
Text [ spanish ] = "~Tipo de campo" ;
Text [ english_us ] = "~Type" ;
Left = TRUE ;
Text[ chinese_simplified ] = "<22>ֶ<EFBFBD><D6B6><EFBFBD><EFBFBD><EFBFBD>(~T)";
Text[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ polish ] = "Typ pola";
Text[ japanese ] = "<22>̎<EFBFBD><CC8E><EFBFBD><EFBFBD>َĎގ<C48E><DE8E><EFBFBD><EFBFBD>̎<EFBFBD>(~T)";
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>(~T)";
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22>ʵ<EFBFBD><CAB5><EFBFBD><EFBFBD><EFBFBD>(~T)";
Text[ turkish ] = "Alan tipi";
Text[ catalan ] = "~Tipo de campo";
};
ListBox LB_DBTYPE
{
Border = TRUE ;
Pos = MAP_APPFONT ( 6 , 14 ) ;
Size = MAP_APPFONT ( 76 , 106 ) ;
TabStop = TRUE ;
Sort = TRUE ;
AutoHScroll = TRUE ;
/* StringList =
{
< "Beliebiger Datensatz" ; > ;
< "Datensatznummer" ; > ;
< "N<>chster Datensatz" ; > ;
< "Serienbrieffeld" ; > ;
< "Datenbankname" ; > ;
};*/
};
FixedText FT_DBCONDITION
{
Pos = MAP_APPFONT ( 6 , 126 ) ;
Size = MAP_APPFONT ( 76 , 8 ) ;
TEXT = "Bedin~gung" ;
TEXT [ English ] = "Conditio~n" ;
TEXT [ norwegian ] = "Vilk<6C>r" ;
TEXT [ italian ] = "Con~dizione" ;
TEXT [ portuguese_brazilian ] = "condi??o" ;
TEXT [ portuguese ] = "~Condi<64><69>o" ;
TEXT [ finnish ] = "~Ehto" ;
TEXT [ danish ] = "Betingelse" ;
TEXT [ french ] = "~Si" ;
TEXT [ swedish ] = "~Villkor" ;
TEXT [ dutch ] = "~Voorwaarde" ;
TEXT [ spanish ] = "Con~dici<63>n" ;
TEXT [ english_us ] = "~Condition" ;
Left = TRUE ;
TEXT[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~C)";
TEXT[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
TEXT[ polish ] = "Warunek";
TEXT[ japanese ] = "<22><><EFBFBD><EFBFBD>(~C)";
TEXT[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>(~C)";
TEXT[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
TEXT[ greek ] = "<22><><EFBFBD><EFBFBD>";
TEXT[ korean ] = "<22><><EFBFBD><EFBFBD>)(~C)";
TEXT[ turkish ] = "Ko<4B>ul";
TEXT[ catalan ] = "Con~dici<63>n";
};
Edit ED_DBCONDITION
{
Border = TRUE ;
Pos = MAP_APPFONT ( 6 , 137 ) ;
Size = MAP_APPFONT ( 76 , 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
};
FixedText FT_DBSETNUMBER
{
Pos = MAP_APPFONT ( 6 , 156 ) ;
Size = MAP_APPFONT ( 76 , 8 ) ;
TEXT = "Sat~znummer" ;
TEXT [ English ] = "Setnumber" ;
TEXT [ norwegian ] = "Setnumber" ;
TEXT [ italian ] = "Numero di record" ;
TEXT [ portuguese_brazilian ] = "Definir n?ero" ;
TEXT [ portuguese ] = "~N<>mero de registo" ;
TEXT [ finnish ] = "Tietueen numero" ;
TEXT [ danish ] = "Datapostnummer" ;
TEXT [ french ] = "~Num<75>ro de l'enregistrement" ;
TEXT [ swedish ] = "~Datapostnummer" ;
TEXT [ dutch ] = "~Record-nummer" ;
TEXT [ spanish ] = "N<>mero de registro" ;
TEXT [ english_us ] = "Record number" ;
Left = TRUE ;
TEXT[ chinese_simplified ] = "<22><>Ŀ<EFBFBD><C4BF><EFBFBD><EFBFBD>";
TEXT[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
TEXT[ polish ] = "Numer rekordu";
TEXT[ japanese ] = "ں<><DABA>ޔԍ<DE94>";
TEXT[ chinese_traditional ] = "<22><><EFBFBD>ظ<EFBFBD><D8B8>X";
TEXT[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
TEXT[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
TEXT[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>ڵ<EFBFBD> <20><>ȣ";
TEXT[ turkish ] = "Veri k<>mesi numaras<61>";
TEXT[ catalan ] = "N<>mero de registro";
};
Edit ED_DBSETNUMBER
{
Border = TRUE ;
Pos = MAP_APPFONT ( 6 , 167 ) ;
Size = MAP_APPFONT ( 76 , 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
};
FixedText FT_DBSELECTION
{
Pos = MAP_APPFONT ( 88 , 3 ) ;
Size = MAP_APPFONT ( 166 , 8 ) ;
Text = "Datenbank~auswahl" ;
Text [ ENGLISH ] = "Database s~election" ;
Left = TRUE ;
Text [ english_us ] = "Database s~election" ;
Text [ portuguese_brazilian ] = "Datenbank~auswahl" ;
Text [ swedish ] = "Datab~asurval" ;
Text [ danish ] = "Databaseudvalg" ;
Text [ italian ] = "Scelta ~database" ;
Text [ spanish ] = "~Seleccionar base de datos" ;
Text [ french ] = "~S<>lection d'une base de donn<6E>es" ;
Text [ dutch ] = "Selectie ~database" ;
Text [ portuguese ] = "~Seleccionar base de dados" ;
Text[ chinese_simplified ] = "ѡ<><D1A1><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>(~E)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Wyb<79>r bazy danych";
Text[ japanese ] = "<22>ް<EFBFBD><DEB0>ް<EFBFBD><DEB0>̑I<CC91><49>(~E)";
Text[ chinese_traditional ] = "<22><><EFBFBD>ܸ<EFBFBD><DCB8>Ʈw(~E)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ͺ<EFBFBD><CDBA>̽<EFBFBD> <20><><EFBFBD><EFBFBD>(~E)";
Text[ turkish ] = "Veritaban<61> se<73>imi";
Text[ catalan ] = "~Seleccionar base de datos";
Text[ finnish ] = "~Tietokantavalinta";
};
Control TLB_DBLIST
{
Border = TRUE ;
Pos = MAP_APPFONT ( 88 , 14 ) ;
Size = MAP_APPFONT ( 160 , 124 ) ;
TabStop = TRUE ;
};
RadioButton RB_DBOWNFORMAT
{
Pos = MAP_APPFONT ( 94 , 153 ) ;
Size = MAP_APPFONT ( 60 , 10 ) ;
Text = "A~us Datenbank" ;
Text [ ENGLISH ] = "From database" ;
Check = TRUE ;
Text [ english_us ] = "From database" ;
Text [ portuguese_brazilian ] = "Aus Datenbank" ;
Text [ swedish ] = "F~r<>n databas" ;
Text [ danish ] = "Fra database" ;
Text [ italian ] = "Dal database" ;
Text [ spanish ] = "De la base de datos" ;
Text [ french ] = "~De la BD" ;
Text [ dutch ] = "~Uit database" ;
Text [ portuguese ] = "~Da base de dados" ;
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>";
Text[ russian ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Z bazy danych";
Text[ japanese ] = "<22>ް<EFBFBD><DEB0>ް<EFBFBD><DEB0><EFBFBD><EFBFBD><EFBFBD>";
Text[ chinese_traditional ] = "<22>q<EFBFBD><71><EFBFBD>Ʈw";
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ͺ<EFBFBD><CDBA>̽<EFBFBD><CCBD>κ<EFBFBD><CEBA><EFBFBD>";
Text[ turkish ] = "Kaynak veritaban<61>";
Text[ catalan ] = "De la base de datos";
Text[ finnish ] = "Tietokannasta";
};
RadioButton RB_DBFORMAT
{
Pos = MAP_APPFONT ( 94 , 165 ) ;
Size = MAP_APPFONT ( 60 , 10 ) ;
Text = "Se~lbst definiert" ;
Text [ ENGLISH ] = "User defined" ;
Text [ english_us ] = "User-defined" ;
Text [ portuguese_brazilian ] = "Selbstdefiniert" ;
Text [ swedish ] = "An~v<>ndardefinierat" ;
Text [ danish ] = "Brugerdefineret" ;
Text [ italian ] = "Personalizzato" ;
Text [ spanish ] = "Definido por el usuario" ;
Text [ french ] = "D<>~fini par l'utilisateur" ;
Text [ dutch ] = "~Zelf gedefinieerd" ;
Text [ portuguese ] = "D~efinido pelo utilizador" ;
Text[ chinese_simplified ] = "<22>û<EFBFBD><C3BB>Զ<EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Zdefiniowane przez u<>ytkownika";
Text[ japanese ] = "հ<>ް<EFBFBD><DEB0><EFBFBD>`";
Text[ chinese_traditional ] = "<22>ۭq";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ turkish ] = "Kullan<61>c<EFBFBD> tan<61>ml<6D>";
Text[ catalan ] = "Definido por el usuario";
Text[ finnish ] = "K<>ytt<74>j<EFBFBD>n m<><6D>ritt<74>m<EFBFBD>";
};
ListBox LB_DBNUMFORMAT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 160 , 163 ) ;
Size = MAP_APPFONT ( 88 , 60 ) ;
TabStop = TRUE ;
AutoHScroll = TRUE ;
DropDown = TRUE ;
};
ListBox LB_DBFORMAT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 160 , 163 ) ;
Size = MAP_APPFONT ( 88 , 60 ) ;
TabStop = TRUE ;
AutoHScroll = TRUE ;
DropDown = TRUE ;
Sort = FALSE ;
Hide = TRUE ;
};
FixedLine FL_DBFORMAT
{
Pos = MAP_APPFONT ( 88 , 141 ) ;
Size = MAP_APPFONT ( 166 , 8 ) ;
TEXT = "Format" ;
TEXT [ English ] = "Format" ;
Text [ english_us ] = "Format" ;
Text [ portuguese_brazilian ] = "Format" ;
Text [ swedish ] = "Format" ;
Text [ danish ] = "Format" ;
Text [ italian ] = "Formato" ;
Text [ spanish ] = "Formato" ;
Text [ french ] = "Format" ;
Text [ dutch ] = "Formaat" ;
Text [ portuguese ] = "Formato" ;
Text[ chinese_simplified ] = "<22><>ʽ";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Format";
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
Text[ chinese_traditional ] = "<22>榡";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
Text[ turkish ] = "Format";
Text[ catalan ] = "Formato";
Text[ finnish ] = "Muotoile";
};
FixedLine FL_DBFORMAT_VERT
{
Pos = MAP_APPFONT ( 87 , 152 ) ;
Size = MAP_APPFONT ( 4 , 28 ) ;
Vert = TRUE;
};
Text [ english_us ] = "Database" ;
Text [ portuguese_brazilian ] = "Datenbank" ;
Text [ swedish ] = "Databas" ;
Text [ danish ] = "Database" ;
Text [ italian ] = "Database" ;
Text [ spanish ] = "Base de datos" ;
Text [ french ] = "Base de donn<6E>es" ;
Text [ dutch ] = "Database" ;
Text [ portuguese ] = "Base de dados" ;
Text[ chinese_simplified ] = "<22><><EFBFBD>ݿ<EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Baza danych";
Text[ japanese ] = "<22>ް<EFBFBD><DEB0>ް<EFBFBD>";
Text[ chinese_traditional ] = "<22><><EFBFBD>Ʈw";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ͺ<EFBFBD><CDBA>̽<EFBFBD>";
Text[ turkish ] = "Veritaban<61>";
Text[ catalan ] = "Base de datos";
Text[ finnish ] = "Tietokanta";
};