[Xfce4-commits] ristretto:master Fix memory-leak

2012-04-15 Thread Stephan Arts
Updating branch refs/heads/master
 to 7496a3ff356a772d324ce166ac6ea1ea053b (commit)
   from fc345ef5aadf8668f58da478ca5a30ab510ac274 (commit)

commit 7496a3ff356a772d324ce166ac6ea1ea053b
Author: Stephan Arts step...@xfce.org
Date:   Sun Apr 15 08:07:33 2012 +0200

Fix memory-leak

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

diff --git a/src/image_list.c b/src/image_list.c
index 569dd3a..d0b5934 100644
--- a/src/image_list.c
+++ b/src/image_list.c
@@ -625,6 +625,7 @@ rstto_image_list_set_directory (
 const gchar *filename;
 const gchar *content_type;
 GFile *child_file;
+RsttoFile *r_file;
 
 /* Source code block */
 rstto_image_list_remove_all (image_list);
@@ -643,10 +644,13 @@ rstto_image_list_set_directory (
 filename = g_file_info_get_name (file_info);
 content_type  = g_file_info_get_content_type (file_info);
 child_file = g_file_get_child (dir, filename);
+r_file = rstto_file_new (child_file);
 if (strncmp (content_type, image/, 6) == 0)
 {
-rstto_image_list_add_file (image_list, rstto_file_new 
(child_file), NULL);
+rstto_image_list_add_file (image_list, r_file, NULL);
 }
+g_object_unref (r_file);
+r_file = NULL;
 }
 g_object_unref (file_enumerator);
 file_enumerator = NULL;
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to d2e034b9bac0e2f4d7613b275582974265896fa0 (commit)
   from aa311c2f7b47c0b98f40ab6254ed48acdd225ef4 (commit)

commit d2e034b9bac0e2f4d7613b275582974265896fa0
Author: Masato Hashimoto hash...@xfce.org
Date:   Sun Apr 15 08:30:23 2012 +0200

l10n: Updated Japanese (ja) translation to 100%

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

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

 po/ja.po |   99 ++
 1 files changed, 48 insertions(+), 51 deletions(-)

diff --git a/po/ja.po b/po/ja.po
index 4d4a63f..351750f 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1,18 +1,19 @@
 # $Id$
 #
 # Japanese translations for xfce4-taskmanager package.
-# Copyright (C) 2005-2006 Johannes Zellner.
+# Copyright (C) 2005-2012 Johannes Zellner.
 # This file is distributed under the same license as
 #   the xfce4-taskmanager 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-taskmanager 0.4.0-rc1\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-10-05 21:55+0900\n
-PO-Revision-Date: 2010-10-05 21:55+0900\n
+POT-Creation-Date: 2010-10-01 20:37+0900\n
+PO-Revision-Date: 2012-04-15 15:30+0900\n
 Last-Translator: Masato Hashimoto cabezon.hashim...@gmail.com\n
 Language-Team: Japanese xfce-users...@ml.fdiary.net\n
 Language: ja\n
@@ -22,15 +23,15 @@ msgstr 
 
 #: ../xfce4-taskmanager.desktop.in.h:1 ../src/process-window.c:309
 msgid Easy to use task manager
-msgstr 使いやすいタスクマネージャ
+msgstr 使いやすいタスクマネージャーです
 
 #: ../xfce4-taskmanager.desktop.in.h:2 ../src/exec-tool-button.c:89
 #: ../src/exec-tool-button.c:134 ../src/main.c:156
-#: ../src/process-tree-view.c:355 ../src/process-tree-view.c:370
-#: ../src/process-tree-view.c:389 ../src/process-window.c:304
+#: ../src/process-tree-view.c:345 ../src/process-tree-view.c:360
+#: ../src/process-tree-view.c:379 ../src/process-window.c:304
 #: ../src/process-window.ui.h:1
 msgid Task Manager
-msgstr タスクマネージャ
+msgstr タスクマネージャー
 
 #: ../src/exec-tool-button.c:87 ../src/exec-tool-button.c:131
 msgid Execution error
@@ -42,7 +43,7 @@ msgstr 起動するデフォルトコマンドが見つかりませんでした
 
 #: ../src/exec-tool-button.c:164
 msgid Run Task Manager as root
-msgstr タスクマネージャを root で起動
+msgstr タスクマネージャーを root で起動
 
 #: ../src/exec-tool-button.c:175 ../src/exec-tool-button.c:177
 #: ../src/exec-tool-button.c:179
@@ -51,11 +52,11 @@ msgstr プログラムの実行...
 
 #: ../src/exec-tool-button.c:182
 msgid Application Finder
-msgstr アプリケーションファインダ
+msgstr アプリケーションファインダー
 
 #: ../src/exec-tool-button.c:185
 msgid Terminal emulator
-msgstr ターミナルエミュレータ
+msgstr ターミナルエミュレーター
 
 #: ../src/exec-tool-button.c:187
 msgid XTerm
@@ -107,61 +108,61 @@ msgstr スワップ: %s%%
 msgid Processes: %d
 msgstr プロセス: %d
 
-#: ../src/process-tree-view.c:125
+#: ../src/process-tree-view.c:131
 msgid Task
 msgstr タスク
 
-#: ../src/process-tree-view.c:136 ../src/settings-tool-button.c:174
+#: ../src/process-tree-view.c:148 ../src/settings-tool-button.c:174
 msgid PID
 msgstr PID
 
-#: ../src/process-tree-view.c:144 ../src/settings-tool-button.c:175
+#: ../src/process-tree-view.c:156 ../src/settings-tool-button.c:175
 msgid PPID
 msgstr PPID
 
-#: ../src/process-tree-view.c:152 ../src/settings-tool-button.c:176
+#: ../src/process-tree-view.c:164 ../src/settings-tool-button.c:176
 msgid State
 msgstr 状態
 
-#: ../src/process-tree-view.c:161
+#: ../src/process-tree-view.c:173
 msgid VSZ
 msgstr VSZ
 
-#: ../src/process-tree-view.c:169
+#: ../src/process-tree-view.c:181
 msgid RSS
 msgstr RSS
 
-#: ../src/process-tree-view.c:177 ../src/settings-tool-button.c:179
+#: ../src/process-tree-view.c:189 ../src/settings-tool-button.c:179
 msgid UID
 msgstr UID
 
-#: ../src/process-tree-view.c:185 ../src/settings-tool-button.c:180
+#: ../src/process-tree-view.c:197 ../src/settings-tool-button.c:180
 msgid CPU
 msgstr CPU
 
 #. TRANSLATORS: “Prio.” is short for Priority, it appears in the tree view 
header.
-#: ../src/process-tree-view.c:194
+#: ../src/process-tree-view.c:206
 msgid Prio.
 msgstr 優先度
 
-#: ../src/process-tree-view.c:352
+#: ../src/process-tree-view.c:342
 msgid Terminate task
 msgstr タスクを終了
 
-#: ../src/process-tree-view.c:352
+#: ../src/process-tree-view.c:342
 msgid Kill task
 msgstr タスクを Kill
 
-#: ../src/process-tree-view.c:354
+#: ../src/process-tree-view.c:344
 #, c-format
 msgid Are you sure you want to send a signal to the PID %d?
 msgstr PID %d へシグナルを送信しますか?
 
-#: ../src/process-tree-view.c:366
+#: ../src/process-tree-view.c:356
 msgid Error sending signal
 msgstr シグナル送信エラー
 
-#: ../src/process-tree-view.c:368
+#: ../src/process-tree-view.c:358
 #, c-format
 msgid 
 An error was encountered by sending a signal to the PID %d. It is likely you 
@@ -169,11 +170,11 @@ msgid 
 msgstr 
 PID %d へのシグナル送信でエラーが発生しました。必要な権限がないと思われます。
 
-#: ../src/process-tree-view.c:386

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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 08fed3faec07f37690c75882999e7fd677e843d8 (commit)
   from d2e034b9bac0e2f4d7613b275582974265896fa0 (commit)

commit 08fed3faec07f37690c75882999e7fd677e843d8
Author: Masato Hashimoto hash...@xfce.org
Date:   Sun Apr 15 08:42:46 2012 +0200

l10n: Updated Japanese (ja) translation to 100%

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

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

 po/ja.po |  130 --
 1 files changed, 67 insertions(+), 63 deletions(-)

diff --git a/po/ja.po b/po/ja.po
index 351750f..b978061 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -12,8 +12,8 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-taskmanager 0.4.0-rc1\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-10-01 20:37+0900\n
-PO-Revision-Date: 2012-04-15 15:30+0900\n
+POT-Creation-Date: 2012-04-15 15:41+0900\n
+PO-Revision-Date: 2012-04-15 15:41+0900\n
 Last-Translator: Masato Hashimoto cabezon.hashim...@gmail.com\n
 Language-Team: Japanese xfce-users...@ml.fdiary.net\n
 Language: ja\n
@@ -21,18 +21,18 @@ msgstr 
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 
-#: ../xfce4-taskmanager.desktop.in.h:1 ../src/process-window.c:309
-msgid Easy to use task manager
-msgstr 使いやすいタスクマネージャーです
-
-#: ../xfce4-taskmanager.desktop.in.h:2 ../src/exec-tool-button.c:89
+#: ../xfce4-taskmanager.desktop.in.h:1 ../src/exec-tool-button.c:89
 #: ../src/exec-tool-button.c:134 ../src/main.c:156
-#: ../src/process-tree-view.c:345 ../src/process-tree-view.c:360
-#: ../src/process-tree-view.c:379 ../src/process-window.c:304
+#: ../src/process-tree-view.c:355 ../src/process-tree-view.c:370
+#: ../src/process-tree-view.c:398 ../src/process-window.c:304
 #: ../src/process-window.ui.h:1
 msgid Task Manager
 msgstr タスクマネージャー
 
+#: ../xfce4-taskmanager.desktop.in.h:2 ../src/process-window.c:309
+msgid Easy to use task manager
+msgstr 使いやすいタスクマネージャーです
+
 #: ../src/exec-tool-button.c:87 ../src/exec-tool-button.c:131
 msgid Execution error
 msgstr 実行エラー
@@ -108,61 +108,61 @@ msgstr スワップ: %s%%
 msgid Processes: %d
 msgstr プロセス: %d
 
-#: ../src/process-tree-view.c:131
+#: ../src/process-tree-view.c:125
 msgid Task
 msgstr タスク
 
-#: ../src/process-tree-view.c:148 ../src/settings-tool-button.c:174
+#: ../src/process-tree-view.c:136 ../src/settings-tool-button.c:174
 msgid PID
 msgstr PID
 
-#: ../src/process-tree-view.c:156 ../src/settings-tool-button.c:175
+#: ../src/process-tree-view.c:144 ../src/settings-tool-button.c:175
 msgid PPID
 msgstr PPID
 
-#: ../src/process-tree-view.c:164 ../src/settings-tool-button.c:176
+#: ../src/process-tree-view.c:152 ../src/settings-tool-button.c:176
 msgid State
 msgstr 状態
 
-#: ../src/process-tree-view.c:173
+#: ../src/process-tree-view.c:161
 msgid VSZ
 msgstr VSZ
 
-#: ../src/process-tree-view.c:181
+#: ../src/process-tree-view.c:169
 msgid RSS
 msgstr RSS
 
-#: ../src/process-tree-view.c:189 ../src/settings-tool-button.c:179
+#: ../src/process-tree-view.c:177 ../src/settings-tool-button.c:179
 msgid UID
 msgstr UID
 
-#: ../src/process-tree-view.c:197 ../src/settings-tool-button.c:180
+#: ../src/process-tree-view.c:185 ../src/settings-tool-button.c:180
 msgid CPU
 msgstr CPU
 
 #. TRANSLATORS: “Prio.” is short for Priority, it appears in the tree view 
header.
-#: ../src/process-tree-view.c:206
+#: ../src/process-tree-view.c:194
 msgid Prio.
 msgstr 優先度
 
-#: ../src/process-tree-view.c:342
+#: ../src/process-tree-view.c:352
 msgid Terminate task
 msgstr タスクを終了
 
-#: ../src/process-tree-view.c:342
+#: ../src/process-tree-view.c:352
 msgid Kill task
 msgstr タスクを Kill
 
-#: ../src/process-tree-view.c:344
+#: ../src/process-tree-view.c:354
 #, c-format
 msgid Are you sure you want to send a signal to the PID %d?
 msgstr PID %d へシグナルを送信しますか?
 
-#: ../src/process-tree-view.c:356
+#: ../src/process-tree-view.c:366
 msgid Error sending signal
 msgstr シグナル送信エラー
 
-#: ../src/process-tree-view.c:358
+#: ../src/process-tree-view.c:368
 #, c-format
 msgid 
 An error was encountered by sending a signal to the PID %d. It is likely you 
@@ -170,11 +170,11 @@ msgid 
 msgstr 
 PID %d へのシグナル送信でエラーが発生しました。必要な権限がないと思われます。
 
-#: ../src/process-tree-view.c:376
+#: ../src/process-tree-view.c:395
 msgid Error setting priority
 msgstr 優先度設定エラー
 
-#: ../src/process-tree-view.c:377
+#: ../src/process-tree-view.c:396
 #, c-format
 msgid 
 An error was encountered by setting a priority to the PID %d. It is likely 
@@ -182,43 +182,43 @@ msgid 
 msgstr 
 PID %d への優先度設定でエラーが発生しました。必要な権限がないと思われます。
 
-#: ../src/process-tree-view.c:393
+#: ../src/process-tree-view.c:412
 msgid Terminate
 msgstr 終了
 
-#: ../src/process-tree-view.c:400
+#: ../src/process-tree-view.c:420
 msgid Stop
 msgstr 停止
 
-#: ../src/process-tree-view.c:407
+#: ../src/process-tree-view.c:427
 msgid Continue
 msgstr 再開
 
-#: ../src/process-tree-view.c:413
+#: ../src/process-tree-view.c:433
 msgid Kill
 msgstr Kill
 

[Xfce4-commits] www:master l10n: Updated Lithuanian (lt) translation to 70%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to dad9e5fb2868f7bdaabd686ae9b4ce02e2c1952a (commit)
   from 3ab649faa57c9e95140a8f201c156b5987f60b19 (commit)

commit dad9e5fb2868f7bdaabd686ae9b4ce02e2c1952a
Author: Algimantas Margevičius margevicius.algiman...@gmail.com
Date:   Sun Apr 15 08:53:09 2012 +0200

l10n: Updated Lithuanian (lt) translation to 70%

New status: 263 messages complete with 0 fuzzies and 111 untranslated.

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

 lib/po/lt.po |  201 +++--
 1 files changed, 151 insertions(+), 50 deletions(-)

diff --git a/lib/po/lt.po b/lib/po/lt.po
index 322df0e..34f8cc4 100644
--- a/lib/po/lt.po
+++ b/lib/po/lt.po
@@ -9,7 +9,7 @@ msgstr 
 Project-Id-Version: www.xfce.org\n
 Report-Msgid-Bugs-To: https://bugzilla.xfce.org\n;
 POT-Creation-Date: 2012-04-14 18:28+0300\n
-PO-Revision-Date: 2012-04-14 19:46+0300\n
+PO-Revision-Date: 2012-04-15 09:51+0300\n
 Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
 Language-Team: Lietuvių \n
 Language: \n
@@ -362,6 +362,9 @@ msgid 
 If you think anything went wrong, ideas? Don't hesitate and send an email to 
 the Xfce translation mailing list, we're always there to help you!
 msgstr 
+Jei galvojate jog kažkas blogai arba turite minčių, nesikuklinkite ir 
+parašykite į Xfce vertėjų pašto konferenciją, mes visada ten, tam kad 
+padėtume jums!
 
 #: getinvolved/translation.php:49
 msgid 
@@ -372,6 +375,11 @@ msgid 
 translation. Many translators are happy to share the work or even appreciate 
 people discussing translations.
 msgstr 
+Palaikykite ryšį su esamais vertėjais. Ar jūsų kalba jau išversta ar 
+verčiama kažkieno kito, jūs turėtumėte dirbti kartu su kitais tos kalbos 
+vertėjais. Pasidalinkite darbą, taip sumažinsite krūvį ir pagerinsite 
+vertimo kokybę. Dauguma vertėjų noriai dalinasi darbu ir priima 
+konstruktyvią kritiką ar pasiūlymus.
 
 #: getinvolved/translation.php:53
 msgid 
@@ -379,6 +387,9 @@ msgid 
 example here is the French translation of xfce4-panel: a href=\http://git.;
 xfce.org/xfce/xfce4-panel/plain/po/fr.po\fr.po/a.
 msgstr 
+PO failų antraštė turi eilutę „Last-Translator“, pvz. Prancūzų xfce4-panel 
+vertime: a href=\http://git.xfce.org/xfce/xfce4-panel/plain/po/fr.po\;fr.
+po/a.
 
 #: getinvolved/translation.php:57
 msgid 
@@ -388,6 +399,10 @@ msgid 
 don't get a response in the upcoming weeks (2~3 weeks) you can consider 
 translating the different projects.
 msgstr 
+Galite parašyti el. laišką i18n pašto konferencijai(kopijos laukelyje 
+įrašykite dabartinio vertėjo adresą). Praneškite savo ketinimus ir laukite 
+atsakymo iš dabartinio vertėjo. Jei per 2-3 savaites negausite atsakymo, 
+galite pradėti versti kitą projektą.
 
 #: getinvolved/translation.php:61
 msgid 
@@ -397,6 +412,10 @@ msgid 
 use alternative possibilities like the a href=\http://groups.google.com/;
 support/\Google Groups/a.
 msgstr 
+Be susisiekimo su kitais vertėjais, dar galite naudoti ir privatų puslapį, 
+savo vertimo pasidalinimais. De facto vieta yra a href=\http://wiki.xfce.;
+org/translations/\wiki.xfce.org/a, bet galite naudoti ir kitas vietas a 
+href=\http://groups.google.com/support/\;Google Grupes/a.
 
 #: getinvolved/translation.php:66
 msgid 
@@ -404,14 +423,16 @@ msgid 
 coordinators. Usually you will find one coordinator per team who is allowed 
 to perform the following tasks:
 msgstr 
+Transifex leidžia jums tvarkyti komandą. Paprastai komandoje jūs rasite 
+vieną koordinatorių, kuris gali:
 
 #: getinvolved/translation.php:69
 msgid Accept or deny new translators in the team
-msgstr 
+msgstr Priimti ar atmesti naujus komandos vertėjus
 
 #: getinvolved/translation.php:70
 msgid Accept or deny a translation review
-msgstr 
+msgstr Priimti ar atmesti vertimų peržiūras
 
 #: getinvolved/translation.php:74
 msgid 
@@ -425,6 +446,13 @@ msgid 
 important whenever the translations have to use a standard vocabulary for 
 instance.
 msgstr 
+Koordinatorius neturėtų priimti naujų vertėjų, prieš tai nepasidomėjęs jų 
+istorija, ankstesniais kitų projektų vertimais. Jei nėra tikras ar naujas 
+narys turi pakankamų vertimo žinių, apie tai galima padiskutuoti per el. 
+paštą. Tada koordinatorius gali priimti naują narį, kuriam bus leidžiama 
+siųsti keitimus tiesiai į mūsų saugyklas arba koordinatorius gali naujo 
+nario paprašyti nusiųsti darbą peržiūrai. Šis procesas svarbus kai vertimai 
+turi naudoti standartinį žodyną.
 
 #: getinvolved/translation.php:78
 msgid 
@@ -432,6 +460,9 @@ msgid 
 new release, that consists into compiling each Xfce component with the 
 latest translations and making sure everything is in good shape.
 msgstr 
+Gera koordinatoriaus praktika yra vertimų peržiūra prieš naują leidimą, tai 
+susideda iš visų Xfce komponentų kompiliavimo, įdiegimo ir patikrinimo ar 
+viskas gerai.
 
 #: getinvolved/translation.php:83
 msgid Statistics
@@ -452,10 +483,22 @@ msgid 
 em). The other 

[Xfce4-commits] xfce4-mount-plugin:master Fix compilation with --enable-debug=full

2012-04-15 Thread Landry Breuil
Updating branch refs/heads/master
 to a49e596bc4f7daad53995bfdf8f6e79f667f2a42 (commit)
   from 8d6faab375f902631457bace31fa8f9debf201b6 (commit)

commit a49e596bc4f7daad53995bfdf8f6e79f667f2a42
Author: Mike Massonnet mmasson...@gmail.com
Date:   Sat Apr 14 21:13:16 2012 +0200

Fix compilation with --enable-debug=full

Signed-off-by: Landry Breuil lan...@xfce.org

 panel-plugin/devices.c  |   26 +-
 panel-plugin/mount-plugin.c |9 -
 2 files changed, 17 insertions(+), 18 deletions(-)

diff --git a/panel-plugin/devices.c b/panel-plugin/devices.c
index cafb5ca..82b7062 100644
--- a/panel-plugin/devices.c
+++ b/panel-plugin/devices.c
@@ -35,7 +35,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #ifdef HAVE_GETMNTENT
 #include mntent.h
 #include sys/vfs.h
-#elif HAVE_GETMNTINFO
+#elif defined (HAVE_GETMNTINFO)
 #include sys/param.h
 #include sys/mount.h
 #else
@@ -593,7 +593,7 @@ disks_refresh(GPtrArray * pdisks, GPtrArray *excluded_FSs)
 #ifdef HAVE_GETMNTENT
 FILE * fmtab = NULL; /* file /etc/mtab */
 struct mntent * pmntent = NULL; /* struct for mnt info */
-#elif HAVE_GETMNTINFO
+#elif defined (HAVE_GETMNTINFO)
 int i, nb_mounted_fs = 0;
 #endif
 struct statfs * pstatfs = NULL;
@@ -613,7 +613,7 @@ disks_refresh(GPtrArray * pdisks, GPtrArray *excluded_FSs)
 
 /* open file */
 fmtab = setmntent (MTAB, r); /* mtab file */
-#elif HAVE_GETMNTINFO
+#elif defined (HAVE_GETMNTINFO)
 /* get mounted fs */
 nb_mounted_fs = getmntinfo(pstatfs,MNT_WAIT);
 #endif
@@ -625,7 +625,7 @@ disks_refresh(GPtrArray * pdisks, GPtrArray *excluded_FSs)
 DBG ( have entry: %s on %s, pmntent-mnt_fsname, pmntent-mnt_dir );
 
 statfs (pmntent-mnt_dir, pstatfs);
-#elif HAVE_GETMNTINFO
+#elif defined (HAVE_GETMNTINFO)
 for (i = 0; i  nb_mounted_fs ; i++) {
 DBG ( have entry: %s on %s : type %s, pstatfs[i].f_mntfromname, 
pstatfs[i].f_mntonname, pstatfs[i].f_fstypename );
 #endif
@@ -636,13 +636,13 @@ disks_refresh(GPtrArray * pdisks, GPtrArray *excluded_FSs)
 /* CHANGED to reflect change in disk_search */
 #ifdef HAVE_GETMNTENT
 pdisk = disks_search (pdisks, pmntent-mnt_dir);
-#elif HAVE_GETMNTINFO
+#elif defined (HAVE_GETMNTINFO)
 pdisk = disks_search (pdisks, pstatfs[i].f_mntonname);
 #endif
 if (excluded_FSs!=NULL)
 #ifdef HAVE_GETMNTENT
 exclude = exclude_filesystem (excluded_FSs, pmntent-mnt_dir, 
pmntent-mnt_fsname);
-#elif HAVE_GETMNTINFO
+#elif defined (HAVE_GETMNTINFO)
 exclude = exclude_filesystem (excluded_FSs, 
pstatfs[i].f_mntonname, pstatfs[i].f_mntfromname);
 #endif
 
@@ -660,7 +660,7 @@ disks_refresh(GPtrArray * pdisks, GPtrArray *excluded_FSs)
   g_str_has_prefix(pmntent-mnt_type, cifs) ||
   g_str_has_prefix(pmntent-mnt_type, shfs) ) ||
   g_str_has_prefix(pmntent-mnt_dir, /sys/)
-#elif HAVE_GETMNTINFO
+#elif defined (HAVE_GETMNTINFO)
   /* TODO: add support for more fs types on BSD */
   g_ascii_strcasecmp(pstatfs[i].f_mntonname, none) == 0 ||
   !g_str_has_prefix(pstatfs[i].f_mntfromname, /dev/) ||
@@ -673,7 +673,7 @@ disks_refresh(GPtrArray * pdisks, GPtrArray *excluded_FSs)
 #ifdef HAVE_GETMNTENT
 pdisk = disk_new (pmntent-mnt_fsname, pmntent-mnt_dir);
 pdisk-dc = disk_classify (pmntent-mnt_fsname, pmntent-mnt_dir);
-#elif HAVE_GETMNTINFO
+#elif defined (HAVE_GETMNTINFO)
 pdisk = disk_new (pstatfs[i].f_mntfromname, 
pstatfs[i].f_mntonname);
 pdisk-dc = disk_classify (pstatfs[i].f_mntfromname, 
pstatfs[i].f_mntonname);
 #endif
@@ -684,7 +684,7 @@ disks_refresh(GPtrArray * pdisks, GPtrArray *excluded_FSs)
 #ifdef HAVE_GETMNTENT
 mount_info = mount_info_new_from_stat (pstatfs, pmntent-mnt_type,
pmntent-mnt_dir);
-#elif HAVE_GETMNTINFO
+#elif defined (HAVE_GETMNTINFO)
 mount_info = mount_info_new_from_stat (pstatfs[i], 
pstatfs[i].f_fstypename,
pstatfs[i].f_mntonname);
 #endif
@@ -740,7 +740,7 @@ disk_check_mounted (const char *disk)
 #ifdef HAVE_GETMNTENT
 FILE *fmtab = NULL; /* file /etc/mtab */
 struct mntent *pmntent = NULL; /* struct for mnt info */
-#elif HAVE_GETMNTINFO
+#elif defined (HAVE_GETMNTINFO)
 struct statfs * pstatfs = NULL;
 int i, nb_mounted_fs = 0;
 #endif
@@ -749,7 +749,7 @@ disk_check_mounted (const char *disk)
 #ifdef HAVE_GETMNTENT
 /* open file */
 fmtab = setmntent (MTAB, r); /* mtab file */
-#elif HAVE_GETMNTINFO
+#elif defined (HAVE_GETMNTINFO)
 /* get mounted fs */
 nb_mounted_fs = getmntinfo(pstatfs,MNT_WAIT);
 #endif
@@ -757,14 +757,14 @@ disk_check_mounted (const char *disk)
 /* start looking for mounted devices */
 #ifdef HAVE_GETMNTENT
 for (pmntent=getmntent(fmtab); pmntent!=NULL; pmntent=getmntent(fmtab))
-#elif HAVE_GETMNTINFO

[Xfce4-commits] xfce4-mount-plugin:master Bug #8684: Don't show gvfs-fuse-daemon

2012-04-15 Thread Landry Breuil
Updating branch refs/heads/master
 to c64f383ef3d205b1311f114bcef0933ba3bc332c (commit)
   from a49e596bc4f7daad53995bfdf8f6e79f667f2a42 (commit)

commit c64f383ef3d205b1311f114bcef0933ba3bc332c
Author: Mike Massonnet mmasson...@gmail.com
Date:   Sat Apr 14 22:01:40 2012 +0200

Bug #8684: Don't show gvfs-fuse-daemon

Signed-off-by: Landry Breuil lan...@xfce.org

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

diff --git a/panel-plugin/devices.c b/panel-plugin/devices.c
index 82b7062..090a66c 100644
--- a/panel-plugin/devices.c
+++ b/panel-plugin/devices.c
@@ -653,6 +653,7 @@ disks_refresh(GPtrArray * pdisks, GPtrArray *excluded_FSs)
 if ( exclude ||
 #ifdef HAVE_GETMNTENT
   g_ascii_strcasecmp(pmntent-mnt_dir, none) == 0 ||
+  g_str_has_prefix(pmntent-mnt_fsname, gvfs-fuse-daemon) ||
   !(g_str_has_prefix(pmntent-mnt_fsname, /dev/) ||
   g_str_has_prefix(pmntent-mnt_type, fuse) ||
   g_str_has_prefix(pmntent-mnt_type, nfs) ||
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-mount-plugin:master Remove redundant line, @SOLLIBS@ is already added in libmount_la_LIBADD

2012-04-15 Thread Landry Breuil
Updating branch refs/heads/master
 to cf19b1304527617d7d5a15a1b3a82d1adc0aa308 (commit)
   from c64f383ef3d205b1311f114bcef0933ba3bc332c (commit)

commit cf19b1304527617d7d5a15a1b3a82d1adc0aa308
Author: Landry Breuil lan...@xfce.org
Date:   Sun Apr 15 11:12:59 2012 +0200

Remove redundant line, @SOLLIBS@ is already added in libmount_la_LIBADD

spotted by Samuli Suominen

 panel-plugin/Makefile.am |2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index ec82c66..3b0f011 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -1,8 +1,6 @@
 plugindir = $(libdir)/xfce4/panel/plugins
 plugin_LTLIBRARIES = libmount.la
 
-LIBS = @LIBS@ @SOLLIBS@
-
 libmount_la_SOURCES =\
devices.c   \
devices.h   \
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 20bb6fc650af1c1c3657cea021b730fd62a82d25 (commit)
   from 58b5c955384d094eb7fef162679df8ff76fa88b4 (commit)

commit 20bb6fc650af1c1c3657cea021b730fd62a82d25
Author: Piotr Sokół pso...@jabster.pl
Date:   Sun Apr 15 12:10:45 2012 +0200

l10n: Updated Polish (pl) translation to 96%

New status: 374 messages complete with 0 fuzzies and 13 untranslated.

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

 po/pl.po |   22 --
 1 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/po/pl.po b/po/pl.po
index ecea2c4..33b822d 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -10,10 +10,10 @@
 #
 msgid 
 msgstr 
-Project-Id-Version: xfce4-panel 4.8.1\n
+Project-Id-Version: xfce4-panel 4.9.0\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2012-04-09 12:42+\n
-PO-Revision-Date: 2012-04-09 16:32+0200\n
+PO-Revision-Date: 2012-04-15 12:05+0200\n
 Last-Translator: Piotr Sokół pso...@jabster.pl\n
 Language-Team: polski \n
 Language: \n
@@ -206,22 +206,16 @@ msgid 
 This will create a new launcher plugin on the panel and inserts the dropped 
 files as menu items.
 msgstr 
-Opcja stworzy nową wtyczkę aktywatora na panelu i doda wrzucone pliki, jako 
-menu
+Do panelu zostanie dodany nowy aplet aktywatora z zawartością 
+przeciągniętych plików.
 
 #: ../panel/panel-application.c:939
 #, c-format
 msgid Create new launcher from %d desktop file
 msgid_plural Create new launcher from %d desktop files
-msgstr[0] 
-Utwórz nowy aktywator z pliku pulpitu %d\r\n
-Utwórz nowy aktywator z plików pulpitu %d
-msgstr[1] 
-Utwórz nowy aktywator z pliku pulpitu %d\r\n
-Utwórz nowy aktywator z plików pulpitu %d
-msgstr[2] 
-Utwórz nowy aktywator z pliku pulpitu %d\r\n
-Utwórz nowy aktywator z plików pulpitu %d
+msgstr[0] Tworzenie %d aktywatora
+msgstr[1] Tworzenie %d aktywatorów
+msgstr[2] Tworzenie %d aktywatorów
 
 #: ../panel/panel-application.c:1673
 msgid 
@@ -781,7 +775,7 @@ msgid Lock Screen
 msgstr Zablokowanie ekranu
 
 #: ../plugins/actions/actions.c:174
-msgid Loc_k Screen
+msgid L_ock Screen
 msgstr _Zablokuj ekran
 
 #: ../plugins/actions/actions.c:180
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] www:master l10n: Updated Lithuanian (lt) translation to 95%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to cd1ff3343fcc6f2c813a3823d637459e31f649fd (commit)
   from dad9e5fb2868f7bdaabd686ae9b4ce02e2c1952a (commit)

commit cd1ff3343fcc6f2c813a3823d637459e31f649fd
Author: Algimantas Margevičius margevicius.algiman...@gmail.com
Date:   Sun Apr 15 12:13:11 2012 +0200

l10n: Updated Lithuanian (lt) translation to 95%

New status: 356 messages complete with 0 fuzzies and 18 untranslated.

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

 lib/po/lt.po |  237 --
 1 files changed, 182 insertions(+), 55 deletions(-)

diff --git a/lib/po/lt.po b/lib/po/lt.po
index 34f8cc4..4720385 100644
--- a/lib/po/lt.po
+++ b/lib/po/lt.po
@@ -9,7 +9,7 @@ msgstr 
 Project-Id-Version: www.xfce.org\n
 Report-Msgid-Bugs-To: https://bugzilla.xfce.org\n;
 POT-Creation-Date: 2012-04-14 18:28+0300\n
-PO-Revision-Date: 2012-04-15 09:51+0300\n
+PO-Revision-Date: 2012-04-15 13:12+0300\n
 Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
 Language-Team: Lietuvių \n
 Language: \n
@@ -26,7 +26,7 @@ msgid 
 was last modified on %s.
 msgstr 
 Autorinės teisės %s a href=\/about/credits\Xfce kūrėjų komanda/a. Šis 
-puslapis paskutinį kart keistas %s.
+puslapis paskutinį kartą keistas %s.
 
 #: feed.php:29
 msgid Xfce News
@@ -196,7 +196,7 @@ msgid 
 \external\documentation/a about your problem before asking your 
 question.
 msgstr 
-Jei turite bėdą kuriso negalite išspręsti, galite pabandyti užduoti klausimą 
+Jei turite bėdą kurios negalite išspręsti, galite pabandyti užduoti klausimą 
 mūsų IRC kanale a href=\irc://irc.freenode.net/#xfce\#xfce irc.freenode.
 net/a. Kanalas turi kelis aktyvius naudotojus. Prieš užduodant klausimą 
 rekomenduojame peržiūrėti a href=\http://docs.xfce.org/\; class=\external
@@ -1041,6 +1041,8 @@ msgid 
 a href=\http://xfce.org/\;http://xfce.org//a and a href=\http://xfce.;
 org/about/tour\http://xfce.org/about/tour/a
 msgstr 
+a href=\http://xfce.org/\;http://xfce.org//a ir a href=\http://xfce.;
+org/about/tour\http://xfce.org/about/tour/a
 
 #: news-array.php:37
 msgid 
@@ -1054,18 +1056,24 @@ msgid 
 a href=\http://xfce.org/download/changelogs/4.8.0\;http://xfce.org/;
 download/changelogs/4.8.0/a
 msgstr 
+a href=\http://xfce.org/download/changelogs/4.8.0\;http://xfce.org/;
+download/changelogs/4.8.0/a
 
 #: news-array.php:39
 msgid 
 The release can be downloaded either as individual releases or as a fat 
 tarball including all these individual versions:
 msgstr 
+Leidimas gali būti parsiųstas kaip individualūs leidimai arba kaip storas 
+tarball įskaitant visas šias individualias versijas:
 
 #: news-array.php:40
 msgid 
 a href=\http://archive.xfce.org/xfce/4.8/\;http://archive.xfce.org/;
 xfce/4.8//a
 msgstr 
+a href=\http://archive.xfce.org/xfce/4.8/\;http://archive.xfce.org/;
+xfce/4.8//a
 
 #: news-array.php:41
 msgid 
@@ -1083,7 +1091,7 @@ msgstr 
 
 #: news-array.php:43
 msgid Best regards,br /The Xfce development team
-msgstr 
+msgstr Nuoširdūs linkėjimai, br /Xfec kūrėjų komanda
 
 #: about/releasemodel.php:3 about/nav.php:10
 msgid Release Model
@@ -1406,20 +1414,25 @@ msgid 
 dependencies for all components of the Xfce core desktop is sent to the 
 xfce4-...@xfce.org and x...@xfce.org mailing lists.
 msgstr 
+Planavimo fazės pabaigoje, laiškas su visomis planuojamomis galimybėmis ir 
+priklausomybėmis nusiunčiamas į xfce4-...@xfce.org ir x...@xfce.org pašto 
+konferencijas.
 
 #: about/releasemodel.php:172
 msgid Development Phase (5 Months)
-msgstr 
+msgstr Kūrimo fazė (5 mėnesiai)
 
 #: about/releasemodel.php:175
 msgid 
 During the development phase every maintainer is free to do maintenance and 
 development releases of his components independently of the rest of Xfce.
 msgstr 
+Kūrimo fazėje kiekvienas prižiūrėtojas gali kurti priežiūros ir kūrimo 
+leidimus neatsižvelgiant į likusią Xfce.
 
 #: about/releasemodel.php:178
 msgid Development Releases
-msgstr 
+msgstr Kūrimo leidimai
 
 #: about/releasemodel.php:181
 msgid 
@@ -1427,6 +1440,9 @@ msgid 
 release. They must follow the X.Y.Z versioning format, where Y is an odd 
 number (e.g. xfwm4-4.7.3 or thunar-1.3.10).
 msgstr 
+Kūrimo leidimai paprastai suteikia naujų galimybių(kurios bus kitame 
+stabiliame leidime) peržiūrą. Jie turi atitikti tokį versijų formatą X.Y.Z, 
+Y yra nelyginis skaičius (pvz. xfwm4-4.7.3 ar thunar-1.3.10).
 
 #: about/releasemodel.php:185
 msgid 
@@ -1437,6 +1453,11 @@ msgid 
 is a development release of B shipping this feature. For this to work, 
 libtool versions must be updated properly with every development release.
 msgstr 
+Prižiūrėtojai skatinami daryti kūrimo leidimus naujoms galimybėms. Dažni 
+kūrimo ciklai gali būti pakaita SVN leidimų versijoms, kurias turėjome 
+anksčiau. Jie komponentas A priklauso nuo naujos galimybės komponente B, A 
+gali būti išleistas jei yra B kūrimo leidimas. Tam kad tai veiktų, libtool 
+versijos turi būti tinkamai atnaujinamos 

[Xfce4-commits] www:master l10n: Updated Lithuanian (lt) translation to 95%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 9206a05900030c913bbf71ebe76630802ecc1a7e (commit)
   from cd1ff3343fcc6f2c813a3823d637459e31f649fd (commit)

commit 9206a05900030c913bbf71ebe76630802ecc1a7e
Author: Algimantas Margevičius margevicius.algiman...@gmail.com
Date:   Sun Apr 15 12:20:17 2012 +0200

l10n: Updated Lithuanian (lt) translation to 95%

New status: 358 messages complete with 0 fuzzies and 16 untranslated.

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

 lib/po/lt.po |9 -
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/lib/po/lt.po b/lib/po/lt.po
index 4720385..4469538 100644
--- a/lib/po/lt.po
+++ b/lib/po/lt.po
@@ -9,7 +9,7 @@ msgstr 
 Project-Id-Version: www.xfce.org\n
 Report-Msgid-Bugs-To: https://bugzilla.xfce.org\n;
 POT-Creation-Date: 2012-04-14 18:28+0300\n
-PO-Revision-Date: 2012-04-15 13:12+0300\n
+PO-Revision-Date: 2012-04-15 13:19+0300\n
 Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
 Language-Team: Lietuvių \n
 Language: \n
@@ -900,6 +900,10 @@ msgid 
 the feature freeze for the final 4.10 release which is set to be pushed out 
 to the world on April 28th, 2012.
 msgstr 
+Xfce kūrėjų komanda, didžiuodamasi praneša apie pirmą Xfce 4.10 peržiūros 
+leidimą. Kartu su šiuo peržiūros leidimu, Xfce projektas praneša jog naujų 
+galimybių pridėjimas sustabdomas iki paskutinio 4.10 leidimo kuris turėtų 
+pasirodyti 2012 balandžio 28-ą.
 
 #: news-array.php:16
 msgid 
@@ -973,6 +977,9 @@ msgid 
 announcing the much awaited release of Xfce 4.8, the new stable version that 
 supersedes Xfce 4.6.
 msgstr 
+Šiandien, po beveik dviejų metų darbo, mes džiaugiamės galėdami pranešti jog 
+ilgai laukta Xfce 4.8 pagaliau išleista. Tai yra nauja stabili versija kuri 
+pakeis Xfce 4.6.
 
 #: news-array.php:29
 msgid 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] www:xfce-4.10 Float sidenav, so it is centered on old browsers too.

2012-04-15 Thread Nick Schermer
Updating branch refs/heads/xfce-4.10
 to 1d8632d6b80ffe51f64f3749b1ea7605f9e6c54a (commit)
   from b917c5599441107f2f9fc7aa31169ec219528804 (commit)

commit 1d8632d6b80ffe51f64f3749b1ea7605f9e6c54a
Author: Nick Schermer n...@xfce.org
Date:   Sat Apr 14 17:34:41 2012 +0200

Float sidenav, so it is centered on old browsers too.

 pages/frontpage.php |1 +
 style/frontpage.css |6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pages/frontpage.php b/pages/frontpage.php
index dc43bc7..8fc8a20 100644
--- a/pages/frontpage.php
+++ b/pages/frontpage.php
@@ -47,6 +47,7 @@ $head['pagediv'] = false;
li onclick=slideshow.pos(4)/li
li onclick=slideshow.pos(5)/li
/ul
+   div class=clearboth/div
 /div
 /div
 
diff --git a/style/frontpage.css b/style/frontpage.css
index 95a5b00..218955a 100644
--- a/style/frontpage.css
+++ b/style/frontpage.css
@@ -11,7 +11,6 @@
 }
 
 #slidewrap {
-   text-align: center;
margin: auto;
background: #bcbcbc;
margin-bottom: 12px;
@@ -63,7 +62,8 @@
 }
 #slidenav {
list-style:none;
-   margin:0;
+   width: 156px;
+   margin: 0 auto;
padding:0;
line-height: 0;
 }
@@ -71,7 +71,7 @@
border: 1px solid #bcbcbc;
width: 12px;
height: 12px;
-   display: inline-block;
+   float: left;
cursor:pointer;
margin: 12px 6px;
background: #dcdcdc;
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] www:xfce-4.10 Rename bundle.php, so everybody is forced to load it.

2012-04-15 Thread Nick Schermer
Updating branch refs/heads/xfce-4.10
 to 4546ad7fda0cde97d8a5a73b65bac8c5726d2a50 (commit)
   from 1d8632d6b80ffe51f64f3749b1ea7605f9e6c54a (commit)

commit 4546ad7fda0cde97d8a5a73b65bac8c5726d2a50
Author: Nick Schermer n...@xfce.org
Date:   Sat Apr 14 17:42:14 2012 +0200

Rename bundle.php, so everybody is forced to load it.

 pages/header.php  |2 +-
 style/{bundle.php = css.php} |6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pages/header.php b/pages/header.php
index 02a93b1..f77d37e 100644
--- a/pages/header.php
+++ b/pages/header.php
@@ -12,7 +12,7 @@ else
meta http-equiv=Content-Type content=text/html; charset=UTF-8 /
title?php echo $title ?/title
link rel=shortcut icon href=/style/favicon.png type=image/png /
-   link rel=stylesheet media=screen href=/style/bundle.php 
type=text/css /
+   link rel=stylesheet media=screen href=/style/css.php 
type=text/css /
 ?php
if (isset ($head['description']))
echo \tmeta name=\description\ 
content=\.$head['description'].\ /\n;
diff --git a/style/bundle.php b/style/css.php
similarity index 91%
rename from style/bundle.php
rename to style/css.php
index 69a0c26..3f49996 100644
--- a/style/bundle.php
+++ b/style/css.php
@@ -19,14 +19,14 @@ function write_header ($mtime)
 
 function base64data ($matches)
 {
-  $file = $matches[1] .'.png';
+  $file = $matches[1] .'.'. $matches[2];
   $size = filesize ($file);
   if ($size  0)
   {
 $imgbinary = fread (fopen ($file, r), $size);
 $base64 = base64_encode ($imgbinary);
 
-return url('data:image/png;base64,$base64');
+return url('data:image/.$matches[2].;base64,$base64');
   }
 
   return $matches[0];
@@ -70,7 +70,7 @@ $buf = str_replace (array (': ', ' {', ', '), array (':', 
'{', ','), $buf); /* c
 $buf = str_replace (array (\r\n, \r, \n, \t, '  '), '', $buf); /* 
strip lines and spaces */
 
 /* embed images in css */
-$buf = preg_replace_callback ('!url\(\'([a-z/]*?).png\'\)!', 'base64data', 
$buf);
+$buf = preg_replace_callback ('!url\(\'([a-z/]*?).(png|gif)\'\)!', 
'base64data', $buf);
 
 /* output */
 write_header ($mtime);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] www:xfce-4.10 Make gif versions of the css files.

2012-04-15 Thread Nick Schermer
Updating branch refs/heads/xfce-4.10
 to 679c485786e098b1517109d049bd5d9ca8c3c793 (commit)
   from 4546ad7fda0cde97d8a5a73b65bac8c5726d2a50 (commit)

commit 679c485786e098b1517109d049bd5d9ca8c3c793
Author: Nick Schermer n...@xfce.org
Date:   Sat Apr 14 18:01:16 2012 +0200

Make gif versions of the css files.

 style/base.css |4 ++--
 style/header.css   |2 +-
 style/img/bullit.gif   |  Bin 0 - 49 bytes
 style/img/external.gif |  Bin 0 - 105 bytes
 style/img/feed.gif |  Bin 0 - 381 bytes
 style/img/logosmall.gif|  Bin 0 - 1331 bytes
 style/img/{ = orig}/bullit.png|  Bin 98 - 98 bytes
 style/img/{ = orig}/external.png  |  Bin 363 - 363 bytes
 style/img/{ = orig}/feed.png  |  Bin 3251 - 3251 bytes
 style/img/{ = orig}/logosmall.png |  Bin 4288 - 4288 bytes
 style/news.css |2 +-
 11 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/style/base.css b/style/base.css
index 656a336..1d7ef09 100644
--- a/style/base.css
+++ b/style/base.css
@@ -70,7 +70,7 @@ body {
 }
 #menu-sub ul {
list-style: none;
-   list-style-image: url('img/bullit.png');
+   list-style-image: url('img/bullit.gif');
margin: 0;
padding: 0;
font-weight: bold;
@@ -200,7 +200,7 @@ div.column p.colicon {
 }
 
 .external {
-   background: url('img/external.png') no-repeat 100% 50%;
+   background: url('img/external.gif') no-repeat 100% 50%;
padding: 0 15px 0 0;
margin: 0 5px 0 0;
 }
diff --git a/style/header.css b/style/header.css
index aaf8a3b..0e9e23d 100644
--- a/style/header.css
+++ b/style/header.css
@@ -1,7 +1,7 @@
 /* this file is used in various xfce subdomains! */
 
 #xfce-header {
-   background: #333 url('img/logosmall.png') no-repeat 3px 50%;
+   background: #333 url('img/logosmall.gif') no-repeat 3px 50%;
padding-left: 75px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
font-family: 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica 
Neue', Helvetica, Arial, sans-serif;
diff --git a/style/img/bullit.gif b/style/img/bullit.gif
new file mode 100644
index 000..b2aeb8b
Binary files /dev/null and b/style/img/bullit.gif differ
diff --git a/style/img/external.gif b/style/img/external.gif
new file mode 100644
index 000..59f8276
Binary files /dev/null and b/style/img/external.gif differ
diff --git a/style/img/feed.gif b/style/img/feed.gif
new file mode 100644
index 000..37a66e5
Binary files /dev/null and b/style/img/feed.gif differ
diff --git a/style/img/logosmall.gif b/style/img/logosmall.gif
new file mode 100644
index 000..832e7bf
Binary files /dev/null and b/style/img/logosmall.gif differ
diff --git a/style/img/bullit.png b/style/img/orig/bullit.png
similarity index 100%
rename from style/img/bullit.png
rename to style/img/orig/bullit.png
diff --git a/style/img/external.png b/style/img/orig/external.png
similarity index 100%
rename from style/img/external.png
rename to style/img/orig/external.png
diff --git a/style/img/feed.png b/style/img/orig/feed.png
similarity index 100%
rename from style/img/feed.png
rename to style/img/orig/feed.png
diff --git a/style/img/logosmall.png b/style/img/orig/logosmall.png
similarity index 100%
rename from style/img/logosmall.png
rename to style/img/orig/logosmall.png
diff --git a/style/news.css b/style/news.css
index e0a77a9..be5ef1c 100644
--- a/style/news.css
+++ b/style/news.css
@@ -30,5 +30,5 @@
 
 .rss {
padding-left: 17px;
-   background: url('img/feed.png') no-repeat left center;
+   background: url('img/feed.gif') no-repeat left center;
 }
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfdesktop:xfce-4.8 l10n: Updated Catalan (Valencian) (ca) translation to 100%

2012-04-15 Thread Transifex
Updating branch refs/heads/xfce-4.8
 to 22b9414b048066a06ce8a8e80ba9933c1bd65bb9 (commit)
   from 0d409891f73ca5246f49fb654381245caf1ea088 (commit)

commit 22b9414b048066a06ce8a8e80ba9933c1bd65bb9
Author: Roger Pueyo Centelles x...@rogerpueyo.com
Date:   Sun Apr 15 12:38:49 2012 +0200

l10n: Updated Catalan (Valencian) (ca) translation to 100%

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

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

 po/ca.po |  134 +++---
 1 files changed, 67 insertions(+), 67 deletions(-)

diff --git a/po/ca.po b/po/ca.po
index 889348a..3627995 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -2,21 +2,21 @@
 # xfdesktop for XFce desktop environment.
 # Copyright (C) 2003-2006 The Xfce development team.
 # This file is distributed under the same license as the xfdesktop package.
-#
+# 
 # Carles Muñoz Gorriz carle...@internautas.org, 2003-2004, 2006, 2008-2011.
 # Pau Ruŀlan Ferragut paurul...@bulma.net, 2005-2007.
 msgid 
 msgstr 
 Project-Id-Version: xfdesktop 4.4.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-01-30 19:22+0100\n
+POT-Creation-Date: 2012-04-15 08:39+\n
 PO-Revision-Date: 2011-01-30 15:30+0100\n
 Last-Translator: Carles Muñoz Gorriz carle...@internautas.org\n
 Language-Team: Catalan xfce-i...@xfce.org\n
-Language: ca\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: ca\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 X-Poedit-Language: Catalan\n
 X-Poedit-SourceCharset: utf-8\n
@@ -345,7 +345,7 @@ msgstr B_otó:
 msgid Control
 msgstr Control
 
-#: ../settings/xfdesktop-settings-ui.glade.h:10 ../src/xfce-desktop.c:737
+#: ../settings/xfdesktop-settings-ui.glade.h:10 ../src/xfce-desktop.c:738
 msgid Desktop
 msgstr Escriptori
 
@@ -534,46 +534,46 @@ msgstr No s’està executant «%s».\n
 msgid _Applications
 msgstr _Aplicacions
 
-#: ../src/windowlist.c:235
+#: ../src/windowlist.c:229
 msgid Window List
 msgstr Llista de finestres
 
-#: ../src/windowlist.c:261
+#: ../src/windowlist.c:255
 #, c-format
 msgid bWorkspace %d/b
 msgstr bEspai de treball %d/b
 
-#: ../src/windowlist.c:270
+#: ../src/windowlist.c:264
 #, c-format
 msgid Workspace %d
 msgstr Espai de treball %d
 
-#: ../src/windowlist.c:272
+#: ../src/windowlist.c:266
 #, c-format
 msgid iWorkspace %d/i
 msgstr iEspai de treball %d/i
 
-#: ../src/windowlist.c:368 ../src/windowlist.c:371
+#: ../src/windowlist.c:362 ../src/windowlist.c:365
 msgid _Add Workspace
 msgstr _Afegeix espai de treball
 
-#: ../src/windowlist.c:379
+#: ../src/windowlist.c:373
 #, c-format
 msgid _Remove Workspace %d
 msgstr Sup_rimeix l'espai de treball %d
 
-#: ../src/windowlist.c:382
+#: ../src/windowlist.c:376
 #, c-format
 msgid _Remove Workspace '%s'
 msgstr Sup_rimeix l'espai de treball «%s»
 
-#: ../src/xfce-desktop.c:1018
+#: ../src/xfce-desktop.c:1022
 #, c-format
 msgid Unable to load image from backdrop list file \%s\
 msgstr 
 No s'han pogut carregar les imatges de la llista d'imatges de fons «%s»
 
-#: ../src/xfce-desktop.c:1020
+#: ../src/xfce-desktop.c:1024
 msgid Desktop Error
 msgstr Error de l'escriptori
 
@@ -595,9 +595,9 @@ msgstr 
 Ja existeix un fitxer amb el nom indicat. Elimineu-lo o canvieu-li el nom,
 
 #: ../src/xfdesktop-file-icon-manager.c:592
-#: ../src/xfdesktop-file-icon-manager.c:636 ../src/xfdesktop-file-utils.c:879
-#: ../src/xfdesktop-file-utils.c:894 ../src/xfdesktop-file-utils.c:926
-#: ../src/xfdesktop-file-utils.c:940
+#: ../src/xfdesktop-file-icon-manager.c:636 ../src/xfdesktop-file-utils.c:880
+#: ../src/xfdesktop-file-utils.c:895 ../src/xfdesktop-file-utils.c:927
+#: ../src/xfdesktop-file-utils.c:941
 msgid Trash Error
 msgstr Error a la paperera
 
@@ -607,12 +607,12 @@ msgid The selected files could not be trashed
 msgstr No s'ha pogut esborrar els fitxers seleccionats
 
 #: ../src/xfdesktop-file-icon-manager.c:594
-#: ../src/xfdesktop-file-icon-manager.c:638 ../src/xfdesktop-file-utils.c:728
-#: ../src/xfdesktop-file-utils.c:778 ../src/xfdesktop-file-utils.c:837
-#: ../src/xfdesktop-file-utils.c:995 ../src/xfdesktop-file-utils.c:1051
-#: ../src/xfdesktop-file-utils.c:1101 ../src/xfdesktop-file-utils.c:1151
-#: ../src/xfdesktop-file-utils.c:1228 ../src/xfdesktop-file-utils.c:1289
-#: ../src/xfdesktop-file-utils.c:1362 ../src/xfdesktop-file-utils.c:1440
+#: ../src/xfdesktop-file-icon-manager.c:638 ../src/xfdesktop-file-utils.c:729
+#: ../src/xfdesktop-file-utils.c:779 ../src/xfdesktop-file-utils.c:838
+#: ../src/xfdesktop-file-utils.c:996 ../src/xfdesktop-file-utils.c:1052
+#: ../src/xfdesktop-file-utils.c:1102 ../src/xfdesktop-file-utils.c:1152
+#: ../src/xfdesktop-file-utils.c:1229 ../src/xfdesktop-file-utils.c:1290
+#: ../src/xfdesktop-file-utils.c:1363 ../src/xfdesktop-file-utils.c:1441
 msgid 
 This feature requires a file manager service to be present (such as the one 
 supplied by Thunar).
@@ -622,18 +622,18 @@ 

[Xfce4-commits] ristretto:master l10n: Updated Polish (pl) translation to 91%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 9d0c31bf12e2f5ab3d092fd8377835e09b2ca212 (commit)
   from 7496a3ff356a772d324ce166ac6ea1ea053b (commit)

commit 9d0c31bf12e2f5ab3d092fd8377835e09b2ca212
Author: Piotr Sokół pso...@jabster.pl
Date:   Sun Apr 15 12:41:45 2012 +0200

l10n: Updated Polish (pl) translation to 91%

New status: 159 messages complete with 0 fuzzies and 14 untranslated.

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

 po/pl.po |  465 ++
 1 files changed, 289 insertions(+), 176 deletions(-)

diff --git a/po/pl.po b/po/pl.po
index 9b43d9a..abfb086 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -2,23 +2,23 @@
 # Polskie tłumaczenia dla pakietu ristretto.
 # Copyright © 2006-2008 Stephan Arts.
 # This file is distributed under the same license as the ristretto package.
-# 
 # Ireneusz Gierlach irek.gierl...@gmail.com, 2011.
-# Piotr Sokół pso...@jabster.pl, 2009, 2010, 2011.
-# 
+# Piotr Sokół pso...@jabster.pl, 2009, 2010, 2011, 2012.
+#
 msgid 
 msgstr 
-Project-Id-Version: Ristretto 0.0.21\n
-Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
-POT-Creation-Date: 2012-03-25 11:39+\n
-PO-Revision-Date: 2012-01-11 14:46+0100\n
-Last-Translator: Michał Olber michal.ol...@osworld.pl\n
+Project-Id-Version: Ristretto 0.5.1\n
+Report-Msgid-Bugs-To: \n
+POT-Creation-Date: 2012-04-15 04:24+\n
+PO-Revision-Date: 2012-04-15 12:27+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: 8bit\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
+Content-Transfer-Encoding: 8bits\n
+Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10=2  n%10=4  (n
+%10010 || n%100=20)) ? 1 : 2));\n
 X-Generator: Lokalize 1.1\n
 
 #: ../src/main.c:61
@@ -49,312 +49,355 @@ msgstr 
 Proszę wprowadzić „%s --help”, aby wypisać pełną listę opcji wiersza 
 poleceń.\n
 
-#: ../src/main_window.c:53 ../ristretto.desktop.in.h:1
+#: ../src/main_window.c:55 ../ristretto.desktop.in.h:1
 msgid Image Viewer
 msgstr Przeglądarka obrazów
 
 #. File Menu
-#: ../src/main_window.c:334
+#: ../src/main_window.c:350
 msgid _File
 msgstr _Plik
 
-#: ../src/main_window.c:335
+#: ../src/main_window.c:351
 msgid _Open
 msgstr _Otwórz
 
-#: ../src/main_window.c:335
+#: ../src/main_window.c:351
 msgid Open an image
-msgstr Wybór pliku
+msgstr Otwiera plik obrazu
 
-#: ../src/main_window.c:336
+#: ../src/main_window.c:352
 msgid _Save copy
-msgstr _Zapisz kopię
+msgstr _Zapisz kopię...
 
-#: ../src/main_window.c:336
+#: ../src/main_window.c:352
 msgid Save a copy of the image
 msgstr Zapisuje kopię obrazu
 
-#: ../src/main_window.c:337
+#: ../src/main_window.c:353
 msgid _Properties
 msgstr _Właściwości
 
-#: ../src/main_window.c:337
+#: ../src/main_window.c:353
 msgid Show file properties
 msgstr Wyświetla właściwości pliku
 
-#: ../src/main_window.c:338
+#. Edit Menu
+#: ../src/main_window.c:354 ../src/main_window.c:358
+msgid _Edit
+msgstr _Edycja
+
+#: ../src/main_window.c:354
+msgid Edit this image
+msgstr Otwiera plik obrazu do edycji
+
+#: ../src/main_window.c:355
 msgid _Close
 msgstr Za_mknij
 
-#: ../src/main_window.c:338
+#: ../src/main_window.c:355
 msgid Close this image
 msgstr Zamyka bieżący plik
 
-#: ../src/main_window.c:339
+#: ../src/main_window.c:356
 msgid _Quit
 msgstr Za_kończ
 
-#: ../src/main_window.c:339
+#: ../src/main_window.c:356
 msgid Quit Ristretto
 msgstr Kończy działanie programu
 
-#. Edit Menu
-#: ../src/main_window.c:341
-msgid _Edit
-msgstr _Edycja
-
-#: ../src/main_window.c:342
+#: ../src/main_window.c:359
 msgid _Open with...
 msgstr _Otwórz za pomocą...
 
-#: ../src/main_window.c:343
+#: ../src/main_window.c:360
 msgid _Sorting
 msgstr _Sortowanie
 
-#: ../src/main_window.c:344
+#: ../src/main_window.c:361
 msgid _Delete
 msgstr _Usuń
 
-#: ../src/main_window.c:344
+#: ../src/main_window.c:361
 msgid Delete this image from disk
 msgstr Trwale usuwa plik obrazu
 
-#: ../src/main_window.c:345
+#: ../src/main_window.c:362
 msgid _Clear private data
 msgstr _Wyczyść prywatne dane
 
-#: ../src/main_window.c:346
+#: ../src/main_window.c:363
 msgid _Preferences
 msgstr P_referencje
 
 #. View Menu
-#: ../src/main_window.c:348
+#: ../src/main_window.c:365
 msgid _View
 msgstr _Widok
 
-#: ../src/main_window.c:349
+#: ../src/main_window.c:366
 msgid _Fullscreen
 msgstr _Pełny ekran
 
-#: ../src/main_window.c:350
+#: ../src/main_window.c:366
+msgid Switch to fullscreen
+msgstr Włącza tryb pełnego ekranu
+
+#: ../src/main_window.c:367
 msgid _Leave Fullscreen
 msgstr _Opuść pełny ekran
 
-#: ../src/main_window.c:351
+#: ../src/main_window.c:367
+msgid Leave Fullscreen
+msgstr Wyłącza tryb pełnego ekranu
+
+#: ../src/main_window.c:368
 msgid _Set as Wallpaper
 msgstr _Ustaw jako tapetę
 
 #. Zoom submenu
-#: ../src/main_window.c:353

[Xfce4-commits] www:xfce-4.10 Compact frontpage a bit.

2012-04-15 Thread Nick Schermer
Updating branch refs/heads/xfce-4.10
 to 390fcd342085188aeb5fb3ec4d03cbbb0997af1d (commit)
   from 08b0874d5e4184cc5ca8352db8776a69c9ccca65 (commit)

commit 390fcd342085188aeb5fb3ec4d03cbbb0997af1d
Author: Nick Schermer n...@xfce.org
Date:   Sun Apr 15 12:50:22 2012 +0200

Compact frontpage a bit.

 style/frontpage.css |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/style/frontpage.css b/style/frontpage.css
index 099a60e..eea4168 100644
--- a/style/frontpage.css
+++ b/style/frontpage.css
@@ -4,10 +4,16 @@
border-right: 0;
 }
 
-#article.file_frontpage .post-wrap p, #article.file_frontpage h2 {
+#article.file_frontpage .post-wrap p,
+#article.file_frontpage h2,
+#article.file_frontpage h3 {
margin-top: 0;
 }
 
+#article.file_frontpage .post-wrap {
+   margin-bottom: 0;
+}
+
 .frontpage_cols {
padding: 2em;
 }
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] gigolo:master l10n: Updated Catalan (Valencian) (ca) translation to 99%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 5088c6370062c81df41f8e07bc3ed311a4c357b7 (commit)
   from ae603cac981e533ae80148cc56edf870b8257e28 (commit)

commit 5088c6370062c81df41f8e07bc3ed311a4c357b7
Author: Roger Pueyo Centelles x...@rogerpueyo.com
Date:   Sun Apr 15 13:07:03 2012 +0200

l10n: Updated Catalan (Valencian) (ca) translation to 99%

New status: 139 messages complete with 1 fuzzy and 0 untranslated.

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

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

diff --git a/po/ca.po b/po/ca.po
index 4236154..d3fcdfe 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -4,24 +4,24 @@
 # This file is distributed under the same license as the Gigolo package.
 # Carles Muñoz Gorriz carle...@internautas.org, 2009, 2011.
 # Harald Servat redcr...@gmail.com, 2009-2010.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: gigolo 0.2.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-12-18 13:33+\n
+POT-Creation-Date: 2012-04-15 09:27+\n
 PO-Revision-Date: 2011-12-18 17:23+0100\n
 Last-Translator: Carles Muñoz Gorriz carle...@internautas.org\n
 Language-Team: Catalan\n
-Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: \n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../src/main.c:46
 msgid Ignore running instances, enforce opening a new instance
-msgstr Ignora les instàncies en execució, obra una nova instància
+msgstr Ignora les instàncies en execució, força l'inici d'una nova instància
 
 #: ../src/main.c:47
 msgid Print a list of supported URI schemes
@@ -33,7 +33,7 @@ msgstr Mostra més informació
 
 #: ../src/main.c:49
 msgid Show version information
-msgstr Mostra informació de la versió
+msgstr Mostra la informació de la versió
 
 #: ../src/main.c:79
 msgid - a simple frontend to easily connect to remote filesystems
@@ -115,7 +115,7 @@ msgstr Gigolo pot emprar els següents protocols mitjançant 
GVfs:
 #: ../src/window.c:579 ../src/window.c:638
 #, c-format
 msgid The command '%s' failed
-msgstr Ha fallat la comanda '%s' .
+msgstr Ha fallat la comanda «%s»
 
 #: ../src/window.c:580 ../src/window.c:613 ../src/window.c:626
 #: ../src/window.c:639 ../src/window.c:797 ../src/bookmarkeditdialog.c:220
@@ -185,7 +185,7 @@ msgstr Obre en un _Terminal
 
 #: ../src/window.c:1298
 msgid Start a terminal from here
-msgstr Inicia un terminal aquí
+msgstr Inicia un terminal des d'aquí
 
 #: ../src/window.c:1299
 msgid Copy _URI
@@ -217,7 +217,7 @@ msgstr _Icona d'estat
 
 #: ../src/window.c:1318
 msgid View as _Symbols
-msgstr Mostra com _símbols
+msgstr Mostra com a _símbols
 
 #: ../src/window.c:1319
 msgid View as _Detailed List
@@ -286,7 +286,7 @@ msgstr Domini: %s
 #: ../src/bookmarkdialog.c:100
 #, c-format
 msgid Share: %s
-msgstr Compartit: %s
+msgstr Recurs compartit: %s
 
 #: ../src/bookmarkdialog.c:106
 #, c-format
@@ -316,7 +316,7 @@ msgstr Nom d'usuari
 
 #: ../src/bookmarkdialog.c:355
 msgid Other information
-msgstr Altre informació
+msgstr Altra informació
 
 #: ../src/bookmarkdialog.c:412
 msgid Edit Bookmarks
@@ -333,11 +333,11 @@ msgstr 
 
 #: ../src/bookmarkeditdialog.c:253
 msgid You must enter a server address or name.
-msgstr Cal que introduïu el nom o adreça del servidor.
+msgstr Cal que introduïu el nom o l'adreça del servidor.
 
 #: ../src/bookmarkeditdialog.c:264
 msgid You must enter a share name.
-msgstr Cal que introduïu el nom de la compartició.
+msgstr Cal que introduïu el nom del recurs compartit.
 
 #: ../src/bookmarkeditdialog.c:275
 msgid You must enter a valid URI for the connection.
@@ -413,7 +413,7 @@ msgstr _Domini:
 
 #: ../src/bookmarkeditdialog.c:1088
 msgid _Share:
-msgstr _Compartició:
+msgstr _Recurs compartit:
 
 #: ../src/preferencesdialog.c:147
 msgid Icons
@@ -429,7 +429,7 @@ msgstr Ambdós
 
 #: ../src/preferencesdialog.c:150
 msgid Both horizontal
-msgstr Ambdós horitzontals
+msgstr Ambdós, en horitzontal
 
 #: ../src/preferencesdialog.c:169
 msgid Horizontal
@@ -445,7 +445,7 @@ msgstr Símbols
 
 #: ../src/preferencesdialog.c:190
 msgid Detailed List
-msgstr Llistat detallada
+msgstr Llista detallada
 
 #: ../src/preferencesdialog.c:333
 msgid General
@@ -471,6 +471,7 @@ msgstr 
 Introduïu el nom del programa per obrir punts de muntatge en un terminal
 
 #: ../src/preferencesdialog.c:372
+#, fuzzy
 msgid _Bookmark Auto-Connect Interval
 msgstr _Interval de connexió automàtica
 
@@ -599,7 +600,7 @@ msgstr No s'han trobat grups de treball
 
 #: ../src/browsenetworkpanel.c:199
 msgid No Shares found
-msgstr No s'han trobat grups de treball compartits
+msgstr No s'han trobat recursos compartits
 
 #: ../src/browsenetworkpanel.c:204
 msgid No Hosts found
@@ -607,7 +608,7 @@ msgstr No s'han trobat màquines
 
 #: ../src/browsenetworkpanel.c:490
 msgid Connect to the selected share
-msgstr Connecta el recurs compartit seleccionat
+msgstr Connecta al recurs compartit 

[Xfce4-commits] gigolo:master l10n: Updated Catalan (Valencian) (ca) translation to 99%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 7a7192c0b511639bfbc1c486b214180762065060 (commit)
   from 5088c6370062c81df41f8e07bc3ed311a4c357b7 (commit)

commit 7a7192c0b511639bfbc1c486b214180762065060
Author: Roger Pueyo Centelles x...@rogerpueyo.com
Date:   Sun Apr 15 13:10:23 2012 +0200

l10n: Updated Catalan (Valencian) (ca) translation to 99%

New status: 139 messages complete with 1 fuzzy and 0 untranslated.

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

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

diff --git a/po/ca.po b/po/ca.po
index d3fcdfe..1524814 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -135,7 +135,7 @@ msgstr No hi ha cal lloc disponible per «%s»
 
 #: ../src/window.c:705
 msgid Edit _Bookmark
-msgstr Edita _lloc d'interès
+msgstr Edita el _lloc d'interès
 
 #: ../src/window.c:707 ../src/window.c:1287 ../src/browsenetworkpanel.c:453
 #: ../src/browsenetworkpanel.c:497
@@ -164,7 +164,7 @@ msgstr A_juda
 
 #: ../src/window.c:1289
 msgid _Edit Bookmarks
-msgstr _Edita llocs d'interès
+msgstr _Edita els llocs d'interès
 
 #: ../src/window.c:1290
 msgid Open the bookmark manager to add, edit or delete bookmarks
@@ -245,7 +245,7 @@ msgstr Nom
 
 #: ../src/window.c:1498
 msgid Bookmarks
-msgstr Adreces d'interès
+msgstr Llocs d'interès
 
 #: ../src/window.c:1554 ../src/window.c:1630 ../gigolo.desktop.in.h:2
 msgid Gigolo
@@ -320,7 +320,7 @@ msgstr Altra informació
 
 #: ../src/bookmarkdialog.c:412
 msgid Edit Bookmarks
-msgstr Edita llocs d'interès
+msgstr Edita els llocs d'interès
 
 #: ../src/bookmarkeditdialog.c:221
 msgid You must enter a name for the bookmark.
@@ -357,7 +357,7 @@ msgstr Crea un lloc d'interès
 
 #: ../src/bookmarkeditdialog.c:887
 msgid Edit Bookmark
-msgstr Edita lloc d'interès
+msgstr Edita el lloc d'interès
 
 #: ../src/bookmarkeditdialog.c:895
 msgid Connect to Server
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 30ff806849355e68be084bd4810946dd113654bb (commit)
   from 7217f85b051e39bf24cb578fff29fe0abb48f71e (commit)

commit 30ff806849355e68be084bd4810946dd113654bb
Author: Michal Várady miko.v...@gmail.com
Date:   Sun Apr 15 13:49:13 2012 +0200

l10n: Updated Czech (cs) translation to 100%

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

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

 po/cs.po |  180 -
 1 files changed, 106 insertions(+), 74 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index 4b46236..62deae1 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -3,19 +3,19 @@
 # This file is distributed under the same license as the xfce4-session package.
 # Alois Nespor alois.nes...@seznam.cz, 2004.
 # Michal Várady miko.v...@gmail.com, 2006-2012.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4-session 4.4.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-03-28 06:15+\n
+POT-Creation-Date: 2012-04-15 07:12+\n
 PO-Revision-Date: 2012-03-28 19:36+0100\n
 Last-Translator: Michal Várady miko.v...@gmail.com\n
 Language-Team: Czech translation-team...@lists.sourceforge.net\n
-Language: cs\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: cs\n
 X-Generator: KBabel 1.3.1\n
 
 #: ../xfce.desktop.in.h:1
@@ -160,27 +160,23 @@ msgstr SOCKET ID
 msgid Version information
 msgstr Informace o verzi
 
-#: ../settings/main.c:75
-#: ../xfce4-session/main.c:257
+#: ../settings/main.c:75 ../xfce4-session/main.c:257
 #, c-format
 msgid Type '%s --help' for usage.
 msgstr Informace o použití získáte příkazem '%s --help'
 
-#: ../settings/main.c:87
-#: ../xfce4-session/main.c:267
-#: ../xfce4-session-logout/main.c:124
+#: ../settings/main.c:87 ../xfce4-session/main.c:267
+#: ../xfce4-session-logout/main.c:135
 msgid The Xfce development team. All rights reserved.
 msgstr Tým vyvojářů Xfce. Všechna práva vyhrazena.
 
-#: ../settings/main.c:88
-#: ../xfce4-session/main.c:268
-#: ../xfce4-session-logout/main.c:127
+#: ../settings/main.c:88 ../xfce4-session/main.c:268
+#: ../xfce4-session-logout/main.c:138
 #, c-format
 msgid Please report bugs to %s.
 msgstr Prosíme, abyste hlásili chyby na adresu %s.
 
-#: ../settings/main.c:97
-#: ../xfce4-session/main.c:276
+#: ../settings/main.c:97 ../xfce4-session/main.c:276
 msgid Unable to contact settings server
 msgstr Nelze se spojit se serverem nastavení
 
@@ -225,7 +221,9 @@ msgid Are you sure you want to empty the session cache?
 msgstr Opravdu chcete vyprázdnit mezipaměť relací?
 
 #: ../settings/session-editor.c:172
-msgid The saved states of your applications will not be restored during your 
next login.
+msgid 
+The saved states of your applications will not be restored during your next 
+login.
 msgstr Uložené stavy aplikací nebudou po příštím přihlášení obnoveny.
 
 #: ../settings/session-editor.c:174
@@ -233,60 +231,61 @@ msgid _Proceed
 msgstr _Provést
 
 #: ../settings/session-editor.c:212
-msgid You might need to delete some files manually in 
-msgstr Možná bude nutné smazat ručně některé soubory v
+#, c-format
+msgid You might need to delete some files manually in \%s\.
+msgstr Možná bude nutné ručně smazat některé soubory ve složce  \%s\.
 
-#: ../settings/session-editor.c:216
+#: ../settings/session-editor.c:215
 msgid All Xfce cache files could not be cleared
 msgstr Nebylo možné vyčistit všechny soubory mezipaměti prostředí Xfce
 
-#: ../settings/session-editor.c:250
+#: ../settings/session-editor.c:249
 #, c-format
 msgid Are you sure you want to terminate \%s\?
 msgstr Opravdu chcete ukončit „%s“?
 
-#: ../settings/session-editor.c:253
-#: ../settings/session-editor.c:281
+#: ../settings/session-editor.c:252 ../settings/session-editor.c:280
 msgid Terminate Program
 msgstr Ukončit program
 
-#: ../settings/session-editor.c:255
-msgid The application will lose any unsaved state and will not be restarted 
in your next session.
-msgstr Aplikace ztratí všechna neuložená data a nespustí se ve vaší příští 
relaci.
+#: ../settings/session-editor.c:254
+msgid 
+The application will lose any unsaved state and will not be restarted in 
+your next session.
+msgstr 
+Aplikace ztratí všechna neuložená data a nespustí se ve vaší příští relaci.
 
-#: ../settings/session-editor.c:257
+#: ../settings/session-editor.c:256
 #: ../settings/xfce4-session-settings.glade.h:40
 msgid _Quit Program
 msgstr Ukončit _program
 
-#: ../settings/session-editor.c:282
+#: ../settings/session-editor.c:281
 msgid Unable to terminate program.
 msgstr Nelze ukončit program
 
-#: ../settings/session-editor.c:460
+#: ../settings/session-editor.c:459
 msgid (Unknown program)
 msgstr (Neznámý program)
 
-#: ../settings/session-editor.c:680
+#: ../settings/session-editor.c:679
 msgid Priority
 msgstr Priorita
 
-#: ../settings/session-editor.c:688
+#: ../settings/session-editor.c:687
 msgid PID

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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 61c036ac15d04403e15233fcebe2a579e2256974 (commit)
   from 2b6f92972c8b9eb93984c7728f46bc2d98db8498 (commit)

commit 61c036ac15d04403e15233fcebe2a579e2256974
Author: Michal Várady miko.v...@gmail.com
Date:   Sun Apr 15 13:51:34 2012 +0200

l10n: Updated Czech (cs) translation to 100%

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

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

 po/cs.po |  169 +++---
 1 files changed, 85 insertions(+), 84 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index 92efa4b..e825402 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -9,8 +9,8 @@ msgid 
 msgstr 
 Project-Id-Version: xfdesktop 4.4.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-03-10 22:03+\n
-PO-Revision-Date: 2012-03-11 00:35+0100\n
+POT-Creation-Date: 2012-04-15 08:36+\n
+PO-Revision-Date: 2012-04-15 13:50+0100\n
 Last-Translator: Michal Várady miko.v...@gmail.com\n
 Language-Team: Czech translation-team...@lists.sourceforge.net\n
 Language: cs\n
@@ -26,7 +26,7 @@ msgid Backdrop list file is not valid
 msgstr Soubor seznamu pozadí není platný
 
 #. no need to escape markup; it's already done for us
-#: ../settings/main.c:165
+#: ../settings/main.c:166
 #, c-format
 msgid 
 %s\n
@@ -35,128 +35,128 @@ msgstr 
 %s\n
 iVelikost: %dx%d/i
 
-#: ../settings/main.c:292
+#: ../settings/main.c:299
 #: ../src/xfdesktop-special-file-icon.c:271
 #: ../src/xfdesktop-special-file-icon.c:434
 msgid Home
 msgstr Domovská složka
 
-#: ../settings/main.c:294
+#: ../settings/main.c:301
 msgid Filesystem
 msgstr Systém souborů
 
-#: ../settings/main.c:296
+#: ../settings/main.c:303
 msgid Trash
 msgstr Koš
 
-#: ../settings/main.c:298
+#: ../settings/main.c:305
 msgid Removable Devices
 msgstr Vyměnitelné jednotky
 
-#: ../settings/main.c:478
+#: ../settings/main.c:485
 #, c-format
 msgid Cannot create backdrop list \%s\
 msgstr Nelze vytvořit seznam pozadí \%s\
 
-#: ../settings/main.c:482
-#: ../settings/main.c:855
+#: ../settings/main.c:489
+#: ../settings/main.c:862
 msgid Backdrop List Error
 msgstr Chyba seznamu pozadí
 
-#: ../settings/main.c:507
+#: ../settings/main.c:514
 msgid Create/Load Backdrop List
 msgstr Vytvořit nebo načíst seznam pozadí
 
-#: ../settings/main.c:531
+#: ../settings/main.c:538
 #, c-format
 msgid File \%s\ is not a valid backdrop list file.  Do you wish to 
overwrite it?
 msgstr Soubor \%s\ není platným souborem seznamu pozadí. Chcete jej 
přepsat?
 
-#: ../settings/main.c:536
+#: ../settings/main.c:543
 msgid Invalid List File
 msgstr Neplatný seznam souborů
 
-#: ../settings/main.c:539
+#: ../settings/main.c:546
 msgid Overwriting the file will cause its contents to be lost.
 msgstr Přepsáním souboru bude jeho veškerý obsah ztracen.
 
-#: ../settings/main.c:541
+#: ../settings/main.c:548
 msgid Replace
 msgstr Nahradit
 
-#: ../settings/main.c:851
+#: ../settings/main.c:858
 #, c-format
 msgid Failed to write backdrop list to \%s\
 msgstr Nepodařilo se zapsat seznam pozadí do \%s\
 
-#: ../settings/main.c:878
+#: ../settings/main.c:885
 msgid Add Image File(s)
 msgstr Přidat obrázky
 
-#: ../settings/main.c:887
+#: ../settings/main.c:894
 msgid Image files
 msgstr Soubory s obrázky
 
-#: ../settings/main.c:892
+#: ../settings/main.c:899
 msgid All files
 msgstr Všechny soubory
 
-#: ../settings/main.c:1349
+#: ../settings/main.c:1356
 #, c-format
 msgid Screen %d, Monitor %d (%s)
 msgstr Obrazovka %d, monitor %d (%s)
 
-#: ../settings/main.c:1353
+#: ../settings/main.c:1360
 #, c-format
 msgid Screen %d, Monitor %d
 msgstr Obrazovka %d, monitor %d
 
-#: ../settings/main.c:1356
+#: ../settings/main.c:1363
 #, c-format
 msgid Screen %d
 msgstr Obrazovka %d
 
-#: ../settings/main.c:1361
+#: ../settings/main.c:1368
 #, c-format
 msgid Monitor %d (%s)
 msgstr Monitor %d (%s)
 
-#: ../settings/main.c:1365
+#: ../settings/main.c:1372
 #, c-format
 msgid Monitor %d
 msgstr Monitor %d
 
-#: ../settings/main.c:1624
+#: ../settings/main.c:1631
 msgid Settings manager socket
 msgstr Soket správce nastavení
 
-#: ../settings/main.c:1624
+#: ../settings/main.c:1631
 msgid SOCKET ID
 msgstr SOCKET ID
 
-#: ../settings/main.c:1625
+#: ../settings/main.c:1632
 msgid Version information
 msgstr Informace o verzi
 
-#: ../settings/main.c:1642
+#: ../settings/main.c:1649
 #, c-format
 msgid Type '%s --help' for usage.
 msgstr Informace o použití získáte příkazem '%s --help'.
 
-#: ../settings/main.c:1654
+#: ../settings/main.c:1661
 msgid The Xfce development team. All rights reserved.
 msgstr Tým vývojářů Xfce. Všechna práva vyhrazena.
 
-#: ../settings/main.c:1655
+#: ../settings/main.c:1662
 #, c-format
 msgid Please report bugs to %s.
 msgstr Prosíme, abyste chyby hlásili na %s.
 
-#: ../settings/main.c:1662
+#: ../settings/main.c:1669
 msgid Desktop Settings
 msgstr Nastavení plochy
 
-#: ../settings/main.c:1664
+#: ../settings/main.c:1671
 msgid Unable to 

[Xfce4-commits] xfdesktop:master Don't use deprecated api.

2012-04-15 Thread Nick Schermer
Updating branch refs/heads/master
 to a18cc34eef221056b16b2642e1936091df484dd2 (commit)
   from 61c036ac15d04403e15233fcebe2a579e2256974 (commit)

commit a18cc34eef221056b16b2642e1936091df484dd2
Author: Nick Schermer n...@xfce.org
Date:   Sun Apr 15 13:53:32 2012 +0200

Don't use deprecated api.

 src/xfdesktop-regular-file-icon.c |4 
 src/xfdesktop-special-file-icon.c |4 
 src/xfdesktop-volume-icon.c   |8 ++--
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/src/xfdesktop-regular-file-icon.c 
b/src/xfdesktop-regular-file-icon.c
index f42f6d6..ff5d074 100644
--- a/src/xfdesktop-regular-file-icon.c
+++ b/src/xfdesktop-regular-file-icon.c
@@ -542,7 +542,11 @@ xfdesktop_regular_file_icon_peek_tooltip(XfdesktopIcon 
*icon)
 
 size = g_file_info_get_attribute_uint64(info,
 
G_FILE_ATTRIBUTE_STANDARD_SIZE);
+#if GLIB_CHECK_VERSION (2, 30, 0)
+size_string = g_format_size(size);
+#else
 size_string = g_format_size_for_display(size);
+#endif
 
 mtime = g_file_info_get_attribute_uint64(info,
  
G_FILE_ATTRIBUTE_TIME_MODIFIED);
diff --git a/src/xfdesktop-special-file-icon.c 
b/src/xfdesktop-special-file-icon.c
index fa0bc0b..db4b7bc 100644
--- a/src/xfdesktop-special-file-icon.c
+++ b/src/xfdesktop-special-file-icon.c
@@ -439,7 +439,11 @@ xfdesktop_special_file_icon_peek_tooltip(XfdesktopIcon 
*icon)
 
 size = g_file_info_get_attribute_uint64(info,
 
G_FILE_ATTRIBUTE_STANDARD_SIZE);
+#if GLIB_CHECK_VERSION (2, 30, 0)
+size_string = g_format_size(size);
+#else
 size_string = g_format_size_for_display(size);
+#endif
 
 mtime = g_file_info_get_attribute_uint64(info,
  
G_FILE_ATTRIBUTE_TIME_MODIFIED);
diff --git a/src/xfdesktop-volume-icon.c b/src/xfdesktop-volume-icon.c
index dce1ba2..6447e10 100644
--- a/src/xfdesktop-volume-icon.c
+++ b/src/xfdesktop-volume-icon.c
@@ -433,11 +433,15 @@ xfdesktop_volume_icon_peek_tooltip(XfdesktopIcon *icon)
 
 size = g_file_info_get_attribute_uint64(fs_info,
 
G_FILE_ATTRIBUTE_FILESYSTEM_SIZE);
-size_string = g_format_size_for_display(size);
-
 free_space = g_file_info_get_attribute_uint64(fs_info,
   
G_FILE_ATTRIBUTE_FILESYSTEM_FREE);
+#if GLIB_CHECK_VERSION (2, 30, 0)
+size_string = g_format_size(size);
+free_space_string = g_format_size(free_space);
+#else
+size_string = g_format_size_for_display(size);
 free_space_string = g_format_size_for_display(free_space);
+#endif
 
 volume_icon-priv-tooltip =
 g_strdup_printf(_(Removable Volume\nMounted in \%s\\n%s 
left (%s total)),
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 7a4ddc380c6267937208a3346594237a65955072 (commit)
   from abda1ca0dcfaf8aa8d01dac2dedad4b937abdf68 (commit)

commit 7a4ddc380c6267937208a3346594237a65955072
Author: Michal Várady miko.v...@gmail.com
Date:   Sun Apr 15 13:57:31 2012 +0200

l10n: Updated Czech (cs) translation to 100%

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

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

 po/cs.po |  516 +++---
 1 files changed, 256 insertions(+), 260 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index bf15a39..d13c60c 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,19 +4,19 @@
 # Lukáš Konarovský dael...@daeltar.org, 2003.
 # Alois Nespor alois.nes...@seznam.cz, 2004.
 # Michal Várady miko.v...@gmail.com, 2006-2012.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfwm4 4.4.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-09 18:54+0200\n
+POT-Creation-Date: 2012-04-15 09:03+\n
 PO-Revision-Date: 2012-04-08 10:40+0100\n
 Last-Translator: Michal Várady miko.v...@gmail.com\n
 Language-Team: Czech translation-team...@lists.sourceforge.net\n
-Language: cs\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: cs\n
 X-Generator: KBabel 1.3.1\n
 
 #: ../helper-dialog/helper-dialog.c:84
@@ -84,237 +84,237 @@ msgid Settings manager socket
 msgstr Soket správce nastavení
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-dialog.glade.h:1
-msgid Window Manager
-msgstr Správce oken
-
-#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:29
 msgid Configure window behavior and shortcuts
 msgstr Konfigurace chování okna a klávesových zkratek
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:1
-msgid Window Manager Tweaks
-msgstr Vyladění správce oken
+#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:48
+msgid Window Manager
+msgstr Správce oken
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:2
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:16
 msgid Fine-tune window behaviour and effects
 msgstr Doladění chování okna a efektů
 
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:36
+msgid Window Manager Tweaks
+msgstr Vyladění správce oken
+
 #: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:1
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:1
+msgid Configure layout, names and margins
+msgstr Konfiguruje rozvržení, názvy a okraje
+
+#: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:5
 msgid Workspaces
 msgstr Pracovní plochy
 
-#: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:2
-msgid Configure layout, names and margins
-msgstr Konfiguruje rozvržení, názvy a okraje
+#: ../settings-dialogs/xfwm4-dialog.glade.h:1
+msgid bBox move and resize/b
+msgstr bVykreslování okna při přesunu a změně velikosti/b
+
+#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+msgid bButton layout/b
+msgstr bRozvržení tlačítek/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:3
-msgid b_Theme/b
-msgstr bMoti_v/b
+msgid bDouble click _action/b
+msgstr bAkce při _dvojitém kliknutí/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:4
-msgid bTitle fon_t/b
-msgstr bPísmo _titulku/b
+msgid bFocus model/b
+msgstr bZpůsob zaměření/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:5
-msgid bTitle _alignment/b
-msgstr bZa_rovnání titulku/b
+msgid bNew window focus/b
+msgstr bZaměřování nových oken/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:6
-msgid Click and drag the buttons to change the layout
-msgstr Pro změnu rozvržení přemístěte tlačítka přetažením myší.
+msgid bRaise on click/b
+msgstr bPřenést do popředí při kliknutí/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:7
-msgid Title
-msgstr Titulek
+msgid bRaise on focus/b
+msgstr bPřenést do popředí při zaměření/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:8
-msgid The window title cannot be removed
-msgstr Titulek okna nelze odstranit
+msgid bTitle _alignment/b
+msgstr bZa_rovnání titulku/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:9
-msgid Active
-msgstr Aktivní
+msgid bTitle fon_t/b
+msgstr bPísmo _titulku/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:10
-msgid Menu
-msgstr Nabídka
+msgid bWindow _shortcuts/b
+msgstr bKlá_vesové zkratky správce oken/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:11
-msgid Stick
-msgstr Přilepit
+msgid bWindows snapping/b
+msgstr bPřichytávání oken/b
 
 #: 

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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 37f733e2facca8eb995cff01a7a0a18c52f3623c (commit)
   from e51d96625a3b63c1b62e794d08c2a5967eca940c (commit)

commit 37f733e2facca8eb995cff01a7a0a18c52f3623c
Author: Michal Várady miko.v...@gmail.com
Date:   Sun Apr 15 13:59:52 2012 +0200

l10n: Updated Czech (cs) translation to 100%

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

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

 po/cs.po |   70 ++---
 1 files changed, 43 insertions(+), 27 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index a0b5b3e..405e52d 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -3,22 +3,22 @@
 # This file is distributed under the same license as the xfce4-appfinder 
package.
 # Alois Nespor alois.nes...@seznam.cz, 2004.
 # Michal Várady miko.v...@gmail.com, 2006-2012.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4-appfinder 4.4.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-03-02 13:12+\n
+POT-Creation-Date: 2012-04-15 11:09+\n
 PO-Revision-Date: 2012-03-02 17:56+0100\n
 Last-Translator: Michal Várady miko.v...@gmail.com\n
 Language-Team: Czech translation-team...@lists.sourceforge.net\n
-Language: cs\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Generator: KBabel 1.3\n
+Language: cs\n
 X-Poedit-Language: Czech\n
 X-Poedit-Country: CZECH REPUBLIC\n
+X-Generator: KBabel 1.3\n
 
 #: ../src/appfinder-category-model.c:146
 msgid All Applications
@@ -73,47 +73,56 @@ msgstr Vlastní akce bude trvale smazána.
 msgid Are you sure you want to delete pattern \%s\?
 msgstr Opravdu chcete vymazat vzorek \%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 Vyhledávač aplikací
 
-#: ../src/appfinder-window.c:268
+#: ../src/appfinder-window.c:271
 msgid Toggle view mode
 msgstr Přepnout režim pohledu
 
-#: ../src/appfinder-window.c:763
+#: ../src/appfinder-window.c:363
+msgid La_unch
+msgstr _Spustit
+
+#: ../src/appfinder-window.c:798
 msgid Failed to launch desktop item editor
 msgstr Spuštění editoru položek plochy se nezdařilo.
 
-#: ../src/appfinder-window.c:789
-msgid This will permanently remove the custom desktop file from your home 
directory.
-msgstr Tato akce trvale odebere upravený soubor plochy z vašeho domovského 
adresáře.
+#: ../src/appfinder-window.c:824
+msgid 
+This will permanently remove the custom desktop file from your home 
+directory.
+msgstr 
+Tato akce trvale odebere upravený soubor plochy z vašeho domovského adresáře.
 
-#: ../src/appfinder-window.c:790
+#: ../src/appfinder-window.c:825
 #, c-format
 msgid Are you sure you want to revert \%s\?
 msgstr Opravdu chcete obnovit \%s\?
 
-#: ../src/appfinder-window.c:800
+#: ../src/appfinder-window.c:835
 msgid Failed to remove desktop file
 msgstr Odebrání souboru plochy se nezdařilo
 
 #. 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 Skrytou položku odkryjte ručním odebráním souboru plochy z adresáře 
\%s\ nebo otevřete soubor ve stejném adresáři a odeberte řádek \%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 
+Skrytou položku odkryjte ručním odebráním souboru plochy z adresáře \%s\ 
+nebo otevřete soubor ve stejném adresáři a odeberte řádek \%s\.
 
-#: ../src/appfinder-window.c:838
-#: ../src/appfinder-window.c:923
+#: ../src/appfinder-window.c:873 ../src/appfinder-window.c:958
 msgid _Hide
 msgstr _Skrýt
 
-#: ../src/appfinder-window.c:839
+#: ../src/appfinder-window.c:874
 #, c-format
 msgid Are you sure you want to hide \%s\?
 msgstr Opravdu chcete skrýt \%s\?
@@ -203,12 +212,23 @@ msgstr Historie
 
 #: ../src/appfinder-preferences.glade.h:13
 #, no-c-format
-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 Pokud je typ nastaven na předponu, %s se nahradí řetězcem po vzorku a 
%S kompletním vstupním textem. Regulární výrazy použijte pomocí \\0 a \\num.
+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 
+Pokud je typ nastaven na předponu, %s se nahradí řetězcem po vzorku a %S 
+kompletním vstupním textem. Regulární výrazy použijte pomocí \\0 a \\num.
 
 #: ../src/appfinder-preferences.glade.h:14

[Xfce4-commits] thunar:master Don't use deprecated g_format_size_for_display.

2012-04-15 Thread Nick Schermer
Updating branch refs/heads/master
 to 9a304dd4170fa9c996d9e9e91cca18152ac751c4 (commit)
   from 6da4524b8264233a20bb409ffb990570a9f68890 (commit)

commit 9a304dd4170fa9c996d9e9e91cca18152ac751c4
Author: Nick Schermer n...@xfce.org
Date:   Sun Apr 15 13:59:50 2012 +0200

Don't use deprecated g_format_size_for_display.

 thunar/thunar-file.c  |4 
 thunar/thunar-list-model.c|   12 
 thunar/thunar-properties-dialog.c |4 
 thunar/thunar-size-label.c|8 
 4 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/thunar/thunar-file.c b/thunar/thunar-file.c
index e01f859..4fbf03d 100644
--- a/thunar/thunar-file.c
+++ b/thunar/thunar-file.c
@@ -1686,7 +1686,11 @@ gchar *
 thunar_file_get_size_string (const ThunarFile *file)
 {
   _thunar_return_val_if_fail (THUNAR_IS_FILE (file), NULL);
+#if GLIB_CHECK_VERSION (2, 30, 0)
+  return g_format_size (thunar_file_get_size (file));
+#else
   return g_format_size_for_display (thunar_file_get_size (file));
+#endif
 }
 
 
diff --git a/thunar/thunar-list-model.c b/thunar/thunar-list-model.c
index f5e42b3..018af4e 100644
--- a/thunar/thunar-list-model.c
+++ b/thunar/thunar-list-model.c
@@ -2292,7 +2292,11 @@ thunar_list_model_get_statusbar_text (ThunarListModel 
*store,
   if (G_LIKELY (file != NULL  thunar_file_get_free_space (file, size)))
 {
   /* humanize the free space */
+#if GLIB_CHECK_VERSION (2, 30, 0)
+  fspace_string = g_format_size (size);
+#else
   fspace_string = g_format_size_for_display (size);
+#endif
 
   /* check if we have atleast one file in this folder */
   if (G_LIKELY (store-nrows  0))
@@ -2302,7 +2306,11 @@ thunar_list_model_get_statusbar_text (ThunarListModel 
*store,
 size_summary += thunar_file_get_size (row-data);
 
   /* humanize the size summary */
+#if GLIB_CHECK_VERSION (2, 30, 0)
+  size_string = g_format_size (size_summary);
+#else
   size_string = g_format_size_for_display (size_summary);
+#endif
 
   /* generate a text which includes the size of all items in the 
folder */
   text = g_strdup_printf (ngettext (%d item (%s), Free space: 
%s, %d items (%s), Free space: %s, store-nrows),
@@ -2404,7 +2412,11 @@ thunar_list_model_get_statusbar_text (ThunarListModel 
*store,
 
   if (size_summary  0)
 {
+#if GLIB_CHECK_VERSION (2, 30, 0)
+  size_string = g_format_size (size_summary);
+#else
   size_string = g_format_size_for_display (size_summary);
+#endif
   text = g_strdup_printf (ngettext (%d item selected (%s), %d items 
selected (%s), n), n, size_string);
   g_free (size_string);
 }
diff --git a/thunar/thunar-properties-dialog.c 
b/thunar/thunar-properties-dialog.c
index de90d5d..1e2de45 100644
--- a/thunar/thunar-properties-dialog.c
+++ b/thunar/thunar-properties-dialog.c
@@ -996,7 +996,11 @@ thunar_properties_dialog_update (ThunarPropertiesDialog 
*dialog)
   if (thunar_file_is_directory (dialog-file) 
thunar_file_get_free_space (dialog-file, size))
 {
+#if GLIB_CHECK_VERSION (2, 30, 0)
+  size_string = g_format_size (size);
+#else
   size_string = g_format_size_for_display (size);
+#endif
   gtk_label_set_text (GTK_LABEL (dialog-freespace_label), size_string);
   gtk_widget_show (dialog-freespace_label);
   g_free (size_string);
diff --git a/thunar/thunar-size-label.c b/thunar/thunar-size-label.c
index d0096bf..c83758e 100644
--- a/thunar/thunar-size-label.c
+++ b/thunar/thunar-size-label.c
@@ -380,7 +380,11 @@ thunar_size_label_file_changed (ThunarFile  *file,
   if (G_LIKELY (size  1024ul))
 {
   /* prepend the humanized size */
+#if GLIB_CHECK_VERSION (2, 30, 0)
+  size_humanized = g_format_size (size);
+#else
   size_humanized = g_format_size_for_display (size);
+#endif
   text = g_strdup_printf (%s (%s), size_humanized, size_string);
   g_free (size_humanized);
   g_free (size_string);
@@ -464,7 +468,11 @@ thunar_size_label_status_update (ThunarDeepCountJob *job,
   n = file_count + directory_count + unreadable_directory_count;
 
   /* update the label */
+#if GLIB_CHECK_VERSION (2, 30, 0)
+  size_string = g_format_size (total_size);
+#else
   size_string = g_format_size_for_display (total_size);
+#endif
   text = g_strdup_printf (ngettext (%u item, totalling %s, %u items, 
totalling %s, n), n, size_string);
   gtk_label_set_text (GTK_LABEL (size_label-label), text);
   g_free (size_string);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] libxfce4ui:master Check abicheck.sh to be more portable (bug #8702).

2012-04-15 Thread Nick Schermer
Updating branch refs/heads/master
 to 6c19ae0e667303ec9ecccb7e17e4697988a60e1f (commit)
   from 2c6528d2c7b5ea15e7673482f21a421b9dcf7e27 (commit)

commit 6c19ae0e667303ec9ecccb7e17e4697988a60e1f
Author: Nick Schermer n...@xfce.org
Date:   Sun Apr 15 14:02:31 2012 +0200

Check abicheck.sh to be more portable (bug #8702).

 libxfce4ui/abicheck.sh |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libxfce4ui/abicheck.sh b/libxfce4ui/abicheck.sh
index 956c2b1..ae34219 100755
--- a/libxfce4ui/abicheck.sh
+++ b/libxfce4ui/abicheck.sh
@@ -20,5 +20,5 @@
 
 trap 'rm expected-abi actual-abi' EXIT
 ${CPP:-cpp} -DINCLUDE_INTERNAL_SYMBOLS -DINCLUDE_VARIABLES -DALL_FILES 
${srcdir:-.}/libxfce4ui.symbols | sed 's/ G_GNUC.*$//;s/ PRIVATE//;/^ 
*$/d;/^#/d' | sort expected-abi
-${NM:-nm} -D -g -P .libs/libxfce4ui-1.so | awk 
'$2~/^[DRTG]$/$1~/^[^_]/{print $1}' | sort actual-abi
+${NM:-nm} .libs/libxfce4ui-1.so | awk '/ [DRTG] / {print $3}' | sort 
actual-abi
 diff -u expected-abi actual-abi
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:master Rename Novell Evolution to Evolution (bug #8703).

2012-04-15 Thread Nick Schermer
Updating branch refs/heads/master
 to 04029e79e4ab0e7fdb8478031e6a15cc310cb50b (commit)
   from 01e56f78a7f27d39f8ac22f617bed818af139ca9 (commit)

commit 04029e79e4ab0e7fdb8478031e6a15cc310cb50b
Author: Nick Schermer n...@xfce.org
Date:   Sun Apr 15 14:06:03 2012 +0200

Rename Novell Evolution to Evolution (bug #8703).

 exo-helper/helpers/evolution.desktop.in.in |2 +-
 po/ar.po   |2 +-
 po/ast.po  |4 ++--
 po/be.po   |4 ++--
 po/bg.po   |4 ++--
 po/bn.po   |2 +-
 po/ca.po   |4 ++--
 po/cs.po   |4 ++--
 po/cy.po   |4 ++--
 po/da.po   |4 ++--
 po/de.po   |4 ++--
 po/dz.po   |2 +-
 po/el.po   |4 ++--
 po/en_GB.po|4 ++--
 po/es.po   |4 ++--
 po/et.po   |4 ++--
 po/eu.po   |4 ++--
 po/fi.po   |4 ++--
 po/fr.po   |4 ++--
 po/gl.po   |4 ++--
 po/he.po   |4 ++--
 po/hr.po   |4 ++--
 po/hu.po   |4 ++--
 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   |2 +-
 po/ku.po   |2 +-
 po/lt.po   |4 ++--
 po/lv.po   |4 ++--
 po/mk.po   |4 ++--
 po/nb.po   |4 ++--
 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   |4 ++--
 po/ru.po   |4 ++--
 po/si.po   |2 +-
 po/sk.po   |4 ++--
 po/sl.po   |4 ++--
 po/sq.po   |4 ++--
 po/sv.po   |4 ++--
 po/tl_PH.po|4 ++--
 po/tr.po   |4 ++--
 po/ug.po   |4 ++--
 po/uk.po   |4 ++--
 po/ur.po   |2 +-
 po/ur_PK.po|2 +-
 po/zh_CN.po|4 ++--
 po/zh_TW.po|4 ++--
 56 files changed, 100 insertions(+), 100 deletions(-)

diff --git a/exo-helper/helpers/evolution.desktop.in.in 
b/exo-helper/helpers/evolution.desktop.in.in
index 32d3f35..5c303ff 100644
--- a/exo-helper/helpers/evolution.desktop.in.in
+++ b/exo-helper/helpers/evolution.desktop.in.in
@@ -2,7 +2,7 @@
 Version=1.0
 Icon=evolution
 Type=X-XFCE-Helper
-_Name=Novell Evolution
+_Name=Evolution
 StartupNotify=false
 
X-XFCE-Binaries=evolution-2.4;evolution-2.3;evolution-2.2;evolution-2.0;evolution-1.6;evolution-1.5;evolution-1.4;evolution;
 X-XFCE-Category=MailReader
diff --git a/po/ar.po b/po/ar.po
index 1700a52..45108c7 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -1166,7 +1166,7 @@ msgid Enlightened Terminal Emulator
 msgstr محاكي ترفية Enlightened
 
 #: ../exo-helper/helpers/evolution.desktop.in.in.h:1
-msgid Novell Evolution
+msgid Evolution
 msgstr نوفيل إفولوشين
 
 #: ../exo-helper/helpers/firefox.desktop.in.in.h:1
diff --git a/po/ast.po b/po/ast.po
index 6239197..4ed2884 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -1172,8 +1172,8 @@ msgid Enlightened Terminal Emulator
 msgstr Emulador de Enlightened Terminal
 
 #: ../exo-helper/helpers/evolution.desktop.in.in.h:1
-msgid Novell Evolution
-msgstr Novell Evolution
+msgid Evolution
+msgstr Evolution
 
 #: ../exo-helper/helpers/firefox.desktop.in.in.h:1
 msgid Mozilla Firefox
diff --git a/po/be.po b/po/be.po
index b28d48b..d7eb07f 100644
--- a/po/be.po
+++ b/po/be.po
@@ -1171,8 +1171,8 @@ msgid Enlightened Terminal Emulator
 msgstr Эмулятар тэрмінала Enlightened
 
 #: 

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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 1b2f021610f986b511d7e33b3bd9885d2afab312 (commit)
   from 20bb6fc650af1c1c3657cea021b730fd62a82d25 (commit)

commit 1b2f021610f986b511d7e33b3bd9885d2afab312
Author: Mike Massonnet mmasson...@gmail.com
Date:   Sun Apr 15 14:08:25 2012 +0200

l10n: Updated French (fr) translation to 99%

New status: 386 messages complete with 1 fuzzy and 0 untranslated.

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

 po/fr.po |  275 ++
 1 files changed, 188 insertions(+), 87 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 5bfb921..0203881 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -10,8 +10,8 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-13 14:27+\n
-PO-Revision-Date: 2012-04-14 00:00+0100\n
+POT-Creation-Date: 2012-04-15 06:42+\n
+PO-Revision-Date: 2012-04-15 14:07+0200\n
 Last-Translator: Iliyas Jorio inv.jo...@gmail.com\n
 Language-Team: French xfce-i...@xfce.org\n
 Language: fr\n
@@ -21,8 +21,11 @@ msgstr 
 Plural-Forms: nplurals=2; plural=(n  1);\n
 
 #: ../panel-desktop-handler.desktop.in.h:1
-msgid Add a new launcher to the panel based on the information of this 
desktop file
-msgstr Ajouter un nouveau lanceur dans le tableau de bord avec les 
informations de ce fichier desktop
+msgid 
+Add a new launcher to the panel based on the information of this desktop file
+msgstr 
+Ajouter un nouveau lanceur dans le tableau de bord avec les informations de 
+ce fichier desktop
 
 #: ../panel-desktop-handler.desktop.in.h:2
 msgid Create Launcher on the panel
@@ -33,8 +36,7 @@ msgid Customize the panel
 msgstr Personnaliser le tableau de bord
 
 #: ../panel-preferences.desktop.in.h:2
-#: ../panel/panel-preferences-dialog.glade.h:29
-#: ../panel/panel-window.c:2353
+#: ../panel/panel-preferences-dialog.glade.h:29 ../panel/panel-window.c:2353
 #: ../migrate/main.c:117
 msgid Panel
 msgstr Tableau de bord
@@ -49,7 +51,8 @@ msgstr Voulez-vous vraiment supprimer « %s » ?
 #: ../libxfce4panel/xfce-panel-plugin.c:1042
 #: ../panel/panel-preferences-dialog.c:1102
 msgid If you remove the item from the panel, it is permanently lost.
-msgstr Si vous supprimez le greffon du tableau de bord, il le sera 
définitivement.
+msgstr 
+Si vous supprimez le greffon du tableau de bord, il le sera définitivement.
 
 #. move item
 #: ../libxfce4panel/xfce-panel-plugin.c:1202
@@ -61,20 +64,17 @@ msgid Pane_l
 msgstr Tableau de _bord
 
 #. add new items
-#: ../libxfce4panel/xfce-panel-plugin.c:1244
-#: ../panel/panel-window.c:2365
+#: ../libxfce4panel/xfce-panel-plugin.c:1244 ../panel/panel-window.c:2365
 msgid Add _New Items...
 msgstr Ajouter des _greffons...
 
 #. customize panel
-#: ../libxfce4panel/xfce-panel-plugin.c:1255
-#: ../panel/panel-window.c:2376
+#: ../libxfce4panel/xfce-panel-plugin.c:1255 ../panel/panel-window.c:2376
 msgid Panel Pr_eferences...
 msgstr Pr_éférences du tableau de bord...
 
 #. logout item
-#: ../libxfce4panel/xfce-panel-plugin.c:1272
-#: ../panel/panel-window.c:2404
+#: ../libxfce4panel/xfce-panel-plugin.c:1272 ../panel/panel-window.c:2404
 msgid Log _Out
 msgstr Dé_connexion
 
@@ -82,8 +82,7 @@ msgstr Dé_connexion
 msgid Show the 'Panel Preferences' dialog
 msgstr Afficher la fenêtre de préférences du tableau de bord
 
-#: ../panel/main.c:79
-#: ../panel/main.c:80
+#: ../panel/main.c:79 ../panel/main.c:80
 msgid PANEL-NUMBER
 msgstr NUMERO-TABLBORD
 
@@ -179,11 +178,15 @@ msgid Failed to send D-Bus message
 msgstr Échec à l'envoi d'un message D-Bus
 
 #: ../panel/main.c:400
-msgid Do you want to start the panel? If you do, make sure you save the 
session on logout, so the panel is automatically started the next time you 
login.
-msgstr Voulez-vous démarrer le tableau de bord ? Si oui, veillez à ce que la 
session soit sauvegardée lors de la déconnexion, de sorte que le tableau de 
bord soit relancé à la prochaine ouverture de session.
+msgid 
+Do you want to start the panel? If you do, make sure you save the session on 
+logout, so the panel is automatically started the next time you login.
+msgstr 
+Voulez-vous démarrer le tableau de bord ? Si oui, veillez à ce que la 
+session soit sauvegardée lors de la déconnexion, de sorte que le tableau de 
+bord soit relancé à la prochaine ouverture de session.
 
-#: ../panel/main.c:403
-#: ../panel/main.c:417
+#: ../panel/main.c:403 ../panel/main.c:417
 #, c-format
 msgid No running instance of %s was found
 msgstr Aucune instance de %s n'a été trouvée
@@ -197,8 +200,12 @@ msgid Create _Launcher
 msgstr Créer un _lanceur
 
 #: ../panel/panel-application.c:937
-msgid This will create a new launcher plugin on the panel and inserts the 
dropped files as menu items.
-msgstr Ceci créera un lanceur sur le tableau de bord. Un élément de menu y 
sera inséré pour chaque fichier qui y sera déposé.
+msgid 
+This will create a new launcher plugin on the panel and inserts the 

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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to f72437dff5508d4a684bd729ee76dd7d06827964 (commit)
   from 1b2f021610f986b511d7e33b3bd9885d2afab312 (commit)

commit f72437dff5508d4a684bd729ee76dd7d06827964
Author: Mike Massonnet mmasson...@gmail.com
Date:   Sun Apr 15 14:09:49 2012 +0200

l10n: Updated French (fr) translation to 100%

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

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

 po/fr.po |5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 0203881..a0a6551 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -11,7 +11,7 @@ msgstr 
 Project-Id-Version: xfce4-panel 4.7.0\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2012-04-15 06:42+\n
-PO-Revision-Date: 2012-04-15 14:07+0200\n
+PO-Revision-Date: 2012-04-15 14:09+0200\n
 Last-Translator: Iliyas Jorio inv.jo...@gmail.com\n
 Language-Team: French xfce-i...@xfce.org\n
 Language: fr\n
@@ -788,9 +788,8 @@ msgid Lock Screen
 msgstr Verrouiller l'écran
 
 #: ../plugins/actions/actions.c:174
-#, fuzzy
 msgid Loc_k Screen
-msgstr Verrouiller l'écran
+msgstr _Verrouiller l'écran
 
 #: ../plugins/actions/actions.c:180
 msgid Hibernate
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:master Add Iceweasel helper (bug #8704).

2012-04-15 Thread Nick Schermer
Updating branch refs/heads/master
 to e3a4f05552e8db1b6fede8b2ae996a17b7703b27 (commit)
   from 04029e79e4ab0e7fdb8478031e6a15cc310cb50b (commit)

commit e3a4f05552e8db1b6fede8b2ae996a17b7703b27
Author: Nick Schermer n...@xfce.org
Date:   Sun Apr 15 14:10:23 2012 +0200

Add Iceweasel helper (bug #8704).

 exo-helper/helpers/Makefile.am |3 ++-
 ...refox.desktop.in.in = iceweasel.desktop.in.in} |6 +++---
 po/POTFILES.in |1 +
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/exo-helper/helpers/Makefile.am b/exo-helper/helpers/Makefile.am
index b9d292a..f49ccbc 100644
--- a/exo-helper/helpers/Makefile.am
+++ b/exo-helper/helpers/Makefile.am
@@ -20,7 +20,8 @@ desktop_in_in_files = 
\
gnome-terminal.desktop.in.in\
kmail.desktop.in.in \
konqueror.desktop.in.in \
-   icedove.desktop.in.in   \
+   icedove.desktop.in.in   \
+   iceweasel.desktop.in.in \
links.desktop.in.in \
lynx.desktop.in.in  \
midori.desktop.in.in\
diff --git a/exo-helper/helpers/firefox.desktop.in.in 
b/exo-helper/helpers/iceweasel.desktop.in.in
similarity index 68%
copy from exo-helper/helpers/firefox.desktop.in.in
copy to exo-helper/helpers/iceweasel.desktop.in.in
index e89684b..bb3d5fe 100644
--- a/exo-helper/helpers/firefox.desktop.in.in
+++ b/exo-helper/helpers/iceweasel.desktop.in.in
@@ -1,10 +1,10 @@
 [Desktop Entry]
 Version=1.0
-Icon=firefox
+Icon=iceweasel
 Type=X-XFCE-Helper
-_Name=Mozilla Firefox
+_Name=Iceweasel
 StartupNotify=false
-X-XFCE-Binaries=firefox;firefox-gtk2;firefox-gtk;mozilla-firefox;
+X-XFCE-Binaries=iceweasel;iceweasel-gtk2;iceweasel-gtk;
 X-XFCE-Category=WebBrowser
 X-XFCE-Commands=%B -remote openURL(about:blank,new-window);%B;
 X-XFCE-CommandsWithParameter=%B -remote openURL(%s);%B %s;
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3e553e7..524f728 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -57,6 +57,7 @@ exo-helper/helpers/firefox.desktop.in.in
 exo-helper/helpers/galeon.desktop.in.in
 exo-helper/helpers/gnome-terminal.desktop.in.in
 exo-helper/helpers/icedove.desktop.in.in
+exo-helper/helpers/iceweasel.desktop.in.in
 exo-helper/helpers/kmail.desktop.in.in
 exo-helper/helpers/konqueror.desktop.in.in
 exo-helper/helpers/links.desktop.in.in
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] www:master l10n: Updated Lithuanian (lt) translation to 95%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to dba56d818272e5827b0dd9394ce707a66175e01e (commit)
   from 9206a05900030c913bbf71ebe76630802ecc1a7e (commit)

commit dba56d818272e5827b0dd9394ce707a66175e01e
Author: Algimantas Margevičius margevicius.algiman...@gmail.com
Date:   Sun Apr 15 14:48:54 2012 +0200

l10n: Updated Lithuanian (lt) translation to 95%

New status: 358 messages complete with 0 fuzzies and 16 untranslated.

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

 lib/po/lt.po |  177 +-
 1 files changed, 89 insertions(+), 88 deletions(-)

diff --git a/lib/po/lt.po b/lib/po/lt.po
index 4469538..4a1dac2 100644
--- a/lib/po/lt.po
+++ b/lib/po/lt.po
@@ -9,7 +9,7 @@ msgstr 
 Project-Id-Version: www.xfce.org\n
 Report-Msgid-Bugs-To: https://bugzilla.xfce.org\n;
 POT-Creation-Date: 2012-04-14 18:28+0300\n
-PO-Revision-Date: 2012-04-15 13:19+0300\n
+PO-Revision-Date: 2012-04-15 15:47+0300\n
 Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
 Language-Team: Lietuvių \n
 Language: \n
@@ -47,9 +47,9 @@ msgid 
 It aims to be fast and low on system resources, while still being visually 
 appealing and user friendly.
 msgstr 
-Xfce yra lengva Unix tipo sistemų darbastalio aplinka. Ji stengiasi būti 
-greita ir naudoti mažai sistemos resursų, tuo pačiu išlaikant draugiškumą 
-naudotojui ir malonią išvaizdą.
+Xfce yra lengva darbastalio aplinka, skirta Unix tipo sistemoms. Ji 
+stengiasi būti greita ir naudoti kuo mažiau sistemos resursų, tuo pačiu 
+išlaikant draugiškumą naudotojui ir malonią išvaizdą.
 
 #: frontpage.php:22
 #, php-format
@@ -210,7 +210,7 @@ msgid 
 msgstr 
 Naudotojams kuriems labiau patinka forumai, skirtas a href=\http://forum.;
 xfce.org/\ class=\external\Xfce Forumas/a. Aktyvūs bendraautoriai jums 
-padės, bet nenaudokite jo pranešimui apie klaidas.
+padės, bet nenaudokite jo pranešimams apie klaidas.
 
 #: community/index.php:43
 msgid 
@@ -648,7 +648,7 @@ msgstr 
 apie Xfce ir skatindami naujus žmones išbandyti ją. Jei turite Identi.ca ar 
 Twitter paskyrą galite padėti persiųsdami betkurį a href=\http://identi.ca/;
 xfce\pranešimą/a, taip suteikdami galimybę mums būti išgirstiems 
-didesnės auditorijos.
+platesnės auditorijos.
 
 #: getinvolved/index.php:32
 msgid Bug Reporting and testing
@@ -854,7 +854,7 @@ msgid 
 Terminal is a modern terminal emulator featuring tabs and transparent 
 backgrounds.
 msgstr 
-Terminal yra modernus terminalo emuliatorius, kuris turi korteles ir 
+Terminalas yra modernus terminalo emuliatorius, kuris turi korteles ir 
 permatomus fonus.
 
 #: projects/index.php:123
@@ -902,7 +902,7 @@ msgid 
 msgstr 
 Xfce kūrėjų komanda, didžiuodamasi praneša apie pirmą Xfce 4.10 peržiūros 
 leidimą. Kartu su šiuo peržiūros leidimu, Xfce projektas praneša jog naujų 
-galimybių pridėjimas sustabdomas iki paskutinio 4.10 leidimo kuris turėtų 
+galimybių pridėjimas sustabdomas iki galutinio 4.10 leidimo kuris turėtų 
 pasirodyti 2012 balandžio 28-ą.
 
 #: news-array.php:16
@@ -1106,7 +1106,7 @@ msgstr Išleidimo modelis
 
 #: about/releasemodel.php:6 about/releasemodel.php:31
 msgid The Xfce Core Desktop
-msgstr Xfce branduolio darbastalis
+msgstr Xfce branduolys
 
 #: about/releasemodel.php:7 about/releasemodel.php:64
 msgid The Release Cycle
@@ -1117,8 +1117,8 @@ msgid 
 In the past the same questions and discussions have come up over and over 
 again whenever a new release was in sight, like:
 msgstr 
-Praeityje buvo klausimų ir diskusijų apie tai, išėjo nauja versija ir vėl 
-tie patys klausimai:
+Praeityje buvo daug klausimų ir diskusijų apie tai, kaskart išėjus naujai 
+versijai kyla tie patys klausimai:
 
 #: about/releasemodel.php:18
 msgid What are the core components of Xfce?
@@ -1148,7 +1148,7 @@ msgstr 
 
 #: about/releasemodel.php:23
 msgid How many pre-releases should we do and how do we call them?
-msgstr Kiek turėtų būti pre-leidimų ir kaip juos reiktų pavadinti?
+msgstr Kiek turėtų būti peržiūros leidimų ir kaip juos reiktų pavadinti?
 
 #: about/releasemodel.php:24
 msgid What do we use as a replacement for SVN revision versioning with Git?
@@ -1165,8 +1165,8 @@ msgid 
 All core components of the Xfce desktop must adhere to the release policy 
 defined in this document.
 msgstr 
-Visi Xfce darbastalio branduolio komponentai turi būti čia, taip kaip 
-aprašyta leidimo politikos dokumente.
+Visi Xfce branduolio komponentai turi būti čia, taip kaip aprašyta leidimo 
+politikos dokumente.
 
 #: about/releasemodel.php:56
 msgid Essential Dependencies
@@ -1183,9 +1183,9 @@ msgid 
 msgstr 
 Išleidimo ciklas įtraukia trumpą planavimo fazę, kūrimo fazę su kūrimo 
 leidimais ir išleidimo fazę, galiausiai vedančią į naują stabilų viso Xfce 
-branduolio darbastalio leidimą. Kartu su šiomis fazėmis stabilių leidimų 
-priežiūra nenutrūksta ir tęsiama. Šios fazės metu, stabiliai versijai bus 
-išleisti klaidų pataisymai ir saugumo pataisos.
+branduolio leidimą. 

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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to e8097a4f68712092b08a4a764bc3c81b3730c0e5 (commit)
   from a18cc34eef221056b16b2642e1936091df484dd2 (commit)

commit e8097a4f68712092b08a4a764bc3c81b3730c0e5
Author: Mike Massonnet mmasson...@gmail.com
Date:   Sun Apr 15 15:04:25 2012 +0200

l10n: Updated French (fr) translation to 100%

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

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

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

diff --git a/po/fr.po b/po/fr.po
index 6a64fda..4a93586 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -11,8 +11,8 @@ msgid 
 msgstr 
 Project-Id-Version: xfdesktop\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-12 17:21+\n
-PO-Revision-Date: 2012-04-13 19:13+0100\n
+POT-Creation-Date: 2012-04-15 08:36+\n
+PO-Revision-Date: 2012-04-15 15:03+0200\n
 Last-Translator: Iliyas Jorio inv.jo...@gmail.com\n
 Language-Team: French xfce-i...@xfce.org\n
 Language: fr\n
@@ -20,11 +20,10 @@ msgstr 
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 
-#: ../common/xfdesktop-common.c:96
-#: ../common/xfdesktop-common.c:200
+#: ../common/xfdesktop-common.c:96 ../common/xfdesktop-common.c:200
 #, c-format
 msgid Backdrop list file is not valid
-msgstr La liste de fonds d'écran est invalide
+msgstr La liste de fonds d'écran n'est pas invalide
 
 #. no need to escape markup; it's already done for us
 #: ../settings/main.c:166
@@ -36,8 +35,7 @@ msgstr 
 %s\n
 iTaille : %dx%d/i
 
-#: ../settings/main.c:299
-#: ../src/xfdesktop-special-file-icon.c:271
+#: ../settings/main.c:299 ../src/xfdesktop-special-file-icon.c:271
 #: ../src/xfdesktop-special-file-icon.c:434
 msgid Home
 msgstr Répertoire personnel
@@ -59,8 +57,7 @@ msgstr Périphériques amovibles
 msgid Cannot create backdrop list \%s\
 msgstr Impossible de créer la liste de fonds d'écran « %s »
 
-#: ../settings/main.c:489
-#: ../settings/main.c:862
+#: ../settings/main.c:489 ../settings/main.c:862
 msgid Backdrop List Error
 msgstr Erreur avec la liste de fonds d'écran
 
@@ -70,8 +67,11 @@ msgstr Créer ou charger une liste de fonds d'écran
 
 #: ../settings/main.c:538
 #, c-format
-msgid File \%s\ is not a valid backdrop list file.  Do you wish to 
overwrite it?
-msgstr Le fichier de liste de fonds d'écran « %s » est invalide. 
Souhaitez-vous l'écraser ?
+msgid 
+File \%s\ is not a valid backdrop list file.  Do you wish to overwrite it?
+msgstr 
+Le fichier de liste de fonds d'écran « %s » est invalide. Souhaitez-vous 
+l'écraser ?
 
 #: ../settings/main.c:543
 msgid Invalid List File
@@ -233,12 +233,16 @@ msgid Increase or decrease the color saturation of the 
final image
 msgstr Saturer ou désaturer les couleurs de l'image finale
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:16
-msgid Number of minutes before a different background is randomly selected 
from the list.
-msgstr Nombre de minutes avant la sélection aléatoire d'une nouvelle image 
dans la liste.
+msgid 
+Number of minutes before a different background is randomly selected from 
+the list.
+msgstr 
+Nombre de minutes avant la sélection aléatoire d'une nouvelle image dans la 
+liste.
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:17
 msgid Remove the selected image(s) from the list
-msgstr Retirer de la/les image(s) sélectionnée(s) de la liste
+msgstr Supprimer de la liste la ou les images sélectionnées
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:18
 msgid Sa_turation:
@@ -274,7 +278,8 @@ msgstr 
 ou couleur du bas dans un dégradé vertical)
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:25
-msgid Specifies the solid color, or the \left\ or \top\ color of the 
gradient
+msgid 
+Specifies the solid color, or the \left\ or \top\ color of the gradient
 msgstr 
 Définit la couleur pleine, ou la première couleur du dégradé\n
 (couleur de gauche dans un dégradé horizontal,\n
@@ -319,12 +324,20 @@ msgid Vertical gradient
 msgstr Dégradé vertical
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:34
-msgid When multiple monitors are present, select this option to stretch the 
current background over all of them.
-msgstr Si plusieurs moniteurs sont présents, choisissez cette option pour 
étirer le fond d'écran sur tous les moniteurs.
+msgid 
+When multiple monitors are present, select this option to stretch the 
+current background over all of them.
+msgstr 
+Si plusieurs moniteurs sont présents, choisissez cette option pour étirer le 
+fond d'écran sur tous les moniteurs.
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:35
-msgid While in image list mode, select this option to automatically select a 
different background from the image list after a set number of minutes.
-msgstr Si le mode « Liste d'images » est activé, choisissez cette option pour 
que l'image du fond 

[Xfce4-commits] garcon:master Add debugging for file monitoring and reloading.

2012-04-15 Thread Nick Schermer
Updating branch refs/heads/master
 to b34ef82c3408085378230c1ffda093889835b65d (commit)
   from 93239e99dbd2dcb7ab43975c747e2cae4e586bc3 (commit)

commit b34ef82c3408085378230c1ffda093889835b65d
Author: Nick Schermer n...@xfce.org
Date:   Sun Apr 15 16:18:17 2012 +0200

Add debugging for file monitoring and reloading.

 garcon/garcon-menu.c |  112 +++---
 1 files changed, 79 insertions(+), 33 deletions(-)

diff --git a/garcon/garcon-menu.c b/garcon/garcon-menu.c
index 74fb953..7e58e03 100644
--- a/garcon/garcon-menu.c
+++ b/garcon/garcon-menu.c
@@ -26,7 +26,7 @@
 #include unistd.h
 #endif
 
-#include glib/gi18n.h
+#include libxfce4util/libxfce4util.h
 
 #include garcon/garcon-config.h
 #include garcon/garcon-environment.h
@@ -224,7 +224,7 @@ struct _GarconMenuPrivate
 
 
 G_DEFINE_TYPE_WITH_CODE (GarconMenu, garcon_menu, G_TYPE_OBJECT,
- G_IMPLEMENT_INTERFACE (GARCON_TYPE_MENU_ELEMENT, 
+ G_IMPLEMENT_INTERFACE (GARCON_TYPE_MENU_ELEMENT,
 garcon_menu_element_init))
 
 
@@ -275,11 +275,11 @@ garcon_menu_class_init (GarconMenuClass *klass)
 G_PARAM_READWRITE |
 
G_PARAM_STATIC_STRINGS));
 
-  menu_signals[RELOAD_REQUIRED] = 
+  menu_signals[RELOAD_REQUIRED] =
 g_signal_new (reload-required,
   GARCON_TYPE_MENU,
   G_SIGNAL_RUN_LAST | G_SIGNAL_NO_HOOKS,
-  0, 
+  0,
   NULL,
   NULL,
   g_cclosure_marshal_VOID__VOID,
@@ -720,12 +720,12 @@ garcon_menu_load (GarconMenu   *menu,
 {
   merger = garcon_menu_merger_new (GARCON_MENU_TREE_PROVIDER (parser));
 
-  if (garcon_menu_merger_run (merger, 
+  if (garcon_menu_merger_run (merger,
   menu-priv-merge_files,
   menu-priv-merge_dirs,
   cancellable, error))
 {
-  menu-priv-tree = 
+  menu-priv-tree =
 garcon_menu_tree_provider_get_tree (GARCON_MENU_TREE_PROVIDER 
(merger));
 }
   else
@@ -935,7 +935,7 @@ garcon_menu_resolve_directory (GarconMenu   *menu,
   g_return_if_fail (cancellable == NULL || G_IS_CANCELLABLE (cancellable));
 
   /* release the old directory if there is one */
-  if (menu-priv-directory != NULL) 
+  if (menu-priv-directory != NULL)
 {
   g_object_unref (menu-priv-directory);
   menu-priv-directory = NULL;
@@ -1053,7 +1053,7 @@ garcon_menu_get_app_dirs (GarconMenu *menu,
 {
   submenu_app_dirs = garcon_menu_get_app_dirs (lp-data, recursive);
 
-  for (sp = g_list_last (submenu_app_dirs); sp != NULL; sp = sp-prev) 
+  for (sp = g_list_last (submenu_app_dirs); sp != NULL; sp = sp-prev)
 if (g_list_find_custom (dirs, sp-data, (GCompareFunc) g_strcmp0) 
== NULL)
   dirs = g_list_prepend (dirs, sp-data);
 }
@@ -1215,7 +1215,7 @@ garcon_menu_resolve_items (GarconMenu *menu,
 
   g_return_if_fail (GARCON_IS_MENU (menu));
 
-  menu_only_unallocated = 
+  menu_only_unallocated =
 garcon_menu_node_tree_get_boolean_child (menu-priv-tree,
  
GARCON_MENU_NODE_TYPE_ONLY_UNALLOCATED);
 
@@ -1790,9 +1790,9 @@ garcon_menu_start_monitoring (GarconMenu *menu)
 
   garcon_menu_monitor_menu_files (menu);
 
-  garcon_menu_monitor_files (menu, menu-priv-merge_files, 
+  garcon_menu_monitor_files (menu, menu-priv-merge_files,
  garcon_menu_merge_file_changed);
-  
+
   garcon_menu_monitor_files (menu, menu-priv-merge_dirs,
  garcon_menu_merge_dir_changed);
 
@@ -1862,7 +1862,7 @@ garcon_menu_monitor_menu_files (GarconMenu *menu)
   if (monitor != NULL)
 {
   menu-priv-monitors = g_list_prepend (menu-priv-monitors, 
monitor);
-  g_signal_connect_swapped (monitor, changed, 
+  g_signal_connect_swapped (monitor, changed,
 G_CALLBACK (garcon_menu_file_changed), 
menu);
 }
 }
@@ -1870,7 +1870,7 @@ garcon_menu_monitor_menu_files (GarconMenu *menu)
 {
   /* Build ${XDG_MENU_PREFIX}applications.menu filename */
   prefix = g_getenv (XDG_MENU_PREFIX);
-  relative_filename = g_strconcat (menus, G_DIR_SEPARATOR_S, 
+  relative_filename = g_strconcat (menus, G_DIR_SEPARATOR_S,
prefix != NULL ? prefix : 
GARCON_DEFAULT_MENU_PREFIX,
applications.menu, NULL);
 
@@ -1880,7 +1880,7 @@ garcon_menu_monitor_menu_files (GarconMenu *menu)
   for (n = g_strv_length (paths)-1; paths != NULL  n = 0; --n)
 {
   file = g_file_new_for_path (paths[n]);
-

[Xfce4-commits] ristretto:master l10n: Updated Croatian (hr) translation to 65%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 6daa6261fd9c15092e950d88618e345284a84b94 (commit)
   from 9d0c31bf12e2f5ab3d092fd8377835e09b2ca212 (commit)

commit 6daa6261fd9c15092e950d88618e345284a84b94
Author: Ivica  Kolić ik...@yahoo.com
Date:   Sun Apr 15 16:35:52 2012 +0200

l10n: Updated Croatian (hr) translation to 65%

New status: 114 messages complete with 0 fuzzies and 59 untranslated.

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

 po/hr.po |  245 +-
 1 files changed, 145 insertions(+), 100 deletions(-)

diff --git a/po/hr.po b/po/hr.po
index 48db84e..e6af607 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -7,7 +7,7 @@ msgid 
 msgstr 
 Project-Id-Version: ristretto\n
 Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
-POT-Creation-Date: 2012-04-02 22:39+\n
+POT-Creation-Date: 2012-04-15 10:09+\n
 PO-Revision-Date: 2010-06-11 19:40+0200\n
 Last-Translator: Ivica Kolićik...@yahoo.com \n
 Language-Team: Croatian \n
@@ -50,387 +50,435 @@ msgid Image Viewer
 msgstr Preglednik slika
 
 #. File Menu
-#: ../src/main_window.c:335
+#: ../src/main_window.c:350
 msgid _File
 msgstr _Datoteka
 
-#: ../src/main_window.c:336
+#: ../src/main_window.c:351
 msgid _Open
 msgstr _Otvori
 
-#: ../src/main_window.c:336
+#: ../src/main_window.c:351
 msgid Open an image
 msgstr Otvori sliku
 
-#: ../src/main_window.c:337
+#: ../src/main_window.c:352
 msgid _Save copy
 msgstr _Spremi kopiju
 
-#: ../src/main_window.c:337
+#: ../src/main_window.c:352
 msgid Save a copy of the image
 msgstr Spremi kopiju slike
 
-#: ../src/main_window.c:338
+#: ../src/main_window.c:353
 msgid _Properties
 msgstr _Svojstva
 
-#: ../src/main_window.c:338
+#: ../src/main_window.c:353
 msgid Show file properties
 msgstr Prikaži svojstva datoteke
 
 #. Edit Menu
-#: ../src/main_window.c:339 ../src/main_window.c:343
+#: ../src/main_window.c:354 ../src/main_window.c:358
 msgid _Edit
 msgstr _Uredi
 
-#: ../src/main_window.c:339
+#: ../src/main_window.c:354
 msgid Edit this image
 msgstr Uredi ovu sliku
 
-#: ../src/main_window.c:340
+#: ../src/main_window.c:355
 msgid _Close
 msgstr _Zatvori
 
-#: ../src/main_window.c:340
+#: ../src/main_window.c:355
 msgid Close this image
 msgstr Zatvori ovu sliku
 
-#: ../src/main_window.c:341
+#: ../src/main_window.c:356
 msgid _Quit
 msgstr _Isključi
 
-#: ../src/main_window.c:341
+#: ../src/main_window.c:356
 msgid Quit Ristretto
 msgstr Isključi Ristretto
 
-#: ../src/main_window.c:344
+#: ../src/main_window.c:359
 msgid _Open with...
 msgstr _Otvori pomoću
 
-#: ../src/main_window.c:345
+#: ../src/main_window.c:360
 msgid _Sorting
 msgstr _Sortiranje
 
-#: ../src/main_window.c:346
+#: ../src/main_window.c:361
 msgid _Delete
 msgstr _Izbriši
 
-#: ../src/main_window.c:346
+#: ../src/main_window.c:361
 msgid Delete this image from disk
 msgstr Izbriši ovu sliku sa diska
 
-#: ../src/main_window.c:347
+#: ../src/main_window.c:362
 msgid _Clear private data
 msgstr _Očisti privatne podatke
 
-#: ../src/main_window.c:348
+#: ../src/main_window.c:363
 msgid _Preferences
 msgstr _Osobitosti
 
 #. View Menu
-#: ../src/main_window.c:350
+#: ../src/main_window.c:365
 msgid _View
 msgstr _Pogled
 
-#: ../src/main_window.c:351
+#: ../src/main_window.c:366
 msgid _Fullscreen
 msgstr _Cijeli zaslon
 
-#: ../src/main_window.c:352
+#: ../src/main_window.c:366
+msgid Switch to fullscreen
+msgstr Prebaci na cijeli zaslon
+
+#: ../src/main_window.c:367
 msgid _Leave Fullscreen
 msgstr _Napusti cijeli zaslon
 
-#: ../src/main_window.c:353
+#: ../src/main_window.c:367
+msgid Leave Fullscreen
+msgstr Napusti cijeli zaslon
+
+#: ../src/main_window.c:368
 msgid _Set as Wallpaper
 msgstr 
 
 #. Zoom submenu
-#: ../src/main_window.c:355
+#: ../src/main_window.c:370
 msgid _Zoom
 msgstr _Zumiranje
 
-#: ../src/main_window.c:356
+#: ../src/main_window.c:371
 msgid Zoom _In
 msgstr 
 
-#: ../src/main_window.c:357
+#: ../src/main_window.c:371
+msgid Zoom in
+msgstr 
+
+#: ../src/main_window.c:372
 msgid Zoom _Out
 msgstr 
 
-#: ../src/main_window.c:358
+#: ../src/main_window.c:372
+msgid Zoom out
+msgstr 
+
+#: ../src/main_window.c:373
 msgid Zoom _Fit
 msgstr 
 
-#: ../src/main_window.c:359
+#: ../src/main_window.c:373
+msgid Zoom to fit window
+msgstr 
+
+#: ../src/main_window.c:374
 msgid _Normal Size
 msgstr _Normalna veličina
 
+#: ../src/main_window.c:374
+msgid Zoom to 100%
+msgstr 
+
 #. Rotation submenu
-#: ../src/main_window.c:361
+#: ../src/main_window.c:376
 msgid _Rotation
 msgstr _Rotacija
 
-#: ../src/main_window.c:362
+#: ../src/main_window.c:377
 msgid Rotate _Right
 msgstr Rotiraj _desno
 
-#: ../src/main_window.c:363
+#: ../src/main_window.c:378
 msgid Rotate _Left
 msgstr Rotiraj _lijevo
 
 #. Go Menu
-#: ../src/main_window.c:365
+#: ../src/main_window.c:380
 msgid _Go
 msgstr _Idi
 
-#: ../src/main_window.c:366
+#: ../src/main_window.c:381
 msgid _Forward
 msgstr _Naprijed
 
-#: ../src/main_window.c:367
+#: 

[Xfce4-commits] xfce4-genmon-plugin:master l10n: Updated Croatian (hr) translation to 78%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 914a2bb3275cce58c095dba2d9302906aed21ca6 (commit)
   from be17bef3facf01f6a4d1107e23f3b284ecb4e676 (commit)

commit 914a2bb3275cce58c095dba2d9302906aed21ca6
Author: Ivica  Kolić ik...@yahoo.com
Date:   Sun Apr 15 16:37:48 2012 +0200

l10n: Updated Croatian (hr) translation to 78%

New status: 15 messages complete with 0 fuzzies and 4 untranslated.

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

 po/hr.po |   67 +++--
 1 files changed, 34 insertions(+), 33 deletions(-)

diff --git a/po/hr.po b/po/hr.po
index 9156a85..e28de00 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -2,91 +2,80 @@
 # Copyright (C) The Xfce development team.
 # This file is distributed under the same license as the xfce4-genmon-plugin 
package.
 # Ivica Kolić ik...@yahoo.com, 2011.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4-genmon-plugin\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-05-29 22:06+\n
+POT-Creation-Date: 2012-04-15 11:54+\n
 PO-Revision-Date: 2011-05-30 00:31+0200\n
 Last-Translator: Ivica Kolić ik...@yahoo.com\n
 Language-Team: Croatian ik...@yahoo.com\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  n
-%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
+Language: hr\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
 X-Poedit-Language: Croatian\n
-X-Poedit-Country: CROATIA\n
 X-Poedit-SourceCharset: utf-8\n
+X-Poedit-Country: CROATIA\n
 
 #: ../panel-plugin/cmdspawn.c:174
 #, c-format
 msgid Error in command \%s\
 msgstr Greška u naredbi \%s\
 
-#: ../panel-plugin/cmdspawn.c:177 ../panel-plugin/main.c:105
+#: ../panel-plugin/cmdspawn.c:177 ../panel-plugin/main.c:104
 msgid Xfce Panel
 msgstr Xfce ploča
 
-#: ../panel-plugin/config_gui.c:87
-msgid About...
-msgstr O programu...
-
-#: ../panel-plugin/config_gui.c:103 ../panel-plugin/main.c:677
-#: ../panel-plugin/genmon.desktop.in.in.h:1
-msgid Generic Monitor
-msgstr Generički monitor
-
-#: ../panel-plugin/config_gui.c:116
+#: ../panel-plugin/config_gui.c:81
 msgid Command
 msgstr Naredba
 
-#: ../panel-plugin/config_gui.c:130
+#: ../panel-plugin/config_gui.c:95
 msgid Input the shell command to spawn, then press Enter
 msgstr 
 
-#: ../panel-plugin/config_gui.c:149
+#: ../panel-plugin/config_gui.c:114
 msgid Interval between 2 consecutive spawns
 msgstr 
 
-#: ../panel-plugin/config_gui.c:153
+#: ../panel-plugin/config_gui.c:118
 msgid Period (s) 
 msgstr Period (i) 
 
-#: ../panel-plugin/config_gui.c:161
+#: ../panel-plugin/config_gui.c:126
 msgid Label
 msgstr Natpis
 
-#: ../panel-plugin/config_gui.c:166
+#: ../panel-plugin/config_gui.c:131
 msgid Tick to display label
 msgstr Označi za prikaz natpisa
 
-#: ../panel-plugin/config_gui.c:175
+#: ../panel-plugin/config_gui.c:140
 msgid Input the plugin label, then press Enter
 msgstr 
 
-#: ../panel-plugin/config_gui.c:178
+#: ../panel-plugin/config_gui.c:143
 msgid (genmon)
 msgstr (genmon)
 
-#: ../panel-plugin/config_gui.c:187
+#: ../panel-plugin/config_gui.c:152
 msgid Press to change font
 msgstr Pritisni za promjenu fonta
 
-#: ../panel-plugin/config_gui.c:202
+#: ../panel-plugin/config_gui.c:167
 msgid (Default font)
 msgstr (Zadani font)
 
-#: ../panel-plugin/main.c:104
+#: ../panel-plugin/main.c:103
 #, c-format
 msgid Could not run \%s\
 msgstr Ne mogu pokrenuti \%s\
 
-#: ../panel-plugin/main.c:602
-#, c-format
+#: ../panel-plugin/main.c:595
 msgid 
-%s %s - Generic Monitor\n
 Cyclically spawns a script/program, captures its output and displays the 
 resulting string in the panel\n
 \n
@@ -94,14 +83,26 @@ msgid 
 (c) 2006 Julien Devemy jujuc...@gmail.com
 msgstr 
 
-#: ../panel-plugin/main.c:620
+#: ../panel-plugin/main.c:599
+#, c-format
+msgid %s %s - Generic Monitor
+msgstr %s %s - Generički monitor
+
+#: ../panel-plugin/main.c:613
 msgid Font Selection
 msgstr Odabir fonta
 
-#: ../panel-plugin/main.c:665
+#: ../panel-plugin/main.c:658
 msgid Configuration
 msgstr Konfiguracija
 
+#: ../panel-plugin/main.c:668 ../panel-plugin/genmon.desktop.in.in.h:1
+msgid Generic Monitor
+msgstr Generički monitor
+
 #: ../panel-plugin/genmon.desktop.in.in.h:2
-msgid Show output of a command. 
-msgstr Prikaži spis naredbe
+msgid Show output of a command.
+msgstr Prikaži spis naredbe.
+
+#~ msgid About...
+#~ msgstr O programu...
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 5a5921df30e0faf3c2cee39e92a158c84a08d69e (commit)
   from dc1c27a0adb743d728bc0bdc35468d265f847f35 (commit)

commit 5a5921df30e0faf3c2cee39e92a158c84a08d69e
Author: Mike Massonnet mmasson...@gmail.com
Date:   Sun Apr 15 16:38:41 2012 +0200

l10n: Updated French (fr) translation to 100%

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

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

 po/fr.po |  367 ++
 1 files changed, 249 insertions(+), 118 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index c4ff7f4..8f5feb3 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -8,8 +8,8 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-settings\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-12 21:51+\n
-PO-Revision-Date: 2012-04-13 20:52+0100\n
+POT-Creation-Date: 2012-04-15 13:06+\n
+PO-Revision-Date: 2012-04-15 16:37+0200\n
 Last-Translator: Iliyas Jorio inv.jo...@gmail.com\n
 Language-Team: French i18n-x...@xfce.org\n
 Language: fr\n
@@ -56,8 +56,12 @@ msgid Disable sticky keys if _two keys are pressed
 msgstr Désactiver les _touches collantes si deux touches sont pressées
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:10
-msgid If enabled, the session manager will start the required applications 
for screen readers and magnifiers
-msgstr Si activé, le gestionnaire de session démarrera les applications 
requises pour les lecteurs d'écran et les loupes
+msgid 
+If enabled, the session manager will start the required applications for 
+screen readers and magnifiers
+msgstr 
+Si activé, le gestionnaire de session démarrera les applications requises 
+pour les lecteurs d'écran et les loupes
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:11
 msgid K_eystroke delay:
@@ -93,11 +97,15 @@ msgstr Touches collantes
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:19
 msgid The amount of time, in milliseconds, required between keystrokes
-msgstr Délai minimum requis entre deux pressions de touches (en 
millisecondes)
+msgstr 
+Délai minimum requis entre deux pressions de touches (en millisecondes)
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:20
-msgid The amount of time, in milliseconds, that must elapse before a 
keystroke will be accepted
-msgstr Délai après lequel une pression de touche est acceptée (en 
millisecondes)
+msgid 
+The amount of time, in milliseconds, that must elapse before a keystroke 
+will be accepted
+msgstr 
+Délai après lequel une pression de touche est acceptée (en millisecondes)
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:21
 msgid The maximum pointer speed after acceleration
@@ -109,23 +117,38 @@ msgstr Intervalle pour atteindre la vitesse maximum du 
pointeur
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:23
 msgid The time, in milliseconds, between repeated motion events
-msgstr Intervalle de temps entre deux émissions de mouvement du curseur (en 
millisecondes)
+msgstr 
+Intervalle de temps entre deux émissions de mouvement du curseur (en 
+millisecondes)
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:24
-msgid The time, in milliseconds, between the initial key press and first 
repeated motion event
-msgstr Délai entre la pression d'une touche et le début du mouvement (en 
millisecondes)
+msgid 
+The time, in milliseconds, between the initial key press and first repeated 
+motion event
+msgstr 
+Délai entre la pression d'une touche et le début du mouvement (en 
+millisecondes)
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:25
 msgid The time, in milliseconds, to get to maximum speed
-msgstr Temps au bout duquel la vitesse maximum est atteinte (en 
millisecondes)
+msgstr 
+Temps au bout duquel la vitesse maximum est atteinte (en millisecondes)
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:26
-msgid To help prevent accidental keystrokes, slow keys requires that a key is 
held for a certain minimum amount of time before the keystroke will be accepted
-msgstr Pour éviter les frappes accidentelles, les touches lentes nécessitent 
qu'une touche reste enfoncée un certain temps pour qu'elle soit acceptée.
+msgid 
+To help prevent accidental keystrokes, slow keys requires that a key is held 
+for a certain minimum amount of time before the keystroke will be accepted
+msgstr 
+Pour éviter les frappes accidentelles, les touches lentes nécessitent qu'une 
+touche reste enfoncée un certain temps pour qu'elle soit acceptée.
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:27
-msgid To help prevent accidental multiple keystrokes, bounce keys imposes a 
minimum delay between keystrokes
-msgstr Pour éviter les frappes accidentelles, les touches répétées imposent 
un délai minimum entre chaque frappe.
+msgid 
+To help prevent accidental multiple 

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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 142116fb0e42850e3f05e027decb907aeb097c5e (commit)
   from e8097a4f68712092b08a4a764bc3c81b3730c0e5 (commit)

commit 142116fb0e42850e3f05e027decb907aeb097c5e
Author: Algimantas Margevičius margevicius.algiman...@gmail.com
Date:   Sun Apr 15 16:39:37 2012 +0200

l10n: Updated Lithuanian (lt) translation to 100%

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

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

 po/lt.po |  172 +++--
 1 files changed, 87 insertions(+), 85 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index e735494..ad6d2b6 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,21 +3,20 @@
 # Mantas Zapolskas man...@users.sf.net, 2003.
 # Ričardas Vasiulis ricarda...@inbox.lt, 2010.
 # Algimantas Margevičius margevicius.algiman...@gmail.com, 2012.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfdesktop 4.x\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-03-06 07:51+\n
+POT-Creation-Date: 2012-04-15 14:21+\n
 PO-Revision-Date: 2012-03-06 18:10+0200\n
 Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
 Language-Team: Lietuvių \n
-Language: lt\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  (n
-%10010 || n%100=20) ? 1 : 2)\n
+Language: lt\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
(n%10010 || n%100=20) ? 1 : 2)\n
 
 #: ../common/xfdesktop-common.c:96 ../common/xfdesktop-common.c:200
 #, c-format
@@ -25,7 +24,7 @@ msgid Backdrop list file is not valid
 msgstr Netinkamas fonų sąrašo failas
 
 #. no need to escape markup; it's already done for us
-#: ../settings/main.c:165
+#: ../settings/main.c:166
 #, c-format
 msgid 
 %s\n
@@ -34,127 +33,127 @@ msgstr 
 %s\n
 iDydis: %dx%d/i
 
-#: ../settings/main.c:292 ../src/xfdesktop-special-file-icon.c:271
+#: ../settings/main.c:299 ../src/xfdesktop-special-file-icon.c:271
 #: ../src/xfdesktop-special-file-icon.c:434
 msgid Home
 msgstr Pradžia
 
-#: ../settings/main.c:294
+#: ../settings/main.c:301
 msgid Filesystem
 msgstr Failų sistema
 
-#: ../settings/main.c:296
+#: ../settings/main.c:303
 msgid Trash
 msgstr Šiukšlinė
 
-#: ../settings/main.c:298
+#: ../settings/main.c:305
 msgid Removable Devices
 msgstr Išimami įrenginiai
 
-#: ../settings/main.c:478
+#: ../settings/main.c:485
 #, c-format
 msgid Cannot create backdrop list \%s\
 msgstr Nepavyko sukurti fonų sąrašo „%s“
 
-#: ../settings/main.c:482 ../settings/main.c:855
+#: ../settings/main.c:489 ../settings/main.c:862
 msgid Backdrop List Error
 msgstr Fonų sąrašo klaida
 
-#: ../settings/main.c:507
+#: ../settings/main.c:514
 msgid Create/Load Backdrop List
 msgstr Sukurti/įkelti fonų sąrašą
 
-#: ../settings/main.c:531
+#: ../settings/main.c:538
 #, c-format
 msgid 
 File \%s\ is not a valid backdrop list file.  Do you wish to overwrite it?
 msgstr Failas „%s“ nėra tinkamas fonų sąrašo failas. Ar norite jį perrašyti?
 
-#: ../settings/main.c:536
+#: ../settings/main.c:543
 msgid Invalid List File
 msgstr Netinkamas sąrašo failas
 
-#: ../settings/main.c:539
+#: ../settings/main.c:546
 msgid Overwriting the file will cause its contents to be lost.
 msgstr Perrašant failą galima prarasti informaciją.
 
-#: ../settings/main.c:541
+#: ../settings/main.c:548
 msgid Replace
 msgstr Pakeisti
 
-#: ../settings/main.c:851
+#: ../settings/main.c:858
 #, c-format
 msgid Failed to write backdrop list to \%s\
 msgstr Nepavyko įrašyti fonų sąrašo į „%s“
 
-#: ../settings/main.c:878
+#: ../settings/main.c:885
 msgid Add Image File(s)
 msgstr Pridėti atvaizdo failą(-us)
 
-#: ../settings/main.c:887
+#: ../settings/main.c:894
 msgid Image files
 msgstr Paveikslėlių failai
 
-#: ../settings/main.c:892
+#: ../settings/main.c:899
 msgid All files
 msgstr Visi failai
 
-#: ../settings/main.c:1349
+#: ../settings/main.c:1356
 #, c-format
 msgid Screen %d, Monitor %d (%s)
 msgstr Ekranas %d, vaizduoklis %d (%s)
 
-#: ../settings/main.c:1353
+#: ../settings/main.c:1360
 #, c-format
 msgid Screen %d, Monitor %d
 msgstr Ekranas %d, vaizduoklis %d
 
-#: ../settings/main.c:1356
+#: ../settings/main.c:1363
 #, c-format
 msgid Screen %d
 msgstr Ekranas %d
 
-#: ../settings/main.c:1361
+#: ../settings/main.c:1368
 #, c-format
 msgid Monitor %d (%s)
 msgstr Vaizduoklis %d (%s)
 
-#: ../settings/main.c:1365
+#: ../settings/main.c:1372
 #, c-format
 msgid Monitor %d
 msgstr Vaizduoklis %d
 
-#: ../settings/main.c:1624
+#: ../settings/main.c:1631
 msgid Settings manager socket
 msgstr Nustatymų tvarkymo lizdas
 
-#: ../settings/main.c:1624
+#: ../settings/main.c:1631
 msgid SOCKET ID
 msgstr LIZDO ID
 
-#: ../settings/main.c:1625
+#: ../settings/main.c:1632
 msgid Version information
 msgstr Versijos informacija
 
-#: ../settings/main.c:1642
+#: ../settings/main.c:1649
 #, c-format
 msgid Type '%s --help' for 

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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 848646d2faf896b2bed15acc7ca84eb45f436dbd (commit)
   from 142116fb0e42850e3f05e027decb907aeb097c5e (commit)

commit 848646d2faf896b2bed15acc7ca84eb45f436dbd
Author: Algimantas Margevičius margevicius.algiman...@gmail.com
Date:   Sun Apr 15 16:40:39 2012 +0200

l10n: Updated Lithuanian (lt) translation to 100%

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

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

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

diff --git a/po/lt.po b/po/lt.po
index ad6d2b6..a43bfb3 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -359,7 +359,7 @@ msgstr bDarbalaukio meniu/b
 
 #: ../settings/xfdesktop-settings-ui.glade.h:4
 msgid bWindow List Menu/b
-msgstr bLangų sąrašo meniu/b
+msgstr bLango sąrašo meniu/b
 
 #: ../settings/xfdesktop-settings-ui.glade.h:5
 msgid Alt
@@ -582,7 +582,7 @@ msgstr _Programos
 
 #: ../src/windowlist.c:229
 msgid Window List
-msgstr Langų sąrašas
+msgstr Lango sąrašas
 
 #: ../src/windowlist.c:255
 #, c-format
@@ -1034,4 +1034,4 @@ msgstr _Prijungti tomą
 
 #: ../src/xfdesktop-window-icon.c:208
 msgid _Window Actions
-msgstr _Langų veiksmai
+msgstr _Lango veiksmai
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] thunar-media-tags-plugin:master l10n: Updated Croatian (hr) translation to 87%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 292d60638af1a9b53ef8d1e5f65a8bdc7d8b286f (commit)
   from e7ed5164e6c403bcbbf4528984d8b8975b112cab (commit)

commit 292d60638af1a9b53ef8d1e5f65a8bdc7d8b286f
Author: Ivica  Kolić ik...@yahoo.com
Date:   Sun Apr 15 16:41:49 2012 +0200

l10n: Updated Croatian (hr) translation to 87%

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

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

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

diff --git a/po/hr.po b/po/hr.po
index 32cce9d..6ab8d38 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -7,7 +7,7 @@ msgid 
 msgstr 
 Project-Id-Version: thunar-media-tags-plugin\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-02 17:15+\n
+POT-Creation-Date: 2012-04-15 10:33+\n
 PO-Revision-Date: 2011-05-28 17:11+0200\n
 Last-Translator: Ivica Kolić ik...@yahoo.com\n
 Language-Team: Croatian ik...@yahoo.com\n
@@ -50,7 +50,7 @@ msgstr Umjetnik - Zapis -NAslov
 
 #: ../thunar-plugin/tag-renamer.c:67
 msgid Custom
-msgstr 
+msgstr Prilagođeno
 
 #. Custom format
 #: ../thunar-plugin/tag-renamer.c:243
@@ -109,19 +109,19 @@ msgstr Umjetnik 
 
 #: ../thunar-plugin/tag-renamer.c:658
 msgid Album
-msgstr 
+msgstr Album
 
 #: ../thunar-plugin/tag-renamer.c:658
 msgid Genre
-msgstr 
+msgstr Vrsta
 
 #: ../thunar-plugin/tag-renamer.c:659
 msgid Track number
-msgstr 
+msgstr Broj zapisa
 
 #: ../thunar-plugin/tag-renamer.c:659
 msgid Year
-msgstr 
+msgstr Godina
 
 #: ../thunar-plugin/tag-renamer.c:660
 msgid Comment
@@ -189,7 +189,7 @@ msgstr bVrsta:/b
 
 #: ../thunar-plugin/audio-tags-page.c:438
 msgid Select or enter the genre of this song here.
-msgstr 
+msgstr Odaberite ili unesite vrstu za ovu pjesmu ovdje.
 
 #. Create and add the save action
 #: ../thunar-plugin/audio-tags-page.c:449
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] transd:master l10n: Updated Lithuanian (lt) translation to 100%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to b76c97d1f63329c98fdefa2b59100ea6dfb06d6b (commit)
   from 89118cb53dc8c4fb9153e50d1edc4e3e7159b6f1 (commit)

commit b76c97d1f63329c98fdefa2b59100ea6dfb06d6b
Author: Algimantas Margevičius margevicius.algiman...@gmail.com
Date:   Sun Apr 15 16:42:01 2012 +0200

l10n: Updated Lithuanian (lt) translation to 100%

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

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

 po/lt.po |   18 --
 1 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index c28b9fd..3e62344 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,24 +3,22 @@
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR EMAIL@ADDRESS, YEAR.
 # Algimantas Margevičius margevicius.algiman...@gmail.com, 2012.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: transd\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-13 21:04+0200\n
+POT-Creation-Date: 2012-04-15 10:54+\n
 PO-Revision-Date: 2012-01-14 18:37+0200\n
 Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
 Language-Team: Lietuvių \n
-Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bits\n
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  (n
-%10010 || n%100=20) ? 1 : 2)\n
+Language: \n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
(n%10010 || n%100=20) ? 1 : 2)\n
 
 #: ../src/transd.c:192
-#, fuzzy
 msgid 
 Transd now uses a new configuration file format.  Please see the README for 
 details.  Transd will now exit.
@@ -29,14 +27,14 @@ msgstr 
 failą išsamesnei informacijai.  Transd dabar užsidarys.
 
 #: ../transd.desktop.in.h:1
-msgid Transparency Daemon
-msgstr Permatomumo demonas
-
-#: ../transd.desktop.in.h:2
 msgid Daemon which monitors windows and sets transparency based on rulesets
 msgstr 
 Demonas kuris stebi langų permatomumą ir nustato permatomumą paremtą 
 taisyklėmis
 
+#: ../transd.desktop.in.h:2
+msgid Transparency Daemon
+msgstr Permatomumo demonas
+
 #~ msgid Configuration format changed.
 #~ msgstr Konfigūracijos formatas pasikeitė.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] thunar-media-tags-plugin:master l10n: Updated Croatian (hr) translation to 93%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 7d31b31035c13f4cfe581e1ce03d1f9893ff520a (commit)
   from 292d60638af1a9b53ef8d1e5f65a8bdc7d8b286f (commit)

commit 7d31b31035c13f4cfe581e1ce03d1f9893ff520a
Author: Ivica  Kolić ik...@yahoo.com
Date:   Sun Apr 15 16:49:03 2012 +0200

l10n: Updated Croatian (hr) translation to 93%

New status: 54 messages complete with 0 fuzzies and 4 untranslated.

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

 po/hr.po |   10 ++
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/po/hr.po b/po/hr.po
index 6ab8d38..f8f973c 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -101,7 +101,7 @@ msgstr Uredi ID3/OGG oznake ove datoteke
 
 #: ../thunar-plugin/tag-renamer.c:646
 msgid Tag Help
-msgstr 
+msgstr Pomoć oznaka
 
 #: ../thunar-plugin/tag-renamer.c:657
 msgid Artist
@@ -141,7 +141,7 @@ msgstr bZapis:/b
 
 #: ../thunar-plugin/audio-tags-page.c:343
 msgid Enter the track number here.
-msgstr Unesite e broj zapisa ovdje.
+msgstr Unesite  broj zapisa ovdje.
 
 #: ../thunar-plugin/audio-tags-page.c:351
 msgid bYear:/b
@@ -189,7 +189,7 @@ msgstr bVrsta:/b
 
 #: ../thunar-plugin/audio-tags-page.c:438
 msgid Select or enter the genre of this song here.
-msgstr Odaberite ili unesite vrstu za ovu pjesmu ovdje.
+msgstr Odaberite ili unesite vrstu  ovdje za ovu pjesmu.
 
 #. Create and add the save action
 #: ../thunar-plugin/audio-tags-page.c:449
@@ -249,10 +249,12 @@ msgstr bVeličina datoteke:/b
 #: ../thunar-plugin/audio-tags-page.c:1045
 msgid bMIME Type:/b
 msgstr 
+\t\r\n
+bMIME tip:/b
 
 #: ../thunar-plugin/audio-tags-page.c:1058
 msgid bBitrate:/b
-msgstr 
+msgstr bProtok bitova:/b
 
 #: ../thunar-plugin/audio-tags-page.c:1071
 msgid bSamplerate:/b
___
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-15 Thread Transifex
Updating branch refs/heads/master
 to 57a9d5196dd82dea1fccafd34e78ad81380a8edb (commit)
   from 7a4ddc380c6267937208a3346594237a65955072 (commit)

commit 57a9d5196dd82dea1fccafd34e78ad81380a8edb
Author: Mike Massonnet mmasson...@gmail.com
Date:   Sun Apr 15 16:54:59 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 |   57 +++--
 1 files changed, 39 insertions(+), 18 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 2673928..465f301 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -9,8 +9,8 @@ msgid 
 msgstr 
 Project-Id-Version: xfwm4\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-12 17:48+\n
-PO-Revision-Date: 2012-04-13 18:04+0100\n
+POT-Creation-Date: 2012-04-15 09:03+\n
+PO-Revision-Date: 2012-04-15 16:54+0200\n
 Last-Translator: Iliyas Jorio inv.jo...@gmail.com\n
 Language-Team: French xfce-i...@xfce.org\n
 Language: fr\n
@@ -65,7 +65,8 @@ 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
@@ -288,11 +289,13 @@ msgstr Titre
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:49
 msgid Wrap workspaces when _dragging a window off the screen
-msgstr Changer d'espace de travail en _déplaçant une fenêtre au bord de 
l'écran
+msgstr 
+Changer d'espace de travail en _déplaçant une fenêtre au bord de l'écran
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:50
 msgid Wrap workspaces when the _pointer reaches the screen edge
-msgstr Changer d'espace de travail lorsque le _pointeur arrive au bord de 
l'écran
+msgstr 
+Changer d'espace de travail lorsque le _pointeur arrive au bord de l'écran
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:51
 msgid _Delay before window receives focus:
@@ -644,8 +647,12 @@ msgid Reset to Defaults
 msgstr Réinitialiser aux valeurs par défaut
 
 #: ../settings-dialogs/xfwm4-settings.c:1893
-msgid This will reset all shortcuts to their default values. Do you really 
want to do this?
-msgstr Voulez-vous vraiment réinitialiser tous les raccourcis à leur valeur 
par défaut ?
+msgid 
+This will reset all shortcuts to their default values. Do you really want to 
+do this?
+msgstr 
+Voulez-vous vraiment réinitialiser tous les raccourcis à leur valeur par 
+défaut ?
 
 #. Smart placement size
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:2
@@ -669,8 +676,8 @@ msgid At the _center of the screen
 msgstr Au _centre de l'écran
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:9
-msgid Automaticaly _tile windows when moving toward the screen edge
-msgstr Agencer les fenêtres en _mosaïque lors d'un déplacement vers le bord 
de l'écran
+msgid Automatically _tile windows when moving toward the screen edge
+msgstr Arranger les _fenêtres côte à côte lors d'un déplacement vers le bord 
de l'écran
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:10
 msgid By default, place windows:
@@ -738,7 +745,9 @@ msgstr Opacité des fenêtres durant leur _redimensionnement 
:
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:27
 msgid Restore original _size of maximized windows when moving
-msgstr _Restaurer la taille originale des fenêtres maximisées lors de leur 
déplacement
+msgstr 
+_Restaurer la taille originale des fenêtres maximisées lors de leur 
+déplacement
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:28
 msgid Show shadows under _dock windows
@@ -762,11 +771,14 @@ msgstr Sous le _pointeur de la souris
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:33
 msgid Use _edge resistance instead of window snapping
-msgstr _Utiliser la résistance aux bords au lieu de l'aimantation entre les 
fenêtres
+msgstr 
+_Utiliser la résistance aux bords au lieu de l'aimantation entre les fenêtres
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:34
 msgid Use the _mouse wheel on the desktop to switch workspaces
-msgstr Changer d'espace de travail en faisant tourner la _molette de la 
souris sur le bureau
+msgstr 
+Changer d'espace de travail en faisant tourner la _molette de la souris sur 
+le bureau
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:35
 msgid When a window raises itself:
@@ -778,7 +790,8 @@ msgstr Changer d'espace de travail en fonction de 
l'_agencement du bureau
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:38
 msgid Wrap workspaces when the _first or the last workspace is reached
-msgstr Changer d'espace de travail après en avoir atteint le _premier ou le 
dernier
+msgstr 
+Changer d'espace de travail après en avoir atteint le _premier ou le dernier
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:39
 msgid 

[Xfce4-commits] xfwm4:master l10n: Updated Croatian (hr) translation to 78%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 5474c071e2e8ebaa3507a7460d657ede35d04730 (commit)
   from 57a9d5196dd82dea1fccafd34e78ad81380a8edb (commit)

commit 5474c071e2e8ebaa3507a7460d657ede35d04730
Author: Ivica  Kolić ik...@yahoo.com
Date:   Sun Apr 15 16:55:02 2012 +0200

l10n: Updated Croatian (hr) translation to 78%

New status: 185 messages complete with 0 fuzzies and 50 untranslated.

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

 po/hr.po |  482 +++---
 1 files changed, 240 insertions(+), 242 deletions(-)

diff --git a/po/hr.po b/po/hr.po
index 924a9fd..30a277c 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -7,16 +7,15 @@ msgid 
 msgstr 
 Project-Id-Version: xfwm4\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-09 18:54+0200\n
+POT-Creation-Date: 2012-04-15 14:48+\n
 PO-Revision-Date: 2010-06-12 00:06+0200\n
 Last-Translator: Ivica Kolićik...@yahoo.com \n
 Language-Team: Croatian \n
-Language: hr\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  n
-%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
+Language: hr\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
 
 #: ../helper-dialog/helper-dialog.c:84
 msgid 
@@ -83,237 +82,237 @@ msgid Settings manager socket
 msgstr Socket upravitelja postavkama
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-dialog.glade.h:1
-msgid Window Manager
-msgstr Upravitelj prozora
-
-#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:29
 msgid Configure window behavior and shortcuts
 msgstr Postavi ponašanje prozora i prečica
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:1
-msgid Window Manager Tweaks
-msgstr Postavke Upravitelja Prozora
+#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:48
+msgid Window Manager
+msgstr Upravitelj prozora
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:2
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:16
 msgid Fine-tune window behaviour and effects
 msgstr Detaljno postavljanje ponašanja prozora i efekata
 
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:36
+msgid Window Manager Tweaks
+msgstr Postavke Upravitelja Prozora
+
 #: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:1
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:1
+msgid Configure layout, names and margins
+msgstr 
+
+#: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:5
 msgid Workspaces
 msgstr Radni prostori
 
-#: ../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 bMicanje i promjena veličine okvira/b
+
+#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+msgid bButton layout/b
+msgstr bNačin prikaza gumbića/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:3
-msgid b_Theme/b
-msgstr b_Tema/b
+msgid bDouble click _action/b
+msgstr bDvoklik _radnja/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:4
-msgid bTitle fon_t/b
-msgstr bFon_t Natpisa/b
+msgid bFocus model/b
+msgstr bNačin fokusa/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:5
-msgid bTitle _alignment/b
-msgstr b_Centriranje natpisa/b
+msgid bNew window focus/b
+msgstr bFokusiranje novih prozora/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:6
-msgid Click and drag the buttons to change the layout
-msgstr Klikni i vuci gumbiće za izmjenu rasporeda izgleda
+msgid bRaise on click/b
+msgstr bPodigni na klik/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:7
-msgid Title
-msgstr Naslov
+msgid bRaise on focus/b
+msgstr bPodigni na fokus/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:8
-msgid The window title cannot be removed
-msgstr Natpis prozora ne može biti maknut
+msgid bTitle _alignment/b
+msgstr b_Centriranje natpisa/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:9
-msgid Active
-msgstr Aktivan
+msgid bTitle fon_t/b
+msgstr bFon_t Natpisa/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:10
-msgid Menu
-msgstr Izbornik
+msgid bWindow _shortcuts/b
+msgstr bKratice pro_zora/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:11
-msgid Stick
-msgstr Priljepi
+msgid bWindows snapping/b
+msgstr bLjepljenje prozora/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:12
-msgid Shade
-msgstr Sjena
+msgid bWrap workspaces/b
+msgstr 

[Xfce4-commits] xfce4-session:master l10n: Updated Croatian (hr) translation to 95%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 02a12ee9e64c91a8e803428b4c7f4c25468bdc19 (commit)
   from 30ff806849355e68be084bd4810946dd113654bb (commit)

commit 02a12ee9e64c91a8e803428b4c7f4c25468bdc19
Author: Ivica  Kolić ik...@yahoo.com
Date:   Sun Apr 15 16:56:37 2012 +0200

l10n: Updated Croatian (hr) translation to 95%

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

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

 po/hr.po |   63 +++--
 1 files changed, 32 insertions(+), 31 deletions(-)

diff --git a/po/hr.po b/po/hr.po
index cf5f953..9d7ebfd 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -7,7 +7,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-session 4.4.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-02 19:39+\n
+POT-Creation-Date: 2012-04-15 12:57+\n
 PO-Revision-Date: 2010-05-25 22:47+0200\n
 Last-Translator: Petar Koretićpetar.kore...@gmail.com \n
 Language-Team: Croatian \n
@@ -165,12 +165,12 @@ msgid Type '%s --help' for usage.
 msgstr '%s --help' za pomoć
 
 #: ../settings/main.c:87 ../xfce4-session/main.c:267
-#: ../xfce4-session-logout/main.c:124
+#: ../xfce4-session-logout/main.c:135
 msgid The Xfce development team. All rights reserved.
 msgstr Xfce razvojni tim.Sva prava pridržana.
 
 #: ../settings/main.c:88 ../xfce4-session/main.c:268
-#: ../xfce4-session-logout/main.c:127
+#: ../xfce4-session-logout/main.c:138
 #, c-format
 msgid Please report bugs to %s.
 msgstr Prijavite probleme %s.
@@ -232,23 +232,24 @@ msgid _Proceed
 msgstr _Nastavi
 
 #: ../settings/session-editor.c:212
-msgid You might need to delete some files manually in 
-msgstr Možda ćete trebati obrisati neke datoteke ručno u
+#, c-format
+msgid You might need to delete some files manually in \%s\.
+msgstr Možda ćete trebati ručno obrisati neke datoteke u \%s\.
 
-#: ../settings/session-editor.c:216
+#: ../settings/session-editor.c:215
 msgid All Xfce cache files could not be cleared
 msgstr Ne mogu biti izbrisane sve datoteke Xfce međuspremnika
 
-#: ../settings/session-editor.c:250
+#: ../settings/session-editor.c:249
 #, c-format
 msgid Are you sure you want to terminate \%s\?
 msgstr Jeste li sigurni da želite prekinuti \%s\?
 
-#: ../settings/session-editor.c:253 ../settings/session-editor.c:281
+#: ../settings/session-editor.c:252 ../settings/session-editor.c:280
 msgid Terminate Program
 msgstr Prekini program
 
-#: ../settings/session-editor.c:255
+#: ../settings/session-editor.c:254
 msgid 
 The application will lose any unsaved state and will not be restarted in 
 your next session.
@@ -256,32 +257,32 @@ msgstr 
 Aplikacija će izgubiti sve nespremljene postavke i neće se ponovo pokrenuti 
 u sljedećoj sesiji.
 
-#: ../settings/session-editor.c:257
+#: ../settings/session-editor.c:256
 #: ../settings/xfce4-session-settings.glade.h:40
 msgid _Quit Program
 msgstr _Isključi program
 
-#: ../settings/session-editor.c:282
+#: ../settings/session-editor.c:281
 msgid Unable to terminate program.
 msgstr Ne mogu ugasiti program.
 
-#: ../settings/session-editor.c:460
+#: ../settings/session-editor.c:459
 msgid (Unknown program)
 msgstr (Nepoznati program)
 
-#: ../settings/session-editor.c:680
+#: ../settings/session-editor.c:679
 msgid Priority
 msgstr Prioritet
 
-#: ../settings/session-editor.c:688
+#: ../settings/session-editor.c:687
 msgid PID
 msgstr PID
 
-#: ../settings/session-editor.c:694
+#: ../settings/session-editor.c:693
 msgid Program
 msgstr Program
 
-#: ../settings/session-editor.c:719
+#: ../settings/session-editor.c:718
 msgid Restart Style
 msgstr Način Ponovnog Pokretanja
 
@@ -389,7 +390,7 @@ msgstr Ne mogu mijenjati stanje.
 msgid Disable binding to TCP ports
 msgstr Onemoguće spajanje sa TCP portovima.
 
-#: ../xfce4-session/main.c:77 ../xfce4-session-logout/main.c:81
+#: ../xfce4-session/main.c:77 ../xfce4-session-logout/main.c:91
 msgid Print version information and exit
 msgstr Ispis informacije o verziji i izađi
 
@@ -522,19 +523,19 @@ msgstr Neuspjela suspenzija sesije
 msgid Failed to hibernate session
 msgstr Neuspjela hibernacija sesije
 
-#: ../xfce4-session/xfsm-manager.c:1413
+#: ../xfce4-session/xfsm-manager.c:1393
 #, c-format
 msgid Can only terminate clients when in the idle state
 msgstr Mogu samo ugasiti kada je u stanju mirovanja
 
-#: ../xfce4-session/xfsm-manager.c:1976
+#: ../xfce4-session/xfsm-manager.c:1956
 #, c-format
 msgid Session manager must be in idle state when requesting a checkpoint
 msgstr 
 Upravitelj sesijom mora biti u stanju mirovanja prilikom zahtjeva kontrolne 
 točke
 
-#: ../xfce4-session/xfsm-manager.c:2017
+#: ../xfce4-session/xfsm-manager.c:1997
 #, c-format
 msgid Session manager must be in idle state when requesting a shutdown
 msgstr 
@@ -737,47 +738,47 @@ msgstr 
 msgid Unknown shutdown method %d
 msgstr 
 
-#: ../xfce4-session-logout/main.c:57
+#: ../xfce4-session-logout/main.c:67
 msgid Log out without displaying the logout 

[Xfce4-commits] xfdesktop:master l10n: Updated Croatian (hr) translation to 92%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to fa0d4c7cf7b5618dd3990f0203fb6d0eefab156b (commit)
   from 848646d2faf896b2bed15acc7ca84eb45f436dbd (commit)

commit fa0d4c7cf7b5618dd3990f0203fb6d0eefab156b
Author: Ivica  Kolić ik...@yahoo.com
Date:   Sun Apr 15 17:03:19 2012 +0200

l10n: Updated Croatian (hr) translation to 92%

New status: 196 messages complete with 0 fuzzies and 17 untranslated.

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

 po/hr.po |   54 +-
 1 files changed, 29 insertions(+), 25 deletions(-)

diff --git a/po/hr.po b/po/hr.po
index 5fa34c8..572d1d7 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -7,7 +7,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfdesktop\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-02 21:03+\n
+POT-Creation-Date: 2012-04-15 14:21+\n
 PO-Revision-Date: 2010-05-27 22:41+0200\n
 Last-Translator: Ivica Kolićik...@yahoo.com \n
 Language-Team: Croatian hr\n
@@ -231,7 +231,7 @@ msgstr Povećanje ili smanjenje zasićenosti boje na 
konačnoj slici
 msgid 
 Number of minutes before a different background is randomly selected from 
 the list.
-msgstr 
+msgstr Broj minuta prije nego druga pozadina bude nasumično odabrana sa 
liste.
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:17
 msgid Remove the selected image(s) from the list
@@ -312,7 +312,7 @@ msgstr Okomiti gradijent
 msgid 
 When multiple monitors are present, select this option to stretch the 
 current background over all of them.
-msgstr 
+msgstr Kada je prisutno više monitora,odaberite ovu opciju da biste rastegli 
trenutnu pozadinu na sve njih.
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:35
 msgid 
@@ -327,7 +327,7 @@ msgstr Zumirano
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:37
 msgid _Change the background (in minutes):
-msgstr 
+msgstr _Promijeni pozadinu (u minutama)
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:38
 msgid _None
@@ -365,7 +365,7 @@ msgstr D_ugme:
 msgid Control
 msgstr 
 
-#: ../settings/xfdesktop-settings-ui.glade.h:10 ../src/xfce-desktop.c:792
+#: ../settings/xfdesktop-settings-ui.glade.h:10 ../src/xfce-desktop.c:793
 msgid Desktop
 msgstr Radna površina
 
@@ -457,7 +457,7 @@ msgstr Pokaži imena _radnih prostora na listi
 
 #: ../settings/xfdesktop-settings-ui.glade.h:34
 msgid Single _click to activate items
-msgstr 
+msgstr Jedan _klik za aktiviranje stavki
 
 #: ../settings/xfdesktop-settings-ui.glade.h:36
 msgid 
@@ -511,7 +511,7 @@ msgstr Skočni prozor liste prozora (na trenutnoj poziciji 
miša)
 
 #: ../src/main.c:248
 msgid Automatically arrange all the icons on the desktop
-msgstr 
+msgstr Automatski uredite sve ikone na radnoj površini
 
 #: ../src/main.c:250
 msgid Cause xfdesktop to quit
@@ -602,12 +602,12 @@ msgstr _Ukloni Radni Prostor %d
 msgid _Remove Workspace '%s'
 msgstr _Ukloni Radni Prostor '%s'
 
-#: ../src/xfce-desktop.c:1081
+#: ../src/xfce-desktop.c:1082
 #, c-format
 msgid Unable to load image from backdrop list file \%s\
 msgstr Ne mogu učitati sliku iz datoteke pozadinske liste \%s\
 
-#: ../src/xfce-desktop.c:1083
+#: ../src/xfce-desktop.c:1084
 msgid Desktop Error
 msgstr Greška radne površine
 
@@ -698,7 +698,7 @@ msgid _Open in New Window
 msgstr _Otvori u novom prozoru
 
 #: ../src/xfdesktop-file-icon-manager.c:1425
-#: ../src/xfdesktop-special-file-icon.c:501 ../src/xfdesktop-volume-icon.c:683
+#: ../src/xfdesktop-special-file-icon.c:505 ../src/xfdesktop-volume-icon.c:687
 msgid _Open
 msgstr _Otvori
 
@@ -748,14 +748,14 @@ msgstr _Preimenuj
 
 #: ../src/xfdesktop-file-icon-manager.c:1724
 msgid Arrange Desktop _Icons
-msgstr 
+msgstr Uredite ikone _radne površine
 
 #: ../src/xfdesktop-file-icon-manager.c:1734
 msgid Desktop _Settings...
 msgstr Postavke _radne površine
 
 #: ../src/xfdesktop-file-icon-manager.c:1744
-#: ../src/xfdesktop-volume-icon.c:731
+#: ../src/xfdesktop-volume-icon.c:735
 msgid P_roperties...
 msgstr _Svojstva
 
@@ -769,11 +769,11 @@ msgstr Neuspjelo učitavanje mape radne površine
 
 #: ../src/xfdesktop-file-icon-manager.c:2938
 msgid Copy _Here
-msgstr 
+msgstr Kopiraj _ovdje
 
 #: ../src/xfdesktop-file-icon-manager.c:2938
 msgid _Move Here
-msgstr 
+msgstr Premjesti _ovdje
 
 #: ../src/xfdesktop-file-icon-manager.c:2938
 msgid _Link Here
@@ -932,7 +932,7 @@ msgstr Izbacujem uređaj
 msgid The device \%s\ is being ejected. This may take some time
 msgstr Uređaj \%s\ je izbačen.Ovo može potrajati
 
-#: ../src/xfdesktop-regular-file-icon.c:567
+#: ../src/xfdesktop-regular-file-icon.c:571
 #, c-format
 msgid 
 Type: %s\n
@@ -961,7 +961,7 @@ msgstr Smeće sadrži jednu stavku
 msgid Trash contains %d items
 msgstr Smeće sadrži %d stavki
 
-#: ../src/xfdesktop-special-file-icon.c:449
+#: ../src/xfdesktop-special-file-icon.c:453
 #, c-format
 msgid 
 %s\n
@@ -972,11 +972,11 @@ msgstr 
 Veličina: %s\n
 Zadnja izmjena: %s
 
-#: ../src/xfdesktop-special-file-icon.c:518
+#: 

[Xfce4-commits] xfdesktop:master l10n: Updated Croatian (hr) translation to 92%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 47c07d8e281b50ece1c260e56dfe31fddcb19d83 (commit)
   from fa0d4c7cf7b5618dd3990f0203fb6d0eefab156b (commit)

commit 47c07d8e281b50ece1c260e56dfe31fddcb19d83
Author: Ivica  Kolić ik...@yahoo.com
Date:   Sun Apr 15 17:06:10 2012 +0200

l10n: Updated Croatian (hr) translation to 92%

New status: 196 messages complete with 0 fuzzies and 17 untranslated.

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

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

diff --git a/po/hr.po b/po/hr.po
index 572d1d7..5f3631a 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -70,7 +70,7 @@ msgstr Datoteka \%s\ nije valjana pozadinska lista. Želite 
li je zamjeniti?
 
 #: ../settings/main.c:543
 msgid Invalid List File
-msgstr Nevaljana Datoteka
+msgstr Nevaljana datoteka liste
 
 #: ../settings/main.c:546
 msgid Overwriting the file will cause its contents to be lost.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] garcon:master l10n: Updated Croatian (hr) translation to 100%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 988f9ca0ec322df6675a6d3033350a88fec29f71 (commit)
   from b34ef82c3408085378230c1ffda093889835b65d (commit)

commit 988f9ca0ec322df6675a6d3033350a88fec29f71
Author: Ivica  Kolić ik...@yahoo.com
Date:   Sun Apr 15 17:09:42 2012 +0200

l10n: Updated Croatian (hr) translation to 100%

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

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

 po/hr.po |   53 -
 1 files changed, 36 insertions(+), 17 deletions(-)

diff --git a/po/hr.po b/po/hr.po
index 834c327..f9ca9ef 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -8,16 +8,15 @@ msgid 
 msgstr 
 Project-Id-Version: libxfce4menu\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-01-16 14:36+0100\n
+POT-Creation-Date: 2012-04-15 15:09+\n
 PO-Revision-Date: 2010-05-26 00:10+0200\n
 Last-Translator: Ivica Kolićik...@yahoo.com \n
 Language-Team: Croatian \n
-Language: hr\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  n
-%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
+Language: hr\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
 
 #: ../data/xfce/xfce-accessories.directory.in.h:1
 msgid Accessories
@@ -59,6 +58,14 @@ msgstr Grafika
 msgid Graphics creation and manipulation applications
 msgstr Programi za kreiranje i manipulaciju grafikom
 
+#: ../data/xfce/xfce-hardware.directory.in.h:1
+msgid Hardware
+msgstr Sklopovlje
+
+#: ../data/xfce/xfce-hardware.directory.in.h:2
+msgid Settings for several hardware devices
+msgstr Postavke za nekoliko uređaja sklopovlja
+
 #: ../data/xfce/xfce-multimedia.directory.in.h:1
 msgid Audio and video players and editors
 msgstr Audio i video alati za puštanje i uređivanje
@@ -68,12 +75,12 @@ msgid Multimedia
 msgstr Multimedija
 
 #: ../data/xfce/xfce-network.directory.in.h:1
-msgid Network
-msgstr Mreža
+msgid Applications for Internet access
+msgstr Programi za pristuo internetu
 
 #: ../data/xfce/xfce-network.directory.in.h:2
-msgid Network applications and utilities
-msgstr Mrežni programi i pomagala
+msgid Internet
+msgstr Internet
 
 #: ../data/xfce/xfce-office.directory.in.h:1
 msgid Office
@@ -91,13 +98,13 @@ msgstr Programi koji ne spadaju u druge kategorije
 msgid Other
 msgstr Ostalo
 
-#: ../data/xfce/xfce-science.directory.in.h:1
-msgid Science
-msgstr Znanost
+#: ../data/xfce/xfce-personal.directory.in.h:1
+msgid Personal
+msgstr Osobno
 
-#: ../data/xfce/xfce-science.directory.in.h:2
-msgid Scientific software
-msgstr Znanstveni software
+#: ../data/xfce/xfce-personal.directory.in.h:2
+msgid Personal settings
+msgstr Osobne postavke
 
 #: ../data/xfce/xfce-screensavers.directory.in.h:1
 msgid Screensaver applets
@@ -123,17 +130,29 @@ msgstr Sustav
 msgid System tools and utilities
 msgstr Alati i pomagala sustava
 
-#: ../garcon/garcon-menu.c:698
+#: ../garcon/garcon-menu.c:706
 #, c-format
 msgid File \%s\ not found
 msgstr Datoteka \%s\ nije pronađena
 
-#: ../garcon/garcon-menu-parser.c:278
+#: ../garcon/garcon-menu-parser.c:280
 #, c-format
 msgid Could not load menu file data from %s: %s
 msgstr Ne mogu učitati datoteku izbornika iz %s: %s
 
-#: ../garcon/garcon-menu-parser.c:284
+#: ../garcon/garcon-menu-parser.c:287
 #, c-format
 msgid Could not load menu file data from %s
 msgstr Ne mogu učitati datoteku izbornika iz %s
+
+#~ msgid Network
+#~ msgstr Mreža
+
+#~ msgid Network applications and utilities
+#~ msgstr Mrežni programi i pomagala
+
+#~ msgid Science
+#~ msgstr Znanost
+
+#~ msgid Scientific software
+#~ msgstr Znanstveni software
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] garcon:master l10n: Updated Croatian (hr) translation to 100%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 2496f37058d1d139910c30d5c3bbb9963f29ed52 (commit)
   from 988f9ca0ec322df6675a6d3033350a88fec29f71 (commit)

commit 2496f37058d1d139910c30d5c3bbb9963f29ed52
Author: Ivica  Kolić ik...@yahoo.com
Date:   Sun Apr 15 17:11:39 2012 +0200

l10n: Updated Croatian (hr) translation to 100%

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

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

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

diff --git a/po/hr.po b/po/hr.po
index f9ca9ef..44227b3 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -76,7 +76,7 @@ msgstr Multimedija
 
 #: ../data/xfce/xfce-network.directory.in.h:1
 msgid Applications for Internet access
-msgstr Programi za pristuo internetu
+msgstr Programi za pristup internetu
 
 #: ../data/xfce/xfce-network.directory.in.h:2
 msgid Internet
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 6275feb512d461a16e46a79a130fd9183038f580 (commit)
   from 098863864b38bafc7262e35ff4d686df1d6cb9e3 (commit)

commit 6275feb512d461a16e46a79a130fd9183038f580
Author: Nuno Miguel nunom...@gmail.com
Date:   Sun Apr 15 17:38:35 2012 +0200

l10n: Updated Portuguese (pt) translation to 100%

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

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

 po/pt.po |  114 --
 1 files changed, 74 insertions(+), 40 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index 2e9dbd0..50d3444 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -2,14 +2,14 @@
 # Copyright (C) 2005-2008 Jean-François Wauthy, Mario Đanić, David Mohr
 # This file is distributed under the same license as the xfburn package.
 # Nuno Miguel nu...@netcabo.pt, 2007, 2008, 2009, 2010.
-# 
+#
 msgid 
 msgstr 
 Project-Id-Version: xfburn 0.4.2\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2010-12-01 17:02+\n
-PO-Revision-Date: 2010-02-08 14:15-\n
-Last-Translator: Sérgio Marques smarque...@gmail.com\n
+PO-Revision-Date: 2012-04-15 16:30+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
@@ -67,7 +67,8 @@ msgstr Disco vazio
 msgid Burning device
 msgstr Dispositivo de gravação
 
-#: ../xfburn/xfburn-blank-dialog.c:222 ../xfburn/xfburn-device-box.c:190
+#: ../xfburn/xfburn-blank-dialog.c:222
+#: ../xfburn/xfburn-device-box.c:190
 msgid Blank mode
 msgstr Modo de limpeza
 
@@ -123,7 +124,8 @@ msgstr Apagando disco...
 msgid Done
 msgstr Pronto
 
-#: ../xfburn/xfburn-blank-dialog.c:443 ../xfburn/xfburn-perform-burn.c:372
+#: ../xfburn/xfburn-blank-dialog.c:443
+#: ../xfburn/xfburn-perform-burn.c:372
 #: ../xfburn/xfburn-progress-dialog.c:603
 msgid Failure
 msgstr Falha
@@ -470,7 +472,8 @@ msgstr Já existe neste directório um ficheiro com o nome 
\%s\, o ficheiro n
 msgid Duplicate filename '%s' for '%s'
 msgstr Nome de ficheiro duplicado \%s\ para \%s\
 
-#: ../xfburn/xfburn-device-box.c:174 ../xfburn/xfburn-device-box.c:175
+#: ../xfburn/xfburn-device-box.c:174
+#: ../xfburn/xfburn-device-box.c:175
 msgid Show writers only
 msgstr Mostrar apenas gravadores
 
@@ -502,7 +505,8 @@ msgstr A combinação de equipamento e disco para gravar a 
composição é vál
 msgid The blank mode shows different disc status messages than regular mode
 msgstr O modo de limpeza mostra mensagens de estado diferentes das do modo 
normal
 
-#: ../xfburn/xfburn-device-box.c:194 ../xfburn/xfburn-device-box.c:195
+#: ../xfburn/xfburn-device-box.c:194
+#: ../xfburn/xfburn-device-box.c:195
 msgid Accept only CDs as valid discs
 msgstr Aceitar apenas CDs como discos válidos
 
@@ -552,7 +556,8 @@ msgstr Máx
 msgid Drive can't burn on the inserted disc
 msgstr A unidade não pode gravar no disco inserido
 
-#: ../xfburn/xfburn-device-box.c:595 ../xfburn/xfburn-device-box.c:641
+#: ../xfburn/xfburn-device-box.c:595
+#: ../xfburn/xfburn-device-box.c:641
 msgid Drive is empty
 msgstr A unidade está vazia
 
@@ -564,15 +569,18 @@ msgstr Desculpe, a multi-sessão ainda não é suportada
 msgid Inserted disc is full
 msgstr O disco inserido está cheio
 
-#: ../xfburn/xfburn-device-box.c:604 ../xfburn/xfburn-device-box.c:647
+#: ../xfburn/xfburn-device-box.c:604
+#: ../xfburn/xfburn-device-box.c:647
 msgid Inserted disc is unsuitable
 msgstr O disco inserido não é apropriado
 
-#: ../xfburn/xfburn-device-box.c:607 ../xfburn/xfburn-device-box.c:650
+#: ../xfburn/xfburn-device-box.c:607
+#: ../xfburn/xfburn-device-box.c:650
 msgid Cannot access drive (it might be in use)
 msgstr Incapaz de aceder à unidade (pode estar em uso)
 
-#: ../xfburn/xfburn-device-box.c:612 ../xfburn/xfburn-device-box.c:653
+#: ../xfburn/xfburn-device-box.c:612
+#: ../xfburn/xfburn-device-box.c:653
 msgid Error determining disc
 msgstr Erro ao determinar disco
 
@@ -592,7 +600,8 @@ msgstr O disco inserido já está vazio
 msgid Auto
 msgstr Auto
 
-#: ../xfburn/xfburn-device-list.c:206 ../xfburn/xfburn-device-list.c:207
+#: ../xfburn/xfburn-device-list.c:206
+#: ../xfburn/xfburn-device-list.c:207
 msgid Number of burners in the system
 msgstr Número de gravadores no sistema
 
@@ -604,11 +613,13 @@ msgstr Número de unidades no sistema
 msgid Number of drives in the system (readers and writers)
 msgstr Número de unidades no sistema (leitores e gravadores)
 
-#: ../xfburn/xfburn-device-list.c:212 ../xfburn/xfburn-device-list.c:213
+#: ../xfburn/xfburn-device-list.c:212
+#: ../xfburn/xfburn-device-list.c:213
 msgid List of devices
 msgstr Lista de dispositivos
 
-#: ../xfburn/xfburn-device-list.c:215 ../xfburn/xfburn-device-list.c:216
+#: ../xfburn/xfburn-device-list.c:215
+#: ../xfburn/xfburn-device-list.c:216
 msgid Currently selected device
 msgstr Dispositivo actualmente seleccionado
 
@@ -626,7 +637,8 @@ msgstr Ficheiro
 msgid Type
 msgstr Tipo
 
-#: 

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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 8356c08977480190f66f31adb7648fd0c867905b (commit)
   from f23fa80a779bbc902d417233c6665353ec53a20a (commit)

commit 8356c08977480190f66f31adb7648fd0c867905b
Author: Nuno Miguel nunom...@gmail.com
Date:   Sun Apr 15 17:41:22 2012 +0200

l10n: Updated Portuguese (pt) translation to 100%

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

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

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

diff --git a/po/pt.po b/po/pt.po
index 97c373f..b9c7629 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -9,8 +9,8 @@ msgstr 
 Project-Id-Version: xfce4-mailwatch-plugin 1.1.0svn\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2009-07-15 22:43-0700\n
-PO-Revision-Date: 2012-01-09 14:56-\n
-Last-Translator: Sérgio Marques smarque...@gmail.com\n
+PO-Revision-Date: 2012-04-15 16:12+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
@@ -76,7 +76,7 @@ msgstr Caixa de correio remota GMail
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:669
 msgid The GMail plugin can connect to Google's mail service and securely 
retrieve the number of new messages.
-msgstr O \plug-in\ GMail pode ligar ao serviço de correio da Google e obter 
de forma segura o número de mensagens novas.
+msgstr O \plugin\ GMail pode ligar ao serviço de correio da Google e obter 
de forma segura o número de mensagens novas.
 
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:286
 msgid Secure IMAP is not available, and the IMAP server does not support 
plaintext logins.
@@ -181,7 +181,7 @@ msgstr Caixa de correio remota IMAP
 
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:1986
 msgid The IMAP plugin can connect to a remote mail server that supports the 
IMAP protocol, optionally using SSL for link protection.
-msgstr O \plug-in\ IMAP pode ligar a um servidor de correio remoto que 
suporte o protocolo IMAP utilizando, opcionalmente, SSL para proteger a 
ligação.
+msgstr O \plugin\ IMAP pode ligar a um servidor de correio remoto que 
suporte o protocolo IMAP utilizando, opcionalmente, SSL para proteger a 
ligação.
 
 #: ../libmailwatch-core/mailwatch-mailbox-maildir.c:93
 #: ../libmailwatch-core/mailwatch-mailbox-mbox.c:95
@@ -216,7 +216,7 @@ msgstr Spool Maildir local
 
 #: ../libmailwatch-core/mailwatch-mailbox-maildir.c:451
 msgid The Maildir plugin can watch a local maildir-style mail spool for new 
messages.
-msgstr O \plug-in\ Maildir pode vigiar as novas mensagens numa caixa de 
correio estilo maildir.
+msgstr O \plugin\ Maildir pode vigiar as novas mensagens numa caixa de 
correio estilo maildir.
 
 #: ../libmailwatch-core/mailwatch-mailbox-mbox.c:370
 msgid Mbox _Filename:
@@ -232,7 +232,7 @@ msgstr Spool Mbox local
 
 #: ../libmailwatch-core/mailwatch-mailbox-mbox.c:476
 msgid Mbox plugin watches a local mbox-type mail spool for new messages.
-msgstr O \plug-in\ Mbox pode vigiar as novas mensagens numa caixa de 
correio estilo mailboxr.
+msgstr O \plugin\ Mbox pode vigiar as novas mensagens numa caixa de correio 
estilo mailboxr.
 
 #: ../libmailwatch-core/mailwatch-mailbox-mh.c:241
 #, c-format
@@ -244,7 +244,7 @@ msgid 
 The configuration of this plugin is read from\n
 the default mh maildir profile file ~/.mh_profile
 msgstr 
-A configuração deste \plug-in\ é lida a partir do\n
+A configuração deste \plugin\ é lida a partir do\n
 ficheiro de configuração mh maildir ~/.mh_profile
 
 #: ../libmailwatch-core/mailwatch-mailbox-mh.c:683
@@ -253,7 +253,7 @@ msgstr Pasta de correio local MH
 
 #: ../libmailwatch-core/mailwatch-mailbox-mh.c:684
 msgid MH plugin watches local MH folders for new mail
-msgstr O \plug-in\ MH vigia o novo correio em pastas locais MH
+msgstr O \plugin\ MH vigia o novo correio em pastas locais MH
 
 #: ../libmailwatch-core/mailwatch-mailbox-pop3.c:746
 msgid Advanced POP3 Options
@@ -277,7 +277,7 @@ msgstr Caixa de correio remota POP3
 
 #: ../libmailwatch-core/mailwatch-mailbox-pop3.c:1038
 msgid The POP3 plugin can connect to a remote mail server that supports the 
POP3 protocol, optionally using SSL for link protection.
-msgstr O \plug-in\ POP3 pode ligar a um servidor de correio remoto que 
suporte o protocolo POP3 utilizando, opcionalmente, SSL para proteger a 
ligação.
+msgstr O \plugin\ POP3 pode ligar a um servidor de correio remoto que 
suporte o protocolo POP3 utilizando, opcionalmente, SSL para proteger a 
ligação.
 
 #: ../libmailwatch-core/mailwatch-net-conn.c:222
 #: ../libmailwatch-core/mailwatch-net-conn.c:267
@@ -329,7 +329,7 @@ msgstr Falha ao receber dados: %s
 #: ../libmailwatch-core/mailwatch-net-conn.c:951
 #, c-format
 msgid Canceling read: read too many bytes without a newline
-msgstr A cancelar: demasiados bytes sem \newline\
+msgstr A cancelar leitura: leitura de demasiados bytes sem uma linha nova
 
 #: 

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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 38262005c2e6fe4d19b0ad8971ac87b9270568d7 (commit)
   from d4ded5969089b47eb3b44c2f1202dada0b469059 (commit)

commit 38262005c2e6fe4d19b0ad8971ac87b9270568d7
Author: Nuno Miguel nunom...@gmail.com
Date:   Sun Apr 15 17:43:48 2012 +0200

l10n: Updated Portuguese (pt) translation to 100%

New status: 57 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 0770820..3423205 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -8,8 +8,8 @@ msgstr 
 Project-Id-Version: xfce4-notes-plugin\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2011-01-30 11:03+\n
-PO-Revision-Date: 2012-01-09 15:35-\n
-Last-Translator: Sérgio Marques smarque...@gmail.com\n
+PO-Revision-Date: 2012-04-15 16:20+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
@@ -51,7 +51,7 @@ msgstr Selecione o caminho das notas
 #: ../lib/application.vala:120
 #, c-format
 msgid The selected directory (%s) for the new notes path already contains 
files. You must select or create an empty directory.
-msgstr O diretório escolhido oara as notas (%s), já possui ficheiros. Tem que 
escolher ou criar um diretório vazio.
+msgstr O diretório escolhido oara as notas (%s) já possui ficheiros. Tem que 
escolher ou criar um diretório vazio.
 
 #: ../lib/application.vala:135
 #, c-format
@@ -103,7 +103,7 @@ msgstr Incapaz de abrir a janela de definições
 
 #: ../lib/application.vala:748
 msgid translator-credits
-msgstr Nuno Miguelnu...@netcabo.pt
+msgstr Nuno Miguel nunom...@gmail.com
 
 #: ../lib/application.vala:783
 #: ../lib/window.vala:780
@@ -162,7 +162,7 @@ msgstr Mudar nome da nota
 
 #: ../src/xfce4-notes-settings.c:103
 msgid Configure the plugin
-msgstr Configurar \plug-in\
+msgstr Configurar o \plugin\
 
 #: ../src/xfce4-notes-settings.c:122
 msgid Global settings
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to eac9cd7f60d0b187d50197f94c024d56ffd0e62a (commit)
   from 87db0b2600043ee01994f0c1896afde732e030a6 (commit)

commit eac9cd7f60d0b187d50197f94c024d56ffd0e62a
Author: Nuno Miguel nunom...@gmail.com
Date:   Sun Apr 15 17:49:51 2012 +0200

l10n: Updated Portuguese (pt) translation to 100%

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

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

 po/pt.po |   16 
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index c87d1c2..11b56db 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -8,8 +8,8 @@ msgstr 
 Project-Id-Version: xfce4-sensors-plugin\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2011-05-23 22:31+0200\n
-PO-Revision-Date: 2012-01-09 15:51-\n
-Last-Translator: Sérgio Marques smarque...@gmail.com\n
+PO-Revision-Date: 2012-04-15 16:47+0100\n
+Last-Translator: Nuno Miguel nunom...@gmail.com\n
 Language-Team: \n
 Language: \n
 MIME-Version: 1.0\n
@@ -35,7 +35,7 @@ msgid 
 Seems like there was a problem reading a sensor feature value.\n
 Proper proceeding cannot be guaranteed.\n
 msgstr 
-\Plug-in\ Sensores:\n
+\Plugin\ Sensores:\n
 Parece ter ocorrido um problema durante a leitura de um sensor.\n
 Não é possível garantir o procedimento apropriado.\n
 
@@ -128,12 +128,12 @@ msgstr _Diversos
 #: ../panel-plugin/sensors-plugin.h:30
 #: ../lib/hddtemp.c:177
 msgid Sensors Plugin
-msgstr \Plug-in\ Sensores
+msgstr \Plugin\ Sensores
 
 #. #if GTK_VERSION  2.11
 #: ../panel-plugin/sensors-plugin.c:
 msgid You can change a feature's properties such as name, colours, min/max 
value by double-clicking the entry, editing the content, and pressing 
\Return\ or selecting a different field.
-msgstr Pode mudar algumas propriedades como nome, cores, valores min./max. se 
fizer duplo clique no item, editar o conteúdo e premir \Return\ ou selecionar 
um campo diferente.
+msgstr Pode mudar algumas propriedades como nome, cores, valores min/max se 
fizer duplo clique no item, editar o conteúdo e premir \Return\ ou selecionar 
um campo diferente.
 
 #. only use this if no hddtemp sensor
 #. or do only use this , if it is an lmsensors device. whatever.
@@ -201,7 +201,7 @@ msgid 
 msgstr 
 \hddtemp\ não foi executado corretamente, apesar de ser executável. 
Provavelmente, o disco requer privilégios \root\ para ler a temperatura e 
\hddtemp\ não está definido como tal.\n
 \n
-Uma maneira fácil, mas incorreta é executar \chmod u+s %s\ como \root\ e 
reiniciar este \plug-in\ ou o painel.\n
+Uma maneira fácil, mas incorreta é executar \chmod u+s %s\ como \root\ e 
reiniciar este \plugin\ ou o painel.\n
 \n
 A invocação de \%s\ deu o seguinte erro:\n
 %s\n
@@ -233,7 +233,7 @@ msgstr Erro: ligação aos sensores não é possível.
 
 #: ../lib/sensors-interface.c:83
 msgid Sensors Plugin Failure
-msgstr Falha no \plug-in\
+msgstr Falha no \plugin\
 
 #: ../lib/sensors-interface.c:84
 msgid 
@@ -409,5 +409,5 @@ msgstr Mostrar valores de sensor.
 
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:1
 msgid Sensor plugin 
-msgstr \Plug-in\ Sensores
+msgstr \Plugin\ Sensores
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 93dcd755a8b434412b299194f98c5e4b0a0e5e4b (commit)
   from 5acf7a69a482756460946981e75af7002464df95 (commit)

commit 93dcd755a8b434412b299194f98c5e4b0a0e5e4b
Author: Nuno Miguel nunom...@gmail.com
Date:   Sun Apr 15 17:48:23 2012 +0200

l10n: Updated Portuguese (pt) translation to 100%

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

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

 po/pt.po |   22 +++---
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index d159a3a..7cdc928 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -8,7 +8,7 @@ msgstr 
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2011-05-01 16:08+\n
 PO-Revision-Date: \n
-Last-Translator: Sérgio Marques smarque...@gmail.com\n
+Last-Translator: Nuno Miguel nunom...@gmail.com\n
 Language-Team: Portuguese\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
@@ -79,7 +79,7 @@ msgstr Reprodutor multimédia Parole
 
 #: ../data/interfaces/parole.ui.h:15
 msgid Plugins
-msgstr \Plug-ins\
+msgstr \Plugins\
 
 #: ../data/interfaces/parole.ui.h:16
 #: ../src/parole-player.c:1227
@@ -123,7 +123,7 @@ msgstr _Editar
 
 #: ../data/interfaces/parole.ui.h:25
 msgid _Help
-msgstr Aj_uda
+msgstr _Ajuda
 
 #: ../data/interfaces/parole.ui.h:26
 msgid _Media
@@ -291,11 +291,11 @@ msgstr Parar
 
 #: ../gst/parole-gst.c:1715
 msgid Unable to load playbin GStreamer plugin, check your GStreamer 
installation
-msgstr Incapaz de carregar o \plug-in\ playbin GStreamer. Verifique a 
instalação GStreamer  
+msgstr Incapaz de carregar o \plugin\ playbin GStreamer. Verifique a 
instalação GStreamer  
 
 #: ../gst/parole-gst.c:1735
 msgid Unable to load video GStreamer plugin, check your GStreamer 
installation
-msgstr Incapaz de carregar o \plug-in\ de vídeo GStreamer. Verifique a 
instalação GStreamer  
+msgstr Incapaz de carregar o \plugin\ de vídeo GStreamer. Verifique a 
instalação GStreamer  
 
 #: ../src/main.c:54
 #, c-format
@@ -328,7 +328,7 @@ msgstr Abrir nova instância
 
 #: ../src/main.c:226
 msgid Do not load plugins
-msgstr Não carregar \plug-ins\
+msgstr Não carregar \plugins\
 
 #: ../src/main.c:227
 msgid Set Audio-CD/VCD/DVD device path
@@ -722,7 +722,7 @@ msgstr Visitar sítio web
 
 #: ../src/parole-plugins-manager.c:416
 msgid No installed plugins found on this system
-msgstr Não foram encontrados \plug-ins\ neste sistema
+msgstr Não foram encontrados \plugins\ neste sistema
 
 #: ../parole/parole-filters.c:64
 msgid Audio
@@ -794,7 +794,7 @@ msgstr bDuração:/b
 
 #: ../plugins/tray/tray-provider.c:419
 msgid Tray icon plugin
-msgstr \Plug-in\ da área de notificação
+msgstr \Plugin\ da área de notificação
 
 #: ../plugins/tray/tray-provider.c:429
 msgid Enable notification
@@ -830,7 +830,7 @@ msgstr Ícone na área de notificação
 
 #: ../plugins/window-title/window-title.desktop.in.h:1
 msgid Set the main window name to the current playing media name.
-msgstr Utilizar nome do ficheiro como título da janela principal
+msgstr Utilizar nome do ficheiro como título da janela principal.
 
 #: ../plugins/window-title/window-title.desktop.in.h:2
 msgid Window Title
@@ -838,9 +838,9 @@ msgstr Título da janela
 
 #: ../plugins/power-manager/power-manager.desktop.in.h:1
 msgid Inhibit Power Manager from suspending the machine while playing DVD.
-msgstr Proibir que a gestão de energia suspenda o computador durante a 
reprodução de DVDs
+msgstr Proibir que a gestão de energia suspenda o computador durante a 
reprodução do DVD.
 
 #: ../plugins/power-manager/power-manager.desktop.in.h:2
 msgid Power Manager Plugin
-msgstr \Plug-in\ gestão de energia
+msgstr \Plugin\ gestão de energia
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] thunar:master Add an 64x64 and 128x128 icon for Thunar (bug #8626).

2012-04-15 Thread Jannis Pohlmann
Updating branch refs/heads/master
 to 096f3b6eb37205b6cabb0da4ecc8886b24a67a28 (commit)
   from 9a304dd4170fa9c996d9e9e91cca18152ac751c4 (commit)

commit 096f3b6eb37205b6cabb0da4ecc8886b24a67a28
Author: Jannis Pohlmann jan...@xfce.org
Date:   Sun Apr 15 17:07:15 2012 +0100

Add an 64x64 and 128x128 icon for Thunar (bug #8626).

 NEWS |4 
 configure.in.in  |2 ++
 icons/{48x48 = 128x128}/Makefile.am |2 +-
 icons/128x128/Thunar.png |  Bin 0 - 17430 bytes
 icons/{48x48 = 64x64}/Makefile.am   |2 +-
 icons/64x64/Thunar.png   |  Bin 0 - 6705 bytes
 icons/Makefile.am|2 ++
 7 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index e09ee1d..672ae4b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+1.3.x
+=
+- Add a 64x64 and 128x128 icon for Thunar (bug #8626).
+
 1.3.2
 =
 - Support small property for trash panel applet (bug #8391).
diff --git a/configure.in.in b/configure.in.in
index 6547d7c..e2b4795 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -262,6 +262,8 @@ icons/Makefile
 icons/16x16/Makefile
 icons/24x24/Makefile
 icons/48x48/Makefile
+icons/64x64/Makefile
+icons/128x128/Makefile
 icons/scalable/Makefile
 pixmaps/Makefile
 plugins/Makefile
diff --git a/icons/48x48/Makefile.am b/icons/128x128/Makefile.am
similarity index 73%
copy from icons/48x48/Makefile.am
copy to icons/128x128/Makefile.am
index 0445160..d458763 100644
--- a/icons/48x48/Makefile.am
+++ b/icons/128x128/Makefile.am
@@ -1,6 +1,6 @@
 # $Id$
 
-iconsdir = $(datadir)/icons/hicolor/48x48/apps
+iconsdir = $(datadir)/icons/hicolor/128x128/apps
 icons_DATA =   \
Thunar.png
 
diff --git a/icons/128x128/Thunar.png b/icons/128x128/Thunar.png
new file mode 100644
index 000..38a2d23
Binary files /dev/null and b/icons/128x128/Thunar.png differ
diff --git a/icons/48x48/Makefile.am b/icons/64x64/Makefile.am
similarity index 74%
copy from icons/48x48/Makefile.am
copy to icons/64x64/Makefile.am
index 0445160..9c86099 100644
--- a/icons/48x48/Makefile.am
+++ b/icons/64x64/Makefile.am
@@ -1,6 +1,6 @@
 # $Id$
 
-iconsdir = $(datadir)/icons/hicolor/48x48/apps
+iconsdir = $(datadir)/icons/hicolor/64x64/apps
 icons_DATA =   \
Thunar.png
 
diff --git a/icons/64x64/Thunar.png b/icons/64x64/Thunar.png
new file mode 100644
index 000..6939dce
Binary files /dev/null and b/icons/64x64/Thunar.png differ
diff --git a/icons/Makefile.am b/icons/Makefile.am
index d6a95be..08c7ea8 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -4,6 +4,8 @@ SUBDIRS =   
\
16x16   \
24x24   \
48x48   \
+   64x64   \
+   128x128 \
scalable
 
 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 8338179d0e45568395ecdd1b6e29a1bfa49db64f (commit)
   from e3a4f05552e8db1b6fede8b2ae996a17b7703b27 (commit)

commit 8338179d0e45568395ecdd1b6e29a1bfa49db64f
Author: Pjotr Anon pliniusmi...@gmail.com
Date:   Sun Apr 15 19:22:34 2012 +0200

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

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

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

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

diff --git a/po/nl.po b/po/nl.po
index 2d1a21b..69106e8 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -8,7 +8,7 @@ msgid 
 msgstr 
 Project-Id-Version: exo\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-01 16:42+\n
+POT-Creation-Date: 2012-04-15 15:00+\n
 PO-Revision-Date: 2011-09-08 15:05+0200\n
 Last-Translator: Pjotr\n
 Language-Team: Dutch (Flemish)\n
@@ -707,7 +707,7 @@ msgstr Kies een pictogram
 msgid Select a working directory
 msgstr Kies een werkmap
 
-#: ../exo-desktop-item-edit/exo-die-utils.c:168
+#: ../exo-desktop-item-edit/exo-die-utils.c:169
 msgid File location is not a regular file or directory
 msgstr De bestandlocatie is geen regulier bestand of map.
 
@@ -820,12 +820,12 @@ msgstr M_aken
 msgid Choose filename
 msgstr Kies bestandnaam
 
-#: ../exo-desktop-item-edit/main.c:617
+#: ../exo-desktop-item-edit/main.c:618
 #, c-format
 msgid Failed to create \%s\.
 msgstr Kon '%s' niet maken.
 
-#: ../exo-desktop-item-edit/main.c:617
+#: ../exo-desktop-item-edit/main.c:618
 #, c-format
 msgid Failed to save \%s\.
 msgstr Kon '%s' niet opslaan.
@@ -1203,6 +1203,10 @@ msgstr GNOME Terminal
 msgid Icedove
 msgstr Icedove
 
+#: ../exo-helper/helpers/iceweasel.desktop.in.in.h:1
+msgid Iceweasel
+msgstr Iceweasel
+
 #: ../exo-helper/helpers/kmail.desktop.in.in.h:1
 msgid KMail
 msgstr KMail
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] thunar-vfs:master l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to f4370da0e345b03aa58f802da19e0ad19f8f6bb2 (commit)
   from 41791f4e07e82717f0116068a6310e7ad9a46010 (commit)

commit f4370da0e345b03aa58f802da19e0ad19f8f6bb2
Author: Henrique P. Machado zehri...@xfce.org
Date:   Sun Apr 15 19:26:52 2012 +0200

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

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

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

 po/pt_BR.po |   28 +++-
 1 files changed, 11 insertions(+), 17 deletions(-)

diff --git a/po/pt_BR.po b/po/pt_BR.po
index 98af147..24d2000 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,19 +7,19 @@
 # William Koch wkrom...@gmail.com, 2007.
 # Fábio Nogueira deb-user...@ubuntu.com, 2007.
 # Og Maciel ogmac...@gnome.org, 2008.
-# 
+#
 msgid 
 msgstr 
 Project-Id-Version: Thunar 0.9.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-07-24 22:15+\n
-PO-Revision-Date: 2008-11-28 20:35-0500\n
+POT-Creation-Date: 2012-04-15 16:27+\n
+PO-Revision-Date: 2012-04-15 14:26-0300\n
 Last-Translator: Og Maciel ogmac...@gnome.org\n
 Language-Team: Brazilian Portuguese ldp...@bazar2.conectiva.com.br\n
+Language: pt_BR\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: pt_BR\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../thunar-vfs/exo-hal.c:434
@@ -68,15 +68,13 @@ msgstr Jaz Drive
 msgid Pen Drive
 msgstr Pen Drive
 
-#. TRANSLATORS: This string requires special care as %s may be the empty
-#. string. Trailing/leading whitespace will be removed.
+#. TRANSLATORS: This string requires special care as %s may be the empty 
string. Trailing/leading whitespace will be removed.
 #: ../thunar-vfs/exo-hal.c:484
 #, c-format
 msgid %s Music Player
 msgstr %s Tocador de Música
 
-#. TRANSLATORS: This string requires special care as %s may be the empty
-#. string. Trailing/leading whitespace will be removed.
+#. TRANSLATORS: This string requires special care as %s may be the empty 
string. Trailing/leading whitespace will be removed.
 #: ../thunar-vfs/exo-hal.c:499
 #, c-format
 msgid %s Digital Camera
@@ -129,15 +127,13 @@ msgstr Falha ao ler o conteúdo da pasta
 msgid Unknown error
 msgstr Erro desconhecido
 
-#. TRANSLATORS: `Exec' is a field name in a .desktop file. You should leave it
-#. as-is.
+#. TRANSLATORS: `Exec' is a field name in a .desktop file. You should leave it 
as-is.
 #: ../thunar-vfs/thunar-vfs-info.c:390
 #, c-format
 msgid No Exec field specified
 msgstr Nenhum campo Exec especificado
 
-#. TRANSLATORS: `URL' is a field name in a .desktop file. You should leave it
-#. as-is.
+#. TRANSLATORS: `URL' is a field name in a .desktop file. You should leave it 
as-is.
 #: ../thunar-vfs/thunar-vfs-info.c:409
 #, c-format
 msgid No URL field specified
@@ -286,8 +282,7 @@ msgstr Falha ao determinar informação de arquivo para 
\%s\
 msgid Failed to create directory \%s\
 msgstr Falha ao criar o diretório \%s\
 
-#. TRANSLATORS: FIFO is an acronym for First In, First Out. You can replace
-#. the word with `pipe'.
+#. TRANSLATORS: FIFO is an acronym for First In, First Out. You can replace 
the word with `pipe'.
 #: ../thunar-vfs/thunar-vfs-io-local-xfer.c:519
 #, c-format
 msgid Failed to create named fifo \%s\
@@ -372,7 +367,7 @@ msgstr Você quer ignorá-lo?
 #: ../thunar-vfs/thunar-vfs-mime-database.c:1683
 #, c-format
 msgid Failed to load application from file %s
-msgstr Falha ao carregar aplicação do arquivo %s
+msgstr Falha ao carregar aplicativo a partir do arquivo %s
 
 #. tell the user that we failed to delete the application launcher
 #: ../thunar-vfs/thunar-vfs-mime-database.c:1749
@@ -437,8 +432,7 @@ msgstr URI longo demais para caber no buffer
 msgid Operation not supported
 msgstr Operação não suportada
 
-#. TRANSLATORS: This error indicates that an URI contains an invalid escaped
-#. character (RFC 2396)
+#. TRANSLATORS: This error indicates that an URI contains an invalid escaped 
character (RFC 2396)
 #: ../thunar-vfs/thunar-vfs-private.c:335
 #, c-format
 msgid Invalidly escaped characters
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to b88b018bab825a98e8da89dd36dee35c8f32512e (commit)
   from 55a071be0cafbf8a5d8d1e64976ed41918747c04 (commit)

commit b88b018bab825a98e8da89dd36dee35c8f32512e
Author: Henrique P. Machado zehri...@xfce.org
Date:   Sun Apr 15 19:36:46 2012 +0200

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

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

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

 po/pt_BR.po |   32 +++-
 1 files changed, 19 insertions(+), 13 deletions(-)

diff --git a/po/pt_BR.po b/po/pt_BR.po
index 387ef28..9486761 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -3,19 +3,19 @@
 # This file is distributed under the same license as the Thunar-volman package.
 # Fábio Nogueira deb-user...@ubuntu.com, 2007-2008.
 # Og Maciel ogmac...@gnome.org, 2008.
-# 
+#
 msgid 
 msgstr 
 Project-Id-Version: thunar-volman 0.2.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-02 00:03+\n
-PO-Revision-Date: 2008-08-30 13:32-0300\n
+POT-Creation-Date: 2012-04-15 16:30+\n
+PO-Revision-Date: 2012-04-15 14:35-0300\n
 Last-Translator: Fábio Nogueira deb-user...@ubuntu.com\n
 Language-Team: Brazilian Portuguese ldp...@bazar2.conectiva.com.br\n
+Language: pt_BR\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: pt_BR\n
 Plural-Forms: nplurals=2; plural=(n  1);\n
 
 #: ../thunar-volman/main.c:59
@@ -44,7 +44,7 @@ msgstr Todos os direitos reservados.
 #: ../thunar-volman/main.c:120
 #, c-format
 msgid Please report bugs to %s.
-msgstr Por favor reporte os erros para %s.
+msgstr Por favor, relate os erros para %s.
 
 #: ../thunar-volman/main.c:174
 #, c-format
@@ -280,7 +280,7 @@ msgstr CD em branco inserido
 
 #: ../thunar-volman/tvm-run.c:201
 msgid You have inserted a blank CD.
-msgstr Você inseriu um CD em branco
+msgstr Você inseriu um CD em branco.
 
 #: ../thunar-volman/tvm-run.c:204
 msgid Burn _Data CD
@@ -306,7 +306,7 @@ msgstr Câmera detectada
 
 #: ../thunar-volman/tvm-usb-device.c:63
 msgid A photo camera was detected
-msgstr Um cartão de foto foi detectado.
+msgstr Uma câmera fotográfica foi detectada.
 
 #: ../thunar-volman/tvm-usb-device.c:71
 msgid Printer detected
@@ -359,8 +359,9 @@ msgstr Scripts Ruby
 msgid Shell Scripts
 msgstr Scripts Shell
 
+#.
 #. Storage
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:130
 msgid Storage
 msgstr Armazenamento
@@ -405,8 +406,9 @@ msgstr Comando para CDs de _dados:
 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
@@ -450,8 +452,9 @@ msgstr Reprodutores portáteis de música
 msgid Play _music files when connected
 msgstr Reproduzir _música quando conectado
 
+#.
 #. Cameras
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:379
 msgid Cameras
 msgstr Câmeras
@@ -464,8 +467,9 @@ msgstr Câmeras digitais
 msgid Import digital photographs when connected
 msgstr Importar fotografias digitais quando conectadas
 
+#.
 #. PDAs
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:427
 msgid PDAs
 msgstr PDAs
@@ -486,8 +490,9 @@ msgstr Pocket PCs
 msgid Sync Pocket P_C devices when connected
 msgstr Sincronizar dispositivos Pocket P_C quando conectados
 
+#.
 #. Printers
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:517
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:528
 msgid Printers
@@ -498,8 +503,9 @@ msgid Automatically run a program when a _printer is 
connected
 msgstr 
 Executar automaticamente um programa quando uma im_pressora for conectada
 
+#.
 #. Input Devices
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:565
 msgid Input Devices
 msgstr Dispositivos de entrada
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] tumbler:master l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 74030c11e80688c03eb39c659e2d7231bc34a983 (commit)
   from bb2a493cbc9b4059a035a907e2a0e0810b8dfaa9 (commit)

commit 74030c11e80688c03eb39c659e2d7231bc34a983
Author: Henrique P. Machado zehri...@xfce.org
Date:   Sun Apr 15 19:46:26 2012 +0200

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

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

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

 po/pt_BR.po |   62 +-
 1 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/po/pt_BR.po b/po/pt_BR.po
index 7ccfbf0..6d8949d 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -3,19 +3,19 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Sérgio Cipolla secipo...@gmail.com, 2011.
 # Michael Martins michaelf...@gmail.com, 2011.
-# 
+#
 msgid 
 msgstr 
 Project-Id-Version: tumbler 0.1.21\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-12-17 14:42+\n
-PO-Revision-Date: 2011-05-31 16:51-0300\n
+POT-Creation-Date: 2012-04-15 16:42+\n
+PO-Revision-Date: 2012-04-15 14:45-0300\n
 Last-Translator: Sérgio Cipolla secipo...@gmail.com\n
 Language-Team: Brazilian Portuguese ldp...@bazar2.conectiva.com.br\n
+Language: pt_BR\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: pt_BR\n
 Plural-Forms: nplurals=2; plural=(n  1);\n
 X-Poedit-SourceCharset: utf-8\n
 
@@ -83,7 +83,7 @@ msgstr Arquivo malformado \%s\: %s
 msgid Failed to determine last modified time of \%s\
 msgstr Falhou ao determinar o momento da última modificação de \%s\
 
-#: ../tumblerd/tumbler-manager.c:1863
+#: ../tumblerd/tumbler-manager.c:1868
 #, c-format
 msgid Another thumbnailer manager is already running
 msgstr Um outro gerenciador de miniaturas já está em execução
@@ -93,28 +93,28 @@ msgstr Um outro gerenciador de miniaturas já está em 
execução
 msgid Tumbler Thumbnailing Service
 msgstr Serviço de geração de miniaturas Tumbler
 
-#: ../tumblerd/main.c:98
+#: ../tumblerd/main.c:101
 #, c-format
 msgid Failed to connect to the D-Bus session bus: %s
 msgstr Falhou ao conectar-se com o barramento de sessão do D-Bus: %s
 
-#: ../tumblerd/main.c:156
+#: ../tumblerd/main.c:159
 #, c-format
 msgid Failed to load specialized thumbnailers into the registry: %s
 msgstr 
 Falhou ao carregar geradores de miniaturas especializados no registro: %s
 
-#: ../tumblerd/main.c:173
+#: ../tumblerd/main.c:176
 #, c-format
 msgid Failed to start the thumbnail cache service: %s
 msgstr Falhou ao iniciar o serviço de cache de miniaturas: %s
 
-#: ../tumblerd/main.c:190
+#: ../tumblerd/main.c:193
 #, c-format
 msgid Failed to start the thumbnailer manager: %s
 msgstr Falhou ao iniciar o gerenciador de miniaturas: %s
 
-#: ../tumblerd/main.c:207
+#: ../tumblerd/main.c:210
 #, c-format
 msgid Failed to start the thumbnailer service: %s
 msgstr Falhou ao iniciar o serviço de geração de miniaturas: %s
@@ -134,12 +134,12 @@ msgstr Sistema de cores RGB
 #: ../tumbler/tumbler-cache-plugin.c:145
 #, c-format
 msgid Cache plugin \%s\ lacks required symbols
-msgstr O plugin de cache \%s\ não possui os símbolos requeridos
+msgstr O plug-in de cache \%s\ não possui os símbolos requeridos
 
 #: ../tumbler/tumbler-cache-plugin.c:153
 #, c-format
 msgid Failed to load the cache plugin \%s\: %s
-msgstr Falhou ao carregar o plugin de cache \%s\: %s
+msgstr Falhou ao carregar o plug-in de cache \%s\: %s
 
 #: ../tumbler/tumbler-file-info.c:297
 #, c-format
@@ -149,12 +149,12 @@ msgstr O arquivo \%s\ é ele próprio uma miniatura
 #: ../tumbler/tumbler-provider-plugin.c:135
 #, c-format
 msgid Plugin \%s\ lacks required symbols.
-msgstr O plugin \%s\ não possui os símbolos requeridos
+msgstr O plug-in \%s\ não possui os símbolos requeridos
 
 #: ../tumbler/tumbler-provider-plugin.c:143
 #, c-format
 msgid Failed to load plugin \%s\: %s
-msgstr Falhou ao carregar o plugin \%s\: %s
+msgstr Falhou ao carregar o plug-in \%s\: %s
 
 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59
 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57
@@ -171,28 +171,28 @@ msgstr Versão incompatível: %s
 
 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64
 msgid Initializing the Tumbler GStreamer Thumbnailer plugin
-msgstr Iniciando o plugin gerador de miniaturas GStreamer do Tumbler
+msgstr Iniciando o plug-in gerador de miniaturas GStreamer do Tumbler
 
 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81
 msgid Shutting down the Tumbler GStreamer Thumbnailer plugin
-msgstr Encerrando o plugin gerador de miniaturas GStreamer do Tumbler
+msgstr Encerrando o plug-in gerador de miniaturas GStreamer do Tumbler
 
 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62
 msgid Initializing the Tumbler Pixbuf Thumbnailer plugin
-msgstr Iniciando o plugin gerador de miniaturas Pixbuf do Tumbler
+msgstr Iniciando o 

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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to be0699b637cfe21740b6e4be0d985d512511cf22 (commit)
   from 37f733e2facca8eb995cff01a7a0a18c52f3623c (commit)

commit be0699b637cfe21740b6e4be0d985d512511cf22
Author: Henrique P. Machado zehri...@xfce.org
Date:   Sun Apr 15 19:50:46 2012 +0200

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

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

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

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

diff --git a/po/pt_BR.po b/po/pt_BR.po
index e7f0b95..7076a8a 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -4,19 +4,19 @@
 # Rodrigo Coacci rcoa...@gmail.com, 2004.
 # Adriano Winter Bess awb...@gmail.com, 2005.
 # Fábio Nogueira deb-user...@ubuntu.com, 2008.
-# 
+#
 msgid 
 msgstr 
 Project-Id-Version: xfce4-appfinder 4.4.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-11 20:54+\n
-PO-Revision-Date: 2011-04-21 12:13-0300\n
+POT-Creation-Date: 2012-04-15 16:54+\n
+PO-Revision-Date: 2012-04-14 14:50-0300\n
 Last-Translator: Sérgio Cipolla secipo...@gmail.com\n
 Language-Team: Brazilian Portuguese ldp...@bazar.conectiva.com.br\n
+Language: pt_BR\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: pt_BR\n
 
 #: ../src/appfinder-category-model.c:146
 msgid All Applications
@@ -133,7 +133,7 @@ msgstr Iniciar no modo recolhido
 
 #: ../src/main.c:76
 msgid Print version information and exit
-msgstr Imprime Informações da versão e sai
+msgstr Imprime informações da versão e sai
 
 #: ../src/main.c:77
 msgid Replace the existing service
@@ -233,7 +233,7 @@ msgstr 
 
 #: ../src/appfinder-preferences.glade.h:15
 msgid Ite_m icon size:
-msgstr Ta_manho do ícone de ítens:
+msgstr Ta_manho do ícone de itens:
 
 #: ../src/appfinder-preferences.glade.h:16
 msgid Keep running _instance in the background
@@ -309,7 +309,7 @@ msgstr _Tipo:
 
 #: ../src/appfinder-preferences.glade.h:34
 msgid _View items as icons
-msgstr _Ver ítens como ícones
+msgstr _Ver itens como ícones
 
 #: ../data/xfce4-appfinder.desktop.in.h:2
 msgid Find and launch applications installed on your system
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 3714aafb509dadfa79a877a058c0175923ee4eba (commit)
   from c6ab767b783e8353c77c75f359c4329bb2584044 (commit)

commit 3714aafb509dadfa79a877a058c0175923ee4eba
Author: Sergio Marques smarque...@gmail.com
Date:   Sun Apr 15 20:17:53 2012 +0200

l10n: Updated Portuguese (pt) translation to 47%

New status: 242 messages complete with 0 fuzzies and 271 untranslated.

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

 lib/po/pt.po |   93 +++--
 1 files changed, 44 insertions(+), 49 deletions(-)

diff --git a/lib/po/pt.po b/lib/po/pt.po
index b585db2..7a5895b 100644
--- a/lib/po/pt.po
+++ b/lib/po/pt.po
@@ -2,7 +2,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR EMAIL@ADDRESS, YEAR.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: www.xfce.org\n
@@ -11,16 +11,16 @@ msgstr 
 PO-Revision-Date: 2011-01-25 00:43-\n
 Last-Translator: Sérgio Marques smarque...@gmail.com\n
 Language-Team: \n
-Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Poedit-Language: Portuguese\n
 X-Poedit-Country: Portugal\n
+Language: \n
+X-Poedit-Language: Portuguese\n
 
 #: projects/nav.php:4 projects/index.php:3 header.php:66
 msgid Projects
-msgstr Projectos
+msgstr Projetos
 
 #: projects/nav.php:7
 msgid Xfce Goodies
@@ -138,7 +138,7 @@ msgstr Navegador web
 
 #: projects/index.php:107
 msgid Midori is a lightweight Web browser.
-msgstr O Midori é um navegador para a web.
+msgstr O Midori é um navegador web.
 
 #: projects/index.php:112
 msgid Terminal
@@ -166,15 +166,15 @@ msgstr Orage
 
 #: projects/index.php:132
 msgid A simple calendar application with reminders.
-msgstr Um calendário com a possibilidade de criação de lembranças.
+msgstr Um calendário com a possibilidade de criação de lembretes.
 
 #: projects/index.php:141
 msgid Mixer
-msgstr Equalizador
+msgstr Gestor de som
 
 #: projects/index.php:143
 msgid Allows you to change the volume of the different audio tracks.
-msgstr Permite-lhe alterar o volume doas diferentes faixas áudio.
+msgstr Permite-lhe alterar o volume do seu computador.
 
 #: projects/index.php:148
 msgid Image Viewer
@@ -222,7 +222,7 @@ msgstr Categorias
 
 #: header.php:123
 msgid Related Sites
-msgstr Páginas relacionadas
+msgstr Sítios relacionados
 
 #: footer.php:4
 #, php-format
@@ -245,12 +245,12 @@ msgstr 
 #: frontpage.php:22
 #, php-format
 msgid Download the latest %s release
-msgstr 
+msgstr Transferir a última versão %s
 
 #: frontpage.php:23
 #, php-format
 msgid Release notes for %s
-msgstr 
+msgstr Notas de lançamento da versão %s
 
 #: frontpage.php:24
 msgid Visual tour of Xfce 4.8
@@ -311,7 +311,7 @@ msgstr 
 
 #: 404.php:16
 msgid Click the Back button to try another link.
-msgstr Seleccionar o botão Voltar para tentar outra ligação.
+msgstr Clique no botão Voltar para tentar outra ligação.
 
 #: 404.php:20
 msgid 
@@ -328,13 +328,12 @@ msgid Changelogs
 msgstr Registos de alterações
 
 #: download/nav.php:10
-#, fuzzy
 msgid Building Xfce
-msgstr Compilação
+msgstr Compilar o Xfce
 
 #: download/nav.php:11
 msgid Browse GIT repositories
-msgstr Navegar pelos repositórios GIT
+msgstr Explorar os repositórios GIT
 
 #: download/nav.php:12
 msgid Xfce goodies
@@ -424,7 +423,6 @@ msgid 
 msgstr 
 
 #: download/index.php:66
-#, fuzzy
 msgid 
 You can download the Xfce artwork tarball a href=\/downloads/xfce_artwork.
 tar.bz2\here/a. It contains some high-quality logos and banners. Copying 
@@ -462,19 +460,19 @@ msgstr 
 
 #: download/requirements.php:24
 msgid Package dependencies
-msgstr 
+msgstr Dependências do pacote
 
 #: download/requirements.php:27
 msgid Package
-msgstr 
+msgstr Pacote
 
 #: download/requirements.php:28
 msgid Dependency(-ies)
-msgstr 
+msgstr Dependências
 
 #: download/requirements.php:29
 msgid Optional Dependency(-ies)
-msgstr 
+msgstr Dependências opcionais
 
 #: download/requirements.php:113
 msgid 
@@ -484,7 +482,7 @@ msgstr 
 
 #: download/requirements.php:115
 msgid Recommended packages
-msgstr 
+msgstr Pacotes recomendados
 
 #: download/requirements.php:117
 msgid support for scalable icons
@@ -517,11 +515,11 @@ msgstr Imprensa
 
 #: about/nav.php:10 about/releasemodel.php:3
 msgid Release Model
-msgstr Processo de disponibilização
+msgstr Modelo de disponibilização
 
 #: about/releasemodel.php:6 about/releasemodel.php:31
 msgid The Xfce Core Desktop
-msgstr O ambiente de trabalho Xfce.
+msgstr O ambiente de trabalho Xfce
 
 #: about/releasemodel.php:7 about/releasemodel.php:64
 msgid The Release Cycle
@@ -549,7 +547,7 @@ msgstr Quem está responsável pelo processo de 
disponibilização?
 
 #: about/releasemodel.php:21
 msgid What dependency versions do we depend on?
-msgstr Quais as dependências para o correcto funcionamento do Xfce?
+msgstr Quais as dependências para o 

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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to c9f464b89e3678932fa48125491088f6b1f54e17 (commit)
   from 8338179d0e45568395ecdd1b6e29a1bfa49db64f (commit)

commit c9f464b89e3678932fa48125491088f6b1f54e17
Author: Sergio Marques smarque...@gmail.com
Date:   Sun Apr 15 20:20:20 2012 +0200

l10n: Updated Portuguese (pt) translation to 100%

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

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

 po/pt.po |  236 ++
 1 files changed, 129 insertions(+), 107 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index 8ccdb94..504319e 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -2,12 +2,12 @@
 # Copyright (C) 2004-2006 os-cillation e.K.
 # This file is distributed under the same license as the exo package.
 # Nuno Miguel nunom...@gmail.com, 2007-2012.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: exo\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-02-17 13:48+\n
+POT-Creation-Date: 2012-04-15 15:00+\n
 PO-Revision-Date: 2012-04-01 12:57+0100\n
 Last-Translator: Nuno Miguel nunom...@gmail.com\n
 Language-Team: \n
@@ -64,16 +64,18 @@ msgstr Falha ao ler o ficheiro \%s\: %s
 
 #: ../exo/exo-gdk-pixbuf-extensions.c:890
 #, c-format
-msgid Failed to load image \%s\: Unknown reason, probably a corrupt image 
file
-msgstr Falha ao carregar a imagem \%s\: Motivo desconhecido, provavelmente 
um ficheiro de imagem corrompido
+msgid 
+Failed to load image \%s\: Unknown reason, probably a corrupt image file
+msgstr 
+Falha ao carregar a imagem \%s\: Motivo desconhecido, provavelmente um 
+ficheiro de imagem corrompido
 
 #: ../exo/exo-gtk-extensions.c:227
 #, c-format
 msgid Failed to open \%s\.
 msgstr Falha ao abrir \%s\.
 
-#: ../exo/exo-icon-bar.c:277
-#: ../exo/exo-icon-view.c:776
+#: ../exo/exo-icon-bar.c:277 ../exo/exo-icon-view.c:776
 msgid Orientation
 msgstr Orientação
 
@@ -81,23 +83,19 @@ msgstr Orientação
 msgid The orientation of the iconbar
 msgstr A orientação da barra de ícones
 
-#: ../exo/exo-icon-bar.c:294
-#: ../exo/exo-icon-view.c:793
+#: ../exo/exo-icon-bar.c:294 ../exo/exo-icon-view.c:793
 msgid Pixbuf column
 msgstr Coluna Pixbuf
 
-#: ../exo/exo-icon-bar.c:295
-#: ../exo/exo-icon-view.c:794
+#: ../exo/exo-icon-bar.c:295 ../exo/exo-icon-view.c:794
 msgid Model column used to retrieve the icon pixbuf from
 msgstr Coluna de modelo usada para retirar o ícone pixbuf
 
-#: ../exo/exo-icon-bar.c:310
-#: ../exo/exo-icon-view.c:920
+#: ../exo/exo-icon-bar.c:310 ../exo/exo-icon-view.c:920
 msgid Text column
 msgstr Coluna de texto
 
-#: ../exo/exo-icon-bar.c:311
-#: ../exo/exo-icon-view.c:921
+#: ../exo/exo-icon-bar.c:311 ../exo/exo-icon-view.c:921
 msgid Model column used to retrieve the text from
 msgstr Coluna de modelo usada para retirar o texto
 
@@ -117,33 +115,27 @@ msgstr Ativo
 msgid Active item index
 msgstr Índice de item ativo
 
-#: ../exo/exo-icon-bar.c:347
-#: ../exo/exo-icon-bar.c:348
+#: ../exo/exo-icon-bar.c:347 ../exo/exo-icon-bar.c:348
 msgid Active item fill color
 msgstr Cor de preenchimento de item ativo
 
-#: ../exo/exo-icon-bar.c:354
-#: ../exo/exo-icon-bar.c:355
+#: ../exo/exo-icon-bar.c:354 ../exo/exo-icon-bar.c:355
 msgid Active item border color
 msgstr Cor de contorno de item ativo
 
-#: ../exo/exo-icon-bar.c:361
-#: ../exo/exo-icon-bar.c:362
+#: ../exo/exo-icon-bar.c:361 ../exo/exo-icon-bar.c:362
 msgid Active item text color
 msgstr Cor de texto de item ativo
 
-#: ../exo/exo-icon-bar.c:368
-#: ../exo/exo-icon-bar.c:369
+#: ../exo/exo-icon-bar.c:368 ../exo/exo-icon-bar.c:369
 msgid Cursor item fill color
 msgstr Cor de preenchimento do cursor
 
-#: ../exo/exo-icon-bar.c:375
-#: ../exo/exo-icon-bar.c:376
+#: ../exo/exo-icon-bar.c:375 ../exo/exo-icon-bar.c:376
 msgid Cursor item border color
 msgstr Cor de contorno do cursor
 
-#: ../exo/exo-icon-bar.c:382
-#: ../exo/exo-icon-bar.c:383
+#: ../exo/exo-icon-bar.c:382 ../exo/exo-icon-bar.c:383
 msgid Cursor item text color
 msgstr Cor de texto do cursor
 
@@ -213,8 +205,7 @@ msgid All Icons
 msgstr Todos os ícones
 
 #. EXO_ICON_CHOOSER_CONTEXT_FILE
-#: ../exo/exo-icon-chooser-dialog.c:139
-#: ../exo/exo-icon-chooser-dialog.c:285
+#: ../exo/exo-icon-chooser-dialog.c:139 ../exo/exo-icon-chooser-dialog.c:285
 msgid Image Files
 msgstr Ficheiros de imagens
 
@@ -286,7 +277,9 @@ msgstr Coluna de marcação
 
 #: ../exo/exo-icon-view.c:748
 msgid Model column used to retrieve the text if using Pango markup
-msgstr A coluna do modelo utilizada para retirar o texto se estiver a usar 
marcação Pango
+msgstr 
+A coluna do modelo utilizada para retirar o texto se estiver a usar marcação 
+Pango
 
 #: ../exo/exo-icon-view.c:762
 msgid Icon View Model
@@ -297,8 +290,10 @@ msgid The model for the icon view
 msgstr O modelo para a visualização de ícone
 
 #: ../exo/exo-icon-view.c:777
-msgid How the text and icon of each item are positioned relative to each 
other
-msgstr Como o texto e o ícone de 

[Xfce4-commits] xfce4-diskperf-plugin:master l10n: Updated Turkish (tr) translation to 97%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to d5b9633cc8546ba93c6f4b115302b2b23abd7fde (commit)
   from bcc2c9c29cbe821ca7a6a85bf6220422c7b91a67 (commit)

commit d5b9633cc8546ba93c6f4b115302b2b23abd7fde
Author: martinamca martina...@gmail.com
Date:   Sun Apr 15 20:38:58 2012 +0200

l10n: Updated Turkish (tr) translation to 97%

New status: 35 messages complete with 1 fuzzy and 0 untranslated.

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

 po/tr.po |   11 ++-
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 7d5c71c..df05398 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1,9 +1,9 @@
 # Turkish translation of xfce4-diskperf-plugin.
 # Copyright (C) 2008 THE XFCE4-DISKPERF-PLUGIN'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the xfce4-diskperf-plugin 
package.
-#
+# 
 # Gökmen Görgen gkmng...@gmail.com, 2008.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: 2.2.0\n
@@ -12,10 +12,10 @@ msgstr 
 PO-Revision-Date: 2008-11-06 17:05+0200\n
 Last-Translator: Gökmen Görgen gkmng...@gmail.com\n
 Language-Team: Turkish tur...@pardus.org.tr\n
-Language: tr\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=utf-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: tr\n
 
 #: ../panel-plugin/config_gui.c:101
 msgid Device
@@ -181,14 +181,15 @@ msgstr 
 Lütfen onu silin.
 
 #: ../panel-plugin/main.c:908
+#, fuzzy
 msgid 
 Diskperf monitor displays instantaneous disk I/O transfer rates and busy 
 times
-msgstr 
+msgstr Diskperf anlık giriş/çıkış aktarma oranlarını ve meşgul zamanları 
gösterir.
 
 #: ../panel-plugin/main.c:910
 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
 msgid Disk Performance Monitor
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-radio-plugin:master l10n: Updated Turkish (tr) translation to 58%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to e4b16ec12e0225bda462f718968eed2adf8e6cca (commit)
   from e0288ff3739a88244c5bc3375cf528b1338a6ea2 (commit)

commit e4b16ec12e0225bda462f718968eed2adf8e6cca
Author: martinamca martina...@gmail.com
Date:   Sun Apr 15 20:45:37 2012 +0200

l10n: Updated Turkish (tr) translation to 58%

New status: 20 messages complete with 13 fuzzies and 1 untranslated.

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

 po/tr.po |   34 --
 1 files changed, 16 insertions(+), 18 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 543aec0..ab2fdf4 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -17,7 +17,6 @@ msgstr 
 Language: \n
 
 #: ../panel-plugin/radio.desktop.in.in.h:1
-#, fuzzy
 msgid Radio Plugin
 msgstr Radyo Eklentisi
 
@@ -29,21 +28,20 @@ msgstr V4l radyo eklentisi
 #: ../panel-plugin/xfce4-radio.c:191
 #, c-format
 msgid Tuned to station %s
-msgstr 
+msgstr %s istasyonuna ayarlı
 
 #: ../panel-plugin/xfce4-radio.c:196
 #, c-format
 msgid Tuned to %s MHz
-msgstr 
+msgstr %s MHz frekansına ayarlı
 
 #: ../panel-plugin/xfce4-radio.c:241
 msgid - off -
 msgstr - kapalı -
 
 #: ../panel-plugin/xfce4-radio.c:248
-#, fuzzy
 msgid Radio is off
-msgstr Radyo kapalı.
+msgstr Radyo kapalı
 
 #: ../panel-plugin/xfce4-radio.c:321
 msgid Error opening radio device
@@ -51,7 +49,7 @@ msgstr Radyo aygıtını açarken hata
 
 #: ../panel-plugin/xfce4-radio.c:416
 msgid Tune radio
-msgstr Radyoyu ayarla.
+msgstr Radyoyu ayarla
 
 #: ../panel-plugin/xfce4-radio.c:422
 msgid Frequency [MHz]:
@@ -64,19 +62,17 @@ msgstr Geçersiz frekans.
 #. Notebook tabs
 #: ../panel-plugin/xfce4-radio.c:501 ../panel-plugin/xfce4-radio.c:1160
 msgid Presets
-msgstr Ön ayarlar
+msgstr Varsayılanlar
 
 #: ../panel-plugin/xfce4-radio.c:533
 msgid Tune to frequency
 msgstr Frekansa ayarla
 
 #: ../panel-plugin/xfce4-radio.c:868
-#, fuzzy
 msgid unnamed
 msgstr isimsiz
 
 #: ../panel-plugin/xfce4-radio.c:1001
-#, fuzzy
 msgid Select command
 msgstr Komut seç
 
@@ -91,7 +87,6 @@ msgid Configure the radio plugin
 msgstr Radyo eklentisini yapılandır.
 
 #: ../panel-plugin/xfce4-radio.c:1161
-#, fuzzy
 msgid User interface
 msgstr Kullanıcı arayüzü
 
@@ -101,24 +96,21 @@ msgid Radio device
 msgstr V4L aygıtı
 
 #: ../panel-plugin/xfce4-radio.c:1163
-#, fuzzy
 msgid Commands
 msgstr Komutlar
 
 #. - Signal strength
 #: ../panel-plugin/xfce4-radio.c:1185
-#, fuzzy
 msgid Signal strength
 msgstr Sinyal kuvvetini göster
 
 #: ../panel-plugin/xfce4-radio.c:1201
-#, fuzzy
 msgid Show the signal strength indicator
 msgstr Sinyal gücü sayacını göster
 
 #: ../panel-plugin/xfce4-radio.c:1207
 msgid Use graphics instead of text labels and progress bars
-msgstr 
+msgstr Metin etiketleri ve ilerleme çubuğu yerine grafikleri kullan
 
 #. - Current station
 #: ../panel-plugin/xfce4-radio.c:1212
@@ -132,13 +124,15 @@ msgid Show the current station
 msgstr Seçili istasyonu göster
 
 #: ../panel-plugin/xfce4-radio.c:1234
+#, fuzzy
 msgid Show preset names instead of frequencies
-msgstr 
+msgstr Frekanslar yerine ayarlı isimleri göster
 
 #. - Mouse
 #: ../panel-plugin/xfce4-radio.c:1239
+#, fuzzy
 msgid Mouse interaction
-msgstr 
+msgstr Fare etkileşimi
 
 #: ../panel-plugin/xfce4-radio.c:1255
 msgid Mouse scrolling changes
@@ -163,21 +157,25 @@ msgid Synchronize state with the card
 msgstr 
 
 #: ../panel-plugin/xfce4-radio.c:1322
+#, fuzzy
 msgid 
 This watches your radio card for changes done by other\n
 applications. Note that this may cause issues with some\n
 tuner cards.
 msgstr 
+Bu radyo kartınızı, diğer uygulamalar tarafından yapılan\n
+değişiklikleri için izler. Note that this may cause issues with some\n
+tuner cards.
 
 #: ../panel-plugin/xfce4-radio.c:1351
 #, fuzzy
 msgid Command to run after startup
-msgstr Komutu, başlangıçtan sonra çalıştır
+msgstr Başlatıldıktan sonra çalıştırılacak komut
 
 #: ../panel-plugin/xfce4-radio.c:1385
 #, fuzzy
 msgid Command to run after shutdown
-msgstr Komutu, kapattıktan sonra çalıştır
+msgstr Kapatıldıktan sonra çalıştırılacak komut
 
 #~ msgid Not tuned
 #~ msgstr Ayarlanmamış
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-cpugraph-plugin:master l10n: Updated Turkish (tr) translation to 85%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 24984dd188a184739cf580f8f781e0be0b34320f (commit)
   from 7a2ab5a2dd3736a5b49a36c062f6d84104f99178 (commit)

commit 24984dd188a184739cf580f8f781e0be0b34320f
Author: martinamca martina...@gmail.com
Date:   Sun Apr 15 20:49:53 2012 +0200

l10n: Updated Turkish (tr) translation to 85%

New status: 30 messages complete with 4 fuzzies and 1 untranslated.

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

 po/tr.po |   31 +--
 1 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 5e39941..5a949cc 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -2,29 +2,29 @@
 # Copyright (C) 2006 Alexander Nordfelth alex.nordfe...@telia.com
 # This file is distributed under the same license as the xfce4-cpugraph-plugin 
package.
 # Samed Beyribey ras...@eventualis.org, 2008.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4 cpugraph plugin\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-12-06 00:28+0900\n
+POT-Creation-Date: 2012-04-15 17:15+\n
 PO-Revision-Date: \n
 Last-Translator: Samed Beyribey ras...@eventualis.org\n
 Language-Team: Xfce-TR xfce...@googlegroups.com\n
-Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: \n
 X-Poedit-Country: TURKEY\n
 
 #: ../panel-plugin/cpu.c:303
-#, c-format
+#, c-format, fuzzy
 msgid Usage: %u%%
-msgstr 
+msgstr Kullanım: %u%%
 
 #: ../panel-plugin/properties.c:78
 msgid CPU Graph Properties
-msgstr 
+msgstr CPU Graph Özellikleri
 
 #: ../panel-plugin/properties.c:96
 msgid Use non-linear time-scale
@@ -36,21 +36,23 @@ msgstr Çerçeve göster
 
 #: ../panel-plugin/properties.c:98
 msgid Show border
-msgstr 
+msgstr Sınırı göster
 
 #: ../panel-plugin/properties.c:99
+#, fuzzy
 msgid Show current usage bar
 msgid_plural Show current usage bars
-msgstr[0] 
-msgstr[1] 
+msgstr[0] Şu anki kullanım çubuğunu göster
+msgstr[1] Şu anki kullanım çubuklarını göster
 
 #: ../panel-plugin/properties.c:101
 msgid Run in terminal
-msgstr 
+msgstr Komut satırında çalıştır
 
 #: ../panel-plugin/properties.c:102
+#, fuzzy
 msgid Use startup notification
-msgstr 
+msgstr Başlangıç iletisini göster
 
 #: ../panel-plugin/properties.c:105
 msgid Color 1:
@@ -98,11 +100,11 @@ msgstr Güncelleme Aralığı:
 
 #: ../panel-plugin/properties.c:208
 msgid All
-msgstr 
+msgstr Hepsi
 
 #: ../panel-plugin/properties.c:214
 msgid Tracked Core:
-msgstr 
+msgstr Takip edilen çekirdek:
 
 #: ../panel-plugin/properties.c:225
 msgid Width:
@@ -129,8 +131,9 @@ msgid No history
 msgstr Geçmiş yok
 
 #: ../panel-plugin/properties.c:268
+#, fuzzy
 msgid Grid
-msgstr 
+msgstr Izgara
 
 #: ../panel-plugin/properties.c:272
 msgid Mode:
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 9fb4d8ce4029351fd20f0afaf29d662672d6126b (commit)
   from 08fed3faec07f37690c75882999e7fd677e843d8 (commit)

commit 9fb4d8ce4029351fd20f0afaf29d662672d6126b
Author: Pjotr Anon pliniusmi...@gmail.com
Date:   Sun Apr 15 20:52:14 2012 +0200

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

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

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

 po/nl.po |   15 ---
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/po/nl.po b/po/nl.po
index eae7649..6a35de4 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1,16 +1,16 @@
 # Dutch translation of the xfce4-taskmanager package.
 # Copyright (C) The Xfce development team.
-# This file is distributed under the same license as the 
+# This file is distributed under the same license as the
 # xfce4-taskmanager package.
 # Stephan Arts step...@xfce.org, 2007.
 # Vincent msn_vinc...@hotmail.com, 2008.
 # Pjotr, 2011.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4-taskmanager\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-09-08 16:20+\n
+POT-Creation-Date: 2012-04-15 13:24+\n
 PO-Revision-Date: 2011-09-08 11:08+0200\n
 Last-Translator: Pjotr\n
 Language-Team: Dutch (Flemish)\n
@@ -47,7 +47,7 @@ msgstr Draai Taakbeheerder als systeembeheerder (root)
 #: ../src/exec-tool-button.c:175 ../src/exec-tool-button.c:177
 #: ../src/exec-tool-button.c:179
 msgid Run Program...
-msgstr Draai Programma...
+msgstr Draai programma...
 
 #: ../src/exec-tool-button.c:182
 msgid Application Finder
@@ -139,7 +139,8 @@ msgstr UID
 msgid CPU
 msgstr CPU
 
-#. TRANSLATORS: “Prio.” is short for Priority, it appears in the tree view 
header.
+#. TRANSLATORS: “Prio.” is short for Priority, it appears in the tree view
+#. header.
 #: ../src/process-tree-view.c:194
 msgid Prio.
 msgstr Prio.
@@ -189,7 +190,7 @@ msgstr Beëindigen
 
 #: ../src/process-tree-view.c:420
 msgid Stop
-msgstr Stop
+msgstr Stoppen
 
 #: ../src/process-tree-view.c:427
 msgid Continue
@@ -342,7 +343,7 @@ msgstr Verversingssnelheid
 
 #: ../src/settings-tool-button.c:177
 msgid Virtual Bytes
-msgstr Virtuele Bytes
+msgstr Virtuele bytes
 
 #: ../src/settings-tool-button.c:178
 msgid Private Bytes
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-cpufreq-plugin:master l10n: Updated Turkish (tr) translation to 40%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 67a790f2a5fa91817a6e105669f0a2e771b7f162 (commit)
   from 771f487e746d01091be28827aa1b45721c1c00db (commit)

commit 67a790f2a5fa91817a6e105669f0a2e771b7f162
Author: martinamca martina...@gmail.com
Date:   Sun Apr 15 20:54:33 2012 +0200

l10n: Updated Turkish (tr) translation to 40%

New status: 10 messages complete with 13 fuzzies and 2 untranslated.

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

 po/tr.po |   28 +++-
 1 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 51d5eaa..e165414 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -3,7 +3,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4 cpufreq plugin\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-02-23 12:27+\n
+POT-Creation-Date: 2012-04-15 17:12+\n
 PO-Revision-Date: \n
 Last-Translator: Samed Beyribey ras...@eventualis.org\n
 Language-Team: Xfce-TR xfce...@googlegroups.com\n
@@ -16,20 +16,20 @@ msgstr 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:110
 #, fuzzy
 msgid Configure CPU Frequency Monitor
-msgstr CPU Frekans Gözlemcisini yapılandır.
+msgstr CPU Frekans Gözlemcisini yapılandır
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:112
 #, fuzzy
 msgid Configure the CPU frequency plugin
-msgstr CPU Frekans eklentisini yapılandır.
+msgstr CPU Frekans eklentisini yapılandır
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:129
 msgid bMonitor/b
-msgstr 
+msgstr Ekran
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:144
 msgid Timeout Interval:
-msgstr 
+msgstr Duraksama Aralığı:
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:160
 msgid bPanel/b
@@ -46,18 +46,17 @@ msgid Show frame
 msgstr 
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:201
-#, fuzzy
 msgid Show CPU icon
 msgstr CPU simgesini göster
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:206
-#, fuzzy
 msgid Show CPU frequency
-msgstr İşlemci Frekansını göster
+msgstr İşlemci frekansını göster
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:211
+#, fuzzy
 msgid Show CPU governor
-msgstr 
+msgstr CPU yöneticisini göster
 
 #: ../panel-plugin/xfce4-cpufreq-linux.c:413
 #, fuzzy
@@ -70,13 +69,14 @@ msgstr 
 Bu uygulamacık sadece varsayılan işlemci frekansını gösterir.
 
 #: ../panel-plugin/xfce4-cpufreq-overview.c:65
+#, fuzzy
 msgid Scaling driver:
-msgstr 
+msgstr Ölçekleme sürücüsü:
 
 #: ../panel-plugin/xfce4-cpufreq-overview.c:71
 #, c-format
 msgid No scaling driver available
-msgstr 
+msgstr Hiçbir ölçekleme sürücüsü kullanılabilir değil
 
 #: ../panel-plugin/xfce4-cpufreq-overview.c:82
 #, fuzzy
@@ -84,12 +84,14 @@ msgid Available frequencies:
 msgstr Kullanılabilir frekanslar:
 
 #: ../panel-plugin/xfce4-cpufreq-overview.c:137
+#, fuzzy
 msgid Available governors:
-msgstr 
+msgstr Kullanılabilir yöneticiler:
 
 #: ../panel-plugin/xfce4-cpufreq-overview.c:160
+#, fuzzy
 msgid Current governor:
-msgstr 
+msgstr Şu anki yönetici:
 
 #: ../panel-plugin/xfce4-cpufreq-overview.c:195
 #, fuzzy
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-stopwatch-plugin:master l10n: Updated Turkish (tr) translation to 50%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 613883447a784f87d64317be0270eb9bb6c8f3d3 (commit)
   from 97070d932fed5d445668302307ff25ec2a2beadc (commit)

commit 613883447a784f87d64317be0270eb9bb6c8f3d3
Author: martinamca martina...@gmail.com
Date:   Sun Apr 15 20:56:24 2012 +0200

l10n: Updated Turkish (tr) translation to 50%

New status: 1 message complete with 1 fuzzy and 0 untranslated.

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

 po/tr.po |7 ---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 0691d95..22c0dad 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -3,12 +3,12 @@
 # Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Alper Tekinalp alper.tekin...@gmail.com, 2011.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: PACKAGE VERSION\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-09-15 16:08+\n
+POT-Creation-Date: 2012-04-15 13:18+\n
 PO-Revision-Date: 2011-09-16 00:48+0300\n
 Last-Translator: Alper Tekinalp alper.tekin...@gmail.com\n
 Language-Team: Turkish\n
@@ -23,5 +23,6 @@ msgid Stopwatch
 msgstr Kronometre
 
 #: ../panel-plugin/xfce4-stopwatch-plugin.desktop.in.in.h:2
+#, fuzzy
 msgid Time yourself
-msgstr 
+msgstr Kendini zamanla
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-stopwatch-plugin:master l10n: Updated Turkish (tr) translation to 100%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 5645943691092ad29ac0fc7093bb6abd7d905f36 (commit)
   from 613883447a784f87d64317be0270eb9bb6c8f3d3 (commit)

commit 5645943691092ad29ac0fc7093bb6abd7d905f36
Author: martinamca martina...@gmail.com
Date:   Sun Apr 15 20:57:05 2012 +0200

l10n: Updated Turkish (tr) translation to 100%

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

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

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

diff --git a/po/tr.po b/po/tr.po
index 22c0dad..d08f4a5 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -23,6 +23,5 @@ msgid Stopwatch
 msgstr Kronometre
 
 #: ../panel-plugin/xfce4-stopwatch-plugin.desktop.in.in.h:2
-#, fuzzy
 msgid Time yourself
-msgstr Kendini zamanla
+msgstr Kendini ölç
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-notes-plugin:master l10n: Updated Turkish (tr) translation to 89%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 0a68be31dc6499821e051e0bfcafc48b98dae5b4 (commit)
   from 38262005c2e6fe4d19b0ad8971ac87b9270568d7 (commit)

commit 0a68be31dc6499821e051e0bfcafc48b98dae5b4
Author: martinamca martina...@gmail.com
Date:   Sun Apr 15 20:59:27 2012 +0200

l10n: Updated Turkish (tr) translation to 89%

New status: 51 messages complete with 4 fuzzies and 2 untranslated.

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

 po/tr.po |  168 +-
 1 files changed, 111 insertions(+), 57 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index fde4bdb..e79ae69 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1,224 +1,279 @@
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4-notes plugin\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-03-08 21:24+0100\n
+POT-Creation-Date: 2012-04-15 18:06+\n
 PO-Revision-Date: 2009-09-21 11:48+0200\n
 Last-Translator: Samed Beyribey ras...@eventualis.org\n
 Language-Team: Xfce-TR xfce...@googlegroups.com\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: \n
 X-Poedit-Country: TURKEY\n
 
 #: ../src/xfce4-notes.desktop.in.h:1
 #: ../src/xfce4-notes-autostart.desktop.in.h:1
 #: ../src/xfce4-notes-plugin.desktop.in.in.h:1
-#: ../src/xfce4-notes-plugin-47.desktop.in.h:1 ../lib/application.vala:544
+#: ../src/xfce4-notes-plugin-47.desktop.in.h:1 ../lib/application.vala:744
 msgid Ideal for your quick notes
 msgstr Hızlı not almak için idealdir
 
 #: ../src/xfce4-notes.desktop.in.h:2
 #: ../src/xfce4-notes-autostart.desktop.in.h:2
 #: ../src/xfce4-notes-plugin.desktop.in.in.h:2
-#: ../src/xfce4-notes-plugin-47.desktop.in.h:2 ../lib/application.vala:112
-#: ../lib/application.vala:542 ../lib/window.vala:82 ../lib/window.vala:169
-#: ../lib/window.vala:964 ../src/xfce4-notes-settings.c:93
-#: ../src/main-panel-plugin-47.vala:46 ../src/main-panel-plugin.vala:45
-#: ../src/main-status-icon.vala:34 ../src/main-status-icon.vala:115
+#: ../src/xfce4-notes-plugin-47.desktop.in.h:2 ../lib/application.vala:184
+#: ../lib/application.vala:211 ../lib/application.vala:742
+#: ../lib/window.vala:85 ../lib/window.vala:176 ../lib/window.vala:913
+#: ../src/xfce4-notes-settings.c:99 ../src/main-panel-plugin-47.vala:46
+#: ../src/main-panel-plugin.vala:45 ../src/main-status-icon.vala:34
+#: ../src/main-status-icon.vala:115
 msgid Notes
 msgstr Notlar
 
-#: ../lib/application.vala:116 ../lib/window.vala:967
+#: ../lib/application.vala:119 ../lib/application.vala:134
+#: ../src/xfce4-notes-settings.c:223 ../src/xfce4-notes-settings.c:231
+msgid Select notes path
+msgstr Notların kaydedileceği dizini seçin
+
+#: ../lib/application.vala:120
+#, c-format
+msgid 
+The selected directory (%s) for the new notes path already contains files. 
+You must select or create an empty directory.
+msgstr 
+
+#: ../lib/application.vala:135
+#, c-format
+msgid Unable to select directory for new notes path: %s
+msgstr 
+
+#: ../lib/application.vala:188 ../lib/window.vala:916
 #, c-format
 msgid Notes %d
 msgstr Notlar %d
 
-#: ../lib/application.vala:344
+#: ../lib/application.vala:428
 msgid Rename group
 msgstr Grubu yeniden adlandır
 
-#: ../lib/application.vala:365 ../lib/window.vala:1088
+#: ../lib/application.vala:449 ../lib/window.vala:1038
 #, c-format
 msgid The name %s is already in use
 msgstr İsim %s zaten kullanımda
 
-#: ../lib/application.vala:391
+#: ../lib/application.vala:478
 msgid Are you sure you want to delete this group?
 msgstr Bu grubu silmek istediğinizden emin misiniz?
 
-#: ../lib/application.vala:448
+#: ../lib/application.vala:522
+#, c-format
+msgid The group \%s\ has been modified on the disk
+msgstr \%s\ grubu disk üzerinde değiştirildi
+
+#: ../lib/application.vala:525
+#, fuzzy
+msgid Do you want to reload the group?
+msgstr Bu grubu silmek istediğinizden emin misiniz?
+
+#: ../lib/application.vala:648
 #, c-format
 msgid The name \%s\ is invalid.
 msgstr Verilen isim \%s\ geçersiz.
 
-#: ../lib/application.vala:449
+#: ../lib/application.vala:649
 #, c-format
 msgid The invalid characters are: %s
 msgstr Geçersiz karakterler: %s
 
-#: ../lib/application.vala:506
+#: ../lib/application.vala:706
 msgid Unable to open the settings dialog
 msgstr Yapılandırma menüsü açılamadı
 
-#: ../lib/application.vala:551
+#: ../lib/application.vala:751
 msgid translator-credits
-msgstr 
+msgstr çeviren bilgileri
 
-#: ../lib/application.vala:586 ../lib/window.vala:831
+#: ../lib/application.vala:786 ../lib/window.vala:780
 msgid _Add a new group
 msgstr _Yeni grup ekle
 
-#: ../lib/window.vala:699 ../src/main-panel-plugin-47.vala:50
+#: ../lib/window.vala:226
+msgid Menu
+msgstr Menü
+
+#: ../lib/window.vala:255
+#, fuzzy
+msgid Refresh notes
+msgstr Notu yeniden adlandır
+
+#: ../lib/window.vala:268
+#, c-format
+msgid Hide (%s)
+msgstr Gizle (%s)
+
+#: ../lib/window.vala:647 ../src/main-panel-plugin-47.vala:50
 #: 

[Xfce4-commits] xfce4-time-out-plugin:master l10n: Updated Turkish (tr) translation to 90%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 53db93ef48df847b4ce36e9f60f2169459161e25 (commit)
   from 2f745a34141ab8e9b1e60013970f03fc748675da (commit)

commit 53db93ef48df847b4ce36e9f60f2169459161e25
Author: martinamca martina...@gmail.com
Date:   Sun Apr 15 21:16:24 2012 +0200

l10n: Updated Turkish (tr) translation to 90%

New status: 28 messages complete with 3 fuzzies and 0 untranslated.

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

 po/tr.po |5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index bc84578..9cd9404 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -3,7 +3,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4 timeout plugin\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-15 13:30+\n
+POT-Creation-Date: 2012-04-15 19:15+\n
 PO-Revision-Date: \n
 Last-Translator: Samed Beyribey ras...@eventualis.org\n
 Language-Team: Xfce-TR xfce...@googlegroups.com\n
@@ -29,9 +29,10 @@ msgid Enabled
 msgstr Etkin
 
 #: ../panel-plugin/time-out.c:422
+#, fuzzy
 msgid 
 Xfce Panel plugin for taking a break from computer work every now and then.
-msgstr 
+msgstr Arada sırada bilgisayar çalışmasına ara vermek için kullanılan Xfce 
Panel eklentisi.
 
 #: ../panel-plugin/time-out.c:431
 msgid translator-credits
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-time-out-plugin:master l10n: Updated Turkish (tr) translation to 100%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 761adcb3e6a11eea78f1443ea7d8624310b6645f (commit)
   from 53db93ef48df847b4ce36e9f60f2169459161e25 (commit)

commit 761adcb3e6a11eea78f1443ea7d8624310b6645f
Author: martinamca martina...@gmail.com
Date:   Sun Apr 15 21:17:04 2012 +0200

l10n: Updated Turkish (tr) translation to 100%

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

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

 po/tr.po |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 9cd9404..99eaa30 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -29,7 +29,6 @@ msgid Enabled
 msgstr Etkin
 
 #: ../panel-plugin/time-out.c:422
-#, fuzzy
 msgid 
 Xfce Panel plugin for taking a break from computer work every now and then.
 msgstr Arada sırada bilgisayar çalışmasına ara vermek için kullanılan Xfce 
Panel eklentisi.
@@ -51,12 +50,10 @@ msgstr Süre ayarları
 
 #. Create the labels for the minutes and seconds spins
 #: ../panel-plugin/time-out.c:493
-#, fuzzy
 msgid Minutes
 msgstr Dakika
 
 #: ../panel-plugin/time-out.c:498
-#, fuzzy
 msgid Seconds
 msgstr Saniye
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-netload-plugin:master l10n: Updated Turkish (tr) translation to 90%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 322f25ef6b5e1344c2656d7e64bb7231050f7d0a (commit)
   from 9c63665df3872c36f51ea771a7b707d654feeda3 (commit)

commit 322f25ef6b5e1344c2656d7e64bb7231050f7d0a
Author: martinamca martina...@gmail.com
Date:   Sun Apr 15 21:21:56 2012 +0200

l10n: Updated Turkish (tr) translation to 90%

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

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

 po/tr.po |8 
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 5670900..96c1f67 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -72,22 +72,18 @@ msgid Select color
 msgstr Renk seç
 
 #: ../panel-plugin/netload.c:938
-#, fuzzy
 msgid Bar color (i_ncoming):
 msgstr Çubuk rengi (indirme):
 
 #: ../panel-plugin/netload.c:939
-#, fuzzy
 msgid Bar color (_outgoing):
 msgstr Çubuk rengi (gönderme):
 
 #: ../panel-plugin/netload.c:942
-#, fuzzy
 msgid Maximum (inco_ming):
 msgstr En yüksek hız (indirme):
 
 #: ../panel-plugin/netload.c:943
-#, fuzzy
 msgid Maximum (o_utgoing):
 msgstr En yüksek hız (gönderme):
 
@@ -96,17 +92,14 @@ msgid Network Monitor
 msgstr Ağ ekranı
 
 #: ../panel-plugin/netload.c:977
-#, fuzzy
 msgid _Text to display:
 msgstr İsim göster:
 
 #: ../panel-plugin/netload.c:1008
-#, fuzzy
 msgid Network _device:
 msgstr Ağ donanımı: (ör: eth0)
 
 #: ../panel-plugin/netload.c:1036
-#, fuzzy
 msgid Update _interval:
 msgstr Güncelleme süresi:
 
@@ -120,7 +113,6 @@ msgid _Automatic maximum
 msgstr Otomatik öğren
 
 #: ../panel-plugin/netload.c:1096
-#, fuzzy
 msgid KiB/s
 msgstr KiB/s
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-places-plugin:master l10n: Updated Turkish (tr) translation to 71%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 53593e0366c6446b30d0533a78b19a3241ec873c (commit)
   from 1868d89f6cfe3928e16b9ded1442331d80cb8a63 (commit)

commit 53593e0366c6446b30d0533a78b19a3241ec873c
Author: martinamca martina...@gmail.com
Date:   Sun Apr 15 21:25:34 2012 +0200

l10n: Updated Turkish (tr) translation to 71%

New status: 27 messages complete with 4 fuzzies and 7 untranslated.

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

 po/tr.po |   37 +++--
 1 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 81d5487..a10a34b 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1,9 +1,9 @@
 # Turkish translation of xfce4-places-plugin
 # Copyright (C) 2008 THE xfce4-places-plugin'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the xfce4-places-plugin 
package.
-#
+# 
 # Gökmen Görgen gkmng...@gmail.com, 2008.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: \n
@@ -12,10 +12,10 @@ msgstr 
 PO-Revision-Date: \n
 Last-Translator: Samed Beyribey ras...@eventualis.org\n
 Language-Team: \n
-Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: \n
 
 #. vim: set ai et tabstop=4:
 #: ../panel-plugin/places.desktop.in.in.h:1
@@ -43,35 +43,35 @@ msgid File System
 msgstr Dosya Sistemi
 
 #: ../panel-plugin/model_volumes.c:71
-#, c-format
+#, c-format, fuzzy
 msgid Failed to eject \%s\
-msgstr 
+msgstr \%s\ çıkarılması başarısız oldu
 
 #: ../panel-plugin/model_volumes.c:120
-#, c-format
+#, c-format, fuzzy
 msgid Failed to unmount \%s\
-msgstr 
+msgstr \%s\ bağlantının kaldırılması başarısız oldu
 
 #: ../panel-plugin/model_volumes.c:170
-#, c-format
+#, c-format, fuzzy
 msgid Failed to mount \%s\
-msgstr 
+msgstr \%s\ bağlanma başarısız oldu
 
 #: ../panel-plugin/model_volumes.c:444
 msgid Mount and Open
-msgstr 
+msgstr Bağla ve Aç
 
 #: ../panel-plugin/model_volumes.c:457
 msgid Mount
-msgstr 
+msgstr Bağla
 
 #: ../panel-plugin/model_volumes.c:477
 msgid Eject
-msgstr 
+msgstr Çıkar
 
 #: ../panel-plugin/model_volumes.c:487
 msgid Unmount
-msgstr 
+msgstr Bağlantıyı Kaldır
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:128
@@ -114,7 +114,7 @@ msgstr 
 
 #: ../panel-plugin/view.c:654
 msgid Search for Files
-msgstr 
+msgstr Dosyaları Ara
 
 #: ../panel-plugin/view.c:707 ../panel-plugin/cfg.c:486
 msgid Recent Documents
@@ -183,16 +183,17 @@ msgstr Öğe sayı_sı
 
 #: ../panel-plugin/cfg.c:525
 msgid Search
-msgstr 
+msgstr Ara
 
 #: ../panel-plugin/cfg.c:533
 msgid Co_mmand
-msgstr 
+msgstr _Komut
 
 #: ../panel-plugin/support.c:159
 msgid Open
-msgstr 
+msgstr Aç
 
 #: ../panel-plugin/support.c:174
+#, fuzzy
 msgid Open Terminal Here
-msgstr 
+msgstr Komut Satırını Burada Aç
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-clipman-plugin:master l10n: Updated Turkish (tr) translation to 77%

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

commit dd05aac84145f809f4aa2ec985b541ccec5b2eba
Author: martinamca martina...@gmail.com
Date:   Sun Apr 15 21:28:31 2012 +0200

l10n: Updated Turkish (tr) translation to 77%

New status: 48 messages complete with 6 fuzzies and 8 untranslated.

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

 po/tr.po |   36 +---
 1 files changed, 21 insertions(+), 15 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index c80c319..e881407 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -2,19 +2,19 @@
 # Copyright (C) 2009
 # This file is distributed under the same license as the xfce4-clipman-plugin 
package.
 # Samed Beyribey ras...@eventualis.org, 2009.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: 0.9.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-10-28 15:59+0200\n
+POT-Creation-Date: 2012-04-15 17:09+\n
 PO-Revision-Date: 2009-07-06 11:23+0200\n
 Last-Translator: Samed Beyribey ras...@eventualis.org\n
 Language-Team: Xfce-TR xfce...@googlegroups.com\n
-Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=utf-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: \n
 
 #: ../panel-plugin/xfce4-clipman.desktop.in.h:1
 #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1
@@ -25,9 +25,9 @@ msgstr Pano yöneticisi
 #: ../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:70
+#: ../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:335
+#: ../panel-plugin/plugin.c:336
 msgid Clipman
 msgstr Clipman
 
@@ -64,18 +64,19 @@ msgid Xfce Bug
 msgstr Xfce Hatası
 
 #: ../panel-plugin/xfce4-clipman-settings.c:190
+#, fuzzy
 msgid None
-msgstr 
+msgstr Hiç
 
 #. TRANSLATORS: Keyboard shortcut
 #: ../panel-plugin/xfce4-clipman-settings.c:192
 msgid Ctrl+V
-msgstr 
+msgstr Ctrl+V
 
 #. TRANSLATORS: Keyboard shortcut
 #: ../panel-plugin/xfce4-clipman-settings.c:194
 msgid Shift+Insert
-msgstr 
+msgstr Shift+Insert
 
 #: ../panel-plugin/xfce4-clipman-settings.c:517
 msgid bReset actions/b
@@ -113,8 +114,9 @@ msgid Activate only on manual copy
 msgstr Sadece elle kopyalamada etkinleştir
 
 #: ../panel-plugin/settings-dialog.ui.h:7
+#, fuzzy
 msgid Automatically paste a selected item from the history
-msgstr 
+msgstr Geçmişten seçilmiş öğeyi otomatik olarak yapıştır
 
 #: ../panel-plugin/settings-dialog.ui.h:8
 msgid 
@@ -209,7 +211,7 @@ msgstr 
 
 #: ../panel-plugin/settings-dialog.ui.h:25
 msgid Re_verse history order
-msgstr 
+msgstr Geçmiş sırasını _tersine çevir
 
 #: ../panel-plugin/settings-dialog.ui.h:26
 msgid Regular expression
@@ -289,25 +291,29 @@ msgstr 
 \n
 %s
 
-#: ../panel-plugin/menu.c:189
+#: ../panel-plugin/menu.c:198
 msgid Are you sure you want to clear the history?
 msgstr Geçmişi temizlemek istediğinizden emin misiniz?
 
+#: ../panel-plugin/menu.c:207
+msgid Don't ask again
+msgstr Bir daha sorma
+
 #. Insert empty menu item
-#: ../panel-plugin/menu.c:272
+#: ../panel-plugin/menu.c:304
 msgid Clipboard is empty
 msgstr Pano boş
 
-#: ../panel-plugin/menu.c:360
+#: ../panel-plugin/menu.c:399
 #, fuzzy
 msgid _Disable
 msgstr _Etkinleştir
 
-#: ../panel-plugin/plugin.c:323
+#: ../panel-plugin/plugin.c:324
 msgid Contributors:
 msgstr Katkıcılar:
 
-#: ../panel-plugin/plugin.c:337
+#: ../panel-plugin/plugin.c:338
 msgid Clipboard Manager for Xfce
 msgstr Xfce için Pano Yöneticisi
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-mpc-plugin:master l10n: Updated Turkish (tr) translation to 58%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to d04d11a9cf13a3869b48e2f165af2405968ef1b2 (commit)
   from 50fd5f6c326034a2da4cada7bdceff416bb7de01 (commit)

commit d04d11a9cf13a3869b48e2f165af2405968ef1b2
Author: martinamca martina...@gmail.com
Date:   Sun Apr 15 21:37:35 2012 +0200

l10n: Updated Turkish (tr) translation to 58%

New status: 14 messages complete with 8 fuzzies and 2 untranslated.

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

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

diff --git a/po/tr.po b/po/tr.po
index c208b66..689b8e4 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1,3 +1,4 @@
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfmpc plugin\n
@@ -6,10 +7,10 @@ msgstr 
 PO-Revision-Date: \n
 Last-Translator: Samed Beyribey ras...@eventualis.org\n
 Language-Team: Xfce-TR xfce...@googlegroups.com\n
-Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: \n
 X-Poedit-Country: TURKEY\n
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:128
@@ -44,12 +45,14 @@ msgid MPD Client : 
 msgstr İstemci :
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:284
+#, fuzzy
 msgid Tooltip Format : 
-msgstr 
+msgstr İpucu Biçimi :
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:285
+#, fuzzy
 msgid Playlist Format : 
-msgstr 
+msgstr Çalma Listesi Biçimi : 
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:319
 msgid Hostname or IP address
@@ -60,14 +63,16 @@ msgid Graphical MPD Client to launch in plugin context 
menu
 msgstr 
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:321
+#, fuzzy
 msgid Variables : %artist%, %album%, %track% and %title%
-msgstr 
+msgstr Değişkenler : %sanatçı%, %albüm%, %sıra% ve %isim%
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:322
+#, fuzzy
 msgid 
 Variables : %vol%, %status%, %newline%, %artist%, %album%, %track% and %title
 %
-msgstr 
+msgstr Değişkenler : %ses%, %dırıö%, %yenisatır%, %sanatçı%, %albüm%, %sıra% 
and %isim%
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:327
 msgid Show _frame
@@ -91,12 +96,14 @@ msgid Repeat
 msgstr Tekrarla
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:752
+#, fuzzy
 msgid biCommands/i/b
-msgstr 
+msgstr biKomutlar/i/b
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:756
+#, fuzzy
 msgid biOutputs/i/b
-msgstr 
+msgstr biÇıktılar/i/b
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:779
 msgid A simple panel-plugin client for Music Player Daemon
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-systemload-plugin:master l10n: Updated Turkish (tr) translation to 80%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to fab9ca17478782a4e6fb3595440718e58f075e03 (commit)
   from 3b022ffe0defc7b4e158bdf79375a9863ce08107 (commit)

commit fab9ca17478782a4e6fb3595440718e58f075e03
Author: martinamca martina...@gmail.com
Date:   Sun Apr 15 21:39:25 2012 +0200

l10n: Updated Turkish (tr) translation to 80%

New status: 16 messages complete with 3 fuzzies and 1 untranslated.

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

 po/tr.po |   73 +
 1 files changed, 44 insertions(+), 29 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 51979b7..e4833dd 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -3,103 +3,118 @@
 # Copyright (C) 2007 THE xfce4-systemload-plugin'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the 
xfce4-systemload-plugin package.
 # Jeff Bailes thepizzak...@gmail.com, 2007.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: tr\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-11-13 01:24+0900\n
+POT-Creation-Date: 2012-04-15 19:06+\n
 PO-Revision-Date: 2008-11-09 18:18+0200\n
 Last-Translator: Ertuğrul\n
 Language-Team: Türkçe t...@li.org\n
-Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: \n
 X-Generator: KBabel 1.11.4\n
 
-#: ../panel-plugin/cpu.c:62
+#: ../panel-plugin/cpu.c:63
 msgid File /proc/stat not found!
 msgstr /proc/stat dosyası bulunamadı!
 
-#: ../panel-plugin/systemload.c:159
+#: ../panel-plugin/systemload.c:155
 #, c-format
 msgid System Load: %ld%%
 msgstr İşlemci kullanımı: %ld%%
 
-#: ../panel-plugin/systemload.c:166
+#: ../panel-plugin/systemload.c:162
 #, c-format
 msgid Memory: %ldMB of %ldMB used
 msgstr Bellek: %ldMB dolu, kapasite: %ldMB
 
-#: ../panel-plugin/systemload.c:174
+#: ../panel-plugin/systemload.c:170
 #, c-format
 msgid Swap: %ldMB of %ldMB used
 msgstr Takas alanı: %ldMB dolu, kapasite: %ldMB
 
-#: ../panel-plugin/systemload.c:177
+#: ../panel-plugin/systemload.c:173
 #, c-format
 msgid No swap
 msgstr Takas alanı yok
 
-#: ../panel-plugin/systemload.c:187
+#: ../panel-plugin/systemload.c:183
 #, fuzzy, c-format
 msgid %d day
 msgid_plural %d days
 msgstr[0] %d gün
 msgstr[1] %d gün
 
-#: ../panel-plugin/systemload.c:195
+#: ../panel-plugin/systemload.c:191
 #, c-format
 msgid Uptime: %d day %d:%02d
 msgid_plural Uptime: %d days %d:%02d
-msgstr[0] 
-msgstr[1] 
-
-#: ../panel-plugin/systemload.c:722
-msgid Select color
-msgstr Renk seç
+msgstr[0] Çalışma süresi: %d gün %d:%02d
+msgstr[1] Çalışma süresi: %d gün %d:%02d
 
-#: ../panel-plugin/systemload.c:786
+#: ../panel-plugin/systemload.c:819
 msgid CPU monitor
 msgstr CPU çubuğu
 
-#: ../panel-plugin/systemload.c:787
+#: ../panel-plugin/systemload.c:820
 msgid Memory monitor
 msgstr Bellek çubuğu
 
-#: ../panel-plugin/systemload.c:788
+#: ../panel-plugin/systemload.c:821
 msgid Swap monitor
 msgstr Takas çubuğu
 
-#: ../panel-plugin/systemload.c:789
+#: ../panel-plugin/systemload.c:822
 msgid Uptime monitor
 msgstr Hizmet süresi
 
-#: ../panel-plugin/systemload.c:794
-#: ../panel-plugin/systemload.desktop.in.in.h:2
+#: ../panel-plugin/systemload.c:827 ../panel-plugin/systemload.desktop.in.h:2
 msgid System Load Monitor
 msgstr Sistem durumu
 
-#: ../panel-plugin/systemload.c:821 ../panel-plugin/systemload.c:902
-msgid Show monitor
-msgstr Göster
+#: ../panel-plugin/systemload.c:842
+#, fuzzy
+msgid General
+msgstr Genel
 
-#: ../panel-plugin/systemload.c:831
+#: ../panel-plugin/systemload.c:844
+msgid Update interval:
+msgstr Güncelleme aralığı:
+
+#: ../panel-plugin/systemload.c:844 ../panel-plugin/systemload.c:849
+#, fuzzy
+msgid s
+msgstr s
+
+#: ../panel-plugin/systemload.c:849
+msgid Power-saving interval:
+msgstr 
+
+#: ../panel-plugin/systemload.c:863
 msgid Text to display:
 msgstr İsim:
 
-#: ../panel-plugin/systemload.c:863
+#: ../panel-plugin/systemload.c:867
 msgid Bar color:
 msgstr Çubuk rengi:
 
-#: ../panel-plugin/uptime.c:52
+#: ../panel-plugin/uptime.c:53
 msgid File /proc/uptime not found!
 msgstr /proc/uptime dosyası bulunamadı!
 
-#: ../panel-plugin/systemload.desktop.in.in.h:1
+#: ../panel-plugin/systemload.desktop.in.h:1
 msgid Monitor CPU load, swap usage and memory footprint
 msgstr Monitor CPU load, swap usage and memory footprint
 
+#~ msgid Select color
+#~ msgstr Renk seç
+
+#~ msgid Show monitor
+#~ msgstr Göster
+
 #~ msgid Uptime:
 #~ msgstr Açık kalma süresi:
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-xkb-plugin:master l10n: Updated Turkish (tr) translation to 88%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 93e41b6d1ad201379199828afbce1e3f4bd8e334 (commit)
   from 15cfc0f9f99b6df0951d2229f9c327a8288fee66 (commit)

commit 93e41b6d1ad201379199828afbce1e3f4bd8e334
Author: martinamca martina...@gmail.com
Date:   Sun Apr 15 21:42:34 2012 +0200

l10n: Updated Turkish (tr) translation to 88%

New status: 22 messages complete with 1 fuzzy and 2 untranslated.

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

 po/tr.po |   13 +++--
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index cfdf497..26abd1e 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1,3 +1,4 @@
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4 xkb plugin\n
@@ -6,10 +7,10 @@ msgstr 
 PO-Revision-Date: \n
 Last-Translator: Samed Beyribey ras...@eventualis.org\n
 Language-Team: Xfce-TR xfce...@googlegroups.com\n
-Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: \n
 X-Poedit-Country: TURKEY\n
 
 #: ../panel-plugin/xkb-settings-dialog.c:489
@@ -50,7 +51,7 @@ msgstr Klavye yerleşimleri:
 
 #: ../panel-plugin/xkb-settings-dialog.c:628
 msgid Default
-msgstr 
+msgstr Varsayılan
 
 #: ../panel-plugin/xkb-settings-dialog.c:635
 #, fuzzy
@@ -77,19 +78,19 @@ msgstr yazı
 #. text size option
 #: ../panel-plugin/xkb-settings-dialog.c:698
 msgid Text size:
-msgstr 
+msgstr Metin boyutu:
 
 #: ../panel-plugin/xkb-settings-dialog.c:703
 msgid small
-msgstr 
+msgstr küçük
 
 #: ../panel-plugin/xkb-settings-dialog.c:704
 msgid medium
-msgstr 
+msgstr orta
 
 #: ../panel-plugin/xkb-settings-dialog.c:705
 msgid large
-msgstr 
+msgstr büyük
 
 #: ../panel-plugin/xkb-settings-dialog.c:709
 msgid Manage layout:
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to 9314d33db8ecd04c8df6465c55c17c0d3628898f (commit)
   from f72437dff5508d4a684bd729ee76dd7d06827964 (commit)

commit 9314d33db8ecd04c8df6465c55c17c0d3628898f
Author: Henrique P. Machado zehri...@xfce.org
Date:   Sun Apr 15 21:46:05 2012 +0200

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

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

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

 po/pt_BR.po |  112 +-
 1 files changed, 56 insertions(+), 56 deletions(-)

diff --git a/po/pt_BR.po b/po/pt_BR.po
index 8d9297d..e7b4fce 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,19 +7,19 @@
 # Fábio Nogueira deb-user...@ubuntu.com, 2008.
 # Henrique P. Machado hpmach...@gnome.org, 2009-2010.
 # Sérgio Cipolla secipo...@gmail.com, 2011.
-# 
+#
 msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.8.3\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-01 19:57+\n
-PO-Revision-Date: 2011-04-26 16:57-0300\n
+POT-Creation-Date: 2012-04-15 12:27+\n
+PO-Revision-Date: 2012-04-15 16:45-0300\n
 Last-Translator: Sérgio Cipolla secipo...@gmail.com\n
 Language-Team: Brazilian Portuguese xfce-i...@xfce.org\n
+Language: pt_BR\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=utf-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: pt_BR\n
 
 #: ../panel-desktop-handler.desktop.in.h:1
 msgid 
@@ -44,13 +44,13 @@ msgstr Painel
 
 #. I18N: %s is the name of the plugin
 #: ../libxfce4panel/xfce-panel-plugin.c:1037
-#: ../panel/panel-preferences-dialog.c:1094
+#: ../panel/panel-preferences-dialog.c:1099
 #, c-format
 msgid Are you sure that you want to remove \%s\?
 msgstr Você tem certeza que deseja remover \%s\?
 
 #: ../libxfce4panel/xfce-panel-plugin.c:1042
-#: ../panel/panel-preferences-dialog.c:1097
+#: ../panel/panel-preferences-dialog.c:1102
 msgid If you remove the item from the panel, it is permanently lost.
 msgstr Se você remover o item do painel, ele será perdido permanentemente.
 
@@ -96,7 +96,7 @@ msgstr Salvar a configuração do painel
 
 #: ../panel/main.c:82
 msgid Add a new plugin to the panel
-msgstr Adicionar um novo plugin ao painel
+msgstr Adicionar um novo plug-in ao painel
 
 #: ../panel/main.c:82
 msgid PLUGIN-NAME
@@ -138,7 +138,7 @@ msgstr A equipe de desenvolvimento do Xfce. Todos os 
direitos reservados.
 #: ../panel/main.c:262
 #, c-format
 msgid Please report bugs to %s.
-msgstr Por favor, relate problemas para %s.
+msgstr Por favor, relate erros para %s.
 
 #: ../panel/main.c:320
 msgid There is already a running instance
@@ -163,7 +163,7 @@ msgstr Falhou ao salvar a configuração do painel
 
 #: ../panel/main.c:383
 msgid Failed to add a plugin to the panel
-msgstr Falhou ao adicionar um plugin ao painel
+msgstr Falhou ao adicionar um plug-in ao painel
 
 #: ../panel/main.c:385
 msgid Failed to restart the panel
@@ -195,24 +195,26 @@ msgstr Nenhuma instância em execução do %s foi 
encontrada
 msgid Failed to launch the migration application
 msgstr Falhou ao lançar o aplicativo de migração
 
-#: ../panel/panel-application.c:955
+#: ../panel/panel-application.c:936
 msgid Create _Launcher
 msgstr Criar _Lançador
 
-#: ../panel/panel-application.c:956
+#: ../panel/panel-application.c:937
 msgid 
 This will create a new launcher plugin on the panel and inserts the dropped 
 files as menu items.
-msgstr Isto irá criar um novo plug-in lançador no painel e inserir os 
arquivos soltos como itens de menu.
+msgstr 
+Isto irá criar um novo plug-in lançador no painel e inserir os arquivos 
+soltos como itens de menu.
 
-#: ../panel/panel-application.c:958
+#: ../panel/panel-application.c:939
 #, c-format
 msgid Create new launcher from %d desktop file
 msgid_plural Create new launcher from %d desktop files
 msgstr[0] Criar um novo lançador a partir de %d arquivo desktop
 msgstr[1] Criar um novo lançador de %d arquivos desktop
 
-#: ../panel/panel-application.c:1692
+#: ../panel/panel-application.c:1673
 msgid 
 You have started X without session manager. Clicking Quit will close the X 
 server.
@@ -220,11 +222,11 @@ msgstr 
 Você iniciou X sem um gerenciador de sessão. Ao clicar em Sair, você fechará 
 o servidor X.
 
-#: ../panel/panel-application.c:1693
+#: ../panel/panel-application.c:1674
 msgid Are you sure you want to quit the panel?
 msgstr Você tem certeza que deseja fechar o painel?
 
-#: ../panel/panel-application.c:1701
+#: ../panel/panel-application.c:1682
 #, c-format
 msgid Failed to execute command \%s\
 msgstr Não foi possível executar o comando \%s\
@@ -233,7 +235,7 @@ msgstr Não foi possível executar o comando \%s\
 msgid 
 Invalid plugin event syntax specified. Use PLUGIN-NAME:NAME[:TYPE:VALUE].
 msgstr 
-Especificada sintaxe de evento do plugin inválida. Use NOME-DO-PLUGIN:NOME[:
+Sintaxe de evento do plug-in inválida. Use NOME-DO-PLUGIN:NOME[:
 TIPO:VALOR].
 
 #: ../panel/panel-dbus-client.c:244
@@ -277,9 

[Xfce4-commits] xfce4-sensors-plugin:master l10n: Updated Turkish (tr) translation to 94%

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to a9b99c9b89c0bf197b9178c4be96f00912c1c536 (commit)
   from eac9cd7f60d0b187d50197f94c024d56ffd0e62a (commit)

commit a9b99c9b89c0bf197b9178c4be96f00912c1c536
Author: martinamca martina...@gmail.com
Date:   Sun Apr 15 21:46:45 2012 +0200

l10n: Updated Turkish (tr) translation to 94%

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

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

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

diff --git a/po/tr.po b/po/tr.po
index b76ef36..10de48b 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -10,8 +10,8 @@ msgstr 
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: \n
 X-Poedit-Country: TURKEY\n
+Language: \n
 
 #: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
 #: ../panel-plugin/sensors-plugin.c:987
@@ -45,7 +45,7 @@ msgstr _yazı
 
 #: ../panel-plugin/sensors-plugin.c:1721
 msgid _progress bars
-msgstr 
+msgstr _ilerleme çubukları
 
 #: ../panel-plugin/sensors-plugin.c:1723
 msgid _tachos
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:master Add the directory-contents asynchronously.

2012-04-15 Thread Stephan Arts
Updating branch refs/heads/master
 to 1ce6812ab6a0ab6708b534f087e5f57e3c9dbf75 (commit)
   from 6daa6261fd9c15092e950d88618e345284a84b94 (commit)

commit 1ce6812ab6a0ab6708b534f087e5f57e3c9dbf75
Author: Stephan Arts step...@xfce.org
Date:   Sun Apr 15 22:23:34 2012 +0200

Add the directory-contents asynchronously.

Do not freeze the gui when we are dealing with a lot of files.

 src/image_list.c  |  113 +++--
 src/main_window.c |   34 
 2 files changed, 126 insertions(+), 21 deletions(-)

diff --git a/src/image_list.c b/src/image_list.c
index d0b5934..8a2cdb0 100644
--- a/src/image_list.c
+++ b/src/image_list.c
@@ -221,6 +221,21 @@ struct _RsttoImageListPriv
 gboolean  wrap_images;
 };
 
+typedef struct _RsttoFileLoader RsttoFileLoader;
+
+struct _RsttoFileLoader
+{
+GFile   *dir;
+RsttoImageList  *image_list;
+GFileEnumerator *file_enum;
+
+guintn_files;
+RsttoFile  **files;
+};
+
+static gboolean
+cb_rstto_read_file ( gpointer user_data );
+
 static gint rstto_image_list_signals[RSTTO_IMAGE_LIST_SIGNAL_COUNT];
 static gint rstto_image_list_iter_signals[RSTTO_IMAGE_LIST_ITER_SIGNAL_COUNT];
 
@@ -621,11 +636,7 @@ rstto_image_list_set_directory (
 {
 /* Declare variables */
 GFileEnumerator *file_enumerator = NULL;
-GFileInfo *file_info;
-const gchar *filename;
-const gchar *content_type;
-GFile *child_file;
-RsttoFile *r_file;
+RsttoFileLoader *loader = NULL;
 
 /* Source code block */
 rstto_image_list_remove_all (image_list);
@@ -637,28 +648,88 @@ rstto_image_list_set_directory (
 
 if (NULL != file_enumerator)
 {
-for(file_info = g_file_enumerator_next_file (file_enumerator, 
NULL, NULL);
-NULL != file_info;
-file_info = g_file_enumerator_next_file (file_enumerator, 
NULL, NULL))
+g_object_ref (dir);
+
+loader = g_new0 (RsttoFileLoader, 1);
+loader-dir = dir;
+loader-file_enum = file_enumerator;
+loader-image_list = image_list;
+
+g_idle_add ( (GSourceFunc) cb_rstto_read_file, loader );
+}
+}
+
+return TRUE;
+}
+
+static gboolean
+cb_rstto_read_file ( gpointer user_data )
+{
+RsttoFileLoader *loader = user_data;
+GFileInfo   *file_info;
+const gchar *content_type;
+const gchar *filename;
+RsttoFile  **files;
+GFile   *child_file;
+guinti;
+GSList  *iter;
+
+/* Check the inputs */
+g_return_val_if_fail ( NULL != loader, FALSE );
+g_return_val_if_fail ( NULL != loader-file_enum, FALSE );
+
+file_info = g_file_enumerator_next_file (
+loader-file_enum,
+NULL,
+NULL );
+if ( NULL != file_info )
+{
+content_type  = g_file_info_get_content_type (file_info);
+if (strncmp (content_type, image/, 6) == 0)
+{
+filename = g_file_info_get_name (file_info);
+child_file = g_file_get_child (loader-dir, filename);
+files = g_new0 ( RsttoFile *, loader-n_files+1);
+files[0] = rstto_file_new (child_file);
+
+for (i = 0; i  loader-n_files; ++i)
 {
-filename = g_file_info_get_name (file_info);
-content_type  = g_file_info_get_content_type (file_info);
-child_file = g_file_get_child (dir, filename);
-r_file = rstto_file_new (child_file);
-if (strncmp (content_type, image/, 6) == 0)
-{
-rstto_image_list_add_file (image_list, r_file, NULL);
-}
-g_object_unref (r_file);
-r_file = NULL;
+files[i+1] = loader-files[i];
+}
+
+if ( NULL != loader-files )
+{
+g_free (loader-files);
 }
-g_object_unref (file_enumerator);
-file_enumerator = NULL;
+loader-files = files;
+loader-n_files++;
 }
 }
+else
+{
+for (i = 0; i  loader-n_files; ++i)
+{
+rstto_image_list_add_file (
+loader-image_list,
+loader-files[i],
+NULL);
 
-rstto_image_list_monitor_dir ( image_list, dir );
+g_object_unref (loader-files[i]);
+}
+
+rstto_image_list_monitor_dir ( 
+loader-image_list,
+loader-dir );
 
+iter = loader-image_list-priv-iterators;
+while (iter)
+{
+g_signal_emit (G_OBJECT (iter-data), 
rstto_image_list_iter_signals[RSTTO_IMAGE_LIST_ITER_SIGNAL_CHANGED], 0, NULL);
+iter = g_slist_next (iter);
+}
+
+return FALSE;
+}
 return TRUE;
 }
 
diff --git a/src/main_window.c 

[Xfce4-commits] ristretto:master Add progressive loading of directories

2012-04-15 Thread Stephan Arts
Updating branch refs/heads/master
 to cf5824dbf292a0f3fcb2ac0835d281f0f465b202 (commit)
   from 1ce6812ab6a0ab6708b534f087e5f57e3c9dbf75 (commit)

commit cf5824dbf292a0f3fcb2ac0835d281f0f465b202
Author: Stephan Arts step...@xfce.org
Date:   Sun Apr 15 22:27:19 2012 +0200

Add progressive loading of directories

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

diff --git a/src/image_list.c b/src/image_list.c
index 8a2cdb0..4d5382c 100644
--- a/src/image_list.c
+++ b/src/image_list.c
@@ -684,6 +684,32 @@ cb_rstto_read_file ( gpointer user_data )
 NULL );
 if ( NULL != file_info )
 {
+/* Allow for 'progressive' loading */
+if (loader-n_files == 100)
+{
+for (i = 0; i  loader-n_files; ++i)
+{
+rstto_image_list_add_file (
+loader-image_list,
+loader-files[i],
+NULL);
+
+g_object_unref (loader-files[i]);
+}
+
+iter = loader-image_list-priv-iterators;
+while (iter)
+{
+g_signal_emit (G_OBJECT (iter-data), 
rstto_image_list_iter_signals[RSTTO_IMAGE_LIST_ITER_SIGNAL_CHANGED], 0, NULL);
+iter = g_slist_next (iter);
+}
+
+g_free (loader-files);
+loader-files = NULL;
+loader-n_files = 0;
+}
+
+/* Add file to the list */
 content_type  = g_file_info_get_content_type (file_info);
 if (strncmp (content_type, image/, 6) == 0)
 {
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-time-out-plugin:master Port to libxfce4ui

2012-04-15 Thread Landry Breuil
Updating branch refs/heads/master
 to cf97fb2aaf5fa71c1323d01cf998766ffeca6ea6 (commit)
   from 761adcb3e6a11eea78f1443ea7d8624310b6645f (commit)

commit cf97fb2aaf5fa71c1323d01cf998766ffeca6ea6
Author: Landry Breuil lan...@xfce.org
Date:   Sun Apr 15 22:29:15 2012 +0200

Port to libxfce4ui

rip xfce_create_framebox() from libxfcegui4/xfce-widget-helpers.c
and use it in time_out_configure().

 configure.ac.in |6 ++--
 panel-plugin/Makefile.am|4 +-
 panel-plugin/time-out-countdown.c   |2 +-
 panel-plugin/time-out-lock-screen.c |8 +-
 panel-plugin/time-out.c |   39 ++
 5 files changed, 42 insertions(+), 17 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 9600f75..f03ab9b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -67,9 +67,9 @@ dnl ***
 dnl *** Check for required packages ***
 dnl ***
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.8.0])
-XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.99.2])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.99.2])
-XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.2])
+XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.8.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0])
+XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.8.0])
 
 dnl ***
 dnl *** Check for debugging support ***
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 2f660fe..43904f8 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -24,13 +24,13 @@ xfce4_time_out_plugin_CFLAGS =  
\
-DG_LOG_DOMAIN=\xfce4-time-out-plugin\\
-DPACKAGE_LOCALE_DIR=\$(localedir)\   \
$(LIBXFCE4UTIL_CFLAGS)  \
-   $(LIBXFCEGUI4_CFLAGS)   \
+   $(LIBXFCE4UI_CFLAGS)\
$(LIBXFCE4PANEL_CFLAGS) \
$(PLATFORM_CFLAGS)
 
 xfce4_time_out_plugin_LDADD =  \
$(LIBXFCE4UTIL_LIBS)\
-   $(LIBXFCEGUI4_LIBS) \
+   $(LIBXFCE4UI_LIBS)  \
$(LIBXFCE4PANEL_LIBS)
 
 #
diff --git a/panel-plugin/time-out-countdown.c 
b/panel-plugin/time-out-countdown.c
index 0e948bf..e73df6a 100644
--- a/panel-plugin/time-out-countdown.c
+++ b/panel-plugin/time-out-countdown.c
@@ -23,7 +23,7 @@
 #include config.h
 #endif
 
-#include libxfcegui4/libxfcegui4.h
+#include libxfce4ui/libxfce4ui.h
 #include time-out-countdown.h
 
 
diff --git a/panel-plugin/time-out-lock-screen.c 
b/panel-plugin/time-out-lock-screen.c
index 7f0b6c3..f36f318 100644
--- a/panel-plugin/time-out-lock-screen.c
+++ b/panel-plugin/time-out-lock-screen.c
@@ -23,7 +23,7 @@
 #include config.h
 #endif
 
-#include libxfcegui4/libxfcegui4.h
+#include libxfce4ui/libxfce4ui.h
 
 #include time-out-lock-screen.h
 #include time-out-countdown.h
@@ -256,7 +256,6 @@ void
 time_out_lock_screen_show (TimeOutLockScreen *lock_screen, gint max_sec)
 {
   GdkScreen *screen;
-  gint   monitor;
 
   g_return_if_fail (IS_TIME_OUT_LOCK_SCREEN (lock_screen));
 
@@ -271,11 +270,8 @@ time_out_lock_screen_show (TimeOutLockScreen *lock_screen, 
gint max_sec)
   /* Push out changes */
   gdk_flush ();
 
-  /* Determine screen on which the pointer currently is */
-  screen = xfce_gdk_display_locate_monitor_with_pointer (NULL, monitor);
-
   /* Center window on target monitor */
-  xfce_gtk_window_center_on_monitor (GTK_WINDOW (lock_screen-window), screen, 
monitor);
+  xfce_gtk_window_center_on_active_screen (GTK_WINDOW (lock_screen-window));
 
   lock_screen-max_seconds = max_sec;
 
diff --git a/panel-plugin/time-out.c b/panel-plugin/time-out.c
index 2cb5df7..a881bbc 100644
--- a/panel-plugin/time-out.c
+++ b/panel-plugin/time-out.c
@@ -25,9 +25,8 @@
 
 #include gtk/gtk.h
 #include libxfce4util/libxfce4util.h
-#include libxfcegui4/libxfcegui4.h
+#include libxfce4ui/libxfce4ui.h
 #include libxfce4panel/xfce-panel-plugin.h
-#include libxfce4panel/xfce-hvbox.h
 
 #include time-out.h
 #include time-out-countdown.h
@@ -434,6 +433,36 @@ time_out_about (XfcePanelPlugin *plugin)
  NULL);
 }
 
+GtkWidget *
+_xfce_create_framebox(const gchar *title, GtkWidget **frame_bin)
+{
+  GtkWidget *framebox;
+
+  g_return_val_if_fail(frame_bin, NULL);
+
+  framebox = gtk_frame_new(NULL);
+  gtk_frame_set_shadow_type(GTK_FRAME(framebox), GTK_SHADOW_NONE);
+  gtk_frame_set_label_align(GTK_FRAME(framebox), 0.0, 1.0);
+  gtk_widget_show(framebox);
+
+  if(title) {
+gchar *tmp = g_strdup_printf(b%s/b, 

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

2012-04-15 Thread Transifex
Updating branch refs/heads/master
 to b4000b256b6e9a5955484654e9032f78877759d3 (commit)
   from 8ee63c24829da7897ac021a0eaab0d31fcd54d04 (commit)

commit b4000b256b6e9a5955484654e9032f78877759d3
Author: Henrique P. Machado zehri...@xfce.org
Date:   Sun Apr 15 22:40:43 2012 +0200

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

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

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

 po/pt_BR.po |  213 +-
 1 files changed, 136 insertions(+), 77 deletions(-)

diff --git a/po/pt_BR.po b/po/pt_BR.po
index fb640d6..03615a2 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -3,16 +3,17 @@
 # This file is distributed under the same license as the xfce4-power-manager 
package.
 # Vladimir Melo vm...@gnome.org, 2008.
 # Og Maciel ogmac...@gnome.org, 2008-2009.
-# Henrique P Machado hpmach...@gnome.org, 2008, 2011.
-# 
+# Henrique P Machado zehri...@xfce.org, 2008, 2011.
+#
 msgid 
 msgstr 
 Project-Id-Version: xfce4-power-manager\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-09-28 16:06+\n
-PO-Revision-Date: 2009-09-28 17:53-0500\n
-Last-Translator: Henrique P Machado hpmach...@gnome.org\n
+POT-Creation-Date: 2012-04-15 18:21+\n
+PO-Revision-Date: 2012-04-15 17:33-0300\n
+Last-Translator: Henrique P Machado zehri...@xfce.org\n
 Language-Team: Brazilian Portuguese ldp...@bazar2.conectiva.com.br\n
+Language: pt_BR\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
@@ -69,7 +70,7 @@ msgstr Configurações do monitor
 
 #: ../data/interfaces/xfpm-settings.ui.h:12
 msgid Monitor power management control
-msgstr Habilitar  gerenciador de energia do monitor
+msgstr Habilitar gerenciador de energia do monitor
 
 #: ../data/interfaces/xfpm-settings.ui.h:13 ../settings/xfpm-settings.c:806
 #: ../settings/xfpm-settings.c:874 ../settings/xfpm-settings.c:1023
@@ -88,7 +89,9 @@ msgstr Priorizar economia de energia a custo de desempenho
 
 #: ../data/interfaces/xfpm-settings.ui.h:16
 msgid Put display to sleep when computer is inactive for:
-msgstr Colocar a tela em modo de inatividade quando o computador estiver 
inativo por:
+msgstr 
+Colocar a tela em modo de inatividade quando o computador estiver inativo 
+por:
 
 #: ../data/interfaces/xfpm-settings.ui.h:17
 msgid Put the computer to sleep when inactive for:
@@ -133,7 +136,7 @@ msgstr Desligar a tela quando o computador estiver inativo 
por:
 
 #: ../data/interfaces/xfpm-settings.ui.h:26
 msgid System tray icon: 
-msgstr Ícone da bandeja do sistema
+msgstr Ícone da bandeja do sistema:
 
 #: ../data/interfaces/xfpm-settings.ui.h:27
 msgid When battery power is critical:
@@ -145,7 +148,7 @@ msgstr Quando o botão desligar for pressionado:
 
 #: ../data/interfaces/xfpm-settings.ui.h:29
 msgid When laptop lid is closed:
-msgstr Quando a tampa do laptop está fechada:
+msgstr Quando a tampa do laptop é fechada:
 
 #: ../data/interfaces/xfpm-settings.ui.h:30
 msgid When power button is pressed:
@@ -198,12 +201,12 @@ msgstr Segundos
 #: ../settings/xfpm-settings.c:789 ../settings/xfpm-settings.c:987
 #: ../settings/xfpm-settings.c:1467
 msgid Hibernate and suspend operations not supported
-msgstr Não há suporte a hibernação e suspenção de operações
+msgstr Não há suporte a hibernação e suspensão de operações
 
 #: ../settings/xfpm-settings.c:794 ../settings/xfpm-settings.c:992
 #: ../settings/xfpm-settings.c:1472
 msgid Hibernate and suspend operations not permitted
-msgstr Hibernação e suspenção de operações não permitidas
+msgstr Hibernação e suspensão de operações não permitidas
 
 #: ../settings/xfpm-settings.c:823 ../settings/xfpm-settings.c:1217
 #: ../src/xfpm-power.c:805
@@ -240,8 +243,13 @@ msgid Never show icon
 msgstr Nunca mostrar ícone
 
 #: ../settings/xfpm-settings.c:1182
-msgid Disable Display Power Management Signaling (DPMS), e.g don't attempt to 
switch off the display or put it in sleep mode.
-msgstr Desabilita a \Sinalização de exibição de gerenciamento de energia\ 
(DPMS). Por exemplo: não tenta desligar o monitor ou colocá-lo no modo de 
inatividade.
+msgid 
+Disable Display Power Management Signaling (DPMS), e.g don't attempt to 
+switch off the display or put it in sleep mode.
+msgstr 
+Desabilita a \Sinalização de exibição de gerenciamento de energia\ (DPMS). 
+Por exemplo: não tenta desligar o monitor ou colocá-lo no modo de 
+inatividade.
 
 #: ../settings/xfpm-settings.c:1376
 msgid Suspend operation not supported
@@ -253,7 +261,7 @@ msgstr Operação de suspensão não permitida
 
 #: ../settings/xfpm-settings.c:1388
 msgid Hibernate operation not supported
-msgstr Operação de hibernarção não suportada
+msgstr Operação de hibernação não suportada
 
 #: ../settings/xfpm-settings.c:1393
 msgid Hibernate operation not permitted
@@ -299,7 +307,8 @@ msgstr Digite \%s --help\ para informações de uso.
 
 #: 

[Xfce4-commits] www:xfce-4.10 New slideshot images with blue background.

2012-04-15 Thread Nick Schermer
Updating branch refs/heads/xfce-4.10
 to c2fa3eafd43bba9f43004a8d02cfb6433b97d5b9 (commit)
   from 390fcd342085188aeb5fb3ec4d03cbbb0997af1d (commit)

commit c2fa3eafd43bba9f43004a8d02cfb6433b97d5b9
Author: Nick Schermer n...@xfce.org
Date:   Sun Apr 15 22:47:56 2012 +0200

New slideshot images with blue background.

 static/frontpage/slider-apps.jpg |  Bin 84026 - 79438 bytes
 static/frontpage/slider-desktop.jpg  |  Bin 75731 - 54403 bytes
 static/frontpage/slider-panel.jpg|  Bin 83099 - 84767 bytes
 static/frontpage/slider-settings.jpg |  Bin 71845 - 66788 bytes
 static/frontpage/slider-thunar.jpg   |  Bin 74993 - 70605 bytes
 static/frontpage/slider-xfwm4.jpg|  Bin 87827 - 80243 bytes
 static/frontpage/src/slider-apps.png |  Bin 213034 - 147789 bytes
 static/frontpage/src/slider-desktop.png  |  Bin 243863 - 136645 bytes
 static/frontpage/src/slider-panel.png|  Bin 222720 - 115625 bytes
 static/frontpage/src/slider-settings.png |  Bin 163125 - 75562 bytes
 static/frontpage/src/slider-thunar.png   |  Bin 209036 - 103930 bytes
 static/frontpage/src/slider-xfwm4.png|  Bin 152125 - 75959 bytes
 style/frontpage.css  |4 ++--
 style/img/slider-bg.jpg  |  Bin 0 - 4478 bytes
 14 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/static/frontpage/slider-apps.jpg b/static/frontpage/slider-apps.jpg
index 72b6d0a..38a14ec 100644
Binary files a/static/frontpage/slider-apps.jpg and 
b/static/frontpage/slider-apps.jpg differ
diff --git a/static/frontpage/slider-desktop.jpg 
b/static/frontpage/slider-desktop.jpg
index 1bbf76a..c2d379a 100644
Binary files a/static/frontpage/slider-desktop.jpg and 
b/static/frontpage/slider-desktop.jpg differ
diff --git a/static/frontpage/slider-panel.jpg 
b/static/frontpage/slider-panel.jpg
index 9e5d8fa..8873d9c 100644
Binary files a/static/frontpage/slider-panel.jpg and 
b/static/frontpage/slider-panel.jpg differ
diff --git a/static/frontpage/slider-settings.jpg 
b/static/frontpage/slider-settings.jpg
index 41086b8..253451f 100644
Binary files a/static/frontpage/slider-settings.jpg and 
b/static/frontpage/slider-settings.jpg differ
diff --git a/static/frontpage/slider-thunar.jpg 
b/static/frontpage/slider-thunar.jpg
index 4c88337..63554e1 100644
Binary files a/static/frontpage/slider-thunar.jpg and 
b/static/frontpage/slider-thunar.jpg differ
diff --git a/static/frontpage/slider-xfwm4.jpg 
b/static/frontpage/slider-xfwm4.jpg
index 1ec38ce..be08a07 100644
Binary files a/static/frontpage/slider-xfwm4.jpg and 
b/static/frontpage/slider-xfwm4.jpg differ
diff --git a/static/frontpage/src/slider-apps.png 
b/static/frontpage/src/slider-apps.png
index 01eb723..f817a77 100644
Binary files a/static/frontpage/src/slider-apps.png and 
b/static/frontpage/src/slider-apps.png differ
diff --git a/static/frontpage/src/slider-desktop.png 
b/static/frontpage/src/slider-desktop.png
index 23405b3..284b457 100644
Binary files a/static/frontpage/src/slider-desktop.png and 
b/static/frontpage/src/slider-desktop.png differ
diff --git a/static/frontpage/src/slider-panel.png 
b/static/frontpage/src/slider-panel.png
index 5f9e6b1..7033153 100644
Binary files a/static/frontpage/src/slider-panel.png and 
b/static/frontpage/src/slider-panel.png differ
diff --git a/static/frontpage/src/slider-settings.png 
b/static/frontpage/src/slider-settings.png
index 5b2555c..d1fc687 100644
Binary files a/static/frontpage/src/slider-settings.png and 
b/static/frontpage/src/slider-settings.png differ
diff --git a/static/frontpage/src/slider-thunar.png 
b/static/frontpage/src/slider-thunar.png
index 78b0575..4fe63db 100644
Binary files a/static/frontpage/src/slider-thunar.png and 
b/static/frontpage/src/slider-thunar.png differ
diff --git a/static/frontpage/src/slider-xfwm4.png 
b/static/frontpage/src/slider-xfwm4.png
index 6c345c8..a76082d 100644
Binary files a/static/frontpage/src/slider-xfwm4.png and 
b/static/frontpage/src/slider-xfwm4.png differ
diff --git a/style/frontpage.css b/style/frontpage.css
index eea4168..33f0fce 100644
--- a/style/frontpage.css
+++ b/style/frontpage.css
@@ -21,8 +21,8 @@
 #slidewrap {
margin: auto;
border-bottom: 1px solid #bcbcbc;
-   background-color: #bcbcbc;
-   
+   background: #348bb1 url('img/slider-bg.jpg') 50% 0 no-repeat; /* 348bb1 
average of image */
+
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
diff --git a/style/img/slider-bg.jpg b/style/img/slider-bg.jpg
new file mode 100644
index 000..5aa8078
Binary files /dev/null and b/style/img/slider-bg.jpg differ
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-mount-plugin:master Remove useless generated-anyway INSTALL file

2012-04-15 Thread Landry Breuil
Updating branch refs/heads/master
 to b3ac83a11688c77c7910286da194f58493c7308b (commit)
   from cf19b1304527617d7d5a15a1b3a82d1adc0aa308 (commit)

commit b3ac83a11688c77c7910286da194f58493c7308b
Author: Landry Breuil lan...@xfce.org
Date:   Sun Apr 15 11:56:08 2012 +0200

Remove useless generated-anyway INSTALL file

 .gitignore |1 +
 INSTALL|  237 
 2 files changed, 1 insertions(+), 237 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1e8e484..a139242 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@ stamp*
 \[config.h\].in
 *,orig
 configure
+INSTALL
 config.*
 configure.ac
 intltool*
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index d3c5b40..000
--- a/INSTALL
+++ /dev/null
@@ -1,237 +0,0 @@
-Installation Instructions
-*
-
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007 Free Software Foundation, Inc.
-
-This file is free documentation; the Free Software Foundation gives
-unlimited permission to copy, distribute and modify it.
-
-Basic Installation
-==
-
-Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
-more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.
-
-   The `configure' shell script attempts to guess correct values for
-various system-dependent variables used during compilation.  It uses
-those values to create a `Makefile' in each directory of the package.
-It may also create one or more `.h' files containing system-dependent
-definitions.  Finally, it creates a shell script `config.status' that
-you can run in the future to recreate the current configuration, and a
-file `config.log' containing compiler output (useful mainly for
-debugging `configure').
-
-   It can also use an optional file (typically called `config.cache'
-and enabled with `--cache-file=config.cache' or simply `-C') that saves
-the results of its tests to speed up reconfiguring.  Caching is
-disabled by default to prevent problems with accidental use of stale
-cache files.
-
-   If you need to do unusual things to compile the package, please try
-to figure out how `configure' could check whether to do them, and mail
-diffs or instructions to the address given in the `README' so they can
-be considered for the next release.  If you are using the cache, and at
-some point `config.cache' contains results you don't want to keep, you
-may remove or edit it.
-
-   The file `configure.ac' (or `configure.in') is used to create
-`configure' by a program called `autoconf'.  You need `configure.ac' if
-you want to change it or regenerate `configure' using a newer version
-of `autoconf'.
-
-The simplest way to compile this package is:
-
-  1. `cd' to the directory containing the package's source code and type
- `./configure' to configure the package for your system.
-
- Running `configure' might take a while.  While running, it prints
- some messages telling which features it is checking for.
-
-  2. Type `make' to compile the package.
-
-  3. Optionally, type `make check' to run any self-tests that come with
- the package.
-
-  4. Type `make install' to install the programs and any data files and
- documentation.
-
-  5. You can remove the program binaries and object files from the
- source code directory by typing `make clean'.  To also remove the
- files that `configure' created (so you can compile the package for
- a different kind of computer), type `make distclean'.  There is
- also a `make maintainer-clean' target, but that is intended mainly
- for the package's developers.  If you use it, you may have to get
- all sorts of other programs in order to regenerate files that came
- with the distribution.
-
-  6. Often, you can also type `make uninstall' to remove the installed
- files again.
-
-Compilers and Options
-=
-
-Some systems require unusual options for compilation or linking that the
-`configure' script does not know about.  Run `./configure --help' for
-details on some of the pertinent environment variables.
-
-   You can give `configure' initial values for configuration parameters
-by setting variables in the command line or in the environment.  Here
-is an example:
-
- ./configure CC=c99 CFLAGS=-g LIBS=-lposix
-
-   *Note Defining Variables::, for more details.
-
-Compiling For Multiple Architectures
-
-
-You can compile the package for more than one kind of computer at the
-same time, by placing the object files for each architecture in their
-own directory.  To do this, you can use GNU `make'.  `cd' to the
-directory where you want the object files and executables to go and run
-the `configure' script.  `configure' automatically checks for the
-source code in the directory that `configure' is 

[Xfce4-commits] xfce4-mount-plugin:master add about dialog

2012-04-15 Thread Landry Breuil
Updating branch refs/heads/master
 to 909d0a0e5c17b148b7439db43a7ff10057473f88 (commit)
   from b3ac83a11688c77c7910286da194f58493c7308b (commit)

commit 909d0a0e5c17b148b7439db43a7ff10057473f88
Author: Landry Breuil lan...@xfce.org
Date:   Sun Apr 15 22:54:48 2012 +0200

add about dialog

 icons/Makefile.am   |3 +--
 panel-plugin/mount-plugin.c |   24 
 2 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/icons/Makefile.am b/icons/Makefile.am
index 01a32a2..d4dc662 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -1,7 +1,6 @@
 hicolorSVGdir = $(datadir)/icons/hicolor/scalable/apps
 
-hicolorSVG_DATA = \
-   xfce-mount.svg
+hicolorSVG_DATA = xfce-mount.svg
 
 EXTRA_DIST = $(hicolorSVG_DATA)

diff --git a/panel-plugin/mount-plugin.c b/panel-plugin/mount-plugin.c
index 7dc3a0c..25ae2a1 100644
--- a/panel-plugin/mount-plugin.c
+++ b/panel-plugin/mount-plugin.c
@@ -979,6 +979,27 @@ mounter_create_options (XfcePanelPlugin *plugin, t_mounter 
*mt)
 TRACE (leaves mounter_create_options);
 }
 
+static void
+mounter_show_about(XfcePanelPlugin *plugin, t_mounter *mt)
+{
+   GdkPixbuf *icon;
+   const gchar *auth[] = { Jean-Baptiste Dulong,
+   Fabian Nowak timyst...@arcor.de,
+   Landry Breuil landry at xfce.org, NULL };
+   icon = xfce_panel_pixbuf_from_source(drive-harddisk, NULL, 32);
+   gtk_show_about_dialog(NULL,
+  logo, icon,
+  license, xfce_get_license_text (XFCE_LICENSE_TEXT_GPL),
+  version, PACKAGE_VERSION,
+  program-name, PACKAGE_NAME,
+  comments, _(Show partitions/devices and allow to mount/unmount them),
+  website, 
http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;,
+  copyright, _(Copyright (c) 2005-2012\n),
+  authors, auth, NULL);
+
+   if(icon)
+  g_object_unref(G_OBJECT(icon));
+}
 
 static void
 mount_construct (XfcePanelPlugin *plugin)
@@ -1002,6 +1023,9 @@ mount_construct (XfcePanelPlugin *plugin)
 g_signal_connect (plugin, configure-plugin,
   G_CALLBACK (mounter_create_options), mounter);
 
+xfce_panel_plugin_menu_show_about(plugin);
+g_signal_connect (plugin, about, G_CALLBACK (mounter_show_about), 
mounter);
+
 g_signal_connect (plugin, size-changed, G_CALLBACK (mounter_set_size),
  mounter);
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-time-out-plugin:master Compile the plugin as a module.

2012-04-15 Thread Landry Breuil
Updating branch refs/heads/master
 to af8489f66dd8fc083dadd0dfcc5f31a1c575b11b (commit)
   from cf97fb2aaf5fa71c1323d01cf998766ffeca6ea6 (commit)

commit af8489f66dd8fc083dadd0dfcc5f31a1c575b11b
Author: Landry Breuil lan...@xfce.org
Date:   Sun Apr 15 22:59:00 2012 +0200

Compile the plugin as a module.

- Switch from _PROGRAMS to _LTLIBRARIES
- Register the plugin as not external
- Rename .desktop.in.in to .desktop.in
- install plugin/desktop file in the correct panel/plugins dir

 configure.ac.in|6 +++-
 panel-plugin/Makefile.am   |   38 ---
 panel-plugin/time-out.c|2 +-
 ...ktop.in.in = xfce4-time-out-plugin.desktop.in} |3 +-
 4 files changed, 24 insertions(+), 25 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index f03ab9b..1591b54 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -2,6 +2,7 @@ dnl xfce4-time-out-plugin - A panel plugin for breaks during 
work.
 dnl
 dnl 2007 Jannis Pohlmann jan...@xfce.org
 dnl 2010 Florian Rivoal friv...@xfce.org
+dnl 2012 Landry Breuil lan...@xfce.org
 dnl
 
 dnl ***
@@ -40,7 +41,10 @@ AC_PROG_INSTALL()
 AC_PROG_INTLTOOL()
 AC_PROG_CC_C_O()
 AM_PROG_CC_C_O()
-AC_PROG_LIBTOOL()
+
+dnl Initialize libtool
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
 
 dnl **
 dnl *** Check for standard headers ***
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 43904f8..bd4211c 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -1,13 +1,11 @@
-plugindir =\
-   $(libexecdir)/xfce4/panel-plugins
+plugindir = $(libdir)/xfce4/panel/plugins
 
 #
 # xfce4-time-out-plugin 
 #
-plugin_PROGRAMS =  \
-   xfce4-time-out-plugin
+plugin_LTLIBRARIES = libtime-out.la
 
-xfce4_time_out_plugin_SOURCES =
\
+libtime_out_la_SOURCES =   \
time-out-countdown.h\
time-out-countdown.c\
time-out-lock-screen.h  \
@@ -17,7 +15,7 @@ xfce4_time_out_plugin_SOURCES =   
\
time-out.h  \
time-out.c  
 
-xfce4_time_out_plugin_CFLAGS = \
+libtime_out_la_CFLAGS =
\
-DDATADIR=\$(datadir)\\
-I$(top_srcdir) \
-I$(top_builddir)   \
@@ -28,36 +26,32 @@ xfce4_time_out_plugin_CFLAGS =  
\
$(LIBXFCE4PANEL_CFLAGS) \
$(PLATFORM_CFLAGS)
 
-xfce4_time_out_plugin_LDADD =  \
+libtime_out_la_LIBADD =
\
$(LIBXFCE4UTIL_LIBS)\
$(LIBXFCE4UI_LIBS)  \
$(LIBXFCE4PANEL_LIBS)
 
+libtime_out_la_LDFLAGS = \
+   -avoid-version \
+   -module \
+   -no-undefined \
+   -export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \
+   $(PLATFORM_LDFLAGS)
+
 #
 # Desktop file
 #
-desktopdir =   \
-   $(datadir)/xfce4/panel-plugins
-
-desktop_in_in_files =  \
-   xfce4-time-out-plugin.desktop.in.in
-
-desktop_in_files = \
-   $(desktop_in_in_files:.desktop.in.in=.desktop.in)
+desktopdir = $(datadir)/xfce4/panel/plugins
 
-%.desktop.in: %.desktop.in.in
-   sed -e s,\@libexecdir\@,$(libexecdir),g  $  $@
+desktop_in_files = xfce4-time-out-plugin.desktop.in
 
 desktop_DATA = \
$(desktop_in_files:.desktop.in=.desktop)
 
 @INTLTOOL_DESKTOP_RULE@
 
-EXTRA_DIST =   \
-   $(desktop_in_in_files)
+EXTRA_DIST = $(desktop_in_files)
 
-CLEANFILES =   \
-   $(desktop_in_files) \
-   $(desktop_DATA)
+CLEANFILES = $(desktop_DATA)
 
 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/panel-plugin/time-out.c b/panel-plugin/time-out.c
index a881bbc..945e6b4 100644
--- a/panel-plugin/time-out.c
+++ 

[Xfce4-commits] www:xfce-4.10 Drop bg color.

2012-04-15 Thread Nick Schermer
Updating branch refs/heads/xfce-4.10
 to c2847e0658452e402f6dd51f79b2f1d038ab6b06 (commit)
   from c2fa3eafd43bba9f43004a8d02cfb6433b97d5b9 (commit)

commit c2847e0658452e402f6dd51f79b2f1d038ab6b06
Author: Nick Schermer n...@xfce.org
Date:   Sun Apr 15 23:05:10 2012 +0200

Drop bg color.

 style/frontpage.css |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/style/frontpage.css b/style/frontpage.css
index 33f0fce..d1362f7 100644
--- a/style/frontpage.css
+++ b/style/frontpage.css
@@ -36,7 +36,6 @@
overflow: hidden;
width: 800px;
height: 400px;
-   background: #bcbcbc;
cursor: default;
overflow: hidden;
margin: auto;
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] www:xfce-4.10 Drop text, show the full image.

2012-04-15 Thread Nick Schermer
Updating branch refs/heads/xfce-4.10
 to 79c749fc36d6766f702ed41336ec9371edd6c98b (commit)
   from c2847e0658452e402f6dd51f79b2f1d038ab6b06 (commit)

commit 79c749fc36d6766f702ed41336ec9371edd6c98b
Author: Nick Schermer n...@xfce.org
Date:   Sun Apr 15 23:08:49 2012 +0200

Drop text, show the full image.

 pages/frontpage.php |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/pages/frontpage.php b/pages/frontpage.php
index 3508bb8..c46b046 100644
--- a/pages/frontpage.php
+++ b/pages/frontpage.php
@@ -13,7 +13,6 @@ $head['feed'] = 'http://www.xfce.org/feed?lang='.$lang;
ul
li
img src=?php echo $static_media; 
?/frontpage/slider-desktop.jpg width=800 height=400 alt=Xfce Desktop /
-   p?php E_('The default Xfce Desktop provides a simple 
and attractive desktop for Unix users.') ?/p
/li
li
img src=?php echo $static_media; 
?/frontpage/slider-thunar.jpg width=800 height=400 alt=File Manager /
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] www:xfce-4.10 Comment out the css.

2012-04-15 Thread Nick Schermer
Updating branch refs/heads/xfce-4.10
 to b9d4dc5073a7f6e87c420e30598e0440a5a8eba4 (commit)
   from 60e77a6c7576d33524537c16e0e5fc1d196aa9d3 (commit)

commit b9d4dc5073a7f6e87c420e30598e0440a5a8eba4
Author: Nick Schermer n...@xfce.org
Date:   Sun Apr 15 23:21:12 2012 +0200

Comment out the css.

 style/frontpage.css |5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/style/frontpage.css b/style/frontpage.css
index d1362f7..2d61beb 100644
--- a/style/frontpage.css
+++ b/style/frontpage.css
@@ -56,6 +56,7 @@
height: 400px;
 }
 
+/*
 #slide li p {
text-align: left;
padding:6px;
@@ -63,7 +64,7 @@
position:absolute;
bottom:0;
width:450px;
-   background:#333; /* override by rgba below */
+   background:#333;
color:#fff;
border: 0;
 
@@ -74,7 +75,7 @@
 
 #slide li p {
background:rgba(0, 0, 0, 0.8)
-}
+} */
 
 #slidenavwrap {
background: #fff;
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] www:xfce-4.10 Drop the tips.

2012-04-15 Thread Nick Schermer
Updating branch refs/heads/xfce-4.10
 to 60e77a6c7576d33524537c16e0e5fc1d196aa9d3 (commit)
   from 79c749fc36d6766f702ed41336ec9371edd6c98b (commit)

commit 60e77a6c7576d33524537c16e0e5fc1d196aa9d3
Author: Nick Schermer n...@xfce.org
Date:   Sun Apr 15 23:20:22 2012 +0200

Drop the tips.

 pages/frontpage.php |   29 ++---
 1 files changed, 6 insertions(+), 23 deletions(-)

diff --git a/pages/frontpage.php b/pages/frontpage.php
index c46b046..abbffa5 100644
--- a/pages/frontpage.php
+++ b/pages/frontpage.php
@@ -11,29 +11,12 @@ $head['feed'] = 'http://www.xfce.org/feed?lang='.$lang;
 div id=slidewrap
 div id=slide
ul
-   li
-   img src=?php echo $static_media; 
?/frontpage/slider-desktop.jpg width=800 height=400 alt=Xfce Desktop /
-   /li
-   li
-   img src=?php echo $static_media; 
?/frontpage/slider-thunar.jpg width=800 height=400 alt=File Manager /
-   p?php E_('Thunar is the file manager for the Xfce 
Desktop. It has been designed from the ground up to be fast and easy-to-use. 
Its user interface is clean and intuitive, and does not include any confusing 
or useless options by default.') ?/p
-   /li
-   li
-   img src=?php echo $static_media; 
?/frontpage/slider-settings.jpg width=800 height=400 alt=Settings /
-   p?php E_('The Xfce Desktop provides all the required 
settings to configure your hardware, desktop appearance and other 
desktop-critical settings allowing you to easily manage your system.') ?/p
-   /li
-   li
-   img src=?php echo $static_media; 
?/frontpage/slider-xfwm4.jpg width=800 height=400 alt=Window Manager /
-   p?php E_('The Xfce Window Manager is the core of the 
desktop. It can be tuned to make window management quick and predictable. It 
also features around 100 border styles giving it the look you want!') ?/p
-   /li
-   li
-   img src=?php echo $static_media; 
?/frontpage/slider-panel.jpg width=800 height=400 alt=Panel /
-   p?php E_('The Xfce Panel can be customized in 
numerous ways so it provides all the items you need right where you need them. 
It has three different display modes, transparency and a few dozen different 
plugins.') ?/p
-   /li
-   li
-   img src=?php echo $static_media; 
?/frontpage/slider-apps.jpg width=800 height=400 alt=Applications /
-   p?php E_('Beside the core desktop functionality, a 
number of other applications are developed in the Xfce repositories, like an 
image viewer, the Midori web browser, task manager, notes plugin and 
calendar.') ?/p
-   /li
+   liimg src=?php echo $static_media; 
?/frontpage/slider-desktop.jpg width=800 height=400 alt= title=Xfce 
Desktop //li
+   liimg src=?php echo $static_media; 
?/frontpage/slider-thunar.jpg width=800 height=400 alt= title=File 
Manager //li
+   liimg src=?php echo $static_media; 
?/frontpage/slider-settings.jpg width=800 height=400 alt= 
title=Settings //li
+   liimg src=?php echo $static_media; 
?/frontpage/slider-xfwm4.jpg width=800 height=400 alt= title=Window 
Manager //li
+   liimg src=?php echo $static_media; 
?/frontpage/slider-panel.jpg width=800 height=400 alt= title=Panel 
//li
+   liimg src=?php echo $static_media; 
?/frontpage/slider-apps.jpg width=800 height=400 alt= 
title=Applications //li
/ul
 /div
 div id=slidenavwrap
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] www:xfce-4.10 Put info in title.

2012-04-15 Thread Nick Schermer
Updating branch refs/heads/xfce-4.10
 to 9a501adafb6e44d8cbc315a97a795dcad2d8d7a2 (commit)
   from b9d4dc5073a7f6e87c420e30598e0440a5a8eba4 (commit)

commit 9a501adafb6e44d8cbc315a97a795dcad2d8d7a2
Author: Nick Schermer n...@xfce.org
Date:   Sun Apr 15 23:32:10 2012 +0200

Put info in title.

 pages/frontpage.php |   24 ++--
 1 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/pages/frontpage.php b/pages/frontpage.php
index abbffa5..65b1b09 100644
--- a/pages/frontpage.php
+++ b/pages/frontpage.php
@@ -11,12 +11,24 @@ $head['feed'] = 'http://www.xfce.org/feed?lang='.$lang;
 div id=slidewrap
 div id=slide
ul
-   liimg src=?php echo $static_media; 
?/frontpage/slider-desktop.jpg width=800 height=400 alt= title=Xfce 
Desktop //li
-   liimg src=?php echo $static_media; 
?/frontpage/slider-thunar.jpg width=800 height=400 alt= title=File 
Manager //li
-   liimg src=?php echo $static_media; 
?/frontpage/slider-settings.jpg width=800 height=400 alt= 
title=Settings //li
-   liimg src=?php echo $static_media; 
?/frontpage/slider-xfwm4.jpg width=800 height=400 alt= title=Window 
Manager //li
-   liimg src=?php echo $static_media; 
?/frontpage/slider-panel.jpg width=800 height=400 alt= title=Panel 
//li
-   liimg src=?php echo $static_media; 
?/frontpage/slider-apps.jpg width=800 height=400 alt= 
title=Applications //li
+   li
+   img src=?php echo $static_media; 
?/frontpage/slider-desktop.jpg width=800 height=400 alt=Xfce Desktop 
title=?php E_('The default Xfce Desktop provides a simple and attractive 
desktop for Unix users.') ? /
+   /li
+   li
+   img src=?php echo $static_media; 
?/frontpage/slider-thunar.jpg width=800 height=400 alt=File Manager 
title=?php E_('Thunar is the file manager for the Xfce Desktop. It has been 
designed from the ground up to be fast and easy-to-use. Its user interface is 
clean and intuitive, and does not include any confusing or useless options by 
default.') ? /
+   /li
+   li
+   img src=?php echo $static_media; 
?/frontpage/slider-settings.jpg width=800 height=400 alt=Settings 
title=?php E_('The Xfce Desktop provides all the required settings to 
configure your hardware, desktop appearance and other desktop-critical settings 
allowing you to easily manage your system.') ? /
+   /li
+   li
+   img src=?php echo $static_media; 
?/frontpage/slider-xfwm4.jpg width=800 height=400 alt=Window Manager 
title=?php E_('The Xfce Window Manager is the core of the desktop. It can be 
tuned to make window management quick and predictable. It also features around 
100 border styles giving it the look you want!') ? /
+   /li
+   li
+   img src=?php echo $static_media; 
?/frontpage/slider-panel.jpg width=800 height=400 alt=Panel 
title=?php E_('The Xfce Panel can be customized in numerous ways so it 
provides all the items you need right where you need them. It has three 
different display modes, transparency and a few dozen different plugins.') ? 
/
+   /li
+   li
+   img src=?php echo $static_media; 
?/frontpage/slider-apps.jpg width=800 height=400 alt=Applications 
title=?php E_('Beside the core desktop functionality, a number of other 
applications are developed in the Xfce repositories, like an image viewer, the 
Midori web browser, task manager, notes plugin and calendar.') ? /
+   /li
/ul
 /div
 div id=slidenavwrap
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfburn:master Bugfix to build man pages

2012-04-15 Thread David Mohr
Updating branch refs/heads/master
 to 0e2bdafe39c15183b88a554b23df11d2429b5faa (commit)
   from b6ff70b2e0b9c9786ec8b21f4c727de50f29808e (commit)

commit 0e2bdafe39c15183b88a554b23df11d2429b5faa
Author: David Mohr da...@mcbf.net
Date:   Sat Apr 14 13:24:58 2012 -0600

Bugfix to build man pages

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

diff --git a/docs/Makefile.am b/docs/Makefile.am
index 76257bd..69e6bb2 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -6,7 +6,7 @@ man_MANS =  \
 
 if MAINTAINER_MODE
 %.1: %.xml
-   xsltproc -nonet 
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $
+   xsltproc 
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $
 endif
 
 EXTRA_DIST =   \
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfburn:master Fixed compiler errors and warnings after applying the patches

2012-04-15 Thread David Mohr
Updating branch refs/heads/master
 to 293d5f48588de941b894c79b0bca5c5c41fb9431 (commit)
   from 0e2bdafe39c15183b88a554b23df11d2429b5faa (commit)

commit 293d5f48588de941b894c79b0bca5c5c41fb9431
Author: David Mohr da...@mcbf.net
Date:   Sat Apr 14 23:17:39 2012 -0600

Fixed compiler errors and warnings after applying the patches

 configure.in.in   |6 +++---
 xfburn/xfburn-audio-composition.c |   18 ++
 xfburn/xfburn-blank-dialog.c  |5 +++--
 xfburn/xfburn-burn-image-dialog.c |2 +-
 xfburn/xfburn-compositions-notebook.c |4 ++--
 xfburn/xfburn-data-composition.c  |   12 +++-
 xfburn/xfburn-main.c  |2 +-
 xfburn/xfburn-progress-dialog.c   |2 +-
 xfburn/xfburn-transcoder-basic.c  |2 +-
 9 files changed, 29 insertions(+), 24 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 88b7a9d..59e36c8 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -2,14 +2,14 @@ dnl $Id$
 
 dnl Version information
 m4_define([xfburn_version_major], [0])
-m4_define([xfburn_version_minor], [4])
-m4_define([xfburn_version_micro], [3])
+m4_define([xfburn_version_minor], [5])
+m4_define([xfburn_version_micro], [0])
 m4_define([xfburn_version_build], [@REVISION@])
 m4_define([xfburn_version_tag], [])
 m4_define([xfburn_version], 
[xfburn_version_major().xfburn_version_minor().xfburn_version_micro()ifelse(xfburn_version_tag(),
 [git], [xfburn_version_tag()-xfburn_version_build()], [xfburn_version_tag()])])
 
 dnl Initialize autoconf
-AC_COPYRIGHT([Copyright (c) 2005-2008 Jean-François Wauthy pol...@xfce.org, 
David Mohr da...@mcbf.net])
+AC_COPYRIGHT([Copyright (c) 2005-2008 Jean-François Wauthy pol...@xfce.org, 
2008-2012 David Mohr da...@mcbf.net])
 AC_INIT([xfburn], [xfburn_version], [xfb...@xfce.org])
 
 dnl Initialize automake
diff --git a/xfburn/xfburn-audio-composition.c 
b/xfburn/xfburn-audio-composition.c
index 9528aee..f34ed4a 100644
--- a/xfburn/xfburn-audio-composition.c
+++ b/xfburn/xfburn-audio-composition.c
@@ -1021,7 +1021,7 @@ action_info (GtkAction * action, XfburnAudioComposition * 
dc)
 {
   XfburnAudioCompositionPrivate *priv = XFBURN_AUDIO_COMPOSITION_GET_PRIVATE 
(dc);
   
-  xfce_dialog_show_info(NULL, NULL, xfburn_transcoder_get_description 
(priv-trans));
+  xfce_dialog_show_info(NULL, NULL, %s, xfburn_transcoder_get_description 
(priv-trans));
 }
 
 static void
@@ -1062,6 +1062,7 @@ static void
 set_modified (XfburnAudioCompositionPrivate *priv)
 {
   if (!(priv-modified)) {
+/*
 XfburnMainWindow *mainwin;
 GtkUIManager *ui_manager;
 GtkActionGroup *action_group;
@@ -1071,7 +1072,6 @@ set_modified (XfburnAudioCompositionPrivate *priv)
   
 action_group = (GtkActionGroup *) gtk_ui_manager_get_action_groups 
(ui_manager)-data;
 
-/*
 action = gtk_action_group_get_action (action_group, save-composition);
 gtk_action_set_sensitive (GTK_ACTION (action), TRUE);
   */
@@ -1089,14 +1089,14 @@ notify_not_adding (XfburnAudioComposition * dc, GError 
*error)
   g_assert (error != NULL);
 
   if (error-domain != XFBURN_ERROR) {
-xfce_dialog_show_warning(NULL, NULL, error-message);
+xfce_dialog_show_warning(NULL, NULL, %s, error-message);
 return;
   }
 
   if (g_hash_table_lookup (priv-warned_about, GINT_TO_POINTER (error-code)) 
== NULL) {
 g_hash_table_insert (priv-warned_about, GINT_TO_POINTER (error-code), 
did_warn);
 
-xfce_dialog_show_warning(NULL, NULL, error-message);
+xfce_dialog_show_warning(NULL, NULL, %s, error-message);
   }
 }
 
@@ -1894,6 +1894,7 @@ typedef struct
   GQueue *queue_iter;
 } LoadParserStruct;
 
+/*
 static gint
 _find_attribute (const gchar ** attribute_names, const gchar * attr)
 {
@@ -1906,16 +1907,19 @@ _find_attribute (const gchar ** attribute_names, const 
gchar * attr)
 
   return -1;
 }
+*/
 
 static void
 load_composition_start (GMarkupParseContext * context, const gchar * 
element_name,
 const gchar ** attribute_names, const gchar ** 
attribute_values,
 gpointer data, GError ** error)
 {
+  g_error (This method needs to get fixed, and does not work right now!);
+  
+  /*
   LoadParserStruct * parserinfo = (LoadParserStruct *) data;
   XfburnAudioCompositionPrivate *priv = XFBURN_AUDIO_COMPOSITION_GET_PRIVATE 
(parserinfo-dc);
 
-  
   if (!(parserinfo-started)  !strcmp (element_name, xfburn-composition))
 parserinfo-started = TRUE;
   else if (!(parserinfo-started))
@@ -1933,11 +1937,8 @@ load_composition_start (GMarkupParseContext * context, 
const gchar * element_nam
   model = gtk_tree_view_get_model (GTK_TREE_VIEW (priv-content));
   parent = g_queue_peek_head (parserinfo-queue_iter);
   
-  g_error (This method needs to get fixed, and does not work right now!);
-  /*
   add_file_to_list_with_name (attribute_values[i], parserinfo-dc, model, 
attribute_values[j], iter, 
   

[Xfce4-commits] xfburn:master Applying patch by skunnyk: port to xfce4ui.

2012-04-15 Thread David Mohr
Updating branch refs/heads/master
 to b6ff70b2e0b9c9786ec8b21f4c727de50f29808e (commit)
   from b6470e6407bc4a72ebe5957aa59e589b2fc02903 (commit)

commit b6ff70b2e0b9c9786ec8b21f4c727de50f29808e
Author: David Mohr da...@mcbf.net
Date:   Sat Apr 14 13:14:31 2012 -0600

Applying patch by skunnyk: port to xfce4ui.

[PATCH] Port xfburn to libxfce4ui (for master, based on bug 7355)

 configure.in.in   |2 +-
 xfburn/Makefile.am|4 +-
 xfburn/xfburn-audio-composition.c |   16 ++--
 xfburn/xfburn-audio-disc-usage.c  |1 -
 xfburn/xfburn-blank-dialog.c  |   10 +-
 xfburn/xfburn-blank-dialog.h  |1 +
 xfburn/xfburn-burn-audio-cd-composition-dialog.c  |8 +-
 xfburn/xfburn-burn-audio-cd-composition-dialog.h  |2 +-
 xfburn/xfburn-burn-data-cd-composition-dialog.h   |2 +-
 xfburn/xfburn-burn-data-composition-base-dialog.c |   10 +-
 xfburn/xfburn-burn-data-composition-base-dialog.h |2 +-
 xfburn/xfburn-burn-data-dvd-composition-dialog.h  |2 +-
 xfburn/xfburn-burn-image-dialog.c |   10 +-
 xfburn/xfburn-burn-image-dialog.h |2 +-
 xfburn/xfburn-copy-cd-dialog.h|2 +-
 xfburn/xfburn-copy-dvd-dialog.h   |2 +-
 xfburn/xfburn-data-composition.c  |   14 +-
 xfburn/xfburn-data-disc-usage.c   |1 -
 xfburn/xfburn-device-box.c|1 -
 xfburn/xfburn-directory-browser.c |1 -
 xfburn/xfburn-disc-usage.c|6 +-
 xfburn/xfburn-file-browser.c  |1 -
 xfburn/xfburn-fs-browser.c|1 -
 xfburn/xfburn-main-window.c   |  126 ++---
 xfburn/xfburn-main.c  |   10 +-
 xfburn/xfburn-perform-burn.h  |2 +-
 xfburn/xfburn-preferences-dialog.c|   20 ++--
 xfburn/xfburn-progress-dialog.c   |4 +-
 xfburn/xfburn-transcoder-basic.c  |4 +-
 xfburn/xfburn-transcoder-gst.c|1 -
 xfburn/xfburn-udev-manager.c  |4 +-
 31 files changed, 128 insertions(+), 144 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 7920d2e..88b7a9d 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -33,7 +33,7 @@ XDT_CHECK_PACKAGE([LIBBURN], [libburn-1], [0.4.2])
 XDT_CHECK_PACKAGE([LIBISOFS], [libisofs-1], [0.6.2])
 XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.6.0])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.10.0])
-XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.4.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.8.0])
 XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.4], [], [XDT_CHECK_PACKAGE([EXO], 
[exo-1], [0.3.100])])
 XDT_CHECK_PACKAGE([LIBGIO], [gio-2.0], [2.22.0])
 XDT_CHECK_PACKAGE([LIBGIOUNIX], [gio-unix-2.0], [2.16.0])
diff --git a/xfburn/Makefile.am b/xfburn/Makefile.am
index 558a3b3..afaf322 100644
--- a/xfburn/Makefile.am
+++ b/xfburn/Makefile.am
@@ -95,7 +95,7 @@ xfburn_CFLAGS =   
\
$(GTHREAD_CFLAGS)   \
$(LIBBURN_CFLAGS)   \
$(LIBISOFS_CFLAGS)  \
-   $(LIBXFCEGUI4_CFLAGS)   \
+   $(LIBXFCE4UI_CFLAGS)\
$(EXO_CFLAGS)   \
$(GIO_CFLAGS)   \
$(GIO_UNIX_CFLAGS)  \
@@ -110,7 +110,7 @@ xfburn_LDADD =  
\
$(GTHREAD_LIBS) \
$(LIBBURN_LIBS) \
$(LIBISOFS_LIBS)\
-   $(LIBXFCEGUI4_LIBS) \
+   $(LIBXFCE4UI_LIBS)  \
$(EXO_LIBS) \
$(GIO_LIBS) \
$(GIO_UNIX_LIBS)\
diff --git a/xfburn/xfburn-audio-composition.c 
b/xfburn/xfburn-audio-composition.c
index 7476b77..9528aee 100644
--- a/xfburn/xfburn-audio-composition.c
+++ b/xfburn/xfburn-audio-composition.c
@@ -32,7 +32,7 @@
 
 #include gtk/gtk.h
 #include libxfce4util/libxfce4util.h
-#include libxfcegui4/libxfcegui4.h
+#include libxfce4ui/libxfce4ui.h
 
 #include gio/gio.h
 
@@ -577,7 +577,7 @@ cb_begin_burn (XfburnDiscUsage * du, 

[Xfce4-commits] www:xfce-4.10 Dup in css.

2012-04-15 Thread Nick Schermer
Updating branch refs/heads/xfce-4.10
 to ebcb154c61e299f5b4711983735f2b9ee05a46b7 (commit)
   from 9a501adafb6e44d8cbc315a97a795dcad2d8d7a2 (commit)

commit ebcb154c61e299f5b4711983735f2b9ee05a46b7
Author: Nick Schermer n...@xfce.org
Date:   Sun Apr 15 23:33:44 2012 +0200

Dup in css.

 style/frontpage.css |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/style/frontpage.css b/style/frontpage.css
index 2d61beb..324fb76 100644
--- a/style/frontpage.css
+++ b/style/frontpage.css
@@ -37,7 +37,6 @@
width: 800px;
height: 400px;
cursor: default;
-   overflow: hidden;
margin: auto;
 }
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] thunar:master Move away from using a hard-coded size for window icons (bug #8626).

2012-04-15 Thread Jannis Pohlmann
Updating branch refs/heads/master
 to 16ab778bb7fd307f7ac35715a33283494373bce6 (commit)
   from 096f3b6eb37205b6cabb0da4ecc8886b24a67a28 (commit)

commit 16ab778bb7fd307f7ac35715a33283494373bce6
Author: Jannis Pohlmann jan...@xfce.org
Date:   Sun Apr 15 22:42:21 2012 +0100

Move away from using a hard-coded size for window icons (bug #8626).

The previous commit wasn't actually related to this bug. The problem
here was that the xfwm4 tab window now allows themes to change the size
of the displayed window icons but Thunar still hard-coded its own window
icons to 48px.

From this commit Thunar on uses thunar_file_get_icon_name(current_dir)
to get an icon name for the current directory and and then calls
gtk_window_set_icon_name() rather than asking ThunarIconFactory for a
48px GdkPixbuf that cannot be scaled up nicely. This is ok because we
only ever set icons for directories and for those ThunarIconFactory
never returns anything but a GdkPixbuf based on an icon name anyway. It
never returns a GdkPixbuf loaded from an absolute path or anything.

 NEWS   |3 ++-
 thunar/thunar-window.c |   19 ++-
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/NEWS b/NEWS
index 672ae4b..8702c5c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 1.3.x
 =
-- Add a 64x64 and 128x128 icon for Thunar (bug #8626).
+- Add a 64x64 and 128x128 icon for Thunar.
+- Move away from the hard-coded size of window icons (bug #8626).
 
 1.3.2
 =
diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index 8d930a9..7e19e57 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -2399,9 +2399,10 @@ static void
 thunar_window_current_directory_changed (ThunarFile   *current_directory,
  ThunarWindow *window)
 {
-  GtkAction *action;
-  GdkPixbuf *icon;
-  gchar *title;
+  GtkIconTheme *icon_theme;
+  GtkAction*action;
+  gchar*icon_name;
+  gchar*title;
 
   _thunar_return_if_fail (THUNAR_IS_WINDOW (window));
   _thunar_return_if_fail (THUNAR_IS_FILE (current_directory));
@@ -2418,12 +2419,12 @@ thunar_window_current_directory_changed (ThunarFile   
*current_directory,
   g_free (title);
 
   /* set window icon */
-  icon = thunar_icon_factory_load_file_icon (window-icon_factory, 
current_directory, THUNAR_FILE_ICON_STATE_DEFAULT, 48);
-  if (G_LIKELY (icon != NULL))
-{
-  gtk_window_set_icon (GTK_WINDOW (window), icon);
-  g_object_unref (G_OBJECT (icon));
-}
+  icon_theme = gtk_icon_theme_get_default ();
+  icon_name = thunar_file_get_icon_name (current_directory,
+ THUNAR_FILE_ICON_STATE_DEFAULT,
+ icon_theme);
+  gtk_window_set_icon_name (GTK_WINDOW (window), icon_name);
+  g_free (icon_name);
 }
 
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-time-out-plugin:master Only call gtk_progress_set_percentage() with valid value (bug #7660)

2012-04-15 Thread Landry Breuil
Updating branch refs/heads/master
 to 834bf11d380b77276b00af0caed5cea27ccb275d (commit)
   from 2cd8fe785307e2d96de225abbab86b212137d351 (commit)

commit 834bf11d380b77276b00af0caed5cea27ccb275d
Author: Landry Breuil lan...@xfce.org
Date:   Sun Apr 15 23:47:09 2012 +0200

Only call gtk_progress_set_percentage() with valid value (bug #7660)

Fix taken from the bug report, but the logic is wrong somewhere.
lock_countdown shouldnt call time_out_lock_screen_set_remaining()
every second, and shouldnt even be running when break_countdown
is running too.
Fixes gtk warnings spamming session logs:
Gtk-CRITICAL **: IA__gtk_progress_set_percentage: assertion `percentage = 
0  percentage = 1.0' failed

 panel-plugin/time-out-lock-screen.c |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/time-out-lock-screen.c 
b/panel-plugin/time-out-lock-screen.c
index f36f318..6b3e111 100644
--- a/panel-plugin/time-out-lock-screen.c
+++ b/panel-plugin/time-out-lock-screen.c
@@ -323,9 +323,11 @@ time_out_lock_screen_set_remaining (TimeOutLockScreen 
*lock_screen,
   /* Update widgets */
   gtk_label_set_markup (GTK_LABEL (lock_screen-time_label), time_string-str);
 
-  gtk_progress_bar_set_fraction (GTK_PROGRESS_BAR (lock_screen-progress),
+  if ((0  lock_screen-max_seconds)  (0 = seconds)  (seconds = 
lock_screen-max_seconds))
+  {
+gtk_progress_bar_set_fraction (GTK_PROGRESS_BAR (lock_screen-progress),
  ((gdouble)seconds) / 
((gdouble)lock_screen-max_seconds));
-
+  }
   /* Free time string */
   g_string_free (time_string, TRUE);
 }
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-time-out-plugin:master add .gitignore

2012-04-15 Thread Landry Breuil
Updating branch refs/heads/master
 to fabc541d689cd40ed7753da30b971642da8643ef (commit)
   from 834bf11d380b77276b00af0caed5cea27ccb275d (commit)

commit fabc541d689cd40ed7753da30b971642da8643ef
Author: Landry Breuil lan...@xfce.org
Date:   Sun Apr 15 23:50:59 2012 +0200

add .gitignore

 .gitignore |   27 +++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..a139242
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,27 @@
+po/
+*Makefile
+*Makefile.in
+stamp*
+*/.deps
+.libs
+*.orig
+*.o
+*.lo
+*.la
+\[config.h\].in
+*,orig
+configure
+INSTALL
+config.*
+configure.ac
+intltool*
+mkinstalldirs
+missing
+compile
+install-sh
+ltmain.sh
+libtool
+depcomp
+aclocal.m4
+autom4te.cache
+*.desktop
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfburn:master Update NEWS

2012-04-15 Thread David Mohr
Updating branch refs/heads/master
 to 342fb545f4ec93c8655683c8a163400fb7d7486c (commit)
   from c55ec22991adba9f40a0124f4ab78ab650ea9235 (commit)

commit 342fb545f4ec93c8655683c8a163400fb7d7486c
Author: David Mohr da...@mcbf.net
Date:   Sun Apr 15 15:41:46 2012 -0600

Update NEWS

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

diff --git a/NEWS b/NEWS
index fa4aa68..6386692 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+xfburn 0.5.0 (2012-04-XX)
+-
+
+- Transition to non-deprecated libraries:
+  - gio
+  - libxfce4ui
+  Now it should build fine on modern systems again.
+  Work done by Jan Rękorajski bagg...@pld-linux.org and Skunnyk
+  skun...@archlinux.fr -- Thanks!
+- New icon by Simon Steinbeiß simon.steinbe...@gmail.com
+
 xfburn 0.4.3 (2010-02-12)
 -
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfburn:master Update description, missing burn list feedback.

2012-04-15 Thread David Mohr
Updating branch refs/heads/master
 to 3d283e1a998a435920fb8005d05a8cfea1950464 (commit)
   from 342fb545f4ec93c8655683c8a163400fb7d7486c (commit)

commit 3d283e1a998a435920fb8005d05a8cfea1950464
Author: David Mohr da...@mcbf.net
Date:   Sun Apr 15 15:42:07 2012 -0600

Update description, missing burn list feedback.

 README |7 +--
 xfburn/xfburn-device-box.c |5 -
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/README b/README
index ce78afa..7b82020 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
 xfburn
 --
 
-Version 0.4.3, 2010-02-12
+Version 0.5.0, 2012-04-XX
 
 http://www.xfce.org/projects/xfburn/
 
@@ -94,7 +94,7 @@ will get fixed.
 Future Plans
 
 
-Missing functionality that we plan to add:
+Missing functionality that would be nice to have:
  * Save and load compositions
  * Verification
  * Copy discs (needs backend support)
@@ -106,6 +106,9 @@ There is no, and never will be, a timeline for these. Let 
us know if you think
 something is missing on this list. If you really need something implemented,
 feel free to help us out :-).
 
+At present development is in maintenance mode, as the author does not have a
+lot of time.
+
 ==
 Bugs  Feedback
 ---
diff --git a/xfburn/xfburn-device-box.c b/xfburn/xfburn-device-box.c
index 49b7d36..5c41d36 100644
--- a/xfburn/xfburn-device-box.c
+++ b/xfburn/xfburn-device-box.c
@@ -389,7 +389,10 @@ empty_speed_list_dialog (void)
   NULL);
 
   label = gtk_label_new (NULL);
-  gtk_label_set_markup (GTK_LABEL (label), _(bUnable to retrieve the speed 
list for the drive./b\n\nThis is a known bug, which occurs with some drives. 
Please report it to ixfb...@xfce.org/i together with the console output to 
increase the chances that it will get fixed.\n\nBurning should still work, but 
if there are problems anyways, please let us know.\n\niThank you!/i)
+  gtk_label_set_markup (GTK_LABEL (label),
+_(bUnable to retrieve the speed list for the 
drive./b\n\n
+  This is a known bug for drives. If you're 
interested in fixing it, please have a look at the libburn library.\n\n
+  Burning should still work, but if there are 
problems anyways, please let us know.\n\niThank you!/i)
 );
   gtk_label_set_selectable (GTK_LABEL (label), TRUE);
   gtk_label_set_width_chars (GTK_LABEL (label), 30);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


  1   2   >