[Xfce4-commits] <xfce4-volstatus-icon:master> Potfile cleanup.
Nick Schermer
noreply at xfce.org
Sat Jul 13 21:10:02 CEST 2013
Updating branch refs/heads/master
to 8013214b8e0c5e17637f25211a21ead930528215 (commit)
from faa04bce284fa3397e2559d09b682a22b3f53d32 (commit)
commit 8013214b8e0c5e17637f25211a21ead930528215
Author: Nick Schermer <nick at xfce.org>
Date: Sat Jul 13 21:09:44 2013 +0200
Potfile cleanup.
autogen.sh | 48 +++-----
module.xml | 20 ----
po/ChangeLog | 186 -------------------------------
po/LINGUAS | 2 -
po/xfce4-volstatus-icon.pot | 257 -------------------------------------------
5 files changed, 18 insertions(+), 495 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index ed1d015..b5875b6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,44 +1,32 @@
#!/bin/sh
#
-# $Id: autogen.sh 23241 2006-09-29 19:05:15Z kelnos $
+# vi:set et ai sw=2 sts=2 ts=2: */
+#-
+# Copyright (c) Xfce Development Team
#
-# Copyright (c) 2002-2005
-# The Xfce development team. All rights reserved.
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
#
-# Written for Xfce by Benedikt Meurer <benny at xfce.org>.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
#
+# You should have received a copy of the GNU General Public
+# License along with this program; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
(type xdt-autogen) >/dev/null 2>&1 || {
cat >&2 <<EOF
autogen.sh: You don't seem to have the Xfce development tools installed on
your system, which are required to build this software.
- Please install the xfce4-dev-tools package first, available from
- http://xfce.org/~benny/projects/xfce4-dev-tools/.
+ Please install the xfce4-dev-tools package first, it is available
+ from http://www.xfce.org/.
EOF
exit 1
}
-# verify that po/LINGUAS is present
-(test -f po/LINGUAS) >/dev/null 2>&1 || {
- cat >&2 <<EOF
-autogen.sh: The file po/LINGUAS could not be found. Please check your snapshot
- or try to checkout again.
-EOF
- exit 1
-}
-
-echo 'dnl *** This file is automatically generated from configure.ac.in ***' \
- >configure.ac
-echo 'dnl *** DO NOT EDIT! ***' >>configure.ac
-echo >>configure.ac
-
-# substitute revision and linguas
-linguas=`sed -e '/^#/d' po/LINGUAS`
-revision=`LC_ALL=C svn info $0 | awk '/^Revision: / {printf "%05d\n", $2}'`
-sed -e "s/@LINGUAS@/${linguas}/g" \
- -e "s/@REVISION@/${revision}/g" \
- < "configure.ac.in" >> "configure.ac"
-
-xdt-autogen $@
-
-# vi:set ts=2 sw=2 et ai:
+XDT_AUTOGEN_REQUIRED_VERSION="4.7.2" exec xdt-autogen $@
diff --git a/module.xml b/module.xml
deleted file mode 100644
index c2e674f..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-volstatus-icon</name>
- <shortdesc xml:lang="en">Notification area icon that allows safe removal of removable devices</shortdesc>
- <homepage rdf:resource="http://spuriousinterrupt.org/projects/xfce4-volstatus-icon"/>
- <mailing-list rdf:resource="http://foo-projects.org/mailmain/listinfo/xfce4-dev"/>
-
- <maintainer>
- <foaf:Person>
- <foaf:name>Brian Tarricone</foaf:name>
- <foaf:mbox>mailto:kelnos at xfce.org</foaf:mbox>
- <gnome:userid>kelnos</gnome:userid>
- </foaf:Person>
- </maintainer>
-</Project>
diff --git a/po/ChangeLog b/po/ChangeLog
deleted file mode 100644
index f9d82a4..0000000
--- a/po/ChangeLog
+++ /dev/null
@@ -1,186 +0,0 @@
-2009-08-08 Mike Massonnet <mmassonnet at xfce.org>
-
- * ast.po: Asturian translation added (Marcos Alvarez Costales)
-
-2009-07-25 Gabor Kelemen <kelemeng at gnome.hu>
-
- * hu.po: Translation reworked.
-
-2009-07-09 Mike Massonnet <mmassonnet at xfce.org>
-
- * zh_CN.po: Simplified Chinese translation update (Hunt Xu)
-
-2009-06-28 Mike Massonnet <mmassonnet at xfce.org>
-
- * zh_CN.po: Simplified Chinese translation update (Hunt Xu)
-
-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)
-
-2009-04-20 Mike Massonnet <mmassonnet at xfce.org>
-
- * gl.po: Galician translation update (Leandro Regueiro)
-
-2009-04-16 Mike Massonnet <mmassonnet at xfce.org>
-
- * gl.po: Galician translation update (Leandro Regueiro)
-
-2009-04-15 Piotr Sokół <piotr.sokol at 10g.pl>
-
- * pl.po: Polish translation update
-
-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>
-
- * ca.po, LINGUAS: Catalan translation added (Harald Servat)
-
-2009-03-05 Mike Massonnet <mmassonnet at xfce.org>
-
- * pt.po: Renamed pt_PT.po to pt.po (bug #4574)
-
-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-07 Maximilian Schleiss <maximilian at xfce.org>
-
- * it.po; LINGUAS: Italian translation added (Cristian Marchi)
-
-2009-02-07 Alexander Toresson <eulex at xfce.org>
-
- * sv.po: Swedish translation update (Daniel Nylander)
-
-2009-01-26 Maximilian Schleiss <maximilian at xfce.org>
-
- * uk.po, LINGUAS: Ukrainian translation added (Dmitry Nikitin)
-
-2009-01-13 Alexander Toresson <eulex at xfce.org>
-
- * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
-
-2008-12-25 Maximilian Schleiss <maximilian at xfce.org>
-
- * ja.po: Japanese translation update (Masato Hashimoto)
-
-2008-12-21 Lars Nielsen <lars at mit-web.dk>
-
- * da.po: updated danish translation
-
-2008-11-17 Eren Türkay <erenturkay at xfce.org>
-
- * tr.po: Turkish translation update (Turkish translation team)
-
-2008-11-12 Piarres Beobide <pi at beobide.net>
-
- * eu.po: Basque translation update
-
-2008-11-08 Alexander Nyakhaychyk <nyakhaychyk at gmail.com>
-
- * be.po: Added Belarusian translation
-
-2008-11-05 Piarres Beobide <pi at beobide.net>
-
- * eu.po, LINGUA: Basque translation added
-
-2008-10-18 Maximilian Schleiss <maximilian at xfce.org>
-
- * ja.po: Japanese translation updated (Nobuhiro Iwamatsu)
-
-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-05-27 Mike Massonnet <mmassonnet at xfce.org>
-
- * da.po, LINGUAS: Add Danish translation (Jens Hyllegaard)
-
-2008-05-13 Mike Massonnet <mmassonnet at xfce.org>
-
- * en_GB.po: Update translation (Jeff Bailes)
-
-2008-05-10 Stavros Giannouris <stavrosg at hellug.gr>
-
- * el.po, LINGUAS: Addes Greek translation by Evaggelos Balaskas
- <ebalaskas at ebalaskas.gr>
-
-2008-03-30 Mike Massonnet <mmassonnet at xfce.org>
-
- * ru.po, LINGUAS: Add Russian translation
- by Valentin Pesegov <walq64 at gmail.com>
-
-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: Added new Brazilian Portuguese translation
- by Fábio Nogueira <deb-user-ba at ubuntu.com>
- * LINGUAS: Added pt_BR to the list
-
-2007-10-28 Mike Massonnet <mmassonnet at xfce.org>
-
- * pk.po: Add new translation by محمد علي المكي <makki.ma at gmail.com>
-
-2007-10-24 Mike Massonnet <mmassonnet at xfce.org>
-
- * fr.po: Update translation
-
-2007-08-25 Mike Massonnet <mmassonnet at xfce.org>
-
- * pt_PT.po: European Portuguese update
- by Nuno Miguel <nunis at netcabo.pt>
-
-2007-07-08 Maximilian Schleiss <maximilian at xfce.org>
-
- * pt_PT.po: European Protuguese translation added
- by Nuno Miguel <nunis at netcabo.pt>
-
-2007-05-30 Maximilian Schleiss <maximilian at xfce.org>
-
- * de.po: Added the German translation
- by Mathias Brodala <info at noctus.net>
-
-2007-04-01 Maximilian Schleiss <maximilian at xfce.org>
-
- * pl.po: Added the Polish translation
- by Piotr Maliński <riklaunim at gmail.com>
-
-2007-03-31 Pau Rul-lan Ferragut <paurullan at bulma.net>
-
- * gb.po: British translation by Jeff Bailes <thepizzaking at gmail.com>
-
-2007-02-20 Maximilian Schleiss <maximilian at xfce.org>
-
- * ja.po: Added the Japanese translation by
- Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
- * Updated LINGUAS file
-
-2007-02-02 Maximilian Schleiss <maximilian at xfce.org>
-
- * Created this ChangeLog file
- * fr.po: Added the French translation
-
diff --git a/po/LINGUAS b/po/LINGUAS
deleted file mode 100644
index 7915866..0000000
--- a/po/LINGUAS
+++ /dev/null
@@ -1,2 +0,0 @@
-# set of available languages (in alphabetic order)
-ar ast be ca da de el en_GB es eu fr gl hu id it ja lv pl pt_BR pt ru sv tr uk ur ur_PK zh_CN
diff --git a/po/xfce4-volstatus-icon.pot b/po/xfce4-volstatus-icon.pot
deleted file mode 100644
index 855c14b..0000000
--- a/po/xfce4-volstatus-icon.pot
+++ /dev/null
@@ -1,257 +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: 2007-05-27 20:15-0700\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: xfce4-volstatus-icon/main.c:102 xfce4-volstatus-icon/main.c:115
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:733
-msgid "Removable Volumes"
-msgstr ""
-
-#: xfce4-volstatus-icon/main.c:104
-msgid "This is the first time you've run the Xfce Volstatus Icon application"
-msgstr ""
-
-#: xfce4-volstatus-icon/main.c:105
-msgid ""
-"Would you like Xfce Volstatus to run automatically each time your session "
-"begins? You can disable this behavior later by using the \"Autostarted "
-"Applications\" settings panel."
-msgstr ""
-
-#: xfce4-volstatus-icon/main.c:117
-msgid "Failed to write autostart file"
-msgstr ""
-
-#: xfce4-volstatus-icon/main.c:118
-msgid ""
-"For some reason, the autostart location could not be found or written to. "
-"This location is usually in your home directory, in ~/.config/autostart/."
-msgstr ""
-
-#: xfce4-volstatus-icon/main.c:125
-msgid "Xfce Volstatus Icon"
-msgstr ""
-
-#: xfce4-volstatus-icon/main.c:127
-msgid "Safe removal of removable volumes"
-msgstr ""
-
-#: xfce4-volstatus-icon/main.c:213
-msgid "An unknown error occurred."
-msgstr ""
-
-#: xfce4-volstatus-icon/main.c:215 xfce4-volstatus-icon/main.c:226
-#: xfce4-volstatus-icon/main.c:241
-msgid "Xfce Volstatus"
-msgstr ""
-
-#: xfce4-volstatus-icon/main.c:216
-msgid "Unable to connect to D-Bus system bus daemon"
-msgstr ""
-
-#: xfce4-volstatus-icon/main.c:227
-msgid "Unable to connect to HAL"
-msgstr ""
-
-#: xfce4-volstatus-icon/main.c:242
-msgid "Unable to get device list from HAL"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-common.c:76
-#, c-format
-msgid "Unable to remove \"%s\""
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-common.c:77
-msgid "Removal Failure"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-common.c:79
-msgid "Unknown error"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:171
-msgid "Audio CD"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:178
-msgid "Recordable CD"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:181
-msgid "Rewritable CD"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:184
-msgid "DVD"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:187
-msgid "Rewritable DVD (DVD-RAM)"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:192
-msgid "Recordable DVD"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:196
-msgid "Rewritable DVD"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:199
-msgid "Blu-ray Disc"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:202
-msgid "Recordable Blu-ray Disc"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:205
-msgid "Rewritable Blu-ray Disc"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:208
-msgid "HD-DVD"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:211
-msgid "Recordable HD-DVD"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:214
-msgid "Rewritable HD-DVD"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:217
-msgid "Data CD"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:227
-msgid "Optical Drive"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:233
-msgid "Floppy Disk"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:235
-msgid "Removable Disk"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:237
-msgid "Hard Disk"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:240
-msgid "Flash Disk"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:242
-msgid "Audio Player"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:244
-msgid "Memory Stick"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:246
-msgid "Smart Media Disk"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:248
-msgid "SD/MMC Disk"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:250
-msgid "Camera"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:252
-msgid "Zip Disk"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:254
-msgid "Jaz Disk"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:256
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:602
-msgid "Unknown"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:549
-msgid "n/a"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:560
-#, c-format
-msgid "Filesystem (%s)"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:565
-msgid "Filesystem"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:571
-msgid "(unknown)"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:573
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:582
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:589
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:597
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:604
-msgid "(n/a)"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:580
-msgid "Partition Table"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:587
-msgid "RAID Array Member"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:595
-msgid "Encrypted Filesystem"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:677
-msgid "Name:"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:682
-msgid "Kind:"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:687
-msgid "Mount Point:"
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-dialog.c:734
-msgid "Use the list below to safely remove removable volumes."
-msgstr ""
-
-#: xfce4-volstatus-icon/xfce-volstatus-icon.c:227
-#, c-format
-msgid "Safely remove \"%s\""
-msgstr ""
-
-#. this shouldn't happen, but just to be safe...
-#: xfce4-volstatus-icon/xfce-volstatus-icon.c:243
-msgid "(no removable drives)"
-msgstr ""
More information about the Xfce4-commits
mailing list