--- lastfmsubmitd-1.0.6.orig/debian/rules +++ lastfmsubmitd-1.0.6/debian/rules @@ -0,0 +1,48 @@ +#!/usr/bin/make -f + +clean: + dh_testdir + dh_testroot + + python setup.py clean --all + + debconf-updatepo + dh_clean + +build: +install: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + python setup.py install --no-compile --prefix $(CURDIR)/debian/lastfmsubmitd/usr --install-lib $(CURDIR)/debian/lastfmsubmitd/usr/share/python-support/lastfmsubmitd + install -m 755 debian/conftool $(CURDIR)/debian/lastfmsubmitd/usr/lib/lastfmsubmitd + install -m 755 contrib/lastmp $(CURDIR)/debian/lastmp/usr/bin + install -m 644 doc/lastmp.1 $(CURDIR)/debian/lastmp/usr/share/man/man1 + +binary-arch: build install +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs NEWS + dh_installdocs + dh_installexamples + dh_installdebconf + dh_installlogrotate + dh_pysupport + dh_installinit -p lastfmsubmitd + dh_installinit -p lastmp -u"defaults 31 11" + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep +.PHONY: build clean binary-arch binary-indep binary install configure --- lastfmsubmitd-1.0.6.orig/debian/changelog +++ lastfmsubmitd-1.0.6/debian/changelog @@ -0,0 +1,294 @@ +lastfmsubmitd (1.0.6-2) unstable; urgency=low + + * Include from previous NMU (Stefano Zacchiroli): + - Fix dependencies in init.d LSB headers, patch by Petter + Reinholdtsen. In particular: avoid failing if mpd is not there + (since mpd is not a dependency), depend on syslog start/stop for + logging purposes. (Closes: #548555) + + -- Decklin Foster Tue, 20 Apr 2010 10:57:43 -0400 + +lastfmsubmitd (1.0.6-1) unstable; urgency=low + + * New upstream release + - Recover from BADSESSION errors (Closes: #531935) + + -- Decklin Foster Sun, 18 Apr 2010 21:46:35 -0400 + +lastfmsubmitd (1.0.5-1) unstable; urgency=low + + * The "Clint Adams for DPL" release. + * New upstream release + - Make handshake URL configurable (Closes: #522795) + + -- Decklin Foster Sat, 11 Apr 2009 13:39:18 -0400 + +lastfmsubmitd (1.0.4-1) unstable; urgency=low + + * New upstream release + + -- Decklin Foster Sat, 07 Mar 2009 18:50:22 -0500 + +lastfmsubmitd (1.0.3-1) unstable; urgency=low + + * New upstream release + * Read configuration values (including Last.fm/MPD passwords) from stdin in + our debconf helper script so as not to leak them to ps (Closes: #512673) + * Add Japanese translation (Closes: #512863) + + -- Decklin Foster Tue, 10 Feb 2009 19:54:37 -0500 + +lastfmsubmitd (1.0.2-1) unstable; urgency=low + + * New upstream release + + -- Decklin Foster Tue, 20 Jan 2009 21:53:41 -0500 + +lastfmsubmitd (1.0.1-2) unstable; urgency=low + + * Don't restart lastmp in lastfmsubmitd's logrotate (Closes: #479654) + + -- Decklin Foster Fri, 02 Jan 2009 23:59:30 -0500 + +lastfmsubmitd (1.0.1-1) unstable; urgency=low + + * New upstream release + * Policy 3.8.0 + * Move debconf-po builddep from -Indep + * Drop python-musicbrainz (Suggest ears instead) + + -- Decklin Foster Fri, 02 Jan 2009 16:15:02 -0500 + +lastfmsubmitd (0.37-3) unstable; urgency=low + + * Localization update. Many thanks to Christian Perrier for helping me + round up the following updated translations: + - es (Closes: #498343) + - sv (Closes: #491367) + And new translations: + - it (from a reply to #491367) + - ru (Closes: #500989) + * Fixed email translation headers that contained broken email addresses, + not-filled-in package names, etc. + + -- Decklin Foster Sun, 28 Sep 2008 14:30:55 -0400 + +lastfmsubmitd (0.37-2) unstable; urgency=low + + * Include LSB init.d header for lastfmsubmitd (Closes: #460206) and lastmp. + * Move lastmp rc.d order out to 31 (Closes: #439517), and stop at 11. + * Provide virtual package mpd-client in lastmp. (Closes: #463576) + * Update Standards-Version to 3.7.3, and debhelper compat level to 6. + + -- Decklin Foster Fri, 01 Feb 2008 11:02:32 -0500 + +lastfmsubmitd (0.37-1) unstable; urgency=low + + * The "And then I got sick all weekend" release. + * New upstream release (Closes: #452295, #439211) + + -- Decklin Foster Mon, 07 Jan 2008 14:59:58 -0500 + +lastfmsubmitd (0.36-1) unstable; urgency=low + + * New upstream release + - Plugin interface has been rewritten. This *will* break your existing + code, and should be considered unstable until the next version or two. + Running with a different spool directory should now not cause any + problems. (Closes: #439362) + - Thanks to dato for the suggestions, and testing-watch for shaming me + into packaging up the fix. + + -- Decklin Foster Sat, 27 Oct 2007 19:17:42 -0400 + +lastfmsubmitd (0.35-3) unstable; urgency=low + + * Add Portugese and Dutch translations (Closes: #419465, #421414) + + -- Decklin Foster Mon, 21 May 2007 14:40:23 -0400 + +lastfmsubmitd (0.35-2) unstable; urgency=low + + * Re-include German translation (Closes: #412209) + * Update python-support: bump build-dep to (>= 0.6), removed dh_python and + obsolete X[BS]-Python-Version fields, added Provides and Python-Depends. + + -- Decklin Foster Thu, 29 Mar 2007 15:07:45 -0400 + +lastfmsubmitd (0.35-1) unstable; urgency=low + + * New upstream release + + -- Decklin Foster Thu, 29 Mar 2007 12:36:01 -0400 + +lastfmsubmitd (0.34-1) unstable; urgency=low + + * New upstream release, including fix for unordered subs (Closes: #410826) + * Added German debconf translation. + + -- Decklin Foster Mon, 26 Mar 2007 22:03:40 -0400 + +lastfmsubmitd (0.33-2) unstable; urgency=low + + * Updated Czech and French translations. (Closes: #382235, #384429) + + -- Decklin Foster Fri, 1 Sep 2006 15:26:38 -0400 + +lastfmsubmitd (0.33-1) unstable; urgency=low + + * New upstream release + - Will exit gracefully if config does not exist (Closes: #380310) + * Updated POTFILES.in and added debconf-updatepo call in clean target of + debian/rules (Closes: #377483) + * Changed priority of debconf questions to high. + + -- Decklin Foster Mon, 31 Jul 2006 12:10:12 -0400 + +lastfmsubmitd (0.32-1) unstable; urgency=low + + * New upstream release + + -- Decklin Foster Sat, 8 Jul 2006 13:24:22 -0400 + +lastfmsubmitd (0.31-1) unstable; urgency=low + + * The "I promise never to get paint on my glasses again" release. + * New upstream release. + * Split out lastmp package. + * Everything can now be configured with debconf if desired. Old settings + will be imported. + * Removed all usage of dpkg-statoverride. + + -- Decklin Foster Mon, 3 Jul 2006 03:27:43 -0400 + +lastfmsubmitd (0.30-3) unstable; urgency=low + + * Call dh_pysupport before dh_installinit, so that the postinst calls + update-python-modules first. + + -- Decklin Foster Mon, 19 Jun 2006 21:52:12 -0400 + +lastfmsubmitd (0.30-2) unstable; urgency=low + + * Build with python-support. + * Add French debconf translation (Closes: #374421). + + -- Decklin Foster Sun, 18 Jun 2006 15:13:48 -0400 + +lastfmsubmitd (0.30-1) unstable; urgency=low + + * New upstream release + * Standards-Version 3.7.2. + * Added debconf template to set spool group. + * Don't remove logs. + + -- Decklin Foster Thu, 1 Jun 2006 09:52:53 -0400 + +lastfmsubmitd (0.29-1) unstable; urgency=low + + * The "Nothing matters when we're dancing" release + * New upstream release + * Build-Depends-Indep -> Build-Depends. + * Standards-Version 3.7.0. + + -- Decklin Foster Sat, 6 May 2006 18:05:15 -0400 + +lastfmsubmitd (0.28-1) unstable; urgency=low + + * New upstream release + + -- Decklin Foster Tue, 18 Apr 2006 10:08:17 -0400 + +lastfmsubmitd (0.27-1) unstable; urgency=low + + * New upstream release + + -- Decklin Foster Wed, 12 Apr 2006 11:40:15 -0400 + +lastfmsubmitd (0.26-1) unstable; urgency=low + + * New upstream release + + -- Decklin Foster Sat, 25 Mar 2006 13:48:41 -0500 + +lastfmsubmitd (0.25-1) unstable; urgency=low + + * New upstream release + + -- Decklin Foster Fri, 24 Mar 2006 05:55:25 -0500 + +lastfmsubmitd (0.24-1) unstable; urgency=low + + * New upstream release + + -- Decklin Foster Mon, 13 Mar 2006 03:02:26 -0500 + +lastfmsubmitd (0.23-1) unstable; urgency=low + + * New upstream release. + * Note in /etc/default/lastmp which packages are required where if you wish + to edit that file. (Closes: #354033) + + -- Decklin Foster Sun, 26 Feb 2006 17:30:41 -0500 + +lastfmsubmitd (0.22-2) unstable; urgency=low + + * Fix distutils build-dep. (Closes: #354371) + + -- Decklin Foster Sat, 25 Feb 2006 13:07:06 -0500 + +lastfmsubmitd (0.22-1) unstable; urgency=low + + * New upstream release. Last one today, hopefully. + + -- Decklin Foster Thu, 23 Feb 2006 14:44:58 -0500 + +lastfmsubmitd (0.21-1) unstable; urgency=low + + * New upstream release. + + -- Decklin Foster Thu, 23 Feb 2006 13:51:07 -0500 + +lastfmsubmitd (0.20-1) unstable; urgency=low + + * New upstream release. + - Includes man pages, so remove the ones in debian/. + + -- Decklin Foster Thu, 23 Feb 2006 13:15:47 -0500 + +lastfmsubmitd (0.19-1) unstable; urgency=low + + * New upstream release. + * Fix missing Recommends. It would probably be better to split the other + stuff off eventually, but the package as a whole is not really big enough + to justify it. (Closes: #354033) + + -- Decklin Foster Thu, 23 Feb 2006 09:56:02 -0500 + +lastfmsubmitd (0.18-1) unstable; urgency=low + + * New upstream release. + * Fix the reload entries in logrotate.d. + * If /var/run/lastfm does not exist on startup (e.g. when /var/run is + mounted on a tmpfs), create it. + + -- Decklin Foster Mon, 6 Feb 2006 00:11:58 -0500 + +lastfmsubmitd (0.17-3) unstable; urgency=low + + * Build-Depends -> Build-Depends-Indep. + + -- Decklin Foster Tue, 31 Jan 2006 12:43:44 -0500 + +lastfmsubmitd (0.17-2) unstable; urgency=low + + * Accidentally made first upload without the README.Debian and documentation + stub; fixing it. + + -- Decklin Foster Mon, 30 Jan 2006 23:59:24 -0500 + +lastfmsubmitd (0.17-1) unstable; urgency=low + + * Initial release. (Closes: #350466) + + -- Decklin Foster Mon, 30 Jan 2006 23:38:21 -0500 --- lastfmsubmitd-1.0.6.orig/debian/lastmp.postinst +++ lastfmsubmitd-1.0.6/debian/lastmp.postinst @@ -0,0 +1,48 @@ +#!/bin/sh -e + +case "$1" in + configure) + ;; + abort-upgrade|abort-remove|abort-deconfigure) + ;; + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +. /usr/share/debconf/confmodule + +db_get lastmp/host +test "$RET" && HOST="$RET" +db_get lastmp/port +test "$RET" && PORT="$RET" +db_get lastmp/password +test "$RET" && PASSWORD="$RET" + +# this is not good +CONF=/etc/lastmp.conf +if [ ! -e $CONF ]; then + touch $CONF + chgrp lastfm $CONF + chmod 640 $CONF +fi + +set_conf() { + if [ "$2" ]; then + echo "$2" | /usr/lib/lastfmsubmitd/conftool --set "$1" $CONF + fi +} + +set_conf mpd/host "$HOST" +set_conf mpd/port "$PORT" +set_conf mpd/password "$PASSWORD" + +db_set lastmp/password "" +db_stop + +# clean up after old versions + +rm -f /etc/default/lastmp + +#DEBHELPER# --- lastfmsubmitd-1.0.6.orig/debian/lastfmsubmitd.config +++ lastfmsubmitd-1.0.6/debian/lastfmsubmitd.config @@ -0,0 +1,32 @@ +#!/bin/sh -e + +. /usr/share/debconf/confmodule +VERSION=$2 + +if [ -e /etc/default/lastfmsubmitd ]; then + . /etc/default/lastfmsubmitd || true + db_set lastfmsubmitd/user "$LASTFM_USER" + db_set lastfmsubmitd/password "$LASTFM_PASSWORD" +fi + +get_conf() { + /usr/lib/lastfmsubmitd/conftool --get "$@" /etc/lastfmsubmitd.conf +} + +if [ -e /etc/lastfmsubmitd.conf ]; then + db_set lastfmsubmitd/user $(get_conf account/user) + db_set lastfmsubmitd/password $(get_conf account/password) +fi + +db_input high lastfmsubmitd/user || true +db_input high lastfmsubmitd/password || true +db_input high lastfmsubmitd/spool_group || true + +if [ -e /etc/default/lastmp ]; then + . /etc/default/lastmp || true + if [ "$ENABLED" ]; then + db_input critical lastfmsubmitd/no_lastmp || true + fi +fi + +db_go || true --- lastfmsubmitd-1.0.6.orig/debian/copyright +++ lastfmsubmitd-1.0.6/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Decklin Foster on +Mon, 30 Jan 2006 17:42:11 -0500. + +Downloaded from: http://www.red-bean.com/~decklin/software/lastfmsubmitd/ + +Copyright © 2005-2007 Decklin Foster . + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. --- lastfmsubmitd-1.0.6.orig/debian/lastmp.dirs +++ lastfmsubmitd-1.0.6/debian/lastmp.dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/man/man1 --- lastfmsubmitd-1.0.6.orig/debian/lastmp.templates +++ lastfmsubmitd-1.0.6/debian/lastmp.templates @@ -0,0 +1,17 @@ +Template: lastmp/host +Type: string +Default: localhost +_Description: Host where MPD is running: + LastMP will connect to the MPD on this host. + +Template: lastmp/port +Type: string +Default: 6600 +_Description: Port on which MPD is listening: + The connection to MPD will be made on this port. + +Template: lastmp/password +Type: password +_Description: Password for MPD: + If MPD requires a password to connect, this value will be used. If no + password is required, it may be left blank. --- lastfmsubmitd-1.0.6.orig/debian/compat +++ lastfmsubmitd-1.0.6/debian/compat @@ -0,0 +1 @@ +6 --- lastfmsubmitd-1.0.6.orig/debian/lastmp.config +++ lastfmsubmitd-1.0.6/debian/lastmp.config @@ -0,0 +1,34 @@ +#!/bin/sh -e + +. /usr/share/debconf/confmodule +VERSION=$2 + +if [ -e /etc/default/lastmp ]; then + . /etc/default/lastmp + if echo "$MPD_HOST" | grep -q "@"; then + HOST="${MPD_HOST#*@}" + PASSWORD="${MPD_HOST%@*}" + db_set lastmp/host "$HOST" + db_set lastmp/password "$PASSWORD" + else + db_set lastmp/host "$MPD_HOST" + db_set lastmp/password "" + fi + db_set lastmp/port "$MPD_PORT" +fi + +get_conf() { + /usr/lib/lastfmsubmitd/conftool --get "$@" /etc/lastmp.conf +} + +if [ -e /etc/lastmp.conf ]; then + db_set lastmp/host $(get_conf mpd/host) + db_set lastmp/port $(get_conf mpd/port) + db_set lastmp/password $(get_conf mpd/password) +fi + +db_input high lastmp/host || true +db_input high lastmp/port || true +db_input high lastmp/password || true + +db_go --- lastfmsubmitd-1.0.6.orig/debian/lastfmsubmitd.init.d +++ lastfmsubmitd-1.0.6/debian/lastfmsubmitd.init.d @@ -0,0 +1,53 @@ +#!/bin/sh -e + +### BEGIN INIT INFO +# Provides: lastfmsubmitd +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Start and stop lastfmsubmit daemon +### END INIT INFO + +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin +DAEMON=/usr/bin/lastfmsubmitd +NAME=lastfmsubmitd +DESC="Last.fm submission daemon" +RUNDIR=/var/run/lastfm +USER=lastfm +GROUP=lastfm + +if ! [ -x $DAEMON ]; then + exit 0 +fi + +case "$1" in + start) + echo -n "Starting $DESC: " + start-stop-daemon --quiet --start -c $USER:$GROUP \ + --pidfile $RUNDIR/$NAME.pid --exec $DAEMON -- $DAEMON_OPTS + echo "$NAME." + ;; + stop) + echo -n "Stopping $DESC: " + start-stop-daemon --quiet --oknodo --stop -u $USER \ + --pidfile $RUNDIR/$NAME.pid + echo "$NAME." + ;; + restart|force-reload) + echo -n "Restarting $DESC: " + start-stop-daemon --quiet --oknodo --stop -u $USER \ + --pidfile $RUNDIR/$NAME.pid + sleep 1 + start-stop-daemon --quiet --start -c $USER:$GROUP \ + --pidfile $RUNDIR/$NAME.pid --exec $DAEMON -- $DAEMON_OPTS + echo "$NAME." + ;; + *) + N=/etc/init.d/$NAME + echo "Usage: $N {start|stop|restart|force-reload}" >&2 + exit 1 + ;; +esac + +exit 0 --- lastfmsubmitd-1.0.6.orig/debian/lastfmsubmitd.dirs +++ lastfmsubmitd-1.0.6/debian/lastfmsubmitd.dirs @@ -0,0 +1,4 @@ +usr/lib/lastfmsubmitd +var/log/lastfm +var/run/lastfm +var/spool/lastfm --- lastfmsubmitd-1.0.6.orig/debian/lastfmsubmitd.docs +++ lastfmsubmitd-1.0.6/debian/lastfmsubmitd.docs @@ -0,0 +1 @@ +README --- lastfmsubmitd-1.0.6.orig/debian/control +++ lastfmsubmitd-1.0.6/debian/control @@ -0,0 +1,26 @@ +Source: lastfmsubmitd +Section: sound +Priority: optional +Maintainer: Decklin Foster +Build-Depends: debhelper (>= 6), python-dev, po-debconf +Build-Depends-Indep: python-support (>= 0.6) +Standards-Version: 3.8.0 + +Package: lastfmsubmitd +Architecture: all +Depends: debconf | debconf-2.0, adduser, ${python:Depends}, ${misc:Depends} +Provides: ${python:Provides} +Suggests: ears +Description: submission daemon for the Last.fm social music network + lastfmsubmitd collects information from audio player plugins about what songs + a user has listened to, submits them to Last.fm, and saves submissions if no + servers are reachable. A helper program and a Python interface are provided to + assist in writing player plugins. + +Package: lastmp +Architecture: all +Depends: debconf | debconf-2.0, lastfmsubmitd, python-mpdclient (>= 0.11.0), ${python:Depends}, ${misc:Depends} +Provides: mpd-client +Description: MPD client for lastfmsubmitd + lastmp listens to an instance of MPD and sends information about played + songs to the Last.fm submission daemon. --- lastfmsubmitd-1.0.6.orig/debian/conftool +++ lastfmsubmitd-1.0.6/debian/conftool @@ -0,0 +1,39 @@ +#!/usr/bin/python + +import sys +import getopt +import ConfigParser + +if __name__ == '__main__': + shortopts = 'g:s:' + longopts = ['get=', 'set='] + + try: + opts, args = getopt.getopt(sys.argv[1:], shortopts, longopts) + path = args[0] + except getopt.GetoptError, e: + print >>sys.stderr, 'conftool: %s' % e + sys.exit(1) + + cp = ConfigParser.ConfigParser() + cp.read(path) + + dirty = False + for opt, arg in opts: + if opt in ('--get', '-g'): + section, option = arg.split('/', 1) + try: + print cp.get(section, option) + except (ConfigParser.NoSectionError, ConfigParser.NoOptionError): + pass + if opt in ('--set', '-s'): + section, option = arg.split('/', 1) + try: + cp.add_section(section) + except ConfigParser.DuplicateSectionError: + pass + cp.set(section, option, raw_input()) + dirty = True + + if dirty: + cp.write(file(path, 'w')) --- lastfmsubmitd-1.0.6.orig/debian/lastmp.init.d +++ lastfmsubmitd-1.0.6/debian/lastmp.init.d @@ -0,0 +1,55 @@ +#!/bin/sh -e + +### BEGIN INIT INFO +# Provides: lastmp +# Required-Start: $remote_fs $syslog lastfmsubmitd +# Required-Stop: $remote_fs $syslog lastfmsubmitd +# Should-Start: mpd +# Should-Stop: mpd +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Start and stop lastfmsubmit daemon +### END INIT INFO + +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin +DAEMON=/usr/bin/lastmp +NAME=lastmp +DESC="MPD Last.fm submission client" +RUNDIR=/var/run/lastfm +USER=lastfm +GROUP=lastfm + +if ! [ -x $DAEMON ]; then + exit 0 +fi + +case "$1" in + start) + echo -n "Starting $DESC: " + start-stop-daemon --quiet --start -c $USER:$GROUP \ + --pidfile $RUNDIR/$NAME.pid --exec $DAEMON -- $DAEMON_OPTS + echo "$NAME." + ;; + stop) + echo -n "Stopping $DESC: " + start-stop-daemon --quiet --oknodo --stop -u $USER \ + --pidfile $RUNDIR/$NAME.pid + echo "$NAME." + ;; + restart|force-reload) + echo -n "Restarting $DESC: " + start-stop-daemon --quiet --oknodo --stop -u $USER \ + --pidfile $RUNDIR/$NAME.pid + sleep 1 + start-stop-daemon --quiet --start -c $USER:$GROUP \ + --pidfile $RUNDIR/$NAME.pid --exec $DAEMON -- $DAEMON_OPTS + echo "$NAME." + ;; + *) + N=/etc/init.d/$NAME + echo "Usage: $N {start|stop|restart|force-reload}" >&2 + exit 1 + ;; +esac + +exit 0 --- lastfmsubmitd-1.0.6.orig/debian/lastfmsubmitd.logrotate +++ lastfmsubmitd-1.0.6/debian/lastfmsubmitd.logrotate @@ -0,0 +1,10 @@ +/var/log/lastfm/*.log { + weekly + missingok + rotate 7 + postrotate + invoke-rc.d --quiet lastfmsubmitd force-reload > /dev/null + endscript + compress + notifempty +} --- lastfmsubmitd-1.0.6.orig/debian/lastfmsubmitd.postrm +++ lastfmsubmitd-1.0.6/debian/lastfmsubmitd.postrm @@ -0,0 +1,15 @@ +#!/bin/sh -e + +case "$1" in + purge) + rm -rf /var/run/lastfm /var/spool/lastfm + rm -f /etc/lastfmsubmitd.conf + ;; + remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 +esac + +#DEBHELPER# --- lastfmsubmitd-1.0.6.orig/debian/lastmp.postrm +++ lastfmsubmitd-1.0.6/debian/lastmp.postrm @@ -0,0 +1,14 @@ +#!/bin/sh -e + +case "$1" in + purge) + rm -f /etc/lastmp.conf + ;; + remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 +esac + +#DEBHELPER# --- lastfmsubmitd-1.0.6.orig/debian/lastfmsubmitd.links +++ lastfmsubmitd-1.0.6/debian/lastfmsubmitd.links @@ -0,0 +1 @@ +usr/share/man/man1/lastfmsubmitd.1 usr/share/man/man1/lastfmsubmit.1 --- lastfmsubmitd-1.0.6.orig/debian/lastfmsubmitd.templates +++ lastfmsubmitd-1.0.6/debian/lastfmsubmitd.templates @@ -0,0 +1,27 @@ +Template: lastfmsubmitd/user +Type: string +_Description: User name of Last.fm account: + This is the user name that will be used to log in to Last.fm. + +Template: lastfmsubmitd/password +Type: password +_Description: Password for Last.fm account: + This is the password that will be used to log in to Last.fm. + +Template: lastfmsubmitd/spool_group +Type: string +Default: lastfm +_Description: Group that may send submissions: + All users in this group can send submissions to your Last.fm account. You may + wish to use a specific usergroup, or "audio" for all users that can play music + on this computer. If you use the default, "lastfm", you will need to add users + manually, or run your plugin from this account. + . + If you leave this value blank, permissions will not be managed by debconf. + +Template: lastfmsubmitd/no_lastmp +Type: note +_Description: LastMP is no longer part of this package + As of version 0.31-1, LastMP is provided in a separate package. This system + previously had LastMP enabled; you will need to install the package "lastmp" + if you wish to continue using it. --- lastfmsubmitd-1.0.6.orig/debian/lastfmsubmitd.postinst +++ lastfmsubmitd-1.0.6/debian/lastfmsubmitd.postinst @@ -0,0 +1,75 @@ +#!/bin/sh -e + +case "$1" in + configure) + ;; + abort-upgrade|abort-remove|abort-deconfigure) + ;; + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +if ! getent group lastfm >/dev/null 2>&1; then + addgroup --system lastfm +fi + +if ! getent passwd lastfm >/dev/null 2>&1; then + adduser --system --disabled-password --disabled-login --no-create-home \ + --ingroup lastfm lastfm +fi + +. /usr/share/debconf/confmodule + +db_get lastfmsubmitd/user +test "$RET" && USER="$RET" +db_get lastfmsubmitd/password +test "$RET" && PASSWORD="$RET" + +CONF=/etc/lastfmsubmitd.conf +if [ ! -e $CONF ]; then + touch $CONF + chgrp lastfm $CONF + chmod 640 $CONF +fi + +set_conf() { + if [ "$2" ]; then + echo "$2" | /usr/lib/lastfmsubmitd/conftool --set "$1" $CONF + fi +} + +set_conf account/user "$USER" +set_conf account/password "$PASSWORD" + +db_get lastfmsubmitd/spool_group +if [ "$RET" ]; then + for dir in /var/log/lastfm /var/run/lastfm /var/spool/lastfm; do + chown "lastfm:$RET" $dir + chmod 2775 $dir + done +fi + +db_set lastfmsubmitd/password "" +db_stop + +# clean up after old versions + +for dir in /var/log/lastfm /var/run/lastfm /var/spool/lastfm \ + /var/cache/lastfm; do + if dpkg-statoverride --list --quiet $dir >/dev/null 2>&1; then + dpkg-statoverride --force --quiet --remove $dir + fi +done + +if [ -d /var/cache/lastfm ]; then + if [ -e /var/cache/lastfm/subs ]; then + mv -f /var/cache/lastfm/subs /var/spool/lastfm + fi + rmdir --ignore-fail-on-non-empty /var/cache/lastfm +fi + +rm -f /etc/default/lastfmsubmitd + +#DEBHELPER# --- lastfmsubmitd-1.0.6.orig/debian/po/it.po +++ lastfmsubmitd-1.0.6/debian/po/it.po @@ -0,0 +1,132 @@ +# Italian translation of lastfmsubmitd. +# Copyright (C) 2008 Decklin Foster +# This file is distributed under the same license as the lastfmsubmitd package. +# Vincenzo Campanella , 2008. +# +# +msgid "" +msgstr "" +"Project-Id-Version: lastfmsubmitd 0.37\n" +"Report-Msgid-Bugs-To: decklin@red-bean.com\n" +"POT-Creation-Date: 2006-07-31 12:12-0400\n" +"PO-Revision-Date: 2008-09-29 08:57+0200\n" +"Last-Translator: Vincenzo Campanella \n" +"Language-Team: Italian Date: 2003-12-30 20:32+0100PO-" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "User name of Last.fm account:" +msgstr "Nome utente del conto in Last.fm:" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "This is the user name that will be used to log in to Last.fm." +msgstr "" +"Questo è il nome utente ('user name') che verrà utilizzato per effettuare il " +"login in Last.fm." + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "Password for Last.fm account:" +msgstr "Password del conto in Last.fm:" + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "This is the password that will be used to log in to Last.fm." +msgstr "" +"Questa è la password che sarà utilizzata per effettuare il login in Last.fm." + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "Group that may send submissions:" +msgstr "Gruppo che può inviare segnalazioni:" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "" +"All users in this group can send submissions to your Last.fm account. You " +"may wish to use a specific usergroup, or \"audio\" for all users that can " +"play music on this computer. If you use the default, \"lastfm\", you will " +"need to add users manually, or run your plugin from this account." +msgstr "" +"Tutti gli utenti in questo gruppo possono inviare segnalazioni al tuo conto " +"in Last.fm. Puoi utilizzare un gruppo specifico, o 'audio' per tutti gli " +"utenti che possono ascoltare musica su questo computer. Se usi il valore, " +"'lastfm', dovrai aggiungere manualmente gli utenti a questo gruppo, o " +"eseguire il plugin da questo account." + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "" +"If you leave this value blank, permissions will not be managed by debconf." +msgstr "" +"Se lasci vuoto questo valore, i permessi non saranno gestiti da debconf." + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "LastMP is no longer part of this package" +msgstr "LastMP non fa più parte di questo pacchetto" + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "" +"As of version 0.31-1, LastMP is provided in a separate package. This system " +"previously had LastMP enabled; you will need to install the package \"lastmp" +"\" if you wish to continue using it." +msgstr "" +"A partire dalla versione 0.31-1, LastMP è fornito in un pacchetto separato. " +"Questo sistema aveva precedentemente LastMP abilitato; dovrai installare il " +"pacchetto 'lastmp' se vuoi continuare ad utilizzarlo." + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "Host where MPD is running:" +msgstr "Host in cui MPD è in esecuzione:" + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "LastMP will connect to the MPD on this host." +msgstr "LastMP si collegherà a MPD su questo host." + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "Port on which MPD is listening:" +msgstr "Porta su cui MPD è in ascolto:" + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "The connection to MPD will be made on this port." +msgstr "La connessione a MPD sarà effettuata utilizzando questa porta." + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "Password for MPD:" +msgstr "Password per MPD:" + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "" +"If MPD requires a password to connect, this value will be used. If no " +"password is required, it may be left blank." +msgstr "" +"Se MPD richiede una password per collegarsi, questo valore sarà utilizzato. " +"Se non è richiesta alcuna password, lasciarlo vuoto." --- lastfmsubmitd-1.0.6.orig/debian/po/ru.po +++ lastfmsubmitd-1.0.6/debian/po/ru.po @@ -0,0 +1,127 @@ +# translation of ru.po to Russian +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Yuri Kozlov , 2008. +msgid "" +msgstr "" +"Project-Id-Version: ru\n" +"Report-Msgid-Bugs-To: decklin@red-bean.com\n" +"POT-Creation-Date: 2006-07-31 12:12-0400\n" +"PO-Revision-Date: 2008-10-03 12:19+0400\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "User name of Last.fm account:" +msgstr "Имя пользователя в Last.fm:" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "This is the user name that will be used to log in to Last.fm." +msgstr "Введите имя пользователя, под которым вы зарегистрированы в Last.fm." + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "Password for Last.fm account:" +msgstr "Пароль в Last.fm:" + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "This is the password that will be used to log in to Last.fm." +msgstr "Введите пароль для пользователя, под которым вы зарегистрированы в Last.fm." + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "Group that may send submissions:" +msgstr "Группа, которой можно разрешить отправлять данные:" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "" +"All users in this group can send submissions to your Last.fm account. You " +"may wish to use a specific usergroup, or \"audio\" for all users that can " +"play music on this computer. If you use the default, \"lastfm\", you will " +"need to add users manually, or run your plugin from this account." +msgstr "" +"Все пользователи в этой группе могут отправлять данные на вашу учётную запись Last.fm. " +"Можно использовать определённую пользовательскую группу или \"audio\", чтобы " +"позволить это делать всем пользователям, слушающим музыку на этом компьютере. " +"По умолчанию используется группа \"lastfm\", и вам нужно вручную добавлять в неё " +"пользователей, или запускайте плагин с правами данной учётной записи." + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "If you leave this value blank, permissions will not be managed by debconf." +msgstr "Если оставить это поле пустым, то управление доступом не будет осуществляться через debconf." + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "LastMP is no longer part of this package" +msgstr "LastMP более не является частью этого пакета" + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "" +"As of version 0.31-1, LastMP is provided in a separate package. This system " +"previously had LastMP enabled; you will need to install the package \"lastmp" +"\" if you wish to continue using it." +msgstr "" +"Начиная с версии 0.31-1, программа LastMP выделена в отдельный пакет. В этой системе ранее " +"использовалась LastMP; вам нужно установить пакет \"lastmp\", если вы хотите использовать её далее." + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "Host where MPD is running:" +msgstr "Машина с работающим MPD:" + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "LastMP will connect to the MPD on this host." +msgstr "LastMP будет подключаться к MPD на указанной машине." + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "Port on which MPD is listening:" +msgstr "Порт, который прослушивает MPD:" + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "The connection to MPD will be made on this port." +msgstr "Подключение к MPD будет сделано через указанный порт." + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "Password for MPD:" +msgstr "Пароль для доступа к MPD:" + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "" +"If MPD requires a password to connect, this value will be used. If no " +"password is required, it may be left blank." +msgstr "" +"Если для подключения к MPD требуется пароль, будет использоваться данное значение. " +"Если пароль не требуется, можно ничего не вводить." + --- lastfmsubmitd-1.0.6.orig/debian/po/templates.pot +++ lastfmsubmitd-1.0.6/debian/po/templates.pot @@ -0,0 +1,117 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: decklin@red-bean.com\n" +"POT-Creation-Date: 2006-07-31 12:12-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "User name of Last.fm account:" +msgstr "" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "This is the user name that will be used to log in to Last.fm." +msgstr "" + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "Password for Last.fm account:" +msgstr "" + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "This is the password that will be used to log in to Last.fm." +msgstr "" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "Group that may send submissions:" +msgstr "" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "" +"All users in this group can send submissions to your Last.fm account. You " +"may wish to use a specific usergroup, or \"audio\" for all users that can " +"play music on this computer. If you use the default, \"lastfm\", you will " +"need to add users manually, or run your plugin from this account." +msgstr "" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "" +"If you leave this value blank, permissions will not be managed by debconf." +msgstr "" + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "LastMP is no longer part of this package" +msgstr "" + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "" +"As of version 0.31-1, LastMP is provided in a separate package. This system " +"previously had LastMP enabled; you will need to install the package \"lastmp" +"\" if you wish to continue using it." +msgstr "" + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "Host where MPD is running:" +msgstr "" + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "LastMP will connect to the MPD on this host." +msgstr "" + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "Port on which MPD is listening:" +msgstr "" + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "The connection to MPD will be made on this port." +msgstr "" + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "Password for MPD:" +msgstr "" + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "" +"If MPD requires a password to connect, this value will be used. If no " +"password is required, it may be left blank." +msgstr "" --- lastfmsubmitd-1.0.6.orig/debian/po/POTFILES.in +++ lastfmsubmitd-1.0.6/debian/po/POTFILES.in @@ -0,0 +1,2 @@ +[type: gettext/rfc822deb] lastfmsubmitd.templates +[type: gettext/rfc822deb] lastmp.templates --- lastfmsubmitd-1.0.6.orig/debian/po/cs.po +++ lastfmsubmitd-1.0.6/debian/po/cs.po @@ -0,0 +1,125 @@ +# lastfmsubmitd +# Copyright (C) 2006 Decklin Foster +# This file is distributed under the same license as the PACKAGE package. +# Martin Sin , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: lastfmsubmitd 0.32.1-1\n" +"Report-Msgid-Bugs-To: decklin@red-bean.com\n" +"POT-Creation-Date: 2006-07-31 12:12-0400\n" +"PO-Revision-Date: 2006-08-08 10:01+0200\n" +"Last-Translator: Martin Sin \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "User name of Last.fm account:" +msgstr "Uživatelské jméno účtu Last.fm:" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "This is the user name that will be used to log in to Last.fm." +msgstr "Toto uživatelské jméno bude použito pro přihlášení k Last.fm." + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "Password for Last.fm account:" +msgstr "Heslo účtu Last.fm:" + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "This is the password that will be used to log in to Last.fm." +msgstr "Toto heslo bude použito pro přihlášení k Last.fm." + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "Group that may send submissions:" +msgstr "Skupina, která může odesílat informace:" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "" +"All users in this group can send submissions to your Last.fm account. You " +"may wish to use a specific usergroup, or \"audio\" for all users that can " +"play music on this computer. If you use the default, \"lastfm\", you will " +"need to add users manually, or run your plugin from this account." +msgstr "" +"Všichni uživatelé v této skupině mohou odesílat informace na tento účet " +"Last.fm. Zřejmě budete chtít použít samostatnou skupinu, případně skupinu " +"\"audio\" (pro všechny uživatele, kteří mohou na tomto počítači přehrávat hudbu). Použijete-li výchozí skupinu \"lastfm\", budete do ní muset přidat " +"uživatele ručně, nebo Last.fm modul spouštět z tohoto účtu." + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "" +"If you leave this value blank, permissions will not be managed by debconf." +msgstr "Necháte-li pole prázdné, nebudou oprávnění řízena pomocí debconfu." + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "LastMP is no longer part of this package" +msgstr "LastMP již není součástí tohoto balíčku" + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "" +"As of version 0.31-1, LastMP is provided in a separate package. This system " +"previously had LastMP enabled; you will need to install the package \"lastmp" +"\" if you wish to continue using it." +msgstr "" +"Od verze 0.31-1 je LastMP součástí vlastního balíčku. Na tomto počítači byl " +"dříve LastMP povolen. Pokud chcete pokračovat v jeho používání, je potřeba " +"nainstalovat balíček \"lastmp\"." + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "Host where MPD is running:" +msgstr "Počítač na kterém běží MPD:" + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "LastMP will connect to the MPD on this host." +msgstr "LastMP se připojí k MPD na tomto počítači." + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "Port on which MPD is listening:" +msgstr "Port na kterém naslouchá MPD:" + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "The connection to MPD will be made on this port." +msgstr "Spojení s MPD bude navázáno na tomto portu." + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "Password for MPD:" +msgstr "Heslo MPD:" + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "" +"If MPD requires a password to connect, this value will be used. If no " +"password is required, it may be left blank." +msgstr "" +"Jestliže MPD vyžaduje pro připojení heslo, bude použita tato hodnota. " +"Není-li heslo vyžadováno, můžete ponechat pole prázdné." --- lastfmsubmitd-1.0.6.orig/debian/po/ja.po +++ lastfmsubmitd-1.0.6/debian/po/ja.po @@ -0,0 +1,126 @@ +# Copyright (C) 2006-2009 Decklin Foster +# This file is distributed under the same license as the lastfmsubmitd package. +# Hideki Yamane (Debian-JP) , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: lastfmsubmitd 1.0.1-2\n" +"Report-Msgid-Bugs-To: decklin@red-bean.com\n" +"POT-Creation-Date: 2006-07-31 12:12-0400\n" +"PO-Revision-Date: 2009-01-06 06:26+0900\n" +"Last-Translator: Hideki Yamane (Debian-JP) \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "User name of Last.fm account:" +msgstr "Last.fm アカウントのユーザ名:" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "This is the user name that will be used to log in to Last.fm." +msgstr "これは Last.fm にログインする際に使うユーザ名です。" + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "Password for Last.fm account:" +msgstr "Last.fm アカウントのパスワード:" + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "This is the password that will be used to log in to Last.fm." +msgstr "これは Last.fm にログインする際に使うパスワードです。" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "Group that may send submissions:" +msgstr "サブミッションを送信できるグループ:" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "" +"All users in this group can send submissions to your Last.fm account. You " +"may wish to use a specific usergroup, or \"audio\" for all users that can " +"play music on this computer. If you use the default, \"lastfm\", you will " +"need to add users manually, or run your plugin from this account." +msgstr "" +"このグループに属する全てのユーザはあなたの Last.fm アカウントにサブミッション" +"を送信できます。特定のユーザグループを指定するか、あるいは全てのユーザがこの" +"コンピュータで音楽を再生できる「audio」グループを使うと良いでしょう。デフォル" +"トの値、「lastfm」を使う場合は、ユーザを手動で追加するか、このアカウントでプ" +"ラグインを実行する必要があります。" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "" +"If you leave this value blank, permissions will not be managed by debconf." +msgstr "" +"この値を空のままにしておくと、パーミッションは debconf で管理されません。" + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "LastMP is no longer part of this package" +msgstr "LastMP はこのパッケージの一部ではなくなりました" + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "" +"As of version 0.31-1, LastMP is provided in a separate package. This system " +"previously had LastMP enabled; you will need to install the package \"lastmp" +"\" if you wish to continue using it." +msgstr "" +"バージョン 0.31-1 にて、LastMP は別パッケージとして提供されるようになりまし" +"た。このシステムは以前 LastMP が有効になっていました。これを使いつづけたい場" +"合は、「lastmp」パッケージをインストールする必要があります。" + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "Host where MPD is running:" +msgstr "MPD が動作しているホスト:" + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "LastMP will connect to the MPD on this host." +msgstr "LastMP はここで指定したホストの MPD に接続します。" + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "Port on which MPD is listening:" +msgstr "MPD が listen しているポート番号:" + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "The connection to MPD will be made on this port." +msgstr "MPD への接続はこのポート番号に対して行われます。" + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "Password for MPD:" +msgstr "MPD のパスワード:" + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "" +"If MPD requires a password to connect, this value will be used. If no " +"password is required, it may be left blank." +msgstr "" +"MPD が接続にパスワードを要求してくる場合、この値が使われます。パスワードが必" +"要ない場合は、空のままにしておくと良いでしょう。" --- lastfmsubmitd-1.0.6.orig/debian/po/sv.po +++ lastfmsubmitd-1.0.6/debian/po/sv.po @@ -0,0 +1,128 @@ +# translation of lastfmsubmitd_0.37-2_sv.po to Swedish +# lastfmsubmitd. +# Copyright (C) 2008 +# This file is distributed under the same license as the lastfmsubmitd package. +# +# Martin Ågren , 2008. +msgid "" +msgstr "" +"Project-Id-Version: lastfmsubmitd_0.37-2_sv\n" +"Report-Msgid-Bugs-To: decklin@red-bean.com\n" +"POT-Creation-Date: 2006-07-31 12:12-0400\n" +"PO-Revision-Date: 2008-07-18 23:33+0200\n" +"Last-Translator: Martin Ågren \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "User name of Last.fm account:" +msgstr "Användarnamn för Last.fm-konto:" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "This is the user name that will be used to log in to Last.fm." +msgstr "Detta är det användarnamn som kommer användas för att logga in till Last.fm." + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "Password for Last.fm account:" +msgstr "Lösenord för Last.fm-konto:" + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "This is the password that will be used to log in to Last.fm." +msgstr "Detta är det lösenord som kommer användas för att logga in till Last.fm." + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "Group that may send submissions:" +msgstr "Grupp som kan sända data:" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "" +"All users in this group can send submissions to your Last.fm account. You " +"may wish to use a specific usergroup, or \"audio\" for all users that can " +"play music on this computer. If you use the default, \"lastfm\", you will " +"need to add users manually, or run your plugin from this account." +msgstr "" +"Alla användare i denna grupp kan sända data till ditt Last.fm-konto. Du skulle " +"kunna använda en specifik användargrupp, eller \"audio\" för alla användare som " +"kan spela musik på denna dator. Om du använder standardvärdet, " +"\"lastfm\", kommer du behöva lägga till användare manuellt eller köra ditt tilläggsprogram från detta konto." + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "If you leave this value blank, permissions will not be managed by debconf." +msgstr "Om du lämnar detta värde blankt, kommer rättigheter inte att hanteras av debconf." + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "LastMP is no longer part of this package" +msgstr "LastMP är inte längre en del av detta paket" + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "" +"As of version 0.31-1, LastMP is provided in a separate package. This system " +"previously had LastMP enabled; you will need to install the package \"lastmp" +"\" if you wish to continue using it." +msgstr "" +"Från och med version 0.31-1 tillhandahålls LastMP i ett separat paket. Detta system " +"hade tidigare LastMP aktiverat; du kommer behöva installera paketet \"lastmp\" " +"om du önskar fortsätta använda det." + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "Host where MPD is running:" +msgstr "Värd där MPD körs:" + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "LastMP will connect to the MPD on this host." +msgstr "LastMP kommer ansluta till MPD på denna värd." + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "Port on which MPD is listening:" +msgstr "Port på vilken MPD lyssnar:" + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "The connection to MPD will be made on this port." +msgstr "Uppkopplingen till MPD kommer göras på denna port." + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "Password for MPD:" +msgstr "Lösenord för MPD:" + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "" +"If MPD requires a password to connect, this value will be used. If no " +"password is required, it may be left blank." +msgstr "" +"Om MPD behöver ett lösenord för att ansluta, kommer detta värde användas. Om " +"inget lösenord behövs, kan detta värde lämnas blankt." + --- lastfmsubmitd-1.0.6.orig/debian/po/nl.po +++ lastfmsubmitd-1.0.6/debian/po/nl.po @@ -0,0 +1,108 @@ +# lastfmsubmitd. +# Copyright (C) 2008 Decklin Foster +# This file is distributed under the same license as the lastfmsubmitd package. +# Bart Cornelis , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: lastfmsubmitd\n" +"Report-Msgid-Bugs-To: decklin@red-bean.com\n" +"POT-Creation-Date: 2006-07-31 12:12-0400\n" +"PO-Revision-Date: 2007-04-17 17:48+0100\n" +"Last-Translator: Bart Cornelis \n" +"Language-Team: debian-l10n-dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Dutch\n" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "User name of Last.fm account:" +msgstr "Gebruikersnaam van de Last.fm-account:" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "This is the user name that will be used to log in to Last.fm." +msgstr "Dit is de gebruiker waarmee ingelogd wordt op Last.fm." + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "Password for Last.fm account:" +msgstr "Wachtwoord van de Last.fm-account:" + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "This is the password that will be used to log in to Last.fm." +msgstr "Dit is het wachtwoord om in te logge nop Last.fm." + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "Group that may send submissions:" +msgstr "Groep die dingen mag inzenden:" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "All users in this group can send submissions to your Last.fm account. You may wish to use a specific usergroup, or \"audio\" for all users that can play music on this computer. If you use the default, \"lastfm\", you will need to add users manually, or run your plugin from this account." +msgstr "Alle gebruikers in deze groep kunnen dingen inzenden via uw Last.fm-account. Mogelijk wilt u een specifieke gebruikersgroep gebruiken, of 'audio' voor alle gebruikers die muziek kunnen afspelen op dit systeem. Als u de standaardwaarde 'lastfm' gebruikt dient u gebruikers handmatig toe te voegen of uw plugin van deze account draaien." + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "If you leave this value blank, permissions will not be managed by debconf." +msgstr "Als u deze waarde leeg laat zullen de rechten niet door debconf beheerd worden." + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "LastMP is no longer part of this package" +msgstr "LastMP is geen onderdeel meer van dit pakket." + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "As of version 0.31-1, LastMP is provided in a separate package. This system previously had LastMP enabled; you will need to install the package \"lastmp\" if you wish to continue using it." +msgstr "Vanaf versie 0.31-1 is LastMP beschikbaar in een apart pakket. Dit systeem had eerder LastMP geactiveerd; u dient het pakket 'lastmp' te installeren als u dit nog steeds wilt gebruiken." + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "Host where MPD is running:" +msgstr "Computer waar MPD draait:" + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "LastMP will connect to the MPD on this host." +msgstr "LastMP zal verbinding maken met de MPD op die computer." + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "Port on which MPD is listening:" +msgstr "Poort waarop de MPD luistert:" + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "The connection to MPD will be made on this port." +msgstr "Er wordt verbinding gemaakt met MPD op deze poort." + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "Password for MPD:" +msgstr "Wachtwoord voor MPD:" + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "If MPD requires a password to connect, this value will be used. If no password is required, it may be left blank." +msgstr "Als de MPD een wachtwoord vereist om verbinding te maken wordt deze waarde gebruikt. Als er geen wachtwoord vereist is kunt u dit leeg laten." + --- lastfmsubmitd-1.0.6.orig/debian/po/de.po +++ lastfmsubmitd-1.0.6/debian/po/de.po @@ -0,0 +1,127 @@ +# Translation of lastfmsubmitd debconf templates to German +# Copyright (C) Helge Kreutzmann , 2007. +# This file is distributed under the same license as the lastfmsubmitd package. +# +msgid "" +msgstr "" +"Project-Id-Version: lastfmsubmitd 0.33-2\n" +"Report-Msgid-Bugs-To: decklin@red-bean.com\n" +"POT-Creation-Date: 2006-07-31 12:12-0400\n" +"PO-Revision-Date: 2007-02-24 16:48+0100\n" +"Last-Translator: Helge Kreutzmann \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "User name of Last.fm account:" +msgstr "Benutzername des Last.fm-Kontos:" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "This is the user name that will be used to log in to Last.fm." +msgstr "Dies ist der Benutzer, der zur Anmeldung bei Last.fm verwendet wird." + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "Password for Last.fm account:" +msgstr "Passwort fr das Last.fm-Konto:" + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "This is the password that will be used to log in to Last.fm." +msgstr "Dies ist das Passwort, das zur Anmeldung bei Last.fm verwendet wird." + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "Group that may send submissions:" +msgstr "Gruppe, die Beitrge senden darf:" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "" +"All users in this group can send submissions to your Last.fm account. You " +"may wish to use a specific usergroup, or \"audio\" for all users that can " +"play music on this computer. If you use the default, \"lastfm\", you will " +"need to add users manually, or run your plugin from this account." +msgstr "" +"Alle Benutzer dieser Gruppe knnen Beitrge fr Ihr Last.fm-Konto senden. " +"Sie knnen eine spezielle Benutzergruppe verwenden, oder audio fr alle " +"Benutzer, die Musik auf diesem Computer abspielen knnen. Falls Sie die " +"Standardeinstellung lastfm verwenden, mssen Sie die Benutzer manuell " +"hinzufgen oder die Erweiterung von diesem Konto aus starten." + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "" +"If you leave this value blank, permissions will not be managed by debconf." +msgstr "" +"Falls Sie diesen Wert leer lasen, werden die Rechte nicht von Debconf " +"verwaltet." + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "LastMP is no longer part of this package" +msgstr "LastMP ist nicht lnger Bestandteil dieses Pakets" + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "" +"As of version 0.31-1, LastMP is provided in a separate package. This system " +"previously had LastMP enabled; you will need to install the package \"lastmp" +"\" if you wish to continue using it." +msgstr "" +"Seit Version 0.31-1 wird LastMP durch ein separates Paket bereitgestellt. " +"Dieses System hatte frher LastMP aktiviert; Sie mssen das Paket lastmp " +"installieren, falls Sie es weiterhin benutzen mchten." + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "Host where MPD is running:" +msgstr "Rechner auf dem MPD luft:" + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "LastMP will connect to the MPD on this host." +msgstr "LastMP wird sich mit dem MPD auf diesem Rechner verbinden." + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "Port on which MPD is listening:" +msgstr "Port auf dem MPD auf Anfragen wartet:" + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "The connection to MPD will be made on this port." +msgstr "Die Verbindung zu MPD wird ber diesen Port erfolgen." + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "Password for MPD:" +msgstr "Passwort fr MPD:" + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "" +"If MPD requires a password to connect, this value will be used. If no " +"password is required, it may be left blank." +msgstr "" +"Falls der MPD ein Passwort fr die Verbindung bentigt, wird dieser Wert " +"benutzt. Falls kein Passwort bentigt wird, darf er leer bleiben." --- lastfmsubmitd-1.0.6.orig/debian/po/es.po +++ lastfmsubmitd-1.0.6/debian/po/es.po @@ -0,0 +1,126 @@ +# lastfmsubmitd translation to Spanish +# Copyright (C) 2008 +# This file is distributed under the same license as the lastfmsubmitd package. +# Changes: +# - Initial translation +# Francisco Javier Cuadrado +# +# Traductores, si no conoce el formato PO, merece la pena leer la +# documentación de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Equipo de traducción al español, por favor lean antes de traducir +# los siguientes documentos: +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish/coordinacion +# especialmente las notas de traducción en +# http://www.debian.org/intl/spanish/notas +# - La guía de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# +msgid "" +msgstr "" +"Project-Id-Version: lastfmsubmitd_0.37-2\n" +"Report-Msgid-Bugs-To: decklin@red-bean.com\n" +"POT-Creation-Date: 2006-07-31 12:12-0400\n" +"PO-Revision-Date: 2008-09-01 13:59+0100\n" +"Last-Translator: Francisco Javier Cuadrado \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Spanish\n" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "User name of Last.fm account:" +msgstr "Nombre de usuario de la cuenta de Last.fm:" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "This is the user name that will be used to log in to Last.fm." +msgstr "Este es el nombre de usuario que se usará para identificarse en Last.fm." + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "Password for Last.fm account:" +msgstr "Contraseña de la cuenta de Last.fm:" + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "This is the password that will be used to log in to Last.fm." +msgstr "Esta es la contraseña que se usará para identificarse en Last.fm." + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "Group that may send submissions:" +msgstr "Grupo que debería enviar las solicitudes:" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "All users in this group can send submissions to your Last.fm account. You may wish to use a specific usergroup, or \"audio\" for all users that can play music on this computer. If you use the default, \"lastfm\", you will need to add users manually, or run your plugin from this account." +msgstr "Todos los usuarios de este grupo pueden enviar solicitudes a la cuenta de Last.fm. Puede querer usar un grupo de usuarios específico, o el grupo «audio» para todos los usuarios que pueden reproducir música en esta máquina. Si quiere usar el grupo predeterminado, «lastfm», tendrá que añadir los usuarios manualmente, o ejecutar el complemento desde esta cuenta." + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "If you leave this value blank, permissions will not be managed by debconf." +msgstr "Si deja este valor en blanco, debconf no gestionará los permisos." + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "LastMP is no longer part of this package" +msgstr "LastMP ya no forma parte de este paquete." + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "As of version 0.31-1, LastMP is provided in a separate package. This system previously had LastMP enabled; you will need to install the package \"lastmp\" if you wish to continue using it." +msgstr "Desde la versión 0.31-1, LastMP se proporciona en un paquete separado. Antes, este sistema tenía LastMP activado; tendrá que instalar el paquete \"lastmp\" si quiere continuar usándolo." + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "Host where MPD is running:" +msgstr "Máquina en la que MPD se está ejecutando:" + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "LastMP will connect to the MPD on this host." +msgstr "LastMP se conectará con el MPD de esta máquina." + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "Port on which MPD is listening:" +msgstr "Puerto en el que MPD está escuchando:" + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "The connection to MPD will be made on this port." +msgstr "La conexión con MPD se realizará sobre este puerto." + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "Password for MPD:" +msgstr "Contraseña de MPD:" + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "If MPD requires a password to connect, this value will be used. If no password is required, it may be left blank." +msgstr "Si MPD requiere una contraseña para conectarse, se usará este valor. Si no requiere contraseña, déjelo en blanco." + --- lastfmsubmitd-1.0.6.orig/debian/po/fr.po +++ lastfmsubmitd-1.0.6/debian/po/fr.po @@ -0,0 +1,135 @@ +# lastfmsubmitd. +# Copyright (C) 2006 +# This file is distributed under the same license as the lastfmsubmitd package. +# Steve Petruzzello , 2006 +# +msgid "" +msgstr "" +"Project-Id-Version: lastfmsubmitd_0.32.1-1\n" +"Report-Msgid-Bugs-To: decklin@red-bean.com\n" +"POT-Creation-Date: 2006-07-03 14:34-0400\n" +"PO-Revision-Date: 2006-08-03 16:20+0100\n" +"Last-Translator: Steve Petruzzello \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: French\n" +"X-Poedit-Country: SWITZERLAND\n" +"X-Poedit-SourceCharset: iso-8859-15\n" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "User name of Last.fm account:" +msgstr "Identifiant du compte Last.fm:" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "This is the user name that will be used to log in to Last.fm." +msgstr "" +"Veuillez entrer l'identifiant qui permet de se connecter au compte Last.fm." + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "Password for Last.fm account:" +msgstr "" +"Veuillez entrer le mot de passe qui permet de se connecter au compte Last." +"fm:" + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "This is the password that will be used to log in to Last.fm." +msgstr "Mot de passe qui permet de se connecter au compte Last.fm." + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "Group that may send submissions:" +msgstr "Groupe pouvant envoyer leurs propositions:" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "" +"All users in this group can send submissions to your Last.fm account. You " +"may wish to use a specific usergroup, or \"audio\" for all users that can " +"play music on this computer. If you use the default, \"lastfm\", you will " +"need to add users manually, or run your plugin from this account." +msgstr "" +"Veuillez indiquer le groupe dont les membres peuvent envoyer leurs " +"propositions votre compte Last.fm. Vous devriez utiliser un groupe " +"particulier ou le groupe audio pour tous les utilisateurs qui ont " +"l'autorisation de jouer de la musique sur cette machine. Si vous utilisez la " +"valeur par dfaut lastfm, vous devrez ajouter vous-mme les utilisateurs " +"ou excuter le greffon depuis ce compte." + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "" +"If you leave this value blank, permissions will not be managed by debconf." +msgstr "" +"Si vous laissez ce champ vide, les permissions ne seront pas gres " +"automatiquement." + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "LastMP is no longer part of this package" +msgstr "LastMP ne fait plus partie de ce paquet" + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "" +"As of version 0.31-1, LastMP is provided in a separate package. This system " +"previously had LastMP enabled; you will need to install the package \"lastmp" +"\" if you wish to continue using it." +msgstr "" +"Depuis la version 0.31-1, LastMP se trouve dans un paquet spar. Ce systme " +"avait auparavant LastMP activ. Il est ncessaire d'installer le paquet " +"lastmp si vous dsirez encore l'utiliser." + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "Host where MPD is running:" +msgstr "Hte sur lequel MPD est excut:" + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "LastMP will connect to the MPD on this host." +msgstr "LastMP se connectera au MPD de l'hte indiqu." + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "Port on which MPD is listening:" +msgstr "Port sur lequel MPD est l'coute:" + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "The connection to MPD will be made on this port." +msgstr "La connexion MPD se fera sur le port indiqu." + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "Password for MPD:" +msgstr "Mot de passe pour MPD:" + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "" +"If MPD requires a password to connect, this value will be used. If no " +"password is required, it may be left blank." +msgstr "" +"Si MPD demande un mot de passe pour la connexion, cette valeur sera " +"utilise. Si aucun mot de passe n'est ncessaire, laissez ce champ vide." --- lastfmsubmitd-1.0.6.orig/debian/po/pt.po +++ lastfmsubmitd-1.0.6/debian/po/pt.po @@ -0,0 +1,132 @@ +# Portuguese translations for lastfmsubmitd package. +# Copyright (C) 2007 Miguel Figueiredo +# This file is distributed under the same license as the lastfmsubmitd package. +# Miguel Figueiredo , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: lastfmsubmitd 0.35-2\n" +"Report-Msgid-Bugs-To: decklin@red-bean.com\n" +"POT-Creation-Date: 2006-07-31 12:12-0400\n" +"PO-Revision-Date: 2007-04-15 10:31+0100\n" +"Last-Translator: Miguel Figueiredo \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "User name of Last.fm account:" +msgstr "Nome de utilizador da conta em Last.fm:" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:1001 +msgid "This is the user name that will be used to log in to Last.fm." +msgstr "Este é o nome de utilizador que será utilizado para se identificar " +"em Last.fm." + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "Password for Last.fm account:" +msgstr "Palavra-chave para a conta em Last.fm:" + +#. Type: password +#. Description +#: ../lastfmsubmitd.templates:2001 +msgid "This is the password that will be used to log in to Last.fm." +msgstr "Esta é a palavra-chave que será utilizada para se identificar em " +"Last.fm." + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "Group that may send submissions:" +msgstr "O grupo que pode enviar submissões:" + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "" +"All users in this group can send submissions to your Last.fm account. You " +"may wish to use a specific usergroup, or \"audio\" for all users that can " +"play music on this computer. If you use the default, \"lastfm\", you will " +"need to add users manually, or run your plugin from this account." +msgstr "" +"Todos os utilizadores neste grupo podem enviar submissões para a sua conta " +"em Last.fm. Você pode querer utilizar um grupo de utilizadores específico, " +"ou \"audio\" para todos os utilizadores que possam tocar música neste " +"computador. Se utilizar o valor por omissão, \"lastfm\", você terá de " +"acrescentar manualmente os utilizadores, ou correr o seu 'plugin' a partir " +"desta conta." + +#. Type: string +#. Description +#: ../lastfmsubmitd.templates:3001 +msgid "" +"If you leave this value blank, permissions will not be managed by debconf." +msgstr "" +"Pode deixar este valor em branco, as permissões não irão ser geridas pelo " +"debconf." + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "LastMP is no longer part of this package" +msgstr "O LastMP já não faz parte deste pacote" + +#. Type: note +#. Description +#: ../lastfmsubmitd.templates:4001 +msgid "" +"As of version 0.31-1, LastMP is provided in a separate package. This system " +"previously had LastMP enabled; you will need to install the package \"lastmp" +"\" if you wish to continue using it." +msgstr "" +"Desde a versão 0.31-1, o LastMP é disponibilizado num pacote separado. Este " +"sistema tinha previamente o LastMP habilitado; você terá de instalar o " +"pacote \"lastmp\" se desejar continuar a utilizá-lo." + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "Host where MPD is running:" +msgstr "Máquina onde corre o MPD:" + +#. Type: string +#. Description +#: ../lastmp.templates:1001 +msgid "LastMP will connect to the MPD on this host." +msgstr "O LasrMP irá ligar ao MPD nesta máquina." + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "Port on which MPD is listening:" +msgstr "Porto no qual o MPD está a escutar:" + +#. Type: string +#. Description +#: ../lastmp.templates:2001 +msgid "The connection to MPD will be made on this port." +msgstr "A ligação ao MPD será feita neste porto." + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "Password for MPD:" +msgstr "Palavra-chave para o MPD:" + +#. Type: password +#. Description +#: ../lastmp.templates:3001 +msgid "" +"If MPD requires a password to connect, this value will be used. If no " +"password is required, it may be left blank." +msgstr "" +"Se o MPD necessitar de uma palavra-chavve para se ligar, será utilizado este " +"valor. Se não for necessária palavra-chave, pode ser deixado em branco."