diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-01-17 07:43:01 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-01-17 07:43:01 +0000 |
commit | 8d46fe26a06f25db3fa29bd88cda524985af75ae (patch) | |
tree | c04bfb67bd3c60d3952d1d482edb2ddff3b15bbe /extensions | |
parent | 3cc9d02ddc045a0b835c9032e386ab70928ab809 (diff) |
#82726# renamed the display text for the navigation bar
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/formmetadata.cxx | 8 | ||||
-rw-r--r-- | extensions/source/propctrlr/formres.src | 33 |
2 files changed, 11 insertions, 30 deletions
diff --git a/extensions/source/propctrlr/formmetadata.cxx b/extensions/source/propctrlr/formmetadata.cxx index 3a626ec1505d..71a88e8c1e68 100644 --- a/extensions/source/propctrlr/formmetadata.cxx +++ b/extensions/source/propctrlr/formmetadata.cxx @@ -2,9 +2,9 @@ * * $RCSfile: formmetadata.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: fs $ $Date: 2001-01-12 11:28:26 $ + * last change: $Author: fs $ $Date: 2001-01-17 08:41:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -238,7 +238,6 @@ namespace pcr OPropertyInfoImpl(PROPERTY_TRISTATE, PROPERTY_ID_TRISTATE , sal_True, String(ModuleRes(RID_STR_TRISTATE)), nPos++, HID_PROP_TRISTATE ), OPropertyInfoImpl(PROPERTY_MASTERFIELDS, PROPERTY_ID_MASTERFIELDS, sal_True, String(ModuleRes(RID_STR_MASTERFIELDS)), nPos++, HID_PROP_MASTERFIELDS) , OPropertyInfoImpl(PROPERTY_DETAILFIELDS, PROPERTY_ID_DETAILFIELDS, sal_True, String(ModuleRes(RID_STR_SLAVEFIELDS)), nPos++, HID_PROP_SLAVEFIELDS), - OPropertyInfoImpl(PROPERTY_HASNAVIGATION, PROPERTY_ID_HASNAVIGATION, sal_True, String(ModuleRes(RID_STR_NAVIGATIONBAR)), nPos++, HID_PROP_NAVIGATIONBAR) , OPropertyInfoImpl(PROPERTY_RECORDMARKER, PROPERTY_ID_RECORDMARKER, sal_True, String(ModuleRes(RID_STR_RECORDMARKER)), nPos++, HID_PROP_RECORDMARKER) , OPropertyInfoImpl(PROPERTY_FILTERPROPOSAL, PROPERTY_ID_FILTERPROPOSAL, sal_True, String(ModuleRes(RID_STR_FILTERPROPOSAL)), nPos++, HID_PROP_FILTERPROPOSAL) , OPropertyInfoImpl(PROPERTY_TAG, PROPERTY_ID_TAG, sal_True, String(ModuleRes(RID_STR_TAG)), nPos++, HID_PROP_TAG ), @@ -467,6 +466,9 @@ namespace pcr /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.1 2001/01/12 11:28:26 fs + * initial checkin - outsourced the form property browser + * * * Revision 1.0 09.01.01 15:35:18 fs ************************************************************************/ diff --git a/extensions/source/propctrlr/formres.src b/extensions/source/propctrlr/formres.src index e4073f7a2735..2988d59fe998 100644 --- a/extensions/source/propctrlr/formres.src +++ b/extensions/source/propctrlr/formres.src @@ -2,9 +2,9 @@ * * $RCSfile: formres.src,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: fs $ $Date: 2001-01-12 11:28:49 $ + * last change: $Author: fs $ $Date: 2001-01-17 08:43:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1539,30 +1539,6 @@ String RID_STR_TABINDEX Text[ turkish ] = "Sra"; Text[ language_user1 ] = " "; }; -String RID_STR_NAVIGATION -{ - Text = "Navigation" ; - Text [ ENGLISH ] = "Navigation" ; - Text [ portuguese ] = "Navegao" ; - Text [ english_us ] = "Navigation" ; - Text [ portuguese_brazilian ] = "Navigation" ; - Text [ swedish ] = "Navigation" ; - Text [ danish ] = "Navigation" ; - Text [ italian ] = "Navigazione" ; - Text [ spanish ] = "Navegacin" ; - Text [ french ] = "Navigation" ; - Text [ dutch ] = "Navigatie" ; - Text[ chinese_simplified ] = ""; - Text[ russian ] = ""; - Text[ polish ] = "Nawigacja"; - Text[ japanese ] = "ް"; - Text[ chinese_traditional ] = "s"; - Text[ greek ] = ""; - Text[ korean ] = "Ž"; - Text[ arabic ] = ""; - Text[ turkish ] = "Dolama"; - Text[ language_user1 ] = " "; -}; String RID_STR_FILTER_CRITERIA { Text = "Filter" ; @@ -1658,7 +1634,7 @@ String RID_STR_FILTERPROPOSAL Text[ turkish ] = "Filtre nerisi"; Text[ language_user1 ] = " "; }; -String RID_STR_NAVIGATIONBAR +String RID_STR_NAVIGATION { Text = "Navigationsleiste" ; Text [ ENGLISH ] = "Navigationbar" ; @@ -3824,6 +3800,9 @@ String RID_STR_ESCAPE_PROCESSING /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.1 2001/01/12 11:28:49 fs + * initial checkin - outsourced the form property browser + * * * Revision 1.0 08.01.01 14:53:11 fs ************************************************************************/ |