summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Jacobi <sj@openoffice.org>2007-05-16 14:05:28 +0000
committerSven Jacobi <sj@openoffice.org>2007-05-16 14:05:28 +0000
commit7a737dcf7dd5a8e038ff622c448390330643ae9b (patch)
tree4dffcd417fd8765ea6008e430b16725d24b3f811
parente9667a4784b88e5a1ff6b2546c00549db943b694 (diff)
initial version
-rw-r--r--sdext/source/minimizer/registry/data/org/openoffice/Office/Addons.xcu77
-rw-r--r--sdext/source/minimizer/registry/data/org/openoffice/Office/ProtocolHandler.xcu10
-rw-r--r--sdext/source/minimizer/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu28
-rw-r--r--sdext/source/minimizer/registry/data/org/openoffice/Office/UI/makefile.mk82
-rw-r--r--sdext/source/minimizer/registry/data/org/openoffice/Office/extension/SunPresentationMinimizer.xcu463
-rw-r--r--sdext/source/minimizer/registry/data/org/openoffice/Office/extension/makefile.mk85
-rw-r--r--sdext/source/minimizer/registry/data/org/openoffice/Office/makefile.mk83
-rw-r--r--sdext/source/minimizer/registry/schema/org/openoffice/Office/extension/SunPresentationMinimizer.xcs325
8 files changed, 1153 insertions, 0 deletions
diff --git a/sdext/source/minimizer/registry/data/org/openoffice/Office/Addons.xcu b/sdext/source/minimizer/registry/data/org/openoffice/Office/Addons.xcu
new file mode 100644
index 000000000000..e60ceebc9081
--- /dev/null
+++ b/sdext/source/minimizer/registry/data/org/openoffice/Office/Addons.xcu
@@ -0,0 +1,77 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Addons" oor:package="org.openoffice.Office">
+ <node oor:name="AddonUI">
+ <node oor:name="OfficeToolBar">
+ <node oor:name="org.openoffice.Office.SunPresentationMinimizer" oor:op="replace">
+ <node oor:name="m1" oor:op="replace">
+ <prop oor:name="URL" oor:type="xs:string">
+ <value>vnd.com.sun.star.comp.SunPresentationMinimizer:execute</value>
+ </prop>
+ <prop oor:name="Title" oor:type="xs:string">
+ <value xml:lang="en-US">Minimize Presentation</value>
+ <value xml:lang="de">Präsentation minimieren</value>
+ </prop>
+ <prop oor:name="Target" oor:type="xs:string">
+ <value>_self</value>
+ </prop>
+ <prop oor:name="Context" oor:type="xs:string">
+ <value>com.sun.star.presentation.PresentationDocument</value>
+ </prop>
+ </node>
+ </node>
+ </node>
+ <node oor:name="Images">
+ <node oor:name="opt-image" oor:op="replace">
+ <prop oor:name="URL">
+ <value>vnd.com.sun.star.comp.SunPresentationMinimizer:execute</value>
+ </prop>
+ <node oor:name="UserDefinedImages">
+ <prop oor:name="ImageSmallURL" oor:type="xs:string">
+ <value>%origin%/../../../../../bitmaps/opt_16.png</value>
+ </prop>
+ <prop oor:name="ImageBigURL" oor:type="xs:string">
+ <value>%origin%/../../../../../bitmaps/opt_26.png</value>
+ </prop>
+ <prop oor:name="ImageSmallHCURL" oor:type="xs:string">
+ <value>%origin%/../../../../../bitmaps/opt_16_h.png</value>
+ </prop>
+ <prop oor:name="ImageBigHCURL" oor:type="xs:string">
+ <value>%origin%/../../../../../bitmaps/opt_26_h.png</value>
+ </prop>
+ </node>
+ </node>
+ </node>
+ <node oor:name="AddonMenu">
+ <node oor:name="org.openoffice.Office.SunPresentationMinimizerExecute" oor:op="replace">
+ <prop oor:name="URL" oor:type="xs:string">
+ <value>vnd.com.sun.star.comp.SunPresentationMinimizer:execute</value>
+ </prop>
+ <prop oor:name="Title" oor:type="xs:string">
+ <value xml:lang="en-US">~Minimize Presentation...</value>
+ <value xml:lang="de">~Präsentation minimieren...</value>
+ </prop>
+ <prop oor:name="Target" oor:type="xs:string">
+ <value>_self</value>
+ </prop>
+ <prop oor:name="Context" oor:type="xs:string">
+ <value>com.sun.star.presentation.PresentationDocument</value>
+ </prop>
+ </node>
+ <node oor:name="org.openoffice.Office.SunPresentationMinimizerAbout" oor:op="replace">
+ <prop oor:name="URL" oor:type="xs:string">
+ <value>vnd.com.sun.star.comp.SunPresentationMinimizer:about</value>
+ </prop>
+ <prop oor:name="Title" oor:type="xs:string">
+ <value xml:lang="en-US">~Info über Sun Presentation Minimizer</value>
+ <value xml:lang="de">About Sun Presentation Minimizer</value>
+ </prop>
+ <prop oor:name="Target" oor:type="xs:string">
+ <value>_self</value>
+ </prop>
+ <prop oor:name="Context" oor:type="xs:string">
+ <value>com.sun.star.presentation.PresentationDocument</value>
+ </prop>
+ </node>
+ </node>
+ </node>
+</oor:component-data>
diff --git a/sdext/source/minimizer/registry/data/org/openoffice/Office/ProtocolHandler.xcu b/sdext/source/minimizer/registry/data/org/openoffice/Office/ProtocolHandler.xcu
new file mode 100644
index 000000000000..9baea2c363df
--- /dev/null
+++ b/sdext/source/minimizer/registry/data/org/openoffice/Office/ProtocolHandler.xcu
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="ProtocolHandler" oor:package="org.openoffice.Office">
+ <node oor:name="HandlerSet">
+ <node oor:name="com.sun.star.comp.SunPresentationMinimizerImp" oor:op="replace">
+ <prop oor:name="Protocols" oor:type="oor:string-list">
+ <value>vnd.com.sun.star.comp.SunPresentationMinimizer:*</value>
+ </prop>
+ </node>
+ </node>
+</oor:component-data>
diff --git a/sdext/source/minimizer/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu b/sdext/source/minimizer/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu
new file mode 100644
index 000000000000..c1e033d99ab6
--- /dev/null
+++ b/sdext/source/minimizer/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<oor:component-data xmlns:oor="http://openoffice.org/2001/registry"
+xmlns:xs="http://www.w3.org/2001/XMLSchema"
+oor:name="ImpressWindowState"
+oor:package="org.openoffice.Office.UI">
+ <node oor:name="UIElements">
+ <node oor:name="States">
+ <node oor:name="private:resource/toolbar/addon_org.openoffice.Office.SunPresentationMinimizer" oor:op="replace">
+ <prop oor:name="ContextSensitive" oor:type="xs:boolean">
+ <value>false</value>
+ </prop>
+ <prop oor:name="UIName" oor:type="xs:string">
+ <value xml:lang="en-US">Minimizer</value>
+ <value xml:lang="de">Minimierer</value>
+ </prop>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <value>true</value>
+ </prop>
+ <prop oor:name="Docked" oor:type="xs:boolean">
+ <value>false</value>
+ </prop>
+ <prop oor:name="Style" oor:type="xs:int">
+ <value>2</value>
+ </prop>
+ </node>
+ </node>
+ </node>
+</oor:component-data> \ No newline at end of file
diff --git a/sdext/source/minimizer/registry/data/org/openoffice/Office/UI/makefile.mk b/sdext/source/minimizer/registry/data/org/openoffice/Office/UI/makefile.mk
new file mode 100644
index 000000000000..d8132767d20a
--- /dev/null
+++ b/sdext/source/minimizer/registry/data/org/openoffice/Office/UI/makefile.mk
@@ -0,0 +1,82 @@
+#*************************************************************************
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.1 $
+#
+# last change: $Author: sj $ $Date: 2007-05-16 15:03:06 $
+#
+# 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 WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+# WITHOUT LIMITATION, WARRANTIES 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): _______________________________________
+#
+#
+#
+#*************************************************************************
+PRJ=..$/..$/..$/..$/..$/..$/..$/..
+
+PRJNAME=sdext
+TARGET=data_ooOUI
+PACKAGE=org.openoffice.Office.UI
+EXTNAME=minimi
+
+.INCLUDE : settings.mk
+.INCLUDE : $(PRJ)$/util$/makefile.pmk
+
+# --- Targets ------------------------------------------------------
+
+XCUFILES= \
+ ImpressWindowState.xcu
+
+MODULEFILES=
+
+LOCALIZEDFILES= \
+ ImpressWindowState.xcu
+
+.INCLUDE : target.mk
diff --git a/sdext/source/minimizer/registry/data/org/openoffice/Office/extension/SunPresentationMinimizer.xcu b/sdext/source/minimizer/registry/data/org/openoffice/Office/extension/SunPresentationMinimizer.xcu
new file mode 100644
index 000000000000..172caa198f38
--- /dev/null
+++ b/sdext/source/minimizer/registry/data/org/openoffice/Office/extension/SunPresentationMinimizer.xcu
@@ -0,0 +1,463 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE local [
+ <!ENTITY ProductName "Sun Presentation Minimizer">
+ <!ENTITY ProductVersion "1.0.0">
+]>
+<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="SunPresentationMinimizer" oor:package="org.openoffice.Office.extension">
+
+ <prop oor:name="BitmapPath" oor:type="xs:string">
+ <value>%origin%/../../../../../../bitmaps</value>
+ </prop>
+
+ <prop oor:name="HelpFile" oor:type="xs:string">
+ <value xml:lang="en-US">%origin%/../../../../../../help/help_en-us.odt</value>
+ <value xml:lang="de">%origin%/../../../../../../help/help_de.odt</value>
+ </prop>
+
+ <node oor:name="Strings">
+ <prop oor:name="STR_STEPS">
+ <value xml:lang="en-US">Steps</value>
+ <value xml:lang="de">Schritte</value>
+ </prop>
+ <prop oor:name="STR_HELP">
+ <value xml:lang="en-US">~Help</value>
+ <value xml:lang="de">~Hilfe</value>
+ </prop>
+ <prop oor:name="STR_BACK">
+ <value xml:lang="en-US">~Back</value>
+ <value xml:lang="de">~Zurück</value>
+ </prop>
+ <prop oor:name="STR_NEXT">
+ <value xml:lang="en-US">~Next</value>
+ <value xml:lang="de">~Weiter</value>
+ </prop>
+ <prop oor:name="STR_FINISH">
+ <value xml:lang="en-US">~Finish</value>
+ <value xml:lang="de">~Fertigstellen</value>
+ </prop>
+ <prop oor:name="STR_CANCEL">
+ <value xml:lang="en-US">Cancel</value>
+ <value xml:lang="de">Abbrechen</value>
+ </prop>
+ <prop oor:name="STR_INTRODUCTION">
+ <value xml:lang="en-US">Introduction</value>
+ <value xml:lang="de">Einleitung</value>
+ </prop>
+ <prop oor:name="STR_INTRODUCTION_T">
+ <value xml:lang="en-US">The Presentation Minimizer is used to reduce the file size of the current presentation. Images will be compressed and data, that is no longer needed, will be removed.
+
+At the last step of the wizard you can choose to apply the changes to the current presentation or to create an optimized new version of the presentation.</value>
+ <value xml:lang="de">Mit dem Sun Presentation Minimizer können Sie die Dateigröße des aktuellen Dokumentes verkleinern. Dazu werden die Bilder komprimiert und nicht mehr benötigte Daten entfernt.
+
+Im letzten Schritt können Sie entscheiden, ob die Änderungen am aktuellen Dokument durchgeführt werden sollen oder ob ein neues optimiertes Dokument angelegt werden soll.</value>
+ </prop>
+ <prop oor:name="STR_CHOSE_SETTINGS">
+ <value xml:lang="en-US">~Choose settings for the Presentation Minimization Wizard</value>
+ <value xml:lang="de">~Wählen Sie die Einstellungen für den Web-Assistenten Präsentations-Minimierungsassistenten aus</value>
+ </prop>
+ <prop oor:name="STR_REMOVE">
+ <value xml:lang="en-US">~Delete</value>
+ <value xml:lang="de">~Entfernen</value>
+ </prop>
+ <prop oor:name="STR_GRAPHIC_OPTIMIZATION">
+ <value xml:lang="en-US">Choose settings for optimizing pictures and graphics</value>
+ <value xml:lang="de">Wählen Sie die Einstellungen, um Bilder und Grafiken zu optimieren</value>
+ </prop>
+ <prop oor:name="STR_IMAGE_OPTIMIZATION">
+ <value xml:lang="en-US">Graphics</value>
+ <value xml:lang="de">Grafiken</value>
+ </prop>
+ <prop oor:name="STR_LOSSLESS_COMPRESSION">
+ <value xml:lang="en-US">~Lossless compression</value>
+ <value xml:lang="de">~Verlustfreie Komprimierung</value>
+ </prop>
+ <prop oor:name="STR_JPEG_COMPRESSION">
+ <value xml:lang="en-US">~JPEG compression</value>
+ <value xml:lang="de">~JPEG-Komprimierung</value>
+ </prop>
+ <prop oor:name="STR_QUALITY">
+ <value xml:lang="en-US">~Quality</value>
+ <value xml:lang="de">~Qualität</value>
+ </prop>
+ <prop oor:name="STR_REMOVE_CROP_AREA">
+ <value xml:lang="en-US">~Delete cropped graphic areas</value>
+ <value xml:lang="de">Abgeschnittene Grafikbereiche ~entfernen</value>
+ </prop>
+ <prop oor:name="STR_IMAGE_RESOLUTION">
+ <value xml:lang="en-US">Reduce ~image resolution</value>
+ <value xml:lang="de">Graphik~auflösung verringern</value>
+ </prop>
+ <prop oor:name="STR_IMAGE_RESOLUTION_0">
+ <value xml:lang="en-US">0;&lt;no change&gt;</value>
+ <value xml:lang="de">0;&lt;keine Änderung&gt;></value>
+ </prop>
+ <prop oor:name="STR_IMAGE_RESOLUTION_1">
+ <value xml:lang="en-US">90;90 DPI (screen resolution)</value>
+ <value xml:lang="de">90;90 DPI (Bildschirmauflösung)</value>
+ </prop>
+ <prop oor:name="STR_IMAGE_RESOLUTION_2">
+ <value xml:lang="en-US">150;150 DPI (projector resolution)</value>
+ <value xml:lang="de">150;150 DPI (Präsentationsauflösung)</value>
+ </prop>
+ <prop oor:name="STR_IMAGE_RESOLUTION_3">
+ <value xml:lang="en-US">300;300 DPI (print resolution)</value>
+ <value xml:lang="de">300;300 DPI (Druckauflösung</value>
+ </prop>
+ <prop oor:name="STR_EMBED_LINKED_GRAPHICS">
+ <value xml:lang="en-US">~Break links to external graphics</value>
+ <value xml:lang="de">~Verknüpfungen zu externen Graphiken lösen</value>
+ </prop>
+ <prop oor:name="STR_OLE_OBJECTS">
+ <value xml:lang="en-US">OLE Objects</value>
+ <value xml:lang="de">OLE-Objekte</value>
+ </prop>
+ <prop oor:name="STR_OLE_OPTIMIZATION">
+ <value xml:lang="en-US">Choose settings for replacing OLE objects</value>
+ <value xml:lang="de">Wählen Sie die Einstellungen, um OLE-Objekte zu ersetzen</value>
+ </prop>
+ <prop oor:name="STR_OLE_REPLACE">
+ <value xml:lang="en-US">Create static replacement graphics for OLE objects</value>
+ <value xml:lang="de">~Erzeuge statische Ersatzdarstellungen für OLE-Objekte</value>
+ </prop>
+ <prop oor:name="STR_ALL_OLE_OBJECTS">
+ <value xml:lang="en-US">For ~all OLE objects</value>
+ <value xml:lang="de">Für -alle OLE-Objekte</value>
+ </prop>
+ <prop oor:name="STR_ALIEN_OLE_OBJECTS_ONLY">
+ <value xml:lang="en-US">~For OLE objects not based on OpenDocument format</value>
+ <value xml:lang="de">Fü~r OLE-Objekte, die nicht auf dem OpenDocument Format basieren</value>
+ </prop>
+ <prop oor:name="STR_NO_OLE_OBJECTS">
+ <value xml:lang="en-US">The current presentation contains no OLE objects.</value>
+ <value xml:lang="de">Die aktuelle Präsentation enthält keine OLE-Objekte.</value>
+ </prop>
+ <prop oor:name="STR_SLIDES">
+ <value xml:lang="en-US">Slides</value>
+ <value xml:lang="de">Folien</value>
+ </prop>
+ <prop oor:name="STR_CHOOSE_SLIDES">
+ <value xml:lang="en-US">Choose which slides to delete</value>
+ <value xml:lang="de">Wählen Sie die Folien, die gelöscht werden sollen</value>
+ </prop>
+ <prop oor:name="STR_MASTER_PAGES">
+ <value xml:lang="en-US">Master Pages</value>
+ <value xml:lang="de">Folienmaster</value>
+ </prop>
+ <prop oor:name="STR_DELETE_MASTER_PAGES">
+ <value xml:lang="en-US">Delete unused ~master pages</value>
+ <value xml:lang="de">Nicht verwendete ~Masterseiten löschen</value>
+ </prop>
+ <prop oor:name="STR_NOTES_PAGES">
+ <value xml:lang="en-US">Notes pages</value>
+ <value xml:lang="de">Notizseiten</value>
+ </prop>
+ <prop oor:name="STR_DELETE_NOTES_PAGES">
+ <value xml:lang="en-US">Delete ~notes</value>
+ <value xml:lang="de">~Notizen löschen</value>
+ </prop>
+ <prop oor:name="STR_DELETE_HIDDEN_SLIDES">
+ <value xml:lang="en-US">Delete hidden ~slides</value>
+ <value xml:lang="de">~Ausgeblendete Folien löschen</value>
+ </prop>
+ <prop oor:name="STR_CUSTOM_SHOW">
+ <value xml:lang="en-US">Delete slides that are not used for the ~custom slide show</value>
+ <value xml:lang="de">Folien löschen, die nicht zur ~individuellen Bildschirmpräsentation gehören</value>
+ </prop>
+ <prop oor:name="STR_SUMMARY">
+ <value xml:lang="en-US">Summary</value>
+ <value xml:lang="de">Zusammenfassung</value>
+ </prop>
+ <prop oor:name="STR_SUMMARY_TITLE">
+ <value xml:lang="en-US">Choose where to apply the following changes</value>
+ <value xml:lang="de">Wählen Sie, wo die aufgeführten Änderungen angewendet werden sollen</value>
+ </prop>
+ <prop oor:name="STR_PROGRESS">
+ <value xml:lang="en-US">Progress</value>
+ <value xml:lang="de">Fortschritt</value>
+ </prop>
+ <prop oor:name="STR_OBJECTS_OPTIMIZED">
+ <value xml:lang="en-US">Objects optimized</value>
+ <value xml:lang="de">Objekte optimiert</value>
+ </prop>
+ <prop oor:name="STR_APPLY_TO_CURRENT">
+ <value xml:lang="en-US">~Apply changes to current presentation</value>
+ <value xml:lang="de">Änderungen auf ~aktuelles Dokument anwenden</value>
+ </prop>
+ <prop oor:name="STR_AUTOMATICALLY_OPEN">
+ <value xml:lang="en-US">~Open newly created presentation</value>
+ <value xml:lang="de">N~eu erzeugtes Dokument öffnen</value>
+ </prop>
+ <prop oor:name="STR_SAVE_SETTINGS">
+ <value xml:lang="en-US">~Save settings as</value>
+ <value xml:lang="de">~Einstellungen speichern unter</value>
+ </prop>
+ <prop oor:name="STR_SAVE_AS">
+ <value xml:lang="en-US">Duplicate presentation before applying changes</value>
+ <value xml:lang="de">Dokument duplizieren bevor die Änderungen angewendet werden</value>
+ </prop>
+ <prop oor:name="STR_DELETE_SLIDES">
+ <value xml:lang="en-US">Delete %SLIDES slides</value>
+ <value xml:lang="de">%SLIDES Folien löschen.</value>
+ </prop>
+ <prop oor:name="STR_OPTIMIZE_IMAGES">
+ <value xml:lang="en-US">Optimize %IMAGES graphics to %QUALITY% JPEG quality at %RESOLUTION DPI.</value>
+ <value xml:lang="de">%IMAGES Bilder auf %QUALITY% JPEG Qualität bei %RESOLUTION DPI optimieren.</value>
+ </prop>
+ <prop oor:name="STR_CREATE_REPLACEMENT">
+ <value xml:lang="en-US">Create replacement graphics for %OLE objects.</value>
+ <value xml:lang="de">Ersatzdarstellung für %OLE Objekte erzeugen.</value>
+ </prop>
+ <prop oor:name="STR_CURRENT_FILESIZE">
+ <value xml:lang="en-US">Current file size:</value>
+ <value xml:lang="de">Aktuelle Dateigröße:</value>
+ </prop>
+ <prop oor:name="STR_ESTIMATED_FILESIZE">
+ <value xml:lang="en-US">Estimated new file size:</value>
+ <value xml:lang="de">Geschätzte neue Dateigröße:</value>
+ </prop>
+ <prop oor:name="STR_MB">
+ <value xml:lang="en-US">%1 MB</value>
+ <value xml:lang="de">%1 MB</value>
+ </prop>
+ <prop oor:name="MY_SETTINGS">
+ <value xml:lang="en-US">My Settings</value>
+ <value xml:lang="de">Meine Einstellungen</value>
+ </prop>
+ <prop oor:name="STR_DEFAULT_SESSION">
+ <value xml:lang="en-US">default session</value>
+ <value xml:lang="de">Grundeinstellung</value>
+ </prop>
+ <prop oor:name="STR_MODIFY_WARNING">
+ <value xml:lang="en-US">The optimization will modify the current document. Do you want to continue?</value>
+ <value xml:lang="de">Die Optimierung wird das aktuelle Dokument ändern. Wollen Sie fortfahren?</value>
+ </prop>
+ <prop oor:name="STR_YES">
+ <value xml:lang="en-US">~Yes</value>
+ <value xml:lang="de">~Ja</value>
+ </prop>
+ <prop oor:name="STR_ABOUT">
+ <value xml:lang="en-US">About &ProductName;</value>
+ <value xml:lang="de">Info über &ProductName;</value>
+ </prop>
+ <prop oor:name="STR_ABOUT_VERSION">
+ <value xml:lang="en-US">&ProductName; &ProductVersion;</value>
+ <value xml:lang="de">&ProductName; &ProductVersion;</value>
+ </prop>
+ <prop oor:name="STR_ABOUT_PRN">
+ <value xml:lang="en-US">Copyright © 2006 Sun Microsystems, Inc. All rights reserved.
+
+U.S. Government Rights - Commercial software. Government users are subject to the Sun Microsystems, Inc. standard license agreement and applicable provisions of the FAR and its supplements.
+
+Use is subject to license terms.
+
+This distribution may include materials developed by third parties. Sun, Sun Microsystems, the Sun logo, Java and StarOffice are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.</value>
+ <value xml:lang="fr">Copyright © 2006 Sun Microsystems, Inc. Tous droits réservés.
+
+L'utilisation est soumise aux termes du contrat de licence.
+
+Cette distribution peut comprendre des composants développés par des tierces parties.
+
+Sun, Sun Microsystems, le logo Sun, Java et StarOffice sont des marques de fabrique ou des marques déposées de Sun Microsystems, Inc. aux Etats-Unis et dans d'autres pays.</value>
+ </prop>
+ <prop oor:name="STR_OK">
+ <value xml:lang="en-US">OK</value>
+ <value xml:lang="de">OK</value>
+ </prop>
+ <prop oor:name="STR_INFO_1">
+ <value xml:lang="en-US">The %EXTENSIONNAME has successfully updated the presentation '%TITLE'. The file size has changed from %OLDFILESIZE MB to approximated %NEWFILESIZE MB.</value>
+ <value xml:lang="de">Das Dokument '%TITLE' wurde erfolgreich vom %EXTENSIONNAME überarbeitet. Die Dateigröße wurde dabei von %OLDFILESIZE MB auf in etwa %NEWFILESIZE MB geändert.</value>
+ </prop>
+ <prop oor:name="STR_INFO_2">
+ <value xml:lang="en-US">The %EXTENSIONNAME has successfully updated the presentation '%TITLE'. The file size has changed to approximated %NEWFILESIZE MB.</value>
+ <value xml:lang="de">Das Dokument '%TITLE' wurde erfolgreich vom %EXTENSIONNAME überarbeitet. Die neue Dateigröße beträgt in etwa %NEWFILESIZE MB.</value>
+ </prop>
+ <prop oor:name="STR_DUPLICATING_PRESENTATION">
+ <value xml:lang="en-US">Duplicating presentation...</value>
+ <value xml:lang="de">Dokument duplizieren...</value>
+ </prop>
+ <prop oor:name="STR_DELETING_SLIDES">
+ <value xml:lang="en-US">Deleting slides...</value>
+ <value xml:lang="de">Folien löschen...</value>
+ </prop>
+ <prop oor:name="STR_OPTIMIZING_GRAPHICS">
+ <value xml:lang="en-US">Optimizing graphics...</value>
+ <value xml:lang="de">Grafiken optimieren...</value>
+ </prop>
+ <prop oor:name="STR_CREATING_OLE_REPLACEMENTS">
+ <value xml:lang="en-US">Creating replacement graphics for OLE objects...</value>
+ <value xml:lang="de">Ersatzdarstellungen für OLE-Objekte erzeugen...</value>
+ </prop>
+ </node>
+ <node oor:name="LastUsedSettings">
+ <prop oor:name="Name">
+ <value xml:lang="en-US">Projector optimized</value>
+ <value xml:lang="de">Optimiert für Präsentation</value>
+ </prop>
+ <prop oor:name="JPEGCompression">
+ <value>true</value>
+ </prop>
+ <prop oor:name="JPEGQuality">
+ <value>50</value>
+ </prop>
+ <prop oor:name="RemoveCropArea">
+ <value>true</value>
+ </prop>
+ <prop oor:name="ImageResolution">
+ <value>150</value>
+ </prop>
+ <prop oor:name="EmbedLinkedGraphics">
+ <value>true</value>
+ </prop>
+ <prop oor:name="OLEOptimization">
+ <value>true</value>
+ </prop>
+ <prop oor:name="OLEOptimizationType">
+ <value>0</value>
+ </prop>
+ <prop oor:name="DeleteUnusedMasterPages">
+ <value>true</value>
+ </prop>
+ <prop oor:name="DeleteHiddenSlides">
+ <value>true</value>
+ </prop>
+ <prop oor:name="DeleteNotesPages">
+ <value>false</value>
+ </prop>
+ <prop oor:name="SaveAs">
+ <value>true</value>
+ </prop>
+ <prop oor:name="OpenNewDocument">
+ <value>true</value>
+ </prop>
+ </node>
+ <node oor:name="Settings">
+ <node oor:name="Templates">
+ <node oor:name="template1" oor:op="replace">
+ <prop oor:name="Name">
+ <value xml:lang="en-US">Screen optimized (smallest file size)</value>
+ <value xml:lang="de">Optimiert für Bildschirm (kleinste Dateigröße)</value>
+ </prop>
+ <prop oor:name="JPEGCompression">
+ <value>true</value>
+ </prop>
+ <prop oor:name="JPEGQuality">
+ <value>25</value>
+ </prop>
+ <prop oor:name="RemoveCropArea">
+ <value>true</value>
+ </prop>
+ <prop oor:name="ImageResolution">
+ <value>90</value>
+ </prop>
+ <prop oor:name="EmbedLinkedGraphics">
+ <value>true</value>
+ </prop>
+ <prop oor:name="OLEOptimization">
+ <value>true</value>
+ </prop>
+ <prop oor:name="OLEOptimizationType">
+ <value>0</value>
+ </prop>
+ <prop oor:name="DeleteUnusedMasterPages">
+ <value>true</value>
+ </prop>
+ <prop oor:name="DeleteHiddenSlides">
+ <value>true</value>
+ </prop>
+ <prop oor:name="DeleteNotesPages">
+ <value>false</value>
+ </prop>
+ <prop oor:name="SaveAs">
+ <value>true</value>
+ </prop>
+ <prop oor:name="OpenNewDocument">
+ <value>true</value>
+ </prop>
+ </node>
+ <node oor:name="template2" oor:op="replace">
+ <prop oor:name="Name">
+ <value xml:lang="en-US">Projector optimized</value>
+ <value xml:lang="de">Optimiert für Präsentation</value>
+ </prop>
+ <prop oor:name="JPEGCompression">
+ <value>true</value>
+ </prop>
+ <prop oor:name="JPEGQuality">
+ <value>50</value>
+ </prop>
+ <prop oor:name="RemoveCropArea">
+ <value>true</value>
+ </prop>
+ <prop oor:name="ImageResolution">
+ <value>150</value>
+ </prop>
+ <prop oor:name="EmbedLinkedGraphics">
+ <value>true</value>
+ </prop>
+ <prop oor:name="OLEOptimization">
+ <value>true</value>
+ </prop>
+ <prop oor:name="OLEOptimizationType">
+ <value>0</value>
+ </prop>
+ <prop oor:name="DeleteUnusedMasterPages">
+ <value>true</value>
+ </prop>
+ <prop oor:name="DeleteHiddenSlides">
+ <value>true</value>
+ </prop>
+ <prop oor:name="DeleteNotesPages">
+ <value>false</value>
+ </prop>
+ <prop oor:name="SaveAs">
+ <value>true</value>
+ </prop>
+ <prop oor:name="OpenNewDocument">
+ <value>true</value>
+ </prop>
+ </node>
+ <node oor:name="template3" oor:op="replace">
+ <prop oor:name="Name">
+ <value xml:lang="en-US">Print optimized</value>
+ <value xml:lang="de">Optimiert für Druck</value>
+ </prop>
+ <prop oor:name="JPEGCompression">
+ <value>true</value>
+ </prop>
+ <prop oor:name="JPEGQuality">
+ <value>75</value>
+ </prop>
+ <prop oor:name="RemoveCropArea">
+ <value>true</value>
+ </prop>
+ <prop oor:name="ImageResolution">
+ <value>300</value>
+ </prop>
+ <prop oor:name="EmbedLinkedGraphics">
+ <value>true</value>
+ </prop>
+ <prop oor:name="OLEOptimization">
+ <value>true</value>
+ </prop>
+ <prop oor:name="OLEOptimizationType">
+ <value>0</value>
+ </prop>
+ <prop oor:name="DeleteUnusedMasterPages">
+ <value>true</value>
+ </prop>
+ <prop oor:name="DeleteHiddenSlides">
+ <value>true</value>
+ </prop>
+ <prop oor:name="DeleteNotesPages">
+ <value>false</value>
+ </prop>
+ <prop oor:name="SaveAs">
+ <value>true</value>
+ </prop>
+ <prop oor:name="OpenNewDocument">
+ <value>true</value>
+ </prop>
+ </node>
+ </node>
+ </node>
+</oor:component-data>
diff --git a/sdext/source/minimizer/registry/data/org/openoffice/Office/extension/makefile.mk b/sdext/source/minimizer/registry/data/org/openoffice/Office/extension/makefile.mk
new file mode 100644
index 000000000000..a33cb189ca6c
--- /dev/null
+++ b/sdext/source/minimizer/registry/data/org/openoffice/Office/extension/makefile.mk
@@ -0,0 +1,85 @@
+#*************************************************************************
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.1 $
+#
+# last change: $Author: sj $ $Date: 2007-05-16 15:02:16 $
+#
+# 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 WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+# WITHOUT LIMITATION, WARRANTIES 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): _______________________________________
+#
+#
+#
+#*************************************************************************
+PRJ=..$/..$/..$/..$/..$/..$/..$/..
+
+PRJNAME=sdext
+TARGET=data_ooOfficeext
+PACKAGE=org.openoffice.Office.extension
+EXTNAME=minimi
+
+.INCLUDE : settings.mk
+.INCLUDE : $(PRJ)$/util$/makefile.pmk
+
+XCSROOT=$(PRJ)$/source$/minimizer
+ABSXCSROOT=$(PRJ)$/source$/minimizer
+
+# --- Targets ------------------------------------------------------
+
+XCUFILES= \
+ SunPresentationMinimizer.xcu
+
+MODULEFILES=
+
+LOCALIZEDFILES= \
+ SunPresentationMinimizer.xcu
+
+.INCLUDE : target.mk
diff --git a/sdext/source/minimizer/registry/data/org/openoffice/Office/makefile.mk b/sdext/source/minimizer/registry/data/org/openoffice/Office/makefile.mk
new file mode 100644
index 000000000000..2ce39ec32fba
--- /dev/null
+++ b/sdext/source/minimizer/registry/data/org/openoffice/Office/makefile.mk
@@ -0,0 +1,83 @@
+#*************************************************************************
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.1 $
+#
+# last change: $Author: sj $ $Date: 2007-05-16 15:01:34 $
+#
+# 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 WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+# WITHOUT LIMITATION, WARRANTIES 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): _______________________________________
+#
+#
+#
+#*************************************************************************
+PRJ=..$/..$/..$/..$/..$/..$/..
+
+PRJNAME=sdext
+TARGET=data_ooOffice
+PACKAGE=org.openoffice.Office
+EXTNAME=minimi
+
+.INCLUDE : settings.mk
+.INCLUDE : $(PRJ)$/util$/makefile.pmk
+
+# --- Targets ------------------------------------------------------
+
+XCUFILES= \
+ Addons.xcu \
+ ProtocolHandler.xcu
+
+MODULEFILES=
+
+LOCALIZEDFILES= \
+ Addons.xcu
+
+.INCLUDE : target.mk
diff --git a/sdext/source/minimizer/registry/schema/org/openoffice/Office/extension/SunPresentationMinimizer.xcs b/sdext/source/minimizer/registry/schema/org/openoffice/Office/extension/SunPresentationMinimizer.xcs
new file mode 100644
index 000000000000..98ec2216044c
--- /dev/null
+++ b/sdext/source/minimizer/registry/schema/org/openoffice/Office/extension/SunPresentationMinimizer.xcs
@@ -0,0 +1,325 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<oor:component-schema oor:name="SunPresentationMinimizer" oor:package="org.openoffice.Office.extension" 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">
+ <templates>
+ <group oor:name="OptimizerSettings">
+ <info>
+ <desc>Describes the Presentation Optimization Wizard settings of one session</desc>
+ </info>
+ <prop oor:name="Name" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the name settings name</desc>
+ </info>
+ <value>Default</value>
+ </prop>
+ <prop oor:name="JPEGCompression" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies if JPEG compression is being used</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="JPEGQuality" oor:type="xs:int">
+ <info>
+ <desc>Specifies quality of the JPG export. A higher value results in higher quality and file size.</desc>
+ </info>
+ <constraints>
+ <minInclusive oor:value="1">
+ <info>
+ <desc>Represents lowest value that can be used. The lower the value, the less good is the compression quality and the bigger is be the file size.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Represents highest value that can be used. The higher the value, the better is the compression quality and the smaller is the file size.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>45</value>
+ </prop>
+ <prop oor:name="RemoveCropArea" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies if the crop area of a picture has to be removed</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ImageResolution" oor:type="xs:int">
+ <info>
+ <desc>Specifies the Image Resolution that should be used in dpi. A value of zero determines that the image resolution should not be changed.</desc>
+ </info>
+ <value>150</value>
+ </prop>
+ <prop oor:name="EmbedLinkedGraphics" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies if linked graphics are to be embedded</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="OLEOptimization" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies if OLE Objects are converted to Graphic objects at all</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="OLEOptimizationType" oor:type="xs:short">
+ <info>
+ <desc>Specifies the compression type that is being used,.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0"><info><desc>Each</desc></info></enumeration>
+ <enumeration oor:value="1"><info><desc>Alien</desc></info></enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="DeleteUnusedMasterPages" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies if unused Master Pages are being deleted</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DeleteHiddenSlides" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies if hidden Slides are being deleted</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DeleteNotesPages" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies if Notes Pages are being deleted</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="SaveAs" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies if the optimization is done on a new document.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="OpenNewDocument" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies if the newly created document is opened automatically.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <prop oor:name="BitmapPath" oor:type="xs:string"/>
+ <prop oor:name="HelpFile" oor:type="xs:string"/>
+ <group oor:name="Strings">
+ <prop oor:name="STR_OPTIMIZATION_WIZARD" oor:type="xs:string" oor:localized="false">
+ <value>Sun Presentation Minimizer</value>
+ </prop>
+ <prop oor:name="STR_STEPS" oor:type="xs:string" oor:localized="true">
+ <value>Steps</value>
+ </prop>
+ <prop oor:name="STR_HELP" oor:type="xs:string" oor:localized="true">
+ <value>~Help</value>
+ </prop>
+ <prop oor:name="STR_BACK" oor:type="xs:string" oor:localized="true">
+ <value>~Back</value>
+ </prop>
+ <prop oor:name="STR_NEXT" oor:type="xs:string" oor:localized="true">
+ <value>~Next</value>
+ </prop>
+ <prop oor:name="STR_FINISH" oor:type="xs:string" oor:localized="true">
+ <value>~Finish</value>
+ </prop>
+ <prop oor:name="STR_CANCEL" oor:type="xs:string" oor:localized="true">
+ <value>Cancel</value>
+ </prop>
+ <prop oor:name="STR_INTRODUCTION" oor:type="xs:string" oor:localized="true">
+ <value>Introduction</value>
+ </prop>
+ <prop oor:name="STR_INTRODUCTION_T" oor:type="xs:string" oor:localized="true">
+ <value>The Presentation Minimizer is used to reduce the file size of the current presentation. Images will be compressed and data, that is no longer needed, will be removed.
+
+At the last step of the wizard you can choose to apply the changes to the current presentation or to create an optimized new version of the presentation.</value>
+ </prop>
+ <prop oor:name="STR_CHOSE_SETTINGS" oor:type="xs:string" oor:localized="true">
+ <value>~Choose settings for the Presentation Minimization Wizard</value>
+ </prop>
+ <prop oor:name="STR_REMOVE" oor:type="xs:string" oor:localized="true">
+ <value>~Delete</value>
+ </prop>
+ <prop oor:name="STR_GRAPHIC_OPTIMIZATION" oor:type="xs:string" oor:localized="true">
+ <value>Choose settings for optimizing pictures and graphics</value>
+ </prop>
+ <prop oor:name="STR_IMAGE_OPTIMIZATION" oor:type="xs:string" oor:localized="true">
+ <value>Graphics</value>
+ </prop>
+ <prop oor:name="STR_LOSSLESS_COMPRESSION" oor:type="xs:string" oor:localized="true">
+ <value>~Lossless compression</value>
+ </prop>
+ <prop oor:name="STR_JPEG_COMPRESSION" oor:type="xs:string" oor:localized="true">
+ <value>~JPEG compression</value>
+ </prop>
+ <prop oor:name="STR_QUALITY" oor:type="xs:string" oor:localized="true">
+ <value>~Quality</value>
+ </prop>
+ <prop oor:name="STR_REMOVE_CROP_AREA" oor:type="xs:string" oor:localized="true">
+ <value>~Delete cropped graphic areas</value>
+ </prop>
+ <prop oor:name="STR_IMAGE_RESOLUTION" oor:type="xs:string" oor:localized="true">
+ <value>~Image Resolution</value>
+ </prop>
+ <prop oor:name="STR_IMAGE_RESOLUTION_0" oor:type="xs:string" oor:localized="true">
+ <value>0;&lt;no change&gt;</value>
+ </prop>
+ <prop oor:name="STR_IMAGE_RESOLUTION_1" oor:type="xs:string" oor:localized="true">
+ <value>90;90 DPI (screen resolution)</value>
+ </prop>
+ <prop oor:name="STR_IMAGE_RESOLUTION_2" oor:type="xs:string" oor:localized="true">
+ <value>150;150 DPI (projector resolution)</value>
+ </prop>
+ <prop oor:name="STR_IMAGE_RESOLUTION_3" oor:type="xs:string" oor:localized="true">
+ <value>300;300 DPI (print resolution)</value>
+ </prop>
+ <prop oor:name="STR_EMBED_LINKED_GRAPHICS" oor:type="xs:string" oor:localized="true">
+ <value>~Break links to external graphics</value>
+ </prop>
+ <prop oor:name="STR_OLE_OBJECTS" oor:type="xs:string" oor:localized="true">
+ <value>OLE Objects</value>
+ </prop>
+ <prop oor:name="STR_OLE_OPTIMIZATION" oor:type="xs:string" oor:localized="true">
+ <value>Choose settings for replacing OLE objects</value>
+ </prop>
+ <prop oor:name="STR_OLE_REPLACE" oor:type="xs:string" oor:localized="true">
+ <value>Create static replacement graphics for OLE objects</value>
+ </prop>
+ <prop oor:name="STR_ALL_OLE_OBJECTS" oor:type="xs:string" oor:localized="true">
+ <value>For ~all OLE objects</value>
+ </prop>
+ <prop oor:name="STR_ALIEN_OLE_OBJECTS_ONLY" oor:type="xs:string" oor:localized="true">
+ <value>~For OLE objects not based on OpenDocument format</value>
+ </prop>
+ <prop oor:name="STR_NO_OLE_OBJECTS" oor:type="xs:string" oor:localized="true">
+ <value>The current presentation contains no OLE objects.</value>
+ </prop>
+ <prop oor:name="STR_SLIDES" oor:type="xs:string" oor:localized="true">
+ <value>Slides</value>
+ </prop>
+ <prop oor:name="STR_CHOOSE_SLIDES" oor:type="xs:string" oor:localized="true">
+ <value>Choose which slides to delete</value>
+ </prop>
+ <prop oor:name="STR_MASTER_PAGES" oor:type="xs:string" oor:localized="true">
+ <value>Master Pages</value>
+ </prop>
+ <prop oor:name="STR_DELETE_MASTER_PAGES" oor:type="xs:string" oor:localized="true">
+ <value>Delete unused ~master pages</value>
+ </prop>
+ <prop oor:name="STR_NOTES_PAGES" oor:type="xs:string" oor:localized="true">
+ <value>Notes pages</value>
+ </prop>
+ <prop oor:name="STR_DELETE_NOTES_PAGES" oor:type="xs:string" oor:localized="true">
+ <value>Delete ~notes</value>
+ </prop>
+ <prop oor:name="STR_DELETE_HIDDEN_SLIDES" oor:type="xs:string" oor:localized="true">
+ <value>Delete hidden ~slides</value>
+ </prop>
+ <prop oor:name="STR_CUSTOM_SHOW" oor:type="xs:string" oor:localized="true">
+ <value>Delete slides that are not used for the ~custom slide show</value>
+ </prop>
+ <prop oor:name="STR_SUMMARY" oor:type="xs:string" oor:localized="true">
+ <value>Summary</value>
+ </prop>
+ <prop oor:name="STR_SUMMARY_TITLE" oor:type="xs:string" oor:localized="true">
+ <value>Choose where to apply the following changes</value>
+ </prop>
+ <prop oor:name="STR_PROGRESS" oor:type="xs:string" oor:localized="true">
+ <value>Progress</value>
+ </prop>
+ <prop oor:name="STR_OBJECTS_OPTIMIZED" oor:type="xs:string" oor:localized="true">
+ <value>Objects optimized</value>
+ </prop>
+ <prop oor:name="STR_APPLY_TO_CURRENT" oor:type="xs:string" oor:localized="true">
+ <value>~Apply changes to current presentation</value>
+ </prop>
+ <prop oor:name="STR_AUTOMATICALLY_OPEN" oor:type="xs:string" oor:localized="true">
+ <value>~Open newly created presentation</value>
+ </prop>
+ <prop oor:name="STR_SAVE_SETTINGS" oor:type="xs:string" oor:localized="true">
+ <value>~Save settings as</value>
+ </prop>
+ <prop oor:name="STR_SAVE_AS" oor:type="xs:string" oor:localized="true">
+ <value>Duplicate presentation before applying changes</value>
+ </prop>
+ <prop oor:name="STR_DELETE_SLIDES" oor:type="xs:string" oor:localized="true">
+ <value>Delete %SLIDES slides</value>
+ </prop>
+ <prop oor:name="STR_OPTIMIZE_IMAGES" oor:type="xs:string" oor:localized="true">
+ <value>Optimize %IMAGES graphics to %QUALITY% JPEG quality at %RESOLUTION DPI.</value>
+ </prop>
+ <prop oor:name="STR_CREATE_REPLACEMENT" oor:type="xs:string" oor:localized="true">
+ <value>Create replacement graphics for %OLE objects.</value>
+ </prop>
+ <prop oor:name="STR_CURRENT_FILESIZE" oor:type="xs:string" oor:localized="true">
+ <value>Current file size:</value>
+ </prop>
+ <prop oor:name="STR_ESTIMATED_FILESIZE" oor:type="xs:string" oor:localized="true">
+ <value>Estimated new file size:</value>
+ </prop>
+ <prop oor:name="STR_MB" oor:type="xs:string" oor:localized="true">
+ <value>%1 MB</value>
+ </prop>
+ <prop oor:name="MY_SETTINGS" oor:type="xs:string" oor:localized="true">
+ <value>My Settings</value>
+ </prop>
+ <prop oor:name="STR_DEFAULT_SESSION" oor:type="xs:string" oor:localized="true">
+ <value>default session</value>
+ </prop>
+ <prop oor:name="STR_MODIFY_WARNING" oor:type="xs:string" oor:localized="true">
+ <value>The optimization will modify the current document. Do you want to continue?</value>
+ </prop>
+ <prop oor:name="STR_YES" oor:type="xs:string" oor:localized="true">
+ <value>~Yes</value>
+ </prop>
+ <prop oor:name="STR_ABOUT" oor:type="xs:string" oor:localized="true">
+ <value>About</value>
+ </prop>
+ <prop oor:name="STR_ABOUT_VERSION" oor:type="xs:string" oor:localized="true">
+ <value>Sun Presentation Minimizer</value>
+ </prop>
+ <prop oor:name="STR_ABOUT_PRN" oor:type="xs:string" oor:localized="true">
+ <value>Copyright © 2006 Sun Microsystems, Inc. All rights reserved.
+
+U.S. Government Rights - Commercial software. Government users are subject to the Sun Microsystems, Inc. standard license agreement and applicable provisions of the FAR and its supplements.
+
+Use is subject to license terms.
+
+This distribution may include materials developed by third parties. Sun, Sun Microsystems, the Sun logo, Java and StarOffice are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.</value>
+ </prop>
+ <prop oor:name="STR_OK" oor:type="xs:string" oor:localized="true">
+ <value>OK</value>
+ </prop>
+ <prop oor:name="STR_INFO_1" oor:type="xs:string" oor:localized="true">
+ <value>The %EXTENSIONNAME has successfully updated the presentation '%TITLE'. The file size has changed from %OLDFILESIZE MB to approximated %NEWFILESIZE MB.</value>
+ </prop>
+ <prop oor:name="STR_INFO_2" oor:type="xs:string" oor:localized="true">
+ <value>The %EXTENSIONNAME has successfully updated the presentation '%TITLE'. The file size has changed to approximated %NEWFILESIZE MB.</value>
+ </prop>
+ <prop oor:name="STR_DUPLICATING_PRESENTATION" oor:type="xs:string" oor:localized="true">
+ <value>Duplicating presentation...</value>
+ </prop>
+ <prop oor:name="STR_DELETING_SLIDES" oor:type="xs:string" oor:localized="true">
+ <value>Deleting slides...</value>
+ </prop>
+ <prop oor:name="STR_OPTIMIZING_GRAPHICS" oor:type="xs:string" oor:localized="true">
+ <value>Optimizing graphics...</value>
+ </prop>
+ <prop oor:name="STR_CREATING_OLE_REPLACEMENTS" oor:type="xs:string" oor:localized="true">
+ <value>Creating replacement graphics for OLE objects...</value>
+ </prop>
+ </group>
+ <node-ref oor:name="LastUsedSettings" oor:node-type="OptimizerSettings">
+ <info>
+ <desc>describes the name of the last used settings</desc>
+ </info>
+ </node-ref>
+ <group oor:name="Settings">
+ <set oor:name="Templates" oor:node-type="OptimizerSettings">
+ <info>
+ <desc>List of the saved Presentation Optimization Wizard settings</desc>
+ </info>
+ </set>
+ </group>
+ </component>
+</oor:component-schema> \ No newline at end of file