[Xfce4-commits] [apps/xfburn] branch master updated (88cc3a8 - 303ae69)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

squisher pushed a change to branch master
in repository apps/xfburn.

  from  88cc3a8   Bugfix: When aborting autoformat, still check for success.
   new  6bd0574   Small doc update
   new  52faf52   Cancel button in adding progress dialog
   new  303ae69   Make some iso errors fatal again, small comment update.

The 3 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS  |4 +++-
 README|5 ++---
 xfburn/xfburn-adding-progress.c   |   18 +-
 xfburn/xfburn-burn-data-composition-base-dialog.c |5 +
 xfburn/xfburn-data-composition.c  |6 +++---
 xfburn/xfburn-device.c|2 ++
 6 files changed, 32 insertions(+), 8 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfburn] 01/03: Small doc update

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

squisher pushed a commit to branch master
in repository apps/xfburn.

commit 6bd057494e489440f0aa898fb9190a9aa0bfce29
Author: David Mohr da...@mcbf.net
Date:   Sat Apr 5 00:07:16 2014 -0600

Small doc update
---
 NEWS   |4 +++-
 README |5 ++---
 xfburn/xfburn-device.c |2 ++
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index bef5b3c..2cc2001 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
-xfburn 0.5.x (2014-02-20)
+xfburn 0.5.2 (2014-04-XX)
 -
 
 - Blu-Ray support
+- Large file support (iso9660 level 3)
+- Small bugfixes
 
 xfburn 0.5.0 (2014-02-20)
 -
diff --git a/README b/README
index a68bf38..1136761 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
 xfburn
 --
 
-Version 0.5.x, 2014-02-20
+Version 0.5.2, 2014-04-XX
 
 http://www.xfce.org/projects/xfburn/
 
@@ -20,7 +20,7 @@ tasks.
 
 Currently implemented is:
  * Create data compositions
-  - Burn to CD or DVD
+  - Burn to CD, DVD, or BluRay (BD)
   - Create ISO images
  * Burn ISO images
  * Create and burn audio CDs
@@ -99,7 +99,6 @@ Missing functionality that would be nice to have:
  * Verification
  * Copy discs (needs backend support)
  * Automatic checksum creation
- * Blu-ray support
  * Plugin support
 
 There is no, and never will be, a timeline for these. Let us know if you think
diff --git a/xfburn/xfburn-device.c b/xfburn/xfburn-device.c
index 1731a80..f520d65 100644
--- a/xfburn/xfburn-device.c
+++ b/xfburn/xfburn-device.c
@@ -424,6 +424,8 @@ xfburn_device_fillin_libburn_info (XfburnDevice *device, 
struct burn_drive_info
   priv-buffer_size = drive-buffer_size;
   priv-dummy_write = drive-write_simulate;
 
+  DBG (libburn will determine BD support based on the disk in the drive);
+
   /* write modes */
   priv-tao_block_types = drive-tao_block_types;
   priv-sao_block_types = drive-sao_block_types;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfburn] 03/03: Make some iso errors fatal again, small comment update.

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

squisher pushed a commit to branch master
in repository apps/xfburn.

commit 303ae69b5d362692fd6aa7046dc2d4d45a30c439
Author: David Mohr da...@mcbf.net
Date:   Sat Apr 5 00:15:57 2014 -0600

Make some iso errors fatal again, small comment update.
---
 xfburn/xfburn-burn-data-composition-base-dialog.c |5 +
 xfburn/xfburn-data-composition.c  |6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/xfburn/xfburn-burn-data-composition-base-dialog.c 
b/xfburn/xfburn-burn-data-composition-base-dialog.c
index f9cad63..ecdd18b 100644
--- a/xfburn/xfburn-burn-data-composition-base-dialog.c
+++ b/xfburn/xfburn-burn-data-composition-base-dialog.c
@@ -574,6 +574,11 @@ thread_burn_prep_and_burn (ThreadBurnCompositionParams * 
params, struct burn_dri
   */
   burn_write_opts_set_simulate(burn_options, params-dummy ? 1 : 0);
   burn_write_opts_set_underrun_proof (burn_options, params-burnfree ? 1 : 0);
+  /*
+   * 32 is the number of blocks to skip. This will increase reliability with 
BD disks that
+   * are used for multisessions. xfburn doesn't support this, but other 
programs may be using
+   * the disc that way, so we respect that here.
+   */
   burn_write_opts_set_stream_recording (burn_options, params-stream_recording 
? 32 : 0);
 
   if (!xfburn_set_write_mode (burn_options, params-write_mode, disc, 
WRITE_MODE_TAO)) {
diff --git a/xfburn/xfburn-data-composition.c b/xfburn/xfburn-data-composition.c
index e5ab751..57884b0 100644
--- a/xfburn/xfburn-data-composition.c
+++ b/xfburn/xfburn-data-composition.c
@@ -1932,11 +1932,11 @@ fill_image_with_composition (GtkTreeModel *model, 
IsoImage *image, IsoDir * pare
 char * msg;
 
 if (r == ISO_NULL_POINTER)
-  msg = g_strdup_printf (_(%s: null pointer), src);
+  g_error (_(%s: null pointer), src);
+else if (r == ISO_OUT_OF_MEM)
+  g_error (_(%s: out of memory), src);
 else if (r == ISO_NODE_NAME_NOT_UNIQUE)
   msg = g_strdup_printf (_(%s: node name not unique), src);
-else if (r == ISO_OUT_OF_MEM)
-  msg = g_strdup_printf (_(%s: out of memory), src);
 else
   msg = g_strdup_printf (_(%s: %s (code %X)), src, 
iso_error_to_msg(r), r);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfburn] 02/03: Cancel button in adding progress dialog

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

squisher pushed a commit to branch master
in repository apps/xfburn.

commit 52faf526d24ca86676f6b14e446ddaa2913f5594
Author: David Mohr da...@mcbf.net
Date:   Sat Apr 5 00:07:51 2014 -0600

Cancel button in adding progress dialog
---
 xfburn/xfburn-adding-progress.c |   18 +-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/xfburn/xfburn-adding-progress.c b/xfburn/xfburn-adding-progress.c
index fd24b96..793c313 100644
--- a/xfburn/xfburn-adding-progress.c
+++ b/xfburn/xfburn-adding-progress.c
@@ -46,6 +46,7 @@ static void xfburn_adding_progress_class_init 
(XfburnAddingProgressClass *);
 static void xfburn_adding_progress_init (XfburnAddingProgress *);
 static void xfburn_adding_progress_finalize (GObject * object);
 static gboolean cb_delete (GtkWidget *widget, GdkEvent *event, gpointer data);
+static gboolean cb_cancel (GtkWidget *widget, GdkEvent *event, gpointer data);
 
 /* globals */
 static GtkWindowClass *parent_class = NULL;
@@ -102,7 +103,7 @@ static void
 xfburn_adding_progress_init (XfburnAddingProgress * win)
 {
   XfburnAddingProgressPrivate *priv = XFBURN_ADDING_PROGRESS_GET_PRIVATE (win);
-  GtkWidget *vbox;
+  GtkWidget *vbox, *cancel_btn;
   
   gtk_window_set_resizable (GTK_WINDOW (win), FALSE);
 
@@ -121,8 +122,14 @@ xfburn_adding_progress_init (XfburnAddingProgress * win)
 
   gtk_progress_bar_set_fraction (GTK_PROGRESS_BAR (priv-progress_bar), 0.5);  
 
+  cancel_btn = gtk_button_new_with_label (_(Cancel));
+  gtk_box_pack_start (GTK_BOX (vbox), cancel_btn, TRUE, TRUE, BORDER);
+  gtk_widget_show (cancel_btn);
+
+
   priv-aborted = FALSE;
   g_signal_connect (G_OBJECT (win), delete-event, G_CALLBACK (cb_delete), 
NULL);
+  g_signal_connect (G_OBJECT (cancel_btn), clicked, G_CALLBACK (cb_cancel), 
G_OBJECT(win));
 }
 
 static void
@@ -143,6 +150,15 @@ cb_delete (GtkWidget *widget, GdkEvent *event, gpointer 
data)
   return TRUE;
 }
 
+static gboolean
+cb_cancel (GtkWidget *widget, GdkEvent *event, gpointer data)
+{
+  XfburnAddingProgressPrivate *priv = XFBURN_ADDING_PROGRESS_GET_PRIVATE 
(data);
+  priv-aborted = TRUE;
+
+  return TRUE;
+}
+
 /**/
 /* public methods */
 /**/

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [thunar-plugins/thunar-media-tags-plugin] branch master updated (2d60a6a - b33a6fe)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository thunar-plugins/thunar-media-tags-plugin.

  from  2d60a6a   I18n: Update translation hr (100%).
   new  b33a6fe   I18n: Add new translation th (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/{ms.po = th.po} |  124 +--
 1 file changed, 62 insertions(+), 62 deletions(-)
 copy po/{ms.po = th.po} (58%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/exo] branch xfce-4.10 updated (be8ec27 - 7a96fb1)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch xfce-4.10
in repository xfce/exo.

  from  be8ec27   I18n: Update translation hr (100%).
   new  7a96fb1   I18n: Update translation pl (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/pl.po |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/gigolo] 01/01: I18n: Add new translation th (100%).

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository apps/gigolo.

commit 4328feaf03de81df9f3a06d27b0d66b7e3b259ef
Author: theppitak theppi...@gmail.com
Date:   Sat Apr 5 12:31:01 2014 +0200

I18n: Add new translation th (100%).

142 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/th.po |  621 ++
 1 file changed, 621 insertions(+)

diff --git a/po/th.po b/po/th.po
new file mode 100644
index 000..2f9a182
--- /dev/null
+++ b/po/th.po
@@ -0,0 +1,621 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# theppitak theppi...@gmail.com, 2014
+msgid 
+msgstr 
+Project-Id-Version: Xfce Apps\n
+Report-Msgid-Bugs-To: \n
+POT-Creation-Date: 2013-07-03 20:23+0200\n
+PO-Revision-Date: 2014-04-05 08:00+\n
+Last-Translator: theppitak theppi...@gmail.com\n
+Language-Team: Thai (http://www.transifex.com/projects/p/xfce/language/th/)\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+Language: th\n
+Plural-Forms: nplurals=1; plural=0;\n
+
+#: ../src/main.c:47
+msgid Connect all bookmarks marked as 'auto connect' and exit
+msgstr เชื่อมต่อไปยังที่คั่นหน้าทั้งหมดที่ทำเครื่องหมาย 'เชื่อมต่ออัตโนมัติ' 
ไว้ แล้วจบโปรแกรม
+
+#: ../src/main.c:48
+msgid Ignore running instances, enforce opening a new instance
+msgstr ไม่สนใจอินสแตนซ์ที่ทำงานอยู่ และบังคับเปิดอินสแตนซ์ใหม่
+
+#: ../src/main.c:49
+msgid Print a list of supported URI schemes
+msgstr แสดงรายชื่อ URI scheme ที่รองรับ
+
+#: ../src/main.c:50
+msgid Be verbose
+msgstr แสดงข้อความอย่างละเอียด
+
+#: ../src/main.c:51
+msgid Show version information
+msgstr แสดงข้อมูลรุ่น
+
+#: ../src/main.c:112
+msgid - a simple frontend to easily connect to remote filesystems
+msgstr - โปรแกรมส่วนหน้าสำหรับเชื่อมต่อไปยังระบบแฟ้มในเครือข่ายอย่างง่ายดาย
+
+#: ../src/common.c:77
+msgid Unix Device
+msgstr อุปกรณ์ยูนิกซ์
+
+#: ../src/common.c:79
+msgid Windows Share
+msgstr แหล่งใช้ร่วมของวินโดวส์
+
+#: ../src/common.c:81
+msgid FTP
+msgstr FTP
+
+#: ../src/common.c:83
+msgid HTTP
+msgstr HTTP
+
+#: ../src/common.c:85
+msgid SSH
+msgstr SSH
+
+#: ../src/common.c:87
+msgid Obex
+msgstr Obex
+
+#: ../src/common.c:89
+msgid WebDAV
+msgstr WebDAV
+
+#: ../src/common.c:91
+msgid WebDAV (secure)
+msgstr WebDAV (นิรภัย)
+
+#: ../src/common.c:93 ../src/window.c:1508
+msgid Network
+msgstr เครือข่าย
+
+#: ../src/common.c:95
+msgid Archive
+msgstr แฟ้มจัดเก็บ
+
+#: ../src/common.c:97
+msgid Photos
+msgstr ภาพถ่าย
+
+#: ../src/common.c:99
+msgid Custom Location
+msgstr ตำแหน่งกำหนดเอง
+
+#: ../src/window.c:262
+#, c-format
+msgid Connecting to \%s\
+msgstr กำลังเชื่อมต่อไปยัง \%s\
+
+#: ../src/window.c:430
+msgid 
+A simple frontend to easily connect/mount to local and remote filesystems
+msgstr 
โปรแกรมส่วนหน้าสำหรับเชื่อมต่อ/เมานท์ระบบแฟ้มในเครื่องและในเครือข่ายอย่างง่ายดาย
+
+#: ../src/window.c:431
+msgid Copyright 2008-2011 Enrico Tröger
+msgstr Copyright 2008-2011 Enrico Tröger
+
+#: ../src/window.c:434
+msgid translator-credits
+msgstr Theppitak Karoonboonyanan theppi...@gmail.com
+
+#: ../src/window.c:466
+msgid Gigolo can use the following protocols provided by GVfs:
+msgstr Gigolo สามารถใช้โพรโทคอลต่อไปนี้ซึ่งจัดเตรียมโดย GVfs:
+
+#: ../src/window.c:579 ../src/window.c:638
+#, c-format
+msgid The command '%s' failed
+msgstr คำสั่ง '%s' ล้มเหลว
+
+#: ../src/window.c:580 ../src/window.c:613 ../src/window.c:626
+#: ../src/window.c:639 ../src/window.c:797 ../src/bookmarkeditdialog.c:233
+#: ../src/bookmarkeditdialog.c:252 ../src/bookmarkeditdialog.c:265
+#: ../src/bookmarkeditdialog.c:276 ../src/bookmarkeditdialog.c:287
+msgid Error
+msgstr ข้อผิดพลาด
+
+#: ../src/window.c:613
+msgid Invalid terminal command
+msgstr คำสั่งเทอร์มินัลไม่ถูกต้อง
+
+#: ../src/window.c:625
+#, c-format
+msgid No default location available for \%s\
+msgstr ไม่มีตำแหน่งปริยายสำหรับ \%s\
+
+#: ../src/window.c:705
+msgid Edit _Bookmark
+msgstr แก้ไขที่_คั่นหน้า
+
+#: ../src/window.c:707 ../src/window.c:1289 ../src/browsenetworkpanel.c:453
+#: ../src/browsenetworkpanel.c:497
+msgid Create _Bookmark
+msgstr สร้างที่_คั่นหน้า
+
+#: ../src/window.c:1281
+msgid _File
+msgstr แ_ฟ้ม
+
+#: ../src/window.c:1282
+msgid _Edit
+msgstr แ_ก้ไข
+
+#: ../src/window.c:1283
+msgid _Actions
+msgstr การกระ_ทำ
+
+#: ../src/window.c:1284
+msgid _View
+msgstr มุ_มมอง
+
+#: ../src/window.c:1285
+msgid _Help
+msgstr _วิธีใช้
+
+#: ../src/window.c:1291
+msgid _Edit Bookmarks
+msgstr แ_ก้ไขที่คั่นหน้า
+
+#: ../src/window.c:1292
+msgid Open the bookmark manager to add, edit or delete bookmarks
+msgstr เปิดเครื่องมือจัดการที่คั่นหน้า เพื่อเพิ่ม แก้ไข 
หรือลบที่คั่นหน้าต่างๆ
+
+#: ../src/window.c:1296
+msgid Disconnect the selected resource
+msgstr ตัดการเชื่อมต่อกับทรัพยากรที่เลือก
+

[Xfce4-commits] [apps/gigolo] branch master updated (f90e665 - 4328fea)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository apps/gigolo.

  from  f90e665   I18n: Update translation fr (100%).
   new  4328fea   I18n: Add new translation th (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/th.po |  621 ++
 1 file changed, 621 insertions(+)
 create mode 100644 po/th.po

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [thunar-plugins/thunar-media-tags-plugin] 01/01: I18n: Add new translation th (100%).

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository thunar-plugins/thunar-media-tags-plugin.

commit b33a6fef655e6410f909db9dc693aee0f0a07fda
Author: theppitak theppi...@gmail.com
Date:   Sat Apr 5 12:30:27 2014 +0200

I18n: Add new translation th (100%).

58 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/th.po |  265 ++
 1 file changed, 265 insertions(+)

diff --git a/po/th.po b/po/th.po
new file mode 100644
index 000..f08043f
--- /dev/null
+++ b/po/th.po
@@ -0,0 +1,265 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# theppitak theppi...@gmail.com, 2014
+msgid 
+msgstr 
+Project-Id-Version: Thunar Plugins\n
+Report-Msgid-Bugs-To: \n
+POT-Creation-Date: 2013-07-03 20:09+0200\n
+PO-Revision-Date: 2014-04-05 09:13+\n
+Last-Translator: theppitak theppi...@gmail.com\n
+Language-Team: Thai (http://www.transifex.com/projects/p/xfce/language/th/)\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+Language: th\n
+Plural-Forms: nplurals=1; plural=0;\n
+
+#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657
+msgid Title
+msgstr ชื่อเพลง
+
+#: ../thunar-plugin/tag-renamer.c:60
+msgid Artist - Title
+msgstr ศิลปิน - ชื่อเพลง
+
+#: ../thunar-plugin/tag-renamer.c:61
+msgid Track - Title
+msgstr ลำดับ - ชื่อเพลง
+
+#: ../thunar-plugin/tag-renamer.c:62
+msgid Track - Artist - Title
+msgstr ลำดับ - ศิลปิน - ชื่อเพลง
+
+#: ../thunar-plugin/tag-renamer.c:63
+msgid Track. Title
+msgstr ลำดับ. ชื่อเพลง
+
+#: ../thunar-plugin/tag-renamer.c:64
+msgid Track. Artist - Title
+msgstr ลำดับ. ศิลปิน - ชื่อเพลง
+
+#: ../thunar-plugin/tag-renamer.c:65
+msgid Artist - Track - Title
+msgstr ศิลปิน - ลำดับ - ชื่อเพลง
+
+#: ../thunar-plugin/tag-renamer.c:67
+msgid Custom
+msgstr กำหนดเอง
+
+#. Custom format
+#: ../thunar-plugin/tag-renamer.c:243
+msgid Cust_om format:
+msgstr รูปแบบ_กำหนดเอง:
+
+#. Format label
+#: ../thunar-plugin/tag-renamer.c:271
+msgid _Format:
+msgstr รูปแ_บบ:
+
+#: ../thunar-plugin/tag-renamer.c:312
+msgid _Underscores
+msgstr ขีด_ล่าง
+
+#: ../thunar-plugin/tag-renamer.c:314
+msgid 
+Activating this option will replace all spaces in the target filename with 
+underscores.
+msgstr ตัวเลือกนี้จะแทนที่อักขระเว้นวรรคทั้งหมดในชื่อปลายทางด้วยขีดล่าง
+
+#: ../thunar-plugin/tag-renamer.c:319
+msgid _Lowercase
+msgstr ตัวพิมพ์เล็_ก
+
+#: ../thunar-plugin/tag-renamer.c:321
+msgid 
+If you activate this, the resulting filename will only contain lowercase 
+letters.
+msgstr ถ้าเลือกตัวเลือกนี้ ชื่อแฟ้มผลลัพธ์จะใช้เฉพาะตัวพิมพ์เล็กเท่านั้น
+
+#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182
+msgid Unknown Artist
+msgstr ศิลปินไม่ทราบชื่อ
+
+#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208
+msgid Unknown Title
+msgstr เพลงไม่ทราบชื่อ
+
+#. Edit tags action
+#: ../thunar-plugin/tag-renamer.c:627
+msgid Edit _Tags
+msgstr แก้ไขแ_ท็ก
+
+#: ../thunar-plugin/tag-renamer.c:627
+msgid Edit ID3/OGG tags of this file.
+msgstr แก้ไขแท็ก ID3/OGG ของแฟ้มนี้
+
+#: ../thunar-plugin/tag-renamer.c:646
+msgid Tag Help
+msgstr วิธีใช้แท็ก
+
+#: ../thunar-plugin/tag-renamer.c:657
+msgid Artist
+msgstr ศิลปิน
+
+#: ../thunar-plugin/tag-renamer.c:658
+msgid Album
+msgstr อัลบั้ม
+
+#: ../thunar-plugin/tag-renamer.c:658
+msgid Genre
+msgstr แนวเพลง
+
+#: ../thunar-plugin/tag-renamer.c:659
+msgid Track number
+msgstr ลำดับเพลง
+
+#: ../thunar-plugin/tag-renamer.c:659
+msgid Year
+msgstr ปี
+
+#: ../thunar-plugin/tag-renamer.c:660
+msgid Comment
+msgstr หมายเหตุ
+
+#: ../thunar-plugin/tag-renamer.c:717
+msgid Audio Tags
+msgstr แท็กเพลง
+
+#: ../thunar-plugin/audio-tags-page.c:195
+msgid Unknown Album
+msgstr อัลบั้มไม่ทราบชื่อ
+
+#: ../thunar-plugin/audio-tags-page.c:328
+msgid bTrack:/b
+msgstr bลำดับ:/b
+
+#: ../thunar-plugin/audio-tags-page.c:343
+msgid Enter the track number here.
+msgstr ป้อนลำดับเพลงที่นี่
+
+#: ../thunar-plugin/audio-tags-page.c:351
+msgid bYear:/b
+msgstr bปี:/b
+
+#: ../thunar-plugin/audio-tags-page.c:366
+msgid Enter the release year here.
+msgstr ป้อนปีที่เพลงออกที่นี่
+
+#: ../thunar-plugin/audio-tags-page.c:374
+msgid bArtist:/b
+msgstr bศิลปิน:/b
+
+#: ../thunar-plugin/audio-tags-page.c:381
+msgid Enter the name of the artist or author of this file here.
+msgstr ป้อนชื่อของศิลปินหรือผู้สร้างแฟ้มนี้ที่นี่
+
+#: ../thunar-plugin/audio-tags-page.c:389
+msgid bTitle:/b
+msgstr bชื่อเพลง:/b
+
+#: ../thunar-plugin/audio-tags-page.c:396
+msgid Enter the song title here.
+msgstr ป้อนชื่อเพลงที่นี่
+
+#: ../thunar-plugin/audio-tags-page.c:403
+msgid bAlbum:/b
+msgstr bอัลบั้ม:/b
+
+#: ../thunar-plugin/audio-tags-page.c:410
+msgid Enter the album/record title here.
+msgstr 

[Xfce4-commits] [xfce/exo] 01/01: I18n: Update translation pl (100%).

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch xfce-4.10
in repository xfce/exo.

commit 7a96fb1c348965c73027f87154c8e6dfc771aa7c
Author: Piotr Sokół pso...@jabster.pl
Date:   Sat Apr 5 12:30:07 2014 +0200

I18n: Update translation pl (100%).

275 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/pl.po |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/po/pl.po b/po/pl.po
index 875baff..35182b6 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -5,15 +5,15 @@
 # Translators:
 # OSWorld michal.ol...@osworld.pl, 2014
 # Piotr Maliński ad...@rk.edu.pl, 2006
-# Piotr Sokół pso...@jabster.pl, 2009,2011
+# Piotr Sokół pso...@jabster.pl, 2009,2011,2014
 # Szymon Kałasz szymon_maes...@gazeta.pl, 2006
 msgid 
 msgstr 
 Project-Id-Version: Exo\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-02 22:55+0200\n
-PO-Revision-Date: 2014-03-28 10:13+\n
-Last-Translator: OSWorld michal.ol...@osworld.pl\n
+PO-Revision-Date: 2014-04-05 09:01+\n
+Last-Translator: Piotr Sokół pso...@jabster.pl\n
 Language-Team: Polish 
(http://www.transifex.com/projects/p/xfce/language/pl/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
@@ -917,7 +917,7 @@ msgstr Wybór programu do zarządzania plikami
 
 #: ../exo-helper/exo-helper-chooser.c:504
 msgid Choose a custom Terminal Emulator
-msgstr Wybór programu do emulacji konsoli
+msgstr Wybór programu do emulacji terminala
 
 #: ../exo-helper/exo-helper-chooser.c:509
 msgid 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [thunar-plugins/thunar-archive-plugin] 01/01: I18n: Add new translation th (100%).

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository thunar-plugins/thunar-archive-plugin.

commit 0616db6098ec3e76096aa76b1526f980d8424a31
Author: theppitak theppi...@gmail.com
Date:   Sat Apr 5 12:30:24 2014 +0200

I18n: Add new translation th (100%).

13 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/th.po |   86 ++
 1 file changed, 86 insertions(+)

diff --git a/po/th.po b/po/th.po
new file mode 100644
index 000..06ff132
--- /dev/null
+++ b/po/th.po
@@ -0,0 +1,86 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# theppitak theppi...@gmail.com, 2014
+msgid 
+msgstr 
+Project-Id-Version: Thunar Plugins\n
+Report-Msgid-Bugs-To: \n
+POT-Creation-Date: 2013-07-03 20:07+0200\n
+PO-Revision-Date: 2014-04-05 09:30+\n
+Last-Translator: theppitak theppi...@gmail.com\n
+Language-Team: Thai (http://www.transifex.com/projects/p/xfce/language/th/)\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+Language: th\n
+Plural-Forms: nplurals=1; plural=0;\n
+
+#. prepare the dialog to query the preferred archiver for the user
+#: ../thunar-archive-plugin/tap-backend.c:81
+msgid Select an archive manager
+msgstr เลือกโปรแกรมจัดการแฟ้มจัดเก็บ
+
+#. add the header label
+#: ../thunar-archive-plugin/tap-backend.c:105
+msgid 
+Please select your preferred archive manager\n
+from the list of available applications below:
+msgstr 
กรุณาเลือกโปรแกรมจัดการแฟ้มจัดเก็บที่คุณชอบ\nจากรายชื่อโปรแกรมด้านล่างนี้:
+
+#. tell the user that we cannot handle the specified mime types
+#: ../thunar-archive-plugin/tap-backend.c:280
+#: ../thunar-archive-plugin/tap-backend.c:427
+#, c-format
+msgid No suitable archive manager found
+msgstr ไม่พบโปรแกรมจัดการแฟ้มจัดเก็บที่เหมาะสม
+
+#. execute the action
+#: ../thunar-archive-plugin/tap-provider.c:336
+#: ../thunar-archive-plugin/tap-provider.c:375
+msgid Failed to extract files
+msgstr แตกแฟ้มไม่สำเร็จ
+
+#. execute the action
+#: ../thunar-archive-plugin/tap-provider.c:413
+msgid Failed to create archive
+msgstr สร้างแฟ้มจัดเก็บไม่สำเร็จ
+
+#: ../thunar-archive-plugin/tap-provider.c:468
+msgid Extract _Here
+msgstr แตกออกที่_นี่
+
+#: ../thunar-archive-plugin/tap-provider.c:475
+msgid Extract the selected archive in the current folder
+msgid_plural Extract the selected archives in the current folder
+msgstr[0] แตกแฟ้มจัดเก็บที่เลือกลงในโฟลเดอร์ปัจจุบัน
+
+#: ../thunar-archive-plugin/tap-provider.c:492
+msgid _Extract To...
+msgstr แต_กไปยัง...
+
+#: ../thunar-archive-plugin/tap-provider.c:500
+msgid Extract the selected archive
+msgid_plural Extract the selected archives
+msgstr[0] แตกแฟ้มจัดเก็บที่เลือก
+
+#: ../thunar-archive-plugin/tap-provider.c:520
+msgid Cr_eate Archive...
+msgstr สร้า_งแฟ้มจัดเก็บ...
+
+#: ../thunar-archive-plugin/tap-provider.c:528
+msgid Create an archive with the selected object
+msgid_plural Create an archive with the selected objects
+msgstr[0] สร้างแฟ้มจัดเก็บเพื่อจัดเก็บรายการที่เลือก
+
+#. TRANSLATORS: This is the label of the Drag'n'Drop Extract here action
+#: ../thunar-archive-plugin/tap-provider.c:596
+msgid _Extract here
+msgstr แต_กออกที่นี่
+
+#: ../thunar-archive-plugin/tap-provider.c:603
+msgid Extract the selected archive here
+msgid_plural Extract the selected archives here
+msgstr[0] แตกแฟ้มจัดเก็บที่เลือกออกที่นี่

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [thunar-plugins/thunar-archive-plugin] branch master updated (f181b85 - 0616db6)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository thunar-plugins/thunar-archive-plugin.

  from  f181b85   I18n: Add new translation ms (100%).
   new  0616db6   I18n: Add new translation th (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/{uz.po = th.po} |   36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)
 copy po/{uz.po = th.po} (59%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] 01/01: I18n: Update translation sv (100%).

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository panel-plugins/xfce4-systemload-plugin.

commit fcbd7084ca64cbf58b52fb6707da5b01a7e1b928
Author: PavelNicklasson pavelnicklas...@bahnhof.se
Date:   Sat Apr 5 12:32:01 2014 +0200

I18n: Update translation sv (100%).

22 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/sv.po |   93 +-
 1 file changed, 43 insertions(+), 50 deletions(-)

diff --git a/po/sv.po b/po/sv.po
index c3b6a03..bac1279 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,125 +1,118 @@
-# Swedish translation for xfce4-systemload-plugin
-# Copyright (c) 2006, 2008 Free Software Foundation, Inc.
-# This file is distributed under the same license as the 
xfce4-systemload-plugin package.
-# Daniel Nylander p...@danielnylander.se, 2006, 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:
+# Daniel Nylander p...@danielnylander.se, 2006,2008
 msgid 
 msgstr 
-Project-Id-Version: xfce4-systemload-plugin\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-18 17:17+0200\n
-PO-Revision-Date: 2008-12-13 13:52+0100\n
-Last-Translator: Daniel Nylander p...@danielnylander.se\n
-Language-Team: Swedish tp...@listor.tp-sv.se\n
-Language: sv\n
+POT-Creation-Date: 2013-07-03 21:20+0200\n
+PO-Revision-Date: 2014-04-05 09:39+\n
+Last-Translator: PavelNicklasson pavelnicklas...@bahnhof.se\n
+Language-Team: Swedish 
(http://www.transifex.com/projects/p/xfce/language/sv/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: sv\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/cpu.c:63
 msgid File /proc/stat not found!
 msgstr Filen /proc/stat hittades inte!
 
-#: ../panel-plugin/systemload.c:153
+#: ../panel-plugin/systemload.c:159
 #, c-format
 msgid System Load: %ld%%
 msgstr Systembelastning: %ld%%
 
-#: ../panel-plugin/systemload.c:160
+#: ../panel-plugin/systemload.c:166
 #, c-format
 msgid Memory: %ldMB of %ldMB used
 msgstr Minne: %ld MB av %ld MB använt
 
-#: ../panel-plugin/systemload.c:168
+#: ../panel-plugin/systemload.c:174
 #, c-format
 msgid Swap: %ldMB of %ldMB used
 msgstr Växlingsutrymme: %ld MB av %ld MB använt
 
-#: ../panel-plugin/systemload.c:171
+#: ../panel-plugin/systemload.c:177
 #, c-format
 msgid No swap
 msgstr Inget växlingsutrymme
 
-#: ../panel-plugin/systemload.c:182
+#: ../panel-plugin/systemload.c:188
 #, c-format
 msgid %d day
 msgid_plural %d days
 msgstr[0] %d dag
 msgstr[1] %d dagar
 
-#: ../panel-plugin/systemload.c:186
+#: ../panel-plugin/systemload.c:192
 #, c-format
 msgid Uptime: %d day %d:%02d
 msgid_plural Uptime: %d days %d:%02d
 msgstr[0] Upptid: %d dygn %d:%02d
 msgstr[1] Upptid: %d dygn %d:%02d
 
-#: ../panel-plugin/systemload.c:194
-#, fuzzy, c-format
+#: ../panel-plugin/systemload.c:200
+#, c-format
 msgid Uptime: %d:%02d
-msgstr Upptid: %d dygn %d:%02d
+msgstr Upptid: %d:%02d
 
-#: ../panel-plugin/systemload.c:811
+#: ../panel-plugin/systemload.c:816
 msgid CPU monitor
 msgstr Processorövervakare
 
-#: ../panel-plugin/systemload.c:812
+#: ../panel-plugin/systemload.c:817
 msgid Memory monitor
 msgstr Minnesövervakare
 
-#: ../panel-plugin/systemload.c:813
+#: ../panel-plugin/systemload.c:818
 msgid Swap monitor
 msgstr Övervaka växlingutrymme
 
-#: ../panel-plugin/systemload.c:814
+#: ../panel-plugin/systemload.c:819
 msgid Uptime monitor
 msgstr Upptidsövervakare
 
-#: ../panel-plugin/systemload.c:819 ../panel-plugin/systemload.desktop.in.h:1
+#: ../panel-plugin/systemload.c:824 ../panel-plugin/systemload.desktop.in.h:1
 msgid System Load Monitor
 msgstr Övervaka systembelastning
 
-#: ../panel-plugin/systemload.c:834
+#: ../panel-plugin/systemload.c:839
 msgid General
-msgstr 
+msgstr Allmänt
 
-#: ../panel-plugin/systemload.c:836
+#: ../panel-plugin/systemload.c:841
 msgid Update interval:
-msgstr 
+msgstr Uppdateringsintervall:
 
-#: ../panel-plugin/systemload.c:836 ../panel-plugin/systemload.c:841
+#: ../panel-plugin/systemload.c:841 ../panel-plugin/systemload.c:846
 msgid s
-msgstr 
+msgstr s
 
-#: ../panel-plugin/systemload.c:841
+#: ../panel-plugin/systemload.c:846
 msgid Power-saving interval:
-msgstr 
+msgstr Strömsparintervall:
 
-#: ../panel-plugin/systemload.c:855
+#: ../panel-plugin/systemload.c:860
 msgid Text to display:
 msgstr Text att visa:
 
-#: ../panel-plugin/systemload.c:859
+#: ../panel-plugin/systemload.c:864
 msgid Bar color:
 msgstr Stapelfärg:
 
-#: ../panel-plugin/uptime.c:53
-msgid File /proc/uptime not found!
-msgstr Filen /proc/uptime hittades inte!
-
-#: ../panel-plugin/systemload.desktop.in.h:2
+#: ../panel-plugin/systemload.c:889 ../panel-plugin/systemload.desktop.in.h:2
 msgid Monitor CPU 

[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] branch master updated (1ade889 - fcbd708)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository panel-plugins/xfce4-systemload-plugin.

  from  1ade889   I18n: Update translation es (100%).
   new  fcbd708   I18n: Update translation sv (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/sv.po |   93 +-
 1 file changed, 43 insertions(+), 50 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfce4-screenshooter] branch master updated (cfecf4e - f78383e)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository apps/xfce4-screenshooter.

  from  cfecf4e   I18n: Add new translation ms (100%).
   new  f78383e   I18n: Update translation sv (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/sv.po |  230 +++---
 1 file changed, 83 insertions(+), 147 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfce4-screenshooter] 01/01: I18n: Update translation sv (100%).

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository apps/xfce4-screenshooter.

commit f78383e3e59129964a1405f05c783740a9272f97
Author: PavelNicklasson pavelnicklas...@bahnhof.se
Date:   Sat Apr 5 12:31:24 2014 +0200

I18n: Update translation sv (100%).

74 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/sv.po |  230 +++---
 1 file changed, 83 insertions(+), 147 deletions(-)

diff --git a/po/sv.po b/po/sv.po
index f123ba5..f5b220e 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,20 +1,21 @@
-# Swedish translation for xfce4-screenshooter-plugin.
-# Copyright (C) 2008, 2009 Free Software Foundation, Inc.
-# This file is distributed under the same license as the 
xfce4-screenshooter-plugin package.
-# Daniel Nylander p...@danielnylander.se, 2008, 2009.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Daniel Nylander p...@danielnylander.se, 2008-2009
 msgid 
 msgstr 
-Project-Id-Version: xfce4-screenshooter-plugin\n
+Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-07-31 23:29+0200\n
-PO-Revision-Date: 2009-02-09 15:28+0100\n
-Last-Translator: Daniel Nylander p...@danielnylander.se\n
-Language-Team: Swedish tp...@listor.tp-sv.se\n
-Language: sv\n
+POT-Creation-Date: 2013-07-13 22:14+0200\n
+PO-Revision-Date: 2014-04-05 09:47+\n
+Last-Translator: PavelNicklasson pavelnicklas...@bahnhof.se\n
+Language-Team: Swedish 
(http://www.transifex.com/projects/p/xfce/language/sv/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: sv\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../lib/screenshooter-dialogs.c:453
@@ -22,151 +23,143 @@ msgstr 
 msgid %.2fKb of %.2fKb
 msgstr %.2fKb av %.2fKb
 
-#: ../lib/screenshooter-dialogs.c:535
+#: ../lib/screenshooter-dialogs.c:539
 msgid Transfer
 msgstr Överföring
 
-#: ../lib/screenshooter-dialogs.c:556
+#: ../lib/screenshooter-dialogs.c:560
 msgid 
 span weight=\bold\ stretch=\semiexpanded\The screenshot is being 
 transferred to:/span
-msgstr 
-span weight=\bold\ stretch=\semiexpanded\Skärmbilden överförs till:/
-span
+msgstr span weight=\bold\ stretch=\semiexpanded\Skärmbilden överförs 
till:/span
 
-#: ../lib/screenshooter-dialogs.c:672 ../lib/screenshooter-dialogs.c:689
-#: ../lib/screenshooter-dialogs.c:881 ../lib/screenshooter-utils.c:64
+#: ../lib/screenshooter-dialogs.c:682 ../lib/screenshooter-dialogs.c:699
+#: ../lib/screenshooter-dialogs.c:891 ../lib/screenshooter-utils.c:64
 #: ../lib/screenshooter-utils.c:96
 #: ../src/xfce4-screenshooter.desktop.in.in.h:1
-#: ../panel-plugin/screenshooter.desktop.in.in.h:1
+#: ../panel-plugin/screenshooter.desktop.in.h:1
 msgid Screenshot
 msgstr Skärmbild
 
-#: ../lib/screenshooter-dialogs.c:684
+#: ../lib/screenshooter-dialogs.c:694
 msgid Take a screenshot
 msgstr Ta en skärmbild
 
-#: ../lib/screenshooter-dialogs.c:699
+#: ../lib/screenshooter-dialogs.c:709
 msgid Preferences
 msgstr Inställningar
 
-#: ../lib/screenshooter-dialogs.c:730
+#: ../lib/screenshooter-dialogs.c:740
 msgid span weight=\bold\ stretch=\semiexpanded\Region to capture/span
 msgstr span weight=\bold\ stretch=\semiexpanded\Område att fånga/span
 
-#: ../lib/screenshooter-dialogs.c:750
+#: ../lib/screenshooter-dialogs.c:760
 msgid Entire screen
 msgstr Hela skärmen
 
-#: ../lib/screenshooter-dialogs.c:757 ../src/main.c:53
-#: ../panel-plugin/screenshooter-plugin.c:311
+#: ../lib/screenshooter-dialogs.c:767 ../src/main.c:59
+#: ../panel-plugin/screenshooter-plugin.c:317
 msgid Take a screenshot of the entire screen
 msgstr Ta en skärmbild av hela skärmen
 
-#: ../lib/screenshooter-dialogs.c:765
+#: ../lib/screenshooter-dialogs.c:775
 msgid Active window
 msgstr Aktivt fönster
 
-#: ../lib/screenshooter-dialogs.c:772 ../src/main.c:90
-#: ../panel-plugin/screenshooter-plugin.c:316
+#: ../lib/screenshooter-dialogs.c:782 ../src/main.c:96
+#: ../panel-plugin/screenshooter-plugin.c:322
 msgid Take a screenshot of the active window
 msgstr Ta en skärmbild av aktivt fönster
 
-#: ../lib/screenshooter-dialogs.c:780
+#: ../lib/screenshooter-dialogs.c:790
 msgid Select a region
 msgstr Välj ett område
 
-#: ../lib/screenshooter-dialogs.c:785 ../src/main.c:68
-#: ../panel-plugin/screenshooter-plugin.c:321
+#: ../lib/screenshooter-dialogs.c:795 ../src/main.c:74
+#: ../panel-plugin/screenshooter-plugin.c:327
 msgid 
 Select a region to be captured by clicking a point of the screen without 
 releasing the mouse button, dragging your mouse to the other corner of the 
 region, and releasing the mouse button.
-msgstr 
-Markera ett område att fångas genom att klicka på en punkt av skärmen utan 
-att släppa musknappen, dra sedan muspekaren till andra sidan av området 

[Xfce4-commits] [xfce/xfdesktop] branch master updated (a2d36d6 - a0f9098)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository xfce/xfdesktop.

  from  a2d36d6   I18n: Update translation it (100%).
   new  8310737   I18n: Update translation ja (100%).
   new  e79db57   I18n: Update translation pl (100%).
   new  a0f9098   I18n: Update translation sv (100%).

The 3 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/ja.po |  154 ++--
 po/pl.po |  158 +++---
 po/sv.po |  154 ++--
 3 files changed, 236 insertions(+), 230 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [www/www.xfce.org] 01/01: I18n: Update translation sv (89%).

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository www/www.xfce.org.

commit bfd14fe7a44326cbe6bc427e8a90ba15d0bd7c93
Author: PavelNicklasson pavelnicklas...@bahnhof.se
Date:   Sat Apr 5 12:32:24 2014 +0200

I18n: Update translation sv (89%).

526 translated messages, 65 untranslated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 lib/po/sv.po |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

diff --git a/lib/po/sv.po b/lib/po/sv.po
index 3cb575f..afb5dc8 100644
--- a/lib/po/sv.po
+++ b/lib/po/sv.po
@@ -10,7 +10,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: 2014-04-03 09:18+\n
+PO-Revision-Date: 2014-04-05 08:19+\n
 Last-Translator: PavelNicklasson pavelnicklas...@bahnhof.se\n
 Language-Team: Swedish 
(http://www.transifex.com/projects/p/xfce/language/sv/)\n
 MIME-Version: 1.0\n
@@ -2274,7 +2274,7 @@ msgid 
 clearing the saved session (no more ttrm -r ~/.config/sessions/tt). 
 Xfce4-tips has been removed and the session manager can now lock the screen 
 before suspending or hibernating the system.
-msgstr 
+msgstr Dialogfönstret för emsessionshanteraren/emapos;s har en knapp för 
att rensa sparade sessioner (inget mer ttrm -r ~/.config/sessions/tt). 
Xfce-tips har tagits bort och sessionshanteraren kan nu låsa skärmen innan 
systemet försätts i vänte- eller viloläge.
 
 #: about/tour.php:55
 msgid Applications Autostart
@@ -2290,12 +2290,12 @@ msgid 
 using an italic font and not enabled by default in order to distinguish them
  from Xfce applications. Unlike in previous versions of Xfce, compatibility 
 services can be started independently from each other.
-msgstr 
+msgstr En annan märkbar förändring är sättet GNOME och KDE kompatibilitet 
fungerar. Kompatibilitetskryssrutor aktiverar endast tjänster, som måste 
startas innan andra program (emgnome-nyckelring/ em oc emgconf/ em för 
GNOME och emkdeinit/emför KDE). Alla andra autostart program finns 
tillgängliga från strongProgram Autostart/ strong, men de listas med hjälp 
av ett kursivt typsnitt och inte aktiverade som standard för att skilja dem 
från Xfce program. Till skillnad från ti [...]
 
 #: about/tour.php:59
 msgid 
 Applications, which are not a part of Xfce, are listed using an italic font
-msgstr 
+msgstr Program, som inte är del av Xfce, listas med ett kursivt typsnitt
 
 #: about/tour.php:63
 msgid Settings Daemon
@@ -2306,7 +2306,7 @@ msgid 
 Xfce 4.8 used two processes for applying settings: ttxfce4-settings-
 helper/tt and ttxfsettingsd/tt. In 4.10 they have been merged into 
 xfsettingsd, which now handles all system settings.
-msgstr 
+msgstr Xfce 4.8 använde två processer för att tillämpa inställningar: 
ttxfce4-settings-helper/tt and ttxfsettingsd/tt. I 4.10 har de slagits 
ihop till xfsettingsd, som nu hanterar alla systeminställningar.
 
 #: about/tour.php:69
 msgid 
@@ -2314,13 +2314,13 @@ msgid 
  and allows you to search for their names or descriptions. Most of the 
 dialogs are also now embedded in the settings manager window (this was a 
 compile-time option in Xfce 4.8).
-msgstr 
+msgstr Den nya eminställningshanteraren/em ordnar konfigurationsdialoger 
i kategorier och låter dig söka efter deras namn eller beskrivningar. De flesta 
dialogfönster är nu inbäddade i inställningshanterarfönstret (det var ett 
kompileringsalternativ i Xfce 4.8). 
 
 #: about/tour.php:71
 msgid 
 The settings manager with icons grouped by category and a search filter 
 applied
-msgstr 
+msgstr Inställningshanteraren med ikoner grupperade efter kategorier och 
tillämpat sökfilter
 
 #: about/tour.php:73
 msgid Settings Editor
@@ -2332,14 +2332,14 @@ msgid 
 edit a property (this is because it now reloads a single cell rather than 
 the whole tree). Most properties can now be edited in-place, making it 
 easier to quickly adjust settings.
-msgstr 
+msgstr emInställningshanteraren/em kollapsar inte längre hela trädet när 
du redigerar en egenskap (detta beror på att det nu laddar om en enda cell 
istället för hela trädet). De flesta egenskaper kan nu redigeras på plats, 
vilket gör det enklare att snabbt justera inställningar.
 
 #: about/tour.php:77
 msgid 
 Using settings editor you can also monitor changes of settings in a selected
  channel. Right-click on a channel in the main window, and select 
 strongMonitor/strong to display the monitor window.
-msgstr 
+msgstr Genom att använda inställningsredigeraren kan du också övervaka 
inställningsändringar i en vald kanal. Högerklicka på en kanal i huvudfönstret 
och välj strongÖvervaka/strong för att visa övervakningsfönstret.
 
 #: about/tour.php:79
 msgid 
@@ -2359,7 +2359,7 @@ msgid 
 see your changes and reset them to default settings when necessary. Note 
 that it does not allow you to 

[Xfce4-commits] [panel-plugins/xfce4-xkb-plugin] branch master updated (4560248 - b910631)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository panel-plugins/xfce4-xkb-plugin.

  from  4560248   I18n: Update translation es (100%).
   new  b910631   I18n: Update translation sv (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/sv.po |   69 ++
 1 file changed, 20 insertions(+), 49 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] branch master updated (74cdbd1 - 053e2ca)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository panel-plugins/xfce4-weather-plugin.

  from  74cdbd1   I18n: Update translation es (100%).
   new  053e2ca   I18n: Update translation zh_CN (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/zh_CN.po |  330 +--
 1 file changed, 185 insertions(+), 145 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 01/01: I18n: Update translation zh_CN (100%).

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository panel-plugins/xfce4-weather-plugin.

commit 053e2cab4d985895a59aa6c4be78189e9beb52a0
Author: xiaobo zhou zhouxiaobo@gmail.com
Date:   Sat Apr 5 12:32:12 2014 +0200

I18n: Update translation zh_CN (100%).

330 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/zh_CN.po |  330 +--
 1 file changed, 185 insertions(+), 145 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index fdb300e..ce24532 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -6,15 +6,15 @@
 # Ambrose Li a...@ada.dhs.org, 2005
 # Chipong chipong@yahoo.com, 2011-2012
 # perryfa perr...@veket.com, 2013
-# 潇波 周 zhouxiaobo@gmail.com, 2013
+# xiaobo zhou zhouxiaobo@gmail.com, 2013-2014
 # yjwork527 yjwork.x...@gmail.com, 2010
 msgid 
 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-09-16 15:32+\n
-Last-Translator: 玉堂白鹤 yjw...@qq.com\n
+POT-Creation-Date: 2014-01-12 06:31+0100\n
+PO-Revision-Date: 2014-04-05 05:53+\n
+Last-Translator: xiaobo zhou zhouxiaobo@gmail.com\n
 Language-Team: Chinese (China) 
(http://www.transifex.com/projects/p/xfce/language/zh_CN/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
@@ -23,67 +23,67 @@ msgstr 
 Plural-Forms: nplurals=1; plural=0;\n
 
 #. TRANSLATORS: Keep in sync with labeloptions in weather-config.c
-#: ../panel-plugin/weather.c:122
+#: ../panel-plugin/weather.c:128
 msgid T
 msgstr 气温
 
-#: ../panel-plugin/weather.c:125
+#: ../panel-plugin/weather.c:131
 msgid P
 msgstr 气压
 
-#: ../panel-plugin/weather.c:128
+#: ../panel-plugin/weather.c:134
 msgid WS
 msgstr 风速
 
-#: ../panel-plugin/weather.c:131
+#: ../panel-plugin/weather.c:137
 msgid WB
 msgstr 风级
 
-#: ../panel-plugin/weather.c:134 ../panel-plugin/weather.c:137
+#: ../panel-plugin/weather.c:140 ../panel-plugin/weather.c:143
 msgid WD
 msgstr 风向
 
-#: ../panel-plugin/weather.c:140
+#: ../panel-plugin/weather.c:146
 msgid H
 msgstr 湿度
 
-#: ../panel-plugin/weather.c:143
+#: ../panel-plugin/weather.c:149
 msgid D
 msgstr 露点
 
-#: ../panel-plugin/weather.c:146
+#: ../panel-plugin/weather.c:152
 msgid A
 msgstr 体感温度
 
-#: ../panel-plugin/weather.c:149
+#: ../panel-plugin/weather.c:155
 msgid CL
 msgstr 低云
 
-#: ../panel-plugin/weather.c:152
+#: ../panel-plugin/weather.c:158
 msgid CM
 msgstr 中云
 
-#: ../panel-plugin/weather.c:155
+#: ../panel-plugin/weather.c:161
 msgid CH
 msgstr 高云
 
-#: ../panel-plugin/weather.c:158
+#: ../panel-plugin/weather.c:164
 msgid C
 msgstr C
 
-#: ../panel-plugin/weather.c:161
+#: ../panel-plugin/weather.c:167
 msgid F
 msgstr 雾
 
-#: ../panel-plugin/weather.c:164
+#: ../panel-plugin/weather.c:170
 msgid R
 msgstr 降水
 
-#: ../panel-plugin/weather.c:352 ../panel-plugin/weather.c:354
+#: ../panel-plugin/weather.c:358 ../panel-plugin/weather.c:360
 msgid No Data
 msgstr 无数据
 
-#: ../panel-plugin/weather.c:464
+#: ../panel-plugin/weather.c:498
 msgid 
 Met.no sunrise API states that this version of the webservice is deprecated,
  and the plugin needs to be adapted to use a newer version, or it will stop 
@@ -91,18 +91,18 @@ msgid 
 if no one else has done so yet.
 msgstr met.no 日出 API 指出这个版本的Web服务已经过时,插件需要升级到适合一个新的版本,不然将在几个月内停止工作。请将此 bug 
提交到 https://bugzilla.xfce.org。;
 
-#: ../panel-plugin/weather.c:483
+#: ../panel-plugin/weather.c:518
 msgid Error parsing astronomical data!
 msgstr 解析天文数据错误!
 
-#: ../panel-plugin/weather.c:485
+#: ../panel-plugin/weather.c:520
 #, c-format
 msgid 
 Download of astronomical data failed with HTTP Status Code %d, Reason 
 phrase: %s
 msgstr 下载天文数据失败。HTTP状态代码:%d。原因: %s
 
-#: ../panel-plugin/weather.c:534
+#: ../panel-plugin/weather.c:560
 msgid 
 Met.no LocationforecastLTS API states that this version of the webservice is
  deprecated, and the plugin needs to be adapted to use a newer version, or 
@@ -110,58 +110,57 @@ msgid 
 https://bugzilla.xfce.org if no one else has done so yet.
 msgstr Met.no 的 LocationforecastLTS API 
指出这个版本的Web服务已经过时,插件需要升级到适合一个新的版本,不然将在几个月内停止工作。请将此 bug 提交到 
https://bugzilla.xfce.org。;
 
-#: ../panel-plugin/weather.c:552
+#: ../panel-plugin/weather.c:578
 msgid Error parsing weather data!
 msgstr 解析天气数据出错!
 
-#: ../panel-plugin/weather.c:555
+#: ../panel-plugin/weather.c:581
 #, c-format
 msgid 
 Download of weather data failed with HTTP Status Code %d, Reason phrase: %s
 msgstr 下载气象数据失败。HTTP状态代码:%d。原因: %s
 
 #. start receive thread
-#: ../panel-plugin/weather.c:609 ../panel-plugin/weather.c:627
+#: ../panel-plugin/weather.c:655 ../panel-plugin/weather.c:674
 #: ../panel-plugin/weather-search.c:169 ../panel-plugin/weather-search.c:435
 #, c-format
 msgid getting %s
 msgstr 获得 %s
 
-#: ../panel-plugin/weather.c:1114
+#: ../panel-plugin/weather.c:1173
 #, c-format
 msgid Error writing cache file %s!
 

[Xfce4-commits] [www/www.xfce.org] branch master updated (7f9628e - bfd14fe)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository www/www.xfce.org.

  from  7f9628e   I18n: Update translation sv (84%).
   new  bfd14fe   I18n: Update translation sv (89%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 lib/po/sv.po |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfdesktop] 03/03: I18n: Update translation sv (100%).

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository xfce/xfdesktop.

commit a0f90989191031cc443feb4804b9d65b6a074e5b
Author: PavelNicklasson pavelnicklas...@bahnhof.se
Date:   Sat Apr 5 12:32:30 2014 +0200

I18n: Update translation sv (100%).

216 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/sv.po |  154 +++---
 1 file changed, 78 insertions(+), 76 deletions(-)

diff --git a/po/sv.po b/po/sv.po
index 498ac5d..2dc1f77 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -13,8 +13,8 @@ msgid 
 msgstr 
 Project-Id-Version: Xfdesktop\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2014-02-24 12:32+0100\n
-PO-Revision-Date: 2014-03-22 09:37+\n
+POT-Creation-Date: 2014-04-03 18:32+0200\n
+PO-Revision-Date: 2014-04-05 08:17+\n
 Last-Translator: PavelNicklasson pavelnicklas...@bahnhof.se\n
 Language-Team: Swedish 
(http://www.transifex.com/projects/p/xfce/language/sv/)\n
 MIME-Version: 1.0\n
@@ -23,37 +23,37 @@ msgstr 
 Language: sv\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
-#: ../settings/main.c:375 ../src/xfdesktop-special-file-icon.c:295
+#: ../settings/main.c:404 ../src/xfdesktop-special-file-icon.c:295
 #: ../src/xfdesktop-special-file-icon.c:479
 msgid Home
 msgstr Hem
 
-#: ../settings/main.c:377
+#: ../settings/main.c:406
 msgid Filesystem
 msgstr Filsystem
 
-#: ../settings/main.c:379
+#: ../settings/main.c:408
 msgid Trash
 msgstr Papperskorg
 
-#: ../settings/main.c:381
+#: ../settings/main.c:410
 msgid Removable Devices
 msgstr Flyttbara enheter
 
-#: ../settings/main.c:383
+#: ../settings/main.c:412
 msgid Network Shares
 msgstr Nätverksdelning
 
-#: ../settings/main.c:385
+#: ../settings/main.c:414
 msgid Disks and Drives
 msgstr Diskar och enheter
 
-#: ../settings/main.c:387
+#: ../settings/main.c:416
 msgid Other Devices
 msgstr Andra enheter
 
 #. Display the file name, file type, and file size in the tooltip.
-#: ../settings/main.c:500
+#: ../settings/main.c:529
 #, c-format
 msgid 
 b%s/b\n
@@ -61,95 +61,95 @@ msgid 
 Size: %s
 msgstr b%s/b\nTyp: %s\nStorlek: %s
 
-#: ../settings/main.c:686
+#: ../settings/main.c:715
 #, c-format
 msgid Wallpaper for Monitor %d (%s)
 msgstr Bakgrundsbild för monitor %d (%s)
 
-#: ../settings/main.c:689
+#: ../settings/main.c:718
 #, c-format
 msgid Wallpaper for Monitor %d
 msgstr Bakgrundsbild för monitor %d
 
-#: ../settings/main.c:695
+#: ../settings/main.c:724
 msgid Move this dialog to the display you want to edit the settings for.
 msgstr Flytta denna dialogruta till skärmen som du vill ändra inställningar 
för.
 
-#: ../settings/main.c:702
+#: ../settings/main.c:731
 #, c-format
 msgid Wallpaper for %s on Monitor %d (%s)
 msgstr Bakgrundsbild för %s på monitor %d (%s)
 
-#: ../settings/main.c:706
+#: ../settings/main.c:735
 #, c-format
 msgid Wallpaper for %s on Monitor %d
 msgstr Bakgrundsbild för %s på monitor %d
 
-#: ../settings/main.c:713
+#: ../settings/main.c:742
 msgid 
 Move this dialog to the display and workspace you want to edit the settings 
 for.
 msgstr Flytta denna dialog till skärmen och arbetsyta som du vill ändra 
inställningar för.
 
 #. Single monitor and single workspace
-#: ../settings/main.c:720
+#: ../settings/main.c:749
 #, c-format
 msgid Wallpaper for my desktop
 msgstr Bakgrundsbild för mitt skrivbord
 
 #. Single monitor and per workspace wallpaper
-#: ../settings/main.c:726
+#: ../settings/main.c:755
 #, c-format
 msgid Wallpaper for %s
 msgstr Bakgrundsbild för %s
 
-#: ../settings/main.c:731
+#: ../settings/main.c:760
 msgid Move this dialog to the workspace you want to edit the settings for.
 msgstr Flytta den här dialogrutan till den arbetsyta du vill ändra 
inställningarna för.
 
-#: ../settings/main.c:1134
+#: ../settings/main.c:1174
 msgid Image selection is unavailable while the image style is set to None.
 msgstr Bildval är inte tillgängligt när bildstil är satt till Ingen.
 
-#: ../settings/main.c:1481
+#: ../settings/main.c:1523
 msgid Spanning screens
 msgstr Över flera skärmar
 
-#: ../settings/main.c:1786
+#: ../settings/main.c:1825
 msgid Image files
 msgstr Bildfiler
 
-#: ../settings/main.c:1958
+#: ../settings/main.c:2001
 msgid Settings manager socket
 msgstr Uttag för inställningshanterare
 
-#: ../settings/main.c:1958
+#: ../settings/main.c:2001
 msgid SOCKET ID
 msgstr UTTAGS-ID
 
-#: ../settings/main.c:1959
+#: ../settings/main.c:2002
 msgid Version information
 msgstr Versionsinformation
 
-#: ../settings/main.c:1986
+#: ../settings/main.c:2030
 #, c-format
 msgid Type '%s --help' for usage.
 msgstr Ange \%s --help\ för användningsinformation.
 
-#: ../settings/main.c:1998
+#: ../settings/main.c:2042
 msgid The Xfce development team. All rights reserved.
 msgstr The Xfce development team. Alla rättigheter reserverade.
 
-#: ../settings/main.c:1999
+#: ../settings/main.c:2043
 #, c-format
 msgid Please report 

[Xfce4-commits] [xfce/xfdesktop] 01/03: I18n: Update translation ja (100%).

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository xfce/xfdesktop.

commit 83107373dbd6b9e21abd4967aa2ba5753d49df5d
Author: Masato HASHIMOTO cabezon.hashim...@gmail.com
Date:   Sat Apr 5 12:32:30 2014 +0200

I18n: Update translation ja (100%).

216 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/ja.po |  154 +++---
 1 file changed, 78 insertions(+), 76 deletions(-)

diff --git a/po/ja.po b/po/ja.po
index 6c27663..854d224 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -9,8 +9,8 @@ msgid 
 msgstr 
 Project-Id-Version: Xfdesktop\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2014-02-24 12:32+0100\n
-PO-Revision-Date: 2014-02-25 10:44+\n
+POT-Creation-Date: 2014-04-03 18:32+0200\n
+PO-Revision-Date: 2014-04-05 06:56+\n
 Last-Translator: Masato HASHIMOTO cabezon.hashim...@gmail.com\n
 Language-Team: Japanese 
(http://www.transifex.com/projects/p/xfce/language/ja/)\n
 MIME-Version: 1.0\n
@@ -19,37 +19,37 @@ msgstr 
 Language: ja\n
 Plural-Forms: nplurals=1; plural=0;\n
 
-#: ../settings/main.c:375 ../src/xfdesktop-special-file-icon.c:295
+#: ../settings/main.c:404 ../src/xfdesktop-special-file-icon.c:295
 #: ../src/xfdesktop-special-file-icon.c:479
 msgid Home
 msgstr ホーム
 
-#: ../settings/main.c:377
+#: ../settings/main.c:406
 msgid Filesystem
 msgstr ファイルシステム
 
-#: ../settings/main.c:379
+#: ../settings/main.c:408
 msgid Trash
 msgstr ゴミ箱
 
-#: ../settings/main.c:381
+#: ../settings/main.c:410
 msgid Removable Devices
 msgstr リムーバブルデバイス
 
-#: ../settings/main.c:383
+#: ../settings/main.c:412
 msgid Network Shares
 msgstr ネットワーク共有
 
-#: ../settings/main.c:385
+#: ../settings/main.c:414
 msgid Disks and Drives
 msgstr ディスクとドライブ
 
-#: ../settings/main.c:387
+#: ../settings/main.c:416
 msgid Other Devices
 msgstr その他のデバイス
 
 #. Display the file name, file type, and file size in the tooltip.
-#: ../settings/main.c:500
+#: ../settings/main.c:529
 #, c-format
 msgid 
 b%s/b\n
@@ -57,95 +57,95 @@ msgid 
 Size: %s
 msgstr b%s/b\nタイプ: %s\nサイズ: %s
 
-#: ../settings/main.c:686
+#: ../settings/main.c:715
 #, c-format
 msgid Wallpaper for Monitor %d (%s)
 msgstr モニター %d (%s) の壁紙
 
-#: ../settings/main.c:689
+#: ../settings/main.c:718
 #, c-format
 msgid Wallpaper for Monitor %d
 msgstr モニター %d の壁紙
 
-#: ../settings/main.c:695
+#: ../settings/main.c:724
 msgid Move this dialog to the display you want to edit the settings for.
 msgstr 設定したいディスプレイにこのダイアログを移動してください。
 
-#: ../settings/main.c:702
+#: ../settings/main.c:731
 #, c-format
 msgid Wallpaper for %s on Monitor %d (%s)
 msgstr モニター %2$d (%3$s) %1$s の壁紙
 
-#: ../settings/main.c:706
+#: ../settings/main.c:735
 #, c-format
 msgid Wallpaper for %s on Monitor %d
 msgstr モニター %2$d %1$s の壁紙
 
-#: ../settings/main.c:713
+#: ../settings/main.c:742
 msgid 
 Move this dialog to the display and workspace you want to edit the settings 
 for.
 msgstr 設定したいディスプレイおよびワークスペースにこのダイアログを移動してください。
 
 #. Single monitor and single workspace
-#: ../settings/main.c:720
+#: ../settings/main.c:749
 #, c-format
 msgid Wallpaper for my desktop
 msgstr デスクトップの壁紙
 
 #. Single monitor and per workspace wallpaper
-#: ../settings/main.c:726
+#: ../settings/main.c:755
 #, c-format
 msgid Wallpaper for %s
 msgstr %s の壁紙
 
-#: ../settings/main.c:731
+#: ../settings/main.c:760
 msgid Move this dialog to the workspace you want to edit the settings for.
 msgstr 設定したいワークスペースにこのダイアログを移動してください。
 
-#: ../settings/main.c:1134
+#: ../settings/main.c:1174
 msgid Image selection is unavailable while the image style is set to None.
 msgstr 画像のスタイルが「なし」の時、壁紙は無効になります。
 
-#: ../settings/main.c:1481
+#: ../settings/main.c:1523
 msgid Spanning screens
 msgstr 複数画面にまたがって表示する
 
-#: ../settings/main.c:1786
+#: ../settings/main.c:1825
 msgid Image files
 msgstr 画像ファイル
 
-#: ../settings/main.c:1958
+#: ../settings/main.c:2001
 msgid Settings manager socket
 msgstr 設定マネージャーソケット
 
-#: ../settings/main.c:1958
+#: ../settings/main.c:2001
 msgid SOCKET ID
 msgstr SOCKET ID
 
-#: ../settings/main.c:1959
+#: ../settings/main.c:2002
 msgid Version information
 msgstr バージョン情報
 
-#: ../settings/main.c:1986
+#: ../settings/main.c:2030
 #, c-format
 msgid Type '%s --help' for usage.
 msgstr '%s --help' で使用方法が表示されます。
 
-#: ../settings/main.c:1998
+#: ../settings/main.c:2042
 msgid The Xfce development team. All rights reserved.
 msgstr The Xfce development team. All rights reserved.
 
-#: ../settings/main.c:1999
+#: ../settings/main.c:2043
 #, c-format
 msgid Please report bugs to %s.
 msgstr バグの報告は %s までおねがいします。
 
-#: ../settings/main.c:2006
+#: ../settings/main.c:2050
 msgid Desktop Settings
 msgstr デスクトップ設定
 
-#: ../settings/main.c:2008
+#: ../settings/main.c:2052
 msgid Unable to contact settings server
 msgstr 設定サーバーに接続できません
 
@@ -333,7 +333,7 @@ msgstr 最小化されたアプリケーションアイコン
 msgid File/launcher icons
 msgstr ファイル/ランチャーアイコン
 
-#: 

[Xfce4-commits] [xfce/xfdesktop] 02/03: I18n: Update translation pl (100%).

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository xfce/xfdesktop.

commit e79db5781cc37183daac2722d84d2d40dc5e1721
Author: Piotr Sokół pso...@jabster.pl
Date:   Sat Apr 5 12:32:30 2014 +0200

I18n: Update translation pl (100%).

216 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/pl.po |  158 +++---
 1 file changed, 80 insertions(+), 78 deletions(-)

diff --git a/po/pl.po b/po/pl.po
index 59e3943..9c1fa37 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -17,8 +17,8 @@ msgid 
 msgstr 
 Project-Id-Version: Xfdesktop\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2014-02-24 12:32+0100\n
-PO-Revision-Date: 2014-03-27 11:20+\n
+POT-Creation-Date: 2014-04-03 18:32+0200\n
+PO-Revision-Date: 2014-04-05 08:59+\n
 Last-Translator: Piotr Sokół pso...@jabster.pl\n
 Language-Team: Polish 
(http://www.transifex.com/projects/p/xfce/language/pl/)\n
 MIME-Version: 1.0\n
@@ -27,37 +27,37 @@ msgstr 
 Language: pl\n
 Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10=2  n%10=4  (n%10010 
|| n%100=20) ? 1 : 2);\n
 
-#: ../settings/main.c:375 ../src/xfdesktop-special-file-icon.c:295
+#: ../settings/main.c:404 ../src/xfdesktop-special-file-icon.c:295
 #: ../src/xfdesktop-special-file-icon.c:479
 msgid Home
 msgstr Katalog użytkownika
 
-#: ../settings/main.c:377
+#: ../settings/main.c:406
 msgid Filesystem
 msgstr System plików
 
-#: ../settings/main.c:379
+#: ../settings/main.c:408
 msgid Trash
 msgstr Kosz
 
-#: ../settings/main.c:381
+#: ../settings/main.c:410
 msgid Removable Devices
 msgstr Nośniki wymienne
 
-#: ../settings/main.c:383
+#: ../settings/main.c:412
 msgid Network Shares
 msgstr Współdzielone w sieci
 
-#: ../settings/main.c:385
+#: ../settings/main.c:414
 msgid Disks and Drives
 msgstr Dyski i napędy
 
-#: ../settings/main.c:387
+#: ../settings/main.c:416
 msgid Other Devices
 msgstr Inne urządzenia
 
 #. Display the file name, file type, and file size in the tooltip.
-#: ../settings/main.c:500
+#: ../settings/main.c:529
 #, c-format
 msgid 
 b%s/b\n
@@ -65,95 +65,95 @@ msgid 
 Size: %s
 msgstr b%s/b\nTyp: %s\nRozmiar: %s
 
-#: ../settings/main.c:686
+#: ../settings/main.c:715
 #, c-format
 msgid Wallpaper for Monitor %d (%s)
 msgstr Tło pulpitu na ekranie %d (%s)
 
-#: ../settings/main.c:689
+#: ../settings/main.c:718
 #, c-format
 msgid Wallpaper for Monitor %d
 msgstr Tło pulpitu na ekranie %d
 
-#: ../settings/main.c:695
+#: ../settings/main.c:724
 msgid Move this dialog to the display you want to edit the settings for.
 msgstr Proszę przemieścić to okno na ekran, którego ustawienia mają zostać 
zmodyfikowane.
 
-#: ../settings/main.c:702
+#: ../settings/main.c:731
 #, c-format
 msgid Wallpaper for %s on Monitor %d (%s)
 msgstr Tło pulpitu dla %s na ekranie %d (%s)
 
-#: ../settings/main.c:706
+#: ../settings/main.c:735
 #, c-format
 msgid Wallpaper for %s on Monitor %d
 msgstr Tło pulpitu dla %s na ekranie %d
 
-#: ../settings/main.c:713
+#: ../settings/main.c:742
 msgid 
 Move this dialog to the display and workspace you want to edit the settings 
 for.
 msgstr Proszę przemieścić to okno na ekran i obszar roboczy, których 
ustawienia mają zostać zmodyfikowane.
 
 #. Single monitor and single workspace
-#: ../settings/main.c:720
+#: ../settings/main.c:749
 #, c-format
 msgid Wallpaper for my desktop
 msgstr Tło pulpitu
 
 #. Single monitor and per workspace wallpaper
-#: ../settings/main.c:726
+#: ../settings/main.c:755
 #, c-format
 msgid Wallpaper for %s
 msgstr Tło pulpitu dla %s
 
-#: ../settings/main.c:731
+#: ../settings/main.c:760
 msgid Move this dialog to the workspace you want to edit the settings for.
 msgstr Proszę umieścić to okno dialogowe na obszarze roboczym, który ma 
zostać skonfigurowany.
 
-#: ../settings/main.c:1134
+#: ../settings/main.c:1174
 msgid Image selection is unavailable while the image style is set to None.
 msgstr Wybór obrazów jest niedostępny dopóki styl obrazów jest ustawiony na 
Brak.
 
-#: ../settings/main.c:1481
+#: ../settings/main.c:1523
 msgid Spanning screens
 msgstr Zakres monitorów
 
-#: ../settings/main.c:1786
+#: ../settings/main.c:1825
 msgid Image files
 msgstr Pliki obrazów
 
-#: ../settings/main.c:1958
+#: ../settings/main.c:2001
 msgid Settings manager socket
 msgstr Określa gniazdo menedżera ustawień
 
-#: ../settings/main.c:1958
+#: ../settings/main.c:2001
 msgid SOCKET ID
 msgstr ID_GNIAZDA
 
-#: ../settings/main.c:1959
+#: ../settings/main.c:2002
 msgid Version information
 msgstr Informacje o wersji
 
-#: ../settings/main.c:1986
+#: ../settings/main.c:2030
 #, c-format
 msgid Type '%s --help' for usage.
 msgstr Proszę wprowadzić „%s --help”, aby wypisać komunikat pomocy.
 
-#: ../settings/main.c:1998
+#: ../settings/main.c:2042
 msgid The Xfce development team. All rights reserved.
 msgstr Zespół twórców środowiska graficznego Xfce. Wszystkie prawa 

[Xfce4-commits] [panel-plugins/xfce4-xkb-plugin] 01/01: I18n: Update translation sv (100%).

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository panel-plugins/xfce4-xkb-plugin.

commit b910631ac5001b17b485e3017497953b65dbec7d
Author: PavelNicklasson pavelnicklas...@bahnhof.se
Date:   Sat Apr 5 12:32:18 2014 +0200

I18n: Update translation sv (100%).

17 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/sv.po |   69 ++
 1 file changed, 20 insertions(+), 49 deletions(-)

diff --git a/po/sv.po b/po/sv.po
index c578170..d828d3f 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,20 +1,22 @@
-# Swedish translation for xfce4-xkb-plugin.
-# Copyright (C) 2008, 2009 Free Software Foundation, Inc.
-# This file is distributed under the same license as the xfce4-xkb-plugin 
package.
-# Daniel Nylander p...@danielnylander.se, 2008, 2009.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Daniel Nylander p...@danielnylander.se, 2008-2009
 msgid 
 msgstr 
-Project-Id-Version: xfce4-xkb-plugin\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-07-27 22:05-0400\n
-PO-Revision-Date: 2009-02-09 00:52+0100\n
-Last-Translator: Daniel Nylander p...@danielnylander.se\n
-Language-Team: Swedish tp...@listor.tp-sv.se\n
-Language: sv\n
+POT-Creation-Date: 2013-07-03 21:34+0200\n
+PO-Revision-Date: 2014-04-05 09:37+\n
+Last-Translator: PavelNicklasson pavelnicklas...@bahnhof.se\n
+Language-Team: Swedish 
(http://www.transifex.com/projects/p/xfce/language/sv/)\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: sv\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../panel-plugin/xkb-settings-dialog.c:112
 #: ../panel-plugin/xkb-plugin.desktop.in.in.h:1
@@ -37,19 +39,19 @@ msgstr text
 #. text size option
 #: ../panel-plugin/xkb-settings-dialog.c:133
 msgid Text size:
-msgstr 
+msgstr Textstorlek:
 
 #: ../panel-plugin/xkb-settings-dialog.c:138
 msgid small
-msgstr 
+msgstr liten
 
 #: ../panel-plugin/xkb-settings-dialog.c:139
 msgid medium
-msgstr 
+msgstr medium
 
 #: ../panel-plugin/xkb-settings-dialog.c:140
 msgid large
-msgstr 
+msgstr stor
 
 #: ../panel-plugin/xkb-settings-dialog.c:144
 msgid Manage layout:
@@ -79,41 +81,10 @@ msgstr Låter dig konfigurera och använda flera olika 
tangentbordslayouter.
 msgid Other plugins available here
 msgstr Andra insticksmoduler tillgängliga här
 
-#: ../panel-plugin/xfce4-xkb-plugin.c:125
-#, fuzzy
+#: ../panel-plugin/xfce4-xkb-plugin.c:128
 msgid Keyboard settings
-msgstr Tangentbordslayouter
+msgstr Tangentbordsinställningar
 
 #: ../panel-plugin/xkb-plugin.desktop.in.in.h:2
 msgid Keyboard layouts setup and switch plugin
 msgstr Insticksmodul för konfigurering och växling av tangentbordslayouter
-
-#~ msgid 
-#~ XKB configuration modifications are\n
-#~ disabled from the config file.\n
-#~ \n
-#~ See the README file for more information.
-#~ msgstr 
-#~ XKB-konfigurationsändringar är\n
-#~ inaktiverade från konfigurationsfilen.\n
-#~ \n
-#~ Se filen README för mer information.
-
-#~ msgid Keyboard model:
-#~ msgstr Tangentbordsmodell:
-
-#~ msgid Change layout option:
-#~ msgstr Ändra layoutalternativ:
-
-#~ msgid Compose key position:
-#~ msgstr Position för Compose-tangent:
-
-#~ msgid Keyboard layouts:
-#~ msgstr Tangentbordslayouter:
-
-#, fuzzy
-#~ msgid Layout
-#~ msgstr Lägg till layout
-
-#~ msgid Add layout
-#~ msgstr Lägg till layout

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfdesktop] branch master updated (a0f9098 - 4654e32)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository xfce/xfdesktop.

  from  a0f9098   I18n: Update translation sv (100%).
   new  4654e32   I18n: Update translation sr (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/sr.po |  172 +++---
 1 file changed, 87 insertions(+), 85 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfdesktop] 01/01: I18n: Update translation sr (100%).

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository xfce/xfdesktop.

commit 4654e3220706a4c983d7ca3edfbab244b3aa2b19
Author: salepetronije salepetron...@gmail.com
Date:   Sat Apr 5 18:32:03 2014 +0200

I18n: Update translation sr (100%).

216 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/sr.po |  172 +++---
 1 file changed, 87 insertions(+), 85 deletions(-)

diff --git a/po/sr.po b/po/sr.po
index 299713a..c8d0a80 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -9,8 +9,8 @@ msgid 
 msgstr 
 Project-Id-Version: Xfdesktop\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2014-02-24 12:32+0100\n
-PO-Revision-Date: 2014-02-26 10:54+\n
+POT-Creation-Date: 2014-04-03 18:32+0200\n
+PO-Revision-Date: 2014-04-05 10:41+\n
 Last-Translator: salepetronije salepetron...@gmail.com\n
 Language-Team: Serbian 
(http://www.transifex.com/projects/p/xfce/language/sr/)\n
 MIME-Version: 1.0\n
@@ -19,37 +19,37 @@ msgstr 
 Language: sr\n
 Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
 
-#: ../settings/main.c:375 ../src/xfdesktop-special-file-icon.c:295
+#: ../settings/main.c:404 ../src/xfdesktop-special-file-icon.c:295
 #: ../src/xfdesktop-special-file-icon.c:479
 msgid Home
 msgstr Лична фасцикла
 
-#: ../settings/main.c:377
+#: ../settings/main.c:406
 msgid Filesystem
 msgstr Систем датотека
 
-#: ../settings/main.c:379
+#: ../settings/main.c:408
 msgid Trash
-msgstr Корпа
+msgstr Смеће
 
-#: ../settings/main.c:381
+#: ../settings/main.c:410
 msgid Removable Devices
 msgstr Уклоњиви уређаји
 
-#: ../settings/main.c:383
+#: ../settings/main.c:412
 msgid Network Shares
 msgstr Мрежна дељења
 
-#: ../settings/main.c:385
+#: ../settings/main.c:414
 msgid Disks and Drives
 msgstr Преносиви уређаји и спољни дискови
 
-#: ../settings/main.c:387
+#: ../settings/main.c:416
 msgid Other Devices
 msgstr Остали уређаји
 
 #. Display the file name, file type, and file size in the tooltip.
-#: ../settings/main.c:500
+#: ../settings/main.c:529
 #, c-format
 msgid 
 b%s/b\n
@@ -57,95 +57,95 @@ msgid 
 Size: %s
 msgstr b%s/b\nВрста: %s\nВеличина: %s
 
-#: ../settings/main.c:686
+#: ../settings/main.c:715
 #, c-format
 msgid Wallpaper for Monitor %d (%s)
 msgstr Позадинска слика за екран %d (%s)
 
-#: ../settings/main.c:689
+#: ../settings/main.c:718
 #, c-format
 msgid Wallpaper for Monitor %d
 msgstr Позадинска слика за екран %d
 
-#: ../settings/main.c:695
+#: ../settings/main.c:724
 msgid Move this dialog to the display you want to edit the settings for.
-msgstr Ово прозорче преместите на екран којем желите да уређујете поставке.
+msgstr Преместите ово прозорче на радни простор којем желите да уредите 
поставке.
 
-#: ../settings/main.c:702
+#: ../settings/main.c:731
 #, c-format
 msgid Wallpaper for %s on Monitor %d (%s)
 msgstr Позадинска слика %s за екран %d (%s)
 
-#: ../settings/main.c:706
+#: ../settings/main.c:735
 #, c-format
 msgid Wallpaper for %s on Monitor %d
 msgstr Позадинска слика за %s на екрану %d
 
-#: ../settings/main.c:713
+#: ../settings/main.c:742
 msgid 
 Move this dialog to the display and workspace you want to edit the settings 
 for.
-msgstr Преместите ово прозорче на екран и радни простор којем желите да 
уређујете поставке.
+msgstr Преместите ово прозорче на екран и радни простор којем желите да 
уредите поставке.
 
 #. Single monitor and single workspace
-#: ../settings/main.c:720
+#: ../settings/main.c:749
 #, c-format
 msgid Wallpaper for my desktop
 msgstr Позадинска слика за моју радну површ
 
 #. Single monitor and per workspace wallpaper
-#: ../settings/main.c:726
+#: ../settings/main.c:755
 #, c-format
 msgid Wallpaper for %s
 msgstr Позадинска слика за %s
 
-#: ../settings/main.c:731
+#: ../settings/main.c:760
 msgid Move this dialog to the workspace you want to edit the settings for.
 msgstr Преместите ово прозорче на радни простор којем желите да уредите 
поставке.
 
-#: ../settings/main.c:1134
+#: ../settings/main.c:1174
 msgid Image selection is unavailable while the image style is set to None.
 msgstr Одабир слика није доступан ако је начин приказа подешен на „Ништа“.
 
-#: ../settings/main.c:1481
+#: ../settings/main.c:1523
 msgid Spanning screens
 msgstr Обухватање екрана
 
-#: ../settings/main.c:1786
+#: ../settings/main.c:1825
 msgid Image files
 msgstr Датотеке слика
 
-#: ../settings/main.c:1958
+#: ../settings/main.c:2001
 msgid Settings manager socket
 msgstr Управник подешавања утичнице
 
-#: ../settings/main.c:1958
+#: ../settings/main.c:2001
 msgid SOCKET ID
 msgstr ЛБ УТИЧНИЦЕ
 
-#: ../settings/main.c:1959
+#: ../settings/main.c:2002
 msgid Version information
 msgstr Подаци о издању
 
-#: ../settings/main.c:1986
+#: ../settings/main.c:2030
 #, c-format
 msgid Type '%s --help' for usage.
 msgstr Упишите „%s --help“ за коришћење.
 
-#: 

[Xfce4-commits] [www/www.xfce.org] branch master updated (bfd14fe - d56322f)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository www/www.xfce.org.

  from  bfd14fe   I18n: Update translation sv (89%).
   new  d56322f   I18n: Update translation sv (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 lib/po/sv.po |  219 +-
 1 file changed, 110 insertions(+), 109 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfdesktop] branch master updated (4654e32 - 9e4f3d1)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

eric pushed a change to branch master
in repository xfce/xfdesktop.

  from  4654e32   I18n: Update translation sr (100%).
   new  9e4f3d1   Fix issues with file move events (Bug 10796)

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 common/xfdesktop-common.c |8 +---
 common/xfdesktop-common.h |2 +-
 src/xfdesktop-file-icon-manager.c |2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfdesktop] 01/01: Fix issues with file move events (Bug 10796)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfdesktop.

commit 9e4f3d1a2ec0d51e02b675fb7605c5eac74e3a9e
Author: Eric Koegel eric.koe...@gmail.com
Date:   Sat Apr 5 21:12:53 2014 +0300

Fix issues with file move events (Bug 10796)

Commit 31143fed1e36 compared file basenames which isn't what we
should be doing. We need to compare the file's parent with our
desktop folder to determine if the file move keeps the file on
the desktop.
---
 common/xfdesktop-common.c |8 +---
 common/xfdesktop-common.h |2 +-
 src/xfdesktop-file-icon-manager.c |2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/common/xfdesktop-common.c b/common/xfdesktop-common.c
index f272861..d253ae1 100644
--- a/common/xfdesktop-common.c
+++ b/common/xfdesktop-common.c
@@ -55,13 +55,15 @@
 
 
 gint
-xfdesktop_compare_basenames(GFile *a, GFile *b)
+xfdesktop_compare_paths(GFile *a, GFile *b)
 {
 gchar *path_a, *path_b;
 gboolean ret;
 
-path_a = g_file_get_basename(a);
-path_b = g_file_get_basename(b);
+path_a = g_file_get_path(a);
+path_b = g_file_get_path(b);
+
+DBG(a %s, b %s, path_a, path_b);
 
 ret = g_strcmp0(path_a, path_b);
 
diff --git a/common/xfdesktop-common.h b/common/xfdesktop-common.h
index 6001ce8..a879d25 100644
--- a/common/xfdesktop-common.h
+++ b/common/xfdesktop-common.h
@@ -87,7 +87,7 @@
 
 G_BEGIN_DECLS
 
-gint xfdesktop_compare_basenames(GFile *a, GFile *b);
+gint xfdesktop_compare_paths(GFile *a, GFile *b);
 
 gboolean xfdesktop_image_file_is_valid(const gchar *filename);
 
diff --git a/src/xfdesktop-file-icon-manager.c 
b/src/xfdesktop-file-icon-manager.c
index 42b5935..4ae7853 100644
--- a/src/xfdesktop-file-icon-manager.c
+++ b/src/xfdesktop-file-icon-manager.c
@@ -2413,7 +2413,7 @@ xfdesktop_file_icon_manager_file_changed(GFileMonitor 
*monitor,
 xfdesktop_file_icon_manager_remove_icon(fmanager, moved_icon);
 }
 
-if(xfdesktop_compare_basenames(other_file, fmanager-priv-folder) 
!= 0) {
+if(xfdesktop_compare_paths(g_file_get_parent(other_file), 
fmanager-priv-folder)) {
 DBG(icon moved off the desktop);
 /* Nothing moved, this is actually a delete */
 if(file_info)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfburn] 01/01: I18n: Update translation fr (100%).

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository apps/xfburn.

commit bab3ab9d0684a5dbf0e19b16b65b65ed2f8a7dfe
Author: Urides urien.dester...@gmail.com
Date:   Sun Apr 6 00:30:59 2014 +0200

I18n: Update translation fr (100%).

303 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/fr.po |  140 --
 1 file changed, 72 insertions(+), 68 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 23232bb..f430ecf 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -14,8 +14,8 @@ msgid 
 msgstr 
 Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2014-03-23 00:31+0100\n
-PO-Revision-Date: 2014-03-23 15:11+\n
+POT-Creation-Date: 2014-04-05 12:31+0200\n
+PO-Revision-Date: 2014-04-05 16:50+\n
 Last-Translator: Urides urien.dester...@gmail.com\n
 Language-Team: French 
(http://www.transifex.com/projects/p/xfce/language/fr/)\n
 MIME-Version: 1.0\n
@@ -60,10 +60,14 @@ msgstr Copie CD terminée avec succès.
 msgid Data composition
 msgstr Composition de données
 
-#: ../xfburn/xfburn-adding-progress.c:111
+#: ../xfburn/xfburn-adding-progress.c:112
 msgid Adding files to the composition
 msgstr Ajout de fichiers à la composition
 
+#: ../xfburn/xfburn-adding-progress.c:125
+msgid Cancel
+msgstr Annuler
+
 #: ../xfburn/xfburn-blank-dialog.c:71
 msgid Quick Blank
 msgstr Effacement rapide
@@ -160,20 +164,20 @@ msgstr Effacement du disque...
 
 #: ../xfburn/xfburn-blank-dialog.c:441
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:519
-#: ../xfburn/xfburn-perform-burn.c:467
+#: ../xfburn/xfburn-perform-burn.c:485
 #, c-format
 msgid Done
 msgstr Terminé
 
-#: ../xfburn/xfburn-blank-dialog.c:444 ../xfburn/xfburn-perform-burn.c:473
-#: ../xfburn/xfburn-progress-dialog.c:653
+#: ../xfburn/xfburn-blank-dialog.c:444 ../xfburn/xfburn-perform-burn.c:492
+#: ../xfburn/xfburn-progress-dialog.c:654
 msgid Failure
 msgstr Échec
 
 #: ../xfburn/xfburn-blank-dialog.c:461
-#: ../xfburn/xfburn-burn-data-composition-base-dialog.c:619
-#: ../xfburn/xfburn-burn-image-dialog.c:402
-#: ../xfburn/xfburn-burn-image-dialog.c:578
+#: ../xfburn/xfburn-burn-data-composition-base-dialog.c:624
+#: ../xfburn/xfburn-burn-image-dialog.c:400
+#: ../xfburn/xfburn-burn-image-dialog.c:576
 #: ../xfburn/xfburn-burn-audio-cd-composition-dialog.c:397
 msgid Unable to grab the drive.
 msgstr Impossible de joindre le lecteur.
@@ -252,13 +256,13 @@ msgstr Une erreur s'est produite lors de l'écriture de 
l'ISO : %s
 msgid An error occurred in the burn backend.
 msgstr Une erreur est intervenue dans le moteur de gravure.
 
-#: ../xfburn/xfburn-burn-data-composition-base-dialog.c:580
+#: ../xfburn/xfburn-burn-data-composition-base-dialog.c:585
 #: ../xfburn/xfburn-burn-audio-cd-composition-dialog.c:328
 msgid The write mode is not supported currently.
 msgstr Le mode écriture n'est pas encore supporté.
 
 #. could not create source
-#: ../xfburn/xfburn-burn-data-composition-base-dialog.c:662
+#: ../xfburn/xfburn-burn-data-composition-base-dialog.c:667
 msgid Could not create ISO source structure.
 msgstr Impossible de créer le fichier ISO source.
 
@@ -288,59 +292,59 @@ msgstr _Quitter après la réussite
 msgid _Burn image
 msgstr _Graver l'image
 
-#: ../xfburn/xfburn-burn-image-dialog.c:285
+#: ../xfburn/xfburn-burn-image-dialog.c:283
 msgid Burn mode is not currently implemented.
 msgstr Le mode de gravure n'est pas encore implémenté.
 
-#: ../xfburn/xfburn-burn-image-dialog.c:336
-#: ../xfburn/xfburn-burn-image-dialog.c:365
+#: ../xfburn/xfburn-burn-image-dialog.c:334
+#: ../xfburn/xfburn-burn-image-dialog.c:363
 msgid An error occurred in the burn backend
 msgstr Une erreur est intervenue dans le moteur de gravure
 
-#: ../xfburn/xfburn-burn-image-dialog.c:349
+#: ../xfburn/xfburn-burn-image-dialog.c:347
 msgid Unable to determine image size.
 msgstr Échec à la détermination de la taille de l'image.
 
-#: ../xfburn/xfburn-burn-image-dialog.c:356
+#: ../xfburn/xfburn-burn-image-dialog.c:354
 msgid Cannot open image.
 msgstr Échec à l'ouverture de l'image.
 
-#: ../xfburn/xfburn-burn-image-dialog.c:393
+#: ../xfburn/xfburn-burn-image-dialog.c:391
 msgid Burning image...
 msgstr Gravure de l'image...
 
-#: ../xfburn/xfburn-burn-image-dialog.c:465
+#: ../xfburn/xfburn-burn-image-dialog.c:463
 msgid 
 span weight=\bold\ foreground=\darkred\ stretch=\semiexpanded\Please
  select an image to burn/span
 msgstr span weight=\bold\ foreground=\darkred\ 
stretch=\semiexpanded\Veuillez sélectionner une image à graver/span
 
-#: ../xfburn/xfburn-burn-image-dialog.c:505
+#: ../xfburn/xfburn-burn-image-dialog.c:503
 msgid 
 Cannot append data to multisession disc in this write mode (use TAO instead)
 msgstr L'ajout de données au disque multisessions n'est pas possible dans ce 
mode d'écriture (utilisez le mode TAO)
 
-#: ../xfburn/xfburn-burn-image-dialog.c:509
+#: 

[Xfce4-commits] [apps/xfburn] branch master updated (303ae69 - bab3ab9)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository apps/xfburn.

  from  303ae69   Make some iso errors fatal again, small comment update.
   new  bab3ab9   I18n: Update translation fr (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/fr.po |  140 --
 1 file changed, 72 insertions(+), 68 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-mailwatch-plugin] branch master updated (745f431 - 119512e)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository panel-plugins/xfce4-mailwatch-plugin.

  from  745f431   I18n: Update translation es (100%).
   new  119512e   I18n: Update translation it (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/it.po |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-mailwatch-plugin] 01/01: I18n: Update translation it (100%).

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository panel-plugins/xfce4-mailwatch-plugin.

commit 119512e4f9121a0d790587c233e2b10621a3e378
Author: cri cri.pe...@gmail.com
Date:   Sun Apr 6 00:31:25 2014 +0200

I18n: Update translation it (100%).

112 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/it.po |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/it.po b/po/it.po
index cb20e76..fe7da2f 100644
--- a/po/it.po
+++ b/po/it.po
@@ -4,14 +4,14 @@
 # 
 # Translators:
 # mitakpa, 2013
-# cri cri.pe...@gmail.com, 2013
+# cri cri.pe...@gmail.com, 2013-2014
 # Fabio Riga u...@aruba.it, 2007
 msgid 
 msgstr 
 Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-12-21 06:31+0100\n
-PO-Revision-Date: 2013-12-22 16:46+\n
+PO-Revision-Date: 2014-04-05 17:45+\n
 Last-Translator: cri cri.pe...@gmail.com\n
 Language-Team: Italian 
(http://www.transifex.com/projects/p/xfce/language/it/)\n
 MIME-Version: 1.0\n
@@ -443,7 +443,7 @@ msgstr[1] Ci sono %d nuovi messaggi:
 #: ../panel-plugin/mailwatch-plugin.c:172
 #, c-format
 msgid tells how many new messages in each mailbox|%d in %s
-msgstr tells how many new messages in each mailbox|%d in %s
+msgstr %d in %s
 
 #: ../panel-plugin/mailwatch-plugin.c:455
 msgid Xfce Mailwatch

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfburn] 01/02: Bugfix: display buffer progress

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

squisher pushed a commit to branch master
in repository apps/xfburn.

commit 0b8901f96e418f1a9a0fe71a0d4f7def472deaf1
Author: David Mohr da...@mcbf.net
Date:   Sat Apr 5 19:11:09 2014 -0600

Bugfix: display buffer progress

This should have been in  cbde975d369d1c85d3834dd6769e3c2489aff771
---
 xfburn/xfburn-perform-burn.c |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/xfburn/xfburn-perform-burn.c b/xfburn/xfburn-perform-burn.c
index cf93c22..4b1788c 100644
--- a/xfburn/xfburn-perform-burn.c
+++ b/xfburn/xfburn-perform-burn.c
@@ -348,10 +348,10 @@ xfburn_perform_burn_write (GtkWidget *dialog_progress,
   xfburn_progress_dialog_set_status_with_text (XFBURN_PROGRESS_DIALOG 
(dialog_progress), XFBURN_PROGRESS_DIALOG_STATUS_RUNNING, _(Burning 
composition...));
 }
 
-   percent = (gdouble) (progress.buffer_capacity - 
progress.buffer_available) / (gdouble) progress.buffer_capacity;
+   percent = (gdouble) (progress.buffer_capacity - 
progress.buffer_available + 1.0) / (gdouble) progress.buffer_capacity * 98.0;
 
 /* assume that we don't have buffer info if the result is outside the 
sane range */
-if (percent = 0  percent = 1)
+if (percent = 0  percent = 100.0)
   xfburn_progress_dialog_set_buffer_bar_fraction 
(XFBURN_PROGRESS_DIALOG (dialog_progress), percent);
 
 /* accumulate the sectors that have been burned in the previous track 
*/
@@ -360,7 +360,6 @@ xfburn_perform_burn_write (GtkWidget *dialog_progress,
   track_sectors[progress.track-1] = 0;
 }
 
-   //percent = 1.0 + ((gdouble) progress.sector+1.0) / ((gdouble) 
progress.sectors) * 98.0;
percent = 1.0 + ((gdouble) progress.sector + burned_sectors + 1.0) / 
((gdouble) total_sectors) * 98.0;
 
 /*
@@ -383,7 +382,7 @@ xfburn_perform_burn_write (GtkWidget *dialog_progress,
   break;
 case 1:
   /* active */
-  percent = (gdouble) (fifo_size - fifo_free) / (gdouble) 
fifo_size;
+  percent = (gdouble) (fifo_size - fifo_free + 1.0) / (gdouble) 
fifo_size * 98.0;
   xfburn_progress_dialog_set_fifo_bar_fraction 
(XFBURN_PROGRESS_DIALOG (dialog_progress), percent);
   break;
 case 2:
@@ -478,7 +477,7 @@ xfburn_perform_burn_write (GtkWidget *dialog_progress,
 
   xfburn_console_libburn_messages ();
 
-  percent = (gdouble) progress.buffer_min_fill / (gdouble) 
progress.buffer_capacity;
+  percent = (gdouble) progress.buffer_min_fill / (gdouble) 
progress.buffer_capacity * 100.0;
   xfburn_progress_dialog_set_buffer_bar_min_fill (XFBURN_PROGRESS_DIALOG 
(dialog_progress), percent);
 
   if (G_LIKELY (burn_drive_wrote_well (drive))) {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfburn] 01/01: Minor device change event clean-up

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

squisher pushed a commit to branch master
in repository apps/xfburn.

commit dc1566322b508c500ad4d047428094bb923c1e46
Author: David Mohr da...@mcbf.net
Date:   Sat Apr 5 20:30:45 2014 -0600

Minor device change event clean-up
---
 xfburn/xfburn-device-list.c |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/xfburn/xfburn-device-list.c b/xfburn/xfburn-device-list.c
index 6c25b0c..7342900 100644
--- a/xfburn/xfburn-device-list.c
+++ b/xfburn/xfburn-device-list.c
@@ -335,11 +335,10 @@ cb_combo_device_changed (GtkComboBox *combo, 
XfburnDeviceList *devlist)
   g_signal_emit (G_OBJECT (devlist), signals[VOLUME_CHANGE_START], 0, TRUE);
   device = get_selected_device (combo);
 
-  if (device == NULL)
-return;
-
-  priv-curr_device = device;
-  xfburn_device_refresh_info (device, TRUE);
+  if (device != NULL) {
+priv-curr_device = device;
+xfburn_device_refresh_info (device, TRUE);
+  }
   g_signal_emit (G_OBJECT (devlist), signals[VOLUME_CHANGE_END], 0, TRUE, 
device);
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfburn] branch master updated (bab3ab9 - b744599)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

squisher pushed a change to branch master
in repository apps/xfburn.

  from  bab3ab9   I18n: Update translation fr (100%).
   new  0b8901f   Bugfix: display buffer progress
   new  b744599   Properly handle the BD  auto formatting mock up cases

The 2 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 xfburn/xfburn-perform-burn.c|   30 +-
 xfburn/xfburn-progress-dialog.c |9 +
 xfburn/xfburn-progress-dialog.h |1 +
 3 files changed, 27 insertions(+), 13 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfburn] branch master updated (b744599 - dc15663)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

squisher pushed a change to branch master
in repository apps/xfburn.

  from  b744599   Properly handle the BD  auto formatting mock up cases
   new  dc15663   Minor device change event clean-up

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 xfburn/xfburn-device-list.c |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfburn] 02/02: Properly handle the BD auto formatting mock up cases

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

squisher pushed a commit to branch master
in repository apps/xfburn.

commit b74459950246f6a533835c73b729cebaf931e15b
Author: David Mohr da...@mcbf.net
Date:   Sat Apr 5 21:22:33 2014 -0600

Properly handle the BD  auto formatting mock up cases
---
 xfburn/xfburn-perform-burn.c|   21 +
 xfburn/xfburn-progress-dialog.c |9 +
 xfburn/xfburn-progress-dialog.h |1 +
 3 files changed, 23 insertions(+), 8 deletions(-)

diff --git a/xfburn/xfburn-perform-burn.c b/xfburn/xfburn-perform-burn.c
index 4b1788c..c2640cf 100644
--- a/xfburn/xfburn-perform-burn.c
+++ b/xfburn/xfburn-perform-burn.c
@@ -36,7 +36,7 @@
 /*/
 
 /* ts B40225 : Automatically format unformatted BD-RE and DVD-RAM
-   Return: = 0 = failure, 1 = formatting happened, 2 = no formatting needed
+   Return: =-1 failure, 0 = aborted, 1 = formatting happened, 2 = no 
formatting needed
 */
 static int
 xfburn_auto_format(GtkWidget *dialog_progress, struct burn_drive *drive)
@@ -103,8 +103,8 @@ xfburn_auto_format(GtkWidget *dialog_progress, struct 
burn_drive *drive)
_(Formatting...));
 
 #ifdef XFBURN_KEEP_UNFORMATTED
-  g_warning (Will Not Format);
-  return -1;
+  g_warning (Will not Format);
+  return 0;
 #endif
 
   /* Apply formatting */
@@ -137,7 +137,6 @@ xfburn_auto_format(GtkWidget *dialog_progress, struct 
burn_drive *drive)
 DBG (Formatting done);
  
 if (stopping) {
-  xfburn_progress_dialog_set_status (XFBURN_PROGRESS_DIALOG 
(dialog_progress), XFBURN_PROGRESS_DIALOG_STATUS_CANCELLED);
   return 0;
 }
 
@@ -148,9 +147,7 @@ xfburn_auto_format(GtkWidget *dialog_progress, struct 
burn_drive *drive)
   } else {
 DBG (Formatting failed);
 
-xfburn_progress_dialog_burning_failed (XFBURN_PROGRESS_DIALOG 
(dialog_progress), _(Formatting failed.));
- 
-return 0;
+return -1;
   }
   return 1;
 }
@@ -285,8 +282,16 @@ xfburn_perform_burn_write (GtkWidget *dialog_progress,
   }
 
   ret = xfburn_auto_format (dialog_progress, drive);
-  if (ret = 0)
+  if (ret  0) {
+xfburn_progress_dialog_burning_failed (XFBURN_PROGRESS_DIALOG 
(dialog_progress), _(Formatting failed.));
 return;
+  } else if (ret == 0) {
+xfburn_progress_dialog_set_status (XFBURN_PROGRESS_DIALOG 
(dialog_progress), XFBURN_PROGRESS_DIALOG_STATUS_CANCELLED);
+return;
+  } else if (ret == 1) {
+/* formatting happened, reset the dialog */
+xfburn_progress_dialog_reset (XFBURN_PROGRESS_DIALOG(dialog_progress));
+  }
 
   total_sectors = burn_disc_get_sectors (disc);
 
diff --git a/xfburn/xfburn-progress-dialog.c b/xfburn/xfburn-progress-dialog.c
index 7141237..c6c911f 100644
--- a/xfburn/xfburn-progress-dialog.c
+++ b/xfburn/xfburn-progress-dialog.c
@@ -547,6 +547,15 @@ xfburn_progress_dialog_set_fifo_bar_text 
(XfburnProgressDialog * dialog, const g
 }
 
 void
+xfburn_progress_dialog_reset (XfburnProgressDialog * dialog)
+{
+  xfburn_progress_dialog_set_status_with_text (XFBURN_PROGRESS_DIALOG (dialog),
+   
XFBURN_PROGRESS_DIALOG_STATUS_RUNNING,
+   _(Initializing...));
+  xfburn_progress_dialog_set_progress_bar_fraction (dialog, -1.0);
+}
+
+void
 xfburn_progress_dialog_set_progress_bar_fraction (XfburnProgressDialog * 
dialog, gdouble fraction)
 {
   XfburnProgressDialogPrivate *priv = XFBURN_PROGRESS_DIALOG_GET_PRIVATE 
(dialog);
diff --git a/xfburn/xfburn-progress-dialog.h b/xfburn/xfburn-progress-dialog.h
index bec5161..eeb3513 100644
--- a/xfburn/xfburn-progress-dialog.h
+++ b/xfburn/xfburn-progress-dialog.h
@@ -72,6 +72,7 @@ void xfburn_progress_dialog_pulse_progress_bar 
(XfburnProgressDialog * dialog);
 XfburnProgressDialogStatus xfburn_progress_dialog_get_status 
(XfburnProgressDialog * dialog);
 gdouble xfburn_progress_dialog_get_progress_bar_fraction (XfburnProgressDialog 
* dialog);
 
+void xfburn_progress_dialog_reset (XfburnProgressDialog * dialog);
 void xfburn_progress_dialog_set_progress_bar_fraction (XfburnProgressDialog * 
dialog, gdouble fraction);
 void xfburn_progress_dialog_set_fifo_bar_fraction (XfburnProgressDialog * 
dialog, gdouble fraction);
 void xfburn_progress_dialog_set_fifo_bar_text (XfburnProgressDialog * dialog, 
const gchar *text);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfburn] 01/01: More doc updates with BD notes thanks

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

squisher pushed a commit to branch master
in repository apps/xfburn.

commit da8b94841cca2480cd90adda3a92e40418a3dfbe
Author: David Mohr da...@mcbf.net
Date:   Sat Apr 5 21:37:28 2014 -0600

More doc updates with BD notes  thanks
---
 NEWS   |3 +++
 README |4 
 2 files changed, 7 insertions(+)

diff --git a/NEWS b/NEWS
index 2cc2001..3223047 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ xfburn 0.5.2 (2014-04-XX)
 - Large file support (iso9660 level 3)
 - Small bugfixes
 
+Many thanks to Thomas Schmitt who supplied numerous patches and much debugging
+help to make this release with BluRay support possible.
+
 xfburn 0.5.0 (2014-02-20)
 -
 
diff --git a/README b/README
index 1136761..0ce7017 100644
--- a/README
+++ b/README
@@ -29,6 +29,10 @@ Currently implemented is:
 
 At this time there is no multisession support.
 
+Note: Stream Recording disables error management for BD only. Using it seems
+to be the best option since discs with errors tend to fail even with stream
+recording disabled.
+
 
 Audio CD support details
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfburn] branch master updated (dc15663 - da8b948)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

squisher pushed a change to branch master
in repository apps/xfburn.

  from  dc15663   Minor device change event clean-up
   new  da8b948   More doc updates with BD notes  thanks

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS   |3 +++
 README |4 
 2 files changed, 7 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfburn] 01/01: I18n: Update translation es (100%).

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository apps/xfburn.

commit 77e86d7c658447665446b07958d347f5b99bc318
Author: Pablo Lezaeta prfl...@gmail.com
Date:   Sun Apr 6 06:31:27 2014 +0200

I18n: Update translation es (100%).

303 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/es.po |  465 +++---
 1 file changed, 260 insertions(+), 205 deletions(-)

diff --git a/po/es.po b/po/es.po
index 3b4f8da..52fc548 100644
--- a/po/es.po
+++ b/po/es.po
@@ -5,13 +5,13 @@
 # Translators:
 # Abel Martín abel.martin.r...@gmail.com, 2008
 # Diego Rodríguez diey...@yahoo.es, 2007
-# Pablo Lezaeta prfl...@gmail.com, 2013
+# Pablo Lezaeta prfl...@gmail.com, 2013-2014
 msgid 
 msgstr 
 Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-07-03 20:34+0200\n
-PO-Revision-Date: 2013-07-04 22:09+\n
+POT-Creation-Date: 2014-04-05 12:31+0200\n
+PO-Revision-Date: 2014-04-06 02:52+\n
 Last-Translator: Pablo Lezaeta prfl...@gmail.com\n
 Language-Team: Spanish 
(http://www.transifex.com/projects/p/xfce/language/es/)\n
 MIME-Version: 1.0\n
@@ -46,20 +46,24 @@ msgstr Por favor introduzca un disco grabable y pulse 
«Entrar».
 
 #: ../xfburn/xfburn-global.h:35
 msgid Cannot determine disc status - hit enter to try again.
-msgstr No se pudo determinar el estado del disco - intente pulsar \intro\ 
para intentar de nuevo.
+msgstr No se pudo determinar el estado del disco - intente pulsar «Entrar» 
para intentar nuevamente.
 
 #: ../xfburn/xfburn-global.h:36
 msgid CD copying finished successfully.
-msgstr La copia del CD terminó correctamente
+msgstr La copia del CD terminó correctamente.
 
-#: ../xfburn/xfburn-global.h:42
+#: ../xfburn/xfburn-global.h:43
 msgid Data composition
 msgstr Composición de datos
 
-#: ../xfburn/xfburn-adding-progress.c:111
+#: ../xfburn/xfburn-adding-progress.c:112
 msgid Adding files to the composition
 msgstr Añadiendo archivos a la composición
 
+#: ../xfburn/xfburn-adding-progress.c:125
+msgid Cancel
+msgstr Cancelar
+
 #: ../xfburn/xfburn-blank-dialog.c:71
 msgid Quick Blank
 msgstr Borrado rápido
@@ -97,7 +101,7 @@ msgid Blank Disc
 msgstr Borrar disco
 
 #: ../xfburn/xfburn-blank-dialog.c:209
-#: ../xfburn/xfburn-burn-data-composition-base-dialog.c:195
+#: ../xfburn/xfburn-burn-data-composition-base-dialog.c:196
 #: ../xfburn/xfburn-burn-image-dialog.c:200
 #: ../xfburn/xfburn-copy-cd-dialog.c:131
 #: ../xfburn/xfburn-copy-dvd-dialog.c:131
@@ -105,12 +109,12 @@ msgstr Borrar disco
 msgid Burning device
 msgstr Dispositivo de grabación
 
-#: ../xfburn/xfburn-blank-dialog.c:222 ../xfburn/xfburn-device-box.c:187
+#: ../xfburn/xfburn-blank-dialog.c:222 ../xfburn/xfburn-device-box.c:185
 msgid Blank mode
 msgstr Tipo de borrado
 
 #: ../xfburn/xfburn-blank-dialog.c:230
-#: ../xfburn/xfburn-burn-data-composition-base-dialog.c:227
+#: ../xfburn/xfburn-burn-data-composition-base-dialog.c:228
 #: ../xfburn/xfburn-burn-image-dialog.c:208
 #: ../xfburn/xfburn-copy-cd-dialog.c:139
 #: ../xfburn/xfburn-copy-dvd-dialog.c:139
@@ -119,7 +123,7 @@ msgid Options
 msgstr Opciones
 
 #: ../xfburn/xfburn-blank-dialog.c:234
-#: ../xfburn/xfburn-burn-data-composition-base-dialog.c:231
+#: ../xfburn/xfburn-burn-data-composition-base-dialog.c:232
 #: ../xfburn/xfburn-burn-image-dialog.c:212
 #: ../xfburn/xfburn-copy-cd-dialog.c:143
 #: ../xfburn/xfburn-copy-dvd-dialog.c:143
@@ -155,51 +159,51 @@ msgid Blanking disc...
 msgstr Borrando disco...
 
 #: ../xfburn/xfburn-blank-dialog.c:441
-#: ../xfburn/xfburn-burn-data-composition-base-dialog.c:512
-#: ../xfburn/xfburn-perform-burn.c:366
+#: ../xfburn/xfburn-burn-data-composition-base-dialog.c:519
+#: ../xfburn/xfburn-perform-burn.c:485
 #, c-format
 msgid Done
 msgstr Terminado
 
-#: ../xfburn/xfburn-blank-dialog.c:444 ../xfburn/xfburn-perform-burn.c:372
-#: ../xfburn/xfburn-progress-dialog.c:649
+#: ../xfburn/xfburn-blank-dialog.c:444 ../xfburn/xfburn-perform-burn.c:492
+#: ../xfburn/xfburn-progress-dialog.c:654
 msgid Failure
-msgstr Fallo
+msgstr Error
 
 #: ../xfburn/xfburn-blank-dialog.c:461
-#: ../xfburn/xfburn-burn-data-composition-base-dialog.c:610
-#: ../xfburn/xfburn-burn-image-dialog.c:402
-#: ../xfburn/xfburn-burn-image-dialog.c:578
+#: ../xfburn/xfburn-burn-data-composition-base-dialog.c:624
+#: ../xfburn/xfburn-burn-image-dialog.c:400
+#: ../xfburn/xfburn-burn-image-dialog.c:576
 #: ../xfburn/xfburn-burn-audio-cd-composition-dialog.c:397
 msgid Unable to grab the drive.
-msgstr Imposible obtener la unidad.
+msgstr No se pudo obtener la unidad.
 
-#: ../xfburn/xfburn-burn-data-composition-base-dialog.c:155
+#: ../xfburn/xfburn-burn-data-composition-base-dialog.c:156
 msgid Image
 msgstr Imagen
 
-#: ../xfburn/xfburn-burn-data-composition-base-dialog.c:157
+#: ../xfburn/xfburn-burn-data-composition-base-dialog.c:158
 msgid Show volume name
 msgstr 

[Xfce4-commits] [apps/xfburn] branch master updated (da8b948 - 77e86d7)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository apps/xfburn.

  from  da8b948   More doc updates with BD notes  thanks
   new  77e86d7   I18n: Update translation es (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/es.po |  465 +++---
 1 file changed, 260 insertions(+), 205 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfdesktop] branch master updated (9e4f3d1 - 850fd27)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

eric pushed a change to branch master
in repository xfce/xfdesktop.

  from  9e4f3d1   Fix issues with file move events (Bug 10796)
   new  850fd27   Use GTK_STOCK_EXECUTE for Execute menu entry (Bug 10800)

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/xfdesktop-file-icon-manager.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfdesktop] 01/01: Use GTK_STOCK_EXECUTE for Execute menu entry (Bug 10800)

2014-04-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfdesktop.

commit 850fd27b6bf4384a4ae5c5a94d66e8f775900ef0
Author: Eric Koegel eric.koe...@gmail.com
Date:   Sun Apr 6 08:40:37 2014 +0300

Use GTK_STOCK_EXECUTE for Execute menu entry (Bug 10800)
---
 src/xfdesktop-file-icon-manager.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xfdesktop-file-icon-manager.c 
b/src/xfdesktop-file-icon-manager.c
index 4ae7853..83f1bae 100644
--- a/src/xfdesktop-file-icon-manager.c
+++ b/src/xfdesktop-file-icon-manager.c
@@ -1462,7 +1462,7 @@ 
xfdesktop_file_icon_manager_populate_context_menu(XfceDesktop *desktop,
 }
 } else {
 if(xfdesktop_file_utils_file_is_executable(info)) {
-img = gtk_image_new_from_stock(GTK_STOCK_OPEN, 
GTK_ICON_SIZE_MENU);
+img = gtk_image_new_from_stock(GTK_STOCK_EXECUTE, 
GTK_ICON_SIZE_MENU);
 gtk_widget_show(img);
 mi = gtk_image_menu_item_new_with_mnemonic(_(_Execute));
 gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(mi), 
img);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits