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 = \
github.xml \
github.png \
gitorious.xml \
$(dist_plugins_in_files:.xml.in=.xml) \
github.png \
gitorious.png \
bitbucket.xml \
bitbucket.png \
gnome.xml \
gnome.png \
own-server.xml \
own-server.png
@INTLTOOL_XML_RULE@
pluginsdir = $(pkgdatadir)/plugins/
EXTRA_DIST=$(xml_in_files) $(xml_DATA)
MAINTAINERCLEANFILES = \
Makefile.in

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -2,6 +2,12 @@
# Please keep this file in alphabetical order; run ./sort-potfiles
# after adding files here.
[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/SparkleUI.cs
SparkleShare/Nautilus/sparkleshare-nautilus-extension.py.in