[Xfce4-commits] midori:master Remove 1 of 2 'destroyed' callbacks in adlock prefs

2013-03-04 Thread Christian Dywan
Updating branch refs/heads/master
 to 449c154030aa558e5c3c928d5189149a29f1425d (commit)
   from ccb6dd6ec4c981eb6cb63423e190216522630569 (commit)

commit 449c154030aa558e5c3c928d5189149a29f1425d
Author: Christian Dywan christ...@twotoasts.de
Date:   Sun Mar 3 22:02:11 2013 +0100

Remove 1 of 2 'destroyed' callbacks in adlock prefs

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

diff --git a/extensions/adblock.c b/extensions/adblock.c
index eeb639d..e6fa953 100644
--- a/extensions/adblock.c
+++ b/extensions/adblock.c
@@ -491,8 +491,6 @@ adblock_get_preferences_dialog (MidoriExtension* extension)
 katze_widget_add_class (gtk_dialog_get_widget_for_response (
 GTK_DIALOG (dialog), GTK_RESPONSE_HELP), help_button);
 content_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
-g_signal_connect (dialog, destroy,
-  G_CALLBACK (gtk_widget_destroyed), dialog);
 gtk_window_set_icon_name (GTK_WINDOW (dialog), GTK_STOCK_PROPERTIES);
 /* TODO: Implement some kind of help function */
 gtk_dialog_set_response_sensitive (GTK_DIALOG (dialog),
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] midori:master Fix completion test to not pass NULL URIs

2013-03-04 Thread Christian Dywan
Updating branch refs/heads/master
 to d3c3feb4ae7326728e07e49a13d5a08ace5cc501 (commit)
   from 449c154030aa558e5c3c928d5189149a29f1425d (commit)

commit d3c3feb4ae7326728e07e49a13d5a08ace5cc501
Author: Christian Dywan christ...@twotoasts.de
Date:   Sun Mar 3 22:07:56 2013 +0100

Fix completion test to not pass NULL URIs

 tests/completion.vala |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/completion.vala b/tests/completion.vala
index df51b8a..5b9d2c5 100644
--- a/tests/completion.vala
+++ b/tests/completion.vala
@@ -32,11 +32,11 @@ class TestCompletion : Midori.Completion {
 if (test_suggestions == 0)
 return null;
 if (test_suggestions = 1)
-suggestions.append (new Midori.Suggestion (null, First));
+suggestions.append (new Midori.Suggestion (about:first, 
First));
 if (test_suggestions = 2)
-suggestions.append (new Midori.Suggestion (null, Second));
+suggestions.append (new Midori.Suggestion (about:second, 
Second));
 if (test_suggestions = 3)
-suggestions.append (new Midori.Suggestion (null, Third));
+suggestions.append (new Midori.Suggestion (about:third, 
Third));
 if (cancellable.is_cancelled ())
 return null;
 return suggestions;
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-eyes-plugin:master Update NEWS and README.

2013-03-04 Thread Harald Judt
Updating branch refs/heads/master
 to c7441b44cdacd6287cfde86b046bc19b054f4b56 (commit)
   from d8ebf3090bc98bda7a3e91792bc29cae639f566b (commit)

commit c7441b44cdacd6287cfde86b046bc19b054f4b56
Author: Harald Judt h.j...@gmx.at
Date:   Mon Mar 4 11:46:15 2013 +0100

Update NEWS and README.

 NEWS   |   24 +---
 README |2 ++
 2 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/NEWS b/NEWS
index c072069..87bb0f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,17 @@
-4.4.2 (2013-02-28):
+4.4.2 (2013-03-04):
 ---
- * Support for deskbar mode and panel multi-row config (=xfce4-panel-4.9.0).
- * Make eye movement independent, like in xeyes (bug #9036).
- * Build the plugin as a module.
- * Autotools update (automake-1.13 compatibility and other issues).
- * Fix remembering theme (bug #9035).
- * Update size after panel orientation change (bug #8404).
- * More translation updates.
- * Port to libxfce4ui (bug #8074).
+- Small optimizations to update function, making animation more smooth.
+- Support for deskbar mode and panel multi-row config (=xfce4-panel-4.9.0).
+- Make eye movement independent, like in xeyes (bug #9036).
+- Implement eye position calculations in 3D coordinatines (bug #9036).
+- Build the plugin as a module.
+- Autotools update (automake-1.13 compatibility and other issues).
+- Fix remembering theme (bug #9035).
+- Update size after panel orientation change (bug #8404).
+- More translation updates.
+- Port to libxfce4ui (bug #8074).
 
 4.4.1 (2010-12-18):
 ---
- * Translated into 11 more languages, for a total of 54, 36 of which are fully 
translated.
- * Fix compile issues, resolving bugs #5740 and #6024
+- Translated into 11 more languages, for a total of 54, 36 of which are fully 
translated.
+- Fix compile issues, resolving bugs #5740 and #6024.
diff --git a/README b/README
index 395f407..4bc3fd2 100644
--- a/README
+++ b/README
@@ -68,6 +68,8 @@ GNU automake installed!):
 
 1a) ./autogen.sh --prefix=/usr
 
+If an error about a missing ltmain.sh occurs, try autoreconf -i.
+
 Otherwise, if you've downloaded the tarball from e.g.
 http://archive.xfce.org/, issue the following command:
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-eyes-plugin:master Updates for release.

2013-03-04 Thread Harald Judt
Updating branch refs/heads/master
 to 04b0484b679348fad1af7b2f125a4bfb615503fa (commit)
   from c7441b44cdacd6287cfde86b046bc19b054f4b56 (commit)

commit 04b0484b679348fad1af7b2f125a4bfb615503fa
Author: Harald Judt h.j...@gmx.at
Date:   Mon Mar 4 11:47:44 2013 +0100

Updates for release.

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

diff --git a/configure.ac.in b/configure.ac.in
index b9b6282..7985288 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,9 +6,9 @@ dnl *** Version information ***
 dnl ***
 m4_define([eyes_version_major], [4])
 m4_define([eyes_version_minor], [4])
-m4_define([eyes_version_micro], [1])
+m4_define([eyes_version_micro], [2])
 m4_define([eyes_version_build], [r@REVISION@])
-m4_define([eyes_version_tag], [git])
+m4_define([eyes_version_tag], [])
 m4_define([eyes_version], 
[eyes_version_major().eyes_version_minor().eyes_version_micro()ifelse(eyes_version_tag(),
 [git], [eyes_version_tag()-eyes_version_build()], [eyes_version_tag()])])
 
 dnl ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-eyes-plugin|xfce4-eyes-plugin-4.4.2 Creating annotated tag xfce4-eyes-plugin-4.4.2

2013-03-04 Thread Harald Judt
Updating annotated tag refs/tags/xfce4-eyes-plugin-4.4.2
 as new annotated tag
 to 719cf0c1a0081ea6bad4a3be289afdfa8f77e307 (tag)
   succeeds 4.4.1-57-gc7441b4
  tagged by Harald Judt h.j...@gmx.at
 on 2013-03-04 11:50 +0100

Harald Judt (1):
  Updates for release.

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


[Xfce4-commits] xfce4-eyes-plugin:master Post release tag bump.

2013-03-04 Thread Harald Judt
Updating branch refs/heads/master
 to d1815a1ee5739324b9c735fc3143d3abaa70733d (commit)
   from 04b0484b679348fad1af7b2f125a4bfb615503fa (commit)

commit d1815a1ee5739324b9c735fc3143d3abaa70733d
Author: Harald Judt h.j...@gmx.at
Date:   Mon Mar 4 11:56:34 2013 +0100

Post release tag bump.

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

diff --git a/configure.ac.in b/configure.ac.in
index 7985288..17318f8 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,7 +8,7 @@ m4_define([eyes_version_major], [4])
 m4_define([eyes_version_minor], [4])
 m4_define([eyes_version_micro], [2])
 m4_define([eyes_version_build], [r@REVISION@])
-m4_define([eyes_version_tag], [])
+m4_define([eyes_version_tag], [git])
 m4_define([eyes_version], 
[eyes_version_major().eyes_version_minor().eyes_version_micro()ifelse(eyes_version_tag(),
 [git], [eyes_version_tag()-eyes_version_build()], [eyes_version_tag()])])
 
 dnl ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


xfce4-eyes-plugin:master Add Swedish translation by Andreas Rönnquist.

2013-03-04 Thread Harald Judt
Updating branch refs/heads/master
 to 804867399980232b13cdb359090c368b2e223b45 (commit)
   from d1815a1ee5739324b9c735fc3143d3abaa70733d (commit)

commit 804867399980232b13cdb359090c368b2e223b45
Author: Andreas Rönnquist mailingli...@gusnan.se
Date:   Mon Mar 4 12:24:26 2013 +0100

Add Swedish translation by Andreas Rönnquist.

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

diff --git a/po/sv.po b/po/sv.po
index cc60d9f..f83ae2c 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,7 +1,8 @@
 # Swedish messages for xfce4-eyes.
-# Copyright (C) 2003, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2008, 2013 Free Software Foundation, Inc.
 # Johan Hammar Johan ham...@swipnet.se, 2003.
 # Daniel Nylander p...@danielnylander.se, 2008.
+# Andreas Rönnquist gus...@gusnan.se, 2013
 #
 msgid 
 msgstr 
@@ -9,7 +10,7 @@ msgstr 
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-03-01 17:32+0100\n
 PO-Revision-Date: 2008-12-13 13:50+0100\n
-Last-Translator: Daniel Nylander p...@danielnylander.se\n
+Last-Translator: Andreas Rönnquist gus...@gusnan.se\n
 Language-Team: Swedish tp...@listor.tp-sv.se\n
 Language: sv\n
 MIME-Version: 1.0\n
@@ -27,7 +28,7 @@ msgstr _Välj ett tema:
 
 #: ../panel-plugin/eyes.c:377
 msgid Use single _row in multi-row panel
-msgstr 
+msgstr Använd enkel _rad i panel med flera rader
 
 #: ../panel-plugin/eyes.desktop.in.h:2
 msgid Eyes that spy on you
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-eyes-plugin:master Fix typo in NEWS.

2013-03-04 Thread Harald Judt
Updating branch refs/heads/master
 to f62b2b85fcc2e6c1eadce5849cf11e46d5810c85 (commit)
   from 804867399980232b13cdb359090c368b2e223b45 (commit)

commit f62b2b85fcc2e6c1eadce5849cf11e46d5810c85
Author: Harald Judt h.j...@gmx.at
Date:   Mon Mar 4 12:25:49 2013 +0100

Fix typo in NEWS.

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

diff --git a/NEWS b/NEWS
index 87bb0f9..60a8828 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@
 - Small optimizations to update function, making animation more smooth.
 - Support for deskbar mode and panel multi-row config (=xfce4-panel-4.9.0).
 - Make eye movement independent, like in xeyes (bug #9036).
-- Implement eye position calculations in 3D coordinatines (bug #9036).
+- Implement eye position calculations in 3D coordinates (bug #9036).
 - Build the plugin as a module.
 - Autotools update (automake-1.13 compatibility and other issues).
 - Fix remembering theme (bug #9035).
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-03-04 Thread Transifex
Updating branch refs/heads/master
 to 9bd7775927477bee620c209803243aaed2707efc (commit)
   from 5357160876ce1c398ca50db72f16eb7c9023aa9c (commit)

commit 9bd7775927477bee620c209803243aaed2707efc
Author: Baurzhan Muftakhidinov baurthefi...@gmail.com
Date:   Mon Mar 4 16:26:58 2013 +0100

l10n: Updated Kazakh (kk) translation to 100%

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

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

 po/kk.po |   50 +-
 1 files changed, 29 insertions(+), 21 deletions(-)

diff --git a/po/kk.po b/po/kk.po
index ec0878a..ffaec27 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -7,7 +7,7 @@ msgid 
 msgstr 
 Project-Id-Version: trunk\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-08-08 04:05+\n
+POT-Creation-Date: 2013-03-04 10:39+\n
 PO-Revision-Date: 2010-03-20 13:00+0600\n
 Last-Translator: Baurzhan Muftakhidinov baurthefi...@gmail.com\n
 Language-Team: Kazakh kk...@googlegroups.com\n
@@ -17,69 +17,74 @@ msgstr 
 Language: kk\n
 Plural-Forms: nplurals=1; plural=0\n
 
-#: ../xfce4-notifyd/main.c:50 ../xfce4-notifyd/main.c:60
-#: ../xfce4-notifyd-config/main.c:260
+#: ../xfce4-notifyd/main.c:74 ../xfce4-notifyd/main.c:84
+#: ../xfce4-notifyd-config/main.c:238
 msgid Xfce Notify Daemon
 msgstr Xfce хабарламалар қызметі
 
-#: ../xfce4-notifyd/main.c:53
+#: ../xfce4-notifyd/main.c:77
 #, c-format
 msgid Unknown option \%s\\n
 msgstr Белгісіз опция \%s\\n
 
-#: ../xfce4-notifyd/main.c:62
+#: ../xfce4-notifyd/main.c:86
 msgid Unable to start notification daemon
 msgstr Хабарламалар қызметін жөнелту мүмкін емес
 
-#: ../xfce4-notifyd/xfce-notify-daemon.c:1178
+#: ../xfce4-notifyd/xfce-notify-daemon.c:1142
+#: ../xfce4-notifyd/xfce-notify-daemon.c:1162
+msgid Failed to set new theme
+msgstr Жаңа теманы қолдану сәтсіз
+
+#: ../xfce4-notifyd/xfce-notify-daemon.c:1215
 #, c-format
 msgid Unable to connect to D-Bus session bus
 msgstr D-Bus қызметімен байланыс орнату мүмкін емес
 
-#: ../xfce4-notifyd/xfce-notify-daemon.c:1195
+#: ../xfce4-notifyd/xfce-notify-daemon.c:1232
 #, c-format
 msgid Another notification xndaemon is already running
 msgstr Басқа хабарламалар xndaemon қосулы тұр
 
-#: ../xfce4-notifyd/xfce-notify-window.c:817
-msgid image: 
-msgstr сурет: 
-
-#: ../xfce4-notifyd-config/main.c:120 ../xfce4-notifyd-config/main.c:227
-msgid notify-send \Notification Preview\ \This is how notifications will 
look like\
+#. TRANSLATORS: notify-send is a command name in the following string,
+#. * it must not be translated.
+#: ../xfce4-notifyd-config/main.c:98 ../xfce4-notifyd-config/main.c:205
+msgid 
+notify-send \Notification Preview\ \This is how notifications will look 
+like\
 msgstr notify-send \Сынау хабарламасы\ \Хабарламалар осындай болады\
 
-#: ../xfce4-notifyd-config/main.c:124 ../xfce4-notifyd-config/main.c:231
+#: ../xfce4-notifyd-config/main.c:102 ../xfce4-notifyd-config/main.c:209
 msgid Notification preview failed
 msgstr Сынау хабарламасын көрсету сәтсіз
 
-#: ../xfce4-notifyd-config/main.c:262
+#: ../xfce4-notifyd-config/main.c:240
 msgid Settings daemon is unavailable
 msgstr Баптаулар қызметі қолжетерсіз
 
-#: ../xfce4-notifyd-config/main.c:312
+#: ../xfce4-notifyd-config/main.c:290
 msgid Display version information
 msgstr Display version information
 
-#: ../xfce4-notifyd-config/main.c:313
+#: ../xfce4-notifyd-config/main.c:291
 msgid Settings manager socket
 msgstr Settings manager socket
 
-#: ../xfce4-notifyd-config/main.c:313
+#: ../xfce4-notifyd-config/main.c:291
 msgid SOCKET_ID
 msgstr SOCKET_ID
 
-#: ../xfce4-notifyd-config/main.c:323
+#: ../xfce4-notifyd-config/main.c:301
 #, c-format
 msgid Type '%s --help' for usage.
 msgstr Көмек үшін '%s --help' енгізіңіз.
 
-#: ../xfce4-notifyd-config/main.c:336
+#: ../xfce4-notifyd-config/main.c:314
 #, c-format
 msgid Released under the terms of the GNU General Public License, version 2\n
 msgstr GNU General Public License, 2-ші нұсқасы аясында жарияланған\n
 
-#: ../xfce4-notifyd-config/main.c:337
+#: ../xfce4-notifyd-config/main.c:315
 #, c-format
 msgid Please report bugs to %s.\n
 msgstr Ақаулықтар жөнінде хабарласыңыз: %s.\n
@@ -133,6 +138,9 @@ msgstr секунд
 msgid Customize how notifications appear on your screen
 msgstr Хабарламалар көрсетілуін таңдаңыз
 
+#~ msgid image: 
+#~ msgstr сурет: 
+
 #~ msgid _Effect:
 #~ msgstr _Эффект:
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-03-04 Thread Transifex
Updating branch refs/heads/master
 to 8a1626dde31166dbca651fbda20cc0250fa20937 (commit)
   from ebe0af48f83e2ebe3970bf8e0b347993cdabd0e3 (commit)

commit 8a1626dde31166dbca651fbda20cc0250fa20937
Author: Baurzhan Muftakhidinov baurthefi...@gmail.com
Date:   Mon Mar 4 17:14:00 2013 +0100

l10n: Updated Kazakh (kk) translation to 100%

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

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

 po/kk.po |  263 ++
 1 files changed, 146 insertions(+), 117 deletions(-)

diff --git a/po/kk.po b/po/kk.po
index e7c3bca..6ee313b 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -7,7 +7,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-03-30 04:09+\n
+POT-Creation-Date: 2013-03-04 16:03+\n
 PO-Revision-Date: 2011-12-17 23:04+0600\n
 Last-Translator: Baurzhan Muftakhidinov baurthefi...@gmail.com\n
 Language-Team: Kazakh kk...@googlegroups.com\n
@@ -38,13 +38,13 @@ msgstr Панель
 
 #. I18N: %s is the name of the plugin
 #: ../libxfce4panel/xfce-panel-plugin.c:1037
-#: ../panel/panel-preferences-dialog.c:1094
+#: ../panel/panel-preferences-dialog.c:1099
 #, c-format
 msgid Are you sure that you want to remove \%s\?
 msgstr \%s\ өшіруді шынымен қалайсыз ба?
 
 #: ../libxfce4panel/xfce-panel-plugin.c:1042
-#: ../panel/panel-preferences-dialog.c:1097
+#: ../panel/panel-preferences-dialog.c:1102
 msgid If you remove the item from the panel, it is permanently lost.
 msgstr Элементті панельден өшірсеңіз, ол толығымен жойылады.
 
@@ -185,27 +185,29 @@ msgstr 
 msgid No running instance of %s was found
 msgstr %s үшін қосулы тұрған нұсқалары табылмады
 
-#: ../panel/panel-application.c:212
+#: ../panel/panel-application.c:216
 msgid Failed to launch the migration application
 msgstr Көшу қолданбасын жөнелту сәтсіз аяқталды
 
-#: ../panel/panel-application.c:955
+#: ../panel/panel-application.c:982
 msgid Create _Launcher
 msgstr Жө_нелткішті жасау
 
-#: ../panel/panel-application.c:956
+#: ../panel/panel-application.c:983
 msgid 
 This will create a new launcher plugin on the panel and inserts the dropped 
 files as menu items.
-msgstr Бұл панельде жаңа жөнелткіш плагинін жасайды және тасталған файлдарды 
мәзір элементтері ретінде орнатады.
+msgstr 
+Бұл панельде жаңа жөнелткіш плагинін жасайды және тасталған файлдарды мәзір 
+элементтері ретінде орнатады.
 
-#: ../panel/panel-application.c:958
+#: ../panel/panel-application.c:985
 #, c-format
 msgid Create new launcher from %d desktop file
 msgid_plural Create new launcher from %d desktop files
 msgstr[0] %d desktop фай(дар)дан жаңа жөнелткішті жасау
 
-#: ../panel/panel-application.c:1692
+#: ../panel/panel-application.c:1725
 msgid 
 You have started X without session manager. Clicking Quit will close the X 
 server.
@@ -213,11 +215,11 @@ msgstr 
 X серверін сессия басқарушысыз іске қосқансыз. Шығу басылған кезде X сервері 
 өз жұмысын аяқтайды.
 
-#: ../panel/panel-application.c:1693
+#: ../panel/panel-application.c:1726
 msgid Are you sure you want to quit the panel?
 msgstr Панельдің жұмысын аяқтауды шынымен қалайсыз ба?
 
-#: ../panel/panel-application.c:1701
+#: ../panel/panel-application.c:1734
 #, c-format
 msgid Failed to execute command \%s\
 msgstr \%s\ командасын орындау сәтсіз аяқталды
@@ -265,7 +267,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
@@ -315,41 +317,41 @@ msgstr 
 бассаңыз, панель ол плагинді қайта қосып көреді, олай болмаса, ол плагин 
 панельден өшіріледі.
 
-#: ../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 span color=\grey\ 

[Xfce4-commits] midori:master Disable NS plugins in --version; some clutter or hang

2013-03-04 Thread Christian Dywan
Updating branch refs/heads/master
 to 316171804191540abb4f40ea35dea58915fff5ea (commit)
   from d3c3feb4ae7326728e07e49a13d5a08ace5cc501 (commit)

commit 316171804191540abb4f40ea35dea58915fff5ea
Author: Christian Dywan christ...@twotoasts.de
Date:   Mon Mar 4 22:03:50 2013 +0100

Disable NS plugins in --version; some clutter or hang

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

diff --git a/midori/main.c b/midori/main.c
index 82cff04..e999b2d 100644
--- a/midori/main.c
+++ b/midori/main.c
@@ -168,7 +168,8 @@ main (intargc,
 GString* versions = g_string_new ();
 g_string_append_c (versions, '\n');
 midori_view_list_versions (versions, FALSE);
-midori_view_list_plugins (NULL, versions, FALSE);
+/* FIXME Plugins may clutter output and hang
+midori_view_list_plugins (NULL, versions, FALSE); */
 g_print (%s\n, versions-str);
 g_string_free (versions, TRUE);
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] midori:master Enable stripping 'referer' by default

2013-03-04 Thread Christian Dywan
Updating branch refs/heads/master
 to e7e32b1cf62667d4bb6c8fd83734167259cfde82 (commit)
   from 316171804191540abb4f40ea35dea58915fff5ea (commit)

commit e7e32b1cf62667d4bb6c8fd83734167259cfde82
Author: Christian Dywan christ...@twotoasts.de
Date:   Mon Mar 4 22:05:09 2013 +0100

Enable stripping 'referer' by default

 midori/midori-settings.vala |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/midori-settings.vala b/midori/midori-settings.vala
index 1f33058..6617327 100644
--- a/midori/midori-settings.vala
+++ b/midori/midori-settings.vala
@@ -120,7 +120,7 @@ namespace Midori {
 // [IntegerType (min = 0, int.max)]
 public int maximum_cache_size { get; set; default = 100; }
 /* Since: 0.3.4 */
-public bool strip_referer { get; set; default = false; }
+public bool strip_referer { get; set; default = true; }
 /* Since: 0.4.2 */
 public bool first_party_cookies_only { get; set; default = true; }
 // [IntegerType (min = 0, int.max)]
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-weather-plugin:master Better handle single row and icon size in various panel modes.

2013-03-04 Thread Harald Judt
Updating branch refs/heads/master
 to a8ad9a7010e01f071f7cce797b06cd0d247c768e (commit)
   from 0d039920249e578bf464b84f6c7647a63f4e5cb0 (commit)

commit a8ad9a7010e01f071f7cce797b06cd0d247c768e
Author: Harald Judt h.j...@gmx.at
Date:   Mon Feb 25 22:35:51 2013 +0100

Better handle single row and icon size in various panel modes.

Add an option to set the single row property manually, defaulting to TRUE.
In deskbar mode, enabling this means that the icon will always be in the 
same
row as the scrollbox, and never get bigger than one row.

If there are more than two rows, the icon will be scaled to 80%. This is
just an arbitrary value, but most icons tend to look better if they do not
fill the whole panel at bigger sizes.

 panel-plugin/weather-config.c |   38 +
 panel-plugin/weather-config.h |1 +
 panel-plugin/weather-debug.c  |8 +++---
 panel-plugin/weather.c|   47 ++--
 panel-plugin/weather.h|   10 +++-
 5 files changed, 77 insertions(+), 27 deletions(-)

diff --git a/panel-plugin/weather-config.c b/panel-plugin/weather-config.c
index 4161cbd..c2468f6 100644
--- a/panel-plugin/weather-config.c
+++ b/panel-plugin/weather-config.c
@@ -1088,6 +1088,21 @@ combo_icon_theme_changed(GtkWidget *combo,
 
 
 static void
+check_single_row_toggled(GtkWidget *button,
+ gpointer user_data)
+{
+xfceweather_dialog *dialog = (xfceweather_dialog *) user_data;
+dialog-pd-single_row =
+gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(button));
+#if LIBXFCE4PANEL_CHECK_VERSION(4,9,0)
+xfceweather_set_mode(dialog-pd-plugin,
+ xfce_panel_plugin_get_mode(dialog-pd-plugin),
+ dialog-pd);
+#endif
+}
+
+
+static void
 combo_tooltip_style_changed(GtkWidget *combo,
 gpointer user_data)
 {
@@ -1188,8 +1203,26 @@ create_appearance_page(xfceweather_dialog *dialog)
 }
 }
 
+/* always use small icon in panel */
+hbox = gtk_hbox_new(FALSE, BORDER);
+dialog-check_single_row =
+gtk_check_button_new_with_mnemonic(_(Use only a single _panel row));
+SET_TOOLTIP(dialog-check_single_row,
+_(Check to always use only a single row on a multi-row panel 
+  and a small icon in deskbar mode.));
+gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(dialog-check_single_row),
+ dialog-pd-single_row);
+gtk_box_pack_start(GTK_BOX(hbox), dialog-check_single_row,
+   FALSE, FALSE, 0);
+gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0);
+gtk_box_pack_start(GTK_BOX(page), vbox, FALSE, FALSE, 0);
+
+sep = gtk_hseparator_new();
+gtk_box_pack_start(GTK_BOX(page), sep, FALSE, FALSE, BORDER * 2);
+
 /* tooltip style */
 hbox = gtk_hbox_new(FALSE, BORDER);
+vbox = gtk_vbox_new(FALSE, BORDER);
 ADD_LABEL(_(_Tooltip style:), sg);
 ADD_COMBO(dialog-combo_tooltip_style);
 ADD_COMBO_VALUE(dialog-combo_tooltip_style, _(Simple));
@@ -1951,6 +1984,8 @@ setup_notebook_signals(xfceweather_dialog *dialog)
 /* appearance page */
 g_signal_connect(dialog-combo_icon_theme, changed,
  G_CALLBACK(combo_icon_theme_changed), dialog);
+g_signal_connect(dialog-check_single_row, toggled,
+ G_CALLBACK(check_single_row_toggled), dialog);
 g_signal_connect(dialog-combo_tooltip_style, changed,
  G_CALLBACK(combo_tooltip_style_changed), dialog);
 g_signal_connect(dialog-combo_forecast_layout, changed,
@@ -2021,6 +2056,9 @@ create_config_dialog(plugin_data *data,
 gtk_box_pack_start(GTK_BOX(vbox), dialog-notebook, TRUE, TRUE, 0);
 gtk_widget_show(GTK_WIDGET(vbox));
 gtk_widget_hide(GTK_WIDGET(dialog-update_spinner));
+#if !LIBXFCE4PANEL_CHECK_VERSION(4,9,0)
+gtk_widget_hide(GTK_WIDGET(dialog-check_single_row));
+#endif
 
 /* automatically detect current location if it is yet unknown */
 if (!(dialog-pd-lat  dialog-pd-lon))
diff --git a/panel-plugin/weather-config.h b/panel-plugin/weather-config.h
index edfaeb8..4c8def5 100644
--- a/panel-plugin/weather-config.h
+++ b/panel-plugin/weather-config.h
@@ -56,6 +56,7 @@ typedef struct {
 GtkWidget *combo_forecast_layout;
 GtkWidget *spin_forecast_days;
 GtkWidget *check_round_values;
+GtkWidget *check_single_row;
 
 /* scrollbox page */
 GtkWidget *check_scrollbox_show;
diff --git a/panel-plugin/weather-debug.c b/panel-plugin/weather-debug.c
index df671f2..288e766 100644
--- a/panel-plugin/weather-debug.c
+++ b/panel-plugin/weather-debug.c
@@ -405,9 +405,9 @@ weather_dump_plugindata(const plugin_data *data)
 g_string_append_printf(out,
  \n
  panel size: %d px\n
- 

[Xfce4-commits] xfce4-weather-plugin:master Reformat and whitespace cleanup.

2013-03-04 Thread Harald Judt
Updating branch refs/heads/master
 to c1533546f2ae4f0a70b01b2d881fc77dcc3af677 (commit)
   from a8ad9a7010e01f071f7cce797b06cd0d247c768e (commit)

commit c1533546f2ae4f0a70b01b2d881fc77dcc3af677
Author: Harald Judt h.j...@gmx.at
Date:   Mon Mar 4 22:36:30 2013 +0100

Reformat and whitespace cleanup.

 panel-plugin/weather-config.c|   10 +-
 panel-plugin/weather-scrollbox.c |2 +-
 panel-plugin/weather-summary.c   |   22 +++---
 panel-plugin/weather.c   |   20 ++--
 4 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/panel-plugin/weather-config.c b/panel-plugin/weather-config.c
index c2468f6..9be3467 100644
--- a/panel-plugin/weather-config.c
+++ b/panel-plugin/weather-config.c
@@ -465,7 +465,7 @@ spin_alt_value_changed(const GtkWidget *spin,
 
 static void
 text_timezone_changed(const GtkWidget *entry,
-gpointer user_data)
+  gpointer user_data)
 {
 xfceweather_dialog *dialog = (xfceweather_dialog *) user_data;
 
@@ -1054,10 +1054,10 @@ combo_icon_theme_set_tooltip(GtkWidget *combo,
bAuthor:/b %s\n\n
bDescription:/b %s\n\n
bLicense:/b %s),
-   TEXT_UNKNOWN(dialog-pd-icon_theme-dir),
-   TEXT_UNKNOWN(dialog-pd-icon_theme-author),
-   TEXT_UNKNOWN(dialog-pd-icon_theme-description),
-   TEXT_UNKNOWN(dialog-pd-icon_theme-license));
+ TEXT_UNKNOWN(dialog-pd-icon_theme-dir),
+ TEXT_UNKNOWN(dialog-pd-icon_theme-author),
+ TEXT_UNKNOWN(dialog-pd-icon_theme-description),
+ TEXT_UNKNOWN(dialog-pd-icon_theme-license));
 gtk_widget_set_tooltip_markup(GTK_WIDGET(combo), text);
 g_free(text);
 }
diff --git a/panel-plugin/weather-scrollbox.c b/panel-plugin/weather-scrollbox.c
index ed793be..88206e3 100644
--- a/panel-plugin/weather-scrollbox.c
+++ b/panel-plugin/weather-scrollbox.c
@@ -473,7 +473,7 @@ gtk_scrollbox_set_visible(GtkScrollbox *self,
 (void) gtk_scrollbox_control_loop(self);
 } else {
 /* update immediately if there's only one or no label,
- typically this is the case at startup */
+   typically this is the case at startup */
 if (self-active == NULL || self-labels_len = 1)
 (void) gtk_scrollbox_control_loop(self);
 }
diff --git a/panel-plugin/weather-summary.c b/panel-plugin/weather-summary.c
index 1181543..2b86cac 100644
--- a/panel-plugin/weather-summary.c
+++ b/panel-plugin/weather-summary.c
@@ -63,16 +63,16 @@ lnk_clicked(GtkTextTag *tag,
  * unit, use LRM (left-to-right mark) etc. to align it properly with
  * its numeric value.
  */
-#define APPEND_TEXT_ITEM(text, item)\
-rawvalue = get_data(conditions, data-units, item,  \
-FALSE, data-night_time);   \
-unit = get_unit(data-units, item); \
-value = g_strdup_printf(_(\t%s%s%s%s%s\n),\
-text, text ? :  : , \
-rawvalue,   \
-strcmp(unit, °) ?   : ,   \
-unit);  \
-g_free(rawvalue);   \
+#define APPEND_TEXT_ITEM(text, item)\
+rawvalue = get_data(conditions, data-units, item,  \
+FALSE, data-night_time);   \
+unit = get_unit(data-units, item); \
+value = g_strdup_printf(_(\t%s%s%s%s%s\n),\
+text, text ? :  : , \
+rawvalue,   \
+strcmp(unit, °) ?   : ,   \
+unit);  \
+g_free(rawvalue);   \
 APPEND_TEXT_ITEM_REAL(value);
 
 #define APPEND_LINK_ITEM(prefix, text, url, lnk_tag)\
@@ -610,7 +610,7 @@ forecast_cell_get_tooltip_text(plugin_data *data,
align the values; Monospace font is enforced with tt tags for
alignment, and the text is enclosed in small tags because
that looks much better and saves space.
- */
+*/
 text = g_string_new(_(bTimes used for calculations/b\n));
 value = format_date(fcdata-start, NULL, TRUE);
 g_string_append_printf(text, _(ttsmall
diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c
index 8dfeb15..9a88bc4 100644
--- a/panel-plugin/weather.c
+++ b/panel-plugin/weather.c
@@ -55,14 +55,14 @@
earlier: */
 #define UPDATE_INTERVAL (10)
 
-#define DATA_AND_UNIT(var, item)\
-value = get_data(conditions, data-units, item, \
- data-round, data-night_time);\
-unit = get_unit(data-units, item); 

[Xfce4-commits] xfce4-weather-plugin:master l10n: Updated Serbian (sr) translation to 100%

2013-03-04 Thread Transifex
Updating branch refs/heads/master
 to a4c62fbb977f823ffb7d13c4793af187e14fc94f (commit)
   from c1533546f2ae4f0a70b01b2d881fc77dcc3af677 (commit)

commit a4c62fbb977f823ffb7d13c4793af187e14fc94f
Author: Саша Петровић salepetron...@gmail.com
Date:   Mon Mar 4 23:07:47 2013 +0100

l10n: Updated Serbian (sr) translation to 100%

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

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

 po/sr.po |  139 +++---
 1 files changed, 61 insertions(+), 78 deletions(-)

diff --git a/po/sr.po b/po/sr.po
index c7f623e..ddad668 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the xfce4-weather-plugin 
package.
 # h.j...@gmx.at, 2012.
 # Саша Петровић salepetron...@gmail.com, 2012, 2013.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4-weather-plugin 0.8.1git-9f0895e\n
@@ -16,8 +16,8 @@ msgstr 
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: sr\n
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2)\n
 X-Generator: Virtaal 0.7.0\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2)\n
 
 #. TRANSLATORS: Keep in sync with labeloptions in weather-config.c
 #: ../panel-plugin/weather.c:116
@@ -36,8 +36,7 @@ msgstr БВ
 msgid WB
 msgstr БВБ
 
-#: ../panel-plugin/weather.c:128
-#: ../panel-plugin/weather.c:131
+#: ../panel-plugin/weather.c:128 ../panel-plugin/weather.c:131
 msgid WD
 msgstr ПВ
 
@@ -77,8 +76,7 @@ msgstr М
 msgid R
 msgstr К
 
-#: ../panel-plugin/weather.c:357
-#: ../panel-plugin/weather.c:359
+#: ../panel-plugin/weather.c:357 ../panel-plugin/weather.c:359
 msgid No Data
 msgstr Нема података
 
@@ -109,10 +107,8 @@ msgid Download of weather data failed with HTTP Status 
Code %d, Reason phrase:
 msgstr Преузимање података прогнозе није успело уз шифру стања %d, реченица 
разлога: %s
 
 #. start receive thread
-#: ../panel-plugin/weather.c:606
-#: ../panel-plugin/weather.c:624
-#: ../panel-plugin/weather-search.c:169
-#: ../panel-plugin/weather-search.c:435
+#: ../panel-plugin/weather.c:606 ../panel-plugin/weather.c:624
+#: ../panel-plugin/weather-search.c:169 ../panel-plugin/weather-search.c:435
 #, c-format
 msgid getting %s
 msgstr добављам %s
@@ -127,8 +123,7 @@ msgstr Грешка приликом уписа прихватне датоте
 msgid Unable to open the following url: %s
 msgstr Нисам успео да отворим следећу адресу: %s
 
-#: ../panel-plugin/weather.c:1479
-#: ../panel-plugin/weather.desktop.in.h:1
+#: ../panel-plugin/weather.c:1479 ../panel-plugin/weather.desktop.in.h:1
 msgid Weather Update
 msgstr Освежавање временске прогнозе
 
@@ -151,7 +146,7 @@ msgstr Сунце излази у %s и залази у %s.
 
 #. * TRANSLATORS: This is the simple tooltip. For a bigger challenge,
 #. * look at the verbose tooltip style further below ;-)
-#.
+#. 
 #: ../panel-plugin/weather.c:1563
 #, c-format
 msgid 
@@ -178,7 +173,7 @@ msgstr 
 #. * be changed easily - and try to make it compact and look
 #. * good! The missing space after %son the ... is intentional,
 #. * it is included in the %s.
-#.
+#. 
 #: ../panel-plugin/weather.c:1587
 #, c-format
 msgid 
@@ -227,10 +222,10 @@ msgstr Ауторска права (c) 2003-2013\n
 #. * read that up somewhere and decide whether you want to use them
 #. * or not. In general, though, you should just try to choose
 #. * letter(s) that make sense and don't use up too much space.
-#.
+#. 
 #: ../panel-plugin/weather-config.c:96
 msgid Temperature (T)
-msgstr Температура(Т)
+msgstr Температура (Т)
 
 #: ../panel-plugin/weather-config.c:97
 msgid Barometric pressure (P)
@@ -288,8 +283,7 @@ msgstr Магла (М)
 msgid Precipitations (R)
 msgstr Падавине (К)
 
-#: ../panel-plugin/weather-config.c:222
-#: ../panel-plugin/weather-config.c:324
+#: ../panel-plugin/weather-config.c:222 ../panel-plugin/weather-config.c:324
 #: ../panel-plugin/weather-config.c:512
 msgid Unset
 msgstr Неподешено
@@ -308,7 +302,7 @@ msgstr стопа
 
 #: ../panel-plugin/weather-config.c:488
 msgid Location _name:
-msgstr П_оложај:
+msgstr Име п_оложаја:
 
 #: ../panel-plugin/weather-config.c:495
 msgid Change the name for the location to your liking. It is used for display 
and does not affect the location parameters in any way.
@@ -338,8 +332,7 @@ msgstr Географска _дужина:
 msgid Longitude specifies the east-west position of a point on the Earth's 
surface. If you change this value manually, you need to provide altitude and 
timezone manually too.
 msgstr Географска висина одређује положај на земљиној површи у правцу 
исток-запад. Ако ручно измените ову вредност, требате одредити и тачну 
географску ширину.
 
-#: ../panel-plugin/weather-config.c:549
-#: ../panel-plugin/weather-config.c:1000
+#: ../panel-plugin/weather-config.c:549 ../panel-plugin/weather-config.c:1000
 msgid Altitu_de:
 msgstr Вис_ина:
 

[Xfce4-commits] midori:master Strip LRE to prevent it from begin saved to disk

2013-03-04 Thread Christian Dywan
Updating branch refs/heads/master
 to 12cc7d81707c663900d10a1591f5247ebc7e23fb (commit)
   from e7e32b1cf62667d4bb6c8fd83734167259cfde82 (commit)

commit 12cc7d81707c663900d10a1591f5247ebc7e23fb
Author: Christian Dywan christ...@twotoasts.de
Date:   Tue Mar 5 01:35:01 2013 +0100

Strip LRE to prevent it from begin saved to disk

Fixes: https://bugs.launchpad.net/midori/+bug/706836

 midori/midori-array.c   |7 ++-
 midori/midori-browser.c |3 ++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/midori/midori-array.c b/midori/midori-array.c
index 38fefdf..87e826c 100644
--- a/midori/midori-array.c
+++ b/midori/midori-array.c
@@ -729,7 +729,12 @@ string_append_item (GString*   string,
 g_string_append (string, bookmark href=\);
 string_append_escaped (string, katze_item_get_uri (item));
 g_string_append (string, \\n);
-string_append_xml_element (string, title, katze_item_get_name 
(item));
+/* Strip LRE leading character */
+if (g_str_has_prefix (item-name, ‪))
+string_append_xml_element (string, title,
+g_utf8_next_char (strstr (item-name, ‪)));
+else
+string_append_xml_element (string, title, item-name);
 string_append_xml_element (string, desc, katze_item_get_text (item));
 g_string_append (string, metadata);
 g_string_append (string, /bookmark\n);
diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index d5d4e43..bdd24a2 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -2417,7 +2417,8 @@ _action_add_desktop_shortcut_activate (GtkAction* 
action,
 const gchar* app_name = katze_item_get_name (item);
 gchar* app_exec = g_strconcat (midori -a , katze_item_get_uri (item), 
NULL);
 GKeyFile* keyfile = g_key_file_new ();
-gchar* filename = g_strdelimit (g_strconcat (app_name, .desktop, NULL), 
/, '_');
+/* Strip LRE leading character and / */
+gchar* filename = g_strdelimit (g_strconcat (app_name, .desktop, NULL), 
‪/, ' ');
 gchar* app_dir = g_build_filename (g_get_user_data_dir (), applications, 
filename, NULL);
 #if WEBKIT_CHECK_VERSION (1, 3, 13)
 /* FIXME: midori_paths_get_icon */
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfdesktop:master l10n: Updates to Croatian (hr) translation

2013-03-04 Thread Transifex
Updating branch refs/heads/master
 to ed91a9f3b298000f3f9919e4bfd2211ef7b85cd1 (commit)
   from 8674fc7ea9e0acae40db69714be13054053ef44d (commit)

commit ed91a9f3b298000f3f9919e4bfd2211ef7b85cd1
Author: Ivica  Kolić ik...@yahoo.com
Date:   Tue Mar 5 05:56:48 2013 +0100

l10n: Updates to Croatian (hr) translation

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

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

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

diff --git a/po/hr.po b/po/hr.po
index 2762d95..b02b2a3 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -3,19 +3,23 @@
 # This file is distributed under the same license as the PACKAGE package.
 #  Ivica Kolićik...@yahoo.com, 2010.
 #  Petar Koretić petar.kore...@gmail.com
+# zvacet ik...@yahoo.com, 2013.
+#
 msgid 
 msgstr 
 Project-Id-Version: xfdesktop\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-01-28 07:12+\n
-PO-Revision-Date: 2012-05-09 19:23+0100\n
-Last-Translator: Ivica Kolić ik...@yahoo.com\n
-Language-Team: Croatian hr\n
+POT-Creation-Date: 2013-03-05 04:33+\n
+PO-Revision-Date: 2013-03-05 05:52+0100\n
+Last-Translator: zvacet ik...@yahoo.com\n
+Language-Team: hrvatski ik...@yahoo.com\n
+Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: \n
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  n
+%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
+X-Generator: Gtranslator 2.91.6\n
 
 #. no need to escape markup; it's already done for us
 #: ../settings/main.c:151
@@ -118,7 +122,7 @@ msgstr 
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:3
 msgid Color:
-msgstr 
+msgstr Boja
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:4
 msgid Folder:
@@ -180,7 +184,7 @@ msgstr _Promijeni pozadinu (u minutama)
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:18
 msgid _Random Order
-msgstr 
+msgstr _Nasumični raspored
 
 #: ../settings/xfdesktop-settings-ui.glade.h:1
 msgid bAppearance/b
@@ -196,7 +200,7 @@ msgstr bIzbornik radne površine/b
 
 #: ../settings/xfdesktop-settings-ui.glade.h:4
 msgid bWindow List Menu/b
-msgstr 
+msgstr bIbornik liste prozora/b
 
 #: ../settings/xfdesktop-settings-ui.glade.h:5
 msgid Alt
@@ -208,7 +212,7 @@ msgstr D_ugme:
 
 #: ../settings/xfdesktop-settings-ui.glade.h:7
 msgid Control
-msgstr 
+msgstr Control
 
 #: ../settings/xfdesktop-settings-ui.glade.h:8 ../src/xfce-desktop.c:813
 msgid Desktop
@@ -270,7 +274,7 @@ msgstr Po_kaži ikone programa u izborniku
 
 #: ../settings/xfdesktop-settings-ui.glade.h:22
 msgid Shift
-msgstr 
+msgstr Shift
 
 #: ../settings/xfdesktop-settings-ui.glade.h:23
 msgid Show _application icons in menu
@@ -290,7 +294,7 @@ msgstr 
 
 #: ../settings/xfdesktop-settings-ui.glade.h:27
 msgid Show t_humbnails
-msgstr 
+msgstr Pokaži s_ličice
 
 #: ../settings/xfdesktop-settings-ui.glade.h:28
 msgid Show workspace _names in list
@@ -524,8 +528,8 @@ msgid _Open in New Window
 msgstr _Otvori u novom prozoru
 
 #: ../src/xfdesktop-file-icon-manager.c:1425
-#: ../src/xfdesktop-special-file-icon.c:505 ../src/xfdesktop-volume-icon.c:751
-#: ../src/xfdesktop-volume-icon.c:755
+#: ../src/xfdesktop-special-file-icon.c:505 ../src/xfdesktop-volume-icon.c:774
+#: ../src/xfdesktop-volume-icon.c:778
 msgid _Open
 msgstr _Otvori
 
@@ -582,7 +586,7 @@ msgid Desktop _Settings...
 msgstr Postavke _radne površine...
 
 #: ../src/xfdesktop-file-icon-manager.c:1744
-#: ../src/xfdesktop-volume-icon.c:797
+#: ../src/xfdesktop-volume-icon.c:820
 msgid P_roperties...
 msgstr S_vojstva...
 
@@ -734,12 +738,12 @@ msgstr 
 medij ili odspojite pogon
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
-#: ../src/xfdesktop-notify.c:138 ../src/xfdesktop-notify.c:313
+#: ../src/xfdesktop-notify.c:138 ../src/xfdesktop-notify.c:318
 msgid Writing data to device
 msgstr Zapisujem podatke na uređaj
 
 #. TRANSLATORS: Please use the same translation here as in Thunar
-#: ../src/xfdesktop-notify.c:141 ../src/xfdesktop-notify.c:316
+#: ../src/xfdesktop-notify.c:141 ../src/xfdesktop-notify.c:321
 #, c-format
 msgid 
 There is data that needs to be written to the device \%s\ before it can be 
@@ -748,27 +752,27 @@ msgstr 
 Tusu podci koji bi trebali biti zapisan na uređaj \%s\ prije nego što ga 
 se može ukloniti. Molimo vas da ne uklonite medij ili odspojite pogon
 
-#: ../src/xfdesktop-notify.c:218
+#: ../src/xfdesktop-notify.c:223
 msgid Unmount Finished
 msgstr Demontiranje završeno
 
-#: ../src/xfdesktop-notify.c:220 ../src/xfdesktop-notify.c:395
+#: ../src/xfdesktop-notify.c:225 ../src/xfdesktop-notify.c:405
 #, c-format
 msgid The device \%s\ has been safely removed from the system. 
 msgstr Uređaj \%s\ je isigurno uklonjen iz sustava.
 
 

[Xfce4-commits] thunar:master l10n: Updates to Croatian (hr) translation

2013-03-04 Thread Transifex
Updating branch refs/heads/master
 to f21aaa14703933cc2b51abfb47328863475090d6 (commit)
   from 4dcf78ff3cdf136e299c8c7a547ed7d882f06fe8 (commit)

commit f21aaa14703933cc2b51abfb47328863475090d6
Author: Ivica  Kolić ik...@yahoo.com
Date:   Tue Mar 5 06:27:05 2013 +0100

l10n: Updates to Croatian (hr) translation

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

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

 po/hr.po |  391 --
 1 files changed, 202 insertions(+), 189 deletions(-)

diff --git a/po/hr.po b/po/hr.po
index 572a11e..9a083a6 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -4,19 +4,23 @@
 # Ivica Kolićik...@yahoo.com, 2010
 # Petar Koretićpetar.kore...@gmail.com, 2010
 # Ivica Kolićik...@yahoo.com , 2010.
+# zvacet ik...@yahoo.com, 2013.
+#
 msgid 
 msgstr 
 Project-Id-Version: Thunar\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-12-29 01:18+\n
-PO-Revision-Date: 2010-06-17 01:51+0200\n
-Last-Translator: Ivica Kolićik...@yahoo.com \n
-Language-Team: Croatian petar.kore...@gmail.com\n
+POT-Creation-Date: 2013-03-05 00:54+\n
+PO-Revision-Date: 2013-03-05 06:25+0100\n
+Last-Translator: zvacet ik...@yahoo.com\n
+Language-Team: hrvatski ik...@yahoo.com\n
+Language: hr\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: hr\n
-Plural-Forms: nplurals=2; plural=(n != 1);\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  n
+%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
+X-Generator: Gtranslator 2.91.6\n
 
 #: ../thunar/main.c:62
 msgid Open the bulk rename dialog
@@ -138,7 +142,7 @@ msgstr Neuspješno izvršavanje radnje
 #: ../thunar/thunar-launcher.c:1216 ../thunar/thunar-location-entry.c:402
 #: ../thunar/thunar-location-entry.c:430
 #: ../thunar/thunar-shortcuts-view.c:1630
-#: ../thunar/thunar-shortcuts-view.c:1658 ../thunar/thunar-window.c:2223
+#: ../thunar/thunar-shortcuts-view.c:1658 ../thunar/thunar-window.c:2235
 #, c-format
 msgid Failed to open \%s\
 msgstr Neuspješno otvaranje \%s\
@@ -253,7 +257,7 @@ msgstr Uklonite sve datoteke i mape iz smeća?
 #. prepare the menu item
 #: ../thunar/thunar-application.c:1953 ../thunar/thunar-location-buttons.c:179
 #: ../thunar/thunar-shortcuts-view.c:1191 ../thunar/thunar-tree-view.c:1183
-#: ../thunar/thunar-window.c:344 ../plugins/thunar-tpa/thunar-tpa.c:189
+#: ../thunar/thunar-window.c:351 ../plugins/thunar-tpa/thunar-tpa.c:189
 msgid _Empty Trash
 msgstr _Isprazni smeće
 
@@ -391,38 +395,38 @@ msgid Failed to remove \%s\
 msgstr Nisam uspio ukloniti \%s\
 
 #: ../thunar/thunar-chooser-dialog.c:755
-#: ../plugins/thunar-uca/thunar-uca-editor.c:473
+#: ../plugins/thunar-uca/thunar-uca-editor.c:474
 msgid Select an Application
 msgstr Odaberi program
 
 #: ../thunar/thunar-chooser-dialog.c:765
 #: ../thunar/thunar-renamer-dialog.c:1068
-#: ../plugins/thunar-uca/thunar-uca-editor.c:483
+#: ../plugins/thunar-uca/thunar-uca-editor.c:484
 msgid All Files
 msgstr Sve datoteke
 
 #: ../thunar/thunar-chooser-dialog.c:770
-#: ../plugins/thunar-uca/thunar-uca-editor.c:488
+#: ../plugins/thunar-uca/thunar-uca-editor.c:489
 msgid Executable Files
 msgstr Izvršne datoteke
 
 #: ../thunar/thunar-chooser-dialog.c:785
-#: ../plugins/thunar-uca/thunar-uca-editor.c:503
+#: ../plugins/thunar-uca/thunar-uca-editor.c:504
 msgid Perl Scripts
 msgstr Perl skripte
 
 #: ../thunar/thunar-chooser-dialog.c:791
-#: ../plugins/thunar-uca/thunar-uca-editor.c:509
+#: ../plugins/thunar-uca/thunar-uca-editor.c:510
 msgid Python Scripts
 msgstr Python skripte
 
 #: ../thunar/thunar-chooser-dialog.c:797
-#: ../plugins/thunar-uca/thunar-uca-editor.c:515
+#: ../plugins/thunar-uca/thunar-uca-editor.c:516
 msgid Ruby Scripts
 msgstr Ruby skripte
 
 #: ../thunar/thunar-chooser-dialog.c:803
-#: ../plugins/thunar-uca/thunar-uca-editor.c:521
+#: ../plugins/thunar-uca/thunar-uca-editor.c:522
 msgid Shell Scripts
 msgstr Skripte ljuske
 
@@ -521,7 +525,7 @@ msgstr Automatski _proširi stupce po potrebi
 #: ../plugins/thunar-apr/thunar-apr-desktop-page.c:503
 #: ../plugins/thunar-apr/thunar-apr-image-page.c:285
 #: ../plugins/thunar-apr/thunar-apr-image-page.c:286
-#: ../plugins/thunar-uca/thunar-uca-editor.c:605
+#: ../plugins/thunar-uca/thunar-uca-editor.c:606
 msgid Unknown
 msgstr Nepoznato
 
@@ -638,7 +642,7 @@ msgstr _Pokušaj ponovo
 
 #: ../thunar/thunar-dialogs.c:445
 msgid Copy _Anyway
-msgstr 
+msgstr Ipak _kopiraj
 
 #: ../thunar/thunar-dialogs.c:468
 msgid _Cancel
@@ -692,8 +696,9 @@ msgstr Zamjeni dijalog dio1|Želite li zamijeniti postojeću 
mapu
 msgid ReplaceDialogPart1|Do you want to replace the existing file
 msgstr Zamjeni dijalog dio1|Želite li zamijeniti postojeću datoteku
 
+#.
 #. Fourth box (size, volume, free space)
-#. 
+#.
 #: ../thunar/thunar-dialogs.c:618 ../thunar/thunar-dialogs.c:649
 #: ../thunar/thunar-properties-dialog.c:456
 msgid Size:
@@ -722,10 +727,12 @@ msgid 
 

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

2013-03-04 Thread Transifex
Updating branch refs/heads/master
 to 56d669d6ce3b56f7d7cc0b1398f2e5e7998b7de3 (commit)
   from 079475aeff85ee3329e43c0a93251f56cbf55444 (commit)

commit 56d669d6ce3b56f7d7cc0b1398f2e5e7998b7de3
Author: Ivica  Kolić ik...@yahoo.com
Date:   Tue Mar 5 06:36:33 2013 +0100

l10n: Updated Croatian (hr) translation to 99%

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

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

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

diff --git a/po/hr.po b/po/hr.po
index e2e1d0e..ae1efd6 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -7,7 +7,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-session 4.4.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-11-07 21:12+\n
+POT-Creation-Date: 2013-03-05 03:18+\n
 PO-Revision-Date: 2010-05-25 22:47+0200\n
 Last-Translator: Petar Koretićpetar.kore...@gmail.com \n
 Language-Team: Croatian \n
@@ -446,7 +446,7 @@ msgstr Klijent nema postavljenih detalja.
 
 #: ../xfce4-session/xfsm-compat-gnome.c:247
 msgid Starting The Gnome Keyring Daemon
-msgstr Pokrećem Gnome Keyring Daemon (pozadinski program za ključeve)
+msgstr Pokrećem Gnome Keyring Daemon 
 
 #: ../xfce4-session/xfsm-compat-kde.c:124
 msgid Starting KDE services
@@ -505,7 +505,7 @@ msgstr Lista aplikacija u sigurnosnoj sesiji je prazna.
 #. * won't have window decorations).
 #: ../xfce4-session/xfsm-manager.c:716
 msgid Session Manager Error
-msgstr Greška Upravitelja Sesijom
+msgstr Greška upravitelja sesijom
 
 #: ../xfce4-session/xfsm-manager.c:718
 msgid Unable to load a failsafe session
@@ -567,7 +567,7 @@ msgstr Sus_penzija
 
 #: ../xfce4-session/xfsm-logout-dialog.c:343
 msgid _Hibernate
-msgstr _Hibrnacija
+msgstr _Hibernacija
 
 #: ../xfce4-session/xfsm-logout-dialog.c:368
 msgid _Save session for future logins
@@ -575,7 +575,7 @@ msgstr _Sačuvajte sesiju za buduće prijave
 
 #: ../xfce4-session/xfsm-logout-dialog.c:395
 msgid Please enter your password
-msgstr Molim,unesite lozinku
+msgstr Molim unesite lozinku
 
 #: ../xfce4-session/xfsm-logout-dialog.c:427
 msgid An error occurred
@@ -603,11 +603,11 @@ msgstr Odaberi ime nove sesije
 
 #: ../xfce4-session/xfsm-startup.c:347
 msgid Starting the Volume Controller
-msgstr Pokrećem Upravitelja Glasnoćom
+msgstr Pokrećem upravitelja glasnoćom
 
 #: ../xfce4-session/xfsm-startup.c:349
 msgid Starting the Panel
-msgstr Pokretanje Panea
+msgstr Pokrećem ploču
 
 #: ../xfce4-session/xfsm-startup.c:351
 msgid Starting the Desktop Manager
@@ -615,7 +615,7 @@ msgstr Pokrećem upravitelja radne površine
 
 #: ../xfce4-session/xfsm-startup.c:353
 msgid Starting the Taskbar
-msgstr Pokretanje Alatne Trake
+msgstr Pokrećem alatnu traku
 
 #: ../xfce4-session/xfsm-startup.c:355
 msgid Starting the Window Manager
@@ -623,11 +623,11 @@ msgstr Pokrećem upravitelja prozora
 
 #: ../xfce4-session/xfsm-startup.c:359
 msgid Starting the Gnome Terminal Emulator
-msgstr Pokrećem Gnome Terminal Emulator
+msgstr Pokrećem Gnome emulator terminala
 
 #: ../xfce4-session/xfsm-startup.c:363
 msgid Starting the KDE Advanced Text Editor
-msgstr Pokrećem KDE napredni uređivača teksta
+msgstr Pokrećem KDE napredni uređivač teksta
 
 #: ../xfce4-session/xfsm-startup.c:365
 msgid Starting the KDE Clipboard Manager
@@ -708,7 +708,7 @@ msgstr 
 
 #: ../xfce4-session/xfsm-startup.c:684
 msgid Performing Autostart...
-msgstr Radim Automatsko Pokretanje...
+msgstr Radim automatsko pokretanje...
 
 #: ../xfce4-session/xfsm-startup.c:790
 msgid Starting Assistive Technologies
@@ -915,7 +915,7 @@ msgstr Pokreni xflock4  prije suspendiranja ili 
hibernacije sustava
 
 #: ../settings/xfce4-session-settings.glade.h:30
 msgid S_plash
-msgstr S_plash
+msgstr 
 
 #: ../settings/xfce4-session-settings.glade.h:31
 msgid Save Sess_ion
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-03-04 Thread Transifex
Updating branch refs/heads/master
 to 9a9c809063fb9e0cc0778cf5efdd6c2057d7aefe (commit)
   from ed91a9f3b298000f3f9919e4bfd2211ef7b85cd1 (commit)

commit 9a9c809063fb9e0cc0778cf5efdd6c2057d7aefe
Author: Ivica  Kolić ik...@yahoo.com
Date:   Tue Mar 5 06:47:18 2013 +0100

l10n: Updated Croatian (hr) translation to 96%

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

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

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

diff --git a/po/hr.po b/po/hr.po
index b02b2a3..8ee5d2e 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -4,7 +4,7 @@
 #  Ivica Kolićik...@yahoo.com, 2010.
 #  Petar Koretić petar.kore...@gmail.com
 # zvacet ik...@yahoo.com, 2013.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfdesktop\n
@@ -13,12 +13,11 @@ msgstr 
 PO-Revision-Date: 2013-03-05 05:52+0100\n
 Last-Translator: zvacet ik...@yahoo.com\n
 Language-Team: hrvatski ik...@yahoo.com\n
-Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  n
-%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
+Language: \n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
 X-Generator: Gtranslator 2.91.6\n
 
 #. no need to escape markup; it's already done for us
@@ -359,12 +358,12 @@ msgstr Uzrokuje  xfdesktop isključivanje
 #: ../src/main.c:267
 #, c-format
 msgid Failed to parse arguments: %s\n
-msgstr Ne mogu parsirati arugmente: %s\n
+msgstr Ne mogu analizirati arugmente: %s\n
 
 #: ../src/main.c:275
 #, c-format
 msgid This is %s version %s, running on Xfce %s.\n
-msgstr Ovo je %s verzije %s, pokrenut na Xfce %s.\n
+msgstr Ovo je %s verzija %s, pokrenuta na Xfce %s.\n
 
 #: ../src/main.c:277
 #, c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-03-04 Thread Transifex
Updating branch refs/heads/master
 to 5b03c5cef9c9991b181539cc8b3cf2f6be46d225 (commit)
   from f21aaa14703933cc2b51abfb47328863475090d6 (commit)

commit 5b03c5cef9c9991b181539cc8b3cf2f6be46d225
Author: Ivica  Kolić ik...@yahoo.com
Date:   Tue Mar 5 07:00:44 2013 +0100

l10n: Updated Croatian (hr) translation to 89%

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

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

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

diff --git a/po/hr.po b/po/hr.po
index 9a083a6..3daa443 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -5,7 +5,7 @@
 # Petar Koretićpetar.kore...@gmail.com, 2010
 # Ivica Kolićik...@yahoo.com , 2010.
 # zvacet ik...@yahoo.com, 2013.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: Thunar\n
@@ -14,13 +14,12 @@ msgstr 
 PO-Revision-Date: 2013-03-05 06:25+0100\n
 Last-Translator: zvacet ik...@yahoo.com\n
 Language-Team: hrvatski ik...@yahoo.com\n
-Language: hr\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  n
-%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
+Language: hr\n
 X-Generator: Gtranslator 2.91.6\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
 
 #: ../thunar/main.c:62
 msgid Open the bulk rename dialog
@@ -696,9 +695,8 @@ msgstr Zamjeni dijalog dio1|Želite li zamijeniti postojeću 
mapu
 msgid ReplaceDialogPart1|Do you want to replace the existing file
 msgstr Zamjeni dijalog dio1|Želite li zamijeniti postojeću datoteku
 
-#.
 #. Fourth box (size, volume, free space)
-#.
+#. 
 #: ../thunar/thunar-dialogs.c:618 ../thunar/thunar-dialogs.c:649
 #: ../thunar/thunar-properties-dialog.c:456
 msgid Size:
@@ -796,9 +794,8 @@ msgstr Ime
 msgid Owner
 msgstr Vlasnik
 
-#.
 #. Permissions chooser
-#.
+#. 
 #: ../thunar/thunar-enum-types.c:98 ../thunar/thunar-properties-dialog.c:528
 msgid Permissions
 msgstr Dozvole
@@ -1254,7 +1251,8 @@ msgstr \%s\ prečac
 msgid \%s\ mountable
 msgstr 
 
-#. I18N, first %s is the display name of the file, 2nd the file size, 3rd the 
content type
+#. I18N, first %s is the display name of the file, 2nd the file size, 3rd the
+#. content type
 #: ../thunar/thunar-list-model.c:2246
 #, c-format
 msgid \%s\ (%s) %s
@@ -1266,10 +1264,12 @@ msgstr \%s\ (%s) %s
 msgid \%s\ %s
 msgstr \%s\ %s
 
-#. TRANSLATORS: Try to come up with a short translation of Original Path 
(which is the path
-#. * where the trashed file/folder was located before it was moved to the 
trash), otherwise the
+#. TRANSLATORS: Try to come up with a short translation of Original Path
+#. (which is the path
+#. * where the trashed file/folder was located before it was moved to the
+#. trash), otherwise the
 #. * properties dialog width will be messed up.
-#.
+#. 
 #: ../thunar/thunar-list-model.c:2265 ../thunar/thunar-properties-dialog.c:364
 msgid Original Path:
 msgstr Izvorna putanja:
@@ -1584,9 +1584,8 @@ msgstr 
 msgid File Manager Preferences
 msgstr Osobitosti upravitelja datotekama
 
-#.
 #. Display
-#.
+#. 
 #: ../thunar/thunar-preferences-dialog.c:242
 msgid Display
 msgstr Zaslon
@@ -1660,9 +1659,8 @@ msgstr Datum
 msgid _Format:
 msgstr _Format:
 
-#.
 #. Side Pane
-#.
+#. 
 #: ../thunar/thunar-preferences-dialog.c:363
 msgid Side Pane
 msgstr Bočni stupac
@@ -1738,9 +1736,8 @@ msgid 
 for which emblems have been defined in the folders properties dialog.
 msgstr 
 
-#.
 #. Behavior
-#.
+#. 
 #: ../thunar/thunar-preferences-dialog.c:457
 msgid Behavior
 msgstr Ponašanje
@@ -1796,9 +1793,8 @@ msgstr Otvori mapu u novom _prozoru
 msgid Open folder in new _tab
 msgstr Otvori mapu u novoj _kartici
 
-#.
 #. Advanced
-#.
+#. 
 #: ../thunar/thunar-preferences-dialog.c:581
 msgid Advanced
 msgstr Napredeno
@@ -1844,7 +1840,8 @@ msgid 
 and media (i.e. how cameras should be handled).
 msgstr 
 
-#. tell the user that we failed to come up with the thunar-volman 
configuration dialog
+#. tell the user that we failed to come up with the thunar-volman
+#. configuration dialog
 #: ../thunar/thunar-preferences-dialog.c:708
 msgid Failed to display the volume management settings
 msgstr Prikaz postavki upravljanja particijama nije uspio.
@@ -1879,9 +1876,8 @@ msgstr _Ime:
 msgid Names:
 msgstr Imena:
 
-#.
 #. Second box (kind, open with, link target)
-#.
+#. 
 #: ../thunar/thunar-properties-dialog.c:311
 msgid Kind:
 msgstr Vrsta:
@@ -1898,9 +1894,8 @@ msgstr 
 msgid Location:
 msgstr Lokacija:
 
-#.
 #. Third box (deleted, modified, accessed)
-#.
+#. 
 #: ../thunar/thunar-properties-dialog.c:403
 msgid Deleted:
 msgstr Izbrisano:
@@ -1917,9 +1912,8 @@ msgstr Medij:
 msgid Free Space:
 msgstr Slobodan prostor
 
-#.
 #. Emblem chooser
-#.
+#. 
 #: ../thunar/thunar-properties-dialog.c:518
 msgid Emblems
 msgstr 
@@ -2026,9 +2020,11 @@ msgstr Novo ime
 msgid 

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

2013-03-04 Thread Transifex
Updating branch refs/heads/master
 to 5a2a8ee0713cfaf09ba8a16c4d4b9a1a6546c93e (commit)
   from 8a1626dde31166dbca651fbda20cc0250fa20937 (commit)

commit 5a2a8ee0713cfaf09ba8a16c4d4b9a1a6546c93e
Author: Ivica  Kolić ik...@yahoo.com
Date:   Tue Mar 5 07:07:30 2013 +0100

l10n: Updated Croatian (hr) translation to 86%

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

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

 po/hr.po |  175 --
 1 files changed, 101 insertions(+), 74 deletions(-)

diff --git a/po/hr.po b/po/hr.po
index 9ca069d..19239ff 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -7,7 +7,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-11-06 12:33+\n
+POT-Creation-Date: 2013-03-05 02:45+\n
 PO-Revision-Date: 2012-05-11 20:53+0100\n
 Last-Translator: Ivica Kolić ik...@yahoo.com\n
 Language-Team: Croatian \n
@@ -207,7 +207,7 @@ msgid_plural Create new launcher from %d desktop files
 msgstr[0] Napravi novi pokretač iz %d datoteke radne površine
 msgstr[1] Napravi novi pokretač iz %d datoteka radne površine
 
-#: ../panel/panel-application.c:1719
+#: ../panel/panel-application.c:1725
 msgid 
 You have started X without session manager. Clicking Quit will close the X 
 server.
@@ -215,11 +215,11 @@ msgstr 
 Pokrenuli ste X bez upravitelja sesijama.Klik na Isključi će zatvoriti X 
 poslužitelj.
 
-#: ../panel/panel-application.c:1720
+#: ../panel/panel-application.c:1726
 msgid Are you sure you want to quit the panel?
 msgstr Jeste li sigurni da želite iskjlučiti ploču?
 
-#: ../panel/panel-application.c:1728
+#: ../panel/panel-application.c:1734
 #, c-format
 msgid Failed to execute command \%s\
 msgstr Neuspjeh u izvršenju naredbe \%s\
@@ -676,12 +676,12 @@ msgstr Konfiguracija ploče je dopunjena.
 
 #: ../plugins/actions/actions-dialog.glade.h:1
 msgid Action
-msgstr Akcija
+msgstr Radnja
 
 #: ../plugins/actions/actions-dialog.glade.h:2
 #: ../plugins/actions/actions.desktop.in.h:1
 msgid Action Buttons
-msgstr Akcijska dugmeta
+msgstr Dugmeta radnji
 
 #: ../plugins/actions/actions-dialog.glade.h:3
 msgid Appeara_nce:
@@ -706,7 +706,7 @@ msgstr Vidljivo
 
 #: ../plugins/actions/actions-dialog.glade.h:9
 msgid _Actions
-msgstr _Akcije
+msgstr _Radnje
 
 #: ../plugins/actions/actions-dialog.glade.h:10
 msgid _Show confirmation dialog
@@ -814,7 +814,7 @@ msgstr Isključi
 
 #: ../plugins/actions/actions.c:206
 msgid Are you sure you want to shut down?
-msgstr Jeste li sigurni da želite iskjlučiti?
+msgstr Jeste li sigurni da želite isključiti?
 
 #: ../plugins/actions/actions.c:207
 #, c-format
@@ -922,7 +922,7 @@ msgstr Odaberi ikonu
 
 #: ../plugins/applicationsmenu/applicationsmenu.c:603
 #: ../plugins/applicationsmenu/applicationsmenu.c:844
-#: ../plugins/launcher/launcher.c:2308
+#: ../plugins/clock/clock.c:852 ../plugins/launcher/launcher.c:2308
 #, c-format
 msgid Failed to execute command \%s\.
 msgstr Neuspjeh u izvršenju naredbe \%s\.
@@ -969,15 +969,15 @@ msgstr 
 msgid Show help options
 msgstr Pokaži opcije pomoći
 
-#: ../plugins/clock/clock.c:155
+#: ../plugins/clock/clock.c:167
 msgid Week %V
 msgstr Tjedan  %V
 
-#: ../plugins/clock/clock.c:437
+#: ../plugins/clock/clock.c:450
 msgid Failed to execute clock command
 msgstr Neuspjeh u izvršenju naredbe sata
 
-#: ../plugins/clock/clock.c:780
+#: ../plugins/clock/clock.c:797
 msgid Custom Format
 msgstr Prilagođeni format
 
@@ -1033,13 +1033,14 @@ msgid LCD
 msgstr LCD
 
 #: ../plugins/clock/clock-dialog.glade.h:15
-msgid Sho_w AM/PM
-msgstr Pokaž_i AM/PM
+msgid 
+Name of the timezone matching the system's timezone database. Leave empty to 
+revert to the local time.
+msgstr 
 
 #: ../plugins/clock/clock-dialog.glade.h:16
-#: ../plugins/systray/systray-dialog.glade.h:5
-msgid Show _frame
-msgstr Pokaži _okvir
+msgid Sho_w AM/PM
+msgstr Pokaž_i AM/PM
 
 #: ../plugins/clock/clock-dialog.glade.h:17
 msgid Show _inactive dots
@@ -1049,251 +1050,273 @@ msgstr Prikaži _neaktivne točkice
 msgid Show gri_d
 msgstr 
 
-#: ../plugins/clock/clock-dialog.glade.h:20
+#: ../plugins/clock/clock-dialog.glade.h:19
+msgid 
+Start a tool for setting the system time and date. If the button is grayed 
+out, check the \Help\ page to see how to configure it correctly.
+msgstr 
+
+#: ../plugins/clock/clock-dialog.glade.h:21
 #, no-c-format
 msgid 
 The format describes the date and time parts to insert into the panel. For 
 example, %Y will be substituted with the year, %m with the month and %d with 
-the day. See the documentation of the date utility for additional 
-information.
+the day. Similarly, b/b tags will make the text bold. See the \Help\ 
+page for additional information.
 msgstr 
 
-#: ../plugins/clock/clock-dialog.glade.h:21
+#: ../plugins/clock/clock-dialog.glade.h:22
+msgid Time Settings
+msgstr 
+
+#: ../plugins/clock/clock-dialog.glade.h:23
+msgid Time:
+msgstr 
+

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

2013-03-04 Thread Transifex
Updating branch refs/heads/master
 to d095aaf7a18deeaf8214bd7e3a3f1d27a95e18fb (commit)
   from 95185f9229d6389fe26ec6d8645e56dd793d2ec4 (commit)

commit d095aaf7a18deeaf8214bd7e3a3f1d27a95e18fb
Author: Ivica  Kolić ik...@yahoo.com
Date:   Tue Mar 5 07:10:50 2013 +0100

l10n: Updated Croatian (hr) translation to 82%

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

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

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

diff --git a/po/hr.po b/po/hr.po
index 59c7538..5cc1f71 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -7,7 +7,7 @@ msgid 
 msgstr 
 Project-Id-Version: PACKAGE VERSION\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-01-18 17:57+\n
+POT-Creation-Date: 2013-03-05 05:21+\n
 PO-Revision-Date: 2010-03-26 12:16+0100\n
 Last-Translator: Petar Koretić petar.kore...@gmail.com\n
 Language-Team: LANGUAGE l...@li.org\n
@@ -37,7 +37,9 @@ msgstr Dokumentaqcija na mreži
 msgid 
 You will be redirected to the documentation website where the help pages are 
 maintained and translated.
-msgstr Biti ćete preusmjereni na web stranicu dokumantacije gdje se stranice 
pomoći održavaju i prevode.
+msgstr 
+Biti ćete preusmjereni na web stranicu dokumantacije gdje se stranice pomoći 
+održavaju i prevode.
 
 #: ../libxfce4ui/xfce-dialogs.c:225
 msgid _Read Online
@@ -173,7 +175,7 @@ msgstr 
 #: ../libxfce4kbd-private/xfce-shortcut-dialog.c:212
 #: ../libxfce4kbd-private/xfce-shortcut-dialog.c:226
 msgid action
-msgstr akcija
+msgstr radnja
 
 #: ../libxfce4kbd-private/xfce-shortcut-dialog.c:216
 msgid Command Shortcut
@@ -642,7 +644,9 @@ msgstr Hvala svima koji su pomogli učiniti ovaj software 
dostupnim!
 msgid 
 Xfce 4 is copyright Olivier Fourdan (four...@xfce.org). The different 
 components are copyrighted by their respective authors.
-msgstr Xfce 4 autorsko pravo Olivier Fourdan (four...@xfce.org). Različiti 
dijelovi su autorska prava njihovih poštovanih autora.
+msgstr 
+Xfce 4 autorsko pravo Olivier Fourdan (four...@xfce.org). Različiti dijelovi 
+su autorska prava njihovih poštovanih autora.
 
 #: ../xfce4-about/main.c:288
 msgid 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-03-04 Thread Transifex
Updating branch refs/heads/master
 to 14766cd1e68c09d640d0e8516d93aecab991b9b8 (commit)
   from f1cc97ea2e9e32fb89207c6cbc62ff723dc2c460 (commit)

commit 14766cd1e68c09d640d0e8516d93aecab991b9b8
Author: Ivica  Kolić ik...@yahoo.com
Date:   Tue Mar 5 07:16:06 2013 +0100

l10n: Updated Croatian (hr) translation to 81%

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

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

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

diff --git a/po/hr.po b/po/hr.po
index b70d8ee..3606c9a 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -8,7 +8,7 @@ msgid 
 msgstr 
 Project-Id-Version: exo\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-12-29 00:09+\n
+POT-Creation-Date: 2013-03-05 05:06+\n
 PO-Revision-Date: 2011-01-09 00:29+0100\n
 Last-Translator: Petar petar.kore...@gmail.com\n
 Language-Team: Croatian petar.kore...@gmail.com\n
@@ -143,7 +143,7 @@ msgstr Boja teksta stavke pokazivača
 #. EXO_ICON_CHOOSER_CONTEXT_ACTIONS
 #: ../exo/exo-icon-chooser-dialog.c:109
 msgid Action Icons
-msgstr Ikone akcije
+msgstr Ikone radnje
 
 #. EXO_ICON_CHOOSER_CONTEXT_ANIMATIONS
 #: ../exo/exo-icon-chooser-dialog.c:111
@@ -423,7 +423,7 @@ msgstr _Ukloni alatnu traku
 
 #: ../exo/exo-toolbars-view.c:818
 msgid Customize Toolbar...
-msgstr Prilagodi alatnu traku
+msgstr Prilagodi alatnu traku...
 
 #: ../exo/exo-wrap-table.c:148
 msgid Column spacing
@@ -592,13 +592,13 @@ msgstr Napravi pokretač b%s/b
 #. avoid mnemonic conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:297
 msgid _Name:
-msgstr _Naziv:
+msgstr _Ime:
 
 #. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to
 #. avoid mnemonic conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:313
 msgid C_omment:
-msgstr _Komentar:
+msgstr K_omentar:
 
 #. TRANSLATORS: Label in Create Launcher dialog, make sure to avoid mnemonic
 #. conflicts
@@ -616,7 +616,7 @@ msgstr _URL:
 #. conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:360
 msgid Working _Directory:
-msgstr Radni _direktorij
+msgstr Radni _direktorij:
 
 #. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to
 #. avoid mnemonic conflicts
@@ -832,7 +832,7 @@ msgstr 
 #: ../exo-helper/exo-helper-chooser-dialog.c:177
 #: ../exo-open/exo-mail-reader.desktop.in.h:1
 msgid Mail Reader
-msgstr Čitač mailova
+msgstr Čitač pošte
 
 #: ../exo-helper/exo-helper-chooser-dialog.c:185
 msgid 
@@ -1138,7 +1138,7 @@ msgstr Epiphany web preglednik
 
 #: ../exo-helper/helpers/eterm.desktop.in.in.h:1
 msgid Enlightened Terminal Emulator
-msgstr a
+msgstr Enlightened emulator terminala
 
 #: ../exo-helper/helpers/evolution.desktop.in.in.h:1
 msgid Evolution
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-power-manager:master l10n: Updated Croatian (hr) translation to 77%

2013-03-04 Thread Transifex
Updating branch refs/heads/master
 to 55d74131dc6b37c09b8f99edc1d2abc80757b6f8 (commit)
   from 45f7a6de3844c727f8ee0a229c654d737361f0d8 (commit)

commit 55d74131dc6b37c09b8f99edc1d2abc80757b6f8
Author: Ivica  Kolić ik...@yahoo.com
Date:   Tue Mar 5 07:19:47 2013 +0100

l10n: Updated Croatian (hr) translation to 77%

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

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

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

diff --git a/po/hr.po b/po/hr.po
index 75065e8..6057116 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -7,22 +7,22 @@ msgid 
 msgstr 
 Project-Id-Version: power manager\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-11-14 13:18+\n
+POT-Creation-Date: 2013-03-05 02:54+\n
 PO-Revision-Date: 2011-10-02 19:47+0200\n
 Last-Translator: Ivica Kolić ik...@yahoo.com\n
 Language-Team: Croatian ik...@yahoo.com\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Poedit-Country: CROATIA\n
 Language: \n
 Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
 X-Poedit-Language: Croatian\n
 X-Poedit-SourceCharset: utf-8\n
+X-Poedit-Country: CROATIA\n
 
 #: ../data/interfaces/xfpm-settings.ui.h:1
 msgid bActions/b
-msgstr bAkcije/b
+msgstr bRadnje/b
 
 #: ../data/interfaces/xfpm-settings.ui.h:2
 msgid bAdvanced Options/b
@@ -42,7 +42,7 @@ msgstr bMonitor/b
 
 #: ../data/interfaces/xfpm-settings.ui.h:6
 msgid Actions
-msgstr Akcije
+msgstr Radnje
 
 #: ../data/interfaces/xfpm-settings.ui.h:7
 msgid Consider the computer on low power at:
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-03-04 Thread Transifex
Updating branch refs/heads/master
 to 8fb5b459fc947a963b91dcad9e600d6c51273f70 (commit)
   from d12b611fc71bbb2a87e61232a0f4319394d645ed (commit)

commit 8fb5b459fc947a963b91dcad9e600d6c51273f70
Author: Ivica  Kolić ik...@yahoo.com
Date:   Tue Mar 5 07:22:51 2013 +0100

l10n: Updated Croatian (hr) translation to 74%

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

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

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

diff --git a/po/hr.po b/po/hr.po
index ca5eb02..abee93c 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -7,7 +7,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce 4-settings\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-01-18 16:00+\n
+POT-Creation-Date: 2013-03-05 03:24+\n
 PO-Revision-Date: 2010-06-05 17:46+0200\n
 Last-Translator: Ivica Kolićik...@yahoo.com \n
 Language-Team: Croatian \n
@@ -848,7 +848,7 @@ msgstr Pomakni odabranu stavku gore za jedan red
 
 #: ../dialogs/keyboard-settings/keyboard-dialog.glade.h:15
 msgid Repe_at speed:
-msgstr Brzi_na ponavljanja
+msgstr Brzi_na ponavljanja:
 
 #: ../dialogs/keyboard-settings/keyboard-dialog.glade.h:16
 msgid Reset to _Defaults
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-03-04 Thread Transifex
Updating branch refs/heads/master
 to d8ee071a89ed2ff2590780886048ad12545c3f5d (commit)
   from 42086159e447b5ec682eaeb20abfb00b02856757 (commit)

commit d8ee071a89ed2ff2590780886048ad12545c3f5d
Author: Ivica  Kolić ik...@yahoo.com
Date:   Tue Mar 5 07:25:11 2013 +0100

l10n: Updated Croatian (hr) translation to 73%

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

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

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

diff --git a/po/hr.po b/po/hr.po
index a053804..32da9f3 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -7,7 +7,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfwm4\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-01-02 05:39+\n
+POT-Creation-Date: 2013-03-05 04:57+\n
 PO-Revision-Date: 2010-06-12 00:06+0200\n
 Last-Translator: Ivica Kolićik...@yahoo.com \n
 Language-Team: Croatian \n
@@ -145,7 +145,7 @@ msgstr bTe_ma/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:9
 msgid bTitle _alignment/b
-msgstr b_Centriranje natpisa/b
+msgstr b_Poravnanje natpisa/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:10
 msgid bTitle fon_t/b
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-03-04 Thread Transifex
Updating branch refs/heads/master
 to 82516c7cbe62fade01c1616062ba49225b576636 (commit)
   from 5a2a8ee0713cfaf09ba8a16c4d4b9a1a6546c93e (commit)

commit 82516c7cbe62fade01c1616062ba49225b576636
Author: jc jc1 jc1.quebe...@gmail.com
Date:   Tue Mar 5 08:11:57 2013 +0100

l10n: Updated French (fr) translation to 99%

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

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

 po/fr.po |  185 --
 1 files changed, 107 insertions(+), 78 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index a0a6551..2c18fd7 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -5,19 +5,19 @@
 # Collet Etienne xanax...@gmail.com, 2005.
 # Maximilian Schleiss maximil...@xfce.org, 2006-2009.
 # Jérôme Guelfucci jero...@xfce.org, 2009
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-15 06:42+\n
+POT-Creation-Date: 2013-03-05 02:45+\n
 PO-Revision-Date: 2012-04-15 14:09+0200\n
 Last-Translator: Iliyas Jorio inv.jo...@gmail.com\n
 Language-Team: French xfce-i...@xfce.org\n
-Language: fr\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=utf-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: fr\n
 Plural-Forms: nplurals=2; plural=(n  1);\n
 
 #: ../panel-desktop-handler.desktop.in.h:1
@@ -191,15 +191,15 @@ msgstr 
 msgid No running instance of %s was found
 msgstr Aucune instance de %s n'a été trouvée
 
-#: ../panel/panel-application.c:212
+#: ../panel/panel-application.c:216
 msgid Failed to launch the migration application
 msgstr Échec au lancement de la procédure de migration
 
-#: ../panel/panel-application.c:936
+#: ../panel/panel-application.c:982
 msgid Create _Launcher
 msgstr Créer un _lanceur
 
-#: ../panel/panel-application.c:937
+#: ../panel/panel-application.c:983
 msgid 
 This will create a new launcher plugin on the panel and inserts the dropped 
 files as menu items.
@@ -207,14 +207,14 @@ msgstr 
 Ceci créera un lanceur sur le tableau de bord. Un élément de menu y sera 
 inséré pour chaque fichier qui y sera déposé.
 
-#: ../panel/panel-application.c:939
+#: ../panel/panel-application.c:985
 #, c-format
 msgid Create new launcher from %d desktop file
 msgid_plural Create new launcher from %d desktop files
 msgstr[0] Créer un lanceur à partir de %d fichier desktop
 msgstr[1] Créer un lanceur à partir de %d fichiers desktop
 
-#: ../panel/panel-application.c:1673
+#: ../panel/panel-application.c:1725
 msgid 
 You have started X without session manager. Clicking Quit will close the X 
 server.
@@ -222,11 +222,11 @@ msgstr 
 La session Xorg a été ouverte sans gestionnaire de session. L'action Quitter 
 fermera la session Xorg.
 
-#: ../panel/panel-application.c:1674
+#: ../panel/panel-application.c:1726
 msgid Are you sure you want to quit the panel?
 msgstr Voulez-vous vraiment quitter le tableau de bord ?
 
-#: ../panel/panel-application.c:1682
+#: ../panel/panel-application.c:1734
 #, c-format
 msgid Failed to execute command \%s\
 msgstr Échec à l'exécution de la commande « %s »
@@ -474,7 +474,8 @@ msgstr _Largeur (%) :
 msgid M_ode:
 msgstr M_ode :
 
-#. I18N: name of the section (frame) in the panel preferences where the user 
can define the length and size of the panel
+#. I18N: name of the section (frame) in the panel preferences where the user
+#. can define the length and size of the panel
 #: ../panel/panel-preferences-dialog.glade.h:22
 msgid Measurements
 msgstr Dimensions
@@ -960,7 +961,7 @@ msgstr Sélection de l'icône
 
 #: ../plugins/applicationsmenu/applicationsmenu.c:603
 #: ../plugins/applicationsmenu/applicationsmenu.c:844
-#: ../plugins/launcher/launcher.c:2308
+#: ../plugins/clock/clock.c:852 ../plugins/launcher/launcher.c:2308
 #, c-format
 msgid Failed to execute command \%s\.
 msgstr Échec à l'exécution de la commande « %s ».
@@ -1007,15 +1008,15 @@ msgstr Afficher le menu à la position du curseur
 msgid Show help options
 msgstr Afficher l'aide
 
-#: ../plugins/clock/clock.c:146
+#: ../plugins/clock/clock.c:167
 msgid Week %V
 msgstr Semaine %V
 
-#: ../plugins/clock/clock.c:407
+#: ../plugins/clock/clock.c:450
 msgid Failed to execute clock command
 msgstr Échec à l'exécution de la commande de l'horloge
 
-#: ../plugins/clock/clock.c:729
+#: ../plugins/clock/clock.c:797
 msgid Custom Format
 msgstr Format personnalisé
 
@@ -1052,7 +1053,8 @@ msgstr Afficher les _secondes
 msgid F_ormat:
 msgstr F_ormat :
 
-#. I18N: the fuzziness the *precision* of the fuzzy clock. Time steps of 5, 15 
or parts of the day.
+#. I18N: the fuzziness the *precision* of the fuzzy clock. Time steps of 5, 15
+#. or parts of the day.
 #: ../plugins/clock/clock-dialog.glade.h:11
 msgid F_uzziness:
 msgstr _Précision :
@@ -1070,13 +1072,14 @@ msgid LCD
 msgstr LCD
 
 #: ../plugins/clock/clock-dialog.glade.h:15
-msgid Sho_w AM/PM
-msgstr _Afficher AM/PM
+msgid 
+Name of the timezone matching the 

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

2013-03-04 Thread Transifex
Updating branch refs/heads/master
 to 721d7767b84da74703b52dba0a2fa096817ef192 (commit)
   from 82516c7cbe62fade01c1616062ba49225b576636 (commit)

commit 721d7767b84da74703b52dba0a2fa096817ef192
Author: jc jc1 jc1.quebe...@gmail.com
Date:   Tue Mar 5 08:14:43 2013 +0100

l10n: Updated French (fr) translation to 100%

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

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

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

diff --git a/po/fr.po b/po/fr.po
index 2c18fd7..358f0f7 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1075,7 +1075,7 @@ msgstr LCD
 msgid 
 Name of the timezone matching the system's timezone database. Leave empty to 
 revert to the local time.
-msgstr 
+msgstr Le nom du fuseau horaire correspondant à la base de données du fuseau 
horaire du système. Laisser vide pour revenir à l'heure locale.
 
 #: ../plugins/clock/clock-dialog.glade.h:16
 msgid Sho_w AM/PM
@@ -1093,7 +1093,7 @@ msgstr Afficher une _grille
 msgid 
 Start a tool for setting the system time and date. If the button is grayed 
 out, check the \Help\ page to see how to configure it correctly.
-msgstr 
+msgstr Démarrer un outil pour régler l'heure et la date système. Si le bouton 
est grisé, vérifier la page d'« Aide » pour voir comment les configurer 
correctement.
 
 #: ../plugins/clock/clock-dialog.glade.h:21
 #, no-c-format
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits