[Xfce4-commits] <thunar-media-tags-plugin:master> Update build files and bump version to 0.2.0.
Nick Schermer
noreply at xfce.org
Wed Nov 30 20:34:03 CET 2011
Updating branch refs/heads/master
to ec5504071b2d739ecdeede74ba332fca31cc7113 (commit)
from 655a7bee112a66acdd0d6667be4c2991024eb24b (commit)
commit ec5504071b2d739ecdeede74ba332fca31cc7113
Author: Nick Schermer <nick at xfce.org>
Date: Wed Nov 30 20:27:36 2011 +0100
Update build files and bump version to 0.2.0.
ChangeLog | 203 -----------------------------
Makefile.am | 23 ++--
autogen.sh | 19 +---
configure.in.in | 73 ++---------
po/ChangeLog | 268 ---------------------------------------
po/LINGUAS | 2 -
po/thunar-media-tags-plugin.pot | 228 ---------------------------------
7 files changed, 25 insertions(+), 791 deletions(-)
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 14b6a34..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,203 +0,0 @@
-2007-11-13 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-plugin/tag-renamer.{c,h}, TODO: Apply custom format patch
- written by Nick. Keep up the good work! Also changed the label
- alignment so that the text appears on the right side next to the
- input entries.
-
-2007-01-22 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-plugin/audio-tags-page.c: Reduce year spin button
- acceleration to 0.0 instead of 1.0. Fixes bug #2777.
-
-2007-01-20 Jannis Pohlmann <jannis at xfce.org>
-
- * configure.in.in: Post-release version bump.
-
-2007-01-20 Jannis Pohlmann <jannis at xfce.org>
-
- * 0.1.2 released!
- * configure.in.in: Bump version.
- * po/*.po: Update version.
-
-2006-09-11 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-plugin/audio-tags-page.c: Use GTK_STOCK_PROPERTIES
- instead of GTK_STOCK_INFO, which is only available with
- GTK >= 2.8.
- * po/thunar-media-tags-plugin.pot, po/*.po: Merge strings.
-
-2006-07-27 Jannis Pohlmann <jannis at xfce.org>
-
- * Released 0.1.1
- * configure.in.in: Bump version.
- * po/*.po: Update project version.
-
-2006-07-15 Benedikt Meurer <benny at xfce.org>
-
- * thunar-plugin/media-tags-provider.c
- (media_tags_get_audio_file_supported): Handle URIs other than
- file:-URIs properly.
-
-2006-06-17 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-plugin/*.{c,h}: Fix license headers.
-
-2006-04-09 Jannis Pohlmann <jannis at xfce.org>
-
- * autogen.sh, configure.in.in, po/LINGUAS: Added @LINGUAS@
- substitution so we only have to edit po/LINGUAS when new
- translations are added.
-
-2006-04-08 Jannis Pohlmann <jannis at xfce.org>
-
- * configure.in.in: Added zh_TW (traditional Chinese) to the
- list of translations.
-
-2006-04-08 Jannis Pohlmann <jannis at xfce.org>
-
- * configure.in.in: Added pl to the list of translations.
-
-2006-03-25 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-plugin/tag-renamer.{c,h}: Rename everyhing that has to do
- with "scheme" to "format", including types, strings and properties.
-
-2006-03-25 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-plugin/tag-renamer.c: Remove "artist" and "title"
- properties. Remove "default artist" entry as tags can be easily
- edited now using the renamer context menu. Anyway, missing artist
- and title tags are still replaced with "Unknown Artist" and
- "Unknown Title". Make check button labels shorter.
-
-2006-03-25 Jannis Pohlmann <jannis at xfce.org>
-
- * configure.in.in: Japanese translation added.
-
-2006-03-25 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-plugin/audio-tags-page.c: Implement "info" action, which
- displays a dialog with more detailed audio information (bitrate,
- samplerate, length etc.).
-
-2006-03-24 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-plugin/audio-tags-page.c: Add GTK_STOCK_INFO button on
- pages with save button. Remove dialog separator in order to be
- consistent with other Xfce dialogs.
-
-2006-03-24 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-plugin/media-tags-provider.{c,h}: Add
- media_tags_get_audio_file_supported() method for checking if a file
- is supported by the audio part of the media-tags plugin. Alter
- media_tags_provider_get_pages() to use the new method.
- * thunar-plugin/audio-tags-page.{c,h}: Add
- audio_tags_page_dialog_new() for creating a page embedded in a
- dialog. This makes it possible to edit tags from the bulk renamer.
- * thunar-plugin/tag-renamer.c: Implement thunarx_renamer_get_actions()
- in tag_renamer_get_actions() in order to return an "Edit Tags"
- entry for audio files in the bulk renamer.
-
-2006-03-24 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-plugin/audio-tags-page.{c,h}: Add "show-save-button"
- property and "save" action to AudioTagsPage.
- Add convenience method audio_tags_page_new_with_save_button().
-
-2006-03-24 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-plugin/audio-tags-page.c: Strip leading and trailing
- whitespaces from all tags before displaying them. Compare old
- to new values before saving. Make page insensitive when saving
- until the ::changed signal is emitted again.
-
-2006-03-24 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-plugin/audio-tags-page.c: Fix timeout id problem.
-
-2006-03-24 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-plugin/audio-tags-page.c: Reset timeout and unregister it
- in _finalize(). Fix C++ variable declarations.
-
-2006-03-24 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-plugin/audio-tags-page.c: Rearrange tag editor layout in
- order to fit into the property dialog size.
-
-2006-03-24 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-plugin/audio-tags-page.{c,h}: Implement tag editor
- completely.
-
-2006-03-24 Jannis Pohlmann <jannis at xfce.org>
-
- * configure.in.in: Rename the plugin, use more recent version of
- Thunarx.
- * thunar-plugin/tag-renamer.{c,h}: Rename the enum register
- function.
- * thunar-plugin/*.{c,h}: Renamed classes. Added UI to the audio tags
- page.
-
-2006-03-23 Jannis Pohlmann <jannis at xfce.org>
-
- * configure.in.in: Depend on more recent version (0.2.3svn-r20522) of
- Thunarx.
- * thunar-plugin/tag-renamer-property-page.{c,h}: Implement
- TagRenamerPropertyPage. Add "file" property and some widgets.
- * thunar-plugin/tag-renamer-provider.c: Implement _get_pages() method
- of ThunarxPropertiesPageProvider.
-
-2006-03-23 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-plugin/Makefile.am,
- thunar-plugin/tag-renamer-property-page.h,
- thunar-plugin/tag-renamer-property-page.c,
- thunar-plugin/tag-renamer-plugin.c,
- thunar-plugin/tag-renamer-provider.c: Added a property page class
- for editing tags in the file properties dialog. Implemented
- ThunarxPropertyPageProvider in the plugin.
-
-2006-03-23 Jannis Pohlmann <jannis at xfce.org>
-
- * configure.in.in: Hungarian translations added.
-
-2006-03-23 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-plugin/*.{c,h,am}: Renamed all classes, methods and
- macros so that they don't use a Thunar, THUNAR or thunar prefix
- anymore.
- * thunar-plugin/tag-renamer.c: Applied Bennys patch, which fixes some
- memory leaks and adds whitespace removal for tags.
-
-2006-03-23 Jannis Pohlmann <jannis at xfce.org>
-
- * Moved thunar-tag-renamer-plugin/ to thunar-plugin/
-
-2006-03-23 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-tag-renamer-plugin/thunar-sbr-tag-renamer.{c,h}: Added
- another naming scheme. Added "artist" and "title" properties to
- the renamer class. Use a GtkTable for the layout. Added an entry
- for entering a default artist (which replaces missing artist tags).
- Replace "/" with "_", bug reported by Jens.
-
-2006-03-23 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-tag-renamer-plugin/thunar-sbr-tag-renamer.{c,h}: Add
- more naming schemes. Implement lowercase and space replacing
- options.
- * po/*.*: Update pot-file and German translations.
-
-2006-03-23 Jannis Pohlmann <jannis at xfce.org>
-
- * configure.in.in, Makefile.am: Added intltool support.
- * po/de.po, po/POTFILES, po/thunar-tag-renamer-plugin.pot: Updated
- translation files as well as the German translations.
- * thunar-tag-renamer-plugin/thunar-sbr-tag-renamer.c: Fix strings.
-
-2006-03-23 Jannis Pohlmann <jannis at xfce.org>
-
- * Initial import
diff --git a/Makefile.am b/Makefile.am
index 8ca46a0..689f38a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,23 +4,19 @@ SUBDIRS = \
po \
thunar-plugin
-AUTOMAKE_OPTIONS = \
- 1.8 \
- dist-bzip2
-
distclean-local:
rm -rf *.spec *.cache *~
-rpm: dist
- rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
- @rm -f $(PACKAGE)-$(VERSION).tar.gz
+.PHONY: ChangeLog
+
+ChangeLog: Makefile
+ (GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp \
+ && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \
+ || (touch ChangeLog; echo 'Git directory not found: installing possibly empty changelog.' >&2)
+
+dist-hook: ChangeLog
EXTRA_DIST = \
- README \
- AUTHORS \
- COPYING \
- NEWS \
- ChangeLog \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
@@ -28,7 +24,6 @@ EXTRA_DIST = \
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
- intltool-update \
- po/POTFILES
+ intltool-update
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/autogen.sh b/autogen.sh
index 9bbd678..c3d1449 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -18,22 +18,5 @@ 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
-}
-
-# 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.in.in" > "configure.in"
-
+XDT_AUTOGEN_REQUIRED_VERSION="4.7.3" \
exec xdt-autogen $@
-
-# vi:set ts=2 sw=2 et ai:
diff --git a/configure.in.in b/configure.in.in
index c345c5c..a781cda 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -8,16 +8,17 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([tap_version_major], [0])
-m4_define([tap_version_minor], [1])
-m4_define([tap_version_micro], [3])
-m4_define([tap_version_build], [r at REVISION@])
-m4_define([tap_version_tag], [svn])
-m4_define([tap_version], [tap_version_major().tap_version_minor().tap_version_micro()ifelse(tap_version_tag(), [], [], [tap_version_tag()-tap_version_build()])])
+m4_define([tap_version_minor], [2])
+m4_define([tap_version_micro], [0])
+m4_define([tap_version_nano], []) dnl leave this empty to have no nano version
+m4_define([tap_version_build], [@REVISION@])
+m4_define([tap_version_tag], [])
+m4_define([tap_version], [tap_version_major().tap_version_minor().tap_version_micro()ifelse(tap_version_nano(), [], [], [.tap_version_nano()])ifelse(tap_version_tag(), [git], [tap_version_tag()-tap_version_build()], [tap_version_tag()])])
dnl *******************************************
-dnl *** Debugging support for SVN snapshots ***
+dnl *** Debugging support for GIT snapshots ***
dnl *******************************************
-m4_define([tap_debug_default], [ifelse(tap_version_tag(), [], [minimum], [yes])])
+m4_define([tap_debug_default], [ifelse(tap_version_tag(), [git], [yes], [minimum])])
dnl ***************************
dnl *** Initialize autoconf ***
@@ -26,14 +27,15 @@ AC_COPYRIGHT([Copyright (c) 2006-2007 Jannis Pohlmann <jannis at xfce.org>.])
AC_INIT([thunar-media-tags-plugin], [tap_version], [thunar-dev at xfce.org])
AC_PREREQ([2.50])
AC_CANONICAL_TARGET()
-AC_REVISION([$Id$])
+AC_REVISION([tap_version_build])
dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
-AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
AM_CONFIG_HEADER([config.h])
+AM_INIT_AUTOMAKE([1.8 no-dist-gzip dist-bzip2 tar-ustar])
AM_MAINTAINER_MODE()
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl *******************************
dnl *** Check for UNIX variants ***
@@ -53,8 +55,8 @@ AC_PROG_INTLTOOL()
dnl **************************
dnl *** Initialize libtool ***
dnl **************************
-AC_DISABLE_STATIC()
-AC_PROG_LIBTOOL()
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
dnl ******************************
dnl *** Check for i18n support ***
@@ -88,57 +90,12 @@ AC_SUBST([TAGLIBC_LIBS])
dnl ***********************************
dnl *** Check for debugging support ***
dnl ***********************************
-AC_ARG_ENABLE([debug],
-AC_HELP_STRING([--enable-debug=@<:@no/minimum/yes/full@:>@], [Turn on debugging @<:@default=tap_debug_default@:>@]),
- [], [enable_debug=tap_debug_default])
-AC_MSG_CHECKING([whether to enable debugging support])
-if test x"$enable_debug" = x"full" -o x"$enable_debug" = x"yes"; then
- dnl Check whether the compiler accepts the -fno-strict-aliasing
- dnl switch, as certain packages - like Glib - still don't work
- dnl properly with newer compilers.
- save_CFLAGS="$CFLAGS"
- CFLAGS="$CFLAGS -fno-strict-aliasing"
- AC_MSG_CHECKING([whether $CC accepts -fno-strict-aliasing])
- AC_COMPILE_IFELSE(AC_LANG_SOURCE([int x;]), [
- AC_MSG_RESULT([yes])
- PLATFORM_CFLAGS="$PLATFORM_CFLAGS -fno-strict-aliasing"
- ], [
- AC_MSG_RESULT([no])
- ])
- CFLAGS="$save_CFLAGS"
-
- dnl Make sure we detect possible errors
- PLATFORM_CFLAGS="$PLATFORM_CFLAGS -Werror -Wall"
-
- dnl Paranoia for --enable-debug=full
- if test x"$enable_debug" = x"full"; then
- PLATFORM_CFLAGS="$PLATFORM_CFLAGS -O0 -g3"
- PLATFORM_CPPFLAGS="$PLATFORM_CPPFLAGS -DG_DISABLE_DEPRECATED -DG_ENABLE_DEBUG"
- fi
-else
- dnl Disable object cast checks
- PLATFORM_CPPFLAGS="$PLATFORM_CPPFLAGS -DG_DISABLE_CAST_CHECKS"
-
- dnl Disable all checks for --enable-debug=no
- if test x"$enable_debug" = x"no"; then
- PLATFORM_CPPFLAGS="$PLATFORM_CPPFLAGS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS"
- fi
-fi
-AC_MSG_RESULT([$enable_debug])
+XDT_FEATURE_DEBUG([tap_debug_default])
dnl **************************************
dnl *** Check for linker optimizations ***
dnl **************************************
-AC_MSG_CHECKING([whether $LD accepts -O1])
-case `$LD -O1 -v 2>&1 </dev/null` in
-*GNU* | *'with BFD'*)
- PLATFORM_LDFLAGS="$PLATFORM_LDFLAGS -Wl,-O1"
- AC_MSG_RESULT([yes])
- ;;
-*)
- AC_MSG_RESULT([no])
- ;;
-esac
+XDT_FEATURE_LINKER_OPTS()
dnl *********************************
dnl *** Substitute platform flags ***
diff --git a/po/ChangeLog b/po/ChangeLog
deleted file mode 100644
index 115e71a..0000000
--- a/po/ChangeLog
+++ /dev/null
@@ -1,268 +0,0 @@
-2009-08-08 Mike Massonnet <mmassonnet at xfce.org>
-
- * ast.po: Asturian translation added (Marcos Alvarez Costales)
- * gl.po: Galician translation update (Leandro Regueiro)
-
-2009-07-23 Gabor Kelemen <kelemeng at gnome.hu>
-
- * hu.po: Translation reworked.
-
-2009-06-28 Mike Massonnet <mmassonnet at xfce.org>
-
- * el.po: Greek translation update (Evaggelos Balaskas)
-
-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-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-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-20 Maximilian Schleiss <maximilian at xfce.org>
-
- * ca.po: Catalan translation udpate (Carles Muñoz Gorriz)
- * gl.po: Galician translation update (Leandro Regueiro)
-
-2009-02-20 Eren Türkay <erenturkay at xfce.org>
-
- * tr.po: Add Turkish translation by Samed Beyribey
-
-2008-12-25 Maximilian Schleiss <maximilian at xfce.org>
-
- * ja.po: Japanese translation update (Masato Hashimoto)
-
-2008-12-20 Alexander Toresson <eulex at xfce.org>
-
- * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
-
-2008-12-13 Maximilian Schleiss <maximilian at xfce.org>
-
- * ja.po: Japanese translation update (Masato Hashimoto)
- * zh_CN.po: Simplified Chinese translation added (Hunt Xu)
-
-2008-11-09 Maximilian Schleiss <maximilian at xfce.org>
-
- * es.po; LINGUAS: Spanish translation added (Abel Martín)
- * sq.po: Albanian translation update (Besnik Bleta)
-
-2008-10-14 Lars Nielsen <lars at mit-web.dk>
-
- * da.po,LINGUAS: Danish translation updated
-
-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: Galician translation update (Leandro Regueiro)
-
-2008-06-24 Jari Rahkonen <jari.rahkonen at pp1.inet.fi>
-
- * fi.po, LINGUAS: Add Finnish translation (heavily modified)
- from Launchpad
-
-2008-06-22 Mike Massonnet <mmassonnet at xfce.org>
-
- * id.po, LINGUAS: Add Indonesian translation (Andhika Padmawan)
-
-2008-03-30 Mike Massonnet <mmassonnet at xfce.org>
-
- * ca.po: Update Catalan translation,
- by Carles Muñoz Gorriz <carlesmu at ya.com>
-
-2007-12-03 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-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 missing languages.
-
-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: European Portuguese update
- by Nuno Miguel <nunis at netcabo.pt>
-
-2007-07-08 Maximilian Schleiss <maximilian at xfce.org>
-
- * nb_NO.po: Norwegian Bokmal translation added
- by Terje Uriansrud <ter at operamail.com>
-
-2007-06-20 Maximilian Schleiss <maximilian at xfce.org>
-
- * pt_PT: European Portuguese translation added
- by Nuno Miguel <nunis at netcabo.pt>
-
-2007-06-13 Maximilian Schleiss <maximilian at xfce.org>
-
- * it.po: Updated the translation
- by Roberto Pariset <robdebian at gmail.com>
- * *.po: Fixed headers
-
-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>
-
- * sq.po: Modified the headers for the Albanian translation
- by Besnik Bleta <besnik at programeshqip.org>
-
-2007-02-02 Maximilian Schleiss <maximilian at xfce.org>
-
- * fr.po: Added the Albanian translation by
- Besnik Bleta <besnik at programeshqip.org>
-
-2007-02-02 Maximilian Schleiss <maximilian at xfce.org>
-
- * fr.po: Fixed some typos and Changed the letter case in some strings
-
-2007-01-05 Amanpreet Singh Alam <aalam at users.sf.net>
-
- * pa.po: Punjabi Translation added
- * LINGUAS: pa is added
-
-2006-12-15 Pau Rul-lan Ferragut <paurullan at bulma.net>
-
- * ca.po: Updated Catalan translation
- by Carles Muñoz Gorriz <carlesmu at ya.com>
-
-2006-12-11 Maximilian Schleiss <maximilian at xfce.org>
-
- * ca.po: Updated the Catalan translation by
- Carles Muñoz Gorriz <carlesmu at internautas.org>
-
-2006-09-17 Jean-François Wauthy <pollux at xfce.org>
-
- * cs.po: Update Czech translations
-
-2006-09-03 Jean-François Wauthy <pollux at xfce.org>
-
- * pl.po: Updated Polish 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-20 Jean-François Wauthy <pollux at xfce.org>
-
- * fr.po: Updated French translations by Maximilian Schleiss
- <maximilian at xfce.org>
-
-2006-04-23 Daichi Kawahata <daichi at xfce.org>
-
- * LINGUAS, 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-09 Daichi Kawahata <daichi at xfce.org>
-
- * ru.po: Added Russian translations by Andrey Fedoseev
- <andrey.fedoseev at gmail.com>.
-
-2006-04-09 Jannis Pohlmann <jannis at xfce.org>
-
- * zh_TW.po: Traditional Chinese translations by Hydonsingore
- Cia <hydonsingore at mail.educities.edu.tw> added.
-
-2006-04-08 Jannis Pohlmann <jannis at xfce.org>
-
- * el.po: Updated Greek translations.
-
-2006-04-08 Daichi Kawahata <daichi at xfce.org>
-
- * pl.po: Added Polish translations by Piotr Malinski
- <admin at rk.edu.pl>.
-
-2006-04-02 Daichi Kawahata <daichi at xfce.org>
-
- * fr.po: Added French translations by Stephane Roy
- <sroy at j2n.net>.
-
-2006-03-26 Daichi Kawahata <daichi at xfce.org>
-
- * ja.po: Updated Japanese translations.
- * de.po, el.po, hu.po, ja.po: Updated. Discarded obsolete
- translations.
-
-2006-03-25 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-media-tags-plugin.pot: New strings merged.
- * de.po: German translations updated.
-
-2006-03-25 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-media-tags-plugin.pot: New strings merged.
- * de.po: German translations updated.
-
-2006-03-25 Jannis Pohlmann <jannis at xfce.org>
-
- * ja.po: Japanese translations by Daichi Kawahata added.
-
-2006-03-25 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-media-tags-plugin.pot: Merge new strings.
- * de.po: Updated German translations.
-
-2006-03-23 Jannis Pohlmann <jannis at xfce.org>
-
- * el.po: Greek translations by Stavros Giannouris added.
-
-2006-03-23 Jannis Pohlmann <jannis at xfce.org>
-
- * hu.po: Hungarian translation by SZERVÑC Attila added.
-
-2006-03-23 Jannis Pohlmann <jannis at xfce.org>
-
- * POTFILES.in, de.po, thunar-tag-renamer-plugin.pot: Updated
- translation files.
-
-2006-03-23 Jannis Pohlmann <jannis at xfce.org>
-
- * thunar-tag-renamer-plugin.pot: POT-file updated.
- * de.po: German translations updated.
diff --git a/po/LINGUAS b/po/LINGUAS
deleted file mode 100644
index 8e48a09..0000000
--- a/po/LINGUAS
+++ /dev/null
@@ -1,2 +0,0 @@
-# List of translations for thunar-media-tags-plugin
-ar ast ca cs da de el en_GB es eu fi fr gl hu id it ja lv nb nl pa pl pt_BR pt ru sq sv tr uk ur ur_PK zh_CN zh_TW
diff --git a/po/thunar-media-tags-plugin.pot b/po/thunar-media-tags-plugin.pot
deleted file mode 100644
index 913df16..0000000
--- a/po/thunar-media-tags-plugin.pot
+++ /dev/null
@@ -1,228 +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: 2006-09-11 11:38+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"
-
-#: ../thunar-plugin/tag-renamer.c:59
-msgid "Title"
-msgstr ""
-
-#: ../thunar-plugin/tag-renamer.c:60
-msgid "Artist - Title"
-msgstr ""
-
-#: ../thunar-plugin/tag-renamer.c:61
-msgid "Track - Title"
-msgstr ""
-
-#: ../thunar-plugin/tag-renamer.c:62
-msgid "Track - Artist - Title"
-msgstr ""
-
-#: ../thunar-plugin/tag-renamer.c:63
-msgid "Track. Title"
-msgstr ""
-
-#: ../thunar-plugin/tag-renamer.c:64
-msgid "Track. Artist - Title"
-msgstr ""
-
-#: ../thunar-plugin/tag-renamer.c:65
-msgid "Artist - Track - Title"
-msgstr ""
-
-#. Format label
-#: ../thunar-plugin/tag-renamer.c:223
-msgid "_Format:"
-msgstr ""
-
-#: ../thunar-plugin/tag-renamer.c:246
-msgid "_Underscores"
-msgstr ""
-
-#: ../thunar-plugin/tag-renamer.c:248
-msgid ""
-"Activating this option will replace all spaces in the target filename with "
-"underscores."
-msgstr ""
-
-#: ../thunar-plugin/tag-renamer.c:253
-msgid "_Lowercase"
-msgstr ""
-
-#: ../thunar-plugin/tag-renamer.c:255
-msgid ""
-"If you activate this, the resulting filename will only contain lowercase "
-"letters."
-msgstr ""
-
-#: ../thunar-plugin/tag-renamer.c:264 ../thunar-plugin/tag-renamer.c:702
-#: ../thunar-plugin/audio-tags-page.c:183
-msgid "Unknown Artist"
-msgstr ""
-
-#: ../thunar-plugin/tag-renamer.c:265 ../thunar-plugin/tag-renamer.c:750
-#: ../thunar-plugin/audio-tags-page.c:209
-msgid "Unknown Title"
-msgstr ""
-
-#. Edit tags action
-#: ../thunar-plugin/tag-renamer.c:523
-msgid "Edit _Tags"
-msgstr ""
-
-#: ../thunar-plugin/tag-renamer.c:523
-msgid "Edit ID3/OGG tags of this file."
-msgstr ""
-
-#: ../thunar-plugin/tag-renamer.c:545
-msgid "Audio Tags"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:196
-msgid "Unknown Album"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:305
-msgid "<b>Track:</b>"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:320
-msgid "Enter the track number here."
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:328
-msgid "<b>Year:</b>"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:343
-msgid "Enter the release year here."
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:351
-msgid "<b>Artist:</b>"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:358
-msgid "Enter the name of the artist or author of this file here."
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:366
-msgid "<b>Title:</b>"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:373
-msgid "Enter the song title here."
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:380
-msgid "<b>Album:</b>"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:387
-msgid "Enter the album/record title here."
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:394
-msgid "<b>Comment:</b>"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:401
-msgid "Enter your comments here."
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:408
-msgid "<b>Genre:</b>"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:415
-msgid "Select or enter the genre of this song here."
-msgstr ""
-
-#. Create and add the save action
-#: ../thunar-plugin/audio-tags-page.c:454
-msgid "_Save"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:454
-msgid "Save audio tags."
-msgstr ""
-
-#. Create and add the info action
-#: ../thunar-plugin/audio-tags-page.c:461
-msgid "_Information"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:461
-msgid "Display more detailed information about this audio file."
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:528
-msgid "Audio"
-msgstr ""
-
-#. Set up the dialog
-#: ../thunar-plugin/audio-tags-page.c:564
-msgid "Edit Tags"
-msgstr ""
-
-#. Create dialog
-#: ../thunar-plugin/audio-tags-page.c:992
-msgid "Audio Information"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:1003
-#, c-format
-msgid "%d:%d Minutes"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:1004
-#, c-format
-msgid "%d KBit/s"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:1005
-#, c-format
-msgid "%d Hz"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:1025
-msgid "<b>Filename:</b>"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:1038
-msgid "<b>Filesize:</b>"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:1051
-msgid "<b>MIME Type:</b>"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:1064
-msgid "<b>Bitrate:</b>"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:1077
-msgid "<b>Samplerate:</b>"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:1090
-msgid "<b>Channels:</b>"
-msgstr ""
-
-#: ../thunar-plugin/audio-tags-page.c:1103
-msgid "<b>Length:</b>"
-msgstr ""
More information about the Xfce4-commits
mailing list