summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/gridpages.src
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-19 10:44:12 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-19 10:44:12 +0000
commitda86c4ec871a6798901d38436e98884d2c5908fe (patch)
tree3059e9f9cd909fbb25c069f54c62d1ac417c45b5 /extensions/source/dbpilots/gridpages.src
parent8e2e270cd4fe280e23513cc77768a6c815345166 (diff)
INTEGRATION: CWS mergede01 (1.31.276); FILE MERGED
2007/03/20 14:34:48 ihi 1.31.276.1: #i72301# Remove German
Diffstat (limited to 'extensions/source/dbpilots/gridpages.src')
-rw-r--r--extensions/source/dbpilots/gridpages.src12
1 files changed, 2 insertions, 10 deletions
diff --git a/extensions/source/dbpilots/gridpages.src b/extensions/source/dbpilots/gridpages.src
index 072465b3c1cf..112e98040d34 100644
--- a/extensions/source/dbpilots/gridpages.src
+++ b/extensions/source/dbpilots/gridpages.src
@@ -4,9 +4,9 @@
*
* $RCSfile: gridpages.src,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 12:04:03 $
+ * last change: $Author: ihi $ $Date: 2007-04-19 11:44:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,14 +42,12 @@ TabPage RID_PAGE_GW_FIELDSELECTION
SVLook = TRUE ;
Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
- Text [ de ] = "Feldauswahl";
Text [ en-US ] = "Field Selection";
FixedLine FL_FRAME
{
Pos = MAP_APPFONT ( 4 , 40 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
- Text [ de ] = "Tabellenelement";
Text [ en-US ] = "Table element";
};
@@ -57,7 +55,6 @@ TabPage RID_PAGE_GW_FIELDSELECTION
{
Pos = MAP_APPFONT ( 7, 52 );
Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, 8 );
- Text [ de ] = "Vorhandene Felder";
Text [ en-US ] = "Existing fields";
};
ListBox LB_EXISTING_FIELDS
@@ -98,7 +95,6 @@ TabPage RID_PAGE_GW_FIELDSELECTION
{
Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2 + 6, 52 );
Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, 8 );
- Text [ de ] = "Ausgewählte Felder";
Text [ en-US ] = "Selected fields";
};
ListBox LB_SELECTED_FIELDS
@@ -115,16 +111,12 @@ TabPage RID_PAGE_GW_FIELDSELECTION
String RID_STR_DATEPOSTFIX
{
- Text [ de ] = " (Datum)";
Text [ en-US ] = " (Date)";
- Text [ x-comment ] = "; Please preserve the leading space in this text! Thanks";
};
String RID_STR_TIMEPOSTFIX
{
- Text [ de ] = " (Zeit)";
Text [ en-US ] = " (Time)";
- Text [ x-comment ] = "; Please preserve the leading space in this text! Thanks";
};