1238 lines
63 KiB
Plaintext
1238 lines
63 KiB
Plaintext
/*************************************************************************
|
||
*
|
||
* $RCSfile: idxmrk.src,v $
|
||
*
|
||
* $Revision: 1.5 $
|
||
*
|
||
* last change: $Author: kz $ $Date: 2000-11-15 21:48:23 $
|
||
*
|
||
* The Contents of this file are made available subject to the terms of
|
||
* either of the following licenses
|
||
*
|
||
* - GNU Lesser General Public License Version 2.1
|
||
* - Sun Industry Standards Source License Version 1.1
|
||
*
|
||
* Sun Microsystems Inc., October, 2000
|
||
*
|
||
* GNU Lesser General Public License Version 2.1
|
||
* =============================================
|
||
* Copyright 2000 by Sun Microsystems, Inc.
|
||
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
||
*
|
||
* This library is free software; you can redistribute it and/or
|
||
* modify it under the terms of the GNU Lesser General Public
|
||
* License version 2.1, as published by the Free Software Foundation.
|
||
*
|
||
* This library is distributed in the hope that it will be useful,
|
||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||
* Lesser General Public License for more details.
|
||
*
|
||
* You should have received a copy of the GNU Lesser General Public
|
||
* License along with this library; if not, write to the Free Software
|
||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||
* MA 02111-1307 USA
|
||
*
|
||
*
|
||
* Sun Industry Standards Source License Version 1.1
|
||
* =================================================
|
||
* The contents of this file are subject to the Sun Industry Standards
|
||
* Source License Version 1.1 (the "License"); You may not use this file
|
||
* except in compliance with the License. You may obtain a copy of the
|
||
* License at http://www.openoffice.org/license.html.
|
||
*
|
||
* Software provided under this License is provided on an "AS IS" basis,
|
||
* WITHOUT WARRANTY OF ANY KIND, EITHER 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 "index.hrc"
|
||
#include "idxmrk.hrc"
|
||
#include "helpid.h"
|
||
#include "cmdid.h"
|
||
|
||
#define IDX_DIALOG_WINDOW \
|
||
Window WIN_DLG \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 0 , 0 ) ; \
|
||
Size = MAP_APPFONT ( 218 , WINDOW_HEIGHT ) ; \
|
||
OKButton BT_OK \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 162 , 6 ) ; \
|
||
Size = MAP_APPFONT ( 50 , 14 ) ; \
|
||
TabStop = TRUE ; \
|
||
DefButton = TRUE ; \
|
||
Text = "Einf<6E>gen"; \
|
||
Text[English] = "Insert"; \
|
||
Text[ english_us ] = "Insert";\
|
||
Text[ portuguese ] = "Inserir";\
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ dutch ] = "Invoegen";\
|
||
Text[ french ] = "Ins<6E>rer";\
|
||
Text[ spanish ] = "Insertar";\
|
||
Text[ italian ] = "Inserisci";\
|
||
Text[ danish ] = "Inds<64>t";\
|
||
Text[ swedish ] = "Infoga";\
|
||
Text[ polish ] = "Wstaw";\
|
||
Text[ portuguese_brazilian ] = "Insert";\
|
||
Text[ japanese ] = "<22>}<7D><>";\
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";\
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";\
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>J";\
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ turkish ] = "Ekle";\
|
||
Text[ language_user1 ] = " ";\
|
||
}; \
|
||
CancelButton BT_CANCEL \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 162 , 23 ) ; \
|
||
Size = MAP_APPFONT ( 50 , 14 ) ; \
|
||
Text = "Schlie<69>en"; \
|
||
Text[English] = "Close"; \
|
||
Text[ english_us ] = "Close";\
|
||
Text[ portuguese ] = "Fechar";\
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ dutch ] = "Sluiten";\
|
||
Text[ french ] = "Fermer";\
|
||
Text[ spanish ] = "Cerrar";\
|
||
Text[ italian ] = "Chiudi";\
|
||
Text[ danish ] = "Luk";\
|
||
Text[ swedish ] = "St<53>ng";\
|
||
Text[ polish ] = "Zamknij";\
|
||
Text[ portuguese_brazilian ] = "Close";\
|
||
Text[ japanese ] = "<22><EFBFBD><C282><EFBFBD>";\
|
||
Text[ korean ] = "<22>ݱ<EFBFBD>";\
|
||
Text[ chinese_simplified ] = "<22>ر<EFBFBD>";\
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";\
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ turkish ] = "Kapat";\
|
||
Text[ language_user1 ] = " ";\
|
||
}; \
|
||
HelpButton BT_HELP \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 162 , 43 ) ; \
|
||
Size = MAP_APPFONT ( 50 , 14 ) ; \
|
||
}; \
|
||
PushButton BT_DEL \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 162 , 63 ) ; \
|
||
Size = MAP_APPFONT ( 50 , 14 ) ; \
|
||
Text = "L~<7E>schen" ; \
|
||
Text [ ENGLISH ] = "~Delete" ; \
|
||
Text [ norwegian ] = "~Slett" ; \
|
||
Text [ italian ] = "~Elimina" ; \
|
||
Text [ portuguese_brazilian ] = "~Apagar" ; \
|
||
Text [ portuguese ] = "E~liminar" ; \
|
||
Text [ finnish ] = "~Poista" ; \
|
||
Text [ danish ] = "Slet" ; \
|
||
Text [ french ] = "~Supprimer" ; \
|
||
Text [ swedish ] = "~Radera" ; \
|
||
Text [ dutch ] = "~Wissen" ; \
|
||
Text [ spanish ] = "~Eliminar" ; \
|
||
Text [ english_us ] = "~Delete" ; \
|
||
TabStop = TRUE ; \
|
||
Text[ chinese_simplified ] = "ɾ<><C9BE>(~D)"; \
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; \
|
||
Text[ polish ] = "Usu<73>"; \
|
||
Text[ japanese ] = "<22>폜(~D)"; \
|
||
Text[ chinese_traditional ] = "<22>R<EFBFBD><52>(~D)"; \
|
||
Text[ arabic ] = "<22><><EFBFBD>"; \
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~D)";\
|
||
Text[ turkish ] = "~Sil";\
|
||
Text[ language_user1 ] = " ";\
|
||
}; \
|
||
ListBox DCB_INDEX \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 56 , 14) ; \
|
||
Size = MAP_APPFONT ( DCB_INDEX_WIDTH , 56 ) ; \
|
||
TabStop = TRUE ; \
|
||
DropDown = TRUE ; \
|
||
}; \
|
||
ImageButton BT_NEW \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 137 , 14 ) ; \
|
||
Size = MAP_APPFONT ( 12 , 12 ) ; \
|
||
QuickHelpText = "Neues benutzerdefiniertes Verzeichnis"; \
|
||
QuickHelpText[English] = "New user defined index"; \
|
||
QuickHelpText[ english_us ] = "New user-defined index";\
|
||
QuickHelpText[ portuguese ] = "New user defined index";\
|
||
QuickHelpText[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
QuickHelpText[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
QuickHelpText[ dutch ] = "Nieuwe gebruikergedefinieerde index";\
|
||
QuickHelpText[ french ] = "Definir un nouvel index personnalis<69>";\
|
||
QuickHelpText[ spanish ] = "Nuevo <20>ndice definido por usuario";\
|
||
QuickHelpText[ italian ] = "Nuovo indice personalizzato";\
|
||
QuickHelpText[ danish ] = "Nyt brugerdefineret indeks";\
|
||
QuickHelpText[ swedish ] = "Ny anv<6E>ndardefinierad f<>rteckning";\
|
||
QuickHelpText[ polish ] = "Nowy indeks u<>ytkownika";\
|
||
QuickHelpText[ portuguese_brazilian ] = "New user defined index";\
|
||
QuickHelpText[ japanese ] = "<22>V<EFBFBD><56><EFBFBD><EFBFBD>հ<EFBFBD>ް<EFBFBD>ݒ<EFBFBD><DD92>̍<EFBFBD><CC8D><EFBFBD>";\
|
||
QuickHelpText[ korean ] = "New user defined index";\
|
||
QuickHelpText[ chinese_simplified ] = "New user defined index";\
|
||
QuickHelpText[ chinese_traditional ] = "<22>s<EFBFBD>W<EFBFBD>ۭq<DBAD>ؿ<EFBFBD>";\
|
||
QuickHelpText[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
QuickHelpText[ turkish ] = "Neues benutzerdefiniertes Verzeichnis";\
|
||
}; \
|
||
ImageButton BT_PREVSAME \
|
||
{ \
|
||
Hide = TRUE ; \
|
||
Pos = MAP_APPFONT ( 162 , 80 ) ; \
|
||
Size = MAP_APPFONT ( 24 , 14 ) ; \
|
||
TabStop = TRUE ; \
|
||
SYMBOL = IMAGEBUTTON_FIRST ; \
|
||
}; \
|
||
ImageButton BT_PREV \
|
||
{ \
|
||
Hide = TRUE ; \
|
||
Pos = MAP_APPFONT ( 162 , 97 ) ; \
|
||
Size = MAP_APPFONT ( 24 , 14 ) ; \
|
||
TabStop = TRUE ; \
|
||
SYMBOL = IMAGEBUTTON_PREV ; \
|
||
}; \
|
||
ImageButton BT_NXT \
|
||
{ \
|
||
Hide = TRUE ; \
|
||
Pos = MAP_APPFONT ( 188 , 97 ) ; \
|
||
Size = MAP_APPFONT ( 24 , 14 ) ; \
|
||
TabStop = TRUE ; \
|
||
SYMBOL = IMAGEBUTTON_NEXT ; \
|
||
}; \
|
||
ImageButton BT_NXTSAME \
|
||
{ \
|
||
Hide = TRUE ; \
|
||
Pos = MAP_APPFONT ( 188 , 80 ) ; \
|
||
Size = MAP_APPFONT ( 24 , 14 ) ; \
|
||
TabStop = TRUE ; \
|
||
SYMBOL = IMAGEBUTTON_LAST ; \
|
||
}; \
|
||
GroupBox GB_INDEX \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 6 , 3 ) ; \
|
||
Size = MAP_APPFONT ( 151 , GB_HEIGHT ) ; \
|
||
Text = "Markierung" ; \
|
||
Text [ ENGLISH ] = "Mark" ; \
|
||
Text [ norwegian ] = "Merk" ; \
|
||
Text [ italian ] = "Contrassegna" ; \
|
||
Text [ portuguese_brazilian ] = "Marca" ; \
|
||
Text [ portuguese ] = "Selec<65><63>o" ; \
|
||
Text [ finnish ] = "Merkint<6E>" ; \
|
||
Text [ danish ] = "Markering" ; \
|
||
Text [ french ] = "Marque" ; \
|
||
Text [ swedish ] = "Markering" ; \
|
||
Text [ dutch ] = "Markering" ; \
|
||
Text [ spanish ] = "Marca" ; \
|
||
Text [ english_us ] = "Selection" ; \
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>"; \
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; \
|
||
Text[ polish ] = "Zaznaczenie"; \
|
||
Text[ japanese ] = "<22>I<EFBFBD><49>"; \
|
||
Text[ chinese_traditional ] = "<22>аO"; \
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; \
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";\
|
||
Text[ turkish ] = "Se<53>im";\
|
||
Text[ language_user1 ] = " ";\
|
||
}; \
|
||
FixedText LBL_INDEX \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 12 , 16 ) ; \
|
||
Size = MAP_APPFONT ( 40 , 10 ) ; \
|
||
Text = "~Verzeichnis" ; \
|
||
Text [ ENGLISH ] = "~Index" ; \
|
||
Text [ norwegian ] = "~Index" ; \
|
||
Text [ italian ] = "Indice" ; \
|
||
Text [ portuguese_brazilian ] = "~<7E>ndice" ; \
|
||
Text [ portuguese ] = "~<7E>ndice" ; \
|
||
Text [ finnish ] = "~Hakemisto" ; \
|
||
Text [ danish ] = "Indeks" ; \
|
||
Text [ french ] = "~Type" ; \
|
||
Text [ swedish ] = "F<>~rteckning" ; \
|
||
Text [ dutch ] = "~Index" ; \
|
||
Text [ spanish ] = "<22>n~dice" ; \
|
||
Text [ english_us ] = "~Index" ; \
|
||
Left = TRUE ; \
|
||
Text[ chinese_simplified ] = "Ŀ¼(~I)"; \
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; \
|
||
Text[ polish ] = "Indeks"; \
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>(~I)"; \
|
||
Text[ chinese_traditional ] = "<22>ؿ<EFBFBD>(~I)"; \
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>"; \
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~I)";\
|
||
Text[ language_user1 ] = " ";\
|
||
Text[ turkish ] = "~Dizin";\
|
||
}; \
|
||
Edit SL_ENTRY \
|
||
{ \
|
||
Border = TRUE ; \
|
||
Pos = MAP_APPFONT ( 56 , 29 ) ; \
|
||
Size = MAP_APPFONT ( 94 , 12 ) ; \
|
||
TabStop = TRUE ; \
|
||
Left = TRUE ; \
|
||
}; \
|
||
FixedText LBL_ENTRY \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 12 , 31 ) ; \
|
||
Size = MAP_APPFONT ( 27 , 8 ) ; \
|
||
Text = "~Eintrag" ; \
|
||
Text [ ENGLISH ] = "~Entry" ; \
|
||
Text [ norwegian ] = "~Inngang" ; \
|
||
Text [ italian ] = "Voc~e" ; \
|
||
Text [ portuguese_brazilian ] = "~Entrada" ; \
|
||
Text [ portuguese ] = "E~ntrada" ; \
|
||
Text [ finnish ] = "~Hakusana" ; \
|
||
Text [ danish ] = "Element" ; \
|
||
Text [ french ] = "~Entr<74>e" ; \
|
||
Text [ swedish ] = "~Post" ; \
|
||
Text [ dutch ] = "~Item" ; \
|
||
Text [ spanish ] = "~Entrada" ; \
|
||
Text [ english_us ] = "~Entry" ; \
|
||
Left = TRUE ; \
|
||
Text[ chinese_simplified ] = "<22><>Ŀ(~E)"; \
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; \
|
||
Text[ polish ] = "Wpis"; \
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>(~E)"; \
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>(~E)"; \
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; \
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ korean ] = "<22><EFBFBD>(~E)";\
|
||
Text[ turkish ] = "~Giri<72>";\
|
||
Text[ language_user1 ] = " ";\
|
||
}; \
|
||
FixedText LBL_KEY \
|
||
{ \
|
||
Disable = TRUE ; \
|
||
Pos = MAP_APPFONT ( 12 , 46 ) ; \
|
||
Size = MAP_APPFONT ( 42 , 8 ) ; \
|
||
Text = "~1. Schl<68>ssel" ; \
|
||
Text [ ENGLISH ] = "~1. Key" ; \
|
||
Text [ norwegian ] = "~1. N<>kkel" ; \
|
||
Text [ italian ] = "Chiave ~1" ; \
|
||
Text [ portuguese_brazilian ] = "~1. Tecla" ; \
|
||
Text [ portuguese ] = "~1<> chave" ; \
|
||
Text [ finnish ] = "~1. avain" ; \
|
||
Text [ danish ] = "1. n<>gle" ; \
|
||
Text [ french ] = "~1re cl<63>" ; \
|
||
Text [ swedish ] = "Sorteringskod ~1" ; \
|
||
Text [ dutch ] = "~1e sleutel" ; \
|
||
Text [ spanish ] = "~1ra clave" ; \
|
||
Text [ english_us ] = "~1st key" ; \
|
||
Left = TRUE ; \
|
||
Text[ chinese_simplified ] = "<22><>һ<EFBFBD><D2BB><EFBFBD>ؼ<EFBFBD><D8BC><EFBFBD>"; \
|
||
Text[ russian ] = "1-<2D><> <20><><EFBFBD><EFBFBD>"; \
|
||
Text[ polish ] = "Pierwszy klucz"; \
|
||
Text[ japanese ] = "<22><> 1"; \
|
||
Text[ chinese_traditional ] = "<22>Ĥ@<40><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>r(~K)"; \
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>"; \
|
||
Text[ greek ] = "~1<> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ korean ] = "1<><31>° Ű";\
|
||
Text[ turkish ] = "~1. Anahtar";\
|
||
Text[ language_user1 ] = " ";\
|
||
}; \
|
||
ComboBox DCB_KEY \
|
||
{ \
|
||
Disable = TRUE ; \
|
||
Pos = MAP_APPFONT ( 56 , 44 ) ; \
|
||
Size = MAP_APPFONT ( 94 , 56 ) ; \
|
||
TabStop = TRUE ; \
|
||
DropDown = TRUE ; \
|
||
}; \
|
||
FixedText LBL_KEY2 \
|
||
{ \
|
||
Disable = TRUE ; \
|
||
Pos = MAP_APPFONT ( 12 , 62 ) ; \
|
||
Size = MAP_APPFONT ( 42 , 8 ) ; \
|
||
Text = "~2. Schl<68>ssel" ; \
|
||
Text [ ENGLISH ] = "~2. Key" ; \
|
||
Text [ norwegian ] = "~2. N<>kkel" ; \
|
||
Text [ italian ] = "Chiave ~2" ; \
|
||
Text [ portuguese_brazilian ] = "~2. Tecla" ; \
|
||
Text [ portuguese ] = "~2<> chave" ; \
|
||
Text [ finnish ] = "~2. avain" ; \
|
||
Text [ danish ] = "2. n<>gle" ; \
|
||
Text [ french ] = "~2<>me cl<63>" ; \
|
||
Text [ swedish ] = "Sorteringskod ~2" ; \
|
||
Text [ dutch ] = "~2e sleutel" ; \
|
||
Text [ spanish ] = "~2da clave" ; \
|
||
Text [ english_us ] = "~2nd key" ; \
|
||
Left = TRUE ; \
|
||
Text[ chinese_simplified ] = "<22>ڶ<EFBFBD><DAB6><EFBFBD><EFBFBD>ؼ<EFBFBD><D8BC><EFBFBD>"; \
|
||
Text[ russian ] = "2-<2D><> <20><><EFBFBD><EFBFBD>"; \
|
||
Text[ polish ] = "Drugi klucz"; \
|
||
Text[ japanese ] = "<22><> 2"; \
|
||
Text[ chinese_traditional ] = "<22>ĤG<C4A4><47><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>r(~E)"; \
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; \
|
||
Text[ greek ] = "~2<> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ korean ] = "2<><32>° Ű";\
|
||
Text[ turkish ] = "~2. Anahtar";\
|
||
Text[ language_user1 ] = " ";\
|
||
}; \
|
||
ComboBox DCB_KEY2 \
|
||
{ \
|
||
Disable = TRUE ; \
|
||
Pos = MAP_APPFONT ( 56 , 59 ) ; \
|
||
Size = MAP_APPFONT ( 94 , 56 ) ; \
|
||
TabStop = TRUE ; \
|
||
DropDown = TRUE ; \
|
||
}; \
|
||
FixedText LBL_LEVEL \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 12 , 76 ) ; \
|
||
Size = MAP_APPFONT ( 21 , 8 ) ; \
|
||
Text = "St~ufe" ; \
|
||
Text [ ENGLISH ] = "~Level" ; \
|
||
Text [ norwegian ] = "~Niv<69>" ; \
|
||
Text [ italian ] = "Livello" ; \
|
||
Text [ portuguese_brazilian ] = "~N<>vel" ; \
|
||
Text [ portuguese ] = "~N<>vel" ; \
|
||
Text [ finnish ] = "~Taso" ; \
|
||
Text [ danish ] = "Niveau" ; \
|
||
Text [ french ] = "~Niveau" ; \
|
||
Text [ swedish ] = "Ni~v<>" ; \
|
||
Text [ dutch ] = "~Niveau" ; \
|
||
Text [ spanish ] = "~Nivel" ; \
|
||
Text [ english_us ] = "~Level" ; \
|
||
Left = TRUE ; \
|
||
Text[ chinese_simplified ] = "<22><>(~L)"; \
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; \
|
||
Text[ polish ] = "Poziom"; \
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>(~L)"; \
|
||
Text[ chinese_traditional ] = "<22><>(~L)"; \
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; \
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~L)";\
|
||
Text[ turkish ] = "D~<7E>zey";\
|
||
Text[ language_user1 ] = " ";\
|
||
}; \
|
||
NumericField SL_LEVEL \
|
||
{ \
|
||
Border = TRUE ; \
|
||
Pos = MAP_APPFONT ( 56 , 74 ) ; \
|
||
Size = MAP_APPFONT ( 18 , 12 ) ; \
|
||
TabStop = TRUE ; \
|
||
Left = TRUE ; \
|
||
Repeat = TRUE ; \
|
||
Spin = TRUE ; \
|
||
Minimum = 1 ; \
|
||
Maximum = 5 ; \
|
||
Value = 1 ; \
|
||
Last = 4 ; \
|
||
SpinSize = 1 ; \
|
||
}; \
|
||
CheckBox CB_MAIN_ENTRY \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 12 , 76 ) ; \
|
||
Size = MAP_APPFONT ( 100 , 8 ) ; \
|
||
Text = "Ha~upteintrag" ; \
|
||
Text [ ENGLISH ] = "~Main entry" ; \
|
||
Text[ english_us ] = "~Main entry";\
|
||
Text[ portuguese ] = "~Entrada principal";\
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ dutch ] = "~Hoofditem";\
|
||
Text[ french ] = "~Entr<74>e principale";\
|
||
Text[ spanish ] = "~Entrada principal";\
|
||
Text[ italian ] = "Voce principale";\
|
||
Text[ danish ] = "Hovedelement";\
|
||
Text[ swedish ] = "H~uvudpost";\
|
||
Text[ polish ] = "Wpis g<><67>wny";\
|
||
Text[ portuguese_brazilian ] = "~Main entry";\
|
||
Text[ japanese ] = "<22>區<EFBFBD><E58D80>(~M)";\
|
||
Text[ korean ] = "<22><> <20><EFBFBD>(~M)";\
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>Ŀ(~M)";\
|
||
Text[ chinese_traditional ] = "<22>D<EFBFBD><44><EFBFBD><EFBFBD>(~M)";\
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ turkish ] = "A~na giri<72>";\
|
||
Text[ language_user1 ] = " ";\
|
||
}; \
|
||
CheckBox CB_APPLY_TO_ALL \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 12 , 90 ) ; \
|
||
Size = MAP_APPFONT ( 140 , 12 ) ; \
|
||
Text = "~Auf alle gleichen Texte anwenden." ; \
|
||
Text [ ENGLISH ] = "~Apply to all similar texts." ; \
|
||
Hide = TRUE; \
|
||
Text[ english_us ] = "~Apply to all similar texts."; \
|
||
Text[ portuguese ] = "~Aplicar a todos os textos semelhantes"; \
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; \
|
||
Text[ dutch ] = "~Alle gelijkluidende teksten"; \
|
||
Text[ french ] = "~Appliquer <20> tous les textes similaires."; \
|
||
Text[ spanish ] = "~Aplicar a todos los textos iguales."; \
|
||
Text[ italian ] = "~Applica a tutti i testi simili"; \
|
||
Text[ danish ] = "Anvend p<> alle lignende tekster."; \
|
||
Text[ swedish ] = "~Anv<6E>nd p<> alla liknande texter."; \
|
||
Text[ polish ] = "Zastosuj w podobnych tekstach."; \
|
||
Text[ portuguese_brazilian ] = "~Apply to all similar texts."; \
|
||
Text[ japanese ] = "<22><><EFBFBD>ׂĂ̎<C482><CC8E>Ă<EFBFBD><C482>镶<EFBFBD><E995B6><EFBFBD><EFBFBD><EFBFBD>ɓK<C993>p(~A)"; \
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͬ<EFBFBD><CDAC><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~A)"; \
|
||
Text[ chinese_traditional ] = "<22>Ω<EFBFBD><CEA9>Ҧ<EFBFBD><D2A6>ۦP<DBA6><50><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~A)"; \
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>."; \
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";\
|
||
Text[ korean ] = "<22><>ü <20><><EFBFBD><EFBFBD> <20>ؽ<EFBFBD>Ʈ <20><><EFBFBD><EFBFBD>(~A)";\
|
||
Text[ turkish ] = "~T<>m e<> metinlere uygula.";\
|
||
Text[ language_user1 ] = " ";\
|
||
}; \
|
||
CheckBox CB_CASESENSITIVE \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 18 , 104 ) ; \
|
||
Size = MAP_APPFONT ( 134 , 12 ) ; \
|
||
Text = "E~xakte Suche" ; \
|
||
Text [ ENGLISH ] = "Match case" ; \
|
||
Hide = TRUE;\
|
||
Text[ english_us ] = "Ma~tch case";\
|
||
Text[ portuguese ] = "Procura e~xacta";\
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ dutch ] = "~Exact dezelfde tekens";\
|
||
Text[ french ] = "Respecter la ~casse";\
|
||
Text[ spanish ] = "B<>squeda e~xacta";\
|
||
Text[ italian ] = "Ricerca esatta";\
|
||
Text[ danish ] = "S<>g eksakt";\
|
||
Text[ swedish ] = "E~xakt s<>kning";\
|
||
Text[ polish ] = "Dok<6F>adne wyszukiwanie";\
|
||
Text[ portuguese_brazilian ] = "Match case";\
|
||
Text[ japanese ] = "<22><><EFBFBD>S<EFBFBD>ɓ<EFBFBD><C993><EFBFBD><EFBFBD>ȒP<C892><50><EFBFBD>̌<EFBFBD><CC8C><EFBFBD>";\
|
||
Text[ korean ] = "<22><>/<2F>ҹ<EFBFBD><D2B9><EFBFBD> <20><><EFBFBD><EFBFBD>(~T)";\
|
||
Text[ chinese_simplified ] = "<22><>ȷ<EFBFBD><C8B7>Ѱ";\
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>̴M<CCB4><4D>";\
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD>";\
|
||
Text[ turkish ] = "B<>Y<EFBFBD>K/k<><6B><EFBFBD>k ~harf duyarl<72>";\
|
||
}; \
|
||
CheckBox CB_WORDONLY \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 18 , 118 ) ; \
|
||
Size = MAP_APPFONT ( 134 , 12 ) ; \
|
||
Text = "Nur ganze ~W<>rter" ; \
|
||
Text [ ENGLISH ] = "Whole words only" ; \
|
||
Hide = TRUE;\
|
||
Text[ english_us ] = "~Whole words only";\
|
||
Text[ portuguese ] = "S<> ~palavras inteiras";\
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ dutch ] = "Alleen hele ~woorden";\
|
||
Text[ french ] = "~Mots entiers";\
|
||
Text[ spanish ] = "Solo palabras e~nteras";\
|
||
Text[ italian ] = "Solo parole intere";\
|
||
Text[ danish ] = "Kun hele ord";\
|
||
Text[ swedish ] = "Bara hela ~ord";\
|
||
Text[ polish ] = "Tylko ca<63>e wyrazy";\
|
||
Text[ portuguese_brazilian ] = "Whole words only";\
|
||
Text[ japanese ] = "<22>P<EFBFBD><50><EFBFBD>P<EFBFBD>ʂł̂<C582>";\
|
||
Text[ korean ] = "<22><>ü <20>ܾ(~W)";\
|
||
Text[ chinese_simplified ] = "ֻ<><D6BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ chinese_traditional ] = "<22>u<EFBFBD>O<EFBFBD><4F><EFBFBD>Ӧr";\
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>";\
|
||
Text[ turkish ] = "Yaln<6C>zca ~tam s<>zc<7A>kler bul";\
|
||
}; \
|
||
};
|
||
|
||
ModalDialog DLG_EDIT_IDXMARK
|
||
{
|
||
OutputSize = TRUE ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE;
|
||
Sizeable = FALSE ;
|
||
HelpID = FN_EDIT_IDX_ENTRY_DLG;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 218 , 118 ) ;
|
||
#define GB_HEIGHT 109
|
||
#define DCB_INDEX_WIDTH 94
|
||
#define WINDOW_HEIGHT 118
|
||
IDX_DIALOG_WINDOW
|
||
};
|
||
ModelessDialog DLG_INSIDXMARK
|
||
{
|
||
OutputSize = TRUE ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE;
|
||
Sizeable = FALSE ;
|
||
// Zoomable = TRUE ;
|
||
HelpID = FN_INSERT_IDX_ENTRY_DLG;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 218 , 138) ;
|
||
// Moveable = TRUE ;
|
||
#define GB_HEIGHT 129
|
||
#define DCB_INDEX_WIDTH 79
|
||
#define WINDOW_HEIGHT 138
|
||
IDX_DIALOG_WINDOW
|
||
};
|
||
ModalDialog DLG_NEW_USER_IDX
|
||
{
|
||
OutputSize = TRUE ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE;
|
||
Sizeable = FALSE ;
|
||
HelpID = HID_DLG_NEW_USER_IDX;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 194 , 60 ) ;
|
||
Text = "Neues benutzerdefiniertes Verzeichnis anlegen" ;
|
||
Text [ ENGLISH ] = "Create new user-defined index" ;
|
||
OKButton PB_OK
|
||
{
|
||
Pos = MAP_APPFONT ( 141 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton PB_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 141 , 23 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
};
|
||
HelpButton PB_HELP
|
||
{
|
||
Pos = MAP_APPFONT ( 141 , 43 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
};
|
||
GroupBox GB_NAME
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
||
Size = MAP_APPFONT ( 132 , 54 ) ;
|
||
Text = "Neues Benutzerverzeichnis" ;
|
||
Text [ ENGLISH ] = "New user index name" ;
|
||
|
||
Text[ english_us ] = "New user index";
|
||
Text[ portuguese ] = "Novo <20>ndice personalizado";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Nieuwe gebruikersindex";
|
||
Text[ french ] = "Nouvel index personnalis<69>";
|
||
Text[ spanish ] = "Nuevo <20>ndice de usuario";
|
||
Text[ italian ] = "Nuovo indice personalizzato";
|
||
Text[ danish ] = "Nyt brugerindeks";
|
||
Text[ swedish ] = "Ny anv<6E>ndarf<72>rteckning";
|
||
Text[ polish ] = "Nowy indeks u<>ytkownika";
|
||
Text[ portuguese_brazilian ] = "New user index name";
|
||
Text[ japanese ] = "<22>V<EFBFBD><56><EFBFBD><EFBFBD>հ<EFBFBD>ް<EFBFBD><DEB0><EFBFBD>`<60>̍<EFBFBD><CC8D><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD>ο<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22>½<EFBFBD><C2BD>û<EFBFBD>Ŀ¼";
|
||
Text[ chinese_traditional ] = "<22>s<EFBFBD>ئۭq<DBAD>ؿ<EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Yeni kullan<61>c<EFBFBD> dizini";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
FixedText FT_NAME
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 16 ) ;
|
||
Size = MAP_APPFONT ( 40 , 10 ) ;
|
||
Text = "~Name" ;
|
||
Text [ ENGLISH ] = "Name" ;
|
||
|
||
Text[ english_us ] = "~Name";
|
||
Text[ portuguese ] = "~Nome";
|
||
Text[ russian ] = "<22><><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Naam";
|
||
Text[ french ] = "~Nom";
|
||
Text[ spanish ] = "~Nombre";
|
||
Text[ italian ] = "~Nome";
|
||
Text[ danish ] = "Navn";
|
||
Text[ swedish ] = "~Namn";
|
||
Text[ polish ] = "Nazwa";
|
||
Text[ portuguese_brazilian ] = "Name";
|
||
Text[ japanese ] = "<22><><EFBFBD>O(~N)";
|
||
Text[ korean ] = "<22≯<EFBFBD>(~N)";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~N)";
|
||
Text[ chinese_traditional ] = "<22>W<EFBFBD><57>(~N)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "~Ad";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
Edit ED_NAME
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 55 , 15 ) ;
|
||
Size = MAP_APPFONT ( 80 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
Left = TRUE ;
|
||
};
|
||
Text[ english_us ] = "Create New User-defined Index";
|
||
Text[ portuguese ] = "Criar novo <20>ndice personalizado";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Nieuwe gebruikersindex defini<6E>ren";
|
||
Text[ french ] = "Cr<43>ation d'un nouvel index personnalis<69>";
|
||
Text[ spanish ] = "Crear nuevo <20>ndice de usuario";
|
||
Text[ italian ] = "Definisci nuovo indice personalizzato";
|
||
Text[ danish ] = "Opret nyt brugerdefineret indeks";
|
||
Text[ swedish ] = "Skapa ny anv<6E>ndardefinierad f<>rteckning";
|
||
Text[ polish ] = "Utw<74>rz nowy indeks zdefiniowany przez u<>ytkownika";
|
||
Text[ portuguese_brazilian ] = "Define new user index";
|
||
Text[ japanese ] = "<22>V<EFBFBD><56><EFBFBD><EFBFBD>հ<EFBFBD>ް<EFBFBD><DEB0><EFBFBD>`<60>̍<EFBFBD><CC8D><EFBFBD><EFBFBD>̍쐬";
|
||
Text[ korean ] = "<22><><EFBFBD>ο<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22>½<EFBFBD><C2BD>û<EFBFBD><C3BB>Զ<EFBFBD>Ŀ¼";
|
||
Text[ chinese_traditional ] = "<22>s<EFBFBD>W<EFBFBD>ۭq<DBAD><71><EFBFBD>ؿ<EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Yeni kullan<61>c<EFBFBD> tan<61>ml<6D> dizin olu<6C>tur";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
|
||
String STR_IDXMRK_EDIT
|
||
{
|
||
Text = "Verzeichniseintrag bearbeiten" ;
|
||
Text [ ENGLISH ] = "Edit index entry" ;
|
||
Text [ norwegian ] = "Rediger stikkordregisterinngang" ;
|
||
Text [ italian ] = "Modifica voce di indice" ;
|
||
Text [ portuguese_brazilian ] = "Editar entrada de <20>ndice" ;
|
||
Text [ portuguese ] = "Editar entrada de <20>ndice" ;
|
||
Text [ finnish ] = "Muokkaa hakusanaa" ;
|
||
Text [ danish ] = "Rediger indekselement" ;
|
||
Text [ french ] = "<22>dition d'une entr<74>e d'index" ;
|
||
Text [ swedish ] = "Redigera f<>rteckningspost" ;
|
||
Text [ dutch ] = "Indexitem bewerken" ;
|
||
Text [ spanish ] = "Editar entrada de <20>ndice" ;
|
||
Text [ english_us ] = "Edit Index Entry" ;
|
||
Text[ chinese_simplified ] = "<22>༭Ŀ¼<C4BF><C2BC>Ŀ";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Edytuj wpis do indeksu";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڂ̕ҏW";
|
||
Text[ chinese_traditional ] = "<22>s<EFBFBD><73><EFBFBD>ؿ<EFBFBD><D8BF><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Dizin giri<72>ini d<>zenle";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
String STR_IDXMRK_INSERT
|
||
{
|
||
/* ### ACHTUNG: Neuer Text in Resource? Verzeichniseintrag einf<6E>gen : Verzeichniseintrag einf<6E>gen */
|
||
Text = "Verzeichniseintrag einf<6E>gen" ;
|
||
Text [ ENGLISH ] = "Insert index entry" ;
|
||
Text [ norwegian ] = "Sett inn oppf<70>ring i stikkkordregister" ;
|
||
Text [ italian ] = "Inserisci voce di indice" ;
|
||
Text [ portuguese_brazilian ] = "Inserir entrada de <20>ndice" ;
|
||
Text [ portuguese ] = "Inserir entrada no <20>ndice" ;
|
||
Text [ finnish ] = "Lis<69><73> hakemistotekstin" ;
|
||
Text [ danish ] = "Inds<64>t indekselement" ;
|
||
Text [ french ] = "Insertion d'une entr<74>e d'index" ;
|
||
Text [ swedish ] = "Infoga f<>rteckningspost" ;
|
||
Text [ dutch ] = "Indexitem invoegen" ;
|
||
Text [ spanish ] = "Insertar una entrada de <20>ndice" ;
|
||
Text [ english_us ] = "Insert Index Entry" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Wstaw wpis do indeksu";
|
||
Text[ japanese ] = "<22>ڎ<EFBFBD><DA8E>ƍ<EFBFBD><C68D><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڂ̑}<7D><>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>J<EFBFBD>ؿ<EFBFBD><D8BF><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Dizin giri<72>i ekle";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
|
||
#define AUTH_DIALOG_WINDOW \
|
||
Window WIN_DLG \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 0 , 0 ) ; \
|
||
Size = MAP_APPFONT ( 218 , 118 + RADIO_BUTTON_HEIGHT) ; \
|
||
RadioButton RB_FROMCOMPONENT \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 12 , 14 ) ; \
|
||
Size = MAP_APPFONT ( 147 , 12 ) ; \
|
||
Text = "Aus Literatur~datenbank" ; \
|
||
Text [ ENGLISH ] = "Form bibliography database" ; \
|
||
Text[ english_us ] = "From bibliography ~database";\
|
||
Text[ portuguese ] = "A partir da ~base de dados bibliogr<67>fica";\
|
||
Text[ russian ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ greek ] = "<22><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> ~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ dutch ] = "Uit ~literatuur-database";\
|
||
Text[ french ] = "<22> partir de la ~base de donn<6E>es bibliographique";\
|
||
Text[ spanish ] = "De la base de datos ~bibliogr<67>fica";\
|
||
Text[ italian ] = "Dal ~database bibliografico";\
|
||
Text[ danish ] = "fra litteraturdatabasen";\
|
||
Text[ swedish ] = "Fr<46>n litteratur~databas";\
|
||
Text[ polish ] = "Z bibliograficznej bazy danych";\
|
||
Text[ portuguese_brazilian ] = "Form bibliography database";\
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD>Ǘ<EFBFBD><C797>ް<EFBFBD><DEB0>ް<EFBFBD><DEB0><EFBFBD><EFBFBD><EFBFBD>(~D)";\
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ͺ<EFBFBD><CDBA>̽<EFBFBD><CCBD><EFBFBD> <20><><EFBFBD><EFBFBD>(~D)";\
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>";\
|
||
Text[ chinese_traditional ] = "<22>q<EFBFBD><71><EFBFBD>m<EFBFBD><6D><EFBFBD>Ʈw";\
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ turkish ] = "Kaynak<61>a veritaban<61>ndan";\
|
||
}; \
|
||
RadioButton RB_FROMDOCCONTENT \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 12, 29 ) ; \
|
||
Size = MAP_APPFONT ( 147 , 12 ) ; \
|
||
Text = "~Aus Dokumentinhalt" ; \
|
||
Text [ ENGLISH ] = "From document content" ; \
|
||
Text[ english_us ] = "~From document content";\
|
||
Text[ portuguese ] = "A partir do ~conte<74>do do documento";\
|
||
Text[ russian ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ greek ] = "~<7E><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ dutch ] = "Uit ~documentinhoud";\
|
||
Text[ french ] = "<22> partir du contenu du ~document";\
|
||
Text[ spanish ] = "~Del contenido del documento";\
|
||
Text[ italian ] = "Dal contenuto del documento";\
|
||
Text[ danish ] = "fra dokumentindholdet";\
|
||
Text[ swedish ] = "~Fr<46>n dokumentinneh<65>ll";\
|
||
Text[ polish ] = "Z zawarto<74>ci dokumentu";\
|
||
Text[ portuguese_brazilian ] = "From document content";\
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>e<EFBFBD><65><EFBFBD><EFBFBD>(~F)";\
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD>뿡<EFBFBD><EBBFA1> <20><><EFBFBD><EFBFBD>(~F)";\
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ĵ<EFBFBD><C4B5><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ chinese_traditional ] = "<22>q<EFBFBD><71><EFBFBD>e";\
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ turkish ] = "~Belge i<>eri<72>inden";\
|
||
}; \
|
||
FixedText FT_ENTRY \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 12 , 15 + RADIO_BUTTON_HEIGHT) ; \
|
||
Size = MAP_APPFONT ( 60 , 8 ) ; \
|
||
Text = "~Kurzbezeichnung" ; \
|
||
Text [ ENGLISH ] = "Short name" ; \
|
||
Text[ english_us ] = "Short ~name";\
|
||
Text[ portuguese ] = "~Abreviatura";\
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ dutch ] = "Beknopte aand~uiding";\
|
||
Text[ french ] = "~Abr<62>g<EFBFBD>";\
|
||
Text[ spanish ] = "Abre~viatura";\
|
||
Text[ italian ] = "Abbreviazione";\
|
||
Text[ danish ] = "Kort betegnelse";\
|
||
Text[ swedish ] = "~Kort beteckning";\
|
||
Text[ polish ] = "Skr<6B>t";\
|
||
Text[ portuguese_brazilian ] = "Short name";\
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>(~N)";\
|
||
Text[ korean ] = "ª<><C2AA> <20≯<EFBFBD>(~N)";\
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~N)";\
|
||
Text[ chinese_traditional ] = "²<>u<EFBFBD>y<EFBFBD>z(~N)";\
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ turkish ] = "K~<7E>saltma";\
|
||
Text[ language_user1 ] = " ";\
|
||
}; \
|
||
Edit ED_ENTRY \
|
||
{ \
|
||
Border = TRUE ; \
|
||
Pos = MAP_APPFONT ( 75 , 14 + RADIO_BUTTON_HEIGHT) ; \
|
||
Size = MAP_APPFONT ( 74 , 12 ) ; \
|
||
TabStop = TRUE ; \
|
||
Left = TRUE ; \
|
||
}; \
|
||
ListBox LB_ENTRY \
|
||
{ \
|
||
Border = TRUE ; \
|
||
Pos = MAP_APPFONT ( 75 , 14 + RADIO_BUTTON_HEIGHT) ; \
|
||
Size = MAP_APPFONT ( 74 , 50 ) ; \
|
||
TabStop = TRUE ; \
|
||
DropDown = TRUE ; \
|
||
}; \
|
||
FixedText FT_AUTHOR \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 12 , 28 + RADIO_BUTTON_HEIGHT) ; \
|
||
Size = MAP_APPFONT ( 60 , 8 ) ; \
|
||
Text = "Autor" ; \
|
||
Text [ ENGLISH ] = "Author" ; \
|
||
Text[ english_us ] = "Author";\
|
||
Text[ portuguese ] = "Autor";\
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ dutch ] = "Auteur";\
|
||
Text[ french ] = "Auteur";\
|
||
Text[ spanish ] = "Autor";\
|
||
Text[ italian ] = "Autore";\
|
||
Text[ danish ] = "Forfatter";\
|
||
Text[ swedish ] = "F<>rfattare";\
|
||
Text[ polish ] = "Autor";\
|
||
Text[ portuguese_brazilian ] = "Author";\
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";\
|
||
Text[ korean ] = "<22>ۼ<EFBFBD><DBBC><EFBFBD>";\
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";\
|
||
Text[ chinese_traditional ] = "<22>@<40><>";\
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ turkish ] = "Yazan";\
|
||
Text[ language_user1 ] = " ";\
|
||
}; \
|
||
FixedText FI_AUTHOR \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 75 , 28 + RADIO_BUTTON_HEIGHT) ; \
|
||
Size = MAP_APPFONT ( 74 , 20 ) ; \
|
||
WordBreak = TRUE; \
|
||
}; \
|
||
FixedText FT_TITLE \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 12 , 54 + RADIO_BUTTON_HEIGHT) ; \
|
||
Size = MAP_APPFONT ( 60 , 8 ) ; \
|
||
Text = "Titel" ; \
|
||
Text [ ENGLISH ] = "Title" ; \
|
||
Text[ english_us ] = "Title";\
|
||
Text[ portuguese ] = "T<>tulo";\
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ dutch ] = "Titel";\
|
||
Text[ french ] = "Titre";\
|
||
Text[ spanish ] = "T<>tulo";\
|
||
Text[ italian ] = "Titolo";\
|
||
Text[ danish ] = "Titel";\
|
||
Text[ swedish ] = "Titel";\
|
||
Text[ polish ] = "Tytu<74>";\
|
||
Text[ portuguese_brazilian ] = "Title";\
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";\
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";\
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";\
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>D";\
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ turkish ] = "Ba<42>l<EFBFBD>k";\
|
||
Text[ language_user1 ] = " ";\
|
||
}; \
|
||
FixedText FI_TITLE \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 75 , 54 + RADIO_BUTTON_HEIGHT) ; \
|
||
Size = MAP_APPFONT ( 74 , 20 ) ; \
|
||
WordBreak = TRUE; \
|
||
}; \
|
||
GroupBox GB_ENTRY \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 6 , 3 ) ; \
|
||
Size = MAP_APPFONT ( 146 , 112 + RADIO_BUTTON_HEIGHT) ; \
|
||
Text = "Eintrag" ; \
|
||
Text [ ENGLISH ] = "Entry" ; \
|
||
Text[ english_us ] = "Entry";\
|
||
Text[ portuguese ] = "Entrada";\
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ dutch ] = "Item";\
|
||
Text[ french ] = "Entr<74>e";\
|
||
Text[ spanish ] = "Entrada";\
|
||
Text[ italian ] = "Voce";\
|
||
Text[ danish ] = "Element";\
|
||
Text[ swedish ] = "Post";\
|
||
Text[ polish ] = "Wpis";\
|
||
Text[ portuguese_brazilian ] = "Entry";\
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";\
|
||
Text[ korean ] = "<22><EFBFBD>";\
|
||
Text[ chinese_simplified ] = "<22><>Ŀ";\
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";\
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ turkish ] = "Giri<72>";\
|
||
Text[ language_user1 ] = " ";\
|
||
}; \
|
||
OKButton PB_OK \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 162 , 6 ) ; \
|
||
Size = MAP_APPFONT ( 50 , 14 ) ; \
|
||
TabStop = TRUE ; \
|
||
DefButton = TRUE ; \
|
||
Text = "Einf<6E>gen"; \
|
||
Text[English] = "Insert"; \
|
||
Text[ english_us ] = "Insert";\
|
||
Text[ portuguese ] = "Inserir";\
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ dutch ] = "Invoegen";\
|
||
Text[ french ] = "Ins<6E>rer";\
|
||
Text[ spanish ] = "Insertar";\
|
||
Text[ italian ] = "Inserisci";\
|
||
Text[ danish ] = "Inds<64>t";\
|
||
Text[ swedish ] = "Infoga";\
|
||
Text[ polish ] = "Wstaw";\
|
||
Text[ portuguese_brazilian ] = "Insert";\
|
||
Text[ japanese ] = "<22>}<7D><>";\
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";\
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";\
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>J";\
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ turkish ] = "Ekle";\
|
||
Text[ language_user1 ] = " ";\
|
||
}; \
|
||
CancelButton PB_CANCEL \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 162 , 23 ) ; \
|
||
Size = MAP_APPFONT ( 50 , 14 ) ; \
|
||
Text = "Schlie<69>en"; \
|
||
Text[English] = "Close"; \
|
||
Text[ english_us ] = "Close";\
|
||
Text[ portuguese ] = "Fechar";\
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ dutch ] = "Sluiten";\
|
||
Text[ french ] = "Fermer";\
|
||
Text[ spanish ] = "Cerrar";\
|
||
Text[ italian ] = "Chiudi";\
|
||
Text[ danish ] = "Luk";\
|
||
Text[ swedish ] = "St<53>ng";\
|
||
Text[ polish ] = "Zamknij";\
|
||
Text[ portuguese_brazilian ] = "Close";\
|
||
Text[ japanese ] = "<22><EFBFBD><C282><EFBFBD>";\
|
||
Text[ korean ] = "<22>ݱ<EFBFBD>";\
|
||
Text[ chinese_simplified ] = "<22>ر<EFBFBD>";\
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";\
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ turkish ] = "Kapat";\
|
||
Text[ language_user1 ] = " ";\
|
||
}; \
|
||
HelpButton PB_HELP \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 162 , 43 ) ; \
|
||
Size = MAP_APPFONT ( 50 , 14 ) ; \
|
||
}; \
|
||
PushButton PB_CREATEENTRY \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 162 , 60 ) ; \
|
||
Size = MAP_APPFONT ( 50 , 14 ) ; \
|
||
Text = "Ne~u"; \
|
||
Text[English] = "New"; \
|
||
Text[ english_us ] = "~New";\
|
||
Text[ portuguese ] = "~Novo";\
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ dutch ] = "Nie~uw";\
|
||
Text[ french ] = "~Nouvelle entr<74>e";\
|
||
Text[ spanish ] = "N~uevo";\
|
||
Text[ italian ] = "Nuovo";\
|
||
Text[ danish ] = "Ny";\
|
||
Text[ swedish ] = "N~y";\
|
||
Text[ polish ] = "Nowy";\
|
||
Text[ portuguese_brazilian ] = "Create entry";\
|
||
Text[ japanese ] = "<22>V<EFBFBD>K<EFBFBD>쐬";\
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~N)";\
|
||
Text[ chinese_simplified ] = "<22>½<EFBFBD>";\
|
||
Text[ chinese_traditional ] = "<22>s<EFBFBD><73>";\
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";\
|
||
Text[ turkish ] = "~Yeni";\
|
||
Text[ language_user1 ] = " ";\
|
||
}; \
|
||
PushButton PB_EDITENTRY \
|
||
{ \
|
||
Pos = MAP_APPFONT ( 162 , 77 ) ; \
|
||
Size = MAP_APPFONT ( 50 , 14 ) ; \
|
||
Text = "~Bearbeiten"; \
|
||
Text[English] = "Edit"; \
|
||
Text[ english_us ] = "Edit";\
|
||
Text[ portuguese ] = "~Editar";\
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ dutch ] = "~Bewerken";\
|
||
Text[ french ] = "<22>~diter";\
|
||
Text[ spanish ] = "~Editar";\
|
||
Text[ italian ] = "~Modifica";\
|
||
Text[ danish ] = "Rediger";\
|
||
Text[ swedish ] = "Redigera";\
|
||
Text[ polish ] = "~Edytuj";\
|
||
Text[ portuguese_brazilian ] = "Edit";\
|
||
Text[ japanese ] = "<22>ҏW(~E<>j";\
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";\
|
||
Text[ chinese_simplified ] = "<22>༭";\
|
||
Text[ chinese_traditional ] = "<22>s<EFBFBD><73>";\
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ turkish ] = "D~<7E>zenle";\
|
||
}; \
|
||
String ST_CHANGE \
|
||
{ \
|
||
Text = "<22>ndern"; \
|
||
Text[English] = "Apply"; \
|
||
Text[ english_us ] = "Modify";\
|
||
Text[ portuguese ] = "Modificar";\
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ dutch ] = "Wijzigen";\
|
||
Text[ french ] = "Modifier";\
|
||
Text[ spanish ] = "Modificar";\
|
||
Text[ italian ] = "Cambia";\
|
||
Text[ danish ] = "Modificer";\
|
||
Text[ swedish ] = "<22>ndra";\
|
||
Text[ polish ] = "Modyfikuj";\
|
||
Text[ portuguese_brazilian ] = "Apply";\
|
||
Text[ japanese ] = "<22>ύX";\
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";\
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";\
|
||
Text[ chinese_traditional ] = "<22>ܧ<EFBFBD>";\
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";\
|
||
Text[ turkish ] = "De<44>i<EFBFBD>tir";\
|
||
Text[ language_user1 ] = " ";\
|
||
}; \
|
||
};
|
||
|
||
ModalDialog DLG_EDIT_AUTHMARK
|
||
{
|
||
OutputSize = TRUE ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
Sizeable = FALSE ;
|
||
HelpID = FN_EDIT_AUTH_ENTRY_DLG;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 218 , 118 ) ;
|
||
#define RADIO_BUTTON_HEIGHT 0
|
||
AUTH_DIALOG_WINDOW
|
||
};
|
||
ModelessDialog DLG_INSAUTHMARK
|
||
{
|
||
OutputSize = TRUE ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
Sizeable = FALSE ;
|
||
// Zoomable = TRUE ;
|
||
HelpID = FN_INSERT_AUTH_ENTRY_DLG;
|
||
SVLook = TRUE ;
|
||
#define RADIO_BUTTON_HEIGHT 30
|
||
Size = MAP_APPFONT ( 218 , 118 + RADIO_BUTTON_HEIGHT) ;
|
||
// Moveable = TRUE ;
|
||
AUTH_DIALOG_WINDOW
|
||
};
|
||
ModalDialog DLG_CREATE_AUTH_ENTRY
|
||
{
|
||
HelpId = HID_DLG_CREATE_AUTH_ENTRY;
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 365 , 203 ) ;
|
||
Text = "Literatureintrag definieren" ;
|
||
Text [ ENGLISH ] = "Define authority entry" ;
|
||
Moveable = TRUE ;
|
||
OKButton PB_OK
|
||
{
|
||
Pos = MAP_APPFONT ( 312 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton PB_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 312 , 23 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
};
|
||
HelpButton PB_HELP
|
||
{
|
||
Pos = MAP_APPFONT ( 312 , 43 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
};
|
||
GroupBox GB_ENTRIES
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
||
Size = MAP_APPFONT ( 300 , 197 ) ;
|
||
Text = "Eintragsdaten" ;
|
||
Text [ ENGLISH ] = "Entry data" ;
|
||
Text[ english_us ] = "Entry data";
|
||
Text[ portuguese ] = "Dados da entrada";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Itemgegevens";
|
||
Text[ french ] = "Donn<6E>es de l'entr<74>e";
|
||
Text[ spanish ] = "Datos de la entrada";
|
||
Text[ italian ] = "Dati voce";
|
||
Text[ danish ] = "Elementdata";
|
||
Text[ swedish ] = "Postdata";
|
||
Text[ polish ] = "Dane wpisu";
|
||
Text[ portuguese_brazilian ] = "Entry data";
|
||
Text[ japanese ] = "<22><><EFBFBD>͓<EFBFBD>";
|
||
Text[ korean ] = "<22><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><>Ŀ<EFBFBD><C4BF><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>ؼ<EFBFBD><D8BC>u";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Giri<72> verileri";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
Text[ english_us ] = "Define Bibliography Entry";
|
||
Text[ portuguese ] = "Definir entrada bibliogr<67>fica";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Item voor literatuurlijst defini<6E>ren";
|
||
Text[ french ] = "D<>finir une entr<74>e de bibliographie";
|
||
Text[ spanish ] = "Definir entrada de bibliograf<61>a";
|
||
Text[ italian ] = "Definisci voce bibliografica";
|
||
Text[ danish ] = "Definer litteraturlisteelement";
|
||
Text[ swedish ] = "Definiera litteraturpost";
|
||
Text[ polish ] = "Zdefiniuj wpis bibliograficzny";
|
||
Text[ portuguese_brazilian ] = "Define authority entry";
|
||
Text[ japanese ] = "<22>Q<EFBFBD>l<EFBFBD><6C><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڂ̒<DA82><CC92>`";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ";
|
||
Text[ chinese_traditional ] = "<22>w<EFBFBD>q<EFBFBD>ѦҤ<D1A6><D2A4>m<EFBFBD><6D><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Kaynak<61>a giri<72>ini tan<61>mla";
|
||
};
|
||
String STR_AUTHMRK_EDIT
|
||
{
|
||
Text = "Literaturverzeichniseintrag bearbeiten" ;
|
||
Text [ ENGLISH ] = "Edit authority entry" ;
|
||
|
||
Text[ english_us ] = "Edit bibliography entry";
|
||
Text[ portuguese ] = "Editar entrada bibliogr<67>fica";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Item voor literatuurlijst bewerken";
|
||
Text[ french ] = "<22>diter une entr<74>e de bibliographie";
|
||
Text[ spanish ] = "Editar entrada de bibliograf<61>a";
|
||
Text[ italian ] = "Modifica voce bibliografica";
|
||
Text[ danish ] = "Rediger litteraturlisteelement";
|
||
Text[ swedish ] = "Redigera post i litteraturf<72>rteckning";
|
||
Text[ polish ] = "Edytuj wpis bibliograficzny";
|
||
Text[ portuguese_brazilian ] = "Edit authority entry";
|
||
Text[ japanese ] = "<22>Q<EFBFBD>l<EFBFBD><6C><EFBFBD><EFBFBD><EFBFBD>\\<5C>̕ҏW";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22>༭<EFBFBD><E0BCAD><EFBFBD><EFBFBD>Ŀ¼<C4BF><C2BC>Ŀ";
|
||
Text[ chinese_traditional ] = "<22>s<EFBFBD><73><EFBFBD>ѦҤ<D1A6><D2A4>m<EFBFBD><6D><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Kaynak<61>a dizini giri<72>ini d<>zenle";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
String STR_AUTHMRK_INSERT
|
||
{
|
||
Text = "Literaturverzeichniseintrag einf<6E>gen" ;
|
||
Text [ ENGLISH ] = "Insert authority entry" ;
|
||
|
||
Text[ english_us ] = "Insert bibliography entry";
|
||
Text[ portuguese ] = "Inserir entrada bibliogr<67>fica";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Item invoegen in literatuurlijst";
|
||
Text[ french ] = "Ins<6E>rer une entr<74>e de bibliographie";
|
||
Text[ spanish ] = "Insertar entrada de bibliograf<61>a";
|
||
Text[ italian ] = "Inserisci voce bibliografica";
|
||
Text[ danish ] = "Inds<64>t litteraturlisteelement";
|
||
Text[ swedish ] = "Infoga post i litteraturf<72>rteckning";
|
||
Text[ polish ] = "Wstaw wpis bibliograficzny";
|
||
Text[ portuguese_brazilian ] = "Insert authority entry";
|
||
Text[ japanese ] = "<22>Q<EFBFBD>l<EFBFBD><6C><EFBFBD><EFBFBD><EFBFBD>̑}<7D><>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ¼<C4BF><C2BC>Ŀ";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>J<EFBFBD>ѦҤ<D1A6><D2A4>m<EFBFBD><6D><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Kaynak<61>a dizini giri<72>i ekle";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
QueryBox DLG_CHANGE_AUTH_ENTRY
|
||
{
|
||
BUTTONS = WB_YES_NO ;
|
||
DEFBUTTON = WB_DEF_NO ;
|
||
MESSAGE = "Der Bibliographie-Eintrag ist bereits mit abweichenden Daten im Dokument enthalten. "\
|
||
"M<>chten sie die bereits enthaltenen Eintr<74>ge anpassen?" ;
|
||
MESSAGE [ English ] = "The bibliography entry is already contained in the document with different data."\
|
||
"Do you want to adjust the existing bibliography entries?" ;
|
||
MESSAGE[ english_us ] = "The bibliography entry is already contained in the document with different data. ";
|
||
MESSAGE[ portuguese ] = "A entrada bibliogr<67>fica j<> existe no documento com dados diferentes. ";
|
||
MESSAGE[ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. ";
|
||
MESSAGE[ greek ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. ";
|
||
MESSAGE[ dutch ] = "Het bibliografie-item bevindt zich reeds met andere gegevens in het document. ";
|
||
MESSAGE[ french ] = "L'entr<74>e de bibliographie existe d<>j<EFBFBD> en relation avec des donn<6E>es diff<66>rentes dans le document. ";
|
||
MESSAGE[ spanish ] = "La entrada de bibliograf<61>a existe ya con datos diferentes en el documento. ";
|
||
MESSAGE[ italian ] = "La voce bibliografica <20> gi<67> presente nel documento con dati diversi. ";
|
||
MESSAGE[ danish ] = "Litteraturlisteelementet er allerede indeholdt i dokumentet med afvigende data. ";
|
||
MESSAGE[ swedish ] = "Bibliografiposten finns redan med avvikande data i dokumentet. ";
|
||
MESSAGE[ polish ] = "Wpis bibliograficzny zawarty jest w dokumencie <20><>cznie z innymi danymi.";
|
||
MESSAGE[ portuguese_brazilian ] = "The bibliography entry is already contained in the document with different data.";
|
||
MESSAGE[ japanese ] = "<22><><EFBFBD>̎Q<CC8E>l<EFBFBD><6C><EFBFBD><EFBFBD><EFBFBD>͂<EFBFBD><CD82>̕<EFBFBD><CC95><EFBFBD><EFBFBD>̕ʂ̌<CC8C><C28F>ɂ<EFBFBD><C982>łɏo<C98F>Ă<EFBFBD><C482>Ă<EFBFBD><C482>܂<EFBFBD><DC82>B ";
|
||
MESSAGE[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><EFBFBD><D7B8><EFBFBD> <20>̹<EFBFBD> <20>ٸ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ϳ<EFBFBD> <20>Բ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>ԵǾ<D4B5> <20>ֽ<EFBFBD><D6BD>ϴ<EFBFBD>. ";
|
||
MESSAGE[ chinese_simplified ] = "<22>ĵ<EFBFBD><C4B5><EFBFBD><EFBFBD>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD>и<EFBFBD><D0B8><EFBFBD><EFBFBD><EFBFBD>ͬ<EFBFBD><CDAC><EFBFBD>ݵ<EFBFBD>Ŀ¼<C4BF><C2BC>Ŀ<EFBFBD><C4BF> ";
|
||
MESSAGE[ chinese_traditional ] = "<22>b<EFBFBD><62><EFBFBD>w<F3A4BAA4>g<EFBFBD>t<EFBFBD><74><EFBFBD><EFBFBD><EFBFBD>P<EFBFBD><50><EFBFBD>u<EFBFBD><75><EFBFBD>ؿ<EFBFBD><D8BF><EFBFBD><EFBFBD>ءC ";
|
||
MESSAGE[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. ";
|
||
MESSAGE[ turkish ] = "Kaynak<61>a giri<72>i, farkl<6B> veriler ile belgede mevcut.";
|
||
};
|
||
|