/************************************************************************* * * $RCSfile: navipi.src,v $ * * $Revision: 1.2 $ * * last change: $Author: nf $ $Date: 2000-09-27 20:36:53 $ * * 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" 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" ; Text [ finnish ] = "Navigaattori" ; 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 ] = "Rkke" ; Text [ french ] = "Ligne" ; Text [ swedish ] = "Rad" ; Text [ dutch ] = "Rij" ; Text [ spanish ] = "Fila" ; Text [ ENGLISH_US ] = "Row" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Wiersz"; Text[ japanese ] = "s"; Text[ chinese_traditional ] = "C"; Text[ arabic ] = ""; Text[ dutch ] = "Rij"; Text[ chinese_simplified ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Satr"; Text[ language_user1 ] = " "; }; 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" ; QuickHelpText [ finnish ] = "Rivi" ; QuickHelpText [ danish ] = "Rkke" ; QuickHelpText [ french ] = "Ligne" ; QuickHelpText [ swedish ] = "Rad" ; QuickHelpText [ dutch ] = "Rij" ; QuickHelpText [ spanish ] = "Fila" ; QuickHelpText [ english_us ] = "Row" ; QuickHelpText [ dutch ] = "Rij" ; QuickHelpText [ french ] = "Ligne" ; QuickHelpText[ russian ] = ""; QuickHelpText[ polish ] = "Wiersz"; QuickHelpText[ japanese ] = "s"; QuickHelpText[ chinese_simplified ] = ""; QuickHelpText[ chinese_traditional ] = ""; QuickHelpText[ arabic ] = ""; QuickHelpText[ dutch ] = "Rij"; QuickHelpText[ chinese_simplified ] = ""; QuickHelpText[ greek ] = ""; QuickHelpText[ korean ] = "Row"; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ language_user1 ] = " "; }; 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" ; Text [ finnish ] = "Sarake" ; Text [ danish ] = "Kolonne" ; Text [ french ] = "Colonne" ; Text [ swedish ] = "Kolumn" ; Text [ dutch ] = "Kolom" ; Text [ spanish ] = "Columna" ; Text [ ENGLISH_US ] = "Column" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Kolumna"; Text[ japanese ] = ""; Text[ chinese_traditional ] = ""; Text[ arabic ] = ""; Text[ dutch ] = "Kolom"; Text[ chinese_simplified ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Stun"; Text[ language_user1 ] = " "; }; 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" ; QuickHelpText [ finnish ] = "Sarake" ; 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 ] = ""; QuickHelpText[ polish ] = "Kolumna"; QuickHelpText[ japanese ] = ""; QuickHelpText[ chinese_simplified ] = ""; QuickHelpText[ chinese_traditional ] = "C"; QuickHelpText[ arabic ] = ""; QuickHelpText[ dutch ] = "Kolom"; QuickHelpText[ chinese_simplified ] = ""; QuickHelpText[ greek ] = ""; QuickHelpText[ korean ] = "Column"; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ language_user1 ] = " "; }; 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 ] = ""; QuickHelpText[ polish ] = "Dokument"; QuickHelpText[ japanese ] = "޷"; QuickHelpText[ chinese_simplified ] = "ĵ"; QuickHelpText[ chinese_traditional ] = "ɮ"; QuickHelpText[ arabic ] = ""; QuickHelpText[ dutch ] = "Document"; QuickHelpText[ chinese_simplified ] = "ĵ"; QuickHelpText[ greek ] = ""; QuickHelpText[ korean ] = "Document"; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ language_user1 ] = " "; }; ToolBox TBX_CMD { Pos = MAP_APPFONT ( 66 , 3 ) ; HelpId = HID_SC_NAVIPI_TOOLBOX ; SVLook = TRUE ; Border = FALSE ; ItemImageList = ImageList { ImageBitmap = Bitmap { File = "navipi.bmp" ; }; MaskColor = STD_MASKCOLOR ; IdList = // 3 { IID_DATA ; IID_UP ; // 5 IID_DOWN ; // 6 IID_SCENARIOS ; // 7 IID_DROPMODE ; // 9 IID_CHANGEROOT ; // 10 IID_ZOOMOUT ; // 11 }; IdCount = { 8 ; }; }; 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 ] = "rea de dados" ; Text [ finnish ] = "Data Area" ; Text [ danish ] = "Dataomrde" ; Text [ french ] = "Plage de donnes" ; Text [ swedish ] = "Dataomrde" ; Text [ dutch ] = "Gegevensbereik" ; Text [ spanish ] = "rea de datos" ; Text [ english_us ] = "Data Range" ; Text[ chinese_simplified ] = ""; Text[ russian ] = " "; Text[ polish ] = "Obszar danych"; Text[ japanese ] = "ް͈"; Text[ chinese_traditional ] = "ưϰ"; Text[ arabic ] = " "; Text[ dutch ] = "Gegevensbereik"; Text[ chinese_simplified ] = ""; Text[ greek ] = " "; Text[ korean ] = " "; Text[ turkish ] = "Veri alan"; Text[ language_user1 ] = " "; }; ToolBoxItem { Identifier = IID_UP ; HelpId = HID_SC_NAVIPI_UP ; Text = "Anfang" ; Text [ ENGLISH ] = "Start" ; Text [ norwegian ] = "Start" ; Text [ italian ] = "Inizio" ; Text [ portuguese_brazilian ] = "Incio" ; Text [ portuguese ] = "Incio" ; Text [ finnish ] = "Alku" ; Text [ danish ] = "Begyndelse" ; Text [ french ] = "Dbut" ; Text [ swedish ] = "Brjan" ; Text [ dutch ] = "Begin" ; Text [ spanish ] = "Comienzo" ; Text [ english_us ] = "Start" ; Text[ chinese_simplified ] = "ʼ"; Text[ russian ] = ""; Text[ polish ] = "Pocztek"; Text[ japanese ] = "ް"; Text[ chinese_traditional ] = "}l"; Text[ arabic ] = ""; Text[ dutch ] = "Begin"; Text[ chinese_simplified ] = "ʼ"; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Balang"; Text[ language_user1 ] = " "; }; 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" ; Text [ finnish ] = "Loppu" ; Text [ danish ] = "Slut" ; Text [ french ] = "Fin" ; Text [ swedish ] = "Slut" ; Text [ dutch ] = "Einde" ; Text [ spanish ] = "Fin" ; Text [ english_us ] = "End" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Koniec"; Text[ japanese ] = "ް"; Text[ chinese_traditional ] = ""; Text[ arabic ] = ""; Text[ dutch ] = "Einde"; Text[ chinese_simplified ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Son"; Text[ language_user1 ] = " "; }; //-------------------------------------------- // 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 ] = "Contenidos" ; Text [ french ] = "Contenu" ; Text [ swedish ] = "Innehll" ; Text [ danish ] = "Indhold" ; Text [ portuguese ] = "Contedos" ; Text [ portuguese_brazilian ] = "Inhalte" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Zawartoci"; Text[ japanese ] = "e"; Text[ chinese_traditional ] = "e"; Text[ arabic ] = ""; Text[ dutch ] = "Inhoud"; Text[ chinese_simplified ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "erikler"; Text[ language_user1 ] = " "; }; 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 ] = "Vxla" ; Text [ danish ] = "Skift" ; Text [ portuguese ] = "Comutar" ; Text [ portuguese_brazilian ] = "Umschalten" ; Text[ chinese_simplified ] = "л"; Text[ russian ] = ""; Text[ polish ] = "Przecz"; Text[ japanese ] = "؂ւ"; Text[ chinese_traditional ] = ""; Text[ arabic ] = ""; Text[ dutch ] = "Omschakelen"; Text[ chinese_simplified ] = "л"; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Deitir"; Text[ language_user1 ] = " "; }; ToolBoxItem { Identifier = IID_SCENARIOS ; HelpId = HID_SC_NAVIPI_SCEN ; Text = "Szenarien" ; Text [ ENGLISH ] = "Scenarios" ; Text [ dutch ] = "Scenarios" ; Text [ english_us ] = "Scenarios" ; Text [ italian ] = "Scenari" ; Text [ spanish ] = "Escenarios" ; Text [ french ] = "Scnarios" ; Text [ swedish ] = "Scenarion" ; Text [ danish ] = "Scenarier" ; Text [ portuguese ] = "Cenrios" ; Text [ portuguese_brazilian ] = "Szenarien" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Scenariusz"; Text[ japanese ] = "ص"; Text[ chinese_traditional ] = "Rť"; Text[ arabic ] = " "; Text[ dutch ] = "Scenarios"; Text[ chinese_simplified ] = ""; Text[ greek ] = ""; Text[ korean ] = "ó"; Text[ turkish ] = "Senaryo"; Text[ language_user1 ] = " "; }; ToolBoxItem { Identifier = IID_DROPMODE ; HelpId = HID_SC_NAVIPI_DROP ; DropDown = TRUE ; Text = "Dragmodus" ; Text [ ENGLISH ] = "Drag mode" ; Text [ dutch ] = "Dragmodus" ; Text [ english_us ] = "Drag Mode" ; Text [ italian ] = "Modo drag" ; Text [ spanish ] = "Modo Arrastrar" ; Text [ french ] = "Mode Glisser" ; Text [ swedish ] = "Dralge" ; Text [ danish ] = "Trkmodus" ; Text [ portuguese ] = "Modo Arrastar" ; Text [ portuguese_brazilian ] = "Dragmodus" ; Text[ chinese_simplified ] = "ģʽ"; Text[ russian ] = " "; Text[ polish ] = "Tryb przecigania"; Text[ japanese ] = "ׯӰ"; Text[ chinese_traditional ] = "즲Ҧ"; Text[ arabic ] = " "; Text[ dutch ] = "Dragmodus"; Text[ chinese_simplified ] = "ģʽ"; Text[ greek ] = " "; Text[ korean ] = "巡 "; Text[ turkish ] = "Srkleme kipi"; Text[ language_user1 ] = " "; }; }; }; String STR_DRAGMODE { Text = "Dragmodus" ; Text [ English ] = "Drag mode" ; Text [ dutch ] = "Dragmodus" ; Text [ english_us ] = "Drag Mode" ; Text [ italian ] = "Modo trascina" ; Text [ spanish ] = "Modo Arrastrar" ; Text [ french ] = "Mode Glisser" ; Text [ swedish ] = "Dralge" ; Text [ danish ] = "Trkmodus" ; Text [ portuguese ] = "Modo Arrastar" ; Text [ portuguese_brazilian ] = "Dragmodus" ; Text[ chinese_simplified ] = "ģʽ"; Text[ russian ] = " "; Text[ polish ] = "Tryb przecigania"; Text[ japanese ] = "ׯӰ"; Text[ chinese_traditional ] = "즲Ҧ"; Text[ arabic ] = " "; Text[ dutch ] = "Dragmodus"; Text[ chinese_simplified ] = "ģʽ"; Text[ greek ] = " "; Text[ korean ] = "巡 "; Text[ turkish ] = "Srkleme kipi"; Text[ language_user1 ] = " "; }; String STR_DISPLAY { Text = "Anzeige" ; Text [ English ] = "Display" ; Text [ dutch ] = "Beeld" ; Text [ english_us ] = "Display" ; Text [ italian ] = "Visualizzazione" ; Text [ spanish ] = "Visualizacin" ; Text [ french ] = "Affichage" ; Text [ swedish ] = "Visning" ; Text [ danish ] = "Visning" ; Text [ portuguese ] = "Mostrar" ; Text [ portuguese_brazilian ] = "Anzeige" ; Text[ chinese_simplified ] = "ʾ"; Text[ russian ] = ""; Text[ polish ] = "Wywietl"; Text[ japanese ] = "\\"; Text[ chinese_traditional ] = ""; Text[ arabic ] = ""; Text[ dutch ] = "Beeld"; Text[ chinese_simplified ] = "ʾ"; Text[ greek ] = ""; Text[ korean ] = "÷"; Text[ turkish ] = "Grnt"; Text[ language_user1 ] = " "; }; 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" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "aktywny"; Text[ japanese ] = "è"; Text[ chinese_traditional ] = "E"; Text[ arabic ] = ""; Text[ dutch ] = "actief"; Text[ chinese_simplified ] = ""; Text[ greek ] = ""; Text[ korean ] = "۵"; Text[ turkish ] = "Etkin"; Text[ language_user1 ] = " "; }; 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" ; Text[ chinese_simplified ] = "ʧ"; Text[ russian ] = ""; Text[ polish ] = "nieaktywny"; Text[ japanese ] = "èނłȂ"; Text[ chinese_traditional ] = ""; Text[ arabic ] = " "; Text[ dutch ] = "inactief"; Text[ chinese_simplified ] = "ʧ"; Text[ greek ] = " "; Text[ korean ] = " Ȱ"; Text[ turkish ] = "Etkin deil"; Text[ language_user1 ] = " "; }; String STR_HIDDEN { Text = "versteckt" ; Text [ English ] = "hidden" ; Text [ english_us ] = "hidden" ; Text [ italian ] = "nascosto" ; Text [ spanish ] = "oculto" ; Text [ french ] = "cach" ; Text [ dutch ] = "verborgen" ; Text [ swedish ] = "gmd" ; Text [ danish ] = "skjult" ; Text [ portuguese ] = "oculto" ; Text [ portuguese_brazilian ] = "versteckt" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "ukryty"; Text[ japanese ] = "B"; Text[ chinese_traditional ] = "J"; Text[ arabic ] = ""; Text[ dutch ] = "verborgen"; Text[ chinese_simplified ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Gizli"; Text[ language_user1 ] = " "; }; String STR_ACTIVEWIN { Text = "Aktives Fenster" ; Text [ English ] = "Active Window" ; Text [ dutch ] = "Actief venster" ; Text [ english_us ] = "Active Window" ; Text [ italian ] = "Finestra attiva" ; Text [ spanish ] = "Ventana activa" ; Text [ french ] = "Fentre active" ; Text [ swedish ] = "Aktivt fnster" ; Text [ danish ] = "aktivt vindue" ; Text [ portuguese ] = "Janela activa" ; Text [ portuguese_brazilian ] = "Aktives Fenster" ; Text[ chinese_simplified ] = "ǰӴ"; Text[ russian ] = " "; Text[ polish ] = "Aktywne okno"; Text[ japanese ] = "èނȳ޳"; Text[ chinese_traditional ] = "e"; Text[ arabic ] = " "; Text[ dutch ] = "Actief venster"; Text[ chinese_simplified ] = "ǰӴ"; Text[ greek ] = " "; Text[ korean ] = "Ȱ â"; Text[ turkish ] = "Etkin pencere"; Text[ language_user1 ] = " "; }; String STR_QHLP_SCEN_LISTBOX { Text = "Name des Szenarios" ; Text [ ENGLISH ] = "Szenario Name" ; Text [ ENGLISH_US ] = "Scenario Name"; Text[ italian ] = "Nome dello scenario"; Text[ portuguese_brazilian ] = "Name des Szenarios"; Text[ portuguese ] = "Nome do cenrio"; Text[ danish ] = "Scenariets navn"; Text[ french ] = "Nom du scnario"; Text[ swedish ] = "Namn p scenariot"; Text[ dutch ] = "Naam van het scenario"; Text[ spanish ] = "Nombre del escenario"; Text[ chinese_simplified ] = ""; Text[ russian ] = " "; Text[ polish ] = "Nazwa scenariusza"; Text[ japanese ] = "ص"; Text[ chinese_traditional ] = "RťW"; Text[ arabic ] = " "; Text[ dutch ] = "Naam van het scenario"; Text[ chinese_simplified ] = ""; Text[ greek ] = " "; Text[ korean ] = "ó ̸"; Text[ turkish ] = "Senaryo ad"; Text[ language_user1 ] = " "; }; String STR_QHLP_SCEN_COMMENT { Text = "Kommentar" ; Text [ ENGLISH ] = "Comment" ; Text [ ENGLISH_US ] = "Comment"; Text[ italian ] = "Commento"; Text[ portuguese_brazilian ] = "Kommentar"; Text[ portuguese ] = "Comentrio"; Text[ danish ] = "Kommentar"; Text[ french ] = "Commentaire"; Text[ swedish ] = "Kommentar"; Text[ dutch ] = "Commentaar"; Text[ spanish ] = "Comentario"; Text[ chinese_simplified ] = "ע"; Text[ russian ] = ""; Text[ polish ] = "Komentarz"; Text[ japanese ] = ""; Text[ chinese_traditional ] = "`"; Text[ arabic ] = ""; Text[ dutch ] = "Commentaar"; Text[ chinese_simplified ] = "ע"; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Aklama"; Text[ language_user1 ] = " "; }; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Nawigator"; Text[ japanese ] = "޹ް"; Text[ chinese_traditional ] = "U"; Text[ arabic ] = ""; Text[ dutch ] = "Navigator"; Text[ chinese_simplified ] = ""; Text[ greek ] = "Navigator"; Text[ korean ] = "׺"; Text[ turkish ] = "Navigatr"; Text[ language_user1 ] = " "; }; ImageList RID_IMAGELIST_NAVCONT { ImageBitmap = Bitmap { File = "ncont.bmp" ; }; MaskColor = STD_MASKCOLOR ; IdList = { // SC_CONTENT_... 1 ; 2 ; 3 ; 4 ; 5 ; 6 ; 7 ; }; IdCount = { 7 ; }; }; Bitmap RID_BMP_EXPAND { File = "plus.bmp" ; }; Bitmap RID_BMP_COLLAPSE { File = "minus.bmp" ; }; 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 ; }; // 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 ] = "Contenidos" ; Text [ french ] = "Contenu" ; Text [ dutch ] = "Inhoud" ; Text [ swedish ] = "Innehll" ; Text [ danish ] = "Indhold" ; Text [ portuguese ] = "Contedos" ; Text [ portuguese_brazilian ] = "Inhalte" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Zawartoci"; Text[ japanese ] = "e"; Text[ chinese_traditional ] = "e"; Text[ arabic ] = ""; Text[ dutch ] = "Inhoud"; Text[ chinese_simplified ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "erikler"; Text[ language_user1 ] = " "; }; 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" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Arkusze"; Text[ japanese ] = "\\"; Text[ chinese_traditional ] = "u@"; Text[ arabic ] = ""; Text[ dutch ] = "Werkbladen"; Text[ chinese_simplified ] = ""; Text[ greek ] = ""; Text[ korean ] = "Ʈ"; Text[ turkish ] = "Tablolar"; Text[ language_user1 ] = " "; }; 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 reas" ; Text [ french ] = "Noms de plages" ; Text [ swedish ] = "Omrdesnamn" ; Text [ danish ] = "Omrdenavne" ; Text [ portuguese ] = "Nomes das reas" ; Text [ portuguese_brazilian ] = "Bereichsnamen" ; Text[ chinese_simplified ] = ""; Text[ russian ] = " "; Text[ polish ] = "Nazwy obszarw"; Text[ japanese ] = "͈͖"; Text[ chinese_traditional ] = "ϰW"; Text[ arabic ] = " "; Text[ dutch ] = "Bereiknamen"; Text[ chinese_simplified ] = ""; Text[ greek ] = " "; Text[ korean ] = " ̸"; Text[ turkish ] = "Alan adlar"; Text[ language_user1 ] = " "; }; String SCSTR_CONTENT_DBAREA { TEXT = "Datenbankbereiche" ; TEXT [ English ] = "Database areas" ; Text [ dutch ] = "Database-bereiken" ; Text [ english_us ] = "Database Ranges" ; Text [ italian ] = "Aree database" ; Text [ spanish ] = "reas de base de datos" ; Text [ french ] = "Plages de base de donnes" ; Text [ swedish ] = "Databasomrden" ; Text [ danish ] = "Databaseomrder" ; Text [ portuguese ] = "reas da base de dados" ; Text [ portuguese_brazilian ] = "Datenbankbereiche" ; Text[ chinese_simplified ] = "ݿ"; Text[ russian ] = " "; Text[ polish ] = "Obszary bazy danych"; Text[ japanese ] = "ްް͈̔"; Text[ chinese_traditional ] = "Ʈwϰ"; Text[ arabic ] = " "; Text[ dutch ] = "Database-bereiken"; Text[ chinese_simplified ] = "ݿ"; Text[ greek ] = " "; Text[ korean ] = "ͺ̽ "; Text[ turkish ] = "Veritaban alanlar"; Text[ language_user1 ] = " "; }; String SCSTR_CONTENT_GRAPHIC { TEXT = "Grafiken" ; TEXT [ English ] = "Graphics" ; Text [ english_us ] = "Graphics" ; Text [ italian ] = "Immagini" ; Text [ spanish ] = "Imgenes" ; Text [ french ] = "Images" ; Text [ dutch ] = "Afbeeldingen" ; Text [ swedish ] = "Grafik" ; Text [ danish ] = "Grafik" ; Text [ portuguese ] = "Imagens" ; Text [ portuguese_brazilian ] = "Grafiken" ; Text[ chinese_simplified ] = "ͼ"; Text[ russian ] = ""; Text[ polish ] = "Grafiki"; Text[ japanese ] = "̨"; Text[ chinese_traditional ] = "v"; Text[ arabic ] = ""; Text[ dutch ] = "Afbeeldingen"; Text[ chinese_simplified ] = "ͼ"; Text[ greek ] = ""; Text[ korean ] = "׷"; Text[ turkish ] = "Grafikler"; Text[ language_user1 ] = " "; }; 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" ; Text[ chinese_simplified ] = "OLE-"; Text[ russian ] = " OLE"; Text[ polish ] = "Obiekty OLE"; Text[ japanese ] = "OLE ޼ު"; Text[ chinese_traditional ] = "OLE-"; Text[ arabic ] = "OLE "; Text[ dutch ] = "OLE-objecten"; Text[ chinese_simplified ] = "OLE-"; Text[ greek ] = " OLE"; Text[ korean ] = "OLE ü"; Text[ turkish ] = "OLE nesneleri"; Text[ language_user1 ] = " "; }; String SCSTR_CONTENT_NOTE { TEXT = "Notizen" ; TEXT [ English ] = "Notes" ; Text [ english_us ] = "Notes" ; Text [ portuguese ] = "Anotaes" ; Text [ swedish ] = "Anteckningar" ; Text [ danish ] = "Noter" ; Text [ italian ] = "Note" ; Text [ spanish ] = "Notas" ; Text [ french ] = "Notes" ; Text [ dutch ] = "Aantekeningen" ; Text [ portuguese_brazilian ] = "Notizen" ; Text[ chinese_simplified ] = "ע"; Text[ russian ] = ""; Text[ polish ] = "Notatki"; Text[ japanese ] = ""; Text[ chinese_traditional ] = "Ƶ"; Text[ arabic ] = ""; Text[ dutch ] = "Aantekeningen"; Text[ chinese_simplified ] = "ע"; Text[ greek ] = ""; Text[ korean ] = "޸"; Text[ turkish ] = "Notlar"; Text[ language_user1 ] = " "; }; String SCSTR_CONTENT_AREALINK { /* ### ACHTUNG: Neuer Text in Resource? Verknpfte Bereiche : Verknpfte Bereiche */ TEXT = "Verknpfte Bereiche" ; TEXT [ English ] = "Linked areas" ; Text [ portuguese_brazilian ] = "Verknpfte Bereiche" ; Text [ english_us ] = "Linked areas" ; Text [ portuguese ] = "reas ligadas" ; Text [ swedish ] = "Lnkade omrden" ; Text [ danish ] = "Sammenkdede omrder" ; Text [ italian ] = "Aree collegate" ; Text [ spanish ] = "reas vinculadas" ; Text [ french ] = "Plage externe" ; Text [ dutch ] = "Gekoppelde bereiken" ; Text[ chinese_simplified ] = "ӵ"; Text[ russian ] = " "; Text[ polish ] = "Poczone obszary"; Text[ japanese ] = "ݸꂽ͈"; Text[ chinese_traditional ] = "sϰ"; Text[ arabic ] = " "; Text[ dutch ] = "Gekoppelde bereiken"; Text[ chinese_simplified ] = "ӵ"; Text[ greek ] = " "; Text[ korean ] = " Ǿϴ."; Text[ turkish ] = "Balantl alanlar"; Text[ language_user1 ] = " "; }; // PopupMenu ------------------------------------------------------------- Menu RID_POPUP_DROPMODE { ItemList = { MenuItem { Identifier = RID_DROPMODE_URL ; HelpId = HID_SC_DROPMODE_URL ; /* ### ACHTUNG: Neuer Text in Resource? Als Hyperlink einfgen : Als Hyperlink einfgen */ Text = "Als Hyperlink einfgen" ; Text [ ENGLISH ] = "Insert as Hyperlink" ; Text [ dutch ] = "Als Hyperlink invoegen" ; Text [ english_us ] = "Insert as Hyperlink" ; Text [ swedish ] = "Infoga som hyperlnk" ; Text [ danish ] = "Indst som hyperlink" ; Text [ italian ] = "Inserisci come hyperlink" ; Text [ spanish ] = "Insertar como hiperenlace" ; Text [ french ] = "Insrer comme hyperlien" ; Text [ portuguese_brazilian ] = "Als Hyperlink einfgen" ; Text [ portuguese ] = "Inserir como hiperligao" ; Text[ chinese_simplified ] = "Ӳ"; Text[ russian ] = " "; Text[ polish ] = "Wstaw jako hipercze"; Text[ japanese ] = "ʲ߰ݸƂđ}"; Text[ chinese_traditional ] = "@WsJ"; Text[ arabic ] = " "; Text[ dutch ] = "Als Hyperlink invoegen"; Text[ chinese_simplified ] = "Ӳ"; Text[ greek ] = " -"; Text[ korean ] = "۸ũ "; Text[ turkish ] = "Hyperlink olarak ekle"; Text[ language_user1 ] = " "; }; MenuItem { Identifier = RID_DROPMODE_LINK ; HelpId = HID_SC_DROPMODE_LINK ; /* ### ACHTUNG: Neuer Text in Resource? Als Verknpfung einfgen : Als Verknpfung einfgen */ Text = "Als Verknpfung einfgen" ; Text [ ENGLISH ] = "Insert as Link" ; /* ### ACHTUNG: Neuer Text in Resource? Drag & Drop als Verknpfung : Drag & Drop als Verknpfung */ Text [ dutch ] = "Als koppeling invoegen" ; Text [ english_us ] = "Insert as Link" ; Text [ swedish ] = "Infoga som lnk" ; Text [ danish ] = "Indst som kde" ; Text [ italian ] = "Inserisci come collegamento" ; Text [ spanish ] = "Insertar como vnculo" ; Text [ french ] = "Insrer comme lien" ; Text [ portuguese_brazilian ] = "Als Verknpfung einfgen" ; Text [ portuguese ] = "Inserir como ligao" ; Text[ chinese_simplified ] = "Ӳ"; Text[ russian ] = " "; Text[ polish ] = "Wstaw jako cze"; Text[ japanese ] = "ݸƂđ}"; Text[ chinese_traditional ] = "@|J"; Text[ arabic ] = " "; Text[ dutch ] = "Als koppeling invoegen"; Text[ chinese_simplified ] = "Ӳ"; Text[ greek ] = " "; Text[ korean ] = " "; Text[ turkish ] = "Balant olarak ekle"; Text[ language_user1 ] = " "; }; MenuItem { Identifier = RID_DROPMODE_COPY ; HelpId = HID_SC_DROPMODE_COPY ; /* ### ACHTUNG: Neuer Text in Resource? Als Kopie einfgen : Als Kopie einfgen */ Text = "Als Kopie einfgen" ; Text [ ENGLISH ] = "Insert as Copy" ; Text [ english_us ] = "Insert as Copy" ; Text [ swedish ] = "Infoga som kopia" ; Text [ danish ] = "Indst som kopi" ; Text [ italian ] = "Inserisci come copia" ; Text [ spanish ] = "Insertar como copia" ; Text [ french ] = "Insrer comme copie" ; Text [ dutch ] = "Als kopie invoegen" ; Text [ portuguese ] = "Inserir como cpia" ; Text [ portuguese_brazilian ] = "Als Kopie einfgen" ; Text[ chinese_simplified ] = "Ƽ"; Text[ russian ] = " "; Text[ polish ] = "Wstaw jako kopi"; Text[ japanese ] = "߰Ƃđ}"; Text[ chinese_traditional ] = "@ƻs󴡤J"; Text[ arabic ] = " "; Text[ dutch ] = "Als kopie invoegen"; Text[ chinese_simplified ] = "Ƽ"; Text[ greek ] = " "; Text[ korean ] = "纻 "; Text[ turkish ] = "Kopya olarak ekle"; Text[ language_user1 ] = " "; }; }; }; Menu RID_POPUP_NAVIPI_SCENARIO { ItemList = { MenuItem { Identifier = RID_NAVIPI_SCENARIO_DELETE ; HelpId = HID_SC_SCENARIO_DELETE ; Text = "Lschen" ; Text [ ENGLISH ] = "Delete" ; Text [ portuguese ] = "Eliminar" ; Text [ english_us ] = "Delete" ; Text [ portuguese_brazilian ] = "Lschen" ; Text [ swedish ] = "Radera" ; Text [ danish ] = "Slet" ; Text [ italian ] = "Elimina" ; Text [ spanish ] = "Eliminar" ; Text [ french ] = "Supprimer" ; Text [ dutch ] = "Wissen" ; Text[ chinese_simplified ] = "ɾ"; Text[ russian ] = ""; Text[ polish ] = "Usu"; Text[ japanese ] = "폜"; Text[ chinese_traditional ] = "R"; Text[ arabic ] = ""; Text[ dutch ] = "Wissen"; Text[ chinese_simplified ] = "ɾ"; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Sil"; Text[ language_user1 ] = " "; }; 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..." ; Text [ spanish ] = "Propiedades..." ; Text [ french ] = "Proprits..." ; Text [ dutch ] = "Eigenschappen..." ; Text[ chinese_simplified ] = "..."; Text[ russian ] = "..."; Text[ polish ] = "Waciwoci..."; Text[ japanese ] = "è..."; Text[ chinese_traditional ] = "ݩ..."; Text[ arabic ] = "..."; Text[ dutch ] = "Eigenschappen..."; Text[ chinese_simplified ] = "..."; Text[ greek ] = "..."; Text[ korean ] = "Ư..."; Text[ turkish ] = "zellikler..."; Text[ language_user1 ] = " "; }; }; };