Files
libreoffice/sc/source/ui/navipi/navipi.src

1319 lines
50 KiB
Plaintext
Raw Normal View History

2000-09-18 16:07:07 +00:00
/*************************************************************************
*
* $RCSfile: navipi.src,v $
*
* $Revision: 1.33 $
2000-09-18 16:07:07 +00:00
*
* last change: $Author: hr $ $Date: 2003-03-26 18:06:22 $
2000-09-18 16:07:07 +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 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 "navipi.hrc"
#define SC_NAVI_CMD_IDLIST \
IdList = \
{ \
IID_DATA ; \
IID_UP ; \
IID_DOWN ; \
IID_SCENARIOS ; \
IID_DROPMODE ; \
IID_CHANGEROOT ; \
IID_ZOOMOUT ; \
}; \
IdCount = { 8 ; };
2000-09-18 16:07:07 +00:00
Window RID_SCDLG_NAVIGATOR
{
SVLook = TRUE ;
HelpId = HID_SC_NAVIGATOR ;
//? Pos = MAP_APPFONT( 0, 0 );
Size = MAP_APPFONT ( 115 , 116 ) ;
OutputSize = TRUE ;
DialogControl = TRUE ;
Hide = TRUE ;
Text = "Navigator" ;
Text [ ENGLISH ] = "Navigator" ;
Text [ norwegian ] = "Navigator" ;
Text [ italian ] = "Navigatore" ;
Text [ portuguese_brazilian ] = "Navegador" ;
Text [ portuguese ] = "Navegador" ;
2002-11-27 15:34:59 +00:00
Text [ finnish ] = "Etsin" ;
2000-09-18 16:07:07 +00:00
Text [ danish ] = "Navigator" ;
Text [ french ] = "Navigateur" ;
Text [ swedish ] = "Navigator" ;
Text [ dutch ] = "Navigator" ;
Text [ spanish ] = "Navegador" ;
Text [ ENGLISH_US ] = "Navigator" ;
// Closeable = TRUE ;
// Moveable = TRUE ;
// Zoomable = TRUE ;
// Sizeable = TRUE ;
// EnableResizing = TRUE ;
// HideWhenDeactivate = TRUE ;
// Border = TRUE ;
// Dockable = TRUE ;
FixedText FT_ROW
{
// Pos = MAP_APPFONT( 2, 20 );
Pos = MAP_APPFONT ( 2 , 19 ) ;
// an kleinere Toolbox-Bitmaps angepasst
Size = MAP_APPFONT ( 19 , 10 ) ;
Text = "Zeile" ;
Text [ ENGLISH ] = "Row" ;
Text [ norwegian ] = "Row" ;
Text [ italian ] = "Riga" ;
Text [ portuguese_brazilian ] = "Fileira" ;
Text [ portuguese ] = "Linha" ;
Text [ finnish ] = "Rivi" ;
Text [ danish ] = "R<>kke" ;
Text [ french ] = "Ligne" ;
Text [ swedish ] = "Rad" ;
Text [ dutch ] = "Rij" ;
Text [ spanish ] = "Fila" ;
Text [ ENGLISH_US ] = "Row" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "行";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Wiersz";
2001-08-07 14:13:40 +00:00
Text[ japanese ] = "行";
Text[ chinese_traditional ] = "列";
Text[ arabic ] = "<22><>";
2000-09-18 16:07:07 +00:00
Text[ dutch ] = "Rij";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "行";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-07 14:13:40 +00:00
Text[ korean ] = "행";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Sat<61>r";
Text[ language_user1 ] = " ";
2002-08-02 19:12:19 +00:00
Text[ catalan ] = "fila";
2002-05-16 12:05:14 +00:00
Text[ thai ] = "แถว";
2000-09-18 16:07:07 +00:00
};
NumericField ED_ROW
{
HelpId = HID_SC_NAVIPI_ROW ;
Border = TRUE ;
// Pos = MAP_APPFONT( 31, 19 );
Pos = MAP_APPFONT ( 31 , 18 ) ;
// an kleinere Toolbox-Bitmaps angepasst
Size = MAP_APPFONT ( 30 , 12 ) ;
Right = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
SpinSize = 1 ;
Minimum = 1 ;
First = 1 ;
Maximum = 32000 ;
Last = 32000 ;
QuickHelpText = "Zeile" ;
QuickHelpText [ ENGLISH ] = "Row" ;
QuickHelpText [ norwegian ] = "Row" ;
QuickHelpText [ italian ] = "Riga" ;
QuickHelpText [ portuguese_brazilian ] = "Fileira" ;
QuickHelpText [ portuguese ] = "Linha" ;
2002-05-16 12:05:14 +00:00
QuickHelpText [ finnish ] = "Rivi" ;
2000-09-18 16:07:07 +00:00
QuickHelpText [ danish ] = "R<>kke" ;
QuickHelpText [ french ] = "Ligne" ;
QuickHelpText [ swedish ] = "Rad" ;
QuickHelpText [ dutch ] = "Rij" ;
QuickHelpText [ spanish ] = "Fila" ;
QuickHelpText [ english_us ] = "Row" ;
QuickHelpText [ dutch ] = "Rij" ;
QuickHelpText [ french ] = "Ligne" ;
QuickHelpText[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-06-29 01:13:12 +00:00
QuickHelpText[ polish ] = "Wiersz";
2001-08-07 14:13:40 +00:00
QuickHelpText[ japanese ] = "行";
QuickHelpText[ chinese_simplified ] = "行";
QuickHelpText[ chinese_traditional ] = "欄";
2000-09-18 16:07:07 +00:00
QuickHelpText[ arabic ] = "<22><><EFBFBD>";
QuickHelpText[ dutch ] = "Rij";
2001-08-07 14:13:40 +00:00
QuickHelpText[ chinese_simplified ] = "行";
2000-09-18 16:07:07 +00:00
QuickHelpText[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-07 14:13:40 +00:00
QuickHelpText[ korean ] = "행";
2000-09-18 16:07:07 +00:00
QuickHelpText[ language_user1 ] = " ";
QuickHelpText[ language_user1 ] = " ";
QuickHelpText[ language_user1 ] = " ";
QuickHelpText[ turkish ] = "Zeile";
QuickHelpText[ catalan ] = "Fila";
2002-05-16 12:05:14 +00:00
QuickHelpText[ thai ] = "Row";
2000-09-18 16:07:07 +00:00
};
FixedText FT_COL
{
Pos = MAP_APPFONT ( 2 , 5 ) ;
Size = MAP_APPFONT ( 23 , 10 ) ;
Text = "Spalte" ;
Text [ ENGLISH ] = "Column" ;
Text [ norwegian ] = "Column" ;
Text [ italian ] = "Colonna" ;
Text [ portuguese_brazilian ] = "Coluna" ;
Text [ portuguese ] = "Coluna" ;
2001-08-29 19:38:31 +00:00
Text [ finnish ] = "Sarake" ;
2000-09-18 16:07:07 +00:00
Text [ danish ] = "Kolonne" ;
Text [ french ] = "Colonne" ;
Text [ swedish ] = "Kolumn" ;
Text [ dutch ] = "Kolom" ;
Text [ spanish ] = "Columna" ;
Text [ ENGLISH_US ] = "Column" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "列";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Kolumna";
2001-08-07 14:13:40 +00:00
Text[ japanese ] = "列";
Text[ chinese_traditional ] = "欄";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
Text[ dutch ] = "Kolom";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "列";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
2002-05-21 08:14:20 +00:00
Text[ korean ] = "단";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "S<>tun";
Text[ language_user1 ] = " ";
2002-08-05 19:29:02 +00:00
Text[ catalan ] = "Columna";
2002-05-16 12:05:14 +00:00
Text[ thai ] = "คอลัมน์";
2000-09-18 16:07:07 +00:00
};
SpinField ED_COL
{
HelpId = HID_SC_NAVIPI_COL ;
Border = TRUE ;
Pos = MAP_APPFONT ( 31 , 4 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ;
Right = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
QuickHelpText = "Spalte" ;
QuickHelpText [ ENGLISH ] = "Column" ;
QuickHelpText [ norwegian ] = "Column" ;
QuickHelpText [ italian ] = "Colonna" ;
QuickHelpText [ portuguese_brazilian ] = "Coluna" ;
QuickHelpText [ portuguese ] = "Coluna" ;
2002-05-16 12:05:14 +00:00
QuickHelpText [ finnish ] = "Sarake" ;
2000-09-18 16:07:07 +00:00
QuickHelpText [ danish ] = "Kolonne" ;
QuickHelpText [ french ] = "Colonne" ;
QuickHelpText [ swedish ] = "Kolumn" ;
QuickHelpText [ dutch ] = "Kolom" ;
QuickHelpText [ spanish ] = "Columna" ;
QuickHelpText [ english_us ] = "Column" ;
QuickHelpText [ dutch ] = "Kolom" ;
QuickHelpText [ french ] = "Colonne" ;
QuickHelpText[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-06-29 01:13:12 +00:00
QuickHelpText[ polish ] = "Kolumna";
2001-08-07 14:13:40 +00:00
QuickHelpText[ japanese ] = "列";
QuickHelpText[ chinese_simplified ] = "列";
QuickHelpText[ chinese_traditional ] = "列";
2000-09-18 16:07:07 +00:00
QuickHelpText[ arabic ] = "<22><><EFBFBD><EFBFBD>";
QuickHelpText[ dutch ] = "Kolom";
2001-08-07 14:13:40 +00:00
QuickHelpText[ chinese_simplified ] = "列";
2000-09-18 16:07:07 +00:00
QuickHelpText[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
2001-08-07 14:13:40 +00:00
QuickHelpText[ korean ] = "단";
2000-09-18 16:07:07 +00:00
QuickHelpText[ language_user1 ] = " ";
QuickHelpText[ language_user1 ] = " ";
QuickHelpText[ language_user1 ] = " ";
QuickHelpText[ turkish ] = "Spalte";
QuickHelpText[ catalan ] = "Columna";
2002-05-16 12:05:14 +00:00
QuickHelpText[ thai ] = "Column";
2000-09-18 16:07:07 +00:00
};
Control LB_ENTRIES
{
// "Control" braucht immer eigene HelpId
HelpId = HID_SC_NAVIPI_ENTRIES ;
Border = TRUE ;
// Pos = MAP_APPFONT( 2, 52 );
Pos = MAP_APPFONT ( 2 , 35 ) ;
Size = MAP_APPFONT ( 110 , 100 ) ;
TabStop = TRUE ;
};
ListBox LB_DOCUMENTS
{
HelpId = HID_SC_NAVIPI_DOC ;
Border = TRUE ;
// Pos = MAP_APPFONT( 2, 35 );
Pos = MAP_APPFONT ( 2 , 89 ) ;
Size = MAP_APPFONT ( 82 , 50 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
QuickHelpText = "Dokument" ;
QuickHelpText [ ENGLISH ] = "Document" ;
QuickHelpText [ dutch ] = "Document" ;
QuickHelpText [ english_us ] = "Document" ;
QuickHelpText [ italian ] = "Documento" ;
QuickHelpText [ spanish ] = "Documento" ;
QuickHelpText [ french ] = "Document" ;
QuickHelpText [ danish ] = "Dokument" ;
QuickHelpText [ portuguese ] = "Documento" ;
QuickHelpText [ portuguese_brazilian ] = "Dokument" ;
QuickHelpText [ swedish ] = "Dokument" ;
QuickHelpText[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-06-29 01:13:12 +00:00
QuickHelpText[ polish ] = "Dokument";
2002-05-16 12:05:14 +00:00
QuickHelpText[ japanese ] = "ドキュメント";
2001-08-07 14:13:40 +00:00
QuickHelpText[ chinese_simplified ] = "文档";
QuickHelpText[ chinese_traditional ] = "檔案";
2000-09-18 16:07:07 +00:00
QuickHelpText[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
QuickHelpText[ dutch ] = "Document";
2001-08-07 14:13:40 +00:00
QuickHelpText[ chinese_simplified ] = "文档";
2000-09-18 16:07:07 +00:00
QuickHelpText[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-07 14:13:40 +00:00
QuickHelpText[ korean ] = "문서";
2000-09-18 16:07:07 +00:00
QuickHelpText[ language_user1 ] = " ";
QuickHelpText[ language_user1 ] = " ";
QuickHelpText[ language_user1 ] = " ";
QuickHelpText[ turkish ] = "Dokument";
2002-08-05 19:29:02 +00:00
QuickHelpText[ catalan ] = "Document";
2002-05-16 12:05:14 +00:00
QuickHelpText[ finnish ] = "Asiakirja";
QuickHelpText[ thai ] = "Document";
2000-09-18 16:07:07 +00:00
};
ImageList IL_CMD
{
ImageBitmap = Bitmap { File = "na_vipi.bmp" ; };
MaskColor = STD_MASKCOLOR ;
SC_NAVI_CMD_IDLIST
};
ImageList ILH_CMD
{
ImageBitmap = Bitmap { File = "nah_vipi.bmp" ; };
MaskColor = SC_HC_MASKCOLOR ;
SC_NAVI_CMD_IDLIST
};
2000-09-18 16:07:07 +00:00
ToolBox TBX_CMD
{
Pos = MAP_APPFONT ( 66 , 3 ) ;
HelpId = HID_SC_NAVIPI_TOOLBOX ;
SVLook = TRUE ;
Border = FALSE ;
LineCount = 2 ;
ItemList =
{
ToolBoxItem
{
Identifier = IID_DATA ;
HelpId = HID_SC_NAVIPI_DATA ;
Text = "Datenbereich" ;
Text [ ENGLISH ] = "Data Area" ;
Text [ norwegian ] = "Data Area" ;
Text [ italian ] = "Area dati" ;
Text [ portuguese_brazilian ] = "Data Area" ;
Text [ portuguese ] = "<22>rea de dados" ;
Text [ finnish ] = "Tietoalue" ;
2000-09-18 16:07:07 +00:00
Text [ danish ] = "Dataomr<6D>de" ;
Text [ french ] = "Plage de donn<6E>es" ;
Text [ swedish ] = "Dataomr<6D>de" ;
Text [ dutch ] = "Gegevensbereik" ;
Text [ spanish ] = "<22>rea de datos" ;
Text [ english_us ] = "Data Range" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "数据区域";
2001-08-24 09:11:54 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2000-09-18 16:07:07 +00:00
Text[ polish ] = "Obszar danych";
2002-05-16 12:05:14 +00:00
Text[ japanese ] = "データ範囲";
2001-08-07 14:13:40 +00:00
Text[ chinese_traditional ] = "資料區域";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Gegevensbereik";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "数据区域";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "데이터 범위";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Veri alan<61>";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "<22>rea de dades";
Text[ thai ] = "ช่วงข้อมูล";
2000-09-18 16:07:07 +00:00
};
ToolBoxItem
{
Identifier = IID_UP ;
HelpId = HID_SC_NAVIPI_UP ;
Text = "Anfang" ;
Text [ ENGLISH ] = "Start" ;
Text [ norwegian ] = "Start" ;
Text [ italian ] = "Inizio" ;
Text [ portuguese_brazilian ] = "In?cio" ;
2000-09-18 16:07:07 +00:00
Text [ portuguese ] = "In<49>cio" ;
Text [ finnish ] = "Aloita" ;
2000-09-18 16:07:07 +00:00
Text [ danish ] = "Begyndelse" ;
Text [ french ] = "D<>but" ;
Text [ swedish ] = "B<>rjan" ;
Text [ dutch ] = "Begin" ;
Text [ spanish ] = "Comienzo" ;
Text [ english_us ] = "Start" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "开始";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Pocz<63>tek";
2002-05-16 12:05:14 +00:00
Text[ japanese ] = "データ頭";
2001-08-07 14:13:40 +00:00
Text[ chinese_traditional ] = "開始";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Begin";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "开始";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
2001-08-07 14:13:40 +00:00
Text[ korean ] = "시작";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Ba<42>lang<6E><67>";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Inici";
Text[ thai ] = "เริ่มต้น";
2000-09-18 16:07:07 +00:00
};
ToolBoxItem
{
Identifier = IID_DOWN ;
HelpId = HID_SC_NAVIPI_DOWN ;
Text = "Ende" ;
Text [ ENGLISH ] = "End" ;
Text [ norwegian ] = "End" ;
Text [ italian ] = "Fine" ;
Text [ portuguese_brazilian ] = "Final" ;
Text [ portuguese ] = "Fim" ;
2001-08-29 19:38:31 +00:00
Text [ finnish ] = "Loppu" ;
2000-09-18 16:07:07 +00:00
Text [ danish ] = "Slut" ;
Text [ french ] = "Fin" ;
Text [ swedish ] = "Slut" ;
Text [ dutch ] = "Einde" ;
Text [ spanish ] = "Fin" ;
Text [ english_us ] = "End" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "结束";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Koniec";
2002-05-16 12:05:14 +00:00
Text[ japanese ] = "データ末";
2001-08-07 14:13:40 +00:00
Text[ chinese_traditional ] = "結束";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Einde";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "结束";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
2001-08-07 14:13:40 +00:00
Text[ korean ] = "끝";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Son";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Final";
Text[ thai ] = "สิ้นสุด";
2000-09-18 16:07:07 +00:00
};
//--------------------------------------------
// ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR; };
//--------------------------------------------
//----------------------------------------
ToolBoxItem { Type = TOOLBOXITEM_BREAK ; };
//----------------------------------------
ToolBoxItem
{
Identifier = IID_ZOOMOUT ;
HelpId = HID_SC_NAVIPI_ZOOM ;
Text = "Inhalte" ;
Text [ ENGLISH ] = "Contents" ;
Text [ dutch ] = "Inhoud" ;
Text [ english_us ] = "Contents" ;
Text [ italian ] = "Contenuti" ;
Text [ spanish ] = "Contenido" ;
2000-09-18 16:07:07 +00:00
Text [ french ] = "Contenu" ;
Text [ swedish ] = "Inneh<65>ll" ;
Text [ danish ] = "Indhold" ;
Text [ portuguese ] = "Conte<74>dos" ;
Text [ portuguese_brazilian ] = "Inhalte" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "内容";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-06-08 21:28:16 +00:00
Text[ polish ] = "Zawarto<74>ci";
2001-08-07 14:13:40 +00:00
Text[ japanese ] = "内容";
Text[ chinese_traditional ] = "內容";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Inhoud";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "内容";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-07 14:13:40 +00:00
Text[ korean ] = "내용";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "<22><>erikler";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Contingut";
Text[ finnish ] = "Sis<69>lt<6C>";
Text[ thai ] = "เนื้อหา";
2000-09-18 16:07:07 +00:00
};
ToolBoxItem
{
Identifier = IID_CHANGEROOT ;
HelpId = HID_SC_NAVIPI_ROOT ;
Text = "Umschalten" ;
Text [ ENGLISH ] = "Toggle" ;
Text [ dutch ] = "Omschakelen" ;
Text [ english_us ] = "Toggle" ;
Text [ italian ] = "Commuta" ;
Text [ spanish ] = "Conmutar" ;
Text [ french ] = "Basculer" ;
Text [ swedish ] = "V<>xla" ;
Text [ danish ] = "Skift" ;
Text [ portuguese ] = "Comutar" ;
Text [ portuguese_brazilian ] = "Umschalten" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "切换";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2000-09-18 16:07:07 +00:00
Text[ polish ] = "Prze<7A><65>cz";
2001-08-07 14:13:40 +00:00
Text[ japanese ] = "切り替え";
Text[ chinese_traditional ] = "切換";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Omschakelen";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "切换";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-07 14:13:40 +00:00
Text[ korean ] = "토글";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "De<44>i<EFBFBD>tir";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Commuta";
Text[ finnish ] = "Vaihda";
2002-05-16 12:05:14 +00:00
Text[ thai ] = "สลับ";
2000-09-18 16:07:07 +00:00
};
ToolBoxItem
{
Identifier = IID_SCENARIOS ;
HelpId = HID_SC_NAVIPI_SCEN ;
Text = "Szenarien" ;
Text [ ENGLISH ] = "Scenarios" ;
2002-11-27 15:34:59 +00:00
Text [ dutch ] = "Scenario's" ;
2000-09-18 16:07:07 +00:00
Text [ english_us ] = "Scenarios" ;
Text [ italian ] = "Scenari" ;
Text [ spanish ] = "Escenarios" ;
Text [ french ] = "Sc<53>narios" ;
Text [ swedish ] = "Scenarion" ;
Text [ danish ] = "Scenarier" ;
Text [ portuguese ] = "Cen<65>rios" ;
Text [ portuguese_brazilian ] = "Szenarien" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "方案";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Scenariusz";
2002-05-16 12:05:14 +00:00
Text[ japanese ] = "シナリオ";
2001-08-07 14:13:40 +00:00
Text[ chinese_traditional ] = "分析藍本";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2002-11-27 15:34:59 +00:00
Text[ dutch ] = "Scenario's";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "方案";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-07 14:13:40 +00:00
Text[ korean ] = "시나리오";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Senaryo";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Escenaris";
Text[ finnish ] = "Skenaariot";
2002-05-16 12:05:14 +00:00
Text[ thai ] = "สถานการณ์สมมติ";
2000-09-18 16:07:07 +00:00
};
ToolBoxItem
{
Identifier = IID_DROPMODE ;
HelpId = HID_SC_NAVIPI_DROP ;
DropDown = TRUE ;
Text = "Dragmodus" ;
Text [ ENGLISH ] = "Drag mode" ;
2002-11-27 15:34:59 +00:00
Text [ dutch ] = "Sleepmodus" ;
2000-09-18 16:07:07 +00:00
Text [ english_us ] = "Drag Mode" ;
Text [ italian ] = "Modo drag" ;
Text [ spanish ] = "Modo Arrastrar" ;
Text [ french ] = "Mode Glisser" ;
Text [ swedish ] = "Dral<61>ge" ;
Text [ danish ] = "Tr<54>kmodus" ;
Text [ portuguese ] = "Modo Arrastar" ;
Text [ portuguese_brazilian ] = "Dragmodus" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "拖曳模式";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2000-09-18 16:07:07 +00:00
Text[ polish ] = "Tryb przeci<63>gania";
2002-05-16 12:05:14 +00:00
Text[ japanese ] = "ドラッグモード";
2001-08-07 14:13:40 +00:00
Text[ chinese_traditional ] = "拖曳模式";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
2002-11-27 15:34:59 +00:00
Text[ dutch ] = "Sleepmodus";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "拖曳模式";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2002-05-16 12:05:14 +00:00
Text[ korean ] = "끌기 모드";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "S<>r<EFBFBD>kleme kipi";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Mode d'arrossegament";
Text[ finnish ] = "Vetotila";
2002-05-16 12:05:14 +00:00
Text[ thai ] = "ลากโหมด";
2000-09-18 16:07:07 +00:00
};
};
};
String STR_DRAGMODE
{
Text = "Dragmodus" ;
Text [ English ] = "Drag mode" ;
2002-11-27 15:34:59 +00:00
Text [ dutch ] = "Sleepmodus" ;
2000-09-18 16:07:07 +00:00
Text [ english_us ] = "Drag Mode" ;
2001-07-13 20:11:05 +00:00
Text [ italian ] = "Modo drag" ;
2000-09-18 16:07:07 +00:00
Text [ spanish ] = "Modo Arrastrar" ;
Text [ french ] = "Mode Glisser" ;
Text [ swedish ] = "Dral<61>ge" ;
Text [ danish ] = "Tr<54>kmodus" ;
Text [ portuguese ] = "Modo Arrastar" ;
Text [ portuguese_brazilian ] = "Dragmodus" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "拖曳模式";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2000-09-18 16:07:07 +00:00
Text[ polish ] = "Tryb przeci<63>gania";
2002-05-16 12:05:14 +00:00
Text[ japanese ] = "ドラッグモード";
2001-08-07 14:13:40 +00:00
Text[ chinese_traditional ] = "拖曳模式";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
2002-11-27 15:34:59 +00:00
Text[ dutch ] = "Sleepmodus";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "拖曳模式";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2002-05-16 12:05:14 +00:00
Text[ korean ] = "끌기 모드";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "S<>r<EFBFBD>kleme kipi";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Mode d'arrossegament";
Text[ finnish ] = "Vetotila";
2002-05-16 12:05:14 +00:00
Text[ thai ] = "ลากโหมด";
2000-09-18 16:07:07 +00:00
};
String STR_DISPLAY
{
Text = "Anzeige" ;
Text [ English ] = "Display" ;
Text [ dutch ] = "Beeld" ;
Text [ english_us ] = "Display" ;
Text [ italian ] = "Visualizzazione" ;
Text [ spanish ] = "Visualizaci<63>n" ;
Text [ french ] = "Affichage" ;
Text [ swedish ] = "Visning" ;
Text [ danish ] = "Visning" ;
Text [ portuguese ] = "Mostrar" ;
Text [ portuguese_brazilian ] = "Anzeige" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "显示";
2002-11-27 15:34:59 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-06-08 21:28:16 +00:00
Text[ polish ] = "Wy<57>wietl";
2001-08-07 14:13:40 +00:00
Text[ japanese ] = "表示";
Text[ chinese_traditional ] = "顯示";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD>";
Text[ dutch ] = "Beeld";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "显示";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2002-05-16 12:05:14 +00:00
Text[ korean ] = "표시";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "G<>r<EFBFBD>nt<6E>";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Visualitza";
Text[ finnish ] = "N<>yt<79>";
Text[ thai ] = "แสดงผล";
2000-09-18 16:07:07 +00:00
};
String STR_ACTIVE
{
Text = "aktiv" ;
Text [ English ] = "active" ;
Text [ dutch ] = "actief" ;
Text [ english_us ] = "active" ;
Text [ italian ] = "attivo" ;
Text [ spanish ] = "activo" ;
Text [ french ] = "active" ;
Text [ swedish ] = "aktiv" ;
Text [ danish ] = "aktiv" ;
Text [ portuguese ] = "activo" ;
Text [ portuguese_brazilian ] = "aktiv" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "使用中的";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "aktywny";
2002-05-16 12:05:14 +00:00
Text[ japanese ] = "アクティブ";
2001-08-07 14:13:40 +00:00
Text[ chinese_traditional ] = "使用中";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD>";
Text[ dutch ] = "actief";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "使用中的";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-07 14:13:40 +00:00
Text[ korean ] = "활성";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Etkin";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "actiu";
Text[ finnish ] = "aktiivinen";
2002-05-16 12:05:14 +00:00
Text[ thai ] = "ใช้งานอยู่";
2000-09-18 16:07:07 +00:00
};
String STR_NOTACTIVE
{
Text = "inaktiv" ;
Text [ English ] = "inactive" ;
Text [ english_us ] = "inactive" ;
Text [ italian ] = "inattivo" ;
Text [ spanish ] = "inactivo" ;
Text [ french ] = "inactive" ;
Text [ dutch ] = "inactief" ;
Text [ swedish ] = "inaktiv" ;
Text [ danish ] = "inaktiv" ;
Text [ portuguese ] = "inactivo" ;
Text [ portuguese_brazilian ] = "inaktiv" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "不使用";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "nieaktywny";
2002-05-16 12:05:14 +00:00
Text[ japanese ] = "非アクティブ";
2001-08-07 14:13:40 +00:00
Text[ chinese_traditional ] = "不使用";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD>";
Text[ dutch ] = "inactief";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "不使用";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2002-05-16 12:05:14 +00:00
Text[ korean ] = "비활성";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Etkin de<64>il";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "inactiu";
Text[ finnish ] = "ei k<>yt<79>ss<73>";
Text[ thai ] = "ไม่ได้ใช้งานอยู่";
2000-09-18 16:07:07 +00:00
};
String STR_HIDDEN
{
Text = "versteckt" ;
Text [ English ] = "hidden" ;
Text [ english_us ] = "hidden" ;
Text [ italian ] = "nascosto" ;
Text [ spanish ] = "oculto" ;
Text [ french ] = "cach<63>" ;
Text [ dutch ] = "verborgen" ;
Text [ swedish ] = "g<>md" ;
Text [ danish ] = "skjult" ;
Text [ portuguese ] = "oculto" ;
Text [ portuguese_brazilian ] = "versteckt" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "隐入";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "ukryty";
2001-08-07 14:13:40 +00:00
Text[ japanese ] = "隠し";
Text[ chinese_traditional ] = "隱入";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
Text[ dutch ] = "verborgen";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "隐入";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
2001-08-07 14:13:40 +00:00
Text[ korean ] = "숨김";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Gizli";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "ocult";
Text[ finnish ] = "piilotettu";
2002-05-16 12:05:14 +00:00
Text[ thai ] = "ซ่อน";
2000-09-18 16:07:07 +00:00
};
String STR_ACTIVEWIN
{
Text = "Aktives Fenster" ;
Text [ English ] = "Active Window" ;
Text [ dutch ] = "Actief venster" ;
Text [ english_us ] = "Active Window" ;
2000-09-18 16:07:07 +00:00
Text [ italian ] = "Finestra attiva" ;
Text [ spanish ] = "Ventana activa" ;
Text [ french ] = "Fen<65>tre active" ;
Text [ swedish ] = "Aktivt f<>nster" ;
Text [ danish ] = "aktivt vindue" ;
Text [ portuguese ] = "Janela activa" ;
Text [ portuguese_brazilian ] = "Aktives Fenster" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "当前的视窗";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ polish ] = "Aktywne okno";
2002-05-16 12:05:14 +00:00
Text[ japanese ] = "アクティブなウィンドウ";
2001-08-07 14:13:40 +00:00
Text[ chinese_traditional ] = "使用中的視窗";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Actief venster";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "当前的视窗";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-07 14:13:40 +00:00
Text[ korean ] = "활성 창";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Etkin pencere";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Finestra activa";
Text[ finnish ] = "Aktiivinen ikkuna";
2002-05-16 12:05:14 +00:00
Text[ thai ] = "หน้าต่างที่ใช้งานอยู่";
2000-09-18 16:07:07 +00:00
};
String STR_QHLP_SCEN_LISTBOX
{
Text = "Name des Szenarios" ;
Text [ ENGLISH ] = "Szenario Name" ;
Text [ ENGLISH_US ] = "Scenario Name";
2000-09-18 16:07:07 +00:00
Text[ italian ] = "Nome dello scenario";
Text[ portuguese_brazilian ] = "Name des Szenarios";
Text[ portuguese ] = "Nome do cen<65>rio";
Text[ danish ] = "Scenariets navn";
Text[ french ] = "Nom du sc<73>nario";
Text[ swedish ] = "Namn p<> scenariot";
Text[ dutch ] = "Naam van het scenario";
Text[ spanish ] = "Nombre del escenario";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "方案名称";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Nazwa scenariusza";
2002-05-16 12:05:14 +00:00
Text[ japanese ] = "シナリオ名";
2001-08-07 14:13:40 +00:00
Text[ chinese_traditional ] = "分析藍本的名稱";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Naam van het scenario";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "方案名称";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-07 14:13:40 +00:00
Text[ korean ] = "시나리오 이름";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Senaryo ad<61>";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Nom de l'escenari";
Text[ finnish ] = "Skenaarion nimi";
2002-05-16 12:05:14 +00:00
Text[ thai ] = "ชื่อสถานการณ์สมมติ";
2000-09-18 16:07:07 +00:00
};
String STR_QHLP_SCEN_COMMENT
{
Text = "Kommentar" ;
Text [ ENGLISH ] = "Comment" ;
Text [ ENGLISH_US ] = "Comment";
Text[ italian ] = "Commento";
Text[ portuguese_brazilian ] = "Kommentar";
Text[ portuguese ] = "Coment<6E>rio";
Text[ danish ] = "Kommentar";
Text[ french ] = "Commentaire";
Text[ swedish ] = "Kommentar";
2002-11-27 15:34:59 +00:00
Text[ dutch ] = "Opmerkingen";
2000-09-18 16:07:07 +00:00
Text[ spanish ] = "Comentario";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "注解";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Komentarz";
2002-05-16 12:05:14 +00:00
Text[ japanese ] = "コメント";
2001-08-07 14:13:40 +00:00
Text[ chinese_traditional ] = "註解";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
2002-11-27 15:34:59 +00:00
Text[ dutch ] = "Opmerkingen";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "注解";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "설명";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "A<><41>klama";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Comentari";
2001-08-29 19:38:31 +00:00
Text[ finnish ] = "Huomautus";
2002-05-16 12:05:14 +00:00
Text[ thai ] = "ข้อคิดเห็น";
2000-09-18 16:07:07 +00:00
};
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "助手";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Nawigator";
2002-05-16 12:05:14 +00:00
Text[ japanese ] = "ナビゲータ";
2001-08-07 14:13:40 +00:00
Text[ chinese_traditional ] = "助手";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Navigator";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "助手";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "Navigator";
2001-08-07 14:13:40 +00:00
Text[ korean ] = "네비게이터";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Navigat<61>r";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Navigator";
Text[ thai ] = "ตัวนำ";
2000-09-18 16:07:07 +00:00
};
// SC_CONTENT_...
#define SC_NAVI_CONT_IDLIST \
IdList = \
{ \
1 ; \
2 ; \
3 ; \
4 ; \
5 ; \
6 ; \
7 ; \
8 ; \
}; \
IdCount = { 8 ; };
2000-09-18 16:07:07 +00:00
ImageList RID_IMAGELIST_NAVCONT
{
ImageBitmap = Bitmap { File = "nc_ont.bmp" ; };
2000-09-18 16:07:07 +00:00
MaskColor = STD_MASKCOLOR ;
SC_NAVI_CONT_IDLIST
2000-09-18 16:07:07 +00:00
};
ImageList RID_IMAGELIST_H_NAVCONT
{
ImageBitmap = Bitmap { File = "nch_ont.bmp" ; };
MaskColor = SC_HC_MASKCOLOR ;
SC_NAVI_CONT_IDLIST
};
2000-09-18 16:07:07 +00:00
Image RID_IMG_DROP_URL
{
ImageBitmap = Bitmap { File = "dropurl.bmp" ; };
MaskColor = STD_MASKCOLOR ;
};
Image RID_IMG_DROP_LINK
{
ImageBitmap = Bitmap { File = "droplink.bmp" ; };
MaskColor = STD_MASKCOLOR ;
};
Image RID_IMG_DROP_COPY
{
ImageBitmap = Bitmap { File = "dropcopy.bmp" ; };
MaskColor = STD_MASKCOLOR ;
};
Image RID_IMG_H_DROP_URL
{
ImageBitmap = Bitmap { File = "dropurl_h.bmp" ; };
MaskColor = SC_HC_MASKCOLOR ;
};
Image RID_IMG_H_DROP_LINK
{
ImageBitmap = Bitmap { File = "droplink_h.bmp" ; };
MaskColor = SC_HC_MASKCOLOR ;
};
Image RID_IMG_H_DROP_COPY
{
ImageBitmap = Bitmap { File = "dropcopy_h.bmp" ; };
MaskColor = SC_HC_MASKCOLOR ;
};
2000-09-18 16:07:07 +00:00
// content description strings are also used in ScLinkTargetsObj
String SCSTR_CONTENT_ROOT
{
TEXT = "Inhalte" ;
TEXT [ English ] = "Contents" ;
Text [ english_us ] = "Contents" ;
Text [ italian ] = "Contenuti" ;
Text [ spanish ] = "Contenido" ;
2000-09-18 16:07:07 +00:00
Text [ french ] = "Contenu" ;
Text [ dutch ] = "Inhoud" ;
Text [ swedish ] = "Inneh<65>ll" ;
Text [ danish ] = "Indhold" ;
Text [ portuguese ] = "Conte<74>dos" ;
Text [ portuguese_brazilian ] = "Inhalte" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "内容";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-06-08 21:28:16 +00:00
Text[ polish ] = "Zawarto<74>ci";
2001-08-07 14:13:40 +00:00
Text[ japanese ] = "内容";
Text[ chinese_traditional ] = "內容";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Inhoud";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "内容";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-07 14:13:40 +00:00
Text[ korean ] = "내용";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "<22><>erikler";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Contingut";
Text[ finnish ] = "Sis<69>lt<6C>";
Text[ thai ] = "เนื้อหา";
2000-09-18 16:07:07 +00:00
};
String SCSTR_CONTENT_TABLE
{
TEXT = "Tabellen" ;
TEXT [ English ] = "Tables" ;
Text [ english_us ] = "Sheets" ;
Text [ italian ] = "Tabelle" ;
Text [ spanish ] = "Hojas" ;
Text [ french ] = "Feuilles" ;
Text [ dutch ] = "Werkbladen" ;
Text [ swedish ] = "Tabeller" ;
Text [ danish ] = "Regneark" ;
Text [ portuguese ] = "Folhas" ;
Text [ portuguese_brazilian ] = "Tabellen" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "工作表";
2002-11-27 15:34:59 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
2000-09-18 16:07:07 +00:00
Text[ polish ] = "Arkusze";
2001-08-07 14:13:40 +00:00
Text[ japanese ] = "表";
Text[ chinese_traditional ] = "工作表";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Werkbladen";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "工作表";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-07 14:13:40 +00:00
Text[ korean ] = "시트";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Tablolar";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Fulls";
2002-11-27 15:34:59 +00:00
Text[ finnish ] = "Taulukot";
2002-05-16 12:05:14 +00:00
Text[ thai ] = "แผ่นงาน";
2000-09-18 16:07:07 +00:00
};
String SCSTR_CONTENT_RANGENAME
{
TEXT = "Bereichsnamen" ;
TEXT [ English ] = "Range names" ;
Text [ dutch ] = "Bereiknamen" ;
Text [ english_us ] = "Range names" ;
Text [ italian ] = "Nomi dell'area" ;
Text [ spanish ] = "Nombres de las <20>reas" ;
Text [ french ] = "Noms de plage" ;
2000-09-18 16:07:07 +00:00
Text [ swedish ] = "Omr<6D>desnamn" ;
Text [ danish ] = "Omr<6D>denavne" ;
Text [ portuguese ] = "Nomes das <20>reas" ;
Text [ portuguese_brazilian ] = "Bereichsnamen" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "区域名称";
2002-11-27 15:34:59 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2000-09-18 16:07:07 +00:00
Text[ polish ] = "Nazwy obszar<61>w";
2001-08-07 14:13:40 +00:00
Text[ japanese ] = "範囲名";
Text[ chinese_traditional ] = "區域名稱";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Bereiknamen";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "区域名称";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "범위 이름";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Alan adlar<61>";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Noms d'<27>rea";
Text[ finnish ] = "Alueiden nimet";
2002-05-16 12:05:14 +00:00
Text[ thai ] = "ชื่อช่วง";
2000-09-18 16:07:07 +00:00
};
String SCSTR_CONTENT_DBAREA
{
TEXT = "Datenbankbereiche" ;
TEXT [ English ] = "Database areas" ;
2002-11-27 15:34:59 +00:00
Text [ dutch ] = "Databasebereiken" ;
Text [ english_us ] = "Database Ranges" ;
2000-09-18 16:07:07 +00:00
Text [ italian ] = "Aree database" ;
Text [ spanish ] = "<22>reas de base de datos" ;
Text [ french ] = "Plages de base de donn<6E>es" ;
Text [ swedish ] = "Databasomr<6D>den" ;
Text [ danish ] = "Databaseomr<6D>der" ;
Text [ portuguese ] = "<22>reas da base de dados" ;
Text [ portuguese_brazilian ] = "Datenbankbereiche" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "数据库区域";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Obszary bazy danych";
2002-05-16 12:05:14 +00:00
Text[ japanese ] = "データベース範囲";
2001-08-07 14:13:40 +00:00
Text[ chinese_traditional ] = "資料庫區域";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2002-11-27 15:34:59 +00:00
Text[ dutch ] = "Databasebereiken";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "数据库区域";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "데이터베이스 범위";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Veritaban<61> alanlar<61>";
Text[ language_user1 ] = " ";
2002-08-05 19:29:02 +00:00
Text[ catalan ] = "<22>rees de la base de dades";
Text[ finnish ] = "Tietokanta-alueet";
2002-05-16 12:05:14 +00:00
Text[ thai ] = "ช่วงฐานข้อมูล";
2000-09-18 16:07:07 +00:00
};
String SCSTR_CONTENT_GRAPHIC
{
TEXT = "Grafiken" ;
TEXT [ English ] = "Graphics" ;
Text [ english_us ] = "Graphics" ;
Text [ italian ] = "Immagini" ;
Text [ spanish ] = "Im<49>genes" ;
Text [ french ] = "Images" ;
Text [ dutch ] = "Afbeeldingen" ;
Text [ swedish ] = "Grafik" ;
Text [ danish ] = "Grafik" ;
2000-09-18 16:07:07 +00:00
Text [ portuguese ] = "Imagens" ;
Text [ portuguese_brazilian ] = "Grafiken" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "图形";
2002-11-27 15:34:59 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2000-09-18 16:07:07 +00:00
Text[ polish ] = "Grafiki";
2001-08-07 14:13:40 +00:00
Text[ japanese ] = "図";
Text[ chinese_traditional ] = "圖形";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD>";
Text[ dutch ] = "Afbeeldingen";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "图形";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "그림";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Grafikler";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Gr<47>fics";
2002-11-27 15:34:59 +00:00
Text[ finnish ] = "Grafiikka";
2002-05-16 12:05:14 +00:00
Text[ thai ] = "กราฟิค";
2000-09-18 16:07:07 +00:00
};
String SCSTR_CONTENT_OLEOBJECT
{
TEXT = "OLE-Objekte" ;
TEXT [ English ] = "OLE-Objects" ;
Text [ english_us ] = "OLE objects" ;
Text [ italian ] = "Oggetti OLE" ;
Text [ spanish ] = "Objetos OLE" ;
Text [ french ] = "Objets OLE" ;
Text [ dutch ] = "OLE-objecten" ;
Text [ swedish ] = "OLE-objekt" ;
Text [ danish ] = "OLE-objekter" ;
Text [ portuguese ] = "Objectos OLE" ;
Text [ portuguese_brazilian ] = "OLE-Objekte" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "OLE-对象";
2002-11-27 15:34:59 +00:00
Text[ russian ] = "OLE <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2000-09-18 16:07:07 +00:00
Text[ polish ] = "Obiekty OLE";
2002-05-16 12:05:14 +00:00
Text[ japanese ] = "OLE オブジェクト";
2001-08-07 14:13:40 +00:00
Text[ chinese_traditional ] = "OLE-物件";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "OLE <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "OLE-objecten";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "OLE-对象";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> OLE";
2001-08-07 14:13:40 +00:00
Text[ korean ] = "OLE 개체";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "OLE nesneleri";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Objectes OLE";
Text[ finnish ] = "OLE-objektit";
2002-05-16 12:05:14 +00:00
Text[ thai ] = "วัตถุ OLE ";
2000-09-18 16:07:07 +00:00
};
String SCSTR_CONTENT_NOTE
{
TEXT = "Notizen" ;
TEXT [ English ] = "Notes" ;
Text [ english_us ] = "Notes" ;
Text [ portuguese ] = "Anota<74><61>es" ;
Text [ swedish ] = "Anteckningar" ;
Text [ danish ] = "Noter" ;
Text [ italian ] = "Note" ;
Text [ spanish ] = "Notas" ;
Text [ french ] = "Notes" ;
Text [ dutch ] = "Aantekeningen" ;
Text [ portuguese_brazilian ] = "Notizen" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "备注";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Notatki";
2002-05-16 12:05:14 +00:00
Text[ japanese ] = "コメント";
2001-08-07 14:13:40 +00:00
Text[ chinese_traditional ] = "備註";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Aantekeningen";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "备注";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-07 14:13:40 +00:00
Text[ korean ] = "메모";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Notlar";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Notes";
Text[ finnish ] = "Huomautukset";
2002-05-16 12:05:14 +00:00
Text[ thai ] = "หมายเหตุ";
2000-09-18 16:07:07 +00:00
};
String SCSTR_CONTENT_AREALINK
{
TEXT = "Verkn<6B>pfte Bereiche" ;
TEXT [ English ] = "Linked areas" ;
Text [ portuguese_brazilian ] = "Verkn?fte Bereiche" ;
2000-09-18 16:07:07 +00:00
Text [ english_us ] = "Linked areas" ;
Text [ portuguese ] = "<22>reas ligadas" ;
Text [ swedish ] = "L<>nkade omr<6D>den" ;
Text [ danish ] = "Sammenk<6E>dede omr<6D>der" ;
Text [ italian ] = "Aree collegate" ;
Text [ spanish ] = "<22>reas vinculadas" ;
Text [ french ] = "Plages li<6C>es" ;
2000-09-18 16:07:07 +00:00
Text [ dutch ] = "Gekoppelde bereiken" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "链接的区域";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Po<50><6F>czone obszary";
2002-05-16 12:05:14 +00:00
Text[ japanese ] = "リンクされた範囲";
2001-08-07 14:13:40 +00:00
Text[ chinese_traditional ] = "連結的區域";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Gekoppelde bereiken";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "链接的区域";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "연결된 영역";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Ba<42>lant<6E>l<EFBFBD> alanlar";
Text[ language_user1 ] = " ";
2002-08-05 19:29:02 +00:00
Text[ catalan ] = "<22>rees enlla<6C>ades";
Text[ finnish ] = "Linkitetyt alueet";
2002-05-16 12:05:14 +00:00
Text[ thai ] = "พื้นที่เชื่อมโยง";
};
String SCSTR_CONTENT_DRAWING
{
TEXT = "Zeichenobjekte" ;
TEXT [ English ] = "Drawing objects" ;
2002-05-23 19:16:30 +00:00
TEXT[ english_us ] = "Drawing objects";
TEXT[ portuguese ] = "Drawing objects";
TEXT[ russian ] = "Drawing objects";
TEXT[ greek ] = "Drawing objects";
TEXT[ dutch ] = "Drawing objects";
2002-06-11 11:35:27 +00:00
TEXT[ french ] = "Objets de dessin";
2002-05-28 19:16:51 +00:00
TEXT[ spanish ] = "Objetos de dibujo";
2002-05-23 19:16:30 +00:00
TEXT[ finnish ] = "Drawing objects";
2002-06-11 11:35:27 +00:00
TEXT[ italian ] = "Oggetti di disegno";
2002-05-23 19:16:30 +00:00
TEXT[ danish ] = "Drawing objects";
TEXT[ swedish ] = "Ritobjekt";
TEXT[ polish ] = "Drawing objects";
2002-11-04 16:22:30 +00:00
TEXT[ portuguese_brazilian ] = "Desenhando Objetos";
2002-06-11 11:35:27 +00:00
TEXT[ japanese ] = "図形描画オブジェクト";
2002-05-28 19:16:51 +00:00
TEXT[ korean ] = "그리기 개체";
TEXT[ chinese_simplified ] = "绘图对象";
2002-05-23 19:16:30 +00:00
TEXT[ chinese_traditional ] = "繪圖物件";
TEXT[ turkish ] = "Drawing objects";
TEXT[ arabic ] = "Drawing objects";
2002-08-02 19:12:19 +00:00
TEXT[ catalan ] = "Objectes de dibuix";
TEXT[ thai ] = "วัตถุวาดรูป";
2000-09-18 16:07:07 +00:00
};
// PopupMenu -------------------------------------------------------------
Menu RID_POPUP_DROPMODE
{
ItemList =
{
MenuItem
{
Identifier = RID_DROPMODE_URL ;
HelpId = HID_SC_DROPMODE_URL ;
Text = "Als Hyperlink einf<6E>gen" ;
Text [ ENGLISH ] = "Insert as Hyperlink" ;
Text [ dutch ] = "Als Hyperlink invoegen" ;
Text [ english_us ] = "Insert as Hyperlink" ;
Text [ swedish ] = "Infoga som hyperl<72>nk" ;
Text [ danish ] = "Inds<64>t som hyperlink" ;
Text [ italian ] = "Inserisci come hyperlink" ;
Text [ spanish ] = "Insertar como hiperenlace" ;
Text [ french ] = "Ins<6E>rer comme hyperlien" ;
Text [ portuguese_brazilian ] = "Als Hyperlink einf?en" ;
2000-09-18 16:07:07 +00:00
Text [ portuguese ] = "Inserir como hiperliga<67><61>o" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "当作超链接插入";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Wstaw jako hiper<65><72>cze";
2002-05-16 12:05:14 +00:00
Text[ japanese ] = "ハイパーリンクとして挿入";
2001-08-07 14:13:40 +00:00
Text[ chinese_traditional ] = "當作超連結插入";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Als Hyperlink invoegen";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "当作超链接插入";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "하이퍼링크로 삽입";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Hyperlink olarak ekle";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Insereix com a hiperenlla<6C>";
Text[ finnish ] = "Lis<69><73> hyperlinkkin<69>";
Text[ thai ] = "แทรกเป็นการเชื่อมโยงหลายมิติ";
2000-09-18 16:07:07 +00:00
};
MenuItem
{
Identifier = RID_DROPMODE_LINK ;
HelpId = HID_SC_DROPMODE_LINK ;
Text = "Als Verkn<6B>pfung einf<6E>gen" ;
Text [ ENGLISH ] = "Insert as Link" ;
Text [ dutch ] = "Als koppeling invoegen" ;
Text [ english_us ] = "Insert as Link" ;
Text [ swedish ] = "Infoga som l<>nk" ;
Text [ danish ] = "Inds<64>t som k<>de" ;
Text [ italian ] = "Inserisci come collegamento" ;
Text [ spanish ] = "Insertar como v<>nculo" ;
Text [ french ] = "Ins<6E>rer comme lien" ;
Text [ portuguese_brazilian ] = "Als Verkn?fung einf?en" ;
2000-09-18 16:07:07 +00:00
Text [ portuguese ] = "Inserir como liga<67><61>o" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "当作链接插入";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Wstaw jako <20><>cze";
2002-05-16 12:05:14 +00:00
Text[ japanese ] = "リンクとして挿入";
2001-08-07 14:13:40 +00:00
Text[ chinese_traditional ] = "當作捷徑插入";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Als koppeling invoegen";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "当作链接插入";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "링크로 삽입";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Ba<42>lant<6E> olarak ekle";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Insereix com a enlla<6C>";
Text[ finnish ] = "Lis<69><73> linkkin<69>";
Text[ thai ] = "แทรกเป็นการเชื่อมโยง";
2000-09-18 16:07:07 +00:00
};
MenuItem
{
Identifier = RID_DROPMODE_COPY ;
HelpId = HID_SC_DROPMODE_COPY ;
Text = "Als Kopie einf<6E>gen" ;
Text [ ENGLISH ] = "Insert as Copy" ;
Text [ english_us ] = "Insert as Copy" ;
Text [ swedish ] = "Infoga som kopia" ;
Text [ danish ] = "Inds<64>t som kopi" ;
Text [ italian ] = "Inserisci come copia" ;
Text [ spanish ] = "Insertar como copia" ;
Text [ french ] = "Ins<6E>rer comme copie" ;
Text [ dutch ] = "Als kopie invoegen" ;
Text [ portuguese ] = "Inserir como c<>pia" ;
Text [ portuguese_brazilian ] = "Als Kopie einf?en" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "当作复制件插入";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Wstaw jako kopi<70>";
2002-05-16 12:05:14 +00:00
Text[ japanese ] = "コピーとして挿入";
2001-08-07 14:13:40 +00:00
Text[ chinese_traditional ] = "當作複製件插入";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Als kopie invoegen";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "当作复制件插入";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-07 14:13:40 +00:00
Text[ korean ] = "복사본으로 삽입";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Kopya olarak ekle";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Insereix com a c<>pia";
Text[ finnish ] = "Lis<69><73> kopiona";
Text[ thai ] = "แทรกเป็นคัดลอก";
2000-09-18 16:07:07 +00:00
};
};
};
Menu RID_POPUP_NAVIPI_SCENARIO
{
ItemList =
{
MenuItem
{
Identifier = RID_NAVIPI_SCENARIO_DELETE ;
HelpId = HID_SC_SCENARIO_DELETE ;
Text = "L<>schen" ;
Text [ ENGLISH ] = "Delete" ;
Text [ portuguese ] = "Eliminar" ;
Text [ english_us ] = "Delete" ;
Text [ portuguese_brazilian ] = "L?chen" ;
2000-09-18 16:07:07 +00:00
Text [ swedish ] = "Radera" ;
Text [ danish ] = "Slet" ;
Text [ italian ] = "Elimina" ;
Text [ spanish ] = "Borrar" ;
2000-09-18 16:07:07 +00:00
Text [ french ] = "Supprimer" ;
Text [ dutch ] = "Wissen" ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "删除";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Usu<73>";
2001-08-07 14:13:40 +00:00
Text[ japanese ] = "削除";
Text[ chinese_traditional ] = "刪除";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD>";
Text[ dutch ] = "Wissen";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "删除";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-07 14:13:40 +00:00
Text[ korean ] = "삭제";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "Sil";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Suprimeix";
Text[ finnish ] = "Poista";
2002-05-16 12:05:14 +00:00
Text[ thai ] = "ลบ";
2000-09-18 16:07:07 +00:00
};
MenuItem
{
Identifier = RID_NAVIPI_SCENARIO_EDIT ;
HelpId = HID_SC_SCENARIO_EDIT ;
Text = "Eigenschaften..." ;
Text [ ENGLISH ] = "Properties..." ;
Text [ portuguese ] = "Propriedades..." ;
Text [ english_us ] = "Properties..." ;
Text [ portuguese_brazilian ] = "Eigenschaften..." ;
Text [ swedish ] = "Egenskaper..." ;
Text [ danish ] = "Egenskaber..." ;
Text [ italian ] = "Propriet<65>..." ;
Text [ spanish ] = "Propiedades..." ;
Text [ french ] = "Propri<72>t<EFBFBD>s..." ;
Text [ dutch ] = "Eigenschappen..." ;
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "属性...";
2000-09-18 16:07:07 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
2001-06-08 21:28:16 +00:00
Text[ polish ] = "W<>a<EFBFBD>ciwo<77>ci...";
2002-05-16 12:05:14 +00:00
Text[ japanese ] = "プロパティ...";
2001-08-07 14:13:40 +00:00
Text[ chinese_traditional ] = "屬性...";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>...";
Text[ dutch ] = "Eigenschappen...";
2001-08-07 14:13:40 +00:00
Text[ chinese_simplified ] = "属性...";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
Text[ korean ] = "등록 정보...";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "<22>zellikler...";
Text[ language_user1 ] = " ";
2002-05-16 12:05:14 +00:00
Text[ catalan ] = "Propietats...";
2002-11-27 15:34:59 +00:00
Text[ finnish ] = "Ominaisuudet...";
2002-05-16 12:05:14 +00:00
Text[ thai ] = "คุณสมบัติ...";
2000-09-18 16:07:07 +00:00
};
};
};
2001-06-08 21:28:16 +00:00
2001-06-13 21:48:50 +00:00
2001-06-29 01:13:12 +00:00
2001-07-13 20:11:05 +00:00
2001-07-17 19:35:06 +00:00
2001-08-07 14:13:40 +00:00
2001-08-14 14:48:30 +00:00
2001-08-24 09:11:54 +00:00
2001-08-29 19:38:31 +00:00
2002-05-16 12:05:14 +00:00
2002-05-16 12:05:14 +00:00