summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2010-12-05 16:33:00 +0100
committerJannis Pohlmann <jannis@xfce.org>2010-12-05 16:33:00 +0100
commite987afd65ccc6d4f58521573af4cab178ce2733a (patch)
tree16a561e9e338720a668f70fde813ba0c81977eb6
parente81d79ae44cdb877c010d348061e0e74f6d1b383 (diff)
downloadtumbler-e987afd65ccc6d4f58521573af4cab178ce2733a.tar.gz
Release 0.1.5!tumbler-0.1.5
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
-rw-r--r--docs/reference/tumbler/tumbler-sections.txt262
-rw-r--r--po/ast.po18
-rw-r--r--po/bn.po18
-rw-r--r--po/ca.po19
-rw-r--r--po/da.po14
-rw-r--r--po/de.po29
-rw-r--r--po/en_GB.po18
-rw-r--r--po/eu.po12
-rw-r--r--po/fi.po18
-rw-r--r--po/fr.po18
-rw-r--r--po/gl.po18
-rw-r--r--po/hu.po16
-rw-r--r--po/id.po18
-rw-r--r--po/it.po43
-rw-r--r--po/ja.po20
-rw-r--r--po/kk.po14
-rw-r--r--po/lv.po18
-rw-r--r--po/pa.po16
-rw-r--r--po/pt.po14
-rw-r--r--po/pt_BR.po18
-rw-r--r--po/ru.po18
-rw-r--r--po/si.po16
-rw-r--r--po/sv.po16
-rw-r--r--po/tr.po18
-rw-r--r--po/ug.po20
-rw-r--r--po/uk.po18
-rw-r--r--po/zh_CN.po5
-rw-r--r--po/zh_TW.po18
30 files changed, 471 insertions, 288 deletions
diff --git a/NEWS b/NEWS
index be381a9..522a560 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,12 @@
-0.1.x
+0.1.5
=====
- Fix a segmentation fault when one of the thumbnailer directories is
deleted (bug #6134).
+- Fix sched_getparam/sched_setscheduler code on OpenBSD (bug #6061).
+- Fix init/shutdown debug message in the JPEG thumbnailer plugin.
+- Translation updates: Hungarian, Portuguese (Brazilian), German,
+ Chinese (China), Catalan (Valencian), Italian, Basque, Kazakh,
+ Portuguese, Danish.
0.1.4
=====
diff --git a/configure.ac b/configure.ac
index e7e548d..45ec523 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ m4_define([tumbler_verinfo], [0:0:0])
m4_define([tumbler_version_api_major], [1])
m4_define([tumbler_version_major], [0])
m4_define([tumbler_version_minor], [1])
-m4_define([tumbler_version_micro], [4])
+m4_define([tumbler_version_micro], [5])
m4_define([tumbler_version], [tumbler_version_major().tumbler_version_minor().tumbler_version_micro()])
dnl ********************************************
diff --git a/docs/reference/tumbler/tumbler-sections.txt b/docs/reference/tumbler/tumbler-sections.txt
index f7e351b..c91df3e 100644
--- a/docs/reference/tumbler/tumbler-sections.txt
+++ b/docs/reference/tumbler/tumbler-sections.txt
@@ -1,50 +1,18 @@
<SECTION>
-<FILE>tumbler-provider-plugin</FILE>
-TumblerProviderPluginClass
-TumblerProviderPlugin
-tumbler_provider_plugin_new
-tumbler_provider_plugin_get_types
-<SUBSECTION Standard>
-TUMBLER_PROVIDER_PLUGIN
-TUMBLER_IS_PROVIDER_PLUGIN
-TUMBLER_TYPE_PROVIDER_PLUGIN
-tumbler_provider_plugin_get_type
-TUMBLER_PROVIDER_PLUGIN_CLASS
-TUMBLER_IS_PROVIDER_PLUGIN_CLASS
-TUMBLER_PROVIDER_PLUGIN_GET_CLASS
-</SECTION>
-
-<SECTION>
-<FILE>tumbler-thumbnailer-provider</FILE>
-<TITLE>TumblerThumbnailerProvider</TITLE>
-TumblerThumbnailerProvider
-TumblerThumbnailerProviderIface
-tumbler_thumbnailer_provider_get_thumbnailers
-<SUBSECTION Standard>
-TUMBLER_THUMBNAILER_PROVIDER
-TUMBLER_IS_THUMBNAILER_PROVIDER
-TUMBLER_TYPE_THUMBNAILER_PROVIDER
-tumbler_thumbnailer_provider_get_type
-TUMBLER_THUMBNAILER_PROVIDER_GET_IFACE
-</SECTION>
-
-<SECTION>
-<FILE>tumbler-thumbnail</FILE>
-<TITLE>TumblerThumbnail</TITLE>
-TumblerImageData
-TumblerThumbnail
-TumblerThumbnailIface
-tumbler_thumbnail_load
-tumbler_thumbnail_needs_update
-tumbler_thumbnail_save_image_data
-tumbler_thumbnail_save_file
-tumbler_thumbnail_get_flavor
+<FILE>tumbler-cache-plugin</FILE>
+TumblerCachePluginPrivate
+TumblerCachePluginClass
+TumblerCachePlugin
+tumbler_cache_plugin_get_default
+tumbler_cache_plugin_get_cache
<SUBSECTION Standard>
-TUMBLER_THUMBNAIL
-TUMBLER_IS_THUMBNAIL
-TUMBLER_TYPE_THUMBNAIL
-tumbler_thumbnail_get_type
-TUMBLER_THUMBNAIL_GET_IFACE
+TUMBLER_CACHE_PLUGIN
+TUMBLER_IS_CACHE_PLUGIN
+TUMBLER_TYPE_CACHE_PLUGIN
+tumbler_cache_plugin_get_type
+TUMBLER_CACHE_PLUGIN_CLASS
+TUMBLER_IS_CACHE_PLUGIN_CLASS
+TUMBLER_CACHE_PLUGIN_GET_CLASS
</SECTION>
<SECTION>
@@ -64,23 +32,49 @@ TUMBLER_PROVIDER_FACTORY_GET_CLASS
</SECTION>
<SECTION>
-<FILE>tumbler-thumbnailer</FILE>
-<TITLE>TumblerThumbnailer</TITLE>
-TumblerThumbnailer
-TumblerThumbnailerIface
-tumbler_thumbnailer_create
-tumbler_thumbnailer_get_hash_keys
-tumbler_thumbnailer_get_mime_types
-tumbler_thumbnailer_get_uri_schemes
-tumbler_thumbnailer_supports_hash_key
-tumbler_thumbnailer_array_copy
-tumbler_thumbnailer_array_free
+<FILE>tumbler-file-info</FILE>
+TumblerFileInfoClass
+TumblerFileInfo
+tumbler_file_info_new
+tumbler_file_info_load
+tumbler_file_info_get_uri
+tumbler_file_info_get_mime_type
+tumbler_file_info_get_mtime
+tumbler_file_info_needs_update
+tumbler_file_info_get_thumbnail
+tumbler_file_info_array_new_with_flavor
+tumbler_file_info_array_copy
+tumbler_file_info_array_free
<SUBSECTION Standard>
-TUMBLER_THUMBNAILER
-TUMBLER_IS_THUMBNAILER
-TUMBLER_TYPE_THUMBNAILER
-tumbler_thumbnailer_get_type
-TUMBLER_THUMBNAILER_GET_IFACE
+TUMBLER_FILE_INFO
+TUMBLER_IS_FILE_INFO
+TUMBLER_TYPE_FILE_INFO
+tumbler_file_info_get_type
+TUMBLER_FILE_INFO_CLASS
+TUMBLER_IS_FILE_INFO_CLASS
+TUMBLER_FILE_INFO_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>tumbler-cache</FILE>
+<TITLE>TumblerCache</TITLE>
+TumblerCache
+TumblerCacheIface
+tumbler_cache_get_default
+tumbler_cache_get_thumbnail
+tumbler_cache_cleanup
+tumbler_cache_delete
+tumbler_cache_copy
+tumbler_cache_move
+tumbler_cache_is_thumbnail
+tumbler_cache_get_flavors
+tumbler_cache_get_flavor
+<SUBSECTION Standard>
+TUMBLER_CACHE
+TUMBLER_IS_CACHE
+TUMBLER_TYPE_CACHE
+tumbler_cache_get_type
+TUMBLER_CACHE_GET_IFACE
</SECTION>
<SECTION>
@@ -120,71 +114,87 @@ TUMBLER_THUMBNAIL_FLAVOR_GET_CLASS
</SECTION>
<SECTION>
-<FILE>tumbler-cache</FILE>
-<TITLE>TumblerCache</TITLE>
-TumblerCache
-TumblerCacheIface
-tumbler_cache_get_default
-tumbler_cache_get_thumbnail
-tumbler_cache_cleanup
-tumbler_cache_delete
-tumbler_cache_copy
-tumbler_cache_move
-tumbler_cache_is_thumbnail
-tumbler_cache_get_flavors
-tumbler_cache_get_flavor
+<FILE>tumbler-thumbnail</FILE>
+<TITLE>TumblerThumbnail</TITLE>
+TumblerImageData
+TumblerThumbnail
+TumblerThumbnailIface
+tumbler_thumbnail_load
+tumbler_thumbnail_needs_update
+tumbler_thumbnail_save_image_data
+tumbler_thumbnail_save_file
+tumbler_thumbnail_get_flavor
<SUBSECTION Standard>
-TUMBLER_CACHE
-TUMBLER_IS_CACHE
-TUMBLER_TYPE_CACHE
-tumbler_cache_get_type
-TUMBLER_CACHE_GET_IFACE
+TUMBLER_THUMBNAIL
+TUMBLER_IS_THUMBNAIL
+TUMBLER_TYPE_THUMBNAIL
+tumbler_thumbnail_get_type
+TUMBLER_THUMBNAIL_GET_IFACE
</SECTION>
<SECTION>
-<FILE>tumbler-file-info</FILE>
-TumblerFileInfoClass
-TumblerFileInfo
-tumbler_file_info_new
-tumbler_file_info_load
-tumbler_file_info_get_uri
-tumbler_file_info_get_mime_type
-tumbler_file_info_get_mtime
-tumbler_file_info_needs_update
-tumbler_file_info_get_thumbnail
-tumbler_file_info_array_new_with_flavor
-tumbler_file_info_array_copy
-tumbler_file_info_array_free
+<FILE>tumbler-thumbnailer</FILE>
+<TITLE>TumblerThumbnailer</TITLE>
+TumblerThumbnailer
+TumblerThumbnailerIface
+tumbler_thumbnailer_create
+tumbler_thumbnailer_get_hash_keys
+tumbler_thumbnailer_get_mime_types
+tumbler_thumbnailer_get_uri_schemes
+tumbler_thumbnailer_supports_hash_key
+tumbler_thumbnailer_array_copy
+tumbler_thumbnailer_array_free
<SUBSECTION Standard>
-TUMBLER_FILE_INFO
-TUMBLER_IS_FILE_INFO
-TUMBLER_TYPE_FILE_INFO
-tumbler_file_info_get_type
-TUMBLER_FILE_INFO_CLASS
-TUMBLER_IS_FILE_INFO_CLASS
-TUMBLER_FILE_INFO_GET_CLASS
+TUMBLER_THUMBNAILER
+TUMBLER_IS_THUMBNAILER
+TUMBLER_TYPE_THUMBNAILER
+tumbler_thumbnailer_get_type
+TUMBLER_THUMBNAILER_GET_IFACE
</SECTION>
<SECTION>
-<FILE>tumbler-cache-plugin</FILE>
-TumblerCachePluginPrivate
-TumblerCachePluginClass
-TumblerCachePlugin
-tumbler_cache_plugin_get_default
-tumbler_cache_plugin_get_cache
+<FILE>tumbler-provider-plugin</FILE>
+TumblerProviderPluginClass
+TumblerProviderPlugin
+tumbler_provider_plugin_new
+tumbler_provider_plugin_get_types
<SUBSECTION Standard>
-TUMBLER_CACHE_PLUGIN
-TUMBLER_IS_CACHE_PLUGIN
-TUMBLER_TYPE_CACHE_PLUGIN
-tumbler_cache_plugin_get_type
-TUMBLER_CACHE_PLUGIN_CLASS
-TUMBLER_IS_CACHE_PLUGIN_CLASS
-TUMBLER_CACHE_PLUGIN_GET_CLASS
+TUMBLER_PROVIDER_PLUGIN
+TUMBLER_IS_PROVIDER_PLUGIN
+TUMBLER_TYPE_PROVIDER_PLUGIN
+tumbler_provider_plugin_get_type
+TUMBLER_PROVIDER_PLUGIN_CLASS
+TUMBLER_IS_PROVIDER_PLUGIN_CLASS
+TUMBLER_PROVIDER_PLUGIN_GET_CLASS
</SECTION>
<SECTION>
-<FILE>tumbler-glib-extensions</FILE>
-TUMBLER_ADD_INTERFACE
+<FILE>tumbler-thumbnailer-provider</FILE>
+<TITLE>TumblerThumbnailerProvider</TITLE>
+TumblerThumbnailerProvider
+TumblerThumbnailerProviderIface
+tumbler_thumbnailer_provider_get_thumbnailers
+<SUBSECTION Standard>
+TUMBLER_THUMBNAILER_PROVIDER
+TUMBLER_IS_THUMBNAILER_PROVIDER
+TUMBLER_TYPE_THUMBNAILER_PROVIDER
+tumbler_thumbnailer_provider_get_type
+TUMBLER_THUMBNAILER_PROVIDER_GET_IFACE
+</SECTION>
+
+<SECTION>
+<FILE>tumbler-enum-types</FILE>
+TUMBLER_TYPE_THUMBNAIL_FORMAT
+TumblerThumbnailFormat
+tumbler_thumbnail_format_get_type
+TUMBLER_TYPE_COLORSPACE
+TumblerColorspace
+tumbler_colorspace_get_type
+</SECTION>
+
+<SECTION>
+<FILE>tumbler</FILE>
+TUMBLER_INSIDE_TUMBLER_H
</SECTION>
<SECTION>
@@ -195,6 +205,11 @@ TumblerErrorEnum
</SECTION>
<SECTION>
+<FILE>tumbler-util</FILE>
+tumbler_util_get_supported_uri_schemes
+</SECTION>
+
+<SECTION>
<FILE>tumbler-config</FILE>
TUMBLER_MAJOR_VERSION
TUMBLER_MINOR_VERSION
@@ -209,16 +224,6 @@ G_GNUC_WARN_UNUSED_RESULT
</SECTION>
<SECTION>
-<FILE>tumbler</FILE>
-TUMBLER_INSIDE_TUMBLER_H
-</SECTION>
-
-<SECTION>
-<FILE>tumbler-util</FILE>
-tumbler_util_get_supported_uri_schemes
-</SECTION>
-
-<SECTION>
<FILE>tumbler-marshal</FILE>
tumbler_marshal_VOID__STRING_INT_STRING
tumbler_marshal_VOID__UINT_STRING_INT_STRING
@@ -229,12 +234,7 @@ tumbler_marshal_VOID__UINT_POINTER_INT_STRING
</SECTION>
<SECTION>
-<FILE>tumbler-enum-types</FILE>
-TUMBLER_TYPE_THUMBNAIL_FORMAT
-TumblerThumbnailFormat
-tumbler_thumbnail_format_get_type
-TUMBLER_TYPE_COLORSPACE
-TumblerColorspace
-tumbler_colorspace_get_type
+<FILE>tumbler-glib-extensions</FILE>
+TUMBLER_ADD_INTERFACE
</SECTION>
diff --git a/po/ast.po b/po/ast.po
index 5e94823..f5956b5 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tumbler\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:22+0100\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2009-10-20 22:26+0100\n"
"Last-Translator: astur <malditoastur@gmail.com>\n"
"Language-Team: en_GB\n"
@@ -158,12 +158,10 @@ msgid "Version mismatch: %s"
msgstr "Conflictu de versión: %s"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Aniciar el complementu Tumbler Pixbuf Thumbnailer"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Apagar el complementu Tumbler Pixbuf Thumbnailer"
@@ -206,14 +204,24 @@ msgstr "Nun puede afitase'l mapa de carauter: %s"
msgid "Could not render glyphs: %s"
msgstr "Nun pueden renderizase glyphs: %s"
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:743
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:781
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
#, c-format
msgid "Thumbnail could not be inferred from file contents"
msgstr ""
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
+#, fuzzy
+msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
+msgstr "Aniciar el complementu Tumbler Pixbuf Thumbnailer"
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
+#, fuzzy
+msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
+msgstr "Apagar el complementu Tumbler Pixbuf Thumbnailer"
+
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
#, fuzzy
msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
diff --git a/po/bn.po b/po/bn.po
index 569b6d2..993b420 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: bn\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:22+0100\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2010-03-31 17:05+0600\n"
"Last-Translator: Sadia Afroz <sadia@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
@@ -159,12 +159,10 @@ msgid "Version mismatch: %s"
msgstr "সংস্করণে মিল পাওয়া যায়নি: %s"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Tumbler Pixbuf থাম্বনেইলার প্লাগইন আরম্ভ করা হচ্ছে"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Tumbler Pixbuf থাম্বনেইলার প্লাগইন বন্ধ করা হচ্ছে"
@@ -207,14 +205,24 @@ msgstr "অক্ষরের মানচিত্র নির্ধারণ
msgid "Could not render glyphs: %s"
msgstr "glyphs রেন্ডার করা যায়নি: %s"
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:743
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:781
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
#, c-format
msgid "Thumbnail could not be inferred from file contents"
msgstr "ফাইলের বিষয়বস্তু থেকে থাম্বনেইল অনুমান করা যায়নি"
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
+#, fuzzy
+msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
+msgstr "Tumbler Pixbuf থাম্বনেইলার প্লাগইন আরম্ভ করা হচ্ছে"
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
+#, fuzzy
+msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
+msgstr "Tumbler Pixbuf থাম্বনেইলার প্লাগইন বন্ধ করা হচ্ছে"
+
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
#, fuzzy
msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
diff --git a/po/ca.po b/po/ca.po
index b0d0a8d..624c94b 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -2,21 +2,21 @@
# Traduccions al català del paquet «tumbler».
# Copyright (C) 2009 THE tumbler'S COPYRIGHT HOLDER
# This file is distributed under the same license as the tumbler package.
-#
+#
# Carles Muñoz Gorriz <carlesmu@internautas.org>, 2009.
-#
+#
msgid ""
msgstr ""
"Project-Id-Version: Tumbler\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-22 17:01+0000\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2009-12-20 12:51+0100\n"
"Last-Translator: Harald Servat <redcrash@gmail.com>\n"
"Language-Team: Catalan <xfce-i18n@xfce.org>\n"
+"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Language: Catalan\n"
"X-Poedit-SourceCharset: utf-8\n"
@@ -63,8 +63,12 @@ msgstr "Secció mal formada «%s» en el fitxer «%s»: %s"
#: ../tumblerd/tumbler-manager.c:526
#, c-format
-msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType"
-msgstr "Secció mal formada «%s» en el fitxer «%s»: diferències entre el nom de la secció i el UriScheme/MimeType"
+msgid ""
+"Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
+"UriScheme/MimeType"
+msgstr ""
+"Secció mal formada «%s» en el fitxer «%s»: diferències entre el nom de la "
+"secció i el UriScheme/MimeType"
#: ../tumblerd/tumbler-manager.c:886 ../tumblerd/tumbler-manager.c:900
#: ../tumblerd/tumbler-manager.c:914
@@ -75,7 +79,8 @@ msgstr "Fitxer amb format erroni «%s»: %s"
#: ../tumblerd/tumbler-manager.c:940
#, c-format
msgid "Failed to determine last modified time of \"%s\""
-msgstr "No s'ha pogut determinar quan ha succeït la darrera modificació de «%s»"
+msgstr ""
+"No s'ha pogut determinar quan ha succeït la darrera modificació de «%s»"
#: ../tumblerd/tumbler-manager.c:1849
#, c-format
diff --git a/po/da.po b/po/da.po
index 1a2d6b2..a6bfcf4 100644
--- a/po/da.po
+++ b/po/da.po
@@ -2,19 +2,19 @@
# Copyright (C) 2009 Jannis Pohlmann <jannis@xfce.org>
# This file is distributed under the same license as the Tumbler package.
# Per Kongstad <p_kongstad@op.pl>, 2009.
-#
+#
msgid ""
msgstr ""
"Project-Id-Version: Tumbler 1.0.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-13 17:01+0000\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2009-12-19 22:24+0100\n"
"Last-Translator: Per Kongstad <p_kongstad@op.pl>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
+"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: da\n"
"X-Poedit-Language: Danish\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-Country: Denmark\n"
@@ -61,8 +61,12 @@ msgstr "Misdannet sektion \"%s\" i filen \"%s\": %s"
#: ../tumblerd/tumbler-manager.c:526
#, c-format
-msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType"
-msgstr "Misdannet sektion \"%s\" i filen \"%s\": Der er forskel mellem sektionsnavn og Uri-skema/MIME-type"
+msgid ""
+"Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
+"UriScheme/MimeType"
+msgstr ""
+"Misdannet sektion \"%s\" i filen \"%s\": Der er forskel mellem sektionsnavn "
+"og Uri-skema/MIME-type"
#: ../tumblerd/tumbler-manager.c:886 ../tumblerd/tumbler-manager.c:900
#: ../tumblerd/tumbler-manager.c:914
diff --git a/po/de.po b/po/de.po
index 38d1aa1..3ff208d 100644
--- a/po/de.po
+++ b/po/de.po
@@ -9,14 +9,14 @@ msgid ""
msgstr ""
"Project-Id-Version: tumbler 0.1.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-23 23:01+0000\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2010-11-24 01:36+0100\n"
"Last-Translator: Paul Seyfert <pseyfert@mathphys.fsk.uni-heidelberg.de>\n"
"Language-Team: German\n"
+"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ../tumblerd/tumbler-cache-service.c:383
@@ -41,21 +41,20 @@ msgstr "Nicht unterstützte Vorschaubildart angefordert"
#: ../tumblerd/tumbler-specialized-thumbnailer.c:461
msgid "Failed to call the specialized thumbnailer: timeout"
-msgstr "Konnte den spezialisierten Vorschaubildersteller nicht aufrufen: Timeout"
+msgstr ""
+"Konnte den spezialisierten Vorschaubildersteller nicht aufrufen: Timeout"
#: ../tumblerd/tumbler-specialized-thumbnailer.c:470
#, c-format
msgid "Failed to call the specialized thumbnailer: %s"
msgstr "Konnte den spezialisierten Vorschaubildersteller nicht aufrufen: %s"
-#: ../tumblerd/tumbler-manager.c:467
-#: ../tumblerd/tumbler-manager.c:873
+#: ../tumblerd/tumbler-manager.c:467 ../tumblerd/tumbler-manager.c:873
#, c-format
msgid "Failed to load the file \"%s\": %s"
msgstr "Konnte die Datei »%s« nicht laden: %s"
-#: ../tumblerd/tumbler-manager.c:485
-#: ../tumblerd/tumbler-manager.c:499
+#: ../tumblerd/tumbler-manager.c:485 ../tumblerd/tumbler-manager.c:499
#: ../tumblerd/tumbler-manager.c:513
#, c-format
msgid "Malformed section \"%s\" in file \"%s\": %s"
@@ -63,11 +62,14 @@ msgstr "Kaputter Abschnitt »%s« in Datei »%s«: %s"
#: ../tumblerd/tumbler-manager.c:526
#, c-format
-msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType"
-msgstr "Kaputter Abschnitt »%s« in Datei »%s«: Keine Übereinstimmung zwischen Name des Abschnitts und dem URI-Schema/MIME-Typ"
+msgid ""
+"Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
+"UriScheme/MimeType"
+msgstr ""
+"Kaputter Abschnitt »%s« in Datei »%s«: Keine Übereinstimmung zwischen Name "
+"des Abschnitts und dem URI-Schema/MIME-Typ"
-#: ../tumblerd/tumbler-manager.c:886
-#: ../tumblerd/tumbler-manager.c:900
+#: ../tumblerd/tumbler-manager.c:886 ../tumblerd/tumbler-manager.c:900
#: ../tumblerd/tumbler-manager.c:914
#, c-format
msgid "Malformed file \"%s\": %s"
@@ -101,7 +103,9 @@ msgstr "Konnte den Vorschaubilddienst nicht starten: %s"
#: ../tumblerd/main.c:140
#, c-format
msgid "Failed to load specialized thumbnailers into the registry: %s"
-msgstr "Konnte besondere Vorschaubildersteller nicht in die Registrierung eintragen: %s"
+msgstr ""
+"Konnte besondere Vorschaubildersteller nicht in die Registrierung eintragen: "
+"%s"
#: ../tumblerd/main.c:158
#, c-format
@@ -255,4 +259,3 @@ msgstr "Starte das Tumbler XDG-Cache-Plugin"
#: ../plugins/xdg-cache/xdg-cache-plugin.c:71
msgid "Shutting down the Tumbler XDG cache plugin"
msgstr "Beende das Tumbler XDG-Cache-Plugin"
-
diff --git a/po/en_GB.po b/po/en_GB.po
index 30c5521..667a170 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tumbler\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:22+0100\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2009-08-18 21:35+1000\n"
"Last-Translator: Jeff Bailes <thepizzaking@gmail.com>\n"
"Language-Team: en_GB\n"
@@ -158,12 +158,10 @@ msgid "Version mismatch: %s"
msgstr "Version mismatch: %s"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Initialising the Tumbler Pixbuf Thumbnailer plugin"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
@@ -208,14 +206,24 @@ msgstr ""
msgid "Could not render glyphs: %s"
msgstr ""
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:743
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:781
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
#, c-format
msgid "Thumbnail could not be inferred from file contents"
msgstr ""
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
+#, fuzzy
+msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
+msgstr "Initialising the Tumbler Pixbuf Thumbnailer plugin"
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
+#, fuzzy
+msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
+msgstr "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
+
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
#, fuzzy
msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
diff --git a/po/eu.po b/po/eu.po
index 9c123f6..4e1a5b4 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -5,14 +5,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-17 17:01+0000\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2010-01-29 22:59+0100\n"
"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
"Language-Team: Basque <debian-l10n-eu@debian.lists.org>\n"
+"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.0\n"
@@ -58,8 +58,12 @@ msgstr "Oker eratutako \"%s\" atala \"%s\" fitxategian: %s"
#: ../tumblerd/tumbler-manager.c:526
#, c-format
-msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType"
-msgstr "Oker eratutako \"%s\" atala \"%s\" fitxategian: Atal izen eta UriScheme/MimeType ez datoz bat."
+msgid ""
+"Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
+"UriScheme/MimeType"
+msgstr ""
+"Oker eratutako \"%s\" atala \"%s\" fitxategian: Atal izen eta UriScheme/"
+"MimeType ez datoz bat."
#: ../tumblerd/tumbler-manager.c:886 ../tumblerd/tumbler-manager.c:900
#: ../tumblerd/tumbler-manager.c:914
diff --git a/po/fi.po b/po/fi.po
index cf1fc34..780a3b8 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tumbler 0.1.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:22+0100\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2010-08-03 10:52+0300\n"
"Last-Translator: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>\n"
"Language-Team: Finnish\n"
@@ -161,12 +161,10 @@ msgid "Version mismatch: %s"
msgstr "Versioristiriita: %s"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Alustetaan Tumblerin Pixbuf-pienoiskuvittajaa"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Suljetaan Tumblerin Pixbuf-pienoiskuvittaja"
@@ -209,14 +207,24 @@ msgstr "Merkkikartan asetus epäonnistui: %s"
msgid "Could not render glyphs: %s"
msgstr "Merkkien piirto epäonnistui: %s"
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:743
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:781
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
#, c-format
msgid "Thumbnail could not be inferred from file contents"
msgstr "Pienoiskuvan selvitys tiedoston sisällöstä epäonnistui"
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
+#, fuzzy
+msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
+msgstr "Alustetaan Tumblerin Pixbuf-pienoiskuvittajaa"
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
+#, fuzzy
+msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
+msgstr "Suljetaan Tumblerin Pixbuf-pienoiskuvittaja"
+
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
msgstr "Alustetaan Tumblerin ffmpeg-videopienoiskuvittajaa"
diff --git a/po/fr.po b/po/fr.po
index 679b83f..8735e1a 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tumbler\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:22+0100\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2010-02-09 22:34+0100\n"
"Last-Translator: Douart Patrick <patrick.2@laposte.net>\n"
"Language-Team: French <i18n-xfce@xfce.org>\n"
@@ -174,12 +174,10 @@ msgid "Version mismatch: %s"
msgstr "Incompatibilité de versions: %s"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Initialisation du greffon de vignettes pixbuf"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Arrêt du greffon de vignettes pixbuf"
@@ -223,14 +221,24 @@ msgstr "Impossible de définir le caractère de la carte: %s"
msgid "Could not render glyphs: %s"
msgstr "Ne pouvait rendre glyphs: %s"
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:743
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:781
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
#, fuzzy, c-format
msgid "Thumbnail could not be inferred from file contents"
msgstr "Miniature ne peut pas être déduite du contenu du fichier"
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
+#, fuzzy
+msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
+msgstr "Initialisation du greffon de vignettes pixbuf"
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
+#, fuzzy
+msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
+msgstr "Arrêt du greffon de vignettes pixbuf"
+
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
#, fuzzy
msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
diff --git a/po/gl.po b/po/gl.po
index 299e162..094c8dd 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Transifex master\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:22+0100\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2009-12-18 13:46+0100\n"
"Last-Translator: Leandro Regueiro <leandro.regueiro@gmail.com>\n"
"Language-Team: Galician <proxecto@trasno.net>\n"
@@ -169,12 +169,10 @@ msgid "Version mismatch: %s"
msgstr "As versións non coinciden: %s"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Iniciando o engadido miniaturizador de Pixbuf de Tumbler"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Apagando o engadido miniaturizador de Pixbuf de Tumbler"
@@ -217,14 +215,24 @@ msgstr "Non se puido definir o mapa de caracteres: %s"
msgid "Could not render glyphs: %s"
msgstr "Non foi posible debuxar os glifos: %s"
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:743
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:781
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
#, c-format
msgid "Thumbnail could not be inferred from file contents"
msgstr "Non se puido obter a miniatura a partir do contido do ficheiro"
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
+#, fuzzy
+msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
+msgstr "Iniciando o engadido miniaturizador de Pixbuf de Tumbler"
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
+#, fuzzy
+msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
+msgstr "Apagando o engadido miniaturizador de Pixbuf de Tumbler"
+
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
msgstr ""
diff --git a/po/hu.po b/po/hu.po
index f7cc554..f09a560 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1,16 +1,17 @@
# Hungarian translation of tumbler
# Copyright (C) 2010. Free Software Foundation, Inc.
# This file is distributed under the same license as the tumbler package.
-#
+#
# Gabor Kelemen <kelemeng at gnome dot hu>, 2010.
msgid ""
msgstr ""
"Project-Id-Version: tumbler master\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-12-01 05:01+0000\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2010-12-01 03:08+0100\n"
"Last-Translator: Gabor Kelemen <kelemeng at gnome dot hu>\n"
"Language-Team: Hungarian <gnome at fsf dot hu>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -59,8 +60,12 @@ msgstr "Rosszul formázott szakasz („%s”) a(z) „%s” fájlban: %s"
#: ../tumblerd/tumbler-manager.c:526
#, c-format
-msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType"
-msgstr "Rosszul formázott szakasz („%s”) a(z) „%s” fájlban: eltérés a szakasznév és az UriScheme/MimeType között"
+msgid ""
+"Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
+"UriScheme/MimeType"
+msgstr ""
+"Rosszul formázott szakasz („%s”) a(z) „%s” fájlban: eltérés a szakasznév és "
+"az UriScheme/MimeType között"
#: ../tumblerd/tumbler-manager.c:886 ../tumblerd/tumbler-manager.c:900
#: ../tumblerd/tumbler-manager.c:914
@@ -96,7 +101,8 @@ msgstr "A bélyegkép-gyorsítótárazási szolgáltatás elindítása meghiúsu
#: ../tumblerd/main.c:140
#, c-format
msgid "Failed to load specialized thumbnailers into the registry: %s"
-msgstr "A specializált bélyegkép-készítők betöltése a nyilvántartásba meghiúsult: %s"
+msgstr ""
+"A specializált bélyegkép-készítők betöltése a nyilvántartásba meghiúsult: %s"
#: ../tumblerd/main.c:158
#, c-format
diff --git a/po/id.po b/po/id.po
index aa105ad..27f6769 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tumbler (Xfce)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:22+0100\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2010-06-01 14:35+0700\n"
"Last-Translator: Δrdjuna <ard_12_hr@rocketmail.com>\n"
"Language-Team: Bahasa Indonesia\n"
@@ -161,12 +161,10 @@ msgid "Version mismatch: %s"
msgstr "Versi tidak sama: %s"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Menginisialisasi plugin \"Tumbler Pixbuf Thumbnailer\""
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Mematikan plugin \"Tumbler Pixbuf Thumbnailer\""
@@ -209,14 +207,24 @@ msgstr "Tidak dapat menyetel map karakter: %s"
msgid "Could not render glyphs: %s"
msgstr "Tidak dapat membentuk: %s"
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:743
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:781
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
#, c-format
msgid "Thumbnail could not be inferred from file contents"
msgstr "Tidak dapat membentuk thumbnail dari isi berkas"
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
+#, fuzzy
+msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
+msgstr "Menginisialisasi plugin \"Tumbler Pixbuf Thumbnailer\""
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
+#, fuzzy
+msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
+msgstr "Mematikan plugin \"Tumbler Pixbuf Thumbnailer\""
+
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
msgstr "Menginisialisasi plugin: Pratilik Video ffmpeg"
diff --git a/po/it.po b/po/it.po
index 3dd9a3d..9441674 100644
--- a/po/it.po
+++ b/po/it.po
@@ -2,19 +2,20 @@
# Copyright (C) YEAR THE tumbler'S COPYRIGHT HOLDER
# This file is distributed under the same license as the tumbler package.
# Cristian Marchi <cri.penta@gmail.com>, 2010.
-#
+#
msgid ""
msgstr ""
"Project-Id-Version: tumbler\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-21 11:01+0000\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2010-06-26 08:57+0100\n"
"Last-Translator: Cristian Marchi <cri.penta@gmail.com>\n"
-"Language-Team: Italian Translation Team <xfce-it-translators@googlegroups.com>\n"
+"Language-Team: Italian Translation Team <xfce-it-translators@googlegroups."
+"com>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: \n"
#: ../tumblerd/tumbler-cache-service.c:383
#, c-format
@@ -38,7 +39,8 @@ msgstr "Richiesta di tipo di miniatura non valida"
#: ../tumblerd/tumbler-specialized-thumbnailer.c:461
msgid "Failed to call the specialized thumbnailer: timeout"
-msgstr "Chiamata del creatore di miniature specializzato non riuscita: tempo scaduto"
+msgstr ""
+"Chiamata del creatore di miniature specializzato non riuscita: tempo scaduto"
#: ../tumblerd/tumbler-specialized-thumbnailer.c:470
#, c-format
@@ -58,8 +60,12 @@ msgstr "Sezione malformata \"%s\" nel file «%s»: %s"
#: ../tumblerd/tumbler-manager.c:526
#, c-format
-msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType"
-msgstr "Sezione malformata \"%s\" nel file «%s»: mancata corrispondenza tra il nome della sezione e UriScheme/MimeType"
+msgid ""
+"Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
+"UriScheme/MimeType"
+msgstr ""
+"Sezione malformata \"%s\" nel file «%s»: mancata corrispondenza tra il nome "
+"della sezione e UriScheme/MimeType"
#: ../tumblerd/tumbler-manager.c:886 ../tumblerd/tumbler-manager.c:900
#: ../tumblerd/tumbler-manager.c:914
@@ -95,7 +101,9 @@ msgstr "Avvio del servizio di cache per le miniature non riuscito: %s"
#: ../tumblerd/main.c:140
#, c-format
msgid "Failed to load specialized thumbnailers into the registry: %s"
-msgstr "Caricamento del creatore di miniature specializzato nel registro non riuscito:%s"
+msgstr ""
+"Caricamento del creatore di miniature specializzato nel registro non "
+"riuscito:%s"
#: ../tumblerd/main.c:158
#, c-format
@@ -165,11 +173,14 @@ msgstr "Chiusura del plugin di Tumbler Pixbuf Thumbnailer in corso..."
#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62
msgid "Initializing the Tumbler Font Thumbnailer plugin"
-msgstr "Inizializzazione del plugin di Tumbler per la creazione delle miniature del carattere"
+msgstr ""
+"Inizializzazione del plugin di Tumbler per la creazione delle miniature del "
+"carattere"
#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79
msgid "Shutting down the Tumbler Font Thumbnailer plugin"
-msgstr "Chiusura del plugin di Tumbler per la creazione delle miniature del carattere"
+msgstr ""
+"Chiusura del plugin di Tumbler per la creazione delle miniature del carattere"
#. there was an error in the freetype initialization, abort
#: ../plugins/font-thumbnailer/font-thumbnailer.c:463
@@ -219,15 +230,21 @@ msgstr "Chiusura del plugin JPG Thumbnailer di Tumbler in corso..."
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
-msgstr "Inizializzazione del plugin ffmpeg di Tumbler per la creazione delle miniature del video"
+msgstr ""
+"Inizializzazione del plugin ffmpeg di Tumbler per la creazione delle "
+"miniature del video"
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80
msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin"
-msgstr "Chiusura del plugin ffmpeg di Tumbler per la creazione delle miniature del video"
+msgstr ""
+"Chiusura del plugin ffmpeg di Tumbler per la creazione delle miniature del "
+"video"
#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62
msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin"
-msgstr "Inizializzazione del plugin Poppler di Tumbler per la creazione delle miniature dei file PDF/PS"
+msgstr ""
+"Inizializzazione del plugin Poppler di Tumbler per la creazione delle "
+"miniature dei file PDF/PS"
#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:209
msgid "The document is empty"
diff --git a/po/ja.po b/po/ja.po
index 84ecbff..766d35a 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tumbler 0.0.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:22+0100\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2010-07-19 14:19+0900\n"
"Last-Translator: Masato Hashimoto <cabezon.hashimoto@gmail.com>\n"
"Language-Team: Japanese\n"
@@ -162,13 +162,11 @@ msgstr "バージョン不整合です: %s"
# DEBUG message
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Initializing the Tumbler Pixbuf Thumbnailer plugin"
# DEBUG message
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
@@ -213,8 +211,8 @@ msgstr "キャラクタマップを設定できませんでした: %s"
msgid "Could not render glyphs: %s"
msgstr "グリフをレンダリングできませんでした: %s"
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:743
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:781
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
#, c-format
@@ -222,6 +220,18 @@ msgid "Thumbnail could not be inferred from file contents"
msgstr "ファイル内容からサムネイルを推測できませんでした"
# DEBUG message
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
+#, fuzzy
+msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
+msgstr "Initializing the Tumbler Pixbuf Thumbnailer plugin"
+
+# DEBUG message
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
+#, fuzzy
+msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
+msgstr "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
+
+# DEBUG message
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
msgstr "Initializing the Tumbler Font Thumbnailer plugin"
diff --git a/po/kk.po b/po/kk.po
index 1fb09e6..de2d00b 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -2,19 +2,19 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Baurzhan Muftakhidinov <baurthefirst@gmail.com>, 2010.
-#
+#
msgid ""
msgstr ""
"Project-Id-Version: trunk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-14 23:01+0000\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2010-03-11 12:52+0600\n"
"Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n"
"Language-Team: Kazakh <kk_KZ@googlegroups.com>\n"
+"Language: kk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: kk\n"
"Plural-Forms: nplurals=1; plural=0\n"
#: ../tumblerd/tumbler-cache-service.c:383
@@ -59,8 +59,12 @@ msgstr "\"%s\" секциясы қате, ол \"%s\" файлында: %s"
#: ../tumblerd/tumbler-manager.c:526
#, c-format
-msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType"
-msgstr "\"%s\" секциясы қате, ол \"%s\" файлында: Секция аты мен UriScheme/MimeType арасында сәйкестік жоқ"
+msgid ""
+"Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
+"UriScheme/MimeType"
+msgstr ""
+"\"%s\" секциясы қате, ол \"%s\" файлында: Секция аты мен UriScheme/MimeType "
+"арасында сәйкестік жоқ"
#: ../tumblerd/tumbler-manager.c:886 ../tumblerd/tumbler-manager.c:900
#: ../tumblerd/tumbler-manager.c:914
diff --git a/po/lv.po b/po/lv.po
index 2cfb410..e16cf60 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:22+0100\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2009-10-16 18:19+0100\n"
"Last-Translator: Rihards Prieditis <rprieditis@gmail.com>\n"
"Language-Team: Latvian <translation-team-lv@lists.sourceforge.net>\n"
@@ -160,12 +160,10 @@ msgid "Version mismatch: %s"
msgstr "Versiju nesakritība: %s"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Inicializē Tumble Pixbuf sīktēlotāja spraudni"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Izslēdz Tumble Pixbuf sīktēlotāja spraudni"
@@ -208,14 +206,24 @@ msgstr "Neizdevās uzstādīt rakstzīmju karti: %s"
msgid "Could not render glyphs: %s"
msgstr "Neizdevās vizualizēt glyphs: %s"
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:743
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:781
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
#, c-format
msgid "Thumbnail could not be inferred from file contents"
msgstr ""
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
+#, fuzzy
+msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
+msgstr "Inicializē Tumble Pixbuf sīktēlotāja spraudni"
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
+#, fuzzy
+msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
+msgstr "Izslēdz Tumble Pixbuf sīktēlotāja spraudni"
+
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
#, fuzzy
msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
diff --git a/po/pa.po b/po/pa.po
index f21db90..53e7ec8 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:22+0100\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2010-04-04 09:31+0530\n"
"Last-Translator: A S Alam <aalam@users.sf.net>\n"
"Language-Team: Punjabi/Panjabi <kde-i18n-doc@kde.org>\n"
@@ -158,12 +158,10 @@ msgid "Version mismatch: %s"
msgstr "ਵਰਜਨ ਰਲਦਾ ਨਹੀਂ: %s"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
msgstr ""
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
msgstr ""
@@ -206,14 +204,22 @@ msgstr ""
msgid "Could not render glyphs: %s"
msgstr ""
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:743
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:781
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
#, c-format
msgid "Thumbnail could not be inferred from file contents"
msgstr ""
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
+msgstr ""
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
+msgstr ""
+
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
msgstr ""
diff --git a/po/pt.po b/po/pt.po
index 5ef03cb..f46c5aa 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -2,20 +2,20 @@
# Copyright (C) 2009 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the tumbler package.
# Sérgio Marques <smarquespt@gmail.com>
-#
+#
msgid ""
msgstr ""
"Project-Id-Version: tumbler 0.1.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-13 23:01+0000\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2010-01-07 14:31-0000\n"
"Last-Translator: Sérgio Marques <smarquespt@gmail.com>\n"
"Language-Team: \n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Country: PORTUGAL\n"
-"Language: \n"
"X-Poedit-Language: Portuguese\n"
#: ../tumblerd/tumbler-cache-service.c:383
@@ -60,8 +60,12 @@ msgstr "Secção inválida \"%s\" no ficheiro \"%s\": %s"
#: ../tumblerd/tumbler-manager.c:526
#, c-format
-msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType"
-msgstr "Secção inválida \"%s\" no ficheiro \"%s\": Diferenças entre o nome da secção e o esquema Uri/Tipo mime"
+msgid ""
+"Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
+"UriScheme/MimeType"
+msgstr ""
+"Secção inválida \"%s\" no ficheiro \"%s\": Diferenças entre o nome da secção "
+"e o esquema Uri/Tipo mime"
#: ../tumblerd/tumbler-manager.c:886 ../tumblerd/tumbler-manager.c:900
#: ../tumblerd/tumbler-manager.c:914
diff --git a/po/pt_BR.po b/po/pt_BR.po
index b2df726..c6501fb 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: tumbler 0.1.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-23 17:01+0000\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2010-11-24 12:04-0300\n"
"Last-Translator: Tomas A. Schertel <tschertel@gmail.com>\n"
"Language-Team: Brazilian Portuguese <ldp-br@bazar2.conectiva.com.br>\n"
+"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Poedit-SourceCharset: utf-8\n"
@@ -47,14 +47,12 @@ msgstr ""
msgid "Failed to call the specialized thumbnailer: %s"
msgstr ""
-#: ../tumblerd/tumbler-manager.c:467
-#: ../tumblerd/tumbler-manager.c:873
+#: ../tumblerd/tumbler-manager.c:467 ../tumblerd/tumbler-manager.c:873
#, c-format
msgid "Failed to load the file \"%s\": %s"
msgstr ""
-#: ../tumblerd/tumbler-manager.c:485
-#: ../tumblerd/tumbler-manager.c:499
+#: ../tumblerd/tumbler-manager.c:485 ../tumblerd/tumbler-manager.c:499
#: ../tumblerd/tumbler-manager.c:513
#, c-format
msgid "Malformed section \"%s\" in file \"%s\": %s"
@@ -62,11 +60,12 @@ msgstr ""
#: ../tumblerd/tumbler-manager.c:526
#, c-format
-msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType"
+msgid ""
+"Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
+"UriScheme/MimeType"
msgstr ""
-#: ../tumblerd/tumbler-manager.c:886
-#: ../tumblerd/tumbler-manager.c:900
+#: ../tumblerd/tumbler-manager.c:886 ../tumblerd/tumbler-manager.c:900
#: ../tumblerd/tumbler-manager.c:914
#, c-format
msgid "Malformed file \"%s\": %s"
@@ -254,4 +253,3 @@ msgstr "Inicializando o plugin de cache Tumbler XDG"
#: ../plugins/xdg-cache/xdg-cache-plugin.c:71
msgid "Shutting down the Tumbler XDG cache plugin"
msgstr "Desligando o plugin de cache Tumbler XDG"
-
diff --git a/po/ru.po b/po/ru.po
index 3774b9f..900b515 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tumbler\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:22+0100\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2010-01-13 04:56+0600\n"
"Last-Translator: Алекс <dwqwt3i02@sneakemail.com>\n"
"Language-Team: ru <->\n"
@@ -158,12 +158,10 @@ msgid "Version mismatch: %s"
msgstr "Неверная версия: %s"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Запуск модуля миниатюр Pixbuf Tumbler"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Завершение работы модуля миниатюр Pixbuf Tumbler"
@@ -206,14 +204,24 @@ msgstr "Не удалось выбрать таблицу символов: %s"
msgid "Could not render glyphs: %s"
msgstr "Не удалось отрисовать глифы: %s"
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:743
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:781
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
#, c-format
msgid "Thumbnail could not be inferred from file contents"
msgstr "Не удалось создать основанную на содержимом файла миниатюру"
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
+#, fuzzy
+msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
+msgstr "Запуск модуля миниатюр Pixbuf Tumbler"
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
+#, fuzzy
+msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
+msgstr "Завершение работы модуля миниатюр Pixbuf Tumbler"
+
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
msgstr "Запуск модуля видео-миниатюр Tumbler"
diff --git a/po/si.po b/po/si.po
index 2dc711e..c2006af 100644
--- a/po/si.po
+++ b/po/si.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:22+0100\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2010-03-13 18:39+0530\n"
"Last-Translator: Danishka Navin\n"
"Language-Team: American English <kde-i18n-doc@kde.org>\n"
@@ -158,12 +158,10 @@ msgid "Version mismatch: %s"
msgstr ""
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
msgstr ""
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
msgstr ""
@@ -206,14 +204,22 @@ msgstr ""
msgid "Could not render glyphs: %s"
msgstr ""
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:743
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:781
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
#, c-format
msgid "Thumbnail could not be inferred from file contents"
msgstr ""
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
+msgstr ""
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
+msgstr ""
+
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
msgstr ""
diff --git a/po/sv.po b/po/sv.po
index 7fc37cf..3b02c61 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tumbler\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:22+0100\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2010-10-17 18:03+0100\n"
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -158,12 +158,10 @@ msgid "Version mismatch: %s"
msgstr "Versionerna stämmer inte: %s"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
msgstr ""
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
msgstr ""
@@ -206,14 +204,22 @@ msgstr ""
msgid "Could not render glyphs: %s"
msgstr "Kunde inte rendera glyfer: %s"
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:743
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:781
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
#, c-format
msgid "Thumbnail could not be inferred from file contents"
msgstr ""
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
+msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
+msgstr ""
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
+msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
+msgstr ""
+
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
msgstr ""
diff --git a/po/tr.po b/po/tr.po
index 2f2b5b4..8b178c2 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Xfce Tumbler Turkish Translation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:22+0100\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: Samed Beyribey <ras0ir@eventualis.org>\n"
"Language-Team: Xfce-TR <xfce-tr@googlegroups.com>\n"
@@ -153,12 +153,10 @@ msgid "Version mismatch: %s"
msgstr "Sürüm çakışması: %s"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Tumbler Pixbuf Önizleyici eklentisi çalıştırılıyor"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Tumbler Pixbuf Önizleyici eklentisi kapatılıyor"
@@ -203,14 +201,24 @@ msgstr ""
msgid "Could not render glyphs: %s"
msgstr ""
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:743
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:781
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
#, c-format
msgid "Thumbnail could not be inferred from file contents"
msgstr ""
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
+#, fuzzy
+msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
+msgstr "Tumbler Pixbuf Önizleyici eklentisi çalıştırılıyor"
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
+#, fuzzy
+msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
+msgstr "Tumbler Pixbuf Önizleyici eklentisi kapatılıyor"
+
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
#, fuzzy
msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
diff --git a/po/ug.po b/po/ug.po
index 5bdd07c..59ac258 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tumbler 0.0.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:22+0100\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2010-01-09 17:42+0900\n"
"Last-Translator: Gheyret T.Kenji <gheyret@gmail.com>\n"
"Language-Team: Uyghur Computer Science Association <UKIJ@yahoogroups.com>\n"
@@ -161,13 +161,11 @@ msgstr "نەشرى ماس كەلمىدى: %s"
# DEBUG message
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Tumbler Pixbuf Thumbnailer قىستۇرمىسىنى دەسلەپلەشتۈرۈۋاتىدۇ"
# DEBUG message
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Tumbler Pixbuf Thumbnailer قىستۇرمىسىنى توختىتىۋاتىدۇ"
@@ -212,8 +210,8 @@ msgstr "character map نى تەڭشىگىلى بولمىدى: %s"
msgid "Could not render glyphs: %s"
msgstr "glyphs نى سىزغىلى بولمىدى: %s"
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:743
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:781
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
#, c-format
@@ -221,6 +219,18 @@ msgid "Thumbnail could not be inferred from file contents"
msgstr "Thumbnail نى ھۆججەت مەزمۇنىدىن كەلتۈرۈپ چىقارغىلى بولمىدى"
# DEBUG message
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
+#, fuzzy
+msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
+msgstr "Tumbler Pixbuf Thumbnailer قىستۇرمىسىنى دەسلەپلەشتۈرۈۋاتىدۇ"
+
+# DEBUG message
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
+#, fuzzy
+msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
+msgstr "Tumbler Pixbuf Thumbnailer قىستۇرمىسىنى توختىتىۋاتىدۇ"
+
+# DEBUG message
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
msgstr "Tumbler Font Thumbnailer قىستۇرمىسىنى دەسلەپلەشتۈرۈۋاتىدۇ"
diff --git a/po/uk.po b/po/uk.po
index 7ca6cb1..da289dd 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tumbler\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:22+0100\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2010-03-09 14:21+0200\n"
"Last-Translator: Dmitry Nikitin <luckas_fb@mail.ru>\n"
"Language-Team: Ukrainian <xfce4-dev@xfce.org>\n"
@@ -163,12 +163,10 @@ msgid "Version mismatch: %s"
msgstr "Версія не збігаються: %s"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Ініціалізація додатку Tumbler Pixbuf Thumbnailer "
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
msgstr "Вихід з додатку Tumbler Pixbuf Thumbnailer"
@@ -211,14 +209,24 @@ msgstr "Не можу встановити розкладку символів:
msgid "Could not render glyphs: %s"
msgstr "Не вдалось відобразити гліфи: %s"
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:743
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:781
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
#, c-format
msgid "Thumbnail could not be inferred from file contents"
msgstr "Неможливо створити іконку з вмісту файлу"
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
+#, fuzzy
+msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
+msgstr "Ініціалізація додатку Tumbler Pixbuf Thumbnailer "
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
+#, fuzzy
+msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
+msgstr "Вихід з додатку Tumbler Pixbuf Thumbnailer"
+
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 43b32c6..b5bcb64 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -3,19 +3,18 @@
# Copyright (C) 2009 THE tumbler'S COPYRIGHT HOLDER
# This file is distributed under the same license as the tumbler package.
# Hunt Xu <huntxu@live.cn>, 2009, 2010.
-
msgid ""
msgstr ""
"Project-Id-Version: tumbler\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-23 11:01+0000\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2010-11-23 23:13+0800\n"
"Last-Translator: Hunt Xu <huntxu@live.cn>\n"
"Language-Team: Chinese (simplified) <xfce-i18n@xfce.org>\n"
+"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: zh_CN\n"
#: ../tumblerd/tumbler-cache-service.c:383
#, c-format
diff --git a/po/zh_TW.po b/po/zh_TW.po
index ce4c8e6..223083d 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tumbler master\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:22+0100\n"
+"POT-Creation-Date: 2010-12-05 16:31+0100\n"
"PO-Revision-Date: 2010-08-28 16:25+0800\n"
"Last-Translator: Cheng-Chia Tseng <pswo10680@gmail.com>\n"
"Language-Team: chinese-l10n <chinese-l10n@googlegroups.com>\n"
@@ -159,12 +159,10 @@ msgid "Version mismatch: %s"
msgstr "版本不符:%s"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin"
msgstr "正在初始化 Tumbler Pixbuf 縮圖製作插件"
#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79
msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin"
msgstr "正在關閉 Tumbler Pixbuf 縮圖製作插件"
@@ -207,14 +205,24 @@ msgstr "無法設定字元對應表:%s"
msgid "Could not render glyphs: %s"
msgstr "無法繪製字形:%s"
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:743
-#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:781
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227
#, c-format
msgid "Thumbnail could not be inferred from file contents"
msgstr "縮圖無法從檔案內容推算"
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62
+#, fuzzy
+msgid "Initializing the Tumbler JPEG Thumbnailer plugin"
+msgstr "正在初始化 Tumbler Pixbuf 縮圖製作插件"
+
+#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79
+#, fuzzy
+msgid "Shutting down the Tumbler JPEG Thumbnailer plugin"
+msgstr "正在關閉 Tumbler Pixbuf 縮圖製作插件"
+
#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63
msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin"
msgstr "正在初始化 Tumbler ffmpeg 視訊製作插件"