diff -Nru sensible-utils-0.0.13/acinclude.m4 sensible-utils-0.0.14/acinclude.m4 --- sensible-utils-0.0.13/acinclude.m4 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/acinclude.m4 2021-01-12 22:01:50.000000000 +0000 @@ -1 +1 @@ -define(SENSIBLE_UTILS_VERSION, 0.0.11) +define(SENSIBLE_UTILS_VERSION, 0.0.14) diff -Nru sensible-utils-0.0.13/aclocal.m4 sensible-utils-0.0.14/aclocal.m4 --- sensible-utils-0.0.13/aclocal.m4 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/aclocal.m4 2021-01-12 22:01:50.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.15.1 -*- Autoconf -*- +# generated automatically by aclocal 1.16.3 -*- Autoconf -*- -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2020 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -20,7 +20,7 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# Copyright (C) 2002-2017 Free Software Foundation, Inc. +# Copyright (C) 2002-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -32,10 +32,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.1], [], +m4_if([$1], [1.16.3], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -51,14 +51,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.1])dnl +[AM_AUTOMAKE_VERSION([1.16.3])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-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -110,7 +110,7 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -197,8 +197,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. @@ -265,7 +265,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 @@ -307,7 +307,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -328,7 +328,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. +# Copyright (C) 2003-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -349,7 +349,7 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2017 Free Software Foundation, Inc. +# Copyright (C) 1997-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -370,12 +370,7 @@ [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then - case $am_aux_dir in - *\ * | *\ *) - MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; - *) - MISSING="\${SHELL} $am_aux_dir/missing" ;; - esac + MISSING="\${SHELL} '$am_aux_dir/missing'" fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then @@ -388,7 +383,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -419,7 +414,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -500,7 +495,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2017 Free Software Foundation, Inc. +# Copyright (C) 2009-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -560,7 +555,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -588,7 +583,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2017 Free Software Foundation, Inc. +# Copyright (C) 2006-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -607,7 +602,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2017 Free Software Foundation, Inc. +# Copyright (C) 2004-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -Nru sensible-utils-0.0.13/build-aux/install-sh sensible-utils-0.0.14/build-aux/install-sh --- sensible-utils-0.0.13/build-aux/install-sh 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/build-aux/install-sh 2021-01-12 22:01:50.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2014-09-12.12; # UTC +scriptversion=2020-11-14.01; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -69,6 +69,11 @@ # Desired mode of installed file. mode=0755 +# Create dirs (including intermediate dirs) using mode 755. +# This is like GNU 'install' as of coreutils 8.32 (2020). +mkdir_umask=22 + +backupsuffix= chgrpcmd= chmodcmd=$chmodprog chowncmd= @@ -99,18 +104,28 @@ --version display version info and exit. -c (ignored) - -C install only if different (preserve the last data modification time) + -C install only if different (preserve data modification time) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. + -p pass -p to $cpprog. -s $stripprog installed files. + -S SUFFIX attempt to back up existing files, with suffix SUFFIX. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG + +By default, rm is invoked with -f; when overridden with RMPROG, +it's up to you to specify -f if you want it. + +If -S is not specified, no backups are attempted. + +Email bug reports to bug-automake@gnu.org. +Automake home page: https://www.gnu.org/software/automake/ " while test $# -ne 0; do @@ -137,8 +152,13 @@ -o) chowncmd="$chownprog $2" shift;; + -p) cpprog="$cpprog -p";; + -s) stripcmd=$stripprog;; + -S) backupsuffix="$2" + shift;; + -t) is_target_a_directory=always dst_arg=$2 @@ -255,6 +275,10 @@ dstdir=$dst test -d "$dstdir" dstdir_status=$? + # Don't chown directories that already exist. + if test $dstdir_status = 0; then + chowncmd="" + fi else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command @@ -271,15 +295,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,27 +315,16 @@ fi fi + case $dstdir in + */) dstdirslash=$dstdir;; + *) dstdirslash=$dstdir/;; + esac + obsolete_mkdir_used=false if test $dstdir_status != 0; then case $posix_mkdir in '') - # Create intermediate dirs using mode 755 as modified by the umask. - # This is like FreeBSD 'install' as of 1997-10-28. - umask=`umask` - case $stripcmd.$umask in - # Optimize common cases. - *[2367][2367]) mkdir_umask=$umask;; - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - - *[0-7]) - mkdir_umask=`expr $umask + 22 \ - - $umask % 100 % 40 + $umask % 20 \ - - $umask % 10 % 4 + $umask % 2 - `;; - *) mkdir_umask=$umask,go-w;; - esac - # With -d, create the new directory with the user-specified mode. # Otherwise, rely on $mkdir_umask. if test -n "$dir_arg"; then @@ -318,50 +334,49 @@ fi posix_mkdir=false - case $umask in - *[123567][0-7][0-7]) - # POSIX mkdir -p sets u+wx bits regardless of umask, which - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) - # $RANDOM is not portable (e.g. dash); use it when possible 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. - if (umask $mkdir_umask && - $mkdirprog $mkdir_mode "$tmpdir" && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - test_tmpdir="$tmpdir/a" - ls_ld_tmpdir=`ls -ld "$test_tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null - fi - trap '' 0;; - esac;; + # The $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 + + # 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'. + if (umask $mkdir_umask && + $mkdirprog $mkdir_mode "$tmpdir" && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + test_tmpdir="$tmpdir/a" + ls_ld_tmpdir=`ls -ld "$test_tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null + fi + trap '' 0;; esac if @@ -372,7 +387,7 @@ then : else - # The umask is ridiculous, or mkdir does not conform to POSIX, + # mkdir does not conform to POSIX, # or it failed possibly due to a race condition. Create the # directory the slow way, step by step, checking for races as we go. @@ -401,7 +416,7 @@ prefixes= else if $posix_mkdir; then - (umask=$mkdir_umask && + (umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break # Don't fail if two instances are running concurrently. test -d "$prefix" || exit 1 @@ -434,14 +449,25 @@ 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 # Copy the file name to the temp name. - (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && + (umask $cp_umask && + { test -z "$stripcmd" || { + # Create $dsttmp read-write so that cp doesn't create it read-only, + # which would cause strip to fail. + if test -z "$doit"; then + : >"$dsttmp" # No need to fork-exec 'touch'. + else + $doit touch "$dsttmp" + fi + } + } && + $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # @@ -467,6 +493,13 @@ then rm -f "$dsttmp" else + # If $backupsuffix is set, and the file being installed + # already exists, attempt a backup. Don't worry if it fails, + # e.g., if mv doesn't support -f. + if test -n "$backupsuffix" && test -f "$dst"; then + $doit $mvcmd -f "$dst" "$dst$backupsuffix" 2>/dev/null + fi + # Rename the file to the real destination. $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || @@ -481,9 +514,9 @@ # file should still install successfully. { test ! -f "$dst" || - $doit $rmcmd -f "$dst" 2>/dev/null || + $doit $rmcmd "$dst" 2>/dev/null || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && - { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + { $doit $rmcmd "$rmtmp" 2>/dev/null; :; } } || { echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 @@ -500,9 +533,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 sensible-utils-0.0.13/build-aux/missing sensible-utils-0.0.14/build-aux/missing --- sensible-utils-0.0.13/build-aux/missing 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/build-aux/missing 2021-01-12 22:01:50.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-2020 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 sensible-utils-0.0.13/build-aux/test-driver sensible-utils-0.0.14/build-aux/test-driver --- sensible-utils-0.0.13/build-aux/test-driver 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/build-aux/test-driver 2021-01-12 22:01:50.000000000 +0000 @@ -1,9 +1,9 @@ #! /bin/sh # test-driver - basic testsuite driver script. -scriptversion=2013-07-13.22; # UTC +scriptversion=2018-03-07.03; # UTC -# Copyright (C) 2011-2014 Free Software Foundation, Inc. +# Copyright (C) 2011-2020 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 @@ -42,11 +42,13 @@ { cat <>confdefs.h <<_ACEOF @@ -2261,8 +2256,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 @@ -2313,7 +2308,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 @@ -2923,7 +2918,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by sensible-utils $as_me 0.0.11, which was +This file was extended by sensible-utils $as_me 0.0.14, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2976,7 +2971,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -sensible-utils config.status 0.0.11 +sensible-utils config.status 0.0.14 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru sensible-utils-0.0.13/configure.ac sensible-utils-0.0.14/configure.ac --- sensible-utils-0.0.13/configure.ac 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/configure.ac 2021-01-12 21:44:36.000000000 +0000 @@ -3,7 +3,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE -AC_CHECK_PROGS(PO4A,po4a) +AC_CHECK_PROGS([PO4A], [po4a]) AS_IF([test X$PO4A = X],AC_MSG_ERROR([Need po4a program])) AC_CONFIG_FILES([Makefile man/Makefile]) diff -Nru sensible-utils-0.0.13/debian/changelog sensible-utils-0.0.14/debian/changelog --- sensible-utils-0.0.13/debian/changelog 2020-07-07 23:00:29.000000000 +0000 +++ sensible-utils-0.0.14/debian/changelog 2021-01-12 22:01:50.000000000 +0000 @@ -1,3 +1,22 @@ +sensible-utils (0.0.14) unstable; urgency=medium + + [Boyuan Yang ] + * debian/copyright: Drop words about alioth, set upstream project + to be the same as Salsa packaging repository. + + [Bastien Roucaries Tue, 12 Jan 2021 22:01:50 +0000 + sensible-utils (0.0.13) experimental; urgency=medium * Fix FTBFS po4a::po: Invalid value for option 'porefs' diff -Nru sensible-utils-0.0.13/debian/copyright sensible-utils-0.0.14/debian/copyright --- sensible-utils-0.0.13/debian/copyright 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/debian/copyright 2021-01-12 21:40:22.000000000 +0000 @@ -1,7 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: sensible-utils -Upstream-Contact: Anibal Monsalve Salazar -Source: https://alioth.debian.org/projects/collab-maint/sensible-utils.git +Source: https://salsa.debian.org/debian/sensible-utils Files: * Copyright: 2002-2009, Clint Adams diff -Nru sensible-utils-0.0.13/Makefile.in sensible-utils-0.0.14/Makefile.in --- sensible-utils-0.0.13/Makefile.in 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/Makefile.in 2021-01-12 22:01:50.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.3 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -162,7 +162,8 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - cscope check recheck distdir dist dist-all distcheck + cscope check recheck distdir distdir-am dist dist-all \ + distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -338,6 +339,7 @@ bases='$(TEST_LOGS)'; \ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ bases=`echo $$bases` +AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' RECHECK_LOGS = $(TEST_LOGS) TEST_SUITE_LOG = test-suite.log TEST_EXTENSIONS = .test @@ -402,6 +404,8 @@ DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best DIST_TARGETS = dist-gzip +# Exists only to be overridden by the user if desired. +AM_DISTCHECK_DVI_TARGET = dvi distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' @@ -520,8 +524,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) @@ -816,7 +820,7 @@ test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ fi; \ echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ + echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ echo "$${col}$$br$${std}"; \ create_testsuite_report --maybe-color; \ echo "$$col$$br$$std"; \ @@ -829,7 +833,7 @@ fi; \ $$success || exit 1 -check-TESTS: +check-TESTS: @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @@ -872,7 +876,10 @@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) -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'`; \ @@ -952,6 +959,10 @@ tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) +dist-zstd: distdir + tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst + $(am__post_remove_distdir) + dist-tarZ: distdir @echo WARNING: "Support for distribution archives compressed with" \ "legacy program 'compress' is deprecated." >&2 @@ -994,6 +1005,8 @@ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ + *.tar.zst*) \ + zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) @@ -1009,7 +1022,7 @@ $(DISTCHECK_CONFIGURE_FLAGS) \ --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ @@ -1177,15 +1190,16 @@ am--refresh check check-TESTS check-am clean clean-cscope \ clean-generic cscope cscopelist-am ctags ctags-am dist \ dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ - dist-xz dist-zip distcheck distclean distclean-generic \ - distclean-tags distcleancheck distdir distuninstallcheck dvi \ - dvi-am html html-am info info-am install install-am \ - install-binSCRIPTS install-binpkgdataSCRIPTS 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-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs installdirs-am maintainer-clean \ + dist-xz dist-zip dist-zstd distcheck distclean \ + distclean-generic distclean-tags distcleancheck distdir \ + distuninstallcheck dvi dvi-am html html-am info info-am \ + install install-am install-binSCRIPTS \ + install-binpkgdataSCRIPTS 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-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ pdf-am ps ps-am recheck tags tags-am uninstall uninstall-am \ uninstall-binSCRIPTS uninstall-binpkgdataSCRIPTS diff -Nru sensible-utils-0.0.13/man/Makefile.in sensible-utils-0.0.14/man/Makefile.in --- sensible-utils-0.0.13/man/Makefile.in 2020-07-04 04:22:52.000000000 +0000 +++ sensible-utils-0.0.14/man/Makefile.in 2021-01-12 22:01:50.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.3 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -279,8 +279,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) @@ -341,7 +341,10 @@ cscope cscopelist: -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)'; \ diff -Nru sensible-utils-0.0.13/man/po4a/cs.po sensible-utils-0.0.14/man/po4a/cs.po --- sensible-utils-0.0.13/man/po4a/cs.po 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/man/po4a/cs.po 2021-01-12 22:01:50.000000000 +0000 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: sensible-utils\n" -"POT-Creation-Date: 2017-08-11 09:11+0200\n" +"POT-Creation-Date: 2021-01-12 22:34+0000\n" "PO-Revision-Date: 2012-05-16 14:31+0200\n" "Last-Translator: Michal Simunek \n" "Language-Team: Czech \n" @@ -16,40 +16,40 @@ "Content-Transfer-Encoding: utf-8\n" #. type: TH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man #, no-wrap msgid "SENSIBLE-EDITOR" msgstr "SENSIBLE-EDITOR" #. type: TH #: sensible-editor.man -#, no-wrap -msgid "14 Nov 2010" +#, fuzzy, no-wrap +#| msgid "14 Nov 2010" +msgid "14 Nov 2018" msgstr "14. lis 2010" #. type: TH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "Debian" msgstr "Debian" #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "NAME" msgstr "NÁZEV" #. type: Plain text #: sensible-editor.man -msgid "" -"sensible-editor, sensible-pager, sensible-browser - sensible editing, " -"paging, and web browsing" +msgid "sensible-editor - sensible editing" msgstr "" -"sensible-editor, sensible-pager, sensible-browser - rozumné upravování, " -"prohlížení dokumentů a procházení webu" #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "SYNOPSIS" msgstr "PŘEHLED" @@ -59,29 +59,24 @@ msgid "B [OPTIONS...]" msgstr "B [VOLBY...]" -#. type: Plain text -#: sensible-editor.man -msgid "B [OPTIONS...]" -msgstr "B [VOLBY...]" - -#. type: Plain text -#: sensible-editor.man -msgid "B url" -msgstr "B url" - #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "DESCRIPTION" msgstr "POPIS" #. type: Plain text #: sensible-editor.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." msgid "" -"B, B and B make sensible " -"decisions on which editor, pager, and web browser to call, respectively. " -"Programs in Debian can use these scripts as their default editor, pager, or " -"web browser or emulate their behavior." +"B make sensible decisions on which editor to call. " +"Programs in Debian can use these scripts as their default editor." msgstr "" "B, B a B činí rozumná " "rozhodnutí, který příslušný editor, prohlížeč dokumentů a webový prohlížeč " @@ -89,33 +84,243 @@ "editor, prohlížeč dokumentů a webový prohlížeč, či k napodobení jejich " "chování." -#. type: SH +#. type: Plain text +#: sensible-editor.man +msgid "B try to do in the following order:" +msgstr "" + +#. type: IP #: sensible-editor.man #, no-wrap +msgid "\\n[step]" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "if B environment variable exists, execute B" +msgstr "" + +#. type: IP +#: sensible-editor.man +#, no-wrap +msgid "\\n+[step]" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "if B environment variable exists, execute B" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "" +"source the contents of file I<~/.selected_editor> and, if B " +"environment variable exists execute B" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "run B command" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "finally run B command" +msgstr "" + +#. type: SH +#: sensible-editor.man sensible-pager.man select-editor.man +#, no-wrap msgid "SEE ALSO" msgstr "VIZ TAKÉ" #. type: Plain text #: sensible-editor.man -#, fuzzy -#| msgid "" -#| "Documentation of the EDITOR, VISUAL, PAGER, and BROWSER variables in " -#| "B(7)" -msgid "" -"Documentation of the EDITOR, VISUAL and PAGER variables in B(7) " -"and B(1) for changing a user's default editor" -msgstr "Proměnné EDITOR, VISUAL, PAGER a BROWSER v dokumentaci B(7)" +msgid "B(7) for documentation of the EDITOR, VISUAL variables" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "B(1) for changing a user's default editor." +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "B(1) for default system wide editor." +msgstr "" #. type: SH #: sensible-editor.man #, no-wrap -msgid "STANDARD" +msgid "BUGS" msgstr "" #. type: Plain text #: sensible-editor.man msgid "" +"This command is protected against trivial fork bomb, when user set " +"B wider loops are still possible." +msgstr "" + +#. type: SH +#: sensible-editor.man sensible-browser.man sensible-pager.man +#, no-wrap +msgid "STANDARD" +msgstr "" + +#. type: Plain text +#: sensible-editor.man sensible-browser.man sensible-pager.man +msgid "" "Documentation of behavior of sensible-utils under a debian system is " "available under section 11.4 of debian-policy usually installed under /usr/" "share/doc/debian-policy (you might need to install debian-policy)" msgstr "" + +#. type: TH +#: sensible-browser.man sensible-pager.man +#, no-wrap +msgid "12 Jan 2020" +msgstr "" + +#. type: Plain text +#: sensible-browser.man +msgid "sensible-browser - sensible web browsing" +msgstr "" + +#. type: Plain text +#: sensible-browser.man +msgid "B url" +msgstr "B url" + +#. type: Plain text +#: sensible-browser.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." +msgid "" +"B make sensible decisions on which web browser to call. " +"Programs in Debian can use this script as their default web browser or " +"emulate their behavior." +msgstr "" +"B, B a B činí rozumná " +"rozhodnutí, který příslušný editor, prohlížeč dokumentů a webový prohlížeč " +"volat. Programy v Debianu mohou tyto skripty využívat jako svůj výchozí " +"editor, prohlížeč dokumentů a webový prohlížeč, či k napodobení jejich " +"chování." + +#. type: TH +#: sensible-pager.man +#, fuzzy, no-wrap +#| msgid "SENSIBLE-EDITOR" +msgid "SENSIBLE-PAGER" +msgstr "SENSIBLE-EDITOR" + +#. type: Plain text +#: sensible-pager.man +msgid "sensible-pager, sensible paging" +msgstr "" + +#. type: Plain text +#: sensible-pager.man +msgid "B [OPTIONS...]" +msgstr "B [VOLBY...]" + +#. type: Plain text +#: sensible-pager.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." +msgid "" +"B make sensible decisions on which pager to call. Programs " +"in Debian can use this script as their default pager, or emulate their " +"behavior." +msgstr "" +"B, B a B činí rozumná " +"rozhodnutí, který příslušný editor, prohlížeč dokumentů a webový prohlížeč " +"volat. Programy v Debianu mohou tyto skripty využívat jako svůj výchozí " +"editor, prohlížeč dokumentů a webový prohlížeč, či k napodobení jejich " +"chování." + +#. type: Plain text +#: sensible-pager.man +msgid "Documentation of the PAGER variable in B(7)" +msgstr "" + +#. type: TH +#: select-editor.man +#, fuzzy, no-wrap +#| msgid "SENSIBLE-EDITOR" +msgid "SELECT-EDITOR" +msgstr "SENSIBLE-EDITOR" + +#. type: TH +#: select-editor.man +#, no-wrap +msgid "21 May 2008" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"select-editor - select your default sensible-editor from all installed " +"editors" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "B" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"B provides a coherent mechanism for selecting and storing a " +"preferred sensible-editor on a per-user basis. It lists the available " +"editors on a system and interactively prompts the user to select one. The " +"results are stored as SELECTED_EDITOR in ~/.selected_editor, which is " +"sourced and used by sensible-editor. SELECTED_EDITOR is overridden by the " +"VISUAL and EDITOR environment variables." +msgstr "" + +#. type: SH +#: select-editor.man +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"B was written by Dustin Kirkland Ekirkland@canonical." +"comE." +msgstr "" + +#. type: Plain text +#: select-editor.man +#, fuzzy +#| msgid "B [OPTIONS...]" +msgid "B(1)" +msgstr "B [VOLBY...]" + +#~ msgid "" +#~ "sensible-editor, sensible-pager, sensible-browser - sensible editing, " +#~ "paging, and web browsing" +#~ msgstr "" +#~ "sensible-editor, sensible-pager, sensible-browser - rozumné upravování, " +#~ "prohlížení dokumentů a procházení webu" + +#, fuzzy +#~| msgid "" +#~| "Documentation of the EDITOR, VISUAL, PAGER, and BROWSER variables in " +#~| "B(7)" +#~ msgid "" +#~ "Documentation of the EDITOR, VISUAL and PAGER variables in B(7) " +#~ "and B(1) for changing a user's default editor" +#~ msgstr "" +#~ "Proměnné EDITOR, VISUAL, PAGER a BROWSER v dokumentaci B(7)" diff -Nru sensible-utils-0.0.13/man/po4a/de.po sensible-utils-0.0.14/man/po4a/de.po --- sensible-utils-0.0.13/man/po4a/de.po 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/man/po4a/de.po 2021-01-12 22:01:50.000000000 +0000 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: sensible-utils man page\n" -"POT-Creation-Date: 2017-08-11 09:12+0200\n" +"POT-Creation-Date: 2021-01-12 22:34+0000\n" "PO-Revision-Date: 2017-10-02 17:57+0200\n" "Last-Translator: Helge Kreutzmann \n" "Language-Team: German \n" @@ -15,40 +15,40 @@ "Content-Transfer-Encoding: utf-8\n" #. type: TH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man #, no-wrap msgid "SENSIBLE-EDITOR" msgstr "SENSIBLE-EDITOR" #. type: TH #: sensible-editor.man -#, no-wrap -msgid "14 Nov 2010" +#, fuzzy, no-wrap +#| msgid "14 Nov 2010" +msgid "14 Nov 2018" msgstr "14. Nov. 2010" #. type: TH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "Debian" msgstr "Debian" #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "NAME" msgstr "NAME" #. type: Plain text #: sensible-editor.man -msgid "" -"sensible-editor, sensible-pager, sensible-browser - sensible editing, " -"paging, and web browsing" +msgid "sensible-editor - sensible editing" msgstr "" -"sensible-editor, sensible-pager, sensible-browser - vernünftiges Bearbeiten, " -"Blättern und Web-Surfen" #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "SYNOPSIS" msgstr "ÜBERSICHT" @@ -58,29 +58,24 @@ msgid "B [OPTIONS...]" msgstr "B [OPTIONEN …]" -#. type: Plain text -#: sensible-editor.man -msgid "B [OPTIONS...]" -msgstr "B [OPTIONEN …]" - -#. type: Plain text -#: sensible-editor.man -msgid "B url" -msgstr "B URL" - #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "DESCRIPTION" msgstr "BESCHREIBUNG" #. type: Plain text #: sensible-editor.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." msgid "" -"B, B and B make sensible " -"decisions on which editor, pager, and web browser to call, respectively. " -"Programs in Debian can use these scripts as their default editor, pager, or " -"web browser or emulate their behavior." +"B make sensible decisions on which editor to call. " +"Programs in Debian can use these scripts as their default editor." msgstr "" "B, B und B treffen " "vernünftige Entscheidungen, welcher Editor, Anzeigeprogramm (»pager«) und " @@ -88,35 +83,244 @@ "Skripte als ihr Standard-Editor, Standard-Anzeigeprogramm oder Standard-Web-" "Browser benutzen oder um deren Verhalten zu emulieren." -#. type: SH +#. type: Plain text +#: sensible-editor.man +msgid "B try to do in the following order:" +msgstr "" + +#. type: IP +#: sensible-editor.man +#, no-wrap +msgid "\\n[step]" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "if B environment variable exists, execute B" +msgstr "" + +#. type: IP #: sensible-editor.man #, no-wrap +msgid "\\n+[step]" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "if B environment variable exists, execute B" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "" +"source the contents of file I<~/.selected_editor> and, if B " +"environment variable exists execute B" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "run B command" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "finally run B command" +msgstr "" + +#. type: SH +#: sensible-editor.man sensible-pager.man select-editor.man +#, no-wrap msgid "SEE ALSO" msgstr "SIEHE AUCH" #. type: Plain text #: sensible-editor.man -msgid "" -"Documentation of the EDITOR, VISUAL and PAGER variables in B(7) " -"and B(1) for changing a user's default editor" +msgid "B(7) for documentation of the EDITOR, VISUAL variables" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "B(1) for changing a user's default editor." +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "B(1) for default system wide editor." msgstr "" -"Dokumentation der Variablen EDITOR, VISUAL und PAGER in B(7) zur " -"Änderung des Standard-Editors des Benutzers" #. type: SH #: sensible-editor.man #, no-wrap +msgid "BUGS" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "" +"This command is protected against trivial fork bomb, when user set " +"B wider loops are still possible." +msgstr "" + +#. type: SH +#: sensible-editor.man sensible-browser.man sensible-pager.man +#, no-wrap msgid "STANDARD" msgstr "STANDARD" #. type: Plain text -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man msgid "" "Documentation of behavior of sensible-utils under a debian system is " "available under section 11.4 of debian-policy usually installed under /usr/" "share/doc/debian-policy (you might need to install debian-policy)" msgstr "" -"Die Beschreibung des Verhaltens der Sensible-Utils in einem Debian-System ist " -"unter Abschnitt 11.4 der Debian-Policy erhältlich, die normalerweise unter /" -"usr/share/doc/debian-policy installiert wird (Sie müssen ggf. debian-policy " -"installieren)." +"Die Beschreibung des Verhaltens der Sensible-Utils in einem Debian-System " +"ist unter Abschnitt 11.4 der Debian-Policy erhältlich, die normalerweise " +"unter /usr/share/doc/debian-policy installiert wird (Sie müssen ggf. debian-" +"policy installieren)." + +#. type: TH +#: sensible-browser.man sensible-pager.man +#, no-wrap +msgid "12 Jan 2020" +msgstr "" + +#. type: Plain text +#: sensible-browser.man +msgid "sensible-browser - sensible web browsing" +msgstr "" + +#. type: Plain text +#: sensible-browser.man +msgid "B url" +msgstr "B URL" + +#. type: Plain text +#: sensible-browser.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." +msgid "" +"B make sensible decisions on which web browser to call. " +"Programs in Debian can use this script as their default web browser or " +"emulate their behavior." +msgstr "" +"B, B und B treffen " +"vernünftige Entscheidungen, welcher Editor, Anzeigeprogramm (»pager«) und " +"Web-Browser jeweils aufgerufen wird. Programme in Debian können diese " +"Skripte als ihr Standard-Editor, Standard-Anzeigeprogramm oder Standard-Web-" +"Browser benutzen oder um deren Verhalten zu emulieren." + +#. type: TH +#: sensible-pager.man +#, fuzzy, no-wrap +#| msgid "SENSIBLE-EDITOR" +msgid "SENSIBLE-PAGER" +msgstr "SENSIBLE-EDITOR" + +#. type: Plain text +#: sensible-pager.man +msgid "sensible-pager, sensible paging" +msgstr "" + +#. type: Plain text +#: sensible-pager.man +msgid "B [OPTIONS...]" +msgstr "B [OPTIONEN …]" + +#. type: Plain text +#: sensible-pager.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." +msgid "" +"B make sensible decisions on which pager to call. Programs " +"in Debian can use this script as their default pager, or emulate their " +"behavior." +msgstr "" +"B, B und B treffen " +"vernünftige Entscheidungen, welcher Editor, Anzeigeprogramm (»pager«) und " +"Web-Browser jeweils aufgerufen wird. Programme in Debian können diese " +"Skripte als ihr Standard-Editor, Standard-Anzeigeprogramm oder Standard-Web-" +"Browser benutzen oder um deren Verhalten zu emulieren." + +#. type: Plain text +#: sensible-pager.man +msgid "Documentation of the PAGER variable in B(7)" +msgstr "" + +#. type: TH +#: select-editor.man +#, fuzzy, no-wrap +#| msgid "SENSIBLE-EDITOR" +msgid "SELECT-EDITOR" +msgstr "SENSIBLE-EDITOR" + +#. type: TH +#: select-editor.man +#, no-wrap +msgid "21 May 2008" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"select-editor - select your default sensible-editor from all installed " +"editors" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "B" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"B provides a coherent mechanism for selecting and storing a " +"preferred sensible-editor on a per-user basis. It lists the available " +"editors on a system and interactively prompts the user to select one. The " +"results are stored as SELECTED_EDITOR in ~/.selected_editor, which is " +"sourced and used by sensible-editor. SELECTED_EDITOR is overridden by the " +"VISUAL and EDITOR environment variables." +msgstr "" + +#. type: SH +#: select-editor.man +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"B was written by Dustin Kirkland Ekirkland@canonical." +"comE." +msgstr "" + +#. type: Plain text +#: select-editor.man +#, fuzzy +#| msgid "B [OPTIONS...]" +msgid "B(1)" +msgstr "B [OPTIONEN …]" + +#~ msgid "" +#~ "sensible-editor, sensible-pager, sensible-browser - sensible editing, " +#~ "paging, and web browsing" +#~ msgstr "" +#~ "sensible-editor, sensible-pager, sensible-browser - vernünftiges " +#~ "Bearbeiten, Blättern und Web-Surfen" + +#~ msgid "" +#~ "Documentation of the EDITOR, VISUAL and PAGER variables in B(7) " +#~ "and B(1) for changing a user's default editor" +#~ msgstr "" +#~ "Dokumentation der Variablen EDITOR, VISUAL und PAGER in B(7) zur " +#~ "Änderung des Standard-Editors des Benutzers" diff -Nru sensible-utils-0.0.13/man/po4a/es.po sensible-utils-0.0.14/man/po4a/es.po --- sensible-utils-0.0.13/man/po4a/es.po 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/man/po4a/es.po 2021-01-12 22:01:50.000000000 +0000 @@ -30,7 +30,7 @@ msgid "" msgstr "" "Project-Id-Version: sensible-utils 0.0.6\n" -"POT-Creation-Date: 2017-08-11 09:11+0200\n" +"POT-Creation-Date: 2021-01-12 22:34+0000\n" "PO-Revision-Date: 2011-07-16 16:51+0200\n" "Last-Translator: Omar Campagne \n" "Language-Team: Debian l10n Spanish \n" @@ -43,44 +43,43 @@ # type: TH #. type: TH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man #, no-wrap msgid "SENSIBLE-EDITOR" msgstr "SENSIBLE-EDITOR" #. type: TH #: sensible-editor.man -#, no-wrap -msgid "14 Nov 2010" +#, fuzzy, no-wrap +#| msgid "14 Nov 2010" +msgid "14 Nov 2018" msgstr "14 de Noviembre de 2010" # type: TH #. type: TH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "Debian" msgstr "Debian" # type: SH #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "NAME" msgstr "NOMBRE" -# type: Plain text #. type: Plain text #: sensible-editor.man -msgid "" -"sensible-editor, sensible-pager, sensible-browser - sensible editing, " -"paging, and web browsing" +msgid "sensible-editor - sensible editing" msgstr "" -"sensible-editor, sensible-pager, sensible-browser - Facilita editar y leer " -"ficheros así como explorar la red con la herramienta adecuada" # type: SH #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "SYNOPSIS" msgstr "SINOPSIS" @@ -91,21 +90,10 @@ msgid "B [OPTIONS...]" msgstr "B [opciones...]" -# type: Plain text -#. type: Plain text -#: sensible-editor.man -msgid "B [OPTIONS...]" -msgstr "B [opciones...]" - -# type: Plain text -#. type: Plain text -#: sensible-editor.man -msgid "B url" -msgstr "B url" - # type: SH #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "DESCRIPTION" msgstr "DESCRIPCIÓN" @@ -113,11 +101,15 @@ # type: Plain text #. type: Plain text #: sensible-editor.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." msgid "" -"B, B and B make sensible " -"decisions on which editor, pager, and web browser to call, respectively. " -"Programs in Debian can use these scripts as their default editor, pager, or " -"web browser or emulate their behavior." +"B make sensible decisions on which editor to call. " +"Programs in Debian can use these scripts as their default editor." msgstr "" "B, B y B realizan las " "decisiones adecuadas sobre qué editor, paginador o navegador de Internet " @@ -125,37 +117,254 @@ "como su editor, paginador o explorador predeterminado, o emular su " "comportamiento." +#. type: Plain text +#: sensible-editor.man +msgid "B try to do in the following order:" +msgstr "" + +#. type: IP +#: sensible-editor.man +#, no-wrap +msgid "\\n[step]" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "if B environment variable exists, execute B" +msgstr "" + +#. type: IP +#: sensible-editor.man +#, no-wrap +msgid "\\n+[step]" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "if B environment variable exists, execute B" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "" +"source the contents of file I<~/.selected_editor> and, if B " +"environment variable exists execute B" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "run B command" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "finally run B command" +msgstr "" + # type: SH #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-pager.man select-editor.man #, no-wrap msgid "SEE ALSO" msgstr "VÉASE TAMBIÉN" -# type: Plain text #. type: Plain text #: sensible-editor.man -#, fuzzy -#| msgid "" -#| "Documentation of the EDITOR, VISUAL, PAGER, and BROWSER variables in " -#| "B(7)" -msgid "" -"Documentation of the EDITOR, VISUAL and PAGER variables in B(7) " -"and B(1) for changing a user's default editor" +msgid "B(7) for documentation of the EDITOR, VISUAL variables" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "B(1) for changing a user's default editor." +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "B(1) for default system wide editor." msgstr "" -"Consulte la documentación de las variables de entorno EDITOR, VISUAL PAGER y " -"BROWSER en B(7)." #. type: SH #: sensible-editor.man #, no-wrap -msgid "STANDARD" +msgid "BUGS" msgstr "" #. type: Plain text #: sensible-editor.man msgid "" +"This command is protected against trivial fork bomb, when user set " +"B wider loops are still possible." +msgstr "" + +#. type: SH +#: sensible-editor.man sensible-browser.man sensible-pager.man +#, no-wrap +msgid "STANDARD" +msgstr "" + +#. type: Plain text +#: sensible-editor.man sensible-browser.man sensible-pager.man +msgid "" "Documentation of behavior of sensible-utils under a debian system is " "available under section 11.4 of debian-policy usually installed under /usr/" "share/doc/debian-policy (you might need to install debian-policy)" msgstr "" + +#. type: TH +#: sensible-browser.man sensible-pager.man +#, no-wrap +msgid "12 Jan 2020" +msgstr "" + +#. type: Plain text +#: sensible-browser.man +msgid "sensible-browser - sensible web browsing" +msgstr "" + +# type: Plain text +#. type: Plain text +#: sensible-browser.man +msgid "B url" +msgstr "B url" + +# type: Plain text +#. type: Plain text +#: sensible-browser.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." +msgid "" +"B make sensible decisions on which web browser to call. " +"Programs in Debian can use this script as their default web browser or " +"emulate their behavior." +msgstr "" +"B, B y B realizan las " +"decisiones adecuadas sobre qué editor, paginador o navegador de Internet " +"invocar, respectivamente. Los programas en Debian pueden usar estos scripts " +"como su editor, paginador o explorador predeterminado, o emular su " +"comportamiento." + +# type: TH +#. type: TH +#: sensible-pager.man +#, fuzzy, no-wrap +#| msgid "SENSIBLE-EDITOR" +msgid "SENSIBLE-PAGER" +msgstr "SENSIBLE-EDITOR" + +#. type: Plain text +#: sensible-pager.man +msgid "sensible-pager, sensible paging" +msgstr "" + +# type: Plain text +#. type: Plain text +#: sensible-pager.man +msgid "B [OPTIONS...]" +msgstr "B [opciones...]" + +# type: Plain text +#. type: Plain text +#: sensible-pager.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." +msgid "" +"B make sensible decisions on which pager to call. Programs " +"in Debian can use this script as their default pager, or emulate their " +"behavior." +msgstr "" +"B, B y B realizan las " +"decisiones adecuadas sobre qué editor, paginador o navegador de Internet " +"invocar, respectivamente. Los programas en Debian pueden usar estos scripts " +"como su editor, paginador o explorador predeterminado, o emular su " +"comportamiento." + +#. type: Plain text +#: sensible-pager.man +msgid "Documentation of the PAGER variable in B(7)" +msgstr "" + +# type: TH +#. type: TH +#: select-editor.man +#, fuzzy, no-wrap +#| msgid "SENSIBLE-EDITOR" +msgid "SELECT-EDITOR" +msgstr "SENSIBLE-EDITOR" + +#. type: TH +#: select-editor.man +#, no-wrap +msgid "21 May 2008" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"select-editor - select your default sensible-editor from all installed " +"editors" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "B" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"B provides a coherent mechanism for selecting and storing a " +"preferred sensible-editor on a per-user basis. It lists the available " +"editors on a system and interactively prompts the user to select one. The " +"results are stored as SELECTED_EDITOR in ~/.selected_editor, which is " +"sourced and used by sensible-editor. SELECTED_EDITOR is overridden by the " +"VISUAL and EDITOR environment variables." +msgstr "" + +#. type: SH +#: select-editor.man +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"B was written by Dustin Kirkland Ekirkland@canonical." +"comE." +msgstr "" + +# type: Plain text +#. type: Plain text +#: select-editor.man +#, fuzzy +#| msgid "B [OPTIONS...]" +msgid "B(1)" +msgstr "B [opciones...]" + +# type: Plain text +#~ msgid "" +#~ "sensible-editor, sensible-pager, sensible-browser - sensible editing, " +#~ "paging, and web browsing" +#~ msgstr "" +#~ "sensible-editor, sensible-pager, sensible-browser - Facilita editar y " +#~ "leer ficheros así como explorar la red con la herramienta adecuada" + +# type: Plain text +#, fuzzy +#~| msgid "" +#~| "Documentation of the EDITOR, VISUAL, PAGER, and BROWSER variables in " +#~| "B(7)" +#~ msgid "" +#~ "Documentation of the EDITOR, VISUAL and PAGER variables in B(7) " +#~ "and B(1) for changing a user's default editor" +#~ msgstr "" +#~ "Consulte la documentación de las variables de entorno EDITOR, VISUAL " +#~ "PAGER y BROWSER en B(7)." diff -Nru sensible-utils-0.0.13/man/po4a/fr.po sensible-utils-0.0.14/man/po4a/fr.po --- sensible-utils-0.0.13/man/po4a/fr.po 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/man/po4a/fr.po 2021-01-12 22:01:50.000000000 +0000 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: debianutils\n" -"POT-Creation-Date: 2017-08-11 09:11+0200\n" +"POT-Creation-Date: 2021-01-12 22:42+0000\n" "PO-Revision-Date: 2017-08-10 22:25+0100\n" "Last-Translator: Bastien ROUCARIÈS \n" "Language-Team: French \n" @@ -25,7 +25,7 @@ # type: TH #. type: TH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man #, no-wrap msgid "SENSIBLE-EDITOR" msgstr "SENSIBLE-EDITOR" @@ -33,36 +33,34 @@ #. type: TH #: sensible-editor.man #, no-wrap -msgid "14 Nov 2010" -msgstr "14 novembre 2010" +msgid "14 Nov 2018" +msgstr "14 novembre 2018" # type: TH #. type: TH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "Debian" msgstr "Debian GNU/Linux" # type: SH #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "NAME" msgstr "NOM" -# type: Plain text #. type: Plain text #: sensible-editor.man -msgid "" -"sensible-editor, sensible-pager, sensible-browser - sensible editing, " -"paging, and web browsing" -msgstr "" -"sensible-editor, sensible-pager, sensible-browser - outils pratiques " -"d'édition, de mise en page et de navigation sur le web" +msgid "sensible-editor - sensible editing" +msgstr "sensible-editor - edition sensible" # type: SH #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "SYNOPSIS" msgstr "SYNOPSIS" @@ -73,77 +71,268 @@ msgid "B [OPTIONS...]" msgstr "B [OPTIONS...]" +# type: SH +#. type: SH +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPTION" + # type: Plain text #. type: Plain text #: sensible-editor.man -msgid "B [OPTIONS...]" -msgstr "B [OPTIONS...]" +msgid "" +"B make sensible decisions on which editor to call. " +"Programs in Debian can use these scripts as their default editor." +msgstr "" +"B prend des décisions sensées sur le choix de l'éditeur " +"qu'il faut appeler. Les programmes de la distribution Debian peuvent " +"utiliser ce scripts comme leur éditeur par défaut" -# type: Plain text #. type: Plain text #: sensible-editor.man -msgid "B url" -msgstr "B url" +msgid "B try to do in the following order:" +msgstr "B essaye de faire dans l'ordre suivant:" -# type: SH -#. type: SH +#. type: IP #: sensible-editor.man #, no-wrap -msgid "DESCRIPTION" -msgstr "DESCRIPTION" +msgid "\\n[step]" +msgstr "\\n[step]" + +#. type: Plain text +#: sensible-editor.man +msgid "if B environment variable exists, execute B" +msgstr "" +"si la variable d'environement B existe, exécute B" + +#. type: IP +#: sensible-editor.man +#, no-wrap +msgid "\\n+[step]" +msgstr "\\n+[step]" + +#. type: Plain text +#: sensible-editor.man +msgid "if B environment variable exists, execute B" +msgstr "" +"si la variable d'environement B existe, exécute B" -# type: Plain text #. type: Plain text #: sensible-editor.man msgid "" -"B, B and B make sensible " -"decisions on which editor, pager, and web browser to call, respectively. " -"Programs in Debian can use these scripts as their default editor, pager, or " -"web browser or emulate their behavior." -msgstr "" -"B, B et B prennent des " -"décisions sensées respectivement sur le choix de l'éditeur, de l'outil de " -"mise en page (« pageur ») et de l'outil de navigation qu'il faut appeler. " -"Les programmes de la distribution Debian peuvent utiliser ces scripts comme " -"éditeur, pageur, ou navigateur par défaut ou peuvent simuler leur " -"comportement." +"source the contents of file I<~/.selected_editor> and, if B " +"environment variable exists execute B" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "run B command" +msgstr "exécute la commande B" + +#. type: Plain text +#: sensible-editor.man +msgid "finally run B command" +msgstr "enfin exécute la commande B" # type: SH #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-pager.man select-editor.man #, no-wrap msgid "SEE ALSO" msgstr "VOIR AUSSI" -# NOTE : manque un verbe -# type: Plain text #. type: Plain text #: sensible-editor.man -#, fuzzy -#| msgid "" -#| "Documentation of the EDITOR, VISUAL, PAGER, and BROWSER variables in " -#| "B(7)" +msgid "B(7) for documentation of the EDITOR, VISUAL variables" +msgstr "B(7) pour la documentation des variables EDITOR et VISUAL" + +#. type: Plain text +#: sensible-editor.man +msgid "B(1) for changing a user's default editor." +msgstr "B(1) pour changer l'éditeur par défaut d'un utilisateur" + +#. type: Plain text +#: sensible-editor.man +msgid "B(1) for default system wide editor." +msgstr "B(1) pour l'éditeur du système par défauts" + +#. type: SH +#: sensible-editor.man +#, no-wrap +msgid "BUGS" +msgstr "BOGUES" + +#. type: Plain text +#: sensible-editor.man msgid "" -"Documentation of the EDITOR, VISUAL and PAGER variables in B(7) " -"and B(1) for changing a user's default editor" +"This command is protected against trivial fork bomb, when user set " +"B wider loops are still possible." msgstr "" -"La documentation des variables d'environnement EDITOR, VISUAL, PAGER, et " -"BROWSER se trouve dans B(7)." +"Cette commande est protégé contre les boucle d'excécution par appel fork(2), " +"cependant boucles sont encore possibles si l'utilisateur utilise comme " +"valeur B." #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man #, no-wrap msgid "STANDARD" msgstr "STANDARD" #. type: Plain text -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man msgid "" "Documentation of behavior of sensible-utils under a debian system is " "available under section 11.4 of debian-policy usually installed under /usr/" "share/doc/debian-policy (you might need to install debian-policy)" msgstr "" -"La documentation du comportement du pacquet sensible-utils pour un système " +"La documentation du comportement du paquet sensible-utils pour un système " "debian est disponible au titre 11.4 du manuel de la politique debian qui est " "usuellement installé sous /usr/share/doc/debian-policy (il convient " -"d'installer le pacquet debian-policy)" +"d'installer le paquet debian-policy)" + +#. type: TH +#: sensible-browser.man sensible-pager.man +#, no-wrap +msgid "12 Jan 2020" +msgstr "12 Janvier 2020" + +#. type: Plain text +#: sensible-browser.man +msgid "sensible-browser - sensible web browsing" +msgstr "sensible-browser - navigateur web sensible" + +# type: Plain text +#. type: Plain text +#: sensible-browser.man +msgid "B url" +msgstr "B url" + +# type: Plain text +#. type: Plain text +#: sensible-browser.man +msgid "" +"B make sensible decisions on which web browser to call. " +"Programs in Debian can use this script as their default web browser or " +"emulate their behavior." +msgstr "" +"B prend des décisions sensées sur le choix du navigateur " +"qu'il faut appeler. Les programmes de la distribution Debian peuvent " +"utiliser ce scripts comme leur navigateur web par défaut" + +# type: TH +#. type: TH +#: sensible-pager.man +#, no-wrap +msgid "SENSIBLE-PAGER" +msgstr "SENSIBLE-PAGER" + +#. type: Plain text +#: sensible-pager.man +msgid "sensible-pager, sensible paging" +msgstr "sensible-editor - outil de mise en page (« pageur ») sensible" + +# type: Plain text +#. type: Plain text +#: sensible-pager.man +msgid "B [OPTIONS...]" +msgstr "B [OPTIONS...]" + +# type: Plain text +#. type: Plain text +#: sensible-pager.man +msgid "" +"B make sensible decisions on which pager to call. Programs " +"in Debian can use this script as their default pager, or emulate their " +"behavior." +msgstr "" +"B prend des décisions sensées sur le choix de l'outil de mise " +"en page (« pageur ») qu'il faut appeler. Les programmes de la distribution " +"Debian peuvent utiliser ce scripts comme leur outil de mise en page par " +"défaut" + +#. type: Plain text +#: sensible-pager.man +msgid "Documentation of the PAGER variable in B(7)" +msgstr "Documentation de la variable d'environnement PAGER dans B(7)" + +# type: TH +#. type: TH +#: select-editor.man +#, no-wrap +msgid "SELECT-EDITOR" +msgstr "SELECT-EDITOR" + +#. type: TH +#: select-editor.man +#, no-wrap +msgid "21 May 2008" +msgstr "21 Mai 2008" + +#. type: Plain text +#: select-editor.man +msgid "" +"select-editor - select your default sensible-editor from all installed " +"editors" +msgstr "" +"select-editor - selectionne votre editeur sensible-editor à partir de la " +"liste de tous les éditeurs installés" + +#. type: Plain text +#: select-editor.man +msgid "B" +msgstr "B" + +#. type: Plain text +#: select-editor.man +msgid "" +"B provides a coherent mechanism for selecting and storing a " +"preferred sensible-editor on a per-user basis. It lists the available " +"editors on a system and interactively prompts the user to select one. The " +"results are stored as SELECTED_EDITOR in ~/.selected_editor, which is " +"sourced and used by sensible-editor. SELECTED_EDITOR is overridden by the " +"VISUAL and EDITOR environment variables." +msgstr "" + +#. type: SH +#: select-editor.man +#, no-wrap +msgid "AUTHOR" +msgstr "AUTEUR" + +#. type: Plain text +#: select-editor.man +msgid "" +"B was written by Dustin Kirkland Ekirkland@canonical." +"comE." +msgstr "" +"B a été écrit by Dustin Kirkland Ekirkland@canonical." +"comE." + +# type: Plain text +#. type: Plain text +#: select-editor.man +msgid "B(1)" +msgstr "B(1)" + +# type: Plain text +#~ msgid "" +#~ "sensible-editor, sensible-pager, sensible-browser - sensible editing, " +#~ "paging, and web browsing" +#~ msgstr "" +#~ "sensible-editor, sensible-pager, sensible-browser - outils pratiques " +#~ "d'édition, de mise en page et de navigation sur le web" + +# NOTE : manque un verbe +# type: Plain text +#, fuzzy +#~| msgid "" +#~| "Documentation of the EDITOR, VISUAL, PAGER, and BROWSER variables in " +#~| "B(7)" +#~ msgid "" +#~ "Documentation of the EDITOR, VISUAL and PAGER variables in B(7) " +#~ "and B(1) for changing a user's default editor" +#~ msgstr "" +#~ "La documentation des variables d'environnement EDITOR, VISUAL, PAGER, et " +#~ "BROWSER se trouve dans B(7)." diff -Nru sensible-utils-0.0.13/man/po4a/it.po sensible-utils-0.0.14/man/po4a/it.po --- sensible-utils-0.0.13/man/po4a/it.po 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/man/po4a/it.po 2021-01-12 22:01:50.000000000 +0000 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: sensible-utils\n" -"POT-Creation-Date: 2017-08-11 09:11+0200\n" +"POT-Creation-Date: 2021-01-12 22:34+0000\n" "PO-Revision-Date: 2012-05-12 18:33+0200\n" "Last-Translator: Beatrice Torracca \n" "Language-Team: Italian \n" @@ -17,40 +17,40 @@ "X-Generator: Virtaal 0.7.1\n" #. type: TH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man #, no-wrap msgid "SENSIBLE-EDITOR" msgstr "SENSIBLE-EDITOR" #. type: TH #: sensible-editor.man -#, no-wrap -msgid "14 Nov 2010" +#, fuzzy, no-wrap +#| msgid "14 Nov 2010" +msgid "14 Nov 2018" msgstr "14 Novembre 2010" #. type: TH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "Debian" msgstr "Debian" #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "NAME" msgstr "NOME" #. type: Plain text #: sensible-editor.man -msgid "" -"sensible-editor, sensible-pager, sensible-browser - sensible editing, " -"paging, and web browsing" +msgid "sensible-editor - sensible editing" msgstr "" -"sensible-editor, sensible-pager, sensible-browser - modifica di testi, " -"paginazione e navigazione web ragionevoli" #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "SYNOPSIS" msgstr "SINTASSI" @@ -60,29 +60,24 @@ msgid "B [OPTIONS...]" msgstr "B [OPZIONI...]" -#. type: Plain text -#: sensible-editor.man -msgid "B [OPTIONS...]" -msgstr "B [OPZIONI...]" - -#. type: Plain text -#: sensible-editor.man -msgid "B url" -msgstr "B URL" - #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "DESCRIPTION" msgstr "DESCRIZIONE" #. type: Plain text #: sensible-editor.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." msgid "" -"B, B and B make sensible " -"decisions on which editor, pager, and web browser to call, respectively. " -"Programs in Debian can use these scripts as their default editor, pager, or " -"web browser or emulate their behavior." +"B make sensible decisions on which editor to call. " +"Programs in Debian can use these scripts as their default editor." msgstr "" "B, B e B prendono " "decisioni sensate rispettivamente su quale editor, paginatore e browser web " @@ -90,35 +85,244 @@ "editor, paginatore o navigatore web predefinito oppure emulare il loro " "comportamento." -#. type: SH +#. type: Plain text +#: sensible-editor.man +msgid "B try to do in the following order:" +msgstr "" + +#. type: IP #: sensible-editor.man #, no-wrap +msgid "\\n[step]" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "if B environment variable exists, execute B" +msgstr "" + +#. type: IP +#: sensible-editor.man +#, no-wrap +msgid "\\n+[step]" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "if B environment variable exists, execute B" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "" +"source the contents of file I<~/.selected_editor> and, if B " +"environment variable exists execute B" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "run B command" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "finally run B command" +msgstr "" + +#. type: SH +#: sensible-editor.man sensible-pager.man select-editor.man +#, no-wrap msgid "SEE ALSO" msgstr "VEDERE ANCHE" #. type: Plain text #: sensible-editor.man -#, fuzzy -#| msgid "" -#| "Documentation of the EDITOR, VISUAL, PAGER, and BROWSER variables in " -#| "B(7)" -msgid "" -"Documentation of the EDITOR, VISUAL and PAGER variables in B(7) " -"and B(1) for changing a user's default editor" +msgid "B(7) for documentation of the EDITOR, VISUAL variables" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "B(1) for changing a user's default editor." +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "B(1) for default system wide editor." msgstr "" -"La documentazione delle variabili EDITOR, VISUAL, PAGER e BROWSER in " -"B(7)." #. type: SH #: sensible-editor.man #, no-wrap -msgid "STANDARD" +msgid "BUGS" msgstr "" #. type: Plain text #: sensible-editor.man msgid "" +"This command is protected against trivial fork bomb, when user set " +"B wider loops are still possible." +msgstr "" + +#. type: SH +#: sensible-editor.man sensible-browser.man sensible-pager.man +#, no-wrap +msgid "STANDARD" +msgstr "" + +#. type: Plain text +#: sensible-editor.man sensible-browser.man sensible-pager.man +msgid "" "Documentation of behavior of sensible-utils under a debian system is " "available under section 11.4 of debian-policy usually installed under /usr/" "share/doc/debian-policy (you might need to install debian-policy)" msgstr "" + +#. type: TH +#: sensible-browser.man sensible-pager.man +#, no-wrap +msgid "12 Jan 2020" +msgstr "" + +#. type: Plain text +#: sensible-browser.man +msgid "sensible-browser - sensible web browsing" +msgstr "" + +#. type: Plain text +#: sensible-browser.man +msgid "B url" +msgstr "B URL" + +#. type: Plain text +#: sensible-browser.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." +msgid "" +"B make sensible decisions on which web browser to call. " +"Programs in Debian can use this script as their default web browser or " +"emulate their behavior." +msgstr "" +"B, B e B prendono " +"decisioni sensate rispettivamente su quale editor, paginatore e browser web " +"richiamare. I programmi in Debian possono usare questi script come loro " +"editor, paginatore o navigatore web predefinito oppure emulare il loro " +"comportamento." + +#. type: TH +#: sensible-pager.man +#, fuzzy, no-wrap +#| msgid "SENSIBLE-EDITOR" +msgid "SENSIBLE-PAGER" +msgstr "SENSIBLE-EDITOR" + +#. type: Plain text +#: sensible-pager.man +msgid "sensible-pager, sensible paging" +msgstr "" + +#. type: Plain text +#: sensible-pager.man +msgid "B [OPTIONS...]" +msgstr "B [OPZIONI...]" + +#. type: Plain text +#: sensible-pager.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." +msgid "" +"B make sensible decisions on which pager to call. Programs " +"in Debian can use this script as their default pager, or emulate their " +"behavior." +msgstr "" +"B, B e B prendono " +"decisioni sensate rispettivamente su quale editor, paginatore e browser web " +"richiamare. I programmi in Debian possono usare questi script come loro " +"editor, paginatore o navigatore web predefinito oppure emulare il loro " +"comportamento." + +#. type: Plain text +#: sensible-pager.man +msgid "Documentation of the PAGER variable in B(7)" +msgstr "" + +#. type: TH +#: select-editor.man +#, fuzzy, no-wrap +#| msgid "SENSIBLE-EDITOR" +msgid "SELECT-EDITOR" +msgstr "SENSIBLE-EDITOR" + +#. type: TH +#: select-editor.man +#, no-wrap +msgid "21 May 2008" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"select-editor - select your default sensible-editor from all installed " +"editors" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "B" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"B provides a coherent mechanism for selecting and storing a " +"preferred sensible-editor on a per-user basis. It lists the available " +"editors on a system and interactively prompts the user to select one. The " +"results are stored as SELECTED_EDITOR in ~/.selected_editor, which is " +"sourced and used by sensible-editor. SELECTED_EDITOR is overridden by the " +"VISUAL and EDITOR environment variables." +msgstr "" + +#. type: SH +#: select-editor.man +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"B was written by Dustin Kirkland Ekirkland@canonical." +"comE." +msgstr "" + +#. type: Plain text +#: select-editor.man +#, fuzzy +#| msgid "B [OPTIONS...]" +msgid "B(1)" +msgstr "B [OPZIONI...]" + +#~ msgid "" +#~ "sensible-editor, sensible-pager, sensible-browser - sensible editing, " +#~ "paging, and web browsing" +#~ msgstr "" +#~ "sensible-editor, sensible-pager, sensible-browser - modifica di testi, " +#~ "paginazione e navigazione web ragionevoli" + +#, fuzzy +#~| msgid "" +#~| "Documentation of the EDITOR, VISUAL, PAGER, and BROWSER variables in " +#~| "B(7)" +#~ msgid "" +#~ "Documentation of the EDITOR, VISUAL and PAGER variables in B(7) " +#~ "and B(1) for changing a user's default editor" +#~ msgstr "" +#~ "La documentazione delle variabili EDITOR, VISUAL, PAGER e BROWSER in " +#~ "B(7)." diff -Nru sensible-utils-0.0.13/man/po4a/ja.po sensible-utils-0.0.14/man/po4a/ja.po --- sensible-utils-0.0.13/man/po4a/ja.po 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/man/po4a/ja.po 2021-01-12 22:01:50.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: po 4a\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-11 09:11+0200\n" +"POT-Creation-Date: 2021-01-12 22:34+0000\n" "PO-Revision-Date: 2011-02-11 15:07+0900\n" "Last-Translator: KURASAWA Nozomu \n" "Language-Team: Japanese \n" @@ -19,40 +19,40 @@ "X-Generator: Virtaal 0.5.2\n" #. type: TH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man #, no-wrap msgid "SENSIBLE-EDITOR" msgstr "SENSIBLE-EDITOR" #. type: TH #: sensible-editor.man -#, no-wrap -msgid "14 Nov 2010" +#, fuzzy, no-wrap +#| msgid "14 Nov 2010" +msgid "14 Nov 2018" msgstr "14 Nov 2010" #. type: TH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "Debian" msgstr "Debian" #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "NAME" msgstr "名前" #. type: Plain text #: sensible-editor.man -msgid "" -"sensible-editor, sensible-pager, sensible-browser - sensible editing, " -"paging, and web browsing" +msgid "sensible-editor - sensible editing" msgstr "" -"sensible-editor, sensible-pager, sensible-browser - 気の利いたエディタ、ペー" -"ジャ、ウェブブラウザ" #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "SYNOPSIS" msgstr "書式" @@ -62,66 +62,266 @@ msgid "B [OPTIONS...]" msgstr "B [OPTIONS...]" -#. type: Plain text -#: sensible-editor.man -msgid "B [OPTIONS...]" -msgstr "B [OPTIONS...]" - -#. type: Plain text -#: sensible-editor.man -msgid "B url" -msgstr "B url" - #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "DESCRIPTION" msgstr "説明" #. type: Plain text #: sensible-editor.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." msgid "" -"B, B and B make sensible " -"decisions on which editor, pager, and web browser to call, respectively. " -"Programs in Debian can use these scripts as their default editor, pager, or " -"web browser or emulate their behavior." +"B make sensible decisions on which editor to call. " +"Programs in Debian can use these scripts as their default editor." msgstr "" "B, B, B は、どのエディタ、" "ページャ、ウェブブラウザを使用するかを、それぞれ気の利いた選択をしてくれま" "す。Debian にあるプログラムは、デフォルトのエディタ、ページャ、ウェブブラウザ" "としてこのスクリプトを使えますし、その振る舞いをエミュレートできます。" -#. type: SH +#. type: Plain text +#: sensible-editor.man +msgid "B try to do in the following order:" +msgstr "" + +#. type: IP +#: sensible-editor.man +#, no-wrap +msgid "\\n[step]" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "if B environment variable exists, execute B" +msgstr "" + +#. type: IP +#: sensible-editor.man +#, no-wrap +msgid "\\n+[step]" +msgstr "" + +#. type: Plain text #: sensible-editor.man +msgid "if B environment variable exists, execute B" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "" +"source the contents of file I<~/.selected_editor> and, if B " +"environment variable exists execute B" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "run B command" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "finally run B command" +msgstr "" + +#. type: SH +#: sensible-editor.man sensible-pager.man select-editor.man #, no-wrap msgid "SEE ALSO" msgstr "関連項目" #. type: Plain text #: sensible-editor.man -#, fuzzy -#| msgid "" -#| "Documentation of the EDITOR, VISUAL, PAGER, and BROWSER variables in " -#| "B(7)" -msgid "" -"Documentation of the EDITOR, VISUAL and PAGER variables in B(7) " -"and B(1) for changing a user's default editor" +msgid "B(7) for documentation of the EDITOR, VISUAL variables" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "B(1) for changing a user's default editor." +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "B(1) for default system wide editor." msgstr "" -"B(7) にある環境変数 EDITOR, VISUAL, PAGER, BROWSER のドキュメント" #. type: SH #: sensible-editor.man #, no-wrap -msgid "STANDARD" +msgid "BUGS" msgstr "" #. type: Plain text #: sensible-editor.man msgid "" +"This command is protected against trivial fork bomb, when user set " +"B wider loops are still possible." +msgstr "" + +#. type: SH +#: sensible-editor.man sensible-browser.man sensible-pager.man +#, no-wrap +msgid "STANDARD" +msgstr "" + +#. type: Plain text +#: sensible-editor.man sensible-browser.man sensible-pager.man +msgid "" "Documentation of behavior of sensible-utils under a debian system is " "available under section 11.4 of debian-policy usually installed under /usr/" "share/doc/debian-policy (you might need to install debian-policy)" msgstr "" -#~ msgid "03 Mar 2004" -#~ msgstr "03 Mar 2004" +#. type: TH +#: sensible-browser.man sensible-pager.man +#, no-wrap +msgid "12 Jan 2020" +msgstr "" + +#. type: Plain text +#: sensible-browser.man +msgid "sensible-browser - sensible web browsing" +msgstr "" + +#. type: Plain text +#: sensible-browser.man +msgid "B url" +msgstr "B url" + +#. type: Plain text +#: sensible-browser.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." +msgid "" +"B make sensible decisions on which web browser to call. " +"Programs in Debian can use this script as their default web browser or " +"emulate their behavior." +msgstr "" +"B, B, B は、どのエディタ、" +"ページャ、ウェブブラウザを使用するかを、それぞれ気の利いた選択をしてくれま" +"す。Debian にあるプログラムは、デフォルトのエディタ、ページャ、ウェブブラウザ" +"としてこのスクリプトを使えますし、その振る舞いをエミュレートできます。" + +#. type: TH +#: sensible-pager.man +#, fuzzy, no-wrap +#| msgid "SENSIBLE-EDITOR" +msgid "SENSIBLE-PAGER" +msgstr "SENSIBLE-EDITOR" + +#. type: Plain text +#: sensible-pager.man +msgid "sensible-pager, sensible paging" +msgstr "" + +#. type: Plain text +#: sensible-pager.man +msgid "B [OPTIONS...]" +msgstr "B [OPTIONS...]" + +#. type: Plain text +#: sensible-pager.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." +msgid "" +"B make sensible decisions on which pager to call. Programs " +"in Debian can use this script as their default pager, or emulate their " +"behavior." +msgstr "" +"B, B, B は、どのエディタ、" +"ページャ、ウェブブラウザを使用するかを、それぞれ気の利いた選択をしてくれま" +"す。Debian にあるプログラムは、デフォルトのエディタ、ページャ、ウェブブラウザ" +"としてこのスクリプトを使えますし、その振る舞いをエミュレートできます。" + +#. type: Plain text +#: sensible-pager.man +msgid "Documentation of the PAGER variable in B(7)" +msgstr "" + +#. type: TH +#: select-editor.man +#, fuzzy, no-wrap +#| msgid "SENSIBLE-EDITOR" +msgid "SELECT-EDITOR" +msgstr "SENSIBLE-EDITOR" + +#. type: TH +#: select-editor.man +#, fuzzy, no-wrap +#| msgid "03 Mar 2004" +msgid "21 May 2008" +msgstr "03 Mar 2004" + +#. type: Plain text +#: select-editor.man +msgid "" +"select-editor - select your default sensible-editor from all installed " +"editors" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "B" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"B provides a coherent mechanism for selecting and storing a " +"preferred sensible-editor on a per-user basis. It lists the available " +"editors on a system and interactively prompts the user to select one. The " +"results are stored as SELECTED_EDITOR in ~/.selected_editor, which is " +"sourced and used by sensible-editor. SELECTED_EDITOR is overridden by the " +"VISUAL and EDITOR environment variables." +msgstr "" + +#. type: SH +#: select-editor.man +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"B was written by Dustin Kirkland Ekirkland@canonical." +"comE." +msgstr "" + +#. type: Plain text +#: select-editor.man +#, fuzzy +#| msgid "B [OPTIONS...]" +msgid "B(1)" +msgstr "B [OPTIONS...]" + +#~ msgid "" +#~ "sensible-editor, sensible-pager, sensible-browser - sensible editing, " +#~ "paging, and web browsing" +#~ msgstr "" +#~ "sensible-editor, sensible-pager, sensible-browser - 気の利いたエディタ、" +#~ "ページャ、ウェブブラウザ" + +#, fuzzy +#~| msgid "" +#~| "Documentation of the EDITOR, VISUAL, PAGER, and BROWSER variables in " +#~| "B(7)" +#~ msgid "" +#~ "Documentation of the EDITOR, VISUAL and PAGER variables in B(7) " +#~ "and B(1) for changing a user's default editor" +#~ msgstr "" +#~ "B(7) にある環境変数 EDITOR, VISUAL, PAGER, BROWSER のドキュメント" diff -Nru sensible-utils-0.0.13/man/po4a/pl.po sensible-utils-0.0.14/man/po4a/pl.po --- sensible-utils-0.0.13/man/po4a/pl.po 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/man/po4a/pl.po 2021-01-12 22:01:50.000000000 +0000 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: sensible-utils 0.0.2\n" -"POT-Creation-Date: 2017-08-11 09:11+0200\n" +"POT-Creation-Date: 2021-01-12 22:34+0000\n" "PO-Revision-Date: 2010-04-06 22:31+0200\n" "Last-Translator: Robert Luberda\n" "Language-Team: Polish \n" @@ -17,41 +17,40 @@ "Content-Transfer-Encoding: 8bit\n" #. type: TH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man #, no-wrap msgid "SENSIBLE-EDITOR" msgstr "SENSIBLE-EDITOR" #. type: TH #: sensible-editor.man -#, no-wrap -msgid "14 Nov 2010" +#, fuzzy, no-wrap +#| msgid "14 Nov 2010" +msgid "14 Nov 2018" msgstr "14 listopad 2010" #. type: TH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "Debian" msgstr "Debian" #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "NAME" msgstr "NAZWA" -# #. type: Plain text #: sensible-editor.man -msgid "" -"sensible-editor, sensible-pager, sensible-browser - sensible editing, " -"paging, and web browsing" +msgid "sensible-editor - sensible editing" msgstr "" -"sensible-editor, sensible-pager, sensible-browser - rozsądne edytowanie, " -"przeglądanie plików i zasobów sieciowych" #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "SYNOPSIS" msgstr "SKŁADNIA" @@ -62,20 +61,9 @@ msgid "B [OPTIONS...]" msgstr "B [OPCJE...]" -# -#. type: Plain text -#: sensible-editor.man -msgid "B [OPTIONS...]" -msgstr "B [OPCJE...]" - -# -#. type: Plain text -#: sensible-editor.man -msgid "B url" -msgstr "B url" - #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "DESCRIPTION" msgstr "OPIS" @@ -83,11 +71,15 @@ # #. type: Plain text #: sensible-editor.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." msgid "" -"B, B and B make sensible " -"decisions on which editor, pager, and web browser to call, respectively. " -"Programs in Debian can use these scripts as their default editor, pager, or " -"web browser or emulate their behavior." +"B make sensible decisions on which editor to call. " +"Programs in Debian can use these scripts as their default editor." msgstr "" "B, B i B podejmują " "rozsądne decyzje o tym, jaki uruchomić - odpowiednio - edytor, pager czy " @@ -95,36 +87,251 @@ "jako domyślnego edytora, pagera czy przeglądarki stron www, albo naśladować " "ich zachowanie." -#. type: SH +#. type: Plain text +#: sensible-editor.man +msgid "B try to do in the following order:" +msgstr "" + +#. type: IP +#: sensible-editor.man +#, no-wrap +msgid "\\n[step]" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "if B environment variable exists, execute B" +msgstr "" + +#. type: IP +#: sensible-editor.man +#, no-wrap +msgid "\\n+[step]" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "if B environment variable exists, execute B" +msgstr "" + +#. type: Plain text #: sensible-editor.man +msgid "" +"source the contents of file I<~/.selected_editor> and, if B " +"environment variable exists execute B" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "run B command" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "finally run B command" +msgstr "" + +#. type: SH +#: sensible-editor.man sensible-pager.man select-editor.man #, no-wrap msgid "SEE ALSO" msgstr "ZOBACZ TAKŻE" -# #. type: Plain text #: sensible-editor.man -#, fuzzy -#| msgid "" -#| "Documentation of the EDITOR, VISUAL, PAGER, and BROWSER variables in " -#| "B(7)" -msgid "" -"Documentation of the EDITOR, VISUAL and PAGER variables in B(7) " -"and B(1) for changing a user's default editor" +msgid "B(7) for documentation of the EDITOR, VISUAL variables" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "B(1) for changing a user's default editor." +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "B(1) for default system wide editor." msgstr "" -"Dokumentacja zmiennych środowiskowych EDITOR, VISUAL, PAGER i BROWSER w " -"B(7)" #. type: SH #: sensible-editor.man #, no-wrap -msgid "STANDARD" +msgid "BUGS" msgstr "" #. type: Plain text #: sensible-editor.man msgid "" +"This command is protected against trivial fork bomb, when user set " +"B wider loops are still possible." +msgstr "" + +#. type: SH +#: sensible-editor.man sensible-browser.man sensible-pager.man +#, no-wrap +msgid "STANDARD" +msgstr "" + +#. type: Plain text +#: sensible-editor.man sensible-browser.man sensible-pager.man +msgid "" "Documentation of behavior of sensible-utils under a debian system is " "available under section 11.4 of debian-policy usually installed under /usr/" "share/doc/debian-policy (you might need to install debian-policy)" msgstr "" + +#. type: TH +#: sensible-browser.man sensible-pager.man +#, no-wrap +msgid "12 Jan 2020" +msgstr "" + +#. type: Plain text +#: sensible-browser.man +msgid "sensible-browser - sensible web browsing" +msgstr "" + +# +#. type: Plain text +#: sensible-browser.man +msgid "B url" +msgstr "B url" + +# +#. type: Plain text +#: sensible-browser.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." +msgid "" +"B make sensible decisions on which web browser to call. " +"Programs in Debian can use this script as their default web browser or " +"emulate their behavior." +msgstr "" +"B, B i B podejmują " +"rozsądne decyzje o tym, jaki uruchomić - odpowiednio - edytor, pager czy " +"przeglądarkę www. Programy w systemie Debian mogą albo używać tych skryptów " +"jako domyślnego edytora, pagera czy przeglądarki stron www, albo naśladować " +"ich zachowanie." + +#. type: TH +#: sensible-pager.man +#, fuzzy, no-wrap +#| msgid "SENSIBLE-EDITOR" +msgid "SENSIBLE-PAGER" +msgstr "SENSIBLE-EDITOR" + +#. type: Plain text +#: sensible-pager.man +msgid "sensible-pager, sensible paging" +msgstr "" + +# +#. type: Plain text +#: sensible-pager.man +msgid "B [OPTIONS...]" +msgstr "B [OPCJE...]" + +# +#. type: Plain text +#: sensible-pager.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." +msgid "" +"B make sensible decisions on which pager to call. Programs " +"in Debian can use this script as their default pager, or emulate their " +"behavior." +msgstr "" +"B, B i B podejmują " +"rozsądne decyzje o tym, jaki uruchomić - odpowiednio - edytor, pager czy " +"przeglądarkę www. Programy w systemie Debian mogą albo używać tych skryptów " +"jako domyślnego edytora, pagera czy przeglądarki stron www, albo naśladować " +"ich zachowanie." + +#. type: Plain text +#: sensible-pager.man +msgid "Documentation of the PAGER variable in B(7)" +msgstr "" + +#. type: TH +#: select-editor.man +#, fuzzy, no-wrap +#| msgid "SENSIBLE-EDITOR" +msgid "SELECT-EDITOR" +msgstr "SENSIBLE-EDITOR" + +#. type: TH +#: select-editor.man +#, no-wrap +msgid "21 May 2008" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"select-editor - select your default sensible-editor from all installed " +"editors" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "B" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"B provides a coherent mechanism for selecting and storing a " +"preferred sensible-editor on a per-user basis. It lists the available " +"editors on a system and interactively prompts the user to select one. The " +"results are stored as SELECTED_EDITOR in ~/.selected_editor, which is " +"sourced and used by sensible-editor. SELECTED_EDITOR is overridden by the " +"VISUAL and EDITOR environment variables." +msgstr "" + +#. type: SH +#: select-editor.man +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"B was written by Dustin Kirkland Ekirkland@canonical." +"comE." +msgstr "" + +# +#. type: Plain text +#: select-editor.man +#, fuzzy +#| msgid "B [OPTIONS...]" +msgid "B(1)" +msgstr "B [OPCJE...]" + +# +#~ msgid "" +#~ "sensible-editor, sensible-pager, sensible-browser - sensible editing, " +#~ "paging, and web browsing" +#~ msgstr "" +#~ "sensible-editor, sensible-pager, sensible-browser - rozsądne edytowanie, " +#~ "przeglądanie plików i zasobów sieciowych" + +# +#, fuzzy +#~| msgid "" +#~| "Documentation of the EDITOR, VISUAL, PAGER, and BROWSER variables in " +#~| "B(7)" +#~ msgid "" +#~ "Documentation of the EDITOR, VISUAL and PAGER variables in B(7) " +#~ "and B(1) for changing a user's default editor" +#~ msgstr "" +#~ "Dokumentacja zmiennych środowiskowych EDITOR, VISUAL, PAGER i BROWSER w " +#~ "B(7)" diff -Nru sensible-utils-0.0.13/man/po4a/po4a.cfg sensible-utils-0.0.14/man/po4a/po4a.cfg --- sensible-utils-0.0.13/man/po4a/po4a.cfg 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/man/po4a/po4a.cfg 2021-01-12 22:01:50.000000000 +0000 @@ -5,3 +5,6 @@ [po4a_alias:man] man opt:"-M UTF-8 -L UTF-8 -A UTF-8" [type:man] sensible-editor.man $lang:$lang/sensible-editor.man add_$lang:po4a/$lang.add +[type:man] sensible-browser.man $lang:$lang/sensible-browser.man add_$lang:po4a/$lang.add +[type:man] sensible-pager.man $lang:$lang/sensible-pager.man add_$lang:po4a/$lang.add +[type:man] select-editor.man $lang:$lang/select-editor.man add_$lang:po4a/$lang.add diff -Nru sensible-utils-0.0.13/man/po4a/pt.po sensible-utils-0.0.14/man/po4a/pt.po --- sensible-utils-0.0.13/man/po4a/pt.po 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/man/po4a/pt.po 2021-01-12 22:01:50.000000000 +0000 @@ -2,56 +2,56 @@ # Copyright (C) 2014 Free Software Foundation, Inc. # This file is distributed under the same license as the sensible-utils package. # -# Américo Monteiro , 2014. +# Américo Monteiro , 2014 - 2020. msgid "" msgstr "" -"Project-Id-Version: sensible-utils 0.0.9\n" -"POT-Creation-Date: 2017-08-11 09:11+0200\n" -"PO-Revision-Date: 2014-08-14 01:23+0100\n" +"Project-Id-Version: sensible-utils 0.0.12+nmu1\n" +"POT-Creation-Date: 2021-01-12 22:34+0000\n" +"PO-Revision-Date: 2020-06-10 09:02+0000\n" "Last-Translator: Américo Monteiro \n" -"Language-Team: Portuguese \n" +"Language-Team: Portuguese <>\n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 2.0\n" #. type: TH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man #, no-wrap msgid "SENSIBLE-EDITOR" msgstr "SENSIBLE-EDITOR" #. type: TH #: sensible-editor.man -#, no-wrap -msgid "14 Nov 2010" +#, fuzzy, no-wrap +#| msgid "14 Nov 2010" +msgid "14 Nov 2018" msgstr "14 Nov 2010" #. type: TH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "Debian" msgstr "Debian" #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "NAME" msgstr "NOME" #. type: Plain text #: sensible-editor.man -msgid "" -"sensible-editor, sensible-pager, sensible-browser - sensible editing, " -"paging, and web browsing" +msgid "sensible-editor - sensible editing" msgstr "" -"sensible-editor, sensible-pager, sensible-browser - edição, paginação, e " -"exploração web sensíveis" #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "SYNOPSIS" msgstr "SINOPSE" @@ -61,29 +61,24 @@ msgid "B [OPTIONS...]" msgstr "B [OPÇÕES...]" -#. type: Plain text -#: sensible-editor.man -msgid "B [OPTIONS...]" -msgstr "B [OPÇÕES...]" - -#. type: Plain text -#: sensible-editor.man -msgid "B url" -msgstr "B url" - #. type: SH -#: sensible-editor.man +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man #, no-wrap msgid "DESCRIPTION" msgstr "DESCRIÇÃO" #. type: Plain text #: sensible-editor.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." msgid "" -"B, B and B make sensible " -"decisions on which editor, pager, and web browser to call, respectively. " -"Programs in Debian can use these scripts as their default editor, pager, or " -"web browser or emulate their behavior." +"B make sensible decisions on which editor to call. " +"Programs in Debian can use these scripts as their default editor." msgstr "" "B, B a B tomam decisões " "sensíveis sobre qual editor, paginador, e explorador web chamar, " @@ -91,34 +86,246 @@ "editor, paginador ou explorador web predefinido ou então emular o seu " "comportamento." -#. type: SH +#. type: Plain text +#: sensible-editor.man +msgid "B try to do in the following order:" +msgstr "" + +#. type: IP #: sensible-editor.man #, no-wrap +msgid "\\n[step]" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "if B environment variable exists, execute B" +msgstr "" + +#. type: IP +#: sensible-editor.man +#, no-wrap +msgid "\\n+[step]" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "if B environment variable exists, execute B" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "" +"source the contents of file I<~/.selected_editor> and, if B " +"environment variable exists execute B" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "run B command" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "finally run B command" +msgstr "" + +#. type: SH +#: sensible-editor.man sensible-pager.man select-editor.man +#, no-wrap msgid "SEE ALSO" msgstr "VEJA TAMBÉM" #. type: Plain text #: sensible-editor.man -#, fuzzy -#| msgid "" -#| "Documentation of the EDITOR, VISUAL, PAGER, and BROWSER variables in " -#| "B(7)" -msgid "" -"Documentation of the EDITOR, VISUAL and PAGER variables in B(7) " -"and B(1) for changing a user's default editor" +msgid "B(7) for documentation of the EDITOR, VISUAL variables" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "B(1) for changing a user's default editor." +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "B(1) for default system wide editor." msgstr "" -"Documentação das variáveis EDITOR, VISUAL, PAGER, e BROWSER em B(7)" #. type: SH #: sensible-editor.man #, no-wrap -msgid "STANDARD" +msgid "BUGS" msgstr "" #. type: Plain text #: sensible-editor.man msgid "" +"This command is protected against trivial fork bomb, when user set " +"B wider loops are still possible." +msgstr "" + +#. type: SH +#: sensible-editor.man sensible-browser.man sensible-pager.man +#, no-wrap +msgid "STANDARD" +msgstr "STANDARD" + +#. type: Plain text +#: sensible-editor.man sensible-browser.man sensible-pager.man +msgid "" "Documentation of behavior of sensible-utils under a debian system is " "available under section 11.4 of debian-policy usually installed under /usr/" "share/doc/debian-policy (you might need to install debian-policy)" msgstr "" +"A documentação do comportamento do sensible-utils sob um sistema debian está " +"disponível sob a secção 11.4 da debian-policy normalmente instalada em /usr/" +"share/doc/debian-policy (você pode precisar de instalar debian-policy)" + +#. type: TH +#: sensible-browser.man sensible-pager.man +#, no-wrap +msgid "12 Jan 2020" +msgstr "" + +#. type: Plain text +#: sensible-browser.man +msgid "sensible-browser - sensible web browsing" +msgstr "" + +#. type: Plain text +#: sensible-browser.man +msgid "B url" +msgstr "B url" + +#. type: Plain text +#: sensible-browser.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." +msgid "" +"B make sensible decisions on which web browser to call. " +"Programs in Debian can use this script as their default web browser or " +"emulate their behavior." +msgstr "" +"B, B a B tomam decisões " +"sensíveis sobre qual editor, paginador, e explorador web chamar, " +"respectivamente. Os programas em Debian podem usar estes scripts como seu " +"editor, paginador ou explorador web predefinido ou então emular o seu " +"comportamento." + +#. type: TH +#: sensible-pager.man +#, fuzzy, no-wrap +#| msgid "SENSIBLE-EDITOR" +msgid "SENSIBLE-PAGER" +msgstr "SENSIBLE-EDITOR" + +#. type: Plain text +#: sensible-pager.man +msgid "sensible-pager, sensible paging" +msgstr "" + +#. type: Plain text +#: sensible-pager.man +msgid "B [OPTIONS...]" +msgstr "B [OPÇÕES...]" + +#. type: Plain text +#: sensible-pager.man +#, fuzzy +#| msgid "" +#| "B, B and B make " +#| "sensible decisions on which editor, pager, and web browser to call, " +#| "respectively. Programs in Debian can use these scripts as their default " +#| "editor, pager, or web browser or emulate their behavior." +msgid "" +"B make sensible decisions on which pager to call. Programs " +"in Debian can use this script as their default pager, or emulate their " +"behavior." +msgstr "" +"B, B a B tomam decisões " +"sensíveis sobre qual editor, paginador, e explorador web chamar, " +"respectivamente. Os programas em Debian podem usar estes scripts como seu " +"editor, paginador ou explorador web predefinido ou então emular o seu " +"comportamento." + +#. type: Plain text +#: sensible-pager.man +msgid "Documentation of the PAGER variable in B(7)" +msgstr "" + +#. type: TH +#: select-editor.man +#, fuzzy, no-wrap +#| msgid "SENSIBLE-EDITOR" +msgid "SELECT-EDITOR" +msgstr "SENSIBLE-EDITOR" + +#. type: TH +#: select-editor.man +#, no-wrap +msgid "21 May 2008" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"select-editor - select your default sensible-editor from all installed " +"editors" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "B" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"B provides a coherent mechanism for selecting and storing a " +"preferred sensible-editor on a per-user basis. It lists the available " +"editors on a system and interactively prompts the user to select one. The " +"results are stored as SELECTED_EDITOR in ~/.selected_editor, which is " +"sourced and used by sensible-editor. SELECTED_EDITOR is overridden by the " +"VISUAL and EDITOR environment variables." +msgstr "" + +#. type: SH +#: select-editor.man +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"B was written by Dustin Kirkland Ekirkland@canonical." +"comE." +msgstr "" + +#. type: Plain text +#: select-editor.man +#, fuzzy +#| msgid "B [OPTIONS...]" +msgid "B(1)" +msgstr "B [OPÇÕES...]" + +#~ msgid "" +#~ "sensible-editor, sensible-pager, sensible-browser - sensible editing, " +#~ "paging, and web browsing" +#~ msgstr "" +#~ "sensible-editor, sensible-pager, sensible-browser - edição, paginação, e " +#~ "exploração web sensíveis" + +#~| msgid "" +#~| "Documentation of the EDITOR, VISUAL, PAGER, and BROWSER variables in " +#~| "B(7)" +#~ msgid "" +#~ "Documentation of the EDITOR, VISUAL and PAGER variables in B(7) " +#~ "and B(1) for changing a user's default editor" +#~ msgstr "" +#~ "Documentação das variáveis EDITOR, VISUAL e PAGER B(7) e " +#~ "B(1) para mudar o editor predefinido de um utilizador" diff -Nru sensible-utils-0.0.13/man/po4a/sensible-utils.pot sensible-utils-0.0.14/man/po4a/sensible-utils.pot --- sensible-utils-0.0.13/man/po4a/sensible-utils.pot 1970-01-01 00:00:00.000000000 +0000 +++ sensible-utils-0.0.14/man/po4a/sensible-utils.pot 2021-01-12 22:01:50.000000000 +0000 @@ -0,0 +1,272 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the sensible-utils package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: sensible-utils VERSION\n" +"POT-Creation-Date: 2021-01-12 22:42+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: sensible-editor.man sensible-browser.man +#, no-wrap +msgid "SENSIBLE-EDITOR" +msgstr "" + +#. type: TH +#: sensible-editor.man +#, no-wrap +msgid "14 Nov 2018" +msgstr "" + +#. type: TH +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man +#, no-wrap +msgid "Debian" +msgstr "" + +#. type: SH +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "sensible-editor - sensible editing" +msgstr "" + +#. type: SH +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "B [OPTIONS...]" +msgstr "" + +#. type: SH +#: sensible-editor.man sensible-browser.man sensible-pager.man +#: select-editor.man +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "" +"B make sensible decisions on which editor to call. " +"Programs in Debian can use these scripts as their default editor." +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "B try to do in the following order:" +msgstr "" + +#. type: IP +#: sensible-editor.man +#, no-wrap +msgid "\\n[step]" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "if B environment variable exists, execute B" +msgstr "" + +#. type: IP +#: sensible-editor.man +#, no-wrap +msgid "\\n+[step]" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "if B environment variable exists, execute B" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "" +"source the contents of file I<~/.selected_editor> and, if B " +"environment variable exists execute B" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "run B command" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "finally run B command" +msgstr "" + +#. type: SH +#: sensible-editor.man sensible-pager.man select-editor.man +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "B(7) for documentation of the EDITOR, VISUAL variables" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "B(1) for changing a user's default editor." +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "B(1) for default system wide editor." +msgstr "" + +#. type: SH +#: sensible-editor.man +#, no-wrap +msgid "BUGS" +msgstr "" + +#. type: Plain text +#: sensible-editor.man +msgid "" +"This command is protected against trivial fork bomb, when user set " +"B wider loops are still possible." +msgstr "" + +#. type: SH +#: sensible-editor.man sensible-browser.man sensible-pager.man +#, no-wrap +msgid "STANDARD" +msgstr "" + +#. type: Plain text +#: sensible-editor.man sensible-browser.man sensible-pager.man +msgid "" +"Documentation of behavior of sensible-utils under a debian system is " +"available under section 11.4 of debian-policy usually installed under " +"/usr/share/doc/debian-policy (you might need to install debian-policy)" +msgstr "" + +#. type: TH +#: sensible-browser.man sensible-pager.man +#, no-wrap +msgid "12 Jan 2020" +msgstr "" + +#. type: Plain text +#: sensible-browser.man +msgid "sensible-browser - sensible web browsing" +msgstr "" + +#. type: Plain text +#: sensible-browser.man +msgid "B url" +msgstr "" + +#. type: Plain text +#: sensible-browser.man +msgid "" +"B make sensible decisions on which web browser to call. " +"Programs in Debian can use this script as their default web browser or " +"emulate their behavior." +msgstr "" + +#. type: TH +#: sensible-pager.man +#, no-wrap +msgid "SENSIBLE-PAGER" +msgstr "" + +#. type: Plain text +#: sensible-pager.man +msgid "sensible-pager, sensible paging" +msgstr "" + +#. type: Plain text +#: sensible-pager.man +msgid "B [OPTIONS...]" +msgstr "" + +#. type: Plain text +#: sensible-pager.man +msgid "" +"B make sensible decisions on which pager to call. Programs " +"in Debian can use this script as their default pager, or emulate their " +"behavior." +msgstr "" + +#. type: Plain text +#: sensible-pager.man +msgid "Documentation of the PAGER variable in B(7)" +msgstr "" + +#. type: TH +#: select-editor.man +#, no-wrap +msgid "SELECT-EDITOR" +msgstr "" + +#. type: TH +#: select-editor.man +#, no-wrap +msgid "21 May 2008" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"select-editor - select your default sensible-editor from all installed " +"editors" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "B" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"B provides a coherent mechanism for selecting and storing a " +"preferred sensible-editor on a per-user basis. It lists the available " +"editors on a system and interactively prompts the user to select one. The " +"results are stored as SELECTED_EDITOR in ~/.selected_editor, which is " +"sourced and used by sensible-editor. SELECTED_EDITOR is overridden by the " +"VISUAL and EDITOR environment variables." +msgstr "" + +#. type: SH +#: select-editor.man +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "" +"B was written by Dustin Kirkland " +"Ekirkland@canonical.comE." +msgstr "" + +#. type: Plain text +#: select-editor.man +msgid "B(1)" +msgstr "" diff -Nru sensible-utils-0.0.13/man/sensible-browser.man sensible-utils-0.0.14/man/sensible-browser.man --- sensible-utils-0.0.13/man/sensible-browser.man 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/man/sensible-browser.man 2021-01-12 21:55:27.000000000 +0000 @@ -1,25 +1,15 @@ .\" -*- nroff -*- -.TH SENSIBLE-EDITOR 1 "14 Nov 2010" "Debian" +.TH SENSIBLE-EDITOR 1 "12 Jan 2020" "Debian" .SH NAME -sensible-editor, sensible-pager, sensible-browser \- sensible editing, paging, and web browsing +sensible-browser \- sensible web browsing .SH SYNOPSIS -.BR sensible-editor " [OPTIONS...]" -.br -.BR sensible-pager " [OPTIONS...]" -.br .BR sensible-browser " url" .br .SH DESCRIPTION -.BR sensible-editor ", " sensible-pager " and " sensible-browser -make sensible decisions on which editor, pager, and web browser to call, -respectively. Programs in Debian can use these scripts -as their default editor, pager, or web browser or emulate their behavior. -.SH "SEE ALSO" -Documentation of the EDITOR, VISUAL and PAGER variables in -.BR environ (7) -and -.BR select-editor (1) -for changing a user's default editor +.BR sensible-browser +make sensible decisions on which web browser to call. +Programs in Debian can use this script +as their default web browser or emulate their behavior. .SH "STANDARD" Documentation of behavior of sensible-utils under a debian system is available under section 11.4 of debian-policy usually installed under diff -Nru sensible-utils-0.0.13/man/sensible-editor.man sensible-utils-0.0.14/man/sensible-editor.man --- sensible-utils-0.0.13/man/sensible-editor.man 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/man/sensible-editor.man 2021-01-12 21:51:47.000000000 +0000 @@ -1,26 +1,56 @@ .\" -*- nroff -*- -.TH SENSIBLE-EDITOR 1 "14 Nov 2010" "Debian" +.TH SENSIBLE-EDITOR 1 "14 Nov 2018" "Debian" .SH NAME -sensible-editor, sensible-pager, sensible-browser \- sensible editing, paging, and web browsing +sensible-editor \- sensible editing .SH SYNOPSIS .BR sensible-editor " [OPTIONS...]" .br -.BR sensible-pager " [OPTIONS...]" -.br -.BR sensible-browser " url" -.br .SH DESCRIPTION -.BR sensible-editor ", " sensible-pager " and " sensible-browser -make sensible decisions on which editor, pager, and web browser to call, -respectively. Programs in Debian can use these scripts -as their default editor, pager, or web browser or emulate their behavior. +.BR sensible-editor " make sensible decisions on which editor to call. +Programs in Debian can use these scripts +as their default editor. +.nr step 1 1 +.B sensible-editor +try to do in the following order: +.IP \n[step] +if +.B VISUAL +environment variable exists, execute +.B VISUAL [OPTIONS] +.IP \n+[step] +if +.B EDITOR +environment variable exists, execute +.B EDITOR [OPTIONS] +.IP \n+[step] +source the contents of file +.I ~/.selected_editor +and, if +.B SELECTED_EDITOR +environment variable exists execute +.B SELECTED_EDITOR [OPTIONS] +.IP \n+[step] +run +.B editor [OPTIONS] +command +.IP \n+[step] +finally run +.B nano-tiny [OPTIONS] +command .SH "SEE ALSO" -Documentation of the EDITOR, VISUAL and PAGER variables in .BR environ (7) -and +for documentation of the EDITOR, VISUAL variables +.br .BR select-editor (1) -for changing a user's default editor +for changing a user's default editor. +.br +.BR editor (1) +for default system wide editor. +.SH BUGS +This command is protected against trivial fork bomb, when user set +.B EDITOR=sensible-editor +wider loops are still possible. .SH "STANDARD" Documentation of behavior of sensible-utils under a debian system is available under section 11.4 of debian-policy usually installed under -/usr/share/doc/debian-policy (you might need to install debian-policy) \ No newline at end of file +/usr/share/doc/debian-policy (you might need to install debian-policy) diff -Nru sensible-utils-0.0.13/man/sensible-pager.man sensible-utils-0.0.14/man/sensible-pager.man --- sensible-utils-0.0.13/man/sensible-pager.man 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/man/sensible-pager.man 2021-01-12 21:57:38.000000000 +0000 @@ -1,25 +1,18 @@ .\" -*- nroff -*- -.TH SENSIBLE-EDITOR 1 "14 Nov 2010" "Debian" +.TH SENSIBLE-PAGER 1 "12 Jan 2020" "Debian" .SH NAME -sensible-editor, sensible-pager, sensible-browser \- sensible editing, paging, and web browsing +sensible-pager, sensible paging .SH SYNOPSIS -.BR sensible-editor " [OPTIONS...]" -.br .BR sensible-pager " [OPTIONS...]" .br -.BR sensible-browser " url" -.br .SH DESCRIPTION -.BR sensible-editor ", " sensible-pager " and " sensible-browser -make sensible decisions on which editor, pager, and web browser to call, -respectively. Programs in Debian can use these scripts -as their default editor, pager, or web browser or emulate their behavior. +.BR sensible-pager +make sensible decisions on which pager to call. +Programs in Debian can use this script +as their default pager, or emulate their behavior. .SH "SEE ALSO" -Documentation of the EDITOR, VISUAL and PAGER variables in +Documentation of the PAGER variable in .BR environ (7) -and -.BR select-editor (1) -for changing a user's default editor .SH "STANDARD" Documentation of behavior of sensible-utils under a debian system is available under section 11.4 of debian-policy usually installed under diff -Nru sensible-utils-0.0.13/select-editor sensible-utils-0.0.14/select-editor --- sensible-utils-0.0.13/select-editor 1970-01-01 00:00:00.000000000 +0000 +++ sensible-utils-0.0.14/select-editor 2021-01-12 22:01:50.000000000 +0000 @@ -0,0 +1,79 @@ +#!/bin/sh + +# To generate localization information, run: +# xgettext -o - -L Shell select-editor + +# if no gettext it will fallback to gettext on /usr/share/sensible-utils/bin +# see #728612 +PATH="$PATH:/usr/sbin:/usr/share/sensible-utils/bin" + +# EASIEST editor +EASIEST="/bin/nano" + +# Ensure that $HOME/.selected_editor is writeable +touch "$HOME/.selected_editor" || exit 1 + +sorted_list_of_editors() { + update-alternatives --query editor | while read emptyline; do + # skip the first entry (header) as well as the rest of processed entries + if [ -z "$emptyline" ]; then continue; fi + + # extract the two interesting fields + local ALTERNATIVE='' + local PRIORITY='' + while read field value; do + case "${field}" in + 'Alternative:') ALTERNATIVE="${value}";; + 'Priority:') PRIORITY="${value}";; + esac + if [ -n "$ALTERNATIVE" ] && [ -n "$PRIORITY" ]; then break; fi + done + if [ -z "$ALTERNATIVE" ] || [ -z "$PRIORITY" ]; then continue; fi + + echo "${PRIORITY}:${ALTERNATIVE}" + done | sort -n -r | cut -d':' -f 2- +} + + +editors=`update-alternatives --list editor | wc -l` +if [ $editors -gt 1 ]; then + # fix simple to 1 see #777168 + simple=1 + echo + echo "`gettext 'Select an editor. To change later, run'`" "'select-editor'." + i=0 + editors=`sorted_list_of_editors` + for e in $editors; do + i=`expr $i + 1` + desc= + if [ $e = "$EASIEST" ]; then + desc=" <---- ` gettext 'easiest'`" + simple=$i + fi + echo " $i. $e$desc" + done + echo "" + selected=x + while /bin/true; do + if [ -z "$selected" -a ! -z "$simple" ]; then + selected="$simple" + elif ! test $selected -gt 0 2>/dev/null; then + echo -n "$(gettext 'Choose') 1-$i [$simple]: " + read -r selected + elif ! test $selected -le $i 2>/dev/null; then + echo -n "$(gettext 'Choose') 1-$i [$simple]: " + read -r selected + else + break + fi + done + i=0 + for e in $editors; do + i=`expr $i + 1` + if [ $i -eq $selected ]; then + echo "# Generated by /usr/bin/select-editor" > $HOME/.selected_editor + echo "SELECTED_EDITOR=\"$e\"" >> $HOME/.selected_editor && exit 0 + fi + done +fi +exit 1 diff -Nru sensible-utils-0.0.13/select-editor.in sensible-utils-0.0.14/select-editor.in --- sensible-utils-0.0.13/select-editor.in 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/select-editor.in 2021-01-12 21:49:54.000000000 +0000 @@ -5,13 +5,13 @@ # if no gettext it will fallback to gettext on /usr/share/sensible-utils/bin # see #728612 -PATH=$PATH:/usr/sbin:@binpkgdatadir@ +PATH="$PATH:/usr/sbin:@binpkgdatadir@" # EASIEST editor EASIEST="/bin/nano" # Ensure that $HOME/.selected_editor is writeable -touch $HOME/.selected_editor || exit 1 +touch "$HOME/.selected_editor" || exit 1 sorted_list_of_editors() { update-alternatives --query editor | while read emptyline; do diff -Nru sensible-utils-0.0.13/sensible-editor sensible-utils-0.0.14/sensible-editor --- sensible-utils-0.0.13/sensible-editor 2019-11-17 12:21:22.000000000 +0000 +++ sensible-utils-0.0.14/sensible-editor 2021-01-12 22:01:50.000000000 +0000 @@ -5,8 +5,8 @@ # Prevent recursive loops, where these values are set to this script p="$(which sensible-editor)" [ -n "$EDITOR" ] && [ "$(which $EDITOR || true)" = "$p" ] && EDITOR= -[ -n "$EDITOR" ] && [ "$(which $VISUAL || true)" = "$p" ] && VISUAL= -[ -n "$EDITOR" ] && [ "$(which $SELECTED_EDITOR || true)" = "$p" ] && SELECTED_EDITOR= +[ -n "$VISUAL" ] && [ "$(which $VISUAL || true)" = "$p" ] && VISUAL= +[ -n "$SELECTED_EDITOR" ] && [ "$(which $SELECTED_EDITOR || true)" = "$p" ] && SELECTED_EDITOR= if [ -n "$VISUAL" ]; then ${VISUAL} "$@"