diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-17 11:52:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-17 11:52:37 +0000 |
commit | 1b4e30d7ecb31fa6a36ddbc69d20d6ba40e6088a (patch) | |
tree | b51a8b947f2ba4487a420b3e82bc0e2840a3efa6 /framework/source/classes/resource.src | |
parent | 48d46069096b5e288866ac75dd5ede41a95d5496 (diff) |
INTEGRATION: CWS fwkbugfix03 (1.23.16); FILE MERGED
2004/10/07 13:31:52 cd 1.23.16.1: #i35049# Support generic Add-On title for Add-on components
Diffstat (limited to 'framework/source/classes/resource.src')
-rw-r--r-- | framework/source/classes/resource.src | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/framework/source/classes/resource.src b/framework/source/classes/resource.src index 46dab5d4095d..095c1b5fb68c 100644 --- a/framework/source/classes/resource.src +++ b/framework/source/classes/resource.src @@ -2,9 +2,9 @@ * * $RCSfile: resource.src,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: kz $ $Date: 2004-08-02 13:15:46 $ + * last change: $Author: obo $ $Date: 2004-11-17 12:52:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -161,6 +161,12 @@ String STR_NODOCUMENT Text [ en-US ] = "No documents"; }; +String STR_TOOLBAR_TITLE_ADDON +{ + Text [ de ] = "Add-On %num%"; + Text [ en-US ] = "Add-On %num%"; +}; + // *********************************************************************** // License Dialog // *********************************************************************** |