[Xfce4-commits] Creating branch 4.6

2012-04-09 Thread Bo Lorentsen
Updating branch refs/heads/4.6
 as new branch
 to 6b6fa16607d5b29924a5037f427b6bee280fc763 (commit)

Branches are created implicitly by pushing. This mail only exists to 
let you know that there was code pushed to 

  refs/heads/4.6

for the first time. Mails for the commits that lead to the creation 
of the branch will follow after this mail.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] First versions of Tim's updates

2012-04-09 Thread Bo Lorentsen
Updating branch refs/heads/master
 to 30412754788913c5f8e63688a487d88a6f1d2446 (commit)
   from fe0cb5487580b7b414e79f9dc3270f63f5b7a66a (commit)

commit 30412754788913c5f8e63688a487d88a6f1d2446
Author: Bo Lorentsen 
Date:   Tue Apr 10 08:14:36 2012 +0200

First versions of Tim's updates

 documentation.html |   36 +++-
 download.html  |   21 +++--
 links.html |   12 +++-
 3 files changed, 17 insertions(+), 52 deletions(-)

diff --git a/documentation.html b/documentation.html
index d32a18a..9c9ae81 100644
--- a/documentation.html
+++ b/documentation.html
@@ -176,8 +176,8 @@ special comments in the header files.
 to the latest version of
 the source code. 
 The
-Xfce Foundation Classes uses GNU Autoconf for configuration, so once
-untar'd run configure with the --help argument to see a list of
+Xfce Foundation Classes uses CMake configuration, so once
+untar'd run run cmake with the --help argument to see a list of
 options. You should use the http://gcc.gnu.org/";>GNU
 compiler version 3.2.0 (or higher) to compile XFC.
 
@@ -187,8 +187,7 @@ top-level
 source directory:
 
 $
-./configure
---prefix=directory
+cmake .
 $ make
 $ make install
 
@@ -198,33 +197,12 @@ where you want XFC installed. If the directory is omitted 
XFC
 will install itself into the 
 directory. By default, configure builds libXFCcore and libXFCui with
 debugging and compiler symbols so you can debug your applications
-during development. If you want libXFCcore and libXFCui built without
-debugging symbols, run configure with the following option:
+during development. If you want libXFCcore and libXFCui built with
+debugging symbols, run cmake with the following option:
 
-./configure
---disable-debug
+cmake -DCMAKE_BUILD_TYPE=Debug 
.
 
-Alternativley, you can install the libXFCcore and libXFCui libraries
-with
-all debugging symbols stripped out by calling:
-
-make
-install-strip
-
-The stripped libraries are much
-smaller, and faster: libXFCcore is just 220 kbytes and libXFCui is 2.3
-megabytes.
-
-If you don't want to build the API reference, or if you don't have
-Doxygen installed, run configure with the following option:
-
-./configure
---disable-docs
-
-Other configure options include: --disable-demos, --disable-examples
-and --disable-tests, which disable the implied feature so it wont
-get
-compiled.
+Run cmake with the --help option for more.
 
 Compiling a XFC Application
 To compile an XFC application you need to use
diff --git a/download.html b/download.html
index 9c0aa38..92fe2ef 100644
--- a/download.html
+++ b/download.html
@@ -154,25 +154,18 @@ Core 3 libsigc++ 2.0 binaries:
 
 
 
-You can checkout a working copy the
-latest XFC source code from the SVN repository:
+You can clone a working copy of the
+latest XFC source code from the the GIT repository:
 
-  svn co http://svn.xfce.org/svn/xfce/xfc/trunk xfc
+  git clone git://git.xfce.org/bindings/xfc
   
 
 Please note that a "working copy" of the XFC source code is quite large
-because it contains the hidden administrative subdirectories (.svn)
-Subversion uses to keep the working copy in sync with the repository. 
+because it contains the hidden administrative subdirectories (.git)
+Git uses to keep the working copy in sync with the repository. 
 
-Alternativley, you can download a clean source tree
-from the SVN repository which is much smaller:
-
-  svn export
-http://svn.xfce.org/svn/xfce/xfc/trunk xfc
-
-
-The SVN repository was last
-updated May 30th, 2005.
+The GIT repository was last
+updated March 22nd 2012.
 
 
 
diff --git a/links.html b/links.html
index 96172e8..23f0327 100644
--- a/links.html
+++ b/links.html
@@ -110,16 +110,10 @@ external dependancy. If you need to know more about this 
library have a
 look at the
 libsigc++  http://libsigc.sf.net";>home
 page.
-You can download the latest libsigc++ 2.0 source code from http://sourceforge.net/project/showfiles.php?group_id=1970";>here.
-If your looking for Fedora Core 3 binaries you will find them here:
-
-  http://download.fedora.us/fedora/fedora/3/i386/RPMS.extras/libsigc++20-2.0.6-1.i386.rpm";>http://download.fedora.us/fedora/fedora/3/i386/RPMS.extras/libsigc++20-2.0.6-1.i386.rpm
-  http://download.fedora.us/fedora/fedora/3/i386/RPMS.extras/libsigc++20-devel-2.0.6-1.i386.rpm";>http://download.fedora.us/fedora/fedora/3/i386/RPMS.extras/libsigc++20-devel-2.0.6-1.i386.rpm
-
+ href="http://libsigc.sourcef

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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to ff8faeb600deda5e04bc7daa2e950c973738b6a8 (commit)
   from e68ff5443c534e98410a629623bb804cca019cb8 (commit)

commit ff8faeb600deda5e04bc7daa2e950c973738b6a8
Author: Algimantas Margevičius 
Date:   Tue Apr 10 07:29:10 2012 +0200

l10n: Updated Lithuanian (lt) translation to 100%

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

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

 po/lt.po |  512 +++---
 1 files changed, 255 insertions(+), 257 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index a1907a7..db0868e 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,21 +3,20 @@
 # This file is distributed under the same license as the xfwm4 package.
 # Mantas Zapolskas , 2003.
 # Algimantas Margevičius , 2012.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-09 18:54+0200\n"
+"POT-Creation-Date: 2012-04-10 02:33+\n"
 "PO-Revision-Date: 2012-01-28 18:00+0200\n"
 "Last-Translator: Algimantas Margevičius \n"
 "Language-Team: Lietuvių <>\n"
-"Language: lt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
-"%100<10 || n%100>=20) ? 1 : 2)\n"
+"Language: lt\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && 
(n%100<10 || n%100>=20) ? 1 : 2)\n"
 
 #: ../helper-dialog/helper-dialog.c:84
 msgid ""
@@ -84,237 +83,237 @@ msgid "Settings manager socket"
 msgstr "Nustatymų tvarkyklės lizdas"
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-dialog.glade.h:1
-msgid "Window Manager"
-msgstr "Langų tvarkyklė"
-
-#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:29
 msgid "Configure window behavior and shortcuts"
 msgstr "Konfigūruoti lango elgseną ir susiejimus"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:1
-msgid "Window Manager Tweaks"
-msgstr "Langų tvarkyklės patobulinimai"
+#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:48
+msgid "Window Manager"
+msgstr "Langų tvarkyklė"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:2
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:16
 msgid "Fine-tune window behaviour and effects"
 msgstr "Konfigūruokite langų elgseną ir efektus"
 
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:36
+msgid "Window Manager Tweaks"
+msgstr "Langų tvarkyklės patobulinimai"
+
 #: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:1
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:1
+msgid "Configure layout, names and margins"
+msgstr "Konfigūruokite išdėstymus, pavadinimus ir paraštes"
+
+#: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:5
 msgid "Workspaces"
 msgstr "Darbalaukiai"
 
-#: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:2
-msgid "Configure layout, names and margins"
-msgstr "Konfigūruokite išdėstymus, pavadinimus ir paraštes"
+#: ../settings-dialogs/xfwm4-dialog.glade.h:1
+msgid "Box move and resize"
+msgstr "Perkėlimas ir dydžio pakeitimas"
+
+#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+msgid "Button layout"
+msgstr "Mygtukų išdėstymas"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:3
-msgid "_Theme"
-msgstr "_Tema"
+msgid "Double click _action"
+msgstr "Veiksmas dukart _spragtelėjus"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:4
-msgid "Title fon_t"
-msgstr "Pavadinimo š_riftas"
+msgid "Focus model"
+msgstr "Fokusavimo modelis"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:5
-msgid "Title _alignment"
-msgstr "Pavadinimo _lygiavimas"
+msgid "New window focus"
+msgstr "Naujo lango fokusavimas"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:6
-msgid "Click and drag the buttons to change the layout"
-msgstr "Paspauskite ir tempkite norėdami pakeisti išdėstymą"
+msgid "Raise on click"
+msgstr "Iškelti paspaudus"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:7
-msgid "Title"
-msgstr "Pavadinimas"
+msgid "Raise on focus"
+msgstr "Iškelti kai fokusuojama"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:8
-msgid "The window title cannot be removed"
-msgstr "Lango antraštė negali būti pašalinta"
+msgid "Title _alignment"
+msgstr "Pavadinimo _lygiavimas"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:9
-msgid "Active"
-msgstr "Aktyvus"
+msgid "Title fon_t"
+msgstr "Pavadinimo š_riftas"
 
 #: ../settings-dialogs/xfwm4-dialog.gla

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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 7bc916eaa4e3baa5cb00ae4285c7651f0ea9470d (commit)
   from 1d713a8b1149ffbb69c95344a8e18c690dab8995 (commit)

commit 7bc916eaa4e3baa5cb00ae4285c7651f0ea9470d
Author: Algimantas Margevičius 
Date:   Tue Apr 10 07:26:58 2012 +0200

l10n: Updated Lithuanian (lt) translation to 100%

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

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

 po/lt.po |   29 +++--
 1 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 84f9fa4..9b790db 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-session 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-27 01:15+\n"
+"POT-Creation-Date: 2012-04-10 00:42+\n"
 "PO-Revision-Date: 2012-01-28 14:48+0200\n"
 "Last-Translator: Algimantas Margevičius \n"
 "Language-Team: Lietuvių <>\n"
@@ -232,23 +232,24 @@ msgid "_Proceed"
 msgstr "_Tęsti?"
 
 #: ../settings/session-editor.c:212
-msgid "You might need to delete some files manually in "
-msgstr "Kai kuriuos failus jums gali tekti ištrinti patiems "
+#, c-format
+msgid "You might need to delete some files manually in \"%s\"."
+msgstr "Kai kuriuos failus iš „%s“ jums gali tekti ištrinti patiems "
 
-#: ../settings/session-editor.c:216
+#: ../settings/session-editor.c:215
 msgid "All Xfce cache files could not be cleared"
 msgstr "Nepavyko ištrinti visų Xfce podėlio failų"
 
-#: ../settings/session-editor.c:250
+#: ../settings/session-editor.c:249
 #, c-format
 msgid "Are you sure you want to terminate \"%s\"?"
 msgstr "Ar tikrai norite nutraukti „%s“?"
 
-#: ../settings/session-editor.c:253 ../settings/session-editor.c:281
+#: ../settings/session-editor.c:252 ../settings/session-editor.c:280
 msgid "Terminate Program"
 msgstr "Nutraukti programą"
 
-#: ../settings/session-editor.c:255
+#: ../settings/session-editor.c:254
 msgid ""
 "The application will lose any unsaved state and will not be restarted in "
 "your next session."
@@ -256,32 +257,32 @@ msgstr ""
 "Visi neišsaugoti programos duomenys, bus prarasti ir neatstatyti kitam "
 "seanse."
 
-#: ../settings/session-editor.c:257
+#: ../settings/session-editor.c:256
 #: ../settings/xfce4-session-settings.glade.h:40
 msgid "_Quit Program"
 msgstr "_Užverti programą"
 
-#: ../settings/session-editor.c:282
+#: ../settings/session-editor.c:281
 msgid "Unable to terminate program."
 msgstr "Nutraukti programos nepavyko."
 
-#: ../settings/session-editor.c:460
+#: ../settings/session-editor.c:459
 msgid "(Unknown program)"
 msgstr "(Nežinoma programa)"
 
-#: ../settings/session-editor.c:680
+#: ../settings/session-editor.c:679
 msgid "Priority"
 msgstr "Prioritetas"
 
-#: ../settings/session-editor.c:688
+#: ../settings/session-editor.c:687
 msgid "PID"
 msgstr "PID"
 
-#: ../settings/session-editor.c:694
+#: ../settings/session-editor.c:693
 msgid "Program"
 msgstr "Programa"
 
-#: ../settings/session-editor.c:719
+#: ../settings/session-editor.c:718
 msgid "Restart Style"
 msgstr "Paleisti stilių iš naujo"
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/xfce-4.8
 to 34403d97f1474a827107746204e520a182d0b408 (commit)
   from 6b639eca6eae7c68f4765134385d3dd967211369 (commit)

commit 34403d97f1474a827107746204e520a182d0b408
Author: Chipong Luo 
Date:   Tue Apr 10 05:09:24 2012 +0200

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

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

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

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

diff --git a/po/zh_CN.po b/po/zh_CN.po
index d93018e..db66176 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -502,7 +502,7 @@ msgstr "显示当前选中项目的相关信息"
 
 #: ../panel/panel-preferences-dialog.glade.h:34
 msgid "Solid color"
-msgstr "固定颜色"
+msgstr "纯色"
 
 #: ../panel/panel-preferences-dialog.glade.h:35
 msgid "Span mo_nitors"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/xfce-4.8
 to 6b639eca6eae7c68f4765134385d3dd967211369 (commit)
   from ec7753818b7b6bffc0ce01eb64244d6e9a106c1b (commit)

commit 6b639eca6eae7c68f4765134385d3dd967211369
Author: Chipong Luo 
Date:   Tue Apr 10 04:53:17 2012 +0200

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

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

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

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

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 1b98292..d93018e 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -15,7 +15,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-panel\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-24 09:00+\n"
+"POT-Creation-Date: 2012-04-10 00:15+\n"
 "PO-Revision-Date: 2010-11-27 21:07+0800\n"
 "Last-Translator: Chipong Luo \n"
 "Language-Team: Simplified Chinese \n"
@@ -984,27 +984,27 @@ msgstr "%0 点半"
 #: ../plugins/clock/clock-fuzzy.c:107
 #, no-c-format
 msgid "twenty five to %1"
-msgstr "%1 点差 25 分"
+msgstr "%0 点 35 分"
 
 #: ../plugins/clock/clock-fuzzy.c:108
 #, no-c-format
 msgid "twenty to %1"
-msgstr "%1 点差 20 分"
+msgstr "%0 点 40 分"
 
 #: ../plugins/clock/clock-fuzzy.c:109
 #, no-c-format
 msgid "quarter to %1"
-msgstr "%1 点差 15 分"
+msgstr "%0 点 45 分"
 
 #: ../plugins/clock/clock-fuzzy.c:110
 #, no-c-format
 msgid "ten to %1"
-msgstr "%1 点差 10 分"
+msgstr "%0 点 50 分"
 
 #: ../plugins/clock/clock-fuzzy.c:111
 #, no-c-format
 msgid "five to %1"
-msgstr "%1 点差 5 分"
+msgstr "%0 点 55 分"
 
 #: ../plugins/clock/clock-fuzzy.c:112
 #, no-c-format
@@ -1059,31 +1059,31 @@ msgstr "%0 点半"
 #, no-c-format
 msgctxt "one"
 msgid "twenty five to %1"
-msgstr "%1 点差 25 分"
+msgstr "%0 点 35 分"
 
 #: ../plugins/clock/clock-fuzzy.c:127
 #, no-c-format
 msgctxt "one"
 msgid "twenty to %1"
-msgstr "%1 点差 20 分"
+msgstr "%0 点 40 分"
 
 #: ../plugins/clock/clock-fuzzy.c:128
 #, no-c-format
 msgctxt "one"
 msgid "quarter to %1"
-msgstr "%1 点差 15 分"
+msgstr "%0 点 45 分"
 
 #: ../plugins/clock/clock-fuzzy.c:129
 #, no-c-format
 msgctxt "one"
 msgid "ten to %1"
-msgstr "%1 点差 10 分"
+msgstr "%0 点 50 分"
 
 #: ../plugins/clock/clock-fuzzy.c:130
 #, no-c-format
 msgctxt "one"
 msgid "five to %1"
-msgstr "%1 点差 5 分"
+msgstr "%0 点 55 分"
 
 #: ../plugins/clock/clock-fuzzy.c:131
 #, no-c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to a90177d2f52d3b0ecbe241e6ed916e9d0271fdcd (commit)
   from 90bee2354a2f8e0e5ed52f7b2986850f7cef8f6b (commit)

commit a90177d2f52d3b0ecbe241e6ed916e9d0271fdcd
Author: Seong-ho Cho 
Date:   Tue Apr 10 03:26:19 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index ecc4f28..0b4716e 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -6,15 +6,15 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce 4-diskperf-plugin.master\n"
-"Report-Msgid-Bugs-To: \n"
+"Report-Msgid-Bugs-To: xfce-i18n \n"
 "POT-Creation-Date: 2012-04-09 17:24+0200\n"
 "PO-Revision-Date: 2012-02-28 14:42+0900\n"
 "Last-Translator: Seong-ho, Cho \n"
-"Language-Team: xfce4-users-kr-i18n 
\n"
+"Language-Team: xfce-i18n \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: \n"
+"Language: ko\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
 #: ../panel-plugin/config_gui.c:101
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 89dffd60cf76d066eae9fbb37497b1b8a5d9c487 (commit)
   from 5ceeb00042c65a0250bfc64d03418cb1a697a39c (commit)

commit 89dffd60cf76d066eae9fbb37497b1b8a5d9c487
Author: Seong-ho Cho 
Date:   Tue Apr 10 03:24:26 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index ae43e5c..88b6ec9 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -200,12 +200,12 @@ msgstr "이 장치 사용"
 
 #: ../panel-plugin/preferences.c:343
 msgid "Configure Cell Modem Monitor"
-msgstr "셀 모뎀 감시자 설정"
+msgstr "셀 모뎀 감시기 설정"
 
 #. The header - this was most copied from other sources
 #: ../panel-plugin/preferences.c:356
 msgid "Cellular Modem Monitor"
-msgstr "셀룰러 모뎀 감시자"
+msgstr "셀룰러 모뎀 감시기"
 
 #: ../panel-plugin/preferences.c:387
 msgid "Modem driver:"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 3cba607ea3f359c4706e2fc5cd2fec61def6b269 (commit)
   from 2e92d4f7784adf25e7c0d79fbe72e7c0bc9f26c0 (commit)

commit 3cba607ea3f359c4706e2fc5cd2fec61def6b269
Author: Seong-ho Cho 
Date:   Tue Apr 10 03:23:36 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index b007aa5..ffeacca 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -22,7 +22,7 @@ msgstr ""
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:110
 msgid "Configure CPU Frequency Monitor"
-msgstr "CPU 주파수 감시자 설정"
+msgstr "CPU 주파수 감시기 설정"
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:112
 msgid "Configure the CPU frequency plugin"
@@ -122,7 +122,7 @@ msgstr "이 시스템은 아직 지원하지 않습니다 !"
 
 #: ../panel-plugin/xfce4-cpufreq-plugin.desktop.in.in.h:1
 msgid "CPU Frequency Monitor"
-msgstr "CPU 주파수 감시자"
+msgstr "CPU 주파수 감시기"
 
 #: ../panel-plugin/xfce4-cpufreq-plugin.desktop.in.in.h:2
 msgid "Shows the cpu frequency and governours"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 7a65d7ebcf931dac9b8a92ce3059e3c26827d670 (commit)
   from e29f255a0596f0bce052cf60edf986fd0e810484 (commit)

commit 7a65d7ebcf931dac9b8a92ce3059e3c26827d670
Author: Seong-ho Cho 
Date:   Tue Apr 10 03:22:35 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index aea159a..e0f05ce 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -80,7 +80,7 @@ msgstr "다음 URL을 열 수 없습니다: %s"
 #: ../panel-plugin/battery.c:1200
 #: ../panel-plugin/battmon.desktop.in.in.h:1
 msgid "Battery Monitor"
-msgstr "배터리 감시자"
+msgstr "배터리 감시기"
 
 #: ../panel-plugin/battery.c:1229
 msgid "Low percentage:"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Fixing autohide (hopefully correctly this time)

2012-04-09 Thread Andrzej
Updating branch refs/heads/andrzejr/struts
 to 84a31387b3cce02d1154d4d2a687d5b87d957d4f (commit)
   from b516abc415ba31366f36643d7b613cc21ab184ff (commit)

commit 84a31387b3cce02d1154d4d2a687d5b87d957d4f
Author: Andrzej 
Date:   Tue Apr 10 10:21:12 2012 +0900

Fixing autohide (hopefully correctly this time)

In previous commit on-screen panel position was always [0,x],
which didn't work well with partial struts and vertical panel on the right.

The fix uses a real panel position as returned by p_w_s_allocate_set_xy.
The only change to this functions are NULL pointer checks for efficiency
- we only need x-coord here, and for safety.

Also, a 1px adjustment in the collision checking macro.

 panel/panel-window.c |  132 +++---
 1 files changed, 72 insertions(+), 60 deletions(-)

diff --git a/panel/panel-window.c b/panel/panel-window.c
index 993b7e4..bf3cbf5 100644
--- a/panel/panel-window.c
+++ b/panel/panel-window.c
@@ -1169,7 +1169,7 @@ panel_window_size_request (GtkWidget  *widget,
   gintlength;
   gintextra_width = 0, extra_height = 0;
   PanelBordersborders;
-  gintheight, top, bottom;
+  gintheight, top, bottom, x;
   GSList *windows;
   GSList *li;
   GdkRectangle   *alloc = &window->alloc;
@@ -1221,9 +1221,15 @@ panel_window_size_request (GtkWidget  *widget,
   for (li = windows; li != NULL; li = li->next)
 {
   if (alloc->x != -)
-panel_window_check_struts (li->data, alloc->x, alloc->x + 
alloc->width, &top, &bottom);
+{
+  panel_window_check_struts (li->data, alloc->x, alloc->x + 
alloc->width, &top, &bottom);
+}
   else
-panel_window_check_struts (li->data, alloc->x + , alloc->x + 
 + alloc->width, &top, &bottom);
+{
+  /* oops, we don't know the on-screen panel position, find it */
+  panel_window_size_allocate_set_xy (window, alloc->width, 
alloc->height, &x, NULL);
+  panel_window_check_struts (li->data, x, x + alloc->width, &top, 
&bottom);
+}
   window->top_margin = MAX (window->top_margin, top);
   window->bottom_margin = MAX (window->bottom_margin, bottom);
 }
@@ -1367,73 +1373,79 @@ panel_window_size_allocate_set_xy (PanelWindow *window,
   gint value, hight;
 
   /* x-position */
-  switch (window->snap_position)
+  if (return_x != NULL)
 {
-case SNAP_POSITION_NONE:
-case SNAP_POSITION_N:
-case SNAP_POSITION_S:
-  /* clamp base point on screen */
-  value = window->base_x - (window_width / 2);
-  hight = window->area.x + window->area.width - window_width;
-  *return_x = CLAMP (value, window->area.x, hight);
-  break;
+  switch (window->snap_position)
+{
+case SNAP_POSITION_NONE:
+case SNAP_POSITION_N:
+case SNAP_POSITION_S:
+  /* clamp base point on screen */
+  value = window->base_x - (window_width / 2);
+  hight = window->area.x + window->area.width - window_width;
+  *return_x = CLAMP (value, window->area.x, hight);
+  break;
 
-case SNAP_POSITION_W:
-case SNAP_POSITION_NW:
-case SNAP_POSITION_WC:
-case SNAP_POSITION_SW:
-  /* left */
-  *return_x = window->area.x;
-  break;
+case SNAP_POSITION_W:
+case SNAP_POSITION_NW:
+case SNAP_POSITION_WC:
+case SNAP_POSITION_SW:
+  /* left */
+  *return_x = window->area.x;
+  break;
 
-case SNAP_POSITION_E:
-case SNAP_POSITION_NE:
-case SNAP_POSITION_EC:
-case SNAP_POSITION_SE:
-  /* right */
-  *return_x = window->area.x + window->area.width - window_width;
-  break;
+case SNAP_POSITION_E:
+case SNAP_POSITION_NE:
+case SNAP_POSITION_EC:
+case SNAP_POSITION_SE:
+  /* right */
+  *return_x = window->area.x + window->area.width - window_width;
+  break;
 
-case SNAP_POSITION_NC:
-case SNAP_POSITION_SC:
-  /* center */
-  *return_x = window->area.x + (window->area.width - window_width) / 2;
-  break;
+case SNAP_POSITION_NC:
+case SNAP_POSITION_SC:
+  /* center */
+  *return_x = window->area.x + (window->area.width - window_width) / 2;
+  break;
+}
 }
 
   /* y-position */
-  switch (window->snap_position)
+  if (return_y != NULL)
 {
-case SNAP_POSITION_NONE:
-case SNAP_POSITION_E:
-case SNAP_POSITION_W:
-  /* clamp base point on screen */
-  value = window->base_y - (window_height / 2);
-  hight = window->area.y + window->area.height - window->bottom_margin - 
window_height;
-  *return_y = CLAMP (value, window->area.y + window->top_margin, hight);
-  break;
+  switch (window->snap_position)
+{
+case

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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 61fd9ebde23d262d55cefea07b2d8ce78bb8a889 (commit)
   from 12bd01f9a3f3c99f3f46906dbaa3027ecd8effdd (commit)

commit 61fd9ebde23d262d55cefea07b2d8ce78bb8a889
Author: Seong-ho Cho 
Date:   Tue Apr 10 03:21:39 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index 6fda887..0f5e5cd 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -204,7 +204,7 @@ msgstr "동작을 수행하기 위한 메모리가 부족합니다."
 #: ../panel-plugin/cddrive-dialogs.c:31
 #: ../panel-plugin/cddrive.desktop.in.in.h:1
 msgid "CD Drive Monitor"
-msgstr "CD 드라이브 감시자"
+msgstr "CD 드라이브 감시기"
 
 #: ../panel-plugin/cddrive-dialogs.c:355
 msgid "Mounting"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to f23fa80a779bbc902d417233c6665353ec53a20a (commit)
   from b6b5498c1d308736b920f616ec7238a7054e8a68 (commit)

commit f23fa80a779bbc902d417233c6665353ec53a20a
Author: Seong-ho Cho 
Date:   Tue Apr 10 03:20:36 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index 4cf2989..23d9f09 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -510,7 +510,7 @@ msgstr "로그 보기(_V)..."
 #: ../panel-plugin/mailwatch-plugin.c:858
 #: ../panel-plugin/mailwatch.desktop.in.in.h:2
 msgid "Mail Watcher"
-msgstr "메일 감시자"
+msgstr "메일 감시기"
 
 #: ../panel-plugin/mailwatch-plugin.c:829
 #, c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 90bee2354a2f8e0e5ed52f7b2986850f7cef8f6b (commit)
   from 0560ffb2efc4ef304d9c5bfb9c4947f1520fcd38 (commit)

commit 90bee2354a2f8e0e5ed52f7b2986850f7cef8f6b
Author: Seong-ho Cho 
Date:   Tue Apr 10 03:19:44 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index 2b24ded..ecc4f28 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2,7 +2,7 @@
 # Copyright (C) 2008 Roger Seguin et al.
 # This file is distributed under the same license as the xfce4-diskperf-plugin 
package.
 # Seong-ho Cho , 2012
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce 4-diskperf-plugin.master\n"
@@ -10,12 +10,11 @@ msgstr ""
 "POT-Creation-Date: 2012-04-09 17:24+0200\n"
 "PO-Revision-Date: 2012-02-28 14:42+0900\n"
 "Last-Translator: Seong-ho, Cho \n"
-"Language-Team: xfce4-users-kr-i18n \n"
-"Language: \n"
+"Language-Team: xfce4-users-kr-i18n 
\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: \n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
 #: ../panel-plugin/config_gui.c:101
@@ -184,11 +183,11 @@ msgstr ""
 msgid ""
 "Diskperf monitor displays instantaneous disk I/O transfer rates and busy "
 "times"
-msgstr ""
+msgstr "디스크 성능 감시기는 디스크 I/O 전송률과 사용시간을 동시에 보여줍니다"
 
 #: ../panel-plugin/main.c:910
 msgid "Copyright (c) 2003, 2004 Roger Seguin"
-msgstr ""
+msgstr "Copyright (c) 2003, 2004 Roger Seguin"
 
 #: ../panel-plugin/main.c:944 ../panel-plugin/diskperf.desktop.in.h:1
 msgid "Disk Performance Monitor"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to e68ff5443c534e98410a629623bb804cca019cb8 (commit)
   from 92f2f772bc6dcbe26c1bdb3e6072abe8235ddb29 (commit)

commit e68ff5443c534e98410a629623bb804cca019cb8
Author: Seong-ho Cho 
Date:   Tue Apr 10 03:15:39 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |  515 ++---
 1 files changed, 253 insertions(+), 262 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 648627f..4eeb76e 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfwm4 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-09 18:54+0200\n"
-"PO-Revision-Date: 2012-04-08 20:28+0900\n"
+"POT-Creation-Date: 2012-04-09 20:48+\n"
+"PO-Revision-Date: 2012-04-10 10:15+0900\n"
 "Last-Translator: Seong-ho Cho \n"
 "Language-Team: xfce-i18n \n"
 "Language: ko\n"
@@ -83,237 +83,237 @@ msgid "Settings manager socket"
 msgstr "관리자 소켓을 설정합니다"
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-dialog.glade.h:1
-msgid "Window Manager"
-msgstr "창 관리자"
-
-#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:29
 msgid "Configure window behavior and shortcuts"
 msgstr "창 동작 및 바로 가기를 설정합니다"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:1
-msgid "Window Manager Tweaks"
-msgstr "창 관리자 기능향상"
+#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:48
+msgid "Window Manager"
+msgstr "창 관리자"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:2
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:16
 msgid "Fine-tune window behaviour and effects"
 msgstr "창 동작 및 효과 최적화"
 
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:36
+msgid "Window Manager Tweaks"
+msgstr "창 관리자 기능향상"
+
 #: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:1
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:1
+msgid "Configure layout, names and margins"
+msgstr "배치, 이름, 여백을 설정합니다"
+
+#: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:5
 msgid "Workspaces"
 msgstr "작업공간"
 
-#: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:2
-msgid "Configure layout, names and margins"
-msgstr "배치, 이름, 여백을 설정합니다"
+#: ../settings-dialogs/xfwm4-dialog.glade.h:1
+msgid "Box move and resize"
+msgstr "창 이동 및 크기 변경"
+
+#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+msgid "Button layout"
+msgstr "단추 배치"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:3
-msgid "_Theme"
-msgstr "테마(_T)"
+msgid "Double click _action"
+msgstr "두 번 누르기 동작(_A)"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:4
-msgid "Title fon_t"
-msgstr "제목 글꼴(_T)"
+msgid "Focus model"
+msgstr "창 활성 방법"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:5
-msgid "Title _alignment"
-msgstr "창 제목 정렬(_A)"
+msgid "New window focus"
+msgstr "새로운 창 활성화"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:6
-msgid "Click and drag the buttons to change the layout"
-msgstr "배치를 바꾸려면 단추을 누르고 끌어다 놓으십시오."
+msgid "Raise on click"
+msgstr "눌렀을 때 창 올리기"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:7
-msgid "Title"
-msgstr "제목"
+msgid "Raise on focus"
+msgstr "활성된 창 올리기"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:8
-msgid "The window title cannot be removed"
-msgstr "창 제목은 제거할 수 없습니다"
+msgid "Title _alignment"
+msgstr "창 제목 정렬(_A)"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:9
-msgid "Active"
-msgstr "활성화"
+msgid "Title fon_t"
+msgstr "제목 글꼴(_T)"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:10
-msgid "Menu"
-msgstr "메뉴"
+msgid "Window _shortcuts"
+msgstr "창 바로 가기(_S)"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:11
-msgid "Stick"
-msgstr "붙이기"
+msgid "Windows snapping"
+msgstr "창 잡기"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:12
-msgid "Shade"
-msgstr "말아올리기"
+msgid "Wrap workspaces"
+msgstr "작업공간 전환"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:13
-msgid "Minimize"
-msgstr "최소화"
-
-#: ../settings-dialogs/xfwm4-dialog.glade.h:14
-msgid "Maximize"
-msgstr "최대화"
+msgid "_Theme"
+msgstr "테마(_T)"
 
+#. Raise focus delay
 #: ../settings-dialogs/xfwm4-dialog.glade.h:15
-msgid "Close"
-msgstr "닫기"
-
-#: ../settings-dialogs/xfwm4-dialog.glade.h:16
-msgid "Hidden"
-msgstr "숨김"
+msgid "Long"
+msgstr "길게"
 
+#. Raise focus delay
 #: ../settings-dialogs/xfwm4-dialog.glade.h:17
-msgid "Button layout"
-msgstr "단추 배치"
-
-#: ../settings-dialogs/xfwm4-dialog.glade.h:18
-msgid "_Style"
-ms

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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 1d713a8b1149ffbb69c95344a8e18c690dab8995 (commit)
   from 0b325bd8516742181ecd6b6663138af811c94ee2 (commit)

commit 1d713a8b1149ffbb69c95344a8e18c690dab8995
Author: Seong-ho Cho 
Date:   Tue Apr 10 03:12:35 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index 1c913cd..c7f24ae 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -7,9 +7,9 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-session 4.4.0\n"
-"Report-Msgid-Bugs-To: xfce-i18n \n"
-"POT-Creation-Date: 2012-03-29 17:03+\n"
-"PO-Revision-Date: 2012-03-30 06:36+0900\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-04-10 00:42+\n"
+"PO-Revision-Date: 2012-04-10 10:12+0900\n"
 "Last-Translator: Seong-ho Cho \n"
 "Language-Team: xfce-i18n \n"
 "Language: ko\n"
@@ -232,53 +232,54 @@ msgid "_Proceed"
 msgstr "수행(_P)"
 
 #: ../settings/session-editor.c:212
-msgid "You might need to delete some files manually in "
-msgstr "몇몇 파일은 직접 지울 필요가 있습니다"
+#, c-format
+msgid "You might need to delete some files manually in \"%s\"."
+msgstr "\"%s\"의 몇몇 파일은 직접 지울 필요가 있습니다."
 
-#: ../settings/session-editor.c:216
+#: ../settings/session-editor.c:215
 msgid "All Xfce cache files could not be cleared"
 msgstr "모든 Xfce 캐시 파일이 지워질 수 없었습니다"
 
-#: ../settings/session-editor.c:250
+#: ../settings/session-editor.c:249
 #, c-format
 msgid "Are you sure you want to terminate \"%s\"?"
 msgstr "정말로 \"%s\"을(를) 중단하시렵니까?"
 
-#: ../settings/session-editor.c:253
-#: ../settings/session-editor.c:281
+#: ../settings/session-editor.c:252
+#: ../settings/session-editor.c:280
 msgid "Terminate Program"
 msgstr "프로그램 중단"
 
-#: ../settings/session-editor.c:255
+#: ../settings/session-editor.c:254
 msgid "The application will lose any unsaved state and will not be restarted 
in your next session."
 msgstr "프로그램은 저장하지 않은 상태를 잃을 것이며 다음 세션에서 다시 시작 하지 않을 것입니다."
 
-#: ../settings/session-editor.c:257
+#: ../settings/session-editor.c:256
 #: ../settings/xfce4-session-settings.glade.h:40
 msgid "_Quit Program"
 msgstr "프로그램 종료(_Q)"
 
-#: ../settings/session-editor.c:282
+#: ../settings/session-editor.c:281
 msgid "Unable to terminate program."
 msgstr "프로그램을 중단할 수 없습니다."
 
-#: ../settings/session-editor.c:460
+#: ../settings/session-editor.c:459
 msgid "(Unknown program)"
 msgstr "(알 수 없는 프로그램)"
 
-#: ../settings/session-editor.c:680
+#: ../settings/session-editor.c:679
 msgid "Priority"
 msgstr "우선순위"
 
-#: ../settings/session-editor.c:688
+#: ../settings/session-editor.c:687
 msgid "PID"
 msgstr "PID"
 
-#: ../settings/session-editor.c:694
+#: ../settings/session-editor.c:693
 msgid "Program"
 msgstr "프로그램"
 
-#: ../settings/session-editor.c:719
+#: ../settings/session-editor.c:718
 msgid "Restart Style"
 msgstr "다시 시작 방식"
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 0e2d97b0745f78b88b7453d04aba69edd5ae8a5c (commit)
   from 4216cae17128346add6ee17ef12a1f837518b7ac (commit)

commit 0e2d97b0745f78b88b7453d04aba69edd5ae8a5c
Author: Chipong Luo 
Date:   Tue Apr 10 03:05:05 2012 +0200

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

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

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

 po/zh_CN.po |  142 +-
 1 files changed, 71 insertions(+), 71 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 6bc115a..67f4d53 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -16,7 +16,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-panel\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-24 08:57+\n"
+"POT-Creation-Date: 2012-04-10 00:12+\n"
 "PO-Revision-Date: 2010-11-27 21:07+0800\n"
 "Last-Translator: Chipong Luo \n"
 "Language-Team: Chinese (Simplified) \n"
@@ -47,13 +47,13 @@ msgstr "面板"
 
 #. I18N: %s is the name of the plugin
 #: ../libxfce4panel/xfce-panel-plugin.c:1037
-#: ../panel/panel-preferences-dialog.c:1089
+#: ../panel/panel-preferences-dialog.c:1099
 #, c-format
 msgid "Are you sure that you want to remove \"%s\"?"
 msgstr "您确定要移除 “%s” 吗?"
 
 #: ../libxfce4panel/xfce-panel-plugin.c:1042
-#: ../panel/panel-preferences-dialog.c:1092
+#: ../panel/panel-preferences-dialog.c:1102
 msgid "If you remove the item from the panel, it is permanently lost."
 msgstr "如果您从面板移除此项目,它将永远消失。"
 
@@ -193,37 +193,37 @@ msgstr ""
 msgid "No running instance of %s was found"
 msgstr "未发现 %s 的正在运行的实例"
 
-#: ../panel/panel-application.c:215
+#: ../panel/panel-application.c:212
 msgid "Failed to launch the migration application"
 msgstr "无法启动迁移应用程序"
 
-#: ../panel/panel-application.c:955
+#: ../panel/panel-application.c:936
 msgid "Create _Launcher"
 msgstr "创建启动器(_L)"
 
-#: ../panel/panel-application.c:956
+#: ../panel/panel-application.c:937
 msgid ""
 "This will create a new launcher plugin on the panel and inserts the dropped "
 "files as menu items."
 msgstr "这样会在面板上创建一个新的启动器插件并将除去的文件作为菜单项目。"
 
-#: ../panel/panel-application.c:958
+#: ../panel/panel-application.c:939
 #, c-format
 msgid "Create new launcher from %d desktop file"
 msgid_plural "Create new launcher from %d desktop files"
 msgstr[0] "从 %d 桌面文件创建新的启动器"
 
-#: ../panel/panel-application.c:1689
+#: ../panel/panel-application.c:1673
 msgid ""
 "You have started X without session manager. Clicking Quit will close the X "
 "server."
 msgstr "您启动了不带会话管理器的 X。点击退出将关闭此 X 服务器。"
 
-#: ../panel/panel-application.c:1690
+#: ../panel/panel-application.c:1674
 msgid "Are you sure you want to quit the panel?"
 msgstr "您确定要退出此面板吗?"
 
-#: ../panel/panel-application.c:1698
+#: ../panel/panel-application.c:1682
 #, c-format
 msgid "Failed to execute command \"%s\""
 msgstr "无法执行命令 “%s”"
@@ -277,7 +277,7 @@ msgstr "添加新项目"
 msgid "Please choose a panel for the new plugin:"
 msgstr "请为新插件挑选面板:"
 
-#: ../panel/panel-dialogs.c:192 ../panel/panel-preferences-dialog.c:801
+#: ../panel/panel-dialogs.c:192 ../panel/panel-preferences-dialog.c:806
 #, c-format
 msgid "Panel %d"
 msgstr "面板 %d"
@@ -324,41 +324,41 @@ msgstr ""
 "此插件在过去的 %d 秒内重启了不止一次。如果您点击执行,面板会尝试重启此插件,"
 "否则会永远从面板上移除它。"
 
-#: ../panel/panel-preferences-dialog.c:467
+#: ../panel/panel-preferences-dialog.c:472
 msgid "Automatic"
 msgstr "自动"
 
 #. I18N: screen name in the output selector
-#: ../panel/panel-preferences-dialog.c:486
+#: ../panel/panel-preferences-dialog.c:491
 #, c-format
 msgid "Screen %d"
 msgstr "屏幕 %d"
 
 #. I18N: monitor name in the output selector
-#: ../panel/panel-preferences-dialog.c:512
+#: ../panel/panel-preferences-dialog.c:517
 #, c-format
 msgid "Monitor %d"
 msgstr "显示器 %d"
 
-#: ../panel/panel-preferences-dialog.c:867
+#: ../panel/panel-preferences-dialog.c:872
 msgid "The panel and plugin configurations will be permanently removed"
 msgstr "将永远移除面板和插件配置"
 
-#: ../panel/panel-preferences-dialog.c:868
+#: ../panel/panel-preferences-dialog.c:873
 #, c-format
 msgid "Are you sure you want to remove panel %d?"
 msgstr "您确定要移除面板 %d 吗?"
 
 #. I18N: append (external) in the preferences dialog if the plugin
 #. * runs external
-#: ../panel/panel-preferences-dialog.c:953
+#: ../panel/panel-preferences-dialog.c:958
 #, c-format
 msgid "%s (external)"
 msgstr "%s (外部)"
 
 #. I18N: tooltip in preferences dialog when hovering an item in the list
 #. * for external plugins
-#: ../panel/panel-preferences-dialog.c:958
+#: ../panel/panel-preferences-dialog.c:963
 #, c-format
 msgid ""
 "Internal name: %s-%d\n"
@@ -369,7 +369,7 @@ msgstr ""
 
 #. I18N: tooltip in preferences dialog when hovering an item in the list
 #. * for internal plugins
-#: ../panel/panel-preferences-dialog.c:970
+#: ../panel/panel-preferences-dialog.c:975
 #, c-format
 msgid "Internal name: %s-%d"
 msgstr "内部名称:%s-%d"
@@ -715,127 +715,127 @@ msgstr "动作(_A)"
 msgid "_Show confirmation

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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 0b325bd8516742181ecd6b6663138af811c94ee2 (commit)
   from 7056786f6ee62174af482429cea90adaeadce3b0 (commit)

commit 0b325bd8516742181ecd6b6663138af811c94ee2
Author: Chipong Luo 
Date:   Tue Apr 10 02:27:39 2012 +0200

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

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

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

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

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 93c4e53..8ab7ae2 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -351,8 +351,8 @@ msgid ""
 "saved when you logged out last time. Cursive applications belong to another "
 "desktop environment, but you can still enable them if you want."
 msgstr ""
-"以下是您在您登录 Xfce 桌面时会自动启动的应用程序列表,包括您在上次注销时保存"
-"的应用程序。草体的应用程序属于其它桌面环境,但在您需要时您仍然可以启动它们。"
+"以下是您在登录 Xfce 桌面时会自动启动的应用程序列表,包括您在上次注销时保存"
+"的应用程序。草体的应用程序属于其它桌面环境,但在需要时您仍然可以启动它们。"
 
 #: ../settings/xfae-window.c:293
 #, c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 7056786f6ee62174af482429cea90adaeadce3b0 (commit)
   from 70154efbd0345a1e6c697d4877167ed0ecfa9adf (commit)

commit 7056786f6ee62174af482429cea90adaeadce3b0
Author: Chipong Luo 
Date:   Tue Apr 10 02:25:13 2012 +0200

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

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

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

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

diff --git a/po/zh_CN.po b/po/zh_CN.po
index a88f370..93c4e53 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -14,7 +14,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-session\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-26 19:27+\n"
+"POT-Creation-Date: 2012-04-09 18:57+\n"
 "PO-Revision-Date: 2010-04-06 13:28+0800\n"
 "Last-Translator: Chipong Luo \n"
 "Language-Team: Chinese (Simplified) \n"
@@ -237,54 +237,55 @@ msgid "_Proceed"
 msgstr "继续(_P)"
 
 #: ../settings/session-editor.c:212
-msgid "You might need to delete some files manually in "
-msgstr "您可能需要手动删除一些文件于"
+#, c-format
+msgid "You might need to delete some files manually in \"%s\"."
+msgstr "您可能需要在 “%s” 中手动删除一些文件。"
 
-#: ../settings/session-editor.c:216
+#: ../settings/session-editor.c:215
 msgid "All Xfce cache files could not be cleared"
 msgstr "所有 Xfce 缓存文件都未能清除"
 
-#: ../settings/session-editor.c:250
+#: ../settings/session-editor.c:249
 #, c-format
 msgid "Are you sure you want to terminate \"%s\"?"
 msgstr "您确定要终止 “%s” 吗?"
 
-#: ../settings/session-editor.c:253 ../settings/session-editor.c:281
+#: ../settings/session-editor.c:252 ../settings/session-editor.c:280
 msgid "Terminate Program"
 msgstr "终止程序"
 
-#: ../settings/session-editor.c:255
+#: ../settings/session-editor.c:254
 msgid ""
 "The application will lose any unsaved state and will not be restarted in "
 "your next session."
 msgstr "此应用程序会丢失任何未保存的状态且在您下次登录时不会重启。"
 
-#: ../settings/session-editor.c:257
+#: ../settings/session-editor.c:256
 #: ../settings/xfce4-session-settings.glade.h:40
 msgid "_Quit Program"
 msgstr "退出程序(_Q)"
 
-#: ../settings/session-editor.c:282
+#: ../settings/session-editor.c:281
 msgid "Unable to terminate program."
 msgstr "未能终止程序。"
 
-#: ../settings/session-editor.c:460
+#: ../settings/session-editor.c:459
 msgid "(Unknown program)"
 msgstr "(未知程序)"
 
-#: ../settings/session-editor.c:680
+#: ../settings/session-editor.c:679
 msgid "Priority"
 msgstr "优先级"
 
-#: ../settings/session-editor.c:688
+#: ../settings/session-editor.c:687
 msgid "PID"
 msgstr "PID"
 
-#: ../settings/session-editor.c:694
+#: ../settings/session-editor.c:693
 msgid "Program"
 msgstr "程序"
 
-#: ../settings/session-editor.c:719
+#: ../settings/session-editor.c:718
 msgid "Restart Style"
 msgstr "重启样式"
 
@@ -350,9 +351,8 @@ msgid ""
 "saved when you logged out last time. Cursive applications belong to another "
 "desktop environment, but you can still enable them if you want."
 msgstr ""
-"以下是您在您登录 Xfce 桌面时会自动启动的应用程序列表,包括您在上次"
-"注销时保存的应用程序。草体的应用程序属于其它桌面环境,但在您需要时您"
-"仍然可以启动它们。"
+"以下是您在您登录 Xfce 桌面时会自动启动的应用程序列表,包括您在上次注销时保存"
+"的应用程序。草体的应用程序属于其它桌面环境,但在您需要时您仍然可以启动它们。"
 
 #: ../settings/xfae-window.c:293
 #, c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 0560ffb2efc4ef304d9c5bfb9c4947f1520fcd38 (commit)
   from d642e723a503709ce1b2078093399f320c80f7ad (commit)

commit 0560ffb2efc4ef304d9c5bfb9c4947f1520fcd38
Author: Chipong Luo 
Date:   Tue Apr 10 02:17:53 2012 +0200

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

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

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

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

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 8515c79..5b3b740 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -185,11 +185,11 @@ msgstr ""
 msgid ""
 "Diskperf monitor displays instantaneous disk I/O transfer rates and busy "
 "times"
-msgstr ""
+msgstr "Diskperf 监视器显示磁盘的瞬时吞吐率和负载时间"
 
 #: ../panel-plugin/main.c:910
 msgid "Copyright (c) 2003, 2004 Roger Seguin"
-msgstr ""
+msgstr "版权 (c) 2003、2004,Roger Seguin"
 
 #: ../panel-plugin/main.c:944 ../panel-plugin/diskperf.desktop.in.h:1
 msgid "Disk Performance Monitor"
@@ -216,7 +216,7 @@ msgstr "显示磁盘性能"
 #~ msgstr ""
 #~ "%s %s-磁盘性能监视器\n"
 #~ "在 Linux 和 NetBSD 系统上显示磁盘瞬时\n"
-#~ "吞吐量和负载时间\n"
+#~ "吞吐率和负载时间\n"
 #~ "\n"
 #~ "版权 2003, 2004 Roger Seguin \n"
 #~ "NetBSD 统计作品集:版权 2003 Benedikt Meurer\n"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 92f2f772bc6dcbe26c1bdb3e6072abe8235ddb29 (commit)
   from f5bb17f11a4dc39e114317c36b030b0d011e5680 (commit)

commit 92f2f772bc6dcbe26c1bdb3e6072abe8235ddb29
Author: Chipong Luo 
Date:   Tue Apr 10 02:06:57 2012 +0200

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

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

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

 po/zh_CN.po |  505 +--
 1 files changed, 252 insertions(+), 253 deletions(-)

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

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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to f5bb17f11a4dc39e114317c36b030b0d011e5680 (commit)
   from ff470ab9d1784c3d175db29a306b4e541bad (commit)

commit f5bb17f11a4dc39e114317c36b030b0d011e5680
Author: Henrique P. Machado 
Date:   Mon Apr 9 23:47:14 2012 +0200

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

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

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

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

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

[Xfce4-commits] Make the icon optional (bug #7520)

2012-04-09 Thread Landry Breuil
Updating branch refs/heads/master
 to 4c05471e855a5e83ef334873cdaef9754e12c2f0 (commit)
   from 99df4adb72c20c38b02c5799a99353cdf07cb2e1 (commit)

commit 4c05471e855a5e83ef334873cdaef9754e12c2f0
Author: Landry Breuil 
Date:   Mon Apr 9 22:56:46 2012 +0200

Make the icon optional (bug #7520)

add a checkbox allowing to hide/show the icon, and the necessary
callbacks/config save/reading. Adapted from debian bug #552765.

 panel-plugin/wavelan.c |   32 +++-
 1 files changed, 31 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/wavelan.c b/panel-plugin/wavelan.c
index 94660a4..fc381bf 100644
--- a/panel-plugin/wavelan.c
+++ b/panel-plugin/wavelan.c
@@ -57,6 +57,7 @@ typedef struct
   gboolean autohide;
   gboolean autohide_missing;
   gboolean signal_colors;
+  gboolean show_icon;
 
   int size;
   GtkOrientation orientation;
@@ -118,6 +119,12 @@ wavelan_set_state(t_wavelan *wavelan, gint state)
   else
gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(wavelan->signal), 0.0);
 
+  /* hide icon */
+  if (wavelan->show_icon)
+gtk_widget_show(wavelan->image);
+  else
+gtk_widget_hide(wavelan->image);
+
   /* hide if no network & autohide or if no card found */
   if (wavelan->autohide && state == 0)
 gtk_widget_hide(wavelan->ebox);
@@ -266,6 +273,7 @@ wavelan_read_config(XfcePanelPlugin *plugin, t_wavelan 
*wavelan)
   wavelan->autohide = xfce_rc_read_bool_entry (rc, "Autohide", FALSE);
   wavelan->autohide_missing = xfce_rc_read_bool_entry(rc, 
"AutohideMissing", FALSE);
   wavelan->signal_colors = xfce_rc_read_bool_entry(rc, "SignalColors", 
FALSE);
+  wavelan->show_icon = xfce_rc_read_bool_entry(rc, "ShowIcon", FALSE);
 }
   }
 
@@ -298,6 +306,7 @@ wavelan_new(XfcePanelPlugin *plugin)
   wavelan->autohide_missing = FALSE;
 
   wavelan->signal_colors = TRUE;
+  wavelan->show_icon = TRUE;
 
   wavelan->plugin = plugin;
   
@@ -404,6 +413,7 @@ wavelan_write_config(XfcePanelPlugin *plugin, t_wavelan 
*wavelan)
   xfce_rc_write_bool_entry (rc, "Autohide", wavelan->autohide);
   xfce_rc_write_bool_entry (rc, "AutohideMissing", wavelan->autohide_missing);
   xfce_rc_write_bool_entry (rc, "SignalColors", wavelan->signal_colors);
+  xfce_rc_write_bool_entry (rc, "ShowIcon", wavelan->show_icon);
 
   xfce_rc_close(rc);
   
@@ -469,6 +479,15 @@ wavelan_autohide_missing_changed(GtkToggleButton *button, 
t_wavelan *wavelan)
   wavelan_set_state(wavelan, wavelan->state);
 }
 
+/* show icon callback */
+static void
+wavelan_show_icon_changed(GtkToggleButton *button, t_wavelan *wavelan)
+{
+  TRACE ("Entered wavelan_show_icon_changed");
+  wavelan->show_icon = gtk_toggle_button_get_active(button);
+  wavelan_set_state(wavelan, wavelan->state);
+}
+
 /* signal colors callback */
 static void
 wavelan_signal_colors_changed(GtkToggleButton *button, t_wavelan *wavelan)
@@ -493,7 +512,7 @@ static void
 wavelan_create_options (XfcePanelPlugin *plugin, t_wavelan *wavelan)
 {
   GtkWidget *dlg, *hbox, *label, *interface, *vbox, *autohide;
-  GtkWidget *autohide_missing, *warn_label, *signal_colors;
+  GtkWidget *autohide_missing, *warn_label, *signal_colors, *show_icon;
   GtkWidget *combo;
   GList *interfaces, *lp;
 
@@ -584,6 +603,17 @@ wavelan_create_options (XfcePanelPlugin *plugin, t_wavelan 
*wavelan)
   gtk_box_pack_start(GTK_BOX(hbox), signal_colors, TRUE, TRUE, 1);
   gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 1);
 
+  hbox = gtk_hbox_new(FALSE, 2);
+  gtk_widget_show(hbox);
+  show_icon = gtk_check_button_new_with_label(_("Show icon"));
+  gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(show_icon), 
+  wavelan->show_icon);
+  g_signal_connect(show_icon, "toggled", 
+  G_CALLBACK(wavelan_show_icon_changed), wavelan);
+  gtk_widget_show(show_icon);
+  gtk_box_pack_start(GTK_BOX(hbox), show_icon, TRUE, TRUE, 1);
+  gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 1);
+
   for (lp = interfaces; lp != NULL; lp = lp ->next)
 g_free (lp->data);
   g_list_free (interfaces);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Slovak (sk) translation to 76%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to dada54baebb66cec2b673a00bc3f177b73ace341 (commit)
   from 3b22bb99ae0b116013f85d741e88e97e93fcb2e9 (commit)

commit dada54baebb66cec2b673a00bc3f177b73ace341
Author: Slavko 
Date:   Mon Apr 9 22:34:14 2012 +0200

l10n: Updated Slovak (sk) translation to 76%

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

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

 po/sk.po |   13 +
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/po/sk.po b/po/sk.po
index 70d76c6..3d6f926 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -3,7 +3,7 @@
 # Copyright (C) 2012 THE xfce4-embed-plugin'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the xfce4-embed-plugin 
package.
 # Slavko , 2012.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-embed-plugin\n"
@@ -12,13 +12,14 @@ msgstr ""
 "PO-Revision-Date: 2012-04-09 22:21+0200\n"
 "Last-Translator: Slavko \n"
 "Language-Team: slovenčina \n"
-"Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: sk\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #: ../panel-plugin/embed.c:48
+#, fuzzy
 msgid "Embed"
 msgstr "Vsadiť"
 
@@ -29,6 +30,7 @@ msgstr "Zobraziť _mimo"
 
 #. embed menu item, shown by default.
 #: ../panel-plugin/embed.c:249
+#, fuzzy
 msgid "_Embed"
 msgstr "_Vsadiť"
 
@@ -51,6 +53,7 @@ msgid "Input is invalid"
 msgstr "Vstup nie je platný"
 
 #: ../panel-plugin/embed-dialogs.c:317 ../panel-plugin/embed.desktop.in.h:1
+#, fuzzy
 msgid "Embed Plugin"
 msgstr "Zásuvný modul Vsadiť"
 
@@ -59,7 +62,7 @@ msgid "Application Launching"
 msgstr "Spúšťanie aplikácie"
 
 #: ../panel-plugin/embed-dialogs.c:328
-#, c-format
+#, c-format, fuzzy
 msgid ""
 "If a window is not found (or there are no criteria), a command can\n"
 "optionally be launched. The command can either result in a window\n"
@@ -93,6 +96,7 @@ msgid "Selection Criteria"
 msgstr "Kritéria výberu"
 
 #: ../panel-plugin/embed-dialogs.c:350
+#, fuzzy
 msgid ""
 "The window to embed must match all of the non-blank criteria.\n"
 "Leave everything blank to rely on a launch command with socket ID."
@@ -141,7 +145,7 @@ msgid "Display"
 msgstr "Zobraziť"
 
 #: ../panel-plugin/embed-dialogs.c:376
-#, c-format
+#, c-format, fuzzy
 msgid ""
 "Leave blank to hide the label\n"
 "%s expands to the embedded window's title"
@@ -166,6 +170,7 @@ msgid "Minimum _size (px)"
 msgstr "Minimálna veľkosť [px]"
 
 #: ../panel-plugin/embed-dialogs.c:390
+#, fuzzy
 msgid ""
 "Minimum size of the embedded window\n"
 "Set to 0 to keep the original window size"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: initial Slovak upload

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 3b22bb99ae0b116013f85d741e88e97e93fcb2e9 (commit)
   from 31fb9fa8c8dbd112578280eed85c299a32594ed0 (commit)

commit 3b22bb99ae0b116013f85d741e88e97e93fcb2e9
Author: Slavko 
Date:   Mon Apr 9 22:22:13 2012 +0200

l10n: initial Slovak upload

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

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

 po/{id.po => sk.po} |   98 +-
 1 files changed, 49 insertions(+), 49 deletions(-)

diff --git a/po/id.po b/po/sk.po
similarity index 62%
copy from po/id.po
copy to po/sk.po
index 34926b8..70d76c6 100644
--- a/po/id.po
+++ b/po/sk.po
@@ -1,60 +1,62 @@
-# Indonesian translations for xfce4-embed-plugin package.
+# Slovak translations for xfce4-embed-plugin package
+# Slovenské preklady pre balík xfce4-embed-plugin.
 # Copyright (C) 2012 THE xfce4-embed-plugin'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the xfce4-embed-plugin 
package.
-# Andhika Padmawan , 2012.
+# Slavko , 2012.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-embed-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-04 00:54+\n"
-"PO-Revision-Date: 2012-03-04 12:06+0700\n"
-"Last-Translator: Andhika Padmawan \n"
-"Language-Team: Indonesian \n"
-"Language: id\n"
+"POT-Creation-Date: 2012-04-09 17:45+\n"
+"PO-Revision-Date: 2012-04-09 22:21+0200\n"
+"Last-Translator: Slavko \n"
+"Language-Team: slovenčina \n"
+"Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #: ../panel-plugin/embed.c:48
 msgid "Embed"
-msgstr "Tanam"
+msgstr "Vsadiť"
 
 #. pop out menu item, not shown by default
 #: ../panel-plugin/embed.c:244
 msgid "Pop _Out"
-msgstr "_Keluar"
+msgstr "Zobraziť _mimo"
 
 #. embed menu item, shown by default.
 #: ../panel-plugin/embed.c:249
 msgid "_Embed"
-msgstr "_Tanam"
+msgstr "_Vsadiť"
 
 #. focus menu item, not shown by default
 #: ../panel-plugin/embed.c:255
 msgid "_Focus"
-msgstr "_Fokus"
+msgstr "_Zameranie"
 
 #: ../panel-plugin/embed-dialogs.c:51
 #, c-format
 msgid "Unable to open the following url: %s"
-msgstr "Tak dapat membuka url berikut: %s"
+msgstr "Nemožno otvoriť nasledujúcu URL: %s"
 
 #: ../panel-plugin/embed-dialogs.c:100
 msgid "Input is valid"
-msgstr "Masukan sah"
+msgstr "Vstup je platný"
 
 #: ../panel-plugin/embed-dialogs.c:105
 msgid "Input is invalid"
-msgstr "Masukan tidak sah"
+msgstr "Vstup nie je platný"
 
 #: ../panel-plugin/embed-dialogs.c:317 ../panel-plugin/embed.desktop.in.h:1
 msgid "Embed Plugin"
-msgstr "Plugin Tanam"
+msgstr "Zásuvný modul Vsadiť"
 
 #: ../panel-plugin/embed-dialogs.c:326
 msgid "Application Launching"
-msgstr "Peluncur Aplikasi"
+msgstr "Spúšťanie aplikácie"
 
 #: ../panel-plugin/embed-dialogs.c:328
 #, c-format
@@ -64,10 +66,10 @@ msgid ""
 "that matches the below criteria, or it can use the socket ID passed\n"
 "to it (%s) to embed itself automatically."
 msgstr ""
-"Jika sebuah jendela tidak ditemukan (atau tidak ada kriteria), perintah\n"
-"dapat dijalankan secara opsional. Perintah dapat dihasilkan dalam jendela\n"
-"yang cocok dengan kriteria di bawah, atau dapat menggunakan ID soket\n"
-"yang dilewatkan (%s) untuk menanamkan perintah secara otomatis."
+"Ak nie je okno nájdené (alebo nie sú zadané kritériá), môže byť\n"
+"voliteľne spustený príkaz. Príkaz môže buď otvoriť okno, ktoré\n"
+"zodpovedá nižšie zadaným kritériám  criteria, alebo môže ako\n"
+"parameter použiť ID soketu (%s) na jeho automatické vsadenie."
 
 #: ../panel-plugin/embed-dialogs.c:336
 #, c-format
@@ -75,12 +77,12 @@ msgid ""
 "Leave blank to not launch anything\n"
 "%s expands to the socket ID"
 msgstr ""
-"Biarkan kosong untuk tidak menjalankan apapun\n"
-"%s meluaskan ke ID soket"
+"Nechajte prázdne, aby nebolo spúšťané nič\n"
+"%s bude nahradené ID soketu"
 
 #: ../panel-plugin/embed-dialogs.c:339
 msgid "L_aunch command"
-msgstr "J_alankan perintah"
+msgstr "Spustiť prík_az"
 
 #. poll_delay
 #. No UI element. Generally polling is unnecessary, unless you have a very
@@ -88,57 +90,55 @@ msgstr "J_alankan perintah"
 #. * identifiable when it is mapped.
 #: ../panel-plugin/embed-dialogs.c:348
 msgid "Selection Criteria"
-msgstr "Kriteria Pilihan"
+msgstr "Kritéria výberu"
 
 #: ../panel-plugin/embed-dialogs.c:350
 msgid ""
 "The window to embed must match all of the non-blank criteria.\n"
 "Leave everything blank to rely on a launch command with socket ID."
 msgstr ""
-"Jendela untuk ditanam harus cocok dengan semua kriteria yang tidak "
-"dikosongkan.\n"
-"Biarkan semuanya kosong untuk mengandalkan perintah luncurkan dengan "
-"ID soket."
+"Okno na vsadenie musí vyhovovať všetkým zo zadaných neprázdnych kritérií.\n"
+"Nechajte prázdne, na spustenie príkazu s ID soketu."
 
 #: ../panel-plugin/embed-dialogs.c:354
 msgid "_Pro

[Xfce4-commits] l10n: Updated Turkish (tr) translation to 65%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 298efe47de7411d2beb55430bec0fb3912f89d39 (commit)
   from 74cb36354a9f15d9c624f29631c4613bf2667a91 (commit)

commit 298efe47de7411d2beb55430bec0fb3912f89d39
Author: Alper Tekinalp 
Date:   Mon Apr 9 22:20:06 2012 +0200

l10n: Updated Turkish (tr) translation to 65%

New status: 174 messages complete with 10 fuzzies and 83 untranslated.

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

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

diff --git a/po/tr.po b/po/tr.po
index 58341be..19ae2ee 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -850,7 +850,7 @@ msgstr "%l:%M %p"
 #. i18n: strftime format for hour and minute, 24 hours
 #: ../postler/postler-content.vala:442
 msgid "%H:%M"
-msgstr ""
+msgstr "%H:%M"
 
 #: ../postler/postler-content.vala:444
 msgid "Today"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Turkish (tr) translation to 64%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 74cb36354a9f15d9c624f29631c4613bf2667a91 (commit)
   from 5bc4f86a4b7ebd58d6e34617ec2730bd72d224e7 (commit)

commit 74cb36354a9f15d9c624f29631c4613bf2667a91
Author: Alper Tekinalp 
Date:   Mon Apr 9 22:18:54 2012 +0200

l10n: Updated Turkish (tr) translation to 64%

New status: 173 messages complete with 10 fuzzies and 84 untranslated.

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

 po/tr.po |   40 ++--
 1 files changed, 10 insertions(+), 30 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 760dd8f..58341be 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-04 15:12+\n"
+"POT-Creation-Date: 2012-04-09 16:06+\n"
 "PO-Revision-Date: 2011-09-16 00:09+0300\n"
 "Last-Translator: Alper Tekinalp \n"
 "Language-Team: Turkish\n"
@@ -19,7 +19,6 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: ../data/postler.desktop.in.h:1
-#, fuzzy
 msgid "Lean mail interface"
 msgstr "Yalın posta arayüzü"
 
@@ -65,7 +64,6 @@ msgid "Junk"
 msgstr "Ivır zıvır"
 
 #: ../postler/postler-accounts.vala:176
-#, fuzzy
 msgid "Failed to find a root certificate file."
 msgstr "Kök sertifika dosyası bulunamadı."
 
@@ -79,7 +77,7 @@ msgid "Failed to remove \"%s\""
 msgstr "\"%s\" kaldırılamadı"
 
 #: ../postler/postler-accounts.vala:402
-#, fuzzy, c-format
+#, c-format
 msgid "Invalid type \"%s\""
 msgstr "Geçersiz tip \"%s\""
 
@@ -246,7 +244,6 @@ msgid "_Addressbook"
 msgstr "_Adres Defteri"
 
 #: ../postler/postler-app.vala:94
-#, fuzzy
 msgid "Archi_ve"
 msgstr "Arşi_v"
 
@@ -261,7 +258,6 @@ msgid "_Forward"
 msgstr "İl_eri"
 
 #: ../postler/postler-app.vala:111
-#, fuzzy
 msgid "Mark as _Important"
 msgstr "Önemli olarak işaretle"
 
@@ -275,12 +271,10 @@ msgid "Mark as Not Junk"
 msgstr "Gereksiz Değil olarak işaretle"
 
 #: ../postler/postler-app.vala:114
-#, fuzzy
 msgid "Mark as _Unread"
 msgstr "Okunmamış olarak işaretle"
 
 #: ../postler/postler-app.vala:115
-#, fuzzy
 msgid "New _Message"
 msgstr "Yeni İleti"
 
@@ -301,17 +295,15 @@ msgid "_Receive Mail"
 msgstr "_Postaları Al"
 
 #: ../postler/postler-app.vala:176
-#, fuzzy
 msgid "Failed to launch external application."
 msgstr "Harici uygulama başlatılamadı."
 
 #: ../postler/postler-app.vala:195 ../postler/postler-content.vala:274
-#, fuzzy
 msgid "Failed to execute external command."
 msgstr "Harici komut çalıştırılamadı."
 
 #: ../postler/postler-app.vala:212
-#, fuzzy, c-format
+#, c-format
 msgid "Failed to open \"%s\"."
 msgstr "\"%s\" açılamadı."
 
@@ -336,7 +328,7 @@ msgstr[0] "%d yeni mesajınız var"
 msgstr[1] "%d yeni mesajınız var"
 
 #: ../postler/postler-bureau.vala:224
-#, fuzzy, c-format
+#, c-format
 msgid "A saved search with the name \"%s\" already exists."
 msgstr "\"%s\" isimli kayıtlı bir arama zaten var."
 
@@ -372,12 +364,10 @@ msgid "Compose a new message"
 msgstr "Yeni bir ileti oluştur"
 
 #: ../postler/postler-bureau.vala:374
-#, fuzzy
 msgid "Reply to the sender of the message"
 msgstr "İletinin göndericisine yanıtla"
 
 #: ../postler/postler-bureau.vala:376
-#, fuzzy
 msgid "Reply to all recipients"
 msgstr "Bütün alıcılara yanıtla"
 
@@ -411,18 +401,16 @@ msgid "Cancel operation on messages"
 msgstr "İleti ile ilgili işlemleri iptal et"
 
 #: ../postler/postler-bureau.vala:391
-#, fuzzy
 msgid "_Previous Unread Message"
-msgstr "Önceki okunmamış ileti"
+msgstr "_Önceki Okunmamış İleti"
 
 #: ../postler/postler-bureau.vala:392
 msgid "Go to the previous unread message"
 msgstr "Bir önceki okunmamış mesaja git"
 
 #: ../postler/postler-bureau.vala:393
-#, fuzzy
 msgid "_Next Unread Message"
-msgstr "Sonraki okunmamış ileti"
+msgstr "_Sonraki Okunmamış İleti"
 
 #: ../postler/postler-bureau.vala:394
 msgid "Go to the next unread message"
@@ -433,7 +421,6 @@ msgid "Quit the application"
 msgstr "Uygulamadan çık"
 
 #: ../postler/postler-bureau.vala:397 ../postler/postler-composer.vala:500
-#, fuzzy
 msgid "_Edit"
 msgstr "_Düzenle"
 
@@ -482,9 +469,8 @@ msgid "View the message in fullscreen"
 msgstr "Mesajı tam ekran olarak görüntüle"
 
 #: ../postler/postler-bureau.vala:413 ../postler/postler-content.vala:328
-#, fuzzy
 msgid "View _Source"
-msgstr "Kaynağı göster"
+msgstr "Kaynağı _Göster"
 
 #: ../postler/postler-bureau.vala:414
 msgid "View the source of the message"
@@ -495,21 +481,18 @@ msgid "Setup a new account"
 msgstr "Yeni bir hesap kur"
 
 #: ../postler/postler-bureau.vala:417
-#, fuzzy
 msgid "_Report a Problem..."
-msgstr "Bi_r sorun bildir"
+msgstr "Bi_r Sorun Bildir..."
 
 #: ../postler/postler-bureau.vala:418
 msgid "Report a Problem..."
 msgstr "Bir Ploblem Bildir..."
 
 #: ../postler/postler-bureau.vala:419
-#, fuzzy
 msgid "_Help"
 msgstr "_Yardım"
 
 #: ../postler/postler-bureau.vala:420
-#, fuzzy
 msgid "_Shortcuts"
 msgstr "_Kısayollar"
 
@@ -656,7 +639,6 @@ msgid "Set up y

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

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

commit b89d7823fb2a7835b5cdcd2eab910fbba8255896
Author: Alper Tekinalp 
Date:   Mon Apr 9 22:16:07 2012 +0200

l10n: Updated Turkish (tr) translation to 100%

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

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

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

diff --git a/po/tr.po b/po/tr.po
index 08047ff..605787f 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-04 11:45+\n"
+"POT-Creation-Date: 2012-04-09 16:54+\n"
 "PO-Revision-Date: 2011-09-16 00:16+0300\n"
 "Last-Translator: Alper Tekinalp \n"
 "Language-Team: Turkish\n"
@@ -23,7 +23,6 @@ msgid "Configuration format changed."
 msgstr "Yapılandırma formatı değişti."
 
 #: ../src/transd.c:117
-#, fuzzy
 msgid ""
 "Transd now uses a new configuration file format.  Please see the README for "
 "details.  Transd will now exit."
@@ -32,9 +31,9 @@ msgstr ""
 "için README dosyasına bakınız. Transd şimdi kapanacaktır."
 
 #: ../transd.desktop.in.h:1
-#, fuzzy
 msgid "Daemon which monitors windows and sets transparency based on rulesets"
-msgstr "Pencereleri izleyen ve  onların saydamlığını kurallara göre ayarlayan 
istemci"
+msgstr ""
+"Pencereleri izleyen ve  onların saydamlığını kurallara göre ayarlayan istemci"
 
 #: ../transd.desktop.in.h:2
 msgid "Transparency Daemon"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Turkish (tr) translation to 64%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 1eee975f2bc77b1d1eb954642b213ee5784d291e (commit)
   from 56b03651441cf17ad70e06cf1a9e466b43e8ccc6 (commit)

commit 1eee975f2bc77b1d1eb954642b213ee5784d291e
Author: Alper Tekinalp 
Date:   Mon Apr 9 22:14:38 2012 +0200

l10n: Updated Turkish (tr) translation to 64%

New status: 69 messages complete with 2 fuzzies and 36 untranslated.

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

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

diff --git a/doc/po/tr.po b/doc/po/tr.po
index 0dfb96c..e7ba33d 100644
--- a/doc/po/tr.po
+++ b/doc/po/tr.po
@@ -74,7 +74,7 @@ msgstr "Terminal"
 
 #: Terminal.1.xml51(arg)
 msgid "OPTION"
-msgstr ""
+msgstr "SEÇENEK"
 
 #: Terminal.1.xml56(title)
 msgid "Description"
@@ -218,8 +218,9 @@ msgid "display"
 msgstr ""
 
 #: Terminal.1.xml175(option)
+#, fuzzy
 msgid "--default-display="
-msgstr ""
+msgstr "--default-display="
 
 #: Terminal.1.xml178(para)
 msgid "Default X display to use."
@@ -252,8 +253,9 @@ msgid ""
 msgstr ""
 
 #: Terminal.1.xml207(option)
+#, fuzzy
 msgid "--window"
-msgstr ""
+msgstr "--window"
 
 #: Terminal.1.xml210(para)
 msgid ""
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 4976f25e07cb9aac345e5d69eb43be807bb27b83 (commit)
   from 3f594b0104e2ac7587f6aad00c1d81bf88d17e92 (commit)

commit 4976f25e07cb9aac345e5d69eb43be807bb27b83
Author: Alper Tekinalp 
Date:   Mon Apr 9 22:13:30 2012 +0200

l10n: Updated Turkish (tr) translation to 100%

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

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

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

diff --git a/po-doc/tr.po b/po-doc/tr.po
index 76f5075..02d31e8 100644
--- a/po-doc/tr.po
+++ b/po-doc/tr.po
@@ -440,7 +440,6 @@ msgid "The -r option"
 msgstr "-r seçeneği"
 
 #: ../docs/manual/C/index.xml.in338(para)
-#, fuzzy
 msgid ""
 "The -r option allows you to select a region to be "
 "captured by clicking and dragging a rectangle over the area of screen that "
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Turkish (tr) translation to 18%

2012-04-09 Thread Transifex
Updating branch refs/heads/xfce4-clipman-plugin-master
 to 5f2b560b33b52947e52f037a015e745467b5fc72 (commit)
   from 73da58139224b82c959740cd977ea35ea7a30752 (commit)

commit 5f2b560b33b52947e52f037a015e745467b5fc72
Author: Alper Tekinalp 
Date:   Mon Apr 9 22:12:38 2012 +0200

l10n: Updated Turkish (tr) translation to 18%

New status: 20 messages complete with 10 fuzzies and 77 untranslated.

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

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

diff --git a/po/tr.po b/po/tr.po
index 9d78420..34f059f 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -26,7 +26,7 @@ msgstr "translator-credits"
 msgctxt "_"
 msgid ""
 "external ref='media/clipman-menu.png' md5='2ecbf46ddafdeec3ec7ea525668d7780'"
-msgstr ""
+msgstr "external ref='media/clipman-menu.png' 
md5='2ecbf46ddafdeec3ec7ea525668d7780'"
 
 #. This is a reference to an external file such as an image or video. When
 #. the file changes, the md5 hash will change to let you know you need to
@@ -37,14 +37,13 @@ msgctxt "_"
 msgid ""
 "external ref='media/clipman-settings-general.png' "
 "md5='5990cc09cbafdeaf569abbabb2afc613'"
-msgstr ""
+msgstr "external ref='media/clipman-settings-general.png' 
md5='5990cc09cbafdeaf569abbabb2afc613'"
 
 #. This is a reference to an external file such as an image or video. When
 #. the file changes, the md5 hash will change to let you know you need to
 #. update your localized copy. The msgstr is not used at all. Set it to
 #. whatever you like once you have updated your copy of the file.
 #: index.page155(media)
-#, fuzzy
 msgctxt "_"
 msgid ""
 "external ref='media/clipman-settings-actions.png' "
@@ -62,7 +61,7 @@ msgctxt "_"
 msgid ""
 "external ref='media/clipman-action-dialog.png' "
 "md5='e5482cc7f45adfa8ef80af2d219d8522'"
-msgstr ""
+msgstr "external ref='media/clipman-action-dialog.png' 
md5='e5482cc7f45adfa8ef80af2d219d8522'"
 
 #. This is a reference to an external file such as an image or video. When
 #. the file changes, the md5 hash will change to let you know you need to
@@ -73,7 +72,7 @@ msgctxt "_"
 msgid ""
 "external ref='media/clipman-settings-tweaks.png' "
 "md5='a0f42f21f60477031fc38ba390352449'"
-msgstr ""
+msgstr "external ref='media/clipman-settings-tweaks.png' 
md5='a0f42f21f60477031fc38ba390352449'"
 
 #: index.page9(info/title)
 msgctxt "text"
@@ -82,7 +81,7 @@ msgstr ""
 
 #: index.page10(info/desc)
 msgid "User documentation"
-msgstr ""
+msgstr "Kullanıcı belgelendirmesi"
 
 #: index.page17(license/p)
 msgid ""
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to b559900ae9602c028bde542113b554b8fc68d2e9 (commit)
   from 14fdfb5abb54ce4e4522bf355ed2fbfa1155722c (commit)

commit b559900ae9602c028bde542113b554b8fc68d2e9
Author: Alper Tekinalp 
Date:   Mon Apr 9 22:10:57 2012 +0200

l10n: Updated Turkish (tr) translation to 89%

New status: 61 messages complete with 5 fuzzies and 2 untranslated.

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

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

diff --git a/po/tr.po b/po/tr.po
index 05fd8ad..5b5adf8 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-appfinder 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-04 16:15+\n"
+"POT-Creation-Date: 2012-04-09 17:09+\n"
 "PO-Revision-Date: 2009-01-30 18:10+0200\n"
 "Last-Translator: Gökmen Görgen \n"
 "Language-Team: Turkish \n"
@@ -66,7 +66,6 @@ msgid "Are you sure you want to clear the command history?"
 msgstr "Komut geçmişini temizlemek istediğinizden emin misiniz?"
 
 #: ../src/appfinder-preferences.c:333
-#, fuzzy
 msgid "The custom action will be deleted permanently."
 msgstr "Özelleştirilmiş davranış kalıcı olarak silinecektir."
 
@@ -85,6 +84,10 @@ msgstr "Uygulama Bulucu"
 msgid "Toggle view mode"
 msgstr "Görünüm moduna geç"
 
+#: ../src/appfinder-window.c:363
+msgid "La_unch"
+msgstr "Ça_lıştır"
+
 #: ../src/appfinder-window.c:798
 msgid "Failed to launch desktop item editor"
 msgstr "Masaüstü öğe düzenleyicisi başlatılamadı"
@@ -132,7 +135,6 @@ msgid "Print version information and exit"
 msgstr "Sürüm bilgisini yaz ve çık"
 
 #: ../src/main.c:77
-#, fuzzy
 msgid "Replace the existing service"
 msgstr "Varolan servisi değiştir"
 
@@ -150,14 +152,13 @@ msgid "Forced to quit"
 msgstr "Çıkmaya zorla"
 
 #: ../src/main.c:448
-#, fuzzy
 msgid "Unable to daemonize the process"
 msgstr "Süreç arkaplanda çalıştırılamadı."
 
 #: ../src/main.c:522
-#, fuzzy, c-format
+#, c-format
 msgid "Type \"%s --help\" for usage."
-msgstr "Kullanım bilgisi için '%s --help' yazın."
+msgstr "Kullanım bilgisi için \"%s --help\"\\ yazın."
 
 #: ../src/main.c:533
 msgid "The Xfce development team. All rights reserved."
@@ -169,12 +170,10 @@ msgid "Please report bugs to <%s>."
 msgstr "Lütfen hataları <%s> adresine bildirin."
 
 #: ../src/appfinder-preferences.glade.h:1
-#, fuzzy
 msgid "Add a new custom action."
 msgstr "Özelleştirilmiş bir davranış ekle."
 
 #: ../src/appfinder-preferences.glade.h:2
-#, fuzzy
 msgid "Always c_enter the window"
 msgstr "Pencereyi her zaman o_rtala"
 
@@ -187,7 +186,6 @@ msgid "Behaviour"
 msgstr "Davranış"
 
 #: ../src/appfinder-preferences.glade.h:6
-#, fuzzy
 msgid "C_lear Custom Command History"
 msgstr "Özelleştirilmiş Komutlar Geçmişini Temizle"
 
@@ -206,9 +204,8 @@ msgid "Co_mmand:"
 msgstr "Ko_mut:"
 
 #: ../src/appfinder-preferences.glade.h:10
-#, fuzzy
 msgid "Custom _Actions"
-msgstr "Özelleştirilmiş Davranışlar"
+msgstr "Özelleştirilmiş _Davranışlar"
 
 #: ../src/appfinder-preferences.glade.h:11
 msgid "History"
@@ -223,12 +220,15 @@ msgid ""
 msgstr ""
 
 #: ../src/appfinder-preferences.glade.h:14
-#, fuzzy
 msgid ""
 "Instead of quitting the application when the last window is closed, keep a "
 "running instance to speed up opening new windows. You might want to disable "
 "this to reduce memory usage."
-msgstr "En son pencere kapatıldığında uygulamadan çıkmak yerine, yenisinin 
açılışını hızlandırmak için, uygulamanın çalışan bir tanesini açık bırak. Bu 
davranışı, hafıza kullanımını azaltmak için etkisizleştirmek isteyebilirsiniz."
+msgstr ""
+"En son pencere kapatıldığında uygulamadan çıkmak yerine, yenisinin açılışını "
+"hızlandırmak için, uygulamanın çalışan bir tanesini açık bırak. Bu "
+"davranışı, hafıza kullanımını azaltmak için etkisizleştirmek "
+"isteyebilirsiniz."
 
 #: ../src/appfinder-preferences.glade.h:15
 msgid "Ite_m icon size:"
@@ -309,7 +309,6 @@ msgid "_Type:"
 msgstr "_Tip:"
 
 #: ../src/appfinder-preferences.glade.h:34
-#, fuzzy
 msgid "_View items as icons"
 msgstr "_Öğeleri simge olarak gör"
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 4216cae17128346add6ee17ef12a1f837518b7ac (commit)
   from f8d20cefd1b089c628eb0443636e4ed27b583357 (commit)

commit 4216cae17128346add6ee17ef12a1f837518b7ac
Author: Alper Tekinalp 
Date:   Mon Apr 9 22:07:38 2012 +0200

l10n: Updated Turkish (tr) translation to 85%

New status: 331 messages complete with 50 fuzzies and 6 untranslated.

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

 po/tr.po |   85 +
 1 files changed, 24 insertions(+), 61 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 254bb81..3e643df 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -19,8 +19,8 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: tr\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Lokalize 1.0\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
 
 #: ../panel-desktop-handler.desktop.in.h:1
 msgid ""
@@ -662,12 +662,10 @@ msgid "Choose below which setup you want for the first 
startup."
 msgstr "İlk başlangıç için aşağıdaki ayarlardan istediğinizi seçin."
 
 #: ../migrate/main.c:129
-#, fuzzy
 msgid "Migrate old config"
 msgstr "Eski yapılandırmaya geri dön"
 
 #: ../migrate/main.c:130
-#, fuzzy
 msgid "Migrate the old 4.6 configuration to Xfconf"
 msgstr "Xconf'a eski 4.6 yapılandırmasını yükle"
 
@@ -746,42 +744,35 @@ msgid "_Show confirmation dialog"
 msgstr "_Onay kutusunu göster"
 
 #: ../plugins/actions/actions.c:151
-#, fuzzy
 msgid "Log Out"
-msgstr "Oturumu kapat"
+msgstr "Çıkış Yap"
 
 #: ../plugins/actions/actions.c:152
-#, fuzzy
 msgid "_Log Out"
 msgstr "Çıkış_Yap"
 
 #: ../plugins/actions/actions.c:153
-#, fuzzy
 msgid "Are you sure you want to log out?"
 msgstr "Çıkış yapmak istediğinizden emin misiniz?"
 
 #: ../plugins/actions/actions.c:154
-#, fuzzy, c-format
+#, c-format
 msgid "Logging out in %d seconds."
-msgstr "%d saniye içinde oturum kapatılıyor"
+msgstr "%d saniye içinde oturum kapatılıyor."
 
 #: ../plugins/actions/actions.c:159
-#, fuzzy
 msgid "Log Out..."
-msgstr "Çıkış_Yap"
+msgstr "Çıkış Yap..."
 
 #: ../plugins/actions/actions.c:160
-#, fuzzy
 msgid "Log _Out..."
-msgstr "Çıkış_Yap"
+msgstr "Çıkış _Yap..."
 
 #: ../plugins/actions/actions.c:166
-#, fuzzy
 msgid "Switch User"
 msgstr "Kullanıcı Değiştir"
 
 #: ../plugins/actions/actions.c:167
-#, fuzzy
 msgid "_Switch User"
 msgstr "_Kullanıcı Değiştir"
 
@@ -790,17 +781,14 @@ msgid "Lock Screen"
 msgstr "Ekranı Kilitle"
 
 #: ../plugins/actions/actions.c:174
-#, fuzzy
 msgid "L_ock Screen"
-msgstr "Ekranı Kilitle"
+msgstr "Ekranı K_ilitle"
 
 #: ../plugins/actions/actions.c:180
-#, fuzzy
 msgid "Hibernate"
 msgstr "Hazırda Beklet"
 
 #: ../plugins/actions/actions.c:181
-#, fuzzy
 msgid "_Hibernate"
 msgstr "_Hazırda Beklet"
 
@@ -809,17 +797,15 @@ msgid "Do you want to suspend to disk?"
 msgstr "Diski askıya almak istiyor musunuz?"
 
 #: ../plugins/actions/actions.c:183
-#, fuzzy, c-format
+#, c-format
 msgid "Hibernating computer in %d seconds."
 msgstr "%d saniye içinde uyku moduna geçiliyor."
 
 #: ../plugins/actions/actions.c:188
-#, fuzzy
 msgid "Suspend"
 msgstr "Askıya Al"
 
 #: ../plugins/actions/actions.c:189
-#, fuzzy
 msgid "Sus_pend"
 msgstr "Askı_ya Al"
 
@@ -842,34 +828,30 @@ msgid "_Restart"
 msgstr "_Yeniden Başlat"
 
 #: ../plugins/actions/actions.c:198
-#, fuzzy
 msgid "Are you sure you want to restart?"
-msgstr "'%s' çalışma alanını silmek istediğinizden emin misiniz?"
+msgstr "Bilgisayarı eniden başlatmak istediğiniz emin misiniz?"
 
 #: ../plugins/actions/actions.c:199
-#, fuzzy, c-format
+#, c-format
 msgid "Restarting computer in %d seconds."
-msgstr "Bilgisayar %d saniye içinde yeniden başlatılıyor"
+msgstr "Bilgisayar %d saniye içinde yeniden başlatılıyor."
 
 #: ../plugins/actions/actions.c:204
-#, fuzzy
 msgid "Shut Down"
 msgstr "Kapat"
 
 #: ../plugins/actions/actions.c:205
-#, fuzzy
 msgid "Shut _Down"
 msgstr "Ka_pat"
 
 #: ../plugins/actions/actions.c:206
-#, fuzzy
 msgid "Are you sure you want to shut down?"
-msgstr "Paneli kapatmak istediğinizden emin misiniz?"
+msgstr "Bilgisayarı kapatmak istediğinizden emin misiniz?"
 
 #: ../plugins/actions/actions.c:207
-#, fuzzy, c-format
+#, c-format
 msgid "Turning off computer in %d seconds."
-msgstr "Bilgisayar %d saniye içinde kapatılıyor"
+msgstr "Bilgisayar %d saniye içinde kapatılıyor."
 
 #: ../plugins/actions/actions.c:620
 #: ../plugins/separator/separator-dialog.glade.h:4
@@ -878,7 +860,7 @@ msgid "Separator"
 msgstr "Ayırıcı "
 
 #: ../plugins/actions/actions.c:975
-#, fuzzy, c-format
+#, c-format
 msgid "Failed to run action \"%s\""
 msgstr "\"%s\" çalıştırılamadı"
 
@@ -1014,9 +996,8 @@ msgstr "Seçenekler:"
 #: ../plugins/applicationsmenu/xfce4-popup-applicationsmenu.sh:31
 #: ../plugins/directorymenu/xfce4-popup-directorymenu.sh:31
 #: ../plugins/windowmenu/xfce4-popup-windowmenu.sh:31
-#, fuzzy
 msgid "Popup menu at current mouse position"
-msgstr "Geçerli fare konumu

[Xfce4-commits] l10n: Updated Slovak (sk) translation to 100%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to eec89b8dbfb9efa28acc536691e46691c4832963 (commit)
   from 6c3e805612d95d5e49afe79605ae2d2f9717ff1e (commit)

commit eec89b8dbfb9efa28acc536691e46691c4832963
Author: Slavko 
Date:   Mon Apr 9 22:02:39 2012 +0200

l10n: Updated Slovak (sk) translation to 100%

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

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

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

diff --git a/po/sk.po b/po/sk.po
index 23c96bb..9f4bf7a 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -2,7 +2,7 @@
 # Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the xfce4-places-plugin 
package.
 # Michal Löffler , 2010.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-places-plugin\n"
@@ -11,13 +11,13 @@ msgstr ""
 "PO-Revision-Date: 2010-12-25 22:16+0100\n"
 "Last-Translator: Michal Löffler \n"
 "Language-Team: Slovak \n"
-"Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Country: SLOVAKIA\n"
+"Language: sk\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
 "X-Poedit-Language: Slovak\n"
-"X-Poedit-Country: SLOVAKIA\n"
 
 #. vim: set ai et tabstop=4:
 #: ../panel-plugin/places.desktop.in.in.h:1
@@ -78,7 +78,7 @@ msgstr "Odpojiť"
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:128
 msgid "Unmounting device"
-msgstr ""
+msgstr "Odpájanie zariadenia"
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:131
@@ -86,13 +86,13 @@ msgstr ""
 msgid ""
 "The device \"%s\" is being unmounted by the system. Please do not remove the "
 "media or disconnect the drive"
-msgstr ""
+msgstr "zariadenie „%s” je odpájané systémom. Prosím, neodstraňujte médium 
alebo neodpájajte zariadenie"
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:138
 #: ../panel-plugin/model_volumes_notify.c:262
 msgid "Writing data to device"
-msgstr ""
+msgstr "Zapisovanie dát na médium"
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:141
@@ -101,18 +101,18 @@ msgstr ""
 msgid ""
 "There is data that needs to be written to the device \"%s\" before it can be "
 "removed. Please do not remove the media or disconnect the drive"
-msgstr ""
+msgstr "Existujú dáta, ktoré je treba zapísať na zariadenie „%s” zapísať pred 
tým, ako môže byť odstránené. rosím, neodstraňujte médium alebo neodpájajte 
zariadenie"
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:253
 msgid "Ejecting device"
-msgstr ""
+msgstr "Vysúvanie zariadenia"
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
 #: ../panel-plugin/model_volumes_notify.c:256
 #, c-format
 msgid "The device \"%s\" is being ejected. This may take some time"
-msgstr ""
+msgstr "Zariadenie „%s” je vysúvané. Môže to chvíľu trvať"
 
 #: ../panel-plugin/view.c:654
 msgid "Search for Files"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Turkish (tr) translation to 91%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to a863a0c8111683c9af3317726dc14c5f47cc8587 (commit)
   from eb68f1b3536148840423006d1325e5f102501ff3 (commit)

commit a863a0c8111683c9af3317726dc14c5f47cc8587
Author: Alper Tekinalp 
Date:   Mon Apr 9 21:59:58 2012 +0200

l10n: Updated Turkish (tr) translation to 91%

New status: 303 messages complete with 25 fuzzies and 2 untranslated.

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

 po/tr.po |   93 +
 1 files changed, 26 insertions(+), 67 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 5edba1b..66e1c21 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-settings 0.0.1-svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-04 18:12+\n"
+"POT-Creation-Date: 2012-04-09 19:06+\n"
 "PO-Revision-Date: 2009-01-30 20:57+0200\n"
 "Last-Translator: Gökmen Görgen \n"
 "Language-Team: Turkish \n"
@@ -45,9 +45,8 @@ msgstr ""
 "yüklenecektir."
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:7
-#, fuzzy
 msgid "Bounce Keys"
-msgstr "Tutuklu tuşlar"
+msgstr "Yapışkan tuşlar"
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:8
 msgid "Configure keyboard and mouse accessibility"
@@ -58,7 +57,6 @@ msgid "Disable sticky keys if _two keys are pressed"
 msgstr "Eğer i_ki tuş basılmışsa, yapışkan tuşları çalıştırma"
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:10
-#, fuzzy
 msgid ""
 "If enabled, the session manager will start the required applications for "
 "screen readers and magnifiers"
@@ -83,7 +81,6 @@ msgid "Mouse Emulation"
 msgstr "Fare Öykünümü"
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:15
-#, fuzzy
 msgid "No AT-SPI provider was found on your system"
 msgstr "Sisteminizde AT-SPI sağlayıcı bulunamadı"
 
@@ -200,7 +197,6 @@ msgid "_Acceleration delay:"
 msgstr "İv_me gecikmesi:"
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:36
-#, fuzzy
 msgid "_Assistive Technologies"
 msgstr "_Yardımcı Teknolojiler"
 
@@ -598,7 +594,6 @@ msgid "Several displays are available. Use:\n"
 msgstr "Bir kaç görüntü cihazı kullanılabilir. Kullan:\n"
 
 #: ../dialogs/display-settings/minimal-display-dialog.glade.h:5
-#, fuzzy
 msgid "Use both displays to show the same contents"
 msgstr "Her iki ekranı da aynı görüntüyü kullanmak için kullan"
 
@@ -627,12 +622,11 @@ msgid "Vertical"
 msgstr "Dikey"
 
 #: ../dialogs/display-settings/main.c:104
-#, fuzzy
 msgid "Minimal interface to set up an external output"
 msgstr "Harici çıktıları ayarlamak için minimal bir arayüz"
 
 #: ../dialogs/display-settings/main.c:171
-#, fuzzy, c-format
+#, c-format
 msgid ""
 "The previous configuration will be restored in %i seconds if you do not "
 "reply to this question."
@@ -646,7 +640,6 @@ msgid "%.1f Hz"
 msgstr "%.1f Hz"
 
 #: ../dialogs/display-settings/main.c:651
-#, fuzzy
 msgid ""
 "The last active output must not be disabled, the system would be unusable."
 msgstr ""
@@ -665,7 +658,6 @@ msgstr "Kullanılan RandR eklentisinin sürüm numarası 
bilinmiyor"
 
 #: ../dialogs/display-settings/main.c:1076
 #: ../dialogs/display-settings/main.c:1112
-#, fuzzy
 msgid "Unable to start the Xfce Display Settings"
 msgstr "Xfce Görüntü Ayarları başlatılamadı"
 
@@ -674,13 +666,12 @@ msgid "ATI Settings"
 msgstr "ATI Ayarları"
 
 #: ../dialogs/display-settings/main.c:1122
-#, fuzzy
 msgid "Unable to launch the proprietary driver settings"
 msgstr "Sahipli sürücü ayarları başlatılamadı"
 
 #. 1.2 is required
 #: ../dialogs/display-settings/xfce-randr.c:257
-#, fuzzy, c-format
+#, c-format
 msgid ""
 "This system is using RandR %d.%d. For the display settings to work version "
 "1.2 is required at least"
@@ -726,7 +717,6 @@ msgid "Command:"
 msgstr "Komut:"
 
 #: ../dialogs/keyboard-settings/command-dialog.c:160
-#, fuzzy
 msgid "Use _startup notification"
 msgstr "Başlangıç bildirimini kullan"
 
@@ -824,7 +814,6 @@ msgid "Reset to _Defaults"
 msgstr "Öntanımlı Ayarlara Dön"
 
 #: ../dialogs/keyboard-settings/keyboard-dialog.glade.h:14
-#, fuzzy
 msgid "Restore num l_ock state on startup"
 msgstr "Açılışta num l_ock durumunu geri yükle"
 
@@ -884,7 +873,6 @@ msgid "_Repeat delay:"
 msgstr "_Yineleme gecikmesi:"
 
 #: ../dialogs/keyboard-settings/keyboard-dialog.glade.h:27
-#, fuzzy
 msgid "_Test area:"
 msgstr "_Metin alanı:"
 
@@ -949,17 +937,14 @@ msgid "Warning"
 msgstr "Uyarı"
 
 #: ../dialogs/mime-settings/xfce-mime-chooser.c:128
-#, fuzzy
 msgid "Select Application"
-msgstr "Komut seç"
+msgstr "Uygulama Seç"
 
 #: ../dialogs/mime-settings/xfce-mime-chooser.c:204
-#, fuzzy
 msgid "Use a c_ustom command:"
-msgstr "Komut seç"
+msgstr "Özel bir komut kullan:"
 
 #: ../dialogs/mime-settings/xfce-mime-chooser.c:205
-#, fuzzy
 msgid ""
 "Use a custom command for an application that is not available from the above "
 "application list."
@@ -968,26 +953,22 

[Xfce4-commits] l10n: Updated Slovak (sk) translation to 100%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to d642e723a503709ce1b2078093399f320c80f7ad (commit)
   from 54a7c6684f4f9e2f292a61c2f855caf10258a3aa (commit)

commit d642e723a503709ce1b2078093399f320c80f7ad
Author: Slavko 
Date:   Mon Apr 9 21:57:42 2012 +0200

l10n: Updated Slovak (sk) translation to 100%

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

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

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

diff --git a/po/sk.po b/po/sk.po
index 79b951d..c8aecc9 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -2,7 +2,7 @@
 # Copyright (C) 2006 THE xfce4-diskperf-plugin'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the xfce4-diskperf-plugin 
package.
 # Marek Hlava , 2011.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-diskperf-plugin\n"
@@ -11,10 +11,10 @@ msgstr ""
 "PO-Revision-Date: 2011-08-21 12:06+0100\n"
 "Last-Translator: Marek Hlava \n"
 "Language-Team: Slovak \n"
-"Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: sk\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
 
 #: ../panel-plugin/config_gui.c:101
@@ -183,11 +183,11 @@ msgstr ""
 msgid ""
 "Diskperf monitor displays instantaneous disk I/O transfer rates and busy "
 "times"
-msgstr ""
+msgstr "Sledovanie výkonu disku zobrazuje okamžité prenosové rýchlosti 
diskových operácií a doby činnosti "
 
 #: ../panel-plugin/main.c:910
 msgid "Copyright (c) 2003, 2004 Roger Seguin"
-msgstr ""
+msgstr "Copyright (c) 2003, 2004 Roger Seguin"
 
 #: ../panel-plugin/main.c:944 ../panel-plugin/diskperf.desktop.in.h:1
 msgid "Disk Performance Monitor"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Slovak (sk) translation to 99%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to ff470ab9d1784c3d175db29a306b4e541bad (commit)
   from aaa54c1c6bc8172be0bfc9e308011d3354b28367 (commit)

commit ff470ab9d1784c3d175db29a306b4e541bad
Author: Slavko 
Date:   Mon Apr 9 21:53:31 2012 +0200

l10n: Updated Slovak (sk) translation to 99%

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

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

 po/sk.po |  539 +++---
 1 files changed, 267 insertions(+), 272 deletions(-)

diff --git a/po/sk.po b/po/sk.po
index fafbd1a..5fba5b8 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -5,19 +5,19 @@
 # Stefan Miklosovic , 2008.
 # Robert Hartl , 2009, 2010.
 # Tomáš Vadina , 2011, 2012.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfwm4 4.8.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-09 18:54+0200\n"
+"POT-Creation-Date: 2012-04-09 15:03+\n"
 "PO-Revision-Date: 2012-02-13 14:32+0100\n"
 "Last-Translator: Tomáš Vadina \n"
 "Language-Team: slovenčina \n"
-"Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: sk\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
 "X-Poedit-Language: Slovak\n"
 "X-Poedit-Country: SLOVAKIA\n"
@@ -38,29 +38,29 @@ msgstr "Varovanie"
 msgid "None"
 msgstr "Nič"
 
-#: ../settings-dialogs/tweaks-settings.c:454
+#: ../settings-dialogs/tweaks-settings.c:437
 msgid "Session manager socket"
 msgstr "Soket správcu sedenia"
 
-#: ../settings-dialogs/tweaks-settings.c:454
+#: ../settings-dialogs/tweaks-settings.c:437
 #: ../settings-dialogs/workspace-settings.c:381
 #: ../settings-dialogs/xfwm4-settings.c:315
 msgid "SOCKET ID"
 msgstr "SOCKET ID"
 
-#: ../settings-dialogs/tweaks-settings.c:455
+#: ../settings-dialogs/tweaks-settings.c:438
 #: ../settings-dialogs/workspace-settings.c:382
 #: ../settings-dialogs/xfwm4-settings.c:317
 msgid "Version information"
 msgstr "Informácia o verzií"
 
-#: ../settings-dialogs/tweaks-settings.c:473
+#: ../settings-dialogs/tweaks-settings.c:456
 #: ../settings-dialogs/workspace-settings.c:399
 #: ../settings-dialogs/xfwm4-settings.c:964
 msgid "."
 msgstr "."
 
-#: ../settings-dialogs/tweaks-settings.c:477
+#: ../settings-dialogs/tweaks-settings.c:460
 #: ../settings-dialogs/workspace-settings.c:403
 #: ../settings-dialogs/xfwm4-settings.c:968
 #, c-format
@@ -87,237 +87,238 @@ msgid "Settings manager socket"
 msgstr "Nastavenia správcu soketu"
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-dialog.glade.h:1
-msgid "Window Manager"
-msgstr "Správca okien"
-
-#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:29
 msgid "Configure window behavior and shortcuts"
 msgstr "Konfigurácia správania okna a klávesových skratiek"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:1
-msgid "Window Manager Tweaks"
-msgstr "Pokročilé nastavenie správcu okien"
+#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:48
+msgid "Window Manager"
+msgstr "Správca okien"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:2
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:15
 msgid "Fine-tune window behaviour and effects"
 msgstr "Doladenie správania okna a efektov"
 
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:35
+msgid "Window Manager Tweaks"
+msgstr "Pokročilé nastavenie správcu okien"
+
 #: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:1
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:1
+#, fuzzy
+msgid "Configure layout, names and margins"
+msgstr "Nastavenie rozmiestnenia, mien a okrajov"
+
+#: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:5
 msgid "Workspaces"
 msgstr "Pracovné plochy"
 
-#: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:2
-msgid "Configure layout, names and margins"
-msgstr ""
+#: ../settings-dialogs/xfwm4-dialog.glade.h:1
+msgid "Box move and resize"
+msgstr "Vykresľovanie okna pri presune a zmene veľkosti"
+
+#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+msgid "Button layout"
+msgstr "Rozloženie tlačidiel"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:3
-msgid "_Theme"
-msgstr "_Motív"
+msgid "Double click _action"
+msgstr "_Akcia pri dvojkliku"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:4
-msgid "Title fon_t"
-msgstr "Písmo _titulku"
+msgid "Focus model"
+msgstr "Spôsob aktivácie okna"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.

[Xfce4-commits] l10n: Updated Slovak (sk) translation to 100%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 14fdfb5abb54ce4e4522bf355ed2fbfa1155722c (commit)
   from 88818652cd571f3a1cfc1742aa3d5830c97ed605 (commit)

commit 14fdfb5abb54ce4e4522bf355ed2fbfa1155722c
Author: Slavko 
Date:   Mon Apr 9 21:51:54 2012 +0200

l10n: Updated Slovak (sk) translation to 100%

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

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

 po/sk.po |   32 ++--
 1 files changed, 18 insertions(+), 14 deletions(-)

diff --git a/po/sk.po b/po/sk.po
index 8634a56..1cbbc8f 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-appfinder 4.8.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-05 05:27+\n"
+"POT-Creation-Date: 2012-04-09 17:09+\n"
 "PO-Revision-Date: 2012-01-06 10:15+0100\n"
 "Last-Translator: Tomáš Vadina \n"
 "Language-Team: slovenčina \n"
@@ -74,38 +74,42 @@ msgstr "Vlastná akcia bude natrvalo odstránená."
 msgid "Are you sure you want to delete pattern \"%s\"?"
 msgstr "Ste si istí, že chcete odstrániť vzoru \"%s\"?"
 
-#: ../src/appfinder-window.c:216 ../src/main.c:446
+#: ../src/appfinder-window.c:219 ../src/main.c:446
 #: ../src/appfinder-preferences.glade.h:4
 #: ../data/xfce4-appfinder.desktop.in.h:1
 msgid "Application Finder"
 msgstr "Vyhľadávač aplikácií"
 
-#: ../src/appfinder-window.c:268
+#: ../src/appfinder-window.c:271
 msgid "Toggle view mode"
 msgstr "Prepnúť režim zobrazenia"
 
-#: ../src/appfinder-window.c:763
+#: ../src/appfinder-window.c:363
+msgid "La_unch"
+msgstr "Sp_ustiť"
+
+#: ../src/appfinder-window.c:798
 msgid "Failed to launch desktop item editor"
 msgstr "Spustenie editora položiek plochy zlyhalo"
 
-#: ../src/appfinder-window.c:789
+#: ../src/appfinder-window.c:824
 msgid ""
 "This will permanently remove the custom desktop file from your home "
 "directory."
 msgstr "Toto natrvalo odoberie upravený súbor plochy z domovského priečinka."
 
-#: ../src/appfinder-window.c:790
+#: ../src/appfinder-window.c:825
 #, c-format
 msgid "Are you sure you want to revert \"%s\"?"
 msgstr "Ste si istí, že chcete obnoviť \"%s\"?"
 
-#: ../src/appfinder-window.c:800
+#: ../src/appfinder-window.c:835
 msgid "Failed to remove desktop file"
 msgstr "Odobratie súboru plochy zlyhalo"
 
 #. I18N: the first %s will be replace with users' applications directory, the
 #. * second with Hidden=true
-#: ../src/appfinder-window.c:833
+#: ../src/appfinder-window.c:868
 #, c-format
 msgid ""
 "To unhide the item you have to manually remove the desktop file from \"%s\" "
@@ -115,11 +119,11 @@ msgstr ""
 "priečinka \"%s\" alebo otvorením súboru v rovnakom priečinku a odobratím "
 "riadka \"%s\"."
 
-#: ../src/appfinder-window.c:838 ../src/appfinder-window.c:923
+#: ../src/appfinder-window.c:873 ../src/appfinder-window.c:958
 msgid "_Hide"
 msgstr "_Skryť"
 
-#: ../src/appfinder-window.c:839
+#: ../src/appfinder-window.c:874
 #, c-format
 msgid "Are you sure you want to hide \"%s\"?"
 msgstr "Ste si istí, že chcete skryť \"%s\"?"
@@ -222,7 +226,10 @@ msgid ""
 "Instead of quitting the application when the last window is closed, keep a "
 "running instance to speed up opening new windows. You might want to disable "
 "this to reduce memory usage."
-msgstr "Namiesto ukončenia aplikácie po zatvorení posledného okna sa ponechá 
bežiaca inštancia, aby sa urýchlilo otvorenie nových okien. Možno to budete 
chcieť vypnúť pre zníženie využitia pamäte."
+msgstr ""
+"Namiesto ukončenia aplikácie po zatvorení posledného okna sa ponechá bežiaca "
+"inštancia, aby sa urýchlilo otvorenie nových okien. Možno to budete chcieť "
+"vypnúť pre zníženie využitia pamäte."
 
 #: ../src/appfinder-preferences.glade.h:15
 msgid "Ite_m icon size:"
@@ -334,9 +341,6 @@ msgstr "Spustiť program"
 #~ msgid "C_lose after launch"
 #~ msgstr "_Zavrieť po spustení"
 
-#~ msgid "Launch"
-#~ msgstr "Spustiť"
-
 #~ msgid "Could not load menu from %s"
 #~ msgstr "Nemožno načítať ponuku z %s"
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Slovak (sk) translation to 100%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 70154efbd0345a1e6c697d4877167ed0ecfa9adf (commit)
   from d2ca33976588d00bd73d3676b24c2e1f5eb18bce (commit)

commit 70154efbd0345a1e6c697d4877167ed0ecfa9adf
Author: Slavko 
Date:   Mon Apr 9 21:50:58 2012 +0200

l10n: Updated Slovak (sk) translation to 100%

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

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

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

diff --git a/po/sk.po b/po/sk.po
index 0a3005f..be6ac5d 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -4,22 +4,22 @@
 # Juraj Brosz , 2004.
 # Roman Moravcik , 2006.
 # Stefan Miklosovic , 2008
-#
+# 
 # Robert Hartl , 2009, 2010.
 # Tomáš Vadina , 2011, 2012.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-session 4.8.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-30 04:39+\n"
+"POT-Creation-Date: 2012-04-09 18:57+\n"
 "PO-Revision-Date: 2012-03-30 08:17+0200\n"
 "Last-Translator: Tomáš Vadina \n"
 "Language-Team: slovenčina \n"
-"Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: sk\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
 "X-Poedit-Language: Slovak\n"
 "X-Poedit-Country: SLOVAKIA\n"
@@ -239,54 +239,55 @@ msgid "_Proceed"
 msgstr "_Vykonať"
 
 #: ../settings/session-editor.c:212
-msgid "You might need to delete some files manually in "
-msgstr "Možno bude potrebné niektoré súbory odstrániť ručne"
+#, c-format
+msgid "You might need to delete some files manually in \"%s\"."
+msgstr "Možno bude potrebné niektoré súbory v „%s” odstrániť ručne"
 
-#: ../settings/session-editor.c:216
+#: ../settings/session-editor.c:215
 msgid "All Xfce cache files could not be cleared"
 msgstr "Všetky súbory vyrovnávacej pamäte Xfce nemohli byť vymazané"
 
-#: ../settings/session-editor.c:250
+#: ../settings/session-editor.c:249
 #, c-format
 msgid "Are you sure you want to terminate \"%s\"?"
 msgstr "Naozaj chcete ukončiť \"%s\"?"
 
-#: ../settings/session-editor.c:253 ../settings/session-editor.c:281
+#: ../settings/session-editor.c:252 ../settings/session-editor.c:280
 msgid "Terminate Program"
 msgstr "Ukončiť program"
 
-#: ../settings/session-editor.c:255
+#: ../settings/session-editor.c:254
 msgid ""
 "The application will lose any unsaved state and will not be restarted in "
 "your next session."
 msgstr "Aplikácia stratí všetky neuložené dáta a nespustí pri ďalšom sedení."
 
-#: ../settings/session-editor.c:257
+#: ../settings/session-editor.c:256
 #: ../settings/xfce4-session-settings.glade.h:40
 msgid "_Quit Program"
 msgstr "_Ukončiť program"
 
-#: ../settings/session-editor.c:282
+#: ../settings/session-editor.c:281
 msgid "Unable to terminate program."
 msgstr "Nemožno ukončiť program"
 
-#: ../settings/session-editor.c:460
+#: ../settings/session-editor.c:459
 msgid "(Unknown program)"
 msgstr "(Neznámy program)"
 
-#: ../settings/session-editor.c:680
+#: ../settings/session-editor.c:679
 msgid "Priority"
 msgstr "Priorita"
 
-#: ../settings/session-editor.c:688
+#: ../settings/session-editor.c:687
 msgid "PID"
 msgstr "PID"
 
-#: ../settings/session-editor.c:694
+#: ../settings/session-editor.c:693
 msgid "Program"
 msgstr "Program"
 
-#: ../settings/session-editor.c:719
+#: ../settings/session-editor.c:718
 msgid "Restart Style"
 msgstr "Spôsob reštartovania"
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to f2d17bc26702de029ddccbfa30cb3d0165036207 (commit)
   from 22ff8f42eb74a64d6f768c6bbea9810d0f832a55 (commit)

commit f2d17bc26702de029ddccbfa30cb3d0165036207
Author: Alper Tekinalp 
Date:   Mon Apr 9 21:49:43 2012 +0200

l10n: Updated Turkish (tr) translation to 94%

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

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

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

diff --git a/po/tr.po b/po/tr.po
index 8bfc1e7..99ecc75 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -311,8 +311,8 @@ msgid ""
 "Property \"%s\" does not exist on channel \"%s\". If a new property should "
 "be created, use the --create option"
 msgstr ""
-"\"%s\" özelliği, \"%s\" kanalında yok. Eğer yeni bir özellik\n"
-"oluşturmak isterseniz --create seçeneğini kullanın.\n"
+"\"%s\" özelliği, \"%s\" kanalında yok. Eğer yeni bir özellik"
+"oluşturmak isterseniz --create seçeneğini kullanın."
 
 #: ../xfconf-query/main.c:407
 msgid "When creating a new property, the value type must be specified"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Turkish (tr) translation to None%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 22ff8f42eb74a64d6f768c6bbea9810d0f832a55 (commit)
   from 7d52f7bea120ee92e597947a51107cbc98d77bfb (commit)

commit 22ff8f42eb74a64d6f768c6bbea9810d0f832a55
Author: Alper Tekinalp 
Date:   Mon Apr 9 21:45:37 2012 +0200

l10n: Updated Turkish (tr) translation to None%

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

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

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

diff --git a/po/tr.po b/po/tr.po
index 9ed327c..8bfc1e7 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfconf\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-30 11:09+\n"
+"POT-Creation-Date: 2012-04-09 14:30+\n"
 "PO-Revision-Date: 2009-01-30 21:21+0200\n"
 "Last-Translator: Gökmen Görgen \n"
 "Language-Team: Turkish \n"
@@ -182,12 +182,10 @@ msgid "No backends could be started"
 msgstr "Hiç bir geride süren işlev başlatılamadı"
 
 #: ../xfconf-query/main.c:90 ../xfconf-query/main.c:95
-#, fuzzy
 msgid "set"
 msgstr "ayarla"
 
 #: ../xfconf-query/main.c:100
-#, fuzzy
 msgid "reset"
 msgstr "yeniden ayarla"
 
@@ -249,7 +247,6 @@ msgid "Failed to init libxfconf: %s"
 msgstr "libxfconf başlatılması başarısız: %s"
 
 #: ../xfconf-query/main.c:251
-#, fuzzy
 msgid "- Xfconf commandline utility"
 msgstr "- Xconf komut satırı özelliği"
 
@@ -280,14 +277,13 @@ msgid "--create and --reset options can not be used 
together"
 msgstr "--create ve --reset seçenekleri birlikte kullanılamaz"
 
 #: ../xfconf-query/main.c:307
-#, fuzzy
 msgid "--create and --reset options can not be used together with --list"
-msgstr "--create ve --reset seçenekleri --list ile birlikte kullanılamaz"
+msgstr "--create ve --reset seçenekleri --list seçeneği ile birlikte 
kullanılamaz"
 
 #: ../xfconf-query/main.c:319
-#, fuzzy, c-format
+#, c-format
 msgid "Start monitoring channel \"%s\":"
-msgstr "'%s' kanalını izlemeyi başlat:"
+msgstr "'%s' kanalını izlemeye başla:"
 
 #: ../xfconf-query/main.c:353 ../xfconf-query/main.c:458
 #: ../xfconf-query/main.c:527
@@ -310,7 +306,7 @@ msgstr ""
 "\n"
 
 #: ../xfconf-query/main.c:399
-#, fuzzy, c-format
+#, c-format
 msgid ""
 "Property \"%s\" does not exist on channel \"%s\". If a new property should "
 "be created, use the --create option"
@@ -319,19 +315,17 @@ msgstr ""
 "oluşturmak isterseniz --create seçeneğini kullanın.\n"
 
 #: ../xfconf-query/main.c:407
-#, fuzzy
 msgid "When creating a new property, the value type must be specified"
-msgstr "Yeni bir özellik oluştururken, değer türünü belirlemelisiniz.\n"
+msgstr "Yeni bir özellik oluştururken, değer türünü belirlemelisiniz"
 
 #: ../xfconf-query/main.c:417
 #, fuzzy
 msgid "Failed to get the existing type for the value"
-msgstr "Değer için var olan tür alınamadı.\n"
+msgstr "Değer için varolan tür alınamadı"
 
 #: ../xfconf-query/main.c:435
-#, fuzzy
 msgid "Unable to determine the type of the value"
-msgstr "Değerin türü belirlenemiyor"
+msgstr "Değerin türü belirlenemedi"
 
 #: ../xfconf-query/main.c:441
 #, fuzzy
@@ -346,17 +340,17 @@ msgid "Unable to convert \"%s\" to type \"%s\""
 msgstr "\"%s\" i \"%s\" türüne  dönüştürme işlemi başarısız"
 
 #: ../xfconf-query/main.c:483
-#, fuzzy, c-format
+#, c-format
 msgid "There are %d new values, but only %d types could be determined"
 msgstr "%d yeni değer var, ama sadece %d tür belirlenebildi"
 
 #: ../xfconf-query/main.c:504
-#, fuzzy, c-format
+#, c-format
 msgid "Unable to determine type of value at index %d"
 msgstr "%d indeksindeki değerin türü belirlenemedi"
 
 #: ../xfconf-query/main.c:554
-#, fuzzy, c-format
+#, c-format
 msgid "Channel \"%s\" contains no properties"
 msgstr "Kanal %s herhangi bir özellik içermiyor"
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Turkish (tr) translation to 95%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 3a46517f1060af642b0e039694474beded9208c9 (commit)
   from d5ecb5ad7e1ccda9a823ba2239d6e714a171b14b (commit)

commit 3a46517f1060af642b0e039694474beded9208c9
Author: Alper Tekinalp 
Date:   Mon Apr 9 21:43:21 2012 +0200

l10n: Updated Turkish (tr) translation to 95%

New status: 203 messages complete with 9 fuzzies and 0 untranslated.

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

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

diff --git a/po/tr.po b/po/tr.po
index 2eda360..e3b7e51 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tr\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-03 08:39+\n"
+"POT-Creation-Date: 2012-04-09 14:36+\n"
 "PO-Revision-Date: 2009-10-14 15:09+0200\n"
 "Last-Translator: Ertuğrul HAZAR \n"
 "Language-Team: Turkish \n"
@@ -243,7 +243,7 @@ msgstr "Son resmin doygunluğunu yükselt veya azalt"
 msgid ""
 "Number of minutes before a different background is randomly selected from "
 "the list."
-msgstr "Farklı bir arkaplandan önceki dakikalar listeden rastgele seçilir."
+msgstr "Arkaplanın değişmesi içn gereken dakika listeden rastgele seçilir."
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:17
 msgid "Remove the selected image(s) from the list"
@@ -293,7 +293,6 @@ msgid "Specify the style of the color drawn behind the 
backdrop image"
 msgstr "Arkaplan resminin gerisinden süzülen rengin biçemini belirleyin"
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:28
-#, fuzzy
 msgid "St_retch this background across all monitors."
 msgstr "Bu a_rkaplanı bütün ekranlara yay."
 
@@ -322,18 +321,20 @@ msgid "Vertical gradient"
 msgstr "Dikey eğim"
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:34
-#, fuzzy
 msgid ""
 "When multiple monitors are present, select this option to stretch the "
 "current background over all of them."
-msgstr "Birden fazla monitör olduğunda, kullanılan arkaplanı tüm monitörlerde 
germek için bu seçeneği seçin"
+msgstr ""
+"Birden fazla monitör olduğunda, kullanılan arkaplanı tüm monitörlerde germek "
+"için bu seçeneği seçin"
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:35
-#, fuzzy
 msgid ""
 "While in image list mode, select this option to automatically select a "
 "different background from the image list after a set number of minutes."
-msgstr "Resim liste modunda iken, resim listesinden otomatik olarak farklı bir 
arkaplan seçmek için bu seçeneği işaretleyin."
+msgstr ""
+"Resim liste modunda iken, resim listesinden otomatik olarak farklı bir "
+"arkaplan seçmek için bu seçeneği işaretleyin."
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:36
 #: ../settings/xfdesktop-settings-ui.glade.h:43
@@ -381,7 +382,7 @@ msgstr "_Düğme"
 msgid "Control"
 msgstr "Control"
 
-#: ../settings/xfdesktop-settings-ui.glade.h:10 ../src/xfce-desktop.c:792
+#: ../settings/xfdesktop-settings-ui.glade.h:10 ../src/xfce-desktop.c:793
 msgid "Desktop"
 msgstr "Masaüstü"
 
@@ -430,11 +431,11 @@ msgid "Right"
 msgstr "Sağ"
 
 #: ../settings/xfdesktop-settings-ui.glade.h:24
-#, fuzzy
 msgid ""
 "Select this option to display preview-able files on the desktop as "
 "automatically generated thumbnail icons."
-msgstr "Masaüstünde önizlenebilir dosyaları görüntülemek için bu seçeneği 
seçin."
+msgstr ""
+"Masaüstünde önizlenebilir dosyaları görüntülemek için bu seçeneği seçin."
 
 #: ../settings/xfdesktop-settings-ui.glade.h:25
 msgid "Set desktop background and menu and icon behavior"
@@ -474,7 +475,6 @@ msgid "Show workspace _names in list"
 msgstr "Listede çalışma alanı isimlerini _göster"
 
 #: ../settings/xfdesktop-settings-ui.glade.h:34
-#, fuzzy
 msgid "Single _click to activate items"
 msgstr "Ögeleri etkinleştirmek için tek tıklama"
 
@@ -626,12 +626,12 @@ msgstr "Çalışma alanı %d'yi _Kaldır"
 msgid "_Remove Workspace '%s'"
 msgstr "Çalışma alanı '%s'i _Kaldır"
 
-#: ../src/xfce-desktop.c:1081
+#: ../src/xfce-desktop.c:1082
 #, c-format
 msgid "Unable to load image from backdrop list file \"%s\""
 msgstr "\"%s\" dosyasının listeden yüklenmesi olanaksız:"
 
-#: ../src/xfce-desktop.c:1083
+#: ../src/xfce-desktop.c:1084
 msgid "Desktop Error"
 msgstr "Masaüstü Hatası"
 
@@ -789,19 +789,16 @@ msgid "Failed to load the desktop folder"
 msgstr "Masaüstü dizini yüklenemedi"
 
 #: ../src/xfdesktop-file-icon-manager.c:2938
-#, fuzzy
 msgid "Copy _Here"
-msgstr "Buraya kopyala"
+msgstr "Buraya Kopyala"
 
 #: ../src/xfdesktop-file-icon-manager.c:2938
-#, fuzzy
 msgid "_Move Here"
-msgstr "Girdiyi yukarı çıkar"
+msgstr "_Buraya Taşı"
 
 #: ../src/xfdesktop-file-icon-manager.c:2938
-#, fuzzy
 msgid "_Link Here"
-msgstr "Bağlantı Hedefi:"
+msgstr "_Buraya Linkle"
 
 #. TRANSLATORS: file was modified less than one day ago
 #: ../src/xfdesktop-file-utils.c:137
___
Xfce4-commit

[Xfce4-commits] l10n: Updated Turkish (tr) translation to 96%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to d2ca33976588d00bd73d3676b24c2e1f5eb18bce (commit)
   from f949e5f4ff82dcaa5f390d2979703e1b4b790c92 (commit)

commit d2ca33976588d00bd73d3676b24c2e1f5eb18bce
Author: Alper Tekinalp 
Date:   Mon Apr 9 21:40:28 2012 +0200

l10n: Updated Turkish (tr) translation to 96%

New status: 200 messages complete with 7 fuzzies and 1 untranslated.

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

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

diff --git a/po/tr.po b/po/tr.po
index 6d07fed..0eb7075 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-session 4.5.91\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-03 07:15+\n"
+"POT-Creation-Date: 2012-04-09 18:57+\n"
 "PO-Revision-Date: 2009-09-17 02:41+0200\n"
 "Last-Translator: Utku Aydın \n"
 "Language-Team: Turkish \n"
@@ -235,24 +235,24 @@ msgid "_Proceed"
 msgstr ""
 
 #: ../settings/session-editor.c:212
-#, fuzzy
-msgid "You might need to delete some files manually in "
-msgstr "Bazı dosyaları elle silmeniz gerekebilir"
+#, c-format
+msgid "You might need to delete some files manually in \"%s\"."
+msgstr "\"%s\" 'deki bazı dosyaları elle silmeniz gerekebilir."
 
-#: ../settings/session-editor.c:216
+#: ../settings/session-editor.c:215
 msgid "All Xfce cache files could not be cleared"
 msgstr "Bütün Xfce önbellek dosyaları temizlenemedi"
 
-#: ../settings/session-editor.c:250
+#: ../settings/session-editor.c:249
 #, c-format
 msgid "Are you sure you want to terminate \"%s\"?"
 msgstr "\"%s\" 'si  sonlandırmayı istediğinizden emin misiniz?"
 
-#: ../settings/session-editor.c:253 ../settings/session-editor.c:281
+#: ../settings/session-editor.c:252 ../settings/session-editor.c:280
 msgid "Terminate Program"
 msgstr "Uygulamayı sonlandır"
 
-#: ../settings/session-editor.c:255
+#: ../settings/session-editor.c:254
 msgid ""
 "The application will lose any unsaved state and will not be restarted in "
 "your next session."
@@ -260,32 +260,32 @@ msgstr ""
 "Uygulama kaydedilmemiş tüm bilgileri kaybedecek ve bir sonraki oturumda "
 "yeniden başlatmayacaktır."
 
-#: ../settings/session-editor.c:257
+#: ../settings/session-editor.c:256
 #: ../settings/xfce4-session-settings.glade.h:40
 msgid "_Quit Program"
 msgstr "Uygulamayı _Kapat"
 
-#: ../settings/session-editor.c:282
+#: ../settings/session-editor.c:281
 msgid "Unable to terminate program."
 msgstr "Uygulama sonlandırma olanaksız."
 
-#: ../settings/session-editor.c:460
+#: ../settings/session-editor.c:459
 msgid "(Unknown program)"
 msgstr "(Bilinmeyen uygulama)"
 
-#: ../settings/session-editor.c:680
+#: ../settings/session-editor.c:679
 msgid "Priority"
 msgstr "Öncelik"
 
-#: ../settings/session-editor.c:688
+#: ../settings/session-editor.c:687
 msgid "PID"
 msgstr "PID"
 
-#: ../settings/session-editor.c:694
+#: ../settings/session-editor.c:693
 msgid "Program"
 msgstr "Uygulama"
 
-#: ../settings/session-editor.c:719
+#: ../settings/session-editor.c:718
 msgid "Restart Style"
 msgstr "Stili Sıfırla"
 
@@ -558,17 +558,14 @@ msgid "_Log Out"
 msgstr "Çıkış"
 
 #: ../xfce4-session/xfsm-logout-dialog.c:266
-#, fuzzy
 msgid "_Restart"
 msgstr "Yeniden Başla"
 
 #: ../xfce4-session/xfsm-logout-dialog.c:286
-#, fuzzy
 msgid "Shut _Down"
 msgstr "Kapat"
 
 #: ../xfce4-session/xfsm-logout-dialog.c:309
-#, fuzzy
 msgid "Sus_pend"
 msgstr "Askıya al"
 
@@ -581,14 +578,12 @@ msgid "_Save session for future logins"
 msgstr "_Sonraki girişler için oturumu kaydet"
 
 #: ../xfce4-session/xfsm-logout-dialog.c:395
-#, fuzzy
 msgid "Please enter your password"
-msgstr "Lütfen parolanızı girin:"
+msgstr "Lütfen parolanızı girin"
 
 #: ../xfce4-session/xfsm-logout-dialog.c:427
-#, fuzzy
 msgid "An error occurred"
-msgstr "Bir hata oluştu"
+msgstr "Bir hata oluştu"
 
 #: ../xfce4-session/xfsm-logout-dialog.c:433
 msgid ""
@@ -908,7 +903,6 @@ msgid "Quit the program, and remove it from the session"
 msgstr "Uygulamadan çık ve onu oturumdan kaldır"
 
 #: ../settings/xfce4-session-settings.glade.h:26
-#, fuzzy
 msgid "Run xflock4 before suspending or hibernating the system"
 msgstr "Askıya alma ve hazırda beklemeden önce xflock4 programını çalıştır"
 
@@ -925,15 +919,13 @@ msgid "Saving Session"
 msgstr "Oturum Kaydediliyor"
 
 #: ../settings/xfce4-session-settings.glade.h:31
-#, fuzzy
 msgid "Start GNOME services, such as gnome-keyring"
 msgstr ""
 "Gnome erişebilirlik seçenekleri, gnome-keyring gibi GNOME servislerini başlat"
 
 #: ../settings/xfce4-session-settings.glade.h:32
-#, fuzzy
 msgid "Start KDE services, such as kdeinit"
-msgstr "\"kdeinit,\" DCOP, ve ARTS gibi KDE servislerini başlat"
+msgstr "kdeinit gibi KDE servislerini başlat"
 
 #: ../settings/xfce4-session-settings.glade.h:33
 msgid ""
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman

[Xfce4-commits] l10n: Updated Turkish (tr) translation to 99%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 1bc691f2acbe25e6479370296c5d2e83c2491ab3 (commit)
   from 3b2163b1644f49f5e14a83df210753ab818ed156 (commit)

commit 1bc691f2acbe25e6479370296c5d2e83c2491ab3
Author: Alper Tekinalp 
Date:   Mon Apr 9 21:36:40 2012 +0200

l10n: Updated Turkish (tr) translation to 99%

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

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

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

diff --git a/po/tr.po b/po/tr.po
index 319adf9..066b41c 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-02-18 04:54+\n"
+"POT-Creation-Date: 2012-04-09 18:36+\n"
 "PO-Revision-Date: 2010-05-12 17:15+0300\n"
 "Last-Translator: Ayhan YALÇINSOY \n"
 "Language-Team: Turkish \n"
@@ -409,7 +409,7 @@ msgid "System is running on low power"
 msgstr "Sistem düşük güçte çalışıyor"
 
 #: ../src/xfpm-power.c:955
-#, fuzzy, c-format
+#, c-format
 msgid ""
 "Your %s charge level is low\n"
 "Estimated time left %s"
@@ -549,17 +549,17 @@ msgstr ""
 "%s tamamen şarj olacak."
 
 #: ../src/xfpm-battery.c:230 ../src/xfpm-battery.c:266
-#, fuzzy, c-format
+#, c-format
 msgid "Your %s is discharging"
 msgstr "%s deşarj oluyor."
 
 #: ../src/xfpm-battery.c:232
-#, fuzzy, c-format
+#, c-format
 msgid "System is running on %s power"
-msgstr "Sistem %s gücüyle çalışıyor."
+msgstr "Sistem, %s gücüyle çalışıyor."
 
 #: ../src/xfpm-battery.c:242
-#, fuzzy, c-format
+#, c-format
 msgid ""
 "%s (%i%%)\n"
 "Estimated time left is %s."
@@ -619,7 +619,7 @@ msgstr ""
 " %s şarj oluyor (%i%%)."
 
 #: ../src/xfpm-battery.c:455
-#, fuzzy, c-format
+#, c-format
 msgid ""
 "%s\n"
 "Your %s is discharging (%i%%)\n"
@@ -670,7 +670,6 @@ msgid "battery"
 msgstr "pil"
 
 #: ../src/xfpm-battery.c:827
-#, fuzzy
 msgid "monitor battery"
 msgstr "pili izle"
 
@@ -687,7 +686,6 @@ msgid "PDA battery"
 msgstr "PDA pili"
 
 #: ../src/xfpm-battery.c:839
-#, fuzzy
 msgid "Phone battery"
 msgstr "telefon pili"
 
@@ -779,7 +777,6 @@ msgid "Authorized to spin down hard disks"
 msgstr "Yetkilendirilmiş sabit diskleri kapat"
 
 #: ../src/xfpm-main.c:155
-#, fuzzy
 msgid "Has battery"
 msgstr "Pil takılı"
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 0ebbed14c9b94deed5876747e543cef8e707600c (commit)
   from f9237be09fc6784b254a4cb42815babe6ec6c4a3 (commit)

commit 0ebbed14c9b94deed5876747e543cef8e707600c
Author: Alper Tekinalp 
Date:   Mon Apr 9 21:33:52 2012 +0200

l10n: Updated Turkish (tr) translation to 100%

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

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

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

diff --git a/po/tr.po b/po/tr.po
index cd03aa9..ff7f1fa 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Thunar volman plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-19 11:15+\n"
+"POT-Creation-Date: 2012-04-09 16:45+\n"
 "PO-Revision-Date: \n"
 "Last-Translator: Samed Beyribey \n"
 "Language-Team: Xfce TR \n"
@@ -47,9 +47,9 @@ msgid "There is no device with the sysfs path \"%s\""
 msgstr "\"%s\" dizininde bir sürücü bulunamadı."
 
 #: ../thunar-volman/main.c:186
-#, fuzzy, c-format
+#, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
-msgstr "Yeni HAL aygıt UDI değeri --device-added ile belirtilmelidir"
+msgstr "Yeni aygıtların sysfs yolu --device-added ile belirtilmelidir"
 
 #. ...so we need to prompt what to do
 #: ../thunar-volman/tvm-block-device.c:204
@@ -167,7 +167,7 @@ msgid "The volume \"%s\" was mounted automatically"
 msgstr "\"%s\"  birimi otomaitk olarak bağlandı"
 
 #: ../thunar-volman/tvm-block-device.c:640
-#, fuzzy, c-format
+#, c-format
 msgid "The inserted volume was mounted automatically"
 msgstr "Eklenen birim otomatik olarak bağlandı"
 
@@ -182,7 +182,7 @@ msgid "Unable to mount the device"
 msgstr "Sürücü bağlanamıyor"
 
 #: ../thunar-volman/tvm-block-device.c:749
-#, fuzzy, c-format
+#, c-format
 msgid "Could not detect the volume corresponding to the device"
 msgstr "Aygıta karşılık gelen birim bulunamadı"
 
@@ -502,18 +502,16 @@ msgid "Keyboards"
 msgstr "Klavyeler"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-#, fuzzy
 msgid "Automatically run a program when a USB _keyboard is connected"
-msgstr "USB _klavye bağlandığında uygulama çalıştır"
+msgstr "USB _klavye bağlandığında otomatik bir uygulama çalıştır"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
 msgid "Mice"
 msgstr "Fare"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-#, fuzzy
 msgid "Automatically run a program when a USB _mouse is connected"
-msgstr "USB fare bağlandığında uygula_ma çalıştır"
+msgstr "USB _fare bağlandığında otomatik bir uygulama çalıştır"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
 msgid "Tablet"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Turkish (tr) translation to 99%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to aaa54c1c6bc8172be0bfc9e308011d3354b28367 (commit)
   from cb2729c432d4bbe360c30a42101ee16658635366 (commit)

commit aaa54c1c6bc8172be0bfc9e308011d3354b28367
Author: Alper Tekinalp 
Date:   Mon Apr 9 21:32:09 2012 +0200

l10n: Updated Turkish (tr) translation to 99%

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

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

 po/tr.po |  535 +++---
 1 files changed, 264 insertions(+), 271 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 261ad29..cac1d7f 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -2,23 +2,23 @@
 # Turkish translations for xfwm4 package.
 # Copyright (C) 2002-2006 The Xfce development team.
 # This file is distributed under the same license as the xfwm4 package.
-#
+# 
 # Erçin EKER , 2003.
 # Eren Türkay , 2007.
 # Gökmen Görgen , 2008.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: tr\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-09 18:54+0200\n"
+"POT-Creation-Date: 2012-04-09 15:03+\n"
 "PO-Revision-Date: 2009-01-30 21:31+0200\n"
 "Last-Translator: Gökmen Görgen \n"
 "Language-Team: Turkish \n"
-"Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: tr\n"
 "X-Generator: KBabel 1.11.4\n"
 
 #: ../helper-dialog/helper-dialog.c:84
@@ -37,29 +37,29 @@ msgstr "Uyarı"
 msgid "None"
 msgstr "Hiçbiri"
 
-#: ../settings-dialogs/tweaks-settings.c:454
+#: ../settings-dialogs/tweaks-settings.c:437
 msgid "Session manager socket"
 msgstr "Oturum yöneticisi yuvası"
 
-#: ../settings-dialogs/tweaks-settings.c:454
+#: ../settings-dialogs/tweaks-settings.c:437
 #: ../settings-dialogs/workspace-settings.c:381
 #: ../settings-dialogs/xfwm4-settings.c:315
 msgid "SOCKET ID"
 msgstr "YUVA ID'Sİ"
 
-#: ../settings-dialogs/tweaks-settings.c:455
+#: ../settings-dialogs/tweaks-settings.c:438
 #: ../settings-dialogs/workspace-settings.c:382
 #: ../settings-dialogs/xfwm4-settings.c:317
 msgid "Version information"
 msgstr "Sürüm bilgisi"
 
-#: ../settings-dialogs/tweaks-settings.c:473
+#: ../settings-dialogs/tweaks-settings.c:456
 #: ../settings-dialogs/workspace-settings.c:399
 #: ../settings-dialogs/xfwm4-settings.c:964
 msgid "."
 msgstr "."
 
-#: ../settings-dialogs/tweaks-settings.c:477
+#: ../settings-dialogs/tweaks-settings.c:460
 #: ../settings-dialogs/workspace-settings.c:403
 #: ../settings-dialogs/xfwm4-settings.c:968
 #, c-format
@@ -86,237 +86,237 @@ msgid "Settings manager socket"
 msgstr "Ayarlar yöneticisi yuvası"
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-dialog.glade.h:1
-msgid "Window Manager"
-msgstr "Pencere Yöneticisi"
-
-#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:29
 msgid "Configure window behavior and shortcuts"
 msgstr "Pencere davranışı ve kısayollarını yapılandır"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:1
-msgid "Window Manager Tweaks"
-msgstr "Pencere Yöneticisi İnce Ayarları"
+#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:48
+msgid "Window Manager"
+msgstr "Pencere Yöneticisi"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:2
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:15
 msgid "Fine-tune window behaviour and effects"
 msgstr "Pencere davranışı ve olaylarını ayarla"
 
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:35
+msgid "Window Manager Tweaks"
+msgstr "Pencere Yöneticisi İnce Ayarları"
+
 #: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:1
 #: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:1
+msgid "Configure layout, names and margins"
+msgstr ""
+
+#: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:5
 msgid "Workspaces"
 msgstr "Çalışma Alanları"
 
-#: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-workspace-dialog.glade.h:2
-msgid "Configure layout, names and margins"
-msgstr ""
+#: ../settings-dialogs/xfwm4-dialog.glade.h:1
+msgid "Box move and resize"
+msgstr "Kutu taşıma ve boyutlandırma"
+
+#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+msgid "Button layout"
+msgstr "Düğme yerleşimi"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:3
-msgid "_Theme"
-msgstr "_Tema"
+msgid "Double click _action"
+msgstr "Çift tıkl_ama eylemi"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:4
-msgid "Title fon_t"
-msgstr "Başlık ya_zıtipi"
+msgid "Focus model"
+msgstr "Odaklama biçimi"
 
 #: ../settings-dialogs/xf

[Xfce4-commits] l10n: Updated Turkish (tr) translation to 74%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to f8d20cefd1b089c628eb0443636e4ed27b583357 (commit)
   from 43ff6e135fd2878859d3b393b4276b537f3d0a84 (commit)

commit f8d20cefd1b089c628eb0443636e4ed27b583357
Author: Alper Tekinalp 
Date:   Mon Apr 9 21:31:00 2012 +0200

l10n: Updated Turkish (tr) translation to 74%

New status: 290 messages complete with 92 fuzzies and 5 untranslated.

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

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

diff --git a/po/tr.po b/po/tr.po
index 658c757..254bb81 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-panel 4.7.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-04 17:33+\n"
+"POT-Creation-Date: 2012-04-09 18:27+\n"
 "PO-Revision-Date: 2010-05-15 00:16+0300\n"
 "Last-Translator: Ayhan YALÇINSOY \n"
 "Language-Team: Turkish \n"
@@ -205,13 +205,15 @@ msgstr "Xfce Panelinde Başlatıcı oluştur"
 msgid ""
 "This will create a new launcher plugin on the panel and inserts the dropped "
 "files as menu items."
-msgstr "Bu davranış panelde yeni bir uygulama başlatıcısı yaratacak ve 
sürükleyip bırakılan dosyaları menü öğesi olarak ekleyecek."
+msgstr ""
+"Bu davranış panelde yeni bir uygulama başlatıcısı yaratacak ve sürükleyip "
+"bırakılan dosyaları menü öğesi olarak ekleyecek."
 
 #: ../panel/panel-application.c:939
-#, fuzzy, c-format
+#, c-format
 msgid "Create new launcher from %d desktop file"
 msgid_plural "Create new launcher from %d desktop files"
-msgstr[0] "Xfce Panelinde yeni bir başlatıcı oluştur"
+msgstr[0] "%d masaüstü dosyasından yeni bir başlatıcı yarat"
 
 #: ../panel/panel-application.c:1673
 msgid ""
@@ -245,7 +247,6 @@ msgstr ""
 "uint."
 
 #: ../panel/panel-dialogs.c:65
-#, fuzzy
 msgid "Maintainers"
 msgstr "Katkıcılar"
 
@@ -254,7 +255,6 @@ msgid "Deskbar Mode"
 msgstr ""
 
 #: ../panel/panel-dialogs.c:71
-#, fuzzy
 msgid "Inactive Maintainers"
 msgstr "Aktif Olmayan Katkıcılar"
 
@@ -282,7 +282,6 @@ msgid "Panel %d"
 msgstr "Panel %d"
 
 #: ../panel/panel-dialogs.c:232
-#, fuzzy
 msgid ""
 "Because the panel is running in kiosk mode, you are not allowed to make "
 "changes to the panel configuration as a regular user"
@@ -312,7 +311,7 @@ msgid "Enter search phrase here"
 msgstr "Aranacak kelimeyi buraya girin"
 
 #: ../panel/panel-plugin-external.c:429
-#, fuzzy, c-format
+#, c-format
 msgid "Plugin \"%s\" unexpectedly left the panel, do you want to restart it?"
 msgstr ""
 "\"%s\" eklentisi beklenmedik şekilde paneli terketti, yeniden başlatmak "
@@ -524,7 +523,6 @@ msgid ""
 msgstr ""
 
 #: ../panel/panel-preferences-dialog.glade.h:36
-#, fuzzy
 msgid ""
 "Select this option to automatically increase the length of the panel if the "
 "plugins request more space."
@@ -556,7 +554,7 @@ msgstr ""
 #: ../panel/panel-preferences-dialog.glade.h:40
 #, fuzzy
 msgid "Show about information of the currently selected item"
-msgstr "Seçili paneli sil"
+msgstr "Seçili öğenin hakkında bilgisini göster"
 
 #: ../panel/panel-preferences-dialog.glade.h:41
 #, fuzzy
@@ -671,7 +669,7 @@ msgstr "Eski yapılandırmaya geri dön"
 #: ../migrate/main.c:130
 #, fuzzy
 msgid "Migrate the old 4.6 configuration to Xfconf"
-msgstr "Panel yapılandırmasını kaydet"
+msgstr "Xconf'a eski 4.6 yapılandırmasını yükle"
 
 #: ../migrate/main.c:141
 msgid "Use default config"
@@ -760,7 +758,7 @@ msgstr "Çıkış_Yap"
 #: ../plugins/actions/actions.c:153
 #, fuzzy
 msgid "Are you sure you want to log out?"
-msgstr "'%s' çalışma alanını silmek istediğinizden emin misiniz?"
+msgstr "Çıkış yapmak istediğinizden emin misiniz?"
 
 #: ../plugins/actions/actions.c:154
 #, fuzzy, c-format
@@ -879,12 +877,12 @@ msgstr "Bilgisayar %d saniye içinde kapatılıyor"
 msgid "Separator"
 msgstr "Ayırıcı "
 
-#: ../plugins/actions/actions.c:974
+#: ../plugins/actions/actions.c:975
 #, fuzzy, c-format
 msgid "Failed to run action \"%s\""
 msgstr "\"%s\" çalıştırılamadı"
 
-#: ../plugins/actions/actions.c:1141
+#: ../plugins/actions/actions.c:1142
 msgid "John Doe"
 msgstr "John Doe"
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to f949e5f4ff82dcaa5f390d2979703e1b4b790c92 (commit)
   from dcb7ca9d56657f8932e1f4e5293469c96d77a0ec (commit)

commit f949e5f4ff82dcaa5f390d2979703e1b4b790c92
Author: Cristian Marchi 
Date:   Mon Apr 9 21:28:49 2012 +0200

l10n: Updated Italian (it) translation to 100%

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

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

 po/it.po |   29 +++--
 1 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/po/it.po b/po/it.po
index 41fb960..d4eee3d 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-session 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-01 08:51+\n"
+"POT-Creation-Date: 2012-04-09 18:57+\n"
 "PO-Revision-Date: 2010-01-28 15:03+0100\n"
 "Last-Translator: Cristian Marchi \n"
 "Language-Team: Italian \n"
@@ -245,23 +245,24 @@ msgid "_Proceed"
 msgstr "_Procedi"
 
 #: ../settings/session-editor.c:212
-msgid "You might need to delete some files manually in "
-msgstr "Potrebbe essere necessario cancellare manualmente alcuni file"
+#, c-format
+msgid "You might need to delete some files manually in \"%s\"."
+msgstr "Potrebbe essere necessario cancellare manualmente alcuni file in «%s»."
 
-#: ../settings/session-editor.c:216
+#: ../settings/session-editor.c:215
 msgid "All Xfce cache files could not be cleared"
 msgstr "Tutti i file della cache di Xfce non sono stati rimossi"
 
-#: ../settings/session-editor.c:250
+#: ../settings/session-editor.c:249
 #, c-format
 msgid "Are you sure you want to terminate \"%s\"?"
 msgstr "Terminare davvero \"%s\"?"
 
-#: ../settings/session-editor.c:253 ../settings/session-editor.c:281
+#: ../settings/session-editor.c:252 ../settings/session-editor.c:280
 msgid "Terminate Program"
 msgstr "Termina programma"
 
-#: ../settings/session-editor.c:255
+#: ../settings/session-editor.c:254
 msgid ""
 "The application will lose any unsaved state and will not be restarted in "
 "your next session."
@@ -269,32 +270,32 @@ msgstr ""
 "L'applicazione perderà qualsiasi stato non salvato e non verrà riavviata "
 "nella prossima sessione."
 
-#: ../settings/session-editor.c:257
+#: ../settings/session-editor.c:256
 #: ../settings/xfce4-session-settings.glade.h:40
 msgid "_Quit Program"
 msgstr "_Esci dal programma"
 
-#: ../settings/session-editor.c:282
+#: ../settings/session-editor.c:281
 msgid "Unable to terminate program."
 msgstr "Impossibile terminare il programma."
 
-#: ../settings/session-editor.c:460
+#: ../settings/session-editor.c:459
 msgid "(Unknown program)"
 msgstr "(Programma sconosciuto)"
 
-#: ../settings/session-editor.c:680
+#: ../settings/session-editor.c:679
 msgid "Priority"
 msgstr "Priorità"
 
-#: ../settings/session-editor.c:688
+#: ../settings/session-editor.c:687
 msgid "PID"
 msgstr "PID"
 
-#: ../settings/session-editor.c:694
+#: ../settings/session-editor.c:693
 msgid "Program"
 msgstr "Programma"
 
-#: ../settings/session-editor.c:719
+#: ../settings/session-editor.c:718
 msgid "Restart Style"
 msgstr "Stile di riavvio"
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Drop anchors.

2012-04-09 Thread Nick Schermer
Updating branch refs/heads/xfce-4.10
 to fd7e8d4255431f903c456b3e494c4f3a81fe7f51 (commit)
   from 9c24e69a62d6f3ad9fdf4af126dc20c06ae86da2 (commit)

commit fd7e8d4255431f903c456b3e494c4f3a81fe7f51
Author: Nick Schermer 
Date:   Mon Apr 9 21:08:18 2012 +0200

Drop anchors.

 pages/about/news.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/about/news.php b/pages/about/news.php
index 9d3d55f..bd7b314 100644
--- a/pages/about/news.php
+++ b/pages/about/news.php
@@ -7,7 +7,7 @@ $head['title'] = R_('News');
 $head['stylesheet'] = array ('/style/news.css');
 $head['feed'] = 'http://www.xfce.org/feed?lang='.$lang;
 
-$toc['anchors'] = array ();
+//$toc['anchors'] = array ();
 
 echo ''.$head['title'].'';
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] FIx invalid html.

2012-04-09 Thread Nick Schermer
Updating branch refs/heads/xfce-4.10
 to 9c24e69a62d6f3ad9fdf4af126dc20c06ae86da2 (commit)
   from cf426a679b57d54ab0caec672a6c36c2ccbc (commit)

commit 9c24e69a62d6f3ad9fdf4af126dc20c06ae86da2
Author: Nick Schermer 
Date:   Mon Apr 9 21:04:03 2012 +0200

FIx invalid html.

 pages/about/tour.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/about/tour.php b/pages/about/tour.php
index 2208683..d96bdac 100644
--- a/pages/about/tour.php
+++ b/pages/about/tour.php
@@ -68,7 +68,7 @@
 
 
 
-
+
 
   
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Fix some markup errors, try 2.

2012-04-09 Thread Nick Schermer
Updating branch refs/heads/xfce-4.10
 to cf426a679b57d54ab0caec672a6c36c2ccbc (commit)
   from 92d2898ae8e7dd20706dfa3663885b15e68a1dd7 (commit)

commit cf426a679b57d54ab0caec672a6c36c2ccbc
Author: Nick Schermer 
Date:   Mon Apr 9 21:01:10 2012 +0200

Fix some markup errors, try 2.

 pages/about/index.php |   37 +++--
 1 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/pages/about/index.php b/pages/about/index.php
index de2ef95..9950a9c 100644
--- a/pages/about/index.php
+++ b/pages/about/index.php
@@ -25,24 +25,25 @@
   
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
 
   projects page.') ?>
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Fix some markup errors.

2012-04-09 Thread Nick Schermer
Updating branch refs/heads/xfce-4.10
 to 92d2898ae8e7dd20706dfa3663885b15e68a1dd7 (commit)
   from 28f72d0fd402b26d1551f8983657773df72a0768 (commit)

commit 92d2898ae8e7dd20706dfa3663885b15e68a1dd7
Author: Nick Schermer 
Date:   Mon Apr 9 20:59:07 2012 +0200

Fix some markup errors.

 pages/about/index.php |   26 +-
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/pages/about/index.php b/pages/about/index.php
index 33e959a..de2ef95 100644
--- a/pages/about/index.php
+++ b/pages/about/index.php
@@ -23,25 +23,25 @@
 
 
   
+
 
-  
-  
+
+
 
-  
-  
+
+
 
-  
-  
+
+
 
-  
-  
+
+
 
-  
-  
+
+
 
-  
-  
-
+
+
 
 
   projects page.') ?>
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Made autohide aware of struts.

2012-04-09 Thread Andrzej
Updating branch refs/heads/andrzejr/struts
 to b516abc415ba31366f36643d7b613cc21ab184ff (commit)
   from d151d3065dadbfa29abfd10afa999b1a3f48999d (commit)

commit b516abc415ba31366f36643d7b613cc21ab184ff
Author: Andrzej 
Date:   Tue Apr 10 03:35:45 2012 +0900

Made autohide aware of struts.

Struts were incorrectly checked at offscreen location. Fixed.

 panel/panel-window.c |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/panel/panel-window.c b/panel/panel-window.c
index 8d2794c..993b7e4 100644
--- a/panel/panel-window.c
+++ b/panel/panel-window.c
@@ -1220,7 +1220,10 @@ panel_window_size_request (GtkWidget  *widget,
   window->top_margin = window->bottom_margin = top = bottom = 0;
   for (li = windows; li != NULL; li = li->next)
 {
-  panel_window_check_struts (li->data, alloc->x, alloc->x + 
alloc->width, &top, &bottom);
+  if (alloc->x != -)
+panel_window_check_struts (li->data, alloc->x, alloc->x + 
alloc->width, &top, &bottom);
+  else
+panel_window_check_struts (li->data, alloc->x + , alloc->x + 
 + alloc->width, &top, &bottom);
   window->top_margin = MAX (window->top_margin, top);
   window->bottom_margin = MAX (window->bottom_margin, bottom);
 }
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] bump post-release

2012-04-09 Thread Mike Massonnet
Updating branch refs/heads/master
 to 3cfcc0aefe3722af790877886d77f4f2a27e0b2c (commit)
   from b04de51467b888a2e49c769393cb9da5847e46c3 (commit)

commit 3cfcc0aefe3722af790877886d77f4f2a27e0b2c
Author: Mike Massonnet 
Date:   Mon Apr 9 20:03:26 2012 +0200

bump post-release

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

diff --git a/configure.ac.in b/configure.ac.in
index 16944c3..550d654 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,9 +11,9 @@ dnl *** Version information ***
 dnl ***
 m4_define([project_version_major], [1])
 m4_define([project_version_minor], [2])
-m4_define([project_version_micro], [3])
+m4_define([project_version_micro], [4])
 m4_define([project_version_build], [@REVISION@])
-m4_define([project_version_tag], []) # leave empty for release
+m4_define([project_version_tag], [git]) # leave empty for release
 m4_define([project_version], 
[project_version_major().project_version_minor().project_version_micro()ifelse(project_version_tag(),
 [git], [project_version_tag()-project_version_build()], 
[project_version_tag()])])
 
 dnl ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Creating annotated tag 1.2.3

2012-04-09 Thread Mike Massonnet
Updating annotated tag refs/tags/1.2.3
 as new annotated tag
 to 77f813956da31e8dfa0cf87a53aa6555408171d5 (tag)
   succeeds 1.2.2-88-g1cf448d
  tagged by Mike Massonnet 
 on 2012-04-09 20:02 +0200

Mike Massonnet (1):
  === Release 1.2.3 ===

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


[Xfce4-commits] === Release 1.2.3 ===

2012-04-09 Thread Mike Massonnet
Updating branch refs/heads/master
 to b04de51467b888a2e49c769393cb9da5847e46c3 (commit)
   from 1cf448d3f02d369b90e51fb340e813f9c90f10a9 (commit)

commit b04de51467b888a2e49c769393cb9da5847e46c3
Author: Mike Massonnet 
Date:   Mon Apr 9 11:10:16 2012 +0200

=== Release 1.2.3 ===

 ChangeLog   |   51 +++
 NEWS|9 +
 configure.ac.in |2 +-
 doc |2 +-
 4 files changed, 62 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2aa941a..135f3a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+2012-04-09 Mike Massonnet
+=== Release 1.2.3 ===
+
+2012-04-09 Mike Massonnet
+Fix typo s/ClipboardHistoryItem/ClipmanHistoryItem/
+
+2012-04-06 Mike Massonnet
+Fix 906099: Handle images and texts as one stack
+
+   Texts and images were still handled differently, and copying
+   new texts wouldn't remove old images. That's fixed.
+
+   Now max_texts_in_history is used as the length of the history.
+
+2012-03-15 Mike Massonnet
+Bug #8571: Fix height of history menu
+
+2012-03-15 Mike Massonnet
+Fix 1a5a2b: Add support for GTK 2.14
+
+2012-03-12 Mike Massonnet
+settings: Update online documentation URL
+
+2012-03-08 Mike Massonnet
+Bug #8307: Handle images and texts as one stack
+
+   The images and texts are handle in two lists, but the History class
+   returns a copy of a list named in intern "items" that is a copy of
+   the pointers from the images and texts lists.
+
+2012-03-06 Mike Massonnet
+Bug #8523: Added a checkbox "Don't ask again" to clear the history
+
+2012-03-05  Mike Massonnet
+actions: Make sure configuration directory for actions exists
+
+2012-03-05 Mike Massonnet
+Update copyright years
+
+2012-03-04 Mike Massonnet
+Bug 8403: Include rows support from Xfce Panel 4.9
+
+2012-03-04 Mike Massonnet
+daemon: Rename directory daemon to x11-clipboard-manager
+
+2011-11-14 Mike Massonnet
+Bug 8147: Don't terminate gtk_message_dialog_new_with_markup with NULL
+
+2011-11-05 Mike Massonnet
+Bug 8106: Use g_return_val_if_fail instead of g_return_if_fail
+
 2011-11-01 Mike Massonnet
 === Release 1.2.2 ===
 
diff --git a/NEWS b/NEWS
index 61e147b..f0d377e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Version 1.2.3 - 2012-04-09
+
+- Use new online documentation location http://docs.xfce.org/
+- Bug 8307: Handle images and texts as one stack
+- Bug 8523: Added a checkbox "Don't ask again" to clear the history
+- Bug 8403: Include rows support from Xfce Panel 4.9
+- Bug 8147: Don't terminate gtk_message_dialog_new_with_markup with NULL
+- Bug 8106: Use g_return_val_if_fail instead of g_return_if_fail
+
 Version 1.2.2 - 2011-11-01
 
 - Update build environment.
diff --git a/configure.ac.in b/configure.ac.in
index 18368bc..16944c3 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,7 +13,7 @@ m4_define([project_version_major], [1])
 m4_define([project_version_minor], [2])
 m4_define([project_version_micro], [3])
 m4_define([project_version_build], [@REVISION@])
-m4_define([project_version_tag], [git]) # leave empty for release
+m4_define([project_version_tag], []) # leave empty for release
 m4_define([project_version], 
[project_version_major().project_version_minor().project_version_micro()ifelse(project_version_tag(),
 [git], [project_version_tag()-project_version_build()], 
[project_version_tag()])])
 
 dnl ***
diff --git a/doc b/doc
index 744dd08..cf87175 16
--- a/doc
+++ b/doc
@@ -1 +1 @@
-Subproject commit 744dd08e6e5de3f170206b3dc56cb675e1af483d
+Subproject commit cf87175977008f876cea8a1bd0b2b503045d3213
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Fix make distcheck

2012-04-09 Thread Mike Massonnet
Updating branch refs/heads/master
 to 1cf448d3f02d369b90e51fb340e813f9c90f10a9 (commit)
   from 6010e3b22cc663b5aa419989ef880345ff6cdabe (commit)

commit 1cf448d3f02d369b90e51fb340e813f9c90f10a9
Author: Mike Massonnet 
Date:   Mon Apr 9 11:20:19 2012 +0200

Fix make distcheck

 icons/Makefile.am   |2 ++
 tests/Makefile.am   |2 +-
 tests/test_daemon.c |2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/icons/Makefile.am b/icons/Makefile.am
index b6a5517..ae3b1be 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -13,3 +13,5 @@ install-data-hook:
echo "***"; \
fi
 
+uninstall-local:
+   -rm $(datadir)/icons/hicolor/icon-theme.cache
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b63eb2d..dd6126b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -15,7 +15,7 @@ test_actions_CFLAGS = @GTK_CFLAGS@ @EXO_CFLAGS@ 
@LIBXFCE4UTIL_CFLAGS@ @LIBXFCE4U
 test_actions_LDADD = @GTK_LIBS@ @EXO_LIBS@ @LIBXFCE4UTIL_LIBS@ 
@LIBXFCE4UI_LIBS@
 test_daemon_SOURCES = test_daemon.c
 test_daemon_CFLAGS = @GTK_CFLAGS@
-test_daemon_LDADD = $(top_builddir)/daemon/libdaemon.la @GTK_LIBS@
+test_daemon_LDADD = $(top_builddir)/x11-clipboard-manager/libdaemon.la 
@GTK_LIBS@
 test_targets_SOURCES = test_targets.c
 test_targets_CFLAGS = @GTK_CFLAGS@
 test_targets_LDADD = @GTK_LIBS@
diff --git a/tests/test_daemon.c b/tests/test_daemon.c
index 0f2bd0c..8c97be6 100644
--- a/tests/test_daemon.c
+++ b/tests/test_daemon.c
@@ -1,6 +1,6 @@
 #include 
 #include 
-#include 
+#include 
 
 int main (int argc, char *argv[])
 {
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Initial import.

2012-04-09 Thread Nick Schermer
Updating branch refs/heads/master
 to fe0cb5487580b7b414e79f9dc3270f63f5b7a66a (commit)
   from fe0cb5487580b7b414e79f9dc3270f63f5b7a66a^1 ()


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


[Xfce4-commits] Creating branch master

2012-04-09 Thread Nick Schermer
Updating branch refs/heads/master
 as new branch
 to fe0cb5487580b7b414e79f9dc3270f63f5b7a66a (commit)

Branches are created implicitly by pushing. This mail only exists to 
let you know that there was code pushed to 

  refs/heads/master

for the first time. Mails for the commits that lead to the creation 
of the branch will follow after this mail.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 43ff6e135fd2878859d3b393b4276b537f3d0a84 (commit)
   from 13dd762404fc7df1813ec371114a9717c2e932bc (commit)

commit 43ff6e135fd2878859d3b393b4276b537f3d0a84
Author: Jakob Kramer 
Date:   Mon Apr 9 19:11:03 2012 +0200

l10n: Updated German (de) translation to 96%

New status: 373 messages complete with 12 fuzzies and 2 untranslated.

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

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

diff --git a/po/de.po b/po/de.po
index dd4e261..a2b1511 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1712,8 +1712,9 @@ msgid "Never"
 msgstr "Nie"
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:9
+#, fuzzy
 msgid "None, allow drag-and-drop"
-msgstr "Keine, drag & drop ermöglichen"
+msgstr "Keine, Ziehen und Ablegen (Drag and Drop) ermöglichen"
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:10
 msgid "Restore minimized windows to current _workspace"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 13dd762404fc7df1813ec371114a9717c2e932bc (commit)
   from 72083ca030edd6edade47ee1bc267ac3f9612381 (commit)

commit 13dd762404fc7df1813ec371114a9717c2e932bc
Author: Jakob Kramer 
Date:   Mon Apr 9 19:08:18 2012 +0200

l10n: Updated German (de) translation to 96%

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

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

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

diff --git a/po/de.po b/po/de.po
index 7d2c436..dd4e261 100644
--- a/po/de.po
+++ b/po/de.po
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-panel 4.7.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-09 06:57+\n"
+"POT-Creation-Date: 2012-04-09 12:42+\n"
 "PO-Revision-Date: 2012-01-21 15:46+0100\n"
 "Last-Translator: Paul Seyfert \n"
 "Language-Team: German \n"
@@ -133,7 +133,7 @@ msgstr "Geben Sie »%s --help« für Informationen zur Nutzung 
an."
 
 #: ../panel/main.c:261
 msgid "The Xfce development team. All rights reserved."
-msgstr "Das Xfce-Entwicklungsteam. Alle Rechte vorbehalten."
+msgstr "Das Xfce-Entwicklerteam. Alle Rechte vorbehalten."
 
 #: ../panel/main.c:262
 #, c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Landry Breuil
Updating branch refs/heads/master
 to 54a7c6684f4f9e2f292a61c2f855caf10258a3aa (commit)
   from c1244ca5c0f0d6735530c44219915501796549a4 (commit)

commit 54a7c6684f4f9e2f292a61c2f855caf10258a3aa
Merge: c1244ca f1ed1b7
Author: Landry Breuil 
Date:   Mon Apr 9 19:05:24 2012 +0200

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

commit f1ed1b7cc2245a186852b64b358575745a4f4746
Author: Seong-ho Cho 
Date:   Thu Apr 5 09:16:05 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index 286c654..2b24ded 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -161,7 +161,7 @@ msgid ""
 "Please remove it."
 msgstr ""
 "%s: 디스크 확장 통계를 찾을 수 없습니다!\n"
-"커널이 오래 되었거나 (< 2.4.20) \n"
+"커널이 오래되었거나 (< 2.4.20) \n"
 "CONFIG_BLK_STATS을 켜고 컴파일 하지 않았습니다.\n"
 "\n"
 "이 감시기는 동작하지 않을 것입니다!\n"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] unref the icon after use

2012-04-09 Thread Landry Breuil
Updating branch refs/heads/master
 to c1244ca5c0f0d6735530c44219915501796549a4 (commit)
   from 0e25d34ce8995e27a898e429104efabf001f9216 (commit)

commit c1244ca5c0f0d6735530c44219915501796549a4
Author: Landry Breuil 
Date:   Mon Apr 9 18:16:54 2012 +0200

unref the icon after use

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

diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index 91ddc66..05ce707 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -912,6 +912,8 @@ static void About (Widget_t w, void *unused)
   "website", 
"http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin";,
   "copyright", _("Copyright (c) 2003, 2004 Roger Seguin"),
   "authors", auth, NULL);
+   if(icon)
+  g_object_unref(G_OBJECT(icon));
 }  /* About() */
 
/**/
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Use drive-harddisk instead of deprecated gtk-harddisk

2012-04-09 Thread Landry Breuil
Updating branch refs/heads/master
 to 769607bf07aad1e48595232fe7bdcb11e5556598 (commit)
   from bfb820205db6037a517aad8de86dfcf47b43fde2 (commit)

commit 769607bf07aad1e48595232fe7bdcb11e5556598
Author: Landry Breuil 
Date:   Mon Apr 9 18:06:30 2012 +0200

Use drive-harddisk instead of deprecated gtk-harddisk

While here, display the icon in about & properties dialog

 panel-plugin/diskperf.desktop.in |5 ++---
 panel-plugin/main.c  |5 -
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/panel-plugin/diskperf.desktop.in b/panel-plugin/diskperf.desktop.in
index e9f78bf..a241104 100644
--- a/panel-plugin/diskperf.desktop.in
+++ b/panel-plugin/diskperf.desktop.in
@@ -3,7 +3,6 @@ Type=X-XFCE-PanelPlugin
 Encoding=UTF-8
 _Name=Disk Performance Monitor
 _Comment=Show disk performance
-Icon=gtk-harddisk
+Icon=drive-harddisk
 X-XFCE-Internal=FALSE
-X-XFCE-module=diskperf
-
+X-XFCE-Module=diskperf
diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index 5afcdbe..91ddc66 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -898,10 +898,13 @@ static int CheckStatsAvailability ()
 static void About (Widget_t w, void *unused)
/* Called back when the About button in clicked */
 {
+   GdkPixbuf *icon;
const gchar *auth[] = { "Roger Seguin ",
"NetBSD statistics collection: (c) 2003 Benedikt Meurer 
",
"Solaris statistics collection: (c) 2011 Peter Tribble 
", NULL };
+   icon = xfce_panel_pixbuf_from_source("drive-harddisk", NULL, 32);
gtk_show_about_dialog(NULL,
+  "logo", icon,
   "license", xfce_get_license_text (XFCE_LICENSE_TEXT_BSD),
   "version", PACKAGE_VERSION,
   "program-name", PACKAGE_NAME,
@@ -951,7 +954,7 @@ static void diskperf_create_options (XfcePanelPlugin 
*plugin,
   G_CALLBACK (diskperf_dialog_response), poPlugin);
 
 gtk_window_set_position (GTK_WINDOW (dlg), GTK_WIN_POS_CENTER);
-gtk_window_set_icon_name (GTK_WINDOW (dlg), "xfce4-settings");
+gtk_window_set_icon_name (GTK_WINDOW (dlg), "drive-harddisk");
 
 vbox = gtk_vbox_new(FALSE, BORDER);
 gtk_container_set_border_width (GTK_CONTAINER (vbox), BORDER - 2);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] updates for 2.5.0 release

2012-04-09 Thread Landry Breuil
Updating branch refs/heads/master
 to 0e25d34ce8995e27a898e429104efabf001f9216 (commit)
   from 769607bf07aad1e48595232fe7bdcb11e5556598 (commit)

commit 0e25d34ce8995e27a898e429104efabf001f9216
Author: Landry Breuil 
Date:   Mon Apr 9 18:08:18 2012 +0200

updates for 2.5.0 release

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

diff --git a/NEWS b/NEWS
index 1476d92..0f1f318 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+2.5.0 (2012/4/9):
+-
+ * Build the plugin as a module
+
 2.4.0 (2012/4/3):
 -
  * Port to libxfce4ui (bug #8099)
diff --git a/configure.ac.in b/configure.ac.in
index a24a001..d3198c6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -4,7 +4,7 @@ dnl 2003, 2004 Roger Seguin 
 dnl
 
 m4_define([diskperf_version_major], [2])
-m4_define([diskperf_version_minor], [4])
+m4_define([diskperf_version_minor], [5])
 m4_define([diskperf_version_micro], [0])
 m4_define([diskperf_version_build], [@REVISION@])
 m4_define([diskperf_version_tag], []) # leave empty for releases
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] use correct X-XFCE stanzas in desktop file

2012-04-09 Thread Landry Breuil
Updating branch refs/heads/master
 to bfb820205db6037a517aad8de86dfcf47b43fde2 (commit)
   from 37005a3f60600b23bc20da712857b84506cf2995 (commit)

commit bfb820205db6037a517aad8de86dfcf47b43fde2
Author: Landry Breuil 
Date:   Mon Apr 9 17:53:42 2012 +0200

use correct X-XFCE stanzas in desktop file

 panel-plugin/diskperf.desktop.in |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/diskperf.desktop.in b/panel-plugin/diskperf.desktop.in
index 1f2778b..e9f78bf 100644
--- a/panel-plugin/diskperf.desktop.in
+++ b/panel-plugin/diskperf.desktop.in
@@ -4,5 +4,6 @@ Encoding=UTF-8
 _Name=Disk Performance Monitor
 _Comment=Show disk performance
 Icon=gtk-harddisk
-X-XFCE-Exec=diskperf
+X-XFCE-Internal=FALSE
+X-XFCE-module=diskperf
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] oops, install under libdir not libexecdir

2012-04-09 Thread Landry Breuil
Updating branch refs/heads/master
 to 37005a3f60600b23bc20da712857b84506cf2995 (commit)
   from 5d33433563b708c2df5ffbced230401b28f1067c (commit)

commit 37005a3f60600b23bc20da712857b84506cf2995
Author: Landry Breuil 
Date:   Mon Apr 9 17:40:59 2012 +0200

oops, install under libdir not libexecdir

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

diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 00e2416..602ecea 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -6,7 +6,7 @@ INCLUDES =  
\
 #
 # Diskperf Plugin
 #
-plugindir = $(libexecdir)/xfce4/panel/plugins
+plugindir = $(libdir)/xfce4/panel/plugins
 
 plugin_LTLIBRARIES = libdiskperf.la
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Compile the plugin as a module.

2012-04-09 Thread Landry Breuil
Updating branch refs/heads/master
 to e3097b9c60e397ed675213b4f981b752d9368b2b (commit)
   from b3c80d817eef1165d5fecceaa13ea0159092a77f (commit)

commit e3097b9c60e397ed675213b4f981b752d9368b2b
Author: Landry Breuil 
Date:   Mon Apr 9 17:22:31 2012 +0200

Compile the plugin as a module.

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

 panel-plugin/Makefile.am   |   41 +---
 ...{diskperf.desktop.in.in => diskperf.desktop.in} |2 +-
 panel-plugin/main.c|2 +-
 3 files changed, 20 insertions(+), 25 deletions(-)

diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 79b2796..00e2416 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -4,52 +4,47 @@ INCLUDES =
\
-DPACKAGE_LOCALE_DIR=\"$(localedir)\"
 
 #
-# Diskpef Plugin
+# Diskperf Plugin
 #
-plugindir =\
-   $(libexecdir)/xfce4/panel-plugins
+plugindir = $(libexecdir)/xfce4/panel/plugins
 
-plugin_PROGRAMS =  \
-   xfce4-diskperf-plugin
+plugin_LTLIBRARIES = libdiskperf.la
 
-xfce4_diskperf_plugin_SOURCES =\
+libdiskperf_la_SOURCES =   \
main.c  \
config_gui.c\
config_gui.h\
devperf.c   \
devperf.h
 
-xfce4_diskperf_plugin_CFLAGS = \
+libdiskperf_la_CFLAGS =\
$(LIBXFCE4PANEL_CFLAGS) \
$(LIBXFCE4UI_CFLAGS)
 
-xfce4_diskperf_plugin_LDADD=   \
+libdiskperf_la_LIBADD= \
$(LIBM) \
$(LIBXFCE4PANEL_LIBS)   \
$(LIBXFCE4UI_LIBS)
 
+libdiskperf_la_LDFLAGS = \
+   -avoid-version \
+   -module \
+   -no-undefined \
+   -export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \
+   $(PLATFORM_LDFLAGS)
+
 #
 # Desktop file
 #
-desktopdir = $(datadir)/xfce4/panel-plugins
-desktop_in_in_files = diskperf.desktop.in.in
-
-desktop_in_files = \
-   $(desktop_in_in_files:.desktop.in.in=.desktop.in)
-
-%.desktop.in: %.desktop.in.in
-   sed -e "s,\@libexecdir\@,$(libexecdir),g" < $< > $@
+desktopdir = $(datadir)/xfce4/panel/plugins
+desktop_in_files = diskperf.desktop.in
 
-desktop_DATA = \
-   $(desktop_in_files:.desktop.in=.desktop)
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
 @INTLTOOL_DESKTOP_RULE@
 
-EXTRA_DIST =   \
-   $(desktop_in_in_files)
+EXTRA_DIST = $(desktop_in_files)
 
-DISTCLEANFILES =   \
-   $(desktop_DATA) \
-   $(desktop_in_files)
+DISTCLEANFILES = $(desktop_DATA)
 
 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/panel-plugin/diskperf.desktop.in.in 
b/panel-plugin/diskperf.desktop.in
similarity index 66%
rename from panel-plugin/diskperf.desktop.in.in
rename to panel-plugin/diskperf.desktop.in
index 7669b00..1f2778b 100644
--- a/panel-plugin/diskperf.desktop.in.in
+++ b/panel-plugin/diskperf.desktop.in
@@ -4,5 +4,5 @@ Encoding=UTF-8
 _Name=Disk Performance Monitor
 _Comment=Show disk performance
 Icon=gtk-harddisk
-X-XFCE-Exec=@libexecdir@/xfce4/panel-plugins/xfce4-diskperf-plugin
+X-XFCE-Exec=diskperf
 
diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index 0822ed8..5afcdbe 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -1172,4 +1172,4 @@ static void diskperf_construct (XfcePanelPlugin *plugin)
 SetTimer (diskperf);
 }
 
-XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL (diskperf_construct);
+XFCE_PANEL_PLUGIN_REGISTER (diskperf_construct);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] update comment in makefile

2012-04-09 Thread Landry Breuil
Updating branch refs/heads/master
 to c9b39f33c4bb678b7026e2a1d8d488983233bd24 (commit)
   from 00dac711366c0d4ced566e3f310eaa1b6eb736ce (commit)

commit c9b39f33c4bb678b7026e2a1d8d488983233bd24
Author: Landry Breuil 
Date:   Mon Apr 9 18:01:32 2012 +0200

update comment in makefile

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

diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index fc478a2..23b3c38 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -29,10 +29,8 @@ endif
 
 # .desktop file
 #
-# Some automake trickery here. Because we cannot use $(libexecdir) in the
-# automake stage, we'll use sed to get the full path into the .desktop file.
-# We also need to let intltool merge the translated fields, so we add an
-# additional level of indirection: a .desktop.in.in file.
+# We need to let intltool merge the translated fields, so we add a
+# level of indirection: a .desktop.in file.
 # 
 desktop_in_files = xfce4-mpc-plugin.desktop.in

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


[Xfce4-commits] Creating annotated tag xfce4-wavelan-plugin-0.5.8

2012-04-09 Thread Landry Breuil
Updating annotated tag refs/tags/xfce4-wavelan-plugin-0.5.8
 as new annotated tag
 to f3ad115ad5ed18c7d96ceabc1f85c6afd2908675 (tag)
   succeeds xfce4-wavelan-plugin-0.5.7-7-g52c2c40
  tagged by Landry Breuil 
 on 2012-04-09 18:52 +0200

Landry Breuil (1):
  updates for 0.5.8

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


[Xfce4-commits] oops, fix conflict

2012-04-09 Thread Landry Breuil
Updating branch refs/heads/master
 to 99df4adb72c20c38b02c5799a99353cdf07cb2e1 (commit)
   from 134d2477499160034c781571ff86cd2f26333b3e (commit)

commit 99df4adb72c20c38b02c5799a99353cdf07cb2e1
Merge: 134d247 7d6d50d
Author: Landry Breuil 
Date:   Mon Apr 9 19:04:46 2012 +0200

oops, fix conflict

commit 7d6d50d5d90f288f295c0e0e3d2fef09149a18aa
Author: Seong-ho Cho 
Date:   Thu Apr 5 10:39:41 2012 +0200

l10n: Updated Korean (ko) translation to 100%

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

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

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

diff --git a/po/ko.po b/po/ko.po
index 40deffa..601e494 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -8,12 +8,11 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin.master\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-09 18:46+0200\n"
+"Report-Msgid-Bugs-To: xfce-i18n \n"
+"POT-Creation-Date: 2012-02-25 13:33+\n"
 "PO-Revision-Date: 2012-02-26 00:55+0900\n"
-"Last-Translator: Sung Jin Gang \n"
-"Language-Team: xfce4-users-kr-i18n \n"
+"Last-Translator: Seong-ho Cho \n"
+"Language-Team: xfce-i18n \n"
 "Language: ko\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -48,13 +47,9 @@ msgstr "연결이 없으면 자동으로 숨기기(_A)"
 msgid "Autohide when no hardware present"
 msgstr "장치가 없으면 자동으로 숨기기"
 
-#: ../panel-plugin/wavelan.c:570
-msgid ""
-"Note: This will make it difficult to remove or configure the plugin if there "
-"is no device detected."
-msgstr ""
-"참고: 장치가 감지되지 않은 경우에는 플러그인을 없애거나 설정하기 어렵게 되는 "
-"경우가 있습니다."
+#: ../panel-plugin/wavelan.c:565
+msgid "Note: This will make it difficult to remove or configure the plugin if 
there is no device detected."
+msgstr "참고: 장치를 감지하지 못한 경우에는 플러그인 제거나 설정이 어려워질 수 있습니다."
 
 #: ../panel-plugin/wavelan.c:578
 msgid "Enable signal quality colors"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] updates for 0.5.8

2012-04-09 Thread Landry Breuil
Updating branch refs/heads/master
 to 134d2477499160034c781571ff86cd2f26333b3e (commit)
   from 52c2c400da69df8f67d13616f2aebdc2be780d55 (commit)

commit 134d2477499160034c781571ff86cd2f26333b3e
Author: Landry Breuil 
Date:   Mon Apr 9 18:52:04 2012 +0200

updates for 0.5.8

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

diff --git a/NEWS b/NEWS
index 4535b18..4739a45 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.5.8 (2012/04/09):
+-
+  * Build the plugin as an external module
+  * Add about dialog
+
 0.5.7 (2012/04/03):
 -
   * Port to libxfce4ui
diff --git a/configure.ac.in b/configure.ac.in
index 5a32124..3d132d6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,7 +5,7 @@ dnl
 dnl Version information
 m4_define([xwp_version_major], [0])
 m4_define([xwp_version_minor], [5])
-m4_define([xwp_version_micro], [7])
+m4_define([xwp_version_micro], [8])
 m4_define([xwp_version], 
[xwp_version_major().xwp_version_minor().xwp_version_micro()])
 
 dnl Initial autoconf
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] fix warnings

2012-04-09 Thread Landry Breuil
Updating branch refs/heads/master
 to a0a75471fc94715ce04cea96e7bb37718c818933 (commit)
   from fbd8ceb0105a6cdaef97fdb8dc8f86cb6b30d1ea (commit)

commit a0a75471fc94715ce04cea96e7bb37718c818933
Author: Landry Breuil 
Date:   Mon Apr 9 18:51:04 2012 +0200

fix warnings

 panel-plugin/wavelan.c |3 +--
 panel-plugin/wi_bsd.c  |2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/panel-plugin/wavelan.c b/panel-plugin/wavelan.c
index 71c6751..94660a4 100644
--- a/panel-plugin/wavelan.c
+++ b/panel-plugin/wavelan.c
@@ -77,7 +77,6 @@ wavelan_set_state(t_wavelan *wavelan, gint state)
   /* state = 0 -> no link, =-1 -> error */
   TRACE ("Entered wavelan_set_state, state = %u", state);
 
-  GtkRcStyle *rc = NULL;
   GdkColor color;
 
   gchar signal_color_bad[] = "#e0";
@@ -494,7 +493,7 @@ static void
 wavelan_create_options (XfcePanelPlugin *plugin, t_wavelan *wavelan)
 {
   GtkWidget *dlg, *hbox, *label, *interface, *vbox, *autohide;
-  GtkWidget *autohide_missing, *header, *warn_label, *signal_colors;
+  GtkWidget *autohide_missing, *warn_label, *signal_colors;
   GtkWidget *combo;
   GList *interfaces, *lp;
 
diff --git a/panel-plugin/wi_bsd.c b/panel-plugin/wi_bsd.c
index 7976523..62327e1 100644
--- a/panel-plugin/wi_bsd.c
+++ b/panel-plugin/wi_bsd.c
@@ -158,7 +158,7 @@ wi_query(struct wi_device *device, struct wi_stats *stats)
   /* clear stats first */
   bzero((void *)stats, sizeof(*stats));
 
-  g_strlcpy(stats->ws_qunit, "dBm", 4);
+  strlcpy(stats->ws_qunit, "dBm", 4);
   /* check vendor (independent of carrier state) */
 #if defined(__FreeBSD_kernel__)
   if ((result = _wi_vendor(device, stats->ws_vendor, WI_MAXSTRLEN)) != WI_OK)
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Add about dialog

2012-04-09 Thread Landry Breuil
Updating branch refs/heads/master
 to fbd8ceb0105a6cdaef97fdb8dc8f86cb6b30d1ea (commit)
   from 31d43e8d2b12a2b7edadb740a6ddcbc3cda7b9e5 (commit)

commit fbd8ceb0105a6cdaef97fdb8dc8f86cb6b30d1ea
Author: Landry Breuil 
Date:   Mon Apr 9 18:41:50 2012 +0200

Add about dialog

- use xfce_titled_dialog_new_with_buttons() to fix a bad cast
- show icon in properties dialog

 panel-plugin/wavelan.c |   35 ---
 1 files changed, 28 insertions(+), 7 deletions(-)

diff --git a/panel-plugin/wavelan.c b/panel-plugin/wavelan.c
index b3bb9b2..71c6751 100644
--- a/panel-plugin/wavelan.c
+++ b/panel-plugin/wavelan.c
@@ -500,23 +500,22 @@ wavelan_create_options (XfcePanelPlugin *plugin, 
t_wavelan *wavelan)
 
   TRACE ("Entered wavelan_create_options");
   
-  dlg = gtk_dialog_new_with_buttons (_("Properties"),
-  GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (plugin))),
-  GTK_DIALOG_DESTROY_WITH_PARENT | 
+  dlg = xfce_titled_dialog_new_with_buttons (_("Wavelan Plugin Options"),
+  NULL,
   GTK_DIALOG_NO_SEPARATOR,
-  GTK_STOCK_CLOSE, GTK_RESPONSE_OK,
+  GTK_STOCK_CLOSE,
+  GTK_RESPONSE_OK,
   NULL);
 
-  g_object_set_data (G_OBJECT (plugin), "dialog", dlg);
-
   gtk_window_set_position (GTK_WINDOW (dlg), GTK_WIN_POS_CENTER);
+  gtk_window_set_icon_name (GTK_WINDOW (dlg), "network-wireless");
 
   g_signal_connect (dlg, "response", G_CALLBACK (wavelan_dialog_response),
 wavelan);
   
   gtk_container_set_border_width (GTK_CONTAINER (dlg), 2);
 
-  xfce_titled_dialog_set_subtitle (XFCE_TITLED_DIALOG (dlg), _("Wavelan Plugin 
Options"));
+  xfce_titled_dialog_set_subtitle (XFCE_TITLED_DIALOG (dlg), _("Properties"));
   
   vbox = gtk_vbox_new(FALSE, 8);
   gtk_container_set_border_width (GTK_CONTAINER (vbox), 6);
@@ -630,6 +629,26 @@ wavelan_configure (XfcePanelPlugin *plugin, t_wavelan 
*wavelan)
 }
 
 static void
+wavelan_show_about (XfcePanelPlugin *plugin, t_wavelan *wavelan)
+{
+   GdkPixbuf *icon;
+   const gchar *auth[] = { "Benedikt Meurer ", "Florian 
Rivoal ", NULL };
+   icon = xfce_panel_pixbuf_from_source("network-wireless", NULL, 32);
+   gtk_show_about_dialog(NULL,
+  "logo", icon,
+  "license", xfce_get_license_text (XFCE_LICENSE_TEXT_BSD),
+  "version", PACKAGE_VERSION,
+  "program-name", PACKAGE_NAME,
+  "comments", _("View the status of a wireless network"),
+  "website", 
"http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin";,
+  "copyright", "Copyright (c) 2003-2004 Benedikt Meurer\n",
+  "authors", auth, NULL);
+
+   if(icon)
+  g_object_unref(G_OBJECT(icon));
+}
+
+static void
 wavelan_construct (XfcePanelPlugin *plugin)
 {
   
@@ -658,6 +677,8 @@ wavelan_construct (XfcePanelPlugin *plugin)
   g_signal_connect (plugin, "configure-plugin",
 G_CALLBACK (wavelan_configure), wavelan);
   
+  xfce_panel_plugin_menu_show_about(plugin);
+  g_signal_connect (plugin, "about", G_CALLBACK (wavelan_show_about), wavelan);
 }
 
 #if 0
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] use correct X-XFCE stanzas in desktop file

2012-04-09 Thread Landry Breuil
Updating branch refs/heads/master
 to 31d43e8d2b12a2b7edadb740a6ddcbc3cda7b9e5 (commit)
   from a96f0ad1344d81321b466ee2d4c8e234a67e88a7 (commit)

commit 31d43e8d2b12a2b7edadb740a6ddcbc3cda7b9e5
Author: Landry Breuil 
Date:   Mon Apr 9 18:00:41 2012 +0200

use correct X-XFCE stanzas in desktop file

 panel-plugin/wavelan.desktop.in |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/wavelan.desktop.in b/panel-plugin/wavelan.desktop.in
index 5dc36de..0bdb690 100644
--- a/panel-plugin/wavelan.desktop.in
+++ b/panel-plugin/wavelan.desktop.in
@@ -4,4 +4,5 @@ Encoding=UTF-8
 _Name=Wavelan
 _Comment=View the status of a wireless network
 Icon=network-wireless
-X-XFCE-Exec=wavelan
+X-XFCE-Internal=FALSE
+X-XFCE-Module=wavelan
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Compile the plugin as a module.

2012-04-09 Thread Landry Breuil
Updating branch refs/heads/master
 to 48a4857bf8dde3631730995978e6548bc40e5284 (commit)
   from eceee0f7bc9dbee103a992a88e7fd08197711d4c (commit)

commit 48a4857bf8dde3631730995978e6548bc40e5284
Author: Landry Breuil 
Date:   Mon Apr 9 17:48:34 2012 +0200

Compile the plugin as a module.

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

 panel-plugin/Makefile.am   |   41 +---
 panel-plugin/wavelan.c |2 +-
 .../{wavelan.desktop.in.in => wavelan.desktop.in}  |2 +-
 3 files changed, 20 insertions(+), 25 deletions(-)

diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 00fcdab..5724ff8 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -2,49 +2,44 @@ INCLUDES =
\
-DG_LOG_DOMAIN=\"xfce4-wavelan-plugin\" \
-DPACKAGE_LOCALE_DIR=\"$(localedir)\"
 
-plugindir = $(libexecdir)/xfce4/panel-plugins
-plugin_PROGRAMS = xfce4-wavelan-plugin
+plugindir = $(libdir)/xfce4/panel/plugins
 
-#plugin_LTLIBRARIES =  \
-#  libwavelan.la
+plugin_LTLIBRARIES = libwavelan.la
 
-xfce4_wavelan_plugin_LDADD =   
\
+libwavelan_la_LIBADD = \
$(LIBM) 
\
@LIBXFCE4PANEL_LIBS@
\
@LIBXFCE4UI_LIBS@
 
-xfce4_wavelan_plugin_SOURCES = 
\
+libwavelan_la_SOURCES =
\
wavelan.c   \
wi.h\
wi_bsd.c\
wi_common.c \
wi_linux.c
 
-xfce4_wavelan_plugin_CFLAGS =  
\
+libwavelan_la_CFLAGS = \
@LIBXFCE4PANEL_CFLAGS@  
\
@LIBXFCE4UI_CFLAGS@
 
+libwavelan_la_LDFLAGS = \
+   -avoid-version \
+   -module \
+   -no-undefined \
+   -export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \
+   $(PLATFORM_LDFLAGS)
+
 # .desktop file
 #
-# Some automake trickery here. Because we cannot use $(libexecdir) in the
-# automake stage, we'll use sed to get the full path into the .desktop file.
-# We also need to let intltool merge the translated fields, so we add an
-# additional level of indirection: a .desktop.in.in file.
+# We need to let intltool merge the translated fields, so we add a
+# level of indirection: a .desktop.in file.
 # 
-desktop_in_in_files = wavelan.desktop.in.in
-desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
+desktop_in_files = wavelan.desktop.in
 
-desktopdir = $(datadir)/xfce4/panel-plugins
+desktopdir = $(datadir)/xfce4/panel/plugins
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
-EXTRA_DIST =   $(desktop_in_in_files)
-
-CLEANFILES =   $(desktop_DATA) $(desktop_in_files)
-
-# get full path into .desktop file
-%.desktop.in: %.desktop.in.in
-   sed -e "s^@PLUGIN_PATH@^$(libexecdir)/xfce4/panel-plugins^" \
-   $< > $@
-
+EXTRA_DIST = $(desktop_in_files)
 
+DISTCLEANFILES = $(desktop_DATA)
diff --git a/panel-plugin/wavelan.c b/panel-plugin/wavelan.c
index 6bf0af5..b3bb9b2 100644
--- a/panel-plugin/wavelan.c
+++ b/panel-plugin/wavelan.c
@@ -677,5 +677,5 @@ int main(int argc, char** argv)
return 0;
 }
 #else
-XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL(wavelan_construct);
+XFCE_PANEL_PLUGIN_REGISTER(wavelan_construct);
 #endif
diff --git a/panel-plugin/wavelan.desktop.in.in 
b/panel-plugin/wavelan.desktop.in
similarity index 74%
rename from panel-plugin/wavelan.desktop.in.in
rename to panel-plugin/wavelan.desktop.in
index c9eea64..5dc36de 100644
--- a/panel-plugin/wavelan.desktop.in.in
+++ b/panel-plugin/wavelan.desktop.in
@@ -4,4 +4,4 @@ Encoding=UTF-8
 _Name=Wavelan
 _Comment=View the status of a wireless network
 Icon=network-wireless
-X-XFCE-Exec=@PLUGIN_PATH@/xfce4-wavelan-plugin
+X-XFCE-Exec=wavelan
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Add UI option to WM tweaks for tiling

2012-04-09 Thread Olivier Fourdan
Updating branch refs/heads/master
 to 617c06aa389b7207580b16fa5307d5481e81d17b (commit)
   from 13d9325ec4a3510f6ac932059730f97320798329 (commit)

commit 617c06aa389b7207580b16fa5307d5481e81d17b
Author: Olivier Fourdan 
Date:   Mon Apr 9 18:52:14 2012 +0200

Add UI option to WM tweaks for tiling

 settings-dialogs/tweaks-settings.c |   17 +
 settings-dialogs/xfwm4-tweaks-dialog.glade |   17 -
 2 files changed, 33 insertions(+), 1 deletions(-)

diff --git a/settings-dialogs/tweaks-settings.c 
b/settings-dialogs/tweaks-settings.c
index 1e36c58..f60b606 100644
--- a/settings-dialogs/tweaks-settings.c
+++ b/settings-dialogs/tweaks-settings.c
@@ -143,6 +143,12 @@ cb_urgent_blink_button_toggled (GtkToggleButton *toggle, 
GtkWidget *repeat_urgen
 }
 
 static void
+cb_restore_on_move_check_button_toggled (GtkToggleButton *toggle, GtkWidget 
*button)
+{
+gtk_widget_set_sensitive (button, gtk_toggle_button_get_active (toggle));
+}
+
+static void
 wm_tweaks_dialog_configure_widgets (GtkBuilder *builder)
 {
 GtkWidget *vbox;
@@ -175,6 +181,7 @@ wm_tweaks_dialog_configure_widgets (GtkBuilder *builder)
 GtkWidget *raise_with_any_button_check = GTK_WIDGET 
(gtk_builder_get_object (builder, "raise_with_any_button_check"));
 GtkWidget *borderless_maximize_check = GTK_WIDGET (gtk_builder_get_object 
(builder, "borderless_maximize_check"));
 GtkWidget *restore_on_move_check = GTK_WIDGET (gtk_builder_get_object 
(builder, "restore_on_move_check"));
+GtkWidget *tile_on_move_check = GTK_WIDGET (gtk_builder_get_object 
(builder, "tile_on_move_check"));
 GtkWidget *snap_resist_check = GTK_WIDGET (gtk_builder_get_object 
(builder, "snap_resist_check"));
 GtkWidget *urgent_blink = GTK_WIDGET (gtk_builder_get_object (builder, 
"urgent_blink"));
 GtkWidget *repeat_urgent_blink = GTK_WIDGET (gtk_builder_get_object 
(builder, "repeat_urgent_blink"));
@@ -285,6 +292,10 @@ wm_tweaks_dialog_configure_widgets (GtkBuilder *builder)
   "toggled",
   G_CALLBACK (cb_urgent_blink_button_toggled),
   repeat_urgent_blink);
+g_signal_connect (G_OBJECT (restore_on_move_check),
+  "toggled",
+  G_CALLBACK (cb_restore_on_move_check_button_toggled),
+  tile_on_move_check);
 
 /* Bind easy properties */
 /* Cycling tab */
@@ -329,6 +340,10 @@ wm_tweaks_dialog_configure_widgets (GtkBuilder *builder)
 G_TYPE_BOOLEAN,
 (GObject *)restore_on_move_check, "active");
 xfconf_g_property_bind (xfwm4_channel,
+"/general/tile_on_move",
+G_TYPE_BOOLEAN,
+(GObject *)tile_on_move_check, "active");
+xfconf_g_property_bind (xfwm4_channel,
 "/general/snap_resist",
 G_TYPE_BOOLEAN,
 (GObject *)snap_resist_check, "active");
@@ -342,6 +357,8 @@ wm_tweaks_dialog_configure_widgets (GtkBuilder *builder)
 (GObject *)repeat_urgent_blink, "active");
 gtk_widget_set_sensitive (repeat_urgent_blink,
   gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON 
(urgent_blink)));
+gtk_widget_set_sensitive (tile_on_move_check,
+  gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON 
(restore_on_move_check)));
 
 /* Workspaces tab */
 xfconf_g_property_bind (xfwm4_channel,
diff --git a/settings-dialogs/xfwm4-tweaks-dialog.glade 
b/settings-dialogs/xfwm4-tweaks-dialog.glade
index 7406ec0..bb85740 100644
--- a/settings-dialogs/xfwm4-tweaks-dialog.glade
+++ b/settings-dialogs/xfwm4-tweaks-dialog.glade
@@ -358,6 +358,21 @@ or "skip taskbar" properties set
   
 
 
+  
+Automaticaly 
_tile windows when moving toward the screen edge
+True
+True
+False
+True
+True
+  
+  
+False
+False
+4
+  
+
+
   
 Use _edge 
resistance instead of window snapping
 True
@@ -369,7 +384,7 @@ or "skip taskbar" properties set
   
 False
 False
-4
+5
   
 
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Creating branch andrzejr/struts

2012-04-09 Thread Andrzej
Updating branch refs/heads/andrzejr/struts
 as new branch
 to d151d3065dadbfa29abfd10afa999b1a3f48999d (commit)

Branches are created implicitly by pushing. This mail only exists to 
let you know that there was code pushed to 

  refs/heads/andrzejr/struts

for the first time. Mails for the commits that lead to the creation 
of the branch will follow after this mail.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Vertical panels respect struts set by horizontal ones.

2012-04-09 Thread Andrzej
Updating branch refs/heads/andrzejr/struts
 to d151d3065dadbfa29abfd10afa999b1a3f48999d (commit)
   from c90179b3201d938ea71ef59c7e9c0888bf7c94a4 (commit)

commit d151d3065dadbfa29abfd10afa999b1a3f48999d
Author: Andrzej 
Date:   Tue Apr 10 01:44:48 2012 +0900

Vertical panels respect struts set by horizontal ones.

This fixes a bug occurring when two panels (vertical and horizontal)
overlap (bug #8627).

The length of vertical panels (in [%]) refers to the available height,
not the screen height. Similarly, snap points (top, center, bottom)
take struts into account.

 panel/panel-window.c |   81 +++---
 1 files changed, 70 insertions(+), 11 deletions(-)

diff --git a/panel/panel-window.c b/panel/panel-window.c
index 982ea9b..8d2794c 100644
--- a/panel/panel-window.c
+++ b/panel/panel-window.c
@@ -142,6 +142,12 @@ static void panel_window_plugin_set_nrows  
 (GtkWidget*w
  gpointer  
user_data);
 static void panel_window_plugin_set_screen_position (GtkWidget
*widget,
  gpointer  
user_data);
+static void panel_window_check_struts   (PanelWindow  
*window,
+ gint  
left,
+ gint  
right,
+ gint 
*top,
+ gint 
*bottom);
+
 
 
 
@@ -263,6 +269,8 @@ struct _PanelWindow
   StrutsEgde   struts_edge;
   gulong   struts[N_STRUTS];
   guintstruts_disabled : 1;
+  gint top_margin;
+  gint bottom_margin;
 
   /* window positioning */
   guintsize;
@@ -464,6 +472,8 @@ panel_window_init (PanelWindow *window)
   window->screen = NULL;
   window->struts_edge = STRUTS_EDGE_NONE;
   window->struts_disabled = FALSE;
+  window->top_margin = 0;
+  window->bottom_margin = 0;
   window->mode = XFCE_PANEL_PLUGIN_MODE_HORIZONTAL;
   window->size = 48;
   window->nrows = 1;
@@ -974,8 +984,8 @@ panel_window_motion_notify_event (GtkWidget  *widget,
   window_x = CLAMP (window_x, window->area.x, high);
 
   window_y = pointer_y - window->grab_y;
-  high = window->area.y + window->area.height - window->alloc.height;
-  window_y = CLAMP (window_y, window->area.y, high);
+  high = window->area.y + window->area.height - window->bottom_margin - 
window->alloc.height;
+  window_y = CLAMP (window_y, window->area.y + window->top_margin, high);
 
   /* update the grab coordinates */
   window->grab_x = pointer_x - window_x;
@@ -1159,6 +1169,10 @@ panel_window_size_request (GtkWidget  *widget,
   gintlength;
   gintextra_width = 0, extra_height = 0;
   PanelBordersborders;
+  gintheight, top, bottom;
+  GSList *windows;
+  GSList *li;
+  GdkRectangle   *alloc = &window->alloc;
 
   /* get the child requisition */
   if (GTK_BIN (widget)->child != NULL)
@@ -1201,8 +1215,20 @@ panel_window_size_request (GtkWidget  *widget,
   if (!window->length_adjust)
 requisition->height = extra_height;
 
-  length = window->area.height * window->length;
-  requisition->height = CLAMP (requisition->height, length, 
window->area.height);
+  windows = panel_application_get_windows (panel_application_get());
+
+  window->top_margin = window->bottom_margin = top = bottom = 0;
+  for (li = windows; li != NULL; li = li->next)
+{
+  panel_window_check_struts (li->data, alloc->x, alloc->x + 
alloc->width, &top, &bottom);
+  window->top_margin = MAX (window->top_margin, top);
+  window->bottom_margin = MAX (window->bottom_margin, bottom);
+}
+
+  height = window->area.height - window->top_margin - 
window->bottom_margin;
+  length = height * window->length;
+
+  requisition->height = CLAMP (requisition->height, length, height);
 }
 }
 
@@ -1380,8 +1406,8 @@ panel_window_size_allocate_set_xy (PanelWindow *window,
 case SNAP_POSITION_W:
   /* clamp base point on screen */
   value = window->base_y - (window_height / 2);
-  hight = window->area.y + window->area.height - window_height;
-  *return_y = CLAMP (value, window->area.y, hight);
+  hight = window->area.y + window->area.height - window->bottom_margin - 
window_height;
+  *return_y = CLAMP (value, window->area.y + window->top_margin, hight);
   break;
 
 case SNAP_POSITION_NE:
@@ -1389,7 +1415,7 @@ panel_window_size_allocate_set_xy (PanelWindow *window,
 case SNAP_POSITION_NC:
 case SNAP_POSITION_N:
   /* top */
-  *return_y = window->area.y;
+  *return_y = wind

[Xfce4-commits] l10n: Updated Greek (el) translation to 100%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to c42885013edd9793551eb09dd8bcd0c611793c17 (commit)
   from 3347c3c2b56fc6c9c9ee913154d00ce6090fe142 (commit)

commit c42885013edd9793551eb09dd8bcd0c611793c17
Author: Efstathios Iosifidis 
Date:   Mon Apr 9 18:36:21 2012 +0200

l10n: Updated Greek (el) translation to 100%

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

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

 po/el.po |   98 +++--
 1 files changed, 69 insertions(+), 29 deletions(-)

diff --git a/po/el.po b/po/el.po
index 16a28f9..5dfb199 100644
--- a/po/el.po
+++ b/po/el.po
@@ -1,20 +1,22 @@
 #
+# Efstathios Iosifidis , 2012.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: tumbler\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-16 14:48+0100\n"
-"PO-Revision-Date: \n"
-"Last-Translator: George Vasilakos \n"
-"Language-Team: Greek \n"
+"POT-Creation-Date: 2012-04-08 17:57+\n"
+"PO-Revision-Date: 2012-04-09 19:36+0300\n"
+"Last-Translator: Efstathios Iosifidis \n"
+"Language-Team: Ελληνικά, Σύγχρονα \n"
 "Language: el\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Country: GREECE\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\\n\\nX-Poedit-Language: Greek\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
 
-#: ../tumblerd/tumbler-cache-service.c:383
+#: ../tumblerd/tumbler-cache-service.c:413
 #, c-format
 msgid "Another thumbnail cache service is already running"
 msgstr ""
@@ -26,7 +28,11 @@ msgstr ""
 msgid "No thumbnailer available for \"%s\""
 msgstr "Δεν είναι διαθέσιμη η επισκόπηση εικόνων για το \"%s\""
 
-#: ../tumblerd/tumbler-service.c:751
+#: ../tumblerd/tumbler-lifecycle-manager.c:207
+msgid "The thumbnailer service is shutting down"
+msgstr "Τερματίζεται η υπηρεσία thumbnailer"
+
+#: ../tumblerd/tumbler-service.c:758
 #, c-format
 msgid "Another generic thumbnailer is already running"
 msgstr "Ένας άλλος μηχανισμός επισκόπησης εικόνων εκτελείται ήδη"
@@ -44,18 +50,18 @@ msgstr "Αποτυχία καλέσματος της ειδικής επισκό
 msgid "Failed to call the specialized thumbnailer: %s"
 msgstr "Αποτυχία καλέσματος της ειδικής επισκόπησης εικόνων: %s"
 
-#: ../tumblerd/tumbler-manager.c:467 ../tumblerd/tumbler-manager.c:873
+#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895
 #, c-format
 msgid "Failed to load the file \"%s\": %s"
 msgstr "Αποτυχία φορτώματος του αρχείου \"%s\": %s"
 
-#: ../tumblerd/tumbler-manager.c:485 ../tumblerd/tumbler-manager.c:499
-#: ../tumblerd/tumbler-manager.c:513
+#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521
+#: ../tumblerd/tumbler-manager.c:535
 #, c-format
 msgid "Malformed section \"%s\" in file \"%s\": %s"
 msgstr "Λανθασμένη τμήμα \"%s\" στο αρχείο \"%s\": %s"
 
-#: ../tumblerd/tumbler-manager.c:526
+#: ../tumblerd/tumbler-manager.c:548
 #, c-format
 msgid ""
 "Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
@@ -64,49 +70,49 @@ msgstr ""
 "Λανθασμένη τμήμα \"%s\" στο αρχείο \"%s\": Αναντιστοιχία μεταξύ τμήματος "
 "ονόματος και UriScheme/MimeType"
 
-#: ../tumblerd/tumbler-manager.c:886 ../tumblerd/tumbler-manager.c:900
-#: ../tumblerd/tumbler-manager.c:914
+#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922
+#: ../tumblerd/tumbler-manager.c:936
 #, c-format
 msgid "Malformed file \"%s\": %s"
 msgstr "Λανθασμένο αρχείο \"%s\": %s"
 
-#: ../tumblerd/tumbler-manager.c:940
+#: ../tumblerd/tumbler-manager.c:962
 #, c-format
 msgid "Failed to determine last modified time of \"%s\""
 msgstr "Αποτυχία καθορισμού τελευταίας τροποποίησης του \"%s\""
 
-#: ../tumblerd/tumbler-manager.c:1849
+#: ../tumblerd/tumbler-manager.c:1868
 #, c-format
 msgid "Another thumbnailer manager is already running"
 msgstr "Ένας άλλος μηχανισμός επισκόπησης εικόνων τρέχει ήδη"
 
 #. set the application name. Translators: Don't translate "Tumbler".
-#: ../tumblerd/main.c:63
+#: ../tumblerd/main.c:83
 msgid "Tumbler Thumbnailing Service"
 msgstr "Υπηρεσία επισκόπησης εικόνων Tumbler"
 
-#: ../tumblerd/main.c:78
+#: ../tumblerd/main.c:101
 #, c-format
 msgid "Failed to connect to the D-Bus session bus: %s"
 msgstr "Αποτυχία σύνδεσης στη σύνοδο D-Bus: %s"
 
-#: ../tumblerd/main.c:90
+#: ../tumblerd/main.c:159
+#, c-format
+msgid "Failed to load specialized thumbnailers into the registry: %s"
+msgstr "Αποτυχία φόρτωσης ειδικής επισκόπησης εικόνων στο μητρώο: %s"
+
+#: ../tumblerd/main.c:176
 #, c-format
 msgid "Failed to start the thumbnail cache service: %s"
 msgstr ""
 "Αποτυχία εκκίνησης της υπηρεσίας λανθάνουσας μνήμης επισκόπησης εικόνων: %s"
 
-#: ../tumblerd/main.c:140
-#, c-format
-msgid "Failed to load specialized thumbnailers into the registry: %s"
-msgstr "Αποτυχία φόρτωσης ειδικής επισκόπησης εικόνων στο μητρώο: %s"
-
-#: ../tumblerd/main.c:158
+#: ../tumblerd/main.c:193
 #, c-format
 msgid "Failed to start the th

[Xfce4-commits] l10n: Updated Greek (el) translation to 100%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to f9237be09fc6784b254a4cb42815babe6ec6c4a3 (commit)
   from 648141af5483b7d20d9e1ded9e6247f47fd7c9ef (commit)

commit f9237be09fc6784b254a4cb42815babe6ec6c4a3
Author: Efstathios Iosifidis 
Date:   Mon Apr 9 18:33:00 2012 +0200

l10n: Updated Greek (el) translation to 100%

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

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

 po/el.po |   50 +++---
 1 files changed, 19 insertions(+), 31 deletions(-)

diff --git a/po/el.po b/po/el.po
index 481d909..27ae091 100644
--- a/po/el.po
+++ b/po/el.po
@@ -4,23 +4,23 @@
 # Evaggelos Balaskas , 2009.
 # Stavros Giannouris , 2009, 2011.
 # George Vasilakos , 2011.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman git version\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-16 17:51+0100\n"
+"POT-Creation-Date: 2012-04-09 11:00+\n"
 "PO-Revision-Date: 2011-01-07 18:44+0200\n"
 "Last-Translator: Spiros Georgaras \n"
 "Language-Team: Greek \n"
-"Language: el\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Country: GREECE\n"
+"Language: el\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Poedit-Language: Greek\n"
 "X-Poedit-SourceCharset: utf-8\n"
+"X-Poedit-Country: GREECE\n"
 
 #: ../thunar-volman/main.c:59
 msgid "The syfs path of the newly added device"
@@ -227,10 +227,6 @@ msgstr "Άγνωστος τύπος συσκευής μπλοκ"
 msgid "Device type not supported"
 msgstr "Ο τύπος συσκευής δεν υποστηρίζεται"
 
-#: ../thunar-volman/tvm-input-device.c:74
-msgid "input-keyboard"
-msgstr "Πληκτρολόγια"
-
 #: ../thunar-volman/tvm-input-device.c:75
 msgid "Keyboard detected"
 msgstr "Εντοπίστηκε πληκτρολόγιο"
@@ -239,11 +235,6 @@ msgstr "Εντοπίστηκε πληκτρολόγιο"
 msgid "A keyboard was detected"
 msgstr "Εντοπίστηκε ένα πληκτρολόγιο"
 
-#: ../thunar-volman/tvm-input-device.c:86
-#: ../thunar-volman/tvm-input-device.c:100
-msgid "input-tablet"
-msgstr "Ταμπλέτα"
-
 #: ../thunar-volman/tvm-input-device.c:87
 #: ../thunar-volman/tvm-input-device.c:101
 msgid "Tablet detected"
@@ -254,10 +245,6 @@ msgstr "Εντοπίστηκε ταμπλέτα"
 msgid "A graphics tablet was detected"
 msgstr "Εντοπίστηκε μια ταμπλέτα"
 
-#: ../thunar-volman/tvm-input-device.c:110
-msgid "input-mouse"
-msgstr "Ποντίκι"
-
 #: ../thunar-volman/tvm-input-device.c:111
 msgid "Mouse detected"
 msgstr "Εντοπίστηκε ποντίκι"
@@ -377,9 +364,8 @@ msgstr "Δέσμες ενεργειών ruby"
 msgid "Shell Scripts"
 msgstr "Δέσμες ενεργειών κέλυφους"
 
-#.
 #. Storage
-#.
+#. 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:130
 msgid "Storage"
 msgstr "Μέσο αποθήκευσης"
@@ -424,9 +410,8 @@ msgstr "Εντολή για CD _δεδομένων:"
 msgid "Command for A_udio CDs:"
 msgstr "Εντολή για CD ή_χου:"
 
-#.
 #. Multimedia
-#.
+#. 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:255
 msgid "Multimedia"
 msgstr "Πολυμέσα"
@@ -470,9 +455,8 @@ msgstr "Φορητές συσκευές μουσικής"
 msgid "Play _music files when connected"
 msgstr "Αναπαραγωγή _μουσικών αρχείων όταν συνδεθούν"
 
-#.
 #. Cameras
-#.
+#. 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:379
 msgid "Cameras"
 msgstr "Φωτογραφικές μηχανές"
@@ -485,9 +469,8 @@ msgstr "Ψηφιακές φωτογραφικές μηχανές"
 msgid "Import digital photographs when connected"
 msgstr "Εισαγωγή ψηφιακών φωτογραφιών όταν συνδεθούν "
 
-#.
 #. PDAs
-#.
+#. 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:427
 msgid "PDAs"
 msgstr "PDA"
@@ -508,9 +491,8 @@ msgstr "Pocket PC"
 msgid "Sync Pocket P_C devices when connected"
 msgstr "Συγχρονισμός _συσκευών Pocket PC όταν συνδεθεί"
 
-#.
 #. Printers
-#.
+#. 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:517
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:528
 msgid "Printers"
@@ -520,9 +502,8 @@ msgstr "Εκτυπωτές"
 msgid "Automatically run a program when a _printer is connected"
 msgstr "Αυτόματη εκτέλεση προγράμματος όταν συνδεθεί ένας ε_κτυπωτής"
 
-#.
 #. Input Devices
-#.
+#. 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:565
 msgid "Input Devices"
 msgstr "Συσκευές εισόδου"
@@ -532,7 +513,6 @@ msgid "Keyboards"
 msgstr "Πληκτρολόγια"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-#, fuzzy
 msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr ""
 "Αυτόματη ε_κτέλεση ενός προγράμματος όταν συνδεθεί ένα πληκτρολόγιο USB"
@@ -542,7 +522,6 @@ msgid "Mice"
 msgstr "Ποντίκια"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-#, fuzzy
 msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Αυτόματη εκτέλεση ενός προγράμματος όταν συνδεθεί ένα _ποντίκι usb"
 
@@ -562,6 +541,15 @@ msgstr "Εντ_ολή:"
 msgid "Failed to open the documentation browser"
 msgstr "Αποτυχία ανοίγματος του περιηγητή βοήθειας"
 
+#~ msgid "input-keyboard"
+#~ msgstr "Πληκτρολόγια"
+
+#~ msgid "input-tablet"
+#~ msgstr "Ταμπλέτα"

[Xfce4-commits] Use fprint format for string (bug #8658).

2012-04-09 Thread Nick Schermer
Updating branch refs/heads/master
 to dcb7ca9d56657f8932e1f4e5293469c96d77a0ec (commit)
   from 149b25feb0f59210f2e86ba5cdc5a1d39a850889 (commit)

commit dcb7ca9d56657f8932e1f4e5293469c96d77a0ec
Author: Nick Schermer 
Date:   Mon Apr 9 18:26:36 2012 +0200

Use fprint format for string (bug #8658).

 settings/session-editor.c |3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/settings/session-editor.c b/settings/session-editor.c
index 58838be..a5a 100644
--- a/settings/session-editor.c
+++ b/settings/session-editor.c
@@ -209,8 +209,7 @@ session_editor_clear_sessions(GtkWidget *btn,
 if(failed){
 gchar *secondary_text;
 
-secondary_text = g_strconcat(_("You might need to delete some 
files manually in "),
- cache_dir_path, NULL);
+secondary_text = g_strdup_printf (_("You might need to delete some 
files manually in \"%s\"."), cache_dir_path);
 
xfce_dialog_show_warning(GTK_WINDOW(gtk_widget_get_toplevel(treeview)),
  secondary_text,
  _("All Xfce cache files could not be 
cleared"));
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Greek (el) translation to 100%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 13d9325ec4a3510f6ac932059730f97320798329 (commit)
   from 22a820749b06691221052000a4f64c5545976b5f (commit)

commit 13d9325ec4a3510f6ac932059730f97320798329
Author: Efstathios Iosifidis 
Date:   Mon Apr 9 18:25:11 2012 +0200

l10n: Updated Greek (el) translation to 100%

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

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

 po/el.po |  570 +++---
 1 files changed, 282 insertions(+), 288 deletions(-)

diff --git a/po/el.po b/po/el.po
index f8f61a1..78e9121 100644
--- a/po/el.po
+++ b/po/el.po
@@ -5,19 +5,21 @@
 # Stavros Giannouris , 2005.
 # Stathis Kamperis , 2006.
 # Evaggelos Balaskas , 2009.
+# Efstathios Iosifidis , 2012.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfwm4 git version\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 19:58+0200\n"
-"PO-Revision-Date: 2011-01-07 17:51+0200\n"
-"Last-Translator: Spiros Georgaras \n"
-"Language-Team: el \n"
+"POT-Creation-Date: 2012-04-08 16:03+\n"
+"PO-Revision-Date: 2012-04-09 19:24+0300\n"
+"Last-Translator: Efstathios Iosifidis \n"
+"Language-Team: Ελληνικά, Σύγχρονα \n"
 "Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
 "X-Poedit-Language: Greek\n"
 "X-Poedit-SourceCharset: utf-8\n"
 "X-Poedit-Country: GREECE\n"
@@ -35,34 +37,34 @@ msgstr ""
 msgid "Warning"
 msgstr "Προειδοποίηση"
 
-#: ../settings-dialogs/tweaks-settings.c:49
+#: ../settings-dialogs/tweaks-settings.c:50
 msgid "None"
 msgstr "Κανένα"
 
-#: ../settings-dialogs/tweaks-settings.c:436
+#: ../settings-dialogs/tweaks-settings.c:437
 msgid "Session manager socket"
 msgstr "Υποδοχή διαχειριστή συνδέσεων"
 
-#: ../settings-dialogs/tweaks-settings.c:436
-#: ../settings-dialogs/workspace-settings.c:380
+#: ../settings-dialogs/tweaks-settings.c:437
+#: ../settings-dialogs/workspace-settings.c:381
 #: ../settings-dialogs/xfwm4-settings.c:315
 msgid "SOCKET ID"
 msgstr "ΤΑΥΤΟΤΗΤΑ ΥΠΟΔΟΧΕΑ"
 
-#: ../settings-dialogs/tweaks-settings.c:437
-#: ../settings-dialogs/workspace-settings.c:381
+#: ../settings-dialogs/tweaks-settings.c:438
+#: ../settings-dialogs/workspace-settings.c:382
 #: ../settings-dialogs/xfwm4-settings.c:317
 msgid "Version information"
 msgstr "Πληροφορίες έκδοσης"
 
-#: ../settings-dialogs/tweaks-settings.c:455
-#: ../settings-dialogs/workspace-settings.c:398
+#: ../settings-dialogs/tweaks-settings.c:456
+#: ../settings-dialogs/workspace-settings.c:399
 #: ../settings-dialogs/xfwm4-settings.c:964
 msgid "."
 msgstr "."
 
-#: ../settings-dialogs/tweaks-settings.c:459
-#: ../settings-dialogs/workspace-settings.c:402
+#: ../settings-dialogs/tweaks-settings.c:460
+#: ../settings-dialogs/workspace-settings.c:403
 #: ../settings-dialogs/xfwm4-settings.c:968
 #, c-format
 msgid ""
@@ -73,254 +75,253 @@ msgstr ""
 "Δοκίμασε %s --help για να δεις μία πλήρη λίστα των διαθέσιμων επιλογών της "
 "γραμμής εντολών.\n"
 
-#: ../settings-dialogs/workspace-settings.c:73
-#: ../settings-dialogs/workspace-settings.c:88
+#: ../settings-dialogs/workspace-settings.c:74
+#: ../settings-dialogs/workspace-settings.c:89
 #, c-format
 msgid "Workspace %d"
 msgstr "Χώρος εργασίας %dε"
 
-#: ../settings-dialogs/workspace-settings.c:274
+#: ../settings-dialogs/workspace-settings.c:275
 msgid "Workspace Name"
 msgstr "Ονόμα χώρου εργασίας"
 
-#: ../settings-dialogs/workspace-settings.c:380
+#: ../settings-dialogs/workspace-settings.c:381
 #: ../settings-dialogs/xfwm4-settings.c:315
 msgid "Settings manager socket"
 msgstr "Υποδοχή διαχειριστή ρυθμίσεων"
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-dialog.glade.h:1
-msgid "Window Manager"
-msgstr "Διαχειριστής παραθύρων"
-
-#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:29
 msgid "Configure window behavior and shortcuts"
 msgstr "Ρύθμιση συμπεριφοράς παραθύρων και συντομεύσεων"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:1
-msgid "Window Manager Tweaks"
-msgstr "Προσαρμογή διαχειριστή παραθύρων"
+#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:48
+msgid "Window Manager"
+msgstr "Διαχειριστής παραθύρων"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:2
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:15
 msgid "Fine-tune window behaviour and effects"
 msgstr "Ρύθμιση συμπεριφοράς παραθύρων και φαινόμενων"
 
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-

[Xfce4-commits] Fix comment in perl package info (bug #8661).

2012-04-09 Thread Nick Schermer
Updating branch refs/heads/master
 to 7d52f7bea120ee92e597947a51107cbc98d77bfb (commit)
   from f963750e7577c3940a2bc7e0a331a9df6080c34d (commit)

commit 7d52f7bea120ee92e597947a51107cbc98d77bfb
Author: Nick Schermer 
Date:   Mon Apr 9 18:24:02 2012 +0200

Fix comment in perl package info (bug #8661).

 xfconf-perl/Xfconf.pm.in |   24 
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/xfconf-perl/Xfconf.pm.in b/xfconf-perl/Xfconf.pm.in
index 0069279..4eeebd0 100644
--- a/xfconf-perl/Xfconf.pm.in
+++ b/xfconf-perl/Xfconf.pm.in
@@ -1,18 +1,18 @@
 #
 # Copyright (c) 2008 Brian Tarricone 
 #
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; version 2 of the License ONLY.
- *
- *  This program is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU General Public License for more details.
- *
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA
+#  This program is free software; you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; version 2 of the License ONLY.
+#
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
+#  You should have received a copy of the GNU General Public License
+#  along with this program; if not, write to the Free Software
+#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 { package Xfce4::Xfconf;
 use 5.008;
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Restore button press/release mask as removing it breaks switching workspaces with scroll wheel (bug #8656)

2012-04-09 Thread Olivier Fourdan
Updating branch refs/heads/master
 to 22a820749b06691221052000a4f64c5545976b5f (commit)
   from 500ea413ab51a29710dffeb39889239bc6c420e8 (commit)

commit 22a820749b06691221052000a4f64c5545976b5f
Author: Olivier Fourdan 
Date:   Mon Apr 9 18:22:12 2012 +0200

Restore button press/release mask as removing it breaks switching 
workspaces with scroll wheel (bug #8656)

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

diff --git a/src/main.c b/src/main.c
index 9cff21b..44c71c0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -67,6 +67,8 @@
 SubstructureNotifyMask|\
 StructureNotifyMask|\
 SubstructureRedirectMask|\
+ButtonPressMask|\
+ButtonReleaseMask|\
 KeyPressMask|\
 KeyReleaseMask|\
 FocusChangeMask|\
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Actions: Show translated strings (bug #8660).

2012-04-09 Thread Nick Schermer
Updating branch refs/heads/master
 to 72083ca030edd6edade47ee1bc267ac3f9612381 (commit)
   from ba3869b26ac801b13856df3ecdb24ceb66fb4259 (commit)

commit 72083ca030edd6edade47ee1bc267ac3f9612381
Author: Nick Schermer 
Date:   Mon Apr 9 18:22:25 2012 +0200

Actions: Show translated strings (bug #8660).

 plugins/actions/actions.c |5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/plugins/actions/actions.c b/plugins/actions/actions.c
index 6b08344..30c2c51 100644
--- a/plugins/actions/actions.c
+++ b/plugins/actions/actions.c
@@ -714,7 +714,8 @@ actions_plugin_action_confirmation_time (gpointer data)
   else
 {
   gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG 
(timeout->dialog),
-timeout->entry->status, 
timeout->time_left);
+_(timeout->entry->status),
+timeout->time_left);
 }
 
   return --timeout->time_left >= 0;
@@ -739,7 +740,7 @@ actions_plugin_action_confirmation (ActionsPlugin *plugin,
 
   dialog = gtk_message_dialog_new (NULL, 0,
GTK_MESSAGE_QUESTION, GTK_BUTTONS_CANCEL,
-   "%s", entry->question);
+   "%s", _(entry->question));
   gtk_window_set_keep_above (GTK_WINDOW (dialog), TRUE);
   gtk_window_stick (GTK_WINDOW (dialog));
   gtk_window_set_skip_taskbar_hint (GTK_WINDOW (dialog), TRUE);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Greek (el) translation to 100%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to f963750e7577c3940a2bc7e0a331a9df6080c34d (commit)
   from c2490a198aa2e52d1b3696c062f11ec0a96a3bd6 (commit)

commit f963750e7577c3940a2bc7e0a331a9df6080c34d
Author: Efstathios Iosifidis 
Date:   Mon Apr 9 18:18:58 2012 +0200

l10n: Updated Greek (el) translation to 100%

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

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

 po/el.po |   88 +
 1 files changed, 42 insertions(+), 46 deletions(-)

diff --git a/po/el.po b/po/el.po
index c31a2cb..908af89 100644
--- a/po/el.po
+++ b/po/el.po
@@ -1,18 +1,19 @@
 #
+# Efstathios Iosifidis , 2012.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfconf\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-28 21:48+0100\n"
-"PO-Revision-Date: \n"
-"Last-Translator: George Vasilakos \n"
-"Language-Team: Greek \n"
+"POT-Creation-Date: 2012-04-08 15:30+\n"
+"PO-Revision-Date: 2012-04-09 19:18+0300\n"
+"Last-Translator: Efstathios Iosifidis \n"
+"Language-Team: Ελληνικά, Σύγχρονα \n"
 "Language: el\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\\n\\nX-Poedit-Language: Greek\\nX-"
-"Poedit-Country: GREECE\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
 
 #: ../xfconf/xfconf-cache.c:876
 #, c-format
@@ -181,11 +182,11 @@ msgstr "Δεν ήταν δυνατή η εκκίνηση συστημάτων υ
 
 #: ../xfconf-query/main.c:90 ../xfconf-query/main.c:95
 msgid "set"
-msgstr ""
+msgstr "ορίστηκε"
 
 #: ../xfconf-query/main.c:100
 msgid "reset"
-msgstr ""
+msgstr "επαναφορά"
 
 #: ../xfconf-query/main.c:176
 msgid "Version information"
@@ -233,7 +234,7 @@ msgstr "Εξαναγκασμός χρήσης πίνακα ακόμη και γ
 
 #: ../xfconf-query/main.c:220
 msgid "Invert an existing boolean property"
-msgstr ""
+msgstr "Αντιστροφή μιας υπάρχουσας λογικής ιδιότητας"
 
 #: ../xfconf-query/main.c:224
 msgid "Monitor a channel for property changes"
@@ -242,120 +243,115 @@ msgstr "Παρακολούθηση καναλιού για αλλαγές ιδι
 #: ../xfconf-query/main.c:246
 #, c-format
 msgid "Failed to init libxfconf: %s"
-msgstr ""
+msgstr "Αποτυχία αρχικοποίησης libxfconf: %s"
 
 #: ../xfconf-query/main.c:251
 msgid "- Xfconf commandline utility"
-msgstr ""
+msgstr "- Xfconf εργαλείο γραμμής εντολών"
 
 #: ../xfconf-query/main.c:256
 #, c-format
 msgid "Option parsing failed: %s"
-msgstr ""
+msgstr "Αποτυχία ανάλυσης επιλογής: %s"
 
 #: ../xfconf-query/main.c:266
 msgid "The Xfce development team. All rights reserved."
-msgstr ""
+msgstr "Ο ομάδα ανάπτυξης του Xfce. Όλα τα δικαιώματα είναι κατοχυρωμένα."
 
 #: ../xfconf-query/main.c:267
 #, c-format
 msgid "Please report bugs to <%s>."
-msgstr ""
+msgstr "Παρακαλώ αναφέρετε σφάλματα στο <%s>."
 
 #: ../xfconf-query/main.c:279
 msgid "Channels:"
-msgstr ""
+msgstr "Κανάλια:"
 
 #: ../xfconf-query/main.c:295
 msgid "No property specified"
-msgstr ""
+msgstr "Δεν καθορίστηκε ιδιότητα"
 
 #: ../xfconf-query/main.c:301
 msgid "--create and --reset options can not be used together"
-msgstr ""
+msgstr "Οι επιλογές --create και --reset δεν μπορούν να χρησιμοποιηθούν μαζί"
 
 #: ../xfconf-query/main.c:307
 msgid "--create and --reset options can not be used together with --list"
 msgstr ""
+"Οι επιλογές --create και --reset δεν μπορούν να χρησιμοποιηθούν μαζί με την "
+"--list"
 
 #: ../xfconf-query/main.c:319
-#, fuzzy, c-format
+#, c-format
 msgid "Start monitoring channel \"%s\":"
-msgstr "Έναρξη παρακολούθησης καναλιού '%s':"
+msgstr "Έναρξη παρακολούθησης καναλιού \"%s\":"
 
 #: ../xfconf-query/main.c:353 ../xfconf-query/main.c:458
 #: ../xfconf-query/main.c:527
-#, fuzzy
 msgid "Failed to set property"
-msgstr "Αποτυχία ορισμού ιδιότητας.\n"
+msgstr "Αποτυχία ορισμού ιδιότητας."
 
 #: ../xfconf-query/main.c:357
 msgid "--toggle only works with boolean values"
-msgstr ""
+msgstr "Η επιλογή --toggle λειτουργεί μόνο με λογικές τιμές"
 
 #: ../xfconf-query/main.c:366 ../xfconf-query/main.c:385
 msgid "(unknown)"
 msgstr "(άγνωστο)"
 
 #: ../xfconf-query/main.c:375
-#, fuzzy, c-format
+#, c-format
 msgid "Value is an array with %d items:"
-msgstr ""
-"Η τιμή είναι ένας πίνακας με %d αντικείμενα:\n"
-"\n"
+msgstr "Η τιμή είναι ένας πίνακας με %d αντικείμενα:"
 
 #: ../xfconf-query/main.c:399
-#, fuzzy, c-format
+#, c-format
 msgid ""
 "Property \"%s\" does not exist on channel \"%s\". If a new property should "
 "be created, use the --create option"
 msgstr ""
-"Η ιδιότητα \"%s\" δεν υπάρχει στο κανάλι \"%s\". Αν πρέπει να\n"
-"δημιουργηθεί νέα ιδιότητα, χρησιμοποιήστε την επιλογή --create.\n"
+"Η ιδιότητα \"%s\" δεν υπάρχει στο κανάλι \"%s\". Αν πρέπει να δημιουργηθεί "
+"νέα ιδιότητα, χρησιμοποιήστε την επιλογή --create."
 
 #: ../xfconf-query/main.c:407
-#, fuzzy
 msgid "When creating a new property, the value type must be specified"
 msgstr ""
 "Όταν δημιουργείται μια νέα ιδιότητα, πρέπει να ορίζετα

[Xfce4-commits] l10n: Updated Greek (el) translation to 100%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 88818652cd571f3a1cfc1742aa3d5830c97ed605 (commit)
   from e9f6f9428adce6444b456282058ba25fed79ee62 (commit)

commit 88818652cd571f3a1cfc1742aa3d5830c97ed605
Author: Efstathios Iosifidis 
Date:   Mon Apr 9 18:07:42 2012 +0200

l10n: Updated Greek (el) translation to 100%

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

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

 po/el.po |  300 +++---
 1 files changed, 208 insertions(+), 92 deletions(-)

diff --git a/po/el.po b/po/el.po
index 842f4b9..d991255 100644
--- a/po/el.po
+++ b/po/el.po
@@ -5,200 +5,319 @@
 # Stavros Giannouris , 2005.
 # Stathis Kamperis , 2006.
 # Evaggelos Balaskas , 2008.
+# Efstathios Iosifidis , 2012.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-appfinder git\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-21 20:43+0200\n"
-"PO-Revision-Date: 2010-02-01 08:39+0200\n"
-"Last-Translator: Evaggelos Balaskas \n"
-"Language-Team: Greek \n"
+"POT-Creation-Date: 2012-04-08 18:09+\n"
+"PO-Revision-Date: 2012-04-09 19:07+0300\n"
+"Last-Translator: Efstathios Iosifidis \n"
+"Language-Team: Ελληνικά, Σύγχρονα \n"
 "Language: el\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
 "X-Poedit-Language: Greek\n"
 "X-Poedit-SourceCharset: utf-8\n"
 "X-Poedit-Country: GREECE\n"
 "X-Generator: Lokalize 0.2\n"
 
-#: ../src/appfinder-category-model.c:108
-#, fuzzy
+#: ../src/appfinder-category-model.c:146
 msgid "All Applications"
-msgstr "Εύρεση εφαρμογών"
+msgstr "Όλες οι Εφαρμογές"
 
-#: ../src/appfinder-model.c:422
+#: ../src/appfinder-model.c:545
 msgid "Name"
-msgstr ""
+msgstr "Όνομα"
 
-#: ../src/appfinder-model.c:423
+#: ../src/appfinder-model.c:546
+msgid "Comment"
+msgstr "Σχόλιο"
+
+#: ../src/appfinder-model.c:547
 msgid "Command"
-msgstr ""
+msgstr "Εντολή"
 
-#: ../src/appfinder-model.c:424
+#: ../src/appfinder-model.c:548
 msgid "Categories"
 msgstr "Κατηγορίες"
 
-#: ../src/appfinder-model.c:425
+#: ../src/appfinder-model.c:549
 msgid "Filename"
-msgstr ""
+msgstr "Όνομα Αρχείου"
 
-#: ../src/appfinder-model.c:1317
-#, fuzzy
+#: ../src/appfinder-model.c:1825
 msgid "Application has no command"
-msgstr "Εύρεση εφαρμογών"
+msgstr "Η εφαρμογή δεν έχει εντολή"
 
-#: ../src/appfinder-model.c:1634
+#: ../src/appfinder-model.c:2149
 msgid "Commands History"
-msgstr ""
+msgstr "Ιστορικό Εντολών"
 
-#: ../src/appfinder-preferences.c:175
+#: ../src/appfinder-preferences.c:221
 msgid "C_lear"
-msgstr ""
+msgstr "Ε_κκαθάριση"
 
-#: ../src/appfinder-preferences.c:176
+#: ../src/appfinder-preferences.c:222
 msgid "This will permanently clear the custom command history."
-msgstr ""
+msgstr "Αυτό θα εκκαθαρίσει μόνιμα το ιστορικό προσαρμοσμένων εντολών."
 
-#: ../src/appfinder-preferences.c:177
+#: ../src/appfinder-preferences.c:223
 msgid "Are you sure you want to clear the command history?"
-msgstr ""
+msgstr "Είστε σίγουρος ότι θέλετε να εκκαθαρίσει το ιστορικό εντολών;"
 
-#: ../src/appfinder-preferences.c:287
+#: ../src/appfinder-preferences.c:333
 msgid "The custom action will be deleted permanently."
-msgstr ""
+msgstr "Η προσαρμοσμένη ενέργεια θα διαγραφεί μόνιμα."
 
-#: ../src/appfinder-preferences.c:288
+#: ../src/appfinder-preferences.c:334
 #, c-format
 msgid "Are you sure you want to delete pattern \"%s\"?"
-msgstr ""
+msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε το pattern \"%s\";"
 
-#: ../src/appfinder-window.c:183 ../src/main.c:344
-#: ../src/appfinder-preferences.glade.h:3
+#: ../src/appfinder-window.c:219 ../src/main.c:446
+#: ../src/appfinder-preferences.glade.h:4
 #: ../data/xfce4-appfinder.desktop.in.h:1
 msgid "Application Finder"
-msgstr "Εύρεση εφαρμογών"
+msgstr "Εύρεση Εφαρμογών"
 
-#: ../src/appfinder-window.c:224
+#: ../src/appfinder-window.c:271
 msgid "Toggle view mode"
+msgstr "Εναλλαγή κατάστασης προβολής"
+
+#: ../src/appfinder-window.c:363
+msgid "La_unch"
+msgstr "Ε_κτέλεση"
+
+#: ../src/appfinder-window.c:798
+msgid "Failed to launch desktop item editor"
+msgstr "Αποτυχία εκκίνησης επεξεργαστή αντικειμένου επιφάνειας εργασίας"
+
+#: ../src/appfinder-window.c:824
+msgid ""
+"This will permanently remove the custom desktop file from your home "
+"directory."
 msgstr ""
+"Αυτό θα αφαιρέσει μόνιμα το προσαρμοσμένο αρχείο επιφάνειας εργασίας από τον "
+"προσωπικό σας κατάλογο."
 
-#: ../src/main.c:70
-msgid "Start in collapsed mode"
+#: ../src/appfinder-window.c:825
+#, c-format
+msgid "Are you sure you want to revert \"%s\"?"
+msgstr "Είστε σίγουροι ότι θέλετε να επαναφέρετε το \"%s\";"
+
+#: ../src/appfinder-window.c:835
+msgid "Failed to remove desktop file"
+msgstr "Αποτυχία αφαίρεσης αρχείου επιφάνειας εργασίας"
+
+#. I18N: the first %s will be replace with users' applications directory, the
+#. * s

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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 149b25feb0f59210f2e86ba5cdc5a1d39a850889 (commit)
   from 6e98c2923661115af8e2e50f901d8b971f52f33f (commit)

commit 149b25feb0f59210f2e86ba5cdc5a1d39a850889
Author: Piotr Sokół 
Date:   Mon Apr 9 16:45:04 2012 +0200

l10n: Updated Polish (pl) translation to 95%

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

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

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

diff --git a/po/pl.po b/po/pl.po
index 6261e5c..abc7e76 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-session 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 15:12+\n"
+"POT-Creation-Date: 2012-04-09 13:12+\n"
 "PO-Revision-Date: 2011-03-24 22:34+0100\n"
 "Last-Translator: Piotr Sokół \n"
 "Language-Team: Polish <>\n"
@@ -787,7 +787,7 @@ msgstr "Wystąpił błąd podczas próby wylogowania"
 
 #: ../xfce4-session-logout/xfce4-session-logout.desktop.in.h:1
 msgid "Log Out"
-msgstr "Wyloguj"
+msgstr "Zakończ sesję"
 
 #: ../xfce4-session-logout/xfce4-session-logout.desktop.in.h:2
 msgid "Log out of the Xfce Desktop"
@@ -904,7 +904,9 @@ msgstr "Kończy działanie programu i usuwa go z bieżącej 
sesji"
 
 #: ../settings/xfce4-session-settings.glade.h:26
 msgid "Run xflock4 before suspending or hibernating the system"
-msgstr "Uruchamia program xflock4 przed wstrzymaniem lub zahibernowaniem 
działania systemu"
+msgstr ""
+"Uruchamia program xflock4 przed wstrzymaniem lub zahibernowaniem działania "
+"systemu"
 
 #: ../settings/xfce4-session-settings.glade.h:27
 msgid "S_plash"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to ba3869b26ac801b13856df3ecdb24ceb66fb4259 (commit)
   from e03c54bd72d26cdce3b0d586f12a184379b6c360 (commit)

commit ba3869b26ac801b13856df3ecdb24ceb66fb4259
Author: Piotr Sokół 
Date:   Mon Apr 9 16:32:23 2012 +0200

l10n: Updated Polish (pl) translation to 96%

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

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

 po/pl.po |  125 --
 1 files changed, 65 insertions(+), 60 deletions(-)

diff --git a/po/pl.po b/po/pl.po
index 0742cf5..d4aeef9 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,21 +6,22 @@
 # Wit Wiliński , 2005.
 # Piotr Maliński , 2006.
 # Szymon Kałasz , 2006.
-# Piotr Sokół , 2009, 2010, 2011.
-# 
+# Piotr Sokół , 2009, 2010, 2011, 2012.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-panel 4.8.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-08 19:27+\n"
-"PO-Revision-Date: 2011-03-24 22:11+0100\n"
+"POT-Creation-Date: 2012-04-09 12:42+\n"
+"PO-Revision-Date: 2012-04-09 16:32+0200\n"
 "Last-Translator: Piotr Sokół \n"
-"Language-Team: Polish <>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
+"Language-Team: polski <>\n"
 "Language: \n"
-"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10>=2 && n%10<=4 && 
(n%100<10 || n%100>=20)) ? 1 : 2));\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bits\n"
+"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10>=2 && n%10<=4 && (n"
+"%100<10 || n%100>=20)) ? 1 : 2));\n"
 
 #: ../panel-desktop-handler.desktop.in.h:1
 msgid ""
@@ -125,7 +126,7 @@ msgstr "Wypisuje informacje o wersji i kończy"
 #. parse context options
 #: ../panel/main.c:235
 msgid "[ARGUMENTS...]"
-msgstr "[ARGUMENT...]"
+msgstr "[PARAMETR...]"
 
 #: ../panel/main.c:242
 #, c-format
@@ -204,7 +205,9 @@ msgstr "Utwórz _aktywator"
 msgid ""
 "This will create a new launcher plugin on the panel and inserts the dropped "
 "files as menu items."
-msgstr "Opcja stworzy nową wtyczkę aktywatora na panelu i doda wrzucone pliki, 
jako menu"
+msgstr ""
+"Opcja stworzy nową wtyczkę aktywatora na panelu i doda wrzucone pliki, jako "
+"menu"
 
 #: ../panel/panel-application.c:939
 #, c-format
@@ -240,13 +243,17 @@ msgstr "Nie udało się wykonać polecenia „%s”."
 #: ../panel/panel-dbus-client.c:211
 msgid ""
 "Invalid plugin event syntax specified. Use PLUGIN-NAME:NAME[:TYPE:VALUE]."
-msgstr "Nieprawidłowa składnia zdarzenia określonej wtyczki. Użyj 
PLUGIN-NAME:NAME[:TYPE:VALUE]."
+msgstr ""
+"Nieprawidłowa składnia zdarzenia określonej wtyczki. Użyj PLUGIN-NAME:NAME[:"
+"TYPE:VALUE]."
 
 #: ../panel/panel-dbus-client.c:244
 #, c-format
 msgid ""
 "Invalid hint type \"%s\". Valid types are bool, double, int, string and uint."
-msgstr "Nieprawidłowy typ podpowiedzi \"%s\". Prawidłowe typy to bool, double, 
int, string i uint."
+msgstr ""
+"Nieprawidłowy typ podpowiedzi \"%s\". Prawidłowe typy to bool, double, int, "
+"string i uint."
 
 #: ../panel/panel-dialogs.c:65
 msgid "Maintainers"
@@ -254,7 +261,7 @@ msgstr "Opiekunowie"
 
 #: ../panel/panel-dialogs.c:68
 msgid "Deskbar Mode"
-msgstr "Tryb paska pulpitu"
+msgstr "Układ boczny"
 
 #: ../panel/panel-dialogs.c:71
 msgid "Inactive Maintainers"
@@ -262,11 +269,11 @@ msgstr "Nieaktywni opiekunowie"
 
 #: ../panel/panel-dialogs.c:82
 msgid "The panel of the Xfce Desktop Environment"
-msgstr "Panel dla środowiska graficznego Xfce"
+msgstr "Wyświetla panele w środowisku graficznym Xfce"
 
 #: ../panel/panel-dialogs.c:87
 msgid "translator-credits"
-msgstr "Piotr Sokół , 2008, 2009, 2010, 2011."
+msgstr "Piotr Sokół , 2008, 2009, 2010, 2011, 2012."
 
 #. setup the dialog
 #: ../panel/panel-dialogs.c:158 ../plugins/launcher/launcher-dialog.glade.h:2
@@ -399,7 +406,7 @@ msgstr ""
 
 #: ../panel/panel-preferences-dialog.glade.h:5
 msgid "Appeara_nce"
-msgstr "_Wygląd"
+msgstr "Wyg_ląd"
 
 #: ../panel/panel-preferences-dialog.glade.h:6
 msgid "Automatically show and _hide the panel"
@@ -423,11 +430,11 @@ msgstr "_Wyświetlanie"
 
 #: ../panel/panel-preferences-dialog.glade.h:11
 msgid "Deskbar"
-msgstr "Pasek pulpitu"
+msgstr "Boczny"
 
 #: ../panel/panel-preferences-dialog.glade.h:12
 msgid "Don't _reserve space on borders"
-msgstr "Nie rezerwuj przestrzeni po bokach"
+msgstr "Nie rezerwowanie powierzchni na krawędziach"
 
 #: ../panel/panel-preferences-dialog.glade.h:13
 #: ../plugins/launcher/launcher-dialog.glade.h:11
@@ -435,10 +442,11 @@ msgid "Edit the currently selected item"
 msgstr "Wyświetla okno preferencji zaznaczonego elementu"
 
 #: ../panel/panel-preferences-dialog.glade.h:14
-#, fuzzy
 msgid ""
 "Enable compositing in the window manager for opacity settings in the panel."
-msgstr "Uruchom kompozycje w menedżerze okien w celu ukrycia ustawień na 
panelu."
+msgstr ""
+"Proszę włączyć obsługę kompozycji menedżera o

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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 500ea413ab51a29710dffeb39889239bc6c420e8 (commit)
   from 5ac00c7c00acc740773b5680b6a68a84ad4cb7c9 (commit)

commit 500ea413ab51a29710dffeb39889239bc6c420e8
Author: Piotr Sokół 
Date:   Mon Apr 9 15:10:15 2012 +0200

l10n: Updated Polish (pl) translation to 99%

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

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

 po/pl.po |  569 +++---
 1 files changed, 282 insertions(+), 287 deletions(-)

diff --git a/po/pl.po b/po/pl.po
index 6da83ff..7ac4607 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -5,20 +5,20 @@
 # Daniel Mróz , 2003.
 # Robert Kurowski , 2005.
 # Szymon Kałasz , 2006.
-# Piotr Sokół , 2009, 2011.
+# Piotr Sokół , 2009, 2011, 2012.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: xfwm4 4.8.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 19:58+0200\n"
-"PO-Revision-Date: 2011-02-19 17:21+0100\n"
+"POT-Creation-Date: 2012-04-09 09:18+\n"
+"PO-Revision-Date: 2012-04-09 15:07+0200\n"
 "Last-Translator: Piotr Sokół \n"
-"Language-Team: Polish <>\n"
+"Language-Team: polski <>\n"
 "Language: pl\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bits\n"
 "Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10>=2 && n%10<=4 && (n"
 "%100<10 || n%100>=20)) ? 1 : 2));\n"
 
@@ -34,34 +34,34 @@ msgstr ""
 msgid "Warning"
 msgstr "Ostrzeżenie"
 
-#: ../settings-dialogs/tweaks-settings.c:49
+#: ../settings-dialogs/tweaks-settings.c:50
 msgid "None"
 msgstr "Brak"
 
-#: ../settings-dialogs/tweaks-settings.c:436
+#: ../settings-dialogs/tweaks-settings.c:437
 msgid "Session manager socket"
 msgstr "Gniazdo menedżera sesji"
 
-#: ../settings-dialogs/tweaks-settings.c:436
-#: ../settings-dialogs/workspace-settings.c:380
+#: ../settings-dialogs/tweaks-settings.c:437
+#: ../settings-dialogs/workspace-settings.c:381
 #: ../settings-dialogs/xfwm4-settings.c:315
 msgid "SOCKET ID"
 msgstr "ID_GNIAZDA"
 
-#: ../settings-dialogs/tweaks-settings.c:437
-#: ../settings-dialogs/workspace-settings.c:381
+#: ../settings-dialogs/tweaks-settings.c:438
+#: ../settings-dialogs/workspace-settings.c:382
 #: ../settings-dialogs/xfwm4-settings.c:317
 msgid "Version information"
 msgstr "Wypisuje informacje o wersji i kończy"
 
-#: ../settings-dialogs/tweaks-settings.c:455
-#: ../settings-dialogs/workspace-settings.c:398
+#: ../settings-dialogs/tweaks-settings.c:456
+#: ../settings-dialogs/workspace-settings.c:399
 #: ../settings-dialogs/xfwm4-settings.c:964
 msgid "."
 msgstr "."
 
-#: ../settings-dialogs/tweaks-settings.c:459
-#: ../settings-dialogs/workspace-settings.c:402
+#: ../settings-dialogs/tweaks-settings.c:460
+#: ../settings-dialogs/workspace-settings.c:403
 #: ../settings-dialogs/xfwm4-settings.c:968
 #, c-format
 msgid ""
@@ -71,255 +71,256 @@ msgstr ""
 "%s: %s\n"
 "Proszę wprowadzić „%s --help” aby wypisać komunikat pomocy. \n"
 
-#: ../settings-dialogs/workspace-settings.c:73
-#: ../settings-dialogs/workspace-settings.c:88
+#: ../settings-dialogs/workspace-settings.c:74
+#: ../settings-dialogs/workspace-settings.c:89
 #, c-format
 msgid "Workspace %d"
 msgstr "Obszar roboczy %d"
 
-#: ../settings-dialogs/workspace-settings.c:274
+#: ../settings-dialogs/workspace-settings.c:275
 msgid "Workspace Name"
 msgstr "Nazwa"
 
-#: ../settings-dialogs/workspace-settings.c:380
+#: ../settings-dialogs/workspace-settings.c:381
 #: ../settings-dialogs/xfwm4-settings.c:315
 msgid "Settings manager socket"
 msgstr "Określa gniazdo menedżera ustawień"
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-dialog.glade.h:1
-msgid "Window Manager"
-msgstr "Okna"
-
-#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:29
 msgid "Configure window behavior and shortcuts"
 msgstr "Konfiguruje ustawienia okien i skróty klawiszowe"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:1
-msgid "Window Manager Tweaks"
-msgstr "Menedżer okien"
+#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:48
+msgid "Window Manager"
+msgstr "Okna"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:2
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:15
 msgid "Fine-tune window behaviour and effects"
 msgstr "Konfiguruje ustawienia menedżera okien oraz efekty wizualne"
 
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:35
+msgid "Window Manager Tweaks"
+msgstr "Menedżer okien"
+
 #: ../settings-dialogs/

[Xfce4-commits] Some more polishing.

2012-04-09 Thread Nick Schermer
Updating branch refs/heads/xfce-4.10
 to 72d0c40e4832b87f318f7cc8c84204cfa03b7845 (commit)
   from 49f8160e534c84404fda78da3a2ce3a56b81f6f8 (commit)

commit 72d0c40e4832b87f318f7cc8c84204cfa03b7845
Author: Nick Schermer 
Date:   Mon Apr 9 14:11:33 2012 +0200

Some more polishing.

 images/frontpage/slider-panel.jpg |  Bin 83130 -> 83099 bytes
 images/frontpage/src/slider-panel.png |  Bin 203631 -> 222720 bytes
 pages/footer.php  |   12 +-
 pages/frontpage.php   |   72 +++---
 pages/projects/index.php  |  249 +++--
 style/base.css|   34 +++--
 style/bundle.php  |2 +-
 style/frontpage.css   |   13 ++-
 style/projects.css|   12 --
 9 files changed, 207 insertions(+), 187 deletions(-)

diff --git a/images/frontpage/slider-panel.jpg 
b/images/frontpage/slider-panel.jpg
index ad2e31d..9e5d8fa 100644
Binary files a/images/frontpage/slider-panel.jpg and 
b/images/frontpage/slider-panel.jpg differ
diff --git a/images/frontpage/src/slider-panel.png 
b/images/frontpage/src/slider-panel.png
index f5942b5..5f9e6b1 100644
Binary files a/images/frontpage/src/slider-panel.png and 
b/images/frontpage/src/slider-panel.png differ
diff --git a/pages/footer.php b/pages/footer.php
index be94529..ec4a426 100644
--- a/pages/footer.php
+++ b/pages/footer.php
@@ -1,10 +1,10 @@
-
-  
-  
-Xfce 
Development Team. This page was last modified on %s.'), '2003-'.date ('Y'), 
$footer['mtime']) ?>
-  
-
  
+
+
+
+Xfce 
Development Team. This page was last modified on %s.'), '2003-'.date ('Y'), 
$footer['mtime']) ?>
+
+
  
 
 
diff --git a/pages/frontpage.php b/pages/frontpage.php
index 0861159..3019a92 100644
--- a/pages/frontpage.php
+++ b/pages/frontpage.php
@@ -15,7 +15,7 @@ $head['pagediv'] = false;
 
   
 
-
+
   
   
 
@@ -27,11 +27,11 @@ $head['pagediv'] = false;
   
   
 
-
+
   
   
 
-
+
   
   
 
@@ -65,22 +65,54 @@ var slideshow=new TINY.slider.slide('slideshow',{
 
 
 
+
+
+  
+
+
+
+
+  
+  
+  
+  
+
+  
+
 
-
-'.$title.'';
-
-echo ''.$item['paragraphs'][0].'';
+
+  
+
+'.$title.'';
+
+$stamp = strtotime ($item['date']);
+echo ''. date ('M', 
$stamp).
+   ' '. date ('d', $stamp).
+   ''.date ('Y', $stamp).'';
+
+echo '';
+echo ''.$item['paragraphs'][0];
+
+echo ' ';
+E_('Learn More →');
+echo '';
+
+if (--$count <= 0)
+  break;
+  }
+?>
+  
+
 
-if (--$count <= 0)
-  break;
-  }
-?>
+
diff --git a/pages/projects/index.php b/pages/projects/index.php
index 8e754d9..84dc1c9 100644
--- a/pages/projects/index.php
+++ b/pages/projects/index.php
@@ -15,141 +15,120 @@ $toc['anchors'] = array (
 
 
 
-
-  
-http://docs.xfce.org/xfce/xfwm4/start"; class="external">
-
-  
-
-  
-
-  
-http://docs.xfce.org/xfce/xfce4-panel/start"; 
class="external">
-
-  
-
-  
-
-  
-
-
-
-  
-http://docs.xfce.org/xfce/xfdesktop/start"; 
class="external">
-
-  
-
-  
-
-  
-http://docs.xfce.org/xfce/xfce4-session/start"; 
class="external">
-
-  
-
-  
-
-  
-
-
-
-  
-http://docs.xfce.org/xfce/xfce4-settings/start"; 
class="external">
-
-  
-
-  
-
-  
-http://docs.xfce.org/xfce/xfce4-appfinder/start"; 
class="external">
-
-  
-
-  
-
-  
-
-
-
-  
-http://docs.xfce.org/xfce/exo/start"; class="external">
-
-  
-
-  
-
-  
-http://docs.xfce.org/xfce/xfconf/start"; 
class="external">Xfconf
-
-  
-
-  
-
-  
-
-
-
-  
-http://docs.xfce.org/xfce/thunar/start"; 
class="external">
-
-  
-
-  
-
-  
-
+
+  http://docs.xfce.org/xfce/xfwm4/start"; class="external">
+  
+
+  
+
+
+  http://docs.xfce.org/xfce/xfce4-panel/start"; 
class="external">
+  
+
+  
+
+
+
+
+
+  http://docs.xfce.org/xfce/xfdesktop/start"; 
class="external">
+  
+
+  
+
+
+  http://docs.xfce.org/xfce/xfce4-session/start"; 
class="external">
+  
+
+  
+
+
+
+
+
+  http://docs.xfce.org/xfce/xfce4-settings/start"; 
class="external">
+  
+
+  
+
+
+  http://docs.xfce.org/xfce/xfce4-appfinder/start"; 
class="external">
+  
+
+  
+
+
+
+
+
+  http://docs.xfce.org/xfce/exo/start"; class="external">
+  
+
+  
+
+
+  http://docs.xfce.org/xfce/xfconf/start"; 
class="external">Xfconf
+  
+
+  
+
+
+
+
+
+  http://docs.xfce.org/xfce/thunar/start"; class="external">
+  
+
+  
+
+
+
 
 
 
-
-  
-http://www.twotoasts.de/index.php?/pages/midori_summary.html"; 
class="external">
-
-  
-
-  
-
-  
-http://docs.xfce.org/apps/te

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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to d5ecb5ad7e1ccda9a823ba2239d6e714a171b14b (commit)
   from 9880127d7b67d8f89d3160f90acc624532db0a61 (commit)

commit d5ecb5ad7e1ccda9a823ba2239d6e714a171b14b
Author: Piotr Sokół 
Date:   Mon Apr 9 13:57:47 2012 +0200

l10n: Updated Polish (pl) translation to 100%

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

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

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

diff --git a/po/pl.po b/po/pl.po
index d67fff9..086ea2f 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -4,21 +4,22 @@
 # Robert Kurowski , 2005.
 # Piotr Maliński , 2006.
 # Szymon Kałasz , 2006.
-# Piotr Sokół , 2009, 2011.
-# 
+# Piotr Sokół , 2009, 2011, 2012.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfdesktop 4.8.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 10:51+\n"
-"PO-Revision-Date: 2011-02-20 11:34+0100\n"
+"POT-Creation-Date: 2012-04-08 09:51+\n"
+"PO-Revision-Date: 2012-04-09 13:56+0200\n"
 "Last-Translator: Piotr Sokół \n"
-"Language-Team: Polish <>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
+"Language-Team: polski <>\n"
 "Language: \n"
-"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10>=2 && n%10<=4 && 
(n%100<10 || n%100>=20)) ? 1 : 2));\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bits\n"
+"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10>=2 && n%10<=4 && (n"
+"%100<10 || n%100>=20)) ? 1 : 2));\n"
 
 #: ../common/xfdesktop-common.c:96 ../common/xfdesktop-common.c:200
 #, c-format
@@ -235,7 +236,9 @@ msgstr "Reguluje nasycenie tła pulpitu"
 msgid ""
 "Number of minutes before a different background is randomly selected from "
 "the list."
-msgstr "Określa czas wyrażony w minutach, po którym kolejny obraz wybrany w 
sposób losowy, zostanie umieszczony w tle pulpitu"
+msgstr ""
+"Określa czas wyrażony w minutach, po którym kolejny obraz wybrany w sposób "
+"losowy, zostanie umieszczony w tle pulpitu"
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:17
 msgid "Remove the selected image(s) from the list"
@@ -287,9 +290,8 @@ msgstr ""
 "kolorem"
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:28
-#, fuzzy
 msgid "St_retch this background across all monitors."
-msgstr "Rozciągnij jedno tło na _wszystkie monitory"
+msgstr "Rozciągnięcie tła na _wszystkie ekrany"
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:29
 msgid "St_yle:"
@@ -319,13 +321,15 @@ msgstr "Gradient pionowy"
 msgid ""
 "When multiple monitors are present, select this option to stretch the "
 "current background over all of them."
-msgstr ""
+msgstr "Wyświetla bieżące tło pulpitu na wszystkich ekranach"
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:35
 msgid ""
 "While in image list mode, select this option to automatically select a "
 "different background from the image list after a set number of minutes."
-msgstr "Zmienia obraz tła ekranu na inny pochodzący z listy obrazów, po 
określonym czasie"
+msgstr ""
+"Zmienia obraz tła ekranu na inny pochodzący z listy obrazów, po określonym "
+"czasie"
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:36
 #: ../settings/xfdesktop-settings-ui.glade.h:43
@@ -369,9 +373,8 @@ msgid "B_utton:"
 msgstr "_Przycisk:"
 
 #: ../settings/xfdesktop-settings-ui.glade.h:9
-#, fuzzy
 msgid "Control"
-msgstr "Współpraca"
+msgstr "Sterowanie"
 
 #: ../settings/xfdesktop-settings-ui.glade.h:10 ../src/xfce-desktop.c:793
 msgid "Desktop"
@@ -425,7 +428,7 @@ msgstr "Prawy"
 msgid ""
 "Select this option to display preview-able files on the desktop as "
 "automatically generated thumbnail icons."
-msgstr ""
+msgstr "Wyświetla na pulpicie pliki jako miniatury"
 
 #: ../settings/xfdesktop-settings-ui.glade.h:25
 msgid "Set desktop background and menu and icon behavior"
@@ -457,7 +460,7 @@ msgstr "_Przypięte okna tylko w bieżącym obszarze roboczym"
 
 #: ../settings/xfdesktop-settings-ui.glade.h:32
 msgid "Show t_humbnails"
-msgstr ""
+msgstr "Wyświetlanie m_iniatur"
 
 #: ../settings/xfdesktop-settings-ui.glade.h:33
 msgid "Show workspace _names in list"
@@ -465,7 +468,7 @@ msgstr "_Nazwy obszarów roboczych"
 
 #: ../settings/xfdesktop-settings-ui.glade.h:34
 msgid "Single _click to activate items"
-msgstr ""
+msgstr "Uruchamianie elementów pojedynczym _kliknięciem"
 
 #: ../settings/xfdesktop-settings-ui.glade.h:36
 msgid ""
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Russian (ru) translation to 99%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 5ac00c7c00acc740773b5680b6a68a84ad4cb7c9 (commit)
   from 3e2f43687bc2584f66c506ba1714eccc1bd4c80a (commit)

commit 5ac00c7c00acc740773b5680b6a68a84ad4cb7c9
Author: Roman K 
Date:   Mon Apr 9 13:23:27 2012 +0200

l10n: Updated Russian (ru) translation to 99%

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

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

 po/ru.po |  551 +++---
 1 files changed, 275 insertions(+), 276 deletions(-)

diff --git a/po/ru.po b/po/ru.po
index fd475f1..5401946 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -12,21 +12,20 @@
 # Claque , 2011.
 # Aleksandr Ponomarenko , 2011.
 # Artem Zolochevskiy , 2011.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfwm4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 19:58+0200\n"
+"POT-Creation-Date: 2012-04-09 09:18+\n"
 "PO-Revision-Date: 2011-08-11 20:58+0300\n"
 "Last-Translator: Artem Zolochevskiy \n"
 "Language-Team: Russian\n"
-"Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Language: ru\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && 
n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
 #: ../helper-dialog/helper-dialog.c:84
 msgid ""
@@ -40,34 +39,34 @@ msgstr ""
 msgid "Warning"
 msgstr "Внимание"
 
-#: ../settings-dialogs/tweaks-settings.c:49
+#: ../settings-dialogs/tweaks-settings.c:50
 msgid "None"
 msgstr "Отсутствует"
 
-#: ../settings-dialogs/tweaks-settings.c:436
+#: ../settings-dialogs/tweaks-settings.c:437
 msgid "Session manager socket"
 msgstr "Сокет менеджера настроек"
 
-#: ../settings-dialogs/tweaks-settings.c:436
-#: ../settings-dialogs/workspace-settings.c:380
+#: ../settings-dialogs/tweaks-settings.c:437
+#: ../settings-dialogs/workspace-settings.c:381
 #: ../settings-dialogs/xfwm4-settings.c:315
 msgid "SOCKET ID"
 msgstr "ID сокета"
 
-#: ../settings-dialogs/tweaks-settings.c:437
-#: ../settings-dialogs/workspace-settings.c:381
+#: ../settings-dialogs/tweaks-settings.c:438
+#: ../settings-dialogs/workspace-settings.c:382
 #: ../settings-dialogs/xfwm4-settings.c:317
 msgid "Version information"
 msgstr "Информация о версии"
 
-#: ../settings-dialogs/tweaks-settings.c:455
-#: ../settings-dialogs/workspace-settings.c:398
+#: ../settings-dialogs/tweaks-settings.c:456
+#: ../settings-dialogs/workspace-settings.c:399
 #: ../settings-dialogs/xfwm4-settings.c:964
 msgid "."
 msgstr "."
 
-#: ../settings-dialogs/tweaks-settings.c:459
-#: ../settings-dialogs/workspace-settings.c:402
+#: ../settings-dialogs/tweaks-settings.c:460
+#: ../settings-dialogs/workspace-settings.c:403
 #: ../settings-dialogs/xfwm4-settings.c:968
 #, c-format
 msgid ""
@@ -77,254 +76,255 @@ msgstr ""
 "%s: %s\n"
 "Выполните %s --help для показа полного списка опций командной строки.\n"
 
-#: ../settings-dialogs/workspace-settings.c:73
-#: ../settings-dialogs/workspace-settings.c:88
+#: ../settings-dialogs/workspace-settings.c:74
+#: ../settings-dialogs/workspace-settings.c:89
 #, c-format
 msgid "Workspace %d"
 msgstr "Рабочее место %d"
 
-#: ../settings-dialogs/workspace-settings.c:274
+#: ../settings-dialogs/workspace-settings.c:275
 msgid "Workspace Name"
 msgstr "Название рабочего места"
 
-#: ../settings-dialogs/workspace-settings.c:380
+#: ../settings-dialogs/workspace-settings.c:381
 #: ../settings-dialogs/xfwm4-settings.c:315
 msgid "Settings manager socket"
 msgstr "Сокет менеджера настроек"
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-dialog.glade.h:1
-msgid "Window Manager"
-msgstr "Диспетчер окон"
-
-#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:29
 msgid "Configure window behavior and shortcuts"
 msgstr "Настройка поведения окна и комбинаций клавиш"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:1
-msgid "Window Manager Tweaks"
-msgstr "Диспетчер окон (дополнительно)"
+#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:48
+msgid "Window Manager"
+msgstr "Диспетчер окон"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:2
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:15
 msgid "Fine-tune window behaviour and effects"
 msgstr "Дополнительная настройка поведения окна и эффектов"
 
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:35
+msgid "Window Manager Tweaks"
+msgstr "Диспетчер окон (дополнительно)"

[Xfce4-commits] l10n: Updated Russian (ru) translation to 100%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to e9f6f9428adce6444b456282058ba25fed79ee62 (commit)
   from 4a9e7289b293ae7f17878795a6e3ec6b6f979ef0 (commit)

commit e9f6f9428adce6444b456282058ba25fed79ee62
Author: Roman K 
Date:   Mon Apr 9 13:21:39 2012 +0200

l10n: Updated Russian (ru) translation to 100%

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

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

 po/ru.po |   24 ++--
 1 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/po/ru.po b/po/ru.po
index 10e7f6b..e6b066c 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -15,7 +15,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-appfinder\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-18 06:39+\n"
+"POT-Creation-Date: 2012-04-09 05:39+\n"
 "PO-Revision-Date: 2011-08-02 18:31+0300\n"
 "Last-Translator: Artem Zolochevskiy \n"
 "Language-Team: Russian\n"
@@ -79,38 +79,42 @@ msgstr ""
 msgid "Are you sure you want to delete pattern \"%s\"?"
 msgstr "Удалить шаблон \"%s\"?"
 
-#: ../src/appfinder-window.c:216 ../src/main.c:446
+#: ../src/appfinder-window.c:219 ../src/main.c:446
 #: ../src/appfinder-preferences.glade.h:4
 #: ../data/xfce4-appfinder.desktop.in.h:1
 msgid "Application Finder"
 msgstr "Поиск приложений"
 
-#: ../src/appfinder-window.c:268
+#: ../src/appfinder-window.c:271
 msgid "Toggle view mode"
 msgstr "Переключить режим отображения"
 
-#: ../src/appfinder-window.c:763
+#: ../src/appfinder-window.c:363
+msgid "La_unch"
+msgstr "За_пустить"
+
+#: ../src/appfinder-window.c:798
 msgid "Failed to launch desktop item editor"
 msgstr "Не удалось запустить редактор иконок рабочего стола"
 
-#: ../src/appfinder-window.c:789
+#: ../src/appfinder-window.c:824
 msgid ""
 "This will permanently remove the custom desktop file from your home "
 "directory."
 msgstr "Ваш desktop файл будет навсегда удален из вашей домашней директории."
 
-#: ../src/appfinder-window.c:790
+#: ../src/appfinder-window.c:825
 #, c-format
 msgid "Are you sure you want to revert \"%s\"?"
 msgstr "Обратить шаблон \"%s\"?"
 
-#: ../src/appfinder-window.c:800
+#: ../src/appfinder-window.c:835
 msgid "Failed to remove desktop file"
 msgstr "Не удалось удалить desktop файл"
 
 #. I18N: the first %s will be replace with users' applications directory, the
 #. * second with Hidden=true
-#: ../src/appfinder-window.c:833
+#: ../src/appfinder-window.c:868
 #, c-format
 msgid ""
 "To unhide the item you have to manually remove the desktop file from \"%s\" "
@@ -120,11 +124,11 @@ msgstr ""
 "из \"%s\"\\ или открыть этот файл в той же директории и удалить строку \"%s"
 "\"\\"
 
-#: ../src/appfinder-window.c:838 ../src/appfinder-window.c:923
+#: ../src/appfinder-window.c:873 ../src/appfinder-window.c:958
 msgid "_Hide"
 msgstr "Не отображать"
 
-#: ../src/appfinder-window.c:839
+#: ../src/appfinder-window.c:874
 #, c-format
 msgid "Are you sure you want to hide \"%s\"?"
 msgstr "Не отображать \"%s\"?"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 36aab7ff8f5c58f666afba23689a7a973e6407da (commit)
   from 1d17916dda705b634621ea8d25b8b2f03ee4aeb9 (commit)

commit 36aab7ff8f5c58f666afba23689a7a973e6407da
Author: Chipong Luo 
Date:   Mon Apr 9 12:29:36 2012 +0200

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

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

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

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

diff --git a/lib/po/zh_CN.po b/lib/po/zh_CN.po
index 138562c..102cab6 100644
--- a/lib/po/zh_CN.po
+++ b/lib/po/zh_CN.po
@@ -3264,7 +3264,7 @@ msgid ""
 msgstr ""
 "如果对提请者参与其它项目的历史所知甚少,协调员不应该接受新的翻译者。如果不确"
 "定新成员是否有深厚的翻译知识,检查此 Transifex 新帐户的邮箱并在每封邮件中开始"
-"一个简短的讨论是可能的。此时,协调员要么可以接受此新成员,让其可以向代码库直接提"
+"一个简短的讨论是可能的。此时,协调员可以接受此新成员,让其可以向代码库直接提"
 "交更改;也可以要求此新成员提交译文以供审阅。此过程是重要的,比如在翻译者必须在"
 "何时使用标准词典时。"
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 1d17916dda705b634621ea8d25b8b2f03ee4aeb9 (commit)
   from 237410204d9a9cb6861cabb10915b214f1d53617 (commit)

commit 1d17916dda705b634621ea8d25b8b2f03ee4aeb9
Author: Chipong Luo 
Date:   Mon Apr 9 12:27:18 2012 +0200

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

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

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

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

diff --git a/lib/po/zh_CN.po b/lib/po/zh_CN.po
index 78c42bf..138562c 100644
--- a/lib/po/zh_CN.po
+++ b/lib/po/zh_CN.po
@@ -355,7 +355,7 @@ msgid ""
 "\"http://docs.xfce.org/xfce/building\"; class=\"external\">here."
 msgstr ""
 "多数发行版以其自己的软件包格式发送 Xfce,但如果您要较新的版本或要从头编译 "
-"Xfce,您可以在下面找到所需软件包。如何编译 Xfce 的介绍在 这里。"
 
 #: download/index.php:25
@@ -1312,7 +1312,7 @@ msgid ""
 "The launcher also has an integrated application finder to add new items."
 msgstr ""
 "您可以将面板应用程序菜单、应用程序查找器或 Thuanr 中的菜单条目拖放至面板中去"
-"创建启动器。它应该可以让很多多年来一直在要求此功能的人们满意。启动器中也有一"
+"创建启动器。它应该可以让很多多年来一直在提请此功能的人们满意。启动器中也有一"
 "个集成的应用程序查找器用来添加新项目。"
 
 #: about/tour.php:51
@@ -1508,7 +1508,7 @@ msgid ""
 "Sparc, Alpha..."
 msgstr ""
 "Xfce 可以安装在若干 UNIX 平台上。已知可以在 Linux、NetBSD、FreeBSD、OpenBSD、"
-"Solaris、Cygwin、MacOS X 上和 x86, PPC、Sparc、Alpha... 上编译。"
+"Solaris、Cygwin、MacOS X 上和 x86、PPC、Sparc、Alpha... 上编译。"
 
 #: about/index.php:22
 msgid "Features"
@@ -2354,7 +2354,7 @@ msgid ""
 "limitation is history and the application shortcuts are now separated from "
 "the window manager shortcuts."
 msgstr ""
-"然后是在 Xfce 4.2... 中的键盘快捷键问题。Xfce 4.2 限制可自由使用的键盘快捷键"
+"然后是在 Xfce 4.2 中的键盘快捷键问题...Xfce 4.2 限制可自由使用的键盘快捷键"
 "的数量,但人们要分配任意数量的键盘快捷键。自 Xfce 4.4 起此限制已成为历史,且"
 "应用程序快捷键现在与窗口管理器快捷键已经分离。"
 
@@ -2637,7 +2637,7 @@ msgid ""
 "http://xfce.org/\";>http://xfce.org/ and http://xfce.";
 "org/about/tour\">http://xfce.org/about/tour"
 msgstr ""
-"http://xfce.org/\";>http://xfce.org/ and http://xfce.";
+"http://xfce.org/\";>http://xfce.org/ 和 http://xfce.";
 "org/about/tour\">http://xfce.org/关于/导航"
 
 #: news-array.php:37
@@ -2874,7 +2874,7 @@ msgstr ""
 "或许最重要的成功是我们在 Xfce 4.8 将完成的,尽管不时遭受开发团队规模太小的困"
 "难,桌面环境核心还是已经与当今的桌面技术接轨,比如 GIO、ConsoleKit、"
 "PolicyKit、udev 等等。大量老旧的废物也已经从核心中剥离,如 HAL 和 ThunarVFS"
-"(因兼容性原因还在)发生的。"
+"(因兼容性原因还在)的处理。"
 
 #: news-array.php:76
 msgid ""
@@ -3264,8 +3264,8 @@ msgid ""
 msgstr ""
 "如果对提请者参与其它项目的历史所知甚少,协调员不应该接受新的翻译者。如果不确"
 "定新成员是否有深厚的翻译知识,检查此 Transifex 新帐户的邮箱并在每封邮件中开始"
-"一个简短的讨论是可能的。此时,协调员要么接受此新成员,让其可以向代码库直接提"
-"交更改;要么要求此新成员提交译文以供审阅。此过程是重要的,比如在翻译者必须在"
+"一个简短的讨论是可能的。此时,协调员要么可以接受此新成员,让其可以向代码库直接提"
+"交更改;也可以要求此新成员提交译文以供审阅。此过程是重要的,比如在翻译者必须在"
 "何时使用标准词典时。"
 
 #: getinvolved/translation.php:78
@@ -3654,6 +3654,6 @@ msgstr ""
 #~ "SVR4 (Solaris), FreeBSD, Linux, BSD/OS, SunOS and HP-UX."
 #~ msgstr ""
 #~ "OpenBSD 项目出产一个自由的、多平台的基于 4.4 BSD 的类 UNIX 操作系统。我们"
-#~ "努力的重点是可移植性、标准化、正确性、主动式防御和预集成的密码技术。"
+#~ "努力的重点是可移植性、标准化、正确性、主动式防御和预集成的加密技术。"
 #~ "OpenBSD 支持大多数 SVR4(Solaris)、FreeBSD、Linux、BSD/OS、SunOS 和 HP-UX "
 #~ "程序的二进制模拟。"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to e03c54bd72d26cdce3b0d586f12a184379b6c360 (commit)
   from 62d57a259c0976fbbddd0cc080a05ac6e60e485e (commit)

commit e03c54bd72d26cdce3b0d586f12a184379b6c360
Author: Jakob Kramer 
Date:   Mon Apr 9 12:09:29 2012 +0200

l10n: Updated German (de) translation to 96%

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

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

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

diff --git a/po/de.po b/po/de.po
index 6f48082..7d2c436 100644
--- a/po/de.po
+++ b/po/de.po
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-panel 4.7.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 14:42+\n"
+"POT-Creation-Date: 2012-04-09 06:57+\n"
 "PO-Revision-Date: 2012-01-21 15:46+0100\n"
 "Last-Translator: Paul Seyfert \n"
 "Language-Team: German \n"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2012-04-09 Thread Transifex
Updating branch refs/heads/xfce-4.8
 to ec7753818b7b6bffc0ce01eb64244d6e9a106c1b (commit)
   from 70d211b23a80f53728ea1ad22f71ce20e4da79c1 (commit)

commit ec7753818b7b6bffc0ce01eb64244d6e9a106c1b
Author: Jakob Kramer 
Date:   Mon Apr 9 12:00:42 2012 +0200

l10n: Updated German (de) translation to 99%

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

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

 po/de.po |  294 ++
 1 files changed, 198 insertions(+), 96 deletions(-)

diff --git a/po/de.po b/po/de.po
index 596d216..447ccd9 100644
--- a/po/de.po
+++ b/po/de.po
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-panel 4.7.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-06-20 16:34+\n"
+"POT-Creation-Date: 2012-04-09 07:00+\n"
 "PO-Revision-Date: 2010-12-28 22:32+0100\n"
 "Last-Translator: Paul Seyfert \n"
 "Language-Team: German \n"
@@ -21,8 +21,11 @@ msgstr ""
 "Language: de\n"
 
 #: ../panel-desktop-handler.desktop.in.h:1
-msgid "Add a new launcher to the panel based on the information of this 
desktop file"
-msgstr "Einen neuen Starter zur Leiste hinzufügen anhand der Informationen in 
der Desktop-Datei"
+msgid ""
+"Add a new launcher to the panel based on the information of this desktop file"
+msgstr ""
+"Einen neuen Starter zur Leiste hinzufügen anhand der Informationen in der "
+"Desktop-Datei"
 
 #: ../panel-desktop-handler.desktop.in.h:2
 msgid "Create Launcher on the panel"
@@ -43,8 +46,12 @@ msgid "_Read Online"
 msgstr "Online _lesen"
 
 #: ../common/panel-utils.c:158
-msgid "You can read the user manual online. This manual may however not 
exactly match your panel version."
-msgstr "Sie können das Anwenderhandbuch online lesen. Dieses Handbuch 
entspricht allerdings nicht immer Ihrer Version."
+msgid ""
+"You can read the user manual online. This manual may however not exactly "
+"match your panel version."
+msgstr ""
+"Sie können das Anwenderhandbuch online lesen. Dieses Handbuch entspricht "
+"allerdings nicht immer Ihrer Version."
 
 #: ../common/panel-utils.c:160
 msgid "The user manual is not installed on your computer"
@@ -65,7 +72,8 @@ msgstr "Soll »%s« wirklich entfernt werden?"
 #: ../libxfce4panel/xfce-panel-plugin.c:894
 #: ../panel/panel-preferences-dialog.c:1051
 msgid "If you remove the item from the panel, it is permanently lost."
-msgstr "Wenn Sie dieses Element von der Leiste entfernen, ist es dauerhaft 
verloren."
+msgstr ""
+"Wenn Sie dieses Element von der Leiste entfernen, ist es dauerhaft verloren."
 
 #. move item
 #: ../libxfce4panel/xfce-panel-plugin.c:1054
@@ -91,39 +99,44 @@ msgstr "Leisten_einstellungen…"
 msgid "Log _Out"
 msgstr "_Abmelden"
 
-#: ../panel/main.c:78
+#: ../panel/main.c:79
 msgid "Show the 'Panel Preferences' dialog"
 msgstr "Dialog »Leiste einrichten« anzeigen"
 
-#: ../panel/main.c:78 ../panel/main.c:79
+#: ../panel/main.c:79 ../panel/main.c:80
 msgid "PANEL-NUMBER"
 msgstr "LEISTENNUMMER"
 
-#: ../panel/main.c:79
+#: ../panel/main.c:80
 msgid "Show the 'Add New Items' dialog"
 msgstr "Dialog »Neue Objekte hinzufügen« zeigen"
 
-#: ../panel/main.c:80
+#: ../panel/main.c:81
 msgid "Save the panel configuration"
 msgstr "Leisteneinstellungen speichern"
 
-#: ../panel/main.c:81
+#: ../panel/main.c:82
 msgid "Add a new plugin to the panel"
 msgstr "Neues Plugin zur Leiste hinzufügen"
 
-#: ../panel/main.c:81
+#: ../panel/main.c:82
 msgid "PLUGIN-NAME"
 msgstr "PLUGIN-NAME"
 
-#: ../panel/main.c:82
+#: ../panel/main.c:83
 msgid "Restart the running panel instance"
 msgstr "Laufende Instanz der Leiste neustarten"
 
-#: ../panel/main.c:83
+#: ../panel/main.c:84
 msgid "Quit the running panel instance"
 msgstr "Laufende Instanz der Leiste beenden"
 
-#: ../panel/main.c:84
+#: ../panel/main.c:85
+#, fuzzy
+msgid "Do not wait for a window manager on startup"
+msgstr "Beim Start nicht auf einen Fensterverwalter warten"
+
+#: ../panel/main.c:86
 #: ../plugins/applicationsmenu/xfce4-popup-applicationsmenu.sh:33
 #: ../plugins/directorymenu/xfce4-popup-directorymenu.sh:33
 #: ../plugins/windowmenu/xfce4-popup-windowmenu.sh:33
@@ -131,95 +144,111 @@ msgid "Print version information and exit"
 msgstr "Versionsinformationen ausgeben und beenden"
 
 #. parse context options
-#: ../panel/main.c:248
+#: ../panel/main.c:250
 msgid "[ARGUMENTS...]"
 msgstr "[ARGUMENTE…]"
 
-#: ../panel/main.c:255
+#: ../panel/main.c:257
 #, c-format
 msgid "Type \"%s --help\" for usage."
 msgstr "Geben Sie »%s --help« für Informationen zur Nutzung an."
 
-#: ../panel/main.c:274
+#: ../panel/main.c:276
 msgid "The Xfce development team. All rights reserved."
 msgstr "Das Xfce-Entwicklungsteam. Alle Rechte vorbehalten."
 
-#: ../panel/main.c:275
+#: ../panel/main.c:277
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Bitte melden Sie Fehler an <%s>"
 
-#: ../panel/main.c:326
+#: ../panel/main.c:328
 msgid "There is already a running

[Xfce4-commits] l10n: Updated Croatian (hr) translation to 79%

2012-04-09 Thread Transifex
Updating branch refs/heads/master
 to 3e2f43687bc2584f66c506ba1714eccc1bd4c80a (commit)
   from 2a6a6e3c19a0cf2151e4958bf294a0201423ba4b (commit)

commit 3e2f43687bc2584f66c506ba1714eccc1bd4c80a
Author: Ivica  Kolić 
Date:   Mon Apr 9 11:37:58 2012 +0200

l10n: Updated Croatian (hr) translation to 79%

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

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

 po/hr.po |  505 +++---
 1 files changed, 251 insertions(+), 254 deletions(-)

diff --git a/po/hr.po b/po/hr.po
index a86fea4..b856a98 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -7,16 +7,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfwm4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-07 19:58+0200\n"
+"POT-Creation-Date: 2012-04-09 09:18+\n"
 "PO-Revision-Date: 2010-06-12 00:06+0200\n"
 "Last-Translator: Ivica Kolić <>\n"
 "Language-Team: Croatian <>\n"
-"Language: hr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Language: hr\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && 
n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
 #: ../helper-dialog/helper-dialog.c:84
 msgid ""
@@ -30,34 +29,34 @@ msgstr ""
 msgid "Warning"
 msgstr "Upozorenje"
 
-#: ../settings-dialogs/tweaks-settings.c:49
+#: ../settings-dialogs/tweaks-settings.c:50
 msgid "None"
 msgstr "Ništa"
 
-#: ../settings-dialogs/tweaks-settings.c:436
+#: ../settings-dialogs/tweaks-settings.c:437
 msgid "Session manager socket"
 msgstr "Socket upravitelja sesijom"
 
-#: ../settings-dialogs/tweaks-settings.c:436
-#: ../settings-dialogs/workspace-settings.c:380
+#: ../settings-dialogs/tweaks-settings.c:437
+#: ../settings-dialogs/workspace-settings.c:381
 #: ../settings-dialogs/xfwm4-settings.c:315
 msgid "SOCKET ID"
 msgstr "SOCKET ID"
 
-#: ../settings-dialogs/tweaks-settings.c:437
-#: ../settings-dialogs/workspace-settings.c:381
+#: ../settings-dialogs/tweaks-settings.c:438
+#: ../settings-dialogs/workspace-settings.c:382
 #: ../settings-dialogs/xfwm4-settings.c:317
 msgid "Version information"
 msgstr "Informacija o verziji"
 
-#: ../settings-dialogs/tweaks-settings.c:455
-#: ../settings-dialogs/workspace-settings.c:398
+#: ../settings-dialogs/tweaks-settings.c:456
+#: ../settings-dialogs/workspace-settings.c:399
 #: ../settings-dialogs/xfwm4-settings.c:964
 msgid "."
 msgstr "."
 
-#: ../settings-dialogs/tweaks-settings.c:459
-#: ../settings-dialogs/workspace-settings.c:402
+#: ../settings-dialogs/tweaks-settings.c:460
+#: ../settings-dialogs/workspace-settings.c:403
 #: ../settings-dialogs/xfwm4-settings.c:968
 #, c-format
 msgid ""
@@ -67,253 +66,253 @@ msgstr ""
 "%s: %s\n"
 "Pokušajte %s --help da vi vidjeli popis svih mogućih opcija.\n"
 
-#: ../settings-dialogs/workspace-settings.c:73
-#: ../settings-dialogs/workspace-settings.c:88
+#: ../settings-dialogs/workspace-settings.c:74
+#: ../settings-dialogs/workspace-settings.c:89
 #, c-format
 msgid "Workspace %d"
 msgstr "Radni prostor %d"
 
-#: ../settings-dialogs/workspace-settings.c:274
+#: ../settings-dialogs/workspace-settings.c:275
 msgid "Workspace Name"
 msgstr "Naziv Radnog Prostora"
 
-#: ../settings-dialogs/workspace-settings.c:380
+#: ../settings-dialogs/workspace-settings.c:381
 #: ../settings-dialogs/xfwm4-settings.c:315
 msgid "Settings manager socket"
 msgstr "Socket upravitelja postavkama"
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-dialog.glade.h:1
-msgid "Window Manager"
-msgstr "Upravitelj prozora"
-
-#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-dialog.glade.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:29
 msgid "Configure window behavior and shortcuts"
 msgstr "Postavi ponašanje prozora i prečica"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:1
-msgid "Window Manager Tweaks"
-msgstr "Postavke Upravitelja Prozora"
+#: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-dialog.glade.h:48
+msgid "Window Manager"
+msgstr "Upravitelj prozora"
 
-#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:2
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:15
 msgid "Fine-tune window behaviour and effects"
 msgstr "Detaljno postavljanje ponašanja prozora i efekata"
 
+#: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:35
+msgid "Window Manager Tweaks"
+msgstr "Postavke Upravitelja Prozora"
+
 #: ../settings-dialogs/xfce-workspaces-settings.desktop.in.h:1
 #: ../settings-dialogs/xfwm4-

  1   2   >