Merge lp:~noskcaj/ubuntu/vivid/xfce4-indicator-plugin/2.3.3 into lp:ubuntu/vivid/xfce4-indicator-plugin

Proposed by Jackson Doak
Status: Merged
Merge reported by: Sebastien Bacher
Merged at revision: not available
Proposed branch: lp:~noskcaj/ubuntu/vivid/xfce4-indicator-plugin/2.3.3
Merge into: lp:ubuntu/vivid/xfce4-indicator-plugin
Diff against target: 2622 lines (+1501/-280)
27 files modified
ChangeLog (+18/-0)
INSTALL (+2/-2)
Makefile.in (+12/-5)
aclocal.m4 (+164/-9)
compile (+347/-0)
config.guess (+27/-165)
config.sub (+19/-11)
configure (+123/-16)
configure.ac (+4/-4)
debian/changelog (+6/-0)
icons/48x48/Makefile.in (+1/-1)
icons/Makefile.in (+1/-1)
icons/scalable/Makefile.in (+1/-1)
ltmain.sh (+2/-2)
missing (+2/-2)
panel-plugin/Makefile.in (+3/-3)
panel-plugin/indicator-config.h (+0/-7)
panel-plugin/indicator-dialog.c (+1/-1)
po/ast.po (+179/-0)
po/de.po (+10/-10)
po/es.po (+12/-11)
po/fr.po (+16/-15)
po/is.po (+179/-0)
po/nb.po (+179/-0)
po/pl.po (+11/-11)
po/th.po (+178/-0)
po/zh_TW.po (+4/-3)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/vivid/xfce4-indicator-plugin/2.3.3
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+245532@code.launchpad.net

Description of the change

New upstream release. Xubuntu 15.04

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks. Uploaded.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ChangeLog'
2--- ChangeLog 2014-03-16 09:01:47 +0000
3+++ ChangeLog 2015-01-04 19:54:53 +0000
4@@ -1,4 +1,22 @@
5 # created with git log --pretty=format:"%ad %h %s %aN <%aE>" --no-merges --date=short
6+2014-12-26 fa87db8 I18n: Update translation es (100%). Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>
7+2014-08-02 2548737 I18n: Update translation de (100%). Anonymous <noreply@xfce.org>
8+2014-07-27 8f4c553 I18n: Update translation fr (100%). Yannick Le Guen <leguen.yannick@gmail.com>
9+2014-07-26 36236bf I18n: Update translation fr (100%). Yannick Le Guen <leguen.yannick@gmail.com>
10+2014-06-03 2fa0c85 Use "gtk-clear" icon for now. Andrzej <ndrwrdck@gmail.com>
11+2014-05-28 e36d655 I18n: Add new translation th (100%). theppitak <theppitak@gmail.com>
12+2014-05-19 e09fd2b I18n: Update translation es (100%). Pablo Lezaeta <prflr88@gmail.com>
13+2014-05-18 fe401a7 I18n: Add new translation nb (100%). kingu <comradekingu@gmail.com>
14+2014-05-08 da5fe5a I18n: Update translation ast (97%). Tornes Llume <l.lumex03.tornes@gmail.com>
15+2014-05-05 9ee21aa Removed unused code. Andrzej <ndrwrdck@gmail.com>
16+2014-04-29 a2effd7 I18n: Update translation pl (100%). Piotr Sokół <psokol@jabster.pl>
17+2014-04-27 ae6ef40 I18n: Update translation ast (94%). Tornes Llume <l.lumex03.tornes@gmail.com>
18+2014-04-16 5629390 I18n: Update translation zh_TW (100%). 柏諺 黃 <s8321414@gmail.com>
19+2014-04-15 3624f25 I18n: Add new translation ast (83%). Tornes Llume <l.lumex03.tornes@gmail.com>
20+2014-04-11 b3d007c I18n: Add new translation is (100%). Sveinn í Felli <sv1@fellsnet.is>
21+2014-03-22 94c3e9f I18n: Update translation es (100%). Adolfo Jayme Barrientos <fitoschido@ubuntu.com>
22+2014-03-15 0bbe3a6 Back to development Andrzej <ndrwrdck@gmail.com>
23+2014-03-15 f33e74e Updates for the release Andrzej <ndrwrdck@gmail.com>
24 2014-03-15 162fac0 Fix blank properties window, but #10749 Andrzej <ndrwrdck@gmail.com>
25 2014-03-06 7c56c15 Back to development Andrzej <ndrwrdck@gmail.com>
26 2014-03-06 0e63aaf Updates for the release Andrzej <ndrwrdck@gmail.com>
27
28=== modified file 'INSTALL'
29--- INSTALL 2014-02-16 15:03:36 +0000
30+++ INSTALL 2015-01-04 19:54:53 +0000
31@@ -12,8 +12,8 @@
32 Basic Installation
33 ==================
34
35- Briefly, the shell commands `./configure; make; make install' should
36-configure, build, and install this package. The following
37+ Briefly, the shell command `./configure && make && make install'
38+should configure, build, and install this package. The following
39 more-detailed instructions are generic; see the `README' file for
40 instructions specific to this package. Some packages provide this
41 `INSTALL' file but do not implement all of the features documented
42
43=== modified file 'Makefile.in'
44--- Makefile.in 2014-02-16 15:03:36 +0000
45+++ Makefile.in 2015-01-04 19:54:53 +0000
46@@ -1,4 +1,4 @@
47-# Makefile.in generated by automake 1.13.3 from Makefile.am.
48+# Makefile.in generated by automake 1.14.1 from Makefile.am.
49 # @configure_input@
50
51 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
52@@ -82,7 +82,7 @@
53 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
54 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
55 $(top_srcdir)/configure $(am__configure_deps) \
56- $(srcdir)/config.h.in COPYING COPYING.LIB THANKS TODO \
57+ $(srcdir)/config.h.in COPYING COPYING.LIB THANKS TODO compile \
58 config.guess config.sub depcomp install-sh missing ltmain.sh
59 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
61@@ -444,8 +444,8 @@
62 $(am__aclocal_m4_deps):
63
64 config.h: stamp-h1
65- @if test ! -f $@; then rm -f stamp-h1; else :; fi
66- @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
67+ @test -f $@ || rm -f stamp-h1
68+ @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
69
70 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
71 @rm -f stamp-h1
72@@ -653,10 +653,16 @@
73 $(am__post_remove_distdir)
74
75 dist-tarZ: distdir
76+ @echo WARNING: "Support for shar distribution archives is" \
77+ "deprecated." >&2
78+ @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
79 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
80 $(am__post_remove_distdir)
81
82 dist-shar: distdir
83+ @echo WARNING: "Support for distribution archives compressed with" \
84+ "legacy program 'compress' is deprecated." >&2
85+ @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
86 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
87 $(am__post_remove_distdir)
88
89@@ -698,9 +704,10 @@
90 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
91 && am__cwd=`pwd` \
92 && $(am__cd) $(distdir)/_build \
93- && ../configure --srcdir=.. --prefix="$$dc_install_base" \
94+ && ../configure \
95 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
96 $(DISTCHECK_CONFIGURE_FLAGS) \
97+ --srcdir=.. --prefix="$$dc_install_base" \
98 && $(MAKE) $(AM_MAKEFLAGS) \
99 && $(MAKE) $(AM_MAKEFLAGS) dvi \
100 && $(MAKE) $(AM_MAKEFLAGS) check \
101
102=== modified file 'aclocal.m4'
103--- aclocal.m4 2014-02-16 15:03:36 +0000
104+++ aclocal.m4 2015-01-04 19:54:53 +0000
105@@ -1,4 +1,4 @@
106-# generated automatically by aclocal 1.13.3 -*- Autoconf -*-
107+# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
108
109 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
110
111@@ -1977,7 +1977,7 @@
112 rm -rf conftest*
113 ;;
114
115-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
116+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
117 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
118 # Find out which ABI we are using.
119 echo 'int i;' > conftest.$ac_ext
120@@ -1998,7 +1998,10 @@
121 ;;
122 esac
123 ;;
124- ppc64-*linux*|powerpc64-*linux*)
125+ powerpc64le-*)
126+ LD="${LD-ld} -m elf32lppclinux"
127+ ;;
128+ powerpc64-*)
129 LD="${LD-ld} -m elf32ppclinux"
130 ;;
131 s390x-*linux*)
132@@ -2017,7 +2020,10 @@
133 x86_64-*linux*)
134 LD="${LD-ld} -m elf_x86_64"
135 ;;
136- ppc*-*linux*|powerpc*-*linux*)
137+ powerpcle-*)
138+ LD="${LD-ld} -m elf64lppc"
139+ ;;
140+ powerpc-*)
141 LD="${LD-ld} -m elf64ppc"
142 ;;
143 s390*-*linux*|s390*-*tpf*)
144@@ -9268,7 +9274,7 @@
145 m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
146
147 # nls.m4 serial 5 (gettext-0.18)
148-dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,
149+dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation,
150 dnl Inc.
151 dnl This file is free software; the Free Software Foundation
152 dnl gives unlimited permission to copy and/or distribute it,
153@@ -9460,6 +9466,61 @@
154 fi[]dnl
155 ])# PKG_CHECK_MODULES
156
157+
158+# PKG_INSTALLDIR(DIRECTORY)
159+# -------------------------
160+# Substitutes the variable pkgconfigdir as the location where a module
161+# should install pkg-config .pc files. By default the directory is
162+# $libdir/pkgconfig, but the default can be changed by passing
163+# DIRECTORY. The user can override through the --with-pkgconfigdir
164+# parameter.
165+AC_DEFUN([PKG_INSTALLDIR],
166+[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
167+m4_pushdef([pkg_description],
168+ [pkg-config installation directory @<:@]pkg_default[@:>@])
169+AC_ARG_WITH([pkgconfigdir],
170+ [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
171+ [with_pkgconfigdir=]pkg_default)
172+AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
173+m4_popdef([pkg_default])
174+m4_popdef([pkg_description])
175+]) dnl PKG_INSTALLDIR
176+
177+
178+# PKG_NOARCH_INSTALLDIR(DIRECTORY)
179+# -------------------------
180+# Substitutes the variable noarch_pkgconfigdir as the location where a
181+# module should install arch-independent pkg-config .pc files. By
182+# default the directory is $datadir/pkgconfig, but the default can be
183+# changed by passing DIRECTORY. The user can override through the
184+# --with-noarch-pkgconfigdir parameter.
185+AC_DEFUN([PKG_NOARCH_INSTALLDIR],
186+[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
187+m4_pushdef([pkg_description],
188+ [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
189+AC_ARG_WITH([noarch-pkgconfigdir],
190+ [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
191+ [with_noarch_pkgconfigdir=]pkg_default)
192+AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
193+m4_popdef([pkg_default])
194+m4_popdef([pkg_description])
195+]) dnl PKG_NOARCH_INSTALLDIR
196+
197+
198+# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
199+# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
200+# -------------------------------------------
201+# Retrieves the value of the pkg-config variable for the given module.
202+AC_DEFUN([PKG_CHECK_VAR],
203+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
204+AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
205+
206+_PKG_CONFIG([$1], [variable="][$3]["], [$2])
207+AS_VAR_COPY([$1], [pkg_cv_][$1])
208+
209+AS_VAR_IF([$1], [""], [$5], [$4])dnl
210+])# PKG_CHECK_VAR
211+
212 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
213 #
214 # This file is free software; the Free Software Foundation
215@@ -9472,10 +9533,10 @@
216 # generated from the m4 files accompanying Automake X.Y.
217 # (This private macro should not be called outside this file.)
218 AC_DEFUN([AM_AUTOMAKE_VERSION],
219-[am__api_version='1.13'
220+[am__api_version='1.14'
221 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
222 dnl require some minimum version. Point them to the right macro.
223-m4_if([$1], [1.13.3], [],
224+m4_if([$1], [1.14.1], [],
225 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
226 ])
227
228@@ -9491,7 +9552,7 @@
229 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
230 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
231 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
232-[AM_AUTOMAKE_VERSION([1.13.3])dnl
233+[AM_AUTOMAKE_VERSION([1.14.1])dnl
234 m4_ifndef([AC_AUTOCONF_VERSION],
235 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
236 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
237@@ -9858,6 +9919,12 @@
238 # This macro actually does too much. Some checks are only needed if
239 # your package does certain things. But this isn't really a big deal.
240
241+dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
242+m4_define([AC_PROG_CC],
243+m4_defn([AC_PROG_CC])
244+[_AM_PROG_CC_C_O
245+])
246+
247 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
248 # AM_INIT_AUTOMAKE([OPTIONS])
249 # -----------------------------------------------
250@@ -9966,6 +10033,48 @@
251 AC_CONFIG_COMMANDS_PRE(dnl
252 [m4_provide_if([_AM_COMPILER_EXEEXT],
253 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
254+
255+# POSIX will say in a future version that running "rm -f" with no argument
256+# is OK; and we want to be able to make that assumption in our Makefile
257+# recipes. So use an aggressive probe to check that the usage we want is
258+# actually supported "in the wild" to an acceptable degree.
259+# See automake bug#10828.
260+# To make any issue more visible, cause the running configure to be aborted
261+# by default if the 'rm' program in use doesn't match our expectations; the
262+# user can still override this though.
263+if rm -f && rm -fr && rm -rf; then : OK; else
264+ cat >&2 <<'END'
265+Oops!
266+
267+Your 'rm' program seems unable to run without file operands specified
268+on the command line, even when the '-f' option is present. This is contrary
269+to the behaviour of most rm programs out there, and not conforming with
270+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
271+
272+Please tell bug-automake@gnu.org about your system, including the value
273+of your $PATH and any error possibly output before this message. This
274+can help us improve future automake versions.
275+
276+END
277+ if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
278+ echo 'Configuration will proceed anyway, since you have set the' >&2
279+ echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
280+ echo >&2
281+ else
282+ cat >&2 <<'END'
283+Aborting the configuration process, to ensure you take notice of the issue.
284+
285+You can download and install GNU coreutils to get an 'rm' implementation
286+that behaves properly: <http://www.gnu.org/software/coreutils/>.
287+
288+If you want to complete the configuration process using your problematic
289+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
290+to "yes", and re-run configure.
291+
292+END
293+ AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
294+ fi
295+fi
296 ])
297
298 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
299@@ -9974,7 +10083,6 @@
300 m4_define([_AC_COMPILER_EXEEXT],
301 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
302
303-
304 # When config.status generates a header, we must update the stamp-h file.
305 # This file resides in the same directory as the config header
306 # that is generated. The stamp files are numbered to have different names.
307@@ -10192,6 +10300,53 @@
308 AC_DEFUN([_AM_IF_OPTION],
309 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
310
311+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
312+#
313+# This file is free software; the Free Software Foundation
314+# gives unlimited permission to copy and/or distribute it,
315+# with or without modifications, as long as this notice is preserved.
316+
317+# _AM_PROG_CC_C_O
318+# ---------------
319+# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC
320+# to automatically call this.
321+AC_DEFUN([_AM_PROG_CC_C_O],
322+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
323+AC_REQUIRE_AUX_FILE([compile])dnl
324+AC_LANG_PUSH([C])dnl
325+AC_CACHE_CHECK(
326+ [whether $CC understands -c and -o together],
327+ [am_cv_prog_cc_c_o],
328+ [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
329+ # Make sure it works both with $CC and with simple cc.
330+ # Following AC_PROG_CC_C_O, we do the test twice because some
331+ # compilers refuse to overwrite an existing .o file with -o,
332+ # though they will create one.
333+ am_cv_prog_cc_c_o=yes
334+ for am_i in 1 2; do
335+ if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
336+ && test -f conftest2.$ac_objext; then
337+ : OK
338+ else
339+ am_cv_prog_cc_c_o=no
340+ break
341+ fi
342+ done
343+ rm -f core conftest*
344+ unset am_i])
345+if test "$am_cv_prog_cc_c_o" != yes; then
346+ # Losing compiler, so override with the script.
347+ # FIXME: It is wrong to rewrite CC.
348+ # But if we don't then we get into trouble of one sort or another.
349+ # A longer-term fix would be to have automake use am__CC in this case,
350+ # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
351+ CC="$am_aux_dir/compile $CC"
352+fi
353+AC_LANG_POP([C])])
354+
355+# For backward compatibility.
356+AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
357+
358 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
359 #
360 # This file is free software; the Free Software Foundation
361
362=== added file 'compile'
363--- compile 1970-01-01 00:00:00 +0000
364+++ compile 2015-01-04 19:54:53 +0000
365@@ -0,0 +1,347 @@
366+#! /bin/sh
367+# Wrapper for compilers which do not understand '-c -o'.
368+
369+scriptversion=2012-10-14.11; # UTC
370+
371+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
372+# Written by Tom Tromey <tromey@cygnus.com>.
373+#
374+# This program is free software; you can redistribute it and/or modify
375+# it under the terms of the GNU General Public License as published by
376+# the Free Software Foundation; either version 2, or (at your option)
377+# any later version.
378+#
379+# This program is distributed in the hope that it will be useful,
380+# but WITHOUT ANY WARRANTY; without even the implied warranty of
381+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
382+# GNU General Public License for more details.
383+#
384+# You should have received a copy of the GNU General Public License
385+# along with this program. If not, see <http://www.gnu.org/licenses/>.
386+
387+# As a special exception to the GNU General Public License, if you
388+# distribute this file as part of a program that contains a
389+# configuration script generated by Autoconf, you may include it under
390+# the same distribution terms that you use for the rest of that program.
391+
392+# This file is maintained in Automake, please report
393+# bugs to <bug-automake@gnu.org> or send patches to
394+# <automake-patches@gnu.org>.
395+
396+nl='
397+'
398+
399+# We need space, tab and new line, in precisely that order. Quoting is
400+# there to prevent tools from complaining about whitespace usage.
401+IFS=" "" $nl"
402+
403+file_conv=
404+
405+# func_file_conv build_file lazy
406+# Convert a $build file to $host form and store it in $file
407+# Currently only supports Windows hosts. If the determined conversion
408+# type is listed in (the comma separated) LAZY, no conversion will
409+# take place.
410+func_file_conv ()
411+{
412+ file=$1
413+ case $file in
414+ / | /[!/]*) # absolute file, and not a UNC file
415+ if test -z "$file_conv"; then
416+ # lazily determine how to convert abs files
417+ case `uname -s` in
418+ MINGW*)
419+ file_conv=mingw
420+ ;;
421+ CYGWIN*)
422+ file_conv=cygwin
423+ ;;
424+ *)
425+ file_conv=wine
426+ ;;
427+ esac
428+ fi
429+ case $file_conv/,$2, in
430+ *,$file_conv,*)
431+ ;;
432+ mingw/*)
433+ file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
434+ ;;
435+ cygwin/*)
436+ file=`cygpath -m "$file" || echo "$file"`
437+ ;;
438+ wine/*)
439+ file=`winepath -w "$file" || echo "$file"`
440+ ;;
441+ esac
442+ ;;
443+ esac
444+}
445+
446+# func_cl_dashL linkdir
447+# Make cl look for libraries in LINKDIR
448+func_cl_dashL ()
449+{
450+ func_file_conv "$1"
451+ if test -z "$lib_path"; then
452+ lib_path=$file
453+ else
454+ lib_path="$lib_path;$file"
455+ fi
456+ linker_opts="$linker_opts -LIBPATH:$file"
457+}
458+
459+# func_cl_dashl library
460+# Do a library search-path lookup for cl
461+func_cl_dashl ()
462+{
463+ lib=$1
464+ found=no
465+ save_IFS=$IFS
466+ IFS=';'
467+ for dir in $lib_path $LIB
468+ do
469+ IFS=$save_IFS
470+ if $shared && test -f "$dir/$lib.dll.lib"; then
471+ found=yes
472+ lib=$dir/$lib.dll.lib
473+ break
474+ fi
475+ if test -f "$dir/$lib.lib"; then
476+ found=yes
477+ lib=$dir/$lib.lib
478+ break
479+ fi
480+ if test -f "$dir/lib$lib.a"; then
481+ found=yes
482+ lib=$dir/lib$lib.a
483+ break
484+ fi
485+ done
486+ IFS=$save_IFS
487+
488+ if test "$found" != yes; then
489+ lib=$lib.lib
490+ fi
491+}
492+
493+# func_cl_wrapper cl arg...
494+# Adjust compile command to suit cl
495+func_cl_wrapper ()
496+{
497+ # Assume a capable shell
498+ lib_path=
499+ shared=:
500+ linker_opts=
501+ for arg
502+ do
503+ if test -n "$eat"; then
504+ eat=
505+ else
506+ case $1 in
507+ -o)
508+ # configure might choose to run compile as 'compile cc -o foo foo.c'.
509+ eat=1
510+ case $2 in
511+ *.o | *.[oO][bB][jJ])
512+ func_file_conv "$2"
513+ set x "$@" -Fo"$file"
514+ shift
515+ ;;
516+ *)
517+ func_file_conv "$2"
518+ set x "$@" -Fe"$file"
519+ shift
520+ ;;
521+ esac
522+ ;;
523+ -I)
524+ eat=1
525+ func_file_conv "$2" mingw
526+ set x "$@" -I"$file"
527+ shift
528+ ;;
529+ -I*)
530+ func_file_conv "${1#-I}" mingw
531+ set x "$@" -I"$file"
532+ shift
533+ ;;
534+ -l)
535+ eat=1
536+ func_cl_dashl "$2"
537+ set x "$@" "$lib"
538+ shift
539+ ;;
540+ -l*)
541+ func_cl_dashl "${1#-l}"
542+ set x "$@" "$lib"
543+ shift
544+ ;;
545+ -L)
546+ eat=1
547+ func_cl_dashL "$2"
548+ ;;
549+ -L*)
550+ func_cl_dashL "${1#-L}"
551+ ;;
552+ -static)
553+ shared=false
554+ ;;
555+ -Wl,*)
556+ arg=${1#-Wl,}
557+ save_ifs="$IFS"; IFS=','
558+ for flag in $arg; do
559+ IFS="$save_ifs"
560+ linker_opts="$linker_opts $flag"
561+ done
562+ IFS="$save_ifs"
563+ ;;
564+ -Xlinker)
565+ eat=1
566+ linker_opts="$linker_opts $2"
567+ ;;
568+ -*)
569+ set x "$@" "$1"
570+ shift
571+ ;;
572+ *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
573+ func_file_conv "$1"
574+ set x "$@" -Tp"$file"
575+ shift
576+ ;;
577+ *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
578+ func_file_conv "$1" mingw
579+ set x "$@" "$file"
580+ shift
581+ ;;
582+ *)
583+ set x "$@" "$1"
584+ shift
585+ ;;
586+ esac
587+ fi
588+ shift
589+ done
590+ if test -n "$linker_opts"; then
591+ linker_opts="-link$linker_opts"
592+ fi
593+ exec "$@" $linker_opts
594+ exit 1
595+}
596+
597+eat=
598+
599+case $1 in
600+ '')
601+ echo "$0: No command. Try '$0 --help' for more information." 1>&2
602+ exit 1;
603+ ;;
604+ -h | --h*)
605+ cat <<\EOF
606+Usage: compile [--help] [--version] PROGRAM [ARGS]
607+
608+Wrapper for compilers which do not understand '-c -o'.
609+Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
610+arguments, and rename the output as expected.
611+
612+If you are trying to build a whole package this is not the
613+right script to run: please start by reading the file 'INSTALL'.
614+
615+Report bugs to <bug-automake@gnu.org>.
616+EOF
617+ exit $?
618+ ;;
619+ -v | --v*)
620+ echo "compile $scriptversion"
621+ exit $?
622+ ;;
623+ cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
624+ func_cl_wrapper "$@" # Doesn't return...
625+ ;;
626+esac
627+
628+ofile=
629+cfile=
630+
631+for arg
632+do
633+ if test -n "$eat"; then
634+ eat=
635+ else
636+ case $1 in
637+ -o)
638+ # configure might choose to run compile as 'compile cc -o foo foo.c'.
639+ # So we strip '-o arg' only if arg is an object.
640+ eat=1
641+ case $2 in
642+ *.o | *.obj)
643+ ofile=$2
644+ ;;
645+ *)
646+ set x "$@" -o "$2"
647+ shift
648+ ;;
649+ esac
650+ ;;
651+ *.c)
652+ cfile=$1
653+ set x "$@" "$1"
654+ shift
655+ ;;
656+ *)
657+ set x "$@" "$1"
658+ shift
659+ ;;
660+ esac
661+ fi
662+ shift
663+done
664+
665+if test -z "$ofile" || test -z "$cfile"; then
666+ # If no '-o' option was seen then we might have been invoked from a
667+ # pattern rule where we don't need one. That is ok -- this is a
668+ # normal compilation that the losing compiler can handle. If no
669+ # '.c' file was seen then we are probably linking. That is also
670+ # ok.
671+ exec "$@"
672+fi
673+
674+# Name of file we expect compiler to create.
675+cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
676+
677+# Create the lock directory.
678+# Note: use '[/\\:.-]' here to ensure that we don't use the same name
679+# that we are using for the .o file. Also, base the name on the expected
680+# object file name, since that is what matters with a parallel build.
681+lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
682+while true; do
683+ if mkdir "$lockdir" >/dev/null 2>&1; then
684+ break
685+ fi
686+ sleep 1
687+done
688+# FIXME: race condition here if user kills between mkdir and trap.
689+trap "rmdir '$lockdir'; exit 1" 1 2 15
690+
691+# Run the compile.
692+"$@"
693+ret=$?
694+
695+if test -f "$cofile"; then
696+ test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
697+elif test -f "${cofile}bj"; then
698+ test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
699+fi
700+
701+rmdir "$lockdir"
702+exit $ret
703+
704+# Local Variables:
705+# mode: shell-script
706+# sh-indentation: 2
707+# eval: (add-hook 'write-file-hooks 'time-stamp)
708+# time-stamp-start: "scriptversion="
709+# time-stamp-format: "%:y-%02m-%02d.%02H"
710+# time-stamp-time-zone: "UTC"
711+# time-stamp-end: "; # UTC"
712+# End:
713
714=== modified file 'config.guess'
715--- config.guess 2014-02-16 15:03:36 +0000
716+++ config.guess 2015-01-04 19:54:53 +0000
717@@ -1,8 +1,8 @@
718 #! /bin/sh
719 # Attempt to guess a canonical system name.
720-# Copyright 1992-2013 Free Software Foundation, Inc.
721+# Copyright 1992-2014 Free Software Foundation, Inc.
722
723-timestamp='2013-06-10'
724+timestamp='2014-03-23'
725
726 # This file is free software; you can redistribute it and/or modify it
727 # under the terms of the GNU General Public License as published by
728@@ -50,7 +50,7 @@
729 GNU config.guess ($timestamp)
730
731 Originally written by Per Bothner.
732-Copyright 1992-2013 Free Software Foundation, Inc.
733+Copyright 1992-2014 Free Software Foundation, Inc.
734
735 This is free software; see the source for copying conditions. There is NO
736 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
737@@ -149,7 +149,7 @@
738 LIBC=gnu
739 #endif
740 EOF
741- eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
742+ eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
743 ;;
744 esac
745
746@@ -826,7 +826,7 @@
747 *:MINGW*:*)
748 echo ${UNAME_MACHINE}-pc-mingw32
749 exit ;;
750- i*:MSYS*:*)
751+ *:MSYS*:*)
752 echo ${UNAME_MACHINE}-pc-msys
753 exit ;;
754 i*:windows32*:*)
755@@ -969,10 +969,10 @@
756 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
757 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
758 ;;
759- or1k:Linux:*:*)
760- echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
761+ openrisc*:Linux:*:*)
762+ echo or1k-unknown-linux-${LIBC}
763 exit ;;
764- or32:Linux:*:*)
765+ or32:Linux:*:* | or1k*:Linux:*:*)
766 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
767 exit ;;
768 padre:Linux:*:*)
769@@ -1260,16 +1260,26 @@
770 if test "$UNAME_PROCESSOR" = unknown ; then
771 UNAME_PROCESSOR=powerpc
772 fi
773- if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
774- if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
775- (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
776- grep IS_64BIT_ARCH >/dev/null
777- then
778- case $UNAME_PROCESSOR in
779- i386) UNAME_PROCESSOR=x86_64 ;;
780- powerpc) UNAME_PROCESSOR=powerpc64 ;;
781- esac
782+ if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
783+ if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
784+ if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
785+ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
786+ grep IS_64BIT_ARCH >/dev/null
787+ then
788+ case $UNAME_PROCESSOR in
789+ i386) UNAME_PROCESSOR=x86_64 ;;
790+ powerpc) UNAME_PROCESSOR=powerpc64 ;;
791+ esac
792+ fi
793 fi
794+ elif test "$UNAME_PROCESSOR" = i386 ; then
795+ # Avoid executing cc on OS X 10.9, as it ships with a stub
796+ # that puts up a graphical alert prompting to install
797+ # developer tools. Any system running Mac OS X 10.7 or
798+ # later (Darwin 11 and later) is required to have a 64-bit
799+ # processor. This is not true of the ARM version of Darwin
800+ # that Apple uses in portable devices.
801+ UNAME_PROCESSOR=x86_64
802 fi
803 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
804 exit ;;
805@@ -1361,154 +1371,6 @@
806 exit ;;
807 esac
808
809-eval $set_cc_for_build
810-cat >$dummy.c <<EOF
811-#ifdef _SEQUENT_
812-# include <sys/types.h>
813-# include <sys/utsname.h>
814-#endif
815-main ()
816-{
817-#if defined (sony)
818-#if defined (MIPSEB)
819- /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
820- I don't know.... */
821- printf ("mips-sony-bsd\n"); exit (0);
822-#else
823-#include <sys/param.h>
824- printf ("m68k-sony-newsos%s\n",
825-#ifdef NEWSOS4
826- "4"
827-#else
828- ""
829-#endif
830- ); exit (0);
831-#endif
832-#endif
833-
834-#if defined (__arm) && defined (__acorn) && defined (__unix)
835- printf ("arm-acorn-riscix\n"); exit (0);
836-#endif
837-
838-#if defined (hp300) && !defined (hpux)
839- printf ("m68k-hp-bsd\n"); exit (0);
840-#endif
841-
842-#if defined (NeXT)
843-#if !defined (__ARCHITECTURE__)
844-#define __ARCHITECTURE__ "m68k"
845-#endif
846- int version;
847- version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
848- if (version < 4)
849- printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
850- else
851- printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
852- exit (0);
853-#endif
854-
855-#if defined (MULTIMAX) || defined (n16)
856-#if defined (UMAXV)
857- printf ("ns32k-encore-sysv\n"); exit (0);
858-#else
859-#if defined (CMU)
860- printf ("ns32k-encore-mach\n"); exit (0);
861-#else
862- printf ("ns32k-encore-bsd\n"); exit (0);
863-#endif
864-#endif
865-#endif
866-
867-#if defined (__386BSD__)
868- printf ("i386-pc-bsd\n"); exit (0);
869-#endif
870-
871-#if defined (sequent)
872-#if defined (i386)
873- printf ("i386-sequent-dynix\n"); exit (0);
874-#endif
875-#if defined (ns32000)
876- printf ("ns32k-sequent-dynix\n"); exit (0);
877-#endif
878-#endif
879-
880-#if defined (_SEQUENT_)
881- struct utsname un;
882-
883- uname(&un);
884-
885- if (strncmp(un.version, "V2", 2) == 0) {
886- printf ("i386-sequent-ptx2\n"); exit (0);
887- }
888- if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
889- printf ("i386-sequent-ptx1\n"); exit (0);
890- }
891- printf ("i386-sequent-ptx\n"); exit (0);
892-
893-#endif
894-
895-#if defined (vax)
896-# if !defined (ultrix)
897-# include <sys/param.h>
898-# if defined (BSD)
899-# if BSD == 43
900- printf ("vax-dec-bsd4.3\n"); exit (0);
901-# else
902-# if BSD == 199006
903- printf ("vax-dec-bsd4.3reno\n"); exit (0);
904-# else
905- printf ("vax-dec-bsd\n"); exit (0);
906-# endif
907-# endif
908-# else
909- printf ("vax-dec-bsd\n"); exit (0);
910-# endif
911-# else
912- printf ("vax-dec-ultrix\n"); exit (0);
913-# endif
914-#endif
915-
916-#if defined (alliant) && defined (i860)
917- printf ("i860-alliant-bsd\n"); exit (0);
918-#endif
919-
920- exit (1);
921-}
922-EOF
923-
924-$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
925- { echo "$SYSTEM_NAME"; exit; }
926-
927-# Apollos put the system type in the environment.
928-
929-test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
930-
931-# Convex versions that predate uname can use getsysinfo(1)
932-
933-if [ -x /usr/convex/getsysinfo ]
934-then
935- case `getsysinfo -f cpu_type` in
936- c1*)
937- echo c1-convex-bsd
938- exit ;;
939- c2*)
940- if getsysinfo -f scalar_acc
941- then echo c32-convex-bsd
942- else echo c2-convex-bsd
943- fi
944- exit ;;
945- c34*)
946- echo c34-convex-bsd
947- exit ;;
948- c38*)
949- echo c38-convex-bsd
950- exit ;;
951- c4*)
952- echo c4-convex-bsd
953- exit ;;
954- esac
955-fi
956-
957 cat >&2 <<EOF
958 $0: unable to guess system type
959
960
961=== modified file 'config.sub'
962--- config.sub 2014-02-16 15:03:36 +0000
963+++ config.sub 2015-01-04 19:54:53 +0000
964@@ -1,8 +1,8 @@
965 #! /bin/sh
966 # Configuration validation subroutine script.
967-# Copyright 1992-2013 Free Software Foundation, Inc.
968+# Copyright 1992-2014 Free Software Foundation, Inc.
969
970-timestamp='2013-08-10'
971+timestamp='2014-09-11'
972
973 # This file is free software; you can redistribute it and/or modify it
974 # under the terms of the GNU General Public License as published by
975@@ -68,7 +68,7 @@
976 version="\
977 GNU config.sub ($timestamp)
978
979-Copyright 1992-2013 Free Software Foundation, Inc.
980+Copyright 1992-2014 Free Software Foundation, Inc.
981
982 This is free software; see the source for copying conditions. There is NO
983 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
984@@ -265,6 +265,7 @@
985 | hexagon \
986 | i370 | i860 | i960 | ia64 \
987 | ip2k | iq2000 \
988+ | k1om \
989 | le32 | le64 \
990 | lm32 \
991 | m32c | m32r | m32rle | m68000 | m68k | m88k \
992@@ -282,8 +283,10 @@
993 | mips64vr5900 | mips64vr5900el \
994 | mipsisa32 | mipsisa32el \
995 | mipsisa32r2 | mipsisa32r2el \
996+ | mipsisa32r6 | mipsisa32r6el \
997 | mipsisa64 | mipsisa64el \
998 | mipsisa64r2 | mipsisa64r2el \
999+ | mipsisa64r6 | mipsisa64r6el \
1000 | mipsisa64sb1 | mipsisa64sb1el \
1001 | mipsisa64sr71k | mipsisa64sr71kel \
1002 | mipsr5900 | mipsr5900el \
1003@@ -295,11 +298,11 @@
1004 | nds32 | nds32le | nds32be \
1005 | nios | nios2 | nios2eb | nios2el \
1006 | ns16k | ns32k \
1007- | open8 \
1008- | or1k | or32 \
1009+ | open8 | or1k | or1knd | or32 \
1010 | pdp10 | pdp11 | pj | pjl \
1011 | powerpc | powerpc64 | powerpc64le | powerpcle \
1012 | pyramid \
1013+ | riscv32 | riscv64 \
1014 | rl78 | rx \
1015 | score \
1016 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
1017@@ -324,7 +327,7 @@
1018 c6x)
1019 basic_machine=tic6x-unknown
1020 ;;
1021- m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
1022+ m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
1023 basic_machine=$basic_machine-unknown
1024 os=-none
1025 ;;
1026@@ -381,6 +384,7 @@
1027 | hexagon-* \
1028 | i*86-* | i860-* | i960-* | ia64-* \
1029 | ip2k-* | iq2000-* \
1030+ | k1om-* \
1031 | le32-* | le64-* \
1032 | lm32-* \
1033 | m32c-* | m32r-* | m32rle-* \
1034@@ -400,8 +404,10 @@
1035 | mips64vr5900-* | mips64vr5900el-* \
1036 | mipsisa32-* | mipsisa32el-* \
1037 | mipsisa32r2-* | mipsisa32r2el-* \
1038+ | mipsisa32r6-* | mipsisa32r6el-* \
1039 | mipsisa64-* | mipsisa64el-* \
1040 | mipsisa64r2-* | mipsisa64r2el-* \
1041+ | mipsisa64r6-* | mipsisa64r6el-* \
1042 | mipsisa64sb1-* | mipsisa64sb1el-* \
1043 | mipsisa64sr71k-* | mipsisa64sr71kel-* \
1044 | mipsr5900-* | mipsr5900el-* \
1045@@ -413,6 +419,7 @@
1046 | nios-* | nios2-* | nios2eb-* | nios2el-* \
1047 | none-* | np1-* | ns16k-* | ns32k-* \
1048 | open8-* \
1049+ | or1k*-* \
1050 | orion-* \
1051 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
1052 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
1053@@ -822,6 +829,10 @@
1054 basic_machine=powerpc-unknown
1055 os=-morphos
1056 ;;
1057+ moxiebox)
1058+ basic_machine=moxie-unknown
1059+ os=-moxiebox
1060+ ;;
1061 msdos)
1062 basic_machine=i386-pc
1063 os=-msdos
1064@@ -1367,14 +1378,14 @@
1065 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1066 | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
1067 | -linux-newlib* | -linux-musl* | -linux-uclibc* \
1068- | -uxpv* | -beos* | -mpeix* | -udk* \
1069+ | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
1070 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1071 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1072 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1073 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1074 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1075 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1076- | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
1077+ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)
1078 # Remember, each alternative MUST END IN *, to match a version number.
1079 ;;
1080 -qnx*)
1081@@ -1592,9 +1603,6 @@
1082 mips*-*)
1083 os=-elf
1084 ;;
1085- or1k-*)
1086- os=-elf
1087- ;;
1088 or32-*)
1089 os=-coff
1090 ;;
1091
1092=== modified file 'configure'
1093--- configure 2014-03-16 09:01:47 +0000
1094+++ configure 2015-01-04 19:54:53 +0000
1095@@ -1,7 +1,7 @@
1096 #! /bin/sh
1097-# From configure.ac f33e74e.
1098+# From configure.ac 99abc11.
1099 # Guess values for system-dependent variables and create Makefiles.
1100-# Generated by GNU Autoconf 2.69 for xfce4-indicator-plugin 2.3.2.
1101+# Generated by GNU Autoconf 2.69 for xfce4-indicator-plugin 2.3.3.
1102 #
1103 # Report bugs to <http://bugzilla.xfce.org/>.
1104 #
1105@@ -594,8 +594,8 @@
1106 # Identity of this package.
1107 PACKAGE_NAME='xfce4-indicator-plugin'
1108 PACKAGE_TARNAME='xfce4-indicator-plugin'
1109-PACKAGE_VERSION='2.3.2'
1110-PACKAGE_STRING='xfce4-indicator-plugin 2.3.2'
1111+PACKAGE_VERSION='2.3.3'
1112+PACKAGE_STRING='xfce4-indicator-plugin 2.3.3'
1113 PACKAGE_BUGREPORT='http://bugzilla.xfce.org/'
1114 PACKAGE_URL=''
1115
1116@@ -1426,7 +1426,7 @@
1117 # Omit some internal or obsolete options to make the list less imposing.
1118 # This message is too long to be a string in the A/UX 3.1 sh.
1119 cat <<_ACEOF
1120-\`configure' configures xfce4-indicator-plugin 2.3.2 to adapt to many kinds of systems.
1121+\`configure' configures xfce4-indicator-plugin 2.3.3 to adapt to many kinds of systems.
1122
1123 Usage: $0 [OPTION]... [VAR=VALUE]...
1124
1125@@ -1502,7 +1502,7 @@
1126
1127 if test -n "$ac_init_help"; then
1128 case $ac_init_help in
1129- short | recursive ) echo "Configuration of xfce4-indicator-plugin 2.3.2:";;
1130+ short | recursive ) echo "Configuration of xfce4-indicator-plugin 2.3.3:";;
1131 esac
1132 cat <<\_ACEOF
1133
1134@@ -1627,7 +1627,7 @@
1135 test -n "$ac_init_help" && exit $ac_status
1136 if $ac_init_version; then
1137 cat <<\_ACEOF
1138-xfce4-indicator-plugin configure 2.3.2
1139+xfce4-indicator-plugin configure 2.3.3
1140 generated by GNU Autoconf 2.69
1141
1142 Copyright (C) 2012 Free Software Foundation, Inc.
1143@@ -1999,7 +1999,7 @@
1144 This file contains any messages produced by compilers while
1145 running configure, to aid debugging if configure makes a mistake.
1146
1147-It was created by xfce4-indicator-plugin $as_me 2.3.2, which was
1148+It was created by xfce4-indicator-plugin $as_me 2.3.3, which was
1149 generated by GNU Autoconf 2.69. Invocation command line was
1150
1151 $ $0 $@
1152@@ -2491,7 +2491,7 @@
1153 program_prefix=${target_alias}-
1154
1155
1156-am__api_version='1.13'
1157+am__api_version='1.14'
1158
1159 # Find a good install program. We prefer a C program (faster),
1160 # so one script is as good as another. But avoid the broken or
1161@@ -2977,7 +2977,7 @@
1162
1163 # Define the identity of the package.
1164 PACKAGE='xfce4-indicator-plugin'
1165- VERSION='2.3.2'
1166+ VERSION='2.3.3'
1167
1168
1169 cat >>confdefs.h <<_ACEOF
1170@@ -3144,6 +3144,48 @@
1171
1172
1173
1174+# POSIX will say in a future version that running "rm -f" with no argument
1175+# is OK; and we want to be able to make that assumption in our Makefile
1176+# recipes. So use an aggressive probe to check that the usage we want is
1177+# actually supported "in the wild" to an acceptable degree.
1178+# See automake bug#10828.
1179+# To make any issue more visible, cause the running configure to be aborted
1180+# by default if the 'rm' program in use doesn't match our expectations; the
1181+# user can still override this though.
1182+if rm -f && rm -fr && rm -rf; then : OK; else
1183+ cat >&2 <<'END'
1184+Oops!
1185+
1186+Your 'rm' program seems unable to run without file operands specified
1187+on the command line, even when the '-f' option is present. This is contrary
1188+to the behaviour of most rm programs out there, and not conforming with
1189+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
1190+
1191+Please tell bug-automake@gnu.org about your system, including the value
1192+of your $PATH and any error possibly output before this message. This
1193+can help us improve future automake versions.
1194+
1195+END
1196+ if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
1197+ echo 'Configuration will proceed anyway, since you have set the' >&2
1198+ echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
1199+ echo >&2
1200+ else
1201+ cat >&2 <<'END'
1202+Aborting the configuration process, to ensure you take notice of the issue.
1203+
1204+You can download and install GNU coreutils to get an 'rm' implementation
1205+that behaves properly: <http://www.gnu.org/software/coreutils/>.
1206+
1207+If you want to complete the configuration process using your problematic
1208+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
1209+to "yes", and re-run configure.
1210+
1211+END
1212+ as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
1213+ fi
1214+fi
1215+
1216
1217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
1218 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
1219@@ -3995,6 +4037,65 @@
1220 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1221 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1222 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1223+
1224+ac_ext=c
1225+ac_cpp='$CPP $CPPFLAGS'
1226+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1227+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1228+ac_compiler_gnu=$ac_cv_c_compiler_gnu
1229+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
1230+$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
1231+if ${am_cv_prog_cc_c_o+:} false; then :
1232+ $as_echo_n "(cached) " >&6
1233+else
1234+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1235+/* end confdefs.h. */
1236+
1237+int
1238+main ()
1239+{
1240+
1241+ ;
1242+ return 0;
1243+}
1244+_ACEOF
1245+ # Make sure it works both with $CC and with simple cc.
1246+ # Following AC_PROG_CC_C_O, we do the test twice because some
1247+ # compilers refuse to overwrite an existing .o file with -o,
1248+ # though they will create one.
1249+ am_cv_prog_cc_c_o=yes
1250+ for am_i in 1 2; do
1251+ if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
1252+ ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
1253+ ac_status=$?
1254+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
1255+ (exit $ac_status); } \
1256+ && test -f conftest2.$ac_objext; then
1257+ : OK
1258+ else
1259+ am_cv_prog_cc_c_o=no
1260+ break
1261+ fi
1262+ done
1263+ rm -f core conftest*
1264+ unset am_i
1265+fi
1266+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
1267+$as_echo "$am_cv_prog_cc_c_o" >&6; }
1268+if test "$am_cv_prog_cc_c_o" != yes; then
1269+ # Losing compiler, so override with the script.
1270+ # FIXME: It is wrong to rewrite CC.
1271+ # But if we don't then we get into trouble of one sort or another.
1272+ # A longer-term fix would be to have automake use am__CC in this case,
1273+ # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
1274+ CC="$am_aux_dir/compile $CC"
1275+fi
1276+ac_ext=c
1277+ac_cpp='$CPP $CPPFLAGS'
1278+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1279+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1280+ac_compiler_gnu=$ac_cv_c_compiler_gnu
1281+
1282 DEPDIR="${am__leading_dot}deps"
1283
1284 ac_config_commands="$ac_config_commands depfiles"
1285@@ -7104,7 +7205,7 @@
1286 rm -rf conftest*
1287 ;;
1288
1289-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
1290+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
1291 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
1292 # Find out which ABI we are using.
1293 echo 'int i;' > conftest.$ac_ext
1294@@ -7129,7 +7230,10 @@
1295 ;;
1296 esac
1297 ;;
1298- ppc64-*linux*|powerpc64-*linux*)
1299+ powerpc64le-*)
1300+ LD="${LD-ld} -m elf32lppclinux"
1301+ ;;
1302+ powerpc64-*)
1303 LD="${LD-ld} -m elf32ppclinux"
1304 ;;
1305 s390x-*linux*)
1306@@ -7148,7 +7252,10 @@
1307 x86_64-*linux*)
1308 LD="${LD-ld} -m elf_x86_64"
1309 ;;
1310- ppc*-*linux*|powerpc*-*linux*)
1311+ powerpcle-*)
1312+ LD="${LD-ld} -m elf64lppc"
1313+ ;;
1314+ powerpc-*)
1315 LD="${LD-ld} -m elf64ppc"
1316 ;;
1317 s390*-*linux*|s390*-*tpf*)
1318@@ -12324,7 +12431,7 @@
1319
1320
1321
1322- ALL_LINGUAS="ar bg ca cs da de en_AU en_GB es eu fi fr gl hr hu id it ja ko lt ms nl oc pl pt pt_BR ro ru sk sl sr sv tr ug uk zh_CN zh_TW "
1323+ ALL_LINGUAS="ar ast bg ca cs da de en_AU en_GB es eu fi fr gl hr hu id is it ja ko lt ms nb nl oc pl pt_BR pt ro ru sk sl sr sv th tr ug uk zh_CN zh_TW "
1324
1325 for ac_header in locale.h
1326 do :
1327@@ -15933,7 +16040,7 @@
1328 # report actual input values of CONFIG_FILES etc. instead of their
1329 # values after options handling.
1330 ac_log="
1331-This file was extended by xfce4-indicator-plugin $as_me 2.3.2, which was
1332+This file was extended by xfce4-indicator-plugin $as_me 2.3.3, which was
1333 generated by GNU Autoconf 2.69. Invocation command line was
1334
1335 CONFIG_FILES = $CONFIG_FILES
1336@@ -15999,7 +16106,7 @@
1337 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1338 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1339 ac_cs_version="\\
1340-xfce4-indicator-plugin config.status 2.3.2
1341+xfce4-indicator-plugin config.status 2.3.3
1342 configured by $0, generated by GNU Autoconf 2.69,
1343 with options \\"\$ac_cs_config\\"
1344
1345
1346=== modified file 'configure.ac'
1347--- configure.ac 2014-03-16 09:01:47 +0000
1348+++ configure.ac 2015-01-04 19:54:53 +0000
1349@@ -13,9 +13,9 @@
1350 dnl ***************************
1351 m4_define([indicator_version_major], [2])
1352 m4_define([indicator_version_minor], [3])
1353-m4_define([indicator_version_micro], [2])
1354+m4_define([indicator_version_micro], [3])
1355 m4_define([indicator_version_nano], []) dnl leave this empty to have no nano version
1356-m4_define([indicator_version_build], [f33e74e])
1357+m4_define([indicator_version_build], [99abc11])
1358 m4_define([indicator_version_tag], [])
1359 m4_define([indicator_version], [indicator_version_major().indicator_version_minor().indicator_version_micro()ifelse(indicator_version_nano(), [], [], [.indicator_version_nano()])ifelse(indicator_version_tag(), [git], [indicator_version_tag()-indicator_version_build()], [indicator_version_tag()])])
1360
1361@@ -28,7 +28,7 @@
1362 AC_PREREQ([2.50])
1363 AC_CONFIG_HEADERS([config.h])
1364 AC_CANONICAL_TARGET()
1365-AC_REVISION([f33e74e])
1366+AC_REVISION([99abc11])
1367
1368 dnl ***************************
1369 dnl *** Initialize automake ***
1370@@ -67,7 +67,7 @@
1371 dnl ******************************
1372 dnl *** Check for i18n support ***
1373 dnl ******************************
1374-XDT_I18N([ar bg ca cs da de en_AU en_GB es eu fi fr gl hr hu id it ja ko lt ms nl oc pl pt pt_BR ro ru sk sl sr sv tr ug uk zh_CN zh_TW ])
1375+XDT_I18N([ar ast bg ca cs da de en_AU en_GB es eu fi fr gl hr hu id is it ja ko lt ms nb nl oc pl pt_BR pt ro ru sk sl sr sv th tr ug uk zh_CN zh_TW ])
1376
1377 dnl *******************************
1378 dnl *** Check for X11 installed ***
1379
1380=== modified file 'debian/changelog'
1381--- debian/changelog 2014-12-02 20:30:03 +0000
1382+++ debian/changelog 2015-01-04 19:54:53 +0000
1383@@ -1,3 +1,9 @@
1384+xfce4-indicator-plugin (2.3.3-0ubuntu1) vivid; urgency=medium
1385+
1386+ * New upstream release.
1387+
1388+ -- Jackson Doak <noskcaj@ubuntu.com> Mon, 05 Jan 2015 06:34:21 +1100
1389+
1390 xfce4-indicator-plugin (2.3.2-0ubuntu3) vivid; urgency=medium
1391
1392 * d/p/01_upstart-init.patch:
1393
1394=== modified file 'icons/48x48/Makefile.in'
1395--- icons/48x48/Makefile.in 2014-02-16 15:03:36 +0000
1396+++ icons/48x48/Makefile.in 2015-01-04 19:54:53 +0000
1397@@ -1,4 +1,4 @@
1398-# Makefile.in generated by automake 1.13.3 from Makefile.am.
1399+# Makefile.in generated by automake 1.14.1 from Makefile.am.
1400 # @configure_input@
1401
1402 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
1403
1404=== modified file 'icons/Makefile.in'
1405--- icons/Makefile.in 2014-02-16 15:03:36 +0000
1406+++ icons/Makefile.in 2015-01-04 19:54:53 +0000
1407@@ -1,4 +1,4 @@
1408-# Makefile.in generated by automake 1.13.3 from Makefile.am.
1409+# Makefile.in generated by automake 1.14.1 from Makefile.am.
1410 # @configure_input@
1411
1412 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
1413
1414=== modified file 'icons/scalable/Makefile.in'
1415--- icons/scalable/Makefile.in 2014-02-16 15:03:36 +0000
1416+++ icons/scalable/Makefile.in 2015-01-04 19:54:53 +0000
1417@@ -1,4 +1,4 @@
1418-# Makefile.in generated by automake 1.13.3 from Makefile.am.
1419+# Makefile.in generated by automake 1.14.1 from Makefile.am.
1420 # @configure_input@
1421
1422 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
1423
1424=== modified file 'ltmain.sh'
1425--- ltmain.sh 2014-02-16 15:03:36 +0000
1426+++ ltmain.sh 2015-01-04 19:54:53 +0000
1427@@ -70,7 +70,7 @@
1428 # compiler: $LTCC
1429 # compiler flags: $LTCFLAGS
1430 # linker: $LD (gnu? $with_gnu_ld)
1431-# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.3ubuntu1
1432+# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.10ubuntu1
1433 # automake: $automake_version
1434 # autoconf: $autoconf_version
1435 #
1436@@ -80,7 +80,7 @@
1437
1438 PROGRAM=libtool
1439 PACKAGE=libtool
1440-VERSION="2.4.2 Debian-2.4.2-1.3ubuntu1"
1441+VERSION="2.4.2 Debian-2.4.2-1.10ubuntu1"
1442 TIMESTAMP=""
1443 package_revision=1.3337
1444
1445
1446=== modified file 'missing'
1447--- missing 2014-02-16 15:03:36 +0000
1448+++ missing 2015-01-04 19:54:53 +0000
1449@@ -1,7 +1,7 @@
1450 #! /bin/sh
1451 # Common wrapper for a few potentially missing GNU programs.
1452
1453-scriptversion=2012-06-26.16; # UTC
1454+scriptversion=2013-10-28.13; # UTC
1455
1456 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
1457 # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
1458@@ -160,7 +160,7 @@
1459 ;;
1460 autom4te*)
1461 echo "You might have modified some maintainer files that require"
1462- echo "the 'automa4te' program to be rebuilt."
1463+ echo "the 'autom4te' program to be rebuilt."
1464 program_details 'autom4te'
1465 ;;
1466 bison*|yacc*)
1467
1468=== modified file 'panel-plugin/Makefile.in'
1469--- panel-plugin/Makefile.in 2014-02-16 15:03:36 +0000
1470+++ panel-plugin/Makefile.in 2015-01-04 19:54:53 +0000
1471@@ -1,4 +1,4 @@
1472-# Makefile.in generated by automake 1.13.3 from Makefile.am.
1473+# Makefile.in generated by automake 1.14.1 from Makefile.am.
1474 # @configure_input@
1475
1476 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
1477@@ -577,14 +577,14 @@
1478 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1479 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1480 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1481-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
1482+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1483
1484 .c.obj:
1485 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1486 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1487 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1488 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1489-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
1490+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1491
1492 .c.lo:
1493 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1494
1495=== modified file 'panel-plugin/indicator-config.h'
1496--- panel-plugin/indicator-config.h 2014-02-13 16:07:50 +0000
1497+++ panel-plugin/indicator-config.h 2015-01-04 19:54:53 +0000
1498@@ -36,13 +36,6 @@
1499
1500 #define XFCE_TYPE_INDICATOR_CONFIG_VALUE_ARRAY (indicator_config_value_array_get_type ())
1501
1502-typedef struct _IncicatorConfigProperty IndicatorConfigProperty;
1503-struct _IndicatorConfigProperty
1504-{
1505- const gchar *property;
1506- GType type;
1507-};
1508-
1509 GType indicator_config_value_array_get_type (void) G_GNUC_CONST;
1510
1511 GType indicator_config_get_type (void) G_GNUC_CONST;
1512
1513=== modified file 'panel-plugin/indicator-dialog.c'
1514--- panel-plugin/indicator-dialog.c 2014-03-16 09:01:47 +0000
1515+++ panel-plugin/indicator-dialog.c 2015-01-04 19:54:53 +0000
1516@@ -443,7 +443,7 @@
1517 g_return_if_fail (GTK_IS_LIST_STORE (dialog->store));
1518
1519 if (xfce_dialog_confirm (GTK_WINDOW (gtk_widget_get_toplevel (button)),
1520- "edit-clear", NULL, NULL,
1521+ "gtk-clear", NULL, NULL,
1522 _("Are you sure you want to clear the list of "
1523 "known indicators?")))
1524 {
1525
1526=== added file 'po/ast.po'
1527--- po/ast.po 1970-01-01 00:00:00 +0000
1528+++ po/ast.po 2015-01-04 19:54:53 +0000
1529@@ -0,0 +1,179 @@
1530+# SOME DESCRIPTIVE TITLE.
1531+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
1532+# This file is distributed under the same license as the PACKAGE package.
1533+#
1534+# Translators:
1535+# Tornes Llume <l.lumex03.tornes@gmail.com>, 2014
1536+# Tornes Llume <l.lumex03.tornes@gmail.com>, 2014
1537+msgid ""
1538+msgstr ""
1539+"Project-Id-Version: Xfce Panel Plugins\n"
1540+"Report-Msgid-Bugs-To: \n"
1541+"POT-Creation-Date: 2013-09-06 00:31+0200\n"
1542+"PO-Revision-Date: 2014-05-08 07:37+0000\n"
1543+"Last-Translator: Tornes Llume <l.lumex03.tornes@gmail.com>\n"
1544+"Language-Team: Asturian (http://www.transifex.com/projects/p/xfce-panel-plugins/language/ast/)\n"
1545+"MIME-Version: 1.0\n"
1546+"Content-Type: text/plain; charset=UTF-8\n"
1547+"Content-Transfer-Encoding: 8bit\n"
1548+"Language: ast\n"
1549+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1550+
1551+#: ../panel-plugin/indicator.desktop.in.in.h:1
1552+msgid "Indicator Plugin"
1553+msgstr "Complementu indicador"
1554+
1555+#: ../panel-plugin/indicator.desktop.in.in.h:2 ../panel-plugin/indicator.c:174
1556+msgid ""
1557+"Provides a panel area for Unity indicators. Indicators allow applications "
1558+"and system services to display their status and interact with the user."
1559+msgstr "Apurre un area de panel pa indicadores Unity. Los indicadores permiten a les aplicaciones y a los servicios del sistema amosar el so estáu ya interactuar col usuariu."
1560+
1561+#: ../panel-plugin/indicator.c:176
1562+msgid "Copyright (c) 2009-2013\n"
1563+msgstr "Copyright (c) 2009-2013\n"
1564+
1565+#: ../panel-plugin/indicator.c:312
1566+msgid "No Indicators"
1567+msgstr "Nun hai indicadores"
1568+
1569+#. raw name, pretty name,
1570+#. icon-name(?)
1571+#: ../panel-plugin/indicator-dialog.c:57
1572+msgid "Application Indicators"
1573+msgstr "Indicadores d'aplicación"
1574+
1575+#: ../panel-plugin/indicator-dialog.c:58 ../panel-plugin/indicator-dialog.c:59
1576+msgid "Sound Menu"
1577+msgstr "Menñu de soníu"
1578+
1579+#: ../panel-plugin/indicator-dialog.c:60
1580+msgid "Printers Menu"
1581+msgstr "Menú d'imprentadores"
1582+
1583+#: ../panel-plugin/indicator-dialog.c:61 ../panel-plugin/indicator-dialog.c:62
1584+msgid "Power Management"
1585+msgstr "Alministración d'enerxía"
1586+
1587+#: ../panel-plugin/indicator-dialog.c:63
1588+msgid "Application Menus (Global Menu)"
1589+msgstr "Menús d'aplicación (menú global)"
1590+
1591+#: ../panel-plugin/indicator-dialog.c:64 ../panel-plugin/indicator-dialog.c:65
1592+msgid "Session Management"
1593+msgstr "Alministración de sesión"
1594+
1595+#: ../panel-plugin/indicator-dialog.c:66 ../panel-plugin/indicator-dialog.c:67
1596+msgid "Messaging Menu"
1597+msgstr "Menú de mensaxería"
1598+
1599+#: ../panel-plugin/indicator-dialog.c:68 ../panel-plugin/indicator-dialog.c:69
1600+msgid "Date and Time"
1601+msgstr "Data y hora"
1602+
1603+#: ../panel-plugin/indicator-dialog.c:70 ../panel-plugin/indicator-dialog.c:71
1604+msgid "Bluetooth"
1605+msgstr "Bluetooth"
1606+
1607+#: ../panel-plugin/indicator-dialog.c:72
1608+msgid "Sync Menu"
1609+msgstr "Menú de sincronización"
1610+
1611+#: ../panel-plugin/indicator-dialog.c:73
1612+msgid "Keyboard"
1613+msgstr "Tecláu"
1614+
1615+#: ../panel-plugin/indicator-dialog.c:74
1616+msgid "Location"
1617+msgstr "Allugamientu"
1618+
1619+#: ../panel-plugin/indicator-dialog.c:75
1620+msgid "Network"
1621+msgstr "Rede"
1622+
1623+#: ../panel-plugin/indicator-dialog.c:76
1624+msgid "Workrave"
1625+msgstr ""
1626+
1627+#: ../panel-plugin/indicator-dialog.c:450
1628+msgid "Are you sure you want to clear the list of known indicators?"
1629+msgstr "¿De xuru quies llimpiar la llista d'indicadores conocíos?"
1630+
1631+#: ../panel-plugin/indicator-dialog.c:593
1632+#, c-format
1633+msgid "Unable to open the following url: %s"
1634+msgstr "Nun pue abrise la siguiente url: %s"
1635+
1636+#: ../panel-plugin/indicator-dialog.glade.h:1
1637+msgid "Indicators"
1638+msgstr "INdicadores"
1639+
1640+#: ../panel-plugin/indicator-dialog.glade.h:2
1641+msgid "Arrange indicators in a single row"
1642+msgstr "Ordenar los indicadores namái nuna filera "
1643+
1644+#: ../panel-plugin/indicator-dialog.glade.h:3
1645+msgid ""
1646+"If enabled, ensure that the indicators are laid out in a single row or "
1647+"column."
1648+msgstr "Si s'habilita, asegúrate que los indicadores tan espadíos nuna filera o columna sola."
1649+
1650+#: ../panel-plugin/indicator-dialog.glade.h:4
1651+msgid "Align left in deskbar mode"
1652+msgstr "Alliniar a la izquierda nel mou panel d'escritoriu"
1653+
1654+#: ../panel-plugin/indicator-dialog.glade.h:5
1655+msgid ""
1656+"Controls the indicator button layout when the panel is in a Deskbar mode. "
1657+"Possible choices are \"centered\" or \"aligned left\"."
1658+msgstr "Controla'l diseñu'l botón cuando'l panel tea nel mou barra d'escritoriu. Les posibles escoyetes son \"centráu\" o \"alliniáu a la izquierda\"."
1659+
1660+#: ../panel-plugin/indicator-dialog.glade.h:6
1661+msgid "Appearance"
1662+msgstr "Aspeutu"
1663+
1664+#: ../panel-plugin/indicator-dialog.glade.h:7
1665+msgid "Hide indicators by default"
1666+msgstr "Anubrir indicadores por defeutu"
1667+
1668+#: ../panel-plugin/indicator-dialog.glade.h:8
1669+msgid ""
1670+"When enabled, only indicators marked \"Visible\" are shown. Otherwise, all "
1671+"indicators not marked \"Hidden\" are displayed."
1672+msgstr "Cuando s'habilita, namái amosaránse los marcadores conseñaos como \"Visible\". D'otramiente, tolos indicadores non conseñaos como \"Anubríu\" amosaránse."
1673+
1674+#: ../panel-plugin/indicator-dialog.glade.h:9
1675+msgid "Indicator"
1676+msgstr "Indicador"
1677+
1678+#: ../panel-plugin/indicator-dialog.glade.h:10
1679+msgid "Hidden"
1680+msgstr "Anubríu"
1681+
1682+#: ../panel-plugin/indicator-dialog.glade.h:11
1683+msgid "Visible"
1684+msgstr "Visible"
1685+
1686+#: ../panel-plugin/indicator-dialog.glade.h:12
1687+msgid "Move the selected indicator one row up."
1688+msgstr "Mover l'indicador esbilláu una filera haza arriba."
1689+
1690+#: ../panel-plugin/indicator-dialog.glade.h:13
1691+msgid "Move the selected indicator one row down."
1692+msgstr "Mover l'indicador esbilláu una filera haza abaxo."
1693+
1694+#: ../panel-plugin/indicator-dialog.glade.h:14
1695+msgid "<i>Please restart the panel for visibility changes to take effect.</i>"
1696+msgstr "<i>Por favor, reanicia'l panel pa que los cambeos de visibilidá faigan efeutu.</i>"
1697+
1698+#: ../panel-plugin/indicator-dialog.glade.h:15
1699+msgid "C_lear known indicators"
1700+msgstr "L_limpiar indicadores conocíos"
1701+
1702+#: ../panel-plugin/indicator-dialog.glade.h:16
1703+msgid "Resets the list of indicators and their visibility settings."
1704+msgstr "Reaniciar les llistes d'indicadores y los sos axustes de visibilidá."
1705+
1706+#: ../panel-plugin/indicator-dialog.glade.h:17
1707+msgid "Known Indicators"
1708+msgstr "Indicadores conocíos"
1709
1710=== modified file 'po/de.po'
1711--- po/de.po 2014-02-16 15:03:36 +0000
1712+++ po/de.po 2015-01-04 19:54:53 +0000
1713@@ -4,16 +4,16 @@
1714 #
1715 # Translators:
1716 # Mark__T <mark@foresightlinux.org>, 2009
1717-# M4he, 2013
1718-# to_ba, 2013-2014
1719+# Markus Hentsch, 2013
1720+# Tobias Bannert, 2013-2014
1721 msgid ""
1722 msgstr ""
1723 "Project-Id-Version: Xfce Panel Plugins\n"
1724 "Report-Msgid-Bugs-To: \n"
1725 "POT-Creation-Date: 2013-09-06 00:31+0200\n"
1726-"PO-Revision-Date: 2014-01-02 23:20+0000\n"
1727-"Last-Translator: to_ba\n"
1728-"Language-Team: German (http://www.transifex.com/projects/p/xfce/language/de/)\n"
1729+"PO-Revision-Date: 2014-08-01 18:42+0000\n"
1730+"Last-Translator: Tobias Bannert\n"
1731+"Language-Team: German (http://www.transifex.com/projects/p/xfce-panel-plugins/language/de/)\n"
1732 "MIME-Version: 1.0\n"
1733 "Content-Type: text/plain; charset=UTF-8\n"
1734 "Content-Transfer-Encoding: 8bit\n"
1735@@ -32,7 +32,7 @@
1736
1737 #: ../panel-plugin/indicator.c:176
1738 msgid "Copyright (c) 2009-2013\n"
1739-msgstr "Copyright (c) 2009-2013\n"
1740+msgstr "Urheberrecht (c) 2009-2013\n"
1741
1742 #: ../panel-plugin/indicator.c:312
1743 msgid "No Indicators"
1744@@ -111,7 +111,7 @@
1745
1746 #: ../panel-plugin/indicator-dialog.glade.h:2
1747 msgid "Arrange indicators in a single row"
1748-msgstr "Anzeigen in einer einzigen Zeile anordnen"
1749+msgstr "Anzeigen in einer einzelnen Zeile anordnen"
1750
1751 #: ../panel-plugin/indicator-dialog.glade.h:3
1752 msgid ""
1753@@ -121,13 +121,13 @@
1754
1755 #: ../panel-plugin/indicator-dialog.glade.h:4
1756 msgid "Align left in deskbar mode"
1757-msgstr "Im Deskbarmodus linksbündig ausrichten"
1758+msgstr "Im Schreibtischleistenmodus linksbündig ausrichten"
1759
1760 #: ../panel-plugin/indicator-dialog.glade.h:5
1761 msgid ""
1762 "Controls the indicator button layout when the panel is in a Deskbar mode. "
1763 "Possible choices are \"centered\" or \"aligned left\"."
1764-msgstr "Bestimmt die Ausrichtung der Anzeigenknöpfe im Deskbarmodus. Mögliche Auswahl: »zentriert« oder »linksbündig«"
1765+msgstr "Bestimmt die Ausrichtung der Anzeigenknöpfe im Schreibtischleistenmodus. Mögliche Auswahl: »zentriert« oder »linksbündig«"
1766
1767 #: ../panel-plugin/indicator-dialog.glade.h:6
1768 msgid "Appearance"
1769@@ -165,7 +165,7 @@
1770
1771 #: ../panel-plugin/indicator-dialog.glade.h:14
1772 msgid "<i>Please restart the panel for visibility changes to take effect.</i>"
1773-msgstr "<i>Sie müssen die Leiste neu starten damit die Änderungen wirksam werden</i>"
1774+msgstr "<i>Sie müssen die Leiste neu starten, damit die Änderungen wirksam werden</i>"
1775
1776 #: ../panel-plugin/indicator-dialog.glade.h:15
1777 msgid "C_lear known indicators"
1778
1779=== modified file 'po/es.po'
1780--- po/es.po 2014-02-13 16:07:50 +0000
1781+++ po/es.po 2015-01-04 19:54:53 +0000
1782@@ -3,16 +3,17 @@
1783 # This file is distributed under the same license as the PACKAGE package.
1784 #
1785 # Translators:
1786-# MC <correomc2000-ing@yahoo.es>, 2013
1787-# Pablo Lezaeta <prflr88@gmail.com>, 2013
1788+# Adolfo Jayme Barrientos <fito@libreoffice.org>, 2014
1789+# mc <correomc2000-ing@yahoo.es>, 2013
1790+# Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>, 2013-2014
1791 msgid ""
1792 msgstr ""
1793 "Project-Id-Version: Xfce Panel Plugins\n"
1794 "Report-Msgid-Bugs-To: \n"
1795 "POT-Creation-Date: 2013-09-06 00:31+0200\n"
1796-"PO-Revision-Date: 2013-09-08 03:17+0000\n"
1797-"Last-Translator: Pablo Lezaeta <prflr88@gmail.com>\n"
1798-"Language-Team: Spanish (http://www.transifex.com/projects/p/xfce/language/es/)\n"
1799+"PO-Revision-Date: 2014-12-25 23:50+0000\n"
1800+"Last-Translator: Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>\n"
1801+"Language-Team: Spanish (http://www.transifex.com/projects/p/xfce-panel-plugins/language/es/)\n"
1802 "MIME-Version: 1.0\n"
1803 "Content-Type: text/plain; charset=UTF-8\n"
1804 "Content-Transfer-Encoding: 8bit\n"
1805@@ -27,11 +28,11 @@
1806 msgid ""
1807 "Provides a panel area for Unity indicators. Indicators allow applications "
1808 "and system services to display their status and interact with the user."
1809-msgstr "Se proveerá un area para los indicadores de Unity. Estos indicadores permiten a aplicaciones y servicios del sistema mostrar su estado de manera interactiva con el usuario."
1810+msgstr "Se proveerá un área para los indicadores de Unity. Estos indicadores permiten a aplicaciones y servicios del sistema mostrar su estado de manera interactiva con el usuario."
1811
1812 #: ../panel-plugin/indicator.c:176
1813 msgid "Copyright (c) 2009-2013\n"
1814-msgstr "Copyright © 2009–2013\n"
1815+msgstr "Derechos de autor © 2009–2013\n"
1816
1817 #: ../panel-plugin/indicator.c:312
1818 msgid "No Indicators"
1819@@ -97,12 +98,12 @@
1820
1821 #: ../panel-plugin/indicator-dialog.c:450
1822 msgid "Are you sure you want to clear the list of known indicators?"
1823-msgstr "¿Está seguro de que quiere limpiar la lista de indicadores conocidos?"
1824+msgstr "¿Está seguro de que quiere vaciar la lista de indicadores conocidos?"
1825
1826 #: ../panel-plugin/indicator-dialog.c:593
1827 #, c-format
1828 msgid "Unable to open the following url: %s"
1829-msgstr "No se pudo abrir el siguiente URL: %s"
1830+msgstr "No se pudo abrir la dirección URL siguiente: %s"
1831
1832 #: ../panel-plugin/indicator-dialog.glade.h:1
1833 msgid "Indicators"
1834@@ -120,13 +121,13 @@
1835
1836 #: ../panel-plugin/indicator-dialog.glade.h:4
1837 msgid "Align left in deskbar mode"
1838-msgstr "Alinear a la izquierda en el modo «deskbar»"
1839+msgstr "Alinear a la izquierda en el modo barra de escritorio"
1840
1841 #: ../panel-plugin/indicator-dialog.glade.h:5
1842 msgid ""
1843 "Controls the indicator button layout when the panel is in a Deskbar mode. "
1844 "Possible choices are \"centered\" or \"aligned left\"."
1845-msgstr "Controla la disposición del botón indicador cuando el panel está en el modo «deskbar». Las opciones posibles son «centrado» o «alineado a la izquierda»."
1846+msgstr "Controla la disposición del botón indicador cuando el panel está en el modo barra de escritorio. Las opciones posibles son «centrado» o «alineado a la izquierda»."
1847
1848 #: ../panel-plugin/indicator-dialog.glade.h:6
1849 msgid "Appearance"
1850
1851=== modified file 'po/fr.po'
1852--- po/fr.po 2014-02-13 16:07:50 +0000
1853+++ po/fr.po 2015-01-04 19:54:53 +0000
1854@@ -5,14 +5,15 @@
1855 # Translators:
1856 # Alexandre Franke <alexandre.franke@gmail.com>, 2009
1857 # jc1 <jc1.quebecos@gmail.com>, 2013
1858+# Yannick Le Guen <leguen.yannick@gmail.com>, 2014
1859 msgid ""
1860 msgstr ""
1861 "Project-Id-Version: Xfce Panel Plugins\n"
1862 "Report-Msgid-Bugs-To: \n"
1863 "POT-Creation-Date: 2013-09-06 00:31+0200\n"
1864-"PO-Revision-Date: 2013-09-07 06:59+0000\n"
1865-"Last-Translator: jc1 <jc1.quebecos@gmail.com>\n"
1866-"Language-Team: French (http://www.transifex.com/projects/p/xfce/language/fr/)\n"
1867+"PO-Revision-Date: 2014-07-26 16:32+0000\n"
1868+"Last-Translator: Yannick Le Guen <leguen.yannick@gmail.com>\n"
1869+"Language-Team: French (http://www.transifex.com/projects/p/xfce-panel-plugins/language/fr/)\n"
1870 "MIME-Version: 1.0\n"
1871 "Content-Type: text/plain; charset=UTF-8\n"
1872 "Content-Transfer-Encoding: 8bit\n"
1873@@ -27,7 +28,7 @@
1874 msgid ""
1875 "Provides a panel area for Unity indicators. Indicators allow applications "
1876 "and system services to display their status and interact with the user."
1877-msgstr "Fournit une zone du tableau pour des indicateurs d'Unity. Les indicateurs permettent aux applications et aux services du système à afficher leur état ​​et d'interagir avec l'utilisateur."
1878+msgstr "Fournit une zone du tableau de bord pour les indicateurs Unity. Les indicateurs permettent aux applications et aux services du système d'afficher leur état ​​et d'interagir avec l'utilisateur."
1879
1880 #: ../panel-plugin/indicator.c:176
1881 msgid "Copyright (c) 2009-2013\n"
1882@@ -41,7 +42,7 @@
1883 #. icon-name(?)
1884 #: ../panel-plugin/indicator-dialog.c:57
1885 msgid "Application Indicators"
1886-msgstr "Indicateurs application"
1887+msgstr "Indicateurs des applications"
1888
1889 #: ../panel-plugin/indicator-dialog.c:58 ../panel-plugin/indicator-dialog.c:59
1890 msgid "Sound Menu"
1891@@ -57,7 +58,7 @@
1892
1893 #: ../panel-plugin/indicator-dialog.c:63
1894 msgid "Application Menus (Global Menu)"
1895-msgstr "Menus application (menu global)"
1896+msgstr "Menus des applications (menu global)"
1897
1898 #: ../panel-plugin/indicator-dialog.c:64 ../panel-plugin/indicator-dialog.c:65
1899 msgid "Session Management"
1900@@ -110,23 +111,23 @@
1901
1902 #: ../panel-plugin/indicator-dialog.glade.h:2
1903 msgid "Arrange indicators in a single row"
1904-msgstr "Arranger des indicateurs en une seule ligne"
1905+msgstr "Arranger les indicateurs sur une seule ligne"
1906
1907 #: ../panel-plugin/indicator-dialog.glade.h:3
1908 msgid ""
1909 "If enabled, ensure that the indicators are laid out in a single row or "
1910 "column."
1911-msgstr "Si activée, s'assure que les indicateurs sont disposés en une seule ligne ou colonne."
1912+msgstr "Si activé, permet de disposer les indicateurs sur une seule ligne ou colonne."
1913
1914 #: ../panel-plugin/indicator-dialog.glade.h:4
1915 msgid "Align left in deskbar mode"
1916-msgstr "Aligner à gauche en mode barre de bureau"
1917+msgstr "Aligner à gauche en mode barre du bureau"
1918
1919 #: ../panel-plugin/indicator-dialog.glade.h:5
1920 msgid ""
1921 "Controls the indicator button layout when the panel is in a Deskbar mode. "
1922 "Possible choices are \"centered\" or \"aligned left\"."
1923-msgstr "Contrôle la disposition des boutons indicateur lorsque le panneau est en mode barre de bureau. Les choix possibles sont « centré » ou « aligné à gauche »."
1924+msgstr "Contrôle la disposition des boutons indicateurs lorsque le tableau de bord est en mode barre du bureau. Les choix possibles sont « centré » ou « aligné à gauche »."
1925
1926 #: ../panel-plugin/indicator-dialog.glade.h:6
1927 msgid "Appearance"
1928@@ -140,7 +141,7 @@
1929 msgid ""
1930 "When enabled, only indicators marked \"Visible\" are shown. Otherwise, all "
1931 "indicators not marked \"Hidden\" are displayed."
1932-msgstr "Lorsqu'elle est activée, seuls les indicateurs marqués « Visible » sont affichés. Dans le cas contraire, tous les indicateurs non marqués « Caché » sont affichés."
1933+msgstr "Si activé, seuls les indicateurs marqués « Visible » sont affichés. Dans le cas contraire, tous les indicateurs non marqués « Caché » sont affichés."
1934
1935 #: ../panel-plugin/indicator-dialog.glade.h:9
1936 msgid "Indicator"
1937@@ -164,16 +165,16 @@
1938
1939 #: ../panel-plugin/indicator-dialog.glade.h:14
1940 msgid "<i>Please restart the panel for visibility changes to take effect.</i>"
1941-msgstr "<i>S'il vous plaît redémarrer le panneau pour que les changements de visibilité prennent effet.</i>"
1942+msgstr "<i>Veuillez redémarrer le tableau de bord pour que les changements de visibilité prennent effet.</i>"
1943
1944 #: ../panel-plugin/indicator-dialog.glade.h:15
1945 msgid "C_lear known indicators"
1946-msgstr "Effacer les indicateur connus"
1947+msgstr "Effa_cer les indicateurs connus"
1948
1949 #: ../panel-plugin/indicator-dialog.glade.h:16
1950 msgid "Resets the list of indicators and their visibility settings."
1951-msgstr "Réinitialise la liste des indicateurs et de leurs paramètres de visibilité."
1952+msgstr "Réinitialise la liste des indicateurs et leurs paramètres de visibilité."
1953
1954 #: ../panel-plugin/indicator-dialog.glade.h:17
1955 msgid "Known Indicators"
1956-msgstr "Indicateur connus"
1957+msgstr "Indicateurs connus"
1958
1959=== added file 'po/is.po'
1960--- po/is.po 1970-01-01 00:00:00 +0000
1961+++ po/is.po 2015-01-04 19:54:53 +0000
1962@@ -0,0 +1,179 @@
1963+# SOME DESCRIPTIVE TITLE.
1964+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
1965+# This file is distributed under the same license as the PACKAGE package.
1966+#
1967+# Translators:
1968+# Sveinn í Felli <sv1@fellsnet.is>, 2013
1969+# Sveinn í Felli <sveinki@nett.is>, 2013-2014
1970+msgid ""
1971+msgstr ""
1972+"Project-Id-Version: Xfce Panel Plugins\n"
1973+"Report-Msgid-Bugs-To: \n"
1974+"POT-Creation-Date: 2013-09-06 00:31+0200\n"
1975+"PO-Revision-Date: 2014-04-11 09:47+0000\n"
1976+"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
1977+"Language-Team: Icelandic (http://www.transifex.com/projects/p/xfce/language/is/)\n"
1978+"MIME-Version: 1.0\n"
1979+"Content-Type: text/plain; charset=UTF-8\n"
1980+"Content-Transfer-Encoding: 8bit\n"
1981+"Language: is\n"
1982+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1983+
1984+#: ../panel-plugin/indicator.desktop.in.in.h:1
1985+msgid "Indicator Plugin"
1986+msgstr "Viðbót fyrir ástandsvísa"
1987+
1988+#: ../panel-plugin/indicator.desktop.in.in.h:2 ../panel-plugin/indicator.c:174
1989+msgid ""
1990+"Provides a panel area for Unity indicators. Indicators allow applications "
1991+"and system services to display their status and interact with the user."
1992+msgstr "Setur upp stikusvæði fyrir ástandsvísa í Unity. Ástandsvísar gera forritum og kerfisþjónustum kleift að sýna stöðu og auðvelda gagnvirkni við notandann."
1993+
1994+#: ../panel-plugin/indicator.c:176
1995+msgid "Copyright (c) 2009-2013\n"
1996+msgstr "Höfundarréttur (c) 2009-2013\n"
1997+
1998+#: ../panel-plugin/indicator.c:312
1999+msgid "No Indicators"
2000+msgstr "Engir ástandsvísar"
2001+
2002+#. raw name, pretty name,
2003+#. icon-name(?)
2004+#: ../panel-plugin/indicator-dialog.c:57
2005+msgid "Application Indicators"
2006+msgstr "Ástandsvísar forrita"
2007+
2008+#: ../panel-plugin/indicator-dialog.c:58 ../panel-plugin/indicator-dialog.c:59
2009+msgid "Sound Menu"
2010+msgstr "Hljóðvalmynd"
2011+
2012+#: ../panel-plugin/indicator-dialog.c:60
2013+msgid "Printers Menu"
2014+msgstr "Prentaravalmynd"
2015+
2016+#: ../panel-plugin/indicator-dialog.c:61 ../panel-plugin/indicator-dialog.c:62
2017+msgid "Power Management"
2018+msgstr "Aflstjórnun"
2019+
2020+#: ../panel-plugin/indicator-dialog.c:63
2021+msgid "Application Menus (Global Menu)"
2022+msgstr "Forritavalmyndir (aðalvalmynd)"
2023+
2024+#: ../panel-plugin/indicator-dialog.c:64 ../panel-plugin/indicator-dialog.c:65
2025+msgid "Session Management"
2026+msgstr "Setustjórn"
2027+
2028+#: ../panel-plugin/indicator-dialog.c:66 ../panel-plugin/indicator-dialog.c:67
2029+msgid "Messaging Menu"
2030+msgstr "Skilaboðavalmynd"
2031+
2032+#: ../panel-plugin/indicator-dialog.c:68 ../panel-plugin/indicator-dialog.c:69
2033+msgid "Date and Time"
2034+msgstr "Dagsetning og tími"
2035+
2036+#: ../panel-plugin/indicator-dialog.c:70 ../panel-plugin/indicator-dialog.c:71
2037+msgid "Bluetooth"
2038+msgstr "Blátönn"
2039+
2040+#: ../panel-plugin/indicator-dialog.c:72
2041+msgid "Sync Menu"
2042+msgstr "Samstillingarvalmynd"
2043+
2044+#: ../panel-plugin/indicator-dialog.c:73
2045+msgid "Keyboard"
2046+msgstr "Lyklaborð"
2047+
2048+#: ../panel-plugin/indicator-dialog.c:74
2049+msgid "Location"
2050+msgstr "Staðsetning"
2051+
2052+#: ../panel-plugin/indicator-dialog.c:75
2053+msgid "Network"
2054+msgstr "Netkerfi"
2055+
2056+#: ../panel-plugin/indicator-dialog.c:76
2057+msgid "Workrave"
2058+msgstr "Workrave"
2059+
2060+#: ../panel-plugin/indicator-dialog.c:450
2061+msgid "Are you sure you want to clear the list of known indicators?"
2062+msgstr "Ertu viss um að þú viljir endurstilla listann yfir þekkta ástandsvísa?"
2063+
2064+#: ../panel-plugin/indicator-dialog.c:593
2065+#, c-format
2066+msgid "Unable to open the following url: %s"
2067+msgstr "Get ekki opnað eftirfarandi slóð: %s"
2068+
2069+#: ../panel-plugin/indicator-dialog.glade.h:1
2070+msgid "Indicators"
2071+msgstr "Ástandsvísar"
2072+
2073+#: ../panel-plugin/indicator-dialog.glade.h:2
2074+msgid "Arrange indicators in a single row"
2075+msgstr "Raða ástandsvísum í eina röð"
2076+
2077+#: ../panel-plugin/indicator-dialog.glade.h:3
2078+msgid ""
2079+"If enabled, ensure that the indicators are laid out in a single row or "
2080+"column."
2081+msgstr "Ef þetta er virkt, er ástandsvísum raðað í eina röð eða dálk."
2082+
2083+#: ../panel-plugin/indicator-dialog.glade.h:4
2084+msgid "Align left in deskbar mode"
2085+msgstr "Jafna til hægri í skjástikuham"
2086+
2087+#: ../panel-plugin/indicator-dialog.glade.h:5
2088+msgid ""
2089+"Controls the indicator button layout when the panel is in a Deskbar mode. "
2090+"Possible choices are \"centered\" or \"aligned left\"."
2091+msgstr "Stýrir framsetningu ástandsvísa þegar spjaldið er í skjástikuham (deskbar mode). Mögulegt er að nota \"miðjað\" eða \"vinstrijafnað\"."
2092+
2093+#: ../panel-plugin/indicator-dialog.glade.h:6
2094+msgid "Appearance"
2095+msgstr "Útlit"
2096+
2097+#: ../panel-plugin/indicator-dialog.glade.h:7
2098+msgid "Hide indicators by default"
2099+msgstr "Sjálfgefið fela ástandsvísa"
2100+
2101+#: ../panel-plugin/indicator-dialog.glade.h:8
2102+msgid ""
2103+"When enabled, only indicators marked \"Visible\" are shown. Otherwise, all "
2104+"indicators not marked \"Hidden\" are displayed."
2105+msgstr "Ef þetta er virkt, sjást einungis þeir ástandsvísar sem merktir eru með \"sýnilegt\". Annars birtast allir ástandsvísar sem ekki eru merktir með \"falið\"."
2106+
2107+#: ../panel-plugin/indicator-dialog.glade.h:9
2108+msgid "Indicator"
2109+msgstr "Ástandsvísir"
2110+
2111+#: ../panel-plugin/indicator-dialog.glade.h:10
2112+msgid "Hidden"
2113+msgstr "Falið"
2114+
2115+#: ../panel-plugin/indicator-dialog.glade.h:11
2116+msgid "Visible"
2117+msgstr "Sýnilegt"
2118+
2119+#: ../panel-plugin/indicator-dialog.glade.h:12
2120+msgid "Move the selected indicator one row up."
2121+msgstr "Færa valinn ástandsvísi upp um eina röð."
2122+
2123+#: ../panel-plugin/indicator-dialog.glade.h:13
2124+msgid "Move the selected indicator one row down."
2125+msgstr "Færa valinn ástandsvísi niður um eina röð."
2126+
2127+#: ../panel-plugin/indicator-dialog.glade.h:14
2128+msgid "<i>Please restart the panel for visibility changes to take effect.</i>"
2129+msgstr "<i>Endurræstu spjaldið svo að breytingar á sýnileika verði virkar.</i>"
2130+
2131+#: ../panel-plugin/indicator-dialog.glade.h:15
2132+msgid "C_lear known indicators"
2133+msgstr "_Hreinsa þekkta ástandsvísa"
2134+
2135+#: ../panel-plugin/indicator-dialog.glade.h:16
2136+msgid "Resets the list of indicators and their visibility settings."
2137+msgstr "Endurstillir lista yfir ástandsvísa og sýnileika þeirra."
2138+
2139+#: ../panel-plugin/indicator-dialog.glade.h:17
2140+msgid "Known Indicators"
2141+msgstr "Þekktir ástandsvísar"
2142
2143=== added file 'po/nb.po'
2144--- po/nb.po 1970-01-01 00:00:00 +0000
2145+++ po/nb.po 2015-01-04 19:54:53 +0000
2146@@ -0,0 +1,179 @@
2147+# SOME DESCRIPTIVE TITLE.
2148+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2149+# This file is distributed under the same license as the PACKAGE package.
2150+#
2151+# Translators:
2152+# kingu <comradekingu@gmail.com>, 2014
2153+# haarek <haarektrans@gmail.com>, 2014
2154+msgid ""
2155+msgstr ""
2156+"Project-Id-Version: Xfce Panel Plugins\n"
2157+"Report-Msgid-Bugs-To: \n"
2158+"POT-Creation-Date: 2013-09-06 00:31+0200\n"
2159+"PO-Revision-Date: 2014-05-18 15:45+0000\n"
2160+"Last-Translator: kingu <comradekingu@gmail.com>\n"
2161+"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/xfce-panel-plugins/language/nb/)\n"
2162+"MIME-Version: 1.0\n"
2163+"Content-Type: text/plain; charset=UTF-8\n"
2164+"Content-Transfer-Encoding: 8bit\n"
2165+"Language: nb\n"
2166+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2167+
2168+#: ../panel-plugin/indicator.desktop.in.in.h:1
2169+msgid "Indicator Plugin"
2170+msgstr "Informasjonsvisnings-tillegg"
2171+
2172+#: ../panel-plugin/indicator.desktop.in.in.h:2 ../panel-plugin/indicator.c:174
2173+msgid ""
2174+"Provides a panel area for Unity indicators. Indicators allow applications "
2175+"and system services to display their status and interact with the user."
2176+msgstr "Oppretter et panelområde for Unity-instrumentering. Instrumenter gir programmer og systemtjenester muligheten til å vise status og annen info på en interaktiv måte."
2177+
2178+#: ../panel-plugin/indicator.c:176
2179+msgid "Copyright (c) 2009-2013\n"
2180+msgstr "Opphavsrett (c) 2009-2013\n"
2181+
2182+#: ../panel-plugin/indicator.c:312
2183+msgid "No Indicators"
2184+msgstr "Ingen informasjons-instrumentering"
2185+
2186+#. raw name, pretty name,
2187+#. icon-name(?)
2188+#: ../panel-plugin/indicator-dialog.c:57
2189+msgid "Application Indicators"
2190+msgstr "Informasjons-instrumentering for programmer"
2191+
2192+#: ../panel-plugin/indicator-dialog.c:58 ../panel-plugin/indicator-dialog.c:59
2193+msgid "Sound Menu"
2194+msgstr "Lydmeny"
2195+
2196+#: ../panel-plugin/indicator-dialog.c:60
2197+msgid "Printers Menu"
2198+msgstr "Skrivermeny"
2199+
2200+#: ../panel-plugin/indicator-dialog.c:61 ../panel-plugin/indicator-dialog.c:62
2201+msgid "Power Management"
2202+msgstr "Strømstyring"
2203+
2204+#: ../panel-plugin/indicator-dialog.c:63
2205+msgid "Application Menus (Global Menu)"
2206+msgstr "Informasjonsinstrumenterings-menyer (Global meny)"
2207+
2208+#: ../panel-plugin/indicator-dialog.c:64 ../panel-plugin/indicator-dialog.c:65
2209+msgid "Session Management"
2210+msgstr "Øktbehandling"
2211+
2212+#: ../panel-plugin/indicator-dialog.c:66 ../panel-plugin/indicator-dialog.c:67
2213+msgid "Messaging Menu"
2214+msgstr "Meldings-meny"
2215+
2216+#: ../panel-plugin/indicator-dialog.c:68 ../panel-plugin/indicator-dialog.c:69
2217+msgid "Date and Time"
2218+msgstr "Dato og tid"
2219+
2220+#: ../panel-plugin/indicator-dialog.c:70 ../panel-plugin/indicator-dialog.c:71
2221+msgid "Bluetooth"
2222+msgstr "Blåtann"
2223+
2224+#: ../panel-plugin/indicator-dialog.c:72
2225+msgid "Sync Menu"
2226+msgstr "Synkroniserings-meny"
2227+
2228+#: ../panel-plugin/indicator-dialog.c:73
2229+msgid "Keyboard"
2230+msgstr "Tastatur"
2231+
2232+#: ../panel-plugin/indicator-dialog.c:74
2233+msgid "Location"
2234+msgstr "Plassering"
2235+
2236+#: ../panel-plugin/indicator-dialog.c:75
2237+msgid "Network"
2238+msgstr "Nettverk"
2239+
2240+#: ../panel-plugin/indicator-dialog.c:76
2241+msgid "Workrave"
2242+msgstr "Workrave"
2243+
2244+#: ../panel-plugin/indicator-dialog.c:450
2245+msgid "Are you sure you want to clear the list of known indicators?"
2246+msgstr "Er du sikker på at du vil slette listen over kjente informasjons-instrumentering?"
2247+
2248+#: ../panel-plugin/indicator-dialog.c:593
2249+#, c-format
2250+msgid "Unable to open the following url: %s"
2251+msgstr "Kunne ikke åpne nettadressen %s"
2252+
2253+#: ../panel-plugin/indicator-dialog.glade.h:1
2254+msgid "Indicators"
2255+msgstr "Instrumentering"
2256+
2257+#: ../panel-plugin/indicator-dialog.glade.h:2
2258+msgid "Arrange indicators in a single row"
2259+msgstr "Ta oppstilling for instrumentering på én rad"
2260+
2261+#: ../panel-plugin/indicator-dialog.glade.h:3
2262+msgid ""
2263+"If enabled, ensure that the indicators are laid out in a single row or "
2264+"column."
2265+msgstr "Hvis påskrudd, tar oppstillng av instrumentering på én enkelt rad eller kolonne."
2266+
2267+#: ../panel-plugin/indicator-dialog.glade.h:4
2268+msgid "Align left in deskbar mode"
2269+msgstr "Venstrejuster i skrivebordsmodus"
2270+
2271+#: ../panel-plugin/indicator-dialog.glade.h:5
2272+msgid ""
2273+"Controls the indicator button layout when the panel is in a Deskbar mode. "
2274+"Possible choices are \"centered\" or \"aligned left\"."
2275+msgstr "Kontroller at instrumenteringens knappeoppsett når panelet er i skrivebordsmodus. Mulige valg er \"sentrert\" eller \"venstrejustert\"."
2276+
2277+#: ../panel-plugin/indicator-dialog.glade.h:6
2278+msgid "Appearance"
2279+msgstr "Utseende"
2280+
2281+#: ../panel-plugin/indicator-dialog.glade.h:7
2282+msgid "Hide indicators by default"
2283+msgstr "Gjem instrumentering som standard"
2284+
2285+#: ../panel-plugin/indicator-dialog.glade.h:8
2286+msgid ""
2287+"When enabled, only indicators marked \"Visible\" are shown. Otherwise, all "
2288+"indicators not marked \"Hidden\" are displayed."
2289+msgstr "Ved påslag vil bare instrumentering merket \"Synlig\" bli vist. Ellers vil all instrumentering merket \"Skjult\" bli vist"
2290+
2291+#: ../panel-plugin/indicator-dialog.glade.h:9
2292+msgid "Indicator"
2293+msgstr "Instrument"
2294+
2295+#: ../panel-plugin/indicator-dialog.glade.h:10
2296+msgid "Hidden"
2297+msgstr "Skjult"
2298+
2299+#: ../panel-plugin/indicator-dialog.glade.h:11
2300+msgid "Visible"
2301+msgstr "Synlig"
2302+
2303+#: ../panel-plugin/indicator-dialog.glade.h:12
2304+msgid "Move the selected indicator one row up."
2305+msgstr "Flytt valgt instrument en rad oppover."
2306+
2307+#: ../panel-plugin/indicator-dialog.glade.h:13
2308+msgid "Move the selected indicator one row down."
2309+msgstr "Flytt valgt instrument en rad nedover."
2310+
2311+#: ../panel-plugin/indicator-dialog.glade.h:14
2312+msgid "<i>Please restart the panel for visibility changes to take effect.</i>"
2313+msgstr "<i>Vennligst start panelet på nytt for at synlige endringer skal tre i kraft</i>"
2314+
2315+#: ../panel-plugin/indicator-dialog.glade.h:15
2316+msgid "C_lear known indicators"
2317+msgstr "T_øm kjent instrumentering"
2318+
2319+#: ../panel-plugin/indicator-dialog.glade.h:16
2320+msgid "Resets the list of indicators and their visibility settings."
2321+msgstr "Tilbakestill listen over instrumentering og deres synlighetsinnstillinger."
2322+
2323+#: ../panel-plugin/indicator-dialog.glade.h:17
2324+msgid "Known Indicators"
2325+msgstr "Kjente indikatorer"
2326
2327=== modified file 'po/pl.po'
2328--- po/pl.po 2014-02-13 16:07:50 +0000
2329+++ po/pl.po 2015-01-04 19:54:53 +0000
2330@@ -5,16 +5,16 @@
2331 # Translators:
2332 # Cyryl Sochacki <cyrylsochacki@gmail.com>, 2013
2333 # OSWorld <michal.olber@osworld.pl>, 2013
2334-# Piotr Sokół <psokol@jabster.pl>, 2011,2013
2335+# Piotr Sokół <psokol@jabster.pl>, 2011,2013-2014
2336 # Piotr Strębski <strebski@o2.pl>, 2013
2337 msgid ""
2338 msgstr ""
2339 "Project-Id-Version: Xfce Panel Plugins\n"
2340 "Report-Msgid-Bugs-To: \n"
2341 "POT-Creation-Date: 2013-09-06 00:31+0200\n"
2342-"PO-Revision-Date: 2013-10-19 13:34+0000\n"
2343-"Last-Translator: OSWorld <michal.olber@osworld.pl>\n"
2344-"Language-Team: Polish (http://www.transifex.com/projects/p/xfce/language/pl/)\n"
2345+"PO-Revision-Date: 2014-04-29 06:30+0000\n"
2346+"Last-Translator: Piotr Sokół <psokol@jabster.pl>\n"
2347+"Language-Team: Polish (http://www.transifex.com/projects/p/xfce-panel-plugins/language/pl/)\n"
2348 "MIME-Version: 1.0\n"
2349 "Content-Type: text/plain; charset=UTF-8\n"
2350 "Content-Transfer-Encoding: 8bit\n"
2351@@ -59,7 +59,7 @@
2352
2353 #: ../panel-plugin/indicator-dialog.c:63
2354 msgid "Application Menus (Global Menu)"
2355-msgstr "Menu programów (Globalne menu)"
2356+msgstr "Menu programów (globalny pasek menu)"
2357
2358 #: ../panel-plugin/indicator-dialog.c:64 ../panel-plugin/indicator-dialog.c:65
2359 msgid "Session Management"
2360@@ -112,13 +112,13 @@
2361
2362 #: ../panel-plugin/indicator-dialog.glade.h:2
2363 msgid "Arrange indicators in a single row"
2364-msgstr "Rozmieść ikony powiadomień w jednym wierszu"
2365+msgstr "Rozmieszczenie ikon w jednym wierszu"
2366
2367 #: ../panel-plugin/indicator-dialog.glade.h:3
2368 msgid ""
2369 "If enabled, ensure that the indicators are laid out in a single row or "
2370 "column."
2371-msgstr "Jeżeli wtyczka jest aktywna, należy się upewnić że indykatory leżą w jednym wierszu lub kolumnie"
2372+msgstr "Zapewnia wyświetlanie ikon w jednym wierszu lub kolumnie"
2373
2374 #: ../panel-plugin/indicator-dialog.glade.h:4
2375 msgid "Align left in deskbar mode"
2376@@ -128,7 +128,7 @@
2377 msgid ""
2378 "Controls the indicator button layout when the panel is in a Deskbar mode. "
2379 "Possible choices are \"centered\" or \"aligned left\"."
2380-msgstr "Konfiguruje układ przycisków powiadomień w sytuacji, gdy panel jest w trybie bocznym. Możliwe do wybrania opcje to „Wyśrodkowanie” i „Wyrównanie do lewej”."
2381+msgstr "Konfiguruje układ przycisków powiadomień w sytuacji, gdy panel jest w trybie bocznym.\nMożliwe do wybrania opcje to „Wyśrodkowanie” i „Wyrównanie do lewej”."
2382
2383 #: ../panel-plugin/indicator-dialog.glade.h:6
2384 msgid "Appearance"
2385@@ -136,13 +136,13 @@
2386
2387 #: ../panel-plugin/indicator-dialog.glade.h:7
2388 msgid "Hide indicators by default"
2389-msgstr "Domyślne ukrywanie ikon powiadomień"
2390+msgstr "Domyślne ukrywanie ikon"
2391
2392 #: ../panel-plugin/indicator-dialog.glade.h:8
2393 msgid ""
2394 "When enabled, only indicators marked \"Visible\" are shown. Otherwise, all "
2395 "indicators not marked \"Hidden\" are displayed."
2396-msgstr "Przełącza wyświetlanie pomiędzy ikonami powiadomień oznaczonymi jako „Widoczne” oraz tymi nie oznaczonymi jako „Ukryte”."
2397+msgstr "Przełącza wyświetlanie pomiędzy ikonami powiadomień oznaczonymi jako „Widoczne” oraz tymi nie oznaczonymi jako „Ukryte”"
2398
2399 #: ../panel-plugin/indicator-dialog.glade.h:9
2400 msgid "Indicator"
2401@@ -170,7 +170,7 @@
2402
2403 #: ../panel-plugin/indicator-dialog.glade.h:15
2404 msgid "C_lear known indicators"
2405-msgstr "W_yczyść znane ikony powiadomień"
2406+msgstr "_Wyczyść znane ikony powiadomień"
2407
2408 #: ../panel-plugin/indicator-dialog.glade.h:16
2409 msgid "Resets the list of indicators and their visibility settings."
2410
2411=== added file 'po/th.po'
2412--- po/th.po 1970-01-01 00:00:00 +0000
2413+++ po/th.po 2015-01-04 19:54:53 +0000
2414@@ -0,0 +1,178 @@
2415+# SOME DESCRIPTIVE TITLE.
2416+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2417+# This file is distributed under the same license as the PACKAGE package.
2418+#
2419+# Translators:
2420+# theppitak <theppitak@gmail.com>, 2014
2421+msgid ""
2422+msgstr ""
2423+"Project-Id-Version: Xfce Panel Plugins\n"
2424+"Report-Msgid-Bugs-To: \n"
2425+"POT-Creation-Date: 2013-09-06 00:31+0200\n"
2426+"PO-Revision-Date: 2014-05-28 15:49+0000\n"
2427+"Last-Translator: theppitak <theppitak@gmail.com>\n"
2428+"Language-Team: Thai (http://www.transifex.com/projects/p/xfce-panel-plugins/language/th/)\n"
2429+"MIME-Version: 1.0\n"
2430+"Content-Type: text/plain; charset=UTF-8\n"
2431+"Content-Transfer-Encoding: 8bit\n"
2432+"Language: th\n"
2433+"Plural-Forms: nplurals=1; plural=0;\n"
2434+
2435+#: ../panel-plugin/indicator.desktop.in.in.h:1
2436+msgid "Indicator Plugin"
2437+msgstr "ปลั๊กอินบ่งชี้สถานะ"
2438+
2439+#: ../panel-plugin/indicator.desktop.in.in.h:2 ../panel-plugin/indicator.c:174
2440+msgid ""
2441+"Provides a panel area for Unity indicators. Indicators allow applications "
2442+"and system services to display their status and interact with the user."
2443+msgstr "จัดเตรียมพื้นที่ในพาเนลสำหรับบ่งชี้สถานะแบบ Unity ตัวบ่งชี้ต่างๆ จะเปิดให้โปรแกรมและบริการต่างๆ ของระบบสามารถแสดงสถานะและโต้ตอบกับผู้ใช้ได้"
2444+
2445+#: ../panel-plugin/indicator.c:176
2446+msgid "Copyright (c) 2009-2013\n"
2447+msgstr "Copyright (c) 2009-2013\n"
2448+
2449+#: ../panel-plugin/indicator.c:312
2450+msgid "No Indicators"
2451+msgstr "ไม่มีตัวบ่งชี้"
2452+
2453+#. raw name, pretty name,
2454+#. icon-name(?)
2455+#: ../panel-plugin/indicator-dialog.c:57
2456+msgid "Application Indicators"
2457+msgstr "ตัวบ่งชี้ของโปรแกรม"
2458+
2459+#: ../panel-plugin/indicator-dialog.c:58 ../panel-plugin/indicator-dialog.c:59
2460+msgid "Sound Menu"
2461+msgstr "เมนูเสียง"
2462+
2463+#: ../panel-plugin/indicator-dialog.c:60
2464+msgid "Printers Menu"
2465+msgstr "เมนูเครื่องพิมพ์"
2466+
2467+#: ../panel-plugin/indicator-dialog.c:61 ../panel-plugin/indicator-dialog.c:62
2468+msgid "Power Management"
2469+msgstr "การจัดการพลังงาน"
2470+
2471+#: ../panel-plugin/indicator-dialog.c:63
2472+msgid "Application Menus (Global Menu)"
2473+msgstr "เมนูโปรแกรม (เมนูแบบโกลบอล)"
2474+
2475+#: ../panel-plugin/indicator-dialog.c:64 ../panel-plugin/indicator-dialog.c:65
2476+msgid "Session Management"
2477+msgstr "การจัดการวาระ"
2478+
2479+#: ../panel-plugin/indicator-dialog.c:66 ../panel-plugin/indicator-dialog.c:67
2480+msgid "Messaging Menu"
2481+msgstr "เมนูข้อความทันใจ"
2482+
2483+#: ../panel-plugin/indicator-dialog.c:68 ../panel-plugin/indicator-dialog.c:69
2484+msgid "Date and Time"
2485+msgstr "วันที่และเวลา"
2486+
2487+#: ../panel-plugin/indicator-dialog.c:70 ../panel-plugin/indicator-dialog.c:71
2488+msgid "Bluetooth"
2489+msgstr "บลูทูท"
2490+
2491+#: ../panel-plugin/indicator-dialog.c:72
2492+msgid "Sync Menu"
2493+msgstr "เมนูการ Sync"
2494+
2495+#: ../panel-plugin/indicator-dialog.c:73
2496+msgid "Keyboard"
2497+msgstr "แป้นพิมพ์"
2498+
2499+#: ../panel-plugin/indicator-dialog.c:74
2500+msgid "Location"
2501+msgstr "ตำแหน่ง"
2502+
2503+#: ../panel-plugin/indicator-dialog.c:75
2504+msgid "Network"
2505+msgstr "เครือข่าย"
2506+
2507+#: ../panel-plugin/indicator-dialog.c:76
2508+msgid "Workrave"
2509+msgstr "Workrave"
2510+
2511+#: ../panel-plugin/indicator-dialog.c:450
2512+msgid "Are you sure you want to clear the list of known indicators?"
2513+msgstr "คุณแน่ใจหรือไม่ว่าต้องการล้างรายชื่อตัวบ่งชี้ที่รู้จัก?"
2514+
2515+#: ../panel-plugin/indicator-dialog.c:593
2516+#, c-format
2517+msgid "Unable to open the following url: %s"
2518+msgstr "ไม่สามารถเปิด URL ต่อไปนี้ได้: %s"
2519+
2520+#: ../panel-plugin/indicator-dialog.glade.h:1
2521+msgid "Indicators"
2522+msgstr "ตัวบ่งชี้"
2523+
2524+#: ../panel-plugin/indicator-dialog.glade.h:2
2525+msgid "Arrange indicators in a single row"
2526+msgstr "จัดเรียงตัวบ่งชี้ต่างๆ ในแถวเดียว"
2527+
2528+#: ../panel-plugin/indicator-dialog.glade.h:3
2529+msgid ""
2530+"If enabled, ensure that the indicators are laid out in a single row or "
2531+"column."
2532+msgstr "ถ้าเปิดใช้ จะพยายามจัดวางตัวบ่งชี้ต่างๆ เป็นแถวเดียวหรือคอลัมน์เดียว"
2533+
2534+#: ../panel-plugin/indicator-dialog.glade.h:4
2535+msgid "Align left in deskbar mode"
2536+msgstr "เรียงชิดซ้ายในโหมดเดสก์บาร์"
2537+
2538+#: ../panel-plugin/indicator-dialog.glade.h:5
2539+msgid ""
2540+"Controls the indicator button layout when the panel is in a Deskbar mode. "
2541+"Possible choices are \"centered\" or \"aligned left\"."
2542+msgstr "ควบคุมการจัดวางปุ่มของตัวบ่งชี้เมื่อพาเนลอยู่ในโหมดเดสก์บาร์ ตัวเลือกที่เป็นไปได้คือ \"เรียงกึ่งกลาง\" หรือ \"เรียงชิดซ้าย\""
2543+
2544+#: ../panel-plugin/indicator-dialog.glade.h:6
2545+msgid "Appearance"
2546+msgstr "รูปลักษณ์"
2547+
2548+#: ../panel-plugin/indicator-dialog.glade.h:7
2549+msgid "Hide indicators by default"
2550+msgstr "ซ่อนตัวบ่งชี้โดยปริยาย"
2551+
2552+#: ../panel-plugin/indicator-dialog.glade.h:8
2553+msgid ""
2554+"When enabled, only indicators marked \"Visible\" are shown. Otherwise, all "
2555+"indicators not marked \"Hidden\" are displayed."
2556+msgstr "เมื่อเปิดใช้ จะแสดงเฉพาะตัวบ่งชี้ที่ทำเครื่องหมายว่า \"แสดง\" เท่านั้น มิฉะนั้น ก็จะแสดงตัวบ่งชี้ทั้งหมดที่ไม่ได้ทำเครื่องหมายว่า \"ซ่อน\""
2557+
2558+#: ../panel-plugin/indicator-dialog.glade.h:9
2559+msgid "Indicator"
2560+msgstr "ตัวบ่งชี้"
2561+
2562+#: ../panel-plugin/indicator-dialog.glade.h:10
2563+msgid "Hidden"
2564+msgstr "ซ่อน"
2565+
2566+#: ../panel-plugin/indicator-dialog.glade.h:11
2567+msgid "Visible"
2568+msgstr "แสดง"
2569+
2570+#: ../panel-plugin/indicator-dialog.glade.h:12
2571+msgid "Move the selected indicator one row up."
2572+msgstr "ย้ายตัวบ่งชี้ที่เลือกขึ้นหนึ่งแถว"
2573+
2574+#: ../panel-plugin/indicator-dialog.glade.h:13
2575+msgid "Move the selected indicator one row down."
2576+msgstr "ย้ายตัวบ่งชี้ที่เลือกลงหนึ่งแถว"
2577+
2578+#: ../panel-plugin/indicator-dialog.glade.h:14
2579+msgid "<i>Please restart the panel for visibility changes to take effect.</i>"
2580+msgstr "<i>กรุณาเริ่มเปิดพาเนลใหม่เพื่อให้การเปลี่ยนแปลงการซ่อน/แสดงมีผล</i>"
2581+
2582+#: ../panel-plugin/indicator-dialog.glade.h:15
2583+msgid "C_lear known indicators"
2584+msgstr "_ล้างตัวบ่งชี้ที่รู้จัก"
2585+
2586+#: ../panel-plugin/indicator-dialog.glade.h:16
2587+msgid "Resets the list of indicators and their visibility settings."
2588+msgstr "ล้างค่ารายชื่อตัวบ่งชี้และค่าตั้งการซ่อน/แสดง"
2589+
2590+#: ../panel-plugin/indicator-dialog.glade.h:17
2591+msgid "Known Indicators"
2592+msgstr "ตัวบ่งชี้ที่รู้จัก"
2593
2594=== modified file 'po/zh_TW.po'
2595--- po/zh_TW.po 2014-02-16 15:03:36 +0000
2596+++ po/zh_TW.po 2015-01-04 19:54:53 +0000
2597@@ -5,13 +5,14 @@
2598 # Translators:
2599 # Walter Cheuk <wwycheuk@gmail.com>, 2013-2014
2600 # sofyalai <sofyalai@gmail.com>, 2013
2601+# 柏諺 黃 <s8321414@gmail.com>, 2014
2602 msgid ""
2603 msgstr ""
2604 "Project-Id-Version: Xfce Panel Plugins\n"
2605 "Report-Msgid-Bugs-To: \n"
2606 "POT-Creation-Date: 2013-09-06 00:31+0200\n"
2607-"PO-Revision-Date: 2014-01-04 05:57+0000\n"
2608-"Last-Translator: Walter Cheuk <wwycheuk@gmail.com>\n"
2609+"PO-Revision-Date: 2014-04-16 12:00+0000\n"
2610+"Last-Translator: 柏諺 黃 <s8321414@gmail.com>\n"
2611 "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/xfce/language/zh_TW/)\n"
2612 "MIME-Version: 1.0\n"
2613 "Content-Type: text/plain; charset=UTF-8\n"
2614@@ -93,7 +94,7 @@
2615
2616 #: ../panel-plugin/indicator-dialog.c:76
2617 msgid "Workrave"
2618-msgstr ""
2619+msgstr "Workrave"
2620
2621 #: ../panel-plugin/indicator-dialog.c:450
2622 msgid "Are you sure you want to clear the list of known indicators?"

Subscribers

People subscribed via source and target branches

to all changes: