[Xfce4-commits] Add realmedia video to supported video mimetypes (bug #10434)

2013-10-28 Thread Sean Davis
Updating branch refs/heads/master
 to 881b57d087518a8e35c47eef1c5bd128f52850a2 (commit)
   from 2d8ef63938e8a04f425ad20ef8d7176bac1b48c5 (commit)

commit 881b57d087518a8e35c47eef1c5bd128f52850a2
Author: Sean Davis 
Date:   Mon Oct 28 21:42:08 2013 -0400

Add realmedia video to supported video mimetypes (bug #10434)

 data/mime/mime-functions.sh |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/mime/mime-functions.sh b/data/mime/mime-functions.sh
index 370f35b..118040b 100644
--- a/data/mime/mime-functions.sh
+++ b/data/mime/mime-functions.sh
@@ -9,6 +9,6 @@ get_audio_mimetypes ()
 get_video_mimetypes ()
 {
MIMETYPES=`grep -v '^#' $1 | grep -v x-content/ | grep -v audio | grep 
-v "application/x-flac" | grep -v "text/google-video-pointer" | grep -v 
"application/x-quicktime-media-link" | grep -v "application/smil" | grep -v 
"application/smil+xml" | grep -v "application/x-smil" | grep -v 
"application/xspf+xml" | grep -v x-scheme-handler/`
-   MIMETYPES="$MIMETYPES audio/x-pn-realaudio"
+   MIMETYPES="$MIMETYPES audio/x-pn-realaudio application/vnd.rn-realmedia"
 }
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Fix if/else for plugin installer

2013-10-28 Thread Sean Davis
Updating branch refs/heads/master
 to 2d8ef63938e8a04f425ad20ef8d7176bac1b48c5 (commit)
   from 2983de5d5e8c527e3da9659046881c5e8b0c567e (commit)

commit 2d8ef63938e8a04f425ad20ef8d7176bac1b48c5
Author: Sean Davis 
Date:   Mon Oct 28 21:28:42 2013 -0400

Fix if/else for plugin installer

 src/gst/parole-gst.c |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/src/gst/parole-gst.c b/src/gst/parole-gst.c
index 8ca98c9..7fc18cd 100644
--- a/src/gst/parole-gst.c
+++ b/src/gst/parole-gst.c
@@ -1484,7 +1484,7 @@ parole_gst_missing_codec_dialog(ParoleGst *gst, 
GstMessage *msg)
 GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
 #if defined(__linux__)
 GTK_MESSAGE_QUESTION,
-#elif defined(__FreeBSD__)
+#else
 GTK_MESSAGE_WARNING,
 #endif
 GTK_BUTTONS_NONE,
@@ -1492,24 +1492,23 @@ parole_gst_missing_codec_dialog(ParoleGst *gst, 
GstMessage *msg)
 _("Additional software is required.")
 ));
 
-#if defined(__linux__)
 gtk_dialog_add_buttons( GTK_DIALOG(dialog), 
+#if defined(__linux__)
 _("Don't Install"),
 GTK_RESPONSE_REJECT,
 _("Install"), 
 GTK_RESPONSE_ACCEPT,
-NULL );
-#elif defined(__FreeBSD__)
-gtk_dialog_add_button(  GTK_DIALOG(dialog), 
+#else
 _("OK"),
-GTK_RESPONSE_ACCEPT);
+GTK_RESPONSE_ACCEPT,
 #endif
+NULL );
 
 gtk_message_dialog_format_secondary_markup(dialog,
 #if defined(__linux__)
  _("Parole needs %s to play 
this file.\n"
"It can be installed 
automatically."),
-#elif defined(__FreeBSD__)
+#else
  _("Parole needs %s to play 
this file."),
 #endif
  desc);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] I18n: Update translation es (90%).

2013-10-28 Thread Transifex
Updating branch refs/heads/master
 to a32720764e43ca2eb6d068403e73dbfd31df360a (commit)
   from 3ea5d210b223f6dbb1c8a2571eabe3120e5e59de (commit)

commit a32720764e43ca2eb6d068403e73dbfd31df360a
Author: Pablo Lezaeta 
Date:   Tue Oct 29 00:30:32 2013 +0100

I18n: Update translation es (90%).

354 translated messages, 39 untranslated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/es.po |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/es.po b/po/es.po
index 1b5d2bd..04d3fac 100644
--- a/po/es.po
+++ b/po/es.po
@@ -15,7 +15,7 @@ msgstr ""
 "Project-Id-Version: Xfce4-panel\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-08-03 00:30+0200\n"
-"PO-Revision-Date: 2013-10-23 07:04+\n"
+"PO-Revision-Date: 2013-10-28 20:32+\n"
 "Last-Translator: Pablo Lezaeta \n"
 "Language-Team: Spanish 
(http://www.transifex.com/projects/p/xfce/language/es/)\n"
 "MIME-Version: 1.0\n"
@@ -1456,7 +1456,7 @@ msgstr "Borrar el objeto seeccionado"
 
 #: ../plugins/launcher/launcher-dialog.glade.h:20
 msgid "Disable t_ooltips"
-msgstr ""
+msgstr "Desabilitar diálogos emergentes"
 
 #: ../plugins/launcher/launcher-dialog.glade.h:21
 msgid ""
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] I18n: Update translation it (100%).

2013-10-28 Thread Transifex
Updating branch refs/heads/master
 to d70d252e6d275f0ff4d0c6fc304f7f9910bcfd5e (commit)
   from 99f9eb752e8f5e070ae305e8c0ee3e6a6d4ebdce (commit)

commit d70d252e6d275f0ff4d0c6fc304f7f9910bcfd5e
Author: cri 
Date:   Tue Oct 29 00:30:57 2013 +0100

I18n: Update translation it (100%).

29 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/it.po |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/po/it.po b/po/it.po
index 361af35..a9b39b6 100644
--- a/po/it.po
+++ b/po/it.po
@@ -9,8 +9,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-07-03 20:38+0200\n"
-"PO-Revision-Date: 2013-10-11 09:35+\n"
+"POT-Creation-Date: 2013-10-27 18:31+0100\n"
+"PO-Revision-Date: 2013-10-28 19:28+\n"
 "Last-Translator: cri \n"
 "Language-Team: Italian 
(http://www.transifex.com/projects/p/xfce/language/it/)\n"
 "MIME-Version: 1.0\n"
@@ -53,8 +53,8 @@ msgid "Notification Preview"
 msgstr "Anteprima notifica"
 
 #: ../xfce4-notifyd-config/main.c:58
-msgid "This is how notifications will look like"
-msgstr "Ecco come appariranno le notifiche"
+msgid "This is what notifications will look like"
+msgstr "\"Ecco come appariranno le notifiche\""
 
 #: ../xfce4-notifyd-config/main.c:63
 msgid "Button"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] I18n: Update translation es (100%).

2013-10-28 Thread Transifex
Updating branch refs/heads/master
 to df54e380ca680e4462c4c4d97ef4e8efa9e41b6b (commit)
   from 335721a2338dbbc8f3583fdd49bdaf24d04df378 (commit)

commit df54e380ca680e4462c4c4d97ef4e8efa9e41b6b
Author: Pablo Lezaeta 
Date:   Tue Oct 29 00:31:17 2013 +0100

I18n: Update translation es (100%).

111 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/es.po |   91 +++---
 1 file changed, 52 insertions(+), 39 deletions(-)

diff --git a/po/es.po b/po/es.po
index 379d033..2f65d44 100644
--- a/po/es.po
+++ b/po/es.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-01 00:31+0200\n"
-"PO-Revision-Date: 2013-10-09 20:01+\n"
+"POT-Creation-Date: 2013-10-16 00:31+0200\n"
+"PO-Revision-Date: 2013-10-28 20:27+\n"
 "Last-Translator: Pablo Lezaeta \n"
 "Language-Team: Spanish 
(http://www.transifex.com/projects/p/xfce/language/es/)\n"
 "MIME-Version: 1.0\n"
@@ -428,121 +428,134 @@ msgstr "Al borrar un buzón se perderá toda la 
configuración y ésta no podrá
 msgid "Mailboxes"
 msgstr "Buzones"
 
-#: ../panel-plugin/mailwatch-plugin.c:114
-#: ../panel-plugin/mailwatch-plugin.c:433
+#: ../panel-plugin/mailwatch-plugin.c:145
+#: ../panel-plugin/mailwatch-plugin.c:464
 msgid "No new mail"
 msgstr "No hay nuevos correos"
 
-#: ../panel-plugin/mailwatch-plugin.c:130
+#: ../panel-plugin/mailwatch-plugin.c:161
 #, c-format
 msgid "You have %d new message:"
 msgid_plural "You have %d new messages:"
 msgstr[0] "Tiene %d nuevo mensaje:"
 msgstr[1] "Tiene %d nuevos mensajes:"
 
-#: ../panel-plugin/mailwatch-plugin.c:141
+#: ../panel-plugin/mailwatch-plugin.c:172
 #, c-format
 msgid "tells how many new messages in each mailbox|%d in %s"
 msgstr "%d de %s"
 
-#: ../panel-plugin/mailwatch-plugin.c:416
+#: ../panel-plugin/mailwatch-plugin.c:447
 msgid "Xfce Mailwatch"
 msgstr "Xfce Mailwatch"
 
-#: ../panel-plugin/mailwatch-plugin.c:417
+#: ../panel-plugin/mailwatch-plugin.c:448
 msgid "The mailwatch applet cannot be added to the panel."
-msgstr "El applet mailwatch no se puede añadir al panel."
+msgstr "La miniaplicacion mailwatch no se puede añadir al panel."
 
-#: ../panel-plugin/mailwatch-plugin.c:418
+#: ../panel-plugin/mailwatch-plugin.c:449
 msgid ""
 "It is possible that your version of GLib does not have threads support."
 msgstr "Es posible que su versión de GLib no tenga soporte para hilos."
 
-#: ../panel-plugin/mailwatch-plugin.c:644
+#: ../panel-plugin/mailwatch-plugin.c:678
 msgid "Mailwatch log"
 msgstr "Registro de Mailwatch"
 
-#: ../panel-plugin/mailwatch-plugin.c:702
+#: ../panel-plugin/mailwatch-plugin.c:736
 msgid "Log _lines:"
 msgstr "_Líneas de registro:"
 
-#: ../panel-plugin/mailwatch-plugin.c:716
+#: ../panel-plugin/mailwatch-plugin.c:750
 msgid "Show log _status in icon"
 msgstr "Mostrar e_stado del registro en un icono"
 
-#: ../panel-plugin/mailwatch-plugin.c:763
+#: ../panel-plugin/mailwatch-plugin.c:797
 msgid "Select Icon"
 msgstr "Seleccione Icono"
 
-#: ../panel-plugin/mailwatch-plugin.c:795
-#: ../panel-plugin/mailwatch-plugin.c:965
+#: ../panel-plugin/mailwatch-plugin.c:829
+#: ../panel-plugin/mailwatch-plugin.c:1087
 msgid "_Normal"
 msgstr "_Normal"
 
-#: ../panel-plugin/mailwatch-plugin.c:800
+#: ../panel-plugin/mailwatch-plugin.c:834
 msgid "Ne_w mail"
 msgstr "Nue_vo correo"
 
-#: ../panel-plugin/mailwatch-plugin.c:835
-#, c-format
-msgid "Help is unavailable because 'xfhelp4' could not be run: %s"
-msgstr "La ayuda no está disponible porque no se pudo ejecutar 'xfhelp4': %s"
+#: ../panel-plugin/mailwatch-plugin.c:883
+msgid "Failed to open web browser for online documentation"
+msgstr "Fallo al abrir el navegador web para la documentación en línea"
+
+#: ../panel-plugin/mailwatch-plugin.c:931
+msgid "Online Documentation"
+msgstr "Documentación en línea"
+
+#: ../panel-plugin/mailwatch-plugin.c:933
+msgid "Do you want to read the manual online?"
+msgstr "¿Desea leer el manual en línea?"
+
+#: ../panel-plugin/mailwatch-plugin.c:934
+msgid ""
+"You will be redirected to the documentation website where the help pages are"
+" maintained."
+msgstr "Será redireccionado a la página de la documentación donde estas 
páginas de ayuda son mantenida"
 
-#: ../panel-plugin/mailwatch-plugin.c:837
-msgid "Help Unavailable"
-msgstr "Ayuda No Disponible"
+#: ../panel-plugin/mailwatch-plugin.c:938
+msgid "_Read Online"
+msgstr "_Leer en línea"
 
-#: ../panel-plugin/mailwatch-plugin.c:838
-msgid "Failed to run xfhelp4"
-msgstr "Fallo al ejecutar xfhelp4"
+#: ../panel-plugin/mailwatch-plugin.c:949
+msgid "_Always go directly to the online documentation"
+msgstr "_Siempre redireccionar a la documentación en línea"
 
-#: ../panel-plugin/mailwatch-plugin.c:866
+#: ../panel-plugin/mailwatch-plugin.c:988
 #: ../panel-plugin/mailwatch.desktop.in.h:1
 msgid "Mail Watcher"
 msgstr "Aviso de nuevos cor

[Xfce4-commits] I18n: Update translation ru (90%).

2013-10-28 Thread Transifex
Updating branch refs/heads/master
 to 66a16187c26545b0aaf2021ec005b3857ad23f81 (commit)
   from 08fc56b4afa933a0847c10711a0c583252a0dbd4 (commit)

commit 66a16187c26545b0aaf2021ec005b3857ad23f81
Author: shlyapugin 
Date:   Tue Oct 29 00:31:39 2013 +0100

I18n: Update translation ru (90%).

289 translated messages, 30 untranslated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/ru.po |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/ru.po b/po/ru.po
index 6431a0d..e8ae6fb 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -15,7 +15,7 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-07-03 21:29+0200\n"
-"PO-Revision-Date: 2013-10-21 06:19+\n"
+"PO-Revision-Date: 2013-10-28 17:38+\n"
 "Last-Translator: shlyapugin \n"
 "Language-Team: Russian 
(http://www.transifex.com/projects/p/xfce/language/ru/)\n"
 "MIME-Version: 1.0\n"
@@ -378,7 +378,7 @@ msgstr "Укажите местоположение, высоту и часо
 msgid ""
 "Named after the astronomer Anders Celsius who invented the original scale in 
1742, the Celsius scale is an international standard unit and nowadays defined 
using the Kelvin scale. 0 °C is equivalent to 273.15 K and 1 °C difference in 
temperature is exactly the same difference as 1 K. It is defined with the 
melting point of water being roughly at 0 °C and its boiling point at 100 °C at 
one standard atmosphere (1 atm = 1013.5 hPa). Until 1948, the unit was known as 
centigrade - from Latin centum (100) and gradus (steps).\n"
 "In meteorology and everyday life the Celsius scale is very convenient for 
expressing temperatures because its numbers can be an easy indicator for the 
formation of black ice and snow."
-msgstr ""
+msgstr "Названный в честь астронома Андерса Цельсия, придумавшего новую шкалу 
в 1742 году, градус Цельсия является международной единицей измерения и в 
настоящее время определяется через шкалу Кельвина. 0 °C эквивалентно \n273,15 
K, а изменение температуры на 1 °C равнозначно изменению на 1 K. Он был 
определен по точке плавления льда, примерно равной 0 °C, и по точке кипения 
воды в 100 °C при стандартном атмосферном давлении (1 атм = 1013,5 гПа).\nВ 
метеорологии и быту шкала Цельсия очень удобна, так как градусы по этой шкале 
являются понятным индикатором наличи�
 � гололеда или снега."
 
 #: ../panel-plugin/weather-config.c:651
 msgid ""
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] I18n: Update translation es (100%).

2013-10-28 Thread Transifex
Updating branch refs/heads/master
 to 99f9eb752e8f5e070ae305e8c0ee3e6a6d4ebdce (commit)
   from 13b4b74ccd22f22fc663f0af64393dc033ed84ba (commit)

commit 99f9eb752e8f5e070ae305e8c0ee3e6a6d4ebdce
Author: Pablo Lezaeta 
Date:   Tue Oct 29 00:30:57 2013 +0100

I18n: Update translation es (100%).

29 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/es.po |   73 +++---
 1 file changed, 36 insertions(+), 37 deletions(-)

diff --git a/po/es.po b/po/es.po
index c2901c1..b6f4beb 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1,22 +1,23 @@
-# Spanish translations for xfce package
-# Traducciones al español para el paquete xfce.
-# Copyright (C) 2008 THE xfce'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the xfce package.
-#  , 2008.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+#  , 2008
+# Pablo Lezaeta , 2013
 msgid ""
 msgstr ""
-"Project-Id-Version: xfce 4-notifyd\n"
+"Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-04-14 16:51+\n"
-"PO-Revision-Date: 2013-04-14 12:13-0600\n"
-"Last-Translator: Adolfo Jayme Barrientos \n"
-"Language-Team: Spanish\n"
+"POT-Creation-Date: 2013-10-27 18:31+0100\n"
+"PO-Revision-Date: 2013-10-28 20:01+\n"
+"Last-Translator: Pablo Lezaeta \n"
+"Language-Team: Spanish 
(http://www.transifex.com/projects/p/xfce/language/es/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 1.5.4\n"
 
 #: ../xfce4-notifyd/main.c:74 ../xfce4-notifyd/main.c:84
 #: ../xfce4-notifyd-config/main.c:258
@@ -52,8 +53,8 @@ msgid "Notification Preview"
 msgstr "Previsualización de notificación"
 
 #: ../xfce4-notifyd-config/main.c:58
-msgid "This is how notifications will look like"
-msgstr "Así es como se verán las notificaciones"
+msgid "This is what notifications will look like"
+msgstr "Así será como las notificaciones se verán"
 
 #: ../xfce4-notifyd-config/main.c:63
 msgid "Button"
@@ -87,9 +88,7 @@ msgstr "Escriba «%s --help» para opciones de uso."
 #: ../xfce4-notifyd-config/main.c:334
 #, c-format
 msgid "Released under the terms of the GNU General Public License, version 2\n"
-msgstr ""
-"Publicado bajo los términos de la Licencia Pública General de GNU, versión "
-"2\n"
+msgstr "Publicado bajo los términos de la Licencia Pública General de GNU, 
versión 2\n"
 
 #: ../xfce4-notifyd-config/main.c:335
 #, c-format
@@ -97,41 +96,41 @@ msgid "Please report bugs to %s.\n"
 msgstr "Informe de fallos a %s.\n"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:1
-msgid "Bottom left"
-msgstr "Inferior izquierda"
+msgid "Top left"
+msgstr "Superior izquierda"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:2
-msgid "Bottom right"
-msgstr "Inferior derecha"
+msgid "Bottom left"
+msgstr "Inferior izquierda"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:3
-msgid "Default _position:"
-msgstr "_Posición predeterminada:"
+msgid "Top right"
+msgstr "Superior derecha"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:4
-#: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:2
-msgid "Notifications"
-msgstr "Notificaciones"
+msgid "Bottom right"
+msgstr "Inferior derecha"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:5
-msgid "Top left"
-msgstr "Superior izquierda"
+#: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:1
+msgid "Notifications"
+msgstr "Notificaciones"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:6
-msgid "Top right"
-msgstr "Superior derecha"
+msgid "_Preview"
+msgstr "_Previsualizar"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:7
-msgid "_Disappear after:"
-msgstr "_Desaparecer después de:"
-
-#: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:8
 msgid "_Opacity:"
 msgstr "_Opacidad:"
 
+#: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:8
+msgid "_Disappear after:"
+msgstr "_Desaparecer después de:"
+
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:9
-msgid "_Preview"
-msgstr "_Previsualizar"
+msgid "Default _position:"
+msgstr "_Posición predeterminada:"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:10
 msgid "_Theme:"
@@ -141,6 +140,6 @@ msgstr "_Tema:"
 msgid "seconds"
 msgstr "segundos"
 
-#: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:1
+#: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:2
 msgid "Customize how notifications appear on your screen"
 msgstr "Personalice cómo aparecen las notificaciones en la pantalla"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] I18n: Update translation tr (72%).

2013-10-28 Thread Transifex
Updating branch refs/heads/master
 to 6cc3403ce6da2a9d26c3e24ed8c451450d287651 (commit)
   from 66a16187c26545b0aaf2021ec005b3857ad23f81 (commit)

commit 6cc3403ce6da2a9d26c3e24ed8c451450d287651
Author: aybuke 
Date:   Tue Oct 29 00:31:39 2013 +0100

I18n: Update translation tr (72%).

232 translated messages, 87 untranslated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/tr.po |   28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 5d9e5cd..be67192 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -15,7 +15,7 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-07-03 21:29+0200\n"
-"PO-Revision-Date: 2013-10-12 20:04+\n"
+"PO-Revision-Date: 2013-10-28 19:28+\n"
 "Last-Translator: aybuke \n"
 "Language-Team: Turkish 
(http://www.transifex.com/projects/p/xfce/language/tr/)\n"
 "MIME-Version: 1.0\n"
@@ -102,7 +102,7 @@ msgstr "Astronomik veriler alınırken hata oluştu!"
 msgid ""
 "Download of astronomical data failed with HTTP Status Code %d, Reason "
 "phrase: %s"
-msgstr ""
+msgstr "HTTP Durum Kodu %d ile astronomik veri indirme başarısız oldu, Sebep 
ifadesi: %s"
 
 #: ../panel-plugin/weather.c:534
 msgid ""
@@ -120,7 +120,7 @@ msgstr "Hava durumu alınırken hata oluştu!"
 #, c-format
 msgid ""
 "Download of weather data failed with HTTP Status Code %d, Reason phrase: %s"
-msgstr ""
+msgstr "HTTP Durum Kodu %d ile hava durumu verileri indirme başarısız oldu, 
Sebep ifadesi: %s"
 
 #. start receive thread
 #: ../panel-plugin/weather.c:609 ../panel-plugin/weather.c:627
@@ -313,7 +313,7 @@ msgstr "Konu_m adı:"
 msgid ""
 "Change the name for the location to your liking. It is used for display and "
 "does not affect the location parameters in any way."
-msgstr ""
+msgstr "Beğeninize göre konum için isim değiştirin. Bu, gösterim için 
kullanılmaktadır ve herhangi bir şekilde konum parametrelerini etkilemez."
 
 #: ../panel-plugin/weather-config.c:504
 msgid "Chan_ge..."
@@ -321,7 +321,7 @@ msgstr "_Değiştir..."
 
 #: ../panel-plugin/weather-config.c:507
 msgid "Search for a new location and auto-detect its parameters."
-msgstr ""
+msgstr "Yeni bir konumu ve parametrelerini otomatik algılama için aramak."
 
 #: ../panel-plugin/weather-config.c:526
 msgid "Latitud_e:"
@@ -332,7 +332,7 @@ msgid ""
 "Latitude specifies the north-south position of a point on the Earth's "
 "surface. If you change this value manually, you need to provide altitude and"
 " timezone manually too."
-msgstr ""
+msgstr "Enlem Dünya'nın yüzeyinde bir noktanın kuzey-güney mevkisini belirtir. 
Elle bu değeri değiştirirseniz,  rakım ve zaman dilimi de sağlamanız gerekir."
 
 #: ../panel-plugin/weather-config.c:540
 msgid "L_ongitude:"
@@ -343,7 +343,7 @@ msgid ""
 "Longitude specifies the east-west position of a point on the Earth's "
 "surface. If you change this value manually, you need to provide altitude and"
 " timezone manually too."
-msgstr ""
+msgstr "Boylam Dünya'nın yüzeyinde bir noktanın doğu-batı mevkisini belirtir. 
Elle bu değeri değiştirirseniz, rakım ve zaman dilimi de sağlamanız gerekir."
 
 #: ../panel-plugin/weather-config.c:554 ../panel-plugin/weather-config.c:1005
 msgid "Altitu_de:"
@@ -653,7 +653,7 @@ msgstr ""
 msgid ""
 "Shows the forecasts in a table with the daytimes (morning, afternoon, "
 "evening, night) in columns and the days in rows."
-msgstr ""
+msgstr "Sütunlarında günün zamanları (sabah, öğle, akşam, gece) ve 
satırlarında günler olan tabloda tahminleri gösterir."
 
 #: ../panel-plugin/weather-config.c:1203
 msgid "_Icon theme:"
@@ -672,11 +672,11 @@ msgstr ""
 msgid ""
 "Open the user icon themes directory in your file manager, creating it if "
 "necessary."
-msgstr ""
+msgstr "Oluşturmanız gerekirse dosya yöneticisinde kullanıcı simge temaları 
dizini açın."
 
 #: ../panel-plugin/weather-config.c:1240
 msgid "Use only a single _panel row"
-msgstr ""
+msgstr "Sadece tek bir _panel satır kullanın"
 
 #: ../panel-plugin/weather-config.c:1242
 msgid ""
@@ -790,7 +790,7 @@ msgstr ""
 msgid ""
 "This gives the cardinal direction (North, East, South, West) the wind is "
 "coming from."
-msgstr ""
+msgstr "Ana yönler (Kuzey, Doğu, Güney, Batı) rüzgarın geldiği tarafı verir."
 
 #: ../panel-plugin/weather-config.c:1555
 msgid ""
@@ -947,7 +947,7 @@ msgstr "_Ekle"
 msgid ""
 "Add the selected value to the labels that should be displayed in the "
 "scrollbox."
-msgstr ""
+msgstr "Scrollbox'ta görüntülenmesi gereken etiketler için seçilen değeri 
ekleyin."
 
 #: ../panel-plugin/weather-config.c:1897
 msgid "_Remove"
@@ -979,7 +979,7 @@ msgstr "Görüntülemek için etiket listesindeki seçili değeri 
aşağı harek
 
 #: ../panel-plugin/weather-config.c:1933
 msgid "Animate _transitions between labels"
-msgstr ""
+msgstr "Etiketler arasındaki  _geçişi hareketlendirmek "
 
 #: ../panel-plugin/weather-config.c:1938
 msgid ""
@@ -1335,7 +1335,7 @@

[Xfce4-commits] I18n: Update translation es (100%).

2013-10-28 Thread Transifex
Updating branch refs/heads/master
 to aad47bdfa8691aa0d8e49908473cab64bf9a5067 (commit)
   from d027308114e95c21c85de365cf7469fde0ebe499 (commit)

commit aad47bdfa8691aa0d8e49908473cab64bf9a5067
Author: Pablo Lezaeta 
Date:   Tue Oct 29 00:31:52 2013 +0100

I18n: Update translation es (100%).

212 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/es.po |  299 +-
 1 file changed, 178 insertions(+), 121 deletions(-)

diff --git a/po/es.po b/po/es.po
index 499462f..d31a414 100644
--- a/po/es.po
+++ b/po/es.po
@@ -9,8 +9,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfdesktop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-29 18:31+0200\n"
-"PO-Revision-Date: 2013-10-09 20:02+\n"
+"POT-Creation-Date: 2013-10-28 00:31+0100\n"
+"PO-Revision-Date: 2013-10-28 20:17+\n"
 "Last-Translator: Pablo Lezaeta \n"
 "Language-Team: Spanish 
(http://www.transifex.com/projects/p/xfce/language/es/)\n"
 "MIME-Version: 1.0\n"
@@ -19,25 +19,37 @@ msgstr ""
 "Language: es\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../settings/main.c:380 ../src/xfdesktop-special-file-icon.c:295
+#: ../settings/main.c:369 ../src/xfdesktop-special-file-icon.c:295
 #: ../src/xfdesktop-special-file-icon.c:479
 msgid "Home"
 msgstr "Carpeta personal"
 
-#: ../settings/main.c:382
+#: ../settings/main.c:371
 msgid "Filesystem"
 msgstr "Sistema de archivos"
 
-#: ../settings/main.c:384
+#: ../settings/main.c:373
 msgid "Trash"
 msgstr "Papelera"
 
-#: ../settings/main.c:386
+#: ../settings/main.c:375
 msgid "Removable Devices"
 msgstr "Dispositivos extraíbles"
 
+#: ../settings/main.c:377
+msgid "Network Shares"
+msgstr "Compartir redes"
+
+#: ../settings/main.c:379
+msgid "Disks and Drives"
+msgstr "Discos y dispositivos"
+
+#: ../settings/main.c:381
+msgid "Other Items"
+msgstr "Otros objetos"
+
 #. Display the file name, file type, and file size in the tooltip.
-#: ../settings/main.c:491
+#: ../settings/main.c:494
 #, c-format
 msgid ""
 "%s\n"
@@ -45,81 +57,81 @@ msgid ""
 "Size: %s"
 msgstr "%s\nTipo: %s\nTamaño: %s"
 
-#: ../settings/main.c:672
+#: ../settings/main.c:678
 #, c-format
 msgid "Wallpaper for Monitor %d (%s)"
 msgstr "Fondo de pantalla para el Monitor %d (%s)"
 
-#: ../settings/main.c:675
+#: ../settings/main.c:681
 #, c-format
 msgid "Wallpaper for Monitor %d"
 msgstr "Fondo de pantalla para el Monitor %d"
 
-#: ../settings/main.c:681
+#: ../settings/main.c:687
 #, c-format
 msgid "Wallpaper for %s on Monitor %d (%s)"
 msgstr "Fondo de pantalla para %s en el Monitor %d (%s)"
 
-#: ../settings/main.c:685
+#: ../settings/main.c:691
 #, c-format
 msgid "Wallpaper for %s on Monitor %d"
 msgstr "Fondo de pantalla para %s en el Monitor %d"
 
 #. Single monitor and single workspace
-#: ../settings/main.c:692
+#: ../settings/main.c:698
 #, c-format
 msgid "Wallpaper for my desktop"
 msgstr "Fondo de pantalla para mi Escritorio"
 
 #. Single monitor and per workspace wallpaper
-#: ../settings/main.c:695
+#: ../settings/main.c:701
 #, c-format
 msgid "Wallpaper for %s"
 msgstr "Fondo de pantalla para %s"
 
-#: ../settings/main.c:987
+#: ../settings/main.c:1101
 msgid "Image selection is unavailable while the image style is set to None."
 msgstr "La selección de imágenes estará desactivada mientras el estilo 
utilizado sea None (Ninguno)."
 
-#: ../settings/main.c:1204
+#: ../settings/main.c:1453
 msgid "Spanning screens"
 msgstr "Extención de pantallas"
 
-#: ../settings/main.c:1423
+#: ../settings/main.c:1744
 msgid "Image files"
 msgstr "Archivos de imagen"
 
-#: ../settings/main.c:1560
+#: ../settings/main.c:1896
 msgid "Settings manager socket"
 msgstr "Entrada de administración de configuración"
 
-#: ../settings/main.c:1560
+#: ../settings/main.c:1896
 msgid "SOCKET ID"
 msgstr "ID de SOCKET"
 
-#: ../settings/main.c:1561
+#: ../settings/main.c:1897
 msgid "Version information"
 msgstr "Información de versión"
 
-#: ../settings/main.c:1582
+#: ../settings/main.c:1924
 #, c-format
 msgid "Type '%s --help' for usage."
 msgstr "Escriba '%s --help' para opciones de uso."
 
-#: ../settings/main.c:1594
+#: ../settings/main.c:1936
 msgid "The Xfce development team. All rights reserved."
 msgstr "El equipo de desarrollo de Xfce. Todos los derechos reservados."
 
-#: ../settings/main.c:1595
+#: ../settings/main.c:1937
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Por favor, informe de errores a <%s>."
 
-#: ../settings/main.c:1602
+#: ../settings/main.c:1944
 msgid "Desktop Settings"
 msgstr "Configuración del escritorio"
 
-#: ../settings/main.c:1604
+#: ../settings/main.c:1946
 msgid "Unable to contact settings server"
 msgstr "No se puede contactar con el servidor de configuración"
 
@@ -152,8 +164,8 @@ msgid "Folder:"
 msgstr "Carpeta:"
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:6
-msgid "Add an image to the list"
-msgstr "Añadir una imagen a la lista"
+

[Xfce4-commits] I18n: Update translation es (97%).

2013-10-28 Thread Transifex
Updating branch refs/heads/master
 to fedc1ffda59b596f70cf8be4ae96fbe9463bf195 (commit)
   from 03bdfc6a9f626be0ad978e012f62e11b3b231727 (commit)

commit fedc1ffda59b596f70cf8be4ae96fbe9463bf195
Author: Pablo Lezaeta 
Date:   Tue Oct 29 00:31:48 2013 +0100

I18n: Update translation es (97%).

576 translated messages, 15 untranslated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 lib/po/es.po |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/po/es.po b/lib/po/es.po
index 808cb9e..8e83d3a 100644
--- a/lib/po/es.po
+++ b/lib/po/es.po
@@ -15,7 +15,7 @@ msgstr ""
 "Project-Id-Version: Xfce Websites\n"
 "Report-Msgid-Bugs-To: https://bugzilla.xfce.org\n";
 "POT-Creation-Date: 2013-07-03 22:08+0200\n"
-"PO-Revision-Date: 2013-10-22 04:23+\n"
+"PO-Revision-Date: 2013-10-28 20:52+\n"
 "Last-Translator: Pablo Lezaeta \n"
 "Language-Team: Spanish 
(http://www.transifex.com/projects/p/xfce/language/es/)\n"
 "MIME-Version: 1.0\n"
@@ -146,7 +146,7 @@ msgstr "Sitios relacionados"
 
 #: getinvolved/nav.php:17 community/nav.php:19
 msgid "Bug Tracker"
-msgstr "Seguidor de errores"
+msgstr "Reportar errores"
 
 #: getinvolved/nav.php:18 community/nav.php:20
 msgid "report problems, patches or ideas to help making Xfce better"
@@ -2248,7 +2248,7 @@ msgstr "Complemento de Acciones"
 msgid ""
 "Session plugin from the xfce4-session package has been merged with a "
 "rewritten actions plugin"
-msgstr ""
+msgstr "El complemento de xfce4-session ha sido unificado junto con una 
reescritura de las acciones del complemento"
 
 #: about/tour.php:41
 msgid "Action plugin in a menu mode (left), and in a button mode (right)"
@@ -2271,7 +2271,7 @@ msgstr ""
 msgid ""
 "There are few visual changes in this release of Thunar. The window has less "
 "padding and the position of the status bar has been adjusted."
-msgstr ""
+msgstr "Hay unos pocos cambios visuales en esta versión de Thunar. La ventana 
tiene menos relleno y la posición de la barra de estado ha sido ajustado."
 
 #: about/tour.php:53
 msgid ""
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] I18n: Update translation bg (100%).

2013-10-28 Thread Transifex
Updating branch refs/heads/master
 to 7103e4e5db9ba7efbc3329c7ff0017539115dcfc (commit)
   from 8b9eb8b9a94fa5443ae14484b878aca3287be152 (commit)

commit 7103e4e5db9ba7efbc3329c7ff0017539115dcfc
Author: cybercop 
Date:   Mon Oct 28 12:30:59 2013 +0100

I18n: Update translation bg (100%).

29 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/bg.po |   75 +++---
 1 file changed, 37 insertions(+), 38 deletions(-)

diff --git a/po/bg.po b/po/bg.po
index da06126..fa0535f 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -1,23 +1,25 @@
-# Bulgarian translations for xfce4-notifyd package.
-# Copyright (C) 2008 THE PACKAGE'S COPYRIGHT HOLDER
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Kiril Kirilov (Cybercop) , 2012.
-#
+# 
+# Translators:
+# cybercop , 2012
+# cybercop , 2012
 msgid ""
 msgstr ""
-"Project-Id-Version: xfce4-notifyd 1.0\n"
+"Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-04-27 13:18+\n"
-"PO-Revision-Date: 2013-04-27 17:48+0200\n"
-"Last-Translator: Kiril Kirilov (Cybercop) \n"
-"Language-Team: Bulgarian \n"
-"Language: bg\n"
+"POT-Creation-Date: 2013-10-27 18:31+0100\n"
+"PO-Revision-Date: 2013-10-28 08:54+\n"
+"Last-Translator: cybercop \n"
+"Language-Team: Bulgarian 
(http://www.transifex.com/projects/p/xfce/language/bg/)\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../xfce4-notifyd/main.c:74
-#: ../xfce4-notifyd/main.c:84
+#: ../xfce4-notifyd/main.c:74 ../xfce4-notifyd/main.c:84
 #: ../xfce4-notifyd-config/main.c:258
 msgid "Xfce Notify Daemon"
 msgstr "Демон за уведомления в Xfce"
@@ -51,8 +53,8 @@ msgid "Notification Preview"
 msgstr "Преглед на уведомление"
 
 #: ../xfce4-notifyd-config/main.c:58
-msgid "This is how notifications will look like"
-msgstr "Така ще изглеждат уведомленията"
+msgid "This is what notifications will look like"
+msgstr "Уведомлението ще изглежда по този начин"
 
 #: ../xfce4-notifyd-config/main.c:63
 msgid "Button"
@@ -94,41 +96,41 @@ msgid "Please report bugs to %s.\n"
 msgstr "Моля, докладвайте грешки на %s.\n"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:1
-msgid "Bottom left"
-msgstr "Долу вляво"
+msgid "Top left"
+msgstr "Горе вляво"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:2
-msgid "Bottom right"
-msgstr "Долу вдясно"
+msgid "Bottom left"
+msgstr "Долу вляво"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:3
-msgid "Default _position:"
-msgstr "Разположение по подразбиране:"
+msgid "Top right"
+msgstr "Горе вдясно"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:4
-#: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:2
-msgid "Notifications"
-msgstr "Уведомления"
+msgid "Bottom right"
+msgstr "Долу вдясно"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:5
-msgid "Top left"
-msgstr "Горе вляво"
+#: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:1
+msgid "Notifications"
+msgstr "Уведомления"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:6
-msgid "Top right"
-msgstr "Горе вдясно"
+msgid "_Preview"
+msgstr "Преглед"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:7
-msgid "_Disappear after:"
-msgstr "Скриване след:"
-
-#: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:8
 msgid "_Opacity:"
 msgstr "Непрозрачност:"
 
+#: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:8
+msgid "_Disappear after:"
+msgstr "Скриване след:"
+
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:9
-msgid "_Preview"
-msgstr "Преглед"
+msgid "Default _position:"
+msgstr "Разположение по подразбиране:"
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:10
 msgid "_Theme:"
@@ -138,9 +140,6 @@ msgstr "Тема:"
 msgid "seconds"
 msgstr "секунди"
 
-#: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:1
+#: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:2
 msgid "Customize how notifications appear on your screen"
 msgstr "Настройване на изгледа на уведомленията на екрана"
-
-#~ msgid "image: "
-#~ msgstr "изображение: "
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] I18n: Update translation nl (100%).

2013-10-28 Thread Transifex
Updating branch refs/heads/master
 to d027308114e95c21c85de365cf7469fde0ebe499 (commit)
   from 3993bf77dc56a7debe766600c42307f3d1c4e6f1 (commit)

commit d027308114e95c21c85de365cf7469fde0ebe499
Author: Pjotr123 
Date:   Mon Oct 28 12:31:53 2013 +0100

I18n: Update translation nl (100%).

212 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/nl.po |  299 +-
 1 file changed, 178 insertions(+), 121 deletions(-)

diff --git a/po/nl.po b/po/nl.po
index 5873daf..52d9aa8 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfdesktop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-29 18:31+0200\n"
-"PO-Revision-Date: 2013-09-30 13:31+\n"
+"POT-Creation-Date: 2013-10-28 00:31+0100\n"
+"PO-Revision-Date: 2013-10-28 10:32+\n"
 "Last-Translator: Pjotr123 \n"
 "Language-Team: Dutch 
(http://www.transifex.com/projects/p/xfce/language/nl/)\n"
 "MIME-Version: 1.0\n"
@@ -20,25 +20,37 @@ msgstr ""
 "Language: nl\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../settings/main.c:380 ../src/xfdesktop-special-file-icon.c:295
+#: ../settings/main.c:369 ../src/xfdesktop-special-file-icon.c:295
 #: ../src/xfdesktop-special-file-icon.c:479
 msgid "Home"
 msgstr "Persoonlijke map"
 
-#: ../settings/main.c:382
+#: ../settings/main.c:371
 msgid "Filesystem"
 msgstr "Bestandssysteem"
 
-#: ../settings/main.c:384
+#: ../settings/main.c:373
 msgid "Trash"
 msgstr "Prullenbak"
 
-#: ../settings/main.c:386
+#: ../settings/main.c:375
 msgid "Removable Devices"
 msgstr "Verwijderbare apparaten"
 
+#: ../settings/main.c:377
+msgid "Network Shares"
+msgstr "Netwerk-Delen"
+
+#: ../settings/main.c:379
+msgid "Disks and Drives"
+msgstr "Schijven en stations"
+
+#: ../settings/main.c:381
+msgid "Other Items"
+msgstr "Andere elementen"
+
 #. Display the file name, file type, and file size in the tooltip.
-#: ../settings/main.c:491
+#: ../settings/main.c:494
 #, c-format
 msgid ""
 "%s\n"
@@ -46,81 +58,81 @@ msgid ""
 "Size: %s"
 msgstr "%s\nType: %s\nGrootte: %s"
 
-#: ../settings/main.c:672
+#: ../settings/main.c:678
 #, c-format
 msgid "Wallpaper for Monitor %d (%s)"
 msgstr "Bureaubladachtergrond voor beeldscherm %d (%s)"
 
-#: ../settings/main.c:675
+#: ../settings/main.c:681
 #, c-format
 msgid "Wallpaper for Monitor %d"
 msgstr "Bureaubladachtergrond voor beeldscherm %d"
 
-#: ../settings/main.c:681
+#: ../settings/main.c:687
 #, c-format
 msgid "Wallpaper for %s on Monitor %d (%s)"
 msgstr "Bureaubladachtergrond voor %s op beeldscherm %d (%s)"
 
-#: ../settings/main.c:685
+#: ../settings/main.c:691
 #, c-format
 msgid "Wallpaper for %s on Monitor %d"
 msgstr "Bureaubladachtergrond voor %s op beeldscherm %d"
 
 #. Single monitor and single workspace
-#: ../settings/main.c:692
+#: ../settings/main.c:698
 #, c-format
 msgid "Wallpaper for my desktop"
 msgstr "Achtergrond voor mijn bureaublad"
 
 #. Single monitor and per workspace wallpaper
-#: ../settings/main.c:695
+#: ../settings/main.c:701
 #, c-format
 msgid "Wallpaper for %s"
 msgstr "Bureaubladachtergrond voor %s"
 
-#: ../settings/main.c:987
+#: ../settings/main.c:1101
 msgid "Image selection is unavailable while the image style is set to None."
 msgstr "Afbeeldingkeuze is niet beschikbaar wanneer de afbeeldingstijl op Geen 
is ingesteld."
 
-#: ../settings/main.c:1204
+#: ../settings/main.c:1453
 msgid "Spanning screens"
 msgstr "Schermen overbruggen"
 
-#: ../settings/main.c:1423
+#: ../settings/main.c:1744
 msgid "Image files"
 msgstr "Afbeeldingbestanden"
 
-#: ../settings/main.c:1560
+#: ../settings/main.c:1896
 msgid "Settings manager socket"
 msgstr "Contactpunt voor instellingenbeheerder"
 
-#: ../settings/main.c:1560
+#: ../settings/main.c:1896
 msgid "SOCKET ID"
 msgstr "SOCKET ID"
 
-#: ../settings/main.c:1561
+#: ../settings/main.c:1897
 msgid "Version information"
 msgstr "Versie-informatie"
 
-#: ../settings/main.c:1582
+#: ../settings/main.c:1924
 #, c-format
 msgid "Type '%s --help' for usage."
 msgstr "Tik '%s --help' voor gebruiksinformatie."
 
-#: ../settings/main.c:1594
+#: ../settings/main.c:1936
 msgid "The Xfce development team. All rights reserved."
 msgstr "De Xfce-ontwikkelploeg. Alle rechten voorbehouden."
 
-#: ../settings/main.c:1595
+#: ../settings/main.c:1937
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Gelieve fouten te melden aan <%s>"
 
-#: ../settings/main.c:1602
+#: ../settings/main.c:1944
 msgid "Desktop Settings"
 msgstr "Bureaublad-instellingen"
 
-#: ../settings/main.c:1604
+#: ../settings/main.c:1946
 msgid "Unable to contact settings server"
 msgstr "Kan geen contact maken met de instellingendienst"
 
@@ -153,8 +165,8 @@ msgid "Folder:"
 msgstr "Map:"
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:6
-msgid "Add an image to the list"
-msgstr "Voeg een afbeelding toe aan de lijst"
+msgid "Choose the folder to select wa

[Xfce4-commits] I18n: Update translation bg (100%).

2013-10-28 Thread Transifex
Updating branch refs/heads/master
 to 3993bf77dc56a7debe766600c42307f3d1c4e6f1 (commit)
   from 8f89ae4bb60fe6b15e0a8eb5b31135fbdd6ca182 (commit)

commit 3993bf77dc56a7debe766600c42307f3d1c4e6f1
Author: cybercop 
Date:   Mon Oct 28 12:31:52 2013 +0100

I18n: Update translation bg (100%).

212 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/bg.po |  299 +-
 1 file changed, 178 insertions(+), 121 deletions(-)

diff --git a/po/bg.po b/po/bg.po
index d21701a..e2ce85f 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfdesktop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-29 18:31+0200\n"
-"PO-Revision-Date: 2013-09-30 13:02+\n"
+"POT-Creation-Date: 2013-10-28 00:31+0100\n"
+"PO-Revision-Date: 2013-10-28 08:49+\n"
 "Last-Translator: cybercop \n"
 "Language-Team: Bulgarian 
(http://www.transifex.com/projects/p/xfce/language/bg/)\n"
 "MIME-Version: 1.0\n"
@@ -20,25 +20,37 @@ msgstr ""
 "Language: bg\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../settings/main.c:380 ../src/xfdesktop-special-file-icon.c:295
+#: ../settings/main.c:369 ../src/xfdesktop-special-file-icon.c:295
 #: ../src/xfdesktop-special-file-icon.c:479
 msgid "Home"
 msgstr "Домашна папка"
 
-#: ../settings/main.c:382
+#: ../settings/main.c:371
 msgid "Filesystem"
 msgstr "Файлова система"
 
-#: ../settings/main.c:384
+#: ../settings/main.c:373
 msgid "Trash"
 msgstr "Кошче"
 
-#: ../settings/main.c:386
+#: ../settings/main.c:375
 msgid "Removable Devices"
 msgstr "Преносими устройства"
 
+#: ../settings/main.c:377
+msgid "Network Shares"
+msgstr "Споделени в мрежата"
+
+#: ../settings/main.c:379
+msgid "Disks and Drives"
+msgstr "Дискове и устройства"
+
+#: ../settings/main.c:381
+msgid "Other Items"
+msgstr "Други елементи"
+
 #. Display the file name, file type, and file size in the tooltip.
-#: ../settings/main.c:491
+#: ../settings/main.c:494
 #, c-format
 msgid ""
 "%s\n"
@@ -46,81 +58,81 @@ msgid ""
 "Size: %s"
 msgstr "%s\nТип: %s\nРазмер: %s"
 
-#: ../settings/main.c:672
+#: ../settings/main.c:678
 #, c-format
 msgid "Wallpaper for Monitor %d (%s)"
 msgstr "Изображение за Екран %d (%s)"
 
-#: ../settings/main.c:675
+#: ../settings/main.c:681
 #, c-format
 msgid "Wallpaper for Monitor %d"
 msgstr "Изображение за Екран %d"
 
-#: ../settings/main.c:681
+#: ../settings/main.c:687
 #, c-format
 msgid "Wallpaper for %s on Monitor %d (%s)"
 msgstr "Изображение за фон %s на Монитор %d (%s)"
 
-#: ../settings/main.c:685
+#: ../settings/main.c:691
 #, c-format
 msgid "Wallpaper for %s on Monitor %d"
 msgstr "Изображение за фон %s на Монитор %d"
 
 #. Single monitor and single workspace
-#: ../settings/main.c:692
+#: ../settings/main.c:698
 #, c-format
 msgid "Wallpaper for my desktop"
 msgstr "Изображение за моят работен плот"
 
 #. Single monitor and per workspace wallpaper
-#: ../settings/main.c:695
+#: ../settings/main.c:701
 #, c-format
 msgid "Wallpaper for %s"
 msgstr "Изображение за %s"
 
-#: ../settings/main.c:987
+#: ../settings/main.c:1101
 msgid "Image selection is unavailable while the image style is set to None."
 msgstr "Избраното изображение не е достъпно, докато е зададен стил на 
показване Нищо"
 
-#: ../settings/main.c:1204
+#: ../settings/main.c:1453
 msgid "Spanning screens"
 msgstr "Разпростиращи се екрани"
 
-#: ../settings/main.c:1423
+#: ../settings/main.c:1744
 msgid "Image files"
 msgstr "Файлове с изображения"
 
-#: ../settings/main.c:1560
+#: ../settings/main.c:1896
 msgid "Settings manager socket"
 msgstr "Гнездо за управление на настройките"
 
-#: ../settings/main.c:1560
+#: ../settings/main.c:1896
 msgid "SOCKET ID"
 msgstr "SOCKET ID"
 
-#: ../settings/main.c:1561
+#: ../settings/main.c:1897
 msgid "Version information"
 msgstr "Информация за версията"
 
-#: ../settings/main.c:1582
+#: ../settings/main.c:1924
 #, c-format
 msgid "Type '%s --help' for usage."
 msgstr "Напишете '%s --help' за показване на потребителско ръководство."
 
-#: ../settings/main.c:1594
+#: ../settings/main.c:1936
 msgid "The Xfce development team. All rights reserved."
 msgstr "Екипът за разработка на Xfce. Всички права запазени."
 
-#: ../settings/main.c:1595
+#: ../settings/main.c:1937
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Докладвайте за грешки на <%s>."
 
-#: ../settings/main.c:1602
+#: ../settings/main.c:1944
 msgid "Desktop Settings"
 msgstr "Настройки на Работният плот"
 
-#: ../settings/main.c:1604
+#: ../settings/main.c:1946
 msgid "Unable to contact settings server"
 msgstr "Не може да се свърже със сървъра за настройки"
 
@@ -153,8 +165,8 @@ msgid "Folder:"
 msgstr "Папка:"
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:6
-msgid "Add an image to the list"
-msgstr "Добавяне на изображение към списъка"
+msgid "Choose the folder to select wallpapers from"
+msgstr "Избор на папка за тапети"
 
 #

[Xfce4-commits] I18n: Update translation nl (100%).

2013-10-28 Thread Transifex
Updating branch refs/heads/master
 to 13b4b74ccd22f22fc663f0af64393dc033ed84ba (commit)
   from 7103e4e5db9ba7efbc3329c7ff0017539115dcfc (commit)

commit 13b4b74ccd22f22fc663f0af64393dc033ed84ba
Author: Pjotr123 
Date:   Mon Oct 28 12:30:59 2013 +0100

I18n: Update translation nl (100%).

29 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/nl.po |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/po/nl.po b/po/nl.po
index 9872e9a..22d292b 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -3,13 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Pjotr123 , 2013
 # Vincent Tunru , 2008
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-07-03 20:38+0200\n"
-"PO-Revision-Date: 2013-09-19 14:29+\n"
+"POT-Creation-Date: 2013-10-27 18:31+0100\n"
+"PO-Revision-Date: 2013-10-28 10:24+\n"
 "Last-Translator: Pjotr123 \n"
 "Language-Team: Dutch 
(http://www.transifex.com/projects/p/xfce/language/nl/)\n"
 "MIME-Version: 1.0\n"
@@ -52,8 +53,8 @@ msgid "Notification Preview"
 msgstr "Voorbeeldweergave van melding"
 
 #: ../xfce4-notifyd-config/main.c:58
-msgid "This is how notifications will look like"
-msgstr "Zo zien meldingen er dus uit"
+msgid "This is what notifications will look like"
+msgstr "Meldingen zullen er zo uit komen te zien"
 
 #: ../xfce4-notifyd-config/main.c:63
 msgid "Button"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Use the Path key of desktop files if a path is not set (Bug #8741)

2013-10-28 Thread Eric Koegel
Updating branch refs/heads/master
 to 8f89ae4bb60fe6b15e0a8eb5b31135fbdd6ca182 (commit)
   from 3deb28c2b6f26951a556b1e46d69591c8f6c6299 (commit)

commit 8f89ae4bb60fe6b15e0a8eb5b31135fbdd6ca182
Author: Eric Koegel 
Date:   Sat Apr 28 14:05:12 2012 +0300

Use the Path key of desktop files if a path is not set (Bug #8741)

 src/xfdesktop-file-utils.c |   25 +
 1 file changed, 25 insertions(+)

diff --git a/src/xfdesktop-file-utils.c b/src/xfdesktop-file-utils.c
index 4f53c57..94df3a2 100644
--- a/src/xfdesktop-file-utils.c
+++ b/src/xfdesktop-file-utils.c
@@ -1117,6 +1117,31 @@ xfdesktop_file_utils_execute(GFile *working_directory,
 uris[n] = g_file_get_uri(lp->data);
 uris[n] = NULL;
 
+/* If the working_dir wasn't set check if this is a .desktop file
+ * we can parse a working dir from */
+if(working_dir == NULL) {
+GFileInfo *info = g_file_query_info(file,
+XFDESKTOP_FILE_INFO_NAMESPACE,
+G_FILE_QUERY_INFO_NONE,
+NULL, NULL);
+
+if(xfdesktop_file_utils_is_desktop_file(info)) {
+XfceRc *rc;
+gchar *path = g_file_get_path(file);
+if(path != NULL) {
+rc = xfce_rc_simple_open(path, TRUE);
+if(rc != NULL) {
+working_dir = g_strdup(xfce_rc_read_entry(rc, "Path", 
NULL));
+xfce_rc_close(rc);
+}
+g_free(path);
+}
+}
+
+if(info)
+g_object_unref(info);
+}
+
 if(!xfdesktop_file_manager_proxy_execute(fileman_proxy,
  working_dir, uri,
  (const gchar **)uris,
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Fix loading of playlists with relative paths (Fixes #10436) Thanks to Alexander De Sousa for the patch

2013-10-28 Thread Simon Steinbeiss
Updating branch refs/heads/0.5
 to 74815a4b1e1cce4a81b0d29ec9c7e8eac4682b6e (commit)
   from 9e27aa0ba60d02f98609abcaa722260f927fae72 (commit)

commit 74815a4b1e1cce4a81b0d29ec9c7e8eac4682b6e
Author: Simon Steinbeiss 
Date:   Mon Oct 28 11:23:47 2013 +0100

Fix loading of playlists with relative paths (Fixes #10436)
Thanks to Alexander De Sousa for the patch

 src/misc/parole-pl-parser.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/misc/parole-pl-parser.c b/src/misc/parole-pl-parser.c
index 9f9e98a..71951d7 100644
--- a/src/misc/parole-pl-parser.c
+++ b/src/misc/parole-pl-parser.c
@@ -375,7 +375,7 @@ parole_pl_parser_parse_m3u (const gchar *filename)
 }
 
 else {
-   pl_filename = g_strjoin("", path, lines[i], NULL);
+   pl_filename = g_strjoin("/", path, lines[i], NULL);
 }

list = g_slist_append (list, parole_file_new (pl_filename));
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Fix loading of playlists with relative paths (Fixes #10436) Thanks to Alexander De Sousa for the patch

2013-10-28 Thread Simon Steinbeiss
Updating branch refs/heads/master
 to 2983de5d5e8c527e3da9659046881c5e8b0c567e (commit)
   from ea4f998a2d35fb37b50a1682917ad8c19b1212cf (commit)

commit 2983de5d5e8c527e3da9659046881c5e8b0c567e
Author: Simon Steinbeiss 
Date:   Mon Oct 28 09:24:58 2013 +0100

Fix loading of playlists with relative paths (Fixes #10436)
Thanks to Alexander De Sousa for the patch

 src/misc/parole-pl-parser.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/misc/parole-pl-parser.c b/src/misc/parole-pl-parser.c
index 5de12e2..57c495b 100644
--- a/src/misc/parole-pl-parser.c
+++ b/src/misc/parole-pl-parser.c
@@ -375,7 +375,7 @@ parole_pl_parser_parse_m3u (const gchar *filename)
 }
 
 else {
-pl_filename = g_strjoin("", path, lines[i], NULL);
+pl_filename = g_strjoin("/", path, lines[i], NULL);
 }
 
 list = g_slist_append (list, parole_file_new (pl_filename));
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits