diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-05 12:42:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-05 12:42:33 +0000 |
commit | 2bf24b0a228519644f6fabbada4929a33a38955d (patch) | |
tree | f8a6e1ec1184a969646d5f45089450fcfb8f84f6 /officecfg/registry | |
parent | 7c8faea9ba3495e0c29776cd01d53f5220304364 (diff) |
INTEGRATION: CWS scp2officecfg (1.3.14); FILE MERGED
2004/06/17 09:36:11 jb 1.3.14.1: #i18588# Remove localized descriptions and drop xml:lang tag from english <desc> and <label> elements
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/UI/BibliographyCommands.xcs | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/BibliographyCommands.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/BibliographyCommands.xcs index a9da13845d5a..0b5628366500 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI/BibliographyCommands.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/UI/BibliographyCommands.xcs @@ -3,9 +3,9 @@ * * $RCSfile: BibliographyCommands.xcs,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2004-04-27 10:51:41 $ + * last change: $Author: obo $ $Date: 2004-07-05 13:42:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,18 +62,16 @@ <!DOCTYPE oor:component-schema SYSTEM "../../../../../component-schema.dtd"> <oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="BibliographyCommands" oor:package="org.openoffice.Office.UI" xml:lang="en-US"> <info> <author>CD</author> - <desc xml:lang="en-US">Contains general information about ~ and rules, and about actions based on office commands.</desc> + <desc >Contains general information about ~ and rules, and about actions based on office commands.</desc> </info> <templates> <group oor:name="LabelType"> <info> - <desc xml:lang="en-US">Provides a mapping between commands and their textual representation on the user interface.</desc> - <desc xml:lang="zh-CN">Provides a mapping between commands and their textual representation on the user interface.</desc> + <desc>Provides a mapping between commands and their textual representation on the user interface.</desc> </info> <prop oor:name="Label" oor:type="xs:string" oor:localized="true"> <info> - <desc xml:lang="en-US">A localized text that describes the command or identifier. Can be used as a label inside a menu or as short tool tip help.</desc> - <desc xml:lang="zh-CN">A localized text that describes the command or identifier. Can be used as a label inside a menu or as short tool tip help.</desc> + <desc>A localized text that describes the command or identifier. Can be used as a label inside a menu or as short tool tip help.</desc> </info> </prop> </group> @@ -81,19 +79,16 @@ <component> <group oor:name="UserInterface"> <info> - <desc xml:lang="en-US">Contains user interface data for Office commands and identifiers that are used by the user interface."</desc> - <desc xml:lang="zh-CN">Contains user interface data for Office commands and identifiers that are used by the user interface."</desc> + <desc>Contains user interface data for Office commands and identifiers that are used by the user interface."</desc> </info> <set oor:name="Commands" oor:node-type="LabelType"> <info> - <desc xml:lang="en-US">Contains label text for Office commands and identifiers that are used by the user interface."</desc> - <desc xml:lang="zh-CN">Contains label text for Office commands and identifiers that are used by the user interface."</desc> + <desc>Contains label text for Office commands and identifiers that are used by the user interface."</desc> </info> </set> <set oor:name="Popups" oor:node-type="LabelType"> <info> - <desc xml:lang="en-US">Contains label text for popup menus identifiers that are used by the user interface."</desc> - <desc xml:lang="zh-CN">Contains label text for popup menus identifiers that are used by the user interface."</desc> + <desc>Contains label text for popup menus identifiers that are used by the user interface."</desc> </info> </set> </group> |