Merge pull request #363 from deejay1/plugin_translations

Make plugin descriptions translatable
This commit is contained in:
Hylke Bons 2011-10-05 02:43:38 -07:00
commit d2d8be033c
8 changed files with 37 additions and 24 deletions

View file

@ -1,16 +1,23 @@
dist_plugins_in_files = \
bitbucket.xml.in \
github.xml.in \
gitorious.xml.in \
gnome.xml.in \
own-server.xml.in
dist_plugins_DATA = \ dist_plugins_DATA = \
github.xml \ $(dist_plugins_in_files:.xml.in=.xml) \
github.png \ github.png \
gitorious.xml \
gitorious.png \ gitorious.png \
bitbucket.xml \
bitbucket.png \ bitbucket.png \
gnome.xml \
gnome.png \ gnome.png \
own-server.xml \
own-server.png own-server.png
@INTLTOOL_XML_RULE@
pluginsdir = $(pkgdatadir)/plugins/ pluginsdir = $(pkgdatadir)/plugins/
EXTRA_DIST=$(xml_in_files) $(xml_DATA)
MAINTAINERCLEANFILES = \ MAINTAINERCLEANFILES = \
Makefile.in Makefile.in

View file

@ -2,8 +2,8 @@
<sparkleshare> <sparkleshare>
<plugin> <plugin>
<info> <info>
<name>Bitbucket</name> <_name>Bitbucket</_name>
<description>Free code hosting for Git and Mercurial</description> <_description>Free code hosting for Git and Mercurial</_description>
<icon>bitbucket.png</icon> <icon>bitbucket.png</icon>
<backend>Git</backend> <backend>Git</backend>
</info> </info>
@ -13,7 +13,7 @@
</address> </address>
<path> <path>
<value></value> <value></value>
<example>/username/project</example> <_example>/username/project</_example>
</path> </path>
</plugin> </plugin>
</sparkleshare> </sparkleshare>

View file

@ -2,8 +2,8 @@
<sparkleshare> <sparkleshare>
<plugin> <plugin>
<info> <info>
<name>Github</name> <_name>Github</_name>
<description>Free public Git repositories with collaborator management</description> <_description>Free public Git repositories with collaborator management</_description>
<icon>github.png</icon> <icon>github.png</icon>
<backend>Git</backend> <backend>Git</backend>
</info> </info>
@ -13,7 +13,7 @@
</address> </address>
<path> <path>
<value></value> <value></value>
<example>/username/project</example> <_example>/username/project</_example>
</path> </path>
</plugin> </plugin>
</sparkleshare> </sparkleshare>

View file

@ -2,8 +2,8 @@
<sparkleshare> <sparkleshare>
<plugin> <plugin>
<info> <info>
<name>Gitorious</name> <_name>Gitorious</_name>
<description>Open source infrastructure for hosting open source projects</description> <_description>Open source infrastructure for hosting open source projects</_description>
<icon>gitorious.png</icon> <icon>gitorious.png</icon>
<backend>Git</backend> <backend>Git</backend>
</info> </info>
@ -13,7 +13,7 @@
</address> </address>
<path> <path>
<value></value> <value></value>
<example>/project/repository</example> <_example>/project/repository</_example>
</path> </path>
</plugin> </plugin>
</sparkleshare> </sparkleshare>

View file

@ -2,8 +2,8 @@
<sparkleshare> <sparkleshare>
<plugin> <plugin>
<info> <info>
<name>The GNOME Project</name> <_name>The GNOME Project</_name>
<description>A free and easy interface for your computer</description> <_description>A free and easy interface for your computer</_description>
<icon>gnome.png</icon> <icon>gnome.png</icon>
<backend>Git</backend> <backend>Git</backend>
</info> </info>
@ -13,7 +13,7 @@
</address> </address>
<path> <path>
<value></value> <value></value>
<example>/project</example> <_example>/project</_example>
</path> </path>
</plugin> </plugin>
</sparkleshare> </sparkleshare>

View file

@ -2,8 +2,8 @@
<sparkleshare> <sparkleshare>
<plugin> <plugin>
<info> <info>
<name>On my own server</name> <_name>On my own server</_name>
<description>Everything under my control</description> <_description>Everything under my control</_description>
<icon>own-server.png</icon> <icon>own-server.png</icon>
<backend>Git</backend> <backend>Git</backend>
</info> </info>
@ -13,7 +13,7 @@
</address> </address>
<path> <path>
<value></value> <value></value>
<example>/path/to/project</example> <_example>/path/to/project</_example>
</path> </path>
</plugin> </plugin>
</sparkleshare> </sparkleshare>

View file

@ -2,8 +2,8 @@
<sparkleshare> <sparkleshare>
<plugin> <plugin>
<info> <info>
<name>Red Hat UX Team Hub</name> <_name>Red Hat UX Team Hub</_name>
<description>Internal server for the UX team</description> <_description>Internal server for the UX team</_description>
<icon>redhat.png</icon> <icon>redhat.png</icon>
<backend>Git</backend> <backend>Git</backend>
</info> </info>
@ -13,7 +13,7 @@
</address> </address>
<path> <path>
<value></value> <value></value>
<example>/project</example> <_example>/project</_example>
</path> </path>
</plugin> </plugin>
</sparkleshare> </sparkleshare>

View file

@ -2,6 +2,12 @@
# Please keep this file in alphabetical order; run ./sort-potfiles # Please keep this file in alphabetical order; run ./sort-potfiles
# after adding files here. # after adding files here.
[encoding: UTF-8] [encoding: UTF-8]
data/plugins/bitbucket.xml.in
data/plugins/github.xml.in
data/plugins/gitorious.xml.in
data/plugins/gnome.xml.in
data/plugins/own-server.xml.in
data/plugins/redhat.xml.in
SparkleShare/Mac/SparkleStatusIcon.cs SparkleShare/Mac/SparkleStatusIcon.cs
SparkleShare/Mac/SparkleUI.cs SparkleShare/Mac/SparkleUI.cs
SparkleShare/Nautilus/sparkleshare-nautilus-extension.py.in SparkleShare/Nautilus/sparkleshare-nautilus-extension.py.in