[Xfce4-commits] <xfce4-radio-plugin:master> Potfiles cleanup.

Nick Schermer noreply at xfce.org
Sat Jul 13 21:38:01 CEST 2013


Updating branch refs/heads/master
         to c82f0f9b5f5d048a7790c09ddf867805247d99c6 (commit)
       from d2c04b5e9ada10109a05c75385f5f5b56f9ae7cd (commit)

commit c82f0f9b5f5d048a7790c09ddf867805247d99c6
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Jul 13 21:37:01 2013 +0200

    Potfiles cleanup.

 m4/depends.m4             |   48 -------------
 module.xml                |   20 ------
 po/ChangeLog              |  168 ---------------------------------------------
 po/xfce4-radio-plugin.pot |  163 -------------------------------------------
 4 files changed, 399 deletions(-)

diff --git a/m4/depends.m4 b/m4/depends.m4
deleted file mode 100644
index d0658e4..0000000
--- a/m4/depends.m4
+++ /dev/null
@@ -1,48 +0,0 @@
-dnl From Benedikt Meurer (benedikt.meurer at unix-ag.uni-siegen.de)
-dnl
-dnl
-
-AC_DEFUN([BM_DEPEND],
-[
-  PKG_CHECK_MODULES([$1], [$2 >= $3])
-  $1_REQUIRED_VERSION=$3
-  AC_SUBST($1_REQUIRED_VERSION)
-])
-
-dnl
-dnl BM_DEPEND_CHECK(var, pkg, version, name, helpstring, default)
-dnl
-AC_DEFUN([BM_DEPEND_CHECK],
-[
-  AC_ARG_ENABLE([$4],
-AC_HELP_STRING([--enable-$4], [Enable checking for $5 (default=$6)])
-AC_HELP_STRING([--disable-$4], [Disable checking for $5]),
-    [ac_cv_$1_check=$enableval], [ac_cv_$1_check=$6])
-
-  if test x"$ac_cv_$1_check" = x"yes"; then
-    AC_MSG_CHECKING([for $2 >= $3])
-    if $PKG_CONFIG --atleast-version=$3 $2 2> /dev/null; then
-      AC_MSG_RESULT([yes])
-      BM_DEPEND([$1], [$2], [$3])
-      AC_DEFINE([HAVE_$1], [1], [Define if you have $2 >= $3])
-    else
-      AC_MSG_RESULT([no])
-    fi
-  fi
-])
-
-dnl
-dnl XFCE_PANEL_PLUGIN(var, version)
-dnl
-dnl Sets $var_CFLAGS, $var_LIBS and $var_PLUGINSDIR
-dnl
-AC_DEFUN([XFCE_PANEL_PLUGIN],
-[
-  BM_DEPEND([$1], [xfce4-panel-1.0], [$2])
-
-  dnl Check where to put the plugins to
-  AC_MSG_CHECKING([where to install panel plugins])
-  $1_PLUGINSDIR=`$PKG_CONFIG --variable=pluginsdir xfce4-panel-1.0`
-  AC_SUBST([$1_PLUGINSDIR])
-  AC_MSG_RESULT([$$1_PLUGINSDIR])
-])
diff --git a/module.xml b/module.xml
deleted file mode 100644
index 1453233..0000000
--- a/module.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
-	xmlns:foaf="http://xmlns.com/foaf/0.1/"
-	xmlns:gnome="http://api.gnome.org/doap-extensions#"
-	xmlns="http://usefulinc.com/ns/doap#">
-
-	<name xml:lang="en">xfce4-radio-plugin</name>
-	<shortdesc xml:lang="en">V4l radio plugin for the Xfce panel</shortdesc>
-	<homepage rdf:resource="http://goodies.xfce.org/projects/panel-plugins/xfce4-radio-plugin"/>
-	<mailing-list rdf:resource="http://foo-projects.org/mailman/listinfo/goodies-dev"/>
-
-	<maintainer>
-		<foaf:Person>
-			<foaf:name>Stefan Ott</foaf:name>
-			<foaf:mbox>mailto:stefan at ott.net</foaf:mbox>
-			<gnome:userid>cockroach</gnome:userid>
-		</foaf:Person>
-	</maintainer>
-</Project>
diff --git a/po/ChangeLog b/po/ChangeLog
deleted file mode 100644
index 395e564..0000000
--- a/po/ChangeLog
+++ /dev/null
@@ -1,168 +0,0 @@
-2009-08-08  Mike Massonnet <mmassonnet at xfce.org>
-
-	* ast.po: Asturian translation added (Marcos Alvarez Costales)
-
-2009-07-24  Gabor Kelemen  <kelemeng at gnome.hu>
-
-	* hu.po: Translation reworked.
-
-2009-05-29  Mike Massonnet <mmassonnet at xfce.org>
-
-	* ur_PK.po: Urdu Pakistan translation update (Muhammad Ali Makki)
-	* ur.po: Urdu translation update (Muhammad Ali Makki)
-	* zh_CN.po: Simplified Chinese translation update (Hunt Xu)
-
-2009-04-16  Mike Massonnet <mmassonnet at xfce.org>
-
-	* gl.po: Galician translation update (Leandro Regueiro)
-	* de.po: German translation update (Fabian Nowak)
-	* ca.po: Catalan translation update (Harald Servat)
-
-2009-03-14  Maximilian Schleiss <maximilian at xfce.org>
-
-	* gl.po: Galician translation update (Leandro Regueiro)
-
-2009-03-06  Maximilian Schleiss <maximilian at xfce.org>
-
-	* it.po: Italian translation update (Francesco Scarrone)
-
-2009-03-05  Mike Massonnet <mmassonnet at xfce.org>
-
-	* pt.po: Renamed pt_PT.po to pt.po (bug #4574)
-
-2009-03-01  Maximilian Schleiss <maximilian at xfce.org>
-
-	* uk.po: Ukrainian translation update (Dmitry Nikitin)
-
-2009-02-22  Mike Massonnet <mmassonnet at xfce.org>
-
-	* es.po: Add Spanish translation (Abel Martín)
-
-2009-02-20  Maximilian Schleiss <maximilian at xfce.org>
-
-	* gl.po: Galician translation update (Leandro Regueiro)
-
-2009-02-09  Alexander Toresson <eulex at xfce.org>
-
-	* sv.po: Swedish translation update (Daniel Nylander)
-
-2009-01-19  Maximilian Schleiss <maximilian at xfce.org>
-
-	* it.po, LINGUAS: Italian translation added (Francesco Scarrone)
-
-2008-12-20  Alexander Toresson <eulex at xfce.org>
-
-	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
-
-2008-11-30  Stefan Ott <stefan at ott.net>
-
-        * ru.po: Added russian translation, thanks to Oleg Khlystov
-
-2008-11-17  Eren Türkay <erenturkay at xfce.org>
-
-        * tr.po: Turkish translation update (Turkish translation team)
-
-2008-11-09  Maximilian Schleiss <maximilian at xfce.org>
-
-	* sq.po: Albanian translation update (Besnik Bleta)
-
-2008-11-05 Lars Nielsen <lars at mit-web.dk>
-
-	* da.po: Updated danish translation (Per Kongstad)
-
-2008-07-26 Og Maciel <ogmaciel at gnome.org>
-
-    * pt_BR.po: Updated Brazilian Portuguese translation
-    by Fábio Nogueira <deb-user-ba at ubuntu.com>
-
-2008-07-15 Mohamed Magdy <alnokta at xfce.org>
-
-        * ar.po: Add Arabic translation
-
-2008-06-26  Maximilian Schleiss <maximilian at xfce.org>
-
-	* gl.po, LINGUAS: Galician translation added (Leandro Regueiro)
-
-2008-06-25  Maximilian Schleiss <maximilian at xfce.org>
-
-	* id.po, LINGUAS: Indonesian translation added (Andhika Padmawan)
-
-2008-06-14 Og Maciel <ogmaciel at gnome.org>
-
-    * pt_BR.po: Updated Brazilian Portuguese translation
-
-2008-05-27  Mike Massonnet <mmassonnet at xfce.org>
-
-	* da.po, LINGUAS: Add Danish translation (Jens Hyllegaard)
-
-2007-11-18	Maximilian Schleiss <maximilian at xfce.org>
-
-	* lv.po: Latvian translation added
-	by Rihards Priedītis <rprieditis at inbox.lv>
-
-2007-11-15	Mike Massonnet <mmassonnet at xfce.org>
-
-	* ur.po: Update translation by Muhammad Ali Makki <makki.ma at gmail.com>
-	* pk.po, ur.po: Rename pk.po to ur.po.
-
-2007-11-06 Og Maciel <ogmaciel at gnome.org>
-
-    * pt_BR.po: Updated Brazilian Portuguese translation
-    by Fábio Nogueira <deb-user-ba at ubuntu.com>
-
-2007-11-04 Og Maciel <ogmaciel at gnome.org>
-
-    * pt_BR.po: Added new Brazilian Portuguese translation
-    by Andrius da Costa Ribas <andriusmao at gmail.com>
-    * LINGUAS: Added pt_BR and pt_PT to the file.
-
-2007-10-28	Mike Massonnet <mmassonnet at xfce.org>
-
-	* pk.po: Add new translation by محمد علي المكي <makki.ma at gmail.com>
-
-2007-08-25  Mike Massonnet <mmassonnet at xfce.org>
-
-	* pt_PT.po: Add European Portuguese
-	by Nuno Miguel <nunis at netcabo.pt>
-
-2007-03-31  Pau Rul-lan Ferragut <paurullan at bulma.net>
-
-	* gb.po: British translation by Jeff Bailes <thepizzaking at gmail.com>
-
-2007-02-24  Maximilian Schleiss <maximilian at xfce.org>
-
-	* ja.po: Added the Japanese translation by
-	Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
-	* Added LINGUAS file
-
-2007-02-02  Maximilian Schleiss <maximilian at xfce.org>
-
-	* fr.po: Added the Albanian translation by
-	Besnik Bleta <besnik at programeshqip.org>
-
-2006-09-19  Piarres Beibide
-
-	* eu.po: Add Basque translations 
-
-2006-09-18  Pau Rul-lan Ferragut <paurullan at bulma.net>
-
-	* ca.po: Add Catalan translations
-
-2006-09-03  Jean-François Wauthy <pollux at xfce.org>
-
-	* pl.po: Add Polish translations
-
-2006-08-27  Jean-François Wauthy <pollux at xfce.org>
-
-	* cs.po: Add Czech translations
-
-2006-07-29  Jean-François Wauthy <pollux at xfce.org>
-
-	* fr.po: Add French translations by Maximilian Schleiss
-	<maximilian at xfce.org>
-
-2006-07-28  Hydonsingore Cia <hydonsingore at educities.edu.tw>
-
-	* zh_TW.po: Added traditional Chinese translations by
-	  Cosmo Chene <cosmolax at gmail.com>.
-
diff --git a/po/xfce4-radio-plugin.pot b/po/xfce4-radio-plugin.pot
deleted file mode 100644
index 5b1d966..0000000
--- a/po/xfce4-radio-plugin.pot
+++ /dev/null
@@ -1,163 +0,0 @@
-# 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 <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-05-21 03:11+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../panel-plugin/radio.desktop.in.in.h:1
-msgid "Radio Plugin"
-msgstr ""
-
-#: ../panel-plugin/radio.desktop.in.in.h:2
-msgid "V4l radio plugin"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:191
-#, c-format
-msgid "Tuned to station %s"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:196
-#, c-format
-msgid "Tuned to %s MHz"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:241
-msgid "- off -"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:248
-msgid "Radio is off"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:321
-msgid "Error opening radio device"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:416
-msgid "Tune radio"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:422
-msgid "Frequency [MHz]:"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:446
-msgid "Illegal frequency."
-msgstr ""
-
-#. Notebook tabs
-#: ../panel-plugin/xfce4-radio.c:501 ../panel-plugin/xfce4-radio.c:1160
-msgid "Presets"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:533
-msgid "Tune to frequency"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:868
-msgid "unnamed"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:1001
-msgid "Select command"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:1058
-msgid "Radio"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:1067
-msgid "Configure the radio plugin"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:1161
-msgid "User interface"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:1162
-msgid "Radio device"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:1163
-msgid "Commands"
-msgstr ""
-
-#. - Signal strength
-#: ../panel-plugin/xfce4-radio.c:1185
-msgid "Signal strength"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:1201
-msgid "Show the signal strength indicator"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:1207
-msgid "Use graphics instead of text labels and progress bars"
-msgstr ""
-
-#. - Current station
-#: ../panel-plugin/xfce4-radio.c:1212
-msgid "Current station"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:1228
-msgid "Show the current station"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:1234
-msgid "Show preset names instead of frequencies"
-msgstr ""
-
-#. - Mouse
-#: ../panel-plugin/xfce4-radio.c:1239
-msgid "Mouse interaction"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:1255
-msgid "Mouse scrolling changes"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:1275
-msgid "frequency"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:1277
-msgid "station preset"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:1298
-msgid "Radio device:"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:1312
-msgid "Synchronize state with the card"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:1322
-msgid ""
-"This watches your radio card for changes done by other\n"
-"applications. Note that this may cause issues with some\n"
-"tuner cards."
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:1351
-msgid "Command to run after startup"
-msgstr ""
-
-#: ../panel-plugin/xfce4-radio.c:1385
-msgid "Command to run after shutdown"
-msgstr ""


More information about the Xfce4-commits mailing list