From 56f630b81cf2316078e59679063d6a5c4a88893e Mon Sep 17 00:00:00 2001 From: Olivier Fourdan <fourdan.olivier@wanadoo.fr> Date: Fri, 30 Jun 2006 09:24:40 +0000 Subject: [PATCH] Apply patch from Darren Salt <linux@youmustbejoking.demon.co.uk> to make inactive windows semi-transparent. Transparency of inactive windows in configurable through the WM tweaks plugin (bug #602) (Old svn revision: 22223) --- mcs-plugin/wmtweaks_plugin.c | 9 +++ po/ar.po | 85 ++++++++++++----------- po/az.po | 85 ++++++++++++----------- po/be.po | 85 ++++++++++++----------- po/bg.po | 85 ++++++++++++----------- po/bn_IN.po | 85 ++++++++++++----------- po/ca.po | 85 ++++++++++++----------- po/cs.po | 85 ++++++++++++----------- po/de.po | 85 ++++++++++++----------- po/el.po | 85 ++++++++++++----------- po/en_GB.po | 85 ++++++++++++----------- po/eo.po | 85 ++++++++++++----------- po/es.po | 85 ++++++++++++----------- po/es_MX.po | 85 ++++++++++++----------- po/et.po | 85 ++++++++++++----------- po/eu.po | 85 ++++++++++++----------- po/fa.po | 85 ++++++++++++----------- po/fi.po | 85 ++++++++++++----------- po/fr.po | 85 ++++++++++++----------- po/gu.po | 85 ++++++++++++----------- po/he.po | 85 ++++++++++++----------- po/hi.po | 85 ++++++++++++----------- po/hu.po | 121 +++++++++++++++++---------------- po/it.po | 85 ++++++++++++----------- po/ja.po | 86 +++++++++++++----------- po/ko.po | 85 ++++++++++++----------- po/lt.po | 85 ++++++++++++----------- po/mr.po | 85 ++++++++++++----------- po/ms.po | 85 ++++++++++++----------- po/nb_NO.po | 85 ++++++++++++----------- po/nl.po | 85 ++++++++++++----------- po/pa.po | 85 ++++++++++++----------- po/pl.po | 85 ++++++++++++----------- po/pt_BR.po | 85 ++++++++++++----------- po/pt_PT.po | 85 ++++++++++++----------- po/ro.po | 85 ++++++++++++----------- po/ru.po | 85 ++++++++++++----------- po/sk.po | 85 ++++++++++++----------- po/sv.po | 85 ++++++++++++----------- po/ta.po | 85 ++++++++++++----------- po/tr.po | 85 ++++++++++++----------- po/uk.po | 85 ++++++++++++----------- po/vi.po | 85 ++++++++++++----------- po/xfwm4.pot | 84 ++++++++++++----------- po/zh_CN.po | 85 ++++++++++++----------- po/zh_TW.po | 85 ++++++++++++----------- src/client.c | 127 ++++++++++++++++++++++++----------- src/client.h | 9 ++- src/compositor.c | 4 +- src/focus.c | 5 ++ src/settings.c | 15 +++++ src/settings.h | 1 + 52 files changed, 2211 insertions(+), 1820 deletions(-) diff --git a/mcs-plugin/wmtweaks_plugin.c b/mcs-plugin/wmtweaks_plugin.c index 4844dc44e..1030c6102 100644 --- a/mcs-plugin/wmtweaks_plugin.c +++ b/mcs-plugin/wmtweaks_plugin.c @@ -71,6 +71,7 @@ static gboolean wrap_layout = FALSE; static gboolean wrap_cycle = FALSE; static int placement_ratio = 25; +static int inactive_opacity = 100; static int move_opacity = 100; static int resize_opacity = 100; static int popup_opacity = 100; @@ -84,6 +85,7 @@ static char *easy_click = "Alt"; "Xfwm/EasyClick" "Xfwm/FocusHint" "Xfwm/FrameOpacity" + "Xfwm/InactiveOpacity" "Xfwm/MoveOpacity" "Xfwm/PlacementRatio" "Xfwm/PopupOpacity" @@ -548,6 +550,12 @@ create_dialog (McsPlugin * mcs_plugin) gtk_box_pack_start (GTK_BOX (vbox), range, FALSE, TRUE, 0); gtk_widget_show (range); + range = + create_int_range (mcs_plugin, _("Opacity of inactive windows"), _("Transparent"), + _("Opaque"), "Xfwm/InactiveOpacity", 10, 100, 5, &inactive_opacity); + gtk_box_pack_start (GTK_BOX (vbox), range, FALSE, TRUE, 0); + gtk_widget_show (range); + range = create_int_range (mcs_plugin, _("Opacity of windows during move"), _("Transparent"), _("Opaque"), "Xfwm/MoveOpacity", 10, 100, 5, &move_opacity); @@ -703,6 +711,7 @@ xfwm4_create_channel (McsPlugin * mcs_plugin) init_gboolean_setting (mcs_plugin, "Xfwm/WrapCycle", &wrap_cycle); init_int_setting (mcs_plugin, "Xfwm/PlacementRatio", &placement_ratio); + init_int_setting (mcs_plugin, "Xfwm/InactiveOpacity", &inactive_opacity); init_int_setting (mcs_plugin, "Xfwm/FrameOpacity", &frame_opacity); init_int_setting (mcs_plugin, "Xfwm/MoveOpacity", &move_opacity); init_int_setting (mcs_plugin, "Xfwm/ResizeOpacity", &resize_opacity); diff --git a/po/ar.po b/po/ar.po index 82e66a1a5..12ec4edd1 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-10-09 20:34+0900\n" "Last-Translator: Saleh Alhathal <hathalsal@hotmail.com>\n" "Language-Team: Arabic <lumina@silverpen.de>\n" @@ -55,7 +55,7 @@ msgid "Workspaces and Margins" msgstr "بيئة العمل" # -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "بيئة العمل" @@ -64,154 +64,161 @@ msgstr "بيئة العمل" msgid "Margins" msgstr "هوامش" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "مدير النواÙØ°" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "التركيز للناÙذة الجديدة" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 #, fuzzy msgid "Focus" msgstr "طراز التركيز" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "عرض Ù…Øتوى النواÙØ° عند التنقل" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" # -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "صÙ٠بيئات العمل عند سØب ناÙذة خارج Øدود الشاشة" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "صغير" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "عرض Ù…Øتوى النواÙØ° عند اعادة التØجيم" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "عرض Ù…Øتوى النواÙØ° عند التنقل" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "عرض Ù…Øتوى النواÙØ° عند التنقل" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "عرض Ù…Øتوى النواÙØ° عند اعادة التØجيم" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "عرض Ù…Øتوى النواÙØ° عند التنقل" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "اختصارات لوØØ© المÙاتيØ" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "مدير النواÙØ°" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -828,12 +835,12 @@ msgstr "بيئة العمل %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: لم يتمكن GtkMenu من الإمساك بالمؤشر\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: لا أستطيع تخصيص اللون النشط%s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: لا أستطيع تØليل اللون النشط %s\n" diff --git a/po/az.po b/po/az.po index 2f235b407..8958eb244 100644 --- a/po/az.po +++ b/po/az.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2004-08-23 18:04+0300\n" "Last-Translator: MÉ™tin Æmirov <metin@karegen.com>\n" "Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n" @@ -51,7 +51,7 @@ msgstr "Ä°ÅŸ SahÉ™lÉ™ri vÉ™ KÉ™narlar" msgid "Workspaces and Margins" msgstr "Ä°ÅŸ SahÉ™lÉ™ri vÉ™ KÉ™narlar" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Ä°ÅŸ SahÉ™lÉ™ri" @@ -60,152 +60,159 @@ msgstr "Ä°ÅŸ SahÉ™lÉ™ri" msgid "Margins" msgstr "KÉ™narlar" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "PÉ™ncÉ™rÉ™ Ä°darəçisi" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "PÉ™ncÉ™rÉ™ni növbÉ™ti iÅŸ sahÉ™sinÉ™ daşı" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Fokus" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "Daşındığında pÉ™ncÉ™rÉ™lÉ™rin mÉ™zmununu göstÉ™r" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "Siçan ekran kÉ™narına gÉ™ldiyindÉ™ iÅŸ sahÉ™lÉ™rini dÉ™yiÅŸdir" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "Kiçik" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "ÖlçülÉ™ndirirkÉ™n pÉ™ncÉ™rÉ™lÉ™rin mÉ™zmununu göstÉ™r" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Daşındığında pÉ™ncÉ™rÉ™lÉ™rin mÉ™zmununu göstÉ™r" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "Daşındığında pÉ™ncÉ™rÉ™lÉ™rin mÉ™zmununu göstÉ™r" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "ÖlçülÉ™ndirirkÉ™n pÉ™ncÉ™rÉ™lÉ™rin mÉ™zmununu göstÉ™r" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "Daşındığında pÉ™ncÉ™rÉ™lÉ™rin mÉ™zmununu göstÉ™r" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "Qısa yol yarat" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "PÉ™ncÉ™rÉ™ Ä°darəçisi" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -780,12 +787,12 @@ msgstr "Ä°ÅŸ SahÉ™si %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu oxu ala bilmÉ™di\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: FÉ™al rÉ™ng tapıla bilmir %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: FÉ™al rÉ™ng oxuna bilmir %s\n" diff --git a/po/be.po b/po/be.po index b827d8e55..5da25e635 100644 --- a/po/be.po +++ b/po/be.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-10-09 20:37+0900\n" "Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n" "Language-Team: Belarusian <i18n@mova.org>\n" @@ -52,7 +52,7 @@ msgstr "ÐŸÑ€Ð°Ñ†Ð¾ÑžÐ½Ñ‹Ñ Ð¿Ñ€Ð°Ñторы й водÑуты" msgid "Workspaces and Margins" msgstr "ÐŸÑ€Ð°Ñ†Ð¾ÑžÐ½Ñ‹Ñ Ð¿Ñ€Ð°Ñторы й водÑуты" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "ÐŸÑ€Ð°Ñ†Ð¾ÑžÐ½Ñ‹Ñ Ð¿Ñ€Ð°Ñторы" @@ -61,153 +61,160 @@ msgstr "ÐŸÑ€Ð°Ñ†Ð¾ÑžÐ½Ñ‹Ñ Ð¿Ñ€Ð°Ñторы" msgid "Margins" msgstr "ВодÑтупы" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "Кіраўнік вокнаў" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "ПерамÑÑьціць вакно на наÑтупную праÑтору" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "ЗаÑÑроджаньне" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "ÐдлюÑтроўваць зьмеÑÑ‚ вокнаў пад Ñ‡Ð°Ñ Ð¿ÐµÑ€Ð°Ð¼ÑшчÑньнÑ" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "" "Крочыць паміж працоўнымі праÑторамі, калі паказьнік ÑÑгае за межы Ñкрана" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "МаленькаÑ" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "ÐдлюÑтроўваць зьмеÑÑ‚ вокнаў пад Ñ‡Ð°Ñ Ð·ÑŒÐ¼ÑÐ½ÐµÐ½ÑŒÐ½Ñ Ð¿Ð°Ð¼ÐµÑ€Ð°Ñž" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "ÐдлюÑтроўваць зьмеÑÑ‚ вокнаў пад Ñ‡Ð°Ñ Ð¿ÐµÑ€Ð°Ð¼ÑшчÑньнÑ" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "ÐдлюÑтроўваць зьмеÑÑ‚ вокнаў пад Ñ‡Ð°Ñ Ð¿ÐµÑ€Ð°Ð¼ÑшчÑньнÑ" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "ÐдлюÑтроўваць зьмеÑÑ‚ вокнаў пад Ñ‡Ð°Ñ Ð·ÑŒÐ¼ÑÐ½ÐµÐ½ÑŒÐ½Ñ Ð¿Ð°Ð¼ÐµÑ€Ð°Ñž" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "ÐдлюÑтроўваць зьмеÑÑ‚ вокнаў пад Ñ‡Ð°Ñ Ð¿ÐµÑ€Ð°Ð¼ÑшчÑньнÑ" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "Прызначыць Ð³Ð°Ñ€Ð°Ñ‡Ñ‹Ñ ÐºÐ»Ñвішы" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "Кіраўнік вокнаў" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -784,12 +791,12 @@ msgstr "ÐŸÑ€Ð°Ñ†Ð¾ÑžÐ½Ð°Ñ Ð¿Ñ€Ð°Ñтора %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu немагчыма захапіць паказьнік\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: немагчыма разьмеркаваць актыўны колер %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: немагчыма разабраць актыўны колер %s\n" diff --git a/po/bg.po b/po/bg.po index dd374922f..220072861 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-08-19 21:11+0900\n" "Last-Translator: Miroslav Yordanov <miordanov@i-space.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n" @@ -53,7 +53,7 @@ msgstr "Граница на работно мÑÑто" msgid "Workspaces and Margins" msgstr "Граница на работно мÑÑто" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 #, fuzzy msgid "Workspaces" @@ -63,153 +63,160 @@ msgstr "Работно мÑÑто %i" msgid "Margins" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "Мениджър на прозорци" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "Ðовите прозорци Ñе фокуÑират" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 #, fuzzy msgid "Focus" msgstr "Тип на фокуÑа" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "Показва·Ñъдържанието·на·прозорците·при меÑтене" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "Превключва работните меÑта когато курÑора доÑтигне ÐºÑ€Ð°Ñ Ð½Ð° екрана" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "Малко" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "Показва Ñъдържанието на прозорците при промÑна на размера" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Показва·Ñъдържанието·на·прозорците·при меÑтене" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "Показва·Ñъдържанието·на·прозорците·при меÑтене" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "Показва Ñъдържанието на прозорците при промÑна на размера" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "Показва·Ñъдържанието·на·прозорците·при меÑтене" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "Клавишни комбинации" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "Мениджър на прозорци" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -815,12 +822,12 @@ msgstr "Работно мÑÑто %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "" diff --git a/po/bn_IN.po b/po/bn_IN.po index b5217ec36..f51e627fc 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-04-07 12:14+0530\n" "Last-Translator: Runa Bhattacharjee <runab@redhat.com>\n" "Language-Team: Bangla INDIA <LL@li.org>\n" @@ -51,7 +51,7 @@ msgstr "করà§à¦®à¦•à§à¦·à§‡à¦¤à§à¦° ও পà§à¦°à¦¾à¦¨à§à¦¤à¦°à§‡à¦–া" msgid "Workspaces and Margins" msgstr "করà§à¦®à¦•à§à¦·à§‡à¦¤à§à¦° ও পà§à¦°à¦¾à¦¨à§à¦¤à¦°à§‡à¦–া" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "করà§à¦®à¦•à§à¦·à§‡à¦¤à§à¦°" @@ -60,152 +60,159 @@ msgstr "করà§à¦®à¦•à§à¦·à§‡à¦¤à§à¦°" msgid "Margins" msgstr "পà§à¦°à¦¾à¦¨à§à¦¤à¦°à§‡à¦–া" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "উইনà§à¦¡à§‹ পরিচালন বà§à¦¯à¦¬à¦¸à§à¦¥à¦¾" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "বাà¦à¦¦à¦¿à¦•à§‡à¦° করà§à¦®à¦•à§à¦·à§‡à¦¤à§à¦°à§‡ উইনà§à¦¡à§‹ সà§à¦¥à¦¾à¦¨à¦¾à¦¨à§à¦¤à¦° করà§à¦¨" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "উজà§à¦œà§à¦¬à¦²" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "উইনà§à¦¡à§‹ সরানোর সময় তার মধà§à¦¯à§‡à¦•à¦¾à¦° বিষয়বসà§à¦¤à§ পà§à¦°à¦¦à¦°à§à¦¶à¦¨ করা হবে" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "পরà§à¦¦à¦¾à¦° পà§à¦°à¦¾à¦¨à§à¦¤à§‡ পয়েনà§à¦Ÿà¦¾à¦° পৌছে গেলে করà§à¦®à¦•à§à¦·à§‡à¦¤à§à¦° গà§à¦Ÿà¦¿à§Ÿà§‡ ফেলা হবে" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "কà§à¦·à§à¦¦à§à¦°" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "উইনà§à¦¡à§‹à¦° মাপ পরিবরà§à¦¤à¦¨à§‡à¦° সময় তার মধà§à¦¯à§‡à¦•à¦¾à¦° বিষয়বসà§à¦¤à§ পà§à¦°à¦¦à¦°à§à¦¶à¦¨ করা হবে" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "উইনà§à¦¡à§‹ সরানোর সময় তার মধà§à¦¯à§‡à¦•à¦¾à¦° বিষয়বসà§à¦¤à§ পà§à¦°à¦¦à¦°à§à¦¶à¦¨ করা হবে" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "উইনà§à¦¡à§‹ সরানোর সময় তার মধà§à¦¯à§‡à¦•à¦¾à¦° বিষয়বসà§à¦¤à§ পà§à¦°à¦¦à¦°à§à¦¶à¦¨ করা হবে" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "উইনà§à¦¡à§‹à¦° মাপ পরিবরà§à¦¤à¦¨à§‡à¦° সময় তার মধà§à¦¯à§‡à¦•à¦¾à¦° বিষয়বসà§à¦¤à§ পà§à¦°à¦¦à¦°à§à¦¶à¦¨ করা হবে" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "উইনà§à¦¡à§‹ সরানোর সময় তার মধà§à¦¯à§‡à¦•à¦¾à¦° বিষয়বসà§à¦¤à§ পà§à¦°à¦¦à¦°à§à¦¶à¦¨ করা হবে" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "শরà§à¦Ÿà¦•à¦¾à¦Ÿ নিরà§à¦®à¦¾à¦£ করà§à¦¨" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "উইনà§à¦¡à§‹ পরিচালন বà§à¦¯à¦¬à¦¸à§à¦¥à¦¾" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -771,12 +778,12 @@ msgstr "করà§à¦®à¦•à§à¦·à§‡à¦¤à§à¦° %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu পয়েনà§à¦Ÿà¦¾à¦° আটক করতে সকà§à¦·à¦® হয়নি\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: সকà§à¦°à¦¿à§Ÿ রং আরকà§à¦·à¦£ করা যায়নি %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: সকà§à¦°à¦¿à§Ÿ রং পারà§à¦¸ করা যায়নি %s\n" diff --git a/po/ca.po b/po/ca.po index a37ac429f..cfdd4c405 100644 --- a/po/ca.po +++ b/po/ca.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2006-05-13 20:27+0100\n" "Last-Translator: Carles Muñoz Gorriz <carlesmu@internautas.org>\n" "Language-Team: Catalan\n" @@ -57,7 +57,7 @@ msgstr "" msgid "Workspaces and Margins" msgstr "Espais de treball i marges" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Espais de treball" @@ -66,153 +66,160 @@ msgstr "Espais de treball" msgid "Margins" msgstr "Marges" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "Cap" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "Ajustaments avançats del gestor de finestres" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" "Inclou les finestres que tinguin la propietat «omet paginador» o «omet barra " "de tasques» activada." -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "Inclou les finestres amagades (i.e. les iconificades)" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 msgid "Cycle through windows from all workspaces" msgstr "Inclou les finestres dels altres espais de treball" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "Rotació" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "Activa la prevenció de furt de l'enfocament" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "Fes cas de la senyal ICCCM d'enfocament" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Enfocament" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "Tecla emprada per arrossegar i moure finestres" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "CoÅ€loca en primer pla quan es pitgi qualsevol botó del ratolÃ" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 msgid "Restore original size of maximized windows when moving" msgstr "Restaura la mida original de les finestres maximitzades quan es mouen" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 #, fuzzy msgid "Use edge resistance instead of windows snapping" msgstr "" "Empra resistència a les vores en lloc de l'alineació rà pida de finestres" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "Accessibilitat" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" "Canvia d'espai de treball mitjançant la roda del ratolà sobre l'escriptori" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" "Recorda i recrida l'espai de treball previ quan canvii mitjançant les " "dreceres de tecles" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "Canvia d'espai de treball en funció del format actual de l'escriptori" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "Canvia d'espai de treball quan s'arribi al primer o últim" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "Mida mÃnima de les finestres per emplaçar-les «inteÅ€ligentment»" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Small" msgstr "Petit" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "Gran" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "Emplaçament" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "Mostra ombres a les finestres normals" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "Mostra ombres a les finestres emergents" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 msgid "Opacity of window decorations" msgstr "Opacitat de la decoració de les finestres" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "Transparent" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "Opacitat" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Opacitat de les finestres emergents" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 msgid "Opacity of windows during move" msgstr "Opacitat de les finestres al moure-les" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 msgid "Opacity of windows during resize" msgstr "Opacitat de les finestres al redimensinar-les" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Opacity of popup windows" msgstr "Opacitat de les finestres emergents" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "«Compositor»" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "" "Gestor de finestres,\n" "ajustaments avançats" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -783,12 +790,12 @@ msgstr "Àrea de treball %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu no ha pogut captura el punter\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: no s'ha pogut situar el color %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: no s'ha pogut analitzar el color %s\n" diff --git a/po/cs.po b/po/cs.po index 379f024a6..03355c3b3 100644 --- a/po/cs.po +++ b/po/cs.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2006-05-05 20:12+0100\n" "Last-Translator: Michal Várady <miko.vaji@gmail.com>\n" "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n" @@ -53,7 +53,7 @@ msgstr "Popisek tlaÄÃtka|Pracovnà plochy a okraje" msgid "Workspaces and Margins" msgstr "Pracovnà plochy a okraje" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Pracovnà plochy" @@ -62,145 +62,152 @@ msgstr "Pracovnà plochy" msgid "Margins" msgstr "Okraje" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "Nic" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 msgid "Window Manager Tweaks" msgstr "PokroÄilá nastavenà správce oken" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" "Zahrnout okna s nastavenou vlastnostà \"vynechat v pÅ™epÃnaÄi ploch\" nebo " "\"vynechat v panelu úloh\"" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "Zahrnout skrytá (minimalizovaná) okna" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 msgid "Cycle through windows from all workspaces" msgstr "Procházet okna ze vÅ¡ech pracovnÃch ploch" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "ProcházenÃ" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "Zapnout pÅ™edejità ztrátÄ› aktivity okna" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "ZaměřenÃ" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "Klávesa použitá k uchopenà a pÅ™esunu oken" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "PÅ™enést okno do popÅ™edà po stisknutà libovolného tlaÄÃtka myÅ¡i" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 msgid "Restore original size of maximized windows when moving" msgstr "PÅ™i pÅ™esunu obnovit původnà velikost maximalizovaných oken" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "PoužÃt odolnost okrajů namÃsto pÅ™ichytávánà oken" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "UsnadnÄ›nÃ" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "PÅ™epÃnat plochy pomocà koleÄka myÅ¡i nad plochou" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" "Zapamatuje si a znovu vyvolá pÅ™edchozà plochu pÅ™i pÅ™epÃnánà zkratkovými " "klávesami" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "PÅ™echázet na plochy podle aktuálnÃho nastavenà rozvrženà prostÅ™edÃ" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "PÅ™epnout plochu pÅ™i dosaženà okraje plochy myÅ¡Ã" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "NejmenÅ¡Ã velikost oken pro chytré umÃstÄ›nà triggeru" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Small" msgstr "Velikost|Malá" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "Velikost|Velká" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "UmÃstÄ›nÃ" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "Zobrazovat stÃny pod běžnými okny" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "Zobrazovat stÃny pod vyskakovacÃmi okny" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 msgid "Opacity of window decorations" msgstr "Neprůhlednost dekoracà oken" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "Průhledné" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "Neprůhlednost" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Neprůhlednost vyskakovacÃch oken" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 msgid "Opacity of windows during move" msgstr "Neprůhlednost oken pÅ™i pÅ™esunutÃ" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 msgid "Opacity of windows during resize" msgstr "Neprůhlednost oken pÅ™i zmÄ›nÄ› velikosti" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Opacity of popup windows" msgstr "Neprůhlednost vyskakovacÃch oken" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 msgid "Compositor" msgstr "Kompozitor" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 msgid "Button Label|Window Manager Tweaks" msgstr "Popisek tlaÄÃtka|Podrobné nastavenà správce oken" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "Tato nastavenà nebudou fungovat se souÄasným správcem oken (%s)" @@ -755,12 +762,12 @@ msgstr "Pracovnà plocha %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu failed to grab the pointer\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Nelze pÅ™idÄ›lit barvu %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Nelze zpracovat barvu %s\n" diff --git a/po/de.po b/po/de.po index b66859380..3963cae88 100644 --- a/po/de.po +++ b/po/de.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2006-02-19 12:09+0100\n" "Last-Translator: Fabian Nowak <timystery@arcor.de>\n" "Language-Team: German <de@li.org>\n" @@ -53,7 +53,7 @@ msgstr "Arbeitsflächen und Seitenränder" msgid "Workspaces and Margins" msgstr "Arbeitsflächen und Seitenränder" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Arbeitsflächen" @@ -62,167 +62,174 @@ msgstr "Arbeitsflächen" msgid "Margins" msgstr "Seitenränder" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 msgid "Window Manager Tweaks" msgstr "Fenstermanager-Tweaks" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" "Fenster, die \"skip pager\" oder \"skip taskbar\" gesetzt haben, " "miteinbeziehen" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" "Versteckte (z.B. ikonifizierte) Fenster\n" "miteinbeziehen" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 msgid "Cycle through windows from all workspaces" msgstr "Durch Fenster aller Arbeitsflächen bewegen" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "Verhinderung des Fokusverlustes aktivieren" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "Den normalen ICCCM Fokus-Hinweis beachten" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Fokus" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 #, fuzzy msgid "Key used to grab and move windows" msgstr "" "Die \"Alt\"-Taste verwenden, um Fenster\n" "anzufassen" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" "Fenster hervorbringen wenn eine beliebige\n" "Maustaste dgedrückt wird" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 msgid "Restore original size of maximized windows when moving" msgstr "" "Ursprüngliche Größe maximierte Fenster nach\n" "Verschieben wiederherstellen" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" "Verwende Widerstand an den Kanten statt die Fenster einrasten zu lassen" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "Zugreifbarkeit" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" "Arbeitsflächen wechseln durch Betätigung des\n" "Mausrads auf dem Desktop" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" "Vorige Arbeitsfläche merken und abrufen beim Wechseln mittels Tastenkürzeln" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" "Arbeitsflächen in Abhängigkeit der derzeitigen Desktopanordnung\n" "umbrechen" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "" "Arbeitsflächen umbrechen, wenn die erste oder\n" "letzte Arbeitsfläche erreicht wird." -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" "Minimale Größe, unterhalb derer Fenster\n" "intelligent platziert werden" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "Klein" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Large" msgstr "Groß" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 #, fuzzy msgid "Placement" msgstr "Intelligente Platzierung" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "Schatten unter normalen Fenstern anzeigen" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "Schatten unter Popup-Fenstern anzeigen" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "Deckkraft bei Größenänderung" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "Transparent" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "Undurchsichtig" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Deckkraft von Popup-Fenstern" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 msgid "Opacity of windows during move" msgstr "Deckkraft beim Verschieben" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 msgid "Opacity of windows during resize" msgstr "Deckkraft bei Größenänderung" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Opacity of popup windows" msgstr "Deckkraft von Popup-Fenstern" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 msgid "Compositor" msgstr "Compositor" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "Fenstermanager-Tweaks" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -790,12 +797,12 @@ msgstr "Arbeitsfläche %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu konnte die Position des Mauszeigers nicht feststellen\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Kann Farbe %s nicht allozieren\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Kann Farbe %s nicht einlesen\n" diff --git a/po/el.po b/po/el.po index 58f5b1d2a..e00c7a034 100644 --- a/po/el.po +++ b/po/el.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2006-05-21 17:55+0200\n" "Last-Translator: Stavros Giannouris <stavrosg2002@freemail.gr>\n" "Language-Team: Greek <nls@tux.hellug.gr>\n" @@ -54,7 +54,7 @@ msgstr "" msgid "Workspaces and Margins" msgstr "ΧώÏοι εÏγασίας και πεÏιθώÏια" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "ΧώÏοι εÏγασίας" @@ -63,152 +63,159 @@ msgstr "ΧώÏοι εÏγασίας" msgid "Margins" msgstr "ΠεÏιθώÏια" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "ΚανÎνα" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 msgid "Window Manager Tweaks" msgstr "Ï€ÏοσαÏμογή διαχειÏιστή παÏαθÏÏων" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" "ΠεÏίληψη παÏαθÏÏων που Îχουν οÏισμÎνες τις ιδιότητες \"όχι στη λίστα εÏγασιών" "\" ή \"όχι στον ειδοποιητή\"" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "Îα πεÏιλαμβάνονται κÏυμμÎνα (Ï€.χ. ελαχιστοποιημÎνα) παÏάθυÏα" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 msgid "Cycle through windows from all workspaces" msgstr "Εναλλαγή Î¼ÎµÏ„Î±Î¾Ï Ï„Ï‰Î½ παÏαθÏÏων από όλους τους χώÏους εÏγασίας" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "Εναλλαγή" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "Î Ïοστασία απώλειας της εστίασης" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "Îα τηÏείται η Ï€Ïότυπη υπόδειξη εστίασης ICCM " -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Εστίαση" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "ΠλήκτÏο που χÏησιμοποιείται για την αÏπαγή και μετακίνηση παÏαθÏÏων" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "ΑνÏψωση παÏαθÏÏων όταν πατηθεί οποιοδήποτε κουμπί ποντικιοÏ" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 msgid "Restore original size of maximized windows when moving" msgstr "" "ΕπαναφοÏά αÏÏ‡Î¹ÎºÎ¿Ï Î¼ÎµÎ³Îθους των μεγιστοποιημÎνων παÏαθÏÏων κατά τη μετακίνηση" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "Αντίσταση άκÏων αντί για συγκόλληση παÏαθÏÏων" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "Î Ïοσβασιμότητα" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" "Εναλλαγή χώÏων εÏγασίας χÏησιμοποιώντας τη ÏοδÎλα του Ï€Î¿Î½Ï„Î¹ÎºÎ¹Î¿Ï Ï€Î¬Î½Ï‰ στην " "επιφάνεια εÏγασίας" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" "ΣυγκÏάτηση Ï€ÏοηγοÏμενου χώÏου εÏγασίας και κλήση Î±Ï…Ï„Î¿Ï ÎºÎ±Ï„Î¬ την εναλλαγή " "μÎσω συντομεÏσεων πληκτÏολογίου" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" "Αναδίπλωση χώÏων εÏγασίας σÏμφωνα με την Ï€Ïαγματική διάταξη της επιφάνειας " "εÏγασίας" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "Αναδίπλωση χώÏων εÏγασίας στον Ï€Ïώτο ή στον τελευταίο χώÏο εÏγασίας" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "Ελάχιστο μÎγεθος παÏαθÏÏου για να ενεÏγοποιηθεί η Îξυπνη τοποθÎτηση" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Small" msgstr "ΜικÏÏŒ" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "Μεγάλο" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "ΤοποθÎτηση" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "Εμφάνιση σκιών στα κανονικά παÏάθυÏα" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "Εμφάνιση σκιών στα αναδυόμενα παÏάθυÏα" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 msgid "Opacity of window decorations" msgstr "Διαφάνεια πεÏιγÏαμμάτων παÏαθÏÏων" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "ΔιαφανÎÏ‚" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "ΑδιαφανÎÏ‚" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Διαφάνεια αναδυόμενων παÏαθÏÏων" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 msgid "Opacity of windows during move" msgstr "Διαφάνεια παÏαθÏÏων κατά τη μετακίνηση" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 msgid "Opacity of windows during resize" msgstr "Διαφάνεια παÏαθÏÏων κατά τη αλλαγή μεγÎθους" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Opacity of popup windows" msgstr "Διαφάνεια αναδυόμενων παÏαθÏÏων" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 msgid "Compositor" msgstr "Compositor" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 msgid "Button Label|Window Manager Tweaks" msgstr "" "Î ÏοσαÏμογή\n" "διαχειÏιστή παÏαθÏÏων" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -772,12 +779,12 @@ msgstr "ΧώÏος εÏγασίας %i " msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: Το GtkMenu απÎτυχε να αÏπάξει τον δείκτη\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: ΑδÏνατος ο Ï€ÏοσδιοÏισμός του χÏώματος %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: ΑδÏνατη η ανάλυση του χÏώματος %s\n" diff --git a/po/en_GB.po b/po/en_GB.po index 1b51e225c..2f4fe62d8 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2004-12-03 18:06+0200\n" "Last-Translator: Translate.org.za <info@translate.org.za>\n" "Language-Team: British English <en_gb@li.org>\n" @@ -52,7 +52,7 @@ msgstr "Workspaces and Margins" msgid "Workspaces and Margins" msgstr "Workspaces and Margins" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Workspaces" @@ -61,152 +61,159 @@ msgstr "Workspaces" msgid "Margins" msgstr "Margins" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "Window Manager" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "Move window to left workspace" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Focus" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "Display content of windows when moving" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "Wrap workspaces when the pointer reaches a screen edge" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "Small" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "Display content of windows when resizing" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Display content of windows when moving" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "Display content of windows when moving" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "Display content of windows when resizing" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "Display content of windows when moving" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "Compose shortcut" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "Window Manager" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -772,12 +779,12 @@ msgstr "Workspace %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu failed to grab the pointer\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Cannot allocate active colour %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Cannot parse active colour %s\n" diff --git a/po/eo.po b/po/eo.po index 58e277383..c1e319279 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2006-03-11 18:40+0100\n" "Last-Translator: Sylvain Vedrenne <gnu_sylvain@xfce.org>\n" "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n" @@ -53,7 +53,7 @@ msgstr "Laborspacoj kaj marÄenoj" msgid "Workspaces and Margins" msgstr "Laborspacoj kaj marÄenoj" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Laborspacoj" @@ -62,150 +62,157 @@ msgstr "Laborspacoj" msgid "Margins" msgstr "MarÄenoj" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 msgid "Window Manager Tweaks" msgstr "Rafina Agordo de la Administradilo de Fenestroj" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" "Inkluzivu la fenestrojn kies \"skip pager\" aÅ \"skip taskbar\" parametroj " "estas elektitaj" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "Inkluzivu kaÅitajn (etigitajn) fenestrojn" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 msgid "Cycle through windows from all workspaces" msgstr "Cikleligu la fenestrojn de ĉiuj laborspacoj" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "Malpermesu rabon de la fokuso" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "Uzu la normalan ICCCM-an fokusan indikon" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Fokuso" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 #, fuzzy msgid "Key used to grab and move windows" msgstr "Uzu la ALT klavon por preni kaj movi fenestron" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "Malfermu fenestron kiu estas alklakata per iu musbutono" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 msgid "Restore original size of maximized windows when moving" msgstr "Maksimumigita fenestro havu Äiajn unuajn dimensiojn kiam movata" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "Uzu la bordreziston anstataÅ la fenestran magnetigon" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "Atingebleco" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "CikleÅanÄu de laborspaco per la musrulilo sur la ekranfono" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" "Memoru kaj reiru la antaÅan laborspacon kiam ÅanÄante per klavara rapidligilo" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "CikleÅangu de laborspaco laÅ la nuna labortabla aranÄo" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "CikleÅangu de laborspaco kiam oni atingis la unuan aÅ la lastan" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "Minimumaj dimensioj de fenestro por uzi la inteligentan posiciagon" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "Eta" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Large" msgstr "Granda" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 #, fuzzy msgid "Placement" msgstr "Inteligenta posiciago" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "Montru ombrojn sub la normalaj fenestroj" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "Montru ombrojn sub la Åprucfenestroj" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "Videbla enhavo por fenestro kies dimensioj estas ÅanÄataj" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "Travidebla" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "Opaka" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Videbla enhavo por Åprucfenestroj" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 msgid "Opacity of windows during move" msgstr "Videbla enhavo por moviÄanta fenestro" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 msgid "Opacity of windows during resize" msgstr "Videbla enhavo por fenestro kies dimensioj estas ÅanÄataj" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Opacity of popup windows" msgstr "Videbla enhavo por Åprucfenestroj" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 msgid "Compositor" msgstr "Komponilo" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "Rafina Agordo de la Administradilo de Fenestroj" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "Tiuj parametroj ne povas funkcii kun via nuna fenestradministilo (%s)" @@ -775,12 +782,12 @@ msgstr "Laborspaco %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu malsukcesis kapti la muskursoron\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Malsukcesis disponigi la koloron %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Malsukcesis legi la koloron %s\n" diff --git a/po/es.po b/po/es.po index 7df7b9751..e22589f82 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-08-19 21:13+0900\n" "Last-Translator: Edscott Wilson Garcia <edscott@xfce.org>\n" "Language-Team: Spanish <es@li.org>\n" @@ -52,7 +52,7 @@ msgstr "Escritorios y Márgenes" msgid "Workspaces and Margins" msgstr "Escritorios y Márgenes" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Escritorios" @@ -61,154 +61,161 @@ msgstr "Escritorios" msgid "Margins" msgstr "Márgenes" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "Gestor de Ventanas" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "Mover ventana al próximo escritorio" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Foco" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "Mostrar contenido de la ventana cuando se mueva" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "" "Saltar al siguiente escritorio cuando el puntero llegue al borde del " "escritorio" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "Pequeño" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "Mostrar el contenido de las ventanas cuando se redimensionen" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Mostrar contenido de la ventana cuando se mueva" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "Mostrar contenido de la ventana cuando se mueva" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "Mostrar el contenido de las ventanas cuando se redimensionen" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "Mostrar contenido de la ventana cuando se mueva" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "Generar atajo" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "Gestor de Ventanas" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -787,12 +794,12 @@ msgstr "Escritorio %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu falló al intentar conseguir el puntero\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: No se puede reservar el color activo %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: No se puede interpretar el color activo %s\n" diff --git a/po/es_MX.po b/po/es_MX.po index e86134e8f..a1527b610 100644 --- a/po/es_MX.po +++ b/po/es_MX.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-08-19 21:14+0900\n" "Last-Translator: Edscott Wilson Garcia <edscott@xfce.org>\n" "Language-Team: Spanish <es@li.org>\n" @@ -52,7 +52,7 @@ msgstr "Escritorios y Márgenes" msgid "Workspaces and Margins" msgstr "Escritorios y Márgenes" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Escritorios" @@ -61,154 +61,161 @@ msgstr "Escritorios" msgid "Margins" msgstr "Márgenes" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "Gestor de Ventanas" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "Mover ventana al próximo escritorio" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Foco" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "Mostrar contenido de la ventana cuando se mueva" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "" "Saltar al siguiente escritorio cuando el puntero llegue al borde del " "escritorio" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "Pequeño" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "Mostrar el contenido de las ventanas cuando se redimensionen" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Mostrar contenido de la ventana cuando se mueva" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "Mostrar contenido de la ventana cuando se mueva" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "Mostrar el contenido de las ventanas cuando se redimensionen" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "Mostrar contenido de la ventana cuando se mueva" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "Generar atajo" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "Gestor de Ventanas" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -787,12 +794,12 @@ msgstr "Escritorio %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu falló al intentar conseguir el puntero\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: No se puede reservar el color activo %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: No se puede interpretar el color activo %s\n" diff --git a/po/et.po b/po/et.po index 3bad211a4..268d7d093 100644 --- a/po/et.po +++ b/po/et.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2006-04-18 10:02+0300\n" "Last-Translator: Mart Tõnso <mart.tonso@ttu.ee>\n" "Language-Team: Estonian <et@li.org>\n" @@ -51,7 +51,7 @@ msgstr "Tööruumid ja ääred" msgid "Workspaces and Margins" msgstr "Tööruumid ja ääred" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Tööruumid" @@ -60,146 +60,153 @@ msgstr "Tööruumid" msgid "Margins" msgstr "Ääred" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "Tühjus" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 msgid "Window Manager Tweaks" msgstr "Aknahalduri ülehäälestamine" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" "Lisa aknad, millel on \"eira lehitsejat\" või \"eira tegumiriba\" omadused " "seatud" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "Lisa varjatud (ehk ikoniseeritud) aknad" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 msgid "Cycle through windows from all workspaces" msgstr "Tsükleeri üle kõigi töölaudade akende" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "Tsükleerimine" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "Aktiveeri fookuse näppamise ennetustegevus" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "Austa standartset ICCCM fookuse vihjet" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Fookus" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "Klahv, mida kasutada akna haaramiseks ja liigutamiseks" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "Tõsta aken kui ükskõik millist hiire nuppu toksitakse" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 msgid "Restore original size of maximized windows when moving" msgstr "Taasta suurendatud akende originaalne suurus nende liigutamisel" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "Kasuta ääre vastuhakku akende haakimise asemel" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "Käsitletavus" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "Lülita töölaudu kasutades hiire rulli töölaua kohal" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" "Pea meeles ja kutsu esile eelmine töölaud kui lülitamine käib klaviatuuri " "kiirklahvide abil." -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "Muuda töölaudu sõltuvalt tegelikust töölaua laotusest" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "Vaheta töölaud teise äärde, kui esimene või viimane töölaud on ees" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "Akende vähim suurus, mis käivitab targa paigutuse" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Small" msgstr "Suurus|Väike" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "Suurus|Suur" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "Asetus" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "Näita varje tavaliste akende taga" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "Näita varju hüpikakende taga" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 msgid "Opacity of window decorations" msgstr "Akna kaunistuste läbipaistmatus" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "Läbipaistev" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "Läbipaistmatu" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Hüpikakende läbipaistmatus" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 msgid "Opacity of windows during move" msgstr "Akna läbipaistmatus liigutamise ajal" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 msgid "Opacity of windows during resize" msgstr "Akna läbipaistmatus suuruse muutmise ajal" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Opacity of popup windows" msgstr "Hüpikakende läbipaistmatus" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 msgid "Compositor" msgstr "Kujundaja" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "Aknahalduri ülehäälestamine" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "Need seadistused ei saa töötada teie praeguse aknahalduriga (%s)" @@ -761,12 +768,12 @@ msgstr "Töölaud %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: 'GtkMenu'-l ebaõnnestus kursori haaramine\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Ei suutnud tekitada värvi %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Ei suutnud parsida värvi %s\n" diff --git a/po/eu.po b/po/eu.po index 9ccbef7c1..e10a0937c 100644 --- a/po/eu.po +++ b/po/eu.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2006-05-30 15:39+0200\n" "Last-Translator: Piarres Beobide <pi@beobide.net>\n" "Language-Team: librezale <librezale@librezale.org>\n" @@ -52,7 +52,7 @@ msgstr "Idazmahai eta Marjinak" msgid "Workspaces and Margins" msgstr "Idazmahai eta Marjinak" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Idazmahaiak" @@ -61,145 +61,152 @@ msgstr "Idazmahaiak" msgid "Margins" msgstr "Marjinak" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "Batez" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 msgid "Window Manager Tweaks" msgstr "Leiho Kudeatzaile Gomendioak" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" "\"paginatzailea utzi\" edo \"ataza-barra utzi\" propietateak ezarririk duten " "leihoa barne" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "Ezkutatutako leihoak (adib, txikitutakoak) barne" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 msgid "Cycle through windows from all workspaces" msgstr "Idazmahai artean ziklikoki aldatu" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "Ziklikoki" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "Foku lapurtze aurreikuspena gaitu" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "ICCCM foko gomendioei ohore egin" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Fokua" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "Leihoak eldu eta mugitzeko erabiliko den tekla" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "Leihoa erakarri saguaren edozein botoi sakatzean" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 msgid "Restore original size of maximized windows when moving" msgstr "Mugitzerakoan Maximizatutako leihoen jatorrizko tamaina berezarri" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "Ertz erresistentzia erabili leiho elkartzea beharrean" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "Erabilgarritasuna" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "Idazmahaia aldatu idazmahaiean sagu errubera erabiliaz" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" "Aurreko idazmahaia gogoratu eta berriz deitu teklatu laster-tekla bitartez " "aldatzean" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "Idazmahaiak egokitu erabiltzen den idazmahai ingurunearen arabera" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "Idazmahaiak egokitu lehen edo azken idazmahaiera ailatzerakoan" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "Leihoen gutxieneko tamaina abiarazte garbi kokapenean" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Small" msgstr "Txikia" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "Handia" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "Kokalekua" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "Leiho arrunten azpian itzalak bistarazi" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "Popup leihoen azpian itzalak bistarazi" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 msgid "Opacity of window decorations" msgstr "Leiho dekorazioaren opakotasuna" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "Gardena" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "Opakoa" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Popup leihoen opakotasuna" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 msgid "Opacity of windows during move" msgstr "Mugitzerakoan leihoaren opakotasuna" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 msgid "Opacity of windows during resize" msgstr "Tamainaz aldatzean leihoaren opakotasuna" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Opacity of popup windows" msgstr "Popup leihoen opakotasuna" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 msgid "Compositor" msgstr "Sortzailea" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 msgid "Button Label|Window Manager Tweaks" msgstr "Leiho Kudeatzaile Gomendioak" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -761,12 +768,12 @@ msgstr "%i Idazmahaia" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu errorea sagu markatzailea eskuratzerakoan\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Ezin da %s kolorea esleitu\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Ezin da %s kolorea analizatu\n" diff --git a/po/fa.po b/po/fa.po index 812cc5626..0f6668654 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-10-09 20:42+0900\n" "Last-Translator: Abbas Izad <abbasizad@hotmail.com>\n" "Language-Team: Persian <translation-team-fa@lists.sourceforge.net>\n" @@ -52,7 +52,7 @@ msgstr "Ùضاهای کاری Ùˆ Øاشیه‌ها" msgid "Workspaces and Margins" msgstr "Ùضاهای کاری Ùˆ Øاشیه‌ها" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Ùضاهای کاری" @@ -61,152 +61,159 @@ msgstr "Ùضاهای کاری" msgid "Margins" msgstr "Øاشیه‌ها" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "مدیر پنجره‌" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "انتقال پنجره به Ùضای کاری بعدی" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "تمرکز" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "نمایش Ù…Øتویات پنجره‌ها هنگام Øرکت دادن آنها" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "پیچیدن Ùضاهای کاری وقتی Ú©Ù‡ اشاره‌گر به لبه‌ی صÙØÙ‡ برسد" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "Ú©ÙˆÚ†Ú©" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "نمایش Ù…Øتویات پنجره‌ها هنگام تغییر اندازه" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "نمایش Ù…Øتویات پنجره‌ها هنگام Øرکت دادن آنها" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "نمایش Ù…Øتویات پنجره‌ها هنگام Øرکت دادن آنها" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "نمایش Ù…Øتویات پنجره‌ها هنگام تغییر اندازه" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "نمایش Ù…Øتویات پنجره‌ها هنگام Øرکت دادن آنها" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "ساختن میانبر" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "مدیر پنجره‌" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -781,12 +788,12 @@ msgstr "Ùضای کاری %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu موÙÙ‚ به گرÙتن اشاره‌گر نشد\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: نمی‌توان رنگ Ùعال %s را جایابی کرد\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: نمی‌توان رنگ Ùعال %s را تجزیه کرد\n" diff --git a/po/fi.po b/po/fi.po index 20250cebf..0dbd8aa4e 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2006-05-21 11:11+0300\n" "Last-Translator: Jari Rahkonen <jari.rahkonen@pp2.inet.fi>\n" "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n" @@ -50,7 +50,7 @@ msgstr "Työtilat ja reunukset" msgid "Workspaces and Margins" msgstr "Työtilat ja reunukset" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Työtilat" @@ -59,142 +59,149 @@ msgstr "Työtilat" msgid "Margins" msgstr "Reunukset" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "Ei mitään" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 msgid "Window Manager Tweaks" msgstr "Ikkunamanagerin viritys" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" "Sisällytä ikkunat, jotka eivät näy työtilan vaihtajassa tai tehtäväpalkissa" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "Sisällytä piilotetut (eli pienennetyt) ikkunat" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 msgid "Cycle through windows from all workspaces" msgstr "Selaa kaikkien työtilojen ikkunoita" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "Selaaminen" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "Käytä kohdistuksen ryöstön estoa" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "Kunnioita standardia ICCCM -kohdistusvihjettä" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Kohdistus" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "Ikkunoiden liikutteluun käytettävä näppäin" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "Nosta ikkuna napsautettaessa millä tahansa hiiren painikeella" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 msgid "Restore original size of maximized windows when moving" msgstr "Palauta suurennettujen ikkunoiden koko siirrettäessä" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "Käytä reunavastusta ikkunoiden loksahtamisen sijaan" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "Esteettömyys" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "Vaihda työtilaa hiiren vierityspainikkeella työpöydän yllä" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "Muista edellinen työtila pikanäppäimillä vaihdettaessa" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "Kierrätä työtiloja työpöytäasettelun mukaisesti" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "Kierrätä työtiloja, kun ohitetaan ensimmäinen tai viimeinen tila" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "Älykkäästi sijoitettavan ikkunan minimikoko" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Small" msgstr "Pieni" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "Suuri" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "Sijoittelu" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "Näytä varjot tavallisten ikkunoiden alla" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "Näytä varjot ponnahdusikkunoiden alla" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 msgid "Opacity of window decorations" msgstr "Ikkunoiden kehysten läpinäkyvyys" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "Läpinäkyvä" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "Läpinäkymätön" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Ponnahdusikkunoiden läpinäkyvyys" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 msgid "Opacity of windows during move" msgstr "Ikkunoiden läpinäkyvyys siirrettäessä" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 msgid "Opacity of windows during resize" msgstr "Ikkunoiden läpinäkyvyys kokoa muutettaessa" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Opacity of popup windows" msgstr "Ponnahdusikkunoiden läpinäkyvyys" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 msgid "Compositor" msgstr "Komposoija" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 msgid "Button Label|Window Manager Tweaks" msgstr "Ikkunamanagerin viritys" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "Nämä asetukset eivät toimi nykyisen ikkunamanagerisi kanssa (%s)" @@ -754,12 +761,12 @@ msgstr "Työtila %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu epäonnistui osoittimen haltuunotossa\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Väriä %s ei voi varata\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Värimääritys %s ei kelpaa\n" diff --git a/po/fr.po b/po/fr.po index a9972f313..bd9a0cbcb 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2006-02-02 21:32+0100\n" "Last-Translator: Olivier Fourdan <fourdan@xfce.org>\n" "Language-Team: French <traduc@traduc.org>\n" @@ -51,7 +51,7 @@ msgstr "Marges et espaces de travail" msgid "Workspaces and Margins" msgstr "Marges et espaces de travail" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Espaces de travail" @@ -60,151 +60,158 @@ msgstr "Espaces de travail" msgid "Margins" msgstr "Marges" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "Aucun" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 msgid "Window Manager Tweaks" msgstr "Peaufinages des fenêtres" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" "Inclure les fenêtres qui présentent les propriétés \"skip pager\" ou \"skip " "taskbar\"" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "Inclure les fenêtres iconifiées" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 msgid "Cycle through windows from all workspaces" msgstr "Naviguer entre les fenêtres de tous les espaces de travail" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "Navigation" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "Activer la prévention d'acquisition de focus" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "Suivre le standard ICCCM pour le focus" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Focalisation" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "Touche utilisée pour saisir et déplacer les fenêtres" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" "Placer les fenêtres au premier plan à l'aide de\n" "n'importe quel bouton de la souris" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 msgid "Restore original size of maximized windows when moving" msgstr "" "Restaurer la taille originale d'une fenêtre plein\n" "écran lors des déplacements" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "Utiliser la résistance au lieu de l'aimentation entre les fenêtres" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "Accessibilité" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "Basculer d'écran à l'aide de la molette de la souris sur le bureau" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" "Mémoriser et revenir à l'espace précédent en changeant d'espace de travail à " "l'aide du clavier" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "Basculer d'espace en ffonction de l'agencement du bureau" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "" "Basculer d'écran après avoir atteint le permier\n" "ou le dernier espace de travail" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "Taille minimale de fenêtre pour utiliser le placement intelligent" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Small" msgstr "Petite" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "Grande" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "Placement" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "Afficher l'ombre sous les fenêtres normales" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "Afficher l'ombre sous les fenêtres contextuelles" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 msgid "Opacity of window decorations" msgstr "Opacité des décorations autour des fénêtres" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "Transparent" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "Opaque" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Opacité des fenêtres contextuelles" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 msgid "Opacity of windows during move" msgstr "Opacité des fénêtres durant leur déplacement" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 msgid "Opacity of windows during resize" msgstr "Opacité des fénêtres durant leur redimensionnement" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Opacity of popup windows" msgstr "Opacité des fenêtres contextuelles" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 msgid "Compositor" msgstr "Compositeur" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 msgid "Button Label|Window Manager Tweaks" msgstr "Peaufinages des fenêtres" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -769,12 +776,12 @@ msgstr "Bureau %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu n'a pas pu capturer le pointeur\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Ne peut allouer la couleur %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Ne peut lire la couleur %s\n" diff --git a/po/gu.po b/po/gu.po index 2fb60ab4c..fc6cd11ea 100644 --- a/po/gu.po +++ b/po/gu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-10-09 20:44+0900\n" "Last-Translator: Ankit Patel <ankit@redhat.com>\n" "Language-Team: Gujarati <fedora-trans-gu@redhat.com>\n" @@ -52,7 +52,7 @@ msgstr "કામ કરવાની જગà«àª¯àª¾àª“ અને હાંસ msgid "Workspaces and Margins" msgstr "કામ કરવાની જગà«àª¯àª¾àª“ અને હાંસિયાઓ" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "કામ કરવાની જગà«àª¯àª¾àª“" @@ -61,152 +61,159 @@ msgstr "કામ કરવાની જગà«àª¯àª¾àª“" msgid "Margins" msgstr "હાંસિયાઓ" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "વિનà«àª¡à«‹ વà«àª¯àªµàª¸à«àª¥àª¾àªªàª•" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "વિનà«àª¡à«‹àª¨à«‡ ડાબી કામ કરવાની જગà«àª¯àª¾ પર ખસાડો" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "ફોકસ" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "જà«àª¯àª¾àª°à«‡ ખસેડી રહà«àª¯àª¾ હોય તà«àª¯àª¾àª°à«‡ સમાવિષà«àªŸà«‹ પà«àª°àª¦àª°à«àª¶àª¿àª¤ કરો" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "જà«àª¯àª¾àª°à«‡ નિરà«àª¦à«‡àª¶àª• સà«àª•à«àª°à«€àª¨àª¨à«€ બાજૠપર પહોંચી જાય તà«àª¯àª¾àª°à«‡ કામ કરવાની જગà«àª¯àª¾àª“ને લપેટો" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "નાનà«" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "જà«àª¯àª¾àª°à«‡ માપ બદલી રહà«àª¯àª¾ હોય તà«àª¯àª¾àª°à«‡ સમાવિષà«àªŸà«‹ પà«àª°àª¦àª°à«àª¶àª¿àª¤ કરો" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "જà«àª¯àª¾àª°à«‡ ખસેડી રહà«àª¯àª¾ હોય તà«àª¯àª¾àª°à«‡ સમાવિષà«àªŸà«‹ પà«àª°àª¦àª°à«àª¶àª¿àª¤ કરો" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "જà«àª¯àª¾àª°à«‡ ખસેડી રહà«àª¯àª¾ હોય તà«àª¯àª¾àª°à«‡ સમાવિષà«àªŸà«‹ પà«àª°àª¦àª°à«àª¶àª¿àª¤ કરો" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "જà«àª¯àª¾àª°à«‡ માપ બદલી રહà«àª¯àª¾ હોય તà«àª¯àª¾àª°à«‡ સમાવિષà«àªŸà«‹ પà«àª°àª¦àª°à«àª¶àª¿àª¤ કરો" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "જà«àª¯àª¾àª°à«‡ ખસેડી રહà«àª¯àª¾ હોય તà«àª¯àª¾àª°à«‡ સમાવિષà«àªŸà«‹ પà«àª°àª¦àª°à«àª¶àª¿àª¤ કરો" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "ટà«àª‚કો પથ બનાવો" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "વિનà«àª¡à«‹ વà«àª¯àªµàª¸à«àª¥àª¾àªªàª•" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -772,12 +779,12 @@ msgstr "કામ કરવાની જગà«àª¯àª¾ %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu ઠનિરà«àª¦à«‡àª¶àª• મેળવવામાં નિષà«àª«àª³ ગયà«àª‚\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: સકà«àª°àª¿àª¯ રંગ %s સોંપી શકાતો નથી\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: સકà«àª°àª¿àª¯ રંગ %s પદચà«àª›à«‡àª¦ કરી શકાતો નથી\n" diff --git a/po/he.po b/po/he.po index 178348037..6eaaf522f 100644 --- a/po/he.po +++ b/po/he.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: he\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2006-05-31 02:27+0300\n" "Last-Translator: Yuval Tanny <tanai@int.gov.il>\n" "Language-Team: Hebrew\n" @@ -53,7 +53,7 @@ msgstr "סביבות עבודה ושוליי×" msgid "Workspaces and Margins" msgstr "סביבות עבודה ושוליי×" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "סביבות עבודה" @@ -62,152 +62,159 @@ msgstr "סביבות עבודה" msgid "Margins" msgstr "שוליי×" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "כלו×" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "הת×מה ×ישית של ×ž× ×”×œ ×”×—×œ×•× ×•×ª" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "העבר חלון לסביבת העבודה השמ×לית" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "התמקדות" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "הצג ×ת תוכן החלון בעת ×”×–×–×”" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "גלוש בין סביבות עבודה ×›×שר המצביע מגיע לגבול המסך" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "קטן" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "הצג ×ת תוכן החלון בעת ×©×™× ×•×™ גודל" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "הצג ×ת תוכן החלון בעת ×”×–×–×”" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "הצג ×ת תוכן החלון בעת ×”×–×–×”" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "הצג ×ת תוכן החלון בעת ×©×™× ×•×™ גודל" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "הצג ×ת תוכן החלון בעת ×”×–×–×”" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "צור קיצור" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "×ž× ×”×œ ×—×œ×•× ×•×ª" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -773,12 +780,12 @@ msgstr "סביבת עבודה %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu כשל בלכידת המצביע \n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: ×ין ×פשרות ל×תר צבע פעיל %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: ×ין ×פשרות לקבוע צבע פעיל %s\n" diff --git a/po/hi.po b/po/hi.po index f1c1de693..619347578 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-10-09 20:44+0900\n" "Last-Translator: Ravishankar Shrivastava <raviratlami@yahoo.com>\n" "Language-Team: Hindi <indlinux-group@lists.sourceforge.net>\n" @@ -51,7 +51,7 @@ msgstr "कारà¥à¤¯à¤¸à¥à¤¥à¤¾à¤¨ हाशिया " msgid "Workspaces and Margins" msgstr "कारà¥à¤¯à¤¸à¥à¤¥à¤¾à¤¨ हाशिया " -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 #, fuzzy msgid "Workspaces" @@ -61,155 +61,162 @@ msgstr "कारà¥à¤¯à¤¸à¥à¤¥à¤¾à¤¨ %i" msgid "Margins" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" # gnome-session/splash.c:71 -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "विनà¥à¤¡à¥‹ पà¥à¤°à¤¬à¤‚धक" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "नया विंडो फोकस " -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 #, fuzzy msgid "Focus" msgstr "फोकस माडल" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "खिसकाने पर विंडो की चीजों को दिखाà¤à¤‚" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "जब पाइंटर सà¥à¤•à¥à¤°à¥€à¤¨ के किनारे पर पंहà¥à¤šà¥‡ तो कारà¥à¤¯à¤¸à¥à¤¥à¤¾à¤¨à¥‹à¤‚ को वà¥à¤°à¥‡à¤ª करें" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "छोटा" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "आकार बदलने पर विंडो की चीजों को दिखाà¤à¤‚" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "खिसकाने पर विंडो की चीजों को दिखाà¤à¤‚" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "खिसकाने पर विंडो की चीजों को दिखाà¤à¤‚" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "आकार बदलने पर विंडो की चीजों को दिखाà¤à¤‚" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "खिसकाने पर विंडो की चीजों को दिखाà¤à¤‚" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "कीबोरà¥à¤¡ शारà¥à¤Ÿà¤•à¤Ÿ" # gnome-session/splash.c:71 #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "विनà¥à¤¡à¥‹ पà¥à¤°à¤¬à¤‚धक" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -823,12 +830,12 @@ msgstr "कारà¥à¤¯à¤¸à¥à¤¥à¤¾à¤¨ %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: जीटीके मेनà¥à¤¯à¥‚ पाइनà¥à¤Ÿà¤° पकड़ने में असफल\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: सकà¥à¤°à¤¿à¤¯ रंग निरà¥à¤§à¤¾à¤°à¤¿à¤¤ नहीं कर सकता %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: सकà¥à¤°à¤¿à¤¯ रंग पारसे नहीं कर सकता %s\n" diff --git a/po/hu.po b/po/hu.po index 3e965e542..f1309193b 100644 --- a/po/hu.po +++ b/po/hu.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2006-06-29 08:26+0100\n" "Last-Translator: SZERVÃC Attila <sas@321.hu>\n" "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n" @@ -23,7 +23,8 @@ msgid "Workspace Margins" msgstr "Munkaterület margók" #: ../mcs-plugin/margins.c:136 -msgid "Margins are areas on the edges of the screen where no window will be placed" +msgid "" +"Margins are areas on the edges of the screen where no window will be placed" msgstr "A margók olyan területek a képernyÅ‘ szélén, amelyekre nem kerül ablak." #: ../mcs-plugin/margins.c:167 @@ -51,8 +52,7 @@ msgstr "Munkaterületek és margók" msgid "Workspaces and Margins" msgstr "Munkaterületek és Margók" -#: ../mcs-plugin/workspaces_plugin.c:162 -#: ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Munkaterületek" @@ -61,145 +61,150 @@ msgstr "Munkaterületek" msgid "Margins" msgstr "Margók" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "Nincs" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 msgid "Window Manager Tweaks" msgstr "AblakkezelÅ‘ trükkök" -#: ../mcs-plugin/wmtweaks_plugin.c:383 -msgid "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" +#: ../mcs-plugin/wmtweaks_plugin.c:385 +msgid "" +"Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "A \"lapozóba nem\" vagy \"feladatsávba nem\" tulajdonságú ablakokat is" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "Rejtett (ikonizált) ablakokat is" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 msgid "Cycle through windows from all workspaces" msgstr "Minden munkaterület ablakai közt köröz" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "Körözés" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "Fókusz lopás védelem bekapcsolása" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "Szabvány ICCCM fókusz tippek fogadása" -#: ../mcs-plugin/wmtweaks_plugin.c:423 -#: ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Fókusz" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "Ablakok megfogására és mozgatására használt billentyű" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "Ablakok elÅ‘vevése egérgombra" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 msgid "Restore original size of maximized windows when moving" msgstr "A maximált ablakok eredeti mérete visszaállÃtása mozgatáskor" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "Szélellenállás váratlan ablakütközések ellen" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "HozzáférhetÅ‘ség" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "Munkaterületek váltása az asztalon való görgetésre" -#: ../mcs-plugin/wmtweaks_plugin.c:479 -msgid "Remember and recall previous workspace when switching via keyboard shortcuts" -msgstr "ElÅ‘zÅ‘ munkaterület megjegyzése és visszahÃvása gyorsbillentyűkkel való váltáskor" +#: ../mcs-plugin/wmtweaks_plugin.c:481 +msgid "" +"Remember and recall previous workspace when switching via keyboard shortcuts" +msgstr "" +"ElÅ‘zÅ‘ munkaterület megjegyzése és visszahÃvása gyorsbillentyűkkel való " +"váltáskor" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "Munkaterület váltás a jelen asztal elrendezés alapján" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "Munkaterület váltás az 1. vagy utolsó munkaterület elérésekor" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "Ablakok minimum mérete az okos elhelyezéskor" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Small" msgstr "Kicsi" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "Nagy" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "Elhelyezés" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "Normál ablakok árnyékolása" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "Ãrnyékok elÅ‘ugró ablakok alatt" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 msgid "Opacity of window decorations" msgstr "AblakdÃszek átlátszósága" -#: ../mcs-plugin/wmtweaks_plugin.c:546 -#: ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "Ãtlátszó" -#: ../mcs-plugin/wmtweaks_plugin.c:547 -#: ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 -#: ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "Ãtlátszatlan" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "ElÅ‘ugró ablakok átlátszósága" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 msgid "Opacity of windows during move" msgstr "Ablakok átlátszósága mozgatáskor" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 msgid "Opacity of windows during resize" msgstr "Ablakok átlátszósága átméretezéskor" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Opacity of popup windows" msgstr "ElÅ‘ugró ablakok átlátszósága" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 msgid "Compositor" msgstr "KompozÃtor" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 msgid "Button Label|Window Manager Tweaks" msgstr "AblakkezelÅ‘ trükkök" -#: ../mcs-plugin/wmtweaks_plugin.c:725 -#: ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "E beállÃtások nem működnek a jelenlegi (%s) ablakkezelÅ‘ddel" @@ -208,8 +213,7 @@ msgstr "E beállÃtások nem működnek a jelenlegi (%s) ablakkezelÅ‘ddel" msgid "Change name" msgstr "Új név" -#: ../mcs-plugin/workspaces.c:338 -#: ../mcs-plugin/xfwm4_shortcuteditor.c:474 +#: ../mcs-plugin/workspaces.c:338 ../mcs-plugin/xfwm4_shortcuteditor.c:474 #, c-format msgid "Workspace %d" msgstr "%d munkaterület" @@ -254,18 +258,15 @@ msgstr "Maximálás" msgid "Close" msgstr "Bezárás" -#: ../mcs-plugin/xfwm4_plugin.c:78 -#: ../mcs-plugin/xfwm4_shortcuteditor.c:358 +#: ../mcs-plugin/xfwm4_plugin.c:78 ../mcs-plugin/xfwm4_shortcuteditor.c:358 msgid "Shade window" msgstr "Ablak felgördÃtése" -#: ../mcs-plugin/xfwm4_plugin.c:79 -#: ../mcs-plugin/xfwm4_shortcuteditor.c:357 +#: ../mcs-plugin/xfwm4_plugin.c:79 ../mcs-plugin/xfwm4_shortcuteditor.c:357 msgid "Hide window" msgstr "Ablak rejtése" -#: ../mcs-plugin/xfwm4_plugin.c:80 -#: ../mcs-plugin/xfwm4_shortcuteditor.c:354 +#: ../mcs-plugin/xfwm4_plugin.c:80 ../mcs-plugin/xfwm4_shortcuteditor.c:354 msgid "Maximize window" msgstr "Ablak maximálása" @@ -723,8 +724,7 @@ msgstr "_Leválasztás" msgid "Context _help" msgstr "Helyi _súgó" -#: ../src/menu.c:50 -#: ../src/menu.c:51 +#: ../src/menu.c:50 ../src/menu.c:51 msgid "Always on top" msgstr "Mindig felül" @@ -763,12 +763,12 @@ msgstr "%i. munkaterület" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: a GtkMenu nem tudta elkapni a mutatót\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Nem lehet lefoglalni a szÃnt: %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Nem lehet értelmezni a szÃnt: %s\n" @@ -800,4 +800,3 @@ msgstr "Munkaterület beállÃtások" #: ../mcs-plugin/xfce-workspaces-settings.desktop.in.h:2 msgid "Xfce 4 Workspaces Settings" msgstr "Xfce 4 munkaterület beállÃtások" - diff --git a/po/it.po b/po/it.po index 965f3d37d..f804aded2 100644 --- a/po/it.po +++ b/po/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-10-22 01:23+0900\n" "Last-Translator: Alex Dupre <ale@FreeBSD.org>\n" "Language-Team: GUFI <traduzioni@gufi.org>\n" @@ -53,7 +53,7 @@ msgstr "Spazio di lavoro e margini" msgid "Workspaces and Margins" msgstr "Spazio di lavoro e margini" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Spazi di lavoro" @@ -62,153 +62,160 @@ msgstr "Spazi di lavoro" msgid "Margins" msgstr "Margini" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "Gestore di Finestre" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "Sposta la finestra nello spazio di lavoro di sinistra" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Modello di focus" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "Mostra il contenuto delle finestre quando vengono spostate" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "" "Scorri gli spazi di lavoro se il puntatore raggiunge il bordo dello schermo" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "Piccolo" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "Mostra il contenuto delle finestre quando vengono ridimensionate" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Mostra il contenuto delle finestre quando vengono spostate" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "Mostra il contenuto delle finestre quando vengono spostate" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "Mostra il contenuto delle finestre quando vengono ridimensionate" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "Mostra il contenuto delle finestre quando vengono spostate" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "Componi scorciatoia da tastiera" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "Gestore di Finestre" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -782,12 +789,12 @@ msgstr "Spazio di lavoro %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu non è riuscito a catturare il puntatore\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Impossibile allocare il colore attivo %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Impossibile interpretare il colore attivo %s\n" diff --git a/po/ja.po b/po/ja.po index 581de9bb1..4d021a39a 100644 --- a/po/ja.po +++ b/po/ja.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2006-05-21 13:14+0900\n" "Last-Translator: Daichi Kawahata <daichi@xfce.org>\n" "Language-Team: Japanese <xfce-users-jp@ml.fdiary.net>\n" @@ -52,7 +52,7 @@ msgstr "ワークスペースã¨ä½™ç™½" msgid "Workspaces and Margins" msgstr "ワークスペースã¨ä½™ç™½" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "ワークスペース" @@ -61,155 +61,163 @@ msgstr "ワークスペース" msgid "Margins" msgstr "余白" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "ç„¡ã—" # FIXME: Q_() -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 msgid "Window Manager Tweaks" msgstr "WMã®èª¿æ•´" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" "「ページャーを飛ã°ã™ã€ã¾ãŸã¯ã€Œã‚¿ã‚¹ã‚¯ãƒãƒ¼ã‚’飛ã°ã™ã€ã¨ã„ã†ãƒ—ãƒãƒ‘ティãŒè¨å®šã•ã‚Œ" "ã¦ã„るウィンドウをå«ã‚ã‚‹" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "アイコン化ã•ã‚Œã¦ã„るよã†ãªéš ã—ウィンドウもå«ã‚ã‚‹" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 msgid "Cycle through windows from all workspaces" msgstr "å…¨ã¦ã®ãƒ¯ãƒ¼ã‚¯ã‚¹ãƒšãƒ¼ã‚¹ã‚’循環ã•ã›ã‚‹" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "循環" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "フォーカスã®æ¨ªå–りを防ã" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "ICCCM 標準フォーカスヒントã«å‰‡ã‚‹" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "フォーカス" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "ウィンドウを掴んã り移動ã—ãŸã‚Šã™ã‚‹ãŸã‚ã«ä½¿ã†ã‚ー" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "ã„ãšã‚Œã‹ã®ãƒžã‚¦ã‚¹ãƒœã‚¿ãƒ³ãŒæŠ¼ã•ã‚Œã¦ã„る時ã«ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã‚’å‰é¢ã«å‡ºã™" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 msgid "Restore original size of maximized windows when moving" msgstr "移動ã™ã‚‹æ™‚ã¯æœ€å¤§åŒ–ã•ã‚Œã¦ã„るウィンドウã®å¤§ãã•ã‚’å…ƒã«æˆ»ã™" # FIXME: should be revised -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "ウィンドウをæ¢ã‚る代ã‚ã‚Šã«ã‚¨ãƒƒã‚¸æŠµæŠ—を使用ã™ã‚‹" # FIXME: i hate this transliteration -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "アクセシビリティ" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "デスクトップ上ã§ãƒžã‚¦ã‚¹ãƒ›ã‚¤ãƒ¼ãƒ«ã‚’使用ã—ãªãŒã‚‰ãƒ¯ãƒ¼ã‚¯ã‚¹ãƒšãƒ¼ã‚¹ã‚’切り替ãˆã‚‹" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "ショートカットを使用ã—ã¦åˆ‡ã‚Šæ›¿ãˆã‚‹æ™‚ã«ä»¥å‰ã®ãƒ¯ãƒ¼ã‚¯ã‚¹ãƒšãƒ¼ã‚¹ã‚’覚ãˆã¦ãŠã" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "実際ã®ãƒ‡ã‚¹ã‚¯ãƒˆãƒƒãƒ—レイアウトã«å¿œã˜ã¦ãƒ¯ãƒ¼ã‚¯ã‚¹ãƒšãƒ¼ã‚¹ã‚’循環ã™ã‚‹" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "å…ˆé ã¾ãŸã¯æœ€å¾Œã®ãƒ¯ãƒ¼ã‚¯ã‚¹ãƒšãƒ¼ã‚¹ã«æ¥ãŸã‚‰å¾ªç’°ã™ã‚‹" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "スマートé…置を行ã†ãã£ã‹ã‘ã¨ãªã‚‹æœ€å°ã®ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã‚µã‚¤ã‚º" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Small" msgstr "å°ã•ã„" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "大ãã„" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "é…ç½®" # FIXME: compositor won't work on irix, thus it's blind-translation -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "通常ã®ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã«å½±ã‚’è½ã¨ã™" # FIXME: compositor won't work on irix, thus it's blind-translation -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "ãƒãƒƒãƒ—アップウィンドウã«å½±ã‚’è½ã¨ã™" # FIXME: compositor won't work on irix, thus it's blind-translation -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 msgid "Opacity of window decorations" msgstr "ウィンドウã®æž ã®é€æ˜Žåº¦" # FIXME: compositor won't work on irix, thus it's blind-translation -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "é€æ˜Ž" # FIXME: compositor won't work on irix, thus it's blind-translation -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "ä¸é€æ˜Ž" # FIXME: compositor won't work on irix, thus it's blind-translation -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "ãƒãƒƒãƒ—アップウィンドウã®é€æ˜Žåº¦" + +# FIXME: compositor won't work on irix, thus it's blind-translation +#: ../mcs-plugin/wmtweaks_plugin.c:560 msgid "Opacity of windows during move" msgstr "移動時ã®ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã®é€æ˜Žåº¦" # FIXME: compositor won't work on irix, thus it's blind-translation -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 msgid "Opacity of windows during resize" msgstr "大ãã•å¤‰æ›´æ™‚ã®ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã®é€æ˜Žåº¦" # FIXME: compositor won't work on irix, thus it's blind-translation -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Opacity of popup windows" msgstr "ãƒãƒƒãƒ—アップウィンドウã®é€æ˜Žåº¦" # FIXME: compositor won't work on irix, thus it's blind-translation -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 msgid "Compositor" msgstr "コンãƒã‚¸ãƒƒãƒˆ" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 msgid "Button Label|Window Manager Tweaks" msgstr "WMã®èª¿æ•´" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "ç¾åœ¨ã®ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ãƒžãƒãƒ¼ã‚¸ãƒ£ãƒ¼ (%s) ã§ã¯ã“れらã®è¨å®šãŒæœ‰åŠ¹ã«ãªã‚Šã¾ã›ã‚“" @@ -777,12 +785,12 @@ msgstr "ワークスペース %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu ã¯ãƒã‚¤ãƒ³ã‚¿ã‚’å–å¾—ã§ãã¾ã›ã‚“ã§ã—ãŸ\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: 色 %s を割当ã¦ã‚‰ã‚Œã¾ã›ã‚“\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: 色 %s を解æžã§ãã¾ã›ã‚“\n" diff --git a/po/ko.po b/po/ko.po index 7ff05b3f3..d98115324 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-10-09 20:48+0900\n" "Last-Translator: ByungHyun Choi <byunghyun.choi@gmail.com>\n" "Language-Team: xfce4-users-kr-i18n <xfce4-users-kr-i18n@lists.sourceforge." @@ -53,7 +53,7 @@ msgstr "작업공간 ë° ì—¬ë°±" msgid "Workspaces and Margins" msgstr "작업공간 ë° ì—¬ë°±" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "작업공간" @@ -62,152 +62,159 @@ msgstr "작업공간" msgid "Margins" msgstr "여백" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "ì°½ 관리ìž" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "ì°½ì„ ì™¼ìª½ ìž‘ì—… 공간으로 ì´ë™" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "ì°½ 활성 방법" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "ì°½ì„ ì›€ì§ì¼ ë•Œ ë‚´ìš© ë³´ì´ê¸°" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "마우스 í¬ì¸í„°ê°€ 화면 ëª¨ì„œë¦¬ì— ë‹¿ìœ¼ë©´ 작업공간 ì „í™˜" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "ì¢ê²Œ" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "ì°½ í¬ê¸°ë¥¼ ë³€ê²½í• ë•Œ ë‚´ìš©ì„ ë³´ì´ê¸°" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "ì°½ì„ ì›€ì§ì¼ ë•Œ ë‚´ìš© ë³´ì´ê¸°" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "ì°½ì„ ì›€ì§ì¼ ë•Œ ë‚´ìš© ë³´ì´ê¸°" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "ì°½ í¬ê¸°ë¥¼ ë³€ê²½í• ë•Œ ë‚´ìš©ì„ ë³´ì´ê¸°" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "ì°½ì„ ì›€ì§ì¼ ë•Œ ë‚´ìš© ë³´ì´ê¸°" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "단축키 구성" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "ì°½ 관리ìž" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -773,12 +780,12 @@ msgstr "작업공간 %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenuê°€ í¬ì¸í„°ë¥¼ 얻지 못 했습니다.\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: 활성 표시색 %sì„ í• ë‹¹í•˜ì§€ 못 했습니다.\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: 활성 표시색 %sì„ ë¶„ì„하지 못 했습니다.\n" diff --git a/po/lt.po b/po/lt.po index 0cf033fc6..c5389eec8 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-10-09 20:48+0900\n" "Last-Translator: Mantas Zapolskas <mantaz@users.sf.net>\n" "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n" @@ -50,7 +50,7 @@ msgstr "Darbo vietos ir paraÅ¡tÄ—s" msgid "Workspaces and Margins" msgstr "Darbo vietos ir paraÅ¡tÄ—s" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Darbo laukai" @@ -59,152 +59,159 @@ msgstr "Darbo laukai" msgid "Margins" msgstr "ParaÅ¡tÄ—s" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "Langų tvarkyklÄ—" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "Naujas langas dÄ—mesio centre" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Fokusavimas" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "Perkeliant langÄ… rodyti jo turinį" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "Laužyti darbo vietas kai žymeklis pasiekia ekrano kraÅ¡tÄ…" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "Mažas" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "KeiÄiant lango dydį rodyti jo turinį" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Perkeliant langÄ… rodyti jo turinį" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "Perkeliant langÄ… rodyti jo turinį" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "KeiÄiant lango dydį rodyti jo turinį" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "Perkeliant langÄ… rodyti jo turinį" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "KlaviatÅ«ros nuoroda" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "Langų tvarkyklÄ—" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -803,12 +810,12 @@ msgstr "Darbo laukas %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu nesugebÄ—jo sugauti rodyklÄ—s\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Neįmanoma paskirti aktyvios spalvos %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Neįmanoma sužinoti aktyvios spalvos %s\n" diff --git a/po/mr.po b/po/mr.po index 14ea30ccc..aa20833fa 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-10-09 20:48+0900\n" "Last-Translator: Pallavi Nikam <pallavi_edu@rediffmail.com>\n" "Language-Team: Marathi <LL@li.org>\n" @@ -51,7 +51,7 @@ msgstr "कारà¥à¤¯à¤•à¥à¤·à¥‡à¤¤à¥à¤°à¥‡ आणि समास" msgid "Workspaces and Margins" msgstr "कारà¥à¤¯à¤•à¥à¤·à¥‡à¤¤à¥à¤°à¥‡ आणि समास" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "कारà¥à¤¯à¤•à¥à¤·à¥‡à¤¤à¥à¤°à¥‡" @@ -60,152 +60,159 @@ msgstr "कारà¥à¤¯à¤•à¥à¤·à¥‡à¤¤à¥à¤°à¥‡" msgid "Margins" msgstr "समास" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "विणà¥à¤¡à¥‹ वà¥à¤¯à¤µà¤¸à¥à¤¥à¤¾à¤ªà¤•" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "विणà¥à¤¡à¥‹ डावà¥à¤¯à¤¾ कारà¥à¤¯à¤•à¥à¤·à¥‡à¤¤à¥à¤°à¤¾à¤®à¤§à¥à¤¯à¥‡ हलवा" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "फोकस" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "हलविताना विणà¥à¤¡à¥‹à¤šà¥‡ आशय दाखवा " -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "पॉइंटर पडदà¥à¤¯à¤¾à¤šà¥à¤¯à¤¾ कडेला पोहोचलà¥à¤¯à¤¾à¤µà¤° कारà¥à¤¯à¤•à¥à¤·à¥‡à¤¤à¥à¤°à¤¾à¤‚ना आचà¥à¤›à¤¾à¤¦à¤¿à¤¤ करा" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "लहान" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "पà¥à¤¨:आकारित करताना विणà¥à¤¡à¥‹à¤šà¥‡ आशय दाखवा" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "हलविताना विणà¥à¤¡à¥‹à¤šà¥‡ आशय दाखवा " + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "हलविताना विणà¥à¤¡à¥‹à¤šà¥‡ आशय दाखवा " -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "पà¥à¤¨:आकारित करताना विणà¥à¤¡à¥‹à¤šà¥‡ आशय दाखवा" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "हलविताना विणà¥à¤¡à¥‹à¤šà¥‡ आशय दाखवा " -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "शॉरà¥à¤Ÿà¤•à¤Ÿ निरà¥à¤®à¤¿à¤¤à¥€" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "विणà¥à¤¡à¥‹ वà¥à¤¯à¤µà¤¸à¥à¤¥à¤¾à¤ªà¤•" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -771,12 +778,12 @@ msgstr "कारà¥à¤¯à¤•à¥à¤·à¥‡à¤¤à¥à¤° %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s:पॉइनà¥à¤Ÿà¤° पकडनà¥à¤¯à¤¾à¤¸à¤¾à¤ ी Gtk मेनà¥à¤¯à¥‚ असकà¥à¤·à¤®\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: सकà¥à¤°à¤¿à¤¯ रंग निरà¥à¤§à¤¾à¤°à¤¿à¤¤ करॠशकत नाही%s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: सकà¥à¤°à¤¿à¤¯ रंगाचे परसà¥à¤ªà¤° संबध सà¥à¤ªà¤·à¥à¤Ÿ करॠशकत नाही%s\n" diff --git a/po/ms.po b/po/ms.po index 4838af896..a9d111394 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-10-09 20:49+0900\n" "Last-Translator: Harun Musa <mharun@gmx.net>\n" "Language-Team: Malay <translation-team-ms@list.sourceforge.net>\n" @@ -50,7 +50,7 @@ msgstr "Ruangkerja dan Margin" msgid "Workspaces and Margins" msgstr "Ruangkerja dan Margin" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Ruangkerja" @@ -59,153 +59,160 @@ msgstr "Ruangkerja" msgid "Margins" msgstr "Margin" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "Pengurus Tetingkap" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "Fokus tetingkap baru" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 #, fuzzy msgid "Focus" msgstr "Model fokus" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "Lihat kandungan tetingkap apabila dipindahkan" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "Wrap ruangkerja bila penunjuk mencapai sisi skrin" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "Kecil" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "Lihat kandungan tetingkap apabila dipindahkan" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Lihat kandungan tetingkap apabila dipindahkan" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "Lihat kandungan tetingkap apabila dipindahkan" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "Lihat kandungan tetingkap apabila dipindahkan" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "Lihat kandungan tetingkap apabila dipindahkan" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "Pintasan Papankekunci" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "Pengurus Tetingkap" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -809,12 +816,12 @@ msgstr "Ruangkerja %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu gagal untuk grab penunjuk\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Tak boleh allocate warna aktif %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Tak boleh parse warna tak aktif %s\n" diff --git a/po/nb_NO.po b/po/nb_NO.po index d7f64af97..137996b92 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-08-19 21:16+0900\n" "Last-Translator: Eskild Hustvedt <eskild@goldenfiles.com>\n" "Language-Team: Norwegian Bokmal <i18n-nb@lister.ping.uio.no>\n" @@ -55,7 +55,7 @@ msgstr "Skrivebord og Marginer" msgid "Workspaces and Margins" msgstr "Skrivebord og Marginer" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Skrivebord" @@ -65,151 +65,158 @@ msgstr "Skrivebord" msgid "Margins" msgstr "Marginer" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "VindushÃ¥ndterer" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "Flytt vindu til venstre skrivebord" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Fokus" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "Vis innhold i vinduer mens de flyttes" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "Liten" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "Vis innhold i vinduer mens størrelsen endres" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Vis innhold i vinduer mens de flyttes" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "Vis innhold i vinduer mens de flyttes" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "Vis innhold i vinduer mens størrelsen endres" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "Vis innhold i vinduer mens de flyttes" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "Opprett snarvei" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "VindushÃ¥ndterer" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -784,12 +791,12 @@ msgstr "Skrivebord %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu kunne ikke fange opp pekeren\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Kan ikke tildele aktiv farge %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Kan ikke parse aktiv farge %s\n" diff --git a/po/nl.po b/po/nl.po index c3c24abee..05b4b688c 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-08-19 21:17+0900\n" "Last-Translator: Jasper Huijsmans <jasper@xfce.org>\n" "Language-Team: Dutch <vertaling@vrijschrift.org>\n" @@ -52,7 +52,7 @@ msgstr "Bureaubladen en Marges" msgid "Workspaces and Margins" msgstr "Bureaubladen en Marges" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Bureaubladen" @@ -61,153 +61,160 @@ msgstr "Bureaubladen" msgid "Margins" msgstr "Marges" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "Window Manager" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "Venster naar linker-bureablad verplaatsen" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Focus" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "Inhoud venster tonen bij verplaatsen" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "" "Wissel bureaubladen wanneer de muisaanwijzer de rand van het scherm bereikt" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "Klein" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "Inhoud venster tonen bij veranderen grootte" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Inhoud venster tonen bij verplaatsen" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "Inhoud venster tonen bij verplaatsen" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "Inhoud venster tonen bij veranderen grootte" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "Inhoud venster tonen bij verplaatsen" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "Sneltoets samenstellen" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "Window Manager" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -774,12 +781,12 @@ msgstr "Bureaublad %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu kon de pointer niet vasthouden\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Kan actieve kleur %s niet creëren\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Kan actieve kleur %s niet vertalen\n" diff --git a/po/pa.po b/po/pa.po index 4728f5b1a..8eef55a4c 100644 --- a/po/pa.po +++ b/po/pa.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-10-09 20:50+0900\n" "Last-Translator: Jaswinder Singh Phulewala <jaswinderphulewala@yahoo.com>\n" "Language-Team: Punjabi <fedora-trans-pa@redhat.com>\n" @@ -54,7 +54,7 @@ msgstr "ਅਖਾੜਾ ਤੇ ਹਾਸ਼ੀਆ" msgid "Workspaces and Margins" msgstr "ਅਖਾੜਾ ਤੇ ਹਾਸ਼ੀਆ" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "ਅਖਾੜਾ" @@ -63,152 +63,159 @@ msgstr "ਅਖਾੜਾ" msgid "Margins" msgstr "ਹਾਸ਼ੀਆ" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "à¨à¨°à©‹à¨–ਾ ਪà©à¨°à¨¬à©°à¨§à¨•" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "à¨à¨°à©‹à¨–ਾ ਅਗਲੇ ਅਖਾੜੇ ਵਿੱਚ ਲਿਆਓ" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "ਕੇਂਦਰਿਤ" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "ਹਿਲਾਉਣ ਉਪਰੰਤ à¨à¨°à©‹à¨–ੇ ਦੇ ਸੰਖੇਪ ਵਿਖਾਓ+-" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "ਸੰਕੇਤਕ ਪਰਦੇ ਦੇ ਕਿਨਾਰੇ ਤੇ ਪਹà©à©°à¨šà¨£ ਉਪਰੰਤ ਅਖਾੜਾ ਲਪੇਟੋ" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "ਛੋਟਾ" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "ਮà©à©œ ਆਕਾਰ ਦੇਣ ਉਪਰੰਤ à¨à¨°à©‹à¨–ੇ ਦੇ ਸੰਖੇਪ ਵਿਖਾਓ" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "ਹਿਲਾਉਣ ਉਪਰੰਤ à¨à¨°à©‹à¨–ੇ ਦੇ ਸੰਖੇਪ ਵਿਖਾਓ+-" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "ਹਿਲਾਉਣ ਉਪਰੰਤ à¨à¨°à©‹à¨–ੇ ਦੇ ਸੰਖੇਪ ਵਿਖਾਓ+-" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "ਮà©à©œ ਆਕਾਰ ਦੇਣ ਉਪਰੰਤ à¨à¨°à©‹à¨–ੇ ਦੇ ਸੰਖੇਪ ਵਿਖਾਓ" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "ਹਿਲਾਉਣ ਉਪਰੰਤ à¨à¨°à©‹à¨–ੇ ਦੇ ਸੰਖੇਪ ਵਿਖਾਓ+-" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "ਸ਼ਾਰਟਕੱਟ à¨à©‡à¨œà©‹" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "à¨à¨°à©‹à¨–ਾ ਪà©à¨°à¨¬à©°à¨§à¨•" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -783,12 +790,12 @@ msgstr "ਅਖਾੜਾ %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: Gtk-ਮੇਨੂੰ ਸੰਕੇਤਕ ਖੋਹਣ ਵਿੱਚ ਅਸਫਲ\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: ਸਰਗਰਮ ਰੰਗ %s ਮਨਜੂਰ ਨਹੀਂ ਕਰ ਸਕਿਆ\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: ਸਰਗਰਮ ਰੰਗ %s ਦੀ ਪਦ-ਵਿਆਖਿਆ ਨਹੀਂ ਕਰ ਸਕਿਆ\n" diff --git a/po/pl.po b/po/pl.po index 11ad865cf..afba10b8d 100644 --- a/po/pl.po +++ b/po/pl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2006-05-27 13:02+0200\n" "Last-Translator: Szymon KaÅ‚asz <szymon_maestro@gazeta.pl>\n" "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n" @@ -53,7 +53,7 @@ msgstr "Obszary robocze i marginesy" msgid "Workspaces and Margins" msgstr "Obszary robocze i marginesy" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Obszary robocze" @@ -62,143 +62,150 @@ msgstr "Obszary robocze" msgid "Margins" msgstr "Marginesy" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "Brak" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 msgid "Window Manager Tweaks" msgstr "Opcje Menadżera Okien" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "DoÅ‚Ä…cz okna z wÅ‚Ä…czonymi opcjami omijania pasków zadaÅ„ lub pagerów" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "DoÅ‚Ä…cz ukryte okna" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 msgid "Cycle through windows from all workspaces" msgstr "Przechodź przez okna ze wszystkich Pulpitów" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "Przechodzenie" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "WÅ‚Ä…cz zapobieganie utracie wyboru bieżącego okna" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "Uznawaj standardowy wybór okna (ICCCM)" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Aktywacja" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "Klawisz używany do Å‚apania i przesuwania okien" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "PodnieÅ› okno gdy wciÅ›niÄ™to dowolny przycisk myszy" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 msgid "Restore original size of maximized windows when moving" msgstr "Przywróć oryginalny rozmiar okna przy przesuwaniu" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "Użyj oporu krawÄ™dzi zamiast przyciÄ…gania okien" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "DostÄ™pność" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "Zmieniaj Pulpity za pomocÄ… rolki myszy" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" "ZapamiÄ™taj i przywróć poprzedni pulpit przy przechodzeniu za pomocÄ… skrótów " "klawiszowych" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "Zawijaj pulpity uwzglÄ™dniajÄ…c bieżący wyglÄ…d i ustawienia" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "Zawijaj pulpity gdy osiÄ…gniÄ™to pierwszy lub ostatni z nich" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "Minimalny rozmiar okna wÅ‚Ä…czajÄ…cy mÄ…dre rozmieszczanie" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Small" msgstr "MaÅ‚y" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "Duży" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "Lokacja" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "Pokazuj cieÅ„ pod zwykÅ‚ymi oknami" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "Pokazuj cienie pod popupami" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 msgid "Opacity of window decorations" msgstr "Przeźroczystość dekoracji okien" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "Przeźroczysty" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "Półprzeźroczysty" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Przeźroczystość popupów" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 msgid "Opacity of windows during move" msgstr "Przeźroczystość okien przy przesuwaniu" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 msgid "Opacity of windows during resize" msgstr "Przeźroczystość okien przy zmianie rozmiaru" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Opacity of popup windows" msgstr "Przeźroczystość popupów" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 msgid "Compositor" msgstr "Kompozytor" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 msgid "Button Label|Window Manager Tweaks" msgstr "Opcje Menadżera Okien" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "Te ustawienia nie mogÄ… dziaÅ‚ać z bieżącym menadżerem okien (%s)" @@ -758,12 +765,12 @@ msgstr "Obszar roboczy %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu nie uzyskaÅ‚o wskaźnika\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Nie mogÄ™ przypisać koloru %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Nie mogÄ™ zidentyfikować aktywnego koloru %s\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 59443ac09..9dbf93a09 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2006-06-04 23:29-0300\n" "Last-Translator: Adriano Winter Bess <awbess@gmail.com>\n" "Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n" @@ -52,7 +52,7 @@ msgstr "" msgid "Workspaces and Margins" msgstr "Ãreas de Trabalho e Margens" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Ãreas de Trabalho" @@ -61,152 +61,159 @@ msgstr "Ãreas de Trabalho" msgid "Margins" msgstr "Margens" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "Nenhuma" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 msgid "Window Manager Tweaks" msgstr "Ajustes Especiais do Gerenciador de Janelas" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" "Incluir janelas que possuem as propriedades \"ignorar paginador\" ou " "\"ignorar barra de tarefas\" ajustadas" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "Incluir janelas escondidas (iconificadas)" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 msgid "Cycle through windows from all workspaces" msgstr "Circular pelas janelas de todas as áreas de trabalho" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "Circulação" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "Ativar prevenção de roubo de foco" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "Honrar o padrão ICCCM para dica de foco" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Foco" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "Tecla usada para agarrar e mover janelas" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" "Trazer janelas para frente quando qualquer botão do mouse for pressionado" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 msgid "Restore original size of maximized windows when moving" msgstr "Restaurar o tamanho original de janelas maximizadas ao movê-las" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "Usar resistência de bordas ao invés de atração de janelas" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "Acessibilidade" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" "Mudar de área de trabalho usando a roda do mouse sobre o ambiente de trabalho" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" "Lembrar a área de trabalho anterior ao alternar através de atalhos do teclado" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" "Juntar áreas de trabalho dependendo da disposição atual do ambiente de " "trabalho" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "" "Juntar áreas de trabalho quando a primeira ou última área de trabalho for " "atingida" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "Tamanho mÃnimo das janelas para ativar o posicionamento inteligente" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Small" msgstr "Pequeno" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "Grande" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "Posicionamento" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "Mostrar sombras sob janelas normais" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "Mostrar sombras sob janelas flutuantes" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 msgid "Opacity of window decorations" msgstr "Opacidade da decoração das janelas" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "Transparente" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "Opaco" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Opacidade das janelas flutuantes" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 msgid "Opacity of windows during move" msgstr "Opacidade das janelas ao mover" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 msgid "Opacity of windows during resize" msgstr "Opacidade das janelas ao redimensionar" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Opacity of popup windows" msgstr "Opacidade das janelas flutuantes" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 msgid "Compositor" msgstr "Compositor" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 msgid "Button Label|Window Manager Tweaks" msgstr "" "Ajustes Especiais do\n" "Gerenciador de Janelas" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -768,12 +775,12 @@ msgstr "Ãrea de Trabalho %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu não conseguiu encontrar o ponteiro\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Não é possÃvel alocar cor %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Não é possÃvel interpretar cor %s\n" diff --git a/po/pt_PT.po b/po/pt_PT.po index 7f56d261e..8e163abce 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-10-09 20:51+0900\n" "Last-Translator: Nuno Donato <nunodonato@gmail.com>\n" "Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n" @@ -51,7 +51,7 @@ msgstr "Ãreas de Trabalho e Margens" msgid "Workspaces and Margins" msgstr "Ãreas de Trabalho e Margens" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Areas de Trabalho" @@ -60,152 +60,159 @@ msgstr "Areas de Trabalho" msgid "Margins" msgstr "Margens" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "Gestor de Janelas" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "Mover janela para a Ãrea de Trabalho seguinte" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Foco" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "Mostrar o conteúdo das janelas enquanto são movidas" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "Mudar de Area de Trabalho quando o rato alcança a borda do ecrã" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "Estreita" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "Mostrar o conteúdo das janelas enquanto são redimensionadas" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Mostrar o conteúdo das janelas enquanto são movidas" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "Mostrar o conteúdo das janelas enquanto são movidas" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "Mostrar o conteúdo das janelas enquanto são redimensionadas" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "Mostrar o conteúdo das janelas enquanto são movidas" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "Definir atalho" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "Gestor de Janelas" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -788,12 +795,12 @@ msgstr "Ãrea de Trabalho %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu falhou a captar o ponteiro\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Não foi possÃvel alocar a cor activa %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Não foi possÃvel alocar a cor activa %s\n" diff --git a/po/ro.po b/po/ro.po index b2a83e84f..7b1840074 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2004-11-14 19:01+0200\n" "Last-Translator: MiÅŸu Moldovan <dumol@gnome.ro>\n" "Language-Team: Romanian <gnomero-list@lists.sourceforge.net>\n" @@ -53,7 +53,7 @@ msgstr "SpaÅ£ii de lucru ÅŸi Margini" msgid "Workspaces and Margins" msgstr "SpaÅ£ii de lucru ÅŸi Margini" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "SpaÅ£ii de lucru" @@ -62,152 +62,159 @@ msgstr "SpaÅ£ii de lucru" msgid "Margins" msgstr "Margini" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "Administrator ferestre" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "Mutare fereastră în spaÅ£iul din stânga" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Focus" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "Arată conÅ£inutul ferestrelor la mutare" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "Schimbă spaÅ£iul curent când cursorul ajunge la marginea ecranului" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "Mică" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "Arată conÅ£inutul ferestrelor la redimensionare" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Arată conÅ£inutul ferestrelor la mutare" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "Arată conÅ£inutul ferestrelor la mutare" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "Arată conÅ£inutul ferestrelor la redimensionare" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "Arată conÅ£inutul ferestrelor la mutare" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "Compunere combinaÅ£ie de taste" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "Administrator ferestre" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -773,12 +780,12 @@ msgstr "SpaÅ£iu de lucru %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu nu a reuÅŸit să captureze cursorul\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Nu am reuÅŸit să aloc culoarea activă %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Nu am reuÅŸit să prelucrez culoarea activă %s\n" diff --git a/po/ru.po b/po/ru.po index c04500a16..146aeda9c 100644 --- a/po/ru.po +++ b/po/ru.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2006-04-23 12:17+0600\n" "Last-Translator: Andrey Fedoseev <andrey.fedoseev@gmail.com>\n" "Language-Team: Russian <ru@li.org>\n" @@ -53,7 +53,7 @@ msgstr "Рабочие меÑта и полÑ" msgid "Workspaces and Margins" msgstr "Рабочие меÑта и полÑ" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Рабочие меÑта" @@ -62,145 +62,152 @@ msgstr "Рабочие меÑта" msgid "Margins" msgstr "ПолÑ" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "Ðичего" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 msgid "Window Manager Tweaks" msgstr "Оконный менеджер" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" "Включать окна, у которых уÑтановлено ÑвойÑтво \"не отображать в " "переключателе рабочих меÑÑ‚\" или \"не отображать на панели задач\"" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "Включить Ñкрытые (Ñвернутые) окна" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 msgid "Cycle through windows from all workspaces" msgstr "ПереключатьÑÑ Ð¼ÐµÐ¶Ð´Ñƒ окнами, раÑположенными на вÑех рабочих меÑтах" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "Переключение окон" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "Ðктивировать предотвращение \"похищениÑ\" фокуÑа ввода" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Ð¤Ð¾ÐºÑƒÑ Ð¾ÐºÐ½Ð°" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "Клавиша, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐµÐ¼Ð°Ñ Ð´Ð»Ñ Ð·Ð°Ñ…Ð²Ð°Ñ‚Ð° и Ð¿ÐµÑ€ÐµÐ¼ÐµÑ‰ÐµÐ½Ð¸Ñ Ð¾ÐºÐ¾Ð½" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "Поднимать окно при нажатии любой кнопки мыши" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 msgid "Restore original size of maximized windows when moving" msgstr "ВоÑÑтанавливать иÑходный размер развернутого окна при перемещении" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "ИÑпользовать Ñопротивление границ окна вмеÑто прилипаниÑ" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "ДоÑтупноÑÑ‚ÑŒ" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "Переключать рабочие меÑта Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ колеÑика мыши над рабочим Ñтолом" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" "Запоминать и возвращатьÑÑ Ðº предыдущему рабочему меÑту при переключениÑми " "горÑчими клавишами" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "Минимальный размер окон, при котором будет включено умное размещение" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Small" msgstr "Размер|Маленький" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "Размер|Большой" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "Размещение" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "Отображать тени под обычными окнами" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "Отображать тени под вÑплывающими окнами" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 msgid "Opacity of window decorations" msgstr "ПрозрачноÑÑ‚ÑŒ Ð¾Ñ„Ð¾Ñ€Ð¼Ð»ÐµÐ½Ð¸Ñ Ð¾ÐºÐ¾Ð½" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "Прозрачный" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "Ðепрозрачный" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "ПрозрачноÑÑ‚ÑŒ вÑплывающих окон" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 msgid "Opacity of windows during move" msgstr "ПрозрачноÑÑ‚ÑŒ окна при перемещении" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 msgid "Opacity of windows during resize" msgstr "ПрозрачноÑÑ‚ÑŒ окон при изменении размера" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Opacity of popup windows" msgstr "ПрозрачноÑÑ‚ÑŒ вÑплывающих окон" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 msgid "Compositor" msgstr "Ðффекты" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 msgid "Button Label|Window Manager Tweaks" msgstr "Оконный менеджер" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -763,12 +770,12 @@ msgstr "Рабочее меÑто %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu не Ñмог получить курÑор\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Ошибка Ð²Ñ‹Ð´ÐµÐ»ÐµÐ½Ð¸Ñ Ñ†Ð²ÐµÑ‚Ð° %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Ошибка обработки цвета %s\n" diff --git a/po/sk.po b/po/sk.po index d23de4c32..884804289 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-10-09 20:52+0900\n" "Last-Translator: Juraj Brosz <juro@jurajbrosz.info>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" @@ -51,7 +51,7 @@ msgstr "Virtuálne plochy a okraje" msgid "Workspaces and Margins" msgstr "Virtuálne plochy a okraje" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Virtuálne plochy" @@ -60,150 +60,157 @@ msgstr "Virtuálne plochy" msgid "Margins" msgstr "Okraje" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "Správca okien" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "Presunúť okno na nasledujúcu plochu" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Fokus" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "ZobraziÅ¥ obsah v presúvaných oknách" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "Malá" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "ZobraziÅ¥ obsah v zväÄÅ¡ujúcich sa oknách" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "ZobraziÅ¥ obsah v presúvaných oknách" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "ZobraziÅ¥ obsah v presúvaných oknách" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "ZobraziÅ¥ obsah v zväÄÅ¡ujúcich sa oknách" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "ZobraziÅ¥ obsah v presúvaných oknách" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 msgid "Compositor" msgstr "" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "Správca okien" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -776,12 +783,12 @@ msgstr "Virtuálna plocha %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "" diff --git a/po/sv.po b/po/sv.po index 595bd2d11..1686f8710 100644 --- a/po/sv.po +++ b/po/sv.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2006-05-26 18:29+0100\n" "Last-Translator: Alexander Toresson <alexander.toresson@gmail.com>\n" "Language-Team: Swedish <sv@li.org>\n" @@ -53,7 +53,7 @@ msgstr "Arbetsytor och marginaler" msgid "Workspaces and Margins" msgstr "Arbetsytor och marginaler" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Arbetsytor" @@ -62,145 +62,152 @@ msgstr "Arbetsytor" msgid "Margins" msgstr "Marginaler" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "Ingen" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 msgid "Window Manager Tweaks" msgstr "Finjusteringar för Fönsterhanteraren" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" "Inkludera fönster som är osynliga i aktivitetsfältet eller " "skrivbordsbläddraren." -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "Inkludera minimerade fönster" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 msgid "Cycle through windows from all workspaces" msgstr "Växla mellan fönster frÃ¥n alla arbetsytor" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "Fönsterväxling" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "Förhindra att fokus stjäls" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "Använd standarden \"ICCCM focus hint\"" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Fokus" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "Tangent för att ta tag i och flytta fönster" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "Höj fönster vid klick oavsett musknapp" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 msgid "Restore original size of maximized windows when moving" msgstr "" "Ã…terställ maximerade fönster till sin ursprungliga storlek när de flyttas" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "Använd kantmotstÃ¥nd istället för attraktion mellan fönster" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "Hjälpmedel" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "Växla arbetsyta genom att rulla mushjulet över skrivbordet" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" "Kom ihÃ¥g och Ã¥terkalla föregÃ¥ende arbetsyta vid växling med snabbtangenter" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "Minsta fönsterstorlek för att aktivera smart placering:" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Small" msgstr "Liten" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "Stor" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "Placering" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "Visa skuggor under vanliga fönster" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "Visa skuggor under popup-fönster" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 msgid "Opacity of window decorations" msgstr "Genomskinlighet för fönsterdekorationer" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "Genomskinlig" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "Solid" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Genomskinlighet för popup-fönster" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 msgid "Opacity of windows during move" msgstr "Genomskinlighet dÃ¥ fönster flyttas" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 msgid "Opacity of windows during resize" msgstr "Genomskinlighet dÃ¥ storleken pÃ¥ ett fönster ändras" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Opacity of popup windows" msgstr "Genomskinlighet för popup-fönster" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 msgid "Compositor" msgstr "Effekter" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 msgid "Button Label|Window Manager Tweaks" msgstr "Fönsterhanterare - finjusteringar" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -761,12 +768,12 @@ msgstr "Arbetsyta %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu misslyckades med att fÃ¥nga pekaren\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Kunde inte allokera färgen %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Kunde inte tolka färgen %s\n" diff --git a/po/ta.po b/po/ta.po index a245fe3dd..7526d632a 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-10-09 20:53+0900\n" "Last-Translator: Dinesh Nadarajah <n_dinesh@yahoo.com>\n" "Language-Team: Tamil <tamilinix@yahoogroups.com>\n" @@ -51,7 +51,7 @@ msgstr "வேலையிட எலà¯à®²à¯ˆà®•à®³à¯" msgid "Workspaces and Margins" msgstr "வேலையிட எலà¯à®²à¯ˆà®•à®³à¯" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 #, fuzzy msgid "Workspaces" @@ -61,153 +61,160 @@ msgstr "வேலை þடம௠%i" msgid "Margins" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "சாளரமேலாளரà¯" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "பà¯à®¤à®¿à®¯ சாளரதà¯à®¤à®¿à®±à¯à®•à¯" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 #, fuzzy msgid "Focus" msgstr "சாளரம௠பெறà¯à®®à¯ à®®à¯à®±à¯ˆà®®à¯ˆ" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "சாளரதà¯à®¤à¯ˆ நகரà¯à®¤à¯à®¤à¯à®®à¯ போத௠உளà¯à®³à®Ÿà®•à¯à®•à®™à¯à®•à®³à¯ˆ காணà¯à®ªà®¿à®•à¯à®•à®µà¯à®®à¯" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "சà¯à®Ÿà¯à®Ÿà®¿ à®…à®®à¯à®ªà¯ திரை எலà¯à®²à¯ˆà®¯à¯ˆ அடைநà¯à®¤à®µà¯à®Ÿà®©à¯ வேலைஃþடதà¯à®¤à¯ˆà®ƒà®®à®Ÿà®¿à®•à¯à®•à®µà¯à®®à¯" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "à®…à®°à¯à®•à®¿à®²à¯" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "சாளரதà¯à®¤à®¿à®©à¯ அளவ௠மாறà¯à®±à¯à®®à¯ போத௠உளà¯à®³à®Ÿà®•à¯à®•à®™à¯à®•à®³à¯ˆ காணà¯à®ªà®¿à®•à¯à®•à®µà¯à®®à¯" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "சாளரதà¯à®¤à¯ˆ நகரà¯à®¤à¯à®¤à¯à®®à¯ போத௠உளà¯à®³à®Ÿà®•à¯à®•à®™à¯à®•à®³à¯ˆ காணà¯à®ªà®¿à®•à¯à®•à®µà¯à®®à¯" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "சாளரதà¯à®¤à¯ˆ நகரà¯à®¤à¯à®¤à¯à®®à¯ போத௠உளà¯à®³à®Ÿà®•à¯à®•à®™à¯à®•à®³à¯ˆ காணà¯à®ªà®¿à®•à¯à®•à®µà¯à®®à¯" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "சாளரதà¯à®¤à®¿à®©à¯ அளவ௠மாறà¯à®±à¯à®®à¯ போத௠உளà¯à®³à®Ÿà®•à¯à®•à®™à¯à®•à®³à¯ˆ காணà¯à®ªà®¿à®•à¯à®•à®µà¯à®®à¯" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "சாளரதà¯à®¤à¯ˆ நகரà¯à®¤à¯à®¤à¯à®®à¯ போத௠உளà¯à®³à®Ÿà®•à¯à®•à®™à¯à®•à®³à¯ˆ காணà¯à®ªà®¿à®•à¯à®•à®µà¯à®®à¯" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "விசைபà¯à®ªà®²à®•à¯ˆ கà¯à®±à¯à®•à¯à®•à¯ வழி" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "சாளரமேலாளரà¯" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -813,12 +820,12 @@ msgstr "வேலை þடம௠%i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenuகà¯à®•à¯ சà¯à®Ÿà¯à®Ÿà®¿à®¯à¯ˆ பெற à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: நடபà¯à®ªà¯ வணà¯à®£à®®à¯ ஒதà¯à®•à¯à®•à¯€ வைகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: நடபà¯à®ªà¯ வணà¯à®£à®®à¯ அலகிட à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ %s\n" diff --git a/po/tr.po b/po/tr.po index 6de4171db..e485bd227 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-10-09 20:53+0900\n" "Last-Translator: Erçin EKER <erc.caldera@gmx.net>\n" "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n" @@ -52,7 +52,7 @@ msgstr "Çalışma Alanı Sınırları" msgid "Workspaces and Margins" msgstr "Çalışma Alanı Sınırları" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 #, fuzzy msgid "Workspaces" @@ -62,151 +62,158 @@ msgstr "Çalışma alanı %i" msgid "Margins" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "Pencere Yöneticisi" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 msgid "Cycle through windows from all workspaces" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 #, fuzzy msgid "Focus" msgstr "Odaklama ÅŸekli" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "Pencereleri taşırken içeriÄŸini göster" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "Ä°ÅŸaretçi ekran kenarına geldiÄŸinde çalışma alanını deÄŸiÅŸtir" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "Küçük" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "Pencereleri yeniden boyutlandırıken içeriÄŸini göster" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Pencereleri taşırken içeriÄŸini göster" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "Pencereleri taşırken içeriÄŸini göster" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "Pencereleri yeniden boyutlandırıken içeriÄŸini göster" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "Pencereleri taşırken içeriÄŸini göster" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 msgid "Compositor" msgstr "" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "Pencere Yöneticisi" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -803,12 +810,12 @@ msgstr "Çalışma alanı %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu iÅŸaretçiyi kullanamıyor\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Aktif renk algılanamıyor %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Aktif renk çözümlenemiyor %s\n" diff --git a/po/uk.po b/po/uk.po index 381a827bd..1390fa4c5 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-01-06 01:53+0200\n" "Last-Translator: Maxim Dziumanenko <mvd@mylinux.ua>\n" "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n" @@ -49,7 +49,7 @@ msgstr "Робочі облаÑÑ‚Ñ– та полÑ" msgid "Workspaces and Margins" msgstr "Робочі облаÑÑ‚Ñ– та полÑ" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Робочі облаÑÑ‚Ñ–" @@ -58,151 +58,158 @@ msgstr "Робочі облаÑÑ‚Ñ–" msgid "Margins" msgstr "ПолÑ" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "Ðемає" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 msgid "Window Manager Tweaks" msgstr "Менеджер вікон" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" "Включати вікна, у Ñких вÑтановлено влаÑтивіÑÑ‚ÑŒ \"не відображати в перемикачі " "робочих аоблаÑтей\" або \"не відображати на панелі задач\"" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "Включити приховані (згорнуті) вінка" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 msgid "Cycle through windows from all workspaces" msgstr "ПеремикатиÑÑ Ð¼Ñ–Ð¶ вікнами, що розташовані на уÑÑ–Ñ… робочих міÑцÑÑ…" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "ÐŸÐµÑ€ÐµÐ¼Ð¸ÐºÐ°Ð½Ð½Ñ Ð²Ñ–ÐºÐ¾Ð½" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "Ðктивувати Ð·Ð°Ð¿Ð¾Ð±Ñ–Ð³Ð°Ð½Ð½Ñ \"викраденню\" фокуÑу вводу" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "Враховувати Ñтандартні підказки фокуÑу ICCCM" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Ð¤Ð¾ÐºÑƒÑ Ð²Ñ–ÐºÐ½Ð°" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "Ключ, що викориÑтовуєтьÑÑ Ð´Ð»Ñ Ð·Ð°Ñ…Ð¾Ð¿Ð»ÐµÐ½Ð½Ñ Ñ‚Ð° Ð¿ÐµÑ€ÐµÐ¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ð²Ñ–ÐºÐ¾Ð½" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "Піднімати вікна при натиÑканні будь-Ñкої кнопки миші" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 msgid "Restore original size of maximized windows when moving" msgstr "Відновлювати початковий розмір розгорнутого вікна при переміщенні" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "ВикориÑтовувати опір меж вікна заміÑÑ‚ÑŒ прилипаннÑ" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "Спеціальні можливоÑÑ‚Ñ–" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" "Перемикати робочі облаÑÑ‚Ñ– викориÑтовуючи колеÑо миші над робочим Ñтолом" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" "Запам'Ñтовувати та повертатиÑÑŒ до попереднього робочого міÑÑ†Ñ Ð¿Ñ€Ð¸ " "перемиканні комбінаціÑми клавіш" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" "Переходити на іншу робочу облаÑÑ‚ÑŒ в залежноÑÑ‚Ñ– від дійÑного Ñ€Ð¾Ð·Ñ‚Ð°ÑˆÑƒÐ²Ð°Ð½Ð½Ñ " "Ñтільниць" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "" "Переходити на іншу робочу облаÑÑ‚ÑŒ при доÑÑгненні першої чи оÑтанньої робочої " "облаÑÑ‚Ñ–" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" "Мінімальний розмір вікон, при Ñкому буде увімкнено розумне розташуваннÑ" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Small" msgstr "Маленький" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "Великий" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "РозташуваннÑ" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "Відображати тіні під звичайними вікнами" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "Відображати тіні під контекÑтними вікнами" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 msgid "Opacity of window decorations" msgstr "ПрозоріÑÑ‚ÑŒ Ð¾Ñ„Ð¾Ñ€Ð¼Ð»ÐµÐ½Ð½Ñ Ð²Ñ–ÐºÐ¾Ð½" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "Прозорі" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "Ðепрозорі" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "ПрозоріÑÑ‚ÑŒ контекÑтних вікон" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 msgid "Opacity of windows during move" msgstr "ПрозоріÑÑ‚ÑŒ вікна при переміщенні" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 msgid "Opacity of windows during resize" msgstr "ПрозоріÑÑ‚ÑŒ вікон при зміні розміру" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Opacity of popup windows" msgstr "ПрозоріÑÑ‚ÑŒ контекÑтних вікон" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 msgid "Compositor" msgstr "Укладач" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 msgid "Button Label|Window Manager Tweaks" msgstr "Менеджер вікон" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -765,12 +772,12 @@ msgstr "Робочу облаÑÑ‚ÑŒ %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu не вдалоÑÑŒ захопити вказівник\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Ðеможливо зарезервувати колір %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Ðеможливо проаналізувати колір %s\n" diff --git a/po/vi.po b/po/vi.po index be1f06036..fa2d56608 100644 --- a/po/vi.po +++ b/po/vi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2006-04-26 22:43+0400\n" "Last-Translator: Phan VÄ©nh Thịnh <teppi@vnlinux.org>\n" "Language-Team: Vietnamese <vi_VN@googlegroups.com>\n" @@ -52,7 +52,7 @@ msgstr "Vùng là m việc và Biên" msgid "Workspaces and Margins" msgstr "Vùng là m việc và Biên" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "Vùng là m việc" @@ -61,144 +61,151 @@ msgstr "Vùng là m việc" msgid "Margins" msgstr "Biên" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "Không" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 msgid "Window Manager Tweaks" msgstr "Tinh chỉnh của trình quản là cá»a sổ" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" "Bao gồm cả những cá»a sổ có đặt thuá»™c tÃnh \"skip pager\" hoặc \"skip taskbar" "\"" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "Gồm cả những táºp tin ẩn (và dụ thu nhá»)" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 msgid "Cycle through windows from all workspaces" msgstr "Quay vòng cá»a sổ của tất cả các vùng là m" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "Chu kỳ" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "KÃch hoạt sá»± bảo vệ chá»n khá»i mất cắp" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "Gợi ý chá»n theo chuẩn ICCCM vinh dá»±" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "Chá»n" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "PhÃm dùng để giữ và di chuyển cá»a sổ" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "Chá»n cá»a sổ khi nhấn bất kỳ phÃm chuá»™t nà o" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 msgid "Restore original size of maximized windows when moving" msgstr "Phục hồi kÃch thÆ°á»›c ban đầu của cá»a sổ đã phóng to khi di chuyển" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "Sá» dụng sức chống của Ä‘Æ°á»ng biên cá»a sổ thay cho sá»± dÃnh" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "Mở rá»™ng" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "Chuyển không gian là m việc khi quay bánh xe chuá»™t trên ná»n mà n hình" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "Nhá»› và gá»i lại cá»a sổ trÆ°á»›c đây khi chuyển bằng phÃm nóng" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "Chuyển vùng là m việc theo vẻ ngoà i thá»±c sá»± của mà n hình" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "" "Nhảy tiếp vùng là m việc khi đã đạt đến vùng là m việc cuối cùng hoặc đầu tiên" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "KÃch thÆ°á»›c nhá» nhất của cá»a sổ để đặt thông minh" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Small" msgstr "Nhá»" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "Lá»›n" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "Sắp đặt" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "Hiện bóng ở dÆ°á»›i các cá»a sổ thÆ°á»ng" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "Hiện bóng ở dÆ°á»›i các cá»a sổ báºt ra" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 msgid "Opacity of window decorations" msgstr "Äá»™ má» của trang trà cá»a sổ" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "Trong suốt" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "MỠđục" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "Äá»™ má» của cá»a sổ tá»± hiện lên (popup)" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 msgid "Opacity of windows during move" msgstr "Äá»™ má» của cá»a sổ khi di chuyển" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 msgid "Opacity of windows during resize" msgstr "Äá»™ má» của cá»a sổ khi thay đổi kÃch thÆ°á»›c" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Opacity of popup windows" msgstr "Äá»™ má» của cá»a sổ tá»± hiện lên (popup)" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 msgid "Compositor" msgstr "Trình soạn" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 msgid "Button Label|Window Manager Tweaks" msgstr "Tinh chỉnh Trình quản là cá»a sổ" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -760,12 +767,12 @@ msgstr "Vùng là m việc %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu không bắt được con trá»\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: Không thể định vị mà u %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: Không thể phân tÃch mà u %s\n" diff --git a/po/xfwm4.pot b/po/xfwm4.pot index 81d1448d1..cb8bd4918 100644 --- a/po/xfwm4.pot +++ b/po/xfwm4.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -50,7 +50,7 @@ msgstr "" msgid "Workspaces and Margins" msgstr "" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "" @@ -59,141 +59,147 @@ msgstr "" msgid "Margins" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 msgid "Window Manager Tweaks" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 msgid "Cycle through windows from all workspaces" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 msgid "Restore original size of maximized windows when moving" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Small" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 msgid "Opacity of window decorations" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +msgid "Opacity of inactive windows" +msgstr "" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 msgid "Opacity of windows during move" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 msgid "Opacity of windows during resize" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Opacity of popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 msgid "Compositor" msgstr "" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 msgid "Button Label|Window Manager Tweaks" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -746,12 +752,12 @@ msgstr "" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index ad3782ad0..35651cea5 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2005-10-09 20:54+0900\n" "Last-Translator: Yongtao Yang <yongtao.yang@telia.com>\n" "Language-Team: Simplified Chinese <i18n-translation@lists.linux.net.cn>\n" @@ -51,7 +51,7 @@ msgstr "工作区边缘" msgid "Workspaces and Margins" msgstr "工作区边缘" -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "工作区" @@ -60,152 +60,159 @@ msgstr "工作区" msgid "Margins" msgstr "边缘" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 #, fuzzy msgid "Window Manager Tweaks" msgstr "窗å£ç®¡ç†å™¨" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 #, fuzzy msgid "Cycle through windows from all workspaces" msgstr "移动窗å£è‡³å·¦è¾¹å·¥ä½œåŒº" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "焦点" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 #, fuzzy msgid "Restore original size of maximized windows when moving" msgstr "移动窗å£æ—¶æ˜¾ç¤ºå…¶å†…容" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 #, fuzzy msgid "Wrap workspaces when the first or last workspace is reached" msgstr "é¼ æ ‡åˆ°è¾¾å±å¹•è¾¹ç¼˜æ—¶å›žç»•å·¥ä½œåŒº" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 #, fuzzy msgid "Size|Small" msgstr "å°" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 #, fuzzy msgid "Opacity of window decorations" msgstr "改å˜çª—å£å°ºå¯¸æ—¶æ˜¾ç¤ºå…¶å†…容" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "移动窗å£æ—¶æ˜¾ç¤ºå…¶å†…容" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 #, fuzzy msgid "Opacity of windows during move" msgstr "移动窗å£æ—¶æ˜¾ç¤ºå…¶å†…容" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 #, fuzzy msgid "Opacity of windows during resize" msgstr "改å˜çª—å£å°ºå¯¸æ—¶æ˜¾ç¤ºå…¶å†…容" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 #, fuzzy msgid "Opacity of popup windows" msgstr "移动窗å£æ—¶æ˜¾ç¤ºå…¶å†…容" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "组åˆå¿«æ·é”®" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 #, fuzzy msgid "Button Label|Window Manager Tweaks" msgstr "窗å£ç®¡ç†å™¨" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "" @@ -771,12 +778,12 @@ msgstr "工作区 %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu æ— æ³•èŽ·å–é¼ æ ‡\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, fuzzy, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: æ— æ³•åˆ†é…所选颜色 %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, fuzzy, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: æ— æ³•è§£é‡Šæ‰€é€‰é¢œè‰² %s\n" diff --git a/po/zh_TW.po b/po/zh_TW.po index aa5e8c775..5350a38ea 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: xfwm4 4.3.90.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-28 23:20+0200\n" +"POT-Creation-Date: 2006-06-30 11:19+0200\n" "PO-Revision-Date: 2006-06-12 21:21+0800\n" "Last-Translator: Hydonsingore Cia <hydonsingore@educities.edu.tw>\n" "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n" @@ -52,7 +52,7 @@ msgid "Workspaces and Margins" msgstr "工作å€å’Œé‚Šç·£" # Number of workspaces -#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:498 +#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:500 #: ../mcs-plugin/workspaces.c:516 msgid "Workspaces" msgstr "工作å€" @@ -61,142 +61,149 @@ msgstr "工作å€" msgid "Margins" msgstr "é‚Šç·£" -#: ../mcs-plugin/wmtweaks_plugin.c:356 +#: ../mcs-plugin/wmtweaks_plugin.c:358 msgid "None" msgstr "ç„¡" -#: ../mcs-plugin/wmtweaks_plugin.c:364 +#: ../mcs-plugin/wmtweaks_plugin.c:366 #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 msgid "Window Manager Tweaks" msgstr "視窗管ç†ç¨‹å¼èª¿æ ¡" -#: ../mcs-plugin/wmtweaks_plugin.c:383 +#: ../mcs-plugin/wmtweaks_plugin.c:385 msgid "" "Include windows that have \"skip pager\" or \"skip taskbar\" properties set" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:389 +#: ../mcs-plugin/wmtweaks_plugin.c:391 msgid "Include hidden (i.e. iconified) windows" msgstr "包å«éš±è—(如:圖示化的)視窗" -#: ../mcs-plugin/wmtweaks_plugin.c:395 +#: ../mcs-plugin/wmtweaks_plugin.c:397 msgid "Cycle through windows from all workspaces" msgstr "在所有工作å€çš„視窗間循環" -#: ../mcs-plugin/wmtweaks_plugin.c:400 +#: ../mcs-plugin/wmtweaks_plugin.c:402 msgid "Cycling" msgstr "循環" -#: ../mcs-plugin/wmtweaks_plugin.c:412 +#: ../mcs-plugin/wmtweaks_plugin.c:414 msgid "Activate focus stealing prevention" msgstr "啟用「é 防å·ç«Šç„¦é»žã€" -#: ../mcs-plugin/wmtweaks_plugin.c:418 +#: ../mcs-plugin/wmtweaks_plugin.c:420 msgid "Honor the standard ICCCM focus hint" msgstr "" -#: ../mcs-plugin/wmtweaks_plugin.c:423 ../mcs-plugin/xfwm4_plugin.c:1695 +#: ../mcs-plugin/wmtweaks_plugin.c:425 ../mcs-plugin/xfwm4_plugin.c:1695 msgid "Focus" msgstr "焦點" -#: ../mcs-plugin/wmtweaks_plugin.c:435 +#: ../mcs-plugin/wmtweaks_plugin.c:437 msgid "Key used to grab and move windows" msgstr "用來抓ä½åŠç§»å‹•è¦–窗的按éµ" -#: ../mcs-plugin/wmtweaks_plugin.c:441 +#: ../mcs-plugin/wmtweaks_plugin.c:443 msgid "Raise windows when any mouse button is pressed" msgstr "æŒ‰ä¸‹ä»»ä¸€æ»‘é¼ éµæ™‚æšèµ·è¦–窗" -#: ../mcs-plugin/wmtweaks_plugin.c:448 +#: ../mcs-plugin/wmtweaks_plugin.c:450 msgid "Restore original size of maximized windows when moving" msgstr "移動視窗時回復最大化視窗原本的大å°" -#: ../mcs-plugin/wmtweaks_plugin.c:454 +#: ../mcs-plugin/wmtweaks_plugin.c:456 msgid "Use edge resistance instead of windows snapping" msgstr "使用邊緣阻抗å–代視窗å¸å¼•" -#: ../mcs-plugin/wmtweaks_plugin.c:459 +#: ../mcs-plugin/wmtweaks_plugin.c:461 msgid "Accessibility" msgstr "å¯è¿‘性" -#: ../mcs-plugin/wmtweaks_plugin.c:472 +#: ../mcs-plugin/wmtweaks_plugin.c:474 msgid "Switch workspaces using the mouse wheel over the desktop" msgstr "在桌é¢ä¸Šä½¿ç”¨æ»¾è¼ªåˆ‡æ›å·¥ä½œå€" -#: ../mcs-plugin/wmtweaks_plugin.c:479 +#: ../mcs-plugin/wmtweaks_plugin.c:481 msgid "" "Remember and recall previous workspace when switching via keyboard shortcuts" msgstr "ç”±éµç›¤æ·å¾‘切æ›æ™‚,記ä½ä¸¦å›žåˆ°å…ˆå‰çš„作å€" -#: ../mcs-plugin/wmtweaks_plugin.c:486 +#: ../mcs-plugin/wmtweaks_plugin.c:488 msgid "Wrap workspaces depending on the actual desktop layout" msgstr "以實際上的桌é¢è¼¸å‡ºæ±ºå®šå·¥ä½œå€è¿´ç¹ž" -#: ../mcs-plugin/wmtweaks_plugin.c:493 +#: ../mcs-plugin/wmtweaks_plugin.c:495 msgid "Wrap workspaces when the first or last workspace is reached" msgstr "抵é”第一個或最後一個工作å€æ™‚時迴繞工作å€" -#: ../mcs-plugin/wmtweaks_plugin.c:510 +#: ../mcs-plugin/wmtweaks_plugin.c:512 msgid "Minimum size of windows to trigger smart placement" msgstr "觸發智慧é…置的最å°è¦–窗大å°" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Small" msgstr "大å°|å°" -#: ../mcs-plugin/wmtweaks_plugin.c:511 +#: ../mcs-plugin/wmtweaks_plugin.c:513 msgid "Size|Large" msgstr "大å°|大" -#: ../mcs-plugin/wmtweaks_plugin.c:515 +#: ../mcs-plugin/wmtweaks_plugin.c:517 msgid "Placement" msgstr "é…ç½®" -#: ../mcs-plugin/wmtweaks_plugin.c:534 +#: ../mcs-plugin/wmtweaks_plugin.c:536 msgid "Show shadows under regular windows" msgstr "在一般視窗下顯示陰影" -#: ../mcs-plugin/wmtweaks_plugin.c:540 +#: ../mcs-plugin/wmtweaks_plugin.c:542 msgid "Show shadows under popup windows" msgstr "在跳出視窗下顯示陰影" -#: ../mcs-plugin/wmtweaks_plugin.c:546 +#: ../mcs-plugin/wmtweaks_plugin.c:548 msgid "Opacity of window decorations" msgstr "視窗è£é£¾çš„ä¸é€æ˜Žç¨‹åº¦" -#: ../mcs-plugin/wmtweaks_plugin.c:546 ../mcs-plugin/wmtweaks_plugin.c:552 -#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:548 ../mcs-plugin/wmtweaks_plugin.c:554 +#: ../mcs-plugin/wmtweaks_plugin.c:560 ../mcs-plugin/wmtweaks_plugin.c:566 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Transparent" msgstr "é€æ˜Ž" -#: ../mcs-plugin/wmtweaks_plugin.c:547 ../mcs-plugin/wmtweaks_plugin.c:553 -#: ../mcs-plugin/wmtweaks_plugin.c:559 ../mcs-plugin/wmtweaks_plugin.c:565 +#: ../mcs-plugin/wmtweaks_plugin.c:549 ../mcs-plugin/wmtweaks_plugin.c:555 +#: ../mcs-plugin/wmtweaks_plugin.c:561 ../mcs-plugin/wmtweaks_plugin.c:567 +#: ../mcs-plugin/wmtweaks_plugin.c:573 msgid "Opaque" msgstr "ä¸é€æ˜Ž" -#: ../mcs-plugin/wmtweaks_plugin.c:552 +#: ../mcs-plugin/wmtweaks_plugin.c:554 +#, fuzzy +msgid "Opacity of inactive windows" +msgstr "跳出視窗的ä¸é€æ˜Žç¨‹åº¦" + +#: ../mcs-plugin/wmtweaks_plugin.c:560 msgid "Opacity of windows during move" msgstr "移動視窗時的ä¸é€æ˜Žç¨‹åº¦" -#: ../mcs-plugin/wmtweaks_plugin.c:558 +#: ../mcs-plugin/wmtweaks_plugin.c:566 msgid "Opacity of windows during resize" msgstr "縮放視窗時的ä¸é€æ˜Žç¨‹åº¦" -#: ../mcs-plugin/wmtweaks_plugin.c:564 +#: ../mcs-plugin/wmtweaks_plugin.c:572 msgid "Opacity of popup windows" msgstr "跳出視窗的ä¸é€æ˜Žç¨‹åº¦" -#: ../mcs-plugin/wmtweaks_plugin.c:569 +#: ../mcs-plugin/wmtweaks_plugin.c:577 #, fuzzy msgid "Compositor" msgstr "è¨å®šå¿«é€Ÿéµ" #. the button label in the xfce-mcs-manager dialog -#: ../mcs-plugin/wmtweaks_plugin.c:610 +#: ../mcs-plugin/wmtweaks_plugin.c:618 msgid "Button Label|Window Manager Tweaks" msgstr "視窗管ç†ç¨‹å¼èª¿æ ¡" -#: ../mcs-plugin/wmtweaks_plugin.c:725 ../mcs-plugin/xfwm4_plugin.c:2356 +#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/xfwm4_plugin.c:2356 #, c-format msgid "These settings cannot work with your current window manager (%s)" msgstr "這些è¨å®šç„¡æ³•é‹ä½œæ–¼æ‚¨ç›®å‰çš„視窗管ç†ç¨‹å¼ (%s) " @@ -768,12 +775,12 @@ msgstr "å·¥ä½œå€ %i" msgid "%s: GtkMenu failed to grab the pointer\n" msgstr "%s: GtkMenu 無法å–å¾—éŠæ¨™\n" -#: ../src/settings.c:858 +#: ../src/settings.c:870 #, c-format msgid "%s: Cannot allocate color %s\n" msgstr "%s: 無法分é…é¡è‰² %s\n" -#: ../src/settings.c:864 +#: ../src/settings.c:876 #, c-format msgid "%s: Cannot parse color %s\n" msgstr "%s: 無法處ç†é¡è‰² %s\n" diff --git a/src/client.c b/src/client.c index a55f5e22e..4fc10db58 100644 --- a/src/client.c +++ b/src/client.c @@ -1627,6 +1627,8 @@ clientFrame (DisplayInfo *display_info, Window w, gboolean recapture) /* Opacity for compositing manager */ c->opacity = NET_WM_OPAQUE; getOpacity (display_info, c->window, &c->opacity); + c->opacity_applied = c->opacity; + c->opacity_flags = 0; c->opacity_locked = getOpacityLock (display_info, c->window); @@ -2858,40 +2860,99 @@ clientToggleMaximized (Client * c, int mode, gboolean restore_position) } void -clientDecOpacity (Client * c) +clientUpdateOpacity (ScreenInfo *screen_info, Client *focus) { - ScreenInfo *screen_info; - DisplayInfo *display_info; + Client *c; + int i; - screen_info = c->screen_info; - display_info = screen_info->display_info; + for (c = screen_info->clients, i = 0; i < screen_info->client_count; c = c->next, ++i) + { + gboolean o = FLAG_TEST(c->type, WINDOW_TYPE_DONT_PLACE | WINDOW_TYPE_DONT_FOCUS) + || (focus == c) + || (focus && ((focus->transient_for == c->window) || (focus->window == c->transient_for))) + || (focus && (clientIsModalFor (c, focus) || clientIsModalFor (focus, c))); - if ((c->opacity > OPACITY_SET_MIN) && !(c->opacity_locked )) - { - c->opacity -= OPACITY_SET_STEP; - compositorWindowSetOpacity (display_info, c->frame, c->opacity); - } + clientSetOpacity (c, c->opacity, OPACITY_INACTIVE, o ? 0 : OPACITY_INACTIVE); + } } void -clientIncOpacity (Client * c) +clientSetOpacity (Client *c, guint opacity, guint clear, guint xor) { - ScreenInfo *screen_info; - DisplayInfo *display_info; + guint applied; + + c->opacity_flags = (c->opacity_flags & ~clear) ^ xor; - screen_info = c->screen_info; - display_info = screen_info->display_info; + if (c->opacity_locked) + { + applied = c->opacity; + } + else + { + long long multiplier = 1, divisor = 1; - if ((c->opacity < NET_WM_OPAQUE) && !(c->opacity_locked )) - { - c->opacity += OPACITY_SET_STEP; + c->opacity = applied = opacity; - if ( c->opacity < OPACITY_SET_MIN ) + if (FLAG_TEST (c->opacity_flags, OPACITY_MOVE)) { - c->opacity = NET_WM_OPAQUE ; + multiplier *= c->screen_info->params->move_opacity; + divisor *= 100; } - compositorWindowSetOpacity (display_info, c->frame, c->opacity); - } + if (FLAG_TEST (c->opacity_flags, OPACITY_RESIZE)) + { + multiplier *= c->screen_info->params->resize_opacity; + divisor *= 100; + } + if (FLAG_TEST (c->opacity_flags, OPACITY_INACTIVE)) + { + multiplier *= c->screen_info->params->inactive_opacity; + divisor *= 100; + } + + applied = (guint) ((long long) applied * multiplier / divisor); + } + + if (applied != c->opacity_applied) + { + c->opacity_applied = applied; + compositorWindowSetOpacity (c->screen_info->display_info, c->frame, applied); + } +} + +void +clientDecOpacity (Client * c) +{ + ScreenInfo *screen_info; + DisplayInfo *display_info; + + screen_info = c->screen_info; + display_info = screen_info->display_info; + + if ((c->opacity > OPACITY_SET_MIN) && !(c->opacity_locked )) + { + clientSetOpacity (c, c->opacity - OPACITY_SET_STEP, 0, 0); + } +} + +void +clientIncOpacity (Client * c) +{ + ScreenInfo *screen_info; + DisplayInfo *display_info; + + screen_info = c->screen_info; + display_info = screen_info->display_info; + + if ((c->opacity < NET_WM_OPAQUE) && !(c->opacity_locked )) + { + guint opacity = c->opacity + OPACITY_SET_STEP; + + if (opacity < OPACITY_SET_MIN) + { + opacity = NET_WM_OPAQUE; + } + clientSetOpacity (c, opacity, 0, 0); + } } /* Xrandr stuff: on screen size change, make sure all clients are still visible */ @@ -3499,7 +3560,6 @@ clientMove (Client * c, XEvent * ev) Cursor cursor; int changes; gboolean g1, g2; - gboolean restore_opacity; g_return_if_fail (c != NULL); TRACE ("entering clientDoMove"); @@ -3508,7 +3568,6 @@ clientMove (Client * c, XEvent * ev) screen_info = c->screen_info; display_info = screen_info->display_info; - restore_opacity = FALSE; changes = CWX | CWY; passdata.c = c; @@ -3560,9 +3619,7 @@ clientMove (Client * c, XEvent * ev) /* Set window translucent while moving, looks nice */ if ((screen_info->params->move_opacity < 100) && !(screen_info->params->box_move) && !(c->opacity_locked)) { - compositorWindowSetOpacity (display_info, c->frame, - (guint) (c->opacity * (double) (screen_info->params->move_opacity / 100.0))); - restore_opacity = TRUE; + clientSetOpacity (c, c->opacity, OPACITY_MOVE, OPACITY_MOVE); } /* @@ -3598,10 +3655,7 @@ clientMove (Client * c, XEvent * ev) clientDrawOutline (c); } /* Set window opacity to its original value */ - if (restore_opacity) - { - compositorWindowSetOpacity (display_info, c->frame, c->opacity); - } + clientSetOpacity (c, c->opacity, OPACITY_MOVE, 0); wc.x = c->x; wc.y = c->y; @@ -4005,7 +4059,6 @@ clientResize (Client * c, int corner, XEvent * ev) MoveResizeData passdata; int w_orig, h_orig; gboolean g1, g2; - gboolean restore_opacity; g_return_if_fail (c != NULL); TRACE ("entering clientResize"); @@ -4013,7 +4066,6 @@ clientResize (Client * c, int corner, XEvent * ev) screen_info = c->screen_info; display_info = screen_info->display_info; - restore_opacity = FALSE; passdata.c = c; passdata.cancel_x = passdata.ox = c->width; @@ -4074,9 +4126,7 @@ clientResize (Client * c, int corner, XEvent * ev) /* Set window translucent while resizing, doesn't looks too nice :( */ if ((screen_info->params->resize_opacity < 100) && !(screen_info->params->box_resize) && !(c->opacity_locked)) { - compositorWindowSetOpacity (display_info, c->frame, - (guint) (c->opacity * (double) (screen_info->params->resize_opacity / 100.0))); - restore_opacity = TRUE; + clientSetOpacity (c, c->opacity, OPACITY_RESIZE, OPACITY_RESIZE); } FLAG_SET (c->xfwm_flags, XFWM_FLAG_MOVING_RESIZING); @@ -4100,10 +4150,7 @@ clientResize (Client * c, int corner, XEvent * ev) clientDrawOutline (c); } /* Set window opacity to its original value */ - if (restore_opacity) - { - compositorWindowSetOpacity (display_info, c->frame, c->opacity); - } + clientSetOpacity (c, c->opacity, OPACITY_RESIZE, 0); if (FLAG_TEST (c->flags, CLIENT_FLAG_MAXIMIZED) && ((w_orig != c->width) || (h_orig != c->height))) diff --git a/src/client.h b/src/client.h index 7777d16ad..2d3965b18 100644 --- a/src/client.h +++ b/src/client.h @@ -159,7 +159,10 @@ #define WINDOW_TYPE_DONT_FOCUS (WINDOW_SPLASHSCREEN | \ WINDOW_DOCK) - +/* Which bits of opacity are applied */ +#define OPACITY_MOVE (1<<0) +#define OPACITY_RESIZE (1<<1) +#define OPACITY_INACTIVE (1<<2) /* Convenient macros */ #define FLAG_TEST(flag,bits) (flag & (bits)) @@ -269,6 +272,8 @@ struct _Client ClientPixmapCache pm_cache; /* Opacity for the compositor */ guint opacity; + guint opacity_applied; + guint opacity_flags; gboolean opacity_locked; #ifdef HAVE_LIBSTARTUP_NOTIFICATION @@ -325,6 +330,8 @@ void clientToggleAbove (Client *); void clientToggleBelow (Client *); void clientRemoveMaximizeFlag (Client *); void clientToggleMaximized (Client *, int, gboolean); +void clientUpdateOpacity (ScreenInfo *, Client *); +void clientSetOpacity (Client *, guint opacity, guint clear, guint xor); void clientIncOpacity (Client *); void clientDecOpacity (Client *); void clientScreenResize(ScreenInfo *); diff --git a/src/compositor.c b/src/compositor.c index 0ce039ec5..7ed144efa 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -1774,7 +1774,7 @@ init_opacity (CWindow *cw) if (c) { cw->opacity_locked = c->opacity_locked; - cw->opacity = c->opacity; + cw->opacity = c->opacity_applied; cw->native_opacity = WIN_IS_OPAQUE(cw); } else if (getOpacity (display_info, cw->id, &cw->opacity)) @@ -2148,7 +2148,7 @@ compositorHandlePropertyNotify (DisplayInfo *display_info, XPropertyEvent *ev) { if (c->opacity != cw->opacity) { - c->opacity = cw->opacity; + clientSetOpacity (c, cw->opacity, 0, 0); } } } diff --git a/src/focus.c b/src/focus.c index ddebd4960..95c5de403 100644 --- a/src/focus.c +++ b/src/focus.c @@ -187,6 +187,7 @@ clientFocusNew(Client * c) clientSortRing(c); clientLower (c, c2->frame); clientSortRing(c2); + clientSetOpacity (c, c->opacity, 0, 0); } else { @@ -478,6 +479,8 @@ clientUpdateFocus (ScreenInfo *screen_info, Client * c, unsigned short flags) XChangeProperty (display_info->dpy, screen_info->xroot, display_info->atoms[NET_ACTIVE_WINDOW], XA_WINDOW, 32, PropModeReplace, (unsigned char *) data, 2); + + clientUpdateOpacity (screen_info, c); } void @@ -523,6 +526,7 @@ clientSetFocus (ScreenInfo *screen_info, Client * c, Time timestamp, unsigned sh { pending_focus = c; XSetInputFocus (myScreenGetXDisplay (screen_info), c->window, RevertToPointerRoot, timestamp); + clientUpdateOpacity (screen_info, c); } if (FLAG_TEST(c->wm_flags, WM_FLAG_TAKEFOCUS)) { @@ -546,6 +550,7 @@ clientSetFocus (ScreenInfo *screen_info, Client * c, Time timestamp, unsigned sh XChangeProperty (myScreenGetXDisplay (screen_info), screen_info->xroot, display_info->atoms[NET_ACTIVE_WINDOW], XA_WINDOW, 32, PropModeReplace, (unsigned char *) data, 2); XSetInputFocus (myScreenGetXDisplay (screen_info), screen_info->xfwm4_win, RevertToPointerRoot, timestamp); + clientUpdateOpacity (screen_info, c); } } diff --git a/src/settings.c b/src/settings.c index 17ca3d140..6441f4df4 100644 --- a/src/settings.c +++ b/src/settings.c @@ -380,6 +380,12 @@ notify_cb (const char *name, const char *channel_name, McsAction action, McsSett screen_info->params->frame_opacity = setting->data.v_int; reloadScreenSettings (screen_info, UPDATE_FRAME); } + else if (!strcmp (name, "Xfwm/InactiveOpacity")) + { + screen_info->params->inactive_opacity = setting->data.v_int; + reloadScreenSettings (screen_info, UPDATE_FRAME); + clientUpdateOpacity (screen_info, clientGetFocus ()); + } else if (!strcmp (name, "Xfwm/MoveOpacity")) { screen_info->params->move_opacity = setting->data.v_int; @@ -745,6 +751,12 @@ loadMcsData (ScreenInfo *screen_info, Settings *rc) setIntValueFromInt ("placement_ratio", setting->data.v_int, rc); mcs_setting_free (setting); } + if (mcs_client_get_setting (screen_info->mcs_client, "Xfwm/InactiveOpacity", CHANNEL5, + &setting) == MCS_SUCCESS) + { + setIntValueFromInt ("inactive_opacity", setting->data.v_int, rc); + mcs_setting_free (setting); + } if (mcs_client_get_setting (screen_info->mcs_client, "Xfwm/MoveOpacity", CHANNEL5, &setting) == MCS_SUCCESS) { @@ -1244,6 +1256,7 @@ loadSettings (ScreenInfo *screen_info) {"focus_new", NULL, TRUE}, {"frame_opacity", NULL, TRUE}, {"full_width_title", NULL, TRUE}, + {"inactive_opacity", NULL, TRUE}, {"keytheme", NULL, TRUE}, {"margin_bottom", NULL, FALSE}, {"margin_left", NULL, FALSE}, @@ -1390,6 +1403,8 @@ loadSettings (ScreenInfo *screen_info) !g_ascii_strcasecmp ("true", getValue ("restore_on_move", rc)); screen_info->params->frame_opacity = abs (TOINT (getValue ("frame_opacity", rc))); + screen_info->params->inactive_opacity = + abs (TOINT (getValue ("inactive_opacity", rc))); screen_info->params->move_opacity = abs (TOINT (getValue ("move_opacity", rc))); screen_info->params->resize_opacity = diff --git a/src/settings.h b/src/settings.h index f49de7725..2fbc17678 100644 --- a/src/settings.h +++ b/src/settings.h @@ -149,6 +149,7 @@ struct _XfwmParams int double_click_action; int easy_click; int frame_opacity; + int inactive_opacity; int move_opacity; int placement_ratio; int popup_opacity; -- GitLab