Files
libreoffice/dbaccess/source/ui/dlg/indexdialog.src

685 lines
30 KiB
Plaintext
Raw Normal View History

/*************************************************************************
*
* $RCSfile: indexdialog.src,v $
*
* $Revision: 1.3 $
*
* last change: $Author: rt $ $Date: 2001-03-21 20:28:47 $
*
* 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 _DBU_RESOURCE_HRC_
#include "dbu_resource.hrc"
#endif
#ifndef _DBAUI_INDEXDIALOG_HRC_
#include "indexdialog.hrc"
#endif
#define DIALOG_SIZE_X 220
#define DIALOG_SIZE_Y 140
#define BUTTON_SIZE_X 50
#define BUTTON_SIZE_Y 14
#define LIST_WIDTH 70
ModalDialog DLG_INDEXDESIGN
{
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( DIALOG_SIZE_X , DIALOG_SIZE_Y ) ;
Text = "Indizes" ;
Text [ english ] = "Indexes" ;
Text [ english_us ] = "Indexes" ;
Moveable = TRUE ;
Closeable = TRUE ;
ToolBox TLB_ACTIONS
{
Pos = MAP_APPFONT ( 6 , 6 ) ;
Size = MAP_APPFONT ( DIALOG_SIZE_X - 14 , 14 ) ;
ButtonType = BUTTON_SYMBOL;
Align = BOXALIGN_TOP;
Customize = FALSE;
ItemList =
{
ToolBoxItem
{
Identifier = ID_INDEX_NEW;
Command = ".index:createNew";
ItemBitmap = Bitmap { File = "indexnew_sc.bmp"; };
Text = "neuer Index" ;
Text [ english ] = "new index" ;
Text [ english_us ] = "new index" ;
Text[ portuguese ] = "Novo <20>ndice";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "new index";
Text[ dutch ] = "nieuwe index";
Text[ french ] = "new index";
Text[ spanish ] = "new index";
Text[ italian ] = "new index";
Text[ danish ] = "new index";
Text[ swedish ] = "nytt index";
Text[ polish ] = "nowy indeks";
Text[ portuguese_brazilian ] = "new index";
Text[ japanese ] = "<22>V<EFBFBD>K<EFBFBD><EFBFBD><EC90AC><EFBFBD>ޯ<EFBFBD><DEAF>";
Text[ korean ] = "new index";
Text[ chinese_simplified ] = "new index";
Text[ chinese_traditional ] = "new index";
Text[ turkish ] = "new index";
Text[ arabic ] = "new index";
};
ToolBoxItem
{
Identifier = ID_INDEX_DROP;
Command = ".index:dropCurrent";
ItemBitmap = Bitmap { File = "indexdrop_sc.bmp"; };
Text = "aktuellen Index l<>schen" ;
Text [ english ] = "drop current index" ;
Text [ english_us ] = "drop current index" ;
Text[ portuguese ] = "Eliminar <20>ndice activo";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "drop current index";
Text[ dutch ] = "actuele index wissen";
Text[ french ] = "drop current index";
Text[ spanish ] = "drop current index";
Text[ italian ] = "drop current index";
Text[ danish ] = "drop current index";
Text[ swedish ] = "radera aktuellt index";
Text[ polish ] = "usu<73> bie<69><65>cy indeks";
Text[ portuguese_brazilian ] = "drop current index";
Text[ japanese ] = "<22><><EFBFBD>݂̲<DD82><CCB2>ޯ<EFBFBD><DEAF><EFBFBD>̍폜";
Text[ korean ] = "drop current index";
Text[ chinese_simplified ] = "drop current index";
Text[ chinese_traditional ] = "drop current index";
Text[ turkish ] = "drop current index";
Text[ arabic ] = "drop current index";
};
ToolBoxItem
{
Identifier = ID_INDEX_RENAME;
Command = ".index:renameCurrent";
ItemBitmap = Bitmap { File = "indexrename_sc.bmp"; };
Text = "aktuellen Index umbenennen" ;
Text [ english ] = "rename current index" ;
Text [ english_us ] = "rename current index" ;
Text[ portuguese ] = "Mudar nome a <20>ndice activo";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "rename current index";
Text[ dutch ] = "naam actuele index wijzigen";
Text[ french ] = "rename current index";
Text[ spanish ] = "rename current index";
Text[ italian ] = "rename current index";
Text[ danish ] = "rename current index";
Text[ swedish ] = "byt namn p<> aktuellt index";
Text[ polish ] = "zmie<69> nazw<7A> bie<69><65>cego indeksu";
Text[ portuguese_brazilian ] = "rename current index";
Text[ japanese ] = "<22><><EFBFBD>݂̲<DD82><CCB2>ޯ<EFBFBD><DEAF><EFBFBD>̖<EFBFBD><CC96>O<EFBFBD><4F><EFBFBD>ύX";
Text[ korean ] = "rename current index";
Text[ chinese_simplified ] = "rename current index";
Text[ chinese_traditional ] = "rename current index";
Text[ turkish ] = "rename current index";
Text[ arabic ] = "rename current index";
};
ToolBoxItem
{
Identifier = ID_INDEX_SAVE;
Command = ".index:saveCurrent";
ItemBitmap = Bitmap { File = "indexsave_sc.bmp"; };
Text = "aktuellen Index speichern" ;
Text [ english ] = "save current index" ;
Text [ english_us ] = "save current index" ;
Text[ portuguese ] = "Guardar <20>ndice activo";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "save current index";
Text[ dutch ] = "actuele index opslaan";
Text[ french ] = "save current index";
Text[ spanish ] = "save current index";
Text[ italian ] = "save current index";
Text[ danish ] = "save current index";
Text[ swedish ] = "spara aktuellt index";
Text[ polish ] = "zapisz bie<69><65>cy indeks";
Text[ portuguese_brazilian ] = "save current index";
Text[ japanese ] = "<22><><EFBFBD>݂̲<DD82><CCB2>ޯ<EFBFBD><DEAF><EFBFBD>̕ۑ<CC95>";
Text[ korean ] = "save current index";
Text[ chinese_simplified ] = "save current index";
Text[ chinese_traditional ] = "save current index";
Text[ turkish ] = "save current index";
Text[ arabic ] = "save current index";
};
ToolBoxItem
{
Identifier = ID_INDEX_RESET;
Command = ".index:resetCurrent";
ItemBitmap = Bitmap { File = "indexreset_sc.bmp"; };
Text = "aktuellen Index zur<75>cksetzen" ;
Text [ english ] = "reset current index" ;
Text [ english_us ] = "reset current index" ;
Text[ portuguese ] = "Restaurar <20>ndice activo";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "reset current index";
Text[ dutch ] = "actuele index terugzetten";
Text[ french ] = "reset current index";
Text[ spanish ] = "reset current index";
Text[ italian ] = "reset current index";
Text[ danish ] = "reset current index";
Text[ swedish ] = "<22>terst<73>ll aktuellt index";
Text[ polish ] = "zresetuj bie<69><65>cy indeks";
Text[ portuguese_brazilian ] = "reset current index";
Text[ japanese ] = "<22><><EFBFBD>݂̲<DD82><CCB2>ޯ<EFBFBD><DEAF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɖ߂<C996>";
Text[ korean ] = "reset current index";
Text[ chinese_simplified ] = "reset current index";
Text[ chinese_traditional ] = "reset current index";
Text[ turkish ] = "reset current index";
Text[ arabic ] = "reset current index";
};
};
};
Control CTR_INDEXLIST
{
Pos = MAP_APPFONT ( 6 , 23 ) ;
Size = MAP_APPFONT ( LIST_WIDTH , DIALOG_SIZE_Y - (BUTTON_SIZE_Y + 4) - 29 ) ;
SVLook = TRUE;
Border = TRUE;
};
FixedLine FL_INDEXDETAILS
{
Pos = MAP_APPFONT ( LIST_WIDTH + 16 - 3, 9 ) ;
Size = MAP_APPFONT ( DIALOG_SIZE_X - LIST_WIDTH - 22, 8 ) ;
Text = "Index-Details";
Text [ english ] = "Index details";
Text [ english_us ] = "Index details";
Text[ portuguese ] = "<22>ndice: detalhes";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "Index details";
Text[ dutch ] = "Index details";
Text[ french ] = "Index details";
Text[ spanish ] = "Index details";
Text[ italian ] = "Index details";
Text[ danish ] = "Index details";
Text[ swedish ] = "Indexdetaljer";
Text[ polish ] = "Szczeg<65><67>y indeksu";
Text[ portuguese_brazilian ] = "Index details";
Text[ japanese ] = "<22><><EFBFBD>ޯ<EFBFBD><DEAF><EFBFBD>̏ڍ<CC8F>";
Text[ korean ] = "Index details";
Text[ chinese_simplified ] = "Index details";
Text[ chinese_traditional ] = "Index details";
Text[ turkish ] = "Index details";
Text[ arabic ] = "Index details";
};
FixedText FT_DESC_LABEL
{
Pos = MAP_APPFONT ( LIST_WIDTH + 16, 23 ) ;
Size = MAP_APPFONT ( 50, 8 ) ;
Text = "Indexbezeichner:";
Text [ english ] = "Index identifier:";
Text [ english_us ] = "Index identifier:";
Text [ portuguese_brazilian ] = "Indexbezeichner:";
Text [ swedish ] = "Indexnamn:";
Text [ danish ] = "Indeksidentifikator:";
Text [ italian ] = "Identificatore indice:";
Text [ spanish ] = "Identificador de <20>ndice:";
Text [ french ] = "Identificateur d'index:";
Text [ dutch ] = "Indexidentificator:";
Text [ portuguese ] = "Identificador de <20>ndice:";
Text [ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>־:";
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
Text [ polish ] = "Identyfikator indeksu:";
Text [ japanese ] = "<22><><EFBFBD>ޯ<EFBFBD><DEAF> ID:";
Text [ chinese_traditional ] = "<22><><EFBFBD>޼лx:";
Text [ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
Text [ dutch ] = "Indexidentificator:";
Text [ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>־:";
Text [ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
Text [ korean ] = "<22>ε<EFBFBD><CEB5><EFBFBD> Ȯ<><C8AE><EFBFBD><EFBFBD>:";
Text[ turkish ] = "Index identifier:";
};
FixedText FT_DESCRIPTION
{
Pos = MAP_APPFONT ( LIST_WIDTH + 69, 23 ) ;
Size = MAP_APPFONT ( DIALOG_SIZE_X - LIST_WIDTH - 75, 8 ) ;
};
CheckBox CB_UNIQUE
{
Pos = MAP_APPFONT ( LIST_WIDTH + 16, 34 ) ;
Size = MAP_APPFONT ( DIALOG_SIZE_X - LIST_WIDTH - 22, 8 ) ;
SVLook = TRUE;
Text = "Eindeutig";
Text [ english ] = "Unique";
Text [ english_us ] = "Unique";
Text[ portuguese ] = "<22>nico";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "Unique";
Text[ dutch ] = "Duidelijk";
Text[ french ] = "Unique";
Text[ spanish ] = "Unique";
Text[ italian ] = "Unique";
Text[ danish ] = "Unique";
Text[ swedish ] = "Unique";
Text[ polish ] = "Jednoznaczny";
Text[ portuguese_brazilian ] = "Unique";
Text[ japanese ] = "Unique";
Text[ korean ] = "Unique";
Text[ chinese_simplified ] = "Unique";
Text[ chinese_traditional ] = "Unique";
Text[ turkish ] = "Unique";
Text[ arabic ] = "Unique";
};
FixedText FT_FIELDS
{
Pos = MAP_APPFONT ( LIST_WIDTH + 16, 48 ) ;
Size = MAP_APPFONT ( DIALOG_SIZE_X - LIST_WIDTH - 22, 8 ) ;
SVLook = TRUE;
Text = "Felder";
Text [ english ] = "Fields";
Text [ english_us ] = "Fields";
Text[ portuguese ] = "Campos";
Text[ russian ] = "<22><><EFBFBD><EFBFBD>";
Text[ greek ] = "Fields";
Text[ dutch ] = "Velden";
Text[ french ] = "Fields";
Text[ spanish ] = "Fields";
Text[ italian ] = "Fields";
Text[ danish ] = "Fields";
Text[ swedish ] = "F<>lt";
Text[ polish ] = "Pola";
Text[ portuguese_brazilian ] = "Fields";
Text[ japanese ] = "̨<><CCA8><EFBFBD><EFBFBD>";
Text[ korean ] = "Fields";
Text[ chinese_simplified ] = "Fields";
Text[ chinese_traditional ] = "Fields";
Text[ turkish ] = "Fields";
Text[ arabic ] = "Fields";
};
Control CTR_FIELDS
{
Pos = MAP_APPFONT ( LIST_WIDTH + 16, 59 ) ;
Size = MAP_APPFONT ( DIALOG_SIZE_X - LIST_WIDTH - 22, DIALOG_SIZE_Y - (BUTTON_SIZE_Y + 4) - 65 ) ;
SVLook = TRUE;
Border = TRUE;
};
PushButton PB_CLOSE
{
Pos = MAP_APPFONT ( DIALOG_SIZE_X - BUTTON_SIZE_X - 6, DIALOG_SIZE_Y - BUTTON_SIZE_Y - 6 ) ;
Size = MAP_APPFONT ( BUTTON_SIZE_X, BUTTON_SIZE_Y );
SVLook = TRUE;
DefButton = TRUE;
Text = "S~chlie<69>en";
Text [ english ] = "~Close";
Text [ english_us ] = "~Close";
Text[ portuguese ] = "~Fechar";
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "~Close";
Text[ dutch ] = "~Sluiten";
Text[ french ] = "~Close";
Text[ spanish ] = "~Close";
Text[ italian ] = "~Close";
Text[ danish ] = "~Close";
Text[ swedish ] = "~St<53>ng";
Text[ polish ] = "Zamknij";
Text[ portuguese_brazilian ] = "~Close";
Text[ japanese ] = "<22>‚<EFBFBD><C282><EFBFBD>(~C)";
Text[ korean ] = "~Close";
Text[ chinese_simplified ] = "~Close";
Text[ chinese_traditional ] = "~Close";
Text[ turkish ] = "~Close";
Text[ arabic ] = "~Close";
};
Text[ portuguese ] = "<22>ndices";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "Indexes";
Text[ dutch ] = "Indices";
Text[ french ] = "Indexes";
Text[ spanish ] = "Indexes";
Text[ italian ] = "Indexes";
Text[ danish ] = "Indexes";
Text[ swedish ] = "Index";
Text[ polish ] = "Indeksy";
Text[ portuguese_brazilian ] = "Indexes";
Text[ japanese ] = "<22><><EFBFBD>ޯ<EFBFBD><DEAF>";
Text[ korean ] = "Indexes";
Text[ chinese_simplified ] = "Indexes";
Text[ chinese_traditional ] = "Indexes";
Text[ turkish ] = "Indexes";
Text[ arabic ] = "Indexes";
};
String STR_TAB_INDEX_SORTORDER
{
Text = "Sortierreihenfolge" ;
Text [ english ] = "Sort order" ;
Text [ english_us ] = "Sort order" ;
Text [ dutch ] = "Sorteervolgorde" ;
Text [ italian ] = "Sequenza di ordine" ;
Text [ spanish ] = "Orden de clasificaci<63>n" ;
Text [ french ] = "Ordre de tri" ;
Text [ swedish ] = "Sorteringsordning" ;
Text [ danish ] = "Sorteringsr<73>kkef<65>lge" ;
Text [ portuguese_brazilian ] = "Sortierreihenfolge" ;
Text [ portuguese ] = "Ordem de classifica<63><61>o" ;
Text [ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text [ polish ] = "Kolejno<6E><6F> sortowania";
Text [ japanese ] = "<22><><EFBFBD>בւ<D791><D682><EFBFBD><EFBFBD><EFBFBD>";
Text [ chinese_traditional ] = "<22>ƧdzW<C7B3>h";
Text [ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text [ dutch ] = "Sorteervolgorde";
Text [ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text [ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text [ korean ] = "<22><><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>";
Text[ turkish ] = "Sort order";
};
String STR_TAB_INDEX_FIELD
{
Text = "Indexfeld" ;
Text [ english ] = "Index field" ;
Text [ english_us ] = "Index field" ;
Text[ portuguese ] = "Campo de <20>ndice";
Text[ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "Index field";
Text[ dutch ] = "Indexveld";
Text[ french ] = "Index field";
Text[ spanish ] = "Index field";
Text[ italian ] = "Index field";
Text[ danish ] = "Index field";
Text[ swedish ] = "Indexf<78>lt";
Text[ polish ] = "Pole indeksu";
Text[ portuguese_brazilian ] = "Index field";
Text[ japanese ] = "<22><><EFBFBD>ޯ<EFBFBD><DEAF>̨<EFBFBD><CCA8><EFBFBD><EFBFBD>";
Text[ korean ] = "Index field";
Text[ chinese_simplified ] = "Index field";
Text[ chinese_traditional ] = "Index field";
Text[ turkish ] = "Index field";
Text[ arabic ] = "Index field";
};
String STR_ORDER_ASCENDING
{
Text = "Aufsteigend" ;
Text [ english ] = "Ascending" ;
Text [ dutch ] = "Oplopend" ;
Text [ english_us ] = "Ascending" ;
Text [ italian ] = "Crescente" ;
Text [ spanish ] = "Ascendente" ;
Text [ french ] = "Croissant" ;
Text [ swedish ] = "Stigande" ;
Text [ danish ] = "Stigende" ;
Text [ portuguese_brazilian ] = "Aufsteigend" ;
Text [ portuguese ] = "Ascendente" ;
Text [ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
Text [ russian ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text [ polish ] = "Rosn<73>co";
Text [ japanese ] = "<22><><EFBFBD><EFBFBD>";
Text [ chinese_traditional ] = "<22>V<EFBFBD>W";
Text [ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text [ dutch ] = "Oplopend";
Text [ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
Text [ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text [ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ turkish ] = "Ascending";
};
String STR_ORDER_DESCENDING
{
Text = "Absteigend" ;
Text [ english ] = "Descending" ;
Text [ english_us ] = "Descending" ;
Text [ italian ] = "Decrescente" ;
Text [ spanish ] = "Descendente" ;
Text [ french ] = "D<>croissant" ;
Text [ dutch ] = "Aflopend" ;
Text [ swedish ] = "Fallande" ;
Text [ danish ] = "Faldende" ;
Text [ portuguese_brazilian ] = "Absteigend" ;
Text [ portuguese ] = "Descendente" ;
Text [ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
Text [ russian ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text [ polish ] = "Malej<65>co";
Text [ japanese ] = "<22>~<7E><>";
Text [ chinese_traditional ] = "<22>V<EFBFBD>U";
Text [ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text [ dutch ] = "Aflopend";
Text [ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
Text [ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text [ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Descending";
};
String STR_CONFIRM_DROP_INDEX
{
Text = "Wollen Sie den Index '$name$' wirklich l<>schen?";
Text [ english ] = "Do you really want to drop the index '$name$'?";
Text [ english_us ] = "Do you really want to drop the index '$name$'?";
Text[ portuguese ] = "Eliminar realmente o <20>ndice '$name$'?";
Text[ russian ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '$name$'?";
Text[ greek ] = "Do you really want to drop the index '$name$'?";
Text[ dutch ] = "Wilt u de index '$name$' werkelijk wissen?";
Text[ french ] = "Do you really want to drop the index '$name$'?";
Text[ spanish ] = "Do you really want to drop the index '$name$'?";
Text[ italian ] = "Do you really want to drop the index '$name$'?";
Text[ danish ] = "Do you really want to drop the index '$name$'?";
Text[ swedish ] = "Vill du verkligen radera indexet '$name$'?";
Text[ polish ] = "Na pewno usun<75><6E> indeks '$name$'?";
Text[ portuguese_brazilian ] = "Do you really want to drop the index '$name$'?";
Text[ japanese ] = "<22><><EFBFBD>ޯ<EFBFBD><DEAF> '$name$' <20><><EFBFBD><EFBFBD><ED8F9C><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B";
Text[ korean ] = "Do you really want to drop the index '$name$'?";
Text[ chinese_simplified ] = "Do you really want to drop the index '$name$'?";
Text[ chinese_traditional ] = "Do you really want to drop the index '$name$'?";
Text[ turkish ] = "Do you really want to drop the index '$name$'?";
Text[ arabic ] = "Do you really want to drop the index '$name$'?";
};
String STR_LOGICAL_INDEX_NAME
{
Text = "index";
Text [ english ] = "index";
Text [ english_us ] = "index";
Text [ language_user1 ] = "This is a logical name only. It should be the word for 'Index' (in a database sense), but written in lower case (if appliable to your language :).";
Text[ portuguese ] = "<22>ndice";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "index";
Text[ dutch ] = "index";
Text[ french ] = "index";
Text[ spanish ] = "index";
Text[ italian ] = "index";
Text[ danish ] = "index";
Text[ swedish ] = "index";
Text[ polish ] = "indeks";
Text[ portuguese_brazilian ] = "index";
Text[ japanese ] = "<22><><EFBFBD>ޯ<EFBFBD><DEAF>";
Text[ korean ] = "index";
Text[ chinese_simplified ] = "index";
Text[ chinese_traditional ] = "index";
Text[ turkish ] = "index";
Text[ arabic ] = "index";
};
Image IMG_PKEYICON
{
ImageBitmap = Bitmap { File = "pkey.bmp"; };
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
ErrorBox ERR_NEED_INDEX_FIELDS
{
Title = "Index speichern";
Title [ english ] = "Save Index";
Title [ english_us ] = "Save Index";
Message = "Der Index muss mindestens ein Feld enthalten.";
Message [ english ] = "Der Index mu<6D> mindestens ein Feld enthalten.";
Message [ english_us ] = "Der Index mu<6D> mindestens ein Feld enthalten.";
Buttons = WB_OK;
Message[ portuguese ] = "O <20>ndice tem de incluir no m<>nimo um campo.";
Message[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>.";
Message[ greek ] = "Der Index mu<6D> mindestens ein Feld enthalten.";
Message[ dutch ] = "De index moet minstens <20><>n veld bevatten.";
Message[ french ] = "Der Index mu<6D> mindestens ein Feld enthalten.";
Message[ spanish ] = "Der Index mu<6D> mindestens ein Feld enthalten.";
Message[ italian ] = "Der Index mu<6D> mindestens ein Feld enthalten.";
Message[ danish ] = "Der Index mu<6D> mindestens ein Feld enthalten.";
Message[ swedish ] = "Indexet m<>ste inneh<65>lla minst ett f<>lt.";
Message[ polish ] = "Indeks musi zawiera<72> co najmniej jedno pole.";
Message[ portuguese_brazilian ] = "Der Index mu<6D> mindestens ein Feld enthalten.";
Message[ japanese ] = "<22><><EFBFBD>ޯ<EFBFBD><DEAF><EFBFBD>ɂ<EFBFBD>̨<EFBFBD><CCA8><EFBFBD>ނ<EFBFBD><DE82>Œ<EFBFBD><C592>P<EFBFBD>‚͕K<CD95>v<EFBFBD>ł<EFBFBD><C582>B";
Message[ korean ] = "Der Index mu<6D> mindestens ein Feld enthalten.";
Message[ chinese_simplified ] = "Der Index mu<6D> mindestens ein Feld enthalten.";
Message[ chinese_traditional ] = "Der Index mu<6D> mindestens ein Feld enthalten.";
Message[ turkish ] = "Der Index mu<6D> mindestens ein Feld enthalten.";
Message[ arabic ] = "Der Index mu<6D> mindestens ein Feld enthalten.";
Title[ portuguese ] = "Guardar <20>ndice!";
Title[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Title[ greek ] = "Save Index";
Title[ dutch ] = "Index opslaan!";
Title[ french ] = "Save Index";
Title[ spanish ] = "Save Index";
Title[ italian ] = "Save Index";
Title[ danish ] = "Save Index";
Title[ swedish ] = "Spara index!";
Title[ polish ] = "Zapisz indeks!";
Title[ portuguese_brazilian ] = "Save Index";
Title[ japanese ] = "<22><><EFBFBD>ޯ<EFBFBD><DEAF><EFBFBD>̕ۑ<CC95>!";
Title[ korean ] = "Save Index";
Title[ chinese_simplified ] = "Save Index";
Title[ chinese_traditional ] = "Save Index";
Title[ turkish ] = "Save Index";
Title[ arabic ] = "Save Index";
};
QueryBox QUERY_SAVE_CURRENT_INDEX
{
Title = "Index-Entwurf verlassen";
Title [ english ] = "close index design";
Title [ english_us ] = "close index design";
Message = "Wollen Sie die <20>nderungen am aktuellen Index noch speichern?";
Message [ english ] = "Do you want to save the changes made on the current index?";
Message [ english_us ] = "Do you want to save the changes made on the current index?";
Buttons = WB_YES_NO_CANCEL;
DefButton = WB_DEF_YES;
Message[ portuguese ] = "Guardar as modifica<63><61>es efectuadas no <20>ndice activo?";
Message[ russian ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?";
Message[ greek ] = "Do you want to save the changes made on the current index?";
Message[ dutch ] = "Wilt u de veranderingen in de actuele index nog opslaan?";
Message[ french ] = "Do you want to save the changes made on the current index?";
Message[ spanish ] = "Do you want to save the changes made on the current index?";
Message[ italian ] = "Do you want to save the changes made on the current index?";
Message[ danish ] = "Do you want to save the changes made on the current index?";
Message[ swedish ] = "Vill du spara <20>ndringarna av aktuellt index?";
Message[ polish ] = "Zapisa<73> modyfikacje bie<69><65>cego indeksu?";
Message[ portuguese_brazilian ] = "Do you want to save the changes made on the current index?";
Message[ japanese ] = "<22><><EFBFBD>݂̲<DD82><CCB2>ޯ<EFBFBD><DEAF><EFBFBD>ōs<C58D><73><EFBFBD><EFBFBD><EFBFBD>ύX<CF8D><58><EFBFBD>ۑ<EFBFBD><DB91><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B";
Message[ korean ] = "Do you want to save the changes made on the current index?";
Message[ chinese_simplified ] = "Do you want to save the changes made on the current index?";
Message[ chinese_traditional ] = "Do you want to save the changes made on the current index?";
Message[ turkish ] = "Do you want to save the changes made on the current index?";
Message[ arabic ] = "Do you want to save the changes made on the current index?";
Title[ portuguese ] = "Fechar esbo<62>o do <20>ndice!";
Title[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Title[ greek ] = "close index design";
Title[ dutch ] = "index-ontwerp verlaten!";
Title[ french ] = "close index design";
Title[ spanish ] = "close index design";
Title[ italian ] = "close index design";
Title[ danish ] = "close index design";
Title[ swedish ] = "L<>mna indexutkast!";
Title[ polish ] = "Opu<70><75> projekt indeksu!";
Title[ portuguese_brazilian ] = "close index design";
Title[ japanese ] = "<22><><EFBFBD>ޯ<EFBFBD><DEAF><EFBFBD><EFBFBD><EFBFBD>޻޲݂<DEB2><DD82>‚<EFBFBD><C282><EFBFBD>!";
Title[ korean ] = "close index design";
Title[ chinese_simplified ] = "close index design";
Title[ chinese_traditional ] = "close index design";
Title[ turkish ] = "close index design";
Title[ arabic ] = "close index design";
};
2001-03-19 05:00:00 +00:00
String STR_INDEXDESIGN_DOUBLE_COLUMN_NAME
{
Text = "In einer Index-Definition darf jede Tabellen-Spalte h<>chstens einmal vorkommen, Sie jedoch haben die Spalte \"$name$\""
"zweimal benutzt.";
Text [ english ] = "In a index definition, every table column may occur at most once, but you entered column \"$name$\" twice.";
Text [ english_us ] = "In a index definition, every table column may occur at most once, but you entered column \"$name$\" twice.";
Text[ portuguese ] = "In a index definition, every table column may occur at most once, but you entered column \"$name$\" twice.";
Text[ russian ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"$name$\" <20><><EFBFBD> <20><><EFBFBD><EFBFBD>.";
Text[ greek ] = "In a index definition, every table column may occur at most once, but you entered column \"$name$\" twice.";
Text[ dutch ] = "In een index-definitie mag iedere tabelkolom hoogstens eenmaal voorkomen. U heeft echter de kolom \"$name$\" tweemaal gebruikt.";
Text[ french ] = "In a index definition, every table column may occur at most once, but you entered column \"$name$\" twice.";
Text[ spanish ] = "In a index definition, every table column may occur at most once, but you entered column \"$name$\" twice.";
Text[ italian ] = "In a index definition, every table column may occur at most once, but you entered column \"$name$\" twice.";
Text[ danish ] = "In a index definition, every table column may occur at most once, but you entered column \"$name$\" twice.";
Text[ swedish ] = "I en indexdefinition f<>r varje tabellkolumn f<>rekomma h<>gst en g<>ng, men du har anv<6E>nt kolumnen \"$name$\" tv<74> g<>nger.";
Text[ polish ] = "U<>y<EFBFBD>e<EFBFBD> dwa razy kolumny \"$name$\" - uwzgl<67>dnij, <20>e pojedyncze kolumny tabeli wyst<73>powa<77> mog<6F> w definicji indeksu tylko raz!";
Text[ portuguese_brazilian ] = "In a index definition, every table column may occur at most once, but you entered column \"$name$\" twice.";
Text[ japanese ] = "<22><><EFBFBD>ޯ<EFBFBD><DEAF><EFBFBD>̒<EFBFBD><CC92>`<60>ł́Að<41><C3B0>ق̗<D982><CC97>̌<EFBFBD><CC8C>o<EFBFBD><6F><EFBFBD>͊e<CD8A><65><EFBFBD>񂸂‚<F182B882><C282><EFBFBD><EFBFBD>g<EFBFBD><67><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B<EFBFBD><42><EFBFBD>̌<EFBFBD><CC8C>o<EFBFBD><6F> \"$name$\" <20>́A<CD81><41><EFBFBD><EFBFBD><EFBFBD>ڂ̓<DA82><CC93>͂ł<CD82><C582>B";
Text[ korean ] = "In a index definition, every table column may occur at most once, but you entered column \"$name$\" twice.";
Text[ chinese_simplified ] = "In a index definition, every table column may occur at most once, but you entered column \"$name$\" twice.";
Text[ chinese_traditional ] = "In a index definition, every table column may occur at most once, but you entered column \"$name$\" twice.";
Text[ turkish ] = "In a index definition, every table column may occur at most once, but you entered column \"$name$\" twice.";
Text[ arabic ] = "In a index definition, every table column may occur at most once, but you entered column \"$name$\" twice.";
2001-03-19 05:00:00 +00:00
};
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
* Revision 1.2 2001/03/19 06:00:00 fs
* +STR_INDEXDESIGN_DOUBLE_COLUMN_NAME
*
2001-03-19 05:00:00 +00:00
* Revision 1.1 2001/03/16 16:23:18 fs
* initial checkin - index design dialog and friends
*
*
* Revision 1.0 07.03.01 12:17:10 fs
************************************************************************/