diff -Nru blueman-2.0.4/aclocal.m4 blueman-2.0.5/aclocal.m4 --- blueman-2.0.4/aclocal.m4 2016-03-23 06:22:20.000000000 +0000 +++ blueman-2.0.5/aclocal.m4 2017-10-01 06:21:28.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.15 -*- Autoconf -*- +# generated automatically by aclocal 1.15.1 -*- Autoconf -*- -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -119,6 +119,51 @@ AC_SUBST($1)dnl ]) +dnl Checks for special options needed on Mac OS X. +dnl Defines INTL_MACOSX_LIBS. +dnl +dnl Copied from intlmacosx.m4 in gettext, GPL. +dnl Copyright (C) 2004-2013 Free Software Foundation, Inc. +glib_DEFUN([glib_gt_INTL_MACOSX], +[ + dnl Check for API introduced in Mac OS X 10.2. + AC_CACHE_CHECK([for CFPreferencesCopyAppValue], + [gt_cv_func_CFPreferencesCopyAppValue], + [gt_save_LIBS="$LIBS" + LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" + AC_LINK_IFELSE( + [AC_LANG_PROGRAM( + [[#include ]], + [[CFPreferencesCopyAppValue(NULL, NULL)]])], + [gt_cv_func_CFPreferencesCopyAppValue=yes], + [gt_cv_func_CFPreferencesCopyAppValue=no]) + LIBS="$gt_save_LIBS"]) + if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then + AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1], + [Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework.]) + fi + dnl Check for API introduced in Mac OS X 10.3. + AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent], + [gt_save_LIBS="$LIBS" + LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" + AC_LINK_IFELSE( + [AC_LANG_PROGRAM( + [[#include ]], + [[CFLocaleCopyCurrent();]])], + [gt_cv_func_CFLocaleCopyCurrent=yes], + [gt_cv_func_CFLocaleCopyCurrent=no]) + LIBS="$gt_save_LIBS"]) + if test $gt_cv_func_CFLocaleCopyCurrent = yes; then + AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1], + [Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework.]) + fi + INTL_MACOSX_LIBS= + if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then + INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" + fi + AC_SUBST([INTL_MACOSX_LIBS]) +]) + # GLIB_WITH_NLS #----------------- glib_DEFUN([GLIB_WITH_NLS], @@ -132,6 +177,8 @@ XGETTEXT=: INTLLIBS= + glib_gt_INTL_MACOSX + AC_CHECK_HEADER(libintl.h, [gt_cv_func_dgettext_libintl="no" libintl_extra_libs="" @@ -215,7 +262,7 @@ fi if test "$gt_cv_func_dgettext_libintl" = "yes"; then - INTLLIBS="-lintl $libintl_extra_libs" + INTLLIBS="-lintl $libintl_extra_libs $INTL_MACOSX_LIBS" fi if test "$gt_cv_have_gettext" = "yes"; then @@ -335,7 +382,7 @@ # on various variables needed by the Makefile.in.in installed by # glib-gettextize. dnl -glib_DEFUN([GLIB_GNU_GETTEXT], +AU_DEFUN([GLIB_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_CC])dnl GLIB_LC_MESSAGES @@ -405,7 +452,8 @@ rm -f po/POTFILES sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ < $srcdir/po/POTFILES.in > po/POTFILES - ]) + ], + [[$0: This macro is deprecated. You should use upstream gettext instead.]]) # AM_GLIB_DEFINE_LOCALEDIR(VARIABLE) # ------------------------------- @@ -674,31 +722,6 @@ # Substitute ALL_LINGUAS so we can use it in po/Makefile AC_SUBST(ALL_LINGUAS) -# Set DATADIRNAME correctly if it is not set yet -# (copied from glib-gettext.m4) -if test -z "$DATADIRNAME"; then - AC_LINK_IFELSE( - [AC_LANG_PROGRAM([[]], - [[extern int _nl_msg_cat_cntr; - return _nl_msg_cat_cntr]])], - [DATADIRNAME=share], - [case $host in - *-*-solaris*) - dnl On Solaris, if bind_textdomain_codeset is in libc, - dnl GNU format message catalog is always supported, - dnl since both are added to the libc all together. - dnl Hence, we'd like to go with DATADIRNAME=share - dnl in this case. - AC_CHECK_FUNC(bind_textdomain_codeset, - [DATADIRNAME=share], [DATADIRNAME=lib]) - ;; - *) - [DATADIRNAME=lib] - ;; - esac]) -fi -AC_SUBST(DATADIRNAME) - IT_PO_SUBDIR([po]) ]) @@ -1479,7 +1502,6 @@ cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. @@ -9804,8 +9826,8 @@ m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) # nls.m4 serial 5 (gettext-0.18) -dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation, -dnl Inc. +dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016 Free Software +dnl Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -10112,7 +10134,7 @@ AS_VAR_IF([$1], [""], [$5], [$4])dnl ])dnl PKG_CHECK_VAR -# Copyright (C) 2002-2014 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10127,7 +10149,7 @@ [am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.15], [], +m4_if([$1], [1.15.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -10143,14 +10165,14 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.15])dnl +[AM_AUTOMAKE_VERSION([1.15.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10202,7 +10224,7 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2014 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10233,7 +10255,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10424,7 +10446,7 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10500,7 +10522,7 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10697,7 +10719,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10718,7 +10740,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2014 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10740,7 +10762,7 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10775,7 +10797,7 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10825,7 +10847,7 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2014 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10864,7 +10886,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10893,7 +10915,7 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10940,7 +10962,7 @@ # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10973,8 +10995,9 @@ [ dnl Find a Python interpreter. Python versions prior to 2.0 are not dnl supported. (2.0 was released on October 16, 2000). + dnl FIXME: Remove the need to hard-code Python versions here. m4_define_default([_AM_PYTHON_INTERPRETER_LIST], -[python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 dnl +[python python2 python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 dnl python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0]) AC_ARG_VAR([PYTHON], [the Python interpreter]) @@ -11175,7 +11198,7 @@ sys.exit(sys.hexversion < minverhex)" AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])]) -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11194,7 +11217,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11275,7 +11298,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11335,7 +11358,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11363,7 +11386,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2014 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11382,7 +11405,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2014 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -Nru blueman-2.0.4/apps/Makefile.in blueman-2.0.5/apps/Makefile.in --- blueman-2.0.4/apps/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/apps/Makefile.in 2017-10-01 06:21:29.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -211,6 +211,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/autom4te.cache/output.0 blueman-2.0.5/autom4te.cache/output.0 --- blueman-2.0.4/autom4te.cache/output.0 2016-03-23 06:22:20.000000000 +0000 +++ blueman-2.0.5/autom4te.cache/output.0 2017-10-01 06:21:28.000000000 +0000 @@ -1,6 +1,6 @@ @%:@! /bin/sh @%:@ Guess values for system-dependent variables and create Makefiles. -@%:@ Generated by GNU Autoconf 2.69 for blueman 2.0.4. +@%:@ Generated by GNU Autoconf 2.69 for blueman 2.0.5. @%:@ @%:@ Report bugs to . @%:@ @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='blueman' PACKAGE_TARNAME='blueman' -PACKAGE_VERSION='2.0.4' -PACKAGE_STRING='blueman 2.0.4' +PACKAGE_VERSION='2.0.5' +PACKAGE_STRING='blueman 2.0.5' PACKAGE_BUGREPORT='https://github.com/blueman-project/blueman/issues' PACKAGE_URL='' @@ -728,6 +728,7 @@ GMSGFMT MSGFMT_OPTS MSGFMT +INTL_MACOSX_LIBS USE_NLS GETTEXT_PACKAGE PKG_CONFIG_LIBDIR @@ -1451,7 +1452,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures blueman 2.0.4 to adapt to many kinds of systems. +\`configure' configures blueman 2.0.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1522,7 +1523,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of blueman 2.0.4:";; + short | recursive ) echo "Configuration of blueman 2.0.5:";; esac cat <<\_ACEOF @@ -1679,7 +1680,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -blueman configure 2.0.4 +blueman configure 2.0.5 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2048,7 +2049,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by blueman $as_me 2.0.4, which was +It was created by blueman $as_me 2.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2913,7 +2914,7 @@ # Define the identity of the package. PACKAGE='blueman' - VERSION='2.0.4' + VERSION='2.0.5' cat >>confdefs.h <<_ACEOF @@ -12337,6 +12338,82 @@ XGETTEXT=: INTLLIBS= + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5 +$as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; } +if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then : + $as_echo_n "(cached) " >&6 +else + gt_save_LIBS="$LIBS" + LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +CFPreferencesCopyAppValue(NULL, NULL) + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + gt_cv_func_CFPreferencesCopyAppValue=yes +else + gt_cv_func_CFPreferencesCopyAppValue=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LIBS="$gt_save_LIBS" +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5 +$as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; } + if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then + +$as_echo "@%:@define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h + + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5 +$as_echo_n "checking for CFLocaleCopyCurrent... " >&6; } +if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then : + $as_echo_n "(cached) " >&6 +else + gt_save_LIBS="$LIBS" + LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +CFLocaleCopyCurrent(); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + gt_cv_func_CFLocaleCopyCurrent=yes +else + gt_cv_func_CFLocaleCopyCurrent=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LIBS="$gt_save_LIBS" +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5 +$as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; } + if test $gt_cv_func_CFLocaleCopyCurrent = yes; then + +$as_echo "@%:@define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h + + fi + INTL_MACOSX_LIBS= + if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then + INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" + fi + + + ac_fn_c_check_header_mongrel "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default" if test "x$ac_cv_header_libintl_h" = xyes; then : gt_cv_func_dgettext_libintl="no" @@ -12677,7 +12754,7 @@ fi if test "$gt_cv_func_dgettext_libintl" = "yes"; then - INTLLIBS="-lintl $libintl_extra_libs" + INTLLIBS="-lintl $libintl_extra_libs $INTL_MACOSX_LIBS" fi if test "$gt_cv_have_gettext" = "yes"; then @@ -13528,44 +13605,6 @@ # Substitute ALL_LINGUAS so we can use it in po/Makefile -# Set DATADIRNAME correctly if it is not set yet -# (copied from glib-gettext.m4) -if test -z "$DATADIRNAME"; then - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern int _nl_msg_cat_cntr; - return _nl_msg_cat_cntr - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - DATADIRNAME=share -else - case $host in - *-*-solaris*) - ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" -if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then : - DATADIRNAME=share -else - DATADIRNAME=lib -fi - - ;; - *) - DATADIRNAME=lib - ;; - esac -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi - - @@ -13628,7 +13667,7 @@ - + @@ -13668,7 +13707,7 @@ $as_echo_n "(cached) " >&6 else - for am_cv_pathless_PYTHON in python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do + for am_cv_pathless_PYTHON in python python2 python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do test "$am_cv_pathless_PYTHON" = none && break prog="import sys # split strings by '.' and convert to numeric. Append some zeros @@ -15699,7 +15738,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by blueman $as_me 2.0.4, which was +This file was extended by blueman $as_me 2.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15765,7 +15804,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -blueman config.status 2.0.4 +blueman config.status 2.0.5 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -16948,7 +16987,6 @@ cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. diff -Nru blueman-2.0.4/autom4te.cache/output.1 blueman-2.0.5/autom4te.cache/output.1 --- blueman-2.0.4/autom4te.cache/output.1 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/autom4te.cache/output.1 2017-10-01 06:21:29.000000000 +0000 @@ -1,6 +1,6 @@ @%:@! /bin/sh @%:@ Guess values for system-dependent variables and create Makefiles. -@%:@ Generated by GNU Autoconf 2.69 for blueman 2.0.4. +@%:@ Generated by GNU Autoconf 2.69 for blueman 2.0.5. @%:@ @%:@ Report bugs to . @%:@ @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='blueman' PACKAGE_TARNAME='blueman' -PACKAGE_VERSION='2.0.4' -PACKAGE_STRING='blueman 2.0.4' +PACKAGE_VERSION='2.0.5' +PACKAGE_STRING='blueman 2.0.5' PACKAGE_BUGREPORT='https://github.com/blueman-project/blueman/issues' PACKAGE_URL='' @@ -728,6 +728,7 @@ GMSGFMT MSGFMT_OPTS MSGFMT +INTL_MACOSX_LIBS USE_NLS GETTEXT_PACKAGE PKG_CONFIG_LIBDIR @@ -1451,7 +1452,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures blueman 2.0.4 to adapt to many kinds of systems. +\`configure' configures blueman 2.0.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1522,7 +1523,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of blueman 2.0.4:";; + short | recursive ) echo "Configuration of blueman 2.0.5:";; esac cat <<\_ACEOF @@ -1679,7 +1680,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -blueman configure 2.0.4 +blueman configure 2.0.5 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2048,7 +2049,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by blueman $as_me 2.0.4, which was +It was created by blueman $as_me 2.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2913,7 +2914,7 @@ # Define the identity of the package. PACKAGE='blueman' - VERSION='2.0.4' + VERSION='2.0.5' cat >>confdefs.h <<_ACEOF @@ -12333,6 +12334,82 @@ XGETTEXT=: INTLLIBS= + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5 +$as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; } +if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then : + $as_echo_n "(cached) " >&6 +else + gt_save_LIBS="$LIBS" + LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +CFPreferencesCopyAppValue(NULL, NULL) + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + gt_cv_func_CFPreferencesCopyAppValue=yes +else + gt_cv_func_CFPreferencesCopyAppValue=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LIBS="$gt_save_LIBS" +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5 +$as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; } + if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then + +$as_echo "@%:@define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h + + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5 +$as_echo_n "checking for CFLocaleCopyCurrent... " >&6; } +if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then : + $as_echo_n "(cached) " >&6 +else + gt_save_LIBS="$LIBS" + LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +CFLocaleCopyCurrent(); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + gt_cv_func_CFLocaleCopyCurrent=yes +else + gt_cv_func_CFLocaleCopyCurrent=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LIBS="$gt_save_LIBS" +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5 +$as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; } + if test $gt_cv_func_CFLocaleCopyCurrent = yes; then + +$as_echo "@%:@define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h + + fi + INTL_MACOSX_LIBS= + if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then + INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" + fi + + + ac_fn_c_check_header_mongrel "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default" if test "x$ac_cv_header_libintl_h" = xyes; then : gt_cv_func_dgettext_libintl="no" @@ -12673,7 +12750,7 @@ fi if test "$gt_cv_func_dgettext_libintl" = "yes"; then - INTLLIBS="-lintl $libintl_extra_libs" + INTLLIBS="-lintl $libintl_extra_libs $INTL_MACOSX_LIBS" fi if test "$gt_cv_have_gettext" = "yes"; then @@ -13524,44 +13601,6 @@ # Substitute ALL_LINGUAS so we can use it in po/Makefile -# Set DATADIRNAME correctly if it is not set yet -# (copied from glib-gettext.m4) -if test -z "$DATADIRNAME"; then - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern int _nl_msg_cat_cntr; - return _nl_msg_cat_cntr - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - DATADIRNAME=share -else - case $host in - *-*-solaris*) - ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" -if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then : - DATADIRNAME=share -else - DATADIRNAME=lib -fi - - ;; - *) - DATADIRNAME=lib - ;; - esac -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi - - @@ -13624,7 +13663,7 @@ - + @@ -13664,7 +13703,7 @@ $as_echo_n "(cached) " >&6 else - for am_cv_pathless_PYTHON in python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do + for am_cv_pathless_PYTHON in python python2 python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do test "$am_cv_pathless_PYTHON" = none && break prog="import sys # split strings by '.' and convert to numeric. Append some zeros @@ -15695,7 +15734,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by blueman $as_me 2.0.4, which was +This file was extended by blueman $as_me 2.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15761,7 +15800,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -blueman config.status 2.0.4 +blueman config.status 2.0.5 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -16944,7 +16983,6 @@ cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. diff -Nru blueman-2.0.4/autom4te.cache/requests blueman-2.0.5/autom4te.cache/requests --- blueman-2.0.4/autom4te.cache/requests 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/autom4te.cache/requests 2017-10-01 06:21:31.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was generated by Autom4te Sat Aug 22 17:39:33 UTC 2015. +# This file was generated by Autom4te Sun Aug 20 18:29:13 UTC 2017. # It contains the lists of macros which have been traced. # It can be safely removed. @@ -49,209 +49,210 @@ 'configure.ac' ], { - 'AC_LIBTOOL_RC' => 1, - 'LTSUGAR_VERSION' => 1, - 'AC_CHECK_LIBM' => 1, - 'AM_PROG_LIBTOOL' => 1, - 'AC_LIBLTDL_INSTALLABLE' => 1, - '_AM_DEPENDENCIES' => 1, - 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1, - '_LT_LINKER_OPTION' => 1, - '_LT_PROG_ECHO_BACKSLASH' => 1, - 'PKG_CHECK_EXISTS' => 1, - '_LT_AC_LANG_RC_CONFIG' => 1, - 'm4_pattern_allow' => 1, - 'AC_LIBTOOL_SETUP' => 1, - 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1, - '_LTDL_SETUP' => 1, - 'AC_LIBTOOL_DLOPEN' => 1, - '_PKG_SHORT_ERRORS_SUPPORTED' => 1, + 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1, + '_AM_IF_OPTION' => 1, 'AM_PROG_CC_C_O' => 1, - '_LT_DLL_DEF_P' => 1, - 'LT_FUNC_DLSYM_USCORE' => 1, - 'AC_WITH_LTDL' => 1, + 'LTVERSION_VERSION' => 1, + '_LT_AC_LANG_C_CONFIG' => 1, + 'LT_SYS_DLOPEN_DEPLIBS' => 1, + 'LT_AC_PROG_GCJ' => 1, '_LT_AC_SYS_COMPILER' => 1, - '_GSETTINGS_SUBST' => 1, - 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1, - 'PKG_INSTALLDIR' => 1, - 'AC_LIBTOOL_LANG_F77_CONFIG' => 1, - 'AC_LIBTOOL_CXX' => 1, - '_LT_LINKER_BOILERPLATE' => 1, 'LT_SYS_DLOPEN_SELF' => 1, - '_LT_PROG_F77' => 1, - '_AM_AUTOCONF_VERSION' => 1, - '_LT_COMPILER_OPTION' => 1, - 'AC_LIBTOOL_OBJDIR' => 1, - 'AC_LIBTOOL_COMPILER_OPTION' => 1, - 'AU_DEFUN' => 1, + '_LT_WITH_SYSROOT' => 1, + 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + 'LT_PROG_GO' => 1, + 'AM_SANITY_CHECK' => 1, + 'AM_PATH_PYTHON' => 1, + 'AC_LIBTOOL_F77' => 1, + 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1, + 'LT_INIT' => 1, + '_LT_AC_PROG_ECHO_BACKSLASH' => 1, + 'LT_SUPPORTED_TAG' => 1, + '_LT_AC_PROG_CXXCPP' => 1, + 'AC_LIBTOOL_SETUP' => 1, + 'AC_PROG_LIBTOOL' => 1, + 'AM_CHECK_PYMOD' => 1, + '_LT_AC_TAGVAR' => 1, + 'AC_PATH_MAGIC' => 1, + 'AC_LIBTOOL_CXX' => 1, + '_LT_PATH_TOOL_PREFIX' => 1, + 'AC_CONFIG_MACRO_DIR' => 1, + '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + '_AC_PROG_LIBTOOL' => 1, + 'LT_CMD_MAX_LEN' => 1, 'AM_AUTOMAKE_VERSION' => 1, - 'AM_CONDITIONAL' => 1, + 'LTOPTIONS_VERSION' => 1, + '_LT_AC_TRY_DLOPEN_SELF' => 1, + '_LT_PROG_ECHO_BACKSLASH' => 1, + 'AU_DEFUN' => 1, + 'LT_AC_PROG_SED' => 1, + 'AM_SILENT_RULES' => 1, + 'AM_MISSING_HAS_RUN' => 1, '_LT_AC_SYS_LIBPATH_AIX' => 1, - 'LT_SYS_SYMBOL_USCORE' => 1, - '_IT_SUBST' => 1, - 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1, - 'GLIB_GSETTINGS' => 1, - 'AC_LIBTOOL_CONFIG' => 1, - 'AM_CHECK_PYMOD' => 1, - 'LT_PROG_GCJ' => 1, - '_AM_MANGLE_OPTION' => 1, - 'AC_LIBTOOL_POSTDEP_PREDEP' => 1, - 'AC_LIBTOOL_LINKER_OPTION' => 1, - 'AM_GLIB_DEFINE_LOCALEDIR' => 1, - 'AC_PROG_EGREP' => 1, - 'AM_ENABLE_STATIC' => 1, - '_AM_PROG_CC_C_O' => 1, + 'LT_SYS_MODULE_PATH' => 1, + 'IT_PROG_INTLTOOL' => 1, + 'AM_CONDITIONAL' => 1, + 'AM_PROG_INSTALL_SH' => 1, + 'AM_AUX_DIR_EXPAND' => 1, + '_AM_CONFIG_MACRO_DIRS' => 1, + 'AC_ENABLE_FAST_INSTALL' => 1, + 'include' => 1, + 'PKG_PROG_PKG_CONFIG' => 1, + 'AM_PROG_LD' => 1, + 'AC_DEPLIBS_CHECK_METHOD' => 1, + '_LT_PREPARE_SED_QUOTE_VARS' => 1, + 'AM_PROG_LIBTOOL' => 1, + 'PKG_CHECK_VAR' => 1, + '_LT_AC_CHECK_DLFCN' => 1, + '_LT_AC_LANG_RC_CONFIG' => 1, + 'AM_RUN_LOG' => 1, + '_LT_PROG_CXX' => 1, + 'AM_DISABLE_SHARED' => 1, + 'LT_AC_PROG_RC' => 1, + '_LT_AC_LANG_GCJ_CONFIG' => 1, 'AC_ENABLE_SHARED' => 1, - 'AC_PROG_LD' => 1, - '_LT_AC_LANG_F77_CONFIG' => 1, - 'AM_MISSING_PROG' => 1, - 'AM_SUBST_NOTMAKE' => 1, - 'AC_PROG_NM' => 1, - '_AM_IF_OPTION' => 1, + 'AC_LTDL_SYSSEARCHPATH' => 1, + 'AC_LIBTOOL_LANG_F77_CONFIG' => 1, + 'LTSUGAR_VERSION' => 1, + '_LT_CC_BASENAME' => 1, + 'IT_PO_SUBDIR' => 1, + '_AM_PROG_CC_C_O' => 1, 'AC_DISABLE_STATIC' => 1, - '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, - 'AM_PATH_PYTHON' => 1, - 'AC_LIBTOOL_LANG_C_CONFIG' => 1, - '_LT_REQUIRED_DARWIN_CHECKS' => 1, - 'AC_PATH_TOOL_PREFIX' => 1, - 'LTDL_INIT' => 1, - 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1, + 'PKG_CHECK_MODULES_STATIC' => 1, + 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1, + 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1, + '_LT_LINKER_OPTION' => 1, + 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1, + 'AC_PROG_INTLTOOL' => 1, 'AM_NLS' => 1, - 'AC_CONFIG_MACRO_DIR' => 1, + 'AC_LTDL_OBJDIR' => 1, + '_LT_COMPILER_OPTION' => 1, + '_AM_MANGLE_OPTION' => 1, + 'AC_LIBTOOL_GCJ' => 1, 'LT_PATH_NM' => 1, - 'AC_LTDL_SYMBOL_USCORE' => 1, - 'AM_MAINTAINER_MODE' => 1, - 'AM_SET_LEADING_DOT' => 1, - 'AM_PROG_INSTALL_STRIP' => 1, - 'AC_LIBTOOL_WIN32_DLL' => 1, - '_LT_AC_CHECK_DLFCN' => 1, - 'AM_SET_DEPDIR' => 1, - 'AM_INIT_AUTOMAKE' => 1, - '_LT_AC_LANG_F77' => 1, - '_AM_SET_OPTION' => 1, - '_AC_AM_CONFIG_HEADER_HOOK' => 1, - 'IT_PO_SUBDIR' => 1, - 'LT_LIB_DLLOAD' => 1, - 'AM_SILENT_RULES' => 1, - '_LT_AC_TRY_DLOPEN_SELF' => 1, + 'LT_PROG_RC' => 1, + 'AC_PROG_NM' => 1, 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1, - '_LT_PATH_TOOL_PREFIX' => 1, - 'LT_SYS_MODULE_EXT' => 1, - 'include' => 1, - 'LT_LIB_M' => 1, '_LT_PROG_LTMAIN' => 1, - 'AM_PROG_LD' => 1, - 'AC_LIBLTDL_CONVENIENCE' => 1, - 'AC_LTDL_PREOPEN' => 1, + '_LT_PROG_F77' => 1, + '_LT_DLL_DEF_P' => 1, + 'm4_pattern_allow' => 1, + '_IT_SUBST' => 1, + 'AC_LTDL_DLSYM_USCORE' => 1, + '_LTDL_SETUP' => 1, + '_LT_AC_TAGCONFIG' => 1, + 'AC_LIBTOOL_CONFIG' => 1, 'LT_LANG' => 1, - 'AC_LTDL_OBJDIR' => 1, - '_AC_PROG_LIBTOOL' => 1, - 'AC_LTDL_ENABLE_INSTALL' => 1, - 'AM_AUX_DIR_EXPAND' => 1, - 'AC_PROG_LD_RELOAD_FLAG' => 1, - 'AC_LIBTOOL_PROG_CC_C_O' => 1, - 'AM_CHECK_PYTHON_HEADERS' => 1, - 'AC_LIBTOOL_FC' => 1, - 'AM_DISABLE_SHARED' => 1, - 'LT_AC_PROG_SED' => 1, + '_LT_AC_LANG_F77' => 1, + 'AC_CHECK_LIBM' => 1, + 'GLIB_RUN_PROG' => 1, + '_LT_AC_LANG_F77_CONFIG' => 1, + 'LT_PATH_LD' => 1, + 'AM_SUBST_NOTMAKE' => 1, + 'AC_LTDL_DLLIB' => 1, + 'PKG_CHECK_MODULES' => 1, + 'AC_LIBLTDL_CONVENIENCE' => 1, + 'LT_FUNC_ARGZ' => 1, + 'GLIB_GSETTINGS' => 1, + '_PKG_SHORT_ERRORS_SUPPORTED' => 1, + '_m4_warn' => 1, + '_LT_AC_LANG_GCJ' => 1, + 'LTDL_INIT' => 1, + 'AC_DISABLE_FAST_INSTALL' => 1, + '_AC_AM_CONFIG_HEADER_HOOK' => 1, + 'AC_WITH_LTDL' => 1, + 'AC_ENABLE_STATIC' => 1, + 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1, + 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1, + 'LTDL_CONVENIENCE' => 1, + 'AC_LIBLTDL_INSTALLABLE' => 1, + 'AM_MISSING_PROG' => 1, + 'PKG_INSTALLDIR' => 1, + 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1, + '_AM_SET_OPTION' => 1, + 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1, + '_AM_DEPENDENCIES' => 1, 'm4_pattern_forbid' => 1, - 'AC_LIBTOOL_SYS_LIB_STRIP' => 1, + 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1, + 'AC_DISABLE_SHARED' => 1, 'AC_LIBTOOL_PICMODE' => 1, - '_LT_WITH_SYSROOT' => 1, - 'LT_CONFIG_LTDL_DIR' => 1, - 'AM_SANITY_CHECK' => 1, 'AM_MAKE_INCLUDE' => 1, - 'PKG_PROG_PKG_CONFIG' => 1, - '_LT_AC_PROG_CXXCPP' => 1, - 'AC_ENABLE_STATIC' => 1, - 'LT_FUNC_ARGZ' => 1, - '_LT_AC_LANG_CXX' => 1, - '_m4_warn' => 1, - 'LT_OUTPUT' => 1, - 'LT_CMD_MAX_LEN' => 1, - '_LT_AC_LANG_GCJ_CONFIG' => 1, + 'AC_LIBTOOL_FC' => 1, + 'AC_LTDL_SYMBOL_USCORE' => 1, + 'AC_PROG_LD_GNU' => 1, '_AM_SUBST_NOTMAKE' => 1, - '_LT_AC_LOCK' => 1, - '_LT_AC_TAGVAR' => 1, - 'AM_PROG_INSTALL_SH' => 1, - '_AM_SET_OPTIONS' => 1, - 'LT_SUPPORTED_TAG' => 1, - 'AM_GLIB_GNU_GETTEXT' => 1, - 'LT_AC_PROG_EGREP' => 1, - '_LT_COMPILER_BOILERPLATE' => 1, - 'LTOPTIONS_VERSION' => 1, - 'IT_PROG_INTLTOOL' => 1, - '_LT_LIBOBJ' => 1, - 'AC_CONFIG_MACRO_DIR_TRACE' => 1, 'AC_LIB_LTDL' => 1, - 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1, + '_LT_AC_LANG_CXX_CONFIG' => 1, + 'AM_SET_DEPDIR' => 1, + 'LT_SYS_MODULE_EXT' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + 'AM_PYTHON_CHECK_VERSION' => 1, + 'AM_PROG_NM' => 1, + 'AM_ENABLE_SHARED' => 1, + 'AC_LIBTOOL_PROG_CC_C_O' => 1, 'AC_DEFUN' => 1, + 'AM_PROG_INSTALL_STRIP' => 1, + 'AC_LTDL_PREOPEN' => 1, + 'AC_LIBTOOL_LINKER_OPTION' => 1, + 'AC_CONFIG_MACRO_DIR_TRACE' => 1, + 'PKG_CHECK_EXISTS' => 1, + 'AC_LTDL_ENABLE_INSTALL' => 1, + 'AM_DISABLE_STATIC' => 1, 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1, '_AM_PROG_TAR' => 1, - 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, - 'PKG_CHECK_MODULES_STATIC' => 1, - 'AM_PYTHON_CHECK_VERSION' => 1, - 'AC_LTDL_DLLIB' => 1, - 'AC_LIBTOOL_GCJ' => 1, + 'LTDL_INSTALLABLE' => 1, + '_LT_LIBOBJ' => 1, + 'AM_ENABLE_STATIC' => 1, 'AC_LIBTOOL_LANG_RC_CONFIG' => 1, - 'AC_ENABLE_FAST_INSTALL' => 1, + 'AM_GLIB_GNU_GETTEXT' => 1, + '_LT_AC_LOCK' => 1, + '_LT_AC_FILE_LTDLL_C' => 1, + 'AC_LIBTOOL_DLOPEN_SELF' => 1, + 'AC_PROG_LD_RELOAD_FLAG' => 1, + 'LT_LIB_M' => 1, + 'AM_DEP_TRACK' => 1, + '_LT_COMPILER_BOILERPLATE' => 1, 'LT_SYS_DLSEARCH_PATH' => 1, - 'AM_ENABLE_SHARED' => 1, - 'PKG_CHECK_MODULES' => 1, - '_LT_AC_TAGCONFIG' => 1, - 'AC_DISABLE_FAST_INSTALL' => 1, - 'AC_PROG_INTLTOOL' => 1, - 'PKG_CHECK_VAR' => 1, - 'AC_LTDL_SHLIBEXT' => 1, - 'GLIB_RUN_PROG' => 1, - 'LT_PATH_LD' => 1, - 'LT_WITH_LTDL' => 1, - 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1, 'PKG_NOARCH_INSTALLDIR' => 1, - 'LT_SYS_DLOPEN_DEPLIBS' => 1, - 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1, + 'AC_LTDL_SHLIBEXT' => 1, 'AC_LIBTOOL_LANG_CXX_CONFIG' => 1, - 'LTDL_INSTALLABLE' => 1, - 'LTOBSOLETE_VERSION' => 1, - 'AC_PROG_LD_GNU' => 1, - '_AM_CONFIG_MACRO_DIRS' => 1, - '_LT_PREPARE_SED_QUOTE_VARS' => 1, - '_LT_PROG_CXX' => 1, + 'AC_LIBTOOL_COMPILER_OPTION' => 1, + '_LT_AC_LANG_CXX' => 1, + '_LT_REQUIRED_DARWIN_CHECKS' => 1, + 'AC_LTDL_SHLIBPATH' => 1, + 'AC_LIBTOOL_SYS_LIB_STRIP' => 1, + '_GSETTINGS_SUBST' => 1, 'AS_AC_EXPAND' => 1, - 'AC_DEPLIBS_CHECK_METHOD' => 1, - 'LT_INIT' => 1, + 'AC_LIBTOOL_POSTDEP_PREDEP' => 1, + 'AC_LIBTOOL_RC' => 1, + 'AC_PATH_TOOL_PREFIX' => 1, + 'AC_LIBTOOL_WIN32_DLL' => 1, + 'LT_SYS_SYMBOL_USCORE' => 1, + 'AC_PROG_LD' => 1, + 'AC_LIBTOOL_DLOPEN' => 1, + 'AC_PROG_EGREP' => 1, + '_LT_AC_SHELL_INIT' => 1, + 'LT_AC_PROG_EGREP' => 1, + 'LT_OUTPUT' => 1, + '_AM_SET_OPTIONS' => 1, + 'LT_PROG_GCJ' => 1, + 'GLIB_GNU_GETTEXT' => 1, + 'AM_GLIB_DEFINE_LOCALEDIR' => 1, + 'LTOBSOLETE_VERSION' => 1, + 'LT_LIB_DLLOAD' => 1, + 'AM_MAINTAINER_MODE' => 1, + 'm4_include' => 1, 'AC_DEFUN_ONCE' => 1, - 'AM_PROG_NM' => 1, + '_AM_AUTOCONF_VERSION' => 1, + 'AM_CHECK_PYTHON_HEADERS' => 1, '_LT_PROG_FC' => 1, - 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1, - 'AC_LTDL_SHLIBPATH' => 1, - 'LTDL_CONVENIENCE' => 1, - 'AC_PATH_MAGIC' => 1, - 'LT_PROG_GO' => 1, - 'LT_PROG_RC' => 1, - '_LT_AC_PROG_ECHO_BACKSLASH' => 1, - 'AM_DISABLE_STATIC' => 1, - 'LT_SYS_MODULE_PATH' => 1, - 'AC_LIBTOOL_F77' => 1, - 'm4_include' => 1, - 'AM_MISSING_HAS_RUN' => 1, - 'AM_RUN_LOG' => 1, - 'AC_PROG_LIBTOOL' => 1, - 'AM_DEP_TRACK' => 1, - '_LT_AC_SHELL_INIT' => 1, - 'AC_LIBTOOL_DLOPEN_SELF' => 1, - 'LTVERSION_VERSION' => 1, - '_LT_AC_LANG_C_CONFIG' => 1, - 'AC_LTDL_SYSSEARCHPATH' => 1, - '_LT_AC_FILE_LTDLL_C' => 1, - 'AC_LTDL_DLSYM_USCORE' => 1, - '_LT_AC_LANG_CXX_CONFIG' => 1, - 'LT_AC_PROG_GCJ' => 1, - 'LT_AC_PROG_RC' => 1, - 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1, - 'AC_DISABLE_SHARED' => 1, - '_LT_AC_LANG_GCJ' => 1, - '_LT_CC_BASENAME' => 1 + 'LT_FUNC_DLSYM_USCORE' => 1, + '_LT_LINKER_BOILERPLATE' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'AC_LIBTOOL_OBJDIR' => 1, + 'AC_LIBTOOL_LANG_C_CONFIG' => 1, + 'AM_SET_LEADING_DOT' => 1, + 'LT_WITH_LTDL' => 1 } ], 'Autom4te::Request' ), bless( [ @@ -266,66 +267,66 @@ 'configure.ac' ], { - 'AM_PROG_F77_C_O' => 1, - 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, - 'AM_CONDITIONAL' => 1, - 'AM_XGETTEXT_OPTION' => 1, - 'AC_DEFINE_TRACE_LITERAL' => 1, - 'AM_EXTRA_RECURSIVE_TARGETS' => 1, - 'AM_PROG_AR' => 1, - 'AC_CONFIG_LINKS' => 1, - 'AC_CANONICAL_SYSTEM' => 1, - 'AC_CONFIG_HEADERS' => 1, - 'm4_sinclude' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'include' => 1, + 'AC_FC_PP_SRCEXT' => 1, + 'AC_CANONICAL_HOST' => 1, + 'AC_CONFIG_SUBDIRS' => 1, + 'AM_PROG_MKDIR_P' => 1, 'AM_ENABLE_MULTILIB' => 1, - 'AC_SUBST' => 1, - '_LT_AC_TAGCONFIG' => 1, + 'sinclude' => 1, + 'AM_CONDITIONAL' => 1, '_AM_COND_ELSE' => 1, - 'AC_FC_FREEFORM' => 1, 'AM_SILENT_RULES' => 1, - '_AM_MAKEFILE_INCLUDE' => 1, - 'AC_CONFIG_FILES' => 1, - 'AC_CANONICAL_HOST' => 1, - 'include' => 1, - '_AM_COND_ENDIF' => 1, - 'LT_SUPPORTED_TAG' => 1, - 'AM_PROG_CXX_C_O' => 1, - 'AH_OUTPUT' => 1, - 'AC_CANONICAL_BUILD' => 1, + 'AC_FC_FREEFORM' => 1, + 'AM_EXTRA_RECURSIVE_TARGETS' => 1, + 'AC_CONFIG_LINKS' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + 'AC_INIT' => 1, + 'AM_PROG_F77_C_O' => 1, + 'AM_MAINTAINER_MODE' => 1, 'm4_include' => 1, - 'AC_CONFIG_LIBOBJ_DIR' => 1, 'AC_CONFIG_AUX_DIR' => 1, + 'AM_PROG_MOC' => 1, 'AC_FC_SRCEXT' => 1, - 'AC_PROG_LIBTOOL' => 1, - 'AM_AUTOMAKE_VERSION' => 1, - 'AC_CONFIG_SUBDIRS' => 1, - 'sinclude' => 1, - 'LT_INIT' => 1, + 'm4_pattern_allow' => 1, + 'AC_REQUIRE_AUX_FILE' => 1, + 'AM_PROG_CXX_C_O' => 1, 'AM_GNU_GETTEXT' => 1, - '_m4_warn' => 1, - 'AM_MAINTAINER_MODE' => 1, - 'AM_PROG_CC_C_O' => 1, + 'AC_CONFIG_FILES' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + 'AC_CONFIG_LIBOBJ_DIR' => 1, + '_LT_AC_TAGCONFIG' => 1, + 'AM_PATH_GUILE' => 1, 'AC_SUBST_TRACE' => 1, - 'AM_INIT_AUTOMAKE' => 1, - 'AC_REQUIRE_AUX_FILE' => 1, - 'AC_FC_PP_SRCEXT' => 1, - '_AM_SUBST_NOTMAKE' => 1, + 'AC_DEFINE_TRACE_LITERAL' => 1, + 'AM_XGETTEXT_OPTION' => 1, 'AM_PROG_FC_C_O' => 1, - 'AM_PROG_LIBTOOL' => 1, + '_AM_SUBST_NOTMAKE' => 1, 'AM_MAKEFILE_INCLUDE' => 1, + '_AM_MAKEFILE_INCLUDE' => 1, + 'LT_INIT' => 1, + 'AC_LIBSOURCE' => 1, 'AM_POT_TOOLS' => 1, - 'AC_CANONICAL_TARGET' => 1, 'm4_pattern_forbid' => 1, + 'AC_PROG_LIBTOOL' => 1, + 'LT_SUPPORTED_TAG' => 1, + 'm4_sinclude' => 1, + 'AC_CANONICAL_TARGET' => 1, + 'AM_NLS' => 1, + 'AC_CANONICAL_BUILD' => 1, + '_AM_COND_ENDIF' => 1, + 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, '_AM_COND_IF' => 1, - 'AC_LIBSOURCE' => 1, - 'AC_INIT' => 1, + 'AM_PROG_AR' => 1, + 'AM_PROG_CC_C_O' => 1, + '_m4_warn' => 1, + 'AC_CONFIG_HEADERS' => 1, + 'AM_PROG_LIBTOOL' => 1, + 'AC_SUBST' => 1, 'AC_FC_PP_DEFINE' => 1, - 'AM_PROG_MKDIR_P' => 1, - 'AM_NLS' => 1, - 'LT_CONFIG_LTDL_DIR' => 1, - 'AM_PATH_GUILE' => 1, - 'm4_pattern_allow' => 1, - 'AM_PROG_MOC' => 1 + 'AH_OUTPUT' => 1, + 'AC_CANONICAL_SYSTEM' => 1 } ], 'Autom4te::Request' ) ); diff -Nru blueman-2.0.4/autom4te.cache/traces.0 blueman-2.0.5/autom4te.cache/traces.0 --- blueman-2.0.4/autom4te.cache/traces.0 2016-03-23 06:22:20.000000000 +0000 +++ blueman-2.0.5/autom4te.cache/traces.0 2017-10-01 06:21:28.000000000 +0000 @@ -1,6 +1,148 @@ -m4trace:/usr/share/aclocal/glib-gettext.m4:415: -1- AC_DEFUN([AM_GLIB_GNU_GETTEXT], [GLIB_GNU_GETTEXT($@)]) -m4trace:/usr/share/aclocal/glib-gettext.m4:415: -1- AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR], [GLIB_DEFINE_LOCALEDIR($@)]) -m4trace:/usr/share/aclocal/glib-gettext.m4:425: -1- AC_DEFUN([GLIB_RUN_PROG], [cat >conftest.foo <<_ACEOF +m4trace:/usr/share/aclocal/glib-gettext.m4:363: -1- AU_DEFUN([GLIB_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_CC])dnl + + GLIB_LC_MESSAGES + GLIB_WITH_NLS + + if test "$gt_cv_have_gettext" = "yes"; then + if test "x$ALL_LINGUAS" = "x"; then + LINGUAS= + else + AC_MSG_CHECKING(for catalogs to be installed) + NEW_LINGUAS= + for presentlang in $ALL_LINGUAS; do + useit=no + if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then + desiredlanguages="$LINGUAS" + else + desiredlanguages="$ALL_LINGUAS" + fi + for desiredlang in $desiredlanguages; do + # Use the presentlang catalog if desiredlang is + # a. equal to presentlang, or + # b. a variant of presentlang (because in this case, + # presentlang can be used as a fallback for messages + # which are not translated in the desiredlang catalog). + case "$desiredlang" in + "$presentlang"*) useit=yes;; + esac + done + if test $useit = yes; then + NEW_LINGUAS="$NEW_LINGUAS $presentlang" + fi + done + LINGUAS=$NEW_LINGUAS + AC_MSG_RESULT($LINGUAS) + fi + + dnl Construct list of names of catalog files to be constructed. + if test -n "$LINGUAS"; then + for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done + fi + fi + + dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly + dnl find the mkinstalldirs script in another subdir but ($top_srcdir). + dnl Try to locate is. + MKINSTALLDIRS= + if test -n "$ac_aux_dir"; then + MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" + fi + if test -z "$MKINSTALLDIRS"; then + MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" + fi + AC_SUBST(MKINSTALLDIRS) + + dnl Generate list of files to be processed by xgettext which will + dnl be included in po/Makefile. + test -d po || mkdir po + if test "x$srcdir" != "x."; then + if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then + posrcprefix="$srcdir/" + else + posrcprefix="../$srcdir/" + fi + else + posrcprefix="../" + fi + rm -f po/POTFILES + sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ + < $srcdir/po/POTFILES.in > po/POTFILES + ], [[$0: This macro is deprecated. You should use upstream gettext instead.]]) +m4trace:/usr/share/aclocal/glib-gettext.m4:363: -1- AC_DEFUN([GLIB_GNU_GETTEXT], [AC_DIAGNOSE([obsolete], [The macro `GLIB_GNU_GETTEXT' is obsolete. +You should run autoupdate.])dnl +AC_REQUIRE([AC_PROG_CC])dnl + + GLIB_LC_MESSAGES + GLIB_WITH_NLS + + if test "$gt_cv_have_gettext" = "yes"; then + if test "x$ALL_LINGUAS" = "x"; then + LINGUAS= + else + AC_MSG_CHECKING(for catalogs to be installed) + NEW_LINGUAS= + for presentlang in $ALL_LINGUAS; do + useit=no + if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then + desiredlanguages="$LINGUAS" + else + desiredlanguages="$ALL_LINGUAS" + fi + for desiredlang in $desiredlanguages; do + # Use the presentlang catalog if desiredlang is + # a. equal to presentlang, or + # b. a variant of presentlang (because in this case, + # presentlang can be used as a fallback for messages + # which are not translated in the desiredlang catalog). + case "$desiredlang" in + "$presentlang"*) useit=yes;; + esac + done + if test $useit = yes; then + NEW_LINGUAS="$NEW_LINGUAS $presentlang" + fi + done + LINGUAS=$NEW_LINGUAS + AC_MSG_RESULT($LINGUAS) + fi + + dnl Construct list of names of catalog files to be constructed. + if test -n "$LINGUAS"; then + for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done + fi + fi + + dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly + dnl find the mkinstalldirs script in another subdir but ($top_srcdir). + dnl Try to locate is. + MKINSTALLDIRS= + if test -n "$ac_aux_dir"; then + MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" + fi + if test -z "$MKINSTALLDIRS"; then + MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" + fi + AC_SUBST(MKINSTALLDIRS) + + dnl Generate list of files to be processed by xgettext which will + dnl be included in po/Makefile. + test -d po || mkdir po + if test "x$srcdir" != "x."; then + if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then + posrcprefix="$srcdir/" + else + posrcprefix="../$srcdir/" + fi + else + posrcprefix="../" + fi + rm -f po/POTFILES + sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ + < $srcdir/po/POTFILES.in > po/POTFILES + ]) +m4trace:/usr/share/aclocal/glib-gettext.m4:463: -1- AC_DEFUN([AM_GLIB_GNU_GETTEXT], [GLIB_GNU_GETTEXT($@)]) +m4trace:/usr/share/aclocal/glib-gettext.m4:463: -1- AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR], [GLIB_DEFINE_LOCALEDIR($@)]) +m4trace:/usr/share/aclocal/glib-gettext.m4:473: -1- AC_DEFUN([GLIB_RUN_PROG], [cat >conftest.foo <<_ACEOF $2 _ACEOF if AC_RUN_LOG([$1 conftest.foo]); then @@ -213,35 +355,10 @@ # Substitute ALL_LINGUAS so we can use it in po/Makefile AC_SUBST(ALL_LINGUAS) -# Set DATADIRNAME correctly if it is not set yet -# (copied from glib-gettext.m4) -if test -z "$DATADIRNAME"; then - AC_LINK_IFELSE( - [AC_LANG_PROGRAM([[]], - [[extern int _nl_msg_cat_cntr; - return _nl_msg_cat_cntr]])], - [DATADIRNAME=share], - [case $host in - *-*-solaris*) - dnl On Solaris, if bind_textdomain_codeset is in libc, - dnl GNU format message catalog is always supported, - dnl since both are added to the libc all together. - dnl Hence, we'd like to go with DATADIRNAME=share - dnl in this case. - AC_CHECK_FUNC(bind_textdomain_codeset, - [DATADIRNAME=share], [DATADIRNAME=lib]) - ;; - *) - [DATADIRNAME=lib] - ;; - esac]) -fi -AC_SUBST(DATADIRNAME) - IT_PO_SUBDIR([po]) ]) -m4trace:/usr/share/aclocal/intltool.m4:193: -1- AC_DEFUN([IT_PO_SUBDIR], [AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS. +m4trace:/usr/share/aclocal/intltool.m4:168: -1- AC_DEFUN([IT_PO_SUBDIR], [AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS. dnl dnl The following CONFIG_COMMANDS should be executed at the very end dnl of config.status. @@ -268,13 +385,13 @@ ]) ])dnl ]) -m4trace:/usr/share/aclocal/intltool.m4:226: -1- AC_DEFUN([_IT_SUBST], [ +m4trace:/usr/share/aclocal/intltool.m4:201: -1- AC_DEFUN([_IT_SUBST], [ AC_SUBST([$1]) m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) ]) -m4trace:/usr/share/aclocal/intltool.m4:234: -1- AU_DEFUN([AC_PROG_INTLTOOL], [m4_if($#, 0, [IT_PROG_INTLTOOL], [IT_PROG_INTLTOOL($@)])]) -m4trace:/usr/share/aclocal/intltool.m4:234: -1- AC_DEFUN([AC_PROG_INTLTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_INTLTOOL' is obsolete. +m4trace:/usr/share/aclocal/intltool.m4:209: -1- AU_DEFUN([AC_PROG_INTLTOOL], [m4_if($#, 0, [IT_PROG_INTLTOOL], [IT_PROG_INTLTOOL($@)])]) +m4trace:/usr/share/aclocal/intltool.m4:209: -1- AC_DEFUN([AC_PROG_INTLTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_INTLTOOL' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [IT_PROG_INTLTOOL], [IT_PROG_INTLTOOL($@)])]) m4trace:/usr/share/aclocal/libtool.m4:61: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK @@ -405,8 +522,8 @@ exec AS_MESSAGE_LOG_FD>>config.log $lt_cl_success || AS_EXIT(1) ]) -m4trace:/usr/share/aclocal/libtool.m4:812: -1- AC_DEFUN([LT_SUPPORTED_TAG], []) -m4trace:/usr/share/aclocal/libtool.m4:823: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl +m4trace:/usr/share/aclocal/libtool.m4:811: -1- AC_DEFUN([LT_SUPPORTED_TAG], []) +m4trace:/usr/share/aclocal/libtool.m4:822: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl m4_case([$1], [C], [_LT_LANG(C)], [C++], [_LT_LANG(CXX)], @@ -419,27 +536,27 @@ [_LT_LANG($1)], [m4_fatal([$0: unsupported language: "$1"])])])dnl ]) -m4trace:/usr/share/aclocal/libtool.m4:915: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) -m4trace:/usr/share/aclocal/libtool.m4:915: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:914: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) +m4trace:/usr/share/aclocal/libtool.m4:914: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete. You should run autoupdate.])dnl LT_LANG(C++)]) -m4trace:/usr/share/aclocal/libtool.m4:916: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) -m4trace:/usr/share/aclocal/libtool.m4:916: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:915: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) +m4trace:/usr/share/aclocal/libtool.m4:915: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete. You should run autoupdate.])dnl LT_LANG(Fortran 77)]) -m4trace:/usr/share/aclocal/libtool.m4:917: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) -m4trace:/usr/share/aclocal/libtool.m4:917: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:916: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) +m4trace:/usr/share/aclocal/libtool.m4:916: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete. You should run autoupdate.])dnl LT_LANG(Fortran)]) -m4trace:/usr/share/aclocal/libtool.m4:918: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) -m4trace:/usr/share/aclocal/libtool.m4:918: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:917: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) +m4trace:/usr/share/aclocal/libtool.m4:917: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete. You should run autoupdate.])dnl LT_LANG(Java)]) -m4trace:/usr/share/aclocal/libtool.m4:919: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) -m4trace:/usr/share/aclocal/libtool.m4:919: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:918: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) +m4trace:/usr/share/aclocal/libtool.m4:918: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete. You should run autoupdate.])dnl LT_LANG(Windows Resource)]) -m4trace:/usr/share/aclocal/libtool.m4:1247: -1- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot]) +m4trace:/usr/share/aclocal/libtool.m4:1246: -1- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot]) AC_ARG_WITH([sysroot], [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], [Search for dependent libraries within DIR (or the compiler's sysroot @@ -469,7 +586,7 @@ AC_MSG_RESULT([${lt_sysroot:-no}]) _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl [dependent libraries, and where our libraries should be installed.])]) -m4trace:/usr/share/aclocal/libtool.m4:1578: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4trace:/usr/share/aclocal/libtool.m4:1577: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no @@ -508,11 +625,11 @@ m4_if([$6], , :, [$6]) fi ]) -m4trace:/usr/share/aclocal/libtool.m4:1620: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:1620: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:1619: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:1619: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:1629: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4trace:/usr/share/aclocal/libtool.m4:1628: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no @@ -544,11 +661,11 @@ m4_if([$5], , :, [$5]) fi ]) -m4trace:/usr/share/aclocal/libtool.m4:1664: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:1664: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:1663: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:1663: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:1671: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl +m4trace:/usr/share/aclocal/libtool.m4:1670: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl # find the maximum length of command line arguments AC_MSG_CHECKING([the maximum length of command line arguments]) AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl @@ -684,11 +801,11 @@ _LT_DECL([], [max_cmd_len], [0], [What is the maximum length of a command?]) ]) -m4trace:/usr/share/aclocal/libtool.m4:1810: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:1810: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:1809: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:1809: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:1921: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl +m4trace:/usr/share/aclocal/libtool.m4:1920: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test yes != "$enable_dlopen"; then enable_dlopen=unknown enable_dlopen_self=unknown @@ -810,11 +927,11 @@ _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], [Whether dlopen of statically linked programs is supported]) ]) -m4trace:/usr/share/aclocal/libtool.m4:2046: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:2046: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:2045: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:2045: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:3167: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl +m4trace:/usr/share/aclocal/libtool.m4:3166: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in @@ -873,11 +990,11 @@ _LT_DECL([], [MAGIC_CMD], [0], [Used to examine libraries when file_magic_cmd begins with "file"])dnl ]) -m4trace:/usr/share/aclocal/libtool.m4:3229: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:3229: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:3228: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:3228: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:3252: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl +m4trace:/usr/share/aclocal/libtool.m4:3251: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl m4_require([_LT_DECL_SED])dnl @@ -963,15 +1080,15 @@ _LT_TAGDECL([], [LD], [1], [The linker used to build libraries]) ]) -m4trace:/usr/share/aclocal/libtool.m4:3341: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:3341: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:3340: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:3340: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:3342: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:3342: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:3341: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:3341: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:3671: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl +m4trace:/usr/share/aclocal/libtool.m4:3670: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, [if test -n "$NM"; then # Let the user override the test. @@ -1063,15 +1180,15 @@ fi rm -f conftest*]) ]) -m4trace:/usr/share/aclocal/libtool.m4:3766: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:3766: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:3765: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:3765: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:3767: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:3767: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:3766: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:3766: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:3838: -1- AC_DEFUN([_LT_DLL_DEF_P], [dnl +m4trace:/usr/share/aclocal/libtool.m4:3837: -1- AC_DEFUN([_LT_DLL_DEF_P], [dnl test DEF = "`$SED -n dnl -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments @@ -1079,7 +1196,7 @@ -e q dnl Only consider the first "real" line $1`" dnl ]) -m4trace:/usr/share/aclocal/libtool.m4:3852: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl +m4trace:/usr/share/aclocal/libtool.m4:3851: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) @@ -1095,30 +1212,30 @@ esac AC_SUBST([LIBM]) ]) -m4trace:/usr/share/aclocal/libtool.m4:3871: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:3871: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:3870: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:3870: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:8141: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], +m4trace:/usr/share/aclocal/libtool.m4:8140: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS)])])[]dnl ]) -m4trace:/usr/share/aclocal/libtool.m4:8150: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:8150: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:8149: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:8149: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:8157: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,) +m4trace:/usr/share/aclocal/libtool.m4:8156: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,) ]) -m4trace:/usr/share/aclocal/libtool.m4:8164: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) +m4trace:/usr/share/aclocal/libtool.m4:8163: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) ]) -m4trace:/usr/share/aclocal/libtool.m4:8169: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:8169: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:8168: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:8168: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:8289: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:8289: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:8288: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:8288: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])]) m4trace:/usr/share/aclocal/ltargz.m4:12: -1- AC_DEFUN([LT_FUNC_ARGZ], [ @@ -2097,10 +2214,10 @@ m4trace:/usr/share/aclocal-1.15/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.15], [], +m4_if([$1], [1.15.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) -m4trace:/usr/share/aclocal-1.15/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.15])dnl +m4trace:/usr/share/aclocal-1.15/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.15.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) @@ -2622,8 +2739,9 @@ m4trace:/usr/share/aclocal-1.15/python.m4:35: -1- AC_DEFUN([AM_PATH_PYTHON], [ dnl Find a Python interpreter. Python versions prior to 2.0 are not dnl supported. (2.0 was released on October 16, 2000). + dnl FIXME: Remove the need to hard-code Python versions here. m4_define_default([_AM_PYTHON_INTERPRETER_LIST], -[python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 dnl +[python python2 python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 dnl python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0]) AC_ARG_VAR([PYTHON], [the Python interpreter]) @@ -2803,7 +2921,7 @@ fi ]) -m4trace:/usr/share/aclocal-1.15/python.m4:229: -1- AC_DEFUN([AM_PYTHON_CHECK_VERSION], [prog="import sys +m4trace:/usr/share/aclocal-1.15/python.m4:230: -1- AC_DEFUN([AM_PYTHON_CHECK_VERSION], [prog="import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x @@ -3200,7 +3318,7 @@ m4trace:configure.ac:5: -1- AM_INIT_AUTOMAKE([foreign dist-xz]) m4trace:configure.ac:5: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) m4trace:configure.ac:5: -1- AM_SET_CURRENT_AUTOMAKE_VERSION -m4trace:configure.ac:5: -1- AM_AUTOMAKE_VERSION([1.15]) +m4trace:configure.ac:5: -1- AM_AUTOMAKE_VERSION([1.15.1]) m4trace:configure.ac:5: -1- _AM_AUTOCONF_VERSION([2.69]) m4trace:configure.ac:5: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) m4trace:configure.ac:5: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) @@ -3417,6 +3535,11 @@ m4trace:configure.ac:13: -1- m4_pattern_allow([^GETTEXT_PACKAGE$]) m4trace:configure.ac:14: -1- m4_pattern_allow([^GETTEXT_PACKAGE$]) m4trace:configure.ac:15: -1- AM_GLIB_GNU_GETTEXT +m4trace:configure.ac:15: -1- GLIB_GNU_GETTEXT([]) +m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `GLIB_GNU_GETTEXT' is obsolete. +You should run autoupdate.], [/usr/share/aclocal/glib-gettext.m4:363: GLIB_GNU_GETTEXT is expanded from... +/usr/share/aclocal/glib-gettext.m4:463: AM_GLIB_GNU_GETTEXT is expanded from... +configure.ac:15: the top level]) m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_LOCALE_H$]) m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from... @@ -3424,11 +3547,14 @@ ../../lib/autoconf/general.m4:2042: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2063: AC_CACHE_CHECK is expanded from... /usr/share/aclocal/glib-gettext.m4:48: GLIB_LC_MESSAGES is expanded from... -/usr/share/aclocal/glib-gettext.m4:316: GLIB_GNU_GETTEXT is expanded from... -/usr/share/aclocal/glib-gettext.m4:415: AM_GLIB_GNU_GETTEXT is expanded from... +/usr/share/aclocal/glib-gettext.m4:363: GLIB_GNU_GETTEXT is expanded from... +/usr/share/aclocal/glib-gettext.m4:463: AM_GLIB_GNU_GETTEXT is expanded from... configure.ac:15: the top level]) m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$]) m4trace:configure.ac:15: -1- m4_pattern_allow([^USE_NLS$]) +m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_CFPREFERENCESCOPYAPPVALUE$]) +m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_CFLOCALECOPYCURRENT$]) +m4trace:configure.ac:15: -1- m4_pattern_allow([^INTL_MACOSX_LIBS$]) m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from... ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from... @@ -3437,9 +3563,9 @@ ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from... ../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from... ../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from... -/usr/share/aclocal/glib-gettext.m4:102: GLIB_WITH_NLS is expanded from... -/usr/share/aclocal/glib-gettext.m4:316: GLIB_GNU_GETTEXT is expanded from... -/usr/share/aclocal/glib-gettext.m4:415: AM_GLIB_GNU_GETTEXT is expanded from... +/usr/share/aclocal/glib-gettext.m4:147: GLIB_WITH_NLS is expanded from... +/usr/share/aclocal/glib-gettext.m4:363: GLIB_GNU_GETTEXT is expanded from... +/usr/share/aclocal/glib-gettext.m4:463: AM_GLIB_GNU_GETTEXT is expanded from... configure.ac:15: the top level]) m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from... @@ -3449,9 +3575,9 @@ ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from... ../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from... ../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from... -/usr/share/aclocal/glib-gettext.m4:102: GLIB_WITH_NLS is expanded from... -/usr/share/aclocal/glib-gettext.m4:316: GLIB_GNU_GETTEXT is expanded from... -/usr/share/aclocal/glib-gettext.m4:415: AM_GLIB_GNU_GETTEXT is expanded from... +/usr/share/aclocal/glib-gettext.m4:147: GLIB_WITH_NLS is expanded from... +/usr/share/aclocal/glib-gettext.m4:363: GLIB_GNU_GETTEXT is expanded from... +/usr/share/aclocal/glib-gettext.m4:463: AM_GLIB_GNU_GETTEXT is expanded from... configure.ac:15: the top level]) m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_BIND_TEXTDOMAIN_CODESET$]) m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_BIND_TEXTDOMAIN_CODESET$]) @@ -3477,16 +3603,16 @@ ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from... ../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from... ../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from... -/usr/share/aclocal/glib-gettext.m4:102: GLIB_WITH_NLS is expanded from... -/usr/share/aclocal/glib-gettext.m4:316: GLIB_GNU_GETTEXT is expanded from... -/usr/share/aclocal/glib-gettext.m4:415: AM_GLIB_GNU_GETTEXT is expanded from... +/usr/share/aclocal/glib-gettext.m4:147: GLIB_WITH_NLS is expanded from... +/usr/share/aclocal/glib-gettext.m4:363: GLIB_GNU_GETTEXT is expanded from... +/usr/share/aclocal/glib-gettext.m4:463: AM_GLIB_GNU_GETTEXT is expanded from... configure.ac:15: the top level]) m4trace:configure.ac:15: -1- m4_pattern_allow([^ENABLE_NLS$]) m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_OUTPUT_COMMANDS' is obsolete. You should run autoupdate.], [../../lib/autoconf/status.m4:1026: AC_OUTPUT_COMMANDS is expanded from... -/usr/share/aclocal/glib-gettext.m4:102: GLIB_WITH_NLS is expanded from... -/usr/share/aclocal/glib-gettext.m4:316: GLIB_GNU_GETTEXT is expanded from... -/usr/share/aclocal/glib-gettext.m4:415: AM_GLIB_GNU_GETTEXT is expanded from... +/usr/share/aclocal/glib-gettext.m4:147: GLIB_WITH_NLS is expanded from... +/usr/share/aclocal/glib-gettext.m4:363: GLIB_GNU_GETTEXT is expanded from... +/usr/share/aclocal/glib-gettext.m4:463: AM_GLIB_GNU_GETTEXT is expanded from... configure.ac:15: the top level]) m4trace:configure.ac:15: -1- m4_pattern_allow([^CATALOGS$]) m4trace:configure.ac:15: -1- m4_pattern_allow([^CATOBJEXT$]) @@ -3575,7 +3701,6 @@ m4trace:configure.ac:16: -1- m4_pattern_allow([^GMSGFMT$]) m4trace:configure.ac:16: -1- m4_pattern_allow([^INTLTOOL_PERL$]) m4trace:configure.ac:16: -1- m4_pattern_allow([^ALL_LINGUAS$]) -m4trace:configure.ac:16: -1- m4_pattern_allow([^DATADIRNAME$]) m4trace:configure.ac:16: -1- IT_PO_SUBDIR([po]) m4trace:configure.ac:18: -1- AC_ENABLE_SHARED([yes]) m4trace:configure.ac:19: -1- AC_ENABLE_STATIC([no]) diff -Nru blueman-2.0.4/autom4te.cache/traces.1 blueman-2.0.5/autom4te.cache/traces.1 --- blueman-2.0.4/autom4te.cache/traces.1 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/autom4te.cache/traces.1 2017-10-01 06:21:29.000000000 +0000 @@ -1,5 +1,5 @@ -m4trace:aclocal.m4:11516: -1- m4_include([acinclude.m4]) -m4trace:configure.ac:3: -1- AC_INIT([blueman], [2.0.4], [https://github.com/blueman-project/blueman/issues]) +m4trace:aclocal.m4:11539: -1- m4_include([acinclude.m4]) +m4trace:configure.ac:3: -1- AC_INIT([blueman], [2.0.5], [https://github.com/blueman-project/blueman/issues]) m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?A[CHUM]_]) m4trace:configure.ac:3: -1- m4_pattern_forbid([_AC_]) m4trace:configure.ac:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) @@ -153,7 +153,7 @@ m4trace:configure.ac:4: -1- AC_CONFIG_HEADERS([config.h]) m4trace:configure.ac:5: -1- AM_INIT_AUTOMAKE([foreign dist-xz]) m4trace:configure.ac:5: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) -m4trace:configure.ac:5: -1- AM_AUTOMAKE_VERSION([1.15]) +m4trace:configure.ac:5: -1- AM_AUTOMAKE_VERSION([1.15.1]) m4trace:configure.ac:5: -1- AC_REQUIRE_AUX_FILE([install-sh]) m4trace:configure.ac:5: -1- AC_SUBST([INSTALL_PROGRAM]) m4trace:configure.ac:5: -1- AC_SUBST_TRACE([INSTALL_PROGRAM]) @@ -343,7 +343,7 @@ m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) m4trace:configure.ac:9: -1- AC_PROG_LIBTOOL m4trace:configure.ac:9: -1- _m4_warn([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete. -You should run autoupdate.], [aclocal.m4:856: AC_PROG_LIBTOOL is expanded from... +You should run autoupdate.], [aclocal.m4:879: AC_PROG_LIBTOOL is expanded from... configure.ac:9: the top level]) m4trace:configure.ac:9: -1- LT_INIT m4trace:configure.ac:9: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$]) @@ -521,6 +521,10 @@ m4trace:configure.ac:14: -1- m4_pattern_allow([^GETTEXT_PACKAGE$]) m4trace:configure.ac:14: -1- AH_OUTPUT([GETTEXT_PACKAGE], [/* The gettext package */ @%:@undef GETTEXT_PACKAGE]) +m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `GLIB_GNU_GETTEXT' is obsolete. +You should run autoupdate.], [aclocal.m4:385: GLIB_GNU_GETTEXT is expanded from... +aclocal.m4:485: AM_GLIB_GNU_GETTEXT is expanded from... +configure.ac:15: the top level]) m4trace:configure.ac:15: -1- AH_OUTPUT([HAVE_LOCALE_H], [/* Define to 1 if you have the header file. */ @%:@undef HAVE_LOCALE_H]) m4trace:configure.ac:15: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LOCALE_H]) @@ -531,8 +535,8 @@ ../../lib/autoconf/general.m4:2042: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2063: AC_CACHE_CHECK is expanded from... aclocal.m4:70: GLIB_LC_MESSAGES is expanded from... -aclocal.m4:338: GLIB_GNU_GETTEXT is expanded from... -aclocal.m4:437: AM_GLIB_GNU_GETTEXT is expanded from... +aclocal.m4:385: GLIB_GNU_GETTEXT is expanded from... +aclocal.m4:485: AM_GLIB_GNU_GETTEXT is expanded from... configure.ac:15: the top level]) m4trace:configure.ac:15: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LC_MESSAGES]) m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$]) @@ -541,6 +545,19 @@ m4trace:configure.ac:15: -1- AC_SUBST([USE_NLS]) m4trace:configure.ac:15: -1- AC_SUBST_TRACE([USE_NLS]) m4trace:configure.ac:15: -1- m4_pattern_allow([^USE_NLS$]) +m4trace:configure.ac:15: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CFPREFERENCESCOPYAPPVALUE]) +m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_CFPREFERENCESCOPYAPPVALUE$]) +m4trace:configure.ac:15: -1- AH_OUTPUT([HAVE_CFPREFERENCESCOPYAPPVALUE], [/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in + the CoreFoundation framework. */ +@%:@undef HAVE_CFPREFERENCESCOPYAPPVALUE]) +m4trace:configure.ac:15: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CFLOCALECOPYCURRENT]) +m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_CFLOCALECOPYCURRENT$]) +m4trace:configure.ac:15: -1- AH_OUTPUT([HAVE_CFLOCALECOPYCURRENT], [/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the + CoreFoundation framework. */ +@%:@undef HAVE_CFLOCALECOPYCURRENT]) +m4trace:configure.ac:15: -1- AC_SUBST([INTL_MACOSX_LIBS]) +m4trace:configure.ac:15: -1- AC_SUBST_TRACE([INTL_MACOSX_LIBS]) +m4trace:configure.ac:15: -1- m4_pattern_allow([^INTL_MACOSX_LIBS$]) m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from... ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from... @@ -549,9 +566,9 @@ ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from... ../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from... ../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from... -aclocal.m4:124: GLIB_WITH_NLS is expanded from... -aclocal.m4:338: GLIB_GNU_GETTEXT is expanded from... -aclocal.m4:437: AM_GLIB_GNU_GETTEXT is expanded from... +aclocal.m4:169: GLIB_WITH_NLS is expanded from... +aclocal.m4:385: GLIB_GNU_GETTEXT is expanded from... +aclocal.m4:485: AM_GLIB_GNU_GETTEXT is expanded from... configure.ac:15: the top level]) m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from... @@ -561,9 +578,9 @@ ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from... ../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from... ../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from... -aclocal.m4:124: GLIB_WITH_NLS is expanded from... -aclocal.m4:338: GLIB_GNU_GETTEXT is expanded from... -aclocal.m4:437: AM_GLIB_GNU_GETTEXT is expanded from... +aclocal.m4:169: GLIB_WITH_NLS is expanded from... +aclocal.m4:385: GLIB_GNU_GETTEXT is expanded from... +aclocal.m4:485: AM_GLIB_GNU_GETTEXT is expanded from... configure.ac:15: the top level]) m4trace:configure.ac:15: -1- AH_OUTPUT([HAVE_BIND_TEXTDOMAIN_CODESET], [/* Define to 1 if you have the `bind_textdomain_codeset\' function. */ @%:@undef HAVE_BIND_TEXTDOMAIN_CODESET]) @@ -598,9 +615,9 @@ ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from... ../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from... ../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from... -aclocal.m4:124: GLIB_WITH_NLS is expanded from... -aclocal.m4:338: GLIB_GNU_GETTEXT is expanded from... -aclocal.m4:437: AM_GLIB_GNU_GETTEXT is expanded from... +aclocal.m4:169: GLIB_WITH_NLS is expanded from... +aclocal.m4:385: GLIB_GNU_GETTEXT is expanded from... +aclocal.m4:485: AM_GLIB_GNU_GETTEXT is expanded from... configure.ac:15: the top level]) m4trace:configure.ac:15: -1- AC_DEFINE_TRACE_LITERAL([ENABLE_NLS]) m4trace:configure.ac:15: -1- m4_pattern_allow([^ENABLE_NLS$]) @@ -608,9 +625,9 @@ @%:@undef ENABLE_NLS]) m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_OUTPUT_COMMANDS' is obsolete. You should run autoupdate.], [../../lib/autoconf/status.m4:1026: AC_OUTPUT_COMMANDS is expanded from... -aclocal.m4:124: GLIB_WITH_NLS is expanded from... -aclocal.m4:338: GLIB_GNU_GETTEXT is expanded from... -aclocal.m4:437: AM_GLIB_GNU_GETTEXT is expanded from... +aclocal.m4:169: GLIB_WITH_NLS is expanded from... +aclocal.m4:385: GLIB_GNU_GETTEXT is expanded from... +aclocal.m4:485: AM_GLIB_GNU_GETTEXT is expanded from... configure.ac:15: the top level]) m4trace:configure.ac:15: -1- AC_SUBST([CATALOGS]) m4trace:configure.ac:15: -1- AC_SUBST_TRACE([CATALOGS]) @@ -773,9 +790,6 @@ m4trace:configure.ac:16: -1- AC_SUBST([ALL_LINGUAS]) m4trace:configure.ac:16: -1- AC_SUBST_TRACE([ALL_LINGUAS]) m4trace:configure.ac:16: -1- m4_pattern_allow([^ALL_LINGUAS$]) -m4trace:configure.ac:16: -1- AC_SUBST([DATADIRNAME]) -m4trace:configure.ac:16: -1- AC_SUBST_TRACE([DATADIRNAME]) -m4trace:configure.ac:16: -1- m4_pattern_allow([^DATADIRNAME$]) m4trace:configure.ac:21: -1- AC_SUBST([PYTHON]) m4trace:configure.ac:21: -1- AC_SUBST_TRACE([PYTHON]) m4trace:configure.ac:21: -1- m4_pattern_allow([^PYTHON$]) diff -Nru blueman-2.0.4/blueman/bluez/Makefile.in blueman-2.0.5/blueman/bluez/Makefile.in --- blueman-2.0.4/blueman/bluez/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/blueman/bluez/Makefile.in 2017-10-01 06:21:29.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -273,6 +273,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/blueman/bluez/obex/Makefile.in blueman-2.0.5/blueman/bluez/obex/Makefile.in --- blueman-2.0.4/blueman/bluez/obex/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/blueman/bluez/obex/Makefile.in 2017-10-01 06:21:29.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -213,6 +213,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/blueman/gui/applet/Makefile.in blueman-2.0.5/blueman/gui/applet/Makefile.in --- blueman-2.0.4/blueman/gui/applet/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/blueman/gui/applet/Makefile.in 2017-10-01 06:21:29.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -213,6 +213,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/blueman/gui/Makefile.in blueman-2.0.5/blueman/gui/Makefile.in --- blueman-2.0.4/blueman/gui/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/blueman/gui/Makefile.in 2017-10-01 06:21:29.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -273,6 +273,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/blueman/gui/manager/Makefile.in blueman-2.0.5/blueman/gui/manager/Makefile.in --- blueman-2.0.4/blueman/gui/manager/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/blueman/gui/manager/Makefile.in 2017-10-01 06:21:29.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -213,6 +213,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/blueman/gui/Notification.py blueman-2.0.5/blueman/gui/Notification.py --- blueman-2.0.4/blueman/gui/Notification.py 2016-03-22 06:16:30.000000000 +0000 +++ blueman-2.0.5/blueman/gui/Notification.py 2017-10-01 06:19:46.000000000 +0000 @@ -147,9 +147,15 @@ if timeout != -1: self.set_timeout(timeout) if status_icon: - _, screen, area, orientation = status_icon.get_geometry() - self.set_hint_int32("x", area.x + area.width / 2) - self.set_hint_int32("y", area.y + area.height / 2) + ignored, screen, area, orientation = status_icon.get_geometry() + screen_width = screen.get_width() + screen_height = screen.get_height() + # Workaround a problem where we get garbage x and y values + if (area.x > 0 and area.y > 0) and (area.x <= screen_width and area.y <= screen_height): + self.set_hint_int32("x", area.x + area.width / 2) + self.set_hint_int32("y", area.y + area.height / 2) + else: + dprint("Got bad x %s or y %s value" % (area.x, area.y)) self.show() @@ -161,10 +167,18 @@ def actions_supported(): return "actions" in Notify.get_server_caps() + @staticmethod + def body_supported(): + return "body" in Notify.get_server_caps() + def __new__(cls, summary, message, timeout=-1, actions=None, actions_cb=None, pixbuf=None, status_icon=None): - if not Config('org.blueman.general')['notification-daemon'] or (actions and not cls.actions_supported()): - # Use fallback as user does not want to use a notification daemon or we have to show actions and the - # notification daemon does not provide them + forced_fallback = not Config('org.blueman.general')['notification-daemon'] + + if forced_fallback or not cls.body_supported() or (actions and not cls.actions_supported()): + # Use fallback in the case: + # * user does not want to use a notification daemon + # * the notification daemon is not available + # * we have to show actions and the notification daemon does not provide them klass = _NotificationDialog else: klass = _NotificationBubble diff -Nru blueman-2.0.4/blueman/main/applet/Makefile.in blueman-2.0.5/blueman/main/applet/Makefile.in --- blueman-2.0.4/blueman/main/applet/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/blueman/main/applet/Makefile.in 2017-10-01 06:21:29.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -213,6 +213,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/blueman/main/Makefile.in blueman-2.0.5/blueman/main/Makefile.in --- blueman-2.0.4/blueman/main/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/blueman/main/Makefile.in 2017-10-01 06:21:29.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -273,6 +273,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/blueman/main/NetConf.py blueman-2.0.5/blueman/main/NetConf.py --- blueman-2.0.4/blueman/main/NetConf.py 2016-03-22 06:16:30.000000000 +0000 +++ blueman-2.0.5/blueman/main/NetConf.py 2017-10-01 06:19:46.000000000 +0000 @@ -76,9 +76,7 @@ else: pid = self.pid - running = is_running("dnsmasq", pid) if pid else False - - if running: + if pid and is_running("dnsmasq", pid): os.kill(pid, signal.SIGTERM) self.netconf.unlock("dhcp") else: @@ -112,19 +110,16 @@ return (dhcp_config, existing_subnet) def get_dns_servers(self): - f = open("/etc/resolv.conf", "r") - dns_servers = "" - for line in f: - server = re.search("^nameserver (.*)", line) - if server: - server = server.groups(1)[0] - dns_servers += "%s, " % server; - - dns_servers = dns_servers.strip(", ") + dns_servers = [] + with open("/etc/resolv.conf", "r") as f: + for line in f: + match = re.search("^nameserver (.*)", line) + if match: + server = match.group(1) + if ":" not in server: # Exclude ipv6 + dns_servers.append(server) - f.close() - - return dns_servers + return ", ".join(dns_servers) def _generate_subnet_config(self): dns = self.get_dns_servers() @@ -166,14 +161,14 @@ f.write(subnet) f.close() - cmd = [have("dhcpd3") or have("dhcpd"), "-pf", "/var/run/dhcpd-server/dhcp.pan1.pid", "pan1"] + cmd = [have("dhcpd3") or have("dhcpd"), "-pf", "/var/run/dhcpd.pan1.pid", "pan1"] p = Popen(cmd) ret = p.wait() if ret == 0: dprint("dhcpd started correctly") - f = open("/var/run/dhcp-server/dhcpd.pan1.pid", "r") + f = open("/var/run/dhcpd.pan1.pid", "r") self.pid = int(f.read()) f.close() dprint("pid", self.pid) @@ -190,13 +185,11 @@ if self.netconf.locked("dhcp"): if not self.pid: - pid = read_pid_file("/var/run/dhcpd-server/dhcp.pan1.pid") + pid = read_pid_file("/var/run/dhcpd.pan1.pid") else: pid = self.pid - running = is_running("dnsmasq", pid) if pid else False - - if running: + if pid and (is_running("dhcpd3", pid) or is_running("dhcpd", pid)): os.kill(pid, signal.SIGTERM) self.netconf.unlock("dhcp") else: @@ -222,7 +215,7 @@ NetConf.default_inst = obj f.close() return obj - except IOError: + except (IOError, UnicodeDecodeError): n = cls() try: n.store() diff -Nru blueman-2.0.4/blueman/Makefile.in blueman-2.0.5/blueman/Makefile.in --- blueman-2.0.4/blueman/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/blueman/Makefile.in 2017-10-01 06:21:29.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -274,6 +274,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/blueman/plugins/applet/GameControllerWakelock.py blueman-2.0.5/blueman/plugins/applet/GameControllerWakelock.py --- blueman-2.0.4/blueman/plugins/applet/GameControllerWakelock.py 2016-03-22 06:16:30.000000000 +0000 +++ blueman-2.0.5/blueman/plugins/applet/GameControllerWakelock.py 2017-10-01 06:19:46.000000000 +0000 @@ -33,7 +33,11 @@ def on_device_property_changed(self, key, value, path): if key == "Connected": - klass = Device(path).get_properties()["Class"] & 0x1fff + props = Device(path).get_properties() + if not "Class" in props: + return + + klass = props["Class"] & 0x1fff if klass == 0x504 or klass == 0x508: if value: diff -Nru blueman-2.0.4/blueman/plugins/applet/Makefile.in blueman-2.0.5/blueman/plugins/applet/Makefile.in --- blueman-2.0.4/blueman/plugins/applet/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/blueman/plugins/applet/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -213,6 +213,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/blueman/plugins/applet/PPPSupport.py blueman-2.0.5/blueman/plugins/applet/PPPSupport.py --- blueman-2.0.4/blueman/plugins/applet/PPPSupport.py 2016-03-22 06:16:30.000000000 +0000 +++ blueman-2.0.5/blueman/plugins/applet/PPPSupport.py 2017-10-01 06:19:46.000000000 +0000 @@ -23,7 +23,7 @@ self.port = port self.Applet = applet - res = os.popen("ps x -o pid,args | grep modem-manager").read() + res = os.popen("ps x -o pid,args | grep [M]odemManager").read() if not res: self.connect() else: diff -Nru blueman-2.0.4/blueman/plugins/applet/SerialManager.py blueman-2.0.5/blueman/plugins/applet/SerialManager.py --- blueman-2.0.4/blueman/plugins/applet/SerialManager.py 2016-03-22 06:16:30.000000000 +0000 +++ blueman-2.0.5/blueman/plugins/applet/SerialManager.py 2017-10-01 06:19:46.000000000 +0000 @@ -149,7 +149,7 @@ active_ports = map(flt, ports) for port in active_ports: - if not port: + if port is None: continue name = "/dev/rfcomm%d" % port diff -Nru blueman-2.0.4/blueman/plugins/Makefile.in blueman-2.0.5/blueman/plugins/Makefile.in --- blueman-2.0.4/blueman/plugins/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/blueman/plugins/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -273,6 +273,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/blueman/plugins/manager/Makefile.in blueman-2.0.5/blueman/plugins/manager/Makefile.in --- blueman-2.0.4/blueman/plugins/manager/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/blueman/plugins/manager/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -273,6 +273,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/blueman/plugins/mechanism/Makefile.in blueman-2.0.5/blueman/plugins/mechanism/Makefile.in --- blueman-2.0.4/blueman/plugins/mechanism/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/blueman/plugins/mechanism/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -214,6 +214,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/blueman/plugins/services/Makefile.in blueman-2.0.5/blueman/plugins/services/Makefile.in --- blueman-2.0.4/blueman/plugins/services/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/blueman/plugins/services/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -213,6 +213,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/blueman/plugins/services/Network.py blueman-2.0.5/blueman/plugins/services/Network.py --- blueman-2.0.4/blueman/plugins/services/Network.py 2016-03-22 06:16:30.000000000 +0000 +++ blueman-2.0.5/blueman/plugins/services/Network.py 2017-10-01 06:19:46.000000000 +0000 @@ -5,7 +5,7 @@ import gi gi.require_version("Gtk", "3.0") -from gi.repository import Gtk +from gi.repository import Gio, Gtk from blueman.Constants import * from blueman.Functions import have, dprint, mask_ip4_address from _blueman import get_net_interfaces, get_net_address, get_net_netmask @@ -73,6 +73,8 @@ try: m.EnableNetwork(inet_aton(net_ip.props.text), inet_aton("255.255.255.0"), stype) + if not self.Config["nap-enable"]: + self.Config["nap-enable"] = True except Exception as e: d = NetworkErrorDialog(e) @@ -80,6 +82,7 @@ d.destroy() return else: + self.Config["nap-enable"] = False m.DisableNetwork() self.clear_options() @@ -161,6 +164,7 @@ nc = NetConf.get_default() if nc.ip4_address != None: net_ip.props.text = inet_ntoa(nc.ip4_address) + nap_enable.props.active = True else: net_ip.props.text = "10.%d.%d.1" % (randint(0, 255), randint(0, 255)) @@ -171,6 +175,7 @@ nap_frame.props.sensitive = False nap_enable.props.active = False r_dnsmasq.props.active = True + self.Config["nap-enable"] = False else: if nc.get_dhcp_handler() == DnsMasqHandler: r_dnsmasq.props.active = True @@ -182,6 +187,7 @@ warning.props.visible = True warning.props.sensitive = True nap_enable.props.sensitive = False + self.Config["nap-enable"] = False if not have("dnsmasq"): r_dnsmasq.props.sensitive = False @@ -194,12 +200,17 @@ r_dnsmasq.props.active = True r_dnsmasq.connect("toggled", lambda x: self.option_changed_notify("dnsmasq")) + r_dhcpd.connect("toggled", lambda x: self.option_changed_notify("dhcpd")) + net_nat.connect("toggled", lambda x: self.option_changed_notify("nat")) net_ip.connect("changed", lambda x: self.option_changed_notify("ip", False)) + gn_enable.connect("toggled", lambda x: self.option_changed_notify("gn_enable")) + nap_enable.connect("toggled", lambda x: self.option_changed_notify("nap_enable")) - self.Config.bind_to_widget("nat", net_nat, "active") - self.Config.bind_to_widget("gn-enable", gn_enable, "active") - self.Config.bind_to_widget("nap-enable", nap_frame, "sensitive") - self.Config.bind_to_widget("nap-enable", nap_enable, "active") + self.Config.bind_to_widget("nat", net_nat, "active", Gio.SettingsBindFlags.GET) + self.Config.bind_to_widget("gn-enable", gn_enable, "active", Gio.SettingsBindFlags.GET) + self.Config.bind_to_widget("nap-enable", nap_enable, "active", Gio.SettingsBindFlags.GET) + + nap_enable.bind_property("active", nap_frame, "sensitive", 0) applet = AppletService() diff -Nru blueman-2.0.4/blueman/services/Makefile.in blueman-2.0.5/blueman/services/Makefile.in --- blueman-2.0.4/blueman/services/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/blueman/services/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -273,6 +273,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/blueman/services/meta/Makefile.in blueman-2.0.5/blueman/services/meta/Makefile.in --- blueman-2.0.4/blueman/services/meta/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/blueman/services/meta/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -213,6 +213,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/CHANGELOG.md blueman-2.0.5/CHANGELOG.md --- blueman-2.0.4/CHANGELOG.md 2016-03-22 06:16:30.000000000 +0000 +++ blueman-2.0.5/CHANGELOG.md 2017-10-01 06:19:46.000000000 +0000 @@ -1,5 +1,23 @@ # Changelog + +## 2.0.5 + +### Bugs fixed + +* PPPSupport: Correrct binary name for ModemManager +* PPPSupport: Exclude grep process from process list +* GameControllerWakeLock: Check for Class property before using it +* SerialManager: Properly check for None +* NetConf: Treat UnicodeDecodeError as if there was no file +* Notification: Also check if notification daemon supports body +* Correct bold tag in portugese translation (thanks @andreyluiz) +* Properly check for None in SerialManager +* GameControllerWakeLock: Check for Class property first +* Fix bugs in NetworkService ui +* NetConf: fix writing PID file for dhcpd(3) +* Notification: Make sure x and y hint are in screen geometry + ## 2.0.4 ### Changes diff -Nru blueman-2.0.4/config.guess blueman-2.0.5/config.guess --- blueman-2.0.4/config.guess 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/config.guess 2017-10-01 06:21:29.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2015 Free Software Foundation, Inc. +# Copyright 1992-2016 Free Software Foundation, Inc. -timestamp='2015-08-20' +timestamp='2016-10-02' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess # # Please send patches to . @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2015 Free Software Foundation, Inc. +Copyright 1992-2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -186,9 +186,12 @@ *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched - # to ELF recently, or will in the future. + # to ELF recently (or will in the future) and ABI. case "${UNAME_MACHINE_ARCH}" in - arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax) + earm*) + os=netbsdelf + ;; + arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ @@ -237,6 +240,10 @@ UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; + *:LibertyBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} + exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; @@ -268,42 +275,42 @@ ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") - UNAME_MACHINE="alpha" ;; + UNAME_MACHINE=alpha ;; "EV4.5 (21064)") - UNAME_MACHINE="alpha" ;; + UNAME_MACHINE=alpha ;; "LCA4 (21066/21068)") - UNAME_MACHINE="alpha" ;; + UNAME_MACHINE=alpha ;; "EV5 (21164)") - UNAME_MACHINE="alphaev5" ;; + UNAME_MACHINE=alphaev5 ;; "EV5.6 (21164A)") - UNAME_MACHINE="alphaev56" ;; + UNAME_MACHINE=alphaev56 ;; "EV5.6 (21164PC)") - UNAME_MACHINE="alphapca56" ;; + UNAME_MACHINE=alphapca56 ;; "EV5.7 (21164PC)") - UNAME_MACHINE="alphapca57" ;; + UNAME_MACHINE=alphapca57 ;; "EV6 (21264)") - UNAME_MACHINE="alphaev6" ;; + UNAME_MACHINE=alphaev6 ;; "EV6.7 (21264A)") - UNAME_MACHINE="alphaev67" ;; + UNAME_MACHINE=alphaev67 ;; "EV6.8CB (21264C)") - UNAME_MACHINE="alphaev68" ;; + UNAME_MACHINE=alphaev68 ;; "EV6.8AL (21264B)") - UNAME_MACHINE="alphaev68" ;; + UNAME_MACHINE=alphaev68 ;; "EV6.8CX (21264D)") - UNAME_MACHINE="alphaev68" ;; + UNAME_MACHINE=alphaev68 ;; "EV6.9A (21264/EV69A)") - UNAME_MACHINE="alphaev69" ;; + UNAME_MACHINE=alphaev69 ;; "EV7 (21364)") - UNAME_MACHINE="alphaev7" ;; + UNAME_MACHINE=alphaev7 ;; "EV7.9 (21364A)") - UNAME_MACHINE="alphaev79" ;; + UNAME_MACHINE=alphaev79 ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 @@ -376,16 +383,16 @@ exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build - SUN_ARCH="i386" + SUN_ARCH=i386 # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. - if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then - SUN_ARCH="x86_64" + SUN_ARCH=x86_64 fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` @@ -410,7 +417,7 @@ exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 + test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} @@ -635,13 +642,13 @@ sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in - 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 - 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 + 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in - 32) HP_ARCH="hppa2.0n" ;; - 64) HP_ARCH="hppa2.0w" ;; - '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 + 32) HP_ARCH=hppa2.0n ;; + 64) HP_ARCH=hppa2.0w ;; + '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 esac ;; esac fi @@ -680,11 +687,11 @@ exit (0); } EOF - (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac - if [ ${HP_ARCH} = "hppa2.0w" ] + if [ ${HP_ARCH} = hppa2.0w ] then eval $set_cc_for_build @@ -697,12 +704,12 @@ # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 - if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | + if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then - HP_ARCH="hppa2.0w" + HP_ARCH=hppa2.0w else - HP_ARCH="hppa64" + HP_ARCH=hppa64 fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} @@ -807,14 +814,14 @@ echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) - FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) @@ -896,7 +903,7 @@ exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland - echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix @@ -919,7 +926,7 @@ EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 - if test "$?" = 0 ; then LIBC="gnulibc1" ; fi + if test "$?" = 0 ; then LIBC=gnulibc1 ; fi echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arc:Linux:*:* | arceb:Linux:*:*) @@ -965,6 +972,9 @@ ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; + k1om:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; @@ -990,6 +1000,9 @@ eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ;; + mips64el:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; openrisc*:Linux:*:*) echo or1k-unknown-linux-${LIBC} exit ;; @@ -1022,6 +1035,9 @@ ppcle:Linux:*:*) echo powerpcle-unknown-linux-${LIBC} exit ;; + riscv32:Linux:*:* | riscv64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux-${LIBC} exit ;; @@ -1120,7 +1136,7 @@ # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub - # prints for the "djgpp" host, or else GDB configury will decide that + # prints for the "djgpp" host, or else GDB configure will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; @@ -1269,6 +1285,9 @@ SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux${UNAME_RELEASE} exit ;; + SX-ACE:SUPER-UX:*:*) + echo sxace-nec-superux${UNAME_RELEASE} + exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; @@ -1282,9 +1301,9 @@ UNAME_PROCESSOR=powerpc fi if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then - if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then case $UNAME_PROCESSOR in @@ -1306,7 +1325,7 @@ exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` - if test "$UNAME_PROCESSOR" = "x86"; then + if test "$UNAME_PROCESSOR" = x86; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi @@ -1337,7 +1356,7 @@ # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. - if test "$cputype" = "386"; then + if test "$cputype" = 386; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" @@ -1379,7 +1398,7 @@ echo i386-pc-xenix exit ;; i*86:skyos:*:*) - echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'` exit ;; i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos @@ -1390,23 +1409,25 @@ x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; + amd64:Isilon\ OneFS:*:*) + echo x86_64-unknown-onefs + exit ;; esac cat >&2 < in order to provide the needed -information to handle your system. +If $0 has already been updated, send the following data and any +information you think might be pertinent to config-patches@gnu.org to +provide the necessary information to handle your system. config.guess timestamp = $timestamp diff -Nru blueman-2.0.4/config.h.in blueman-2.0.5/config.h.in --- blueman-2.0.4/config.h.in 2016-03-23 06:22:20.000000000 +0000 +++ blueman-2.0.5/config.h.in 2017-10-01 06:21:28.000000000 +0000 @@ -9,6 +9,14 @@ /* Define to 1 if you have the `bind_textdomain_codeset' function. */ #undef HAVE_BIND_TEXTDOMAIN_CODESET +/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the + CoreFoundation framework. */ +#undef HAVE_CFLOCALECOPYCURRENT + +/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in + the CoreFoundation framework. */ +#undef HAVE_CFPREFERENCESCOPYAPPVALUE + /* Define to 1 if you have the `dcgettext' function. */ #undef HAVE_DCGETTEXT diff -Nru blueman-2.0.4/config.sub blueman-2.0.5/config.sub --- blueman-2.0.4/config.sub 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/config.sub 2017-10-01 06:21:29.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2015 Free Software Foundation, Inc. +# Copyright 1992-2016 Free Software Foundation, Inc. -timestamp='2015-08-20' +timestamp='2016-11-04' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -33,7 +33,7 @@ # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases @@ -53,8 +53,7 @@ me=`echo "$0" | sed -e 's,.*/,,'` usage="\ -Usage: $0 [OPTION] CPU-MFR-OPSYS - $0 [OPTION] ALIAS +Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS Canonicalize a configuration name. @@ -68,7 +67,7 @@ version="\ GNU config.sub ($timestamp) -Copyright 1992-2015 Free Software Foundation, Inc. +Copyright 1992-2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -118,7 +117,7 @@ nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ - kopensolaris*-gnu* | \ + kopensolaris*-gnu* | cloudabi*-eabi* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` @@ -302,6 +301,7 @@ | open8 | or1k | or1knd | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ + | pru \ | pyramid \ | riscv32 | riscv64 \ | rl78 | rx \ @@ -429,6 +429,7 @@ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ + | pru-* \ | pyramid-* \ | riscv32-* | riscv64-* \ | rl78-* | romp-* | rs6000-* | rx-* \ @@ -521,7 +522,7 @@ basic_machine=i386-pc os=-aros ;; - asmjs) + asmjs) basic_machine=asmjs-unknown ;; aux) @@ -644,6 +645,14 @@ basic_machine=m68k-bull os=-sysv3 ;; + e500v[12]) + basic_machine=powerpc-unknown + os=$os"spe" + ;; + e500v[12]-*) + basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + os=$os"spe" + ;; ebmon29k) basic_machine=a29k-amd os=-ebmon @@ -1023,7 +1032,7 @@ ppc-* | ppcbe-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; - ppcle | powerpclittle | ppc-le | powerpc-little) + ppcle | powerpclittle) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) @@ -1033,7 +1042,7 @@ ;; ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; - ppc64le | powerpc64little | ppc64-le | powerpc64-little) + ppc64le | powerpc64little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) @@ -1383,14 +1392,14 @@ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ - | -bitrig* | -openbsd* | -solidbsd* \ + | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ + | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ @@ -1399,7 +1408,8 @@ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*) + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ + | -onefs* | -tirtos* | -phoenix* | -fuchsia*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1531,6 +1541,8 @@ ;; -nacl*) ;; + -ios) + ;; -none) ;; *) diff -Nru blueman-2.0.4/configure blueman-2.0.5/configure --- blueman-2.0.4/configure 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/configure 2017-10-01 06:21:31.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for blueman 2.0.4. +# Generated by GNU Autoconf 2.69 for blueman 2.0.5. # # Report bugs to . # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='blueman' PACKAGE_TARNAME='blueman' -PACKAGE_VERSION='2.0.4' -PACKAGE_STRING='blueman 2.0.4' +PACKAGE_VERSION='2.0.5' +PACKAGE_STRING='blueman 2.0.5' PACKAGE_BUGREPORT='https://github.com/blueman-project/blueman/issues' PACKAGE_URL='' @@ -728,6 +728,7 @@ GMSGFMT MSGFMT_OPTS MSGFMT +INTL_MACOSX_LIBS USE_NLS GETTEXT_PACKAGE PKG_CONFIG_LIBDIR @@ -1451,7 +1452,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures blueman 2.0.4 to adapt to many kinds of systems. +\`configure' configures blueman 2.0.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1522,7 +1523,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of blueman 2.0.4:";; + short | recursive ) echo "Configuration of blueman 2.0.5:";; esac cat <<\_ACEOF @@ -1679,7 +1680,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -blueman configure 2.0.4 +blueman configure 2.0.5 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2048,7 +2049,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by blueman $as_me 2.0.4, which was +It was created by blueman $as_me 2.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2913,7 +2914,7 @@ # Define the identity of the package. PACKAGE='blueman' - VERSION='2.0.4' + VERSION='2.0.5' cat >>confdefs.h <<_ACEOF @@ -12333,6 +12334,82 @@ XGETTEXT=: INTLLIBS= + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5 +$as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; } +if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then : + $as_echo_n "(cached) " >&6 +else + gt_save_LIBS="$LIBS" + LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +CFPreferencesCopyAppValue(NULL, NULL) + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + gt_cv_func_CFPreferencesCopyAppValue=yes +else + gt_cv_func_CFPreferencesCopyAppValue=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LIBS="$gt_save_LIBS" +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5 +$as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; } + if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then + +$as_echo "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h + + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5 +$as_echo_n "checking for CFLocaleCopyCurrent... " >&6; } +if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then : + $as_echo_n "(cached) " >&6 +else + gt_save_LIBS="$LIBS" + LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +CFLocaleCopyCurrent(); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + gt_cv_func_CFLocaleCopyCurrent=yes +else + gt_cv_func_CFLocaleCopyCurrent=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LIBS="$gt_save_LIBS" +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5 +$as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; } + if test $gt_cv_func_CFLocaleCopyCurrent = yes; then + +$as_echo "#define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h + + fi + INTL_MACOSX_LIBS= + if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then + INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" + fi + + + ac_fn_c_check_header_mongrel "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default" if test "x$ac_cv_header_libintl_h" = xyes; then : gt_cv_func_dgettext_libintl="no" @@ -12673,7 +12750,7 @@ fi if test "$gt_cv_func_dgettext_libintl" = "yes"; then - INTLLIBS="-lintl $libintl_extra_libs" + INTLLIBS="-lintl $libintl_extra_libs $INTL_MACOSX_LIBS" fi if test "$gt_cv_have_gettext" = "yes"; then @@ -13524,44 +13601,6 @@ # Substitute ALL_LINGUAS so we can use it in po/Makefile -# Set DATADIRNAME correctly if it is not set yet -# (copied from glib-gettext.m4) -if test -z "$DATADIRNAME"; then - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern int _nl_msg_cat_cntr; - return _nl_msg_cat_cntr - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - DATADIRNAME=share -else - case $host in - *-*-solaris*) - ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" -if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then : - DATADIRNAME=share -else - DATADIRNAME=lib -fi - - ;; - *) - DATADIRNAME=lib - ;; - esac -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi - - @@ -13664,7 +13703,7 @@ $as_echo_n "(cached) " >&6 else - for am_cv_pathless_PYTHON in python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do + for am_cv_pathless_PYTHON in python python2 python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do test "$am_cv_pathless_PYTHON" = none && break prog="import sys # split strings by '.' and convert to numeric. Append some zeros @@ -15695,7 +15734,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by blueman $as_me 2.0.4, which was +This file was extended by blueman $as_me 2.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15761,7 +15800,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -blueman config.status 2.0.4 +blueman config.status 2.0.5 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -16944,7 +16983,6 @@ cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. diff -Nru blueman-2.0.4/configure.ac blueman-2.0.5/configure.ac --- blueman-2.0.4/configure.ac 2016-03-22 06:16:30.000000000 +0000 +++ blueman-2.0.5/configure.ac 2017-10-01 06:19:46.000000000 +0000 @@ -1,6 +1,6 @@ AC_PREREQ(2.61) -AC_INIT([blueman], [2.0.4], [https://github.com/blueman-project/blueman/issues]) +AC_INIT([blueman], [2.0.5], [https://github.com/blueman-project/blueman/issues]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([foreign dist-xz]) diff -Nru blueman-2.0.4/data/configs/Makefile.in blueman-2.0.5/data/configs/Makefile.in --- blueman-2.0.4/data/configs/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/data/configs/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -216,6 +216,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/128x128/Makefile.in blueman-2.0.5/data/icons/hicolor/128x128/Makefile.in --- blueman-2.0.4/data/icons/hicolor/128x128/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/128x128/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -240,6 +240,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/128x128/status/Makefile.in blueman-2.0.5/data/icons/hicolor/128x128/status/Makefile.in --- blueman-2.0.4/data/icons/hicolor/128x128/status/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/128x128/status/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/16x16/actions/Makefile.in blueman-2.0.5/data/icons/hicolor/16x16/actions/Makefile.in --- blueman-2.0.4/data/icons/hicolor/16x16/actions/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/16x16/actions/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/16x16/devices/Makefile.in blueman-2.0.5/data/icons/hicolor/16x16/devices/Makefile.in --- blueman-2.0.4/data/icons/hicolor/16x16/devices/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/16x16/devices/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/16x16/Makefile.in blueman-2.0.5/data/icons/hicolor/16x16/Makefile.in --- blueman-2.0.4/data/icons/hicolor/16x16/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/16x16/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -240,6 +240,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/16x16/status/Makefile.in blueman-2.0.5/data/icons/hicolor/16x16/status/Makefile.in --- blueman-2.0.4/data/icons/hicolor/16x16/status/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/16x16/status/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/192x192/Makefile.in blueman-2.0.5/data/icons/hicolor/192x192/Makefile.in --- blueman-2.0.4/data/icons/hicolor/192x192/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/192x192/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -240,6 +240,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/192x192/status/Makefile.in blueman-2.0.5/data/icons/hicolor/192x192/status/Makefile.in --- blueman-2.0.4/data/icons/hicolor/192x192/status/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/192x192/status/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/22x22/Makefile.in blueman-2.0.5/data/icons/hicolor/22x22/Makefile.in --- blueman-2.0.4/data/icons/hicolor/22x22/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/22x22/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -240,6 +240,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/22x22/status/Makefile.in blueman-2.0.5/data/icons/hicolor/22x22/status/Makefile.in --- blueman-2.0.4/data/icons/hicolor/22x22/status/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/22x22/status/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/24x24/Makefile.in blueman-2.0.5/data/icons/hicolor/24x24/Makefile.in --- blueman-2.0.4/data/icons/hicolor/24x24/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/24x24/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -240,6 +240,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/24x24/status/Makefile.in blueman-2.0.5/data/icons/hicolor/24x24/status/Makefile.in --- blueman-2.0.4/data/icons/hicolor/24x24/status/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/24x24/status/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/256x256/Makefile.in blueman-2.0.5/data/icons/hicolor/256x256/Makefile.in --- blueman-2.0.4/data/icons/hicolor/256x256/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/256x256/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -240,6 +240,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/256x256/status/Makefile.in blueman-2.0.5/data/icons/hicolor/256x256/status/Makefile.in --- blueman-2.0.4/data/icons/hicolor/256x256/status/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/256x256/status/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/32x32/actions/Makefile.in blueman-2.0.5/data/icons/hicolor/32x32/actions/Makefile.in --- blueman-2.0.4/data/icons/hicolor/32x32/actions/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/32x32/actions/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/32x32/Makefile.in blueman-2.0.5/data/icons/hicolor/32x32/Makefile.in --- blueman-2.0.4/data/icons/hicolor/32x32/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/32x32/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -240,6 +240,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/32x32/status/Makefile.in blueman-2.0.5/data/icons/hicolor/32x32/status/Makefile.in --- blueman-2.0.4/data/icons/hicolor/32x32/status/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/32x32/status/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/48x48/actions/Makefile.in blueman-2.0.5/data/icons/hicolor/48x48/actions/Makefile.in --- blueman-2.0.4/data/icons/hicolor/48x48/actions/Makefile.in 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/48x48/actions/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/48x48/devices/Makefile.in blueman-2.0.5/data/icons/hicolor/48x48/devices/Makefile.in --- blueman-2.0.4/data/icons/hicolor/48x48/devices/Makefile.in 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/48x48/devices/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/48x48/Makefile.in blueman-2.0.5/data/icons/hicolor/48x48/Makefile.in --- blueman-2.0.4/data/icons/hicolor/48x48/Makefile.in 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/48x48/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -240,6 +240,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/48x48/status/Makefile.in blueman-2.0.5/data/icons/hicolor/48x48/status/Makefile.in --- blueman-2.0.4/data/icons/hicolor/48x48/status/Makefile.in 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/48x48/status/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/64x64/Makefile.in blueman-2.0.5/data/icons/hicolor/64x64/Makefile.in --- blueman-2.0.4/data/icons/hicolor/64x64/Makefile.in 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/64x64/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -240,6 +240,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/64x64/status/Makefile.in blueman-2.0.5/data/icons/hicolor/64x64/status/Makefile.in --- blueman-2.0.4/data/icons/hicolor/64x64/status/Makefile.in 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/64x64/status/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/72x72/Makefile.in blueman-2.0.5/data/icons/hicolor/72x72/Makefile.in --- blueman-2.0.4/data/icons/hicolor/72x72/Makefile.in 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/72x72/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -240,6 +240,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/72x72/status/Makefile.in blueman-2.0.5/data/icons/hicolor/72x72/status/Makefile.in --- blueman-2.0.4/data/icons/hicolor/72x72/status/Makefile.in 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/72x72/status/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/96x96/Makefile.in blueman-2.0.5/data/icons/hicolor/96x96/Makefile.in --- blueman-2.0.4/data/icons/hicolor/96x96/Makefile.in 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/96x96/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -240,6 +240,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/96x96/status/Makefile.in blueman-2.0.5/data/icons/hicolor/96x96/status/Makefile.in --- blueman-2.0.4/data/icons/hicolor/96x96/status/Makefile.in 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/96x96/status/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/Makefile.in blueman-2.0.5/data/icons/hicolor/Makefile.in --- blueman-2.0.4/data/icons/hicolor/Makefile.in 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -240,6 +240,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/scalable/actions/Makefile.in blueman-2.0.5/data/icons/hicolor/scalable/actions/Makefile.in --- blueman-2.0.4/data/icons/hicolor/scalable/actions/Makefile.in 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/scalable/actions/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/scalable/devices/Makefile.in blueman-2.0.5/data/icons/hicolor/scalable/devices/Makefile.in --- blueman-2.0.4/data/icons/hicolor/scalable/devices/Makefile.in 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/scalable/devices/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/scalable/Makefile.in blueman-2.0.5/data/icons/hicolor/scalable/Makefile.in --- blueman-2.0.4/data/icons/hicolor/scalable/Makefile.in 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/scalable/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -240,6 +240,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/hicolor/scalable/status/Makefile.in blueman-2.0.5/data/icons/hicolor/scalable/status/Makefile.in --- blueman-2.0.4/data/icons/hicolor/scalable/status/Makefile.in 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/data/icons/hicolor/scalable/status/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/main_icon/Makefile.in blueman-2.0.5/data/icons/main_icon/Makefile.in --- blueman-2.0.4/data/icons/main_icon/Makefile.in 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/data/icons/main_icon/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -180,6 +180,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/Makefile.in blueman-2.0.5/data/icons/Makefile.in --- blueman-2.0.4/data/icons/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/data/icons/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -240,6 +240,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/icons/pixmaps/Makefile.in blueman-2.0.5/data/icons/pixmaps/Makefile.in --- blueman-2.0.4/data/icons/pixmaps/Makefile.in 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/data/icons/pixmaps/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/Makefile.in blueman-2.0.5/data/Makefile.in --- blueman-2.0.4/data/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/data/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -271,6 +271,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/man/Makefile.in blueman-2.0.5/data/man/Makefile.in --- blueman-2.0.4/data/man/Makefile.in 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/data/man/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -211,6 +211,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/data/ui/Makefile.in blueman-2.0.5/data/ui/Makefile.in --- blueman-2.0.4/data/ui/Makefile.in 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/data/ui/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -210,6 +210,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/debian/changelog blueman-2.0.5/debian/changelog --- blueman-2.0.4/debian/changelog 2017-07-24 18:22:48.000000000 +0000 +++ blueman-2.0.5/debian/changelog 2017-11-10 10:13:52.000000000 +0000 @@ -1,3 +1,19 @@ +blueman (2.0.5-1ubuntu1) bionic; urgency=medium + + * Merge with Debian; remaining changes: + - debian/patches/02_lp1533206.patch + + Fix startup crash for systems without bluetooth (LP: #1533206) + - debian/patches/01_dont_autostart_lxde.patch: + + Don't autostart the applet in LXDE + + -- Matthias Klose Fri, 10 Nov 2017 11:13:52 +0100 + +blueman (2.0.5-1) unstable; urgency=low + + * New upstream release + + -- Christopher Schramm Sun, 01 Oct 2017 08:08:00 +0200 + blueman (2.0.4-1ubuntu3) artful; urgency=medium * No-change rebuild to build with python3.6. diff -Nru blueman-2.0.4/debian/compat blueman-2.0.5/debian/compat --- blueman-2.0.4/debian/compat 2016-03-30 04:43:33.000000000 +0000 +++ blueman-2.0.5/debian/compat 2017-10-01 06:08:00.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru blueman-2.0.4/debian/control blueman-2.0.5/debian/control --- blueman-2.0.4/debian/control 2016-03-30 04:43:33.000000000 +0000 +++ blueman-2.0.5/debian/control 2017-11-10 10:13:52.000000000 +0000 @@ -4,11 +4,11 @@ Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Christopher Schramm Homepage: https://github.com/blueman-project/blueman -Standards-Version: 3.9.7 +Standards-Version: 4.1.0 X-Python3-Version: >= 3.2 Build-Depends: debhelper (>= 7), autotools-dev, cdbs, libglib2.0-dev, libtool, libbluetooth-dev (>= 4.0), intltool, python3-dev (>= 3.2), - cython, python3-dbus, dh-autoreconf, python-gi-dev + cython, python3-dbus, dh-autoreconf, python-gi-dev, dh-python Package: blueman Architecture: any @@ -19,7 +19,7 @@ libpulse-mainloop-glib0, gir1.2-gtk-3.0, gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-pango-1.0, gir1.2-notify-0.7, python3-cairo, python3-gi-cairo, gir1.2-appindicator3-0.1 -Recommends: policykit-1 +Recommends: policykit-1, pulseaudio-module-bluetooth Description: Graphical bluetooth manager Blueman is a GTK+ bluetooth management utility for GNOME using bluez D-Bus backend. diff -Nru blueman-2.0.4/debian/README.Debian blueman-2.0.5/debian/README.Debian --- blueman-2.0.4/debian/README.Debian 2016-03-30 04:43:33.000000000 +0000 +++ blueman-2.0.5/debian/README.Debian 2017-10-01 06:08:00.000000000 +0000 @@ -2,6 +2,3 @@ you'll find all possibilities to setup and use your bluetooth devices. Simple pairing without the applet can also be achieved by directly invoking blueman-manager. - -Please note that the NetworkManager plugins do not work with current versions of -NetworkManager! diff -Nru blueman-2.0.4/debian/rules blueman-2.0.5/debian/rules --- blueman-2.0.4/debian/rules 2016-03-30 04:43:33.000000000 +0000 +++ blueman-2.0.5/debian/rules 2017-10-01 06:08:00.000000000 +0000 @@ -10,11 +10,12 @@ include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/autoreconf.mk -DEB_CONFIGURE_EXTRA_FLAGS := --disable-runtime-deps-check --with-dhcp-config=/etc/dhcp/dhcpd.conf +DEB_CONFIGURE_EXTRA_FLAGS := --disable-runtime-deps-check --with-dhcp-config=/etc/dhcp/dhcpd.conf \ + --with-systemdunitdir=/lib/systemd common-install-arch:: - rm -f $(CURDIR)/debian/blueman/usr/lib/nautilus-sendto/plugins/libnstblueman.la rm -f $(CURDIR)/debian/blueman/usr/share/doc/blueman/COPYING + rm -f $(CURDIR)/debian/blueman/usr/share/doc/blueman/CHANGELOG.md binary-install/blueman:: dh_python3 --shebang=/usr/bin/python3 diff -Nru blueman-2.0.4/depcomp blueman-2.0.5/depcomp --- blueman-2.0.4/depcomp 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/depcomp 2017-10-01 06:21:30.000000000 +0000 @@ -1,9 +1,9 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2013-05-30.07; # UTC +scriptversion=2016-01-11.22; # UTC -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -786,6 +786,6 @@ # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: diff -Nru blueman-2.0.4/ltmain.sh blueman-2.0.5/ltmain.sh --- blueman-2.0.4/ltmain.sh 2016-03-23 06:22:20.000000000 +0000 +++ blueman-2.0.5/ltmain.sh 2017-10-01 06:21:29.000000000 +0000 @@ -31,7 +31,7 @@ PROGRAM=libtool PACKAGE=libtool -VERSION="2.4.6 Debian-2.4.6-0.1" +VERSION="2.4.6 Debian-2.4.6-2" package_revision=2.4.6 @@ -2068,7 +2068,7 @@ compiler: $LTCC compiler flags: $LTCFLAGS linker: $LD (gnu? $with_gnu_ld) - version: $progname (GNU libtool) 2.4.6 + version: $progname $scriptversion Debian-2.4.6-2 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` diff -Nru blueman-2.0.4/m4/libtool.m4 blueman-2.0.5/m4/libtool.m4 --- blueman-2.0.4/m4/libtool.m4 2016-03-23 06:22:20.000000000 +0000 +++ blueman-2.0.5/m4/libtool.m4 2017-10-01 06:21:29.000000000 +0000 @@ -728,7 +728,6 @@ cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. diff -Nru blueman-2.0.4/Makefile.in blueman-2.0.5/Makefile.in --- blueman-2.0.4/Makefile.in 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/Makefile.in 2017-10-01 06:21:29.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -292,6 +292,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ @@ -712,7 +713,7 @@ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir @@ -737,7 +738,7 @@ @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 - shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir @@ -755,7 +756,7 @@ distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ @@ -765,7 +766,7 @@ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac diff -Nru blueman-2.0.4/module/Makefile.in blueman-2.0.5/module/Makefile.in --- blueman-2.0.4/module/Makefile.in 2016-03-23 06:22:22.000000000 +0000 +++ blueman-2.0.5/module/Makefile.in 2017-10-01 06:21:30.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -263,6 +263,7 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBEXECDIR = @LIBEXECDIR@ diff -Nru blueman-2.0.4/po/am.po blueman-2.0.5/po/am.po --- blueman-2.0.4/po/am.po 2016-03-22 06:16:30.000000000 +0000 +++ blueman-2.0.5/po/am.po 2017-10-01 06:19:46.000000000 +0000 @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# samson , 2014-2015 +# samson , 2014-2015,2017 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-30 19:38+0200\n" -"PO-Revision-Date: 2015-05-03 01:05+0000\n" +"POT-Creation-Date: 2015-05-14 08:59+0200\n" +"PO-Revision-Date: 2017-02-03 22:44+0000\n" "Last-Translator: samson \n" -"Language-Team: Amharic (http://www.transifex.com/projects/p/MATE/language/am/)\n" +"Language-Team: Amharic (http://www.transifex.com/mate/MATE/language/am/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -20,7 +20,7 @@ #: ../data/ui/adapters-tab.ui.h:1 msgid "Visibility Setting" -msgstr "" +msgstr "መመልከቻ ማሰናጃ" #: ../data/ui/adapters-tab.ui.h:2 ../apps/blueman-adapters:142 msgid "Hidden" @@ -36,7 +36,7 @@ #: ../data/ui/adapters-tab.ui.h:5 msgid "Friendly Name" -msgstr "" +msgstr "ቀላል ስም" #: ../data/ui/adapters.ui.h:1 ../data/blueman-adapters.desktop.in.h:1 msgid "Bluetooth Adapters" @@ -90,7 +90,7 @@ #: ../data/ui/manager-main.ui.h:11 #: ../blueman/gui/manager/ManagerDeviceMenu.py:342 msgid "Mark/Unmark this device as trusted" -msgstr "" +msgstr "ይህ አካል ይታመን እንደሆን ምልክት ማድረጊያ/ምልክቱን ማጥፊያ" #. translators: toolbar item: keep it as short as possible #: ../data/ui/manager-main.ui.h:13 ../blueman/gui/manager/ManagerToolbar.py:38 @@ -102,7 +102,7 @@ #: ../blueman/gui/manager/ManagerDeviceMenu.py:223 #: ../blueman/gui/manager/ManagerDeviceMenu.py:348 msgid "Run the setup assistant for this device" -msgstr "" +msgstr "ለዚህ አካል የ ማሰጃ ረዳት ያስኪዱ" #. translators: toolbar item: keep it as short as possible #: ../data/ui/manager-main.ui.h:16 @@ -112,7 +112,7 @@ #: ../data/ui/manager-main.ui.h:17 #: ../blueman/gui/manager/ManagerDeviceMenu.py:382 msgid "Remove this device from the known devices list" -msgstr "" +msgstr "ይህን አካል ከሚታወቁ አካሎች ዝርዝር ውስጥ ማስወገጃ" #. translators: toolbar item: keep it as short as possible #: ../data/ui/manager-main.ui.h:19 @@ -130,7 +130,7 @@ #: ../data/ui/manager-main.ui.h:23 msgid "Browse the device using obex ftp" -msgstr "" +msgstr "ይህን አካል መቃኛ obex ftp በ መጠቀም" #. translators: toolbar item: keep it as short as possible #: ../data/ui/manager-main.ui.h:25 @@ -151,7 +151,7 @@ #: ../data/ui/services-network.ui.h:2 msgid "Network Access Point (NAP)" -msgstr "" +msgstr "ኔትዎርክ መድረሻ ነጥብ (NAP)" #: ../data/ui/services-network.ui.h:3 msgid "Services" @@ -159,7 +159,7 @@ #: ../data/ui/services-network.ui.h:4 msgid "DHCP server type:" -msgstr "" +msgstr "DHCP ሰርቨር አይነት:" #: ../data/ui/services-network.ui.h:5 msgid "Recommended" @@ -167,7 +167,7 @@ #: ../data/ui/services-network.ui.h:6 msgid "IP Address:" -msgstr "" +msgstr "IP አድራሻ" #: ../data/ui/services-network.ui.h:7 msgid "Enable Routing (NAT)" @@ -194,47 +194,35 @@ msgstr "ኔትዎርክ ማሰናጃ" #: ../data/ui/services-transfer.ui.h:1 -msgid "Shared Folder:" -msgstr "የሚጋሩት ፎልደር:" +msgid "Incoming Folder:" +msgstr "ወደ ውስጥ የሚመጣ ፎልደር:" #: ../data/ui/services-transfer.ui.h:2 -msgid "Select Shared/Storage folder" -msgstr "" +msgid "Select folder for incoming file transfers" +msgstr "ፎልደር ይምረጡ ለሚመጣው ፋይል ማስተላለፊያ" #: ../data/ui/services-transfer.ui.h:3 -msgid "Enabled" -msgstr "ተችሏል " - -#: ../data/ui/services-transfer.ui.h:4 msgid "Accept files from trusted devices" msgstr "ከሚታመኑ አካሎች ፋይሎች መቀበያ" -#: ../data/ui/services-transfer.ui.h:5 +#: ../data/ui/services-transfer.ui.h:4 msgid "File Receiving (Object Push)" -msgstr "" +msgstr "ፋይል መቀበያ (እቃ መግፊያ)" #: ../data/ui/services-transfer.ui.h:6 -msgid "Allow devices to write/delete" -msgstr "" - -#: ../data/ui/services-transfer.ui.h:7 -msgid "File Sharing (FTP)" -msgstr "" - -#: ../data/ui/services-transfer.ui.h:9 #, no-c-format msgid "" "Command to start an obex ftp browser.\n" "%d is substituted with device address." msgstr "" -#: ../data/ui/services-transfer.ui.h:11 +#: ../data/ui/services-transfer.ui.h:8 msgid "Advanced" msgstr "" -#: ../data/ui/services-transfer.ui.h:12 +#: ../data/ui/services-transfer.ui.h:9 msgid "Transfer Settings" -msgstr "" +msgstr "ማስተላለፊያ ማሰናጃ" #: ../data/ui/send-dialog.ui.h:1 msgid "Bluetooth File Transfer" @@ -242,7 +230,7 @@ #: ../data/ui/send-dialog.ui.h:2 msgid "Sending files via Bluetooth" -msgstr "" +msgstr "ፋይሎችን መላኪያ በ ብሉቱዝ" #: ../data/ui/send-dialog.ui.h:3 msgid "To:" @@ -258,19 +246,19 @@ "\n" "\n" "It will walk you through the process of configuring and connecting to your Bluetooth enabled devices." -msgstr "" +msgstr "እንኳን ደህና መጡ ወደ ብሉቱዝ አካል ማሰናጃ እረዳት \n\n\nእረዳቱ እርስዎን ይረዳዎታል እንዴት እንደሚሰናዱ እና እንደሚገናኙ ከ ብሉቱዝ አካሎች ጋር" #: ../data/ui/assistant.ui.h:5 msgid "Select pairing method to use:" -msgstr "" +msgstr "ለመጠቀም ማጣመሪያ ዘዴ ይምረጡ:" #: ../data/ui/assistant.ui.h:6 msgid "Use Random Passkey" -msgstr "" +msgstr "በደፈናው የ ማለፊያ ሀረግ ይጠቀሙ" #: ../data/ui/assistant.ui.h:7 msgid "Proceed Without Pairing" -msgstr "" +msgstr "ሳያጣምሩ ማስኬጃ" #: ../data/ui/assistant.ui.h:8 msgid "Connect to:" @@ -282,11 +270,11 @@ #: ../data/ui/assistant.ui.h:10 msgid "Congratulations, device successfully added" -msgstr "" +msgstr "እንኳን ደስ አሎት አካሉ ተሳክቶ ተጨምሯል" #: ../data/ui/device-list-widget.ui.h:1 msgid "Device search progress" -msgstr "" +msgstr "የ አካል ፍለጋ ሂደት" #: ../data/ui/device-list-widget.ui.h:2 msgid "Search for devices" @@ -294,15 +282,15 @@ #: ../data/ui/device-list-widget.ui.h:3 msgid "Adapter selection" -msgstr "" +msgstr "የ አዳፕተር ምርጫ" #: ../data/ui/applet-plugins-widget.ui.h:1 msgid "Configuration" -msgstr "" +msgstr "ማሰናጃ" #: ../data/ui/applet-plugins-widget.ui.h:2 msgid "Configure selected plugin's preferences" -msgstr "" +msgstr "የ ተመረጠውን ተሰኪ ማሰናጃ ምርጫ" #: ../data/ui/applet-plugins-widget.ui.h:3 msgid "Plugin description:" @@ -324,15 +312,15 @@ #: ../data/ui/applet-plugins-widget.ui.h:7 msgid "Depends on:" -msgstr "" +msgstr "እንደ ሁኔታው:" #: ../data/ui/applet-plugins-widget.ui.h:8 msgid "Conflicts with:" -msgstr "" +msgstr "ይጋጫል ከ:" #: ../data/ui/gsm-settings.ui.h:1 msgid "GSM settings" -msgstr "" +msgstr "GSM ማሰናጃ" #: ../data/ui/gsm-settings.ui.h:2 msgid "Number:" @@ -344,7 +332,7 @@ #: ../data/ui/net-usage.ui.h:1 msgid "Traffic statistics" -msgstr "" +msgstr "Traffic statistics" #: ../data/ui/net-usage.ui.h:2 msgid "Downloaded:" @@ -360,11 +348,11 @@ #: ../data/ui/net-usage.ui.h:5 msgid "Log started:" -msgstr "" +msgstr "መግባት ተጀምሯል:" #: ../data/ui/net-usage.ui.h:6 msgid "Log duration:" -msgstr "" +msgstr "ለ መግቢያ የሚፈጀው ጊዜ:" #: ../data/ui/net-usage.ui.h:7 msgid "_Reset" @@ -374,112 +362,35 @@ msgid "_Close" msgstr "_መዝጊያ" -#: ../blueman/main/applet/Transfer.py:56 -msgid "Configured share directory does not exist" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:57 -#, python-format -msgid "" -"Please make sure that directory \"%s\" exists or configure it with " -"blueman-services" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:152 -msgid "Incoming file over Bluetooth" -msgstr "በ ብሉቱዝ የሚመጣ ፋይል " - -#: ../blueman/main/applet/Transfer.py:153 -#, python-format -msgid "Incoming file %(0)s from %(1)s" -msgstr "የሚመጣ ፋይል %(0)s ከ %(1)s" - -#: ../blueman/main/applet/Transfer.py:155 -#: ../blueman/main/applet/BluezAgent.py:249 -msgid "Accept" -msgstr "ተቀብያለሁ" - -#: ../blueman/main/applet/Transfer.py:155 -msgid "Reject" -msgstr "አልቀበለም" - -#: ../blueman/main/applet/Transfer.py:164 -msgid "Receiving file" -msgstr "ፋይል በመቀበል ላይ " - -#: ../blueman/main/applet/Transfer.py:165 -#, python-format -msgid "Receiving file %(0)s from %(1)s" -msgstr "ፋይል በመቀበል ላይ %(0)s ከ %(1)s" - -#: ../blueman/main/applet/Transfer.py:204 -#: ../blueman/main/applet/Transfer.py:234 -msgid "File received" -msgstr "ፋይል ተቀብለዋል" - -#: ../blueman/main/applet/Transfer.py:205 -#: ../blueman/main/applet/Transfer.py:235 -#, python-format -msgid "File %(0)s from %(1)s successfully received" -msgstr "ፋይል %(0)s ከ %(1)s ተሳክቶ ተቀብለዋል" - -#: ../blueman/main/applet/Transfer.py:220 -msgid "Transfer failed" -msgstr "ማስተላለፍ አልተቻለም" - -#: ../blueman/main/applet/Transfer.py:221 -#, python-format -msgid "Transfer of file %(0)s failed" -msgstr "ፋይል ማስተላለፍ %(0)s አልተቻለም" - -#: ../blueman/main/applet/Transfer.py:243 -#: ../blueman/main/applet/Transfer.py:254 -msgid "Files received" -msgstr "የተቀበሉዋቸው ፋይሎች" - -#: ../blueman/main/applet/Transfer.py:244 -#, python-format -msgid "Received %d file in the background" -msgid_plural "Received %d files in the background" -msgstr[0] "" -msgstr[1] "" - -#: ../blueman/main/applet/Transfer.py:255 -#, python-format -msgid "Received %d more file in the background" -msgid_plural "Received %d more files in the background" -msgstr[0] "" -msgstr[1] "" - #: ../blueman/main/applet/BluezAgent.py:120 #, python-format msgid "Pairing request for %s" -msgstr "" +msgstr "የማጣመር ጥያቄ ለ %s" #: ../blueman/main/applet/BluezAgent.py:132 #: ../blueman/main/applet/BluezAgent.py:252 msgid "Bluetooth Authentication" -msgstr "" +msgstr "የ ብሉቱዝ ማረጋገጫ" #: ../blueman/main/applet/BluezAgent.py:162 msgid "Enter PIN code for authentication:" -msgstr "" +msgstr "የ ፒን ኮድ ያስገቡ ለ ማረጋገጫ:" #: ../blueman/main/applet/BluezAgent.py:163 msgid "Enter PIN code" -msgstr "" +msgstr "የ ፒን ኮድ ያስገቡ" #: ../blueman/main/applet/BluezAgent.py:171 msgid "Enter passkey for authentication:" -msgstr "" +msgstr "የማለፊያ ቁልፍ ያስገቡ ለ ማረጋገጫ:" #: ../blueman/main/applet/BluezAgent.py:172 msgid "Enter passkey" -msgstr "" +msgstr "የማለፊያ ቁልፍ ያስገቡ" #: ../blueman/main/applet/BluezAgent.py:180 msgid "Pairing passkey for" -msgstr "" +msgstr "የማጣመሪያ ማለፊያ ቁልፍ ለ" #: ../blueman/main/applet/BluezAgent.py:187 msgid "Pairing PIN code for" @@ -515,9 +426,14 @@ msgid "Always accept" msgstr "ሁል ጊዜ ተቀበል" +#: ../blueman/main/applet/BluezAgent.py:249 +#: ../blueman/plugins/applet/TransferService.py:98 +msgid "Accept" +msgstr "ተቀብያለሁ" + #: ../blueman/main/applet/BluezAgent.py:282 msgid "Confirm value" -msgstr "" +msgstr "ማረጋገጫ ዋጋ" #: ../blueman/main/applet/BluezAgent.py:283 #, python-format @@ -528,19 +444,19 @@ msgid "" "An error has occured while loading a plugin. Please notify the developers" " with the content of this message." -msgstr "" +msgstr "ተሰኪ በ መጫን ላይ እንዳለ ስህተት ተፈጥሯል: እባክዎን ይህን ችግር ለ አበልፃጊዎች ያሳውቁ: ከዚህ መልእክት ይዞታ ጋር" -#: ../blueman/Functions.py:93 +#: ../blueman/Functions.py:94 msgid "Bluetooth Turned Off" msgstr "ብሉቱዝ ጠፍቷል" -#: ../blueman/Functions.py:97 +#: ../blueman/Functions.py:98 msgid "Enable Bluetooth" msgstr "ብሉቱዝ ማስቻያ" #: ../blueman/gui/manager/ManagerMenu.py:24 msgid "_Adapter" -msgstr "" +msgstr "_አዳፕተር" #: ../blueman/gui/manager/ManagerMenu.py:25 msgid "_Device" @@ -565,76 +481,92 @@ #: ../blueman/gui/manager/ManagerMenu.py:58 msgid "Show _Toolbar" -msgstr "" +msgstr "_እቃ መደርደሪያ ማሳያ" #: ../blueman/gui/manager/ManagerMenu.py:63 msgid "Show _Statusbar" -msgstr "" +msgstr "የ _ሁኔታ መደርደሪያ ማሳያ" #: ../blueman/gui/manager/ManagerMenu.py:74 msgid "Latest Device _First" -msgstr "" +msgstr "ዘመናዊ አካሎች _መጀመሪያ" #: ../blueman/gui/manager/ManagerMenu.py:79 msgid "Latest Device _Last" -msgstr "" +msgstr "ዘመናዊ አካሎች _መጨረሻ" -#: ../blueman/gui/manager/ManagerMenu.py:158 +#: ../blueman/gui/manager/ManagerMenu.py:91 +#: ../blueman/gui/applet/PluginDialog.py:107 +#: ../blueman/plugins/applet/StandardItems.py:119 +msgid "Plugins" +msgstr "ተሰኪዎች" + +#: ../blueman/gui/manager/ManagerMenu.py:96 +#: ../blueman/plugins/applet/StandardItems.py:55 +msgid "_Local Services" +msgstr "የ _አካባቢ ግልጋሎቶች " + +#: ../blueman/gui/manager/ManagerMenu.py:98 +#: ../blueman/plugins/applet/StandardItems.py:114 +msgid "Service Preferences" +msgstr "የ ግልጋሎት ምርጫዎች " + +#: ../blueman/gui/manager/ManagerMenu.py:173 msgid "_Search" msgstr "_መፈለጊያ" -#: ../blueman/gui/manager/ManagerDeviceList.py:104 +#: ../blueman/gui/manager/ManagerDeviceList.py:102 #: ../blueman/plugins/applet/StandardItems.py:102 ../apps/blueman-manager:265 msgid "File Sender" msgstr "ፋይል መላኪያ" -#: ../blueman/gui/manager/ManagerDeviceList.py:439 +#: ../blueman/gui/manager/ManagerDeviceList.py:437 msgid "Trusted and Bonded" -msgstr "" +msgstr "የሚታመን እና Bonded" -#: ../blueman/gui/manager/ManagerDeviceList.py:441 +#: ../blueman/gui/manager/ManagerDeviceList.py:439 msgid "Bonded" -msgstr "" +msgstr "Bonded" -#: ../blueman/gui/manager/ManagerDeviceList.py:443 +#: ../blueman/gui/manager/ManagerDeviceList.py:441 msgid "Trusted" msgstr "የሚታመን" -#: ../blueman/gui/manager/ManagerDeviceList.py:462 +#: ../blueman/gui/manager/ManagerDeviceList.py:460 msgid "Poor" -msgstr "" +msgstr "ደካማ" -#: ../blueman/gui/manager/ManagerDeviceList.py:465 -#: ../blueman/gui/manager/ManagerDeviceList.py:480 +#: ../blueman/gui/manager/ManagerDeviceList.py:463 +#: ../blueman/gui/manager/ManagerDeviceList.py:478 msgid "Sub-optimal" msgstr "ንዑስ-አጥጋቢ" -#: ../blueman/gui/manager/ManagerDeviceList.py:468 -#: ../blueman/gui/manager/ManagerDeviceList.py:483 +#: ../blueman/gui/manager/ManagerDeviceList.py:466 +#: ../blueman/gui/manager/ManagerDeviceList.py:481 msgid "Optimal" msgstr "አጥጋቢ" -#: ../blueman/gui/manager/ManagerDeviceList.py:471 +#: ../blueman/gui/manager/ManagerDeviceList.py:469 msgid "Much" -msgstr "" +msgstr "ብዙ" -#: ../blueman/gui/manager/ManagerDeviceList.py:474 +#: ../blueman/gui/manager/ManagerDeviceList.py:472 msgid "Too much" -msgstr "" +msgstr "በጣም ብዙ" -#: ../blueman/gui/manager/ManagerDeviceList.py:477 +#: ../blueman/gui/manager/ManagerDeviceList.py:475 msgid "Low" msgstr "ዝቅተኛ" -#: ../blueman/gui/manager/ManagerDeviceList.py:486 +#: ../blueman/gui/manager/ManagerDeviceList.py:484 msgid "High" msgstr "ከፍተኛ" -#: ../blueman/gui/manager/ManagerDeviceList.py:489 +#: ../blueman/gui/manager/ManagerDeviceList.py:487 msgid "Very High" msgstr "በጣም ከፍተኛ" -#: ../blueman/gui/manager/ManagerDeviceList.py:492 +#: ../blueman/gui/manager/ManagerDeviceList.py:490 #, python-format msgid "" "Connected\n" @@ -643,7 +575,7 @@ "Transmit Power Level: %(tpl)u%% (%(tpl_state)s)" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:494 +#: ../blueman/gui/manager/ManagerDeviceList.py:492 #, python-format msgid "" "Connected\n" @@ -652,7 +584,7 @@ "Transmit Power Level: %(tpl)u%% (%(tpl_state)s)" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:496 +#: ../blueman/gui/manager/ManagerDeviceList.py:494 #, python-format msgid "" "Connected\n" @@ -735,13 +667,13 @@ #: ../blueman/gui/manager/ManagerDeviceMenu.py:389 msgid "Forcefully disconnect the device" -msgstr "" +msgstr "አካሉን በ ሀይል ይለያዩ" #: ../blueman/gui/manager/ManagerDeviceMenu.py:398 msgid "Disconnecting..." msgstr "በ መለያየት ላይ..." -#: ../blueman/gui/manager/ManagerProgressbar.py:20 ../apps/blueman-sendto:67 +#: ../blueman/gui/manager/ManagerProgressbar.py:20 ../apps/blueman-sendto:70 msgid "Connecting" msgstr "በመገናኘት ላይ" @@ -752,22 +684,22 @@ #: ../blueman/gui/manager/ManagerStats.py:38 #: ../blueman/gui/manager/ManagerStats.py:41 msgid "Data activity indication" -msgstr "" +msgstr "የ ዳታ እንቅስቃሴ ማሳያ" #: ../blueman/gui/manager/ManagerStats.py:49 #: ../blueman/gui/manager/ManagerStats.py:62 msgid "Total data received and rate of transmission" -msgstr "" +msgstr "ጠቅላላ የ ተቀበሉት ዳታ እና የ ማስተላለፊያ መጠን" #: ../blueman/gui/manager/ManagerStats.py:54 #: ../blueman/gui/manager/ManagerStats.py:57 msgid "Total data sent and rate of transmission" -msgstr "" +msgstr "ጠቅላላ የ ተላከው ዳታ እና የ ማስተላለፊያ መጠን" #: ../blueman/gui/manager/ManagerToolbar.py:35 #: ../blueman/gui/manager/ManagerToolbar.py:106 msgid "Untrust" -msgstr "" +msgstr "የማይታመን" #: ../blueman/gui/DeviceSelectorDialog.py:12 msgid "Select Device" @@ -791,22 +723,17 @@ #: ../blueman/gui/GsmSettings.py:27 msgid "GSM Settings" -msgstr "" - -#: ../blueman/gui/applet/PluginDialog.py:107 -#: ../blueman/plugins/applet/StandardItems.py:119 -msgid "Plugins" -msgstr "ተሰኪዎች" +msgstr "GSM ማሰናጃ" #: ../blueman/gui/applet/PluginDialog.py:198 #: ../blueman/gui/applet/PluginDialog.py:199 msgid "Unspecified" -msgstr "" +msgstr "ያልተወሰነ" #: ../blueman/gui/applet/PluginDialog.py:290 #: ../blueman/gui/applet/PluginDialog.py:312 msgid "Dependency issue" -msgstr "" +msgstr "የ ጥገኝነት ችግር" #: ../blueman/gui/applet/PluginDialog.py:292 #, python-format @@ -850,12 +777,12 @@ #. translators: device class #: ../blueman/DeviceClass.py:51 msgid "palm" -msgstr "" +msgstr "ፓልም" #. translators: device class #: ../blueman/DeviceClass.py:67 msgid "cellular" -msgstr "" +msgstr "ሴሉላር" #. translators: device class #: ../blueman/DeviceClass.py:69 @@ -865,27 +792,27 @@ #. translators: device class #: ../blueman/DeviceClass.py:71 msgid "smart phone" -msgstr "" +msgstr "ስማርት ስልክ" #. translators: device class #: ../blueman/DeviceClass.py:73 msgid "modem" -msgstr "" +msgstr "ሞደም " #. translators: device class #: ../blueman/DeviceClass.py:75 msgid "isdn" -msgstr "" +msgstr "isdn" #. translators: device class #: ../blueman/DeviceClass.py:112 msgid "headset" -msgstr "" +msgstr "በ ጆሮ ማድመጫ" #. translators: device class #: ../blueman/DeviceClass.py:114 msgid "handsfree" -msgstr "" +msgstr "ከ እጅ ነፃ" #. translators: device class #: ../blueman/DeviceClass.py:116 ../blueman/DeviceClass.py:184 @@ -906,11 +833,11 @@ #. translators: device class #: ../blueman/DeviceClass.py:145 msgid "pointing" -msgstr "" +msgstr "መጠቆሚያ" #: ../blueman/Sdp.py:103 msgid "Dialup Networking (DUN)" -msgstr "" +msgstr "Dialup Networking (DUN)" #: ../blueman/Sdp.py:110 msgid "Audio Source" @@ -922,20 +849,20 @@ #: ../blueman/Sdp.py:122 msgid "Network Access Point" -msgstr "" +msgstr "ኔትዎርክ መድረሻ ነጥብ" -#: ../blueman/plugins/manager/PulseAudioProfile.py:92 +#: ../blueman/plugins/manager/PulseAudioProfile.py:89 #, python-format msgid "Failed to change profile to %s" -msgstr "" +msgstr "ገጽታውን መቀየር አልተቻለም %s" -#: ../blueman/plugins/manager/PulseAudioProfile.py:127 +#: ../blueman/plugins/manager/PulseAudioProfile.py:124 msgid "Audio Profile" -msgstr "" +msgstr "የ ድምፅ ገጽታ" -#: ../blueman/plugins/manager/PulseAudioProfile.py:128 +#: ../blueman/plugins/manager/PulseAudioProfile.py:125 msgid "Select audio profile for PulseAudio" -msgstr "" +msgstr "የ ድምፅ ገጽታ ይምረጡ ለ PulseAudio" #: ../blueman/plugins/manager/Services.py:64 #, python-format @@ -944,15 +871,15 @@ #: ../blueman/plugins/manager/Services.py:76 msgid "Renew IP Address" -msgstr "" +msgstr "የ IP አድራሻ እንደገና ማደሻ" #: ../blueman/plugins/manager/Services.py:93 msgid "Dialup Settings" -msgstr "" +msgstr "መደወያ ማሰናጃ" #: ../blueman/plugins/manager/Services.py:102 msgid "Serial Ports" -msgstr "" +msgstr "Serial Ports" #: ../blueman/plugins/applet/NetUsage.py:184 #: ../blueman/plugins/applet/NetUsage.py:292 @@ -963,40 +890,40 @@ #: ../blueman/plugins/applet/NetUsage.py:200 #: ../blueman/plugins/applet/NetUsage.py:305 msgid "Not Connected" -msgstr "" +msgstr "አልተገናኘም" #: ../blueman/plugins/applet/NetUsage.py:208 msgid "" "No usage statistics are available yet. Try establishing a connection first " "and then check this page." -msgstr "" +msgstr "ምንም የ አጠቃቀም ዳታ ዝግጁ አይደለም: በ መጀመሪያ ለ መገናኘት ይሞክሩ እና ከዛ ይህን ገጽ ይመርምሩ" #: ../blueman/plugins/applet/NetUsage.py:231 msgid "day" msgid_plural "days" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "ቀን" +msgstr[1] "ቀኖች" #: ../blueman/plugins/applet/NetUsage.py:232 msgid "hour" msgid_plural "hours" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "ሰአት" +msgstr[1] "ሰአቶች " #: ../blueman/plugins/applet/NetUsage.py:233 msgid "minute" msgid_plural "minutes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "ደቂቃዎች " +msgstr[1] "ደቂቃዎች" #: ../blueman/plugins/applet/NetUsage.py:235 #, python-format msgid "%d %s %d %s and %d %s" -msgstr "" +msgstr "%d %s %d %s እና %d %s" #: ../blueman/plugins/applet/NetUsage.py:269 msgid "Are you sure you want to reset the counter?" -msgstr "" +msgstr "በ እርግጥ መቁጠሪያውን እንደ ነበር መመለስ ይፈልጋሉ? " #: ../blueman/plugins/applet/NetUsage.py:313 msgid "" @@ -1006,11 +933,11 @@ #: ../blueman/plugins/applet/NetUsage.py:334 msgid "Network _Usage" -msgstr "" +msgstr "የ ኔትዎርክ _አጠቃቀም" #: ../blueman/plugins/applet/NetUsage.py:335 msgid "Shows network traffic usage" -msgstr "" +msgstr "የ ኔትዎርክ ትራፊክ አጠቃቀም ማሳያ " #. self.connect("size-changed", self.on_status_icon_resized) #: ../blueman/plugins/applet/StatusIcon.py:29 @@ -1018,11 +945,11 @@ #: ../blueman/plugins/applet/ShowConnected.py:81 #: ../blueman/plugins/applet/ShowConnected.py:86 msgid "Bluetooth Enabled" -msgstr "" +msgstr "ብሉቱዝ ተችሏል" #: ../blueman/plugins/applet/StatusIcon.py:46 msgid "Bluetooth Disabled" -msgstr "" +msgstr "ብሉቱዝ ተሰናክሏል" #: ../blueman/plugins/applet/Networking.py:20 msgid "Manages local network services, like NAP bridges" @@ -1030,7 +957,7 @@ #: ../blueman/plugins/applet/NMDUNSupport.py:76 msgid "Bluetooth Dialup" -msgstr "" +msgstr "ብሉቱዝ Dialup" #: ../blueman/plugins/applet/NMDUNSupport.py:77 #, python-format @@ -1055,7 +982,7 @@ #. the maximum number of items RecentConns menu will display #: ../blueman/plugins/applet/RecentConns.py:59 msgid "Maximum items" -msgstr "" +msgstr "ከፍተኛው እቃዎች" #: ../blueman/plugins/applet/RecentConns.py:60 msgid "The maximum number of items recent connections menu will display." @@ -1063,26 +990,26 @@ #: ../blueman/plugins/applet/RecentConns.py:78 msgid "Recent _Connections" -msgstr "" +msgstr "የቅርብ ጊዜ _ግንኙነቶች" #: ../blueman/plugins/applet/RecentConns.py:287 #: ../blueman/plugins/applet/PPPSupport.py:51 msgid "Connected" -msgstr "" +msgstr "ተገናኝቷል" #: ../blueman/plugins/applet/RecentConns.py:287 #, python-format msgid "Connected to %s" -msgstr "" +msgstr "ተገናኝቷል ወደ %s" #: ../blueman/plugins/applet/RecentConns.py:293 msgid "Failed to connect" -msgstr "" +msgstr "መገናኘት አልተቻለም" #: ../blueman/plugins/applet/RecentConns.py:310 #, python-format msgid "%(service)s on %(device)s" -msgstr "" +msgstr "%(service)s on %(device)s" #: ../blueman/plugins/applet/RecentConns.py:332 msgid "Adapter for this connection is not available" @@ -1096,16 +1023,86 @@ #: ../blueman/plugins/applet/NMPANSupport.py:233 msgid "Already connected" -msgstr "" +msgstr "ቀደም ብሎ ተገናኝቷል" #: ../blueman/plugins/applet/DBusService.py:28 msgid "Provides DBus API for other Blueman components" msgstr "" -#: ../blueman/plugins/applet/TransferService.py:18 +#: ../blueman/plugins/applet/TransferService.py:95 +msgid "Incoming file over Bluetooth" +msgstr "በ ብሉቱዝ የሚመጣ ፋይል " + +#: ../blueman/plugins/applet/TransferService.py:96 +#, python-format +msgid "Incoming file %(0)s from %(1)s" +msgstr "የሚመጣ ፋይል %(0)s ከ %(1)s" + +#: ../blueman/plugins/applet/TransferService.py:98 +msgid "Reject" +msgstr "አልቀበለም" + +#: ../blueman/plugins/applet/TransferService.py:102 +msgid "Receiving file" +msgstr "ፋይል በመቀበል ላይ " + +#: ../blueman/plugins/applet/TransferService.py:103 +#, python-format +msgid "Receiving file %(0)s from %(1)s" +msgstr "ፋይል በመቀበል ላይ %(0)s ከ %(1)s" + +#: ../blueman/plugins/applet/TransferService.py:119 msgid "Provides OBEX file transfer capabilities" msgstr "" +#: ../blueman/plugins/applet/TransferService.py:145 +msgid "Configured directory for incoming files does not exist" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:146 +#, python-format +msgid "" +"Please make sure that directory \"%s\" exists or configure it with " +"blueman-services" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:224 +msgid "File received" +msgstr "ፋይል ተቀብለዋል" + +#: ../blueman/plugins/applet/TransferService.py:225 +#, python-format +msgid "File %(0)s from %(1)s successfully received" +msgstr "ፋይል %(0)s ከ %(1)s ተሳክቶ ተቀብለዋል" + +#: ../blueman/plugins/applet/TransferService.py:231 +msgid "Transfer failed" +msgstr "ማስተላለፍ አልተቻለም" + +#: ../blueman/plugins/applet/TransferService.py:232 +#, python-format +msgid "Transfer of file %(0)s failed" +msgstr "ፋይል ማስተላለፍ %(0)s አልተቻለም" + +#: ../blueman/plugins/applet/TransferService.py:254 +#: ../blueman/plugins/applet/TransferService.py:261 +msgid "Files received" +msgstr "የተቀበሉዋቸው ፋይሎች" + +#: ../blueman/plugins/applet/TransferService.py:255 +#, python-format +msgid "Received %d file in the background" +msgid_plural "Received %d files in the background" +msgstr[0] "ተቀብለዋል %d ፋይሎች ከ በስተ ጀርባ" +msgstr[1] "ተቀብለዋል %d ፋይሎች ከ በስተ ጀርባ " + +#: ../blueman/plugins/applet/TransferService.py:262 +#, python-format +msgid "Received %d more file in the background" +msgid_plural "Received %d more files in the background" +msgstr[0] "ተቀብለዋል %d ተጨማሪ ፋይሎች ከ በስተ ጀርባ" +msgstr[1] "ተቀብለዋል %d ተጨማሪ ፋይሎች ከ በስተ ጀርባ " + #: ../blueman/plugins/applet/KillSwitch.py:38 msgid "" "Toggles a platform Bluetooth killswitch when Bluetooth power state changes " @@ -1119,49 +1116,41 @@ #: ../blueman/plugins/applet/StandardItems.py:26 msgid "_Setup New Device" -msgstr "" +msgstr "አዲስ አካል _ማሰናጃ" #: ../blueman/plugins/applet/StandardItems.py:33 msgid "Send _Files to Device" -msgstr "" +msgstr "_ፋይሎች ወደ አካሉ መላኪያ" #: ../blueman/plugins/applet/StandardItems.py:38 msgid "_Browse Files on Device" -msgstr "" +msgstr "ፋይሎች በ አካሉ ላይ _መቃኛ" #: ../blueman/plugins/applet/StandardItems.py:45 msgid "_Devices" -msgstr "" +msgstr "_አካሎች" #: ../blueman/plugins/applet/StandardItems.py:50 msgid "Adap_ters" -msgstr "" - -#: ../blueman/plugins/applet/StandardItems.py:55 -msgid "_Local Services" -msgstr "" +msgstr "አዳፕ_ተሮች" #: ../blueman/plugins/applet/StandardItems.py:65 msgid "_Plugins" -msgstr "" +msgstr "_ተሰኪዎች" #: ../blueman/plugins/applet/StandardItems.py:99 ../apps/blueman-manager:220 #: ../apps/blueman-assistant:71 msgid "Bluetooth Assistant" -msgstr "" +msgstr "የ ብሉቱዝ እረዳት" #: ../blueman/plugins/applet/StandardItems.py:105 msgid "File Browser" -msgstr "" +msgstr "ፋይል መቃኛ" #: ../blueman/plugins/applet/StandardItems.py:111 ../apps/blueman-manager:254 msgid "Adapter Preferences" msgstr "" -#: ../blueman/plugins/applet/StandardItems.py:114 -msgid "Service Preferences" -msgstr "" - #: ../blueman/plugins/applet/StandardItems.py:117 msgid "applet" msgstr "" @@ -1182,7 +1171,7 @@ #: ../blueman/plugins/applet/DhcpClient.py:56 #: ../blueman/plugins/applet/DhcpClient.py:62 msgid "Bluetooth Network" -msgstr "" +msgstr "የ ብሉቱዝ ኔትዎርክ" #: ../blueman/plugins/applet/DhcpClient.py:48 #, python-format @@ -1199,7 +1188,7 @@ msgid "" "Trying to obtain an IP address on %s\n" "Please wait..." -msgstr "" +msgstr "ለ ማግኘት በ መሞከር ላይ የ IP address on %s\nእባክዎን ይቆዩ..." #: ../blueman/plugins/applet/ShowConnected.py:20 msgid "" @@ -1209,14 +1198,14 @@ #: ../blueman/plugins/applet/ShowConnected.py:71 msgid "Bluetooth Active" -msgstr "" +msgstr "ብሉቱዝ ንቁ ነው" #: ../blueman/plugins/applet/ShowConnected.py:73 #, python-format msgid "%d Active Connection" msgid_plural "%d Active Connections" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d ንቁ ግንኙነቶች " +msgstr[1] "%d ንቁ ግንኙነቶች" #: ../blueman/plugins/applet/AppIndicator.py:12 msgid "Uses libappindicator to show a statusicon" @@ -1228,7 +1217,7 @@ #: ../blueman/plugins/applet/Headset.py:26 msgid "Command" -msgstr "" +msgstr "ትእዛዝ" #: ../blueman/plugins/applet/Headset.py:27 msgid "Command to execute when answer button is pressed:" @@ -1255,12 +1244,12 @@ #: ../blueman/plugins/applet/DiscvManager.py:49 msgid "Make the default adapter temporarily visible" -msgstr "" +msgstr "ነባር አዳፕተር ለ ጊዜው እንዲታይ ማድረጊያ" #: ../blueman/plugins/applet/DiscvManager.py:74 #, python-format msgid "Discoverable... %ss" -msgstr "" +msgstr "ሊገኝ የሚችል... %ss" #: ../blueman/plugins/applet/Menu.py:16 msgid "" @@ -1298,21 +1287,21 @@ "Upon device disconnection the script will be sent a HUP signal" msgstr "" -#: ../blueman/plugins/applet/SerialManager.py:64 +#: ../blueman/plugins/applet/SerialManager.py:66 msgid "Serial port connected" msgstr "" -#: ../blueman/plugins/applet/SerialManager.py:65 +#: ../blueman/plugins/applet/SerialManager.py:67 #, python-format msgid "" "Serial port service on device %s now will be available via %s" msgstr "" -#: ../blueman/plugins/applet/SerialManager.py:112 +#: ../blueman/plugins/applet/SerialManager.py:114 msgid "Serial port connection script failed" msgstr "" -#: ../blueman/plugins/applet/SerialManager.py:113 +#: ../blueman/plugins/applet/SerialManager.py:115 #, python-format msgid "" "There was a problem launching script %s\n" @@ -1325,32 +1314,32 @@ #: ../blueman/plugins/applet/PowerManager.py:29 msgid "Auto power-on" -msgstr "" +msgstr "በራሱ ሀይል ማብሪያ" #: ../blueman/plugins/applet/PowerManager.py:30 msgid "Automatically power on adapters" -msgstr "" +msgstr "ራሱ በራሱ ሀይል ማብሪያ አዳፕተርስ" #: ../blueman/plugins/applet/PowerManager.py:42 msgid "Bluetooth _Off" -msgstr "" +msgstr "ብሉቱዝ _ማጥፊያ" #: ../blueman/plugins/applet/PowerManager.py:44 #: ../blueman/plugins/applet/PowerManager.py:186 msgid "Turn off all adapters" -msgstr "" +msgstr "ሁሉንም አዳፕተሮች ማጥፊያ" #: ../blueman/plugins/applet/PowerManager.py:171 msgid "Turn Bluetooth _On" -msgstr "" +msgstr "ብሉቱዝ _ማብሪያ" #: ../blueman/plugins/applet/PowerManager.py:173 msgid "Turn on all adapters" -msgstr "" +msgstr "ሁሉንም አዳፕተሮች ማብሪያ" #: ../blueman/plugins/applet/PowerManager.py:184 msgid "Turn Bluetooth _Off" -msgstr "" +msgstr "ብሉቱዝ _ማጥፊያ" #: ../blueman/plugins/applet/GameControllerWakelock.py:15 msgid "" @@ -1360,20 +1349,20 @@ #: ../blueman/services/AudioSink.py:13 msgid "Allows to send audio to remote device" -msgstr "" +msgstr "ድምፅ በርቀት ወዳለው አካል መላክ ማስቻያ" #: ../blueman/services/AudioSource.py:13 msgid "Allows to receive audio from remote device" -msgstr "" +msgstr "ድምፅ በርቀት ካለው አካል መቀበል ማስቻያ" #: ../blueman/plugins/services/Network.py:22 #: ../blueman/plugins/services/Network.py:46 msgid "Network" -msgstr "" +msgstr "ኔትዎርክ:" #: ../blueman/plugins/services/Network.py:95 msgid "Invalid IP address" -msgstr "" +msgstr "ዋጋ የሌለው አድራሻ:" #: ../blueman/plugins/services/Network.py:107 #, python-format @@ -1394,7 +1383,7 @@ #: ../blueman/plugins/services/Transfer.py:16 msgid "Transfer" -msgstr "" +msgstr "ማስተላለፊያ" #: ../blueman/plugins/services/Transfer.py:33 msgid "Applet's transfer service plugin is disabled" @@ -1414,15 +1403,15 @@ #: ../data/blueman-manager.desktop.in.h:1 msgid "Bluetooth Manager" -msgstr "" +msgstr "የ ብሉቱዝ አስተዳዳሪ" #: ../data/thunar-sendto-blueman.desktop.in.h:1 msgid "Bluetooth Device" -msgstr "" +msgstr "የ ብሉቱዝ አካል" #: ../data/configs/org.blueman.policy.in.h:1 msgid "Configure Bluetooth Network" -msgstr "" +msgstr "የ ብሉቱዝ ኔትዎርክ ማሰናጃ" #: ../data/configs/org.blueman.policy.in.h:2 msgid "Configuring networking requires privileges" @@ -1438,7 +1427,7 @@ #: ../data/configs/org.blueman.policy.in.h:5 msgid "Bluetooth Configuration" -msgstr "" +msgstr "የ ብሉቱዝ ማሰናጃ" #: ../data/configs/org.blueman.policy.in.h:6 msgid "Changing Bluetooth system settings requires privileges" @@ -1460,23 +1449,23 @@ #: ../apps/blueman-manager:186 ../apps/blueman-assistant:229 msgid "Adding" -msgstr "" +msgstr "በመጨመር ላይ" #: ../apps/blueman-manager:207 msgid "Searching" -msgstr "" +msgstr "በመፈለግ ላይ" #: ../apps/blueman-manager:227 msgid "Success" -msgstr "" +msgstr "ተሳክቷል " #: ../apps/blueman-manager:232 msgid "Failure" -msgstr "" +msgstr "ወድቋል" #: ../apps/blueman-manager:240 msgid "Pairing" -msgstr "" +msgstr "በማጣመር ላይ" #: ../apps/blueman-adapters:49 msgid "Bluetooth needs to be turned on for the adapter manager to work" @@ -1484,81 +1473,81 @@ #: ../apps/blueman-adapters:140 msgid "Always" -msgstr "" +msgstr "ሁልጊዜ " #: ../apps/blueman-adapters:144 #, c-format msgid "%d Minute" msgid_plural "%d Minutes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d ደቂቃ" +msgstr[1] "%d ደቂቆች " -#: ../apps/blueman-sendto:106 +#: ../apps/blueman-sendto:110 msgid "obexd not available" msgstr "" -#: ../apps/blueman-sendto:107 +#: ../apps/blueman-sendto:111 msgid "obexd is probably not installed" msgstr "" -#: ../apps/blueman-sendto:133 -msgid "Error occurred" -msgstr "" - -#: ../apps/blueman-sendto:145 +#: ../apps/blueman-sendto:138 msgid "Cancelling" -msgstr "" +msgstr "በመሰረዝ ላይ" -#: ../apps/blueman-sendto:162 ../apps/blueman-sendto:196 +#: ../apps/blueman-sendto:149 ../apps/blueman-sendto:191 msgid "Sending File" -msgstr "" +msgstr "ፋይል በመላክ ላይ " -#: ../apps/blueman-sendto:162 ../apps/blueman-sendto:196 +#: ../apps/blueman-sendto:149 ../apps/blueman-sendto:191 msgid "ETA:" -msgstr "" +msgstr "ETA:" -#: ../apps/blueman-sendto:190 +#: ../apps/blueman-sendto:185 #, c-format msgid "%.0f Minute" msgid_plural "%.0f Minutes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%.0f ደቂቃዎች" +msgstr[1] "%.0f ደቂቃዎች" -#: ../apps/blueman-sendto:192 +#: ../apps/blueman-sendto:187 #, c-format msgid "%.0f Second" msgid_plural "%.0f Seconds" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%.0f ሰከንዶች" +msgstr[1] "%.0f ሰከንዶች " -#: ../apps/blueman-sendto:230 +#: ../apps/blueman-sendto:225 #, c-format msgid "Error occurred while sending file %s" msgstr "" -#: ../apps/blueman-sendto:234 +#: ../apps/blueman-sendto:229 msgid "Skip" -msgstr "" +msgstr "መዝለያ" -#: ../apps/blueman-sendto:235 +#: ../apps/blueman-sendto:230 msgid "Retry" -msgstr "" +msgstr "እንደገና መሞከሪያ" -#: ../apps/blueman-sendto:284 -msgid "Send files to this device" -msgstr "" +#: ../apps/blueman-sendto:271 +msgid "Error occurred" +msgstr "ስህተት ተፈጥሯል" #: ../apps/blueman-sendto:290 +msgid "Send files to this device" +msgstr "ወደ ሌላ አካል ፋይል መላኪያ" + +#: ../apps/blueman-sendto:296 msgid "Source adapter. Takes address or adapter's name eg. hci0" msgstr "" -#: ../apps/blueman-sendto:295 +#: ../apps/blueman-sendto:301 msgid "Bluetooth needs to be turned on for file sending to work" msgstr "" -#: ../apps/blueman-sendto:355 +#: ../apps/blueman-sendto:361 msgid "Select files to send" -msgstr "" +msgstr "የሚላኩ ፋይሎች ይምረጡ" #: ../apps/blueman-assistant:54 msgid "Start configuration assistant for this device" @@ -1570,44 +1559,44 @@ #: ../apps/blueman-assistant:118 msgid "No adapters found" -msgstr "" +msgstr "ምንም አዳፕተር አልተገኘም" #: ../apps/blueman-assistant:228 msgid "Adding Device..." -msgstr "" +msgstr "አካሎች በመጨመር ላይ..." #: ../apps/blueman-assistant:231 msgid "Pairing in progress..." -msgstr "" +msgstr "ማጣመር በ ሂደት ላይ..." #: ../apps/blueman-assistant:240 ../apps/blueman-assistant:259 msgid "Failed to add device" -msgstr "" +msgstr "አካል መጨመር አልተቻለም" #: ../apps/blueman-assistant:280 msgid "Don't connect" -msgstr "" +msgstr "አትገናኝ" #: ../apps/blueman-assistant:295 msgid "Device added and connected successfuly" -msgstr "" +msgstr "አካሉ ተጨምሯል እና ተሳክቶ ተገናኝቷል" #: ../apps/blueman-assistant:301 msgid "Device added successfuly, but failed to connect" -msgstr "" +msgstr "አካሉ ተጨምሯል ነገር ግን መገናኘት አልቻለም" #: ../apps/blueman-browse:37 msgid "Browse this device" -msgstr "" +msgstr "ይህን አካል መቃኛ" #: ../apps/blueman-browse:64 #, c-format msgid "Failed to launch \"%s\"" -msgstr "" +msgstr "ማስጀመር አልተቻለም %s:" #: ../apps/blueman-browse:66 msgid "Failed to launch default file browser" -msgstr "" +msgstr "ነባር የ ፋይል መቃኛ ማስጀመር አልተቻለም" #: ../apps/blueman-browse:68 msgid "You can enter an alternate browser in service settings" diff -Nru blueman-2.0.4/po/ar.po blueman-2.0.5/po/ar.po --- blueman-2.0.4/po/ar.po 2016-03-22 06:16:30.000000000 +0000 +++ blueman-2.0.5/po/ar.po 2017-10-01 06:19:46.000000000 +0000 @@ -4,18 +4,22 @@ # # Translators: # alibacha19 , 2015 -# elachecheanis , 2014 -# elachecheanis , 2014 +# El Acheche ANIS , 2014 +# El Acheche ANIS , 2014 +# Geek SUKY , 2016 +# Hayder Majid , 2016 # مهدي السطيفي , 2014 +# Mubarak Qahtani , 2016 # مهدي السطيفي , 2014-2015 +# وجدي أبو سلطان, 2016 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-30 19:38+0200\n" -"PO-Revision-Date: 2015-04-30 17:40+0000\n" -"Last-Translator: infirit \n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/MATE/language/ar/)\n" +"POT-Creation-Date: 2015-05-14 08:59+0200\n" +"PO-Revision-Date: 2016-12-19 11:48+0000\n" +"Last-Translator: Geek SUKY \n" +"Language-Team: Arabic (http://www.transifex.com/mate/MATE/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -175,7 +179,7 @@ #: ../data/ui/services-network.ui.h:7 msgid "Enable Routing (NAT)" -msgstr "" +msgstr "تمكين التوجيه(NAT)" #: ../data/ui/services-network.ui.h:8 msgid "NAP Settings" @@ -183,7 +187,7 @@ #: ../data/ui/services-network.ui.h:9 msgid "No DHCP servers installed" -msgstr "" +msgstr "لا توجد خدمة DHCP مثبته " #: ../data/ui/services-network.ui.h:10 msgid "PAN Support" @@ -198,51 +202,39 @@ msgstr "إعدادات الشبكة" #: ../data/ui/services-transfer.ui.h:1 -msgid "Shared Folder:" -msgstr "مجلد مُشترك:" +msgid "Incoming Folder:" +msgstr "مجلد الوارد:" #: ../data/ui/services-transfer.ui.h:2 -msgid "Select Shared/Storage folder" -msgstr "اختر مجلد مُشترك\\مجلد تخزين" +msgid "Select folder for incoming file transfers" +msgstr "حدد مجلد لنقل الملفات الواردة" #: ../data/ui/services-transfer.ui.h:3 -msgid "Enabled" -msgstr "مفعّل" - -#: ../data/ui/services-transfer.ui.h:4 msgid "Accept files from trusted devices" msgstr "قبول الملفات من الأجهزة الموثوقة" -#: ../data/ui/services-transfer.ui.h:5 +#: ../data/ui/services-transfer.ui.h:4 msgid "File Receiving (Object Push)" msgstr "استقبال الملف (Object Push)" #: ../data/ui/services-transfer.ui.h:6 -msgid "Allow devices to write/delete" -msgstr "اسمح للأجهزة بالكتابة\\الحذف" - -#: ../data/ui/services-transfer.ui.h:7 -msgid "File Sharing (FTP)" -msgstr "مشاركة الملفات (FTP)" - -#: ../data/ui/services-transfer.ui.h:9 #, no-c-format msgid "" "Command to start an obex ftp browser.\n" "%d is substituted with device address." msgstr "أمر تشغيل متصفح obex ftp.\n%d يُستبدل بعنوان الجهاز." -#: ../data/ui/services-transfer.ui.h:11 +#: ../data/ui/services-transfer.ui.h:8 msgid "Advanced" msgstr "متقدّمة" -#: ../data/ui/services-transfer.ui.h:12 +#: ../data/ui/services-transfer.ui.h:9 msgid "Transfer Settings" msgstr "إعدادات النقل" #: ../data/ui/send-dialog.ui.h:1 msgid "Bluetooth File Transfer" -msgstr "" +msgstr "نقل الملفات بواسطة Bluetooth" #: ../data/ui/send-dialog.ui.h:2 msgid "Sending files via Bluetooth" @@ -266,7 +258,7 @@ #: ../data/ui/assistant.ui.h:5 msgid "Select pairing method to use:" -msgstr "اختر طريقة اﻹقتران المستخدمة:" +msgstr "اختر طريقة اﻹقتران لاستخدامها:" #: ../data/ui/assistant.ui.h:6 msgid "Use Random Passkey" @@ -274,7 +266,7 @@ #: ../data/ui/assistant.ui.h:7 msgid "Proceed Without Pairing" -msgstr "أكمل دون إقتران" +msgstr "أكمل بلا إقتران" #: ../data/ui/assistant.ui.h:8 msgid "Connect to:" @@ -286,11 +278,11 @@ #: ../data/ui/assistant.ui.h:10 msgid "Congratulations, device successfully added" -msgstr "مبارك عليك، أُضيف الجهاز بنجاح" +msgstr "مبارك عليك، تمت اضافة الجهاز بنجاح" #: ../data/ui/device-list-widget.ui.h:1 msgid "Device search progress" -msgstr "" +msgstr "تقدم البحث عن الأجهزة" #: ../data/ui/device-list-widget.ui.h:2 msgid "Search for devices" @@ -344,7 +336,7 @@ #: ../data/ui/gsm-settings.ui.h:3 msgid "APN:" -msgstr "" +msgstr "نقطة الدخول ANP :" #: ../data/ui/net-usage.ui.h:1 msgid "Traffic statistics" @@ -378,91 +370,6 @@ msgid "_Close" msgstr "_إغلاق" -#: ../blueman/main/applet/Transfer.py:56 -msgid "Configured share directory does not exist" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:57 -#, python-format -msgid "" -"Please make sure that directory \"%s\" exists or configure it with " -"blueman-services" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:152 -msgid "Incoming file over Bluetooth" -msgstr "استقبال ملفات عبر بلوتوث" - -#: ../blueman/main/applet/Transfer.py:153 -#, python-format -msgid "Incoming file %(0)s from %(1)s" -msgstr "الملف %(0)s قادم من %(1)s" - -#: ../blueman/main/applet/Transfer.py:155 -#: ../blueman/main/applet/BluezAgent.py:249 -msgid "Accept" -msgstr "قبول" - -#: ../blueman/main/applet/Transfer.py:155 -msgid "Reject" -msgstr "رفض" - -#: ../blueman/main/applet/Transfer.py:164 -msgid "Receiving file" -msgstr "استقبال ملف" - -#: ../blueman/main/applet/Transfer.py:165 -#, python-format -msgid "Receiving file %(0)s from %(1)s" -msgstr "استقبال الملف %(0)s من %(1)s" - -#: ../blueman/main/applet/Transfer.py:204 -#: ../blueman/main/applet/Transfer.py:234 -msgid "File received" -msgstr "أُستقبِل الملف" - -#: ../blueman/main/applet/Transfer.py:205 -#: ../blueman/main/applet/Transfer.py:235 -#, python-format -msgid "File %(0)s from %(1)s successfully received" -msgstr "الملف %(0)s من %(1)s أُستقبِل بنجاح" - -#: ../blueman/main/applet/Transfer.py:220 -msgid "Transfer failed" -msgstr "فشل النقل" - -#: ../blueman/main/applet/Transfer.py:221 -#, python-format -msgid "Transfer of file %(0)s failed" -msgstr "فشل نقل الملف %(0)s" - -#: ../blueman/main/applet/Transfer.py:243 -#: ../blueman/main/applet/Transfer.py:254 -msgid "Files received" -msgstr "أُستقبِلت الملفات" - -#: ../blueman/main/applet/Transfer.py:244 -#, python-format -msgid "Received %d file in the background" -msgid_plural "Received %d files in the background" -msgstr[0] "استقبال %d ملف في الخلفية" -msgstr[1] "استقبال %d ملف في الخلفية" -msgstr[2] "استقبال ملفين (%d) في الخلفية" -msgstr[3] "استقبال %d ملفات في الخلفية" -msgstr[4] "استقبال %d ملفا في الخلفية" -msgstr[5] "استقبال %d ملف في الخلفية" - -#: ../blueman/main/applet/Transfer.py:255 -#, python-format -msgid "Received %d more file in the background" -msgid_plural "Received %d more files in the background" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - #: ../blueman/main/applet/BluezAgent.py:120 #, python-format msgid "Pairing request for %s" @@ -527,6 +434,11 @@ msgid "Always accept" msgstr "القبول دائما" +#: ../blueman/main/applet/BluezAgent.py:249 +#: ../blueman/plugins/applet/TransferService.py:98 +msgid "Accept" +msgstr "قبول" + #: ../blueman/main/applet/BluezAgent.py:282 msgid "Confirm value" msgstr "أكّد القيمة" @@ -542,11 +454,11 @@ " with the content of this message." msgstr "حدث خطأ أثناء تحميل إضافة. رجاء نبّه المطوّرين مع مضمون هذه الرسالة." -#: ../blueman/Functions.py:93 +#: ../blueman/Functions.py:94 msgid "Bluetooth Turned Off" msgstr "البلوتوث معطّل" -#: ../blueman/Functions.py:97 +#: ../blueman/Functions.py:98 msgid "Enable Bluetooth" msgstr "تفعيل البلوتوث" @@ -591,62 +503,78 @@ msgid "Latest Device _Last" msgstr "الأجهزة الأخيرة أخيرا" -#: ../blueman/gui/manager/ManagerMenu.py:158 +#: ../blueman/gui/manager/ManagerMenu.py:91 +#: ../blueman/gui/applet/PluginDialog.py:107 +#: ../blueman/plugins/applet/StandardItems.py:119 +msgid "Plugins" +msgstr "إضافات" + +#: ../blueman/gui/manager/ManagerMenu.py:96 +#: ../blueman/plugins/applet/StandardItems.py:55 +msgid "_Local Services" +msgstr "_خدمات محلية" + +#: ../blueman/gui/manager/ManagerMenu.py:98 +#: ../blueman/plugins/applet/StandardItems.py:114 +msgid "Service Preferences" +msgstr "تفضيلات الخدمة" + +#: ../blueman/gui/manager/ManagerMenu.py:173 msgid "_Search" msgstr "_بحث" -#: ../blueman/gui/manager/ManagerDeviceList.py:104 +#: ../blueman/gui/manager/ManagerDeviceList.py:102 #: ../blueman/plugins/applet/StandardItems.py:102 ../apps/blueman-manager:265 msgid "File Sender" -msgstr "" +msgstr "مرسل الملفات" -#: ../blueman/gui/manager/ManagerDeviceList.py:439 +#: ../blueman/gui/manager/ManagerDeviceList.py:437 msgid "Trusted and Bonded" -msgstr "" +msgstr "موثوق و مستبعد" -#: ../blueman/gui/manager/ManagerDeviceList.py:441 +#: ../blueman/gui/manager/ManagerDeviceList.py:439 msgid "Bonded" -msgstr "" +msgstr "مستبعد" -#: ../blueman/gui/manager/ManagerDeviceList.py:443 +#: ../blueman/gui/manager/ManagerDeviceList.py:441 msgid "Trusted" msgstr "موثوق" -#: ../blueman/gui/manager/ManagerDeviceList.py:462 +#: ../blueman/gui/manager/ManagerDeviceList.py:460 msgid "Poor" msgstr "فقير" -#: ../blueman/gui/manager/ManagerDeviceList.py:465 -#: ../blueman/gui/manager/ManagerDeviceList.py:480 +#: ../blueman/gui/manager/ManagerDeviceList.py:463 +#: ../blueman/gui/manager/ManagerDeviceList.py:478 msgid "Sub-optimal" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:468 -#: ../blueman/gui/manager/ManagerDeviceList.py:483 +#: ../blueman/gui/manager/ManagerDeviceList.py:466 +#: ../blueman/gui/manager/ManagerDeviceList.py:481 msgid "Optimal" -msgstr "" +msgstr "الأمثل" -#: ../blueman/gui/manager/ManagerDeviceList.py:471 +#: ../blueman/gui/manager/ManagerDeviceList.py:469 msgid "Much" msgstr "كثير" -#: ../blueman/gui/manager/ManagerDeviceList.py:474 +#: ../blueman/gui/manager/ManagerDeviceList.py:472 msgid "Too much" msgstr "كثير جدا" -#: ../blueman/gui/manager/ManagerDeviceList.py:477 +#: ../blueman/gui/manager/ManagerDeviceList.py:475 msgid "Low" msgstr "منخفض" -#: ../blueman/gui/manager/ManagerDeviceList.py:486 +#: ../blueman/gui/manager/ManagerDeviceList.py:484 msgid "High" msgstr "عال" -#: ../blueman/gui/manager/ManagerDeviceList.py:489 +#: ../blueman/gui/manager/ManagerDeviceList.py:487 msgid "Very High" msgstr "عال جدا" -#: ../blueman/gui/manager/ManagerDeviceList.py:492 +#: ../blueman/gui/manager/ManagerDeviceList.py:490 #, python-format msgid "" "Connected\n" @@ -655,7 +583,7 @@ "Transmit Power Level: %(tpl)u%% (%(tpl_state)s)" msgstr "متصّل\nشدّة الإشارة المُستقبلة: %(rssi)u%% (%(rssi_state)s)\nجودة الربط: %(lq)u%%\nمستوى قوة النقل: %(tpl)u%% (%(tpl_state)s)" -#: ../blueman/gui/manager/ManagerDeviceList.py:494 +#: ../blueman/gui/manager/ManagerDeviceList.py:492 #, python-format msgid "" "Connected\n" @@ -664,7 +592,7 @@ "Transmit Power Level: %(tpl)u%% (%(tpl_state)s)" msgstr "متصّل\nشدّة الإشارة المُستقبلة: %(rssi)u%% (%(rssi_state)s)\nجودة الربط: %(lq)u%%\n<مستوى قوة النقل: %(tpl)u%% (%(tpl_state)s)" -#: ../blueman/gui/manager/ManagerDeviceList.py:496 +#: ../blueman/gui/manager/ManagerDeviceList.py:494 #, python-format msgid "" "Connected\n" @@ -680,7 +608,7 @@ #: ../blueman/gui/manager/ManagerDeviceMenu.py:115 #, python-format msgid "Serial port connected to %s" -msgstr "" +msgstr "المنفذ التسلسلي متصل بـ %s" #: ../blueman/gui/manager/ManagerDeviceMenu.py:122 msgid "Failed" @@ -735,7 +663,7 @@ #: ../blueman/gui/manager/ManagerDeviceMenu.py:338 msgid "_Untrust" -msgstr "" +msgstr "_غير-موثوق" #: ../blueman/gui/manager/ManagerDeviceMenu.py:378 msgid "_Remove..." @@ -753,7 +681,7 @@ msgid "Disconnecting..." msgstr "_قطع الإتصال..." -#: ../blueman/gui/manager/ManagerProgressbar.py:20 ../apps/blueman-sendto:67 +#: ../blueman/gui/manager/ManagerProgressbar.py:20 ../apps/blueman-sendto:70 msgid "Connecting" msgstr "إتصال" @@ -769,7 +697,7 @@ #: ../blueman/gui/manager/ManagerStats.py:49 #: ../blueman/gui/manager/ManagerStats.py:62 msgid "Total data received and rate of transmission" -msgstr "" +msgstr "اجمالي البيانات المُستقبلة ومعدل التراسل" #: ../blueman/gui/manager/ManagerStats.py:54 #: ../blueman/gui/manager/ManagerStats.py:57 @@ -779,7 +707,7 @@ #: ../blueman/gui/manager/ManagerToolbar.py:35 #: ../blueman/gui/manager/ManagerToolbar.py:106 msgid "Untrust" -msgstr "" +msgstr "غير موثوق" #: ../blueman/gui/DeviceSelectorDialog.py:12 msgid "Select Device" @@ -805,11 +733,6 @@ msgid "GSM Settings" msgstr "إعدادات GSM" -#: ../blueman/gui/applet/PluginDialog.py:107 -#: ../blueman/plugins/applet/StandardItems.py:119 -msgid "Plugins" -msgstr "إضافات" - #: ../blueman/gui/applet/PluginDialog.py:198 #: ../blueman/gui/applet/PluginDialog.py:199 msgid "Unspecified" @@ -936,16 +859,16 @@ msgid "Network Access Point" msgstr "نقطة إتصال شبكية" -#: ../blueman/plugins/manager/PulseAudioProfile.py:92 +#: ../blueman/plugins/manager/PulseAudioProfile.py:89 #, python-format msgid "Failed to change profile to %s" -msgstr "" +msgstr "تعذر تحويل الملف الشخصي إلى %s" -#: ../blueman/plugins/manager/PulseAudioProfile.py:127 +#: ../blueman/plugins/manager/PulseAudioProfile.py:124 msgid "Audio Profile" -msgstr "" +msgstr "نمط الصوت" -#: ../blueman/plugins/manager/PulseAudioProfile.py:128 +#: ../blueman/plugins/manager/PulseAudioProfile.py:125 msgid "Select audio profile for PulseAudio" msgstr "" @@ -1126,10 +1049,88 @@ msgid "Provides DBus API for other Blueman components" msgstr "" -#: ../blueman/plugins/applet/TransferService.py:18 +#: ../blueman/plugins/applet/TransferService.py:95 +msgid "Incoming file over Bluetooth" +msgstr "استقبال ملفات عبر بلوتوث" + +#: ../blueman/plugins/applet/TransferService.py:96 +#, python-format +msgid "Incoming file %(0)s from %(1)s" +msgstr "الملف %(0)s قادم من %(1)s" + +#: ../blueman/plugins/applet/TransferService.py:98 +msgid "Reject" +msgstr "رفض" + +#: ../blueman/plugins/applet/TransferService.py:102 +msgid "Receiving file" +msgstr "استقبال ملف" + +#: ../blueman/plugins/applet/TransferService.py:103 +#, python-format +msgid "Receiving file %(0)s from %(1)s" +msgstr "استقبال الملف %(0)s من %(1)s" + +#: ../blueman/plugins/applet/TransferService.py:119 msgid "Provides OBEX file transfer capabilities" msgstr "" +#: ../blueman/plugins/applet/TransferService.py:145 +msgid "Configured directory for incoming files does not exist" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:146 +#, python-format +msgid "" +"Please make sure that directory \"%s\" exists or configure it with " +"blueman-services" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:224 +msgid "File received" +msgstr "أُستقبِل الملف" + +#: ../blueman/plugins/applet/TransferService.py:225 +#, python-format +msgid "File %(0)s from %(1)s successfully received" +msgstr "الملف %(0)s من %(1)s أُستقبِل بنجاح" + +#: ../blueman/plugins/applet/TransferService.py:231 +msgid "Transfer failed" +msgstr "فشل النقل" + +#: ../blueman/plugins/applet/TransferService.py:232 +#, python-format +msgid "Transfer of file %(0)s failed" +msgstr "فشل نقل الملف %(0)s" + +#: ../blueman/plugins/applet/TransferService.py:254 +#: ../blueman/plugins/applet/TransferService.py:261 +msgid "Files received" +msgstr "أُستقبِلت الملفات" + +#: ../blueman/plugins/applet/TransferService.py:255 +#, python-format +msgid "Received %d file in the background" +msgid_plural "Received %d files in the background" +msgstr[0] "استقبال %d ملف في الخلفية" +msgstr[1] "استقبال %d ملف في الخلفية" +msgstr[2] "استقبال ملفين (%d) في الخلفية" +msgstr[3] "استقبال %d ملفات في الخلفية" +msgstr[4] "استقبال %d ملفا في الخلفية" +msgstr[5] "استقبال %d ملف في الخلفية" + +#: ../blueman/plugins/applet/TransferService.py:262 +#, python-format +msgid "Received %d more file in the background" +msgid_plural "Received %d more files in the background" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + #: ../blueman/plugins/applet/KillSwitch.py:38 msgid "" "Toggles a platform Bluetooth killswitch when Bluetooth power state changes " @@ -1161,10 +1162,6 @@ msgid "Adap_ters" msgstr "_المحوّلات" -#: ../blueman/plugins/applet/StandardItems.py:55 -msgid "_Local Services" -msgstr "_خدمات محلية" - #: ../blueman/plugins/applet/StandardItems.py:65 msgid "_Plugins" msgstr "_إضافات" @@ -1176,16 +1173,12 @@ #: ../blueman/plugins/applet/StandardItems.py:105 msgid "File Browser" -msgstr "" +msgstr "متصفح الملفات" #: ../blueman/plugins/applet/StandardItems.py:111 ../apps/blueman-manager:254 msgid "Adapter Preferences" msgstr "" -#: ../blueman/plugins/applet/StandardItems.py:114 -msgid "Service Preferences" -msgstr "" - #: ../blueman/plugins/applet/StandardItems.py:117 msgid "applet" msgstr "بريمج" @@ -1233,7 +1226,7 @@ #: ../blueman/plugins/applet/ShowConnected.py:71 msgid "Bluetooth Active" -msgstr "" +msgstr "البلوتوث نَشِط" #: ../blueman/plugins/applet/ShowConnected.py:73 #, python-format @@ -1288,7 +1281,7 @@ #: ../blueman/plugins/applet/DiscvManager.py:74 #, python-format msgid "Discoverable... %ss" -msgstr "" +msgstr "قابل للإكتشاف...%ss " #: ../blueman/plugins/applet/Menu.py:16 msgid "" @@ -1313,7 +1306,7 @@ #: ../blueman/plugins/applet/SerialManager.py:34 msgid "Script to execute on connection" -msgstr "" +msgstr "الاوامر النصية المراد تنفيذها عند الاتصال" #: ../blueman/plugins/applet/SerialManager.py:35 msgid "" @@ -1326,21 +1319,21 @@ "Upon device disconnection the script will be sent a HUP signal" msgstr "" -#: ../blueman/plugins/applet/SerialManager.py:64 +#: ../blueman/plugins/applet/SerialManager.py:66 msgid "Serial port connected" msgstr "" -#: ../blueman/plugins/applet/SerialManager.py:65 +#: ../blueman/plugins/applet/SerialManager.py:67 #, python-format msgid "" "Serial port service on device %s now will be available via %s" msgstr "" -#: ../blueman/plugins/applet/SerialManager.py:112 +#: ../blueman/plugins/applet/SerialManager.py:114 msgid "Serial port connection script failed" msgstr "" -#: ../blueman/plugins/applet/SerialManager.py:113 +#: ../blueman/plugins/applet/SerialManager.py:115 #, python-format msgid "" "There was a problem launching script %s\n" @@ -1374,7 +1367,7 @@ #: ../blueman/plugins/applet/PowerManager.py:173 msgid "Turn on all adapters" -msgstr "" +msgstr "تشغيل كل المحوّلات" #: ../blueman/plugins/applet/PowerManager.py:184 msgid "Turn Bluetooth _Off" @@ -1434,7 +1427,7 @@ #: ../data/blueman.desktop.in.h:1 msgid "Blueman Applet" -msgstr "" +msgstr "بريمج بلومان" #: ../data/blueman.desktop.in.h:2 ../data/blueman-manager.desktop.in.h:2 msgid "Blueman Bluetooth Manager" @@ -1525,31 +1518,27 @@ msgstr[4] "%d دقيقة" msgstr[5] "%d دقيقة" -#: ../apps/blueman-sendto:106 +#: ../apps/blueman-sendto:110 msgid "obexd not available" msgstr "obexd غير متوفر" -#: ../apps/blueman-sendto:107 +#: ../apps/blueman-sendto:111 msgid "obexd is probably not installed" msgstr "obexd على الأرجح غير مثبت" -#: ../apps/blueman-sendto:133 -msgid "Error occurred" -msgstr "حدث خطأ" - -#: ../apps/blueman-sendto:145 +#: ../apps/blueman-sendto:138 msgid "Cancelling" msgstr "إلغاء" -#: ../apps/blueman-sendto:162 ../apps/blueman-sendto:196 +#: ../apps/blueman-sendto:149 ../apps/blueman-sendto:191 msgid "Sending File" msgstr "إرسال ملف" -#: ../apps/blueman-sendto:162 ../apps/blueman-sendto:196 +#: ../apps/blueman-sendto:149 ../apps/blueman-sendto:191 msgid "ETA:" -msgstr "" +msgstr "الوقت المتوقع للإتمام:" -#: ../apps/blueman-sendto:190 +#: ../apps/blueman-sendto:185 #, c-format msgid "%.0f Minute" msgid_plural "%.0f Minutes" @@ -1560,7 +1549,7 @@ msgstr[4] "%.0f دقيقة" msgstr[5] "%.0f دقيقة" -#: ../apps/blueman-sendto:192 +#: ../apps/blueman-sendto:187 #, c-format msgid "%.0f Second" msgid_plural "%.0f Seconds" @@ -1571,32 +1560,36 @@ msgstr[4] "%.0f ثانية" msgstr[5] "%.0f ثانية" -#: ../apps/blueman-sendto:230 +#: ../apps/blueman-sendto:225 #, c-format msgid "Error occurred while sending file %s" msgstr "حدث خطأ أثناء إرسال الملف %s" -#: ../apps/blueman-sendto:234 +#: ../apps/blueman-sendto:229 msgid "Skip" msgstr "تخطي" -#: ../apps/blueman-sendto:235 +#: ../apps/blueman-sendto:230 msgid "Retry" msgstr "أعد المحاولة" -#: ../apps/blueman-sendto:284 +#: ../apps/blueman-sendto:271 +msgid "Error occurred" +msgstr "حدث خطأ" + +#: ../apps/blueman-sendto:290 msgid "Send files to this device" msgstr "إرسال ملفات إلى هذا الجهاز" -#: ../apps/blueman-sendto:290 +#: ../apps/blueman-sendto:296 msgid "Source adapter. Takes address or adapter's name eg. hci0" msgstr "" -#: ../apps/blueman-sendto:295 +#: ../apps/blueman-sendto:301 msgid "Bluetooth needs to be turned on for file sending to work" msgstr "يجب تشغيل البلوتوث لإرسال الملفات" -#: ../apps/blueman-sendto:355 +#: ../apps/blueman-sendto:361 msgid "Select files to send" msgstr "إختر الملفات التي ترسلها" @@ -1643,12 +1636,12 @@ #: ../apps/blueman-browse:64 #, c-format msgid "Failed to launch \"%s\"" -msgstr "" +msgstr "تعذّر بدء %s " #: ../apps/blueman-browse:66 msgid "Failed to launch default file browser" -msgstr "" +msgstr "تعذّر تشغيل متصفح الملفات الإفتراضي" #: ../apps/blueman-browse:68 msgid "You can enter an alternate browser in service settings" -msgstr "" +msgstr "بإمكانك ادخال متصفح بديل في إعدادات الخدمة" diff -Nru blueman-2.0.4/po/bg.po blueman-2.0.5/po/bg.po --- blueman-2.0.4/po/bg.po 2016-03-22 06:16:30.000000000 +0000 +++ blueman-2.0.5/po/bg.po 2017-10-01 06:19:46.000000000 +0000 @@ -5,14 +5,16 @@ # Translators: # Elusiv_man , 2014 # FIRST AUTHOR , 2007 +# Замфир Йончев , 2016 +# Любомир Василев, 2016 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-30 19:38+0200\n" -"PO-Revision-Date: 2015-04-30 17:40+0000\n" -"Last-Translator: infirit \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/MATE/language/bg/)\n" +"POT-Creation-Date: 2015-05-14 08:59+0200\n" +"PO-Revision-Date: 2016-10-24 13:55+0000\n" +"Last-Translator: Любомир Василев\n" +"Language-Team: Bulgarian (http://www.transifex.com/mate/MATE/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -108,7 +110,7 @@ #. translators: toolbar item: keep it as short as possible #: ../data/ui/manager-main.ui.h:16 msgid "Setup..." -msgstr "Настройка..." +msgstr "Настройка…" #: ../data/ui/manager-main.ui.h:17 #: ../blueman/gui/manager/ManagerDeviceMenu.py:382 @@ -140,7 +142,7 @@ #: ../data/ui/rename-device.ui.h:1 msgid "Rename device" -msgstr "" +msgstr "Преименуване на устройството" #: ../data/ui/services.ui.h:1 msgid "Local Services" @@ -195,45 +197,33 @@ msgstr "Настройки на мрежата" #: ../data/ui/services-transfer.ui.h:1 -msgid "Shared Folder:" -msgstr "Споделена папка:" +msgid "Incoming Folder:" +msgstr "Входяща папка:" #: ../data/ui/services-transfer.ui.h:2 -msgid "Select Shared/Storage folder" -msgstr "Избор на папка за споделеня/съхранение" +msgid "Select folder for incoming file transfers" +msgstr "Избор на папка за обмяна на входящи файлове" #: ../data/ui/services-transfer.ui.h:3 -msgid "Enabled" -msgstr "Включено" - -#: ../data/ui/services-transfer.ui.h:4 msgid "Accept files from trusted devices" msgstr "Приемане на файлове от доверени устройства" -#: ../data/ui/services-transfer.ui.h:5 +#: ../data/ui/services-transfer.ui.h:4 msgid "File Receiving (Object Push)" msgstr "Приемане на файлове (Object Push)" #: ../data/ui/services-transfer.ui.h:6 -msgid "Allow devices to write/delete" -msgstr "Позволяване на устройствата да записват/изтриват" - -#: ../data/ui/services-transfer.ui.h:7 -msgid "File Sharing (FTP)" -msgstr "Споделяне на файлове (FTP)" - -#: ../data/ui/services-transfer.ui.h:9 #, no-c-format msgid "" "Command to start an obex ftp browser.\n" "%d is substituted with device address." msgstr "Команда за пускане на obex ftp браузер.\n%d се заменя с адреса на устройството." -#: ../data/ui/services-transfer.ui.h:11 +#: ../data/ui/services-transfer.ui.h:8 msgid "Advanced" msgstr "Разширени" -#: ../data/ui/services-transfer.ui.h:12 +#: ../data/ui/services-transfer.ui.h:9 msgid "Transfer Settings" msgstr "Настройки на трансфера" @@ -279,7 +269,7 @@ #: ../data/ui/assistant.ui.h:9 msgid "Please wait..." -msgstr "Моля изчакайте..." +msgstr "Моля, изчакайте…" #: ../data/ui/assistant.ui.h:10 msgid "Congratulations, device successfully added" @@ -369,88 +359,11 @@ #: ../data/ui/net-usage.ui.h:7 msgid "_Reset" -msgstr "" +msgstr "_Възстановяване" #: ../data/ui/net-usage.ui.h:8 msgid "_Close" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:56 -msgid "Configured share directory does not exist" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:57 -#, python-format -msgid "" -"Please make sure that directory \"%s\" exists or configure it with " -"blueman-services" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:152 -msgid "Incoming file over Bluetooth" -msgstr "Получаване на файл през Bluetooth" - -#: ../blueman/main/applet/Transfer.py:153 -#, python-format -msgid "Incoming file %(0)s from %(1)s" -msgstr "Входящ файл %(0)s от %(1)s" - -#: ../blueman/main/applet/Transfer.py:155 -#: ../blueman/main/applet/BluezAgent.py:249 -msgid "Accept" -msgstr "Приемане" - -#: ../blueman/main/applet/Transfer.py:155 -msgid "Reject" -msgstr "Отхвърляне" - -#: ../blueman/main/applet/Transfer.py:164 -msgid "Receiving file" -msgstr "Приемане на файл" - -#: ../blueman/main/applet/Transfer.py:165 -#, python-format -msgid "Receiving file %(0)s from %(1)s" -msgstr "Приемане на файл %(0)s от %(1)s" - -#: ../blueman/main/applet/Transfer.py:204 -#: ../blueman/main/applet/Transfer.py:234 -msgid "File received" -msgstr "Файлът е приет" - -#: ../blueman/main/applet/Transfer.py:205 -#: ../blueman/main/applet/Transfer.py:235 -#, python-format -msgid "File %(0)s from %(1)s successfully received" -msgstr "Файлът %(0)s от %(1)s е приет успешно" - -#: ../blueman/main/applet/Transfer.py:220 -msgid "Transfer failed" -msgstr "Прехвърлянето пропадна." - -#: ../blueman/main/applet/Transfer.py:221 -#, python-format -msgid "Transfer of file %(0)s failed" -msgstr "Прехвърлянето на файла %(0)s се провали" - -#: ../blueman/main/applet/Transfer.py:243 -#: ../blueman/main/applet/Transfer.py:254 -msgid "Files received" -msgstr "Получени файлове" - -#: ../blueman/main/applet/Transfer.py:244 -#, python-format -msgid "Received %d file in the background" -msgid_plural "Received %d files in the background" -msgstr[0] "%d получен файл на заден фон" -msgstr[1] "%d получени файла на заден фон" - -#: ../blueman/main/applet/Transfer.py:255 -#, python-format -msgid "Received %d more file in the background" -msgid_plural "Received %d more files in the background" -msgstr[0] "Още %d приет файл на заден фон" -msgstr[1] "Още %d приети файла на заден фон" +msgstr "_Затваряне" #: ../blueman/main/applet/BluezAgent.py:120 #, python-format @@ -480,11 +393,11 @@ #: ../blueman/main/applet/BluezAgent.py:180 msgid "Pairing passkey for" -msgstr "" +msgstr "Ключ за свъзрване с " #: ../blueman/main/applet/BluezAgent.py:187 msgid "Pairing PIN code for" -msgstr "" +msgstr "PIN код за свързване с" #: ../blueman/main/applet/BluezAgent.py:213 msgid "Pairing request for:" @@ -516,6 +429,11 @@ msgid "Always accept" msgstr "Винаги да се приема" +#: ../blueman/main/applet/BluezAgent.py:249 +#: ../blueman/plugins/applet/TransferService.py:98 +msgid "Accept" +msgstr "Приемане" + #: ../blueman/main/applet/BluezAgent.py:282 msgid "Confirm value" msgstr "Потвърждение на стойността" @@ -531,11 +449,11 @@ " with the content of this message." msgstr "При зареждането на приставка възникна грешка. Моля уведомете разработчиците със съдържанието на това съобщение." -#: ../blueman/Functions.py:93 +#: ../blueman/Functions.py:94 msgid "Bluetooth Turned Off" msgstr "Bluetooth адаптера е изключен" -#: ../blueman/Functions.py:97 +#: ../blueman/Functions.py:98 msgid "Enable Bluetooth" msgstr "Включване на Bluetooth" @@ -566,76 +484,92 @@ #: ../blueman/gui/manager/ManagerMenu.py:58 msgid "Show _Toolbar" -msgstr "" +msgstr "Покажи _Лента с инструменти" #: ../blueman/gui/manager/ManagerMenu.py:63 msgid "Show _Statusbar" -msgstr "" +msgstr "Покажи _Лента за състоянието" #: ../blueman/gui/manager/ManagerMenu.py:74 msgid "Latest Device _First" -msgstr "" +msgstr "Последното устройсто _първо" #: ../blueman/gui/manager/ManagerMenu.py:79 msgid "Latest Device _Last" -msgstr "" +msgstr "Последното устройство _накрая" + +#: ../blueman/gui/manager/ManagerMenu.py:91 +#: ../blueman/gui/applet/PluginDialog.py:107 +#: ../blueman/plugins/applet/StandardItems.py:119 +msgid "Plugins" +msgstr "Приставки" + +#: ../blueman/gui/manager/ManagerMenu.py:96 +#: ../blueman/plugins/applet/StandardItems.py:55 +msgid "_Local Services" +msgstr "_Локални услуги" + +#: ../blueman/gui/manager/ManagerMenu.py:98 +#: ../blueman/plugins/applet/StandardItems.py:114 +msgid "Service Preferences" +msgstr "Настройки на услугите" -#: ../blueman/gui/manager/ManagerMenu.py:158 +#: ../blueman/gui/manager/ManagerMenu.py:173 msgid "_Search" msgstr "_Търсене" -#: ../blueman/gui/manager/ManagerDeviceList.py:104 +#: ../blueman/gui/manager/ManagerDeviceList.py:102 #: ../blueman/plugins/applet/StandardItems.py:102 ../apps/blueman-manager:265 msgid "File Sender" -msgstr "" +msgstr "Изпращач на файлове" -#: ../blueman/gui/manager/ManagerDeviceList.py:439 +#: ../blueman/gui/manager/ManagerDeviceList.py:437 msgid "Trusted and Bonded" msgstr "Доверено и Сдвоено" -#: ../blueman/gui/manager/ManagerDeviceList.py:441 +#: ../blueman/gui/manager/ManagerDeviceList.py:439 msgid "Bonded" msgstr "Свързан" -#: ../blueman/gui/manager/ManagerDeviceList.py:443 +#: ../blueman/gui/manager/ManagerDeviceList.py:441 msgid "Trusted" msgstr "Доверено" -#: ../blueman/gui/manager/ManagerDeviceList.py:462 +#: ../blueman/gui/manager/ManagerDeviceList.py:460 msgid "Poor" msgstr "Слабо" -#: ../blueman/gui/manager/ManagerDeviceList.py:465 -#: ../blueman/gui/manager/ManagerDeviceList.py:480 +#: ../blueman/gui/manager/ManagerDeviceList.py:463 +#: ../blueman/gui/manager/ManagerDeviceList.py:478 msgid "Sub-optimal" msgstr "Под оптималното" -#: ../blueman/gui/manager/ManagerDeviceList.py:468 -#: ../blueman/gui/manager/ManagerDeviceList.py:483 +#: ../blueman/gui/manager/ManagerDeviceList.py:466 +#: ../blueman/gui/manager/ManagerDeviceList.py:481 msgid "Optimal" msgstr "Оптимално" -#: ../blueman/gui/manager/ManagerDeviceList.py:471 +#: ../blueman/gui/manager/ManagerDeviceList.py:469 msgid "Much" msgstr "Добро" -#: ../blueman/gui/manager/ManagerDeviceList.py:474 +#: ../blueman/gui/manager/ManagerDeviceList.py:472 msgid "Too much" msgstr "Много добро" -#: ../blueman/gui/manager/ManagerDeviceList.py:477 +#: ../blueman/gui/manager/ManagerDeviceList.py:475 msgid "Low" msgstr "Ниско" -#: ../blueman/gui/manager/ManagerDeviceList.py:486 +#: ../blueman/gui/manager/ManagerDeviceList.py:484 msgid "High" msgstr "Високо" -#: ../blueman/gui/manager/ManagerDeviceList.py:489 +#: ../blueman/gui/manager/ManagerDeviceList.py:487 msgid "Very High" msgstr "Много високо" -#: ../blueman/gui/manager/ManagerDeviceList.py:492 +#: ../blueman/gui/manager/ManagerDeviceList.py:490 #, python-format msgid "" "Connected\n" @@ -644,7 +578,7 @@ "Transmit Power Level: %(tpl)u%% (%(tpl_state)s)" msgstr "Свързано\nСила на приемания сигнал: %(rssi)u%% (%(rssi_state)s)\nКачество на връзката: %(lq)u%%\nНиво на мощността на излъчване: %(tpl)u%% (%(tpl_state)s)" -#: ../blueman/gui/manager/ManagerDeviceList.py:494 +#: ../blueman/gui/manager/ManagerDeviceList.py:492 #, python-format msgid "" "Connected\n" @@ -653,7 +587,7 @@ "Transmit Power Level: %(tpl)u%% (%(tpl_state)s)" msgstr "Свързано\nСила на приемания сигнал: %(rssi)u%% (%(rssi_state)s)\nКачество на връзката: %(lq)u%%\nНиво на мощността на излъчване: %(tpl)u%% (%(tpl_state)s)" -#: ../blueman/gui/manager/ManagerDeviceList.py:496 +#: ../blueman/gui/manager/ManagerDeviceList.py:494 #, python-format msgid "" "Connected\n" @@ -681,7 +615,7 @@ #: ../blueman/gui/manager/ManagerDeviceMenu.py:128 msgid "Connecting..." -msgstr "Свързване..." +msgstr "Свързване…" #: ../blueman/gui/manager/ManagerDeviceMenu.py:211 msgid "_Add Device" @@ -690,12 +624,12 @@ #: ../blueman/gui/manager/ManagerDeviceMenu.py:218 #: ../blueman/gui/manager/ManagerDeviceMenu.py:344 msgid "_Setup..." -msgstr "_Настройка..." +msgstr "_Настройка…" #: ../blueman/gui/manager/ManagerDeviceMenu.py:225 #: ../blueman/gui/manager/ManagerDeviceMenu.py:323 msgid "_Pair" -msgstr "" +msgstr "_Чифт" #: ../blueman/gui/manager/ManagerDeviceMenu.py:230 msgid "Pair with the device" @@ -704,7 +638,7 @@ #: ../blueman/gui/manager/ManagerDeviceMenu.py:236 #: ../blueman/gui/manager/ManagerDeviceMenu.py:298 msgid "Send a _File..." -msgstr "Изпрати_Фаил..." +msgstr "Изпращане на _файл…" #: ../blueman/gui/manager/ManagerDeviceMenu.py:266 msgid "Connect To:" @@ -716,7 +650,7 @@ #: ../blueman/gui/manager/ManagerDeviceMenu.py:303 msgid "_Browse Device..." -msgstr "–Търсене на устройство..." +msgstr "_Търсене на устройство…" #: ../blueman/gui/manager/ManagerDeviceMenu.py:333 msgid "_Trust" @@ -742,7 +676,7 @@ msgid "Disconnecting..." msgstr "Прекъсване на връзката…" -#: ../blueman/gui/manager/ManagerProgressbar.py:20 ../apps/blueman-sendto:67 +#: ../blueman/gui/manager/ManagerProgressbar.py:20 ../apps/blueman-sendto:70 msgid "Connecting" msgstr "Свързване" @@ -794,11 +728,6 @@ msgid "GSM Settings" msgstr "GSM Настройки" -#: ../blueman/gui/applet/PluginDialog.py:107 -#: ../blueman/plugins/applet/StandardItems.py:119 -msgid "Plugins" -msgstr "Приставки" - #: ../blueman/gui/applet/PluginDialog.py:198 #: ../blueman/gui/applet/PluginDialog.py:199 msgid "Unspecified" @@ -814,7 +743,7 @@ msgid "" "Plugin \"%(0)s\" depends on %(1)s. Unloading %(1)s will also unload \"%(0)s\".\n" "Proceed?" -msgstr "Приставката \"%(0)s\" зависи от %(1)s. Отреждането на %(1)s ще отреди и \"%(0)s\".\nПродължаване?" +msgstr "Приставката „%(0)s“ зависи от %(1)s. Премахването на %(1)s ще премахне и „%(0)s“.\nПродължаване?" #: ../blueman/gui/applet/PluginDialog.py:314 #, python-format @@ -886,7 +815,7 @@ #. translators: device class #: ../blueman/DeviceClass.py:114 msgid "handsfree" -msgstr "слушалка \"свободни ръце\"" +msgstr "слушалка „свободни ръце“" #. translators: device class #: ../blueman/DeviceClass.py:116 ../blueman/DeviceClass.py:184 @@ -925,16 +854,16 @@ msgid "Network Access Point" msgstr "Мрежова точка за достъп" -#: ../blueman/plugins/manager/PulseAudioProfile.py:92 +#: ../blueman/plugins/manager/PulseAudioProfile.py:89 #, python-format msgid "Failed to change profile to %s" -msgstr "" +msgstr "Неуспешна промяна на профила към %s" -#: ../blueman/plugins/manager/PulseAudioProfile.py:127 +#: ../blueman/plugins/manager/PulseAudioProfile.py:124 msgid "Audio Profile" msgstr "Звуков профил" -#: ../blueman/plugins/manager/PulseAudioProfile.py:128 +#: ../blueman/plugins/manager/PulseAudioProfile.py:125 msgid "Select audio profile for PulseAudio" msgstr "Изберете на аудио профил за PulseAudio" @@ -1007,7 +936,7 @@ #: ../blueman/plugins/applet/NetUsage.py:334 msgid "Network _Usage" -msgstr "" +msgstr "_Използване на мрежата" #: ../blueman/plugins/applet/NetUsage.py:335 msgid "Shows network traffic usage" @@ -1046,7 +975,7 @@ msgid "" "Provides support for Dial Up Networking (DUN) with ModemManager and " "NetworkManager" -msgstr "" +msgstr "Осигурява поддръжка за Dial Up мрежи (DUN) чрез ModemManager и NetworkManager" #: ../blueman/plugins/applet/RecentConns.py:48 msgid "" @@ -1064,7 +993,7 @@ #: ../blueman/plugins/applet/RecentConns.py:78 msgid "Recent _Connections" -msgstr "" +msgstr "Скорошни _Вързки" #: ../blueman/plugins/applet/RecentConns.py:287 #: ../blueman/plugins/applet/PPPSupport.py:51 @@ -1103,20 +1032,90 @@ msgid "Provides DBus API for other Blueman components" msgstr "Осигурява DBus API за други компоненти на Blueman" -#: ../blueman/plugins/applet/TransferService.py:18 +#: ../blueman/plugins/applet/TransferService.py:95 +msgid "Incoming file over Bluetooth" +msgstr "Получаване на файл през Bluetooth" + +#: ../blueman/plugins/applet/TransferService.py:96 +#, python-format +msgid "Incoming file %(0)s from %(1)s" +msgstr "Входящ файл %(0)s от %(1)s" + +#: ../blueman/plugins/applet/TransferService.py:98 +msgid "Reject" +msgstr "Отхвърляне" + +#: ../blueman/plugins/applet/TransferService.py:102 +msgid "Receiving file" +msgstr "Приемане на файл" + +#: ../blueman/plugins/applet/TransferService.py:103 +#, python-format +msgid "Receiving file %(0)s from %(1)s" +msgstr "Приемане на файл %(0)s от %(1)s" + +#: ../blueman/plugins/applet/TransferService.py:119 msgid "Provides OBEX file transfer capabilities" msgstr "Предоставя OBEX възможности за трансфер на файлове" +#: ../blueman/plugins/applet/TransferService.py:145 +msgid "Configured directory for incoming files does not exist" +msgstr "Избраната папка за входящи файлове не съществува" + +#: ../blueman/plugins/applet/TransferService.py:146 +#, python-format +msgid "" +"Please make sure that directory \"%s\" exists or configure it with " +"blueman-services" +msgstr "Моля, уверете се, че папката „%s“ съществува, или я настройте чрез „blueman-services“" + +#: ../blueman/plugins/applet/TransferService.py:224 +msgid "File received" +msgstr "Файлът е приет" + +#: ../blueman/plugins/applet/TransferService.py:225 +#, python-format +msgid "File %(0)s from %(1)s successfully received" +msgstr "Файлът %(0)s от %(1)s е приет успешно" + +#: ../blueman/plugins/applet/TransferService.py:231 +msgid "Transfer failed" +msgstr "Прехвърлянето пропадна." + +#: ../blueman/plugins/applet/TransferService.py:232 +#, python-format +msgid "Transfer of file %(0)s failed" +msgstr "Прехвърлянето на файла %(0)s се провали" + +#: ../blueman/plugins/applet/TransferService.py:254 +#: ../blueman/plugins/applet/TransferService.py:261 +msgid "Files received" +msgstr "Получени файлове" + +#: ../blueman/plugins/applet/TransferService.py:255 +#, python-format +msgid "Received %d file in the background" +msgid_plural "Received %d files in the background" +msgstr[0] "%d получен файл на заден фон" +msgstr[1] "%d получени файла на заден фон" + +#: ../blueman/plugins/applet/TransferService.py:262 +#, python-format +msgid "Received %d more file in the background" +msgid_plural "Received %d more files in the background" +msgstr[0] "Още %d приет файл на заден фон" +msgstr[1] "Още %d приети файла на заден фон" + #: ../blueman/plugins/applet/KillSwitch.py:38 msgid "" "Toggles a platform Bluetooth killswitch when Bluetooth power state changes " "(Useless with USB dongles) and makes sure a status icon is shown if there is" " a bluetooth killswitch but no adapter." -msgstr "" +msgstr "Превключва системния прекъсвач на Блутут, когато се промени енергийното състояние на адаптера (Безполезно за Блутут адаптери през USB) и подсигурява, че иконката за състоянието е показана в случай, че има системен прекъсвач на Блутут без адаптер." #: ../blueman/plugins/applet/StandardItems.py:18 msgid "Adds standard menu items to the status icon menu" -msgstr "Добавя стандартни елементи на меню към менюто на иконата за състояние" +msgstr "Добавя стандартни елементи на меню към менюто на иконката за състояние" #: ../blueman/plugins/applet/StandardItems.py:26 msgid "_Setup New Device" @@ -1138,10 +1137,6 @@ msgid "Adap_ters" msgstr "_Адаптери" -#: ../blueman/plugins/applet/StandardItems.py:55 -msgid "_Local Services" -msgstr "_Локални услуги" - #: ../blueman/plugins/applet/StandardItems.py:65 msgid "_Plugins" msgstr "_Приставки" @@ -1153,15 +1148,11 @@ #: ../blueman/plugins/applet/StandardItems.py:105 msgid "File Browser" -msgstr "" +msgstr "Файлов браузър" #: ../blueman/plugins/applet/StandardItems.py:111 ../apps/blueman-manager:254 msgid "Adapter Preferences" -msgstr "" - -#: ../blueman/plugins/applet/StandardItems.py:114 -msgid "Service Preferences" -msgstr "" +msgstr "Настройки на адаптера" #: ../blueman/plugins/applet/StandardItems.py:117 msgid "applet" @@ -1173,7 +1164,7 @@ #: ../blueman/plugins/applet/ExitItem.py:13 msgid "Adds an exit menu item to quit the applet" -msgstr "" +msgstr "Добавя към менюто елемент за изход за напускане на аплета" #: ../blueman/plugins/applet/DhcpClient.py:16 msgid "Provides a basic dhcp client for Bluetooth PAN connections." @@ -1200,13 +1191,13 @@ msgid "" "Trying to obtain an IP address on %s\n" "Please wait..." -msgstr "Присвояване на IP адрес на %s\nМоля изчакайте..." +msgstr "Присвояване на IP адрес на %s\nМоля, изчакайте…" #: ../blueman/plugins/applet/ShowConnected.py:20 msgid "" "Adds an indication on the status icon when Bluetooth is active and shows the" " number of connections in the tooltip." -msgstr "Добавя индикация на иконата за състояние, когато има Bluetooth активност и показва броя на връзките в подсказката." +msgstr "Добавя индикация на иконката за състояние, когато има дейност по Блутут и показва броя на връзките в подсказката." #: ../blueman/plugins/applet/ShowConnected.py:71 msgid "Bluetooth Active" @@ -1221,7 +1212,7 @@ #: ../blueman/plugins/applet/AppIndicator.py:12 msgid "Uses libappindicator to show a statusicon" -msgstr "" +msgstr "Използва „libappindicator“ за показване на иконка за състоянието" #: ../blueman/plugins/applet/Headset.py:15 msgid "Runs a command when answer button is pressed on a headset" @@ -1261,7 +1252,7 @@ #: ../blueman/plugins/applet/DiscvManager.py:74 #, python-format msgid "Discoverable... %ss" -msgstr "Видим... %ss" +msgstr "Видимо… %ss" #: ../blueman/plugins/applet/Menu.py:16 msgid "" @@ -1282,11 +1273,11 @@ #: ../blueman/plugins/applet/SerialManager.py:25 msgid "" "Standard SPP profile connection handler, allows executing custom actions" -msgstr "" +msgstr "Стандартен мрежови манипулатор за SPP профил; позволява изпълнението на лични действия" #: ../blueman/plugins/applet/SerialManager.py:34 msgid "Script to execute on connection" -msgstr "" +msgstr "Скрипт за пълнение върху връзката" #: ../blueman/plugins/applet/SerialManager.py:35 msgid "" @@ -1297,23 +1288,23 @@ "uuid16s are returned as a comma seperated list\n" "\n" "Upon device disconnection the script will be sent a HUP signal" -msgstr "" +msgstr "Следните аргументи ще бъдат подадени:\nАдрес, име, име на услугата, uuid16s, rfcomm-възел\nНапример:\nAA:BB:CC:DD:EE:FF, Телефон, DUN услуга, 0x1103, /dev/rfcomm0\nuuid16s се връщат като списък, отделен със запетаи\n\nПри разединяване на устройството, на скрипта ще бъде изпратен сиглан HUP" -#: ../blueman/plugins/applet/SerialManager.py:64 +#: ../blueman/plugins/applet/SerialManager.py:66 msgid "Serial port connected" msgstr "Серийният порт е свързан" -#: ../blueman/plugins/applet/SerialManager.py:65 +#: ../blueman/plugins/applet/SerialManager.py:67 #, python-format msgid "" "Serial port service on device %s now will be available via %s" msgstr "Услугата на серийният порт на устройството %s сега ще бъде налична чрез %s" -#: ../blueman/plugins/applet/SerialManager.py:112 +#: ../blueman/plugins/applet/SerialManager.py:114 msgid "Serial port connection script failed" -msgstr "" +msgstr "Скриптът за серийния порт се провали" -#: ../blueman/plugins/applet/SerialManager.py:113 +#: ../blueman/plugins/applet/SerialManager.py:115 #, python-format msgid "" "There was a problem launching script %s\n" @@ -1326,15 +1317,15 @@ #: ../blueman/plugins/applet/PowerManager.py:29 msgid "Auto power-on" -msgstr "" +msgstr "Автоматично пускане" #: ../blueman/plugins/applet/PowerManager.py:30 msgid "Automatically power on adapters" -msgstr "" +msgstr "Автоматично пускане на адаптерите" #: ../blueman/plugins/applet/PowerManager.py:42 msgid "Bluetooth _Off" -msgstr "" +msgstr "Bluetooth _изключен" #: ../blueman/plugins/applet/PowerManager.py:44 #: ../blueman/plugins/applet/PowerManager.py:186 @@ -1343,7 +1334,7 @@ #: ../blueman/plugins/applet/PowerManager.py:171 msgid "Turn Bluetooth _On" -msgstr "" +msgstr "_Включване на Bluetooth" #: ../blueman/plugins/applet/PowerManager.py:173 msgid "Turn on all adapters" @@ -1351,13 +1342,13 @@ #: ../blueman/plugins/applet/PowerManager.py:184 msgid "Turn Bluetooth _Off" -msgstr "" +msgstr "_Изключване на Bluetooth" #: ../blueman/plugins/applet/GameControllerWakelock.py:15 msgid "" "Temporarily suspends the screensaver when a bluetooth game controller is " "connected." -msgstr "" +msgstr "Временно премахва скрийнсейвъра когато Bluetooth джойстика е свързан." #: ../blueman/services/AudioSink.py:13 msgid "Allows to send audio to remote device" @@ -1379,14 +1370,14 @@ #: ../blueman/plugins/services/Network.py:107 #, python-format msgid "IP address conflicts with interface %s which has the same address" -msgstr "" +msgstr "IP адресът съвпада с интерфейс %s, който има същия адрес" #: ../blueman/plugins/services/Network.py:112 #, python-format msgid "" "IP address overlaps with subnet of interface %s, which has the following configuration %s/%s\n" "This may cause incorrect network behavior" -msgstr "" +msgstr "IP адресът съвпада с подмрежа на интерфейс %s, който има следните настройки %s/%s\nТова може да доведе до неправилна работа на мрежата" #: ../blueman/plugins/services/Network.py:231 #: ../blueman/plugins/services/Network.py:237 @@ -1403,7 +1394,7 @@ #: ../data/blueman-adapters.desktop.in.h:2 msgid "Set Bluetooth Adapter Properties" -msgstr "" +msgstr "Настройка на Bluetooth адаптера" #: ../data/blueman.desktop.in.h:1 msgid "Blueman Applet" @@ -1419,7 +1410,7 @@ #: ../data/thunar-sendto-blueman.desktop.in.h:1 msgid "Bluetooth Device" -msgstr "" +msgstr "Bluetooth устройсто" #: ../data/configs/org.blueman.policy.in.h:1 msgid "Configure Bluetooth Network" @@ -1494,70 +1485,70 @@ msgstr[0] "%d минута" msgstr[1] "%d минути" -#: ../apps/blueman-sendto:106 +#: ../apps/blueman-sendto:110 msgid "obexd not available" -msgstr "" +msgstr "obexd не е наличен" -#: ../apps/blueman-sendto:107 +#: ../apps/blueman-sendto:111 msgid "obexd is probably not installed" -msgstr "" +msgstr "obexd най-вероятно не е инсталиран" -#: ../apps/blueman-sendto:133 -msgid "Error occurred" -msgstr "Възникна грешка" - -#: ../apps/blueman-sendto:145 +#: ../apps/blueman-sendto:138 msgid "Cancelling" msgstr "Отмяна" -#: ../apps/blueman-sendto:162 ../apps/blueman-sendto:196 +#: ../apps/blueman-sendto:149 ../apps/blueman-sendto:191 msgid "Sending File" msgstr "Изпращане на файл" -#: ../apps/blueman-sendto:162 ../apps/blueman-sendto:196 +#: ../apps/blueman-sendto:149 ../apps/blueman-sendto:191 msgid "ETA:" msgstr "Приблизително оставащо време:" -#: ../apps/blueman-sendto:190 +#: ../apps/blueman-sendto:185 #, c-format msgid "%.0f Minute" msgid_plural "%.0f Minutes" msgstr[0] "%.0f минута" msgstr[1] "%.0f минути" -#: ../apps/blueman-sendto:192 +#: ../apps/blueman-sendto:187 #, c-format msgid "%.0f Second" msgid_plural "%.0f Seconds" msgstr[0] "%.0f секунда" msgstr[1] "%.0f секунди" -#: ../apps/blueman-sendto:230 +#: ../apps/blueman-sendto:225 #, c-format msgid "Error occurred while sending file %s" msgstr "При изпращането на файла %s възникна грешка" -#: ../apps/blueman-sendto:234 +#: ../apps/blueman-sendto:229 msgid "Skip" msgstr "Пропускане" -#: ../apps/blueman-sendto:235 +#: ../apps/blueman-sendto:230 msgid "Retry" msgstr "Повторен опит" -#: ../apps/blueman-sendto:284 +#: ../apps/blueman-sendto:271 +msgid "Error occurred" +msgstr "Възникна грешка" + +#: ../apps/blueman-sendto:290 msgid "Send files to this device" msgstr "Изпращане на файлове към това устройство" -#: ../apps/blueman-sendto:290 +#: ../apps/blueman-sendto:296 msgid "Source adapter. Takes address or adapter's name eg. hci0" -msgstr "" +msgstr "Адаптер на източника. Взема адресът или името на адаптера, напр. hci0" -#: ../apps/blueman-sendto:295 +#: ../apps/blueman-sendto:301 msgid "Bluetooth needs to be turned on for file sending to work" msgstr "Bluetooth адаптера трябва да бъде включен, за да работи изпращането на файлове" -#: ../apps/blueman-sendto:355 +#: ../apps/blueman-sendto:361 msgid "Select files to send" msgstr "Изберете файлове за изпращане" @@ -1575,11 +1566,11 @@ #: ../apps/blueman-assistant:228 msgid "Adding Device..." -msgstr "Добавяне на устройство..." +msgstr "Добавяне на устройство…" #: ../apps/blueman-assistant:231 msgid "Pairing in progress..." -msgstr "" +msgstr "В процес на сдвояване…" #: ../apps/blueman-assistant:240 ../apps/blueman-assistant:259 msgid "Failed to add device" @@ -1604,11 +1595,11 @@ #: ../apps/blueman-browse:64 #, c-format msgid "Failed to launch \"%s\"" -msgstr "Неуспех при изпълнението на \"%s\"" +msgstr "Неуспех при изпълнението на „%s“" #: ../apps/blueman-browse:66 msgid "Failed to launch default file browser" -msgstr "" +msgstr "Не успя да стартира файловият браузър по подразбиране" #: ../apps/blueman-browse:68 msgid "You can enter an alternate browser in service settings" diff -Nru blueman-2.0.4/po/bs.po blueman-2.0.5/po/bs.po --- blueman-2.0.4/po/bs.po 2016-03-22 06:16:30.000000000 +0000 +++ blueman-2.0.5/po/bs.po 2017-10-01 06:19:46.000000000 +0000 @@ -4,14 +4,15 @@ # # Translators: # FIRST AUTHOR , 2008 +# Sky Lion , 2016 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-30 19:38+0200\n" -"PO-Revision-Date: 2015-04-30 17:40+0000\n" -"Last-Translator: infirit \n" -"Language-Team: Bosnian (http://www.transifex.com/projects/p/MATE/language/bs/)\n" +"POT-Creation-Date: 2015-05-14 08:59+0200\n" +"PO-Revision-Date: 2016-11-04 13:43+0000\n" +"Last-Translator: Sky Lion \n" +"Language-Team: Bosnian (http://www.transifex.com/mate/MATE/language/bs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -32,7 +33,7 @@ #: ../data/ui/adapters-tab.ui.h:4 msgid "Temporarily visible" -msgstr "" +msgstr "Privremeno vidljivo" #: ../data/ui/adapters-tab.ui.h:5 msgid "Friendly Name" @@ -60,7 +61,7 @@ #: ../data/ui/manager-main.ui.h:2 msgid "Search for nearby devices" -msgstr "" +msgstr "Traži za uređaje u blizini" #. translators: toolbar item: keep it as short as possible #: ../data/ui/manager-main.ui.h:4 @@ -139,7 +140,7 @@ #: ../data/ui/rename-device.ui.h:1 msgid "Rename device" -msgstr "" +msgstr "Preimenuj uređaj" #: ../data/ui/services.ui.h:1 msgid "Local Services" @@ -194,45 +195,33 @@ msgstr "Postavke Mreže" #: ../data/ui/services-transfer.ui.h:1 -msgid "Shared Folder:" -msgstr "Razmjenjivana Mapa:" +msgid "Incoming Folder:" +msgstr "" #: ../data/ui/services-transfer.ui.h:2 -msgid "Select Shared/Storage folder" +msgid "Select folder for incoming file transfers" msgstr "" #: ../data/ui/services-transfer.ui.h:3 -msgid "Enabled" -msgstr "Uključeno" - -#: ../data/ui/services-transfer.ui.h:4 msgid "Accept files from trusted devices" msgstr "Prihvati datoteke sa povjerljivih uređaja" -#: ../data/ui/services-transfer.ui.h:5 +#: ../data/ui/services-transfer.ui.h:4 msgid "File Receiving (Object Push)" msgstr "" #: ../data/ui/services-transfer.ui.h:6 -msgid "Allow devices to write/delete" -msgstr "" - -#: ../data/ui/services-transfer.ui.h:7 -msgid "File Sharing (FTP)" -msgstr "Razmjena Datoteka (FTP)" - -#: ../data/ui/services-transfer.ui.h:9 #, no-c-format msgid "" "Command to start an obex ftp browser.\n" "%d is substituted with device address." msgstr "" -#: ../data/ui/services-transfer.ui.h:11 +#: ../data/ui/services-transfer.ui.h:8 msgid "Advanced" msgstr "Napredno" -#: ../data/ui/services-transfer.ui.h:12 +#: ../data/ui/services-transfer.ui.h:9 msgid "Transfer Settings" msgstr "Postavke Transfera" @@ -242,7 +231,7 @@ #: ../data/ui/send-dialog.ui.h:2 msgid "Sending files via Bluetooth" -msgstr "" +msgstr "Slanje fajla bluetoothom" #: ../data/ui/send-dialog.ui.h:3 msgid "To:" @@ -298,7 +287,7 @@ #: ../data/ui/applet-plugins-widget.ui.h:1 msgid "Configuration" -msgstr "" +msgstr "Konfiguracija" #: ../data/ui/applet-plugins-widget.ui.h:2 msgid "Configure selected plugin's preferences" @@ -368,90 +357,11 @@ #: ../data/ui/net-usage.ui.h:7 msgid "_Reset" -msgstr "" +msgstr "_Resetuj" #: ../data/ui/net-usage.ui.h:8 msgid "_Close" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:56 -msgid "Configured share directory does not exist" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:57 -#, python-format -msgid "" -"Please make sure that directory \"%s\" exists or configure it with " -"blueman-services" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:152 -msgid "Incoming file over Bluetooth" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:153 -#, python-format -msgid "Incoming file %(0)s from %(1)s" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:155 -#: ../blueman/main/applet/BluezAgent.py:249 -msgid "Accept" -msgstr "Prihvati" - -#: ../blueman/main/applet/Transfer.py:155 -msgid "Reject" -msgstr "Odbaci" - -#: ../blueman/main/applet/Transfer.py:164 -msgid "Receiving file" -msgstr "Prijem datoteke" - -#: ../blueman/main/applet/Transfer.py:165 -#, python-format -msgid "Receiving file %(0)s from %(1)s" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:204 -#: ../blueman/main/applet/Transfer.py:234 -msgid "File received" -msgstr "Datoteka primljena" - -#: ../blueman/main/applet/Transfer.py:205 -#: ../blueman/main/applet/Transfer.py:235 -#, python-format -msgid "File %(0)s from %(1)s successfully received" -msgstr "Datoteka %(0)s od %(1)s uspješno primljena" - -#: ../blueman/main/applet/Transfer.py:220 -msgid "Transfer failed" -msgstr "Transfer nije uspio" - -#: ../blueman/main/applet/Transfer.py:221 -#, python-format -msgid "Transfer of file %(0)s failed" -msgstr "Neuspio transfer datoteke %(0)s" - -#: ../blueman/main/applet/Transfer.py:243 -#: ../blueman/main/applet/Transfer.py:254 -msgid "Files received" -msgstr "Primljene datoteke" - -#: ../blueman/main/applet/Transfer.py:244 -#, python-format -msgid "Received %d file in the background" -msgid_plural "Received %d files in the background" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: ../blueman/main/applet/Transfer.py:255 -#, python-format -msgid "Received %d more file in the background" -msgid_plural "Received %d more files in the background" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr "_Zatvori" #: ../blueman/main/applet/BluezAgent.py:120 #, python-format @@ -517,6 +427,11 @@ msgid "Always accept" msgstr "Uvijek prihvati" +#: ../blueman/main/applet/BluezAgent.py:249 +#: ../blueman/plugins/applet/TransferService.py:98 +msgid "Accept" +msgstr "Prihvati" + #: ../blueman/main/applet/BluezAgent.py:282 msgid "Confirm value" msgstr "Potvrdi vrijednost" @@ -532,11 +447,11 @@ " with the content of this message." msgstr "" -#: ../blueman/Functions.py:93 +#: ../blueman/Functions.py:94 msgid "Bluetooth Turned Off" msgstr "Bluetooth isključen" -#: ../blueman/Functions.py:97 +#: ../blueman/Functions.py:98 msgid "Enable Bluetooth" msgstr "Osposobi Bluetooth" @@ -558,7 +473,7 @@ #: ../blueman/gui/manager/ManagerMenu.py:40 msgid "_Report a Problem" -msgstr "" +msgstr "_Prijavi problem" #: ../blueman/gui/manager/ManagerMenu.py:50 #: ../blueman/plugins/applet/StandardItems.py:108 @@ -567,7 +482,7 @@ #: ../blueman/gui/manager/ManagerMenu.py:58 msgid "Show _Toolbar" -msgstr "" +msgstr "Prikaži _Alatnu traku" #: ../blueman/gui/manager/ManagerMenu.py:63 msgid "Show _Statusbar" @@ -581,62 +496,78 @@ msgid "Latest Device _Last" msgstr "" -#: ../blueman/gui/manager/ManagerMenu.py:158 -msgid "_Search" +#: ../blueman/gui/manager/ManagerMenu.py:91 +#: ../blueman/gui/applet/PluginDialog.py:107 +#: ../blueman/plugins/applet/StandardItems.py:119 +msgid "Plugins" +msgstr "Priključci" + +#: ../blueman/gui/manager/ManagerMenu.py:96 +#: ../blueman/plugins/applet/StandardItems.py:55 +msgid "_Local Services" +msgstr "_Lokalne Usluge" + +#: ../blueman/gui/manager/ManagerMenu.py:98 +#: ../blueman/plugins/applet/StandardItems.py:114 +msgid "Service Preferences" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:104 +#: ../blueman/gui/manager/ManagerMenu.py:173 +msgid "_Search" +msgstr "_Traži" + +#: ../blueman/gui/manager/ManagerDeviceList.py:102 #: ../blueman/plugins/applet/StandardItems.py:102 ../apps/blueman-manager:265 msgid "File Sender" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:439 +#: ../blueman/gui/manager/ManagerDeviceList.py:437 msgid "Trusted and Bonded" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:441 +#: ../blueman/gui/manager/ManagerDeviceList.py:439 msgid "Bonded" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:443 +#: ../blueman/gui/manager/ManagerDeviceList.py:441 msgid "Trusted" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:462 +#: ../blueman/gui/manager/ManagerDeviceList.py:460 msgid "Poor" msgstr "Slab" -#: ../blueman/gui/manager/ManagerDeviceList.py:465 -#: ../blueman/gui/manager/ManagerDeviceList.py:480 +#: ../blueman/gui/manager/ManagerDeviceList.py:463 +#: ../blueman/gui/manager/ManagerDeviceList.py:478 msgid "Sub-optimal" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:468 -#: ../blueman/gui/manager/ManagerDeviceList.py:483 +#: ../blueman/gui/manager/ManagerDeviceList.py:466 +#: ../blueman/gui/manager/ManagerDeviceList.py:481 msgid "Optimal" msgstr "Optimalno" -#: ../blueman/gui/manager/ManagerDeviceList.py:471 +#: ../blueman/gui/manager/ManagerDeviceList.py:469 msgid "Much" msgstr "Puno" -#: ../blueman/gui/manager/ManagerDeviceList.py:474 +#: ../blueman/gui/manager/ManagerDeviceList.py:472 msgid "Too much" msgstr "Previše" -#: ../blueman/gui/manager/ManagerDeviceList.py:477 +#: ../blueman/gui/manager/ManagerDeviceList.py:475 msgid "Low" msgstr "Nisko" -#: ../blueman/gui/manager/ManagerDeviceList.py:486 +#: ../blueman/gui/manager/ManagerDeviceList.py:484 msgid "High" msgstr "Visoko" -#: ../blueman/gui/manager/ManagerDeviceList.py:489 +#: ../blueman/gui/manager/ManagerDeviceList.py:487 msgid "Very High" msgstr "Veoma visoko" -#: ../blueman/gui/manager/ManagerDeviceList.py:492 +#: ../blueman/gui/manager/ManagerDeviceList.py:490 #, python-format msgid "" "Connected\n" @@ -645,7 +576,7 @@ "Transmit Power Level: %(tpl)u%% (%(tpl_state)s)" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:494 +#: ../blueman/gui/manager/ManagerDeviceList.py:492 #, python-format msgid "" "Connected\n" @@ -654,7 +585,7 @@ "Transmit Power Level: %(tpl)u%% (%(tpl_state)s)" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:496 +#: ../blueman/gui/manager/ManagerDeviceList.py:494 #, python-format msgid "" "Connected\n" @@ -686,7 +617,7 @@ #: ../blueman/gui/manager/ManagerDeviceMenu.py:211 msgid "_Add Device" -msgstr "" +msgstr "_Dodaj Uređaj" #: ../blueman/gui/manager/ManagerDeviceMenu.py:218 #: ../blueman/gui/manager/ManagerDeviceMenu.py:344 @@ -705,7 +636,7 @@ #: ../blueman/gui/manager/ManagerDeviceMenu.py:236 #: ../blueman/gui/manager/ManagerDeviceMenu.py:298 msgid "Send a _File..." -msgstr "" +msgstr "Pošalji _Fajl..." #: ../blueman/gui/manager/ManagerDeviceMenu.py:266 msgid "Connect To:" @@ -729,7 +660,7 @@ #: ../blueman/gui/manager/ManagerDeviceMenu.py:378 msgid "_Remove..." -msgstr "" +msgstr "_Ukloni..." #: ../blueman/gui/manager/ManagerDeviceMenu.py:388 msgid "_Disconnect" @@ -743,7 +674,7 @@ msgid "Disconnecting..." msgstr "" -#: ../blueman/gui/manager/ManagerProgressbar.py:20 ../apps/blueman-sendto:67 +#: ../blueman/gui/manager/ManagerProgressbar.py:20 ../apps/blueman-sendto:70 msgid "Connecting" msgstr "Povezivanje" @@ -795,11 +726,6 @@ msgid "GSM Settings" msgstr "GSM Postavke" -#: ../blueman/gui/applet/PluginDialog.py:107 -#: ../blueman/plugins/applet/StandardItems.py:119 -msgid "Plugins" -msgstr "Priključci" - #: ../blueman/gui/applet/PluginDialog.py:198 #: ../blueman/gui/applet/PluginDialog.py:199 msgid "Unspecified" @@ -926,16 +852,16 @@ msgid "Network Access Point" msgstr "" -#: ../blueman/plugins/manager/PulseAudioProfile.py:92 +#: ../blueman/plugins/manager/PulseAudioProfile.py:89 #, python-format msgid "Failed to change profile to %s" msgstr "" -#: ../blueman/plugins/manager/PulseAudioProfile.py:127 +#: ../blueman/plugins/manager/PulseAudioProfile.py:124 msgid "Audio Profile" msgstr "" -#: ../blueman/plugins/manager/PulseAudioProfile.py:128 +#: ../blueman/plugins/manager/PulseAudioProfile.py:125 msgid "Select audio profile for PulseAudio" msgstr "" @@ -1107,10 +1033,82 @@ msgid "Provides DBus API for other Blueman components" msgstr "" -#: ../blueman/plugins/applet/TransferService.py:18 +#: ../blueman/plugins/applet/TransferService.py:95 +msgid "Incoming file over Bluetooth" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:96 +#, python-format +msgid "Incoming file %(0)s from %(1)s" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:98 +msgid "Reject" +msgstr "Odbaci" + +#: ../blueman/plugins/applet/TransferService.py:102 +msgid "Receiving file" +msgstr "Prijem datoteke" + +#: ../blueman/plugins/applet/TransferService.py:103 +#, python-format +msgid "Receiving file %(0)s from %(1)s" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:119 msgid "Provides OBEX file transfer capabilities" msgstr "" +#: ../blueman/plugins/applet/TransferService.py:145 +msgid "Configured directory for incoming files does not exist" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:146 +#, python-format +msgid "" +"Please make sure that directory \"%s\" exists or configure it with " +"blueman-services" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:224 +msgid "File received" +msgstr "Datoteka primljena" + +#: ../blueman/plugins/applet/TransferService.py:225 +#, python-format +msgid "File %(0)s from %(1)s successfully received" +msgstr "Datoteka %(0)s od %(1)s uspješno primljena" + +#: ../blueman/plugins/applet/TransferService.py:231 +msgid "Transfer failed" +msgstr "Transfer nije uspio" + +#: ../blueman/plugins/applet/TransferService.py:232 +#, python-format +msgid "Transfer of file %(0)s failed" +msgstr "Neuspio transfer datoteke %(0)s" + +#: ../blueman/plugins/applet/TransferService.py:254 +#: ../blueman/plugins/applet/TransferService.py:261 +msgid "Files received" +msgstr "Primljene datoteke" + +#: ../blueman/plugins/applet/TransferService.py:255 +#, python-format +msgid "Received %d file in the background" +msgid_plural "Received %d files in the background" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: ../blueman/plugins/applet/TransferService.py:262 +#, python-format +msgid "Received %d more file in the background" +msgid_plural "Received %d more files in the background" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + #: ../blueman/plugins/applet/KillSwitch.py:38 msgid "" "Toggles a platform Bluetooth killswitch when Bluetooth power state changes " @@ -1142,10 +1140,6 @@ msgid "Adap_ters" msgstr "Adap_teri" -#: ../blueman/plugins/applet/StandardItems.py:55 -msgid "_Local Services" -msgstr "_Lokalne Usluge" - #: ../blueman/plugins/applet/StandardItems.py:65 msgid "_Plugins" msgstr "_Priključci" @@ -1163,10 +1157,6 @@ msgid "Adapter Preferences" msgstr "" -#: ../blueman/plugins/applet/StandardItems.py:114 -msgid "Service Preferences" -msgstr "" - #: ../blueman/plugins/applet/StandardItems.py:117 msgid "applet" msgstr "aplet" @@ -1304,21 +1294,21 @@ "Upon device disconnection the script will be sent a HUP signal" msgstr "" -#: ../blueman/plugins/applet/SerialManager.py:64 +#: ../blueman/plugins/applet/SerialManager.py:66 msgid "Serial port connected" msgstr "" -#: ../blueman/plugins/applet/SerialManager.py:65 +#: ../blueman/plugins/applet/SerialManager.py:67 #, python-format msgid "" "Serial port service on device %s now will be available via %s" msgstr "" -#: ../blueman/plugins/applet/SerialManager.py:112 +#: ../blueman/plugins/applet/SerialManager.py:114 msgid "Serial port connection script failed" msgstr "" -#: ../blueman/plugins/applet/SerialManager.py:113 +#: ../blueman/plugins/applet/SerialManager.py:115 #, python-format msgid "" "There was a problem launching script %s\n" @@ -1500,31 +1490,27 @@ msgstr[1] "%d Minute" msgstr[2] "%d Minuta" -#: ../apps/blueman-sendto:106 +#: ../apps/blueman-sendto:110 msgid "obexd not available" msgstr "" -#: ../apps/blueman-sendto:107 +#: ../apps/blueman-sendto:111 msgid "obexd is probably not installed" msgstr "" -#: ../apps/blueman-sendto:133 -msgid "Error occurred" -msgstr "Došlo je do greške" - -#: ../apps/blueman-sendto:145 +#: ../apps/blueman-sendto:138 msgid "Cancelling" msgstr "" -#: ../apps/blueman-sendto:162 ../apps/blueman-sendto:196 +#: ../apps/blueman-sendto:149 ../apps/blueman-sendto:191 msgid "Sending File" msgstr "Otpremanje Datoteke" -#: ../apps/blueman-sendto:162 ../apps/blueman-sendto:196 +#: ../apps/blueman-sendto:149 ../apps/blueman-sendto:191 msgid "ETA:" msgstr "ETA:" -#: ../apps/blueman-sendto:190 +#: ../apps/blueman-sendto:185 #, c-format msgid "%.0f Minute" msgid_plural "%.0f Minutes" @@ -1532,7 +1518,7 @@ msgstr[1] "%.0f Minute" msgstr[2] "%.0f Minuta" -#: ../apps/blueman-sendto:192 +#: ../apps/blueman-sendto:187 #, c-format msgid "%.0f Second" msgid_plural "%.0f Seconds" @@ -1540,32 +1526,36 @@ msgstr[1] "%.0f Sekunde" msgstr[2] "%.0f Sekundi" -#: ../apps/blueman-sendto:230 +#: ../apps/blueman-sendto:225 #, c-format msgid "Error occurred while sending file %s" msgstr "" -#: ../apps/blueman-sendto:234 +#: ../apps/blueman-sendto:229 msgid "Skip" msgstr "Preskoči" -#: ../apps/blueman-sendto:235 +#: ../apps/blueman-sendto:230 msgid "Retry" msgstr "Pokušaj ponovo" -#: ../apps/blueman-sendto:284 +#: ../apps/blueman-sendto:271 +msgid "Error occurred" +msgstr "Došlo je do greške" + +#: ../apps/blueman-sendto:290 msgid "Send files to this device" msgstr "" -#: ../apps/blueman-sendto:290 +#: ../apps/blueman-sendto:296 msgid "Source adapter. Takes address or adapter's name eg. hci0" msgstr "" -#: ../apps/blueman-sendto:295 +#: ../apps/blueman-sendto:301 msgid "Bluetooth needs to be turned on for file sending to work" msgstr "" -#: ../apps/blueman-sendto:355 +#: ../apps/blueman-sendto:361 msgid "Select files to send" msgstr "Odaberi datoteke za slanje" diff -Nru blueman-2.0.4/po/el.po blueman-2.0.5/po/el.po --- blueman-2.0.4/po/el.po 2016-03-22 06:16:30.000000000 +0000 +++ blueman-2.0.5/po/el.po 2017-10-01 06:19:46.000000000 +0000 @@ -5,18 +5,20 @@ # Translators: # alexandros_ , 2014 # alexandros_ , 2014 +# Angelos Chraniotis , 2016 # Efstathios Iosifidis , 2014-2015 # FIRST AUTHOR , 2007 +# Νίκος Κοντ. , 2016 # thunk , 2014 # thunk , 2014 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-30 19:38+0200\n" -"PO-Revision-Date: 2015-04-30 17:40+0000\n" -"Last-Translator: infirit \n" -"Language-Team: Greek (http://www.transifex.com/projects/p/MATE/language/el/)\n" +"POT-Creation-Date: 2015-05-14 08:59+0200\n" +"PO-Revision-Date: 2017-02-03 10:45+0000\n" +"Last-Translator: Αλέξανδρος Καπετάνιος \n" +"Language-Team: Greek (http://www.transifex.com/mate/MATE/language/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -29,7 +31,7 @@ #: ../data/ui/adapters-tab.ui.h:2 ../apps/blueman-adapters:142 msgid "Hidden" -msgstr "Απόκρυψη" +msgstr "Σε απόκρυψη" #: ../data/ui/adapters-tab.ui.h:3 msgid "Always visible" @@ -45,7 +47,7 @@ #: ../data/ui/adapters.ui.h:1 ../data/blueman-adapters.desktop.in.h:1 msgid "Bluetooth Adapters" -msgstr "Προσαρμογέας Bluetooth" +msgstr "Προσαρμογείς Bluetooth" #: ../data/ui/applet-passkey.ui.h:1 msgid "Pairing request" @@ -53,7 +55,7 @@ #: ../data/ui/applet-passkey.ui.h:2 msgid "Pairing request for device:" -msgstr "Αίτηση αντιστοίχισης για συσκευή:" +msgstr "Αίτηση ζεύξης για συσκευή:" #: ../data/ui/applet-passkey.ui.h:3 msgid "Show input" @@ -75,7 +77,7 @@ #: ../data/ui/manager-main.ui.h:5 #: ../blueman/gui/manager/ManagerDeviceMenu.py:216 msgid "Add this device to known devices list" -msgstr "Προσθήκη συσκευής στη λίστα γνωστών συσκευών" +msgstr "Προσθήκη αυτής της συσκευής στη λίστα γνωστών συσκευών" #. translators: toolbar item: keep it as short as possible #: ../data/ui/manager-main.ui.h:7 @@ -85,17 +87,17 @@ #: ../data/ui/manager-main.ui.h:8 #: ../blueman/gui/manager/ManagerDeviceMenu.py:324 msgid "Create pairing with the device" -msgstr "Δημιουργία σύζευξης με τη συσκευή" +msgstr "Δημιουργία ζεύξης με τη συσκευή" #. translators: toolbar item: keep it as short as possible #: ../data/ui/manager-main.ui.h:10 msgid "Pair" -msgstr "Σύζευξη" +msgstr "Ζεύξη" #: ../data/ui/manager-main.ui.h:11 #: ../blueman/gui/manager/ManagerDeviceMenu.py:342 msgid "Mark/Unmark this device as trusted" -msgstr "Σημείωση αυτής της συσκευής ως έμπιστη/μη έμπιστη" +msgstr "Σημείωση αυτής της συσκευής ως έμπιστης/μη έμπιστης" #. translators: toolbar item: keep it as short as possible #: ../data/ui/manager-main.ui.h:13 ../blueman/gui/manager/ManagerToolbar.py:38 @@ -199,45 +201,33 @@ msgstr "Ρυθμίσεις Δικτύου" #: ../data/ui/services-transfer.ui.h:1 -msgid "Shared Folder:" -msgstr "Κοινόχρηστος φάκελος" +msgid "Incoming Folder:" +msgstr "Φάκελος εισερχομένων" #: ../data/ui/services-transfer.ui.h:2 -msgid "Select Shared/Storage folder" -msgstr "Επιλογή Κοινόχρηστου/Αποθήκευσης Φακέλου" +msgid "Select folder for incoming file transfers" +msgstr "Επιλέξτε φάκελο για μεταφορά εισερχομένων αρχείων" #: ../data/ui/services-transfer.ui.h:3 -msgid "Enabled" -msgstr "Ενεργοποιημένο" - -#: ../data/ui/services-transfer.ui.h:4 msgid "Accept files from trusted devices" msgstr "Αποδοχή αρχείων από έμπιστες συσκεύες" -#: ../data/ui/services-transfer.ui.h:5 +#: ../data/ui/services-transfer.ui.h:4 msgid "File Receiving (Object Push)" msgstr "Λήψη Αρχείου (Object Push)" #: ../data/ui/services-transfer.ui.h:6 -msgid "Allow devices to write/delete" -msgstr "Να επιτρέπεται σε συσκεύες η εγγραφή/διαγραφή" - -#: ../data/ui/services-transfer.ui.h:7 -msgid "File Sharing (FTP)" -msgstr "Διαμοίραση Αρχείων (FTP)" - -#: ../data/ui/services-transfer.ui.h:9 #, no-c-format msgid "" "Command to start an obex ftp browser.\n" "%d is substituted with device address." msgstr "Εντολή για εκκίνηση ενός περιηγητή obex ftp.\n%d αντικαθίσταται με τη διεύθυνση της συσκευής." -#: ../data/ui/services-transfer.ui.h:11 +#: ../data/ui/services-transfer.ui.h:8 msgid "Advanced" msgstr "Για προχωρημένους" -#: ../data/ui/services-transfer.ui.h:12 +#: ../data/ui/services-transfer.ui.h:9 msgid "Transfer Settings" msgstr "Ρυθμίσεις Μεταφοράς" @@ -247,7 +237,7 @@ #: ../data/ui/send-dialog.ui.h:2 msgid "Sending files via Bluetooth" -msgstr "Αποστολή αρχείου μέσω Bluetooth" +msgstr "Αποστολή αρχείων μέσω Bluetooth" #: ../data/ui/send-dialog.ui.h:3 msgid "To:" @@ -271,11 +261,11 @@ #: ../data/ui/assistant.ui.h:6 msgid "Use Random Passkey" -msgstr "Χρήση τυχαίου κωδικού" +msgstr "Χρήση τυχαίας φράσης-κλειδιού" #: ../data/ui/assistant.ui.h:7 msgid "Proceed Without Pairing" -msgstr "Συνέχεια Χωρίς Σύζευξη" +msgstr "Συνέχεια Χωρίς Ζεύξη" #: ../data/ui/assistant.ui.h:8 msgid "Connect to:" @@ -287,7 +277,7 @@ #: ../data/ui/assistant.ui.h:10 msgid "Congratulations, device successfully added" -msgstr "Συγχαρητήρια, η συσκευή προστέθηκε με επιτυχία" +msgstr "Συγχαρητήρια, η συσκευή προστέθηκε επιτυχώς" #: ../data/ui/device-list-widget.ui.h:1 msgid "Device search progress" @@ -295,7 +285,7 @@ #: ../data/ui/device-list-widget.ui.h:2 msgid "Search for devices" -msgstr "Ψάξε για συσκευές" +msgstr "Αναζήτηση συσκευών" #: ../data/ui/device-list-widget.ui.h:3 msgid "Adapter selection" @@ -307,11 +297,11 @@ #: ../data/ui/applet-plugins-widget.ui.h:2 msgid "Configure selected plugin's preferences" -msgstr "Ρύθμιση προτιμήσεων της επιλεγμένης πρόσθετης λειτουργίας" +msgstr "Ρύθμιση προτιμήσεων της επιλεγμένης προσθήκης" #: ../data/ui/applet-plugins-widget.ui.h:3 msgid "Plugin description:" -msgstr "Περιγραφή πρόσθετου:" +msgstr "Περιγραφή προσθήκης:" #: ../data/ui/applet-plugins-widget.ui.h:4 msgid "Not specified" @@ -353,11 +343,11 @@ #: ../data/ui/net-usage.ui.h:2 msgid "Downloaded:" -msgstr "Κατεβασμένα:" +msgstr "Ληφθέντα:" #: ../data/ui/net-usage.ui.h:3 msgid "Uploaded:" -msgstr "Ανεβασμένα:" +msgstr "Μεταφορτωμένα:" #: ../data/ui/net-usage.ui.h:4 msgid "Total:" @@ -373,98 +363,21 @@ #: ../data/ui/net-usage.ui.h:7 msgid "_Reset" -msgstr "" +msgstr "Επαναφο_ρά" #: ../data/ui/net-usage.ui.h:8 msgid "_Close" msgstr "_Κλείσιμο" -#: ../blueman/main/applet/Transfer.py:56 -msgid "Configured share directory does not exist" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:57 -#, python-format -msgid "" -"Please make sure that directory \"%s\" exists or configure it with " -"blueman-services" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:152 -msgid "Incoming file over Bluetooth" -msgstr "Εισερχόμενο αρχείο μέσω Bluetooth" - -#: ../blueman/main/applet/Transfer.py:153 -#, python-format -msgid "Incoming file %(0)s from %(1)s" -msgstr "Εισερχόμενο αρχείο %(0)s από %(1)s" - -#: ../blueman/main/applet/Transfer.py:155 -#: ../blueman/main/applet/BluezAgent.py:249 -msgid "Accept" -msgstr "Αποδοχή" - -#: ../blueman/main/applet/Transfer.py:155 -msgid "Reject" -msgstr "Απόρριψη" - -#: ../blueman/main/applet/Transfer.py:164 -msgid "Receiving file" -msgstr "Λήψη αρχείου" - -#: ../blueman/main/applet/Transfer.py:165 -#, python-format -msgid "Receiving file %(0)s from %(1)s" -msgstr "Λήψη αρχείου %(0)s από %(1)s" - -#: ../blueman/main/applet/Transfer.py:204 -#: ../blueman/main/applet/Transfer.py:234 -msgid "File received" -msgstr "Ελήφθη αρχείο" - -#: ../blueman/main/applet/Transfer.py:205 -#: ../blueman/main/applet/Transfer.py:235 -#, python-format -msgid "File %(0)s from %(1)s successfully received" -msgstr "Το αρχείο %(0)s ελήφθη επιτυχώς από το %(1)s" - -#: ../blueman/main/applet/Transfer.py:220 -msgid "Transfer failed" -msgstr "Η μεταφορά απέτυχε" - -#: ../blueman/main/applet/Transfer.py:221 -#, python-format -msgid "Transfer of file %(0)s failed" -msgstr "Η μεταφορά του αρχείου %(0)s απέτυχε" - -#: ../blueman/main/applet/Transfer.py:243 -#: ../blueman/main/applet/Transfer.py:254 -msgid "Files received" -msgstr "Ελήφθησαν αρχεία" - -#: ../blueman/main/applet/Transfer.py:244 -#, python-format -msgid "Received %d file in the background" -msgid_plural "Received %d files in the background" -msgstr[0] "Ελήφθη %d αρχείο στο παρασκήνιο" -msgstr[1] "Ελήφθησαν %d αρχεία στο παρασκήνιο" - -#: ../blueman/main/applet/Transfer.py:255 -#, python-format -msgid "Received %d more file in the background" -msgid_plural "Received %d more files in the background" -msgstr[0] "Ελήφθη άλλο %d αρχείο στο παρασκήνιο" -msgstr[1] "Ελήφθησαν άλλα %d αρχεία στο παρασκήνιο" - #: ../blueman/main/applet/BluezAgent.py:120 #, python-format msgid "Pairing request for %s" -msgstr "Αίτηση σύνδεσης για %s" +msgstr "Αίτηση ζεύξης για %s" #: ../blueman/main/applet/BluezAgent.py:132 #: ../blueman/main/applet/BluezAgent.py:252 msgid "Bluetooth Authentication" -msgstr "Πιστοποίηση Bluetooth" +msgstr "Αυθεντικοποίηση Bluetooth" #: ../blueman/main/applet/BluezAgent.py:162 msgid "Enter PIN code for authentication:" @@ -476,23 +389,23 @@ #: ../blueman/main/applet/BluezAgent.py:171 msgid "Enter passkey for authentication:" -msgstr "Εισαγάγετε το κλειδί πρόσβασης για την αυθεντικοποίηση" +msgstr "Εισαγάγετε φράσης-κλειδιού πρόσβασης για την αυθεντικοποίηση" #: ../blueman/main/applet/BluezAgent.py:172 msgid "Enter passkey" -msgstr "Εισάγετε το κλειδί πρόσβασης" +msgstr "Εισάγετε τη φράση-κλειδί" #: ../blueman/main/applet/BluezAgent.py:180 msgid "Pairing passkey for" -msgstr "" +msgstr "Φράση-κλειδί ζεύξης για" #: ../blueman/main/applet/BluezAgent.py:187 msgid "Pairing PIN code for" -msgstr "" +msgstr "Κωδικός ΡΙΝ ζεύξης για" #: ../blueman/main/applet/BluezAgent.py:213 msgid "Pairing request for:" -msgstr "Αίτημα σύνδεσης για:" +msgstr "Αίτημα ζεύξης για:" #: ../blueman/main/applet/BluezAgent.py:215 #: ../blueman/main/applet/BluezAgent.py:284 @@ -506,11 +419,11 @@ #: ../blueman/main/applet/BluezAgent.py:216 #: ../blueman/main/applet/BluezAgent.py:250 msgid "Deny" -msgstr "Απαγορεύεται" +msgstr "Άρνηση" #: ../blueman/main/applet/BluezAgent.py:247 msgid "Authorization request for:" -msgstr "Εξουσιοδότηση ζητήθηκε απο:" +msgstr "Αίτημα εξουσιοδότησης απο:" #: ../blueman/main/applet/BluezAgent.py:247 msgid "Service:" @@ -520,9 +433,14 @@ msgid "Always accept" msgstr "Πάντα αποδοχή" +#: ../blueman/main/applet/BluezAgent.py:249 +#: ../blueman/plugins/applet/TransferService.py:98 +msgid "Accept" +msgstr "Αποδοχή" + #: ../blueman/main/applet/BluezAgent.py:282 msgid "Confirm value" -msgstr "Επιβεβαιώστε την τιμή" +msgstr "Επιβεβαίωση τιμής" #: ../blueman/main/applet/BluezAgent.py:283 #, python-format @@ -533,13 +451,13 @@ msgid "" "An error has occured while loading a plugin. Please notify the developers" " with the content of this message." -msgstr "Ένα σφάλμα προέκυψε κατά την φόρτωση μιας πρόσθετης λειτουργίας. Παρακαλώ ενημερώστε τους προγραμματιστές με τα δεδομένα αυτού του μηνύματος." +msgstr "Ένα σφάλμα προέκυψε κατά την φόρτωση μιας προσθήκης. Παρακαλούμε να ενημερώστε τους προγραμματιστές με τα δεδομένα αυτού του μηνύματος." -#: ../blueman/Functions.py:93 +#: ../blueman/Functions.py:94 msgid "Bluetooth Turned Off" -msgstr "Bluetooth Κλειστό" +msgstr "Το Bluetooth έχει απενεργοποιηθεί" -#: ../blueman/Functions.py:97 +#: ../blueman/Functions.py:98 msgid "Enable Bluetooth" msgstr "Ενεργοποίηση Bluetooth" @@ -570,76 +488,92 @@ #: ../blueman/gui/manager/ManagerMenu.py:58 msgid "Show _Toolbar" -msgstr "" +msgstr "Εμφάνιση ερ_γαλειοθήκης" #: ../blueman/gui/manager/ManagerMenu.py:63 msgid "Show _Statusbar" -msgstr "" +msgstr "Εμφάνιση γραμ_μής κατάστασης" #: ../blueman/gui/manager/ManagerMenu.py:74 msgid "Latest Device _First" -msgstr "" +msgstr "Πιο πρόσφατη συσκευή πρώ_τη" #: ../blueman/gui/manager/ManagerMenu.py:79 msgid "Latest Device _Last" -msgstr "" +msgstr "Πιο πρόσφατη _συσκευή τελευταία" + +#: ../blueman/gui/manager/ManagerMenu.py:91 +#: ../blueman/gui/applet/PluginDialog.py:107 +#: ../blueman/plugins/applet/StandardItems.py:119 +msgid "Plugins" +msgstr "Προσθήκες" + +#: ../blueman/gui/manager/ManagerMenu.py:96 +#: ../blueman/plugins/applet/StandardItems.py:55 +msgid "_Local Services" +msgstr "_Τοπικές Υπηρεσίες" -#: ../blueman/gui/manager/ManagerMenu.py:158 +#: ../blueman/gui/manager/ManagerMenu.py:98 +#: ../blueman/plugins/applet/StandardItems.py:114 +msgid "Service Preferences" +msgstr "Προτιμήσεις Υπηρεσίας" + +#: ../blueman/gui/manager/ManagerMenu.py:173 msgid "_Search" msgstr "_Αναζήτηση" -#: ../blueman/gui/manager/ManagerDeviceList.py:104 +#: ../blueman/gui/manager/ManagerDeviceList.py:102 #: ../blueman/plugins/applet/StandardItems.py:102 ../apps/blueman-manager:265 msgid "File Sender" -msgstr "" +msgstr "Αποστολέας αρχείων" -#: ../blueman/gui/manager/ManagerDeviceList.py:439 +#: ../blueman/gui/manager/ManagerDeviceList.py:437 msgid "Trusted and Bonded" -msgstr "Έμπιστη και Συζευγμένη" +msgstr "Έμπιστη και σε Σύνδεση" -#: ../blueman/gui/manager/ManagerDeviceList.py:441 +#: ../blueman/gui/manager/ManagerDeviceList.py:439 msgid "Bonded" msgstr "Συνδεδεμένα" -#: ../blueman/gui/manager/ManagerDeviceList.py:443 +#: ../blueman/gui/manager/ManagerDeviceList.py:441 msgid "Trusted" -msgstr "Έμπιστα" +msgstr "Έμπιστες" -#: ../blueman/gui/manager/ManagerDeviceList.py:462 +#: ../blueman/gui/manager/ManagerDeviceList.py:460 msgid "Poor" msgstr "Κακή" -#: ../blueman/gui/manager/ManagerDeviceList.py:465 -#: ../blueman/gui/manager/ManagerDeviceList.py:480 +#: ../blueman/gui/manager/ManagerDeviceList.py:463 +#: ../blueman/gui/manager/ManagerDeviceList.py:478 msgid "Sub-optimal" -msgstr "Ημί-βέλτιστο" +msgstr "Ημί-βέλτιστη" -#: ../blueman/gui/manager/ManagerDeviceList.py:468 -#: ../blueman/gui/manager/ManagerDeviceList.py:483 +#: ../blueman/gui/manager/ManagerDeviceList.py:466 +#: ../blueman/gui/manager/ManagerDeviceList.py:481 msgid "Optimal" -msgstr "Βέλτιστο" +msgstr "Βέλτιστη" -#: ../blueman/gui/manager/ManagerDeviceList.py:471 +#: ../blueman/gui/manager/ManagerDeviceList.py:469 msgid "Much" -msgstr "Αρκετά" +msgstr "Ικανοποιητική" -#: ../blueman/gui/manager/ManagerDeviceList.py:474 +#: ../blueman/gui/manager/ManagerDeviceList.py:472 msgid "Too much" -msgstr "Πάρα πολύ" +msgstr "Ιδιαίτερα ικανοποιητική" -#: ../blueman/gui/manager/ManagerDeviceList.py:477 +#: ../blueman/gui/manager/ManagerDeviceList.py:475 msgid "Low" msgstr "Χαμηλή" -#: ../blueman/gui/manager/ManagerDeviceList.py:486 +#: ../blueman/gui/manager/ManagerDeviceList.py:484 msgid "High" msgstr "Υψηλή" -#: ../blueman/gui/manager/ManagerDeviceList.py:489 +#: ../blueman/gui/manager/ManagerDeviceList.py:487 msgid "Very High" msgstr "Πολύ Υψηλή" -#: ../blueman/gui/manager/ManagerDeviceList.py:492 +#: ../blueman/gui/manager/ManagerDeviceList.py:490 #, python-format msgid "" "Connected\n" @@ -648,7 +582,7 @@ "Transmit Power Level: %(tpl)u%% (%(tpl_state)s)" msgstr "Συνδέθηκε\nΙσχύς Σήματος Λήψης: %(rssi)u%% (%(rssi_state)s)\nΠοιότητα Συνδέσμου: %(lq)u%%\nΣτάθμη Δύναμης Εκπομπής: %(tpl)u%% (%(tpl_state)s)" -#: ../blueman/gui/manager/ManagerDeviceList.py:494 +#: ../blueman/gui/manager/ManagerDeviceList.py:492 #, python-format msgid "" "Connected\n" @@ -657,7 +591,7 @@ "Transmit Power Level: %(tpl)u%% (%(tpl_state)s)" msgstr "Συνδέθηκε\nΙσχύς Σήματος Λήψης: %(rssi)u%% (%(rssi_state)s)\nΠοιότητα Συνδέσμου: %(lq)u%%\nΣτάθμη Δύναμης Εκπομπής: %(tpl)u%% (%(tpl_state)s)" -#: ../blueman/gui/manager/ManagerDeviceList.py:496 +#: ../blueman/gui/manager/ManagerDeviceList.py:494 #, python-format msgid "" "Connected\n" @@ -677,7 +611,7 @@ #: ../blueman/gui/manager/ManagerDeviceMenu.py:122 msgid "Failed" -msgstr "Απέτυχε" +msgstr "Αποτυχία" #: ../blueman/gui/manager/ManagerDeviceMenu.py:126 msgid "Connection Failed: " @@ -699,11 +633,11 @@ #: ../blueman/gui/manager/ManagerDeviceMenu.py:225 #: ../blueman/gui/manager/ManagerDeviceMenu.py:323 msgid "_Pair" -msgstr "_Σύζευξη" +msgstr "_Ζευξη" #: ../blueman/gui/manager/ManagerDeviceMenu.py:230 msgid "Pair with the device" -msgstr "Σύζευξη με την συσκευή" +msgstr "Ζεύξη με την συσκευή" #: ../blueman/gui/manager/ManagerDeviceMenu.py:236 #: ../blueman/gui/manager/ManagerDeviceMenu.py:298 @@ -712,7 +646,7 @@ #: ../blueman/gui/manager/ManagerDeviceMenu.py:266 msgid "Connect To:" -msgstr "Μετατροπή σε:" +msgstr "Σύνδεση σε:" #: ../blueman/gui/manager/ManagerDeviceMenu.py:278 msgid "Disconnect:" @@ -720,7 +654,7 @@ #: ../blueman/gui/manager/ManagerDeviceMenu.py:303 msgid "_Browse Device..." -msgstr "_Ανίχνευση συσκευών... " +msgstr "_Περιήγηση συσκευών... " #: ../blueman/gui/manager/ManagerDeviceMenu.py:333 msgid "_Trust" @@ -728,7 +662,7 @@ #: ../blueman/gui/manager/ManagerDeviceMenu.py:338 msgid "_Untrust" -msgstr "_Σταμάτημα εμπιστοσύνης" +msgstr "_Μη έμπιστη" #: ../blueman/gui/manager/ManagerDeviceMenu.py:378 msgid "_Remove..." @@ -740,13 +674,13 @@ #: ../blueman/gui/manager/ManagerDeviceMenu.py:389 msgid "Forcefully disconnect the device" -msgstr "Αποσύνδεση συσκευής με τη βία" +msgstr "Εξαναγκαστική αποσύνδεση συσκευής" #: ../blueman/gui/manager/ManagerDeviceMenu.py:398 msgid "Disconnecting..." msgstr "Γίνεται αποσύνδεση..." -#: ../blueman/gui/manager/ManagerProgressbar.py:20 ../apps/blueman-sendto:67 +#: ../blueman/gui/manager/ManagerProgressbar.py:20 ../apps/blueman-sendto:70 msgid "Connecting" msgstr "Γίνεται σύνδεση" @@ -757,7 +691,7 @@ #: ../blueman/gui/manager/ManagerStats.py:38 #: ../blueman/gui/manager/ManagerStats.py:41 msgid "Data activity indication" -msgstr "Ενδειξη δραστηριότητας δεδομένων" +msgstr "Ένδειξη δραστηριότητας δεδομένων" #: ../blueman/gui/manager/ManagerStats.py:49 #: ../blueman/gui/manager/ManagerStats.py:62 @@ -792,17 +726,12 @@ #: ../blueman/gui/CommonUi.py:22 msgid "Blueman is a GTK based Bluetooth manager" -msgstr "Blueman είναι ένα διαχειριστής Bluetooth βασισμένος στο GTK" +msgstr "Το Blueman είναι ένα διαχειριστής Bluetooth βασισμένος στο GTK" #: ../blueman/gui/GsmSettings.py:27 msgid "GSM Settings" msgstr "Ρυθμίσεις GSM" -#: ../blueman/gui/applet/PluginDialog.py:107 -#: ../blueman/plugins/applet/StandardItems.py:119 -msgid "Plugins" -msgstr "Πρόσθετα" - #: ../blueman/gui/applet/PluginDialog.py:198 #: ../blueman/gui/applet/PluginDialog.py:199 msgid "Unspecified" @@ -850,7 +779,7 @@ #. translators: device class #: ../blueman/DeviceClass.py:49 msgid "handheld" -msgstr "Υπολογιστής παλάμης" +msgstr "υπολογιστής παλάμης" #. translators: device class #: ../blueman/DeviceClass.py:51 @@ -860,7 +789,7 @@ #. translators: device class #: ../blueman/DeviceClass.py:67 msgid "cellular" -msgstr "κυψελωτό" +msgstr "κινητό" #. translators: device class #: ../blueman/DeviceClass.py:69 @@ -890,13 +819,13 @@ #. translators: device class #: ../blueman/DeviceClass.py:114 msgid "handsfree" -msgstr "Ακουστικά" +msgstr "ακουστικά" #. translators: device class #: ../blueman/DeviceClass.py:116 ../blueman/DeviceClass.py:184 #: ../blueman/DeviceClass.py:248 msgid "unknown" -msgstr "Άγνωστο" +msgstr "άγνωστο" #. translators: device class #: ../blueman/DeviceClass.py:118 @@ -927,18 +856,18 @@ #: ../blueman/Sdp.py:122 msgid "Network Access Point" -msgstr "Σημείο διαμοιραζόμενου δικτύου" +msgstr "Σημείο πρόσβασης δικτύου" -#: ../blueman/plugins/manager/PulseAudioProfile.py:92 +#: ../blueman/plugins/manager/PulseAudioProfile.py:89 #, python-format msgid "Failed to change profile to %s" msgstr "Αποτυχία αλλαγής προφίλ σε %s" -#: ../blueman/plugins/manager/PulseAudioProfile.py:127 +#: ../blueman/plugins/manager/PulseAudioProfile.py:124 msgid "Audio Profile" msgstr "Προφίλ Ήχου" -#: ../blueman/plugins/manager/PulseAudioProfile.py:128 +#: ../blueman/plugins/manager/PulseAudioProfile.py:125 msgid "Select audio profile for PulseAudio" msgstr "Επιλογή προφίλ ήχου για το PulseAudio" @@ -949,11 +878,11 @@ #: ../blueman/plugins/manager/Services.py:76 msgid "Renew IP Address" -msgstr "Ανανέωση IP Διεύθυνσης" +msgstr "Ανανέωση Διεύθυνσης IP" #: ../blueman/plugins/manager/Services.py:93 msgid "Dialup Settings" -msgstr "Ρυθμίσεις Κλήσης" +msgstr "Ρυθμίσεις Dialup" #: ../blueman/plugins/manager/Services.py:102 msgid "Serial Ports" @@ -963,12 +892,12 @@ #: ../blueman/plugins/applet/NetUsage.py:292 #: ../blueman/plugins/applet/NetUsage.py:296 msgid "Connected:" -msgstr "Συνδέθηκε:" +msgstr "Συνδεδεμένο:" #: ../blueman/plugins/applet/NetUsage.py:200 #: ../blueman/plugins/applet/NetUsage.py:305 msgid "Not Connected" -msgstr "Χωρίς σύνδεση" +msgstr "Μη συνδεδεμένο" #: ../blueman/plugins/applet/NetUsage.py:208 msgid "" @@ -1007,15 +936,15 @@ msgid "" "Allows you to monitor your (mobile broadband) network traffic usage. Useful " "for limited data access plans. This plugin tracks every device seperately." -msgstr "Σας επιτρέπει να ελέγχετε την κίνηση χρήσης του δικτύου σας (mobile broadband). Αυτό είναι χρήσιμο για συμβόλαια με περιορισμένη πρόσβαση δεδομένων. Αυτή η πρόσθετη λειτουργία ελέγχει κάθε συσκευή ξεχωριστά. " +msgstr "Σας επιτρέπει να ελέγχετε την κίνηση χρήσης του δικτύου σας (mobile broadband). Αυτό είναι χρήσιμο για συμβόλαια με περιορισμένη πρόσβαση δεδομένων. Αυτή η προσθήκη ελέγχει κάθε συσκευή ξεχωριστά. " #: ../blueman/plugins/applet/NetUsage.py:334 msgid "Network _Usage" -msgstr "" +msgstr "_Χρήση δικτύου" #: ../blueman/plugins/applet/NetUsage.py:335 msgid "Shows network traffic usage" -msgstr "Δείχνει την χρήση κίνησης δικτύου" +msgstr "Εμφανίζει τη χρήση κίνησης δικτύου" #. self.connect("size-changed", self.on_status_icon_resized) #: ../blueman/plugins/applet/StatusIcon.py:29 @@ -1035,7 +964,7 @@ #: ../blueman/plugins/applet/NMDUNSupport.py:76 msgid "Bluetooth Dialup" -msgstr "Κλήση Bluetooth" +msgstr "Σύνδεση Bluetooth Dialup" #: ../blueman/plugins/applet/NMDUNSupport.py:77 #, python-format @@ -1050,7 +979,7 @@ msgid "" "Provides support for Dial Up Networking (DUN) with ModemManager and " "NetworkManager" -msgstr "" +msgstr "Παρέχει υποστήριξη για συνδέσεις μέσω τηλεφώνου (DUN) με τη βοήθεια του Διαχειριστή Modem και του Διαχειριστή Δικτύου" #: ../blueman/plugins/applet/RecentConns.py:48 msgid "" @@ -1107,16 +1036,86 @@ msgid "Provides DBus API for other Blueman components" msgstr "Παρέχει DBus API για άλλα στοιχεία του Blueman" -#: ../blueman/plugins/applet/TransferService.py:18 +#: ../blueman/plugins/applet/TransferService.py:95 +msgid "Incoming file over Bluetooth" +msgstr "Εισερχόμενο αρχείο μέσω Bluetooth" + +#: ../blueman/plugins/applet/TransferService.py:96 +#, python-format +msgid "Incoming file %(0)s from %(1)s" +msgstr "Εισερχόμενο αρχείο %(0)s από %(1)s" + +#: ../blueman/plugins/applet/TransferService.py:98 +msgid "Reject" +msgstr "Απόρριψη" + +#: ../blueman/plugins/applet/TransferService.py:102 +msgid "Receiving file" +msgstr "Λήψη αρχείου" + +#: ../blueman/plugins/applet/TransferService.py:103 +#, python-format +msgid "Receiving file %(0)s from %(1)s" +msgstr "Λήψη αρχείου %(0)s από %(1)s" + +#: ../blueman/plugins/applet/TransferService.py:119 msgid "Provides OBEX file transfer capabilities" -msgstr "Παρέχει δυνατότητες μεταφορών αρχείων OBEX" +msgstr "Παρέχει δυνατότητες μεταφοράς αρχείων OBEX" + +#: ../blueman/plugins/applet/TransferService.py:145 +msgid "Configured directory for incoming files does not exist" +msgstr "Ο ρυθμισμένος ως κατάλογος εισερχομένων αρχείων, δεν υπάρχει" + +#: ../blueman/plugins/applet/TransferService.py:146 +#, python-format +msgid "" +"Please make sure that directory \"%s\" exists or configure it with " +"blueman-services" +msgstr "Παρακαλούμε βεβαιωθείτε ότι ο κατάλογος \"%s\" υπάρχει ή ρυθμίστε τον μέσω του blueman-services" + +#: ../blueman/plugins/applet/TransferService.py:224 +msgid "File received" +msgstr "Ελήφθη αρχείο" + +#: ../blueman/plugins/applet/TransferService.py:225 +#, python-format +msgid "File %(0)s from %(1)s successfully received" +msgstr "Το αρχείο %(0)s ελήφθη επιτυχώς από το %(1)s" + +#: ../blueman/plugins/applet/TransferService.py:231 +msgid "Transfer failed" +msgstr "Η μεταφορά απέτυχε" + +#: ../blueman/plugins/applet/TransferService.py:232 +#, python-format +msgid "Transfer of file %(0)s failed" +msgstr "Η μεταφορά του αρχείου %(0)s απέτυχε" + +#: ../blueman/plugins/applet/TransferService.py:254 +#: ../blueman/plugins/applet/TransferService.py:261 +msgid "Files received" +msgstr "Ελήφθησαν αρχεία" + +#: ../blueman/plugins/applet/TransferService.py:255 +#, python-format +msgid "Received %d file in the background" +msgid_plural "Received %d files in the background" +msgstr[0] "Ελήφθη %d αρχείο στο παρασκήνιο" +msgstr[1] "Ελήφθησαν %d αρχεία στο παρασκήνιο" + +#: ../blueman/plugins/applet/TransferService.py:262 +#, python-format +msgid "Received %d more file in the background" +msgid_plural "Received %d more files in the background" +msgstr[0] "Ελήφθη άλλο %d αρχείο στο παρασκήνιο" +msgstr[1] "Ελήφθησαν άλλα %d αρχεία στο παρασκήνιο" #: ../blueman/plugins/applet/KillSwitch.py:38 msgid "" "Toggles a platform Bluetooth killswitch when Bluetooth power state changes " "(Useless with USB dongles) and makes sure a status icon is shown if there is" " a bluetooth killswitch but no adapter." -msgstr "" +msgstr "Αποσυνδέει την πλατφόρμα Bluetooth όταν αλλάξει η κάτασταση ενέργειας. Δεν λειτουργει με USB dongles. Βεβαιώνει ότι εμφανίζεται το εικονίδιο Bluetooth, ακόμη κι αν δεν υπάρχει προσαρμογέας Bluetooth." #: ../blueman/plugins/applet/StandardItems.py:18 msgid "Adds standard menu items to the status icon menu" @@ -1140,11 +1139,7 @@ #: ../blueman/plugins/applet/StandardItems.py:50 msgid "Adap_ters" -msgstr "Προσαρμογείς" - -#: ../blueman/plugins/applet/StandardItems.py:55 -msgid "_Local Services" -msgstr "_Τοπικές Υπηρεσίες" +msgstr "Προσαρμο_γείς" #: ../blueman/plugins/applet/StandardItems.py:65 msgid "_Plugins" @@ -1157,15 +1152,11 @@ #: ../blueman/plugins/applet/StandardItems.py:105 msgid "File Browser" -msgstr "" +msgstr "Περιηγητής αρχείων" #: ../blueman/plugins/applet/StandardItems.py:111 ../apps/blueman-manager:254 msgid "Adapter Preferences" -msgstr "" - -#: ../blueman/plugins/applet/StandardItems.py:114 -msgid "Service Preferences" -msgstr "" +msgstr "Προτιμήσεις προσαρμογέα" #: ../blueman/plugins/applet/StandardItems.py:117 msgid "applet" @@ -1173,11 +1164,11 @@ #: ../blueman/plugins/applet/AuthAgent.py:17 msgid "Provides passkey, authentication services for BlueZ daemon" -msgstr "Παρέχει υπηρεσίες κωδικού και αυθεντικοποίησης για τον δαίμονα BlueZ" +msgstr "Παρέχει υπηρεσίες φράσης-κλειδιού και αυθεντικοποίησης για τον δαίμονα BlueZ" #: ../blueman/plugins/applet/ExitItem.py:13 msgid "Adds an exit menu item to quit the applet" -msgstr "Προσθέτει ένα αντικείμενο εξόδου στον κατάλογο για κλείσιμο της μικροεφαρμογής" +msgstr "Προσθέτει ένα αντικείμενο μενού εξόδου στον κατάλογο για τερματισμό της μικροεφαρμογής" #: ../blueman/plugins/applet/DhcpClient.py:16 msgid "Provides a basic dhcp client for Bluetooth PAN connections." @@ -1192,19 +1183,19 @@ #: ../blueman/plugins/applet/DhcpClient.py:48 #, python-format msgid "Interface %(0)s bound to IP address %(1)s" -msgstr "Η διεπαφή %(0)s έχει συνδεθεί με την διεύθυνση IP %(1)s" +msgstr "Η διεπαφή %(0)s έχει αντιστοιχιστεί με την διεύθυνση IP %(1)s" #: ../blueman/plugins/applet/DhcpClient.py:56 #, python-format msgid "Failed to obtain an IP address on %s" -msgstr "Αποτυχία κατά την απόκτηση διεύθυνσης IP στο %s" +msgstr "Αποτυχία κατά την απόκτηση διεύθυνσης IP από το %s" #: ../blueman/plugins/applet/DhcpClient.py:62 #, python-format msgid "" "Trying to obtain an IP address on %s\n" "Please wait..." -msgstr "Προσπάθεια απόκτησης διεύθυνσης IP στο %s\nΠαρακαλώ περιμένετε..." +msgstr "Προσπάθεια απόκτησης διεύθυνσης IP από το %s\nΠαρακαλώ περιμένετε..." #: ../blueman/plugins/applet/ShowConnected.py:20 msgid "" @@ -1225,7 +1216,7 @@ #: ../blueman/plugins/applet/AppIndicator.py:12 msgid "Uses libappindicator to show a statusicon" -msgstr "Χρησιμοποιεί το libappindicator για να εμφανίσει ένα εικονίδιο κατάστασης" +msgstr "Χρησιμοποιεί τη βιβλιοθήκη libappindicator για να εμφανίσει ένα εικονίδιο κατάστασης" #: ../blueman/plugins/applet/Headset.py:15 msgid "Runs a command when answer button is pressed on a headset" @@ -1243,11 +1234,11 @@ msgid "" "Provides a menu item for making the default adapter temporarily visible when" " it is set to hidden by default" -msgstr "Παρέχει ένα στοιχείο μενού για προσωρινή ενεργοποίηση της ορατότητας του προεπιλεγμένου προσαρμογέα, όταν αυτός κανονικά είναι ρυθμισμένος ώστε να είναι αόρατος" +msgstr "Παρέχει ένα στοιχείο μενού για προσωρινή ενεργοποίηση της ορατότητας του προεπιλεγμένου προσαρμογέα, όταν αυτός κανονικά είναι ρυθμισμένος σε απόκρυψη" #: ../blueman/plugins/applet/DiscvManager.py:31 msgid "Discoverable timeout" -msgstr "Χρονικό όριο για λειτουργία ορατότητας" +msgstr "Χρονικό όριο λειτουργίας ορατότητας" #: ../blueman/plugins/applet/DiscvManager.py:32 msgid "Amount of time in seconds discoverable mode will last" @@ -1256,7 +1247,7 @@ #: ../blueman/plugins/applet/DiscvManager.py:40 #: ../blueman/plugins/applet/DiscvManager.py:133 msgid "_Make Discoverable" -msgstr "_Κάνε Ανιχνεύσιμο" +msgstr "Ορισμός ως Ανι_χνεύσιμο" #: ../blueman/plugins/applet/DiscvManager.py:49 msgid "Make the default adapter temporarily visible" @@ -1301,23 +1292,23 @@ "uuid16s are returned as a comma seperated list\n" "\n" "Upon device disconnection the script will be sent a HUP signal" -msgstr " Τα ακόλουθα επιχειρήματα θα περαστούν:\nΔιεύθυνση, Όνομα, όνομα υπηρεσίας, uuid16, rfcomm node\nΠαραδείγματος χάρη:\nAA:BB:CC:DD:EE:FF, Τηλέφωνο, Υπηρεσία DUN, 0x1103, /dev/rfcomm0\nΤα uuid16 θα εμφανίζονται σε μια λίστα χωρισμένα με κόμμα\n\nΜε την αποσύνδεση της συσκευής θα αποσταλεί ένα σήμα HUP στη δέσμη εντολών" +msgstr " Τα ακόλουθα πεδία θα προστεθούν:\nΔιεύθυνση, Όνομα, όνομα υπηρεσίας, uuid16, rfcomm node\nΠαραδείγματος χάριν:\nAA:BB:CC:DD:EE:FF, Τηλέφωνο, Υπηρεσία DUN, 0x1103, /dev/rfcomm0\nΤα uuid16 θα εμφανίζονται σε μια λίστα χωρισμένα με κόμματα\n\nΜε την αποσύνδεση της συσκευής θα αποσταλεί ένα σήμα HUP στη δέσμη εντολών" -#: ../blueman/plugins/applet/SerialManager.py:64 +#: ../blueman/plugins/applet/SerialManager.py:66 msgid "Serial port connected" msgstr "Η σειριακή θύρα συνδέθηκε" -#: ../blueman/plugins/applet/SerialManager.py:65 +#: ../blueman/plugins/applet/SerialManager.py:67 #, python-format msgid "" "Serial port service on device %s now will be available via %s" msgstr "Η υπηρεσία σειριακής θύρα της συσκευής %s θα είναι διαθέσιμη μέσω %s" -#: ../blueman/plugins/applet/SerialManager.py:112 +#: ../blueman/plugins/applet/SerialManager.py:114 msgid "Serial port connection script failed" msgstr "Η δέσμη εντολών για τη σύνδεση σειριακής θύρας απέτυχε" -#: ../blueman/plugins/applet/SerialManager.py:113 +#: ../blueman/plugins/applet/SerialManager.py:115 #, python-format msgid "" "There was a problem launching script %s\n" @@ -1330,15 +1321,15 @@ #: ../blueman/plugins/applet/PowerManager.py:29 msgid "Auto power-on" -msgstr "" +msgstr "Αυτόματη ενεργοποίηση" #: ../blueman/plugins/applet/PowerManager.py:30 msgid "Automatically power on adapters" -msgstr "" +msgstr "Αυτόματη ενεργοποίηση προσαρμογέων" #: ../blueman/plugins/applet/PowerManager.py:42 msgid "Bluetooth _Off" -msgstr "" +msgstr "_Απενεργοποίηση Bluetooth" #: ../blueman/plugins/applet/PowerManager.py:44 #: ../blueman/plugins/applet/PowerManager.py:186 @@ -1347,7 +1338,7 @@ #: ../blueman/plugins/applet/PowerManager.py:171 msgid "Turn Bluetooth _On" -msgstr "" +msgstr "_Ενεργοποίηση Bluetooth" #: ../blueman/plugins/applet/PowerManager.py:173 msgid "Turn on all adapters" @@ -1355,13 +1346,13 @@ #: ../blueman/plugins/applet/PowerManager.py:184 msgid "Turn Bluetooth _Off" -msgstr "" +msgstr "_Απενεργοποίηση Bluetooth" #: ../blueman/plugins/applet/GameControllerWakelock.py:15 msgid "" "Temporarily suspends the screensaver when a bluetooth game controller is " "connected." -msgstr "" +msgstr "Διακόπτει προσωρινά την προφύλαξη οθόνης όταν ένα χειριστήριο παιχνιδιού είναι συνδεδεμένο" #: ../blueman/services/AudioSink.py:13 msgid "Allows to send audio to remote device" @@ -1383,7 +1374,7 @@ #: ../blueman/plugins/services/Network.py:107 #, python-format msgid "IP address conflicts with interface %s which has the same address" -msgstr "Η διεύθυνση IP συγκρούεται με την διεπαφή %s η οποία έχει την ίδια διεύθυνση" +msgstr "Η διεύθυνση IP συγκρούεται με τη διεπαφή %s η οποία έχει την ίδια διεύθυνση" #: ../blueman/plugins/services/Network.py:112 #, python-format @@ -1395,7 +1386,7 @@ #: ../blueman/plugins/services/Network.py:231 #: ../blueman/plugins/services/Network.py:237 msgid "Not currently supported with this setup" -msgstr "Δεν υποστηρίζονται αυτήν τη στιγμή με αυτή τη ρύθμιση" +msgstr "Δεν υποστηρίζονται αυτή τη στιγμή με αυτή τη ρύθμιση" #: ../blueman/plugins/services/Transfer.py:16 msgid "Transfer" @@ -1407,7 +1398,7 @@ #: ../data/blueman-adapters.desktop.in.h:2 msgid "Set Bluetooth Adapter Properties" -msgstr "" +msgstr "Ορίστε τις ιδιότητες του προσαρμογέα Bluetooth" #: ../data/blueman.desktop.in.h:1 msgid "Blueman Applet" @@ -1415,7 +1406,7 @@ #: ../data/blueman.desktop.in.h:2 ../data/blueman-manager.desktop.in.h:2 msgid "Blueman Bluetooth Manager" -msgstr "Blueman διαχειριστής Bluetooth" +msgstr "Διαχειριστής Bluetooth Blueman" #: ../data/blueman-manager.desktop.in.h:1 msgid "Bluetooth Manager" @@ -1423,11 +1414,11 @@ #: ../data/thunar-sendto-blueman.desktop.in.h:1 msgid "Bluetooth Device" -msgstr "" +msgstr "Συσκευή Bluetooth" #: ../data/configs/org.blueman.policy.in.h:1 msgid "Configure Bluetooth Network" -msgstr "Διαμόρφωσε δίκτυο Bluetooth" +msgstr "Διαμόρφωση δικτύου Bluetooth" #: ../data/configs/org.blueman.policy.in.h:2 msgid "Configuring networking requires privileges" @@ -1447,7 +1438,7 @@ #: ../data/configs/org.blueman.policy.in.h:6 msgid "Changing Bluetooth system settings requires privileges" -msgstr "Η αλλαγή των ρυθμίσεων συστήματος για το Bluetooth απαιτεί προνόμια" +msgstr "Η αλλαγή των ρυθμίσεων συστήματος για το Bluetooth απαιτεί δικαιώματα" #: ../apps/blueman-manager:91 msgid "Bluetooth needs to be turned on for the device manager to function" @@ -1461,7 +1452,7 @@ msgid "" "Bluez daemon is not running, blueman-manager cannot continue.\n" "This probably means that there were no Bluetooth adapters detected or Bluetooth daemon was not started." -msgstr "Η διεργασία παρασκηνίου Bluez δεν εκτελείται, ο blueman-manager δεν μπορεί να συνεχίσει.\nΑυτό πιθανότατα σημαίνει ότι δεν βρεθήκαν προσαρμογείς Bluetooth στο σύστημα ή ότι η διεργασία παρασκηνίου για το Bluetooth δεν ξεκίνησε. " +msgstr "Η διεργασία παρασκηνίου Bluez δεν εκτελείται, ο διαχειριστής blueman-manager δεν μπορεί να συνεχίσει.\nΑυτό πιθανότατα σημαίνει ότι δεν βρεθήκαν προσαρμογείς Bluetooth στο σύστημά σας ή ότι η διεργασία παρασκηνίου για το Bluetooth δεν ξεκίνησε. " #: ../apps/blueman-manager:186 ../apps/blueman-assistant:229 msgid "Adding" @@ -1481,7 +1472,7 @@ #: ../apps/blueman-manager:240 msgid "Pairing" -msgstr "Σύζευξη" +msgstr "Ζεύξη" #: ../apps/blueman-adapters:49 msgid "Bluetooth needs to be turned on for the adapter manager to work" @@ -1498,70 +1489,70 @@ msgstr[0] "%d Λεπτό" msgstr[1] "%d Λεπτά" -#: ../apps/blueman-sendto:106 +#: ../apps/blueman-sendto:110 msgid "obexd not available" -msgstr "" +msgstr "Το obexd δεν είναι διαθέσιμο" -#: ../apps/blueman-sendto:107 +#: ../apps/blueman-sendto:111 msgid "obexd is probably not installed" -msgstr "" +msgstr "Το obexd πιθανόν να μην είναι εγκατεστημένο" -#: ../apps/blueman-sendto:133 -msgid "Error occurred" -msgstr "Παρουσιάστηκε σφάλμα" - -#: ../apps/blueman-sendto:145 +#: ../apps/blueman-sendto:138 msgid "Cancelling" msgstr "Ακύρωση" -#: ../apps/blueman-sendto:162 ../apps/blueman-sendto:196 +#: ../apps/blueman-sendto:149 ../apps/blueman-sendto:191 msgid "Sending File" msgstr "Αποστολή Αρχείου" -#: ../apps/blueman-sendto:162 ../apps/blueman-sendto:196 +#: ../apps/blueman-sendto:149 ../apps/blueman-sendto:191 msgid "ETA:" msgstr "Χρόνος Που Απομένει:" -#: ../apps/blueman-sendto:190 +#: ../apps/blueman-sendto:185 #, c-format msgid "%.0f Minute" msgid_plural "%.0f Minutes" msgstr[0] "%.0f Λεπτό" msgstr[1] "%.0f Λεπτά" -#: ../apps/blueman-sendto:192 +#: ../apps/blueman-sendto:187 #, c-format msgid "%.0f Second" msgid_plural "%.0f Seconds" msgstr[0] "%.0f Δευτερόλεπτο" msgstr[1] "%.0f Δευτερόλεπτα" -#: ../apps/blueman-sendto:230 +#: ../apps/blueman-sendto:225 #, c-format msgid "Error occurred while sending file %s" msgstr "Παρουσιάστηκε σφάλμα κατα την αποστολή του αρχείου %s" -#: ../apps/blueman-sendto:234 +#: ../apps/blueman-sendto:229 msgid "Skip" -msgstr "Παράβλεψη" +msgstr "Παράλεψη" -#: ../apps/blueman-sendto:235 +#: ../apps/blueman-sendto:230 msgid "Retry" msgstr "Επανάληψη" -#: ../apps/blueman-sendto:284 +#: ../apps/blueman-sendto:271 +msgid "Error occurred" +msgstr "Παρουσιάστηκε σφάλμα" + +#: ../apps/blueman-sendto:290 msgid "Send files to this device" msgstr "Αποστολή αρχείων σε αυτή την συσκευή" -#: ../apps/blueman-sendto:290 +#: ../apps/blueman-sendto:296 msgid "Source adapter. Takes address or adapter's name eg. hci0" msgstr "Προσαρμογέας πηγής. Δέχεται διευθύνσεις ή το όνομα του προσαρμογέα π.χ. hci0" -#: ../apps/blueman-sendto:295 +#: ../apps/blueman-sendto:301 msgid "Bluetooth needs to be turned on for file sending to work" msgstr "Πρέπει να ενεργοποιηθεί το Bluetooth για να είναι δυνατή η αποστολή αρχείων" -#: ../apps/blueman-sendto:355 +#: ../apps/blueman-sendto:361 msgid "Select files to send" msgstr "Επιλογή αρχείων για αποστολή" @@ -1579,19 +1570,19 @@ #: ../apps/blueman-assistant:228 msgid "Adding Device..." -msgstr "Πρόσθεση συσκευής..." +msgstr "Προσθήκη συσκευής..." #: ../apps/blueman-assistant:231 msgid "Pairing in progress..." -msgstr "" +msgstr "Πραγματοποιείται ζεύξη..." #: ../apps/blueman-assistant:240 ../apps/blueman-assistant:259 msgid "Failed to add device" -msgstr "Αποτυχία πρόσθεσης συσκευής" +msgstr "Αποτυχία προσθήκης συσκευής" #: ../apps/blueman-assistant:280 msgid "Don't connect" -msgstr "Μήν συνδεθείς" +msgstr "Να μην συνδέεται" #: ../apps/blueman-assistant:295 msgid "Device added and connected successfuly" @@ -1599,7 +1590,7 @@ #: ../apps/blueman-assistant:301 msgid "Device added successfuly, but failed to connect" -msgstr "Η συσκεύη προστέθηκε επιτυχώς, αλλά απέτυχε να συνδεθει" +msgstr "Η συσκεύη προστέθηκε επιτυχώς, αλλά απέτυχε η σύνδεση" #: ../apps/blueman-browse:37 msgid "Browse this device" @@ -1612,7 +1603,7 @@ #: ../apps/blueman-browse:66 msgid "Failed to launch default file browser" -msgstr "" +msgstr "Αδυναμία φόρτωσης του προεπιλεγμένου περιηγητή αρχείων" #: ../apps/blueman-browse:68 msgid "You can enter an alternate browser in service settings" diff -Nru blueman-2.0.4/po/he.po blueman-2.0.5/po/he.po --- blueman-2.0.4/po/he.po 2016-03-22 06:16:30.000000000 +0000 +++ blueman-2.0.5/po/he.po 2017-10-01 06:19:46.000000000 +0000 @@ -3,14 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Edward Sawyer , 2016 +# shy tzedaka , 2016 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-30 19:38+0200\n" -"PO-Revision-Date: 2015-04-30 17:40+0000\n" -"Last-Translator: infirit \n" -"Language-Team: Hebrew (http://www.transifex.com/projects/p/MATE/language/he/)\n" +"POT-Creation-Date: 2015-05-14 08:59+0200\n" +"PO-Revision-Date: 2016-10-28 11:19+0000\n" +"Last-Translator: shy tzedaka \n" +"Language-Team: Hebrew (http://www.transifex.com/mate/MATE/language/he/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -19,7 +21,7 @@ #: ../data/ui/adapters-tab.ui.h:1 msgid "Visibility Setting" -msgstr "" +msgstr "הגדרות נראות" #: ../data/ui/adapters-tab.ui.h:2 ../apps/blueman-adapters:142 msgid "Hidden" @@ -116,7 +118,7 @@ #. translators: toolbar item: keep it as short as possible #: ../data/ui/manager-main.ui.h:19 msgid "Remove" -msgstr "" +msgstr "הסר" #: ../data/ui/manager-main.ui.h:20 msgid "Send file(s) to the device" @@ -162,7 +164,7 @@ #: ../data/ui/services-network.ui.h:5 msgid "Recommended" -msgstr "" +msgstr "מומלץ" #: ../data/ui/services-network.ui.h:6 msgid "IP Address:" @@ -193,45 +195,33 @@ msgstr "" #: ../data/ui/services-transfer.ui.h:1 -msgid "Shared Folder:" +msgid "Incoming Folder:" msgstr "" #: ../data/ui/services-transfer.ui.h:2 -msgid "Select Shared/Storage folder" +msgid "Select folder for incoming file transfers" msgstr "" #: ../data/ui/services-transfer.ui.h:3 -msgid "Enabled" -msgstr "" - -#: ../data/ui/services-transfer.ui.h:4 msgid "Accept files from trusted devices" msgstr "" -#: ../data/ui/services-transfer.ui.h:5 +#: ../data/ui/services-transfer.ui.h:4 msgid "File Receiving (Object Push)" msgstr "" #: ../data/ui/services-transfer.ui.h:6 -msgid "Allow devices to write/delete" -msgstr "" - -#: ../data/ui/services-transfer.ui.h:7 -msgid "File Sharing (FTP)" -msgstr "" - -#: ../data/ui/services-transfer.ui.h:9 #, no-c-format msgid "" "Command to start an obex ftp browser.\n" "%d is substituted with device address." msgstr "" -#: ../data/ui/services-transfer.ui.h:11 +#: ../data/ui/services-transfer.ui.h:8 msgid "Advanced" msgstr "" -#: ../data/ui/services-transfer.ui.h:12 +#: ../data/ui/services-transfer.ui.h:9 msgid "Transfer Settings" msgstr "" @@ -319,7 +309,7 @@ #: ../blueman/plugins/applet/NetUsage.py:238 #: ../blueman/plugins/applet/NetUsage.py:239 msgid "Unknown" -msgstr "" +msgstr "לא ידוע" #: ../data/ui/applet-plugins-widget.ui.h:7 msgid "Depends on:" @@ -335,7 +325,7 @@ #: ../data/ui/gsm-settings.ui.h:2 msgid "Number:" -msgstr "" +msgstr "מספר:" #: ../data/ui/gsm-settings.ui.h:3 msgid "APN:" @@ -371,84 +361,7 @@ #: ../data/ui/net-usage.ui.h:8 msgid "_Close" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:56 -msgid "Configured share directory does not exist" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:57 -#, python-format -msgid "" -"Please make sure that directory \"%s\" exists or configure it with " -"blueman-services" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:152 -msgid "Incoming file over Bluetooth" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:153 -#, python-format -msgid "Incoming file %(0)s from %(1)s" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:155 -#: ../blueman/main/applet/BluezAgent.py:249 -msgid "Accept" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:155 -msgid "Reject" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:164 -msgid "Receiving file" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:165 -#, python-format -msgid "Receiving file %(0)s from %(1)s" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:204 -#: ../blueman/main/applet/Transfer.py:234 -msgid "File received" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:205 -#: ../blueman/main/applet/Transfer.py:235 -#, python-format -msgid "File %(0)s from %(1)s successfully received" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:220 -msgid "Transfer failed" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:221 -#, python-format -msgid "Transfer of file %(0)s failed" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:243 -#: ../blueman/main/applet/Transfer.py:254 -msgid "Files received" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:244 -#, python-format -msgid "Received %d file in the background" -msgid_plural "Received %d files in the background" -msgstr[0] "" -msgstr[1] "" - -#: ../blueman/main/applet/Transfer.py:255 -#, python-format -msgid "Received %d more file in the background" -msgid_plural "Received %d more files in the background" -msgstr[0] "" -msgstr[1] "" +msgstr "_סגור" #: ../blueman/main/applet/BluezAgent.py:120 #, python-format @@ -500,7 +413,7 @@ #: ../blueman/main/applet/BluezAgent.py:216 #: ../blueman/main/applet/BluezAgent.py:250 msgid "Deny" -msgstr "" +msgstr "סרב" #: ../blueman/main/applet/BluezAgent.py:247 msgid "Authorization request for:" @@ -514,6 +427,11 @@ msgid "Always accept" msgstr "" +#: ../blueman/main/applet/BluezAgent.py:249 +#: ../blueman/plugins/applet/TransferService.py:98 +msgid "Accept" +msgstr "אשר" + #: ../blueman/main/applet/BluezAgent.py:282 msgid "Confirm value" msgstr "" @@ -529,11 +447,11 @@ " with the content of this message." msgstr "" -#: ../blueman/Functions.py:93 +#: ../blueman/Functions.py:94 msgid "Bluetooth Turned Off" msgstr "" -#: ../blueman/Functions.py:97 +#: ../blueman/Functions.py:98 msgid "Enable Bluetooth" msgstr "" @@ -551,7 +469,7 @@ #: ../blueman/gui/manager/ManagerMenu.py:28 msgid "_Help" -msgstr "" +msgstr "_עזרה" #: ../blueman/gui/manager/ManagerMenu.py:40 msgid "_Report a Problem" @@ -578,62 +496,78 @@ msgid "Latest Device _Last" msgstr "" -#: ../blueman/gui/manager/ManagerMenu.py:158 +#: ../blueman/gui/manager/ManagerMenu.py:91 +#: ../blueman/gui/applet/PluginDialog.py:107 +#: ../blueman/plugins/applet/StandardItems.py:119 +msgid "Plugins" +msgstr "תוספים" + +#: ../blueman/gui/manager/ManagerMenu.py:96 +#: ../blueman/plugins/applet/StandardItems.py:55 +msgid "_Local Services" +msgstr "" + +#: ../blueman/gui/manager/ManagerMenu.py:98 +#: ../blueman/plugins/applet/StandardItems.py:114 +msgid "Service Preferences" +msgstr "" + +#: ../blueman/gui/manager/ManagerMenu.py:173 msgid "_Search" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:104 +#: ../blueman/gui/manager/ManagerDeviceList.py:102 #: ../blueman/plugins/applet/StandardItems.py:102 ../apps/blueman-manager:265 msgid "File Sender" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:439 +#: ../blueman/gui/manager/ManagerDeviceList.py:437 msgid "Trusted and Bonded" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:441 +#: ../blueman/gui/manager/ManagerDeviceList.py:439 msgid "Bonded" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:443 +#: ../blueman/gui/manager/ManagerDeviceList.py:441 msgid "Trusted" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:462 +#: ../blueman/gui/manager/ManagerDeviceList.py:460 msgid "Poor" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:465 -#: ../blueman/gui/manager/ManagerDeviceList.py:480 +#: ../blueman/gui/manager/ManagerDeviceList.py:463 +#: ../blueman/gui/manager/ManagerDeviceList.py:478 msgid "Sub-optimal" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:468 -#: ../blueman/gui/manager/ManagerDeviceList.py:483 +#: ../blueman/gui/manager/ManagerDeviceList.py:466 +#: ../blueman/gui/manager/ManagerDeviceList.py:481 msgid "Optimal" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:471 +#: ../blueman/gui/manager/ManagerDeviceList.py:469 msgid "Much" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:474 +#: ../blueman/gui/manager/ManagerDeviceList.py:472 msgid "Too much" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:477 +#: ../blueman/gui/manager/ManagerDeviceList.py:475 msgid "Low" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:486 +#: ../blueman/gui/manager/ManagerDeviceList.py:484 msgid "High" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:489 +#: ../blueman/gui/manager/ManagerDeviceList.py:487 msgid "Very High" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:492 +#: ../blueman/gui/manager/ManagerDeviceList.py:490 #, python-format msgid "" "Connected\n" @@ -642,7 +576,7 @@ "Transmit Power Level: %(tpl)u%% (%(tpl_state)s)" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:494 +#: ../blueman/gui/manager/ManagerDeviceList.py:492 #, python-format msgid "" "Connected\n" @@ -651,7 +585,7 @@ "Transmit Power Level: %(tpl)u%% (%(tpl_state)s)" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:496 +#: ../blueman/gui/manager/ManagerDeviceList.py:494 #, python-format msgid "" "Connected\n" @@ -740,7 +674,7 @@ msgid "Disconnecting..." msgstr "" -#: ../blueman/gui/manager/ManagerProgressbar.py:20 ../apps/blueman-sendto:67 +#: ../blueman/gui/manager/ManagerProgressbar.py:20 ../apps/blueman-sendto:70 msgid "Connecting" msgstr "" @@ -782,7 +716,7 @@ #: ../blueman/gui/CommonUi.py:17 msgid "translator-credits" -msgstr "" +msgstr "קרדיט על תרגום" #: ../blueman/gui/CommonUi.py:22 msgid "Blueman is a GTK based Bluetooth manager" @@ -792,11 +726,6 @@ msgid "GSM Settings" msgstr "" -#: ../blueman/gui/applet/PluginDialog.py:107 -#: ../blueman/plugins/applet/StandardItems.py:119 -msgid "Plugins" -msgstr "" - #: ../blueman/gui/applet/PluginDialog.py:198 #: ../blueman/gui/applet/PluginDialog.py:199 msgid "Unspecified" @@ -923,16 +852,16 @@ msgid "Network Access Point" msgstr "" -#: ../blueman/plugins/manager/PulseAudioProfile.py:92 +#: ../blueman/plugins/manager/PulseAudioProfile.py:89 #, python-format msgid "Failed to change profile to %s" msgstr "" -#: ../blueman/plugins/manager/PulseAudioProfile.py:127 +#: ../blueman/plugins/manager/PulseAudioProfile.py:124 msgid "Audio Profile" msgstr "" -#: ../blueman/plugins/manager/PulseAudioProfile.py:128 +#: ../blueman/plugins/manager/PulseAudioProfile.py:125 msgid "Select audio profile for PulseAudio" msgstr "" @@ -1101,10 +1030,80 @@ msgid "Provides DBus API for other Blueman components" msgstr "" -#: ../blueman/plugins/applet/TransferService.py:18 +#: ../blueman/plugins/applet/TransferService.py:95 +msgid "Incoming file over Bluetooth" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:96 +#, python-format +msgid "Incoming file %(0)s from %(1)s" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:98 +msgid "Reject" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:102 +msgid "Receiving file" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:103 +#, python-format +msgid "Receiving file %(0)s from %(1)s" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:119 msgid "Provides OBEX file transfer capabilities" msgstr "" +#: ../blueman/plugins/applet/TransferService.py:145 +msgid "Configured directory for incoming files does not exist" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:146 +#, python-format +msgid "" +"Please make sure that directory \"%s\" exists or configure it with " +"blueman-services" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:224 +msgid "File received" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:225 +#, python-format +msgid "File %(0)s from %(1)s successfully received" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:231 +msgid "Transfer failed" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:232 +#, python-format +msgid "Transfer of file %(0)s failed" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:254 +#: ../blueman/plugins/applet/TransferService.py:261 +msgid "Files received" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:255 +#, python-format +msgid "Received %d file in the background" +msgid_plural "Received %d files in the background" +msgstr[0] "" +msgstr[1] "" + +#: ../blueman/plugins/applet/TransferService.py:262 +#, python-format +msgid "Received %d more file in the background" +msgid_plural "Received %d more files in the background" +msgstr[0] "" +msgstr[1] "" + #: ../blueman/plugins/applet/KillSwitch.py:38 msgid "" "Toggles a platform Bluetooth killswitch when Bluetooth power state changes " @@ -1136,10 +1135,6 @@ msgid "Adap_ters" msgstr "" -#: ../blueman/plugins/applet/StandardItems.py:55 -msgid "_Local Services" -msgstr "" - #: ../blueman/plugins/applet/StandardItems.py:65 msgid "_Plugins" msgstr "" @@ -1157,10 +1152,6 @@ msgid "Adapter Preferences" msgstr "" -#: ../blueman/plugins/applet/StandardItems.py:114 -msgid "Service Preferences" -msgstr "" - #: ../blueman/plugins/applet/StandardItems.py:117 msgid "applet" msgstr "" @@ -1297,21 +1288,21 @@ "Upon device disconnection the script will be sent a HUP signal" msgstr "" -#: ../blueman/plugins/applet/SerialManager.py:64 +#: ../blueman/plugins/applet/SerialManager.py:66 msgid "Serial port connected" msgstr "" -#: ../blueman/plugins/applet/SerialManager.py:65 +#: ../blueman/plugins/applet/SerialManager.py:67 #, python-format msgid "" "Serial port service on device %s now will be available via %s" msgstr "" -#: ../blueman/plugins/applet/SerialManager.py:112 +#: ../blueman/plugins/applet/SerialManager.py:114 msgid "Serial port connection script failed" msgstr "" -#: ../blueman/plugins/applet/SerialManager.py:113 +#: ../blueman/plugins/applet/SerialManager.py:115 #, python-format msgid "" "There was a problem launching script %s\n" @@ -1368,7 +1359,7 @@ #: ../blueman/plugins/services/Network.py:22 #: ../blueman/plugins/services/Network.py:46 msgid "Network" -msgstr "" +msgstr "רשת" #: ../blueman/plugins/services/Network.py:95 msgid "Invalid IP address" @@ -1492,70 +1483,70 @@ msgstr[0] "" msgstr[1] "" -#: ../apps/blueman-sendto:106 +#: ../apps/blueman-sendto:110 msgid "obexd not available" msgstr "" -#: ../apps/blueman-sendto:107 +#: ../apps/blueman-sendto:111 msgid "obexd is probably not installed" msgstr "" -#: ../apps/blueman-sendto:133 -msgid "Error occurred" -msgstr "" - -#: ../apps/blueman-sendto:145 +#: ../apps/blueman-sendto:138 msgid "Cancelling" msgstr "" -#: ../apps/blueman-sendto:162 ../apps/blueman-sendto:196 +#: ../apps/blueman-sendto:149 ../apps/blueman-sendto:191 msgid "Sending File" msgstr "" -#: ../apps/blueman-sendto:162 ../apps/blueman-sendto:196 +#: ../apps/blueman-sendto:149 ../apps/blueman-sendto:191 msgid "ETA:" msgstr "" -#: ../apps/blueman-sendto:190 +#: ../apps/blueman-sendto:185 #, c-format msgid "%.0f Minute" msgid_plural "%.0f Minutes" msgstr[0] "" msgstr[1] "" -#: ../apps/blueman-sendto:192 +#: ../apps/blueman-sendto:187 #, c-format msgid "%.0f Second" msgid_plural "%.0f Seconds" msgstr[0] "" msgstr[1] "" -#: ../apps/blueman-sendto:230 +#: ../apps/blueman-sendto:225 #, c-format msgid "Error occurred while sending file %s" msgstr "" -#: ../apps/blueman-sendto:234 +#: ../apps/blueman-sendto:229 msgid "Skip" msgstr "" -#: ../apps/blueman-sendto:235 +#: ../apps/blueman-sendto:230 msgid "Retry" msgstr "" -#: ../apps/blueman-sendto:284 -msgid "Send files to this device" +#: ../apps/blueman-sendto:271 +msgid "Error occurred" msgstr "" #: ../apps/blueman-sendto:290 +msgid "Send files to this device" +msgstr "" + +#: ../apps/blueman-sendto:296 msgid "Source adapter. Takes address or adapter's name eg. hci0" msgstr "" -#: ../apps/blueman-sendto:295 +#: ../apps/blueman-sendto:301 msgid "Bluetooth needs to be turned on for file sending to work" msgstr "" -#: ../apps/blueman-sendto:355 +#: ../apps/blueman-sendto:361 msgid "Select files to send" msgstr "" diff -Nru blueman-2.0.4/po/hr.po blueman-2.0.5/po/hr.po --- blueman-2.0.4/po/hr.po 2016-03-22 06:16:30.000000000 +0000 +++ blueman-2.0.5/po/hr.po 2017-10-01 06:19:46.000000000 +0000 @@ -4,15 +4,15 @@ # # Translators: # FIRST AUTHOR , 2009 -# Ivica Kolić , 2014 +# Ivica Kolić , 2014,2016 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-30 19:38+0200\n" -"PO-Revision-Date: 2015-04-30 17:40+0000\n" -"Last-Translator: infirit \n" -"Language-Team: Croatian (http://www.transifex.com/projects/p/MATE/language/hr/)\n" +"POT-Creation-Date: 2015-05-14 08:59+0200\n" +"PO-Revision-Date: 2016-11-19 17:15+0000\n" +"Last-Translator: Ivica Kolić \n" +"Language-Team: Croatian (http://www.transifex.com/mate/MATE/language/hr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -140,7 +140,7 @@ #: ../data/ui/rename-device.ui.h:1 msgid "Rename device" -msgstr "" +msgstr "Preimenuj uređaj" #: ../data/ui/services.ui.h:1 msgid "Local Services" @@ -195,45 +195,33 @@ msgstr "Mrežne postavke" #: ../data/ui/services-transfer.ui.h:1 -msgid "Shared Folder:" -msgstr "Mapa za razmjenu:" +msgid "Incoming Folder:" +msgstr "Dolazna mapa:" #: ../data/ui/services-transfer.ui.h:2 -msgid "Select Shared/Storage folder" -msgstr "Odaberi mapu za razmjenu/spremanje" +msgid "Select folder for incoming file transfers" +msgstr "Odaberi mapu za dolazne transfere datoteka" #: ../data/ui/services-transfer.ui.h:3 -msgid "Enabled" -msgstr "Omogućeno" - -#: ../data/ui/services-transfer.ui.h:4 msgid "Accept files from trusted devices" msgstr "Prihvati datoteke od povjerljivih uređaja" -#: ../data/ui/services-transfer.ui.h:5 +#: ../data/ui/services-transfer.ui.h:4 msgid "File Receiving (Object Push)" msgstr "Prijem datoteke (Object Push)" #: ../data/ui/services-transfer.ui.h:6 -msgid "Allow devices to write/delete" -msgstr "Dopusti uređajima pisanje/brisanje" - -#: ../data/ui/services-transfer.ui.h:7 -msgid "File Sharing (FTP)" -msgstr "Razmjena datoteka (FTP)" - -#: ../data/ui/services-transfer.ui.h:9 #, no-c-format msgid "" "Command to start an obex ftp browser.\n" "%d is substituted with device address." msgstr "Naredba za pokretanje obex ftp pretraživača.\n%d je zamijenjen s adresom uređaja." -#: ../data/ui/services-transfer.ui.h:11 +#: ../data/ui/services-transfer.ui.h:8 msgid "Advanced" msgstr "Napredno" -#: ../data/ui/services-transfer.ui.h:12 +#: ../data/ui/services-transfer.ui.h:9 msgid "Transfer Settings" msgstr "Postavke prijenosa" @@ -373,86 +361,7 @@ #: ../data/ui/net-usage.ui.h:8 msgid "_Close" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:56 -msgid "Configured share directory does not exist" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:57 -#, python-format -msgid "" -"Please make sure that directory \"%s\" exists or configure it with " -"blueman-services" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:152 -msgid "Incoming file over Bluetooth" -msgstr "Dolazeća datoteka putem Bluetootha" - -#: ../blueman/main/applet/Transfer.py:153 -#, python-format -msgid "Incoming file %(0)s from %(1)s" -msgstr "Dolazna datoteka %(0)s od %(1)s" - -#: ../blueman/main/applet/Transfer.py:155 -#: ../blueman/main/applet/BluezAgent.py:249 -msgid "Accept" -msgstr "Prihvati" - -#: ../blueman/main/applet/Transfer.py:155 -msgid "Reject" -msgstr "Odbaci" - -#: ../blueman/main/applet/Transfer.py:164 -msgid "Receiving file" -msgstr "Prijem datoteke" - -#: ../blueman/main/applet/Transfer.py:165 -#, python-format -msgid "Receiving file %(0)s from %(1)s" -msgstr "Prijem datoteke %(0)s od %(1)s" - -#: ../blueman/main/applet/Transfer.py:204 -#: ../blueman/main/applet/Transfer.py:234 -msgid "File received" -msgstr "Datoteka primljena" - -#: ../blueman/main/applet/Transfer.py:205 -#: ../blueman/main/applet/Transfer.py:235 -#, python-format -msgid "File %(0)s from %(1)s successfully received" -msgstr "Datoteka %(0)s od %(1)s uspješno primljena" - -#: ../blueman/main/applet/Transfer.py:220 -msgid "Transfer failed" -msgstr "Prijenos nije uspio" - -#: ../blueman/main/applet/Transfer.py:221 -#, python-format -msgid "Transfer of file %(0)s failed" -msgstr "Prijenos datoteke %(0)s nije uspio" - -#: ../blueman/main/applet/Transfer.py:243 -#: ../blueman/main/applet/Transfer.py:254 -msgid "Files received" -msgstr "Datoteke primljene" - -#: ../blueman/main/applet/Transfer.py:244 -#, python-format -msgid "Received %d file in the background" -msgid_plural "Received %d files in the background" -msgstr[0] "Primljena %d datoteka u pozadini" -msgstr[1] "Primljene %d datoteke u pozadini" -msgstr[2] "Primljeno %d datoteka u pozadini" - -#: ../blueman/main/applet/Transfer.py:255 -#, python-format -msgid "Received %d more file in the background" -msgid_plural "Received %d more files in the background" -msgstr[0] "Primljena još %d datoteka u pozadini" -msgstr[1] "Primljene još %d datoteke u pozadini" -msgstr[2] "Primljeno još %d datoteka u pozadini" +msgstr "_Zatvori" #: ../blueman/main/applet/BluezAgent.py:120 #, python-format @@ -518,6 +427,11 @@ msgid "Always accept" msgstr "Uvijek prihvati" +#: ../blueman/main/applet/BluezAgent.py:249 +#: ../blueman/plugins/applet/TransferService.py:98 +msgid "Accept" +msgstr "Prihvati" + #: ../blueman/main/applet/BluezAgent.py:282 msgid "Confirm value" msgstr "Potvrdi vrijednost" @@ -533,11 +447,11 @@ " with the content of this message." msgstr "Došlo je do pogreške prilikom učitavanja priključka Molim obavijestite razvijatelje sa sadržajem ove poruke." -#: ../blueman/Functions.py:93 +#: ../blueman/Functions.py:94 msgid "Bluetooth Turned Off" msgstr "Bluetooth je isključen" -#: ../blueman/Functions.py:97 +#: ../blueman/Functions.py:98 msgid "Enable Bluetooth" msgstr "Omogući Bluetooth" @@ -568,76 +482,92 @@ #: ../blueman/gui/manager/ManagerMenu.py:58 msgid "Show _Toolbar" -msgstr "" +msgstr "Pokaži _alatnu traku" #: ../blueman/gui/manager/ManagerMenu.py:63 msgid "Show _Statusbar" -msgstr "" +msgstr "Pokaži _statusnu traku" #: ../blueman/gui/manager/ManagerMenu.py:74 msgid "Latest Device _First" -msgstr "" +msgstr "Posljednji uređaj _prvi" #: ../blueman/gui/manager/ManagerMenu.py:79 msgid "Latest Device _Last" -msgstr "" +msgstr "Posljednji uređaj _zadnji" -#: ../blueman/gui/manager/ManagerMenu.py:158 +#: ../blueman/gui/manager/ManagerMenu.py:91 +#: ../blueman/gui/applet/PluginDialog.py:107 +#: ../blueman/plugins/applet/StandardItems.py:119 +msgid "Plugins" +msgstr "Dodaci" + +#: ../blueman/gui/manager/ManagerMenu.py:96 +#: ../blueman/plugins/applet/StandardItems.py:55 +msgid "_Local Services" +msgstr "_Lokalne Usluge" + +#: ../blueman/gui/manager/ManagerMenu.py:98 +#: ../blueman/plugins/applet/StandardItems.py:114 +msgid "Service Preferences" +msgstr "Osobitosti servisa" + +#: ../blueman/gui/manager/ManagerMenu.py:173 msgid "_Search" msgstr "_Traži" -#: ../blueman/gui/manager/ManagerDeviceList.py:104 +#: ../blueman/gui/manager/ManagerDeviceList.py:102 #: ../blueman/plugins/applet/StandardItems.py:102 ../apps/blueman-manager:265 msgid "File Sender" -msgstr "" +msgstr "Otpremnik datoteka" -#: ../blueman/gui/manager/ManagerDeviceList.py:439 +#: ../blueman/gui/manager/ManagerDeviceList.py:437 msgid "Trusted and Bonded" msgstr "Povjerljiv i spojen" -#: ../blueman/gui/manager/ManagerDeviceList.py:441 +#: ../blueman/gui/manager/ManagerDeviceList.py:439 msgid "Bonded" msgstr "Spojen" -#: ../blueman/gui/manager/ManagerDeviceList.py:443 +#: ../blueman/gui/manager/ManagerDeviceList.py:441 msgid "Trusted" msgstr "Povjerljiv" -#: ../blueman/gui/manager/ManagerDeviceList.py:462 +#: ../blueman/gui/manager/ManagerDeviceList.py:460 msgid "Poor" msgstr "Slab" -#: ../blueman/gui/manager/ManagerDeviceList.py:465 -#: ../blueman/gui/manager/ManagerDeviceList.py:480 +#: ../blueman/gui/manager/ManagerDeviceList.py:463 +#: ../blueman/gui/manager/ManagerDeviceList.py:478 msgid "Sub-optimal" msgstr "Pod-optimalan" -#: ../blueman/gui/manager/ManagerDeviceList.py:468 -#: ../blueman/gui/manager/ManagerDeviceList.py:483 +#: ../blueman/gui/manager/ManagerDeviceList.py:466 +#: ../blueman/gui/manager/ManagerDeviceList.py:481 msgid "Optimal" msgstr "Optimalan" -#: ../blueman/gui/manager/ManagerDeviceList.py:471 +#: ../blueman/gui/manager/ManagerDeviceList.py:469 msgid "Much" msgstr "Mnogo" -#: ../blueman/gui/manager/ManagerDeviceList.py:474 +#: ../blueman/gui/manager/ManagerDeviceList.py:472 msgid "Too much" msgstr "Previše" -#: ../blueman/gui/manager/ManagerDeviceList.py:477 +#: ../blueman/gui/manager/ManagerDeviceList.py:475 msgid "Low" msgstr "Nizak" -#: ../blueman/gui/manager/ManagerDeviceList.py:486 +#: ../blueman/gui/manager/ManagerDeviceList.py:484 msgid "High" msgstr "Visok" -#: ../blueman/gui/manager/ManagerDeviceList.py:489 +#: ../blueman/gui/manager/ManagerDeviceList.py:487 msgid "Very High" msgstr "Vrlo visok" -#: ../blueman/gui/manager/ManagerDeviceList.py:492 +#: ../blueman/gui/manager/ManagerDeviceList.py:490 #, python-format msgid "" "Connected\n" @@ -646,7 +576,7 @@ "Transmit Power Level: %(tpl)u%% (%(tpl_state)s)" msgstr "Povezano\nJačina Prijemnog Signala: %(rssi)u%% (%(rssi_state)s)\nKvaliteta Veze: %(lq)u%%\nNivo Snage Transmisije: %(tpl)u%% (%(tpl_state)s)" -#: ../blueman/gui/manager/ManagerDeviceList.py:494 +#: ../blueman/gui/manager/ManagerDeviceList.py:492 #, python-format msgid "" "Connected\n" @@ -655,7 +585,7 @@ "Transmit Power Level: %(tpl)u%% (%(tpl_state)s)" msgstr "Povezano\nJačina Prijemnog Signala: %(rssi)u%% (%(rssi_state)s)\nKvaliteta Veze: %(lq)u%%\nNivo Snage Transmisije: %(tpl)u%% (%(tpl_state)s)" -#: ../blueman/gui/manager/ManagerDeviceList.py:496 +#: ../blueman/gui/manager/ManagerDeviceList.py:494 #, python-format msgid "" "Connected\n" @@ -744,7 +674,7 @@ msgid "Disconnecting..." msgstr "Otpajam se..." -#: ../blueman/gui/manager/ManagerProgressbar.py:20 ../apps/blueman-sendto:67 +#: ../blueman/gui/manager/ManagerProgressbar.py:20 ../apps/blueman-sendto:70 msgid "Connecting" msgstr "Povezivanje" @@ -796,11 +726,6 @@ msgid "GSM Settings" msgstr "GSM Postavke" -#: ../blueman/gui/applet/PluginDialog.py:107 -#: ../blueman/plugins/applet/StandardItems.py:119 -msgid "Plugins" -msgstr "Dodaci" - #: ../blueman/gui/applet/PluginDialog.py:198 #: ../blueman/gui/applet/PluginDialog.py:199 msgid "Unspecified" @@ -927,16 +852,16 @@ msgid "Network Access Point" msgstr "Mjesto mrežnog pristupa" -#: ../blueman/plugins/manager/PulseAudioProfile.py:92 +#: ../blueman/plugins/manager/PulseAudioProfile.py:89 #, python-format msgid "Failed to change profile to %s" msgstr "Neuspješna promjena profila %s" -#: ../blueman/plugins/manager/PulseAudioProfile.py:127 +#: ../blueman/plugins/manager/PulseAudioProfile.py:124 msgid "Audio Profile" msgstr "Audio profil" -#: ../blueman/plugins/manager/PulseAudioProfile.py:128 +#: ../blueman/plugins/manager/PulseAudioProfile.py:125 msgid "Select audio profile for PulseAudio" msgstr "Odaberite audio profil za PulseAudio" @@ -1012,7 +937,7 @@ #: ../blueman/plugins/applet/NetUsage.py:334 msgid "Network _Usage" -msgstr "" +msgstr "Uporaba _mreže" #: ../blueman/plugins/applet/NetUsage.py:335 msgid "Shows network traffic usage" @@ -1108,10 +1033,82 @@ msgid "Provides DBus API for other Blueman components" msgstr "Omogućuje DBus API za ostale Blueman komponente" -#: ../blueman/plugins/applet/TransferService.py:18 +#: ../blueman/plugins/applet/TransferService.py:95 +msgid "Incoming file over Bluetooth" +msgstr "Dolazeća datoteka putem Bluetootha" + +#: ../blueman/plugins/applet/TransferService.py:96 +#, python-format +msgid "Incoming file %(0)s from %(1)s" +msgstr "Dolazna datoteka %(0)s od %(1)s" + +#: ../blueman/plugins/applet/TransferService.py:98 +msgid "Reject" +msgstr "Odbaci" + +#: ../blueman/plugins/applet/TransferService.py:102 +msgid "Receiving file" +msgstr "Prijem datoteke" + +#: ../blueman/plugins/applet/TransferService.py:103 +#, python-format +msgid "Receiving file %(0)s from %(1)s" +msgstr "Prijem datoteke %(0)s od %(1)s" + +#: ../blueman/plugins/applet/TransferService.py:119 msgid "Provides OBEX file transfer capabilities" msgstr "Omogućuje OBEX mogućnosti prijenosa datoteka" +#: ../blueman/plugins/applet/TransferService.py:145 +msgid "Configured directory for incoming files does not exist" +msgstr "Konfigurirani direktorij za dolazne datoteke ne postoji" + +#: ../blueman/plugins/applet/TransferService.py:146 +#, python-format +msgid "" +"Please make sure that directory \"%s\" exists or configure it with " +"blueman-services" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:224 +msgid "File received" +msgstr "Datoteka primljena" + +#: ../blueman/plugins/applet/TransferService.py:225 +#, python-format +msgid "File %(0)s from %(1)s successfully received" +msgstr "Datoteka %(0)s od %(1)s uspješno primljena" + +#: ../blueman/plugins/applet/TransferService.py:231 +msgid "Transfer failed" +msgstr "Prijenos nije uspio" + +#: ../blueman/plugins/applet/TransferService.py:232 +#, python-format +msgid "Transfer of file %(0)s failed" +msgstr "Prijenos datoteke %(0)s nije uspio" + +#: ../blueman/plugins/applet/TransferService.py:254 +#: ../blueman/plugins/applet/TransferService.py:261 +msgid "Files received" +msgstr "Datoteke primljene" + +#: ../blueman/plugins/applet/TransferService.py:255 +#, python-format +msgid "Received %d file in the background" +msgid_plural "Received %d files in the background" +msgstr[0] "Primljena %d datoteka u pozadini" +msgstr[1] "Primljene %d datoteke u pozadini" +msgstr[2] "Primljeno %d datoteka u pozadini" + +#: ../blueman/plugins/applet/TransferService.py:262 +#, python-format +msgid "Received %d more file in the background" +msgid_plural "Received %d more files in the background" +msgstr[0] "Primljena još %d datoteka u pozadini" +msgstr[1] "Primljene još %d datoteke u pozadini" +msgstr[2] "Primljeno još %d datoteka u pozadini" + #: ../blueman/plugins/applet/KillSwitch.py:38 msgid "" "Toggles a platform Bluetooth killswitch when Bluetooth power state changes " @@ -1143,10 +1140,6 @@ msgid "Adap_ters" msgstr "Adap_teri" -#: ../blueman/plugins/applet/StandardItems.py:55 -msgid "_Local Services" -msgstr "_Lokalne Usluge" - #: ../blueman/plugins/applet/StandardItems.py:65 msgid "_Plugins" msgstr "_Priključci" @@ -1158,15 +1151,11 @@ #: ../blueman/plugins/applet/StandardItems.py:105 msgid "File Browser" -msgstr "" +msgstr "Preglednik datoteka" #: ../blueman/plugins/applet/StandardItems.py:111 ../apps/blueman-manager:254 msgid "Adapter Preferences" -msgstr "" - -#: ../blueman/plugins/applet/StandardItems.py:114 -msgid "Service Preferences" -msgstr "" +msgstr "Osobitosti adaptera" #: ../blueman/plugins/applet/StandardItems.py:117 msgid "applet" @@ -1305,21 +1294,21 @@ "Upon device disconnection the script will be sent a HUP signal" msgstr "" -#: ../blueman/plugins/applet/SerialManager.py:64 +#: ../blueman/plugins/applet/SerialManager.py:66 msgid "Serial port connected" msgstr "Serijski ulaz priključen" -#: ../blueman/plugins/applet/SerialManager.py:65 +#: ../blueman/plugins/applet/SerialManager.py:67 #, python-format msgid "" "Serial port service on device %s now will be available via %s" msgstr "Usluge serijskog ulaza na uređaju %s biti će obezbijeđene putem %s" -#: ../blueman/plugins/applet/SerialManager.py:112 +#: ../blueman/plugins/applet/SerialManager.py:114 msgid "Serial port connection script failed" msgstr "" -#: ../blueman/plugins/applet/SerialManager.py:113 +#: ../blueman/plugins/applet/SerialManager.py:115 #, python-format msgid "" "There was a problem launching script %s\n" @@ -1340,7 +1329,7 @@ #: ../blueman/plugins/applet/PowerManager.py:42 msgid "Bluetooth _Off" -msgstr "" +msgstr "Bluetooth Isklučen" #: ../blueman/plugins/applet/PowerManager.py:44 #: ../blueman/plugins/applet/PowerManager.py:186 @@ -1349,7 +1338,7 @@ #: ../blueman/plugins/applet/PowerManager.py:171 msgid "Turn Bluetooth _On" -msgstr "" +msgstr "Uključi Bluetooth" #: ../blueman/plugins/applet/PowerManager.py:173 msgid "Turn on all adapters" @@ -1357,7 +1346,7 @@ #: ../blueman/plugins/applet/PowerManager.py:184 msgid "Turn Bluetooth _Off" -msgstr "" +msgstr "Isključi Bluetooth" #: ../blueman/plugins/applet/GameControllerWakelock.py:15 msgid "" @@ -1425,7 +1414,7 @@ #: ../data/thunar-sendto-blueman.desktop.in.h:1 msgid "Bluetooth Device" -msgstr "" +msgstr "Bluetooth uređaj" #: ../data/configs/org.blueman.policy.in.h:1 msgid "Configure Bluetooth Network" @@ -1501,31 +1490,27 @@ msgstr[1] "%d Minute" msgstr[2] "%d Minuta" -#: ../apps/blueman-sendto:106 +#: ../apps/blueman-sendto:110 msgid "obexd not available" msgstr "" -#: ../apps/blueman-sendto:107 +#: ../apps/blueman-sendto:111 msgid "obexd is probably not installed" msgstr "" -#: ../apps/blueman-sendto:133 -msgid "Error occurred" -msgstr "Dogodila se greška" - -#: ../apps/blueman-sendto:145 +#: ../apps/blueman-sendto:138 msgid "Cancelling" msgstr "Otkazivanje" -#: ../apps/blueman-sendto:162 ../apps/blueman-sendto:196 +#: ../apps/blueman-sendto:149 ../apps/blueman-sendto:191 msgid "Sending File" msgstr "Slanje datoteke" -#: ../apps/blueman-sendto:162 ../apps/blueman-sendto:196 +#: ../apps/blueman-sendto:149 ../apps/blueman-sendto:191 msgid "ETA:" msgstr "ETA:" -#: ../apps/blueman-sendto:190 +#: ../apps/blueman-sendto:185 #, c-format msgid "%.0f Minute" msgid_plural "%.0f Minutes" @@ -1533,7 +1518,7 @@ msgstr[1] "%.0f Minute" msgstr[2] "%.0f Minuta" -#: ../apps/blueman-sendto:192 +#: ../apps/blueman-sendto:187 #, c-format msgid "%.0f Second" msgid_plural "%.0f Seconds" @@ -1541,32 +1526,36 @@ msgstr[1] "%.0f Sekunde" msgstr[2] "%.0f Sekundi" -#: ../apps/blueman-sendto:230 +#: ../apps/blueman-sendto:225 #, c-format msgid "Error occurred while sending file %s" msgstr "Došlo je do greške pri slanju datoteke %s" -#: ../apps/blueman-sendto:234 +#: ../apps/blueman-sendto:229 msgid "Skip" msgstr "Preskoči" -#: ../apps/blueman-sendto:235 +#: ../apps/blueman-sendto:230 msgid "Retry" msgstr "Pokušaj ponovno" -#: ../apps/blueman-sendto:284 +#: ../apps/blueman-sendto:271 +msgid "Error occurred" +msgstr "Dogodila se greška" + +#: ../apps/blueman-sendto:290 msgid "Send files to this device" msgstr "Pošalji datoteke na ovaj uređaj" -#: ../apps/blueman-sendto:290 +#: ../apps/blueman-sendto:296 msgid "Source adapter. Takes address or adapter's name eg. hci0" msgstr "" -#: ../apps/blueman-sendto:295 +#: ../apps/blueman-sendto:301 msgid "Bluetooth needs to be turned on for file sending to work" msgstr "Bluetooth mora biti uključen da bi slanje datoteka funkcioniralo" -#: ../apps/blueman-sendto:355 +#: ../apps/blueman-sendto:361 msgid "Select files to send" msgstr "Odaberite datoteke za slanje" @@ -1617,7 +1606,7 @@ #: ../apps/blueman-browse:66 msgid "Failed to launch default file browser" -msgstr "" +msgstr "Neuspjelo pokretanje zadanog preglednika datoteka" #: ../apps/blueman-browse:68 msgid "You can enter an alternate browser in service settings" diff -Nru blueman-2.0.4/po/lv.po blueman-2.0.5/po/lv.po --- blueman-2.0.4/po/lv.po 2016-03-22 06:16:30.000000000 +0000 +++ blueman-2.0.5/po/lv.po 2017-10-01 06:19:46.000000000 +0000 @@ -3,15 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Daniel , 2016 # FIRST AUTHOR , 2009 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-30 19:38+0200\n" -"PO-Revision-Date: 2015-04-30 17:40+0000\n" -"Last-Translator: infirit \n" -"Language-Team: Latvian (http://www.transifex.com/projects/p/MATE/language/lv/)\n" +"POT-Creation-Date: 2015-05-14 08:59+0200\n" +"PO-Revision-Date: 2016-12-25 15:04+0000\n" +"Last-Translator: Daniel \n" +"Language-Team: Latvian (http://www.transifex.com/mate/MATE/language/lv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -20,7 +21,7 @@ #: ../data/ui/adapters-tab.ui.h:1 msgid "Visibility Setting" -msgstr "" +msgstr "Redzamība" #: ../data/ui/adapters-tab.ui.h:2 ../apps/blueman-adapters:142 msgid "Hidden" @@ -32,23 +33,23 @@ #: ../data/ui/adapters-tab.ui.h:4 msgid "Temporarily visible" -msgstr "" +msgstr "Pagaidu redzams" #: ../data/ui/adapters-tab.ui.h:5 msgid "Friendly Name" -msgstr "" +msgstr "Draudzīgs vārds" #: ../data/ui/adapters.ui.h:1 ../data/blueman-adapters.desktop.in.h:1 msgid "Bluetooth Adapters" -msgstr "" +msgstr "Bluetooth Adapteri" #: ../data/ui/applet-passkey.ui.h:1 msgid "Pairing request" -msgstr "" +msgstr "Pārošanas pieprasījums" #: ../data/ui/applet-passkey.ui.h:2 msgid "Pairing request for device:" -msgstr "" +msgstr "Pārošanas pieprasījums priekš iekārtas:" #: ../data/ui/applet-passkey.ui.h:3 msgid "Show input" @@ -60,7 +61,7 @@ #: ../data/ui/manager-main.ui.h:2 msgid "Search for nearby devices" -msgstr "" +msgstr "Meklēt tuvējās iekārtas" #. translators: toolbar item: keep it as short as possible #: ../data/ui/manager-main.ui.h:4 @@ -70,7 +71,7 @@ #: ../data/ui/manager-main.ui.h:5 #: ../blueman/gui/manager/ManagerDeviceMenu.py:216 msgid "Add this device to known devices list" -msgstr "" +msgstr "Pievienot šo iekārtu zināmo iekārtu sarakstam" #. translators: toolbar item: keep it as short as possible #: ../data/ui/manager-main.ui.h:7 @@ -80,17 +81,17 @@ #: ../data/ui/manager-main.ui.h:8 #: ../blueman/gui/manager/ManagerDeviceMenu.py:324 msgid "Create pairing with the device" -msgstr "" +msgstr "Izveidot pāri ar iekārtu" #. translators: toolbar item: keep it as short as possible #: ../data/ui/manager-main.ui.h:10 msgid "Pair" -msgstr "" +msgstr "Pārot" #: ../data/ui/manager-main.ui.h:11 #: ../blueman/gui/manager/ManagerDeviceMenu.py:342 msgid "Mark/Unmark this device as trusted" -msgstr "" +msgstr "Pievienot/Noņemt iekārtu kā uzticamu" #. translators: toolbar item: keep it as short as possible #: ../data/ui/manager-main.ui.h:13 ../blueman/gui/manager/ManagerToolbar.py:38 @@ -102,7 +103,7 @@ #: ../blueman/gui/manager/ManagerDeviceMenu.py:223 #: ../blueman/gui/manager/ManagerDeviceMenu.py:348 msgid "Run the setup assistant for this device" -msgstr "" +msgstr "Palaist uzstādīšanas vedni šajai iekārtai" #. translators: toolbar item: keep it as short as possible #: ../data/ui/manager-main.ui.h:16 @@ -112,7 +113,7 @@ #: ../data/ui/manager-main.ui.h:17 #: ../blueman/gui/manager/ManagerDeviceMenu.py:382 msgid "Remove this device from the known devices list" -msgstr "" +msgstr "Noņemt iekārtu no zināmo iekārtu saraksta" #. translators: toolbar item: keep it as short as possible #: ../data/ui/manager-main.ui.h:19 @@ -121,7 +122,7 @@ #: ../data/ui/manager-main.ui.h:20 msgid "Send file(s) to the device" -msgstr "" +msgstr "Sūtīt failu(s) uz iekārtu" #. translators: toolbar item: keep it as short as possible #: ../data/ui/manager-main.ui.h:22 @@ -130,7 +131,7 @@ #: ../data/ui/manager-main.ui.h:23 msgid "Browse the device using obex ftp" -msgstr "" +msgstr "Pārlūkot iekārtu izmantojot obex ftp" #. translators: toolbar item: keep it as short as possible #: ../data/ui/manager-main.ui.h:25 @@ -139,118 +140,106 @@ #: ../data/ui/rename-device.ui.h:1 msgid "Rename device" -msgstr "" +msgstr "Pārsaukt iekārtu" #: ../data/ui/services.ui.h:1 msgid "Local Services" -msgstr "" +msgstr "Lokālie Servisi" #: ../data/ui/services-network.ui.h:1 ../blueman/Sdp.py:123 msgid "Group Network" -msgstr "" +msgstr "Grupas Tīkls" #: ../data/ui/services-network.ui.h:2 msgid "Network Access Point (NAP)" -msgstr "" +msgstr "Tīkla Pieejas Punkts (NAP)" #: ../data/ui/services-network.ui.h:3 msgid "Services" -msgstr "" +msgstr "Servisi" #: ../data/ui/services-network.ui.h:4 msgid "DHCP server type:" -msgstr "" +msgstr "DHCP servera tips:" #: ../data/ui/services-network.ui.h:5 msgid "Recommended" -msgstr "" +msgstr "Rekomendēts" #: ../data/ui/services-network.ui.h:6 msgid "IP Address:" -msgstr "" +msgstr "IP adrese:" #: ../data/ui/services-network.ui.h:7 msgid "Enable Routing (NAT)" -msgstr "" +msgstr "Ieslēgt maršrutēšanu (NAT)" #: ../data/ui/services-network.ui.h:8 msgid "NAP Settings" -msgstr "" +msgstr "NAP Iestatījumi" #: ../data/ui/services-network.ui.h:9 msgid "No DHCP servers installed" -msgstr "" +msgstr "Nav atrasti DHCP serveri" #: ../data/ui/services-network.ui.h:10 msgid "PAN Support" -msgstr "" +msgstr "PAN Atbalsts" #: ../data/ui/services-network.ui.h:11 msgid "DUN Support" -msgstr "" +msgstr "DUN Atbalsts" #: ../data/ui/services-network.ui.h:12 msgid "Network Settings" -msgstr "" +msgstr "Tīkla Iestatījumi" #: ../data/ui/services-transfer.ui.h:1 -msgid "Shared Folder:" -msgstr "" +msgid "Incoming Folder:" +msgstr "Ienākošā Mape:" #: ../data/ui/services-transfer.ui.h:2 -msgid "Select Shared/Storage folder" -msgstr "" +msgid "Select folder for incoming file transfers" +msgstr "Izvēlēties mapi priekš ienākošajiem failiem" #: ../data/ui/services-transfer.ui.h:3 -msgid "Enabled" -msgstr "" - -#: ../data/ui/services-transfer.ui.h:4 msgid "Accept files from trusted devices" -msgstr "" +msgstr "Pieņemt failus no uzticamām iekārtām" -#: ../data/ui/services-transfer.ui.h:5 +#: ../data/ui/services-transfer.ui.h:4 msgid "File Receiving (Object Push)" msgstr "" #: ../data/ui/services-transfer.ui.h:6 -msgid "Allow devices to write/delete" -msgstr "" - -#: ../data/ui/services-transfer.ui.h:7 -msgid "File Sharing (FTP)" -msgstr "" - -#: ../data/ui/services-transfer.ui.h:9 #, no-c-format msgid "" "Command to start an obex ftp browser.\n" "%d is substituted with device address." msgstr "" -#: ../data/ui/services-transfer.ui.h:11 +#: ../data/ui/services-transfer.ui.h:8 msgid "Advanced" -msgstr "" +msgstr "Papildus" -#: ../data/ui/services-transfer.ui.h:12 +#: ../data/ui/services-transfer.ui.h:9 msgid "Transfer Settings" -msgstr "" +msgstr "Pārsūtīšanas Iestatījumi" #: ../data/ui/send-dialog.ui.h:1 msgid "Bluetooth File Transfer" -msgstr "" +msgstr "Bluetooth Failu Pārsūtīšana" #: ../data/ui/send-dialog.ui.h:2 msgid "Sending files via Bluetooth" -msgstr "" +msgstr "Sūta failus caur Bluetooth" #: ../data/ui/send-dialog.ui.h:3 msgid "To:" -msgstr "" +msgstr "Uz:" #: ../data/ui/send-dialog.ui.h:4 msgid "File:" -msgstr "" +msgstr "Fails:" #: ../data/ui/assistant.ui.h:1 msgid "" @@ -262,101 +251,101 @@ #: ../data/ui/assistant.ui.h:5 msgid "Select pairing method to use:" -msgstr "" +msgstr "Izvēlieties pārošanas veidu:" #: ../data/ui/assistant.ui.h:6 msgid "Use Random Passkey" -msgstr "" +msgstr "Izmantot Nejaušu Atslēgu" #: ../data/ui/assistant.ui.h:7 msgid "Proceed Without Pairing" -msgstr "" +msgstr "Turpināt Bez Pārošanas" #: ../data/ui/assistant.ui.h:8 msgid "Connect to:" -msgstr "" +msgstr "Pieslēgties pie:" #: ../data/ui/assistant.ui.h:9 msgid "Please wait..." -msgstr "" +msgstr "Lūdzu uzgaidiet..." #: ../data/ui/assistant.ui.h:10 msgid "Congratulations, device successfully added" -msgstr "" +msgstr "Iekārta pievienota veiksmīgi" #: ../data/ui/device-list-widget.ui.h:1 msgid "Device search progress" -msgstr "" +msgstr "Iekārtu meklēšanas progress" #: ../data/ui/device-list-widget.ui.h:2 msgid "Search for devices" -msgstr "" +msgstr "Meklēt ierīces" #: ../data/ui/device-list-widget.ui.h:3 msgid "Adapter selection" -msgstr "" +msgstr "Adapteru izvēle" #: ../data/ui/applet-plugins-widget.ui.h:1 msgid "Configuration" -msgstr "" +msgstr "Konfigurācija" #: ../data/ui/applet-plugins-widget.ui.h:2 msgid "Configure selected plugin's preferences" -msgstr "" +msgstr "Konfigurēt izvēlētā spraudņa iestatījumus" #: ../data/ui/applet-plugins-widget.ui.h:3 msgid "Plugin description:" -msgstr "" +msgstr "Spraudņa apraksts:" #: ../data/ui/applet-plugins-widget.ui.h:4 msgid "Not specified" -msgstr "" +msgstr "Nav norādīts" #: ../data/ui/applet-plugins-widget.ui.h:5 msgid "Author:" -msgstr "" +msgstr "Autors:" #: ../data/ui/applet-plugins-widget.ui.h:6 ../blueman/Sdp.py:208 #: ../blueman/plugins/applet/NetUsage.py:238 #: ../blueman/plugins/applet/NetUsage.py:239 msgid "Unknown" -msgstr "" +msgstr "Nezināms" #: ../data/ui/applet-plugins-widget.ui.h:7 msgid "Depends on:" -msgstr "" +msgstr "Atkarīgs no:" #: ../data/ui/applet-plugins-widget.ui.h:8 msgid "Conflicts with:" -msgstr "" +msgstr "Konfliktē ar:" #: ../data/ui/gsm-settings.ui.h:1 msgid "GSM settings" -msgstr "" +msgstr "GSM iestatījumi" #: ../data/ui/gsm-settings.ui.h:2 msgid "Number:" -msgstr "" +msgstr "Numurs:" #: ../data/ui/gsm-settings.ui.h:3 msgid "APN:" -msgstr "" +msgstr "APN:" #: ../data/ui/net-usage.ui.h:1 msgid "Traffic statistics" -msgstr "" +msgstr "Trafika statistika" #: ../data/ui/net-usage.ui.h:2 msgid "Downloaded:" -msgstr "" +msgstr "Lejupielādēts:" #: ../data/ui/net-usage.ui.h:3 msgid "Uploaded:" -msgstr "" +msgstr "Augšupielādēts:" #: ../data/ui/net-usage.ui.h:4 msgid "Total:" -msgstr "" +msgstr "Kopā:" #: ../data/ui/net-usage.ui.h:5 msgid "Log started:" @@ -368,275 +357,217 @@ #: ../data/ui/net-usage.ui.h:7 msgid "_Reset" -msgstr "" +msgstr "_Pārstatīt" #: ../data/ui/net-usage.ui.h:8 msgid "_Close" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:56 -msgid "Configured share directory does not exist" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:57 -#, python-format -msgid "" -"Please make sure that directory \"%s\" exists or configure it with " -"blueman-services" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:152 -msgid "Incoming file over Bluetooth" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:153 -#, python-format -msgid "Incoming file %(0)s from %(1)s" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:155 -#: ../blueman/main/applet/BluezAgent.py:249 -msgid "Accept" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:155 -msgid "Reject" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:164 -msgid "Receiving file" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:165 -#, python-format -msgid "Receiving file %(0)s from %(1)s" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:204 -#: ../blueman/main/applet/Transfer.py:234 -msgid "File received" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:205 -#: ../blueman/main/applet/Transfer.py:235 -#, python-format -msgid "File %(0)s from %(1)s successfully received" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:220 -msgid "Transfer failed" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:221 -#, python-format -msgid "Transfer of file %(0)s failed" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:243 -#: ../blueman/main/applet/Transfer.py:254 -msgid "Files received" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:244 -#, python-format -msgid "Received %d file in the background" -msgid_plural "Received %d files in the background" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: ../blueman/main/applet/Transfer.py:255 -#, python-format -msgid "Received %d more file in the background" -msgid_plural "Received %d more files in the background" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr "_Aizvērt" #: ../blueman/main/applet/BluezAgent.py:120 #, python-format msgid "Pairing request for %s" -msgstr "" +msgstr "Pārošanas pieprasījums priekš %s" #: ../blueman/main/applet/BluezAgent.py:132 #: ../blueman/main/applet/BluezAgent.py:252 msgid "Bluetooth Authentication" -msgstr "" +msgstr "Bluetooth Autentifikācija" #: ../blueman/main/applet/BluezAgent.py:162 msgid "Enter PIN code for authentication:" -msgstr "" +msgstr "Ievadiet PIN kodu priekš autentifikācijas" #: ../blueman/main/applet/BluezAgent.py:163 msgid "Enter PIN code" -msgstr "" +msgstr "Ievadiet PIN kodu" #: ../blueman/main/applet/BluezAgent.py:171 msgid "Enter passkey for authentication:" -msgstr "" +msgstr "Ievadīt atslēgu priekš autentifikācijas" #: ../blueman/main/applet/BluezAgent.py:172 msgid "Enter passkey" -msgstr "" +msgstr "Ievadīt atslēgu" #: ../blueman/main/applet/BluezAgent.py:180 msgid "Pairing passkey for" -msgstr "" +msgstr "Pārošanas atslēga priekš" #: ../blueman/main/applet/BluezAgent.py:187 msgid "Pairing PIN code for" -msgstr "" +msgstr "Pārošanas PIN kods priekš" #: ../blueman/main/applet/BluezAgent.py:213 msgid "Pairing request for:" -msgstr "" +msgstr "Pārošanas pieprasījums priekš:" #: ../blueman/main/applet/BluezAgent.py:215 #: ../blueman/main/applet/BluezAgent.py:284 msgid "Confirm value for authentication:" -msgstr "" +msgstr "Apstiprināt vērtību priekš autentifikācijas" #: ../blueman/main/applet/BluezAgent.py:216 msgid "Confirm" -msgstr "" +msgstr "Apstiprināt" #: ../blueman/main/applet/BluezAgent.py:216 #: ../blueman/main/applet/BluezAgent.py:250 msgid "Deny" -msgstr "" +msgstr "Noliegt" #: ../blueman/main/applet/BluezAgent.py:247 msgid "Authorization request for:" -msgstr "" +msgstr "Autorizācijas pieprasījums priekš:" #: ../blueman/main/applet/BluezAgent.py:247 msgid "Service:" -msgstr "" +msgstr "Serviss:" #: ../blueman/main/applet/BluezAgent.py:248 msgid "Always accept" -msgstr "" +msgstr "Vienmēr pieņemt" + +#: ../blueman/main/applet/BluezAgent.py:249 +#: ../blueman/plugins/applet/TransferService.py:98 +msgid "Accept" +msgstr "Pieņemt" #: ../blueman/main/applet/BluezAgent.py:282 msgid "Confirm value" -msgstr "" +msgstr "Apstiprināt vērtību" #: ../blueman/main/applet/BluezAgent.py:283 #, python-format msgid "Pairing with: %s" -msgstr "" +msgstr "Pārošana ar: %s" #: ../blueman/main/PluginManager.py:70 msgid "" "An error has occured while loading a plugin. Please notify the developers" " with the content of this message." -msgstr "" +msgstr "Notikusi kļūda ielādējot spraudni. Lūdzu ziņojiet veidotājiem par šo ziņu." -#: ../blueman/Functions.py:93 +#: ../blueman/Functions.py:94 msgid "Bluetooth Turned Off" -msgstr "" +msgstr "Bluetooth Atslēgts" -#: ../blueman/Functions.py:97 +#: ../blueman/Functions.py:98 msgid "Enable Bluetooth" -msgstr "" +msgstr "Iespējot Bluetooth" #: ../blueman/gui/manager/ManagerMenu.py:24 msgid "_Adapter" -msgstr "" +msgstr "_Adapteris" #: ../blueman/gui/manager/ManagerMenu.py:25 msgid "_Device" -msgstr "" +msgstr "_Ierīce" #: ../blueman/gui/manager/ManagerMenu.py:27 msgid "_View" -msgstr "" +msgstr "_Skats" #: ../blueman/gui/manager/ManagerMenu.py:28 msgid "_Help" -msgstr "" +msgstr "_Palīdzība" #: ../blueman/gui/manager/ManagerMenu.py:40 msgid "_Report a Problem" -msgstr "" +msgstr "_Paziņot par Problēmu" #: ../blueman/gui/manager/ManagerMenu.py:50 #: ../blueman/plugins/applet/StandardItems.py:108 msgid "Device Manager" -msgstr "" +msgstr "Ierīcu Pārvaldnieks" #: ../blueman/gui/manager/ManagerMenu.py:58 msgid "Show _Toolbar" -msgstr "" +msgstr "Parādīt _Rīkjoslu" #: ../blueman/gui/manager/ManagerMenu.py:63 msgid "Show _Statusbar" -msgstr "" +msgstr "Parādīt _Statusa joslu" #: ../blueman/gui/manager/ManagerMenu.py:74 msgid "Latest Device _First" -msgstr "" +msgstr "Parādīt Iekārtu _Pirmo" #: ../blueman/gui/manager/ManagerMenu.py:79 msgid "Latest Device _Last" -msgstr "" +msgstr "Parādīt Iekārtu _Pēdējo" + +#: ../blueman/gui/manager/ManagerMenu.py:91 +#: ../blueman/gui/applet/PluginDialog.py:107 +#: ../blueman/plugins/applet/StandardItems.py:119 +msgid "Plugins" +msgstr "Spraudņi" + +#: ../blueman/gui/manager/ManagerMenu.py:96 +#: ../blueman/plugins/applet/StandardItems.py:55 +msgid "_Local Services" +msgstr "_Lokālie Servisi" + +#: ../blueman/gui/manager/ManagerMenu.py:98 +#: ../blueman/plugins/applet/StandardItems.py:114 +msgid "Service Preferences" +msgstr "Servisu Iestatījumi" -#: ../blueman/gui/manager/ManagerMenu.py:158 +#: ../blueman/gui/manager/ManagerMenu.py:173 msgid "_Search" -msgstr "" +msgstr "_Meklēt" -#: ../blueman/gui/manager/ManagerDeviceList.py:104 +#: ../blueman/gui/manager/ManagerDeviceList.py:102 #: ../blueman/plugins/applet/StandardItems.py:102 ../apps/blueman-manager:265 msgid "File Sender" -msgstr "" +msgstr "Failu Sūtītājs" -#: ../blueman/gui/manager/ManagerDeviceList.py:439 +#: ../blueman/gui/manager/ManagerDeviceList.py:437 msgid "Trusted and Bonded" -msgstr "" +msgstr "Uzticams un Sapārots" -#: ../blueman/gui/manager/ManagerDeviceList.py:441 +#: ../blueman/gui/manager/ManagerDeviceList.py:439 msgid "Bonded" -msgstr "" +msgstr "Sapārots" -#: ../blueman/gui/manager/ManagerDeviceList.py:443 +#: ../blueman/gui/manager/ManagerDeviceList.py:441 msgid "Trusted" -msgstr "" +msgstr "Uzticams" -#: ../blueman/gui/manager/ManagerDeviceList.py:462 +#: ../blueman/gui/manager/ManagerDeviceList.py:460 msgid "Poor" -msgstr "" +msgstr "Vājš" -#: ../blueman/gui/manager/ManagerDeviceList.py:465 -#: ../blueman/gui/manager/ManagerDeviceList.py:480 +#: ../blueman/gui/manager/ManagerDeviceList.py:463 +#: ../blueman/gui/manager/ManagerDeviceList.py:478 msgid "Sub-optimal" -msgstr "" +msgstr "Zem-optimāls" -#: ../blueman/gui/manager/ManagerDeviceList.py:468 -#: ../blueman/gui/manager/ManagerDeviceList.py:483 +#: ../blueman/gui/manager/ManagerDeviceList.py:466 +#: ../blueman/gui/manager/ManagerDeviceList.py:481 msgid "Optimal" -msgstr "" +msgstr "Optimāls" -#: ../blueman/gui/manager/ManagerDeviceList.py:471 +#: ../blueman/gui/manager/ManagerDeviceList.py:469 msgid "Much" -msgstr "" +msgstr "Daudz" -#: ../blueman/gui/manager/ManagerDeviceList.py:474 +#: ../blueman/gui/manager/ManagerDeviceList.py:472 msgid "Too much" -msgstr "" +msgstr "Pārāk daudz" -#: ../blueman/gui/manager/ManagerDeviceList.py:477 +#: ../blueman/gui/manager/ManagerDeviceList.py:475 msgid "Low" -msgstr "" +msgstr "Zems" -#: ../blueman/gui/manager/ManagerDeviceList.py:486 +#: ../blueman/gui/manager/ManagerDeviceList.py:484 msgid "High" -msgstr "" +msgstr "Augsts" -#: ../blueman/gui/manager/ManagerDeviceList.py:489 +#: ../blueman/gui/manager/ManagerDeviceList.py:487 msgid "Very High" -msgstr "" +msgstr "Ļoti Augsts" -#: ../blueman/gui/manager/ManagerDeviceList.py:492 +#: ../blueman/gui/manager/ManagerDeviceList.py:490 #, python-format msgid "" "Connected\n" @@ -645,7 +576,7 @@ "Transmit Power Level: %(tpl)u%% (%(tpl_state)s)" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:494 +#: ../blueman/gui/manager/ManagerDeviceList.py:492 #, python-format msgid "" "Connected\n" @@ -654,7 +585,7 @@ "Transmit Power Level: %(tpl)u%% (%(tpl_state)s)" msgstr "" -#: ../blueman/gui/manager/ManagerDeviceList.py:496 +#: ../blueman/gui/manager/ManagerDeviceList.py:494 #, python-format msgid "" "Connected\n" @@ -665,75 +596,75 @@ #: ../blueman/gui/manager/ManagerDeviceMenu.py:112 msgid "Success!" -msgstr "" +msgstr "Veiksmīgi!" #: ../blueman/gui/manager/ManagerDeviceMenu.py:115 #, python-format msgid "Serial port connected to %s" -msgstr "" +msgstr "Seriālais ports savienots ar %s" #: ../blueman/gui/manager/ManagerDeviceMenu.py:122 msgid "Failed" -msgstr "" +msgstr "Neizdevās" #: ../blueman/gui/manager/ManagerDeviceMenu.py:126 msgid "Connection Failed: " -msgstr "" +msgstr "Savienojums nav izdevies:" #: ../blueman/gui/manager/ManagerDeviceMenu.py:128 msgid "Connecting..." -msgstr "" +msgstr "Savienojas..." #: ../blueman/gui/manager/ManagerDeviceMenu.py:211 msgid "_Add Device" -msgstr "" +msgstr "_Pievienot Iekārtu" #: ../blueman/gui/manager/ManagerDeviceMenu.py:218 #: ../blueman/gui/manager/ManagerDeviceMenu.py:344 msgid "_Setup..." -msgstr "" +msgstr "_Iestatīt..." #: ../blueman/gui/manager/ManagerDeviceMenu.py:225 #: ../blueman/gui/manager/ManagerDeviceMenu.py:323 msgid "_Pair" -msgstr "" +msgstr "_Pārot" #: ../blueman/gui/manager/ManagerDeviceMenu.py:230 msgid "Pair with the device" -msgstr "" +msgstr "Pārot ar šo iekārtu" #: ../blueman/gui/manager/ManagerDeviceMenu.py:236 #: ../blueman/gui/manager/ManagerDeviceMenu.py:298 msgid "Send a _File..." -msgstr "" +msgstr "Nosūtīt _Failu..." #: ../blueman/gui/manager/ManagerDeviceMenu.py:266 msgid "Connect To:" -msgstr "" +msgstr "Savienoties Ar:" #: ../blueman/gui/manager/ManagerDeviceMenu.py:278 msgid "Disconnect:" -msgstr "" +msgstr "Atvienoties:" #: ../blueman/gui/manager/ManagerDeviceMenu.py:303 msgid "_Browse Device..." -msgstr "" +msgstr "_Pārlūkot Ierīces..." #: ../blueman/gui/manager/ManagerDeviceMenu.py:333 msgid "_Trust" -msgstr "" +msgstr "_Uzticēties" #: ../blueman/gui/manager/ManagerDeviceMenu.py:338 msgid "_Untrust" -msgstr "" +msgstr "_Neuzticēties" #: ../blueman/gui/manager/ManagerDeviceMenu.py:378 msgid "_Remove..." -msgstr "" +msgstr "_Noņemt..." #: ../blueman/gui/manager/ManagerDeviceMenu.py:388 msgid "_Disconnect" -msgstr "" +msgstr "_Atvienoties" #: ../blueman/gui/manager/ManagerDeviceMenu.py:389 msgid "Forcefully disconnect the device" @@ -741,20 +672,20 @@ #: ../blueman/gui/manager/ManagerDeviceMenu.py:398 msgid "Disconnecting..." -msgstr "" +msgstr "Atvienojas..." -#: ../blueman/gui/manager/ManagerProgressbar.py:20 ../apps/blueman-sendto:67 +#: ../blueman/gui/manager/ManagerProgressbar.py:20 ../apps/blueman-sendto:70 msgid "Connecting" -msgstr "" +msgstr "Savienojas" #: ../blueman/gui/manager/ManagerProgressbar.py:47 msgid "Cancel Operation" -msgstr "" +msgstr "Atcelt Darbību" #: ../blueman/gui/manager/ManagerStats.py:38 #: ../blueman/gui/manager/ManagerStats.py:41 msgid "Data activity indication" -msgstr "" +msgstr "Datu aktivitātes indikācija" #: ../blueman/gui/manager/ManagerStats.py:49 #: ../blueman/gui/manager/ManagerStats.py:62 @@ -769,19 +700,19 @@ #: ../blueman/gui/manager/ManagerToolbar.py:35 #: ../blueman/gui/manager/ManagerToolbar.py:106 msgid "Untrust" -msgstr "" +msgstr "Neuzticēties" #: ../blueman/gui/DeviceSelectorDialog.py:12 msgid "Select Device" -msgstr "" +msgstr "Izvēlēties Iekārtu" #: ../blueman/gui/MessageArea.py:50 msgid "More" -msgstr "" +msgstr "Vairāk" #: ../blueman/gui/MessageArea.py:63 msgid "Close" -msgstr "" +msgstr "Aizvērt" #: ../blueman/gui/CommonUi.py:17 msgid "translator-credits" @@ -789,21 +720,16 @@ #: ../blueman/gui/CommonUi.py:22 msgid "Blueman is a GTK based Bluetooth manager" -msgstr "" +msgstr "Blueman ir GTK bāzēts Bluetooth pārvaldnieks" #: ../blueman/gui/GsmSettings.py:27 msgid "GSM Settings" -msgstr "" - -#: ../blueman/gui/applet/PluginDialog.py:107 -#: ../blueman/plugins/applet/StandardItems.py:119 -msgid "Plugins" -msgstr "" +msgstr "GSM Iestatījumi" #: ../blueman/gui/applet/PluginDialog.py:198 #: ../blueman/gui/applet/PluginDialog.py:199 msgid "Unspecified" -msgstr "" +msgstr "Nenorādīts" #: ../blueman/gui/applet/PluginDialog.py:290 #: ../blueman/gui/applet/PluginDialog.py:312 @@ -827,96 +753,96 @@ #. translators: device class #: ../blueman/DeviceClass.py:41 ../blueman/DeviceClass.py:65 msgid "uncategorized" -msgstr "" +msgstr "nekategorizēts" #. translators: device class #: ../blueman/DeviceClass.py:43 msgid "desktop" -msgstr "" +msgstr "darbvirsma" #. translators: device class #: ../blueman/DeviceClass.py:45 msgid "server" -msgstr "" +msgstr "serveris" #. translators: device class #: ../blueman/DeviceClass.py:47 msgid "laptop" -msgstr "" +msgstr "klēpjdators" #. translators: device class #: ../blueman/DeviceClass.py:49 msgid "handheld" -msgstr "" +msgstr "rokas" #. translators: device class #: ../blueman/DeviceClass.py:51 msgid "palm" -msgstr "" +msgstr "plaukstas" #. translators: device class #: ../blueman/DeviceClass.py:67 msgid "cellular" -msgstr "" +msgstr "mobīli" #. translators: device class #: ../blueman/DeviceClass.py:69 msgid "cordless" -msgstr "" +msgstr "bezvadu" #. translators: device class #: ../blueman/DeviceClass.py:71 msgid "smart phone" -msgstr "" +msgstr "viedtālrunis" #. translators: device class #: ../blueman/DeviceClass.py:73 msgid "modem" -msgstr "" +msgstr "modems" #. translators: device class #: ../blueman/DeviceClass.py:75 msgid "isdn" -msgstr "" +msgstr "isdn" #. translators: device class #: ../blueman/DeviceClass.py:112 msgid "headset" -msgstr "" +msgstr "austiņas" #. translators: device class #: ../blueman/DeviceClass.py:114 msgid "handsfree" -msgstr "" +msgstr "handsfree" #. translators: device class #: ../blueman/DeviceClass.py:116 ../blueman/DeviceClass.py:184 #: ../blueman/DeviceClass.py:248 msgid "unknown" -msgstr "" +msgstr "nezināms" #. translators: device class #: ../blueman/DeviceClass.py:118 msgid "microphone" -msgstr "" +msgstr "mikrofons" #. translators: device class #: ../blueman/DeviceClass.py:143 msgid "keyboard" -msgstr "" +msgstr "tastatūra" #. translators: device class #: ../blueman/DeviceClass.py:145 msgid "pointing" -msgstr "" +msgstr "rādīšanas" #: ../blueman/Sdp.py:103 msgid "Dialup Networking (DUN)" -msgstr "" +msgstr "Iezvanpieejas Tīklošana (DUN)" #: ../blueman/Sdp.py:110 msgid "Audio Source" -msgstr "" +msgstr "Audio Avots" #: ../blueman/Sdp.py:111 msgid "Audio Sink" @@ -924,84 +850,84 @@ #: ../blueman/Sdp.py:122 msgid "Network Access Point" -msgstr "" +msgstr "Tīkla Pieejas Punkts" -#: ../blueman/plugins/manager/PulseAudioProfile.py:92 +#: ../blueman/plugins/manager/PulseAudioProfile.py:89 #, python-format msgid "Failed to change profile to %s" -msgstr "" +msgstr "Neizdevās mainīts profilu uz %s" -#: ../blueman/plugins/manager/PulseAudioProfile.py:127 +#: ../blueman/plugins/manager/PulseAudioProfile.py:124 msgid "Audio Profile" -msgstr "" +msgstr "Audio Profils" -#: ../blueman/plugins/manager/PulseAudioProfile.py:128 +#: ../blueman/plugins/manager/PulseAudioProfile.py:125 msgid "Select audio profile for PulseAudio" -msgstr "" +msgstr "Izvēlēties audio profilui priekš PulseAudio" #: ../blueman/plugins/manager/Services.py:64 #, python-format msgid "Serial Port %s" -msgstr "" +msgstr "Izvēlēties Portu %s" #: ../blueman/plugins/manager/Services.py:76 msgid "Renew IP Address" -msgstr "" +msgstr "Atjaunot IP Adresi" #: ../blueman/plugins/manager/Services.py:93 msgid "Dialup Settings" -msgstr "" +msgstr "Iezvanpieejas Iestatījumi" #: ../blueman/plugins/manager/Services.py:102 msgid "Serial Ports" -msgstr "" +msgstr "Serial Porti" #: ../blueman/plugins/applet/NetUsage.py:184 #: ../blueman/plugins/applet/NetUsage.py:292 #: ../blueman/plugins/applet/NetUsage.py:296 msgid "Connected:" -msgstr "" +msgstr "Savienots:" #: ../blueman/plugins/applet/NetUsage.py:200 #: ../blueman/plugins/applet/NetUsage.py:305 msgid "Not Connected" -msgstr "" +msgstr "Nav Savienots" #: ../blueman/plugins/applet/NetUsage.py:208 msgid "" "No usage statistics are available yet. Try establishing a connection first " "and then check this page." -msgstr "" +msgstr "Nav pieejama lietošanas statistika. Mēģiniet izveidot savienojumu un tad pārbaudiet šo lapu." #: ../blueman/plugins/applet/NetUsage.py:231 msgid "day" msgid_plural "days" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "dienas" +msgstr[1] "diena" +msgstr[2] "dienas" #: ../blueman/plugins/applet/NetUsage.py:232 msgid "hour" msgid_plural "hours" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "stundas" +msgstr[1] "stunda" +msgstr[2] "stundas" #: ../blueman/plugins/applet/NetUsage.py:233 msgid "minute" msgid_plural "minutes" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "minūtes" +msgstr[1] "minūte" +msgstr[2] "minūtes" #: ../blueman/plugins/applet/NetUsage.py:235 #, python-format msgid "%d %s %d %s and %d %s" -msgstr "" +msgstr "%d %s %d %s un %d %s" #: ../blueman/plugins/applet/NetUsage.py:269 msgid "Are you sure you want to reset the counter?" -msgstr "" +msgstr "Vai tiešām vēlaties atiestatīt skaitītāju?" #: ../blueman/plugins/applet/NetUsage.py:313 msgid "" @@ -1011,11 +937,11 @@ #: ../blueman/plugins/applet/NetUsage.py:334 msgid "Network _Usage" -msgstr "" +msgstr "Tīkla _Lietojums" #: ../blueman/plugins/applet/NetUsage.py:335 msgid "Shows network traffic usage" -msgstr "" +msgstr "Parāda tīkla trafika lietojumu" #. self.connect("size-changed", self.on_status_icon_resized) #: ../blueman/plugins/applet/StatusIcon.py:29 @@ -1023,19 +949,19 @@ #: ../blueman/plugins/applet/ShowConnected.py:81 #: ../blueman/plugins/applet/ShowConnected.py:86 msgid "Bluetooth Enabled" -msgstr "" +msgstr "Bluetooth Ieslēgts" #: ../blueman/plugins/applet/StatusIcon.py:46 msgid "Bluetooth Disabled" -msgstr "" +msgstr "Bluetooth Atslegts" #: ../blueman/plugins/applet/Networking.py:20 msgid "Manages local network services, like NAP bridges" -msgstr "" +msgstr "Menedžēt lokālos tīkla servisus, piemēram, NAP tiltus" #: ../blueman/plugins/applet/NMDUNSupport.py:76 msgid "Bluetooth Dialup" -msgstr "" +msgstr "Bluetooth Iezvanpieeja" #: ../blueman/plugins/applet/NMDUNSupport.py:77 #, python-format @@ -1068,30 +994,30 @@ #: ../blueman/plugins/applet/RecentConns.py:78 msgid "Recent _Connections" -msgstr "" +msgstr "Pēdējie _Savienojumi" #: ../blueman/plugins/applet/RecentConns.py:287 #: ../blueman/plugins/applet/PPPSupport.py:51 msgid "Connected" -msgstr "" +msgstr "Savienots" #: ../blueman/plugins/applet/RecentConns.py:287 #, python-format msgid "Connected to %s" -msgstr "" +msgstr "Savienots ar %s" #: ../blueman/plugins/applet/RecentConns.py:293 msgid "Failed to connect" -msgstr "" +msgstr "Neizdevās savienot" #: ../blueman/plugins/applet/RecentConns.py:310 #, python-format msgid "%(service)s on %(device)s" -msgstr "" +msgstr "%(service)s uz %(device)s" #: ../blueman/plugins/applet/RecentConns.py:332 msgid "Adapter for this connection is not available" -msgstr "" +msgstr "Adapteri priekš šī savienojuma nav pieejami" #: ../blueman/plugins/applet/NMPANSupport.py:123 msgid "" @@ -1101,16 +1027,88 @@ #: ../blueman/plugins/applet/NMPANSupport.py:233 msgid "Already connected" -msgstr "" +msgstr "Jau savienots" #: ../blueman/plugins/applet/DBusService.py:28 msgid "Provides DBus API for other Blueman components" -msgstr "" +msgstr "Nodrošina DBus API priekš citām Blueman komponentēm" + +#: ../blueman/plugins/applet/TransferService.py:95 +msgid "Incoming file over Bluetooth" +msgstr "Ienākošie Bluetooth faili" + +#: ../blueman/plugins/applet/TransferService.py:96 +#, python-format +msgid "Incoming file %(0)s from %(1)s" +msgstr "Ienākošs fails %(0)s no %(1)s" -#: ../blueman/plugins/applet/TransferService.py:18 +#: ../blueman/plugins/applet/TransferService.py:98 +msgid "Reject" +msgstr "Noraidīt" + +#: ../blueman/plugins/applet/TransferService.py:102 +msgid "Receiving file" +msgstr "Saņem failu" + +#: ../blueman/plugins/applet/TransferService.py:103 +#, python-format +msgid "Receiving file %(0)s from %(1)s" +msgstr "Saņem failu %(0)s no %(1)s" + +#: ../blueman/plugins/applet/TransferService.py:119 msgid "Provides OBEX file transfer capabilities" msgstr "" +#: ../blueman/plugins/applet/TransferService.py:145 +msgid "Configured directory for incoming files does not exist" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:146 +#, python-format +msgid "" +"Please make sure that directory \"%s\" exists or configure it with " +"blueman-services" +msgstr "" + +#: ../blueman/plugins/applet/TransferService.py:224 +msgid "File received" +msgstr "Fails saņemts" + +#: ../blueman/plugins/applet/TransferService.py:225 +#, python-format +msgid "File %(0)s from %(1)s successfully received" +msgstr "Fails %(0)s no %(1)s veiksmīgi saņemts" + +#: ../blueman/plugins/applet/TransferService.py:231 +msgid "Transfer failed" +msgstr "Pārsūtīšana neizdevās" + +#: ../blueman/plugins/applet/TransferService.py:232 +#, python-format +msgid "Transfer of file %(0)s failed" +msgstr "Faila %(0)s pārsūtīšana neizdevas" + +#: ../blueman/plugins/applet/TransferService.py:254 +#: ../blueman/plugins/applet/TransferService.py:261 +msgid "Files received" +msgstr "Faili saņemti" + +#: ../blueman/plugins/applet/TransferService.py:255 +#, python-format +msgid "Received %d file in the background" +msgid_plural "Received %d files in the background" +msgstr[0] "Fonā saņemti %d faili" +msgstr[1] "Fonā saņemts %d fails" +msgstr[2] "Fonā saņemti %d faili" + +#: ../blueman/plugins/applet/TransferService.py:262 +#, python-format +msgid "Received %d more file in the background" +msgid_plural "Received %d more files in the background" +msgstr[0] "Fonā saņemti vēl %d faili" +msgstr[1] "Fonā saņemts vēl %d fails" +msgstr[2] "Fonā saņemti vēl %d faili" + #: ../blueman/plugins/applet/KillSwitch.py:38 msgid "" "Toggles a platform Bluetooth killswitch when Bluetooth power state changes " @@ -1124,52 +1122,44 @@ #: ../blueman/plugins/applet/StandardItems.py:26 msgid "_Setup New Device" -msgstr "" +msgstr "_Iestatīt Jaunu Iekārtu" #: ../blueman/plugins/applet/StandardItems.py:33 msgid "Send _Files to Device" -msgstr "" +msgstr "Nosūtīt _Failus uz Iekārtu" #: ../blueman/plugins/applet/StandardItems.py:38 msgid "_Browse Files on Device" -msgstr "" +msgstr "_Pārlūkot failus uz Iekārtas" #: ../blueman/plugins/applet/StandardItems.py:45 msgid "_Devices" -msgstr "" +msgstr "_Iekārtas" #: ../blueman/plugins/applet/StandardItems.py:50 msgid "Adap_ters" -msgstr "" - -#: ../blueman/plugins/applet/StandardItems.py:55 -msgid "_Local Services" -msgstr "" +msgstr "Adapt_teri" #: ../blueman/plugins/applet/StandardItems.py:65 msgid "_Plugins" -msgstr "" +msgstr "S_praudņi" #: ../blueman/plugins/applet/StandardItems.py:99 ../apps/blueman-manager:220 #: ../apps/blueman-assistant:71 msgid "Bluetooth Assistant" -msgstr "" +msgstr "Bluetooth Asistents" #: ../blueman/plugins/applet/StandardItems.py:105 msgid "File Browser" -msgstr "" +msgstr "Failu Pārlūks" #: ../blueman/plugins/applet/StandardItems.py:111 ../apps/blueman-manager:254 msgid "Adapter Preferences" -msgstr "" - -#: ../blueman/plugins/applet/StandardItems.py:114 -msgid "Service Preferences" -msgstr "" +msgstr "Adaptera Iestatījumi" #: ../blueman/plugins/applet/StandardItems.py:117 msgid "applet" -msgstr "" +msgstr "sīklietotne" #: ../blueman/plugins/applet/AuthAgent.py:17 msgid "Provides passkey, authentication services for BlueZ daemon" @@ -1187,24 +1177,24 @@ #: ../blueman/plugins/applet/DhcpClient.py:56 #: ../blueman/plugins/applet/DhcpClient.py:62 msgid "Bluetooth Network" -msgstr "" +msgstr "Bluetooth Tīkls" #: ../blueman/plugins/applet/DhcpClient.py:48 #, python-format msgid "Interface %(0)s bound to IP address %(1)s" -msgstr "" +msgstr "Interfeiss %(0)s savienots ar IP adresi %(1)s" #: ../blueman/plugins/applet/DhcpClient.py:56 #, python-format msgid "Failed to obtain an IP address on %s" -msgstr "" +msgstr "Nevarēja iegūt IP adresi uz %s" #: ../blueman/plugins/applet/DhcpClient.py:62 #, python-format msgid "" "Trying to obtain an IP address on %s\n" "Please wait..." -msgstr "" +msgstr "Mēģina iegūt IP adresi uz %s\nLūdzu uzgaidiet..." #: ../blueman/plugins/applet/ShowConnected.py:20 msgid "" @@ -1214,19 +1204,19 @@ #: ../blueman/plugins/applet/ShowConnected.py:71 msgid "Bluetooth Active" -msgstr "" +msgstr "Bluetooth Aktīvs" #: ../blueman/plugins/applet/ShowConnected.py:73 #, python-format msgid "%d Active Connection" msgid_plural "%d Active Connections" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%d Aktīvi Savienojumi" +msgstr[1] "%d Aktīvs Savienojums" +msgstr[2] "%d Aktīvi Savienojumi" #: ../blueman/plugins/applet/AppIndicator.py:12 msgid "Uses libappindicator to show a statusicon" -msgstr "" +msgstr "Izmanto libappindicator, lai parādītu status ikonu" #: ../blueman/plugins/applet/Headset.py:15 msgid "Runs a command when answer button is pressed on a headset" @@ -1234,7 +1224,7 @@ #: ../blueman/plugins/applet/Headset.py:26 msgid "Command" -msgstr "" +msgstr "Komanda" #: ../blueman/plugins/applet/Headset.py:27 msgid "Command to execute when answer button is pressed:" @@ -1257,7 +1247,7 @@ #: ../blueman/plugins/applet/DiscvManager.py:40 #: ../blueman/plugins/applet/DiscvManager.py:133 msgid "_Make Discoverable" -msgstr "" +msgstr "Parādīt Redza_mu" #: ../blueman/plugins/applet/DiscvManager.py:49 msgid "Make the default adapter temporarily visible" @@ -1266,7 +1256,7 @@ #: ../blueman/plugins/applet/DiscvManager.py:74 #, python-format msgid "Discoverable... %ss" -msgstr "" +msgstr "Redzams... %ss" #: ../blueman/plugins/applet/Menu.py:16 msgid "" @@ -1304,87 +1294,87 @@ "Upon device disconnection the script will be sent a HUP signal" msgstr "" -#: ../blueman/plugins/applet/SerialManager.py:64 +#: ../blueman/plugins/applet/SerialManager.py:66 msgid "Serial port connected" -msgstr "" +msgstr "Seriālais ports savienots" -#: ../blueman/plugins/applet/SerialManager.py:65 +#: ../blueman/plugins/applet/SerialManager.py:67 #, python-format msgid "" "Serial port service on device %s now will be available via %s" -msgstr "" +msgstr "Seriālā porta serviss uz ierīces %s tagad ir pieejams %s" -#: ../blueman/plugins/applet/SerialManager.py:112 +#: ../blueman/plugins/applet/SerialManager.py:114 msgid "Serial port connection script failed" -msgstr "" +msgstr "Seriālā porta savienojuma skripts neizdevās" -#: ../blueman/plugins/applet/SerialManager.py:113 +#: ../blueman/plugins/applet/SerialManager.py:115 #, python-format msgid "" "There was a problem launching script %s\n" "%s" -msgstr "" +msgstr "Radās problēma palaižot skriptu %s\n%s" #: ../blueman/plugins/applet/PowerManager.py:16 msgid "Controls Bluetooth adapter power states" -msgstr "" +msgstr "Kontrol Bluetooth adaptera jaudas stāvokļus" #: ../blueman/plugins/applet/PowerManager.py:29 msgid "Auto power-on" -msgstr "" +msgstr "Automātiska ieslēgšana" #: ../blueman/plugins/applet/PowerManager.py:30 msgid "Automatically power on adapters" -msgstr "" +msgstr "Automātiski ieslēdz adapterus" #: ../blueman/plugins/applet/PowerManager.py:42 msgid "Bluetooth _Off" -msgstr "" +msgstr "Bluetooth Izslēgts" #: ../blueman/plugins/applet/PowerManager.py:44 #: ../blueman/plugins/applet/PowerManager.py:186 msgid "Turn off all adapters" -msgstr "" +msgstr "Izslēgt visus adapterus" #: ../blueman/plugins/applet/PowerManager.py:171 msgid "Turn Bluetooth _On" -msgstr "" +msgstr "Ieslēgt Bluetooth" #: ../blueman/plugins/applet/PowerManager.py:173 msgid "Turn on all adapters" -msgstr "" +msgstr "Ieslēgt visus adapterus" #: ../blueman/plugins/applet/PowerManager.py:184 msgid "Turn Bluetooth _Off" -msgstr "" +msgstr "Izslēgt Bluetooth" #: ../blueman/plugins/applet/GameControllerWakelock.py:15 msgid "" "Temporarily suspends the screensaver when a bluetooth game controller is " "connected." -msgstr "" +msgstr "Atslēdz ekrānsaudzētāju, kamēr ir pieslēgts bluetooth spēļu kontrolieris." #: ../blueman/services/AudioSink.py:13 msgid "Allows to send audio to remote device" -msgstr "" +msgstr "Atļauj sūtīt audio uz iekārtām" #: ../blueman/services/AudioSource.py:13 msgid "Allows to receive audio from remote device" -msgstr "" +msgstr "Atļauj saņemt audio no iekārtām" #: ../blueman/plugins/services/Network.py:22 #: ../blueman/plugins/services/Network.py:46 msgid "Network" -msgstr "" +msgstr "Tīkls" #: ../blueman/plugins/services/Network.py:95 msgid "Invalid IP address" -msgstr "" +msgstr "Nepareiza IP adrese" #: ../blueman/plugins/services/Network.py:107 #, python-format msgid "IP address conflicts with interface %s which has the same address" -msgstr "" +msgstr "IP adrese konfliktē ar interfeisu %s, kuram ir tāda paša adrese" #: ../blueman/plugins/services/Network.py:112 #, python-format @@ -1396,228 +1386,228 @@ #: ../blueman/plugins/services/Network.py:231 #: ../blueman/plugins/services/Network.py:237 msgid "Not currently supported with this setup" -msgstr "" +msgstr "Nav atbalstīts ar pašreizējiem iestatījumiem" #: ../blueman/plugins/services/Transfer.py:16 msgid "Transfer" -msgstr "" +msgstr "Pārraide" #: ../blueman/plugins/services/Transfer.py:33 msgid "Applet's transfer service plugin is disabled" -msgstr "" +msgstr "Sīkrīka pārsūtīšanas servisa spraudnis ir atslēgts" #: ../data/blueman-adapters.desktop.in.h:2 msgid "Set Bluetooth Adapter Properties" -msgstr "" +msgstr "Iestatīt Bluetooth Adapteri" #: ../data/blueman.desktop.in.h:1 msgid "Blueman Applet" -msgstr "" +msgstr "Blueman Sīkrīks" #: ../data/blueman.desktop.in.h:2 ../data/blueman-manager.desktop.in.h:2 msgid "Blueman Bluetooth Manager" -msgstr "" +msgstr "Blueman Bluetooth Pārvaldnieks" #: ../data/blueman-manager.desktop.in.h:1 msgid "Bluetooth Manager" -msgstr "" +msgstr "Bluetooth Pārvaldnieks" #: ../data/thunar-sendto-blueman.desktop.in.h:1 msgid "Bluetooth Device" -msgstr "" +msgstr "Bluetooth Iekārta" #: ../data/configs/org.blueman.policy.in.h:1 msgid "Configure Bluetooth Network" -msgstr "" +msgstr "Konfigurēt Bluetooth Tīklu" #: ../data/configs/org.blueman.policy.in.h:2 msgid "Configuring networking requires privileges" -msgstr "" +msgstr "Tīkla konfigurēšanai nepieciešamas privilēģijas" #: ../data/configs/org.blueman.policy.in.h:3 msgid "Launch DHCP client" -msgstr "" +msgstr "Palaist DHCP klientu" #: ../data/configs/org.blueman.policy.in.h:4 msgid "Launching DHCP client requires privileges" -msgstr "" +msgstr "DHCP klienta palaišanai nepieciešamas privilēģijas" #: ../data/configs/org.blueman.policy.in.h:5 msgid "Bluetooth Configuration" -msgstr "" +msgstr "Bluetooth Konfigurācija" #: ../data/configs/org.blueman.policy.in.h:6 msgid "Changing Bluetooth system settings requires privileges" -msgstr "" +msgstr "Bluetooth iestatījumu mainīšanai nepieciešamas privilēģijas" #: ../apps/blueman-manager:91 msgid "Bluetooth needs to be turned on for the device manager to function" -msgstr "" +msgstr "Bluetooth vajag būt ieslēgtam, lai iekārtu pārvaldnieks spētu strādāt" #: ../apps/blueman-manager:102 msgid "Connection to BlueZ failed" -msgstr "" +msgstr "Pieslēgšanās BlueZ neizdevās" #: ../apps/blueman-manager:105 msgid "" "Bluez daemon is not running, blueman-manager cannot continue.\n" "This probably means that there were no Bluetooth adapters detected or Bluetooth daemon was not started." -msgstr "" +msgstr "Bluez fona process nedarbojas, blueman-manager nevar turpināt.\nTas nozīme, ka vai nu netika atrasti Bluetooth adapteri vai arī Bluetooth fona process nav startēts." #: ../apps/blueman-manager:186 ../apps/blueman-assistant:229 msgid "Adding" -msgstr "" +msgstr "Pievieno" #: ../apps/blueman-manager:207 msgid "Searching" -msgstr "" +msgstr "Meklē" #: ../apps/blueman-manager:227 msgid "Success" -msgstr "" +msgstr "Veiksmīgi" #: ../apps/blueman-manager:232 msgid "Failure" -msgstr "" +msgstr "Neizdevās" #: ../apps/blueman-manager:240 msgid "Pairing" -msgstr "" +msgstr "Pāro" #: ../apps/blueman-adapters:49 msgid "Bluetooth needs to be turned on for the adapter manager to work" -msgstr "" +msgstr "Bluetooth vajag būt ieslēgtam, lai adaptera pārvaldnieks spētu strādāt" #: ../apps/blueman-adapters:140 msgid "Always" -msgstr "" +msgstr "Vienmēr" #: ../apps/blueman-adapters:144 #, c-format msgid "%d Minute" msgid_plural "%d Minutes" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%d Minūtes" +msgstr[1] "%d Minūte" +msgstr[2] "%d Minūtes" -#: ../apps/blueman-sendto:106 +#: ../apps/blueman-sendto:110 msgid "obexd not available" -msgstr "" +msgstr "obext nav pieejams" -#: ../apps/blueman-sendto:107 +#: ../apps/blueman-sendto:111 msgid "obexd is probably not installed" -msgstr "" +msgstr "obext nav instalēts" -#: ../apps/blueman-sendto:133 -msgid "Error occurred" -msgstr "" - -#: ../apps/blueman-sendto:145 +#: ../apps/blueman-sendto:138 msgid "Cancelling" -msgstr "" +msgstr "Atceļ" -#: ../apps/blueman-sendto:162 ../apps/blueman-sendto:196 +#: ../apps/blueman-sendto:149 ../apps/blueman-sendto:191 msgid "Sending File" -msgstr "" +msgstr "Sūta Failu" -#: ../apps/blueman-sendto:162 ../apps/blueman-sendto:196 +#: ../apps/blueman-sendto:149 ../apps/blueman-sendto:191 msgid "ETA:" -msgstr "" +msgstr "ETA:" -#: ../apps/blueman-sendto:190 +#: ../apps/blueman-sendto:185 #, c-format msgid "%.0f Minute" msgid_plural "%.0f Minutes" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%.0f Minūtes" +msgstr[1] "%.0f Minūte" +msgstr[2] "%.0f Minūtes" -#: ../apps/blueman-sendto:192 +#: ../apps/blueman-sendto:187 #, c-format msgid "%.0f Second" msgid_plural "%.0f Seconds" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%.0f Sekundes" +msgstr[1] "%.0f Sekunde" +msgstr[2] "%.0f Sekundes" -#: ../apps/blueman-sendto:230 +#: ../apps/blueman-sendto:225 #, c-format msgid "Error occurred while sending file %s" -msgstr "" +msgstr "Faila %s sūtīšanas laikā notikusi kļūda" -#: ../apps/blueman-sendto:234 +#: ../apps/blueman-sendto:229 msgid "Skip" -msgstr "" +msgstr "Izlaist" -#: ../apps/blueman-sendto:235 +#: ../apps/blueman-sendto:230 msgid "Retry" -msgstr "" +msgstr "Mēģināt vēlreiz" -#: ../apps/blueman-sendto:284 -msgid "Send files to this device" -msgstr "" +#: ../apps/blueman-sendto:271 +msgid "Error occurred" +msgstr "Radusies kļūda" #: ../apps/blueman-sendto:290 +msgid "Send files to this device" +msgstr "Sūtīt failus uz šo iekārtu" + +#: ../apps/blueman-sendto:296 msgid "Source adapter. Takes address or adapter's name eg. hci0" -msgstr "" +msgstr "Ieejas adapteris. Pieņem adresi vai adaptera vārdu, piemēram, hci0" -#: ../apps/blueman-sendto:295 +#: ../apps/blueman-sendto:301 msgid "Bluetooth needs to be turned on for file sending to work" -msgstr "" +msgstr "Bluetooth vajag būt ieslēgtam, lai failu sūtīšana spētu strādāt" -#: ../apps/blueman-sendto:355 +#: ../apps/blueman-sendto:361 msgid "Select files to send" -msgstr "" +msgstr "Izvēlēties failus, ko sūtīt" #: ../apps/blueman-assistant:54 msgid "Start configuration assistant for this device" -msgstr "" +msgstr "Palaist konfigurācijas vedni šajai iekārtai" #: ../apps/blueman-assistant:58 msgid "Bluetooth needs to be turned on for the Bluetooth assistant to work" -msgstr "" +msgstr "Bluetooth vajag būt ieslēgtam, lai Bluetooth palīgs spētu strādāt" #: ../apps/blueman-assistant:118 msgid "No adapters found" -msgstr "" +msgstr "Adapteri nav atrasti" #: ../apps/blueman-assistant:228 msgid "Adding Device..." -msgstr "" +msgstr "Pievieno Iekārtu..." #: ../apps/blueman-assistant:231 msgid "Pairing in progress..." -msgstr "" +msgstr "Notiek pārošana..." #: ../apps/blueman-assistant:240 ../apps/blueman-assistant:259 msgid "Failed to add device" -msgstr "" +msgstr "Neizdevās pievienot iekārtu" #: ../apps/blueman-assistant:280 msgid "Don't connect" -msgstr "" +msgstr "Nesavienot" #: ../apps/blueman-assistant:295 msgid "Device added and connected successfuly" -msgstr "" +msgstr "Iekārta pievienota un savienota veiksmīgi" #: ../apps/blueman-assistant:301 msgid "Device added successfuly, but failed to connect" -msgstr "" +msgstr "Iekārta pievienota veiksmīgi, bet savienojums neizdevās" #: ../apps/blueman-browse:37 msgid "Browse this device" -msgstr "" +msgstr "Pārlūkot šo ierīci" #: ../apps/blueman-browse:64 #, c-format msgid "Failed to launch \"%s\"" -msgstr "" +msgstr "Neizdevās palaist \"%s\"" #: ../apps/blueman-browse:66 msgid "Failed to launch default file browser" -msgstr "" +msgstr "Neizdevās palaist noklusētu failu pārlūku" #: ../apps/blueman-browse:68 msgid "You can enter an alternate browser in service settings" -msgstr "" +msgstr "Tu vari izvēlēties alternatīvu pārlūku servisu iestatījumos" diff -Nru blueman-2.0.4/po/Makefile.in.in blueman-2.0.5/po/Makefile.in.in --- blueman-2.0.4/po/Makefile.in.in 2016-03-23 06:22:20.000000000 +0000 +++ blueman-2.0.5/po/Makefile.in.in 2017-10-01 06:21:29.000000000 +0000 @@ -33,8 +33,7 @@ datadir = @datadir@ datarootdir = @datarootdir@ libdir = @libdir@ -DATADIRNAME = @DATADIRNAME@ -itlocaledir = $(prefix)/$(DATADIRNAME)/locale +localedir = @localedir@ subdir = po install_sh = @install_sh@ # Automake >= 1.8 provides @mkdir_p@. @@ -80,7 +79,7 @@ .po.pox: $(MAKE) $(GETTEXT_PACKAGE).pot - $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox + $(MSGMERGE) $* $(GETTEXT_PACKAGE).pot -o $*.pox .po.mo: $(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $< @@ -108,7 +107,7 @@ install-data-yes: all linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ - dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \ + dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $$dir; \ if test -r $$lang.gmo; then \ $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ @@ -142,8 +141,8 @@ uninstall: linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ - rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \ - rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ + rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \ + rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ done check: all $(GETTEXT_PACKAGE).pot diff -Nru blueman-2.0.4/po/nb.po blueman-2.0.5/po/nb.po --- blueman-2.0.4/po/nb.po 2016-03-22 06:16:30.000000000 +0000 +++ blueman-2.0.5/po/nb.po 2017-10-01 06:19:46.000000000 +0000 @@ -3,15 +3,17 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Allan Nordhøy , 2016-2017 # FIRST AUTHOR , 2008 +# Kenneth Jenssen , 2016 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-30 19:38+0200\n" -"PO-Revision-Date: 2015-04-30 17:40+0000\n" -"Last-Translator: infirit \n" -"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/MATE/language/nb/)\n" +"POT-Creation-Date: 2015-05-14 08:59+0200\n" +"PO-Revision-Date: 2017-02-01 19:10+0000\n" +"Last-Translator: Allan Nordhøy \n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/mate/MATE/language/nb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -20,7 +22,7 @@ #: ../data/ui/adapters-tab.ui.h:1 msgid "Visibility Setting" -msgstr "" +msgstr "Synlighetsinnstilling" #: ../data/ui/adapters-tab.ui.h:2 ../apps/blueman-adapters:142 msgid "Hidden" @@ -40,7 +42,7 @@ #: ../data/ui/adapters.ui.h:1 ../data/blueman-adapters.desktop.in.h:1 msgid "Bluetooth Adapters" -msgstr "Bluetoothadaptere" +msgstr "Blåtannsadaptere" #: ../data/ui/applet-passkey.ui.h:1 msgid "Pairing request" @@ -56,7 +58,7 @@ #: ../data/ui/manager-main.ui.h:1 msgid "Bluetooth Devices" -msgstr "Bluetooth-enheter" +msgstr "Blåtanns-enheter" #: ../data/ui/manager-main.ui.h:2 msgid "Search for nearby devices" @@ -107,7 +109,7 @@ #. translators: toolbar item: keep it as short as possible #: ../data/ui/manager-main.ui.h:16 msgid "Setup..." -msgstr "Oppsett" +msgstr "Oppsett …" #: ../data/ui/manager-main.ui.h:17 #: ../blueman/gui/manager/ManagerDeviceMenu.py:382 @@ -139,7 +141,7 @@ #: ../data/ui/rename-device.ui.h:1 msgid "Rename device" -msgstr "" +msgstr "Gi enheten nytt navn" #: ../data/ui/services.ui.h:1 msgid "Local Services" @@ -147,7 +149,7 @@ #: ../data/ui/services-network.ui.h:1 ../blueman/Sdp.py:123 msgid "Group Network" -msgstr "" +msgstr "Gruppenettverk" #: ../data/ui/services-network.ui.h:2 msgid "Network Access Point (NAP)" @@ -194,55 +196,43 @@ msgstr "Nettverksinnstillinger" #: ../data/ui/services-transfer.ui.h:1 -msgid "Shared Folder:" -msgstr "Delt mappe:" +msgid "Incoming Folder:" +msgstr "Innkommende mappe:" #: ../data/ui/services-transfer.ui.h:2 -msgid "Select Shared/Storage folder" -msgstr "Velg delt mappe/lagringsmappe" +msgid "Select folder for incoming file transfers" +msgstr "Velg mappe for innkommende filoverføringer" #: ../data/ui/services-transfer.ui.h:3 -msgid "Enabled" -msgstr "Aktivert" - -#: ../data/ui/services-transfer.ui.h:4 msgid "Accept files from trusted devices" msgstr "Tillat filer fra godkjente enheter" -#: ../data/ui/services-transfer.ui.h:5 +#: ../data/ui/services-transfer.ui.h:4 msgid "File Receiving (Object Push)" msgstr "Filmottak (Object Push)" #: ../data/ui/services-transfer.ui.h:6 -msgid "Allow devices to write/delete" -msgstr "La enheter skrive/slette" - -#: ../data/ui/services-transfer.ui.h:7 -msgid "File Sharing (FTP)" -msgstr "Fildeling (FTP)" - -#: ../data/ui/services-transfer.ui.h:9 #, no-c-format msgid "" "Command to start an obex ftp browser.\n" "%d is substituted with device address." msgstr "Kommando for å starte obex ftp-utforsker.\n%d erstattes med adressen til enheten." -#: ../data/ui/services-transfer.ui.h:11 +#: ../data/ui/services-transfer.ui.h:8 msgid "Advanced" msgstr "Avansert" -#: ../data/ui/services-transfer.ui.h:12 +#: ../data/ui/services-transfer.ui.h:9 msgid "Transfer Settings" msgstr "Overføringsinnstillinger" #: ../data/ui/send-dialog.ui.h:1 msgid "Bluetooth File Transfer" -msgstr "Bluetooth-filoverføring" +msgstr "Filoverføring via Blåtann" #: ../data/ui/send-dialog.ui.h:2 msgid "Sending files via Bluetooth" -msgstr "Sender filer over Bluetooth" +msgstr "Sender filer over Blåtann" #: ../data/ui/send-dialog.ui.h:3 msgid "To:" @@ -258,7 +248,7 @@ "\n" "\n" "It will walk you through the process of configuring and connecting to your Bluetooth enabled devices." -msgstr "Velkommen til oppsettsassistenten for Bluetoothenheter. \n\n\nAssistenten vil hjelpe deg men konfigurasjon og oppkobling mot din Bluetoothenhet." +msgstr "Velkommen til oppsettsassistenten for Blåtannsenheter. \n\n\nAssistenten vil hjelpe deg men oppsett og oppkobling mot din Blåtannsenhet." #: ../data/ui/assistant.ui.h:5 msgid "Select pairing method to use:" @@ -278,7 +268,7 @@ #: ../data/ui/assistant.ui.h:9 msgid "Please wait..." -msgstr "Vennligst vent..." +msgstr "Vent…" #: ../data/ui/assistant.ui.h:10 msgid "Congratulations, device successfully added" @@ -336,7 +326,7 @@ #: ../data/ui/gsm-settings.ui.h:2 msgid "Number:" -msgstr "" +msgstr "Nummer:" #: ../data/ui/gsm-settings.ui.h:3 msgid "APN:" @@ -368,88 +358,11 @@ #: ../data/ui/net-usage.ui.h:7 msgid "_Reset" -msgstr "" +msgstr "_Nullstill" #: ../data/ui/net-usage.ui.h:8 msgid "_Close" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:56 -msgid "Configured share directory does not exist" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:57 -#, python-format -msgid "" -"Please make sure that directory \"%s\" exists or configure it with " -"blueman-services" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:152 -msgid "Incoming file over Bluetooth" -msgstr "Innkommende fil via Bluetooth" - -#: ../blueman/main/applet/Transfer.py:153 -#, python-format -msgid "Incoming file %(0)s from %(1)s" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:155 -#: ../blueman/main/applet/BluezAgent.py:249 -msgid "Accept" -msgstr "Godta" - -#: ../blueman/main/applet/Transfer.py:155 -msgid "Reject" -msgstr "Avvis" - -#: ../blueman/main/applet/Transfer.py:164 -msgid "Receiving file" -msgstr "Mottat fil" - -#: ../blueman/main/applet/Transfer.py:165 -#, python-format -msgid "Receiving file %(0)s from %(1)s" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:204 -#: ../blueman/main/applet/Transfer.py:234 -msgid "File received" -msgstr "Fil mottatt" - -#: ../blueman/main/applet/Transfer.py:205 -#: ../blueman/main/applet/Transfer.py:235 -#, python-format -msgid "File %(0)s from %(1)s successfully received" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:220 -msgid "Transfer failed" -msgstr "Overføring feilet" - -#: ../blueman/main/applet/Transfer.py:221 -#, python-format -msgid "Transfer of file %(0)s failed" -msgstr "" - -#: ../blueman/main/applet/Transfer.py:243 -#: ../blueman/main/applet/Transfer.py:254 -msgid "Files received" -msgstr "Filer mottatt" - -#: ../blueman/main/applet/Transfer.py:244 -#, python-format -msgid "Received %d file in the background" -msgid_plural "Received %d files in the background" -msgstr[0] "Mottok %d fil i bakgrunnen" -msgstr[1] "Mottok %d filer i bakgrunnen" - -#: ../blueman/main/applet/Transfer.py:255 -#, python-format -msgid "Received %d more file in the background" -msgid_plural "Received %d more files in the background" -msgstr[0] "Mottok %d fil til i bakgrunnen" -msgstr[1] "Mottok %d filer til i bakgrunnen" +msgstr "_Lukk" #: ../blueman/main/applet/BluezAgent.py:120 #, python-format @@ -459,7 +372,7 @@ #: ../blueman/main/applet/BluezAgent.py:132 #: ../blueman/main/applet/BluezAgent.py:252 msgid "Bluetooth Authentication" -msgstr "Tilgangskontroll for bluetooth" +msgstr "Tilgangskontroll for Blåtann" #: ../blueman/main/applet/BluezAgent.py:162 msgid "Enter PIN code for authentication:" @@ -475,28 +388,28 @@ #: ../blueman/main/applet/BluezAgent.py:172 msgid "Enter passkey" -msgstr "" +msgstr "Oppgi adgangskode" #: ../blueman/main/applet/BluezAgent.py:180 msgid "Pairing passkey for" -msgstr "" +msgstr "Sammenkobler adgangsnøkkel for" #: ../blueman/main/applet/BluezAgent.py:187 msgid "Pairing PIN code for" -msgstr "" +msgstr "Sammenkobler PIN-kode for" #: ../blueman/main/applet/BluezAgent.py:213 msgid "Pairing request for:" -msgstr "" +msgstr "Sammenkoblingsforespørsel for:" #: ../blueman/main/applet/BluezAgent.py:215 #: ../blueman/main/applet/BluezAgent.py:284 msgid "Confirm value for authentication:" -msgstr "" +msgstr "Bekreft verdi for godkjennelse:" #: ../blueman/main/applet/BluezAgent.py:216 msgid "Confirm" -msgstr "" +msgstr "Bekreft" #: ../blueman/main/applet/BluezAgent.py:216 #: ../blueman/main/applet/BluezAgent.py:250 @@ -505,7 +418,7 @@ #: ../blueman/main/applet/BluezAgent.py:247 msgid "Authorization request for:" -msgstr "" +msgstr "Godkjennelsesforespørsel for:" #: ../blueman/main/applet/BluezAgent.py:247 msgid "Service:" @@ -515,28 +428,33 @@ msgid "Always accept" msgstr "Godkjenn hver gang" +#: ../blueman/main/applet/BluezAgent.py:249 +#: ../blueman/plugins/applet/TransferService.py:98 +msgid "Accept" +msgstr "Godta" + #: ../blueman/main/applet/BluezAgent.py:282 msgid "Confirm value" -msgstr "" +msgstr "Bekreft verdi" #: ../blueman/main/applet/BluezAgent.py:283 #, python-format msgid "Pairing with: %s" -msgstr "" +msgstr "Sammenkobler med: %s" #: ../blueman/main/PluginManager.py:70 msgid "" "An error has occured while loading a plugin. Please notify the developers" " with the content of this message." -msgstr "" +msgstr "Det oppsto en feil under innlesning av programtillegg. Gi utviklerne beskjed og inkluder innholdet i denne meldingen." -#: ../blueman/Functions.py:93 +#: ../blueman/Functions.py:94 msgid "Bluetooth Turned Off" -msgstr "Bluetooth er slått av" +msgstr "Blåtann er slått av" -#: ../blueman/Functions.py:97 +#: ../blueman/Functions.py:98 msgid "Enable Bluetooth" -msgstr "Aktiver Bluetooth" +msgstr "Aktiver Blåtann" #: ../blueman/gui/manager/ManagerMenu.py:24 msgid "_Adapter" @@ -544,7 +462,7 @@ #: ../blueman/gui/manager/ManagerMenu.py:25 msgid "_Device" -msgstr "" +msgstr "_Enhet" #: ../blueman/gui/manager/ManagerMenu.py:27 msgid "_View" @@ -556,198 +474,214 @@ #: ../blueman/gui/manager/ManagerMenu.py:40 msgid "_Report a Problem" -msgstr "" +msgstr "_Rapporter et problem" #: ../blueman/gui/manager/ManagerMenu.py:50 #: ../blueman/plugins/applet/StandardItems.py:108 msgid "Device Manager" -msgstr "" +msgstr "Enhetshåndtering" #: ../blueman/gui/manager/ManagerMenu.py:58 msgid "Show _Toolbar" -msgstr "" +msgstr "Vis _verktøyslinje" #: ../blueman/gui/manager/ManagerMenu.py:63 msgid "Show _Statusbar" -msgstr "" +msgstr "Vis _statuslinje" #: ../blueman/gui/manager/ManagerMenu.py:74 msgid "Latest Device _First" -msgstr "" +msgstr "Siste enhet _først" #: ../blueman/gui/manager/ManagerMenu.py:79 msgid "Latest Device _Last" -msgstr "" +msgstr "Den siste enheten til _slutt" + +#: ../blueman/gui/manager/ManagerMenu.py:91 +#: ../blueman/gui/applet/PluginDialog.py:107 +#: ../blueman/plugins/applet/StandardItems.py:119 +msgid "Plugins" +msgstr "Programtillegg" + +#: ../blueman/gui/manager/ManagerMenu.py:96 +#: ../blueman/plugins/applet/StandardItems.py:55 +msgid "_Local Services" +msgstr "_Lokale tjenester" + +#: ../blueman/gui/manager/ManagerMenu.py:98 +#: ../blueman/plugins/applet/StandardItems.py:114 +msgid "Service Preferences" +msgstr "Tjenesteinnstillinger" -#: ../blueman/gui/manager/ManagerMenu.py:158 +#: ../blueman/gui/manager/ManagerMenu.py:173 msgid "_Search" -msgstr "" +msgstr "_Søk" -#: ../blueman/gui/manager/ManagerDeviceList.py:104 +#: ../blueman/gui/manager/ManagerDeviceList.py:102 #: ../blueman/plugins/applet/StandardItems.py:102 ../apps/blueman-manager:265 msgid "File Sender" -msgstr "" +msgstr "Filavsender" -#: ../blueman/gui/manager/ManagerDeviceList.py:439 +#: ../blueman/gui/manager/ManagerDeviceList.py:437 msgid "Trusted and Bonded" -msgstr "" +msgstr "Betrodd og sammensveiset" -#: ../blueman/gui/manager/ManagerDeviceList.py:441 +#: ../blueman/gui/manager/ManagerDeviceList.py:439 msgid "Bonded" -msgstr "" +msgstr "Sammensveiset" -#: ../blueman/gui/manager/ManagerDeviceList.py:443 +#: ../blueman/gui/manager/ManagerDeviceList.py:441 msgid "Trusted" msgstr "Tiltrodd" -#: ../blueman/gui/manager/ManagerDeviceList.py:462 +#: ../blueman/gui/manager/ManagerDeviceList.py:460 msgid "Poor" msgstr "Svak" -#: ../blueman/gui/manager/ManagerDeviceList.py:465 -#: ../blueman/gui/manager/ManagerDeviceList.py:480 +#: ../blueman/gui/manager/ManagerDeviceList.py:463 +#: ../blueman/gui/manager/ManagerDeviceList.py:478 msgid "Sub-optimal" msgstr "Under-optimal" -#: ../blueman/gui/manager/ManagerDeviceList.py:468 -#: ../blueman/gui/manager/ManagerDeviceList.py:483 +#: ../blueman/gui/manager/ManagerDeviceList.py:466 +#: ../blueman/gui/manager/ManagerDeviceList.py:481 msgid "Optimal" msgstr "Best mulig" -#: ../blueman/gui/manager/ManagerDeviceList.py:471 +#: ../blueman/gui/manager/ManagerDeviceList.py:469 msgid "Much" msgstr "Mye" -#: ../blueman/gui/manager/ManagerDeviceList.py:474 +#: ../blueman/gui/manager/ManagerDeviceList.py:472 msgid "Too much" msgstr "For mye" -#: ../blueman/gui/manager/ManagerDeviceList.py:477 +#: ../blueman/gui/manager/ManagerDeviceList.py:475 msgid "Low" msgstr "Lav" -#: ../blueman/gui/manager/ManagerDeviceList.py:486 +#: ../blueman/gui/manager/ManagerDeviceList.py:484 msgid "High" msgstr "Høy" -#: ../blueman/gui/manager/ManagerDeviceList.py:489 +#: ../blueman/gui/manager/ManagerDeviceList.py:487 msgid "Very High" msgstr "Veldig høy" -#: ../blueman/gui/manager/ManagerDeviceList.py:492 +#: ../blueman/gui/manager/ManagerDeviceList.py:490 #, python-format msgid "" "Connected\n" "Received Signal Strength: %(rssi)u%% (%(rssi_state)s)\n" "Link Quality: %(lq)u%%\n" "Transmit Power Level: %(tpl)u%% (%(tpl_state)s)" -msgstr "" +msgstr "Tilkoblet\nMottatt signalstyrke: %(rssi)u%% (%(rssi_state)s)\nLenkekvalitet: %(lq)u%%\nSendeeffekt: %(tpl)u%% (%(tpl_state)s)" -#: ../blueman/gui/manager/ManagerDeviceList.py:494 +#: ../blueman/gui/manager/ManagerDeviceList.py:492 #, python-format msgid "" "Connected\n" "Received Signal Strength: %(rssi)u%% (%(rssi_state)s)\n" "Link Quality: %(lq)u%%\n" "Transmit Power Level: %(tpl)u%% (%(tpl_state)s)" -msgstr "" +msgstr "Tilkoblet\nMottatt signalstyrke: %(rssi)u%% (%(rssi_state)s)\nLenkekvalitet: %(lq)u%%\nSendeeffekt: %(tpl)u%% (%(tpl_state)s)" -#: ../blueman/gui/manager/ManagerDeviceList.py:496 +#: ../blueman/gui/manager/ManagerDeviceList.py:494 #, python-format msgid "" "Connected\n" "Received Signal Strength: %(rssi)u%% (%(rssi_state)s)\n" "Link Quality: %(lq)u%%\n" "Transmit Power Level: %(tpl)u%% (%(tpl_state)s)" -msgstr "" +msgstr "Tilkoblet\nMottatt signalstyrke: %(rssi)u%% (%(rssi_state)s)\nLenkekvalitet: %(lq)u%%\nSendeeffekt: %(tpl)u%% (%(tpl_state)s)" #: ../blueman/gui/manager/ManagerDeviceMenu.py:112 msgid "Success!" -msgstr "" +msgstr "Suksess!" #: ../blueman/gui/manager/ManagerDeviceMenu.py:115 #, python-format msgid "Serial port connected to %s" -msgstr "" +msgstr "Seriellport tilkoblet %s" #: ../blueman/gui/manager/ManagerDeviceMenu.py:122 msgid "Failed" -msgstr "" +msgstr "Mislyktes" #: ../blueman/gui/manager/ManagerDeviceMenu.py:126 msgid "Connection Failed: " -msgstr "Tilkobling feilet: " +msgstr "Tilkobling mislyktes:" #: ../blueman/gui/manager/ManagerDeviceMenu.py:128 msgid "Connecting..." -msgstr "Kobler til..." +msgstr "Kobler til…" #: ../blueman/gui/manager/ManagerDeviceMenu.py:211 msgid "_Add Device" -msgstr "" +msgstr "_Legg til enhet" #: ../blueman/gui/manager/ManagerDeviceMenu.py:218 #: ../blueman/gui/manager/ManagerDeviceMenu.py:344 msgid "_Setup..." -msgstr "" +msgstr "_Oppsett …" #: ../blueman/gui/manager/ManagerDeviceMenu.py:225 #: ../blueman/gui/manager/ManagerDeviceMenu.py:323 msgid "_Pair" -msgstr "" +msgstr "_Sammenkoble" #: ../blueman/gui/manager/ManagerDeviceMenu.py:230 msgid "Pair with the device" -msgstr "" +msgstr "Sammenkoble med enheten" #: ../blueman/gui/manager/ManagerDeviceMenu.py:236 #: ../blueman/gui/manager/ManagerDeviceMenu.py:298 msgid "Send a _File..." -msgstr "" +msgstr "Send en _fil …" #: ../blueman/gui/manager/ManagerDeviceMenu.py:266 msgid "Connect To:" -msgstr "" +msgstr "Koble til::" #: ../blueman/gui/manager/ManagerDeviceMenu.py:278 msgid "Disconnect:" -msgstr "" +msgstr "Avbryt:" #: ../blueman/gui/manager/ManagerDeviceMenu.py:303 msgid "_Browse Device..." -msgstr "" +msgstr "_Utforsk enhet …" #: ../blueman/gui/manager/ManagerDeviceMenu.py:333 msgid "_Trust" -msgstr "" +msgstr "_Tiltro" #: ../blueman/gui/manager/ManagerDeviceMenu.py:338 msgid "_Untrust" -msgstr "" +msgstr "_Mistro" #: ../blueman/gui/manager/ManagerDeviceMenu.py:378 msgid "_Remove..." -msgstr "" +msgstr "_Fjern …" #: ../blueman/gui/manager/ManagerDeviceMenu.py:388 msgid "_Disconnect" -msgstr "" +msgstr "_Koble fra" #: ../blueman/gui/manager/ManagerDeviceMenu.py:389 msgid "Forcefully disconnect the device" -msgstr "" +msgstr "Tvangsfrakoble enheten" #: ../blueman/gui/manager/ManagerDeviceMenu.py:398 msgid "Disconnecting..." -msgstr "" +msgstr "Kobler fra …" -#: ../blueman/gui/manager/ManagerProgressbar.py:20 ../apps/blueman-sendto:67 +#: ../blueman/gui/manager/ManagerProgressbar.py:20 ../apps/blueman-sendto:70 msgid "Connecting" -msgstr "" +msgstr "Kobler til" #: ../blueman/gui/manager/ManagerProgressbar.py:47 msgid "Cancel Operation" -msgstr "" +msgstr "Avbryt handlingen" #: ../blueman/gui/manager/ManagerStats.py:38 #: ../blueman/gui/manager/ManagerStats.py:41 @@ -767,7 +701,7 @@ #: ../blueman/gui/manager/ManagerToolbar.py:35 #: ../blueman/gui/manager/ManagerToolbar.py:106 msgid "Untrust" -msgstr "" +msgstr "Mistro" #: ../blueman/gui/DeviceSelectorDialog.py:12 msgid "Select Device" @@ -775,82 +709,77 @@ #: ../blueman/gui/MessageArea.py:50 msgid "More" -msgstr "" +msgstr "Mer" #: ../blueman/gui/MessageArea.py:63 msgid "Close" -msgstr "" +msgstr "Lukk" #: ../blueman/gui/CommonUi.py:17 msgid "translator-credits" -msgstr "Launchpad Contributions:\n Erik E. Seierstad https://launchpad.net/~seierstad\n Håvard Havdal https://launchpad.net/~haavard-wty\n Jim Nygård https://launchpad.net/~jim-nygard\n Kenneth Langdalen https://launchpad.net/~spam-klnetworks\n Kent Vegard Evjen https://launchpad.net/~kenvegar\n Tommy Mikkelsen https://launchpad.net/~tamikkelsen\n Valmantas Palikša https://launchpad.net/~walmis\n Øyvind Øritsland https://launchpad.net/~abdobe2001" +msgstr "Launchpad-bidrag:\n Erik E. Seierstad https://launchpad.net/~seierstad\n Håvard Havdal https://launchpad.net/~haavard-wty\n Jim Nygård https://launchpad.net/~jim-nygard\n Kenneth Langdalen https://launchpad.net/~spam-klnetworks\n Kent Vegard Evjen https://launchpad.net/~kenvegar\n Tommy Mikkelsen https://launchpad.net/~tamikkelsen\n Valmantas Palikša https://launchpad.net/~walmis\n Øyvind Øritsland https://launchpad.net/~abdobe2001" #: ../blueman/gui/CommonUi.py:22 msgid "Blueman is a GTK based Bluetooth manager" -msgstr "" +msgstr "Blueman er en GTK-basert Blåtannsbehandler" #: ../blueman/gui/GsmSettings.py:27 msgid "GSM Settings" -msgstr "" - -#: ../blueman/gui/applet/PluginDialog.py:107 -#: ../blueman/plugins/applet/StandardItems.py:119 -msgid "Plugins" -msgstr "" +msgstr "GSM-innstillinger" #: ../blueman/gui/applet/PluginDialog.py:198 #: ../blueman/gui/applet/PluginDialog.py:199 msgid "Unspecified" -msgstr "" +msgstr "Uspesifisert" #: ../blueman/gui/applet/PluginDialog.py:290 #: ../blueman/gui/applet/PluginDialog.py:312 msgid "Dependency issue" -msgstr "" +msgstr "Avhengighetsproblem" #: ../blueman/gui/applet/PluginDialog.py:292 #, python-format msgid "" "Plugin \"%(0)s\" depends on %(1)s. Unloading %(1)s will also unload \"%(0)s\".\n" "Proceed?" -msgstr "" +msgstr "Programtillegg»%(0)s« avhenger av %(1)s. Utlasting %(1)s vil også utlaste »%(0)s«.\nFortsett?" #: ../blueman/gui/applet/PluginDialog.py:314 #, python-format msgid "" "Plugin %(0)s conflicts with %(1)s. Loading %(1)s will unload %(0)s.\n" "Proceed?" -msgstr "" +msgstr "Programtillegg %(0)s er i konflikt med %(1)s. Innlasting av %(1)s vil fjerne %(0)s.\nFortsett?" #. translators: device class #: ../blueman/DeviceClass.py:41 ../blueman/DeviceClass.py:65 msgid "uncategorized" -msgstr "" +msgstr "ikke kategorisert" #. translators: device class #: ../blueman/DeviceClass.py:43 msgid "desktop" -msgstr "" +msgstr "skrivebord" #. translators: device class #: ../blueman/DeviceClass.py:45 msgid "server" -msgstr "server" +msgstr "tjener" #. translators: device class #: ../blueman/DeviceClass.py:47 msgid "laptop" -msgstr "" +msgstr "bærbar" #. translators: device class #: ../blueman/DeviceClass.py:49 msgid "handheld" -msgstr "" +msgstr "håndholdt" #. translators: device class #: ../blueman/DeviceClass.py:51 msgid "palm" -msgstr "" +msgstr "håndflate" #. translators: device class #: ../blueman/DeviceClass.py:67 @@ -865,7 +794,7 @@ #. translators: device class #: ../blueman/DeviceClass.py:71 msgid "smart phone" -msgstr "" +msgstr "smarttelefon" #. translators: device class #: ../blueman/DeviceClass.py:73 @@ -880,12 +809,12 @@ #. translators: device class #: ../blueman/DeviceClass.py:112 msgid "headset" -msgstr "" +msgstr "hodesett" #. translators: device class #: ../blueman/DeviceClass.py:114 msgid "handsfree" -msgstr "" +msgstr "håndfri" #. translators: device class #: ../blueman/DeviceClass.py:116 ../blueman/DeviceClass.py:184 @@ -906,41 +835,41 @@ #. translators: device class #: ../blueman/DeviceClass.py:145 msgid "pointing" -msgstr "" +msgstr "peker til" #: ../blueman/Sdp.py:103 msgid "Dialup Networking (DUN)" -msgstr "" +msgstr "Modemoppringingsnettverk (DUN)" #: ../blueman/Sdp.py:110 msgid "Audio Source" -msgstr "" +msgstr "Lydkilde" #: ../blueman/Sdp.py:111 msgid "Audio Sink" -msgstr "" +msgstr "Lyd-sink" #: ../blueman/Sdp.py:122 msgid "Network Access Point" -msgstr "" +msgstr "Nettverkstilgangspunkt" -#: ../blueman/plugins/manager/PulseAudioProfile.py:92 +#: ../blueman/plugins/manager/PulseAudioProfile.py:89 #, python-format msgid "Failed to change profile to %s" -msgstr "" +msgstr "Kunne ikke endre profil til %s" -#: ../blueman/plugins/manager/PulseAudioProfile.py:127 +#: ../blueman/plugins/manager/PulseAudioProfile.py:124 msgid "Audio Profile" -msgstr "" +msgstr "Lydprofil" -#: ../blueman/plugins/manager/PulseAudioProfile.py:128 +#: ../blueman/plugins/manager/PulseAudioProfile.py:125 msgid "Select audio profile for PulseAudio" -msgstr "" +msgstr "Velg lydprofil for PulseAudio" #: ../blueman/plugins/manager/Services.py:64 #, python-format msgid "Serial Port %s" -msgstr "" +msgstr "Seriellport %s" #: ../blueman/plugins/manager/Services.py:76 msgid "Renew IP Address" @@ -948,69 +877,69 @@ #: ../blueman/plugins/manager/Services.py:93 msgid "Dialup Settings" -msgstr "" +msgstr "Modemoppringingsinnstillinger" #: ../blueman/plugins/manager/Services.py:102 msgid "Serial Ports" -msgstr "" +msgstr "Seriellporter" #: ../blueman/plugins/applet/NetUsage.py:184 #: ../blueman/plugins/applet/NetUsage.py:292 #: ../blueman/plugins/applet/NetUsage.py:296 msgid "Connected:" -msgstr "" +msgstr "Tilkoblet:" #: ../blueman/plugins/applet/NetUsage.py:200 #: ../blueman/plugins/applet/NetUsage.py:305 msgid "Not Connected" -msgstr "" +msgstr "Ikke tilkoblet" #: ../blueman/plugins/applet/NetUsage.py:208 msgid "" "No usage statistics are available yet. Try establishing a connection first " "and then check this page." -msgstr "" +msgstr "Ingen bruksstatistikk tilgjengelig. Prøv først å etablere forbindelse for så å sjekke denne siden." #: ../blueman/plugins/applet/NetUsage.py:231 msgid "day" msgid_plural "days" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "dag" +msgstr[1] "dager" #: ../blueman/plugins/applet/NetUsage.py:232 msgid "hour" msgid_plural "hours" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "time" +msgstr[1] "timer" #: ../blueman/plugins/applet/NetUsage.py:233 msgid "minute" msgid_plural "minutes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "minutt" +msgstr[1] "minutter" #: ../blueman/plugins/applet/NetUsage.py:235 #, python-format msgid "%d %s %d %s and %d %s" -msgstr "" +msgstr "%d %s %d %s og %d %s" #: ../blueman/plugins/applet/NetUsage.py:269 msgid "Are you sure you want to reset the counter?" -msgstr "" +msgstr "Bekreft nullstilling av telleren." #: ../blueman/plugins/applet/NetUsage.py:313 msgid "" "Allows you to monitor your (mobile broadband) network traffic usage. Useful " "for limited data access plans. This plugin tracks every device seperately." -msgstr "" +msgstr "Gir deg muligheten til å overvåke ditt forbruk (mobilt bredbånd) av nettverkstrafikk. Nyttig for abonnement med begrenset databruk. Dette programtillegget sporer hver enhet separat." #: ../blueman/plugins/applet/NetUsage.py:334 msgid "Network _Usage" -msgstr "" +msgstr "_Nettverksbruk" #: ../blueman/plugins/applet/NetUsage.py:335 msgid "Shows network traffic usage" -msgstr "" +msgstr "Viser nettverksforbruk" #. self.connect("size-changed", self.on_status_icon_resized) #: ../blueman/plugins/applet/StatusIcon.py:29 @@ -1018,274 +947,336 @@ #: ../blueman/plugins/applet/ShowConnected.py:81 #: ../blueman/plugins/applet/ShowConnected.py:86 msgid "Bluetooth Enabled" -msgstr "" +msgstr "Blåtann påslått" #: ../blueman/plugins/applet/StatusIcon.py:46 msgid "Bluetooth Disabled" -msgstr "" +msgstr "Blåtann er avskrudd" #: ../blueman/plugins/applet/Networking.py:20 msgid "Manages local network services, like NAP bridges" -msgstr "" +msgstr "Håndter lokale nettverkstjenester, som NAP-broer" #: ../blueman/plugins/applet/NMDUNSupport.py:76 msgid "Bluetooth Dialup" -msgstr "" +msgstr "Blåtanns-oppringing" #: ../blueman/plugins/applet/NMDUNSupport.py:77 #, python-format msgid "DUN connection on %s will now be available in Network Manager" -msgstr "" +msgstr "DUN-tilkobling på %s vil nå være tilgjengelig i NetworkManager" #: ../blueman/plugins/applet/NMDUNSupport.py:90 msgid "Modem Manager did not support the connection" -msgstr "" +msgstr "Modem manager støtter ikke forbindelsen" #: ../blueman/plugins/applet/NMDUNSupport.py:99 msgid "" "Provides support for Dial Up Networking (DUN) with ModemManager and " "NetworkManager" -msgstr "" +msgstr "Gir støtte for oppringningsnettverk (DUN) med ModemManager og NetworkManager" #: ../blueman/plugins/applet/RecentConns.py:48 msgid "" "Provides a menu item that contains last used connections for quick access" -msgstr "" +msgstr "Tilbyr et menypunkt som inneholder sist brukte forbindelser for å gi hurtig tilgang" #. the maximum number of items RecentConns menu will display #: ../blueman/plugins/applet/RecentConns.py:59 msgid "Maximum items" -msgstr "" +msgstr "Maks. antall elementer" #: ../blueman/plugins/applet/RecentConns.py:60 msgid "The maximum number of items recent connections menu will display." -msgstr "" +msgstr "Maksimalt antall punkter menyen for siste tilkoblinger vil vise." #: ../blueman/plugins/applet/RecentConns.py:78 msgid "Recent _Connections" -msgstr "" +msgstr "Siste _tilkoblinger" #: ../blueman/plugins/applet/RecentConns.py:287 #: ../blueman/plugins/applet/PPPSupport.py:51 msgid "Connected" -msgstr "" +msgstr "Tilkoblet" #: ../blueman/plugins/applet/RecentConns.py:287 #, python-format msgid "Connected to %s" -msgstr "" +msgstr "Koblet til %s" #: ../blueman/plugins/applet/RecentConns.py:293 msgid "Failed to connect" -msgstr "" +msgstr "Kunne ikke koble til" #: ../blueman/plugins/applet/RecentConns.py:310 #, python-format msgid "%(service)s on %(device)s" -msgstr "" +msgstr "%(service)s på %(device)s" #: ../blueman/plugins/applet/RecentConns.py:332 msgid "Adapter for this connection is not available" -msgstr "" +msgstr "En adapter for denne tilkoblingen er ikke tilgjengelig" #: ../blueman/plugins/applet/NMPANSupport.py:123 msgid "" "Provides support for Personal Area Networking (PAN) introduced in " "NetworkManager 0.8" -msgstr "" +msgstr "Tilbyr støtte for Personlig områdesnettverk (PAN) introdusert i NetworkManager 0.8" #: ../blueman/plugins/applet/NMPANSupport.py:233 msgid "Already connected" -msgstr "" +msgstr "Allerede tilkoblet" #: ../blueman/plugins/applet/DBusService.py:28 msgid "Provides DBus API for other Blueman components" -msgstr "" +msgstr "Muliggjør DBus API for andre Blueman-komponenter" -#: ../blueman/plugins/applet/TransferService.py:18 +#: ../blueman/plugins/applet/TransferService.py:95 +msgid "Incoming file over Bluetooth" +msgstr "Innkommende fil via Blåtann" + +#: ../blueman/plugins/applet/TransferService.py:96 +#, python-format +msgid "Incoming file %(0)s from %(1)s" +msgstr "Innkommende fil %(0)s fra %(1)s" + +#: ../blueman/plugins/applet/TransferService.py:98 +msgid "Reject" +msgstr "Avvis" + +#: ../blueman/plugins/applet/TransferService.py:102 +msgid "Receiving file" +msgstr "Mottat fil" + +#: ../blueman/plugins/applet/TransferService.py:103 +#, python-format +msgid "Receiving file %(0)s from %(1)s" +msgstr "Mottar fil %(0)s fra %(1)s" + +#: ../blueman/plugins/applet/TransferService.py:119 msgid "Provides OBEX file transfer capabilities" -msgstr "" +msgstr "Tilbyr OBEX-filoverføringsfunksjoner" + +#: ../blueman/plugins/applet/TransferService.py:145 +msgid "Configured directory for incoming files does not exist" +msgstr "Oppsatt mappe for innkommende filer finnes ikke" + +#: ../blueman/plugins/applet/TransferService.py:146 +#, python-format +msgid "" +"Please make sure that directory \"%s\" exists or configure it with " +"blueman-services" +msgstr "Forsikre deg om at mappen \"%s\" finnes eller er satt opp med blueman-services" + +#: ../blueman/plugins/applet/TransferService.py:224 +msgid "File received" +msgstr "Fil mottatt" + +#: ../blueman/plugins/applet/TransferService.py:225 +#, python-format +msgid "File %(0)s from %(1)s successfully received" +msgstr "Fil %(0)s fra %(1)s ble mottatt med hell" + +#: ../blueman/plugins/applet/TransferService.py:231 +msgid "Transfer failed" +msgstr "Overføring mislyktes" + +#: ../blueman/plugins/applet/TransferService.py:232 +#, python-format +msgid "Transfer of file %(0)s failed" +msgstr "Overføring av fila %(0)s mislyktes" + +#: ../blueman/plugins/applet/TransferService.py:254 +#: ../blueman/plugins/applet/TransferService.py:261 +msgid "Files received" +msgstr "Filer mottatt" + +#: ../blueman/plugins/applet/TransferService.py:255 +#, python-format +msgid "Received %d file in the background" +msgid_plural "Received %d files in the background" +msgstr[0] "Mottok %d fil i bakgrunnen" +msgstr[1] "Mottok %d filer i bakgrunnen" + +#: ../blueman/plugins/applet/TransferService.py:262 +#, python-format +msgid "Received %d more file in the background" +msgid_plural "Received %d more files in the background" +msgstr[0] "Mottok %d fil til i bakgrunnen" +msgstr[1] "Mottok %d filer til i bakgrunnen" #: ../blueman/plugins/applet/KillSwitch.py:38 msgid "" "Toggles a platform Bluetooth killswitch when Bluetooth power state changes " "(Useless with USB dongles) and makes sure a status icon is shown if there is" " a bluetooth killswitch but no adapter." -msgstr "" +msgstr "Aktiver en plattform. Blåtanns-drapsbryter når Blåtannseffektstatus endres (Ubrukelig med USB-pinner) og forsikrer at et statusikon vises og at det er en Blåtanns-drapsbryter, men intet adapter." #: ../blueman/plugins/applet/StandardItems.py:18 msgid "Adds standard menu items to the status icon menu" -msgstr "" +msgstr "Legg til forvalgte menyelementer til statusikonsmenyen." #: ../blueman/plugins/applet/StandardItems.py:26 msgid "_Setup New Device" -msgstr "" +msgstr "_Oppsett av ny enhet" #: ../blueman/plugins/applet/StandardItems.py:33 msgid "Send _Files to Device" -msgstr "" +msgstr "Send _filer til enhet" #: ../blueman/plugins/applet/StandardItems.py:38 msgid "_Browse Files on Device" -msgstr "" +msgstr "_Utforsk filer på enhet" #: ../blueman/plugins/applet/StandardItems.py:45 msgid "_Devices" -msgstr "" +msgstr "_Enheter" #: ../blueman/plugins/applet/StandardItems.py:50 msgid "Adap_ters" -msgstr "" - -#: ../blueman/plugins/applet/StandardItems.py:55 -msgid "_Local Services" -msgstr "" +msgstr "_Adaptere" #: ../blueman/plugins/applet/StandardItems.py:65 msgid "_Plugins" -msgstr "" +msgstr "_Programtillegg" #: ../blueman/plugins/applet/StandardItems.py:99 ../apps/blueman-manager:220 #: ../apps/blueman-assistant:71 msgid "Bluetooth Assistant" -msgstr "" +msgstr "Blåtann-assistent" #: ../blueman/plugins/applet/StandardItems.py:105 msgid "File Browser" -msgstr "" +msgstr "Filutforsker" #: ../blueman/plugins/applet/StandardItems.py:111 ../apps/blueman-manager:254 msgid "Adapter Preferences" -msgstr "" - -#: ../blueman/plugins/applet/StandardItems.py:114 -msgid "Service Preferences" -msgstr "" +msgstr "Adapterinnstillinger" #: ../blueman/plugins/applet/StandardItems.py:117 msgid "applet" -msgstr "" +msgstr "panelprogram" #: ../blueman/plugins/applet/AuthAgent.py:17 msgid "Provides passkey, authentication services for BlueZ daemon" -msgstr "" +msgstr "Tilbyr adgangsnøkkel, godkjennelsestjenester for BlueZ-nissen" #: ../blueman/plugins/applet/ExitItem.py:13 msgid "Adds an exit menu item to quit the applet" -msgstr "" +msgstr "Tilføyer et punkt i menyen til å avslutte panelprogrammet" #: ../blueman/plugins/applet/DhcpClient.py:16 msgid "Provides a basic dhcp client for Bluetooth PAN connections." -msgstr "" +msgstr "Tilbyr en grunnleggende DHCP-klient for Blåtanns-PAN-tilkoblinger." #: ../blueman/plugins/applet/DhcpClient.py:47 #: ../blueman/plugins/applet/DhcpClient.py:56 #: ../blueman/plugins/applet/DhcpClient.py:62 msgid "Bluetooth Network" -msgstr "" +msgstr "Blåtanns-nettverk" #: ../blueman/plugins/applet/DhcpClient.py:48 #, python-format msgid "Interface %(0)s bound to IP address %(1)s" -msgstr "" +msgstr "Grensesnitt %(0)s knyttet til IP-adressen %(1)s" #: ../blueman/plugins/applet/DhcpClient.py:56 #, python-format msgid "Failed to obtain an IP address on %s" -msgstr "" +msgstr "Kunne ikke innhente en IP-adresse på %s" #: ../blueman/plugins/applet/DhcpClient.py:62 #, python-format msgid "" "Trying to obtain an IP address on %s\n" "Please wait..." -msgstr "" +msgstr "Prøver å innhente en IP-adresse på %s\nVent …" #: ../blueman/plugins/applet/ShowConnected.py:20 msgid "" "Adds an indication on the status icon when Bluetooth is active and shows the" " number of connections in the tooltip." -msgstr "" +msgstr "Tilfører en indikasjon på statusikonet når Blåtann er aktiv og viser antallet tilkoblinger i verktøystipset." #: ../blueman/plugins/applet/ShowConnected.py:71 msgid "Bluetooth Active" -msgstr "" +msgstr "Blåtann er påslått" #: ../blueman/plugins/applet/ShowConnected.py:73 #, python-format msgid "%d Active Connection" msgid_plural "%d Active Connections" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d aktiv tilknytning" +msgstr[1] "%d aktive tilknytninger < /b>" #: ../blueman/plugins/applet/AppIndicator.py:12 msgid "Uses libappindicator to show a statusicon" -msgstr "" +msgstr "Bruker libappindikator for å vise et statusikon" #: ../blueman/plugins/applet/Headset.py:15 msgid "Runs a command when answer button is pressed on a headset" -msgstr "" +msgstr "Kjører en kommando når svar-knappen blir trykket på et hodesett" #: ../blueman/plugins/applet/Headset.py:26 msgid "Command" -msgstr "" +msgstr "Kommando" #: ../blueman/plugins/applet/Headset.py:27 msgid "Command to execute when answer button is pressed:" -msgstr "" +msgstr "Kommando å kjøre når det trykkes på svar-knappen:" #: ../blueman/plugins/applet/DiscvManager.py:21 msgid "" "Provides a menu item for making the default adapter temporarily visible when" " it is set to hidden by default" -msgstr "" +msgstr "Tilbyr et menypunkt som gjør den forvalgte adapteren synlig midlertidig, når den som forvalg er satt usynlig" #: ../blueman/plugins/applet/DiscvManager.py:31 msgid "Discoverable timeout" -msgstr "" +msgstr "Tidsutløp for synlighet" #: ../blueman/plugins/applet/DiscvManager.py:32 msgid "Amount of time in seconds discoverable mode will last" -msgstr "" +msgstr "Tid i sekunder tilstanden synlighet skal være aktivert" #: ../blueman/plugins/applet/DiscvManager.py:40 #: ../blueman/plugins/applet/DiscvManager.py:133 msgid "_Make Discoverable" -msgstr "" +msgstr "_Gjør synlig" #: ../blueman/plugins/applet/DiscvManager.py:49 msgid "Make the default adapter temporarily visible" -msgstr "" +msgstr "Gjør de forvalgte adapterne synlig midlertidig" #: ../blueman/plugins/applet/DiscvManager.py:74 #, python-format msgid "Discoverable... %ss" -msgstr "" +msgstr "Synlig … %ss" #: ../blueman/plugins/applet/Menu.py:16 msgid "" "Provides a menu for the applet and an API for other plugins to manipulate it" -msgstr "" +msgstr "Tilbyr en meny for panelprogrammet og et API slik at andre utvidelsesmoduler kan manipulere den" #: ../blueman/plugins/applet/PPPSupport.py:48 #, python-format msgid "" "Successfully connected to DUN service on %(0)s.\n" "Network is now available through %(1)s" -msgstr "" +msgstr "Tilkoblet DUN-tjenesten på %(0)s.\nNettverket er nå tilgjengelig via %(1)s" #: ../blueman/plugins/applet/PPPSupport.py:57 msgid "Provides basic support for connecting to the internet via DUN profile." -msgstr "" +msgstr "Tilbyr grunnleggende støtte for forbindelse til Internett via DUN-profil." #: ../blueman/plugins/applet/SerialManager.py:25 msgid "" "Standard SPP profile connection handler, allows executing custom actions" -msgstr "" +msgstr "Forvalgt håndtering av SPP-profiltilkobling, gir mulighet til å kjøre egentilpassede handlinger" #: ../blueman/plugins/applet/SerialManager.py:34 msgid "Script to execute on connection" -msgstr "" +msgstr "Skript som skal kjøres ved tilknytning" #: ../blueman/plugins/applet/SerialManager.py:35 msgid "" @@ -1296,75 +1287,75 @@ "uuid16s are returned as a comma seperated list\n" "\n" "Upon device disconnection the script will be sent a HUP signal" -msgstr "" +msgstr "Følgende parameter vil bli sendt:\nAdresse, navn, tjenestenavn, uuid16s, rfcomm-node\nFor eksempel:\nAA:BB:CC:DD:EE:FF, Telefon, DUN-tjeneste, 0x1103, /dev/rfcomm0\nuuid16s returneres som en kommainndelt liste\n\nVed frakobling av enheten vil skriptet få tilsendt et HUP-signal" -#: ../blueman/plugins/applet/SerialManager.py:64 +#: ../blueman/plugins/applet/SerialManager.py:66 msgid "Serial port connected" -msgstr "" +msgstr "Seriellport tilkoblet" -#: ../blueman/plugins/applet/SerialManager.py:65 +#: ../blueman/plugins/applet/SerialManager.py:67 #, python-format msgid "" "Serial port service on device %s now will be available via %s" -msgstr "" +msgstr "Seriellporttjeneste på enheten %s vil nå være tilgjengelig via %s" -#: ../blueman/plugins/applet/SerialManager.py:112 +#: ../blueman/plugins/applet/SerialManager.py:114 msgid "Serial port connection script failed" -msgstr "" +msgstr "Forbindelsesskript for seriellporten mislyktes" -#: ../blueman/plugins/applet/SerialManager.py:113 +#: ../blueman/plugins/applet/SerialManager.py:115 #, python-format msgid "" "There was a problem launching script %s\n" "%s" -msgstr "" +msgstr "Det oppsto et problem under igangsetting av skriptet %s\n%s" #: ../blueman/plugins/applet/PowerManager.py:16 msgid "Controls Bluetooth adapter power states" -msgstr "" +msgstr "Kontroller driftstilstander for Blåtann-adaptere" #: ../blueman/plugins/applet/PowerManager.py:29 msgid "Auto power-on" -msgstr "" +msgstr "Automatisk påslag" #: ../blueman/plugins/applet/PowerManager.py:30 msgid "Automatically power on adapters" -msgstr "" +msgstr "Automatisk påslag av adaptere" #: ../blueman/plugins/applet/PowerManager.py:42 msgid "Bluetooth _Off" -msgstr "" +msgstr "Blåtann avskrudd" #: ../blueman/plugins/applet/PowerManager.py:44 #: ../blueman/plugins/applet/PowerManager.py:186 msgid "Turn off all adapters" -msgstr "" +msgstr "Skru av alle adaptere" #: ../blueman/plugins/applet/PowerManager.py:171 msgid "Turn Bluetooth _On" -msgstr "" +msgstr "_Skru på blåtann" #: ../blueman/plugins/applet/PowerManager.py:173 msgid "Turn on all adapters" -msgstr "" +msgstr "Skru på alle adaptere" #: ../blueman/plugins/applet/PowerManager.py:184 msgid "Turn Bluetooth _Off" -msgstr "" +msgstr "Skru av Blåtann" #: ../blueman/plugins/applet/GameControllerWakelock.py:15 msgid "" "Temporarily suspends the screensaver when a bluetooth game controller is " "connected." -msgstr "" +msgstr "Avfei pauseskjerm midlertidig når Blåtanns-spillkontrollere er tilkoblet." #: ../blueman/services/AudioSink.py:13 msgid "Allows to send audio to remote device" -msgstr "" +msgstr "Tillater sending av lyd til ekstern enheter" #: ../blueman/services/AudioSource.py:13 msgid "Allows to receive audio from remote device" -msgstr "" +msgstr "Tillater mottak av lyd fra fjernenhet" #: ../blueman/plugins/services/Network.py:22 #: ../blueman/plugins/services/Network.py:46 @@ -1373,60 +1364,60 @@ #: ../blueman/plugins/services/Network.py:95 msgid "Invalid IP address" -msgstr "" +msgstr "Ugyldig IP-adresse" #: ../blueman/plugins/services/Network.py:107 #, python-format msgid "IP address conflicts with interface %s which has the same address" -msgstr "" +msgstr "IP-adressen er i konflikt med grensesnittet %s som har samme adresse" #: ../blueman/plugins/services/Network.py:112 #, python-format msgid "" "IP address overlaps with subnet of interface %s, which has the following configuration %s/%s\n" "This may cause incorrect network behavior" -msgstr "" +msgstr "IP-adressen overlapper med undernettet til grensesnittet %s, som har følgende oppsett %s/%s\nDette kan føre til feilaktig nettverksoppførsel" #: ../blueman/plugins/services/Network.py:231 #: ../blueman/plugins/services/Network.py:237 msgid "Not currently supported with this setup" -msgstr "" +msgstr "For øyeblikket ikke støttet med dette oppsettet" #: ../blueman/plugins/services/Transfer.py:16 msgid "Transfer" -msgstr "" +msgstr "Overfør" #: ../blueman/plugins/services/Transfer.py:33 msgid "Applet's transfer service plugin is disabled" -msgstr "" +msgstr "Panelprogrammet utvidelsesprogramtillegg for overføring er deaktivert" #: ../data/blueman-adapters.desktop.in.h:2 msgid "Set Bluetooth Adapter Properties" -msgstr "" +msgstr "Velg egenskaper for Blåtannsadaptere" #: ../data/blueman.desktop.in.h:1 msgid "Blueman Applet" -msgstr "" +msgstr "Blueman-panelprogram" #: ../data/blueman.desktop.in.h:2 ../data/blueman-manager.desktop.in.h:2 msgid "Blueman Bluetooth Manager" -msgstr "Blueman Bluetooth Manager" +msgstr "Blueman Blåtannsbehandler" #: ../data/blueman-manager.desktop.in.h:1 msgid "Bluetooth Manager" -msgstr "Håndtering av Bluetooth" +msgstr "Håndtering av Blåtann" #: ../data/thunar-sendto-blueman.desktop.in.h:1 msgid "Bluetooth Device" -msgstr "" +msgstr "Blåtanns-enhet" #: ../data/configs/org.blueman.policy.in.h:1 msgid "Configure Bluetooth Network" -msgstr "" +msgstr "Sett opp Blåtannsnettverk" #: ../data/configs/org.blueman.policy.in.h:2 msgid "Configuring networking requires privileges" -msgstr "" +msgstr "Oppsett av nettverk krever priviliger" #: ../data/configs/org.blueman.policy.in.h:3 msgid "Launch DHCP client" @@ -1434,29 +1425,29 @@ #: ../data/configs/org.blueman.policy.in.h:4 msgid "Launching DHCP client requires privileges" -msgstr "" +msgstr "Start av DHCP-klienten krever rettigheter" #: ../data/configs/org.blueman.policy.in.h:5 msgid "Bluetooth Configuration" -msgstr "" +msgstr "Blåtanns-oppsett" #: ../data/configs/org.blueman.policy.in.h:6 msgid "Changing Bluetooth system settings requires privileges" -msgstr "" +msgstr "Endring av innstillinger for Blåtannssystemet krever rettigheter" #: ../apps/blueman-manager:91 msgid "Bluetooth needs to be turned on for the device manager to function" -msgstr "" +msgstr "Blåtann skal være påskrudd for at enhetshåndteringen skal fungere" #: ../apps/blueman-manager:102 msgid "Connection to BlueZ failed" -msgstr "" +msgstr "Forbindelse til BlueZ mislyktes" #: ../apps/blueman-manager:105 msgid "" "Bluez daemon is not running, blueman-manager cannot continue.\n" "This probably means that there were no Bluetooth adapters detected or Bluetooth daemon was not started." -msgstr "" +msgstr "Bluez-nissen kjører ikke, blueman-manager kan ikke fortsette.\nDette betyr kanskje at det ikke fantes noen Blåtannsadaptere eller at Blåtannsnissen ikke kjørte." #: ../apps/blueman-manager:186 ../apps/blueman-assistant:229 msgid "Adding" @@ -1468,7 +1459,7 @@ #: ../apps/blueman-manager:227 msgid "Success" -msgstr "" +msgstr "Suksess" #: ../apps/blueman-manager:232 msgid "Failure" @@ -1476,15 +1467,15 @@ #: ../apps/blueman-manager:240 msgid "Pairing" -msgstr "" +msgstr "Sammenkobler" #: ../apps/blueman-adapters:49 msgid "Bluetooth needs to be turned on for the adapter manager to work" -msgstr "" +msgstr "Blåtann skal være påslått for at adapterbehandleren skal virke." #: ../apps/blueman-adapters:140 msgid "Always" -msgstr "" +msgstr "Alltid" #: ../apps/blueman-adapters:144 #, c-format @@ -1493,122 +1484,122 @@ msgstr[0] "%d minutt" msgstr[1] "%d minutter" -#: ../apps/blueman-sendto:106 +#: ../apps/blueman-sendto:110 msgid "obexd not available" -msgstr "" +msgstr "obexd er ikke tilgjengelig" -#: ../apps/blueman-sendto:107 +#: ../apps/blueman-sendto:111 msgid "obexd is probably not installed" -msgstr "" - -#: ../apps/blueman-sendto:133 -msgid "Error occurred" -msgstr "" +msgstr "obexd er sannsynligvis ikke installert" -#: ../apps/blueman-sendto:145 +#: ../apps/blueman-sendto:138 msgid "Cancelling" -msgstr "" +msgstr "Avbryter" -#: ../apps/blueman-sendto:162 ../apps/blueman-sendto:196 +#: ../apps/blueman-sendto:149 ../apps/blueman-sendto:191 msgid "Sending File" -msgstr "" +msgstr "Sender fil" -#: ../apps/blueman-sendto:162 ../apps/blueman-sendto:196 +#: ../apps/blueman-sendto:149 ../apps/blueman-sendto:191 msgid "ETA:" -msgstr "" +msgstr "Estimert Tid til Ankomst:" -#: ../apps/blueman-sendto:190 +#: ../apps/blueman-sendto:185 #, c-format msgid "%.0f Minute" msgid_plural "%.0f Minutes" msgstr[0] "%.0f minutt" msgstr[1] "%.0f minutter" -#: ../apps/blueman-sendto:192 +#: ../apps/blueman-sendto:187 #, c-format msgid "%.0f Second" msgid_plural "%.0f Seconds" msgstr[0] "%.0f sekund" msgstr[1] "%.0f sekunder" -#: ../apps/blueman-sendto:230 +#: ../apps/blueman-sendto:225 #, c-format msgid "Error occurred while sending file %s" -msgstr "" +msgstr "Det oppsto en feil under forsendelse av filen %s" -#: ../apps/blueman-sendto:234 +#: ../apps/blueman-sendto:229 msgid "Skip" msgstr "Hopp over" -#: ../apps/blueman-sendto:235 +#: ../apps/blueman-sendto:230 msgid "Retry" -msgstr "" +msgstr "Prøv igjen" -#: ../apps/blueman-sendto:284 -msgid "Send files to this device" -msgstr "" +#: ../apps/blueman-sendto:271 +msgid "Error occurred" +msgstr "Det oppsto en feil" #: ../apps/blueman-sendto:290 +msgid "Send files to this device" +msgstr "Send filer til denne enheten" + +#: ../apps/blueman-sendto:296 msgid "Source adapter. Takes address or adapter's name eg. hci0" -msgstr "" +msgstr "Kildeadapter. Bruker adresser eller adapterets navn f.eks. hci0" -#: ../apps/blueman-sendto:295 +#: ../apps/blueman-sendto:301 msgid "Bluetooth needs to be turned on for file sending to work" -msgstr "" +msgstr "Blåtann må være påslått for at filoverføring skal fungere" -#: ../apps/blueman-sendto:355 +#: ../apps/blueman-sendto:361 msgid "Select files to send" -msgstr "" +msgstr "Velg filene som skal sendes" #: ../apps/blueman-assistant:54 msgid "Start configuration assistant for this device" -msgstr "" +msgstr "Start oppsettsveiviseren for denne enheten" #: ../apps/blueman-assistant:58 msgid "Bluetooth needs to be turned on for the Bluetooth assistant to work" -msgstr "" +msgstr "Blåtann må være påslått for at Blåtann-veiviseren skal fungere" #: ../apps/blueman-assistant:118 msgid "No adapters found" -msgstr "" +msgstr "Ingen adaptere funnet" #: ../apps/blueman-assistant:228 msgid "Adding Device..." -msgstr "Legger til Enhet..." +msgstr "Legger til Enhet …" #: ../apps/blueman-assistant:231 msgid "Pairing in progress..." -msgstr "" +msgstr "Sammenkobling i gang …" #: ../apps/blueman-assistant:240 ../apps/blueman-assistant:259 msgid "Failed to add device" -msgstr "" +msgstr "Kunne ikke legge til enhet" #: ../apps/blueman-assistant:280 msgid "Don't connect" -msgstr "" +msgstr "Ikke koble til" #: ../apps/blueman-assistant:295 msgid "Device added and connected successfuly" -msgstr "" +msgstr "Enhet lagt til og tilkoblet med hell" #: ../apps/blueman-assistant:301 msgid "Device added successfuly, but failed to connect" -msgstr "" +msgstr "Enhet lagt til, men kunne ikke koble til" #: ../apps/blueman-browse:37 msgid "Browse this device" -msgstr "" +msgstr "Utforsk denne enheten" #: ../apps/blueman-browse:64 #, c-format msgid "Failed to launch \"%s\"" -msgstr "" +msgstr "Kunne ikke starte \"%s\"" #: ../apps/blueman-browse:66 msgid "Failed to launch default file browser" -msgstr "" +msgstr "Kunne ikke starte forvalgt filutforsker" #: ../apps/blueman-browse:68 msgid "You can enter an alternate browser in service settings" -msgstr "" +msgstr "Du kan skrive inn en alternativ nettleser i tjenesteinnstillingene" diff -Nru blueman-2.0.4/po/pt.po blueman-2.0.5/po/pt.po --- blueman-2.0.4/po/pt.po 2016-03-22 06:16:30.000000000 +0000 +++ blueman-2.0.5/po/pt.po 2017-10-01 06:19:46.000000000 +0000 @@ -1352,7 +1352,7 @@ #: ../blueman/plugins/applet/PowerManager.py:184 msgid "Turn Bluetooth _Off" -msgstr "Desligar o Bluetooth" +msgstr "Desligar o Bluetooth" #: ../blueman/plugins/applet/GameControllerWakelock.py:15 msgid "" diff -Nru blueman-2.0.4/py-compile blueman-2.0.5/py-compile --- blueman-2.0.4/py-compile 2016-03-23 06:22:21.000000000 +0000 +++ blueman-2.0.5/py-compile 2017-10-01 06:21:29.000000000 +0000 @@ -1,9 +1,9 @@ #!/bin/sh # py-compile - Compile a Python program -scriptversion=2011-06-08.12; # UTC +scriptversion=2016-01-11.22; # UTC -# Copyright (C) 2000-2014 Free Software Foundation, Inc. +# Copyright (C) 2000-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -165,6 +165,6 @@ # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: