[Xfce4-commits] Revert "Initialise theme-lists in separate threads"

2012-04-07 Thread Stephan Arts
Updating branch refs/heads/stephan/dialogs
 to 8a9cb9af286e34cd2dadab89fbf03c210e7ebb7d (commit)
   from 91b263e328aca126cdfc2c73a5aa290cc9b7a74b (commit)

commit 8a9cb9af286e34cd2dadab89fbf03c210e7ebb7d
Author: Stephan Arts 
Date:   Sat Apr 7 09:10:41 2012 +0200

Revert "Initialise theme-lists in separate threads"

This reverts commit 91b263e328aca126cdfc2c73a5aa290cc9b7a74b.

 dialogs/appearance-settings/main.c |   52 ++-
 1 files changed, 3 insertions(+), 49 deletions(-)

diff --git a/dialogs/appearance-settings/main.c 
b/dialogs/appearance-settings/main.c
index 4df5428..591c8e4 100644
--- a/dialogs/appearance-settings/main.c
+++ b/dialogs/appearance-settings/main.c
@@ -54,27 +54,6 @@
 /* Increase this number if new gtk settings have been added */
 #define INITIALIZE_UINT (1)
 
-typedef void (*appearance_settings_VOID_POINTER_POINTER_FUNC)(gpointer, 
gpointer);
-
-typedef struct _ThreadPayload ThreadPayload;
-
-struct _ThreadPayload
-{
-gpointer userdata1;
-gpointer userdata2;
-
-appearance_settings_VOID_POINTER_POINTER_FUNC function;
-};
-
-static void
-appearance_settings_launch_thread ( ThreadPayload *payload )
-{
-payload->function (payload->userdata1, payload->userdata2);
-
-/* Free payload... parent thread should have forgotten about it */
-g_free (payload);
-}
-
 typedef struct _MenuTemplate MenuTemplate;
 struct _MenuTemplate
 {
@@ -497,7 +476,6 @@ appearance_settings_load_xfwm4_themes (GtkListStore 
*list_store,
 {
   g_hash_table_insert (themes, g_strdup (file), GINT_TO_POINTER 
(1));
 
-  GDK_THREADS_ENTER();
   /* insert in the list store */
   gtk_list_store_append (list_store, &iter);
   gtk_list_store_set (list_store, &iter,
@@ -514,7 +492,6 @@ appearance_settings_load_xfwm4_themes (GtkListStore 
*list_store,
 
   gtk_tree_path_free (path);
 }
-  GDK_THREADS_LEAVE();
 }
 
   g_free (filename);
@@ -593,7 +570,6 @@ appearance_settings_load_icon_themes (GtkListStore 
*list_store,
 /* Escape the comment, since tooltips are markup, not text 
*/
 comment_escaped = theme_comment ? g_markup_escape_text 
(theme_comment, -1) : NULL;
 
-GDK_THREADS_ENTER();
 /* Append icon theme to the list store */
 gtk_list_store_append (list_store, &iter);
 gtk_list_store_set (list_store, &iter,
@@ -612,7 +588,6 @@ appearance_settings_load_icon_themes (GtkListStore 
*list_store,
 gtk_tree_view_scroll_to_cell (tree_view, tree_path, 
NULL, TRUE, 0.5, 0);
 gtk_tree_path_free (tree_path);
 }
-GDK_THREADS_LEAVE();
 }
 }
 
@@ -714,7 +689,6 @@ appearance_settings_load_ui_themes (GtkListStore 
*list_store,
 comment_escaped = NULL;
 }
 
-GDK_THREADS_ENTER();
 /* Append ui theme to the list store */
 gtk_list_store_append (list_store, &iter);
 gtk_list_store_set (list_store, &iter,
@@ -735,7 +709,6 @@ appearance_settings_load_ui_themes (GtkListStore 
*list_store,
 gtk_tree_view_scroll_to_cell (tree_view, tree_path, NULL, 
TRUE, 0.5, 0);
 gtk_tree_path_free (tree_path);
 }
-GDK_THREADS_LEAVE();
 
 /* Free theme index filename */
 g_free (index_filename);
@@ -1202,7 +1175,6 @@ appearance_settings_dialog_configure_widgets (GtkBuilder 
*builder)
 GValue  value = { 0, };
 GtkTargetEntry  target_entry[2];
 const gchar*name;
-ThreadPayload  *payload = NULL;
 
 /* xfwm4 themes */
 if (strcmp(XFWM4_WM_NAME, gdk_x11_screen_get_window_manager_name ( 
gdk_screen_get_default (
@@ -1221,12 +1193,7 @@ appearance_settings_dialog_configure_widgets (GtkBuilder 
*builder)
 renderer = gtk_cell_renderer_text_new ();
 gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (object), 
0, "", renderer, "text", XFWM4_THEME_COLUMN_NAME, NULL);
 
-payload = g_new0 (ThreadPayload, 1);
-payload->userdata1 = list_store;
-payload->userdata2 = object;
-payload->function = 
(appearance_settings_VOID_POINTER_POINTER_FUNC)appearance_settings_load_xfwm4_themes;
-
-g_thread_create ((GThreadFunc)appearance_settings_launch_thread, 
payload, FALSE, NULL);
+appearance_settings_load_xfwm4_themes (list_store, GTK_TREE_VIEW 
(object));
 
 g_object_unref (G_OBJECT (list_store));
 
@@ -1367,12 +1334,7 @@ appearance_settings_dialog_configure_widgets (GtkBuilder 
*builder)
 renderer = gtk_cell_renderer_text_new ();
 gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (object), 0,

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

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 99af09fca19f7dc41ae38dc61e5b0baa8612d7d3 (commit)
   from b2199e2edc70beb8bf31ee34198bd2412edcd686 (commit)

commit 99af09fca19f7dc41ae38dc61e5b0baa8612d7d3
Author: Christoph Wickert 
Date:   Sat Apr 7 09:18:42 2012 +0200

l10n: Updated German (de) translation to 100%

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

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

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

diff --git a/po/de.po b/po/de.po
index 916e16f..21e68ec 100644
--- a/po/de.po
+++ b/po/de.po
@@ -346,7 +346,7 @@ msgid ""
 "If you know of anyone missing from this list; don't hesitate and file a bug "
 "on  ."
 msgstr ""
-"Sollten Sie jemanden auf dieser Liste vermissen, zögern Sie nicht, unter 
+"Sollten Sie jemanden auf dieser Liste vermissen, zögern Sie nicht, unter "
 " einen Fehlerbericht zu erstellen."
 
 #: ../xfce4-about/main.c:266
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to cc3ed2546ccc5e5ec6df88b1f95b75a373cc4190 (commit)
   from 94ff17390c4db5146c488a2cd01f191e53b5d601 (commit)

commit cc3ed2546ccc5e5ec6df88b1f95b75a373cc4190
Author: Pjotr Anon 
Date:   Sat Apr 7 11:08:46 2012 +0200

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

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

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

 po/nl.po |   18 +-
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/po/nl.po b/po/nl.po
index dc2b634..bf182a4 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1,10 +1,10 @@
 # Dutch translation of the xfce4-places-plugin 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-places-plugin package.
 # Vincent Tunru , 2006.
 # Pjotr, 2011.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-places-plugin\n"
@@ -13,10 +13,10 @@ msgstr ""
 "PO-Revision-Date: 2011-09-09 12:05+0200\n"
 "Last-Translator: Pjotr\n"
 "Language-Team: Dutch\n"
-"Language: nl (Dutch)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: nl (Dutch)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #. vim: set ai et tabstop=4:
@@ -78,7 +78,7 @@ msgstr "Ontkoppelen"
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:128
 msgid "Unmounting device"
-msgstr ""
+msgstr "Apparaat aan het ontkoppelen"
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:131
@@ -86,13 +86,13 @@ msgstr ""
 msgid ""
 "The device \"%s\" is being unmounted by the system. Please do not remove the "
 "media or disconnect the drive"
-msgstr ""
+msgstr "Het apparaat '%s' wordt ontkoppeld door het systeem. Verwijder a.u.b. 
de media niet, noch verbreek de verbinding met het station."
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:138
 #: ../panel-plugin/model_volumes_notify.c:262
 msgid "Writing data to device"
-msgstr ""
+msgstr "Gegevens aan het schrijven naar apparaat"
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:141
@@ -101,18 +101,18 @@ msgstr ""
 msgid ""
 "There is data that needs to be written to the device \"%s\" before it can be "
 "removed. Please do not remove the media or disconnect the drive"
-msgstr ""
+msgstr "Er zijn gegevens die geschreven moeten worden naar het apparaat '%' 
voordat het verwijderd kan worden. Verwijder a.u.b. de media niet, noch 
verbreek de verbinding met het station."
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:253
 msgid "Ejecting device"
-msgstr ""
+msgstr "Apparaat aan het uitwerpen"
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:256
 #, c-format
 msgid "The device \"%s\" is being ejected. This may take some time"
-msgstr ""
+msgstr "Het apparaat '%s' wordt uitgeworpen. Dit kan enige tijd duren"
 
 #: ../panel-plugin/view.c:654
 msgid "Search for Files"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to ebbce49053ad1114c0a6e82ad52c7704215b6d1e (commit)
   from 9c9c52f5542f897b39884818dca2ec4554235955 (commit)

commit ebbce49053ad1114c0a6e82ad52c7704215b6d1e
Author: Pjotr Anon 
Date:   Sat Apr 7 12:25:16 2012 +0200

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

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

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

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

diff --git a/po/nl.po b/po/nl.po
index a81026d..553c6a6 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfburn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-05 15:21+\n"
+"POT-Creation-Date: 2012-04-07 07:36+\n"
 "PO-Revision-Date: 2011-09-08 17:34+0200\n"
 "Last-Translator: Pjotr\n"
 "Language-Team: Dutch (Flemish)\n"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Offload big images to static mirror.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to c45fa88d28124215fbba1dd898cc1820b87e8529 (commit)
   from 6f456a4b41436ea68f2c75002fe3f05d2968f30d (commit)

commit c45fa88d28124215fbba1dd898cc1820b87e8529
Author: Nick Schermer 
Date:   Sat Apr 7 12:21:38 2012 +0200

Offload big images to static mirror.

 pages/about/screenshots.php |2 +-
 style/tiny.packed.js|8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/images/index.html b/images/index.html
new file mode 100644
index 000..e69de29
diff --git a/pages/about/screenshots.php b/pages/about/screenshots.php
index 5460159..8b39497 100644
--- a/pages/about/screenshots.php
+++ b/pages/about/screenshots.php
@@ -5,7 +5,7 @@ function print_shots ($group, $count, $format = 'png')
 {
   for ($i = 1; $i <= $count; $i++)
   {
-echo "".
+echo "http://cdn.xfce.org/about/screenshots/$group-$i.$format\";>".
"".
  "";
diff --git a/style/tiny.packed.js b/style/tiny.packed.js
index be10f02..0780eaa 100644
--- a/style/tiny.packed.js
+++ b/style/tiny.packed.js
@@ -18,14 +18,14 @@ var slideshow=new TINY.fader.fade('slideshow',
 });
 
 /* slide click events */
-var content1 = '';
+var content1 = 'http://cdn.xfce.org/frontpage/intro-1.png"; 
width="900" height="600" alt="" />';
 T$('intro1').onclick = function(){TINY.box.show(content1,0,900,600,0)}
 
-var content2 = '';
+var content2 = 'http://cdn.xfce.org/frontpage/intro-2.png"; 
width="900" height="600" alt="" />';
 T$('intro2').onclick = function(){TINY.box.show(content2,0,900,600,0)}
 
-var content3 = '';
+var content3 = 'http://cdn.xfce.org/frontpage/intro-3.png"; 
width="900" height="600" alt="" />';
 T$('intro3').onclick = function(){TINY.box.show(content3,0,900,600,0)}
 
-var content4 = '';
+var content4 = 'http://cdn.xfce.org/frontpage/intro-4.png"; 
width="900" height="600" alt="" />';
 T$('intro4').onclick = function(){TINY.box.show(content4,0,900,600,0)}
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Convert small images to jpg.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to 5d034b0cfde143c6ba13abcefc9c3f894a22108e (commit)
   from c45fa88d28124215fbba1dd898cc1820b87e8529 (commit)

commit 5d034b0cfde143c6ba13abcefc9c3f894a22108e
Author: Nick Schermer 
Date:   Sat Apr 7 13:17:18 2012 +0200

Convert small images to jpg.

 images/about/screenshots/4.0-1-small.jpg |  Bin 0 -> 13792 bytes
 images/about/screenshots/4.0-1-small.png |  Bin 30817 -> 0 bytes
 images/about/screenshots/4.0-2-small.jpg |  Bin 0 -> 12809 bytes
 images/about/screenshots/4.0-2-small.png |  Bin 32853 -> 0 bytes
 images/about/screenshots/4.4-1-small.jpg |  Bin 0 -> 11167 bytes
 images/about/screenshots/4.4-1-small.png |  Bin 32386 -> 0 bytes
 images/about/screenshots/4.4-2-small.jpg |  Bin 0 -> 12819 bytes
 images/about/screenshots/4.4-2-small.png |  Bin 35667 -> 0 bytes
 images/about/screenshots/4.4-3-small.jpg |  Bin 0 -> 13229 bytes
 images/about/screenshots/4.4-3-small.png |  Bin 51651 -> 0 bytes
 images/about/screenshots/4.4-4-small.jpg |  Bin 0 -> 14129 bytes
 images/about/screenshots/4.4-4-small.png |  Bin 30083 -> 0 bytes
 images/about/screenshots/4.4-5-small.jpg |  Bin 0 -> 13105 bytes
 images/about/screenshots/4.4-5-small.png |  Bin 42294 -> 0 bytes
 images/about/screenshots/4.4-6-small.jpg |  Bin 0 -> 10330 bytes
 images/about/screenshots/4.4-6-small.png |  Bin 23931 -> 0 bytes
 images/about/screenshots/4.4-8-small.jpg |  Bin 0 -> 12429 bytes
 images/about/screenshots/4.4-8-small.png |  Bin 55827 -> 0 bytes
 images/about/screenshots/4.6-1-small.jpg |  Bin 0 -> 12921 bytes
 images/about/screenshots/4.6-1-small.png |  Bin 45399 -> 0 bytes
 images/about/screenshots/4.6-2-small.jpg |  Bin 0 -> 8661 bytes
 images/about/screenshots/4.6-2-small.png |  Bin 34173 -> 0 bytes
 images/about/screenshots/4.6-3-small.jpg |  Bin 0 -> 10067 bytes
 images/about/screenshots/4.6-3-small.png |  Bin 31291 -> 0 bytes
 images/about/screenshots/4.6-4-small.jpg |  Bin 0 -> 9801 bytes
 images/about/screenshots/4.6-4-small.png |  Bin 41829 -> 0 bytes
 images/about/screenshots/4.6-5-small.jpg |  Bin 0 -> 7980 bytes
 images/about/screenshots/4.6-5-small.png |  Bin 22455 -> 0 bytes
 images/about/screenshots/4.6-6-small.jpg |  Bin 0 -> 9716 bytes
 images/about/screenshots/4.6-6-small.png |  Bin 29652 -> 0 bytes
 images/about/screenshots/4.6-7-small.jpg |  Bin 0 -> 10704 bytes
 images/about/screenshots/4.6-7-small.png |  Bin 39770 -> 0 bytes
 images/about/screenshots/4.8-1-small.jpg |  Bin 0 -> 9645 bytes
 images/about/screenshots/4.8-1-small.png |  Bin 38997 -> 0 bytes
 images/about/screenshots/4.8-2-small.jpg |  Bin 0 -> 9770 bytes
 images/about/screenshots/4.8-2-small.png |  Bin 16809 -> 0 bytes
 images/about/screenshots/4.8-3-small.jpg |  Bin 0 -> 8362 bytes
 images/about/screenshots/4.8-3-small.png |  Bin 24778 -> 0 bytes
 images/about/screenshots/4.8-4-small.jpg |  Bin 0 -> 9390 bytes
 images/about/screenshots/4.8-4-small.png |  Bin 26343 -> 0 bytes
 pages/about/screenshots.php  |2 +-
 41 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/images/about/screenshots/4.0-1-small.jpg 
b/images/about/screenshots/4.0-1-small.jpg
new file mode 100644
index 000..c90b9aa
Binary files /dev/null and b/images/about/screenshots/4.0-1-small.jpg differ
diff --git a/images/about/screenshots/4.0-1-small.png 
b/images/about/screenshots/4.0-1-small.png
deleted file mode 100644
index f5b2b3a..000
Binary files a/images/about/screenshots/4.0-1-small.png and /dev/null differ
diff --git a/images/about/screenshots/4.0-2-small.jpg 
b/images/about/screenshots/4.0-2-small.jpg
new file mode 100644
index 000..7098bbf
Binary files /dev/null and b/images/about/screenshots/4.0-2-small.jpg differ
diff --git a/images/about/screenshots/4.0-2-small.png 
b/images/about/screenshots/4.0-2-small.png
deleted file mode 100644
index efdeaa4..000
Binary files a/images/about/screenshots/4.0-2-small.png and /dev/null differ
diff --git a/images/about/screenshots/4.4-1-small.jpg 
b/images/about/screenshots/4.4-1-small.jpg
new file mode 100644
index 000..eb5f530
Binary files /dev/null and b/images/about/screenshots/4.4-1-small.jpg differ
diff --git a/images/about/screenshots/4.4-1-small.png 
b/images/about/screenshots/4.4-1-small.png
deleted file mode 100644
index f3fd757..000
Binary files a/images/about/screenshots/4.4-1-small.png and /dev/null differ
diff --git a/images/about/screenshots/4.4-2-small.jpg 
b/images/about/screenshots/4.4-2-small.jpg
new file mode 100644
index 000..6a1004c
Binary files /dev/null and b/images/about/screenshots/4.4-2-small.jpg differ
diff --git a/images/about/screenshots/4.4-2-small.png 
b/images/about/screenshots/4.4-2-small.png
deleted file mode 100644
index 06efcd5..000
Binary files a/images/about/screenshots/4.4-2-small.png and /dev/null differ
diff --git a/images/about/screenshots/4.4-3-small.jpg 
b/images/about/screenshots/4.4-3-small.jpg
new file mode 100644
index 000..f88a2cf
Binary files /dev/null and b/images/about/screensh

[Xfce4-commits] Add Chinese to languages.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to 228ee23d6103c380a7cf802ac032112a61eceb49 (commit)
   from 5d034b0cfde143c6ba13abcefc9c3f894a22108e (commit)

commit 228ee23d6103c380a7cf802ac032112a61eceb49
Author: Nick Schermer 
Date:   Sat Apr 7 13:27:29 2012 +0200

Add Chinese to languages.

 lib/locales.php |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lib/locales.php b/lib/locales.php
index 3ad56cf..482b8c8 100644
--- a/lib/locales.php
+++ b/lib/locales.php
@@ -6,7 +6,8 @@ $languages = array (
'es' => 'Spanish (Castilian)',
'it' => 'Italian',
'ja' => 'Japanese',
-   'sk' => 'Slovak');
+   'sk' => 'Slovak',
+   'zh_CN' => 'Chinese (China)');
 
 /* used in header and language detection functions */
 $language_codes = array_keys ($languages);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 75a44dfd65bd18bc3cfb0d9cdf4da09bdf458fbf (commit)
   from d4d242f95343ce32136845a9b2f646120a44008c (commit)

commit 75a44dfd65bd18bc3cfb0d9cdf4da09bdf458fbf
Author: Chipong Luo 
Date:   Sat Apr 7 15:39:10 2012 +0200

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

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

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

 lib/po/zh_CN.po |   52 ++--
 1 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/lib/po/zh_CN.po b/lib/po/zh_CN.po
index 69a8c2d..cc3eb58 100644
--- a/lib/po/zh_CN.po
+++ b/lib/po/zh_CN.po
@@ -106,11 +106,11 @@ msgstr "应用程序查找器"
 msgid ""
 "Allows you to search, launch and find information about applications "
 "installed on your system."
-msgstr "让您搜索、启动和查找安装在您系统上的应用程序的相关信息。"
+msgstr "让您搜索、启动和查找安装在您系统上的应用程序及其相关信息。"
 
 #: projects/index.php:74
 msgid "Xfce Libraries"
-msgstr "Xfce 库文件"
+msgstr "库文件"
 
 #: projects/index.php:76
 msgid ""
@@ -120,11 +120,11 @@ msgstr "它们提供额外的功能和控件,简化应用程序的开发。"
 
 #: projects/index.php:83
 msgid "Simple client-server configuration storage and query system."
-msgstr "简单的代理服务器配置存储和问询系统。"
+msgstr "Xfconf 是简单的代理服务器配置存储和问询系统。"
 
 #: projects/index.php:92
 msgid "Thunar File Manager"
-msgstr "Thunar 文件管理器"
+msgstr "文件管理器"
 
 #: projects/index.php:94
 msgid ""
@@ -148,11 +148,11 @@ msgstr "终端"
 msgid ""
 "Terminal is a modern terminal emulator featuring tabs and transparent "
 "backgrounds."
-msgstr "终端是现代化的终端模拟器,亮点是多标签和透明背景。"
+msgstr "Terminal 是现代化的终端模拟器,亮点是多标签和透明背景。"
 
 #: projects/index.php:123
 msgid "Xfburn"
-msgstr "Xfburn 刻录程序"
+msgstr "刻录程序"
 
 #: projects/index.php:125
 msgid "Xfburn is an application to create and burn CD's and DVD's."
@@ -160,19 +160,19 @@ msgstr "Xfburn 是创建和刻录 CD 和 DVD 的应用程序。"
 
 #: projects/index.php:130
 msgid "Orage"
-msgstr "Orage 日历"
+msgstr "日历"
 
 #: projects/index.php:132
 msgid "A simple calendar application with reminders."
-msgstr "带提醒的简单日历应用程序。"
+msgstr "Orage 是带提醒的简单日历应用程序。"
 
 #: projects/index.php:141
 msgid "Mixer"
-msgstr "Mixer 混音器"
+msgstr "混音器"
 
 #: projects/index.php:143
 msgid "Allows you to change the volume of the different audio tracks."
-msgstr "让您更改不同音频通道的音量。"
+msgstr "Mixer 让您更改不同音频通道的音量。"
 
 #: projects/index.php:148
 msgid "Image Viewer"
@@ -386,7 +386,7 @@ msgstr ""
 "Xfce 中的每个软件包都发布稳定版或开发版,包括核心软件包(如 发行模式 中所述)。您可以注意 Xfce 用户邮件列表 中的发行公告、或留意 http://archive.xfce.";
-"org/feeds/project/\">发布新闻 或注意 Xfce http://identi.ca/xfce";
+"org/feeds/project/\">发布通告 或注意 Xfce http://identi.ca/xfce";
 "\">identi.ca 频道。"
 
 #: download/index.php:45
@@ -415,9 +415,9 @@ msgid ""
 "href=\"http://www.zenwalk.org/\";>Zenwalk, but there is a good chance "
 "your favorite distro provides packages as well."
 msgstr ""
-"许多不同的发行版提供 Xfce 软件包。比如流行的以 Xfce 编译的http://";
+"许多不同的发行版提供 Xfce 软件包。比如流行的以 Xfce 编译的 http://";
 "www.xubuntu.org/\">Xubuntu,http://spins.fedoraproject.org/";
-"xfce/\">Fedora Xfce Spin 和http://www.zenwalk.org/\";>ZenwalkFedora Xfce Spin 和 http://www.zenwalk.org/\";>Zenwalk,但极有可能您喜爱的发行版也提供这些软件包。"
 
 #: download/index.php:61
@@ -585,7 +585,7 @@ msgstr "所有 Xfce 桌面的核心组件必须遵循此文档中定义的发行
 
 #: about/releasemodel.php:56
 msgid "Essential Dependencies"
-msgstr "必要的依赖关系"
+msgstr "必须的依赖关系"
 
 #: about/releasemodel.php:67
 msgid ""
@@ -795,7 +795,7 @@ msgid ""
 "core desktop."
 msgstr ""
 "结束时,会决定下一个 Xfce 核心桌面稳定版会有哪些依赖。特别是所有 Xfce 核心桌"
-"面基本依赖所需的最低版本。"
+"面必须的依赖所需的最低版本。"
 
 #: about/releasemodel.php:159
 msgid ""
@@ -1184,7 +1184,7 @@ msgid ""
 "of Xfce 4.6 and Xfce "
 "4.4 are also still available."
 msgstr ""
-"此导航向您介绍在 Xfce 4.8 中用户可见的所有主要新功能。这仅是用户可见的已完成"
+"此导航向您介绍在 Xfce 4.8 中用户可见的所有主要新功能。这仅是用户可见的已完成的"
 "部分;参看 更改日志 上的完整更改列表。"
 "Xfce 4.6 和 Xfce "
 "4.4 仍然在那儿。"
@@ -2407,7 +2407,7 @@ msgstr "珍品管理"
 
 #: about/credits.php:15 about/credits.php:104
 msgid "Translations supervision"
-msgstr "译文管理"
+msgstr "翻译管理"
 
 #: about/credits.php:16 about/credits.php:111
 msgid "Translators"
@@ -2766,7 +2766,7 @@ msgid ""
 "icon sizing in the notification area, also known as the systray."
 msgstr ""
 "这听起来好像是有一点用的修复,但与再次进入新 Xfce 面板的大量工作相比是微不足"
-"道的。修复了大约 20+ 的已知缺陷和退步。此处是完整的更改日志摘录:修复了外部插"
+"道的。修复了大约 20+ 的已知缺陷和退化。此处是完整的更改日志摘录:修复了外部插"
 "件的翻译区、插件再次用 DND 重新排序、在项目编辑器上双击项目显示其属性、拖动项"
 "目进入项目编辑器对话框将其从面板上再次移除、任务列表窗口现在可以用监视器过"
 "滤。另一个近期出现并在现今已经得到修复的问题是在通知区域中,也就是在系统托盘"
@@ -2893,7 +2893,7 @@ msgstr "Xfce 4.6 的第二个缺陷修复版已经发布了。"
 msgid ""
 "This release features a lot of updated translations and fixes some bugs or "
 "regressions with new GTK+ versions."
-msgstr "此版本的亮点是用新版 GTK+ 更新了大量译文并修复了一些缺陷或退步。"
+msgstr "此版本的亮点是用新版 GTK+ 更新了大量译文并修复了一些缺陷或退化。"
 
 #: news-array.php:91
 msgid "The first bugfix-release of xfce 4.6 has been released."
@@ -2976,7 +2976,7 @@ msgid ""
 "out with promotion and marketing both on line and at tradeshows and "
 "conferences."
 msgstr ""
-"可能的任务包括测试、缺陷报告;代码撰写、美工设计、文档编写或翻译;在线或在展"
+"可能的任务包括测试、缺陷报告;代码撰写、美工设计、文档编写或翻译;在网上或在展"
 "览和会议上做传播、推广、营销。"
 
 #:

[Xfce4-commits] Reduce tiling distance (bug #8628) Add tile_on_move setting (no UI yet)

2012-04-07 Thread Olivier Fourdan
Updating branch refs/heads/master
 to e296502edd7c3678100cab1928f71a802d151c4b (commit)
   from ba6a10a17598174e0da2e886481ab799e5c4b755 (commit)

commit e296502edd7c3678100cab1928f71a802d151c4b
Author: Olivier Fourdan 
Date:   Tue Apr 3 22:12:31 2012 +0200

Reduce tiling distance (bug #8628)
Add tile_on_move setting (no UI yet)

 defaults/defaults |2 +-
 src/moveresize.c  |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/defaults/defaults b/defaults/defaults
index 56eaf40..6db210a 100644
--- a/defaults/defaults
+++ b/defaults/defaults
@@ -50,7 +50,7 @@ snap_to_border=true
 snap_to_windows=false
 snap_width=10
 theme=Default
-tile_on_move=false
+tile_on_move=true
 title_alignment=center
 title_font=Sans Bold 9
 title_horizontal_offset=0
diff --git a/src/moveresize.c b/src/moveresize.c
index b83a98f..33cdb54 100644
--- a/src/moveresize.c
+++ b/src/moveresize.c
@@ -55,7 +55,7 @@
 ButtonReleaseMask | \
 LeaveWindowMask
 
-#define TILE_DISTANCE 15
+#define TILE_DISTANCE 2
 
 typedef struct _MoveResizeData MoveResizeData;
 struct _MoveResizeData
@@ -764,7 +764,7 @@ clientMoveTile (Client *c, XMotionEvent *xevent)
  * we should really not have such an option, I must have been weaked
  * in the past...)
  */
-if (!screen_info->params->restore_on_move)
+if (!(screen_info->params->tile_on_move & 
screen_info->params->restore_on_move))
 {
 return FALSE;
 }
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Keep pointer position relative to the window being moved (bug #8629), Add "tile_on_move" option (bug #6648), Restore original window positios after an XRandR resize (bug

2012-04-07 Thread Olivier Fourdan
Updating branch refs/heads/master
 to 1d2753376664e4fe3b3a16c35a83f065f1408c2a (commit)
   from e296502edd7c3678100cab1928f71a802d151c4b (commit)

commit 1d2753376664e4fe3b3a16c35a83f065f1408c2a
Author: Olivier Fourdan 
Date:   Sat Apr 7 17:10:15 2012 +0200

Keep pointer position relative to the window being moved (bug #8629),
Add "tile_on_move" option (bug #6648),
Restore original window positios after an XRandR resize (bug #6589)

 src/client.c |   27 --
 src/client.h |4 ++-
 src/moveresize.c |   80 -
 3 files changed, 75 insertions(+), 36 deletions(-)

diff --git a/src/client.c b/src/client.c
index 6c2e0aa..fb3665c 100644
--- a/src/client.c
+++ b/src/client.c
@@ -840,10 +840,14 @@ clientMoveResizeWindow (Client *c, XWindowChanges * wc, 
unsigned long mask)
 flags = CFG_REQUEST;
 if (mask & (CWX | CWY | CWWidth | CWHeight))
 {
+/* Clear any previously saved pos flag from screen resize */
+FLAG_UNSET (c->xfwm_flags, XFWM_FLAG_SAVED_POS);
+
 if (FLAG_TEST (c->flags, CLIENT_FLAG_MAXIMIZED))
 {
 clientRemoveMaximizeFlag (c);
 }
+
 flags |= CFG_REQUEST | CFG_CONSTRAINED;
 }
 if ((mask & (CWWidth | CWHeight)) && !(mask & (CWX | CWY)))
@@ -1741,7 +1745,11 @@ clientFrame (DisplayInfo *display_info, Window w, 
gboolean recapture)
initially maximized or fullscreen windows being placed offscreen
once de-maximized
  */
-clientSaveSizePos (c);
+c->old_x = c->x;
+c->old_y = c->y;
+c->old_width = c->width;
+c->old_height = c->height;
+
 c->fullscreen_old_x = c->x;
 c->fullscreen_old_y = c->y;
 c->fullscreen_old_width = c->width;
@@ -3552,9 +3560,22 @@ clientScreenResize(ScreenInfo *screen_info, gboolean 
fully_visible)
 {
 configure_flags |= CFG_KEEP_VISIBLE;
 }
+if (FLAG_TEST (c->xfwm_flags, XFWM_FLAG_SAVED_POS))
+{
+wc.x = c->saved_x;
+wc.y = c->saved_y;
+}
+else
+{
+FLAG_SET (c->xfwm_flags, XFWM_FLAG_SAVED_POS);
+
+c->saved_x = c->x;
+c->saved_y = c->y;
+
+wc.x = c->x;
+wc.y = c->y;
+}
 
-wc.x = c->x;
-wc.y = c->y;
 clientConfigure (c, &wc, CWX | CWY, configure_flags);
 }
 }
diff --git a/src/client.h b/src/client.h
index a6355cf..e8bc4e3 100644
--- a/src/client.h
+++ b/src/client.h
@@ -135,7 +135,7 @@
 #define XFWM_FLAG_DRAW_ACTIVE   (1L<<17)
 #define XFWM_FLAG_SEEN_ACTIVE   (1L<<18)
 #define XFWM_FLAG_FIRST_MAP (1L<<19)
-/* Unused slot   */
+#define XFWM_FLAG_SAVED_POS (1L<<20)
 #define XFWM_FLAG_MOVING_RESIZING   (1L<<21)
 #define XFWM_FLAG_NEEDS_REDRAW  (1L<<22)
 #define XFWM_FLAG_OPACITY_LOCKED(1L<<23)
@@ -286,6 +286,8 @@ struct _Client
 gint gravity;
 guint win_workspace;
 unsigned int ignore_unmap;
+gint saved_x;
+gint saved_y;
 gint old_x;
 gint old_y;
 gint old_width;
diff --git a/src/moveresize.c b/src/moveresize.c
index 33cdb54..d476d2c 100644
--- a/src/moveresize.c
+++ b/src/moveresize.c
@@ -71,6 +71,7 @@ struct _MoveResizeData
 gint cancel_w, cancel_h;
 guint cancel_workspace;
 gint mx, my;
+gint px, py; /* pointer relative position */
 gint ox, oy;
 gint ow, oh;
 gint oldw, oldh;
@@ -179,40 +180,40 @@ clientSetHandle(MoveResizeData *passdata, int handle)
 switch (handle)
 {
 case CORNER_BOTTOM_LEFT:
-px = frameX(c) + frameLeft(c) / 2;
-py = frameY(c) + frameHeight(c) - frameBottom(c) / 2;
+px = frameX (c) + frameLeft(c) / 2;
+py = frameY (c) + frameHeight (c) - frameBottom(c) / 2;
 break;
 case CORNER_BOTTOM_RIGHT:
-px = frameX(c) + frameWidth(c) - frameRight(c) / 2;
-py = frameY(c) + frameHeight(c) - frameBottom(c) / 2;
+px = frameX (c) + frameWidth (c) - frameRight(c) / 2;
+py = frameY (c) + frameHeight (c) - frameBottom(c) / 2;
 break;
 case CORNER_TOP_LEFT:
-px = frameX(c) + frameLeft(c) / 2;
-py = frameY(c);
+px = frameX (c) + frameLeft(c) / 2;
+py = frameY (c);
 break;
 case CORNER_TOP_RIGHT:
-px = frameX(c) + frameWidth(c) - frameRight(c) / 2;
-py = frameY(c);
+px = frameX (c) + frameWidth (c) - frameRight(c) / 2;
+py = frameY (c);
 break;
 case CORNER_COUNT + SIDE_LEFT:
-px = frameX(c) + frameLeft(c) / 2;
-py = frameY(c) + frameHeight(c) / 2;
+px = frameX (c) + frameLeft(c) / 2;
+py = frameY (c) + frameHeight (c) / 2;

[Xfce4-commits] Stoopid typo (thank andrzejr for spotting this)

2012-04-07 Thread Olivier Fourdan
Updating branch refs/heads/master
 to 10338e0a48ebc470e61ca2e97daaf6e2876473df (commit)
   from 1d2753376664e4fe3b3a16c35a83f065f1408c2a (commit)

commit 10338e0a48ebc470e61ca2e97daaf6e2876473df
Author: Olivier Fourdan 
Date:   Sat Apr 7 17:38:42 2012 +0200

Stoopid typo (thank andrzejr for spotting this)

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

diff --git a/src/moveresize.c b/src/moveresize.c
index d476d2c..9893c30 100644
--- a/src/moveresize.c
+++ b/src/moveresize.c
@@ -767,7 +767,7 @@ clientMoveTile (Client *c, XMotionEvent *xevent)
  * we should really not have such an option, I must have been weaked
  * in the past...)
  */
-if (!(screen_info->params->tile_on_move & 
screen_info->params->restore_on_move))
+if (!(screen_info->params->tile_on_move && 
screen_info->params->restore_on_move))
 {
 return FALSE;
 }
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Polish (pl) translation to 97%

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 2c222386e5d5e21a213dad250eefa98c4bfa0bfb (commit)
   from b85fd2d6983f4d120520a4101180692d8bd5124d (commit)

commit 2c222386e5d5e21a213dad250eefa98c4bfa0bfb
Author: Piotr Sokół 
Date:   Sat Apr 7 17:40:47 2012 +0200

l10n: Updated Polish (pl) translation to 97%

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

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

 po/pl.po |  455 +-
 1 files changed, 244 insertions(+), 211 deletions(-)

diff --git a/po/pl.po b/po/pl.po
index 253ee88..d67fff9 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -5,12 +5,12 @@
 # Piotr Maliński , 2006.
 # Szymon Kałasz , 2006.
 # Piotr Sokół , 2009, 2011.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfdesktop 4.8.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-20 05:12+\n"
+"POT-Creation-Date: 2012-04-07 10:51+\n"
 "PO-Revision-Date: 2011-02-20 11:34+0100\n"
 "Last-Translator: Piotr Sokół \n"
 "Language-Team: Polish <>\n"
@@ -18,8 +18,7 @@ msgstr ""
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: \n"
-"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10>=2 && n%10<=4 && (n"
-"%100<10 || n%100>=20)) ? 1 : 2));\n"
+"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10>=2 && n%10<=4 && 
(n%100<10 || n%100>=20)) ? 1 : 2));\n"
 
 #: ../common/xfdesktop-common.c:96 ../common/xfdesktop-common.c:200
 #, c-format
@@ -27,7 +26,7 @@ msgid "Backdrop list file is not valid"
 msgstr "Plik listy obrazów jest nieprawidłowy"
 
 #. no need to escape markup; it's already done for us
-#: ../settings/main.c:163
+#: ../settings/main.c:166
 #, c-format
 msgid ""
 "%s\n"
@@ -36,128 +35,128 @@ msgstr ""
 "%s\n"
 "Rozmiar: %dx%d"
 
-#: ../settings/main.c:289 ../src/xfdesktop-special-file-icon.c:256
-#: ../src/xfdesktop-special-file-icon.c:419
+#: ../settings/main.c:299 ../src/xfdesktop-special-file-icon.c:271
+#: ../src/xfdesktop-special-file-icon.c:434
 msgid "Home"
 msgstr "Katalog użytkownika"
 
-#: ../settings/main.c:291
+#: ../settings/main.c:301
 msgid "Filesystem"
 msgstr "System plików"
 
-#: ../settings/main.c:293
+#: ../settings/main.c:303
 msgid "Trash"
 msgstr "Kosz"
 
-#: ../settings/main.c:295
+#: ../settings/main.c:305
 msgid "Removable Devices"
 msgstr "Nośniki wymienne"
 
-#: ../settings/main.c:475
+#: ../settings/main.c:485
 #, c-format
 msgid "Cannot create backdrop list \"%s\""
 msgstr "Nie można utworzyć pliku listy obrazów „%s”"
 
-#: ../settings/main.c:479 ../settings/main.c:802
+#: ../settings/main.c:489 ../settings/main.c:862
 msgid "Backdrop List Error"
 msgstr "Błąd listy obrazów"
 
-#: ../settings/main.c:504
+#: ../settings/main.c:514
 msgid "Create/Load Backdrop List"
 msgstr "Wybór pliku"
 
-#: ../settings/main.c:528
+#: ../settings/main.c:538
 #, c-format
 msgid ""
 "File \"%s\" is not a valid backdrop list file.  Do you wish to overwrite it?"
 msgstr "Plik „%s” nie jest poprawnym plikiem listy obrazów. Nadpisać go?"
 
-#: ../settings/main.c:533
+#: ../settings/main.c:543
 msgid "Invalid List File"
 msgstr "Niepoprawny plik listy"
 
-#: ../settings/main.c:536
+#: ../settings/main.c:546
 msgid "Overwriting the file will cause its contents to be lost."
 msgstr "Zastąpienie pliku spowoduje usunięcie jego dotychczasowej zawartość."
 
-#: ../settings/main.c:538
+#: ../settings/main.c:548
 msgid "Replace"
 msgstr "Zamień"
 
-#: ../settings/main.c:798
+#: ../settings/main.c:858
 #, c-format
 msgid "Failed to write backdrop list to \"%s\""
 msgstr "Nie udało się zapisać listy obrazów „%s”"
 
-#: ../settings/main.c:825
+#: ../settings/main.c:885
 msgid "Add Image File(s)"
 msgstr "Wybór pliku"
 
-#: ../settings/main.c:834
+#: ../settings/main.c:894
 msgid "Image files"
 msgstr "Pliki obrazów"
 
-#: ../settings/main.c:839
+#: ../settings/main.c:899
 msgid "All files"
 msgstr "Wszystkie pliki"
 
-#: ../settings/main.c:1271
+#: ../settings/main.c:1356
 #, c-format
 msgid "Screen %d, Monitor %d (%s)"
 msgstr "Ekran %d, monitor %d (%s)"
 
-#: ../settings/main.c:1275
+#: ../settings/main.c:1360
 #, c-format
 msgid "Screen %d, Monitor %d"
 msgstr "Ekran %d, monitor %d"
 
-#: ../settings/main.c:1278
+#: ../settings/main.c:1363
 #, c-format
 msgid "Screen %d"
 msgstr "Ekran %d"
 
-#: ../settings/main.c:1283
+#: ../settings/main.c:1368
 #, c-format
 msgid "Monitor %d (%s)"
 msgstr "Monitor %d (%s)"
 
-#: ../settings/main.c:1287
+#: ../settings/main.c:1372
 #, c-format
 msgid "Monitor %d"
 msgstr "Monitor %d"
 
-#: ../settings/main.c:1500
+#: ../settings/main.c:1631
 msgid "Settings manager socket"
 msgstr "Określa gniazdo menedżera ustawień"
 
-#: ../settings/main.c:1500
+#: ../settings/main.c:1631
 msgid "SOCKET ID"
 msgstr "ID_GNIAZDA"
 
-#: ../settings/main.c:1501
+#: ../settings/main.c:1632
 msgid "Version information"
 msgstr "Informacje o wersji"
 
-#: ../settings/main.c:1521
+#: ../settings/main.c:1649
 #, c-format
 msgid 

[Xfce4-commits] Increase gtk and glib versions.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to bf0f0964f9dc0d3e50f8fc00d074972c6719f2a3 (commit)
   from 99af09fca19f7dc41ae38dc61e5b0baa8612d7d3 (commit)

commit bf0f0964f9dc0d3e50f8fc00d074972c6719f2a3
Author: Nick Schermer 
Date:   Sat Apr 7 17:46:21 2012 +0200

Increase gtk and glib versions.

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

diff --git a/configure.ac.in b/configure.ac.in
index c85b52c..11b9bec 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -125,8 +125,8 @@ XDT_CHECK_LIBSM()
 dnl ***
 dnl *** Check for required packages ***
 dnl ***
-XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.16.0])
-XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.14.0])
+XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.24.0])
+XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.20.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0])
 
 dnl *
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Polish (pl) translation to 95%

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 32d9f40a808ecb09ed8935fb404c721ce60207a9 (commit)
   from deb0b62a481e48711f3c6ccae717e64b69518385 (commit)

commit 32d9f40a808ecb09ed8935fb404c721ce60207a9
Author: Piotr Sokół 
Date:   Sat Apr 7 17:57:21 2012 +0200

l10n: Updated Polish (pl) translation to 95%

New status: 199 messages complete with 2 fuzzies and 7 untranslated.

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

 po/pl.po |  639 -
 1 files changed, 335 insertions(+), 304 deletions(-)

diff --git a/po/pl.po b/po/pl.po
index f53da99..6261e5c 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,12 +6,12 @@
 # Piotr Maliński , 2005, 2006.
 # Szymon Kałasz , 2006.
 # Piotr Sokół , 2009, 2011.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-session 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-24 17:11+\n"
+"POT-Creation-Date: 2012-04-07 15:12+\n"
 "PO-Revision-Date: 2011-03-24 22:34+0100\n"
 "Last-Translator: Piotr Sokół \n"
 "Language-Team: Polish <>\n"
@@ -19,8 +19,15 @@ msgstr ""
 "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"
-"%100<10 || n%100>=20)) ? 1 : 2));\n"
+"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10>=2 && n%10<=4 && 
(n%100<10 || n%100>=20)) ? 1 : 2));\n"
+
+#: ../xfce.desktop.in.h:1
+msgid "Use this session to run Xfce as your desktop environment"
+msgstr "Uruchamia sesję środowiska graficznego Xfce"
+
+#: ../xfce.desktop.in.h:2
+msgid "Xfce Session"
+msgstr "Xfce"
 
 #: ../engines/balou/balou-theme.c:110
 msgid "No description given"
@@ -136,97 +143,13 @@ msgstr "Prosty"
 msgid "Simple Splash Engine"
 msgstr "Prosty ekran powitalny"
 
-#: ../panel-plugin/xfsm-logout-plugin.c:86
-msgid "Session"
-msgstr "Sesja"
-
-#: ../panel-plugin/xfsm-logout-plugin.c:87
-msgid "Loc_k screen"
-msgstr "Za_blokuj ekran"
-
-#: ../panel-plugin/xfsm-logout-plugin.c:88
-#: ../panel-plugin/xfsm-logout-plugin.c:128
-msgid "_Suspend"
-msgstr "_Wstrzymaj"
-
-#: ../panel-plugin/xfsm-logout-plugin.c:89
-#: ../panel-plugin/xfsm-logout-plugin.c:135 ../xfce4-session/shutdown.c:599
-msgid "_Hibernate"
-msgstr "Za_hiberuj"
-
-#: ../panel-plugin/xfsm-logout-plugin.c:90
-#: ../panel-plugin/xfsm-logout-plugin.c:121
-msgid "_Reboot"
-msgstr "_Uruchom ponownie"
-
-#: ../panel-plugin/xfsm-logout-plugin.c:91
-#: ../panel-plugin/xfsm-logout-plugin.c:114
-msgid "Shut _down"
-msgstr "_Wyłącz"
-
-#: ../panel-plugin/xfsm-logout-plugin.c:92
-#: ../panel-plugin/xfsm-logout-plugin.c:107
-msgid "_Log out"
-msgstr "Wy_loguj"
-
-#. XFSM_SHUTDOWN_ASK
-#. XFSM_SHUTDOWN_LOGOUT
-#: ../panel-plugin/xfsm-logout-plugin.c:105
-msgid "Are you sure you want to log out?"
-msgstr "Wylogować użytkownika?"
-
-#: ../panel-plugin/xfsm-logout-plugin.c:106
-#, c-format
-msgid "You will be logged out in %u seconds."
-msgstr "Użytkownik zostanie wylogowany za %u sekund."
-
-#: ../panel-plugin/xfsm-logout-plugin.c:109
-msgid "Failed to log out."
-msgstr "Nie udało się wylogować."
-
-#. XFSM_SHUTDOWN_HALT
-#: ../panel-plugin/xfsm-logout-plugin.c:112
-msgid "Are you sure you want to shut down?"
-msgstr "Wyłączyć komputer?"
-
-#: ../panel-plugin/xfsm-logout-plugin.c:113
-#, c-format
-msgid "Your system will shut down in %u seconds."
-msgstr "Komputer zostanie wyłączony za %u sekund."
-
-#: ../panel-plugin/xfsm-logout-plugin.c:116
-msgid "Failed to shut down."
-msgstr "Nie udało się wyłączyć komputera."
-
-#. XFSM_SHUTDOWN_REBOOT
-#: ../panel-plugin/xfsm-logout-plugin.c:119
-msgid "Are you sure you want to reboot?"
-msgstr "Uruchomić komputer ponownie?"
-
-#: ../panel-plugin/xfsm-logout-plugin.c:120
-#, c-format
-msgid "Your system will reboot in %u seconds."
-msgstr "Komputer zostanie ponownie uruchomiony za %u sekund."
-
-#: ../panel-plugin/xfsm-logout-plugin.c:123
-msgid "Failed to reboot."
-msgstr "Nie udało się uruchomić ponownie komputera."
-
-#: ../panel-plugin/xfsm-logout-plugin.c:130
-msgid "Failed to suspend"
-msgstr "Nie udało się wstrzymać sesji"
-
-#: ../panel-plugin/xfsm-logout-plugin.c:137
-msgid "Failed to hibernate"
-msgstr "Nie udało się zahibernować sesji"
-
-#: ../panel-plugin/xfsm-logout-plugin.c:150
-msgid "Xflock4 could not be launched"
-msgstr "Nie można uruchomić programu xflock4"
+#: ../scripts/xscreensaver.desktop.in.h:1
+msgid "Launch screensaver and locker program"
+msgstr ""
 
-#: ../panel-plugin/xfsm-logout-plugin.c:222
-msgid "Close Session"
-msgstr "Kończenie sesji"
+#: ../scripts/xscreensaver.desktop.in.h:2
+msgid "Screensaver"
+msgstr ""
 
 #: ../settings/main.c:43
 msgid "Settings manager socket"
@@ -240,25 +163,27 @@ msgstr "ID_GNIAZDA"
 msgid "Version information"
 msgstr "Wypisuje informacje o wersji i kończy"
 
-#: ../settings/main.c:74
+#: ../settings/main.c:75 ../xfce4-session/main.c:257
 #, c-format
 msgid "Type '%s --help' for usage."
 msgstr "Proszę wprowadzić „%s

[Xfce4-commits] l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 3bac5a5cf9bae179982948a35870725ad8b95acd (commit)
   from 75a44dfd65bd18bc3cfb0d9cdf4da09bdf458fbf (commit)

commit 3bac5a5cf9bae179982948a35870725ad8b95acd
Author: Chipong Luo 
Date:   Sat Apr 7 17:59:53 2012 +0200

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

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

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

 lib/po/zh_CN.po |   24 
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/lib/po/zh_CN.po b/lib/po/zh_CN.po
index cc3eb58..78c42bf 100644
--- a/lib/po/zh_CN.po
+++ b/lib/po/zh_CN.po
@@ -1096,7 +1096,7 @@ msgstr "它锁住了整个桌面图形界面"
 
 #: about/releasemodel.php:301
 msgid "A bug may not delay a release if it meets the following criteria:"
-msgstr "如果符合以下标准则一个缺陷不应耽误发布:"
+msgstr "如果符合以下标准,则一个缺陷不应耽误发布:"
 
 #: about/releasemodel.php:305
 msgid ""
@@ -1327,7 +1327,7 @@ msgid ""
 "a button."
 msgstr ""
 "图标框和任务列表插件现在已合并为一个插件,称为窗口按钮。它提供不同的排列模"
-"式,改进了竖直面板的处理,且可以像停在按钮上时 Xfwm4 Alt + tab 那样绘制相似的"
+"式,改进了竖直面板的处理,且可以像停在按钮上时 Xfwm4 Alt + Tab 那样绘制相似的"
 "窗口边框。"
 
 #: about/tour.php:55
@@ -2140,7 +2140,7 @@ msgid ""
 "Further on support for multiple image formats for window decoration themes "
 "was added, including PNG, GIF and SVG images."
 msgstr ""
-"添加了更多用于窗口修饰主题的多图片格式支持,包括 PNG、GIF"
+"添加了更多用于窗口修饰主题的多图片格式支持,包括 PNG、GIF "
 "和 SVG 图片。"
 
 #: about/tour44.php:98
@@ -2219,7 +2219,7 @@ msgid ""
 "format in the past to store your settings, Orage is based on "
 "ical and therefore compatible with other calendar applications."
 msgstr ""
-"虽然 Orage 非常轻便易用,但它支持所有大型日历应用程序中可发现的重要功"
+"虽然 Orage 非常轻便易用,但它支持所有大型日历应用程序中可找到的重要功"
 "能,如 Evolution 和 Outlook。过去的 Xfcalendar 使用自定"
 "义的 dbh 格式存储您的设置,但 Orage 基于 ical,因而"
 "与其它日历应用程序兼容。"
@@ -2422,7 +2422,7 @@ msgid ""
 "A large number of people contributed to the Xfce project. Although more "
 "people contributed to the project then the ones list below, we'd like to say:"
 msgstr ""
-"许多人为 Xfce 项目做了贡献。然而更多为此项目做了贡献的人没有列在下面,所以我"
+"许多人为 Xfce 项目做了贡献。可是很多为此项目做了贡献的人没有列在下面,所以我"
 "们应该说:"
 
 #: about/credits.php:58
@@ -2474,7 +2474,7 @@ msgid ""
 msgstr ""
 "此版本将一些主要更改并入 Xfce 桌面环境核心中,但愿成功地解决了许多长时间"
 "的提请。最显著的更新之一是新的应用程序查找器,它合并了原 appfinder "
-"和 xfrun4。面板有一个竖直模式[亦即桌面栏]以便更好地使用宽屏显示器的"
+"和 xfrun4。面板有一个竖直模式(亦即桌面栏)以便更好地使用宽屏显示器的"
 "空间,还有一个新的动作插件。在设置方面,设置帮助器集成进 xfsettingsd,保存"
 "正在运行的 1 个进程。还有一个重写的带类别的设置对话框,默认启用插入式对话框;"
 "鼠标设置中的基本 Synaptics 和 Wacom 设置; 一个新的 MIME-Type 编辑器。"
@@ -3089,7 +3089,7 @@ msgstr ""
 "Xfce 使用 http://transifex.org\";>Transifex 翻译平台作为翻译者的"
 "门户。它允许翻译者在线翻译,提交新的 po 文件,监视译文和查看状态统"
 "计。所有新译文都直接提交至 http://git.xfce.org\";>Xfce GIT 代码库"
-",这样其他人便可以直接利用。"
+",这样其他人就可以直接利用了。"
 
 #: getinvolved/translation.php:20
 msgid ""
@@ -3097,7 +3097,7 @@ msgid ""
 "always looking for new translation contributors. If you're interested in "
 "this, read the getting started section below."
 msgstr ""
-"因为我们希望 Xfce 被尽可能多地翻译成其它语言,我们总是在寻找新的翻译贡献者。"
+"因为我们希望 Xfce 被尽可能多地翻译成其它语言,所以我们总是在寻找新的翻译贡献者。"
 "如果您对此有兴趣,阅读以下的 入门 一节。"
 
 #: getinvolved/translation.php:26
@@ -3205,8 +3205,8 @@ msgid ""
 "example here is the French translation of xfce4-panel: http://git.";
 "xfce.org/xfce/xfce4-panel/plain/po/fr.po\">fr.po."
 msgstr ""
-"PO 文件的上面包含 \"Last-Translator\" 区域;比如在这以法语 xfce4-panel 译文为"
-"例:http://git.xfce.org/xfce/xfce4-panel/plain/po/fr.po\";>fr.pohttp://git.xfce.org/xfce/xfce4-panel/plain/po/zh_CN.po\";>zh_CN.po。"
 
 #: getinvolved/translation.php:57
@@ -3303,8 +3303,8 @@ msgstr ""
 "通过先进入 https://translations.xfce.org/languages/\";>语言页面 "
 "并挑选您的语言而不是程序集得到这个页面。“Xfce” 程序集有若干不同的稳定版部分"
 "(xfce-4.4、xfce-4.6 等)和一个开发版分支(主分支)。"
-"其它程序集,例如应用程序,通常仅有开发版部分,因为它们不是任何 Xfce 官方发布"
-"的部分。"
+"其它程序集,例如应用程序,通常仅有开发版部分,因为它们不是任何 Xfce 正式发布"
+"的一部分。"
 
 #: getinvolved/translation.php:88
 msgid "Downloading Translations"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Bump gtk to 2.20 and glib to 2.24.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to 423672ddf0920321a2da3cbbb3a99e31322488b2 (commit)
   from 13ed203f15b586aeaf2643a83f36ff8a18190f6d (commit)

commit 423672ddf0920321a2da3cbbb3a99e31322488b2
Author: Nick Schermer 
Date:   Sat Apr 7 18:19:29 2012 +0200

Bump gtk to 2.20 and glib to 2.24.

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

diff --git a/configure.in.in b/configure.in.in
index 7d8a03e..39d3708 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -157,11 +157,11 @@ XDT_I18N([@LINGUAS@], [exo-libexo_version_api()])
 dnl ***
 dnl *** Check for required packages ***
 dnl ***
-XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.18.0])
-XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.18.0])
-XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.14.0])
-XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.16.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0])
+XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.24.0])
+XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.24.0])
+XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.20.0])
+XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.24.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.9.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.9.0])
 
 dnl ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Polish (pl) translation to 89%

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 218e84788f7cde7a0aa282b9ad32a810c01f4e09 (commit)
   from b32288afd0a5c69ace40637d32949dd2157be6e4 (commit)

commit 218e84788f7cde7a0aa282b9ad32a810c01f4e09
Author: Piotr Sokół 
Date:   Sat Apr 7 18:20:03 2012 +0200

l10n: Updated Polish (pl) translation to 89%

New status: 60 messages complete with 3 fuzzies and 4 untranslated.

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

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

diff --git a/po/pl.po b/po/pl.po
index 788cc7c..5fb65d6 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-appfinder\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-06 02:54+\n"
+"POT-Creation-Date: 2012-04-07 13:24+\n"
 "PO-Revision-Date: 2011-11-22 17:03+0100\n"
 "Last-Translator: Piotr Sokół \n"
 "Language-Team: polski <>\n"
@@ -99,9 +99,8 @@ msgid "Are you sure you want to revert \"%s\"?"
 msgstr "Usunąć wzór „%s”?"
 
 #: ../src/appfinder-window.c:835
-#, fuzzy
 msgid "Failed to remove desktop file"
-msgstr "Nie udało się otworzyć okna"
+msgstr "Nie udało się usunąć pliku desktop"
 
 #. I18N: the first %s will be replace with users' applications directory, the
 #. * second with Hidden=true
@@ -135,7 +134,7 @@ msgstr "Zamień istniejącą usługę."
 
 #: ../src/main.c:78
 msgid "Quit all instances"
-msgstr "Kończy wszystkie wystąpienia programu"
+msgstr "Kończy działanie wszystkich wystąpień programu"
 
 #: ../src/main.c:79
 msgid "Do not try to use or become a D-Bus service"
@@ -203,7 +202,7 @@ msgstr "_Czynności"
 
 #: ../src/appfinder-preferences.glade.h:11
 msgid "History"
-msgstr "_Historia"
+msgstr "Historia"
 
 #: ../src/appfinder-preferences.glade.h:13
 #, no-c-format
@@ -222,11 +221,11 @@ msgstr ""
 
 #: ../src/appfinder-preferences.glade.h:15
 msgid "Ite_m icon size:"
-msgstr ""
+msgstr "Rozmiar ikon _zawartości:"
 
 #: ../src/appfinder-preferences.glade.h:16
 msgid "Keep running _instance in the background"
-msgstr ""
+msgstr "_Działanie programu w tle"
 
 #: ../src/appfinder-preferences.glade.h:17
 msgid "Large"
@@ -274,7 +273,7 @@ msgstr "Mniejszy"
 
 #: ../src/appfinder-preferences.glade.h:28
 msgid "Text besi_de icons"
-msgstr ""
+msgstr "Etykiety _obok ikon"
 
 #: ../src/appfinder-preferences.glade.h:29
 msgid "Very Large"
@@ -298,7 +297,7 @@ msgstr "_Typ:"
 
 #: ../src/appfinder-preferences.glade.h:34
 msgid "_View items as icons"
-msgstr ""
+msgstr "_Wyświetlanie zawartości jako ikony"
 
 #: ../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] Bump 4util dependency.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to 2d52c92f10ef144c4cdfd5625b7c35f15b776206 (commit)
   from bf0f0964f9dc0d3e50f8fc00d074972c6719f2a3 (commit)

commit 2d52c92f10ef144c4cdfd5625b7c35f15b776206
Author: Nick Schermer 
Date:   Sat Apr 7 18:20:27 2012 +0200

Bump 4util dependency.

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

diff --git a/configure.ac.in b/configure.ac.in
index 11b9bec..a347556 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -127,7 +127,7 @@ dnl *** Check for required packages ***
 dnl ***
 XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.24.0])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.20.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.9.0])
 
 dnl *
 dnl *** Optional support for startup notification ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Bump 4util and 4ui dependencies.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to 9de6f9f9685c22021c98bb133b96ad2de8e0478f (commit)
   from f8d17b6445fbd78c06264ea9abce66eefd0309cb (commit)

commit 9de6f9f9685c22021c98bb133b96ad2de8e0478f
Author: Nick Schermer 
Date:   Sat Apr 7 18:21:50 2012 +0200

Bump 4util and 4ui dependencies.

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

diff --git a/configure.in.in b/configure.in.in
index 2fe1a49..5f0a54d 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -158,8 +158,8 @@ XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.24.0])
 XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.24.0])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.20.0])
 XDT_CHECK_PACKAGE([GDK_PIXBUF], [gdk-pixbuf-2.0], [2.14.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.8.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.9.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.9.0])
 
 dnl 
 dnl *** Check for session management support ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Bump glib to 2.24.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to 3b69c45405e44a63dcc8f773f90e88d5345a8e93 (commit)
   from 69d6b4f6797fff163ac704a1acdb3242241ad965 (commit)

commit 3b69c45405e44a63dcc8f773f90e88d5345a8e93
Author: Nick Schermer 
Date:   Sat Apr 7 18:21:08 2012 +0200

Bump glib to 2.24.

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

diff --git a/configure.in.in b/configure.in.in
index 1fac4ed..0c1356c 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -115,7 +115,7 @@ XDT_I18N([@LINGUAS@])
 dnl 
 dnl *** Check for GLib installed ***
 dnl 
-XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.12.0])
+XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.24.0])
 
 dnl *
 dnl *** Check for gtk-doc ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Set spacing to avoid overlap with some themes (bug #8501)

2012-04-07 Thread Olivier Fourdan
Updating branch refs/heads/master
 to bfaec986de83834911e54391da3685f04abe4b54 (commit)
   from 10338e0a48ebc470e61ca2e97daaf6e2876473df (commit)

commit bfaec986de83834911e54391da3685f04abe4b54
Author: Olivier Fourdan 
Date:   Sat Apr 7 18:22:37 2012 +0200

Set spacing to avoid overlap with some themes (bug #8501)

 settings-dialogs/xfwm4-tweaks-dialog.glade |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/settings-dialogs/xfwm4-tweaks-dialog.glade 
b/settings-dialogs/xfwm4-tweaks-dialog.glade
index eb20956..7406ec0 100644
--- a/settings-dialogs/xfwm4-tweaks-dialog.glade
+++ b/settings-dialogs/xfwm4-tweaks-dialog.glade
@@ -529,6 +529,7 @@ when switching via keyboard shortcuts
 
   
 True
+12
 
   
 True
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Bump gtk, glib and xfce dependencies.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to 7a0f5085425678d68f81f5977dd5c4df7cfea35a (commit)
   from 218e84788f7cde7a0aa282b9ad32a810c01f4e09 (commit)

commit 7a0f5085425678d68f81f5977dd5c4df7cfea35a
Author: Nick Schermer 
Date:   Sat Apr 7 18:22:56 2012 +0200

Bump gtk, glib and xfce dependencies.

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

diff --git a/configure.ac.in b/configure.ac.in
index ebcc58d..0cf7523 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -71,15 +71,15 @@ XDT_I18N([@LINGUAS@])
 dnl ***
 dnl *** Check for required packages ***
 dnl ***
-XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.23.0])
-XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.23.0])
+XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.24.0])
+XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.24.0])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.20.0])
 XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.20.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.8.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.9.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.9.0])
 XDT_CHECK_PACKAGE([GARCON], [garcon-1], [0.1.7])
 XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.84])
-XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.8.0])
+XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.9.0])
 
 dnl ***
 dnl *** Check for debugging support ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Polish (pl) translation to 89%

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 30a35212b85052e0db2feb648667551627ab6732 (commit)
   from 7a0f5085425678d68f81f5977dd5c4df7cfea35a (commit)

commit 30a35212b85052e0db2feb648667551627ab6732
Author: Piotr Sokół 
Date:   Sat Apr 7 18:23:18 2012 +0200

l10n: Updated Polish (pl) translation to 89%

New status: 60 messages complete with 3 fuzzies and 4 untranslated.

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

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

diff --git a/po/pl.po b/po/pl.po
index 5fb65d6..08addbb 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -130,7 +130,7 @@ msgstr "Wypisuje informacje o wersji i kończy"
 
 #: ../src/main.c:77
 msgid "Replace the existing service"
-msgstr "Zamień istniejącą usługę."
+msgstr "Zastępuje istniejącą usługę"
 
 #: ../src/main.c:78
 msgid "Quit all instances"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Bump gtk, glib, wnck and xfce dependencies.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to 81f2ae40e068aa9aa92b4fd2b766553c6691544e (commit)
   from d2e7c17cf516faa630f12441f6f76b93a330510d (commit)

commit 81f2ae40e068aa9aa92b4fd2b766553c6691544e
Author: Nick Schermer 
Date:   Sat Apr 7 18:25:08 2012 +0200

Bump gtk, glib, wnck and xfce dependencies.

 configure.ac.in |   18 +-
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 87e18b5..723242b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -125,24 +125,24 @@ XDT_CHECK_LIBX11_REQUIRE()
 dnl ***
 dnl *** Check for required packages ***
 dnl ***
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.9.0])
 XDT_CHECK_PACKAGE([GARCON], [garcon-1], [0.1.5])
 XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.9.0])
-XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.8.0])
-XDT_CHECK_PACKAGE([EXO], [exo-1], [0.6.0])
-XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.14.0])
-XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.18.0])
-XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.18.0])
-XDT_CHECK_PACKAGE([GMODULE], [gmodule-2.0], [2.18.0])
+XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.9.0])
+XDT_CHECK_PACKAGE([EXO], [exo-1], [0.7.2])
+XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.20.0])
+XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.24.0])
+XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.24.0])
+XDT_CHECK_PACKAGE([GMODULE], [gmodule-2.0], [2.24.0])
 XDT_CHECK_PACKAGE([DBUS], [dbus-glib-1], [0.73])
 XDT_CHECK_PACKAGE([CAIRO], [cairo], [1.0.0])
-XDT_CHECK_PACKAGE([LIBWNCK], [libwnck-1.0], [2.22])
+XDT_CHECK_PACKAGE([LIBWNCK], [libwnck-1.0], [2.30])
 
 dnl **
 dnl *** Optional GIO UNIX features ***
 dnl **
 XDT_CHECK_OPTIONAL_PACKAGE([GIO_UNIX], [gio-unix-2.0],
-   [2.18.0], [gio-unix], [GIO UNIX features])
+   [2.24.0], [gio-unix], [GIO UNIX features])
 
 dnl *
 dnl *** Check for gtk-doc ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Bump package dependency versions.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to e777f23322da61151c0784bc8fec00cb724bb7e3 (commit)
   from 32d9f40a808ecb09ed8935fb404c721ce60207a9 (commit)

commit e777f23322da61151c0784bc8fec00cb724bb7e3
Author: Nick Schermer 
Date:   Sat Apr 7 18:26:29 2012 +0200

Bump package dependency versions.

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

diff --git a/configure.in.in b/configure.in.in
index 1e97cbd..a9b56c5 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -86,14 +86,14 @@ dnl Check for i18n support
 XDT_I18N([@LINGUAS@])
 
 dnl Check for required packages
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.9.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.9.0])
-XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.14.0])
-XDT_CHECK_PACKAGE([GMODULE], [gmodule-2.0], [2.10.0])
-XDT_CHECK_PACKAGE([LIBWNCK], [libwnck-1.0], [2.22])
-XDT_CHECK_PACKAGE([DBUS], [dbus-1], [1.0.0])
-XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.73])
-XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.8.0])
+XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.20.0])
+XDT_CHECK_PACKAGE([GMODULE], [gmodule-2.0], [2.24.0])
+XDT_CHECK_PACKAGE([LIBWNCK], [libwnck-1.0], [2.30])
+XDT_CHECK_PACKAGE([DBUS], [dbus-1], [1.1.0])
+XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.84])
+XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.9.0])
 
 dnl Check for gnome support
 XDT_CHECK_OPTIONAL_PACKAGE([GNOME_KEYRING], [gnome-keyring-1], [2.22],
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Bump package dependency versions.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to 07ce1ca2b686bbfaea79ad57b78e245203ded68e (commit)
   from 5bb921120d046ef3372d7f4300bcb89633e1a08e (commit)

commit 07ce1ca2b686bbfaea79ad57b78e245203ded68e
Author: Nick Schermer 
Date:   Sat Apr 7 18:27:19 2012 +0200

Bump package dependency versions.

 configure.ac.in |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index bb9d358..01c33e6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -80,11 +80,11 @@ XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.20.0])
 XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.24.0])
 XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.24.0])
 XDT_CHECK_PACKAGE([GARCON], [garcon-1], [0.1.10])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.9.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.9.0])
 XDT_CHECK_PACKAGE([LIBXFCE4KBD_PRIVATE], [libxfce4kbd-private-2], [4.9.0])
-XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.8.0])
-XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.34])
+XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.9.0])
+XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.84])
 XDT_CHECK_PACKAGE([FONTCONFIG], [fontconfig], [2.6.0])
 
 XDT_CHECK_PACKAGE([XI], [xi], [1.2.0], [],
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Bump package dependency versions.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to c2490a198aa2e52d1b3696c062f11ec0a96a3bd6 (commit)
   from d4b1ebad5f844db4d1e0c734ae8f91784c7edcbf (commit)

commit c2490a198aa2e52d1b3696c062f11ec0a96a3bd6
Author: Nick Schermer 
Date:   Sat Apr 7 18:27:57 2012 +0200

Bump package dependency versions.

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

diff --git a/configure.ac.in b/configure.ac.in
index cd1f6f2..e64238c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -76,10 +76,10 @@ dnl Check for X11 installed
 dnl XDT_CHECK_LIBX11_REQUIRE
 
 dnl required
-XDT_CHECK_PACKAGE([GLIB], [gobject-2.0], [2.18.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0])
-XDT_CHECK_PACKAGE([DBUS], [dbus-1], [1.0.0])
-XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.72])
+XDT_CHECK_PACKAGE([GLIB], [gobject-2.0], [2.24.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.9.0])
+XDT_CHECK_PACKAGE([DBUS], [dbus-1], [1.1.0])
+XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.84])
 
 dnl check for perl bindings for --disable-perl-bindings and make-exo-alias.pl
 AC_PATH_PROGS([PERL], [perl5.8 perl5.6 perl5 perl])
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Bump package dependency versions.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to 9d75575ce71b3673b76c96b385579f5aacdac465 (commit)
   from 2c222386e5d5e21a213dad250eefa98c4bfa0bfb (commit)

commit 9d75575ce71b3673b76c96b385579f5aacdac465
Author: Nick Schermer 
Date:   Sat Apr 7 18:28:47 2012 +0200

Bump package dependency versions.

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

diff --git a/configure.ac.in b/configure.ac.in
index c5aa44c..f9300fe 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -15,14 +15,14 @@ m4_define([xfdesktop_version], 
[xfdesktop_version_major().xfdesktop_version_mino
 dnl minimum required versions
 m4_define([glib_minimum_version], [2.24.0])
 m4_define([gtk_minimum_version], [2.20.0])
-m4_define([libxfce4util_minimum_version], [4.8.0])
+m4_define([libxfce4util_minimum_version], [4.9.0])
 m4_define([libxfce4ui_minimum_version], [4.9.0])
-m4_define([xfce_minimum_version], [4.8.0])
+m4_define([xfce_minimum_version], [4.9.0])
 m4_define([garcon_minimum_version], [0.1.2])
-m4_define([exo_minimum_version], [0.6.0])
+m4_define([exo_minimum_version], [0.7.0])
 m4_define([thunar_minimum_version], [1.2.0])
 m4_define([dbus_minimum_version], [0.84])
-m4_define([wnck_minimum_version], [2.20])
+m4_define([wnck_minimum_version], [2.30])
 m4_define([intltool_minimum_version], [0.31])
 m4_define([xfconf_minimum_version], [4.8.0])
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Polish (pl) translation to 88%

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to bba7324b267f27a871d07a6a53ead7d2716ebb88 (commit)
   from 2d52c92f10ef144c4cdfd5625b7c35f15b776206 (commit)

commit bba7324b267f27a871d07a6a53ead7d2716ebb88
Author: Piotr Sokół 
Date:   Sat Apr 7 18:34:28 2012 +0200

l10n: Updated Polish (pl) translation to 88%

New status: 80 messages complete with 6 fuzzies and 4 untranslated.

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

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

diff --git a/po/pl.po b/po/pl.po
index 657d842..f631116 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -2,35 +2,68 @@
 # Copyright (C) 2011 The Xfce development team.
 # This file is distributed under the same license as the libxfce4ui package.
 # Piotr Sokół , 2011.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: libxfce4ui\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-22 16:10+\n"
+"POT-Creation-Date: 2012-04-07 11:45+\n"
 "PO-Revision-Date: 2007-01-20 23:10+0200\n"
 "Last-Translator: Piotr Maliński \n"
 "Language-Team: Polish <>\n"
-"Language: pl\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==1) ? 0 : ((n%10>=2 && n%10<=4 && (n"
-"%100<10 || n%100>=20)) ? 1 : 2));\n"
+"Language: pl\n"
+"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10>=2 && n%10<=4 && 
(n%100<10 || n%100>=20)) ? 1 : 2));\n"
+
+#: ../libxfce4ui/xfce-dialogs.c:80
+#, fuzzy
+msgid "Failed to open web browser for online documentation"
+msgstr "Nie udało się uruchomić przeglądarki internetowej w celu wyświetlenia 
zdalnej dokumentacji"
+
+#: ../libxfce4ui/xfce-dialogs.c:195
+#, c-format, fuzzy
+msgid "Do you want to read the %s manual online?"
+msgstr "Wyświetlić zdalny podręcznik programu %s?"
+
+#: ../libxfce4ui/xfce-dialogs.c:197
+#, fuzzy
+msgid "Do you want to read the manual online?"
+msgstr "Wyświetlić zdalny podręcznik?"
+
+#: ../libxfce4ui/xfce-dialogs.c:200
+#, fuzzy
+msgid "Online Documentation"
+msgstr "Zdalna dokumentacja"
 
-#: ../libxfce4ui/xfce-dialogs.c:68
+#: ../libxfce4ui/xfce-dialogs.c:203
+msgid ""
+"You will be redirected to the documentation website where the help pages are "
+"maintained and translated."
+msgstr ""
+
+#: ../libxfce4ui/xfce-dialogs.c:207
+msgid "_Read Online"
+msgstr ""
+
+#: ../libxfce4ui/xfce-dialogs.c:219
+msgid "_Always go directly to the online documentation"
+msgstr ""
+
+#: ../libxfce4ui/xfce-dialogs.c:263
 msgid "Information"
 msgstr "Informacja"
 
-#: ../libxfce4ui/xfce-dialogs.c:101
+#: ../libxfce4ui/xfce-dialogs.c:296
 msgid "Warning"
 msgstr "Ostrzeżenie"
 
-#: ../libxfce4ui/xfce-dialogs.c:135
+#: ../libxfce4ui/xfce-dialogs.c:330
 msgid "Error"
 msgstr "Błąd"
 
-#: ../libxfce4ui/xfce-dialogs.c:186
+#: ../libxfce4ui/xfce-dialogs.c:381
 msgid "Question"
 msgstr "Pytanie"
 
@@ -77,7 +110,8 @@ msgid ""
 "This shortcut is already being used for another window manager action. Which "
 "action do you want to use?"
 msgstr ""
-"Skrót klawiszowy jest aktualnie przypisany do innej czynności menedżera 
okien. Do której czynności menedżera okien przypisać skrót?"
+"Skrót klawiszowy jest aktualnie przypisany do innej czynności menedżera "
+"okien. Do której czynności menedżera okien przypisać skrót?"
 
 #: ../libxfce4kbd-private/xfce-shortcuts.c:53
 #: ../libxfce4kbd-private/xfce-shortcuts.c:56
@@ -98,7 +132,8 @@ msgid ""
 "This shortcut is already being used for the command '%s'. Which action do "
 "you want to use?"
 msgstr ""
-"Skrót klawiszowy jest aktualnie przypisany do polecenia „%s”. Do którego 
polecenia przypisać skrót?"
+"Skrót klawiszowy jest aktualnie przypisany do polecenia „%s”. Do którego "
+"polecenia przypisać skrót?"
 
 #: ../libxfce4kbd-private/xfce-shortcuts.c:56
 #: ../libxfce4kbd-private/xfce-shortcuts.c:59
@@ -111,16 +146,17 @@ msgid ""
 "This shortcut is already being used by a window manager action. Which action "
 "do you want to use?"
 msgstr ""
-"Skrót klawiszowy jest aktualnie przypisany do czynności menedżera okien. Do 
której czynności przypisać skrót?"
+"Skrót klawiszowy jest aktualnie przypisany do czynności menedżera okien. Do "
+"której czynności przypisać skrót?"
 
 #: ../libxfce4kbd-private/xfce-shortcuts.c:62
 msgid "Keep the window manager action"
 msgstr "Zachowaj czynność menedżera okien"
 
 #: ../libxfce4kbd-private/xfce-shortcuts.c:95
-#, fuzzy, c-format
+#, c-format
 msgid "Conflicting actions for %s"
-msgstr "Konflikt skrótu klawiszowego %s"
+msgstr "Konflikt działania skrótu klawiszowego %s"
 
 #: ../libxfce4kbd-private/xfce-shortcuts.c:128
 msgid "This shortcut is already being used for something else."
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Polish (pl) translation to 98%

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to d5bce6315bb5f450da93600b0264eb400cdff0d1 (commit)
   from bfaec986de83834911e54391da3685f04abe4b54 (commit)

commit d5bce6315bb5f450da93600b0264eb400cdff0d1
Author: Piotr Sokół 
Date:   Sat Apr 7 18:37:18 2012 +0200

l10n: Updated Polish (pl) translation to 98%

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

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

 po/pl.po |   31 +++
 1 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/po/pl.po b/po/pl.po
index fcaf763..bf0aef0 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,12 +6,12 @@
 # Robert Kurowski , 2005.
 # Szymon Kałasz , 2006.
 # Piotr Sokół , 2009, 2011.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfwm4 4.8.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-02-13 23:10+0100\n"
+"POT-Creation-Date: 2012-04-07 11:18+\n"
 "PO-Revision-Date: 2011-02-19 17:21+0100\n"
 "Last-Translator: Piotr Sokół \n"
 "Language-Team: Polish <>\n"
@@ -19,8 +19,7 @@ msgstr ""
 "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%"
-"100<10 || n%100>=20)) ? 1 : 2));\n"
+"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10>=2 && n%10<=4 && 
(n%100<10 || n%100>=20)) ? 1 : 2));\n"
 
 #: ../helper-dialog/helper-dialog.c:84
 msgid ""
@@ -518,22 +517,22 @@ msgstr "Przemieszczenie na obszar roboczy 12"
 #: ../settings-dialogs/xfwm4-settings.c:281
 #, fuzzy
 msgid "Tile window to the top"
-msgstr "Przemieszczenie na lewy obszar roboczy"
+msgstr "Umieszczenie na górnej krawędzi ekranu"
 
 #: ../settings-dialogs/xfwm4-settings.c:282
 #, fuzzy
 msgid "Tile window to the bottom"
-msgstr "Przemieszczenie na dolny obszar roboczy"
+msgstr "Umieszczenie na dolnej krawędzi ekranu"
 
 #: ../settings-dialogs/xfwm4-settings.c:283
 #, fuzzy
 msgid "Tile window to the left"
-msgstr "Rozszerz okno w lewo"
+msgstr "Umieszczenie na lewej krawędzi ekranu"
 
 #: ../settings-dialogs/xfwm4-settings.c:284
 #, fuzzy
 msgid "Tile window to the right"
-msgstr "Rozszerz okno w prawo"
+msgstr "Umieszczenie na prawej krawędzi ekranu"
 
 #: ../settings-dialogs/xfwm4-settings.c:285
 msgid "Show desktop"
@@ -867,35 +866,35 @@ msgstr "_Ilość:"
 msgid "%s (on %s)"
 msgstr "%s (na %s)"
 
-#: ../src/main.c:540
+#: ../src/main.c:538
 msgid "Fork to the background"
 msgstr "Uruchamia w tle"
 
-#: ../src/main.c:542
+#: ../src/main.c:540
 msgid "Fork to the background (not supported)"
 msgstr "Uruchamia w tle (nie obsługiwane)"
 
-#: ../src/main.c:545
+#: ../src/main.c:543
 msgid "Set the compositor mode"
 msgstr "Przełącza obsługę kompozycji"
 
-#: ../src/main.c:547
+#: ../src/main.c:545
 msgid "Set the compositor mode (not supported)"
 msgstr "Przełącza obsługę kompozycji (nie obsługiwane)"
 
-#: ../src/main.c:549
+#: ../src/main.c:547
 msgid "Replace the existing window manager"
 msgstr "Zastępuje bieżący menedżer okien"
 
-#: ../src/main.c:550
+#: ../src/main.c:548
 msgid "Print version information and exit"
 msgstr "Wypisuje informacje o wersji i kończy"
 
-#: ../src/main.c:558
+#: ../src/main.c:556
 msgid "[ARGUMENTS...]"
 msgstr "[ARGUMENT...]"
 
-#: ../src/main.c:565
+#: ../src/main.c:563
 #, c-format
 msgid "Type \"%s --help\" for usage."
 msgstr "Proszę wprowadzić „%s --help”, aby wypisać komunikat pomocy."
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to ec282f8b8c775410b4995ec4bea4eee1286bbfb3 (commit)
   from 3bac5a5cf9bae179982948a35870725ad8b95acd (commit)

commit ec282f8b8c775410b4995ec4bea4eee1286bbfb3
Author: Cristian Marchi 
Date:   Sat Apr 7 18:52:26 2012 +0200

l10n: Updated Italian (it) translation to 99%

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

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

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

diff --git a/lib/po/it.po b/lib/po/it.po
index 50ec2f8..e0ef02c 100644
--- a/lib/po/it.po
+++ b/lib/po/it.po
@@ -2796,7 +2796,7 @@ msgid ""
 "manager (power management), tumbler (thumbnail generation for Thunar and "
 "other components), garcon (menu library, was already a dependency in 4.8), "
 "thunar-volman (volume manager for Thunar)."
-msgstr ""
+msgstr "Inoltre è stato rimosso xfce-utils. Il suo contenuto è stato 
cancellato o spostato verso altri componenti di Xfce. Tutte le altre modifiche 
alle dipendenze sono elencate nel \"Changelog\" della versione 4.10pre1. Xfce 
ha inoltre acquistato un paio di nuovi componenti che crediamo essere 
indispensabili per un desktop minimale: xfce4-power-manager (gestore 
dell'energia), tumbler (generatore di miniature per Thunar e per altri 
componenti), garcon (libreria di menu, era già una dipendenza in Xfce 4.8), 
thunar-volman (gestore di volumi per Thunar)."
 
 #: news-array.php:19
 msgid ""
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 5a6d99590281b189ae620accada447d008d06248 (commit)
   from ec282f8b8c775410b4995ec4bea4eee1286bbfb3 (commit)

commit 5a6d99590281b189ae620accada447d008d06248
Author: Cristian Marchi 
Date:   Sat Apr 7 18:55:36 2012 +0200

l10n: Updated Italian (it) translation to 99%

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

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

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

diff --git a/lib/po/it.po b/lib/po/it.po
index e0ef02c..7338ebe 100644
--- a/lib/po/it.po
+++ b/lib/po/it.po
@@ -2785,7 +2785,7 @@ msgid ""
 "since Xfce 4.8, so we hope the wiki will attract more contributors. The help "
 "buttons in the interface still work, but you'll be asked to open the "
 "documentation website in your web browser."
-msgstr ""
+msgstr "Gli utenti noteranno inoltre che la documentazione dei pacchetti è 
stata rimossa ed è stato introdotta la documentazione online: http://docs.xfce.org\";>docs.xfce.org. Tale scelta è stata fatta a 
causa del numero limitato di contributi alla documentazione sin dalla versione 
4.8; ci auguriamo che il wiki attragga maggiori contributori. Il pulsante 
\"Aiuto\" nell'interfaccia è ancora funzionante, ma verrà richiesto di aprire 
il sito web della documentazione nel proprio browser web."
 
 #: news-array.php:18
 msgid ""
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Add workspace settings in a notebook.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to 7186dd41a428b3481a40c3902884db86ca6cbb98 (commit)
   from d5bce6315bb5f450da93600b0264eb400cdff0d1 (commit)

commit 7186dd41a428b3481a40c3902884db86ca6cbb98
Author: Nick Schermer 
Date:   Sat Apr 7 18:53:05 2012 +0200

Add workspace settings in a notebook.

 settings-dialogs/workspace-settings.c |2 +-
 settings-dialogs/xfwm4-workspace-dialog.glade |  442 +++--
 2 files changed, 273 insertions(+), 171 deletions(-)

diff --git a/settings-dialogs/workspace-settings.c 
b/settings-dialogs/workspace-settings.c
index 856c3ca..5ef2016 100644
--- a/settings-dialogs/workspace-settings.c
+++ b/settings-dialogs/workspace-settings.c
@@ -260,7 +260,7 @@ workspace_dialog_setup_names_treeview(GtkBuilder *builder,
 gtk_tree_view_set_model(GTK_TREE_VIEW(treeview), GTK_TREE_MODEL(ls));
 
 render = gtk_cell_renderer_text_new();
-col = gtk_tree_view_column_new_with_attributes("", render,
+col = gtk_tree_view_column_new_with_attributes("#", render,
"text", COL_NUMBER,
NULL);
 gtk_tree_view_append_column(GTK_TREE_VIEW(treeview), col);
diff --git a/settings-dialogs/xfwm4-workspace-dialog.glade 
b/settings-dialogs/xfwm4-workspace-dialog.glade
index 6387b69..69c6a81 100644
--- a/settings-dialogs/xfwm4-workspace-dialog.glade
+++ b/settings-dialogs/xfwm4-workspace-dialog.glade
@@ -1,6 +1,6 @@
-
+
 
-  
+  
   
   
   
@@ -10,76 +10,78 @@
 10
   
   
-0
 100
 1
 10
   
   
-0
 100
 1
 10
   
   
-0
 100
 1
 10
   
   
-0
 100
 1
 10
   
   
+False
 Workspaces
 center-on-parent
-400
-400
 xfce4-workspaces
 dialog
-False
 Set number and names of 
workspaces
 
   
 True
-vertical
+False
 2
 
-  
+  
 True
-True
+True
+6
 
-  
+  
 True
-0
-none
+False
+6
+6
 
-  
+  
 True
-12
+False
+0
+none
 
-  
+  
 True
-6
-vertical
-6
+False
+6
+6
+16
 
   
 True
+False
 12
 
   
 True
+False
+0
 _Number of workspaces:
 True
 workspace_count_spinbutton
   
   
 False
-False
+True
 0
   
 
@@ -88,6 +90,11 @@
 True
 True
 False
+•
+False
+False
+True
+True
 adjustment1
   
   
@@ -97,12 +104,39 @@
   
 
   
-  
-False
-False
-0
-  
 
+  
+
+
+  
+True
+False
+Layout
+True
+
+  
+
+  
+
+  
+  
+False
+True
+0
+  
+
+
+  
+True
+False
+0
+none
+
+  
+True
+False
+6
+18
   

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

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 21322dc559c0b29e6e84af77a297974e6ce24d94 (commit)
   from 7186dd41a428b3481a40c3902884db86ca6cbb98 (commit)

commit 21322dc559c0b29e6e84af77a297974e6ce24d94
Author: Pjotr Anon 
Date:   Sat Apr 7 19:33:45 2012 +0200

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

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

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

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

diff --git a/po/nl.po b/po/nl.po
index 5f58003..1e14da7 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfwm4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-02 09:54+\n"
+"POT-Creation-Date: 2012-04-07 17:03+\n"
 "PO-Revision-Date: 2011-09-09 12:41+0200\n"
 "Last-Translator: Pjotr\n"
 "Language-Team: Dutch (Flemish)\n"
@@ -839,21 +839,29 @@ msgid "_Workspaces"
 msgstr "_Werkbladen"
 
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:1
-msgid "Margins"
-msgstr "Marges"
+msgid "Layout"
+msgstr "Vormgeving"
 
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:2
-msgid "Workspaces"
-msgstr "Werkbladen"
-
-#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:3
 msgid ""
 "Margins are areas on the edges of the screen where no window will be placed"
 msgstr ""
 "Marges zijn gebieden aan de randen van het scherm waar geen vensters "
 "geplaatst worden"
 
+#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:3
+msgid "Names"
+msgstr "Namen"
+
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:6
+msgid "_General"
+msgstr "Al_gemeen"
+
+#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:7
+msgid "_Margins"
+msgstr "_Marges"
+
+#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:8
 msgid "_Number of workspaces:"
 msgstr "Aantal werkbladen:"
 
@@ -1024,6 +1032,12 @@ msgstr "Fout bij het lezen van gegevens van het 
afgeleide proces: %s\n"
 msgid "Cannot spawn helper-dialog: %s\n"
 msgstr "Kan hulpdialoog niet uitzaaien: %s\n"
 
+#~ msgid "Margins"
+#~ msgstr "Marges"
+
+#~ msgid "Workspaces"
+#~ msgstr "Werkbladen"
+
 #~ msgid "Change workspace name"
 #~ msgstr "Werkbladnaam veranderen"
 
@@ -1210,9 +1224,6 @@ msgstr "Kan hulpdialoog niet uitzaaien: %s\n"
 #~ msgid "Change name"
 #~ msgstr "Naam veranderen"
 
-#~ msgid "Name:"
-#~ msgstr "Naam:"
-
 #~ msgid "Click on a workspace name to edit it"
 #~ msgstr "Klik op een werkbladnaam om hem te bewerken"
 
@@ -1228,9 +1239,6 @@ msgstr "Kan hulpdialoog niet uitzaaien: %s\n"
 #~ msgid "Workspaces and Margins"
 #~ msgstr "Werkbladen en marges"
 
-#~ msgid "Margins"
-#~ msgstr "Marges"
-
 #~ msgid "Window Manager Settings"
 #~ msgstr "Vensterbeheerder instellingen"
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Small fix in dialog action area.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to 8e51322c3a2ecb3234cced93a47b9eec6bf724ed (commit)
   from 21322dc559c0b29e6e84af77a297974e6ce24d94 (commit)

commit 8e51322c3a2ecb3234cced93a47b9eec6bf724ed
Author: Nick Schermer 
Date:   Sat Apr 7 19:55:36 2012 +0200

Small fix in dialog action area.

 settings-dialogs/xfwm4-workspace-dialog.glade |   16 +---
 1 files changed, 1 insertions(+), 15 deletions(-)

diff --git a/settings-dialogs/xfwm4-workspace-dialog.glade 
b/settings-dialogs/xfwm4-workspace-dialog.glade
index 69c6a81..10da20f 100644
--- a/settings-dialogs/xfwm4-workspace-dialog.glade
+++ b/settings-dialogs/xfwm4-workspace-dialog.glade
@@ -351,21 +351,6 @@
 
   
 
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
   
 
   
@@ -403,6 +388,7 @@
   
 True
 False
+end
 
   
 gtk-help
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Improve workspace dialog subtitle/comment.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to f6cf2059575ac12cbad99318952842fd0c2c576a (commit)
   from 8e51322c3a2ecb3234cced93a47b9eec6bf724ed (commit)

commit f6cf2059575ac12cbad99318952842fd0c2c576a
Author: Nick Schermer 
Date:   Sat Apr 7 19:57:47 2012 +0200

Improve workspace dialog subtitle/comment.

The comment never mentioned the margins.

 .../xfce-workspaces-settings.desktop.in|2 +-
 settings-dialogs/xfwm4-workspace-dialog.glade  |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/settings-dialogs/xfce-workspaces-settings.desktop.in 
b/settings-dialogs/xfce-workspaces-settings.desktop.in
index 903804c..7f5292e 100644
--- a/settings-dialogs/xfce-workspaces-settings.desktop.in
+++ b/settings-dialogs/xfce-workspaces-settings.desktop.in
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Version=1.0
 _Name=Workspaces
-_Comment=Set number and names of workspaces
+_Comment=Configure layout, names and margins
 Exec=xfwm4-workspace-settings
 Icon=xfce4-workspaces
 Terminal=false
diff --git a/settings-dialogs/xfwm4-workspace-dialog.glade 
b/settings-dialogs/xfwm4-workspace-dialog.glade
index 10da20f..3a9df15 100644
--- a/settings-dialogs/xfwm4-workspace-dialog.glade
+++ b/settings-dialogs/xfwm4-workspace-dialog.glade
@@ -35,7 +35,7 @@
 center-on-parent
 xfce4-workspaces
 dialog
-Set number and names of 
workspaces
+Configure layout, names and 
margins
 
   
 True
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated German (de) translation to 97%

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 00f87b90190828fc3f644b2949eee6141fab8df2 (commit)
   from 2fb7e94506a3317403ae5308326f3d1734fa907e (commit)

commit 00f87b90190828fc3f644b2949eee6141fab8df2
Author: Mario Blättermann 
Date:   Sat Apr 7 20:08:01 2012 +0200

l10n: Updated German (de) translation to 97%

New status: 228 messages complete with 6 fuzzies and 0 untranslated.

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

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

diff --git a/po/de.po b/po/de.po
index 85d574c..104e046 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,19 +7,19 @@
 # Jannis Pohlmann , 2008.
 # Jakob Kramer , 2011.
 # Mario Blättermann , 2012.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfwm4 master\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 19:58+0200\n"
+"POT-Creation-Date: 2012-04-07 18:00+\n"
 "PO-Revision-Date: 2012-03-29 11:37+0100\n"
 "Last-Translator: Mario Blättermann \n"
 "Language-Team: German \n"
-"Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Poedit-Language: German\n"
 "X-Poedit-Country: GERMANY\n"
@@ -90,240 +90,241 @@ msgid "Settings manager socket"
 msgstr "Socket für die Sitzungsverwaltung"
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-dialog.glade.h:1
-msgid "Window Manager"
-msgstr "Fensterverwaltung"
-
-#: ../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 "Passen Sie das Fensterverhalten und die Fenstertastenkürzel an"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:1
-msgid "Window Manager Tweaks"
-msgstr "Feineinstellungen des Fensterverhaltens"
+#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:48
+msgid "Window Manager"
+msgstr "Fensterverwaltung"
 
-#: ../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:15
 msgid "Fine-tune window behaviour and effects"
 msgstr ""
 "Nehmen Sie Feineinstellungen am Fensterverhalten und den Fenstereffekten vor"
 
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:35
+msgid "Window Manager Tweaks"
+msgstr "Feineinstellungen des Fensterverhaltens"
+
 #: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:1
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:1
+#, fuzzy
+msgid "Configure layout, names and margins"
+msgstr "Anordnung, Namen und Ränder einrichten"
+
+#: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:5
 msgid "Workspaces"
 msgstr "Arbeitsflächen"
 
-#: ../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 "Box move and resize"
+msgstr "Bewegen und Vergrößern der Fensterbox"
+
+#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+msgid "Button layout"
+msgstr "Anordnung der Knöpfe"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:3
-msgid "_Theme"
-msgstr "_Thema"
+msgid "Double click _action"
+msgstr "Aktion bei _Doppelklick"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:4
-msgid "Title fon_t"
-msgstr "Sch_rift im Titel"
+msgid "Focus model"
+msgstr "Fokuseinstellungen"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:5
-msgid "Title _alignment"
-msgstr "T_itelausrichtung"
+msgid "New window focus"
+msgstr "Fokus bei neuen Fenstern"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:6
-msgid "Click and drag the buttons to change the layout"
-msgstr "Ziehen Sie die Knöpfe nach unten, um die Anordnung zu verändern"
+msgid "Raise on click"
+msgstr "Hervorheben durch Klicken"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:7
-msgid "Title"
-msgstr "Titelleiste"
+msgid "Raise on focus"
+msgstr "Hervorheben bei Fokus"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:8
-msgid "The window title cannot be removed"
-msgstr "Der Fenstertitel kann nicht entfernt werden"
+msgid "Title _alignment"
+msgstr "T_itelausrichtung"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:9
-msgid "Active"
-msgstr "Aktiv"
+msgid "Title fon_t"
+msgstr "Sch_rift im Titel"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:10
-msgid "Menu"
-msgstr "Menü"
+msgid "Window _shortcuts"
+msgstr "T_astenkürzel für Fenster"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:11
-msgid "Stick"
-msgstr "Anheften"
+ms

[Xfce4-commits] l10n: Updated German (de) translation to 96%

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 3b4857194203f628d0363f15fbefd4b4403e9bbd (commit)
   from 81f2ae40e068aa9aa92b4fd2b766553c6691544e (commit)

commit 3b4857194203f628d0363f15fbefd4b4403e9bbd
Author: Mario Blättermann 
Date:   Sat Apr 7 20:15:00 2012 +0200

l10n: Updated German (de) translation to 96%

New status: 374 messages complete with 11 fuzzies and 2 untranslated.

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

 po/de.po |   66 -
 1 files changed, 35 insertions(+), 31 deletions(-)

diff --git a/po/de.po b/po/de.po
index ef3f6eb..6f48082 100644
--- a/po/de.po
+++ b/po/de.po
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-panel 4.7.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-31 20:45+\n"
+"POT-Creation-Date: 2012-04-07 14:42+\n"
 "PO-Revision-Date: 2012-01-21 15:46+0100\n"
 "Last-Translator: Paul Seyfert \n"
 "Language-Team: German \n"
@@ -43,13 +43,13 @@ msgstr "Leiste"
 
 #. 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 "Soll »%s« wirklich entfernt werden?"
 
 #: ../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 ""
 "Wenn Sie dieses Element von der Leiste entfernen, ist es dauerhaft verloren."
@@ -196,11 +196,13 @@ msgid "Failed to launch the migration application"
 msgstr ""
 "Konnte die Anwendung zum Migrieren der Leisteneinstellungen nicht starten"
 
-#: ../panel/panel-application.c:955
+#: ../panel/panel-application.c:936
+#, fuzzy
 msgid "Create _Launcher"
-msgstr "Starter zur _Leiste hinzufügen"
+msgstr "Starter an_legen"
 
-#: ../panel/panel-application.c:956
+#: ../panel/panel-application.c:937
+#, fuzzy
 msgid ""
 "This will create a new launcher plugin on the panel and inserts the dropped "
 "files as menu items."
@@ -208,7 +210,7 @@ msgstr ""
 "Dies erzeugt eine neue Starter-Erweiterung auf der Leiste und fügt die "
 "abgelegten Dateien als Menüpunkte hinzu."
 
-#: ../panel/panel-application.c:958
+#: ../panel/panel-application.c:939
 #, fuzzy, c-format
 msgid "Create new launcher from %d desktop file"
 msgid_plural "Create new launcher from %d desktop files"
@@ -217,7 +219,7 @@ msgstr[0] ""
 msgstr[1] ""
 "Neuen Starter aus %d Dateien für Arbeitsumgebung zur Leiste hinzufügen"
 
-#: ../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."
@@ -225,11 +227,11 @@ msgstr ""
 "Sie haben X ohne Sitzungsverwaltung gestartet. Wenn Sie jetzt »Beenden« "
 "klicken, beendet dies den X-Server."
 
-#: ../panel/panel-application.c:1693
+#: ../panel/panel-application.c:1674
 msgid "Are you sure you want to quit the panel?"
 msgstr "Soll die Leiste wirklich beendet werden?"
 
-#: ../panel/panel-application.c:1701
+#: ../panel/panel-application.c:1682
 #, c-format
 msgid "Failed to execute command \"%s\""
 msgstr "Konnte Befehl »%s« nicht ausführen."
@@ -250,16 +252,18 @@ msgstr ""
 "'string' und 'uint'."
 
 #: ../panel/panel-dialogs.c:65
+#, fuzzy
 msgid "Maintainers"
-msgstr "Betreuer"
+msgstr "Entwickler"
 
 #: ../panel/panel-dialogs.c:68
 msgid "Deskbar Mode"
 msgstr ""
 
 #: ../panel/panel-dialogs.c:71
+#, fuzzy
 msgid "Inactive Maintainers"
-msgstr "Inaktive Betreuer"
+msgstr "Inaktive Entwickler"
 
 #: ../panel/panel-dialogs.c:82
 msgid "The panel of the Xfce Desktop Environment"
@@ -283,7 +287,7 @@ msgstr "Neue Elemente hinzufügen"
 msgid "Please choose a panel for the new plugin:"
 msgstr "Bitte wählen Sie eine Leiste für das neue Element:"
 
-#: ../panel/panel-dialogs.c:192 ../panel/panel-preferences-dialog.c:801
+#: ../panel/panel-dialogs.c:192 ../panel/panel-preferences-dialog.c:806
 #, c-format
 msgid "Panel %d"
 msgstr "Leiste %d"
@@ -335,42 +339,42 @@ msgstr ""
 "Durch Drücken von »Ausführen« wird das Element noch einmal neugestartet. "
 "Andernfalls wird es endgültig von der Leiste entfernt."
 
-#: ../panel/panel-preferences-dialog.c:467
+#: ../panel/panel-preferences-dialog.c:472
 msgid "Automatic"
 msgstr "Automatisch"
 
 #. I18N: screen name in the output selector
-#: ../panel/panel-preferences-dialog.c:486
+#: ../panel/panel-preferences-dialog.c:491
 #, c-format
 msgid "Screen %d"
 msgstr "Bildschirm %d"
 
 #. I18N: monitor name in the output selector
-#: ../panel/panel-preferences-dialog.c:512
+#: ../panel/panel-preferences-dialog.c:517
 #, c-format
 msgid "Monitor %d"
 msgstr "Monitor %d"
 
-#: ../panel/panel-preferences-dialog.c:867
+#: ../panel/panel-preferences-dialog.c:872
 msgid "The panel and plugin configurations will be permanently removed"
 msgstr ""
 "Die Einstel

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

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to cce04cd9f930de2be38d3f4df42a1535e515122f (commit)
   from 00f87b90190828fc3f644b2949eee6141fab8df2 (commit)

commit cce04cd9f930de2be38d3f4df42a1535e515122f
Author: Cristian Marchi 
Date:   Sat Apr 7 20:28:25 2012 +0200

l10n: Updated Italian (it) translation to 100%

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

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

 po/it.po |  526 +++---
 1 files changed, 262 insertions(+), 264 deletions(-)

diff --git a/po/it.po b/po/it.po
index 3d6898a..6663f35 100644
--- a/po/it.po
+++ b/po/it.po
@@ -4,19 +4,19 @@
 # Gabriele Modena , 2005.
 # Alex Dupre , 2004, 2005.
 # Cristian Marchi , 2009.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 19:58+0200\n"
+"POT-Creation-Date: 2012-04-07 18:00+\n"
 "PO-Revision-Date: 2010-09-08 11:45+0100\n"
 "Last-Translator: Cristian Marchi \n"
 "Language-Team: Italian \n"
-"Language: it\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: it\n"
 
 # # GLOSSARIO
 # # focus = fuoco (riferito alla finestra quando diventa attiva)
@@ -91,240 +91,240 @@ msgid "Settings manager socket"
 msgstr "Socket del gestore delle impostazioni"
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-dialog.glade.h:1
-msgid "Window Manager"
-msgstr "Gestore delle finestre"
-
-#: ../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 "Configurazione del comportamento della finestra e delle scorciatoie"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:1
-msgid "Window Manager Tweaks"
-msgstr "Regolazioni del gestore delle finestre"
+#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:48
+msgid "Window Manager"
+msgstr "Gestore delle finestre"
 
-#: ../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:15
 msgid "Fine-tune window behaviour and effects"
 msgstr "Regolazione del comportamento della finestra e delle scorciatoie"
 
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:35
+msgid "Window Manager Tweaks"
+msgstr "Regolazioni del gestore delle finestre"
+
 #: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:1
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:1
+msgid "Configure layout, names and margins"
+msgstr "Configurazione della disposizione, dei nomi e dei margini"
+
+#: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:5
 msgid "Workspaces"
 msgstr "Spazi di lavoro"
 
-#: ../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 "Box move and resize"
+msgstr "Spostamento e ridimensionamento"
+
+#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+msgid "Button layout"
+msgstr "Disposizione dei pulsanti"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:3
-msgid "_Theme"
-msgstr "_Tema"
+msgid "Double click _action"
+msgstr "_Azione per il doppio clic"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:4
-msgid "Title fon_t"
-msgstr "Cara_ttere del titolo"
+msgid "Focus model"
+msgstr "Modello di fuoco"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:5
-msgid "Title _alignment"
-msgstr "_Allineamento del titolo"
+msgid "New window focus"
+msgstr "Fuoco per le nuove finestre"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:6
-msgid "Click and drag the buttons to change the layout"
-msgstr "Trascinare i pulsanti per cambiarne la disposizione"
+msgid "Raise on click"
+msgstr "Sollevamento al clic"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:7
-msgid "Title"
-msgstr "Titolo"
+msgid "Raise on focus"
+msgstr "Sollevamento se a fuoco"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:8
-msgid "The window title cannot be removed"
-msgstr "Il titolo della finestra non può essere rimosso"
+msgid "Title _alignment"
+msgstr "_Allineamento del titolo"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:9
-msgid "Active"
-msgstr "Attivi"
+msgid "Title fon_t"
+msgstr "Cara_ttere del titolo"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:10
-msgid "Menu"
-msgstr "Menu"
+msgid "Window _shortcuts"
+msgstr "Scorci_atoie della finestra"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:11
-msgid "Stick"
-msgstr "Blocca"
+msgid "Wi

[Xfce4-commits] l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 8053adb25604701282fbf5fb2d4bb6b518baa47c (commit)
   from cce04cd9f930de2be38d3f4df42a1535e515122f (commit)

commit 8053adb25604701282fbf5fb2d4bb6b518baa47c
Author: Chipong Luo 
Date:   Sat Apr 7 20:49:40 2012 +0200

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

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

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

 po/zh_CN.po |  501 +--
 1 files changed, 250 insertions(+), 251 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index b8fb158..64033d8 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfwm4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 19:58+0200\n"
+"POT-Creation-Date: 2012-04-07 18:00+\n"
 "PO-Revision-Date: 2010-11-27 21:12+0800\n"
 "Last-Translator: Chipong Luo \n"
 "Language-Team: Chinese (Simplified) \n"
@@ -88,237 +88,237 @@ msgid "Settings manager socket"
 msgstr "设置管理器套接字"
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-dialog.glade.h:1
-msgid "Window Manager"
-msgstr "窗口管理器"
-
-#: ../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 "配置窗口行为和快捷键"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:1
-msgid "Window Manager Tweaks"
-msgstr "窗口管理器调整"
+#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:48
+msgid "Window Manager"
+msgstr "窗口管理器"
 
-#: ../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:15
 msgid "Fine-tune window behaviour and effects"
 msgstr "微调窗口行为和效果"
 
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:35
+msgid "Window Manager Tweaks"
+msgstr "窗口管理器调整"
+
 #: ../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 "工作区"
 
-#: ../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 "Box move and resize"
+msgstr "窗口移动和调整大小"
+
+#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+msgid "Button layout"
+msgstr "按钮布局"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:3
-msgid "_Theme"
-msgstr "主题(_T)"
+msgid "Double click _action"
+msgstr "双击动作(_A)"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:4
-msgid "Title fon_t"
-msgstr "标题字体(_T)"
+msgid "Focus model"
+msgstr "焦点模式"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:5
-msgid "Title _alignment"
-msgstr "标题对齐(_A)"
+msgid "New window focus"
+msgstr "聚焦新窗口"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:6
-msgid "Click and drag the buttons to change the layout"
-msgstr "点击并拖动按钮来改变布局"
+msgid "Raise on click"
+msgstr "点击时提升"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:7
-msgid "Title"
-msgstr "标题"
+msgid "Raise on focus"
+msgstr "聚焦时提升"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:8
-msgid "The window title cannot be removed"
-msgstr "未能移除窗口标题"
+msgid "Title _alignment"
+msgstr "标题对齐(_A)"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:9
-msgid "Active"
-msgstr "激活"
+msgid "Title fon_t"
+msgstr "标题字体(_T)"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:10
-msgid "Menu"
-msgstr "菜单"
+msgid "Window _shortcuts"
+msgstr "窗口快捷键(_S)"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:11
-msgid "Stick"
-msgstr "粘滞"
+msgid "Windows snapping"
+msgstr "窗口吸附"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:12
-msgid "Shade"
-msgstr "折叠"
+msgid "Wrap workspaces"
+msgstr "回绕工作区"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:13
-msgid "Minimize"
-msgstr "最小化"
-
-#: ../settings-dialogs/xfwm4-dialog.glade.h:14
-msgid "Maximize"
-msgstr "最大化"
+msgid "_Theme"
+msgstr "主题(_T)"
 
+#. Raise focus delay
 #: ../settings-dialogs/xfwm4-dialog.glade.h:15
-msgid "Close"
-msgstr "关闭"
-
-#: ../settings-dialogs/xfwm4-dialog.glade.h:16
-msgid "Hidden"
-msgstr "隐藏"
+msgid "Long"
+msgstr "长"
 
+#. Raise focus delay
 #: ../settings-dialogs/xfwm4-dialog.glade.h:17
-msgid "Button layout"
-msgstr "按钮布局"
-
-#: ../settings-dialogs/xfwm4-dialog.glade.h:18
-msgid "_Style"
-msgstr "样式(_S)"
+msgid "Short"
+msgstr "短"
 
+#. Edge resistance
+#. Smart placement size
 #: ../settings-dialogs/xfwm4-dialog.glade.h:19
-msgid "_Reset t

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

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to a058e20c77242d887b6645ced0bfdd98bc527bd2 (commit)
   from 8053adb25604701282fbf5fb2d4bb6b518baa47c (commit)

commit a058e20c77242d887b6645ced0bfdd98bc527bd2
Author: Pjotr Anon 
Date:   Sat Apr 7 21:50:10 2012 +0200

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

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

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

 po/nl.po |  512 +++---
 1 files changed, 256 insertions(+), 256 deletions(-)

diff --git a/po/nl.po b/po/nl.po
index 37d4929..b498ac7 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -3,19 +3,19 @@
 # This file is distributed under the same license as the xfwm4 package.
 # Jasper Huijsmans , 2004.
 # Pjotr, 2011.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfwm4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 19:58+0200\n"
+"POT-Creation-Date: 2012-04-07 18:00+\n"
 "PO-Revision-Date: 2011-09-09 12:41+0200\n"
 "Last-Translator: Pjotr\n"
 "Language-Team: Dutch (Flemish)\n"
-"Language: nl (Dutch)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: nl (Dutch)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: ../helper-dialog/helper-dialog.c:84
@@ -84,238 +84,238 @@ msgid "Settings manager socket"
 msgstr "Contactpunt voor instellingenbeheerder"
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-dialog.glade.h:1
-msgid "Window Manager"
-msgstr "Vensterbeheerder"
-
-#: ../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 "Configureer venstergedrag en sneltoetsen"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:1
-msgid "Window Manager Tweaks"
-msgstr "Vensterbeheerder bijstellen"
+#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:48
+msgid "Window Manager"
+msgstr "Vensterbeheerder"
 
-#: ../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:15
 msgid "Fine-tune window behaviour and effects"
 msgstr "Fijnregeling venstergedrag en -effecten"
 
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:35
+msgid "Window Manager Tweaks"
+msgstr "Vensterbeheerder bijstellen"
+
 #: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:1
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:1
+msgid "Configure layout, names and margins"
+msgstr "Vormgeving, namen en marges instellen"
+
+#: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:5
 msgid "Workspaces"
 msgstr "Werkbladen"
 
-#: ../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 "Box move and resize"
+msgstr "Veld verplaatsen en grootte veranderen"
+
+#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+msgid "Button layout"
+msgstr "Knopvormgeving"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:3
-msgid "_Theme"
-msgstr "_Thema"
+msgid "Double click _action"
+msgstr "Dubbelklik-_actie"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:4
-msgid "Title fon_t"
-msgstr "_Lettertype titel"
+msgid "Focus model"
+msgstr "Vensterscherpstelling-model"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:5
-msgid "Title _alignment"
-msgstr "_Titel-uitlijning"
+msgid "New window focus"
+msgstr "Scherpstelling van nieuw venster"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:6
-msgid "Click and drag the buttons to change the layout"
-msgstr "Klik en sleep de knoppen om de vormgeving te veranderen"
+msgid "Raise on click"
+msgstr "Naar voren halen bij klik"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:7
-msgid "Title"
-msgstr "Titel"
+msgid "Raise on focus"
+msgstr "Naar voren halen bij scherpstelling"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:8
-msgid "The window title cannot be removed"
-msgstr "De venstertitel kan niet worden verwijderd"
+msgid "Title _alignment"
+msgstr "_Titel-uitlijning"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:9
-msgid "Active"
-msgstr "Actief"
+msgid "Title fon_t"
+msgstr "_Lettertype titel"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:10
-msgid "Menu"
-msgstr "Menu"
+msgid "Window _shortcuts"
+msgstr "Venster-_sneltoetsen"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:11
-msgid "Stick"
-msgstr "Plakken"
+msgid "Windows snapping"
+msgstr "Vensters aantrekken"
 
 #: ../settings-dial

[Xfce4-commits] l10n: Updated Polish (pl) translation to 88%

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 0c8df88bf7f3aeb147a66774320e89ed04d57e54 (commit)
   from 07ce1ca2b686bbfaea79ad57b78e245203ded68e (commit)

commit 0c8df88bf7f3aeb147a66774320e89ed04d57e54
Author: Piotr Sokół 
Date:   Sat Apr 7 22:22:36 2012 +0200

l10n: Updated Polish (pl) translation to 88%

New status: 292 messages complete with 19 fuzzies and 19 untranslated.

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

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

diff --git a/po/pl.po b/po/pl.po
index 2edb28e..be2a3d0 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -1064,22 +1064,21 @@ msgstr "NAZWA URZĄDZENIA"
 #: ../dialogs/mouse-settings/main.c:124
 #, c-format
 msgid "%g px"
-msgstr ""
+msgstr "%g pikseli"
 
 #. miliseconds value for some of the scales in the dialog
 #: ../dialogs/mouse-settings/main.c:134
 #, c-format
 msgid "%g ms"
-msgstr ""
+msgstr "%g ms"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:1
 msgid "B_uttons and Feedback"
-msgstr ""
+msgstr "_Przyciski i reagowanie"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:2
-#, fuzzy
 msgid "Buttons"
-msgstr "Układ przycisków"
+msgstr "Przyciski"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:3
 msgid "Clockwise"
@@ -1099,7 +1098,6 @@ msgid "Cursor _size:"
 msgstr "_Rozmiar kursora:"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:7
-#, fuzzy
 msgid "D_istance:"
 msgstr "_Odległość:"
 
@@ -1114,7 +1112,7 @@ msgstr "Włączony"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:10
 msgid "Disable to_uchpad while typing"
-msgstr ""
+msgstr "_Wyłączenie panelu podczas wprowadzania tekstu"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:11
 msgid "Double Click"
@@ -1126,12 +1124,11 @@ msgstr "Przeciąganie"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:13
 msgid "Edge scro_lling"
-msgstr ""
+msgstr "Przewijanie _krawędziowe"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:14
-#, fuzzy
 msgid "Enable hori_zontal scrolling"
-msgstr "_Antyaliasing"
+msgstr "Przewijanie w p_oziomie"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:16
 #, fuzzy
@@ -1146,12 +1143,11 @@ msgstr "Emulacja myszy"
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:18
 #: ../dialogs/mouse-settings/xfce-mouse-settings.desktop.in.h:2
 msgid "Mouse and Touchpad"
-msgstr ""
+msgstr "Mysz i panel dotykowy"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:19
-#, fuzzy
 msgid "None (right-handed)"
-msgstr "_Praworęczny"
+msgstr "Brak (układ praworęczny)"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:20
 msgid "Pen (absolute)"
@@ -1159,28 +1155,25 @@ msgstr ""
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:21
 msgid "Pointer Speed"
-msgstr ""
+msgstr "Prędkość kursora"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:22
 msgid "Preview"
 msgstr "Podgląd"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:23
-#, fuzzy
 msgid "Reset to De_faults"
-msgstr "Przywracanie wartości domyślnych"
+msgstr "Przywróć _domyślne"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:24
-#, fuzzy
 msgid "Reverse scroll d_irection"
-msgstr "_Odwrócenie kierunków kółka"
+msgstr "_Odwrócenie kierunków przewijania"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:25
 msgid "Scrolling"
 msgstr "Przewijanie"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:26
-#, fuzzy
 msgid ""
 "Set the acceleration and sensitivity for the selected device to the default "
 "values"
@@ -1259,17 +1252,16 @@ msgstr ""
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:40
 msgid "Two-_finger scrolling"
-msgstr ""
+msgstr "Przewijanie _dwoma palcami"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:41
 msgid "When selected, the scroll wheel will work in the opposite direction"
 msgstr "Zamienia kierunki działania kółka myszy na przeciwne"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:42
-#, fuzzy
 msgid ""
 "When selected, the touchpad will be disabled when the keyboard is being used"
-msgstr "Umożliwia kontrolowanie kursora myszy za pomocą klawiatury numerycznej"
+msgstr "Wyłącza panel dotykowy podczas korzystania z klawiatury"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:43
 msgid "_Acceleration:"
@@ -1285,17 +1277,15 @@ msgstr "_Urządzenia"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:46
 msgid "_Enable this device"
-msgstr ""
+msgstr "_Włączenie"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:47
-#, fuzzy
 msgid "_Left-handed"
-msgstr "_Leworęczny"
+msgstr "_Układ leworęczny"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:48
-#, fuzzy
 msgid "_Right-handed"
-msgstr "_Praworęczny"
+msgstr "_Układ praworęczny"
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:49
 msgid "_Rotation:"
@@ -1456,9 +1446,8 @@ msgid "New Property"
 msgstr "Tworzy nową właściwość"
 
 #: ../xfce4-settings-editor/xfce-settings-prop-dialog.c:158
-#, fuzzy
 msgid "_Property:"
-msgstr "Właściwość"
+msgstr "_Właściwość:"
 
 #: ../xfce4-settin

[Xfce4-commits] l10n: Updated Polish (pl) translation to 76%

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 7d8e755434ba801b4d09db1f7031bb731768f463 (commit)
   from 4c68560048851fac694a9b9d7bc340a8ad660b56 (commit)

commit 7d8e755434ba801b4d09db1f7031bb731768f463
Author: Piotr Sokół 
Date:   Sat Apr 7 22:29:08 2012 +0200

l10n: Updated Polish (pl) translation to 76%

New status: 55 messages complete with 7 fuzzies and 10 untranslated.

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

 po/pl.po |   21 +
 1 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/po/pl.po b/po/pl.po
index f29268b..07784d3 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the xfce4-sensors-plugin 
package.
 # Piotr Maliński , 2006.
 # Piotr Sokół  2009.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
@@ -12,10 +12,10 @@ msgstr ""
 "PO-Revision-Date: 2009-04-08 11:40+0100\n"
 "Last-Translator: Piotr Sokół \n"
 "Language-Team: Polish\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/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
 #: ../panel-plugin/sensors-plugin.c:987
@@ -77,7 +77,8 @@ msgstr ""
 msgid "F_ont size:"
 msgstr "_Rozmiar czcionki:"
 
-#. gtk_widget_set_sensitive(myFontBox, 
!sd->sensors->display_values_graphically);
+#. gtk_widget_set_sensitive(myFontBox,
+#. !sd->sensors->display_values_graphically);
 #: ../panel-plugin/sensors-plugin.c:1892
 msgid "x-small"
 msgstr "Bardzo mała"
@@ -99,9 +100,8 @@ msgid "x-large"
 msgstr "Bardzo duża"
 
 #: ../panel-plugin/sensors-plugin.c:1927
-#, fuzzy
 msgid "F_ont:"
-msgstr "_Rozmiar czcionki:"
+msgstr "_Czcionka:"
 
 #: ../panel-plugin/sensors-plugin.c:1961
 msgid "Show _Units"
@@ -154,7 +154,8 @@ msgid "ACPI"
 msgstr "ACPI"
 
 #. to be displayed
-#. chip->description = g_strdup(_("Advanced Configuration and Power 
Interface"));
+#. chip->description = g_strdup(_("Advanced Configuration and Power
+#. Interface"));
 #: ../lib/acpi.c:523
 #, c-format
 msgid "ACPI v%s zones"
@@ -175,7 +176,8 @@ msgid "nvidia"
 msgstr ""
 
 #. if (scale == FAHRENHEIT) {
-#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 
32) );
+#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 +
+#. 32) );
 #. } else { // Celsius
 #. Celsius
 #: ../lib/nvidia.c:126 ../lib/hddtemp.c:708
@@ -419,7 +421,6 @@ msgstr "Wyświetla wskazania czujników sprzętowych"
 msgid "Sensor plugin "
 msgstr "Czujniki"
 
-#, fuzzy
 #~ msgid "No concrete error detected.\n"
 #~ msgstr "Wykryto nieznany błąd.\n"
 
@@ -429,22 +430,18 @@ msgstr "Czujniki"
 #~ msgid "Show _labels in graphical UI"
 #~ msgstr "_Etykiety czujników"
 
-#, fuzzy
 #~ msgid "Xfce 4 Sensors Plugin"
 #~ msgstr "Wtyczka Czujników"
 
-#, fuzzy
 #~ msgid "Xfce 4 Sensors Viewer"
 #~ msgstr "Wtyczka Czujników"
 
 #~ msgid "Edit Properties"
 #~ msgstr "Edytuj właściowości"
 
-#, fuzzy
 #~ msgid "View sensor values"
 #~ msgstr "Pokazuj wartości z czujników"
 
-#, fuzzy
 #~ msgid ""
 #~ "Xfce Hardware Sensors Plugin: \n"
 #~ "Seems like there was a problem reading a sensor feature value. \n"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 391c97c3644c6899bdbade31ed5c4de5835b4712 (commit)
   from a058e20c77242d887b6645ced0bfdd98bc527bd2 (commit)

commit 391c97c3644c6899bdbade31ed5c4de5835b4712
Author: Henrique P. Machado 
Date:   Sat Apr 7 22:34:39 2012 +0200

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

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

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

 po/pt_BR.po |  520 +--
 1 files changed, 259 insertions(+), 261 deletions(-)

diff --git a/po/pt_BR.po b/po/pt_BR.po
index e67e45e..29ca134 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,19 +7,19 @@
 # Fábio Nogueira , 2008.
 # Vladimir Melo , 2008.
 # Sérgio Cipolla  2011.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfwm4 4.8.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 19:58+0200\n"
+"POT-Creation-Date: 2012-04-07 18:00+\n"
 "PO-Revision-Date: 2011-05-01 06:49-0300\n"
 "Last-Translator: Sérgio Cipolla \n"
 "Language-Team: Brazilian Portuguese \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"
 
 #: ../helper-dialog/helper-dialog.c:84
 msgid ""
@@ -87,238 +87,238 @@ msgid "Settings manager socket"
 msgstr "Socket do gerenciador de configurações"
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-dialog.glade.h:1
-msgid "Window Manager"
-msgstr "Gerenciador de Janelas"
-
-#: ../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 "Configure o comportamento e atalhos das janelas"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:1
-msgid "Window Manager Tweaks"
-msgstr "Ajustes do Gerenciador de Janelas"
+#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:48
+msgid "Window Manager"
+msgstr "Gerenciador de Janelas"
 
-#: ../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:15
 msgid "Fine-tune window behaviour and effects"
 msgstr "Ajustes finos do comportamento e efeitos das janelas"
 
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:35
+msgid "Window Manager Tweaks"
+msgstr "Ajustes do Gerenciador de Janelas"
+
 #: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:1
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:1
+msgid "Configure layout, names and margins"
+msgstr "Configura layout, nomes e margens"
+
+#: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:5
 msgid "Workspaces"
 msgstr "Espaços de trabalho"
 
-#: ../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 "Box move and resize"
+msgstr "Movimentação e dimensionamento de caixa"
+
+#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+msgid "Button layout"
+msgstr "Disposição de botões"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:3
-msgid "_Theme"
-msgstr "_Tema"
+msgid "Double click _action"
+msgstr "_Ação de clique duplo"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:4
-msgid "Title fon_t"
-msgstr "Fo_nte do título"
+msgid "Focus model"
+msgstr "Modelo de foco"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:5
-msgid "Title _alignment"
-msgstr "_Alinhamento do título"
+msgid "New window focus"
+msgstr "Foco das janelas novas"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:6
-msgid "Click and drag the buttons to change the layout"
-msgstr "Clicar e arrastar os botões para alterar a disposição"
+msgid "Raise on click"
+msgstr "Levantar ao clicar"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:7
-msgid "Title"
-msgstr "Título"
+msgid "Raise on focus"
+msgstr "Levantar ao receber foco"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:8
-msgid "The window title cannot be removed"
-msgstr "O título da janela não pode ser removido"
+msgid "Title _alignment"
+msgstr "_Alinhamento do título"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:9
-msgid "Active"
-msgstr "Ativos"
+msgid "Title fon_t"
+msgstr "Fo_nte do título"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:10
-msgid "Menu"
-msgstr "Menu"
+msgid "Window _shortcuts"
+msgstr "Atalhos de _janela"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:11
-msgid "Stick"
-msgstr "Fixar"
+msgid "Windows snapping"
+msgstr "Alinhamento automático de janelas"
 
 #: ../settings-dialogs

[Xfce4-commits] l10n: Updated Polish (pl) translation to 83%

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 10f740adaa4cad8599e101533aed5e7102ce8f8b (commit)
   from b454c579fe42aa7c82ca7288766cfd5a28b60202 (commit)

commit 10f740adaa4cad8599e101533aed5e7102ce8f8b
Author: Piotr Sokół 
Date:   Sat Apr 7 22:39:40 2012 +0200

l10n: Updated Polish (pl) translation to 83%

New status: 222 messages complete with 21 fuzzies and 24 untranslated.

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

 po/pl.po |  337 ++---
 1 files changed, 166 insertions(+), 171 deletions(-)

diff --git a/po/pl.po b/po/pl.po
index 82d57ad..0c78afa 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -2,12 +2,12 @@
 # Copyright (C) 2010-2011 Christian Dywan
 # This file is distributed under the same license as the postler package.
 # Piotr Sokół , 2011.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: postler 0.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-08-10 16:21+\n"
+"POT-Creation-Date: 2012-04-07 18:06+\n"
 "PO-Revision-Date: 2011-08-10 19:10+0200\n"
 "Last-Translator: Piotr Sokół \n"
 "Language-Team: Polish <>\n"
@@ -15,8 +15,7 @@ msgstr ""
 "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"
-"%100<10 || n%100>=20)) ? 1 : 2));\n"
+"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10>=2 && n%10<=4 && 
(n%100<10 || n%100>=20)) ? 1 : 2));\n"
 
 #: ../data/postler.desktop.in.h:1
 msgid "Lean mail interface"
@@ -31,8 +30,9 @@ msgstr "Czytnik poczty"
 msgid "Postler"
 msgstr "Klient poczty Postler"
 
-#: ../postler/postler-accounts.vala:73 ../postler/postler-accounts.vala:201
-#: ../postler/postler-service.vala:369 ../postler/postler-service.vala:376
+#: ../postler/postler-accounts.vala:73 ../postler/postler-accounts.vala:207
+#: ../postler/postler-bureau.vala:960 ../postler/postler-service.vala:372
+#: ../postler/postler-service.vala:379
 msgid "Inbox"
 msgstr "Odebrane"
 
@@ -61,65 +61,41 @@ msgstr "Zarchiwizowane"
 msgid "Junk"
 msgstr "Niechciane"
 
-#: ../postler/postler-accounts.vala:172
+#: ../postler/postler-accounts.vala:176
 msgid "Failed to find a root certificate file."
 msgstr "Nie udało się odnaleźć pliku głównego certyfikatu"
 
-#: ../postler/postler-accounts.vala:206
+#: ../postler/postler-accounts.vala:212
 msgid "Config folder couldn't be created."
 msgstr "Nie udało się utworzyć katalogu konfiguracji."
 
-#: ../postler/postler-accounts.vala:319
+#: ../postler/postler-accounts.vala:325
 #, c-format
 msgid "Failed to remove \"%s\""
 msgstr "Nie udało się usunąć „%s”"
 
-#: ../postler/postler-accounts.vala:396
+#: ../postler/postler-accounts.vala:402
 #, c-format
 msgid "Invalid type \"%s\""
 msgstr "Niepoprawny typ „%s”"
 
 #. i18n: File was found but can't contains invalid values
-#: ../postler/postler-accounts.vala:400
+#: ../postler/postler-accounts.vala:406
 #, c-format
 msgid "Failed to parse account in \"%s\": %s"
 msgstr "Nie udało się przeanalizować pliku poczty „%s”: %s"
 
-#: ../postler/postler-accounts.vala:445
+#: ../postler/postler-accounts.vala:451
 msgid "Cache folder couldn't be created."
 msgstr "Nie udało się utworzyć katalogu pamięci podręcznej."
 
-#: ../postler/postler-accounts.vala:455
-msgid "This type can't receive mail."
-msgstr ""
-
-#: ../postler/postler-accounts.vala:472
-msgid "No SSL certificates available"
-msgstr "Brak certyfikatów SSL"
-
-#: ../postler/postler-accounts.vala:477
-msgid "Invalid address"
-msgstr "Niepoprawny adres"
-
-#: ../postler/postler-accounts.vala:487 ../postler/postler-accounts.vala:489
-msgid "Hostname is missing"
-msgstr "Nie wprowadzono adresu serwera"
-
-#: ../postler/postler-accounts.vala:491
-msgid "Username is missing"
-msgstr "Nie wprowadzono nazwy użytkownika"
-
-#: ../postler/postler-accounts.vala:493
-msgid "Password is missing"
-msgstr "Nie wprowadzono hasła"
-
-#: ../postler/postler-accounts.vala:597 ../postler/postler-accounts.vala:615
-#: ../postler/postler-accounts.vala:635
+#: ../postler/postler-accounts.vala:462 ../postler/postler-accounts.vala:605
+#: ../postler/postler-accounts.vala:623 ../postler/postler-accounts.vala:643
 #, c-format
 msgid "Account \"%s\" can't receive mail."
 msgstr "Konto „%s” nie może odbierać poczty."
 
-#: ../postler/postler-accounts.vala:618 ../postler/postler-accounts.vala:638
+#: ../postler/postler-accounts.vala:626 ../postler/postler-accounts.vala:646
 msgid "Mail folder couldn't be created."
 msgstr "Nie udało się utworzyć katalogu poczty."
 
@@ -262,7 +238,7 @@ msgstr "Usuń wyniki wyszukiwania"
 msgid "Update Saved Search"
 msgstr "Zaktualizuj wyniki wyszukiwania"
 
-#: ../postler/postler-app.vala:91 ../postler/postler-bureau.vala:414
+#: ../postler/postler-app.vala:91 ../postler/postler-bureau.vala:415
 msgid "New _Account"
 msgstr "Dodaj _konto"
 
@@ -322,7 +298,7 @@ msgstr "_Odbierz wiadomości"
 msgid "Failed to launch external application."
 msgstr "Ni

[Xfce4-commits] l10n: Updated Polish (pl) translation to 83%

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 5bc4f86a4b7ebd58d6e34617ec2730bd72d224e7 (commit)
   from 10f740adaa4cad8599e101533aed5e7102ce8f8b (commit)

commit 5bc4f86a4b7ebd58d6e34617ec2730bd72d224e7
Author: Piotr Sokół 
Date:   Sat Apr 7 22:40:43 2012 +0200

l10n: Updated Polish (pl) translation to 83%

New status: 223 messages complete with 21 fuzzies and 23 untranslated.

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

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

diff --git a/po/pl.po b/po/pl.po
index 0c78afa..f58f1ba 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -855,7 +855,7 @@ msgstr "%I:%M %P"
 #. i18n: strftime format for hour and minute, 24 hours
 #: ../postler/postler-content.vala:442
 msgid "%H:%M"
-msgstr ""
+msgstr "%H:%M"
 
 #: ../postler/postler-content.vala:444
 msgid "Today"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to e0e03474348c203e9a28518056f3c9c4a28d378f (commit)
   from 812a4f95d4395c3dd4cbb319315aaeaae1dc4999 (commit)

commit e0e03474348c203e9a28518056f3c9c4a28d378f
Author: Saïd Bouras 
Date:   Sat Apr 7 22:55:48 2012 +0200

l10n: Updated French (fr) translation to 100%

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

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

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

diff --git a/po/fr.po b/po/fr.po
index 353543b..8ce43f5 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: transd\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-29 13:57+\n"
+"POT-Creation-Date: 2012-04-07 18:54+\n"
 "PO-Revision-Date: 2011-11-29 10:51-0500\n"
 "Last-Translator: Jean-Philippe Fleury \n"
 "Language-Team: French \n"
@@ -17,7 +17,7 @@ msgstr ""
 
 #: ../src/transd.c:116
 msgid "Configuration format changed."
-msgstr ""
+msgstr "Format de configuration changé."
 
 #: ../src/transd.c:117
 msgid ""
@@ -30,8 +30,8 @@ msgstr ""
 
 #: ../transd.desktop.in.h:1
 msgid "Daemon which monitors windows and sets transparency based on rulesets"
-msgstr ""
+msgstr "Processus qui surveille les fenêtres  et établit la transparence basé 
sur des règles."
 
 #: ../transd.desktop.in.h:2
 msgid "Transparency Daemon"
-msgstr ""
+msgstr "Transparence du Processus"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 20b038eacee4c3a602413d97a80f686d5137c2f6 (commit)
   from e0e03474348c203e9a28518056f3c9c4a28d378f (commit)

commit 20b038eacee4c3a602413d97a80f686d5137c2f6
Author: Saïd Bouras 
Date:   Sat Apr 7 22:57:52 2012 +0200

l10n: Updated French (fr) translation to 100%

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

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

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

diff --git a/po/fr.po b/po/fr.po
index 8ce43f5..715d72b 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -30,7 +30,7 @@ msgstr ""
 
 #: ../transd.desktop.in.h:1
 msgid "Daemon which monitors windows and sets transparency based on rulesets"
-msgstr "Processus qui surveille les fenêtres  et établit la transparence basé 
sur des règles."
+msgstr "Processus qui surveille les fenêtres et établit la transparence basé 
sur des règles."
 
 #: ../transd.desktop.in.h:2
 msgid "Transparency Daemon"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Update FSF address in settings dialogs.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to 0afd237f1e4ad7e5b795153907f4265236698666 (commit)
   from aa4de199d9d2c7c14d2277e7647adb096678ec82 (commit)

commit 0afd237f1e4ad7e5b795153907f4265236698666
Author: Nick Schermer 
Date:   Sun Apr 8 00:03:50 2012 +0200

Update FSF address in settings dialogs.

 settings-dialogs/tweaks-settings.c|3 ++-
 settings-dialogs/workspace-settings.c |3 ++-
 settings-dialogs/xfwm4-settings.c |4 ++--
 settings-dialogs/xfwm4-settings.h |8 
 4 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/settings-dialogs/tweaks-settings.c 
b/settings-dialogs/tweaks-settings.c
index 470bcea..1e36c58 100644
--- a/settings-dialogs/tweaks-settings.c
+++ b/settings-dialogs/tweaks-settings.c
@@ -15,7 +15,8 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *  Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ *  MA 02110-1301, USA.
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/settings-dialogs/workspace-settings.c 
b/settings-dialogs/workspace-settings.c
index 5ef2016..5b1ca4d 100644
--- a/settings-dialogs/workspace-settings.c
+++ b/settings-dialogs/workspace-settings.c
@@ -17,7 +17,8 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *  Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ *  MA 02110-1301, USA.
  */
 
 
diff --git a/settings-dialogs/xfwm4-settings.c 
b/settings-dialogs/xfwm4-settings.c
index 49f45b2..711bce0 100644
--- a/settings-dialogs/xfwm4-settings.c
+++ b/settings-dialogs/xfwm4-settings.c
@@ -15,8 +15,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA  02111-1307  USA
+ * Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/settings-dialogs/xfwm4-settings.h 
b/settings-dialogs/xfwm4-settings.h
index 67fe565..88b01bd 100644
--- a/settings-dialogs/xfwm4-settings.h
+++ b/settings-dialogs/xfwm4-settings.h
@@ -12,10 +12,10 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
  * General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License 
- * along with this program; if not, write to the Free Software 
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
- * MA  02111-1307  USA
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
  */
 
 #ifndef __XFWM_SETTINGS_H__
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Add missing license.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to c27c2b58030e0effb662eaa3a256ac66d2b029d1 (commit)
   from 0afd237f1e4ad7e5b795153907f4265236698666 (commit)

commit c27c2b58030e0effb662eaa3a256ac66d2b029d1
Author: Nick Schermer 
Date:   Sun Apr 8 00:05:35 2012 +0200

Add missing license.

 autoclean.sh |   20 
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/autoclean.sh b/autoclean.sh
index 1c22639..719a218 100755
--- a/autoclean.sh
+++ b/autoclean.sh
@@ -1,4 +1,24 @@
 #!/bin/sh
+#
+# vi:set et ai sw=2 sts=2 ts=2: */
+#-
+# Copyright (c) 2011 Olivier Fourdan
+#
+# This program is free software; you can redistribute it and/or 
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of 
+# the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public 
+# License along with this program; if not, write to the Free 
+# Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
+
 (type xdt-autogen) >/dev/null 2>&1 || {
   cat >&2 

[Xfce4-commits] Generate default icon during make dist.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to aa4de199d9d2c7c14d2277e7647adb096678ec82 (commit)
   from 391c97c3644c6899bdbade31ed5c4de5835b4712 (commit)

commit aa4de199d9d2c7c14d2277e7647adb096678ec82
Author: Nick Schermer 
Date:   Sat Apr 7 23:59:31 2012 +0200

Generate default icon during make dist.

 src/Makefile.am   |   11 +-
 src/inline-default-icon.h |  495 -
 2 files changed, 6 insertions(+), 500 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 9113d2a..f92e3f9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -104,16 +104,17 @@ xfwm4_LDADD = 
\
$(MATH_LIBS)
 
 EXTRA_DIST =   \
-   inline-default-icon.h default_icon.png default_icon.svg \
+   default_icon.png\
+   default_icon.svg\
gen-color-table.pl
 
-noinst_DATA =  \
-   inline-default-icon.h default_icon.png default_icon.svg
+if MAINTAINER_MODE
 
-build.h:
-   $(AM_V_GEN) echo "#define BUILD_ID \""`date +%H%M-%y%m%d`"\"" > build.h
+BUILT_SOURCES =
\
+   inline-default-icon.h
 
 inline-default-icon.h: $(srcdir)/default_icon.png
$(AM_V_GEN) gdk-pixbuf-csource --raw --build-list   \
default_icon_data $(srcdir)/default_icon.png > inline-default-icon.h
 
+endif
diff --git a/src/inline-default-icon.h b/src/inline-default-icon.h
deleted file mode 100644
index e90b4e0..000
--- a/src/inline-default-icon.h
+++ /dev/null
@@ -1,495 +0,0 @@
-/* GdkPixbuf RGBA C-Source image dump */
-
-#ifdef __SUNPRO_C
-#pragma align 4 (default_icon_data)
-#endif
-#ifdef __GNUC__
-static const guint8 default_icon_data[] __attribute__ ((__aligned__ (4))) = 
-#else
-static const guint8 default_icon_data[] = 
-#endif
-{ ""
-  /* Pixbuf magic (0x47646b50) */
-  "GdkP"
-  /* length: header (24) + pixel_data (9216) */
-  "\0\0$\30"
-  /* pixdata_type (0x1010002) */
-  "\1\1\0\2"
-  /* rowstride (192) */
-  "\0\0\0\300"
-  /* width (48) */
-  "\0\0\0""0"
-  /* height (48) */
-  "\0\0\0""0"
-  /* pixel_data: */
-  "\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"
-  "\0\377\377\377\0\377\377\377\0\377\377\377\0\

[Xfce4-commits] Add missing license.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to 04db3b6e977f1a2908c83b6917e5e2fd8899c9e9 (commit)
   from e777f23322da61151c0784bc8fec00cb724bb7e3 (commit)

commit 04db3b6e977f1a2908c83b6917e5e2fd8899c9e9
Author: Nick Schermer 
Date:   Sun Apr 8 00:08:10 2012 +0200

Add missing license.

 autogen.sh |   20 +---
 1 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 72ab6b9..1fe6d93 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,10 +1,24 @@
 #!/bin/sh
 #
-# Copyright (c) 2002-2009
-# The Xfce development team. All rights reserved.
+# Copyright (c) 2002-2009 The Xfce development team. All rights reserved.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
 #
 # Written for Xfce by Benedikt Meurer 
-# and Brian Tarricone .
+# and Brian Tarricone .
 #
 
 (type xdt-autogen) >/dev/null 2>&1 || {
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Add missing or fix incorrect licenses.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to cc880a3b7903339f80284df1bdf9ab801e899cc4 (commit)
   from 9cfde617245addedd5c7b0b04a821ec042581274 (commit)

commit cc880a3b7903339f80284df1bdf9ab801e899cc4
Author: Nick Schermer 
Date:   Sun Apr 8 00:10:42 2012 +0200

Add missing or fix incorrect licenses.

 autogen.sh |   20 +---
 tests/run-test-display-menu.sh |   18 ++
 tests/test-display-menu.c  |8 
 tests/test-menu-parser.c   |4 ++--
 tests/test-menu-spec.c |8 
 5 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 72ab6b9..1fe6d93 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,10 +1,24 @@
 #!/bin/sh
 #
-# Copyright (c) 2002-2009
-# The Xfce development team. All rights reserved.
+# Copyright (c) 2002-2009 The Xfce development team. All rights reserved.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
 #
 # Written for Xfce by Benedikt Meurer 
-# and Brian Tarricone .
+# and Brian Tarricone .
 #
 
 (type xdt-autogen) >/dev/null 2>&1 || {
diff --git a/tests/run-test-display-menu.sh b/tests/run-test-display-menu.sh
index 79d10ad..4c2ae8a 100755
--- a/tests/run-test-display-menu.sh
+++ b/tests/run-test-display-menu.sh
@@ -1,4 +1,22 @@
 #!/bin/sh
+#
+# Copyright (c) 2007 Jannis Pohlmann 
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
+#
 
 GLIB_OPTIONS=`pkg-config --cflags --libs glib-2.0`
 GTK_OPTIONS=`pkg-config --cflags --libs gtk+-2.0`
diff --git a/tests/test-display-menu.c b/tests/test-display-menu.c
index f805d98..cda576d 100644
--- a/tests/test-display-menu.c
+++ b/tests/test-display-menu.c
@@ -13,10 +13,10 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Library General Public License for more details.
  *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * You should have received a copy of the GNU Library General
+ * Public License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/tests/test-menu-parser.c b/tests/test-menu-parser.c
index e3dbf1e..350b40c 100644
--- a/tests/test-menu-parser.c
+++ b/tests/test-menu-parser.c
@@ -12,8 +12,8 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Library General Public License for more details.
  *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
+ * You should have received a copy of the GNU Library General
+ * Public License along with this library; if not, write to the
  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
diff --git a/tests/test-menu-spec.c b/tests/test-menu-spec.c
index fa5dab2..ae0f2ea 100644
--- a/tests/test-menu-spec.c
+++ b/tests/test-menu-spec.c
@@ -14,10 +14,10 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Library General Public License for more details.
  *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * You should have received a copy of the GNU Library General
+ * Public License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin

[Xfce4-commits] Update translators, week 14.

2012-04-07 Thread Transifex
Updating branch refs/heads/xfce-4.8
 to 36bfe35f5523395184496414ae191e95897e6433 (commit)
   from cc455af96cf8d812e00fc4a7613924c5e080b76a (commit)

commit 36bfe35f5523395184496414ae191e95897e6433
Author: Transifex 
Date:   Sun Apr 8 00:21:04 2012 +0200

Update translators, week 14.

 xfce4-about/translators.h |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce4-about/translators.h b/xfce4-about/translators.h
index 128ac31..fe78519 100644
--- a/xfce4-about/translators.h
+++ b/xfce4-about/translators.h
@@ -24,7 +24,7 @@
 #include 
 #include 
 
-#define TRANSLATORS_H_STAMP "2012-04-01 00:21:05"
+#define TRANSLATORS_H_STAMP "2012-04-08 00:21:04"
 #define ATSIGN "@"
 #define DOTSIGN "."
 
@@ -55,7 +55,7 @@ static const TranslatorInfo xfce_translators_ar[] =
 {
   { "كريم أولاد الشلحة", "herr" DOTSIGN "linux88" ATSIGN "gmail" DOTSIGN 
"com", TRUE },
   { "abdilra7eem", "abdilra7eem" ATSIGN "yahoo" DOTSIGN "com", FALSE },
-  { "Amine", "amine" ATSIGN "ardebian" DOTSIGN "org", FALSE },
+  { "Amine", "", FALSE },
   { "Hasen il Judy", "hasan" DOTSIGN "aljudy" ATSIGN "gmail" DOTSIGN "com", 
FALSE },
   { "محمد الحرقان", "malham1" ATSIGN "gmail" DOTSIGN "com", FALSE },
   { "os_", "syriatalks" ATSIGN "hotmail" DOTSIGN "com", FALSE },
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Update translators, week 14.

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 376000f8b22aeba08db60963b026a64cf93f766c (commit)
   from bba7324b267f27a871d07a6a53ead7d2716ebb88 (commit)

commit 376000f8b22aeba08db60963b026a64cf93f766c
Author: Transifex 
Date:   Sun Apr 8 00:21:17 2012 +0200

Update translators, week 14.

 xfce4-about/translators.h |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce4-about/translators.h b/xfce4-about/translators.h
index 128ac31..fe78519 100644
--- a/xfce4-about/translators.h
+++ b/xfce4-about/translators.h
@@ -24,7 +24,7 @@
 #include 
 #include 
 
-#define TRANSLATORS_H_STAMP "2012-04-01 00:21:05"
+#define TRANSLATORS_H_STAMP "2012-04-08 00:21:04"
 #define ATSIGN "@"
 #define DOTSIGN "."
 
@@ -55,7 +55,7 @@ static const TranslatorInfo xfce_translators_ar[] =
 {
   { "كريم أولاد الشلحة", "herr" DOTSIGN "linux88" ATSIGN "gmail" DOTSIGN 
"com", TRUE },
   { "abdilra7eem", "abdilra7eem" ATSIGN "yahoo" DOTSIGN "com", FALSE },
-  { "Amine", "amine" ATSIGN "ardebian" DOTSIGN "org", FALSE },
+  { "Amine", "", FALSE },
   { "Hasen il Judy", "hasan" DOTSIGN "aljudy" ATSIGN "gmail" DOTSIGN "com", 
FALSE },
   { "محمد الحرقان", "malham1" ATSIGN "gmail" DOTSIGN "com", FALSE },
   { "os_", "syriatalks" ATSIGN "hotmail" DOTSIGN "com", FALSE },
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Update translators, week 14.

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 237410204d9a9cb6861cabb10915b214f1d53617 (commit)
   from 5a6d99590281b189ae620accada447d008d06248 (commit)

commit 237410204d9a9cb6861cabb10915b214f1d53617
Author: Transifex 
Date:   Sun Apr 8 00:21:26 2012 +0200

Update translators, week 14.

 lib/translators.php |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/translators.php b/lib/translators.php
index 17d607a..f4f6fec 100644
--- a/lib/translators.php
+++ b/lib/translators.php
@@ -4,7 +4,7 @@
  * DO NOT EDIT IT MANUALLY!
  */
 
-$translators_stamp = "2012-04-01 00:21:17";
+$translators_stamp = "2012-04-08 00:21:24";
 
 $translators = array (
   'Amharic [am]' => array (
@@ -14,7 +14,7 @@ $translators = array (
   'Arabic [ar]' => array (
 'كريم أولاد الشلحة' => 
'herr'.DOTSIGN.'linux88'.ATSIGN.'gmail'.DOTSIGN.'com',
 'abdilra7eem' => 'abdilra7eem'.ATSIGN.'yahoo'.DOTSIGN.'com',
-'Amine' => 'amine'.ATSIGN.'ardebian'.DOTSIGN.'org',
+'Amine' => '',
 'Hasen il Judy' => 'hasan'.DOTSIGN.'aljudy'.ATSIGN.'gmail'.DOTSIGN.'com',
 'محمد الحرقان' => 'malham1'.ATSIGN.'gmail'.DOTSIGN.'com',
 'os_' => 'syriatalks'.ATSIGN.'hotmail'.DOTSIGN.'com',
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Add missing license.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to 5f382c64aa8df4601a12e66229db1a66c9add9aa (commit)
   from 84819d95b4d690f57942494bf851a9fe913ddd3c (commit)

commit 5f382c64aa8df4601a12e66229db1a66c9add9aa
Author: Nick Schermer 
Date:   Sun Apr 8 00:27:51 2012 +0200

Add missing license.

 autogen-gnome.sh |   20 +++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/autogen-gnome.sh b/autogen-gnome.sh
index 604002b..b05d75c 100755
--- a/autogen-gnome.sh
+++ b/autogen-gnome.sh
@@ -1,5 +1,23 @@
 #!/bin/sh
-# Run this to generate all the initial makefiles, etc.
+#
+# vi:set et ai sw=2 sts=2 ts=2: */
+# -
+# Copyright (c) 2009 Jannis Pohlmann 
+# 
+# This program is free software; you can redistribute it and/or 
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of 
+# the License, or (at your option) any later version.
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public 
+# License along with this program; if not, write to the Free 
+# Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
 
 export ACLOCAL_FLAGS="-I `pwd`/m4 $ACLOCAL_FLAGS"
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Fix two other licenses.

2012-04-07 Thread Nick Schermer
Updating branch refs/heads/master
 to 3347c3c2b56fc6c9c9ee913154d00ce6090fe142 (commit)
   from 5f382c64aa8df4601a12e66229db1a66c9add9aa (commit)

commit 3347c3c2b56fc6c9c9ee913154d00ce6090fe142
Author: Nick Schermer 
Date:   Sun Apr 8 00:29:48 2012 +0200

Fix two other licenses.

 plugins/gst-thumbnailer/gst-helper.c |   22 --
 plugins/gst-thumbnailer/gst-helper.h |   22 --
 2 files changed, 24 insertions(+), 20 deletions(-)

diff --git a/plugins/gst-thumbnailer/gst-helper.c 
b/plugins/gst-thumbnailer/gst-helper.c
index dead043..eab8185 100644
--- a/plugins/gst-thumbnailer/gst-helper.c
+++ b/plugins/gst-thumbnailer/gst-helper.c
@@ -3,18 +3,20 @@
  * Originally from Bickley - a meta data management framework.
  * Copyright © 2008, 2011 Intel Corporation.
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU Lesser General Public License,
- * version 2.1, as published by the Free Software Foundation.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
  *
- * This program is distributed in the hope it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
- * more details.
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
+ * GNU Library General Public License for more details.
  *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA
+ * You should have received a copy of the GNU Library General 
+ * Public License along with this library; if not, write to the 
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #include "config.h"
diff --git a/plugins/gst-thumbnailer/gst-helper.h 
b/plugins/gst-thumbnailer/gst-helper.h
index 594e13c..85fa25a 100644
--- a/plugins/gst-thumbnailer/gst-helper.h
+++ b/plugins/gst-thumbnailer/gst-helper.h
@@ -3,18 +3,20 @@
  * Originally from Bickley - a meta data management framework.
  * Copyright © 2008, 2011 Intel Corporation.
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU Lesser General Public License,
- * version 2.1, as published by the Free Software Foundation.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
  *
- * This program is distributed in the hope it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
- * more details.
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
+ * GNU Library General Public License for more details.
  *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA
+ * You should have received a copy of the GNU Library General 
+ * Public License along with this library; if not, write to the 
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #ifndef __GST_HELPER_H__
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Hebrew translation

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to aa311c2f7b47c0b98f40ab6254ed48acdd225ef4 (commit)
   from 4ad8a3c5ac93a210e037c4ec500e5496e57c7fe1 (commit)

commit aa311c2f7b47c0b98f40ab6254ed48acdd225ef4
Author: GenghisKhan 
Date:   Sun Apr 8 03:06:12 2012 +0200

l10n: Hebrew translation

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

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

 po/{cs.po => he.po} |  227 --
 1 files changed, 109 insertions(+), 118 deletions(-)

diff --git a/po/cs.po b/po/he.po
similarity index 58%
copy from po/cs.po
copy to po/he.po
index fa0..2ddec30 100644
--- a/po/cs.po
+++ b/po/he.po
@@ -1,25 +1,25 @@
-# Czech translations for xfce4-taskmanager package.
-# Copyright (C) 2006 THE xfce4-taskmanager'S COPYRIGHT HOLDER
+# Hebrew translation of the xfce4-taskmanager.
+# Copyright (C) Johannes Zellner , Mike Massonnet 

 # This file is distributed under the same license as the xfce4-taskmanager 
package.
-# Michal Várady , 2006.
+# Isratine Citizen , 2012.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfce4-taskmanager 0.4.0-rc2\n"
+"Project-Id-Version: xfce4-taskmanager 1.x\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-12-06 23:12+\n"
-"PO-Revision-Date: 2010-12-07 00:42+0100\n"
-"Last-Translator: Michal Várady \n"
-"Language-Team: Czech \n"
+"POT-Creation-Date: 2012-04-07 04:09+\n"
+"PO-Revision-Date: 2012-04-08 03:44+0200\n"
+"Last-Translator: my name \n"
+"Language-Team: Hebrew \n"
+"Language: \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==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #: ../xfce4-taskmanager.desktop.in.h:1
 #: ../src/process-window.c:309
 msgid "Easy to use task manager"
-msgstr "Snadno použitelný správce úloh"
+msgstr "מנהל משימות ידידותי לשימוש"
 
 #: ../xfce4-taskmanager.desktop.in.h:2
 #: ../src/exec-tool-button.c:89
@@ -31,39 +31,41 @@ msgstr "Snadno použitelný správce úloh"
 #: ../src/process-window.c:304
 #: ../src/process-window.ui.h:1
 msgid "Task Manager"
-msgstr "Správce úloh"
+msgstr "מנהל משימות"
 
 #: ../src/exec-tool-button.c:87
 #: ../src/exec-tool-button.c:131
 msgid "Execution error"
-msgstr "Chyba při spuštění"
+msgstr "שגיאת הרצה"
 
 #: ../src/exec-tool-button.c:133
 msgid "Couldn't find any default command to run."
-msgstr "Nelze najít výchozí příkaz pro spuštění."
+msgstr "לא ניתן היה למצוא פקודת ברירת מחדל להרצה."
 
+# Translated to: Run Task Manager as super-user
 #: ../src/exec-tool-button.c:164
 msgid "Run Task Manager as root"
-msgstr "Spustit Správce úloh jako root"
+msgstr "הרצת מנהל המשימות כמשתמש-על"
 
 #: ../src/exec-tool-button.c:175
 #: ../src/exec-tool-button.c:177
 #: ../src/exec-tool-button.c:179
 msgid "Run Program..."
-msgstr "Spustit program..."
+msgstr "הרצת תוכנית..."
 
 #: ../src/exec-tool-button.c:182
 msgid "Application Finder"
-msgstr "Vyhledávač aplikací"
+msgstr "מוצא היישומים"
 
 #: ../src/exec-tool-button.c:185
 msgid "Terminal emulator"
-msgstr "Emulátor terminálu"
+msgstr "מדמה מסוף"
 
 #: ../src/exec-tool-button.c:187
 msgid "XTerm"
 msgstr "XTerm"
 
+# זיכרון חליף
 #: ../src/main.c:100
 #, c-format
 msgid ""
@@ -72,11 +74,12 @@ msgid ""
 "Memory: %.0f%%\n"
 "Swap: %.0f%%"
 msgstr ""
-"Procesy: %u\n"
-"CPU: %.0f%%\n"
-"Paměť: %.0f%%\n"
-"Stránkovací soubor: %.0f%%"
+"תהליכים: %u\n"
+"י.ע.מ: %.0f%%\n"
+"זיכרון: %.0f%%\n"
+"החלפה: %.0f%%"
 
+# זיכרון חליף
 #: ../src/main.c:108
 #, c-format
 msgid ""
@@ -85,42 +88,47 @@ msgid ""
 "Memory: %.0f%%\n"
 "Swap: %.0f%%"
 msgstr ""
-"Procesy: %u\n"
-"CPU: %.0f%%\n"
-"Paměť: %.0f%%\n"
-"Stránkovací soubor: %.0f%%"
+"תהליכים: %u\n"
+"י.ע.מ: %.0f%%\n"
+"זיכרון: %.0f%%\n"
+"החלפה: %.0f%%"
 
 #: ../src/process-statusbar.c:148
 #: ../src/process-window.c:374
 #, c-format
 msgid "CPU: %s%%"
-msgstr "CPU: %s%%"
+msgstr ": %s%%"
 
 #: ../src/process-statusbar.c:157
 #: ../src/process-window.c:379
 #, c-format
 msgid "Memory: %s%%"
-msgstr "Paměť: %s%%"
+msgstr "זיכרון: %s%%"
 
+# תחלופה
 #: ../src/process-statusbar.c:166
 #, c-format
 msgid "Swap: %s%%"
-msgstr "Stránkovací soubor: %s%%"
+msgstr "החלפה: %s%%"
 
 #: ../src/process-statusbar.c:181
 #, c-format
 msgid "Processes: %d"
-msgstr "Procesy: %d"
+msgstr "תהליכים: %d"
 
 #: ../src/process-tree-view.c:125
 msgid "Task"
-msgstr "Úloha"
+msgstr "משימה"
 
+# ז.ת. זהות תהליך
+# Process Identification
 #: ../src/process-tree-view.c:136
 #: ../src/settings-tool-button.c:174
 msgid "PID"
-msgstr "PID"
+msgstr "זהות תהליך (PID)"
 
+# זהות תהליך הורה
+# Parent Process Identification
 #: ../src/process-tree-view.c:144
 #: ../src/settings-tool-button.c:175
 msgid "PPID"
@@ -129,274 +137,257 @@ msgstr "PPID"
 #: ../src/process-tree-view.c:152
 #: ../src/settings-tool-button.c:176
 msgid "State"
-msgstr "Stav"
+msgstr "מצב"
 
 #: ../src/process-tree-view.c:161
 msgid "VSZ"
 msgstr "VSZ"
 
+# Resident set size
 #: ../src/process-t

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

2012-04-07 Thread Transifex
Updating branch refs/heads/master
 to 7bb9df72996cc7598828fb48bb15d6d8e3193bd9 (commit)
   from c27c2b58030e0effb662eaa3a256ac66d2b029d1 (commit)

commit 7bb9df72996cc7598828fb48bb15d6d8e3193bd9
Author: Algimantas Margevičius 
Date:   Sun Apr 8 06:32:33 2012 +0200

l10n: Updated Lithuanian (lt) translation to 100%

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

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

 po/lt.po |  536 +++---
 1 files changed, 267 insertions(+), 269 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index c64faa2..6d581c6 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,21 +3,20 @@
 # This file is distributed under the same license as the xfwm4 package.
 # Mantas Zapolskas , 2003.
 # Algimantas Margevičius , 2012.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 19:58+0200\n"
+"POT-Creation-Date: 2012-04-07 22:48+\n"
 "PO-Revision-Date: 2012-01-28 18:00+0200\n"
 "Last-Translator: Algimantas Margevičius \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"
-"%100<10 || 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%100<10 || n%100>=20) ? 1 : 2)\n"
 
 #: ../helper-dialog/helper-dialog.c:84
 msgid ""
@@ -31,34 +30,34 @@ msgstr ""
 msgid "Warning"
 msgstr "Įspėjimas"
 
-#: ../settings-dialogs/tweaks-settings.c:49
+#: ../settings-dialogs/tweaks-settings.c:50
 msgid "None"
 msgstr "Nėra"
 
-#: ../settings-dialogs/tweaks-settings.c:436
+#: ../settings-dialogs/tweaks-settings.c:437
 msgid "Session manager socket"
 msgstr "Seanso tvarkyklės lizdas"
 
-#: ../settings-dialogs/tweaks-settings.c:436
-#: ../settings-dialogs/workspace-settings.c:380
+#: ../settings-dialogs/tweaks-settings.c:437
+#: ../settings-dialogs/workspace-settings.c:381
 #: ../settings-dialogs/xfwm4-settings.c:315
 msgid "SOCKET ID"
 msgstr "LIZDO ID"
 
-#: ../settings-dialogs/tweaks-settings.c:437
-#: ../settings-dialogs/workspace-settings.c:381
+#: ../settings-dialogs/tweaks-settings.c:438
+#: ../settings-dialogs/workspace-settings.c:382
 #: ../settings-dialogs/xfwm4-settings.c:317
 msgid "Version information"
 msgstr "Versija"
 
-#: ../settings-dialogs/tweaks-settings.c:455
-#: ../settings-dialogs/workspace-settings.c:398
+#: ../settings-dialogs/tweaks-settings.c:456
+#: ../settings-dialogs/workspace-settings.c:399
 #: ../settings-dialogs/xfwm4-settings.c:964
 msgid "."
 msgstr "."
 
-#: ../settings-dialogs/tweaks-settings.c:459
-#: ../settings-dialogs/workspace-settings.c:402
+#: ../settings-dialogs/tweaks-settings.c:460
+#: ../settings-dialogs/workspace-settings.c:403
 #: ../settings-dialogs/xfwm4-settings.c:968
 #, c-format
 msgid ""
@@ -68,253 +67,253 @@ msgstr ""
 "%s: %s\n"
 "Naudokite %s --help norėdami pamatyti visas komandinės eilutės pasirinktis.\n"
 
-#: ../settings-dialogs/workspace-settings.c:73
-#: ../settings-dialogs/workspace-settings.c:88
+#: ../settings-dialogs/workspace-settings.c:74
+#: ../settings-dialogs/workspace-settings.c:89
 #, c-format
 msgid "Workspace %d"
 msgstr "Darbalaukis %d"
 
-#: ../settings-dialogs/workspace-settings.c:274
+#: ../settings-dialogs/workspace-settings.c:275
 msgid "Workspace Name"
 msgstr "Darbalaukio pavadinimas"
 
-#: ../settings-dialogs/workspace-settings.c:380
+#: ../settings-dialogs/workspace-settings.c:381
 #: ../settings-dialogs/xfwm4-settings.c:315
 msgid "Settings manager socket"
 msgstr "Nustatymų tvarkyklės lizdas"
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-dialog.glade.h:1
-msgid "Window Manager"
-msgstr "Langų tvarkyklė"
-
-#: ../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 "Konfigūruoti lango elgseną ir susiejimus"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:1
-msgid "Window Manager Tweaks"
-msgstr "Langų tvarkyklės patobulinimai"
+#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:48
+msgid "Window Manager"
+msgstr "Langų tvarkyklė"
 
-#: ../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:15
 msgid "Fine-tune window behaviour and effects"
 msgstr "Konfigūruokite langų elgseną ir efektus"
 
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:35
+msgid "Window Manager Tweaks"
+msg