diff -Nru network-manager-l2tp-1.0.10/aclocal.m4 network-manager-l2tp-1.0.12/aclocal.m4 --- network-manager-l2tp-1.0.10/aclocal.m4 2019-01-28 12:45:28.000000000 +0000 +++ network-manager-l2tp-1.0.12/aclocal.m4 2019-03-12 23:13:32.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.15 -*- Autoconf -*- +# generated automatically by aclocal 1.16.1 -*- Autoconf -*- -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -47,7 +47,10 @@ # # Modified to require ngettext # Matthias Clasen 08/06/2004 -# + +# Increment this whenever this file is changed. +#serial 1 + # We need this here as well, since someone might use autoconf-2.5x # to configure GLib then an older version to configure a package # using AM_GLIB_GNU_GETTEXT @@ -119,6 +122,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 +180,8 @@ XGETTEXT=: INTLLIBS= + glib_gt_INTL_MACOSX + AC_CHECK_HEADER(libintl.h, [gt_cv_func_dgettext_libintl="no" libintl_extra_libs="" @@ -215,7 +265,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 @@ -766,7 +816,7 @@ AS_VAR_IF([$1], [""], [$5], [$4])dnl ])dnl PKG_CHECK_VAR -# Copyright (C) 2002-2014 Free Software Foundation, Inc. +# Copyright (C) 2002-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -778,10 +828,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.15' +[am__api_version='1.16' 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.16.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -797,14 +847,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.16.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-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -856,7 +906,7 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2014 Free Software Foundation, Inc. +# Copyright (C) 1997-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -887,7 +937,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1078,13 +1128,12 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. - # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], @@ -1092,49 +1141,41 @@ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. - case $CONFIG_FILES in - *\'*) eval set x "$CONFIG_FILES" ;; - *) set x $CONFIG_FILES ;; - esac + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + AS_CASE([$CONFIG_FILES], + [*\'*], [eval set x "$CONFIG_FILES"], + [*], [set x $CONFIG_FILES]) shift - for mf + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf do # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named 'Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line + am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`AS_DIRNAME("$mf")` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running 'make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "$am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`AS_DIRNAME(["$file"])` - AS_MKDIR_P([$dirpart/$fdir]) - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`AS_DIRNAME(["$am_mf"])` + am_filepart=`AS_BASENAME(["$am_mf"])` + AM_RUN_LOG([cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles]) || am_rc=$? done + if test $am_rc -ne 0; then + AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. Try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking).]) + fi + AS_UNSET([am_dirpart]) + AS_UNSET([am_filepart]) + AS_UNSET([am_mf]) + AS_UNSET([am_rc]) + rm -f conftest-deps.mk } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS @@ -1143,18 +1184,17 @@ # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # -# This code is only required when automatic dependency tracking -# is enabled. FIXME. This creates each '.P' file that we will -# need in order to bootstrap the dependency handling code. +# This code is only required when automatic dependency tracking is enabled. +# This creates each '.Po' and '.Plo' makefile fragment that we'll need in +# order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], - [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) -]) + [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1241,8 +1281,8 @@ AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: -# -# +# +# AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. @@ -1309,7 +1349,7 @@ Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation -that behaves properly: . +that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM @@ -1351,7 +1391,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-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1372,7 +1412,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2014 Free Software Foundation, Inc. +# Copyright (C) 2003-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1394,7 +1434,7 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1429,7 +1469,7 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1437,49 +1477,42 @@ # AM_MAKE_INCLUDE() # ----------------- -# Check to see how make treats includes. +# Check whether make has an 'include' directive that can support all +# the idioms we need for our automatic dependency tracking code. AC_DEFUN([AM_MAKE_INCLUDE], -[am_make=${MAKE-make} -cat > confinc << 'END' +[AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) +cat > confinc.mk << 'END' am__doit: - @echo this is the am__doit target + @echo this is the am__doit target >confinc.out .PHONY: am__doit END -# If we don't find an include directive, just comment out the code. -AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# Ignore all kinds of additional output from 'make'. -case `$am_make -s -f confmf 2> /dev/null` in #( -*the\ am__doit\ target*) - am__include=include - am__quote= - _am_result=GNU - ;; -esac -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - case `$am_make -s -f confmf 2> /dev/null` in #( - *the\ am__doit\ target*) - am__include=.include - am__quote="\"" - _am_result=BSD - ;; - esac -fi -AC_SUBST([am__include]) -AC_SUBST([am__quote]) -AC_MSG_RESULT([$_am_result]) -rm -f confinc confmf -]) +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) + AS_CASE([$?:`cat confinc.out 2>/dev/null`], + ['0:this is the am__doit target'], + [AS_CASE([$s], + [BSD], [am__include='.include' am__quote='"'], + [am__include='include' am__quote=''])]) + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +AC_MSG_RESULT([${_am_result}]) +AC_SUBST([am__include])]) +AC_SUBST([am__quote])]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2014 Free Software Foundation, Inc. +# Copyright (C) 1997-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1518,7 +1551,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1547,7 +1580,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-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1594,7 +1627,7 @@ # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1613,7 +1646,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1694,7 +1727,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1754,7 +1787,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1782,7 +1815,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2014 Free Software Foundation, Inc. +# Copyright (C) 2006-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1801,7 +1834,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2014 Free Software Foundation, Inc. +# Copyright (C) 2004-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -Nru network-manager-l2tp-1.0.10/auth-dialog/Makefile.in network-manager-l2tp-1.0.12/auth-dialog/Makefile.in --- network-manager-l2tp-1.0.10/auth-dialog/Makefile.in 2019-01-28 12:45:30.000000000 +0000 +++ network-manager-l2tp-1.0.12/auth-dialog/Makefile.in 2019-03-12 23:13:32.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -133,7 +133,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/nm_l2tp_auth_dialog-main.Po \ + ./$(DEPDIR)/nm_l2tp_auth_dialog-vpn-password-dialog.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -235,6 +237,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@ LIBOBJS = @LIBOBJS@ @@ -386,8 +389,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -458,8 +461,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nm_l2tp_auth_dialog-main.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nm_l2tp_auth_dialog-vpn-password-dialog.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nm_l2tp_auth_dialog-main.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nm_l2tp_auth_dialog-vpn-password-dialog.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -571,7 +580,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -645,7 +657,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/nm_l2tp_auth_dialog-main.Po + -rm -f ./$(DEPDIR)/nm_l2tp_auth_dialog-vpn-password-dialog.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -691,7 +704,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/nm_l2tp_auth_dialog-main.Po + -rm -f ./$(DEPDIR)/nm_l2tp_auth_dialog-vpn-password-dialog.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -712,20 +726,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libexecPROGRAMS clean-libtool cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-libexecPROGRAMS install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-libexecPROGRAMS +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libexecPROGRAMS clean-libtool \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-libexecPROGRAMS \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-libexecPROGRAMS .PRECIOUS: Makefile diff -Nru network-manager-l2tp-1.0.10/compile network-manager-l2tp-1.0.12/compile --- network-manager-l2tp-1.0.10/compile 2017-01-25 18:15:10.000000000 +0000 +++ network-manager-l2tp-1.0.12/compile 2018-11-05 04:03:34.000000000 +0000 @@ -1,9 +1,9 @@ #! /bin/sh # Wrapper for compilers which do not understand '-c -o'. -scriptversion=2012-10-14.11; # UTC +scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2018 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify @@ -17,7 +17,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -255,7 +255,8 @@ echo "compile $scriptversion" exit $? ;; - cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ + icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac @@ -339,9 +340,9 @@ # Local Variables: # mode: shell-script # sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook '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 network-manager-l2tp-1.0.10/config.guess network-manager-l2tp-1.0.12/config.guess --- network-manager-l2tp-1.0.10/config.guess 2016-11-12 20:18:52.000000000 +0000 +++ network-manager-l2tp-1.0.12/config.guess 2018-02-24 16:00:57.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2016 Free Software Foundation, Inc. +# Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2016-10-02' +timestamp='2018-02-24' # 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 @@ -15,7 +15,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, see . +# along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -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 +# https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess # # Please send patches to . @@ -39,7 +39,7 @@ Output the configuration name of the system \`$me' is run on. -Operation modes: +Options: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2016 Free Software Foundation, Inc. +Copyright 1992-2018 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." @@ -107,9 +107,9 @@ dummy=$tmp/dummy ; tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; case $CC_FOR_BUILD,$HOST_CC,$CC in - ,,) echo "int x;" > $dummy.c ; + ,,) echo "int x;" > "$dummy.c" ; for c in cc gcc c89 c99 ; do - if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then + if ($c -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then CC_FOR_BUILD="$c"; break ; fi ; done ; @@ -132,14 +132,14 @@ UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown -case "${UNAME_SYSTEM}" in +case "$UNAME_SYSTEM" in Linux|GNU|GNU/*) # If the system lacks a compiler, then just pick glibc. # We could probably try harder. LIBC=gnu - eval $set_cc_for_build - cat <<-EOF > $dummy.c + eval "$set_cc_for_build" + cat <<-EOF > "$dummy.c" #include #if defined(__UCLIBC__) LIBC=uclibc @@ -149,13 +149,20 @@ LIBC=gnu #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` + eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" + + # If ldd exists, use it to detect musl libc. + if command -v ldd >/dev/null && \ + ldd --version 2>&1 | grep -q ^musl + then + LIBC=musl + fi ;; esac # Note: order is significant - the case branches are not exclusive. -case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in +case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, @@ -169,30 +176,30 @@ # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ - /sbin/$sysctl 2>/dev/null || \ - /usr/sbin/$sysctl 2>/dev/null || \ + "/sbin/$sysctl" 2>/dev/null || \ + "/usr/sbin/$sysctl" 2>/dev/null || \ echo unknown)` - case "${UNAME_MACHINE_ARCH}" in + case "$UNAME_MACHINE_ARCH" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; earmv*) - arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` - endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` - machine=${arch}${endian}-unknown + arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` + endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` + machine="${arch}${endian}"-unknown ;; - *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + *) machine="$UNAME_MACHINE_ARCH"-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently (or will in the future) and ABI. - case "${UNAME_MACHINE_ARCH}" in + case "$UNAME_MACHINE_ARCH" in earm*) os=netbsdelf ;; arm*|i386|m68k|ns32k|sh3*|sparc|vax) - eval $set_cc_for_build + eval "$set_cc_for_build" if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ then @@ -208,10 +215,10 @@ ;; esac # Determine ABI tags. - case "${UNAME_MACHINE_ARCH}" in + case "$UNAME_MACHINE_ARCH" in earm*) expr='s/^earmv[0-9]/-eabi/;s/eb$//' - abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` + abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` ;; esac # The OS release @@ -219,46 +226,55 @@ # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. - case "${UNAME_VERSION}" in + case "$UNAME_VERSION" in Debian*) release='-gnu' ;; *) - release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` + release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}${abi}" + echo "$machine-${os}${release}${abi}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} + echo "$UNAME_MACHINE_ARCH"-unknown-bitrig"$UNAME_RELEASE" exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} + 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} + echo "$UNAME_MACHINE_ARCH"-unknown-libertybsd"$UNAME_RELEASE" + exit ;; + *:MidnightBSD:*:*) + echo "$UNAME_MACHINE"-unknown-midnightbsd"$UNAME_RELEASE" exit ;; *:ekkoBSD:*:*) - echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + echo "$UNAME_MACHINE"-unknown-ekkobsd"$UNAME_RELEASE" exit ;; *:SolidBSD:*:*) - echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + echo "$UNAME_MACHINE"-unknown-solidbsd"$UNAME_RELEASE" exit ;; macppc:MirBSD:*:*) - echo powerpc-unknown-mirbsd${UNAME_RELEASE} + echo powerpc-unknown-mirbsd"$UNAME_RELEASE" exit ;; *:MirBSD:*:*) - echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + echo "$UNAME_MACHINE"-unknown-mirbsd"$UNAME_RELEASE" exit ;; *:Sortix:*:*) - echo ${UNAME_MACHINE}-unknown-sortix + echo "$UNAME_MACHINE"-unknown-sortix exit ;; + *:Redox:*:*) + echo "$UNAME_MACHINE"-unknown-redox + exit ;; + mips:OSF1:*.*) + echo mips-dec-osf1 + exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) @@ -310,28 +326,19 @@ # 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 exit $exitcode ;; - Alpha\ *:Windows_NT*:*) - # How do we know it's Interix rather than the generic POSIX subsystem? - # Should we change UNAME_MACHINE based on the output of uname instead - # of the specific Alpha model? - echo alpha-pc-interix - exit ;; - 21064:Windows_NT:50:3) - echo alpha-dec-winnt3.5 - exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-amigaos + echo "$UNAME_MACHINE"-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-morphos + echo "$UNAME_MACHINE"-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition @@ -343,7 +350,7 @@ echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) - echo arm-acorn-riscix${UNAME_RELEASE} + echo arm-acorn-riscix"$UNAME_RELEASE" exit ;; arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos @@ -370,19 +377,19 @@ sparc) echo sparc-icl-nx7; exit ;; esac ;; s390x:SunOS:*:*) - echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" exit ;; sun4H:SunOS:5.*:*) - echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) - echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" exit ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) - echo i386-pc-auroraux${UNAME_RELEASE} + echo i386-pc-auroraux"$UNAME_RELEASE" exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) - eval $set_cc_for_build + eval "$set_cc_for_build" 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. @@ -395,13 +402,13 @@ SUN_ARCH=x86_64 fi fi - echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. - echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in @@ -410,25 +417,25 @@ ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. - echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` + echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`" exit ;; sun3*:SunOS:*:*) - echo m68k-sun-sunos${UNAME_RELEASE} + echo m68k-sun-sunos"$UNAME_RELEASE" 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} + echo m68k-sun-sunos"$UNAME_RELEASE" ;; sun4) - echo sparc-sun-sunos${UNAME_RELEASE} + echo sparc-sun-sunos"$UNAME_RELEASE" ;; esac exit ;; aushp:SunOS:*:*) - echo sparc-auspex-sunos${UNAME_RELEASE} + echo sparc-auspex-sunos"$UNAME_RELEASE" exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not @@ -439,44 +446,44 @@ # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint"$UNAME_RELEASE" exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint"$UNAME_RELEASE" exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint"$UNAME_RELEASE" exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) - echo m68k-milan-mint${UNAME_RELEASE} + echo m68k-milan-mint"$UNAME_RELEASE" exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) - echo m68k-hades-mint${UNAME_RELEASE} + echo m68k-hades-mint"$UNAME_RELEASE" exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) - echo m68k-unknown-mint${UNAME_RELEASE} + echo m68k-unknown-mint"$UNAME_RELEASE" exit ;; m68k:machten:*:*) - echo m68k-apple-machten${UNAME_RELEASE} + echo m68k-apple-machten"$UNAME_RELEASE" exit ;; powerpc:machten:*:*) - echo powerpc-apple-machten${UNAME_RELEASE} + echo powerpc-apple-machten"$UNAME_RELEASE" exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) - echo mips-dec-ultrix${UNAME_RELEASE} + echo mips-dec-ultrix"$UNAME_RELEASE" exit ;; VAX*:ULTRIX*:*:*) - echo vax-dec-ultrix${UNAME_RELEASE} + echo vax-dec-ultrix"$UNAME_RELEASE" exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) - echo clipper-intergraph-clix${UNAME_RELEASE} + echo clipper-intergraph-clix"$UNAME_RELEASE" exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + eval "$set_cc_for_build" + sed 's/^ //' << EOF > "$dummy.c" #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { @@ -485,23 +492,23 @@ #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) - printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); + printf ("mips-mips-riscos%ssysv\\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) - printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); + printf ("mips-mips-riscos%ssvr4\\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) - printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); + printf ("mips-mips-riscos%sbsd\\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF - $CC_FOR_BUILD -o $dummy $dummy.c && - dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && - SYSTEM_NAME=`$dummy $dummyarg` && + $CC_FOR_BUILD -o "$dummy" "$dummy.c" && + dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`"$dummy" "$dummyarg"` && { echo "$SYSTEM_NAME"; exit; } - echo mips-mips-riscos${UNAME_RELEASE} + echo mips-mips-riscos"$UNAME_RELEASE" exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax @@ -527,17 +534,17 @@ AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` - if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] + if [ "$UNAME_PROCESSOR" = mc88100 ] || [ "$UNAME_PROCESSOR" = mc88110 ] then - if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ - [ ${TARGET_BINARY_INTERFACE}x = x ] + if [ "$TARGET_BINARY_INTERFACE"x = m88kdguxelfx ] || \ + [ "$TARGET_BINARY_INTERFACE"x = x ] then - echo m88k-dg-dgux${UNAME_RELEASE} + echo m88k-dg-dgux"$UNAME_RELEASE" else - echo m88k-dg-dguxbcs${UNAME_RELEASE} + echo m88k-dg-dguxbcs"$UNAME_RELEASE" fi else - echo i586-dg-dgux${UNAME_RELEASE} + echo i586-dg-dgux"$UNAME_RELEASE" fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) @@ -554,7 +561,7 @@ echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) - echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` + echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`" exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id @@ -566,14 +573,14 @@ if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else - IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + IBM_REV="$UNAME_VERSION.$UNAME_RELEASE" fi - echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + echo "$UNAME_MACHINE"-ibm-aix"$IBM_REV" exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + eval "$set_cc_for_build" + sed 's/^ //' << EOF > "$dummy.c" #include main() @@ -584,7 +591,7 @@ exit(0); } EOF - if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` + if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` then echo "$SYSTEM_NAME" else @@ -598,7 +605,7 @@ exit ;; *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` - if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then + if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc @@ -607,18 +614,18 @@ IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else - IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + IBM_REV="$UNAME_VERSION.$UNAME_RELEASE" fi - echo ${IBM_ARCH}-ibm-aix${IBM_REV} + echo "$IBM_ARCH"-ibm-aix"$IBM_REV" exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; - ibmrt:4.4BSD:*|romp-ibm:BSD:*) + ibmrt:4.4BSD:*|romp-ibm:4.4BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and - echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + echo romp-ibm-bsd"$UNAME_RELEASE" # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx @@ -633,28 +640,28 @@ echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) - HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` - case "${UNAME_MACHINE}" in - 9000/31? ) HP_ARCH=m68000 ;; - 9000/[34]?? ) HP_ARCH=m68k ;; + HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` + case "$UNAME_MACHINE" in + 9000/31?) HP_ARCH=m68000 ;; + 9000/[34]??) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then 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 + case "$sc_cpu_version" in 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 + case "$sc_kernel_bits" in 32) HP_ARCH=hppa2.0n ;; 64) HP_ARCH=hppa2.0w ;; '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 esac ;; esac fi - if [ "${HP_ARCH}" = "" ]; then - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + if [ "$HP_ARCH" = "" ]; then + eval "$set_cc_for_build" + sed 's/^ //' << EOF > "$dummy.c" #define _HPUX_SOURCE #include @@ -687,13 +694,13 @@ 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 + eval "$set_cc_for_build" # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler @@ -712,15 +719,15 @@ HP_ARCH=hppa64 fi fi - echo ${HP_ARCH}-hp-hpux${HPUX_REV} + echo "$HP_ARCH"-hp-hpux"$HPUX_REV" exit ;; ia64:HP-UX:*:*) - HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` - echo ia64-hp-hpux${HPUX_REV} + HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux"$HPUX_REV" exit ;; 3050*:HI-UX:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + eval "$set_cc_for_build" + sed 's/^ //' << EOF > "$dummy.c" #include int main () @@ -745,11 +752,11 @@ exit (0); } EOF - $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && + $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; - 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:*) echo hppa1.1-hp-bsd exit ;; 9000/8??:4.3bsd:*:*) @@ -758,7 +765,7 @@ *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit ;; - hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:*) echo hppa1.1-hp-osf exit ;; hp8??:OSF1:*:*) @@ -766,9 +773,9 @@ exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then - echo ${UNAME_MACHINE}-unknown-osf1mk + echo "$UNAME_MACHINE"-unknown-osf1mk else - echo ${UNAME_MACHINE}-unknown-osf1 + echo "$UNAME_MACHINE"-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) @@ -793,127 +800,109 @@ echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) - echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo ymp-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*[A-Z]90:*:*:*) - echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + echo "$UNAME_MACHINE"-cray-unicos"$UNAME_RELEASE" \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) - echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo t90-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) - echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo alphaev5-cray-unicosmk"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) - echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo sv1-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; *:UNICOS/mp:*:*) - echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + 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_REL=`echo ${UNAME_RELEASE} | 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_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:*:*) - echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + echo "$UNAME_MACHINE"-pc-bsdi"$UNAME_RELEASE" exit ;; sparc*:BSD/OS:*:*) - echo sparc-unknown-bsdi${UNAME_RELEASE} + echo sparc-unknown-bsdi"$UNAME_RELEASE" exit ;; *:BSD/OS:*:*) - echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + echo "$UNAME_MACHINE"-unknown-bsdi"$UNAME_RELEASE" exit ;; *:FreeBSD:*:*) UNAME_PROCESSOR=`/usr/bin/uname -p` - case ${UNAME_PROCESSOR} in + case "$UNAME_PROCESSOR" in amd64) - echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; - *) - echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + UNAME_PROCESSOR=x86_64 ;; + i386) + UNAME_PROCESSOR=i586 ;; esac + echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" exit ;; i*:CYGWIN*:*) - echo ${UNAME_MACHINE}-pc-cygwin + echo "$UNAME_MACHINE"-pc-cygwin exit ;; *:MINGW64*:*) - echo ${UNAME_MACHINE}-pc-mingw64 + echo "$UNAME_MACHINE"-pc-mingw64 exit ;; *:MINGW*:*) - echo ${UNAME_MACHINE}-pc-mingw32 + echo "$UNAME_MACHINE"-pc-mingw32 exit ;; *:MSYS*:*) - echo ${UNAME_MACHINE}-pc-msys - exit ;; - i*:windows32*:*) - # uname -m includes "-pc" on this system. - echo ${UNAME_MACHINE}-mingw32 + echo "$UNAME_MACHINE"-pc-msys exit ;; i*:PW*:*) - echo ${UNAME_MACHINE}-pc-pw32 + echo "$UNAME_MACHINE"-pc-pw32 exit ;; *:Interix*:*) - case ${UNAME_MACHINE} in + case "$UNAME_MACHINE" in x86) - echo i586-pc-interix${UNAME_RELEASE} + echo i586-pc-interix"$UNAME_RELEASE" exit ;; authenticamd | genuineintel | EM64T) - echo x86_64-unknown-interix${UNAME_RELEASE} + echo x86_64-unknown-interix"$UNAME_RELEASE" exit ;; IA64) - echo ia64-unknown-interix${UNAME_RELEASE} + echo ia64-unknown-interix"$UNAME_RELEASE" exit ;; esac ;; - [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) - echo i${UNAME_MACHINE}-pc-mks - exit ;; - 8664:Windows_NT:*) - echo x86_64-pc-mks - exit ;; - i*:Windows_NT*:* | Pentium*:Windows_NT*:*) - # How do we know it's Interix rather than the generic POSIX subsystem? - # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we - # UNAME_MACHINE based on the output of uname instead of i386? - echo i586-pc-interix - exit ;; i*:UWIN*:*) - echo ${UNAME_MACHINE}-pc-uwin + echo "$UNAME_MACHINE"-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; - p*:CYGWIN*:*) - echo powerpcle-unknown-cygwin - exit ;; prep*:SunOS:5.*:*) - echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; *:GNU:*:*) # the GNU system - echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`" exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland - echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``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 + echo "$UNAME_MACHINE"-pc-minix exit ;; aarch64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in @@ -927,63 +916,63 @@ esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC=gnulibc1 ; fi - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; arc:Linux:*:* | arceb:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; arm*:Linux:*:*) - eval $set_cc_for_build + eval "$set_cc_for_build" if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then - echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabi else - echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabihf fi fi exit ;; avr32*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; cris:Linux:*:*) - echo ${UNAME_MACHINE}-axis-linux-${LIBC} + echo "$UNAME_MACHINE"-axis-linux-"$LIBC" exit ;; crisv32:Linux:*:*) - echo ${UNAME_MACHINE}-axis-linux-${LIBC} + echo "$UNAME_MACHINE"-axis-linux-"$LIBC" exit ;; e2k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; frv:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; hexagon:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; i*86:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} + echo "$UNAME_MACHINE"-pc-linux-"$LIBC" exit ;; ia64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; k1om:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; m32r*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; m68*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; mips:Linux:*:* | mips64:Linux:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + eval "$set_cc_for_build" + sed 's/^ //' << EOF > "$dummy.c" #undef CPU #undef ${UNAME_MACHINE} #undef ${UNAME_MACHINE}el @@ -997,70 +986,74 @@ #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } + 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} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; openrisc*:Linux:*:*) - echo or1k-unknown-linux-${LIBC} + echo or1k-unknown-linux-"$LIBC" exit ;; or32:Linux:*:* | or1k*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; padre:Linux:*:*) - echo sparc-unknown-linux-${LIBC} + echo sparc-unknown-linux-"$LIBC" exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-${LIBC} + echo hppa64-unknown-linux-"$LIBC" exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in - PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; - PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; - *) echo hppa-unknown-linux-${LIBC} ;; + PA7*) echo hppa1.1-unknown-linux-"$LIBC" ;; + PA8*) echo hppa2.0-unknown-linux-"$LIBC" ;; + *) echo hppa-unknown-linux-"$LIBC" ;; esac exit ;; ppc64:Linux:*:*) - echo powerpc64-unknown-linux-${LIBC} + echo powerpc64-unknown-linux-"$LIBC" exit ;; ppc:Linux:*:*) - echo powerpc-unknown-linux-${LIBC} + echo powerpc-unknown-linux-"$LIBC" exit ;; ppc64le:Linux:*:*) - echo powerpc64le-unknown-linux-${LIBC} + echo powerpc64le-unknown-linux-"$LIBC" exit ;; ppcle:Linux:*:*) - echo powerpcle-unknown-linux-${LIBC} + echo powerpcle-unknown-linux-"$LIBC" exit ;; riscv32:Linux:*:* | riscv64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; s390:Linux:*:* | s390x:Linux:*:*) - echo ${UNAME_MACHINE}-ibm-linux-${LIBC} + echo "$UNAME_MACHINE"-ibm-linux-"$LIBC" exit ;; sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; sh*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; tile*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; vax:Linux:*:*) - echo ${UNAME_MACHINE}-dec-linux-${LIBC} + echo "$UNAME_MACHINE"-dec-linux-"$LIBC" exit ;; x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} + if objdump -f /bin/sh | grep -q elf32-x86-64; then + echo "$UNAME_MACHINE"-pc-linux-"$LIBC"x32 + else + echo "$UNAME_MACHINE"-pc-linux-"$LIBC" + fi exit ;; xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. @@ -1074,34 +1067,34 @@ # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. - echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + echo "$UNAME_MACHINE"-pc-sysv4.2uw"$UNAME_VERSION" exit ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. - echo ${UNAME_MACHINE}-pc-os2-emx + echo "$UNAME_MACHINE"-pc-os2-emx exit ;; i*86:XTS-300:*:STOP) - echo ${UNAME_MACHINE}-unknown-stop + echo "$UNAME_MACHINE"-unknown-stop exit ;; i*86:atheos:*:*) - echo ${UNAME_MACHINE}-unknown-atheos + echo "$UNAME_MACHINE"-unknown-atheos exit ;; i*86:syllable:*:*) - echo ${UNAME_MACHINE}-pc-syllable + echo "$UNAME_MACHINE"-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) - echo i386-unknown-lynxos${UNAME_RELEASE} + echo i386-unknown-lynxos"$UNAME_RELEASE" exit ;; i*86:*DOS:*:*) - echo ${UNAME_MACHINE}-pc-msdosdjgpp + echo "$UNAME_MACHINE"-pc-msdosdjgpp exit ;; - i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) - UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` + i*86:*:4.*:*) + UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then - echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} + echo "$UNAME_MACHINE"-univel-sysv"$UNAME_REL" else - echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} + echo "$UNAME_MACHINE"-pc-sysv"$UNAME_REL" fi exit ;; i*86:*:5:[678]*) @@ -1111,12 +1104,12 @@ *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac - echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + echo "$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}{$UNAME_VERSION}" exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 @@ -1126,9 +1119,9 @@ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 - echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + echo "$UNAME_MACHINE"-pc-sco"$UNAME_REL" else - echo ${UNAME_MACHINE}-pc-sysv32 + echo "$UNAME_MACHINE"-pc-sysv32 fi exit ;; pc:*:*:*) @@ -1148,9 +1141,9 @@ exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then - echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + echo i860-stardent-sysv"$UNAME_RELEASE" # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. - echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + echo i860-unknown-sysv"$UNAME_RELEASE" # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) @@ -1170,9 +1163,9 @@ test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + && { echo i486-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; @@ -1181,28 +1174,28 @@ test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + && { echo i486-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) - echo m68k-unknown-lynxos${UNAME_RELEASE} + echo m68k-unknown-lynxos"$UNAME_RELEASE" exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) - echo sparc-unknown-lynxos${UNAME_RELEASE} + echo sparc-unknown-lynxos"$UNAME_RELEASE" exit ;; rs6000:LynxOS:2.*:*) - echo rs6000-unknown-lynxos${UNAME_RELEASE} + echo rs6000-unknown-lynxos"$UNAME_RELEASE" exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) - echo powerpc-unknown-lynxos${UNAME_RELEASE} + echo powerpc-unknown-lynxos"$UNAME_RELEASE" exit ;; SM[BE]S:UNIX_SV:*:*) - echo mips-dde-sysv${UNAME_RELEASE} + echo mips-dde-sysv"$UNAME_RELEASE" exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 @@ -1213,7 +1206,7 @@ *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` - echo ${UNAME_MACHINE}-sni-sysv4 + echo "$UNAME_MACHINE"-sni-sysv4 else echo ns32k-sni-sysv fi @@ -1233,23 +1226,23 @@ exit ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. - echo ${UNAME_MACHINE}-stratus-vos + echo "$UNAME_MACHINE"-stratus-vos exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit ;; mc68*:A/UX:*:*) - echo m68k-apple-aux${UNAME_RELEASE} + echo m68k-apple-aux"$UNAME_RELEASE" exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then - echo mips-nec-sysv${UNAME_RELEASE} + echo mips-nec-sysv"$UNAME_RELEASE" else - echo mips-unknown-sysv${UNAME_RELEASE} + echo mips-unknown-sysv"$UNAME_RELEASE" fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. @@ -1268,49 +1261,56 @@ echo x86_64-unknown-haiku exit ;; SX-4:SUPER-UX:*:*) - echo sx4-nec-superux${UNAME_RELEASE} + echo sx4-nec-superux"$UNAME_RELEASE" exit ;; SX-5:SUPER-UX:*:*) - echo sx5-nec-superux${UNAME_RELEASE} + echo sx5-nec-superux"$UNAME_RELEASE" exit ;; SX-6:SUPER-UX:*:*) - echo sx6-nec-superux${UNAME_RELEASE} + echo sx6-nec-superux"$UNAME_RELEASE" exit ;; SX-7:SUPER-UX:*:*) - echo sx7-nec-superux${UNAME_RELEASE} + echo sx7-nec-superux"$UNAME_RELEASE" exit ;; SX-8:SUPER-UX:*:*) - echo sx8-nec-superux${UNAME_RELEASE} + echo sx8-nec-superux"$UNAME_RELEASE" exit ;; SX-8R:SUPER-UX:*:*) - echo sx8r-nec-superux${UNAME_RELEASE} + echo sx8r-nec-superux"$UNAME_RELEASE" exit ;; SX-ACE:SUPER-UX:*:*) - echo sxace-nec-superux${UNAME_RELEASE} + echo sxace-nec-superux"$UNAME_RELEASE" exit ;; Power*:Rhapsody:*:*) - echo powerpc-apple-rhapsody${UNAME_RELEASE} + echo powerpc-apple-rhapsody"$UNAME_RELEASE" exit ;; *:Rhapsody:*:*) - echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + echo "$UNAME_MACHINE"-apple-rhapsody"$UNAME_RELEASE" exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown - eval $set_cc_for_build + eval "$set_cc_for_build" if test "$UNAME_PROCESSOR" = unknown ; then UNAME_PROCESSOR=powerpc fi - if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then + if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; 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) | \ - grep IS_64BIT_ARCH >/dev/null + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null then case $UNAME_PROCESSOR in i386) UNAME_PROCESSOR=x86_64 ;; powerpc) UNAME_PROCESSOR=powerpc64 ;; esac fi + # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc + if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_PPC >/dev/null + then + UNAME_PROCESSOR=powerpc + fi fi elif test "$UNAME_PROCESSOR" = i386 ; then # Avoid executing cc on OS X 10.9, as it ships with a stub @@ -1321,7 +1321,7 @@ # that Apple uses in portable devices. UNAME_PROCESSOR=x86_64 fi - echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + echo "$UNAME_PROCESSOR"-apple-darwin"$UNAME_RELEASE" exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` @@ -1329,19 +1329,25 @@ UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi - echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + echo "$UNAME_PROCESSOR"-"$UNAME_MACHINE"-nto-qnx"$UNAME_RELEASE" exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; - NEO-?:NONSTOP_KERNEL:*:*) - echo neo-tandem-nsk${UNAME_RELEASE} + NEO-*:NONSTOP_KERNEL:*:*) + echo neo-tandem-nsk"$UNAME_RELEASE" exit ;; NSE-*:NONSTOP_KERNEL:*:*) - echo nse-tandem-nsk${UNAME_RELEASE} + echo nse-tandem-nsk"$UNAME_RELEASE" + exit ;; + NSR-*:NONSTOP_KERNEL:*:*) + echo nsr-tandem-nsk"$UNAME_RELEASE" + exit ;; + NSV-*:NONSTOP_KERNEL:*:*) + echo nsv-tandem-nsk"$UNAME_RELEASE" exit ;; - NSR-?:NONSTOP_KERNEL:*:*) - echo nsr-tandem-nsk${UNAME_RELEASE} + NSX-*:NONSTOP_KERNEL:*:*) + echo nsx-tandem-nsk"$UNAME_RELEASE" exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux @@ -1350,7 +1356,7 @@ echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) - echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} + echo "$UNAME_MACHINE"-"$UNAME_SYSTEM"-"$UNAME_RELEASE" exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 @@ -1361,7 +1367,7 @@ else UNAME_MACHINE="$cputype" fi - echo ${UNAME_MACHINE}-unknown-plan9 + echo "$UNAME_MACHINE"-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 @@ -1382,14 +1388,14 @@ echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) - echo mips-sei-seiux${UNAME_RELEASE} + echo mips-sei-seiux"$UNAME_RELEASE" exit ;; *:DragonFly:*:*) - echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` - case "${UNAME_MACHINE}" in + case "$UNAME_MACHINE" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; @@ -1398,32 +1404,44 @@ 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 + echo "$UNAME_MACHINE"-pc-rdos exit ;; i*86:AROS:*:*) - echo ${UNAME_MACHINE}-pc-aros + echo "$UNAME_MACHINE"-pc-aros exit ;; x86_64:VMkernel:*:*) - echo ${UNAME_MACHINE}-unknown-esx + echo "$UNAME_MACHINE"-unknown-esx exit ;; amd64:Isilon\ OneFS:*:*) echo x86_64-unknown-onefs exit ;; esac +echo "$0: unable to guess system type" >&2 + +case "$UNAME_MACHINE:$UNAME_SYSTEM" in + mips:Linux | mips64:Linux) + # If we got here on MIPS GNU/Linux, output extra information. + cat >&2 <&2 </dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` -UNAME_MACHINE = ${UNAME_MACHINE} -UNAME_RELEASE = ${UNAME_RELEASE} -UNAME_SYSTEM = ${UNAME_SYSTEM} -UNAME_VERSION = ${UNAME_VERSION} +UNAME_MACHINE = "$UNAME_MACHINE" +UNAME_RELEASE = "$UNAME_RELEASE" +UNAME_SYSTEM = "$UNAME_SYSTEM" +UNAME_VERSION = "$UNAME_VERSION" EOF exit 1 # Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'write-file-functions 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" diff -Nru network-manager-l2tp-1.0.10/config.h.in network-manager-l2tp-1.0.12/config.h.in --- network-manager-l2tp-1.0.10/config.h.in 2019-01-28 12:45:24.000000000 +0000 +++ network-manager-l2tp-1.0.12/config.h.in 2019-03-12 23:13:29.000000000 +0000 @@ -12,6 +12,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 network-manager-l2tp-1.0.10/config.sub network-manager-l2tp-1.0.12/config.sub --- network-manager-l2tp-1.0.10/config.sub 2016-11-12 20:18:52.000000000 +0000 +++ network-manager-l2tp-1.0.12/config.sub 2018-02-24 16:00:57.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2016 Free Software Foundation, Inc. +# Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2016-11-04' +timestamp='2018-02-22' # 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 @@ -15,7 +15,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, see . +# along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -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 +# https://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 @@ -57,7 +57,7 @@ Canonicalize a configuration name. -Operation modes: +Options: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit @@ -67,7 +67,7 @@ version="\ GNU config.sub ($timestamp) -Copyright 1992-2016 Free Software Foundation, Inc. +Copyright 1992-2018 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." @@ -94,7 +94,7 @@ *local*) # First pass through any local machine types. - echo $1 + echo "$1" exit ;; * ) @@ -112,7 +112,7 @@ # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. -maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` +maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ @@ -120,16 +120,16 @@ kopensolaris*-gnu* | cloudabi*-eabi* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os - basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; android-linux) os=-linux-android - basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown + basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown ;; *) - basic_machine=`echo $1 | sed 's/-[^-]*$//'` - if [ $basic_machine != $1 ] - then os=`echo $1 | sed 's/.*-/-/'` + basic_machine=`echo "$1" | sed 's/-[^-]*$//'` + if [ "$basic_machine" != "$1" ] + then os=`echo "$1" | sed 's/.*-/-/'` else os=; fi ;; esac @@ -178,44 +178,44 @@ ;; -sco6) os=-sco5v6 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco5) os=-sco3.2v5 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco4) os=-sco3.2v4 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco3.2.[4-9]*) os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco3.2v[4-9]*) # Don't forget version if it is 3.2v4 or newer. - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco5v6*) # Don't forget version if it is 3.2v4 or newer. - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco*) os=-sco3.2v2 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -udk*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -isc) os=-isc2.2 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -clix*) basic_machine=clipper-intergraph ;; -isc*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -lynx*178) os=-lynxos178 @@ -227,10 +227,7 @@ os=-lynxos ;; -ptx*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` - ;; - -windowsnt*) - os=`echo $os | sed -e 's/windowsnt/winnt/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'` ;; -psos*) os=-psos @@ -263,7 +260,7 @@ | fido | fr30 | frv | ft32 \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | hexagon \ - | i370 | i860 | i960 | ia64 \ + | i370 | i860 | i960 | ia16 | ia64 \ | ip2k | iq2000 \ | k1om \ | le32 | le64 \ @@ -299,7 +296,7 @@ | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ | open8 | or1k | or1knd | or32 \ - | pdp10 | pdp11 | pj | pjl \ + | pdp10 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pru \ | pyramid \ @@ -315,7 +312,7 @@ | ubicom32 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | visium \ - | we32k \ + | wasm32 \ | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown @@ -336,7 +333,7 @@ basic_machine=$basic_machine-unknown os=-none ;; - m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65) ;; ms1) basic_machine=mt-unknown @@ -365,7 +362,7 @@ ;; # Object if more than one company name word. *-*-*) - echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. @@ -388,7 +385,7 @@ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | hexagon-* \ - | i*86-* | i860-* | i960-* | ia64-* \ + | i*86-* | i860-* | i960-* | ia16-* | ia64-* \ | ip2k-* | iq2000-* \ | k1om-* \ | le32-* | le64-* \ @@ -446,6 +443,7 @@ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | vax-* \ | visium-* \ + | wasm32-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ @@ -459,7 +457,7 @@ # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) - basic_machine=i386-unknown + basic_machine=i386-pc os=-bsd ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) @@ -493,7 +491,7 @@ basic_machine=x86_64-pc ;; amd64-*) - basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; amdahl) basic_machine=580-amdahl @@ -538,7 +536,7 @@ os=-linux ;; blackfin-*) - basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'` os=-linux ;; bluegene*) @@ -546,13 +544,13 @@ os=-cnk ;; c54x-*) - basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; c55x-*) - basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; c6x-*) - basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; c90) basic_machine=c90-cray @@ -641,7 +639,7 @@ basic_machine=rs6000-bull os=-bosx ;; - dpx2* | dpx2*-bull) + dpx2*) basic_machine=m68k-bull os=-sysv3 ;; @@ -650,7 +648,7 @@ os=$os"spe" ;; e500v[12]-*) - basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` os=$os"spe" ;; ebmon29k) @@ -742,9 +740,6 @@ hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; - hppa-next) - os=-nextstep3 - ;; hppaosf) basic_machine=hppa1.1-hp os=-osf @@ -757,26 +752,26 @@ basic_machine=i370-ibm ;; i*86v32) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i*86v4*) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i*86v) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` os=-sysv ;; i*86sol2) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; i386mach) basic_machine=i386-mach os=-mach ;; - i386-vsta | vsta) + vsta) basic_machine=i386-unknown os=-vsta ;; @@ -795,19 +790,16 @@ os=-sysv ;; leon-*|leon[3-9]-*) - basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` + basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'` ;; m68knommu) basic_machine=m68k-unknown os=-linux ;; m68knommu-*) - basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'` os=-linux ;; - m88k-omron*) - basic_machine=m88k-omron - ;; magnum | m3230) basic_machine=mips-mips os=-sysv @@ -839,10 +831,10 @@ os=-mint ;; mips3*-*) - basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` + basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'` ;; mips3*) - basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown + basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown ;; monitor) basic_machine=m68k-rom68k @@ -861,7 +853,7 @@ os=-msdos ;; ms1-*) - basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'` ;; msys) basic_machine=i686-pc @@ -903,7 +895,7 @@ basic_machine=v70-nec os=-sysv ;; - next | m*-next ) + next | m*-next) basic_machine=m68k-next case $os in -nextstep* ) @@ -948,6 +940,12 @@ nsr-tandem) basic_machine=nsr-tandem ;; + nsv-tandem) + basic_machine=nsv-tandem + ;; + nsx-tandem) + basic_machine=nsx-tandem + ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf @@ -980,7 +978,7 @@ os=-linux ;; parisc-*) - basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'` os=-linux ;; pbd) @@ -996,7 +994,7 @@ basic_machine=i386-pc ;; pc98-*) - basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc @@ -1011,16 +1009,16 @@ basic_machine=i786-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) - basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) - basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) - basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; pentium4-*) - basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould @@ -1030,23 +1028,23 @@ ppc | ppcbe) basic_machine=powerpc-unknown ;; ppc-* | ppcbe-*) - basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) - basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; ppc64) basic_machine=powerpc64-unknown ;; - ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; ppc64le | powerpc64little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) - basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; ps2) basic_machine=i386-ibm @@ -1100,17 +1098,10 @@ sequent) basic_machine=i386-sequent ;; - sh) - basic_machine=sh-hitachi - os=-hms - ;; sh5el) basic_machine=sh5le-unknown ;; - sh64) - basic_machine=sh64-unknown - ;; - sparclite-wrs | simso-wrs) + simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; @@ -1129,7 +1120,7 @@ os=-sysv4 ;; strongarm-* | thumb-*) - basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; sun2) basic_machine=m68000-sun @@ -1251,6 +1242,9 @@ basic_machine=hppa1.1-winbond os=-proelf ;; + x64) + basic_machine=x86_64-pc + ;; xbox) basic_machine=i686-pc os=-mingw32 @@ -1259,20 +1253,12 @@ basic_machine=xps100-honeywell ;; xscale-* | xscalee[bl]-*) - basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` + basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'` ;; ymp) basic_machine=ymp-cray os=-unicos ;; - z8k-*-coff) - basic_machine=z8k-unknown - os=-sim - ;; - z80-*-coff) - basic_machine=z80-unknown - os=-sim - ;; none) basic_machine=none-none os=-none @@ -1301,10 +1287,6 @@ vax) basic_machine=vax-dec ;; - pdp10) - # there are many clones, so DEC is not a safe bet - basic_machine=pdp10-unknown - ;; pdp11) basic_machine=pdp11-dec ;; @@ -1314,9 +1296,6 @@ sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; - sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) - basic_machine=sparc-sun - ;; cydra) basic_machine=cydra-cydrome ;; @@ -1336,7 +1315,7 @@ # Make sure to match an already-canonicalized machine name. ;; *) - echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 exit 1 ;; esac @@ -1344,10 +1323,10 @@ # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) - basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` + basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'` ;; *-commodore*) - basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` + basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'` ;; *) ;; @@ -1358,8 +1337,8 @@ if [ x"$os" != x"" ] then case $os in - # First match some system type aliases - # that might get confused with valid system types. + # First match some system type aliases that might get confused + # with valid system types. # -solaris* is a basic system type, with this one exception. -auroraux) os=-auroraux @@ -1370,18 +1349,19 @@ -solaris) os=-solaris2 ;; - -svr4*) - os=-sysv4 - ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; - # First accept the basic system types. + # es1800 is here to avoid being matched by es* (a different OS) + -es1800*) + os=-ose + ;; + # Now accept the basic system types. # The portable systems comes first. - # Each alternative MUST END IN A *, to match a version number. + # Each alternative MUST end in a * to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ @@ -1391,25 +1371,26 @@ | -aos* | -aros* | -cloudabi* | -sortix* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -hiux* | -knetbsd* | -mirbsd* | -netbsd* \ | -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* \ + | -chorusos* | -chorusrdb* | -cegcc* | -glidix* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ - | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ - | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ + | -morphos* | -superux* | -rtmk* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ - | -onefs* | -tirtos* | -phoenix* | -fuchsia*) + | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme* \ + | -midnightbsd*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1426,12 +1407,12 @@ -nto*) os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; - -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ - | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ + -sim | -xray | -os68k* | -v88r* \ + | -windows* | -osx | -abug | -netware* | -os9* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) - os=`echo $os | sed -e 's|mac|macos|'` + os=`echo "$os" | sed -e 's|mac|macos|'` ;; -linux-dietlibc) os=-linux-dietlibc @@ -1440,10 +1421,10 @@ os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; -sunos5*) - os=`echo $os | sed -e 's|sunos5|solaris2|'` + os=`echo "$os" | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) - os=`echo $os | sed -e 's|sunos6|solaris3|'` + os=`echo "$os" | sed -e 's|sunos6|solaris3|'` ;; -opened*) os=-openedition @@ -1454,12 +1435,6 @@ -wince*) os=-wince ;; - -osfrose*) - os=-osfrose - ;; - -osf*) - os=-osf - ;; -utek*) os=-bsd ;; @@ -1484,7 +1459,7 @@ -nova*) os=-rtmk-nova ;; - -ns2 ) + -ns2) os=-nextstep2 ;; -nsk*) @@ -1506,7 +1481,7 @@ -oss*) os=-sysv3 ;; - -svr4) + -svr4*) os=-sysv4 ;; -svr3) @@ -1521,24 +1496,28 @@ -ose*) os=-ose ;; - -es1800*) - os=-ose - ;; - -xenix) - os=-xenix - ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; - -aros*) - os=-aros - ;; -zvmoe) os=-zvmoe ;; -dicos*) os=-dicos ;; + -pikeos*) + # Until real need of OS specific support for + # particular features comes up, bare metal + # configurations are quite functional. + case $basic_machine in + arm*) + os=-eabi + ;; + *) + os=-elf + ;; + esac + ;; -nacl*) ;; -ios) @@ -1548,7 +1527,7 @@ *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` - echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 + echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2 exit 1 ;; esac @@ -1638,12 +1617,12 @@ sparc-* | *-sun) os=-sunos4.1.1 ;; + pru-*) + os=-elf + ;; *-be) os=-beos ;; - *-haiku) - os=-haiku - ;; *-ibm) os=-aix ;; @@ -1683,7 +1662,7 @@ m88k-omron*) os=-luna ;; - *-next ) + *-next) os=-nextstep ;; *-sequent) @@ -1698,9 +1677,6 @@ i370-*) os=-mvs ;; - *-next) - os=-nextstep3 - ;; *-gould) os=-sysv ;; @@ -1810,15 +1786,15 @@ vendor=stratus ;; esac - basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` + basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"` ;; esac -echo $basic_machine$os +echo "$basic_machine$os" exit # Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'write-file-functions 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" diff -Nru network-manager-l2tp-1.0.10/configure network-manager-l2tp-1.0.12/configure --- network-manager-l2tp-1.0.10/configure 2019-01-28 12:45:29.000000000 +0000 +++ network-manager-l2tp-1.0.12/configure 2019-03-12 23:13:32.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for NetworkManager-l2tp 1.0.10. +# Generated by GNU Autoconf 2.69 for NetworkManager-l2tp 1.0.12. # # Report bugs to . # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='NetworkManager-l2tp' PACKAGE_TARNAME='NetworkManager-l2tp' -PACKAGE_VERSION='1.0.10' -PACKAGE_STRING='NetworkManager-l2tp 1.0.10' +PACKAGE_VERSION='1.0.12' +PACKAGE_STRING='NetworkManager-l2tp 1.0.12' PACKAGE_BUGREPORT='https://github.com/nm-l2tp/network-manager-l2tp/issues' PACKAGE_URL='' @@ -662,6 +662,7 @@ CATOBJEXT CATALOGS MSGFMT_OPTS +INTL_MACOSX_LIBS ALL_LINGUAS INTLTOOL_PERL GMSGFMT @@ -742,7 +743,6 @@ AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE -am__quote am__include DEPDIR OBJEXT @@ -820,7 +820,8 @@ PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR -SHELL' +SHELL +am__quote' ac_subst_files='' ac_user_opts=' enable_option_checking @@ -1416,7 +1417,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 NetworkManager-l2tp 1.0.10 to adapt to many kinds of systems. +\`configure' configures NetworkManager-l2tp 1.0.12 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1488,7 +1489,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of NetworkManager-l2tp 1.0.10:";; + short | recursive ) echo "Configuration of NetworkManager-l2tp 1.0.12:";; esac cat <<\_ACEOF @@ -1632,7 +1633,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -NetworkManager-l2tp configure 1.0.10 +NetworkManager-l2tp configure 1.0.12 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2055,7 +2056,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by NetworkManager-l2tp $as_me 1.0.10, which was +It was created by NetworkManager-l2tp $as_me 1.0.12, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2403,7 +2404,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -am__api_version='1.15' +am__api_version='1.16' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do @@ -2918,7 +2919,7 @@ # Define the identity of the package. PACKAGE='NetworkManager-l2tp' - VERSION='1.0.10' + VERSION='1.0.12' cat >>confdefs.h <<_ACEOF @@ -2948,8 +2949,8 @@ # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: -# -# +# +# mkdir_p='$(MKDIR_P)' # We need awk for the "check" target (and possibly the TAP driver). The @@ -3000,7 +3001,7 @@ Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation -that behaves properly: . +that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM @@ -3896,45 +3897,45 @@ ac_config_commands="$ac_config_commands depfiles" - -am_make=${MAKE-make} -cat > confinc << 'END' +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 +$as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; } +cat > confinc.mk << 'END' am__doit: - @echo this is the am__doit target + @echo this is the am__doit target >confinc.out .PHONY: am__doit END -# If we don't find an include directive, just comment out the code. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 -$as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# Ignore all kinds of additional output from 'make'. -case `$am_make -s -f confmf 2> /dev/null` in #( -*the\ am__doit\ target*) - am__include=include - am__quote= - _am_result=GNU - ;; -esac -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - case `$am_make -s -f confmf 2> /dev/null` in #( - *the\ am__doit\ target*) - am__include=.include - am__quote="\"" - _am_result=BSD +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 + (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + case $?:`cat confinc.out 2>/dev/null` in #( + '0:this is the am__doit target') : + case $s in #( + BSD) : + am__include='.include' am__quote='"' ;; #( + *) : + am__include='include' am__quote='' ;; +esac ;; #( + *) : ;; - esac -fi - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 -$as_echo "$_am_result" >&6; } -rm -f confinc confmf +esac + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 +$as_echo "${_am_result}" >&6; } # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : @@ -6259,11 +6260,8 @@ test $ac_status = 0; }; then # Now try to grab the symbols. nlist=conftest.nm - if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 - (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && test -s "$nlist"; then + $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5 + if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" @@ -8612,6 +8610,12 @@ lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; + # flang / f18. f95 an alias for gfortran or flang on Debian + flang* | f18* | f95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) @@ -13142,6 +13146,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" @@ -13482,7 +13562,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 @@ -15485,7 +15565,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by NetworkManager-l2tp $as_me 1.0.10, which was +This file was extended by NetworkManager-l2tp $as_me 1.0.12, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15551,7 +15631,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -NetworkManager-l2tp config.status 1.0.10 +NetworkManager-l2tp config.status 1.0.12 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -15670,7 +15750,7 @@ # # INIT-COMMANDS # -AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" +AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" # The HP-UX ksh and POSIX shell print the target directory to stdout @@ -16573,29 +16653,35 @@ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. - case $CONFIG_FILES in - *\'*) eval set x "$CONFIG_FILES" ;; - *) set x $CONFIG_FILES ;; - esac + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + case $CONFIG_FILES in #( + *\'*) : + eval set x "$CONFIG_FILES" ;; #( + *) : + set x $CONFIG_FILES ;; #( + *) : + ;; +esac shift - for mf + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf do # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named 'Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line + am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`$as_dirname -- "$mf" || -$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$mf" : 'X\(//\)[^/]' \| \ - X"$mf" : 'X\(//\)$' \| \ - X"$mf" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$mf" | + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`$as_dirname -- "$am_mf" || +$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$am_mf" : 'X\(//\)[^/]' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$am_mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -16613,53 +16699,48 @@ q } s/.*/./; q'` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running 'make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "$am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`$as_dirname -- "$file" || -$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$file" : 'X\(//\)[^/]' \| \ - X"$file" : 'X\(//\)$' \| \ - X"$file" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ + am_filepart=`$as_basename -- "$am_mf" || +$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$am_mf" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } - /^X\(\/\/\)$/{ + /^X\/\(\/\/\)$/{ s//\1/ q } - /^X\(\/\).*/{ + /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` - as_dir=$dirpart/$fdir; as_fn_mkdir_p - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done + { echo "$as_me:$LINENO: cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles" >&5 + (cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } || am_rc=$? done + if test $am_rc -ne 0; then + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. Try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking). +See \`config.log' for more details" "$LINENO" 5; } + fi + { am_dirpart=; unset am_dirpart;} + { am_filepart=; unset am_filepart;} + { am_mf=; unset am_mf;} + { am_rc=; unset am_rc;} + rm -f conftest-deps.mk } ;; "libtool":C) diff -Nru network-manager-l2tp-1.0.10/configure.ac network-manager-l2tp-1.0.12/configure.ac --- network-manager-l2tp-1.0.10/configure.ac 2019-01-28 11:56:30.000000000 +0000 +++ network-manager-l2tp-1.0.12/configure.ac 2019-03-11 10:41:25.000000000 +0000 @@ -1,7 +1,7 @@ AC_PREREQ(2.59) AC_INIT(NetworkManager-l2tp, - 1.0.10, + 1.0.12, https://github.com/nm-l2tp/network-manager-l2tp/issues, NetworkManager-l2tp) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2 subdir-objects]) diff -Nru network-manager-l2tp-1.0.10/debian/changelog network-manager-l2tp-1.0.12/debian/changelog --- network-manager-l2tp-1.0.10/debian/changelog 2019-02-02 13:50:11.000000000 +0000 +++ network-manager-l2tp-1.0.12/debian/changelog 2019-03-20 13:47:07.000000000 +0000 @@ -1,3 +1,14 @@ +network-manager-l2tp (1.0.12-0~ubuntu14.04.1~ppa1) trusty; urgency=medium + + * New upstream release. + * Added preinst script to remove + /etc/ipsec.d/nm-l2tp-ipsec-*.secrets transient files. + * Added postrm script to remove /etc/ipsec.d/ipsec.nm-l2tp.secrets transient + file. + * Updated copyright file. + + -- Douglas Kosovic Wed, 20 Mar 2019 23:00:00 +1000 + network-manager-l2tp (1.0.10-0~ubuntu14.04.1~ppa1) trusty; urgency=medium * New upstream version 1.0.10 diff -Nru network-manager-l2tp-1.0.10/debian/copyright network-manager-l2tp-1.0.12/debian/copyright --- network-manager-l2tp-1.0.10/debian/copyright 2017-07-23 09:13:55.000000000 +0000 +++ network-manager-l2tp-1.0.12/debian/copyright 2019-03-20 13:47:21.000000000 +0000 @@ -5,7 +5,7 @@ Files: * Copyright: 2008 - 2014 Red Hat, Inc. 2007 - 2008 Novell, Inc. - 2016 - 2017 Douglas Kosovic + 2016 - 2019 Douglas Kosovic 2014 Nathan Dorfman 2012 Sergey Prokhorov 2011 Alexey Torkhov diff -Nru network-manager-l2tp-1.0.10/debian/network-manager-l2tp.postrm network-manager-l2tp-1.0.12/debian/network-manager-l2tp.postrm --- network-manager-l2tp-1.0.10/debian/network-manager-l2tp.postrm 1970-01-01 00:00:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/debian/network-manager-l2tp.postrm 2019-03-18 22:10:03.000000000 +0000 @@ -0,0 +1,30 @@ +#!/bin/sh +# postrm script for network-manager-l2tp +# +# see: dh_installdeb(1) +set -e + +case "$1" in + purge|remove) + # remove transient ipsec.nm-l2tp.secrets file. + if [ -e "/etc/ipsec.d/ipsec.nm-l2tp.secrets" ]; then + rm -f /etc/ipsec.d/ipsec.nm-l2tp.secrets + fi + ;; + + upgrade|failed-upgrade|disappear|abort-install|abort-upgrade) + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + diff -Nru network-manager-l2tp-1.0.10/debian/network-manager-l2tp.preinst network-manager-l2tp-1.0.12/debian/network-manager-l2tp.preinst --- network-manager-l2tp-1.0.10/debian/network-manager-l2tp.preinst 1970-01-01 00:00:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/debian/network-manager-l2tp.preinst 2019-03-18 12:33:28.000000000 +0000 @@ -0,0 +1,26 @@ +#!/bin/sh +# preinst script for network-manager-l2tp +# +# see: dh_installdeb(1) +set -e + +case "$1" in + install|upgrade|abort-upgrade) + # remove any network-manager-l2tp <= 1.2.10 transient ipsec-*.secrets + # files. + rm -f /etc/ipsec.d/nm-l2tp-ipsec-*.secrets + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + diff -Nru network-manager-l2tp-1.0.10/debian/watch network-manager-l2tp-1.0.12/debian/watch --- network-manager-l2tp-1.0.10/debian/watch 2019-02-02 12:09:54.000000000 +0000 +++ network-manager-l2tp-1.0.12/debian/watch 2019-03-20 13:48:02.000000000 +0000 @@ -1,3 +1,4 @@ version=3 -pgpsigurlmangle=s/$/.asc/ - https://github.com/nm-l2tp/NetworkManager-l2tp/releases/download/[.\d]+/NetworkManager-l2tp-([.\d]+).tar.xz +opts=pgpsigurlmangle=s/$/.asc/ \ + https://github.com/nm-l2tp/NetworkManager-l2tp/releases .*/NetworkManager-l2tp-(1\.0.\d\d?)\.tar\.xz + diff -Nru network-manager-l2tp-1.0.10/depcomp network-manager-l2tp-1.0.12/depcomp --- network-manager-l2tp-1.0.10/depcomp 2017-01-25 18:15:10.000000000 +0000 +++ network-manager-l2tp-1.0.12/depcomp 2018-11-05 04:03:34.000000000 +0000 @@ -1,9 +1,9 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2013-05-30.07; # UTC +scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2018 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 @@ -16,7 +16,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -783,9 +783,9 @@ # Local Variables: # mode: shell-script # sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook '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 network-manager-l2tp-1.0.10/install-sh network-manager-l2tp-1.0.12/install-sh --- network-manager-l2tp-1.0.10/install-sh 2017-01-25 18:15:10.000000000 +0000 +++ network-manager-l2tp-1.0.12/install-sh 2018-11-05 04:03:34.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2014-09-12.12; # UTC +scriptversion=2018-03-11.20; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -271,15 +271,18 @@ fi dst=$dst_arg - # If destination is a directory, append the input filename; won't work - # if double slashes aren't ignored. + # If destination is a directory, append the input filename. if test -d "$dst"; then if test "$is_target_a_directory" = never; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst - dst=$dstdir/`basename "$src"` + dstbase=`basename "$src"` + case $dst in + */) dst=$dst$dstbase;; + *) dst=$dst/$dstbase;; + esac dstdir_status=0 else dstdir=`dirname "$dst"` @@ -288,6 +291,11 @@ fi fi + case $dstdir in + */) dstdirslash=$dstdir;; + *) dstdirslash=$dstdir/;; + esac + obsolete_mkdir_used=false if test $dstdir_status != 0; then @@ -324,14 +332,16 @@ # is incompatible with FreeBSD 'install' when (umask & 300) != 0. ;; *) - # $RANDOM is not portable (e.g. dash); use it when possible to - # lower collision chance + # Note that $RANDOM variable is not portable (e.g. dash); Use it + # here however when possible just to lower collision chance. tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0 - # As "mkdir -p" follows symlinks and we work in /tmp possibly; so - # create the $tmpdir first (and fail if unsuccessful) to make sure - # that nobody tries to guess the $tmpdir name. + # Because "mkdir -p" follows existing symlinks and we likely work + # directly in world-writeable /tmp, make sure that the '$tmpdir' + # directory is successfully created first before we actually test + # 'mkdir -p' feature. if (umask $mkdir_umask && $mkdirprog $mkdir_mode "$tmpdir" && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 @@ -434,8 +444,8 @@ else # Make a couple of temp file names in the proper directory. - dsttmp=$dstdir/_inst.$$_ - rmtmp=$dstdir/_rm.$$_ + dsttmp=${dstdirslash}_inst.$$_ + rmtmp=${dstdirslash}_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 @@ -500,9 +510,9 @@ done # Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook '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 network-manager-l2tp-1.0.10/ltmain.sh network-manager-l2tp-1.0.12/ltmain.sh --- network-manager-l2tp-1.0.10/ltmain.sh 2016-08-20 12:34:31.000000000 +0000 +++ network-manager-l2tp-1.0.12/ltmain.sh 2019-02-18 15:53:43.000000000 +0000 @@ -31,7 +31,7 @@ PROGRAM=libtool PACKAGE=libtool -VERSION="2.4.6 Debian-2.4.6-2" +VERSION="2.4.6 Debian-2.4.6-10" package_revision=2.4.6 @@ -1370,7 +1370,7 @@ #! /bin/sh # Set a version string for this script. -scriptversion=2014-01-07.03; # UTC +scriptversion=2015-10-07.11; # UTC # A portable, pluggable option parser for Bourne shell. # Written by Gary V. Vaughan, 2010 @@ -1530,6 +1530,8 @@ { $debug_cmd + _G_rc_run_hooks=false + case " $hookable_fns " in *" $1 "*) ;; *) func_fatal_error "'$1' does not support hook funcions.n" ;; @@ -1538,16 +1540,16 @@ eval _G_hook_fns=\$$1_hooks; shift for _G_hook in $_G_hook_fns; do - eval $_G_hook '"$@"' - - # store returned options list back into positional - # parameters for next 'cmd' execution. - eval _G_hook_result=\$${_G_hook}_result - eval set dummy "$_G_hook_result"; shift + if eval $_G_hook '"$@"'; then + # store returned options list back into positional + # parameters for next 'cmd' execution. + eval _G_hook_result=\$${_G_hook}_result + eval set dummy "$_G_hook_result"; shift + _G_rc_run_hooks=: + fi done - func_quote_for_eval ${1+"$@"} - func_run_hooks_result=$func_quote_for_eval_result + $_G_rc_run_hooks && func_run_hooks_result=$_G_hook_result } @@ -1557,10 +1559,16 @@ ## --------------- ## # In order to add your own option parsing hooks, you must accept the -# full positional parameter list in your hook function, remove any -# options that you action, and then pass back the remaining unprocessed +# full positional parameter list in your hook function, you may remove/edit +# any options that you action, and then pass back the remaining unprocessed # options in '_result', escaped suitably for -# 'eval'. Like this: +# 'eval'. In this case you also must return $EXIT_SUCCESS to let the +# hook's caller know that it should pay attention to +# '_result'. Returning $EXIT_FAILURE signalizes that +# arguments are left untouched by the hook and therefore caller will ignore the +# result variable. +# +# Like this: # # my_options_prep () # { @@ -1570,9 +1578,11 @@ # usage_message=$usage_message' # -s, --silent don'\''t print informational messages # ' -# -# func_quote_for_eval ${1+"$@"} -# my_options_prep_result=$func_quote_for_eval_result +# # No change in '$@' (ignored completely by this hook). There is +# # no need to do the equivalent (but slower) action: +# # func_quote_for_eval ${1+"$@"} +# # my_options_prep_result=$func_quote_for_eval_result +# false # } # func_add_hook func_options_prep my_options_prep # @@ -1581,25 +1591,37 @@ # { # $debug_cmd # +# args_changed=false +# # # Note that for efficiency, we parse as many options as we can # # recognise in a loop before passing the remainder back to the # # caller on the first unrecognised argument we encounter. # while test $# -gt 0; do # opt=$1; shift # case $opt in -# --silent|-s) opt_silent=: ;; +# --silent|-s) opt_silent=: +# args_changed=: +# ;; # # Separate non-argument short options: # -s*) func_split_short_opt "$_G_opt" # set dummy "$func_split_short_opt_name" \ # "-$func_split_short_opt_arg" ${1+"$@"} # shift +# args_changed=: # ;; -# *) set dummy "$_G_opt" "$*"; shift; break ;; +# *) # Make sure the first unrecognised option "$_G_opt" +# # is added back to "$@", we could need that later +# # if $args_changed is true. +# set dummy "$_G_opt" ${1+"$@"}; shift; break ;; # esac # done # -# func_quote_for_eval ${1+"$@"} -# my_silent_option_result=$func_quote_for_eval_result +# if $args_changed; then +# func_quote_for_eval ${1+"$@"} +# my_silent_option_result=$func_quote_for_eval_result +# fi +# +# $args_changed # } # func_add_hook func_parse_options my_silent_option # @@ -1611,16 +1633,32 @@ # $opt_silent && $opt_verbose && func_fatal_help "\ # '--silent' and '--verbose' options are mutually exclusive." # -# func_quote_for_eval ${1+"$@"} -# my_option_validation_result=$func_quote_for_eval_result +# false # } # func_add_hook func_validate_options my_option_validation # -# You'll alse need to manually amend $usage_message to reflect the extra +# You'll also need to manually amend $usage_message to reflect the extra # options you parse. It's preferable to append if you can, so that # multiple option parsing hooks can be added safely. +# func_options_finish [ARG]... +# ---------------------------- +# Finishing the option parse loop (call 'func_options' hooks ATM). +func_options_finish () +{ + $debug_cmd + + _G_func_options_finish_exit=false + if func_run_hooks func_options ${1+"$@"}; then + func_options_finish_result=$func_run_hooks_result + _G_func_options_finish_exit=: + fi + + $_G_func_options_finish_exit +} + + # func_options [ARG]... # --------------------- # All the functions called inside func_options are hookable. See the @@ -1630,17 +1668,28 @@ { $debug_cmd - func_options_prep ${1+"$@"} - eval func_parse_options \ - ${func_options_prep_result+"$func_options_prep_result"} - eval func_validate_options \ - ${func_parse_options_result+"$func_parse_options_result"} + _G_rc_options=false - eval func_run_hooks func_options \ - ${func_validate_options_result+"$func_validate_options_result"} + for my_func in options_prep parse_options validate_options options_finish + do + if eval func_$my_func '${1+"$@"}'; then + eval _G_res_var='$'"func_${my_func}_result" + eval set dummy "$_G_res_var" ; shift + _G_rc_options=: + fi + done - # save modified positional parameters for caller - func_options_result=$func_run_hooks_result + # Save modified positional parameters for caller. As a top-level + # options-parser function we always need to set the 'func_options_result' + # variable (regardless the $_G_rc_options value). + if $_G_rc_options; then + func_options_result=$_G_res_var + else + func_quote_for_eval ${1+"$@"} + func_options_result=$func_quote_for_eval_result + fi + + $_G_rc_options } @@ -1649,9 +1698,9 @@ # All initialisations required before starting the option parse loop. # Note that when calling hook functions, we pass through the list of # positional parameters. If a hook function modifies that list, and -# needs to propogate that back to rest of this script, then the complete +# needs to propagate that back to rest of this script, then the complete # modified list must be put in 'func_run_hooks_result' before -# returning. +# returning $EXIT_SUCCESS (otherwise $EXIT_FAILURE is returned). func_hookable func_options_prep func_options_prep () { @@ -1661,10 +1710,14 @@ opt_verbose=false opt_warning_types= - func_run_hooks func_options_prep ${1+"$@"} + _G_rc_options_prep=false + if func_run_hooks func_options_prep ${1+"$@"}; then + _G_rc_options_prep=: + # save modified positional parameters for caller + func_options_prep_result=$func_run_hooks_result + fi - # save modified positional parameters for caller - func_options_prep_result=$func_run_hooks_result + $_G_rc_options_prep } @@ -1678,18 +1731,20 @@ func_parse_options_result= + _G_rc_parse_options=false # this just eases exit handling while test $# -gt 0; do # Defer to hook functions for initial option parsing, so they # get priority in the event of reusing an option name. - func_run_hooks func_parse_options ${1+"$@"} - - # Adjust func_parse_options positional parameters to match - eval set dummy "$func_run_hooks_result"; shift + if func_run_hooks func_parse_options ${1+"$@"}; then + eval set dummy "$func_run_hooks_result"; shift + _G_rc_parse_options=: + fi # Break out of the loop if we already parsed every option. test $# -gt 0 || break + _G_match_parse_options=: _G_opt=$1 shift case $_G_opt in @@ -1704,7 +1759,10 @@ ;; --warnings|--warning|-W) - test $# = 0 && func_missing_arg $_G_opt && break + if test $# = 0 && func_missing_arg $_G_opt; then + _G_rc_parse_options=: + break + fi case " $warning_categories $1" in *" $1 "*) # trailing space prevents matching last $1 above @@ -1757,15 +1815,25 @@ shift ;; - --) break ;; + --) _G_rc_parse_options=: ; break ;; -*) func_fatal_help "unrecognised option: '$_G_opt'" ;; - *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; + *) set dummy "$_G_opt" ${1+"$@"}; shift + _G_match_parse_options=false + break + ;; esac + + $_G_match_parse_options && _G_rc_parse_options=: done - # save modified positional parameters for caller - func_quote_for_eval ${1+"$@"} - func_parse_options_result=$func_quote_for_eval_result + + if $_G_rc_parse_options; then + # save modified positional parameters for caller + func_quote_for_eval ${1+"$@"} + func_parse_options_result=$func_quote_for_eval_result + fi + + $_G_rc_parse_options } @@ -1778,16 +1846,21 @@ { $debug_cmd + _G_rc_validate_options=false + # Display all warnings if -W was not given. test -n "$opt_warning_types" || opt_warning_types=" $warning_categories" - func_run_hooks func_validate_options ${1+"$@"} + if func_run_hooks func_validate_options ${1+"$@"}; then + # save modified positional parameters for caller + func_validate_options_result=$func_run_hooks_result + _G_rc_validate_options=: + fi # Bail if the options were screwed! $exit_cmd $EXIT_FAILURE - # save modified positional parameters for caller - func_validate_options_result=$func_run_hooks_result + $_G_rc_validate_options } @@ -2068,7 +2141,7 @@ compiler: $LTCC compiler flags: $LTCFLAGS linker: $LD (gnu? $with_gnu_ld) - version: $progname $scriptversion Debian-2.4.6-2 + version: $progname $scriptversion Debian-2.4.6-10 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` @@ -2270,6 +2343,8 @@ nonopt= preserve_args= + _G_rc_lt_options_prep=: + # Shorthand for --mode=foo, only valid as the first argument case $1 in clean|clea|cle|cl) @@ -2293,11 +2368,18 @@ uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) shift; set dummy --mode uninstall ${1+"$@"}; shift ;; + *) + _G_rc_lt_options_prep=false + ;; esac - # Pass back the list of options. - func_quote_for_eval ${1+"$@"} - libtool_options_prep_result=$func_quote_for_eval_result + if $_G_rc_lt_options_prep; then + # Pass back the list of options. + func_quote_for_eval ${1+"$@"} + libtool_options_prep_result=$func_quote_for_eval_result + fi + + $_G_rc_lt_options_prep } func_add_hook func_options_prep libtool_options_prep @@ -2309,9 +2391,12 @@ { $debug_cmd + _G_rc_lt_parse_options=false + # Perform our own loop to consume as many options as possible in # each iteration. while test $# -gt 0; do + _G_match_lt_parse_options=: _G_opt=$1 shift case $_G_opt in @@ -2386,15 +2471,22 @@ func_append preserve_args " $_G_opt" ;; - # An option not handled by this hook function: - *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; + # An option not handled by this hook function: + *) set dummy "$_G_opt" ${1+"$@"} ; shift + _G_match_lt_parse_options=false + break + ;; esac + $_G_match_lt_parse_options && _G_rc_lt_parse_options=: done + if $_G_rc_lt_parse_options; then + # save modified positional parameters for caller + func_quote_for_eval ${1+"$@"} + libtool_parse_options_result=$func_quote_for_eval_result + fi - # save modified positional parameters for caller - func_quote_for_eval ${1+"$@"} - libtool_parse_options_result=$func_quote_for_eval_result + $_G_rc_lt_parse_options } func_add_hook func_parse_options libtool_parse_options @@ -7275,10 +7367,11 @@ # -specs=* GCC specs files # -stdlib=* select c++ std lib with clang # -fsanitize=* Clang/GCC memory and address sanitizer + # -fuse-ld=* Linker select flags for GCC -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ - -specs=*|-fsanitize=*) + -specs=*|-fsanitize=*|-fuse-ld=*) func_quote_for_eval "$arg" arg=$func_quote_for_eval_result func_append compile_command " $arg" diff -Nru network-manager-l2tp-1.0.10/m4/libtool.m4 network-manager-l2tp-1.0.12/m4/libtool.m4 --- network-manager-l2tp-1.0.10/m4/libtool.m4 2016-08-20 12:34:31.000000000 +0000 +++ network-manager-l2tp-1.0.12/m4/libtool.m4 2019-02-18 15:53:43.000000000 +0000 @@ -4063,7 +4063,8 @@ if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. nlist=conftest.nm - if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then + $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&AS_MESSAGE_LOG_FD + if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&AS_MESSAGE_LOG_FD && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" @@ -4703,6 +4704,12 @@ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; + # flang / f18. f95 an alias for gfortran or flang on Debian + flang* | f18* | f95*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) @@ -6438,7 +6445,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' else GXX=no @@ -6813,7 +6820,7 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then @@ -6878,7 +6885,7 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then @@ -7217,7 +7224,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' else # FIXME: insert proper C++ library support @@ -7301,7 +7308,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' else # g++ 2.7 appears to require '-G' NOT '-shared' on this # platform. @@ -7312,7 +7319,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir' diff -Nru network-manager-l2tp-1.0.10/Makefile.am network-manager-l2tp-1.0.12/Makefile.am --- network-manager-l2tp-1.0.10/Makefile.am 2013-10-26 19:08:36.000000000 +0000 +++ network-manager-l2tp-1.0.12/Makefile.am 2019-03-11 10:26:09.000000000 +0000 @@ -12,20 +12,6 @@ nmvpnservicedir = $(sysconfdir)/NetworkManager/VPN nmvpnservice_DATA = nm-l2tp-service.name -desktopfile = nm-l2tp.desktop.in -iconfile = gnome-mime-application-x-l2tp-settings.png - -if WITH_GNOME -# FIXME: uncomment when nmce gets --import support -#desktopdir = $(datadir)/applications -#desktop_in_files = $(desktopfile) -#desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -#@INTLTOOL_DESKTOP_RULE@ - -#icondir = $(datadir)/icons/hicolor/48x48/apps -#icon_DATA = $(iconfile) -endif - nm-l2tp-service.name: $(srcdir)/nm-l2tp-service.name.in sed -e 's|[@]LIBEXECDIR[@]|$(libexecdir)|g' \ -e 's|[@]PLUGINDIR[@]|$(libdir)/NetworkManager|g' \ @@ -33,10 +19,9 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-more-warnings=yes -EXTRA_DIST = nm-l2tp-service.name.in \ +EXTRA_DIST = README.md \ + nm-l2tp-service.name.in \ $(dbusservice_DATA) \ - $(desktopfile) \ - $(iconfile) \ intltool-extract.in \ intltool-merge.in \ intltool-update.in diff -Nru network-manager-l2tp-1.0.10/Makefile.in network-manager-l2tp-1.0.12/Makefile.in --- network-manager-l2tp-1.0.10/Makefile.in 2019-01-28 12:45:30.000000000 +0000 +++ network-manager-l2tp-1.0.12/Makefile.in 2019-03-12 23:13:32.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -170,7 +170,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - cscope distdir dist dist-all distcheck + cscope distdir distdir-am dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ $(LISP)config.h.in # Read a list of newline-separated strings from the standard input, @@ -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@ LIBOBJS = @LIBOBJS@ @@ -406,13 +407,10 @@ dbusservice_DATA = nm-l2tp-service.conf nmvpnservicedir = $(sysconfdir)/NetworkManager/VPN nmvpnservice_DATA = nm-l2tp-service.name -desktopfile = nm-l2tp.desktop.in -iconfile = gnome-mime-application-x-l2tp-settings.png DISTCHECK_CONFIGURE_FLAGS = --enable-more-warnings=yes -EXTRA_DIST = nm-l2tp-service.name.in \ +EXTRA_DIST = README.md \ + nm-l2tp-service.name.in \ $(dbusservice_DATA) \ - $(desktopfile) \ - $(iconfile) \ intltool-extract.in \ intltool-merge.in \ intltool-update.in @@ -445,8 +443,8 @@ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -630,7 +628,10 @@ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ @@ -695,7 +696,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 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 @@ -720,7 +721,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 @@ -738,7 +739,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*) \ @@ -748,7 +749,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 @@ -951,15 +952,6 @@ .PRECIOUS: Makefile -# FIXME: uncomment when nmce gets --import support -#desktopdir = $(datadir)/applications -#desktop_in_files = $(desktopfile) -#desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -#@INTLTOOL_DESKTOP_RULE@ - -#icondir = $(datadir)/icons/hicolor/48x48/apps -#icon_DATA = $(iconfile) - nm-l2tp-service.name: $(srcdir)/nm-l2tp-service.name.in sed -e 's|[@]LIBEXECDIR[@]|$(libexecdir)|g' \ -e 's|[@]PLUGINDIR[@]|$(libdir)/NetworkManager|g' \ diff -Nru network-manager-l2tp-1.0.10/missing network-manager-l2tp-1.0.12/missing --- network-manager-l2tp-1.0.10/missing 2017-01-25 18:15:10.000000000 +0000 +++ network-manager-l2tp-1.0.12/missing 2018-11-05 04:03:34.000000000 +0000 @@ -1,9 +1,9 @@ #! /bin/sh # Common wrapper for a few potentially missing GNU programs. -scriptversion=2013-10-28.13; # UTC +scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify @@ -17,7 +17,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -101,9 +101,9 @@ exit $st fi -perl_URL=http://www.perl.org/ -flex_URL=http://flex.sourceforge.net/ -gnu_software_URL=http://www.gnu.org/software +perl_URL=https://www.perl.org/ +flex_URL=https://github.com/westes/flex +gnu_software_URL=https://www.gnu.org/software program_details () { @@ -207,9 +207,9 @@ exit $st # Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook '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 network-manager-l2tp-1.0.10/NEWS network-manager-l2tp-1.0.12/NEWS --- network-manager-l2tp-1.0.10/NEWS 2019-01-28 11:55:18.000000000 +0000 +++ network-manager-l2tp-1.0.12/NEWS 2019-03-11 10:40:57.000000000 +0000 @@ -1,4 +1,15 @@ ======================================================= +NetworkManager-l2tp-1.0.12 +Overview of changes since network-manager-l2tp-1.0.10 +======================================================= + +This is a new stable release of NetworkManager-l2tp. Notable changes include: + +* Merged translations from NetworkManager-l2tp-1.2.12. +* Removed 'fuzzy' marked translations. +* Corrected Makefile.am for `make dist-xz` to work. + +======================================================= NetworkManager-l2tp-1.0.10 Overview of changes since network-manager-l2tp-1.0.8 ======================================================= diff -Nru network-manager-l2tp-1.0.10/po/ar.po network-manager-l2tp-1.0.12/po/ar.po --- network-manager-l2tp-1.0.10/po/ar.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/ar.po 2019-03-11 09:21:42.000000000 +0000 @@ -42,21 +42,6 @@ msgid "_Password:" msgstr "_كلمة السر:" -#: ../auth-dialog/vpn-password-dialog.c:104 -#, fuzzy -msgid "_Secondary Password:" -msgstr "_كلمة السر:" - -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "_كلمة السر:" - -#: ../auth-dialog/vpn-password-dialog.c:252 -#, fuzzy -msgid "Sh_ow passwords" -msgstr "أظهر _كلمات السر" - #: ../properties/advanced-dialog.c:188 msgid "All Available (Default)" msgstr "" @@ -289,9 +274,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "اختياري" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -354,14 +338,12 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" -msgstr "الضغط" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:35 -#, fuzzy msgid "Use _Point-to-Point encryption (MPPE)" -msgstr "استخدم تعمية MPPE" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:36 msgid "" @@ -391,9 +373,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:43 -#, fuzzy msgid "Allow _BSD data compression" -msgstr "اسمح ب_ضغط BSD" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:44 msgid "" @@ -402,9 +383,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:46 -#, fuzzy msgid "Allow _Deflate data compression" -msgstr "ا_سمح بتفريغ الضغط" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:47 msgid "" @@ -413,9 +393,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:49 -#, fuzzy msgid "Use TCP _header compression" -msgstr "استخدم ضغط MPPC" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:50 msgid "" @@ -436,9 +415,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy msgid "Use _Address/Control compression" -msgstr "استخدم ضغط MPPC" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" diff -Nru network-manager-l2tp-1.0.10/po/as.po network-manager-l2tp-1.0.12/po/as.po --- network-manager-l2tp-1.0.10/po/as.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/as.po 2019-03-11 09:21:42.000000000 +0000 @@ -42,11 +42,6 @@ msgid "_Secondary Password:" msgstr "দ্বিতীয় পাছৱৰ্ড (_S):" -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "দ্বিতীয় পাছৱৰ্ড (_S):" - #: ../auth-dialog/vpn-password-dialog.c:252 msgid "Sh_ow passwords" msgstr "পাছৱৰ্ডসমূহ দেখুৱাওক (_o)" @@ -146,14 +141,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Point-to-Point Tunneling Protocol (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Microsoft আৰু অন্য L2TP VPN সেৱকৰ সৈতে সুসঙ্গত ।" +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -243,11 +232,6 @@ msgid "General" msgstr "সাধাৰণ" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "গেটৱে (_G):" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -272,9 +256,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "উন্নত (_v)..." +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -287,9 +270,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "বৈকল্পিক" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -352,7 +334,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "সুৰক্ষা আৰু সংকোচন" @@ -429,11 +410,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "TCP হেডাৰৰ সংকোচন ব্যৱহাৰ কৰক (_h)" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/be@latin.po network-manager-l2tp-1.0.12/po/be@latin.po --- network-manager-l2tp-1.0.10/po/be@latin.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/be@latin.po 2019-03-11 09:21:42.000000000 +0000 @@ -35,21 +35,6 @@ msgid "_Password:" msgstr "_Parol:" -#: ../auth-dialog/vpn-password-dialog.c:104 -#, fuzzy -msgid "_Secondary Password:" -msgstr "_Parol:" - -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "_Parol:" - -#: ../auth-dialog/vpn-password-dialog.c:252 -#, fuzzy -msgid "Sh_ow passwords" -msgstr "Pakažy paroli" - #: ../properties/advanced-dialog.c:188 msgid "All Available (Default)" msgstr "Usio mahčymaje (zmoŭčana)" @@ -145,14 +130,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Pratakoł tunelnaha PPP (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Absłuhoŭvaje servery L2TP VPN ad Microsoft dy inšych." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -239,15 +218,9 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:3 -#, fuzzy msgid "General" msgstr "Hałoŭnaje" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "_Brama:" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -272,9 +245,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "_Asablivaje..." +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -287,9 +259,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "Dadatkovaje" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -338,7 +309,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:30 -#, fuzzy msgid "Authentication" msgstr "Spraŭdžvańnie" @@ -353,7 +323,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "Biaśpieka j kampresija" @@ -430,11 +399,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Užyj kampresiju _zahałoŭkaŭ TCP" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/bg.po network-manager-l2tp-1.0.12/po/bg.po --- network-manager-l2tp-1.0.10/po/bg.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/bg.po 2019-03-11 09:21:42.000000000 +0000 @@ -43,11 +43,6 @@ msgid "_Secondary Password:" msgstr "_Втора парола:" -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "_Втора парола:" - #: ../auth-dialog/vpn-password-dialog.c:252 msgid "Sh_ow passwords" msgstr "Пока_зване на паролите" @@ -147,14 +142,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Тунелиращ протокол — точка до точка (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Съвместим със сървърите на Microsoft и други за ВЧМ по L2TP." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -233,9 +222,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "Допълнителни настройки на PPP" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -245,11 +233,6 @@ msgid "General" msgstr "Общи" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "_Шлюз:" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -274,9 +257,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "_Допълнителни…" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -289,9 +271,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "Допълнителни" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -336,9 +317,8 @@ msgstr "Стандартно" #: ../properties/nm-l2tp-dialog.ui.h:29 -#, fuzzy msgid "L2TP PPP Options" -msgstr "Допълнителни настройки на PPP" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:30 msgid "Authentication" @@ -355,7 +335,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "Сигурност и компресия" @@ -435,11 +414,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Използване на компресия на заглавните _части на TCP" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/bn_IN.po network-manager-l2tp-1.0.12/po/bn_IN.po --- network-manager-l2tp-1.0.10/po/bn_IN.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/bn_IN.po 2019-03-11 09:21:42.000000000 +0000 @@ -40,21 +40,6 @@ msgid "_Password:" msgstr "পাসওয়ার্ড: (_P)" -#: ../auth-dialog/vpn-password-dialog.c:104 -#, fuzzy -msgid "_Secondary Password:" -msgstr "পাসওয়ার্ড: (_P)" - -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "পাসওয়ার্ড: (_P)" - -#: ../auth-dialog/vpn-password-dialog.c:252 -#, fuzzy -msgid "Sh_ow passwords" -msgstr "পাসওয়ার্ড প্রদর্শন করা হবে (_w)" - #: ../properties/advanced-dialog.c:188 msgid "All Available (Default)" msgstr "উপলব্ধ সকল (ডিফল্ট)" @@ -150,14 +135,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "পয়েন্ট-টু-পয়েন্ট টানেলিং প্রোটোকল (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Microsoft ও অন্যান্য L2TP VPN সার্ভারের সাথে সুসংগত।" +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -247,11 +226,6 @@ msgid "General" msgstr "সাধারণ" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "গেটওয়ে: (_G)" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -276,9 +250,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "উন্নত বৈশিষ্ট্য...(_v)" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -291,9 +264,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "ঐচ্ছিক" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -342,7 +314,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:30 -#, fuzzy msgid "Authentication" msgstr "অনুমোদন" @@ -357,7 +328,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "নিরাপত্তা ও কম্প্রেশন" @@ -434,11 +404,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "TCP হেডার কম্প্রেশন ব্যবহার করা হবে (_h)" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/bs.po network-manager-l2tp-1.0.12/po/bs.po --- network-manager-l2tp-1.0.10/po/bs.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/bs.po 2019-03-11 09:21:42.000000000 +0000 @@ -109,11 +109,6 @@ msgid "Property '%s' value '%s' can't be parsed as route metric." msgstr "" -#: ../properties/import-export.c:343 -#, fuzzy, c-format -msgid "Error parsing property '%s' value '%s'." -msgstr "neobrađeno svojstvo '%s' tipa %s" - #: ../properties/import-export.c:385 #, c-format msgid "does not look like a L2TP VPN connection (parse failed)" @@ -130,25 +125,14 @@ "Property %s can't be parsed as boolean. Only 'true' and 'false' allowed." msgstr "" -#: ../properties/import-export.c:627 -#, fuzzy, c-format -msgid "Missing required property '%s'" -msgstr "Nedostaje potebna opcija '%s'." - #: ../properties/import-export.c:657 #, c-format msgid "Couldn't open file for writing." msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Point-to-Point tunelski protokol (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Kompatibilno ss Microsoft i drugim L2TP VPN serverima." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -188,7 +172,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "nije moguće učitati kontrolu korisničkog interfejsa" #: ../properties/nm-l2tp.c:711 #, c-format @@ -263,30 +247,25 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Prisiljeno UDP učahurivanje podataka" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "Na_predno..." +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" msgstr "_Mrežni izlaz:" #: ../properties/nm-l2tp-dialog.ui.h:14 -#, fuzzy msgid "" "L2TP server IP or name.\n" "config: xl2tpd lns parameter" msgstr "" -"L2TP server IP ili ime.\n" -"config: prvi parametar za l2tp" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "Opciono" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -302,20 +281,15 @@ msgstr "Prikaži lozinku" #: ../properties/nm-l2tp-dialog.ui.h:20 -#, fuzzy msgid "Password passed to PPPD when prompted for it." -msgstr "Lozinka proslijeđena na L2TP kada je upitano za nju." +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:21 -#, fuzzy msgid "" "Set the name used for authenticating the local system to the peer to " ".\n" "config: xl2tpd name parameter" msgstr "" -"Postavi ime korišteno za autentificiranje lokalnog sistema korisniku s " -"imenom .\n" -"config: user " #: ../properties/nm-l2tp-dialog.ui.h:23 msgid "User name:" @@ -358,7 +332,6 @@ "config: refuse-pap, refuse-chap, refuse-mschap, refuse-mschap-v2, refuse-eap" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "Sigurnost i kompresija" @@ -443,32 +416,6 @@ msgid "Use protocol _field compression negotiation" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:53 -#, fuzzy -msgid "" -"Allow protocol field compression negotiation in both the receive and the " -"transmit direction.\n" -"config: nopcomp (when unchecked)" -msgstr "" -"Dopusti/onemogući Van Jacobson TCP/IP kompresiju zaglavlja u pravcima slanja " -"i prijema.\n" -"config: novj (kada nije izabrano)" - -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Koristi _komprimovanje TCP zaglavlja" - -#: ../properties/nm-l2tp-dialog.ui.h:56 -#, fuzzy -msgid "" -"Use Address/Control compression in both directions (send and receive).\n" -"config: noaccomp (when unchecked)" -msgstr "" -"Dopusti/onemogući Van Jacobson TCP/IP kompresiju zaglavlja u pravcima slanja " -"i prijema.\n" -"config: novj (kada nije izabrano)" - #: ../properties/nm-l2tp-dialog.ui.h:58 msgid "Echo" msgstr "Odjek" @@ -487,7 +434,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:62 msgid "Misc" -msgstr "" +msgstr "Ostalo" #: ../properties/nm-l2tp-dialog.ui.h:63 msgid "MTU :" @@ -527,11 +474,6 @@ msgid "invalid gateway '%s'" msgstr "nevažeći mrežni izlaz '%s'" -#: ../src/nm-l2tp-service.c:553 -#, fuzzy, c-format -msgid "invalid ipsec-gateway-id '%s'" -msgstr "nevažeći mrežni izlaz '%s'" - #: ../src/nm-l2tp-service.c:566 #, c-format msgid "invalid integer property '%s'" @@ -715,10 +657,7 @@ msgstr "Omogući detaljno praćenje grešaka (može otkriti lozinke)" #: ../src/nm-l2tp-service.c:1904 -#, fuzzy msgid "" "nm-l2tp-service provides L2TP VPN capability with optional IPsec support to " "NetworkManager." msgstr "" -"nM-L2TP-servis pruža integrisane L2TP VPN mogućnosti (kompatibilan sa " -"Microsoft i drugim implementacijama) za NetvorkManager." diff -Nru network-manager-l2tp-1.0.10/po/ca.po network-manager-l2tp-1.0.12/po/ca.po --- network-manager-l2tp-1.0.10/po/ca.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/ca.po 2019-03-11 09:21:42.000000000 +0000 @@ -149,14 +149,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Protocol de túnel punt a punt (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Compatible amb els servidors L2TP VPN de Microsoft i d'altres." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -196,7 +190,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "no s'ha pogut carregar el giny IU" #: ../properties/nm-l2tp.c:711 #, c-format @@ -271,7 +265,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Força l'encapsulat UDP" #: ../properties/nm-l2tp-dialog.ui.h:12 msgid "Ad_vanced" @@ -288,9 +282,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "Opcional" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -358,7 +351,6 @@ "config: refuse-pap, refuse-chap, refuse-mschap, refuse-mschap-v2, refuse-eap" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "Seguretat i compressió" @@ -450,11 +442,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Utilitza compressió de les capçaleres _TCP" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" @@ -479,7 +466,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:62 msgid "Misc" -msgstr "" +msgstr "Misc" #: ../properties/nm-l2tp-dialog.ui.h:63 msgid "MTU :" diff -Nru network-manager-l2tp-1.0.10/po/ca@valencia.po network-manager-l2tp-1.0.12/po/ca@valencia.po --- network-manager-l2tp-1.0.10/po/ca@valencia.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/ca@valencia.po 2019-03-11 09:21:42.000000000 +0000 @@ -146,14 +146,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Protocol de túnel punt a punt (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Compatible amb els servidors L2TP VPN de Microsoft i d'altres." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -260,20 +254,19 @@ #: ../properties/nm-l2tp-dialog.ui.h:9 msgid "Phase2 Algorithms:" -msgstr "" +msgstr "Algorismes de la fase 2:" #: ../properties/nm-l2tp-dialog.ui.h:10 msgid "Phase1 Algorithms:" -msgstr "" +msgstr "Algorismes de la fase 1:" #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Força l'encapsulat UDP" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "A_vançat..." +msgstr "Avançat" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -286,9 +279,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "Opcional" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -351,7 +343,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "Seguretat i compressió" @@ -428,11 +419,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Utilitza compressió de les capçaleres _TCP" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/cs.po network-manager-l2tp-1.0.12/po/cs.po --- network-manager-l2tp-1.0.10/po/cs.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/cs.po 2019-03-11 09:21:42.000000000 +0000 @@ -148,14 +148,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Layer 2 Tunneling Protocol (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Kompatibilní s L2TP VPN servery od Microsoftu a ostatních." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -195,7 +189,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "nelze nahrát widget uživatelského rozhraní" #: ../properties/nm-l2tp.c:711 #, c-format @@ -270,7 +264,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Vynutit zapouzdření UDP" #: ../properties/nm-l2tp-dialog.ui.h:12 msgid "Ad_vanced" @@ -446,11 +440,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Použít kompresi TCP _záhlaví" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" @@ -513,7 +502,7 @@ #: ../src/nm-l2tp-service.c:544 #, c-format msgid "invalid gateway '%s'" -msgstr "" +msgstr "neplatná brána „%s“" #: ../src/nm-l2tp-service.c:553 #, c-format @@ -523,22 +512,22 @@ #: ../src/nm-l2tp-service.c:566 #, c-format msgid "invalid integer property '%s'" -msgstr "" +msgstr "neplatná číselná vlastnost „%s“" #: ../src/nm-l2tp-service.c:576 #, c-format msgid "invalid boolean property '%s' (not yes or no)" -msgstr "" +msgstr "neplatná pravdivostní vlastnost „%s“ (není ano či ne)" #: ../src/nm-l2tp-service.c:583 #, c-format msgid "unhandled property '%s' type %s" -msgstr "" +msgstr "neošetřená vlastnost „%s“ typu %s" #: ../src/nm-l2tp-service.c:594 #, c-format msgid "property '%s' invalid or not supported" -msgstr "" +msgstr "vlastnost „%s“ není platná nebo podporovaná" #: ../src/nm-l2tp-service.c:608 msgid "No VPN configuration options." @@ -547,7 +536,7 @@ #: ../src/nm-l2tp-service.c:625 #, c-format msgid "Missing required option '%s'." -msgstr "" +msgstr "Chybí požadovaná volba „%s“." #: ../src/nm-l2tp-service.c:641 msgid "No VPN secrets!" @@ -696,7 +685,7 @@ #: ../src/nm-l2tp-service.c:1880 msgid "Don't quit when VPN connection terminates" -msgstr "" +msgstr "Neukončovat při uzavření spojení VPN" #: ../src/nm-l2tp-service.c:1881 msgid "Enable verbose debug logging (may expose passwords)" diff -Nru network-manager-l2tp-1.0.10/po/da.po network-manager-l2tp-1.0.12/po/da.po --- network-manager-l2tp-1.0.10/po/da.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/da.po 2019-03-11 09:21:42.000000000 +0000 @@ -152,14 +152,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Layer 2 Tunneling Protocol (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Kompatibel med Microsoft og andre L2TP-VPN-servere." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -199,7 +193,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "kunne ikke indlæse UI-kontrol" #: ../properties/nm-l2tp.c:711 #, c-format @@ -274,7 +268,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Håndhæv UDP-indkapsling" #: ../properties/nm-l2tp-dialog.ui.h:12 msgid "Ad_vanced" @@ -452,11 +446,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Anvend TCP-_hovedkomprimering" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" @@ -519,7 +508,7 @@ #: ../src/nm-l2tp-service.c:544 #, c-format msgid "invalid gateway '%s'" -msgstr "" +msgstr "ugyldigt adgangspunkt \"%s\"" #: ../src/nm-l2tp-service.c:553 #, c-format @@ -529,22 +518,22 @@ #: ../src/nm-l2tp-service.c:566 #, c-format msgid "invalid integer property '%s'" -msgstr "" +msgstr "ugyldig heltalsegenskab \"%s\"" #: ../src/nm-l2tp-service.c:576 #, c-format msgid "invalid boolean property '%s' (not yes or no)" -msgstr "" +msgstr "ugyldig boolesk egenskab \"%s\" (ikke ja eller nej)" #: ../src/nm-l2tp-service.c:583 #, c-format msgid "unhandled property '%s' type %s" -msgstr "" +msgstr "egenskab \"%s\" type %s er ikke håndteret" #: ../src/nm-l2tp-service.c:594 #, c-format msgid "property '%s' invalid or not supported" -msgstr "" +msgstr "egenskab \"%s\" er ugyldig eller ikke understøttet" #: ../src/nm-l2tp-service.c:608 msgid "No VPN configuration options." @@ -553,7 +542,7 @@ #: ../src/nm-l2tp-service.c:625 #, c-format msgid "Missing required option '%s'." -msgstr "" +msgstr "Mangler krævet indstilling \"%s\"." #: ../src/nm-l2tp-service.c:641 msgid "No VPN secrets!" @@ -702,7 +691,7 @@ #: ../src/nm-l2tp-service.c:1880 msgid "Don't quit when VPN connection terminates" -msgstr "" +msgstr "Afslut ikke når VPN-forbindelse afslutter" #: ../src/nm-l2tp-service.c:1881 msgid "Enable verbose debug logging (may expose passwords)" diff -Nru network-manager-l2tp-1.0.10/po/de.po network-manager-l2tp-1.0.12/po/de.po --- network-manager-l2tp-1.0.10/po/de.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/de.po 2019-03-11 09:21:42.000000000 +0000 @@ -151,14 +151,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Layer 2 Tunneling Protocol (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Kompatibel mit Microsofts und anderen L2TP VPN-Servern." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -198,7 +192,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "UI-Widget konnte nicht geladen werden" #: ../properties/nm-l2tp.c:711 #, c-format @@ -273,7 +267,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "UDP-Kapselung erzwingen" #: ../properties/nm-l2tp-dialog.ui.h:12 msgid "Ad_vanced" @@ -452,11 +446,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "TCP-_Header-Komprimierung verwenden" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" @@ -520,7 +509,7 @@ #: ../src/nm-l2tp-service.c:544 #, c-format msgid "invalid gateway '%s'" -msgstr "" +msgstr "Ungültiges Gateway »%s«" #: ../src/nm-l2tp-service.c:553 #, c-format @@ -530,22 +519,22 @@ #: ../src/nm-l2tp-service.c:566 #, c-format msgid "invalid integer property '%s'" -msgstr "" +msgstr "Ungültige Ganzzahl-Eigenschaft »%s«" #: ../src/nm-l2tp-service.c:576 #, c-format msgid "invalid boolean property '%s' (not yes or no)" -msgstr "" +msgstr "Ungültige boolesche Eigenschaft »%s« (nicht »yes« oder »no«)" #: ../src/nm-l2tp-service.c:583 #, c-format msgid "unhandled property '%s' type %s" -msgstr "" +msgstr "Unbehandelte Eigenschaft »%s« des Typs %s" #: ../src/nm-l2tp-service.c:594 #, c-format msgid "property '%s' invalid or not supported" -msgstr "" +msgstr "Eigenschaft »%s« ist ungültig oder wird nicht unterstützt" #: ../src/nm-l2tp-service.c:608 msgid "No VPN configuration options." @@ -554,7 +543,7 @@ #: ../src/nm-l2tp-service.c:625 #, c-format msgid "Missing required option '%s'." -msgstr "" +msgstr "Benötigte Option »%s« fehlt." #: ../src/nm-l2tp-service.c:641 msgid "No VPN secrets!" @@ -703,7 +692,7 @@ #: ../src/nm-l2tp-service.c:1880 msgid "Don't quit when VPN connection terminates" -msgstr "" +msgstr "Nicht beenden, wenn die VPN-Verbindung beendet wird" #: ../src/nm-l2tp-service.c:1881 msgid "Enable verbose debug logging (may expose passwords)" diff -Nru network-manager-l2tp-1.0.10/po/el.po network-manager-l2tp-1.0.12/po/el.po --- network-manager-l2tp-1.0.10/po/el.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/el.po 2019-03-11 09:21:42.000000000 +0000 @@ -148,15 +148,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Πρωτόκολλο Point-to-Point Tunneling (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." msgstr "" -"Συμβατό με τους διακομιστές L2TP VPN της Microsoft και άλλων εταιρειών." #: ../properties/nm-l2tp.c:214 #, c-format @@ -196,7 +189,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "αδυναμία φόρτωσης γραφικού στοιχείου του περιβάλλοντος" #: ../properties/nm-l2tp.c:711 #, c-format @@ -271,7 +264,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Εξαναγκασμός UDP επικάλυψης" #: ../properties/nm-l2tp-dialog.ui.h:12 msgid "Ad_vanced" @@ -288,9 +281,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "Προαιρετικά" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -358,7 +350,6 @@ "config: refuse-pap, refuse-chap, refuse-mschap, refuse-mschap-v2, refuse-eap" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "Ασφάλεια και Συμπίεση" @@ -450,11 +441,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Χρήση συμπίεσης _κεφαλίδων TCP" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" @@ -479,7 +465,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:62 msgid "Misc" -msgstr "" +msgstr "Λοιπά" #: ../properties/nm-l2tp-dialog.ui.h:63 msgid "MTU :" diff -Nru network-manager-l2tp-1.0.10/po/en_GB.po network-manager-l2tp-1.0.12/po/en_GB.po --- network-manager-l2tp-1.0.10/po/en_GB.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/en_GB.po 2019-03-11 09:21:42.000000000 +0000 @@ -258,19 +258,19 @@ #: ../properties/nm-l2tp-dialog.ui.h:9 msgid "Phase2 Algorithms:" -msgstr "" +msgstr "Phase2 Algorithms:" #: ../properties/nm-l2tp-dialog.ui.h:10 msgid "Phase1 Algorithms:" -msgstr "" +msgstr "Phase1 Algorithms:" #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "_Enforce UDP encapsulation" #: ../properties/nm-l2tp-dialog.ui.h:12 msgid "Ad_vanced" -msgstr "" +msgstr "Ad_vanced" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -653,9 +653,9 @@ msgstr "" #: ../src/nm-l2tp-service.c:1253 -#, fuzzy, c-format +#, c-format msgid "Could not write %s/ipsec.nm-l2tp.secrets" -msgstr "Could not write %s/nm-l2tp-ipsec-%s.secrets" +msgstr "" #: ../src/nm-l2tp-service.c:1288 msgid "Could not write ipsec config." diff -Nru network-manager-l2tp-1.0.10/po/eo.po network-manager-l2tp-1.0.12/po/eo.po --- network-manager-l2tp-1.0.10/po/eo.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/eo.po 2019-03-11 09:21:42.000000000 +0000 @@ -41,11 +41,6 @@ msgid "_Secondary Password:" msgstr "_Duaranga pasvorto:" -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "_Terciaraj pasvorto:" - #: ../auth-dialog/vpn-password-dialog.c:252 msgid "Sh_ow passwords" msgstr "M_ontri pasvortojn" @@ -268,9 +263,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "Al_tnivele..." +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -423,11 +417,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Apliki densigon de TCP-_kapoj" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/es.po network-manager-l2tp-1.0.12/po/es.po --- network-manager-l2tp-1.0.10/po/es.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/es.po 2019-03-11 09:21:42.000000000 +0000 @@ -149,14 +149,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Protocolo de túnel punto a punto (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Compatible con servidores L2TP VPN de Microsoft y otros." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -196,7 +190,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "no se pudo cargar el widget de la IU" #: ../properties/nm-l2tp.c:711 #, c-format @@ -271,7 +265,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Forzar encapsulación UDP" #: ../properties/nm-l2tp-dialog.ui.h:12 msgid "Ad_vanced" @@ -448,11 +442,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Usar compresión de _cabeceras TCP" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" @@ -515,7 +504,7 @@ #: ../src/nm-l2tp-service.c:544 #, c-format msgid "invalid gateway '%s'" -msgstr "" +msgstr "puerta de enlace «%s» no válida." #: ../src/nm-l2tp-service.c:553 #, c-format @@ -525,22 +514,22 @@ #: ../src/nm-l2tp-service.c:566 #, c-format msgid "invalid integer property '%s'" -msgstr "" +msgstr "propiedad entera «%s» no válida" #: ../src/nm-l2tp-service.c:576 #, c-format msgid "invalid boolean property '%s' (not yes or no)" -msgstr "" +msgstr "propiedad booleana «%s» no válida (no es «sí» o «no»)" #: ../src/nm-l2tp-service.c:583 #, c-format msgid "unhandled property '%s' type %s" -msgstr "" +msgstr "no se puede manejar la propiedad «%s» tipo %s" #: ../src/nm-l2tp-service.c:594 #, c-format msgid "property '%s' invalid or not supported" -msgstr "" +msgstr "propiedad «%s» no válida o no soportada" #: ../src/nm-l2tp-service.c:608 msgid "No VPN configuration options." @@ -549,7 +538,7 @@ #: ../src/nm-l2tp-service.c:625 #, c-format msgid "Missing required option '%s'." -msgstr "" +msgstr "Falta la opción requerida «%s»." #: ../src/nm-l2tp-service.c:641 msgid "No VPN secrets!" @@ -698,7 +687,7 @@ #: ../src/nm-l2tp-service.c:1880 msgid "Don't quit when VPN connection terminates" -msgstr "" +msgstr "No salir cuando la conexión VPN finaliza" #: ../src/nm-l2tp-service.c:1881 msgid "Enable verbose debug logging (may expose passwords)" diff -Nru network-manager-l2tp-1.0.10/po/et.po network-manager-l2tp-1.0.12/po/et.po --- network-manager-l2tp-1.0.10/po/et.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/et.po 2019-03-11 09:21:42.000000000 +0000 @@ -48,11 +48,6 @@ msgid "_Tertiary Password:" msgstr "" -#: ../auth-dialog/vpn-password-dialog.c:252 -#, fuzzy -msgid "Sh_ow passwords" -msgstr "_Näita paroole" - #: ../properties/advanced-dialog.c:188 msgid "All Available (Default)" msgstr "Kõik saadaval (vaikimisi)" @@ -148,14 +143,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Point-to-Point tunneli protokoll (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Ühildub Microsofti ja teiste L2TP VPN serveritega." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -262,20 +251,19 @@ #: ../properties/nm-l2tp-dialog.ui.h:9 msgid "Phase2 Algorithms:" -msgstr "" +msgstr "Faas 2 algoritmid:" #: ../properties/nm-l2tp-dialog.ui.h:10 msgid "Phase1 Algorithms:" -msgstr "" +msgstr "Faas 1 algoritmid:" #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "UDP kapseldus jõuga" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "_Täpsemalt..." +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -288,9 +276,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "Valikuline" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -353,7 +340,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "Turvalisus ja tihendamine" @@ -433,11 +419,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Kasuta TCP-_päiste tihendamist" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/eu.po network-manager-l2tp-1.0.12/po/eu.po --- network-manager-l2tp-1.0.10/po/eu.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/eu.po 2019-03-11 09:21:42.000000000 +0000 @@ -147,14 +147,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Puntutik punturako tunelaren protokoloa (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Microsoft eta beste L2TP VPN zerbitzariekin bateragarria." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -233,9 +227,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "L2TP-ren aukera aurreratuak" +msgstr "L2TP IPsec aukerak" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -245,11 +238,6 @@ msgid "General" msgstr "Orokorra" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "_Atebidea:" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -271,12 +259,11 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Derrigortu UDP kapsulatzea" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "_Aurreratua..." +msgstr "Aurreratua" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -289,9 +276,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "Aukerakoa" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -309,7 +295,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:20 msgid "Password passed to PPPD when prompted for it." -msgstr "" +msgstr "Hura eskatzean PPPDri pasatuko zaion pasahitza." #: ../properties/nm-l2tp-dialog.ui.h:21 msgid "" @@ -339,9 +325,8 @@ msgstr "Lehenetsia" #: ../properties/nm-l2tp-dialog.ui.h:29 -#, fuzzy msgid "L2TP PPP Options" -msgstr "L2TP-ren aukera aurreratuak" +msgstr "L2TP PPP aukerak" #: ../properties/nm-l2tp-dialog.ui.h:30 msgid "Authentication" @@ -361,7 +346,6 @@ "refuse-eap" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "Segurtasuna eta konpresioa" @@ -453,11 +437,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Erabili TCP _goiburu-konpresioa" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/fa.po network-manager-l2tp-1.0.12/po/fa.po --- network-manager-l2tp-1.0.10/po/fa.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/fa.po 2019-03-11 09:21:42.000000000 +0000 @@ -36,21 +36,6 @@ msgid "_Password:" msgstr "_گذرواژه:" -#: ../auth-dialog/vpn-password-dialog.c:104 -#, fuzzy -msgid "_Secondary Password:" -msgstr "_گذرواژه:" - -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "_گذرواژه:" - -#: ../auth-dialog/vpn-password-dialog.c:252 -#, fuzzy -msgid "Sh_ow passwords" -msgstr "_نمایش گذرواژه‌ها" - #: ../properties/advanced-dialog.c:188 msgid "All Available (Default)" msgstr "هرچه موجود است (پیش‌فرض)" @@ -146,14 +131,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "پروتکل تونل نقطه به نقطه (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "سازگار با مایکروسافت و سایر کارگزارهای وی‌پی‌ان L2TP" +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -232,9 +211,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "گزینه‌های پیشرفته L2TP:" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -244,11 +222,6 @@ msgid "General" msgstr "عمومی" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "_دروازه" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -273,9 +246,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "_پیشرفته..." +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -288,9 +260,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "اختیاری" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -335,9 +306,8 @@ msgstr "پیش‌فرض" #: ../properties/nm-l2tp-dialog.ui.h:29 -#, fuzzy msgid "L2TP PPP Options" -msgstr "گزینه‌های پیشرفته L2TP:" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:30 msgid "Authentication" @@ -354,7 +324,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "امنیت و فشرده‌سازی" @@ -434,11 +403,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "استفاده از فشرده‌سازی _سرصفحه TCP" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/fi.po network-manager-l2tp-1.0.12/po/fi.po --- network-manager-l2tp-1.0.10/po/fi.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/fi.po 2019-03-11 09:21:42.000000000 +0000 @@ -44,11 +44,6 @@ msgid "_Secondary Password:" msgstr "_Toissijainen salasana:" -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "_Toissijainen salasana:" - #: ../auth-dialog/vpn-password-dialog.c:252 msgid "Sh_ow passwords" msgstr "Näy_tä salasanat" @@ -148,14 +143,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Layer 2 Tunneling Protocol (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Yhteensopiva Microsoftin ja muiden L2TP VPN-palvelinten kanssa." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -257,9 +246,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:8 -#, fuzzy msgid "Pre-shared key:" -msgstr "Jaettu avain" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:9 msgid "Phase2 Algorithms:" @@ -271,12 +259,11 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Pakota UDP-kapselointi" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "_Lisäasetukset..." +msgstr "_Lisäasetukset" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -289,9 +276,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "Lisävalinnat" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -354,7 +340,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "Salaus ja pakkaus" @@ -431,11 +416,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Käytä TCP-_otsakkeiden pakkausta" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/fr.po network-manager-l2tp-1.0.12/po/fr.po --- network-manager-l2tp-1.0.10/po/fr.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/fr.po 2019-03-11 09:21:42.000000000 +0000 @@ -150,14 +150,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Protocole de tunnel Point-to-Point (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Compatible avec Microsoft et d'autres serveurs VPN L2TP." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -264,20 +258,19 @@ #: ../properties/nm-l2tp-dialog.ui.h:9 msgid "Phase2 Algorithms:" -msgstr "" +msgstr "Algorithmes de phase2 :" #: ../properties/nm-l2tp-dialog.ui.h:10 msgid "Phase1 Algorithms:" -msgstr "" +msgstr "Algorithmes de phase1 :" #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Forcer l'encapsulation UDP" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "A_vancé..." +msgstr "Avancé" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -290,9 +283,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "Facultatif" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -361,7 +353,6 @@ "refuse-eap" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "Sécurité et compression" @@ -454,11 +445,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Utiliser la compression d'en-_têtes TCP" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/fur.po network-manager-l2tp-1.0.12/po/fur.po --- network-manager-l2tp-1.0.10/po/fur.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/fur.po 2019-03-11 09:21:42.000000000 +0000 @@ -17,14 +17,6 @@ "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.8.12\n" -#. Otherwise, we have no saved password, or the password flags indicated -#. * that the password should never be saved. -#. -#: ../auth-dialog/main.c:159 -#, fuzzy, c-format -msgid "You need to authenticate to access the Virtual Private Network '%s'." -msgstr "Al covente autenticâsi par acedi ae rêt privade virtuâl “%s”." - #: ../auth-dialog/main.c:168 ../auth-dialog/main.c:188 msgid "Authenticate VPN" msgstr "Autentiche VPN" @@ -33,26 +25,6 @@ msgid "Password:" msgstr "Password:" -#: ../auth-dialog/vpn-password-dialog.c:102 -#, fuzzy -msgid "_Password:" -msgstr "Password:" - -#: ../auth-dialog/vpn-password-dialog.c:104 -#, fuzzy -msgid "_Secondary Password:" -msgstr "Password:" - -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "Password:" - -#: ../auth-dialog/vpn-password-dialog.c:252 -#, fuzzy -msgid "Sh_ow passwords" -msgstr "Mostre password" - #: ../properties/advanced-dialog.c:188 msgid "All Available (Default)" msgstr "Dutis lis disponibilis (Predefinît)" @@ -138,9 +110,9 @@ msgstr "" #: ../properties/import-export.c:627 -#, fuzzy, c-format +#, c-format msgid "Missing required property '%s'" -msgstr "E mancje la opzion necessarie “%s”." +msgstr "" #: ../properties/import-export.c:657 #, c-format @@ -148,14 +120,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Protocol di tunel pont a pont (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Compatibil cun Microsoft e altris servidôrs VPN L2TP." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -195,7 +161,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "impussibil cjariâ il widget de IU" #: ../properties/nm-l2tp.c:711 #, c-format @@ -234,9 +200,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "Opzions avanzadis L2TP" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -246,11 +211,6 @@ msgid "General" msgstr "Gjenerâl" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "_Gateway:" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -283,13 +243,10 @@ msgstr "_Gateway:" #: ../properties/nm-l2tp-dialog.ui.h:14 -#, fuzzy msgid "" "L2TP server IP or name.\n" "config: xl2tpd lns parameter" msgstr "" -"Non o IP servidôr L2TP.\n" -"config: il prin parametri di l2tp" #: ../properties/nm-l2tp-dialog.ui.h:16 msgid "Optional" @@ -309,19 +266,15 @@ msgstr "Mostre password" #: ../properties/nm-l2tp-dialog.ui.h:20 -#, fuzzy msgid "Password passed to PPPD when prompted for it." -msgstr "Password passade a L2TP cuant che e ven domandade." +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:21 -#, fuzzy msgid "" "Set the name used for authenticating the local system to the peer to " ".\n" "config: xl2tpd name parameter" msgstr "" -"Stabilìs il non doprât par autenticâ il sisteme locâl al grop a .\n" -"config: user " #: ../properties/nm-l2tp-dialog.ui.h:23 msgid "User name:" @@ -448,32 +401,6 @@ msgid "Use protocol _field compression negotiation" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:53 -#, fuzzy -msgid "" -"Allow protocol field compression negotiation in both the receive and the " -"transmit direction.\n" -"config: nopcomp (when unchecked)" -msgstr "" -"Permet/disabilite compression intestazion TCP/IP in stîl Van Jacobson in " -"ricezion e trasmission.\n" -"config: novj (cuant no selezionât)" - -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Dopre compression _intestazion TCP" - -#: ../properties/nm-l2tp-dialog.ui.h:56 -#, fuzzy -msgid "" -"Use Address/Control compression in both directions (send and receive).\n" -"config: noaccomp (when unchecked)" -msgstr "" -"Permet/disabilite compression intestazion TCP/IP in stîl Van Jacobson in " -"ricezion e trasmission.\n" -"config: novj (cuant no selezionât)" - #: ../properties/nm-l2tp-dialog.ui.h:58 msgid "Echo" msgstr "Echo" @@ -528,43 +455,43 @@ msgstr "" #: ../src/nm-l2tp-service.c:544 -#, fuzzy, c-format +#, c-format msgid "invalid gateway '%s'" -msgstr "gateway “%s” no valit" +msgstr "" #: ../src/nm-l2tp-service.c:553 -#, fuzzy, c-format +#, c-format msgid "invalid ipsec-gateway-id '%s'" -msgstr "gateway “%s” no valit" +msgstr "" #: ../src/nm-l2tp-service.c:566 -#, fuzzy, c-format +#, c-format msgid "invalid integer property '%s'" -msgstr "proprietât interie “%s” no valide" +msgstr "" #: ../src/nm-l2tp-service.c:576 -#, fuzzy, c-format +#, c-format msgid "invalid boolean property '%s' (not yes or no)" -msgstr "proprietât booleane “%s” no valide (no je sì o no)" +msgstr "" #: ../src/nm-l2tp-service.c:583 -#, fuzzy, c-format +#, c-format msgid "unhandled property '%s' type %s" -msgstr "proprietât “%s” gjenar %s no tratade" +msgstr "" #: ../src/nm-l2tp-service.c:594 -#, fuzzy, c-format +#, c-format msgid "property '%s' invalid or not supported" -msgstr "proprietât “%s” no valide o no supuartade" +msgstr "" #: ../src/nm-l2tp-service.c:608 msgid "No VPN configuration options." msgstr "Nissune opzion di configurazion VPN." #: ../src/nm-l2tp-service.c:625 -#, fuzzy, c-format +#, c-format msgid "Missing required option '%s'." -msgstr "E mancje la opzion necessarie “%s”." +msgstr "" #: ../src/nm-l2tp-service.c:641 msgid "No VPN secrets!" @@ -712,19 +639,15 @@ msgstr "" #: ../src/nm-l2tp-service.c:1880 -#, fuzzy msgid "Don't quit when VPN connection terminates" -msgstr "No stâ jessî cuant che e termine la conession VPN" +msgstr "" #: ../src/nm-l2tp-service.c:1881 msgid "Enable verbose debug logging (may expose passwords)" msgstr "Abilite regjistris di debug prolìs (al podarès esponi lis password)" #: ../src/nm-l2tp-service.c:1904 -#, fuzzy msgid "" "nm-l2tp-service provides L2TP VPN capability with optional IPsec support to " "NetworkManager." msgstr "" -"nm-l2tp-service al furnìs a NetworkManager lis capacitâts VPN L2TP " -"integradis (compatibil cun Microsoft e altris implementazions)." diff -Nru network-manager-l2tp-1.0.10/po/gl.po network-manager-l2tp-1.0.12/po/gl.po --- network-manager-l2tp-1.0.10/po/gl.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/gl.po 2019-03-11 09:21:42.000000000 +0000 @@ -47,11 +47,6 @@ msgid "_Secondary Password:" msgstr "Contrasinal _secundario:" -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "Contrasinal _secundario:" - #: ../auth-dialog/vpn-password-dialog.c:252 msgid "Sh_ow passwords" msgstr "M_ostrar os contrasinais" @@ -151,14 +146,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Protocolo de Túnel Punto a Punto (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Compatíbel con Microsoft e outros servidores VPN L2TP." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -198,7 +187,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "non foi posíbel cargar o miniaplicativo da interface de usuario" #: ../properties/nm-l2tp.c:711 #, c-format @@ -273,12 +262,11 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Forzar o encapsulamento UDP." #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "A_vanzado" +msgstr "Avanzado" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -291,9 +279,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "Opcional" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -361,7 +348,6 @@ "opción: refuse-pap, refuse-chap, refuse-mschap, refuse-mschap-v2, refuse-eap" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "Seguridade e compresión" @@ -453,11 +439,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Usar a compresión de _cabeceiras TCP" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" @@ -483,7 +464,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:62 msgid "Misc" -msgstr "" +msgstr "Varios" #: ../properties/nm-l2tp-dialog.ui.h:63 msgid "MTU :" diff -Nru network-manager-l2tp-1.0.10/po/gu.po network-manager-l2tp-1.0.12/po/gu.po --- network-manager-l2tp-1.0.10/po/gu.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/gu.po 2019-03-11 09:21:42.000000000 +0000 @@ -43,11 +43,6 @@ msgid "_Secondary Password:" msgstr "ગૌણ પાસવર્ડ (_S):" -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "ગૌણ પાસવર્ડ (_S):" - #: ../auth-dialog/vpn-password-dialog.c:252 msgid "Sh_ow passwords" msgstr "પાસવર્ડોને બતાવો (_o)" @@ -147,14 +142,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Layer 2 Tunneling Protocol (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Microsoft અને બીજા L2TP VPN સર્વરો સાથે સુસંગત છે." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -233,9 +222,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "L2TP ઉન્નત વિકલ્પો" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -245,11 +233,6 @@ msgid "General" msgstr "સામાન્ય" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "ગેટવે (_G):" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -274,9 +257,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "ઉન્નત (_v)..." +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -289,9 +271,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "વૈકલ્પિક" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -336,9 +317,8 @@ msgstr "મૂળભૂત" #: ../properties/nm-l2tp-dialog.ui.h:29 -#, fuzzy msgid "L2TP PPP Options" -msgstr "L2TP ઉન્નત વિકલ્પો" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:30 msgid "Authentication" @@ -355,7 +335,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "સુરક્ષા અને દબાણ" @@ -435,11 +414,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "TCP હેડર દબાણને વાપરો (_h)" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/he.po network-manager-l2tp-1.0.12/po/he.po --- network-manager-l2tp-1.0.10/po/he.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/he.po 2019-03-11 09:21:42.000000000 +0000 @@ -40,11 +40,6 @@ msgid "_Secondary Password:" msgstr "ססמה מ_שנית:" -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "ססמה מ_שנית:" - #: ../auth-dialog/vpn-password-dialog.c:252 msgid "Sh_ow passwords" msgstr "הצ_גת ססמאות" @@ -144,14 +139,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "פרוטוקול תיעול מנקודה לנקודה (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "תואם ל־Microsoft ולשרתי VPN דרך L2TP אחרים." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -230,9 +219,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "אפשרויות L2TP מתקדמות" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -242,11 +230,6 @@ msgid "General" msgstr "כללי" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "שער _גישה:" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -271,9 +254,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "מ_תקדם..." +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -286,9 +268,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "לא מחייב" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -333,9 +314,8 @@ msgstr "בררת מחדל" #: ../properties/nm-l2tp-dialog.ui.h:29 -#, fuzzy msgid "L2TP PPP Options" -msgstr "אפשרויות L2TP מתקדמות" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:30 msgid "Authentication" @@ -352,7 +332,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "אבטחה וכיווץ" @@ -431,11 +410,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "שימוש בד_חיסת כותרות TCP" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/hr.po network-manager-l2tp-1.0.12/po/hr.po --- network-manager-l2tp-1.0.10/po/hr.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/hr.po 2019-03-11 09:21:42.000000000 +0000 @@ -18,14 +18,6 @@ "X-Launchpad-Export-Date: 2017-04-09 22:48+0000\n" "X-Generator: Poedit 1.8.7.1\n" -#. Otherwise, we have no saved password, or the password flags indicated -#. * that the password should never be saved. -#. -#: ../auth-dialog/main.c:159 -#, fuzzy, c-format -msgid "You need to authenticate to access the Virtual Private Network '%s'." -msgstr "Potrebna vam je ovjera za pristup Virtualnoj Privatnoj Mreži “%s“." - #: ../auth-dialog/main.c:168 ../auth-dialog/main.c:188 msgid "Authenticate VPN" msgstr "Ovjeri VPM" @@ -135,9 +127,9 @@ msgstr "" #: ../properties/import-export.c:627 -#, fuzzy, c-format +#, c-format msgid "Missing required property '%s'" -msgstr "Nedostaje potrebna mogućnost “%s”." +msgstr "" #: ../properties/import-export.c:657 #, c-format @@ -145,14 +137,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Točka-u-Točka protokol tuneliranja (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Kompatibilno s Microsoftovim i ostalim L2TP VPN poslužiteljima." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -192,7 +178,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "neuspješno učitavanje korisničkog sučelja" #: ../properties/nm-l2tp.c:711 #, c-format @@ -231,9 +217,8 @@ msgstr "Lozinka nije potrebna" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "L2TP napredne mogućnosti" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -243,11 +228,6 @@ msgid "General" msgstr "Općenito" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "_Pristupnik:" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -272,22 +252,18 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "Na_predno..." +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" msgstr "_Pristupnik:" #: ../properties/nm-l2tp-dialog.ui.h:14 -#, fuzzy msgid "" "L2TP server IP or name.\n" "config: xl2tpd lns parameter" msgstr "" -"L2TP IP poslužitelja ili naziv.\n" -"podešavanje: prvi l2tp parametar" #: ../properties/nm-l2tp-dialog.ui.h:16 msgid "Optional" @@ -307,19 +283,15 @@ msgstr "Prikaži lozinku" #: ../properties/nm-l2tp-dialog.ui.h:20 -#, fuzzy msgid "Password passed to PPPD when prompted for it." -msgstr "Lozinka proslijeđena L2TP-u pri upitu." +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:21 -#, fuzzy msgid "" "Set the name used for authenticating the local system to the peer to " ".\n" "config: xl2tpd name parameter" msgstr "" -"Postavi ime za korištenje ovjere lokalnog sustava s točke u .\n" -"podešavanje: user " #: ../properties/nm-l2tp-dialog.ui.h:23 msgid "User name:" @@ -342,9 +314,8 @@ msgstr "Zadano" #: ../properties/nm-l2tp-dialog.ui.h:29 -#, fuzzy msgid "L2TP PPP Options" -msgstr "L2TP napredne mogućnosti" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:30 msgid "Authentication" @@ -448,32 +419,6 @@ msgid "Use protocol _field compression negotiation" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:53 -#, fuzzy -msgid "" -"Allow protocol field compression negotiation in both the receive and the " -"transmit direction.\n" -"config: nopcomp (when unchecked)" -msgstr "" -"Dopusti/Onemogući Van Jacobson stil TCP/IP zaglavlje sažimanja u oba " -"(odašiljanju i primanju) smjera.\n" -"podešavanje: novj (kada nije odabrano)" - -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Koristi sažimanje TCP _zaglavlja" - -#: ../properties/nm-l2tp-dialog.ui.h:56 -#, fuzzy -msgid "" -"Use Address/Control compression in both directions (send and receive).\n" -"config: noaccomp (when unchecked)" -msgstr "" -"Dopusti/Onemogući Van Jacobson stil TCP/IP zaglavlje sažimanja u oba " -"(odašiljanju i primanju) smjera.\n" -"podešavanje: novj (kada nije odabrano)" - #: ../properties/nm-l2tp-dialog.ui.h:58 msgid "Echo" msgstr "Jeka" @@ -528,43 +473,43 @@ msgstr "" #: ../src/nm-l2tp-service.c:544 -#, fuzzy, c-format +#, c-format msgid "invalid gateway '%s'" -msgstr "neispravan pristupnik “%s“" +msgstr "" #: ../src/nm-l2tp-service.c:553 -#, fuzzy, c-format +#, c-format msgid "invalid ipsec-gateway-id '%s'" -msgstr "neispravan pristupnik “%s“" +msgstr "" #: ../src/nm-l2tp-service.c:566 -#, fuzzy, c-format +#, c-format msgid "invalid integer property '%s'" -msgstr "nevaljan broj objekta “%s”" +msgstr "" #: ../src/nm-l2tp-service.c:576 -#, fuzzy, c-format +#, c-format msgid "invalid boolean property '%s' (not yes or no)" -msgstr "nevaljan boolean objekt “%s” (ne da ili da)" +msgstr "" #: ../src/nm-l2tp-service.c:583 -#, fuzzy, c-format +#, c-format msgid "unhandled property '%s' type %s" -msgstr "Nerukujući objekt “%s” vrste %s" +msgstr "" #: ../src/nm-l2tp-service.c:594 -#, fuzzy, c-format +#, c-format msgid "property '%s' invalid or not supported" -msgstr "objekt “%s” neispravan ili nepodržan" +msgstr "" #: ../src/nm-l2tp-service.c:608 msgid "No VPN configuration options." msgstr "Nema mogućnosti VPN podešavanja." #: ../src/nm-l2tp-service.c:625 -#, fuzzy, c-format +#, c-format msgid "Missing required option '%s'." -msgstr "Nedostaje potrebna mogućnost “%s”." +msgstr "" #: ../src/nm-l2tp-service.c:641 msgid "No VPN secrets!" @@ -712,19 +657,15 @@ msgstr "" #: ../src/nm-l2tp-service.c:1880 -#, fuzzy msgid "Don't quit when VPN connection terminates" -msgstr "Ne zatvaraj kada se VPN povezivanje prekida" +msgstr "" #: ../src/nm-l2tp-service.c:1881 msgid "Enable verbose debug logging (may expose passwords)" msgstr "Omogući opširno zapisivanje otklanjanja grešaka (može otkriti lozinke)" #: ../src/nm-l2tp-service.c:1904 -#, fuzzy msgid "" "nm-l2tp-service provides L2TP VPN capability with optional IPsec support to " "NetworkManager." msgstr "" -"nm-l2tp-service pruža integrirane L2TP VPN mogućnosti (kompatibilne s " -"Microsoftovim i ostalim implementacijama) u Mrežnom upravitelju." diff -Nru network-manager-l2tp-1.0.10/po/hu.po network-manager-l2tp-1.0.12/po/hu.po --- network-manager-l2tp-1.0.10/po/hu.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/hu.po 2019-03-11 09:21:42.000000000 +0000 @@ -147,14 +147,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Ponttól pontig alagutazási protokoll (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Kompatibilis a Microsoft és más L2TP VPN-kiszolgálókkal." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -194,7 +188,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "nem sikerült betölteni az UI felületi elemet" #: ../properties/nm-l2tp.c:711 #, c-format @@ -269,7 +263,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "UDP-beágyazás kényszerítése" #: ../properties/nm-l2tp-dialog.ui.h:12 msgid "Ad_vanced" @@ -447,11 +441,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "TPC _fejléctömörítés használata" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" @@ -514,7 +503,7 @@ #: ../src/nm-l2tp-service.c:544 #, c-format msgid "invalid gateway '%s'" -msgstr "" +msgstr "érvénytelen átjáró: „%s”" #: ../src/nm-l2tp-service.c:553 #, c-format @@ -524,22 +513,22 @@ #: ../src/nm-l2tp-service.c:566 #, c-format msgid "invalid integer property '%s'" -msgstr "" +msgstr "érvénytelen egész érték: „%s”" #: ../src/nm-l2tp-service.c:576 #, c-format msgid "invalid boolean property '%s' (not yes or no)" -msgstr "" +msgstr "érvénytelen logikai érték: „%s” (érvényes értékek: yes, no)" #: ../src/nm-l2tp-service.c:583 #, c-format msgid "unhandled property '%s' type %s" -msgstr "" +msgstr "kezeletlen %2$s típusú érték: „%1$s”" #: ../src/nm-l2tp-service.c:594 #, c-format msgid "property '%s' invalid or not supported" -msgstr "" +msgstr "érvénytelen vagy nem támogatott érték: „%s”" #: ../src/nm-l2tp-service.c:608 msgid "No VPN configuration options." @@ -548,7 +537,7 @@ #: ../src/nm-l2tp-service.c:625 #, c-format msgid "Missing required option '%s'." -msgstr "" +msgstr "Hiányzó kötelező argumentum: „%s”." #: ../src/nm-l2tp-service.c:641 msgid "No VPN secrets!" @@ -697,7 +686,7 @@ #: ../src/nm-l2tp-service.c:1880 msgid "Don't quit when VPN connection terminates" -msgstr "" +msgstr "Ne lépjen ki, ha a VPN-kapcsolat megszakad" #: ../src/nm-l2tp-service.c:1881 msgid "Enable verbose debug logging (may expose passwords)" diff -Nru network-manager-l2tp-1.0.10/po/id.po network-manager-l2tp-1.0.12/po/id.po --- network-manager-l2tp-1.0.10/po/id.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/id.po 2019-03-11 09:21:42.000000000 +0000 @@ -145,14 +145,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Layer 2 Tunneling Protocol (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Kompatibel dengan server VPN L2TP Microsoft dan lainnya." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -192,7 +186,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "tidak bisa memuat widget UI" #: ../properties/nm-l2tp.c:711 #, c-format @@ -231,9 +225,8 @@ msgstr "Sandi tidak diperlukan" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "Opsi Tingkat Lanjut L2TP" +msgstr "Opsi L2TP IPsec" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -243,11 +236,6 @@ msgid "General" msgstr "Umum" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "_Gateway:" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -269,7 +257,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Paksakan enkapsulasi UDP" #: ../properties/nm-l2tp-dialog.ui.h:12 msgid "Ad_vanced" @@ -304,7 +292,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:20 msgid "Password passed to PPPD when prompted for it." -msgstr "" +msgstr "Sandi diluluskan untuk PPPD ketika diminta untuknya." #: ../properties/nm-l2tp-dialog.ui.h:21 msgid "" @@ -334,9 +322,8 @@ msgstr "Baku" #: ../properties/nm-l2tp-dialog.ui.h:29 -#, fuzzy msgid "L2TP PPP Options" -msgstr "Opsi Tingkat Lanjut L2TP" +msgstr "Opsi L2TP PPP" #: ../properties/nm-l2tp-dialog.ui.h:30 msgid "Authentication" @@ -446,11 +433,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Gunakan pemampatan _header TCP" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" @@ -513,7 +495,7 @@ #: ../src/nm-l2tp-service.c:544 #, c-format msgid "invalid gateway '%s'" -msgstr "" +msgstr "gateway '%s' tak valid" #: ../src/nm-l2tp-service.c:553 #, c-format @@ -523,22 +505,22 @@ #: ../src/nm-l2tp-service.c:566 #, c-format msgid "invalid integer property '%s'" -msgstr "" +msgstr "properti integer '%s' tak valid" #: ../src/nm-l2tp-service.c:576 #, c-format msgid "invalid boolean property '%s' (not yes or no)" -msgstr "" +msgstr "properti bool '%s' tak valid (bukan yes atau no)" #: ../src/nm-l2tp-service.c:583 #, c-format msgid "unhandled property '%s' type %s" -msgstr "" +msgstr "properti '%s' jenis %s tak ditangani" #: ../src/nm-l2tp-service.c:594 #, c-format msgid "property '%s' invalid or not supported" -msgstr "" +msgstr "properti '%s' tak valid atau tak didukung" #: ../src/nm-l2tp-service.c:608 msgid "No VPN configuration options." @@ -547,7 +529,7 @@ #: ../src/nm-l2tp-service.c:625 #, c-format msgid "Missing required option '%s'." -msgstr "" +msgstr "Kehilangan opsi '%s' yang diperlukan." #: ../src/nm-l2tp-service.c:641 msgid "No VPN secrets!" @@ -696,7 +678,7 @@ #: ../src/nm-l2tp-service.c:1880 msgid "Don't quit when VPN connection terminates" -msgstr "" +msgstr "Jangan keluar ketika koneksi VPN diputus" #: ../src/nm-l2tp-service.c:1881 msgid "Enable verbose debug logging (may expose passwords)" diff -Nru network-manager-l2tp-1.0.10/po/it.po network-manager-l2tp-1.0.12/po/it.po --- network-manager-l2tp-1.0.10/po/it.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/it.po 2019-03-11 09:21:42.000000000 +0000 @@ -149,14 +149,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Layer 2 Tunneling Protocol (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Compatibile con i server Microsoft e altri server VPN L2TP." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -196,7 +190,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "impossibile caricare elemento grafico" #: ../properties/nm-l2tp.c:711 #, c-format @@ -271,7 +265,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Forza l'incapsulamento UDP" #: ../properties/nm-l2tp-dialog.ui.h:12 msgid "Ad_vanced" @@ -448,11 +442,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Usare la compressione delle _intestazioni TCP" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" @@ -515,7 +504,7 @@ #: ../src/nm-l2tp-service.c:544 #, c-format msgid "invalid gateway '%s'" -msgstr "" +msgstr "gateway «%s» non valido" #: ../src/nm-l2tp-service.c:553 #, c-format @@ -525,22 +514,22 @@ #: ../src/nm-l2tp-service.c:566 #, c-format msgid "invalid integer property '%s'" -msgstr "" +msgstr "proprietà intera «%s» non valida" #: ../src/nm-l2tp-service.c:576 #, c-format msgid "invalid boolean property '%s' (not yes or no)" -msgstr "" +msgstr "proprietà booleana «%s» non valida (non yes o no)" #: ../src/nm-l2tp-service.c:583 #, c-format msgid "unhandled property '%s' type %s" -msgstr "" +msgstr "proprietà «%s» di tipo %s non gestita" #: ../src/nm-l2tp-service.c:594 #, c-format msgid "property '%s' invalid or not supported" -msgstr "" +msgstr "proprietà «%s» non valida o non supportata" #: ../src/nm-l2tp-service.c:608 msgid "No VPN configuration options." @@ -549,7 +538,7 @@ #: ../src/nm-l2tp-service.c:625 #, c-format msgid "Missing required option '%s'." -msgstr "" +msgstr "Opzioni richiesta «%s» mancante." #: ../src/nm-l2tp-service.c:641 msgid "No VPN secrets!" @@ -698,7 +687,7 @@ #: ../src/nm-l2tp-service.c:1880 msgid "Don't quit when VPN connection terminates" -msgstr "" +msgstr "Non esce quando la connessione VPN termina" #: ../src/nm-l2tp-service.c:1881 msgid "Enable verbose debug logging (may expose passwords)" diff -Nru network-manager-l2tp-1.0.10/po/ja.po network-manager-l2tp-1.0.12/po/ja.po --- network-manager-l2tp-1.0.10/po/ja.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/ja.po 2019-03-11 09:21:42.000000000 +0000 @@ -149,11 +149,6 @@ msgid "Layer 2 Tunneling Protocol (L2TP)" msgstr "" -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Microsoft と、その他の L2TP VPN サーバーとの互換性" - #: ../properties/nm-l2tp.c:214 #, c-format msgid "%s: error reading advanced settings: %s" @@ -231,9 +226,8 @@ msgstr "パスワードは不要です" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "PPP オプション" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -243,11 +237,6 @@ msgid "General" msgstr "全般" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "ゲートウェイ(_G):" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -286,9 +275,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "IP オプション" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -333,9 +321,8 @@ msgstr "デフォルト" #: ../properties/nm-l2tp-dialog.ui.h:29 -#, fuzzy msgid "L2TP PPP Options" -msgstr "PPP オプション" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:30 msgid "Authentication" @@ -352,9 +339,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" -msgstr "圧縮" +msgstr "暗号化と圧縮" #: ../properties/nm-l2tp-dialog.ui.h:35 msgid "Use _Point-to-Point encryption (MPPE)" @@ -432,11 +418,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "MPPC 圧縮を使用" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/ka.po network-manager-l2tp-1.0.12/po/ka.po --- network-manager-l2tp-1.0.10/po/ka.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/ka.po 2019-03-11 09:21:42.000000000 +0000 @@ -29,30 +29,13 @@ msgid "Authenticate VPN" msgstr "VPN-აუთენტიკაცია" -#: ../auth-dialog/main.c:170 ../properties/nm-l2tp-dialog.ui.h:24 -#, fuzzy -msgid "Password:" -msgstr "_პაროლი:" - -#: ../auth-dialog/vpn-password-dialog.c:102 -#, fuzzy -msgid "_Password:" -msgstr "_პაროლი:" - #: ../auth-dialog/vpn-password-dialog.c:104 -#, fuzzy msgid "_Secondary Password:" -msgstr "_პაროლი:" +msgstr "" #: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy msgid "_Tertiary Password:" -msgstr "_პაროლი:" - -#: ../auth-dialog/vpn-password-dialog.c:252 -#, fuzzy -msgid "Sh_ow passwords" -msgstr "_პაროლი:" +msgstr "" #: ../properties/advanced-dialog.c:188 msgid "All Available (Default)" @@ -75,9 +58,8 @@ msgstr "" #: ../properties/advanced-dialog.c:330 -#, fuzzy msgid "MSCHAP" -msgstr "MSCHAP-ის უარყოფა" +msgstr "" #: ../properties/advanced-dialog.c:342 msgid "MSCHAPv2" @@ -234,9 +216,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "PPP პარამეტრები" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -246,11 +227,6 @@ msgid "General" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "_კარიბჭე:" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -302,11 +278,6 @@ "config: domain " msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:19 -#, fuzzy -msgid "Show password" -msgstr "_პაროლი:" - #: ../properties/nm-l2tp-dialog.ui.h:20 msgid "Password passed to PPPD when prompted for it." msgstr "" @@ -319,14 +290,12 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:23 -#, fuzzy msgid "User name:" -msgstr "_მომხმარებელი:" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:25 -#, fuzzy msgid "NT Domain:" -msgstr "_დომენი:" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:26 msgid "_IPsec Settings..." @@ -341,9 +310,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:29 -#, fuzzy msgid "L2TP PPP Options" -msgstr "PPP პარამეტრები" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:30 msgid "Authentication" @@ -360,14 +328,12 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" -msgstr "კუმშვა" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:35 -#, fuzzy msgid "Use _Point-to-Point encryption (MPPE)" -msgstr "MPPE-შიფრვა" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:36 msgid "" @@ -397,9 +363,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:43 -#, fuzzy msgid "Allow _BSD data compression" -msgstr "BSD კუმშვის დაშვება" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:44 msgid "" @@ -408,9 +373,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:46 -#, fuzzy msgid "Allow _Deflate data compression" -msgstr "Deflate კუმშვის დაშვება" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:47 msgid "" @@ -419,9 +383,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:49 -#, fuzzy msgid "Use TCP _header compression" -msgstr "MPPC-კუმშვის გამოყენება" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:50 msgid "" @@ -442,9 +405,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy msgid "Use _Address/Control compression" -msgstr "MPPC-კუმშვის გამოყენება" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" diff -Nru network-manager-l2tp-1.0.10/po/kn.po network-manager-l2tp-1.0.12/po/kn.po --- network-manager-l2tp-1.0.10/po/kn.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/kn.po 2019-03-11 09:21:42.000000000 +0000 @@ -39,21 +39,6 @@ msgid "_Password:" msgstr "ಗುಪ್ತಪದ(_P):" -#: ../auth-dialog/vpn-password-dialog.c:104 -#, fuzzy -msgid "_Secondary Password:" -msgstr "ಗುಪ್ತಪದ(_P):" - -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "ಗುಪ್ತಪದ(_P):" - -#: ../auth-dialog/vpn-password-dialog.c:252 -#, fuzzy -msgid "Sh_ow passwords" -msgstr "ಗುಪ್ತಪದಗಳನ್ನು ತೋರಿಸು(_w)" - #: ../properties/advanced-dialog.c:188 msgid "All Available (Default)" msgstr "ಲಭ್ಯವಿರುವ ಎಲ್ಲವೂ (ಪೂರ್ವನಿಯೋಜಿತ)" @@ -149,14 +134,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "ಪಾಯಿಂಟ್-ಟು-ಪಾಯಿಂಟ್ ಟನಲಿಂಗ್ ಪ್ರೊಟೊಕಾಲ್ (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Microsoft ಹಾಗು ಇತರೆ L2TP VPN ಪರಿಚಾರಗಳೊಂದಿಗೆ ಸಹವರ್ತನೀಯವಾಗಿರುತ್ತದೆ." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -235,9 +214,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "L2TP ಸುಧಾರಿತ ಆಯ್ಕೆಗಳು" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -247,11 +225,6 @@ msgid "General" msgstr "ಸಾಮಾನ್ಯ" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "ಗೇಟ್‌ವೇ(_G):" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -276,9 +249,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "ಸುಧಾರಿತ(_v)..." +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -291,9 +263,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "ಐಚ್ಛಿಕ" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -338,12 +309,10 @@ msgstr "ಪೂರ್ವನಿಯೋಜಿತ" #: ../properties/nm-l2tp-dialog.ui.h:29 -#, fuzzy msgid "L2TP PPP Options" -msgstr "L2TP ಸುಧಾರಿತ ಆಯ್ಕೆಗಳು" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:30 -#, fuzzy msgid "Authentication" msgstr "ದೃಢೀಕರಣ" @@ -358,7 +327,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "ಸುರಕ್ಷತೆ ಹಾಗು ಸಂಕುಚನೆ" @@ -435,11 +403,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "TCP ಹೆಡರ್ ಸಂಕುಚನೆಯನ್ನು ಬಳಸು(_h)" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/ko.po network-manager-l2tp-1.0.12/po/ko.po --- network-manager-l2tp-1.0.10/po/ko.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/ko.po 2019-03-11 09:21:42.000000000 +0000 @@ -42,11 +42,6 @@ msgid "_Secondary Password:" msgstr "보조 암호(_S):" -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "보조 암호(_S):" - #: ../auth-dialog/vpn-password-dialog.c:252 msgid "Sh_ow passwords" msgstr "암호 보이기(_O)" @@ -149,11 +144,6 @@ msgid "Layer 2 Tunneling Protocol (L2TP)" msgstr "" -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "마이크로소프트 및 기타 L2TP VPN 서버와 호환됩니다." - #: ../properties/nm-l2tp.c:214 #, c-format msgid "%s: error reading advanced settings: %s" @@ -259,19 +249,19 @@ #: ../properties/nm-l2tp-dialog.ui.h:9 msgid "Phase2 Algorithms:" -msgstr "" +msgstr "2단계 알고리즘:" #: ../properties/nm-l2tp-dialog.ui.h:10 msgid "Phase1 Algorithms:" -msgstr "" +msgstr "1단계 알고리즘:" #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "UDP 캡슐화 강제" #: ../properties/nm-l2tp-dialog.ui.h:12 msgid "Ad_vanced" -msgstr "" +msgstr "고급" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -348,9 +338,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" -msgstr "압축" +msgstr "보안 및 압축" #: ../properties/nm-l2tp-dialog.ui.h:35 msgid "Use _Point-to-Point encryption (MPPE)" @@ -427,11 +416,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "MPPC 압축 사용" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/lt.po network-manager-l2tp-1.0.12/po/lt.po --- network-manager-l2tp-1.0.10/po/lt.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/lt.po 2019-03-11 09:21:42.000000000 +0000 @@ -149,14 +149,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "PPP tuneliavimo protokolas (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Suderinama su Microsoft ir kitais L2TP VPN serveriais." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -196,7 +190,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "nepavyko įkelti elemento UI" #: ../properties/nm-l2tp.c:711 #, c-format @@ -271,7 +265,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Versti UDP įkapsuliaciją" #: ../properties/nm-l2tp-dialog.ui.h:12 msgid "Ad_vanced" @@ -448,11 +442,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Naudoti TCP _antraštės glaudinimą" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" @@ -515,7 +504,7 @@ #: ../src/nm-l2tp-service.c:544 #, c-format msgid "invalid gateway '%s'" -msgstr "" +msgstr "netinkamas kelvedys „%s“" #: ../src/nm-l2tp-service.c:553 #, c-format @@ -525,22 +514,22 @@ #: ../src/nm-l2tp-service.c:566 #, c-format msgid "invalid integer property '%s'" -msgstr "" +msgstr "netinkama skaitinė savybė „%s“" #: ../src/nm-l2tp-service.c:576 #, c-format msgid "invalid boolean property '%s' (not yes or no)" -msgstr "" +msgstr "netinkama loginė savybė „%s“ (ne taip arba ne)" #: ../src/nm-l2tp-service.c:583 #, c-format msgid "unhandled property '%s' type %s" -msgstr "" +msgstr "neapdorotas savybės „%s“ tipas %s" #: ../src/nm-l2tp-service.c:594 #, c-format msgid "property '%s' invalid or not supported" -msgstr "" +msgstr "savybė „%s“ netinkama arba nepalaikoma" #: ../src/nm-l2tp-service.c:608 msgid "No VPN configuration options." @@ -549,7 +538,7 @@ #: ../src/nm-l2tp-service.c:625 #, c-format msgid "Missing required option '%s'." -msgstr "" +msgstr "Trūksta būtino parametro „%s“." #: ../src/nm-l2tp-service.c:641 msgid "No VPN secrets!" @@ -698,7 +687,7 @@ #: ../src/nm-l2tp-service.c:1880 msgid "Don't quit when VPN connection terminates" -msgstr "" +msgstr "Neužverti kai VPN ryšys baigiasi" #: ../src/nm-l2tp-service.c:1881 msgid "Enable verbose debug logging (may expose passwords)" diff -Nru network-manager-l2tp-1.0.10/po/lv.po network-manager-l2tp-1.0.12/po/lv.po --- network-manager-l2tp-1.0.10/po/lv.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/lv.po 2019-03-11 09:21:42.000000000 +0000 @@ -44,11 +44,6 @@ msgid "_Secondary Password:" msgstr "_Sekundārā parole:" -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "_Sekundārā parole:" - #: ../auth-dialog/vpn-password-dialog.c:252 msgid "Sh_ow passwords" msgstr "Rādīt par_oles" @@ -148,14 +143,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Divp_unktu tunelēšanas protokols (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Savietojams ar Microsoft un citiem L2TP VPN serveriem." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -195,7 +184,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "nevarēja ielādēt UI sīkrīku" #: ../properties/nm-l2tp.c:711 #, c-format @@ -234,9 +223,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "L2TP paplašinātas opcijas" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -246,11 +234,6 @@ msgid "General" msgstr "Vispārējs" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "_Vārteja:" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -275,9 +258,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "_Paplašināti..." +msgstr "Pap_lašināti" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -290,9 +272,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "Neobligāts" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -340,9 +321,8 @@ msgstr "Noklusēts" #: ../properties/nm-l2tp-dialog.ui.h:29 -#, fuzzy msgid "L2TP PPP Options" -msgstr "L2TP paplašinātas opcijas" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:30 msgid "Authentication" @@ -361,9 +341,8 @@ "config: refuse-pap, refuse-chap, refuse-mschap, refuse-mschap-v2, refuse-eap" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" -msgstr "Drošība un kompresija" +msgstr "Drošība un saspiešana" #: ../properties/nm-l2tp-dialog.ui.h:35 msgid "Use _Point-to-Point encryption (MPPE)" @@ -453,11 +432,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Izmantot TCP _galvenes kompresiju" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" @@ -482,7 +456,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:62 msgid "Misc" -msgstr "" +msgstr "Dažādi" #: ../properties/nm-l2tp-dialog.ui.h:63 msgid "MTU :" diff -Nru network-manager-l2tp-1.0.10/po/mk.po network-manager-l2tp-1.0.12/po/mk.po --- network-manager-l2tp-1.0.10/po/mk.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/mk.po 2019-03-11 09:21:42.000000000 +0000 @@ -39,21 +39,6 @@ msgid "_Password:" msgstr "_Лозинка:" -#: ../auth-dialog/vpn-password-dialog.c:104 -#, fuzzy -msgid "_Secondary Password:" -msgstr "_Лозинка:" - -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "_Лозинка:" - -#: ../auth-dialog/vpn-password-dialog.c:252 -#, fuzzy -msgid "Sh_ow passwords" -msgstr "Покажи ги лозин_ките" - #: ../properties/advanced-dialog.c:188 msgid "All Available (Default)" msgstr "" @@ -233,9 +218,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "PPP опции" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -245,11 +229,6 @@ msgid "General" msgstr "Општо" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "_Премин:" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -288,9 +267,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "IP опции" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -299,11 +277,6 @@ "config: domain " msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:19 -#, fuzzy -msgid "Show password" -msgstr "_Лозинка:" - #: ../properties/nm-l2tp-dialog.ui.h:20 msgid "Password passed to PPPD when prompted for it." msgstr "" @@ -320,9 +293,8 @@ msgstr "Корисничко име:" #: ../properties/nm-l2tp-dialog.ui.h:25 -#, fuzzy msgid "NT Domain:" -msgstr "_Домен:" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:26 msgid "_IPsec Settings..." @@ -337,9 +309,8 @@ msgstr "Стандардно" #: ../properties/nm-l2tp-dialog.ui.h:29 -#, fuzzy msgid "L2TP PPP Options" -msgstr "PPP опции" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:30 msgid "Authentication" @@ -356,14 +327,12 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" -msgstr "Компресија" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:35 -#, fuzzy msgid "Use _Point-to-Point encryption (MPPE)" -msgstr "Користи MPPE енкрипција" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:36 msgid "" @@ -435,9 +404,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy msgid "Use _Address/Control compression" -msgstr "Користи MPPC компресија" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" diff -Nru network-manager-l2tp-1.0.10/po/mr.po network-manager-l2tp-1.0.12/po/mr.po --- network-manager-l2tp-1.0.10/po/mr.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/mr.po 2019-03-11 09:21:42.000000000 +0000 @@ -38,21 +38,6 @@ msgid "_Password:" msgstr "पासवर्ड (_P):" -#: ../auth-dialog/vpn-password-dialog.c:104 -#, fuzzy -msgid "_Secondary Password:" -msgstr "पासवर्ड (_P):" - -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "पासवर्ड (_P):" - -#: ../auth-dialog/vpn-password-dialog.c:252 -#, fuzzy -msgid "Sh_ow passwords" -msgstr "पासवर्डस् दाखवा (_w)" - #: ../properties/advanced-dialog.c:188 msgid "All Available (Default)" msgstr "सर्व उपलब्ध (मुलभूत)" @@ -148,14 +133,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Layer 2 Tunneling Protocol (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Microsoft व इतर L2TP VPN सर्वरशी सहत्व." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -245,11 +224,6 @@ msgid "General" msgstr "सर्वसामान्य" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "गेटवे (_G):" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -274,9 +248,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "प्रगत (_v)..." +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -289,9 +262,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "वैक्लपिक" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -354,7 +326,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "सुरक्षा व संकोचन" @@ -431,11 +402,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "TCP शिर्षओळ संकोचन वापरा (_h)" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/nb.po network-manager-l2tp-1.0.12/po/nb.po --- network-manager-l2tp-1.0.10/po/nb.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/nb.po 2019-03-11 09:21:42.000000000 +0000 @@ -41,11 +41,6 @@ msgid "_Secondary Password:" msgstr "_Sekundært passord:" -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "_Sekundært passord:" - #: ../auth-dialog/vpn-password-dialog.c:252 msgid "Sh_ow passwords" msgstr "Vis pass_ord" @@ -148,11 +143,6 @@ msgid "Layer 2 Tunneling Protocol (L2TP)" msgstr "" -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Kompatibel med Microsofts og andres VPN-tjenere basert på L2TP." - #: ../properties/nm-l2tp.c:214 #, c-format msgid "%s: error reading advanced settings: %s" @@ -258,15 +248,15 @@ #: ../properties/nm-l2tp-dialog.ui.h:9 msgid "Phase2 Algorithms:" -msgstr "" +msgstr "Fase 2 algoritmer:" #: ../properties/nm-l2tp-dialog.ui.h:10 msgid "Phase1 Algorithms:" -msgstr "" +msgstr "Fase 1 algoritmer:" #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Tving UDP-innkapsling" #: ../properties/nm-l2tp-dialog.ui.h:12 msgid "Ad_vanced" @@ -347,9 +337,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" -msgstr "Komprimerin" +msgstr "Sikkerhet og komprimering" #: ../properties/nm-l2tp-dialog.ui.h:35 msgid "Use _Point-to-Point encryption (MPPE)" @@ -426,11 +415,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Bruk MPPC-komprimering" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/nl.po network-manager-l2tp-1.0.12/po/nl.po --- network-manager-l2tp-1.0.10/po/nl.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/nl.po 2019-03-11 09:21:42.000000000 +0000 @@ -147,14 +147,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Layer 2 Tunneling Protocol (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Compatible met Microsoft en andere L2TP VPN-servers." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -262,20 +256,19 @@ #: ../properties/nm-l2tp-dialog.ui.h:9 msgid "Phase2 Algorithms:" -msgstr "" +msgstr "Phase2-algoritmen:" #: ../properties/nm-l2tp-dialog.ui.h:10 msgid "Phase1 Algorithms:" -msgstr "" +msgstr "Phase1-algoritmen:" #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "UDP-encapsulatie forceren" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "_Geavanceerd…" +msgstr "Gea_vanceerd" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -288,9 +281,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "Facultatief" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -351,9 +343,11 @@ "Allow/disable authentication methods.\n" "config: refuse-pap, refuse-chap, refuse-mschap, refuse-mschap-v2, refuse-eap" msgstr "" +"Authenticatiemethodes toestaan/uitschakelen.\n" +"configuratie: refuse-pap, refuse-chap, refuse-mschap, refuse-mschap-v2, " +"refuse-eap" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "Beveiliging en compressie" @@ -367,6 +361,10 @@ "To enable this checkbox, select one or more of the MSCHAP authentication " "methods: MSCHAP or MSCHAPv2." msgstr "" +"Let op: MPPE-versleuteling is enkel beschikbaar voor MSCHAP-" +"authenticatiemethodes. Selecteer een of meerdere van de MSCHAP-" +"authenticatiemethodes om dit selectievakje in te schakelen: MSCHAP of " +"MSCHAPv2." #: ../properties/nm-l2tp-dialog.ui.h:37 msgid "_Security:" @@ -377,6 +375,8 @@ "Require the use of MPPE, with 40/128-bit encryption or all.\n" "config: require-mppe, require-mppe-128 or require-mppe-40" msgstr "" +"Vereis het gebruik van MPPE, met 40/128-bits versleuteling of alles.\n" +"configuratie: require-mppe, require-mppe-128 of require-mppe-40" #: ../properties/nm-l2tp-dialog.ui.h:40 msgid "Allow st_ateful encryption" @@ -387,6 +387,9 @@ "Allow MPPE to use stateful mode. Stateless mode is still attempted first.\n" "config: mppe-stateful (when checked)" msgstr "" +"Sta MPPE toe stateful-modus te gebruiken. Stateless-modus wordt nog steeds " +"eerst geprobeerd.\n" +"configuratie: mppe-stateful (indien aangevinkt)" #: ../properties/nm-l2tp-dialog.ui.h:43 msgid "Allow _BSD data compression" @@ -397,6 +400,8 @@ "Allow/disable BSD-Compress compression.\n" "config: nobsdcomp (when unchecked)" msgstr "" +"BSD-Compress-compressie toestaan/uitschakelen.\n" +"configuratie: nobsdcomp (indien uitgevinkt)" #: ../properties/nm-l2tp-dialog.ui.h:46 msgid "Allow _Deflate data compression" @@ -407,6 +412,8 @@ "Allow/disable Deflate compression.\n" "config: nodeflate (when unchecked)" msgstr "" +"Deflate-compressie toestaan/uitschakelen.\n" +"configuratie: nodeflate (indien uitgevinkt)" # toepassen/gebruiken #: ../properties/nm-l2tp-dialog.ui.h:49 @@ -419,6 +426,9 @@ "transmit and the receive directions.\n" "config: novj (when unchecked)" msgstr "" +"Van Jacobson-achtige TCP-/IP-headercompress toestaan/uitschakelen in zowel " +"verzend- als ontvangrichting.\n" +"configuratie: novj (indien uitgevinkt)" #: ../properties/nm-l2tp-dialog.ui.h:52 msgid "Use protocol _field compression negotiation" @@ -431,12 +441,6 @@ "config: nopcomp (when unchecked)" msgstr "" -# toepassen/gebruiken -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "TCP-_headercompressie toepassen" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" @@ -456,10 +460,12 @@ "Send LCP echo-requests to find out whether peer is alive.\n" "config: lcp-echo-failure and lcp-echo-interval" msgstr "" +"Stuur LCP-echoverzoeken om na te gaan of de peer nog actief is.\n" +"configuratie: lcp-echo-failure en lcp-echo-interval" #: ../properties/nm-l2tp-dialog.ui.h:62 msgid "Misc" -msgstr "" +msgstr "Allerlei" #: ../properties/nm-l2tp-dialog.ui.h:63 msgid "MTU :" @@ -475,11 +481,11 @@ #: ../src/nm-l2tp-service.c:225 msgid "Missing VPN username." -msgstr "" +msgstr "VPN-gebruikersnaam ontbreekt." #: ../src/nm-l2tp-service.c:231 msgid "Missing or invalid VPN password." -msgstr "" +msgstr "VPN-wachtwoord ontbreekt of is ongeldig." #: ../src/nm-l2tp-service.c:273 #, c-format @@ -512,21 +518,21 @@ #: ../src/nm-l2tp-service.c:576 #, c-format msgid "invalid boolean property '%s' (not yes or no)" -msgstr "" +msgstr "ongeldige booleaanse waarde voor eigenschap ‘%s’ (geen ‘yes’ of ‘no’)" #: ../src/nm-l2tp-service.c:583 #, c-format msgid "unhandled property '%s' type %s" -msgstr "" +msgstr "niet-afgehandelde eigenschap ‘%s’ type %s" #: ../src/nm-l2tp-service.c:594 #, c-format msgid "property '%s' invalid or not supported" -msgstr "" +msgstr "eigenschap ‘%s’ is ongeldig of wordt niet ondersteund" #: ../src/nm-l2tp-service.c:608 msgid "No VPN configuration options." -msgstr "" +msgstr "Geen VPN-configuratieopties." #: ../src/nm-l2tp-service.c:625 #, c-format @@ -681,11 +687,11 @@ #: ../src/nm-l2tp-service.c:1880 msgid "Don't quit when VPN connection terminates" -msgstr "" +msgstr "Niet afsluiten wanneer de VPN-verbinding verbroken wordt" #: ../src/nm-l2tp-service.c:1881 msgid "Enable verbose debug logging (may expose passwords)" -msgstr "" +msgstr "Uitgebreide debug-logging inschakelen (kan wachtwoorden blootstellen)" #: ../src/nm-l2tp-service.c:1904 msgid "" diff -Nru network-manager-l2tp-1.0.10/po/oc.po network-manager-l2tp-1.0.12/po/oc.po --- network-manager-l2tp-1.0.10/po/oc.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/oc.po 2019-03-11 09:21:42.000000000 +0000 @@ -114,11 +114,6 @@ msgid "Property '%s' value '%s' can't be parsed as route metric." msgstr "" -#: ../properties/import-export.c:343 -#, fuzzy, c-format -msgid "Error parsing property '%s' value '%s'." -msgstr "proprietat « %s » de tipe « %s » pas gerida" - #: ../properties/import-export.c:385 #, c-format msgid "does not look like a L2TP VPN connection (parse failed)" @@ -135,25 +130,14 @@ "Property %s can't be parsed as boolean. Only 'true' and 'false' allowed." msgstr "" -#: ../properties/import-export.c:627 -#, fuzzy, c-format -msgid "Missing required property '%s'" -msgstr "Opcion obligatòria « %s » mancanta." - #: ../properties/import-export.c:657 #, c-format msgid "Couldn't open file for writing." msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Protocòl de tunèl Point-to-Point (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Compatible amb Microsoft e d'autres servidors VPN L2TP." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -232,9 +216,8 @@ msgstr "Un senhal es requesit per vos connectar a « %s »." #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "Opcions avançada L2TP" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -244,11 +227,6 @@ msgid "General" msgstr "General" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "_Palanca :" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -281,18 +259,14 @@ msgstr "_Palanca :" #: ../properties/nm-l2tp-dialog.ui.h:14 -#, fuzzy msgid "" "L2TP server IP or name.\n" "config: xl2tpd lns parameter" msgstr "" -"Nom o adreça IP del servidor L2TP.\n" -"configuracion : lo primièr paramètre de l2tp" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "Opcional" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -309,20 +283,15 @@ msgstr "Afichar lo senhal" #: ../properties/nm-l2tp-dialog.ui.h:20 -#, fuzzy msgid "Password passed to PPPD when prompted for it." -msgstr "Senhal transmés a L2TP quand aqueste es demandat." +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:21 -#, fuzzy msgid "" "Set the name used for authenticating the local system to the peer to " ".\n" "config: xl2tpd name parameter" msgstr "" -"Definís lo nom utilizat per autentificar lo sistèma local per la " -"comunicacion amb .\n" -"configuracion : user " #: ../properties/nm-l2tp-dialog.ui.h:23 msgid "User name:" @@ -366,7 +335,6 @@ "refuse-eap" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "Seguretat e compression" @@ -452,32 +420,6 @@ msgid "Use protocol _field compression negotiation" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:53 -#, fuzzy -msgid "" -"Allow protocol field compression negotiation in both the receive and the " -"transmit direction.\n" -"config: nopcomp (when unchecked)" -msgstr "" -"Autoriza/desactiva la compression d'entèsta TCP/IP d'estil Van Jacobson a " -"l'encòp en transmission e en recepcion.\n" -"configuracion : novj (se desmarcat)" - -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Utilizar la compression de las _entèstas TCP" - -#: ../properties/nm-l2tp-dialog.ui.h:56 -#, fuzzy -msgid "" -"Use Address/Control compression in both directions (send and receive).\n" -"config: noaccomp (when unchecked)" -msgstr "" -"Autoriza/desactiva la compression d'entèsta TCP/IP d'estil Van Jacobson a " -"l'encòp en transmission e en recepcion.\n" -"configuracion : novj (se desmarcat)" - #: ../properties/nm-l2tp-dialog.ui.h:58 msgid "Echo" msgstr "Resson" @@ -536,11 +478,6 @@ msgid "invalid gateway '%s'" msgstr "palanca « %s » invalida" -#: ../src/nm-l2tp-service.c:553 -#, fuzzy, c-format -msgid "invalid ipsec-gateway-id '%s'" -msgstr "palanca « %s » invalida" - #: ../src/nm-l2tp-service.c:566 #, c-format msgid "invalid integer property '%s'" @@ -724,10 +661,7 @@ msgstr "Activar lo desbugatge verbós (de senhals pòdon aparéisser)" #: ../src/nm-l2tp-service.c:1904 -#, fuzzy msgid "" "nm-l2tp-service provides L2TP VPN capability with optional IPsec support to " "NetworkManager." msgstr "" -"nm-l2tp-service ofrís de foncions de VPN L2TP integradas a NetworkManager " -"(compatible amb Microsoft e d'autras implementacions)." diff -Nru network-manager-l2tp-1.0.10/po/pa.po network-manager-l2tp-1.0.12/po/pa.po --- network-manager-l2tp-1.0.10/po/pa.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/pa.po 2019-03-11 09:21:42.000000000 +0000 @@ -42,11 +42,6 @@ msgid "_Secondary Password:" msgstr "ਸੈਕੰਡਰੀ ਪਾਸਵਰਡ(_S):" -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "ਸੈਕੰਡਰੀ ਪਾਸਵਰਡ(_S):" - #: ../auth-dialog/vpn-password-dialog.c:252 msgid "Sh_ow passwords" msgstr "ਪਾਸਵਰਡ ਵੇਖੋ(_o)" @@ -146,14 +141,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "ਪੁਆਇੰਟ-ਟੂ-ਪੁਆਇੰਟ ਟਨਲਿੰਗ ਪਰੋਟੋਕਾਲ (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "ਮਾਈਕਰੋਸਾਫਟ ਅਤੇ ਹੋਰ L2TP VPN ਸਰਵਰਾਂ ਨਾਲ ਅਨੁਕੂਲ ਹੈ।" +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -232,9 +221,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "PPP ਮਾਹਰ ਚੋਣਾਂ" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -244,11 +232,6 @@ msgid "General" msgstr "ਸਧਾਰਨ" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "ਗੇਟਵੇ(_G):" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -273,9 +256,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "ਮਾਹਰ(_v)..." +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -288,9 +270,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "ਚੋਣਵਾਂ" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -335,9 +316,8 @@ msgstr "ਡਿਫਾਲਟ" #: ../properties/nm-l2tp-dialog.ui.h:29 -#, fuzzy msgid "L2TP PPP Options" -msgstr "PPP ਮਾਹਰ ਚੋਣਾਂ" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:30 msgid "Authentication" @@ -354,7 +334,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "ਸੁਰੱਖਿਆ ਅਤੇ ਕੰਪਰੈੱਸ਼ਨ" @@ -433,11 +412,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "TPC ਹੈੱਡਰ ਕੰਪਰੈਸ਼ਨ ਵਰਤੋਂ(_h)" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/pl.po network-manager-l2tp-1.0.12/po/pl.po --- network-manager-l2tp-1.0.10/po/pl.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/pl.po 2019-03-11 09:21:42.000000000 +0000 @@ -149,14 +149,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Protokół tunelowania Point-to-Point (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Zgodny z serwerami firmy Microsoft i innymi serwerami VPN L2TP." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -196,7 +190,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "nie można wczytać widżetu interfejsu użytkownika" #: ../properties/nm-l2tp.c:711 #, c-format @@ -271,7 +265,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Wymuś enkapsulację UDP" #: ../properties/nm-l2tp-dialog.ui.h:12 msgid "Ad_vanced" @@ -449,11 +443,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Kompresja _nagłówków TCP" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" @@ -516,7 +505,7 @@ #: ../src/nm-l2tp-service.c:544 #, c-format msgid "invalid gateway '%s'" -msgstr "" +msgstr "nieprawidłowa brama „%s”" #: ../src/nm-l2tp-service.c:553 #, c-format @@ -526,22 +515,23 @@ #: ../src/nm-l2tp-service.c:566 #, c-format msgid "invalid integer property '%s'" -msgstr "" +msgstr "nieprawidłowa własność liczby całkowitej „%s”" #: ../src/nm-l2tp-service.c:576 #, c-format msgid "invalid boolean property '%s' (not yes or no)" msgstr "" +"nieprawidłowa własność zmiennej logicznej „%s” (nie wynosi „yes” lub „no”)" #: ../src/nm-l2tp-service.c:583 #, c-format msgid "unhandled property '%s' type %s" -msgstr "" +msgstr "nieobsługiwana własność „%s” typu „%s”" #: ../src/nm-l2tp-service.c:594 #, c-format msgid "property '%s' invalid or not supported" -msgstr "" +msgstr "własność „%s” jest nieprawidłowa lub nieobsługiwana" #: ../src/nm-l2tp-service.c:608 msgid "No VPN configuration options." @@ -550,7 +540,7 @@ #: ../src/nm-l2tp-service.c:625 #, c-format msgid "Missing required option '%s'." -msgstr "" +msgstr "Brak wymaganej opcji „%s”." #: ../src/nm-l2tp-service.c:641 msgid "No VPN secrets!" @@ -699,7 +689,7 @@ #: ../src/nm-l2tp-service.c:1880 msgid "Don't quit when VPN connection terminates" -msgstr "" +msgstr "Nie kończy działania, kiedy połączenie VPN jest kończone" #: ../src/nm-l2tp-service.c:1881 msgid "Enable verbose debug logging (may expose passwords)" diff -Nru network-manager-l2tp-1.0.10/po/pt_BR.po network-manager-l2tp-1.0.12/po/pt_BR.po --- network-manager-l2tp-1.0.10/po/pt_BR.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/pt_BR.po 2019-03-11 09:21:42.000000000 +0000 @@ -154,14 +154,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Protocolo de Encapsulamento Ponto a Ponto (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Compatível com servidores Microsoft e outros L2TP VPN." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -201,7 +195,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "não foi possível carregar widget da UI" #: ../properties/nm-l2tp.c:711 #, c-format @@ -276,7 +270,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Forçar encapsulamento UDP" #: ../properties/nm-l2tp-dialog.ui.h:12 msgid "Ad_vanced" @@ -454,11 +448,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Usar compressão de cabeçal_ho TCP" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" @@ -521,7 +510,7 @@ #: ../src/nm-l2tp-service.c:544 #, c-format msgid "invalid gateway '%s'" -msgstr "" +msgstr "gateway \"%s\" inválido" #: ../src/nm-l2tp-service.c:553 #, c-format @@ -531,22 +520,22 @@ #: ../src/nm-l2tp-service.c:566 #, c-format msgid "invalid integer property '%s'" -msgstr "" +msgstr "propriedade do inteiro \"%s\" inválido" #: ../src/nm-l2tp-service.c:576 #, c-format msgid "invalid boolean property '%s' (not yes or no)" -msgstr "" +msgstr "propriedade do booleano \"%s\" inválido (não sim ou não)" #: ../src/nm-l2tp-service.c:583 #, c-format msgid "unhandled property '%s' type %s" -msgstr "" +msgstr "propriedade \"%s\" não-manipulada, tipo %s" #: ../src/nm-l2tp-service.c:594 #, c-format msgid "property '%s' invalid or not supported" -msgstr "" +msgstr "propriedade \"%s\" inválida ou sem suporte" #: ../src/nm-l2tp-service.c:608 msgid "No VPN configuration options." @@ -555,7 +544,7 @@ #: ../src/nm-l2tp-service.c:625 #, c-format msgid "Missing required option '%s'." -msgstr "" +msgstr "Faltando opção \"%s\" necessária." #: ../src/nm-l2tp-service.c:641 msgid "No VPN secrets!" @@ -704,7 +693,7 @@ #: ../src/nm-l2tp-service.c:1880 msgid "Don't quit when VPN connection terminates" -msgstr "" +msgstr "Não sair até que a conexão com a VPN tenha terminado" #: ../src/nm-l2tp-service.c:1881 msgid "Enable verbose debug logging (may expose passwords)" diff -Nru network-manager-l2tp-1.0.10/po/pt.po network-manager-l2tp-1.0.12/po/pt.po --- network-manager-l2tp-1.0.10/po/pt.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/pt.po 2019-03-11 09:21:42.000000000 +0000 @@ -147,14 +147,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Protocolo de Tunneling Ponto-a-Ponto (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Compatível com servidores VPN L2TP da Microsoft e outros." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -194,7 +188,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "impossível carregar widget de UI" #: ../properties/nm-l2tp.c:711 #, c-format @@ -269,12 +263,11 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Forçar o encapsulamento de UDP" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "A_vançado..." +msgstr "Avançado" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -287,9 +280,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "Opcional" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -358,9 +350,8 @@ "refuse-eap" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" -msgstr "Segurança e Compressão" +msgstr "Segurança e compressão" #: ../properties/nm-l2tp-dialog.ui.h:35 msgid "Use _Point-to-Point encryption (MPPE)" @@ -450,11 +441,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Utilizar compressão de _cabeçalho TCP" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" @@ -479,7 +465,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:62 msgid "Misc" -msgstr "" +msgstr "Outros" #: ../properties/nm-l2tp-dialog.ui.h:63 msgid "MTU :" diff -Nru network-manager-l2tp-1.0.10/po/ro.po network-manager-l2tp-1.0.12/po/ro.po --- network-manager-l2tp-1.0.10/po/ro.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/ro.po 2019-03-11 09:21:42.000000000 +0000 @@ -40,21 +40,6 @@ msgid "_Password:" msgstr "_Parolă:" -#: ../auth-dialog/vpn-password-dialog.c:104 -#, fuzzy -msgid "_Secondary Password:" -msgstr "_Parolă:" - -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "_Parolă:" - -#: ../auth-dialog/vpn-password-dialog.c:252 -#, fuzzy -msgid "Sh_ow passwords" -msgstr "Afișea_ză parolele" - #: ../properties/advanced-dialog.c:188 msgid "All Available (Default)" msgstr "Toate cele disponibile (implicit)" @@ -150,14 +135,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Protocol de tunelare Punct la punct (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Compatibil cu Microsoft și alte servere VPN L2TP." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -236,9 +215,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "Opțiuni avansate L2TP" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -248,11 +226,6 @@ msgid "General" msgstr "General" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "_Gateway:" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -266,20 +239,19 @@ #: ../properties/nm-l2tp-dialog.ui.h:9 msgid "Phase2 Algorithms:" -msgstr "" +msgstr "Algoritmi pentru faza 2:" #: ../properties/nm-l2tp-dialog.ui.h:10 msgid "Phase1 Algorithms:" -msgstr "" +msgstr "Algoritmi pentru faza 1:" #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Impune încapsularea UDP" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "A_vansat..." +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -292,9 +264,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "Opționale" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -339,9 +310,8 @@ msgstr "Implicit" #: ../properties/nm-l2tp-dialog.ui.h:29 -#, fuzzy msgid "L2TP PPP Options" -msgstr "Opțiuni avansate L2TP" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:30 msgid "Authentication" @@ -358,7 +328,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "Securitate și compresie" @@ -438,11 +407,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Folosește compresia _antetelor TCP" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/ru.po network-manager-l2tp-1.0.12/po/ru.po --- network-manager-l2tp-1.0.10/po/ru.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/ru.po 2019-03-11 09:21:42.000000000 +0000 @@ -108,12 +108,6 @@ msgid "Property '%s' value '%s' couldn't find netmask." msgstr "Не могу найти сетевую маску у параметра '%s' со значением '%s'." -#: ../properties/import-export.c:288 -#, fuzzy, c-format -msgid "Property '%s' value '%s' can't be parsed as IP netmask." -msgstr "" -"Не могу преобразовать параметр '%s' со значением '%s' как сетевую маску IP." - #: ../properties/import-export.c:333 #, c-format msgid "Property '%s' value '%s' can't be parsed as route metric." @@ -158,11 +152,6 @@ msgid "Layer 2 Tunneling Protocol (L2TP)" msgstr "Layer 2 Tunneling Protocol (L2TP)" -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Совместим с серверами Microsoft и другими серверами L2TP VPN." - #: ../properties/nm-l2tp.c:214 #, c-format msgid "%s: error reading advanced settings: %s" @@ -268,20 +257,19 @@ #: ../properties/nm-l2tp-dialog.ui.h:9 msgid "Phase2 Algorithms:" -msgstr "" +msgstr "Алгоритмы фазы 2:" #: ../properties/nm-l2tp-dialog.ui.h:10 msgid "Phase1 Algorithms:" -msgstr "" +msgstr "Алгоритмы фазы 1:" #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Принудительная инкапсуляция в UDP" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "_Дополнительно..." +msgstr "Дополнительно" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -296,9 +284,8 @@ "опция конфигурации: xl2tpd lns параметр" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "Дополнительные" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -367,7 +354,6 @@ "config: refuse-pap, refuse-chap, refuse-mschap, refuse-mschap-v2, refuse-eap" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "Шифрование и сжатие" @@ -493,7 +479,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:62 msgid "Misc" -msgstr "" +msgstr "Прочее" #: ../properties/nm-l2tp-dialog.ui.h:63 msgid "MTU :" @@ -666,23 +652,21 @@ msgstr "" #: ../src/nm-l2tp-service.c:1253 -#, fuzzy, c-format +#, c-format msgid "Could not write %s/ipsec.nm-l2tp.secrets" -msgstr "не могу создать l2tp объект" +msgstr "" #: ../src/nm-l2tp-service.c:1288 msgid "Could not write ipsec config." msgstr "" #: ../src/nm-l2tp-service.c:1352 -#, fuzzy msgid "Could not write xl2tpd config." -msgstr "не могу создать l2tp объект" +msgstr "" #: ../src/nm-l2tp-service.c:1402 -#, fuzzy msgid "Could not write ppp options." -msgstr "не могу создать l2tp объект" +msgstr "" #: ../src/nm-l2tp-service.c:1604 #, c-format @@ -701,11 +685,6 @@ msgid "Could not start pppd plugin helper service." msgstr "" -#: ../src/nm-l2tp-service.c:1641 -#, fuzzy -msgid "could not retrieve connection UUID" -msgstr "не могу создать l2tp объект" - #: ../src/nm-l2tp-service.c:1665 msgid "starting ipsec" msgstr "" diff -Nru network-manager-l2tp-1.0.10/po/sl.po network-manager-l2tp-1.0.12/po/sl.po --- network-manager-l2tp-1.0.10/po/sl.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/sl.po 2019-03-11 09:21:42.000000000 +0000 @@ -46,11 +46,6 @@ msgid "_Secondary Password:" msgstr "_Drugotno geslo:" -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "_Drugotno geslo:" - #: ../auth-dialog/vpn-password-dialog.c:252 msgid "Sh_ow passwords" msgstr "_Pokaži gesla" @@ -150,14 +145,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Point-to-Point protokol tuneliranja (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Združljivo z Microsoftovim in drugimi L2TP VPN strežniki." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -272,12 +261,11 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Vsili vložitev UDP" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "_Napredno ..." +msgstr "Napredno" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -290,9 +278,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "Izbirno" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -360,7 +347,6 @@ "eap" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "Varnost in stiskanje" @@ -452,11 +438,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Uporabi stiskanje _glave TCP" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/sr@latin.po network-manager-l2tp-1.0.12/po/sr@latin.po --- network-manager-l2tp-1.0.10/po/sr@latin.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/sr@latin.po 2019-03-11 09:21:42.000000000 +0000 @@ -18,16 +18,6 @@ "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Project-Style: gnome\n" -#. Otherwise, we have no saved password, or the password flags indicated -#. * that the password should never be saved. -#. -#: ../auth-dialog/main.c:159 -#, fuzzy, c-format -msgid "You need to authenticate to access the Virtual Private Network '%s'." -msgstr "" -"Morate da potvrdite identitet da biste mogli da pristupite Virtuelnoj " -"privatnoj mreži „%s“." - #: ../auth-dialog/main.c:168 ../auth-dialog/main.c:188 msgid "Authenticate VPN" msgstr "Potvrdi VPN" @@ -136,25 +126,14 @@ "Property %s can't be parsed as boolean. Only 'true' and 'false' allowed." msgstr "" -#: ../properties/import-export.c:627 -#, fuzzy, c-format -msgid "Missing required property '%s'" -msgstr "Nedostaje zatražena opcija „%s“." - #: ../properties/import-export.c:657 #, c-format msgid "Couldn't open file for writing." msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Protok tunelisanja od tačke do tačke (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Saglasno sa Majkrosoftovim i drugim L2TP VPN serverima." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -194,7 +173,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "ne mogu da učitam element sučelja" #: ../properties/nm-l2tp.c:711 #, c-format @@ -233,9 +212,8 @@ msgstr "Lozinka nije potrebna" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "Napredne opcije za L2TP" +msgstr "Opcije L2TP‑a/IPseca" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -245,11 +223,6 @@ msgid "General" msgstr "Opšte" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "_Mrežni prolaz:" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -271,7 +244,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Nametni UDP enkapsulaciju" #: ../properties/nm-l2tp-dialog.ui.h:12 msgid "Ad_vanced" @@ -282,13 +255,10 @@ msgstr "_Mrežni prolaz:" #: ../properties/nm-l2tp-dialog.ui.h:14 -#, fuzzy msgid "" "L2TP server IP or name.\n" "config: xl2tpd lns parameter" msgstr "" -"IP ili naziv L2TP servera.\n" -"podešavanje: prvi parametar za l2tp" #: ../properties/nm-l2tp-dialog.ui.h:16 msgid "Optional" @@ -309,20 +279,15 @@ msgstr "Prikaži lozinku" #: ../properties/nm-l2tp-dialog.ui.h:20 -#, fuzzy msgid "Password passed to PPPD when prompted for it." -msgstr "Lozinka data L2TP-u kada je zatražena." +msgstr "Lozinka za prosleđivanje pppd‑u kada je zatraži." #: ../properties/nm-l2tp-dialog.ui.h:21 -#, fuzzy msgid "" "Set the name used for authenticating the local system to the peer to " ".\n" "config: xl2tpd name parameter" msgstr "" -"Podesite naziv korišćen za prijavljivanje lokalnog sistema parljaku na " -".\n" -"podešavanje: korisnik " #: ../properties/nm-l2tp-dialog.ui.h:23 msgid "User name:" @@ -346,7 +311,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:29 msgid "L2TP PPP Options" -msgstr "" +msgstr "Opcije L2TP‑a/PPP‑a" #: ../properties/nm-l2tp-dialog.ui.h:30 msgid "Authentication" @@ -450,32 +415,6 @@ msgid "Use protocol _field compression negotiation" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:53 -#, fuzzy -msgid "" -"Allow protocol field compression negotiation in both the receive and the " -"transmit direction.\n" -"config: nopcomp (when unchecked)" -msgstr "" -"Uključuje/isključuje Van Jakobsonov stil pakovanja TCP/IP zaglavlja kako u " -"smeru prenosa tako i u smeru prijema.\n" -"podešavanje: novj (kada nije izabrano)" - -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Koristi _pakovanje TCP zaglavlja" - -#: ../properties/nm-l2tp-dialog.ui.h:56 -#, fuzzy -msgid "" -"Use Address/Control compression in both directions (send and receive).\n" -"config: noaccomp (when unchecked)" -msgstr "" -"Uključuje/isključuje Van Jakobsonov stil pakovanja TCP/IP zaglavlja kako u " -"smeru prenosa tako i u smeru prijema.\n" -"podešavanje: novj (kada nije izabrano)" - #: ../properties/nm-l2tp-dialog.ui.h:58 msgid "Echo" msgstr "Odjek" @@ -530,32 +469,27 @@ msgstr "" #: ../src/nm-l2tp-service.c:544 -#, fuzzy, c-format +#, c-format msgid "invalid gateway '%s'" msgstr "neispravan mrežni prolaz „%s“" -#: ../src/nm-l2tp-service.c:553 -#, fuzzy, c-format -msgid "invalid ipsec-gateway-id '%s'" -msgstr "neispravan mrežni prolaz „%s“" - #: ../src/nm-l2tp-service.c:566 -#, fuzzy, c-format +#, c-format msgid "invalid integer property '%s'" msgstr "neispravno svojstvo celog broja „%s“" #: ../src/nm-l2tp-service.c:576 -#, fuzzy, c-format +#, c-format msgid "invalid boolean property '%s' (not yes or no)" msgstr "neispravno logičko svojstvo „%s“ (nije „da“ ili „ne“)" #: ../src/nm-l2tp-service.c:583 -#, fuzzy, c-format +#, c-format msgid "unhandled property '%s' type %s" msgstr "nerukovano svojstvo „%s“ vrste %s" #: ../src/nm-l2tp-service.c:594 -#, fuzzy, c-format +#, c-format msgid "property '%s' invalid or not supported" msgstr "svojstvo „%s“ je neispravno ili nije podržano" @@ -564,7 +498,7 @@ msgstr "Nema opcija za VPN podešavanje." #: ../src/nm-l2tp-service.c:625 -#, fuzzy, c-format +#, c-format msgid "Missing required option '%s'." msgstr "Nedostaje zatražena opcija „%s“." @@ -714,7 +648,6 @@ msgstr "" #: ../src/nm-l2tp-service.c:1880 -#, fuzzy msgid "Don't quit when VPN connection terminates" msgstr "Ne prekida kada se završava VPN veza" @@ -725,10 +658,7 @@ "lozinke)" #: ../src/nm-l2tp-service.c:1904 -#, fuzzy msgid "" "nm-l2tp-service provides L2TP VPN capability with optional IPsec support to " "NetworkManager." msgstr "" -"nm-l2tp-usluga obezbeđuje Upravniku mreže objedinjenu L2TP VPN mogućnost " -"(saglasnu sa Majkrosoftom i drugim primenama)." diff -Nru network-manager-l2tp-1.0.10/po/sr.po network-manager-l2tp-1.0.12/po/sr.po --- network-manager-l2tp-1.0.10/po/sr.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/sr.po 2019-03-11 09:21:42.000000000 +0000 @@ -18,16 +18,6 @@ "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Project-Style: gnome\n" -#. Otherwise, we have no saved password, or the password flags indicated -#. * that the password should never be saved. -#. -#: ../auth-dialog/main.c:159 -#, fuzzy, c-format -msgid "You need to authenticate to access the Virtual Private Network '%s'." -msgstr "" -"Морате да потврдите идентитет да бисте могли да приступите Виртуелној " -"приватној мрежи „%s“." - #: ../auth-dialog/main.c:168 ../auth-dialog/main.c:188 msgid "Authenticate VPN" msgstr "Потврди ВПН" @@ -136,25 +126,14 @@ "Property %s can't be parsed as boolean. Only 'true' and 'false' allowed." msgstr "" -#: ../properties/import-export.c:627 -#, fuzzy, c-format -msgid "Missing required property '%s'" -msgstr "Недостаје затражена опција „%s“." - #: ../properties/import-export.c:657 #, c-format msgid "Couldn't open file for writing." msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Проток тунелисања од тачке до тачке (ППТП)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Сагласно са Мајкрософтовим и другим ППТП ВПН серверима." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -194,7 +173,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "не могу да учитам елемент сучеља" #: ../properties/nm-l2tp.c:711 #, c-format @@ -269,7 +248,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Наметни УДП енкапсулацију" #: ../properties/nm-l2tp-dialog.ui.h:12 msgid "Ad_vanced" @@ -280,13 +259,10 @@ msgstr "_Мрежни пролаз:" #: ../properties/nm-l2tp-dialog.ui.h:14 -#, fuzzy msgid "" "L2TP server IP or name.\n" "config: xl2tpd lns parameter" msgstr "" -"ИП или назив ППТП сервера.\n" -"подешавање: први параметар за пптп" #: ../properties/nm-l2tp-dialog.ui.h:16 msgid "Optional" @@ -311,14 +287,11 @@ msgstr "Лозинка за прослеђивање pppd‑у када је затражи." #: ../properties/nm-l2tp-dialog.ui.h:21 -#, fuzzy msgid "" "Set the name used for authenticating the local system to the peer to " ".\n" "config: xl2tpd name parameter" msgstr "" -"Подесите назив коришћен за пријављивање локалног система парљаку на .\n" -"подешавање: корисник " #: ../properties/nm-l2tp-dialog.ui.h:23 msgid "User name:" @@ -446,32 +419,6 @@ msgid "Use protocol _field compression negotiation" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:53 -#, fuzzy -msgid "" -"Allow protocol field compression negotiation in both the receive and the " -"transmit direction.\n" -"config: nopcomp (when unchecked)" -msgstr "" -"Укључује/искључује Ван Јакобсонов стил паковања ТЦП/ИП заглавља како у смеру " -"преноса тако и у смеру пријема.\n" -"подешавање: novj (када није изабрано)" - -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Користи _паковање ТЦП заглавља" - -#: ../properties/nm-l2tp-dialog.ui.h:56 -#, fuzzy -msgid "" -"Use Address/Control compression in both directions (send and receive).\n" -"config: noaccomp (when unchecked)" -msgstr "" -"Укључује/искључује Ван Јакобсонов стил паковања ТЦП/ИП заглавља како у смеру " -"преноса тако и у смеру пријема.\n" -"подешавање: novj (када није изабрано)" - #: ../properties/nm-l2tp-dialog.ui.h:58 msgid "Echo" msgstr "Одјек" @@ -526,32 +473,27 @@ msgstr "" #: ../src/nm-l2tp-service.c:544 -#, fuzzy, c-format +#, c-format msgid "invalid gateway '%s'" msgstr "неисправан мрежни пролаз „%s“" -#: ../src/nm-l2tp-service.c:553 -#, fuzzy, c-format -msgid "invalid ipsec-gateway-id '%s'" -msgstr "неисправан мрежни пролаз „%s“" - #: ../src/nm-l2tp-service.c:566 -#, fuzzy, c-format +#, c-format msgid "invalid integer property '%s'" msgstr "неисправно својство целог броја „%s“" #: ../src/nm-l2tp-service.c:576 -#, fuzzy, c-format +#, c-format msgid "invalid boolean property '%s' (not yes or no)" msgstr "неисправно логичко својство „%s“ (није „да“ или „не“)" #: ../src/nm-l2tp-service.c:583 -#, fuzzy, c-format +#, c-format msgid "unhandled property '%s' type %s" msgstr "неруковано својство „%s“ врсте %s" #: ../src/nm-l2tp-service.c:594 -#, fuzzy, c-format +#, c-format msgid "property '%s' invalid or not supported" msgstr "својство „%s“ је неисправно или није подржано" @@ -560,7 +502,7 @@ msgstr "Нема опција за ВПН подешавање." #: ../src/nm-l2tp-service.c:625 -#, fuzzy, c-format +#, c-format msgid "Missing required option '%s'." msgstr "Недостаје затражена опција „%s“." @@ -710,7 +652,6 @@ msgstr "" #: ../src/nm-l2tp-service.c:1880 -#, fuzzy msgid "Don't quit when VPN connection terminates" msgstr "Не прекида када се завршава ВПН веза" @@ -720,10 +661,7 @@ "Укључује опширно записивање зарад исправљања грешака (може да изложи лозинке)" #: ../src/nm-l2tp-service.c:1904 -#, fuzzy msgid "" "nm-l2tp-service provides L2TP VPN capability with optional IPsec support to " "NetworkManager." msgstr "" -"нм-пптп-услуга обезбеђује Управнику мреже обједињену ППТП ВПН могућност " -"(сагласну са Мајкрософтом и другим применама)." diff -Nru network-manager-l2tp-1.0.10/po/sv.po network-manager-l2tp-1.0.12/po/sv.po --- network-manager-l2tp-1.0.10/po/sv.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/sv.po 2019-03-11 09:21:42.000000000 +0000 @@ -148,14 +148,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Layer 2 Tunneling Protocol (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Kompatibel med Microsoft och andra L2TP VPN-servrar." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -195,7 +189,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "kunde inte läsa in UI-komponent" #: ../properties/nm-l2tp.c:711 #, c-format @@ -270,7 +264,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Tvinga UDP-inkapsling" #: ../properties/nm-l2tp-dialog.ui.h:12 msgid "Ad_vanced" @@ -448,11 +442,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Använd komprimering av TCP-_huvud" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" @@ -515,7 +504,7 @@ #: ../src/nm-l2tp-service.c:544 #, c-format msgid "invalid gateway '%s'" -msgstr "" +msgstr "ogiltig gateway ”%s”" #: ../src/nm-l2tp-service.c:553 #, c-format @@ -525,22 +514,22 @@ #: ../src/nm-l2tp-service.c:566 #, c-format msgid "invalid integer property '%s'" -msgstr "" +msgstr "ogiltig heltalsegenskap ”%s”" #: ../src/nm-l2tp-service.c:576 #, c-format msgid "invalid boolean property '%s' (not yes or no)" -msgstr "" +msgstr "ogiltig boolesk egenskap ”%s” (inte yes eller no)" #: ../src/nm-l2tp-service.c:583 #, c-format msgid "unhandled property '%s' type %s" -msgstr "" +msgstr "ohanterad egenskap ”%s” typ %s" #: ../src/nm-l2tp-service.c:594 #, c-format msgid "property '%s' invalid or not supported" -msgstr "" +msgstr "egenskapen ”%s” är ogiltig eller stöds inte" #: ../src/nm-l2tp-service.c:608 msgid "No VPN configuration options." @@ -549,7 +538,7 @@ #: ../src/nm-l2tp-service.c:625 #, c-format msgid "Missing required option '%s'." -msgstr "" +msgstr "Saknar nödvändiga flaggan ”%s”." #: ../src/nm-l2tp-service.c:641 msgid "No VPN secrets!" @@ -698,7 +687,7 @@ #: ../src/nm-l2tp-service.c:1880 msgid "Don't quit when VPN connection terminates" -msgstr "" +msgstr "Avsluta inte när VPN-anslutningen termineras" #: ../src/nm-l2tp-service.c:1881 msgid "Enable verbose debug logging (may expose passwords)" diff -Nru network-manager-l2tp-1.0.10/po/ta.po network-manager-l2tp-1.0.12/po/ta.po --- network-manager-l2tp-1.0.10/po/ta.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/ta.po 2019-03-11 09:21:42.000000000 +0000 @@ -43,21 +43,6 @@ msgid "_Password:" msgstr "கடவுச்சொல் (_P):" -#: ../auth-dialog/vpn-password-dialog.c:104 -#, fuzzy -msgid "_Secondary Password:" -msgstr "கடவுச்சொல் (_P):" - -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "கடவுச்சொல் (_P):" - -#: ../auth-dialog/vpn-password-dialog.c:252 -#, fuzzy -msgid "Sh_ow passwords" -msgstr "கடவுச்சொற்களைக் காட்டு (_w)" - #: ../properties/advanced-dialog.c:188 msgid "All Available (Default)" msgstr "அனைத்தும் கிடைக்கும் (முன்னிருப்பு)" @@ -153,14 +138,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Layer 2 Tunneling Protocol (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Microsoft மற்றும் மற்ற L2TP VPN சேவையகங்களுடன் குறுக்கவும்." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -239,9 +218,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "L2TP கூடுதல் விருப்பங்கள்" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -251,11 +229,6 @@ msgid "General" msgstr "பொதுவான" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "கேட்வே (_G):" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -280,9 +253,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "கூடுதல் (_v)..." +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -295,9 +267,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "விருப்பத்திற்குரிய" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -342,9 +313,8 @@ msgstr "முன்னிருப்பு" #: ../properties/nm-l2tp-dialog.ui.h:29 -#, fuzzy msgid "L2TP PPP Options" -msgstr "L2TP கூடுதல் விருப்பங்கள்" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:30 msgid "Authentication" @@ -361,7 +331,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "பாதுகாப்பு மற்றும் குறுக்கு" @@ -441,11 +410,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "TCP தலைப்பு குறுக்கை பயன்படுத்து (_h)" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/te.po network-manager-l2tp-1.0.12/po/te.po --- network-manager-l2tp-1.0.10/po/te.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/te.po 2019-03-11 09:21:42.000000000 +0000 @@ -41,21 +41,6 @@ msgid "_Password:" msgstr "సంకేతపదము (_P):" -#: ../auth-dialog/vpn-password-dialog.c:104 -#, fuzzy -msgid "_Secondary Password:" -msgstr "సంకేతపదము (_P):" - -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "సంకేతపదము (_P):" - -#: ../auth-dialog/vpn-password-dialog.c:252 -#, fuzzy -msgid "Sh_ow passwords" -msgstr "సంకేతపదములను చూపుము (_w)" - #: ../properties/advanced-dialog.c:188 msgid "All Available (Default)" msgstr "అన్ని అందుబాటులోనివి (అప్రమేయం)" @@ -151,14 +136,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "పాయింట్-నుండి-పాయింట్ టన్నెలింగ్ ప్రోటోకాల్ (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Microsoft మరియు యితర L2TP VPN సేవికలతో సారూప్యమైనది." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -237,9 +216,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "L2TP అధునాతన ఐచ్చికాలు" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -249,11 +227,6 @@ msgid "General" msgstr "సాధారణం" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "గేట్‌వే (_G):" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -278,9 +251,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "అధునాతన... (_v)" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -293,9 +265,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "ఐచ్చిక" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -340,9 +311,8 @@ msgstr "అప్రమేయ" #: ../properties/nm-l2tp-dialog.ui.h:29 -#, fuzzy msgid "L2TP PPP Options" -msgstr "L2TP అధునాతన ఐచ్చికాలు" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:30 msgid "Authentication" @@ -359,7 +329,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "రక్షణ మరియు కుదింపు" @@ -436,11 +405,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "TCP పీఠిక కుదింపును వుపయోగించుము (_h)" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/th.po network-manager-l2tp-1.0.12/po/th.po --- network-manager-l2tp-1.0.10/po/th.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/th.po 2019-03-11 09:21:42.000000000 +0000 @@ -36,21 +36,6 @@ msgid "_Password:" msgstr "_รหัสผ่าน:" -#: ../auth-dialog/vpn-password-dialog.c:104 -#, fuzzy -msgid "_Secondary Password:" -msgstr "_รหัสผ่าน:" - -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "_รหัสผ่าน:" - -#: ../auth-dialog/vpn-password-dialog.c:252 -#, fuzzy -msgid "Sh_ow passwords" -msgstr "แ_สดงรหัสผ่าน" - #: ../properties/advanced-dialog.c:188 msgid "All Available (Default)" msgstr "" @@ -230,9 +215,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "ตัวเลือก PPP" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -242,11 +226,6 @@ msgid "General" msgstr "ทั่วไป" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "เ_กตเวย์:" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -295,11 +274,6 @@ "config: domain " msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:19 -#, fuzzy -msgid "Show password" -msgstr "_รหัสผ่าน:" - #: ../properties/nm-l2tp-dialog.ui.h:20 msgid "Password passed to PPPD when prompted for it." msgstr "" @@ -312,14 +286,12 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:23 -#, fuzzy msgid "User name:" -msgstr "_ชื่อผู้ใช้:" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:25 -#, fuzzy msgid "NT Domain:" -msgstr "โ_ดเมน:" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:26 msgid "_IPsec Settings..." @@ -334,9 +306,8 @@ msgstr "ปริยาย" #: ../properties/nm-l2tp-dialog.ui.h:29 -#, fuzzy msgid "L2TP PPP Options" -msgstr "ตัวเลือก PPP" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:30 msgid "Authentication" @@ -353,14 +324,12 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" -msgstr "การบีบอัด" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:35 -#, fuzzy msgid "Use _Point-to-Point encryption (MPPE)" -msgstr "ใช้การเข้ารหัสลับ MPPE" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:36 msgid "" @@ -432,9 +401,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy msgid "Use _Address/Control compression" -msgstr "ใช้การบีบอัด MPPC" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" diff -Nru network-manager-l2tp-1.0.10/po/tr.po network-manager-l2tp-1.0.12/po/tr.po --- network-manager-l2tp-1.0.10/po/tr.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/tr.po 2019-03-11 09:21:42.000000000 +0000 @@ -117,11 +117,6 @@ msgid "Property '%s' value '%s' can't be parsed as route metric." msgstr "" -#: ../properties/import-export.c:343 -#, fuzzy, c-format -msgid "Error parsing property '%s' value '%s'." -msgstr "tanınmayan özellik '%s' tür %s" - #: ../properties/import-export.c:385 #, c-format msgid "does not look like a L2TP VPN connection (parse failed)" @@ -138,25 +133,14 @@ "Property %s can't be parsed as boolean. Only 'true' and 'false' allowed." msgstr "" -#: ../properties/import-export.c:627 -#, fuzzy, c-format -msgid "Missing required property '%s'" -msgstr "Gerekli '%s' seçeneği eksik." - #: ../properties/import-export.c:657 #, c-format msgid "Couldn't open file for writing." msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Noktadan Noktaya Tünelleme Protokolü (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Microsoft ve diğer L2TP VPN sunucularıyla uyumludur." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -196,7 +180,7 @@ #: ../properties/nm-l2tp.c:612 #, c-format msgid "could not load UI widget" -msgstr "" +msgstr "UI parçacığı yüklenemedi" #: ../properties/nm-l2tp.c:711 #, c-format @@ -271,30 +255,25 @@ #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "UDP sarmalamaya zorla" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "Ge_lişmiş..." +msgstr "Gelişmiş" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" msgstr "_Ağ geçidi:" #: ../properties/nm-l2tp-dialog.ui.h:14 -#, fuzzy msgid "" "L2TP server IP or name.\n" "config: xl2tpd lns parameter" msgstr "" -"L2TP sunucu IP adresi veya adı.\n" -"yapılandırma: l2tp'nin ilk parametresi" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "İsteğe Bağlı" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -315,15 +294,11 @@ msgstr "İstendiğinde parola PPPD ile iletildi." #: ../properties/nm-l2tp-dialog.ui.h:21 -#, fuzzy msgid "" "Set the name used for authenticating the local system to the peer to " ".\n" "config: xl2tpd name parameter" msgstr "" -"Yerel sistemde kimlik doğrulaması için kullanılan ismi eşe olarak " -"ayarla.\n" -"yapılandırma: user " #: ../properties/nm-l2tp-dialog.ui.h:23 msgid "User name:" @@ -367,7 +342,6 @@ "refuse-eap" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "Güvenlik ve Sıkıştırma" @@ -452,32 +426,6 @@ msgid "Use protocol _field compression negotiation" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:53 -#, fuzzy -msgid "" -"Allow protocol field compression negotiation in both the receive and the " -"transmit direction.\n" -"config: nopcomp (when unchecked)" -msgstr "" -"Van Jacobson stilinde TCP/IP başlık sıkıştırmasına alma ve gönderme " -"yönlerinde izin ver/kapat.\n" -"yapılandırma: novj (onaylandığında)" - -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "TCP _başlık sıkıştırması kullan" - -#: ../properties/nm-l2tp-dialog.ui.h:56 -#, fuzzy -msgid "" -"Use Address/Control compression in both directions (send and receive).\n" -"config: noaccomp (when unchecked)" -msgstr "" -"Van Jacobson stilinde TCP/IP başlık sıkıştırmasına alma ve gönderme " -"yönlerinde izin ver/kapat.\n" -"yapılandırma: novj (onaylandığında)" - #: ../properties/nm-l2tp-dialog.ui.h:58 msgid "Echo" msgstr "Yankı" @@ -496,7 +444,7 @@ #: ../properties/nm-l2tp-dialog.ui.h:62 msgid "Misc" -msgstr "" +msgstr "Çeşitli" #: ../properties/nm-l2tp-dialog.ui.h:63 msgid "MTU :" @@ -536,11 +484,6 @@ msgid "invalid gateway '%s'" msgstr "geçersiz ağ geçidi '%s'" -#: ../src/nm-l2tp-service.c:553 -#, fuzzy, c-format -msgid "invalid ipsec-gateway-id '%s'" -msgstr "geçersiz ağ geçidi '%s'" - #: ../src/nm-l2tp-service.c:566 #, c-format msgid "invalid integer property '%s'" @@ -726,10 +669,7 @@ "yapabilir)" #: ../src/nm-l2tp-service.c:1904 -#, fuzzy msgid "" "nm-l2tp-service provides L2TP VPN capability with optional IPsec support to " "NetworkManager." msgstr "" -"nm-l2tp-service, NetworkManager'a tümleşik L2TP VPN yeteneği (Microsoft ve " -"diğer gerçekleştirmelere uyumlu) sağlar." diff -Nru network-manager-l2tp-1.0.10/po/ug.po network-manager-l2tp-1.0.12/po/ug.po --- network-manager-l2tp-1.0.10/po/ug.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/ug.po 2019-03-11 09:21:42.000000000 +0000 @@ -38,21 +38,6 @@ msgid "_Password:" msgstr "ئىم(_P):" -#: ../auth-dialog/vpn-password-dialog.c:104 -#, fuzzy -msgid "_Secondary Password:" -msgstr "ئىم(_P):" - -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "ئىم(_P):" - -#: ../auth-dialog/vpn-password-dialog.c:252 -#, fuzzy -msgid "Sh_ow passwords" -msgstr "ئىمنى كۆرسەت(_W)" - #: ../properties/advanced-dialog.c:188 msgid "All Available (Default)" msgstr "" @@ -148,14 +133,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "نۇقتىدىن نۇقتا تونېللاش كېلىشىمى(L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Microsoft ۋە باشقا L2TP VPN مۇلازىمېتىرلىرى بىلەن ماسلىشىدۇ" +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -234,9 +213,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "L2TP ئالىي تاللانمىلىرى" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -246,11 +224,6 @@ msgid "General" msgstr "ئادەتتىكى" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "تور ئۆتكىلى(_G):" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -275,9 +248,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "ئالىي(_V)..." +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -290,9 +262,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "ئىختىيار" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -337,9 +308,8 @@ msgstr "كۆڭۈلدىكى" #: ../properties/nm-l2tp-dialog.ui.h:29 -#, fuzzy msgid "L2TP PPP Options" -msgstr "L2TP ئالىي تاللانمىلىرى" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:30 msgid "Authentication" @@ -356,7 +326,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "بىخەتەرلىك ۋە پرېسلاش" diff -Nru network-manager-l2tp-1.0.10/po/uk.po network-manager-l2tp-1.0.12/po/uk.po --- network-manager-l2tp-1.0.10/po/uk.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/uk.po 2019-03-11 09:21:42.000000000 +0000 @@ -39,21 +39,6 @@ msgid "_Password:" msgstr "_Пароль:" -#: ../auth-dialog/vpn-password-dialog.c:104 -#, fuzzy -msgid "_Secondary Password:" -msgstr "_Пароль:" - -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "_Пароль:" - -#: ../auth-dialog/vpn-password-dialog.c:252 -#, fuzzy -msgid "Sh_ow passwords" -msgstr "П_оказати паролі" - #: ../properties/advanced-dialog.c:188 msgid "All Available (Default)" msgstr "Усі доступні (типово)" @@ -149,14 +134,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "Layer 2 Tunneling Protocol (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "Сумісний з серверами Microsoft та іншими серверами L2TP VPN." +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -263,20 +242,19 @@ #: ../properties/nm-l2tp-dialog.ui.h:9 msgid "Phase2 Algorithms:" -msgstr "" +msgstr "Алгоритми фази 2:" #: ../properties/nm-l2tp-dialog.ui.h:10 msgid "Phase1 Algorithms:" -msgstr "" +msgstr "Алгоритми фази 1:" #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "Примусова інкапсуляція UDP" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "_Додатково..." +msgstr "Додатково" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -289,9 +267,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "Додатвокі" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -354,7 +331,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "Шифрування та стиснення" @@ -434,11 +410,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "Використовувати стиснення _заголовків TCP" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/vi.po network-manager-l2tp-1.0.12/po/vi.po --- network-manager-l2tp-1.0.10/po/vi.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/vi.po 2019-03-11 09:21:42.000000000 +0000 @@ -41,11 +41,6 @@ msgid "_Secondary Password:" msgstr "Mật khẩu _phụ:" -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "Mật khẩu _phụ:" - #: ../auth-dialog/vpn-password-dialog.c:252 msgid "Sh_ow passwords" msgstr "_Hiện mật khẩu" @@ -229,9 +224,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:1 -#, fuzzy msgid "L2TP IPsec Options" -msgstr "Tùy chọn PPP" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:2 msgid "_Enable IPsec tunnel to L2TP host" @@ -241,11 +235,6 @@ msgid "General" msgstr "Chung" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "Cổn_g ra:" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -294,11 +283,6 @@ "config: domain " msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:19 -#, fuzzy -msgid "Show password" -msgstr "_Mật khẩu :" - #: ../properties/nm-l2tp-dialog.ui.h:20 msgid "Password passed to PPPD when prompted for it." msgstr "" @@ -311,14 +295,12 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:23 -#, fuzzy msgid "User name:" -msgstr "_Tên người dùng:" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:25 -#, fuzzy msgid "NT Domain:" -msgstr "_Miền:" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:26 msgid "_IPsec Settings..." @@ -333,9 +315,8 @@ msgstr "Mặc định" #: ../properties/nm-l2tp-dialog.ui.h:29 -#, fuzzy msgid "L2TP PPP Options" -msgstr "Tùy chọn PPP" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:30 msgid "Authentication" @@ -352,14 +333,12 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" -msgstr "Nén" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:35 -#, fuzzy msgid "Use _Point-to-Point encryption (MPPE)" -msgstr "Dùng mật mã MPPE" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:36 msgid "" @@ -379,9 +358,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:40 -#, fuzzy msgid "Allow st_ateful encryption" -msgstr "Cho phép nén kiểu _Deflate" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:41 msgid "" @@ -432,9 +410,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy msgid "Use _Address/Control compression" -msgstr "Nén bằng MPPC" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" diff -Nru network-manager-l2tp-1.0.10/po/zh_CN.po network-manager-l2tp-1.0.12/po/zh_CN.po --- network-manager-l2tp-1.0.10/po/zh_CN.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/zh_CN.po 2019-03-11 09:21:42.000000000 +0000 @@ -104,11 +104,6 @@ msgid "Property '%s' value '%s' couldn't find netmask." msgstr "属性 '%s' 的值 '%s' 无法找到网络掩码" -#: ../properties/import-export.c:288 -#, fuzzy, c-format -msgid "Property '%s' value '%s' can't be parsed as IP netmask." -msgstr "属性 '%s' 的值 '%s' 无法解析成 IP 网络掩码" - #: ../properties/import-export.c:333 #, c-format msgid "Property '%s' value '%s' can't be parsed as route metric." @@ -149,11 +144,6 @@ msgid "Layer 2 Tunneling Protocol (L2TP)" msgstr "第2层隧道协议 (L2TP)" -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "与微软及其他的 L2TP VPN 服务器兼容。" - #: ../properties/nm-l2tp.c:214 #, c-format msgid "%s: error reading advanced settings: %s" @@ -259,20 +249,19 @@ #: ../properties/nm-l2tp-dialog.ui.h:9 msgid "Phase2 Algorithms:" -msgstr "" +msgstr "Phase2 算法:" #: ../properties/nm-l2tp-dialog.ui.h:10 msgid "Phase1 Algorithms:" -msgstr "" +msgstr "Phase1 算法:" #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "强制 UDP 封装" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "高级(_V)..." +msgstr "高级" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -287,9 +276,8 @@ "配置:xl2tpd lns parameter" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "可选项" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -358,7 +346,6 @@ "配置:refuse-pap, refuse-chap, refuse-mschap, refuse-mschap-v2, refuse-eap" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "安全性及压缩" @@ -652,24 +639,21 @@ msgstr "" #: ../src/nm-l2tp-service.c:1253 -#, fuzzy, c-format +#, c-format msgid "Could not write %s/ipsec.nm-l2tp.secrets" -msgstr "无法写入 ipsec 配置。" +msgstr "" #: ../src/nm-l2tp-service.c:1288 -#, fuzzy msgid "Could not write ipsec config." -msgstr "无法写入 ipsec 配置。" +msgstr "" #: ../src/nm-l2tp-service.c:1352 -#, fuzzy msgid "Could not write xl2tpd config." -msgstr "无法创建 l2tp 对象" +msgstr "" #: ../src/nm-l2tp-service.c:1402 -#, fuzzy msgid "Could not write ppp options." -msgstr "无法创建 l2tp 对象" +msgstr "" #: ../src/nm-l2tp-service.c:1604 #, c-format @@ -688,11 +672,6 @@ msgid "Could not start pppd plugin helper service." msgstr "" -#: ../src/nm-l2tp-service.c:1641 -#, fuzzy -msgid "could not retrieve connection UUID" -msgstr "无法创建 l2tp 对象" - #: ../src/nm-l2tp-service.c:1665 msgid "starting ipsec" msgstr "" diff -Nru network-manager-l2tp-1.0.10/po/zh_HK.po network-manager-l2tp-1.0.12/po/zh_HK.po --- network-manager-l2tp-1.0.10/po/zh_HK.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/zh_HK.po 2019-03-11 09:21:42.000000000 +0000 @@ -40,11 +40,6 @@ msgid "_Secondary Password:" msgstr "第二密碼(_S):" -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "第二密碼(_S):" - #: ../auth-dialog/vpn-password-dialog.c:252 msgid "Sh_ow passwords" msgstr "顯示密碼(_O)" @@ -144,14 +139,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "點對點穿隧通訊協定 (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "兼容於 Microsoft 與其他 L2TP VPN 伺服器。" +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -241,11 +230,6 @@ msgid "General" msgstr "一般" -#: ../properties/nm-l2tp-dialog.ui.h:4 -#, fuzzy -msgid "Gateway ID:" -msgstr "通訊閘(_G):" - #: ../properties/nm-l2tp-dialog.ui.h:5 msgid "" "Optional, how the IPsec server should be identified for authentication.\n" @@ -270,9 +254,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "進階(_V)..." +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -285,9 +268,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "選擇性" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -350,7 +332,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "安全性與壓縮" @@ -429,11 +410,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "使用 TCP 標頭壓縮(_H)" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/po/zh_TW.po network-manager-l2tp-1.0.12/po/zh_TW.po --- network-manager-l2tp-1.0.10/po/zh_TW.po 2019-01-28 09:17:00.000000000 +0000 +++ network-manager-l2tp-1.0.12/po/zh_TW.po 2019-03-11 09:21:42.000000000 +0000 @@ -40,11 +40,6 @@ msgid "_Secondary Password:" msgstr "第二密碼(_S):" -#: ../auth-dialog/vpn-password-dialog.c:107 -#, fuzzy -msgid "_Tertiary Password:" -msgstr "第二密碼(_S):" - #: ../auth-dialog/vpn-password-dialog.c:252 msgid "Sh_ow passwords" msgstr "顯示密碼(_O)" @@ -144,14 +139,8 @@ msgstr "" #: ../properties/nm-l2tp.c:57 -#, fuzzy msgid "Layer 2 Tunneling Protocol (L2TP)" -msgstr "點對點穿隧通訊協定 (L2TP)" - -#: ../properties/nm-l2tp.c:58 -#, fuzzy -msgid "Compatible with L2TP VPN servers." -msgstr "相容於 Microsoft 與其他 L2TP VPN 伺服器。" +msgstr "" #: ../properties/nm-l2tp.c:214 #, c-format @@ -258,20 +247,19 @@ #: ../properties/nm-l2tp-dialog.ui.h:9 msgid "Phase2 Algorithms:" -msgstr "" +msgstr "Phase2 演算法:" #: ../properties/nm-l2tp-dialog.ui.h:10 msgid "Phase1 Algorithms:" -msgstr "" +msgstr "Phase1 演算法:" #: ../properties/nm-l2tp-dialog.ui.h:11 msgid "_Enforce UDP encapsulation" -msgstr "" +msgstr "強制使用 UDP 封裝" #: ../properties/nm-l2tp-dialog.ui.h:12 -#, fuzzy msgid "Ad_vanced" -msgstr "進階(_V)..." +msgstr "進階" #: ../properties/nm-l2tp-dialog.ui.h:13 msgid "_Gateway:" @@ -284,9 +272,8 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:16 -#, fuzzy msgid "Optional" -msgstr "選擇性" +msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:17 msgid "" @@ -349,7 +336,6 @@ msgstr "" #: ../properties/nm-l2tp-dialog.ui.h:34 -#, fuzzy msgid "Security and Compression" msgstr "安全性與壓縮" @@ -428,11 +414,6 @@ "config: nopcomp (when unchecked)" msgstr "" -#: ../properties/nm-l2tp-dialog.ui.h:55 -#, fuzzy -msgid "Use _Address/Control compression" -msgstr "使用 TCP 標頭壓縮(_H)" - #: ../properties/nm-l2tp-dialog.ui.h:56 msgid "" "Use Address/Control compression in both directions (send and receive).\n" diff -Nru network-manager-l2tp-1.0.10/properties/Makefile.in network-manager-l2tp-1.0.12/properties/Makefile.in --- network-manager-l2tp-1.0.10/properties/Makefile.in 2019-01-28 12:45:30.000000000 +0000 +++ network-manager-l2tp-1.0.12/properties/Makefile.in 2019-03-12 23:13:32.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -164,7 +164,12 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/libnm_l2tp_properties_la-advanced-dialog.Plo \ + ./$(DEPDIR)/libnm_l2tp_properties_la-import-export.Plo \ + ./$(DEPDIR)/libnm_l2tp_properties_la-ipsec-dialog.Plo \ + ./$(DEPDIR)/libnm_l2tp_properties_la-nm-l2tp.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -267,6 +272,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@ LIBOBJS = @LIBOBJS@ @@ -432,8 +438,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -489,10 +495,16 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnm_l2tp_properties_la-advanced-dialog.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnm_l2tp_properties_la-import-export.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnm_l2tp_properties_la-ipsec-dialog.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnm_l2tp_properties_la-nm-l2tp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnm_l2tp_properties_la-advanced-dialog.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnm_l2tp_properties_la-import-export.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnm_l2tp_properties_la-ipsec-dialog.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnm_l2tp_properties_la-nm-l2tp.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -625,7 +637,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -699,7 +714,10 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libnm_l2tp_properties_la-advanced-dialog.Plo + -rm -f ./$(DEPDIR)/libnm_l2tp_properties_la-import-export.Plo + -rm -f ./$(DEPDIR)/libnm_l2tp_properties_la-ipsec-dialog.Plo + -rm -f ./$(DEPDIR)/libnm_l2tp_properties_la-nm-l2tp.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -745,7 +763,10 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libnm_l2tp_properties_la-advanced-dialog.Plo + -rm -f ./$(DEPDIR)/libnm_l2tp_properties_la-import-export.Plo + -rm -f ./$(DEPDIR)/libnm_l2tp_properties_la-ipsec-dialog.Plo + -rm -f ./$(DEPDIR)/libnm_l2tp_properties_la-nm-l2tp.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -766,20 +787,21 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip install-uiDATA installcheck installcheck-am \ - installdirs maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ - uninstall-am uninstall-pluginLTLIBRARIES uninstall-uiDATA +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip install-uiDATA installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am \ + uninstall-pluginLTLIBRARIES uninstall-uiDATA .PRECIOUS: Makefile diff -Nru network-manager-l2tp-1.0.10/src/Makefile.in network-manager-l2tp-1.0.12/src/Makefile.in --- network-manager-l2tp-1.0.10/src/Makefile.in 2019-01-28 12:45:30.000000000 +0000 +++ network-manager-l2tp-1.0.12/src/Makefile.in 2019-03-12 23:13:32.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -104,6 +104,9 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = +am__installdirs = "$(DESTDIR)$(libexecdir)" \ + "$(DESTDIR)$(pppd_plugindir)" +PROGRAMS = $(libexec_PROGRAMS) am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ @@ -131,8 +134,6 @@ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } -am__installdirs = "$(DESTDIR)$(pppd_plugindir)" \ - "$(DESTDIR)$(libexecdir)" LTLIBRARIES = $(pppd_plugin_LTLIBRARIES) am__DEPENDENCIES_1 = nm_l2tp_pppd_plugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ @@ -148,7 +149,6 @@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(nm_l2tp_pppd_plugin_la_LDFLAGS) \ $(LDFLAGS) -o $@ -PROGRAMS = $(libexec_PROGRAMS) am_nm_l2tp_service_OBJECTS = nm-l2tp-service.$(OBJEXT) nm_l2tp_service_OBJECTS = $(am_nm_l2tp_service_OBJECTS) nm_l2tp_service_DEPENDENCIES = $(am__DEPENDENCIES_1) \ @@ -167,7 +167,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/nm-l2tp-service.Po \ + ./$(DEPDIR)/nm_l2tp_pppd_plugin_la-nm-l2tp-pppd-plugin.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -270,6 +272,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@ LIBOBJS = @LIBOBJS@ @@ -448,8 +451,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -460,44 +463,6 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): - -install-pppd_pluginLTLIBRARIES: $(pppd_plugin_LTLIBRARIES) - @$(NORMAL_INSTALL) - @list='$(pppd_plugin_LTLIBRARIES)'; test -n "$(pppd_plugindir)" || list=; \ - list2=; for p in $$list; do \ - if test -f $$p; then \ - list2="$$list2 $$p"; \ - else :; fi; \ - done; \ - test -z "$$list2" || { \ - echo " $(MKDIR_P) '$(DESTDIR)$(pppd_plugindir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(pppd_plugindir)" || exit 1; \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pppd_plugindir)'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pppd_plugindir)"; \ - } - -uninstall-pppd_pluginLTLIBRARIES: - @$(NORMAL_UNINSTALL) - @list='$(pppd_plugin_LTLIBRARIES)'; test -n "$(pppd_plugindir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pppd_plugindir)/$$f'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pppd_plugindir)/$$f"; \ - done - -clean-pppd_pluginLTLIBRARIES: - -test -z "$(pppd_plugin_LTLIBRARIES)" || rm -f $(pppd_plugin_LTLIBRARIES) - @list='$(pppd_plugin_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -nm-l2tp-pppd-plugin.la: $(nm_l2tp_pppd_plugin_la_OBJECTS) $(nm_l2tp_pppd_plugin_la_DEPENDENCIES) $(EXTRA_nm_l2tp_pppd_plugin_la_DEPENDENCIES) - $(AM_V_CCLD)$(nm_l2tp_pppd_plugin_la_LINK) -rpath $(pppd_plugindir) $(nm_l2tp_pppd_plugin_la_OBJECTS) $(nm_l2tp_pppd_plugin_la_LIBADD) $(LIBS) install-libexecPROGRAMS: $(libexec_PROGRAMS) @$(NORMAL_INSTALL) @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \ @@ -548,6 +513,44 @@ echo " rm -f" $$list; \ rm -f $$list +install-pppd_pluginLTLIBRARIES: $(pppd_plugin_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(pppd_plugin_LTLIBRARIES)'; test -n "$(pppd_plugindir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(pppd_plugindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pppd_plugindir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pppd_plugindir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pppd_plugindir)"; \ + } + +uninstall-pppd_pluginLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pppd_plugin_LTLIBRARIES)'; test -n "$(pppd_plugindir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pppd_plugindir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pppd_plugindir)/$$f"; \ + done + +clean-pppd_pluginLTLIBRARIES: + -test -z "$(pppd_plugin_LTLIBRARIES)" || rm -f $(pppd_plugin_LTLIBRARIES) + @list='$(pppd_plugin_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +nm-l2tp-pppd-plugin.la: $(nm_l2tp_pppd_plugin_la_OBJECTS) $(nm_l2tp_pppd_plugin_la_DEPENDENCIES) $(EXTRA_nm_l2tp_pppd_plugin_la_DEPENDENCIES) + $(AM_V_CCLD)$(nm_l2tp_pppd_plugin_la_LINK) -rpath $(pppd_plugindir) $(nm_l2tp_pppd_plugin_la_OBJECTS) $(nm_l2tp_pppd_plugin_la_LIBADD) $(LIBS) + nm-l2tp-service$(EXEEXT): $(nm_l2tp_service_OBJECTS) $(nm_l2tp_service_DEPENDENCIES) $(EXTRA_nm_l2tp_service_DEPENDENCIES) @rm -f nm-l2tp-service$(EXEEXT) $(AM_V_CCLD)$(LINK) $(nm_l2tp_service_OBJECTS) $(nm_l2tp_service_LDADD) $(LIBS) @@ -558,8 +561,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nm-l2tp-service.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nm_l2tp_pppd_plugin_la-nm-l2tp-pppd-plugin.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nm-l2tp-service.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nm_l2tp_pppd_plugin_la-nm-l2tp-pppd-plugin.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -650,7 +659,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -683,9 +695,9 @@ check-am: all-am check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-am -all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) +all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) installdirs: - for dir in "$(DESTDIR)$(pppd_plugindir)" "$(DESTDIR)$(libexecdir)"; do \ + for dir in "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(pppd_plugindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: $(BUILT_SOURCES) @@ -727,7 +739,8 @@ clean-pppd_pluginLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/nm-l2tp-service.Po + -rm -f ./$(DEPDIR)/nm_l2tp_pppd_plugin_la-nm-l2tp-pppd-plugin.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -773,7 +786,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/nm-l2tp-service.Po + -rm -f ./$(DEPDIR)/nm_l2tp_pppd_plugin_la-nm-l2tp-pppd-plugin.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -795,8 +809,8 @@ .MAKE: all check install install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libexecPROGRAMS clean-libtool \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libexecPROGRAMS clean-libtool \ clean-pppd_pluginLTLIBRARIES cscopelist-am ctags ctags-am \ distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \