[Xfce4-commits] xfce4-notifyd:master Tentative fix for make distcheck.

2013-04-07 Thread Jérôme Guelfucci
Updating branch refs/heads/master
 to a9997e5a7282646caeec64f5e5cfb7c58a114a10 (commit)
   from 4414371b4356f1ec281c666309b23f0a12be9eaf (commit)

commit a9997e5a7282646caeec64f5e5cfb7c58a114a10
Author: Jérôme Guelfucci jero...@xfce.org
Date:   Sun Apr 7 11:17:09 2013 +0200

Tentative fix for make distcheck.

This still needs some work and is not totally clean.

 Makefile.am |   69 ---
 configure.ac.in |2 +-
 2 files changed, 36 insertions(+), 35 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index f2ebd99..747c4c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,7 @@ distclean_intltool = \
intltool-merge \
intltool-update
 
-distuninstallcheck_listfiles = \ 
+distuninstallcheck_listfiles = \
find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
 
 xfce4_notifyddir = $(HELPER_PATH_PREFIX)/xfce4/notifyd
@@ -22,21 +22,22 @@ bin_PROGRAMS = xfce4-notifyd-config/xfce4-notifyd-config
 
 xfce4_notifyd_xfce4_notifyd_SOURCES = \
xfce4-notifyd/main.c \
-   xfce4-notifyd/notify-dbus.h \
+   notify-dbus.h \
xfce4-notifyd/xfce-notify-daemon.c \
xfce4-notifyd/xfce-notify-daemon.h \
-   xfce4-notifyd/xfce-notify-enum-types.c \
-   xfce4-notifyd/xfce-notify-enum-types.h \
-   xfce4-notifyd/xfce-notify-marshal.c \
-   xfce4-notifyd/xfce-notify-marshal.h \
+   xfce-notify-enum-types.c \
+   xfce-notify-enum-types.h \
+   xfce-notify-marshal.c \
+   xfce-notify-marshal.h \
xfce4-notifyd/xfce-notify-window.c \
xfce4-notifyd/xfce-notify-window.h
 
 xfce4_notifyd_config_xfce4_notifyd_config_SOURCES = \
xfce4-notifyd-config/main.c \
-   xfce4-notifyd-config/xfce4-notifyd-config.ui.h
+   xfce4-notifyd-config.ui.h
 
 common_cflags = \
+   -I$(builddir)   \
-DLOCALEDIR=\$(localedir)\ \
$(GTK_CFLAGS) \
$(LIBXFCE4UTIL_CFLAGS) \
@@ -104,7 +105,7 @@ zomgponiesthemedir = 
$(theme_dir)/ZOMG-PONIES!/xfce-notify-4.0
 dist_zomgponiestheme_DATA = themes/ZOMG-PONIES!/gtkrc
 
 built_xfce4_notifyd = \
-   xfce4-notifyd/notify-dbus.h
+   notify-dbus.h
 
 clean_xfce4_notifyd = \
$(built_xfce4_notifyd)
@@ -112,17 +113,17 @@ clean_xfce4_notifyd = \
 if MAINTAINER_MODE
 
 built_xfce4_notifyd += \
-   xfce4-notifyd/xfce-notify-marshal.c \
-   xfce4-notifyd/xfce-notify-marshal.h \
-   xfce4-notifyd/xfce-notify-enum-types.c \
-   xfce4-notifyd/xfce-notify-enum-types.h
+   xfce-notify-marshal.c \
+   xfce-notify-marshal.h \
+   xfce-notify-enum-types.c \
+   xfce-notify-enum-types.h
 
 built_xfce4_notifyd_config = \
-   xfce4-notifyd-config/xfce4-notifyd-config.ui.h
+   xfce4-notifyd-config.ui.h
 
 clean_xfce4_notifyd += \
-   xfce4-notifyd/stamp-xfce-notify-enum-types.h \
-   xfce4-notifyd/stamp-xfce-notify-marshal.h
+   stamp-xfce-notify-enum-types.h \
+   stamp-xfce-notify-marshal.h
 
 endif
 
@@ -155,7 +156,7 @@ DISTCLEANFILES = \
$(distclean_intltool) \
$(distclean_service)
 
-xfce4-notifyd/notify-dbus.h: $(srcdir)/xfce4-notifyd/notify-dbus.xml Makefile
+notify-dbus.h: $(srcdir)/xfce4-notifyd/notify-dbus.xml Makefile
 if USE_OLD_GET_SERVER_INFORMATION_SIGNATURE
sed -e 's,arg direction=out name=spec_version type=s/,,' $  
$(F).tmp
$(DBUS_BINDING_TOOL) --mode=glib-server --prefix=notify $(F).tmp  $@
@@ -166,44 +167,44 @@ endif
 
 if MAINTAINER_MODE
 
-xfce4-notifyd/xfce-notify-marshal.h: xfce4-notifyd/stamp-xfce-notify-marshal.h
+xfce-notify-marshal.h: stamp-xfce-notify-marshal.h
@true
-xfce4-notifyd/stamp-xfce-notify-marshal.h: 
$(srcdir)/xfce4-notifyd/xfce-notify-marshal.list Makefile
-   @echo '/* this file is autogenerated -- do not edit */' 
xfce4-notifyd/xfce-notify-marshal.h
-   @echo xfce4-notifyd/xfce-notify-marshal.h
-   glib-genmarshal --prefix=xfce_notify_marshal 
xfce4-notifyd/xfce-notify-marshal.list --header 
xfce4-notifyd/xfce-notify-marshal.h
+stamp-xfce-notify-marshal.h: $(srcdir)/xfce4-notifyd/xfce-notify-marshal.list 
Makefile
+   @echo '/* this file is autogenerated -- do not edit */'  
xfce-notify-marshal.h
+   @echo  xfce-notify-marshal.h
+   glib-genmarshal --prefix=xfce_notify_marshal 
$(srcdir)/xfce4-notifyd/xfce-notify-marshal.list --header  
xfce-notify-marshal.h
echo timestamp $@
-xfce4-notifyd/xfce-notify-marshal.c: 
$(srcdir)/xfce4-notifyd/xfce-notify-marshal.list Makefile
+xfce-notify-marshal.c: $(srcdir)/xfce4-notifyd/xfce-notify-marshal.list 
Makefile
@echo '/* this file is autogenerated -- do not edit */' $@
@echo $@
@echo '#include xfce-notify-marshal.h' $@
@echo $@
-   glib-genmarshal --prefix=xfce_notify_marshal 
xfce4-notifyd/xfce-notify-marshal.list --body $@
+   glib-genmarshal --prefix=xfce_notify_marshal 
$(srcdir)/xfce4-notifyd/xfce-notify-marshal.list --body $@
 

[Xfce4-commits] xfce4-notifyd:master Show a button in the notification preview (bug #9982).

2013-04-07 Thread Jérôme Guelfucci
Updating branch refs/heads/master
 to e8bd39fc0a0292eba237a55b2c10feec8e97eb13 (commit)
   from a9997e5a7282646caeec64f5e5cfb7c58a114a10 (commit)

commit e8bd39fc0a0292eba237a55b2c10feec8e97eb13
Author: Jérôme Guelfucci jero...@xfce.org
Date:   Sun Apr 7 11:21:32 2013 +0200

Show a button in the notification preview (bug #9982).

 Makefile.am |6 ++--
 NEWS|4 ++
 configure.ac.in |5 +--
 xfce4-notifyd-config/main.c |   67 ++-
 4 files changed, 55 insertions(+), 27 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 747c4c6..4ca28f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,6 +52,7 @@ xfce4_notifyd_xfce4_notifyd_CFLAGS = \
 
 xfce4_notifyd_config_xfce4_notifyd_config_CFLAGS = \
-DG_LOG_DOMAIN=\xfce4-notifyd-config\ \
+   $(LIBNOTIFY_CFLAGS) \
$(common_cflags)
 
 common_ldadd = \
@@ -66,7 +67,8 @@ xfce4_notifyd_xfce4_notifyd_LDADD = \
$(LIBX11_LIBS)
 
 xfce4_notifyd_config_xfce4_notifyd_config_LDADD = \
-   $(common_ldadd)
+   $(common_ldadd) \
+   $(LIBNOTIFY_LIBS)
 
 
 servicedir = $(datadir)/dbus-1/services
@@ -238,7 +240,6 @@ release: gpg-sign
-rm $(PACKAGE)-$(VERSION).tar.gz
 
 #Tests
-if HAVE_LIBNOTIFY
 noinst_PROGRAMS = \
tests/test-text \
tests/test-positioning \
@@ -262,4 +263,3 @@ tests_test_positioning_LDADD = $(tests_ldadd)
 tests_test_text_SOURCES = tests/test-text.c
 tests_test_text_CFLAGS = $(tests_cflags)
 tests_test_text_LDADD = $(tests_ldadd)
-endif
diff --git a/NEWS b/NEWS
index 17ca979..ea4fac0 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@
 
 Version 0.2.3git:
 
+  libnotify is now required as a dependency to build a test suite and to
+  show improved notification previews.
+
   Features:
 * Add a category to the settings dialog for Xfce4 Settings Manager.
 * Add widget names to summary (summary) and body (body) widgets
@@ -20,6 +23,7 @@ Version 0.2.3git:
 * Respect border-width when drawing the notification (bug #9475).
 * Do not kill notification daemon to apply new theme. Instead, handle
   style updates of existing notifications.
+* Show a button in the notification preview (bug #9982).
 
 Version 0.2.2 (06 August 2011):
 
diff --git a/configure.ac.in b/configure.ac.in
index 101e334..7adb83a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -67,10 +67,7 @@ XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [0.1.0svn-r26876])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.14.0])
 XDT_CHECK_PACKAGE([DBUS], [dbus-1], [1.0.0])
 XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.72])
-
-dnl optionnal
-XDT_CHECK_OPTIONAL_PACKAGE([LIBNOTIFY], [libnotify], [0.7.0], [notifications],
-   [Test suite support], [yes])
+XDT_CHECK_PACKAGE([LIBNOTIFY], [libnotify], [0.7.0])
 
 AC_PATH_PROG([DBUS_BINDING_TOOL], [dbus-binding-tool])
 AS_IF([test -z $DBUS_BINDING_TOOL],
diff --git a/xfce4-notifyd-config/main.c b/xfce4-notifyd-config/main.c
index d3a4726..666f338 100644
--- a/xfce4-notifyd-config/main.c
+++ b/xfce4-notifyd-config/main.c
@@ -35,9 +35,46 @@
 
 #include xfconf/xfconf.h
 #include libxfce4ui/libxfce4ui.h
+#include libnotify/notify.h
 
 #include xfce4-notifyd-config.ui.h
 
+static void
+xfce_notifyd_config_show_notification_callback(NotifyNotification 
*notification,
+   const char *action,
+   gpointerunused)
+{
+  /* Don't do anything, we just have a button to show its style */
+}
+
+static void
+xfce_notifyd_config_show_notification_preview(GtkWindow *parent_window)
+{
+NotifyNotification *notification;
+GError *error = NULL;
+
+notification =
+notify_notification_new(_(Notification Preview),
+_(This is how notifications will look like),
+NULL);
+
+notify_notification_add_action(notification,
+   button,
+   _(Button),
+   (NotifyActionCallback) 
xfce_notifyd_config_show_notification_callback,
+   NULL,
+   NULL);
+
+if (!notify_notification_show(notification, error)) {
+xfce_dialog_show_error(parent_window, error,
+   _(Notification preview failed));
+
+g_error_free(error);
+}
+
+g_object_unref(notification);
+}
+
 static gchar *
 xfce4_notifyd_slider_format_value(GtkScale *slider,
   gdouble value,
@@ -87,21 +124,12 @@ xfce4_notifyd_config_theme_changed(XfconfChannel *channel,
 {
 gtk_tree_model_get(GTK_TREE_MODEL(ls), iter, 0, theme, -1);
 if(!strcmp(theme, new_theme)) {
-GError *error = NULL;
 
 gtk_combo_box_set_active_iter(GTK_COMBO_BOX(theme_combo),
   

[Xfce4-commits] xfdesktop:eric/wallpaper-and-settings-improvements Select wallpaper on loading

2013-04-07 Thread Eric Koegel
Updating branch refs/heads/eric/wallpaper-and-settings-improvements
 to 8385169faa534301b7131d842c062bb9971e5f67 (commit)
   from 3ea195b2ac3223a4c2de1e7eeb30b3461eb4994e (commit)

commit 8385169faa534301b7131d842c062bb9971e5f67
Author: Eric Koegel eric.koe...@gmail.com
Date:   Sun Apr 7 11:11:13 2013 +0300

Select wallpaper on loading

Increases the icon view item padding size so the selected item stands out 
better.
cb_folder_selection_change is manually called because GTK introduced a bug 
where
changing the gtk file chooser folder in code no longer emits the correct 
signal.

 settings/main.c |   22 --
 1 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/settings/main.c b/settings/main.c
index 0f7f8d9..8debcb9 100644
--- a/settings/main.c
+++ b/settings/main.c
@@ -132,7 +132,6 @@ typedef struct
 GtkTreeIter *selected_iter;
 gchar *last_image;
 gchar *file_path;
-gchar *cur_image_file;
 AppearancePanel *panel;
 } AddDirData;
 
@@ -527,13 +526,12 @@ xfdesktop_image_list_add_item(gpointer user_data)
 AddDirData *dir_data = user_data;
 AppearancePanel *panel = dir_data-panel;
 GFileInfo *info;
-GtkTreeIter *iter, *selected_iter = NULL;
+GtkTreeIter *iter;
 GtkTreePath *path;
 
 /* If the enumeration gets canceled/destroyed we need to clean up */
 if(!G_IS_FILE_ENUMERATOR(dir_data-file_enumerator)) {
 g_free(dir_data-file_path);
-g_free(dir_data-cur_image_file);
 g_free(dir_data-last_image);
 g_free(dir_data);
 
@@ -549,8 +547,7 @@ xfdesktop_image_list_add_item(gpointer user_data)
 
 iter = 
xfdesktop_settings_image_iconview_add(GTK_TREE_MODEL(dir_data-ls), buf, panel);
 if(iter) {
-if(dir_data-cur_image_file 
-   !dir_data-selected_iter 
+if(!dir_data-selected_iter 
!strcmp(buf, dir_data-last_image))
 {
 dir_data-selected_iter = iter;
@@ -572,8 +569,8 @@ xfdesktop_image_list_add_item(gpointer user_data)
 GTK_TREE_MODEL(dir_data-ls));
 
 /* last_image is in the directory added then it should be selected */
-if(selected_iter) {
-path = gtk_tree_model_get_path(GTK_TREE_MODEL(dir_data-ls), 
selected_iter);
+if(dir_data-selected_iter) {
+path = gtk_tree_model_get_path(GTK_TREE_MODEL(dir_data-ls), 
dir_data-selected_iter);
 if(path) {
 gtk_icon_view_select_path(GTK_ICON_VIEW(panel-image_iconview), 
path);
 gtk_tree_iter_free(dir_data-selected_iter);
@@ -581,7 +578,6 @@ xfdesktop_image_list_add_item(gpointer user_data)
  }
 
 g_free(dir_data-file_path);
-g_free(dir_data-cur_image_file);
 g_free(dir_data-last_image);
 g_object_unref(dir_data-file_enumerator);
 g_free(dir_data);
@@ -617,7 +613,6 @@ xfdesktop_image_list_add_dir(GObject *source_object,
 dir_data-last_image = xfconf_channel_get_string(panel-channel, property, 
DEFAULT_BACKDROP);
 
 dir_data-file_path = g_file_get_path(panel-selected_file);
-dir_data-cur_image_file = g_file_get_parse_name(panel-selected_file);
 
 dir_data-file_enumerator = 
g_file_enumerate_children_finish(panel-selected_file,
  res,
@@ -965,14 +960,14 @@ xfdesktop_settings_update_iconview_folder(AppearancePanel 
*panel)
 
 prop_last = 
xfdesktop_settings_generate_per_workspace_binding_string(panel, last-image);
 
-current_folder = xfconf_channel_get_string(panel-channel, prop_last, 
NULL);
-
-if(current_folder == NULL)
-current_folder = g_strdup(DEFAULT_BACKDROP);
+current_folder = xfconf_channel_get_string(panel-channel, prop_last, 
DEFAULT_BACKDROP);
 
 gtk_file_chooser_set_current_folder((GtkFileChooser*)panel-btn_folder,
   g_path_get_dirname(current_folder));
 
+/* Workaround for a bug in GTK */
+cb_folder_selection_changed(panel-btn_folder, panel);
+
 g_free(current_folder);
 g_free(prop_last);
 }
@@ -1197,7 +1192,6 @@ xfdesktop_settings_setup_image_iconview(AppearancePanel 
*panel)
 tooltip-column, COL_NAME,
 selection-mode, GTK_SELECTION_BROWSE,
 column-spacing, 2,
-item-padding, 2,
 margin, 2,
 NULL);
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-04-07 Thread Transifex
Updating branch refs/heads/master
 to d819238ff97352d19a4eff5dd8c6ece97c38a88f (commit)
   from 29fd8d2453198c4fcde9113062c0fdf3ee1fc847 (commit)

commit d819238ff97352d19a4eff5dd8c6ece97c38a88f
Author: Cristian Marchi cri.pe...@gmail.com
Date:   Sun Apr 7 13:56:53 2013 +0200

l10n: Updated Italian (it) translation to 100%

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

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

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

diff --git a/po/it.po b/po/it.po
index 4cde374..198170e 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-indicator-plugin\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-04-06 04:39+\n
+POT-Creation-Date: 2013-04-07 07:24+\n
 PO-Revision-Date: 2011-05-29 11:44+0100\n
 Last-Translator: Cristian Marchi cri.pe...@gmail.com\n
 Language-Team: Italian xfce-it-translat...@googlegroups.com\n
@@ -41,7 +41,7 @@ msgstr Nessun indicatore
 #. icon-name(?)
 #: ../panel-plugin/indicator-dialog.c:57
 msgid Application Indicators
-msgstr 
+msgstr Indicatori applicazione
 
 #: ../panel-plugin/indicator-dialog.c:58
 msgid Sound Menu
@@ -82,11 +82,12 @@ msgstr Impossibile aprire il seguente indirizzo: %s
 
 #: ../panel-plugin/indicator-dialog.glade.h:1
 msgid iPlease restart the panel for visibility changes to take effect./i
-msgstr iRiavviare il pannello per rendere effettive le modifiche di 
visibilità/i
+msgstr 
+iRiavviare il pannello per rendere effettive le modifiche di visibilità/i
 
 #: ../panel-plugin/indicator-dialog.glade.h:2
 msgid Align left in deskbar mode
-msgstr 
+msgstr Allinea a sinistra in modalità deskbar
 
 #: ../panel-plugin/indicator-dialog.glade.h:3
 msgid Appearance
@@ -100,7 +101,7 @@ msgstr Elimina gli indicatori conosci_uti
 msgid 
 Controls the indicator button layout when the panel is in a Deskbar mode. 
 Possible choices are \centered\ or \aligned left\.
-msgstr 
+msgstr Controlla il posizionamento di pulsante dell'indicatore quando il 
pannello è nella modalità deskbar; le scelte disponibili sono \centrato\ o 
\allineato a sinistra\
 
 #: ../panel-plugin/indicator-dialog.glade.h:6
 msgid Hide indicators by default
@@ -110,7 +111,9 @@ msgstr Nascondi gli indicatori
 msgid 
 Icons are scaled to fit a single row of the panel. Use this option to 
 restrict the maximum size of the icon.
-msgstr Le icone sono scalate per adattarsi a una singola riga del pannello. 
Usare questa opzione per diminuire la dimensione dell'icona
+msgstr 
+Le icone sono scalate per adattarsi a una singola riga del pannello. Usare 
+questa opzione per diminuire la dimensione dell'icona
 
 #: ../panel-plugin/indicator-dialog.glade.h:8
 msgid Indicators
@@ -136,7 +139,10 @@ msgstr Ripristina l'elenco degli indicatori e la loro 
visibilità.
 msgid 
 When enabled, only indicators marked \Visible\ are shown. Otherwise, all 
 indicators not marked \Hidden\ are displayed.
-msgstr Se abilitata, solo gli indicatori marcati come \Visibili\ verranno 
mostrati. Diversamente verranno visualizzati solo quelli marcati come 
\Nascosti\
+msgstr 
+Se abilitata, solo gli indicatori marcati come \Visibili\ verranno 
+mostrati. Diversamente verranno visualizzati solo quelli marcati come 
+\Nascosti\
 
 #: ../panel-plugin/indicator-dialog.glade.h:14
 msgid _Maximum icon size (px):
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-04-07 Thread Transifex
Updating branch refs/heads/master
 to 74efcae566999a37ca9b0565c6ca2fe3a3b19fe5 (commit)
   from e8bd39fc0a0292eba237a55b2c10feec8e97eb13 (commit)

commit 74efcae566999a37ca9b0565c6ca2fe3a3b19fe5
Author: Саша Петровић salepetron...@gmail.com
Date:   Sun Apr 7 15:29:26 2013 +0200

l10n: Updated Serbian (sr) translation to 100%

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

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

 po/sr.po |   46 --
 1 files changed, 24 insertions(+), 22 deletions(-)

diff --git a/po/sr.po b/po/sr.po
index 4fcf155..aeb236e 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -1,23 +1,21 @@
-#
 # Саша Петровић salepetron...@gmail.com, 2013.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4-notifyd\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-01-23 18:21+\n
+POT-Creation-Date: 2013-04-07 13:12+\n
 PO-Revision-Date: 2013-03-07 16:28+0100\n
 Last-Translator: Саша Петровић salepetron...@gmail.com\n
 Language-Team: српски \n
-Language: sr\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: 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
 
 #: ../xfce4-notifyd/main.c:74 ../xfce4-notifyd/main.c:84
-#: ../xfce4-notifyd-config/main.c:238
+#: ../xfce4-notifyd-config/main.c:258
 msgid Xfce Notify Daemon
 msgstr Демон подешавања а-ИксФЦЕ
 
@@ -45,45 +43,49 @@ msgstr Не могу да ступим у везу са сабирницу се
 msgid Another notification xndaemon is already running
 msgstr Неки други управник потрошње је у погону
 
-#. 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:57
+msgid Notification Preview
+msgstr Преглед обавештења
+
+#: ../xfce4-notifyd-config/main.c:58
+msgid This is how notifications will look like
+msgstr Oвако ће обавештења изгледати
+
+#: ../xfce4-notifyd-config/main.c:63
+msgid Button
+msgstr Дугме
 
-#: ../xfce4-notifyd-config/main.c:102 ../xfce4-notifyd-config/main.c:209
+#: ../xfce4-notifyd-config/main.c:70
 msgid Notification preview failed
 msgstr Преглед обавештења није успео
 
-#: ../xfce4-notifyd-config/main.c:240
+#: ../xfce4-notifyd-config/main.c:260
 msgid Settings daemon is unavailable
 msgstr Демон подешења није доступан
 
-#: ../xfce4-notifyd-config/main.c:290
+#: ../xfce4-notifyd-config/main.c:310
 msgid Display version information
 msgstr Прикажи податке о издању
 
-#: ../xfce4-notifyd-config/main.c:291
+#: ../xfce4-notifyd-config/main.c:311
 msgid Settings manager socket
 msgstr Утичница управника подешавања
 
-#: ../xfce4-notifyd-config/main.c:291
+#: ../xfce4-notifyd-config/main.c:311
 msgid SOCKET_ID
 msgstr ИБ УТИЧНИЦЕ
 
-#: ../xfce4-notifyd-config/main.c:301
+#: ../xfce4-notifyd-config/main.c:321
 #, c-format
 msgid Type '%s --help' for usage.
 msgstr Упишите „%s --help“ за коришћење.
 
-#: ../xfce4-notifyd-config/main.c:314
+#: ../xfce4-notifyd-config/main.c:334
 #, c-format
 msgid Released under the terms of the GNU General Public License, version 2\n
 msgstr Издато под одредбама Гнуове опште јавне лиценце, верзије 2\n
 
-#: ../xfce4-notifyd-config/main.c:315
+#: ../xfce4-notifyd-config/main.c:335
 #, c-format
 msgid Please report bugs to %s.\n
 msgstr Молим, пријавите грешке на %s.\n
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-04-07 Thread Transifex
Updating branch refs/heads/master
 to 15b524b8b3a4e541557df434f6d63edea56f8e9f (commit)
   from eda31eee0c605975d7d1be569c2d5e9b52d3a959 (commit)

commit 15b524b8b3a4e541557df434f6d63edea56f8e9f
Author: Саша Петровић salepetron...@gmail.com
Date:   Sun Apr 7 16:10:00 2013 +0200

l10n: Updated Serbian (sr) translation to 100%

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

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

 po/sr.po |  164 +
 1 files changed, 89 insertions(+), 75 deletions(-)

diff --git a/po/sr.po b/po/sr.po
index 31bbfd1..c5b4b35 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -9,14 +9,16 @@ msgstr 
 Project-Id-Version: exo\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-01-23 10:03+\n
-PO-Revision-Date: 2013-03-05 13:32+0100\n
+PO-Revision-Date: 2013-04-07 16:01+0200\n
 Last-Translator: Саша Петровић salepetron...@gmail.com\n
-Language-Team: српски \n
+Language-Team: српски српски xfce-i...@xfce.org\n
 Language: sr\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
+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
 
 #: ../exo/exo-cell-renderer-ellipsized-text.c:131
 #: ../exo/exo-cell-renderer-icon.c:144
@@ -64,16 +66,18 @@ msgstr Нисам успео да прочитам датотеку „%s“: %
 
 #: ../exo/exo-gdk-pixbuf-extensions.c:890
 #, c-format
-msgid Failed to load image \%s\: Unknown reason, probably a corrupt image 
file
-msgstr Нисам успео да учитам слику „%s“: Разлог није познат, вероватно 
неисправан запис
+msgid 
+Failed to load image \%s\: Unknown reason, probably a corrupt image file
+msgstr 
+Нисам успео да учитам слику „%s“: Разлог није познат, вероватно неисправан 
+запис
 
 #: ../exo/exo-gtk-extensions.c:227
 #, c-format
 msgid Failed to open \%s\.
 msgstr Нисам успео да отворим „%s“.
 
-#: ../exo/exo-icon-bar.c:277
-#: ../exo/exo-icon-view.c:806
+#: ../exo/exo-icon-bar.c:277 ../exo/exo-icon-view.c:806
 msgid Orientation
 msgstr Усмерење
 
@@ -81,23 +85,19 @@ msgstr Усмерење
 msgid The orientation of the iconbar
 msgstr Усмерење траке иконице
 
-#: ../exo/exo-icon-bar.c:294
-#: ../exo/exo-icon-view.c:823
+#: ../exo/exo-icon-bar.c:294 ../exo/exo-icon-view.c:823
 msgid Pixbuf column
 msgstr Стубац сличице
 
-#: ../exo/exo-icon-bar.c:295
-#: ../exo/exo-icon-view.c:824
+#: ../exo/exo-icon-bar.c:295 ../exo/exo-icon-view.c:824
 msgid Model column used to retrieve the icon pixbuf from
 msgstr Стубац у моделу из које се извлачи сличица иконице
 
-#: ../exo/exo-icon-bar.c:310
-#: ../exo/exo-icon-view.c:950
+#: ../exo/exo-icon-bar.c:310 ../exo/exo-icon-view.c:950
 msgid Text column
 msgstr Стубац текста
 
-#: ../exo/exo-icon-bar.c:311
-#: ../exo/exo-icon-view.c:951
+#: ../exo/exo-icon-bar.c:311 ../exo/exo-icon-view.c:951
 msgid Model column used to retrieve the text from
 msgstr Стубац у моделу из којег се извлачи текст
 
@@ -117,33 +117,27 @@ msgstr Активно
 msgid Active item index
 msgstr Активан садржај ставке
 
-#: ../exo/exo-icon-bar.c:347
-#: ../exo/exo-icon-bar.c:348
+#: ../exo/exo-icon-bar.c:347 ../exo/exo-icon-bar.c:348
 msgid Active item fill color
 msgstr Боја испуњавања активне ставке
 
-#: ../exo/exo-icon-bar.c:354
-#: ../exo/exo-icon-bar.c:355
+#: ../exo/exo-icon-bar.c:354 ../exo/exo-icon-bar.c:355
 msgid Active item border color
 msgstr Боја ивице активне ставке
 
-#: ../exo/exo-icon-bar.c:361
-#: ../exo/exo-icon-bar.c:362
+#: ../exo/exo-icon-bar.c:361 ../exo/exo-icon-bar.c:362
 msgid Active item text color
 msgstr Боја текста активне ставке
 
-#: ../exo/exo-icon-bar.c:368
-#: ../exo/exo-icon-bar.c:369
+#: ../exo/exo-icon-bar.c:368 ../exo/exo-icon-bar.c:369
 msgid Cursor item fill color
 msgstr Боја испуњавања ставке курсора
 
-#: ../exo/exo-icon-bar.c:375
-#: ../exo/exo-icon-bar.c:376
+#: ../exo/exo-icon-bar.c:375 ../exo/exo-icon-bar.c:376
 msgid Cursor item border color
 msgstr Боја ивице ставке курсора
 
-#: ../exo/exo-icon-bar.c:382
-#: ../exo/exo-icon-bar.c:383
+#: ../exo/exo-icon-bar.c:382 ../exo/exo-icon-bar.c:383
 msgid Cursor item text color
 msgstr Боја текста ставке курсора
 
@@ -213,8 +207,7 @@ msgid All Icons
 msgstr Све иконице
 
 #. EXO_ICON_CHOOSER_CONTEXT_FILE
-#: ../exo/exo-icon-chooser-dialog.c:139
-#: ../exo/exo-icon-chooser-dialog.c:285
+#: ../exo/exo-icon-chooser-dialog.c:139 ../exo/exo-icon-chooser-dialog.c:285
 msgid Image Files
 msgstr Датотеке слика
 
@@ -286,7 +279,8 @@ msgstr Стубац ознаке
 
 #: ../exo/exo-icon-view.c:778
 msgid Model column used to retrieve the text if using Pango markup
-msgstr Стубац у моделу из којег се извлачи текст уколико се користе Панго 
ознаке
+msgstr 
+Стубац у моделу из којег се извлачи текст уколико се користе Панго ознаке
 
 #: ../exo/exo-icon-view.c:792
 

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

2013-04-07 Thread Transifex
Updating branch refs/heads/master
 to 107f9f407ee27985848e65ccb9dba40024e109d0 (commit)
   from 74efcae566999a37ca9b0565c6ca2fe3a3b19fe5 (commit)

commit 107f9f407ee27985848e65ccb9dba40024e109d0
Author: Rafael Ferreira rafael.f...@gmail.com
Date:   Sun Apr 7 17:25:03 2013 +0200

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

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

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

 po/pt_BR.po |   49 ++---
 1 files changed, 26 insertions(+), 23 deletions(-)

diff --git a/po/pt_BR.po b/po/pt_BR.po
index 8c0b140..29df934 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -6,21 +6,21 @@
 #
 msgid 
 msgstr 
-Project-Id-Version: \n
+Project-Id-Version: xfce4-notifyd\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-01-27 18:39+\n
-PO-Revision-Date: 2013-01-27 18:52-0300\n
+POT-Creation-Date: 2013-04-07 13:12+\n
+PO-Revision-Date: 2013-04-07 11:52-0300\n
 Last-Translator: Rafael Ferreira rafael.f...@gmail.com\n
-Language-Team: Brazilian Portuguese ldp...@bazar2.conectiva.com.br\n
+Language-Team: Portuguese (Brazil) xfce-i18n...@xfce.org\n
 Language: pt_BR\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=2; plural=(n  1);\n
-X-Generator: Poedit 1.5.4\n
+X-Generator: Poedit 1.5.5\n
 
 #: ../xfce4-notifyd/main.c:74 ../xfce4-notifyd/main.c:84
-#: ../xfce4-notifyd-config/main.c:238
+#: ../xfce4-notifyd-config/main.c:258
 msgid Xfce Notify Daemon
 msgstr Serviço de notificações do Xfce
 
@@ -48,46 +48,49 @@ msgstr Não foi possível conectar ao barramento de sessões 
D-Bus
 msgid Another notification xndaemon is already running
 msgstr Um outro xndaemon de notificações já está em execução
 
-#. 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 \Visualização da notificação\ \As notificações serão assim\
+#: ../xfce4-notifyd-config/main.c:57
+msgid Notification Preview
+msgstr Visualização da notificação
+
+#: ../xfce4-notifyd-config/main.c:58
+msgid This is how notifications will look like
+msgstr As notificações serão assim
+
+#: ../xfce4-notifyd-config/main.c:63
+msgid Button
+msgstr Botão
 
-#: ../xfce4-notifyd-config/main.c:102 ../xfce4-notifyd-config/main.c:209
+#: ../xfce4-notifyd-config/main.c:70
 msgid Notification preview failed
 msgstr A visualização da notificação falhou
 
-#: ../xfce4-notifyd-config/main.c:240
+#: ../xfce4-notifyd-config/main.c:260
 msgid Settings daemon is unavailable
 msgstr O serviço de configuração não está disponível
 
-#: ../xfce4-notifyd-config/main.c:290
+#: ../xfce4-notifyd-config/main.c:310
 msgid Display version information
 msgstr Exibe informação da versão
 
-#: ../xfce4-notifyd-config/main.c:291
+#: ../xfce4-notifyd-config/main.c:311
 msgid Settings manager socket
 msgstr Socket do gerenciador de configurações
 
-#: ../xfce4-notifyd-config/main.c:291
+#: ../xfce4-notifyd-config/main.c:311
 msgid SOCKET_ID
 msgstr SOCKET_ID
 
-#: ../xfce4-notifyd-config/main.c:301
+#: ../xfce4-notifyd-config/main.c:321
 #, c-format
 msgid Type '%s --help' for usage.
 msgstr Digite \%s --help\ para obter informações de uso.
 
-#: ../xfce4-notifyd-config/main.c:314
+#: ../xfce4-notifyd-config/main.c:334
 #, c-format
 msgid Released under the terms of the GNU General Public License, version 2\n
-msgstr Liberado sob os termos da Licensa Pública GNU (GPL), versão 2\n
+msgstr Liberado sob os termos da Licença Pública GNU (GPL), versão 2\n
 
-#: ../xfce4-notifyd-config/main.c:315
+#: ../xfce4-notifyd-config/main.c:335
 #, c-format
 msgid Please report bugs to %s.\n
 msgstr Por favor relate erros para %s.\n
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-04-07 Thread Transifex
Updating branch refs/heads/master
 to be483ec09de3c96d79b3878a9faaab354c8c04b8 (commit)
   from a832fa1eee6517ab1cc91d93422ec7dec40fa321 (commit)

commit be483ec09de3c96d79b3878a9faaab354c8c04b8
Author: Rafael Ferreira rafael.f...@gmail.com
Date:   Sun Apr 7 17:25:37 2013 +0200

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

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

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

 po/pt_BR.po |   45 +++--
 1 files changed, 23 insertions(+), 22 deletions(-)

diff --git a/po/pt_BR.po b/po/pt_BR.po
index c689f2f..18b8a2b 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,51 +7,52 @@
 # Sérgio Cipolla secipo...@gmail.com, 2011.
 msgid 
 msgstr 
-Project-Id-Version: xfburn 0.0.3svn\n
+Project-Id-Version: xfburn\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-03-19 09:46+0100\n
-PO-Revision-Date: 2012-11-24 07:06-0300\n
+POT-Creation-Date: 2013-04-07 11:57+\n
+PO-Revision-Date: 2013-04-07 11:59-0300\n
 Last-Translator: Rafael Ferreira rafael.f...@gmail.com\n
-Language-Team: Brazilian Portuguese ldp...@bazar2.conectiva.com.br\n
+Language-Team: Portuguese (Brazil) xfce-i18n...@xfce.org\n
 Language: pt_BR\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=2; plural=(n  1);\n
+X-Generator: Poedit 1.5.5\n
 
 #: ../xfburn/xfburn-global.h:28
 msgid Capacity:
-msgstr 
+msgstr Capacidade:
 
 #: ../xfburn/xfburn-global.h:29
 msgid addr:
-msgstr 
+msgstr end.:
 
 #: ../xfburn/xfburn-global.h:30
 msgid Time total:
-msgstr 
+msgstr Tempo total:
 
 #: ../xfburn/xfburn-global.h:32
-#, fuzzy
 msgid length
-msgstr Comprimento
+msgstr comprimento
 
 #: ../xfburn/xfburn-global.h:33 ../xfburn/xfburn-copy-cd-progress-dialog.c:93
 msgid Flushing cache...
 msgstr Esvaziando cache...
 
 #: ../xfburn/xfburn-global.h:34
-#, fuzzy
 msgid Please insert a recordable disc and hit enter
-msgstr Por favor, insira uma mídia gravável.
+msgstr Por favor, insira uma mídia gravável e pressione ENTER.
 
 #: ../xfburn/xfburn-global.h:35
 msgid Cannot determine disc status - hit enter to try again.
 msgstr 
+Não foi possível determinar estado do disco - pressione ENTER para tentar 
+novamente.
 
 #: ../xfburn/xfburn-global.h:36
 msgid CD copying finished successfully.
-msgstr 
+msgstr Cópia de CD concluiu com sucesso.
 
 #: ../xfburn/xfburn-global.h:42
 msgid Data composition
@@ -83,7 +84,7 @@ msgstr Deformatação rápida
 
 #: ../xfburn/xfburn-blank-dialog.c:76
 msgid Full Deformat (slow)
-msgstr Deformatação completa (lento)
+msgstr Desformatação completa (lento)
 
 #: ../xfburn/xfburn-blank-dialog.c:149
 msgid Eject the disc
@@ -620,7 +621,7 @@ msgstr padrão
 
 #: ../xfburn/xfburn-device-box.c:488
 msgid Max
-msgstr Max
+msgstr Máx
 
 #: ../xfburn/xfburn-device-box.c:590
 msgid Drive can't burn on the inserted disc
@@ -632,7 +633,7 @@ msgstr O drive está vazio
 
 #: ../xfburn/xfburn-device-box.c:602
 msgid Sorry, multisession is not yet supported
-msgstr Desculpe, a multissessão ainda não é suportada
+msgstr Desculpe, não há suporte a multissessão
 
 #: ../xfburn/xfburn-device-box.c:605
 msgid Inserted disc is full
@@ -709,7 +710,7 @@ msgstr Sistema de arquivos
 msgid %s's home
 msgstr Pasta pessoal de %s
 
-#: ../xfburn/xfburn-main.c:202 ../xfburn.desktop.in.h:1
+#: ../xfburn/xfburn-main.c:202 ../xfburn.desktop.in.h:3
 msgid Xfburn
 msgstr Xfburn
 
@@ -858,7 +859,7 @@ msgstr Mostrar navegador de arquivos
 
 #: ../xfburn/xfburn-main-window.c:141
 msgid Show/hide the file browser
-msgstr Mostrar/esconder o navegador de arquivos
+msgstr Mostrar/ocultar o navegador de arquivos
 
 #: ../xfburn/xfburn-main-window.c:143
 msgid Show toolbar
@@ -866,7 +867,7 @@ msgstr Mostrar barra de ferramentas
 
 #: ../xfburn/xfburn-main-window.c:143
 msgid Show/hide the toolbar
-msgstr Mostrar/esconder a barra de ferramentas
+msgstr Mostrar/ocultar a barra de ferramentas
 
 #: ../xfburn/xfburn-main-window.c:350
 msgid Toolbar Editor
@@ -1417,14 +1418,14 @@ msgstr tipos de blocos libburn PACKET
 msgid Data Composition
 msgstr Composição de dados
 
+#: ../xfburn.desktop.in.h:1
+msgid Burn Image (xfburn)
+msgstr Gravar Imagem (xfburn)
+
 #: ../xfburn.desktop.in.h:2
 msgid CD and DVD burning application
 msgstr Aplicativo de gravação de CD e DVD
 
-#: ../xfburn.desktop.in.h:3
-msgid Burn Image (xfburn)
-msgstr Gravar Imagem (xfburn)
-
 #~ msgid Author/Maintainer
 #~ msgstr Autor/Mantenedor
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-04-07 Thread Transifex
Updating branch refs/heads/master
 to 284404e1209b47425e5cb23b67f74fd910840818 (commit)
   from d3bbb18903dfc4e54e3de5091e304808719e19fa (commit)

commit 284404e1209b47425e5cb23b67f74fd910840818
Author: Rafael Ferreira rafael.f...@gmail.com
Date:   Sun Apr 7 17:37:08 2013 +0200

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

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

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

 po/pt_BR.po |  146 +-
 1 files changed, 83 insertions(+), 63 deletions(-)

diff --git a/po/pt_BR.po b/po/pt_BR.po
index ff607aa..3bf291f 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -11,16 +11,17 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-settings\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-12-30 22:36+\n
-PO-Revision-Date: 2012-12-30 23:25-0300\n
+POT-Creation-Date: 2013-04-07 13:54+\n
+PO-Revision-Date: 2013-04-07 12:35-0300\n
 Last-Translator: Rafael Ferreira rafael.f...@gmail.com\n
 Language-Team: Brazilian Portuguese xfce-i18n...@xfce.org\n
 Language: pt_BR\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=utf-8\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=2; plural=(n  1);\n
-X-Poedit-SourceCharset: utf-8\n
+X-Poedit-SourceCharset: UTF-8\n
+X-Generator: Poedit 1.5.5\n
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:1
 msgid Acceleration _profile:
@@ -233,21 +234,21 @@ msgid pixels/sec
 msgstr px/s
 
 #: ../dialogs/accessibility-settings/main.c:43
-#: ../dialogs/appearance-settings/main.c:94
+#: ../dialogs/appearance-settings/main.c:95
 #: ../dialogs/display-settings/main.c:137
 #: ../dialogs/keyboard-settings/main.c:39 ../dialogs/mouse-settings/main.c:79
 msgid Settings manager socket
 msgstr Socket do gerenciador de configurações
 
 #: ../dialogs/accessibility-settings/main.c:43
-#: ../dialogs/appearance-settings/main.c:94
+#: ../dialogs/appearance-settings/main.c:95
 #: ../dialogs/display-settings/main.c:137
 #: ../dialogs/keyboard-settings/main.c:39 ../dialogs/mouse-settings/main.c:79
 msgid SOCKET ID
 msgstr SOCKET ID
 
 #: ../dialogs/accessibility-settings/main.c:44
-#: ../dialogs/appearance-settings/main.c:95
+#: ../dialogs/appearance-settings/main.c:96
 #: ../dialogs/display-settings/main.c:138
 #: ../dialogs/keyboard-settings/main.c:40 ../dialogs/mime-settings/main.c:40
 #: ../dialogs/mouse-settings/main.c:80 ../xfce4-settings-editor/main.c:43
@@ -256,29 +257,29 @@ msgid Version information
 msgstr Informações da versão
 
 #: ../dialogs/accessibility-settings/main.c:192
-#: ../dialogs/appearance-settings/main.c:966
+#: ../dialogs/appearance-settings/main.c:1006
 #: ../dialogs/display-settings/main.c:1943
 #: ../dialogs/keyboard-settings/main.c:76 ../dialogs/mime-settings/main.c:62
-#: ../dialogs/mouse-settings/main.c:1597 ../xfce4-settings-editor/main.c:63
+#: ../dialogs/mouse-settings/main.c:1611 ../xfce4-settings-editor/main.c:63
 #: ../xfsettingsd/main.c:187 ../xfce4-settings-manager/main.c:61
 #, c-format
 msgid Type '%s --help' for usage.
 msgstr Digite \%s --help\ para informações de uso.
 
 #: ../dialogs/accessibility-settings/main.c:211
-#: ../dialogs/appearance-settings/main.c:985
+#: ../dialogs/appearance-settings/main.c:1025
 #: ../dialogs/display-settings/main.c:1962
 #: ../dialogs/keyboard-settings/main.c:92 ../dialogs/mime-settings/main.c:81
-#: ../dialogs/mouse-settings/main.c:1616 ../xfce4-settings-editor/main.c:82
+#: ../dialogs/mouse-settings/main.c:1630 ../xfce4-settings-editor/main.c:82
 #: ../xfsettingsd/main.c:203 ../xfce4-settings-manager/main.c:77
 msgid The Xfce development team. All rights reserved.
 msgstr A equipe de desenvolvimento do Xfce. Todos os direitos reservados.
 
 #: ../dialogs/accessibility-settings/main.c:212
-#: ../dialogs/appearance-settings/main.c:986
+#: ../dialogs/appearance-settings/main.c:1026
 #: ../dialogs/display-settings/main.c:1963
 #: ../dialogs/keyboard-settings/main.c:93 ../dialogs/mime-settings/main.c:82
-#: ../dialogs/mouse-settings/main.c:1617 ../xfce4-settings-editor/main.c:83
+#: ../dialogs/mouse-settings/main.c:1631 ../xfce4-settings-editor/main.c:83
 #: ../xfsettingsd/main.c:204 ../xfce4-settings-manager/main.c:78
 #, c-format
 msgid Please report bugs to %s.
@@ -387,7 +388,7 @@ msgid Menus and Buttons
 msgstr Menus e botões
 
 #: ../dialogs/appearance-settings/appearance-dialog.glade.h:20
-#: ../dialogs/appearance-settings/main.c:852
+#: ../dialogs/appearance-settings/main.c:892
 #: ../dialogs/display-settings/main.c:103
 #: ../dialogs/display-settings/main.c:114
 msgid None
@@ -488,45 +489,54 @@ msgstr Í_cones
 msgid _Toolbar Style
 msgstr Es_tilo da barra de ferramentas
 
-#: ../dialogs/appearance-settings/main.c:733
+#: ../dialogs/appearance-settings/main.c:355
+#, c-format
+msgid 
+Warning: this icon theme has no cache file. You can create this by running 

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

2013-04-07 Thread Transifex
Updating branch refs/heads/master
 to 0c1006f024404f69790b63965d8073660faadf50 (commit)
   from ec508823542a9317e60b8b029782f018eb43c10b (commit)

commit 0c1006f024404f69790b63965d8073660faadf50
Author: Rafael Ferreira rafael.f...@gmail.com
Date:   Sun Apr 7 17:37:50 2013 +0200

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

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

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

 po/pt_BR.po |   92 ++-
 1 files changed, 47 insertions(+), 45 deletions(-)

diff --git a/po/pt_BR.po b/po/pt_BR.po
index 5b978a7..4c9b78e 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -13,8 +13,8 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.8.3\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-03-08 05:39+\n
-PO-Revision-Date: 2013-03-08 09:31-0300\n
+POT-Creation-Date: 2013-04-07 13:15+\n
+PO-Revision-Date: 2013-04-07 12:36-0300\n
 Last-Translator: Rafael Ferreira rafael.f...@gmail.com\n
 Language-Team: Brazilian Portuguese xfce-i18n...@xfce.org\n
 Language: pt_BR\n
@@ -22,7 +22,7 @@ msgstr 
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=2; plural=(n  1);\n
-X-Generator: Poedit 1.5.4\n
+X-Generator: Poedit 1.5.5\n
 
 #: ../panel-desktop-handler.desktop.in.h:1
 msgid 
@@ -46,38 +46,38 @@ msgid Panel
 msgstr Painel
 
 #. I18N: %s is the name of the plugin
-#: ../libxfce4panel/xfce-panel-plugin.c:1037
+#: ../libxfce4panel/xfce-panel-plugin.c:1029
 #: ../panel/panel-preferences-dialog.c:1099
 #, c-format
 msgid Are you sure that you want to remove \%s\?
 msgstr Você tem certeza que deseja remover \%s\?
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1042
+#: ../libxfce4panel/xfce-panel-plugin.c:1034
 #: ../panel/panel-preferences-dialog.c:1102
 msgid If you remove the item from the panel, it is permanently lost.
 msgstr Se você remover o item do painel, ele será perdido permanentemente.
 
 #. move item
-#: ../libxfce4panel/xfce-panel-plugin.c:1202
+#: ../libxfce4panel/xfce-panel-plugin.c:1194
 msgid _Move
 msgstr _Mover
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1236
+#: ../libxfce4panel/xfce-panel-plugin.c:1228
 msgid Pane_l
 msgstr Paine_l
 
 #. add new items
-#: ../libxfce4panel/xfce-panel-plugin.c:1244 ../panel/panel-window.c:2365
+#: ../libxfce4panel/xfce-panel-plugin.c:1236 ../panel/panel-window.c:2365
 msgid Add _New Items...
 msgstr Adicionar _novos itens...
 
 #. customize panel
-#: ../libxfce4panel/xfce-panel-plugin.c:1255 ../panel/panel-window.c:2376
+#: ../libxfce4panel/xfce-panel-plugin.c:1247 ../panel/panel-window.c:2376
 msgid Panel Pr_eferences...
 msgstr Pr_eferências do painel
 
 #. logout item
-#: ../libxfce4panel/xfce-panel-plugin.c:1272 ../panel/panel-window.c:2404
+#: ../libxfce4panel/xfce-panel-plugin.c:1264 ../panel/panel-window.c:2404
 msgid Log _Out
 msgstr Encerrar sessã_o
 
@@ -949,23 +949,23 @@ msgstr Í_cone:
 msgid _Show button title
 msgstr _Mostrar título do botão
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:565
+#: ../plugins/applicationsmenu/applicationsmenu.c:557
 #: ../plugins/directorymenu/directorymenu.c:388
 msgid Select An Icon
 msgstr Selecionar um ícone
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:603
-#: ../plugins/applicationsmenu/applicationsmenu.c:844
-#: ../plugins/clock/clock.c:852 ../plugins/launcher/launcher.c:2308
+#: ../plugins/applicationsmenu/applicationsmenu.c:598
+#: ../plugins/applicationsmenu/applicationsmenu.c:839
+#: ../plugins/clock/clock.c:865 ../plugins/launcher/launcher.c:2308
 #, c-format
 msgid Failed to execute command \%s\.
 msgstr Falhou ao executar o comando \%s\.
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:1113
+#: ../plugins/applicationsmenu/applicationsmenu.c:1108
 msgid No applications found
 msgstr Nenhum aplicativo encontrado
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:1136
+#: ../plugins/applicationsmenu/applicationsmenu.c:1131
 msgid Failed to load the applications menu
 msgstr Falhou ao carregar o menu de aplicativos
 
@@ -1003,15 +1003,15 @@ msgstr Abrir o menu na posição atual do mouse
 msgid Show help options
 msgstr Mostrar opções de ajuda
 
-#: ../plugins/clock/clock.c:167
+#: ../plugins/clock/clock.c:174
 msgid Week %V
 msgstr Semana %V
 
-#: ../plugins/clock/clock.c:450
+#: ../plugins/clock/clock.c:457
 msgid Failed to execute clock command
 msgstr Falhou ao executar o comando do relógio
 
-#: ../plugins/clock/clock.c:797
+#: ../plugins/clock/clock.c:807
 msgid Custom Format
 msgstr Formato personalizado
 
@@ -1067,11 +1067,12 @@ msgstr LCD
 
 #: ../plugins/clock/clock-dialog.glade.h:15
 msgid 
-Name of the timezone matching the system's timezone database. Leave empty to 
-revert to the local time.
+Name of a timezone corresponding a file in the zoneinfo database, for 
+example \America/New_York\. Leave empty to use the localtime.
 msgstr 
-Nome do fuso horário 

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

2013-04-07 Thread Transifex
Updating branch refs/heads/master
 to 1ec1610e9149518ed8bf4b23c9e264f547b76982 (commit)
   from d819238ff97352d19a4eff5dd8c6ece97c38a88f (commit)

commit 1ec1610e9149518ed8bf4b23c9e264f547b76982
Author: Rafael Ferreira rafael.f...@gmail.com
Date:   Sun Apr 7 17:40:24 2013 +0200

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

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

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

 po/pt_BR.po |  139 ++
 1 files changed, 129 insertions(+), 10 deletions(-)

diff --git a/po/pt_BR.po b/po/pt_BR.po
index 3696f66..4d7938a 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -8,23 +8,142 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-indicator-plugin\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-05-26 10:19+\n
-PO-Revision-Date: 2011-05-26 09:51-0300\n
-Last-Translator: Sérgio Cipolla secipo...@gmail.com\n
-Language-Team: \n
+POT-Creation-Date: 2013-04-07 12:45+\n
+PO-Revision-Date: 2013-04-07 12:40-0300\n
+Last-Translator: Rafael Ferreira rafael.f...@gmail.com\n
+Language-Team: Portuguese (Brazil) xfce-i18n...@xfce.org\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+X-Generator: Poedit 1.5.5\n
+Plural-Forms: nplurals=2; plural=(n  1);\n
+Language: pt_BR\n
 
-#: ../panel-plugin/indicator.c:119
-msgid No Indicators
-msgstr Nenhum indicador
-
-#: ../panel-plugin/indicator.desktop.in.in.h:1
+#: ../panel-plugin/indicator.desktop.in.h:1 ../panel-plugin/indicator.c:157
 msgid An indicator of something that needs your attention on the desktop
 msgstr Um indicador de algo que requer sua atenção na área de trabalho
 
-#: ../panel-plugin/indicator.desktop.in.in.h:2
+#: ../panel-plugin/indicator.desktop.in.h:2
 msgid Indicator Plugin
 msgstr Plugin Indicador
 
+#: ../panel-plugin/indicator.c:159
+msgid Copyright (c) 2009-2013\n
+msgstr Copyright (c) 2009-2013\n
+
+#: ../panel-plugin/indicator.c:288
+msgid No Indicators
+msgstr Nenhum indicador
+
+#. raw name,  pretty name, 
icon-name(?)
+#: ../panel-plugin/indicator-dialog.c:57
+msgid Application Indicators
+msgstr Indicadores de aplicativos
+
+#: ../panel-plugin/indicator-dialog.c:58
+msgid Sound Menu
+msgstr Menu de áudio
+
+#: ../panel-plugin/indicator-dialog.c:59
+msgid Printers Menu
+msgstr Menu de impressoras
+
+#: ../panel-plugin/indicator-dialog.c:60
+msgid Power Management
+msgstr Gerenciamento de energia
+
+#: ../panel-plugin/indicator-dialog.c:61
+msgid Application Menus (Global Menu)
+msgstr Menus de aplicativos (Menu global)
+
+#: ../panel-plugin/indicator-dialog.c:62
+msgid Session Management
+msgstr Gerenciamento de sessão
+
+#: ../panel-plugin/indicator-dialog.c:63
+msgid Messaging Menu
+msgstr Menu de mensagens
+
+#: ../panel-plugin/indicator-dialog.c:64
+msgid Date and Time
+msgstr Data e hora
+
+#: ../panel-plugin/indicator-dialog.c:436
+msgid Are you sure you want to clear the list of known indicators?
+msgstr Você tem certeza que deseja limpar a lista de indicadores conhecidos?
+
+#: ../panel-plugin/indicator-dialog.c:572
+#, c-format
+msgid Unable to open the following url: %s
+msgstr Não foi possível abrir a seguinte url: %s
+
+#: ../panel-plugin/indicator-dialog.glade.h:1
+msgid iPlease restart the panel for visibility changes to take effect./i
+msgstr 
+iPor favor, reiniciar o painel para as alterações de visibilidade terem 
+efeitos./i
+
+#: ../panel-plugin/indicator-dialog.glade.h:2
+msgid Align left in deskbar mode
+msgstr Alinhar à esquerda no modo deskbar
+
+#: ../panel-plugin/indicator-dialog.glade.h:3
+msgid Appearance
+msgstr Aparência
+
+#: ../panel-plugin/indicator-dialog.glade.h:4
+msgid C_lear known indicators
+msgstr _Limpar indicadores conhecidos
+
+#: ../panel-plugin/indicator-dialog.glade.h:5
+msgid 
+Controls the indicator button layout when the panel is in a Deskbar mode. 
+Possible choices are \centered\ or \aligned left\.
+msgstr 
+Controla o layout de botão de indicador quando o painel está em um modo 
+deskbar. Escolhas possíveis são \centralizado\ ou \alinhado à esquerda\.
+
+#: ../panel-plugin/indicator-dialog.glade.h:6
+msgid Hide indicators by default
+msgstr Ocultar indicadores por padrão
+
+#: ../panel-plugin/indicator-dialog.glade.h:7
+msgid 
+Icons are scaled to fit a single row of the panel. Use this option to 
+restrict the maximum size of the icon.
+msgstr 
+Ícones são escalados para se ajustar a uma única linha do painel. Use esta 
+opção para restringir o tamanho máximo do ícone.
+
+#: ../panel-plugin/indicator-dialog.glade.h:8
+msgid Indicators
+msgstr Indicadores
+
+#: ../panel-plugin/indicator-dialog.glade.h:9
+msgid Known Indicators
+msgstr Indicadores conhecidos
+
+#: ../panel-plugin/indicator-dialog.glade.h:10
+msgid Move the selected indicator one row down.
+msgstr Mover o indicador selecionado uma linha para baixo.
+
+#: 

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

2013-04-07 Thread Transifex
Updating branch refs/heads/master
 to 8fee809a527f6a1cfe2e01a83f9ceee2f6841f33 (commit)
   from 107f9f407ee27985848e65ccb9dba40024e109d0 (commit)

commit 8fee809a527f6a1cfe2e01a83f9ceee2f6841f33
Author: Pjotr vertaalt pjotrverta...@gmail.com
Date:   Sun Apr 7 18:50:54 2013 +0200

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

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

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

 po/nl.po |   36 
 1 files changed, 20 insertions(+), 16 deletions(-)

diff --git a/po/nl.po b/po/nl.po
index 002de47..dc0035c 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -8,7 +8,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-notifyd\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-01-20 10:06+\n
+POT-Creation-Date: 2013-04-07 13:12+\n
 PO-Revision-Date: 2011-09-08 12:12+0200\n
 Last-Translator: Pjotr\n
 Language-Team: Dutch (Flemish)\n
@@ -19,7 +19,7 @@ msgstr 
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../xfce4-notifyd/main.c:74 ../xfce4-notifyd/main.c:84
-#: ../xfce4-notifyd-config/main.c:238
+#: ../xfce4-notifyd-config/main.c:258
 msgid Xfce Notify Daemon
 msgstr Xfce Notify achtergronddienst
 
@@ -47,47 +47,51 @@ msgstr Kan niet met het D-Bus-sessiebeheer verbinden
 msgid Another notification xndaemon is already running
 msgstr Er is al een andere melddienst actief
 
-#. 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\
+#: ../xfce4-notifyd-config/main.c:57
+msgid Notification Preview
+msgstr Voorbeeldweergave van melding
+
+#: ../xfce4-notifyd-config/main.c:58
+msgid This is how notifications will look like
 msgstr 
 notify-send \\ \Meldingvoorbeeld \ \\ \Zo zien meldingen er dus uit\
 
-#: ../xfce4-notifyd-config/main.c:102 ../xfce4-notifyd-config/main.c:209
+#: ../xfce4-notifyd-config/main.c:63
+msgid Button
+msgstr Knop
+
+#: ../xfce4-notifyd-config/main.c:70
 msgid Notification preview failed
 msgstr Meldingvoorbeeld weergeven mislukt
 
-#: ../xfce4-notifyd-config/main.c:240
+#: ../xfce4-notifyd-config/main.c:260
 msgid Settings daemon is unavailable
 msgstr Instellingendienst is niet beschikbaar
 
-#: ../xfce4-notifyd-config/main.c:290
+#: ../xfce4-notifyd-config/main.c:310
 msgid Display version information
 msgstr Versie-informatie weergeven
 
-#: ../xfce4-notifyd-config/main.c:291
+#: ../xfce4-notifyd-config/main.c:311
 msgid Settings manager socket
 msgstr Contactpunt voor instellingenbeheerder
 
-#: ../xfce4-notifyd-config/main.c:291
+#: ../xfce4-notifyd-config/main.c:311
 msgid SOCKET_ID
 msgstr CONTACTPUNT_ID
 
-#: ../xfce4-notifyd-config/main.c:301
+#: ../xfce4-notifyd-config/main.c:321
 #, c-format
 msgid Type '%s --help' for usage.
 msgstr Type '%s --help' voor gebruikinstructies.
 
-#: ../xfce4-notifyd-config/main.c:314
+#: ../xfce4-notifyd-config/main.c:334
 #, c-format
 msgid Released under the terms of the GNU General Public License, version 2\n
 msgstr 
 Vrijgegeven onder de voorwaarden der GNU General Public License, versie 2\n
 
-#: ../xfce4-notifyd-config/main.c:315
+#: ../xfce4-notifyd-config/main.c:335
 #, c-format
 msgid Please report bugs to %s.\n
 msgstr Fouten graag melden aan %s.\n
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-04-07 Thread Transifex
Updating branch refs/heads/master
 to d35c618aa328b86e239764d752f35392b426414a (commit)
   from 1ec1610e9149518ed8bf4b23c9e264f547b76982 (commit)

commit d35c618aa328b86e239764d752f35392b426414a
Author: Pjotr vertaalt pjotrverta...@gmail.com
Date:   Sun Apr 7 19:04:58 2013 +0200

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

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

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

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

diff --git a/po/nl.po b/po/nl.po
index 7601058..f178dc2 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1,6 +1,6 @@
 # Dutch translation of the xfce4-indicator-plugin package.
 # Copyright (C) The Xfce development team.
-# This file is distributed under the same license as the 
+# This file is distributed under the same license as the
 # xfce4-indicator-plugin package.
 # Vincent Tunru proje...@vinnl.nl
 # Pjotr, 2011
@@ -9,7 +9,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-indicator-plugin\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-06-16 10:21+\n
+POT-Creation-Date: 2013-04-07 12:45+\n
 PO-Revision-Date: 2011-06-16 16:21+0200\n
 Last-Translator: Pjotr\n
 Language-Team: Dutch (Flemish)\n
@@ -19,14 +19,123 @@ msgstr 
 Language: nl (Dutch)\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
-#: ../panel-plugin/indicator.c:119
-msgid No Indicators
-msgstr Geen indicators
-
-#: ../panel-plugin/indicator.desktop.in.in.h:1
+#: ../panel-plugin/indicator.desktop.in.h:1 ../panel-plugin/indicator.c:157
 msgid An indicator of something that needs your attention on the desktop
 msgstr Een indicator van iets dat uw aandacht nodig heeft op het bureaublad
 
-#: ../panel-plugin/indicator.desktop.in.in.h:2
+#: ../panel-plugin/indicator.desktop.in.h:2
 msgid Indicator Plugin
 msgstr Indicator-plugin
+
+#: ../panel-plugin/indicator.c:159
+msgid Copyright (c) 2009-2013\n
+msgstr Auteursrecht (c) 2009-2013\n
+
+#: ../panel-plugin/indicator.c:288
+msgid No Indicators
+msgstr Geen indicators
+
+#. raw name,  pretty name,
+#. icon-name(?)
+#: ../panel-plugin/indicator-dialog.c:57
+msgid Application Indicators
+msgstr Toepassingindicatoren
+
+#: ../panel-plugin/indicator-dialog.c:58
+msgid Sound Menu
+msgstr Geluidmenu
+
+#: ../panel-plugin/indicator-dialog.c:59
+msgid Printers Menu
+msgstr Printersmenu
+
+#: ../panel-plugin/indicator-dialog.c:60
+msgid Power Management
+msgstr Energiebeheer
+
+#: ../panel-plugin/indicator-dialog.c:61
+msgid Application Menus (Global Menu)
+msgstr Toepassingenmenu's (globaal menu)
+
+#: ../panel-plugin/indicator-dialog.c:62
+msgid Session Management
+msgstr Sessiebeheer
+
+#: ../panel-plugin/indicator-dialog.c:63
+msgid Messaging Menu
+msgstr Boodschappenmenu
+
+#: ../panel-plugin/indicator-dialog.c:64
+msgid Date and Time
+msgstr Datum en tijd
+
+#: ../panel-plugin/indicator-dialog.c:436
+msgid Are you sure you want to clear the list of known indicators?
+msgstr Weet u zeker dat u de lijst van bekende indicatoren wil wissen?
+
+#: ../panel-plugin/indicator-dialog.c:572
+#, c-format
+msgid Unable to open the following url: %s
+msgstr Kon het volgende webadres niet openen: %s
+
+#: ../panel-plugin/indicator-dialog.glade.h:1
+msgid iPlease restart the panel for visibility changes to take effect./i
+msgstr iHerstart a.u.b. de werkbalk om de zichtbaarheidveranderingen door 
te voeren./i
+
+#: ../panel-plugin/indicator-dialog.glade.h:2
+msgid Align left in deskbar mode
+msgstr Lijn naar links uit in bureaubalkmodus
+
+#: ../panel-plugin/indicator-dialog.glade.h:3
+msgid Appearance
+msgstr Uiterlijk
+
+#: ../panel-plugin/indicator-dialog.glade.h:4
+msgid C_lear known indicators
+msgstr Verwijder bekende indicatoren
+
+#: ../panel-plugin/indicator-dialog.glade.h:5
+msgid 
+Controls the indicator button layout when the panel is in a Deskbar mode. 
+Possible choices are \centered\ or \aligned left\.
+msgstr Beheerst de vormgeving van de indicatorknop wanneer de werkbalk in 
bureaubalkmodus is. Mogelijke keuzes zijn 'gecentreerd' of 'links uitgelijnd'.
+
+#: ../panel-plugin/indicator-dialog.glade.h:6
+msgid Hide indicators by default
+msgstr Verberg standaard de indicatoren
+
+#: ../panel-plugin/indicator-dialog.glade.h:7
+msgid 
+Icons are scaled to fit a single row of the panel. Use this option to 
+restrict the maximum size of the icon.
+msgstr Pictogrammen worden geschaald om te passen op een enkele rij van de 
werkbalk. Gebruik deze optie om de maximumgrootte van het pictogram te 
beperken.
+
+#: ../panel-plugin/indicator-dialog.glade.h:8
+msgid Indicators
+msgstr Indicatoren
+
+#: ../panel-plugin/indicator-dialog.glade.h:9
+msgid Known Indicators
+msgstr Bekende indicatoren
+
+#: ../panel-plugin/indicator-dialog.glade.h:10
+msgid Move the selected indicator one row down.
+msgstr Verplaats de gekozen indicator een rij naar beneden.
+
+#: 

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

2013-04-07 Thread Transifex
Updating branch refs/heads/master
 to c59e45c0d2379072b3afdcfae1b43e825f4546be (commit)
   from 284404e1209b47425e5cb23b67f74fd910840818 (commit)

commit c59e45c0d2379072b3afdcfae1b43e825f4546be
Author: Pjotr vertaalt pjotrverta...@gmail.com
Date:   Sun Apr 7 19:06:45 2013 +0200

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

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

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

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

diff --git a/po/nl.po b/po/nl.po
index d84e71a..6015872 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -9,7 +9,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-settings\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-03-18 12:24+\n
+POT-Creation-Date: 2013-04-07 13:54+\n
 PO-Revision-Date: 2011-09-08 22:32+0200\n
 Last-Translator: Pjotr\n
 Language-Team: Dutch (Flemish)\n
@@ -232,21 +232,21 @@ msgid pixels/sec
 msgstr pixels/sec
 
 #: ../dialogs/accessibility-settings/main.c:43
-#: ../dialogs/appearance-settings/main.c:94
+#: ../dialogs/appearance-settings/main.c:95
 #: ../dialogs/display-settings/main.c:137
 #: ../dialogs/keyboard-settings/main.c:39 ../dialogs/mouse-settings/main.c:79
 msgid Settings manager socket
 msgstr Contactpunt voor instellingenbeheer
 
 #: ../dialogs/accessibility-settings/main.c:43
-#: ../dialogs/appearance-settings/main.c:94
+#: ../dialogs/appearance-settings/main.c:95
 #: ../dialogs/display-settings/main.c:137
 #: ../dialogs/keyboard-settings/main.c:39 ../dialogs/mouse-settings/main.c:79
 msgid SOCKET ID
 msgstr CONTACTPUNT ID
 
 #: ../dialogs/accessibility-settings/main.c:44
-#: ../dialogs/appearance-settings/main.c:95
+#: ../dialogs/appearance-settings/main.c:96
 #: ../dialogs/display-settings/main.c:138
 #: ../dialogs/keyboard-settings/main.c:40 ../dialogs/mime-settings/main.c:40
 #: ../dialogs/mouse-settings/main.c:80 ../xfce4-settings-editor/main.c:43
@@ -255,7 +255,7 @@ msgid Version information
 msgstr Versie-informatie
 
 #: ../dialogs/accessibility-settings/main.c:192
-#: ../dialogs/appearance-settings/main.c:966
+#: ../dialogs/appearance-settings/main.c:1006
 #: ../dialogs/display-settings/main.c:1943
 #: ../dialogs/keyboard-settings/main.c:76 ../dialogs/mime-settings/main.c:62
 #: ../dialogs/mouse-settings/main.c:1611 ../xfce4-settings-editor/main.c:63
@@ -265,7 +265,7 @@ msgid Type '%s --help' for usage.
 msgstr Tik '%s --help' voor een gebruiksaanwijzing.
 
 #: ../dialogs/accessibility-settings/main.c:211
-#: ../dialogs/appearance-settings/main.c:985
+#: ../dialogs/appearance-settings/main.c:1025
 #: ../dialogs/display-settings/main.c:1962
 #: ../dialogs/keyboard-settings/main.c:92 ../dialogs/mime-settings/main.c:81
 #: ../dialogs/mouse-settings/main.c:1630 ../xfce4-settings-editor/main.c:82
@@ -274,7 +274,7 @@ msgid The Xfce development team. All rights reserved.
 msgstr De Xfce-ontwikkelploeg. Alle rechten voorbehouden.
 
 #: ../dialogs/accessibility-settings/main.c:212
-#: ../dialogs/appearance-settings/main.c:986
+#: ../dialogs/appearance-settings/main.c:1026
 #: ../dialogs/display-settings/main.c:1963
 #: ../dialogs/keyboard-settings/main.c:93 ../dialogs/mime-settings/main.c:82
 #: ../dialogs/mouse-settings/main.c:1631 ../xfce4-settings-editor/main.c:83
@@ -385,7 +385,7 @@ msgid Menus and Buttons
 msgstr Menu's en knoppen
 
 #: ../dialogs/appearance-settings/appearance-dialog.glade.h:20
-#: ../dialogs/appearance-settings/main.c:852
+#: ../dialogs/appearance-settings/main.c:892
 #: ../dialogs/display-settings/main.c:103
 #: ../dialogs/display-settings/main.c:114
 msgid None
@@ -487,45 +487,52 @@ msgstr _Pictogrammen
 msgid _Toolbar Style
 msgstr _Werkbalkstijl
 
-#: ../dialogs/appearance-settings/main.c:733
+#: ../dialogs/appearance-settings/main.c:355
+#, c-format
+msgid 
+Warning: this icon theme has no cache file. You can create this by running 
+igtk-update-icon-cache %s/%s//i in a terminal emulator.
+msgstr Waarschuwing: dit pictogramthema heeft geen opslagbestand. U kunt dit 
maken door de opdracht igtk-update-icon-cache %s/%s//i uit te voeren in een 
terminalvenster.
+
+#: ../dialogs/appearance-settings/main.c:765
 #, c-format
 msgid File is larger than %d MB, installation aborted
 msgstr Bestand is groter dan %d MB, installatie werd afgebroken
 
-#: ../dialogs/appearance-settings/main.c:738
+#: ../dialogs/appearance-settings/main.c:770
 msgid Failed to create temporary directory
 msgstr Kon geen tijdelijke map maken
 
-#: ../dialogs/appearance-settings/main.c:743
+#: ../dialogs/appearance-settings/main.c:775
 msgid Failed to extract archive
 msgstr Kon archief niet uitpakken
 
-#: ../dialogs/appearance-settings/main.c:748
+#: ../dialogs/appearance-settings/main.c:780
 msgid Unknown format, only archives and directories are supported
 msgstr Onbekende bestandopmaak, alleen archieven en mappen worden ondersteund
 
-#: 

[Xfce4-commits] midori:master Move show_all for scrolled window out of WebKit2 guards

2013-04-07 Thread Christian Dywan
Updating branch refs/heads/master
 to 68b2b4fb66cfb651adf5e526fae03ca5c4d533a9 (commit)
   from ded6ef749fa736c293aff3886ab8bbc88fe29070 (commit)

commit 68b2b4fb66cfb651adf5e526fae03ca5c4d533a9
Author: Paweł Forysiuk tuxa...@o2.pl
Date:   Sun Apr 7 21:21:37 2013 +0200

Move show_all for scrolled window out of WebKit2 guards

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

diff --git a/midori/midori-view.c b/midori/midori-view.c
index f55e470..93dd632 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -4027,7 +4027,6 @@ midori_view_constructor (GType  type,
 gtk_box_pack_start (GTK_BOX (view), view-scrolled_window, TRUE, TRUE, 0);
 #endif
 
-gtk_widget_show_all (view-scrolled_window);
 #ifndef HAVE_WEBKIT2
 gtk_container_add (GTK_CONTAINER (view-scrolled_window), view-web_view);
 
@@ -4045,6 +4044,7 @@ midori_view_constructor (GType  type,
   midori_view_web_inspector_close_window_cb, view,
   NULL);
 #endif
+gtk_widget_show_all (view-scrolled_window);
 return object;
 }
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] midori:master webkit_web_view_get_tls_info provides an unowned ref - so ref it

2013-04-07 Thread Christian Dywan
Updating branch refs/heads/master
 to e7e101038e12d2f1bf3bec610f2450ffcd4902bd (commit)
   from 68b2b4fb66cfb651adf5e526fae03ca5c4d533a9 (commit)

commit e7e101038e12d2f1bf3bec610f2450ffcd4902bd
Author: Christian Dywan christ...@twotoasts.de
Date:   Sun Apr 7 21:32:42 2013 +0200

webkit_web_view_get_tls_info provides an unowned ref - so ref it

 midori/midori-view.c |7 +--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/midori/midori-view.c b/midori/midori-view.c
index 93dd632..90a0047 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -735,7 +735,9 @@ midori_view_get_tls_info (MidoriView*   view,
 #ifdef HAVE_WEBKIT2
 WebKitWebView* web_view = WEBKIT_WEB_VIEW (view-web_view);
 *hostname = midori_uri_parse_hostname (webkit_web_view_get_uri (web_view), 
NULL);
-return webkit_web_view_get_tls_info (web_view, tls_cert, tls_flags);
+gboolean success = webkit_web_view_get_tls_info (web_view, tls_cert, 
tls_flags);
+g_object_ref (*tls_cert);
+return success;
 #else
 SoupMessage* message = midori_map_get_message 
(webkit_network_request_get_message (request));
 if (message != NULL)
@@ -861,8 +863,9 @@ midori_view_web_view_navigation_decision_cb (WebKitWebView* 
web_view
 else
 g_warn_if_reached ();
 g_object_unref (gcr_cert);
-g_object_unref (tls_cert);
 }
+if (tls_cert != NULL)
+g_object_unref (tls_cert);
 g_free (hostname);
 }
 }
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] midori:master Consistently use PACKAGE_NAME instead of literal binary name

2013-04-07 Thread Christian Dywan
Updating branch refs/heads/master
 to 6fb2666083d96705794bb2578979fe8b35677f67 (commit)
   from e7e101038e12d2f1bf3bec610f2450ffcd4902bd (commit)

commit 6fb2666083d96705794bb2578979fe8b35677f67
Author: Christian Dywan christ...@twotoasts.de
Date:   Sun Apr 7 21:34:42 2013 +0200

Consistently use PACKAGE_NAME instead of literal binary name

 midori/midori-app.c  |2 +-
 midori/midori-browser.c  |2 +-
 midori/midori-speeddial.vala |2 +-
 midori/socket.c  |4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/midori/midori-app.c b/midori/midori-app.c
index 04f0d71..435f11b 100644
--- a/midori/midori-app.c
+++ b/midori/midori-app.c
@@ -794,7 +794,7 @@ midori_app_init (MidoriApp* app)
 app-instance = MidoriAppInstanceNull;
 
 #if HAVE_LIBNOTIFY
-notify_init (midori);
+notify_init (PACKAGE_NAME);
 #else
 app-program_notify_send = g_find_program_in_path (notify-send);
 #endif
diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 367a25f..15be7a1 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -2568,7 +2568,7 @@ _action_add_desktop_shortcut_activate (GtkAction* 
action,
 g_key_file_set_string (keyfile, Desktop Entry, Type, Application);
 g_key_file_set_string (keyfile, Desktop Entry, Name, app_name);
 g_key_file_set_string (keyfile, Desktop Entry, Exec, app_exec);
-g_key_file_set_string (keyfile, Desktop Entry, TryExec, midori);
+g_key_file_set_string (keyfile, Desktop Entry, TryExec, PACKAGE_NAME);
 g_key_file_set_string (keyfile, Desktop Entry, Icon, app_icon);
 g_key_file_set_string (keyfile, Desktop Entry, Categories, Network;);
 sokoke_key_file_save_to_file (keyfile, app_dir, NULL);
diff --git a/midori/midori-speeddial.vala b/midori/midori-speeddial.vala
index d8dc29a..ba27997 100644
--- a/midori/midori-speeddial.vala
+++ b/midori/midori-speeddial.vala
@@ -99,7 +99,7 @@ namespace Midori {
 Katze.mkdir_with_parents (
 Path.build_path (Path.DIR_SEPARATOR_S,
  Environment.get_user_cache_dir (),
- midori, thumbnails), 0700);
+ PACKAGE_NAME, thumbnails), 0700);
 
 foreach (string tile in keyfile.get_groups ()) {
 try {
diff --git a/midori/socket.c b/midori/socket.c
index a4d3c55..cd4c1bf 100644
--- a/midori/socket.c
+++ b/midori/socket.c
@@ -263,8 +263,8 @@ gint socket_init(const gchar *instance_name, const gchar 
*config_dir, gboolean *
 #else
*exists = FALSE;
if (socket_filename == NULL)
-   socket_filename = g_strdup_printf(%s%cmidori_socket_%s_%s,
-   config_dir, G_DIR_SEPARATOR, g_get_host_name(), 
instance_name);
+   socket_filename = g_strdup_printf(%s%c%s_socket_%s_%s,
+   config_dir, G_DIR_SEPARATOR, PACKAGE_NAME, 
g_get_host_name(), instance_name);
 
sock = fd_connect_unix(socket_filename);
if (sock  0)
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] midori:master Fix compilation guards for midori_map_get_message

2013-04-07 Thread Christian Dywan
Updating branch refs/heads/master
 to 3ff0a33bc1d4a2abfec7f7e4f90eb39aa4384eb8 (commit)
   from 6fb2666083d96705794bb2578979fe8b35677f67 (commit)

commit 3ff0a33bc1d4a2abfec7f7e4f90eb39aa4384eb8
Author: Christian Dywan christ...@twotoasts.de
Date:   Sun Apr 7 21:42:07 2013 +0200

Fix compilation guards for midori_map_get_message

 midori/midori-view.c |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/midori/midori-view.c b/midori/midori-view.c
index 90a0047..3c99d62 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -29,12 +29,12 @@
 #ifdef HAVE_GCR
 #define GCR_API_SUBJECT_TO_CHANGE
 #include gcr/gcr.h
+#endif
 
-#ifndef HAVE_WEBKIT2
+#if !defined (HAVE_WEBKIT2)  defined (HAVE_LIBSOUP_2_29_91)
 SoupMessage*
 midori_map_get_message (SoupMessage* message);
 #endif
-#endif
 
 #include string.h
 #include stdlib.h
@@ -725,6 +725,7 @@ midori_view_update_load_status (MidoriView*  view,
 #endif
 }
 
+#if defined (HAVE_LIBSOUP_2_29_91)
 gboolean
 midori_view_get_tls_info (MidoriView*   view,
   void* request,
@@ -754,6 +755,7 @@ midori_view_get_tls_info (MidoriView*   view,
 return FALSE;
 #endif
 }
+#endif
 
 static gboolean
 midori_view_web_view_navigation_decision_cb (WebKitWebView* 
web_view,
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-04-07 Thread Transifex
Updating branch refs/heads/master
 to d97de97f35bf2a7edb7b8e2c9662952126b493b6 (commit)
   from 8fee809a527f6a1cfe2e01a83f9ceee2f6841f33 (commit)

commit d97de97f35bf2a7edb7b8e2c9662952126b493b6
Author: Yarema aka Knedlyk yupad...@gmail.com
Date:   Sun Apr 7 21:42:49 2013 +0200

l10n: Updated Ukrainian (uk) translation to 100%

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

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

 po/uk.po |   36 
 1 files changed, 20 insertions(+), 16 deletions(-)

diff --git a/po/uk.po b/po/uk.po
index 783eed8..6319121 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-notify\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-01-18 20:39+\n
+POT-Creation-Date: 2013-04-07 18:33+\n
 PO-Revision-Date: 2010-05-24 00:21+0100\n
 Last-Translator: Yarema aka Knedlyk yupad...@gmail.com\n
 Language-Team: UKRAINIAN transl...@linux.org.ua\n
@@ -22,7 +22,7 @@ msgstr 
 X-Generator: Pootle 1.1.0\n
 
 #: ../xfce4-notifyd/main.c:74 ../xfce4-notifyd/main.c:84
-#: ../xfce4-notifyd-config/main.c:238
+#: ../xfce4-notifyd-config/main.c:258
 msgid Xfce Notify Daemon
 msgstr Демон повідомлень Xfce
 
@@ -50,47 +50,51 @@ msgstr Не можу з’єднатися до буфера сесії D-Bus
 msgid Another notification xndaemon is already running
 msgstr Інший демон повідомлень xndaemon вже працює
 
-#. 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\
+#: ../xfce4-notifyd-config/main.c:57
+msgid Notification Preview
+msgstr Попередній перегляд сповіщення
+
+#: ../xfce4-notifyd-config/main.c:58
+msgid This is how notifications will look like
 msgstr 
 notify-send \Попередній перегляд повідомлення\ \Так будуть виглядати 
 повідомлення\
 
-#: ../xfce4-notifyd-config/main.c:102 ../xfce4-notifyd-config/main.c:209
+#: ../xfce4-notifyd-config/main.c:63
+msgid Button
+msgstr Кнопка
+
+#: ../xfce4-notifyd-config/main.c:70
 msgid Notification preview failed
 msgstr Попередній перегляд повідомлення не вдався
 
-#: ../xfce4-notifyd-config/main.c:240
+#: ../xfce4-notifyd-config/main.c:260
 msgid Settings daemon is unavailable
 msgstr Демон налаштувань не доступний
 
-#: ../xfce4-notifyd-config/main.c:290
+#: ../xfce4-notifyd-config/main.c:310
 msgid Display version information
 msgstr Показати інформацію про версію
 
-#: ../xfce4-notifyd-config/main.c:291
+#: ../xfce4-notifyd-config/main.c:311
 msgid Settings manager socket
 msgstr Сокет менеджера налаштувань
 
-#: ../xfce4-notifyd-config/main.c:291
+#: ../xfce4-notifyd-config/main.c:311
 msgid SOCKET_ID
 msgstr SOCKET_ID
 
-#: ../xfce4-notifyd-config/main.c:301
+#: ../xfce4-notifyd-config/main.c:321
 #, c-format
 msgid Type '%s --help' for usage.
 msgstr Напишіть '%s --help' для допомоги по використанню.
 
-#: ../xfce4-notifyd-config/main.c:314
+#: ../xfce4-notifyd-config/main.c:334
 #, 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:315
+#: ../xfce4-notifyd-config/main.c:335
 #, c-format
 msgid Please report bugs to %s.\n
 msgstr Будь-ласка, повідомте про помилку до %s.\n
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-04-07 Thread Transifex
Updating branch refs/heads/master
 to e77828e886b6c70612ea61fefa098f3e7a32811c (commit)
   from d97de97f35bf2a7edb7b8e2c9662952126b493b6 (commit)

commit e77828e886b6c70612ea61fefa098f3e7a32811c
Author: Yarema aka Knedlyk yupad...@gmail.com
Date:   Sun Apr 7 21:44:52 2013 +0200

l10n: Updated Ukrainian (uk) translation to 100%

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

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

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

diff --git a/po/uk.po b/po/uk.po
index 6319121..9b5da69 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -33,7 +33,7 @@ msgstr Невідомий параметр \%s\\n
 
 #: ../xfce4-notifyd/main.c:86
 msgid Unable to start notification daemon
-msgstr Не можу запустити демон повідомлень
+msgstr Не можу запустити демон сповіщень
 
 #: ../xfce4-notifyd/xfce-notify-daemon.c:1142
 #: ../xfce4-notifyd/xfce-notify-daemon.c:1162
@@ -48,7 +48,7 @@ msgstr Не можу з’єднатися до буфера сесії D-Bus
 #: ../xfce4-notifyd/xfce-notify-daemon.c:1232
 #, c-format
 msgid Another notification xndaemon is already running
-msgstr Інший демон повідомлень xndaemon вже працює
+msgstr Інший демон сповіщень xndaemon вже працює
 
 #: ../xfce4-notifyd-config/main.c:57
 msgid Notification Preview
@@ -146,7 +146,7 @@ msgstr секунди
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:1
 msgid Customize how notifications appear on your screen
-msgstr Налаштуйте показ повідомлень на Вашому екрані
+msgstr Налаштуйте показ сповіщень на Вашому екрані
 
 #~ msgid image: 
 #~ msgstr малюнок:
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-04-07 Thread Transifex
Updating branch refs/heads/master
 to 0cdefc70cb9ed0d881e3533dc7d920a2dcb285ab (commit)
   from e77828e886b6c70612ea61fefa098f3e7a32811c (commit)

commit 0cdefc70cb9ed0d881e3533dc7d920a2dcb285ab
Author: Yarema aka Knedlyk yupad...@gmail.com
Date:   Sun Apr 7 21:45:54 2013 +0200

l10n: Updated Ukrainian (uk) translation to 100%

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

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

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

diff --git a/po/uk.po b/po/uk.po
index 9b5da69..280722c 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -24,7 +24,7 @@ msgstr 
 #: ../xfce4-notifyd/main.c:74 ../xfce4-notifyd/main.c:84
 #: ../xfce4-notifyd-config/main.c:258
 msgid Xfce Notify Daemon
-msgstr Демон повідомлень Xfce
+msgstr Демон сповіщень Xfce
 
 #: ../xfce4-notifyd/main.c:77
 #, c-format
@@ -66,7 +66,7 @@ msgstr Кнопка
 
 #: ../xfce4-notifyd-config/main.c:70
 msgid Notification preview failed
-msgstr Попередній перегляд повідомлення не вдався
+msgstr Попередній перегляд сповіщення не вдався
 
 #: ../xfce4-notifyd-config/main.c:260
 msgid Settings daemon is unavailable
@@ -114,7 +114,7 @@ msgstr Типова _позиція:
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:4
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.desktop.in.h:2
 msgid Notifications
-msgstr Повідомлення
+msgstr Сповіщення
 
 #: ../xfce4-notifyd-config/xfce4-notifyd-config.glade.h:5
 msgid Top left
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-indicator-plugin:master l10n: Updated Ukrainian (uk) translation to 78%

2013-04-07 Thread Transifex
Updating branch refs/heads/master
 to da4ebabbef7a79005571caead0152e008590ff66 (commit)
   from d35c618aa328b86e239764d752f35392b426414a (commit)

commit da4ebabbef7a79005571caead0152e008590ff66
Author: Yarema aka Knedlyk yupad...@gmail.com
Date:   Sun Apr 7 21:54:36 2013 +0200

l10n: Updated Ukrainian (uk) translation to 78%

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

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

 po/uk.po |  123 ++
 1 files changed, 116 insertions(+), 7 deletions(-)

diff --git a/po/uk.po b/po/uk.po
index f5408e0..00d4ac9 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -6,7 +6,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-indicator-plugin\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-03-25 17:32-0400\n
+POT-Creation-Date: 2013-04-07 18:06+\n
 PO-Revision-Date: 2011-03-25 18:36+0300\n
 Last-Translator: Yarema aka Knedlyk yupad...@gmail.com\n
 Language-Team: Ukrainian xfce4-...@xfce.org\n
@@ -16,14 +16,123 @@ msgstr 
 Language: uk\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
 
-#: ../panel-plugin/indicator.c:208
-msgid No Indicators
-msgstr Немає індикаторів
-
-#: ../panel-plugin/indicator.desktop.in.in.h:1
+#: ../panel-plugin/indicator.desktop.in.h:1 ../panel-plugin/indicator.c:157
 msgid An indicator of something that needs your attention on the desktop
 msgstr Індикатор якоїсь події, що потребує Вашої уваги на стільниці
 
-#: ../panel-plugin/indicator.desktop.in.in.h:2
+#: ../panel-plugin/indicator.desktop.in.h:2
 msgid Indicator Plugin
 msgstr Плагін індикаторів
+
+#: ../panel-plugin/indicator.c:159
+msgid Copyright (c) 2009-2013\n
+msgstr Всі права застережено (c) 2009-2013\n
+
+#: ../panel-plugin/indicator.c:288
+msgid No Indicators
+msgstr Немає індикаторів
+
+#. raw name,  pretty name,
+#. icon-name(?)
+#: ../panel-plugin/indicator-dialog.c:57
+msgid Application Indicators
+msgstr Індикатори програм
+
+#: ../panel-plugin/indicator-dialog.c:58
+msgid Sound Menu
+msgstr Меню звуку
+
+#: ../panel-plugin/indicator-dialog.c:59
+msgid Printers Menu
+msgstr Меню принтерів
+
+#: ../panel-plugin/indicator-dialog.c:60
+msgid Power Management
+msgstr Керування живленням
+
+#: ../panel-plugin/indicator-dialog.c:61
+msgid Application Menus (Global Menu)
+msgstr Меню програм (глобальне меню)
+
+#: ../panel-plugin/indicator-dialog.c:62
+msgid Session Management
+msgstr Керування сесією
+
+#: ../panel-plugin/indicator-dialog.c:63
+msgid Messaging Menu
+msgstr Меню повідомлень
+
+#: ../panel-plugin/indicator-dialog.c:64
+msgid Date and Time
+msgstr Дата і час
+
+#: ../panel-plugin/indicator-dialog.c:436
+msgid Are you sure you want to clear the list of known indicators?
+msgstr Ви дійсно бажаєте очистити список відомих індикаторів?
+
+#: ../panel-plugin/indicator-dialog.c:572
+#, c-format
+msgid Unable to open the following url: %s
+msgstr Неможливо відкрити наступне посилання: %s
+
+#: ../panel-plugin/indicator-dialog.glade.h:1
+msgid iPlease restart the panel for visibility changes to take effect./i
+msgstr iБудь ласка, перезавантажте панель для застосування змін./i
+
+#: ../panel-plugin/indicator-dialog.glade.h:2
+msgid Align left in deskbar mode
+msgstr Порівняти зліва в режимі панелі
+
+#: ../panel-plugin/indicator-dialog.glade.h:3
+msgid Appearance
+msgstr Зовнішній вигляд
+
+#: ../panel-plugin/indicator-dialog.glade.h:4
+msgid C_lear known indicators
+msgstr _Очистити відомі індикатори
+
+#: ../panel-plugin/indicator-dialog.glade.h:5
+msgid 
+Controls the indicator button layout when the panel is in a Deskbar mode. 
+Possible choices are \centered\ or \aligned left\.
+msgstr 
+
+#: ../panel-plugin/indicator-dialog.glade.h:6
+msgid Hide indicators by default
+msgstr Сховати індикатори по замовчуванню
+
+#: ../panel-plugin/indicator-dialog.glade.h:7
+msgid 
+Icons are scaled to fit a single row of the panel. Use this option to 
+restrict the maximum size of the icon.
+msgstr 
+
+#: ../panel-plugin/indicator-dialog.glade.h:8
+msgid Indicators
+msgstr Індикатори
+
+#: ../panel-plugin/indicator-dialog.glade.h:9
+msgid Known Indicators
+msgstr Відомі індикатори
+
+#: ../panel-plugin/indicator-dialog.glade.h:10
+msgid Move the selected indicator one row down.
+msgstr 
+
+#: ../panel-plugin/indicator-dialog.glade.h:11
+msgid Move the selected indicator one row up.
+msgstr 
+
+#: ../panel-plugin/indicator-dialog.glade.h:12
+msgid Resets the list of indicators and their visibility settings.
+msgstr 
+
+#: ../panel-plugin/indicator-dialog.glade.h:13
+msgid 
+When enabled, only indicators marked \Visible\ are shown. Otherwise, all 
+indicators not marked \Hidden\ are displayed.
+msgstr 
+
+#: ../panel-plugin/indicator-dialog.glade.h:14
+msgid _Maximum icon size (px):
+msgstr _Максимальний розмір іконки (пікселі):
___
Xfce4-commits mailing list

[Xfce4-commits] midori:master Enable rudimentary cookie storage with WebKit2

2013-04-07 Thread Christian Dywan
Updating branch refs/heads/master
 to a97bf2ff3111795cb1e49787197e517a26af769f (commit)
   from 3ff0a33bc1d4a2abfec7f7e4f90eb39aa4384eb8 (commit)

commit a97bf2ff3111795cb1e49787197e517a26af769f
Author: Christian Dywan christ...@twotoasts.de
Date:   Sun Apr 7 21:54:36 2013 +0200

Enable rudimentary cookie storage with WebKit2

 katze/midori-paths.vala |5 +
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/katze/midori-paths.vala b/katze/midori-paths.vala
index 24b0e0a..2fbf64d 100644
--- a/katze/midori-paths.vala
+++ b/katze/midori-paths.vala
@@ -135,6 +135,11 @@ namespace Midori {
 WebKit.WebContext.get_default ().set_disk_cache_directory (
 Path.build_path (Path.DIR_SEPARATOR_S, cache_dir, web));
 #endif
+#if HAVE_WEBKIT2
+var cookie_manager = WebKit.WebContext.get_default 
().get_cookie_manager ();
+cookie_manager.set_persistent_storage (Path.build_filename 
(config, cookies.db),
+WebKit.CookiePersistentStorage.SQLITE);
+#endif
 tmp_dir = get_runtime_dir ();
 }
 #if HAVE_WEBKIT_1_3_13
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-indicator-plugin:master l10n: Updated Ukrainian (uk) translation to 100%

2013-04-07 Thread Transifex
Updating branch refs/heads/master
 to 2644dde6f9131ac0e28b2f03458f4935fd904c99 (commit)
   from da4ebabbef7a79005571caead0152e008590ff66 (commit)

commit 2644dde6f9131ac0e28b2f03458f4935fd904c99
Author: Yarema aka Knedlyk yupad...@gmail.com
Date:   Sun Apr 7 22:02:18 2013 +0200

l10n: Updated Ukrainian (uk) translation to 100%

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

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

 po/uk.po |   12 ++--
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/po/uk.po b/po/uk.po
index 00d4ac9..fe37cad 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -95,7 +95,7 @@ msgstr _Очистити відомі індикатори
 msgid 
 Controls the indicator button layout when the panel is in a Deskbar mode. 
 Possible choices are \centered\ or \aligned left\.
-msgstr 
+msgstr Контроль розташування кнопок індикаторів в режимі панелі. Можливі 
варіанти: \по центру\ або \вирівнювання зліва\.
 
 #: ../panel-plugin/indicator-dialog.glade.h:6
 msgid Hide indicators by default
@@ -105,7 +105,7 @@ msgstr Сховати індикатори по замовчуванню
 msgid 
 Icons are scaled to fit a single row of the panel. Use this option to 
 restrict the maximum size of the icon.
-msgstr 
+msgstr Іконки масштабуються, щоб умістити їх в рядок панелі. Використовуйте 
цей параметр для обмеження максимального розміру іконки.
 
 #: ../panel-plugin/indicator-dialog.glade.h:8
 msgid Indicators
@@ -117,21 +117,21 @@ msgstr Відомі індикатори
 
 #: ../panel-plugin/indicator-dialog.glade.h:10
 msgid Move the selected indicator one row down.
-msgstr 
+msgstr Перемістити вибраний індикатор на один рядок вниз.
 
 #: ../panel-plugin/indicator-dialog.glade.h:11
 msgid Move the selected indicator one row up.
-msgstr 
+msgstr Перемістити вибраний індикатор на один рядок вверх.
 
 #: ../panel-plugin/indicator-dialog.glade.h:12
 msgid Resets the list of indicators and their visibility settings.
-msgstr 
+msgstr Відновити список індикаторів і налаштування їх видимості. 
 
 #: ../panel-plugin/indicator-dialog.glade.h:13
 msgid 
 When enabled, only indicators marked \Visible\ are shown. Otherwise, all 
 indicators not marked \Hidden\ are displayed.
-msgstr 
+msgstr Якщо цей параметр включений, тоді показуються тільки індикатори, 
відмічені як \Видимий\. В протилежному випадку всі індикатори, що не 
позначені як \Схований\, будуть показані.
 
 #: ../panel-plugin/indicator-dialog.glade.h:14
 msgid _Maximum icon size (px):
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-indicator-plugin:master l10n: Updated Ukrainian (uk) translation to 100%

2013-04-07 Thread Transifex
Updating branch refs/heads/master
 to c4418174776d0f26ab51213d170a2c80f8933db0 (commit)
   from 2644dde6f9131ac0e28b2f03458f4935fd904c99 (commit)

commit c4418174776d0f26ab51213d170a2c80f8933db0
Author: Yarema aka Knedlyk yupad...@gmail.com
Date:   Sun Apr 7 22:03:15 2013 +0200

l10n: Updated Ukrainian (uk) translation to 100%

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

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

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

diff --git a/po/uk.po b/po/uk.po
index fe37cad..a109e10 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -81,7 +81,7 @@ msgstr iБудь ласка, перезавантажте панель для
 
 #: ../panel-plugin/indicator-dialog.glade.h:2
 msgid Align left in deskbar mode
-msgstr Порівняти зліва в режимі панелі
+msgstr Вирівнювання зліва в режимі панелі
 
 #: ../panel-plugin/indicator-dialog.glade.h:3
 msgid Appearance
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-indicator-plugin:andrzejr/gtk3 Changes needed for the plugin not to crash at load time.

2013-04-07 Thread Andrzej
Updating branch refs/heads/andrzejr/gtk3
 to ed35886b41b7d1b7059822773ce423c3e3dbe962 (commit)
   from 72a3de8c1c84b89a242519e87de6f597dc5a93d3 (commit)

commit ed35886b41b7d1b7059822773ce423c3e3dbe962
Author: Andrzej ndrwr...@gmail.com
Date:   Sun Apr 7 22:44:44 2013 +0100

Changes needed for the plugin not to crash at load time.

For some reason X-XFCE-Gtk3 has to be FALSE (an error in
the corresponding panel changes).

 panel-plugin/indicator-button.c   |3 ++-
 panel-plugin/indicator.desktop.in |2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/indicator-button.c b/panel-plugin/indicator-button.c
index dd11169..ca1458c 100644
--- a/panel-plugin/indicator-button.c
+++ b/panel-plugin/indicator-button.c
@@ -128,7 +128,8 @@ xfce_indicator_button_init (XfceIndicatorButton *button)
   gtk_container_add (GTK_CONTAINER (button), button-align_box);
   gtk_widget_show (button-align_box);
 
-  button-box = xfce_hvbox_new (GTK_ORIENTATION_HORIZONTAL, FALSE, 1);
+  //button-box = xfce_hvbox_new (GTK_ORIENTATION_HORIZONTAL, FALSE, 1);
+  button-box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 1);
   gtk_container_add (GTK_CONTAINER (button-align_box), button-box);
   gtk_widget_show (button-box);
 }
diff --git a/panel-plugin/indicator.desktop.in 
b/panel-plugin/indicator.desktop.in
index 5f722ab..aba66ee 100644
--- a/panel-plugin/indicator.desktop.in
+++ b/panel-plugin/indicator.desktop.in
@@ -6,4 +6,4 @@ _Comment=An indicator of something that needs your attention on 
the desktop
 Icon=xfce4-indicator-plugin
 X-XFCE-Module=indicator-plugin
 X-XFCE-Internal=FALSE
-X-XFCE-Gtk3=TRUE
+X-XFCE-Gtk3=FALSE
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:andrzejr/wrapper3 Loading external gtk3 panel plugins in gtk2 panel.

2013-04-07 Thread Andrzej
Updating branch refs/heads/andrzejr/wrapper3
 to 55f09b17a823fa1c5828f43e321311ca7f5ba891 (commit)
   from 0c1006f024404f69790b63965d8073660faadf50 (commit)

commit 55f09b17a823fa1c5828f43e321311ca7f5ba891
Author: Andrzej ndrwr...@gmail.com
Date:   Sun Apr 7 22:49:33 2013 +0100

Loading external gtk3 panel plugins in gtk2 panel.

Requires a gtk3 version of libxfce4-panel and wrapper to be compiled
from another branch.

This commit is only a quick hack to make the plugins to load.
It should be reworked (starting from better naming) for a release
version.

 panel/panel-module.c  |   19 +--
 panel/panel-plugin-external-wrapper.c |8 +++-
 panel/panel-plugin-external-wrapper.h |1 +
 panel/panel-plugin-external.c |   18 ++
 panel/panel-plugin-external.h |1 +
 5 files changed, 44 insertions(+), 3 deletions(-)

diff --git a/panel/panel-module.c b/panel/panel-module.c
index ba39320..6abd362 100644
--- a/panel/panel-module.c
+++ b/panel/panel-module.c
@@ -63,6 +63,7 @@ enum _PanelModuleRunMode
   UNKNOWN,/* Unset */
   INTERNAL,   /* plugin library will be loaded in the panel */
   WRAPPER,/* external library with comunication through 
PanelPluginExternal */
+  WRAPPER3,   /* external library with comunication through 
PanelPluginExternal */
   EXTERNAL_46 /* external executable with comunication through 
PanelPluginExternal46 */
 };
 
@@ -360,7 +361,16 @@ panel_module_new_from_desktop_file (const gchar *filename,
   /* run mode of the module, by default everything runs in
* the wrapper, unless defined otherwise */
   if (force_external || !xfce_rc_read_bool_entry (rc, 
X-XFCE-Internal, FALSE))
-module-mode = WRAPPER;
+if (!xfce_rc_read_bool_entry (rc, X-XFCE-Gtk3, TRUE))
+  {
+printf (wrapper3 %s\n, path);
+module-mode = WRAPPER3;
+  }
+else
+  {
+printf (wrapper %s\n, path);
+module-mode = WRAPPER;
+  }
   else
 module-mode = INTERNAL;
 }
@@ -481,8 +491,13 @@ panel_module_new_plugin (PanelModule  *module,
   /* fall-through (make wrapper plugin), probably a plugin with
* preinit_func which is not supported for internal plugins */
 
+case WRAPPER3:
+  plugin = panel_plugin_external_wrapper_new (module, unique_id, TRUE, 
arguments);
+  debug_type = external-wrapper3;
+  break;
+
 case WRAPPER:
-  plugin = panel_plugin_external_wrapper_new (module, unique_id, 
arguments);
+  plugin = panel_plugin_external_wrapper_new (module, unique_id, FALSE, 
arguments);
   debug_type = external-wrapper;
   break;
 
diff --git a/panel/panel-plugin-external-wrapper.c 
b/panel/panel-plugin-external-wrapper.c
index 06f6e63..89c5674 100644
--- a/panel/panel-plugin-external-wrapper.c
+++ b/panel/panel-plugin-external-wrapper.c
@@ -52,6 +52,7 @@
 
 
 #define WRAPPER_BIN HELPERDIR G_DIR_SEPARATOR_S wrapper
+#define WRAPPER3_BIN HELPERDIR G_DIR_SEPARATOR_S wrapper3
 
 
 
@@ -218,7 +219,10 @@ panel_plugin_external_wrapper_get_argv 
(PanelPluginExternal   *external,
 
   /* setup the basic argv */
   argv = g_new0 (gchar *, argc + 1);
-  argv[PLUGIN_ARGV_0] = g_strdup (WRAPPER_BIN);
+  if (external-is_gtk3)
+argv[PLUGIN_ARGV_0] = g_strdup (WRAPPER3_BIN);
+  else
+argv[PLUGIN_ARGV_0] = g_strdup (WRAPPER_BIN);
   argv[PLUGIN_ARGV_FILENAME] = g_strdup (panel_module_get_filename 
(external-module));
   argv[PLUGIN_ARGV_UNIQUE_ID] = g_strdup_printf (%d, external-unique_id);;
   argv[PLUGIN_ARGV_SOCKET_ID] = g_strdup_printf (%u, gtk_socket_get_id 
(GTK_SOCKET (external)));;
@@ -366,6 +370,7 @@ panel_plugin_external_wrapper_dbus_remote_event_result 
(PanelPluginExternalWrapp
 GtkWidget *
 panel_plugin_external_wrapper_new (PanelModule  *module,
gint  unique_id,
+   gboolean  is_gtk3,
gchar   **arguments)
 {
   panel_return_val_if_fail (PANEL_IS_MODULE (module), NULL);
@@ -374,5 +379,6 @@ panel_plugin_external_wrapper_new (PanelModule  *module,
   return g_object_new (PANEL_TYPE_PLUGIN_EXTERNAL_WRAPPER,
module, module,
unique-id, unique_id,
+   is-gtk3, is_gtk3,
arguments, arguments, NULL);
 }
diff --git a/panel/panel-plugin-external-wrapper.h 
b/panel/panel-plugin-external-wrapper.h
index eaa3ee9..e4bb1b2 100644
--- a/panel/panel-plugin-external-wrapper.h
+++ b/panel/panel-plugin-external-wrapper.h
@@ -40,6 +40,7 @@ GType  panel_plugin_external_wrapper_get_type (void) 
G_GNUC_CONST;
 
 GtkWidget *panel_plugin_external_wrapper_new  (PanelModule  *module,
gint  unique_id,
+  

[Xfce4-commits] xfce4-panel:nick/gtk3 Clock: Improve tooltips, plug leaks and fix glade layout.

2013-04-07 Thread Nick Schermer
Updating branch refs/heads/nick/gtk3
 to df13f26e5442134ab3c4c2a9ed8e9e41bdf3148e (commit)
   from b513b93b7b047a9f46074b79fd1d85f743178751 (commit)

commit df13f26e5442134ab3c4c2a9ed8e9e41bdf3148e
Author: Nick Schermer n...@xfce.org
Date:   Sun Mar 17 14:22:53 2013 +0100

Clock: Improve tooltips, plug leaks and fix glade layout.

 plugins/clock/clock-dialog.glade |  103 --
 plugins/clock/clock.c|   23 +
 2 files changed, 67 insertions(+), 59 deletions(-)

diff --git a/plugins/clock/clock-dialog.glade b/plugins/clock/clock-dialog.glade
index ac35769..1b48528 100644
--- a/plugins/clock/clock-dialog.glade
+++ b/plugins/clock/clock-dialog.glade
@@ -1,6 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 interface
-  requires lib=gtk+ version=2.14/
+  requires lib=gtk+ version=2.24/
   !-- interface-requires libxfce4ui 0.0 --
   !-- interface-naming-policy toplevel-contextual --
   object class=XfceTitledDialog id=dialog
@@ -21,10 +21,10 @@
 child
   object class=GtkButton id=close-button
 property name=labelgtk-close/property
+property name=use_action_appearanceFalse/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=receives_defaultTrue/property
-property name=use_action_appearanceFalse/property
 property name=use_stockTrue/property
   /object
   packing
@@ -36,10 +36,10 @@
 child
   object class=GtkButton id=help-button
 property name=labelgtk-help/property
+property name=use_action_appearanceFalse/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=receives_defaultTrue/property
-property name=use_action_appearanceFalse/property
 property name=use_stockTrue/property
   /object
   packing
@@ -84,24 +84,11 @@
 property name=column_spacing12/property
 property name=row_spacing6/property
 child
-  object class=GtkLabel id=label9
-property name=visibleTrue/property
-property name=can_focusFalse/property
-property name=xalign0/property
-property name=label 
translatable=yesTime_zone:/property
-property name=use_underlineTrue/property
-property 
name=mnemonic_widgettimezone-name/property
-  /object
-  packing
-property name=top_attach1/property
-property name=bottom_attach2/property
-  /packing
-/child
-child
   object class=GtkEntry id=timezone-name
 property name=visibleTrue/property
 property name=can_focusTrue/property
-property name=tooltip_text 
translatable=yesName of the timezone matching the system's timezone 
database. Leave empty to revert to the local time./property
+property name=tooltip_text 
translatable=yesName of a timezone corresponding a file in the zoneinfo 
database, for example America/New_York. Leave empty to use the 
localtime./property
+property name=invisible_char●/property
 property 
name=primary_icon_activatableFalse/property
 property 
name=secondary_icon_activatableFalse/property
 property 
name=primary_icon_sensitiveTrue/property
@@ -110,31 +97,44 @@
   packing
 property name=left_attach1/property
 property name=right_attach2/property
-property name=top_attach1/property
-property name=bottom_attach2/property
   /packing
 /child
 child
-  object class=GtkLabel id=label7
+  object class=GtkLabel id=label9
 property name=visibleTrue/property
 property name=can_focusFalse/property
 property name=xalign0/property
-property name=label 
translatable=yesTime:/property
+property name=label 
translatable=yesTime_zone:/property
+property name=use_underlineTrue/property
+property 

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

2013-04-07 Thread Transifex
Updating branch refs/heads/nick/gtk3
 to fcef0e1a27773d0e5c3d6f0b5a75bb6db1a1990f (commit)
   from 98e19133acf63807e4f9408339fc2b4a6ce8d9a1 (commit)

commit fcef0e1a27773d0e5c3d6f0b5a75bb6db1a1990f
Author: Ivica  Kolić ik...@yahoo.com
Date:   Sun Mar 17 18:45:34 2013 +0100

l10n: Updated Croatian (hr) translation to 86%

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

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

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

diff --git a/po/hr.po b/po/hr.po
index 19239ff..2e2a242 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: 2013-03-05 02:45+\n
+POT-Creation-Date: 2013-03-17 14:21+\n
 PO-Revision-Date: 2012-05-11 20:53+0100\n
 Last-Translator: Ivica Kolić ik...@yahoo.com\n
 Language-Team: Croatian \n
@@ -922,7 +922,7 @@ msgstr Odaberi ikonu
 
 #: ../plugins/applicationsmenu/applicationsmenu.c:603
 #: ../plugins/applicationsmenu/applicationsmenu.c:844
-#: ../plugins/clock/clock.c:852 ../plugins/launcher/launcher.c:2308
+#: ../plugins/clock/clock.c:855 ../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:167
+#: ../plugins/clock/clock.c:169
 msgid Week %V
 msgstr Tjedan  %V
 
-#: ../plugins/clock/clock.c:450
+#: ../plugins/clock/clock.c:452
 msgid Failed to execute clock command
 msgstr Neuspjeh u izvršenju naredbe sata
 
-#: ../plugins/clock/clock.c:797
+#: ../plugins/clock/clock.c:802
 msgid Custom Format
 msgstr Prilagođeni format
 
@@ -1034,8 +1034,8 @@ msgstr LCD
 
 #: ../plugins/clock/clock-dialog.glade.h:15
 msgid 
-Name of the timezone matching the system's timezone database. Leave empty to 
-revert to the local time.
+Name of a timezone corresponding a file in the zoneinfo database, for 
+example \America/New_York\. Leave empty to use the localtime.
 msgstr 
 
 #: ../plugins/clock/clock-dialog.glade.h:16
@@ -1050,13 +1050,7 @@ msgstr Prikaži _neaktivne točkice
 msgid Show gri_d
 msgstr 
 
-#: ../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
+#: ../plugins/clock/clock-dialog.glade.h:20
 #, no-c-format
 msgid 
 The format describes the date and time parts to insert into the panel. For 
@@ -1065,31 +1059,27 @@ msgid 
 page for additional information.
 msgstr 
 
-#: ../plugins/clock/clock-dialog.glade.h:22
+#: ../plugins/clock/clock-dialog.glade.h:21
 msgid Time Settings
 msgstr 
 
-#: ../plugins/clock/clock-dialog.glade.h:23
-msgid Time:
-msgstr 
+#: ../plugins/clock/clock-dialog.glade.h:22
+msgid Time and Date _Settings...
+msgstr Postavke datuma i _vremena...
 
-#: ../plugins/clock/clock-dialog.glade.h:24
+#: ../plugins/clock/clock-dialog.glade.h:23
 msgid Time_zone:
 msgstr 
 
-#: ../plugins/clock/clock-dialog.glade.h:25
+#: ../plugins/clock/clock-dialog.glade.h:24
 msgid True _binary clock
 msgstr Pravi _binarni sat
 
-#: ../plugins/clock/clock-dialog.glade.h:26
+#: ../plugins/clock/clock-dialog.glade.h:25
 msgid _Layout:
 msgstr _Raspored:
 
-#: ../plugins/clock/clock-dialog.glade.h:27
-msgid _Set
-msgstr 
-
-#: ../plugins/clock/clock-dialog.glade.h:28
+#: ../plugins/clock/clock-dialog.glade.h:26
 msgid _Tooltip format:
 msgstr 
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:nick/gtk3 l10n: Updated Korean (ko) translation to 100%

2013-04-07 Thread Transifex
Updating branch refs/heads/nick/gtk3
 to 98e19133acf63807e4f9408339fc2b4a6ce8d9a1 (commit)
   from df13f26e5442134ab3c4c2a9ed8e9e41bdf3148e (commit)

commit 98e19133acf63807e4f9408339fc2b4a6ce8d9a1
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Sun Mar 17 16:32:43 2013 +0100

l10n: Updated Korean (ko) translation to 100%

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

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

 po/ko.po |  120 -
 1 files changed, 55 insertions(+), 65 deletions(-)

diff --git a/po/ko.po b/po/ko.po
index 8834ec0..28ddf08 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2,27 +2,28 @@
 # Copyright(C) 2002-2006 The Xfce development team.
 # This file is distributed under the same license as the xfce4-panel package.
 # ByungHyun Choibyunghyun.c...@gmail.com, 2005.
-# Seong-ho Cho darkcircle.0...@gmail.com, 2011, 2012.
-# 
+# Seong-ho Cho darkcircle.0...@gmail.com, 2011-2013.
+#
 # Please write your name and e-mail into translator-credits if you update 
this translation script.
-# 
+#
 # ex ) msgstr 
 #  Gil-dong Hong gdhong0...@gmail.com\n
 #  YourName Kim yn...@gmail.com
-# 
+#
 msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-03-05 13:27+\n
-PO-Revision-Date: 2012-04-18 23:14+0900\n
+POT-Creation-Date: 2013-03-17 14:21+\n
+PO-Revision-Date: 2013-03-18 00:22+0900\n
 Last-Translator: Seong-ho Cho darkcircle.0...@gmail.com\n
 Language-Team: xfce-i18n xfce-i...@xfce.org\n
+Language: ko\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: ko\n
 Plural-Forms: nplurals=1; plural=0;\n
+X-Generator: Poedit 1.5.5\n
 
 #: ../panel-desktop-handler.desktop.in.h:1
 msgid 
@@ -101,7 +102,7 @@ msgstr 패널에 새로운 항목 추가
 
 #: ../panel/main.c:82
 msgid PLUGIN-NAME
-msgstr PLUGIN-NAME
+msgstr 플러그인 이름
 
 #: ../panel/main.c:83
 msgid Restart the running panel instance
@@ -125,12 +126,12 @@ msgstr 버전 정보를 출력하고 끝내기
 #. parse context options
 #: ../panel/main.c:235
 msgid [ARGUMENTS...]
-msgstr [ARGUMENTS...]
+msgstr 인자...
 
 #: ../panel/main.c:242
 #, c-format
 msgid Type \%s --help\ for usage.
-msgstr 사용방법을 보려면 \%s --help\를 입력합니다.
+msgstr 사용방법을 보려면 \%s --help\를 입력하십시오.
 
 #: ../panel/main.c:261
 msgid The Xfce development team. All rights reserved.
@@ -184,7 +185,7 @@ msgid 
 logout, so the panel is automatically started the next time you login.
 msgstr 
 패널을 시작하시렵니까? 패널을 시작 하면, 로그아웃시 세션을 저장하는지 확인하
-여 다음번 로그인시 패널이 자동으로 시작하도록 합니다.
+여 다음 로그인시 패널이 자동으로 시작하도록 합니다.
 
 #: ../panel/main.c:403 ../panel/main.c:417
 #, c-format
@@ -458,8 +459,7 @@ msgstr 길이(%)(_E):
 msgid M_ode:
 msgstr 모드(_O):
 
-#. 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 측정기
@@ -640,7 +640,7 @@ msgid 
 load a fresh initial configuration.
 msgstr 
 설정을 저장하기 위한 새로운 시스템으로 패널을 이동했기 때문에, 처음 초기 환경
-설정을 로드했습니다.
+설정을 불러왔습니다.
 
 #: ../migrate/main.c:127 ../migrate/main.c:136
 msgid Choose below which setup you want for the first startup.
@@ -660,7 +660,7 @@ msgstr 기본 환경설정 사용하기
 
 #: ../migrate/main.c:142
 msgid Load the default configuration
-msgstr 기본 환경설정 로드하기
+msgstr 기본 환경설정 불러오기
 
 #: ../migrate/main.c:148
 msgid One empty panel
@@ -676,7 +676,7 @@ msgstr 이전 패널 환경설정을 가져오는데 실패했습니다
 
 #: ../migrate/main.c:172
 msgid Failed to load the default configuration
-msgstr 기본 환경설정을 로드하는데 실패했습니다
+msgstr 기본 환경설정을 불러오는데 실패했습니다
 
 #: ../migrate/main.c:185
 msgid Panel config needs migration...
@@ -899,7 +899,7 @@ msgid 
 Select this option to show the generic application name in the menu, for 
 example \File Manager\ instead of \Thunar\
 msgstr 
-메뉴에서 일반적 프로그램 이름을 보이려면 이 옵션을 선택, 예: \Thunar\ 대신 
+메뉴에서 일반적 프로그램 이름을 보이려면 이 옵션을 선택하십시오. 예: \Thunar\ 대신 
 \File Manager\
 
 #: ../plugins/applicationsmenu/applicationsmenu-dialog.glade.h:9
@@ -938,7 +938,7 @@ msgstr 아이콘 선택
 
 #: ../plugins/applicationsmenu/applicationsmenu.c:603
 #: ../plugins/applicationsmenu/applicationsmenu.c:844
-#: ../plugins/clock/clock.c:852 ../plugins/launcher/launcher.c:2308
+#: ../plugins/clock/clock.c:855 ../plugins/launcher/launcher.c:2308
 #, c-format
 msgid Failed to execute command \%s\.
 msgstr \%s\ 명령을 실행하는데 실패했습니다.
@@ -949,7 +949,7 @@ msgstr 프로그램이 없습니다
 
 #: ../plugins/applicationsmenu/applicationsmenu.c:1136
 msgid Failed to load the applications menu
-msgstr 프로그램 메뉴를 로드하는데 실패했습니다.
+msgstr 프로그램 메뉴를 불러오는데 실패했습니다.
 
 #: ../plugins/applicationsmenu/applicationsmenu.desktop.in.h:2
 msgid Show a menu containing categories of installed applications
@@ -985,21 +985,21 @@ msgstr 현재 마우스 포지션에 메뉴 띄우기
 msgid Show help options
 msgstr 도움말 옵션 표시
 
-#: ../plugins/clock/clock.c:167
+#: 

[Xfce4-commits] xfce4-panel:nick/gtk3 l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100%

2013-04-07 Thread Transifex
Updating branch refs/heads/nick/gtk3
 to 46ab7590e27b03c8587e88ad6c5181366b1679d7 (commit)
   from fcef0e1a27773d0e5c3d6f0b5a75bb6db1a1990f (commit)

commit 46ab7590e27b03c8587e88ad6c5181366b1679d7
Author: Cheng-Chia Tseng pswo10...@gmail.com
Date:   Mon Mar 18 11:56:29 2013 +0100

l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100%

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

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

 po/zh_TW.po |  177 --
 1 files changed, 98 insertions(+), 79 deletions(-)

diff --git a/po/zh_TW.po b/po/zh_TW.po
index 7e4491b..122f764 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -5,20 +5,21 @@
 # Ambrose Li a...@ada.dhs.org, 2004.
 # Hydonsingore Cia hydonsing...@educities.edu.tw, 2005.
 # Cheng-Chia Tseng pswo10...@gmail.com, 2010.
-# 
+#
 msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-01-05 01:00+\n
-PO-Revision-Date: 2012-03-21 22:01+0800\n
+POT-Creation-Date: 2013-03-18 06:24+\n
+PO-Revision-Date: 2013-03-18 18:56+0800\n
 Last-Translator: Cheng-Chia Tseng pswo10...@gmail.com\n
 Language-Team: Chinese (traditional) zh-l...@linux.org.tw\n
+Language: zh_TW\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=utf-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: zh_TW\n
 Plural-Forms: nplurals=2; plural=(n!=1);\n
+X-Generator: Poedit 1.5.4\n
 
 #: ../panel-desktop-handler.desktop.in.h:1
 msgid 
@@ -446,8 +447,7 @@ msgstr 長度 (%)(_E):
 msgid M_ode:
 msgstr 模式(_O):
 
-#. 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 測量
@@ -917,7 +917,7 @@ msgstr 選取圖示
 
 #: ../plugins/applicationsmenu/applicationsmenu.c:603
 #: ../plugins/applicationsmenu/applicationsmenu.c:844
-#: ../plugins/launcher/launcher.c:2308
+#: ../plugins/clock/clock.c:855 ../plugins/launcher/launcher.c:2308
 #, c-format
 msgid Failed to execute command \%s\.
 msgstr 未能執行「%s」。
@@ -964,15 +964,15 @@ msgstr 於目前滑鼠位置彈出選單
 msgid Show help options
 msgstr 顯示幫助選項
 
-#: ../plugins/clock/clock.c:155
+#: ../plugins/clock/clock.c:169
 msgid Week %V
 msgstr 第 %V 週
 
-#: ../plugins/clock/clock.c:437
+#: ../plugins/clock/clock.c:452
 msgid Failed to execute clock command
 msgstr 未能執行時鐘指令
 
-#: ../plugins/clock/clock.c:780
+#: ../plugins/clock/clock.c:802
 msgid Custom Format
 msgstr 自訂格式
 
@@ -1010,8 +1010,7 @@ msgstr 顯示秒(_S)
 msgid F_ormat:
 msgstr 格式(_O):
 
-#. 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 模糊度(_U):
@@ -1029,13 +1028,16 @@ msgid LCD
 msgstr LCD
 
 #: ../plugins/clock/clock-dialog.glade.h:15
-msgid Sho_w AM/PM
-msgstr 顯示 AM/PM(_W)
+msgid 
+Name of a timezone corresponding a file in the zoneinfo database, for 
+example \America/New_York\. Leave empty to use the localtime.
+msgstr 
+時區的名稱,會對應至時區資訊資料庫中的檔案,舉例「America/New_York」。留空則
+使用本第十間。
 
 #: ../plugins/clock/clock-dialog.glade.h:16
-#: ../plugins/systray/systray-dialog.glade.h:5
-msgid Show _frame
-msgstr 顯示框架(_F)
+msgid Sho_w AM/PM
+msgstr 顯示 AM/PM(_W)
 
 #: ../plugins/clock/clock-dialog.glade.h:17
 msgid Show _inactive dots
@@ -1050,248 +1052,261 @@ msgstr 顯示格欄(_F)
 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 
-要插入面板的格式,用來描述日期與時間的部份。舉例來說,%Y 會被年份替換,%m 會
-被月份替換,而 %d 則是日。請查看日期公用程式的文件以瞭解更多資訊。
+要插入面板的時間格式,用來描述日期與時間。舉例來說,%Y 會以年份數字替換,%m 
+會被月份數字替換,而 %d 則是日數字。而 b/b 標籤則會使文字轉為粗體。請查看
+「幫助」頁面以瞭解更多資訊。
 
 #: ../plugins/clock/clock-dialog.glade.h:21
+msgid Time Settings
+msgstr 時間設定值
+
+#: ../plugins/clock/clock-dialog.glade.h:22
+msgid Time and Date _Settings...
+msgstr 時間與日期設定值(_S)...
+
+#: ../plugins/clock/clock-dialog.glade.h:23
+msgid Time_zone:
+msgstr 時區(_Z):
+
+#: ../plugins/clock/clock-dialog.glade.h:24
 msgid True _binary clock
 msgstr 真實二進位時鐘(_B)
 
-#: ../plugins/clock/clock-dialog.glade.h:22
+#: ../plugins/clock/clock-dialog.glade.h:25
 msgid _Layout:
 msgstr 配置(_L):
 
-#: ../plugins/clock/clock-dialog.glade.h:23
+#: ../plugins/clock/clock-dialog.glade.h:26
 msgid _Tooltip format:
 msgstr 提示框格式(_T):
 
-#: ../plugins/clock/clock-fuzzy.c:86
+#: ../plugins/clock/clock-fuzzy.c:88
 msgid Night
 msgstr 深夜
 
-#: ../plugins/clock/clock-fuzzy.c:87
+#: 

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

2013-04-07 Thread Transifex
Updating branch refs/heads/nick/gtk3
 to 77f629dfc33cc5cc2a6c7075d797e7fd04e9c8e5 (commit)
   from 0f5e89edfb5e8ee7ab9c54328162cde024a64289 (commit)

commit 77f629dfc33cc5cc2a6c7075d797e7fd04e9c8e5
Author: jc jc1 jc1.quebe...@gmail.com
Date:   Tue Mar 19 10:21:56 2013 +0100

l10n: Updated French (fr) translation to 100%

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

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

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

diff --git a/po/fr.po b/po/fr.po
index e8ced48..1b39990 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1469,7 +1469,7 @@ msgstr A_jouter une application
 
 #: ../plugins/launcher/launcher-dialog.glade.h:3
 msgid Add a new empty item
-msgstr Ajouter un nouveau item vide
+msgstr Ajouter un nouveau greffon vide
 
 #: ../plugins/launcher/launcher-dialog.glade.h:4
 msgid Add one or more existing items to the launcher
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-04-07 Thread Transifex
Updating branch refs/heads/nick/gtk3
 to 0f5e89edfb5e8ee7ab9c54328162cde024a64289 (commit)
   from c8b2ad17b3cc84cb99384d64ff9caf6565e3593f (commit)

commit 0f5e89edfb5e8ee7ab9c54328162cde024a64289
Author: jc jc1 jc1.quebe...@gmail.com
Date:   Tue Mar 19 10:20:33 2013 +0100

l10n: Updated French (fr) translation to 100%

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

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

 po/fr.po |   60 +---
 1 files changed, 33 insertions(+), 27 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 358f0f7..e8ced48 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -10,7 +10,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-03-05 02:45+\n
+POT-Creation-Date: 2013-03-19 09:09+\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
@@ -961,7 +961,7 @@ msgstr Sélection de l'icône
 
 #: ../plugins/applicationsmenu/applicationsmenu.c:603
 #: ../plugins/applicationsmenu/applicationsmenu.c:844
-#: ../plugins/clock/clock.c:852 ../plugins/launcher/launcher.c:2308
+#: ../plugins/clock/clock.c:855 ../plugins/launcher/launcher.c:2308
 #, c-format
 msgid Failed to execute command \%s\.
 msgstr Échec à l'exécution de la commande « %s ».
@@ -1008,15 +1008,15 @@ msgstr Afficher le menu à la position du curseur
 msgid Show help options
 msgstr Afficher l'aide
 
-#: ../plugins/clock/clock.c:167
+#: ../plugins/clock/clock.c:169
 msgid Week %V
 msgstr Semaine %V
 
-#: ../plugins/clock/clock.c:450
+#: ../plugins/clock/clock.c:452
 msgid Failed to execute clock command
 msgstr Échec à l'exécution de la commande de l'horloge
 
-#: ../plugins/clock/clock.c:797
+#: ../plugins/clock/clock.c:802
 msgid Custom Format
 msgstr Format personnalisé
 
@@ -1073,9 +1073,11 @@ msgstr LCD
 
 #: ../plugins/clock/clock-dialog.glade.h:15
 msgid 
-Name of the timezone matching the system's timezone database. Leave empty to 
-revert to the local time.
-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.
+Name of a timezone corresponding a file in the zoneinfo database, for 
+example \America/New_York\. Leave empty to use the localtime.
+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
@@ -1089,13 +1091,7 @@ msgstr Afficher les bits _inactifs
 msgid Show gri_d
 msgstr Afficher une _grille
 
-#: ../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 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
+#: ../plugins/clock/clock-dialog.glade.h:20
 #, no-c-format
 msgid 
 The format describes the date and time parts to insert into the panel. For 
@@ -1108,31 +1104,27 @@ msgstr 
 Veuillez consulter la documentation de la commande date pour plus 
 d'information.
 
-#: ../plugins/clock/clock-dialog.glade.h:22
+#: ../plugins/clock/clock-dialog.glade.h:21
 msgid Time Settings
 msgstr Paramètres heure
 
-#: ../plugins/clock/clock-dialog.glade.h:23
-msgid Time:
-msgstr Heure :
+#: ../plugins/clock/clock-dialog.glade.h:22
+msgid Time and Date _Settings...
+msgstr Paramètres heure et date ...
 
-#: ../plugins/clock/clock-dialog.glade.h:24
+#: ../plugins/clock/clock-dialog.glade.h:23
 msgid Time_zone:
 msgstr Fuseau horaire :
 
-#: ../plugins/clock/clock-dialog.glade.h:25
+#: ../plugins/clock/clock-dialog.glade.h:24
 msgid True _binary clock
 msgstr Horloge _binaire réelle
 
-#: ../plugins/clock/clock-dialog.glade.h:26
+#: ../plugins/clock/clock-dialog.glade.h:25
 msgid _Layout:
 msgstr T_ype :
 
-#: ../plugins/clock/clock-dialog.glade.h:27
-msgid _Set
-msgstr Fixer
-
-#: ../plugins/clock/clock-dialog.glade.h:28
+#: ../plugins/clock/clock-dialog.glade.h:26
 msgid _Tooltip format:
 msgstr _Bulle d'aide :
 
@@ -1873,6 +1865,20 @@ msgstr Menu des fenêtres
 msgid Switch between open windows using a menu
 msgstr Circuler parmi les fenêtres ouvertes en utilisant un menu
 
+#~ 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 
+#~ 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.
+
+#~ msgid Time:
+#~ msgstr Heure :
+
+#~ msgid _Set
+#~ msgstr Fixer
+
 #~ msgid L_ock Screen
 #~ msgstr _Verrouiller l'écran
 

[Xfce4-commits] xfce4-panel:nick/gtk3 Add completion for zoneinfo names.

2013-04-07 Thread Nick Schermer
Updating branch refs/heads/nick/gtk3
 to 45f8b8fbd93ac3ca5b0d150e23b87846e7599c6a (commit)
   from 77f629dfc33cc5cc2a6c7075d797e7fd04e9c8e5 (commit)

commit 45f8b8fbd93ac3ca5b0d150e23b87846e7599c6a
Author: Nick Schermer n...@xfce.org
Date:   Tue Mar 19 20:30:50 2013 +0100

Add completion for zoneinfo names.

Unser the assumption this is located in /usr/share/zoneinfo.

 plugins/clock/clock.c |   92 -
 1 files changed, 91 insertions(+), 1 deletions(-)

diff --git a/plugins/clock/clock.c b/plugins/clock/clock.c
index 992d7bb..f84b377 100644
--- a/plugins/clock/clock.c
+++ b/plugins/clock/clock.c
@@ -49,6 +49,8 @@
 /* e.g. time-admin */
 #define DEFAULT_TIME_CONFIG_TOOL time-admin
 
+#define ZONEINFO_DIR /usr/share/zoneinfo/
+
 
 
 static void clock_plugin_get_property  (GObject   
*object,
@@ -159,6 +161,7 @@ typedef struct
 {
   ClockPlugin *plugin;
   GtkBuilder  *builder;
+  guintzonecompletion_idle;
 }
 ClockPluginDialog;
 
@@ -817,7 +820,12 @@ clock_plugin_configure_plugin_chooser_fill (ClockPlugin 
*plugin,
 static void
 clock_plugin_configure_plugin_free (gpointer user_data)
 {
-  g_slice_free (ClockPluginDialog, user_data);
+  ClockPluginDialog *dialog = user_data;
+
+  if (dialog-zonecompletion_idle != 0)
+g_source_remove (dialog-zonecompletion_idle);
+
+  g_slice_free (ClockPluginDialog, dialog);
 }
 
 
@@ -860,6 +868,85 @@ clock_plugin_configure_run_config_tool (GtkWidget   
*button,
 
 
 static void
+clock_plugin_configure_zoneinfo_model_insert (GtkListStore *store,
+  const gchar  *parent)
+{
+  gchar   *filename;
+  GtkTreeIter  iter;
+  GDir*dir;
+  const gchar *name;
+  gsizedirlen = strlen (ZONEINFO_DIR);
+
+  panel_return_if_fail (GTK_IS_LIST_STORE (store));
+
+  dir = g_dir_open (parent, 0, NULL);
+  if (dir == NULL)
+return;
+
+  for (;;)
+{
+  name = g_dir_read_name (dir);
+  if (name == NULL)
+break;
+
+  filename = g_build_filename (parent, name, NULL);
+
+  if (g_file_test (filename, G_FILE_TEST_IS_DIR))
+{
+  clock_plugin_configure_zoneinfo_model_insert (store, filename);
+}
+  else
+{
+  gtk_list_store_append (store, iter);
+  gtk_list_store_set (store, iter, 0, filename + dirlen, -1);
+}
+
+  g_free (filename);
+}
+
+  g_dir_close (dir);
+}
+
+
+
+static gboolean
+clock_plugin_configure_zoneinfo_model (gpointer data)
+{
+  ClockPluginDialog  *dialog = data;
+  GtkEntryCompletion *completion;
+  GtkListStore   *store;
+  GObject*object;
+
+  GDK_THREADS_ENTER ();
+
+  dialog-zonecompletion_idle = 0;
+
+  object = gtk_builder_get_object (dialog-builder, timezone-name);
+  panel_return_val_if_fail (GTK_IS_ENTRY (object), FALSE);
+
+  /* build timezone model */
+  store = gtk_list_store_new (1, G_TYPE_STRING);
+  clock_plugin_configure_zoneinfo_model_insert (store, ZONEINFO_DIR);
+  gtk_tree_sortable_set_sort_column_id (GTK_TREE_SORTABLE (store), 0, 
GTK_SORT_ASCENDING);
+
+  completion = gtk_entry_completion_new ();
+  gtk_entry_completion_set_model (completion, GTK_TREE_MODEL (store));
+  g_object_unref (G_OBJECT (store));
+
+  gtk_entry_set_completion (GTK_ENTRY (object), completion);
+  gtk_entry_completion_set_popup_single_match (completion, TRUE);
+  gtk_entry_completion_set_text_column (completion, 0);
+
+  g_object_unref (G_OBJECT (completion));
+
+  GDK_THREADS_LEAVE ();
+
+  return FALSE;
+}
+
+
+
+static void
 clock_plugin_configure_plugin (XfcePanelPlugin *panel_plugin)
 {
   ClockPlugin   *plugin = XFCE_CLOCK_PLUGIN (panel_plugin);
@@ -896,6 +983,9 @@ clock_plugin_configure_plugin (XfcePanelPlugin 
*panel_plugin)
   exo_mutual_binding_new (G_OBJECT (plugin-time), timezone,
   G_OBJECT (object), text);
 
+  /* idle add the zone completion */
+  dialog-zonecompletion_idle = g_idle_add 
(clock_plugin_configure_zoneinfo_model, dialog);
+
   object = gtk_builder_get_object (builder, mode);
   g_signal_connect_data (G_OBJECT (object), changed,
   G_CALLBACK (clock_plugin_configure_plugin_mode_changed), dialog,
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-04-07 Thread Transifex
Updating branch refs/heads/nick/gtk3
 to 2de6386ad6f428f49775735e0c717f9a29f1d357 (commit)
   from 0ec67de008acd78943fc0b436b33b24e120ecc02 (commit)

commit 2de6386ad6f428f49775735e0c717f9a29f1d357
Author: Baurzhan Muftakhidinov baurthefi...@gmail.com
Date:   Wed Mar 20 17:40:54 2013 +0100

l10n: Updated Kazakh (kk) translation to 100%

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

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

 po/kk.po |   59 ---
 1 files changed, 32 insertions(+), 27 deletions(-)

diff --git a/po/kk.po b/po/kk.po
index 6ee313b..c515f01 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: 2013-03-04 16:03+\n
+POT-Creation-Date: 2013-03-20 11:54+\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
@@ -934,7 +934,7 @@ msgstr Таңбашаны таңдаңыз
 
 #: ../plugins/applicationsmenu/applicationsmenu.c:603
 #: ../plugins/applicationsmenu/applicationsmenu.c:844
-#: ../plugins/clock/clock.c:852 ../plugins/launcher/launcher.c:2308
+#: ../plugins/clock/clock.c:865 ../plugins/launcher/launcher.c:2308
 #, c-format
 msgid Failed to execute command \%s\.
 msgstr \%s\ командасын орындау сәтсіз аяқталды
@@ -981,15 +981,15 @@ msgstr Курсор тұрған орындағы қалқымалы мәзір
 msgid Show help options
 msgstr Көмек опцияларын көрсету
 
-#: ../plugins/clock/clock.c:167
+#: ../plugins/clock/clock.c:174
 msgid Week %V
 msgstr Апта %V
 
-#: ../plugins/clock/clock.c:450
+#: ../plugins/clock/clock.c:457
 msgid Failed to execute clock command
 msgstr Clock командасын орындау сәтсіз аяқталды
 
-#: ../plugins/clock/clock.c:797
+#: ../plugins/clock/clock.c:807
 msgid Custom Format
 msgstr Таңдауыңызша пішім
 
@@ -1046,9 +1046,11 @@ msgstr LCD
 
 #: ../plugins/clock/clock-dialog.glade.h:15
 msgid 
-Name of the timezone matching the system's timezone database. Leave empty to 
-revert to the local time.
-msgstr Жүйелік уақыт белдеулер дерекқорына сәйкес уақыт белдеуінің атауы. 
Жергілікті уақытқа қайтару үшін бос қалдырыңыз.
+Name of a timezone corresponding a file in the zoneinfo database, for 
+example \America/New_York\. Leave empty to use the localtime.
+msgstr 
+Жүйелік уақыт белдеулер дерекқорына сәйкес уақыт белдеуінің атауы. 
+Жергілікті уақытқа қайтару үшін бос қалдырыңыз.
 
 #: ../plugins/clock/clock-dialog.glade.h:16
 msgid Sho_w AM/PM
@@ -1062,13 +1064,7 @@ msgstr Белсен_ді емес нүстелерді көрсету
 msgid Show gri_d
 msgstr _Торды көрсету
 
-#: ../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
+#: ../plugins/clock/clock-dialog.glade.h:20
 #, no-c-format
 msgid 
 The format describes the date and time parts to insert into the panel. For 
@@ -1080,31 +1076,27 @@ msgstr 
 ағымдағы жылмен, %m аймен ал %d күнмен алмастырылады. Көбірек білу үшін, 
 date утилитасының құжаттамасын оқыңыз.
 
-#: ../plugins/clock/clock-dialog.glade.h:22
+#: ../plugins/clock/clock-dialog.glade.h:21
 msgid Time Settings
 msgstr Уақыт баптаулары
 
-#: ../plugins/clock/clock-dialog.glade.h:23
-msgid Time:
-msgstr Уақыт:
+#: ../plugins/clock/clock-dialog.glade.h:22
+msgid Time and Date _Settings...
+msgstr Уақыт және күн ба_птаулары...
 
-#: ../plugins/clock/clock-dialog.glade.h:24
+#: ../plugins/clock/clock-dialog.glade.h:23
 msgid Time_zone:
 msgstr Уақыт _белдеуі:
 
-#: ../plugins/clock/clock-dialog.glade.h:25
+#: ../plugins/clock/clock-dialog.glade.h:24
 msgid True _binary clock
 msgstr Шын _бинарлы сағат
 
-#: ../plugins/clock/clock-dialog.glade.h:26
+#: ../plugins/clock/clock-dialog.glade.h:25
 msgid _Layout:
 msgstr _Жайма:
 
-#: ../plugins/clock/clock-dialog.glade.h:27
-msgid _Set
-msgstr _Орнату
-
-#: ../plugins/clock/clock-dialog.glade.h:28
+#: ../plugins/clock/clock-dialog.glade.h:26
 msgid _Tooltip format:
 msgstr _Хабарлама пішімі:
 
@@ -1840,6 +1832,19 @@ msgstr Терезелер мәзірі
 msgid Switch between open windows using a menu
 msgstr Ашық терезелер арасында мәзір арқылы ауысу
 
+#~ 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 
+#~ Жүйелік уақыт пен күнді орнату үшін сайманды іске қосу. Егер батырма сұр 
+#~ түспен боялған болса, оны дұрыс баптау туралы \Көмек\ парағынан оқыңыз.
+
+#~ msgid Time:
+#~ msgstr Уақыт:
+
+#~ msgid _Set
+#~ msgstr _Орнату
+
 #~ msgid _Read Online
 #~ msgstr _Интернеттен оқу
 

[Xfce4-commits] xfce4-panel:nick/gtk3 l10n: Updated Serbian (sr) translation to 100%

2013-04-07 Thread Transifex
Updating branch refs/heads/nick/gtk3
 to 0ec67de008acd78943fc0b436b33b24e120ecc02 (commit)
   from 005684459638da0354426867cb1b0d6379902954 (commit)

commit 0ec67de008acd78943fc0b436b33b24e120ecc02
Author: Саша Петровић salepetron...@gmail.com
Date:   Wed Mar 20 13:25:03 2013 +0100

l10n: Updated Serbian (sr) translation to 100%

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

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

 po/sr.po |  290 +-
 1 files changed, 192 insertions(+), 98 deletions(-)

diff --git a/po/sr.po b/po/sr.po
index 96e4b0f..db18c27 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -1,11 +1,11 @@
 # salepetronije salepetron...@gmail.com, 2012.
 # Саша Петровић salepetron...@gmail.com, 2013.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.8.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-03-03 13:18+\n
+POT-Creation-Date: 2013-03-20 11:54+\n
 PO-Revision-Date: 2013-03-05 15:09+0100\n
 Last-Translator: Саша Петровић salepetron...@gmail.com\n
 Language-Team: српски \n
@@ -16,8 +16,11 @@ msgstr 
 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
 
 #: ../panel-desktop-handler.desktop.in.h:1
-msgid Add a new launcher to the panel based on the information of this 
desktop file
-msgstr Додајте нови покретач на полицу на основу података о овој датотеци 
радне површи
+msgid 
+Add a new launcher to the panel based on the information of this desktop file
+msgstr 
+Додајте нови покретач на полицу на основу података о овој датотеци радне 
+површи
 
 #: ../panel-desktop-handler.desktop.in.h:2
 msgid Create Launcher on the panel
@@ -28,8 +31,7 @@ msgid Customize the panel
 msgstr Прилагодите полицу
 
 #: ../panel-preferences.desktop.in.h:2
-#: ../panel/panel-preferences-dialog.glade.h:29
-#: ../panel/panel-window.c:2353
+#: ../panel/panel-preferences-dialog.glade.h:29 ../panel/panel-window.c:2353
 #: ../migrate/main.c:117
 msgid Panel
 msgstr полица
@@ -56,20 +58,17 @@ msgid Pane_l
 msgstr полиц_а
 
 #. add new items
-#: ../libxfce4panel/xfce-panel-plugin.c:1244
-#: ../panel/panel-window.c:2365
+#: ../libxfce4panel/xfce-panel-plugin.c:1244 ../panel/panel-window.c:2365
 msgid Add _New Items...
 msgstr Додај _нове ставке...
 
 #. customize panel
-#: ../libxfce4panel/xfce-panel-plugin.c:1255
-#: ../panel/panel-window.c:2376
+#: ../libxfce4panel/xfce-panel-plugin.c:1255 ../panel/panel-window.c:2376
 msgid Panel Pr_eferences...
 msgstr По_дешавања полице...
 
 #. logout item
-#: ../libxfce4panel/xfce-panel-plugin.c:1272
-#: ../panel/panel-window.c:2404
+#: ../libxfce4panel/xfce-panel-plugin.c:1272 ../panel/panel-window.c:2404
 msgid Log _Out
 msgstr Одја_ва
 
@@ -77,8 +76,7 @@ msgstr Одја_ва
 msgid Show the 'Panel Preferences' dialog
 msgstr Приказује прозорче „Особине полице“
 
-#: ../panel/main.c:79
-#: ../panel/main.c:80
+#: ../panel/main.c:79 ../panel/main.c:80
 msgid PANEL-NUMBER
 msgstr БРОЈ-полицЕ
 
@@ -174,11 +172,15 @@ msgid Failed to send D-Bus message
 msgstr Нисам успео да пошаљем поруку Д-сабирнице
 
 #: ../panel/main.c:400
-msgid Do you want to start the panel? If you do, make sure you save the 
session on logout, so the panel is automatically started the next time you 
login.
-msgstr Да ли желите да покренете полицу? Ако желите, будите сигурни да сте 
сачували сесију приликом одјављивања, тако да би полица била самостално 
покренута када се следећи пут пријавите.
+msgid 
+Do you want to start the panel? If you do, make sure you save the session on 
+logout, so the panel is automatically started the next time you login.
+msgstr 
+Да ли желите да покренете полицу? Ако желите, будите сигурни да сте сачували 
+сесију приликом одјављивања, тако да би полица била самостално покренута 
+када се следећи пут пријавите.
 
-#: ../panel/main.c:403
-#: ../panel/main.c:417
+#: ../panel/main.c:403 ../panel/main.c:417
 #, c-format
 msgid No running instance of %s was found
 msgstr Није пронађен покренути примерак %s
@@ -192,8 +194,12 @@ msgid Create _Launcher
 msgstr Направи _покретач
 
 #: ../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 Ово ће направити нови прикључак покретача на полици и убацити спуштене 
датотеке као ставке изборника.
+msgid 
+This will create a new launcher plugin on the panel and inserts the dropped 
+files as menu items.
+msgstr 
+Ово ће направити нови прикључак покретача на полици и убацити спуштене 
+датотеке као ставке изборника.
 
 #: ../panel/panel-application.c:985
 #, c-format
@@ -204,8 +210,12 @@ msgstr[1] Направи нови покретач из %d датотеке р
 msgstr[2] Направи нови покретач из %d датотека радне површи
 
 #: ../panel/panel-application.c:1725
-msgid You have started X without session manager. Clicking Quit will close 
the X server.
-msgstr Покренули сте Икс без управника сесије. Клик на 

[Xfce4-commits] xfce4-panel:nick/gtk3 l10n: Updated Polish (pl) translation to 93%

2013-04-07 Thread Transifex
Updating branch refs/heads/nick/gtk3
 to 95f4ea8b3339f6b485a5c1b7216d29a8d1264354 (commit)
   from 2de6386ad6f428f49775735e0c717f9a29f1d357 (commit)

commit 95f4ea8b3339f6b485a5c1b7216d29a8d1264354
Author: Kamil Polczak elderl...@gmail.com
Date:   Wed Mar 20 20:40:41 2013 +0100

l10n: Updated Polish (pl) translation to 93%

New status: 364 messages complete with 14 fuzzies and 13 untranslated.

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

 po/pl.po |  113 --
 1 files changed, 58 insertions(+), 55 deletions(-)

diff --git a/po/pl.po b/po/pl.po
index 265f4a4..67e7984 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,21 +7,20 @@
 # Piotr Maliński riklau...@gmail.com, 2006.
 # Szymon Kałasz szymon_maes...@gazeta.pl, 2006.
 # Piotr Sokół pso...@jabster.pl, 2009, 2010, 2011, 2012, 2013.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.10.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-03-10 11:09+\n
+POT-Creation-Date: 2013-03-20 17:15+\n
 PO-Revision-Date: 2013-03-10 14:15+0100\n
 Last-Translator: Piotr Sokół pso...@jabster.pl\n
 Language-Team: polski \n
-Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bits\n
-Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10=2  n%10=4  (n
-%10010 || n%100=20)) ? 1 : 2));\n
+Language: \n
+Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10=2  n%10=4  
(n%10010 || n%100=20)) ? 1 : 2));\n
 X-Generator: Gtranslator 2.91.5\n
 
 #: ../panel-desktop-handler.desktop.in.h:1
@@ -466,7 +465,8 @@ msgstr _Długość (%):
 msgid M_ode:
 msgstr _Układ:
 
-#. 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 Wymiary
@@ -948,7 +948,7 @@ msgstr Wybór ikony
 
 #: ../plugins/applicationsmenu/applicationsmenu.c:603
 #: ../plugins/applicationsmenu/applicationsmenu.c:844
-#: ../plugins/clock/clock.c:852 ../plugins/launcher/launcher.c:2308
+#: ../plugins/clock/clock.c:865 ../plugins/launcher/launcher.c:2308
 #, c-format
 msgid Failed to execute command \%s\.
 msgstr Nie udało się wykonać polecenia „%s”.
@@ -995,15 +995,15 @@ msgstr Wyświetla menu w bieżącym położeniu kursora myszy
 msgid Show help options
 msgstr Wypisuje komunikat pomocy
 
-#: ../plugins/clock/clock.c:167
+#: ../plugins/clock/clock.c:174
 msgid Week %V
 msgstr Tydzień %V
 
-#: ../plugins/clock/clock.c:450
+#: ../plugins/clock/clock.c:457
 msgid Failed to execute clock command
 msgstr Nie udało się wykonać polecenia zegara
 
-#: ../plugins/clock/clock.c:797
+#: ../plugins/clock/clock.c:807
 msgid Custom Format
 msgstr Własny
 
@@ -1040,7 +1040,8 @@ msgstr _Sekundy
 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 Stopień _rozmycia:
@@ -1058,9 +1059,10 @@ msgid LCD
 msgstr LCD
 
 #: ../plugins/clock/clock-dialog.glade.h:15
+#, fuzzy
 msgid 
-Name of the timezone matching the system's timezone database. Leave empty to 
-revert to the local time.
+Name of a timezone corresponding a file in the zoneinfo database, for 
+example \America/New_York\. Leave empty to use the localtime.
 msgstr 
 Określa nazwę strefy czasowej pochodzącej z systemowej bazy danych. Proszę 
 pozostawić puste pole, aby użyć lokalnej strefy czasowej.
@@ -1077,16 +1079,7 @@ msgstr _Nieaktywne punkty
 msgid Show gri_d
 msgstr _Siatka
 
-#: ../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 
-Uruchamia narzędzie służące do konfigurowania systemowego czasu i daty. 
-Jeśli przycisk jest nieaktywny, proszę sprawdzić podręcznik programu, aby 
-dowiedzieć się jak prawidłowo konfigurować czas i datę.
-
-#: ../plugins/clock/clock-dialog.glade.h:21
+#: ../plugins/clock/clock-dialog.glade.h:20
 #, no-c-format
 msgid 
 The format describes the date and time parts to insert into the panel. For 
@@ -1099,31 +1092,27 @@ msgstr 
 b/b sprawią, że wyświetlany tekst zostanie wytłuszczony. Więcej 
 informacji można znaleźć w dokumentacji programu.
 
-#: ../plugins/clock/clock-dialog.glade.h:22
+#: ../plugins/clock/clock-dialog.glade.h:21
 msgid Time Settings
 msgstr Ustawienia czasu
 
-#: ../plugins/clock/clock-dialog.glade.h:23
-msgid Time:
-msgstr Czas:
+#: ../plugins/clock/clock-dialog.glade.h:22
+msgid Time and Date _Settings...
+msgstr Ustawienia czasu i daty
 
-#: ../plugins/clock/clock-dialog.glade.h:24
+#: 

[Xfce4-commits] xfce4-panel:nick/gtk3 l10n: Updated Polish (pl) translation to 93%

2013-04-07 Thread Transifex
Updating branch refs/heads/nick/gtk3
 to 15366b7d4909fefb796264e1c7747867897d79b5 (commit)
   from 95f4ea8b3339f6b485a5c1b7216d29a8d1264354 (commit)

commit 15366b7d4909fefb796264e1c7747867897d79b5
Author: Kamil Polczak elderl...@gmail.com
Date:   Wed Mar 20 20:41:55 2013 +0100

l10n: Updated Polish (pl) translation to 93%

New status: 364 messages complete with 1 fuzzy and 26 untranslated.

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

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

diff --git a/po/pl.po b/po/pl.po
index 67e7984..7afc4f0 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -20,8 +20,8 @@ msgstr 
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bits\n
 Language: \n
-Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10=2  n%10=4  
(n%10010 || n%100=20)) ? 1 : 2));\n
 X-Generator: Gtranslator 2.91.5\n
+Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10=2  n%10=4  
(n%10010 || n%100=20)) ? 1 : 2));\n
 
 #: ../panel-desktop-handler.desktop.in.h:1
 msgid 
@@ -1151,69 +1151,69 @@ msgstr Późny wieczór
 #. I18N: %0 will be replaced with the preceding hour, %1 with
 #. * the comming hour
 #: ../plugins/clock/clock-fuzzy.c:102
-#, no-c-format, fuzzy
+#, no-c-format
 msgid %0 o'clock
-msgstr %0
+msgstr 
 
 #: ../plugins/clock/clock-fuzzy.c:103
-#, no-c-format, fuzzy
+#, no-c-format
 msgid five past %0
-msgstr pięć po %0
+msgstr 
 
 #: ../plugins/clock/clock-fuzzy.c:104
-#, no-c-format, fuzzy
+#, no-c-format
 msgid ten past %0
-msgstr dziesięć po %0
+msgstr 
 
 #: ../plugins/clock/clock-fuzzy.c:105
-#, no-c-format, fuzzy
+#, no-c-format
 msgid quarter past %0
-msgstr kwadrans po %0
+msgstr 
 
 #: ../plugins/clock/clock-fuzzy.c:106
-#, no-c-format, fuzzy
+#, no-c-format
 msgid twenty past %0
-msgstr dwadzieścia po %0
+msgstr 
 
 #: ../plugins/clock/clock-fuzzy.c:107
-#, no-c-format, fuzzy
+#, no-c-format
 msgid twenty five past %0
-msgstr dwadzieścia po %0
+msgstr 
 
 #: ../plugins/clock/clock-fuzzy.c:108
-#, no-c-format, fuzzy
+#, no-c-format
 msgid half past %0
-msgstr w pół do %1
+msgstr 
 
 #: ../plugins/clock/clock-fuzzy.c:109
-#, no-c-format, fuzzy
+#, no-c-format
 msgid twenty five to %1
-msgstr za dwadzieścia pięć %1
+msgstr 
 
 #: ../plugins/clock/clock-fuzzy.c:110
-#, no-c-format, fuzzy
+#, no-c-format
 msgid twenty to %1
-msgstr za dwadzieścia %1
+msgstr 
 
 #: ../plugins/clock/clock-fuzzy.c:111
-#, no-c-format, fuzzy
+#, no-c-format
 msgid quarter to %1
-msgstr za kwadrans %1
+msgstr 
 
 #: ../plugins/clock/clock-fuzzy.c:112
-#, no-c-format, fuzzy
+#, no-c-format
 msgid ten to %1
-msgstr za dziesięć %1
+msgstr 
 
 #: ../plugins/clock/clock-fuzzy.c:113
-#, no-c-format, fuzzy
+#, no-c-format
 msgid five to %1
-msgstr za pięć %1
+msgstr 
 
 #: ../plugins/clock/clock-fuzzy.c:114
-#, no-c-format, fuzzy
+#, no-c-format
 msgid %1 o'clock
-msgstr %1
+msgstr 
 
 #. I18N: some languages have a singular form for the first hour,
 #. * other languages should just use the same strings as above
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:nick/gtk3 l10n: Updated Italian (it) translation to 100%

2013-04-07 Thread Transifex
Updating branch refs/heads/nick/gtk3
 to 43e142830cb10a7cd056df72a84e567e69ce7441 (commit)
   from 15366b7d4909fefb796264e1c7747867897d79b5 (commit)

commit 43e142830cb10a7cd056df72a84e567e69ce7441
Author: Edoardo Maria Elidoro edoardo.elid...@gmail.com
Date:   Thu Mar 21 15:24:17 2013 +0100

l10n: Updated Italian (it) translation to 100%

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

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

 po/it.po |   60 +---
 1 files changed, 33 insertions(+), 27 deletions(-)

diff --git a/po/it.po b/po/it.po
index 26bdde2..3c01701 100644
--- a/po/it.po
+++ b/po/it.po
@@ -9,7 +9,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-03-06 10:51+\n
+POT-Creation-Date: 2013-03-21 09:18+\n
 PO-Revision-Date: 2011-10-29 12:18+0100\n
 Last-Translator: Cristian Marchi cri.pe...@gmail.com\n
 Language-Team: Italian Translation Team 
xfce-it-translat...@googlegroups.com\n
@@ -991,7 +991,7 @@ msgstr Selezionare un'icona
 
 #: ../plugins/applicationsmenu/applicationsmenu.c:603
 #: ../plugins/applicationsmenu/applicationsmenu.c:844
-#: ../plugins/clock/clock.c:852 ../plugins/launcher/launcher.c:2308
+#: ../plugins/clock/clock.c:865 ../plugins/launcher/launcher.c:2308
 #, c-format
 msgid Failed to execute command \%s\.
 msgstr Impossibile eseguire il comando \%s\.
@@ -1038,15 +1038,15 @@ msgstr Fa comparire il menu nell'attuale posizione del 
mouse
 msgid Show help options
 msgstr Visualizza le opzioni dell'aiuto
 
-#: ../plugins/clock/clock.c:167
+#: ../plugins/clock/clock.c:174
 msgid Week %V
 msgstr Settimana %V
 
-#: ../plugins/clock/clock.c:450
+#: ../plugins/clock/clock.c:457
 msgid Failed to execute clock command
 msgstr Esecuzione del comando clock non riuscita
 
-#: ../plugins/clock/clock.c:797
+#: ../plugins/clock/clock.c:807
 msgid Custom Format
 msgstr Formato personalizzato
 
@@ -1103,9 +1103,11 @@ msgstr LCD
 
 #: ../plugins/clock/clock-dialog.glade.h:15
 msgid 
-Name of the timezone matching the system's timezone database. Leave empty to 
-revert to the local time.
-msgstr Nome del fuso orario corrispondente al database dei fusi orari di 
sistema. Lasciare vuoto per tornare all'ora locale.
+Name of a timezone corresponding a file in the zoneinfo database, for 
+example \America/New_York\. Leave empty to use the localtime.
+msgstr 
+Nome del fuso orario corrispondente al database dei fusi orari di sistema. 
+Lasciare vuoto per tornare all'ora locale.
 
 #: ../plugins/clock/clock-dialog.glade.h:16
 msgid Sho_w AM/PM
@@ -1119,13 +1121,7 @@ msgstr Mostra i punti inatti_vi
 msgid Show gri_d
 msgstr Mostra g_riglia
 
-#: ../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 Avvia uno strumento per l'impostazione di data e orario. Se il 
pulsante non è selezionabile, consultare la pagina \aiuto\ per le 
informazioni su come confgurarlo correttamente.
-
-#: ../plugins/clock/clock-dialog.glade.h:21
+#: ../plugins/clock/clock-dialog.glade.h:20
 #, no-c-format
 msgid 
 The format describes the date and time parts to insert into the panel. For 
@@ -1138,31 +1134,27 @@ msgstr 
 Consultare la documentazione dell'utility della data per maggiori 
 informazioni.
 
-#: ../plugins/clock/clock-dialog.glade.h:22
+#: ../plugins/clock/clock-dialog.glade.h:21
 msgid Time Settings
 msgstr Impostazione orario
 
-#: ../plugins/clock/clock-dialog.glade.h:23
-msgid Time:
-msgstr Ora:
+#: ../plugins/clock/clock-dialog.glade.h:22
+msgid Time and Date _Settings...
+msgstr Impostazione Data e Ora
 
-#: ../plugins/clock/clock-dialog.glade.h:24
+#: ../plugins/clock/clock-dialog.glade.h:23
 msgid Time_zone:
 msgstr _Fuso orario:
 
-#: ../plugins/clock/clock-dialog.glade.h:25
+#: ../plugins/clock/clock-dialog.glade.h:24
 msgid True _binary clock
 msgstr Orologio _binario accurato
 
-#: ../plugins/clock/clock-dialog.glade.h:26
+#: ../plugins/clock/clock-dialog.glade.h:25
 msgid _Layout:
 msgstr _Tipo:
 
-#: ../plugins/clock/clock-dialog.glade.h:27
-msgid _Set
-msgstr I_mposta
-
-#: ../plugins/clock/clock-dialog.glade.h:28
+#: ../plugins/clock/clock-dialog.glade.h:26
 msgid _Tooltip format:
 msgstr Formato del su_ggerimento:
 
@@ -1905,6 +1897,20 @@ msgstr Menu delle finestre
 msgid Switch between open windows using a menu
 msgstr Scorre tra le finestre aperte utilizzando un menu
 
+#~ 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 
+#~ Avvia uno strumento per l'impostazione di data e orario. Se il pulsante 
+#~ non è selezionabile, consultare la pagina \aiuto\ per le informazioni 
+#~ su come confgurarlo correttamente.
+
+#~ msgid Time:
+#~ msgstr Ora:
+
+#~ msgid _Set

[Xfce4-commits] xfce4-panel:nick/gtk3 Only use names from the /posix directory.

2013-04-07 Thread Nick Schermer
Updating branch refs/heads/nick/gtk3
 to 005684459638da0354426867cb1b0d6379902954 (commit)
   from 45f8b8fbd93ac3ca5b0d150e23b87846e7599c6a (commit)

commit 005684459638da0354426867cb1b0d6379902954
Author: Nick Schermer n...@xfce.org
Date:   Tue Mar 19 20:54:57 2013 +0100

Only use names from the /posix directory.

This does not mean we also enforce posix timezones,
users can prepend that them selfs if they want, its
just about avoiding duplicate names.

 plugins/clock/clock.c |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/plugins/clock/clock.c b/plugins/clock/clock.c
index f84b377..1d82600 100644
--- a/plugins/clock/clock.c
+++ b/plugins/clock/clock.c
@@ -49,7 +49,9 @@
 /* e.g. time-admin */
 #define DEFAULT_TIME_CONFIG_TOOL time-admin
 
-#define ZONEINFO_DIR /usr/share/zoneinfo/
+/* Use the posix directory for the names. If people want a time based on posix 
or
+ * right time, they can prepend that manually in the entry */
+#define ZONEINFO_DIR /usr/share/zoneinfo/posix/
 
 
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:nick/gtk3 l10n: Updated Spanish (Castilian) (es) translation to 100%

2013-04-07 Thread Transifex
Updating branch refs/heads/nick/gtk3
 to dca7371e96c70f46f15db3addfca487f703532f4 (commit)
   from 43e142830cb10a7cd056df72a84e567e69ce7441 (commit)

commit dca7371e96c70f46f15db3addfca487f703532f4
Author: Pablo Roberto Francisco Lezaeta Reyes prfl...@gmail.com
Date:   Fri Mar 22 23:52:57 2013 +0100

l10n: Updated Spanish (Castilian) (es) translation to 100%

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

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

 po/es.po |  161 ++
 1 files changed, 89 insertions(+), 72 deletions(-)

diff --git a/po/es.po b/po/es.po
index 005e94c..9768330 100644
--- a/po/es.po
+++ b/po/es.po
@@ -9,7 +9,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-04-24 14:57+\n
+POT-Creation-Date: 2013-03-22 22:45+\n
 PO-Revision-Date: 2012-04-16 23:22-0600\n
 Last-Translator: Sergio oigres...@gmail.com\n
 Language-Team: Spanish/ES xfce-i...@xfce.org\n
@@ -188,15 +188,15 @@ msgstr 
 msgid No running instance of %s was found
 msgstr No se encontró ninguna instancia de %s en ejecución
 
-#: ../panel/panel-application.c:212
+#: ../panel/panel-application.c:216
 msgid Failed to launch the migration application
 msgstr Fallo al lanzar la aplicación de migración
 
-#: ../panel/panel-application.c:953
+#: ../panel/panel-application.c:982
 msgid Create _Launcher
 msgstr Crear _Lanzador
 
-#: ../panel/panel-application.c:954
+#: ../panel/panel-application.c:983
 msgid 
 This will create a new launcher plugin on the panel and inserts the dropped 
 files as menu items.
@@ -204,14 +204,14 @@ msgstr 
 Esto creará un nuevo complemento de lanzador en el panel e inserta los 
 archivos soltados como elementos del menú.
 
-#: ../panel/panel-application.c:956
+#: ../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] Crear un nuevo lanzador a partir del archivo %d
 msgstr[1] Crear un nuevo lanzador a partir de los archivos %d
 
-#: ../panel/panel-application.c:1690
+#: ../panel/panel-application.c:1725
 msgid 
 You have started X without session manager. Clicking Quit will close the X 
 server.
@@ -219,11 +219,11 @@ msgstr 
 Ha iniciado X sin un gestor de sesiones. Si desea cerrar el servidor X, haga 
 click en Salir.
 
-#: ../panel/panel-application.c:1691
+#: ../panel/panel-application.c:1726
 msgid Are you sure you want to quit the panel?
 msgstr ¿Está seguro de que desea eliminar el panel?
 
-#: ../panel/panel-application.c:1699
+#: ../panel/panel-application.c:1734
 #, c-format
 msgid Failed to execute command \%s\
 msgstr Fallo al ejecutar la orden \%s\
@@ -940,7 +940,7 @@ msgstr Seleccionar un icono
 
 #: ../plugins/applicationsmenu/applicationsmenu.c:603
 #: ../plugins/applicationsmenu/applicationsmenu.c:844
-#: ../plugins/launcher/launcher.c:2308
+#: ../plugins/clock/clock.c:865 ../plugins/launcher/launcher.c:2308
 #, c-format
 msgid Failed to execute command \%s\.
 msgstr Fallo al ejecutar la orden \%s\.
@@ -987,15 +987,15 @@ msgstr Menú emergente en la posición actual del menú
 msgid Show help options
 msgstr Mostrar opciones de ayuda
 
-#: ../plugins/clock/clock.c:146
+#: ../plugins/clock/clock.c:174
 msgid Week %V
 msgstr Semana %V
 
-#: ../plugins/clock/clock.c:407
+#: ../plugins/clock/clock.c:457
 msgid Failed to execute clock command
 msgstr Fallo al ejecutar el comando de reloj
 
-#: ../plugins/clock/clock.c:729
+#: ../plugins/clock/clock.c:807
 msgid Custom Format
 msgstr Formato personalizado
 
@@ -1051,13 +1051,14 @@ msgid LCD
 msgstr LCD
 
 #: ../plugins/clock/clock-dialog.glade.h:15
-msgid Sho_w AM/PM
-msgstr Mostrar _AM/PM
+msgid 
+Name of a timezone corresponding a file in the zoneinfo database, for 
+example \America/New_York\. Leave empty to use the localtime.
+msgstr Nombre de una zona horaria que corresponde un archivo en la base de 
datos de información de zonas, por ejemplo \\ \América/New_York \. Dejar en 
blanco para usar el tiempo local.
 
 #: ../plugins/clock/clock-dialog.glade.h:16
-#: ../plugins/systray/systray-dialog.glade.h:5
-msgid Show _frame
-msgstr Mostrar _marco
+msgid Sho_w AM/PM
+msgstr Mostrar _AM/PM
 
 #: ../plugins/clock/clock-dialog.glade.h:17
 msgid Show _inactive dots
@@ -1072,249 +1073,261 @@ msgstr Mostrar re_jilla
 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 
 El formato describe la fecha y partes de la hora a insertar en el nombre de 
 un archivo. Por ejemplo, %Y se sustituirá por el año, %m por el mes y %d por 
 el día. Vea la documentación de la utilidad de 

[Xfce4-commits] xfce4-panel:nick/gtk3 l10n: Updated Ukrainian (uk) translation to 100%

2013-04-07 Thread Transifex
Updating branch refs/heads/nick/gtk3
 to 4c7b8710f8328f33febc9125b8dabaa648131748 (commit)
   from 23a47644c37178e65c1abca115a8d3a488ec72c2 (commit)

commit 4c7b8710f8328f33febc9125b8dabaa648131748
Author: Yarema aka Knedlyk yupad...@gmail.com
Date:   Sat Mar 23 20:48:33 2013 +0100

l10n: Updated Ukrainian (uk) translation to 100%

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

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

 po/uk.po |   59 ---
 1 files changed, 32 insertions(+), 27 deletions(-)

diff --git a/po/uk.po b/po/uk.po
index 8f9d486..4fa371f 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -8,7 +8,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-03-08 11:00+\n
+POT-Creation-Date: 2013-03-23 14:48+\n
 PO-Revision-Date: 2009-01-26 15:54+0200\n
 Last-Translator: Dmitry Nikitin luckas...@mail.ru\n
 Language-Team: Ukrainian xfce4-...@xfce.org\n
@@ -941,7 +941,7 @@ msgstr Вибрати значок
 
 #: ../plugins/applicationsmenu/applicationsmenu.c:603
 #: ../plugins/applicationsmenu/applicationsmenu.c:844
-#: ../plugins/clock/clock.c:852 ../plugins/launcher/launcher.c:2308
+#: ../plugins/clock/clock.c:865 ../plugins/launcher/launcher.c:2308
 #, c-format
 msgid Failed to execute command \%s\.
 msgstr Не вдається виконати команду \%s\.
@@ -988,15 +988,15 @@ msgstr Спливаюче меню в позиції вказівника ми
 msgid Show help options
 msgstr Показати опції допомоги
 
-#: ../plugins/clock/clock.c:167
+#: ../plugins/clock/clock.c:174
 msgid Week %V
 msgstr Тиждень %V
 
-#: ../plugins/clock/clock.c:450
+#: ../plugins/clock/clock.c:457
 msgid Failed to execute clock command
 msgstr Не вдалось виконати команду годинника
 
-#: ../plugins/clock/clock.c:797
+#: ../plugins/clock/clock.c:807
 msgid Custom Format
 msgstr Довільний формат
 
@@ -1053,9 +1053,11 @@ msgstr Рідкокристалічний
 
 #: ../plugins/clock/clock-dialog.glade.h:15
 msgid 
-Name of the timezone matching the system's timezone database. Leave empty to 
-revert to the local time.
-msgstr Назва часової зони, що співпадає з часовою зоною системи. Залишити 
порожнім для використання локального часу.
+Name of a timezone corresponding a file in the zoneinfo database, for 
+example \America/New_York\. Leave empty to use the localtime.
+msgstr 
+Назва часової зони, що співпадає з часовою зоною системи. Залишити порожнім 
+для використання локального часу.
 
 #: ../plugins/clock/clock-dialog.glade.h:16
 msgid Sho_w AM/PM
@@ -1069,13 +1071,7 @@ msgstr Показати _неактивні крапки
 msgid Show gri_d
 msgstr Показувати розділю_вач
 
-#: ../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
+#: ../plugins/clock/clock-dialog.glade.h:20
 #, no-c-format
 msgid 
 The format describes the date and time parts to insert into the panel. For 
@@ -1087,31 +1083,27 @@ msgstr 
 Наприклад, %Y буде замінятись роком, %m - місяцем і %d - днем. Дивіться 
 документацію утиліти дати для додаткової інформації.
 
-#: ../plugins/clock/clock-dialog.glade.h:22
+#: ../plugins/clock/clock-dialog.glade.h:21
 msgid Time Settings
 msgstr Налаштування часу
 
-#: ../plugins/clock/clock-dialog.glade.h:23
-msgid Time:
-msgstr Час:
+#: ../plugins/clock/clock-dialog.glade.h:22
+msgid Time and Date _Settings...
+msgstr Налаштування часу та _дати...
 
-#: ../plugins/clock/clock-dialog.glade.h:24
+#: ../plugins/clock/clock-dialog.glade.h:23
 msgid Time_zone:
 msgstr Часова _зона
 
-#: ../plugins/clock/clock-dialog.glade.h:25
+#: ../plugins/clock/clock-dialog.glade.h:24
 msgid True _binary clock
 msgstr Справжній _двійковий годинник
 
-#: ../plugins/clock/clock-dialog.glade.h:26
+#: ../plugins/clock/clock-dialog.glade.h:25
 msgid _Layout:
 msgstr Розкла_дка:
 
-#: ../plugins/clock/clock-dialog.glade.h:27
-msgid _Set
-msgstr _Налаштування
-
-#: ../plugins/clock/clock-dialog.glade.h:28
+#: ../plugins/clock/clock-dialog.glade.h:26
 msgid _Tooltip format:
 msgstr Формат спливаючого повідомл_ення:
 
@@ -1851,6 +1843,19 @@ msgstr Меню вікна
 msgid Switch between open windows using a menu
 msgstr Перемикатись між відкритими вікнами використовуючи меню
 
+#~ 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 
+#~ Запускає утиліту для налаштування системного часу та дати. Якщо кнопка 
+#~ неактивна, перевірте сторінку допомоги  для правильної конфігурації.
+
+#~ msgid Time:
+#~ msgstr Час:
+
+#~ msgid _Set
+#~ msgstr _Налаштування
+
 #~ msgid _Read Online
 #~ msgstr Переглянути інтера_ктивно
 

[Xfce4-commits] xfce4-panel:nick/gtk3 l10n: Updated Korean (ko) translation to 100%

2013-04-07 Thread Transifex
Updating branch refs/heads/nick/gtk3
 to b1c82eefd10c132b952252782db4fcaa8edeb6fe (commit)
   from 4c7b8710f8328f33febc9125b8dabaa648131748 (commit)

commit b1c82eefd10c132b952252782db4fcaa8edeb6fe
Author: Seong-ho Cho darkcircle.0...@gmail.com
Date:   Sun Mar 24 16:06:28 2013 +0100

l10n: Updated Korean (ko) translation to 100%

New status: 391 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 28ddf08..8cd06ab 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -210,7 +210,7 @@ msgstr 패널에 새 실행 아이콘 플러그인을 만들고 파일을 메
 #, c-format
 msgid Create new launcher from %d desktop file
 msgid_plural Create new launcher from %d desktop files
-msgstr[0] %d개의 데스크톱 파일에 대한 새 실행 아이콘 만들기
+msgstr[0] 데스크톱 파일 %d개에 대한 새 실행 아이콘 만들기
 
 #: ../panel/panel-application.c:1725
 msgid 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:nick/gtk3 l10n: Updated Indonesian (id) translation to 100%

2013-04-07 Thread Transifex
Updating branch refs/heads/nick/gtk3
 to 23a47644c37178e65c1abca115a8d3a488ec72c2 (commit)
   from dca7371e96c70f46f15db3addfca487f703532f4 (commit)

commit 23a47644c37178e65c1abca115a8d3a488ec72c2
Author: Ardjuna asyur...@gmail.com
Date:   Sat Mar 23 16:29:03 2013 +0100

l10n: Updated Indonesian (id) translation to 100%

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

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

 po/id.po |  259 +-
 1 files changed, 139 insertions(+), 120 deletions(-)

diff --git a/po/id.po b/po/id.po
index 5aea9d0..3c91976 100644
--- a/po/id.po
+++ b/po/id.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-13 06:09+\n
+POT-Creation-Date: 2013-03-23 14:48+\n
 PO-Revision-Date: 2012-03-18 10:01+0700\n
 Last-Translator: Andhika Padmawan andhika.padma...@gmail.com\n
 Language-Team: Indonesian translation-team...@lists.sourceforge.net\n
@@ -39,13 +39,13 @@ msgstr Panel
 
 #. 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 Anda yakin ingin menghapus '%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 Item yang anda hapus dari panel akan dibuang secara permanen.
 
@@ -186,27 +186,29 @@ msgstr 
 msgid No running instance of %s was found
 msgstr Tidak ada instansi %s berjalan yang ditemukan
 
-#: ../panel/panel-application.c:215
+#: ../panel/panel-application.c:216
 msgid Failed to launch the migration application
 msgstr Gagal meluncurkan aplikasi migrasi
 
-#: ../panel/panel-application.c:955
+#: ../panel/panel-application.c:982
 msgid Create _Launcher
 msgstr Buat _Peluncur
 
-#: ../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 Ini akan membuat plugin peluncur baru di panel dan memasukkan berkas 
yang ditaruh sebagai item menu.
+msgstr 
+Ini akan membuat plugin peluncur baru di panel dan memasukkan berkas yang 
+ditaruh sebagai item menu.
 
-#: ../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] Tambahkan peluncur baru dari %d berkas desktop
 
-#: ../panel/panel-application.c:1689
+#: ../panel/panel-application.c:1725
 msgid 
 You have started X without session manager. Clicking Quit will close the X 
 server.
@@ -214,11 +216,11 @@ msgstr 
 Anda telah menjalankan X tanpa manajer sesi. Klik Keluar akan menutup server 
 X.
 
-#: ../panel/panel-application.c:1690
+#: ../panel/panel-application.c:1726
 msgid Are you sure you want to quit the panel?
 msgstr Anda yakin anda ingin keluar panel?
 
-#: ../panel/panel-application.c:1698
+#: ../panel/panel-application.c:1734
 #, c-format
 msgid Failed to execute command \%s\
 msgstr Gagal menjalankan perintah \%s\
@@ -267,7 +269,7 @@ msgstr Tambah Item Baru
 msgid Please choose a panel for the new plugin:
 msgstr Mohon pilih sebuah panel untuk menempatkan plugin baru:
 
-#: ../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 Panel %d
@@ -319,41 +321,41 @@ msgstr 
 anda menekan tombol Eksekusi, maka panel akan mencoba untuk menjalankan 
 ulang plugin tersebut. Jika tidak, plugin akan dihilangkan dari panel.
 
-#: ../panel/panel-preferences-dialog.c:467
+#: ../panel/panel-preferences-dialog.c:472
 msgid Automatic
 msgstr Otomatis
 
 #. 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 Layar %d
 
 #. I18N: monitor name in the output selector
-#: ../panel/panel-preferences-dialog.c:512
+#: ../panel/panel-preferences-dialog.c:517
 #, c-format
 msgid Monitor %d
 msgstr Monitor %d
 
-#: ../panel/panel-preferences-dialog.c:867
+#: ../panel/panel-preferences-dialog.c:872
 msgid The panel and plugin configurations will be permanently removed
 msgstr Panel terpilih dan seluruh item serta konfigurasinya akan dihapus
 
-#: ../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 Anda yakin ingin menghapus panel %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
 

[Xfce4-commits] xfce4-panel:nick/gtk3 l10n: Updated Russian (ru) translation to 100%

2013-04-07 Thread Transifex
Updating branch refs/heads/nick/gtk3
 to c91a4f1b8ca4f34c43685da902221f120745d979 (commit)
   from b1c82eefd10c132b952252782db4fcaa8edeb6fe (commit)

commit c91a4f1b8ca4f34c43685da902221f120745d979
Author: Roman K mrdoctor...@gmail.com
Date:   Thu Mar 28 12:07:34 2013 +0100

l10n: Updated Russian (ru) translation to 100%

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

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

 po/ru.po |  259 +-
 1 files changed, 139 insertions(+), 120 deletions(-)

diff --git a/po/ru.po b/po/ru.po
index 928a1e1..723c435 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -17,7 +17,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-panel\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-03-18 07:57+\n
+POT-Creation-Date: 2013-03-28 07:09+\n
 PO-Revision-Date: 2011-07-26 20:32+0300\n
 Last-Translator: Artem Zolochevskiy artem.zolochevs...@gmail.com\n
 Language-Team: Russian\n
@@ -49,13 +49,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 Если вы удалите этот элемент с панели, он будет окончательно удалён.
 
@@ -195,21 +195,23 @@ msgstr 
 msgid No running instance of %s was found
 msgstr Не обнаружено запущенного экземпляра %s
 
-#: ../panel/panel-application.c:215
+#: ../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
@@ -217,18 +219,18 @@ msgstr[0] Создать новый значок запуска на панел
 msgstr[1] Создать новый значок запуска на панели из %d desktop-файлов
 msgstr[2] Создать новый значок запуска на панели из %d desktop-файлов
 
-#: ../panel/panel-application.c:1689
+#: ../panel/panel-application.c:1725
 msgid 
 You have started X without session manager. Clicking Quit will close the X 
 server.
 msgstr 
 Вы запустили X-сервер без менеджера сеансов. Щелчок на Quit закроет X-сервер.
 
-#: ../panel/panel-application.c:1690
+#: ../panel/panel-application.c:1726
 msgid Are you sure you want to quit the panel?
 msgstr Вы действительно хотите завершить работу панели?
 
-#: ../panel/panel-application.c:1698
+#: ../panel/panel-application.c:1734
 #, c-format
 msgid Failed to execute command \%s\
 msgstr Не удалось запустить команду «%s»
@@ -288,7 +290,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
@@ -338,41 +340,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
-#: 

[Xfce4-commits] xfce4-panel:nick/gtk3 Bugfix in icon/pixbuf resizing code.

2013-04-07 Thread Andrzej
Updating branch refs/heads/nick/gtk3
 to 65e9712bdd3f1f7013856ff8af0e311a57fa8d34 (commit)
   from 791ab4d9f75fe2916cfffeca225a7c52ef5290c6 (commit)

commit 65e9712bdd3f1f7013856ff8af0e311a57fa8d34
Author: Andrzej ndrwr...@gmail.com
Date:   Wed Apr 3 22:33:51 2013 +0100

Bugfix in icon/pixbuf resizing code.

Icons were occasionally stretched to unnatural aspect ratio.
This could be observed e.g. in applications menu plugin in multi-row
panels and/or non-square icons.

 libxfce4panel/xfce-panel-convenience.c |   12 +---
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/libxfce4panel/xfce-panel-convenience.c 
b/libxfce4panel/xfce-panel-convenience.c
index a3f3be1..7902360 100644
--- a/libxfce4panel/xfce-panel-convenience.c
+++ b/libxfce4panel/xfce-panel-convenience.c
@@ -158,7 +158,7 @@ xfce_panel_pixbuf_from_source_at_size (const gchar  *source,
   gchar *name;
   gchar *filename;
   gint   src_w, src_h;
-  gdoublewratio, hratio;
+  gdoubleratio;
   GdkPixbuf *dest;
   GError*error = NULL;
   gint   size = MIN (dest_width, dest_height);
@@ -231,13 +231,11 @@ xfce_panel_pixbuf_from_source_at_size (const gchar  
*source,
   if (src_w  dest_width || src_h  dest_height)
 {
   /* calculate the new dimensions */
-  wratio = (gdouble) src_w / (gdouble) size;
-  hratio = (gdouble) src_h / (gdouble) size;
+  ratio = MIN ((gdouble) dest_width / (gdouble) src_w,
+   (gdouble) dest_height / (gdouble) src_h);
 
-  if (hratio  wratio)
-dest_width  = rint (src_w / hratio);
-  else
-dest_height = rint (src_h / wratio);
+  dest_width  = rint (src_w * ratio);
+  dest_height = rint (src_h * ratio);
 
   dest = gdk_pixbuf_scale_simple (pixbuf,
   MAX (dest_width, 1),
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:nick/gtk3 Install XfcePanelPlugin properties at once.

2013-04-07 Thread Nick Schermer
Updating branch refs/heads/nick/gtk3
 to 791ab4d9f75fe2916cfffeca225a7c52ef5290c6 (commit)
   from 157e3165ec1b72d9773d476351f15c6a4583fd92 (commit)

commit 791ab4d9f75fe2916cfffeca225a7c52ef5290c6
Author: Nick Schermer n...@xfce.org
Date:   Sat Mar 23 13:34:44 2013 +0100

Install XfcePanelPlugin properties at once.

Also use direct pspec notify to avoid lookup.

 libxfce4panel/xfce-panel-plugin.c |  240 ++---
 1 files changed, 116 insertions(+), 124 deletions(-)

diff --git a/libxfce4panel/xfce-panel-plugin.c 
b/libxfce4panel/xfce-panel-plugin.c
index 8126922..d43d4e9 100644
--- a/libxfce4panel/xfce-panel-plugin.c
+++ b/libxfce4panel/xfce-panel-plugin.c
@@ -131,7 +131,8 @@ enum
   PROP_EXPAND,
   PROP_MODE,
   PROP_NROWS,
-  PROP_SHRINK
+  PROP_SHRINK,
+  N_PROPERTIES
 };
 
 enum
@@ -195,9 +196,10 @@ struct _XfcePanelPluginPrivate
 
 
 
-static guint  plugin_signals[LAST_SIGNAL];
-static GQuark item_properties = 0;
-static GQuark item_about = 0;
+static guint   plugin_signals[LAST_SIGNAL];
+static GQuark  item_properties = 0;
+static GQuark  item_about = 0;
+static GParamSpec *plugin_props[N_PROPERTIES] = { NULL, };
 
 
 
@@ -463,15 +465,14 @@ xfce_panel_plugin_class_init (XfcePanelPluginClass *klass)
* xfce_panel_plugin_get_name() is recommended since that returns
* a const string.
**/
-  g_object_class_install_property (gobject_class,
-   PROP_NAME,
-   g_param_spec_string (name,
-Name,
-Plugin internal name,
-NULL,
-G_PARAM_READWRITE
-| 
G_PARAM_STATIC_STRINGS
-| 
G_PARAM_CONSTRUCT_ONLY));
+  plugin_props[PROP_NAME] =
+  g_param_spec_string (name,
+   Name,
+   Plugin internal name,
+   NULL,
+   G_PARAM_READWRITE
+   | G_PARAM_STATIC_STRINGS
+   | G_PARAM_CONSTRUCT_ONLY);
 
   /**
* XfcePanelPlugin:display-name:
@@ -481,15 +482,14 @@ xfce_panel_plugin_class_init (XfcePanelPluginClass *klass)
* it to read the plugin display name, but 
xfce_panel_plugin_get_display_name()
* is recommended.
**/
-  g_object_class_install_property (gobject_class,
-   PROP_DISPLAY_NAME,
-   g_param_spec_string (display-name,
-Display Name,
-Plugin display name,
-NULL,
-G_PARAM_READWRITE
-| 
G_PARAM_STATIC_STRINGS
-| 
G_PARAM_CONSTRUCT_ONLY));
+  plugin_props[PROP_DISPLAY_NAME] =
+  g_param_spec_string (display-name,
+   Display Name,
+   Plugin display name,
+   NULL,
+   G_PARAM_READWRITE
+   | G_PARAM_STATIC_STRINGS
+   | G_PARAM_CONSTRUCT_ONLY);
 
   /**
* XfcePanelPlugin:comment:
@@ -501,15 +501,14 @@ xfce_panel_plugin_class_init (XfcePanelPluginClass *klass)
*
* Since: 4.8
**/
-  g_object_class_install_property (gobject_class,
-   PROP_COMMENT,
-   g_param_spec_string (comment,
-Comment,
-Plugin comment,
-NULL,
-G_PARAM_READWRITE
-| 
G_PARAM_STATIC_STRINGS
-| 
G_PARAM_CONSTRUCT_ONLY));
+  plugin_props[PROP_COMMENT] =
+  g_param_spec_string (comment,
+   Comment,
+   Plugin comment,
+   NULL,
+   G_PARAM_READWRITE
+   | G_PARAM_STATIC_STRINGS
+   | G_PARAM_CONSTRUCT_ONLY);
 
   /**
* XfcePanelPlugin:id:
@@ -520,15 +519,14 @@ xfce_panel_plugin_class_init (XfcePanelPluginClass *klass)
*
* Since: 4.8
**/
-  g_object_class_install_property (gobject_class,
-   PROP_UNIQUE_ID,
-   g_param_spec_int (unique-id,
-   

[Xfce4-commits] xfce4-panel:nick/gtk3 ApplicationsMenu: Update the icon in the config dialog

2013-04-07 Thread Andrzej
Updating branch refs/heads/nick/gtk3
 to fb747e80da2bdc568354c8090ca0c9d05acace2c (commit)
   from 65e9712bdd3f1f7013856ff8af0e311a57fa8d34 (commit)

commit fb747e80da2bdc568354c8090ca0c9d05acace2c
Author: Andrzej ndrwr...@gmail.com
Date:   Wed Apr 3 23:49:02 2013 +0100

ApplicationsMenu: Update the icon in the config dialog

...after closing the icon chooser.

 plugins/applicationsmenu/applicationsmenu.c |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/plugins/applicationsmenu/applicationsmenu.c 
b/plugins/applicationsmenu/applicationsmenu.c
index efe1c30..bf28607 100644
--- a/plugins/applicationsmenu/applicationsmenu.c
+++ b/plugins/applicationsmenu/applicationsmenu.c
@@ -579,6 +579,9 @@ applications_menu_plugin_configure_plugin_icon_chooser 
(GtkWidget  *
 {
   icon = exo_icon_chooser_dialog_get_icon (EXO_ICON_CHOOSER_DIALOG 
(chooser));
   g_object_set (G_OBJECT (plugin), button-icon, icon, NULL);
+  xfce_panel_image_set_from_source (XFCE_PANEL_IMAGE (plugin-dialog_icon),
+exo_str_is_empty (plugin-button_icon) 
?
+DEFAULT_ICON_NAME : 
plugin-button_icon);
   g_free (icon);
 }
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:nick/gtk3 ApplicationsMenu: support for non-square icons and layout fixes

2013-04-07 Thread Andrzej
Updating branch refs/heads/nick/gtk3
 to 24d5634f2d13d1ff44dbbdf6dbf34d2ea27dd1ea (commit)
   from fb747e80da2bdc568354c8090ca0c9d05acace2c (commit)

commit 24d5634f2d13d1ff44dbbdf6dbf34d2ea27dd1ea
Author: Andrzej ndrwr...@gmail.com
Date:   Wed Apr 3 23:58:19 2013 +0100

ApplicationsMenu: support for non-square icons and layout fixes

Switched to GtkImage for the button icon. It works better with non-square
icons. Slightly adjusted the button layout (spacing) to match other
pluginsHIG.

It might be a good idea to move contents of the _size_changed method to
a timeout event (loading icon etc.).

 plugins/applicationsmenu/applicationsmenu.c |   90 ---
 1 files changed, 41 insertions(+), 49 deletions(-)

diff --git a/plugins/applicationsmenu/applicationsmenu.c 
b/plugins/applicationsmenu/applicationsmenu.c
index bf28607..b86e438 100644
--- a/plugins/applicationsmenu/applicationsmenu.c
+++ b/plugins/applicationsmenu/applicationsmenu.c
@@ -237,11 +237,12 @@ applications_menu_plugin_init (ApplicationsMenuPlugin 
*plugin)
   g_signal_connect (G_OBJECT (plugin-button), button-press-event,
   G_CALLBACK (applications_menu_plugin_menu), plugin);
 
-  plugin-box = xfce_hvbox_new (GTK_ORIENTATION_HORIZONTAL, FALSE, 1);
+  plugin-box = xfce_hvbox_new (GTK_ORIENTATION_HORIZONTAL, FALSE, 2);
+  gtk_container_set_border_width (GTK_CONTAINER (plugin-box), 0);
   gtk_container_add (GTK_CONTAINER (plugin-button), plugin-box);
   gtk_widget_show (plugin-box);
 
-  plugin-icon = xfce_panel_image_new_from_source (DEFAULT_ICON_NAME);
+  plugin-icon = gtk_image_new ();
   gtk_box_pack_start (GTK_BOX (plugin-box), plugin-icon, FALSE, FALSE, 0);
   gtk_widget_show (plugin-icon);
 
@@ -360,8 +361,6 @@ applications_menu_plugin_set_property (GObject  *object,
 case PROP_BUTTON_ICON:
   g_free (plugin-button_icon);
   plugin-button_icon = g_value_dup_string (value);
-  xfce_panel_image_set_from_source (XFCE_PANEL_IMAGE (plugin-icon),
-  exo_str_is_empty (plugin-button_icon) ? DEFAULT_ICON_NAME : 
plugin-button_icon);
 
   force_a_resize = TRUE;
   break;
@@ -444,16 +443,17 @@ applications_menu_plugin_size_changed (XfcePanelPlugin 
*panel_plugin,
 {
   ApplicationsMenuPlugin *plugin = XFCE_APPLICATIONS_MENU_PLUGIN 
(panel_plugin);
   gintrow_size;
-  ginticon_size;
   GtkStyle   *style;
   XfcePanelPluginMode mode;
   GtkRequisition  label_size;
   GtkOrientation  orientation;
   gintborder_thickness;
-  gdouble icon_wh_ratio;
   GdkPixbuf  *icon;
-
-  row_size = size / xfce_panel_plugin_get_nrows (panel_plugin);
+  ginticon_width_max, icon_height_max;
+  ginticon_width = 0;
+  GdkScreen  *screen;
+  GtkIconTheme   *icon_theme = NULL;
+  gchar  *icon_name;
 
   gtk_box_set_child_packing (GTK_BOX (plugin-box), plugin-icon,
  !plugin-show_button_title,
@@ -467,50 +467,42 @@ applications_menu_plugin_size_changed (XfcePanelPlugin 
*panel_plugin,
   else
 orientation = GTK_ORIENTATION_VERTICAL;
 
-  if (!plugin-show_button_title)
+  row_size = size / xfce_panel_plugin_get_nrows (panel_plugin);
+  style = gtk_widget_get_style (plugin-button);
+  border_thickness = 2 * MAX (style-xthickness, style-ythickness) + 2;
+
+  /* arbitrary limit on non-square icon width in horizontal panel */
+  icon_width_max = (mode == XFCE_PANEL_PLUGIN_MODE_HORIZONTAL) ?
+6 * row_size - border_thickness :
+size - border_thickness;
+  icon_height_max = row_size - border_thickness;
+
+  screen = gtk_widget_get_screen (GTK_WIDGET (plugin));
+  if (G_LIKELY (screen != NULL))
+icon_theme = gtk_icon_theme_get_for_screen (screen);
+
+  icon_name = exo_str_is_empty (plugin-button_icon) ?
+DEFAULT_ICON_NAME : plugin-button_icon;
+
+  icon = xfce_panel_pixbuf_from_source_at_size (icon_name,
+icon_theme,
+icon_width_max,
+icon_height_max);
+
+  if (G_LIKELY (icon != NULL))
 {
-  xfce_panel_image_set_size (XFCE_PANEL_IMAGE (plugin-icon), -1);
-
-/* get scale of the icon for non-squared custom files */
-if (mode != XFCE_PANEL_PLUGIN_MODE_DESKBAR
- plugin-button_icon != NULL
- g_path_is_absolute (plugin-button_icon))
-  {
-icon = gdk_pixbuf_new_from_file (plugin-button_icon, NULL);
-if (G_LIKELY (icon != NULL))
-  {
-icon_wh_ratio = (gdouble) gdk_pixbuf_get_width (icon) / 
(gdouble) gdk_pixbuf_get_height (icon);
-g_object_unref (G_OBJECT (icon));
-  }
-  }
-else
-  {
-icon_wh_ratio = 1.0;
-  }
-
-  if (mode == 

[Xfce4-commits] xfce4-panel:nick/gtk3 l10n: Updated Croatian (hr) translation to 87%

2013-04-07 Thread Transifex
Updating branch refs/heads/nick/gtk3
 to d243dceef146ab61cf82066b548cad7b981d7b6e (commit)
   from 24d5634f2d13d1ff44dbbdf6dbf34d2ea27dd1ea (commit)

commit d243dceef146ab61cf82066b548cad7b981d7b6e
Author: Ivica  Kolić ik...@yahoo.com
Date:   Thu Apr 4 05:24:34 2013 +0200

l10n: Updated Croatian (hr) translation to 87%

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

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

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

diff --git a/po/hr.po b/po/hr.po
index 2e2a242..e1b11bf 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: 2013-03-17 14:21+\n
+POT-Creation-Date: 2013-04-03 23:39+\n
 PO-Revision-Date: 2012-05-11 20:53+0100\n
 Last-Translator: Ivica Kolić ik...@yahoo.com\n
 Language-Team: Croatian \n
@@ -39,38 +39,38 @@ msgid Panel
 msgstr Ploča
 
 #. I18N: %s is the name of the plugin
-#: ../libxfce4panel/xfce-panel-plugin.c:1037
+#: ../libxfce4panel/xfce-panel-plugin.c:1029
 #: ../panel/panel-preferences-dialog.c:1099
 #, c-format
 msgid Are you sure that you want to remove \%s\?
 msgstr Jeste li sigurni da želite ukloniti \%s\?
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1042
+#: ../libxfce4panel/xfce-panel-plugin.c:1034
 #: ../panel/panel-preferences-dialog.c:1102
 msgid If you remove the item from the panel, it is permanently lost.
 msgstr Ako uklonite stavku sa ploče,biti će trajno izgubljena.
 
 #. move item
-#: ../libxfce4panel/xfce-panel-plugin.c:1202
+#: ../libxfce4panel/xfce-panel-plugin.c:1194
 msgid _Move
 msgstr _Pomakni
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1236
+#: ../libxfce4panel/xfce-panel-plugin.c:1228
 msgid Pane_l
 msgstr Ploč_a
 
 #. add new items
-#: ../libxfce4panel/xfce-panel-plugin.c:1244 ../panel/panel-window.c:2365
+#: ../libxfce4panel/xfce-panel-plugin.c:1236 ../panel/panel-window.c:2365
 msgid Add _New Items...
 msgstr Dodaj _nove stavke
 
 #. customize panel
-#: ../libxfce4panel/xfce-panel-plugin.c:1255 ../panel/panel-window.c:2376
+#: ../libxfce4panel/xfce-panel-plugin.c:1247 ../panel/panel-window.c:2376
 msgid Panel Pr_eferences...
 msgstr Osobitosti Pl_oče
 
 #. logout item
-#: ../libxfce4panel/xfce-panel-plugin.c:1272 ../panel/panel-window.c:2404
+#: ../libxfce4panel/xfce-panel-plugin.c:1264 ../panel/panel-window.c:2404
 msgid Log _Out
 msgstr Odja_va
 
@@ -915,23 +915,23 @@ msgstr _Ikona:
 msgid _Show button title
 msgstr _Prikaži naziv dugmeta
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:565
+#: ../plugins/applicationsmenu/applicationsmenu.c:557
 #: ../plugins/directorymenu/directorymenu.c:388
 msgid Select An Icon
 msgstr Odaberi ikonu
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:603
-#: ../plugins/applicationsmenu/applicationsmenu.c:844
-#: ../plugins/clock/clock.c:855 ../plugins/launcher/launcher.c:2308
+#: ../plugins/applicationsmenu/applicationsmenu.c:598
+#: ../plugins/applicationsmenu/applicationsmenu.c:839
+#: ../plugins/clock/clock.c:865 ../plugins/launcher/launcher.c:2308
 #, c-format
 msgid Failed to execute command \%s\.
 msgstr Neuspjeh u izvršenju naredbe \%s\.
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:1113
+#: ../plugins/applicationsmenu/applicationsmenu.c:1108
 msgid No applications found
 msgstr Nijedan program nije pronađen
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:1136
+#: ../plugins/applicationsmenu/applicationsmenu.c:1131
 msgid Failed to load the applications menu
 msgstr Neuspjeh u učitavanju izbornika programa
 
@@ -969,15 +969,15 @@ msgstr 
 msgid Show help options
 msgstr Pokaži opcije pomoći
 
-#: ../plugins/clock/clock.c:169
+#: ../plugins/clock/clock.c:174
 msgid Week %V
 msgstr Tjedan  %V
 
-#: ../plugins/clock/clock.c:452
+#: ../plugins/clock/clock.c:457
 msgid Failed to execute clock command
 msgstr Neuspjeh u izvršenju naredbe sata
 
-#: ../plugins/clock/clock.c:802
+#: ../plugins/clock/clock.c:807
 msgid Custom Format
 msgstr Prilagođeni format
 
@@ -1061,7 +1061,7 @@ msgstr 
 
 #: ../plugins/clock/clock-dialog.glade.h:21
 msgid Time Settings
-msgstr 
+msgstr Postavke vremena
 
 #: ../plugins/clock/clock-dialog.glade.h:22
 msgid Time and Date _Settings...
@@ -1069,7 +1069,7 @@ msgstr Postavke datuma i _vremena...
 
 #: ../plugins/clock/clock-dialog.glade.h:23
 msgid Time_zone:
-msgstr 
+msgstr Vremenska_zona:
 
 #: ../plugins/clock/clock-dialog.glade.h:24
 msgid True _binary clock
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2013-04-07 Thread Transifex
Updating branch refs/heads/nick/gtk3
 to c71954bd92a9db9046b51c422c86f6061727cb6c (commit)
   from d243dceef146ab61cf82066b548cad7b981d7b6e (commit)

commit c71954bd92a9db9046b51c422c86f6061727cb6c
Author: Piotr Sokół pso...@jabster.pl
Date:   Thu Apr 4 11:30:11 2013 +0200

l10n: Updated Polish (pl) translation to 96%

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

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

 po/pl.po |   74 ++---
 1 files changed, 36 insertions(+), 38 deletions(-)

diff --git a/po/pl.po b/po/pl.po
index 7afc4f0..0177534 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,21 +7,22 @@
 # Piotr Maliński riklau...@gmail.com, 2006.
 # Szymon Kałasz szymon_maes...@gazeta.pl, 2006.
 # Piotr Sokół pso...@jabster.pl, 2009, 2010, 2011, 2012, 2013.
-# 
+#
 msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.10.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-03-20 17:15+\n
-PO-Revision-Date: 2013-03-10 14:15+0100\n
+POT-Creation-Date: 2013-04-04 05:00+\n
+PO-Revision-Date: 2013-04-04 11:27+0200\n
 Last-Translator: Piotr Sokół pso...@jabster.pl\n
 Language-Team: polski \n
+Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bits\n
-Language: \n
 X-Generator: Gtranslator 2.91.5\n
-Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10=2  n%10=4  
(n%10010 || n%100=20)) ? 1 : 2));\n
+Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10=2  n%10=4  (n
+%10010 || n%100=20)) ? 1 : 2));\n
 
 #: ../panel-desktop-handler.desktop.in.h:1
 msgid 
@@ -45,38 +46,38 @@ msgid Panel
 msgstr Panel
 
 #. I18N: %s is the name of the plugin
-#: ../libxfce4panel/xfce-panel-plugin.c:1037
+#: ../libxfce4panel/xfce-panel-plugin.c:1029
 #: ../panel/panel-preferences-dialog.c:1099
 #, c-format
 msgid Are you sure that you want to remove \%s\?
 msgstr Usunąć aplet „%s”?
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1042
+#: ../libxfce4panel/xfce-panel-plugin.c:1034
 #: ../panel/panel-preferences-dialog.c:1102
 msgid If you remove the item from the panel, it is permanently lost.
 msgstr Aplet zostanie bezpowrotnie usunięty.
 
 #. move item
-#: ../libxfce4panel/xfce-panel-plugin.c:1202
+#: ../libxfce4panel/xfce-panel-plugin.c:1194
 msgid _Move
 msgstr _Przemieść
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1236
+#: ../libxfce4panel/xfce-panel-plugin.c:1228
 msgid Pane_l
 msgstr Pane_l
 
 #. add new items
-#: ../libxfce4panel/xfce-panel-plugin.c:1244 ../panel/panel-window.c:2365
+#: ../libxfce4panel/xfce-panel-plugin.c:1236 ../panel/panel-window.c:2365
 msgid Add _New Items...
 msgstr _Dodaj aplet...
 
 #. customize panel
-#: ../libxfce4panel/xfce-panel-plugin.c:1255 ../panel/panel-window.c:2376
+#: ../libxfce4panel/xfce-panel-plugin.c:1247 ../panel/panel-window.c:2376
 msgid Panel Pr_eferences...
 msgstr P_referencje...
 
 #. logout item
-#: ../libxfce4panel/xfce-panel-plugin.c:1272 ../panel/panel-window.c:2404
+#: ../libxfce4panel/xfce-panel-plugin.c:1264 ../panel/panel-window.c:2404
 msgid Log _Out
 msgstr Za_kończ sesję
 
@@ -465,8 +466,7 @@ msgstr _Długość (%):
 msgid M_ode:
 msgstr _Układ:
 
-#. 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 Wymiary
@@ -941,23 +941,23 @@ msgstr I_kona:
 msgid _Show button title
 msgstr _Etykieta przycisku
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:565
+#: ../plugins/applicationsmenu/applicationsmenu.c:557
 #: ../plugins/directorymenu/directorymenu.c:388
 msgid Select An Icon
 msgstr Wybór ikony
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:603
-#: ../plugins/applicationsmenu/applicationsmenu.c:844
+#: ../plugins/applicationsmenu/applicationsmenu.c:598
+#: ../plugins/applicationsmenu/applicationsmenu.c:839
 #: ../plugins/clock/clock.c:865 ../plugins/launcher/launcher.c:2308
 #, c-format
 msgid Failed to execute command \%s\.
 msgstr Nie udało się wykonać polecenia „%s”.
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:1113
+#: ../plugins/applicationsmenu/applicationsmenu.c:1108
 msgid No applications found
 msgstr Nie odnaleziono programów
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:1136
+#: ../plugins/applicationsmenu/applicationsmenu.c:1131
 msgid Failed to load the applications menu
 msgstr Nie udało się wczytać menu programów
 
@@ -1040,8 +1040,7 @@ msgstr _Sekundy
 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 Stopień _rozmycia:
@@ -1059,13 +1058,12 @@ 

[Xfce4-commits] xfce4-panel:nick/gtk3 l10n: Updated Serbian (sr) translation to 100%

2013-04-07 Thread Transifex
Updating branch refs/heads/nick/gtk3
 to ec508823542a9317e60b8b029782f018eb43c10b (commit)
   from c71954bd92a9db9046b51c422c86f6061727cb6c (commit)

commit ec508823542a9317e60b8b029782f018eb43c10b
Author: Саша Петровић salepetron...@gmail.com
Date:   Fri Apr 5 14:33:10 2013 +0200

l10n: Updated Serbian (sr) translation to 100%

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

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

 po/sr.po |   50 +-
 1 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/po/sr.po b/po/sr.po
index db18c27..702f0e9 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -5,7 +5,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.8.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-03-20 11:54+\n
+POT-Creation-Date: 2013-04-05 07:45+\n
 PO-Revision-Date: 2013-03-05 15:09+0100\n
 Last-Translator: Саша Петровић salepetron...@gmail.com\n
 Language-Team: српски \n
@@ -34,41 +34,41 @@ msgstr Прилагодите полицу
 #: ../panel/panel-preferences-dialog.glade.h:29 ../panel/panel-window.c:2353
 #: ../migrate/main.c:117
 msgid Panel
-msgstr полица
+msgstr Полица
 
 #. I18N: %s is the name of the plugin
-#: ../libxfce4panel/xfce-panel-plugin.c:1037
+#: ../libxfce4panel/xfce-panel-plugin.c:1029
 #: ../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
+#: ../libxfce4panel/xfce-panel-plugin.c:1034
 #: ../panel/panel-preferences-dialog.c:1102
 msgid If you remove the item from the panel, it is permanently lost.
 msgstr Ако уклоните ставку са полице, биће заувек изгубљена.
 
 #. move item
-#: ../libxfce4panel/xfce-panel-plugin.c:1202
+#: ../libxfce4panel/xfce-panel-plugin.c:1194
 msgid _Move
 msgstr _Премести
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1236
+#: ../libxfce4panel/xfce-panel-plugin.c:1228
 msgid Pane_l
-msgstr полиц_а
+msgstr Полиц_а
 
 #. add new items
-#: ../libxfce4panel/xfce-panel-plugin.c:1244 ../panel/panel-window.c:2365
+#: ../libxfce4panel/xfce-panel-plugin.c:1236 ../panel/panel-window.c:2365
 msgid Add _New Items...
 msgstr Додај _нове ставке...
 
 #. customize panel
-#: ../libxfce4panel/xfce-panel-plugin.c:1255 ../panel/panel-window.c:2376
+#: ../libxfce4panel/xfce-panel-plugin.c:1247 ../panel/panel-window.c:2376
 msgid Panel Pr_eferences...
 msgstr По_дешавања полице...
 
 #. logout item
-#: ../libxfce4panel/xfce-panel-plugin.c:1272 ../panel/panel-window.c:2404
+#: ../libxfce4panel/xfce-panel-plugin.c:1264 ../panel/panel-window.c:2404
 msgid Log _Out
 msgstr Одја_ва
 
@@ -78,7 +78,7 @@ msgstr Приказује прозорче „Особине полице“
 
 #: ../panel/main.c:79 ../panel/main.c:80
 msgid PANEL-NUMBER
-msgstr БРОЈ-полицЕ
+msgstr БРОЈ-ПОЛИЦЕ
 
 #: ../panel/main.c:80
 msgid Show the 'Add New Items' dialog
@@ -149,7 +149,7 @@ msgstr Нисам успео да прикажем прозорче подеш
 
 #: ../panel/main.c:379
 msgid Failed to show the add new items dialog
-msgstr Нисам успео да прикажем прозорче за додам нових ставки
+msgstr Нисам успео да прикажем прозорче за додаавање нових ставки
 
 #: ../panel/main.c:381
 msgid Failed to save the panel configuration
@@ -255,7 +255,7 @@ msgstr Неактивни одржаваоци
 
 #: ../panel/panel-dialogs.c:82
 msgid The panel of the Xfce Desktop Environment
-msgstr полица за ИксФЦЕ радно окружење
+msgstr Полица за ИксФЦЕ радно окружење
 
 #: ../panel/panel-dialogs.c:87
 msgid translator-credits
@@ -273,7 +273,7 @@ msgstr Изаберите полицу за нови прикључак:
 #: ../panel/panel-dialogs.c:192 ../panel/panel-preferences-dialog.c:806
 #, c-format
 msgid Panel %d
-msgstr полица %d
+msgstr Полица %d
 
 #: ../panel/panel-dialogs.c:232
 msgid 
@@ -934,23 +934,23 @@ msgstr _Иконица:
 msgid _Show button title
 msgstr _Прикажи наслов дугмади
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:565
+#: ../plugins/applicationsmenu/applicationsmenu.c:557
 #: ../plugins/directorymenu/directorymenu.c:388
 msgid Select An Icon
 msgstr Изаберите иконицу
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:603
-#: ../plugins/applicationsmenu/applicationsmenu.c:844
+#: ../plugins/applicationsmenu/applicationsmenu.c:598
+#: ../plugins/applicationsmenu/applicationsmenu.c:839
 #: ../plugins/clock/clock.c:865 ../plugins/launcher/launcher.c:2308
 #, c-format
 msgid Failed to execute command \%s\.
 msgstr Нисам успео да извршим наредбу „%s“.
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:1113
+#: ../plugins/applicationsmenu/applicationsmenu.c:1108
 msgid No applications found
 msgstr Нису пронађени програми
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:1136
+#: ../plugins/applicationsmenu/applicationsmenu.c:1131
 msgid Failed to load the applications menu
 msgstr Нисам успео да учитам изборник програма
 
@@ -1097,7 +1097,7 @@ msgstr Временска _област:
 
 #: ../plugins/clock/clock-dialog.glade.h:24
 msgid True _binary clock

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

2013-04-07 Thread Transifex
Updating branch refs/heads/nick/gtk3
 to 0c1006f024404f69790b63965d8073660faadf50 (commit)
   from ec508823542a9317e60b8b029782f018eb43c10b (commit)

commit 0c1006f024404f69790b63965d8073660faadf50
Author: Rafael Ferreira rafael.f...@gmail.com
Date:   Sun Apr 7 17:37:50 2013 +0200

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

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

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

 po/pt_BR.po |   92 ++-
 1 files changed, 47 insertions(+), 45 deletions(-)

diff --git a/po/pt_BR.po b/po/pt_BR.po
index 5b978a7..4c9b78e 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -13,8 +13,8 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.8.3\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-03-08 05:39+\n
-PO-Revision-Date: 2013-03-08 09:31-0300\n
+POT-Creation-Date: 2013-04-07 13:15+\n
+PO-Revision-Date: 2013-04-07 12:36-0300\n
 Last-Translator: Rafael Ferreira rafael.f...@gmail.com\n
 Language-Team: Brazilian Portuguese xfce-i18n...@xfce.org\n
 Language: pt_BR\n
@@ -22,7 +22,7 @@ msgstr 
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=2; plural=(n  1);\n
-X-Generator: Poedit 1.5.4\n
+X-Generator: Poedit 1.5.5\n
 
 #: ../panel-desktop-handler.desktop.in.h:1
 msgid 
@@ -46,38 +46,38 @@ msgid Panel
 msgstr Painel
 
 #. I18N: %s is the name of the plugin
-#: ../libxfce4panel/xfce-panel-plugin.c:1037
+#: ../libxfce4panel/xfce-panel-plugin.c:1029
 #: ../panel/panel-preferences-dialog.c:1099
 #, c-format
 msgid Are you sure that you want to remove \%s\?
 msgstr Você tem certeza que deseja remover \%s\?
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1042
+#: ../libxfce4panel/xfce-panel-plugin.c:1034
 #: ../panel/panel-preferences-dialog.c:1102
 msgid If you remove the item from the panel, it is permanently lost.
 msgstr Se você remover o item do painel, ele será perdido permanentemente.
 
 #. move item
-#: ../libxfce4panel/xfce-panel-plugin.c:1202
+#: ../libxfce4panel/xfce-panel-plugin.c:1194
 msgid _Move
 msgstr _Mover
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1236
+#: ../libxfce4panel/xfce-panel-plugin.c:1228
 msgid Pane_l
 msgstr Paine_l
 
 #. add new items
-#: ../libxfce4panel/xfce-panel-plugin.c:1244 ../panel/panel-window.c:2365
+#: ../libxfce4panel/xfce-panel-plugin.c:1236 ../panel/panel-window.c:2365
 msgid Add _New Items...
 msgstr Adicionar _novos itens...
 
 #. customize panel
-#: ../libxfce4panel/xfce-panel-plugin.c:1255 ../panel/panel-window.c:2376
+#: ../libxfce4panel/xfce-panel-plugin.c:1247 ../panel/panel-window.c:2376
 msgid Panel Pr_eferences...
 msgstr Pr_eferências do painel
 
 #. logout item
-#: ../libxfce4panel/xfce-panel-plugin.c:1272 ../panel/panel-window.c:2404
+#: ../libxfce4panel/xfce-panel-plugin.c:1264 ../panel/panel-window.c:2404
 msgid Log _Out
 msgstr Encerrar sessã_o
 
@@ -949,23 +949,23 @@ msgstr Í_cone:
 msgid _Show button title
 msgstr _Mostrar título do botão
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:565
+#: ../plugins/applicationsmenu/applicationsmenu.c:557
 #: ../plugins/directorymenu/directorymenu.c:388
 msgid Select An Icon
 msgstr Selecionar um ícone
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:603
-#: ../plugins/applicationsmenu/applicationsmenu.c:844
-#: ../plugins/clock/clock.c:852 ../plugins/launcher/launcher.c:2308
+#: ../plugins/applicationsmenu/applicationsmenu.c:598
+#: ../plugins/applicationsmenu/applicationsmenu.c:839
+#: ../plugins/clock/clock.c:865 ../plugins/launcher/launcher.c:2308
 #, c-format
 msgid Failed to execute command \%s\.
 msgstr Falhou ao executar o comando \%s\.
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:1113
+#: ../plugins/applicationsmenu/applicationsmenu.c:1108
 msgid No applications found
 msgstr Nenhum aplicativo encontrado
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:1136
+#: ../plugins/applicationsmenu/applicationsmenu.c:1131
 msgid Failed to load the applications menu
 msgstr Falhou ao carregar o menu de aplicativos
 
@@ -1003,15 +1003,15 @@ msgstr Abrir o menu na posição atual do mouse
 msgid Show help options
 msgstr Mostrar opções de ajuda
 
-#: ../plugins/clock/clock.c:167
+#: ../plugins/clock/clock.c:174
 msgid Week %V
 msgstr Semana %V
 
-#: ../plugins/clock/clock.c:450
+#: ../plugins/clock/clock.c:457
 msgid Failed to execute clock command
 msgstr Falhou ao executar o comando do relógio
 
-#: ../plugins/clock/clock.c:797
+#: ../plugins/clock/clock.c:807
 msgid Custom Format
 msgstr Formato personalizado
 
@@ -1067,11 +1067,12 @@ msgstr LCD
 
 #: ../plugins/clock/clock-dialog.glade.h:15
 msgid 
-Name of the timezone matching the system's timezone database. Leave empty to 
-revert to the local time.
+Name of a timezone corresponding a file in the zoneinfo database, for 
+example \America/New_York\. Leave empty to use the localtime.
 msgstr 
-Nome do fuso horário 

[Xfce4-commits] xfce4-panel:nick/gtk3 Made wrapper versioning parallel to libxfce4panel.

2013-04-07 Thread Peter de Ridder
Updating branch refs/heads/nick/gtk3
 to 5b61215ff6495ab260aa9f69cf4c8f1178c62325 (commit)
   from 4266d3766f4e0222391967e034e1d396ae16b5a2 (commit)

commit 5b61215ff6495ab260aa9f69cf4c8f1178c62325
Author: Peter de Ridder pe...@xfce.org
Date:   Sun Apr 7 22:45:36 2013 +0200

Made wrapper versioning parallel to libxfce4panel.

 wrapper/Makefile.am |   24 
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/wrapper/Makefile.am b/wrapper/Makefile.am
index 86abda1..fa56540 100644
--- a/wrapper/Makefile.am
+++ b/wrapper/Makefile.am
@@ -8,12 +8,12 @@ AM_CPPFLAGS = \
 wrapperdir = $(HELPER_PATH_PREFIX)/xfce4/panel
 
 wrapper_PROGRAMS = \
-   wrapper3
+   wrapper-2.0
 
 wrapper_built_sources = \
wrapper-dbus-client-infos.h
 
-wrapper3_SOURCES = \
+wrapper_2_0_SOURCES = \
$(wrapper_built_sources) \
main.c \
wrapper-module.c \
@@ -21,25 +21,25 @@ wrapper3_SOURCES = \
wrapper-plug.c \
wrapper-plug.h
 
-wrapper3_CFLAGS = \
+wrapper_2_0_CFLAGS = \
$(GTK_CFLAGS) \
$(DBUS_CFLAGS) \
$(GMODULE_CFLAGS) \
$(LIBXFCE4UTIL_CFLAGS) \
$(PLATFORM_CFLAGS)
 
-wrapper3_LDFLAGS = \
+wrapper_2_0_LDFLAGS = \
-no-undefined \
$(PLATFORM_LDFLAGS)
 
-wrapper3_LDADD = \
+wrapper_2_0_LDADD = \

$(top_builddir)/libxfce4panel/libxfce4panel-$(LIBXFCE4PANEL_VERSION_API).la \
$(GTK_LIBS) \
$(DBUS_LIBS) \
$(GMODULE_LIBS) \
$(LIBXFCE4UTIL_LIBS)
 
-wrapper3_DEPENDENCIES = \
+wrapper_2_0_DEPENDENCIES = \

$(top_builddir)/libxfce4panel/libxfce4panel-$(LIBXFCE4PANEL_VERSION_API).la
 
 #
@@ -47,9 +47,9 @@ wrapper3_DEPENDENCIES = \
 #
 if ENABLE_GTK2_LIBRARY
 
-wrapper_PROGRAMS += wrapper2
+wrapper_PROGRAMS += wrapper-1.0
 
-wrapper2_SOURCES = \
+wrapper_1_0_SOURCES = \
$(wrapper_built_sources) \
main.c \
wrapper-module.c \
@@ -57,25 +57,25 @@ wrapper2_SOURCES = \
wrapper-plug.c \
wrapper-plug.h
 
-wrapper2_CFLAGS = \
+wrapper_1_0_CFLAGS = \
$(GTK2_CFLAGS) \
$(DBUS_CFLAGS) \
$(GMODULE_CFLAGS) \
$(LIBXFCE4UTIL_CFLAGS) \
$(PLATFORM_CFLAGS)
 
-wrapper2_LDFLAGS = \
+wrapper_1_0_LDFLAGS = \
-no-undefined \
$(PLATFORM_LDFLAGS)
 
-wrapper2_LDADD = \
+wrapper_1_0_LDADD = \
$(top_builddir)/libxfce4panel/libxfce4panel-1.0.la \
$(GTK2_LIBS) \
$(DBUS_LIBS) \
$(GMODULE_LIBS) \
$(LIBXFCE4UTIL_LIBS)
 
-wrapper2_DEPENDENCIES = \
+wrapper_1_0_DEPENDENCIES = \
$(top_builddir)/libxfce4panel/libxfce4panel-1.0.la
 
 endif
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:nick/gtk3 More porting to Gtk+-3 for the panel code.

2013-04-07 Thread Peter de Ridder
Updating branch refs/heads/nick/gtk3
 to 4266d3766f4e0222391967e034e1d396ae16b5a2 (commit)
   from 0ff5a96563d2779775b182ae87bb0229be1d (commit)

commit 4266d3766f4e0222391967e034e1d396ae16b5a2
Author: Peter de Ridder pe...@xfce.org
Date:   Sun Apr 7 22:41:55 2013 +0200

More porting to Gtk+-3 for the panel code.

 panel/panel-base-window.c |  104 ++
 panel/panel-dialogs.c |   10 +-
 panel/panel-item-dialog.c |7 +-
 panel/panel-itembar.c |  164 
 panel/panel-plugin-external-46.c  |8 +-
 panel/panel-plugin-external-wrapper.c |2 +-
 panel/panel-plugin-external.c |8 +-
 panel/panel-plugin-external.h |1 +
 panel/panel-preferences-dialog.c  |8 +-
 panel/panel-tic-tac-toe.c |   55 +-
 panel/panel-window.c  |  193 -
 11 files changed, 323 insertions(+), 237 deletions(-)

diff --git a/panel/panel-base-window.c b/panel/panel-base-window.c
index a48456d..24a0801 100644
--- a/panel/panel-base-window.c
+++ b/panel/panel-base-window.c
@@ -48,8 +48,8 @@ static void panel_base_window_set_property
(GObject
 static void panel_base_window_finalize(GObject 
 *object);
 static void panel_base_window_screen_changed  (GtkWidget   
 *widget,
GdkScreen   
 *previous_screen);
-static gboolean panel_base_window_expose_event(GtkWidget   
 *widget,
-   GdkEventExpose  
 *event);
+static gboolean panel_base_window_draw(GtkWidget   
 *widget,
+   cairo_t 
 *cr);
 static gboolean panel_base_window_enter_notify_event  (GtkWidget   
 *widget,

GdkEventCrossing *event);
 static gboolean panel_base_window_leave_notify_event  (GtkWidget   
 *widget,
@@ -118,7 +118,7 @@ panel_base_window_class_init (PanelBaseWindowClass *klass)
   gobject_class-finalize = panel_base_window_finalize;
 
   gtkwidget_class = GTK_WIDGET_CLASS (klass);
-  gtkwidget_class-expose_event = panel_base_window_expose_event;
+  gtkwidget_class-draw = panel_base_window_draw;
   gtkwidget_class-enter_notify_event = panel_base_window_enter_notify_event;
   gtkwidget_class-leave_notify_event = panel_base_window_leave_notify_event;
   gtkwidget_class-composited_changed = panel_base_window_composited_changed;
@@ -229,6 +229,9 @@ panel_base_window_get_property (GObject*object,
   PanelBaseWindow*window = PANEL_BASE_WINDOW (object);
   PanelBaseWindowPrivate *priv = window-priv;
   GdkColor   *color;
+  GdkColor   bg_color;
+  GdkRGBAbg_rgba;
+  GtkStyleContext*ctx;
 
   switch (prop_id)
 {
@@ -252,7 +255,14 @@ panel_base_window_get_property (GObject*object,
   if (window-background_color != NULL)
 color = window-background_color;
   else
-color = (GTK_WIDGET (window)-style-bg[GTK_STATE_NORMAL]);
+{
+  ctx = gtk_widget_get_style_context (GTK_WIDGET (window));
+  gtk_style_context_get_background_color (ctx, GTK_STATE_NORMAL, 
bg_rgba);
+  bg_color.red   = CLAMP(bg_rgba.red   * 65536, 65535, 0);
+  bg_color.green = CLAMP(bg_rgba.green * 65536, 65535, 0);
+  bg_color.blue  = CLAMP(bg_rgba.blue  * 65536, 65535, 0);
+  color = bg_color;
+}
   g_value_set_boxed (value, color);
   break;
 
@@ -442,7 +452,7 @@ static void
 panel_base_window_screen_changed (GtkWidget *widget, GdkScreen 
*previous_screen)
 {
   PanelBaseWindow *window = PANEL_BASE_WINDOW (widget);
-  GdkColormap *colormap;
+  GdkVisual   *visual;
   GdkScreen   *screen;
 
   if (GTK_WIDGET_CLASS (panel_base_window_parent_class)-screen_changed != 
NULL)
@@ -450,58 +460,55 @@ panel_base_window_screen_changed (GtkWidget *widget, 
GdkScreen *previous_screen)
 
   /* set the rgba colormap if supported by the screen */
   screen = gtk_window_get_screen (GTK_WINDOW (window));
-  colormap = gdk_screen_get_rgba_colormap (screen);
-  if (colormap != NULL)
+  visual = gdk_screen_get_rgba_visual (screen);
+  if (visual != NULL)
 {
-  gtk_widget_set_colormap (widget, colormap);
+  gtk_widget_set_visual (widget, visual);
   window-is_composited = gtk_widget_is_composited (widget);
 }
 
panel_debug (PANEL_DEBUG_BASE_WINDOW,
-   %p: rgba colormap=%p, compositing=%s, window,
-   colormap, PANEL_DEBUG_BOOL (window-is_composited));
+   %p: rgba visual=%p, compositing=%s, window,
+   visual, PANEL_DEBUG_BOOL 

[Xfce4-commits] xfce4-panel:andrzejr/wrapper3 Made libxfce4panel more in sync with gtk3 branch.

2013-04-07 Thread Peter de Ridder
Updating branch refs/heads/andrzejr/wrapper3
 to 0775a8c67b17f6140f54dc736fffda733a48273f (commit)
   from 1b51c7af53d9a8831c23c9daaa10e3af87c17482 (commit)

commit 0775a8c67b17f6140f54dc736fffda733a48273f
Author: Peter de Ridder pe...@xfce.org
Date:   Sun Apr 7 23:30:40 2013 +0200

Made libxfce4panel more in sync with gtk3 branch.

 libxfce4panel/libxfce4panel.h |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libxfce4panel/libxfce4panel.h b/libxfce4panel/libxfce4panel.h
index 5db33c3..f6b4b22 100644
--- a/libxfce4panel/libxfce4panel.h
+++ b/libxfce4panel/libxfce4panel.h
@@ -19,7 +19,7 @@
 #ifndef __LIBXFCE4PANEL__
 #define __LIBXFCE4PANEL__
 
-G_BEGIN_DECLS
+#include gtk/gtk.h
 
 #define LIBXFCE4PANEL_INSIDE_LIBXFCE4PANEL_H
 
@@ -29,13 +29,13 @@ G_BEGIN_DECLS
 #include libxfce4panel/xfce-panel-macros.h
 #include libxfce4panel/xfce-panel-macros-46.h
 #include libxfce4panel/xfce-arrow-button.h
+#if !GTK_CHECK_VERSION (3, 0, 0)
 #include libxfce4panel/xfce-hvbox.h
+#endif
 #include libxfce4panel/xfce-panel-convenience.h
 #include libxfce4panel/xfce-panel-plugin.h
 #include libxfce4panel/xfce-panel-image.h
 
 #undef LIBXFCE4PANEL_INSIDE_LIBXFCE4PANEL_H
 
-G_END_DECLS
-
 #endif /* !__LIBXFCE4PANEL__ */
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:andrzejr/wrapper3 Added missing .pc file.

2013-04-07 Thread Peter de Ridder
Updating branch refs/heads/andrzejr/wrapper3
 to cc1b985fb3a7507b1fc7dec17795d2d932adb2ef (commit)
   from 0775a8c67b17f6140f54dc736fffda733a48273f (commit)

commit cc1b985fb3a7507b1fc7dec17795d2d932adb2ef
Author: Peter de Ridder pe...@xfce.org
Date:   Sun Apr 7 23:40:07 2013 +0200

Added missing .pc file.

 ...fce4panel-1.0.pc.in = libxfce4panel-2.0.pc.in} |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libxfce4panel/libxfce4panel-1.0.pc.in 
b/libxfce4panel/libxfce4panel-2.0.pc.in
similarity index 50%
copy from libxfce4panel/libxfce4panel-1.0.pc.in
copy to libxfce4panel/libxfce4panel-2.0.pc.in
index a54205d..affbacf 100644
--- a/libxfce4panel/libxfce4panel-1.0.pc.in
+++ b/libxfce4panel/libxfce4panel-2.0.pc.in
@@ -6,7 +6,7 @@ localedir=@localedir@
 
 Name: libxfce4panel
 Description: Library for the Xfce Panel
-Requires: gtk+-2.0 gmodule-2.0 glib-2.0 libxfce4util-1.0
+Requires: gtk+-3.0 gmodule-2.0 glib-2.0 libxfce4util-1.0
 Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lxfce4panel-@LIBXFCE4PANEL_VERSION_API@
-Cflags: -I${includedir}/xfce4/libxfce4panel-@LIBXFCE4PANEL_VERSION_API@
+Libs: -L${libdir} -lxfce4panel-2.0
+Cflags: -I${includedir}/xfce4/libxfce4panel-2.0
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:andrzejr/wrapper3 Change WRAPPER_BIN name to match the wrapper.

2013-04-07 Thread Peter de Ridder
Updating branch refs/heads/andrzejr/wrapper3
 to e2a61080fd21a3ad4248d78b8e8212d0a06c64d4 (commit)
   from 004ac3eda671a30bc923930b39838225c211cf16 (commit)

commit e2a61080fd21a3ad4248d78b8e8212d0a06c64d4
Author: Peter de Ridder pe...@xfce.org
Date:   Sun Apr 7 23:48:36 2013 +0200

Change WRAPPER_BIN name to match the wrapper.

 panel/panel-plugin-external-wrapper.c |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel/panel-plugin-external-wrapper.c 
b/panel/panel-plugin-external-wrapper.c
index 89c5674..399bff1 100644
--- a/panel/panel-plugin-external-wrapper.c
+++ b/panel/panel-plugin-external-wrapper.c
@@ -51,8 +51,8 @@
 
 
 
-#define WRAPPER_BIN HELPERDIR G_DIR_SEPARATOR_S wrapper
-#define WRAPPER3_BIN HELPERDIR G_DIR_SEPARATOR_S wrapper3
+#define WRAPPER_BIN HELPERDIR G_DIR_SEPARATOR_S wrapper-1.0
+#define WRAPPER3_BIN HELPERDIR G_DIR_SEPARATOR_S wrapper-2.0
 
 
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:andrzejr/wrapper3 Wrapper ported for both Gtk+-2 and Gtk+-3

2013-04-07 Thread Peter de Ridder
Updating branch refs/heads/andrzejr/wrapper3
 to 004ac3eda671a30bc923930b39838225c211cf16 (commit)
   from cc1b985fb3a7507b1fc7dec17795d2d932adb2ef (commit)

commit 004ac3eda671a30bc923930b39838225c211cf16
Author: Peter de Ridder pe...@xfce.org
Date:   Sun Apr 7 23:45:34 2013 +0200

Wrapper ported for both Gtk+-2 and Gtk+-3

 wrapper/Makefile.am|   50 +++---
 wrapper/main.c |4 ++
 wrapper/wrapper-plug.c |  109 
 wrapper/wrapper-plug.h |7 +++
 4 files changed, 164 insertions(+), 6 deletions(-)

diff --git a/wrapper/Makefile.am b/wrapper/Makefile.am
index 94bb13a..e3a9359 100644
--- a/wrapper/Makefile.am
+++ b/wrapper/Makefile.am
@@ -8,12 +8,12 @@ AM_CPPFLAGS = \
 wrapperdir = $(HELPER_PATH_PREFIX)/xfce4/panel
 
 wrapper_PROGRAMS = \
-   wrapper
+   wrapper-1.0
 
 wrapper_built_sources = \
wrapper-dbus-client-infos.h
 
-wrapper_SOURCES = \
+wrapper_1_0_SOURCES = \
$(wrapper_built_sources) \
main.c \
wrapper-module.c \
@@ -21,27 +21,65 @@ wrapper_SOURCES = \
wrapper-plug.c \
wrapper-plug.h
 
-wrapper_CFLAGS = \
+wrapper_1_0_CFLAGS = \
$(GTK_CFLAGS) \
$(DBUS_CFLAGS) \
$(GMODULE_CFLAGS) \
$(LIBXFCE4UTIL_CFLAGS) \
$(PLATFORM_CFLAGS)
 
-wrapper_LDFLAGS = \
+wrapper_1_0_LDFLAGS = \
-no-undefined \
$(PLATFORM_LDFLAGS)
 
-wrapper_LDADD = \
+wrapper_1_0_LDADD = \

$(top_builddir)/libxfce4panel/libxfce4panel-$(LIBXFCE4PANEL_VERSION_API).la \
$(GTK_LIBS) \
$(DBUS_LIBS) \
$(GMODULE_LIBS) \
$(LIBXFCE4UTIL_LIBS)
 
-wrapper_DEPENDENCIES = \
+wrapper_1_0_DEPENDENCIES = \

$(top_builddir)/libxfce4panel/libxfce4panel-$(LIBXFCE4PANEL_VERSION_API).la
 
+#
+# Gtk+ 3 support library
+#
+if ENABLE_GTK3_LIBRARY
+
+wrapper_PROGRAMS += wrapper-2.0
+
+wrapper_2_0_SOURCES = \
+   $(wrapper_built_sources) \
+   main.c \
+   wrapper-module.c \
+   wrapper-module.h \
+   wrapper-plug.c \
+   wrapper-plug.h
+
+wrapper_2_0_CFLAGS = \
+   $(GTK3_CFLAGS) \
+   $(DBUS_CFLAGS) \
+   $(GMODULE_CFLAGS) \
+   $(LIBXFCE4UTIL_CFLAGS) \
+   $(PLATFORM_CFLAGS)
+
+wrapper_2_0_LDFLAGS = \
+   -no-undefined \
+   $(PLATFORM_LDFLAGS)
+
+wrapper_2_0_LDADD = \
+   $(top_builddir)/libxfce4panel/libxfce4panel-2.0.la \
+   $(GTK3_LIBS) \
+   $(DBUS_LIBS) \
+   $(GMODULE_LIBS) \
+   $(LIBXFCE4UTIL_LIBS)
+
+wrapper_2_0_DEPENDENCIES = \
+   $(top_builddir)/libxfce4panel/libxfce4panel-2.0.la
+
+endif
+
 if MAINTAINER_MODE
 
 wrapper-dbus-client-infos.h: 
$(top_builddir)/panel/panel-plugin-external-wrapper-infos.xml Makefile
diff --git a/wrapper/main.c b/wrapper/main.c
index 2420d79..0a19ec6 100644
--- a/wrapper/main.c
+++ b/wrapper/main.c
@@ -271,7 +271,11 @@ main (gint argc, gchar **argv)
   GError  *error = NULL;
   const gchar *filename;
   gint unique_id;
+#if GTK_CHECK_VERSION (3, 0, 0)
+  Window   socket_id;
+#else
   GdkNativeWindow  socket_id;
+#endif
   const gchar *name;
   const gchar *display_name;
   const gchar *comment;
diff --git a/wrapper/wrapper-plug.c b/wrapper/wrapper-plug.c
index 29cced3..14bac51 100644
--- a/wrapper/wrapper-plug.c
+++ b/wrapper/wrapper-plug.c
@@ -30,8 +30,13 @@
 
 
 static void wrapper_plug_finalize (GObject*object);
+#if GTK_CHECK_VERSION (3, 0, 0)
+static gboolean wrapper_plug_draw (GtkWidget  *widget,
+   cairo_t*cr);
+#else
 static gboolean wrapper_plug_expose_event (GtkWidget  *widget,
GdkEventExpose *event);
+#endif
 static void wrapper_plug_background_reset (WrapperPlug*plug);
 
 
@@ -73,7 +78,11 @@ wrapper_plug_class_init (WrapperPlugClass *klass)
   gobject_class-finalize = wrapper_plug_finalize;
 
   gtkwidget_class = GTK_WIDGET_CLASS (klass);
+#if GTK_CHECK_VERSION (3, 0, 0)
+  gtkwidget_class-draw = wrapper_plug_draw;
+#else
   gtkwidget_class-expose_event = wrapper_plug_expose_event;
+#endif
 }
 
 
@@ -81,8 +90,13 @@ wrapper_plug_class_init (WrapperPlugClass *klass)
 static void
 wrapper_plug_init (WrapperPlug *plug)
 {
+#if GTK_CHECK_VERSION (3, 0, 0)
+  GdkVisual *visual = NULL;
+  GdkScreen *screen;
+#else
   GdkColormap *colormap = NULL;
   GdkScreen   *screen;
+#endif
 
   plug-background_alpha = 1.00;
   plug-background_color = NULL;
@@ -103,9 +117,15 @@ wrapper_plug_init (WrapperPlug *plug)
 
   /* set the colormap */
   screen = gtk_window_get_screen (GTK_WINDOW (plug));
+#if GTK_CHECK_VERSION (3, 0, 0)
+  visual = gdk_screen_get_rgba_visual (screen);
+  if (visual != NULL)
+gtk_widget_set_visual (GTK_WIDGET (plug), visual);
+#else
   colormap = gdk_screen_get_rgba_colormap (screen);
   if (colormap != NULL)
 

[Xfce4-commits] xfce4-panel:andrzejr/wrapper3 Added GTK+-3 version of libxfce4panel.

2013-04-07 Thread Peter de Ridder
Updating branch refs/heads/andrzejr/wrapper3
 to 1b51c7af53d9a8831c23c9daaa10e3af87c17482 (commit)
   from 55f09b17a823fa1c5828f43e321311ca7f5ba891 (commit)

commit 1b51c7af53d9a8831c23c9daaa10e3af87c17482
Author: Peter de Ridder pe...@xfce.org
Date:   Sun Apr 7 23:08:37 2013 +0200

Added GTK+-3 version of libxfce4panel.

 configure.ac.in|   10 ++
 libxfce4panel/Makefile.am  |   45 +++
 libxfce4panel/xfce-arrow-button.c  |  209 
 libxfce4panel/xfce-panel-convenience.c |6 +-
 libxfce4panel/xfce-panel-image.c   |  185 +++-
 libxfce4panel/xfce-panel-macros-46.h   |6 +-
 libxfce4panel/xfce-panel-plugin.c  |   30 --
 7 files changed, 420 insertions(+), 71 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 80d909e..654eab2 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -139,6 +139,14 @@ XDT_CHECK_PACKAGE([DBUS], [dbus-glib-1], [0.73])
 XDT_CHECK_PACKAGE([CAIRO], [cairo], [1.0.0])
 XDT_CHECK_PACKAGE([LIBWNCK], [libwnck-1.0], [2.30])
 
+dnl ***
+dnl *** Optional support for a GTK+3 version of the library ***
+dnl ***
+XDT_CHECK_OPTIONAL_PACKAGE([GTK3],
+   [gtk+-3.0], [3.2.0], [gtk3],
+   [GTK+ 3 support])
+AM_CONDITIONAL([ENABLE_GTK3_LIBRARY], [test x$GTK3_FOUND = xyes])
+
 dnl **
 dnl *** Optional GIO UNIX features ***
 dnl **
@@ -228,6 +236,7 @@ icons/48x48/Makefile
 icons/scalable/Makefile
 libxfce4panel/Makefile
 libxfce4panel/libxfce4panel-1.0.pc
+libxfce4panel/libxfce4panel-2.0.pc
 libxfce4panel/libxfce4panel-config.h
 migrate/Makefile
 migrate/default.xml
@@ -256,4 +265,5 @@ echo Build Configuration:
 echo
 echo * Debug Support:  $enable_debug
 echo * GNU Visibility: $have_gnuc_visibility
+echo * GTK+ 3 Support: $GTK3_FOUND
 echo
diff --git a/libxfce4panel/Makefile.am b/libxfce4panel/Makefile.am
index cba5083..384d15f 100644
--- a/libxfce4panel/Makefile.am
+++ b/libxfce4panel/Makefile.am
@@ -75,6 +75,51 @@ pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libxfce4panel-$(LIBXFCE4PANEL_VERSION_API).pc
 
 #
+# GTK+ 3 support library
+#
+if ENABLE_GTK3_LIBRARY
+
+lib_LTLIBRARIES += libxfce4panel-2.0.la
+
+libxfce4panel2_includedir = \
+   $(includedir)/xfce4/libxfce4panel-2.0/libxfce4panel
+
+libxfce4panel2_include_HEADERS = \
+   $(libxfce4panel_public_built_sources) \
+   $(libxfce4panel_headers)
+
+libxfce4panel_2_0_la_SOURCES = \
+   $(libxfce4panel_built_sources) \
+   $(libxfce4panel_headers) \
+   libxfce4panel-config.c \
+   xfce-arrow-button.c \
+   xfce-panel-convenience.c \
+   xfce-panel-plugin.c \
+   xfce-panel-plugin-provider.c \
+   xfce-panel-image.c
+
+libxfce4panel_2_0_la_CFLAGS =   \
+   $(GTK_CFLAGS) \
+   $(LIBXFCE4UTIL_CFLAGS) \
+   $(PLATFORM_CFLAGS)
+
+libxfce4panel_2_0_la_LDFLAGS = \
+   -no-undefined \
+   -export-dynamic \
+   -version-info $(LIBXFCE4PANEL_VERINFO) \
+   -export-symbols-regex '^[^_].*' \
+   $(PLATFORM_LDFLAGS)
+
+libxfce4panel_2_0_la_LIBADD = \
+   $(GTK_LIBS) \
+   $(LIBXFCE4UTIL_LIBS) \
+   -lm
+
+pkgconfig_DATA += libxfce4panel-2.0.pc
+
+endif
+
+#
 # Build sources
 #
 if MAINTAINER_MODE
diff --git a/libxfce4panel/xfce-arrow-button.c 
b/libxfce4panel/xfce-arrow-button.c
index 01eb2d2..bbf2369 100644
--- a/libxfce4panel/xfce-arrow-button.c
+++ b/libxfce4panel/xfce-arrow-button.c
@@ -66,21 +66,32 @@ enum
   PROP_ARROW_TYPE
 };
 
-static void xfce_arrow_button_set_property  (GObject   *object,
- guint  
prop_id,
- const GValue  *value,
- GParamSpec*pspec);
-static void xfce_arrow_button_get_property  (GObject   *object,
- guint  
prop_id,
- GValue*value,
- GParamSpec*pspec);
-static void xfce_arrow_button_finalize  (GObject   
*object);
-static gboolean xfce_arrow_button_expose_event  (GtkWidget *widget,
- GdkEventExpose*event);
-static void xfce_arrow_button_size_request  (GtkWidget *widget,
- GtkRequisition
*requisition);
-static void xfce_arrow_button_size_allocate (GtkWidget *widget,
- GtkAllocation 
*allocation);
+static void 

[Xfce4-commits] xfce4-indicator-plugin:andrzejr/gtk3 Some exo fixes to make config settings work

2013-04-07 Thread Andrzej
Updating branch refs/heads/andrzejr/gtk3
 to 84ab84c4f70b6c011b225a72e7cce9dd426155c3 (commit)
   from ed35886b41b7d1b7059822773ce423c3e3dbe962 (commit)

commit 84ab84c4f70b6c011b225a72e7cce9dd426155c3
Author: Andrzej ndrwr...@gmail.com
Date:   Sun Apr 7 23:52:11 2013 +0100

Some exo fixes to make config settings work

 panel-plugin/Makefile.am|2 +-
 panel-plugin/indicator-config.c |   18 ++
 panel-plugin/indicator-dialog.c |9 +
 3 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 7eb6ac0..4229737 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -85,7 +85,7 @@ DISTCLEANFILES += \
$(libindicator_built_sources)
 
 indicator-dialog_ui.h: indicator-dialog.glade
-   $(AM_V_GEN) exo-csource --static --strip-comments --strip-content 
--name=indicator_dialog_ui $ $@
+   $(AM_V_GEN) xdt-csource --static --strip-comments --strip-content 
--name=indicator_dialog_ui $ $@
 endif
 
 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/panel-plugin/indicator-config.c b/panel-plugin/indicator-config.c
index a560da4..06fb0a9 100644
--- a/panel-plugin/indicator-config.c
+++ b/panel-plugin/indicator-config.c
@@ -157,24 +157,21 @@ indicator_config_class_init (IndicatorConfigClass *klass)
   128,
   DEFAULT_ICON_SIZE_MAX,
   G_PARAM_READWRITE |
-  G_PARAM_STATIC_STRINGS |
-  G_PARAM_CONSTRUCT_ONLY));
+  G_PARAM_STATIC_STRINGS));
 
   g_object_class_install_property (gobject_class,
PROP_ALIGN_LEFT,
g_param_spec_boolean (align-left, NULL, 
NULL,
  DEFAULT_ALIGN_LEFT,
  G_PARAM_READWRITE |
- 
G_PARAM_STATIC_STRINGS |
- 
G_PARAM_CONSTRUCT_ONLY));
+ 
G_PARAM_STATIC_STRINGS));
 
   g_object_class_install_property (gobject_class,
PROP_MODE_WHITELIST,
g_param_spec_boolean (mode-whitelist, 
NULL, NULL,
  
DEFAULT_MODE_WHITELIST,
  G_PARAM_READWRITE |
- 
G_PARAM_STATIC_STRINGS |
- 
G_PARAM_CONSTRUCT_ONLY));
+ 
G_PARAM_STATIC_STRINGS));
 
   g_object_class_install_property (gobject_class,
PROP_BLACKLIST,
@@ -182,8 +179,7 @@ indicator_config_class_init (IndicatorConfigClass *klass)
NULL, NULL,

XFCE_TYPE_INDICATOR_CONFIG_VALUE_ARRAY,
G_PARAM_READWRITE |
-   G_PARAM_STATIC_STRINGS |
-   
G_PARAM_CONSTRUCT_ONLY));
+   
G_PARAM_STATIC_STRINGS));
 
   g_object_class_install_property (gobject_class,
PROP_WHITELIST,
@@ -191,8 +187,7 @@ indicator_config_class_init (IndicatorConfigClass *klass)
NULL, NULL,

XFCE_TYPE_INDICATOR_CONFIG_VALUE_ARRAY,
G_PARAM_READWRITE |
-   G_PARAM_STATIC_STRINGS |
-   
G_PARAM_CONSTRUCT_ONLY));
+   
G_PARAM_STATIC_STRINGS));
 
 
   g_object_class_install_property (gobject_class,
@@ -201,8 +196,7 @@ indicator_config_class_init (IndicatorConfigClass *klass)
NULL, NULL,

XFCE_TYPE_INDICATOR_CONFIG_VALUE_ARRAY,
G_PARAM_READWRITE |
-   G_PARAM_STATIC_STRINGS |
-   
G_PARAM_CONSTRUCT_ONLY));
+   
G_PARAM_STATIC_STRINGS));
 
 

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

2013-04-07 Thread Transifex
Updating branch refs/heads/master
 to 9928550d57418e7c827184d56c02d9ea680d27b4 (commit)
   from 77f5593d5c3f2ad00752fa45be97a1d291450725 (commit)

commit 9928550d57418e7c827184d56c02d9ea680d27b4
Author: Masato Hashimoto hash...@xfce.org
Date:   Mon Apr 8 06:00:39 2013 +0200

l10n: Updated Japanese (ja) translation to 100%

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

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

 po/ja.po |   38 ++
 1 files changed, 22 insertions(+), 16 deletions(-)

diff --git a/po/ja.po b/po/ja.po
index 1a23d7c..2f97d02 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,8 +8,8 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-notifyd 0.1.0git-20081126-6121e624\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-01-19 13:28+0900\n
-PO-Revision-Date: 2013-01-19 13:30+0900\n
+POT-Creation-Date: 2013-04-08 12:59+0900\n
+PO-Revision-Date: 2013-04-08 12:59+0900\n
 Last-Translator: Masato Hashimoto cabezon.hashim...@gmail.com\n
 Language-Team: Japanese xfce-users...@googlegroups.com\n
 Language: ja\n
@@ -19,7 +19,7 @@ msgstr 
 Plural-Forms: nplurals=1; plural=0;\n
 
 #: ../xfce4-notifyd/main.c:74 ../xfce4-notifyd/main.c:84
-#: ../xfce4-notifyd-config/main.c:238
+#: ../xfce4-notifyd-config/main.c:258
 msgid Xfce Notify Daemon
 msgstr Xfce 通知デーモン
 
@@ -47,43 +47,49 @@ msgstr D-Bus セッションバスに接続できません
 msgid Another notification xndaemon is already running
 msgstr 他の通知デーモンがすでに起動しています
 
-#. 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:57
+msgid Notification Preview
+msgstr 通知プレビュー
 
-#: ../xfce4-notifyd-config/main.c:102 ../xfce4-notifyd-config/main.c:209
+#: ../xfce4-notifyd-config/main.c:58
+msgid This is how notifications will look like
+msgstr 通知はこのように表示されます。
+
+#: ../xfce4-notifyd-config/main.c:63
+msgid Button
+msgstr ボタン
+
+#: ../xfce4-notifyd-config/main.c:70
 msgid Notification preview failed
 msgstr 通知のプレビューに失敗しました
 
-#: ../xfce4-notifyd-config/main.c:240
+#: ../xfce4-notifyd-config/main.c:260
 msgid Settings daemon is unavailable
 msgstr 設定デーモンは使用できません
 
-#: ../xfce4-notifyd-config/main.c:290
+#: ../xfce4-notifyd-config/main.c:310
 msgid Display version information
 msgstr バージョン情報を表示する
 
-#: ../xfce4-notifyd-config/main.c:291
+#: ../xfce4-notifyd-config/main.c:311
 msgid Settings manager socket
 msgstr 設定マネージャーソケット
 
-#: ../xfce4-notifyd-config/main.c:291
+#: ../xfce4-notifyd-config/main.c:311
 msgid SOCKET_ID
 msgstr SOCKET_ID
 
-#: ../xfce4-notifyd-config/main.c:301
+#: ../xfce4-notifyd-config/main.c:321
 #, c-format
 msgid Type '%s --help' for usage.
 msgstr '%s --help' と入力すると使用法が表示されます。
 
-#: ../xfce4-notifyd-config/main.c:314
+#: ../xfce4-notifyd-config/main.c:334
 #, c-format
 msgid Released under the terms of the GNU General Public License, version 2\n
 msgstr GNU General Public License, version 2 の条項下でリリースされています。\n
 
-#: ../xfce4-notifyd-config/main.c:315
+#: ../xfce4-notifyd-config/main.c:335
 #, c-format
 msgid Please report bugs to %s.\n
 msgstr バグは %s まで報告してください。\n
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits