You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ja...@apache.org on 2013/08/24 00:29:52 UTC

svn commit: r1517080 [19/19] - in /openoffice/branches/l10n40/main: connectivity/prj/ connectivity/source/ desktop/prj/ desktop/source/ editeng/source/ extensions/source/ filter/prj/ filter/source/ helpcontent2/source/text/sbasic/ helpcontent2/source/t...

Modified: openoffice/branches/l10n40/main/scaddins/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/scaddins/source/makefile.mk?rev=1517080&r1=1517079&r2=1517080&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/scaddins/source/makefile.mk (original)
+++ openoffice/branches/l10n40/main/scaddins/source/makefile.mk Fri Aug 23 22:29:50 2013
@@ -20,7 +20,7 @@
 #**************************************************************
 
 PRJ=..
-PRJNAME=accessibility
+PRJNAME=scaddins
 TARGET=helper
 
 LANGUAGE_FILELIST=datefunc/datefunc.src \

Modified: openoffice/branches/l10n40/main/sdext/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/sdext/source/makefile.mk?rev=1517080&r1=1517079&r2=1517080&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/sdext/source/makefile.mk (original)
+++ openoffice/branches/l10n40/main/sdext/source/makefile.mk Fri Aug 23 22:29:50 2013
@@ -23,7 +23,8 @@ PRJ=..
 PRJNAME=sdext
 TARGET=helper
 
-LANGUAGE_FILELIST=presenter/Jobs.xcu \
+LANGUAGE_FILELIST=minimizer/minimizer.src \
+presenter/Jobs.xcu \
 presenter/ProtocolHandler.xcu \
 pdfimport/config/pdf_import_filter.xcu \
 pdfimport/config/pdf_types.xcu

Modified: openoffice/branches/l10n40/main/sdext/source/pdfimport/config/pdf_import_filter.xcu
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/sdext/source/pdfimport/config/pdf_import_filter.xcu?rev=1517080&r1=1517079&r2=1517080&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/sdext/source/pdfimport/config/pdf_import_filter.xcu (original)
+++ openoffice/branches/l10n40/main/sdext/source/pdfimport/config/pdf_import_filter.xcu Fri Aug 23 22:29:50 2013
@@ -41,7 +41,7 @@
     <value>pdf_Portable_Document_Format</value>
    </prop>
    <prop oor:name="UIName">
-    <value xml:lang="x-default">PDF - Portable Document Format (Draw)</value>
+    <value>PDF - Portable Document Format (Draw)</value>
    </prop>
    <prop oor:name="TemplateName"/>
    <prop oor:name="UIComponent"/>
@@ -70,7 +70,7 @@
     <value>pdf_Portable_Document_Format</value>
    </prop>
    <prop oor:name="UIName">
-    <value xml:lang="x-default">PDF - Portable Document Format (Impress)</value>
+    <value>PDF - Portable Document Format (Impress)</value>
    </prop>
    <prop oor:name="TemplateName"/>
    <prop oor:name="UIComponent"/>
@@ -99,7 +99,7 @@
     <value>pdf_Portable_Document_Format</value>
    </prop>
    <prop oor:name="UIName">
-    <value xml:lang="x-default">PDF - Portable Document Format (Writer)</value>
+    <value>PDF - Portable Document Format (Writer)</value>
    </prop>
    <prop oor:name="TemplateName"/>
    <prop oor:name="UIComponent"/>
@@ -132,7 +132,7 @@
     <value/>
    </prop>
    <prop oor:name="UIName">
-    <value xml:lang="x-default">PDF - Portable Document Format</value>
+    <value>PDF - Portable Document Format</value>
    </prop>
   </node>
 
@@ -159,7 +159,7 @@
     <value/>
    </prop>
    <prop oor:name="UIName">
-    <value xml:lang="x-default">PDF - Portable Document Format</value>
+    <value>PDF - Portable Document Format</value>
    </prop>
   </node>
 
@@ -186,7 +186,7 @@
     <value/>
    </prop>
    <prop oor:name="UIName">
-    <value xml:lang="x-default">PDF - Portable Document Format</value>
+    <value>PDF - Portable Document Format</value>
    </prop>
   </node>
 
@@ -213,7 +213,7 @@
     <value/>
    </prop>
    <prop oor:name="UIName">
-    <value xml:lang="x-default">PDF - Portable Document Format</value>
+    <value>PDF - Portable Document Format</value>
     </prop>
    </node>
   </node>

Modified: openoffice/branches/l10n40/main/swext/mediawiki/help/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/swext/mediawiki/help/makefile.mk?rev=1517080&r1=1517079&r2=1517080&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/swext/mediawiki/help/makefile.mk (original)
+++ openoffice/branches/l10n40/main/swext/mediawiki/help/makefile.mk Fri Aug 23 22:29:50 2013
@@ -27,6 +27,12 @@ TARGET=$(PRJNAME)_help
 
 .INCLUDE : settings.mk
 
+LANGUAGE_FILELIST=wikiformats.xhp \
+wiki.xhp \
+wikisettings.xhp \
+wikiaccount.xhp \
+wikisend.xhp
+
 .IF "$(WITH_LANG)"!=""
 # workaround for the problem in help, the help uses en instead of en-US
 MEDIAWIKI_LANG=$(uniq en $(alllangiso))
@@ -39,7 +45,7 @@ MEDIAWIKI_LANG=$(uniq en $(alllangiso))
 .IF "$(ENABLE_MEDIAWIKI)" != "YES"
 all:
     @echo Building mediawiki disabled...
-genPO:
+.INCLUDE : target.mk
 .ELSE           # "$(ENABLE_MEDIAWIKI)" != "YES"
 
 PACKAGE=com.sun.wiki-publisher

Modified: openoffice/branches/l10n40/main/ucbhelper/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/ucbhelper/source/makefile.mk?rev=1517080&r1=1517079&r2=1517080&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/ucbhelper/source/makefile.mk (original)
+++ openoffice/branches/l10n40/main/ucbhelper/source/makefile.mk Fri Aug 23 22:29:50 2013
@@ -20,7 +20,7 @@
 #**************************************************************
 
 PRJ=..
-PRJNAME=uchhelper
+PRJNAME=ucbhelper
 TARGET=helper
 
 LANGUAGE_FILELIST=../workben/ucbexplorer/ucbexplorer.src