Merge SRC630: 05/04/01 - 22:14:07 (NoBranch)

This commit is contained in:
Kurt Zenker
2001-05-04 19:14:05 +00:00
parent de73404080
commit c7f93b2aff

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: gridpages.src,v $ * $RCSfile: gridpages.src,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: kz $ $Date: 2001-03-19 11:44:53 $ * last change: $Author: kz $ $Date: 2001-05-04 20:14:05 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -123,6 +123,7 @@ TabPage RID_PAGE_GW_FIELDSELECTION
Text [ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>"; Text [ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text [ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD> <20>ʵ<EFBFBD>"; Text [ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD> <20>ʵ<EFBFBD>";
Text [ turkish ] = "Mevcut alanlar"; Text [ turkish ] = "Mevcut alanlar";
Text[ catalan ] = "Campos existentes";
}; };
ListBox LB_EXISTING_FIELDS ListBox LB_EXISTING_FIELDS
{ {
@@ -184,6 +185,7 @@ TabPage RID_PAGE_GW_FIELDSELECTION
Text [ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>"; Text [ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text [ korean ] = "<22>ʵ<EFBFBD> <20><><EFBFBD><EFBFBD>"; Text [ korean ] = "<22>ʵ<EFBFBD> <20><><EFBFBD><EFBFBD>";
Text [ turkish ] = "Se<53>ilmi<6D> alanlar"; Text [ turkish ] = "Se<53>ilmi<6D> alanlar";
Text[ catalan ] = "Campos seleccionados";
}; };
ListBox LB_SELECTED_FIELDS ListBox LB_SELECTED_FIELDS
{ {
@@ -195,6 +197,7 @@ TabPage RID_PAGE_GW_FIELDSELECTION
Sort = FALSE; Sort = FALSE;
DropDown = FALSE; DropDown = FALSE;
}; };
Text[ catalan ] = "Selecci<63>n de campo";
}; };
String RID_STR_DATEPOSTFIX String RID_STR_DATEPOSTFIX
@@ -221,6 +224,7 @@ String RID_STR_DATEPOSTFIX
Text [ korean ] = " (<28><>¥)"; Text [ korean ] = " (<28><>¥)";
Text [ turkish ] = "(Tarih)"; Text [ turkish ] = "(Tarih)";
Text [ language_user1 ] = "Please preserve the leading space in this text! Thanks!"; Text [ language_user1 ] = "Please preserve the leading space in this text! Thanks!";
Text[ catalan ] = "(Fecha)";
}; };
String RID_STR_TIMEPOSTFIX String RID_STR_TIMEPOSTFIX
@@ -247,11 +251,15 @@ String RID_STR_TIMEPOSTFIX
Text [ korean ] = " (<28>ð<EFBFBD>)"; Text [ korean ] = " (<28>ð<EFBFBD>)";
Text [ turkish ] = " (Saat)"; Text [ turkish ] = " (Saat)";
Text [ language_user1 ] = "Please preserve the leading space in this text! Thanks!"; Text [ language_user1 ] = "Please preserve the leading space in this text! Thanks!";
Text[ catalan ] = "(Hora)";
}; };
/************************************************************************* /*************************************************************************
* history: * history:
* $Log: not supported by cvs2svn $ * $Log: not supported by cvs2svn $
* Revision 1.3 2001/03/19 11:44:53 kz
* Merge SRC625: 19.03.01 - 12:44:47 (NoBranch)
*
* Revision 1.2 2001/03/09 20:51:30 kz * Revision 1.2 2001/03/09 20:51:30 kz
* Merge SRC624: 09.03.01 - 21:51:26 (NoBranch) * Merge SRC624: 09.03.01 - 21:51:26 (NoBranch)
* *