/************************************************************************* * * $RCSfile: insrc.src,v $ * * $Revision: 1.19 $ * * last change: $Author: kz $ $Date: 2001-07-26 22:37:44 $ * * 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 "table.hrc" #include "insrc.hrc" #include "helpid.h" // #define DLG_INS_ROW_COL 256 ModalDialog DLG_INS_ROW_COL { OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 131 , 84 ) ; /* ### ACHTUNG: Neuer Text in Resource? Einfgen : Einfgen */ Text = "Einfgen" ; Text [ ENGLISH ] = "Insert" ; Text [ norwegian ] = "Sett inn" ; Text [ italian ] = "Inserisci" ; Text [ portuguese_brazilian ] = "Inserir" ; Text [ portuguese ] = "Inserir" ; Text [ finnish ] = "Lis" ; Text [ danish ] = "Indst" ; Text [ french ] = "Insrer" ; Text [ swedish ] = "Infoga" ; Text [ dutch ] = "Invoegen" ; Text [ spanish ] = "Insertar" ; Text [ english_us ] = "Insert" ; Moveable = TRUE ; OKButton BT_OK { Pos = MAP_APPFONT ( 75 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BT_CANCEL { Pos = MAP_APPFONT ( 75 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; HelpButton BT_HELP { Pos = MAP_APPFONT ( 75 , 43 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; RadioButton CB_POS_BEFORE { Pos = MAP_APPFONT ( 12 , 49 ) ; Size = MAP_APPFONT ( 33 , 10 ) ; Text = "da~vor" ; Text [ ENGLISH ] = "~before" ; Text [ norwegian ] = "~fr" ; Text [ italian ] = "Davanti" ; Text [ portuguese_brazilian ] = "~antes" ; Text [ portuguese ] = " ~frente" ; Text [ finnish ] = "~Ennen" ; Text [ danish ] = "foran" ; Text [ french ] = "A~vant" ; Text [ swedish ] = "~framfr" ; Text [ dutch ] = "~ervoor" ; Text [ spanish ] = "De~lante" ; Text [ english_us ] = "~Before" ; TabStop = TRUE ; Text[ chinese_simplified ] = "֮ǰ(~B)"; Text[ russian ] = ""; Text[ polish ] = "prze~d"; Text[ japanese ] = "O(~B)"; Text[ chinese_traditional ] = "e(~B)"; Text[ arabic ] = ""; Text[ greek ] = " "; Text[ korean ] = "(~B)"; Text[ turkish ] = "n~ne"; Text[ language_user1 ] = " "; Text[ catalan ] = "De~lante"; }; RadioButton CB_POS_AFTER { Pos = MAP_APPFONT ( 12 , 62 ) ; Size = MAP_APPFONT ( 39 , 10 ) ; Text = "da~hinter" ; Text [ ENGLISH ] = "~behind" ; Text [ norwegian ] = "~bak" ; Text [ italian ] = "~Dietro" ; Text [ portuguese_brazilian ] = "~atr?s" ; Text [ portuguese ] = "~atrs" ; Text [ finnish ] = "~Jlkeen" ; Text [ danish ] = "efter" ; Text [ french ] = "~Aprs" ; Text [ swedish ] = "~bakom" ; Text [ dutch ] = "e~rachter" ; Text [ spanish ] = "de~trs" ; Text [ english_us ] = "A~fter" ; TabStop = TRUE ; Check = TRUE ; Text[ chinese_simplified ] = "֮(~F)"; Text[ russian ] = ""; Text[ polish ] = "za"; Text[ japanese ] = "(~F)"; Text[ chinese_traditional ] = "(~F)"; Text[ arabic ] = ""; Text[ greek ] = " "; Text[ korean ] = "(~F)"; Text[ turkish ] = "ar~kasna"; Text[ language_user1 ] = " "; Text[ catalan ] = "de~trs"; }; NumericField ED_COUNT { Border = TRUE ; Pos = MAP_APPFONT ( 39 , 14 ) ; Size = MAP_APPFONT ( 24 , 12 ) ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 1 ; Maximum = 99 ; Value = 1 ; First = 1 ; Last = 5 ; }; FixedLine FL_INS { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 63 , 8 ) ; /* ### ACHTUNG: Neuer Text in Resource? Einfgen : Einfgen */ Text = "Einfgen" ; Text [ ENGLISH ] = "Insert" ; Text [ norwegian ] = "Sett inn" ; Text [ italian ] = "Inserisci" ; Text [ portuguese_brazilian ] = "Inserir" ; Text [ portuguese ] = "Inserir" ; Text [ finnish ] = "Lis" ; Text [ danish ] = "Indst" ; Text [ french ] = "Insrer" ; Text [ swedish ] = "Infoga" ; Text [ dutch ] = "Invoegen" ; Text [ spanish ] = "Insertar" ; Text [ english_us ] = "Insert" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Wstaw"; Text[ japanese ] = "}"; Text[ chinese_traditional ] = "J"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Ekle"; Text[ language_user1 ] = " "; Text[ catalan ] = "Insertar"; }; FixedLine FL_POS { Pos = MAP_APPFONT ( 6 , 38 ) ; Size = MAP_APPFONT ( 63 , 8 ) ; Text = "Position" ; Text[ ENGLISH ] = "Position" ; Text[ english_us ] = "Position"; Text[ portuguese ] = "Posio"; Text[ russian ] = ""; Text[ greek ] = "start_num"; Text[ dutch ] = "Functie"; Text[ french ] = "Fonction"; Text[ spanish ] = "Posicin"; Text[ finnish ] = "Sijainti"; Text[ italian ] = "Posizione"; Text[ danish ] = "Stilling"; Text[ swedish ] = "Position"; Text[ polish ] = "Pozycja"; Text[ portuguese_brazilian ] = "Position"; Text[ japanese ] = "ʒu"; Text[ korean ] = ""; Text[ chinese_simplified ] = "start_num"; Text[ chinese_traditional ] = "start_num"; Text[ turkish ] = " unvan"; Text[ arabic ] = "Start_num"; Text[ catalan ] = "Position"; }; FixedText FT_COUNT { Pos = MAP_APPFONT ( 12 , 16 ) ; Size = MAP_APPFONT ( 24 , 8 ) ; Text = "~Anzahl" ; Text [ ENGLISH ] = "~Amount" ; Text [ norwegian ] = "~Belp" ; Text [ italian ] = "Numero" ; Text [ portuguese_brazilian ] = "~Quantidade" ; Text [ portuguese ] = "~Quantidade" ; Text [ finnish ] = "~Mr" ; Text [ danish ] = "Antal" ; Text [ french ] = "~Nombre" ; Text [ swedish ] = "~Antal" ; Text [ dutch ] = "~Aantal" ; Text [ spanish ] = "~Cantidad" ; Text [ english_us ] = "~Amount" ; Left = TRUE ; Text[ chinese_simplified ] = "Ŀ(~A)"; Text[ russian ] = ""; Text[ polish ] = "Liczba"; Text[ japanese ] = "(~A)"; Text[ chinese_traditional ] = "ƥ(~A)"; Text[ arabic ] = ""; Text[ greek ] = "~"; Text[ korean ] = "(~A)"; Text[ turkish ] = "~Adet"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Cantidad"; }; String STR_ROW { Text = " Zeilen" ; Text [ ENGLISH ] = " rows" ; Text [ norwegian ] = " rader" ; Text [ italian ] = " righe" ; Text [ portuguese_brazilian ] = "fileiras" ; Text [ portuguese ] = " Linhas" ; Text [ finnish ] = " Rivit" ; Text [ danish ] = "rkker" ; Text [ french ] = " Lignes" ; Text [ swedish ] = " rader" ; Text [ dutch ] = " rijen" ; Text [ spanish ] = "Filas" ; Text [ english_us ] = " Rows" ; Text[ chinese_simplified ] = ""; Text[ russian ] = " "; Text[ polish ] = " Wiersze"; Text[ japanese ] = "s"; Text[ chinese_traditional ] = ""; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = ""; Text[ turkish ] = "Satr"; Text[ language_user1 ] = " "; Text[ catalan ] = "Filas"; }; String STR_COL { Text = " Spalten" ; Text [ ENGLISH ] = " columns" ; Text [ norwegian ] = " kolonner" ; Text [ italian ] = " colonne" ; Text [ portuguese_brazilian ] = "colunas" ; Text [ portuguese ] = " Colunas" ; Text [ finnish ] = " Sarakkeet" ; Text [ danish ] = "kolonner" ; Text [ french ] = " Colonnes" ; Text [ swedish ] = " kolumner" ; Text [ dutch ] = " kolommen" ; Text [ spanish ] = "Columnas" ; Text [ english_us ] = " Columns" ; Text[ chinese_simplified ] = ""; Text[ russian ] = " "; Text[ polish ] = " Kolumny"; Text[ japanese ] = ""; Text[ chinese_traditional ] = ""; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = ""; Text[ turkish ] = "Stun"; Text[ language_user1 ] = " "; Text[ catalan ] = "Columnas"; }; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Wstaw"; Text[ japanese ] = "}"; Text[ chinese_traditional ] = "J"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Ekle"; Text[ language_user1 ] = " "; Text[ catalan ] = "Insertar"; };