2001-03-16 15:23:31 +00:00
/*************************************************************************
*
* $RCSfile: indexdialog.src,v $
*
2002-06-13 11:45:22 +00:00
* $Revision: 1.26 $
2001-03-16 15:23:31 +00:00
*
2002-06-13 11:45:22 +00:00
* last change: $Author: kz $ $Date: 2002-06-13 12:45:22 $
2001-03-16 15:23:31 +00:00
*
* 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
2002-04-29 07:27:33 +00:00
#ifndef DBACCESS_UI_BROWSER_ID_HXX
#include "browserids.hxx"
#endif
2001-08-06 06:44:01 +00:00
#ifndef _DBA_DBACCESS_HELPID_HRC_
#include "dbaccess_helpid.hrc"
#endif
2001-03-16 15:23:31 +00:00
#define DIALOG_SIZE_X 220
#define DIALOG_SIZE_Y 140
#define BUTTON_SIZE_X 50
#define BUTTON_SIZE_Y 14
#define LIST_WIDTH 70
2002-04-29 07:27:33 +00:00
#define IL_TOOL \
\
IdList = {\
ID_INDEX_NEW;\
ID_INDEX_DROP;\
ID_INDEX_RENAME;\
ID_INDEX_SAVE;\
ID_INDEX_RESET;\
};\
IdCount = {\
5;\
}
ImageList IMG_INDEX_DLG_SC
{
2002-05-28 12:33:12 +00:00
MaskColor = Color {
Red = 0xC000;
Green = 0xC000;
Blue = 0xC000;
};
2002-04-29 07:27:33 +00:00
ImageBitmap = Bitmap
{
File = "sc_idx.bmp";
};
IL_TOOL ;
};
ImageList IMG_INDEX_DLG_SCH
{
2002-05-28 12:33:12 +00:00
MaskColor = Color {
Red = 0xffff;
Green = 0x0000;
Blue = 0xffff;
};
2002-04-29 07:27:33 +00:00
ImageBitmap = Bitmap
{
File = "sch_idx.bmp";
};
IL_TOOL ;
};
ImageList IMG_INDEX_DLG_LC
{
2002-05-28 12:33:12 +00:00
MaskColor = Color {
Red = 0xC000;
Green = 0xC000;
Blue = 0xC000;
};
2002-04-29 07:27:33 +00:00
ImageBitmap = Bitmap
{
File = "lc_idx.bmp";
};
IL_TOOL ;
};
ImageList IMG_INDEX_DLG_LCH
{
2002-05-28 12:33:12 +00:00
MaskColor = Color {
Red = 0xffff;
Green = 0x0000;
Blue = 0xffff;
};
2002-04-29 07:27:33 +00:00
ImageBitmap = Bitmap
{
File = "lch_idx.bmp";
};
IL_TOOL ;
};
2001-03-16 15:23:31 +00:00
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 ) ;
2002-04-29 07:27:33 +00:00
// Size = MAP_APPFONT ( DIALOG_SIZE_X - 14 , 14 ) ;
2001-03-16 15:23:31 +00:00
ButtonType = BUTTON_SYMBOL;
Align = BOXALIGN_TOP;
Customize = FALSE;
2002-04-29 07:27:33 +00:00
ItemImageList = IMG_INDEX_DLG_SC ;
2001-03-16 15:23:31 +00:00
ItemList =
{
ToolBoxItem
{
Identifier = ID_INDEX_NEW;
2001-08-06 06:44:01 +00:00
HelpId = HID_DLGIDX_NEWINDEX;
2001-03-16 15:23:31 +00:00
Command = ".index:createNew";
Text = "neuer Index" ;
Text [ english ] = "new index" ;
2001-04-26 18:45:34 +00:00
Text [ english_us ] = "New Index" ;
2001-03-21 19:28:47 +00:00
Text[ portuguese ] = "Novo <20> ndice";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-04-26 18:45:34 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-03-21 19:28:47 +00:00
Text[ dutch ] = "nieuwe index";
2001-04-26 18:45:34 +00:00
Text[ french ] = "Nouvel index";
Text[ spanish ] = "nuevo <20> ndice";
Text[ italian ] = "Nuovo indice";
2001-03-21 19:28:47 +00:00
Text[ danish ] = "new index";
2001-04-26 18:45:34 +00:00
Text[ swedish ] = "Nytt index";
2001-05-04 19:07:30 +00:00
Text[ polish ] = "Nowy indeks";
2001-03-21 19:28:47 +00:00
Text[ portuguese_brazilian ] = "new index";
2002-05-02 22:06:11 +00:00
Text[ japanese ] = "新規作成インデックス";
2001-08-07 14:12:57 +00:00
Text[ korean ] = "새로운 색인";
Text[ chinese_simplified ] = "新建索引";
Text[ chinese_traditional ] = "開啟新索引";
2001-03-21 19:28:47 +00:00
Text[ turkish ] = "new index";
2001-04-26 18:45:34 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> ";
2002-05-02 22:06:11 +00:00
Text[ catalan ] = "Nou <20> ndex";
Text[ finnish ] = "Uusi hakemisto";
Text[ thai ] = "ดัชนีใหม่";
2001-03-16 15:23:31 +00:00
};
ToolBoxItem
{
Identifier = ID_INDEX_DROP;
2001-08-06 06:44:01 +00:00
HelpId = HID_DLGIDX_DROPINDEX;
2001-03-16 15:23:31 +00:00
Command = ".index:dropCurrent";
Text = "aktuellen Index l<> schen" ;
Text [ english ] = "drop current index" ;
2001-04-26 18:45:34 +00:00
Text [ english_us ] = "Delete Current Index" ;
2001-03-21 19:28:47 +00:00
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> ";
2001-04-26 18:45:34 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-03-21 19:28:47 +00:00
Text[ dutch ] = "actuele index wissen";
2001-04-26 18:45:34 +00:00
Text[ french ] = "Supprimer l'index actif";
Text[ spanish ] = "eliminar <20> ndice actual";
Text[ italian ] = "Elimina l'indice attuale";
2001-03-21 19:28:47 +00:00
Text[ danish ] = "drop current index";
2001-04-26 18:45:34 +00:00
Text[ swedish ] = "Radera aktuellt index";
2001-05-04 19:07:30 +00:00
Text[ polish ] = "Usu<73> bie<69> <65> cy indeks";
2001-03-21 19:28:47 +00:00
Text[ portuguese_brazilian ] = "drop current index";
2002-05-02 22:06:11 +00:00
Text[ japanese ] = "現在のインデックスの削除";
2001-08-07 14:12:57 +00:00
Text[ korean ] = "현재의 색인 삭제";
Text[ chinese_simplified ] = "删除当前的索引";
2002-05-02 22:06:11 +00:00
Text[ chinese_traditional ] = "刪除目前的索引";
2001-03-21 19:28:47 +00:00
Text[ turkish ] = "drop current index";
2001-04-26 18:45:34 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2002-05-02 22:06:11 +00:00
Text[ catalan ] = "Suprimeix l'<27> ndex actual";
Text[ finnish ] = "Poista nykyinen hakemisto";
Text[ thai ] = "ลบดัชนีปัจจุบัน";
2001-03-16 15:23:31 +00:00
};
ToolBoxItem
{
Identifier = ID_INDEX_RENAME;
2001-08-06 06:44:01 +00:00
HelpId = HID_DLGIDX_RENAMEINDEX;
2001-03-16 15:23:31 +00:00
Command = ".index:renameCurrent";
Text = "aktuellen Index umbenennen" ;
Text [ english ] = "rename current index" ;
2001-04-26 18:45:34 +00:00
Text [ english_us ] = "Rename Current Index" ;
2001-03-21 19:28:47 +00:00
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> ";
2001-04-26 18:45:34 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-03-21 19:28:47 +00:00
Text[ dutch ] = "naam actuele index wijzigen";
2001-04-26 18:45:34 +00:00
Text[ french ] = "Renommer l'index actif";
Text[ spanish ] = "cambiar nombre a <20> ndice actual";
Text[ italian ] = "Rinomina l'indice attuale";
2001-03-21 19:28:47 +00:00
Text[ danish ] = "rename current index";
2001-04-26 18:45:34 +00:00
Text[ swedish ] = "Byt namn p<> aktuellt index";
2001-05-04 19:07:30 +00:00
Text[ polish ] = "Zmie<69> nazw<7A> bie<69> <65> cego indeksu";
2001-03-21 19:28:47 +00:00
Text[ portuguese_brazilian ] = "rename current index";
2002-05-02 22:06:11 +00:00
Text[ japanese ] = "現在のインデックスの名前を変更";
2001-08-07 14:12:57 +00:00
Text[ korean ] = "현재의 색인 이름 바꾸기";
Text[ chinese_simplified ] = "重命名当前的索引";
2002-05-02 22:06:11 +00:00
Text[ chinese_traditional ] = "重新命名目前的索引";
2001-03-21 19:28:47 +00:00
Text[ turkish ] = "rename current index";
2001-04-26 18:45:34 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2002-05-02 22:06:11 +00:00
Text[ catalan ] = "Reanomena l'<27> ndex actual";
Text[ finnish ] = "Nime<6D> nykyinen hakemisto uudelleen";
Text[ thai ] = "เปลี่ยนชื่อดัชนีปัจจุบัน";
2001-03-16 15:23:31 +00:00
};
ToolBoxItem
{
Identifier = ID_INDEX_SAVE;
2001-08-06 06:44:01 +00:00
HelpId = HID_DLGIDX_SAVEINDEX;
2001-03-16 15:23:31 +00:00
Command = ".index:saveCurrent";
Text = "aktuellen Index speichern" ;
Text [ english ] = "save current index" ;
2001-04-26 18:45:34 +00:00
Text [ english_us ] = "Save Current Index" ;
2001-03-21 19:28:47 +00:00
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> ";
2001-04-26 18:45:34 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-03-21 19:28:47 +00:00
Text[ dutch ] = "actuele index opslaan";
2001-04-26 18:45:34 +00:00
Text[ french ] = "Enregistrer l'index actif";
Text[ spanish ] = "guardar <20> ndice actual";
Text[ italian ] = "Salva l'indica attuale";
2001-03-21 19:28:47 +00:00
Text[ danish ] = "save current index";
2001-04-26 18:45:34 +00:00
Text[ swedish ] = "Spara aktuellt index";
2001-05-04 19:07:30 +00:00
Text[ polish ] = "Zapisz bie<69> <65> cy indeks";
2001-03-21 19:28:47 +00:00
Text[ portuguese_brazilian ] = "save current index";
2002-05-02 22:06:11 +00:00
Text[ japanese ] = "現在のインデックスの保存";
2001-08-07 14:12:57 +00:00
Text[ korean ] = "현재의 색인 저장";
Text[ chinese_simplified ] = "存盘当前的索引";
2002-05-02 22:06:11 +00:00
Text[ chinese_traditional ] = "儲存目前的索引";
2001-03-21 19:28:47 +00:00
Text[ turkish ] = "save current index";
2001-04-26 18:45:34 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2002-05-02 22:06:11 +00:00
Text[ catalan ] = "Desa l'<27> ndex actual";
Text[ finnish ] = "Tallenna nykyinen hakemisto";
Text[ thai ] = "บันทึกดัชนีปัจจุบัน";
2001-03-16 15:23:31 +00:00
};
ToolBoxItem
{
Identifier = ID_INDEX_RESET;
2001-08-06 06:44:01 +00:00
HelpId = HID_DLGIDX_RESETINDEX;
2001-03-16 15:23:31 +00:00
Command = ".index:resetCurrent";
Text = "aktuellen Index zur<75> cksetzen" ;
Text [ english ] = "reset current index" ;
2001-04-26 18:45:34 +00:00
Text [ english_us ] = "Reset Current Index" ;
2001-03-21 19:28:47 +00:00
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> ";
2001-04-26 18:45:34 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-03-21 19:28:47 +00:00
Text[ dutch ] = "actuele index terugzetten";
2001-04-26 18:45:34 +00:00
Text[ french ] = "Restaurer l'index actif";
Text[ spanish ] = "restaurar <20> ndice actual";
Text[ italian ] = "Ripristina l'indice attuale";
2001-03-21 19:28:47 +00:00
Text[ danish ] = "reset current index";
2001-04-26 18:45:34 +00:00
Text[ swedish ] = "<22> terst<73> ll aktuellt index";
2001-05-04 19:07:30 +00:00
Text[ polish ] = "Zresetuj bie<69> <65> cy indeks";
2001-03-21 19:28:47 +00:00
Text[ portuguese_brazilian ] = "reset current index";
2002-05-02 22:06:11 +00:00
Text[ japanese ] = "現在のインデックスを元に戻す";
2001-08-07 14:12:57 +00:00
Text[ korean ] = "현재의 색인 리셋";
Text[ chinese_simplified ] = "重设当前的索引";
2002-05-02 22:06:11 +00:00
Text[ chinese_traditional ] = "重設目前的索引";
2001-03-21 19:28:47 +00:00
Text[ turkish ] = "reset current index";
2001-04-26 18:45:34 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2002-05-02 22:06:11 +00:00
Text[ catalan ] = "Reinicia l'<27> ndex actual";
Text[ finnish ] = "Palauta nykyisen hakemiston asetukset";
Text[ thai ] = "ตั้งค่าดัชนีปัจจุบันอีกครั้ง";
2001-03-16 15:23:31 +00:00
};
};
};
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;
2001-08-06 06:44:01 +00:00
HelpId = HID_DLGIDX_INDEXLIST;
2002-03-19 06:24:06 +00:00
TabStop = TRUE ;
2001-03-16 15:23:31 +00:00
};
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";
2001-03-21 19:28:47 +00:00
Text[ portuguese ] = "<22> ndice: detalhes";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-04-26 18:45:34 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-03-21 19:28:47 +00:00
Text[ dutch ] = "Index details";
2001-04-26 18:45:34 +00:00
Text[ french ] = "Index : d<> tails";
Text[ spanish ] = "Detalles del <20> ndice";
Text[ italian ] = "Dettagli indice";
2001-03-21 19:28:47 +00:00
Text[ danish ] = "Index details";
Text[ swedish ] = "Indexdetaljer";
Text[ polish ] = "Szczeg<65> <67> y indeksu";
Text[ portuguese_brazilian ] = "Index details";
2002-05-02 22:06:11 +00:00
Text[ japanese ] = "インデックスの詳細";
2001-08-07 14:12:57 +00:00
Text[ korean ] = "색인 세부사항";
Text[ chinese_simplified ] = "索引细节";
Text[ chinese_traditional ] = "索引細節";
2001-03-21 19:28:47 +00:00
Text[ turkish ] = "Index details";
2001-04-26 18:45:34 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2002-05-02 22:06:11 +00:00
Text[ catalan ] = "Detalls de l'<27> ndex";
Text[ finnish ] = "Hakemiston tiedot";
Text[ thai ] = "รายละเอียดดัชนี";
2001-03-16 15:23:31 +00:00
};
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:";
2001-04-26 18:45:34 +00:00
Text [ swedish ] = "Indexidentifikator:";
2001-03-16 15:23:31 +00:00
Text [ danish ] = "Indeksidentifikator:";
Text [ italian ] = "Identificatore indice:";
Text [ spanish ] = "Identificador de <20> ndice:";
2001-04-26 18:45:34 +00:00
Text [ french ] = "Identificateur d'index :";
2001-03-16 15:23:31 +00:00
Text [ dutch ] = "Indexidentificator:";
Text [ portuguese ] = "Identificador de <20> ndice:";
2001-08-07 14:12:57 +00:00
Text [ chinese_simplified ] = "索引标志:";
2001-03-16 15:23:31 +00:00
Text [ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> :";
Text [ polish ] = "Identyfikator indeksu:";
2002-05-02 22:06:11 +00:00
Text [ japanese ] = "インデックス ID:";
2001-08-07 14:12:57 +00:00
Text [ chinese_traditional ] = "索引標誌:";
2001-03-16 15:23:31 +00:00
Text [ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> :";
Text [ dutch ] = "Indexidentificator:";
2001-08-07 14:12:57 +00:00
Text [ chinese_simplified ] = "索引标志:";
2001-03-16 15:23:31 +00:00
Text [ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> :";
2001-08-07 14:12:57 +00:00
Text [ korean ] = "색인 확인자:";
2001-03-21 19:28:47 +00:00
Text[ turkish ] = "Index identifier:";
2002-05-02 22:06:11 +00:00
Text[ catalan ] = "Identificador de l'<27> ndex:";
Text[ finnish ] = "Hakemiston tunniste:";
Text[ thai ] = "ตัวระบุดัชนี:";
2001-03-16 15:23:31 +00:00
};
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;
2001-05-07 11:20:54 +00:00
Text = "~Eindeutig";
Text [ english ] = "~Unique";
2001-05-16 14:45:11 +00:00
Text [ english_us ] = "~Unique";
Text[ portuguese ] = "<22> ~nico";
2001-03-21 19:28:47 +00:00
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-04-26 18:45:34 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-05-16 14:45:11 +00:00
Text[ dutch ] = "~Duidelijk";
Text[ french ] = "~Unique";
Text[ spanish ] = "<22> ~nico";
2001-05-30 18:54:05 +00:00
Text[ italian ] = "~Univoco";
2001-03-21 19:28:47 +00:00
Text[ danish ] = "Unique";
2002-05-02 22:06:11 +00:00
Text[ swedish ] = "~Entydigt";
2001-05-04 19:07:30 +00:00
Text[ polish ] = "Unikatowy";
2001-03-21 19:28:47 +00:00
Text[ portuguese_brazilian ] = "Unique";
2001-08-07 14:12:57 +00:00
Text[ japanese ] = "固有(~U)";
Text[ korean ] = "단일(~U)";
Text[ chinese_simplified ] = "明确的(~U)";
Text[ chinese_traditional ] = "明確的(~U)";
2001-03-21 19:28:47 +00:00
Text[ turkish ] = "Unique";
2001-04-26 18:45:34 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> ";
2002-05-02 22:06:11 +00:00
Text[ catalan ] = "<22> ~nic";
Text[ finnish ] = "~Yksil<69> llinen";
Text[ thai ] = "ไ~ม่ซ้ำ";
2001-03-16 15:23:31 +00:00
};
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";
2001-03-21 19:28:47 +00:00
Text[ portuguese ] = "Campos";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> ";
2001-04-26 18:45:34 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-03-21 19:28:47 +00:00
Text[ dutch ] = "Velden";
2001-04-26 18:45:34 +00:00
Text[ french ] = "Champs";
Text[ spanish ] = "Campos";
Text[ italian ] = "Campi";
2001-03-21 19:28:47 +00:00
Text[ danish ] = "Fields";
Text[ swedish ] = "F<> lt";
Text[ polish ] = "Pola";
Text[ portuguese_brazilian ] = "Fields";
2002-05-02 22:06:11 +00:00
Text[ japanese ] = "フィールド";
2001-08-07 14:12:57 +00:00
Text[ korean ] = "필드";
Text[ chinese_simplified ] = "字段";
Text[ chinese_traditional ] = "欄位";
2001-03-21 19:28:47 +00:00
Text[ turkish ] = "Fields";
2001-04-26 18:45:34 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> ";
2002-05-02 22:06:11 +00:00
Text[ catalan ] = "Camps";
2001-05-16 14:45:11 +00:00
Text[ finnish ] = "Kent<6E> t";
2002-05-02 22:06:11 +00:00
Text[ thai ] = "เขตข้อมูล";
2001-03-16 15:23:31 +00:00
};
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;
2002-03-19 06:24:06 +00:00
TabStop = TRUE ;
2001-03-16 15:23:31 +00:00
};
PushButton PB_CLOSE
{
2001-04-02 11:05:06 +00:00
Pos = MAP_APPFONT ( DIALOG_SIZE_X - BUTTON_SIZE_X - 6 - BUTTON_SIZE_X - 6, DIALOG_SIZE_Y - BUTTON_SIZE_Y - 6 ) ;
2001-03-16 15:23:31 +00:00
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";
2001-03-21 19:28:47 +00:00
Text[ portuguese ] = "~Fechar";
Text[ russian ] = "~<7E> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-04-26 18:45:34 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-03-21 19:28:47 +00:00
Text[ dutch ] = "~Sluiten";
2002-05-02 22:06:11 +00:00
Text[ french ] = "Fermer";
2001-04-26 18:45:34 +00:00
Text[ spanish ] = "~Cerrar";
2002-05-02 22:06:11 +00:00
Text[ italian ] = "C~hiudi";
2001-03-21 19:28:47 +00:00
Text[ danish ] = "~Close";
Text[ swedish ] = "~St<53> ng";
Text[ polish ] = "Zamknij";
Text[ portuguese_brazilian ] = "~Close";
2001-08-07 14:12:57 +00:00
Text[ japanese ] = "閉じる(~C)";
Text[ korean ] = "닫기(~C)";
Text[ chinese_simplified ] = "关闭(~C)";
Text[ chinese_traditional ] = "關閉(~C)";
2001-03-21 19:28:47 +00:00
Text[ turkish ] = "~Close";
2001-04-26 18:45:34 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
2002-05-02 22:06:11 +00:00
Text[ catalan ] = "~Tanca";
Text[ finnish ] = "~Sulje";
Text[ thai ] = "~ปิด";
2001-03-16 15:23:31 +00:00
};
2001-04-02 11:05:06 +00:00
HelpButton HB_HELP
{
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 );
};
2001-03-21 19:28:47 +00:00
Text[ portuguese ] = "<22> ndices";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-04-26 18:45:34 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-03-21 19:28:47 +00:00
Text[ dutch ] = "Indices";
2001-04-26 18:45:34 +00:00
Text[ french ] = "Index";
Text[ spanish ] = "<22> ndices";
Text[ italian ] = "Indici";
2001-03-21 19:28:47 +00:00
Text[ danish ] = "Indexes";
Text[ swedish ] = "Index";
Text[ polish ] = "Indeksy";
Text[ portuguese_brazilian ] = "Indexes";
2002-05-02 22:06:11 +00:00
Text[ japanese ] = "インデックス";
2001-08-07 14:12:57 +00:00
Text[ korean ] = "색인";
2002-06-13 11:45:22 +00:00
Text[ chinese_simplified ] = "标志";
2001-08-07 14:12:57 +00:00
Text[ chinese_traditional ] = "索引";
2001-03-21 19:28:47 +00:00
Text[ turkish ] = "Indexes";
2001-04-26 18:45:34 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
2002-05-02 22:06:11 +00:00
Text[ catalan ] = "<22> ndexs";
2001-05-16 14:45:11 +00:00
Text[ finnish ] = "Hakemistot";
2002-05-02 22:06:11 +00:00
Text[ thai ] = "ดัชนี";
2001-03-16 15:23:31 +00:00
};
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" ;
2001-08-07 14:12:57 +00:00
Text [ chinese_simplified ] = "排序规则";
2001-03-16 15:23:31 +00:00
Text [ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-05-30 18:54:05 +00:00
Text [ polish ] = "Kolejno<6E> <6F> sortowania";
2001-08-07 14:12:57 +00:00
Text [ japanese ] = "並べ替え順序";
Text [ chinese_traditional ] = "排序規則";
2001-03-16 15:23:31 +00:00
Text [ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text [ dutch ] = "Sorteervolgorde";
2001-08-07 14:12:57 +00:00
Text [ chinese_simplified ] = "排序规则";
2001-03-16 15:23:31 +00:00
Text [ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-08-07 14:12:57 +00:00
Text [ korean ] = "정렬순서";
2001-03-21 19:28:47 +00:00
Text[ turkish ] = "Sort order";
2002-05-02 22:06:11 +00:00
Text[ catalan ] = "Ordenaci<63> ";
Text[ finnish ] = "Lajitteluj<75> rjestys";
Text[ thai ] = "เรียงลำดับ";
2001-03-16 15:23:31 +00:00
};
String STR_TAB_INDEX_FIELD
{
Text = "Indexfeld" ;
Text [ english ] = "Index field" ;
Text [ english_us ] = "Index field" ;
2001-03-21 19:28:47 +00:00
Text[ portuguese ] = "Campo de <20> ndice";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-04-26 18:45:34 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-03-21 19:28:47 +00:00
Text[ dutch ] = "Indexveld";
2001-04-26 18:45:34 +00:00
Text[ french ] = "Champ d'index";
Text[ spanish ] = "Campo del <20> ndice";
Text[ italian ] = "Campo indice";
2001-03-21 19:28:47 +00:00
Text[ danish ] = "Index field";
Text[ swedish ] = "Indexf<78> lt";
Text[ polish ] = "Pole indeksu";
Text[ portuguese_brazilian ] = "Index field";
2002-05-02 22:06:11 +00:00
Text[ japanese ] = "インデックスフィールド";
2001-08-07 14:12:57 +00:00
Text[ korean ] = "색인 필드";
Text[ chinese_simplified ] = "索引字段";
Text[ chinese_traditional ] = "索引欄位";
2001-03-21 19:28:47 +00:00
Text[ turkish ] = "Index field";
2001-04-26 18:45:34 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> ";
2002-05-02 22:06:11 +00:00
Text[ catalan ] = "Camp <20> ndex";
Text[ finnish ] = "Hakemistokentt<74> ";
Text[ thai ] = "เขตข้อมูลดัชนี";
2001-03-16 15:23:31 +00:00
};
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" ;
2001-08-07 14:12:57 +00:00
Text [ chinese_simplified ] = "向上";
2001-03-16 15:23:31 +00:00
Text [ russian ] = "<22> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text [ polish ] = "Rosn<73> co";
2001-08-07 14:12:57 +00:00
Text [ japanese ] = "昇順";
Text [ chinese_traditional ] = "向上";
2001-03-16 15:23:31 +00:00
Text [ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text [ dutch ] = "Oplopend";
2001-08-07 14:12:57 +00:00
Text [ chinese_simplified ] = "向上";
2001-03-16 15:23:31 +00:00
Text [ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-08-07 14:12:57 +00:00
Text [ korean ] = "오름차순";
2001-03-21 19:28:47 +00:00
Text[ turkish ] = "Ascending";
2002-05-02 22:06:11 +00:00
Text[ catalan ] = "Ascendent";
Text[ finnish ] = "Nouseva";
Text[ thai ] = "จากน้อยไปมาก";
2001-03-16 15:23:31 +00:00
};
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" ;
2001-08-07 14:12:57 +00:00
Text [ chinese_simplified ] = "向下";
2001-03-16 15:23:31 +00:00
Text [ russian ] = "<22> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text [ polish ] = "Malej<65> co";
2001-08-07 14:12:57 +00:00
Text [ japanese ] = "降順";
Text [ chinese_traditional ] = "向下";
2001-03-16 15:23:31 +00:00
Text [ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text [ dutch ] = "Aflopend";
2001-08-07 14:12:57 +00:00
Text [ chinese_simplified ] = "向下";
2001-03-16 15:23:31 +00:00
Text [ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-08-07 14:12:57 +00:00
Text [ korean ] = "내림차순";
2001-03-21 19:28:47 +00:00
Text[ turkish ] = "Descending";
2002-05-02 22:06:11 +00:00
Text[ catalan ] = "Descendent";
Text[ finnish ] = "Laskeva";
Text[ thai ] = "จากมากไปน้อย";
2001-03-16 15:23:31 +00:00
};
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$'?";
2001-04-26 18:45:34 +00:00
Text [ english_us ] = "Do you really want to delete the index '$name$'?";
2001-03-21 19:28:47 +00:00
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$'?";
2001-04-26 18:45:34 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> '$name$';";
2001-03-21 19:28:47 +00:00
Text[ dutch ] = "Wilt u de index '$name$' werkelijk wissen?";
2001-04-26 18:45:34 +00:00
Text[ french ] = "Voulez-vous vraiment supprimer l'index '$name$' ?";
Text[ spanish ] = "<22> Desea eliminar realmente el <20> ndice '$name$'?";
Text[ italian ] = "Volete davvero eliminare l'indice '$name$'?";
2001-03-21 19:28:47 +00:00
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$'?";
2002-05-02 22:06:11 +00:00
Text[ japanese ] = "インデックス '$name$' を削除しますか。";
Text[ korean ] = "색인 '$name$'(을)를 정말 삭제하겠습니까?";
2001-08-07 14:12:57 +00:00
Text[ chinese_simplified ] = "真要删除索引'$name$'? ";
2001-08-21 21:30:59 +00:00
Text[ chinese_traditional ] = "真要刪除索引<$name$>? ";
2001-03-21 19:28:47 +00:00
Text[ turkish ] = "Do you really want to drop the index '$name$'?";
2001-04-26 18:45:34 +00:00
Text[ arabic ] = "<22> <> <20> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> '$name$'<27> ";
2002-05-02 22:06:11 +00:00
Text[ catalan ] = "Esteu segur que voleu suprimir l'<27> ndex '$name$'?";
Text[ finnish ] = "Haluatko varmasti poistaa hakemiston '$name$'?";
Text[ thai ] = "คุณต้องการลบดัชนี '$name$'หรือไม่?";
2001-03-16 15:23:31 +00:00
};
String STR_LOGICAL_INDEX_NAME
{
Text = "index";
2001-07-13 20:29:49 +00:00
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[ english_us ] = "index";
Text[ portuguese ] = "<22> ndice";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "index";
Text[ french ] = "index";
Text[ spanish ] = "<22> ndice";
Text[ finnish ] = "Hakemisto";
Text[ italian ] = "indice";
Text[ danish ] = "INDEKS";
Text[ swedish ] = "index";
Text[ polish ] = "indeks";
Text[ portuguese_brazilian ] = "index";
2002-05-02 22:06:11 +00:00
Text[ japanese ] = "インデックス";
2001-08-07 14:12:57 +00:00
Text[ korean ] = "색인";
Text[ chinese_simplified ] = "索引";
Text[ chinese_traditional ] = "索引";
2001-07-13 20:29:49 +00:00
Text[ turkish ] = "<22> ndis";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> ";
2002-05-02 22:06:11 +00:00
Text[ catalan ] = "<22> ndex";
Text[ thai ] = "ดัชนี";
2001-03-16 15:23:31 +00:00
};
Image IMG_PKEYICON
{
ImageBitmap = Bitmap { File = "pkey.bmp"; };
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
2002-04-29 07:27:33 +00:00
Image IMG_PKEYICON_SCH
{
ImageBitmap = Bitmap { File = "pkey_sch.bmp"; };
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
2001-03-16 15:23:31 +00:00
ErrorBox ERR_NEED_INDEX_FIELDS
{
Title = "Index speichern";
Title [ english ] = "Save Index";
2001-07-13 20:29:49 +00:00
Title [ english_us ] = "Save Index";
2001-03-16 15:23:31 +00:00
2001-03-21 19:28:47 +00:00
Message = "Der Index muss mindestens ein Feld enthalten.";
2001-03-29 08:09:53 +00:00
Message [ english ] = "The index must contain at least one field.";
Message [ english_us ] = "The index must contain at least one field.";
2001-03-16 15:23:31 +00:00
Buttons = WB_OK;
2001-04-26 18:45:34 +00:00
Message[ portuguese ] = "O <20> ndice tem de incluir pelo menos um campo.";
2001-03-21 19:28:47 +00:00
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> .";
2001-04-26 18:45:34 +00:00
Message[ greek ] = "<22> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> .";
2001-03-21 19:28:47 +00:00
Message[ dutch ] = "De index moet minstens <20> <> n veld bevatten.";
2001-04-26 18:45:34 +00:00
Message[ french ] = "L'index doit contenir au moins un champ.";
Message[ spanish ] = "El <20> ndice debe contener por lo menos un campo.";
Message[ italian ] = "L'indice deve contenere almeno un campo";
2001-03-21 19:28:47 +00:00
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.";
2001-05-16 14:45:11 +00:00
Message[ portuguese_brazilian ] = "Der Index mu? mindestens ein Feld enthalten.";
2002-05-02 22:06:11 +00:00
Message[ japanese ] = "インデックスにはフィールドが最低1つは必要です。";
Message[ korean ] = "색인에 최소 하나의 필드를 포함해야 합니다.";
2001-08-07 14:12:57 +00:00
Message[ chinese_simplified ] = "索引必须至少含有一个字段。";
Message[ chinese_traditional ] = "索引必須至少含有一個欄位。";
2001-03-21 19:28:47 +00:00
Message[ turkish ] = "Der Index mu<6D> mindestens ein Feld enthalten.";
2001-04-26 18:45:34 +00:00
Message[ arabic ] = "<22> <> <EFBFBD> <20> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> .";
2001-07-13 20:29:49 +00:00
Title[ portuguese ] = "Guardar <20> ndice";
Title[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Title[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Title[ dutch ] = "Index opslaan";
Title[ french ] = "Enregistrer l'index";
Title[ spanish ] = "Guardar <20> ndice";
Title[ italian ] = "Save Index";
2001-03-21 19:28:47 +00:00
Title[ danish ] = "Save Index";
2001-07-13 20:29:49 +00:00
Title[ swedish ] = "Spara index";
Title[ polish ] = "Zapisz indeks";
2001-03-21 19:28:47 +00:00
Title[ portuguese_brazilian ] = "Save Index";
2002-05-02 22:06:11 +00:00
Title[ japanese ] = "インデックスの保存";
Title[ korean ] = "색인 저장";
2001-08-07 14:12:57 +00:00
Title[ chinese_simplified ] = "存盘索引";
Title[ chinese_traditional ] = "儲存索引";
2001-03-21 19:28:47 +00:00
Title[ turkish ] = "Save Index";
2001-07-13 20:29:49 +00:00
Title[ arabic ] = "<22> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2002-05-02 22:06:11 +00:00
Message[ catalan ] = "L'<27> ndex ha de contenir un camp com a m<> nim.";
Title[ catalan ] = "Desa l'<27> ndex";
Message[ finnish ] = "Hakemistossa on oltava v<> hint<6E> <74> n yksi kentt<74> .";
Title[ finnish ] = "Tallenna hakemisto";
Message[ thai ] = "ดัชนีต้องมีอย่างน้อยหนึ่งเขตข้อมูล";
Title[ thai ] = "บันทึกดัชนี!";
2001-03-16 15:23:31 +00:00
};
QueryBox QUERY_SAVE_CURRENT_INDEX
{
Title = "Index-Entwurf verlassen";
Title [ english ] = "close index design";
2001-07-13 20:29:49 +00:00
Title [ english_us ] = "Exit Index Design";
2001-03-16 15:23:31 +00:00
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?";
2001-04-26 18:45:34 +00:00
Message [ english_us ] = "Do you want to save the changes made to the current index?";
2001-03-16 15:23:31 +00:00
Buttons = WB_YES_NO_CANCEL;
DefButton = WB_DEF_YES;
2001-03-21 19:28:47 +00:00
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> ?";
2001-04-26 18:45:34 +00:00
Message[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ;";
2001-03-21 19:28:47 +00:00
Message[ dutch ] = "Wilt u de veranderingen in de actuele index nog opslaan?";
2001-04-26 18:45:34 +00:00
Message[ french ] = "Enregistrer les modification effectu<74> es dans l'index actif ?";
Message[ spanish ] = "<22> Desea guardar las modificaciones realizadas en el <20> ndice?";
Message[ italian ] = "Volete salvare le modifiche nell'indice attuale?";
2001-03-21 19:28:47 +00:00
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?";
2002-05-02 22:06:11 +00:00
Message[ japanese ] = "現在のインデックスで行った変更を保存しますか。";
Message[ korean ] = "현재 색인의 변경된 사항을 저장하겠습니까?";
2001-08-07 14:12:57 +00:00
Message[ chinese_simplified ] = "要存盘当前索引的修改内容?";
2002-05-02 22:06:11 +00:00
Message[ chinese_traditional ] = "要儲存目前索引的變更內容?";
2001-03-21 19:28:47 +00:00
Message[ turkish ] = "Do you want to save the changes made on the current index?";
2001-04-26 18:45:34 +00:00
Message[ arabic ] = "<22> <> <20> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-07-13 20:29:49 +00:00
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 ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Title[ dutch ] = "index-ontwerp verlaten";
Title[ french ] = "Quitter l'<27> bauche d'index";
Title[ spanish ] = "Cerrar dise<73> o de <20> ndice";
Title[ italian ] = "close index design";
2001-03-21 19:28:47 +00:00
Title[ danish ] = "close index design";
2001-07-13 20:29:49 +00:00
Title[ swedish ] = "L<> mna indexutkast";
Title[ polish ] = "Opu<70> <75> projekt indeksu";
2001-03-21 19:28:47 +00:00
Title[ portuguese_brazilian ] = "close index design";
2002-05-02 22:06:11 +00:00
Title[ japanese ] = "インデックスのデザインを閉じる";
Title[ korean ] = "색인 디자인 닫기";
2001-08-07 14:12:57 +00:00
Title[ chinese_simplified ] = "关闭索引设计";
Title[ chinese_traditional ] = "關閉索引設計";
2001-03-21 19:28:47 +00:00
Title[ turkish ] = "close index design";
2001-07-13 20:29:49 +00:00
Title[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2002-05-02 22:06:11 +00:00
Message[ catalan ] = "Voleu desar els canvis realitzats a l'<27> ndex actual?";
Title[ catalan ] = "tanca el disseny de l'<27> ndex";
Message[ finnish ] = "Haluatko tallentaa nykyiseen hakemistoon tehdyt muutokset?";
Title[ finnish ] = "Lopeta hakemiston suunnittelu";
Message[ thai ] = "คุณต้องการบันทึกการเปลี่ยนแปลงที่ทำไปยังดัชนีปัจจุบันหรือไม่?";
Title[ thai ] = "ออกจากการออกแบบดัชนี!";
2001-03-16 15:23:31 +00:00
};
2001-05-02 10:45:20 +00:00
String STR_INDEX_NAME_ALREADY_USED
{
Text = "Es gibt schon einen anderen Index namens \"$name$\".";
Text [ english ] = "There's already another index named \"$name$\".";
2001-05-04 19:07:30 +00:00
Text [ english_us ] = "There is already another index named \"$name$\".";
2001-05-11 04:18:16 +00:00
Text[ portuguese ] = "J<> existe um <20> ndice com o nome \"$name$\".";
Text[ russian ] = "<22> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> \"$name$\" <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> .";
2001-05-04 19:07:30 +00:00
Text[ greek ] = "There's already another index named \"$name$\".";
Text[ dutch ] = "Er bestaat reeds een andere index met de naam \"$name$\".";
Text[ french ] = "Un autre index nomm<6D> \"$name$\" existe d<> j<EFBFBD> .";
Text[ spanish ] = "Ya existe otro <20> ndice con el nombre \"$name$\".";
2001-05-30 18:54:05 +00:00
Text[ italian ] = "Esiste gi<67> un altro indice dal nome \"$name$\".";
2001-05-04 19:07:30 +00:00
Text[ danish ] = "There's already another index named \"$name$\".";
Text[ swedish ] = "Det finns redan ett annat index med namnet \"$name$\".";
Text[ polish ] = "Istnieje ju<6A> inny indeks o nazwie \"$name$\".";
Text[ portuguese_brazilian ] = "There's already another index named \"$name$\".";
2002-05-02 22:06:11 +00:00
Text[ japanese ] = "\"$name$\" のインデックス名はすでにあります。";
2001-08-07 14:12:57 +00:00
Text[ korean ] = "이미 \"$name$\"라는 다른 색인 이름이 존재합니다";
2001-05-04 19:07:30 +00:00
Text[ chinese_simplified ] = "There's already another index named \"$name$\".";
2001-08-21 21:30:59 +00:00
Text[ chinese_traditional ] = "已經存在一個索引<$name$>。";
2001-05-04 19:07:30 +00:00
Text[ turkish ] = "There's already another index named \"$name$\".";
Text[ arabic ] = "There's already another index named \"$name$\".";
2002-05-02 22:06:11 +00:00
Text[ catalan ] = "Ja hi ha un altre <20> ndex anomenat \"$name$\".";
Text[ finnish ] = "Hakemisto $name$ on jo olemassa.";
Text[ thai ] = "มีดัชนีชื่อ \"$name$\"แล้ว";
2001-05-02 10:45:20 +00:00
};
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.";
2001-04-26 18:45:34 +00:00
Text [ english_us ] = "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice.";
Text[ portuguese ] = "Numa defini<6E> <69> o de <20> ndice, as colunas da tabela s<> devem aparecer uma vez, por<6F> m neste caso a coluna \"$name$\" foi utilizada duas vezes.";
2001-03-21 19:28:47 +00:00
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> .";
2001-04-26 18:45:34 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> . <20> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> \"$name$\" <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> .";
2001-03-21 19:28:47 +00:00
Text[ dutch ] = "In een index-definitie mag iedere tabelkolom hoogstens eenmaal voorkomen. U heeft echter de kolom \"$name$\" tweemaal gebruikt.";
2001-04-26 18:45:34 +00:00
Text[ french ] = "Dans une d<> finition d'index, les colonnes de table ne peuvent exister qu'une seule fois. Or, vous avez utilis<69> la colonne \"$name$\" <20> deux reprises.";
Text[ spanish ] = "En una definici<63> n de <20> ndice, cada columna de tabla puede aparecer como m<> ximo una vez; usted ha usado la columna \"$name$\" dos veces.";
Text[ italian ] = "In una definizione di indice una colonna di tabella pu<70> apparire solo una volta, tuttavia la colonna \"$name$\" appare due volte.";
2001-03-21 19:28:47 +00:00
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.";
2001-05-30 18:54:05 +00:00
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!";
2001-03-21 19:28:47 +00:00
Text[ portuguese_brazilian ] = "In a index definition, every table column may occur at most once, but you entered column \"$name$\" twice.";
2002-05-02 22:06:11 +00:00
Text[ japanese ] = "インデックスの定義では、テーブルの列の見出しは各一回ずつしか使えません。列の見出し \"$name$\" は、二回目の入力です。";
Text[ korean ] = "색인 정의에 따라 각 시트의 열을 한 번만 입력할 수 있는데 사용자가 열 \"$name$\"(을)를 두 번 입력하였습니다.";
2001-08-07 14:12:57 +00:00
Text[ chinese_simplified ] = "在一个索引定义之中仅允许一次使用一个列名称。但是您第二次使用列名称 \"$name$\" 。";
2001-08-21 21:30:59 +00:00
Text[ chinese_traditional ] = "在一個索引定義之中僅允許最多一次使用一個欄名稱。但現在是第二次使用欄名稱<$name$>。";
2001-03-21 19:28:47 +00:00
Text[ turkish ] = "In a index definition, every table column may occur at most once, but you entered column \"$name$\" twice.";
2001-04-26 18:45:34 +00:00
Text[ arabic ] = "<22> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <20> <> <20> <> <EFBFBD> <20> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> ӡ <20> <> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> \"$name$\" <20> <> <EFBFBD> <EFBFBD> <EFBFBD> .";
2002-05-02 22:06:11 +00:00
Text[ catalan ] = "En una definici<63> d'<27> ndex, cap columna de la taula no pot estar repetida. Tanmateix, heu introdu<64> t la columna \"$name$\" dues vegades.";
Text[ finnish ] = "Taulukon sarakkeet voivat esiinty<74> vain kertaalleen hakemiston m<> <6D> rityksiss<73> . Olet kuitenkin sy<73> tt<74> nyt sarakkeen \"$name$\" kahdesti.";
Text[ thai ] = "ในคำจำกัดความของดัชนี, ไม่มีตารางคอลัมน์ที่จะปรากฏมากกว่าหนึ่งครั้ง อย่างไรก็ตาม, คุณได้ใส่คอลัมน์ \"$name$\" แล้วสองครั้ง";
2001-03-19 05:00:00 +00:00
};
2001-03-16 15:23:31 +00:00
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
2002-06-13 11:45:22 +00:00
* Revision 1.25 2002/05/28 13:33:12 oj
* #99607# set maskcolor to magenta
*
2002-05-28 12:33:12 +00:00
* Revision 1.24 2002/05/02 23:06:11 kz
* Merge SRX642: 03.05.02 - 01:05:08
*
2002-05-02 22:06:11 +00:00
* Revision 1.23 2002/04/29 08:27:33 oj
* #98772# impl toolbox hi contrast
*
2002-04-29 07:27:33 +00:00
* Revision 1.22 2002/03/19 07:24:06 oj
* #97274# enable tabstop
*
2002-03-19 06:24:06 +00:00
* Revision 1.21 2001/08/29 14:18:04 kz
* Merge SRC638: 29.08.01 - 16:17:26
*
2001-08-29 13:18:04 +00:00
* Revision 1.20 2001/08/24 11:23:24 kz
* Merge SRC638: 24.08.01 - 13:22:35
*
2001-08-24 10:23:24 +00:00
* Revision 1.19 2001/08/21 22:30:59 kz
* Merge SRC638: 22.08.01 - 00:30:19
*
2001-08-21 21:30:59 +00:00
* Revision 1.18 2001/08/13 21:08:32 kz
* Merge SRC638: 13.08.01 - 23:07:53
*
2001-08-13 20:08:32 +00:00
* Revision 1.17 2001/08/07 15:12:57 kz
* Merge SRC638: 07.08.01 - 17:12:33
*
2001-08-07 14:12:57 +00:00
* Revision 1.16 2001/08/06 07:44:01 fs
* #90558# help ids
*
2001-08-06 06:44:01 +00:00
* Revision 1.15 2001/07/13 21:29:48 kz
* Merge SRC638: 13.07.01 - 23:29:14
*
2001-07-13 20:29:49 +00:00
* Revision 1.14 2001/06/08 22:09:10 rt
* Merge SRC633: 09.06.01 - 00:09:32
*
2001-06-08 21:09:10 +00:00
* Revision 1.13 2001/05/30 19:54:04 kz
* Merge SRC633: 30.05.01 - 21:53:08
*
2001-05-30 18:54:05 +00:00
* Revision 1.12 2001/05/16 15:45:11 kz
* Merge SRC632: 16.05.01 - 17:45:00 (NoBranch)
*
2001-05-16 14:45:11 +00:00
* Revision 1.11 2001/05/11 05:18:16 kz
* Merge SRC631: 11.05.01 - 07:17:45 (NoBranch)
*
2001-05-11 04:18:16 +00:00
* Revision 1.10 2001/05/07 12:20:54 oj
* insert mnemonic
*
2001-05-07 11:20:54 +00:00
* Revision 1.9 2001/05/04 20:07:30 rt
* Merge SRC630: 04.05.01 - 22:07:37 (NoBranch)
*
2001-05-04 19:07:30 +00:00
* Revision 1.8 2001/05/02 11:45:20 fs
* #86434# +STR_INDEX_NAME_ALREADY_USED
*
2001-05-02 10:45:20 +00:00
* Revision 1.7 2001/04/26 19:45:34 kz
* Merge SRC630: 26.04.01 - 21:44:50 (NoBranch)
*
2001-04-26 18:45:34 +00:00
* Revision 1.6 2001/04/02 12:05:06 fs
* #85275# added a help button
*
2001-04-02 11:05:06 +00:00
* Revision 1.5 2001/04/02 09:25:19 fs
* no translation for the logical index name
*
2001-04-02 08:25:19 +00:00
* Revision 1.4 2001/03/29 09:09:53 fs
* english texts
*
2001-03-29 08:09:53 +00:00
* Revision 1.3 2001/03/21 20:28:47 rt
* Merge SRC626: 21.03.01 - 21:28:11 (NoBranch)
*
2001-03-21 19:28:47 +00:00
* 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
*
2001-03-16 15:23:31 +00:00
*
* Revision 1.0 07.03.01 12:17:10 fs
************************************************************************/
2001-06-08 21:09:10 +00:00
2001-07-13 20:29:49 +00:00
2001-08-07 14:12:57 +00:00
2001-08-13 20:08:32 +00:00
2001-08-21 21:30:59 +00:00
2001-08-24 10:23:24 +00:00
2001-08-29 13:18:04 +00:00