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 $
*
* $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
* either of the following licenses
@ -123,6 +123,7 @@ TabPage RID_PAGE_GW_FIELDSELECTION
Text [ greek ] = "ÕðÜñ÷ïíôá ðåäßá";
Text [ korean ] = "Á¸ÀçÇÏ´Â Çʵå";
Text [ turkish ] = "Mevcut alanlar";
Text[ catalan ] = "Campos existentes";
};
ListBox LB_EXISTING_FIELDS
{
@ -184,6 +185,7 @@ TabPage RID_PAGE_GW_FIELDSELECTION
Text [ greek ] = "ÅðéëåãìÝíá ðåäßá";
Text [ korean ] = "ÇÊµå ¼±ÅÃ";
Text [ turkish ] = "Seçilmiþ alanlar";
Text[ catalan ] = "Campos seleccionados";
};
ListBox LB_SELECTED_FIELDS
{
@ -195,6 +197,7 @@ TabPage RID_PAGE_GW_FIELDSELECTION
Sort = FALSE;
DropDown = FALSE;
};
Text[ catalan ] = "Selección de campo";
};
String RID_STR_DATEPOSTFIX
@ -221,6 +224,7 @@ String RID_STR_DATEPOSTFIX
Text [ korean ] = " (³¯Â¥)";
Text [ turkish ] = "(Tarih)";
Text [ language_user1 ] = "Please preserve the leading space in this text! Thanks!";
Text[ catalan ] = "(Fecha)";
};
String RID_STR_TIMEPOSTFIX
@ -247,11 +251,15 @@ String RID_STR_TIMEPOSTFIX
Text [ korean ] = " (½Ã°£)";
Text [ turkish ] = " (Saat)";
Text [ language_user1 ] = "Please preserve the leading space in this text! Thanks!";
Text[ catalan ] = "(Hora)";
};
/*************************************************************************
* history:
* $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
* Merge SRC624: 09.03.01 - 21:51:26 (NoBranch)
*