diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-06-13 11:01:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-06-13 11:01:41 +0000 |
commit | 8237f8cce0bc1df516548d2708054718f2db56ec (patch) | |
tree | a86e32db2ca2bdaf7f24f95082fdbe2644f00439 /sw/source/ui/table | |
parent | de4a60339ab732527d20a3b6995d687ee78bfc57 (diff) |
INTEGRATION: CWS rcmerge (1.13.54); FILE MERGED
2003/06/12 10:57:01 gh 1.13.54.1: final Merge RC
Diffstat (limited to 'sw/source/ui/table')
-rw-r--r-- | sw/source/ui/table/colwd.src | 560 |
1 files changed, 283 insertions, 277 deletions
diff --git a/sw/source/ui/table/colwd.src b/sw/source/ui/table/colwd.src index 46b5431a86db..85e19f982454 100644 --- a/sw/source/ui/table/colwd.src +++ b/sw/source/ui/table/colwd.src @@ -1,277 +1,283 @@ -/************************************************************************* - * - * $RCSfile: colwd.src,v $ - * - * $Revision: 1.13 $ - * - * last change: $Author: hr $ $Date: 2003-04-29 16:24:29 $ - * - * 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 "colwd.hrc" -#include "cmdid.h" -#include "helpid.h" - // #define DLG_COL_WIDTH 256 -ModalDialog DLG_COL_WIDTH -{ - HelpID = FN_TABLE_SET_COL_WIDTH ; - OutputSize = TRUE ; - SVLook = TRUE ; - Size = MAP_APPFONT ( 149 , 60 ) ; - Text = "Spaltenbreite" ; - Text [ ENGLISH ] = "Column width" ; - Text [ norwegian ] = "Bredde p kolonne " ; - Text [ italian ] = "Larghezza colonna" ; - Text [ portuguese_brazilian ] = "Largura da Coluna" ; - Text [ portuguese ] = "Largura da coluna" ; - Text [ finnish ] = "Sarakkeen leveys" ; - Text [ danish ] = "Kolonnebredde" ; - Text [ french ] = "Largeur de colonne" ; - Text [ swedish ] = "Kolumnbredd" ; - Text [ dutch ] = "Kolombreedte" ; - Text [ spanish ] = "Ancho de columna" ; - Text [ english_us ] = "Column Width" ; - Moveable = TRUE ; - OKButton BT_OK - { - Pos = MAP_APPFONT ( 94 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - TabStop = TRUE ; - DefButton = TRUE ; - }; - CancelButton BT_CANCEL - { - Pos = MAP_APPFONT ( 94 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - TabStop = TRUE ; - }; - HelpButton BT_HELP - { - Pos = MAP_APPFONT ( 94 , 43 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - TabStop = TRUE ; - }; - FixedText FT_WIDTH - { - Pos = MAP_APPFONT ( 12 , 31 ) ; - Size = MAP_APPFONT ( 22 , 8 ) ; - Text = "~Breite" ; - Text [ ENGLISH ] = "~Width" ; - Text [ norwegian ] = "~Bredde" ; - Text [ italian ] = "Larghezza" ; - Text [ portuguese_brazilian ] = "~Largura" ; - Text [ portuguese ] = "~Largura" ; - Text [ finnish ] = "~Leveys" ; - Text [ danish ] = "Bredde" ; - Text [ french ] = "Largeur" ; - Text [ swedish ] = "~Bredd" ; - Text [ dutch ] = "B~reedte" ; - Text [ spanish ] = "Ancho" ; - Text [ english_us ] = "~Width" ; - Left = TRUE ; - Text[ chinese_simplified ] = "宽度(~W)"; - Text[ russian ] = ""; - Text[ polish ] = "~Szeroko"; - Text[ japanese ] = "幅(~W)"; - Text[ chinese_traditional ] = "寬度(~W)"; - Text[ arabic ] = ""; - Text[ greek ] = ""; - Text[ korean ] = "너비(~W)"; - Text[ turkish ] = "~Genilik"; - Text[ language_user1 ] = " "; - Text[ catalan ] = "~Amplada"; - Text[ thai ] = "ความ~กว้าง"; - Text[ czech ] = "Šířka"; - Text[ hebrew ] = "רוחב"; - Text[ hindi ] = "~चौडाई"; - }; - MetricField ED_WIDTH - { - Border = TRUE ; - Pos = MAP_APPFONT ( 41 , 30 ) ; - Size = MAP_APPFONT ( 38 , 12 ) ; - TabStop = TRUE ; - Left = TRUE ; - Repeat = TRUE ; - Spin = TRUE ; - Minimum = 50 ; - Maximum = 9999 ; - DecimalDigits = 2 ; - SpinSize = 10 ; - Value = 10 ; - Unit = FUNIT_CM ; - First = 100 ; - Last = 9999 ; - }; - FixedLine FL_WIDTH - { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 81 , 8 ) ; - Text = "Breite" ; - Text [ ENGLISH ] = "Width" ; - Text [ norwegian ] = "Bredde " ; - Text [ italian ] = "Larghezza" ; - Text [ portuguese_brazilian ] = "Largura" ; - Text [ portuguese ] = "Largura" ; - Text [ finnish ] = "Leveys" ; - Text [ danish ] = "Bredde" ; - Text [ french ] = "Largeur" ; - Text [ swedish ] = "Bredd" ; - Text [ dutch ] = "Breedte" ; - Text [ spanish ] = "Ancho" ; - Text [ english_us ] = "Width" ; - Text[ chinese_simplified ] = "宽度"; - Text[ russian ] = ""; - Text[ polish ] = "Szeroko"; - Text[ japanese ] = "幅"; - Text[ chinese_traditional ] = "寬度"; - Text[ arabic ] = ""; - Text[ greek ] = ""; - Text[ korean ] = "너비"; - Text[ turkish ] = "Genilik"; - Text[ language_user1 ] = " "; - Text[ catalan ] = "Llargada"; - Text[ thai ] = "ความกว้าง"; - Text[ czech ] = "Šířka"; - Text[ hebrew ] = "רוחב"; - Text[ hindi ] = "चौड़ाई"; - }; - FixedText FT_COL - { - Pos = MAP_APPFONT ( 12 , 16 ) ; - Size = MAP_APPFONT ( 29 , 8 ) ; - Text = "~Spalte" ; - Text [ ENGLISH ] = "~Column" ; - Text [ norwegian ] = "~Kolonne" ; - 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 ] = "Colu~mna" ; - Text [ english_us ] = "~Column" ; - Left = TRUE ; - Text[ chinese_simplified ] = "栏(~C)"; - Text[ russian ] = ""; - Text[ polish ] = "~Kolumna"; - Text[ japanese ] = "列(~C)"; - Text[ chinese_traditional ] = "欄(~C)"; - Text[ arabic ] = ""; - Text[ greek ] = ""; - Text[ korean ] = "열(~C)"; - Text[ turkish ] = "~Stun"; - Text[ language_user1 ] = " "; - Text[ catalan ] = "~Columna"; - Text[ thai ] = "~คอลัมน์"; - Text[ czech ] = "Sloupec"; - Text[ hebrew ] = "~Spalte"; - Text[ hindi ] = "~स्तंभ"; - }; - NumericField ED_COL - { - Border = TRUE ; - Pos = MAP_APPFONT ( 41 , 14 ) ; - Size = MAP_APPFONT ( 38 , 12 ) ; - TabStop = TRUE ; - Left = TRUE ; - Spin = TRUE ; - Minimum = 1 ; - Maximum = 99 ; - Repeat = TRUE ; - }; - Text[ chinese_simplified ] = "栏宽"; - Text[ russian ] = " "; - Text[ polish ] = "Szeroko kolumny"; - Text[ japanese ] = "列幅"; - Text[ chinese_traditional ] = "欄寬"; - Text[ arabic ] = " "; - Text[ greek ] = " "; - Text[ korean ] = "열 너비"; - Text[ turkish ] = "Stun genilii"; - Text[ language_user1 ] = " "; - Text[ catalan ] = "Amplada de la columna"; - Text[ thai ] = "ความกว้างคอลัมน์"; - Text[ czech ] = "Šířka sloupce"; - Text[ hebrew ] = "Spaltenbreite"; - Text[ hindi ] = "स्तंभ चौड़ाई"; -}; - - - - - - - - - - - - - - - - - - - - - - - - - +/*************************************************************************
+ *
+ * $RCSfile: colwd.src,v $
+ *
+ * $Revision: 1.14 $
+ *
+ * last change: $Author: hr $ $Date: 2003-06-13 12:01:41 $
+ *
+ * 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 "colwd.hrc"
+#include "cmdid.h"
+#include "helpid.h"
+ // #define DLG_COL_WIDTH 256
+ModalDialog DLG_COL_WIDTH
+{
+ HelpID = FN_TABLE_SET_COL_WIDTH ;
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 149 , 60 ) ;
+ Text = "Spaltenbreite" ;
+ Text [ ENGLISH ] = "Column width" ;
+ Text [ norwegian ] = "Bredde p kolonne " ;
+ Text [ italian ] = "Larghezza colonna" ;
+ Text [ portuguese_brazilian ] = "Largura da Coluna" ;
+ Text [ portuguese ] = "Largura da coluna" ;
+ Text [ finnish ] = "Sarakkeen leveys" ;
+ Text [ danish ] = "Kolonnebredde" ;
+ Text [ french ] = "Largeur de colonne" ;
+ Text [ swedish ] = "Kolumnbredd" ;
+ Text [ dutch ] = "Kolombreedte" ;
+ Text [ spanish ] = "Ancho de columna" ;
+ Text [ english_us ] = "Column Width" ;
+ Moveable = TRUE ;
+ OKButton BT_OK
+ {
+ Pos = MAP_APPFONT ( 94 , 6 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ DefButton = TRUE ;
+ };
+ CancelButton BT_CANCEL
+ {
+ Pos = MAP_APPFONT ( 94 , 23 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ };
+ HelpButton BT_HELP
+ {
+ Pos = MAP_APPFONT ( 94 , 43 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ };
+ FixedText FT_WIDTH
+ {
+ Pos = MAP_APPFONT ( 12 , 31 ) ;
+ Size = MAP_APPFONT ( 22 , 8 ) ;
+ Text = "~Breite" ;
+ Text [ ENGLISH ] = "~Width" ;
+ Text [ norwegian ] = "~Bredde" ;
+ Text [ italian ] = "Larghezza" ;
+ Text [ portuguese_brazilian ] = "~Largura" ;
+ Text [ portuguese ] = "~Largura" ;
+ Text [ finnish ] = "~Leveys" ;
+ Text [ danish ] = "Bredde" ;
+ Text [ french ] = "Largeur" ;
+ Text [ swedish ] = "~Bredd" ;
+ Text [ dutch ] = "B~reedte" ;
+ Text [ spanish ] = "Ancho" ;
+ Text [ english_us ] = "~Width" ;
+ Left = TRUE ;
+ Text[ chinese_simplified ] = "宽度(~W)";
+ Text[ russian ] = "";
+ Text[ polish ] = "~Szeroko";
+ Text[ japanese ] = "幅(~W)";
+ Text[ chinese_traditional ] = "寬度(~W)";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "너비(~W)";
+ Text[ turkish ] = "~Genilik";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "~Amplada";
+ Text[ thai ] = "ความ~กว้าง";
+ Text[ czech ] = "Šířka";
+ Text[ hebrew ] = "רוחב";
+ Text[ hindi ] = "~चौडाई";
+ Text[ slovak ] = "Ší~rka";
+ };
+ MetricField ED_WIDTH
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 41 , 30 ) ;
+ Size = MAP_APPFONT ( 38 , 12 ) ;
+ TabStop = TRUE ;
+ Left = TRUE ;
+ Repeat = TRUE ;
+ Spin = TRUE ;
+ Minimum = 50 ;
+ Maximum = 9999 ;
+ DecimalDigits = 2 ;
+ SpinSize = 10 ;
+ Value = 10 ;
+ Unit = FUNIT_CM ;
+ First = 100 ;
+ Last = 9999 ;
+ };
+ FixedLine FL_WIDTH
+ {
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 81 , 8 ) ;
+ Text = "Breite" ;
+ Text [ ENGLISH ] = "Width" ;
+ Text [ norwegian ] = "Bredde " ;
+ Text [ italian ] = "Larghezza" ;
+ Text [ portuguese_brazilian ] = "Largura" ;
+ Text [ portuguese ] = "Largura" ;
+ Text [ finnish ] = "Leveys" ;
+ Text [ danish ] = "Bredde" ;
+ Text [ french ] = "Largeur" ;
+ Text [ swedish ] = "Bredd" ;
+ Text [ dutch ] = "Breedte" ;
+ Text [ spanish ] = "Ancho" ;
+ Text [ english_us ] = "Width" ;
+ Text[ chinese_simplified ] = "宽度";
+ Text[ russian ] = "";
+ Text[ polish ] = "Szeroko";
+ Text[ japanese ] = "幅";
+ Text[ chinese_traditional ] = "寬度";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "너비";
+ Text[ turkish ] = "Genilik";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Llargada";
+ Text[ thai ] = "ความกว้าง";
+ Text[ czech ] = "Šířka";
+ Text[ hebrew ] = "רוחב";
+ Text[ hindi ] = "चौड़ाई";
+ Text[ slovak ] = "Šírka";
+ };
+ FixedText FT_COL
+ {
+ Pos = MAP_APPFONT ( 12 , 16 ) ;
+ Size = MAP_APPFONT ( 29 , 8 ) ;
+ Text = "~Spalte" ;
+ Text [ ENGLISH ] = "~Column" ;
+ Text [ norwegian ] = "~Kolonne" ;
+ 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 ] = "Colu~mna" ;
+ Text [ english_us ] = "~Column" ;
+ Left = TRUE ;
+ Text[ chinese_simplified ] = "栏(~C)";
+ Text[ russian ] = "";
+ Text[ polish ] = "~Kolumna";
+ Text[ japanese ] = "列(~C)";
+ Text[ chinese_traditional ] = "欄(~C)";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "열(~C)";
+ Text[ turkish ] = "~Stun";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "~Columna";
+ Text[ thai ] = "~คอลัมน์";
+ Text[ czech ] = "Sloupec";
+ Text[ hebrew ] = "~Spalte";
+ Text[ hindi ] = "~स्तंभ";
+ Text[ slovak ] = "~Stĺpec";
+ };
+ NumericField ED_COL
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 41 , 14 ) ;
+ Size = MAP_APPFONT ( 38 , 12 ) ;
+ TabStop = TRUE ;
+ Left = TRUE ;
+ Spin = TRUE ;
+ Minimum = 1 ;
+ Maximum = 99 ;
+ Repeat = TRUE ;
+ };
+ Text[ chinese_simplified ] = "栏宽";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Szeroko kolumny";
+ Text[ japanese ] = "列幅";
+ Text[ chinese_traditional ] = "欄寬";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "열 너비";
+ Text[ turkish ] = "Stun genilii";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Amplada de la columna";
+ Text[ thai ] = "ความกว้างคอลัมน์";
+ Text[ czech ] = "Šířka sloupce";
+ Text[ hebrew ] = "Spaltenbreite";
+ Text[ hindi ] = "स्तंभ चौड़ाई";
+ Text[ slovak ] = "Šírka stĺpca";
+};
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|