[Xfce4-commits] Improve debug code in xml_weather_clean().

2012-12-10 Thread Harald Judt
Updating branch refs/heads/master
 to 86b750772d763836dd80584eaa25b0cb40a404c0 (commit)
   from 9b5cdfd2d8af76fa304f2f56590513033922833d (commit)

commit 86b750772d763836dd80584eaa25b0cb40a404c0
Author: Harald Judt 
Date:   Mon Dec 10 22:34:26 2012 +0100

Improve debug code in xml_weather_clean().

 panel-plugin/weather-parsers.c |   15 +++
 1 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/panel-plugin/weather-parsers.c b/panel-plugin/weather-parsers.c
index 10f6c57..d6e543e 100644
--- a/panel-plugin/weather-parsers.c
+++ b/panel-plugin/weather-parsers.c
@@ -45,9 +45,6 @@
 (xmlStrEqual(node->name, (const xmlChar *) type))
 
 
-extern gboolean debug_mode;
-
-
 /*
  * This is a portable replacement for the deprecated timegm(),
  * copied from the man page and modified to use GLIB functions.
@@ -712,17 +709,11 @@ xml_weather_clean(xml_weather *wd)
 if (G_UNLIKELY(timeslice == NULL))
 continue;
 if (difftime(now_t, timeslice->end) > DATA_EXPIRY_TIME) {
-if (debug_mode) {
-gchar *start, *end;
-start = weather_debug_strftime_t(timeslice->start);
-end = weather_debug_strftime_t(timeslice->end);
-weather_debug("Removing expired timeslice [%s - %s].",
-  start, end);
-g_free(start);
-g_free(end);
-}
+weather_debug("Removing expired timeslice:");
+weather_dump(weather_dump_timeslice, timeslice);
 xml_time_free(timeslice);
 g_array_remove_index(wd->timeslices, i--);
+weather_debug("Remaining timeslices: %d", wd->timeslices->len);
 }
 }
 }
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Fix faulty debugging message causing a crash.

2012-12-10 Thread Harald Judt
Updating branch refs/heads/master
 to 9b5cdfd2d8af76fa304f2f56590513033922833d (commit)
   from eea713ab3e38636da62a50d6e966d4a9adc0098e (commit)

commit 9b5cdfd2d8af76fa304f2f56590513033922833d
Author: Harald Judt 
Date:   Mon Dec 10 22:25:25 2012 +0100

Fix faulty debugging message causing a crash.

 panel-plugin/weather-parsers.c |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/weather-parsers.c b/panel-plugin/weather-parsers.c
index 93124cc..10f6c57 100644
--- a/panel-plugin/weather-parsers.c
+++ b/panel-plugin/weather-parsers.c
@@ -716,7 +716,8 @@ xml_weather_clean(xml_weather *wd)
 gchar *start, *end;
 start = weather_debug_strftime_t(timeslice->start);
 end = weather_debug_strftime_t(timeslice->end);
-weather_debug("Removing expired timeslice [%s - %s].");
+weather_debug("Removing expired timeslice [%s - %s].",
+  start, end);
 g_free(start);
 g_free(end);
 }
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Italian (it) translation to 99%

2012-12-10 Thread Transifex
Updating branch refs/heads/master
 to 9cebf6525e8993065290cba3eadd228a41cd4991 (commit)
   from 4ec98c9b782956e836fcb36e22379c96c502598c (commit)

commit 9cebf6525e8993065290cba3eadd228a41cd4991
Author: Cristian Marchi 
Date:   Mon Dec 10 21:44:04 2012 +0100

l10n: Updated Italian (it) translation to 99%

New status: 211 messages complete with 0 fuzzies and 1 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/it.po |  244 +++---
 1 files changed, 155 insertions(+), 89 deletions(-)

diff --git a/po/it.po b/po/it.po
index 65b9900..3f38517 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Parole\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-11-29 14:36+\n"
+"POT-Creation-Date: 2012-12-10 18:06+\n"
 "PO-Revision-Date: 2010-02-19 09:04+0100\n"
 "Last-Translator: Cristian Marchi \n"
 "Language-Team: Italian Translation Team 
\n"
@@ -39,16 +39,20 @@ msgid "4:3 (TV)"
 msgstr "4:3 (TV)"
 
 #: ../data/interfaces/parole.ui.h:4
-msgid "Song Title"
-msgstr "Titolo brano"
+msgid ""
+"by Unknown "
+"Artist"
+msgstr "by Artista sconosciuto"
 
 #: ../data/interfaces/parole.ui.h:5
-msgid "by Song Artist"
-msgstr "per artista"
+msgid ""
+"on Unknown "
+"Album"
+msgstr "on Album sconosciuto"
 
 #: ../data/interfaces/parole.ui.h:6
-msgid "on Song Album (2012)"
-msgstr ""
+msgid "Unknown Song"
+msgstr "Brano sconosciuto"
 
 #: ../data/interfaces/parole.ui.h:7 ../src/misc/parole-filters.c:64
 msgid "Audio"
@@ -67,12 +71,12 @@ msgstr "Auto"
 msgid "Buffering (0%)"
 msgstr "Buffering (0%)"
 
-#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:689
+#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:707
 msgid "Empty"
 msgstr "Vuota"
 
-#: ../data/interfaces/parole.ui.h:13 ../src/parole-disc.c:147
-#: ../src/parole-disc.c:465
+#: ../data/interfaces/parole.ui.h:13 ../src/parole-disc.c:111
+#: ../src/parole-disc.c:157
 msgid "Insert Disc"
 msgstr "Inserire disco"
 
@@ -89,74 +93,78 @@ msgid "None"
 msgstr "Nessuno"
 
 #: ../data/interfaces/parole.ui.h:17
-msgid "Open _location"
-msgstr "Apri p_osizione"
+msgid "Open Recent"
+msgstr "Apri recenti"
 
-#: ../data/interfaces/parole.ui.h:18 ../src/parole-about.c:68
+#: ../data/interfaces/parole.ui.h:18
+msgid "Open _Location"
+msgstr "Apri _posizione"
+
+#: ../data/interfaces/parole.ui.h:19 ../src/parole-about.c:68
 msgid "Parole Media Player"
 msgstr "Media player Parole"
 
-#: ../data/interfaces/parole.ui.h:19
+#: ../data/interfaces/parole.ui.h:20
 msgid "Pl_ugins"
 msgstr "Pl_ugin"
 
-#: ../data/interfaces/parole.ui.h:20
+#: ../data/interfaces/parole.ui.h:21
 msgid "Select Text Subtitles..."
 msgstr "Seleziona sottotitoli..."
 
-#: ../data/interfaces/parole.ui.h:21
+#: ../data/interfaces/parole.ui.h:22
 msgid "Show _playlist"
 msgstr "Mostra sca_letta"
 
-#: ../data/interfaces/parole.ui.h:22
+#: ../data/interfaces/parole.ui.h:23
 msgid "Square"
 msgstr "Quadrato"
 
-#: ../data/interfaces/parole.ui.h:23
+#: ../data/interfaces/parole.ui.h:24
 msgid "Subtitles"
 msgstr "Sottotitoli"
 
-#: ../data/interfaces/parole.ui.h:24
+#: ../data/interfaces/parole.ui.h:25
 msgid "Subtitles:"
 msgstr "Sottotitoli:"
 
-#: ../data/interfaces/parole.ui.h:25
+#: ../data/interfaces/parole.ui.h:26
 msgid "Volume _Down"
 msgstr "A_bbassa volume"
 
-#: ../data/interfaces/parole.ui.h:26
+#: ../data/interfaces/parole.ui.h:27
 msgid "Volume _Up"
 msgstr "_Alza volume"
 
-#: ../data/interfaces/parole.ui.h:27
+#: ../data/interfaces/parole.ui.h:28
 msgid "_Aspect Ratio"
 msgstr "_Rapporto d'aspetto"
 
-#: ../data/interfaces/parole.ui.h:28
+#: ../data/interfaces/parole.ui.h:29
 msgid "_Edit"
 msgstr "_Modifica"
 
-#: ../data/interfaces/parole.ui.h:29
+#: ../data/interfaces/parole.ui.h:30
 msgid "_Help"
 msgstr "A_iuto"
 
-#: ../data/interfaces/parole.ui.h:30
+#: ../data/interfaces/parole.ui.h:31
 msgid "_Media"
 msgstr "_Contenuti"
 
-#: ../data/interfaces/parole.ui.h:31
+#: ../data/interfaces/parole.ui.h:32
 msgid "_Mute"
 msgstr "_Muto"
 
-#: ../data/interfaces/parole.ui.h:32
+#: ../data/interfaces/parole.ui.h:33
 msgid "_Repeat"
 msgstr "Ri_peti"
 
-#: ../data/interfaces/parole.ui.h:33
+#: ../data/interfaces/parole.ui.h:34
 msgid "_Shuffle"
 msgstr "Cas_uale"
 
-#: ../data/interfaces/parole.ui.h:34
+#: ../data/interfaces/parole.ui.h:35
 msgid "_View"
 msgstr "_Visualizza"
 
@@ -169,30 +177,54 @@ msgid "_Open"
 msgstr "_Apri"
 
 #: ../data/interfaces/playlist.ui.h:1
+msgid "Angle Menu"
+msgstr ""
+
+#: ../data/interfaces/playlist.ui.h:2
+msgid "Audio Menu"
+msgstr "Menu audio"
+
+#: ../data/interfaces/playlist.ui.h:3
+msgid "Chapter Menu"
+msgstr "Menu dei capitoli"
+
+#: ../data/interfaces/playlist.ui.h:4
 msgid "Clear"
 msgstr "Pulisci"
 
-#: ../data/interfaces/playlist.ui.h:2
+#: ../data/interfaces/playlist.ui.h:5
+msgid "DVD Menu"
+msgstr "Menu del DVD"
+
+#: ../data/interfaces/playlist.ui.h:6
+msgid "DVD Name"
+msgstr "Nome

[Xfce4-commits] l10n: Updated Italian (it) translation to 100%

2012-12-10 Thread Transifex
Updating branch refs/heads/master
 to cbce0bba9b55d340382b0a21d6d501096bec56dd (commit)
   from 3d204364b82350735113c686e7d215f7f025c069 (commit)

commit cbce0bba9b55d340382b0a21d6d501096bec56dd
Author: Cristian Marchi 
Date:   Mon Dec 10 21:40:15 2012 +0100

l10n: Updated Italian (it) translation to 100%

New status: 113 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/it.po |   26 +-
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/po/it.po b/po/it.po
index 81a53ea..e0516ba 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.2.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-01-24 11:00+\n"
+"POT-Creation-Date: 2012-12-10 18:48+\n"
 "PO-Revision-Date: 2011-02-07 14:26+0100\n"
 "Last-Translator: Cristian Marchi \n"
 "Language-Team: Italian Translation Team 
\n"
@@ -42,21 +42,21 @@ msgstr "Stampa le informazioni di versione ed esce"
 msgid "Thunar Volume Manager"
 msgstr "Gestore dei volumi di Thunar"
 
-#: ../thunar-volman/main.c:119
+#: ../thunar-volman/main.c:121
 msgid "All rights reserved."
 msgstr "Tutti i diritti riservati"
 
-#: ../thunar-volman/main.c:120
+#: ../thunar-volman/main.c:122
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Segnalare i problemi a <%s>."
 
-#: ../thunar-volman/main.c:174
+#: ../thunar-volman/main.c:176
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "Non c'è alcun dispositivo con il percorso sysfs \"%s\""
 
-#: ../thunar-volman/main.c:186
+#: ../thunar-volman/main.c:188
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr ""
@@ -218,13 +218,13 @@ msgstr "_Riproduci il CD"
 
 #: ../thunar-volman/tvm-block-device.c:919
 #, c-format
-msgid "Unknown block device type"
-msgstr "Tipo di blocco del dispositivo sconosciuto"
+msgid "Unknown block device type \"%s\""
+msgstr "Tipo di dispositivo di blocco \"%s\" sconosciuto"
 
 #: ../thunar-volman/tvm-device.c:139
 #, c-format
-msgid "Device type not supported"
-msgstr "Tipo di dispositivo non supportato"
+msgid "Device type \"%s\" not supported"
+msgstr "Tipo di dispositivo \"%s\" non supportato"
 
 #: ../thunar-volman/tvm-input-device.c:75
 msgid "Keyboard detected"
@@ -254,8 +254,8 @@ msgstr "È stato rilevato un mouse"
 
 #: ../thunar-volman/tvm-input-device.c:141
 #, c-format
-msgid "Unsupported input device type"
-msgstr "Tipo di dispositivo non supportato"
+msgid "Unsupported input device type \"%s\""
+msgstr "Tipo di dispositivo di input \"%s\" non supportato"
 
 #: ../thunar-volman/tvm-run.c:171
 #, c-format
@@ -322,8 +322,8 @@ msgstr "È stata rilevata una stampante USB"
 
 #: ../thunar-volman/tvm-usb-device.c:100
 #, c-format
-msgid "Unsupported USB device type"
-msgstr "Tipo di dispositivo USB non supportato"
+msgid "Unsupported USB device type \"%s\""
+msgstr "Tipo di dispositivo USB \"%s\" non supportato"
 
 #. setup application name
 #: ../thunar-volman-settings/main.c:52
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Italian (it) translation to 100%

2012-12-10 Thread Transifex
Updating branch refs/heads/master
 to 85ed0fd38018e0612c7e9084e17b37b1ee74f9d9 (commit)
   from 5785b279e164632d4b3786246739ceb39a594a6f (commit)

commit 85ed0fd38018e0612c7e9084e17b37b1ee74f9d9
Author: Cristian Marchi 
Date:   Mon Dec 10 21:38:04 2012 +0100

l10n: Updated Italian (it) translation to 100%

New status: 736 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/it.po |  425 +++---
 1 files changed, 210 insertions(+), 215 deletions(-)

diff --git a/po/it.po b/po/it.po
index 5f2f09f..519f754 100644
--- a/po/it.po
+++ b/po/it.po
@@ -5,20 +5,19 @@
 # Roberto Pariset , 2009.
 # Gianluca Foddis , 2009
 # Cristian Marchi , 2010
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar trunk\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-12-05 19:56+0100\n"
+"POT-Creation-Date: 2012-12-10 18:36+\n"
 "PO-Revision-Date: 2010-07-02 16:42+0100\n"
 "Last-Translator: Cristian Marchi \n"
-"Language-Team: Italian Translation Team \n"
-"Language: \n"
+"Language-Team: Italian Translation Team 
\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: \n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: ../thunar/main.c:62
@@ -138,10 +137,10 @@ msgstr "Impossibile avviare l'operazione"
 
 #. tell the user that we were unable to launch the file specified
 #: ../thunar/thunar-application.c:1113 ../thunar/thunar-application.c:1239
-#: ../thunar/thunar-launcher.c:1208 ../thunar/thunar-location-entry.c:402
+#: ../thunar/thunar-launcher.c:1216 ../thunar/thunar-location-entry.c:402
 #: ../thunar/thunar-location-entry.c:430
-#: ../thunar/thunar-shortcuts-view.c:1614
-#: ../thunar/thunar-shortcuts-view.c:1642 ../thunar/thunar-window.c:2171
+#: ../thunar/thunar-shortcuts-view.c:1620
+#: ../thunar/thunar-shortcuts-view.c:1648 ../thunar/thunar-window.c:2219
 #, c-format
 msgid "Failed to open \"%s\""
 msgstr "Impossibile aprire \"%s\""
@@ -154,20 +153,20 @@ msgstr "Impossibile aprire \"%s\": %s"
 #. display an error message
 #: ../thunar/thunar-application.c:1307
 #: ../thunar/thunar-properties-dialog.c:671
-#: ../thunar/thunar-standard-view.c:2712 ../thunar/thunar-tree-view.c:1753
+#: ../thunar/thunar-standard-view.c:2712 ../thunar/thunar-tree-view.c:1751
 #, c-format
 msgid "Failed to rename \"%s\""
 msgstr "Impossibile rinominare \"%s\""
 
 #: ../thunar/thunar-application.c:1409
 #: ../thunar/thunar-location-buttons.c:1285
-#: ../thunar/thunar-standard-view.c:2277 ../thunar/thunar-tree-view.c:1615
+#: ../thunar/thunar-standard-view.c:2277 ../thunar/thunar-tree-view.c:1613
 msgid "New Folder"
 msgstr "Nuova cartella"
 
 #: ../thunar/thunar-application.c:1410
 #: ../thunar/thunar-location-buttons.c:1286
-#: ../thunar/thunar-standard-view.c:2278 ../thunar/thunar-tree-view.c:1616
+#: ../thunar/thunar-standard-view.c:2278 ../thunar/thunar-tree-view.c:1614
 msgid "Create New Folder"
 msgstr "Crea nuova cartella"
 
@@ -255,8 +254,8 @@ msgstr "Rimuovere tutti i file e le cartelle dal cestino?"
 #. append the "Empty Trash" menu action
 #. prepare the menu item
 #: ../thunar/thunar-application.c:1953 ../thunar/thunar-location-buttons.c:171
-#: ../thunar/thunar-shortcuts-view.c:1174 ../thunar/thunar-tree-view.c:1176
-#: ../thunar/thunar-window.c:339 ../plugins/thunar-tpa/thunar-tpa.c:189
+#: ../thunar/thunar-shortcuts-view.c:1181 ../thunar/thunar-tree-view.c:1174
+#: ../thunar/thunar-window.c:344 ../plugins/thunar-tpa/thunar-tpa.c:189
 msgid "_Empty Trash"
 msgstr "_Svuota il cestino"
 
@@ -308,7 +307,7 @@ msgstr "Nessuna applicazione selezionata"
 msgid "Other Application..."
 msgstr "Altra applicazione..."
 
-#: ../thunar/thunar-chooser-dialog.c:188 ../thunar/thunar-launcher.c:180
+#: ../thunar/thunar-chooser-dialog.c:188 ../thunar/thunar-launcher.c:181
 msgid "Open With"
 msgstr "Apri con"
 
@@ -705,9 +704,8 @@ msgstr "Sostituire la cartella esistente"
 msgid "ReplaceDialogPart1|Do you want to replace the existing file"
 msgstr "Sostituire il file esistente"
 
-#.
 #. Fourth box (size, volume, free space)
-#.
+#. 
 #: ../thunar/thunar-dialogs.c:618 ../thunar/thunar-dialogs.c:649
 #: ../thunar/thunar-properties-dialog.c:456
 msgid "Size:"
@@ -761,7 +759,7 @@ msgstr "Crea colle_gamento qui"
 
 #. display an error to the user
 #. display an error message to the user
-#: ../thunar/thunar-dnd.c:254 ../thunar/thunar-launcher.c:566
+#: ../thunar/thunar-dnd.c:254 ../thunar/thunar-launcher.c:567
 #, c-format
 msgid "Failed to execute file \"%s\""
 msgstr "Impossibile eseguire il file «%s»"
@@ -805,9 +803,8 @@ msgstr "Nome"
 msgid "Owner"
 msgstr "Proprietario"
 
-#.
 #. Permissions chooser
-#.
+#. 
 #: ../thunar/thunar-enum-types.c:98 ../thunar/thunar-properties-dialog.c:528
 msgid "Permissions"
 msgstr "Permessi"
@@ -829,7 +826,7 @@ msgid "File Name"
 msgstr "Nome del file"
 
 #: ../thunar/thunar-file.c:916 ../thu

[Xfce4-commits] Add omdb thumbnailer.

2012-12-10 Thread Nick Schermer
Updating branch refs/heads/nick/omdb-thumbnailer
 to 04eeb1e76afb7843ac9445dfae78255fcb5be32d (commit)
   from 089c57799b024cd3e5ccb0eff38d793776938840 (commit)

commit 04eeb1e76afb7843ac9445dfae78255fcb5be32d
Author: Nick Schermer 
Date:   Mon Dec 10 17:43:35 2012 +0100

Add omdb thumbnailer.

Thumbnailer tries to make something nice of the
filename and pass that to omdbapi.com. The returned
XML is used to look for a posted on imdb.com.

 acinclude.m4   |   20 +
 configure.ac   |9 +-
 plugins/Makefile.am|1 +
 .../Makefile.am|   28 +-
 .../omdb-thumbnailer-plugin.c} |   14 +-
 .../omdb-thumbnailer-provider.c}   |   72 ++--
 .../omdb-thumbnailer/omdb-thumbnailer-provider.h   |   43 ++
 plugins/omdb-thumbnailer/omdb-thumbnailer.c|  441 
 plugins/omdb-thumbnailer/omdb-thumbnailer.h|   43 ++
 9 files changed, 618 insertions(+), 53 deletions(-)

diff --git a/acinclude.m4 b/acinclude.m4
index e84b8c3..042cdff 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -241,6 +241,26 @@ AC_MSG_RESULT([$ac_tumbler_raw_thumbnailer])
 
 
 
+dnl TUMBLER_OMDB_THUMBNAILER()
+dnl
+dnl Check whether to build and install the Open Movie Database thumbnailer 
plugin.
+dnl
+AC_DEFUN([TUMBLER_OMDB_THUMBNAILER],
+[
+AC_ARG_ENABLE([pixbuf-thumbnailer], 
[AC_HELP_STRING([--disable-omdb-thumbnailer], [Don't build the Open Movie 
Database thumbnailer plugin])],
+  [ac_tumbler_omdb_thumbnailer=$enableval], [ac_tumbler_omdb_thumbnailer=yes])
+if test x"$ac_tumbler_omdb_thumbnailer" = x"yes"; then
+  dnl Check for gdk-pixbuf
+  PKG_CHECK_MODULES([GDK_PIXBUF], [gdk-pixbuf-2.0 >= 2.14], [], 
[ac_tumbler_omdb_thumbnailer=no])
+fi
+
+AC_MSG_CHECKING([whether to build the Open Movie Database thumbnailer plugin])
+AM_CONDITIONAL([TUMBLER_OMDB_THUMBNAILER], [test 
x"$ac_tumbler_omdb_thumbnailer" = x"yes"])
+AC_MSG_RESULT([$ac_tumbler_omdb_thumbnailer])
+])
+
+
+
 dnl TUMBLER_XDG_CACHE()
 dnl
 dnl Check whether to build and install the freedesktop.org cache plugin.
diff --git a/configure.ac b/configure.ac
index f41c3a3..da47395 100644
--- a/configure.ac
+++ b/configure.ac
@@ -157,6 +157,7 @@ TUMBLER_PIXBUF_THUMBNAILER()
 TUMBLER_FFMPEG_THUMBNAILER()
 TUMBLER_GSTREAMER_THUMBNAILER()
 TUMBLER_ODF_THUMBNAILER()
+TUMBLER_OMDB_THUMBNAILER()
 TUMBLER_POPPLER_THUMBNAILER()
 TUMBLER_RAW_THUMBNAILER()
 TUMBLER_XDG_CACHE()
@@ -190,6 +191,7 @@ plugins/jpeg-thumbnailer/Makefile
 plugins/pixbuf-thumbnailer/Makefile
 plugins/ffmpeg-thumbnailer/Makefile
 plugins/odf-thumbnailer/Makefile
+plugins/omdb-thumbnailer/Makefile
 plugins/poppler-thumbnailer/Makefile
 plugins/raw-thumbnailer/Makefile
 plugins/xdg-cache/Makefile
@@ -206,7 +208,7 @@ dnl ***
 echo
 echo "Build Configuration:"
 echo
-echo "  * Debug: $enable_debug"
+echo "  * Debug:$enable_debug"
 echo
 echo "Plugins:"
 echo
@@ -235,6 +237,11 @@ echo "  * Video thumbnailer plugin using GStreamer:
 yes"
 else
 echo "  * Video thumbnailer plugin using GStreamer: no"
 fi
+if test x"$ac_tumbler_omdb_thumbnailer" = x"yes"; then
+echo "  * Video thumbnailer plugin using omdbapi.com:   yes"
+else
+echo "  * Video thumbnailer plugin using omdbapi.com:   no"
+fi
 if test x"$ac_tumbler_odf_thumbnailer" = x"yes"; then
 echo "  * ODF thumbnailer plugin using libgsf:  yes"
 else
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index aec18cc..e588846 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -24,6 +24,7 @@ SUBDIRS = 
\
pixbuf-thumbnailer  \
ffmpeg-thumbnailer  \
odf-thumbnailer \
+   omdb-thumbnailer\
poppler-thumbnailer \
raw-thumbnailer \
xdg-cache
diff --git a/plugins/pixbuf-thumbnailer/Makefile.am 
b/plugins/omdb-thumbnailer/Makefile.am
similarity index 72%
copy from plugins/pixbuf-thumbnailer/Makefile.am
copy to plugins/omdb-thumbnailer/Makefile.am
index 2852a46..f437750 100644
--- a/plugins/pixbuf-thumbnailer/Makefile.am
+++ b/plugins/omdb-thumbnailer/Makefile.am
@@ -1,6 +1,6 @@
 # vi:set ts=8 sw=8 noet ai nocindent:
 # -
-# Copyright (c) 2009-2012 Jannis Pohlmann 
+# Copyright (c) 2012 Nick Schermer 
 # 
 # This program is free software; you can redistribute it and/or 
 # modify it under the terms of the GNU General Public License as
@@ -17,25 +17,25 @@
 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 # Boston, MA 0

[Xfce4-commits] Creating branch nick/omdb-thumbnailer

2012-12-10 Thread Nick Schermer
Updating branch refs/heads/nick/omdb-thumbnailer
 as new branch
 to 04eeb1e76afb7843ac9445dfae78255fcb5be32d (commit)

Branches are created implicitly by pushing. This mail only exists to 
let you know that there was code pushed to 

  refs/heads/nick/omdb-thumbnailer

for the first time. Mails for the commits that lead to the creation 
of the branch will follow after this mail.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Use guint only where it makes sense.

2012-12-10 Thread Harald Judt
Updating branch refs/heads/master
 to eea713ab3e38636da62a50d6e966d4a9adc0098e (commit)
   from 729c9a82c37670ac5b155340d6e8f9080b3456c2 (commit)

commit eea713ab3e38636da62a50d6e966d4a9adc0098e
Author: Harald Judt 
Date:   Mon Dec 10 19:51:40 2012 +0100

Use guint only where it makes sense.

Especially for loop variables, if someone refactors code later and values
get negative, then the effects can turn very negative ;-)

 panel-plugin/weather-config.c|   11 +--
 panel-plugin/weather-data.c  |   14 +++---
 panel-plugin/weather-debug.c |4 ++--
 panel-plugin/weather-parsers.c   |6 +++---
 panel-plugin/weather-translate.c |9 -
 panel-plugin/weather.c   |   15 +++
 panel-plugin/weather.h   |2 +-
 7 files changed, 29 insertions(+), 32 deletions(-)

diff --git a/panel-plugin/weather-config.c b/panel-plugin/weather-config.c
index 30aef60..523ad8b 100644
--- a/panel-plugin/weather-config.c
+++ b/panel-plugin/weather-config.c
@@ -844,7 +844,7 @@ create_appearance_page(xfceweather_dialog *dialog)
 GtkWidget *palign, *page, *sep, *hbox, *vbox, *label;
 GtkSizeGroup *sg;
 icon_theme *theme;
-guint i;
+gint i;
 
 ADD_PAGE(FALSE);
 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL);
@@ -938,7 +938,7 @@ spin_scrollbox_lines_value_changed(const GtkWidget *spin,
 {
 xfceweather_dialog *dialog = (xfceweather_dialog *) user_data;
 dialog->pd->scrollbox_lines =
-(guint) gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(spin));
+gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(spin));
 update_scrollbox(dialog->pd);
 }
 
@@ -1034,7 +1034,7 @@ static GtkWidget *
 make_label(void)
 {
 GtkWidget *widget, *menu;
-guint i;
+gint i;
 
 menu = gtk_menu_new();
 widget = gtk_option_menu_new();
@@ -1092,7 +1092,7 @@ add_model_option(GtkListStore *model,
 static int
 option_i(const data_types opt)
 {
-guint i;
+gint i;
 
 for (i = 0; i < OPTIONS_N; i++)
 if (labeloptions[i].number == opt)
@@ -1205,8 +1205,7 @@ create_scrollbox_page(xfceweather_dialog *dialog)
 GtkTreeViewColumn *column;
 GtkCellRenderer *renderer;
 data_types type;
-guint i;
-gint n;
+gint i, n;
 
 ADD_PAGE(FALSE);
 sg_misc = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL);
diff --git a/panel-plugin/weather-data.c b/panel-plugin/weather-data.c
index 02a8399..b93f6cd 100644
--- a/panel-plugin/weather-data.c
+++ b/panel-plugin/weather-data.c
@@ -417,7 +417,7 @@ make_combined_timeslice(xml_weather *wd,
 {
 xml_time *comb, *start, *end;
 gboolean ipol = (between_t != NULL) ? TRUE : FALSE;
-guint i;
+gint i;
 
 /* find point data at start of interval (may not be available) */
 start = get_timeslice(wd, interval->start, interval->start, NULL);
@@ -498,7 +498,7 @@ merge_timeslice(xml_weather *wd,
 {
 xml_time *old_ts, *new_ts;
 time_t now_t = time(NULL);
-guint i;
+guint index;
 
 g_assert(wd != NULL);
 if (G_UNLIKELY(wd == NULL))
@@ -515,12 +515,12 @@ merge_timeslice(xml_weather *wd,
 
 /* check if there is a timeslice with the same interval and
replace it with the current data */
-old_ts = get_timeslice(wd, timeslice->start, timeslice->end, &i);
+old_ts = get_timeslice(wd, timeslice->start, timeslice->end, &index);
 if (old_ts) {
 xml_time_free(old_ts);
-g_array_remove_index(wd->timeslices, i);
-g_array_insert_val(wd->timeslices, i, new_ts);
-weather_debug("Replaced existing timeslice at %d.", i);
+g_array_remove_index(wd->timeslices, index);
+g_array_insert_val(wd->timeslices, index, new_ts);
+weather_debug("Replaced existing timeslice at %d.", index);
 } else {
 g_array_prepend_val(wd->timeslices, new_ts);
 //weather_debug("Prepended timeslice to the existing timeslices.");
@@ -700,8 +700,8 @@ find_point_data(const xml_weather *wd,
 {
 point_data_results *found;
 xml_time *timeslice;
-guint i;
 gdouble diff;
+gint i;
 
 found = g_slice_new0(point_data_results);
 found->before = g_array_new(FALSE, TRUE, sizeof(xml_time *));
diff --git a/panel-plugin/weather-debug.c b/panel-plugin/weather-debug.c
index e3bc0b6..2e85acd 100644
--- a/panel-plugin/weather-debug.c
+++ b/panel-plugin/weather-debug.c
@@ -56,7 +56,7 @@ weather_debug_init(const gchar *log_domain,
 const gchar *debug_env;
 gchar *debug_env_new_array[] = { NULL, NULL, NULL, NULL };
 gchar *debug_env_new;
-guint i = 0, j = 0;
+gint i = 0, j = 0;
 
 if (debug_mode) {
 debug_env = g_getenv("G_MESSAGES_DEBUG");
@@ -373,7 +373,7 @@ weather_dump_weatherdata(const xml_weather *wd)
 GString *out;
 xml_time *timeslice;
 gchar *result, *tmp;
-guint i;
+gint i;
 
 if (G_UNLIKELY(wd == NULL))
 return g_strdup("No weather data.");
diff --git a/panel-plugin/weather-par

[Xfce4-commits] Remove unused functions.

2012-12-10 Thread Harald Judt
Updating branch refs/heads/master
 to 729c9a82c37670ac5b155340d6e8f9080b3456c2 (commit)
   from bf677ce8060735744f29ae3578ddc256546cff6c (commit)

commit 729c9a82c37670ac5b155340d6e8f9080b3456c2
Author: Harald Judt 
Date:   Mon Dec 10 19:25:18 2012 +0100

Remove unused functions.

 panel-plugin/weather-data.c |   89 ---
 1 files changed, 0 insertions(+), 89 deletions(-)

diff --git a/panel-plugin/weather-data.c b/panel-plugin/weather-data.c
index d3b8a4d..02a8399 100644
--- a/panel-plugin/weather-data.c
+++ b/panel-plugin/weather-data.c
@@ -584,95 +584,6 @@ time_calc_day(const struct tm time_tm,
 
 
 /*
- * Find timeslice of the given interval near start and end
- * times. Shift maximum prev_hours_limit hours into the past and
- * next_hours_limit hours into the future.
- */
-static xml_time *
-find_timeslice(xml_weather *wd,
-   struct tm start_tm,
-   struct tm end_tm,
-   const gint prev_hours_limit,
-   const gint next_hours_limit)
-{
-xml_time *timeslice;
-time_t start_t, end_t;
-gint hours = 0;
-
-/* set start and end times to the exact hour */
-end_tm.tm_min = start_tm.tm_min = 0;
-end_tm.tm_sec = start_tm.tm_sec = 0;
-
-while (hours >= prev_hours_limit && hours <= next_hours_limit) {
-/* check previous hours */
-if ((0 - hours) >= prev_hours_limit) {
-start_t = time_calc_hour(start_tm, 0 - hours);
-end_t = time_calc_hour(end_tm, 0 - hours);
-
-if ((timeslice = get_timeslice(wd, start_t, end_t, NULL)))
-return timeslice;
-}
-
-/* check later hours */
-if (hours != 0 && hours <= next_hours_limit) {
-start_t = time_calc_hour(start_tm, hours);
-end_t = time_calc_hour(end_tm, hours);
-
-if ((timeslice = get_timeslice(wd, start_t, end_t, NULL)))
-return timeslice;
-}
-hours++;
-}
-return NULL;
-}
-
-
-/*
- * Find the timeslice with the shortest interval near the given start
- * and end times
- */
-static xml_time *
-find_shortest_timeslice(xml_weather *wd,
-struct tm start_tm,
-struct tm end_tm,
-const gint prev_hours_limit,
-const gint next_hours_limit,
-const gint interval_limit)
-{
-xml_time *interval_data;
-time_t start_t, end_t;
-gint interval;
-
-/* set start and end times to the exact hour */
-end_tm.tm_min = start_tm.tm_min = 0;
-end_tm.tm_sec = start_tm.tm_sec = 0;
-
-start_t = mktime(&start_tm);
-end_t = mktime(&end_tm);
-
-start_tm = *localtime(&start_t);
-end_tm = *localtime(&end_t);
-
-/* minimum interval is provided by start_tm and end_tm */
-interval = (gint) (difftime(end_t, start_t) / 3600);
-
-while (interval <= interval_limit) {
-interval_data = find_timeslice(wd, start_tm, end_tm,
-   prev_hours_limit, next_hours_limit);
-if (interval_data != NULL)
-return interval_data;
-
-interval++;
-start_t = mktime(&start_tm);
-end_t = time_calc_hour(end_tm, interval);
-start_tm = *localtime(&start_t);
-end_tm = *localtime(&end_t);
-}
-return NULL;
-}
-
-
-/*
  * Compare two xml_time structs using their start and end times,
  * returning the result as a qsort()-style comparison function (less
  * than zero for first arg is less than second arg, zero for equal,
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Fix cppcheck test results.

2012-12-10 Thread Harald Judt
Updating branch refs/heads/master
 to bf677ce8060735744f29ae3578ddc256546cff6c (commit)
   from 84b595ba41a2cdd9a1969469e7bec79abe5dfe1a (commit)

commit bf677ce8060735744f29ae3578ddc256546cff6c
Author: Harald Judt 
Date:   Mon Dec 10 19:24:39 2012 +0100

Fix cppcheck test results.

 panel-plugin/weather-config.c|7 ++-
 panel-plugin/weather-data.c  |5 ++---
 panel-plugin/weather-debug.c |8 +++-
 panel-plugin/weather-icon.c  |1 -
 panel-plugin/weather-scrollbox.c |2 +-
 panel-plugin/weather-search.c|3 +--
 panel-plugin/weather-summary.c   |2 +-
 panel-plugin/weather-translate.c |6 +-
 panel-plugin/weather.c   |   18 --
 9 files changed, 15 insertions(+), 37 deletions(-)

diff --git a/panel-plugin/weather-config.c b/panel-plugin/weather-config.c
index 91d170f..30aef60 100644
--- a/panel-plugin/weather-config.c
+++ b/panel-plugin/weather-config.c
@@ -222,7 +222,7 @@ cb_lookup_altitude(SoupSession *session,
gpointer user_data)
 {
 xfceweather_dialog *dialog = (xfceweather_dialog *) user_data;
-xml_altitude *altitude = NULL;
+xml_altitude *altitude;
 gdouble alt;
 
 altitude = (xml_altitude *)
@@ -248,7 +248,7 @@ cb_lookup_timezone(SoupSession *session,
gpointer user_data)
 {
 xfceweather_dialog *dialog = (xfceweather_dialog *) user_data;
-xml_timezone *timezone = NULL;
+xml_timezone *timezone;
 gint tz;
 
 timezone = (xml_timezone *)
@@ -1002,9 +1002,6 @@ button_scrollbox_color_pressed(GtkWidget *button,
gpointer user_data)
 {
 xfceweather_dialog *dialog = (xfceweather_dialog *) user_data;
-GtkStyle *style;
-GdkColor color;
-gchar *colstr;
 
 if (event->type != GDK_BUTTON_PRESS)
 return FALSE;
diff --git a/panel-plugin/weather-data.c b/panel-plugin/weather-data.c
index 7e50a2c..d3b8a4d 100644
--- a/panel-plugin/weather-data.c
+++ b/panel-plugin/weather-data.c
@@ -415,8 +415,7 @@ make_combined_timeslice(xml_weather *wd,
 const xml_time *interval,
 const time_t *between_t)
 {
-xml_time *comb, *start = NULL, *end = NULL;
-xml_location *combloc, *startloc, *endloc;
+xml_time *comb, *start, *end;
 gboolean ipol = (between_t != NULL) ? TRUE : FALSE;
 guint i;
 
@@ -788,7 +787,7 @@ find_point_data(const xml_weather *wd,
 const gdouble min_diff,
 const gdouble max_diff)
 {
-point_data_results *found = NULL;
+point_data_results *found;
 xml_time *timeslice;
 guint i;
 gdouble diff;
diff --git a/panel-plugin/weather-debug.c b/panel-plugin/weather-debug.c
index e879f8b..e3bc0b6 100644
--- a/panel-plugin/weather-debug.c
+++ b/panel-plugin/weather-debug.c
@@ -113,7 +113,6 @@ gchar *
 weather_debug_strftime_t(const time_t t)
 {
 struct tm tm;
-gchar *res;
 gchar str[20];
 size_t size;
 
@@ -228,14 +227,14 @@ weather_dump_astrodata(const xml_astro *astro)
 {
 gchar *out, *sunrise, *sunset, *moonrise, *moonset;
 
+if (!astro)
+return g_strdup("No astronomical data.");
+
 sunrise = weather_debug_strftime_t(astro->sunrise);
 sunset = weather_debug_strftime_t(astro->sunset);
 moonrise = weather_debug_strftime_t(astro->moonrise);
 moonset = weather_debug_strftime_t(astro->moonset);
 
-if (!astro)
-return g_strdup("No astronomical data.");
-
 out = g_strdup_printf("Astronomical data:\n"
   "  \n"
   "  sunrise: %s\n"
@@ -408,7 +407,6 @@ gchar *
 weather_dump_plugindata(const plugin_data *data)
 {
 GString *out;
-GtkOrientation orientation, panel_orientation;
 gchar *last_astro_update, *last_data_update, *last_conditions_update;
 gchar *result;
 
diff --git a/panel-plugin/weather-icon.c b/panel-plugin/weather-icon.c
index 6422e12..f9c429f 100644
--- a/panel-plugin/weather-icon.c
+++ b/panel-plugin/weather-icon.c
@@ -46,7 +46,6 @@ get_icon(const icon_theme *theme,
 GdkPixbuf *image = NULL;
 const gchar* dir;
 gchar *filename, *suffix = "";
-guint i;
 
 g_assert(theme != NULL);
 if (G_UNLIKELY(!theme)) {
diff --git a/panel-plugin/weather-scrollbox.c b/panel-plugin/weather-scrollbox.c
index 7104511..6f4dd79 100644
--- a/panel-plugin/weather-scrollbox.c
+++ b/panel-plugin/weather-scrollbox.c
@@ -380,7 +380,7 @@ void
 gtk_scrollbox_set_color(GtkScrollbox *self,
 const GdkColor color)
 {
-PangoAttribute *pattr = NULL;
+PangoAttribute *pattr;
 
 g_return_if_fail(GTK_IS_SCROLLBOX(self));
 
diff --git a/panel-plugin/weather-search.c b/panel-plugin/weather-search.c
index 48991bd..d4b18fa 100644
--- a/panel-plugin/weather-search.c
+++ b/panel-plugin/weather-search.c
@@ -364,9 +364,8 @@ cb_geolocation(SoupSession *session,
 {
 geolocation_data *data = (ge

[Xfce4-commits] Really fix too long latitude/longitude from search results.

2012-12-10 Thread Harald Judt
Updating branch refs/heads/master
 to 84b595ba41a2cdd9a1969469e7bec79abe5dfe1a (commit)
   from 7918026fe7a732cebbae73a2e29406af639bc1fa (commit)

commit 84b595ba41a2cdd9a1969469e7bec79abe5dfe1a
Author: Harald Judt 
Date:   Mon Dec 10 18:55:00 2012 +0100

Really fix too long latitude/longitude from search results.

Latitude and longitude spin buttons only have 6 digits, but we format
them to 7 digits. This error got introduced during rebase of the cache-data
branch.

 panel-plugin/weather-config.c |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/panel-plugin/weather-config.c b/panel-plugin/weather-config.c
index 924f28d..91d170f 100644
--- a/panel-plugin/weather-config.c
+++ b/panel-plugin/weather-config.c
@@ -350,18 +350,18 @@ cb_findlocation(GtkButton *button,
 xfceweather_dialog *dialog = (xfceweather_dialog *) user_data;
 search_dialog *sdialog;
 gchar *loc_name, *lat, *lon;
-gchar latbuf[15], lonbuf[15];
+gchar latbuf[10], lonbuf[10];
 
 sdialog = create_search_dialog(NULL, dialog->pd->session);
 
 gtk_widget_set_sensitive(GTK_WIDGET(button), FALSE);
 if (run_search_dialog(sdialog)) {
 /* limit digit precision of coordinates from search results */
-lat = g_ascii_formatd(latbuf, 15, "%.7f",
+lat = g_ascii_formatd(latbuf, 10, "%.6f",
   string_to_double(sdialog->result_lat, 0));
 gtk_spin_button_set_value(GTK_SPIN_BUTTON(dialog->spin_lat),
   string_to_double(lat, 0));
-lon = g_ascii_formatd(lonbuf, 15, "%.7f",
+lon = g_ascii_formatd(lonbuf, 10, "%.6f",
   string_to_double(sdialog->result_lon, 0));
 gtk_spin_button_set_value(GTK_SPIN_BUTTON(dialog->spin_lon),
   string_to_double(lon, 0));
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Release thumbnail in gst thumbnailer.

2012-12-10 Thread Nick Schermer
Updating branch refs/heads/master
 to 089c57799b024cd3e5ccb0eff38d793776938840 (commit)
   from 4fcf7ddfd75ff87ff172c180d0834095527cc0ff (commit)

commit 089c57799b024cd3e5ccb0eff38d793776938840
Author: Nick Schermer 
Date:   Mon Dec 10 17:43:57 2012 +0100

Release thumbnail in gst thumbnailer.

 plugins/gst-thumbnailer/gst-thumbnailer.c |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/plugins/gst-thumbnailer/gst-thumbnailer.c 
b/plugins/gst-thumbnailer/gst-thumbnailer.c
index 2998341..284a0b9 100644
--- a/plugins/gst-thumbnailer/gst-thumbnailer.c
+++ b/plugins/gst-thumbnailer/gst-thumbnailer.c
@@ -636,4 +636,6 @@ gst_thumbnailer_create (TumblerAbstractThumbnailer 
*thumbnailer,
  tumbler_file_info_get_uri (info));
 }
 }
+
+  g_object_unref (thumbnail);
 }
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Portuguese (pt) translation to 100%

2012-12-10 Thread Transifex
Updating branch refs/heads/master
 to edeb362cd2819720f03adaa484b8f03b3f867299 (commit)
   from ed15c43d033c92e800bce34f49533359c8784699 (commit)

commit edeb362cd2819720f03adaa484b8f03b3f867299
Author: Sergio Marques 
Date:   Mon Dec 10 15:41:10 2012 +0100

l10n: Updated Portuguese (pt) translation to 100%

New status: 633 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/pt.po |  484 +++--
 1 files changed, 246 insertions(+), 238 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index 7fa19e7..f69dda1 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: midori\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-12-07 20:21+\n"
+"POT-Creation-Date: 2012-12-10 12:33+\n"
 "PO-Revision-Date: \n"
 "Last-Translator: Sérgio Marques \n"
 "Language-Team: Portuguese\n"
@@ -28,7 +28,7 @@ msgid "Internet;WWW;Explorer"
 msgstr "Internet;WWW;Explorador"
 
 #: ../data/midori.desktop.in.h:3 ../midori/main.c:138 ../midori/main.c:151
-#: ../midori/midori-app.c:1454 ../midori/midori-websettings.c:201
+#: ../midori/midori-app.c:1429 ../midori/midori-websettings.c:201
 msgid "Midori"
 msgstr "Midori"
 
@@ -40,11 +40,11 @@ msgstr "Navegador web Midori"
 msgid "New Private Browsing Window"
 msgstr "Nova janela de navegação privada"
 
-#: ../data/midori.desktop.in.h:6 ../midori/midori-browser.c:1267
+#: ../data/midori.desktop.in.h:6 ../midori/midori-browser.c:1268
 msgid "New Tab"
 msgstr "Novo separador"
 
-#: ../data/midori.desktop.in.h:7 ../midori/midori-browser.c:1264
+#: ../data/midori.desktop.in.h:7 ../midori/midori-browser.c:1265
 msgid "New Window"
 msgstr "Nova janela"
 
@@ -60,7 +60,7 @@ msgstr "Midori (Navegação privada)"
 msgid "Open a new private browsing window"
 msgstr "Abrir nova janela de navegação privada"
 
-#: ../data/midori-private.desktop.in.h:3 ../midori/midori-view.c:3919
+#: ../data/midori-private.desktop.in.h:3 ../midori/midori-view.c:3931
 msgid "Private Browsing"
 msgstr "Navegação privada"
 
@@ -154,62 +154,62 @@ msgstr "Verificar por novas versões a:"
 msgid "An unknown error occured"
 msgstr "Ocorreu um erro desconhecido"
 
-#: ../midori/midori-app.c:1140 ../midori/midori-browser.c:524
+#: ../midori/midori-app.c:1115 ../midori/midori-browser.c:524
 #, c-format
 msgid "Unexpected action '%s'."
 msgstr "Ação inesperada \"%s\"."
 
-#: ../midori/midori-app.c:1362 ../midori/midori-browser.c:6020
+#: ../midori/midori-app.c:1337 ../midori/midori-browser.c:6025
 msgid "_Bookmarks"
 msgstr "_Marcadores"
 
-#: ../midori/midori-app.c:1363
+#: ../midori/midori-app.c:1338
 msgid "Add Boo_kmark"
 msgstr "Adicionar mar_cador"
 
-#: ../midori/midori-app.c:1364
+#: ../midori/midori-app.c:1339
 msgid "_Extensions"
 msgstr "_Extensões"
 
 #. i18n: Browsing history, visited web pages, closed tabs
-#: ../midori/midori-app.c:1365 ../midori/midori-privatedata.c:153
+#: ../midori/midori-app.c:1340 ../midori/midori-privatedata.c:153
 msgid "_History"
 msgstr "_Histórico"
 
-#: ../midori/midori-app.c:1366
+#: ../midori/midori-app.c:1341
 msgid "_Userscripts"
 msgstr "\"Scripts\" de _utilizador"
 
-#: ../midori/midori-app.c:1367
+#: ../midori/midori-app.c:1342
 msgid "User_styles"
 msgstr "Estilo_s de utilizador"
 
-#: ../midori/midori-app.c:1368
+#: ../midori/midori-app.c:1343
 msgid "New _Tab"
 msgstr "No_vo separador"
 
-#: ../midori/midori-app.c:1369
+#: ../midori/midori-app.c:1344
 msgid "_Transfers"
 msgstr "_Transferências"
 
-#: ../midori/midori-app.c:1370
+#: ../midori/midori-app.c:1345
 msgid "Netscape p_lugins"
 msgstr "\"P_lug-ins\" Netscape"
 
-#: ../midori/midori-app.c:1371
+#: ../midori/midori-app.c:1346
 msgid "_Closed Tabs"
 msgstr "Separadores _fechados"
 
-#: ../midori/midori-app.c:1372 ../midori/midori-browser.c:5165
+#: ../midori/midori-app.c:1347 ../midori/midori-browser.c:5164
 msgid "New _Window"
 msgstr "_Nova janela"
 
-#: ../midori/midori-app.c:1373
+#: ../midori/midori-app.c:1348
 msgid "New _Folder"
 msgstr "Nova _pasta"
 
-#: ../midori/midori-app.c:1428 ../midori/midori-app.c:1431
-#: ../midori/midori-app.c:1434
+#: ../midori/midori-app.c:1403 ../midori/midori-app.c:1406
+#: ../midori/midori-app.c:1409
 msgid "[Addresses]"
 msgstr "[Endereços]"
 
@@ -230,22 +230,22 @@ msgstr "Formato de marcadores não reconhecido."
 msgid "Writing failed."
 msgstr "Falha ao escrever."
 
-#: ../midori/midori-browser.c:337 ../midori/midori-browser.c:5301
+#: ../midori/midori-browser.c:337 ../midori/midori-browser.c:5300
 msgid "Go forward to the next page"
 msgstr "Ir para a página seguinte"
 
 #. i18n: Visit the following logical page, ie. in a forum or blog
-#: ../midori/midori-browser.c:344 ../midori/midori-browser.c:5309
-#: ../midori/midori-browser.c:5312
+#: ../midori/midori-browser.c:344 ../midori/midori-browser.c:5308
+#: ../midori/midori-browser.c:5311
 msgid "Go to the next sub-page"
 msgstr "Ir para a sub

[Xfce4-commits] l10n: Updated Portuguese (pt) translation to 100%

2012-12-10 Thread Transifex
Updating branch refs/heads/master
 to 3d204364b82350735113c686e7d215f7f025c069 (commit)
   from 64009f491651b1d2ee95b8bc2bce2c226f3c7b3b (commit)

commit 3d204364b82350735113c686e7d215f7f025c069
Author: Sergio Marques 
Date:   Mon Dec 10 15:40:04 2012 +0100

l10n: Updated Portuguese (pt) translation to 100%

New status: 113 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/pt.po |   53 +++--
 1 files changed, 27 insertions(+), 26 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index aa124e8..bb33467 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -2,12 +2,12 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Nuno Miguel , 2007-2012.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-11 09:00+\n"
+"POT-Creation-Date: 2012-12-10 13:27+\n"
 "PO-Revision-Date: 2012-04-13 00:06+0100\n"
 "Last-Translator: Nuno Miguel \n"
 "Language-Team: \n"
@@ -35,24 +35,25 @@ msgstr "Mostrar informação da versão e sair"
 msgid "Thunar Volume Manager"
 msgstr "Gestor de volumes Thunar"
 
-#: ../thunar-volman/main.c:119
+#: ../thunar-volman/main.c:121
 msgid "All rights reserved."
 msgstr "Todos os direitos reservados."
 
-#: ../thunar-volman/main.c:120
+#: ../thunar-volman/main.c:122
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Por favor, reporte os erros para <%s>."
 
-#: ../thunar-volman/main.c:174
+#: ../thunar-volman/main.c:176
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "Não existe qualquer dispositivo no caminho \"%s\" do sysfs "
 
-#: ../thunar-volman/main.c:186
+#: ../thunar-volman/main.c:188
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
-msgstr "Tem de especificar o caminho sysfs do novo dispositivo com 
--device-added"
+msgstr ""
+"Tem de especificar o caminho sysfs do novo dispositivo com --device-added"
 
 #. ...so we need to prompt what to do
 #: ../thunar-volman/tvm-block-device.c:204
@@ -72,8 +73,7 @@ msgstr "Deseja importar as fotos ou gerir a música?"
 #: ../thunar-volman/tvm-block-device.c:378
 #: ../thunar-volman/tvm-block-device.c:425
 #: ../thunar-volman/tvm-block-device.c:507
-#: ../thunar-volman/tvm-block-device.c:829
-#: ../thunar-volman/tvm-run.c:192
+#: ../thunar-volman/tvm-block-device.c:829 ../thunar-volman/tvm-run.c:192
 #: ../thunar-volman/tvm-run.c:203
 msgid "Ig_nore"
 msgstr "Ig_norar"
@@ -97,7 +97,9 @@ msgid "A photo card has been detected"
 msgstr "Foi detetado um cartão de fotos"
 
 #: ../thunar-volman/tvm-block-device.c:275
-msgid "There are photos on the card. Would you like to add these photos to 
your album?"
+msgid ""
+"There are photos on the card. Would you like to add these photos to your "
+"album?"
 msgstr "Existem fotos no cartão. Deseja adicionar as fotos ao seu álbum?"
 
 #. prompt the user to execute the file
@@ -208,13 +210,13 @@ msgstr "_Reproduzir CD"
 
 #: ../thunar-volman/tvm-block-device.c:919
 #, c-format
-msgid "Unknown block device type"
-msgstr "O tipo de dispositivo é desconhecido"
+msgid "Unknown block device type \"%s\""
+msgstr "O tipo de dispositivo \"%s\" é desconhecido"
 
 #: ../thunar-volman/tvm-device.c:139
 #, c-format
-msgid "Device type not supported"
-msgstr "O tipo de dispositivo não é suportado"
+msgid "Device type \"%s\" not supported"
+msgstr "O tipo de dispositivo \"%s\" não é suportado"
 
 #: ../thunar-volman/tvm-input-device.c:75
 msgid "Keyboard detected"
@@ -244,8 +246,8 @@ msgstr "Foi detetado um rato"
 
 #: ../thunar-volman/tvm-input-device.c:141
 #, c-format
-msgid "Unsupported input device type"
-msgstr "O dispositivo introduzido não é suportado"
+msgid "Unsupported input device type \"%s\""
+msgstr "O tipo de dispositivo introduzido \"%s\" não é suportado"
 
 #: ../thunar-volman/tvm-run.c:171
 #, c-format
@@ -260,8 +262,7 @@ msgstr "Inserido um DVD vazio"
 msgid "You have inserted a blank DVD."
 msgstr "Inseriu um DVD vazio."
 
-#: ../thunar-volman/tvm-run.c:191
-#: ../thunar-volman/tvm-run.c:202
+#: ../thunar-volman/tvm-run.c:191 ../thunar-volman/tvm-run.c:202
 msgid "What would you like to do?"
 msgstr "Que deseja fazer?"
 
@@ -313,8 +314,8 @@ msgstr "Foi detetada uma impressora USB"
 
 #: ../thunar-volman/tvm-usb-device.c:100
 #, c-format
-msgid "Unsupported USB device type"
-msgstr "O dispositivo USB não é suportado"
+msgid "Unsupported USB device type \"%s\""
+msgstr "O tipo de dispositivo USB \"%s\" não é suportado"
 
 #. setup application name
 #: ../thunar-volman-settings/main.c:52
@@ -355,7 +356,7 @@ msgid "Shell Scripts"
 msgstr "Scripts Shell"
 
 #. Storage
-#.
+#. 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:130
 msgid "Storage"
 msgstr "Armazenamento"
@@ -401,7 +402,7 @@ msgid "Command for A_udio CDs:"
 msgstr "Comando para CDs de á_udio:"
 
 #.

[Xfce4-commits] l10n: Updated Ukrainian (uk) translation to 100%

2012-12-10 Thread Transifex
Updating branch refs/heads/master
 to 4ec98c9b782956e836fcb36e22379c96c502598c (commit)
   from 099587510ad1095f3fb0435059688864fb5a3775 (commit)

commit 4ec98c9b782956e836fcb36e22379c96c502598c
Author: Yarema aka Knedlyk 
Date:   Mon Dec 10 14:09:08 2012 +0100

l10n: Updated Ukrainian (uk) translation to 100%

New status: 212 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/uk.po |  143 -
 1 files changed, 84 insertions(+), 59 deletions(-)

diff --git a/po/uk.po b/po/uk.po
index 20a5711..4fdaf23 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: parole\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-12-06 23:09+\n"
+"POT-Creation-Date: 2012-12-10 12:45+\n"
 "PO-Revision-Date: 2011-05-27 14:30+0200\n"
 "Last-Translator: Dmitry Nikitin \n"
 "Language-Team: Ukrainian <>\n"
@@ -29,16 +29,20 @@ msgid "4:3 (TV)"
 msgstr "4:3 (ТБ)"
 
 #: ../data/interfaces/parole.ui.h:4
-msgid "Song Title"
-msgstr "Назва пісні"
+msgid ""
+"by Unknown "
+"Artist"
+msgstr "by Невідомий виконавець"
 
 #: ../data/interfaces/parole.ui.h:5
-msgid "by Song Artist"
-msgstr "Виконана виконавцем"
+msgid ""
+"on Unknown "
+"Album"
+msgstr "on Невідомий альбом"
 
 #: ../data/interfaces/parole.ui.h:6
-msgid "on Song Album (2012)"
-msgstr "в Альбомі пісень (2012)"
+msgid "Unknown Song"
+msgstr "Невідома пісня"
 
 #: ../data/interfaces/parole.ui.h:7 ../src/misc/parole-filters.c:64
 msgid "Audio"
@@ -57,7 +61,7 @@ msgstr "Авто"
 msgid "Buffering (0%)"
 msgstr "Буферизація (0%)"
 
-#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:692
+#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:707
 msgid "Empty"
 msgstr "Пусто"
 
@@ -344,12 +348,16 @@ msgid "Select File Types (By Extension)"
 msgstr "Вибрати тип файлу (за розширенням)"
 
 #: ../data/interfaces/open-location.ui.h:1
-msgid "Open Location"
-msgstr "Відкрити адресу"
+msgid "Open Network Location"
+msgstr "Відкрити посилання в мережі"
+
+#: ../data/interfaces/open-location.ui.h:2 ../src/parole-open-location.c:192
+msgid "Clear History"
+msgstr "Очистити історію"
 
-#: ../data/interfaces/open-location.ui.h:2
-msgid "Please enter a network URL:"
-msgstr "Введіть адресу URL:"
+#: ../data/interfaces/open-location.ui.h:3
+msgid "Open Network Location"
+msgstr "Відкрити посилання в мережі"
 
 #: ../data/desktop/parole.desktop.in.in.h:1
 msgid "Parole"
@@ -363,46 +371,55 @@ msgstr "Повідомлення"
 msgid "Error"
 msgstr "Помилка"
 
-#: ../src/gst/parole-gst.c:1397
+#: ../src/gst/parole-gst.c:1239 ../src/parole-medialist.c:344
+#, c-format
+msgid "Track %i"
+msgstr "Доріжка %i"
+
+#: ../src/gst/parole-gst.c:1242
+msgid "Audio CD"
+msgstr "Аудіо CD"
+
+#: ../src/gst/parole-gst.c:1442
 msgid "Additional software is required."
 msgstr "Вимагаються додаткові програми."
 
-#: ../src/gst/parole-gst.c:1401
+#: ../src/gst/parole-gst.c:1446
 msgid "Don't Install"
 msgstr "Не встановлювати"
 
-#: ../src/gst/parole-gst.c:1403
+#: ../src/gst/parole-gst.c:1448
 msgid "Install"
 msgstr "Встановлювати"
 
-#: ../src/gst/parole-gst.c:1815
+#: ../src/gst/parole-gst.c:1860
 msgid "Stop"
 msgstr "Зупинити"
 
-#: ../src/gst/parole-gst.c:1816
+#: ../src/gst/parole-gst.c:1861
 msgid "The stream is taking too much time to load"
 msgstr "Потік потребує забагато часу для завантаження"
 
-#: ../src/gst/parole-gst.c:1985
+#: ../src/gst/parole-gst.c:2030
 msgid ""
 "Unable to load playbin GStreamer plugin, check your GStreamer installation"
 msgstr ""
 "Неможливо завантажити модуль GStreamer 'playbin'. Перевірте чи встановлені "
 "модулі GStreamer"
 
-#: ../src/gst/parole-gst.c:2009
+#: ../src/gst/parole-gst.c:2054
 msgid ""
 "Unable to load video GStreamer plugin, check your GStreamer installation"
 msgstr ""
 "Неможливо завантажити модуль GStreamer для роботи з відео. Перевірте чи "
 "встановлені модулі GStreamer"
 
-#: ../src/gst/parole-gst.c:2571 ../src/gst/parole-gst.c:2575
+#: ../src/gst/parole-gst.c:2646 ../src/gst/parole-gst.c:2650
 #, c-format
 msgid "Audio Track #%d"
 msgstr "Доріжка #%d"
 
-#: ../src/gst/parole-gst.c:2609 ../src/gst/parole-gst.c:2613
+#: ../src/gst/parole-gst.c:2684 ../src/gst/parole-gst.c:2688
 #, c-format
 msgid "Subtitle #%d"
 msgstr "Субтитри #%d"
@@ -513,32 +530,32 @@ msgstr "Parole вже працює, використайте-i для відкр
 msgid "Supported files"
 msgstr "Файли що підтримуються"
 
-#: ../src/parole-mediachooser.c:217 ../src/parole-player.c:902
+#: ../src/parole-mediachooser.c:217 ../src/parole-player.c:920
 msgid "All files"
 msgstr "Всі файли"
 
-#: ../src/parole-medialist.c:343
+#: ../src/parole-medialist.c:360
 #, c-format
-msgid "Track %i"
-msgstr "Доріжка %i"
+msgid "Chapter %i"
+msgstr "Розділ %i"
 
-#: ../src/parole-medialist.c:612
+#: ../src/parole-medialist.c:630
 msgid "Permission denied"
 msgstr "Відмовлено в доступі"
 
-#: ../src/parole-medialist.c:614
+#: ..

[Xfce4-commits] l10n: Updated Ukrainian (uk) translation to 100%

2012-12-10 Thread Transifex
Updating branch refs/heads/master
 to 64009f491651b1d2ee95b8bc2bce2c226f3c7b3b (commit)
   from babd8e3e74926fc4c7a9845c873b6465b249f40a (commit)

commit 64009f491651b1d2ee95b8bc2bce2c226f3c7b3b
Author: Yarema aka Knedlyk 
Date:   Mon Dec 10 14:06:26 2012 +0100

l10n: Updated Ukrainian (uk) translation to 100%

New status: 113 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/uk.po |   26 +-
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/po/uk.po b/po/uk.po
index 1dac978..c9efdcd 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.2.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-05-01 19:15+\n"
+"POT-Creation-Date: 2012-12-10 08:06+\n"
 "PO-Revision-Date: 2007-11-10 20:23+0200\n"
 "Last-Translator: Dmitry Nikitin \n"
 "Language-Team: Ukrainian \n"
@@ -37,21 +37,21 @@ msgstr "Показати інформацію про версію і вийти"
 msgid "Thunar Volume Manager"
 msgstr "Thunar Керівник Томів"
 
-#: ../thunar-volman/main.c:119
+#: ../thunar-volman/main.c:121
 msgid "All rights reserved."
 msgstr "Всі права застережено."
 
-#: ../thunar-volman/main.c:120
+#: ../thunar-volman/main.c:122
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Будь-ласка, звітуйте про помилки для <%s>."
 
-#: ../thunar-volman/main.c:174
+#: ../thunar-volman/main.c:176
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "Немає пристрою з шляхом sysfs  \"%s\""
 
-#: ../thunar-volman/main.c:186
+#: ../thunar-volman/main.c:188
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "Ви повинні вказати шлях sysfs для нових пристроїв з --device-added"
@@ -211,13 +211,13 @@ msgstr "_Слухати CD"
 
 #: ../thunar-volman/tvm-block-device.c:919
 #, c-format
-msgid "Unknown block device type"
-msgstr "Невідомий тип блок-пристрою"
+msgid "Unknown block device type \"%s\""
+msgstr "Невідомий тип \"%s\" блок-пристрою"
 
 #: ../thunar-volman/tvm-device.c:139
 #, c-format
-msgid "Device type not supported"
-msgstr "Тип пристрою не підтримується"
+msgid "Device type \"%s\" not supported"
+msgstr "Тип пристрою \"%s\" не підтримується"
 
 #: ../thunar-volman/tvm-input-device.c:75
 msgid "Keyboard detected"
@@ -247,8 +247,8 @@ msgstr "Було виявлено мишку"
 
 #: ../thunar-volman/tvm-input-device.c:141
 #, c-format
-msgid "Unsupported input device type"
-msgstr "Невідомий тип пристрою вводу"
+msgid "Unsupported input device type \"%s\""
+msgstr "Невідомий тип \"%s\" пристрою вводу"
 
 #: ../thunar-volman/tvm-run.c:171
 #, c-format
@@ -315,8 +315,8 @@ msgstr "Було виявлено друкарку USB"
 
 #: ../thunar-volman/tvm-usb-device.c:100
 #, c-format
-msgid "Unsupported USB device type"
-msgstr "Тип пристрою USB не підтримується"
+msgid "Unsupported USB device type \"%s\""
+msgstr "Тип пристрою USB \"%s\" не підтримується "
 
 #. setup application name
 #: ../thunar-volman-settings/main.c:52
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Dutch (Flemish) (nl) translation to 100%

2012-12-10 Thread Transifex
Updating branch refs/heads/master
 to babd8e3e74926fc4c7a9845c873b6465b249f40a (commit)
   from 337b272bf5c55753bae76546b4f85a5bd249f7c8 (commit)

commit babd8e3e74926fc4c7a9845c873b6465b249f40a
Author: Pjotr vertaalt 
Date:   Mon Dec 10 11:15:37 2012 +0100

l10n: Updated Dutch (Flemish) (nl) translation to 100%

New status: 113 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/nl.po |   26 +-
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/po/nl.po b/po/nl.po
index f7d6c05..f93485a 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 08:45+\n"
+"POT-Creation-Date: 2012-12-10 08:06+\n"
 "PO-Revision-Date: 2011-09-08 14:06+0200\n"
 "Last-Translator: Pjotr\n"
 "Language-Team: Dutch (Flemish)\n"
@@ -37,21 +37,21 @@ msgstr "Druk versie-informatie af en sluit af"
 msgid "Thunar Volume Manager"
 msgstr "Thunar Mediumbeheerder"
 
-#: ../thunar-volman/main.c:119
+#: ../thunar-volman/main.c:121
 msgid "All rights reserved."
 msgstr "Alle rechten voorbehouden."
 
-#: ../thunar-volman/main.c:120
+#: ../thunar-volman/main.c:122
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Fouten graag melden aan <%s>."
 
-#: ../thunar-volman/main.c:174
+#: ../thunar-volman/main.c:176
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "Er is geen apparaat met het sysfs-pad '%s'"
 
-#: ../thunar-volman/main.c:186
+#: ../thunar-volman/main.c:188
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr ""
@@ -214,13 +214,13 @@ msgstr "CD _afspelen"
 
 #: ../thunar-volman/tvm-block-device.c:919
 #, c-format
-msgid "Unknown block device type"
-msgstr "Onbekend type blokapparaat"
+msgid "Unknown block device type \"%s\""
+msgstr "Onbekend type blokapparaat '%s'"
 
 #: ../thunar-volman/tvm-device.c:139
 #, c-format
-msgid "Device type not supported"
-msgstr "Apparaattype niet ondersteund"
+msgid "Device type \"%s\" not supported"
+msgstr "Apparaattype '%s' niet ondersteund"
 
 #: ../thunar-volman/tvm-input-device.c:75
 msgid "Keyboard detected"
@@ -250,8 +250,8 @@ msgstr "Er werd een muis aangetroffen"
 
 #: ../thunar-volman/tvm-input-device.c:141
 #, c-format
-msgid "Unsupported input device type"
-msgstr "Niet-ondersteund type invoerapparaat"
+msgid "Unsupported input device type \"%s\""
+msgstr "Niet-ondersteund type invoerapparaat '%s'"
 
 #: ../thunar-volman/tvm-run.c:171
 #, c-format
@@ -318,8 +318,8 @@ msgstr "Er werd een USB-printer gevonden"
 
 #: ../thunar-volman/tvm-usb-device.c:100
 #, c-format
-msgid "Unsupported USB device type"
-msgstr "Niet-ondersteund type USB-apparaat"
+msgid "Unsupported USB device type \"%s\""
+msgstr "Niet-ondersteund type USB-apparaat '%s'"
 
 #. setup application name
 #: ../thunar-volman-settings/main.c:52
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Dutch (Flemish) (nl) translation to 100%

2012-12-10 Thread Transifex
Updating branch refs/heads/master
 to 099587510ad1095f3fb0435059688864fb5a3775 (commit)
   from 8c0a35236d79d238a63a3c23216f363a6fed5b8d (commit)

commit 099587510ad1095f3fb0435059688864fb5a3775
Author: Pjotr vertaalt 
Date:   Mon Dec 10 11:14:03 2012 +0100

l10n: Updated Dutch (Flemish) (nl) translation to 100%

New status: 212 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/nl.po |  143 -
 1 files changed, 84 insertions(+), 59 deletions(-)

diff --git a/po/nl.po b/po/nl.po
index 78ba1c2..7a7521b 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: parole\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-12-06 12:27+\n"
+"POT-Creation-Date: 2012-12-10 07:24+\n"
 "PO-Revision-Date: 2012-07-025 11:55+0200\n"
 "Last-Translator: Pjotr\n"
 "Language-Team: Dutch (Flemish)\n"
@@ -34,16 +34,20 @@ msgid "4:3 (TV)"
 msgstr "4:3 (TV)"
 
 #: ../data/interfaces/parole.ui.h:4
-msgid "Song Title"
-msgstr "Titel van nummer"
+msgid ""
+"by Unknown "
+"Artist"
+msgstr "by Onbekende artiest"
 
 #: ../data/interfaces/parole.ui.h:5
-msgid "by Song Artist"
-msgstr "door artiest"
+msgid ""
+"on Unknown "
+"Album"
+msgstr "on Onbekend album"
 
 #: ../data/interfaces/parole.ui.h:6
-msgid "on Song Album (2012)"
-msgstr "op album (2012)"
+msgid "Unknown Song"
+msgstr "Onbekend lied"
 
 #: ../data/interfaces/parole.ui.h:7 ../src/misc/parole-filters.c:64
 msgid "Audio"
@@ -62,7 +66,7 @@ msgstr "Automatisch"
 msgid "Buffering (0%)"
 msgstr "Aan het bufferen (0%)"
 
-#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:692
+#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:707
 msgid "Empty"
 msgstr "Leeg"
 
@@ -353,12 +357,16 @@ msgid "Select File Types (By Extension)"
 msgstr "Bestandtypen selecteren (op extensie)"
 
 #: ../data/interfaces/open-location.ui.h:1
-msgid "Open Location"
-msgstr "Locatie openen"
+msgid "Open Network Location"
+msgstr "Open netwerklocatie"
+
+#: ../data/interfaces/open-location.ui.h:2 ../src/parole-open-location.c:192
+msgid "Clear History"
+msgstr "Geschiedenis wissen"
 
-#: ../data/interfaces/open-location.ui.h:2
-msgid "Please enter a network URL:"
-msgstr "Voer a.u.b. een netwerkadres in:"
+#: ../data/interfaces/open-location.ui.h:3
+msgid "Open Network Location"
+msgstr "Open netwerklocatie"
 
 #: ../data/desktop/parole.desktop.in.in.h:1
 msgid "Parole"
@@ -372,46 +380,55 @@ msgstr "Boodschap"
 msgid "Error"
 msgstr "Fout"
 
-#: ../src/gst/parole-gst.c:1397
+#: ../src/gst/parole-gst.c:1239 ../src/parole-medialist.c:344
+#, c-format
+msgid "Track %i"
+msgstr "Geluidsspoor %i"
+
+#: ../src/gst/parole-gst.c:1242
+msgid "Audio CD"
+msgstr "Audio-CD"
+
+#: ../src/gst/parole-gst.c:1442
 msgid "Additional software is required."
 msgstr "Extra programmatuur is vereist."
 
-#: ../src/gst/parole-gst.c:1401
+#: ../src/gst/parole-gst.c:1446
 msgid "Don't Install"
 msgstr "Niet installeren"
 
-#: ../src/gst/parole-gst.c:1403
+#: ../src/gst/parole-gst.c:1448
 msgid "Install"
 msgstr "Installeren"
 
-#: ../src/gst/parole-gst.c:1815
+#: ../src/gst/parole-gst.c:1860
 msgid "Stop"
 msgstr "Stop"
 
-#: ../src/gst/parole-gst.c:1816
+#: ../src/gst/parole-gst.c:1861
 msgid "The stream is taking too much time to load"
 msgstr "Het laden van de uitzending duurt te lang"
 
-#: ../src/gst/parole-gst.c:1985
+#: ../src/gst/parole-gst.c:2030
 msgid ""
 "Unable to load playbin GStreamer plugin, check your GStreamer installation"
 msgstr ""
 "Kon GStreamer-playbin-invoegtoepassing niet laden. Controleer uw GStreamer-"
 "installatie."
 
-#: ../src/gst/parole-gst.c:2009
+#: ../src/gst/parole-gst.c:2054
 msgid ""
 "Unable to load video GStreamer plugin, check your GStreamer installation"
 msgstr ""
 "Kon de Gstreamer-video-invoegtoepassing niet laden. Controleer uw GStreamer-"
 "installatie."
 
-#: ../src/gst/parole-gst.c:2571 ../src/gst/parole-gst.c:2575
+#: ../src/gst/parole-gst.c:2646 ../src/gst/parole-gst.c:2650
 #, c-format
 msgid "Audio Track #%d"
 msgstr "Geluidsspoor #%d"
 
-#: ../src/gst/parole-gst.c:2609 ../src/gst/parole-gst.c:2613
+#: ../src/gst/parole-gst.c:2684 ../src/gst/parole-gst.c:2688
 #, c-format
 msgid "Subtitle #%d"
 msgstr "Ondertitel #%d"
@@ -523,32 +540,32 @@ msgstr "Parole is al actief, gebruik -i om een nieuwe 
instantie te openen\n"
 msgid "Supported files"
 msgstr "Ondersteunde bestanden"
 
-#: ../src/parole-mediachooser.c:217 ../src/parole-player.c:902
+#: ../src/parole-mediachooser.c:217 ../src/parole-player.c:920
 msgid "All files"
 msgstr "Alle bestanden"
 
-#: ../src/parole-medialist.c:343
+#: ../src/parole-medialist.c:360
 #, c-format
-msgid "Track %i"
-msgstr "Geluidsspoor %i"
+msgid "Chapter %i"
+msgstr "Hoofdstuk %i"
 
-#: ../src/parole-medialist.c:612
+#: ../src/parole-medialist.c:630
 msgid "Permission denied"
 msgstr "Toestemming geweigerd"
 
-#: ../src/parole-mediali