[Xfce4-commits] <xfce4-fsguard-plugin:master> Clean up and file maintenance
Florian Rivoal
noreply at xfce.org
Wed Dec 15 14:10:01 CET 2010
Updating branch refs/heads/master
to b4e07d3782b79b9c77662a78d58865b00c40d4bb (commit)
from c5caaf0c4c49fef6de2c1d0fd8d59cd1c0b02f39 (commit)
commit b4e07d3782b79b9c77662a78d58865b00c40d4bb
Author: Florian Rivoal <frivoal at xfce.org>
Date: Wed Dec 15 01:08:14 2010 +0900
Clean up and file maintenance
autogen.sh | 27 +--
configure.in.in => configure.ac.in | 2 -
module.xml | 6 +-
po/ChangeLog | 413 ------------------------------------
po/LINGUAS | 2 -
po/ar.po | 97 ---------
po/xfce4-fsguard-plugin.pot | 102 ---------
7 files changed, 9 insertions(+), 640 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index e02424b..524cc63 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,34 +1,19 @@
#!/bin/sh
#
-# $Id$
-#
-# Copyright (c) 2002-2005
+# Copyright (c) 2002-2010
# The Xfce development team. All rights reserved.
#
-# Written for Xfce by Benedikt Meurer <benny at xfce.org>.
-#
+
+export XDT_AUTOGEN_REQUIRED_VERSION="4.7.0"
(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, it is available
- from http://www.xfce.org/.
+ Please install the xfce4-dev-tools package first, available from
+ http://xfce.org/~benny/projects/xfce4-dev-tools/.
EOF
exit 1
}
-# substitute revision and linguas
-linguas=`ls po/*.po 2>/dev/null | awk 'BEGIN {FS="[./]"; ORS=" "} {print $2}'`
-if [ -d .git ]; then
- revision=$(git log --pretty=format:%h -n 1)
-else
- revision=UNKNOWN
-fi
-sed -e "s/@LINGUAS@/${linguas}/g" \
- -e "s/@REVISION@/${revision}/g" \
- < "configure.in.in" > "configure.in"
-
-exec xdt-autogen $@
-
-# vi:set ts=2 sw=2 et ai:
+xdt-autogen $@
diff --git a/configure.in.in b/configure.ac.in
similarity index 99%
rename from configure.in.in
rename to configure.ac.in
index ed40c16..93f9e38 100644
--- a/configure.in.in
+++ b/configure.ac.in
@@ -1,5 +1,3 @@
-dnl $Id$
-dnl
dnl xfce4-fsguard-plugin - <Plugin for xfce4-panel>
dnl
dnl 2003 Benedikt Meurer <benedikt.meurer at unix-ag.uni-siegen.de>
diff --git a/module.xml b/module.xml
index 77f0b85..ad2f07d 100644
--- a/module.xml
+++ b/module.xml
@@ -5,9 +5,9 @@
<mailing-list rdf:resource="http://foo-projects.org/mailman/listinfo/xfce"/>
<maintainer>
<foaf:Person>
- <foaf:name>Mike Massonnet</foaf:name>
- <foaf:mbox>mailto:mmassonnet at xfce.org</foaf:mbox>
- <gnome:userid>mmassonnet</gnome:userid>
+ <foaf:name>Florian Rivoal</foaf:name>
+ <foaf:mbox>mailto:frivoal at xfce.org</foaf:mbox>
+ <gnome:userid>frivoal</gnome:userid>
</foaf:Person>
</maintainer>
</Project>
diff --git a/po/ChangeLog b/po/ChangeLog
deleted file mode 100644
index 94517e3..0000000
--- a/po/ChangeLog
+++ /dev/null
@@ -1,413 +0,0 @@
-2009-08-14 Mike Massonnet <mmassonnet at xfce.org>
-
- * *.pot, *.po: make update-po
- * fr.po: Update French translation
-
-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)
-
-2009-04-16 Mike Massonnet <mmassonnet at xfce.org>
-
- * gl.po: Galician translation update (Leandro Regueiro)
-
-2009-04-08 Piotr Sokół <piotr.sokol at 10g.pl>
-
- * pl.po: Polish translation update
-
-2009-03-30 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-08 Piotr Sokół <piotr.sokol at 10g.pl>
-
- * pl.po: Polish translation update
-
-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-05 Mike Massonnet <mmassonnet at xfce.org>
-
- * nb.po: Renamed nb_NO.po to nb.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-01-02 Michal Várady <miko.vaji at gmail.com>
-
- * cs.po: Czech translation fixed
-
-2009-01-19 Maximilian Schleiss <maximilian at xfce.org>
-
- * it.po, LINGUAS: Italian translation added (Francesco Scarrone)
-
-2009-01-18 Maximilian Schleiss <maximilian at xfce.org>
-
- * tr.po: turkish translation update (Samed Beyribey)
-
-2008-12-25 Maximilian Schleiss <maximilian at xfce.org>
-
- * ja.po: Japanese translation update (Masato Hashimoto)
-
-2008-12-13 Alexander Toresson <eulex at xfce.org>
-
- * sv.po: Swedish translation update (Daniel Nylander)
-
-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-02 Michal Várady <miko.vaji at gmail.com>
-
- * cs.po: Czech translation updated
-
-2008-10-28 Lars Nielse <lars at mit-web.dk>
-
- * da.po: Updated Danish translation
-
-2008-07-24 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-07-14 Maximilian Schleiss <maximilian at xfce.org>
-
- * pt_PT.po: European Protuguese translation update (Nuno Miguel)
-
-2008-06-26 Maximilian Schleiss <maximilian at xfce.org>
-
- * gl.po: Galician translation update (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-14 Mike Massonnet <mmassonnet at xfce.org>
-
- * ja.po: Update Japanese translation (Nobuhiro Iwamatsu)
-
-2008-05-13 Mike Massonnet <mmassonnet at xfce.org>
-
- * en_GB.po: Update translation (Jeff Bailes)
-
-2008-05-04 Og Maciel <ogmaciel at gnome.org>
-
- * pt_BR.po: Updated Brazilian Portuguese translation
-
-2008-05-02 Piarres Beobide <pi at beobide.net>
-
- * eu.po: Update Basque translation
-
-2008-05-01 Mike Massonnet <mmassonnet at xfce.org>
-
- * fr.po: Fix typo
-
-2008-03-30 Mike Massonnet <mmassonnet at xfce.org>
-
- * ca.po: Update Catalan translation,
- by Carles Muñoz Gorriz <carlesmu at ya.com>
-
-2008-03-30 Mike Massonnet <mmassonnet at xfce.org>
-
- * zh_CN.po: Add Chinese Traditional translation,
- by Vern Sun <s5unty at gmail.com>
-
-2008-03-18 Mike Massonnet <mmassonnet at xfce.org>
-
- * nb_NO.po: Update Norwegian translation by Terje <ter at operamail.com>
-
-2008-03-18 Mike Massonnet <mmassonnet at xfce.org>
-
- * pt_PT.po: Update Portuguese translation by Nuno Miguel
-
-2008-01-24 Mike Massonnet <mmassonnet at xfce.org>
-
- * *.po: make update-po
-
-2008-01-21 Og Maciel <ogmaciel at gnome.org>
-
- * pt_BR.po: Updated Brazilian Portuguese translation by
- Fábio Nogueira <deb-user-ba at ubuntu.com>
-
-2008-01-13 Mike Massonnet <mmassonnet at xfce.org>
-
- * *.po: make update-po
- * fr.po, de.po: Update translation
-
-2008-01-09 Maximilian Schleiss <maximilian at xfce.org>
-
- * nb_NO.po: Norwegian Bokmal translation update
- by Christian Lomsdalen <christian at vindstille.net>
-
-2007-12-07 Maximilian Schleiss <maximilian at xfce.org>
-
- * de.po: German translation update
- by Fabian Nowak <timystery at arcor.de>
-
-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-05 Og Maciel <ogmaciel at gnome.org>
-
- * pt_BR.po: Updated Brazilian Protuguese translation
- by Og Maciel <ogmaciel at gnome.org>
-
-2007-11-04 Mike Massonnet <mmassonnet at xfce.org>
-
- * *.po, *.pot: make update-po
-
-2007-10-28 Mike Massonnet <mmassonnet at xfce.org>
-
- * pk.po: Add new translation by محمد علي المكي <makki.ma at gmail.com>
-
-2007-10-26 Mike Massonnet <mmassonnet at xfce.org>
-
- * *.po, *.pot: make update-po
-
-2007-10-20 Mike Massonnet <mmassonnet at xfce.org>
-
- * *.po, *.pot: make update-po
- * de.po, fr.po: Update translation
-
-2007-10-04 Mike Massonnet <mmassonnet at xfce.org>
-
- * *.po, *.pot: make update-po
- * *.po: Correct fuzzy strings
-
-2007-09-07 Og Maciel <ogmaciel at gnome.org>
-
- * pt_BR.po: Brazilian Protuguese translation added
- by Fábio Nogueira <deb-user-ba at ubuntu.com>
-
-2007-07-08 Maximilian Schleiss <maximilian at xfce.org>
-
- * nb_NO.po: Norwegian Bokmal translation added
- by Terje Uriansrud <ter at operamail.com>
- * pt_PT.po: European Protuguese translation added
- 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-03-30 Maximilian Schleiss <maximilian at xfce.org>
-
- * ca.po: Updated the Catalan translation
- by Ivà Burgos <debian.public at gmail.com>
-
-2007-03-13 Maxim Dziumanenko <dziumanenko at gmail.com>
-
- * uk.po: Update Ukrainian translation by Dmitry Nikitin
-
-2007-02-02 Maximilian Schleiss <maximilian at xfce.org>
-
- * fr.po: Added the Albanian translation by
- Besnik Bleta <besnik at programeshqip.org>
-
-2007-01-18 Maximilian Schleiss <maximilian at xfce.org>
-
- * de.po: Updated the German translation by
- Fabian Nowak <timystery at arcor.de>
-
-2006-10-21 Maximilian Schleiss <maximilian at xfce.org>
-
- * ko.po: Updated the Korean translation by ByungHyun Choi
- <byunghyun.choi at debianusers.org>
-
-2006-09-20 Pau Rul-lan Ferragut <paurullan at bulma.net>
-
- * ca.po: Updated Catalan translations
-
-2006-08-27 Jean-François Wauthy <pollux at xfce.org>
-
- * cs.po: Add Czech translations
-
-2006-08-20 Jean-François Wauthy <pollux at xfce.org>
-
- * gl.po: Add Galician translations
-
-2006-07-22 Jean-François Wauthy <pollux at xfce.org>
-
- * fr.po: Updated French translations by Maximilian Schleiss
- <maximilian at xfce.org>
-
-2006-07-11 Hydonsingore Cia <hydonsingore at educities.edu.tw>
-
- * zh_TW.po: Added traditional Chinese translations.
-
-2006-06-09 Alexander Toresson <alexander.toresson at gmail.com>
-
- * sv.po: Added Swedish translations by Daniel Nylander
- <po at danielnylander.se>.
-
-2006-04-23 Daichi Kawahata <daichi at xfce.org>
-
- * eu.po: Added Basque translations by Piarres Beobide
- <pi at beobide.net>.
-
-2006-04-22 Daichi Kawahata <daichi at xfce.org>
-
- * ca.po: Added Catalan translations by Carles Munoz Gorriz
- <carlesmu at internautas.org>.
-
-2006-04-08 Daichi Kawahata <daichi at xfce.org>
-
- * pl.po: Updated Polish translations by Piotr Malinski
- <admin at rk.edu.pl>.
-
-2006-04-02 Daichi Kawahata <daichi at xfce.org>
-
- * vi.po: Updated.
- * ja.po: Added Japanese translations.
-
-2006-02-23 Daichi Kawahata <daichi at xfce.org>
-
- * vi.po: Added Vietnamese translations by Phan Vinh Thinh
- <teppi at vnlinux.org>.
-
-2006-02-18 Daichi Kawahata <daichi at xfce.org>
-
- * xfce4-fsguard-plugin.pot: Added for the translators.
-
-2006-02-11 Daichi Kawahata <daichi at xfce.org>
-
- * hu.po: Added Hungarian translations by SZERVAC Attila
- <sas at 321.hu>.
-
-2006-02-11 Daichi Kawahata <daichi at xfce.org>
-
- * POTFILES.in, de.po, fr.po, ko.po, lt.po, pl.po: Updated.
-
-2006-02-06 Stefan Ott <stefan at desire.ch>
-
- * xfce4-fsguard.pot: Imported jasper's port and did some
- cleaning.
-
-2006-02-04 Stefan Ott <stefan at desire.ch>
-
- * de.gmo, ko.gmo, pl.gmo: Removed generated files.
-
-2006-02-04 Stefan Ott <stefan at desire.ch>
-
- * ChangeLog, Makefile, Makefile.in, POTFILES: Removed generated
- files.
-
-2006-01-04 Daichi Kawahata <daichi at xfce.org>
-
- * de.po, fr.po, ko.po, lt.po, pl.po, xfce4-fsguard.pot: Updated.
-
-2006-01-01 Jean-Francois Wauthy <pollux at xfce.org>
-
- * fr.po: add fr translations from Stephane Roy.
-
-2005-11-02 ByungHyun Choi <byunghyun.choi at gmail.com>
-
- * ko.po: Modified Korean translations.
-
-2005-10-11 Stefan Ott <stefan at desire.ch>
-
- * Makefile, Makefile.in, Makefile.in.in: Regenerated once again.
-
-2005-10-11 Stefan Ott <stefan at desire.ch>
-
- * Makefile, Makefile.in: Regenerated autoconf files.
-
-2005-02-13 Jean-Francois Wauthy <pollux at xfce.org>
-
- * Makefile, Makefile.in, lt.po: Add LT translations.
-
-2005-01-25 Jean-Francois Wauthy <pollux at xfce.org>
-
- * Makefile, Makefile.in, ko.gmo, ko.po: Update KO translations.
-
-2004-10-10 Andre Lerche <a.lerche at gmx.net>
-
- * Makefile, Makefile.in, de.gmo, de.po, ko.gmo, ko.po, pl.gmo,
- pl.po, xfce4-fsguard.pot: Fixed some i18n issues.
-
-2004-02-04 Andre Lerche <a.lerche at gmx.net>
-
- * de.gmo, de.po, ko.gmo, ko.po, pl.gmo, pl.po, xfce4-fsguard.pot:
- Enlarged entry to define mountpint, as requested by Stefan.
-
-2004-01-09 Andre Lerche <a.lerche at gmx.net>
-
- * pl.gmo, pl.po: Added Polish translation, thanks to Daniel Mroz.
-
-2003-11-24 Andre Lerche <a.lerche at gmx.net>
-
- * ko.gmo, ko.po: Added Korean translation by David Choi.
-
-2003-11-22 Andre Lerche <a.lerche at gmx.net>
-
- * de.gmo, de.po, xfce4-fsguard.pot: Fixed memory leak.
-
-2003-11-12 Andre Lerche <a.lerche at gmx.net>
-
- * de.gmo, de.po, xfce4-fsguard.pot: Added option to choose
- filemanager for button1 click.
-
-2003-11-11 Andre Lerche <a.lerche at gmx.net>
-
- * de.po, xfce4-fsguard.pot: Minor changes including translations
- for new strings.
-
-2003-11-09 Andre Lerche <a.lerche at gmx.net>
-
- * de.po: Some minor changes.
-
-2003-11-08 Andre Lerche <a.lerche at gmx.net>
-
- * xfce4-fsguard.pot: Missing file from initial import.
-
-2003-11-08 Andre Lerche <a.lerche at gmx.net>
-
- * xfce4-fsguard.pot_: Does not belong here.
-
-2003-11-08 Andre Lerche <a.lerche at gmx.net>
-
- * Makefile, Makefile.in, Makefile.in.in, POTFILES, POTFILES.in,
- de.gmo, de.po, xfce4-fsguard.pot_: Initial revision.
-
diff --git a/po/LINGUAS b/po/LINGUAS
deleted file mode 100644
index a767b79..0000000
--- a/po/LINGUAS
+++ /dev/null
@@ -1,2 +0,0 @@
-# set of available languages (in alphabetic order)
-ar ast ca cs da de en_GB es eu fr gl hu id it ja ko lt lv nb pl pt_BR pt sq sv tr uk ur ur_PK vi zh_TW zh_CN
diff --git a/po/ar.po b/po/ar.po
deleted file mode 100644
index 74d68d9..0000000
--- a/po/ar.po
+++ /dev/null
@@ -1,97 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: xfce\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-08-14 22:39+0200\n"
-"PO-Revision-Date: 2008-07-15 15:36+0200\n"
-"Last-Translator: Mohamed Magdy <mohamedmk at gmail.com>\n"
-"Language-Team: Arabeyes <doc at arabeyes.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Arabic\n"
-
-#: ../panel-plugin/fsguard.c:244
-msgid "Unable to find an appropriate application to open the mount point"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:281 ../panel-plugin/fsguard.c:282
-#, c-format
-msgid "%.2f GB"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:285
-#, c-format
-msgid "%s/%s space left on %s (%s)"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:285
-#, c-format
-msgid "%s/%s space left on %s"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:288 ../panel-plugin/fsguard.c:289
-#, c-format
-msgid "%.0f MB"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:291
-#, c-format
-msgid "could not check mountpoint %s, please check your config"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:311
-#, c-format
-msgid "Only %s space left on %s (%s)!"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:314
-#, c-format
-msgid "Only %s space left on %s!"
-msgstr ""
-
-#. }}}
-#. vim600: set foldmethod=marker: foldmarker={{{,}}}
-#: ../panel-plugin/fsguard.c:572 ../panel-plugin/fsguard.desktop.in.in.h:1
-msgid "Free Space Checker"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:583
-msgid "Configuration"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:590
-msgid "Mount point"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:596
-msgid "Warning limit (%)"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:601
-msgid "Urgent limit (%)"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:621
-msgid "User Interface"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:628
-msgid "Name"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:636
-msgid "Display size"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:640
-msgid "Display meter"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:644
-msgid "Display button"
-msgstr ""
-
-#: ../panel-plugin/fsguard.desktop.in.in.h:2
-msgid "Monitor free disk space"
-msgstr ""
diff --git a/po/xfce4-fsguard-plugin.pot b/po/xfce4-fsguard-plugin.pot
deleted file mode 100644
index 36b90d4..0000000
--- a/po/xfce4-fsguard-plugin.pot
+++ /dev/null
@@ -1,102 +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: 2009-08-14 22:39+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../panel-plugin/fsguard.c:244
-msgid "Unable to find an appropriate application to open the mount point"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:281 ../panel-plugin/fsguard.c:282
-#, c-format
-msgid "%.2f GB"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:285
-#, c-format
-msgid "%s/%s space left on %s (%s)"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:285
-#, c-format
-msgid "%s/%s space left on %s"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:288 ../panel-plugin/fsguard.c:289
-#, c-format
-msgid "%.0f MB"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:291
-#, c-format
-msgid "could not check mountpoint %s, please check your config"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:311
-#, c-format
-msgid "Only %s space left on %s (%s)!"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:314
-#, c-format
-msgid "Only %s space left on %s!"
-msgstr ""
-
-#. }}}
-#. vim600: set foldmethod=marker: foldmarker={{{,}}}
-#: ../panel-plugin/fsguard.c:572 ../panel-plugin/fsguard.desktop.in.in.h:1
-msgid "Free Space Checker"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:583
-msgid "Configuration"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:590
-msgid "Mount point"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:596
-msgid "Warning limit (%)"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:601
-msgid "Urgent limit (%)"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:621
-msgid "User Interface"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:628
-msgid "Name"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:636
-msgid "Display size"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:640
-msgid "Display meter"
-msgstr ""
-
-#: ../panel-plugin/fsguard.c:644
-msgid "Display button"
-msgstr ""
-
-#: ../panel-plugin/fsguard.desktop.in.in.h:2
-msgid "Monitor free disk space"
-msgstr ""
More information about the Xfce4-commits
mailing list