[Libreoffice-commits] .: Branch 'libreoffice-3-4-2' - sdext/source

Petr Mladek pmladek at kemper.freedesktop.org
Mon Jul 25 11:10:53 PDT 2011


 sdext/source/presenter/registry/schema/org/openoffice/Office/extension/PresenterScreen.xcs |   16 +++++-----
 1 file changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 828189bd04b6176b1aeff81d7f5834d1f7303299
Author: Andras Timar <atimar at suse.com>
Date:   Sun Jul 24 12:08:26 2011 +0200

    enable l10n of presenter screen
    
    Signed-off-by: Michael Meeks <michael.meeks at novell.com>
    Signed-off-by: Petr Mladek <pmladek at suse.cz>
    Signed-off-by: Thorsten Behrens <tbehrens at novell.com>

diff --git a/sdext/source/presenter/registry/schema/org/openoffice/Office/extension/PresenterScreen.xcs b/sdext/source/presenter/registry/schema/org/openoffice/Office/extension/PresenterScreen.xcs
index 0e68614..deba55a 100644
--- a/sdext/source/presenter/registry/schema/org/openoffice/Office/extension/PresenterScreen.xcs
+++ b/sdext/source/presenter/registry/schema/org/openoffice/Office/extension/PresenterScreen.xcs
@@ -38,7 +38,7 @@
       <prop oor:name="Name" oor:type="xs:string">
         <info><desc>Name of the bitmap.  Used to look-up the bitmap in a container.</desc></info>
       </prop>
-      <prop oor:name="Text" oor:type="xs:string">
+      <prop oor:name="Text" oor:type="xs:string" oor:localized="true">
         <info><desc>Text that is displayed together with the icon.</desc></info>
       </prop>
       <prop oor:name="NormalFileName" oor:type="xs:string">
@@ -169,7 +169,7 @@
       <node-ref oor:name="Icon" oor:node-type="BitmapDescriptor">
         <info><desc>The icon to display.</desc></info>
       </node-ref>
-      <prop oor:name="Text" oor:type="xs:string">
+      <prop oor:name="Text" oor:type="xs:string" oor:localized="true">
         <info><desc>The text to display.</desc></info>
       </prop>
       <prop oor:name="Action" oor:type="xs:string">
@@ -212,7 +212,7 @@
       <node-ref oor:name="Icon" oor:node-type="BitmapDescriptor">
         <info><desc>The icon to display.</desc></info>
       </node-ref>
-      <prop oor:name="Text" oor:type="xs:string">
+      <prop oor:name="Text" oor:type="xs:string" oor:localized="true">
         <info><desc>The text to display.</desc></info>
       </prop>
       <prop oor:name="Action" oor:type="xs:string">
@@ -220,10 +220,10 @@
       </prop>
     </group>
     <group oor:name="HelpEntry">
-      <prop oor:name="Left" oor:type="xs:string">
+      <prop oor:name="Left" oor:type="xs:string" oor:localized="true">
         <info><desc>Typically a list of keyboard key names.</desc></info>
       </prop>
-      <prop oor:name="Right" oor:type="xs:string">
+      <prop oor:name="Right" oor:type="xs:string" oor:localized="true">
         <info><desc>Typically a description of the action triggered by pressing the keys on the left.</desc></info>
       </prop>
     </group>
@@ -289,7 +289,7 @@
     </group>
     <group oor:name="PresenterString">
       <info><desc></desc></info>
-      <prop oor:name="String" oor:type="xs:string">
+      <prop oor:name="String" oor:type="xs:string" oor:localized="true">
       </prop>
     </group>
     <group oor:name="ViewDescription">
@@ -301,12 +301,12 @@
       <prop oor:name="StyleName" oor:type="xs:string">
         <info><desc>Name of a view style.</desc></info>
       </prop>
-      <prop oor:name="Title" oor:type="xs:string">
+      <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
         <info><desc>Title displayed for the component.  An empty or missing
             title means that no title is displayed.</desc></info>
         <value></value>
       </prop>
-      <prop oor:name="AccessibleTitle" oor:type="xs:string">
+      <prop oor:name="AccessibleTitle" oor:type="xs:string" oor:localized="true">
         <info><desc>Title displayed for the component when accessibility support is active.
             An empty or missing title means that no title is displayed.</desc></info>
         <value></value>


More information about the Libreoffice-commits mailing list