[Xfce4-commits] [apps/xfce4-dict] 01/01: I18n: Update translation is (100%).

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository apps/xfce4-dict.

commit 92432ea43df581f3ba06eb50f0ba89f7c739d509
Author: Sveinn í Felli s...@fellsnet.is
Date:   Fri May 23 12:30:58 2014 +0200

I18n: Update translation is (100%).

111 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/is.po |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/po/is.po b/po/is.po
index 3ea24b9..0bbfc39 100644
--- a/po/is.po
+++ b/po/is.po
@@ -10,7 +10,7 @@ msgstr 
 Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-03 20:36+0200\n
-PO-Revision-Date: 2014-05-22 08:23+\n
+PO-Revision-Date: 2014-05-23 09:36+\n
 Last-Translator: Sveinn í Felli s...@fellsnet.is\n
 Language-Team: Icelandic 
(http://www.transifex.com/projects/p/xfce-apps/language/is/)\n
 MIME-Version: 1.0\n
@@ -60,11 +60,11 @@ msgstr Virkja textareit á skjástiku
 
 #: ../src/xfce4-dict.c:55
 msgid Start stand-alone application even if the panel plugin is loaded
-msgstr 
+msgstr Ræsa sjálfstætt forrit jafnvel þótt stikuviðbótin sé virk
 
 #: ../src/xfce4-dict.c:56
 msgid Grabs the PRIMARY selection content and uses it as search text
-msgstr 
+msgstr Tekur innihald AÐALVALS og notar það sem leitarstreng
 
 #: ../src/xfce4-dict.c:57
 msgid Be verbose
@@ -181,7 +181,7 @@ msgstr[1] (birta %d orð í einu)
 msgid 
 This is an easy speed reading utility to help train you to read faster. It 
 does this by flashing words at a rapid rate on the screen.
-msgstr 
+msgstr Þetta er einfalt hraðlestrartól til að æfa þig í að lesa hraðar. Það 
er gert með því að blikka á miklum hraða orðum á skjánum
 
 #: ../lib/speedreader.c:589
 msgid _Words per Minute:
@@ -204,7 +204,7 @@ msgid 
 Enter some text here you would like to read.\n
 \n
 Be relaxed and make yourself comfortable, then press Start to begin speed 
reading.
-msgstr 
+msgstr Settu hér inn einhvern texta sem þig langar að lesa.\n\nKomdu þér vel 
fyrir og slakaðu á, ýttu síðan á \Byrja\ til að hefja hraðlestur.
 
 #: ../lib/speedreader.c:654
 msgid Load the contents of a file

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfce4-dict] branch master updated (8c8288d - 92432ea)

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository apps/xfce4-dict.

  from  8c8288d   I18n: Update translation is (96%).
   new  92432ea   I18n: Update translation is (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/is.po |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Add support for suspend/hibernate

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.

commit 8cc3a47c0265bcfb4627c1f503534dd20bfbffdc
Author: Eric Koegel eric.koe...@gmail.com
Date:   Fri May 23 14:55:03 2014 +0300

Add support for suspend/hibernate

UPower dropped support for managing power. To continue to support
suspend and hibernate we'll add those functions into xfpm while
borrowing the helper code from xfce4-session.
---
 configure.ac.in  |   37 +++-
 po/POTFILES.in   |2 +
 src/Makefile.am  |   18 +-
 src/xfpm-pm-helper.c |  158 ++
 src/xfpm-power.c |  113 +-
 src/xfpm-suspend.c   |  592 ++
 src/xfpm-suspend.h   |   85 
 7 files changed, 993 insertions(+), 12 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 527f399..2891d07 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -35,9 +35,11 @@ LT_INIT([disable-static])
 #   Check for headers needed for standard interfaces   #
 #  #
 AC_HEADER_STDC()
-AC_CHECK_HEADERS([errno.h signal.h stddef.h \
-  string.h sys/stat.h sys/types.h sys/wait.h time.h \
-  unistd.h])
+AC_CHECK_HEADERS([errno.h signal.h stddef.h sys/types.h memory.h stdlib.h \
+  string.h sys/stat.h sys/types.h sys/wait.h time.h   \
+  unistd.h sys/resource.h sys/socket.h sys/sysctl.h unistd.h])
+
+AC_CHECK_FUNCS([getpwuid setsid sigaction])
 
 # = #
 #  Check for libm  #
@@ -157,6 +159,34 @@ fi
 AM_CONDITIONAL([BUILD_PANEL_PLUGINS], [test x$build_panel_plugins = xyes])
 
 #===#
+# Compile time default choice of backend#
+#===#
+AC_ARG_WITH([backend],
+   AS_HELP_STRING([--with-backend=option],
+  [Default backend to use linux, freebsd, openbsd]))
+# default to a sane option
+AC_CANONICAL_HOST
+if test x$with_backend = x; then
+   AS_CASE([$host],
+   [*-linux*],   [with_backend=linux],
+   [*-*freebsd*], [with_backend=freebsd],
+   [*-openbsd*], [with_backend=openbsd])
+fi
+AC_DEFINE_UNQUOTED(BACKEND, $with_backend, [backend])
+AC_SUBST(BACKEND, $with_backend)
+
+if test x$with_backend = xlinux; then
+AC_DEFINE(BACKEND_TYPE_LINUX, 1, [Linux suspend/hibernate backend])
+fi
+if test x$with_backend = xfreebsd; then
+AC_DEFINE(BACKEND_TYPE_FREEBSD, 1, [FreeBSD suspend/hibernate backend])
+fi
+if test x$with_backend = xopenbsd; then
+AC_DEFINE(BACKEND_TYPE_OPENBSD, 1, [OpenBSD suspend/hibernate backend])
+fi
+AC_MSG_RESULT([$ac_network_manager])
+
+#===#
 #  Check for debugging support  #
 #===#
 XDT_FEATURE_DEBUG
@@ -212,5 +242,6 @@ echo POLKIT:   ${polkit}
 echo DPMS:${enable_dpms}
 echo Network manager: ${ac_network_manager}
 echo Build panel plugins: ${build_panel_plugins}
+echo Backend: ${with_backend}
 echo Debug:   ${enable_debug}
 echo Configuration finished, type make to compile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4ac54bf..ea09e91 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -14,6 +14,8 @@ src/xfpm-network-manager.c
 src/xfpm-dpms.c
 src/xfpm-inhibit.c
 src/xfpm-power-info.c
+src/xfpm-pm-helper.c
+src/xfpm-suspend.c
 src/xfce4-power-manager.desktop.in
 src/org.xfce.power.policy.in2
 panel-plugins/brightness/brightness-button.c
diff --git a/src/Makefile.am b/src/Makefile.am
index 9899733..1704c4d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,6 @@
 bin_PROGRAMS = xfce4-power-manager \
-  xfce4-power-information
+  xfce4-power-information  \
+  xfce4-pm-helper
 
 xfce4_power_manager_SOURCES =   \
$(BUILT_SOURCES)\
@@ -41,7 +42,9 @@ xfce4_power_manager_SOURCES =   \
xfpm-polkit.c   \
xfpm-polkit.h   \
xfpm-errors.c   \
-   xfpm-errors.h
+   xfpm-errors.h   \
+   xfpm-suspend.c  \
+   xfpm-suspend.h
 
 xfce4_power_manager_CFLAGS =\
-I$(top_srcdir) \
@@ -50,6 +53,7 @@ xfce4_power_manager_CFLAGS =\
-DLOCALEDIR=\$(localedir)\\
-DG_LOG_DOMAIN=\xfce4-power-manager\  \
-DSYSCONFDIR=\$(sysconfdir)\  \
+   -DXFPM_SUSPEND_HELPER_CMD=\$(prefix)/bin/xfce4-pm-helper\ \

[Xfce4-commits] [xfce/xfce4-power-manager] branch master updated (0e7cce0 - 8cc3a47)

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

eric pushed a change to branch master
in repository xfce/xfce4-power-manager.

  from  0e7cce0   I18n: Update translation kk (100%).
   new  8cc3a47   Add support for suspend/hibernate

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac.in  |   37 +++-
 po/POTFILES.in   |2 +
 src/Makefile.am  |   18 +-
 src/xfpm-pm-helper.c |  158 ++
 src/xfpm-power.c |  113 +-
 src/xfpm-suspend.c   |  592 ++
 src/xfpm-suspend.h   |   85 
 7 files changed, 993 insertions(+), 12 deletions(-)
 create mode 100644 src/xfpm-pm-helper.c
 create mode 100644 src/xfpm-suspend.c
 create mode 100644 src/xfpm-suspend.h

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-power-manager] 01/02: Allow individual inhibition of systemd events

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.

commit d2b0d617766f90b5aba2a4694abca99d32991ab6
Author: Sean Davis smd.seanda...@gmail.com
Date:   Thu May 22 21:41:28 2014 -0400

Allow individual inhibition of systemd events
---
 src/xfpm-config.h  |5 ++
 src/xfpm-main.c|   86 +--
 src/xfpm-manager.c |  165 +++-
 src/xfpm-xfconf.c  |   44 ++
 4 files changed, 216 insertions(+), 84 deletions(-)

diff --git a/src/xfpm-config.h b/src/xfpm-config.h
index 7696826..1965384 100644
--- a/src/xfpm-config.h
+++ b/src/xfpm-config.h
@@ -83,6 +83,11 @@ G_BEGIN_DECLS
 #define SPIN_DOWN_ON_BATTERY_TIMEOUT   spin-down-on-battery-timeout
 
 #define NETWORK_MANAGER_SLEEP   network-manager-sleep
+
+#define LOGIND_HANDLE_POWER_KEY logind-handle-power-key
+#define LOGIND_HANDLE_SUSPEND_KEY   logind-handle-suspend-key
+#define LOGIND_HANDLE_HIBERNATE_KEY logind-handle-hibernate-key
+#define LOGIND_HANDLE_LID_SWITCHlogind-handle-lid-switch
 G_END_DECLS
 
 #endif /* __XFPM_CONFIG_H */
diff --git a/src/xfpm-main.c b/src/xfpm-main.c
index 24dacae..b9e6dc4 100644
--- a/src/xfpm-main.c
+++ b/src/xfpm-main.c
@@ -40,9 +40,12 @@
 #include dbus/dbus-glib.h
 #include dbus/dbus-glib-lowlevel.h
 
+#include xfconf/xfconf.h
+
 #include xfpm-dbus.h
 #include xfpm-debug.h
 #include xfpm-common.h
+#include xfpm-config.h
 
 #include xfce-power-manager-dbus-client.h
 #include xfpm-manager.h
@@ -194,96 +197,16 @@ xfpm_dump_remote (DBusGConnection *bus)
 g_hash_table_destroy (hash);
 }
 
-static gint
-xfpm_inhibit_sleep_systemd (DBusGConnection *bus)
-{
-DBusConnection *bus_connection;
-DBusMessage *message = NULL, *reply = NULL;
-DBusError error;
-gint fd = -1;
-const char *what = 
handle-power-key:handle-suspend-key:handle-hibernate-key:handle-lid-switch;
-const char *who = xfce4-power-manager;
-const char *why = xfce4-power-manager handles these events;
-const char *mode = block;
-
-bus_connection = dbus_g_connection_get_connection (bus);
-if (!xfpm_dbus_name_has_owner (bus_connection, org.freedesktop.login1))
-return -1;
-
-dbus_error_init (error);
-
-message = dbus_message_new_method_call (org.freedesktop.login1,
-/org/freedesktop/login1,
-org.freedesktop.login1.Manager,
-Inhibit);
-
-if (!message)
-{
-g_warning (Unable to call Inhibit());
-goto done;
-}
-
-
-if (!dbus_message_append_args (message,
-DBUS_TYPE_STRING, what,
-DBUS_TYPE_STRING, who,
-DBUS_TYPE_STRING, why,
-DBUS_TYPE_STRING, mode,
-DBUS_TYPE_INVALID))
-{
-g_warning (Unable to call Inhibit());
-goto done;
-}
-
-
-reply = dbus_connection_send_with_reply_and_block (bus_connection, 
message, -1, error);
-if (!reply)
-{
-g_warning (Unable to inhibit systemd sleep: %s, error.message);
-goto done;
-}
-
-if (!dbus_message_get_args (reply, error,
-DBUS_TYPE_UNIX_FD, fd,
-DBUS_TYPE_INVALID))
-{
-g_warning (Inhibit() reply parsing failed: %s, error.message);
-}
-
-done:
-
-if (message)
-dbus_message_unref (message);
-if (reply)
-dbus_message_unref (reply);
-dbus_error_free (error);
-
-return fd;
-}
-
 static void G_GNUC_NORETURN
 xfpm_start (DBusGConnection *bus, const gchar *client_id, gboolean dump)
 {
-DBusGConnection *system_bus;
 XfpmManager *manager;
 GError *error = NULL;
-gint inhibit_fd = -1;
 
 XFPM_DEBUG (Starting the power manager);
 
 manager = xfpm_manager_new (bus, client_id);
 
-/* Don't allow systemd to handle power/suspend/hibernate buttons
- * and lid-switch */
-system_bus = dbus_g_bus_get (DBUS_BUS_SYSTEM, error);
-if (system_bus)
-inhibit_fd = xfpm_inhibit_sleep_systemd (system_bus);
-else
-{
-g_warning (Unable connect to system bus: %s, error-message);
-g_clear_error (error);
-}
-
 if ( xfce_posix_signal_handler_init (error)) 
 {
 xfce_posix_signal_handler_set_handler (SIGHUP,
@@ -319,9 +242,6 @@ xfpm_start (DBusGConnection *bus, const gchar *client_id, 
gboolean dump)
 
 g_object_unref (manager);
 
-if (inhibit_fd = 0)
-close (inhibit_fd);
-
 exit (EXIT_SUCCESS);
 }
 
diff --git a/src/xfpm-manager.c b/src/xfpm-manager.c
index dd8e0c4..0a6e42f 100644
--- a/src/xfpm-manager.c
+++ b/src/xfpm-manager.c
@@ -76,6 +76,7 @@ static gboolean xfpm_manager_quit (XfpmManager *manager);
 struct 

[Xfce4-commits] [xfce/xfce4-power-manager] 02/02: Do not add unneccesary includes

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.

commit 4f63957f21bb3c9841287ffc5b7872705ffcdd75
Author: Sean Davis smd.seanda...@gmail.com
Date:   Thu May 22 21:48:01 2014 -0400

Do not add unneccesary includes
---
 src/xfpm-main.c |3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/xfpm-main.c b/src/xfpm-main.c
index b9e6dc4..83ea293 100644
--- a/src/xfpm-main.c
+++ b/src/xfpm-main.c
@@ -40,12 +40,9 @@
 #include dbus/dbus-glib.h
 #include dbus/dbus-glib-lowlevel.h
 
-#include xfconf/xfconf.h
-
 #include xfpm-dbus.h
 #include xfpm-debug.h
 #include xfpm-common.h
-#include xfpm-config.h
 
 #include xfce-power-manager-dbus-client.h
 #include xfpm-manager.h

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-power-manager] branch master updated (8cc3a47 - 4f63957)

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

eric pushed a change to branch master
in repository xfce/xfce4-power-manager.

  from  8cc3a47   Add support for suspend/hibernate
   new  d2b0d61   Allow individual inhibition of systemd events
   new  4f63957   Do not add unneccesary includes

The 2 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/xfpm-config.h  |5 ++
 src/xfpm-main.c|   83 --
 src/xfpm-manager.c |  165 +++-
 src/xfpm-xfconf.c  |   44 ++
 4 files changed, 213 insertions(+), 84 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-mount-plugin] branch master updated (ced5b6c - 47abfa6)

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository panel-plugins/xfce4-mount-plugin.

  from  ced5b6c   I18n: Update translation de (96%).
   new  47abfa6   I18n: Update translation is (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/is.po |  135 +++---
 1 file changed, 76 insertions(+), 59 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-mount-plugin] 01/01: I18n: Update translation is (100%).

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository panel-plugins/xfce4-mount-plugin.

commit 47abfa6b94fab232ec472e20cf404bc53b74a0ef
Author: Sveinn í Felli s...@fellsnet.is
Date:   Fri May 23 18:31:30 2014 +0200

I18n: Update translation is (100%).

55 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/is.po |  135 +++---
 1 file changed, 76 insertions(+), 59 deletions(-)

diff --git a/po/is.po b/po/is.po
index 6e7d5c7..ce45838 100644
--- a/po/is.po
+++ b/po/is.po
@@ -3,15 +3,15 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Sveinn í Felli svei...@nett.is, 2013
+# Sveinn í Felli svei...@nett.is, 2013-2014
 msgid 
 msgstr 
 Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-07-03 21:06+0200\n
-PO-Revision-Date: 2013-12-14 06:26+\n
+POT-Creation-Date: 2014-04-27 00:31+0200\n
+PO-Revision-Date: 2014-05-23 13:20+\n
 Last-Translator: Sveinn í Felli s...@fellsnet.is\n
-Language-Team: Icelandic 
(http://www.transifex.com/projects/p/xfce/language/is/)\n
+Language-Team: Icelandic 
(http://www.transifex.com/projects/p/xfce-panel-plugins/language/is/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
@@ -88,179 +88,196 @@ msgstr ekki tengt\n
 #. Plugin:\n\nError executing command.),
 #. _(Return value:), WEXITSTATUS(exit_status), _(\nError was:),
 #. erroutput);
-#: ../panel-plugin/devices.c:288
+#: ../panel-plugin/devices.c:291
 #, c-format
 msgid Failed to mount device \%s\.
 msgstr Mistókst að tengja tækið \%s\.
 
-#: ../panel-plugin/devices.c:303
+#: ../panel-plugin/devices.c:306
 #, c-format
 msgid Error executing on-mount command \%s\.
-msgstr 
+msgstr Villa við að keyra skipunina \%s\ við tengingu í skráakerfið.
 
 #. xfce_dialog_show_error (NULL, error, %s %s %d, %s %s, _(Mount Plugin:
 #. Error executing command.),
 #. _(Returned), WEXITSTATUS(exit_status), _(error was), erroutput);
-#: ../panel-plugin/devices.c:357
+#: ../panel-plugin/devices.c:360
 #, c-format
 msgid Failed to umount device \%s\.
 msgstr Mistókst að aftengja tækið \%s\.
 
-#: ../panel-plugin/devices.c:360
+#: ../panel-plugin/devices.c:363
 #, c-format
 msgid The device \%s\ should be removable safely now.
 msgstr Tækið \%s\ ætti núna að vera hægt að fjarlægja á öruggan máta.
 
-#: ../panel-plugin/devices.c:362
+#: ../panel-plugin/devices.c:365
 #, c-format
 msgid An error occurred. The device \%s\ should not be removed!
-msgstr 
+msgstr Villa kom upp. Tækið \%s\ ætti ekki að fjarlægjast!
+
+#: ../panel-plugin/devices.c:443
+msgid 
+Your /etc/fstab could not be read. This will severely degrade the plugin's 
+abilities.
+msgstr Ekki tókst að lesa /etc/fstab skrána. Það mun hamla verulega virkni 
þessarar viðbótar.
+
+#: ../panel-plugin/mount-plugin.c:171
+msgid  - 
+msgstr  - 
+
+#: ../panel-plugin/mount-plugin.c:223
+#, c-format
+msgid [%s/%s] %s free
+msgstr [%s/%s] %s laust
 
 #: ../panel-plugin/mount-plugin.c:242
 msgid span foreground=\#FF\not mounted/span
 msgstr span foreground=\#FF\ekki tengt/span
 
-#: ../panel-plugin/mount-plugin.c:513
+#: ../panel-plugin/mount-plugin.c:514
 msgid devices
 msgstr tæki
 
-#: ../panel-plugin/mount-plugin.c:706
+#: ../panel-plugin/mount-plugin.c:707
 msgid Mount Plugin
 msgstr Diskatengiviðbót
 
-#: ../panel-plugin/mount-plugin.c:711
+#: ../panel-plugin/mount-plugin.c:712
 msgid Properties
 msgstr Eiginleikar
 
-#: ../panel-plugin/mount-plugin.c:745
+#: ../panel-plugin/mount-plugin.c:746
 msgid 
 This is only useful and recommended if you specify \sync\ as part of the 
 \unmount\ command string.
-msgstr 
+msgstr Þetta er eingöngu nytsamlegt og mælt með ef þú tiltekur \sync\ sem 
hluta af \unmount\ skipanastrengnum.
 
-#: ../panel-plugin/mount-plugin.c:750
+#: ../panel-plugin/mount-plugin.c:751
 msgid Show _message after unmount
-msgstr 
+msgstr _Birta skilaboð eftir aftengingu
 
-#: ../panel-plugin/mount-plugin.c:762
+#: ../panel-plugin/mount-plugin.c:763
 msgid You can specify a distinct icon to be displayed in the panel.
-msgstr 
+msgstr Þú getur tiltekið ákveðna táknmynd sem nota skal á spjaldinu.
 
-#: ../panel-plugin/mount-plugin.c:769
+#: ../panel-plugin/mount-plugin.c:770
 msgid Icon:
 msgstr Táknmynd:
 
-#: ../panel-plugin/mount-plugin.c:773
+#: ../panel-plugin/mount-plugin.c:774
 msgid Select an image
 msgstr Veldu mynd
 
-#: ../panel-plugin/mount-plugin.c:780
+#: ../panel-plugin/mount-plugin.c:781
 msgid _General
 msgstr _Almennt
 
-#: ../panel-plugin/mount-plugin.c:795
+#: ../panel-plugin/mount-plugin.c:796
 #, c-format
 msgid 
 This command will be executed after mounting the device with the mount point 
of the device as argument.\n
 If you are unsure what to insert, try \exo-open %m\.\n
 '%d' can be used to specify the device, '%m' for the 

[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] branch master updated (1e66ac4 - fc1beb2)

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository panel-plugins/xfce4-weather-plugin.

  from  1e66ac4   I18n: Update translation nb (55%).
   new  fc1beb2   I18n: Add new translation is (50%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/{nb.po = is.po} |  450 +--
 1 file changed, 224 insertions(+), 226 deletions(-)
 copy po/{nb.po = is.po} (83%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfdesktop] branch master updated (a857028 - efc4ad6)

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository xfce/xfdesktop.

  from  a857028   I18n: Update translation uk (100%).
   new  efc4ad6   I18n: Update translation is (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/is.po |  319 +++---
 1 file changed, 159 insertions(+), 160 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfwm4] branch master updated (6643018 - 0e7610c)

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository xfce/xfwm4.

  from  6643018   I18n: Update translation ast (87%).
   new  0e7610c   I18n: Update translation is (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/is.po |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfwm4] 01/01: I18n: Update translation is (100%).

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository xfce/xfwm4.

commit 0e7610c2e62c52cc04ae8e3a84a9c88f9c08e28e
Author: Sveinn í Felli s...@fellsnet.is
Date:   Fri May 23 18:32:09 2014 +0200

I18n: Update translation is (100%).

172 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/is.po |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/po/is.po b/po/is.po
index 07b3565..ce53633 100644
--- a/po/is.po
+++ b/po/is.po
@@ -10,9 +10,9 @@ msgstr 
 Project-Id-Version: Xfwm4\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2014-02-24 00:32+0100\n
-PO-Revision-Date: 2014-04-11 10:27+\n
+PO-Revision-Date: 2014-05-23 14:23+\n
 Last-Translator: Sveinn í Felli s...@fellsnet.is\n
-Language-Team: Icelandic 
(http://www.transifex.com/projects/p/xfce/language/is/)\n
+Language-Team: Icelandic 
(http://www.transifex.com/projects/p/xfwm4/language/is/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
@@ -286,7 +286,7 @@ msgstr _Viðnám jaðars:
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:49
 msgid bWrap workspaces when reaching the screen edge/b
-msgstr 
+msgstr bSamtengja vinnusvæði þegar nálgast er skjájaðar/b
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:50
 msgid When _moving
@@ -478,11 +478,11 @@ msgstr _Muna og endurheimta fyrri vinnusvæði\nþegar 
skipt er með flýtilykl
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:30
 msgid Wrap workspaces depending on the actual desktop _layout
-msgstr 
+msgstr Samtengja vinnusvæði, _miðað við raunverulega framsetningu
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:31
 msgid Wrap workspaces when _the first or the last workspace is reached
-msgstr 
+msgstr Sam_tengja vinnusvæði, fyrsta og síðasta vinnusvæðið eru samliggjandi
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:32
 msgid _Workspaces
@@ -519,11 +519,11 @@ msgstr _Virkja skjásamsetningu á skjá
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:43
 msgid Display _fullscreen overlay windows directly
-msgstr 
+msgstr Birta y_firlagða heilskjásglugga beint
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:44
 msgid Synchronize drawing to the _vertical blank
-msgstr 
+msgstr Samstilla skjáteikningu _við millirammabil (vertical blank)
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:45
 msgid Show shadows under pop_up windows

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfdesktop] 01/01: I18n: Update translation is (100%).

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository xfce/xfdesktop.

commit efc4ad6a6644bd9cd13eab1f059b2027805cbd13
Author: Sveinn í Felli s...@fellsnet.is
Date:   Fri May 23 18:32:05 2014 +0200

I18n: Update translation is (100%).

216 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/is.po |  319 +++---
 1 file changed, 159 insertions(+), 160 deletions(-)

diff --git a/po/is.po b/po/is.po
index fc673b9..a230c10 100644
--- a/po/is.po
+++ b/po/is.po
@@ -9,47 +9,47 @@ msgid 
 msgstr 
 Project-Id-Version: Xfdesktop\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-12-15 00:31+0100\n
-PO-Revision-Date: 2014-01-30 06:11+\n
+POT-Creation-Date: 2014-04-03 18:32+0200\n
+PO-Revision-Date: 2014-05-23 14:20+\n
 Last-Translator: Sveinn í Felli s...@fellsnet.is\n
-Language-Team: Icelandic 
(http://www.transifex.com/projects/p/xfce/language/is/)\n
+Language-Team: Icelandic 
(http://www.transifex.com/projects/p/xfdesktop/language/is/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: is\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
-#: ../settings/main.c:372 ../src/xfdesktop-special-file-icon.c:295
+#: ../settings/main.c:404 ../src/xfdesktop-special-file-icon.c:295
 #: ../src/xfdesktop-special-file-icon.c:479
 msgid Home
 msgstr Heimasvæði
 
-#: ../settings/main.c:374
+#: ../settings/main.c:406
 msgid Filesystem
 msgstr Skráakerfi
 
-#: ../settings/main.c:376
+#: ../settings/main.c:408
 msgid Trash
 msgstr Rusl
 
-#: ../settings/main.c:378
+#: ../settings/main.c:410
 msgid Removable Devices
 msgstr Útskiptanleg tæki
 
-#: ../settings/main.c:380
+#: ../settings/main.c:412
 msgid Network Shares
 msgstr Netsameignir
 
-#: ../settings/main.c:382
+#: ../settings/main.c:414
 msgid Disks and Drives
 msgstr Diskar og drif
 
-#: ../settings/main.c:384
-msgid Other Items
-msgstr Önnur atriði
+#: ../settings/main.c:416
+msgid Other Devices
+msgstr Önnur tæki
 
 #. Display the file name, file type, and file size in the tooltip.
-#: ../settings/main.c:497
+#: ../settings/main.c:529
 #, c-format
 msgid 
 b%s/b\n
@@ -57,97 +57,95 @@ msgid 
 Size: %s
 msgstr b%s/b\nTegund: %s\nStærð: %s
 
-#: ../settings/main.c:681
+#: ../settings/main.c:715
 #, c-format
 msgid Wallpaper for Monitor %d (%s)
 msgstr Bakgrunnsmynd fyrir skjá %d (%s)
 
-#: ../settings/main.c:684
+#: ../settings/main.c:718
 #, c-format
 msgid Wallpaper for Monitor %d
 msgstr Bakgrunnsmynd fyrir skjá %d
 
-#: ../settings/main.c:690
-msgid 
-You are using more than one display, move this dialog to the display you 
-want to edit the settings for.
-msgstr Þú ert að nota fleiri en einn skjá, færðu þennan glugga á skjáinn sem 
þú vilt breyta stillingum fyrir.
+#: ../settings/main.c:724
+msgid Move this dialog to the display you want to edit the settings for.
+msgstr Færðu þennan glugga á vinnusvæðið sem þú vilt breyta stillingum fyrir.
 
-#: ../settings/main.c:698
+#: ../settings/main.c:731
 #, c-format
 msgid Wallpaper for %s on Monitor %d (%s)
 msgstr Bakgrunnsmynd fyrir %s á skjá %d (%s)
 
-#: ../settings/main.c:702
+#: ../settings/main.c:735
 #, c-format
 msgid Wallpaper for %s on Monitor %d
 msgstr Bakgrunnsmynd fyrir %s á skjá %d
 
-#: ../settings/main.c:709
+#: ../settings/main.c:742
 msgid 
-You are using more than one display, move this dialog to the display and 
-workspace you want to edit the settings for.
-msgstr Þú ert að nota fleiri en einn skjá, færðu þennan glugga á skjáinn og 
vinnusvæðið sem þú vilt breyta stillingum fyrir.
+Move this dialog to the display and workspace you want to edit the settings 
+for.
+msgstr Færðu þennan glugga á skjáinn og vinnusvæðið sem þú vilt breyta 
stillingum fyrir.
 
 #. Single monitor and single workspace
-#: ../settings/main.c:717
+#: ../settings/main.c:749
 #, c-format
 msgid Wallpaper for my desktop
 msgstr Bakgrunnsmynd fyrir skjáborðið mitt
 
 #. Single monitor and per workspace wallpaper
-#: ../settings/main.c:723
+#: ../settings/main.c:755
 #, c-format
 msgid Wallpaper for %s
 msgstr Bakgrunnsmynd fyrir %s
 
-#: ../settings/main.c:728
+#: ../settings/main.c:760
 msgid Move this dialog to the workspace you want to edit the settings for.
 msgstr Færðu þennan glugga á vinnusvæðið sem þú vilt breyta stillingum fyrir.
 
-#: ../settings/main.c:1131
+#: ../settings/main.c:1174
 msgid Image selection is unavailable while the image style is set to None.
 msgstr Ekki er hægt að velja myndir á meðan myndastíll er ekki virkur.
 
-#: ../settings/main.c:1483
+#: ../settings/main.c:1523
 msgid Spanning screens
 msgstr Samliggjandi skjáir
 
-#: ../settings/main.c:1788
+#: ../settings/main.c:1825
 msgid Image files
 msgstr Myndskrár
 
-#: ../settings/main.c:1945
+#: ../settings/main.c:2001
 msgid Settings manager socket
 msgstr Sökkull stillingastjórnunar
 
-#: 

[Xfce4-commits] [xfce/xfce4-appfinder] 01/01: I18n: Update translation id (100%).

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository xfce/xfce4-appfinder.

commit a77ebb00e4ddfe73d8bfb7ee244cfe86c051da53
Author: Anonymous nore...@xfce.org
Date:   Sat May 24 00:30:31 2014 +0200

I18n: Update translation id (100%).

70 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/id.po |   12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/po/id.po b/po/id.po
index 3bcf413..a458f87 100644
--- a/po/id.po
+++ b/po/id.po
@@ -4,21 +4,27 @@
 # 
 # Translators:
 # Andhika Padmawan andhika.padma...@gmail.com, 2008
+# Mohamad Hasan Al Banna, 2014
 # Mohamad Hasan Al Banna, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce4-appfinder\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-07-29 00:30+0200\n
-PO-Revision-Date: 2013-08-05 14:20+\n
+POT-Creation-Date: 2014-02-23 00:30+0100\n
+PO-Revision-Date: 2014-05-23 17:37+\n
 Last-Translator: Mohamad Hasan Al Banna\n
-Language-Team: Indonesian 
(http://www.transifex.com/projects/p/xfce/language/id/)\n
+Language-Team: Indonesian 
(http://www.transifex.com/projects/p/xfce4-appfinder/language/id/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: id\n
 Plural-Forms: nplurals=1; plural=0;\n
 
+#. close all windows and quit
+#: ../src/appfinder-gdbus.c:84
+msgid Forced to quit
+msgstr Paksa berhenti
+
 #: ../src/appfinder-category-model.c:146
 msgid All Applications
 msgstr Semua Aplikasi

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-appfinder] branch master updated (dd59f6e - a77ebb0)

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository xfce/xfce4-appfinder.

  from  dd59f6e   I18n: Update translation nb (100%).
   new  a77ebb0   I18n: Update translation id (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/id.po |   12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-panel] branch master updated (5765a18 - 99cb01d)

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository xfce/xfce4-panel.

  from  5765a18   I18n: Update translation de (100%).
   new  99cb01d   I18n: Update translation id (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/id.po |  164 +-
 1 file changed, 56 insertions(+), 108 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfce4-screenshooter] branch master updated (352507c - c0574c1)

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository apps/xfce4-screenshooter.

  from  352507c   I18n: Update translation is (100%).
   new  c0574c1   I18n: Update translation id (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/id.po |   16 
 1 file changed, 12 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfce4-screenshooter] 01/01: I18n: Update translation id (100%).

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository apps/xfce4-screenshooter.

commit c0574c15a1d94427958fc4e4317089444feb9246
Author: Anonymous nore...@xfce.org
Date:   Sat May 24 00:31:07 2014 +0200

I18n: Update translation id (100%).

75 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/id.po |   16 
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/po/id.po b/po/id.po
index d56e602..eaeb727 100644
--- a/po/id.po
+++ b/po/id.po
@@ -5,14 +5,15 @@
 # Translators:
 # Andhika Padmawan andhika.padma...@gmail.com, 2009
 # Ardjuna asyur...@gmail.com, 2013
+# Mohamad Hasan Al Banna, 2014
 msgid 
 msgstr 
 Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-07-13 22:14+0200\n
-PO-Revision-Date: 2013-07-14 10:10+\n
-Last-Translator: Ardjuna asyur...@gmail.com\n
-Language-Team: Indonesian 
(http://www.transifex.com/projects/p/xfce/language/id/)\n
+POT-Creation-Date: 2014-05-05 18:31+0200\n
+PO-Revision-Date: 2014-05-23 17:47+\n
+Last-Translator: Mohamad Hasan Al Banna\n
+Language-Team: Indonesian 
(http://www.transifex.com/projects/p/xfce-apps/language/id/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
@@ -157,6 +158,13 @@ msgstr span weight=\bold\ 
stretch=\semiexpanded\Pratilik/span
 msgid Save screenshot as...
 msgstr Simpan cuplikan layar sebagai...
 
+#: ../lib/screenshooter-utils.c:183
+#, c-format
+msgid 
+bThe application could not be launched./b\n
+%s
+msgstr bAplikasi tidak dapat diluncurkan./b\n%s
+
 #: ../lib/screenshooter-zimagez.c:114
 #, c-format
 msgid An error occurred when creating the XMLRPC request.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-power-manager] 01/02: I18n: Update translation de (100%).

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch xfce-4.10
in repository xfce/xfce4-power-manager.

commit 7c6f013cbf063e0aa86dfcefd76806951614b0ff
Author: Anonymous nore...@xfce.org
Date:   Sat May 24 00:30:45 2014 +0200

I18n: Update translation de (100%).

213 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/de.po |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/po/de.po b/po/de.po
index db0a398..f893b45 100644
--- a/po/de.po
+++ b/po/de.po
@@ -15,9 +15,9 @@ msgstr 
 Project-Id-Version: Xfce4-power-manager\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-02 23:12+0200\n
-PO-Revision-Date: 2014-04-03 00:20+\n
+PO-Revision-Date: 2014-05-23 19:04+\n
 Last-Translator: to_ba\n
-Language-Team: German 
(http://www.transifex.com/projects/p/xfce/language/de/)\n
+Language-Team: German 
(http://www.transifex.com/projects/p/xfce4-power-manager/language/de/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
@@ -74,7 +74,7 @@ msgstr Beim Schließen der Bildschirmklappe:
 
 #: ../data/interfaces/xfpm-settings.ui.h:12
 msgid Put the computer to sleep when inactive for:
-msgstr Rechner schlafen legen, wenn er inaktiv ist für:
+msgstr Den Rechner schlafen legen, wenn er folgende Zeit inaktiv ist:
 
 #: ../data/interfaces/xfpm-settings.ui.h:13
 msgid Spin down hard disks
@@ -90,11 +90,11 @@ msgstr Aktionen
 
 #: ../data/interfaces/xfpm-settings.ui.h:16
 msgid Put display to sleep when computer is inactive for:
-msgstr Anzeige schlafen legen, wenn der Rechner inaktiv ist für:
+msgstr Die Anzeige schlafen legen, wenn der Rechner folgende Zeit inaktiv 
ist:
 
 #: ../data/interfaces/xfpm-settings.ui.h:17
 msgid Switch off display when computer is inactive for:
-msgstr Anzeige abschalten, wenn der Rechner inaktiv ist für:
+msgstr Anzeige abschalten, wenn der Rechner für folgende Zeit inaktiv ist:
 
 #: ../data/interfaces/xfpm-settings.ui.h:18
 msgid bMonitor/b
@@ -231,7 +231,7 @@ msgstr Keine Rechte für die Festplattenverlangsamung
 
 #: ../settings/xfpm-settings.c:1150
 msgid Always show icon
-msgstr Immer ein Symbol zeigen
+msgstr Symbol immer anzeigen
 
 #: ../settings/xfpm-settings.c:1153
 msgid When battery is present
@@ -243,7 +243,7 @@ msgstr Beim Laden oder Entladen der Batterie
 
 #: ../settings/xfpm-settings.c:1159
 msgid Never show icon
-msgstr Nie das Symbol zeigen
+msgstr Symbol nie anzeigen
 
 #: ../settings/xfpm-settings.c:1185
 msgid 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-panel] 01/01: I18n: Update translation id (100%).

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository xfce/xfce4-panel.

commit 99cb01dc656d3224e41765d927b766164d0a41ea
Author: Anonymous nore...@xfce.org
Date:   Sat May 24 00:30:34 2014 +0200

I18n: Update translation id (100%).

394 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/id.po |  164 +-
 1 file changed, 56 insertions(+), 108 deletions(-)

diff --git a/po/id.po b/po/id.po
index 8e59e1f..2a83f02 100644
--- a/po/id.po
+++ b/po/id.po
@@ -1,23 +1,23 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-#
+# 
 # Translators:
 # Andhika Padmawan andhika.padma...@gmail.com, 2010
+# Mohamad Hasan Al Banna, 2014
 # Mohamad Hasan Al Banna, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce4-panel\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2014-05-16 21:39+0100\n
-PO-Revision-Date: 2013-08-05 14:18+\n
+POT-Creation-Date: 2014-05-17 00:30+0200\n
+PO-Revision-Date: 2014-05-23 17:38+\n
 Last-Translator: Mohamad Hasan Al Banna\n
-Language-Team: Indonesian (http://www.transifex.com/projects/p/xfce/language/;
-id/)\n
-Language: id\n
+Language-Team: Indonesian 
(http://www.transifex.com/projects/p/xfce4-panel/language/id/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: id\n
 Plural-Forms: nplurals=1; plural=0;\n
 
 #: ../panel-desktop-handler.desktop.in.h:1
@@ -26,9 +26,9 @@ msgstr Buat Peluncur di panel
 
 #: ../panel-desktop-handler.desktop.in.h:2
 msgid 
-Add a new launcher to the panel based on the information of this desktop file
-msgstr 
-Tambah sebuah peluncur ke panel berdasarkan informasi dari berkas desktop ini
+Add a new launcher to the panel based on the information of this desktop 
+file
+msgstr Tambah sebuah peluncur ke panel berdasarkan informasi dari berkas 
desktop ini
 
 #: ../panel-preferences.desktop.in.h:1
 #: ../panel/panel-preferences-dialog.glade.h:7 ../panel/panel-window.c:2353
@@ -177,12 +177,9 @@ msgstr Gagal mengirim pesan D-Bus
 
 #: ../panel/main.c:404
 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 
-Anda ingin menjalankan panel? Jika iya, pastikan anda menyimpan sesi saat 
-keluar, sehingga panel secara otomatis dijalankan ketika lain kali anda 
-masuk.
+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 Anda ingin menjalankan panel? Jika iya, pastikan anda menyimpan sesi 
saat keluar, sehingga panel secara otomatis dijalankan ketika lain kali anda 
masuk.
 
 #: ../panel/main.c:407 ../panel/main.c:421
 #, c-format
@@ -201,9 +198,7 @@ msgstr Buat _Peluncur
 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:985
 #, c-format
@@ -215,9 +210,7 @@ msgstr[0] Tambahkan peluncur baru dari %d berkas desktop
 msgid 
 You have started X without session manager. Clicking Quit will close the X 
 server.
-msgstr 
-Anda telah menjalankan X tanpa manajer sesi. Klik Keluar akan menutup server 
-X.
+msgstr Anda telah menjalankan X tanpa manajer sesi. Klik Keluar akan menutup 
server X.
 
 #: ../panel/panel-application.c:1726
 msgid Are you sure you want to quit the panel?
@@ -231,17 +224,14 @@ msgstr Gagal menjalankan perintah \%s\
 #: ../panel/panel-dbus-client.c:211
 msgid 
 Invalid plugin event syntax specified. Use PLUGIN-NAME:NAME[:TYPE:VALUE].
-msgstr 
-Sintaks yang diberikan pada plugin tidak valid. Gunakan: PLUGIN-NAME:NAME[:
-TYPE:VALUE].
+msgstr Sintaks yang diberikan pada plugin tidak valid. Gunakan: 
PLUGIN-NAME:NAME[:TYPE:VALUE].
 
 #: ../panel/panel-dbus-client.c:244
 #, c-format
 msgid 
-Invalid hint type \%s\. Valid types are bool, double, int, string and uint.
-msgstr 
-Tipe \%s\ tidak valid. Gunakan salah satu tipe berikut: bool, double, int, 
-string, dan uint.
+Invalid hint type \%s\. Valid types are bool, double, int, string and 
+uint.
+msgstr Tipe \%s\ tidak valid. Gunakan salah satu tipe berikut: bool, 
double, int, string, dan uint.
 
 #: ../panel/panel-dialogs.c:65
 msgid Maintainers
@@ -281,9 +271,7 @@ msgstr Panel %d
 msgid 
 Because the panel is running in kiosk mode, you are not allowed to make 
 changes to the panel configuration as a regular user
-msgstr 
-Anda tidak diizinkan untuk mengubah konfigurasi panel dengan akun pengguna 
-biasa dikarenakan panel sedang berjalan 

[Xfce4-commits] [xfce/xfce4-power-manager] branch xfce-4.10 updated (ec25c85 - 750cc5e)

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch xfce-4.10
in repository xfce/xfce4-power-manager.

  from  ec25c85   I18n: Update translation nb (100%).
   new  7c6f013   I18n: Update translation de (100%).
   new  750cc5e   I18n: Update translation es (100%).

The 2 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/de.po |   14 +++---
 po/es.po |   42 ++
 2 files changed, 29 insertions(+), 27 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-power-manager] 02/02: I18n: Update translation es (100%).

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch xfce-4.10
in repository xfce/xfce4-power-manager.

commit 750cc5e89664bfd4a1a30fa12ea1fdb6ba22cc94
Author: Adolfo Jayme Barrientos fitosch...@ubuntu.com
Date:   Sat May 24 00:30:45 2014 +0200

I18n: Update translation es (100%).

213 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/es.po |   42 ++
 1 file changed, 22 insertions(+), 20 deletions(-)

diff --git a/po/es.po b/po/es.po
index d129213..7fdabd1 100644
--- a/po/es.po
+++ b/po/es.po
@@ -4,14 +4,16 @@
 # 
 # Translators:
 #  abel.martin.r...@gmail.com, 2009
+# Adolfo Jayme Barrientos fitosch...@ubuntu.com, 2014
+# Pablo Lezaeta prfl...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: Xfce4-power-manager\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-02 23:12+0200\n
-PO-Revision-Date: 2013-11-19 14:35+\n
-Last-Translator: Nick n...@xfce.org\n
-Language-Team: Spanish 
(http://www.transifex.com/projects/p/xfce/language/es/)\n
+PO-Revision-Date: 2014-05-23 17:52+\n
+Last-Translator: Adolfo Jayme Barrientos fitosch...@ubuntu.com\n
+Language-Team: Spanish 
(http://www.transifex.com/projects/p/xfce4-power-manager/language/es/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
@@ -64,7 +66,7 @@ msgstr bOpciones generales/b
 
 #: ../data/interfaces/xfpm-settings.ui.h:11
 msgid When laptop lid is closed:
-msgstr Al cerrar la tapa del portátil:
+msgstr Al cerrar la tapa del equipo:
 
 #: ../data/interfaces/xfpm-settings.ui.h:12
 msgid Put the computer to sleep when inactive for:
@@ -84,11 +86,11 @@ msgstr Acciones
 
 #: ../data/interfaces/xfpm-settings.ui.h:16
 msgid Put display to sleep when computer is inactive for:
-msgstr Poner la pantalla en reposo cuando el ordenador está inactivo por:
+msgstr Poner la pantalla en reposo cuando el equipo está inactivo por:
 
 #: ../data/interfaces/xfpm-settings.ui.h:17
 msgid Switch off display when computer is inactive for:
-msgstr Apagar la pantalla cuando el ordenador está inactivo por:
+msgstr Apagar la pantalla cuando el equipo está inactivo por:
 
 #: ../data/interfaces/xfpm-settings.ui.h:18
 msgid bMonitor/b
@@ -96,7 +98,7 @@ msgstr bMonitor/b
 
 #: ../data/interfaces/xfpm-settings.ui.h:19
 msgid Reduce screen brightness when computer is inactive for:
-msgstr Reducir el brillo de la pantalla cuando el ordenador está inactivo 
por:
+msgstr Reducir el brillo de la pantalla cuando el equipo está inactivo por:
 
 #: ../data/interfaces/xfpm-settings.ui.h:20
 msgid Level:
@@ -430,11 +432,11 @@ msgstr Permiso denegado
 #: ../src/xfpm-power.c:1661 ../src/xfpm-power.c:1684
 #, c-format
 msgid Suspend not supported
-msgstr Suspensión no está soportado
+msgstr No se admite la suspensión
 
 #: ../src/xfpm-power-common.c:122 ../src/xfpm-power-common.c:141
 msgid Battery
-msgstr La batería
+msgstr Batería
 
 #: ../src/xfpm-power-common.c:124 ../src/xfpm-battery.c:832
 msgid UPS
@@ -638,27 +640,27 @@ msgstr %s\nLa %s está vacía
 
 #: ../src/xfpm-battery.c:829
 msgid battery
-msgstr La batería
+msgstr batería
 
 #: ../src/xfpm-battery.c:835
 msgid monitor battery
-msgstr Con batería
+msgstr batería del monitor
 
 #: ../src/xfpm-battery.c:838
 msgid mouse battery
-msgstr Batería del ratón
+msgstr batería del ratón
 
 #: ../src/xfpm-battery.c:841
 msgid keyboard battery
-msgstr La batería del teclado
+msgstr batería del teclado
 
 #: ../src/xfpm-battery.c:844
 msgid PDA battery
-msgstr La batería del PDA
+msgstr batería del PDA
 
 #: ../src/xfpm-battery.c:847
 msgid Phone battery
-msgstr La batería del teléfono
+msgstr batería del teléfono
 
 #: ../src/xfpm-main.c:53 ../src/xfpm-power-info.c:93
 #, c-format
@@ -822,12 +824,12 @@ msgstr Sin datos
 #. TRANSLATORS: kernel module, usually a device driver
 #: ../src/xfpm-power-info.c:125 ../src/xfpm-power-info.c:130
 msgid Kernel module
-msgstr Módulo del kernel
+msgstr Módulo del núcleo
 
 #. TRANSLATORS: kernel housekeeping
 #: ../src/xfpm-power-info.c:135
 msgid Kernel core
-msgstr Volcado del kernel
+msgstr Volcado del núcleo
 
 #. TRANSLATORS: interrupt between processors
 #: ../src/xfpm-power-info.c:140
@@ -852,7 +854,7 @@ msgstr ACPI
 #. TRANSLATORS: serial ATA is a new style of hard disk interface
 #: ../src/xfpm-power-info.c:195
 msgid Serial ATA
-msgstr Serial ATA
+msgstr ATA en serie
 
 #. TRANSLATORS: this is the old-style ATA interface
 #: ../src/xfpm-power-info.c:198
@@ -1002,7 +1004,7 @@ msgstr Encendidos automáticos
 
 #: ../src/xfpm-power-info.c:760
 msgid Command
-msgstr Comando
+msgstr Orden
 
 #: ../src/xfpm-power-info.c:766
 msgid Details
@@ -1024,4 +1026,4 @@ msgstr No se encontró ningún dispositivo
 #: ../panel-plugins/brightness/brightness-button.c:649
 #: ../panel-plugins/brightness/xfce4-brightness-plugin.desktop.in.in.h:1
 msgid Brightness plugin
-msgstr Complemente de brillo
+msgstr 

[Xfce4-commits] [www/www.xfce.org] branch master updated (c15ea88 - 00b8a6a)

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository www/www.xfce.org.

  from  c15ea88   I18n: Update translation zh_TW (53%).
   new  00b8a6a   I18n: Update translation es (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 lib/po/es.po |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-mount-plugin] branch master updated (47abfa6 - 0b0df02)

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository panel-plugins/xfce4-mount-plugin.

  from  47abfa6   I18n: Update translation is (100%).
   new  0b0df02   I18n: Update translation id (96%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/id.po |  176 +-
 1 file changed, 81 insertions(+), 95 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] 01/01: I18n: Update translation id (100%).

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository panel-plugins/xfce4-sensors-plugin.

commit f3a160496fc4a215ddc3c20dd4f348c549737262
Author: Anonymous nore...@xfce.org
Date:   Sat May 24 00:31:39 2014 +0200

I18n: Update translation id (100%).

74 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/id.po |  209 ++
 1 file changed, 72 insertions(+), 137 deletions(-)

diff --git a/po/id.po b/po/id.po
index 3ffb5d2..46ebcd8 100644
--- a/po/id.po
+++ b/po/id.po
@@ -1,131 +1,135 @@
-# Indonesian translations for xfce4-sensors-plugin package.
-# Copyright (C) 2004-2005 Fabian Nowak.
-# This file is distributed under the same license as the xfce4-sensors-plugin 
package.
-# Andhika Padmawan andhika.padma...@gmail.com, 2008.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
+# Translators:
+# Andhika Padmawan andhika.padma...@gmail.com, 2008
+# Mohamad Hasan Al Banna, 2014
 msgid 
 msgstr 
-Project-Id-Version: xfce4-sensors-plugin 0.9.0\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-06-15 04:15+\n
-PO-Revision-Date: 2009-04-09 21:46-0400\n
-Last-Translator: Andhika Padmawan andhika.padma...@gmail.com\n
-Language-Team: Indonesian i...@li.org\n
+POT-Creation-Date: 2014-05-22 00:31+0200\n
+PO-Revision-Date: 2014-05-23 17:50+\n
+Last-Translator: Mohamad Hasan Al Banna\n
+Language-Team: Indonesian 
(http://www.transifex.com/projects/p/xfce-panel-plugins/language/id/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: id\n
+Plural-Forms: nplurals=1; plural=0;\n
 
-#: ../panel-plugin/sensors-plugin.c:287 ../panel-plugin/sensors-plugin.c:384
-#: ../panel-plugin/sensors-plugin.c:977
-msgid span foreground=\#00\bSensors/b/span
-msgstr span foreground=\#00\bSensor/b/span
+#: ../panel-plugin/sensors-plugin.c:287 ../panel-plugin/sensors-plugin.c:383
+#: ../panel-plugin/sensors-plugin.c:985
+msgid spanbSensors/b/span
+msgstr spanbSensor/b/span
 
 #. widget = sensors-eventbox;
-#: ../panel-plugin/sensors-plugin.c:783
+#: ../panel-plugin/sensors-plugin.c:788
 msgid No sensors selected!
 msgstr Tak ada sensor yang dipilih!
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:823
+#: ../panel-plugin/sensors-plugin.c:828
 #, c-format
 msgid 
 Sensors Plugin:\n
 Seems like there was a problem reading a sensor feature value.\n
 Proper proceeding cannot be guaranteed.\n
-msgstr 
-Plugin Sensor:\n
-Kelihatannya terdapat masalah saat membaca nilai fitur sensor.\n
-Eksekusi yang normal tidak dapat dijamin.\n
+msgstr Plugin Sensor:\nKelihatannya terdapat masalah saat membaca nilai fitur 
sensor.\nEksekusi yang normal tidak dapat dijamin.\n
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1709
 msgid UI style:
 msgstr Gaya UI:
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1710
 msgid _text
 msgstr _teks
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1712
 msgid _progress bars
 msgstr _batang progres
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1714
 msgid _tachos
 msgstr _tachometer
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1759
 msgid Show _labels
 msgstr Tampilkan _label
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1789
 msgid Show colored _bars
 msgstr Tampilkan batang _berwarna
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1817
 msgid _Show title
 msgstr _Tampilkan judul
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1841
 msgid _Number of text lines:
 msgstr _Jumlah baris teks:
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1876
 msgid F_ont size:
 msgstr U_kuran fonta:
 
 #. gtk_widget_set_sensitive(myFontBox,
 #. !sd-sensors-display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#: ../panel-plugin/sensors-plugin.c:1883
 msgid x-small
 msgstr sangat kecil
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1884
 msgid small
 msgstr kecil
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1885
 msgid medium
 msgstr sedang
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1886
 msgid large
 msgstr besar
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1887
 msgid x-large
 msgstr sangat besar
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1918
 msgid F_ont:
 

[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] branch master updated (a80ebe2 - f3a1604)

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository panel-plugins/xfce4-sensors-plugin.

  from  a80ebe2   I18n: Update translation de (100%).
   new  f3a1604   I18n: Update translation id (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/id.po |  209 ++
 1 file changed, 72 insertions(+), 137 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [www/www.xfce.org] 01/01: I18n: Update translation es (100%).

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository www/www.xfce.org.

commit 00b8a6a62cb7d82ea8773593d88a81d4d4219338
Author: Adolfo Jayme Barrientos fitosch...@ubuntu.com
Date:   Sat May 24 00:32:00 2014 +0200

I18n: Update translation es (100%).

591 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 lib/po/es.po |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

diff --git a/lib/po/es.po b/lib/po/es.po
index 197976e..91ed6b8 100644
--- a/lib/po/es.po
+++ b/lib/po/es.po
@@ -22,8 +22,8 @@ msgstr 
 Project-Id-Version: Xfce Websites\n
 Report-Msgid-Bugs-To: https://bugzilla.xfce.org\n;
 POT-Creation-Date: 2013-07-03 22:08+0200\n
-PO-Revision-Date: 2014-05-20 18:12+\n
-Last-Translator: Pablo Lezaeta prfl...@gmail.com\n
+PO-Revision-Date: 2014-05-23 18:13+\n
+Last-Translator: Adolfo Jayme Barrientos fitosch...@ubuntu.com\n
 Language-Team: Spanish 
(http://www.transifex.com/projects/p/xfce-www/language/es/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
@@ -339,14 +339,14 @@ msgstr Puede leer todo acerca de Transifex en su a 
href=\http://support.trans
 msgid 
 The default Xfce Desktop provides a simple and attractive desktop for Unix 
 users.
-msgstr El Escritorio por defecto de Xfce proporciona un simple y atractivo 
entorno para usuarios Unix
+msgstr El escritorio predeterminado de Xfce proporciona un entorno sencillo y 
atractivo para usuarios de Unix.
 
 #: frontpage.php:18
 msgid 
 Thunar is the file manager for the Xfce Desktop. It has been designed from 
 the ground up to be fast and easy-to-use. Its user interface is clean and 
 intuitive, and does not include any confusing or useless options by default.
-msgstr Thunar es el Administrador de Archivos del Escritorio Xfce. Ha sido 
diseñado desde cero para ser veloz y fácil de usar. Su interfaz es limpia e 
intuitiva, y no incluye opciones confusas o inútiles por omisión.
+msgstr Thunar es el gestor de archivos del escritorio Xfce. Ha sido diseñado 
desde cero para ser veloz y fácil de usar. Su interfaz es limpia e intuitiva, y 
no incluye opciones confusas o inútiles de manera predeterminada.
 
 #: frontpage.php:21
 msgid 
@@ -459,7 +459,7 @@ msgstr Casi todas las tareas de desarrollo y coordinación 
se están llevando a
 msgid 
 strongNOTE:/strong In order to post to these lists, you must first 
 subscribe.
-msgstr strongNOTA:/strong Para escribir a estas listas, primero debe 
estar suscrito.
+msgstr strongNOTA:/strong Para escribir a estas listas, primero debe 
suscribirse.
 
 #: community/index.php:23
 msgid IRC
@@ -695,7 +695,7 @@ msgstr el archivo de descargas de Xfce
 
 #: download/nav.php:22
 msgid Building
-msgstr Construyendo
+msgstr Compilación
 
 #: download/nav.php:23
 msgid documentation on building Xfce from source
@@ -1385,7 +1385,7 @@ msgstr Cambios en esta versión
 
 #: about/news.php:61
 msgid Permalink
-msgstr Link Permanente
+msgstr Enlace permanente
 
 #: about/news.php:79
 msgid No news articles found.
@@ -1471,7 +1471,7 @@ msgstr bThunar/b soporta todas las funcionalidades 
de gestión de archivos
 
 #: about/tour44.php:44
 msgid Thunar Bulk Rename
-msgstr Renombrado Masivo de Thunar
+msgstr Cambio de nombre en masa de Thunar
 
 #: about/tour44.php:46
 msgid Removable Drives and Media
@@ -1685,7 +1685,7 @@ msgstr bXfprint/b también se integra con 
bMousePad/b para proporcionar
 
 #: about/tour44.php:169
 msgid Xfce Print Dialog
-msgstr Xfce Dialogo de Impresión
+msgstr Cuadro de diálogo de impresión de Xfce
 
 #: about/tour44.php:172
 msgid 
@@ -1764,7 +1764,7 @@ msgstr Y luego estaba el problema con los atajos de 
teclado en Xfce 4.2 que lim
 
 #: about/tour44.php:208
 msgid Feedback
-msgstr Haganos saber
+msgstr Comentarios
 
 #: about/tour44.php:211
 msgid 
@@ -1793,7 +1793,7 @@ msgstr Créditos
 
 #: about/tour44.php:224
 msgid Written by Benedikt Meurer, 21 Jan 2007
-msgstr Escrito por Benedikt Meurer, 21 Ene 2007
+msgstr Escrito por Benedikt Meurer, 21 de enero de 2007
 
 #: about/credits.php:47
 msgid 
@@ -2026,11 +2026,11 @@ msgstr Iconos traslúcidos para unidad y volúmenes sin 
montar
 
 #: about/tour46.php:113
 msgid Last, but not least, bThunar/b now supports encrypted devices!
-msgstr Por último, pero no por ello menor, bThunar/b ahora soporta 
dispositivos encriptados!
+msgstr Por último, pero no por ello menor, ¡bThunar/b ahora admite 
dispositivos cifrados!
 
 #: about/tour46.php:116
 msgid Thunar support for encrypted devices
-msgstr Thunar soporta dispositivos encriptados
+msgstr Compatibilidad de Thunar con dispositivos cifrados
 
 #: about/tour46.php:121
 msgid 
@@ -2249,7 +2249,7 @@ msgstr Un panel en el modo de barra de escritorio con 
cinco líneas
 
 #: about/tour.php:37
 msgid Actions Plugin
-msgstr Complemento de Acciones
+msgstr Complemento de acciones
 
 #: about/tour.php:39
 msgid 
@@ -2263,7 +2263,7 

[Xfce4-commits] [panel-plugins/xfce4-mount-plugin] 01/01: I18n: Update translation id (96%).

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository panel-plugins/xfce4-mount-plugin.

commit 0b0df0236f202fb7b5030ddd7b9ce9a43c83f3e9
Author: Anonymous nore...@xfce.org
Date:   Sat May 24 00:31:29 2014 +0200

I18n: Update translation id (96%).

53 translated messages, 2 untranslated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/id.po |  176 +-
 1 file changed, 81 insertions(+), 95 deletions(-)

diff --git a/po/id.po b/po/id.po
index a57512e..ef52b50 100644
--- a/po/id.po
+++ b/po/id.po
@@ -1,21 +1,23 @@
-# Indonesian translations for xfce4-mount-plugin package.
-# Copyright (C) 2004-2005 Jean-Baptiste Dulong.
-# Copytight (C) 2005-2007 Fabian Nowak.
-# This file is distributed under the same license as the xfce4-mount-plugin 
package.
-# Andhika Padmawan andhika.padma...@gmail.com, 2008.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Andhika Padmawan andhika.padma...@gmail.com, 2008
+# Mohamad Hasan Al Banna, 2014
 msgid 
 msgstr 
-Project-Id-Version: xfce4-mount-plugin 0.5.2\n
+Project-Id-Version: Xfce Panel Plugins\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2014-04-24 22:41+0200\n
-PO-Revision-Date: 2008-12-19 22:35+0700\n
-Last-Translator: Andhika Padmawan andhika.padma...@gmail.com\n
-Language-Team: Indonesian i...@li.org\n
-Language: id\n
+POT-Creation-Date: 2014-04-27 00:31+0200\n
+PO-Revision-Date: 2014-05-23 17:50+\n
+Last-Translator: Mohamad Hasan Al Banna\n
+Language-Team: Indonesian 
(http://www.transifex.com/projects/p/xfce-panel-plugins/language/id/)\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
+Language: id\n
+Plural-Forms: nplurals=1; plural=0;\n
 
 #: ../panel-plugin/devices.c:71
 #, c-format
@@ -83,212 +85,200 @@ msgid not mounted\n
 msgstr tak dikait\n
 
 #. show error message if smth failed
-#. xfce_dialog_show_error (NULL, error, %s %s %d, %s %s, _(Mount 
Plugin:\n\nError executing command.),
-#. _(Return value:), WEXITSTATUS(exit_status), _(\nError was:), erroutput);
-#: ../panel-plugin/devices.c:288
+#. xfce_dialog_show_error (NULL, error, %s %s %d, %s %s, _(Mount
+#. Plugin:\n\nError executing command.),
+#. _(Return value:), WEXITSTATUS(exit_status), _(\nError was:),
+#. erroutput);
+#: ../panel-plugin/devices.c:291
 #, c-format
 msgid Failed to mount device \%s\.
 msgstr Gagal mengaitkan divais \%s\.
 
-#: ../panel-plugin/devices.c:303
+#: ../panel-plugin/devices.c:306
 #, c-format
 msgid Error executing on-mount command \%s\.
 msgstr Galat mengeksekusi perintah saat mengaitkan \%s\.
 
-#. xfce_dialog_show_error (NULL, error, %s %s %d, %s %s, _(Mount Plugin: 
Error executing command.),
+#. xfce_dialog_show_error (NULL, error, %s %s %d, %s %s, _(Mount Plugin:
+#. Error executing command.),
 #. _(Returned), WEXITSTATUS(exit_status), _(error was), erroutput);
-#: ../panel-plugin/devices.c:357
+#: ../panel-plugin/devices.c:360
 #, c-format
 msgid Failed to umount device \%s\.
 msgstr Gagal melepaskan divais \%s\.
 
-#: ../panel-plugin/devices.c:360
+#: ../panel-plugin/devices.c:363
 #, c-format
 msgid The device \%s\ should be removable safely now.
 msgstr Divais \%s\ dapat dilepas dengan aman sekarang.
 
-#: ../panel-plugin/devices.c:362
+#: ../panel-plugin/devices.c:365
 #, c-format
 msgid An error occurred. The device \%s\ should not be removed!
 msgstr Galat terjadi. Divais \%s\ jangan sampai dilepas!
 
+#: ../panel-plugin/devices.c:443
+msgid 
+Your /etc/fstab could not be read. This will severely degrade the plugin's 
+abilities.
+msgstr 
+
 #: ../panel-plugin/mount-plugin.c:171
 msgid  - 
-msgstr 
+msgstr -
 
 #: ../panel-plugin/mount-plugin.c:223
 #, c-format
 msgid [%s/%s] %s free
-msgstr 
+msgstr [%s/%s] gratis %s
 
 #: ../panel-plugin/mount-plugin.c:242
 msgid span foreground=\#FF\not mounted/span
 msgstr span foreground=\#FF\tak dikait/span
 
-#: ../panel-plugin/mount-plugin.c:513
+#: ../panel-plugin/mount-plugin.c:514
 msgid devices
 msgstr divais
 
-#: ../panel-plugin/mount-plugin.c:706
+#: ../panel-plugin/mount-plugin.c:707
 msgid Mount Plugin
 msgstr Plugin Kait
 
-#: ../panel-plugin/mount-plugin.c:711
+#: ../panel-plugin/mount-plugin.c:712
 msgid Properties
 msgstr Properti
 
-#: ../panel-plugin/mount-plugin.c:745
+#: ../panel-plugin/mount-plugin.c:746
 msgid 
 This is only useful and recommended if you specify \sync\ as part of the 
 \unmount\ command string.
-msgstr 
-Ini hanya berguna dan disarankan jika anda menentukan \sync\ sebagai 
-bagian dari tali perintah \unmount\.
+msgstr Ini hanya berguna dan disarankan jika anda menentukan \sync\ sebagai 
bagian dari tali perintah \unmount\.
 
-#: ../panel-plugin/mount-plugin.c:750
+#: 

[Xfce4-commits] [xfce/xfce4-power-manager] branch master updated (4f63957 - c343215)

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository xfce/xfce4-power-manager.

  from  4f63957   Do not add unneccesary includes
   new  c343215   I18n: Update translation zh_TW (100%).

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/zh_TW.po |  128 ++-
 1 file changed, 82 insertions(+), 46 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: I18n: Update translation zh_TW (100%).

2014-05-23 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository xfce/xfce4-power-manager.

commit c343215ca55f1437b53edd09e7af967d243290cc
Author: 柏諺 黃 s8321...@gmail.com
Date:   Sat May 24 06:30:39 2014 +0200

I18n: Update translation zh_TW (100%).

231 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/zh_TW.po |  128 ++-
 1 file changed, 82 insertions(+), 46 deletions(-)

diff --git a/po/zh_TW.po b/po/zh_TW.po
index 1df3a00..2826062 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -3,14 +3,15 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# 柏諺 黃 s8321...@gmail.com, 2014
 # Walter Cheuk wwych...@gmail.com, 2013
 # 柏諺 黃 s8321...@gmail.com, 2014
 msgid 
 msgstr 
 Project-Id-Version: Xfce4-power-manager\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2014-04-29 18:30+0200\n
-PO-Revision-Date: 2014-05-07 10:56+\n
+POT-Creation-Date: 2014-05-23 18:30+0200\n
+PO-Revision-Date: 2014-05-23 23:03+\n
 Last-Translator: 柏諺 黃 s8321...@gmail.com\n
 Language-Team: Chinese (Taiwan) 
(http://www.transifex.com/projects/p/xfce4-power-manager/language/zh_TW/)\n
 MIME-Version: 1.0\n
@@ -27,7 +28,7 @@ msgid Nothing
 msgstr 無動作
 
 #: ../data/interfaces/xfpm-settings.ui.h:2
-#: ../settings/xfpm-settings-main.c:121 ../src/xfpm-main.c:498
+#: ../settings/xfpm-settings-main.c:121 ../src/xfpm-main.c:415
 msgid Xfce Power Manager
 msgstr Xfce 電源管理員
 
@@ -123,8 +124,8 @@ msgstr 偏好省電更勝效能
 #: ../data/interfaces/xfpm-settings.ui.h:25 ../settings/xfpm-settings.c:820
 #: ../settings/xfpm-settings.c:888 ../settings/xfpm-settings.c:1037
 #: ../settings/xfpm-settings.c:1214 ../settings/xfpm-settings.c:1271
-#: ../settings/xfpm-settings.c:1323 ../src/xfpm-power.c:527
-#: ../src/xfpm-power.c:840
+#: ../settings/xfpm-settings.c:1323 ../src/xfpm-power.c:566
+#: ../src/xfpm-power.c:879
 msgid Suspend
 msgstr 暫停
 
@@ -132,8 +133,8 @@ msgstr 暫停
 #: ../data/interfaces/xfpm-settings.ui.h:26 ../settings/xfpm-settings.c:826
 #: ../settings/xfpm-settings.c:894 ../settings/xfpm-settings.c:1043
 #: ../settings/xfpm-settings.c:1220 ../settings/xfpm-settings.c:1277
-#: ../settings/xfpm-settings.c:1329 ../src/xfpm-power.c:512
-#: ../src/xfpm-power.c:827
+#: ../settings/xfpm-settings.c:1329 ../src/xfpm-power.c:551
+#: ../src/xfpm-power.c:866
 msgid Hibernate
 msgstr 休眠
 
@@ -217,7 +218,7 @@ msgid Hibernate and suspend operations not permitted
 msgstr 不許進行休眠與暫停
 
 #: ../settings/xfpm-settings.c:832 ../settings/xfpm-settings.c:1226
-#: ../src/xfpm-power.c:853
+#: ../src/xfpm-power.c:892
 msgid Shutdown
 msgstr 關機
 
@@ -304,7 +305,7 @@ msgstr 設定值管理員 socket
 msgid SOCKET ID
 msgstr SOCKET ID
 
-#: ../settings/xfpm-settings-main.c:89 ../src/xfpm-main.c:374
+#: ../settings/xfpm-settings-main.c:89 ../src/xfpm-main.c:291
 #: ../src/xfpm-power-info.c:910
 #, c-format
 msgid Type '%s --help' for usage.
@@ -318,7 +319,7 @@ msgstr 無法載入電源管理員組態,改為使用預設值
 msgid Unable to connect to Xfce Power Manager
 msgstr 無法連接至 Xfce 電源管理員
 
-#: ../settings/xfpm-settings-main.c:192 ../src/xfpm-main.c:414
+#: ../settings/xfpm-settings-main.c:192 ../src/xfpm-main.c:331
 #, c-format
 msgid Xfce power manager is not running
 msgstr Xfce 電源管理員未有執行
@@ -332,8 +333,8 @@ msgid Xfce4 Power Manager is not running, do you want to 
launch it now?
 msgstr Xfce4 電源管理員未有執行,想要現在啟動嗎?
 
 #: ../settings/xfce4-power-manager-settings.desktop.in.h:1
-#: ../src/xfpm-power.c:273 ../src/xfpm-power.c:623 ../src/xfpm-power.c:768
-#: ../src/xfpm-power.c:813 ../src/xfpm-power.c:983 ../src/xfpm-power.c:1007
+#: ../src/xfpm-power.c:281 ../src/xfpm-power.c:662 ../src/xfpm-power.c:807
+#: ../src/xfpm-power.c:852 ../src/xfpm-power.c:1022 ../src/xfpm-power.c:1046
 #: ../src/xfpm-battery.c:355 ../src/xfce4-power-manager.desktop.in.h:1
 msgid Power Manager
 msgstr 電源管理員
@@ -346,48 +347,52 @@ msgstr Xfce 電源管理員設定值
 msgid translator-credits
 msgstr Cheng-Chia Tseng pswo10...@gmail.com, 2011.
 
-#: ../src/xfpm-power.c:297
+#: ../src/xfpm-power.c:305
 msgid _Hibernate
 msgstr 休眠(_H)
 
-#: ../src/xfpm-power.c:298
+#: ../src/xfpm-power.c:306
 msgid 
 An application is currently disabling the automatic sleep. Doing this action
  now may damage the working state of this application.
 msgstr 有個應用程式目前讓自動睡眠停用。若現在執行此動作可能會損壞這個應用程式的工作狀態。
 
-#: ../src/xfpm-power.c:300
+#: ../src/xfpm-power.c:308
 msgid Are you sure you want to hibernate the system?
 msgstr 確定要讓系統休眠嗎?
 
-#: ../src/xfpm-power.c:337
+#: ../src/xfpm-power.c:329
+msgid Incorrect password entered
+msgstr 輸入的密碼不正確
+
+#: ../src/xfpm-power.c:368
 msgid Continue
 msgstr 繼續
 
-#: ../src/xfpm-power.c:338
+#: ../src/xfpm-power.c:369
 msgid 
 None of the screen lock tools ran successfully, the screen will not be 
 locked.
 msgstr 沒有螢幕鎖定工具執行成功,螢幕將不會被鎖定。
 
-#: ../src/xfpm-power.c:341
+#: ../src/xfpm-power.c:372
 msgid Do you still want to continue to suspend the