/************************************************************************* * * $RCSfile: instable.src,v $ * * $Revision: 1.17 $ * * last change: $Author: vg $ $Date: 2001-07-14 20:21:51 $ * * 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 "instable.hrc" #include "cmdid.h" #include "helpid.h" // #define DLG_INSERT_TABLE 256 ModalDialog DLG_INSERT_TABLE { HelpID = FN_INSERT_TABLE ; OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 280 , 132 ) ; Text = "Tabelle einfgen" ; Text [ ENGLISH ] = "Insert table" ; Text [ norwegian ] = "Insert table" ; Text [ italian ] = "Inserisci tabella" ; Text [ portuguese_brazilian ] = "Insere uma tabela" ; Text [ portuguese ] = "Inserir tabela" ; Text [ finnish ] = "Lis taulukko" ; Text [ danish ] = "Indst tabel" ; Text [ french ] = "Insrer un tableau" ; Text [ swedish ] = "Infoga tabell" ; Text [ dutch ] = "Tabel invoegen" ; Text [ spanish ] = "Insertar tabla" ; Text [ english_us ] = "Insert Table" ; Moveable = TRUE ; Edit ED_NAME { Border = TRUE ; Pos = MAP_APPFONT ( 53 , 6 ) ; Size = MAP_APPFONT ( 158, 12 ) ; TabStop = TRUE ; }; FixedText FT_NAME { Pos = MAP_APPFONT ( 6 , 8 ) ; Size = MAP_APPFONT ( 45, 8 ) ; Text = "Name" ; Text[ENGLISH] = "Name" ; Text[ italian ] = "Nome"; Text[ portuguese_brazilian ] = "Name"; Text[ portuguese ] = "Nome"; Text[ danish ] = "Navn"; Text[ french ] = "Nom"; Text[ swedish ] = "Namn"; Text[ dutch ] = "Naam"; Text[ spanish ] = "Nombre"; Text[ english_us ] = "Name"; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Nazwa"; Text[ japanese ] = "\\̖O"; Text[ chinese_traditional ] = "W"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "̸"; Text[ turkish ] = "Ad"; Text[ language_user1 ] = " "; Text[ catalan ] = "Nombre"; Text[ finnish ] = "Nimi"; }; FixedText FT_COL { Pos = MAP_APPFONT ( 12 , 34 ) ; Size = MAP_APPFONT ( 39 , 8 ) ; Text = "~Spalten" ; Text [ ENGLISH ] = "~Columns" ; Text [ norwegian ] = "~Columns" ; 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" ; Left = TRUE ; Text[ chinese_simplified ] = "(~C)"; Text[ russian ] = ""; Text[ polish ] = "Kolumny"; Text[ japanese ] = "(~C)"; Text[ chinese_traditional ] = "(~C)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~C)"; Text[ turkish ] = "~Stun"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Columnas"; }; NumericField ED_COL { Border = TRUE ; Pos = MAP_APPFONT ( 53 , 32 ) ; Size = MAP_APPFONT ( 28 , 12 ) ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 1 ; Maximum = 99 ; Value = 5 ; First = 1 ; Last = 99 ; }; FixedText FT_ROW { Pos = MAP_APPFONT ( 12 , 50 ) ; Size = MAP_APPFONT ( 39 , 8 ) ; Text = "~Zeilen" ; Text [ ENGLISH ] = "~Rows" ; Text [ norwegian ] = "~Rows" ; Text [ italian ] = "~Righe" ; Text [ portuguese_brazilian ] = "Filei~ras" ; 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" ; Left = TRUE ; Text[ chinese_simplified ] = "(~R)"; Text[ russian ] = ""; Text[ polish ] = "Wiersze"; Text[ japanese ] = "s(~R)"; Text[ chinese_traditional ] = "C(~R)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~R)"; Text[ turkish ] = "Sa~tr"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Filas"; }; NumericField ED_ROW { Border = TRUE ; Pos = MAP_APPFONT ( 53 , 48 ) ; Size = MAP_APPFONT ( 28 , 12 ) ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 1 ; Maximum = 99 ; Value = 2 ; First = 1 ; Last = 99 ; }; FixedLine FL_TABLE { Pos = MAP_APPFONT ( 6 , 21 ) ; Size = MAP_APPFONT ( 212 , 8 ) ; Text = "Tabellengre" ; Text [ ENGLISH ] = "Size" ; Text[ english_us ] = "Size"; Text[ portuguese ] = "Size"; Text[ russian ] = " "; Text[ greek ] = "Size"; Text[ dutch ] = "Size"; Text[ french ] = "Taille"; Text[ spanish ] = "Tamao de tabla"; Text[ finnish ] = "Size"; Text[ italian ] = "Dimensioni tabella"; Text[ danish ] = "Size"; Text[ swedish ] = "Tabellstorlek"; Text[ polish ] = "Rozmiar tabeli"; Text[ portuguese_brazilian ] = "Size"; Text[ japanese ] = "\\̻"; Text[ korean ] = "ũ"; Text[ chinese_simplified ] = "ĴС"; Text[ chinese_traditional ] = "jp"; Text[ turkish ] = "Size"; Text[ arabic ] = "Size"; Text[ catalan ] = "Size"; }; CheckBox CB_HEADER { Pos = MAP_APPFONT ( 12 , 74 ) ; Size = MAP_APPFONT (113 , 10 ) ; Text = "be~rschrift" ; Text [ ENGLISH ] = "Header" ; TabStop = TRUE ; Text[ italian ] = "Intestazione"; Text[ portuguese_brazilian ] = "Header"; Text[ portuguese ] = "~Ttulo"; Text[ danish ] = "Overskrift"; Text[ french ] = "T~itre"; Text[ swedish ] = "~verskrift"; Text[ dutch ] = "~Kop"; Text[ spanish ] = "~Encabezado"; Text[ english_us ] = "Header"; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Tytu"; Text[ japanese ] = "o"; Text[ chinese_traditional ] = "D"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ǥ"; Text[ turkish ] = "Balk"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Encabezado"; Text[ finnish ] = "Ylotsikko"; }; CheckBox CB_REPEAT_HEADER { Pos = MAP_APPFONT ( 21 , 88 ) ; Size = MAP_APPFONT ( 104 , 10 ) ; Text = "Auf jeder Seite ~wiederholen" ; Text [ ENGLISH ] = "Repeat on every page" ; TabStop = TRUE ; Text[ italian ] = "Ripeti su ogni pagina"; Text[ portuguese_brazilian ] = "Repeat Header"; Text[ portuguese ] = "Repetir em to~das as pginas"; Text[ danish ] = "Gentag p hver side"; Text[ french ] = "R~pter sur chaque page"; Text[ swedish ] = "~Upprepa p varje sida"; Text[ dutch ] = "Op iedere pagina ~herhalen"; Text[ spanish ] = "~Repetir en cada pgina"; Text[ english_us ] = "Re~peat header"; Text[ chinese_simplified ] = "ÿҳظʾ(~P)"; Text[ russian ] = " "; Text[ polish ] = "Powtrz na ~kadej stronie"; Text[ japanese ] = "e߰ނɌJԂ(~P)"; Text[ chinese_traditional ] = "bCW(~P)"; Text[ arabic ] = " "; Text[ greek ] = "~ "; Text[ korean ] = " ʿ ݺ(~P)"; Text[ turkish ] = "lk satr her sayfada yi~nele"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Repetir en cada pgina"; Text[ finnish ] = "~Toista ylotsikko"; }; CheckBox CB_DONT_SPLIT { Pos = MAP_APPFONT ( 12 , 102 ) ; Size = MAP_APPFONT ( 113 , 10 ) ; Text = "Tabelle ~nicht trennen" ; Text [ ENGLISH ] = "Don't split table" ; TabStop = TRUE ; Text[ italian ] = "Non separare la tabella"; Text[ portuguese_brazilian ] = "Don't split table"; Text[ portuguese ] = "No ~dividir tabela"; Text[ danish ] = "Opdel tabel ikke"; Text[ french ] = "Ne pas ~diviser le tableau"; Text[ swedish ] = "Dela i~nte tabell"; Text[ dutch ] = "Tabel niet ~splitsen"; Text[ spanish ] = "~No dividir tabla"; Text[ english_us ] = "Don't split table"; Text[ chinese_simplified ] = "ָ"; Text[ russian ] = " "; Text[ polish ] = "Nie dziel tabeli"; Text[ japanese ] = "\\𕪊Ȃ"; Text[ chinese_traditional ] = "}"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "̺ иʱ"; Text[ turkish ] = "Tabloyu tek sayfaya ~sdr"; Text[ language_user1 ] = " "; Text[ catalan ] = "~No dividir tabla"; Text[ finnish ] = "l jaa taulukkoa"; }; CheckBox CB_BORDER { Pos = MAP_APPFONT ( 12 , 116 ) ; Size = MAP_APPFONT ( 113 , 10 ) ; Text = "~Umrandung" ; Text [ ENGLISH ] = "Border" ; TabStop = TRUE ; Text[ italian ] = "Bordo"; Text[ portuguese_brazilian ] = "Border"; Text[ portuguese ] = "~Contornos"; Text[ danish ] = "Ramme"; Text[ french ] = "~Bordure"; Text[ swedish ] = "Inra~mning"; Text[ dutch ] = "~Omranding"; Text[ spanish ] = "~Borde"; Text[ english_us ] = "Border"; Text[ chinese_simplified ] = "߿"; Text[ russian ] = ""; Text[ polish ] = "Obramowanie"; Text[ japanese ] = "g"; Text[ chinese_traditional ] = ""; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ܰ"; Text[ turkish ] = "~Kenarlk"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Borde"; Text[ finnish ] = "Reuna"; }; FixedLine FL_OPTIONS { Pos = MAP_APPFONT ( 6 , 63 ) ; Size = MAP_APPFONT ( 212 , 8 ) ; Text = "Optionen" ; Text [ English ] = "Options" ; Text[ italian ] = "Opzioni"; Text[ portuguese_brazilian ] = "Options"; Text[ portuguese ] = "Opes"; Text[ danish ] = "Indstillinger"; Text[ french ] = "Options"; Text[ swedish ] = "Alternativ"; Text[ dutch ] = "Opties"; Text[ spanish ] = "Opciones"; Text[ english_us ] = "Options"; Text[ chinese_simplified ] = "ѡ"; Text[ russian ] = ""; Text[ polish ] = "Opcje"; Text[ japanese ] = "߼"; Text[ chinese_traditional ] = "ﶵ"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ɼ"; Text[ turkish ] = "Seenekler"; Text[ language_user1 ] = " "; Text[ catalan ] = "Opciones"; Text[ finnish ] = "Asetukset"; }; OKButton BT_OK { Pos = MAP_APPFONT ( 224 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BT_CANCEL { Pos = MAP_APPFONT ( 224 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; HelpButton BT_HELP { Pos = MAP_APPFONT ( 224 , 43 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; PushButton BT_AUTOFORMAT { Pos = MAP_APPFONT ( 224 , 60 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; Text = "~Autoformat..." ; Text [ ENGLISH ] = "Autoformat..." ; Text [ norwegian ] = "Autoformat..." ; Text [ italian ] = "~Formatt. auto..." ; Text [ portuguese_brazilian ] = "Formata??o Autom?tica..." ; Text [ portuguese ] = "~AutoFormato..." ; Text [ finnish ] = "~Automaattinen muotoilu" ; Text [ danish ] = "AutoFormat..." ; Text [ french ] = "~AutoFormat..." ; Text [ swedish ] = "~Autoformat..." ; Text [ dutch ] = "~AutoOpmaak..." ; Text [ spanish ] = "Auto~Formato..." ; Text [ english_us ] = "Auto~Format..." ; Text[ chinese_simplified ] = "Զʽ(~F)..."; Text[ russian ] = "..."; Text[ polish ] = "Autoformat..."; Text[ japanese ] = "̫ϯ(~F)..."; Text[ chinese_traditional ] = "۰ʮ榡(~F)..."; Text[ arabic ] = " ..."; Text[ greek ] = "~..."; Text[ korean ] = "ڵ(~F)..."; Text[ turkish ] = "~Otom. formatlama..."; Text[ language_user1 ] = " "; Text[ catalan ] = "Auto~Formato..."; }; Text[ chinese_simplified ] = ""; Text[ russian ] = " "; Text[ polish ] = "Wstaw tabel"; Text[ japanese ] = "\\̑}"; Text[ chinese_traditional ] = "J"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "̺ "; Text[ turkish ] = "Tablo ekle"; Text[ language_user1 ] = " "; Text[ catalan ] = "Insertar tabla"; };