swext/Extension_wiki-publisher.mk         |    2 +-
 swext/Zip_mediawiki_develop.mk            |    2 +-
 swext/mediawiki/src/component.txt         |    1 -
 swext/mediawiki/src/description-en-US.txt |    1 +
 swext/mediawiki/src/description.xml       |    2 +-
 5 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 34191b3c0f2fe349293068a0b968c7c68724dea7
Author: Andras Timar <ati...@suse.com>
Date:   Mon Oct 31 19:06:15 2011 +0100

    towards enabling l10n of extension description in swext

diff --git a/swext/Extension_wiki-publisher.mk 
b/swext/Extension_wiki-publisher.mk
index bdf0855..d4c64d5 100644
--- a/swext/Extension_wiki-publisher.mk
+++ b/swext/Extension_wiki-publisher.mk
@@ -53,7 +53,7 @@ $(eval $(call 
gb_Extension_add_file,wiki-publisher,WikiEditor/script.xlb,$(WIKIS
 $(eval $(call 
gb_Extension_add_file,wiki-publisher,WikiEditor/dialog.xlb,$(WIKISRC)/dialogs/dialog.xlb))
 $(eval $(call 
gb_Extension_add_file,wiki-publisher,WikiEditor/SendToMediaWiki.xdl,$(WIKISRC)/dialogs/SendToMediaWiki.xdl))
 $(eval $(call 
gb_Extension_add_file,wiki-publisher,filter/odt2mediawiki.xsl,$(WIKISRC)/src/filter/odt2mediawiki.xsl))
-$(eval $(call 
gb_Extension_add_file,wiki-publisher,component.txt,$(WIKISRC)/src/component.txt))
+$(eval $(call 
gb_Extension_add_file,wiki-publisher,description-en-US.txt,$(WIKISRC)/src/description-en-US.txt))
 $(eval $(call 
gb_Extension_add_file,wiki-publisher,help/en-US/com.sun.wiki-publisher/wikisend.xhp,$(WIKISRC)/help/wikisend.xhp))
 $(eval $(call 
gb_Extension_add_file,wiki-publisher,help/en-US/com.sun.wiki-publisher/wikiformats.xhp,$(WIKISRC)/help/wikiformats.xhp))
 $(eval $(call 
gb_Extension_add_file,wiki-publisher,help/en-US/com.sun.wiki-publisher/wikiaccount.xhp,$(WIKISRC)/help/wikiaccount.xhp))
diff --git a/swext/Zip_mediawiki_develop.mk b/swext/Zip_mediawiki_develop.mk
index cb99ce8..f682b07 100644
--- a/swext/Zip_mediawiki_develop.mk
+++ b/swext/Zip_mediawiki_develop.mk
@@ -49,7 +49,7 @@ $(eval $(call 
gb_Zip_add_file,mediawiki_develop,WikiEditor/script.xlb,$(WIKISRC)
 $(eval $(call 
gb_Zip_add_file,mediawiki_develop,WikiEditor/dialog.xlb,$(WIKISRC)/dialogs/dialog.xlb))
 $(eval $(call 
gb_Zip_add_file,mediawiki_develop,WikiEditor/SendToMediaWiki.xdl,$(WIKISRC)/dialogs/SendToMediaWiki.xdl))
 $(eval $(call 
gb_Zip_add_file,mediawiki_develop,filter/odt2mediawiki.xsl,$(WIKISRC)/src/filter/odt2mediawiki.xsl))
-$(eval $(call 
gb_Zip_add_file,mediawiki_develop,component.txt,$(WIKISRC)/src/component.txt))
+$(eval $(call 
gb_Zip_add_file,mediawiki_develop,description-en-US.txt,$(WIKISRC)/src/description-en-US.txt))
 $(eval $(call 
gb_Zip_add_file,mediawiki_develop,help/en-US/com.sun.wiki-publisher/wikisend.xhp,$(WIKISRC)/help/wikisend.xhp))
 $(eval $(call 
gb_Zip_add_file,mediawiki_develop,help/en-US/com.sun.wiki-publisher/wikiformats.xhp,$(WIKISRC)/help/wikiformats.xhp))
 $(eval $(call 
gb_Zip_add_file,mediawiki_develop,help/en-US/com.sun.wiki-publisher/wikiaccount.xhp,$(WIKISRC)/help/wikiaccount.xhp))
diff --git a/swext/mediawiki/src/component.txt 
b/swext/mediawiki/src/component.txt
deleted file mode 100755
index d993ce1..0000000
--- a/swext/mediawiki/src/component.txt
+++ /dev/null
@@ -1 +0,0 @@
-The Wiki Publisher enables you to create Wiki articles on MediaWiki servers 
without having to know the syntax of the MediaWiki markup language. Publish 
your new and existing documents transparently with the Writer to a wiki page.
diff --git a/swext/mediawiki/src/description-en-US.txt 
b/swext/mediawiki/src/description-en-US.txt
new file mode 100644
index 0000000..d993ce1
--- /dev/null
+++ b/swext/mediawiki/src/description-en-US.txt
@@ -0,0 +1 @@
+The Wiki Publisher enables you to create Wiki articles on MediaWiki servers 
without having to know the syntax of the MediaWiki markup language. Publish 
your new and existing documents transparently with the Writer to a wiki page.
diff --git a/swext/mediawiki/src/description.xml 
b/swext/mediawiki/src/description.xml
index 31dcfe3..11d10b5 100644
--- a/swext/mediawiki/src/description.xml
+++ b/swext/mediawiki/src/description.xml
@@ -12,6 +12,6 @@
         <name xlink:href="http://www.documentfoundation.org"; lang="en-US">The 
Document Foundation</name>
     </publisher>
     <extension-description>
-        <src xlink:href="component.txt" lang="en-US"/>
+        <src xlink:href="description-en-US.txt" lang="en-US"/>
     </extension-description>
 </description>
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to