summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 13:07:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 13:07:29 +0000
commitb240e33ca95adc8954af0a5d207c33f3d034d863 (patch)
treecbaa0ec90ceb4d16c3b2d2dab5394a20aec7d8dd /officecfg
parente90698e02e13714843cbf575ea20b5806e32455e (diff)
INTEGRATION: CWS drawearesource2 (1.1.4); FILE ADDED
2004/07/28 10:39:12 cl 1.1.4.1: #i31376# added strings for translation
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/UI/Effects.xcs148
1 files changed, 148 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Effects.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Effects.xcs
new file mode 100644
index 000000000000..b74127b125e4
--- /dev/null
+++ b/officecfg/registry/schema/org/openoffice/Office/UI/Effects.xcs
@@ -0,0 +1,148 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!--***********************************************************************
+ *
+ * $RCSfile: Effects.xcs,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: hr $ $Date: 2004-08-02 14:07:29 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRUNTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRUNTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc..
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************ -->
+<!DOCTYPE oor:component-schema SYSTEM "../../../../../component-schema.dtd">
+<oor:component-schema oor:name="Effects" oor:package="org.openoffice.Office.UI" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <info>
+ <author>CD</author>
+ <desc xml:lang="en-US">Contains strings to localize animation effects.</desc>
+ </info>
+ <templates>
+ <group oor:name="LabelType">
+ <info>
+ <desc xml:lang="en-US">Provides a mapping between effect preset ids 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 animation effect.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="PresetCategory">
+ <info>
+ <desc xml:lang="en-US">Maps a custom animation effect node to an effect category.</desc>
+ </info>
+ <prop oor:name="Label" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">A localized text that names the preset category.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Effects" oor:type="oor:string-list" oor:localized="false">
+ <info>
+ <desc xml:lang="en-US">A list of custom effect node names</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <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>
+ </info>
+ <set oor:name="Effects" oor:node-type="LabelType">
+ <info>
+ <desc xml:lang="en-US">Contains preset ids for effects and identifiers that are used by the user interface."</desc>
+ </info>
+ </set>
+ <set oor:name="Tansitions" oor:node-type="LabelType">
+ <info>
+ <desc xml:lang="en-US">Contains transition ids for transitions and identifiers that are used by the user interface."</desc>
+ </info>
+ </set>
+ <set oor:name="Schemes" oor:node-type="LabelType">
+ <info>
+ <desc xml:lang="en-US">Contains Schemes ids for effects and identifiers that are used by the user interface."</desc>
+ </info>
+ </set>
+ <set oor:name="Properties" oor:node-type="LabelType">
+ <info>
+ <desc xml:lang="en-US">Contains preset ids for effect properties and identifiers that are used by the user interface."</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="Presets">
+ <info>
+ <desc xml:lang="en-US">Contains user interface presets for custom animation effects."</desc>
+ </info>
+ <set oor:name="Entrance" oor:node-type="PresetCategory">
+ <info>
+ <desc xml:lang="en-US">Contains the categories for entrance effects."</desc>
+ </info>
+ </set>
+ <set oor:name="Emphasis" oor:node-type="PresetCategory">
+ <info>
+ <desc xml:lang="en-US">Contains the categories for emphasis effects."</desc>
+ </info>
+ </set>
+ <set oor:name="Exit" oor:node-type="PresetCategory">
+ <info>
+ <desc xml:lang="en-US">Contains the categories for exit effects."</desc>
+ </info>
+ </set>
+ <set oor:name="MotionPaths" oor:node-type="PresetCategory">
+ <info>
+ <desc xml:lang="en-US">Contains the categories for motion path effects."</desc>
+ </info>
+ </set>
+ </group>
+ </component>
+</oor:component-schema>
+