summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/gridpages.src
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-03-05 13:52:33 +0000
committerFrank Schönheit <fs@openoffice.org>2001-03-05 13:52:33 +0000
commit0a95357b6af6e6bc7e668c9f0dcb3ac5d3a73a4f (patch)
tree018fd95b23454e1ba6d30f1a682dc7e2f654748a /extensions/source/dbpilots/gridpages.src
parent0c9cf8e314ba6a0c9710fd08a1f72e78369c8fd5 (diff)
initial checkin - grid auto pilot implementations
Diffstat (limited to 'extensions/source/dbpilots/gridpages.src')
-rw-r--r--extensions/source/dbpilots/gridpages.src258
1 files changed, 258 insertions, 0 deletions
diff --git a/extensions/source/dbpilots/gridpages.src b/extensions/source/dbpilots/gridpages.src
new file mode 100644
index 000000000000..bc905cfa377f
--- /dev/null
+++ b/extensions/source/dbpilots/gridpages.src
@@ -0,0 +1,258 @@
+/*************************************************************************
+ *
+ * $RCSfile: gridpages.src,v $
+ *
+ * $Revision: 1.1 $
+ *
+ * last change: $Author: fs $ $Date: 2001-03-05 14:52:18 $
+ *
+ * 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 EXPRESS 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): _______________________________________
+ *
+ *
+ ************************************************************************/
+
+#ifndef _EXTENSIONS_DBP_DBPRESID_HRC_
+#include "dbpresid.hrc"
+#endif
+
+TabPage RID_PAGE_GW_FIELDSELECTION
+{
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
+
+ Text = "Feldauswahl";
+ Text [ english ] = "Field Selection";
+ Text [ english_us ] = "Field Selection";
+ Text [ portuguese ] = "Seleco de campo";
+ Text [ russian ] = " ";
+ Text [ dutch ] = "veld selecteren";
+ Text [ french ] = "Slection de champ";
+ Text [ spanish ] = "Seleccin de campo";
+ Text [ italian ] = "Selezione campo";
+ Text [ danish ] = "Feltudvalg";
+ Text [ swedish ] = "Flturval";
+ Text [ polish ] = "Wybr pola";
+ Text [ portuguese_brazilian ] = "Feldauswahl";
+ Text [ japanese ] = "̨ނ̑I";
+ Text [ chinese_simplified ] = "ѡֶ";
+ Text [ chinese_traditional ] = "G";
+ Text [ arabic ] = " ";
+ Text [ dutch ] = "veld selecteren";
+ Text [ chinese_simplified ] = "ѡֶ";
+ Text [ greek ] = " ";
+ Text [ korean ] = "ʵ ";
+ Text [ turkish ] = "Alan seimi";
+
+ FixedLine FL_FRAME
+ {
+ Pos = MAP_APPFONT ( 4 , 3 ) ;
+ Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
+ };
+
+ FixedText FT_EXISTING_FIELDS
+ {
+ Pos = MAP_APPFONT ( 7, 15 );
+ Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, 8 );
+ Text = "Vorhandene Felder";
+ Text [ english ] = "Existing fields";
+ Text [ english_us ] = "Existing fields";
+ Text [ portuguese ] = "Campos disponveis";
+ Text [ russian ] = " ";
+ Text [ dutch ] = "Bestaande velden";
+ Text [ french ] = "Champs existants";
+ Text [ spanish ] = "Campos existentes";
+ Text [ italian ] = "Campi disponibili";
+ Text [ danish ] = "Eksisterende felter";
+ Text [ swedish ] = "Existerande flt";
+ Text [ polish ] = "Istniejce pola";
+ Text [ portuguese_brazilian ] = "Vorhandene Felder";
+ Text [ japanese ] = "gpł̨";
+ Text [ chinese_simplified ] = "еֶ(V)";
+ Text [ chinese_traditional ] = "{s";
+ Text [ arabic ] = " ";
+ Text [ dutch ] = "Bestaande velden";
+ Text [ chinese_simplified ] = "еֶ(V)";
+ Text [ greek ] = " ";
+ Text [ korean ] = "ϴ ʵ";
+ Text [ turkish ] = "Mevcut alanlar";
+ };
+ ListBox LB_EXISTING_FIELDS
+ {
+ Pos = MAP_APPFONT ( 7 , 26 ) ;
+ Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, WINDOW_SIZE_Y - 26 - 6 ) ;
+ SVLook = TRUE ;
+ Border = TRUE ;
+ AutoHScroll = TRUE ;
+ Sort = FALSE;
+ DropDown = FALSE;
+ };
+ PushButton PB_FIELDRIGHT
+ {
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 26 );
+ Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y );
+ Text = "->";
+ };
+ PushButton PB_ALLFIELDSRIGHT
+ {
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 26 + ITEM_BUTTON_SIZE_Y + 3 );
+ Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y );
+ Text = "=>>";
+ };
+ PushButton PB_FIELDLEFT
+ {
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 26 + ITEM_BUTTON_SIZE_Y + 3 + ITEM_BUTTON_SIZE_Y + 12 );
+ Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y );
+ Text = "<-";
+ };
+ PushButton PB_ALLFIELDSLEFT
+ {
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 26 + ITEM_BUTTON_SIZE_Y + 3 + ITEM_BUTTON_SIZE_Y + 12 + ITEM_BUTTON_SIZE_Y + 3 );
+ Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y );
+ Text = "<<=";
+ };
+ FixedText FT_SELECTED_FIELDS
+ {
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2 + 6, 15 );
+ Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, 8 );
+ Text = "Ausgewhlte Felder";
+ Text [ english ] = "Selected fields";
+ Text [ english_us ] = "Selected fields";
+ Text [ portuguese ] = "Campos seleccionados";
+ Text [ russian ] = " ";
+ Text [ dutch ] = "Geselecteerde velden";
+ Text [ french ] = "Champs slectionns";
+ Text [ spanish ] = "Campos seleccionados";
+ Text [ italian ] = "Campi selezionati";
+ Text [ danish ] = "Valgte felter";
+ Text [ swedish ] = "Utvalda flt";
+ Text [ polish ] = "Wybrane pola";
+ Text [ portuguese_brazilian ] = "Ausgewhlte Felder";
+ Text [ japanese ] = "Iꂽ̨";
+ Text [ chinese_simplified ] = "ѡֶ(A)";
+ Text [ chinese_traditional ] = "ܪ";
+ Text [ arabic ] = " ";
+ Text [ dutch ] = "Geselecteerde velden";
+ Text [ chinese_simplified ] = "ѡֶ(A)";
+ Text [ greek ] = " ";
+ Text [ korean ] = "ʵ ";
+ Text [ turkish ] = "Seilmi alanlar";
+ };
+ ListBox LB_SELECTED_FIELDS
+ {
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2 + 6 , 26 ) ;
+ Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, WINDOW_SIZE_Y - 26 - 6 ) ;
+ SVLook = TRUE ;
+ Border = TRUE ;
+ AutoHScroll = TRUE ;
+ Sort = FALSE;
+ DropDown = FALSE;
+ };
+};
+
+String RID_STR_DATEPOSTFIX
+{
+ Text = " (Datum)";
+ Text [ english_us ] = "(Date)";
+ Text [ portuguese ] = "(Data)";
+ Text [ russian ] = "()";
+ Text [ dutch ] = "(Datum)";
+ Text [ french ] = "(Date)";
+ Text [ spanish ] = "(Fecha)";
+ Text [ italian ] = "(Data)";
+ Text [ danish ] = "(Dato)";
+ Text [ swedish ] = "(Datum)";
+ Text [ polish ] = "(Data)";
+ Text [ portuguese_brazilian ] = "(Datum)";
+ Text [ japanese ] = "(t)";
+ Text [ chinese_simplified ] = "()";
+ Text [ chinese_traditional ] = "()";
+ Text [ arabic ] = "()";
+ Text [ dutch ] = "(Datum)";
+ Text [ chinese_simplified ] = "()";
+ Text [ greek ] = "()";
+ Text [ korean ] = " (¥)";
+ Text [ turkish ] = "(Tarih)";
+ Text [ language_user1 ] = "Please preserve the leading space in this text! Thanks!";
+};
+
+String RID_STR_TIMEPOSTFIX
+{
+ Text = " (Zeit)";
+ Text [ english_us ] = " (Time)";
+ Text [ portuguese ] = " (hora)";
+ Text [ russian ] = " ()";
+ Text [ dutch ] = " (Tijd)";
+ Text [ french ] = " (Heure)";
+ Text [ spanish ] = " (Hora)";
+ Text [ italian ] = " (Ora)";
+ Text [ danish ] = " (Klokkeslt)";
+ Text [ swedish ] = " (Tid)";
+ Text [ polish ] = " (Godzina)";
+ Text [ portuguese_brazilian ] = " (Zeit)";
+ Text [ japanese ] = " ()";
+ Text [ chinese_simplified ] = " (ʱ)";
+ Text [ chinese_traditional ] = " (ɶ)";
+ Text [ arabic ] = " ()";
+ Text [ dutch ] = " (Tijd)";
+ Text [ chinese_simplified ] = " (ʱ)";
+ Text [ greek ] = "()";
+ Text [ korean ] = " (ð)";
+ Text [ turkish ] = " (Saat)";
+ Text [ language_user1 ] = "Please preserve the leading space in this text! Thanks!";
+};
+
+/*************************************************************************
+ * history:
+ * $Log: not supported by cvs2svn $
+ *
+ * Revision 1.0 05.03.01 09:50:25 fs
+ ************************************************************************/
+