[Xfce4-commits] xfwm4:master Fix typo in message

2012-04-13 Thread Olivier Fourdan
Updating branch refs/heads/master
 to f490b395a69d1a31f9b5a9d21e0e9c2a886ee6d1 (commit)
   from da0b67d0ee035166f3715e182c26086f49a7a4c5 (commit)

commit f490b395a69d1a31f9b5a9d21e0e9c2a886ee6d1
Author: Olivier Fourdan ofour...@xfce.org
Date:   Thu Apr 12 23:31:11 2012 +0200

Fix typo in message

 po/am.po   |2 +-
 po/ar.po   |2 +-
 po/ast.po  |2 +-
 po/az.po   |2 +-
 po/be.po   |2 +-
 po/bg.po   |2 +-
 po/bn.po   |2 +-
 po/bn_IN.po|2 +-
 po/ca.po   |6 +++---
 po/cs.po   |2 +-
 po/da.po   |2 +-
 po/de.po   |4 ++--
 po/dz.po   |2 +-
 po/el.po   |2 +-
 po/en_GB.po|2 +-
 po/eo.po   |2 +-
 po/es.po   |2 +-
 po/es_MX.po|2 +-
 po/et.po   |2 +-
 po/eu.po   |4 ++--
 po/fa.po   |2 +-
 po/fi.po   |2 +-
 po/fr.po   |2 +-
 po/gl.po   |8 
 po/gu.po   |2 +-
 po/he.po   |2 +-
 po/hi.po   |2 +-
 po/hr.po   |2 +-
 po/hu.po   |2 +-
 po/id.po   |2 +-
 po/is.po   |2 +-
 po/it.po   |2 +-
 po/ja.po   |2 +-
 po/ka.po   |2 +-
 po/kk.po   |4 ++--
 po/ko.po   |2 +-
 po/lt.po   |4 ++--
 po/lv.po   |2 +-
 po/mk.po   |2 +-
 po/mr.po   |2 +-
 po/ms.po   |2 +-
 po/nb.po   |2 +-
 po/nl.po   |4 ++--
 po/nn.po   |4 ++--
 po/pa.po   |2 +-
 po/pl.po   |2 +-
 po/pt.po   |2 +-
 po/pt_BR.po|4 ++--
 po/ro.po   |2 +-
 po/ru.po   |2 +-
 po/si.po   |2 +-
 po/sq.po   |2 +-
 po/sv.po   |2 +-
 po/ta.po   |2 +-
 po/te.po   |2 +-
 po/ug.po   |6 +++---
 po/uk.po   |4 ++--
 po/ur.po   |2 +-
 po/ur_PK.po|2 +-
 po/vi.po   |2 +-
 po/zh_CN.po|2 +-
 po/zh_TW.po|2 +-
 settings-dialogs/xfwm4-tweaks-dialog.glade |2 +-
 63 files changed, 78 insertions(+), 78 deletions(-)

diff --git a/po/am.po b/po/am.po
index 162f376..2b55680 100644
--- a/po/am.po
+++ b/po/am.po
@@ -805,7 +805,7 @@ msgstr ሲወሰድ ቀዳሚ የተለቀ መስኮት መጠንን አድር
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:20
 #, fuzzy
-msgid Automaticaly _tile windows when moving toward the screen edge
+msgid Automatically _tile windows when moving toward the screen edge
 msgstr ኢላማ ሲሰጠው መስኮትን አስነሳ
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:21
diff --git a/po/ar.po b/po/ar.po
index af74036..fa3eab7 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -726,7 +726,7 @@ msgstr عند تحريكها ، إستعد قياس النوافذ المصغر
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:20
 #, fuzzy
-msgid Automaticaly _tile windows when moving toward the screen edge
+msgid Automatically _tile windows when moving toward the screen edge
 msgstr _إرفع النوافذ تلقائيا عندما تتلقى البؤرة
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:21
diff --git a/po/ast.po b/po/ast.po
index 41bf3ae..4866b83 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -726,7 +726,7 @@ msgstr Restaurar el _tamañu orixinal de ventanes 
maximizaes al ser desplazaes
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:20
 #, fuzzy
-msgid Automaticaly 

[Xfce4-commits] xfce4-clipman-plugin:master Remove unused variables

2012-04-13 Thread Mike Massonnet
Updating branch refs/heads/master
 to bfb37ce4e6fc63a5612647419bc78eac57f36c9e (commit)
   from b0f676b828259e5aac07dd282d2531a2d31fffa3 (commit)

commit bfb37ce4e6fc63a5612647419bc78eac57f36c9e
Author: Mike Massonnet mmasson...@xfce.org
Date:   Fri Apr 13 09:33:38 2012 +0200

Remove unused variables

 panel-plugin/history.c |4 
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/panel-plugin/history.c b/panel-plugin/history.c
index fbe1415..c997aed 100644
--- a/panel-plugin/history.c
+++ b/panel-plugin/history.c
@@ -44,8 +44,6 @@ struct _ClipmanHistoryPrivate
   const ClipmanHistoryItem *item_to_restore;
   guint max_texts_in_history;
   guint max_images_in_history;
-  guint n_texts;
-  guint n_images;
   gboolean  save_on_quit;
   gboolean  reorder_items;
 };
@@ -489,8 +487,6 @@ clipman_history_init (ClipmanHistory *history)
 {
   history-priv = GET_PRIVATE (history);
   history-priv-item_to_restore = NULL;
-  history-priv-n_texts = 0;
-  history-priv-n_images = 0;
 }
 
 static void
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:master l10n: Updated French (fr) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 16eecdd6c3bd4b00bfd75262c2221290ba0246b4 (commit)
   from 5c6168bf7ccd8324a387d9aa47eb71337d54f5e0 (commit)

commit 16eecdd6c3bd4b00bfd75262c2221290ba0246b4
Author: Mike Massonnet mmasson...@gmail.com
Date:   Fri Apr 13 10:16:19 2012 +0200

l10n: Updated French (fr) translation to 100%

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

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

 po/fr.po |  112 -
 1 files changed, 51 insertions(+), 61 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 9d05efd..c69a4aa 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -5,19 +5,19 @@
 # Maximilian Schleiss maximil...@xfce.org, 2006-2008.
 # Jérôme Guelfucci jero...@xfce.org, 2009.
 # Douart Patrick patric...@laposte.net, 2009.
-# 
+#
 msgid 
 msgstr 
 Project-Id-Version: libexo\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-02-21 17:15+\n
+POT-Creation-Date: 2012-04-13 05:30+\n
 PO-Revision-Date: 2010-07-28 19:09+0100\n
 Last-Translator: Durand-Favreau Arnaud bigi...@free.fr\n
 Language-Team: French xfce-i...@xfce.org\n
+Language: fr\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=utf-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: fr\n
 
 #: ../exo/exo-cell-renderer-ellipsized-text.c:131
 #: ../exo/exo-cell-renderer-icon.c:144
@@ -543,7 +543,7 @@ msgid   --strip-content   Remove node contents from XML 
files\n
 msgstr   --strip-content   Supprimer le contenu des nœuds XML\n
 
 #: ../exo-csource/main.c:304 ../exo-desktop-item-edit/main.c:193
-#: ../exo-open/main.c:483
+#: ../exo-open/main.c:496
 #, c-format
 msgid 
 Copyright (c) %s\n
@@ -559,7 +559,7 @@ msgstr 
 \n
 
 #: ../exo-csource/main.c:308 ../exo-desktop-item-edit/main.c:197
-#: ../exo-open/main.c:487
+#: ../exo-open/main.c:500
 #, c-format
 msgid 
 %s comes with ABSOLUTELY NO WARRANTY,\n
@@ -575,7 +575,7 @@ msgstr 
 \n
 
 #: ../exo-csource/main.c:312 ../exo-desktop-item-edit/main.c:201
-#: ../exo-open/main.c:491
+#: ../exo-open/main.c:504
 #, c-format
 msgid Please report bugs to %s.\n
 msgstr Veuillez signaler tout bogue sur %s.\n
@@ -620,44 +620,37 @@ msgstr Scripts Shell
 msgid Create Launcher b%s/b
 msgstr Créer le lanceur b%s/b
 
-#. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to
-#. avoid mnemonic conflicts
+#. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to 
avoid mnemonic conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:297
 msgid _Name:
 msgstr _Nom :
 
-#. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to
-#. avoid mnemonic conflicts
+#. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to 
avoid mnemonic conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:313
 msgid C_omment:
 msgstr C_ommentaire :
 
-#. TRANSLATORS: Label in Create Launcher dialog, make sure to avoid mnemonic
-#. conflicts
+#. TRANSLATORS: Label in Create Launcher dialog, make sure to avoid mnemonic 
conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:329
 msgid Comm_and:
 msgstr Comm_ande :
 
-#. TRANSLATORS: Label in Create Link dialog, make sure to avoid mnemonic
-#. conflicts
+#. TRANSLATORS: Label in Create Link dialog, make sure to avoid mnemonic 
conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:344
 msgid _URL:
 msgstr _URL :
 
-#. TRANSLATORS: Label in Create Launcher dialog, make sure to avoid mnemonic
-#. conflicts
+#. TRANSLATORS: Label in Create Launcher dialog, make sure to avoid mnemonic 
conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:360
 msgid Working _Directory:
 msgstr _Répertoire de travail :
 
-#. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to
-#. avoid mnemonic conflicts
+#. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to 
avoid mnemonic conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:389
 msgid _Icon:
 msgstr _Icône :
 
-#. TRANSLATORS: Label for the icon button in Create Launcher/Create Link
-#. dialog if no icon selected
+#. TRANSLATORS: Label for the icon button in Create Launcher/Create Link 
dialog if no icon selected
 #. setup a label to tell that no icon was selected
 #: ../exo-desktop-item-edit/exo-die-editor.c:406
 #: ../exo-desktop-item-edit/exo-die-editor.c:1233
@@ -668,11 +661,9 @@ msgstr Pas d'icône
 msgid Options:
 msgstr Options :
 
-#. TRANSLATORS: Check button label in Create Launcher dialog, make sure to
-#. avoid mnemonic conflicts
-#. *  and sync your translations with the translations in Thunar
-#. and xfce4-panel.
-#. 
+#. TRANSLATORS: Check button label in Create Launcher dialog, make sure to 
avoid mnemonic conflicts
+#. *  and sync your translations with the translations in Thunar 
and xfce4-panel.
+#.
 #: ../exo-desktop-item-edit/exo-die-editor.c:421
 msgid Use _startup notification
 msgstr Utili_ser la notification de démarrage
@@ -687,11 +678,9 @@ msgstr 
 la commande 

[Xfce4-commits] libxfce4ui:master l10n: Updated German (de) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to f1d9cd5157ff7e711fa1a6407317e431b1c8b246 (commit)
   from 6915b6cccf8aa53179baf9f60c1cd3755e51377f (commit)

commit f1d9cd5157ff7e711fa1a6407317e431b1c8b246
Author: Jakob Kramer jakob.kra...@gmx.de
Date:   Fri Apr 13 10:52:26 2012 +0200

l10n: Updated German (de) translation to 100%

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

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

 po/de.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/de.po b/po/de.po
index 9af2967..b9bdc05 100644
--- a/po/de.po
+++ b/po/de.po
@@ -10,7 +10,7 @@ msgid 
 msgstr 
 Project-Id-Version: libxfce4ui master\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-12 18:15+\n
+POT-Creation-Date: 2012-04-13 05:45+\n
 PO-Revision-Date: 2012-04-12 21:52+0200\n
 Last-Translator: Jakob Kramer jakob.kra...@gmx.de\n
 Language-Team: German\n
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] libxfce4ui:master l10n: Updated German (de) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 1603897c298c96cc6f32b17055a6da8f6d534bbe (commit)
   from f1d9cd5157ff7e711fa1a6407317e431b1c8b246 (commit)

commit 1603897c298c96cc6f32b17055a6da8f6d534bbe
Author: Jakob Kramer jakob.kra...@gmx.de
Date:   Fri Apr 13 10:55:03 2012 +0200

l10n: Updated German (de) translation to 100%

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

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

 po/de.po |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/de.po b/po/de.po
index b9bdc05..4a29e31 100644
--- a/po/de.po
+++ b/po/de.po
@@ -11,7 +11,7 @@ msgstr 
 Project-Id-Version: libxfce4ui master\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2012-04-13 05:45+\n
-PO-Revision-Date: 2012-04-12 21:52+0200\n
+PO-Revision-Date: 2012-04-13 10:53+0200\n
 Last-Translator: Jakob Kramer jakob.kra...@gmx.de\n
 Language-Team: German\n
 MIME-Version: 1.0\n
@@ -359,7 +359,7 @@ msgid 
 components are copyrighted by their respective authors.
 msgstr 
 Das Urheberrecht von Xfce 4 liegt bei Olivier Fourdan (four...@xfce.org). 
-Die unterschiedlichen Komponenten werden durch ihre jeweiligen Autoren 
+Die verschiedenen Komponenten sind für ihre jeweiligen Autoren 
 urheberrechtlich geschützt.
 
 #: ../xfce4-about/main.c:288
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-wavelan-plugin:master updates for 0.5.9

2012-04-13 Thread Landry Breuil
Updating branch refs/heads/master
 to 24db0709a400e2499ec4b0cacbed8a24c698c8c2 (commit)
   from 9739f2f2aa9668c52b85a4602ad878c05dd8f8a1 (commit)

commit 24db0709a400e2499ec4b0cacbed8a24c698c8c2
Author: Landry Breuil lan...@xfce.org
Date:   Fri Apr 13 11:52:58 2012 +0200

updates for 0.5.9

 NEWS|4 
 configure.ac.in |2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 4739a45..f3f758e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.5.9 (2012/04/13):
+-
+  * Make the icon optional (bug #7520)
+
 0.5.8 (2012/04/09):
 -
   * Build the plugin as an external module
diff --git a/configure.ac.in b/configure.ac.in
index 3d132d6..133c763 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,7 +5,7 @@ dnl
 dnl Version information
 m4_define([xwp_version_major], [0])
 m4_define([xwp_version_minor], [5])
-m4_define([xwp_version_micro], [8])
+m4_define([xwp_version_micro], [9])
 m4_define([xwp_version], 
[xwp_version_major().xwp_version_minor().xwp_version_micro()])
 
 dnl Initial autoconf
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-wavelan-plugin:master Merge branch 'master' of git://git.xfce.org/panel-plugins/xfce4-wavelan-plugin

2012-04-13 Thread Landry Breuil
Updating branch refs/heads/master
 to 7e946f1ba142dbe24e887ff92ee955d3d51e785e (commit)
   from 24db0709a400e2499ec4b0cacbed8a24c698c8c2 (commit)

commit 7e946f1ba142dbe24e887ff92ee955d3d51e785e
Merge: 24db070 d4106b0
Author: Landry Breuil lan...@xfce.org
Date:   Fri Apr 13 11:56:35 2012 +0200

Merge branch 'master' of 
git://git.xfce.org/panel-plugins/xfce4-wavelan-plugin

commit d4106b0155bee5a9e6dc07e33d08add21e0b0acc
Author: Yarema aka Knedlyk yupad...@gmail.com
Date:   Thu Apr 12 17:45:42 2012 +0200

l10n: Updated Ukrainian (uk) translation to 100%

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

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

commit 334536af4a160d7d5bb1fba562fb454dbded43d3
Author: Robert Hartl hartl.rob...@gmail.com
Date:   Thu Apr 12 15:31:53 2012 +0200

l10n: Updated Slovak (sk) translation to 100%

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

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

commit 2d23e997f2a01c7f03c8804b0be4ce50e3d74430
Author: Piarres Beobide p...@beobide.net
Date:   Thu Apr 12 13:14:09 2012 +0200

l10n: Updated Basque (eu) translation to 100%

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

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

commit 2b568bca3eed7c02edae25c6a6fabd285ac6fa24
Author: André Miranda andreldm1...@gmail.com
Date:   Thu Apr 12 02:24:02 2012 +0200

l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%

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

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

commit 25eada2bc7a0a4267380744dce4ddff57d8aa440
Author: Enrico Polesel pole...@poisson.phc.unipi.it
Date:   Wed Apr 11 00:38:02 2012 +0200

l10n: Updated Italian (it) translation to 100%

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

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

commit b30019890676432668b2239a1d15ae945877aed7
Author: Per Kongstad p_kongs...@op.pl
Date:   Tue Apr 10 16:25:28 2012 +0200

l10n: Updated Danish (da) translation to 100%

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

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

commit 1fa2cc6ef9975e2a7a4255c1e22882ad792815fa
Author: Pjotr Anon pliniusmi...@gmail.com
Date:   Tue Apr 10 14:36:32 2012 +0200

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

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

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

commit f0655a25d4a153c835aad7275a2a5786f2d1f6f0
Author: Sergio Marques smarque...@gmail.com
Date:   Tue Apr 10 13:49:33 2012 +0200

l10n: Updated Portuguese (pt) translation to 100%

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

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

commit 4229dcad5bed3a7fc82465193aafb84e4234f30e
Author: Leandro Regueiro leandro.regue...@gmail.com
Date:   Tue Apr 10 12:47:30 2012 +0200

l10n: Updated Galician (gl) translation to 100%

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

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

commit 627124d30d213243dd2ce0469d0c24f346aaf6b8
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Tue Apr 10 11:04:43 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

commit 901110c0d1816e84147a40e5b790097560f33d8a
Author: Chipong Luo chipong@yahoo.com
Date:   Tue Apr 10 09:41:04 2012 +0200

l10n: Updated Chinese (China) (zh_CN) translation to 100%

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

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

 po/da.po|   12 ++--
 po/eu.po|   12 ++--
 po/gl.po|   16 
 po/it.po|   12 ++--
 po/ko.po|   20 +---
 po/nl.po|   18 +-
 po/pt.po|   12 ++--
 po/pt_BR.po |   12 ++--
 po/sk.po|   12 ++--
 po/uk.po|   12 ++--
 po/zh_CN.po |   10 +-
 11 files changed, 73 insertions(+), 75 deletions(-)

diff --git a/po/da.po b/po/da.po
index 7fe58de..b4caaec 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,17 +7,17 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-wavelan-plugin 0.5.4\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-09 23:00+0200\n
+POT-Creation-Date: 2012-04-10 13:00+\n
 PO-Revision-Date: 2009-01-23 13:09+0100\n
 Last-Translator: Per Kongstad p_kongs...@op.pl\n
 Language-Team: Danish da...@dansk-gruppen.dk\n
-Language: da\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: da\n
 X-Poedit-Language: 

[Xfce4-commits] xfce4-wavelan-plugin|xfce4-wavelan-plugin-0.5.9 Creating annotated tag xfce4-wavelan-plugin-0.5.9

2012-04-13 Thread Landry Breuil
Updating annotated tag refs/tags/xfce4-wavelan-plugin-0.5.9
 as new annotated tag
 to e16f53800a8a6dd55922fb0bbeb5a31cf4245bc4 (tag)
   succeeds xfce4-wavelan-plugin-0.5.8-4-g9739f2f
  tagged by Landry Breuil lan...@xfce.org
 on 2012-04-13 11:53 +0200

Landry Breuil (1):
  updates for 0.5.9

___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:master Post-commit version-bump

2012-04-13 Thread Stephan Arts
Updating branch refs/heads/master
 to fec8b315c8fc834bf5233daa483ef21579cdda0f (commit)
   from 5e2458de126d981f12277de4a505761d2db2969a (commit)

commit fec8b315c8fc834bf5233daa483ef21579cdda0f
Author: Stephan Arts step...@xfce.org
Date:   Tue Apr 10 19:25:23 2012 +0200

Post-commit version-bump

 configure.in.in |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index ec44f7f..72b0b17 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -13,7 +13,7 @@ m4_define([ristretto_version_major], [0])
 m4_define([ristretto_version_minor], [5])
 m4_define([ristretto_version_micro], [1])
 m4_define([ristretto_version_build], [r@REVISION@])
-m4_define([ristretto_version_tag], []) # Leave empty for releases
+m4_define([ristretto_version_tag], [git]) # Leave empty for releases
 m4_define([ristretto_version], 
[ristretto_version_major().ristretto_version_minor().ristretto_version_micro()ifelse(ristretto_version_tag(),
 [], [], [ristretto_version_tag()-ristretto_version_build()])])
 
 dnl ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:master Remove debug monitor from wallpaper-chooser

2012-04-13 Thread Stephan Arts
Updating branch refs/heads/master
 to 3e7a2f0ec02408950dc887e46264a787ae048972 (commit)
   from 444f6da0d9654cd7dbeeb9493ff85bb052cd3ce8 (commit)

commit 3e7a2f0ec02408950dc887e46264a787ae048972
Author: Stephan Arts step...@xfce.org
Date:   Fri Apr 13 12:11:03 2012 +0200

Remove debug monitor from wallpaper-chooser

 src/xfce_wallpaper_manager.c |5 -
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/xfce_wallpaper_manager.c b/src/xfce_wallpaper_manager.c
index 07d1011..f7e3470 100644
--- a/src/xfce_wallpaper_manager.c
+++ b/src/xfce_wallpaper_manager.c
@@ -409,11 +409,6 @@ rstto_xfce_wallpaper_manager_init (GObject *object)
 monitor_geometry.height);
 }
 
-rstto_monitor_chooser_add (
-RSTTO_MONITOR_CHOOSER (manager-priv-monitor_chooser),
-800,
-600);
-
 gtk_box_pack_start (
 GTK_BOX (vbox),
 manager-priv-monitor_chooser,
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:master Update NEWS

2012-04-13 Thread Stephan Arts
Updating branch refs/heads/master
 to b8b194f8f709845166e8387439961a95b2a986a6 (commit)
   from 3e7a2f0ec02408950dc887e46264a787ae048972 (commit)

commit b8b194f8f709845166e8387439961a95b2a986a6
Author: Stephan Arts step...@xfce.org
Date:   Fri Apr 13 12:11:39 2012 +0200

Update NEWS

 NEWS |4 
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index e98eb2a..6199bd3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+x.x.x
+=
+- Remove the 'debug' monitor from the wallpaper chooser
+
 0.5.1
 =
 - Add 'other' applications to the editor-chooser applications-list.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-wavelan-plugin:master updates for 0.5.10

2012-04-13 Thread Landry Breuil
Updating branch refs/heads/master
 to 50b66a0d2ab28dbbbe854f9fceaf5d7a4737ea7a (commit)
   from 7e946f1ba142dbe24e887ff92ee955d3d51e785e (commit)

commit 50b66a0d2ab28dbbbe854f9fceaf5d7a4737ea7a
Author: Landry Breuil lan...@xfce.org
Date:   Fri Apr 13 12:18:44 2012 +0200

updates for 0.5.10

 NEWS|4 
 configure.ac.in |2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index f3f758e..1fa891f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.5.10 (2012/04/13):
+-
+  * Translation updates (uk,sk,eu,pt_BR,it,da,nl,pt,gl,ko,zh_CN)
+
 0.5.9 (2012/04/13):
 -
   * Make the icon optional (bug #7520)
diff --git a/configure.ac.in b/configure.ac.in
index 133c763..a2e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,7 +5,7 @@ dnl
 dnl Version information
 m4_define([xwp_version_major], [0])
 m4_define([xwp_version_minor], [5])
-m4_define([xwp_version_micro], [9])
+m4_define([xwp_version_micro], [10])
 m4_define([xwp_version], 
[xwp_version_major().xwp_version_minor().xwp_version_micro()])
 
 dnl Initial autoconf
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-wavelan-plugin|xfce4-wavelan-plugin-0.5.10 Creating annotated tag xfce4-wavelan-plugin-0.5.10

2012-04-13 Thread Landry Breuil
Updating annotated tag refs/tags/xfce4-wavelan-plugin-0.5.10
 as new annotated tag
 to 289661ac2eda4a4143a07fd1e01618f0cfa7111a (tag)
   succeeds xfce4-wavelan-plugin-0.5.9-12-g7e946f1
  tagged by Landry Breuil lan...@xfce.org
 on 2012-04-13 12:18 +0200

Landry Breuil (1):
  updates for 0.5.10

___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-diskperf-plugin|2.5.0 Creating annotated tag 2.5.0

2012-04-13 Thread Landry Breuil
Updating annotated tag refs/tags/2.5.0
 as new annotated tag
 to bbd775edb43c3562303fc72209e9e3c51dc79af7 (tag)
   succeeds 2.4.0-5-g769607b
  tagged by Landry Breuil lan...@xfce.org
 on 2012-04-09 18:08 +0200

Landry Breuil (1):
  updates for 2.5.0 release

___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-diskperf-plugin|2.5.1 Creating annotated tag 2.5.1

2012-04-13 Thread Landry Breuil
Updating annotated tag refs/tags/2.5.1
 as new annotated tag
 to 65d32524934c11e69e828d817e6ac22a3d0deb2f (tag)
   succeeds 2.5.0-15-g5573a76
  tagged by Landry Breuil lan...@xfce.org
 on 2012-04-13 12:35 +0200

Yarema aka Knedlyk (1):
  l10n: Updated Ukrainian (uk) translation to 100%

___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-diskperf-plugin:master updates for 2.5.1

2012-04-13 Thread Landry Breuil
Updating branch refs/heads/master
 to 0b00a179f8679d23b47fb09693594228742b6fc8 (commit)
   from 39b82bae46f962d29ba69b7ee0a894bef7034391 (commit)

commit 0b00a179f8679d23b47fb09693594228742b6fc8
Author: Landry Breuil lan...@xfce.org
Date:   Fri Apr 13 12:35:46 2012 +0200

updates for 2.5.1

 NEWS|4 
 configure.ac.in |2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 0f1f318..f16f62c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+2.5.1 (2012/4/13):
+-
+ * Translation updates (uk,eu,pt_BR,it,da,nl,pt,gl,ko,zh_CN,sk)
+
 2.5.0 (2012/4/9):
 -
  * Build the plugin as a module
diff --git a/configure.ac.in b/configure.ac.in
index d3198c6..ad077a3 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,7 +5,7 @@ dnl
 
 m4_define([diskperf_version_major], [2])
 m4_define([diskperf_version_minor], [5])
-m4_define([diskperf_version_micro], [0])
+m4_define([diskperf_version_micro], [1])
 m4_define([diskperf_version_build], [@REVISION@])
 m4_define([diskperf_version_tag], []) # leave empty for releases
 m4_define([diskperf_version], 
[diskperf_version_major().diskperf_version_minor().diskperf_version_micro()ifelse(diskperf_version_tag(),
 [git], [diskperf_version_tag()-diskperf_version_build()], 
[diskperf_version_tag()])])
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 97ac8ddbfba0e80e8f6fc39ac9ba38c83fa64b33 (commit)
   from 16eecdd6c3bd4b00bfd75262c2221290ba0246b4 (commit)

commit 97ac8ddbfba0e80e8f6fc39ac9ba38c83fa64b33
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 13:06:12 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index bbe8c29..88b5579 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -842,14 +842,14 @@ msgstr 인터넷
 #: ../exo-helper/exo-helper-chooser-dialog.c:145
 #: ../exo-open/exo-web-browser.desktop.in.h:2
 msgid Web Browser
-msgstr 웹브라우저
+msgstr 웹 브라우저
 
 #: ../exo-helper/exo-helper-chooser-dialog.c:153
 msgid 
 The preferred Web Browser will be used to open\n
 hyperlinks and display help contents.
 msgstr 
-기본 웹브라우저는 하이퍼링크를 열거나\n
+기본 웹 브라우저는 하이퍼링크를 열거나\n
 도움말 내용을 보여줄 때 사용할 것입니다.
 
 #: ../exo-helper/exo-helper-chooser-dialog.c:177
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 822d1d680e3cead8f89106fd4c8237b69c550cd2 (commit)
   from 7e3615049818c8662b15a2eae3607a9d6f572762 (commit)

commit 822d1d680e3cead8f89106fd4c8237b69c550cd2
Author: Nuno Miguel nunom...@gmail.com
Date:   Fri Apr 13 13:17:46 2012 +0200

l10n: Updated Portuguese (pt) translation to 100%

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

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

 po/pt.po |   67 +++--
 1 files changed, 25 insertions(+), 42 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index fed7ef0..a9ec6a6 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -2,15 +2,15 @@
 # Copyright (C) 2004-2005 Eduard Roccatello.
 # This file is distributed under the same license as the xfce4-appfinder 
package.
 # Nuno Donato nunodon...@gmail.com, 2004
-# Nuno Miguel nu...@netcabo.pt,2008, 2009.
-# 
+# Nuno Miguel nunom...@gmail.com,2008-2012.
+#
 msgid 
 msgstr 
 Project-Id-Version: xfce4-appfinder\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2012-04-08 10:42+\n
-PO-Revision-Date: 2012-01-18 11:50-\n
-Last-Translator: Sérgio Marques smarque...@gmail.com\n
+PO-Revision-Date: 2012-04-13 12:01+0100\n
+Last-Translator: Nuno Miguel nunom...@gmail.com\n
 Language-Team: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
@@ -57,7 +57,7 @@ msgstr _Limpar
 
 #: ../src/appfinder-preferences.c:222
 msgid This will permanently clear the custom command history.
-msgstr Vai apagar permanentemente o histórico de comandos
+msgstr Vai apagar permanentemente o histórico de comandos.
 
 #: ../src/appfinder-preferences.c:223
 msgid Are you sure you want to clear the command history?
@@ -65,18 +65,19 @@ msgstr Tem a certeza que pretende apagar o histórico de 
comandos?
 
 #: ../src/appfinder-preferences.c:333
 msgid The custom action will be deleted permanently.
-msgstr A ação personalizada vai ser eliminada permanentemente!
+msgstr A ação personalizada vai ser eliminada permanentemente.
 
 #: ../src/appfinder-preferences.c:334
 #, c-format
 msgid Are you sure you want to delete pattern \%s\?
 msgstr Tem a certeza que pretende eliminar o padrão \%s\?
 
-#: ../src/appfinder-window.c:219 ../src/main.c:446
+#: ../src/appfinder-window.c:219
+#: ../src/main.c:446
 #: ../src/appfinder-preferences.glade.h:4
 #: ../data/xfce4-appfinder.desktop.in.h:1
 msgid Application Finder
-msgstr Localizador de aplicações
+msgstr Localizar aplicações
 
 #: ../src/appfinder-window.c:271
 msgid Toggle view mode
@@ -91,12 +92,8 @@ msgid Failed to launch desktop item editor
 msgstr Falha ao iniciar o editor de itens do ambiente de trabalho
 
 #: ../src/appfinder-window.c:824
-msgid 
-This will permanently remove the custom desktop file from your home 
-directory.
-msgstr 
-Vai remover permanentemente o ficheiro de ambiente de trabalho personalizado 
-existente na suas pasta pessoal
+msgid This will permanently remove the custom desktop file from your home 
directory.
+msgstr Vai remover permanentemente o ficheiro de ambiente de trabalho 
personalizado existente na sua pasta pessoal.
 
 #: ../src/appfinder-window.c:825
 #, c-format
@@ -111,14 +108,11 @@ msgstr Falha ao remover o ficheiro
 #. * second with Hidden=true
 #: ../src/appfinder-window.c:868
 #, c-format
-msgid 
-To unhide the item you have to manually remove the desktop file from \%s\ 
-or open the file in the same directory and remove the line \%s\.
-msgstr 
-Para mostrar o item, tem que remover ficheiro de ambiente de trabalho em \%s
-\ ou abrir o ficheiro no mesmo diretório e remover a linha \%s\
+msgid To unhide the item you have to manually remove the desktop file from 
\%s\ or open the file in the same directory and remove the line \%s\.
+msgstr Para mostrar o item, tem que remover ficheiro de ambiente de trabalho 
em \%s\ ou abrir o ficheiro no mesmo diretório e remover a linha \%s\.
 
-#: ../src/appfinder-window.c:873 ../src/appfinder-window.c:958
+#: ../src/appfinder-window.c:873
+#: ../src/appfinder-window.c:958
 msgid _Hide
 msgstr _Ocultar
 
@@ -172,11 +166,11 @@ msgstr Por favor, reporte os erros em %s.
 
 #: ../src/appfinder-preferences.glade.h:1
 msgid Add a new custom action.
-msgstr Adicionar uma ação personalizada
+msgstr Adicionar uma ação personalizada.
 
 #: ../src/appfinder-preferences.glade.h:2
 msgid Always c_enter the window
-msgstr C_entrar sempre a janela
+msgstr _Centrar sempre a janela
 
 #: ../src/appfinder-preferences.glade.h:3
 msgid Appearance
@@ -196,7 +190,7 @@ msgstr Tamanh_o dos ícones das categorias:
 
 #: ../src/appfinder-preferences.glade.h:8
 msgid Center the window on startup.
-msgstr Centrar janela ao iniciar
+msgstr Centrar janela ao iniciar.
 
 #: ../src/appfinder-preferences.glade.h:9
 msgid Co_mmand:
@@ -204,7 +198,7 @@ msgstr Co_mando:
 
 #: ../src/appfinder-preferences.glade.h:10
 msgid Custom _Actions
-msgstr _Ações personalizadas
+msgstr Açõ_es personalizadas
 
 #: 

[Xfce4-commits] xfconf:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 53a1425b3bcd4fcfa8cec130ea3fb5ed163eb83e (commit)
   from 5bd5acf42113cde1f2815e286e866376d9bd3623 (commit)

commit 53a1425b3bcd4fcfa8cec130ea3fb5ed163eb83e
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 13:19:20 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 9b6a671..eb9e1fb 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -295,7 +295,7 @@ msgstr 값은 %d개의 항목을 가진 배열입니다:
 #: ../xfconf-query/main.c:399
 #, c-format
 msgid Property \%s\ does not exist on channel \%s\. If a new property 
should be created, use the --create option
-msgstr \%s\ 프로퍼티는 \%s\ 채널에 존재하지 않습니다. 만약 새로운 프로퍼티를 만들어야 한다면 --create 옵션을 
사용하십시오
+msgstr \%s\ 프로퍼티는 \%s\ 채널에 존재하지 않습니다. 새로운 프로퍼티를 만들어야 한다면 --create 옵션을 
사용하십시오
 
 #: ../xfconf-query/main.c:407
 msgid When creating a new property, the value type must be specified
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 25c771ef5a1165a372d786efaca0d65be6934fe8 (commit)
   from b3f6a6faf87759e7c24870ff676722da37597717 (commit)

commit 25c771ef5a1165a372d786efaca0d65be6934fe8
Author: Nuno Miguel nunom...@gmail.com
Date:   Fri Apr 13 13:19:58 2012 +0200

l10n: Updated Portuguese (pt) translation to 100%

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

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

 po/pt.po |   10 +-
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index 9c3cdf2..ed13f09 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -1,15 +1,15 @@
 # European Portuguese translations for libxfce4util package.
 # Copyright (C) 2003-2006 Benedikt Meurer
 # This file is distributed under the same license as the libxfce4util package.
-# Nuno Miguel nu...@netcabo.pt, 2007, 2008, 2009.
+# Nuno Miguel nunom...@gmail.com, 2007-2012.
 #
 msgid 
 msgstr 
 Project-Id-Version: libxfce4util\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2011-01-16 15:34+0100\n
-PO-Revision-Date: 2012-01-18 14:33-\n
-Last-Translator: Sérgio Marques smarque...@gmail.com\n
+PO-Revision-Date: 2012-04-13 12:13+0100\n
+Last-Translator: Nuno Miguel nunom...@gmail.com\n
 Language-Team: \n
 Language: \n
 MIME-Version: 1.0\n
@@ -22,7 +22,7 @@ msgstr 
 #: ../libxfce4util/xfce-fileutils.c:153
 #, c-format
 msgid Error creating directory '%s': %s
-msgstr Erro ao criar o diretório \%s\: %s
+msgstr Erro ao criar o diretório '%s': %s
 
 #: ../libxfce4util/xfce-license.c:33
 msgid 
@@ -48,7 +48,7 @@ msgid 
  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n
 msgstr 
  A redistribuição e utilização do código fonte e executáveis, com ou sem\n
- modificação são permitidas desde que cumpridas as seguintes condições\n
+ modificação são permitidas desde que cumpridas as seguintes condições:\n
 \n
  1. Redistribuições do código fonte devem manter os direitos acima 
referidos,\n
 esta lista de condições e os seguintes avisos.\n
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to acc2ae98b9ff5c47e42e9bfeb05e35ac0de58c2f (commit)
   from 1603897c298c96cc6f32b17055a6da8f6d534bbe (commit)

commit acc2ae98b9ff5c47e42e9bfeb05e35ac0de58c2f
Author: Nuno Miguel nunom...@gmail.com
Date:   Fri Apr 13 13:20:53 2012 +0200

l10n: Updated Portuguese (pt) translation to 100%

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

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

 po/pt.po |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index e73d899..8fded1b 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -8,7 +8,7 @@ msgstr 
 Project-Id-Version: libxfce4ui\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2012-01-08 15:33+\n
-PO-Revision-Date: 2012-04-12 18:23+0100\n
+PO-Revision-Date: 2012-04-13 12:00+0100\n
 Last-Translator: Nuno Miguel nunom...@gmail.com\n
 Language-Team: \n
 MIME-Version: 1.0\n
@@ -240,7 +240,7 @@ msgstr O sistema de configuração de diversos itens do 
ambiente de trabalho co
 
 #: ../xfce4-about/main.c:99
 msgid Application Finder
-msgstr Localizador de aplicações
+msgstr Localizar aplicações
 
 #: ../xfce4-about/main.c:100
 msgid Shows the applications installed on your system in categories, so you 
can quickly find and launch them.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 80125010b5b5051be764ee54f556b39710c8c254 (commit)
   from def589c6575f9b1595bf0e089d53b9c0095af69a (commit)

commit 80125010b5b5051be764ee54f556b39710c8c254
Author: Nuno Miguel nunom...@gmail.com
Date:   Fri Apr 13 13:22:26 2012 +0200

l10n: Updated Portuguese (pt) translation to 100%

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

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

 po/pt.po |   35 +--
 1 files changed, 17 insertions(+), 18 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index b9ce976..aa124e8 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -2,13 +2,13 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Nuno Miguel nunom...@gmail.com, 2007-2012.
-# 
+#
 msgid 
 msgstr 
 Project-Id-Version: thunar-volman\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2012-04-11 09:00+\n
-PO-Revision-Date: 2012-03-26 13:02+0100\n
+PO-Revision-Date: 2012-04-13 00:06+0100\n
 Last-Translator: Nuno Miguel nunom...@gmail.com\n
 Language-Team: \n
 MIME-Version: 1.0\n
@@ -52,8 +52,7 @@ msgstr Não existe qualquer dispositivo no caminho \%s\ do 
sysfs 
 #: ../thunar-volman/main.c:186
 #, c-format
 msgid Must specify the sysfs path of new devices with --device-added
-msgstr 
-Tem de especificar o caminho sysfs do novo dispositivo com --device-added
+msgstr Tem de especificar o caminho sysfs do novo dispositivo com 
--device-added
 
 #. ...so we need to prompt what to do
 #: ../thunar-volman/tvm-block-device.c:204
@@ -73,7 +72,8 @@ msgstr Deseja importar as fotos ou gerir a música?
 #: ../thunar-volman/tvm-block-device.c:378
 #: ../thunar-volman/tvm-block-device.c:425
 #: ../thunar-volman/tvm-block-device.c:507
-#: ../thunar-volman/tvm-block-device.c:829 ../thunar-volman/tvm-run.c:192
+#: ../thunar-volman/tvm-block-device.c:829
+#: ../thunar-volman/tvm-run.c:192
 #: ../thunar-volman/tvm-run.c:203
 msgid Ig_nore
 msgstr Ig_norar
@@ -97,9 +97,7 @@ msgid A photo card has been detected
 msgstr Foi detetado um cartão de fotos
 
 #: ../thunar-volman/tvm-block-device.c:275
-msgid 
-There are photos on the card. Would you like to add these photos to your 
-album?
+msgid There are photos on the card. Would you like to add these photos to 
your album?
 msgstr Existem fotos no cartão. Deseja adicionar as fotos ao seu álbum?
 
 #. prompt the user to execute the file
@@ -262,7 +260,8 @@ msgstr Inserido um DVD vazio
 msgid You have inserted a blank DVD.
 msgstr Inseriu um DVD vazio.
 
-#: ../thunar-volman/tvm-run.c:191 ../thunar-volman/tvm-run.c:202
+#: ../thunar-volman/tvm-run.c:191
+#: ../thunar-volman/tvm-run.c:202
 msgid What would you like to do?
 msgstr Que deseja fazer?
 
@@ -356,7 +355,7 @@ msgid Shell Scripts
 msgstr Scripts Shell
 
 #. Storage
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:130
 msgid Storage
 msgstr Armazenamento
@@ -379,7 +378,7 @@ msgstr Explo_rar dispositivo quando inserido
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:182
 msgid _Auto-run programs on new drives and media
-msgstr Executar _automaticamente os programas das unidades amovíveis
+msgstr E_xecutar automaticamente os programas das unidades amovíveis
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:189
 msgid Auto-open files on new drives and media
@@ -402,7 +401,7 @@ msgid Command for A_udio CDs:
 msgstr Comando para CDs de á_udio:
 
 #. Multimedia
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:255
 msgid Multimedia
 msgstr Multimédia
@@ -447,7 +446,7 @@ msgid Play _music files when connected
 msgstr Reproduzir ficheiros de _música quando ligado
 
 #. Cameras
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:379
 msgid Cameras
 msgstr Máquinas fotográficas
@@ -461,7 +460,7 @@ msgid Import digital photographs when connected
 msgstr Importar fotos digitais quando ligado
 
 #. PDAs
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:427
 msgid PDAs
 msgstr PDAs
@@ -483,7 +482,7 @@ msgid Sync Pocket P_C devices when connected
 msgstr Sincronizar P_C de bolso quando ligado
 
 #. Printers
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:517
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:528
 msgid Printers
@@ -491,10 +490,10 @@ msgstr Impressoras
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:545
 msgid Automatically run a program when a _printer is connected
-msgstr Executar automaticamente um programa ao ligar uma _impressora
+msgstr Executar automaticamente um programa ao ligar uma i_mpressora
 
 #. Input Devices
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:565
 msgid Input Devices
 msgstr Dispositivos de entrada
@@ -505,7 +504,7 @@ msgstr Teclados
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
 msgid Automatically run a program when a USB _keyboard is connected
-msgstr Executar automaticamente um 

[Xfce4-commits] thunar:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 58ab39a0bb228c08e9eb350c6c26932861cee474 (commit)
   from 22514fd537a4cf856f8e7b44b24c1096861b424d (commit)

commit 58ab39a0bb228c08e9eb350c6c26932861cee474
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 13:25:27 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |   10 +-
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index a9551bc..e0212db 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -497,7 +497,7 @@ msgid 
 use the user defined column widths.
 msgstr 
 기본적으로 문장을 모두 보여주기 위해 항목을 자동\n
-으로 확장합니다. 만약 이 기능을 비활성화 한다면,\n
+으로 확장합니다. 이 기능을 비활성화하면,\n
  파일 관리자는 항상 정의된 항목너비를 사용합니다.
 
 #. create the Automatically expand columns as needed button
@@ -1405,7 +1405,7 @@ msgstr 다시 묻지 않습니다(_N)
 
 #: ../thunar/thunar-permissions-chooser.c:557
 msgid If you select this option your choice will be remembered and you won't 
be asked again. You can use the preferences dialog to alter your choice 
afterwards.
-msgstr 만약 이 옵션을 선택한다면, 저장하고 다시 묻지 않습니다. 이후에는 속성창에서 사용 할 수 있습니다.
+msgstr 이 옵션을 선택하면, 저장하고 다시 묻지 않습니다. 이후에는 속성창에서 사용 할 수 있습니다.
 
 #: ../thunar/thunar-permissions-chooser.c:854
 msgid Unknown file owner
@@ -2547,7 +2547,7 @@ msgid 
 \n
 You can then select the entry from the \Create Document\ menu and a copy of 
the document will be created in the directory you are viewing.
 msgstr 
-만약 특정 종류의 문서를 자주 만든다면, 그것의 복사본을 만들고 이 폴더내에 넣으십시오. Thunar는 해당문서를 \문서 만들기\ 
메뉴에 추가할 것입니다.\n
+특정 종류의 문서를 자주 만든다면, 그것의 복사본을 만들고 이 폴더내에 넣으십시오. Thunar는 해당문서를 \문서 만들기\ 메뉴에 
추가할 것입니다.\n
 \n
 \문서 만들기\ 메뉴에서 항목을 선택하면 해당 문서의 복사본을 현재 보고 있는 디렉터리에 생성할 것입니다.
 
@@ -3175,7 +3175,7 @@ msgstr 파일 형식(_F):
 
 #: ../plugins/thunar-uca/thunar-uca-editor.c:375
 msgid Enter a list of patterns that will be used to determine whether this 
action should be displayed for a selected file. If you specify more than one 
pattern here, the list items must be separated with semicolons (e.g. 
*.txt;*.doc).
-msgstr 선택한 파일에 대해서, 이 명령의 표시여부를 결정할 형식의 목록을 넣으십시오. 만약 하나이상의 형식을 설정한다면, 항목의 
목록은 세미콜론으로 구분해야 합니다. (예: *.txt;*.doc).
+msgstr 선택한 파일에 대해서, 이 명령의 표시여부를 결정할 형식의 목록을 넣으십시오. 하나 이상의 형식을 설정한다면, 항목의 목록은 
세미콜론으로 구분해야 합니다. (예: *.txt;*.doc).
 
 #: ../plugins/thunar-uca/thunar-uca-editor.c:394
 msgid Appears if selection contains:
@@ -3217,7 +3217,7 @@ msgid 
 or folder. Additionally, you can specify that the\n
 action should only appear for certain kinds of\n
 files.
-msgstr 선택한 파일에 대해서, 이 명령의 표시여부를 결정할 형식의 목록을 넣으십시오. 만약 하나이상의 형식을 설정한다면, 항목의 
목록은 세미콜론으로 구분해야 합니다. (예: *.txt;*.doc).
+msgstr 선택한 파일에 대해서, 이 명령의 표시여부를 결정할 형식의 목록을 넣으십시오. 하나 이상의 형식을 설정한다면, 항목의 목록은 
세미콜론으로 구분해야 합니다. (예: *.txt;*.doc).
 
 #: ../plugins/thunar-uca/thunar-uca-model.c:770
 #, c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] libxfce4util:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 71bbd566bd4ed1bbb9068e8462966d6608e179db (commit)
   from 25c771ef5a1165a372d786efaca0d65be6934fe8 (commit)

commit 71bbd566bd4ed1bbb9068e8462966d6608e179db
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 13:26:49 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index d19d6e0..d2b4aef 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -91,7 +91,7 @@ msgstr 
 없습니다. 더 자세한 사항은 GNU General Public License를 보시기 바랍니다.\n
 \n
 이 프로그램과 함께 GNU General Public License의 복사본을 받으셔야 합니다.\n
-만약 못 받으셨다면 자유 소프트웨어 재단으로 요청하여 주십시오\n
+못 받으셨다면 자유 소프트웨어 재단으로 요청하여 주십시오\n
 \r\n
 51 Franklin\n
 Street, Fifth Floor, Boston, MA 02110-1301, USA.\n
@@ -122,7 +122,7 @@ msgstr 
 없습니다. 더 자세한 사항은 GNU General Public License를 보시기 바랍니다.\n
 \n
 이 프로그램과 함께 GNU General Public License의 복사본을 받으셔야 합니다.\n
-만약 못 받으셨다면 자유 소프트웨어 재단으로 요청하여 주십시오\n
+못 받으셨다면 자유 소프트웨어 재단으로 요청하여 주십시오\n
 \n
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 4266cd6db4af5b0dbb831c4a26cd2d702411fbb4 (commit)
   from b2a1c20ae86176870aa2f72a73506c267895250a (commit)

commit 4266cd6db4af5b0dbb831c4a26cd2d702411fbb4
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 13:28:54 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index d7226ca..753da29 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1304,7 +1304,7 @@ msgstr 메뉴에서 디렉터리 트리를 보여줍니다
 
 #: ../plugins/directorymenu/directorymenu-dialog.glade.h:3
 msgid Enter a list of patterns that will be used to determine which files are 
visible in a directory. If you specify more than one pattern here, the list 
items must be separated with semicolons (e.g. *.txt;*.doc).
-msgstr 디렉터리에서 어떤 파일을 보여줄지 결정하는데 사용할 패턴의 목록을 입력합니다. 만약 여기에 하나 이상의 패턴을 지정한다면, 
목록의 항목은 반드시 세미콜론으로 구분해야 합니다 (e.g. *.txt;*.doc).
+msgstr 디렉터리에서 어떤 파일을 보여줄지 결정하는데 사용할 패턴의 목록을 입력합니다. 여기에 하나 이상의 패턴을 지정한다면, 목록의 
항목은 반드시 세미콜론으로 구분해야 합니다 (e.g. *.txt;*.doc).
 
 #: ../plugins/directorymenu/directorymenu-dialog.glade.h:4
 #: ../plugins/tasklist/tasklist-dialog.glade.h:5
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-docs:xfce4-clipman-plugin-master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/xfce4-clipman-plugin-master
 to fcd2caaefa8220ed980ce8d7fe2ad3d84d8d7241 (commit)
   from 11082cde704b71edcda57fa2b29d36a519d3f6f5 (commit)

commit fcd2caaefa8220ed980ce8d7fe2ad3d84d8d7241
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 13:30:32 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 284cd46..317c42d 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -479,5 +479,5 @@ msgstr 이 프로그램은 자유 소프트웨어 재단이 공표한 GNU 일
 
 #: index.page:409(section/p)
 msgid You should have received a copy of the GNU General Public License along 
with this program; if not, write to the Free Software Foundation, Inc., 51 
Franklin Street, Fifth Floor, Boston, MA 02110, USA.
-msgstr 여러분은 GNU 일반 공중 사용허가서의 사본을 이 프로그램과 함께 받아야 합니다. 만약 그렇지 않았다면 자유 소프트웨어 재단에 
알려주십시오.Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
MA 02110, USA.
+msgstr 여러분은 GNU 일반 공중 사용허가서의 사본을 이 프로그램과 함께 받아야 합니다. 못 받으셨다면 자유 소프트웨어 재단에 
알려주십시오.Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
MA 02110, USA.
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-clipman-plugin:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to d98de4a8e60253b548900302bceab5352975ff8f (commit)
   from bfb37ce4e6fc63a5612647419bc78eac57f36c9e (commit)

commit d98de4a8e60253b548900302bceab5352975ff8f
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 13:31:13 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index e4727a8..95c0c7d 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -231,7 +231,7 @@ msgstr 선택이 끝났고(마우스 또는 키보드) Control 키가 계속 
 
 #: ../panel-plugin/settings-dialog.ui.h:35
 msgid You can use the substitution parameters \\\1\, \\\2\ and so on in 
the commands. The parameter \\\0\ represents the complete text. If you don't 
know regular expressions, have a look at the documentation of Clipman that has 
an introdution for them.
-msgstr 명령상에 대체 인자 \\\1\, \\\2\ 등을 사용할 수 있습니다. 인자 \\\0\은 완전한 본문을 나타냅니다. 
만약 정규표현식을 잘 모른다면  정규표현식을 소개한 Clipman의 문서를 보시기 바랍니다.
+msgstr 명령상에 대체 인자 \\\1\, \\\2\ 등을 사용할 수 있습니다. 인자 \\\0\은 완전한 본문을 나타냅니다. 
정규표현식을 잘 모른다면 정규표현식을 소개한 Clipman의 문서를 보시기 바랍니다.
 
 #: ../panel-plugin/settings-dialog.ui.h:36
 msgid _Paste instantly:
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfburn:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 22dd07f9463d91f50e770a62a92ac91ad2682233 (commit)
   from c9bfbc91e4238aa292a885603e3da01028641502 (commit)

commit 22dd07f9463d91f50e770a62a92ac91ad2682233
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 13:31:53 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index a29e615..ce91824 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -680,7 +680,7 @@ msgstr 
 \n
 마운트를 해제하고 프로그램을 다시 시작해주시기 바랍니다.\n
 \n
-만약 드라이브에 디스크가 없다면, 현재 사용자가 드라이브에 읽고 쓰는 중인지 확인하기 바랍니다.
+드라이브에 디스크가 없다면, 현재 사용자가 드라이브에 읽고 쓰는 중인지 확인하기 바랍니다.
 
 #: ../xfburn/xfburn-main.c:345
 #, c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] orage:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to ce9df777a64610e9e456f9817d650cf9788b5b3a (commit)
   from 7ad8b44917820bf58d6db9212f8caaddef5fc2a7 (commit)

commit ce9df777a64610e9e456f9817d650cf9788b5b3a
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 13:34:36 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |   46 +++---
 1 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index fa6b383..ee8bdf1 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1339,7 +1339,7 @@ msgstr 
 \t\t D=매일 W=매주 M=매월 Y=매년\n
 \t 3. 형태: f=여유 B=바쁨\n
 \t 4. 위치:\n
-\t\tO=Orage A=압축파일 F=외부파일\n
+\t\tO=Orage A=보관파일 F=외부파일\n
 \t 5. 일정형태:\n
 \t\tE=이벤트 T=할 일 J=일지
 
@@ -1350,32 +1350,32 @@ msgstr 날짜 선택
 #. remove since it has ended
 #: ../src/ical-archive.c:267
 msgid \tRecur ended, moving to archive file.
-msgstr \t반복이 끝나서, 압축파일로 이동합니다.
+msgstr \t반복이 끝나서, 보관파일로 이동합니다.
 
 #: ../src/ical-archive.c:329
 msgid Archiving not enabled. Exiting
-msgstr 압축기능을 활성화 하지 않았습니다. 빠져나갑니다
+msgstr 보관기능을 활성화 하지 않았습니다. 끝냅니다
 
 #: ../src/ical-archive.c:347
 #, c-format
 msgid Archiving threshold: %d month(s)
-msgstr 압축 주기: %d 개월
+msgstr 보관 주기: %d 개월
 
 #. yy mon day
 #: ../src/ical-archive.c:350
 #, c-format
 msgid \tArchiving events, which are older than: %04d-%02d-%02d
-msgstr \t %04d-%02d-%02d보다 오래된 이벤트를 압축합니다.
+msgstr \t %04d-%02d-%02d보다 오래된 이벤트를 보관합니다.
 
 #: ../src/ical-archive.c:377
 #, c-format
 msgid Archiving uid: %s
-msgstr 압축 uid: %s
+msgstr 보관 uid: %s
 
 #. VTODO not completed, do not archive
 #: ../src/ical-archive.c:383
 msgid \tVTODO not complete; not archived
-msgstr \tVTOD 진행 중이므로 압축하지 않습니다
+msgstr \tVTOD 진행 중이므로 보관하지 않습니다
 
 #. it is recurrent event
 #: ../src/ical-archive.c:388
@@ -1385,12 +1385,12 @@ msgstr \t반복하기. 종료 연: %04d, 월: %02d, 일: %02d
 
 #: ../src/ical-archive.c:405
 msgid Archiving done\n
-msgstr 압축 완료\n
+msgstr 보관처리 완료\n
 
 #. PHASE 1: go through base orage file and remove repeat shortcuts
 #: ../src/ical-archive.c:421
 msgid Starting archive removal.
-msgstr 압축 제거 개시.
+msgstr 보관내용 제거 시작중입니다.
 
 #: ../src/ical-archive.c:422
 msgid \tPHASE 1: reset recurring appointments
@@ -1400,11 +1400,11 @@ msgstr \t1단계: 반복일정 리셋
 #. * After that delete the whole arch file
 #: ../src/ical-archive.c:444
 msgid \tPHASE 2: return archived appointments
-msgstr \t2단계: 압축된 일정을 가져옴
+msgstr \t2단계: 보관한 일정을 가져옴
 
 #: ../src/ical-archive.c:470
 msgid Archive removal done\n
-msgstr 압축 제거 완료\n
+msgstr 보관내용 제거 완료\n
 
 #: ../src/ical-code.c:932
 msgid Orage default alarm
@@ -1503,7 +1503,7 @@ msgid 
 Archived and Foreign events are not exported.
 msgstr 
 메인 파일의 일정만 읽어 들입니다.\n
-압축된 이벤트와 외부 이벤트는 내보내지 않습니다.
+보관한 이벤트와 외부 이벤트는 내보내지 않습니다.
 
 #: ../src/interface.c:1065
 msgid 
@@ -1523,20 +1523,20 @@ msgstr 쉼표로 분리된 Orage의 일정 UID입니다.
 
 #: ../src/interface.c:1076
 msgid Archive
-msgstr 압축
+msgstr 보관
 
 #: ../src/interface.c:1084
 #, c-format
 msgid Archive now (threshold: %d months)
-msgstr 현재 압축 기준( %d 개월)
+msgstr 현재 보관 기준( %d 개월)
 
 #: ../src/interface.c:1094
 msgid You can change archive threshold in parameters
-msgstr 매개변수로 압축 주기를 바꿀 수 있습니다.
+msgstr 매개변수로 보관 주기를 바꿀 수 있습니다.
 
 #: ../src/interface.c:1101
 msgid Revert archive now
-msgstr 당장 압축 풀기
+msgstr 지금 보관내용 복귀
 
 #: ../src/interface.c:1107
 msgid 
@@ -1544,7 +1544,7 @@ msgid 
 This is useful for example when doing export and moving orage\n
 appointments to another system.
 msgstr 
-압축된 모든 이벤트를 메인 orage에 돌려 주고 압축파일을 제거합니다.\n
+보관된 모든 이벤트를 메인 orage에 돌려 주고 보관파일을 제거합니다.\n
 orage 일정을 내보내서 다른 시스템으로 이동하려는 경우에 \n
 상당히 편리한 기능입니다.
 
@@ -1606,7 +1606,7 @@ msgstr 현재의 파일을 다른 곳으로 옮깁니다.
 
 #: ../src/interface.c:1190
 msgid Archive file
-msgstr 압축파일
+msgstr 보관파일
 
 #: ../src/interface.c:1254
 msgid Foreign files
@@ -1687,12 +1687,12 @@ msgstr \tlibnotify를 사용하지 않습니다.\n
 #: ../src/main.c:286
 #, c-format
 msgid \tUsing automatic archiving.\n
-msgstr \t자동 압축을 사용합니다.\n
+msgstr \t자동 보관을 사용합니다.\n
 
 #: ../src/main.c:288
 #, c-format
 msgid \tNot using archiving.\n
-msgstr \t자동압축 사용안함.\n
+msgstr \t보관기능 사용안함.\n
 
 #: ../src/main.c:291
 #, c-format
@@ -1877,15 +1877,15 @@ msgstr 지역 시간대를 항상 정의하셔야 합니다.
 
 #: ../src/parameters.c:552
 msgid Archive threshold (months)
-msgstr 압축 기준 (개월)
+msgstr 보관 기준 (개월)
 
 #: ../src/parameters.c:562
 msgid (0 = no archiving)
-msgstr (0 = 압축안함)
+msgstr (0 = 보관 안함)
 
 #: ../src/parameters.c:565
 msgid Archiving is used to save time and space when handling events.
-msgstr 압축기능을 이용해서 시간과 공간을 절약하십시오.
+msgstr 보관기능을 이용해서 시간과 공간을 절약하십시오.
 
 #: ../src/parameters.c:574
 msgid Sound command
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-clipman-plugin:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to c2e9417b522fb82805a17db1b527424ea04d42d0 (commit)
   from d98de4a8e60253b548900302bceab5352975ff8f (commit)

commit c2e9417b522fb82805a17db1b527424ea04d42d0
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 13:37:52 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 95c0c7d..ba250e3 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -207,7 +207,7 @@ msgstr 저장하고 나가기(_Q)
 
 #: ../panel-plugin/settings-dialog.ui.h:29
 msgid Size of the _history:
-msgstr 기록 크기(_H):
+msgstr 기록 갯수(_H):
 
 #: ../panel-plugin/settings-dialog.ui.h:30
 msgid Store last copied _image
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 28ec575fd19442d86cd5167602d5c2aa03a99efd (commit)
   from 446bb56234876ae884859f34ace7a2fb9d164336 (commit)

commit 28ec575fd19442d86cd5167602d5c2aa03a99efd
Author: Nuno Miguel nunom...@gmail.com
Date:   Fri Apr 13 13:52:02 2012 +0200

l10n: Updated Portuguese (pt) translation to 100%

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

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

 po/pt.po |   12 ++--
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index dc44fd6..1edcb90 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -1,15 +1,15 @@
 # European Portuguese translations for Mousepad package.
 # Copyright (C) 2005-2006 Erik Harrison.
 # This file is distributed under the same license as the Mousepad package.
-# Nuno Miguel nu...@netcabo.pt, 2007, 2008, 2009
+# Nuno Miguel nunom...@gmail.com, 2007-2012.
 #
 msgid 
 msgstr 
 Project-Id-Version: mousepad 0.2.16\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2007-01-20 12:34+0100\n
-PO-Revision-Date: 2012-01-12 14:01-\n
-Last-Translator: Sérgio Marques smarque...@gmail.com\n
+PO-Revision-Date: 2012-04-13 12:47+0100\n
+Last-Translator: Nuno Miguel nunom...@gmail.com\n
 Language-Team: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
@@ -18,13 +18,13 @@ msgstr 
 #: ../src/callback.c:37
 #, c-format
 msgid Save changes to '%s'?
-msgstr Gravar alterações em \%s\?
+msgstr Gravar alterações em '%s'?
 
 #: ../src/callback.c:213
 #: ../src/file.c:174
 #, c-format
 msgid Can't convert codeset to '%s'
-msgstr Não é possível converter a codificação para \%s\
+msgstr Não é possível converter a codificação para '%s'
 
 #: ../src/callback.c:240
 msgid Can't open pipe to process
@@ -259,7 +259,7 @@ msgstr Codificação dos c_aracteres: 
 #: ../src/selector.c:403
 #, c-format
 msgid '%s' already exists. Overwrite?
-msgstr \%s\ já existe. Substituir?
+msgstr '%s' já existe. Substituir?
 
 #. add the label with the root warning
 #: ../src/window.c:110
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] thunar-volman:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 37ce179b49304c360e10073a693e3b59717413c3 (commit)
   from 80125010b5b5051be764ee54f556b39710c8c254 (commit)

commit 37ce179b49304c360e10073a693e3b59717413c3
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 14:05:01 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 4799c8c..282c8d3 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -400,7 +400,7 @@ msgstr 빈 디스크를 삽입하면 CD나 DVD를 굽습니다(_B)
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:229
 msgid Command for _Data CDs:
-msgstr Data CD에 대한 명령(_D):
+msgstr 데이터 CD에 대한 명령(_D):
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:239
 msgid Command for A_udio CDs:
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] thunar-volman:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 015946edce236b1b93af2b4b06195a82a24242a2 (commit)
   from 37ce179b49304c360e10073a693e3b59717413c3 (commit)

commit 015946edce236b1b93af2b4b06195a82a24242a2
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 14:06:41 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 282c8d3..c9d67df 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -388,7 +388,7 @@ msgstr 새 드라이브와 미디어에 있는 자동 실행 프로그램(_A)
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:189
 msgid Auto-open files on new drives and media
-msgstr 새 드라이브와 미디어에 있는 자동 열림 파일
+msgstr 새 드라이브와 미디어에 있는 파일 자동으로 열기
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:201
 msgid Blank CDs and DVDs
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] thunar-volman:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to acfcb67d9155b495f343cee2f13b47fc6206e188 (commit)
   from 015946edce236b1b93af2b4b06195a82a24242a2 (commit)

commit acfcb67d9155b495f343cee2f13b47fc6206e188
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 14:08:31 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |8 
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index c9d67df..81d5d1d 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -372,19 +372,19 @@ msgstr 이동식 저장장치
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:158
 msgid _Mount removable drives when hot-plugged
-msgstr 연결하면 이동식 드라이브를 마운트 합니다(_M)
+msgstr 연결하면 이동식 드라이브를 마운트(_M)
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:166
 msgid Mount removable media when _inserted
-msgstr 삽입하면 이동식 미디어를 마운트합니다(_I)
+msgstr 삽입하면 이동식 미디어를 마운트(_I)
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:174
 msgid B_rowse removable media when inserted
-msgstr 삽입하면 이동식 미디어를 탐색합니다(_R)
+msgstr 삽입하면 이동식 미디어를 탐색(_R)
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:182
 msgid _Auto-run programs on new drives and media
-msgstr 새 드라이브와 미디어에 있는 자동 실행 프로그램(_A)
+msgstr 새 드라이브와 미디어에 있는 프로그램을 자동으로 실행(_A)
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:189
 msgid Auto-open files on new drives and media
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-screenshooter:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 36b25b63bd7fe4d947a15d3c82475f2c205b7cba (commit)
   from 4976f25e07cb9aac345e5d69eb43be807bb27b83 (commit)

commit 36b25b63bd7fe4d947a15d3c82475f2c205b7cba
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 14:11:23 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 7edfb8d..d82a366 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -95,7 +95,7 @@ msgstr 스크린샷에 마우스 포인터를 보입니다
 
 #: ../lib/screenshooter-dialogs.c:816
 msgid span weight=\bold\ stretch=\semiexpanded\Delay before 
capturing/span
-msgstr span weight=\bold\ stretch=\semiexpanded\찍기 전 시간 지연하기/span
+msgstr span weight=\bold\ stretch=\semiexpanded\찍기 전 지연시간/span
 
 #: ../lib/screenshooter-dialogs.c:838
 msgid Delay in seconds before the screenshot is taken
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-clipman-plugin:master l10n: Updated Japanese (ja) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 1471c0f9e2ea1407c88b6bb099d173afa843283f (commit)
   from c2e9417b522fb82805a17db1b527424ea04d42d0 (commit)

commit 1471c0f9e2ea1407c88b6bb099d173afa843283f
Author: Masato Hashimoto hash...@xfce.org
Date:   Fri Apr 13 14:11:55 2012 +0200

l10n: Updated Japanese (ja) translation to 100%

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

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

 po/ja.po |  269 -
 1 files changed, 106 insertions(+), 163 deletions(-)

diff --git a/po/ja.po b/po/ja.po
index 2ae1525..fee9960 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1,69 +1,71 @@
 # Japanese translation of the xfce4-clipman-plugin package.
-# Copyright (C) 2005-2007 The Xfce development team.
+# Copyright (C) 2005-2012 The Xfce development team.
 # This file is distributed under the same license as the xfce4-clipman-plugin 
package.
 # Daichi Kawahata dai...@xfce.org, 2006.
 # Nobuhiro Iwamatsu iwama...@nigauri.org, 2008.
-# 
+# Masato Hashimoto cabezon.hashim...@gmail.com, 2010-2012.
+#
 msgid 
 msgstr 
 Project-Id-Version: xfce4-clipman-plugin 0.8.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-03-11 00:54+\n
-PO-Revision-Date: 2011-11-03 20:26+0900\n
+POT-Creation-Date: 2012-04-13 21:03+0900\n
+PO-Revision-Date: 2012-04-13 21:10+0900\n
 Last-Translator: Masato Hashimoto cabezon.hashim...@gmail.com\n
 Language-Team: Japanese xfce-users...@ml.fdiary.net\n
+Language: ja\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: ja\n
 Plural-Forms: nplurals=1; plural=0;\n
 
 #: ../panel-plugin/xfce4-clipman.desktop.in.h:1
 #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1
 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1
-msgid Clipboard manager
-msgstr クリップボードマネージャ
+#: ../panel-plugin/main-panel-plugin.c:72
+#: ../panel-plugin/main-status-icon.c:61
+#: ../panel-plugin/main-status-icon.c:94
+#: ../panel-plugin/plugin.c:336
+msgid Clipman
+msgstr Clipman
 
 #: ../panel-plugin/xfce4-clipman.desktop.in.h:2
 #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:2
 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:2
-#: ../panel-plugin/main-panel-plugin.c:76
-#: ../panel-plugin/main-status-icon.c:61 ../panel-plugin/main-status-icon.c:94
-#: ../panel-plugin/plugin.c:336
-msgid Clipman
-msgstr Clipman
+msgid Clipboard manager
+msgstr クリップボードマネージャーです
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:1
-msgid Bugz
-msgstr Bugz
+msgid Image
+msgstr 画像
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:2
 msgid Edit with Gimp
 msgstr GIMP で編集
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:3
-msgid GNOME Bug
-msgstr GNOME バグ
+msgid View with Ristretto
+msgstr Ristretto で表示
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:4
-msgid Image
-msgstr 画像
+msgid Bugz
+msgstr Bugz
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:5
-msgid Long URL
-msgstr 長い URL
+msgid Xfce Bug
+msgstr Xfce バグ
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:6
-msgid Shrink the URL
-msgstr URL を短縮
+msgid GNOME Bug
+msgstr GNOME バグ
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:7
-msgid View with Ristretto
-msgstr Ristretto で表示
+msgid Long URL
+msgstr 長い URL
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:8
-msgid Xfce Bug
-msgstr Xfce バグ
+msgid Shrink the URL
+msgstr URL を短縮
 
 #: ../panel-plugin/xfce4-clipman-settings.c:190
 msgid None
@@ -84,197 +86,160 @@ msgid bReset actions/b
 msgstr bアクションのリセット/b
 
 #: ../panel-plugin/xfce4-clipman-settings.c:519
-msgid 
-Are you sure you want to reset the actions to the system default values?
+msgid Are you sure you want to reset the actions to the system default 
values?
 msgstr アクションをシステムデフォルトにリセットしてもよろしいですか?
 
 #: ../panel-plugin/settings-dialog.ui.h:1
-msgid bAction/b
-msgstr bアクション/b
+msgid Configure the plugin
+msgstr プラグインの設定
 
 #: ../panel-plugin/settings-dialog.ui.h:2
-msgid bBehavior/b
-msgstr b振る舞い/b
+msgid Sync _selections
+msgstr 選択領域と同期をとる(_S)
 
 #: ../panel-plugin/settings-dialog.ui.h:3
-msgid bCommands/b
-msgstr bコマンド/b
+msgid If checked, the selections will be synced with the default clipboard in 
a way that you can paste what you select
+msgstr チェックマークをつけると、選択領域とデフォルトクリップボードとの同期がとられ、選択しただけで貼り付けできるようになります
 
 #: ../panel-plugin/settings-dialog.ui.h:4
-msgid bHistory/b
-msgstr b履歴/b
+msgid bBehavior/b
+msgstr b振る舞い/b
 
 #: ../panel-plugin/settings-dialog.ui.h:5
-msgid Actions
-msgstr アクション
+msgid Save on _quit
+msgstr 終了時に保存する(_Q)
 
 #: ../panel-plugin/settings-dialog.ui.h:6
-msgid Activate only on manual copy
-msgstr 手動コピー時のみアクティブにする
+msgid If checked, this option will restore the history on every new Xfce 
session
+msgstr チェックマークをつけると、新しい Xfce セッション開始時に履歴が復元されます
 
 #: ../panel-plugin/settings-dialog.ui.h:7
-msgid Automatically paste a selected item from the history
-msgstr 履歴から選択したアイテムを自動的に貼り付けます
+msgid Store last copied 

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

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 8501ac276ab165b8172f2df3d03f308513f94a09 (commit)
   from f643cd0bed58ef861e4b0f6f96c208e421539695 (commit)

commit 8501ac276ab165b8172f2df3d03f308513f94a09
Author: Nuno Miguel nunom...@gmail.com
Date:   Fri Apr 13 14:15:44 2012 +0200

l10n: Updated Portuguese (pt) translation to 100%

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

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

 po/pt.po |   12 ++--
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index b7d7239..7683272 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -1,20 +1,20 @@
 # European Portguese translation for xfce4-notifyd.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Nuno Miguel nu...@netcabo.pt, 2008.
+# Nuno Miguel nunom...@gmail.com, 2008-2012.
 #
 msgid 
 msgstr 
 Project-Id-Version: xfce4-notifyd\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2011-05-21 16:04+\n
-PO-Revision-Date: 2012-01-17 13:00-\n
-Last-Translator: Sérgio Marques smarque...@gmail.com\n
+PO-Revision-Date: 2012-04-13 13:06+0100\n
+Last-Translator: Nuno Miguel nunom...@gmail.com\n
 Language-Team: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: \n
+Language: pt\n
 X-Poedit-Language: Portuguese\n
 X-Poedit-Country: Portugal\n
 
@@ -50,7 +50,7 @@ msgstr imagem: 
 #: ../xfce4-notifyd-config/main.c:120
 #: ../xfce4-notifyd-config/main.c:227
 msgid notify-send \Notification Preview\ \This is how notifications will 
look like\
-msgstr \Antevisão da notificação\ \A notificação irá ser assim\
+msgstr notify-send \Antevisão da notificação\ \A notificação irá ser 
assim\
 
 #: ../xfce4-notifyd-config/main.c:124
 #: ../xfce4-notifyd-config/main.c:231
@@ -76,7 +76,7 @@ msgstr SOCKET_ID
 #: ../xfce4-notifyd-config/main.c:323
 #, c-format
 msgid Type '%s --help' for usage.
-msgstr Digite \%s --help\ para instruções de utilização
+msgstr Digite \%s --help\ para instruções de utilização.
 
 #: ../xfce4-notifyd-config/main.c:336
 #, c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-wavelan-plugin:master l10n: Updated Japanese (ja) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 2881b225b53ff7c1b5888485c5c3ceac81ffa182 (commit)
   from 50b66a0d2ab28dbbbe854f9fceaf5d7a4737ea7a (commit)

commit 2881b225b53ff7c1b5888485c5c3ceac81ffa182
Author: Masato Hashimoto hash...@xfce.org
Date:   Fri Apr 13 14:21:00 2012 +0200

l10n: Updated Japanese (ja) translation to 100%

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

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

 po/ja.po |   25 -
 1 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/po/ja.po b/po/ja.po
index 1978445..50a14a0 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1,16 +1,17 @@
 # Japanese translations for xfce4-wavelan-plugin package.
-# Copyright (C) 2003-2005 Benedikt Meurer.
+# Copyright (C) 2003-2012 Benedikt Meurer.
 # This file is distributed under the same license as
 #   the xfce4-wavelan-plugin package.
 # Daichi Kawahata dai...@xfce.org, 2006.
 # Nobuhiro Iwamatsu iwama...@nigauri.org, 2008.
+# Masato Hashimoto cabezon.hashim...@gmail.com,2012.
 #
 msgid 
 msgstr 
 Project-Id-Version: xfce4-wavelan-plugin 0.4.3svn\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-09 23:00+0200\n
-PO-Revision-Date: 2008-12-09 16:26+0900\n
+POT-Creation-Date: 2012-04-13 21:18+0900\n
+PO-Revision-Date: 2012-04-13 21:20+0900\n
 Last-Translator: Masato Hashimoto cabezon.hashim...@gmail.com\n
 Language-Team: Japanese xfce-users...@ml.fdiary.net\n
 Language: ja\n
@@ -20,7 +21,7 @@ msgstr 
 
 #: ../panel-plugin/wavelan.c:153
 msgid No carrier signal
-msgstr キャリアシグナルがありません
+msgstr キャリアーシグナルがありません
 
 #: ../panel-plugin/wavelan.c:172
 msgid No device configured
@@ -47,12 +48,8 @@ msgid Autohide when no hardware present
 msgstr ハードウェアがない時は自動的に隠す
 
 #: ../panel-plugin/wavelan.c:589
-msgid 
-Note: This will make it difficult to remove or configure the plugin if there 
-is no device detected.
-msgstr 
-メモ: デバイスが検知されない場合、プラグインを外したり、設定することが難しく
-なります。
+msgid Note: This will make it difficult to remove or configure the plugin if 
there is no device detected.
+msgstr メモ: デバイスが検知されない場合、プラグインを外したり、設定することが難しくなります。
 
 #: ../panel-plugin/wavelan.c:597
 msgid Enable signal quality colors
@@ -60,12 +57,14 @@ msgstr 信号品質色を有効にする
 
 #: ../panel-plugin/wavelan.c:608
 msgid Show icon
-msgstr 
+msgstr アイコンを表示する
 
-#: ../panel-plugin/wavelan.c:671 ../panel-plugin/wavelan.desktop.in.h:2
+#: ../panel-plugin/wavelan.c:671
+#: ../panel-plugin/wavelan.desktop.in.h:2
 msgid View the status of a wireless network
-msgstr 無線ネットワークの状態を表示します。
+msgstr 無線ネットワークの状態を表示します
 
 #: ../panel-plugin/wavelan.desktop.in.h:1
 msgid Wavelan
 msgstr Wavelan
+
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-diskperf-plugin:master l10n: Updated Japanese (ja) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 1d7f0c231374fbd1adf187a56edb39d533a7f619 (commit)
   from 0b00a179f8679d23b47fb09693594228742b6fc8 (commit)

commit 1d7f0c231374fbd1adf187a56edb39d533a7f619
Author: Masato Hashimoto hash...@xfce.org
Date:   Fri Apr 13 14:34:26 2012 +0200

l10n: Updated Japanese (ja) translation to 100%

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

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

 po/ja.po |   38 ++
 1 files changed, 18 insertions(+), 20 deletions(-)

diff --git a/po/ja.po b/po/ja.po
index 63dca34..49db31b 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1,15 +1,15 @@
 # Japanese translations for xfce4-diskperf-plugin package
 # xfce4-diskperf-plugin パッケージに対する英訳.
-# Copyright (C) 2008 THE xfce4-diskperf-plugin'S COPYRIGHT HOLDER
+# Copyright (C) 2008-2012 THE xfce4-diskperf-plugin'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the xfce package.
-# HASHIMOTO Masato cabezon.hashim...@gmail.com, 2008.
+# HASHIMOTO Masato cabezon.hashim...@gmail.com, 2008, 2012.
 #
 msgid 
 msgstr 
 Project-Id-Version: xfce 4-diskperf-plugin 2.1.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-09 17:24+0200\n
-PO-Revision-Date: 2009-10-05 23:02+0900\n
+POT-Creation-Date: 2012-04-13 21:27+0900\n
+PO-Revision-Date: 2012-04-13 21:33+0900\n
 Last-Translator: Masato Hashimoto cabezon.hashim...@gmail.com\n
 Language-Team: Japanese xfce-users...@ml.fdiary.net\n
 Language: ja\n
@@ -56,7 +56,7 @@ msgstr hda1
 
 #: ../panel-plugin/config_gui.c:173
 msgid Monitor
-msgstr モニタ 
+msgstr モニター
 
 #: ../panel-plugin/config_gui.c:178
 msgid I/O transfer
@@ -92,15 +92,14 @@ msgstr 読み込み/書き込みデータを合わせて表示する
 
 #: ../panel-plugin/config_gui.c:228
 msgid Combine Read/Write data into one single monitor?
-msgstr 
-読み込みデータと書き込みデータを合わせて表示する場合はチェックマークをつけて
-ください
+msgstr 読み込みデータと書き込みデータを合わせて表示する場合はチェックマークをつけてください
 
 #: ../panel-plugin/config_gui.c:235
 msgid Bar color 
 msgstr バーの色
 
-#: ../panel-plugin/config_gui.c:250 ../panel-plugin/config_gui.c:316
+#: ../panel-plugin/config_gui.c:250
+#: ../panel-plugin/config_gui.c:316
 #: ../panel-plugin/config_gui.c:325
 msgid Press to change color
 msgstr 色を変える時はここを押してください
@@ -149,7 +148,7 @@ msgstr 
 %s\n
 %s: %s (%d)\n
 \n
-このモニタは正しく動作しないでしょう!\n
+このモニターは正しく動作しないでしょう!\n
 削除してください。
 
 #: ../panel-plugin/main.c:881
@@ -167,7 +166,7 @@ msgstr 
 CONFIG_BLK_STATS を有効にしてビルドされて\n
 いません。\n
 \n
-このモニタは正常に動作しないでしょう!\n
+このモニターは正常に動作しないでしょう!\n
 削除してください。
 
 #: ../panel-plugin/main.c:889
@@ -183,19 +182,18 @@ msgstr 
 このモニタは正常に動作しないでしょう!\n
 削除してください。
 
-#: ../panel-plugin/main.c:908
-msgid 
-Diskperf monitor displays instantaneous disk I/O transfer rates and busy 
-times
-msgstr 
+#: ../panel-plugin/main.c:911
+msgid Diskperf monitor displays instantaneous disk I/O transfer rates and 
busy times
+msgstr Diskperf はディスクの I/O 転送率とビジー時間を表示します
 
-#: ../panel-plugin/main.c:910
+#: ../panel-plugin/main.c:913
 msgid Copyright (c) 2003, 2004 Roger Seguin
-msgstr 
+msgstr Copyright (c) 2003, 2004 Roger Seguin
 
-#: ../panel-plugin/main.c:944 ../panel-plugin/diskperf.desktop.in.h:1
+#: ../panel-plugin/main.c:949
+#: ../panel-plugin/diskperf.desktop.in.h:1
 msgid Disk Performance Monitor
-msgstr ディスクパフォーマンスモニタ
+msgstr ディスクパフォーマンスモニター
 
 #: ../panel-plugin/diskperf.desktop.in.h:2
 msgid Show disk performance
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-places-plugin:master l10n: Updated Japanese (ja) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to ad6906d068ab70116655e2c7a9b6fe0ef7a5524b (commit)
   from 4927897f1529c116d3a1b668d95a5f019901834a (commit)

commit ad6906d068ab70116655e2c7a9b6fe0ef7a5524b
Author: Masato Hashimoto hash...@xfce.org
Date:   Fri Apr 13 14:57:29 2012 +0200

l10n: Updated Japanese (ja) translation to 100%

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

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

 po/ja.po |   47 ---
 1 files changed, 24 insertions(+), 23 deletions(-)

diff --git a/po/ja.po b/po/ja.po
index a4cda06..219bd35 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -5,16 +5,17 @@
 # $Id: ja.po 25420 2007-04-07 09:50:55Z daichi $
 #
 # Japanese translations for Thunar package.
-# Copyright (C) 2004-2007 Benedikt Meurer.
+# Copyright (C) 2004-2012 Benedikt Meurer.
 # This file is distributed under the same license as the Thunar package.
 # Daichi Kawahata dai...@xfce.org, 2005-2007.
 # Nobuhiro Iwamatsu iwama...@nigauri.org, 2008.
+# Masato Hashimoto cabezon.hashim...@gmail.com, 2012.
 #
 # 対訳一覧:
 #
 # bulk一括
 # context menu右クリックメニュー
-# directory   フォルダ
+# directory   フォルダー
 # emblem  シンボル
 #
 # ###
@@ -36,8 +37,8 @@ msgid 
 msgstr 
 Project-Id-Version: \n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-07 00:20+0900\n
-PO-Revision-Date: \n
+POT-Creation-Date: 2012-04-13 21:45+0900\n
+PO-Revision-Date: 2012-04-13 21:56+0900\n
 Last-Translator: Masato Hashimoto cabezon.hashim...@gmail.com\n
 Language-Team: \n
 Language: \n
@@ -47,15 +48,17 @@ msgstr 
 
 #. vim: set ai et tabstop=4:
 #: ../panel-plugin/places.desktop.in.in.h:1
-msgid Access folders, documents, and removable media
-msgstr フォルダ、ドキュメント、およびリムーバブルメディアにアクセスします
-
-#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/cfg.c:63
-#: ../panel-plugin/cfg.c:104 ../panel-plugin/cfg.c:204
+#: ../panel-plugin/cfg.c:63
+#: ../panel-plugin/cfg.c:104
+#: ../panel-plugin/cfg.c:204
 #: ../panel-plugin/cfg.c:310
 msgid Places
 msgstr 場所
 
+#: ../panel-plugin/places.desktop.in.in.h:2
+msgid Access folders, documents, and removable media
+msgstr フォルダー、ドキュメント、およびリムーバブルメディアにアクセスします
+
 #. Trash
 #: ../panel-plugin/model_system.c:154
 msgid Trash
@@ -104,47 +107,44 @@ msgstr マウント解除
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:128
 msgid Unmounting device
-msgstr 
+msgstr デバイスのマウントを解除しています
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:131
 #, c-format
-msgid 
-The device \%s\ is being unmounted by the system. Please do not remove the 
-media or disconnect the drive
-msgstr 
+msgid The device \%s\ is being unmounted by the system. Please do not 
remove the media or disconnect the drive
+msgstr システムはデバイス \%s\ のマウントを解除しています。メディアを取り出したりドライブを切り離したりしないでください。
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:138
 #: ../panel-plugin/model_volumes_notify.c:262
 msgid Writing data to device
-msgstr 
+msgstr デバイスへデータ書き込んでいます
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:141
 #: ../panel-plugin/model_volumes_notify.c:265
 #, c-format
-msgid 
-There is data that needs to be written to the device \%s\ before it can be 
-removed. Please do not remove the media or disconnect the drive
-msgstr 
+msgid There is data that needs to be written to the device \%s\ before it 
can be removed. Please do not remove the media or disconnect the drive
+msgstr デバイス \%s\ 
を取り外す前に書き込まなければならないデータが存在します。メディアを取り出したりドライブを切り離したりしないでください。
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:253
 msgid Ejecting device
-msgstr 
+msgstr デバイスを取り出しています
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:256
 #, c-format
 msgid The device \%s\ is being ejected. This may take some time
-msgstr 
+msgstr デバイス \\\%s\\\ を取り出しています。少々お待ちください。
 
 #: ../panel-plugin/view.c:654
 msgid Search for Files
 msgstr ファイルの検索
 
-#: ../panel-plugin/view.c:707 ../panel-plugin/cfg.c:486
+#: ../panel-plugin/view.c:707
+#: ../panel-plugin/cfg.c:486
 msgid Recent Documents
 msgstr 最近開いたドキュメント
 
@@ -203,7 +203,7 @@ msgstr 最近開いたドキュメントを表示する(_D)
 #. RECENT DOCUMENTS: Show clear option
 #: ../panel-plugin/cfg.c:490
 msgid Show cl_ear option
-msgstr クリアオプションを表示する(_E)
+msgstr クリアーオプションを表示する(_E)
 
 #: ../panel-plugin/cfg.c:505
 msgid _Number to display
@@ -224,3 +224,4 @@ msgstr 開く
 #: ../panel-plugin/support.c:174
 msgid Open Terminal Here
 msgstr ターミナルで開く
+
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-places-plugin:master Updates for 1.3.0

2012-04-13 Thread Andrzej
Updating branch refs/heads/master
 to 939fb714339a9aa1259c29211a0baaf1a3eb3bb4 (commit)
   from ad6906d068ab70116655e2c7a9b6fe0ef7a5524b (commit)

commit 939fb714339a9aa1259c29211a0baaf1a3eb3bb4
Author: Andrzej ndrwr...@gmail.com
Date:   Fri Apr 13 22:12:05 2012 +0900

Updates for 1.3.0

 NEWS|   15 +++
 configure.in.in |2 +-
 2 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 5a4ccab..953140d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+2012-04-13
+
+xfce4-places-plugin v1.3.0 released
+
+ * Updated translations
+ * Ported to exo-1 (Bug #5754)
+ * Ported to libxfce4ui (Bug #7317)
+ * Ported to gio (Bug #6663)
+ * Use 4.10 features when available (Bug #8616)
+ * Added missing -lx11 flag (Bug #3295)
+ * Updated to xfce4-dev-tools 4.7.0
+ * Compilation warning fixes
+ * Added .gitignore
+ * Added module.xml
+
 2009-07-31
 

 xfce4-places-plugin v1.2.0 released
diff --git a/configure.in.in b/configure.in.in
index 8dc4953..8968075 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -1,7 +1,7 @@
 dnl xfce4-places-plugin
 
 dnl version info
-m4_define([places_version], [1.2.0])
+m4_define([places_version], [1.3.0])
 
 dnl initialize autoconf
 AC_COPYRIGHT([Copyright (c) 2007-2009 Diego Ongaro ongar...@gmail.com])
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-places-plugin|1.3.0 Creating annotated tag 1.3.0

2012-04-13 Thread Andrzej
Updating annotated tag refs/tags/1.3.0
 as new annotated tag
 to 21730c2bf257ed751309a0170fbb38c3ecb0282e (tag)
   succeeds 1.2.0-78-gad6906d
  tagged by Andrzej ndrwr...@gmail.com
 on 2012-04-13 15:19 +0200

Andrzej (1):
  Updates for 1.3.0

___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to dd229d13b4da667a220e695539b4d690137dbe74 (commit)
   from 4df2193ad42ca3f4f0e0293b1e5d59315e48ff3e (commit)

commit dd229d13b4da667a220e695539b4d690137dbe74
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 15:21:04 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 88b5579..831eea3 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -831,7 +831,7 @@ msgstr 기본 프로그램
 
 #: ../exo-helper/exo-helper-chooser-dialog.c:103
 msgid Select default applications for various services
-msgstr 다양한 서비스를 위해 기본 프로그램을 선택합니다
+msgstr 다양한 서비스에 대한 기본 프로그램을 선택합니다
 
 #. Internet
 #. 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfdesktop:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to d5e5008bff20789365a16e0fe59087e0225c71bb (commit)
   from c508d8f657724d336a6023150256109a27d3514c (commit)

commit d5e5008bff20789365a16e0fe59087e0225c71bb
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 15:28:45 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index b7320f0..16c22aa 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -198,7 +198,7 @@ msgstr 목록에서 임의의 그림을 자동으로 고르기
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:8
 msgid B_rightness:
-msgstr 밝기 조절(_R):
+msgstr 밝기(_R):
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:9
 #: ../settings/xfdesktop-settings-ui.glade.h:8
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfdesktop:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 4fa646c306b0daa365e8651ae8628fc27f8e2597 (commit)
   from d5e5008bff20789365a16e0fe59087e0225c71bb (commit)

commit 4fa646c306b0daa365e8651ae8628fc27f8e2597
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 15:30:57 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 16c22aa..1cc55f6 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -452,7 +452,7 @@ msgstr 리스트에 작업공간 이름 표시(_N)
 
 #: ../settings/xfdesktop-settings-ui.glade.h:34
 msgid Single _click to activate items
-msgstr 한번 눌러서 아이템 활성화(_C)
+msgstr 한 번 눌러서 아이템 활성화(_C)
 
 #: ../settings/xfdesktop-settings-ui.glade.h:36
 msgid Specify the transparency level for the rounded label drawn behind the 
icon text
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfdesktop:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 560c1c995cd834af6714c61630ece869d4b8d4bf (commit)
   from 4fa646c306b0daa365e8651ae8628fc27f8e2597 (commit)

commit 560c1c995cd834af6714c61630ece869d4b8d4bf
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 15:33:40 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 1cc55f6..5c019db 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -165,7 +165,7 @@ msgstr 데스크톱
 
 #: ../settings/xfce-backdrop-settings.desktop.in.h:2
 msgid Set desktop background and menu and icon behaviour
-msgstr 데스크톱 배경화면과 메뉴 그리고 아이콘 동작 설정
+msgstr 데스크톱 바탕 화면과 메뉴 그리고 아이콘 동작을 설정합니다
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:1
 msgid bAdjustments/b
@@ -416,7 +416,7 @@ msgstr 자동으로 만들어지는 섬네일 아이콘으로 데스크톱에
 
 #: ../settings/xfdesktop-settings-ui.glade.h:25
 msgid Set desktop background and menu and icon behavior
-msgstr 데스크톱 배경화면과 메뉴 그리고 아이콘 동작을 설정합니다
+msgstr 데스크톱 바탕 화면과 메뉴 그리고 아이콘 동작을 설정합니다
 
 #: ../settings/xfdesktop-settings-ui.glade.h:26
 msgid Sh_ow application icons in menu
@@ -468,7 +468,7 @@ msgstr 사용자정의 글꼴 크기 사용(_F):
 
 #: ../settings/xfdesktop-settings-ui.glade.h:44
 msgid _Background
-msgstr 배경화면(_B)
+msgstr 바탕 화면(_B)
 
 #: ../settings/xfdesktop-settings-ui.glade.h:45
 msgid _Button:
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfwm4:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to a2a4903ddb4b1c6b574ea1b85db7cd00591acf18 (commit)
   from f490b395a69d1a31f9b5a9d21e0e9c2a886ee6d1 (commit)

commit a2a4903ddb4b1c6b574ea1b85db7cd00591acf18
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 15:34:39 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index ada7fc5..ed582a1 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -669,7 +669,7 @@ msgid At the _center of the screen
 msgstr 화면 한 가운데(_C)
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:9
-msgid Automatically _tile windows when moving toward the screen edge
+msgid Automaticaly _tile windows when moving toward the screen edge
 msgstr 화면 모서리로 창을 옮길 때 자동으로 타일 배치(_T)
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:10
@@ -864,11 +864,11 @@ msgstr %s (%s 에서)
 
 #: ../src/main.c:540
 msgid Fork to the background
-msgstr 배경화면으로 쪼개기
+msgstr 바탕 화면으로 쪼개기
 
 #: ../src/main.c:542
 msgid Fork to the background (not supported)
-msgstr 배경화면으로 쪼개기 (지원하지 않음)
+msgstr 바탕 화면으로 쪼개기 (지원하지 않음)
 
 #: ../src/main.c:545
 msgid Set the compositor mode
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 956fae78aa1cc5d8f739a25ddeb0228e17615a8c (commit)
   from b8b194f8f709845166e8387439961a95b2a986a6 (commit)

commit 956fae78aa1cc5d8f739a25ddeb0228e17615a8c
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 15:36:05 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 1347964..edfc4d7 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -162,7 +162,7 @@ msgstr 전체 화면 나가기
 
 #: ../src/main_window.c:368
 msgid _Set as Wallpaper
-msgstr 배경화면으로 설정(_S)
+msgstr 바탕 화면으로 설정(_S)
 
 #. Zoom submenu
 #: ../src/main_window.c:370
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:ristretto-0.3 l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/ristretto-0.3
 to e256e206231eb47298bc60a216312fe300b8a0f2 (commit)
   from 69ba5212a4d8190c64184cf5c956c879fb49 (commit)

commit e256e206231eb47298bc60a216312fe300b8a0f2
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 15:36:48 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 55e9058..fb6f133 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -149,7 +149,7 @@ msgstr 전체 화면 나가기(_L)
 
 #: ../src/main_window.c:335
 msgid _Set as Wallpaper
-msgstr 배경화면으로 설정(_S)
+msgstr 바탕 화면으로 설정(_S)
 
 #. Zoom submenu
 #: ../src/main_window.c:337
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfdesktop:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to d87acfc5a6d8f76657e63ee96574c453105c3e48 (commit)
   from 560c1c995cd834af6714c61630ece869d4b8d4bf (commit)

commit d87acfc5a6d8f76657e63ee96574c453105c3e48
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 15:38:12 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 5c019db..63668db 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -468,7 +468,7 @@ msgstr 사용자정의 글꼴 크기 사용(_F):
 
 #: ../settings/xfdesktop-settings-ui.glade.h:44
 msgid _Background
-msgstr 바탕 화면(_B)
+msgstr 배경(_B)
 
 #: ../settings/xfdesktop-settings-ui.glade.h:45
 msgid _Button:
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-session:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 3fe1ae87ccc5afbca890c529c2f8d991338d45f2 (commit)
   from 49f07f7141029d444da5d99414755b368b95bf1c (commit)

commit 3fe1ae87ccc5afbca890c529c2f8d991338d45f2
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 15:38:51 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index c7f24ae..d2131cb 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -105,7 +105,7 @@ msgstr 색상
 
 #: ../engines/simple/simple.c:375
 msgid Background color:
-msgstr 배경화면 색:
+msgstr 배경 색:
 
 #: ../engines/simple/simple.c:388
 msgid Text color:
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-wmdock-plugin:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to f229b0fd1abe8a1d2d571f466335e658e90cab9d (commit)
   from 7d72517d7bb0e503149405b336bd947a3e792570 (commit)

commit f229b0fd1abe8a1d2d571f466335e658e90cab9d
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 15:40:19 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index cb6c655..4a2c42f 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -8,7 +8,7 @@ msgstr 
 Project-Id-Version: xfce4-wmdock-plugin.master\n
 Report-Msgid-Bugs-To: xfce4-users-kr-i18n 
xfce4-users-kr-i...@lists.sourceforge.net\n
 POT-Creation-Date: 2009-01-26 20:22+0100\n
-PO-Revision-Date: 2012-02-21 04:27+0900\n
+PO-Revision-Date: 2012-02-21 14:44+0900\n
 Last-Translator: Seong-ho, Cho darkcircle.0...@gmail.com\n
 Language-Team: xfce4-users-kr-i18n 
xfce4-users-kr-i...@lists.sourceforge.net\n
 MIME-Version: 1.0\n
@@ -59,7 +59,7 @@ msgstr 셸 명령:
 
 #: panel-plugin/wmdock.c:1236
 msgid Display tile in the background.
-msgstr 배경화면에 타일을 보입니다.
+msgstr 배경에 타일을 보입니다.
 
 #: panel-plugin/wmdock.c:1237
 msgid 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 45f837cb149a64e49fe32ab8d51be85684fcf3db (commit)
   from 4266cd6db4af5b0dbb831c4a26cd2d702411fbb4 (commit)

commit 45f837cb149a64e49fe32ab8d51be85684fcf3db
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 15:49:39 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 753da29..0ae2bd4 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1367,7 +1367,7 @@ msgstr 새로운 빈 항목 추가
 
 #: ../plugins/launcher/launcher-dialog.glade.h:4
 msgid Add one or more existing items to the launcher
-msgstr 하나 이상의 존재하는 아이템을 실행 아이콘에 추가
+msgstr 하나 이상의 존재하는 항목을 실행 아이콘에 추가
 
 #: ../plugins/launcher/launcher-dialog.glade.h:5
 msgid Advanced
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfdesktop:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 1e3ce27a9f52c72633f8600432d8f91d72a11435 (commit)
   from d87acfc5a6d8f76657e63ee96574c453105c3e48 (commit)

commit 1e3ce27a9f52c72633f8600432d8f91d72a11435
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 15:50:34 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 63668db..cfb1a38 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -452,7 +452,7 @@ msgstr 리스트에 작업공간 이름 표시(_N)
 
 #: ../settings/xfdesktop-settings-ui.glade.h:34
 msgid Single _click to activate items
-msgstr 한 번 눌러서 아이템 활성화(_C)
+msgstr 한 번 눌러서 항목 활성화(_C)
 
 #: ../settings/xfdesktop-settings-ui.glade.h:36
 msgid Specify the transparency level for the rounded label drawn behind the 
icon text
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-session:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to d250fe292b417ec83b932048f1c8945194ede5c8 (commit)
   from 3fe1ae87ccc5afbca890c529c2f8d991338d45f2 (commit)

commit d250fe292b417ec83b932048f1c8945194ede5c8
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 16:14:39 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index d2131cb..083498e 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -344,7 +344,7 @@ msgstr %s을(를) 기록하기 위해 열지 못 했습니다.
 
 #: ../settings/xfae-window.c:102
 msgid Below is the list of applications that will be started automatically 
when you login to your Xfce desktop, in addition to the applications that were 
saved when you logged out last time. Cursive applications belong to another 
desktop environment, but you can still enable them if you want.
-msgstr 다음은 Xfce 데스크톱에 로그인할 때 자동으로 시작하는 프로그램의 리스트이며, 마지막으로 로그아웃할 때 저장하는 프로그램의 
리스트입니다. 필기체로 표시한 프로그램은 다른 데스크톱 환경의 것이지만, 원한다면 여전히 활성화 할 수 있습니다.
+msgstr 다음은 Xfce 데스크톱에 로그인할 때 자동으로 시작하는 프로그램의 목록이며, 마지막으로 로그아웃할 때 저장하는 프로그램의 
목록입니다. 필기체로 표시한 프로그램은 다른 데스크톱 환경의 것이지만, 원한다면 여전히 활성화 할 수 있습니다.
 
 #: ../settings/xfae-window.c:293
 #, c-format
@@ -766,7 +766,7 @@ msgstr Xfce 데스크톱의 로그아웃
 #: ../settings/xfce-session-settings.desktop.in.h:1
 #: ../settings/xfce4-session-settings.glade.h:15
 msgid Customize desktop startup and splash screen
-msgstr 데스크톱 시동과 시작 화면 사용자 정의
+msgstr 데스크톱 시동과 시작 화면을 설정합니다
 
 #: ../settings/xfce-session-settings.desktop.in.h:2
 #: ../settings/xfce4-session-settings.glade.h:30
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to d0dc2abf77c6a1439e871ac2880c95423411f2df (commit)
   from 4e8e4fd3081aa605da38af40b748dc5661198599 (commit)

commit d0dc2abf77c6a1439e871ac2880c95423411f2df
Author: Nuno Miguel nunom...@gmail.com
Date:   Fri Apr 13 16:46:39 2012 +0200

l10n: Updated Portuguese (pt) translation to 100%

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

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

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

diff --git a/po/pt.po b/po/pt.po
index f58f844..9e2cf91 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -1,20 +1,20 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Nuno Miguel nu...@netcabo.pt, 2008, 2009.
+# Nuno Miguel nunom...@gmail.com, 2008-2012.
 #
 msgid 
 msgstr 
 Project-Id-Version: xfce4-power-manager\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2011-12-14 09:03+\n
-PO-Revision-Date: 2012-01-17 13:12-\n
-Last-Translator: Sérgio Marques smarque...@gmail.com\n
+PO-Revision-Date: 2012-04-13 15:34+0100\n
+Last-Translator: Nuno Miguel nunom...@gmail.com\n
 Language-Team: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: \n
+Language: pt\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 X-Poedit-Language: Portuguese\n
 X-Poedit-Country: PORTUGAL\n
@@ -328,7 +328,7 @@ msgstr ID de \SOCKET\
 #: ../src/xfpm-power-info.c:948
 #, c-format
 msgid Type '%s --help' for usage.
-msgstr Digite \%s --help\ para instruções de utilização
+msgstr Digite \%s --help\ para instruções de utilização.
 
 #: ../settings/xfpm-settings-main.c:123
 msgid Failed to load power manager configuration, using defaults
@@ -370,7 +370,7 @@ msgstr Definições para a gestão de energia Xfce
 
 #: ../common/xfpm-common.c:155
 msgid translator-credits
-msgstr Nuno Miguel nu...@netcabo.pt
+msgstr Nuno Miguel nunom...@gmail.com
 
 #: ../src/xfpm-power.c:330
 msgid An application is currently disabling the automatic sleep, doing this 
action now may damage the working state of this application, are you sure you 
want to hibernate the system?
@@ -586,7 +586,7 @@ msgid 
 %s until is fully charged.
 msgstr 
 %s (%i%%)\n
-%s para estar integralmente carregada
+%s para estar totalmente carregada.
 
 #: ../src/xfpm-battery.c:230
 #: ../src/xfpm-battery.c:266
@@ -648,7 +648,7 @@ msgid 
 msgstr 
 %s\n
 A sua %s está a carregar (%i%%)\n
-%s até estar totalmente carregada
+%s até estar totalmente carregada.
 
 #: ../src/xfpm-battery.c:444
 #, c-format
@@ -657,7 +657,7 @@ msgid 
 Your %s is charging (%i%%).
 msgstr 
 %s\n
-A sua %s está a carregar (%i%%)
+A sua %s está a carregar (%i%%).
 
 #: ../src/xfpm-battery.c:455
 #, c-format
@@ -668,7 +668,7 @@ msgid 
 msgstr 
 %s\n
 A sua %s está a descarregar (%i%%)\n
-A duração estimada é de %s
+A duração estimada é de %s.
 
 #: ../src/xfpm-battery.c:464
 #, c-format
@@ -677,7 +677,7 @@ msgid 
 Your %s is discharging (%i%%).
 msgstr 
 %s\n
-A sua %s está a descarregar (%i%%)
+A sua %s está a descarregar (%i%%).
 
 #: ../src/xfpm-battery.c:473
 #, c-format
@@ -686,7 +686,7 @@ msgid 
 %s waiting to discharge (%i%%).
 msgstr 
 %s\n
-%s à espera para descarga (%i%%)
+%s à espera para descarga (%i%%).
 
 #: ../src/xfpm-battery.c:477
 #, c-format
@@ -695,7 +695,7 @@ msgid 
 %s waiting to charge (%i%%).
 msgstr 
 %s\n
-%s à espera para carga (%i%%)
+%s à espera para carga (%i%%).
 
 #: ../src/xfpm-battery.c:481
 #, c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-appfinder:master l10n: Updated French (fr) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 6f6469b0b5f61f13d2e77c70a980113f919aac9b (commit)
   from 822d1d680e3cead8f89106fd4c8237b69c550cd2 (commit)

commit 6f6469b0b5f61f13d2e77c70a980113f919aac9b
Author: Iliyas Jorio inv.jo...@gmail.com
Date:   Fri Apr 13 16:52:19 2012 +0200

l10n: Updated French (fr) translation to 100%

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

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

 po/fr.po |  126 --
 1 files changed, 57 insertions(+), 69 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 677baf7..b31bf1b 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -2,19 +2,19 @@
 # Copyright (C) 2004-2008 The Xfce development team.
 # This file is distributed under the same license as the xfce4-appfinder 
package.
 # Collet Etienne xanax...@gmail.com, 2005.
-# 
+#
 msgid 
 msgstr 
 Project-Id-Version: xfce4-appfinder 4.6 RC1\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-03-01 13:48+\n
-PO-Revision-Date: 2009-11-30 20:40+0100\n
-Last-Translator: Jérôme Guelfucci jero...@xfce.org\n
+POT-Creation-Date: 2012-04-13 13:09+\n
+PO-Revision-Date: 2012-04-13 16:51+0100\n
+Last-Translator: Iliyas Jorio inv.jo...@gmail.com\n
 Language-Team: French xfce-i...@xfce.org\n
+Language: fr\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: fr\n
 Plural-Forms: nplurals=2; plural=(n  1);\n
 
 #: ../src/appfinder-category-model.c:146
@@ -55,72 +55,69 @@ msgstr _Effacer
 
 #: ../src/appfinder-preferences.c:222
 msgid This will permanently clear the custom command history.
-msgstr Ceci va effacer l'historique des commandes de manière permanente.
+msgstr Ceci effacera l'historique des commandes de manière permanente.
 
 #: ../src/appfinder-preferences.c:223
 msgid Are you sure you want to clear the command history?
-msgstr Êtes-vous sûr de vouloir effacer l'historique des commandes ?
+msgstr Voulez-vous vraiment effacer l'historique des commandes ?
 
 #: ../src/appfinder-preferences.c:333
 msgid The custom action will be deleted permanently.
-msgstr Ceci va supprimer l'action personnalisée de manière permanente.
+msgstr Ceci supprimera l'action personnalisée de manière permanente.
 
 #: ../src/appfinder-preferences.c:334
 #, c-format
 msgid Are you sure you want to delete pattern \%s\?
-msgstr Êtes-vous sûr de vouloir supprimer le motif « %s » ?
+msgstr Voulez-vous vraiment supprimer le motif « %s » ?
 
-#: ../src/appfinder-window.c:216 ../src/main.c:446
+#: ../src/appfinder-window.c:219
+#: ../src/main.c:446
 #: ../src/appfinder-preferences.glade.h:4
 #: ../data/xfce4-appfinder.desktop.in.h:1
 msgid Application Finder
 msgstr Liste des applications
 
-#: ../src/appfinder-window.c:268
+#: ../src/appfinder-window.c:271
 msgid Toggle view mode
-msgstr Changer le mode de vue
+msgstr Basculer le mode compact
+
+#: ../src/appfinder-window.c:363
+msgid La_unch
+msgstr _Lancer
 
-#: ../src/appfinder-window.c:763
+#: ../src/appfinder-window.c:798
 msgid Failed to launch desktop item editor
 msgstr Échec du lancement de l'éditeur d'élément de bureau
 
-#: ../src/appfinder-window.c:789
-msgid 
-This will permanently remove the custom desktop file from your home 
-directory.
-msgstr 
-Cela va effacer définitivement le fichier .desktop personnalisé de votre 
-dossier personnel.
+#: ../src/appfinder-window.c:824
+msgid This will permanently remove the custom desktop file from your home 
directory.
+msgstr Ceci effacera définitivement le fichier .desktop personnalisé de votre 
dossier personnel.
 
-#: ../src/appfinder-window.c:790
+#: ../src/appfinder-window.c:825
 #, c-format
 msgid Are you sure you want to revert \%s\?
-msgstr Êtes-vous sûr de vouloir annuler les modifications dans « %s » ?
+msgstr Voulez-vous vraiment annuler les modifications dans « %s » ?
 
-#: ../src/appfinder-window.c:800
+#: ../src/appfinder-window.c:835
 msgid Failed to remove desktop file
 msgstr Échec de la suppression du fichier .desktop
 
 #. I18N: the first %s will be replace with users' applications directory, the
 #. * second with Hidden=true
-#: ../src/appfinder-window.c:833
+#: ../src/appfinder-window.c:868
 #, c-format
-msgid 
-To unhide the item you have to manually remove the desktop file from \%s\ 
-or open the file in the same directory and remove the line \%s\.
-msgstr 
-Pour faire réapparaître l'élément, vous devez supprimer manuellement le 
-fichier .desktop de \%s\ ou ouvrir le fichier dans le même dossier et 
-supprimer la ligne \%s\.
+msgid To unhide the item you have to manually remove the desktop file from 
\%s\ or open the file in the same directory and remove the line \%s\.
+msgstr Pour faire réapparaître l'élément, vous devez supprimer manuellement 
le fichier .desktop de \%s\ ou ouvrir le fichier dans le même dossier et 
supprimer la ligne \%s\.
 
-#: ../src/appfinder-window.c:838 ../src/appfinder-window.c:923
+#: 

[Xfce4-commits] xfce4-appfinder:master l10n: Updated Polish (pl) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 21d7348bd2fb5d9b882a49254f62495fc72dac3f (commit)
   from 6f6469b0b5f61f13d2e77c70a980113f919aac9b (commit)

commit 21d7348bd2fb5d9b882a49254f62495fc72dac3f
Author: Piotr Sokół pso...@jabster.pl
Date:   Fri Apr 13 16:57:17 2012 +0200

l10n: Updated Polish (pl) translation to 100%

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

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

 po/pl.po |   44 ++--
 1 files changed, 26 insertions(+), 18 deletions(-)

diff --git a/po/pl.po b/po/pl.po
index c04389b..6c8012b 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -3,21 +3,22 @@
 # This file is distributed under the same license as the xfce4-apfinder 
package.
 # Marek Piechut m...@o2.pl, 2005.
 # Piotr Maliński riklau...@gmail.com, 2006.
-# Piotr Sokół pso...@jabster.pl, 2009, 2010, 2011.
-# 
+# Piotr Sokół pso...@jabster.pl, 2009, 2010, 2011, 2012.
+#
 msgid 
 msgstr 
 Project-Id-Version: xfce4-appfinder\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-08 18:09+\n
-PO-Revision-Date: 2011-11-22 17:03+0100\n
+POT-Creation-Date: 2012-04-12 08:24+\n
+PO-Revision-Date: 2012-04-13 16:49+0200\n
 Last-Translator: Piotr Sokół pso...@jabster.pl\n
 Language-Team: polski \n
+Language: pl\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bits\n
-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
+Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10=2  n%10=4  (n
+%10010 || n%100=20)) ? 1 : 2));\n
 
 #: ../src/appfinder-category-model.c:146
 msgid All Applications
@@ -83,28 +84,27 @@ msgid Toggle view mode
 msgstr Przełącza tryb wyświetlania
 
 #: ../src/appfinder-window.c:363
-#, fuzzy
 msgid La_unch
-msgstr Uruchom
+msgstr _Uruchom
 
 #: ../src/appfinder-window.c:798
 msgid Failed to launch desktop item editor
-msgstr Błąd uruchomienia edytora ikon pulpitu
+msgstr Nie udało się uruchomić edytora aktywatorów
 
 #: ../src/appfinder-window.c:824
 msgid 
 This will permanently remove the custom desktop file from your home 
 directory.
-msgstr Opcja usunienie trwale plik ustawień pulpitu z twojego katalogu 
domowego.
+msgstr Plik aktywatora zostanie trwale usunięty z katalogu użytkownika.
 
 #: ../src/appfinder-window.c:825
 #, c-format
 msgid Are you sure you want to revert \%s\?
-msgstr Czy chcesz przywrócić \%s\?
+msgstr Przywrócić „%s”?
 
 #: ../src/appfinder-window.c:835
 msgid Failed to remove desktop file
-msgstr Nie udało się usunąć pliku desktop
+msgstr Nie udało się usunąć pliku aktywatora
 
 #. I18N: the first %s will be replace with users' applications directory, the
 #. * second with Hidden=true
@@ -113,7 +113,9 @@ msgstr Nie udało się usunąć pliku desktop
 msgid 
 To unhide the item you have to manually remove the desktop file from \%s\ 
 or open the file in the same directory and remove the line \%s\.
-msgstr W celu pokazania obiektu, trzeba ręcznie usunąć plik pulptu z \%s\ 
lub otworzyć plik w tym samym katalog i usunąć linię \%s\.
+msgstr 
+Aby ponownie wyświetlić element, należy usunąć plik odpowiedni aktywatora z 
+położenia „%s” lub usunąć z niego wiersz „%s”.
 
 #: ../src/appfinder-window.c:873 ../src/appfinder-window.c:958
 msgid _Hide
@@ -189,7 +191,7 @@ msgstr _Wyczyść historię poleceń
 
 #: ../src/appfinder-preferences.glade.h:7
 msgid Categ_ory icon size:
-msgstr Kategoria rozmiaru ikon:
+msgstr Rozmiar ikon _kategorii:
 
 #: ../src/appfinder-preferences.glade.h:8
 msgid Center the window on startup.
@@ -213,14 +215,20 @@ msgid 
 If the type is set to prefix, %s will be replaced with the string after the 
 pattern, %S with the complete entry text. For regular expressions you can 
 use \\0 and \\num.
-msgstr Jeżeli typ jest ustawiony na prefix, %s będzie zastąpiony przez znak 
po wzorze, %S z pełnym wpisem tekstowym. Dla wyrażeń regularnych można użyć \\0 
i \\numer.
+msgstr 
+Wprowadza polecenie czynności. Jeśli typ ustawiono na prefiks, parametr %s 
+zostanie zastąpiony ciągiem wprowadzonym po wzorze, a parametr %S całym 
+ciągiem wraz ze wzorem. Dla wyrażeń regularnych można użyć \\0 i \\numer.
 
 #: ../src/appfinder-preferences.glade.h:14
 msgid 
 Instead of quitting the application when the last window is closed, keep a 
 running instance to speed up opening new windows. You might want to disable 
 this to reduce memory usage.
-msgstr Zamiast wychodzi z aplikacji, po zamknięci ostatniego okna, utrzymuj 
aplikację uruchomioną, w celu przyspieszenia otwierania nowych okien. Można to 
wyłączyć, w cemu zmniejszenia zużycia pamięci.
+msgstr 
+Utrzymuje program uruchomiony w tle po zamknięciu okna, aby zwiększyć 
+prędkość otwierania nowych okien. Wyłączenie nieznacznie zmniejszy zużycie 
+pamięci.
 
 #: ../src/appfinder-preferences.glade.h:15
 msgid Ite_m icon size:
@@ -252,7 +260,7 @@ msgstr Wzór
 
 #: ../src/appfinder-preferences.glade.h:22
 msgid Prefix

[Xfce4-commits] terminal:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to f5407a7281e32f43b725467f9858c1bb5142a37a (commit)
   from ffa4fa3ba22d28e01f189b9f8eaaec4274625157 (commit)

commit f5407a7281e32f43b725467f9858c1bb5142a37a
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 17:03:59 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index f185229..f418f8a 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -480,7 +480,7 @@ msgstr 터미널에 모질라 URL를 넘길 수 없음: 잘못된 포맷 (%d) 
 #: ../terminal/terminal-widget.c:532
 #, c-format
 msgid Unable to drop URI list on terminal: Wrong format (%d) or length (%d)\n
-msgstr 터미널에 URI 리스트를 넘길 수 없음: 잘못된 포맷 (%d) 또는 길이 (%d)\n
+msgstr 터미널에 URI 목록을 넘길 수 없음: 잘못된 포맷 (%d) 또는 길이 (%d)\n
 
 #: ../terminal/terminal-widget.c:577
 #, c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfdesktop:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 8522907eb2a468e0e5e0ae0cf9a877a24d56 (commit)
   from 1e3ce27a9f52c72633f8600432d8f91d72a11435 (commit)

commit 8522907eb2a468e0e5e0ae0cf9a877a24d56
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 17:05:42 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index cfb1a38..a914a21 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -448,7 +448,7 @@ msgstr 섬네일 표시(_H)
 
 #: ../settings/xfdesktop-settings-ui.glade.h:33
 msgid Show workspace _names in list
-msgstr 리스트에 작업공간 이름 표시(_N)
+msgstr 목록에 작업공간 이름 표시(_N)
 
 #: ../settings/xfdesktop-settings-ui.glade.h:34
 msgid Single _click to activate items
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] orage:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 229d2406d5ff5ca7cb27074f6f5e84f7f3802b09 (commit)
   from ce9df777a64610e9e456f9817d650cf9788b5b3a (commit)

commit 229d2406d5ff5ca7cb27074f6f5e84f7f3802b09
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 17:04:40 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index ee8bdf1..854555a 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -808,7 +808,7 @@ msgstr 분류
 
 #: ../src/appointment.c:2782
 msgid This is special category, which can be used to color this appointment 
in list views.
-msgstr 특별한 분류항목이기 때문에, 리스트에 있는 약속을 표시하는 데 사용합니다.
+msgstr 특별한 분류항목이기 때문에, 목록에 있는 약속을 표시하는 데 사용합니다.
 
 #: ../src/appointment.c:2787
 msgid update colors for categories.
@@ -1933,7 +1933,7 @@ msgstr 이벤트 창에 보여줄 날짜 수
 
 #: ../src/parameters.c:666
 msgid 0 = do not show event list at all
-msgstr 0 = 모든 이벤트 리스트를 보이지 않습니다
+msgstr 0 = 모든 이벤트 목록을 보이지 않습니다
 
 #: ../src/parameters.c:676
 msgid Show on all desktops
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfburn:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 098863864b38bafc7262e35ff4d686df1d6cb9e3 (commit)
   from 22dd07f9463d91f50e770a62a92ac91ad2682233 (commit)

commit 098863864b38bafc7262e35ff4d686df1d6cb9e3
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 17:07:20 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |  113 --
 1 files changed, 0 insertions(+), 113 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index ce91824..c246e38 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1387,116 +1387,3 @@ msgstr 이미지 기록하기 (xfburn)
 msgid CD and DVD burning application
 msgstr CD/DVD 기록 프로그램
 
-#, fuzzy
-#~ msgid The write mode is not currently supported
-#~ msgstr 현재로서는 기록모드를 지원하지 않습니다.
-
-#~ msgid Data composition
-#~ msgstr 데이터 구성
-
-#~ msgid Unable to create disc object
-#~ msgstr 디스크를 작성하지 못 햇습니다.
-
-#~ msgid Cannot attach source object to track object
-#~ msgstr 트랙에 추가하지 못 했습니다.
-
-#~ msgid Format DVD+RW
-#~ msgstr DVD-RW를 포맷합니다.
-
-#~ msgid _Format
-#~ msgstr 포맷(_F)
-
-#, fuzzy
-#~ msgid Closed disc with data detected. Need blank or appendable media
-#~ msgstr 세션이 닫혀 있군요. 새로운 미디어나 추가 가능한 미디어를 주시지요.
-
-#~ msgid No media detected in drive
-#~ msgstr 드라이브에 미디어가 없군요
-
-#, fuzzy
-#~ msgid Could not create burn_source from %s!
-#~ msgstr ISO 구조를 생성하지 못 했습니다.
-
-#, fuzzy
-#~ msgid Could not add source to track %s!
-#~ msgstr ISO 구조를 생성하지 못 했습니다.
-
-#~ msgid Import
-#~ msgstr 가져오기
-
-#~ msgid Import existing session
-#~ msgstr 기존 세션을 가져옵니다.
-
-#~ msgid Copy Audio CD
-#~ msgstr 음악CD를 복사
-
-#~ msgid Create a new composition
-#~ msgstr 구성내용을 새로 작성
-
-#~ msgid Copy DVD
-#~ msgstr DVD 복사
-
-#, fuzzy
-#~ msgid Action group
-#~ msgstr 동작(_A)
-
-#, fuzzy
-#~ msgid Format Fast
-#~ msgstr 포맷(_F)
-
-#, fuzzy
-#~ msgid Format Complete
-#~ msgstr 완료
-
-#, fuzzy
-#~ msgid Deformat Complete
-#~ msgstr 완료
-
-#~ msgid Fast
-#~ msgstr 빠르게
-
-#~ msgid Cannot recognize drive and media state
-#~ msgstr 드라이브와 미디어의 상태를 인식 못 했습니다.
-
-#~ msgid Burn CD image
-#~ msgstr CD 이미지를 기록
-
-#, fuzzy
-#~ msgid Initializing
-#~ msgstr 초기화하고 있습니다...
-
-#~ msgid Show speed selection list and refresh button
-#~ msgstr 속도 선택 리스트와 갱신버튼 표시
-
-#~ msgid Reopen last session
-#~ msgstr 마지막 세션을 다시 열어봅니다.
-
-#~ msgid Erase last session
-#~ msgstr 마지막 세션을 지웁니다.
-
-#~ msgid _Force
-#~ msgstr 강제(_F)
-
-#~ msgid Blanking...
-#~ msgstr 지우고 있습니다...
-
-#~ msgid Performing OPC...
-#~ msgstr OPC를 진행하고 있습니다...
-
-#~ msgid Finishing
-#~ msgstr 정리하고 있습니다.
-
-#~ msgid Burn data composition
-#~ msgstr 데이터 구성을 기록
-
-#~ msgid Create ISO from composition
-#~ msgstr 구성내용으로부터 ISO 작성
-
-#~ msgid Id
-#~ msgstr Id
-
-#~ msgid View _output
-#~ msgstr 출력 표시(_o)
-
-#~ msgid Operation finished
-#~ msgstr 작업이 끝났습니다.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] squeeze:squeeze-0.2 l10n: initial commit for Korean translation.

2012-04-13 Thread Transifex
Updating branch refs/heads/squeeze-0.2
 to c468f55da69310a39e40045a6d3ece224fed2631 (commit)
   from e1a5717e9fe92532dd230d14e134053015e2af2d (commit)

commit c468f55da69310a39e40045a6d3ece224fed2631
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 17:13:47 2012 +0200

l10n: initial commit for Korean translation.

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

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

 po/{es.po = ko.po} |  288 ---
 1 files changed, 158 insertions(+), 130 deletions(-)

diff --git a/po/es.po b/po/ko.po
similarity index 60%
copy from po/es.po
copy to po/ko.po
index 1ed295a..abddab5 100644
--- a/po/es.po
+++ b/po/ko.po
@@ -1,71 +1,80 @@
-# Spanish translation of squeeze.
-# Copyright (C) 2007 THE PACKAGE'S COPYRIGHT HOLDER
+# Korean translation for the squeeze package.
+# Copyright (C) 2006-2012 Auke Kok et al.
 # This file is distributed under the same license as the squeeze package.
-# Andres Sanchez afsanche...@gmail.com, 2011.
-# 
+# Seong-ho, Cho darkcircle.0...@gmail.com, 2012.
+#
+# Please write your name and e-mail into translator-credits if you update 
this translation script.
+#
+# ex ) msgstr 
+#  Gil-dong Hong gdhong0...@gmail.com\n
+#  YourName Kim yn...@gmail.com
+#
 msgid 
 msgstr 
-Project-Id-Version: squeeze 0.2\n
+Project-Id-Version: sqeeze.master\n
 Report-Msgid-Bugs-To: step...@xfce.org\n
 POT-Creation-Date: 2007-04-24 23:59+0200\n
-PO-Revision-Date: 2011-08-12 12:20-0500\n
-Last-Translator: Andres Sanchez afsanche...@gmail.com\n
-Language-Team: Spanish/ES xfce-i...@xfce.org\n
+PO-Revision-Date: 2012-04-14 00:13+0900\n
+Last-Translator: Seong-ho Cho darkcircle.0...@gmail.com\n
+Language-Team: xfce-i18n xfce-i...@xfce.org\n
+Language: ko\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=2; plural=(n != 1);\n
-X-Poedit-Language: Spanish\n
+Plural-Forms: nplurals=1; plural=0;\n
+X-Poedit-Language: Korean\n
+X-Poedit-Country: KOREA, REPUBLIC OF\n
+X-Poedit-SourceCharset: utf-8\n
 
 #: ../libsqueeze/archive.c:268
 msgid Name
-msgstr Nombre
+msgstr 이름
 
 #: ../libsqueeze/archive.c:270
 msgid Mime type
-msgstr Tipo MIME
+msgstr MIME 유형
 
 #: ../libsqueeze/command-builder.c:122
 msgid Execute
-msgstr Ejecutar
+msgstr 실행
 
 #: ../libsqueeze/command-builder-zip.c:116
 #: ../libsqueeze/command-builder-rar.c:127
 msgid Compressed
-msgstr Comprimido
+msgstr 압축됨
 
 #: ../libsqueeze/command-builder-zip.c:118
 #: ../libsqueeze/command-builder-rar.c:141
 msgid Method
-msgstr Método
+msgstr 방법
 
 #: ../libsqueeze/command-builder-zip.c:120
 #: ../libsqueeze/command-builder-gnu-tar.c:148
 #: ../libsqueeze/command-builder-rar.c:129
 msgid Size
-msgstr Tamaño
+msgstr 크기
 
 #: ../libsqueeze/command-builder-zip.c:122
 #: ../libsqueeze/command-builder-rar.c:131
 msgid Ratio
-msgstr Proporción
+msgstr 비율
 
 #: ../libsqueeze/command-builder-zip.c:124
 #: ../libsqueeze/command-builder-gnu-tar.c:150
 #: ../libsqueeze/command-builder-rar.c:133
 msgid Date
-msgstr Fecha
+msgstr 날짜
 
 #: ../libsqueeze/command-builder-zip.c:126
 #: ../libsqueeze/command-builder-gnu-tar.c:152
 #: ../libsqueeze/command-builder-rar.c:135
 msgid Time
-msgstr Hora
+msgstr 시각
 
 #: ../libsqueeze/command-builder-zip.c:166
 #: ../libsqueeze/command-builder-rar.c:181
 msgid Adding
-msgstr Añadiendo
+msgstr 추가 중
 
 #: ../libsqueeze/command-builder-zip.c:183
 #: ../libsqueeze/command-builder-zip.c:185
@@ -74,14 +83,14 @@ msgstr Añadiendo
 #: ../libsqueeze/command-builder-rar.c:197
 #: ../libsqueeze/command-builder-rar.c:199
 msgid Removing
-msgstr Removiendo
+msgstr 제거 중
 
 #: ../libsqueeze/command-builder-zip.c:203
 #: ../libsqueeze/command-builder-gnu-tar.c:418
 #: ../libsqueeze/command-builder-gnu-tar.c:420
 #: ../libsqueeze/command-builder-rar.c:216
 msgid Extracting
-msgstr Extrayendo
+msgstr 추출 중
 
 #: ../libsqueeze/command-builder-zip.c:214
 #: ../libsqueeze/command-builder-gnu-tar.c:433
@@ -89,82 +98,82 @@ msgstr Extrayendo
 #: ../libsqueeze/command-builder-rar.c:226
 #: ../libsqueeze/command-builder-compr.c:253
 msgid Refresh
-msgstr Actualizar
+msgstr 새로고침
 
 #: ../libsqueeze/command-builder-gnu-tar.c:144
 #: ../libsqueeze/command-builder-rar.c:137
 msgid Rights
-msgstr Derechos
+msgstr 권리
 
 #: ../libsqueeze/command-builder-gnu-tar.c:146
 msgid Owner/Group
-msgstr Propietario/Grupo
+msgstr 소유자/그룹
 
 #: ../libsqueeze/command-builder-gnu-tar.c:235
 #: ../libsqueeze/command-builder-gnu-tar.c:359
 #: ../libsqueeze/command-builder-compr.c:198
 msgid Compressing
-msgstr Comprimiendo
+msgstr 압축하는 중
 
 #: ../libsqueeze/command-builder-gnu-tar.c:269
 #: ../libsqueeze/command-builder-gnu-tar.c:350
 #: ../libsqueeze/command-builder-compr.c:222
 msgid Decompressing
-msgstr Descomprimiendo
+msgstr 압축 푸는 중
 
 #: ../libsqueeze/command-builder-gnu-tar.c:283
 msgid Adding files
-msgstr Añadiendo archivos
+msgstr 파일 추가중
 
 #: 

[Xfce4-commits] xfce4-session:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 4ba7b5edb851760fc70bcccb69e49a2d5e9b341e (commit)
   from d250fe292b417ec83b932048f1c8945194ede5c8 (commit)

commit 4ba7b5edb851760fc70bcccb69e49a2d5e9b341e
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 17:17:05 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 083498e..05e977b 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -225,7 +225,7 @@ msgstr 정말로 세션 캐시를 비우시렵니까?
 
 #: ../settings/session-editor.c:172
 msgid The saved states of your applications will not be restored during your 
next login.
-msgstr 다음 로그인을 진행하는 동안 프로그램의 저장된 상태을 복원하지 않을 것입니다.
+msgstr 다음 로그인을 진행하는 동안 프로그램의 저장된 상태를 복원하지 않을 것입니다.
 
 #: ../settings/session-editor.c:174
 msgid _Proceed
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] postler:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 32aebf58dde78899454970092eac4bddfe54a294 (commit)
   from 4795632b261cfb02f4981c10c933185a31dc66a1 (commit)

commit 32aebf58dde78899454970092eac4bddfe54a294
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 17:18:42 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 01809d4..c1ebff2 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -233,7 +233,7 @@ msgstr 계정 업데이트
 
 #: ../postler/postler-accountsetup.vala:316
 msgid Saved Search Properties
-msgstr 저장된 검색 속성
+msgstr 저장한 검색 속성
 
 #: ../postler/postler-accountsetup.vala:317
 #, c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-verve-plugin:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to a808ab635b0b1c55f29024c33e62a6cc9e1a983c (commit)
   from 8a9eb0526d3a00ac5703bc54677a122a7131e944 (commit)

commit a808ab635b0b1c55f29024c33e62a6cc9e1a983c
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 17:19:24 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 3422b13..c503da0 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -48,7 +48,7 @@ msgstr 동작
 #. History length label
 #: ../panel-plugin/verve-plugin.c:849
 msgid Number of saved history items:
-msgstr 저장된 기록 요소 수:
+msgstr 저장한 기록 요소 수:
 
 #. vim:set expandtab sts=2 ts=2 sw=2:
 #: ../panel-plugin/xfce4-verve-plugin.desktop.in.in.h:1
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-session:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 72637bf591b1694812f6b89fcce9e4a8bbf4187b (commit)
   from 4ba7b5edb851760fc70bcccb69e49a2d5e9b341e (commit)

commit 72637bf591b1694812f6b89fcce9e4a8bbf4187b
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 17:20:33 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 05e977b..c0d0376 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -225,7 +225,7 @@ msgstr 정말로 세션 캐시를 비우시렵니까?
 
 #: ../settings/session-editor.c:172
 msgid The saved states of your applications will not be restored during your 
next login.
-msgstr 다음 로그인을 진행하는 동안 프로그램의 저장된 상태를 복원하지 않을 것입니다.
+msgstr 다음 로그인을 진행하는 동안 프로그램의 저장한 상태를 복원하지 않을 것입니다.
 
 #: ../settings/session-editor.c:174
 msgid _Proceed
@@ -903,7 +903,7 @@ msgstr 세션을 저장했습니다. 기다리길 원하지 않는다면 이 
 
 #: ../settings/xfce4-session-settings.glade.h:35
 msgid _Clear saved sessions
-msgstr 저장된 세션을 지웁니다(_C)
+msgstr 저장한 세션을 지웁니다(_C)
 
 #: ../settings/xfce4-session-settings.glade.h:36
 msgid _Display chooser on login
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfwm4:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 20458b6186c38a5eac7b8ca938c948a3c950dc47 (commit)
   from a2a4903ddb4b1c6b574ea1b85db7cd00591acf18 (commit)

commit 20458b6186c38a5eac7b8ca938c948a3c950dc47
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 17:34:59 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |   14 +++---
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index ed582a1..b2abf88 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -718,23 +718,23 @@ msgstr 창의 장식을 깜빡여서 응급 상황임을 알림(_U)
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:22
 msgid Opaci_ty of window decorations:
-msgstr 창 장식을 불투명으로(_T):
+msgstr 창 장식 불투명도(_T):
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:23
 msgid Opacity of _inactive windows:
-msgstr 비활성창을 불투명으로(_I):
+msgstr 비활성창 불투명도(_I):
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:24
 msgid Opacity of popup window_s:
-msgstr 팝업 창을 불투명으로(_S):
+msgstr 팝업 창 불투명도(_S):
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:25
 msgid Opacity of windows during _move:
-msgstr 창을 움직일 때 불투명으로(_M):
+msgstr 창을 움직일 때 불투명도(_M):
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:26
 msgid Opacity of windows during resi_ze:
-msgstr 창 크기를 변경할 때 불투명으로(_Z):
+msgstr 창 크기를 변경할 때 불투명도(_Z):
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:27
 msgid Restore original _size of maximized windows when moving
@@ -742,7 +742,7 @@ msgstr 최대화된 창을 움직일 때 원래 크기로(_S)
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:28
 msgid Show shadows under _dock windows
-msgstr 붙이기 창에 그림자 표시(_D)
+msgstr 도크 창에 그림자 표시(_D)
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:29
 msgid Show shadows under _regular windows
@@ -826,7 +826,7 @@ msgid 
 or \skip taskbar\ properties set
 msgstr 
 \페이저에 나타내지 않기\나 \태스크바에 나타내지 않기\\n
-속성이 설정된 창 제외(_S)
+속성을 설정한 창 제외(_S)
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:52
 msgid _Workspaces
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfwm4:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 8130f8445ecba8e53b68daad2640890d1c85718a (commit)
   from 20458b6186c38a5eac7b8ca938c948a3c950dc47 (commit)

commit 8130f8445ecba8e53b68daad2640890d1c85718a
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 17:35:53 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index b2abf88..778a779 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -722,7 +722,7 @@ msgstr 창 장식 불투명도(_T):
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:23
 msgid Opacity of _inactive windows:
-msgstr 비활성창 불투명도(_I):
+msgstr 비활성 창 불투명도(_I):
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:24
 msgid Opacity of popup window_s:
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-settings:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to edc7cb3e8105c209c582a7eb60fd950500b0cf04 (commit)
   from 4453134d5ce625fc8c70fcb7a59c1c75cd2dba61 (commit)

commit edc7cb3e8105c209c582a7eb60fd950500b0cf04
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 17:37:22 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index b1ac8bf..282a297 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -741,7 +741,7 @@ msgstr 기본으로 초기화(_D)
 
 #: ../dialogs/keyboard-settings/keyboard-dialog.glade.h:14
 msgid Restore num l_ock state on startup
-msgstr 시작히 num lock 상태 복구(_O)
+msgstr 시작시 num lock 상태 복구(_O)
 
 #: ../dialogs/keyboard-settings/keyboard-dialog.glade.h:15
 msgid Select keyboard layout and variant
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to ad918d6352b6c0b21f97bbf76b37fb498bfb967a (commit)
   from 45f837cb149a64e49fe32ab8d51be85684fcf3db (commit)

commit ad918d6352b6c0b21f97bbf76b37fb498bfb967a
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 17:38:40 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 0ae2bd4..aecd762 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -596,7 +596,7 @@ msgstr 설정을 저장하기 위한 새로운 시스템으로 패널을 이동
 #: ../migrate/main.c:127
 #: ../migrate/main.c:136
 msgid Choose below which setup you want for the first startup.
-msgstr 처음 시작히 원하는 설정을 아래에서 선택합니다.
+msgstr 처음 시작시 원하는 설정을 아래에서 선택합니다.
 
 #: ../migrate/main.c:129
 msgid Migrate old config
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-settings:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 57426f781721fd9e58b615d80af90d849c73d874 (commit)
   from edc7cb3e8105c209c582a7eb60fd950500b0cf04 (commit)

commit 57426f781721fd9e58b615d80af90d849c73d874
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 17:40:19 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 282a297..75b9e91 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -707,7 +707,7 @@ msgstr 프로그램 실행을 위한 바로 가기 정의(_S):
 #: ../dialogs/keyboard-settings/keyboard-dialog.glade.h:6
 #: ../dialogs/keyboard-settings/xfce-keyboard-settings.desktop.in.h:1
 msgid Edit keyboard settings and application shortcuts
-msgstr 키보드 설정과 프로그램 바로 가기 편집
+msgstr 키보드 설정과 프로그램 바로 가기를 편집합니다
 
 #: ../dialogs/keyboard-settings/keyboard-dialog.glade.h:7
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:15
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:master Replace deprecated function g_strcasecmp (bug #8647).

2012-04-13 Thread Nick Schermer
Updating branch refs/heads/master
 to fe90dfba3d3f8e2324fa8ec712120b9e88559da6 (commit)
   from dd229d13b4da667a220e695539b4d690137dbe74 (commit)

commit fe90dfba3d3f8e2324fa8ec712120b9e88559da6
Author: Nick Schermer n...@xfce.org
Date:   Fri Apr 13 17:40:17 2012 +0200

Replace deprecated function g_strcasecmp (bug #8647).

 exo/exo-icon-chooser-model.c |   12 
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/exo/exo-icon-chooser-model.c b/exo/exo-icon-chooser-model.c
index 7b70bf8..dcef7c2 100644
--- a/exo/exo-icon-chooser-model.c
+++ b/exo/exo-icon-chooser-model.c
@@ -572,11 +572,15 @@ exo_icon_chooser_model_icon_theme_changed (GtkIconTheme   
 *icon_theme,
 
 
 static gint
-exo_icon_chooser_model_item_compare (gconstpointer item_a,
- gconstpointer item_b)
+exo_icon_chooser_model_item_compare (gconstpointer data_a,
+ gconstpointer data_b)
 {
-  return g_strcasecmp (((const ExoIconChooserModelItem *) item_a)-icon_name,
-   ((const ExoIconChooserModelItem *) item_b)-icon_name);
+  const ExoIconChooserModelItem *item_a = data_a;
+  const ExoIconChooserModelItem *item_b = data_b;
+
+  /* the case is not much of a problem in icon themes, so
+   * therefore we only use good utf-8 sorting */
+  return g_utf8_collate (item_a-icon_name, item_b-icon_name);
 }
 
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] thunar:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to d1bb398daedb8f25656d82d5d6f0326f53ff7dca (commit)
   from 58ab39a0bb228c08e9eb350c6c26932861cee474 (commit)

commit d1bb398daedb8f25656d82d5d6f0326f53ff7dca
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 17:43:37 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index e0212db..0c589f2 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1497,7 +1497,7 @@ msgstr 형식(_F):
 #.
 #: ../thunar/thunar-preferences-dialog.c:320
 msgid Side Pane
-msgstr Side창
+msgstr 측면 창
 
 #: ../thunar/thunar-preferences-dialog.c:330
 msgid Shortcuts Pane
@@ -2314,7 +2314,7 @@ msgstr 위치 선택기(_L)
 
 #: ../thunar/thunar-window.c:305
 msgid _Side Pane
-msgstr Side창(_S)
+msgstr 측면 창(_S)
 
 #: ../thunar/thunar-window.c:306
 msgid Zoom I_n
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] thunar:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 68ca50b63ae480157ac8c48f8d2146c775d65eae (commit)
   from d1bb398daedb8f25656d82d5d6f0326f53ff7dca (commit)

commit 68ca50b63ae480157ac8c48f8d2146c775d65eae
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 17:46:04 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 0c589f2..c8a47ee 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1648,7 +1648,7 @@ msgstr 볼륨 관리자
 #. add check button to enable/disable auto mounting
 #: ../thunar/thunar-preferences-dialog.c:572
 msgid Enable _Volume Management
-msgstr 볼륨관리자 이용(_V)
+msgstr 볼륨 관리자 활성화(_V)
 
 #. TRANSLATORS: Make sure you place the a.../a-link on the first line, 
otherwise the user will be unable to click on it
 #: ../thunar/thunar-preferences-dialog.c:582
@@ -1656,8 +1656,8 @@ msgid 
 a href=\volman-config:\Configure/a the management of removable drives\n
 and media (i.e. how cameras should be handled).
 msgstr 
-이동식 드라이브와 미디어 a href=\volman-config:\설정/a\n
-(예를 들면, 카메라 취급방법).
+이동식 드라이브와 미디어를 a href=\volman-config:\설정합니다/a\n
+(예: 카메라 취급방법).
 
 #. tell the user that we failed to come up with the thunar-volman 
configuration dialog
 #: ../thunar/thunar-preferences-dialog.c:642
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] thunar:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to a176cc84685e33dc1358b0a02181428c246ad136 (commit)
   from 68ca50b63ae480157ac8c48f8d2146c775d65eae (commit)

commit a176cc84685e33dc1358b0a02181428c246ad136
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 17:50:55 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index c8a47ee..b2f8dc9 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1591,7 +1591,7 @@ msgstr 
 
 #: ../thunar/thunar-preferences-dialog.c:468
 msgid When single-click activation is enabled, pausing the mouse pointer over 
an item will automatically select that item after the chosen delay. You can 
disable this behavior by moving the slider to the left-most position. This 
behavior may be useful when single clicks activate items, and you want only to 
select the item without activating it.
-msgstr 단일 누르기로 항목 활성화를 설정했을 때, 마우스 포인터가 항목 위에서 멈추면 여유시간 이후에 항목을 자동적으로 선택합니다. 
슬라이더를 가장 왼쪽으로 옮김으로써 이 행동을 불가능하게 할 수 있습니다. 이 행동은 단일 누르기로 항목 활성화시에 항목의 활성화없이 항목을 
선택하려고 할 때 유용합니다.
+msgstr 단일 누르기로 항목 활성화를 설정했을 때, 마우스 포인터가 항목 위에서 멈추면 여유시간 이후에 항목을 자동적으로 선택합니다. 
슬라이더를 가장 왼쪽으로 옮김으로써 이 행동을 불가능하게 할 수 있습니다. 이 행동은 단일 누르기로 항목을 활성화할 때 그리고 항목을 
활성화하지 않고 항목을 선택하려고 할 때 유용합니다.
 
 #: ../thunar/thunar-preferences-dialog.c:486
 msgid Disabled
@@ -1627,7 +1627,7 @@ msgid 
 folder. Select the default behavior below:
 msgstr 
 폴더의 소유권을 바꾸었을 때 폴더내부에도 적용할 수\n
-있습니다.  다음의 기본값을 선택:
+있습니다.  다음중 기본값을 선택하십시오:
 
 #: ../thunar/thunar-preferences-dialog.c:544
 msgid Ask everytime
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfconf:master Don't use deprecated g_value_set_char (bug #8690).

2012-04-13 Thread Nick Schermer
Updating branch refs/heads/master
 to 93e8623827e34b15694f4f2bb305e6171d8a8ecf (commit)
   from 53a1425b3bcd4fcfa8cec130ea3fb5ed163eb83e (commit)

commit 93e8623827e34b15694f4f2bb305e6171d8a8ecf
Author: Nick Schermer n...@xfce.org
Date:   Fri Apr 13 17:50:15 2012 +0200

Don't use deprecated g_value_set_char (bug #8690).

 common/xfconf-gvaluefuncs.c |8 
 xfconf/xfconf-channel.c |5 +
 2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/common/xfconf-gvaluefuncs.c b/common/xfconf-gvaluefuncs.c
index 1527cb8..22fe0f0 100644
--- a/common/xfconf-gvaluefuncs.c
+++ b/common/xfconf-gvaluefuncs.c
@@ -178,7 +178,11 @@ _xfconf_gvalue_from_string(GValue *value,
 case G_TYPE_UCHAR:
 HANDLE_UINT(0, XFCONF_MAXUCHAR, g_value_set_uchar);
 case G_TYPE_CHAR:
+#if GLIB_CHECK_VERSION (2, 32, 0)
+HANDLE_INT(G_MININT8, G_MAXINT8, g_value_set_schar);
+#else
 HANDLE_INT(XFCONF_MINCHAR, XFCONF_MAXCHAR, g_value_set_char);
+#endif
 case G_TYPE_UINT:
 HANDLE_UINT(0, G_MAXUINT, g_value_set_uint);
 case G_TYPE_INT:
@@ -265,7 +269,11 @@ _xfconf_string_from_gvalue(GValue *val)
 case G_TYPE_UCHAR:
 return g_strdup_printf(%u, (guint)g_value_get_uchar(val));
 case G_TYPE_CHAR:
+#if GLIB_CHECK_VERSION (2, 32, 0)
+return g_strdup_printf(%d, g_value_get_schar(val));
+#else
 return g_strdup_printf(%d, (gint)g_value_get_char(val));
+#endif
 case G_TYPE_UINT:
 return g_strdup_printf(%u, g_value_get_uint(val));
 case G_TYPE_INT:
diff --git a/xfconf/xfconf-channel.c b/xfconf/xfconf-channel.c
index 5539707..1361956 100644
--- a/xfconf/xfconf-channel.c
+++ b/xfconf/xfconf-channel.c
@@ -2195,8 +2195,13 @@ xfconf_channel_set_structv(XfconfChannel *channel,
 break;
 
 case G_TYPE_CHAR:
+#if GLIB_CHECK_VERSION (2, 32, 0)
+GET_STRUCT_VAL(gchar, G_TYPE_CHAR, ALIGNOF_GCHAR,
+   g_value_set_schar);
+#else
 GET_STRUCT_VAL(gchar, G_TYPE_CHAR, ALIGNOF_GCHAR,
g_value_set_char);
+#endif
 break;
 
 case G_TYPE_UINT:
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 83fecb1e4296fdc798d9825c58464cf60058c925 (commit)
   from ad918d6352b6c0b21f97bbf76b37fb498bfb967a (commit)

commit 83fecb1e4296fdc798d9825c58464cf60058c925
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 17:54:39 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index aecd762..bb19157 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -792,7 +792,7 @@ msgstr %d초 후 컴퓨터를 끕니다.
 #: ../plugins/separator/separator-dialog.glade.h:4
 #: ../plugins/separator/separator.desktop.in.h:2
 msgid Separator
-msgstr 분리 표시
+msgstr 구분선
 
 #: ../plugins/actions/actions.c:872
 #, c-format
@@ -1513,7 +1513,7 @@ msgstr 확장(_E)
 
 #: ../plugins/separator/separator.desktop.in.h:1
 msgid Adds a separator or space between panel items
-msgstr 항목 사이에 빈 공간이나 분리 표시를 추가합니다
+msgstr 항목 사이에 빈 공간이나 구분선을 추가합니다
 
 #: ../plugins/showdesktop/showdesktop.c:210
 msgid Restore the minimized windows
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfdesktop:master Check for sed with a macro (bug #8687).

2012-04-13 Thread Nick Schermer
Updating branch refs/heads/master
 to 7e81439d6dbfaa638e3c392150adef06b47e42e8 (commit)
   from 8522907eb2a468e0e5e0ae0cf9a877a24d56 (commit)

commit 7e81439d6dbfaa638e3c392150adef06b47e42e8
Author: Nick Schermer n...@xfce.org
Date:   Fri Apr 13 18:00:19 2012 +0200

Check for sed with a macro (bug #8687).

 configure.ac.in  |1 +
 settings/Makefile.am |2 +-
 src/Makefile.am  |6 +++---
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 0ddd399..9051c07 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -48,6 +48,7 @@ AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_INSTALL
 AC_PROG_INTLTOOL([intltool_minimum_version], [no-xml])
+m4_ifdef([AC_PROG_SED], [AC_PROG_SED], [AC_CHECK_PROG(SED, sed, sed)])
 
 dnl prepare libtool
 LT_PREREQ([2.2.6])
diff --git a/settings/Makefile.am b/settings/Makefile.am
index 7e36d30..09cff59 100644
--- a/settings/Makefile.am
+++ b/settings/Makefile.am
@@ -48,7 +48,7 @@ BUILT_SOURCES = \
 SUFFIXES: .ui
 
 %-ui.h: $(srcdir)/%-ui.glade Makefile
-   $(AM_V_GEN) exo-csource --static --name=`basename $ .glade | sed -e 
's/-/_/g'`  $ $@
+   $(AM_V_GEN) exo-csource --static --name=`basename $ .glade | $(SED) -e 
's/-/_/g'`  $ $@
 
 endif
 
diff --git a/src/Makefile.am b/src/Makefile.am
index 3adb3d2..adeac0b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -189,7 +189,7 @@ xfdesktop-file-manager-proxy.h: 
$(srcdir)/xfdesktop-file-manager-dbus.xml Makefi
$(AM_V_GEN) ( \
dbus-binding-tool --mode=glib-client \
$(srcdir)/xfdesktop-file-manager-dbus.xml  
xfdesktop-file-manager-proxy.h \
-sed -i -e 
's/org_xfce_FileManager/xfdesktop_file_manager_proxy/g' \
+$(SED) -i -e 
's/org_xfce_FileManager/xfdesktop_file_manager_proxy/g' \
xfdesktop-file-manager-proxy.h \
)

@@ -197,7 +197,7 @@ xfdesktop-thunar-proxy.h: 
$(srcdir)/xfdesktop-thunar-dbus.xml Makefile
$(AM_V_GEN) ( \
dbus-binding-tool --mode=glib-client \
$(srcdir)/xfdesktop-thunar-dbus.xml  
xfdesktop-thunar-proxy.h \
-sed -i -e 's/org_xfce_Thunar/xfdesktop_thunar_proxy/g' \
+$(SED) -i -e 's/org_xfce_Thunar/xfdesktop_thunar_proxy/g' \
xfdesktop-thunar-proxy.h \
)
 
@@ -205,7 +205,7 @@ xfdesktop-trash-proxy.h: $(srcdir)/xfdesktop-trash-dbus.xml 
Makefile
$(AM_V_GEN) ( \
dbus-binding-tool --mode=glib-client \
$(srcdir)/xfdesktop-trash-dbus.xml  
xfdesktop-trash-proxy.h \
-sed -i -e 's/org_xfce_Trash/xfdesktop_trash_proxy/g' \
+$(SED) -i -e 's/org_xfce_Trash/xfdesktop_trash_proxy/g' \
xfdesktop-trash-proxy.h \
)
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfwm4:master l10n: Updated French (fr) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to f04b2e4d7df73d86684e7a23ae4ae34345e275a5 (commit)
   from 8130f8445ecba8e53b68daad2640890d1c85718a (commit)

commit f04b2e4d7df73d86684e7a23ae4ae34345e275a5
Author: Iliyas Jorio inv.jo...@gmail.com
Date:   Fri Apr 13 18:05:10 2012 +0200

l10n: Updated French (fr) translation to 100%

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

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

 po/fr.po |  583 ++
 1 files changed, 278 insertions(+), 305 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 5998502..2673928 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -9,9 +9,9 @@ msgid 
 msgstr 
 Project-Id-Version: xfwm4\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-09 18:54+0200\n
-PO-Revision-Date: 2009-01-18 16:24+0100\n
-Last-Translator: Jérôme Guelfucci jero...@xfce.org\n
+POT-Creation-Date: 2012-04-12 17:48+\n
+PO-Revision-Date: 2012-04-13 18:04+0100\n
+Last-Translator: Iliyas Jorio inv.jo...@gmail.com\n
 Language-Team: French xfce-i...@xfce.org\n
 Language: fr\n
 MIME-Version: 1.0\n
@@ -23,7 +23,7 @@ msgid 
 This window might be busy and is not responding.\n
 Do you want to terminate the application?
 msgstr 
-Cette fenêtre est peut être occupée et ne répond pas.\n
+Cette fenêtre ne répond pas : il se peut qu'elle soit occupée.\n
 Voulez-vous fermer l'application ?
 
 #: ../helper-dialog/helper-dialog.c:89
@@ -65,8 +65,7 @@ msgid 
 Try %s --help to see a full list of available command line options.\n
 msgstr 
 %s : %s\n
-Essayez %s --help pour afficher une liste complète des options de ligne de 
-commande.\n
+Essayez %s --help pour afficher une liste complète des options de ligne de 
commande.\n
 
 #: ../settings-dialogs/workspace-settings.c:74
 #: ../settings-dialogs/workspace-settings.c:89
@@ -84,241 +83,237 @@ msgid Settings manager socket
 msgstr Socket du gestionnaire de paramètres
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-dialog.glade.h:1
-msgid Window Manager
-msgstr Gestionnaire de fenêtres
+#: ../settings-dialogs/xfwm4-dialog.glade.h:29
+msgid Configure window behavior and shortcuts
+msgstr Configurer le comportement et les raccourcis des fenêtres
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-dialog.glade.h:2
-msgid Configure window behavior and shortcuts
-msgstr Configurer le comportement des fenêtres et les raccourcis
+#: ../settings-dialogs/xfwm4-dialog.glade.h:48
+msgid Window Manager
+msgstr Gestionnaire de fenêtres
 
 #: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:1
-msgid Window Manager Tweaks
-msgstr Peaufinage des fenêtres
-
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:2
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:16
 msgid Fine-tune window behaviour and effects
 msgstr Ajuster le comportement des fenêtres et leurs effets
 
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:36
+msgid Window Manager Tweaks
+msgstr Peaufinage des fenêtres
+
 #: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:1
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:1
+msgid Configure layout, names and margins
+msgstr Configurer l'agencement, les noms et les marges
+
+#: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:5
 msgid Workspaces
 msgstr Espaces de travail
 
-#: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:2
-msgid Configure layout, names and margins
-msgstr 
+#: ../settings-dialogs/xfwm4-dialog.glade.h:1
+msgid bBox move and resize/b
+msgstr bDéplacement et redimensionnement de la fenêtre/b
+
+#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+msgid bButton layout/b
+msgstr bAgencement des boutons/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:3
-msgid b_Theme/b
-msgstr b_Thème/b
+msgid bDouble click _action/b
+msgstr b_Action du double clic/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:4
-msgid bTitle fon_t/b
-msgstr bPolice du _titre/b
+msgid bFocus model/b
+msgstr bModèle de focalisation/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:5
-msgid bTitle _alignment/b
-msgstr b_Alignement du titre/b
+msgid bNew window focus/b
+msgstr bFocaliser les nouvelles fenêtres/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:6
-msgid Click and drag the buttons to change the layout
-msgstr Cliquer et faire glisser les boutons pour modifier l'agencement
+msgid bRaise on click/b
+msgstr bMise au premier plan par un clic/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:7
-msgid Title
-msgstr Titre
+msgid bRaise on focus/b
+msgstr bMettre les fenêtres focalisées au premier plan/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:8

[Xfce4-commits] thunar:master Use macro to search for sed (bug #8686).

2012-04-13 Thread Nick Schermer
Updating branch refs/heads/master
 to 7c194fa77424d12a0e8d0a198ab46b5ea9396e04 (commit)
   from a176cc84685e33dc1358b0a02181428c246ad136 (commit)

commit 7c194fa77424d12a0e8d0a198ab46b5ea9396e04
Author: Nick Schermer n...@xfce.org
Date:   Fri Apr 13 18:05:06 2012 +0200

Use macro to search for sed (bug #8686).

 Makefile.am|6 +++---
 configure.in.in|1 +
 thunar/Makefile.am |4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 12a85a1..88fc939 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,7 +50,7 @@ thunar_scripts_SCRIPTS =  
\
 ThunarBulkRename: ThunarBulkRename.in Makefile
$(AM_V_GEN) (   \
rm -f ThunarBulkRename.gen ThunarBulkRename \
-sed -e s,\@bindir\@,$(bindir),g\
+$(SED) -e s,\@bindir\@,$(bindir),g 
\
 $(srcdir)/ThunarBulkRename.in \
 ThunarBulkRename.gen  \
 mv ThunarBulkRename.gen ThunarBulkRename \
@@ -63,7 +63,7 @@ desktop_in_in_files = 
\
Thunar-folder-handler.desktop.in.in
 desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
 %.desktop.in: %.desktop.in.in
-   $(AM_V_GEN) sed -e s,\@HELPERDIR\@,$(HELPER_PATH_PREFIX),g  $  $@
+   $(AM_V_GEN) $(SED) -e s,\@HELPERDIR\@,$(HELPER_PATH_PREFIX),g  $  
$@
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
@@ -72,7 +72,7 @@ servicedir = $(datadir)/dbus-1/services
 service_in_files = org.xfce.FileManager.service.in org.xfce.Thunar.service.in
 service_DATA = $(service_in_files:.service.in=.service)
 %.service: %.service.in
-   $(AM_V_GEN) sed -e s,\@bindir\@,$(bindir),g  $  $@
+   $(AM_V_GEN) $(SED) -e s,\@bindir\@,$(bindir),g  $  $@
 endif
 
 EXTRA_DIST =   \
diff --git a/configure.in.in b/configure.in.in
index 5f0a54d..c233e9b 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -73,6 +73,7 @@ AM_PROG_CC_C_O()
 AC_PROG_INSTALL()
 AC_PROG_INTLTOOL()
 AC_CHECK_PROGS([PERL], [perl5 perl])
+m4_ifdef([AC_PROG_SED], [AC_PROG_SED], [AC_CHECK_PROG(SED, sed, sed)])
 
 dnl **
 dnl *** Initialize libtool ***
diff --git a/thunar/Makefile.am b/thunar/Makefile.am
index 51f1810..45175ca 100644
--- a/thunar/Makefile.am
+++ b/thunar/Makefile.am
@@ -345,7 +345,7 @@ thunar-thumbnailer-proxy.h: 
$(srcdir)/thunar-thumbnailer-dbus.xml Makefile
$(AM_V_GEN) ( \
dbus-binding-tool --mode=glib-client \
$(srcdir)/thunar-thumbnailer-dbus.xml  
thunar-thumbnailer-proxy.h \
-sed -i -e 
's/org_freedesktop_thumbnails_Thumbnailer1/thunar_thumbnailer_proxy/g' \
+$(SED) -i -e 
's/org_freedesktop_thumbnails_Thumbnailer1/thunar_thumbnailer_proxy/g' \
thunar-thumbnailer-proxy.h \
)
 
@@ -353,7 +353,7 @@ thunar-thumbnail-cache-proxy.h: 
$(srcdir)/thunar-thumbnail-cache-dbus.xml Makefi
$(AM_V_GEN) ( \
dbus-binding-tool --mode=glib-client \
$(srcdir)/thunar-thumbnail-cache-dbus.xml  
thunar-thumbnail-cache-proxy.h \
-sed -i -e 
's/org_freedesktop_thumbnails_Cache1/thunar_thumbnail_cache_proxy/g' \
+$(SED) -i -e 
's/org_freedesktop_thumbnails_Cache1/thunar_thumbnail_cache_proxy/g' \
thunar-thumbnail-cache-proxy.h \
)
 endif
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-session:master Use macro to search for sed.

2012-04-13 Thread Nick Schermer
Updating branch refs/heads/master
 to 12845022b85efcfc2919b79301c0203d7b0db14b (commit)
   from 72637bf591b1694812f6b89fcce9e4a8bbf4187b (commit)

commit 12845022b85efcfc2919b79301c0203d7b0db14b
Author: Nick Schermer n...@xfce.org
Date:   Fri Apr 13 18:11:18 2012 +0200

Use macro to search for sed.

 configure.in.in |1 +
 scripts/Makefile.am |2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index a9b56c5..d5a4b93 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -52,6 +52,7 @@ AC_PROG_CC()
 AM_PROG_CC_C_O()
 AC_PROG_INSTALL()
 AC_PROG_INTLTOOL()
+m4_ifdef([AC_PROG_SED], [AC_PROG_SED], [AC_CHECK_PROG(SED, sed, sed)])
 
 dnl check for libtool
 LT_PREREQ([2.2.6])
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index b8877ed..1c0a5c0 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -3,7 +3,7 @@ bin_SCRIPTS= \
xflock4
 
 # cannot be set from configure, because ${prefix} is not expanded
-edit = sed \
+edit = $(SED) \
-e s,@_datadir_\@,$(datadir),g \
-e s,@_libdir_\@,$(libdir),g \
-e s,@_docdir_\@,$$(dirname $(docdir)),g \
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-dev-tools:nick/bug8683 Use ?_VERSION for special versioned binary detection (bug #8683).

2012-04-13 Thread Nick Schermer
Updating branch refs/heads/nick/bug8683
 to 220fb70daae8b609f8e24d415328f55a0c69d23d (commit)
   from f912e35def91422d37296dbd1bb692c663d862c7 (commit)

commit 220fb70daae8b609f8e24d415328f55a0c69d23d
Author: Nick Schermer n...@xfce.org
Date:   Fri Apr 13 18:34:17 2012 +0200

Use ?_VERSION for special versioned binary detection (bug #8683).

Use AUTOCONF_VERSION for automake-$ver, ACLOCAL_VERSION for
aclocal-$ver, AUTOMAKE_VERSION for automake-$ver and
AUTOHEADER_VERSION for autoheader-$ver.

This removes the custom checks for the //newest// binary
version, which gets constantly outdated.

 scripts/xdt-autogen.in.in |   41 +++--
 1 files changed, 19 insertions(+), 22 deletions(-)

diff --git a/scripts/xdt-autogen.in.in b/scripts/xdt-autogen.in.in
index 0ba203f..2feb2c1 100644
--- a/scripts/xdt-autogen.in.in
+++ b/scripts/xdt-autogen.in.in
@@ -366,14 +366,13 @@ fi
 
 
 ##
-## Check for autoconf, first trying autoconf-2.59, then autoconf-2.58, then
-## autoconf-2.57, then autoconf-2.53, and finally simply autoconf.
+## Check for autoconf
 ##
-test -z ${XDT_PROG_AUTOCONF} 
-for i in autoconf-2.61 autoconf-2.60 autoconf-2.59 autoconf-2.58 autoconf-2.57 
autoconf-2.53 autoconf; do
+if test -z ${XDT_PROG_AUTOCONF}; then
+  test -z ${AUTOCONF_VERSION}  i=autoconf || i=autoconf-${AUTOCONF_VERSION}
   (${i} --version) /dev/null /dev/null 21 
-  XDT_PROG_AUTOCONF=${i}  break
-done
+XDT_PROG_AUTOCONF=${i}
+fi
 
 test -z ${XDT_PROG_AUTOCONF}  {
   cat 2 EOF
@@ -485,14 +484,13 @@ done
 
 
 ##
-## Check for aclocal, first trying aclocal-1.9, then aclocal-1.8, and finally
-## simply aclocal.
+## Check for aclocal
 ##
-test -z ${XDT_PROG_ACLOCAL} 
-for i in aclocal-1.11 aclocal-1.10 aclocal-1.9 aclocal-1.8 aclocal; do
+if test -z ${XDT_PROG_ACLOCAL}; then
+  test -z ${ACLOCAL_VERSION}  i=aclocal || i=aclocal-${ACLOCAL_VERSION}
   (${i} --version) /dev/null /dev/null 21 
-  XDT_PROG_ACLOCAL=${i}  break
-done
+XDT_PROG_ACLOCAL=${i}
+fi
 
 test -z ${XDT_PROG_ACLOCAL}  {
   cat 2 EOF
@@ -511,10 +509,10 @@ EOF
 test -z ${XDT_PROG_AUTOHEADER} 
 for configure_ac_file in $CONFIGURE_AC_FILES; do
   if $EGREP -q ^A(M|C)_CONFIG_HEADER ${configure_ac_file}; then
-for i in autoheader-2.61 autoheader-2.60 autoheader-2.59 autoheader-2.58 
autoheader-2.57 autoheader-2.53 autoheader; do
-  (${i} --version) /dev/null /dev/null 21 
-  XDT_PROG_AUTOHEADER=${i}  break
-done
+test -z ${AUTOHEADER_VERSION}  i=autoheader || 
i=autoheader-${AUTOHEADER_VERSION}
+(${i} --version) /dev/null /dev/null 21 
+  XDT_PROG_AUTOHEADER=${i}
+
 test -z ${XDT_PROG_AUTOHEADER}  {
   cat 2 EOF
 xdt-autogen: You must have autoconf installed (which includes the
@@ -529,14 +527,13 @@ done
 
 
 ##
-## Check for automake, first trying automake-1.9, then automake-1.8, and 
finally
-## simply automake.
+## Check for automake
 ##
-test -z ${XDT_PROG_AUTOMAKE} 
-for i in automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake; do
+if test -z ${XDT_PROG_AUTOMAKE}; then
+  test -z ${AUTOMAKE_VERSION}  i=automake || i=automake-${AUTOMAKE_VERSION}
   (${i} --version) /dev/null /dev/null 21 
-  XDT_PROG_AUTOMAKE=${i}  break
-done
+XDT_PROG_AUTOMAKE=${i}
+fi
 
 test -z ${XDT_PROG_AUTOMAKE}  {
   cat 2 EOF
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfdesktop:master Make string translatable (bug #8655).

2012-04-13 Thread Nick Schermer
Updating branch refs/heads/master
 to d5e3295c1403c20f3677caae2cd39fb1d82c2502 (commit)
   from 7e81439d6dbfaa638e3c392150adef06b47e42e8 (commit)

commit d5e3295c1403c20f3677caae2cd39fb1d82c2502
Author: Nick Schermer n...@xfce.org
Date:   Fri Apr 13 18:45:19 2012 +0200

Make string translatable (bug #8655).

 src/xfdesktop-window-icon.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/xfdesktop-window-icon.c b/src/xfdesktop-window-icon.c
index b04fdeb..c2a9b62 100644
--- a/src/xfdesktop-window-icon.c
+++ b/src/xfdesktop-window-icon.c
@@ -205,7 +205,7 @@ xfdesktop_window_icon_populate_context_menu(XfdesktopIcon 
*icon,
 GtkWidget *amenu = 
wnck_create_window_action_menu(window_icon-priv-window);
 GtkWidget *mi;
 
-mi = gtk_menu_item_new_with_mnemonic(_Window Actions);
+mi = gtk_menu_item_new_with_mnemonic(_(_Window Actions));
 gtk_menu_item_set_submenu (GTK_MENU_ITEM(mi), amenu);
 gtk_menu_shell_append(GTK_MENU_SHELL(menu), mi);
 gtk_widget_show_all(mi);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits



[Xfce4-commits] xfdesktop:master Fix a mnemonic conflict (bug #8654).

2012-04-13 Thread Nick Schermer
Updating branch refs/heads/master
 to 14f57b304a207ab416df4c4cff5e3ab2f8b060e7 (commit)
   from d5e3295c1403c20f3677caae2cd39fb1d82c2502 (commit)

commit 14f57b304a207ab416df4c4cff5e3ab2f8b060e7
Author: Nick Schermer n...@xfce.org
Date:   Fri Apr 13 18:49:52 2012 +0200

Fix a mnemonic conflict (bug #8654).

 po/am.po  |2 +-
 po/ar.po  |4 ++--
 po/ast.po |2 +-
 po/az.po  |2 +-
 po/be.po  |2 +-
 po/bg.po  |2 +-
 po/bn.po  |2 +-
 po/bn_IN.po   |2 +-
 po/ca.po  |4 ++--
 po/cs.po  |4 ++--
 po/da.po  |4 ++--
 po/de.po  |4 ++--
 po/dz.po  |2 +-
 po/el.po  |4 ++--
 po/en_GB.po   |4 ++--
 po/eo.po  |2 +-
 po/es.po  |4 ++--
 po/es_MX.po   |2 +-
 po/et.po  |2 +-
 po/eu.po  |4 ++--
 po/fa.po  |2 +-
 po/fi.po  |4 ++--
 po/fr.po  |2 +-
 po/gl.po  |2 +-
 po/gu.po  |2 +-
 po/he.po  |2 +-
 po/hi.po  |2 +-
 po/hr.po  |4 ++--
 po/hu.po  |2 +-
 po/hy.po  |2 +-
 po/id.po  |4 ++--
 po/is.po  |2 +-
 po/it.po  |4 ++--
 po/ja.po  |4 ++--
 po/ka.po  |2 +-
 po/kk.po  |4 ++--
 po/ko.po  |4 ++--
 po/lt.po  |4 ++--
 po/lv.po  |2 +-
 po/mk.po  |2 +-
 po/mr.po  |2 +-
 po/ms.po  |2 +-
 po/nb.po  |2 +-
 po/nl.po  |4 ++--
 po/nn.po  |4 ++--
 po/pa.po  |2 +-
 po/pl.po  |4 ++--
 po/pt.po  |4 ++--
 po/pt_BR.po   |4 ++--
 po/ro.po  |2 +-
 po/ru.po  |4 ++--
 po/si.po  |2 +-
 po/sk.po  |4 ++--
 po/sq.po  |2 +-
 po/sv.po  |2 +-
 po/ta.po  |2 +-
 po/te.po  |2 +-
 po/tr.po  |4 ++--
 po/ug.po  |2 +-
 po/uk.po  |4 ++--
 po/ur.po  |2 +-
 po/ur_PK.po   |2 +-
 po/vi.po  |2 +-
 po/zh_CN.po   |4 ++--
 po/zh_TW.po   |4 ++--
 src/xfdesktop-file-icon-manager.c |4 ++--
 src/xfdesktop-volume-icon.c   |2 +-
 67 files changed, 96 insertions(+), 96 deletions(-)

diff --git a/po/am.po b/po/am.po
index f4386d8..3f5a140 100644
--- a/po/am.po
+++ b/po/am.po
@@ -753,7 +753,7 @@ msgstr የገበታ ስየማዎች..._S
 
 #: ../src/xfdesktop-file-icon-manager.c:1677
 #: ../src/xfdesktop-volume-icon.c:701
-msgid _Properties...
+msgid P_roperties...
 msgstr ባህሪዎች_P...
 
 #: ../src/xfdesktop-file-icon-manager.c:2231
diff --git a/po/ar.po b/po/ar.po
index bf42e78..22283a0 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -750,7 +750,7 @@ msgid _Rename...
 msgstr _أعد تسمية...
 
 #: ../src/xfdesktop-file-icon-manager.c:1724
-msgid _Arrange Desktop Icons
+msgid Arrange Desktop _Icons
 msgstr ترتيب _أيقونات سطح المكتب
 
 #: ../src/xfdesktop-file-icon-manager.c:1734
@@ -759,7 +759,7 @@ msgstr إعدادات _سطح المكتب...
 
 #: ../src/xfdesktop-file-icon-manager.c:1744
 #: ../src/xfdesktop-volume-icon.c:731
-msgid _Properties...
+msgid P_roperties...
 msgstr _خصائص...
 
 #: ../src/xfdesktop-file-icon-manager.c:2362
diff --git a/po/ast.po b/po/ast.po
index fe7c581..92f85bb 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -725,7 +725,7 @@ msgstr _Configuración d'escritoriu...
 
 #: ../src/xfdesktop-file-icon-manager.c:1677
 #: ../src/xfdesktop-volume-icon.c:701
-msgid _Properties...
+msgid P_roperties...
 msgstr _Propiedaes...
 
 #: ../src/xfdesktop-file-icon-manager.c:2231
diff --git a/po/az.po b/po/az.po
index 4e05391..b8d3434 100644
--- a/po/az.po
+++ b/po/az.po
@@ -756,7 +756,7 @@ msgstr Masa Üstü Qurğuları
 #: ../src/xfdesktop-file-icon-manager.c:1677
 #: ../src/xfdesktop-volume-icon.c:701
 #, fuzzy
-msgid _Properties...
+msgid 

[Xfce4-commits] xfce4-panel:master Actions: Fix mnemonics conflict (bug #8657).

2012-04-13 Thread Nick Schermer
Updating branch refs/heads/master
 to 817439ea720ae5ca2d6fea0e547f237dd4c6af73 (commit)
   from 2025534504277c2d79e8278f877fa8d6140c5b70 (commit)

commit 817439ea720ae5ca2d6fea0e547f237dd4c6af73
Author: Nick Schermer n...@xfce.org
Date:   Fri Apr 13 18:53:41 2012 +0200

Actions: Fix mnemonics conflict (bug #8657).

 plugins/actions/actions.c |2 +-
 po/ar.po  |2 +-
 po/ca.po  |2 +-
 po/cs.po  |2 +-
 po/da.po  |2 +-
 po/de.po  |2 +-
 po/el.po  |2 +-
 po/eo.po  |2 +-
 po/es.po  |2 +-
 po/et.po  |2 +-
 po/eu.po  |2 +-
 po/fa.po  |2 +-
 po/fi.po  |2 +-
 po/fr.po  |2 +-
 po/gl.po  |2 +-
 po/he.po  |2 +-
 po/hr.po  |2 +-
 po/hu.po  |2 +-
 po/id.po  |2 +-
 po/it.po  |2 +-
 po/ja.po  |2 +-
 po/kk.po  |2 +-
 po/ko.po  |2 +-
 po/lt.po  |2 +-
 po/nl.po  |2 +-
 po/nn.po  |2 +-
 po/pl.po  |2 +-
 po/pt.po  |2 +-
 po/pt_BR.po   |2 +-
 po/ru.po  |2 +-
 po/sk.po  |2 +-
 po/te.po  |2 +-
 po/tr.po  |2 +-
 po/uk.po  |2 +-
 po/zh_CN.po   |2 +-
 po/zh_TW.po   |2 +-
 36 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/plugins/actions/actions.c b/plugins/actions/actions.c
index 30c2c51..ebc7b5b 100644
--- a/plugins/actions/actions.c
+++ b/plugins/actions/actions.c
@@ -171,7 +171,7 @@ static ActionEntry action_entries[] =
   { ACTION_TYPE_LOCK_SCREEN,
 lock-screen,
 N_(Lock Screen),
-N_(L_ock Screen),
+N_(Loc_k Screen),
 NULL, NULL, /* not needed */
 system-lock-screen
   },
diff --git a/po/ar.po b/po/ar.po
index 91af09c..86d560f 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -726,7 +726,7 @@ msgid Lock Screen
 msgstr اقفل الشاشة
 
 #: ../plugins/actions/actions.c:179
-msgid L_ock Screen
+msgid Loc_k Screen
 msgstr اقفل الشاشة
 
 #: ../plugins/actions/actions.c:184
diff --git a/po/ca.po b/po/ca.po
index 7fceeeb..f891b66 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -784,7 +784,7 @@ msgid Lock Screen
 msgstr Blocar la pantalla
 
 #: ../plugins/actions/actions.c:174
-msgid L_ock Screen
+msgid Loc_k Screen
 msgstr _Bloca la pantalla
 
 #: ../plugins/actions/actions.c:180
diff --git a/po/cs.po b/po/cs.po
index 3c6daa6..fe6e386 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -766,7 +766,7 @@ msgid Lock Screen
 msgstr Uzamknout obrazovku
 
 #: ../plugins/actions/actions.c:174
-msgid L_ock Screen
+msgid Loc_k Screen
 msgstr U_zamknutí obrazovky
 
 #: ../plugins/actions/actions.c:180
diff --git a/po/da.po b/po/da.po
index 4f16c88..d665230 100644
--- a/po/da.po
+++ b/po/da.po
@@ -775,7 +775,7 @@ msgid Lock Screen
 msgstr Lås skærm
 
 #: ../plugins/actions/actions.c:179
-msgid L_ock Screen
+msgid Loc_k Screen
 msgstr Lå_s skærm
 
 #: ../plugins/actions/actions.c:184
diff --git a/po/de.po b/po/de.po
index 60f087e..473f35a 100644
--- a/po/de.po
+++ b/po/de.po
@@ -798,7 +798,7 @@ msgid Lock Screen
 msgstr Bildschirm sperren
 
 #: ../plugins/actions/actions.c:174
-msgid L_ock Screen
+msgid Loc_k Screen
 msgstr Bildschirm _sperren
 
 #: ../plugins/actions/actions.c:180
diff --git a/po/el.po b/po/el.po
index fb373b6..7425e91 100644
--- a/po/el.po
+++ b/po/el.po
@@ -781,7 +781,7 @@ msgid Lock Screen
 msgstr Κλείδωμα οθόνης
 
 #: ../plugins/actions/actions.c:174
-msgid L_ock Screen
+msgid Loc_k Screen
 msgstr Κλ_είδωμα οθόνης
 
 #: ../plugins/actions/actions.c:180
diff --git a/po/eo.po b/po/eo.po
index 79ac2d5..166b0a6 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -742,7 +742,7 @@ msgid Lock Screen
 msgstr Ŝlosu la ekranon
 
 #: ../plugins/actions/actions.c:179
-msgid L_ock Screen
+msgid Loc_k Screen
 msgstr Ŝl_osu la ekranon
 
 #: ../plugins/actions/actions.c:184
diff --git a/po/es.po b/po/es.po
index 3cac29f..67837ec 100644
--- a/po/es.po
+++ b/po/es.po
@@ -769,7 +769,7 @@ msgid Lock Screen
 msgstr Bloquear pantalla
 
 #: ../plugins/actions/actions.c:179
-msgid L_ock Screen
+msgid Loc_k Screen
 msgstr Bl_oquear Pantalla
 
 #: ../plugins/actions/actions.c:184
diff --git a/po/et.po b/po/et.po
index 7006c18..2c4515a 100644
--- a/po/et.po
+++ b/po/et.po
@@ -739,7 +739,7 @@ msgid Lock Screen
 msgstr Lukusta ekraan
 
 #: ../plugins/actions/actions.c:179
-msgid L_ock Screen
+msgid Loc_k Screen
 msgstr L_ukusta ekraan
 
 #: ../plugins/actions/actions.c:184
diff --git a/po/eu.po b/po/eu.po
index 33a03d8..b4447f7 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -771,7 +771,7 @@ msgid Lock Screen
 msgstr Blokeatu pantaila
 
 #: ../plugins/actions/actions.c:174

[Xfce4-commits] xfce4-appfinder:master Don't use deprecated g_mapped_file_free (bug #8649).

2012-04-13 Thread Nick Schermer
Updating branch refs/heads/master
 to 354628c40442a308127bb52524b005e1b14755cb (commit)
   from 21d7348bd2fb5d9b882a49254f62495fc72dac3f (commit)

commit 354628c40442a308127bb52524b005e1b14755cb
Author: Nick Schermer n...@xfce.org
Date:   Fri Apr 13 18:56:14 2012 +0200

Don't use deprecated g_mapped_file_free (bug #8649).

 src/appfinder-model.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/appfinder-model.c b/src/appfinder-model.c
index a1cc770..9e8bcfe 100644
--- a/src/appfinder-model.c
+++ b/src/appfinder-model.c
@@ -1105,7 +1105,7 @@ xfce_appfinder_model_history_changed (GFileMonitor   
*monitor,
 }
 }
 
-  g_mapped_file_free (history);
+  g_mapped_file_unref (history);
 }
   else
 {
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-appfinder:master Don't use 2nd deprecated g_mapped_file_free (bug #8649).

2012-04-13 Thread Nick Schermer
Updating branch refs/heads/master
 to a9336a8f0d82fb6c383bf8d811ba0560de39865c (commit)
   from 354628c40442a308127bb52524b005e1b14755cb (commit)

commit a9336a8f0d82fb6c383bf8d811ba0560de39865c
Author: Nick Schermer n...@xfce.org
Date:   Fri Apr 13 18:57:39 2012 +0200

Don't use 2nd deprecated g_mapped_file_free (bug #8649).

 src/appfinder-model.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/appfinder-model.c b/src/appfinder-model.c
index 9e8bcfe..aaf3a7d 100644
--- a/src/appfinder-model.c
+++ b/src/appfinder-model.c
@@ -1617,7 +1617,7 @@ xfce_appfinder_model_collect_thread (gpointer user_data)
   if (G_LIKELY (history != NULL))
 {
   xfce_appfinder_model_collect_history (model, history);
-  g_mapped_file_free (history);
+  g_mapped_file_unref (history);
 }
   else
 {
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master Clock: Fix compiler warning (bug #8648).

2012-04-13 Thread Nick Schermer
Updating branch refs/heads/master
 to ee96a179c84eaea3e87b00c1034832682f563b0b (commit)
   from 817439ea720ae5ca2d6fea0e547f237dd4c6af73 (commit)

commit ee96a179c84eaea3e87b00c1034832682f563b0b
Author: Nick Schermer n...@xfce.org
Date:   Fri Apr 13 18:59:50 2012 +0200

Clock: Fix compiler warning (bug #8648).

 plugins/clock/clock-binary.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/clock/clock-binary.c b/plugins/clock/clock-binary.c
index de0e2aa..c6d26ce 100644
--- a/plugins/clock/clock-binary.c
+++ b/plugins/clock/clock-binary.c
@@ -354,7 +354,7 @@ xfce_clock_binary_expose_event_binary (XfceClockBinary 
*binary,
   gint remain_h, remain_w;
   gint offset_x, offset_y;
   gint w, h, y;
-  gint ticks;
+  gint ticks = 0;
 
   if (G_UNLIKELY (GTK_WIDGET_STATE (binary) == GTK_STATE_INSENSITIVE))
 {
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfwm4:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 72b81849361ae0e76b4e5952d3bd0e902abbbfb0 (commit)
   from f04b2e4d7df73d86684e7a23ae4ae34345e275a5 (commit)

commit 72b81849361ae0e76b4e5952d3bd0e902abbbfb0
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 19:16:57 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |8 
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 778a779..bbcd73e 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -8,8 +8,8 @@ msgid 
 msgstr 
 Project-Id-Version: xfwm4 4.4.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-09 20:48+\n
-PO-Revision-Date: 2012-04-10 10:15+0900\n
+POT-Creation-Date: 2012-04-13 16:48+\n
+PO-Revision-Date: 2012-04-14 02:16+0900\n
 Last-Translator: Seong-ho Cho darkcircle.0...@gmail.com\n
 Language-Team: xfce-i18n xfce-i...@xfce.org\n
 Language: ko\n
@@ -669,8 +669,8 @@ msgid At the _center of the screen
 msgstr 화면 한 가운데(_C)
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:9
-msgid Automaticaly _tile windows when moving toward the screen edge
-msgstr 화면 모서리로 창을 옮길 때 자동으로 타일 배치(_T)
+msgid Automatically _tile windows when moving toward the screen edge
+msgstr 화면 모서리로 창을 옮길 때 자동으로 바둑판 배치(_T)
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:10
 msgid By default, place windows:
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] terminal:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 55cc280cbb3bfea152c2f6dad68d1f9e45dbac16 (commit)
   from f5407a7281e32f43b725467f9858c1bb5142a37a (commit)

commit 55cc280cbb3bfea152c2f6dad68d1f9e45dbac16
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 19:19:22 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index f418f8a..f3b52d8 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1102,7 +1102,7 @@ msgstr 새 터미널 탭이나 새 창이 열릴 때 $TERM 환경 변수에 들
 
 #: ../Terminal.glade.h:94
 msgid Tiled
-msgstr 타일형 배치
+msgstr 바둑판 배치
 
 #: ../Terminal.glade.h:95
 msgid Title
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-session:master Fallback to old method for shutdown (bug #8630).

2012-04-13 Thread Nick Schermer
Updating branch refs/heads/master
 to 5992ea6bbfd19ec44df276e704b403320cfe6779 (commit)
   from ae4cdddc8a0165cfed353c76ef042ca2b0b9ffb3 (commit)

commit 5992ea6bbfd19ec44df276e704b403320cfe6779
Author: Nick Schermer n...@xfce.org
Date:   Fri Apr 13 19:19:14 2012 +0200

Fallback to old method for shutdown (bug #8630).

 xfce4-session-logout/main.c |   37 +
 1 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/xfce4-session-logout/main.c b/xfce4-session-logout/main.c
index 1bc73cd..5af54c6 100644
--- a/xfce4-session-logout/main.c
+++ b/xfce4-session-logout/main.c
@@ -51,6 +51,16 @@ gboolean opt_hibernate = FALSE;
 gboolean allow_save = FALSE;
 gboolean opt_version = FALSE;
 
+enum
+{
+  XFSM_SHUTDOWN_ASK = 0,
+  XFSM_SHUTDOWN_LOGOUT,
+  XFSM_SHUTDOWN_HALT,
+  XFSM_SHUTDOWN_REBOOT,
+  XFSM_SHUTDOWN_SUSPEND,
+  XFSM_SHUTDOWN_HIBERNATE
+};
+
 static GOptionEntry option_entries[] =
 {
   { logout, 'l', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, opt_logout,
@@ -112,6 +122,7 @@ main (int argc, char **argv)
   gboolean have_display;
   gboolean show_dialog;
   gboolean result = FALSE;
+  guintshutdown_type;
 
   xfce_textdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, UTF-8);
 
@@ -178,6 +189,32 @@ main (int argc, char **argv)
 }
 }
 
+  /* fallback for the old 4.8 API dbus, so users can logout if
+   * they upgraded their system, see bug #8630 */
+  if (!result  g_error_matches (err, DBUS_GERROR, 
DBUS_GERROR_UNKNOWN_METHOD))
+{
+  g_clear_error (err);
+
+  if (opt_logout)
+shutdown_type = XFSM_SHUTDOWN_LOGOUT;
+  else if (opt_halt)
+shutdown_type = XFSM_SHUTDOWN_HALT;
+  else if (opt_reboot)
+shutdown_type = XFSM_SHUTDOWN_REBOOT;
+  else if (opt_suspend)
+shutdown_type = XFSM_SHUTDOWN_SUSPEND;
+  else if (opt_hibernate)
+shutdown_type = XFSM_SHUTDOWN_HIBERNATE;
+  else
+shutdown_type = XFSM_SHUTDOWN_ASK;
+
+  result = dbus_g_proxy_call (proxy, Shutdown, err,
+  G_TYPE_UINT, shutdown_type,
+  G_TYPE_BOOLEAN, allow_save,
+  G_TYPE_INVALID, G_TYPE_INVALID);
+}
+
+
   if (proxy != NULL)
 g_object_unref (proxy);
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] terminal:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to af7b4924c0c097cbe430f9ee34c2e1ef5798ca4f (commit)
   from 55cc280cbb3bfea152c2f6dad68d1f9e45dbac16 (commit)

commit af7b4924c0c097cbe430f9ee34c2e1ef5798ca4f
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 19:20:53 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index f3b52d8..c58bb52 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1102,7 +1102,7 @@ msgstr 새 터미널 탭이나 새 창이 열릴 때 $TERM 환경 변수에 들
 
 #: ../Terminal.glade.h:94
 msgid Tiled
-msgstr 바둑판 배치
+msgstr 바둑판
 
 #: ../Terminal.glade.h:95
 msgid Title
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:ristretto-0.3 l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/ristretto-0.3
 to 2c215fde662cc9e83aa28dcb40a79a80c4c6785d (commit)
   from e256e206231eb47298bc60a216312fe300b8a0f2 (commit)

commit 2c215fde662cc9e83aa28dcb40a79a80c4c6785d
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 19:21:40 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index fb6f133..ad16ef8 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -624,7 +624,7 @@ msgstr 가운데
 
 #: ../src/xfce_wallpaper_manager.c:513
 msgid Tiled
-msgstr 타일
+msgstr 바둑판
 
 #: ../src/xfce_wallpaper_manager.c:516
 msgid Stretched
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to 89e3c36a3ffe847f3579142cbc983fb7c1bf0ead (commit)
   from 956fae78aa1cc5d8f739a25ddeb0228e17615a8c (commit)

commit 89e3c36a3ffe847f3579142cbc983fb7c1bf0ead
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 19:22:31 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index edfc4d7..99b8fcb 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -774,7 +774,7 @@ msgstr 가운데
 
 #: ../src/xfce_wallpaper_manager.c:518
 msgid Tiled
-msgstr 타일
+msgstr 바둑판
 
 #: ../src/xfce_wallpaper_manager.c:521
 msgid Stretched
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] terminal:master l10n: Updated Korean (ko) translation to 100%

2012-04-13 Thread Transifex
Updating branch refs/heads/master
 to bf155262b70c94ecb13e55906cb0b3876071e893 (commit)
   from af7b4924c0c097cbe430f9ee34c2e1ef5798ca4f (commit)

commit bf155262b70c94ecb13e55906cb0b3876071e893
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Fri Apr 13 19:27:26 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index c58bb52..1de99e9 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1038,7 +1038,7 @@ msgstr 스크롤 복귀(_B):
 
 #: ../Terminal.glade.h:76
 msgid Scrolling
-msgstr 스크롤링
+msgstr 스크롤
 
 #: ../Terminal.glade.h:77
 msgid Select Background Image File
@@ -1046,7 +1046,7 @@ msgstr 배경 그림 파일을 선택합니다
 
 #: ../Terminal.glade.h:78
 msgid Select this option to force Terminal to run your shell as a login shell 
when you open new terminals. See the documentation of your shell for details 
about differences between running it as interactive shell and running it as 
login shell.
-msgstr 새로운 터미널을 열 때 로긴 셸로 셸을 시작하는 옵션입니다. 인터렉티브 셸과 로긴 셸의 차이점은 셸의 문서를 참고하세요.
+msgstr 새로운 터미널을 열 때 로그인 셸로 셸을 시작하는 옵션입니다. 인터렉티브 셸과 로그인 셸의 차이점은 셸의 문서를 참고하세요.
 
 #: ../Terminal.glade.h:79
 msgid Shortcut Keys
@@ -1054,7 +1054,7 @@ msgstr 바로 가기 키
 
 #: ../Terminal.glade.h:80
 msgid Specifies the number of lines that you can scroll back using the 
scrollbar.
-msgstr 스크롤막대로 볼 수 있는 줄 수를 지정합니다.
+msgstr 스크롤 막대로 볼 수 있는 줄 수를 지정합니다.
 
 #: ../Terminal.glade.h:81
 msgid St_yle:
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-session:master Improve xflock4 script (bug #3770).

2012-04-13 Thread Nick Schermer
Updating branch refs/heads/master
 to 597a19ad0af55978b2d98cb94874901921ffb5dd (commit)
   from 5992ea6bbfd19ec44df276e704b403320cfe6779 (commit)

commit 597a19ad0af55978b2d98cb94874901921ffb5dd
Author: Nick Schermer n...@xfce.org
Date:   Fri Apr 13 19:31:42 2012 +0200

Improve xflock4 script (bug #3770).

 scripts/xflock4 |   39 +--
 1 files changed, 29 insertions(+), 10 deletions(-)

diff --git a/scripts/xflock4 b/scripts/xflock4
index fcf3323..ec4d05d 100644
--- a/scripts/xflock4
+++ b/scripts/xflock4
@@ -3,6 +3,8 @@
 #  xfce4
 #
 #  Copyright (C) 1999, 2003 Olivier Fourdan (four...@xfce.org)
+#  Copyright (C) 2011   Guido Berhoerster (guido+xfce@berhoerster.name)
+#  Copyright (C) 2011   Jarno Suni (8...@iki.fi)
 #
 #  This program is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
@@ -19,13 +21,30 @@
 #  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #
 
-if test x`which xscreensaver-command 2/dev/null` != x; then
-xscreensaver-command -lock 
-elif test x`which gnome-screensaver-command 2/dev/null` != x; then
-gnome-screensaver-command --lock
-elif test x`which slock 2/dev/null` != x; then
-   slock
-else
-xlock $*
-fi
-exit 0
+PATH=/bin:/usr/bin
+export PATH
+
+# Lock by xscreensaver or gnome-screensaver, if a respective daemon is running
+for lock_cmd in \
+xscreensaver-command -lock \
+gnome-screensaver-command --lock
+do
+$lock_cmd /dev/null 21  exit
+done
+
+# else run another access locking utility, if installed
+for lock_cmd in \
+  xlock -mode blank \
+  slock
+  do
+set -- $lock_cmd
+if command -v -- $1 /dev/null 21; then
+$lock_cmd /dev/null 21 
+   # turn off display backlight:
+   xset dpms force off
+exit
+fi
+done
+
+# else access locking failed
+exit 1
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] libxfce4ui:master Remove unused function prototype.

2012-04-13 Thread Nick Schermer
Updating branch refs/heads/master
 to 03cbe61157040df44e6185d9a1f473a098833b55 (commit)
   from acc2ae98b9ff5c47e42e9bfeb05e35ac0de58c2f (commit)

commit 03cbe61157040df44e6185d9a1f473a098833b55
Author: Nick Schermer n...@xfce.org
Date:   Fri Apr 13 20:30:43 2012 +0200

Remove unused function prototype.

 libxfce4kbd-private/xfce-shortcuts-grabber.h |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/libxfce4kbd-private/xfce-shortcuts-grabber.h 
b/libxfce4kbd-private/xfce-shortcuts-grabber.h
index 6df0df6..e240226 100644
--- a/libxfce4kbd-private/xfce-shortcuts-grabber.h
+++ b/libxfce4kbd-private/xfce-shortcuts-grabber.h
@@ -39,9 +39,6 @@ typedef struct _XfceShortcutsGrabber
XfceShortcutsGrabber;
 GType xfce_shortcuts_grabber_get_type  (void) G_GNUC_CONST;
 
 XfceShortcutsGrabber *xfce_shortcuts_grabber_new   (void) 
G_GNUC_MALLOC;
-gchar*xfce_shortcuts_grabber_shortcut_name 
(XfceShortcutsGrabber *grabber,
-guint  
   keycode,
-guint  
   modifiers);
 void  xfce_shortcuts_grabber_add   
(XfceShortcutsGrabber *grabber,
 const gchar
  *shortcut);
 void  xfce_shortcuts_grabber_remove
(XfceShortcutsGrabber *grabber,
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-power-manager:master Fix brightness not working with numlock on (bug #6549).

2012-04-13 Thread Nick Schermer
Updating branch refs/heads/master
 to 4996f3d4efb13177f312d35bdf6cee7f7843a883 (commit)
   from d0dc2abf77c6a1439e871ac2880c95423411f2df (commit)

commit 4996f3d4efb13177f312d35bdf6cee7f7843a883
Author: Christoph Mende ange...@gentoo.org
Date:   Fri Apr 13 20:36:27 2012 +0200

Fix brightness not working with numlock on (bug #6549).

 src/xfpm-button.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/xfpm-button.c b/src/xfpm-button.c
index d2a92e0..70c07a1 100644
--- a/src/xfpm-button.c
+++ b/src/xfpm-button.c
@@ -125,7 +125,7 @@ xfpm_button_grab_keystring (XfpmButton *button, guint 
keycode)
 {
 Display *display;
 guint ret;
-guint modmask = 0;
+guint modmask = AnyModifier;
 
 display = GDK_DISPLAY ();
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-power-manager:master Prevent idle being called on removed battery (bug #7851).

2012-04-13 Thread Nick Schermer
Updating branch refs/heads/master
 to eeab7c3ab4b681cce46d76068995e62cf666750a (commit)
   from 4996f3d4efb13177f312d35bdf6cee7f7843a883 (commit)

commit eeab7c3ab4b681cce46d76068995e62cf666750a
Author: Nick Schermer n...@xfce.org
Date:   Fri Apr 13 20:40:48 2012 +0200

Prevent idle being called on removed battery (bug #7851).

 src/xfpm-battery.c |   16 
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/src/xfpm-battery.c b/src/xfpm-battery.c
index 763b014..34a1da1 100644
--- a/src/xfpm-battery.c
+++ b/src/xfpm-battery.c
@@ -71,6 +71,8 @@ struct XfpmBatteryPrivate
 
 gulong sig;
 gulong sig_bt;
+
+guint   notify_idle;
 };
 
 enum
@@ -360,9 +362,11 @@ xfpm_battery_notify (XfpmBattery *battery)
 static gboolean
 xfpm_battery_notify_idle (gpointer data)
 {
-XfpmBattery *battery;
-battery = XFPM_BATTERY (data);
+XfpmBattery *battery = XFPM_BATTERY (data);
+
 xfpm_battery_notify (battery);
+battery-priv-notify_idle = 0;
+
 return FALSE;
 }
 
@@ -390,7 +394,8 @@ xfpm_battery_notify_state (XfpmBattery *battery)
  
if ( notify )
{
-   g_idle_add ((GSourceFunc) xfpm_battery_notify_idle, battery);
+   if (battery-priv-notify_idle == 0)
+   battery-priv-notify_idle = g_idle_add 
(xfpm_battery_notify_idle, battery);
}
 }
 }
@@ -764,7 +769,10 @@ xfpm_battery_finalize (GObject *object)
 battery = XFPM_BATTERY (object);
 
 g_free (battery-priv-icon_prefix);
-
+
+if (battery-priv-notify_idle != 0)
+g_source_remove (battery-priv-notify_idle);
+
 dbus_g_proxy_disconnect_signal (battery-priv-proxy, Changed,
G_CALLBACK (xfpm_battery_changed_cb), 
battery);

___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


  1   2   >