diff -Nru xfce4-terminal-0.9.1/aclocal.m4 xfce4-terminal-1.0.4/aclocal.m4 --- xfce4-terminal-0.9.1/aclocal.m4 2021-12-10 11:24:38.000000000 +0000 +++ xfce4-terminal-1.0.4/aclocal.m4 2022-05-22 09:20:22.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.16.1 -*- Autoconf -*- +# generated automatically by aclocal 1.16.5 -*- Autoconf -*- -# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2021 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,126 +14,12 @@ m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, -[m4_warning([this file was generated for autoconf 2.69. +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],, +[m4_warning([this file was generated for autoconf 2.71. You have another version of autoconf. It may work, but is not guaranteed to. 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'.])]) -# -*- mode: autoconf -*- -# -# gtk-doc.m4 - configure macro to check for gtk-doc -# Copyright (C) 2003 James Henstridge -# 2007-2017 Stefan Sauer -# -# 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 -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# 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 . -# -# As a special exception, the above copyright owner gives unlimited -# permission to copy, distribute and modify the configure scripts that -# are the output of Autoconf when processing the Macro. You need not -# follow the terms of the GNU General Public License when using or -# distributing such scripts, even though portions of the text of the -# Macro appear in them. The GNU General Public License (GPL) does govern -# all other use of the material that constitutes the Autoconf Macro. - -# serial 2 - -dnl Usage: -dnl GTK_DOC_CHECK([minimum-gtk-doc-version]) -AC_DEFUN([GTK_DOC_CHECK], -[ - AC_REQUIRE([PKG_PROG_PKG_CONFIG]) - AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first - AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first - - ifelse([$1],[],[gtk_doc_requires="gtk-doc"],[gtk_doc_requires="gtk-doc >= $1"]) - AC_MSG_CHECKING([for gtk-doc]) - PKG_CHECK_EXISTS([$gtk_doc_requires],[have_gtk_doc=yes],[have_gtk_doc=no]) - AC_MSG_RESULT($have_gtk_doc) - - if test "$have_gtk_doc" = "no"; then - AC_MSG_WARN([ - You will not be able to create source packages with 'make dist' - because $gtk_doc_requires is not found.]) - fi - - dnl check for tools we added during development - dnl Use AC_CHECK_PROG to avoid the check target using an absolute path that - dnl may not be writable by the user. Currently, automake requires that the - dnl test name must end in '.test'. - dnl https://bugzilla.gnome.org/show_bug.cgi?id=701638 - AC_CHECK_PROG([GTKDOC_CHECK],[gtkdoc-check],[gtkdoc-check.test]) - AC_PATH_PROG([GTKDOC_CHECK_PATH],[gtkdoc-check]) - AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true]) - AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf]) - - dnl for overriding the documentation installation directory - AC_ARG_WITH([html-dir], - AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),, - [with_html_dir='${datadir}/gtk-doc/html']) - HTML_DIR="$with_html_dir" - AC_SUBST([HTML_DIR]) - - dnl enable/disable documentation building - AC_ARG_ENABLE([gtk-doc], - AS_HELP_STRING([--enable-gtk-doc], - [use gtk-doc to build documentation [[default=no]]]),, - [enable_gtk_doc=no]) - - AC_MSG_CHECKING([whether to build gtk-doc documentation]) - AC_MSG_RESULT($enable_gtk_doc) - - if test "x$enable_gtk_doc" = "xyes" && test "$have_gtk_doc" = "no"; then - AC_MSG_ERROR([ - You must have $gtk_doc_requires installed to build documentation for - $PACKAGE_NAME. Please install gtk-doc or disable building the - documentation by adding '--disable-gtk-doc' to '[$]0'.]) - fi - - dnl don't check for glib if we build glib - if test "x$PACKAGE_NAME" != "xglib"; then - dnl don't fail if someone does not have glib - PKG_CHECK_MODULES(GTKDOC_DEPS, glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0,,[:]) - fi - - dnl enable/disable output formats - AC_ARG_ENABLE([gtk-doc-html], - AS_HELP_STRING([--enable-gtk-doc-html], - [build documentation in html format [[default=yes]]]),, - [enable_gtk_doc_html=yes]) - AC_ARG_ENABLE([gtk-doc-pdf], - AS_HELP_STRING([--enable-gtk-doc-pdf], - [build documentation in pdf format [[default=no]]]),, - [enable_gtk_doc_pdf=no]) - - if test -z "$GTKDOC_MKPDF"; then - enable_gtk_doc_pdf=no - fi - - if test -z "$AM_DEFAULT_VERBOSITY"; then - AM_DEFAULT_VERBOSITY=1 - fi - AC_SUBST([AM_DEFAULT_VERBOSITY]) - - AM_CONDITIONAL([HAVE_GTK_DOC], [test x$have_gtk_doc = xyes]) - AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes]) - AM_CONDITIONAL([GTK_DOC_BUILD_HTML], [test x$enable_gtk_doc_html = xyes]) - AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [test x$enable_gtk_doc_pdf = xyes]) - AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [test -n "$LIBTOOL"]) - AM_CONDITIONAL([GTK_DOC_USE_REBASE], [test -n "$GTKDOC_REBASE"]) -]) - dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) # serial 42 IT_PROG_INTLTOOL @@ -324,19 +210,19 @@ # AC_DEFUN([AC_PROG_INTLTOOL], ...) -# nls.m4 serial 5 (gettext-0.18) -dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016 Free Software -dnl Foundation, Inc. +# nls.m4 serial 6 (gettext-0.20.2) +dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016, 2019-2020 Free +dnl Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can be used in projects which are not available under -dnl the GNU General Public License or the GNU Library General Public +dnl the GNU General Public License or the GNU Lesser General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered -dnl by the GNU Library General Public License, and the rest of the GNU +dnl by the GNU Lesser General Public License, and the rest of the GNU dnl gettext package is covered by the GNU General Public License. dnl They are *not* in the public domain. @@ -357,9 +243,9 @@ AC_SUBST([USE_NLS]) ]) -dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- -dnl serial 11 (pkg-config-0.29.1) -dnl +# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +# serial 12 (pkg-config-0.29.2) + dnl Copyright © 2004 Scott James Remnant . dnl Copyright © 2012-2015 Dan Nicholson dnl @@ -400,7 +286,7 @@ dnl See the "Since" comment for each macro you use to see what version dnl of the macros you require. m4_defun([PKG_PREREQ], -[m4_define([PKG_MACROS_VERSION], [0.29.1]) +[m4_define([PKG_MACROS_VERSION], [0.29.2]) m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) ])dnl PKG_PREREQ @@ -501,7 +387,7 @@ AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl pkg_failed=no -AC_MSG_CHECKING([for $1]) +AC_MSG_CHECKING([for $2]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) @@ -511,11 +397,11 @@ See the pkg-config man page for more details.]) if test $pkg_failed = yes; then - AC_MSG_RESULT([no]) + AC_MSG_RESULT([no]) _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` - else + else $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs @@ -532,7 +418,7 @@ _PKG_TEXT])[]dnl ]) elif test $pkg_failed = untried; then - AC_MSG_RESULT([no]) + AC_MSG_RESULT([no]) m4_default([$4], [AC_MSG_FAILURE( [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full @@ -1256,7 +1142,7 @@ ]) -# Copyright (C) 2002-2018 Free Software Foundation, Inc. +# Copyright (C) 2002-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1271,7 +1157,7 @@ [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.16.1], [], +m4_if([$1], [1.16.5], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -1287,14 +1173,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.16.1])dnl +[AM_AUTOMAKE_VERSION([1.16.5])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-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1346,7 +1232,7 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1377,7 +1263,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# Copyright (C) 1999-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1568,7 +1454,7 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# Copyright (C) 1999-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1607,7 +1493,9 @@ done if test $am_rc -ne 0; then AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments - for automatic dependency tracking. Try re-running configure with the + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE="gmake" (or whatever is + necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking).]) fi @@ -1634,7 +1522,7 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1662,6 +1550,10 @@ # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl +m4_ifdef([_$0_ALREADY_INIT], + [m4_fatal([$0 expanded multiple times +]m4_defn([_$0_ALREADY_INIT]))], + [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl @@ -1698,7 +1590,7 @@ [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if( - m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), + m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]), [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl @@ -1750,6 +1642,20 @@ [m4_define([AC_PROG_OBJCXX], m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) +# Variables for tags utilities; see am/tags.am +if test -z "$CTAGS"; then + CTAGS=ctags +fi +AC_SUBST([CTAGS]) +if test -z "$ETAGS"; then + ETAGS=etags +fi +AC_SUBST([ETAGS]) +if test -z "$CSCOPE"; then + CSCOPE=cscope +fi +AC_SUBST([CSCOPE]) + AC_REQUIRE([AM_SILENT_RULES])dnl dnl The testsuite driver may need to know about EXEEXT, so add the dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This @@ -1831,7 +1737,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1852,7 +1758,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2018 Free Software Foundation, Inc. +# Copyright (C) 2003-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1874,7 +1780,7 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1909,7 +1815,7 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1952,7 +1858,7 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2018 Free Software Foundation, Inc. +# Copyright (C) 1997-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1973,12 +1879,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 @@ -1991,7 +1892,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -2020,7 +1921,7 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# Copyright (C) 1999-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -2067,7 +1968,7 @@ # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -2086,7 +1987,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -2167,7 +2068,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -2227,7 +2128,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -2255,7 +2156,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -2274,7 +2175,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2018 Free Software Foundation, Inc. +# Copyright (C) 2004-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -2405,6 +2306,7 @@ AC_SUBST([am__untar]) ]) # _AM_PROG_TAR +m4_include([m4/gtk-doc.m4]) m4_include([m4/libtool.m4]) m4_include([m4/ltoptions.m4]) m4_include([m4/ltsugar.m4]) diff -Nru xfce4-terminal-0.9.1/ChangeLog xfce4-terminal-1.0.4/ChangeLog --- xfce4-terminal-0.9.1/ChangeLog 2021-12-10 11:24:44.000000000 +0000 +++ xfce4-terminal-1.0.4/ChangeLog 2022-05-22 09:20:28.000000000 +0000 @@ -1,3 +1,1153 @@ +commit 7dfd70639581aba7146288a73778114ed2f247e0 +Author: Sergios - Anestis Kefalidis +Date: Mon May 16 10:23:56 2022 +0300 + + Fix CI build + +commit 416883ace7b32671dc08e58214af3528bd438894 +Author: Sergios - Anestis Kefalidis +Date: Mon May 16 10:17:06 2022 +0300 + + Regression: URL drag-n-drop adding rubbish characters (Issue #196) + +commit 4e747efeab421406198c9dd69e1d738f11a1e704 +Author: Sergios - Anestis Kefalidis +Date: Fri May 13 00:57:08 2022 +0300 + + Back to development + +commit f16e5cba0dea7800476d76c51684f3fd7d401e35 +Author: Sergios - Anestis Kefalidis +Date: Fri May 13 00:54:58 2022 +0300 + + Updates for release + +commit c51b20859023dc317b759d785d5e3389e310848b +Author: Sergios - Anestis Kefalidis +Date: Sat May 7 09:15:02 2022 +0300 + + Consume KeyEvents when activating a TAB accelerator. + +commit 4d335fd58f94ecea2ab696718a1116edc3b92a1e +Author: Anonymous +Date: Tue May 3 12:53:15 2022 +0200 + + I18n: Update translation pt_BR (98%). + + 428 translated messages, 6 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 26c201e6dad74d5dfebc278d5ccd06fb158a6063 +Author: Anonymous +Date: Tue May 3 00:51:58 2022 +0200 + + I18n: Update translation ru (98%). + + 427 translated messages, 7 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit eece610aaf450021268f45eb04824a03259083bb +Author: Anonymous +Date: Mon May 2 00:51:35 2022 +0200 + + I18n: Update translation ru (98%). + + 426 translated messages, 8 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit abaab991d91c53fa770373fbcccb92f21a99e553 +Author: Anonymous +Date: Tue Apr 26 00:51:48 2022 +0200 + + I18n: Update translation he (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit b443b56ef20236715274ec4eee99fde5901eeafd +Author: Sergios - Anestis Kefalidis +Date: Sun Apr 24 11:42:46 2022 +0300 + + Regression: Scrollbar position setting does not work if you start with a hidden scrollbar (Issue #192) + +commit c17993cb7c3d44812e1281fd6433eee9259b9e5a +Author: Sergios - Anestis Kefalidis +Date: Fri Apr 22 23:18:31 2022 +0300 + + Regression: Revert ff94ff30c1f83561f0abad4867846880ba9c6f83 which broke scroll-on-output and change the default value (Issue #191) + +commit 9a37435eee4f0881bacf30a60f375d87ec2df82f +Author: Sergios - Anestis Kefalidis +Date: Wed Apr 20 18:59:32 2022 +0300 + + Back to development + +commit 97ce1f5feef380fc7b1a7e12aa8818a6912e95c8 +Author: Sergios - Anestis Kefalidis +Date: Wed Apr 20 18:56:30 2022 +0300 + + Updates for release + +commit 03204aaf12d7a18979d5b35c34a50f249471930e +Author: Sergios - Anestis Kefalidis +Date: Wed Apr 20 18:44:26 2022 +0300 + + Regression: MiscCycleTabs preference does not work for accelerators (#186, #24). + +commit 1aafc6dc73ee2c13373cb5345be8bbc83c94a6f0 +Author: Anonymous +Date: Sun Apr 17 12:53:51 2022 +0200 + + I18n: Update translation ru (97%). + + 421 translated messages, 13 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 610531d02aea6464914625031581a1521713108c +Author: Sergios - Anestis Kefalidis +Date: Wed Apr 13 20:02:01 2022 +0300 + + Back to development + +commit 5f2f700f0521d90f270f037e39cf8ef501154312 +Author: Sergios - Anestis Kefalidis +Date: Wed Apr 13 19:59:04 2022 +0300 + + Updates for release + +commit 0aa0560f448ceeb5eb9303d43b901d543a401812 +Author: Sergios - Anestis Kefalidis +Date: Wed Apr 13 19:30:57 2022 +0300 + + Preference: DropdownParametersOnce (Issue #179) + + When set to TRUE the drop-down ignores command line options after it has been created. + +commit 12691ea1ed83ca7c7e15ec482c9688c29f8eb98b +Author: Sergios - Anestis Kefalidis +Date: Mon Apr 11 20:05:05 2022 +0300 + + Options: --active-tab does not behave properly when adding tabs to existing windows. + + Issue #183 + +commit 982042bec7f22addc6b2767c95c1e918b5c70035 +Author: Sergios - Anestis Kefalidis +Date: Mon Apr 11 19:53:29 2022 +0300 + + Options: Allow creating a single new window with additional tabs. + + Previously a command like xfce4-terminal --tab would add a tab in the existing window. At the same time + xfce4-terminal --window --tab would open 2 new windows, one of which would have 2 tabs. + +commit 3a916553ab4710a91b676cfa65f2ee8d1e02ec19 +Author: Anonymous +Date: Mon Apr 11 12:54:36 2022 +0200 + + I18n: Update translation ru (96%). + + 418 translated messages, 16 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit d00796ce8dc178b52f9f15ec93bff5c280a6c5e4 +Author: Sergios - Anestis Kefalidis +Date: Fri Apr 8 15:48:54 2022 +0300 + + Regression: Find dialog does not respond to Return key (Issue #176) + + Issue #176 + +commit 3514a2d76045e2563edec4a9a65ec96fdc91e0fe +Author: Sergios - Anestis Kefalidis +Date: Fri Apr 8 16:33:50 2022 +0300 + + Regression: Toolbar size changes when the window is maximized. + +commit a9d9b54c5284091fbf1357f65dd9f118790cbaa3 +Author: Sergios - Anestis Kefalidis +Date: Wed Apr 6 10:30:11 2022 +0300 + + Regression: dragging a URL from Chromium ends up truncated (Issue #180) + + Introduced in 6bac5f5a69229b48c90547acf227e508b971723c. + +commit 8d5d5baf96f11726dfaa5dd696a2d7c3bdd03d0c +Author: Anonymous +Date: Thu Apr 7 00:52:05 2022 +0200 + + I18n: Update translation ru (96%). + + 417 translated messages, 17 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit c5f7c00110ef5caac003160b9331b36ee0641703 +Author: Anonymous +Date: Thu Apr 7 00:52:05 2022 +0200 + + I18n: Update translation fi (92%). + + 402 translated messages, 32 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 35219f29cf48d0800eef55690c8965319e4254cc +Author: Sergios - Anestis Kefalidis +Date: Fri Apr 1 19:32:49 2022 +0300 + + Back to development + +commit a1cb500a416a87a9a6ca514435651b66c5f40f68 +Author: Sergios - Anestis Kefalidis +Date: Fri Apr 1 19:26:44 2022 +0300 + + Updates for release + +commit e0357c84811052ffd274d1b45ea2b02c1e034ca7 +Author: Anonymous +Date: Fri Apr 1 00:51:58 2022 +0200 + + I18n: Update translation tr (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit f1d6f2fac5c48246e39375cba6eede3cf6b65a17 +Author: Ápo +Date: Thu Mar 17 12:53:11 2022 +0100 + + I18n: Update translation el (94%). + + 409 translated messages, 25 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 5801c60984fd802781bb0e3d01a72589ed40a40c +Author: Ápo +Date: Thu Mar 17 00:54:09 2022 +0100 + + I18n: Update translation el (91%). + + 399 translated messages, 35 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 153d3b76c4ce3e1302d18aec0ad9442635c4e550 +Author: Anonymous +Date: Tue Mar 15 00:51:24 2022 +0100 + + I18n: Update translation da (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 898a753d477b6ba87b48793d90d11542da4d6207 +Author: Anonymous +Date: Sat Mar 12 12:53:42 2022 +0100 + + I18n: Update translation ru (93%). + + 407 translated messages, 27 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 56ad03f511a73a6b24558c91b32d15d50d3ca583 +Author: Anonymous +Date: Sat Mar 12 00:52:26 2022 +0100 + + I18n: Update translation ru (93%). + + 405 translated messages, 29 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 34eba99aea41fbc28ee83882bbc8688e68e4d6cc +Author: Anonymous +Date: Sat Mar 12 00:52:26 2022 +0100 + + I18n: Update translation da (96%). + + 417 translated messages, 17 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit fe7944d1dd51557afe87ecab066ff4f3e2d4227e +Author: Sergios - Anestis Kefalidis +Date: Fri Mar 4 20:56:51 2022 +0200 + + Remove libxfce4ui 4.16 version guards + +commit 5bf44a6cfa5a1009ac5d911246b942a9bfba3c3e +Author: Sergios - Anestis Kefalidis +Date: Fri Mar 4 20:54:15 2022 +0200 + + Back to development + +commit bca9e1afd74d2cec2c62af3a298b30639e5e7c8f +Author: Sergios - Anestis Kefalidis +Date: Fri Mar 4 20:49:32 2022 +0200 + + Updates for release + +commit 79440c32326ffaac6d5a82216399fbe2d727c276 +Author: Sergios - Anestis Kefalidis +Date: Fri Mar 4 14:31:27 2022 +0200 + + Use XfceTitledDialog for `Find` (Issue #168) + +commit fee4dc9e6d740fe7e810ff78c6c217ab834c72d2 +Author: Sergios - Anestis Kefalidis +Date: Fri Mar 4 15:19:45 2022 +0200 + + Context Menu: Revert changes in order and contents introduced by the transition to XfceGtkActionEntries + +commit bc683286f2c6cdcce61e609bba3d377cc1b76d75 +Author: Sergios - Anestis Kefalidis +Date: Fri Mar 4 15:09:09 2022 +0200 + + Regression: Add missing "Show Window Borders" entry and fix view menu order + +commit 40e6dcf5b6804789f47264321b9e162c6a0f0b9a +Author: Yongha Hwang +Date: Thu Mar 3 17:56:54 2022 +0000 + + Replace GTimeVal with gint64 + +commit cbb44a7dc195e4af6eed7dfb9562dc90f6bef394 +Author: 玉堂白鹤 +Date: Tue Mar 1 12:53:21 2022 +0100 + + I18n: Update translation zh_CN (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 53e3a98c1f99a87b4d44ee865ce8971da42501fa +Author: Sergios - Anestis Kefalidis +Date: Sun Feb 27 21:07:33 2022 +0200 + + Shortcuts editor not centered on top of open terminal. + + Solved by sending the Terminal window as the parent in xfce_shortcuts_editor_dialog_new_with_parent, which calls (set_transient). + + Issue #166 + +commit 0786430539ef933fe7f26c7fe3eb8ae08cd0dc28 +Author: Anonymous +Date: Fri Feb 25 00:51:29 2022 +0100 + + I18n: Update translation eu (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit c2adccd3b8ee719e504473cc57cce3ce7a8a0bf1 +Author: Sergios - Anestis Kefalidis +Date: Tue Feb 22 13:33:31 2022 +0200 + + Update VTE and Xfce dependencies. + + The minimum VTE version is now 0.51.3 (previously was 0.46.0) + +commit 165a1d9cdcf957aa836ab27cc6fcc5ea544c94ac +Author: Andrii Protsun +Date: Sat Feb 12 12:54:53 2022 +0100 + + I18n: Update translation uk (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 9309127138407610595bdc093b2108e30e7b6789 +Author: Anonymous +Date: Fri Feb 4 00:51:19 2022 +0100 + + I18n: Update translation pt_BR (98%). + + 428 translated messages, 6 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 9019f7251b287c1bd9c3f53d04aed26764422e94 +Author: Balázs Meskó +Date: Thu Feb 3 12:52:24 2022 +0100 + + I18n: Update translation hu (97%). + + 423 translated messages, 11 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 82bf5b3ea406bda17f600b6b9eb3ca8a79b53391 +Author: Arnold Marko +Date: Tue Feb 1 12:52:57 2022 +0100 + + I18n: Update translation sl (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit d86714f91ef1c551f13a2eca1da746925273b15c +Author: Demiray Muhterem +Date: Tue Feb 1 00:50:55 2022 +0100 + + I18n: Update translation tr (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 7d6882a8841acb358d9518d5a7317afc3889d879 +Author: Triyan W. Nugroho +Date: Tue Feb 1 00:50:55 2022 +0100 + + I18n: Update translation id (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit d4403e0ceaa61d70c3690ae755f45514e2365074 +Author: Michael Martins +Date: Thu Jan 27 00:50:58 2022 +0100 + + I18n: Update translation pt_BR (97%). + + 425 translated messages, 9 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 6550af0f130103657757d2bf60f9d84359d73cea +Author: Wellington Almeida +Date: Tue Jan 25 12:53:39 2022 +0100 + + I18n: Update translation pt_BR (97%). + + 425 translated messages, 9 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 048e908727829a2863a0328d5ed7c8a8f7eaee59 +Author: Саша Петровић +Date: Sun Jan 23 00:51:03 2022 +0100 + + I18n: Update translation sr (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 33923a2702b99b567ace9277372dc624c329d046 +Author: heskjestad +Date: Sat Jan 22 12:52:55 2022 +0100 + + I18n: Update translation nb (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit e247f084323fa338fc0579d2eccab5e25615fa55 +Author: Andreas Eitel +Date: Sat Jan 22 12:52:55 2022 +0100 + + I18n: Update translation de (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 87e8f3fc3b7dd853499e04d71762f0a65b972579 +Author: Sergios - Anestis Kefalidis +Date: Mon Jan 17 12:46:50 2022 +0200 + + Fix build warnings + +commit 73ed7f8fa668a7745c2dea9d5b5f74588e078f9e +Author: Sergios - Anestis Kefalidis +Date: Mon Jan 17 12:45:02 2022 +0200 + + Fix the visibility flag of the scrollbar (Issue #161) + + Setting the scrollbar to ALWAYS_VISIBLE even when it was disabled could lead themes to misbehave. Additionally this + change avoids any bugs caused by not restarting the terminal after changing the scrollbar options. + +commit fc400d6b88924211ec7df7562e79935ca91a6473 +Author: ambdroid +Date: Sun Jan 16 18:20:21 2022 -0500 + + terminal-screen.c: fixed terminal_screen_is_text_unsafe() + +commit b1375a97aaef093c53c9208d9434edf80fc195f6 +Author: Nobuhiro Iwamatsu +Date: Sat Jan 15 12:52:24 2022 +0100 + + I18n: Update translation ja (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 90aa19e6bd27894a627fb7fae4e640d8f978bb5e +Author: Luna Jernberg +Date: Fri Jan 14 00:51:11 2022 +0100 + + I18n: Update translation sv (99%). + + 432 translated messages, 2 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 693a31637e22d294c40d48e99ab3188fdf277261 +Author: Pjotr +Date: Fri Jan 14 00:51:11 2022 +0100 + + I18n: Update translation nl (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 33e0538a942bf2732d6fd11ab66fe77ccc18d312 +Author: Priit Jõerüüt +Date: Fri Jan 14 00:51:11 2022 +0100 + + I18n: Update translation et (98%). + + 429 translated messages, 5 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 3f96ff8ea94be871e7c5b7b4734d2f31d94d804b +Author: 黃柏諺 +Date: Thu Jan 13 12:53:40 2022 +0100 + + I18n: Update translation zh_TW (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit b5345c070edeb21c59cd7da5ce0ffc3fd7406b6c +Author: Xfce Bot +Date: Thu Jan 13 00:51:02 2022 +0100 + + I18n: Update translation zh_TW (97%). + + 425 translated messages, 9 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit f1057fca6a98f40aec63ba9556de6d86e9c6840a +Author: YuHeng Chou +Date: Thu Jan 13 00:51:02 2022 +0100 + + I18n: Update translation zh_CN (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit b79977c45c40296ad0fc6c2ec653a3c1f7f6531e +Author: Xfce Bot +Date: Thu Jan 13 00:51:02 2022 +0100 + + I18n: Update translation uk (92%). + + 400 translated messages, 34 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 9208689d6e9a38aa441b4abe39bfe882e2d9eae0 +Author: Xfce Bot +Date: Thu Jan 13 00:51:02 2022 +0100 + + I18n: Update translation tr (97%). + + 425 translated messages, 9 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 8cfbb2dd0f8c4bc410792b95f0fa615845c052cf +Author: Xfce Bot +Date: Thu Jan 13 00:51:02 2022 +0100 + + I18n: Update translation th (92%). + + 400 translated messages, 34 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 374f94701ce65ed4bcd8f7f5e36c8a7613e42b08 +Author: Xfce Bot +Date: Thu Jan 13 00:51:02 2022 +0100 + + I18n: Update translation sv (97%). + + 423 translated messages, 11 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit d429bba745d30b4cf8c7ab99776346803c9201be +Author: Xfce Bot +Date: Thu Jan 13 00:51:02 2022 +0100 + + I18n: Update translation sr (97%). + + 425 translated messages, 9 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 79f3c4dca1d8b70ea98760cd2da4172425e56390 +Author: Besnik Bleta +Date: Thu Jan 13 00:51:01 2022 +0100 + + I18n: Update translation sq (97%). + + 422 translated messages, 12 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit a70633b835a65aca88d11f8ecb6796b4ffd1378b +Author: Xfce Bot +Date: Thu Jan 13 00:51:01 2022 +0100 + + I18n: Update translation sl (97%). + + 425 translated messages, 9 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit a2fe25dca2e7cec94240e49eed6778d30e88969a +Author: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> +Date: Thu Jan 13 00:51:01 2022 +0100 + + I18n: Update translation sk (99%). + + 430 translated messages, 4 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 3aaea8840c39497731aa8b6879a0e6947e3d39e5 +Author: Xfce Bot +Date: Thu Jan 13 00:51:01 2022 +0100 + + I18n: Update translation ru (91%). + + 399 translated messages, 35 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 688d5e500312d0f7b55e07794d0fe7cb47618bef +Author: Xfce Bot +Date: Thu Jan 13 00:51:01 2022 +0100 + + I18n: Update translation ro (64%). + + 278 translated messages, 156 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit c88bbd824383cf4bc4814684cd71db2988b59cd5 +Author: Hugo Carvalho +Date: Thu Jan 13 00:51:01 2022 +0100 + + I18n: Update translation pt (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit e7b9bf934bfd67ac410669e8b13222eb93cd8ecd +Author: Xfce Bot +Date: Thu Jan 13 00:51:01 2022 +0100 + + I18n: Update translation pt_BR (95%). + + 414 translated messages, 20 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 6f15ce3a100056c4776f963aeb8c0f65dc44b207 +Author: Anonymous +Date: Thu Jan 13 00:51:00 2022 +0100 + + I18n: Update translation pl (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 04d74e259af6eea092c5911ef269353c99a1bfd6 +Author: Xfce Bot +Date: Thu Jan 13 00:51:00 2022 +0100 + + I18n: Update translation oc (66%). + + 287 translated messages, 147 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit afa793ea0c8f179b2151a8fff2c75ca0da592bcd +Author: Xfce Bot +Date: Thu Jan 13 00:51:00 2022 +0100 + + I18n: Update translation nl (97%). + + 425 translated messages, 9 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 5795c2709987bde84a59f340e980783ad127b23e +Author: Xfce Bot +Date: Thu Jan 13 00:51:00 2022 +0100 + + I18n: Update translation nb (97%). + + 425 translated messages, 9 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 9e36244e73e968f9b98ac74d9c6dd9404c6006e9 +Author: Xfce Bot +Date: Thu Jan 13 00:51:00 2022 +0100 + + I18n: Update translation ms (91%). + + 398 translated messages, 36 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 8606def78fcaf01e1140526fe06c2c8210163b6e +Author: Anonymous +Date: Thu Jan 13 00:51:00 2022 +0100 + + I18n: Update translation lt (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit b93589e12240b95c8914ac8fff2febb39e5379cf +Author: Xfce Bot +Date: Thu Jan 13 00:51:00 2022 +0100 + + I18n: Update translation ko (91%). + + 398 translated messages, 36 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 6c245a44fd9b427a21c4dddb13f129358cca29b6 +Author: Xfce Bot +Date: Thu Jan 13 00:50:59 2022 +0100 + + I18n: Update translation kk (91%). + + 399 translated messages, 35 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 10458cc2bb8fdee5b86f851a188a0e30648a16e7 +Author: Xfce Bot +Date: Thu Jan 13 00:50:59 2022 +0100 + + I18n: Update translation ja (97%). + + 425 translated messages, 9 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit c5db73b2b74192f1082b9723d9fee1d033858dd8 +Author: Emanuele Petriglia +Date: Thu Jan 13 00:50:59 2022 +0100 + + I18n: Update translation it (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit ca5898c84588347d016ccd1985ea0bb5f067e0ae +Author: Xfce Bot +Date: Thu Jan 13 00:50:59 2022 +0100 + + I18n: Update translation is (71%). + + 311 translated messages, 123 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 48f93dcbd1004525e27e165cf781eecc0d6fa1e2 +Author: Xfce Bot +Date: Thu Jan 13 00:50:59 2022 +0100 + + I18n: Update translation ie (70%). + + 304 translated messages, 130 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 184e24b629fb566280046f8deeec3a50f4605b42 +Author: Xfce Bot +Date: Thu Jan 13 00:50:59 2022 +0100 + + I18n: Update translation id (97%). + + 425 translated messages, 9 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 8427c9ec6921d600db50866cd308e3b639f01c9d +Author: Xfce Bot +Date: Thu Jan 13 00:50:59 2022 +0100 + + I18n: Update translation hye (91%). + + 398 translated messages, 36 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 5dfc79974896ffe41e1da3bb0107af1a3f50ec3f +Author: Xfce Bot +Date: Thu Jan 13 00:50:59 2022 +0100 + + I18n: Update translation hy_AM (91%). + + 398 translated messages, 36 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 8b0d4c9e66de7ea7a4e8c5b9001b71ab1bdc510c +Author: Xfce Bot +Date: Thu Jan 13 00:50:58 2022 +0100 + + I18n: Update translation hu (91%). + + 398 translated messages, 36 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 2af067c1bd83a6da7b84f689d67d4c508644216e +Author: Xfce Bot +Date: Thu Jan 13 00:50:58 2022 +0100 + + I18n: Update translation hr (91%). + + 399 translated messages, 35 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit b5b0d64c827599b94556fa5194e4ac3fd905e91d +Author: Xfce Bot +Date: Thu Jan 13 00:50:58 2022 +0100 + + I18n: Update translation he (97%). + + 425 translated messages, 9 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit d9195c17403e8161e08a2f44cfb00cd61599fc87 +Author: Xfce Bot +Date: Thu Jan 13 00:50:58 2022 +0100 + + I18n: Update translation gl (93%). + + 407 translated messages, 27 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit c293723a59db032064c16153378ecdd443fea35f +Author: Anonymous +Date: Thu Jan 13 00:50:58 2022 +0100 + + I18n: Update translation fr (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 726cfb96fd2e142c429357c8edfde48fb4698e22 +Author: Xfce Bot +Date: Thu Jan 13 00:50:58 2022 +0100 + + I18n: Update translation fi (91%). + + 399 translated messages, 35 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 0cba0c8655d102a05327c3176e115ea7eb63351f +Author: Xfce Bot +Date: Thu Jan 13 00:50:58 2022 +0100 + + I18n: Update translation eu (97%). + + 423 translated messages, 11 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 54b9e7c5402ccb19b4a69e154cc31ec24e8cabf4 +Author: Xfce Bot +Date: Thu Jan 13 00:50:58 2022 +0100 + + I18n: Update translation et (96%). + + 420 translated messages, 14 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 70ae7f1f2640305c9dd6706a5c788f5867708f7e +Author: Toni Estévez +Date: Thu Jan 13 00:50:57 2022 +0100 + + I18n: Update translation es (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 3562610789dc164b3822c0628a4006eb0061881d +Author: Xfce Bot +Date: Thu Jan 13 00:50:57 2022 +0100 + + I18n: Update translation en_GB (91%). + + 398 translated messages, 36 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 9acc81c3f643f023e49a89dc3d62dfc72de9cc06 +Author: Xfce Bot +Date: Thu Jan 13 00:50:57 2022 +0100 + + I18n: Update translation en_AU (91%). + + 398 translated messages, 36 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 6346ce1ea8457a06eddb82c9efcd02774a9d3634 +Author: Xfce Bot +Date: Thu Jan 13 00:50:57 2022 +0100 + + I18n: Update translation el (91%). + + 398 translated messages, 36 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 769301b651a4cf0477613dd8e278dc6c21b25095 +Author: Xfce Bot +Date: Thu Jan 13 00:50:57 2022 +0100 + + I18n: Update translation de (97%). + + 425 translated messages, 9 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 3e36b7301a1ce58b49c8f578d59480097ca02d4b +Author: Xfce Bot +Date: Thu Jan 13 00:50:57 2022 +0100 + + I18n: Update translation da (94%). + + 408 translated messages, 26 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 9650a3137a9f73b46351dd4e814f34c1b31a2f75 +Author: Xfce Bot +Date: Thu Jan 13 00:50:57 2022 +0100 + + I18n: Update translation cs (92%). + + 400 translated messages, 34 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 40f3d4ac4a784b0c963ca9ef3d927eb9e15f60d1 +Author: Xfce Bot +Date: Thu Jan 13 00:50:56 2022 +0100 + + I18n: Update translation ca (92%). + + 400 translated messages, 34 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 583dd59f1d8019846759fa597975bd8d73573820 +Author: Kiril Kirilov +Date: Thu Jan 13 00:50:56 2022 +0100 + + I18n: Update translation bg (100%). + + 434 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 366ae5107d3b9a641dbb78bb4985985aa99df1bd +Author: Xfce Bot +Date: Thu Jan 13 00:50:56 2022 +0100 + + I18n: Update translation be (92%). + + 400 translated messages, 34 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 6229a32c52465c6b76b1f4f98974f993e8fab8ba +Author: Xfce Bot +Date: Thu Jan 13 00:50:56 2022 +0100 + + I18n: Update translation ar (82%). + + 357 translated messages, 77 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 7ac6aa09e18671f6c9ee3d847cde82283b79edcb +Author: Sergios - Anestis Kefalidis +Date: Wed Jan 12 12:26:43 2022 +0200 + + Change handling of goto-tab accelerators. + + for each goto-tab accelerator there is now a XfceGtkActionEntry. The logic is still handled by GtkActionEntries (i.e. legacy) + but they can now be edited through the XfceShortcutsEditor and there is no need for the TerminalApp to create them manually. + +commit b3a6ffe62cf98e1a039d0fb8181625f66482ed71 +Author: Саша Петровић +Date: Sun Jan 9 12:53:05 2022 +0100 + + I18n: Update translation sr (100%). + + 425 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 4117b8d4f9b5ae380593e8ce77f1f403f5f355b6 +Author: Sergios - Anestis Kefalidis +Date: Fri Jan 7 10:23:21 2022 +0200 + + Update Copyright + +commit aa9af563148f5f9c92c0f75df29192c6de09728d +Author: Sergios - Anestis Kefalidis +Date: Wed Jan 5 23:25:17 2022 +0200 + + Consume events that activate accelerator callbacks (Issues #159 #153) + + gtk_accel_groups_activate (called in gtk_window_activate_key) returns FALSE even though it finds a shortcut and activates it. This happens because the + accelerator callbacks return void instead of bool, which leads to that void being interpreted as FALSE, so the event is propagated to the terminal. + +commit 4efe384e14c73a17f1aa3678bba11391f4e2c818 +Author: Martin Srebotnjak +Date: Sun Jan 2 00:50:56 2022 +0100 + + I18n: Update translation sl (100%). + + 425 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit b0b436b2e0e8a42d7b599a0a3de5d8e18e5084ba +Author: Elishai Eliyahu +Date: Sun Jan 2 00:50:56 2022 +0100 + + I18n: Update translation he (100%). + + 425 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 020a2c8267f88568dcba4848ed826c4d9c34f063 +Author: Sergios - Anestis Kefalidis +Date: Mon Dec 27 20:08:18 2021 +0200 + + Fix regression: Menubar changes size when the window is maximized (Issue #156) + +commit 0206599a4da2dcff4ebff9afb21d267a592c302f +Author: Ivica Kolić +Date: Mon Dec 27 12:51:21 2021 +0100 + + I18n: Update translation hr (93%). + + 399 translated messages, 26 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit ac7ddad8d98847eb631cfdafed368b510fb2f035 +Author: Priit Jõerüüt +Date: Mon Dec 27 00:50:35 2021 +0100 + + I18n: Update translation et (98%). + + 420 translated messages, 5 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 4947f401f9367827cb126aac52fc4b10e8fb9feb +Author: Demiray Muhterem +Date: Sat Dec 25 12:51:54 2021 +0100 + + I18n: Update translation tr (100%). + + 425 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 8a6661cb463fbd594ec68e94998e4677e0fe0d87 +Author: Priit Jõerüüt +Date: Sat Dec 18 12:51:51 2021 +0100 + + I18n: Update translation et (98%). + + 418 translated messages, 7 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 43282deebf536a73793a359047bacd5124eb8ea8 +Author: Triyan W. Nugroho +Date: Tue Dec 14 00:51:27 2021 +0100 + + I18n: Update translation id (100%). + + 425 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 9b69091d346c395506f91456a582fb7ca90a76a8 +Author: Sergios - Anestis Kefalidis +Date: Sun Dec 12 20:15:39 2021 +0200 + + Update tab accelerators at runtime + +commit 9b0482c9aa3bf4a48e72a573fb20d17e54609f0b +Author: Sergios - Anestis Kefalidis +Date: Fri Dec 10 13:25:34 2021 +0200 + + Back to development + +commit 969fab2cbaf9b7652dd8ad1e431bbdc74d9d69ea +Author: Sergios - Anestis Kefalidis +Date: Fri Dec 10 13:25:03 2021 +0200 + + Updates for release + commit 469b5f17123699b1d838e9e41c96d327341d089f Author: jc1 Date: Fri Dec 10 00:50:45 2021 +0100 @@ -8035,7 +9185,7 @@ Transifex (https://www.transifex.com/xfce/public/). commit fde7a20d6e97b979a53f4c0b57d30a7f34a56174 -Merge: 8edfe579 4708e684 +Merge: 8edfe5792 4708e684a Author: Igor Date: Thu Aug 22 12:16:03 2019 -0400 @@ -9304,7 +10454,7 @@ Fixes bug #11362 commit 8ae1839a05f17df4a9cf6e3352566c1fbd94aa2c -Merge: 8d17a938 9b1fd156 +Merge: 8d17a9385 9b1fd1566 Author: Igor Date: Fri Mar 8 14:26:07 2019 -0500 @@ -9943,7 +11093,7 @@ Bug #15124 commit d66f3e6314faf904050729a33c658badd16562c9 -Merge: 359cc1b6 f0cf808e +Merge: 359cc1b6b f0cf808ef Author: Igor Date: Wed Feb 6 12:45:58 2019 -0500 @@ -10354,7 +11504,7 @@ Fixes bug #14765 commit 08fd43cc6cfe960127bb2d27ee28a7ee792cf6ff -Merge: a05492d0 3f34f6cd +Merge: a05492d0c 3f34f6cd3 Author: Igor Date: Tue Nov 6 17:05:27 2018 -0500 @@ -11710,7 +12860,7 @@ Transifex (https://www.transifex.com/xfce/public/). commit d898683d81bb4664109c4d5942e71672fbd91f39 -Merge: db21397f ecec2f1e +Merge: db21397fd ecec2f1e7 Author: Igor Date: Sun Jun 3 13:47:50 2018 -0400 @@ -12636,7 +13786,7 @@ Transifex (https://www.transifex.com/xfce/public/). commit 9755c2e5266831511bd8cce5a46bcd2048547248 -Merge: 2d363409 4d393c0a +Merge: 2d3634090 4d393c0a9 Author: Igor Date: Mon Apr 2 15:02:09 2018 -0400 @@ -14992,7 +16142,7 @@ Fix closing tabs by pressing x button commit 9f60154bf7f309014518f226352593a37a8452dc -Merge: 341946f1 afd99e98 +Merge: 341946f1f afd99e980 Author: Igor Date: Tue Oct 3 12:56:38 2017 -0400 @@ -16686,7 +17836,7 @@ Allow per-terminal configuration of 'scroll on output' mode commit 9c129378b1f17f11803ab5d9a436bb194abf7dba -Merge: c7bf7d67 bfd6868b +Merge: c7bf7d67f bfd6868b1 Author: Igor Date: Wed Jul 19 13:44:19 2017 -0400 @@ -17392,7 +18542,7 @@ Transifex (https://www.transifex.com/projects/p/xfce/). commit 1b433937b290ab1265e51dada0657e8e2a4f73b2 -Merge: 1479e001 890ec629 +Merge: 1479e001f 890ec629d Author: Igor Date: Tue Jun 6 14:52:17 2017 -0400 @@ -17475,7 +18625,7 @@ Impove Set Title popover commit 0f8f6a649fbfba8e3e16d43fc2490d2328d81e48 -Merge: 0587cfb7 4d00a461 +Merge: 0587cfb72 4d00a4614 Author: Igor Date: Mon Jun 5 19:57:44 2017 -0400 @@ -18078,7 +19228,7 @@ To avoid gtk criticals if a dialog is open commit 2cd40ae5a17148437fe72efb86eefdf9b1dbadfa -Merge: 1ad51dee 55fdcd43 +Merge: 1ad51dee3 55fdcd430 Author: Igor Date: Tue Feb 7 18:42:12 2017 +0300 @@ -32516,7 +33666,7 @@ Update to GIT and release changes. commit c4cf8beaec5de5ef4eb8c53aa5a0151a9eb3620c -Merge: d54d0e78 39ca95b3 +Merge: d54d0e782 39ca95b30 Author: Nick Schermer Date: Wed Jan 27 16:06:27 2010 +0100 @@ -32997,7 +34147,7 @@ Use OPTION.... in man page like in the --help message. commit 1a806ef97e4d0a75c7df1adbbe6458b253bd36ea -Merge: 5d8ad9d2 76df72d2 +Merge: 5d8ad9d28 76df72d2d Author: Nick Schermer Date: Mon Dec 14 15:57:42 2009 +0100 @@ -33212,7 +34362,7 @@ Fix double unref in dbus code. commit 0a9f09f2b2659fc5361a2eab6dacb873e32bd0c1 -Merge: 157c6b55 75eda213 +Merge: 157c6b557 75eda2137 Author: Nick Schermer Date: Mon Dec 7 20:50:18 2009 +0100 @@ -33311,7 +34461,7 @@ Rebuild doc po files to be sure everything is ok. commit 5846f66a08d3eaf7f83d7eb8c0c221d537babbc2 -Merge: cc0bac6a 0c2fe579 +Merge: cc0bac6af 0c2fe579d Author: Nick Schermer Date: Sun Dec 6 21:05:03 2009 +0100 @@ -33973,7 +35123,7 @@ Transmitted-via: Transifex (translations.xfce.org) commit 078ce82db39f76cf52ed8362cb4deba5de1b3d9a -Merge: 8a5ee0f3 8a8f8745 +Merge: 8a5ee0f30 8a8f87450 Author: Nick Schermer Date: Mon Aug 31 09:01:33 2009 +0200 diff -Nru xfce4-terminal-0.9.1/colorschemes/Makefile.in xfce4-terminal-1.0.4/colorschemes/Makefile.in --- xfce4-terminal-0.9.1/colorschemes/Makefile.in 2021-12-10 11:24:40.000000000 +0000 +++ xfce4-terminal-1.0.4/colorschemes/Makefile.in 2022-05-22 09:20:24.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -90,10 +90,10 @@ host_triplet = @host@ subdir = colorschemes ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) @@ -166,6 +166,8 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ @@ -176,6 +178,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ +ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ @@ -412,7 +415,6 @@ cscope cscopelist: - distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -Nru xfce4-terminal-0.9.1/compile xfce4-terminal-1.0.4/compile --- xfce4-terminal-0.9.1/compile 2021-12-10 11:24:40.000000000 +0000 +++ xfce4-terminal-1.0.4/compile 2022-05-22 09:20:24.000000000 +0000 @@ -3,7 +3,7 @@ scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# Copyright (C) 1999-2021 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify @@ -53,7 +53,7 @@ MINGW*) file_conv=mingw ;; - CYGWIN*) + CYGWIN* | MSYS*) file_conv=cygwin ;; *) @@ -67,7 +67,7 @@ mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; - cygwin/*) + cygwin/* | msys/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) diff -Nru xfce4-terminal-0.9.1/config.guess xfce4-terminal-1.0.4/config.guess --- xfce4-terminal-0.9.1/config.guess 2021-12-10 11:24:40.000000000 +0000 +++ xfce4-terminal-1.0.4/config.guess 2022-05-22 09:20:24.000000000 +0000 @@ -1,12 +1,14 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2018 Free Software Foundation, Inc. +# Copyright 1992-2022 Free Software Foundation, Inc. -timestamp='2018-02-24' +# shellcheck disable=SC2006,SC2268 # see below for rationale + +timestamp='2022-01-09' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or +# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but @@ -27,11 +29,19 @@ # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: -# https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess +# https://git.savannah.gnu.org/cgit/config.git/plain/config.guess # # Please send patches to . +# The "shellcheck disable" line above the timestamp inhibits complaints +# about features and limitations of the classic Bourne shell that were +# superseded or lifted in POSIX. However, this script identifies a wide +# variety of pre-POSIX systems that do not have POSIX shells at all, and +# even some reasonably current systems (Solaris 10 as case-in-point) still +# have a pre-POSIX /bin/sh. + + me=`echo "$0" | sed -e 's,.*/,,'` usage="\ @@ -50,7 +60,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2018 Free Software Foundation, Inc. +Copyright 1992-2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -84,7 +94,8 @@ exit 1 fi -trap 'exit 1' 1 2 15 +# Just in case it came from the environment. +GUESS= # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires @@ -96,73 +107,90 @@ # Portable tmp directory creation inspired by the Autoconf team. -set_cc_for_build=' -trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; -trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; -: ${TMPDIR=/tmp} ; - { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || - { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || - { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || - { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; -dummy=$tmp/dummy ; -tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; -case $CC_FOR_BUILD,$HOST_CC,$CC in - ,,) echo "int x;" > "$dummy.c" ; - for c in cc gcc c89 c99 ; do - if ($c -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then - CC_FOR_BUILD="$c"; break ; - fi ; - done ; - if test x"$CC_FOR_BUILD" = x ; then - CC_FOR_BUILD=no_compiler_found ; - fi - ;; - ,,*) CC_FOR_BUILD=$CC ;; - ,*,*) CC_FOR_BUILD=$HOST_CC ;; -esac ; set_cc_for_build= ;' +tmp= +# shellcheck disable=SC2172 +trap 'test -z "$tmp" || rm -fr "$tmp"' 0 1 2 13 15 + +set_cc_for_build() { + # prevent multiple calls if $tmp is already set + test "$tmp" && return 0 + : "${TMPDIR=/tmp}" + # shellcheck disable=SC2039,SC3028 + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } + dummy=$tmp/dummy + case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in + ,,) echo "int x;" > "$dummy.c" + for driver in cc gcc c89 c99 ; do + if ($driver -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then + CC_FOR_BUILD=$driver + break + fi + done + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; + esac +} # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) -if (test -f /.attbin/uname) >/dev/null 2>&1 ; then +if test -f /.attbin/uname ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown -UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown -case "$UNAME_SYSTEM" in +case $UNAME_SYSTEM in Linux|GNU|GNU/*) - # If the system lacks a compiler, then just pick glibc. - # We could probably try harder. - LIBC=gnu + LIBC=unknown - eval "$set_cc_for_build" + set_cc_for_build cat <<-EOF > "$dummy.c" #include #if defined(__UCLIBC__) LIBC=uclibc #elif defined(__dietlibc__) LIBC=dietlibc - #else + #elif defined(__GLIBC__) LIBC=gnu + #else + #include + /* First heuristic to detect musl libc. */ + #ifdef __DEFINED_va_list + LIBC=musl + #endif #endif EOF - eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" + cc_set_libc=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` + eval "$cc_set_libc" - # If ldd exists, use it to detect musl libc. - if command -v ldd >/dev/null && \ - ldd --version 2>&1 | grep -q ^musl - then - LIBC=musl + # Second heuristic to detect musl libc. + if [ "$LIBC" = unknown ] && + command -v ldd >/dev/null && + ldd --version 2>&1 | grep -q ^musl; then + LIBC=musl + fi + + # If the system lacks a compiler, then just pick glibc. + # We could probably try harder. + if [ "$LIBC" = unknown ]; then + LIBC=gnu fi ;; esac # Note: order is significant - the case branches are not exclusive. -case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in +case $UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, @@ -174,12 +202,12 @@ # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". - sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ - "/sbin/$sysctl" 2>/dev/null || \ - "/usr/sbin/$sysctl" 2>/dev/null || \ + /sbin/sysctl -n hw.machine_arch 2>/dev/null || \ + /usr/sbin/sysctl -n hw.machine_arch 2>/dev/null || \ echo unknown)` - case "$UNAME_MACHINE_ARCH" in + case $UNAME_MACHINE_ARCH in + aarch64eb) machine=aarch64_be-unknown ;; armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; @@ -188,18 +216,18 @@ earmv*) arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` - machine="${arch}${endian}"-unknown + machine=${arch}${endian}-unknown ;; - *) machine="$UNAME_MACHINE_ARCH"-unknown ;; + *) machine=$UNAME_MACHINE_ARCH-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently (or will in the future) and ABI. - case "$UNAME_MACHINE_ARCH" in + case $UNAME_MACHINE_ARCH in earm*) os=netbsdelf ;; arm*|i386|m68k|ns32k|sh3*|sparc|vax) - eval "$set_cc_for_build" + set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ then @@ -215,7 +243,7 @@ ;; esac # Determine ABI tags. - case "$UNAME_MACHINE_ARCH" in + case $UNAME_MACHINE_ARCH in earm*) expr='s/^earmv[0-9]/-eabi/;s/eb$//' abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` @@ -226,7 +254,7 @@ # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. - case "$UNAME_VERSION" in + case $UNAME_VERSION in Debian*) release='-gnu' ;; @@ -237,45 +265,57 @@ # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "$machine-${os}${release}${abi}" - exit ;; + GUESS=$machine-${os}${release}${abi-} + ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` - echo "$UNAME_MACHINE_ARCH"-unknown-bitrig"$UNAME_RELEASE" - exit ;; + GUESS=$UNAME_MACHINE_ARCH-unknown-bitrig$UNAME_RELEASE + ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` - echo "$UNAME_MACHINE_ARCH"-unknown-openbsd"$UNAME_RELEASE" - exit ;; + GUESS=$UNAME_MACHINE_ARCH-unknown-openbsd$UNAME_RELEASE + ;; + *:SecBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/SecBSD.//'` + GUESS=$UNAME_MACHINE_ARCH-unknown-secbsd$UNAME_RELEASE + ;; *:LibertyBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` - echo "$UNAME_MACHINE_ARCH"-unknown-libertybsd"$UNAME_RELEASE" - exit ;; + GUESS=$UNAME_MACHINE_ARCH-unknown-libertybsd$UNAME_RELEASE + ;; *:MidnightBSD:*:*) - echo "$UNAME_MACHINE"-unknown-midnightbsd"$UNAME_RELEASE" - exit ;; + GUESS=$UNAME_MACHINE-unknown-midnightbsd$UNAME_RELEASE + ;; *:ekkoBSD:*:*) - echo "$UNAME_MACHINE"-unknown-ekkobsd"$UNAME_RELEASE" - exit ;; + GUESS=$UNAME_MACHINE-unknown-ekkobsd$UNAME_RELEASE + ;; *:SolidBSD:*:*) - echo "$UNAME_MACHINE"-unknown-solidbsd"$UNAME_RELEASE" - exit ;; + GUESS=$UNAME_MACHINE-unknown-solidbsd$UNAME_RELEASE + ;; + *:OS108:*:*) + GUESS=$UNAME_MACHINE-unknown-os108_$UNAME_RELEASE + ;; macppc:MirBSD:*:*) - echo powerpc-unknown-mirbsd"$UNAME_RELEASE" - exit ;; + GUESS=powerpc-unknown-mirbsd$UNAME_RELEASE + ;; *:MirBSD:*:*) - echo "$UNAME_MACHINE"-unknown-mirbsd"$UNAME_RELEASE" - exit ;; + GUESS=$UNAME_MACHINE-unknown-mirbsd$UNAME_RELEASE + ;; *:Sortix:*:*) - echo "$UNAME_MACHINE"-unknown-sortix - exit ;; + GUESS=$UNAME_MACHINE-unknown-sortix + ;; + *:Twizzler:*:*) + GUESS=$UNAME_MACHINE-unknown-twizzler + ;; *:Redox:*:*) - echo "$UNAME_MACHINE"-unknown-redox - exit ;; + GUESS=$UNAME_MACHINE-unknown-redox + ;; mips:OSF1:*.*) - echo mips-dec-osf1 - exit ;; + GUESS=mips-dec-osf1 + ;; alpha:OSF1:*:*) + # Reset EXIT trap before exiting to avoid spurious non-zero exit code. + trap '' 0 case $UNAME_RELEASE in *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` @@ -289,7 +329,7 @@ # covers most systems running today. This code pipes the CPU # types through head -n 1, so we only detect the type of CPU 0. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` - case "$ALPHA_CPU_TYPE" in + case $ALPHA_CPU_TYPE in "EV4 (21064)") UNAME_MACHINE=alpha ;; "EV4.5 (21064)") @@ -326,117 +366,121 @@ # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`" - # Reset EXIT trap before exiting to avoid spurious non-zero exit code. - exitcode=$? - trap '' 0 - exit $exitcode ;; + OSF_REL=`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + GUESS=$UNAME_MACHINE-dec-osf$OSF_REL + ;; Amiga*:UNIX_System_V:4.0:*) - echo m68k-unknown-sysv4 - exit ;; + GUESS=m68k-unknown-sysv4 + ;; *:[Aa]miga[Oo][Ss]:*:*) - echo "$UNAME_MACHINE"-unknown-amigaos - exit ;; + GUESS=$UNAME_MACHINE-unknown-amigaos + ;; *:[Mm]orph[Oo][Ss]:*:*) - echo "$UNAME_MACHINE"-unknown-morphos - exit ;; + GUESS=$UNAME_MACHINE-unknown-morphos + ;; *:OS/390:*:*) - echo i370-ibm-openedition - exit ;; + GUESS=i370-ibm-openedition + ;; *:z/VM:*:*) - echo s390-ibm-zvmoe - exit ;; + GUESS=s390-ibm-zvmoe + ;; *:OS400:*:*) - echo powerpc-ibm-os400 - exit ;; + GUESS=powerpc-ibm-os400 + ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) - echo arm-acorn-riscix"$UNAME_RELEASE" - exit ;; + GUESS=arm-acorn-riscix$UNAME_RELEASE + ;; arm*:riscos:*:*|arm*:RISCOS:*:*) - echo arm-unknown-riscos - exit ;; + GUESS=arm-unknown-riscos + ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) - echo hppa1.1-hitachi-hiuxmpp - exit ;; + GUESS=hppa1.1-hitachi-hiuxmpp + ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. - if test "`(/bin/universe) 2>/dev/null`" = att ; then - echo pyramid-pyramid-sysv3 - else - echo pyramid-pyramid-bsd - fi - exit ;; + case `(/bin/universe) 2>/dev/null` in + att) GUESS=pyramid-pyramid-sysv3 ;; + *) GUESS=pyramid-pyramid-bsd ;; + esac + ;; NILE*:*:*:dcosx) - echo pyramid-pyramid-svr4 - exit ;; + GUESS=pyramid-pyramid-svr4 + ;; DRS?6000:unix:4.0:6*) - echo sparc-icl-nx6 - exit ;; + GUESS=sparc-icl-nx6 + ;; DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in - sparc) echo sparc-icl-nx7; exit ;; - esac ;; + sparc) GUESS=sparc-icl-nx7 ;; + esac + ;; s390x:SunOS:*:*) - echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" - exit ;; + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` + GUESS=$UNAME_MACHINE-ibm-solaris2$SUN_REL + ;; sun4H:SunOS:5.*:*) - echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" - exit ;; + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` + GUESS=sparc-hal-solaris2$SUN_REL + ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) - echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" - exit ;; + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` + GUESS=sparc-sun-solaris2$SUN_REL + ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) - echo i386-pc-auroraux"$UNAME_RELEASE" - exit ;; + GUESS=i386-pc-auroraux$UNAME_RELEASE + ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) - eval "$set_cc_for_build" + set_cc_for_build SUN_ARCH=i386 # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if test "$CC_FOR_BUILD" != no_compiler_found; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + (CCOPTS="" $CC_FOR_BUILD -m64 -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then SUN_ARCH=x86_64 fi fi - echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" - exit ;; + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` + GUESS=$SUN_ARCH-pc-solaris2$SUN_REL + ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. - echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" - exit ;; + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` + GUESS=sparc-sun-solaris3$SUN_REL + ;; sun4*:SunOS:*:*) - case "`/usr/bin/arch -k`" in + case `/usr/bin/arch -k` in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. - echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`" - exit ;; + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/-/_/'` + GUESS=sparc-sun-sunos$SUN_REL + ;; sun3*:SunOS:*:*) - echo m68k-sun-sunos"$UNAME_RELEASE" - exit ;; + GUESS=m68k-sun-sunos$UNAME_RELEASE + ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3 - case "`/bin/arch`" in + case `/bin/arch` in sun3) - echo m68k-sun-sunos"$UNAME_RELEASE" + GUESS=m68k-sun-sunos$UNAME_RELEASE ;; sun4) - echo sparc-sun-sunos"$UNAME_RELEASE" + GUESS=sparc-sun-sunos$UNAME_RELEASE ;; esac - exit ;; + ;; aushp:SunOS:*:*) - echo sparc-auspex-sunos"$UNAME_RELEASE" - exit ;; + GUESS=sparc-auspex-sunos$UNAME_RELEASE + ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor @@ -446,43 +490,43 @@ # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint"$UNAME_RELEASE" - exit ;; + GUESS=m68k-atari-mint$UNAME_RELEASE + ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint"$UNAME_RELEASE" - exit ;; + GUESS=m68k-atari-mint$UNAME_RELEASE + ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) - echo m68k-atari-mint"$UNAME_RELEASE" - exit ;; + GUESS=m68k-atari-mint$UNAME_RELEASE + ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) - echo m68k-milan-mint"$UNAME_RELEASE" - exit ;; + GUESS=m68k-milan-mint$UNAME_RELEASE + ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) - echo m68k-hades-mint"$UNAME_RELEASE" - exit ;; + GUESS=m68k-hades-mint$UNAME_RELEASE + ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) - echo m68k-unknown-mint"$UNAME_RELEASE" - exit ;; + GUESS=m68k-unknown-mint$UNAME_RELEASE + ;; m68k:machten:*:*) - echo m68k-apple-machten"$UNAME_RELEASE" - exit ;; + GUESS=m68k-apple-machten$UNAME_RELEASE + ;; powerpc:machten:*:*) - echo powerpc-apple-machten"$UNAME_RELEASE" - exit ;; + GUESS=powerpc-apple-machten$UNAME_RELEASE + ;; RISC*:Mach:*:*) - echo mips-dec-mach_bsd4.3 - exit ;; + GUESS=mips-dec-mach_bsd4.3 + ;; RISC*:ULTRIX:*:*) - echo mips-dec-ultrix"$UNAME_RELEASE" - exit ;; + GUESS=mips-dec-ultrix$UNAME_RELEASE + ;; VAX*:ULTRIX*:*:*) - echo vax-dec-ultrix"$UNAME_RELEASE" - exit ;; + GUESS=vax-dec-ultrix$UNAME_RELEASE + ;; 2020:CLIX:*:* | 2430:CLIX:*:*) - echo clipper-intergraph-clix"$UNAME_RELEASE" - exit ;; + GUESS=clipper-intergraph-clix$UNAME_RELEASE + ;; mips:*:*:UMIPS | mips:*:*:RISCos) - eval "$set_cc_for_build" + set_cc_for_build sed 's/^ //' << EOF > "$dummy.c" #ifdef __cplusplus #include /* for printf() prototype */ @@ -508,78 +552,79 @@ dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && SYSTEM_NAME=`"$dummy" "$dummyarg"` && { echo "$SYSTEM_NAME"; exit; } - echo mips-mips-riscos"$UNAME_RELEASE" - exit ;; + GUESS=mips-mips-riscos$UNAME_RELEASE + ;; Motorola:PowerMAX_OS:*:*) - echo powerpc-motorola-powermax - exit ;; + GUESS=powerpc-motorola-powermax + ;; Motorola:*:4.3:PL8-*) - echo powerpc-harris-powermax - exit ;; + GUESS=powerpc-harris-powermax + ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) - echo powerpc-harris-powermax - exit ;; + GUESS=powerpc-harris-powermax + ;; Night_Hawk:Power_UNIX:*:*) - echo powerpc-harris-powerunix - exit ;; + GUESS=powerpc-harris-powerunix + ;; m88k:CX/UX:7*:*) - echo m88k-harris-cxux7 - exit ;; + GUESS=m88k-harris-cxux7 + ;; m88k:*:4*:R4*) - echo m88k-motorola-sysv4 - exit ;; + GUESS=m88k-motorola-sysv4 + ;; m88k:*:3*:R3*) - echo m88k-motorola-sysv3 - exit ;; + GUESS=m88k-motorola-sysv3 + ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` - if [ "$UNAME_PROCESSOR" = mc88100 ] || [ "$UNAME_PROCESSOR" = mc88110 ] + if test "$UNAME_PROCESSOR" = mc88100 || test "$UNAME_PROCESSOR" = mc88110 then - if [ "$TARGET_BINARY_INTERFACE"x = m88kdguxelfx ] || \ - [ "$TARGET_BINARY_INTERFACE"x = x ] + if test "$TARGET_BINARY_INTERFACE"x = m88kdguxelfx || \ + test "$TARGET_BINARY_INTERFACE"x = x then - echo m88k-dg-dgux"$UNAME_RELEASE" + GUESS=m88k-dg-dgux$UNAME_RELEASE else - echo m88k-dg-dguxbcs"$UNAME_RELEASE" + GUESS=m88k-dg-dguxbcs$UNAME_RELEASE fi else - echo i586-dg-dgux"$UNAME_RELEASE" + GUESS=i586-dg-dgux$UNAME_RELEASE fi - exit ;; + ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) - echo m88k-dolphin-sysv3 - exit ;; + GUESS=m88k-dolphin-sysv3 + ;; M88*:*:R3*:*) # Delta 88k system running SVR3 - echo m88k-motorola-sysv3 - exit ;; + GUESS=m88k-motorola-sysv3 + ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) - echo m88k-tektronix-sysv3 - exit ;; + GUESS=m88k-tektronix-sysv3 + ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) - echo m68k-tektronix-bsd - exit ;; + GUESS=m68k-tektronix-bsd + ;; *:IRIX*:*:*) - echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`" - exit ;; + IRIX_REL=`echo "$UNAME_RELEASE" | sed -e 's/-/_/g'` + GUESS=mips-sgi-irix$IRIX_REL + ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. - echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id - exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + GUESS=romp-ibm-aix # uname -m gives an 8 hex-code CPU id + ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) - echo i386-ibm-aix - exit ;; + GUESS=i386-ibm-aix + ;; ia64:AIX:*:*) - if [ -x /usr/bin/oslevel ] ; then + if test -x /usr/bin/oslevel ; then IBM_REV=`/usr/bin/oslevel` else - IBM_REV="$UNAME_VERSION.$UNAME_RELEASE" + IBM_REV=$UNAME_VERSION.$UNAME_RELEASE fi - echo "$UNAME_MACHINE"-ibm-aix"$IBM_REV" - exit ;; + GUESS=$UNAME_MACHINE-ibm-aix$IBM_REV + ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then - eval "$set_cc_for_build" + set_cc_for_build sed 's/^ //' << EOF > "$dummy.c" #include @@ -593,16 +638,16 @@ EOF if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` then - echo "$SYSTEM_NAME" + GUESS=$SYSTEM_NAME else - echo rs6000-ibm-aix3.2.5 + GUESS=rs6000-ibm-aix3.2.5 fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then - echo rs6000-ibm-aix3.2.4 + GUESS=rs6000-ibm-aix3.2.4 else - echo rs6000-ibm-aix3.2 + GUESS=rs6000-ibm-aix3.2 fi - exit ;; + ;; *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then @@ -610,57 +655,57 @@ else IBM_ARCH=powerpc fi - if [ -x /usr/bin/lslpp ] ; then - IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | + if test -x /usr/bin/lslpp ; then + IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | \ awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else - IBM_REV="$UNAME_VERSION.$UNAME_RELEASE" + IBM_REV=$UNAME_VERSION.$UNAME_RELEASE fi - echo "$IBM_ARCH"-ibm-aix"$IBM_REV" - exit ;; + GUESS=$IBM_ARCH-ibm-aix$IBM_REV + ;; *:AIX:*:*) - echo rs6000-ibm-aix - exit ;; + GUESS=rs6000-ibm-aix + ;; ibmrt:4.4BSD:*|romp-ibm:4.4BSD:*) - echo romp-ibm-bsd4.4 - exit ;; + GUESS=romp-ibm-bsd4.4 + ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and - echo romp-ibm-bsd"$UNAME_RELEASE" # 4.3 with uname added to - exit ;; # report: romp-ibm BSD 4.3 + GUESS=romp-ibm-bsd$UNAME_RELEASE # 4.3 with uname added to + ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) - echo rs6000-bull-bosx - exit ;; + GUESS=rs6000-bull-bosx + ;; DPX/2?00:B.O.S.:*:*) - echo m68k-bull-sysv3 - exit ;; + GUESS=m68k-bull-sysv3 + ;; 9000/[34]??:4.3bsd:1.*:*) - echo m68k-hp-bsd - exit ;; + GUESS=m68k-hp-bsd + ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) - echo m68k-hp-bsd4.4 - exit ;; + GUESS=m68k-hp-bsd4.4 + ;; 9000/[34678]??:HP-UX:*:*) - HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` - case "$UNAME_MACHINE" in + HPUX_REV=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*.[0B]*//'` + case $UNAME_MACHINE in 9000/31?) HP_ARCH=m68000 ;; 9000/[34]??) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) - if [ -x /usr/bin/getconf ]; then + if test -x /usr/bin/getconf; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` - case "$sc_cpu_version" in + case $sc_cpu_version in 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 - case "$sc_kernel_bits" in + case $sc_kernel_bits in 32) HP_ARCH=hppa2.0n ;; 64) HP_ARCH=hppa2.0w ;; '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 esac ;; esac fi - if [ "$HP_ARCH" = "" ]; then - eval "$set_cc_for_build" + if test "$HP_ARCH" = ""; then + set_cc_for_build sed 's/^ //' << EOF > "$dummy.c" #define _HPUX_SOURCE @@ -698,9 +743,9 @@ test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac - if [ "$HP_ARCH" = hppa2.0w ] + if test "$HP_ARCH" = hppa2.0w then - eval "$set_cc_for_build" + set_cc_for_build # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler @@ -719,14 +764,14 @@ HP_ARCH=hppa64 fi fi - echo "$HP_ARCH"-hp-hpux"$HPUX_REV" - exit ;; + GUESS=$HP_ARCH-hp-hpux$HPUX_REV + ;; ia64:HP-UX:*:*) - HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` - echo ia64-hp-hpux"$HPUX_REV" - exit ;; + HPUX_REV=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*.[0B]*//'` + GUESS=ia64-hp-hpux$HPUX_REV + ;; 3050*:HI-UX:*:*) - eval "$set_cc_for_build" + set_cc_for_build sed 's/^ //' << EOF > "$dummy.c" #include int @@ -754,36 +799,36 @@ EOF $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && { echo "$SYSTEM_NAME"; exit; } - echo unknown-hitachi-hiuxwe2 - exit ;; + GUESS=unknown-hitachi-hiuxwe2 + ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:*) - echo hppa1.1-hp-bsd - exit ;; + GUESS=hppa1.1-hp-bsd + ;; 9000/8??:4.3bsd:*:*) - echo hppa1.0-hp-bsd - exit ;; + GUESS=hppa1.0-hp-bsd + ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) - echo hppa1.0-hp-mpeix - exit ;; + GUESS=hppa1.0-hp-mpeix + ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:*) - echo hppa1.1-hp-osf - exit ;; + GUESS=hppa1.1-hp-osf + ;; hp8??:OSF1:*:*) - echo hppa1.0-hp-osf - exit ;; + GUESS=hppa1.0-hp-osf + ;; i*86:OSF1:*:*) - if [ -x /usr/sbin/sysversion ] ; then - echo "$UNAME_MACHINE"-unknown-osf1mk + if test -x /usr/sbin/sysversion ; then + GUESS=$UNAME_MACHINE-unknown-osf1mk else - echo "$UNAME_MACHINE"-unknown-osf1 + GUESS=$UNAME_MACHINE-unknown-osf1 fi - exit ;; + ;; parisc*:Lites*:*:*) - echo hppa1.1-hp-lites - exit ;; + GUESS=hppa1.1-hp-lites + ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) - echo c1-convex-bsd - exit ;; + GUESS=c1-convex-bsd + ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd @@ -791,17 +836,18 @@ fi exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) - echo c34-convex-bsd - exit ;; + GUESS=c34-convex-bsd + ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) - echo c38-convex-bsd - exit ;; + GUESS=c38-convex-bsd + ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) - echo c4-convex-bsd - exit ;; + GUESS=c4-convex-bsd + ;; CRAY*Y-MP:*:*:*) - echo ymp-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' - exit ;; + CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'` + GUESS=ymp-cray-unicos$CRAY_REL + ;; CRAY*[A-Z]90:*:*:*) echo "$UNAME_MACHINE"-cray-unicos"$UNAME_RELEASE" \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ @@ -809,103 +855,129 @@ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) - echo t90-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' - exit ;; + CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'` + GUESS=t90-cray-unicos$CRAY_REL + ;; CRAY*T3E:*:*:*) - echo alphaev5-cray-unicosmk"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' - exit ;; + CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'` + GUESS=alphaev5-cray-unicosmk$CRAY_REL + ;; CRAY*SV1:*:*:*) - echo sv1-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' - exit ;; + CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'` + GUESS=sv1-cray-unicos$CRAY_REL + ;; *:UNICOS/mp:*:*) - echo craynv-cray-unicosmp"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' - exit ;; + CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'` + GUESS=craynv-cray-unicosmp$CRAY_REL + ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'` - echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit ;; + GUESS=${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL} + ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` - echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit ;; + GUESS=sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL} + ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) - echo "$UNAME_MACHINE"-pc-bsdi"$UNAME_RELEASE" - exit ;; + GUESS=$UNAME_MACHINE-pc-bsdi$UNAME_RELEASE + ;; sparc*:BSD/OS:*:*) - echo sparc-unknown-bsdi"$UNAME_RELEASE" - exit ;; + GUESS=sparc-unknown-bsdi$UNAME_RELEASE + ;; *:BSD/OS:*:*) - echo "$UNAME_MACHINE"-unknown-bsdi"$UNAME_RELEASE" - exit ;; + GUESS=$UNAME_MACHINE-unknown-bsdi$UNAME_RELEASE + ;; + arm:FreeBSD:*:*) + UNAME_PROCESSOR=`uname -p` + set_cc_for_build + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + FREEBSD_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` + GUESS=$UNAME_PROCESSOR-unknown-freebsd$FREEBSD_REL-gnueabi + else + FREEBSD_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` + GUESS=$UNAME_PROCESSOR-unknown-freebsd$FREEBSD_REL-gnueabihf + fi + ;; *:FreeBSD:*:*) UNAME_PROCESSOR=`/usr/bin/uname -p` - case "$UNAME_PROCESSOR" in + case $UNAME_PROCESSOR in amd64) UNAME_PROCESSOR=x86_64 ;; i386) UNAME_PROCESSOR=i586 ;; esac - echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" - exit ;; + FREEBSD_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` + GUESS=$UNAME_PROCESSOR-unknown-freebsd$FREEBSD_REL + ;; i*:CYGWIN*:*) - echo "$UNAME_MACHINE"-pc-cygwin - exit ;; + GUESS=$UNAME_MACHINE-pc-cygwin + ;; *:MINGW64*:*) - echo "$UNAME_MACHINE"-pc-mingw64 - exit ;; + GUESS=$UNAME_MACHINE-pc-mingw64 + ;; *:MINGW*:*) - echo "$UNAME_MACHINE"-pc-mingw32 - exit ;; + GUESS=$UNAME_MACHINE-pc-mingw32 + ;; *:MSYS*:*) - echo "$UNAME_MACHINE"-pc-msys - exit ;; + GUESS=$UNAME_MACHINE-pc-msys + ;; i*:PW*:*) - echo "$UNAME_MACHINE"-pc-pw32 - exit ;; + GUESS=$UNAME_MACHINE-pc-pw32 + ;; + *:SerenityOS:*:*) + GUESS=$UNAME_MACHINE-pc-serenity + ;; *:Interix*:*) - case "$UNAME_MACHINE" in + case $UNAME_MACHINE in x86) - echo i586-pc-interix"$UNAME_RELEASE" - exit ;; + GUESS=i586-pc-interix$UNAME_RELEASE + ;; authenticamd | genuineintel | EM64T) - echo x86_64-unknown-interix"$UNAME_RELEASE" - exit ;; + GUESS=x86_64-unknown-interix$UNAME_RELEASE + ;; IA64) - echo ia64-unknown-interix"$UNAME_RELEASE" - exit ;; + GUESS=ia64-unknown-interix$UNAME_RELEASE + ;; esac ;; i*:UWIN*:*) - echo "$UNAME_MACHINE"-pc-uwin - exit ;; + GUESS=$UNAME_MACHINE-pc-uwin + ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) - echo x86_64-unknown-cygwin - exit ;; + GUESS=x86_64-pc-cygwin + ;; prep*:SunOS:5.*:*) - echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" - exit ;; + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` + GUESS=powerpcle-unknown-solaris2$SUN_REL + ;; *:GNU:*:*) # the GNU system - echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`" - exit ;; + GNU_ARCH=`echo "$UNAME_MACHINE" | sed -e 's,[-/].*$,,'` + GNU_REL=`echo "$UNAME_RELEASE" | sed -e 's,/.*$,,'` + GUESS=$GNU_ARCH-unknown-$LIBC$GNU_REL + ;; *:GNU/*:*:*) # other systems with GNU libc and userland - echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC" - exit ;; - i*86:Minix:*:*) - echo "$UNAME_MACHINE"-pc-minix - exit ;; + GNU_SYS=`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"` + GNU_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` + GUESS=$UNAME_MACHINE-unknown-$GNU_SYS$GNU_REL-$LIBC + ;; + *:Minix:*:*) + GUESS=$UNAME_MACHINE-unknown-minix + ;; aarch64:Linux:*:*) - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; alpha:Linux:*:*) - case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' /proc/cpuinfo 2>/dev/null` in EV5) UNAME_MACHINE=alphaev5 ;; EV56) UNAME_MACHINE=alphaev56 ;; PCA56) UNAME_MACHINE=alphapca56 ;; @@ -916,187 +988,225 @@ esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC=gnulibc1 ; fi - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" - exit ;; - arc:Linux:*:* | arceb:Linux:*:*) - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + arc:Linux:*:* | arceb:Linux:*:* | arc32:Linux:*:* | arc64:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; arm*:Linux:*:*) - eval "$set_cc_for_build" + set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabi + GUESS=$UNAME_MACHINE-unknown-linux-${LIBC}eabi else - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabihf + GUESS=$UNAME_MACHINE-unknown-linux-${LIBC}eabihf fi fi - exit ;; + ;; avr32*:Linux:*:*) - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; cris:Linux:*:*) - echo "$UNAME_MACHINE"-axis-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-axis-linux-$LIBC + ;; crisv32:Linux:*:*) - echo "$UNAME_MACHINE"-axis-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-axis-linux-$LIBC + ;; e2k:Linux:*:*) - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; frv:Linux:*:*) - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; hexagon:Linux:*:*) - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; i*86:Linux:*:*) - echo "$UNAME_MACHINE"-pc-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-pc-linux-$LIBC + ;; ia64:Linux:*:*) - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; k1om:Linux:*:*) - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; m32r*:Linux:*:*) - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; m68*:Linux:*:*) - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; mips:Linux:*:* | mips64:Linux:*:*) - eval "$set_cc_for_build" + set_cc_for_build + IS_GLIBC=0 + test x"${LIBC}" = xgnu && IS_GLIBC=1 sed 's/^ //' << EOF > "$dummy.c" #undef CPU - #undef ${UNAME_MACHINE} - #undef ${UNAME_MACHINE}el + #undef mips + #undef mipsel + #undef mips64 + #undef mips64el + #if ${IS_GLIBC} && defined(_ABI64) + LIBCABI=gnuabi64 + #else + #if ${IS_GLIBC} && defined(_ABIN32) + LIBCABI=gnuabin32 + #else + LIBCABI=${LIBC} + #endif + #endif + + #if ${IS_GLIBC} && defined(__mips64) && defined(__mips_isa_rev) && __mips_isa_rev>=6 + CPU=mipsisa64r6 + #else + #if ${IS_GLIBC} && !defined(__mips64) && defined(__mips_isa_rev) && __mips_isa_rev>=6 + CPU=mipsisa32r6 + #else + #if defined(__mips64) + CPU=mips64 + #else + CPU=mips + #endif + #endif + #endif + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) - CPU=${UNAME_MACHINE}el + MIPS_ENDIAN=el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) - CPU=${UNAME_MACHINE} + MIPS_ENDIAN= #else - CPU= + MIPS_ENDIAN= #endif #endif EOF - eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`" - test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; } + cc_set_vars=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'` + eval "$cc_set_vars" + test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; } ;; mips64el:Linux:*:*) - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; openrisc*:Linux:*:*) - echo or1k-unknown-linux-"$LIBC" - exit ;; + GUESS=or1k-unknown-linux-$LIBC + ;; or32:Linux:*:* | or1k*:Linux:*:*) - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; padre:Linux:*:*) - echo sparc-unknown-linux-"$LIBC" - exit ;; + GUESS=sparc-unknown-linux-$LIBC + ;; parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-"$LIBC" - exit ;; + GUESS=hppa64-unknown-linux-$LIBC + ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in - PA7*) echo hppa1.1-unknown-linux-"$LIBC" ;; - PA8*) echo hppa2.0-unknown-linux-"$LIBC" ;; - *) echo hppa-unknown-linux-"$LIBC" ;; + PA7*) GUESS=hppa1.1-unknown-linux-$LIBC ;; + PA8*) GUESS=hppa2.0-unknown-linux-$LIBC ;; + *) GUESS=hppa-unknown-linux-$LIBC ;; esac - exit ;; + ;; ppc64:Linux:*:*) - echo powerpc64-unknown-linux-"$LIBC" - exit ;; + GUESS=powerpc64-unknown-linux-$LIBC + ;; ppc:Linux:*:*) - echo powerpc-unknown-linux-"$LIBC" - exit ;; + GUESS=powerpc-unknown-linux-$LIBC + ;; ppc64le:Linux:*:*) - echo powerpc64le-unknown-linux-"$LIBC" - exit ;; + GUESS=powerpc64le-unknown-linux-$LIBC + ;; ppcle:Linux:*:*) - echo powerpcle-unknown-linux-"$LIBC" - exit ;; - riscv32:Linux:*:* | riscv64:Linux:*:*) - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" - exit ;; + GUESS=powerpcle-unknown-linux-$LIBC + ;; + riscv32:Linux:*:* | riscv32be:Linux:*:* | riscv64:Linux:*:* | riscv64be:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; s390:Linux:*:* | s390x:Linux:*:*) - echo "$UNAME_MACHINE"-ibm-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-ibm-linux-$LIBC + ;; sh64*:Linux:*:*) - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; sh*:Linux:*:*) - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; sparc:Linux:*:* | sparc64:Linux:*:*) - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; tile*:Linux:*:*) - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; vax:Linux:*:*) - echo "$UNAME_MACHINE"-dec-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-dec-linux-$LIBC + ;; x86_64:Linux:*:*) - if objdump -f /bin/sh | grep -q elf32-x86-64; then - echo "$UNAME_MACHINE"-pc-linux-"$LIBC"x32 - else - echo "$UNAME_MACHINE"-pc-linux-"$LIBC" + set_cc_for_build + LIBCABI=$LIBC + if test "$CC_FOR_BUILD" != no_compiler_found; then + if (echo '#ifdef __ILP32__'; echo IS_X32; echo '#endif') | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_X32 >/dev/null + then + LIBCABI=${LIBC}x32 + fi fi - exit ;; + GUESS=$UNAME_MACHINE-pc-linux-$LIBCABI + ;; xtensa*:Linux:*:*) - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" - exit ;; + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both # sysname and nodename. - echo i386-sequent-sysv4 - exit ;; + GUESS=i386-sequent-sysv4 + ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. - echo "$UNAME_MACHINE"-pc-sysv4.2uw"$UNAME_VERSION" - exit ;; + GUESS=$UNAME_MACHINE-pc-sysv4.2uw$UNAME_VERSION + ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. - echo "$UNAME_MACHINE"-pc-os2-emx - exit ;; + GUESS=$UNAME_MACHINE-pc-os2-emx + ;; i*86:XTS-300:*:STOP) - echo "$UNAME_MACHINE"-unknown-stop - exit ;; + GUESS=$UNAME_MACHINE-unknown-stop + ;; i*86:atheos:*:*) - echo "$UNAME_MACHINE"-unknown-atheos - exit ;; + GUESS=$UNAME_MACHINE-unknown-atheos + ;; i*86:syllable:*:*) - echo "$UNAME_MACHINE"-pc-syllable - exit ;; + GUESS=$UNAME_MACHINE-pc-syllable + ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) - echo i386-unknown-lynxos"$UNAME_RELEASE" - exit ;; + GUESS=i386-unknown-lynxos$UNAME_RELEASE + ;; i*86:*DOS:*:*) - echo "$UNAME_MACHINE"-pc-msdosdjgpp - exit ;; + GUESS=$UNAME_MACHINE-pc-msdosdjgpp + ;; i*86:*:4.*:*) UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then - echo "$UNAME_MACHINE"-univel-sysv"$UNAME_REL" + GUESS=$UNAME_MACHINE-univel-sysv$UNAME_REL else - echo "$UNAME_MACHINE"-pc-sysv"$UNAME_REL" + GUESS=$UNAME_MACHINE-pc-sysv$UNAME_REL fi - exit ;; + ;; i*86:*:5:[678]*) # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in @@ -1104,12 +1214,12 @@ *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac - echo "$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}{$UNAME_VERSION}" - exit ;; + GUESS=$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 @@ -1119,11 +1229,11 @@ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 - echo "$UNAME_MACHINE"-pc-sco"$UNAME_REL" + GUESS=$UNAME_MACHINE-pc-sco$UNAME_REL else - echo "$UNAME_MACHINE"-pc-sysv32 + GUESS=$UNAME_MACHINE-pc-sysv32 fi - exit ;; + ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about @@ -1131,31 +1241,31 @@ # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configure will decide that # this is a cross-build. - echo i586-pc-msdosdjgpp - exit ;; + GUESS=i586-pc-msdosdjgpp + ;; Intel:Mach:3*:*) - echo i386-pc-mach3 - exit ;; + GUESS=i386-pc-mach3 + ;; paragon:*:*:*) - echo i860-intel-osf1 - exit ;; + GUESS=i860-intel-osf1 + ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then - echo i860-stardent-sysv"$UNAME_RELEASE" # Stardent Vistra i860-SVR4 + GUESS=i860-stardent-sysv$UNAME_RELEASE # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. - echo i860-unknown-sysv"$UNAME_RELEASE" # Unknown i860-SVR4 + GUESS=i860-unknown-sysv$UNAME_RELEASE # Unknown i860-SVR4 fi - exit ;; + ;; mini*:CTIX:SYS*5:*) # "miniframe" - echo m68010-convergent-sysv - exit ;; + GUESS=m68010-convergent-sysv + ;; mc68k:UNIX:SYSTEM5:3.51m) - echo m68k-convergent-sysv - exit ;; + GUESS=m68k-convergent-sysv + ;; M680?0:D-NIX:5.3:*) - echo m68k-diab-dnix - exit ;; + GUESS=m68k-diab-dnix + ;; M68*:*:R3V[5678]*:*) test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) @@ -1180,249 +1290,404 @@ /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) - echo m68k-unknown-lynxos"$UNAME_RELEASE" - exit ;; + GUESS=m68k-unknown-lynxos$UNAME_RELEASE + ;; mc68030:UNIX_System_V:4.*:*) - echo m68k-atari-sysv4 - exit ;; + GUESS=m68k-atari-sysv4 + ;; TSUNAMI:LynxOS:2.*:*) - echo sparc-unknown-lynxos"$UNAME_RELEASE" - exit ;; + GUESS=sparc-unknown-lynxos$UNAME_RELEASE + ;; rs6000:LynxOS:2.*:*) - echo rs6000-unknown-lynxos"$UNAME_RELEASE" - exit ;; + GUESS=rs6000-unknown-lynxos$UNAME_RELEASE + ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) - echo powerpc-unknown-lynxos"$UNAME_RELEASE" - exit ;; + GUESS=powerpc-unknown-lynxos$UNAME_RELEASE + ;; SM[BE]S:UNIX_SV:*:*) - echo mips-dde-sysv"$UNAME_RELEASE" - exit ;; + GUESS=mips-dde-sysv$UNAME_RELEASE + ;; RM*:ReliantUNIX-*:*:*) - echo mips-sni-sysv4 - exit ;; + GUESS=mips-sni-sysv4 + ;; RM*:SINIX-*:*:*) - echo mips-sni-sysv4 - exit ;; + GUESS=mips-sni-sysv4 + ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` - echo "$UNAME_MACHINE"-sni-sysv4 + GUESS=$UNAME_MACHINE-sni-sysv4 else - echo ns32k-sni-sysv + GUESS=ns32k-sni-sysv fi - exit ;; + ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says - echo i586-unisys-sysv4 - exit ;; + GUESS=i586-unisys-sysv4 + ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm - echo hppa1.1-stratus-sysv4 - exit ;; + GUESS=hppa1.1-stratus-sysv4 + ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. - echo i860-stratus-sysv4 - exit ;; + GUESS=i860-stratus-sysv4 + ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. - echo "$UNAME_MACHINE"-stratus-vos - exit ;; + GUESS=$UNAME_MACHINE-stratus-vos + ;; *:VOS:*:*) # From Paul.Green@stratus.com. - echo hppa1.1-stratus-vos - exit ;; + GUESS=hppa1.1-stratus-vos + ;; mc68*:A/UX:*:*) - echo m68k-apple-aux"$UNAME_RELEASE" - exit ;; + GUESS=m68k-apple-aux$UNAME_RELEASE + ;; news*:NEWS-OS:6*:*) - echo mips-sony-newsos6 - exit ;; + GUESS=mips-sony-newsos6 + ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) - if [ -d /usr/nec ]; then - echo mips-nec-sysv"$UNAME_RELEASE" + if test -d /usr/nec; then + GUESS=mips-nec-sysv$UNAME_RELEASE else - echo mips-unknown-sysv"$UNAME_RELEASE" + GUESS=mips-unknown-sysv$UNAME_RELEASE fi - exit ;; + ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. - echo powerpc-be-beos - exit ;; + GUESS=powerpc-be-beos + ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. - echo powerpc-apple-beos - exit ;; + GUESS=powerpc-apple-beos + ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. - echo i586-pc-beos - exit ;; + GUESS=i586-pc-beos + ;; BePC:Haiku:*:*) # Haiku running on Intel PC compatible. - echo i586-pc-haiku - exit ;; + GUESS=i586-pc-haiku + ;; x86_64:Haiku:*:*) - echo x86_64-unknown-haiku - exit ;; + GUESS=x86_64-unknown-haiku + ;; SX-4:SUPER-UX:*:*) - echo sx4-nec-superux"$UNAME_RELEASE" - exit ;; + GUESS=sx4-nec-superux$UNAME_RELEASE + ;; SX-5:SUPER-UX:*:*) - echo sx5-nec-superux"$UNAME_RELEASE" - exit ;; + GUESS=sx5-nec-superux$UNAME_RELEASE + ;; SX-6:SUPER-UX:*:*) - echo sx6-nec-superux"$UNAME_RELEASE" - exit ;; + GUESS=sx6-nec-superux$UNAME_RELEASE + ;; SX-7:SUPER-UX:*:*) - echo sx7-nec-superux"$UNAME_RELEASE" - exit ;; + GUESS=sx7-nec-superux$UNAME_RELEASE + ;; SX-8:SUPER-UX:*:*) - echo sx8-nec-superux"$UNAME_RELEASE" - exit ;; + GUESS=sx8-nec-superux$UNAME_RELEASE + ;; SX-8R:SUPER-UX:*:*) - echo sx8r-nec-superux"$UNAME_RELEASE" - exit ;; + GUESS=sx8r-nec-superux$UNAME_RELEASE + ;; SX-ACE:SUPER-UX:*:*) - echo sxace-nec-superux"$UNAME_RELEASE" - exit ;; + GUESS=sxace-nec-superux$UNAME_RELEASE + ;; Power*:Rhapsody:*:*) - echo powerpc-apple-rhapsody"$UNAME_RELEASE" - exit ;; + GUESS=powerpc-apple-rhapsody$UNAME_RELEASE + ;; *:Rhapsody:*:*) - echo "$UNAME_MACHINE"-apple-rhapsody"$UNAME_RELEASE" - exit ;; + GUESS=$UNAME_MACHINE-apple-rhapsody$UNAME_RELEASE + ;; + arm64:Darwin:*:*) + GUESS=aarch64-apple-darwin$UNAME_RELEASE + ;; *:Darwin:*:*) - UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown - eval "$set_cc_for_build" - if test "$UNAME_PROCESSOR" = unknown ; then - UNAME_PROCESSOR=powerpc - fi - if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then - if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null - then - case $UNAME_PROCESSOR in - i386) UNAME_PROCESSOR=x86_64 ;; - powerpc) UNAME_PROCESSOR=powerpc64 ;; - esac - fi - # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc - if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \ - (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_PPC >/dev/null - then - UNAME_PROCESSOR=powerpc - fi + UNAME_PROCESSOR=`uname -p` + case $UNAME_PROCESSOR in + unknown) UNAME_PROCESSOR=powerpc ;; + esac + if command -v xcode-select > /dev/null 2> /dev/null && \ + ! xcode-select --print-path > /dev/null 2> /dev/null ; then + # Avoid executing cc if there is no toolchain installed as + # cc will be a stub that puts up a graphical alert + # prompting the user to install developer tools. + CC_FOR_BUILD=no_compiler_found + else + set_cc_for_build + fi + if test "$CC_FOR_BUILD" != no_compiler_found; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + case $UNAME_PROCESSOR in + i386) UNAME_PROCESSOR=x86_64 ;; + powerpc) UNAME_PROCESSOR=powerpc64 ;; + esac + fi + # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc + if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_PPC >/dev/null + then + UNAME_PROCESSOR=powerpc fi elif test "$UNAME_PROCESSOR" = i386 ; then - # Avoid executing cc on OS X 10.9, as it ships with a stub - # that puts up a graphical alert prompting to install - # developer tools. Any system running Mac OS X 10.7 or - # later (Darwin 11 and later) is required to have a 64-bit - # processor. This is not true of the ARM version of Darwin - # that Apple uses in portable devices. - UNAME_PROCESSOR=x86_64 + # uname -m returns i386 or x86_64 + UNAME_PROCESSOR=$UNAME_MACHINE fi - echo "$UNAME_PROCESSOR"-apple-darwin"$UNAME_RELEASE" - exit ;; + GUESS=$UNAME_PROCESSOR-apple-darwin$UNAME_RELEASE + ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = x86; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi - echo "$UNAME_PROCESSOR"-"$UNAME_MACHINE"-nto-qnx"$UNAME_RELEASE" - exit ;; + GUESS=$UNAME_PROCESSOR-$UNAME_MACHINE-nto-qnx$UNAME_RELEASE + ;; *:QNX:*:4*) - echo i386-pc-qnx - exit ;; + GUESS=i386-pc-qnx + ;; NEO-*:NONSTOP_KERNEL:*:*) - echo neo-tandem-nsk"$UNAME_RELEASE" - exit ;; + GUESS=neo-tandem-nsk$UNAME_RELEASE + ;; NSE-*:NONSTOP_KERNEL:*:*) - echo nse-tandem-nsk"$UNAME_RELEASE" - exit ;; + GUESS=nse-tandem-nsk$UNAME_RELEASE + ;; NSR-*:NONSTOP_KERNEL:*:*) - echo nsr-tandem-nsk"$UNAME_RELEASE" - exit ;; + GUESS=nsr-tandem-nsk$UNAME_RELEASE + ;; NSV-*:NONSTOP_KERNEL:*:*) - echo nsv-tandem-nsk"$UNAME_RELEASE" - exit ;; + GUESS=nsv-tandem-nsk$UNAME_RELEASE + ;; NSX-*:NONSTOP_KERNEL:*:*) - echo nsx-tandem-nsk"$UNAME_RELEASE" - exit ;; + GUESS=nsx-tandem-nsk$UNAME_RELEASE + ;; *:NonStop-UX:*:*) - echo mips-compaq-nonstopux - exit ;; + GUESS=mips-compaq-nonstopux + ;; BS2000:POSIX*:*:*) - echo bs2000-siemens-sysv - exit ;; + GUESS=bs2000-siemens-sysv + ;; DS/*:UNIX_System_V:*:*) - echo "$UNAME_MACHINE"-"$UNAME_SYSTEM"-"$UNAME_RELEASE" - exit ;; + GUESS=$UNAME_MACHINE-$UNAME_SYSTEM-$UNAME_RELEASE + ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. - if test "$cputype" = 386; then + if test "${cputype-}" = 386; then UNAME_MACHINE=i386 - else - UNAME_MACHINE="$cputype" + elif test "x${cputype-}" != x; then + UNAME_MACHINE=$cputype fi - echo "$UNAME_MACHINE"-unknown-plan9 - exit ;; + GUESS=$UNAME_MACHINE-unknown-plan9 + ;; *:TOPS-10:*:*) - echo pdp10-unknown-tops10 - exit ;; + GUESS=pdp10-unknown-tops10 + ;; *:TENEX:*:*) - echo pdp10-unknown-tenex - exit ;; + GUESS=pdp10-unknown-tenex + ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) - echo pdp10-dec-tops20 - exit ;; + GUESS=pdp10-dec-tops20 + ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) - echo pdp10-xkl-tops20 - exit ;; + GUESS=pdp10-xkl-tops20 + ;; *:TOPS-20:*:*) - echo pdp10-unknown-tops20 - exit ;; + GUESS=pdp10-unknown-tops20 + ;; *:ITS:*:*) - echo pdp10-unknown-its - exit ;; + GUESS=pdp10-unknown-its + ;; SEI:*:*:SEIUX) - echo mips-sei-seiux"$UNAME_RELEASE" - exit ;; + GUESS=mips-sei-seiux$UNAME_RELEASE + ;; *:DragonFly:*:*) - echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" - exit ;; + DRAGONFLY_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` + GUESS=$UNAME_MACHINE-unknown-dragonfly$DRAGONFLY_REL + ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` - case "$UNAME_MACHINE" in - A*) echo alpha-dec-vms ; exit ;; - I*) echo ia64-dec-vms ; exit ;; - V*) echo vax-dec-vms ; exit ;; + case $UNAME_MACHINE in + A*) GUESS=alpha-dec-vms ;; + I*) GUESS=ia64-dec-vms ;; + V*) GUESS=vax-dec-vms ;; esac ;; *:XENIX:*:SysV) - echo i386-pc-xenix - exit ;; + GUESS=i386-pc-xenix + ;; i*86:skyos:*:*) - echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`" - exit ;; + SKYOS_REL=`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'` + GUESS=$UNAME_MACHINE-pc-skyos$SKYOS_REL + ;; i*86:rdos:*:*) - echo "$UNAME_MACHINE"-pc-rdos - exit ;; - i*86:AROS:*:*) - echo "$UNAME_MACHINE"-pc-aros - exit ;; + GUESS=$UNAME_MACHINE-pc-rdos + ;; + i*86:Fiwix:*:*) + GUESS=$UNAME_MACHINE-pc-fiwix + ;; + *:AROS:*:*) + GUESS=$UNAME_MACHINE-unknown-aros + ;; x86_64:VMkernel:*:*) - echo "$UNAME_MACHINE"-unknown-esx - exit ;; + GUESS=$UNAME_MACHINE-unknown-esx + ;; amd64:Isilon\ OneFS:*:*) - echo x86_64-unknown-onefs - exit ;; + GUESS=x86_64-unknown-onefs + ;; + *:Unleashed:*:*) + GUESS=$UNAME_MACHINE-unknown-unleashed$UNAME_RELEASE + ;; esac +# Do we have a guess based on uname results? +if test "x$GUESS" != x; then + echo "$GUESS" + exit +fi + +# No uname command or uname output not recognized. +set_cc_for_build +cat > "$dummy.c" < +#include +#endif +#if defined(ultrix) || defined(_ultrix) || defined(__ultrix) || defined(__ultrix__) +#if defined (vax) || defined (__vax) || defined (__vax__) || defined(mips) || defined(__mips) || defined(__mips__) || defined(MIPS) || defined(__MIPS__) +#include +#if defined(_SIZE_T_) || defined(SIGLOST) +#include +#endif +#endif +#endif +main () +{ +#if defined (sony) +#if defined (MIPSEB) + /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, + I don't know.... */ + printf ("mips-sony-bsd\n"); exit (0); +#else +#include + printf ("m68k-sony-newsos%s\n", +#ifdef NEWSOS4 + "4" +#else + "" +#endif + ); exit (0); +#endif +#endif + +#if defined (NeXT) +#if !defined (__ARCHITECTURE__) +#define __ARCHITECTURE__ "m68k" +#endif + int version; + version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; + if (version < 4) + printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); + else + printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); + exit (0); +#endif + +#if defined (MULTIMAX) || defined (n16) +#if defined (UMAXV) + printf ("ns32k-encore-sysv\n"); exit (0); +#else +#if defined (CMU) + printf ("ns32k-encore-mach\n"); exit (0); +#else + printf ("ns32k-encore-bsd\n"); exit (0); +#endif +#endif +#endif + +#if defined (__386BSD__) + printf ("i386-pc-bsd\n"); exit (0); +#endif + +#if defined (sequent) +#if defined (i386) + printf ("i386-sequent-dynix\n"); exit (0); +#endif +#if defined (ns32000) + printf ("ns32k-sequent-dynix\n"); exit (0); +#endif +#endif + +#if defined (_SEQUENT_) + struct utsname un; + + uname(&un); + if (strncmp(un.version, "V2", 2) == 0) { + printf ("i386-sequent-ptx2\n"); exit (0); + } + if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ + printf ("i386-sequent-ptx1\n"); exit (0); + } + printf ("i386-sequent-ptx\n"); exit (0); +#endif + +#if defined (vax) +#if !defined (ultrix) +#include +#if defined (BSD) +#if BSD == 43 + printf ("vax-dec-bsd4.3\n"); exit (0); +#else +#if BSD == 199006 + printf ("vax-dec-bsd4.3reno\n"); exit (0); +#else + printf ("vax-dec-bsd\n"); exit (0); +#endif +#endif +#else + printf ("vax-dec-bsd\n"); exit (0); +#endif +#else +#if defined(_SIZE_T_) || defined(SIGLOST) + struct utsname un; + uname (&un); + printf ("vax-dec-ultrix%s\n", un.release); exit (0); +#else + printf ("vax-dec-ultrix\n"); exit (0); +#endif +#endif +#endif +#if defined(ultrix) || defined(_ultrix) || defined(__ultrix) || defined(__ultrix__) +#if defined(mips) || defined(__mips) || defined(__mips__) || defined(MIPS) || defined(__MIPS__) +#if defined(_SIZE_T_) || defined(SIGLOST) + struct utsname *un; + uname (&un); + printf ("mips-dec-ultrix%s\n", un.release); exit (0); +#else + printf ("mips-dec-ultrix\n"); exit (0); +#endif +#endif +#endif + +#if defined (alliant) && defined (i860) + printf ("i860-alliant-bsd\n"); exit (0); +#endif + + exit (1); +} +EOF + +$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`"$dummy"` && + { echo "$SYSTEM_NAME"; exit; } + +# Apollos put the system type in the environment. +test -d /usr/apollo && { echo "$ISP-apollo-$SYSTYPE"; exit; } + echo "$0: unable to guess system type" >&2 -case "$UNAME_MACHINE:$UNAME_SYSTEM" in +case $UNAME_MACHINE:$UNAME_SYSTEM in mips:Linux | mips64:Linux) # If we got here on MIPS GNU/Linux, output extra information. cat >&2 <&2 < header file. */ #undef HAVE_LOCALE_H -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H +/* Define to 1 if you have the header file. */ +#undef HAVE_MINIX_CONFIG_H /* Define to 1 if you have the header file. */ #undef HAVE_PWD_H @@ -45,6 +45,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_STDIO_H + /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H @@ -66,6 +69,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the header file. */ +#undef HAVE_WCHAR_H + /* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR @@ -90,28 +96,96 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define to 1 if you have the ANSI C header files. */ +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ #undef STDC_HEADERS /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE #endif +/* Enable general extensions on macOS. */ +#ifndef _DARWIN_C_SOURCE +# undef _DARWIN_C_SOURCE +#endif +/* Enable general extensions on Solaris. */ +#ifndef __EXTENSIONS__ +# undef __EXTENSIONS__ +#endif /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # undef _GNU_SOURCE #endif -/* Enable threading extensions on Solaris. */ +/* Enable X/Open compliant socket functions that do not require linking + with -lxnet on HP-UX 11.11. */ +#ifndef _HPUX_ALT_XOPEN_SOCKET_API +# undef _HPUX_ALT_XOPEN_SOCKET_API +#endif +/* Identify the host operating system as Minix. + This macro does not affect the system headers' behavior. + A future release of Autoconf may stop defining this macro. */ +#ifndef _MINIX +# undef _MINIX +#endif +/* Enable general extensions on NetBSD. + Enable NetBSD compatibility extensions on Minix. */ +#ifndef _NETBSD_SOURCE +# undef _NETBSD_SOURCE +#endif +/* Enable OpenBSD compatibility extensions on NetBSD. + Oddly enough, this does nothing on OpenBSD. */ +#ifndef _OPENBSD_SOURCE +# undef _OPENBSD_SOURCE +#endif +/* Define to 1 if needed for POSIX-compatible behavior. */ +#ifndef _POSIX_SOURCE +# undef _POSIX_SOURCE +#endif +/* Define to 2 if needed for POSIX-compatible behavior. */ +#ifndef _POSIX_1_SOURCE +# undef _POSIX_1_SOURCE +#endif +/* Enable POSIX-compatible threading on Solaris. */ #ifndef _POSIX_PTHREAD_SEMANTICS # undef _POSIX_PTHREAD_SEMANTICS #endif +/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ +#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ +# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ +#endif +/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ +#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ +# undef __STDC_WANT_IEC_60559_BFP_EXT__ +#endif +/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ +#ifndef __STDC_WANT_IEC_60559_DFP_EXT__ +# undef __STDC_WANT_IEC_60559_DFP_EXT__ +#endif +/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ +#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ +# undef __STDC_WANT_IEC_60559_FUNCS_EXT__ +#endif +/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ +#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ +# undef __STDC_WANT_IEC_60559_TYPES_EXT__ +#endif +/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ +#ifndef __STDC_WANT_LIB_EXT2__ +# undef __STDC_WANT_LIB_EXT2__ +#endif +/* Enable extensions specified by ISO/IEC 24747:2009. */ +#ifndef __STDC_WANT_MATH_SPEC_FUNCS__ +# undef __STDC_WANT_MATH_SPEC_FUNCS__ +#endif /* Enable extensions on HP NonStop. */ #ifndef _TANDEM_SOURCE # undef _TANDEM_SOURCE #endif -/* Enable general extensions on Solaris. */ -#ifndef __EXTENSIONS__ -# undef __EXTENSIONS__ +/* Enable X/Open extensions. Define to 500 only if necessary + to make mbstate_t available. */ +#ifndef _XOPEN_SOURCE +# undef _XOPEN_SOURCE #endif @@ -120,13 +194,3 @@ /* Define to 1 if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING - -/* Define to 1 if on MINIX. */ -#undef _MINIX - -/* Define to 2 if the system does not provide POSIX.1 features except with - this defined. */ -#undef _POSIX_1_SOURCE - -/* Define to 1 if you need to in order for `stat' and other things to work. */ -#undef _POSIX_SOURCE diff -Nru xfce4-terminal-0.9.1/config.sub xfce4-terminal-1.0.4/config.sub --- xfce4-terminal-0.9.1/config.sub 2021-12-10 11:24:40.000000000 +0000 +++ xfce4-terminal-1.0.4/config.sub 2022-05-22 09:20:24.000000000 +0000 @@ -1,12 +1,14 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2018 Free Software Foundation, Inc. +# Copyright 1992-2022 Free Software Foundation, Inc. -timestamp='2018-02-22' +# shellcheck disable=SC2006,SC2268 # see below for rationale + +timestamp='2022-01-03' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or +# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but @@ -33,7 +35,7 @@ # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: -# https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub +# https://git.savannah.gnu.org/cgit/config.git/plain/config.sub # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases @@ -50,6 +52,13 @@ # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. +# The "shellcheck disable" line above the timestamp inhibits complaints +# about features and limitations of the classic Bourne shell that were +# superseded or lifted in POSIX. However, this script identifies a wide +# variety of pre-POSIX systems that do not have POSIX shells at all, and +# even some reasonably current systems (Solaris 10 as case-in-point) still +# have a pre-POSIX /bin/sh. + me=`echo "$0" | sed -e 's,.*/,,'` usage="\ @@ -67,7 +76,7 @@ version="\ GNU config.sub ($timestamp) -Copyright 1992-2018 Free Software Foundation, Inc. +Copyright 1992-2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -89,7 +98,7 @@ - ) # Use stdin as input. break ;; -* ) - echo "$me: invalid option $1$help" + echo "$me: invalid option $1$help" >&2 exit 1 ;; *local*) @@ -110,1223 +119,1186 @@ exit 1;; esac -# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). -# Here we must recognize all the valid KERNEL-OS combinations. -maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` -case $maybe_os in - nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ - linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ - knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ - kopensolaris*-gnu* | cloudabi*-eabi* | \ - storm-chaos* | os2-emx* | rtmk-nova*) - os=-$maybe_os - basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` - ;; - android-linux) - os=-linux-android - basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown - ;; - *) - basic_machine=`echo "$1" | sed 's/-[^-]*$//'` - if [ "$basic_machine" != "$1" ] - then os=`echo "$1" | sed 's/.*-/-/'` - else os=; fi - ;; -esac - -### Let's recognize common machines as not being operating systems so -### that things like config.sub decstation-3100 work. We also -### recognize some manufacturers as not being operating systems, so we -### can provide default operating systems below. -case $os in - -sun*os*) - # Prevent following clause from handling this invalid input. - ;; - -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ - -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ - -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ - -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ - -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ - -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis | -knuth | -cray | -microblaze*) - os= - basic_machine=$1 - ;; - -bluegene*) - os=-cnk - ;; - -sim | -cisco | -oki | -wec | -winbond) - os= - basic_machine=$1 - ;; - -scout) - ;; - -wrs) - os=-vxworks - basic_machine=$1 - ;; - -chorusos*) - os=-chorusos - basic_machine=$1 - ;; - -chorusrdb) - os=-chorusrdb - basic_machine=$1 - ;; - -hiux*) - os=-hiuxwe2 - ;; - -sco6) - os=-sco5v6 - basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` - ;; - -sco5) - os=-sco3.2v5 - basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` - ;; - -sco4) - os=-sco3.2v4 - basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` - ;; - -sco3.2.[4-9]*) - os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` - basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` - ;; - -sco3.2v[4-9]*) - # Don't forget version if it is 3.2v4 or newer. - basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` - ;; - -sco5v6*) - # Don't forget version if it is 3.2v4 or newer. - basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` - ;; - -sco*) - os=-sco3.2v2 - basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` - ;; - -udk*) - basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` - ;; - -isc) - os=-isc2.2 - basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` - ;; - -clix*) - basic_machine=clipper-intergraph - ;; - -isc*) - basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` - ;; - -lynx*178) - os=-lynxos178 - ;; - -lynx*5) - os=-lynxos5 +# Split fields of configuration type +# shellcheck disable=SC2162 +saved_IFS=$IFS +IFS="-" read field1 field2 field3 field4 <&2 + exit 1 ;; - -lynx*) - os=-lynxos + *-*-*-*) + basic_machine=$field1-$field2 + basic_os=$field3-$field4 ;; - -ptx*) - basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'` + *-*-*) + # Ambiguous whether COMPANY is present, or skipped and KERNEL-OS is two + # parts + maybe_os=$field2-$field3 + case $maybe_os in + nto-qnx* | linux-* | uclinux-uclibc* \ + | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* \ + | netbsd*-eabi* | kopensolaris*-gnu* | cloudabi*-eabi* \ + | storm-chaos* | os2-emx* | rtmk-nova*) + basic_machine=$field1 + basic_os=$maybe_os + ;; + android-linux) + basic_machine=$field1-unknown + basic_os=linux-android + ;; + *) + basic_machine=$field1-$field2 + basic_os=$field3 + ;; + esac ;; - -psos*) - os=-psos + *-*) + # A lone config we happen to match not fitting any pattern + case $field1-$field2 in + decstation-3100) + basic_machine=mips-dec + basic_os= + ;; + *-*) + # Second component is usually, but not always the OS + case $field2 in + # Prevent following clause from handling this valid os + sun*os*) + basic_machine=$field1 + basic_os=$field2 + ;; + zephyr*) + basic_machine=$field1-unknown + basic_os=$field2 + ;; + # Manufacturers + dec* | mips* | sequent* | encore* | pc533* | sgi* | sony* \ + | att* | 7300* | 3300* | delta* | motorola* | sun[234]* \ + | unicom* | ibm* | next | hp | isi* | apollo | altos* \ + | convergent* | ncr* | news | 32* | 3600* | 3100* \ + | hitachi* | c[123]* | convex* | sun | crds | omron* | dg \ + | ultra | tti* | harris | dolphin | highlevel | gould \ + | cbm | ns | masscomp | apple | axis | knuth | cray \ + | microblaze* | sim | cisco \ + | oki | wec | wrs | winbond) + basic_machine=$field1-$field2 + basic_os= + ;; + *) + basic_machine=$field1 + basic_os=$field2 + ;; + esac + ;; + esac ;; - -mint | -mint[0-9]*) - basic_machine=m68k-atari - os=-mint + *) + # Convert single-component short-hands not valid as part of + # multi-component configurations. + case $field1 in + 386bsd) + basic_machine=i386-pc + basic_os=bsd + ;; + a29khif) + basic_machine=a29k-amd + basic_os=udi + ;; + adobe68k) + basic_machine=m68010-adobe + basic_os=scout + ;; + alliant) + basic_machine=fx80-alliant + basic_os= + ;; + altos | altos3068) + basic_machine=m68k-altos + basic_os= + ;; + am29k) + basic_machine=a29k-none + basic_os=bsd + ;; + amdahl) + basic_machine=580-amdahl + basic_os=sysv + ;; + amiga) + basic_machine=m68k-unknown + basic_os= + ;; + amigaos | amigados) + basic_machine=m68k-unknown + basic_os=amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + basic_os=sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + basic_os=sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + basic_os=bsd + ;; + aros) + basic_machine=i386-pc + basic_os=aros + ;; + aux) + basic_machine=m68k-apple + basic_os=aux + ;; + balance) + basic_machine=ns32k-sequent + basic_os=dynix + ;; + blackfin) + basic_machine=bfin-unknown + basic_os=linux + ;; + cegcc) + basic_machine=arm-unknown + basic_os=cegcc + ;; + convex-c1) + basic_machine=c1-convex + basic_os=bsd + ;; + convex-c2) + basic_machine=c2-convex + basic_os=bsd + ;; + convex-c32) + basic_machine=c32-convex + basic_os=bsd + ;; + convex-c34) + basic_machine=c34-convex + basic_os=bsd + ;; + convex-c38) + basic_machine=c38-convex + basic_os=bsd + ;; + cray) + basic_machine=j90-cray + basic_os=unicos + ;; + crds | unos) + basic_machine=m68k-crds + basic_os= + ;; + da30) + basic_machine=m68k-da30 + basic_os= + ;; + decstation | pmax | pmin | dec3100 | decstatn) + basic_machine=mips-dec + basic_os= + ;; + delta88) + basic_machine=m88k-motorola + basic_os=sysv3 + ;; + dicos) + basic_machine=i686-pc + basic_os=dicos + ;; + djgpp) + basic_machine=i586-pc + basic_os=msdosdjgpp + ;; + ebmon29k) + basic_machine=a29k-amd + basic_os=ebmon + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + basic_os=ose + ;; + gmicro) + basic_machine=tron-gmicro + basic_os=sysv + ;; + go32) + basic_machine=i386-pc + basic_os=go32 + ;; + h8300hms) + basic_machine=h8300-hitachi + basic_os=hms + ;; + h8300xray) + basic_machine=h8300-hitachi + basic_os=xray + ;; + h8500hms) + basic_machine=h8500-hitachi + basic_os=hms + ;; + harris) + basic_machine=m88k-harris + basic_os=sysv3 + ;; + hp300 | hp300hpux) + basic_machine=m68k-hp + basic_os=hpux + ;; + hp300bsd) + basic_machine=m68k-hp + basic_os=bsd + ;; + hppaosf) + basic_machine=hppa1.1-hp + basic_os=osf + ;; + hppro) + basic_machine=hppa1.1-hp + basic_os=proelf + ;; + i386mach) + basic_machine=i386-mach + basic_os=mach + ;; + isi68 | isi) + basic_machine=m68k-isi + basic_os=sysv + ;; + m68knommu) + basic_machine=m68k-unknown + basic_os=linux + ;; + magnum | m3230) + basic_machine=mips-mips + basic_os=sysv + ;; + merlin) + basic_machine=ns32k-utek + basic_os=sysv + ;; + mingw64) + basic_machine=x86_64-pc + basic_os=mingw64 + ;; + mingw32) + basic_machine=i686-pc + basic_os=mingw32 + ;; + mingw32ce) + basic_machine=arm-unknown + basic_os=mingw32ce + ;; + monitor) + basic_machine=m68k-rom68k + basic_os=coff + ;; + morphos) + basic_machine=powerpc-unknown + basic_os=morphos + ;; + moxiebox) + basic_machine=moxie-unknown + basic_os=moxiebox + ;; + msdos) + basic_machine=i386-pc + basic_os=msdos + ;; + msys) + basic_machine=i686-pc + basic_os=msys + ;; + mvs) + basic_machine=i370-ibm + basic_os=mvs + ;; + nacl) + basic_machine=le32-unknown + basic_os=nacl + ;; + ncr3000) + basic_machine=i486-ncr + basic_os=sysv4 + ;; + netbsd386) + basic_machine=i386-pc + basic_os=netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + basic_os=linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + basic_os=newsos + ;; + news1000) + basic_machine=m68030-sony + basic_os=newsos + ;; + necv70) + basic_machine=v70-nec + basic_os=sysv + ;; + nh3000) + basic_machine=m68k-harris + basic_os=cxux + ;; + nh[45]000) + basic_machine=m88k-harris + basic_os=cxux + ;; + nindy960) + basic_machine=i960-intel + basic_os=nindy + ;; + mon960) + basic_machine=i960-intel + basic_os=mon960 + ;; + nonstopux) + basic_machine=mips-compaq + basic_os=nonstopux + ;; + os400) + basic_machine=powerpc-ibm + basic_os=os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + basic_os=ose + ;; + os68k) + basic_machine=m68k-none + basic_os=os68k + ;; + paragon) + basic_machine=i860-intel + basic_os=osf + ;; + parisc) + basic_machine=hppa-unknown + basic_os=linux + ;; + psp) + basic_machine=mipsallegrexel-sony + basic_os=psp + ;; + pw32) + basic_machine=i586-unknown + basic_os=pw32 + ;; + rdos | rdos64) + basic_machine=x86_64-pc + basic_os=rdos + ;; + rdos32) + basic_machine=i386-pc + basic_os=rdos + ;; + rom68k) + basic_machine=m68k-rom68k + basic_os=coff + ;; + sa29200) + basic_machine=a29k-amd + basic_os=udi + ;; + sei) + basic_machine=mips-sei + basic_os=seiux + ;; + sequent) + basic_machine=i386-sequent + basic_os= + ;; + sps7) + basic_machine=m68k-bull + basic_os=sysv2 + ;; + st2000) + basic_machine=m68k-tandem + basic_os= + ;; + stratus) + basic_machine=i860-stratus + basic_os=sysv4 + ;; + sun2) + basic_machine=m68000-sun + basic_os= + ;; + sun2os3) + basic_machine=m68000-sun + basic_os=sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + basic_os=sunos4 + ;; + sun3) + basic_machine=m68k-sun + basic_os= + ;; + sun3os3) + basic_machine=m68k-sun + basic_os=sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + basic_os=sunos4 + ;; + sun4) + basic_machine=sparc-sun + basic_os= + ;; + sun4os3) + basic_machine=sparc-sun + basic_os=sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + basic_os=sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + basic_os=solaris2 + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + basic_os= + ;; + sv1) + basic_machine=sv1-cray + basic_os=unicos + ;; + symmetry) + basic_machine=i386-sequent + basic_os=dynix + ;; + t3e) + basic_machine=alphaev5-cray + basic_os=unicos + ;; + t90) + basic_machine=t90-cray + basic_os=unicos + ;; + toad1) + basic_machine=pdp10-xkl + basic_os=tops20 + ;; + tpf) + basic_machine=s390x-ibm + basic_os=tpf + ;; + udi29k) + basic_machine=a29k-amd + basic_os=udi + ;; + ultra3) + basic_machine=a29k-nyu + basic_os=sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + basic_os=none + ;; + vaxv) + basic_machine=vax-dec + basic_os=sysv + ;; + vms) + basic_machine=vax-dec + basic_os=vms + ;; + vsta) + basic_machine=i386-pc + basic_os=vsta + ;; + vxworks960) + basic_machine=i960-wrs + basic_os=vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + basic_os=vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + basic_os=vxworks + ;; + xbox) + basic_machine=i686-pc + basic_os=mingw32 + ;; + ymp) + basic_machine=ymp-cray + basic_os=unicos + ;; + *) + basic_machine=$1 + basic_os= + ;; + esac ;; esac -# Decode aliases for certain CPU-COMPANY combinations. +# Decode 1-component or ad-hoc basic machines case $basic_machine in - # Recognize the basic CPU types without company name. - # Some are omitted here because they have special meanings below. - 1750a | 580 \ - | a29k \ - | aarch64 | aarch64_be \ - | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ - | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ - | am33_2.0 \ - | arc | arceb \ - | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ - | avr | avr32 \ - | ba \ - | be32 | be64 \ - | bfin \ - | c4x | c8051 | clipper \ - | d10v | d30v | dlx | dsp16xx \ - | e2k | epiphany \ - | fido | fr30 | frv | ft32 \ - | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ - | hexagon \ - | i370 | i860 | i960 | ia16 | ia64 \ - | ip2k | iq2000 \ - | k1om \ - | le32 | le64 \ - | lm32 \ - | m32c | m32r | m32rle | m68000 | m68k | m88k \ - | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ - | mips | mipsbe | mipseb | mipsel | mipsle \ - | mips16 \ - | mips64 | mips64el \ - | mips64octeon | mips64octeonel \ - | mips64orion | mips64orionel \ - | mips64r5900 | mips64r5900el \ - | mips64vr | mips64vrel \ - | mips64vr4100 | mips64vr4100el \ - | mips64vr4300 | mips64vr4300el \ - | mips64vr5000 | mips64vr5000el \ - | mips64vr5900 | mips64vr5900el \ - | mipsisa32 | mipsisa32el \ - | mipsisa32r2 | mipsisa32r2el \ - | mipsisa32r6 | mipsisa32r6el \ - | mipsisa64 | mipsisa64el \ - | mipsisa64r2 | mipsisa64r2el \ - | mipsisa64r6 | mipsisa64r6el \ - | mipsisa64sb1 | mipsisa64sb1el \ - | mipsisa64sr71k | mipsisa64sr71kel \ - | mipsr5900 | mipsr5900el \ - | mipstx39 | mipstx39el \ - | mn10200 | mn10300 \ - | moxie \ - | mt \ - | msp430 \ - | nds32 | nds32le | nds32be \ - | nios | nios2 | nios2eb | nios2el \ - | ns16k | ns32k \ - | open8 | or1k | or1knd | or32 \ - | pdp10 | pj | pjl \ - | powerpc | powerpc64 | powerpc64le | powerpcle \ - | pru \ - | pyramid \ - | riscv32 | riscv64 \ - | rl78 | rx \ - | score \ - | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ - | sh64 | sh64le \ - | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ - | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ - | spu \ - | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ - | ubicom32 \ - | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ - | visium \ - | wasm32 \ - | x86 | xc16x | xstormy16 | xtensa \ - | z8k | z80) - basic_machine=$basic_machine-unknown - ;; - c54x) - basic_machine=tic54x-unknown - ;; - c55x) - basic_machine=tic55x-unknown - ;; - c6x) - basic_machine=tic6x-unknown - ;; - leon|leon[3-9]) - basic_machine=sparc-$basic_machine - ;; - m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) - basic_machine=$basic_machine-unknown - os=-none + # Here we handle the default manufacturer of certain CPU types. It is in + # some cases the only manufacturer, in others, it is the most popular. + w89k) + cpu=hppa1.1 + vendor=winbond ;; - m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65) + op50n) + cpu=hppa1.1 + vendor=oki ;; - ms1) - basic_machine=mt-unknown + op60c) + cpu=hppa1.1 + vendor=oki ;; - - strongarm | thumb | xscale) - basic_machine=arm-unknown + ibm*) + cpu=i370 + vendor=ibm ;; - xgate) - basic_machine=$basic_machine-unknown - os=-none + orion105) + cpu=clipper + vendor=highlevel ;; - xscaleeb) - basic_machine=armeb-unknown + mac | mpw | mac-mpw) + cpu=m68k + vendor=apple ;; - - xscaleel) - basic_machine=armel-unknown + pmac | pmac-mpw) + cpu=powerpc + vendor=apple ;; - # We use `pc' rather than `unknown' - # because (1) that's what they normally are, and - # (2) the word "unknown" tends to confuse beginning users. - i*86 | x86_64) - basic_machine=$basic_machine-pc - ;; - # Object if more than one company name word. - *-*-*) - echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 - exit 1 - ;; - # Recognize the basic CPU types with company name. - 580-* \ - | a29k-* \ - | aarch64-* | aarch64_be-* \ - | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ - | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ - | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ - | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ - | avr-* | avr32-* \ - | ba-* \ - | be32-* | be64-* \ - | bfin-* | bs2000-* \ - | c[123]* | c30-* | [cjt]90-* | c4x-* \ - | c8051-* | clipper-* | craynv-* | cydra-* \ - | d10v-* | d30v-* | dlx-* \ - | e2k-* | elxsi-* \ - | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ - | h8300-* | h8500-* \ - | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ - | hexagon-* \ - | i*86-* | i860-* | i960-* | ia16-* | ia64-* \ - | ip2k-* | iq2000-* \ - | k1om-* \ - | le32-* | le64-* \ - | lm32-* \ - | m32c-* | m32r-* | m32rle-* \ - | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ - | microblaze-* | microblazeel-* \ - | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ - | mips16-* \ - | mips64-* | mips64el-* \ - | mips64octeon-* | mips64octeonel-* \ - | mips64orion-* | mips64orionel-* \ - | mips64r5900-* | mips64r5900el-* \ - | mips64vr-* | mips64vrel-* \ - | mips64vr4100-* | mips64vr4100el-* \ - | mips64vr4300-* | mips64vr4300el-* \ - | mips64vr5000-* | mips64vr5000el-* \ - | mips64vr5900-* | mips64vr5900el-* \ - | mipsisa32-* | mipsisa32el-* \ - | mipsisa32r2-* | mipsisa32r2el-* \ - | mipsisa32r6-* | mipsisa32r6el-* \ - | mipsisa64-* | mipsisa64el-* \ - | mipsisa64r2-* | mipsisa64r2el-* \ - | mipsisa64r6-* | mipsisa64r6el-* \ - | mipsisa64sb1-* | mipsisa64sb1el-* \ - | mipsisa64sr71k-* | mipsisa64sr71kel-* \ - | mipsr5900-* | mipsr5900el-* \ - | mipstx39-* | mipstx39el-* \ - | mmix-* \ - | mt-* \ - | msp430-* \ - | nds32-* | nds32le-* | nds32be-* \ - | nios-* | nios2-* | nios2eb-* | nios2el-* \ - | none-* | np1-* | ns16k-* | ns32k-* \ - | open8-* \ - | or1k*-* \ - | orion-* \ - | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ - | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ - | pru-* \ - | pyramid-* \ - | riscv32-* | riscv64-* \ - | rl78-* | romp-* | rs6000-* | rx-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ - | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ - | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \ - | tahoe-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ - | tile*-* \ - | tron-* \ - | ubicom32-* \ - | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ - | vax-* \ - | visium-* \ - | wasm32-* \ - | we32k-* \ - | x86-* | x86_64-* | xc16x-* | xps100-* \ - | xstormy16-* | xtensa*-* \ - | ymp-* \ - | z8k-* | z80-*) - ;; - # Recognize the basic CPU types without company name, with glob match. - xtensa*) - basic_machine=$basic_machine-unknown - ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. - 386bsd) - basic_machine=i386-pc - os=-bsd - ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) - basic_machine=m68000-att + cpu=m68000 + vendor=att ;; 3b*) - basic_machine=we32k-att - ;; - a29khif) - basic_machine=a29k-amd - os=-udi - ;; - abacus) - basic_machine=abacus-unknown - ;; - adobe68k) - basic_machine=m68010-adobe - os=-scout - ;; - alliant | fx80) - basic_machine=fx80-alliant - ;; - altos | altos3068) - basic_machine=m68k-altos - ;; - am29k) - basic_machine=a29k-none - os=-bsd - ;; - amd64) - basic_machine=x86_64-pc - ;; - amd64-*) - basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'` - ;; - amdahl) - basic_machine=580-amdahl - os=-sysv - ;; - amiga | amiga-*) - basic_machine=m68k-unknown - ;; - amigaos | amigados) - basic_machine=m68k-unknown - os=-amigaos - ;; - amigaunix | amix) - basic_machine=m68k-unknown - os=-sysv4 - ;; - apollo68) - basic_machine=m68k-apollo - os=-sysv - ;; - apollo68bsd) - basic_machine=m68k-apollo - os=-bsd - ;; - aros) - basic_machine=i386-pc - os=-aros - ;; - asmjs) - basic_machine=asmjs-unknown - ;; - aux) - basic_machine=m68k-apple - os=-aux - ;; - balance) - basic_machine=ns32k-sequent - os=-dynix - ;; - blackfin) - basic_machine=bfin-unknown - os=-linux - ;; - blackfin-*) - basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'` - os=-linux + cpu=we32k + vendor=att ;; bluegene*) - basic_machine=powerpc-ibm - os=-cnk - ;; - c54x-*) - basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'` - ;; - c55x-*) - basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'` - ;; - c6x-*) - basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'` - ;; - c90) - basic_machine=c90-cray - os=-unicos - ;; - cegcc) - basic_machine=arm-unknown - os=-cegcc - ;; - convex-c1) - basic_machine=c1-convex - os=-bsd - ;; - convex-c2) - basic_machine=c2-convex - os=-bsd - ;; - convex-c32) - basic_machine=c32-convex - os=-bsd - ;; - convex-c34) - basic_machine=c34-convex - os=-bsd - ;; - convex-c38) - basic_machine=c38-convex - os=-bsd - ;; - cray | j90) - basic_machine=j90-cray - os=-unicos - ;; - craynv) - basic_machine=craynv-cray - os=-unicosmp - ;; - cr16 | cr16-*) - basic_machine=cr16-unknown - os=-elf - ;; - crds | unos) - basic_machine=m68k-crds - ;; - crisv32 | crisv32-* | etraxfs*) - basic_machine=crisv32-axis - ;; - cris | cris-* | etrax*) - basic_machine=cris-axis - ;; - crx) - basic_machine=crx-unknown - os=-elf - ;; - da30 | da30-*) - basic_machine=m68k-da30 - ;; - decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) - basic_machine=mips-dec + cpu=powerpc + vendor=ibm + basic_os=cnk ;; decsystem10* | dec10*) - basic_machine=pdp10-dec - os=-tops10 + cpu=pdp10 + vendor=dec + basic_os=tops10 ;; decsystem20* | dec20*) - basic_machine=pdp10-dec - os=-tops20 + cpu=pdp10 + vendor=dec + basic_os=tops20 ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) - basic_machine=m68k-motorola - ;; - delta88) - basic_machine=m88k-motorola - os=-sysv3 - ;; - dicos) - basic_machine=i686-pc - os=-dicos - ;; - djgpp) - basic_machine=i586-pc - os=-msdosdjgpp - ;; - dpx20 | dpx20-*) - basic_machine=rs6000-bull - os=-bosx + cpu=m68k + vendor=motorola ;; dpx2*) - basic_machine=m68k-bull - os=-sysv3 - ;; - e500v[12]) - basic_machine=powerpc-unknown - os=$os"spe" - ;; - e500v[12]-*) - basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` - os=$os"spe" - ;; - ebmon29k) - basic_machine=a29k-amd - os=-ebmon - ;; - elxsi) - basic_machine=elxsi-elxsi - os=-bsd + cpu=m68k + vendor=bull + basic_os=sysv3 ;; encore | umax | mmax) - basic_machine=ns32k-encore + cpu=ns32k + vendor=encore ;; - es1800 | OSE68k | ose68k | ose | OSE) - basic_machine=m68k-ericsson - os=-ose + elxsi) + cpu=elxsi + vendor=elxsi + basic_os=${basic_os:-bsd} ;; fx2800) - basic_machine=i860-alliant + cpu=i860 + vendor=alliant ;; genix) - basic_machine=ns32k-ns - ;; - gmicro) - basic_machine=tron-gmicro - os=-sysv - ;; - go32) - basic_machine=i386-pc - os=-go32 + cpu=ns32k + vendor=ns ;; h3050r* | hiux*) - basic_machine=hppa1.1-hitachi - os=-hiuxwe2 - ;; - h8300hms) - basic_machine=h8300-hitachi - os=-hms - ;; - h8300xray) - basic_machine=h8300-hitachi - os=-xray - ;; - h8500hms) - basic_machine=h8500-hitachi - os=-hms - ;; - harris) - basic_machine=m88k-harris - os=-sysv3 - ;; - hp300-*) - basic_machine=m68k-hp - ;; - hp300bsd) - basic_machine=m68k-hp - os=-bsd - ;; - hp300hpux) - basic_machine=m68k-hp - os=-hpux + cpu=hppa1.1 + vendor=hitachi + basic_os=hiuxwe2 ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) - basic_machine=hppa1.0-hp + cpu=hppa1.0 + vendor=hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) - basic_machine=m68000-hp + cpu=m68000 + vendor=hp ;; hp9k3[2-9][0-9]) - basic_machine=m68k-hp + cpu=m68k + vendor=hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) - basic_machine=hppa1.0-hp + cpu=hppa1.0 + vendor=hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) - basic_machine=hppa1.1-hp + cpu=hppa1.1 + vendor=hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp - basic_machine=hppa1.1-hp + cpu=hppa1.1 + vendor=hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp - basic_machine=hppa1.1-hp + cpu=hppa1.1 + vendor=hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) - basic_machine=hppa1.1-hp + cpu=hppa1.1 + vendor=hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hppaosf) - basic_machine=hppa1.1-hp - os=-osf - ;; - hppro) - basic_machine=hppa1.1-hp - os=-proelf - ;; - i370-ibm* | ibm*) - basic_machine=i370-ibm + cpu=hppa1.0 + vendor=hp ;; i*86v32) - basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` - os=-sysv32 + cpu=`echo "$1" | sed -e 's/86.*/86/'` + vendor=pc + basic_os=sysv32 ;; i*86v4*) - basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` - os=-sysv4 + cpu=`echo "$1" | sed -e 's/86.*/86/'` + vendor=pc + basic_os=sysv4 ;; i*86v) - basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` - os=-sysv + cpu=`echo "$1" | sed -e 's/86.*/86/'` + vendor=pc + basic_os=sysv ;; i*86sol2) - basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` - os=-solaris2 - ;; - i386mach) - basic_machine=i386-mach - os=-mach - ;; - vsta) - basic_machine=i386-unknown - os=-vsta + cpu=`echo "$1" | sed -e 's/86.*/86/'` + vendor=pc + basic_os=solaris2 + ;; + j90 | j90-cray) + cpu=j90 + vendor=cray + basic_os=${basic_os:-unicos} ;; iris | iris4d) - basic_machine=mips-sgi - case $os in - -irix*) + cpu=mips + vendor=sgi + case $basic_os in + irix*) ;; *) - os=-irix4 + basic_os=irix4 ;; esac ;; - isi68 | isi) - basic_machine=m68k-isi - os=-sysv - ;; - leon-*|leon[3-9]-*) - basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'` - ;; - m68knommu) - basic_machine=m68k-unknown - os=-linux - ;; - m68knommu-*) - basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'` - os=-linux - ;; - magnum | m3230) - basic_machine=mips-mips - os=-sysv - ;; - merlin) - basic_machine=ns32k-utek - os=-sysv - ;; - microblaze*) - basic_machine=microblaze-xilinx - ;; - mingw64) - basic_machine=x86_64-pc - os=-mingw64 - ;; - mingw32) - basic_machine=i686-pc - os=-mingw32 - ;; - mingw32ce) - basic_machine=arm-unknown - os=-mingw32ce - ;; miniframe) - basic_machine=m68000-convergent - ;; - *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) - basic_machine=m68k-atari - os=-mint + cpu=m68000 + vendor=convergent ;; - mips3*-*) - basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'` - ;; - mips3*) - basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown - ;; - monitor) - basic_machine=m68k-rom68k - os=-coff - ;; - morphos) - basic_machine=powerpc-unknown - os=-morphos - ;; - moxiebox) - basic_machine=moxie-unknown - os=-moxiebox - ;; - msdos) - basic_machine=i386-pc - os=-msdos - ;; - ms1-*) - basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'` - ;; - msys) - basic_machine=i686-pc - os=-msys - ;; - mvs) - basic_machine=i370-ibm - os=-mvs - ;; - nacl) - basic_machine=le32-unknown - os=-nacl - ;; - ncr3000) - basic_machine=i486-ncr - os=-sysv4 - ;; - netbsd386) - basic_machine=i386-unknown - os=-netbsd - ;; - netwinder) - basic_machine=armv4l-rebel - os=-linux - ;; - news | news700 | news800 | news900) - basic_machine=m68k-sony - os=-newsos - ;; - news1000) - basic_machine=m68030-sony - os=-newsos + *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*) + cpu=m68k + vendor=atari + basic_os=mint ;; news-3600 | risc-news) - basic_machine=mips-sony - os=-newsos - ;; - necv70) - basic_machine=v70-nec - os=-sysv + cpu=mips + vendor=sony + basic_os=newsos ;; next | m*-next) - basic_machine=m68k-next - case $os in - -nextstep* ) + cpu=m68k + vendor=next + case $basic_os in + openstep*) + ;; + nextstep*) ;; - -ns2*) - os=-nextstep2 + ns2*) + basic_os=nextstep2 ;; *) - os=-nextstep3 + basic_os=nextstep3 ;; esac ;; - nh3000) - basic_machine=m68k-harris - os=-cxux - ;; - nh[45]000) - basic_machine=m88k-harris - os=-cxux - ;; - nindy960) - basic_machine=i960-intel - os=-nindy - ;; - mon960) - basic_machine=i960-intel - os=-mon960 - ;; - nonstopux) - basic_machine=mips-compaq - os=-nonstopux - ;; np1) - basic_machine=np1-gould - ;; - neo-tandem) - basic_machine=neo-tandem - ;; - nse-tandem) - basic_machine=nse-tandem - ;; - nsr-tandem) - basic_machine=nsr-tandem - ;; - nsv-tandem) - basic_machine=nsv-tandem - ;; - nsx-tandem) - basic_machine=nsx-tandem + cpu=np1 + vendor=gould ;; op50n-* | op60c-*) - basic_machine=hppa1.1-oki - os=-proelf - ;; - openrisc | openrisc-*) - basic_machine=or32-unknown - ;; - os400) - basic_machine=powerpc-ibm - os=-os400 - ;; - OSE68000 | ose68000) - basic_machine=m68000-ericsson - os=-ose - ;; - os68k) - basic_machine=m68k-none - os=-os68k + cpu=hppa1.1 + vendor=oki + basic_os=proelf ;; pa-hitachi) - basic_machine=hppa1.1-hitachi - os=-hiuxwe2 - ;; - paragon) - basic_machine=i860-intel - os=-osf - ;; - parisc) - basic_machine=hppa-unknown - os=-linux - ;; - parisc-*) - basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'` - os=-linux + cpu=hppa1.1 + vendor=hitachi + basic_os=hiuxwe2 ;; pbd) - basic_machine=sparc-tti + cpu=sparc + vendor=tti ;; pbb) - basic_machine=m68k-tti + cpu=m68k + vendor=tti ;; - pc532 | pc532-*) - basic_machine=ns32k-pc532 + pc532) + cpu=ns32k + vendor=pc532 ;; - pc98) - basic_machine=i386-pc + pn) + cpu=pn + vendor=gould ;; - pc98-*) - basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'` + power) + cpu=power + vendor=ibm ;; - pentium | p5 | k5 | k6 | nexgen | viac3) - basic_machine=i586-pc + ps2) + cpu=i386 + vendor=ibm ;; - pentiumpro | p6 | 6x86 | athlon | athlon_*) - basic_machine=i686-pc + rm[46]00) + cpu=mips + vendor=siemens ;; - pentiumii | pentium2 | pentiumiii | pentium3) - basic_machine=i686-pc + rtpc | rtpc-*) + cpu=romp + vendor=ibm ;; - pentium4) - basic_machine=i786-pc + sde) + cpu=mipsisa32 + vendor=sde + basic_os=${basic_os:-elf} ;; - pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) - basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'` + simso-wrs) + cpu=sparclite + vendor=wrs + basic_os=vxworks ;; - pentiumpro-* | p6-* | 6x86-* | athlon-*) - basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` + tower | tower-32) + cpu=m68k + vendor=ncr ;; - pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) - basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` + vpp*|vx|vx-*) + cpu=f301 + vendor=fujitsu ;; - pentium4-*) - basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'` + w65) + cpu=w65 + vendor=wdc ;; - pn) - basic_machine=pn-gould + w89k-*) + cpu=hppa1.1 + vendor=winbond + basic_os=proelf ;; - power) basic_machine=power-ibm + none) + cpu=none + vendor=none ;; - ppc | ppcbe) basic_machine=powerpc-unknown + leon|leon[3-9]) + cpu=sparc + vendor=$basic_machine ;; - ppc-* | ppcbe-*) - basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` + leon-*|leon[3-9]-*) + cpu=sparc + vendor=`echo "$basic_machine" | sed 's/-.*//'` ;; - ppcle | powerpclittle) - basic_machine=powerpcle-unknown + + *-*) + # shellcheck disable=SC2162 + saved_IFS=$IFS + IFS="-" read cpu vendor <&2 - exit 1 + # Recognize the canonical CPU types that are allowed with any + # company name. + case $cpu in + 1750a | 580 \ + | a29k \ + | aarch64 | aarch64_be \ + | abacus \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] \ + | alphapca5[67] | alpha64pca5[67] \ + | am33_2.0 \ + | amdgcn \ + | arc | arceb | arc32 | arc64 \ + | arm | arm[lb]e | arme[lb] | armv* \ + | avr | avr32 \ + | asmjs \ + | ba \ + | be32 | be64 \ + | bfin | bpf | bs2000 \ + | c[123]* | c30 | [cjt]90 | c4x \ + | c8051 | clipper | craynv | csky | cydra \ + | d10v | d30v | dlx | dsp16xx \ + | e2k | elxsi | epiphany \ + | f30[01] | f700 | fido | fr30 | frv | ft32 | fx80 \ + | h8300 | h8500 \ + | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | hexagon \ + | i370 | i*86 | i860 | i960 | ia16 | ia64 \ + | ip2k | iq2000 \ + | k1om \ + | le32 | le64 \ + | lm32 \ + | loongarch32 | loongarch64 | loongarchx32 \ + | m32c | m32r | m32rle \ + | m5200 | m68000 | m680[012346]0 | m68360 | m683?2 | m68k \ + | m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x \ + | m88110 | m88k | maxq | mb | mcore | mep | metag \ + | microblaze | microblazeel \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64eb | mips64el \ + | mips64octeon | mips64octeonel \ + | mips64orion | mips64orionel \ + | mips64r5900 | mips64r5900el \ + | mips64vr | mips64vrel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa32r3 | mipsisa32r3el \ + | mipsisa32r5 | mipsisa32r5el \ + | mipsisa32r6 | mipsisa32r6el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64r3 | mipsisa64r3el \ + | mipsisa64r5 | mipsisa64r5el \ + | mipsisa64r6 | mipsisa64r6el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipsr5900 | mipsr5900el \ + | mipstx39 | mipstx39el \ + | mmix \ + | mn10200 | mn10300 \ + | moxie \ + | mt \ + | msp430 \ + | nds32 | nds32le | nds32be \ + | nfp \ + | nios | nios2 | nios2eb | nios2el \ + | none | np1 | ns16k | ns32k | nvptx \ + | open8 \ + | or1k* \ + | or32 \ + | orion \ + | picochip \ + | pdp10 | pdp11 | pj | pjl | pn | power \ + | powerpc | powerpc64 | powerpc64le | powerpcle | powerpcspe \ + | pru \ + | pyramid \ + | riscv | riscv32 | riscv32be | riscv64 | riscv64be \ + | rl78 | romp | rs6000 | rx \ + | s390 | s390x \ + | score \ + | sh | shl \ + | sh[1234] | sh[24]a | sh[24]ae[lb] | sh[23]e | she[lb] | sh[lb]e \ + | sh[1234]e[lb] | sh[12345][lb]e | sh[23]ele | sh64 | sh64le \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet \ + | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v | sv1 | sx* \ + | spu \ + | tahoe \ + | thumbv7* \ + | tic30 | tic4x | tic54x | tic55x | tic6x | tic80 \ + | tron \ + | ubicom32 \ + | v70 | v850 | v850e | v850e1 | v850es | v850e2 | v850e2v3 \ + | vax \ + | visium \ + | w65 \ + | wasm32 | wasm64 \ + | we32k \ + | x86 | x86_64 | xc16x | xgate | xps100 \ + | xstormy16 | xtensa* \ + | ymp \ + | z8k | z80) + ;; + + *) + echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2 + exit 1 + ;; + esac ;; esac # Here we canonicalize certain aliases for manufacturers. -case $basic_machine in - *-digital*) - basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'` +case $vendor in + digital*) + vendor=dec ;; - *-commodore*) - basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'` + commodore*) + vendor=cbm ;; *) ;; @@ -1334,203 +1306,215 @@ # Decode manufacturer-specific aliases for certain operating systems. -if [ x"$os" != x"" ] +if test x$basic_os != x then + +# First recognize some ad-hoc cases, or perhaps split kernel-os, or else just +# set os. +case $basic_os in + gnu/linux*) + kernel=linux + os=`echo "$basic_os" | sed -e 's|gnu/linux|gnu|'` + ;; + os2-emx) + kernel=os2 + os=`echo "$basic_os" | sed -e 's|os2-emx|emx|'` + ;; + nto-qnx*) + kernel=nto + os=`echo "$basic_os" | sed -e 's|nto-qnx|qnx|'` + ;; + *-*) + # shellcheck disable=SC2162 + saved_IFS=$IFS + IFS="-" read kernel os <&2 - exit 1 + # No normalization, but not necessarily accepted, that comes below. ;; esac + else # Here we handle the default operating systems that come with various machines. @@ -1543,258 +1527,363 @@ # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. -case $basic_machine in +kernel= +case $cpu-$vendor in score-*) - os=-elf + os=elf ;; spu-*) - os=-elf + os=elf ;; *-acorn) - os=-riscix1.2 + os=riscix1.2 ;; arm*-rebel) - os=-linux + kernel=linux + os=gnu ;; arm*-semi) - os=-aout + os=aout ;; c4x-* | tic4x-*) - os=-coff + os=coff ;; c8051-*) - os=-elf + os=elf + ;; + clipper-intergraph) + os=clix ;; hexagon-*) - os=-elf + os=elf ;; tic54x-*) - os=-coff + os=coff ;; tic55x-*) - os=-coff + os=coff ;; tic6x-*) - os=-coff + os=coff ;; # This must come before the *-dec entry. pdp10-*) - os=-tops20 + os=tops20 ;; pdp11-*) - os=-none + os=none ;; *-dec | vax-*) - os=-ultrix4.2 + os=ultrix4.2 ;; m68*-apollo) - os=-domain + os=domain ;; i386-sun) - os=-sunos4.0.2 + os=sunos4.0.2 ;; m68000-sun) - os=-sunos3 + os=sunos3 ;; m68*-cisco) - os=-aout + os=aout ;; mep-*) - os=-elf + os=elf ;; mips*-cisco) - os=-elf + os=elf ;; mips*-*) - os=-elf + os=elf ;; or32-*) - os=-coff + os=coff ;; *-tti) # must be before sparc entry or we get the wrong os. - os=-sysv3 + os=sysv3 ;; sparc-* | *-sun) - os=-sunos4.1.1 + os=sunos4.1.1 ;; pru-*) - os=-elf + os=elf ;; *-be) - os=-beos + os=beos ;; *-ibm) - os=-aix + os=aix ;; *-knuth) - os=-mmixware + os=mmixware ;; *-wec) - os=-proelf + os=proelf ;; *-winbond) - os=-proelf + os=proelf ;; *-oki) - os=-proelf + os=proelf ;; *-hp) - os=-hpux + os=hpux ;; *-hitachi) - os=-hiux + os=hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) - os=-sysv + os=sysv ;; *-cbm) - os=-amigaos + os=amigaos ;; *-dg) - os=-dgux + os=dgux ;; *-dolphin) - os=-sysv3 + os=sysv3 ;; m68k-ccur) - os=-rtu + os=rtu ;; m88k-omron*) - os=-luna + os=luna ;; *-next) - os=-nextstep + os=nextstep ;; *-sequent) - os=-ptx + os=ptx ;; *-crds) - os=-unos + os=unos ;; *-ns) - os=-genix + os=genix ;; i370-*) - os=-mvs + os=mvs ;; *-gould) - os=-sysv + os=sysv ;; *-highlevel) - os=-bsd + os=bsd ;; *-encore) - os=-bsd + os=bsd ;; *-sgi) - os=-irix + os=irix ;; *-siemens) - os=-sysv4 + os=sysv4 ;; *-masscomp) - os=-rtu + os=rtu ;; f30[01]-fujitsu | f700-fujitsu) - os=-uxpv + os=uxpv ;; *-rom68k) - os=-coff + os=coff ;; *-*bug) - os=-coff + os=coff ;; *-apple) - os=-macos + os=macos ;; *-atari*) - os=-mint + os=mint + ;; + *-wrs) + os=vxworks ;; *) - os=-none + os=none ;; esac + fi +# Now, validate our (potentially fixed-up) OS. +case $os in + # Sometimes we do "kernel-libc", so those need to count as OSes. + musl* | newlib* | relibc* | uclibc*) + ;; + # Likewise for "kernel-abi" + eabi* | gnueabi*) + ;; + # VxWorks passes extra cpu info in the 4th filed. + simlinux | simwindows | spe) + ;; + # Now accept the basic system types. + # The portable systems comes first. + # Each alternative MUST end in a * to match a version number. + gnu* | android* | bsd* | mach* | minix* | genix* | ultrix* | irix* \ + | *vms* | esix* | aix* | cnk* | sunos | sunos[34]* \ + | hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \ + | sym* | plan9* | psp* | sim* | xray* | os68k* | v88r* \ + | hiux* | abug | nacl* | netware* | windows* \ + | os9* | macos* | osx* | ios* \ + | mpw* | magic* | mmixware* | mon960* | lnews* \ + | amigaos* | amigados* | msdos* | newsos* | unicos* | aof* \ + | aos* | aros* | cloudabi* | sortix* | twizzler* \ + | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \ + | clix* | riscos* | uniplus* | iris* | isc* | rtu* | xenix* \ + | mirbsd* | netbsd* | dicos* | openedition* | ose* \ + | bitrig* | openbsd* | secbsd* | solidbsd* | libertybsd* | os108* \ + | ekkobsd* | freebsd* | riscix* | lynxos* | os400* \ + | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \ + | ptx* | coff* | ecoff* | winnt* | domain* | vsta* \ + | udi* | lites* | ieee* | go32* | aux* | hcos* \ + | chorusrdb* | cegcc* | glidix* | serenity* \ + | cygwin* | msys* | pe* | moss* | proelf* | rtems* \ + | midipix* | mingw32* | mingw64* | mint* \ + | uxpv* | beos* | mpeix* | udk* | moxiebox* \ + | interix* | uwin* | mks* | rhapsody* | darwin* \ + | openstep* | oskit* | conix* | pw32* | nonstopux* \ + | storm-chaos* | tops10* | tenex* | tops20* | its* \ + | os2* | vos* | palmos* | uclinux* | nucleus* | morphos* \ + | scout* | superux* | sysv* | rtmk* | tpf* | windiss* \ + | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \ + | skyos* | haiku* | rdos* | toppers* | drops* | es* \ + | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ + | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \ + | nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | zephyr* \ + | fiwix* ) + ;; + # This one is extra strict with allowed versions + sco3.2v2 | sco3.2v[4-9]* | sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + ;; + none) + ;; + *) + echo Invalid configuration \`"$1"\': OS \`"$os"\' not recognized 1>&2 + exit 1 + ;; +esac + +# As a final step for OS-related things, validate the OS-kernel combination +# (given a valid OS), if there is a kernel. +case $kernel-$os in + linux-gnu* | linux-dietlibc* | linux-android* | linux-newlib* \ + | linux-musl* | linux-relibc* | linux-uclibc* ) + ;; + uclinux-uclibc* ) + ;; + -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* ) + # These are just libc implementations, not actual OSes, and thus + # require a kernel. + echo "Invalid configuration \`$1': libc \`$os' needs explicit kernel." 1>&2 + exit 1 + ;; + kfreebsd*-gnu* | kopensolaris*-gnu*) + ;; + vxworks-simlinux | vxworks-simwindows | vxworks-spe) + ;; + nto-qnx*) + ;; + os2-emx) + ;; + *-eabi* | *-gnueabi*) + ;; + -*) + # Blank kernel with real OS is always fine. + ;; + *-*) + echo "Invalid configuration \`$1': Kernel \`$kernel' not known to work with OS \`$os'." 1>&2 + exit 1 + ;; +esac + # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. -vendor=unknown -case $basic_machine in - *-unknown) - case $os in - -riscix*) +case $vendor in + unknown) + case $cpu-$os in + *-riscix*) vendor=acorn ;; - -sunos*) + *-sunos*) vendor=sun ;; - -cnk*|-aix*) + *-cnk* | *-aix*) vendor=ibm ;; - -beos*) + *-beos*) vendor=be ;; - -hpux*) + *-hpux*) vendor=hp ;; - -mpeix*) + *-mpeix*) vendor=hp ;; - -hiux*) + *-hiux*) vendor=hitachi ;; - -unos*) + *-unos*) vendor=crds ;; - -dgux*) + *-dgux*) vendor=dg ;; - -luna*) + *-luna*) vendor=omron ;; - -genix*) + *-genix*) vendor=ns ;; - -mvs* | -opened*) + *-clix*) + vendor=intergraph + ;; + *-mvs* | *-opened*) + vendor=ibm + ;; + *-os400*) vendor=ibm ;; - -os400*) + s390-* | s390x-*) vendor=ibm ;; - -ptx*) + *-ptx*) vendor=sequent ;; - -tpf*) + *-tpf*) vendor=ibm ;; - -vxsim* | -vxworks* | -windiss*) + *-vxsim* | *-vxworks* | *-windiss*) vendor=wrs ;; - -aux*) + *-aux*) vendor=apple ;; - -hms*) + *-hms*) vendor=hitachi ;; - -mpw* | -macos*) + *-mpw* | *-macos*) vendor=apple ;; - -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + *-*mint | *-mint[0-9]* | *-*MiNT | *-MiNT[0-9]*) vendor=atari ;; - -vos*) + *-vos*) vendor=stratus ;; esac - basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"` ;; esac -echo "$basic_machine$os" +echo "$cpu-$vendor-${kernel:+$kernel-}$os" exit # Local variables: -# eval: (add-hook 'write-file-functions 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" diff -Nru xfce4-terminal-0.9.1/configure xfce4-terminal-1.0.4/configure --- xfce4-terminal-0.9.1/configure 2021-12-10 11:24:39.000000000 +0000 +++ xfce4-terminal-1.0.4/configure 2022-05-22 09:20:23.000000000 +0000 @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.ac 469b5f17. +# From configure.ac UNKNOWN. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for xfce4-terminal 0.9.1. +# Generated by GNU Autoconf 2.71 for xfce4-terminal 1.0.4. # # Report bugs to . # @@ -12,7 +12,8 @@ # Written by Benedikt Meurer . # # -# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. +# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, +# Inc. # # # This configure script is free software; the Free Software Foundation @@ -23,14 +24,16 @@ # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : +as_nop=: +if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST -else +else $as_nop case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( @@ -40,46 +43,46 @@ fi + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. as_nl=' ' export as_nl -# Printing a long string crashes Solaris 7 /usr/bin/printf. -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo -# Prefer a ksh shell builtin over an external printf program on Solaris, -# but without wasting forks for bash or zsh. -if test -z "$BASH_VERSION$ZSH_VERSION" \ - && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='print -r --' - as_echo_n='print -rn --' -elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='printf %s\n' - as_echo_n='printf %s' -else - if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then - as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' - as_echo_n='/usr/ucb/echo -n' - else - as_echo_body='eval expr "X$1" : "X\\(.*\\)"' - as_echo_n_body='eval - arg=$1; - case $arg in #( - *"$as_nl"*) - expr "X$arg" : "X\\(.*\\)$as_nl"; - arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; - esac; - expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" - ' - export as_echo_n_body - as_echo_n='sh -c $as_echo_n_body as_echo' - fi - export as_echo_body - as_echo='sh -c $as_echo_body as_echo' -fi +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi # The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then +if ${PATH_SEPARATOR+false} :; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || @@ -88,13 +91,6 @@ fi -# IFS -# We need space, tab and new line, in precisely that order. Quoting is -# there to prevent editors from complaining about space-tab. -# (If _AS_PATH_WALK were called with IFS unset, it would disable word -# splitting by setting IFS to empty value.) -IFS=" "" $as_nl" - # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( @@ -103,8 +99,12 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + test -r "$as_dir$0" && as_myself=$as_dir$0 && break done IFS=$as_save_IFS @@ -116,30 +116,10 @@ as_myself=$0 fi if test ! -f "$as_myself"; then - $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi -# Unset variables that we do not need and which cause bugs (e.g. in -# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" -# suppresses any "Segmentation fault" message there. '((' could -# trigger a bug in pdksh 5.2.14. -for as_var in BASH_ENV ENV MAIL MAILPATH -do eval test x\${$as_var+set} = xset \ - && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : -done -PS1='$ ' -PS2='> ' -PS4='+ ' - -# NLS nuisances. -LC_ALL=C -export LC_ALL -LANGUAGE=C -export LANGUAGE - -# CDPATH. -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH # Use a proper internal environment variable to ensure we don't fall # into an infinite loop, continuously re-executing ourselves. @@ -161,20 +141,22 @@ exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. -$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 -as_fn_exit 255 +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 fi # We don't want this to propagate to other subprocesses. { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then - as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : + as_bourne_compatible="as_nop=: +if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST -else +else \$as_nop case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( @@ -194,18 +176,20 @@ as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } -if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : +if ( set x; as_fn_ret_success y && test x = \"\$1\" ) +then : -else +else \$as_nop exitcode=1; echo positional parameters were not saved. fi test x\$exitcode = x0 || exit 1 +blah=\$(echo \$(echo blah)) +test x\"\$blah\" = xblah || exit 1 test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 -test \$(( 1 + 1 )) = 2 || exit 1 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' @@ -213,31 +197,40 @@ ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO PATH=/empty FPATH=/empty; export PATH FPATH test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ - || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" - if (eval "$as_required") 2>/dev/null; then : + || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null +then : as_have_required=yes -else +else $as_nop as_have_required=no fi - if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null +then : -else +else $as_nop as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac as_found=: case $as_dir in #( /*) for as_base in sh bash ksh sh5; do # Try only shells that exist, to save several forks. - as_shell=$as_dir/$as_base + as_shell=$as_dir$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && - { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : CONFIG_SHELL=$as_shell as_have_required=yes - if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null +then : break 2 fi fi @@ -245,14 +238,21 @@ esac as_found=false done -$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && - { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : - CONFIG_SHELL=$SHELL as_have_required=yes -fi; } IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi +fi - if test "x$CONFIG_SHELL" != x; then : + if test "x$CONFIG_SHELL" != x +then : export CONFIG_SHELL # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also @@ -270,18 +270,19 @@ exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. -$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi - if test x$as_have_required = xno; then : - $as_echo "$0: This script requires a shell more modern than all" - $as_echo "$0: the shells that I found on your system." - if test x${ZSH_VERSION+set} = xset ; then - $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" - $as_echo "$0: be upgraded to zsh 4.3.4 or later." + if test x$as_have_required = xno +then : + printf "%s\n" "$0: This script requires a shell more modern than all" + printf "%s\n" "$0: the shells that I found on your system." + if test ${ZSH_VERSION+y} ; then + printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" + printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." else - $as_echo "$0: Please tell bug-autoconf@gnu.org and + printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and $0: https://gitlab.xfce.org/apps/xfce4-terminal/ about your $0: system, including any error possibly output before this $0: message. Then install a modern shell, or manually run @@ -309,6 +310,7 @@ } as_unset=as_fn_unset + # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. @@ -326,6 +328,14 @@ as_fn_set_status $1 exit $1 } # as_fn_exit +# as_fn_nop +# --------- +# Do nothing but, unlike ":", preserve the value of $?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop # as_fn_mkdir_p # ------------- @@ -340,7 +350,7 @@ as_dirs= while :; do case $as_dir in #( - *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" @@ -349,7 +359,7 @@ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$as_dir" | +printf "%s\n" X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -388,12 +398,13 @@ # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. -if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +then : eval 'as_fn_append () { eval $1+=\$2 }' -else +else $as_nop as_fn_append () { eval $1=\$$1\$2 @@ -405,18 +416,27 @@ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. -if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +then : eval 'as_fn_arith () { as_val=$(( $* )) }' -else +else $as_nop as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith +# as_fn_nop +# --------- +# Do nothing but, unlike ":", preserve the value of $?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- @@ -428,9 +448,9 @@ as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi - $as_echo "$as_me: error: $2" >&2 + printf "%s\n" "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error @@ -457,7 +477,7 @@ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X/"$0" | +printf "%s\n" X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -501,7 +521,7 @@ s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || - { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } # If we had to re-execute with $CONFIG_SHELL, we're ensured to have # already done that, so ensure we don't try to do so again and fall @@ -515,6 +535,10 @@ exit } + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) @@ -528,6 +552,13 @@ ECHO_N='-n';; esac +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_echo='printf %s\n' +as_echo_n='printf %s' + + rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file @@ -597,47 +628,43 @@ # Identity of this package. PACKAGE_NAME='xfce4-terminal' PACKAGE_TARNAME='xfce4-terminal' -PACKAGE_VERSION='0.9.1' -PACKAGE_STRING='xfce4-terminal 0.9.1' +PACKAGE_VERSION='1.0.4' +PACKAGE_STRING='xfce4-terminal 1.0.4' PACKAGE_BUGREPORT='https://gitlab.xfce.org/apps/xfce4-terminal/' PACKAGE_URL='' # Factoring default headers for most tests. ac_includes_default="\ -#include -#ifdef HAVE_SYS_TYPES_H -# include -#endif -#ifdef HAVE_SYS_STAT_H -# include +#include +#ifdef HAVE_STDIO_H +# include #endif -#ifdef STDC_HEADERS +#ifdef HAVE_STDLIB_H # include -# include -#else -# ifdef HAVE_STDLIB_H -# include -# endif #endif #ifdef HAVE_STRING_H -# if !defined STDC_HEADERS && defined HAVE_MEMORY_H -# include -# endif # include #endif -#ifdef HAVE_STRINGS_H -# include -#endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif #ifdef HAVE_UNISTD_H # include #endif" +ac_header_c_list= ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS @@ -703,6 +730,7 @@ X_LIBS X_PRE_LIBS X_CFLAGS +CPP XMKMF GETTEXT_PACKAGE LT_SYS_LIBRARY_PATH @@ -723,6 +751,8 @@ DUMPBIN LD FGREP +EGREP +GREP SED host_os host_vendor @@ -768,9 +798,6 @@ INTLTOOL_MERGE INTLTOOL_UPDATE USE_NLS -EGREP -GREP -CPP am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE @@ -795,6 +822,9 @@ AM_DEFAULT_VERBOSITY AM_DEFAULT_V AM_V +CSCOPE +ETAGS +CTAGS am__untar am__tar AMTAR @@ -892,9 +922,9 @@ LDFLAGS LIBS CPPFLAGS -CPP LT_SYS_LIBRARY_PATH XMKMF +CPP PKG_CONFIG PKG_CONFIG_PATH PKG_CONFIG_LIBDIR @@ -968,8 +998,6 @@ *) ac_optarg=yes ;; esac - # Accept the important Cygnus configure options, so we can diagnose typos. - case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; @@ -1010,9 +1038,9 @@ ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - as_fn_error $? "invalid feature name: $ac_useropt" + as_fn_error $? "invalid feature name: \`$ac_useropt'" ac_useropt_orig=$ac_useropt - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" @@ -1036,9 +1064,9 @@ ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - as_fn_error $? "invalid feature name: $ac_useropt" + as_fn_error $? "invalid feature name: \`$ac_useropt'" ac_useropt_orig=$ac_useropt - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" @@ -1249,9 +1277,9 @@ ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - as_fn_error $? "invalid package name: $ac_useropt" + as_fn_error $? "invalid package name: \`$ac_useropt'" ac_useropt_orig=$ac_useropt - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" @@ -1265,9 +1293,9 @@ ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - as_fn_error $? "invalid package name: $ac_useropt" + as_fn_error $? "invalid package name: \`$ac_useropt'" ac_useropt_orig=$ac_useropt - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" @@ -1311,9 +1339,9 @@ *) # FIXME: should be removed in autoconf 3.0. - $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && - $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; @@ -1329,7 +1357,7 @@ case $enable_option_checking in no) ;; fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; - *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi @@ -1393,7 +1421,7 @@ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$as_myself" | +printf "%s\n" X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -1450,7 +1478,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures xfce4-terminal 0.9.1 to adapt to many kinds of systems. +\`configure' configures xfce4-terminal 1.0.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1525,7 +1553,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xfce4-terminal 0.9.1:";; + short | recursive ) echo "Configuration of xfce4-terminal 1.0.4:";; esac cat <<\_ACEOF @@ -1587,10 +1615,10 @@ LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory - CPP C preprocessor LT_SYS_LIBRARY_PATH User-defined run-time library search path. XMKMF Path to xmkmf, Makefile generator for X Window System + CPP C preprocessor PKG_CONFIG path to pkg-config utility PKG_CONFIG_PATH directories to add to pkg-config's search path @@ -1620,9 +1648,9 @@ case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) - ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -1650,7 +1678,8 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } - # Check for guested configure. + # Check for configure.gnu first; this name is used for a wrapper for + # Metaconfig's "Configure" on case-insensitive file systems. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive @@ -1658,7 +1687,7 @@ echo && $SHELL "$ac_srcdir/configure" --help=recursive else - $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done @@ -1667,10 +1696,10 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -xfce4-terminal configure 0.9.1 -generated by GNU Autoconf 2.69 +xfce4-terminal configure 1.0.4 +generated by GNU Autoconf 2.71 -Copyright (C) 2012 Free Software Foundation, Inc. +Copyright (C) 2021 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. @@ -1693,14 +1722,14 @@ ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - rm -f conftest.$ac_objext + rm -f conftest.$ac_objext conftest.beam if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 +printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then @@ -1708,14 +1737,15 @@ cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest.$ac_objext; then : + } && test -s conftest.$ac_objext +then : ac_retval=0 -else - $as_echo "$as_me: failed program was:" >&5 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 @@ -1725,176 +1755,6 @@ } # ac_fn_c_try_compile -# ac_fn_c_try_cpp LINENO -# ---------------------- -# Try to preprocess conftest.$ac_ext, and return whether this succeeded. -ac_fn_c_try_cpp () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - if { { ac_try="$ac_cpp conftest.$ac_ext" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err - ac_status=$? - if test -s conftest.err; then - grep -v '^ *+' conftest.err >conftest.er1 - cat conftest.er1 >&5 - mv -f conftest.er1 conftest.err - fi - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } > conftest.i && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then : - ac_retval=0 -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_retval=1 -fi - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - as_fn_set_status $ac_retval - -} # ac_fn_c_try_cpp - -# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES -# ------------------------------------------------------- -# Tests whether HEADER exists, giving a warning if it cannot be compiled using -# the include files in INCLUDES and setting the cache variable VAR -# accordingly. -ac_fn_c_check_header_mongrel () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - if eval \${$3+:} false; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -$as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false; then : - $as_echo_n "(cached) " >&6 -fi -eval ac_res=\$$3 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -$as_echo "$ac_res" >&6; } -else - # Is the header compilable? -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 -$as_echo_n "checking $2 usability... " >&6; } -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -$4 -#include <$2> -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_header_compiler=yes -else - ac_header_compiler=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 -$as_echo "$ac_header_compiler" >&6; } - -# Is the header present? -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 -$as_echo_n "checking $2 presence... " >&6; } -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <$2> -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - ac_header_preproc=yes -else - ac_header_preproc=no -fi -rm -f conftest.err conftest.i conftest.$ac_ext -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 -$as_echo "$ac_header_preproc" >&6; } - -# So? What about this header? -case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( - yes:no: ) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 -$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 -$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} - ;; - no:yes:* ) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 -$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 -$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 -$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 -$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 -$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} -( $as_echo "## ----------------------------------------------------------- ## -## Report this to https://gitlab.xfce.org/apps/xfce4-terminal/ ## -## ----------------------------------------------------------- ##" - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; -esac - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -$as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false; then : - $as_echo_n "(cached) " >&6 -else - eval "$3=\$ac_header_compiler" -fi -eval ac_res=\$$3 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -$as_echo "$ac_res" >&6; } -fi - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - -} # ac_fn_c_check_header_mongrel - -# ac_fn_c_try_run LINENO -# ---------------------- -# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes -# that executables *can* be run. -ac_fn_c_try_run () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - if { { ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_link") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' - { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; }; then : - ac_retval=0 -else - $as_echo "$as_me: program exited with status $ac_status" >&5 - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_retval=$ac_status -fi - rm -rf conftest.dSYM conftest_ipa8_conftest.oo - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno - as_fn_set_status $ac_retval - -} # ac_fn_c_try_run - # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists and can be compiled using the include files in @@ -1902,26 +1762,28 @@ ac_fn_c_check_header_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -$as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF -if ac_fn_c_try_compile "$LINENO"; then : +if ac_fn_c_try_compile "$LINENO" +then : eval "$3=yes" -else +else $as_nop eval "$3=no" fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext fi eval ac_res=\$$3 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -$as_echo "$ac_res" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_compile @@ -1932,14 +1794,14 @@ ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - rm -f conftest.$ac_objext conftest$ac_exeext + rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 +printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then @@ -1947,17 +1809,18 @@ cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || test -x conftest$ac_exeext - }; then : + } +then : ac_retval=0 -else - $as_echo "$as_me: failed program was:" >&5 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 @@ -1978,11 +1841,12 @@ ac_fn_c_check_func () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -$as_echo_n "checking for $2... " >&6; } -if eval \${$3+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Define $2 to an innocuous variant, in case declares $2. @@ -1990,16 +1854,9 @@ #define $2 innocuous_$2 /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $2 (); below. - Prefer to if __STDC__ is defined, since - exists even on freestanding compilers. */ - -#ifdef __STDC__ -# include -#else -# include -#endif + which can conflict with char $2 (); below. */ +#include #undef $2 /* Override any GCC internal prototype to avoid an error. @@ -2017,35 +1874,94 @@ #endif int -main () +main (void) { return $2 (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : eval "$3=yes" -else +else $as_nop eval "$3=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$3 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -$as_echo "$ac_res" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_func + +# ac_fn_c_try_cpp LINENO +# ---------------------- +# Try to preprocess conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_cpp () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } > conftest.i && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + } +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_cpp +ac_configure_args_raw= +for ac_arg +do + case $ac_arg in + *\'*) + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append ac_configure_args_raw " '$ac_arg'" +done + +case $ac_configure_args_raw in + *$as_nl*) + ac_safe_unquote= ;; + *) + ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab. + ac_unsafe_a="$ac_unsafe_z#~" + ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" + ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; +esac + cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by xfce4-terminal $as_me 0.9.1, which was -generated by GNU Autoconf 2.69. Invocation command line was +It was created by xfce4-terminal $as_me 1.0.4, which was +generated by GNU Autoconf 2.71. Invocation command line was - $ $0 $@ + $ $0$ac_configure_args_raw _ACEOF exec 5>>config.log @@ -2078,8 +1994,12 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - $as_echo "PATH: $as_dir" + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + printf "%s\n" "PATH: $as_dir" done IFS=$as_save_IFS @@ -2114,7 +2034,7 @@ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) - ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; @@ -2149,11 +2069,13 @@ # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? + # Sanitize IFS. + IFS=" "" $as_nl" # Save into config.log some information that might help in debugging. { echo - $as_echo "## ---------------- ## + printf "%s\n" "## ---------------- ## ## Cache variables. ## ## ---------------- ##" echo @@ -2164,8 +2086,8 @@ case $ac_val in #( *${as_nl}*) case $ac_var in #( - *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 -$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( @@ -2189,7 +2111,7 @@ ) echo - $as_echo "## ----------------- ## + printf "%s\n" "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo @@ -2197,14 +2119,14 @@ do eval ac_val=\$$ac_var case $ac_val in - *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac - $as_echo "$ac_var='\''$ac_val'\''" + printf "%s\n" "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then - $as_echo "## ------------------- ## + printf "%s\n" "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo @@ -2212,15 +2134,15 @@ do eval ac_val=\$$ac_var case $ac_val in - *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac - $as_echo "$ac_var='\''$ac_val'\''" + printf "%s\n" "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then - $as_echo "## ----------- ## + printf "%s\n" "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo @@ -2228,8 +2150,8 @@ echo fi test "$ac_signal" != 0 && - $as_echo "$as_me: caught signal $ac_signal" - $as_echo "$as_me: exit $exit_status" + printf "%s\n" "$as_me: caught signal $ac_signal" + printf "%s\n" "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && @@ -2243,63 +2165,48 @@ # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h -$as_echo "/* confdefs.h */" > confdefs.h +printf "%s\n" "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. -cat >>confdefs.h <<_ACEOF -#define PACKAGE_NAME "$PACKAGE_NAME" -_ACEOF +printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h -cat >>confdefs.h <<_ACEOF -#define PACKAGE_TARNAME "$PACKAGE_TARNAME" -_ACEOF +printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h -cat >>confdefs.h <<_ACEOF -#define PACKAGE_VERSION "$PACKAGE_VERSION" -_ACEOF +printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h -cat >>confdefs.h <<_ACEOF -#define PACKAGE_STRING "$PACKAGE_STRING" -_ACEOF +printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h -cat >>confdefs.h <<_ACEOF -#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" -_ACEOF +printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h -cat >>confdefs.h <<_ACEOF -#define PACKAGE_URL "$PACKAGE_URL" -_ACEOF +printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. -ac_site_file1=NONE -ac_site_file2=NONE if test -n "$CONFIG_SITE"; then - # We do not want a PATH search for config.site. - case $CONFIG_SITE in #(( - -*) ac_site_file1=./$CONFIG_SITE;; - */*) ac_site_file1=$CONFIG_SITE;; - *) ac_site_file1=./$CONFIG_SITE;; - esac + ac_site_files="$CONFIG_SITE" elif test "x$prefix" != xNONE; then - ac_site_file1=$prefix/share/config.site - ac_site_file2=$prefix/etc/config.site + ac_site_files="$prefix/share/config.site $prefix/etc/config.site" else - ac_site_file1=$ac_default_prefix/share/config.site - ac_site_file2=$ac_default_prefix/etc/config.site + ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" fi -for ac_site_file in "$ac_site_file1" "$ac_site_file2" + +for ac_site_file in $ac_site_files do - test "x$ac_site_file" = xNONE && continue - if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 -$as_echo "$as_me: loading site script $ac_site_file" >&6;} + case $ac_site_file in #( + */*) : + ;; #( + *) : + ac_site_file=./$ac_site_file ;; +esac + if test -f "$ac_site_file" && test -r "$ac_site_file"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ - || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5; } fi @@ -2309,61 +2216,478 @@ # Some versions of bash will fail to source /dev/null (special files # actually), so we avoid doing that. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 -$as_echo "$as_me: loading cache $cache_file" >&6;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +printf "%s\n" "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else - { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 -$as_echo "$as_me: creating cache $cache_file" >&6;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +printf "%s\n" "$as_me: creating cache $cache_file" >&6;} >$cache_file fi -# Check that the precious variables saved in the cache have kept the same -# value. -ac_cache_corrupted=false -for ac_var in $ac_precious_vars; do - eval ac_old_set=\$ac_cv_env_${ac_var}_set - eval ac_new_set=\$ac_env_${ac_var}_set - eval ac_old_val=\$ac_cv_env_${ac_var}_value - eval ac_new_val=\$ac_env_${ac_var}_value - case $ac_old_set,$ac_new_set in - set,) - { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 -$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} - ac_cache_corrupted=: ;; - ,set) - { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 -$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} - ac_cache_corrupted=: ;; - ,);; - *) - if test "x$ac_old_val" != "x$ac_new_val"; then - # differences in whitespace do not lead to failure. - ac_old_val_w=`echo x $ac_old_val` +as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H" +# Test code for whether the C compiler supports C89 (global declarations) +ac_c_conftest_c89_globals=' +/* Does the compiler advertise C89 conformance? + Do not test the value of __STDC__, because some compilers set it to 0 + while being otherwise adequately conformant. */ +#if !defined __STDC__ +# error "Compiler does not advertise C89 conformance" +#endif + +#include +#include +struct stat; +/* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ +struct buf { int x; }; +struct buf * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not \xHH hex character constants. + These do not provoke an error unfortunately, instead are silently treated + as an "x". The following induces an error, until -std is added to get + proper ANSI mode. Curiously \x00 != x always comes out true, for an + array size at least. It is necessary to write \x00 == 0 to get something + that is true only with -std. */ +int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) '\''x'\'' +int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int), + int, int);' + +# Test code for whether the C compiler supports C89 (body of main). +ac_c_conftest_c89_main=' +ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); +' + +# Test code for whether the C compiler supports C99 (global declarations) +ac_c_conftest_c99_globals=' +// Does the compiler advertise C99 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L +# error "Compiler does not advertise C99 conformance" +#endif + +#include +extern int puts (const char *); +extern int printf (const char *, ...); +extern int dprintf (int, const char *, ...); +extern void *malloc (size_t); + +// Check varargs macros. These examples are taken from C99 6.10.3.5. +// dprintf is used instead of fprintf to avoid needing to declare +// FILE and stderr. +#define debug(...) dprintf (2, __VA_ARGS__) +#define showlist(...) puts (#__VA_ARGS__) +#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) +static void +test_varargs_macros (void) +{ + int x = 1234; + int y = 5678; + debug ("Flag"); + debug ("X = %d\n", x); + showlist (The first, second, and third items.); + report (x>y, "x is %d but y is %d", x, y); +} + +// Check long long types. +#define BIG64 18446744073709551615ull +#define BIG32 4294967295ul +#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) +#if !BIG_OK + #error "your preprocessor is broken" +#endif +#if BIG_OK +#else + #error "your preprocessor is broken" +#endif +static long long int bignum = -9223372036854775807LL; +static unsigned long long int ubignum = BIG64; + +struct incomplete_array +{ + int datasize; + double data[]; +}; + +struct named_init { + int number; + const wchar_t *name; + double average; +}; + +typedef const char *ccp; + +static inline int +test_restrict (ccp restrict text) +{ + // See if C++-style comments work. + // Iterate through items via the restricted pointer. + // Also check for declarations in for loops. + for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i) + continue; + return 0; +} + +// Check varargs and va_copy. +static bool +test_varargs (const char *format, ...) +{ + va_list args; + va_start (args, format); + va_list args_copy; + va_copy (args_copy, args); + + const char *str = ""; + int number = 0; + float fnumber = 0; + + while (*format) + { + switch (*format++) + { + case '\''s'\'': // string + str = va_arg (args_copy, const char *); + break; + case '\''d'\'': // int + number = va_arg (args_copy, int); + break; + case '\''f'\'': // float + fnumber = va_arg (args_copy, double); + break; + default: + break; + } + } + va_end (args_copy); + va_end (args); + + return *str && number && fnumber; +} +' + +# Test code for whether the C compiler supports C99 (body of main). +ac_c_conftest_c99_main=' + // Check bool. + _Bool success = false; + success |= (argc != 0); + + // Check restrict. + if (test_restrict ("String literal") == 0) + success = true; + char *restrict newvar = "Another string"; + + // Check varargs. + success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234); + test_varargs_macros (); + + // Check flexible array members. + struct incomplete_array *ia = + malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); + ia->datasize = 10; + for (int i = 0; i < ia->datasize; ++i) + ia->data[i] = i * 1.234; + + // Check named initializers. + struct named_init ni = { + .number = 34, + .name = L"Test wide string", + .average = 543.34343, + }; + + ni.number = 58; + + int dynamic_array[ni.number]; + dynamic_array[0] = argv[0][0]; + dynamic_array[ni.number - 1] = 543; + + // work around unused variable warnings + ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\'' + || dynamic_array[ni.number - 1] != 543); +' + +# Test code for whether the C compiler supports C11 (global declarations) +ac_c_conftest_c11_globals=' +// Does the compiler advertise C11 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L +# error "Compiler does not advertise C11 conformance" +#endif + +// Check _Alignas. +char _Alignas (double) aligned_as_double; +char _Alignas (0) no_special_alignment; +extern char aligned_as_int; +char _Alignas (0) _Alignas (int) aligned_as_int; + +// Check _Alignof. +enum +{ + int_alignment = _Alignof (int), + int_array_alignment = _Alignof (int[100]), + char_alignment = _Alignof (char) +}; +_Static_assert (0 < -_Alignof (int), "_Alignof is signed"); + +// Check _Noreturn. +int _Noreturn does_not_return (void) { for (;;) continue; } + +// Check _Static_assert. +struct test_static_assert +{ + int x; + _Static_assert (sizeof (int) <= sizeof (long int), + "_Static_assert does not work in struct"); + long int y; +}; + +// Check UTF-8 literals. +#define u8 syntax error! +char const utf8_literal[] = u8"happens to be ASCII" "another string"; + +// Check duplicate typedefs. +typedef long *long_ptr; +typedef long int *long_ptr; +typedef long_ptr long_ptr; + +// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. +struct anonymous +{ + union { + struct { int i; int j; }; + struct { int k; long int l; } w; + }; + int m; +} v1; +' + +# Test code for whether the C compiler supports C11 (body of main). +ac_c_conftest_c11_main=' + _Static_assert ((offsetof (struct anonymous, i) + == offsetof (struct anonymous, w.k)), + "Anonymous union alignment botch"); + v1.i = 2; + v1.w.k = 5; + ok |= v1.i != 5; +' + +# Test code for whether the C compiler supports C11 (complete). +ac_c_conftest_c11_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} +${ac_c_conftest_c11_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + ${ac_c_conftest_c11_main} + return ok; +} +" + +# Test code for whether the C compiler supports C99 (complete). +ac_c_conftest_c99_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + return ok; +} +" + +# Test code for whether the C compiler supports C89 (complete). +ac_c_conftest_c89_program="${ac_c_conftest_c89_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + return ok; +} +" + +as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H" +as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H" +as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H" +as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H" +as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H" +as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H" +as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H" +as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H" +as_fn_append ac_header_c_list " wchar.h wchar_h HAVE_WCHAR_H" +as_fn_append ac_header_c_list " minix/config.h minix_config_h HAVE_MINIX_CONFIG_H" + +# Auxiliary files required by this configure script. +ac_aux_files="config.guess config.sub ltmain.sh compile missing install-sh" + +# Locations in which to look for auxiliary files. +ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.." + +# Search for a directory containing all of the required auxiliary files, +# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates. +# If we don't find one directory that contains all the files we need, +# we report the set of missing files from the *first* directory in +# $ac_aux_dir_candidates and give up. +ac_missing_aux_files="" +ac_first_candidate=: +printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in $ac_aux_dir_candidates +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + as_found=: + + printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 + ac_aux_dir_found=yes + ac_install_sh= + for ac_aux in $ac_aux_files + do + # As a special case, if "install-sh" is required, that requirement + # can be satisfied by any of "install-sh", "install.sh", or "shtool", + # and $ac_install_sh is set appropriately for whichever one is found. + if test x"$ac_aux" = x"install-sh" + then + if test -f "${as_dir}install-sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 + ac_install_sh="${as_dir}install-sh -c" + elif test -f "${as_dir}install.sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 + ac_install_sh="${as_dir}install.sh -c" + elif test -f "${as_dir}shtool"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 + ac_install_sh="${as_dir}shtool install -c" + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} install-sh" + else + break + fi + fi + else + if test -f "${as_dir}${ac_aux}"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}" + else + break + fi + fi + fi + done + if test "$ac_aux_dir_found" = yes; then + ac_aux_dir="$as_dir" + break + fi + ac_first_candidate=false + + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 +fi + + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +if test -f "${ac_aux_dir}config.guess"; then + ac_config_guess="$SHELL ${ac_aux_dir}config.guess" +fi +if test -f "${ac_aux_dir}config.sub"; then + ac_config_sub="$SHELL ${ac_aux_dir}config.sub" +fi +if test -f "$ac_aux_dir/configure"; then + ac_configure="$SHELL ${ac_aux_dir}configure" +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 -$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else - { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 -$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi - { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 -$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 -$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in - *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in @@ -2373,11 +2697,12 @@ fi done if $ac_cache_corrupted; then - { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 -$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} - as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file' + and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## @@ -2400,41 +2725,14 @@ # Double any \ or $. # By default was `s,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' -program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` +program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` am__api_version='1.16' -ac_aux_dir= -for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do - if test -f "$ac_dir/install-sh"; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/install-sh -c" - break - elif test -f "$ac_dir/install.sh"; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/install.sh -c" - break - elif test -f "$ac_dir/shtool"; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/shtool install -c" - break - fi -done -if test -z "$ac_aux_dir"; then - as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 -fi - -# These three variables are undocumented and unsupported, -# and are intended to be withdrawn in a future Autoconf release. -# They can cause serious problems if a builder's source tree is in a directory -# whose full name contains unusual characters. -ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. -ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. -ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. -# Find a good install program. We prefer a C program (faster), + # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install @@ -2448,20 +2746,25 @@ # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 -$as_echo_n "checking for a BSD-compatible install... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +printf %s "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then -if ${ac_cv_path_install+:} false; then : - $as_echo_n "(cached) " >&6 -else +if test ${ac_cv_path_install+y} +then : + printf %s "(cached) " >&6 +else $as_nop as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - # Account for people who put trailing slashes in PATH elements. -case $as_dir/ in #(( - ./ | .// | /[cC]/* | \ + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + # Account for fact that we put trailing slashes in our PATH walk. +case $as_dir in #(( + ./ | /[cC]/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; @@ -2471,13 +2774,13 @@ # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then if test $ac_prog = install && - grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && - grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else @@ -2485,12 +2788,12 @@ echo one > conftest.one echo two > conftest.two mkdir conftest.dir - if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then - ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c" break 3 fi fi @@ -2506,7 +2809,7 @@ rm -rf conftest.one conftest.two conftest.dir fi - if test "${ac_cv_path_install+set}" = set; then + if test ${ac_cv_path_install+y}; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a @@ -2516,8 +2819,8 @@ INSTALL=$ac_install_sh fi fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 -$as_echo "$INSTALL" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +printf "%s\n" "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. @@ -2527,8 +2830,8 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 -$as_echo_n "checking whether build environment is sane... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +printf %s "checking whether build environment is sane... " >&6; } # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' @@ -2582,8 +2885,8 @@ as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= @@ -2594,24 +2897,21 @@ rm -f conftest.file + # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` -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 + + if test x"${MISSING+set}" != xset; then + MISSING="\${SHELL} '$am_aux_dir/missing'" fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 -$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi if test x"${install_sh+set}" != xset; then @@ -2631,11 +2931,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_STRIP+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else @@ -2643,11 +2944,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2658,11 +2963,11 @@ fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 -$as_echo "$STRIP" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +printf "%s\n" "$STRIP" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -2671,11 +2976,12 @@ ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_STRIP+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else @@ -2683,11 +2989,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2698,11 +3008,11 @@ fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 -$as_echo "$ac_ct_STRIP" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +printf "%s\n" "$ac_ct_STRIP" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then @@ -2710,8 +3020,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP @@ -2723,25 +3033,31 @@ fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 -$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 +printf %s "checking for a race-free mkdir -p... " >&6; } if test -z "$MKDIR_P"; then - if ${ac_cv_path_mkdir+:} false; then : - $as_echo_n "(cached) " >&6 -else + if test ${ac_cv_path_mkdir+y} +then : + printf %s "(cached) " >&6 +else $as_nop as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do - as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue - case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( - 'mkdir (GNU coreutils) '* | \ - 'mkdir (coreutils) '* | \ + as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue + case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir ('*'coreutils) '* | \ + 'BusyBox '* | \ 'mkdir (fileutils) '4.1*) - ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext break 3;; esac done @@ -2752,7 +3068,7 @@ fi test -d ./--version && rmdir ./--version - if test "${ac_cv_path_mkdir+set}" = set; then + if test ${ac_cv_path_mkdir+y}; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a @@ -2762,18 +3078,19 @@ MKDIR_P="$ac_install_sh -d" fi fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 -$as_echo "$MKDIR_P" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +printf "%s\n" "$MKDIR_P" >&6; } for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_AWK+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_AWK+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else @@ -2781,11 +3098,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2796,24 +3117,25 @@ fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 -$as_echo "$AWK" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +printf "%s\n" "$AWK" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi test -n "$AWK" && break done -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} -ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` -if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : - $as_echo_n "(cached) " >&6 -else +ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval test \${ac_cv_prog_make_${ac_make}_set+y} +then : + printf %s "(cached) " >&6 +else $as_nop cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @@ -2829,12 +3151,12 @@ rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } SET_MAKE= else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi @@ -2848,7 +3170,8 @@ rmdir .tst 2>/dev/null # Check whether --enable-silent-rules was given. -if test "${enable_silent_rules+set}" = set; then : +if test ${enable_silent_rules+y} +then : enableval=$enable_silent_rules; fi @@ -2858,12 +3181,13 @@ *) AM_DEFAULT_VERBOSITY=1;; esac am_make=${MAKE-make} -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 -$as_echo_n "checking whether $am_make supports nested variables... " >&6; } -if ${am_cv_make_support_nested_variables+:} false; then : - $as_echo_n "(cached) " >&6 -else - if $as_echo 'TRUE=$(BAR$(V)) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +printf %s "checking whether $am_make supports nested variables... " >&6; } +if test ${am_cv_make_support_nested_variables+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if printf "%s\n" 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 @@ -2875,8 +3199,8 @@ am_cv_make_support_nested_variables=no fi fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 -$as_echo "$am_cv_make_support_nested_variables" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' @@ -2908,17 +3232,13 @@ # Define the identity of the package. PACKAGE='xfce4-terminal' - VERSION='0.9.1' + VERSION='1.0.4' -cat >>confdefs.h <<_ACEOF -#define PACKAGE "$PACKAGE" -_ACEOF +printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h -cat >>confdefs.h <<_ACEOF -#define VERSION "$VERSION" -_ACEOF +printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h # Some tools Automake needs. @@ -2964,29 +3284,29 @@ # (that is, avoid stderr redirection). am_uid=`id -u || echo unknown` am_gid=`id -g || echo unknown` - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5 -$as_echo_n "checking whether UID '$am_uid' is supported by ustar format... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5 +printf %s "checking whether UID '$am_uid' is supported by ustar format... " >&6; } if test $am_uid -le $am_max_uid; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } _am_tools=none fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5 -$as_echo_n "checking whether GID '$am_gid' is supported by ustar format... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5 +printf %s "checking whether GID '$am_gid' is supported by ustar format... " >&6; } if test $am_gid -le $am_max_gid; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } _am_tools=none fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 -$as_echo_n "checking how to create a ustar tar archive... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 +printf %s "checking how to create a ustar tar archive... " >&6; } # Go ahead even if we have the value already cached. We do so because we # need to set the values for the 'am__tar' and 'am__untar' variables. @@ -3061,17 +3381,32 @@ done rm -rf conftest.dir - if ${am_cv_prog_tar_ustar+:} false; then : - $as_echo_n "(cached) " >&6 -else + if test ${am_cv_prog_tar_ustar+y} +then : + printf %s "(cached) " >&6 +else $as_nop am_cv_prog_tar_ustar=$_am_tool fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5 -$as_echo "$am_cv_prog_tar_ustar" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5 +printf "%s\n" "$am_cv_prog_tar_ustar" >&6; } + + +# Variables for tags utilities; see am/tags.am +if test -z "$CTAGS"; then + CTAGS=ctags +fi + +if test -z "$ETAGS"; then + ETAGS=etags +fi + +if test -z "$CSCOPE"; then + CSCOPE=cscope +fi @@ -3120,17 +3455,18 @@ ac_config_headers="$ac_config_headers config.h" -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 -$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 +printf %s "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. -if test "${enable_maintainer_mode+set}" = set; then : +if test ${enable_maintainer_mode+y} +then : enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval -else +else $as_nop USE_MAINTAINER_MODE=no fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 -$as_echo "$USE_MAINTAINER_MODE" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 +printf "%s\n" "$USE_MAINTAINER_MODE" >&6; } if test $USE_MAINTAINER_MODE = yes; then MAINTAINER_MODE_TRUE= MAINTAINER_MODE_FALSE='#' @@ -3143,7 +3479,8 @@ # Check whether --enable-silent-rules was given. -if test "${enable_silent_rules+set}" = set; then : +if test ${enable_silent_rules+y} +then : enableval=$enable_silent_rules; fi @@ -3153,12 +3490,13 @@ *) AM_DEFAULT_VERBOSITY=0;; esac am_make=${MAKE-make} -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 -$as_echo_n "checking whether $am_make supports nested variables... " >&6; } -if ${am_cv_make_support_nested_variables+:} false; then : - $as_echo_n "(cached) " >&6 -else - if $as_echo 'TRUE=$(BAR$(V)) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +printf %s "checking whether $am_make supports nested variables... " >&6; } +if test ${am_cv_make_support_nested_variables+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if printf "%s\n" 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 @@ -3170,8 +3508,8 @@ am_cv_make_support_nested_variables=no fi fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 -$as_echo "$am_cv_make_support_nested_variables" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' @@ -3186,12 +3524,21 @@ TERMINAL_VERSION_DBUS=5 + + + + + + + + + DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 -$as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 +printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; } cat > confinc.mk << 'END' am__doit: @echo this is the am__doit target >confinc.out @@ -3227,11 +3574,12 @@ fi done rm -f confinc.* confmf.* -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 -$as_echo "${_am_result}" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 +printf "%s\n" "${_am_result}" >&6; } # Check whether --enable-dependency-tracking was given. -if test "${enable_dependency_tracking+set}" = set; then : +if test ${enable_dependency_tracking+y} +then : enableval=$enable_dependency_tracking; fi @@ -3257,11 +3605,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else @@ -3269,11 +3618,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3284,11 +3637,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -3297,11 +3650,12 @@ ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else @@ -3309,11 +3663,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3324,11 +3682,11 @@ fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 -$as_echo "$ac_ct_CC" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi if test "x$ac_ct_CC" = x; then @@ -3336,8 +3694,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC @@ -3350,11 +3708,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else @@ -3362,11 +3721,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3377,11 +3740,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -3390,11 +3753,12 @@ if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else @@ -3403,15 +3767,19 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3427,18 +3795,18 @@ # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift - ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -3449,11 +3817,12 @@ do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else @@ -3461,11 +3830,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3476,11 +3849,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -3493,11 +3866,12 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else @@ -3505,11 +3879,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3520,11 +3898,11 @@ fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 -$as_echo "$ac_ct_CC" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -3536,8 +3914,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC @@ -3545,46 +3923,150 @@ fi fi - - -test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "no acceptable C compiler found in \$PATH -See \`config.log' for more details" "$LINENO" 5; } - -# Provide some information about the compiler. -$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 -set X $ac_compile -ac_compiler=$2 -for ac_option in --version -v -V -qversion; do - { { ac_try="$ac_compiler $ac_option >&5" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_compiler $ac_option >&5") 2>conftest.err - ac_status=$? - if test -s conftest.err; then - sed '10a\ -... rest of stderr output deleted ... - 10q' conftest.err >conftest.er1 - cat conftest.er1 >&5 +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. +set dummy ${ac_tool_prefix}clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 fi - rm -f conftest.er1 conftest.err - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } done + done +IFS=$as_save_IFS -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi -int -main () -{ - ; +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "clang", so it can be a program name with args. +set dummy clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +fi + + +test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion -version; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; return 0; } _ACEOF @@ -3593,9 +4075,9 @@ # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 -$as_echo_n "checking whether the C compiler works... " >&6; } -ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +printf %s "checking whether the C compiler works... " >&6; } +ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" @@ -3616,11 +4098,12 @@ *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 +printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link_default") 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then : + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, @@ -3637,7 +4120,7 @@ # certainly right. break;; *.* ) - if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; + if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi @@ -3653,44 +4136,46 @@ done test "$ac_cv_exeext" = no && ac_cv_exeext= -else +else $as_nop ac_file='' fi -if test -z "$ac_file"; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -$as_echo "$as_me: failed program was:" >&5 +if test -z "$ac_file" +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables See \`config.log' for more details" "$LINENO" 5; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 -$as_echo_n "checking for C compiler default output file name... " >&6; } -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 -$as_echo "$ac_file" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +printf %s "checking for C compiler default output file name... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +printf "%s\n" "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 -$as_echo_n "checking for suffix of executables... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +printf %s "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 +printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then : + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with @@ -3704,15 +4189,15 @@ * ) break;; esac done -else - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 -$as_echo "$ac_cv_exeext" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +printf "%s\n" "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext @@ -3721,7 +4206,7 @@ /* end confdefs.h. */ #include int -main () +main (void) { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; @@ -3733,8 +4218,8 @@ ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 -$as_echo_n "checking whether we are cross compiling... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +printf %s "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in @@ -3742,10 +4227,10 @@ *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 +printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in @@ -3753,39 +4238,40 @@ *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 +printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "cannot run C compiled programs. + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5; } fi fi fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 -$as_echo "$cross_compiling" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +printf "%s\n" "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ac_clean_files=$ac_clean_files_save -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 -$as_echo_n "checking for suffix of object files... " >&6; } -if ${ac_cv_objext+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +printf %s "checking for suffix of object files... " >&6; } +if test ${ac_cv_objext+y} +then : + printf %s "(cached) " >&6 +else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int -main () +main (void) { ; @@ -3799,11 +4285,12 @@ *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 +printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then : + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in @@ -3812,31 +4299,32 @@ break;; esac done -else - $as_echo "$as_me: failed program was:" >&5 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 -$as_echo "$ac_cv_objext" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +printf "%s\n" "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 -$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } -if ${ac_cv_c_compiler_gnu+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5 +printf %s "checking whether the compiler supports GNU C... " >&6; } +if test ${ac_cv_c_compiler_gnu+y} +then : + printf %s "(cached) " >&6 +else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int -main () +main (void) { #ifndef __GNUC__ choke me @@ -3846,29 +4334,33 @@ return 0; } _ACEOF -if ac_fn_c_try_compile "$LINENO"; then : +if ac_fn_c_try_compile "$LINENO" +then : ac_compiler_gnu=yes -else +else $as_nop ac_compiler_gnu=no fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 -$as_echo "$ac_cv_c_compiler_gnu" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; } +ac_compiler_gnu=$ac_cv_c_compiler_gnu + if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi -ac_test_CFLAGS=${CFLAGS+set} +ac_test_CFLAGS=${CFLAGS+y} ac_save_CFLAGS=$CFLAGS -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 -$as_echo_n "checking whether $CC accepts -g... " >&6; } -if ${ac_cv_prog_cc_g+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +printf %s "checking whether $CC accepts -g... " >&6; } +if test ${ac_cv_prog_cc_g+y} +then : + printf %s "(cached) " >&6 +else $as_nop ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no @@ -3877,57 +4369,60 @@ /* end confdefs.h. */ int -main () +main (void) { ; return 0; } _ACEOF -if ac_fn_c_try_compile "$LINENO"; then : +if ac_fn_c_try_compile "$LINENO" +then : ac_cv_prog_cc_g=yes -else +else $as_nop CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int -main () +main (void) { ; return 0; } _ACEOF -if ac_fn_c_try_compile "$LINENO"; then : +if ac_fn_c_try_compile "$LINENO" +then : -else +else $as_nop ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int -main () +main (void) { ; return 0; } _ACEOF -if ac_fn_c_try_compile "$LINENO"; then : +if ac_fn_c_try_compile "$LINENO" +then : ac_cv_prog_cc_g=yes fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 -$as_echo "$ac_cv_prog_cc_g" >&6; } -if test "$ac_test_CFLAGS" = set; then +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +printf "%s\n" "$ac_cv_prog_cc_g" >&6; } +if test $ac_test_CFLAGS; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then @@ -3942,94 +4437,144 @@ CFLAGS= fi fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 -$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } -if ${ac_cv_prog_cc_c89+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_cv_prog_cc_c89=no +ac_prog_cc_stdc=no +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5 +printf %s "checking for $CC option to enable C11 features... " >&6; } +if test ${ac_cv_prog_cc_c11+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c11=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -#include -#include -struct stat; -/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ -struct buf { int x; }; -FILE * (*rcsopen) (struct buf *, struct stat *, int); -static char *e (p, i) - char **p; - int i; -{ - return p[i]; -} -static char *f (char * (*g) (char **, int), char **p, ...) -{ - char *s; - va_list v; - va_start (v,p); - s = g (p, va_arg (v,int)); - va_end (v); - return s; -} - -/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has - function prototypes and stuff, but not '\xHH' hex character constants. - These don't provoke an error unfortunately, instead are silently treated - as 'x'. The following induces an error, until -std is added to get - proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an - array size at least. It's necessary to write '\x00'==0 to get something - that's true only with -std. */ -int osf4_cc_array ['\x00' == 0 ? 1 : -1]; +$ac_c_conftest_c11_program +_ACEOF +for ac_arg in '' -std=gnu11 +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c11=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c11" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi -/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters - inside strings and character constants. */ -#define FOO(x) 'x' -int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; +if test "x$ac_cv_prog_cc_c11" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c11" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 +printf "%s\n" "$ac_cv_prog_cc_c11" >&6; } + CC="$CC $ac_cv_prog_cc_c11" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11 + ac_prog_cc_stdc=c11 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5 +printf %s "checking for $CC option to enable C99 features... " >&6; } +if test ${ac_cv_prog_cc_c99+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c99=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c99_program +_ACEOF +for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99= +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c99=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c99" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi -int test (int i, double x); -struct s1 {int (*f) (int a);}; -struct s2 {int (*f) (double a);}; -int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); -int argc; -char **argv; -int -main () -{ -return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; - ; - return 0; -} +if test "x$ac_cv_prog_cc_c99" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c99" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 +printf "%s\n" "$ac_cv_prog_cc_c99" >&6; } + CC="$CC $ac_cv_prog_cc_c99" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 + ac_prog_cc_stdc=c99 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5 +printf %s "checking for $CC option to enable C89 features... " >&6; } +if test ${ac_cv_prog_cc_c89+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c89_program _ACEOF -for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ - -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" - if ac_fn_c_try_compile "$LINENO"; then : + if ac_fn_c_try_compile "$LINENO" +then : ac_cv_prog_cc_c89=$ac_arg fi -rm -f core conftest.err conftest.$ac_objext +rm -f core conftest.err conftest.$ac_objext conftest.beam test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC - fi -# AC_CACHE_VAL -case "x$ac_cv_prog_cc_c89" in - x) - { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 -$as_echo "none needed" >&6; } ;; - xno) - { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 -$as_echo "unsupported" >&6; } ;; - *) - CC="$CC $ac_cv_prog_cc_c89" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 -$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; -esac -if test "x$ac_cv_prog_cc_c89" != xno; then : +if test "x$ac_cv_prog_cc_c89" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c89" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +printf "%s\n" "$ac_cv_prog_cc_c89" >&6; } + CC="$CC $ac_cv_prog_cc_c89" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 + ac_prog_cc_stdc=c89 +fi fi ac_ext=c @@ -4038,21 +4583,23 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -ac_ext=c + + ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 -$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } -if ${am_cv_prog_cc_c_o+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +printf %s "checking whether $CC understands -c and -o together... " >&6; } +if test ${am_cv_prog_cc_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int -main () +main (void) { ; @@ -4080,8 +4627,8 @@ rm -f core conftest* unset am_i fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 -$as_echo "$am_cv_prog_cc_c_o" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +printf "%s\n" "$am_cv_prog_cc_c_o" >&6; } if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. @@ -4099,11 +4646,12 @@ depcc="$CC" am_compiler_list= -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 -$as_echo_n "checking dependency style of $depcc... " >&6; } -if ${am_cv_CC_dependencies_compiler_type+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +printf %s "checking dependency style of $depcc... " >&6; } +if test ${am_cv_CC_dependencies_compiler_type+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For @@ -4210,8 +4758,8 @@ fi fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 -$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if @@ -4226,463 +4774,175 @@ -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 -$as_echo_n "checking how to run the C preprocessor... " >&6; } -# On Suns, sometimes $CPP names a directory. -if test -n "$CPP" && test -d "$CPP"; then - CPP= -fi -if test -z "$CPP"; then - if ${ac_cv_prog_CPP+:} false; then : - $as_echo_n "(cached) " >&6 -else - # Double quotes because CPP needs to be expanded - for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" - do - ac_preproc_ok=false -for ac_c_preproc_warn_flag in '' yes +ac_header= ac_cache= +for ac_item in $ac_header_c_list do - # Use a header file that comes with gcc, so configuring glibc - # with a fresh cross-compiler works. - # Prefer to if __STDC__ is defined, since - # exists even on freestanding compilers. - # On the NeXT, cc -E runs the code through the compiler's parser, - # not just through cpp. "Syntax error" is here to catch this case. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#ifdef __STDC__ -# include -#else -# include -#endif - Syntax error -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - -else - # Broken: fails on valid input. -continue -fi -rm -f conftest.err conftest.i conftest.$ac_ext - - # OK, works on sane cases. Now check whether nonexistent headers - # can be detected and how. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - # Broken: success on invalid input. -continue -else - # Passes both tests. -ac_preproc_ok=: -break -fi -rm -f conftest.err conftest.i conftest.$ac_ext - + if test $ac_cache; then + ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default" + if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then + printf "%s\n" "#define $ac_item 1" >> confdefs.h + fi + ac_header= ac_cache= + elif test $ac_header; then + ac_cache=$ac_item + else + ac_header=$ac_item + fi done -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. -rm -f conftest.i conftest.err conftest.$ac_ext -if $ac_preproc_ok; then : - break -fi - done - ac_cv_prog_CPP=$CPP -fi - CPP=$ac_cv_prog_CPP -else - ac_cv_prog_CPP=$CPP -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 -$as_echo "$CPP" >&6; } -ac_preproc_ok=false -for ac_c_preproc_warn_flag in '' yes -do - # Use a header file that comes with gcc, so configuring glibc - # with a fresh cross-compiler works. - # Prefer to if __STDC__ is defined, since - # exists even on freestanding compilers. - # On the NeXT, cc -E runs the code through the compiler's parser, - # not just through cpp. "Syntax error" is here to catch this case. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#ifdef __STDC__ -# include -#else -# include -#endif - Syntax error -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : -else - # Broken: fails on valid input. -continue -fi -rm -f conftest.err conftest.i conftest.$ac_ext - # OK, works on sane cases. Now check whether nonexistent headers - # can be detected and how. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - # Broken: success on invalid input. -continue -else - # Passes both tests. -ac_preproc_ok=: -break -fi -rm -f conftest.err conftest.i conftest.$ac_ext -done -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. -rm -f conftest.i conftest.err conftest.$ac_ext -if $ac_preproc_ok; then : -else - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "C preprocessor \"$CPP\" fails sanity check -See \`config.log' for more details" "$LINENO" 5; } -fi - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 -$as_echo_n "checking for grep that handles long lines and -e... " >&6; } -if ${ac_cv_path_GREP+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -z "$GREP"; then - ac_path_GREP_found=false - # Loop through the user's path and test for each of PROGNAME-LIST - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_prog in grep ggrep; do - for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" - as_fn_executable_p "$ac_path_GREP" || continue -# Check for GNU ac_path_GREP and select it if it is found. - # Check for GNU $ac_path_GREP -case `"$ac_path_GREP" --version 2>&1` in -*GNU*) - ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; -*) - ac_count=0 - $as_echo_n 0123456789 >"conftest.in" - while : - do - cat "conftest.in" "conftest.in" >"conftest.tmp" - mv "conftest.tmp" "conftest.in" - cp "conftest.in" "conftest.nl" - $as_echo 'GREP' >> "conftest.nl" - "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break - diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break - as_fn_arith $ac_count + 1 && ac_count=$as_val - if test $ac_count -gt ${ac_path_GREP_max-0}; then - # Best one so far, save it but keep looking for a better one - ac_cv_path_GREP="$ac_path_GREP" - ac_path_GREP_max=$ac_count - fi - # 10*(2^10) chars as input seems more than enough - test $ac_count -gt 10 && break - done - rm -f conftest.in conftest.tmp conftest.nl conftest.out;; -esac +if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes +then : - $ac_path_GREP_found && break 3 - done - done - done -IFS=$as_save_IFS - if test -z "$ac_cv_path_GREP"; then - as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 - fi -else - ac_cv_path_GREP=$GREP -fi +printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 -$as_echo "$ac_cv_path_GREP" >&6; } - GREP="$ac_cv_path_GREP" -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 -$as_echo_n "checking for egrep... " >&6; } -if ${ac_cv_path_EGREP+:} false; then : - $as_echo_n "(cached) " >&6 -else - if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 - then ac_cv_path_EGREP="$GREP -E" - else - if test -z "$EGREP"; then - ac_path_EGREP_found=false - # Loop through the user's path and test for each of PROGNAME-LIST - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_prog in egrep; do - for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" - as_fn_executable_p "$ac_path_EGREP" || continue -# Check for GNU ac_path_EGREP and select it if it is found. - # Check for GNU $ac_path_EGREP -case `"$ac_path_EGREP" --version 2>&1` in -*GNU*) - ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; -*) - ac_count=0 - $as_echo_n 0123456789 >"conftest.in" - while : - do - cat "conftest.in" "conftest.in" >"conftest.tmp" - mv "conftest.tmp" "conftest.in" - cp "conftest.in" "conftest.nl" - $as_echo 'EGREP' >> "conftest.nl" - "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break - diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break - as_fn_arith $ac_count + 1 && ac_count=$as_val - if test $ac_count -gt ${ac_path_EGREP_max-0}; then - # Best one so far, save it but keep looking for a better one - ac_cv_path_EGREP="$ac_path_EGREP" - ac_path_EGREP_max=$ac_count - fi - # 10*(2^10) chars as input seems more than enough - test $ac_count -gt 10 && break - done - rm -f conftest.in conftest.tmp conftest.nl conftest.out;; -esac - $ac_path_EGREP_found && break 3 - done - done - done -IFS=$as_save_IFS - if test -z "$ac_cv_path_EGREP"; then - as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 - fi -else - ac_cv_path_EGREP=$EGREP -fi - fi -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 -$as_echo "$ac_cv_path_EGREP" >&6; } - EGREP="$ac_cv_path_EGREP" -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 -$as_echo_n "checking for ANSI C header files... " >&6; } -if ${ac_cv_header_stdc+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 +printf %s "checking whether it is safe to define __EXTENSIONS__... " >&6; } +if test ${ac_cv_safe_to_define___extensions__+y} +then : + printf %s "(cached) " >&6 +else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -#include -#include -#include -#include +# define __EXTENSIONS__ 1 + $ac_includes_default int -main () +main (void) { ; return 0; } _ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_cv_header_stdc=yes -else - ac_cv_header_stdc=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - -if test $ac_cv_header_stdc = yes; then - # SunOS 4.x string.h does not declare mem*, contrary to ANSI. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include - -_ACEOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "memchr" >/dev/null 2>&1; then : - -else - ac_cv_header_stdc=no +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_safe_to_define___extensions__=yes +else $as_nop + ac_cv_safe_to_define___extensions__=no fi -rm -f conftest* - +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5 +printf "%s\n" "$ac_cv_safe_to_define___extensions__" >&6; } -if test $ac_cv_header_stdc = yes; then - # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether _XOPEN_SOURCE should be defined" >&5 +printf %s "checking whether _XOPEN_SOURCE should be defined... " >&6; } +if test ${ac_cv_should_define__xopen_source+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_should_define__xopen_source=no + if test $ac_cv_header_wchar_h = yes +then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -#include - -_ACEOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "free" >/dev/null 2>&1; then : -else - ac_cv_header_stdc=no -fi -rm -f conftest* + #include + mbstate_t x; +int +main (void) +{ -fi + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : -if test $ac_cv_header_stdc = yes; then - # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. - if test "$cross_compiling" = yes; then : - : -else +else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -#include -#include -#if ((' ' & 0x0FF) == 0x020) -# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') -# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) -#else -# define ISLOWER(c) \ - (('a' <= (c) && (c) <= 'i') \ - || ('j' <= (c) && (c) <= 'r') \ - || ('s' <= (c) && (c) <= 'z')) -# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) -#endif -#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) + #define _XOPEN_SOURCE 500 + #include + mbstate_t x; int -main () +main (void) { - int i; - for (i = 0; i < 256; i++) - if (XOR (islower (i), ISLOWER (i)) - || toupper (i) != TOUPPER (i)) - return 2; + + ; return 0; } _ACEOF -if ac_fn_c_try_run "$LINENO"; then : - -else - ac_cv_header_stdc=no +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_should_define__xopen_source=yes fi -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ - conftest.$ac_objext conftest.beam conftest.$ac_ext +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext fi - +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 -$as_echo "$ac_cv_header_stdc" >&6; } -if test $ac_cv_header_stdc = yes; then +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_should_define__xopen_source" >&5 +printf "%s\n" "$ac_cv_should_define__xopen_source" >&6; } -$as_echo "#define STDC_HEADERS 1" >>confdefs.h + printf "%s\n" "#define _ALL_SOURCE 1" >>confdefs.h -fi + printf "%s\n" "#define _DARWIN_C_SOURCE 1" >>confdefs.h -# On IRIX 5.3, sys/types and inttypes.h are conflicting. -for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ - inttypes.h stdint.h unistd.h -do : - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` -ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default -" -if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 -_ACEOF + printf "%s\n" "#define _GNU_SOURCE 1" >>confdefs.h -fi + printf "%s\n" "#define _HPUX_ALT_XOPEN_SOCKET_API 1" >>confdefs.h -done + printf "%s\n" "#define _NETBSD_SOURCE 1" >>confdefs.h + printf "%s\n" "#define _OPENBSD_SOURCE 1" >>confdefs.h + printf "%s\n" "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h - ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" -if test "x$ac_cv_header_minix_config_h" = xyes; then : - MINIX=yes -else - MINIX= -fi - + printf "%s\n" "#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1" >>confdefs.h - if test "$MINIX" = yes; then + printf "%s\n" "#define __STDC_WANT_IEC_60559_BFP_EXT__ 1" >>confdefs.h -$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h + printf "%s\n" "#define __STDC_WANT_IEC_60559_DFP_EXT__ 1" >>confdefs.h + printf "%s\n" "#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1" >>confdefs.h -$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h + printf "%s\n" "#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1" >>confdefs.h + printf "%s\n" "#define __STDC_WANT_LIB_EXT2__ 1" >>confdefs.h -$as_echo "#define _MINIX 1" >>confdefs.h + printf "%s\n" "#define __STDC_WANT_MATH_SPEC_FUNCS__ 1" >>confdefs.h - fi + printf "%s\n" "#define _TANDEM_SOURCE 1" >>confdefs.h + if test $ac_cv_header_minix_config_h = yes +then : + MINIX=yes + printf "%s\n" "#define _MINIX 1" >>confdefs.h - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 -$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } -if ${ac_cv_safe_to_define___extensions__+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ + printf "%s\n" "#define _POSIX_SOURCE 1" >>confdefs.h -# define __EXTENSIONS__ 1 - $ac_includes_default -int -main () -{ + printf "%s\n" "#define _POSIX_1_SOURCE 2" >>confdefs.h - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_cv_safe_to_define___extensions__=yes -else - ac_cv_safe_to_define___extensions__=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else $as_nop + MINIX= fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5 -$as_echo "$ac_cv_safe_to_define___extensions__" >&6; } - test $ac_cv_safe_to_define___extensions__ = yes && - $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h - - $as_echo "#define _ALL_SOURCE 1" >>confdefs.h - - $as_echo "#define _GNU_SOURCE 1" >>confdefs.h - - $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h + if test $ac_cv_safe_to_define___extensions__ = yes +then : + printf "%s\n" "#define __EXTENSIONS__ 1" >>confdefs.h - $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h +fi + if test $ac_cv_should_define__xopen_source = yes +then : + printf "%s\n" "#define _XOPEN_SOURCE 500" >>confdefs.h +fi ac_ext=c @@ -4693,11 +4953,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else @@ -4705,11 +4966,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -4720,11 +4985,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -4733,11 +4998,12 @@ ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else @@ -4745,11 +5011,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -4760,11 +5030,11 @@ fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 -$as_echo "$ac_ct_CC" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi if test "x$ac_ct_CC" = x; then @@ -4772,8 +5042,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC @@ -4786,11 +5056,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else @@ -4798,11 +5069,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -4813,11 +5088,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -4826,11 +5101,12 @@ if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else @@ -4839,15 +5115,19 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -4863,33 +5143,144 @@ # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift - ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 fi +done + done +IFS=$as_save_IFS + fi fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then - for ac_prog in cl.exe - do - # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. -set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else + # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. +set dummy ${ac_tool_prefix}clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else @@ -4897,11 +5288,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_prog_CC="$ac_tool_prefix$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -4912,28 +5307,25 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi - test -n "$CC" && break - done fi -if test -z "$CC"; then +if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC - for ac_prog in cl.exe -do - # Extract the first word of "$ac_prog", so it can be a program name with args. -set dummy $ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_CC+:} false; then : - $as_echo_n "(cached) " >&6 -else + # Extract the first word of "clang", so it can be a program name with args. +set dummy clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else @@ -4941,11 +5333,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_prog_ac_ct_CC="$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -4956,50 +5352,48 @@ fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 -$as_echo "$ac_ct_CC" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi - - test -n "$ac_ct_CC" && break -done - if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi +else + CC="$ac_cv_prog_CC" fi fi -test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. -$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 -for ac_option in --version -v -V -qversion; do +for ac_option in --version -v -V -qversion -version; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 +printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then @@ -5009,20 +5403,21 @@ cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 -$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } -if ${ac_cv_c_compiler_gnu+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5 +printf %s "checking whether the compiler supports GNU C... " >&6; } +if test ${ac_cv_c_compiler_gnu+y} +then : + printf %s "(cached) " >&6 +else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int -main () +main (void) { #ifndef __GNUC__ choke me @@ -5032,29 +5427,33 @@ return 0; } _ACEOF -if ac_fn_c_try_compile "$LINENO"; then : +if ac_fn_c_try_compile "$LINENO" +then : ac_compiler_gnu=yes -else +else $as_nop ac_compiler_gnu=no fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 -$as_echo "$ac_cv_c_compiler_gnu" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; } +ac_compiler_gnu=$ac_cv_c_compiler_gnu + if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi -ac_test_CFLAGS=${CFLAGS+set} +ac_test_CFLAGS=${CFLAGS+y} ac_save_CFLAGS=$CFLAGS -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 -$as_echo_n "checking whether $CC accepts -g... " >&6; } -if ${ac_cv_prog_cc_g+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +printf %s "checking whether $CC accepts -g... " >&6; } +if test ${ac_cv_prog_cc_g+y} +then : + printf %s "(cached) " >&6 +else $as_nop ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no @@ -5063,57 +5462,60 @@ /* end confdefs.h. */ int -main () +main (void) { ; return 0; } _ACEOF -if ac_fn_c_try_compile "$LINENO"; then : +if ac_fn_c_try_compile "$LINENO" +then : ac_cv_prog_cc_g=yes -else +else $as_nop CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int -main () +main (void) { ; return 0; } _ACEOF -if ac_fn_c_try_compile "$LINENO"; then : +if ac_fn_c_try_compile "$LINENO" +then : -else +else $as_nop ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int -main () +main (void) { ; return 0; } _ACEOF -if ac_fn_c_try_compile "$LINENO"; then : +if ac_fn_c_try_compile "$LINENO" +then : ac_cv_prog_cc_g=yes fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 -$as_echo "$ac_cv_prog_cc_g" >&6; } -if test "$ac_test_CFLAGS" = set; then +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +printf "%s\n" "$ac_cv_prog_cc_g" >&6; } +if test $ac_test_CFLAGS; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then @@ -5128,94 +5530,144 @@ CFLAGS= fi fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 -$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } -if ${ac_cv_prog_cc_c89+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_cv_prog_cc_c89=no +ac_prog_cc_stdc=no +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5 +printf %s "checking for $CC option to enable C11 features... " >&6; } +if test ${ac_cv_prog_cc_c11+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c11=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -#include -#include -struct stat; -/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ -struct buf { int x; }; -FILE * (*rcsopen) (struct buf *, struct stat *, int); -static char *e (p, i) - char **p; - int i; -{ - return p[i]; -} -static char *f (char * (*g) (char **, int), char **p, ...) -{ - char *s; - va_list v; - va_start (v,p); - s = g (p, va_arg (v,int)); - va_end (v); - return s; -} - -/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has - function prototypes and stuff, but not '\xHH' hex character constants. - These don't provoke an error unfortunately, instead are silently treated - as 'x'. The following induces an error, until -std is added to get - proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an - array size at least. It's necessary to write '\x00'==0 to get something - that's true only with -std. */ -int osf4_cc_array ['\x00' == 0 ? 1 : -1]; +$ac_c_conftest_c11_program +_ACEOF +for ac_arg in '' -std=gnu11 +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c11=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c11" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi -/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters - inside strings and character constants. */ -#define FOO(x) 'x' -int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; +if test "x$ac_cv_prog_cc_c11" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c11" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 +printf "%s\n" "$ac_cv_prog_cc_c11" >&6; } + CC="$CC $ac_cv_prog_cc_c11" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11 + ac_prog_cc_stdc=c11 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5 +printf %s "checking for $CC option to enable C99 features... " >&6; } +if test ${ac_cv_prog_cc_c99+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c99=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c99_program +_ACEOF +for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99= +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c99=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c99" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi -int test (int i, double x); -struct s1 {int (*f) (int a);}; -struct s2 {int (*f) (double a);}; -int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); -int argc; -char **argv; -int -main () -{ -return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; - ; - return 0; -} +if test "x$ac_cv_prog_cc_c99" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c99" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 +printf "%s\n" "$ac_cv_prog_cc_c99" >&6; } + CC="$CC $ac_cv_prog_cc_c99" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 + ac_prog_cc_stdc=c99 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5 +printf %s "checking for $CC option to enable C89 features... " >&6; } +if test ${ac_cv_prog_cc_c89+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c89_program _ACEOF -for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ - -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" - if ac_fn_c_try_compile "$LINENO"; then : + if ac_fn_c_try_compile "$LINENO" +then : ac_cv_prog_cc_c89=$ac_arg fi -rm -f core conftest.err conftest.$ac_objext +rm -f core conftest.err conftest.$ac_objext conftest.beam test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC - fi -# AC_CACHE_VAL -case "x$ac_cv_prog_cc_c89" in - x) - { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 -$as_echo "none needed" >&6; } ;; - xno) - { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 -$as_echo "unsupported" >&6; } ;; - *) - CC="$CC $ac_cv_prog_cc_c89" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 -$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; -esac -if test "x$ac_cv_prog_cc_c89" != xno; then : +if test "x$ac_cv_prog_cc_c89" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c89" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +printf "%s\n" "$ac_cv_prog_cc_c89" >&6; } + CC="$CC $ac_cv_prog_cc_c89" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 + ac_prog_cc_stdc=c89 +fi fi ac_ext=c @@ -5224,21 +5676,23 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -ac_ext=c + + ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 -$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } -if ${am_cv_prog_cc_c_o+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +printf %s "checking whether $CC understands -c and -o together... " >&6; } +if test ${am_cv_prog_cc_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int -main () +main (void) { ; @@ -5266,8 +5720,8 @@ rm -f core conftest* unset am_i fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 -$as_echo "$am_cv_prog_cc_c_o" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +printf "%s\n" "$am_cv_prog_cc_c_o" >&6; } if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. @@ -5285,11 +5739,12 @@ depcc="$CC" am_compiler_list= -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 -$as_echo_n "checking dependency style of $depcc... " >&6; } -if ${am_cv_CC_dependencies_compiler_type+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +printf %s "checking dependency style of $depcc... " >&6; } +if test ${am_cv_CC_dependencies_compiler_type+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For @@ -5396,8 +5851,8 @@ fi fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 -$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if @@ -5414,17 +5869,18 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 -$as_echo_n "checking whether NLS is requested... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 +printf %s "checking whether NLS is requested... " >&6; } # Check whether --enable-nls was given. -if test "${enable_nls+set}" = set; then : +if test ${enable_nls+y} +then : enableval=$enable_nls; USE_NLS=$enableval -else +else $as_nop USE_NLS=yes fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 -$as_echo "$USE_NLS" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 +printf "%s\n" "$USE_NLS" >&6; } @@ -5441,21 +5897,22 @@ INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` if test -n "0.35"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intltool >= 0.35" >&5 -$as_echo_n "checking for intltool >= 0.35... " >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5 -$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for intltool >= 0.35" >&5 +printf %s "checking for intltool >= 0.35... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5 +printf "%s\n" "$INTLTOOL_APPLIED_VERSION found" >&6; } test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || as_fn_error $? "Your intltool is too old. You need intltool 0.35 or later." "$LINENO" 5 fi # Extract the first word of "intltool-update", so it can be a program name with args. set dummy intltool-update; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_INTLTOOL_UPDATE+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_INTLTOOL_UPDATE+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $INTLTOOL_UPDATE in [\\/]* | ?:[\\/]*) ac_cv_path_INTLTOOL_UPDATE="$INTLTOOL_UPDATE" # Let the user override the test with a path. @@ -5465,11 +5922,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_INTLTOOL_UPDATE="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -5481,21 +5942,22 @@ fi INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE if test -n "$INTLTOOL_UPDATE"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_UPDATE" >&5 -$as_echo "$INTLTOOL_UPDATE" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_UPDATE" >&5 +printf "%s\n" "$INTLTOOL_UPDATE" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi # Extract the first word of "intltool-merge", so it can be a program name with args. set dummy intltool-merge; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_INTLTOOL_MERGE+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_INTLTOOL_MERGE+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $INTLTOOL_MERGE in [\\/]* | ?:[\\/]*) ac_cv_path_INTLTOOL_MERGE="$INTLTOOL_MERGE" # Let the user override the test with a path. @@ -5505,11 +5967,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_INTLTOOL_MERGE="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -5521,21 +5987,22 @@ fi INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE if test -n "$INTLTOOL_MERGE"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_MERGE" >&5 -$as_echo "$INTLTOOL_MERGE" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_MERGE" >&5 +printf "%s\n" "$INTLTOOL_MERGE" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi # Extract the first word of "intltool-extract", so it can be a program name with args. set dummy intltool-extract; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_INTLTOOL_EXTRACT+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_INTLTOOL_EXTRACT+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $INTLTOOL_EXTRACT in [\\/]* | ?:[\\/]*) ac_cv_path_INTLTOOL_EXTRACT="$INTLTOOL_EXTRACT" # Let the user override the test with a path. @@ -5545,11 +6012,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_INTLTOOL_EXTRACT="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -5561,11 +6032,11 @@ fi INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT if test -n "$INTLTOOL_EXTRACT"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_EXTRACT" >&5 -$as_echo "$INTLTOOL_EXTRACT" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_EXTRACT" >&5 +printf "%s\n" "$INTLTOOL_EXTRACT" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -5715,11 +6186,12 @@ # Check the gettext tools to make sure they are GNU # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_XGETTEXT+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_XGETTEXT+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $XGETTEXT in [\\/]* | ?:[\\/]*) ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. @@ -5729,11 +6201,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_XGETTEXT="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -5745,21 +6221,22 @@ fi XGETTEXT=$ac_cv_path_XGETTEXT if test -n "$XGETTEXT"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 -$as_echo "$XGETTEXT" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 +printf "%s\n" "$XGETTEXT" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi # Extract the first word of "msgmerge", so it can be a program name with args. set dummy msgmerge; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_MSGMERGE+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_MSGMERGE+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $MSGMERGE in [\\/]* | ?:[\\/]*) ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. @@ -5769,11 +6246,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_MSGMERGE="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -5785,21 +6266,22 @@ fi MSGMERGE=$ac_cv_path_MSGMERGE if test -n "$MSGMERGE"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 -$as_echo "$MSGMERGE" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 +printf "%s\n" "$MSGMERGE" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_MSGFMT+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_MSGFMT+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $MSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. @@ -5809,11 +6291,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_MSGFMT="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -5825,21 +6311,22 @@ fi MSGFMT=$ac_cv_path_MSGFMT if test -n "$MSGFMT"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 -$as_echo "$MSGFMT" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 +printf "%s\n" "$MSGFMT" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_GMSGFMT+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_GMSGFMT+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $GMSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. @@ -5849,11 +6336,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_GMSGFMT="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -5866,11 +6357,11 @@ fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 -$as_echo "$GMSGFMT" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 +printf "%s\n" "$GMSGFMT" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -5886,11 +6377,12 @@ # Extract the first word of "perl", so it can be a program name with args. set dummy perl; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_INTLTOOL_PERL+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_INTLTOOL_PERL+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $INTLTOOL_PERL in [\\/]* | ?:[\\/]*) ac_cv_path_INTLTOOL_PERL="$INTLTOOL_PERL" # Let the user override the test with a path. @@ -5900,11 +6392,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_INTLTOOL_PERL="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -5916,33 +6412,33 @@ fi INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL if test -n "$INTLTOOL_PERL"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_PERL" >&5 -$as_echo "$INTLTOOL_PERL" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_PERL" >&5 +printf "%s\n" "$INTLTOOL_PERL" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi if test -z "$INTLTOOL_PERL"; then as_fn_error $? "perl not found" "$LINENO" 5 fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5 -$as_echo_n "checking for perl >= 5.8.1... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5 +printf %s "checking for perl >= 5.8.1... " >&6; } $INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 if test $? -ne 0; then as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5 else IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5 -$as_echo "$IT_PERL_VERSION" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5 +printf "%s\n" "$IT_PERL_VERSION" >&6; } fi if test "xno-xml" != "xno-xml"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML::Parser" >&5 -$as_echo_n "checking for XML::Parser... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XML::Parser" >&5 +printf %s "checking for XML::Parser... " >&6; } if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 -$as_echo "ok" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5 +printf "%s\n" "ok" >&6; } else as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5 fi @@ -5958,8 +6454,8 @@ case `pwd` in *\ * | *\ *) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 -$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 +printf "%s\n" "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; esac @@ -5979,28 +6475,32 @@ + ltmain=$ac_aux_dir/ltmain.sh -# Make sure we can run config.sub. -$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || - as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 -$as_echo_n "checking build system type... " >&6; } -if ${ac_cv_build+:} false; then : - $as_echo_n "(cached) " >&6 -else + + + # Make sure we can run config.sub. +$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5 + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +printf %s "checking build system type... " >&6; } +if test ${ac_cv_build+y} +then : + printf %s "(cached) " >&6 +else $as_nop ac_build_alias=$build_alias test "x$ac_build_alias" = x && - ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` + ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"` test "x$ac_build_alias" = x && as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 -ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || - as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 +ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5 fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 -$as_echo "$ac_cv_build" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +printf "%s\n" "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; @@ -6019,21 +6519,22 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 -$as_echo_n "checking host system type... " >&6; } -if ${ac_cv_host+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +printf %s "checking host system type... " >&6; } +if test ${ac_cv_host+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else - ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || - as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 + ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5 fi fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 -$as_echo "$ac_cv_host" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +printf "%s\n" "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; @@ -6073,8 +6574,8 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 -$as_echo_n "checking how to print strings... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 +printf %s "checking how to print strings... " >&6; } # Test print first, because it will be a builtin if present. if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then @@ -6100,71 +6601,231 @@ } case $ECHO in - printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 -$as_echo "printf" >&6; } ;; - print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 -$as_echo "print -r" >&6; } ;; - *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 -$as_echo "cat" >&6; } ;; + printf*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: printf" >&5 +printf "%s\n" "printf" >&6; } ;; + print*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 +printf "%s\n" "print -r" >&6; } ;; + *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: cat" >&5 +printf "%s\n" "cat" >&6; } ;; +esac + + + + + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +printf %s "checking for a sed that does not truncate output... " >&6; } +if test ${ac_cv_path_SED+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed + { ac_script=; unset ac_script;} + if test -z "$SED"; then + ac_path_SED_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in sed gsed + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_SED="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_SED" || continue +# Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +case `"$ac_path_SED" --version 2>&1` in +*GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_SED_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_SED="$ac_path_SED" + ac_path_SED_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_SED_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + fi +else + ac_cv_path_SED=$SED +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +printf "%s\n" "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + +test -z "$SED" && SED=sed +Xsed="$SED -e 1s/^X//" + + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +printf %s "checking for grep that handles long lines and -e... " >&6; } +if test ${ac_cv_path_GREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in grep ggrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_GREP" || continue +# Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac + $ac_path_GREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_GREP=$GREP +fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +printf "%s\n" "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" - - - - - - - - - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 -$as_echo_n "checking for a sed that does not truncate output... " >&6; } -if ${ac_cv_path_SED+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ - for ac_i in 1 2 3 4 5 6 7; do - ac_script="$ac_script$as_nl$ac_script" - done - echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed - { ac_script=; unset ac_script;} - if test -z "$SED"; then - ac_path_SED_found=false +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +printf %s "checking for egrep... " >&6; } +if test ${ac_cv_path_EGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_prog in sed gsed; do + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in egrep + do for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" - as_fn_executable_p "$ac_path_SED" || continue -# Check for GNU ac_path_SED and select it if it is found. - # Check for GNU $ac_path_SED -case `"$ac_path_SED" --version 2>&1` in + ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in *GNU*) - ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 - $as_echo_n 0123456789 >"conftest.in" + printf %s 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" - $as_echo '' >> "conftest.nl" - "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + printf "%s\n" 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val - if test $ac_count -gt ${ac_path_SED_max-0}; then + if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one - ac_cv_path_SED="$ac_path_SED" - ac_path_SED_max=$ac_count + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break @@ -6172,42 +6833,31 @@ rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac - $ac_path_SED_found && break 3 + $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS - if test -z "$ac_cv_path_SED"; then - as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else - ac_cv_path_SED=$SED + ac_cv_path_EGREP=$EGREP fi + fi fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 -$as_echo "$ac_cv_path_SED" >&6; } - SED="$ac_cv_path_SED" - rm -f conftest.sed - -test -z "$SED" && SED=sed -Xsed="$SED -e 1s/^X//" - - - - - - - - - +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +printf "%s\n" "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 -$as_echo_n "checking for fgrep... " >&6; } -if ${ac_cv_path_FGREP+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 +printf %s "checking for fgrep... " >&6; } +if test ${ac_cv_path_FGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 then ac_cv_path_FGREP="$GREP -F" else @@ -6218,10 +6868,15 @@ for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_prog in fgrep; do + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in fgrep + do for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" + ac_path_FGREP="$as_dir$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_FGREP" || continue # Check for GNU ac_path_FGREP and select it if it is found. # Check for GNU $ac_path_FGREP @@ -6230,13 +6885,13 @@ ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; *) ac_count=0 - $as_echo_n 0123456789 >"conftest.in" + printf %s 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" - $as_echo 'FGREP' >> "conftest.nl" + printf "%s\n" 'FGREP' >> "conftest.nl" "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val @@ -6265,8 +6920,8 @@ fi fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 -$as_echo "$ac_cv_path_FGREP" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 +printf "%s\n" "$ac_cv_path_FGREP" >&6; } FGREP="$ac_cv_path_FGREP" @@ -6291,17 +6946,18 @@ # Check whether --with-gnu-ld was given. -if test "${with_gnu_ld+set}" = set; then : +if test ${with_gnu_ld+y} +then : withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes -else +else $as_nop with_gnu_ld=no fi ac_prog=ld if test yes = "$GCC"; then # Check if gcc -print-prog-name=ld gives a path. - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 -$as_echo_n "checking for ld used by $CC... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 +printf %s "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return, which upsets mingw @@ -6330,15 +6986,16 @@ ;; esac elif test yes = "$with_gnu_ld"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 -$as_echo_n "checking for GNU ld... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 +printf %s "checking for GNU ld... " >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 -$as_echo_n "checking for non-GNU ld... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 +printf %s "checking for non-GNU ld... " >&6; } fi -if ${lt_cv_path_LD+:} false; then : - $as_echo_n "(cached) " >&6 -else +if test ${lt_cv_path_LD+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -z "$LD"; then lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do @@ -6367,18 +7024,19 @@ LD=$lt_cv_path_LD if test -n "$LD"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 -$as_echo "$LD" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 +printf "%s\n" "$LD" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 -$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } -if ${lt_cv_prog_gnu_ld+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 +printf %s "checking if the linker ($LD) is GNU ld... " >&6; } +if test ${lt_cv_prog_gnu_ld+y} +then : + printf %s "(cached) " >&6 +else $as_nop # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 -$as_echo "$lt_cv_prog_gnu_ld" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5 +printf "%s\n" "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld @@ -6401,11 +7059,12 @@ -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 -$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } -if ${lt_cv_path_NM+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 +printf %s "checking for BSD- or MS-compatible name lister (nm)... " >&6; } +if test ${lt_cv_path_NM+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM=$NM @@ -6455,8 +7114,8 @@ : ${lt_cv_path_NM=no} fi fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 -$as_echo "$lt_cv_path_NM" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 +printf "%s\n" "$lt_cv_path_NM" >&6; } if test no != "$lt_cv_path_NM"; then NM=$lt_cv_path_NM else @@ -6469,11 +7128,12 @@ do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_DUMPBIN+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DUMPBIN+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$DUMPBIN"; then ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. else @@ -6481,11 +7141,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -6496,11 +7160,11 @@ fi DUMPBIN=$ac_cv_prog_DUMPBIN if test -n "$DUMPBIN"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 -$as_echo "$DUMPBIN" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 +printf "%s\n" "$DUMPBIN" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -6513,11 +7177,12 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DUMPBIN+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$ac_ct_DUMPBIN"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. else @@ -6525,11 +7190,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -6540,11 +7209,11 @@ fi ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN if test -n "$ac_ct_DUMPBIN"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 -$as_echo "$ac_ct_DUMPBIN" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 +printf "%s\n" "$ac_ct_DUMPBIN" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -6556,8 +7225,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DUMPBIN=$ac_ct_DUMPBIN @@ -6585,11 +7254,12 @@ -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 -$as_echo_n "checking the name lister ($NM) interface... " >&6; } -if ${lt_cv_nm_interface+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 +printf %s "checking the name lister ($NM) interface... " >&6; } +if test ${lt_cv_nm_interface+y} +then : + printf %s "(cached) " >&6 +else $as_nop lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) @@ -6605,26 +7275,27 @@ fi rm -f conftest* fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 -$as_echo "$lt_cv_nm_interface" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 +printf "%s\n" "$lt_cv_nm_interface" >&6; } -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 -$as_echo_n "checking whether ln -s works... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 +printf %s "checking whether ln -s works... " >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 -$as_echo "no, using $LN_S" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 +printf "%s\n" "no, using $LN_S" >&6; } fi # find the maximum length of command line arguments -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 -$as_echo_n "checking the maximum length of command line arguments... " >&6; } -if ${lt_cv_sys_max_cmd_len+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 +printf %s "checking the maximum length of command line arguments... " >&6; } +if test ${lt_cv_sys_max_cmd_len+y} +then : + printf %s "(cached) " >&6 +else $as_nop i=0 teststring=ABCD @@ -6751,11 +7422,11 @@ fi if test -n "$lt_cv_sys_max_cmd_len"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 -$as_echo "$lt_cv_sys_max_cmd_len" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 +printf "%s\n" "$lt_cv_sys_max_cmd_len" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 -$as_echo "none" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none" >&5 +printf "%s\n" "none" >&6; } fi max_cmd_len=$lt_cv_sys_max_cmd_len @@ -6799,11 +7470,12 @@ -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 -$as_echo_n "checking how to convert $build file names to $host format... " >&6; } -if ${lt_cv_to_host_file_cmd+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 +printf %s "checking how to convert $build file names to $host format... " >&6; } +if test ${lt_cv_to_host_file_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $host in *-*-mingw* ) case $build in @@ -6839,18 +7511,19 @@ fi to_host_file_cmd=$lt_cv_to_host_file_cmd -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 -$as_echo "$lt_cv_to_host_file_cmd" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 +printf "%s\n" "$lt_cv_to_host_file_cmd" >&6; } -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 -$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } -if ${lt_cv_to_tool_file_cmd+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 +printf %s "checking how to convert $build file names to toolchain format... " >&6; } +if test ${lt_cv_to_tool_file_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop #assume ordinary cross tools, or native build. lt_cv_to_tool_file_cmd=func_convert_file_noop case $host in @@ -6866,22 +7539,23 @@ fi to_tool_file_cmd=$lt_cv_to_tool_file_cmd -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 -$as_echo "$lt_cv_to_tool_file_cmd" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 +printf "%s\n" "$lt_cv_to_tool_file_cmd" >&6; } -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 -$as_echo_n "checking for $LD option to reload object files... " >&6; } -if ${lt_cv_ld_reload_flag+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 +printf %s "checking for $LD option to reload object files... " >&6; } +if test ${lt_cv_ld_reload_flag+y} +then : + printf %s "(cached) " >&6 +else $as_nop lt_cv_ld_reload_flag='-r' fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 -$as_echo "$lt_cv_ld_reload_flag" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 +printf "%s\n" "$lt_cv_ld_reload_flag" >&6; } reload_flag=$lt_cv_ld_reload_flag case $reload_flag in "" | " "*) ;; @@ -6914,11 +7588,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_OBJDUMP+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OBJDUMP+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else @@ -6926,11 +7601,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -6941,11 +7620,11 @@ fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 -$as_echo "$OBJDUMP" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 +printf "%s\n" "$OBJDUMP" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -6954,11 +7633,12 @@ ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OBJDUMP+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else @@ -6966,11 +7646,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OBJDUMP="objdump" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -6981,11 +7665,11 @@ fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 -$as_echo "$ac_ct_OBJDUMP" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 +printf "%s\n" "$ac_ct_OBJDUMP" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then @@ -6993,8 +7677,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP @@ -7013,11 +7697,12 @@ -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 -$as_echo_n "checking how to recognize dependent libraries... " >&6; } -if ${lt_cv_deplibs_check_method+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 +printf %s "checking how to recognize dependent libraries... " >&6; } +if test ${lt_cv_deplibs_check_method+y} +then : + printf %s "(cached) " >&6 +else $as_nop lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' @@ -7213,8 +7898,8 @@ esac fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 -$as_echo "$lt_cv_deplibs_check_method" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 +printf "%s\n" "$lt_cv_deplibs_check_method" >&6; } file_magic_glob= want_nocaseglob=no @@ -7258,11 +7943,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ac_tool_prefix}dlltool; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_DLLTOOL+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DLLTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$DLLTOOL"; then ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. else @@ -7270,11 +7956,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -7285,11 +7975,11 @@ fi DLLTOOL=$ac_cv_prog_DLLTOOL if test -n "$DLLTOOL"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 -$as_echo "$DLLTOOL" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 +printf "%s\n" "$DLLTOOL" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -7298,11 +7988,12 @@ ac_ct_DLLTOOL=$DLLTOOL # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DLLTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$ac_ct_DLLTOOL"; then ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. else @@ -7310,11 +8001,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -7325,11 +8020,11 @@ fi ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL if test -n "$ac_ct_DLLTOOL"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 -$as_echo "$ac_ct_DLLTOOL" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 +printf "%s\n" "$ac_ct_DLLTOOL" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi if test "x$ac_ct_DLLTOOL" = x; then @@ -7337,8 +8032,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DLLTOOL=$ac_ct_DLLTOOL @@ -7358,11 +8053,12 @@ -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 -$as_echo_n "checking how to associate runtime and link libraries... " >&6; } -if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 +printf %s "checking how to associate runtime and link libraries... " >&6; } +if test ${lt_cv_sharedlib_from_linklib_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in @@ -7385,8 +8081,8 @@ esac fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 -$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 +printf "%s\n" "$lt_cv_sharedlib_from_linklib_cmd" >&6; } sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO @@ -7401,11 +8097,12 @@ do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_AR+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_AR+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else @@ -7413,11 +8110,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_AR="$ac_tool_prefix$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -7428,11 +8129,11 @@ fi AR=$ac_cv_prog_AR if test -n "$AR"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 -$as_echo "$AR" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +printf "%s\n" "$AR" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -7445,11 +8146,12 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_AR+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_AR+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else @@ -7457,11 +8159,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_AR="$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -7472,11 +8178,11 @@ fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 -$as_echo "$ac_ct_AR" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +printf "%s\n" "$ac_ct_AR" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -7488,8 +8194,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR @@ -7509,30 +8215,32 @@ -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 -$as_echo_n "checking for archiver @FILE support... " >&6; } -if ${lt_cv_ar_at_file+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 +printf %s "checking for archiver @FILE support... " >&6; } +if test ${lt_cv_ar_at_file+y} +then : + printf %s "(cached) " >&6 +else $as_nop lt_cv_ar_at_file=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int -main () +main (void) { ; return 0; } _ACEOF -if ac_fn_c_try_compile "$LINENO"; then : +if ac_fn_c_try_compile "$LINENO" +then : echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test 0 -eq "$ac_status"; then # Ensure the archiver fails upon bogus file names. @@ -7540,7 +8248,7 @@ { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test 0 -ne "$ac_status"; then lt_cv_ar_at_file=@ @@ -7549,11 +8257,11 @@ rm -f conftest.* libconftest.a fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 -$as_echo "$lt_cv_ar_at_file" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 +printf "%s\n" "$lt_cv_ar_at_file" >&6; } if test no = "$lt_cv_ar_at_file"; then archiver_list_spec= @@ -7570,11 +8278,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_STRIP+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else @@ -7582,11 +8291,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -7597,11 +8310,11 @@ fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 -$as_echo "$STRIP" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +printf "%s\n" "$STRIP" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -7610,11 +8323,12 @@ ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_STRIP+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else @@ -7622,11 +8336,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -7637,11 +8355,11 @@ fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 -$as_echo "$ac_ct_STRIP" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +printf "%s\n" "$ac_ct_STRIP" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then @@ -7649,8 +8367,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP @@ -7669,11 +8387,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_RANLIB+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_RANLIB+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else @@ -7681,11 +8400,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -7696,11 +8419,11 @@ fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 -$as_echo "$RANLIB" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 +printf "%s\n" "$RANLIB" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -7709,11 +8432,12 @@ ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_RANLIB+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else @@ -7721,11 +8445,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_RANLIB="ranlib" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -7736,11 +8464,11 @@ fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 -$as_echo "$ac_ct_RANLIB" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 +printf "%s\n" "$ac_ct_RANLIB" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then @@ -7748,8 +8476,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB @@ -7838,11 +8566,12 @@ # Check for command to grab the raw symbol name followed by C symbol from nm. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 -$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } -if ${lt_cv_sys_global_symbol_pipe+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 +printf %s "checking command to parse $NM output from $compiler object... " >&6; } +if test ${lt_cv_sys_global_symbol_pipe+y} +then : + printf %s "(cached) " >&6 +else $as_nop # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] @@ -7994,7 +8723,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then # Now try to grab the symbols. nlist=conftest.nm @@ -8067,7 +8796,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then pipe_works=yes fi @@ -8102,11 +8831,11 @@ lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 -$as_echo "failed" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: failed" >&5 +printf "%s\n" "failed" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 -$as_echo "ok" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5 +printf "%s\n" "ok" >&6; } fi # Response file support. @@ -8152,13 +8881,14 @@ -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 -$as_echo_n "checking for sysroot... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 +printf %s "checking for sysroot... " >&6; } # Check whether --with-sysroot was given. -if test "${with_sysroot+set}" = set; then : +if test ${with_sysroot+y} +then : withval=$with_sysroot; -else +else $as_nop with_sysroot=no fi @@ -8176,24 +8906,25 @@ no|'') ;; #( *) - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 -$as_echo "$with_sysroot" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 +printf "%s\n" "$with_sysroot" >&6; } as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 ;; esac - { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 -$as_echo "${lt_sysroot:-no}" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 +printf "%s\n" "${lt_sysroot:-no}" >&6; } -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 -$as_echo_n "checking for a working dd... " >&6; } -if ${ac_cv_path_lt_DD+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 +printf %s "checking for a working dd... " >&6; } +if test ${ac_cv_path_lt_DD+y} +then : + printf %s "(cached) " >&6 +else $as_nop printf 0123456789abcdef0123456789abcdef >conftest.i cat conftest.i conftest.i >conftest2.i : ${lt_DD:=$DD} @@ -8204,10 +8935,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_prog in dd; do + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in dd + do for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext" + ac_path_lt_DD="$as_dir$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_lt_DD" || continue if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ @@ -8227,15 +8963,16 @@ rm -f conftest.i conftest2.i conftest.out fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 -$as_echo "$ac_cv_path_lt_DD" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 +printf "%s\n" "$ac_cv_path_lt_DD" >&6; } -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 -$as_echo_n "checking how to truncate binary pipes... " >&6; } -if ${lt_cv_truncate_bin+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 +printf %s "checking how to truncate binary pipes... " >&6; } +if test ${lt_cv_truncate_bin+y} +then : + printf %s "(cached) " >&6 +else $as_nop printf 0123456789abcdef0123456789abcdef >conftest.i cat conftest.i conftest.i >conftest2.i lt_cv_truncate_bin= @@ -8246,8 +8983,8 @@ rm -f conftest.i conftest2.i conftest.out test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 -$as_echo "$lt_cv_truncate_bin" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 +printf "%s\n" "$lt_cv_truncate_bin" >&6; } @@ -8270,7 +9007,8 @@ } # Check whether --enable-libtool-lock was given. -if test "${enable_libtool_lock+set}" = set; then : +if test ${enable_libtool_lock+y} +then : enableval=$enable_libtool_lock; fi @@ -8286,7 +9024,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) @@ -8306,7 +9044,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then if test yes = "$lt_cv_prog_gnu_ld"; then case `/usr/bin/file conftest.$ac_objext` in @@ -8344,7 +9082,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then emul=elf case `/usr/bin/file conftest.$ac_objext` in @@ -8385,7 +9123,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *32-bit*) @@ -8448,11 +9186,12 @@ # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -belf" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 -$as_echo_n "checking whether the C compiler needs -belf... " >&6; } -if ${lt_cv_cc_needs_belf+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 +printf %s "checking whether the C compiler needs -belf... " >&6; } +if test ${lt_cv_cc_needs_belf+y} +then : + printf %s "(cached) " >&6 +else $as_nop ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -8463,19 +9202,20 @@ /* end confdefs.h. */ int -main () +main (void) { ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : lt_cv_cc_needs_belf=yes -else +else $as_nop lt_cv_cc_needs_belf=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' @@ -8484,8 +9224,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 -$as_echo "$lt_cv_cc_needs_belf" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 +printf "%s\n" "$lt_cv_cc_needs_belf" >&6; } if test yes != "$lt_cv_cc_needs_belf"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS=$SAVE_CFLAGS @@ -8498,7 +9238,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *64-bit*) @@ -8535,11 +9275,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. set dummy ${ac_tool_prefix}mt; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_MANIFEST_TOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$MANIFEST_TOOL"; then ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. else @@ -8547,11 +9288,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -8562,11 +9307,11 @@ fi MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL if test -n "$MANIFEST_TOOL"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 -$as_echo "$MANIFEST_TOOL" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 +printf "%s\n" "$MANIFEST_TOOL" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -8575,11 +9320,12 @@ ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL # Extract the first word of "mt", so it can be a program name with args. set dummy mt; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_MANIFEST_TOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$ac_ct_MANIFEST_TOOL"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. else @@ -8587,11 +9333,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -8602,11 +9352,11 @@ fi ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL if test -n "$ac_ct_MANIFEST_TOOL"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 -$as_echo "$ac_ct_MANIFEST_TOOL" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 +printf "%s\n" "$ac_ct_MANIFEST_TOOL" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi if test "x$ac_ct_MANIFEST_TOOL" = x; then @@ -8614,8 +9364,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL @@ -8625,11 +9375,12 @@ fi test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 -$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } -if ${lt_cv_path_mainfest_tool+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 +printf %s "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } +if test ${lt_cv_path_mainfest_tool+y} +then : + printf %s "(cached) " >&6 +else $as_nop lt_cv_path_mainfest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out @@ -8639,8 +9390,8 @@ fi rm -f conftest* fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 -$as_echo "$lt_cv_path_mainfest_tool" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 +printf "%s\n" "$lt_cv_path_mainfest_tool" >&6; } if test yes != "$lt_cv_path_mainfest_tool"; then MANIFEST_TOOL=: fi @@ -8655,11 +9406,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_DSYMUTIL+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DSYMUTIL+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$DSYMUTIL"; then ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. else @@ -8667,11 +9419,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -8682,11 +9438,11 @@ fi DSYMUTIL=$ac_cv_prog_DSYMUTIL if test -n "$DSYMUTIL"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 -$as_echo "$DSYMUTIL" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 +printf "%s\n" "$DSYMUTIL" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -8695,11 +9451,12 @@ ac_ct_DSYMUTIL=$DSYMUTIL # Extract the first word of "dsymutil", so it can be a program name with args. set dummy dsymutil; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DSYMUTIL+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$ac_ct_DSYMUTIL"; then ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. else @@ -8707,11 +9464,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -8722,11 +9483,11 @@ fi ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL if test -n "$ac_ct_DSYMUTIL"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 -$as_echo "$ac_ct_DSYMUTIL" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 +printf "%s\n" "$ac_ct_DSYMUTIL" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi if test "x$ac_ct_DSYMUTIL" = x; then @@ -8734,8 +9495,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DSYMUTIL=$ac_ct_DSYMUTIL @@ -8747,11 +9508,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. set dummy ${ac_tool_prefix}nmedit; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_NMEDIT+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_NMEDIT+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$NMEDIT"; then ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. else @@ -8759,11 +9521,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -8774,11 +9540,11 @@ fi NMEDIT=$ac_cv_prog_NMEDIT if test -n "$NMEDIT"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 -$as_echo "$NMEDIT" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 +printf "%s\n" "$NMEDIT" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -8787,11 +9553,12 @@ ac_ct_NMEDIT=$NMEDIT # Extract the first word of "nmedit", so it can be a program name with args. set dummy nmedit; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_NMEDIT+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$ac_ct_NMEDIT"; then ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. else @@ -8799,11 +9566,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_NMEDIT="nmedit" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -8814,11 +9585,11 @@ fi ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT if test -n "$ac_ct_NMEDIT"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 -$as_echo "$ac_ct_NMEDIT" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 +printf "%s\n" "$ac_ct_NMEDIT" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi if test "x$ac_ct_NMEDIT" = x; then @@ -8826,8 +9597,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac NMEDIT=$ac_ct_NMEDIT @@ -8839,11 +9610,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. set dummy ${ac_tool_prefix}lipo; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_LIPO+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_LIPO+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$LIPO"; then ac_cv_prog_LIPO="$LIPO" # Let the user override the test. else @@ -8851,11 +9623,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_LIPO="${ac_tool_prefix}lipo" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -8866,11 +9642,11 @@ fi LIPO=$ac_cv_prog_LIPO if test -n "$LIPO"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 -$as_echo "$LIPO" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 +printf "%s\n" "$LIPO" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -8879,11 +9655,12 @@ ac_ct_LIPO=$LIPO # Extract the first word of "lipo", so it can be a program name with args. set dummy lipo; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_LIPO+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_LIPO+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$ac_ct_LIPO"; then ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. else @@ -8891,11 +9668,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_LIPO="lipo" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -8906,11 +9687,11 @@ fi ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO if test -n "$ac_ct_LIPO"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 -$as_echo "$ac_ct_LIPO" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 +printf "%s\n" "$ac_ct_LIPO" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi if test "x$ac_ct_LIPO" = x; then @@ -8918,8 +9699,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac LIPO=$ac_ct_LIPO @@ -8931,11 +9712,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. set dummy ${ac_tool_prefix}otool; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_OTOOL+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$OTOOL"; then ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. else @@ -8943,11 +9725,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL="${ac_tool_prefix}otool" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -8958,11 +9744,11 @@ fi OTOOL=$ac_cv_prog_OTOOL if test -n "$OTOOL"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 -$as_echo "$OTOOL" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 +printf "%s\n" "$OTOOL" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -8971,11 +9757,12 @@ ac_ct_OTOOL=$OTOOL # Extract the first word of "otool", so it can be a program name with args. set dummy otool; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$ac_ct_OTOOL"; then ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. else @@ -8983,11 +9770,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL="otool" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -8998,11 +9789,11 @@ fi ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL if test -n "$ac_ct_OTOOL"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 -$as_echo "$ac_ct_OTOOL" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 +printf "%s\n" "$ac_ct_OTOOL" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi if test "x$ac_ct_OTOOL" = x; then @@ -9010,8 +9801,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL=$ac_ct_OTOOL @@ -9023,11 +9814,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. set dummy ${ac_tool_prefix}otool64; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_OTOOL64+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OTOOL64+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$OTOOL64"; then ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. else @@ -9035,11 +9827,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -9050,11 +9846,11 @@ fi OTOOL64=$ac_cv_prog_OTOOL64 if test -n "$OTOOL64"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 -$as_echo "$OTOOL64" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 +printf "%s\n" "$OTOOL64" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -9063,11 +9859,12 @@ ac_ct_OTOOL64=$OTOOL64 # Extract the first word of "otool64", so it can be a program name with args. set dummy otool64; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OTOOL64+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$ac_ct_OTOOL64"; then ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. else @@ -9075,11 +9872,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL64="otool64" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -9090,11 +9891,11 @@ fi ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 if test -n "$ac_ct_OTOOL64"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 -$as_echo "$ac_ct_OTOOL64" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 +printf "%s\n" "$ac_ct_OTOOL64" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi if test "x$ac_ct_OTOOL64" = x; then @@ -9102,8 +9903,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL64=$ac_ct_OTOOL64 @@ -9138,11 +9939,12 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 -$as_echo_n "checking for -single_module linker flag... " >&6; } -if ${lt_cv_apple_cc_single_mod+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 +printf %s "checking for -single_module linker flag... " >&6; } +if test ${lt_cv_apple_cc_single_mod+y} +then : + printf %s "(cached) " >&6 +else $as_nop lt_cv_apple_cc_single_mod=no if test -z "$LT_MULTI_MODULE"; then # By default we will add the -single_module flag. You can override @@ -9171,14 +9973,15 @@ rm -f conftest.* fi fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 -$as_echo "$lt_cv_apple_cc_single_mod" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 +printf "%s\n" "$lt_cv_apple_cc_single_mod" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 -$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } -if ${lt_cv_ld_exported_symbols_list+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 +printf %s "checking for -exported_symbols_list linker flag... " >&6; } +if test ${lt_cv_ld_exported_symbols_list+y} +then : + printf %s "(cached) " >&6 +else $as_nop lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym @@ -9187,31 +9990,33 @@ /* end confdefs.h. */ int -main () +main (void) { ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : lt_cv_ld_exported_symbols_list=yes -else +else $as_nop lt_cv_ld_exported_symbols_list=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 -$as_echo "$lt_cv_ld_exported_symbols_list" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 +printf "%s\n" "$lt_cv_ld_exported_symbols_list" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 -$as_echo_n "checking for -force_load linker flag... " >&6; } -if ${lt_cv_ld_force_load+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 +printf %s "checking for -force_load linker flag... " >&6; } +if test ${lt_cv_ld_force_load+y} +then : + printf %s "(cached) " >&6 +else $as_nop lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF int forced_loaded() { return 2;} @@ -9239,8 +10044,8 @@ rm -rf conftest.dSYM fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 -$as_echo "$lt_cv_ld_force_load" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 +printf "%s\n" "$lt_cv_ld_force_load" >&6; } case $host_os in rhapsody* | darwin1.[012]) _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; @@ -9251,11 +10056,11 @@ # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in - 10.0,*86*-darwin8*|10.0,*-darwin[91]*) + 10.0,*86*-darwin8*|10.0,*-darwin[912]*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; 10.[012][,.]*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; - 10.*) + 10.*|11.*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; @@ -9311,26 +10116,22 @@ esac } -for ac_header in dlfcn.h -do : - ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default +ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default " -if test "x$ac_cv_header_dlfcn_h" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_DLFCN_H 1 -_ACEOF +if test "x$ac_cv_header_dlfcn_h" = xyes +then : + printf "%s\n" "#define HAVE_DLFCN_H 1" >>confdefs.h fi -done - # Set options # Check whether --enable-static was given. -if test "${enable_static+set}" = set; then : +if test ${enable_static+y} +then : enableval=$enable_static; p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; @@ -9348,7 +10149,7 @@ IFS=$lt_save_ifs ;; esac -else +else $as_nop enable_static=no fi @@ -9368,7 +10169,8 @@ # Check whether --enable-shared was given. -if test "${enable_shared+set}" = set; then : +if test ${enable_shared+y} +then : enableval=$enable_shared; p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; @@ -9386,7 +10188,7 @@ IFS=$lt_save_ifs ;; esac -else +else $as_nop enable_shared=yes fi @@ -9401,7 +10203,8 @@ # Check whether --with-pic was given. -if test "${with_pic+set}" = set; then : +if test ${with_pic+y} +then : withval=$with_pic; lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; @@ -9418,7 +10221,7 @@ IFS=$lt_save_ifs ;; esac -else +else $as_nop pic_mode=default fi @@ -9430,7 +10233,8 @@ # Check whether --enable-fast-install was given. -if test "${enable_fast_install+set}" = set; then : +if test ${enable_fast_install+y} +then : enableval=$enable_fast_install; p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; @@ -9448,7 +10252,7 @@ IFS=$lt_save_ifs ;; esac -else +else $as_nop enable_fast_install=yes fi @@ -9462,11 +10266,12 @@ shared_archive_member_spec= case $host,$enable_shared in power*-*-aix[5-9]*,yes) - { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 -$as_echo_n "checking which variant of shared library versioning to provide... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 +printf %s "checking which variant of shared library versioning to provide... " >&6; } # Check whether --with-aix-soname was given. -if test "${with_aix_soname+set}" = set; then : +if test ${with_aix_soname+y} +then : withval=$with_aix_soname; case $withval in aix|svr4|both) ;; @@ -9475,18 +10280,19 @@ ;; esac lt_cv_with_aix_soname=$with_aix_soname -else - if ${lt_cv_with_aix_soname+:} false; then : - $as_echo_n "(cached) " >&6 -else +else $as_nop + if test ${lt_cv_with_aix_soname+y} +then : + printf %s "(cached) " >&6 +else $as_nop lt_cv_with_aix_soname=aix fi with_aix_soname=$lt_cv_with_aix_soname fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 -$as_echo "$with_aix_soname" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 +printf "%s\n" "$with_aix_soname" >&6; } if test aix != "$with_aix_soname"; then # For the AIX way of multilib, we name the shared archive member # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', @@ -9568,11 +10374,12 @@ setopt NO_GLOB_SUBST fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 -$as_echo_n "checking for objdir... " >&6; } -if ${lt_cv_objdir+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 +printf %s "checking for objdir... " >&6; } +if test ${lt_cv_objdir+y} +then : + printf %s "(cached) " >&6 +else $as_nop rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then @@ -9583,17 +10390,15 @@ fi rmdir .libs 2>/dev/null fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 -$as_echo "$lt_cv_objdir" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 +printf "%s\n" "$lt_cv_objdir" >&6; } objdir=$lt_cv_objdir -cat >>confdefs.h <<_ACEOF -#define LT_OBJDIR "$lt_cv_objdir/" -_ACEOF +printf "%s\n" "#define LT_OBJDIR \"$lt_cv_objdir/\"" >>confdefs.h @@ -9639,11 +10444,12 @@ case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 -$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } -if ${lt_cv_path_MAGIC_CMD+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 +printf %s "checking for ${ac_tool_prefix}file... " >&6; } +if test ${lt_cv_path_MAGIC_CMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. @@ -9692,11 +10498,11 @@ MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 -$as_echo "$MAGIC_CMD" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +printf "%s\n" "$MAGIC_CMD" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -9705,11 +10511,12 @@ if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 -$as_echo_n "checking for file... " >&6; } -if ${lt_cv_path_MAGIC_CMD+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for file" >&5 +printf %s "checking for file... " >&6; } +if test ${lt_cv_path_MAGIC_CMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. @@ -9758,11 +10565,11 @@ MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 -$as_echo "$MAGIC_CMD" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +printf "%s\n" "$MAGIC_CMD" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -9847,11 +10654,12 @@ lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; esac - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 -$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } -if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +printf %s "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } +if test ${lt_cv_prog_compiler_rtti_exceptions+y} +then : + printf %s "(cached) " >&6 +else $as_nop lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext @@ -9882,8 +10690,8 @@ $RM conftest* fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 -$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +printf "%s\n" "$lt_cv_prog_compiler_rtti_exceptions" >&6; } if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" @@ -10246,26 +11054,28 @@ ;; esac -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 -$as_echo_n "checking for $compiler option to produce PIC... " >&6; } -if ${lt_cv_prog_compiler_pic+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 +printf %s "checking for $compiler option to produce PIC... " >&6; } +if test ${lt_cv_prog_compiler_pic+y} +then : + printf %s "(cached) " >&6 +else $as_nop lt_cv_prog_compiler_pic=$lt_prog_compiler_pic fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 -$as_echo "$lt_cv_prog_compiler_pic" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 +printf "%s\n" "$lt_cv_prog_compiler_pic" >&6; } lt_prog_compiler_pic=$lt_cv_prog_compiler_pic # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 -$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } -if ${lt_cv_prog_compiler_pic_works+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 +printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } +if test ${lt_cv_prog_compiler_pic_works+y} +then : + printf %s "(cached) " >&6 +else $as_nop lt_cv_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext @@ -10296,8 +11106,8 @@ $RM conftest* fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 -$as_echo "$lt_cv_prog_compiler_pic_works" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 +printf "%s\n" "$lt_cv_prog_compiler_pic_works" >&6; } if test yes = "$lt_cv_prog_compiler_pic_works"; then case $lt_prog_compiler_pic in @@ -10325,11 +11135,12 @@ # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 -$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } -if ${lt_cv_prog_compiler_static_works+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } +if test ${lt_cv_prog_compiler_static_works+y} +then : + printf %s "(cached) " >&6 +else $as_nop lt_cv_prog_compiler_static_works=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS $lt_tmp_static_flag" @@ -10353,8 +11164,8 @@ LDFLAGS=$save_LDFLAGS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 -$as_echo "$lt_cv_prog_compiler_static_works" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 +printf "%s\n" "$lt_cv_prog_compiler_static_works" >&6; } if test yes = "$lt_cv_prog_compiler_static_works"; then : @@ -10368,11 +11179,12 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 -$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } -if ${lt_cv_prog_compiler_c_o+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if test ${lt_cv_prog_compiler_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest @@ -10415,19 +11227,20 @@ $RM conftest* fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 -$as_echo "$lt_cv_prog_compiler_c_o" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 -$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } -if ${lt_cv_prog_compiler_c_o+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if test ${lt_cv_prog_compiler_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest @@ -10470,8 +11283,8 @@ $RM conftest* fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 -$as_echo "$lt_cv_prog_compiler_c_o" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; } @@ -10479,19 +11292,19 @@ hard_links=nottested if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then # do not overwrite the value of need_locks provided by the user - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 -$as_echo_n "checking if we can lock with hard links... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 +printf %s "checking if we can lock with hard links... " >&6; } hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 -$as_echo "$hard_links" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 +printf "%s\n" "$hard_links" >&6; } if test no = "$hard_links"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 -$as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 +printf "%s\n" "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} need_locks=warn fi else @@ -10503,8 +11316,8 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 -$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +printf %s "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } runpath_var= allow_undefined_flag= @@ -11062,21 +11875,23 @@ if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else - if ${lt_cv_aix_libpath_+:} false; then : - $as_echo_n "(cached) " >&6 -else + if test ${lt_cv_aix_libpath_+y} +then : + printf %s "(cached) " >&6 +else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int -main () +main (void) { ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { @@ -11091,7 +11906,7 @@ lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=/usr/lib:/lib @@ -11115,21 +11930,23 @@ if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else - if ${lt_cv_aix_libpath_+:} false; then : - $as_echo_n "(cached) " >&6 -else + if test ${lt_cv_aix_libpath_+y} +then : + printf %s "(cached) " >&6 +else $as_nop cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int -main () +main (void) { ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { @@ -11144,7 +11961,7 @@ lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=/usr/lib:/lib @@ -11395,11 +12212,12 @@ # Older versions of the 11.00 compiler do not understand -b yet # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 -$as_echo_n "checking if $CC understands -b... " >&6; } -if ${lt_cv_prog_compiler__b+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 +printf %s "checking if $CC understands -b... " >&6; } +if test ${lt_cv_prog_compiler__b+y} +then : + printf %s "(cached) " >&6 +else $as_nop lt_cv_prog_compiler__b=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -b" @@ -11423,8 +12241,8 @@ LDFLAGS=$save_LDFLAGS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 -$as_echo "$lt_cv_prog_compiler__b" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 +printf "%s\n" "$lt_cv_prog_compiler__b" >&6; } if test yes = "$lt_cv_prog_compiler__b"; then archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' @@ -11464,28 +12282,30 @@ # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 -$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } -if ${lt_cv_irix_exported_symbol+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 +printf %s "checking whether the $host_os linker accepts -exported_symbol... " >&6; } +if test ${lt_cv_irix_exported_symbol+y} +then : + printf %s "(cached) " >&6 +else $as_nop save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int foo (void) { return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : lt_cv_irix_exported_symbol=yes -else +else $as_nop lt_cv_irix_exported_symbol=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 -$as_echo "$lt_cv_irix_exported_symbol" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 +printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; } if test yes = "$lt_cv_irix_exported_symbol"; then archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fi @@ -11766,8 +12586,8 @@ fi fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 -$as_echo "$ld_shlibs" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 +printf "%s\n" "$ld_shlibs" >&6; } test no = "$ld_shlibs" && can_build_shared=no with_gnu_ld=$with_gnu_ld @@ -11803,18 +12623,19 @@ # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 -$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } -if ${lt_cv_archive_cmds_need_lc+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 +printf %s "checking whether -lc should be explicitly linked in... " >&6; } +if test ${lt_cv_archive_cmds_need_lc+y} +then : + printf %s "(cached) " >&6 +else $as_nop $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 2>conftest.err; then soname=conftest lib=conftest @@ -11832,7 +12653,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then lt_cv_archive_cmds_need_lc=no @@ -11846,8 +12667,8 @@ $RM conftest* fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 -$as_echo "$lt_cv_archive_cmds_need_lc" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 +printf "%s\n" "$lt_cv_archive_cmds_need_lc" >&6; } archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc ;; esac @@ -12006,8 +12827,8 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 -$as_echo_n "checking dynamic linker characteristics... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 +printf %s "checking dynamic linker characteristics... " >&6; } if test yes = "$GCC"; then case $host_os in @@ -12568,9 +13389,10 @@ shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH - if ${lt_cv_shlibpath_overrides_runpath+:} false; then : - $as_echo_n "(cached) " >&6 -else + if test ${lt_cv_shlibpath_overrides_runpath+y} +then : + printf %s "(cached) " >&6 +else $as_nop lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir @@ -12580,19 +13402,21 @@ /* end confdefs.h. */ int -main () +main (void) { ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : - if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : +if ac_fn_c_try_link "$LINENO" +then : + if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null +then : lt_cv_shlibpath_overrides_runpath=yes fi fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS libdir=$save_libdir @@ -12836,8 +13660,8 @@ dynamic_linker=no ;; esac -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 -$as_echo "$dynamic_linker" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 +printf "%s\n" "$dynamic_linker" >&6; } test no = "$dynamic_linker" && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" @@ -12958,8 +13782,8 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 -$as_echo_n "checking how to hardcode library paths into programs... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 +printf %s "checking how to hardcode library paths into programs... " >&6; } hardcode_action= if test -n "$hardcode_libdir_flag_spec" || test -n "$runpath_var" || @@ -12983,8 +13807,8 @@ # directories. hardcode_action=unsupported fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 -$as_echo "$hardcode_action" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 +printf "%s\n" "$hardcode_action" >&6; } if test relink = "$hardcode_action" || test yes = "$inherit_rpath"; then @@ -13028,11 +13852,12 @@ darwin*) # if libdl is installed we need to link against it - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 -$as_echo_n "checking for dlopen in -ldl... " >&6; } -if ${ac_cv_lib_dl_dlopen+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +printf %s "checking for dlopen in -ldl... " >&6; } +if test ${ac_cv_lib_dl_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -13041,32 +13866,31 @@ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif char dlopen (); int -main () +main (void) { return dlopen (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : ac_cv_lib_dl_dlopen=yes -else +else $as_nop ac_cv_lib_dl_dlopen=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 -$as_echo "$ac_cv_lib_dl_dlopen" >&6; } -if test "x$ac_cv_lib_dl_dlopen" = xyes; then : +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes +then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl -else +else $as_nop lt_cv_dlopen=dyld lt_cv_dlopen_libs= @@ -13086,14 +13910,16 @@ *) ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" -if test "x$ac_cv_func_shl_load" = xyes; then : +if test "x$ac_cv_func_shl_load" = xyes +then : lt_cv_dlopen=shl_load -else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 -$as_echo_n "checking for shl_load in -ldld... " >&6; } -if ${ac_cv_lib_dld_shl_load+:} false; then : - $as_echo_n "(cached) " >&6 -else +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 +printf %s "checking for shl_load in -ldld... " >&6; } +if test ${ac_cv_lib_dld_shl_load+y} +then : + printf %s "(cached) " >&6 +else $as_nop ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -13102,41 +13928,42 @@ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif char shl_load (); int -main () +main (void) { return shl_load (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : ac_cv_lib_dld_shl_load=yes -else +else $as_nop ac_cv_lib_dld_shl_load=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 -$as_echo "$ac_cv_lib_dld_shl_load" >&6; } -if test "x$ac_cv_lib_dld_shl_load" = xyes; then : +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 +printf "%s\n" "$ac_cv_lib_dld_shl_load" >&6; } +if test "x$ac_cv_lib_dld_shl_load" = xyes +then : lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld -else +else $as_nop ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" -if test "x$ac_cv_func_dlopen" = xyes; then : +if test "x$ac_cv_func_dlopen" = xyes +then : lt_cv_dlopen=dlopen -else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 -$as_echo_n "checking for dlopen in -ldl... " >&6; } -if ${ac_cv_lib_dl_dlopen+:} false; then : - $as_echo_n "(cached) " >&6 -else +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +printf %s "checking for dlopen in -ldl... " >&6; } +if test ${ac_cv_lib_dl_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -13145,37 +13972,37 @@ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif char dlopen (); int -main () +main (void) { return dlopen (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : ac_cv_lib_dl_dlopen=yes -else +else $as_nop ac_cv_lib_dl_dlopen=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 -$as_echo "$ac_cv_lib_dl_dlopen" >&6; } -if test "x$ac_cv_lib_dl_dlopen" = xyes; then : +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes +then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl -else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 -$as_echo_n "checking for dlopen in -lsvld... " >&6; } -if ${ac_cv_lib_svld_dlopen+:} false; then : - $as_echo_n "(cached) " >&6 -else +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 +printf %s "checking for dlopen in -lsvld... " >&6; } +if test ${ac_cv_lib_svld_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -13184,37 +14011,37 @@ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif char dlopen (); int -main () +main (void) { return dlopen (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : ac_cv_lib_svld_dlopen=yes -else +else $as_nop ac_cv_lib_svld_dlopen=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 -$as_echo "$ac_cv_lib_svld_dlopen" >&6; } -if test "x$ac_cv_lib_svld_dlopen" = xyes; then : +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_svld_dlopen" >&6; } +if test "x$ac_cv_lib_svld_dlopen" = xyes +then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld -else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 -$as_echo_n "checking for dld_link in -ldld... " >&6; } -if ${ac_cv_lib_dld_dld_link+:} false; then : - $as_echo_n "(cached) " >&6 -else +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 +printf %s "checking for dld_link in -ldld... " >&6; } +if test ${ac_cv_lib_dld_dld_link+y} +then : + printf %s "(cached) " >&6 +else $as_nop ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -13223,30 +14050,29 @@ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif char dld_link (); int -main () +main (void) { return dld_link (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : ac_cv_lib_dld_dld_link=yes -else +else $as_nop ac_cv_lib_dld_dld_link=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 -$as_echo "$ac_cv_lib_dld_dld_link" >&6; } -if test "x$ac_cv_lib_dld_dld_link" = xyes; then : +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 +printf "%s\n" "$ac_cv_lib_dld_dld_link" >&6; } +if test "x$ac_cv_lib_dld_dld_link" = xyes +then : lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld fi @@ -13285,11 +14111,12 @@ save_LIBS=$LIBS LIBS="$lt_cv_dlopen_libs $LIBS" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 -$as_echo_n "checking whether a program can dlopen itself... " >&6; } -if ${lt_cv_dlopen_self+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 +printf %s "checking whether a program can dlopen itself... " >&6; } +if test ${lt_cv_dlopen_self+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test yes = "$cross_compiling"; then : lt_cv_dlopen_self=cross else @@ -13368,7 +14195,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? @@ -13386,16 +14213,17 @@ fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 -$as_echo "$lt_cv_dlopen_self" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 +printf "%s\n" "$lt_cv_dlopen_self" >&6; } if test yes = "$lt_cv_dlopen_self"; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 -$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } -if ${lt_cv_dlopen_self_static+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 +printf %s "checking whether a statically linked program can dlopen itself... " >&6; } +if test ${lt_cv_dlopen_self_static+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test yes = "$cross_compiling"; then : lt_cv_dlopen_self_static=cross else @@ -13474,7 +14302,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? @@ -13492,8 +14320,8 @@ fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 -$as_echo "$lt_cv_dlopen_self_static" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 +printf "%s\n" "$lt_cv_dlopen_self_static" >&6; } fi CPPFLAGS=$save_CPPFLAGS @@ -13531,13 +14359,13 @@ striplib= old_striplib= -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 -$as_echo_n "checking whether stripping libraries is possible... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 +printf %s "checking whether stripping libraries is possible... " >&6; } if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in @@ -13545,16 +14373,16 @@ if test -n "$STRIP"; then striplib="$STRIP -x" old_striplib="$STRIP -S" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi ;; *) - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } ;; esac fi @@ -13571,13 +14399,13 @@ # Report what library types will actually be built - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 -$as_echo_n "checking if libtool supports shared libraries... " >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 -$as_echo "$can_build_shared" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 +printf %s "checking if libtool supports shared libraries... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 +printf "%s\n" "$can_build_shared" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 -$as_echo_n "checking whether to build shared libraries... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 +printf %s "checking whether to build shared libraries... " >&6; } test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and @@ -13601,15 +14429,15 @@ fi ;; esac - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 -$as_echo "$enable_shared" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 +printf "%s\n" "$enable_shared" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 -$as_echo_n "checking whether to build static libraries... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 +printf %s "checking whether to build static libraries... " >&6; } # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 -$as_echo "$enable_static" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 +printf "%s\n" "$enable_static" >&6; } @@ -13646,64 +14474,240 @@ -for ac_header in ctype.h errno.h limits.h pwd.h signal.h time.h unistd.h locale.h stdlib.h -do : - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` -ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 -_ACEOF +ac_fn_c_check_header_compile "$LINENO" "ctype.h" "ac_cv_header_ctype_h" "$ac_includes_default" +if test "x$ac_cv_header_ctype_h" = xyes +then : + printf "%s\n" "#define HAVE_CTYPE_H 1" >>confdefs.h fi +ac_fn_c_check_header_compile "$LINENO" "errno.h" "ac_cv_header_errno_h" "$ac_includes_default" +if test "x$ac_cv_header_errno_h" = xyes +then : + printf "%s\n" "#define HAVE_ERRNO_H 1" >>confdefs.h -done +fi +ac_fn_c_check_header_compile "$LINENO" "limits.h" "ac_cv_header_limits_h" "$ac_includes_default" +if test "x$ac_cv_header_limits_h" = xyes +then : + printf "%s\n" "#define HAVE_LIMITS_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "pwd.h" "ac_cv_header_pwd_h" "$ac_includes_default" +if test "x$ac_cv_header_pwd_h" = xyes +then : + printf "%s\n" "#define HAVE_PWD_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "signal.h" "ac_cv_header_signal_h" "$ac_includes_default" +if test "x$ac_cv_header_signal_h" = xyes +then : + printf "%s\n" "#define HAVE_SIGNAL_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "time.h" "ac_cv_header_time_h" "$ac_includes_default" +if test "x$ac_cv_header_time_h" = xyes +then : + printf "%s\n" "#define HAVE_TIME_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default" +if test "x$ac_cv_header_unistd_h" = xyes +then : + printf "%s\n" "#define HAVE_UNISTD_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" +if test "x$ac_cv_header_locale_h" = xyes +then : + printf "%s\n" "#define HAVE_LOCALE_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" +if test "x$ac_cv_header_stdlib_h" = xyes +then : + printf "%s\n" "#define HAVE_STDLIB_H 1" >>confdefs.h + +fi GETTEXT_PACKAGE=xfce4-terminal -cat >>confdefs.h <<_ACEOF -#define GETTEXT_PACKAGE "$GETTEXT_PACKAGE" -_ACEOF +printf "%s\n" "#define GETTEXT_PACKAGE \"$GETTEXT_PACKAGE\"" >>confdefs.h + + + + ALL_LINGUAS="ar ast be bg ca cs da de el en_AU en_GB eo es et eu fi fr gl he hr hu hy_AM hye id ie is it ja kk ko lt lv ms nb nl oc pa pl pt pt_BR ro ru si sk sl sq sr sv te th tr ug uk ur ur_PK vi zh_CN zh_TW" + + ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" +if test "x$ac_cv_func_bind_textdomain_codeset" = xyes +then : + +fi + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for locales directory" >&5 +printf %s "checking for locales directory... " >&6; } + +# Check whether --with-locales-dir was given. +if test ${with_locales_dir+y} +then : + withval=$with_locales_dir; localedir=$withval +else $as_nop + + if test x"$CATOBJEXT" = x".mo"; then + localedir=$libdir/locale + else + localedir=$datarootdir/locale + fi + +fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $localedir" >&5 +printf "%s\n" "$localedir" >&6; } - ALL_LINGUAS="ar ast be bg ca cs da de el en_AU en_GB eo es et eu fi fr gl he hr hu hy_AM hye id ie is it ja kk ko lt lv ms nb nl oc pa pl pt pt_BR ro ru si sk sl sq sr sv te th tr ug uk ur ur_PK vi zh_CN zh_TW" +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 +printf %s "checking how to run the C preprocessor... " >&6; } +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= +fi +if test -z "$CPP"; then + if test ${ac_cv_prog_CPP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + # Double quotes because $CC needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" cpp /lib/cpp + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO" +then : - ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" -if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then : +else $as_nop + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO" +then : + # Broken: success on invalid input. +continue +else $as_nop + # Passes both tests. +ac_preproc_ok=: +break fi +rm -f conftest.err conftest.i conftest.$ac_ext +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok +then : + break +fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for locales directory" >&5 -$as_echo_n "checking for locales directory... " >&6; } + done + ac_cv_prog_CPP=$CPP -# Check whether --with-locales-dir was given. -if test "${with_locales_dir+set}" = set; then : - withval=$with_locales_dir; localedir=$withval +fi + CPP=$ac_cv_prog_CPP else + ac_cv_prog_CPP=$CPP +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 +printf "%s\n" "$CPP" >&6; } +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO" +then : - if test x"$CATOBJEXT" = x".mo"; then - localedir=$libdir/locale - else - localedir=$datarootdir/locale - fi +else $as_nop + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO" +then : + # Broken: success on invalid input. +continue +else $as_nop + # Passes both tests. +ac_preproc_ok=: +break fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok +then : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $localedir" >&5 -$as_echo "$localedir" >&6; } +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details" "$LINENO" 5; } +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5 -$as_echo_n "checking for X... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for X" >&5 +printf %s "checking for X... " >&6; } # Check whether --with-x was given. -if test "${with_x+set}" = set; then : +if test ${with_x+y} +then : withval=$with_x; fi @@ -13714,12 +14718,41 @@ else case $x_includes,$x_libraries in #( *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( - *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then : - $as_echo_n "(cached) " >&6 -else + *,NONE | NONE,*) if test ${ac_cv_have_x+y} +then : + printf %s "(cached) " >&6 +else $as_nop # One or both of the vars are not set, and there is no cached value. -ac_x_includes=no ac_x_libraries=no -rm -f -r conftest.dir +ac_x_includes=no +ac_x_libraries=no +# Do we need to do anything special at all? +ac_save_LIBS=$LIBS +LIBS="-lX11 $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main (void) +{ +XrmInitialize () + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + # We can compile and link X programs with no special options. + ac_x_includes= + ac_x_libraries= +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS="$ac_save_LIBS" +# If that didn't work, only try xmkmf and file system searches +# for native compilation. +if test x"$ac_x_includes" = xno && test "$cross_compiling" = no +then : + rm -f -r conftest.dir if mkdir conftest.dir; then cd conftest.dir cat >Imakefile <<'_ACEOF' @@ -13758,7 +14791,7 @@ rm -f -r conftest.dir fi -# Standard set of common directories for X headers. + # Standard set of common directories for X headers. # Check X11 before X11Rn because it is often a symlink to the current release. ac_x_header_dirs=' /usr/X11/include @@ -13785,6 +14818,8 @@ /usr/local/include/X11R5 /usr/local/include/X11R4 +/opt/X11/include + /usr/X386/include /usr/x386/include /usr/XFree86/include/X11 @@ -13806,10 +14841,11 @@ /* end confdefs.h. */ #include _ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : +if ac_fn_c_try_cpp "$LINENO" +then : # We can compile using X headers with no special include directory. ac_x_includes= -else +else $as_nop for ac_dir in $ac_x_header_dirs; do if test -r "$ac_dir/X11/Xlib.h"; then ac_x_includes=$ac_dir @@ -13830,20 +14866,21 @@ /* end confdefs.h. */ #include int -main () +main (void) { XrmInitialize () ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : LIBS=$ac_save_LIBS # We can link X programs with no special library path. ac_x_libraries= -else +else $as_nop LIBS=$ac_save_LIBS -for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` +for ac_dir in `printf "%s\n" "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` do # Don't even attempt the hair of trying to link an X program! for ac_extension in a so sl dylib la dll; do @@ -13854,19 +14891,21 @@ done done fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext fi # $ac_x_libraries = no +fi +# Record the results. case $ac_x_includes,$ac_x_libraries in #( - no,* | *,no | *\'*) + no,* | *,no | *\'*) : # Didn't find X, or a directory has "'" in its name. - ac_cv_have_x="have_x=no";; #( - *) + ac_cv_have_x="have_x=no" ;; #( + *) : # Record where we found X for the cache. ac_cv_have_x="have_x=yes\ ac_x_includes='$ac_x_includes'\ - ac_x_libraries='$ac_x_libraries'" + ac_x_libraries='$ac_x_libraries'" ;; esac fi ;; #( @@ -13876,8 +14915,8 @@ fi # $with_x != no if test "$have_x" != yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5 -$as_echo "$have_x" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5 +printf "%s\n" "$have_x" >&6; } no_x=yes else # If each of the values was on the command line, it overrides each guess. @@ -13887,14 +14926,14 @@ ac_cv_have_x="have_x=yes\ ac_x_includes='$x_includes'\ ac_x_libraries='$x_libraries'" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5 -$as_echo "libraries $x_libraries, headers $x_includes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5 +printf "%s\n" "libraries $x_libraries, headers $x_includes" >&6; } fi if test "$no_x" = yes; then # Not all programs may use this symbol, but it does not hurt to define it. -$as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h +printf "%s\n" "#define X_DISPLAY_MISSING 1" >>confdefs.h X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= else @@ -13907,8 +14946,8 @@ X_LIBS="$X_LIBS -L$x_libraries" # For Solaris; some versions of Sun CC require a space after -R and # others require no space. Words are not sufficient . . . . - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5 -$as_echo_n "checking whether -R must be followed by a space... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5 +printf %s "checking whether -R must be followed by a space... " >&6; } ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" ac_xsave_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes @@ -13916,42 +14955,44 @@ /* end confdefs.h. */ int -main () +main (void) { ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } +if ac_fn_c_try_link "$LINENO" +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } X_LIBS="$X_LIBS -R$x_libraries" -else +else $as_nop LIBS="$ac_xsave_LIBS -R $x_libraries" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int -main () +main (void) { ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } +if ac_fn_c_try_link "$LINENO" +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } X_LIBS="$X_LIBS -R $x_libraries" -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5 -$as_echo "neither works" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: neither works" >&5 +printf "%s\n" "neither works" >&6; } fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext ac_c_werror_flag=$ac_xsave_c_werror_flag LIBS=$ac_xsave_LIBS @@ -13974,26 +15015,25 @@ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif char XOpenDisplay (); int -main () +main (void) { return XOpenDisplay (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : -else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 -$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } -if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : - $as_echo_n "(cached) " >&6 -else +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 +printf %s "checking for dnet_ntoa in -ldnet... " >&6; } +if test ${ac_cv_lib_dnet_dnet_ntoa+y} +then : + printf %s "(cached) " >&6 +else $as_nop ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -14002,39 +15042,39 @@ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif char dnet_ntoa (); int -main () +main (void) { return dnet_ntoa (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : ac_cv_lib_dnet_dnet_ntoa=yes -else +else $as_nop ac_cv_lib_dnet_dnet_ntoa=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 -$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } -if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 +printf "%s\n" "$ac_cv_lib_dnet_dnet_ntoa" >&6; } +if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes +then : X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" fi if test $ac_cv_lib_dnet_dnet_ntoa = no; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5 -$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } -if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5 +printf %s "checking for dnet_ntoa in -ldnet_stub... " >&6; } +if test ${ac_cv_lib_dnet_stub_dnet_ntoa+y} +then : + printf %s "(cached) " >&6 +else $as_nop ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet_stub $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -14043,36 +15083,35 @@ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif char dnet_ntoa (); int -main () +main (void) { return dnet_ntoa (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : ac_cv_lib_dnet_stub_dnet_ntoa=yes -else +else $as_nop ac_cv_lib_dnet_stub_dnet_ntoa=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 -$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } -if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then : +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 +printf "%s\n" "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } +if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes +then : X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" fi fi fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_xsave_LIBS" @@ -14085,16 +15124,18 @@ # The functions gethostbyname, getservbyname, and inet_addr are # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" -if test "x$ac_cv_func_gethostbyname" = xyes; then : +if test "x$ac_cv_func_gethostbyname" = xyes +then : fi if test $ac_cv_func_gethostbyname = no; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 -$as_echo_n "checking for gethostbyname in -lnsl... " >&6; } -if ${ac_cv_lib_nsl_gethostbyname+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 +printf %s "checking for gethostbyname in -lnsl... " >&6; } +if test ${ac_cv_lib_nsl_gethostbyname+y} +then : + printf %s "(cached) " >&6 +else $as_nop ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -14103,39 +15144,39 @@ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif char gethostbyname (); int -main () +main (void) { return gethostbyname (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : ac_cv_lib_nsl_gethostbyname=yes -else +else $as_nop ac_cv_lib_nsl_gethostbyname=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5 -$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; } -if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then : +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5 +printf "%s\n" "$ac_cv_lib_nsl_gethostbyname" >&6; } +if test "x$ac_cv_lib_nsl_gethostbyname" = xyes +then : X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" fi if test $ac_cv_lib_nsl_gethostbyname = no; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5 -$as_echo_n "checking for gethostbyname in -lbsd... " >&6; } -if ${ac_cv_lib_bsd_gethostbyname+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5 +printf %s "checking for gethostbyname in -lbsd... " >&6; } +if test ${ac_cv_lib_bsd_gethostbyname+y} +then : + printf %s "(cached) " >&6 +else $as_nop ac_check_lib_save_LIBS=$LIBS LIBS="-lbsd $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -14144,30 +15185,29 @@ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif char gethostbyname (); int -main () +main (void) { return gethostbyname (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : ac_cv_lib_bsd_gethostbyname=yes -else +else $as_nop ac_cv_lib_bsd_gethostbyname=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5 -$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; } -if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then : +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5 +printf "%s\n" "$ac_cv_lib_bsd_gethostbyname" >&6; } +if test "x$ac_cv_lib_bsd_gethostbyname" = xyes +then : X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" fi @@ -14182,16 +15222,18 @@ # must be given before -lnsl if both are needed. We assume that # if connect needs -lnsl, so does gethostbyname. ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect" -if test "x$ac_cv_func_connect" = xyes; then : +if test "x$ac_cv_func_connect" = xyes +then : fi if test $ac_cv_func_connect = no; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 -$as_echo_n "checking for connect in -lsocket... " >&6; } -if ${ac_cv_lib_socket_connect+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 +printf %s "checking for connect in -lsocket... " >&6; } +if test ${ac_cv_lib_socket_connect+y} +then : + printf %s "(cached) " >&6 +else $as_nop ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $X_EXTRA_LIBS $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -14200,30 +15242,29 @@ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif char connect (); int -main () +main (void) { return connect (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : ac_cv_lib_socket_connect=yes -else +else $as_nop ac_cv_lib_socket_connect=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5 -$as_echo "$ac_cv_lib_socket_connect" >&6; } -if test "x$ac_cv_lib_socket_connect" = xyes; then : +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5 +printf "%s\n" "$ac_cv_lib_socket_connect" >&6; } +if test "x$ac_cv_lib_socket_connect" = xyes +then : X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" fi @@ -14231,16 +15272,18 @@ # Guillermo Gomez says -lposix is necessary on A/UX. ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove" -if test "x$ac_cv_func_remove" = xyes; then : +if test "x$ac_cv_func_remove" = xyes +then : fi if test $ac_cv_func_remove = no; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5 -$as_echo_n "checking for remove in -lposix... " >&6; } -if ${ac_cv_lib_posix_remove+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5 +printf %s "checking for remove in -lposix... " >&6; } +if test ${ac_cv_lib_posix_remove+y} +then : + printf %s "(cached) " >&6 +else $as_nop ac_check_lib_save_LIBS=$LIBS LIBS="-lposix $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -14249,30 +15292,29 @@ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif char remove (); int -main () +main (void) { return remove (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : ac_cv_lib_posix_remove=yes -else +else $as_nop ac_cv_lib_posix_remove=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5 -$as_echo "$ac_cv_lib_posix_remove" >&6; } -if test "x$ac_cv_lib_posix_remove" = xyes; then : +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5 +printf "%s\n" "$ac_cv_lib_posix_remove" >&6; } +if test "x$ac_cv_lib_posix_remove" = xyes +then : X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" fi @@ -14280,16 +15322,18 @@ # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat" -if test "x$ac_cv_func_shmat" = xyes; then : +if test "x$ac_cv_func_shmat" = xyes +then : fi if test $ac_cv_func_shmat = no; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5 -$as_echo_n "checking for shmat in -lipc... " >&6; } -if ${ac_cv_lib_ipc_shmat+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5 +printf %s "checking for shmat in -lipc... " >&6; } +if test ${ac_cv_lib_ipc_shmat+y} +then : + printf %s "(cached) " >&6 +else $as_nop ac_check_lib_save_LIBS=$LIBS LIBS="-lipc $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -14298,30 +15342,29 @@ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif char shmat (); int -main () +main (void) { return shmat (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : ac_cv_lib_ipc_shmat=yes -else +else $as_nop ac_cv_lib_ipc_shmat=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5 -$as_echo "$ac_cv_lib_ipc_shmat" >&6; } -if test "x$ac_cv_lib_ipc_shmat" = xyes; then : +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5 +printf "%s\n" "$ac_cv_lib_ipc_shmat" >&6; } +if test "x$ac_cv_lib_ipc_shmat" = xyes +then : X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" fi @@ -14337,11 +15380,12 @@ # These have to be linked with before -lX11, unlike the other # libraries we check for below, so use a different variable. # John Interrante, Karl Berry - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5 -$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } -if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5 +printf %s "checking for IceConnectionNumber in -lICE... " >&6; } +if test ${ac_cv_lib_ICE_IceConnectionNumber+y} +then : + printf %s "(cached) " >&6 +else $as_nop ac_check_lib_save_LIBS=$LIBS LIBS="-lICE $X_EXTRA_LIBS $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -14350,30 +15394,29 @@ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif char IceConnectionNumber (); int -main () +main (void) { return IceConnectionNumber (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : ac_cv_lib_ICE_IceConnectionNumber=yes -else +else $as_nop ac_cv_lib_ICE_IceConnectionNumber=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 -$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; } -if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then : +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 +printf "%s\n" "$ac_cv_lib_ICE_IceConnectionNumber" >&6; } +if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes +then : X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" fi @@ -14386,11 +15429,12 @@ LIBX11_CFLAGS= LIBX11_LDFLAGS= LIBX11_LIBS= if test x"$no_x" != x"yes"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lX11" >&5 -$as_echo_n "checking for main in -lX11... " >&6; } -if ${ac_cv_lib_X11_main+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for main in -lX11" >&5 +printf %s "checking for main in -lX11... " >&6; } +if test ${ac_cv_lib_X11_main+y} +then : + printf %s "(cached) " >&6 +else $as_nop ac_check_lib_save_LIBS=$LIBS LIBS="-lX11 $X_CFLAGS $X_PRE_LIBS $X_EXTRA_LIBS $X_LIBS $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -14398,28 +15442,30 @@ int -main () +main (void) { return main (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : ac_cv_lib_X11_main=yes -else +else $as_nop ac_cv_lib_X11_main=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_main" >&5 -$as_echo "$ac_cv_lib_X11_main" >&6; } -if test "x$ac_cv_lib_X11_main" = xyes; then : +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_main" >&5 +printf "%s\n" "$ac_cv_lib_X11_main" >&6; } +if test "x$ac_cv_lib_X11_main" = xyes +then : -$as_echo "#define HAVE_LIBX11 1" >>confdefs.h +printf "%s\n" "#define HAVE_LIBX11 1" >>confdefs.h LIBX11_CFLAGS="$X_CFLAGS" for option in $X_PRE_LIBS $X_EXTRA_LIBS $X_LIBS; do @@ -14464,11 +15510,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_PKG_CONFIG+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_PKG_CONFIG+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. @@ -14478,11 +15525,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -14494,11 +15545,11 @@ fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 -$as_echo "$PKG_CONFIG" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 +printf "%s\n" "$PKG_CONFIG" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -14507,11 +15558,12 @@ ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_ac_pt_PKG_CONFIG+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. @@ -14521,11 +15573,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -14537,11 +15593,11 @@ fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 -$as_echo "$ac_pt_PKG_CONFIG" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 +printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then @@ -14549,8 +15605,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG @@ -14562,14 +15618,14 @@ fi if test -n "$PKG_CONFIG"; then _pkg_min_version=$xdt_cv_PKG_CONFIG_MIN_VERSION - { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 -$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 +printf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } PKG_CONFIG="" fi fi @@ -14587,24 +15643,24 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtk+-3.0 >= 3.22.0" >&5 -$as_echo_n "checking for gtk+-3.0 >= 3.22.0... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gtk+-3.0 >= 3.22.0" >&5 +printf %s "checking for gtk+-3.0 >= 3.22.0... " >&6; } if $PKG_CONFIG "--atleast-version=3.22.0" "gtk+-3.0" >/dev/null 2>&1; then GTK_VERSION=`$PKG_CONFIG --modversion "gtk+-3.0"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_VERSION" >&5 -$as_echo "$GTK_VERSION" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GTK_VERSION" >&5 +printf "%s\n" "$GTK_VERSION" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: checking GTK_CFLAGS" >&5 -$as_echo_n "checking GTK_CFLAGS... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking GTK_CFLAGS" >&5 +printf %s "checking GTK_CFLAGS... " >&6; } GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_CFLAGS" >&5 -$as_echo "$GTK_CFLAGS" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GTK_CFLAGS" >&5 +printf "%s\n" "$GTK_CFLAGS" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: checking GTK_LIBS" >&5 -$as_echo_n "checking GTK_LIBS... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking GTK_LIBS" >&5 +printf %s "checking GTK_LIBS... " >&6; } GTK_LIBS=`$PKG_CONFIG --libs "gtk+-3.0"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_LIBS" >&5 -$as_echo "$GTK_LIBS" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GTK_LIBS" >&5 +printf "%s\n" "$GTK_LIBS" >&6; } GTK_REQUIRED_VERSION=3.22.0 @@ -14616,8 +15672,8 @@ elif $PKG_CONFIG --exists "gtk+-3.0" >/dev/null 2>&1; then xdt_cv_version=`$PKG_CONFIG --modversion "gtk+-3.0"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5 -$as_echo "found, but $xdt_cv_version" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5 +printf "%s\n" "found, but $xdt_cv_version" >&6; } echo "*** The required package gtk+-3.0 was found on your system," @@ -14629,8 +15685,8 @@ exit 1 else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 -$as_echo "not found" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5 +printf "%s\n" "not found" >&6; } echo "*** The required package gtk+-3.0 was not found on your system." @@ -14659,11 +15715,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_PKG_CONFIG+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_PKG_CONFIG+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. @@ -14673,11 +15730,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -14689,11 +15750,11 @@ fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 -$as_echo "$PKG_CONFIG" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 +printf "%s\n" "$PKG_CONFIG" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -14702,11 +15763,12 @@ ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_ac_pt_PKG_CONFIG+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. @@ -14716,11 +15778,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -14732,11 +15798,11 @@ fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 -$as_echo "$ac_pt_PKG_CONFIG" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 +printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then @@ -14744,8 +15810,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG @@ -14757,14 +15823,14 @@ fi if test -n "$PKG_CONFIG"; then _pkg_min_version=$xdt_cv_PKG_CONFIG_MIN_VERSION - { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 -$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 +printf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } PKG_CONFIG="" fi fi @@ -14782,26 +15848,26 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vte-2.91 >= 0.46" >&5 -$as_echo_n "checking for vte-2.91 >= 0.46... " >&6; } - if $PKG_CONFIG "--atleast-version=0.46" "vte-2.91" >/dev/null 2>&1; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for vte-2.91 >= 0.51.3" >&5 +printf %s "checking for vte-2.91 >= 0.51.3... " >&6; } + if $PKG_CONFIG "--atleast-version=0.51.3" "vte-2.91" >/dev/null 2>&1; then VTE_VERSION=`$PKG_CONFIG --modversion "vte-2.91"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VTE_VERSION" >&5 -$as_echo "$VTE_VERSION" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $VTE_VERSION" >&5 +printf "%s\n" "$VTE_VERSION" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: checking VTE_CFLAGS" >&5 -$as_echo_n "checking VTE_CFLAGS... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking VTE_CFLAGS" >&5 +printf %s "checking VTE_CFLAGS... " >&6; } VTE_CFLAGS=`$PKG_CONFIG --cflags "vte-2.91"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VTE_CFLAGS" >&5 -$as_echo "$VTE_CFLAGS" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $VTE_CFLAGS" >&5 +printf "%s\n" "$VTE_CFLAGS" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: checking VTE_LIBS" >&5 -$as_echo_n "checking VTE_LIBS... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking VTE_LIBS" >&5 +printf %s "checking VTE_LIBS... " >&6; } VTE_LIBS=`$PKG_CONFIG --libs "vte-2.91"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VTE_LIBS" >&5 -$as_echo "$VTE_LIBS" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $VTE_LIBS" >&5 +printf "%s\n" "$VTE_LIBS" >&6; } - VTE_REQUIRED_VERSION=0.46 + VTE_REQUIRED_VERSION=0.51.3 @@ -14811,25 +15877,25 @@ elif $PKG_CONFIG --exists "vte-2.91" >/dev/null 2>&1; then xdt_cv_version=`$PKG_CONFIG --modversion "vte-2.91"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5 -$as_echo "found, but $xdt_cv_version" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5 +printf "%s\n" "found, but $xdt_cv_version" >&6; } echo "*** The required package vte-2.91 was found on your system," echo "*** but the installed version ($xdt_cv_version) is too old." - echo "*** Please upgrade vte-2.91 to atleast version 0.46, or adjust" + echo "*** Please upgrade vte-2.91 to atleast version 0.51.3, or adjust" echo "*** the PKG_CONFIG_PATH environment variable if you installed" echo "*** the new version of the package in a nonstandard prefix so" echo "*** pkg-config is able to find it." exit 1 else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 -$as_echo "not found" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5 +printf "%s\n" "not found" >&6; } echo "*** The required package vte-2.91 was not found on your system." - echo "*** Please install vte-2.91 (atleast version 0.46) or adjust" + echo "*** Please install vte-2.91 (atleast version 0.51.3) or adjust" echo "*** the PKG_CONFIG_PATH environment variable if you" echo "*** installed the package in a nonstandard prefix so that" echo "*** pkg-config is able to find it." @@ -14854,11 +15920,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_PKG_CONFIG+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_PKG_CONFIG+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. @@ -14868,11 +15935,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -14884,11 +15955,11 @@ fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 -$as_echo "$PKG_CONFIG" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 +printf "%s\n" "$PKG_CONFIG" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -14897,11 +15968,12 @@ ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_ac_pt_PKG_CONFIG+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. @@ -14911,11 +15983,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -14927,11 +16003,11 @@ fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 -$as_echo "$ac_pt_PKG_CONFIG" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 +printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then @@ -14939,8 +16015,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG @@ -14952,14 +16028,14 @@ fi if test -n "$PKG_CONFIG"; then _pkg_min_version=$xdt_cv_PKG_CONFIG_MIN_VERSION - { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 -$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 +printf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } PKG_CONFIG="" fi fi @@ -14977,24 +16053,24 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gio-2.0 >= 2.42.0" >&5 -$as_echo_n "checking for gio-2.0 >= 2.42.0... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gio-2.0 >= 2.42.0" >&5 +printf %s "checking for gio-2.0 >= 2.42.0... " >&6; } if $PKG_CONFIG "--atleast-version=2.42.0" "gio-2.0" >/dev/null 2>&1; then GIO_VERSION=`$PKG_CONFIG --modversion "gio-2.0"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GIO_VERSION" >&5 -$as_echo "$GIO_VERSION" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GIO_VERSION" >&5 +printf "%s\n" "$GIO_VERSION" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: checking GIO_CFLAGS" >&5 -$as_echo_n "checking GIO_CFLAGS... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking GIO_CFLAGS" >&5 +printf %s "checking GIO_CFLAGS... " >&6; } GIO_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GIO_CFLAGS" >&5 -$as_echo "$GIO_CFLAGS" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GIO_CFLAGS" >&5 +printf "%s\n" "$GIO_CFLAGS" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: checking GIO_LIBS" >&5 -$as_echo_n "checking GIO_LIBS... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking GIO_LIBS" >&5 +printf %s "checking GIO_LIBS... " >&6; } GIO_LIBS=`$PKG_CONFIG --libs "gio-2.0"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GIO_LIBS" >&5 -$as_echo "$GIO_LIBS" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GIO_LIBS" >&5 +printf "%s\n" "$GIO_LIBS" >&6; } GIO_REQUIRED_VERSION=2.42.0 @@ -15006,8 +16082,8 @@ elif $PKG_CONFIG --exists "gio-2.0" >/dev/null 2>&1; then xdt_cv_version=`$PKG_CONFIG --modversion "gio-2.0"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5 -$as_echo "found, but $xdt_cv_version" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5 +printf "%s\n" "found, but $xdt_cv_version" >&6; } echo "*** The required package gio-2.0 was found on your system," @@ -15019,8 +16095,8 @@ exit 1 else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 -$as_echo "not found" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5 +printf "%s\n" "not found" >&6; } echo "*** The required package gio-2.0 was not found on your system." @@ -15049,11 +16125,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_PKG_CONFIG+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_PKG_CONFIG+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. @@ -15063,11 +16140,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -15079,11 +16160,11 @@ fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 -$as_echo "$PKG_CONFIG" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 +printf "%s\n" "$PKG_CONFIG" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -15092,11 +16173,12 @@ ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_ac_pt_PKG_CONFIG+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. @@ -15106,11 +16188,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -15122,11 +16208,11 @@ fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 -$as_echo "$ac_pt_PKG_CONFIG" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 +printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then @@ -15134,8 +16220,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG @@ -15147,14 +16233,14 @@ fi if test -n "$PKG_CONFIG"; then _pkg_min_version=$xdt_cv_PKG_CONFIG_MIN_VERSION - { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 -$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 +printf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } PKG_CONFIG="" fi fi @@ -15172,26 +16258,26 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxfce4ui-2 >= 4.14.0" >&5 -$as_echo_n "checking for libxfce4ui-2 >= 4.14.0... " >&6; } - if $PKG_CONFIG "--atleast-version=4.14.0" "libxfce4ui-2" >/dev/null 2>&1; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libxfce4ui-2 >= 4.16.0" >&5 +printf %s "checking for libxfce4ui-2 >= 4.16.0... " >&6; } + if $PKG_CONFIG "--atleast-version=4.16.0" "libxfce4ui-2" >/dev/null 2>&1; then LIBXFCE4UI_VERSION=`$PKG_CONFIG --modversion "libxfce4ui-2"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4UI_VERSION" >&5 -$as_echo "$LIBXFCE4UI_VERSION" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4UI_VERSION" >&5 +printf "%s\n" "$LIBXFCE4UI_VERSION" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBXFCE4UI_CFLAGS" >&5 -$as_echo_n "checking LIBXFCE4UI_CFLAGS... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking LIBXFCE4UI_CFLAGS" >&5 +printf %s "checking LIBXFCE4UI_CFLAGS... " >&6; } LIBXFCE4UI_CFLAGS=`$PKG_CONFIG --cflags "libxfce4ui-2"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4UI_CFLAGS" >&5 -$as_echo "$LIBXFCE4UI_CFLAGS" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4UI_CFLAGS" >&5 +printf "%s\n" "$LIBXFCE4UI_CFLAGS" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBXFCE4UI_LIBS" >&5 -$as_echo_n "checking LIBXFCE4UI_LIBS... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking LIBXFCE4UI_LIBS" >&5 +printf %s "checking LIBXFCE4UI_LIBS... " >&6; } LIBXFCE4UI_LIBS=`$PKG_CONFIG --libs "libxfce4ui-2"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4UI_LIBS" >&5 -$as_echo "$LIBXFCE4UI_LIBS" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4UI_LIBS" >&5 +printf "%s\n" "$LIBXFCE4UI_LIBS" >&6; } - LIBXFCE4UI_REQUIRED_VERSION=4.14.0 + LIBXFCE4UI_REQUIRED_VERSION=4.16.0 @@ -15201,25 +16287,25 @@ elif $PKG_CONFIG --exists "libxfce4ui-2" >/dev/null 2>&1; then xdt_cv_version=`$PKG_CONFIG --modversion "libxfce4ui-2"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5 -$as_echo "found, but $xdt_cv_version" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5 +printf "%s\n" "found, but $xdt_cv_version" >&6; } echo "*** The required package libxfce4ui-2 was found on your system," echo "*** but the installed version ($xdt_cv_version) is too old." - echo "*** Please upgrade libxfce4ui-2 to atleast version 4.14.0, or adjust" + echo "*** Please upgrade libxfce4ui-2 to atleast version 4.16.0, or adjust" echo "*** the PKG_CONFIG_PATH environment variable if you installed" echo "*** the new version of the package in a nonstandard prefix so" echo "*** pkg-config is able to find it." exit 1 else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 -$as_echo "not found" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5 +printf "%s\n" "not found" >&6; } echo "*** The required package libxfce4ui-2 was not found on your system." - echo "*** Please install libxfce4ui-2 (atleast version 4.14.0) or adjust" + echo "*** Please install libxfce4ui-2 (atleast version 4.16.0) or adjust" echo "*** the PKG_CONFIG_PATH environment variable if you" echo "*** installed the package in a nonstandard prefix so that" echo "*** pkg-config is able to find it." @@ -15244,11 +16330,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_PKG_CONFIG+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_PKG_CONFIG+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. @@ -15258,11 +16345,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -15274,11 +16365,11 @@ fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 -$as_echo "$PKG_CONFIG" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 +printf "%s\n" "$PKG_CONFIG" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -15287,11 +16378,12 @@ ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_ac_pt_PKG_CONFIG+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. @@ -15301,11 +16393,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -15317,11 +16413,11 @@ fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 -$as_echo "$ac_pt_PKG_CONFIG" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 +printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then @@ -15329,8 +16425,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG @@ -15342,14 +16438,14 @@ fi if test -n "$PKG_CONFIG"; then _pkg_min_version=$xdt_cv_PKG_CONFIG_MIN_VERSION - { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 -$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 +printf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } PKG_CONFIG="" fi fi @@ -15367,26 +16463,26 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxfconf-0 >= 4.14.0" >&5 -$as_echo_n "checking for libxfconf-0 >= 4.14.0... " >&6; } - if $PKG_CONFIG "--atleast-version=4.14.0" "libxfconf-0" >/dev/null 2>&1; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libxfconf-0 >= 4.16.0" >&5 +printf %s "checking for libxfconf-0 >= 4.16.0... " >&6; } + if $PKG_CONFIG "--atleast-version=4.16.0" "libxfconf-0" >/dev/null 2>&1; then XFCONF_VERSION=`$PKG_CONFIG --modversion "libxfconf-0"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XFCONF_VERSION" >&5 -$as_echo "$XFCONF_VERSION" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $XFCONF_VERSION" >&5 +printf "%s\n" "$XFCONF_VERSION" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: checking XFCONF_CFLAGS" >&5 -$as_echo_n "checking XFCONF_CFLAGS... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking XFCONF_CFLAGS" >&5 +printf %s "checking XFCONF_CFLAGS... " >&6; } XFCONF_CFLAGS=`$PKG_CONFIG --cflags "libxfconf-0"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XFCONF_CFLAGS" >&5 -$as_echo "$XFCONF_CFLAGS" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $XFCONF_CFLAGS" >&5 +printf "%s\n" "$XFCONF_CFLAGS" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: checking XFCONF_LIBS" >&5 -$as_echo_n "checking XFCONF_LIBS... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking XFCONF_LIBS" >&5 +printf %s "checking XFCONF_LIBS... " >&6; } XFCONF_LIBS=`$PKG_CONFIG --libs "libxfconf-0"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XFCONF_LIBS" >&5 -$as_echo "$XFCONF_LIBS" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $XFCONF_LIBS" >&5 +printf "%s\n" "$XFCONF_LIBS" >&6; } - XFCONF_REQUIRED_VERSION=4.14.0 + XFCONF_REQUIRED_VERSION=4.16.0 @@ -15396,25 +16492,25 @@ elif $PKG_CONFIG --exists "libxfconf-0" >/dev/null 2>&1; then xdt_cv_version=`$PKG_CONFIG --modversion "libxfconf-0"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5 -$as_echo "found, but $xdt_cv_version" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5 +printf "%s\n" "found, but $xdt_cv_version" >&6; } echo "*** The required package libxfconf-0 was found on your system," echo "*** but the installed version ($xdt_cv_version) is too old." - echo "*** Please upgrade libxfconf-0 to atleast version 4.14.0, or adjust" + echo "*** Please upgrade libxfconf-0 to atleast version 4.16.0, or adjust" echo "*** the PKG_CONFIG_PATH environment variable if you installed" echo "*** the new version of the package in a nonstandard prefix so" echo "*** pkg-config is able to find it." exit 1 else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 -$as_echo "not found" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5 +printf "%s\n" "not found" >&6; } echo "*** The required package libxfconf-0 was not found on your system." - echo "*** Please install libxfconf-0 (atleast version 4.14.0) or adjust" + echo "*** Please install libxfconf-0 (atleast version 4.16.0) or adjust" echo "*** the PKG_CONFIG_PATH environment variable if you" echo "*** installed the package in a nonstandard prefix so that" echo "*** pkg-config is able to find it." @@ -15439,11 +16535,12 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_PKG_CONFIG+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_PKG_CONFIG+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. @@ -15453,11 +16550,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -15469,11 +16570,11 @@ fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 -$as_echo "$PKG_CONFIG" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 +printf "%s\n" "$PKG_CONFIG" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -15482,11 +16583,12 @@ ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_ac_pt_PKG_CONFIG+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. @@ -15496,11 +16598,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -15512,11 +16618,11 @@ fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 -$as_echo "$ac_pt_PKG_CONFIG" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 +printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then @@ -15524,8 +16630,8 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG @@ -15537,14 +16643,14 @@ fi if test -n "$PKG_CONFIG"; then _pkg_min_version=$xdt_cv_PKG_CONFIG_MIN_VERSION - { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 -$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 +printf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } PKG_CONFIG="" fi fi @@ -15562,26 +16668,26 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxfce4kbd-private-3 >= 4.14.0" >&5 -$as_echo_n "checking for libxfce4kbd-private-3 >= 4.14.0... " >&6; } - if $PKG_CONFIG "--atleast-version=4.14.0" "libxfce4kbd-private-3" >/dev/null 2>&1; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libxfce4kbd-private-3 >= 4.16.0" >&5 +printf %s "checking for libxfce4kbd-private-3 >= 4.16.0... " >&6; } + if $PKG_CONFIG "--atleast-version=4.16.0" "libxfce4kbd-private-3" >/dev/null 2>&1; then LIBXFCE4KBD_PRIVATE_VERSION=`$PKG_CONFIG --modversion "libxfce4kbd-private-3"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4KBD_PRIVATE_VERSION" >&5 -$as_echo "$LIBXFCE4KBD_PRIVATE_VERSION" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4KBD_PRIVATE_VERSION" >&5 +printf "%s\n" "$LIBXFCE4KBD_PRIVATE_VERSION" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBXFCE4KBD_PRIVATE_CFLAGS" >&5 -$as_echo_n "checking LIBXFCE4KBD_PRIVATE_CFLAGS... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking LIBXFCE4KBD_PRIVATE_CFLAGS" >&5 +printf %s "checking LIBXFCE4KBD_PRIVATE_CFLAGS... " >&6; } LIBXFCE4KBD_PRIVATE_CFLAGS=`$PKG_CONFIG --cflags "libxfce4kbd-private-3"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4KBD_PRIVATE_CFLAGS" >&5 -$as_echo "$LIBXFCE4KBD_PRIVATE_CFLAGS" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4KBD_PRIVATE_CFLAGS" >&5 +printf "%s\n" "$LIBXFCE4KBD_PRIVATE_CFLAGS" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBXFCE4KBD_PRIVATE_LIBS" >&5 -$as_echo_n "checking LIBXFCE4KBD_PRIVATE_LIBS... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking LIBXFCE4KBD_PRIVATE_LIBS" >&5 +printf %s "checking LIBXFCE4KBD_PRIVATE_LIBS... " >&6; } LIBXFCE4KBD_PRIVATE_LIBS=`$PKG_CONFIG --libs "libxfce4kbd-private-3"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4KBD_PRIVATE_LIBS" >&5 -$as_echo "$LIBXFCE4KBD_PRIVATE_LIBS" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4KBD_PRIVATE_LIBS" >&5 +printf "%s\n" "$LIBXFCE4KBD_PRIVATE_LIBS" >&6; } - LIBXFCE4KBD_PRIVATE_REQUIRED_VERSION=4.14.0 + LIBXFCE4KBD_PRIVATE_REQUIRED_VERSION=4.16.0 @@ -15591,25 +16697,25 @@ elif $PKG_CONFIG --exists "libxfce4kbd-private-3" >/dev/null 2>&1; then xdt_cv_version=`$PKG_CONFIG --modversion "libxfce4kbd-private-3"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5 -$as_echo "found, but $xdt_cv_version" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5 +printf "%s\n" "found, but $xdt_cv_version" >&6; } echo "*** The required package libxfce4kbd-private-3 was found on your system," echo "*** but the installed version ($xdt_cv_version) is too old." - echo "*** Please upgrade libxfce4kbd-private-3 to atleast version 4.14.0, or adjust" + echo "*** Please upgrade libxfce4kbd-private-3 to atleast version 4.16.0, or adjust" echo "*** the PKG_CONFIG_PATH environment variable if you installed" echo "*** the new version of the package in a nonstandard prefix so" echo "*** pkg-config is able to find it." exit 1 else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 -$as_echo "not found" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5 +printf "%s\n" "not found" >&6; } echo "*** The required package libxfce4kbd-private-3 was not found on your system." - echo "*** Please install libxfce4kbd-private-3 (atleast version 4.14.0) or adjust" + echo "*** Please install libxfce4kbd-private-3 (atleast version 4.16.0) or adjust" echo "*** the PKG_CONFIG_PATH environment variable if you" echo "*** installed the package in a nonstandard prefix so that" echo "*** pkg-config is able to find it." @@ -15620,18 +16726,20 @@ # Check whether --with-utempter was given. -if test "${with_utempter+set}" = set; then : +if test ${with_utempter+y} +then : withval=$with_utempter; -else +else $as_nop with_utempter=no fi if test x"$with_utempter" = x"yes"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utempter_add_record in -lutempter" >&5 -$as_echo_n "checking for utempter_add_record in -lutempter... " >&6; } -if ${ac_cv_lib_utempter_utempter_add_record+:} false; then : - $as_echo_n "(cached) " >&6 -else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for utempter_add_record in -lutempter" >&5 +printf %s "checking for utempter_add_record in -lutempter... " >&6; } +if test ${ac_cv_lib_utempter_utempter_add_record+y} +then : + printf %s "(cached) " >&6 +else $as_nop ac_check_lib_save_LIBS=$LIBS LIBS="-lutempter $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -15640,37 +16748,34 @@ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif char utempter_add_record (); int -main () +main (void) { return utempter_add_record (); ; return 0; } _ACEOF -if ac_fn_c_try_link "$LINENO"; then : +if ac_fn_c_try_link "$LINENO" +then : ac_cv_lib_utempter_utempter_add_record=yes -else +else $as_nop ac_cv_lib_utempter_utempter_add_record=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_utempter_utempter_add_record" >&5 -$as_echo "$ac_cv_lib_utempter_utempter_add_record" >&6; } -if test "x$ac_cv_lib_utempter_utempter_add_record" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_LIBUTEMPTER 1 -_ACEOF +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_utempter_utempter_add_record" >&5 +printf "%s\n" "$ac_cv_lib_utempter_utempter_add_record" >&6; } +if test "x$ac_cv_lib_utempter_utempter_add_record" = xyes +then : + printf "%s\n" "#define HAVE_LIBUTEMPTER 1" >>confdefs.h LIBS="-lutempter $LIBS" -else +else $as_nop with_utempter=no fi @@ -15690,25 +16795,26 @@ # Check whether --with-gnome-default-appsdir was given. -if test "${with_gnome_default_appsdir+set}" = set; then : +if test ${with_gnome_default_appsdir+y} +then : withval=$with_gnome_default_appsdir; gnome_default_appsdir="$withval" fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gnome default applications dir" >&5 -$as_echo_n "checking for Gnome default applications dir... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Gnome default applications dir" >&5 +printf %s "checking for Gnome default applications dir... " >&6; } if test x"$gnome_default_appsdir" = x""; then GNOME_DEFAULT_APPSDIR="`$PKG_CONFIG --variable=defappsdir gnome-default-applications`" if test -n "$GNOME_DEFAULT_APPSDIR"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using path supplied by gnome-control-center" >&5 -$as_echo "Using path supplied by gnome-control-center" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: Using path supplied by gnome-control-center" >&5 +printf "%s\n" "Using path supplied by gnome-control-center" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using prefix of terminal" >&5 -$as_echo "Using prefix of terminal" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: Using prefix of terminal" >&5 +printf "%s\n" "Using prefix of terminal" >&6; } fi else GNOME_DEFAULT_APPSDIR="$gnome_default_appsdir" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using path supplied by user" >&5 -$as_echo "Using path supplied by user" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: Using path supplied by user" >&5 +printf "%s\n" "Using path supplied by user" >&6; } fi if test -n "$GNOME_DEFAULT_APPSDIR"; then HAVE_GNOME_DEFAULT_APPSDIR_TRUE= @@ -15724,37 +16830,38 @@ gtk_doc_requires="gtk-doc >= 1.9" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtk-doc" >&5 -$as_echo_n "checking for gtk-doc... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gtk-doc" >&5 +printf %s "checking for gtk-doc... " >&6; } if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_doc_requires\""; } >&5 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_doc_requires\""; } >&5 ($PKG_CONFIG --exists --print-errors "$gtk_doc_requires") 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then have_gtk_doc=yes else have_gtk_doc=no fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_gtk_doc" >&5 -$as_echo "$have_gtk_doc" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_gtk_doc" >&5 +printf "%s\n" "$have_gtk_doc" >&6; } if test "$have_gtk_doc" = "no"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: You will not be able to create source packages with 'make dist' because $gtk_doc_requires is not found." >&5 -$as_echo "$as_me: WARNING: +printf "%s\n" "$as_me: WARNING: You will not be able to create source packages with 'make dist' because $gtk_doc_requires is not found." >&2;} fi # Extract the first word of "gtkdoc-check", so it can be a program name with args. set dummy gtkdoc-check; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_GTKDOC_CHECK+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_GTKDOC_CHECK+y} +then : + printf %s "(cached) " >&6 +else $as_nop if test -n "$GTKDOC_CHECK"; then ac_cv_prog_GTKDOC_CHECK="$GTKDOC_CHECK" # Let the user override the test. else @@ -15762,11 +16869,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ac_cv_prog_GTKDOC_CHECK="gtkdoc-check.test" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -15777,21 +16888,22 @@ fi GTKDOC_CHECK=$ac_cv_prog_GTKDOC_CHECK if test -n "$GTKDOC_CHECK"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&5 -$as_echo "$GTKDOC_CHECK" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&5 +printf "%s\n" "$GTKDOC_CHECK" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi # Extract the first word of "gtkdoc-check", so it can be a program name with args. set dummy gtkdoc-check; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_GTKDOC_CHECK_PATH+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_GTKDOC_CHECK_PATH+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $GTKDOC_CHECK_PATH in [\\/]* | ?:[\\/]*) ac_cv_path_GTKDOC_CHECK_PATH="$GTKDOC_CHECK_PATH" # Let the user override the test with a path. @@ -15801,11 +16913,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_GTKDOC_CHECK_PATH="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_GTKDOC_CHECK_PATH="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -15817,11 +16933,11 @@ fi GTKDOC_CHECK_PATH=$ac_cv_path_GTKDOC_CHECK_PATH if test -n "$GTKDOC_CHECK_PATH"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK_PATH" >&5 -$as_echo "$GTKDOC_CHECK_PATH" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK_PATH" >&5 +printf "%s\n" "$GTKDOC_CHECK_PATH" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -15829,11 +16945,12 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_GTKDOC_REBASE+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_GTKDOC_REBASE+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $GTKDOC_REBASE in [\\/]* | ?:[\\/]*) ac_cv_path_GTKDOC_REBASE="$GTKDOC_REBASE" # Let the user override the test with a path. @@ -15843,11 +16960,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_GTKDOC_REBASE="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_GTKDOC_REBASE="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -15859,11 +16980,11 @@ fi GTKDOC_REBASE=$ac_cv_path_GTKDOC_REBASE if test -n "$GTKDOC_REBASE"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_REBASE" >&5 -$as_echo "$GTKDOC_REBASE" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_REBASE" >&5 +printf "%s\n" "$GTKDOC_REBASE" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi @@ -15873,11 +16994,12 @@ # Extract the first word of "gtkdoc-mkpdf", so it can be a program name with args. set dummy gtkdoc-mkpdf; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_GTKDOC_MKPDF+:} false; then : - $as_echo_n "(cached) " >&6 -else +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_GTKDOC_MKPDF+y} +then : + printf %s "(cached) " >&6 +else $as_nop case $GTKDOC_MKPDF in [\\/]* | ?:[\\/]*) ac_cv_path_GTKDOC_MKPDF="$GTKDOC_MKPDF" # Let the user override the test with a path. @@ -15887,11 +17009,15 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_GTKDOC_MKPDF="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_GTKDOC_MKPDF="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -15903,20 +17029,21 @@ fi GTKDOC_MKPDF=$ac_cv_path_GTKDOC_MKPDF if test -n "$GTKDOC_MKPDF"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_MKPDF" >&5 -$as_echo "$GTKDOC_MKPDF" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_MKPDF" >&5 +printf "%s\n" "$GTKDOC_MKPDF" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } fi # Check whether --with-html-dir was given. -if test "${with_html_dir+set}" = set; then : +if test ${with_html_dir+y} +then : withval=$with_html_dir; -else +else $as_nop with_html_dir='${datadir}/gtk-doc/html' fi @@ -15924,17 +17051,18 @@ # Check whether --enable-gtk-doc was given. -if test "${enable_gtk_doc+set}" = set; then : +if test ${enable_gtk_doc+y} +then : enableval=$enable_gtk_doc; -else +else $as_nop enable_gtk_doc=no fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5 -$as_echo_n "checking whether to build gtk-doc documentation... " >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_gtk_doc" >&5 -$as_echo "$enable_gtk_doc" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5 +printf %s "checking whether to build gtk-doc documentation... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_gtk_doc" >&5 +printf "%s\n" "$enable_gtk_doc" >&6; } if test "x$enable_gtk_doc" = "xyes" && test "$have_gtk_doc" = "no"; then as_fn_error $? " @@ -15946,17 +17074,17 @@ if test "x$PACKAGE_NAME" != "xglib"; then pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTKDOC_DEPS" >&5 -$as_echo_n "checking for GTKDOC_DEPS... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" >&5 +printf %s "checking for glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0... " >&6; } if test -n "$GTKDOC_DEPS_CFLAGS"; then pkg_cv_GTKDOC_DEPS_CFLAGS="$GTKDOC_DEPS_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0\""; } >&5 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0") 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_GTKDOC_DEPS_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes @@ -15970,10 +17098,10 @@ pkg_cv_GTKDOC_DEPS_LIBS="$GTKDOC_DEPS_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0\""; } >&5 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0") 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_GTKDOC_DEPS_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes @@ -15987,8 +17115,8 @@ if test $pkg_failed = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes @@ -16005,29 +17133,31 @@ : elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } : else GTKDOC_DEPS_CFLAGS=$pkg_cv_GTKDOC_DEPS_CFLAGS GTKDOC_DEPS_LIBS=$pkg_cv_GTKDOC_DEPS_LIBS - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } fi fi # Check whether --enable-gtk-doc-html was given. -if test "${enable_gtk_doc_html+set}" = set; then : +if test ${enable_gtk_doc_html+y} +then : enableval=$enable_gtk_doc_html; -else +else $as_nop enable_gtk_doc_html=yes fi # Check whether --enable-gtk-doc-pdf was given. -if test "${enable_gtk_doc_pdf+set}" = set; then : +if test ${enable_gtk_doc_pdf+y} +then : enableval=$enable_gtk_doc_pdf; -else +else $as_nop enable_gtk_doc_pdf=no fi @@ -16093,9 +17223,10 @@ # Check whether --enable-debug was given. -if test "${enable_debug+set}" = set; then : +if test ${enable_debug+y} +then : enableval=$enable_debug; enable_debug=$enableval -else +else $as_nop enable_debug=minimum fi @@ -16110,11 +17241,11 @@ -Winit-self -Wmissing-include-dirs -Wundef \ -Wnested-externs -Wredundant-decls" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build with debugging support" >&5 -$as_echo_n "checking whether to build with debugging support... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build with debugging support" >&5 +printf %s "checking whether to build with debugging support... " >&6; } if test x"$enable_debug" = x"full" -o x"$enable_debug" = x"yes"; then -$as_echo "#define DEBUG 1" >>confdefs.h +printf "%s\n" "#define DEBUG 1" >>confdefs.h CPPFLAGS="$CPPFLAGS" @@ -16125,16 +17256,16 @@ if test x"$enable_debug" = x"full"; then -$as_echo "#define DEBUG_TRACE 1" >>confdefs.h +printf "%s\n" "#define DEBUG_TRACE 1" >>confdefs.h xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -O0 -g" CPPFLAGS="$CPPFLAGS -DG_ENABLE_DEBUG" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: full" >&5 -$as_echo "full" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: full" >&5 +printf "%s\n" "full" >&6; } else xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -g -Wshadow" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } fi else xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -Wshadow" @@ -16142,33 +17273,34 @@ if test x"$enable_debug" = x"no"; then CPPFLAGS="$CPPFLAGS -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: minimum" >&5 -$as_echo "minimum" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: minimum" >&5 +printf "%s\n" "minimum" >&6; } fi fi for flag in $xdt_cv_additional_CFLAGS; do - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports $flag" >&5 -$as_echo_n "checking if $CC supports $flag... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports $flag" >&5 +printf %s "checking if $CC supports $flag... " >&6; } saved_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $flag" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ _ACEOF -if ac_fn_c_try_compile "$LINENO"; then : +if ac_fn_c_try_compile "$LINENO" +then : flag_supported=yes -else +else $as_nop flag_supported=no fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext CFLAGS="$saved_CFLAGS" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $flag_supported" >&5 -$as_echo "$flag_supported" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $flag_supported" >&5 +printf "%s\n" "$flag_supported" >&6; } if test "x$flag_supported" = "xyes"; then supported_CFLAGS="$supported_CFLAGS $flag" @@ -16186,59 +17318,60 @@ # Check whether --enable-linker-opts was given. -if test "${enable_linker_opts+set}" = set; then : +if test ${enable_linker_opts+y} +then : enableval=$enable_linker_opts; enable_linker_opts=$enableval -else +else $as_nop enable_linker_opts=yes fi if test "x$enable_linker_opts" != "xno"; then if test x`uname` != x"OpenBSD"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $LD accepts --as-needed" >&5 -$as_echo_n "checking whether $LD accepts --as-needed... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $LD accepts --as-needed" >&5 +printf %s "checking whether $LD accepts --as-needed... " >&6; } case `$LD --as-needed -v 2>&1 &5 -$as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } ;; *) - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } ;; esac fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $LD accepts -O1" >&5 -$as_echo_n "checking whether $LD accepts -O1... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $LD accepts -O1" >&5 +printf %s "checking whether $LD accepts -O1... " >&6; } case `$LD -O1 -v 2>&1 &5 -$as_echo "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } ;; *) - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } ;; esac fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking PLATFORM_CPPFLAGS" >&5 -$as_echo_n "checking PLATFORM_CPPFLAGS... " >&6; } -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PLATFORM_CPPFLAGS" >&5 -$as_echo "$PLATFORM_CPPFLAGS" >&6; } - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking PLATFORM_CFLAGS" >&5 -$as_echo_n "checking PLATFORM_CFLAGS... " >&6; } -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PLATFORM_CFLAGS" >&5 -$as_echo "$PLATFORM_CFLAGS" >&6; } - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking PLATFORM_LDFLAGS" >&5 -$as_echo_n "checking PLATFORM_LDFLAGS... " >&6; } -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PLATFORM_LDFLAGS" >&5 -$as_echo "$PLATFORM_LDFLAGS" >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking PLATFORM_CPPFLAGS" >&5 +printf %s "checking PLATFORM_CPPFLAGS... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PLATFORM_CPPFLAGS" >&5 +printf "%s\n" "$PLATFORM_CPPFLAGS" >&6; } + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking PLATFORM_CFLAGS" >&5 +printf %s "checking PLATFORM_CFLAGS... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PLATFORM_CFLAGS" >&5 +printf "%s\n" "$PLATFORM_CFLAGS" >&6; } + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking PLATFORM_LDFLAGS" >&5 +printf %s "checking PLATFORM_LDFLAGS... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PLATFORM_LDFLAGS" >&5 +printf "%s\n" "$PLATFORM_LDFLAGS" >&6; } ac_config_files="$ac_config_files Makefile colorschemes/Makefile doc/Makefile po/Makefile.in terminal/Makefile terminal/terminal-config.h icons/Makefile icons/16x16/Makefile icons/24x24/Makefile icons/32x32/Makefile icons/48x48/Makefile icons/128x128/Makefile icons/scalable/Makefile" @@ -16270,8 +17403,8 @@ case $ac_val in #( *${as_nl}*) case $ac_var in #( - *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 -$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( @@ -16301,15 +17434,15 @@ /^ac_cv_env_/b end t clear :clear - s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then if test "x$cache_file" != "x/dev/null"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 -$as_echo "$as_me: updating cache $cache_file" >&6;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +printf "%s\n" "$as_me: updating cache $cache_file" >&6;} if test ! -f "$cache_file" || test -h "$cache_file"; then cat confcache >"$cache_file" else @@ -16323,8 +17456,8 @@ fi fi else - { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 -$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache @@ -16341,7 +17474,7 @@ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' - ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" @@ -16352,14 +17485,14 @@ LTLIBOBJS=$ac_ltlibobjs -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 -$as_echo_n "checking that generated files are newer than configure... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +printf %s "checking that generated files are newer than configure... " >&6; } if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 -$as_echo "done" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 +printf "%s\n" "done" >&6; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' @@ -16425,8 +17558,8 @@ ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" -{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 -$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL @@ -16449,14 +17582,16 @@ # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : +as_nop=: +if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST -else +else $as_nop case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( @@ -16466,46 +17601,46 @@ fi + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. as_nl=' ' export as_nl -# Printing a long string crashes Solaris 7 /usr/bin/printf. -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo -# Prefer a ksh shell builtin over an external printf program on Solaris, -# but without wasting forks for bash or zsh. -if test -z "$BASH_VERSION$ZSH_VERSION" \ - && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='print -r --' - as_echo_n='print -rn --' -elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='printf %s\n' - as_echo_n='printf %s' -else - if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then - as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' - as_echo_n='/usr/ucb/echo -n' - else - as_echo_body='eval expr "X$1" : "X\\(.*\\)"' - as_echo_n_body='eval - arg=$1; - case $arg in #( - *"$as_nl"*) - expr "X$arg" : "X\\(.*\\)$as_nl"; - arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; - esac; - expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" - ' - export as_echo_n_body - as_echo_n='sh -c $as_echo_n_body as_echo' - fi - export as_echo_body - as_echo='sh -c $as_echo_body as_echo' -fi +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi # The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then +if ${PATH_SEPARATOR+false} :; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || @@ -16514,13 +17649,6 @@ fi -# IFS -# We need space, tab and new line, in precisely that order. Quoting is -# there to prevent editors from complaining about space-tab. -# (If _AS_PATH_WALK were called with IFS unset, it would disable word -# splitting by setting IFS to empty value.) -IFS=" "" $as_nl" - # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( @@ -16529,8 +17657,12 @@ for as_dir in $PATH do IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + test -r "$as_dir$0" && as_myself=$as_dir$0 && break done IFS=$as_save_IFS @@ -16542,30 +17674,10 @@ as_myself=$0 fi if test ! -f "$as_myself"; then - $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi -# Unset variables that we do not need and which cause bugs (e.g. in -# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" -# suppresses any "Segmentation fault" message there. '((' could -# trigger a bug in pdksh 5.2.14. -for as_var in BASH_ENV ENV MAIL MAILPATH -do eval test x\${$as_var+set} = xset \ - && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : -done -PS1='$ ' -PS2='> ' -PS4='+ ' - -# NLS nuisances. -LC_ALL=C -export LC_ALL -LANGUAGE=C -export LANGUAGE - -# CDPATH. -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH # as_fn_error STATUS ERROR [LINENO LOG_FD] @@ -16578,13 +17690,14 @@ as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi - $as_echo "$as_me: error: $2" >&2 + printf "%s\n" "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error + # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. @@ -16611,18 +17724,20 @@ { eval $1=; unset $1;} } as_unset=as_fn_unset + # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. -if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +then : eval 'as_fn_append () { eval $1+=\$2 }' -else +else $as_nop as_fn_append () { eval $1=\$$1\$2 @@ -16634,12 +17749,13 @@ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. -if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +then : eval 'as_fn_arith () { as_val=$(( $* )) }' -else +else $as_nop as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` @@ -16670,7 +17786,7 @@ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X/"$0" | +printf "%s\n" X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -16692,6 +17808,10 @@ as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) @@ -16705,6 +17825,12 @@ ECHO_N='-n';; esac +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_echo='printf %s\n' +as_echo_n='printf %s' + rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file @@ -16746,7 +17872,7 @@ as_dirs= while :; do case $as_dir in #( - *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" @@ -16755,7 +17881,7 @@ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$as_dir" | +printf "%s\n" X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -16817,8 +17943,8 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by xfce4-terminal $as_me 0.9.1, which was -generated by GNU Autoconf 2.69. Invocation command line was +This file was extended by xfce4-terminal $as_me 1.0.4, which was +generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -16880,14 +18006,16 @@ Report bugs to ." _ACEOF +ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` +ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" +ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -xfce4-terminal config.status 0.9.1 -configured by $0, generated by GNU Autoconf 2.69, +xfce4-terminal config.status 1.0.4 +configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" -Copyright (C) 2012 Free Software Foundation, Inc. +Copyright (C) 2021 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." @@ -16927,15 +18055,15 @@ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) - $as_echo "$ac_cs_version"; exit ;; + printf "%s\n" "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) - $as_echo "$ac_cs_config"; exit ;; + printf "%s\n" "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in - *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" @@ -16943,7 +18071,7 @@ --header | --heade | --head | --hea ) $ac_shift case $ac_optarg in - *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append CONFIG_HEADERS " '$ac_optarg'" ac_need_defaults=false;; @@ -16952,7 +18080,7 @@ as_fn_error $? "ambiguous option: \`$1' Try \`$0 --help' for more information.";; --help | --hel | -h ) - $as_echo "$ac_cs_usage"; exit ;; + printf "%s\n" "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; @@ -16980,7 +18108,7 @@ if \$ac_cs_recheck; then set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift - \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" @@ -16994,7 +18122,7 @@ sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX - $as_echo "$ac_log" + printf "%s\n" "$ac_log" } >&5 _ACEOF @@ -17323,9 +18451,9 @@ # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then - test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files - test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers - test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands + test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files + test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers + test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree @@ -17661,7 +18789,7 @@ esac || as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac - case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done @@ -17669,17 +18797,17 @@ # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` - $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" - { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 -$as_echo "$as_me: creating $ac_file" >&6;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +printf "%s\n" "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) - ac_sed_conf_input=`$as_echo "$configure_input" | + ac_sed_conf_input=`printf "%s\n" "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac @@ -17696,7 +18824,7 @@ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$ac_file" | +printf "%s\n" X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -17720,9 +18848,9 @@ case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) - ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -17784,8 +18912,8 @@ case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 -$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' @@ -17829,9 +18957,9 @@ { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ "$ac_tmp/out"`; test -z "$ac_out"; } && - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 -$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" @@ -17847,20 +18975,20 @@ # if test x"$ac_file" != x-; then { - $as_echo "/* $configure_input */" \ + printf "%s\n" "/* $configure_input */" >&1 \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" } >"$ac_tmp/config.h" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then - { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 -$as_echo "$as_me: $ac_file is unchanged" >&6;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +printf "%s\n" "$as_me: $ac_file is unchanged" >&6;} else rm -f "$ac_file" mv "$ac_tmp/config.h" "$ac_file" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 fi else - $as_echo "/* $configure_input */" \ + printf "%s\n" "/* $configure_input */" >&1 \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error $? "could not create -" "$LINENO" 5 fi @@ -17880,7 +19008,7 @@ X"$_am_arg" : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$_am_arg" | +printf "%s\n" X"$_am_arg" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -17900,8 +19028,8 @@ s/.*/./; q'`/stamp-h$_am_stamp_count ;; - :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 -$as_echo "$as_me: executing $ac_file commands" >&6;} + :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +printf "%s\n" "$as_me: executing $ac_file commands" >&6;} ;; esac @@ -17927,7 +19055,7 @@ for am_mf do # Strip MF so we end up with the name of the file. - am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` + am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile which includes # dependency-tracking related rules and includes. # Grep'ing the whole file directly is not great: AIX grep has a line @@ -17939,7 +19067,7 @@ X"$am_mf" : 'X\(//\)[^/]' \| \ X"$am_mf" : 'X\(//\)$' \| \ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$am_mf" | +printf "%s\n" X"$am_mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -17961,7 +19089,7 @@ $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ X"$am_mf" : 'X\(//\)$' \| \ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X/"$am_mf" | +printf "%s\n" X/"$am_mf" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -17986,10 +19114,12 @@ (exit $ac_status); } || am_rc=$? done if test $am_rc -ne 0; then - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "Something went wrong bootstrapping makefile fragments - for automatic dependency tracking. Try re-running configure with the + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE=\"gmake\" (or whatever is + necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking). See \`config.log' for more details" "$LINENO" 5; } @@ -18528,6 +19658,7 @@ esac + ltmain=$ac_aux_dir/ltmain.sh @@ -18597,8 +19728,8 @@ $ac_cs_success || as_fn_exit 1 fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 -$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi @@ -18607,3 +19738,4 @@ echo echo "* Debug support: $enable_debug" echo + diff -Nru xfce4-terminal-0.9.1/configure.ac xfce4-terminal-1.0.4/configure.ac --- xfce4-terminal-0.9.1/configure.ac 2021-12-10 11:24:34.000000000 +0000 +++ xfce4-terminal-1.0.4/configure.ac 2022-05-22 09:20:17.000000000 +0000 @@ -13,11 +13,11 @@ dnl *************************** dnl *** Version information *** dnl *************************** -m4_define([terminal_version_major], [0]) -m4_define([terminal_version_minor], [9]) -m4_define([terminal_version_micro], [1]) +m4_define([terminal_version_major], [1]) +m4_define([terminal_version_minor], [0]) +m4_define([terminal_version_micro], [4]) m4_define([terminal_version_nano], []) -m4_define([terminal_version_build], [469b5f17]) +m4_define([terminal_version_build], [UNKNOWN]) m4_define([terminal_version_tag], []) m4_define([terminal_version_dbus], [5]) m4_define([terminal_version], [terminal_version_major().terminal_version_minor().terminal_version_micro()ifelse(terminal_version_nano(), [], [], [.terminal_version_nano()])ifelse(terminal_version_tag(), [git], [terminal_version_tag()-terminal_version_build()], [terminal_version_tag()])]) @@ -41,7 +41,7 @@ Written by Benedikt Meurer .]) AC_INIT([xfce4-terminal], [terminal_version], [https://gitlab.xfce.org/apps/xfce4-terminal/]) -AC_REVISION([469b5f17]) +AC_REVISION([UNKNOWN]) AC_PREREQ([2.69]) AC_ARG_PROGRAM() @@ -98,11 +98,11 @@ dnl *** Check for required packages *** dnl *********************************** XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.22.0]) -XDT_CHECK_PACKAGE([VTE], [vte-2.91], [0.46]) +XDT_CHECK_PACKAGE([VTE], [vte-2.91], [0.51.3]) XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.42.0]) -XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.14.0]) -XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.14.0]) -XDT_CHECK_PACKAGE([LIBXFCE4KBD_PRIVATE], [libxfce4kbd-private-3], [4.14.0]) +XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.16.0]) +XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.16.0]) +XDT_CHECK_PACKAGE([LIBXFCE4KBD_PRIVATE], [libxfce4kbd-private-3], [4.16.0]) dnl **************************************** dnl *** Check if we need to use utempter *** diff -Nru xfce4-terminal-0.9.1/debian/changelog xfce4-terminal-1.0.4/debian/changelog --- xfce4-terminal-0.9.1/debian/changelog 2021-12-14 11:00:02.000000000 +0000 +++ xfce4-terminal-1.0.4/debian/changelog 2022-05-24 07:25:22.000000000 +0000 @@ -1,3 +1,16 @@ +xfce4-terminal (1.0.4-1) unstable; urgency=medium + + * New upstream version 1.0.4 + + -- Yves-Alexis Perez Tue, 24 May 2022 09:25:22 +0200 + +xfce4-terminal (1.0.3-1) unstable; urgency=medium + + * fix typo in README.Debian + * New upstream version 1.0.3 + + -- Yves-Alexis Perez Fri, 13 May 2022 19:35:24 +0200 + xfce4-terminal (0.9.1-1) experimental; urgency=medium * New upstream version 0.9.1 diff -Nru xfce4-terminal-0.9.1/debian/README.Debian xfce4-terminal-1.0.4/debian/README.Debian --- xfce4-terminal-0.9.1/debian/README.Debian 2021-12-14 11:00:02.000000000 +0000 +++ xfce4-terminal-1.0.4/debian/README.Debian 2022-05-24 07:25:22.000000000 +0000 @@ -1,7 +1,7 @@ * Tabs In Terminal when you cycle through tabs, the default behaviour is to stop at -theend and at the beginning. +the end and at the beginning. For xfce4-terminal, we have set an hidden option in ~/.config/Terminal/terminalrc, called MiscCycleTabs, and set to true by diff -Nru xfce4-terminal-0.9.1/depcomp xfce4-terminal-1.0.4/depcomp --- xfce4-terminal-0.9.1/depcomp 2021-12-10 11:24:40.000000000 +0000 +++ xfce4-terminal-1.0.4/depcomp 2022-05-22 09:20:24.000000000 +0000 @@ -3,7 +3,7 @@ scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# Copyright (C) 1999-2021 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 diff -Nru xfce4-terminal-0.9.1/doc/Makefile.in xfce4-terminal-1.0.4/doc/Makefile.in --- xfce4-terminal-0.9.1/doc/Makefile.in 2021-12-10 11:24:40.000000000 +0000 +++ xfce4-terminal-1.0.4/doc/Makefile.in 2022-05-22 09:20:24.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -91,10 +91,10 @@ host_triplet = @host@ subdir = doc ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) @@ -169,6 +169,8 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ @@ -179,6 +181,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ +ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ @@ -430,7 +433,6 @@ cscope cscopelist: - distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -Nru xfce4-terminal-0.9.1/doc/xfce4-terminal.1 xfce4-terminal-1.0.4/doc/xfce4-terminal.1 --- xfce4-terminal-0.9.1/doc/xfce4-terminal.1 2021-12-10 11:24:44.000000000 +0000 +++ xfce4-terminal-1.0.4/doc/xfce4-terminal.1 2022-05-22 09:07:06.000000000 +0000 @@ -1,13 +1,13 @@ '\" t .\" Title: xfce4-terminal .\" Author: Sergios - Anestis Kefalidis -.\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 12/10/2021 +.\" Generator: DocBook XSL Stylesheets vsnapshot +.\" Date: 05/22/2022 .\" Manual: Xfce .\" Source: xfce4-terminal .\" Language: English .\" -.TH "XFCE4\-TERMINAL" "1" "12/10/2021" "xfce4-terminal" "Xfce" +.TH "XFCE4\-TERMINAL" "1" "05/22/2022" "xfce4-terminal" "Xfce" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -Nru xfce4-terminal-0.9.1/icons/128x128/Makefile.in xfce4-terminal-1.0.4/icons/128x128/Makefile.in --- xfce4-terminal-0.9.1/icons/128x128/Makefile.in 2021-12-10 11:24:40.000000000 +0000 +++ xfce4-terminal-1.0.4/icons/128x128/Makefile.in 2022-05-22 09:20:24.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -90,10 +90,10 @@ host_triplet = @host@ subdir = icons/128x128 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) @@ -166,6 +166,8 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ @@ -176,6 +178,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ +ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ @@ -406,7 +409,6 @@ cscope cscopelist: - distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -Nru xfce4-terminal-0.9.1/icons/16x16/Makefile.in xfce4-terminal-1.0.4/icons/16x16/Makefile.in --- xfce4-terminal-0.9.1/icons/16x16/Makefile.in 2021-12-10 11:24:40.000000000 +0000 +++ xfce4-terminal-1.0.4/icons/16x16/Makefile.in 2022-05-22 09:20:24.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -90,10 +90,10 @@ host_triplet = @host@ subdir = icons/16x16 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) @@ -166,6 +166,8 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ @@ -176,6 +178,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ +ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ @@ -406,7 +409,6 @@ cscope cscopelist: - distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -Nru xfce4-terminal-0.9.1/icons/24x24/Makefile.in xfce4-terminal-1.0.4/icons/24x24/Makefile.in --- xfce4-terminal-0.9.1/icons/24x24/Makefile.in 2021-12-10 11:24:40.000000000 +0000 +++ xfce4-terminal-1.0.4/icons/24x24/Makefile.in 2022-05-22 09:20:24.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -90,10 +90,10 @@ host_triplet = @host@ subdir = icons/24x24 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) @@ -166,6 +166,8 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ @@ -176,6 +178,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ +ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ @@ -406,7 +409,6 @@ cscope cscopelist: - distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -Nru xfce4-terminal-0.9.1/icons/32x32/Makefile.in xfce4-terminal-1.0.4/icons/32x32/Makefile.in --- xfce4-terminal-0.9.1/icons/32x32/Makefile.in 2021-12-10 11:24:40.000000000 +0000 +++ xfce4-terminal-1.0.4/icons/32x32/Makefile.in 2022-05-22 09:20:24.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -90,10 +90,10 @@ host_triplet = @host@ subdir = icons/32x32 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) @@ -166,6 +166,8 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ @@ -176,6 +178,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ +ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ @@ -406,7 +409,6 @@ cscope cscopelist: - distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -Nru xfce4-terminal-0.9.1/icons/48x48/Makefile.in xfce4-terminal-1.0.4/icons/48x48/Makefile.in --- xfce4-terminal-0.9.1/icons/48x48/Makefile.in 2021-12-10 11:24:40.000000000 +0000 +++ xfce4-terminal-1.0.4/icons/48x48/Makefile.in 2022-05-22 09:20:24.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -90,10 +90,10 @@ host_triplet = @host@ subdir = icons/48x48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) @@ -166,6 +166,8 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ @@ -176,6 +178,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ +ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ @@ -406,7 +409,6 @@ cscope cscopelist: - distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -Nru xfce4-terminal-0.9.1/icons/Makefile.in xfce4-terminal-1.0.4/icons/Makefile.in --- xfce4-terminal-0.9.1/icons/Makefile.in 2021-12-10 11:24:40.000000000 +0000 +++ xfce4-terminal-1.0.4/icons/Makefile.in 2022-05-22 09:20:24.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -89,10 +89,10 @@ host_triplet = @host@ subdir = icons ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) @@ -152,8 +152,6 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` -ETAGS = etags -CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -196,6 +194,8 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ @@ -206,6 +206,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ +ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ @@ -509,7 +510,6 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -Nru xfce4-terminal-0.9.1/icons/scalable/Makefile.in xfce4-terminal-1.0.4/icons/scalable/Makefile.in --- xfce4-terminal-0.9.1/icons/scalable/Makefile.in 2021-12-10 11:24:40.000000000 +0000 +++ xfce4-terminal-1.0.4/icons/scalable/Makefile.in 2022-05-22 09:20:24.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -90,10 +90,10 @@ host_triplet = @host@ subdir = icons/scalable ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) @@ -166,6 +166,8 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ @@ -176,6 +178,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ +ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ @@ -406,7 +409,6 @@ cscope cscopelist: - distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am diff -Nru xfce4-terminal-0.9.1/install-sh xfce4-terminal-1.0.4/install-sh --- xfce4-terminal-0.9.1/install-sh 2021-12-10 11:24:40.000000000 +0000 +++ xfce4-terminal-1.0.4/install-sh 2022-05-22 09:20:24.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2018-03-11.20; # 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 @@ -301,22 +325,6 @@ 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 @@ -326,52 +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. - ;; - *) - # Note that $RANDOM variable is not portable (e.g. dash); Use it - # here however when possible just to lower collision chance. - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - - trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0 - - # Because "mkdir -p" follows existing symlinks and we likely work - # directly in world-writeable /tmp, make sure that the '$tmpdir' - # directory is successfully created first before we actually test - # 'mkdir -p' feature. - if (umask $mkdir_umask && - $mkdirprog $mkdir_mode "$tmpdir" && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 - 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 @@ -382,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. @@ -411,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 @@ -451,7 +456,18 @@ 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. # @@ -477,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 || @@ -491,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 diff -Nru xfce4-terminal-0.9.1/ltmain.sh xfce4-terminal-1.0.4/ltmain.sh --- xfce4-terminal-0.9.1/ltmain.sh 2021-12-10 11:24:37.000000000 +0000 +++ xfce4-terminal-1.0.4/ltmain.sh 2022-05-22 09:20:21.000000000 +0000 @@ -31,7 +31,7 @@ PROGRAM=libtool PACKAGE=libtool -VERSION="2.4.6 Debian-2.4.6-14" +VERSION="2.4.6 Debian-2.4.6-15build2" package_revision=2.4.6 @@ -2141,7 +2141,7 @@ compiler: $LTCC compiler flags: $LTCFLAGS linker: $LD (gnu? $with_gnu_ld) - version: $progname $scriptversion Debian-2.4.6-14 + version: $progname $scriptversion Debian-2.4.6-15build2 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` diff -Nru xfce4-terminal-0.9.1/m4/gtk-doc.m4 xfce4-terminal-1.0.4/m4/gtk-doc.m4 --- xfce4-terminal-0.9.1/m4/gtk-doc.m4 1970-01-01 00:00:00.000000000 +0000 +++ xfce4-terminal-1.0.4/m4/gtk-doc.m4 2022-05-22 09:20:21.000000000 +0000 @@ -0,0 +1,113 @@ +# -*- mode: autoconf -*- +# +# gtk-doc.m4 - configure macro to check for gtk-doc +# Copyright (C) 2003 James Henstridge +# 2007-2017 Stefan Sauer +# +# 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 +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 . +# +# As a special exception, the above copyright owner gives unlimited +# permission to copy, distribute and modify the configure scripts that +# are the output of Autoconf when processing the Macro. You need not +# follow the terms of the GNU General Public License when using or +# distributing such scripts, even though portions of the text of the +# Macro appear in them. The GNU General Public License (GPL) does govern +# all other use of the material that constitutes the Autoconf Macro. + +# serial 2 + +dnl Usage: +dnl GTK_DOC_CHECK([minimum-gtk-doc-version]) +AC_DEFUN([GTK_DOC_CHECK], +[ + AC_REQUIRE([PKG_PROG_PKG_CONFIG]) + AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first + AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first + + ifelse([$1],[],[gtk_doc_requires="gtk-doc"],[gtk_doc_requires="gtk-doc >= $1"]) + AC_MSG_CHECKING([for gtk-doc]) + PKG_CHECK_EXISTS([$gtk_doc_requires],[have_gtk_doc=yes],[have_gtk_doc=no]) + AC_MSG_RESULT($have_gtk_doc) + + if test "$have_gtk_doc" = "no"; then + AC_MSG_WARN([ + You will not be able to create source packages with 'make dist' + because $gtk_doc_requires is not found.]) + fi + + dnl check for tools we added during development + dnl Use AC_CHECK_PROG to avoid the check target using an absolute path that + dnl may not be writable by the user. Currently, automake requires that the + dnl test name must end in '.test'. + dnl https://bugzilla.gnome.org/show_bug.cgi?id=701638 + AC_CHECK_PROG([GTKDOC_CHECK],[gtkdoc-check],[gtkdoc-check.test]) + AC_PATH_PROG([GTKDOC_CHECK_PATH],[gtkdoc-check]) + AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true]) + AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf]) + + dnl for overriding the documentation installation directory + AC_ARG_WITH([html-dir], + AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),, + [with_html_dir='${datadir}/gtk-doc/html']) + HTML_DIR="$with_html_dir" + AC_SUBST([HTML_DIR]) + + dnl enable/disable documentation building + AC_ARG_ENABLE([gtk-doc], + AS_HELP_STRING([--enable-gtk-doc], + [use gtk-doc to build documentation [[default=no]]]),, + [enable_gtk_doc=no]) + + AC_MSG_CHECKING([whether to build gtk-doc documentation]) + AC_MSG_RESULT($enable_gtk_doc) + + if test "x$enable_gtk_doc" = "xyes" && test "$have_gtk_doc" = "no"; then + AC_MSG_ERROR([ + You must have $gtk_doc_requires installed to build documentation for + $PACKAGE_NAME. Please install gtk-doc or disable building the + documentation by adding '--disable-gtk-doc' to '[$]0'.]) + fi + + dnl don't check for glib if we build glib + if test "x$PACKAGE_NAME" != "xglib"; then + dnl don't fail if someone does not have glib + PKG_CHECK_MODULES(GTKDOC_DEPS, glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0,,[:]) + fi + + dnl enable/disable output formats + AC_ARG_ENABLE([gtk-doc-html], + AS_HELP_STRING([--enable-gtk-doc-html], + [build documentation in html format [[default=yes]]]),, + [enable_gtk_doc_html=yes]) + AC_ARG_ENABLE([gtk-doc-pdf], + AS_HELP_STRING([--enable-gtk-doc-pdf], + [build documentation in pdf format [[default=no]]]),, + [enable_gtk_doc_pdf=no]) + + if test -z "$GTKDOC_MKPDF"; then + enable_gtk_doc_pdf=no + fi + + if test -z "$AM_DEFAULT_VERBOSITY"; then + AM_DEFAULT_VERBOSITY=1 + fi + AC_SUBST([AM_DEFAULT_VERBOSITY]) + + AM_CONDITIONAL([HAVE_GTK_DOC], [test x$have_gtk_doc = xyes]) + AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes]) + AM_CONDITIONAL([GTK_DOC_BUILD_HTML], [test x$enable_gtk_doc_html = xyes]) + AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [test x$enable_gtk_doc_pdf = xyes]) + AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [test -n "$LIBTOOL"]) + AM_CONDITIONAL([GTK_DOC_USE_REBASE], [test -n "$GTKDOC_REBASE"]) +]) diff -Nru xfce4-terminal-0.9.1/m4/libtool.m4 xfce4-terminal-1.0.4/m4/libtool.m4 --- xfce4-terminal-0.9.1/m4/libtool.m4 2021-12-10 11:24:37.000000000 +0000 +++ xfce4-terminal-1.0.4/m4/libtool.m4 2022-05-22 09:20:21.000000000 +0000 @@ -1071,11 +1071,11 @@ # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in - 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) + 10.0,*86*-darwin8*|10.0,*-darwin[[912]]*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; 10.[[012]][[,.]]*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; - 10.*) + 10.*|11.*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; diff -Nru xfce4-terminal-0.9.1/Makefile.am xfce4-terminal-1.0.4/Makefile.am --- xfce4-terminal-0.9.1/Makefile.am 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/Makefile.am 2022-05-22 09:06:41.000000000 +0000 @@ -52,6 +52,7 @@ intltool-extract \ intltool-merge \ intltool-update \ + po/.intltool-merge-cache.lock \ $(desktop_DATA) \ $(xml_in_files) \ $(xml_DATA) diff -Nru xfce4-terminal-0.9.1/Makefile.in xfce4-terminal-1.0.4/Makefile.in --- xfce4-terminal-0.9.1/Makefile.in 2021-12-10 11:24:40.000000000 +0000 +++ xfce4-terminal-1.0.4/Makefile.in 2022-05-22 09:20:24.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -90,10 +90,10 @@ host_triplet = @host@ subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ @@ -168,8 +168,8 @@ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ cscope distdir distdir-am dist dist-all distcheck -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ - $(LISP)config.h.in +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ + config.h.in # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. @@ -186,13 +186,10 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` -ETAGS = etags -CTAGS = ctags -CSCOPE = cscope DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \ - COPYING ChangeLog NEWS THANKS TODO compile config.guess \ - config.sub install-sh ltmain.sh missing + COPYING ChangeLog NEWS README.md THANKS TODO compile \ + config.guess config.sub install-sh ltmain.sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -231,6 +228,8 @@ GZIP_ENV = --best DIST_ARCHIVES = $(distdir).tar.bz2 DIST_TARGETS = dist-bzip2 +# Exists only to be overridden by the user if desired. +AM_DISTCHECK_DVI_TARGET = dvi am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print @@ -248,6 +247,8 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ @@ -258,6 +259,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ +ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ @@ -447,6 +449,7 @@ intltool-extract \ intltool-merge \ intltool-update \ + po/.intltool-merge-cache.lock \ $(desktop_DATA) \ $(xml_in_files) \ $(xml_DATA) @@ -660,7 +663,6 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files - distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am @@ -746,6 +748,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 @@ -788,6 +794,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) @@ -803,7 +811,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 \ @@ -969,7 +977,7 @@ am--refresh check check-am clean clean-cscope clean-generic \ clean-libtool cscope cscopelist-am ctags ctags-am dist \ dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ - dist-tarZ dist-xz dist-zip distcheck distclean \ + dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \ distclean-generic distclean-hdr distclean-libtool \ distclean-local distclean-tags distcleancheck distdir \ distuninstallcheck dvi dvi-am html html-am info info-am \ diff -Nru xfce4-terminal-0.9.1/missing xfce4-terminal-1.0.4/missing --- xfce4-terminal-0.9.1/missing 2021-12-10 11:24:40.000000000 +0000 +++ xfce4-terminal-1.0.4/missing 2022-05-22 09:20:24.000000000 +0000 @@ -3,7 +3,7 @@ scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2021 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify diff -Nru xfce4-terminal-0.9.1/NEWS xfce4-terminal-1.0.4/NEWS --- xfce4-terminal-0.9.1/NEWS 2021-12-10 11:24:39.000000000 +0000 +++ xfce4-terminal-1.0.4/NEWS 2022-05-22 09:18:00.000000000 +0000 @@ -1,3 +1,108 @@ +1.0.4 +====== +Fixes a regression introduced in 1.0.1. + +Regressions fixed: +- URL drag-n-drop adding rubbish characters (Issue #196) + +Gitlab: +- Fix CI build + + +1.0.3 +====== +Stable release fixing regressions. + +Fixes: +- Consume KeyEvents when activating a TAB accelerator. +- Regression: Scrollbar position setting does not work if you start +with a hidden scrollbar (Issue #192) +- Regression: Revert ff94ff30c1f83561f0abad4867846880ba9c6f83 which +broke scroll-on-output and change the default value (Issue #191) + +Translation Updates: + Hebrew, Portuguese (Brazil), Russian + +1.0.2 +====== +Stable release fixing a regression related to switch/move tab accelerators. + +- Regression: MiscCycleTabs preference does not work for accelerators (#186, #24). +- Translation Updates: + Russian + +1.0.1 +====== +Stable release fixing regressions and a couple of older bugs. + +- A new hidden preference `DropdownParametersOnce` has been introduced to control whether the drop-down + window accepts command line arguments after creation. With the introduction of this preference + an older bug was fixed where tabs could be added to the drop-down window even though they + weren't supposed to. +- Options: --active-tab does not behave properly when adding tabs to existing windows. + +Regressions fixed: +- Find dialog does not respond to Return key (Issue #176) +- Dragging a URL from Chromium ends up truncated (Issue #180) +- Toolbar size changes when the window is maximized (Issue #181). +- Unable to create a single window with many tabs through command line options (Issue #182). + +Translation Updates: + Danish, Finnish, Greek, Russian, Turkish + +1.0.0 +====== +Stable release including improvements introduced in versions 0.9.0, 0.9.1 and 0.9.2. +The Shortcuts Editor requires libxfce4ui 4.17.2 or greater. + +Fixes +- Remove remaining libxfce4ui 4.16 version guards + +Translation Updates: + Danish, Greek, Russian, Turkish + +0.9.2 +====== +This is a RELEASE CANDIDATE for 1.0.0. If you want to help keep xfce4-terminal +bug-free you can test this release and report any problems you encounter. + +DEPENDENCIES UPDATED: +- VTE: 0.51.3 +- Xfce-libs: 4.16.0 + +General Improvements: +- Use XfceTitledDialog for `Find` (Issue #168) +- Include '\r' in unsafe-paste checks +- Update tab accelerators at runtime +- Consume events that activate accelerator callbacks (Issues #159 #153) + +Shortcuts editor (depends on libxfce4ui 4.17): +- Center on the active terminal window. +- Change handling of goto-tab accelerators so they can be changed through the editor. + +Regressions fixed: +- Menubar changes size when the window is maximized (Issue #156) +- Context Menu: Revert changes in order and contents introduced by the transition to XfceGtkActionEntries +- Add "Show Window Borders" entry in View menu (it was missing in the last 2 dev releases) +- Revert view menu order (Zoom entries below checkboxes) +- Fix the visibility flag of the scrollbar (Issue #161, could lead to broken themes) + +Other: +- Replace GTimeVal with gint64 +- Fix build warnings +- Update Copyright + +Translation Updates: + Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, + Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, + Dutch, Eastern Armenian, English (Australia), English (United + Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, + Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, + Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post + 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, + Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, + Ukrainian + 0.9.1 ====== This is a development release. diff -Nru xfce4-terminal-0.9.1/po/ar.po xfce4-terminal-1.0.4/po/ar.po --- xfce4-terminal-0.9.1/po/ar.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/ar.po 2022-05-22 09:06:41.000000000 +0000 @@ -14,8 +14,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 11:52+0000\n" "Last-Translator: Xfce Bot \n" "Language-Team: Arabic (http://www.transifex.com/xfce/xfce-apps/language/ar/)\n" "MIME-Version: 1.0\n" @@ -183,12 +183,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "تعذّر تسجيل خدمة الطرفية: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "سلسلة هندسة غير سليمة \"%s\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "فشل الاتصال بمدير الجلسة: %s\n" @@ -486,7 +486,7 @@ msgid "The child process was aborted." msgstr "" -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "لا _تسألني ثانية" @@ -506,12 +506,12 @@ "commands may be executed." msgstr "" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_إلغاء" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_لصق" @@ -622,7 +622,7 @@ msgstr "وردت بيانات لون غير صالح : تنسيق خاطئ (%d) أو طول (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "فشل في فتح العنوان '%s'" @@ -640,389 +640,427 @@ msgstr "تبديل القائمة المنسدلة للمحطة الطرفية" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_ملف" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "افتح _التبويب" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "افتح تبويب طرفية جديد" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "افتح _طرفية" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "افتح نافذة طرفية جديدة" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "تراجع عن إغلاق التبويب" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_افصل التبويب" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "اغلاق علامة التبويب" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "اغلق باقي التبويبات" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "اغلاق النافذة" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_حرّر" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_انسخ" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "انسخ إلى الحافظة" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "نسخ بتنسيق_html" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "نسخ إلى الحافظة بتنسيق html " -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "إلصق من الحافظة" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "الصق ال_مُنتقى" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "حدد ال_كل" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "نسخ _مدخلات الى كل نوافذ التبويب" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "تفضيلات..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "افتح حوار التفضيلات" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_اعرض" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "قرّب" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "التكبير بخط أكبر" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "بعّد" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "التصغير بخط أصغر" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_الحجم العادي" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "التقريب للحجم الافتراضي" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_طرفية" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_اضبط العنوان..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_ابحث..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "ابحث في محتويات الطرفية" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "ابحث عن الت_الي" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "ابحث عن ال_سابق" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "_حفظ المخرجات..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_إعادة ضبط" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_امح التمرير الخلفي و أعد الضبط" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "تبويبات" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_التبويب السابق" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "تحوّل للتبويب السابق" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_للتبويب التالي" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "تحوّل للتبويب التالي" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "اخر _نافذة تبويب نشط" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "تبديل الى اخر نافذة تبويب نشط " -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "انقل التبويب يسار" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "انقل اللِّسان يمين" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_مساعدة" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_المحتويات" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "اعرض محتويات المساعدة" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_حوْل" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_تكبير" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "أظهر _شريط القوائم" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "أظهر/اخفِ شريط القوائم" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "إظهار شريط الأ_دوات" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "إظهار/إخفاء شريط الأدوات" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "تظهر حدود النافذة" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "إظهار/إخفاء إطار النافذة" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_ملء الشاشة" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "بدّل نمط ملء الشاشة" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "للق_راءة فقط" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "تبديل وضع للقراءة فقط" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "إختيار الترميز" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "تحذير" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "" #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "يحتوي هذا الإطار %d علامات تبويب مفتوحة. \nإغلاق هذه النافذة يؤدي لإغلاق كافة علامات التبويب." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "إغلاق جميع التبويبات؟" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "" -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "إغلاق علامة التبويب؟" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "" -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "إغلاق النافذة؟" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_العنوان:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "أدخل عنوان لتبويب الطرفية الحالية" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "إعادة ضبط" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "مساعدة" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "أغلق" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "اختر لون العنوان" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "فشل إنشاء التعبير العادي" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "حفظ المخرجات..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_حفظ" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "فشل في حفظ محتويات الطرفية" diff -Nru xfce4-terminal-0.9.1/po/be.po xfce4-terminal-1.0.4/po/be.po --- xfce4-terminal-0.9.1/po/be.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/be.po 2022-05-22 09:06:41.000000000 +0000 @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 11:52+0000\n" "Last-Translator: Xfce Bot \n" "Language-Team: Belarusian (http://www.transifex.com/xfce/xfce-apps/language/be/)\n" "MIME-Version: 1.0\n" @@ -179,12 +179,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Немагчыма зарэгістраваць тэрмінал: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Хібны радок геаметрыі \"%s\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Не атрымалася злучыцца з кіраўніком сеансаў: %s\n" @@ -482,7 +482,7 @@ msgid "The child process was aborted." msgstr "Дачынны працэс быў скасаваны." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "Больш н_е пытацца" @@ -502,12 +502,12 @@ "commands may be executed." msgstr "" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Скасаваць" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Уставіць" @@ -618,7 +618,7 @@ msgstr "Атрыманы хібныя даныя колеру: памылковы фармат (%d) ці даўжыня (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Не атрымалася адкрыць URL \"%s\"" @@ -636,389 +636,427 @@ msgstr "Уключае выплыўное акно тэрмінала" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Файл" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Адкрыць ук_ладку" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Адкрыць новую ўкладу тэрмінала" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Адкрыць _тэрмінал" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Стварыць новае акно тэрмінала" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Аднавіць закрытую ўкладку" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "Ад_чапіць укладку" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Закрыць _укладку" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Закрыць астатнія _ўкладкі" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Закрыць _акно" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Рэдагаванне" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Скапіяваць" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Скапіяваць у буфер абмену" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Скапіяваць як _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Скапіяваць у буфер абмену як HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Уставіць з буфера абмену" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Уставіць _вылучанае" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Вылучыць _усё" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Скапіяваць _увод ва ўсе ўкладкі..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "На_лады..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Адкрыць акно налад" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "Вы_гляд" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Наблізіць" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Павялічыць памер шрыфту" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Адда_ліць" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Паменшыць памер шрыфту" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Звычайны памер" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Прызначыць прадвызначаны памер шрыфту" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Тэрмінал" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Назваць..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Прызначыць _колер загалоўка..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Пошук..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Шукаць у змесціве тэрмінала" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Знайсці _наступнае" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Знайсці _папярэдняе" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "_Захаваць змесціва..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "Ск_інуць" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Ачысціць буфер пракруткі і скінуць" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "_Укладкі" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Папярэдняя ўкладка" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Перайсці да папярэдняй ўкладкі" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Наступная ўкладка" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Перайсці да наступнай ўкладкі" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Апошняя _актыўная ўкладка" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Пераключыцца на апошнюю актыўную ўкладку" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Перамясціць укладку _ўлева" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Перамясціць укладку _ўправа" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Даведка" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Змест" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Адлюстраваць змест даведкі" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Пра праграму" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Маштаб" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Паказваць _меню" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Паказаць/схаваць панэль меню" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Паказваць панэль інструментаў" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Паказаць/схаваць панэль інструментаў" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Паказваць мя_жу акна" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Паказаць/схаваць дэкарацыі акна" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "На ўвесь _экран" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Уключыць/выключыць поўна_экранны рэжым" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Толькі для чытання" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Уключыць/выключыць рэжым \"Толькі для чытання\"" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Пракручваць па _вывадзе" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Уключыць/выключыць рэжым пракруткі па вывадзе" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Прызначыць _кадаванне" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Увага" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Некаторыя працэсы яшчэ працуюць.\nКалі закрыць акно, яны прымусова спыняцца." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "У гэтым акне адкрыта %d укладак. Калі яго закрыць,\nто закрыюцца ўсе ўкладкі." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Закрыць усе ўкладкі?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Працэс усё яшчэ працуе.\nКалі закрыць укладку, то ён прымусова спыніцца." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Закрыць укладку?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Працэс усё яшчэ працуе.\nКалі закрыць акно, то ён прымусова спыніцца." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Закрыць акно?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Скапіяваць _увод:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Увядзіце тэкст для капіявання ва ўсе ўкладкі" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Скапіяваць увод" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Загаловак:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Увядзіце назву для бягучай укладкі тэрмінала" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Скінуць" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Даведка" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Закрыць" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Абраць колер загалоўка" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Не атрымалася стварыць рэгулярны выраз" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Захаваць змесціва..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Захаваць" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Не атрымалася захаваць змесціва тэрмінала" diff -Nru xfce4-terminal-0.9.1/po/bg.po xfce4-terminal-1.0.4/po/bg.po --- xfce4-terminal-0.9.1/po/bg.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/bg.po 2022-05-22 09:06:41.000000000 +0000 @@ -4,15 +4,15 @@ # # Translators: # Georgi Georgiev (Жоро) , 2016 -# Kiril Kirilov , 2013,2016-2021 +# Kiril Kirilov , 2013,2016-2022 # Любомир Василев, 2015 # Милен Милев , 2011 msgid "" msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-03 06:50+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 14:35+0000\n" "Last-Translator: Kiril Kirilov \n" "Language-Team: Bulgarian (http://www.transifex.com/xfce/xfce-apps/language/bg/)\n" "MIME-Version: 1.0\n" @@ -180,12 +180,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Не може да се регистрира терминала: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Невалидна геометрична поредица „%s“\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Неуспешен опит за свързване с мениджъра на сесията: %s\n" @@ -483,7 +483,7 @@ msgid "The child process was aborted." msgstr "Дъщерният процес беше отхвърлен." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "Не ме питай отново" @@ -503,12 +503,12 @@ "commands may be executed." msgstr "Поставянето на този текст в терминала може да бъде опасно, защото някои команди могат да бъдат изпълнени." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Отмяна" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "Поставяне" @@ -619,7 +619,7 @@ msgstr "Получени са невалидни данни за цвета: Лош формат (%d) или дължина (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Неуспешно отваряне на URL '%s'" @@ -637,389 +637,427 @@ msgstr "Превключване на терминал с падащо меню" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "Файл" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Отваряне на подпрозорец" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Отваряне на нов подпрозорец" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Отваряне на нов терминал" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Отваряне на нов прозорец" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Отмени затварянето на раздела" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "Откачване на подпрозореца" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Затваряне на раздела" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Затвори другите раздели" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Затваряне на прозореца" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "Редактиране" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "Копиране" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Копиране в системния буфер" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Копиране като _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Копиране в системния буфер като HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Поставяне от системния буфер" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "_Поставяне Alt" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Поставяне на избраното" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "Поставяне на _избраното Alt" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Избор на всичко" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Копирай _входа във всички раздели..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "Настройки..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Отваряне на прозореца с настройки" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "_Клавишни комбинации..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "Отваряне на диалога с клавишните комбинации" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "Преглед" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "_Увеличаване" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Увеличи с по- голям шрифт" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "Увеличаване Alt" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "_Намаляване" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Намали с по- малък шрифт" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "Намаляване Alt" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Нормален размер" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Мащабиране в стандартен размер" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "_Нормален размер Alt" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "Терминал" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "Задаване на заглавие..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Задаване цвят на заглавие" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "Намиране..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Търсене в съдържанието на терминала" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Намиране на следващото..." -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Намиране на предишното" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Запази съдържанието..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "Възстановяване" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "Връщане назад и рестартиране" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "Подпрозорци" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "Предишен подпрозорец" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Към предишният подпрозорец" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "Следващ подпрозорец" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Към следващият подпрозорец" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Последният _активен раздел" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Преминаване към последният активен раздел" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Преместване на подпрозореца наляво" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Преместване на подпрозореца надясно" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "Помощ" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "Съдържание" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Показване на съдържанието на помощта" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "Относно" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Мащабиране" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Показване на лентата на менюто" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Показване/скриване на лентата на менюто" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Показване на лентата с инструменти" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Показване/скриване на лентата с инструменти" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Показване на рамките на прозореца" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Показване/скриване декорациите на прозореца" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "На цял екран" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Превключване в режим на цял екран" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "Само за четене" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Превключи в режим само за четене" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Превъртане на изходна позиция" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Превключване превъртането на изходна позиция" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Отиди до раздел 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Отиди до раздел 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Отиди до раздел 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Отиди до раздел 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Отиди до раздел 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Отиди до раздел 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Отиди до раздел 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Отиди до раздел 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Отиди до раздел 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Задаване на кодировка" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Предупреждение" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Все още има стартирани процеси в някои раздели.\nЗатварянето на този прозорец ще ги прекрати всички." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Този прозорец съдържа %d отворени раздела. Затварянето\nна този прозорец ще затвори и тях." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Затваряне на всички подпрозорци?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Все още има стартирани процеси.\nЗатварянето на този раздел ще ги убие." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Затваряне на раздела?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Все още има стартирани процеси.\nЗатварянето на този прозорец ще ги убие." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Затваряне на прозореца ?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Копиране на _входа:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Въведете текста, който ще се копира във всички раздели" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Копирай входа" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "Заглавие:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Въвеждане на заглавие на текущият подпрозорец" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Нулиране" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Помощ" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Затваряне" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Избор на цвят на заглавие" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Грешка при създаването на регулярен израз" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Запази съдържанието..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Запази" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Не може да бъде запазено съдържанието на терминала" diff -Nru xfce4-terminal-0.9.1/po/ca.po xfce4-terminal-1.0.4/po/ca.po --- xfce4-terminal-0.9.1/po/ca.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/ca.po 2022-05-22 09:06:41.000000000 +0000 @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 11:52+0000\n" "Last-Translator: Xfce Bot \n" "Language-Team: Catalan (http://www.transifex.com/xfce/xfce-apps/language/ca/)\n" "MIME-Version: 1.0\n" @@ -179,12 +179,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "No es pot registrar el servei de terminal: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Cadena de geometria invàlida «%s»\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Ha fallat la connexió al gestor sessions: %s\n" @@ -482,7 +482,7 @@ msgid "The child process was aborted." msgstr "S'ha avortat el procés fill." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "_No tornis a mostrar aquest missatge" @@ -502,12 +502,12 @@ "commands may be executed." msgstr "" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Cancel·la" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Enganxa" @@ -618,7 +618,7 @@ msgstr "S'ha rebut un color invàlid: format (%d) o longitud (%d) errònia\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Ha fallat l'obriment de l'URL «%s»" @@ -636,389 +636,427 @@ msgstr "Commuta a terminal desplegable" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Fitxer" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Obre una _pestanya" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Obre una pestanya nova de terminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Obre un t_erminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Obre una finestra nova de terminal" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Desfés el tancament de la pestanya" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Separa la pestanya" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Tanca la _pestanya" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Tanca les _altres pestanyes" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "_Tanca la finestra" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Edita" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Copia" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Copia al porta-retalls" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Copia com a _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Copia al porta-retalls com a HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Enganxa des del porta-retalls" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Enganxa la _selecció" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Selecciona-ho _tot" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Cop_ia l'entrada a totes les pestanyes..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "_Preferències..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Obre el diàleg de preferències" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Visualitza" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Ampl_ia el zoom" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Amplia el zoom amb una lletra més gran" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Redueix el z_oom" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Redueix el zoom amb una lletra més petita" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "Mida _normal" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Zoom a la mida predeterminada" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "Estableix el _títol..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Estableix el co_lor del títol..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Troba..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Cerca al contingut del terminal" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Troba el _següent" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Troba l'_anterior" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Desa el contin_gut..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Restableix" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Neteja el desplaçament i restableix" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "Pest_anyes" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "Pestanya _anterior" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Canvia a la pestanya anterior" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "Pestanya _següent" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Canvia a la pestanya següent" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Última pestanya _activa" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Canvia a l'última pestanya activa" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Mou la pestanya a _l'esquerra" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Mou la pestanya a la d_reta" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "A_juda" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Contingut" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Mostra el contingut de l'ajuda" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Quant a" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Zoom" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Mostra la barra de _menús" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Mostra/oculta la barra de menús" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Mos_tra la barra d'eines" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Mostra/oculta la barra d'eines" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Mostra les _vores de la finestra" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Mostra/oculta les decoracions de la finestra" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Pantalla completa" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Commuta el mode a pantalla completa" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "Només lectu_ra" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Commuta el mode de només lectura" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Desplaça amb la s_ortida" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Commuta el desplaçament amb la sortida" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Establ_eix la codificació" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Avís" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Encara hi ha processos en execució en algunes pestanyes.\nEl tancament d'aquesta finestra els matarà." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Aquesta finestra té %d pestanyes obertes. Si es tanca aquesta\nfinestra, també es tancaran totes les seves pestanyes." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Voleu tancar totes les pestanyes?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Encara hi ha un procés en execució.\nEl tancament d'aquesta pestanya el matarà." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Voleu tancar la pestanya?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Encara hi ha un procés en execució.\nEl tancament d'aquesta finestra el matarà." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Voleu tancar la finestra?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Cop_ia l'entrada:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Introduïu el text que voleu copiar a totes les pestanyes" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Copia l'entrada" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Títol:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Introduïu el títol de la pestanya del terminal actual" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Restableix" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Ajuda" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Tanca" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Trieu el color del títol" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Ha fallat la creació de l'expressió regular" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Desa el contingut..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "De_sa" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Ha fallat el desament del contingut del terminal" diff -Nru xfce4-terminal-0.9.1/po/cs.po xfce4-terminal-1.0.4/po/cs.po --- xfce4-terminal-0.9.1/po/cs.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/cs.po 2022-05-22 09:06:41.000000000 +0000 @@ -13,8 +13,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 11:52+0000\n" "Last-Translator: Xfce Bot \n" "Language-Team: Czech (http://www.transifex.com/xfce/xfce-apps/language/cs/)\n" "MIME-Version: 1.0\n" @@ -182,12 +182,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Nelze registrovat službu terminálu: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Neplatný řetězec geometrie \"%s\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Připojení ke správci relací se nezdařilo: %s\n" @@ -485,7 +485,7 @@ msgid "The child process was aborted." msgstr "Podřízený proces byl ukončen." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "Příště se již _nedotazovat" @@ -505,12 +505,12 @@ "commands may be executed." msgstr "" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Zrušit" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "Vlož_it" @@ -621,7 +621,7 @@ msgstr "Přijata neplatná data o barvách: Nesprávný formát (%d) nebo délka (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Nepodařilo se otevřít adresu URL '%s'" @@ -639,389 +639,427 @@ msgstr "Přepnout drop-down terminál" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Soubor" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Otevří_t kartu" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Otevře novou kartu terminálu" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Otevřít T_erminál" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Otevře nové okno terminálu" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Vrátit zavření karty" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "O_dpojit kartu" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Zavřít _kartu" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Zavřít _ostatní karty" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Zavřít _okno" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "Ú_pravy" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Kopírovat" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Zkopírovat do schránky" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Kopírovat jako _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Zkopírovat do schránky jako HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Vložit ze schránky" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Vložit _výběr" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "_Vybrat vše" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Kopírovat _vstup do všech karet..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "Př_edvolby…" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Otevřít dialogové okno nastavení" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Zobrazit" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Při_blížit" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Přiblížení větším písmem" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Od_dálit" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Oddálení menším písmem" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Běžná velikost" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Obnovit výchozí přiblížení" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminál" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "Na_stavit titulek…" -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Nastavit ba_rvu titulku" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Najít…" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Hledat v obsahu terminálu" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Najít _další" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Najít _předchozí" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Uložit ob_sah..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Inicializovat" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Smazat historii a obnovit nastavení" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "K_arty" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Předchozí karta" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Přejde se na předchozí kartu" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Následující karta" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Přejde na následující kartu" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Poslední _aktivní karta" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Přepnout na poslední aktivní kartu" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Přesunout kartu do_leva" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Přesunout kartu _doprava" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Nápověda" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Obsah" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Zobrazit obsah nápovědy" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "O _aplikaci" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Přiblížení" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Zo_brazovat panel s nabídkou" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Skrýt/zobrazit panel nabídky" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Zobrazit _panel nástrojů" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Zobrazit/Skrýt panely nástrojů" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Zo_brazit okraje okna" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Zobrazit nebo skrýt dekorace oken" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Celá obrazovka" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Přepnout do režimu celé obrazovky" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Pouze pro čtení" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Přepnout režim pouze pro čtení" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Posunovat při _výstupu" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Přepnout posunování při výstupu" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Nastavit _kódování" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Varování" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Na některých kartách jsou stále spuštěny procesy.\nZavřením tohoto okna je všechny ukončíte." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "V okně je otevřeno %d karet. Zavřením\ntohoto okna budou zavřeny také všechny jeho karty." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Zavřít všechny karty?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Stále je spuštěn nějaký proces.\nZavřením této karty jej ukončíte." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Chcete zavřít kartu?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Stále je spuštěn nějaký proces.\nZavřením tohoto okna jej ukončíte." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Chcete zavřít okno?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Kopírovat _vstup:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Vložte text ke zkopírování do všech karet" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Kopírovat vstup" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Titulek:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Vložte název pro aktuální kartu terminálu" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Resetovat" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Nápověda" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Zavřít" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Nastavte barvu titulku" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Vytvoření regulárního výrazu se nepodařilo" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Uložit obsah..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Uložit" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Uložení obsahu terminálu se nezdařilo" diff -Nru xfce4-terminal-0.9.1/po/da.po xfce4-terminal-1.0.4/po/da.po --- xfce4-terminal-0.9.1/po/da.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/da.po 2022-05-22 09:06:41.000000000 +0000 @@ -8,14 +8,14 @@ # olegb , 2008 # olegb , 2008 # scootergrisen, 2016 -# scootergrisen, 2016-2021 +# scootergrisen, 2016-2022 msgid "" msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" -"Last-Translator: Xfce Bot \n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-03-14 23:46+0000\n" +"Last-Translator: scootergrisen\n" "Language-Team: Danish (http://www.transifex.com/xfce/xfce-apps/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -182,12 +182,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Kan ikke registrere terminalservice: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Ugyldig geometri-streng \"%s\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Kunne ikke oprette forbindelse til sessionshåndtering: %s\n" @@ -439,23 +439,23 @@ #: ../terminal/terminal-screen.c:243 msgid "Do not disable dialog" -msgstr "" +msgstr "Deaktivér ikke dialog" #: ../terminal/terminal-screen.c:244 msgid "Disable for 5 minutes" -msgstr "" +msgstr "Deaktivér i 5 minutter" #: ../terminal/terminal-screen.c:245 msgid "Disable for 15 minutes" -msgstr "" +msgstr "Deaktivér i 15 minutter" #: ../terminal/terminal-screen.c:246 msgid "Disable until program restart" -msgstr "" +msgstr "Deaktivér indtil programmet genstartes" #: ../terminal/terminal-screen.c:247 msgid "Disable dialog (can be re-enabled in the Preferences)" -msgstr "" +msgstr "Deaktivér dialog (kan genaktiveres i Præferencer)" #: ../terminal/terminal-screen.c:490 ../terminal/terminal-screen.c:871 #: ../terminal/terminal-screen.c:2383 @@ -485,7 +485,7 @@ msgid "The child process was aborted." msgstr "Barneprocessen blev afbrudt." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "Spørg mig _ikke igen" @@ -505,12 +505,12 @@ "commands may be executed." msgstr "Det kan være farligt at indsætte teksten i terminalen da det ser ud til at nogle kommandoer vil blive kørt." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Annuller" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Indsæt" @@ -575,7 +575,7 @@ #: ../terminal/terminal-util.c:90 msgid "translator-credits" -msgstr "Per Kongstad \n\nDansk-gruppen\nWebsted http://dansk-gruppen.dk\nE-mail " +msgstr "Per Kongstad \nscootergrisen" #: ../terminal/terminal-util.c:93 msgid "Visit Xfce Terminal website" @@ -621,7 +621,7 @@ msgstr "Modtog ugyldig farvedata: Forkert format (%d) eller længde (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Kunne ikke åbne URL'en '%s'" @@ -639,389 +639,427 @@ msgstr "Slå rullegardin-terminal til/fra" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Fil" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Åbn _faneblad" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Åbn et nyt terminalfaneblad" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Åbn t_erminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Åbn et nyt terminalvindue" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "F_ortryd luk faneblad" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "Fri_gør faneblad" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Luk _faneblad" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Luk _andre faneblade" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Luk _vindue" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Rediger" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Kopiér" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Kopiér til udklipsholder" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Kopiér som _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Kopiér til udklipsholder som HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Indsæt fra udklipsholder" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" -msgstr "" +msgstr "_Indsæt Alt" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Indsæt _markering" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" -msgstr "" +msgstr "Indsæt _markering Alt" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Væl_g alt" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Kopiér input til alle _faneblade ..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "_Præferencer ..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Åbn præferencer-dialog" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." -msgstr "" +msgstr "_Genveje ..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" -msgstr "" +msgstr "Åbn genvejsdialogen" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Vis" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Zoom _ind" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Zoom ind med større skrifttype" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" -msgstr "" +msgstr "Zoom ind Alt" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Zoom _ud" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Zoom ind med mindre skrifttype" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" -msgstr "" +msgstr "Zoom ud Alt" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Normal størrelse" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Zoom til standardstørrelse" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" -msgstr "" +msgstr "_Normal størrelse Alt" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Angiv titel ..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Angiv _titelfarve ..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Find ..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Søg i terminalens indhold" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Find næst_e" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Find f_orrige" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "_Gem indhold ..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Nulstil" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Ryd tilbagerulning og nulstil" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "F_aneblade" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Forrige faneblad" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Skift til forrige faneblad" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Næste faneblad" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Skift til næste faneblad" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Sidst _aktive faneblad" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Skift til det sidst aktive faneblad" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Flyt faneblad til _venstre" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Flyt faneblad til _højre" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Hjælp" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Indhold" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Vis hjælpeindhold" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Om" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Zoom" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Vis _menulinje" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Vis/skjul menulinje" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Vis _værktøjslinje" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Vis/skjul værktøjslinjen" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Vis vindue_kanter" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Vis/skjul vinduesdekorationer" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Fuldskærm" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Fuldskærmstilstand til/fra" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Skrivebeskyttet" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Skrivebeskyttet-tilstand til/fra" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Rul ved _output" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Rul ved output til/fra" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Gå til faneblad 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Gå til faneblad 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Gå til faneblad 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Gå til faneblad 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Gå til faneblad 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Gå til faneblad 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Gå til faneblad 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Gå til faneblad 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Gå til faneblad 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Angiv _kodning" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Advarsel" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Der er stadig processer som kører i nogle faneblade.\nDe vil alle blive dræbt hvis dette vindue lukkes." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Dette vindue har %d faneblade åbne. Hvis du\nlukker vinduet, lukker du også alle fanebladene." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Luk alle faneblade?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Der er stadig en proces som kører.\nDen vil blive dræbt hvis dette faneblade lukkes." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Luk faneblad?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Der er stadig en proces som kører.\nDen vil blive dræbt hvis dette vindue lukkes." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Luk vindue?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Kopiér _input:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Indtast teksten som skal kopieres til alle faneblade" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Kopiér input" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Titel:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Indtast titlen for det nuværende terminalfaneblad" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Nulstil" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Hjælp" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Luk" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Vælg titelfarve" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Kunne ikke oprette det regulære udtryk" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Gem indhold ..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Gem" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Kunne ikke gemme terminalens indhold" @@ -1047,11 +1085,11 @@ #: ../terminal/terminal-preferences.glade.h:6 msgid "Paste Clipboard" -msgstr "" +msgstr "Indsæt udklipsholder" #: ../terminal/terminal-preferences.glade.h:7 msgid "Paste Selection" -msgstr "" +msgstr "Indsæt markering" #: ../terminal/terminal-preferences.glade.h:8 msgid "Disabled" @@ -1265,13 +1303,13 @@ #: ../terminal/terminal-preferences.glade.h:56 msgid "Enable _overlay scrolling (Requires Restart)" -msgstr "" +msgstr "Aktivér _overlægningsrulning (kræver genstart)" #: ../terminal/terminal-preferences.glade.h:57 msgid "" "This option controls whether the scrollbar is drawn as an overlay (auto-" "hide) or not." -msgstr "" +msgstr "Valgmuligheden styrer om rullebjælken tegnes som en overlægning (skjul automatisk) eller ej." #: ../terminal/terminal-preferences.glade.h:58 msgid "Scrolling" @@ -1857,7 +1895,7 @@ #: ../terminal/terminal-preferences.glade.h:202 msgid "Right click action: " -msgstr "" +msgstr "Handling for højreklik: " #: ../terminal/terminal-preferences.glade.h:203 msgid "Misc" diff -Nru xfce4-terminal-0.9.1/po/de.po xfce4-terminal-1.0.4/po/de.po --- xfce4-terminal-0.9.1/po/de.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/de.po 2022-05-22 09:06:41.000000000 +0000 @@ -3,7 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Andreas Eitel , 2018,2020-2021 +# Andreas Eitel , 2018,2020-2022 # Andreas Eitel , 2019 # Enrico Tröger , 2009 # Georg Eckert , 2013 @@ -16,8 +16,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-04 17:43+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-22 10:15+0000\n" "Last-Translator: Andreas Eitel \n" "Language-Team: German (http://www.transifex.com/xfce/xfce-apps/language/de/)\n" "MIME-Version: 1.0\n" @@ -185,12 +185,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Fehler beim Registrieren des Terminaldienstes: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Ungültige Abmessungen »%s«\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Fehler bei der Verbindung zur Sitzungsverwaltung: %s\n" @@ -488,7 +488,7 @@ msgid "The child process was aborted." msgstr "Der Kindprozess wurde abgebrochen." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "In Zukunft _nicht mehr nachfragen" @@ -508,12 +508,12 @@ "commands may be executed." msgstr "Das Einfügen dieses Textes in das Terminal kann gefährlich sein, da es so aussieht, als könnten einige Befehle ausgeführt werden." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Abbruch" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "Ei_nfügen" @@ -624,7 +624,7 @@ msgstr "Ungültige Farbdaten erhalten: Falsches Format (%d) oder Länge (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Öffnen der Adresse »%s« ist fehlgeschlagen" @@ -642,389 +642,427 @@ msgstr "Ausklapp-Terminal aufrufen" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Datei" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "_Reiter öffnen" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Einen neuen Terminalreiter öffnen" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "F_enster öffnen" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Ein neues Terminalfenster öffnen" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "R_ückgängig Reiter schließen" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "Reiter _abtrennen" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Reiter s_chließen" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "A_ndere Reiter schließen" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "_Fenster schließen" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Bearbeiten" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Kopieren" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "In die Zwischenablage kopieren" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Als _HTML kopieren" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Als HTML in die Zwischenablage kopieren" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Aus der Zwischenablage einfügen" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "Ei_nfügen Alt" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "_Textauswahl einfügen" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "_Textauswahl einfügen Alt" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "_Alles auswählen" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "_Eingabe in alle Reiter kopieren..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "_Einstellungen …" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Einstellungsdialog öffnen" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "_Tastenkürzel..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "Öffnen des Tastenkürzel Dialogs" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Ansicht" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Ver_größern" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Mit größerer Schrift vergrößern" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "Heranzoomen Alt" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Ver_kleinern" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Mit kleinerer Schrift verkleinern" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "Herauszoomen Alt" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Normalgröße" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Vergrößerung auf Normalgröße" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "_Normalgröße Alt" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Titel festlegen …" -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Titelfarbe fest_legen..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Suchen …" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Terminal-Inhalte suchen" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "_Nächstes suchen" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "_Vorheriges suchen" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "_Inhalte speichern …" -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Zurücksetzen" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "S_peicher leeren und zurücksetzen" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "_Reiter" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Vorheriger Reiter" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Zum vorherigen Reiter wechseln" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Nächster Reiter" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Zum nächsten Reiter wechseln" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Letzter _aktiver Reiter" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Zum letzten aktiven Reiter wechseln" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Reiter nach _links verschieben" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Reiter nach _rechts verschieben" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Hilfe" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Inhalt" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Die Benutzerdokumentation anzeigen" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Über" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Größenänderung" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "_Menüleiste anzeigen" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Die Menüleiste anzeigen oder verbergen" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "_Werkzeugleiste anzeigen" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Werkzeugleiste anzeigen/verbergen" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "_Fensterdekoration anzeigen" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Die Fensterdekoration anzeigen oder verbergen" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Vollbild" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Den Vollbildmodus betreten oder verlassen" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "Nur _Lesen" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Zum Nur-lesen-Modus umschalten" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Bildlauf bei _Ausgabe" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Bildlauf bei Ausgabe umschalten" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Gehe zu Reiter 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Gehe zu Reiter 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Gehe zu Reiter 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Gehe zu Reiter 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Gehe zu Reiter 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Gehe zu Reiter 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Gehe zu Reiter 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Gehe zu Reiter 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Gehe zu Reiter 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "_Kodierung festlegen" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Achtung" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Es laufen noch Prozesse in einigen Reitern.\nDas Schließen dieses Fensters wird alle davon beenden." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "In diesem Fenster sind %d Reiter geöffnet. Wenn\nSie das Fenster jetzt schließen, werden auch\nalle Reiter darin geschlossen." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Alle Reiter schließen?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Es läuft noch ein Prozess.\nDas Schließen dieses Reiters wird ihn beenden." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Reiter schließen?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Es läuft noch ein Prozess.\nDas Schließen dieses Fensters wird ihn beenden." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Fenster schließen?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "_Eingabe kopieren:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Bitte den in alle Reiter zu kopierenden Text eingeben" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Eingabe kopieren" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Titel:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Bitte den Titel für den aktuellen Terminalreiter eingeben" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Zurücksetzen" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Hilfe" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Schließen" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Titelfarbe auswählen" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Erstellen des regulärer Ausdruckes ist fehlgeschlagen" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Inhalte speichern …" -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Speichern" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Speichern des Terminal-Inhaltes ist fehlgeschlagen" diff -Nru xfce4-terminal-0.9.1/po/el.po xfce4-terminal-1.0.4/po/el.po --- xfce4-terminal-0.9.1/po/el.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/el.po 2022-05-22 09:06:41.000000000 +0000 @@ -3,6 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Ápo. , 2022 # Ápo. , 2016 # Ápo. , 2017 # Efstathios Iosifidis , 2013 @@ -17,9 +18,9 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" -"Last-Translator: Xfce Bot \n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2013-07-03 18:42+0000\n" +"Last-Translator: Ápo. , 2022\n" "Language-Team: Greek (http://www.transifex.com/xfce/xfce-apps/language/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -166,15 +167,15 @@ #: ../terminal/main.c:214 msgid "Nick Schermer ," -msgstr "" +msgstr "Nick Schermer ," #: ../terminal/main.c:215 msgid "Igor Zakharov ," -msgstr "" +msgstr "Igor Zakharov ," #: ../terminal/main.c:216 msgid "Sergios - Anestis Kefalidis ." -msgstr "" +msgstr "Sergios - Anestis Kefalidis ." #: ../terminal/main.c:217 #, c-format @@ -186,12 +187,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Δεν ήταν δυνατή η καταχώρηση της υπηρεσίας τερματικού: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Μη έγκυρο αλφαριθμητικό γεωμετρίας \"%s\"\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Η σύνδεση στον διαχειριστή συνεδριών απέτυχε: %s\n" @@ -447,15 +448,15 @@ #: ../terminal/terminal-screen.c:244 msgid "Disable for 5 minutes" -msgstr "" +msgstr "Απενεργοποίηση για 5 λεπτά" #: ../terminal/terminal-screen.c:245 msgid "Disable for 15 minutes" -msgstr "" +msgstr "Απενεργοποίηση για 15 λεπτά" #: ../terminal/terminal-screen.c:246 msgid "Disable until program restart" -msgstr "" +msgstr "Απενεργοποίηση μέχρι την επανεκκίνηση του προγράμματος" #: ../terminal/terminal-screen.c:247 msgid "Disable dialog (can be re-enabled in the Preferences)" @@ -489,7 +490,7 @@ msgid "The child process was aborted." msgstr "Η υπο-διαδικασία ματαιώθηκε." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "Να _μην ξαναγίνει η ερώτηση" @@ -509,12 +510,12 @@ "commands may be executed." msgstr "" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "Α_κύρωση" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Επικόλληση" @@ -625,7 +626,7 @@ msgstr "Λήφθηκαν μη έγκυρα χρώματα: Εσφαλμένη μορφή (%d) ή μήκος (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Αποτυχία ανοίγματος του URL '%s'" @@ -643,389 +644,427 @@ msgstr "Άνοιγμα/κλείσιμο πτυσσόμενου τερματικού" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Αρχείο" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Άνοιγμα _Καρτέλας" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Άνοιγμα μιας νέας καρτέλας τερματικού" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Άνοιγμα _τερματικού" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Άνοιγμα ενός νέου παραθύρου τερματικού" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Αναίρεση: Κλείσιμο Καρτέλας" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "Α_πόσπαση καρτέλας" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "_Κλείσιμο καρτέλας" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Κ_λείσιμο άλλων καρτελών" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Κλείσιμο _Παραθύρου" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Επεξεργασία" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Αντιγραφή" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Αντιγραφή στο πρόχειρο" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Αντιγραφή ως _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Αντιγραφή στο πρόχειρο ως HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Επικόλληση από το πρόχειρο" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Επι_κόλληση Επιλογής" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Επιλογή ό_λων" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Αντιγραφή _Προσθήκη σε όλες τις καρτέλες ..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "_Προτιμήσεις..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Άνοιγμα του διαλόγου προτιμήσεων" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." -msgstr "" +msgstr "_Συντομεύσεις" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Προβολή" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "_Μεγέθυνση" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Μεγέθυνση με μεγαλύτερη γραμματοσειρά" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "_Σμίκρυνση" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Σμίκρυνση με μικρότερη γραμματοσειρά" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "Κανο_νικό μέγεθος" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Εστίαση στο προκαθορισμένο μέγεθος" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Τερματικό" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Ορισμός τίτλου..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Ορίστε τον τίτλο Co_lor ..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Εύρεση..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Αναζήτηση περιεχομένων τερματικού" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Εύρεση επό_μενου" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Εύρεση _προηγούμενου" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Α_ποθήκευση Περιεχομένων" -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "Επανα_φορά" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "Κα_θαρισμός Κύλισης προς τα Πίσω και Επαναφορά" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "_Καρτέλες" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Προηγούμενη καρτέλα" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Μετάβαση στην προηγούμενη καρτέλα" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Επόμενη καρτέλα" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Μετάβαση στην επόμενη καρτέλα" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Τελευταία Ενε_ργή Καρτέλα" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Εναλλαγή στην τελευταία ενεργή καρτέλα" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Μετακίνηση καρτέλας _αριστερά" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Μετακίνηση Καρτέλας _δεξιά" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Βοήθεια" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "Περι_εχόμενα" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Προβολή περιεχομένων βοήθειας" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Περί" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Μεγέθυνση" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Εμφάνιση _Μενού" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Εμφάνιση/απόκρυψη μπάρας μενού" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Εμφάνιση _Εργαλειοθήκης" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Εμφάνιση/απόκρυψη εργαλειοθήκης" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Εμφάνιση _Περιγραμμάτων Παραθύρου" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Εμφάνιση/απόκρυψη των περιγραμμάτων παραθύρου" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "Πλήρης _Οθόνη" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Εναλλαγή λειτουργίας πλήρους οθόνης" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Μόνο για Ανάγνωση" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Ενεργοποίηση λειτουργίας «Μόνο για ανάγνωση»" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Κύλιση της Ε_ξόδου" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Εναλλαγή κύλισης της εξόδου" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Ορισμός _Κωδικοποίησης" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Προειδοποίηση" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Υπάρχουν ακόμη ενεργές διαδικασίες σε κάποιες καρτέλες.\nΚλείνοντας το παράθυρο θα διακοπούν όλες." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Αυτό το παράθυρο έχει %d ανοιχτές καρτέλες. Εάν το κλείσετε\nθα κλείσουν όλες οι καρτέλες του." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Κλείσιμο όλων των καρτελών;" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Υπάρχει ακόμη μια ενεργή διαδικασία.\nΚλείνοντας την καρτέλα θα διακοπεί." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Κλείσιμο της καρτέλας;" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Υπάρχει ακόμη μια ενεργή διαδικασία.\nΚλείνοντας το παράθυρο θα διακοπεί." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Να κλείσει το παράθυρο;" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Αντιγραφή _εισαγωγής:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Καταχωρίστε το κείμενο που θα αντιγραφεί σε όλες τις καρτέλες" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Αντιγραφή εισόδου" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Τίτλος:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Εισάγετε τον τίτλο για την τρέχουσα καρτέλα" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Επαναφορά" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Βοήθεια" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Κλείσιμο" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Επιλέξτε χρώμα τίτλου" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Αδυναμία δημιουργίας κανονικής έκφρασης" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Αποθήκευση περιεχομένων..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "Α_ποθήκευση" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Αποτυχία αποθήκευσης περιεχομένων τερματικού" @@ -1051,11 +1090,11 @@ #: ../terminal/terminal-preferences.glade.h:6 msgid "Paste Clipboard" -msgstr "" +msgstr "Επικόλληση προχείρου" #: ../terminal/terminal-preferences.glade.h:7 msgid "Paste Selection" -msgstr "" +msgstr "Επικόλληση επιλογής" #: ../terminal/terminal-preferences.glade.h:8 msgid "Disabled" @@ -1861,7 +1900,7 @@ #: ../terminal/terminal-preferences.glade.h:202 msgid "Right click action: " -msgstr "" +msgstr "Ενέργεια δεξιού κλικ:" #: ../terminal/terminal-preferences.glade.h:203 msgid "Misc" @@ -1877,7 +1916,7 @@ #: ../xfce4-terminal-settings.desktop.in.h:1 msgid "Xfce Terminal Settings" -msgstr "" +msgstr "Ρυθμίσεις Tερματικού Xfce" #: ../xfce4-terminal-settings.desktop.in.h:2 msgid "Configure Xfce Terminal" diff -Nru xfce4-terminal-0.9.1/po/en_AU.po xfce4-terminal-1.0.4/po/en_AU.po --- xfce4-terminal-0.9.1/po/en_AU.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/en_AU.po 2022-05-22 09:06:41.000000000 +0000 @@ -11,8 +11,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 11:52+0000\n" "Last-Translator: Xfce Bot \n" "Language-Team: English (Australia) (http://www.transifex.com/xfce/xfce-apps/language/en_AU/)\n" "MIME-Version: 1.0\n" @@ -180,12 +180,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Unable to register terminal service: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Invalid geometry string \"%s\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Failed to connect to session manager: %s\n" @@ -483,7 +483,7 @@ msgid "The child process was aborted." msgstr "The child process was aborted." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "Do _not ask me again" @@ -503,12 +503,12 @@ "commands may be executed." msgstr "" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Cancel" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Paste" @@ -619,7 +619,7 @@ msgstr "Received invalid colour data: Wrong format (%d) or length (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Failed to open the URL '%s'" @@ -637,389 +637,427 @@ msgstr "Toggle Drop-down Terminal" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_File" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Open _Tab" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Open a new terminal tab" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Open T_erminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Open a new terminal window" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Undo Close Tab" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Detach Tab" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Close T_ab" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Close Other Ta_bs" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Close _Window" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Edit" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Copy" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Copy to clipboard" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Copy as _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Copy to clipboard as HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Paste from clipboard" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Paste _Selection" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Select _All" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Copy _Input To All Tabs..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "Pr_eferences..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Open the preferences dialogue" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_View" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Zoom _In" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Zoom in with larger font" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Zoom _Out" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Zoom out with smaller font" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Normal Size" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Zoom to default size" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Set Title..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Set Title Co_lour..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Find..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Search terminal contents" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Find Ne_xt" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Find Pre_vious" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Sa_ve Contents..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Reset" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Clear Scrollback and Reset" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "T_abs" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Previous Tab" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Switch to previous tab" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Next Tab" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Switch to next tab" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Last _Active Tab" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Switch to last active tab" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Move Tab _Left" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Move Tab _Right" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Help" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Contents" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Display help contents" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_About" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Zoom" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Show _Menubar" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Show/hide the menubar" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Show _Toolbar" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Show/hide the toolbar" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Show Window _Borders" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Show/hide the window decorations" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Fullscreen" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Toggle fullscreen mode" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Read-Only" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Toggle read-only mode" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Scroll on _Output" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Toggle scroll on output" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Set _Encoding" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Warning" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "There are still processes running in some tabs.\nClosing this window will kill all of them." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "This window has %d tabs open. Closing this window\nwill also close all its tabs." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Close all tabs?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "There is still a process running.\nClosing this tab will kill it." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Close tab?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "There is still a process running.\nClosing this window will kill it." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Close window?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Copy _Input:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Enter the text to be copied to all tabs" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Copy input" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Title:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Enter the title for the current terminal tab" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Reset" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Help" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Close" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Choose title colour" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Failed to create the regular expression" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Save contents..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Save" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Failed to save terminal contents" diff -Nru xfce4-terminal-0.9.1/po/en_GB.po xfce4-terminal-1.0.4/po/en_GB.po --- xfce4-terminal-0.9.1/po/en_GB.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/en_GB.po 2022-05-22 09:06:41.000000000 +0000 @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 11:52+0000\n" "Last-Translator: Xfce Bot \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/xfce/xfce-apps/language/en_GB/)\n" "MIME-Version: 1.0\n" @@ -179,12 +179,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Unable to register terminal service: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Invalid geometry string \"%s\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Failed to connect to session manager: %s\n" @@ -482,7 +482,7 @@ msgid "The child process was aborted." msgstr "The child process was aborted." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "Do _not ask me again" @@ -502,12 +502,12 @@ "commands may be executed." msgstr "" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Cancel" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Paste" @@ -618,7 +618,7 @@ msgstr "Received invalid colour data: Wrong format (%d) or length (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Failed to open the URL '%s'" @@ -636,389 +636,427 @@ msgstr "Toggle Drop-down Terminal" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_File" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Open _Tab" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Open a new terminal tab" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Open T_erminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Open a new terminal window" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Undo Close Tab" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Detach Tab" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Close T_ab" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Close Other Ta_bs" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Close _Window" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Edit" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Copy" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Copy to clipboard" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Copy as _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Copy to clipboard as HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Paste from clipboard" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Paste _Selection" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Select _All" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Copy _Input To All Tabs..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "Pr_eferences..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Open the preferences dialogue" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_View" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Zoom _In" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Zoom in with larger font" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Zoom _Out" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Zoom out with smaller font" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Normal Size" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Zoom to default size" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Set Title..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Set Title Co_lour..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Find..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Search terminal contents" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Find Ne_xt" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Find Pre_vious" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Sa_ve Contents..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Reset" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Clear Scrollback and Reset" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "T_abs" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Previous Tab" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Switch to previous tab" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Next Tab" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Switch to next tab" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Last _Active Tab" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Switch to last active tab" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Move Tab _Left" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Move Tab _Right" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Help" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Contents" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Display help contents" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_About" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Zoom" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Show _Menubar" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Show/hide the menubar" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Show _Toolbar" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Show/hide the toolbar" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Show Window _Borders" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Show/hide the window decorations" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Fullscreen" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Toggle fullscreen mode" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Read-Only" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Toggle read-only mode" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Scroll on _Output" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Toggle scroll on output" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Set _Encoding" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Warning" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "There are still processes running in some tabs.\nClosing this window will kill all of them." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "This window has %d tabs open. Closing this window\nwill also close all its tabs." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Close all tabs?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "There is still a process running.\nClosing this tab will kill it." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Close tab?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "There is still a process running.\nClosing this window will kill it." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Close window?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Copy _Input:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Enter the text to be copied to all tabs" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Copy input" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Title:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Enter the title for the current terminal tab" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Reset" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Help" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Close" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Choose title colour" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Failed to create the regular expression" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Save contents..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Save" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Failed to save terminal contents" diff -Nru xfce4-terminal-0.9.1/po/es.po xfce4-terminal-1.0.4/po/es.po --- xfce4-terminal-0.9.1/po/es.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/es.po 2022-05-22 09:06:41.000000000 +0000 @@ -17,14 +17,14 @@ # prflr88 , 2016-2018 # prflr88 , 2013-2015 # prflr88 , 2016-2017 -# Toni Estévez , 2021 +# Toni Estévez , 2021-2022 # Markel @wakutiteo, 2018 msgid "" msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 18:49+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 17:43+0000\n" "Last-Translator: Toni Estévez \n" "Language-Team: Spanish (http://www.transifex.com/xfce/xfce-apps/language/es/)\n" "MIME-Version: 1.0\n" @@ -192,12 +192,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "No se ha podido registrar el servicio del terminal: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Cadena de geometría no válida «%s»\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "No se ha podido conectar con el gestor de sesiones: %s\n" @@ -495,7 +495,7 @@ msgid "The child process was aborted." msgstr "El proceso secundario ha sido interrumpido." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "_No preguntar de nuevo" @@ -515,12 +515,12 @@ "commands may be executed." msgstr "Pegar este texto en el terminal puede ser peligroso, ya que parece que se pueden ejecutar algunas órdenes." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Cancelar" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Pegar" @@ -631,7 +631,7 @@ msgstr "Se han recibido datos de color no válidos: formato (%d) o longitud (%d) incorrectos\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "No se ha podido abrir el URL «%s»" @@ -649,389 +649,427 @@ msgstr "Activar el terminal desplegable" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Archivo" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "_Abrir una pestaña" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Abrir una pestaña nueva del terminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Abrir un _terminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Abrir una ventana nueva del terminal" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "Des_hacer el cierre de la pestaña" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Desprender la pestaña" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "_Cerrar la pestaña" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Cerrar las _otras pestañas" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Cerrar la _ventana" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Editar" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Copiar" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Copiar al portapapeles" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Copiar como _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Copiar al portapapeles como HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Pegar desde el portapapeles" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "_Pegar alt" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Pegar la _selección" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "Pegar la _selección alt" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "_Seleccionar todo" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Copiar la _entrada a todas las pestañas..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "Pre_ferencias..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Abrir el diálogo de preferencias" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "_Atajos..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "Abrir el diálogo de los atajos" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Ver" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "_Ampliar" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Ampliar el tamaño de la letra" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "Ampliar alt" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "_Reducir" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Reducir el tamaño de la letra" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "Reducir alt" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "Tamaño _normal" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Restablecer el tamaño predeterminado" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "Tamaño _normal alt" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "Configurar el _título..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Configurar el _color del título..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Buscar..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Buscar en el contenido del terminal" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Buscar _siguiente" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Buscar _anterior" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "_Guardar el contenido..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Restablecer" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "B_orrar el desplazamiento y restablecer" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "_Pestañas" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "Pestaña _anterior" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Cambiar a la pestaña anterior" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "Pestaña _siguiente" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Cambiar a la pestaña siguiente" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Ú_ltima pestaña activa" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Cambiar a la última pestaña activa" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Mover la pestaña a la _izquerda" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Mover la pestaña a la _derecha" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "Ay_uda" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "Índ_ice" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Mostrar el contenido de la ayuda" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "Acerca _de" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "Ampl_iación" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Mostrar la barra de _menús" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Mostrar u ocultar la barra de menús" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Mostrar la barra de _herramientas" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Mostrar u ocultar la barra de herramientas" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Mostrar los _bordes de la ventana" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Mostrar u ocultar las decoraciones de la ventana" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Pantalla completa" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Activar el modo de pantalla completa" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "Solo _lectura" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Activar el modo de solo lectura" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "_Desplazar en la salida" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Activar el desplazamiento en la salida" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Ir a la pestaña 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Ir a la pestaña 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Ir a la pestaña 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Ir a la pestaña 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Ir a la pestaña 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Ir a la pestaña 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Ir a la pestaña 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Ir a la pestaña 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Ir a la pestaña 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Configurar la codi_ficación" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Advertencia" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Todavía hay procesos en ejecución en algunas pestañas.\nCerrar esta ventana los matará a todos." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Esta ventana tiene %d pestañas abiertas. Cerrar\nesta ventana también cerrará todas sus pestañas." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "¿Cerrar todas las pestañas?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Todavía hay un proceso en ejecución.\nCerrar esta pestaña lo matará." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "¿Cerrar la pestaña?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Todavía hay un proceso en ejecución.\nCerrar esta ventana lo matará." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "¿Cerrar la ventana?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "_Copiar la entrada:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Escriba el texto que se copiará en todas las pestañas" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Copiar la entrada" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Título:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Escriba el título para la pestaña actual del terminal" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Restablecer" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Ayuda" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Cerrar" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Elija el color del título" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "No se ha podido crear la expresión regular" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Guardar el contenido..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Guardar" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "No se ha podido guardar el contenido del terminal" diff -Nru xfce4-terminal-0.9.1/po/et.po xfce4-terminal-1.0.4/po/et.po --- xfce4-terminal-0.9.1/po/et.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/et.po 2022-05-22 09:06:41.000000000 +0000 @@ -4,14 +4,14 @@ # # Translators: # Kristjan Siimson , 2008 -# Priit Jõerüüt , 2020-2021 +# Priit Jõerüüt , 2020-2022 msgid "" msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" -"Last-Translator: Xfce Bot \n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-13 22:00+0000\n" +"Last-Translator: Priit Jõerüüt \n" "Language-Team: Estonian (http://www.transifex.com/xfce/xfce-apps/language/et/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -178,12 +178,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Terminaliteenust ei saanud registreerida: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Vigane geomeetria sõne „%s”\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Ühendus sessioonihalduriga ebaõnnestus: %s\n" @@ -481,7 +481,7 @@ msgid "The child process was aborted." msgstr "Alamprotsessi töö katkestati." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "Ära küsi mi_nult seda uuesti" @@ -501,12 +501,12 @@ "commands may be executed." msgstr "Selle teksti asetamine terminaliaknasse võib olla ohtlik, sest tundub, et mõnda osa võidakse tõlgendada käskudena." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Tühista" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Aseta" @@ -617,7 +617,7 @@ msgstr "Saadi valed värviandmed: Vale vorming (%d) või pikkus (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "URL-i '%s' avamine ebaõnnestus" @@ -635,389 +635,427 @@ msgstr "Lülita rippterminal sisse või välja" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Fail" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Ava kaar_t" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Ava uus terminali kaart" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Ava t_erminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Ava uus terminali aken" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "Võta tagasi kaardi s_ulgemine" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "Lahuta kaart" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Sulge k_aart" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Sulge muud k_aardid" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Sulge a_ken" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "Toim_eta" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Kopeeri" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Kopeeri lõikepuhvrisse" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Kopeeri HTML-ina" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Kopeeri lõikepuhvrisse HTML-ina" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Aseta lõikepuhvrist" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "A_seta märgistus" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Vali kõik" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Kopeeri s_isend kõikidele kaartidele" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "_Eelistused..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Ava eelistuste dialoog" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." -msgstr "" +msgstr "Kiir_klahvid..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" -msgstr "" +msgstr "Ava kiirklahvide vaade" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Vaade" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Suurenda fonti" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Suurenda vaadet fondi suurendamise abil" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Vähenda fonti" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Vähenda vaadet fondi vähendamise abil" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "Fondi tavasuurus" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Muuda vaate suurus tavasuuruseks" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Määra pealkiri..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Määra pealkirja vär_v" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Otsi..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Otsi terminali sisust" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Otsi _järgmine" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Otsi _eelmine" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Sal_vesta sisu" -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Lähtesta" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "Tühjen_da ja keri tagasi" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "K_aardid" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Eelmine kaart" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Lülitu eelmisele kaardile" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "Järgmi_ne kaart" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Lülitu järgmisele kaardile" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Viimane _aktiivne kaart" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Lülita viimati vaadatud aktiivsele kaardile" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Liiguta kaart vasaku_le" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Liiguta kaart pa_remale" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Abi" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Sisukord" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Näita abi sisukorda" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "Te_ave" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Suumimine" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Näita _menüüriba" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Näita/peida menüüriba" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Näita _tööriistariba" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Näita või peida tööriistariba" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "_Näita akende raame" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Näita/peida aknadekoratsioone" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Täisekraanirežiim" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Lülita täisekraanirežiim sisse-välja" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "Ki_rjutuskaitstud" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Lülita kirjutuskaitstud režiim sisse-välja" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Keri k_oos väljundiga" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Lülita koos väljundiga kerimine sisse või välja" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Ava 1. kaart" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Ava 2. kaart" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Ava 3. kaart" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Ava 4. kaart" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Ava 5. kaart" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Ava 6. kaart" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Ava 7. kaart" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Ava 8. kaart" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Ava 9. kaart" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Määra kod_eering" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Hoiatus" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Mõnedes kaartides veel protsessid töötavad.\nAkna sulgemine sulgeb kõik sellised protsessid." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Selles aknas on avatud %d kaart(i).\nAkna sulgemine sulgeb ka kõik selle kaardid." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Kas sulgen kõik kaardid?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Taustal töötab veel üks protsess.\nKaardi sulgemine hävitab selle." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Kas sulgen kaardi?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Taustal töötab veel üks protsess.\nAnka sulgemine hävitab selle." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Kas sulgen akna?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Kopeeri s_isend" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Sisesta tekst mida kopeeritakse kõikidesse kaartidesse" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Kopeeri sisend" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Pealkiri:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Sisesta käesoleva terminalikaardi pealkiri" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Lähtesta" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Abi" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Sulge" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Vali pealkirja värv" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Regulaaravaldise loomine ebaõnnestus" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Salvesta sisu..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Salvesta" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Terminaliakna sisu salvestamine ebaõnnestus" @@ -1261,13 +1299,13 @@ #: ../terminal/terminal-preferences.glade.h:56 msgid "Enable _overlay scrolling (Requires Restart)" -msgstr "" +msgstr "Kasuta ülekattega _kerimisriba (eeldab rakenduse uuesti käivitamist)" #: ../terminal/terminal-preferences.glade.h:57 msgid "" "This option controls whether the scrollbar is drawn as an overlay (auto-" "hide) or not." -msgstr "" +msgstr "Selle seadistusega määrad, kas kerimisriba kuvatakse ülekattena (automaatselt peitvana) või mitte." #: ../terminal/terminal-preferences.glade.h:58 msgid "Scrolling" diff -Nru xfce4-terminal-0.9.1/po/eu.po xfce4-terminal-1.0.4/po/eu.po --- xfce4-terminal-0.9.1/po/eu.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/eu.po 2022-05-22 09:06:41.000000000 +0000 @@ -4,15 +4,15 @@ # # Translators: # beriain, 2018 -# beriain, 2020-2021 +# beriain, 2020-2022 # Piarres Beobide , 2005-2007,2009 # Piarres Beobide , 2009-2010 msgid "" msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-03 18:06+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-02-24 15:16+0000\n" "Last-Translator: beriain\n" "Language-Team: Basque (http://www.transifex.com/xfce/xfce-apps/language/eu/)\n" "MIME-Version: 1.0\n" @@ -180,12 +180,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Ezin da terminal zerbitzua erregistratu: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "\"%s\" geometria-kate baliogabea\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Akatsa saio kudeatzailera konektatzerakoan: %s\n" @@ -437,7 +437,7 @@ #: ../terminal/terminal-screen.c:243 msgid "Do not disable dialog" -msgstr "" +msgstr "Ez ezgaitu leihoa" #: ../terminal/terminal-screen.c:244 msgid "Disable for 5 minutes" @@ -453,7 +453,7 @@ #: ../terminal/terminal-screen.c:247 msgid "Disable dialog (can be re-enabled in the Preferences)" -msgstr "" +msgstr "Leihoa ezgaitu (Hobespenetan berriro gaitu daiteke)" #: ../terminal/terminal-screen.c:490 ../terminal/terminal-screen.c:871 #: ../terminal/terminal-screen.c:2383 @@ -483,7 +483,7 @@ msgid "The child process was aborted." msgstr "Prozesu umea bertan behera utzi da." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "Ez galdetu _niri berriz" @@ -503,12 +503,12 @@ "commands may be executed." msgstr "Testu hau terminalean kopiatzea arriskutsua izan daiteke, komando batzuk exekuta daitezkeela ematen du eta." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "Ut_zi" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Itsatsi" @@ -619,7 +619,7 @@ msgstr "Kolore datu baliogabea jaso da. Okerreko formatua (%d) edo luzera (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Huts '%s' URLa irekitzean" @@ -637,389 +637,427 @@ msgstr "Txandakatu terminal zabalgarria" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Fitxategia" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Ireki Fi_txa" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Terminal fitxa berri bat ireki" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Ireki t_erminala" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Terminal leiho berri bat ireki" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "Fitxa ixtea desegin" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Desuztartu fitxa" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Itxi fitx_a" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Beste fitxak itxi" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Itxi _leihoa" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Editatu" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Kopiatu" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Kopiatu arbelean" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "_HTML bezala kopiatu" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Arbelera HTML bezala kopiatu" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Arbeletik itsatsi" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "_Itsatsi Alt" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "_Hautapena Itsatsi" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "_Hautapena itsatsi Alt" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Hautatu den_a" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Kopiatu sarrera fitxa guztietan..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "Hob_espenak..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Ireki hobespen leihoa" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "Lasterbideak..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "Lasterbideen editorea ireki" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Ikusi" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Zooma _gerturatu" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Zoom egin letra handiagoarekin" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "Zoom egin Alt" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Zooma _urrutiratu" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Zooma kendu letra txikiagorekin" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "Zoom-a kendu Alt" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "Tamaina normala" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Zooma neurri lehenetsira ezarri" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "_Neurri arrunta Alt" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminala" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Ezarri titulua..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Ko_lore izenburua ezarri..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Bilatu..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Terminaralen edukietan bilatu" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Bilatu _hurrengoa" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Bilatu au_rrekoa" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Edukiak gorde..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "Berre_zarri" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "Atzera korritzea garbitu eta berrezarri" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "Fi_txak" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Aurreko fitxa" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Aldatu aurreko fitxara" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Hurrengo fitxa" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Aldatu hurrengo fitxara" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Azken fitxa aktiboa" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Aldatu azken fitxa aktibora" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Mugitu fitxa ezkerrera" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Mugitu fitxa eskuinera" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Laguntza" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Edukia" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Laguntza edukiak bistarazi" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "Honi _buruz" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Zooma" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Ikusi _menu-barra" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Bistarazi/gorde menu-barra" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Tresna-barra bistarazi" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Bistarazi/gorde tresna-barra" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Ikusi leiho ertzak" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Leiho dekorazioa bistarazi/ezkutatu" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Pantaila osoa" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Txandakatu pantaila oso modua" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "Irakurketa bakarrik" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Txandakatu irakurketa bakarrik modua" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Mugitu irteerara" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Txandakatu irteerara mugitzea" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "1 fitxara joan" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "2 fitxara joan" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "3 fitxara joan" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "4 fitxara joan" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "5 fitxara joan" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "6 fitxara joan" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "7 fitxara joan" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "8 fitxara joan" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "9 fitxara joan" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Kodeketa _ezarri" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Kontuz!" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Prozesuak exekutatzen ari dira oraindik fitxa batzuetan.\nLeiho hau ixteak amaitu ditu." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Leihoa %d fitxa ditu irekirik. Leihoa ixtean\nfitxa guztiak itxiko dira." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Fitxa guztiak Itxi?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Prozesu bat exekutatzen ari da oraindik.\nFitxa hau ixteak amaituko du." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Fitxa itxi?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Prozesu bat exekutatzen ari da oraindik.\nLeiho hau ixteak amaituko du." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Leihoa itxi?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Sarrera kopiatu:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Idatzi fitxa guztietan kopiatu behar den testua" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Sarrera kopiatu" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Titulua:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Idatzi uneko terminal fitxaren titulua" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Berrezarri" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Laguntza" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Itxi" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Izenburuaren kolorea hautatu" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Huts espresio erregularra sortzean" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Edukiak gorde..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Gorde" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Huts terminalaren edukiak gordetzen" diff -Nru xfce4-terminal-0.9.1/po/fi.po xfce4-terminal-1.0.4/po/fi.po --- xfce4-terminal-0.9.1/po/fi.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/fi.po 2022-05-22 09:06:41.000000000 +0000 @@ -3,7 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Ammuu5, 2018 +# Ammuu5, 2018,2022 # Jiri Grönroos , 2013,2018-2019,2021 # Juhani Numminen , 2013-2014 # Pasi Lallinaho , 2017-2019 @@ -11,9 +11,9 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" -"Last-Translator: Xfce Bot \n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2013-07-03 18:42+0000\n" +"Last-Translator: Ammuu5, 2018,2022\n" "Language-Team: Finnish (http://www.transifex.com/xfce/xfce-apps/language/fi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -160,15 +160,15 @@ #: ../terminal/main.c:214 msgid "Nick Schermer ," -msgstr "" +msgstr "Nick Schermer ," #: ../terminal/main.c:215 msgid "Igor Zakharov ," -msgstr "" +msgstr "Igor Zakharov ," #: ../terminal/main.c:216 msgid "Sergios - Anestis Kefalidis ." -msgstr "" +msgstr "Sergios - Anestis Kefalidis ." #: ../terminal/main.c:217 #, c-format @@ -180,12 +180,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Ei voi rekisteröidä päätepalvelua: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Epäkelpo mittamääritys ”%s”\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Yhteys istuntohallintaan epäonnistui: %s\n" @@ -483,7 +483,7 @@ msgid "The child process was aborted." msgstr "Lapsiprosessi keskeytettiin." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "_Älä kysy uudelleen" @@ -503,12 +503,12 @@ "commands may be executed." msgstr "" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Peru" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Liitä" @@ -619,7 +619,7 @@ msgstr "Saatu värimääritys ei kelpaa: Väärä muoto (%d) tai pituus (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "URL:in '%s' avaaminen epäonnistui" @@ -637,389 +637,427 @@ msgstr "Avaa ja sulje pudotettava pääte" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Tiedosto" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Avaa v_älilehti" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Avaa uusi päätteen välilehti" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Avaa _pääte" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Avaa uusi pääteikkuna" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Kumoa sulje välilehti" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Irrota välilehti" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Sulje _välilehti" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Sulje _muut välilehdet" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Sulje _ikkuna" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Muokkaa" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Kopioi" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Kopioi leikepöydälle" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Kopioi _HTML:nä" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Kopioi leikepöydälle HTML:nä" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Liitä leikepöydältä" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Liitä _valinta" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Valitse _kaikki" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Kopioi _syöte kaikille välilehdille..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "_Asetukset…" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Avaa asetusikkuna" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Näytä" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "_Suurenna" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Näytä suuremmalla fontilla" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "_Pienennä" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Näytä pienemmällä fontilla" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Normaali koko" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Palauta oletuskokoon" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Pääte" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Aseta otsake…" -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Aseta otsakkeen _väri..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Etsi…" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Etsi päätteen sisällöstä" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Etsi _seuraava" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Etsi _edellinen" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "_Tallenna sisältö..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Palauta" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Tyhjennä vierityspuskuri ja alusta" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "_Välilehdet" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Edellinen välilehti" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Siirry edelliselle välilehdelle" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Seuraava välilehti" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Siirry seuraavalle välilehdelle" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Viimeisin _aktiivinen välilehti" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Siirry viimeiseksi aktiiviselle välilehdelle" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Siirrä välilehteä _vasemmalle" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Siirrä välilehteä _oikealle" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Ohje" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Sisältö" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Näytä ohjeen sisältö" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Tietoja" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Suurenna" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Näytä _valikkopalkki" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Näytä/piilota valikkopalkki" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Näytä _työkalupalkki" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Näytä/piilota työkalupalkki" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Näytä ikkunoiden _reunat" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Näytä/piilota ikkunoiden reunukset" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Koko näyttö" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Vaihda koko näytön tilaan ja takaisin" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Vain luku" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Kytke vain luku -tila päälle" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Vieritä _tulostaessa" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Kytke päälle vieritys, kun tekstiä tulostetaan" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Aseta _merkistö" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Varoitus" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Joillain välilehdillä on vielä käynnissä olevia prosesseja.\nTämän ikkunan sulkeminen lopettaa ne kaikki." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Ikkunassa on avoinna %d välilehteä.\nNe kaikki sulkeutuvat ikkunan sulkeutuessa." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Suljetaanko kaikki välilehdet?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Prosessi on vielä käynnissä.\nVälilehden sulkeminen tappaa prosessin." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Suljetaanko välilehti?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Prosessi on vielä käynnissä.\nIkkunan sulkeminen tappaa prosessin." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Suljetaanko ikkuna?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Kopioi _syöte:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Syötä kaikille välilehdille kopioitava teksti" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Kopioi syöte" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Otsake:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Syötä otsake nykyiselle päätteen välilehdelle" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Palauta oletusasetukset" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Ohje" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Sulje" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Valitse otsakkeen väri" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Säännöllisen lausekkeen luominen epäonnistui" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Tallenna sisältö..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Tallenna" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Päätteen sisällön tallentaminen epäonnistui" diff -Nru xfce4-terminal-0.9.1/po/fr.po xfce4-terminal-1.0.4/po/fr.po --- xfce4-terminal-0.9.1/po/fr.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/fr.po 2022-05-22 09:06:41.000000000 +0000 @@ -18,14 +18,15 @@ # Towinet, 2016 # Towinet, 2016 # Urien Desterres , 2014-2016,2018 +# Wallon Wallon, 2022 # Yannick Le Guen , 2014,2016-2021 msgid "" msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-09 20:26+0000\n" -"Last-Translator: jc1 \n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 20:41+0000\n" +"Last-Translator: Wallon Wallon\n" "Language-Team: French (http://www.transifex.com/xfce/xfce-apps/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -192,12 +193,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Impossible d’enregistrer le service terminal : %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Chaîne de géométrie non valide « %s »\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Impossible de se connecter au gestionnaire de sessions : %s\n" @@ -495,7 +496,7 @@ msgid "The child process was aborted." msgstr "Le processus fils a été interrompu." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "_Ne plus me poser la question" @@ -515,12 +516,12 @@ "commands may be executed." msgstr "Coller ce texte dans le terminal peut s’avérer dangereux car il semble que certaines commandes risquent de s’exécuter." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Annuler" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "C_oller" @@ -631,7 +632,7 @@ msgstr "Couleur non conforme : Mauvais format (%d) ou longueur (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Impossible d’ouvrir l’URL « %s »" @@ -649,389 +650,427 @@ msgstr "(Dés)activer le terminal déroulant" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Fichier" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Ouvrir un _onglet" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Ouvrir un terminal dans un nouvel onglet" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Ouvrir un _terminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Ouvrir un terminal dans une nouvelle fenêtre" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Annuler la fermeture de l’onglet" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Détacher l’onglet" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Fermer l’onglet" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Fermer les autres on_glets" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Fermer la fenêtre" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "É_dition" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Copier" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Copier vers le presse-papiers" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Copier en tant que _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Copier vers le presse-papiers en tant que HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Coller depuis le presse-papiers" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "C_oller alt" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Coller la _sélection" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "Coller la _sélection alt" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Tout _sélectionner" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Copier l’_entrée dans tous les onglets…" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "Pr_éférences…" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Ouvrir la fenêtre des préférences" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "Ra_ccourcis..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "Ouvrir la fenêtre des raccourcis" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Affichage" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Zoom _avant" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Zoom avant avec une police plus grande" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "Zoom avant alt" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Zoom a_rrière" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Zoom arrière avec une police plus petite" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "Zoom arrière alt" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "Taille _normale" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Zoom à la taille par défaut" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "Taille _normale alt" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Définir le titre…" -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Définir la cou_leur de titre…" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Trouver…" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Rechercher des contenus du terminal" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Trouver _suivant" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Trouver _précédent" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Enre_gistrer le contenu…" -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Réinitialiser" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "Effacer le défilement et réinitialiser" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "_Onglets" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "Onglet _précédent" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Revenir à l’onglet précédent" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "Onglet _suivant" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Passer à l’onglet suivant" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Dernier onglet _actif" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Basculer sur le dernier onglet actif" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Déplacer _l’onglet vers la gauche" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Déplacer _l’onglet vers la droite" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "Aid_e" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Guide d’utilisation" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Affiche le guide d’utilisation" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "À _propos" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Zoom" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Afficher la _barre de menus" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Afficher / cacher la barre de menus" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Afficher la barre d’_outils" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Afficher / cacher la barre d’outils" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Afficher les _bordures de la fenêtre" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Afficher / cacher les décorations de la fenêtre" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Plein écran" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "(Dés)activer le mode plein écran" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Lecture seule" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Bascule en mode lecture seule" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Défiler sur la s_ortie" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Basculer le défilement sur la sortie" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Aller à l'onglet 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Aller à l'onglet 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Aller à l'onglet 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Aller à l'onglet 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Aller à l'onglet 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Aller à l'onglet 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Aller à l'onglet 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Aller à l'onglet 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Aller à l'onglet 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Définir l’_encodage" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Attention" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Il y a encore des processus en cours d’exécution dans certains onglets.\nIls seront tous interrompus à la fermeture de cette fenêtre." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Cette fenêtre a %d onglets ouverts. Fermer\ncette fenêtre fermera aussi tous ses onglets." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Fermer tous les onglets ?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Un processus est encore en cours d’exécution.\nIl sera interrompu à la fermeture de cet onglet." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Fermer l’onglet ?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Un processus est encore en cours d’exécution.\nIl sera interrompu à la fermeture de cette fenêtre." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Fermer la fenêtre ?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Copier l’_entrée :" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Saisir le texte à copier dans tous les onglets" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Copier l’entrée" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Titre :" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Entrer le titre pour l’onglet courant du terminal" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Réinitialiser" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Aide" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Fermer" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Choisir la couleur de titre" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Impossible de créer l’expression régulière" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Enregistrer le contenu…" -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Enregistrer" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Impossible d’enregistrer le contenu du terminal" @@ -1281,7 +1320,7 @@ msgid "" "This option controls whether the scrollbar is drawn as an overlay (auto-" "hide) or not." -msgstr "Cette option commande si la barre de défilement est dessinée sous forme de superposition (masquage automatique) ou non." +msgstr "Cette option contrôle si la barre de défilement est dessinée sous forme de superposition (masquage automatique) ou non." #: ../terminal/terminal-preferences.glade.h:58 msgid "Scrolling" diff -Nru xfce4-terminal-0.9.1/po/gl.po xfce4-terminal-1.0.4/po/gl.po --- xfce4-terminal-0.9.1/po/gl.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/gl.po 2022-05-22 09:06:41.000000000 +0000 @@ -11,8 +11,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 11:52+0000\n" "Last-Translator: Xfce Bot \n" "Language-Team: Galician (http://www.transifex.com/xfce/xfce-apps/language/gl/)\n" "MIME-Version: 1.0\n" @@ -180,12 +180,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Non se puido rexistrar o servizo de terminal: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "A cadea de xeometría \"%s\" é incorrecta\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Produciuse un fallo ao conectar co xestor de sesións: %s\n" @@ -483,7 +483,7 @@ msgid "The child process was aborted." msgstr "O proceso fillo foi interrompido." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "_Non preguntar de novo" @@ -503,12 +503,12 @@ "commands may be executed." msgstr "Pegar este texto no terminal pode ser perigoso, pois poden executarse algunhas ordes." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Cancelar" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Pegar" @@ -619,7 +619,7 @@ msgstr "Recibíronse datos de cor incorrectos: formato (%d) ou lonxitude (%d) errado\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Produciuse un fallo ao abrir o URL «%s»" @@ -637,389 +637,427 @@ msgstr "Alternar Terminal despregábel" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Ficheiro" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Abrir unha _lapela" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Abrir unha nova lapela de terminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Abrir t_erminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Abrir unha nova xanela de terminal" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Desfacer o peche da lapela" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Desprender a lapela" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Pechar a _Lapela" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Pechar as _outras lapelas" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Pechar a _xanela" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Editar" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Copiar" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Copiar ao portapapeis" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Copiar como _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Copiar ao portapapeis como HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Pegar desde o portapapeis" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Pegar a _selección" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Seleccionar _todo" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Copiar a entrada en todas as lapelas..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "Pr_eferencias..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Abrir o diálogo de preferencias" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Ver" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "_Aumentar" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Aumentar cun tipo de letra maior" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "_Reducir" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Diminuír cun tipo de letra menor" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "Tamaño _normal" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Zum ao tamaño predeterminado" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Definir o título..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Definir a cor do títu_lo..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Atopar..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Buscar contido do terminal" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Atopar _seguinte" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Atopar _anterior" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Gardar o contido..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Restabelecer" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Limpar contido e restabelecer" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "L_apelas" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "Lapela _anterior" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Cambiar á lapela anterior" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Seguinte lapela" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Cambiar á seguinte lapela" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Última lapela _activa" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Cambiar á última lapela activa" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Mover a lapela á _esquerda" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Mover a lapela á dereita" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "A_xuda" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Contido" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Amosar o contido da axuda" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Acerca de" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Ampliación" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Amosar a barra de _menú" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Amosar/agochar a barra de menú" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Amosar a _barra de ferramentas" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Amosar/agochar a barra de ferramentas" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Amosar os _bordos da xanela" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Amosar/agochar a decoración das xanelas" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Pantalla completa" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Cambiar a modo pantalla completa" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "Só de _lectura" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Alternar o modo de só lectura" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Des_prazar na saída" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Alternar o desprazamento na saída" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Definir a _codificación" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Aviso" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Aínda hai procesos executándose nalgunhas lapelas.\nPechando esta xanela matará todos estes procesos." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Esta xanela ten %d lapelas abertas. Pechando esta xanela\npechará tamén todas as súas lapelas." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Quere pechar todas as lapelas?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Hai procesos executándose. Pechando esta\nlapela matará todos estes procesos." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Quere pechar a lapela?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Aínda hai un proceso en execución.\nPechando esta xanela matará dito proceso." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Quere pechar a xanela?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Copiar a _entrada:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Insira o texto que quere copiar en todas as lapelas." -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Copiar entrada" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Título:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Introduza o título da lapela de terminal actual" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Restabelecer" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Axuda" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Pechar" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Escolla a cor do título" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Produciuse un fallo ao crear as expresión regular" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Gardar o contido..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Gardar" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Produciuse un fallo ao gardar o contido do terminal" diff -Nru xfce4-terminal-0.9.1/po/he.po xfce4-terminal-1.0.4/po/he.po --- xfce4-terminal-0.9.1/po/he.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/he.po 2022-05-22 09:06:41.000000000 +0000 @@ -5,8 +5,8 @@ # Translators: # Dotan Kamber , 2004-2006 # Elishai Eliyahu , 2016-2019 -# Elishai Eliyahu , 2020-2021 -# GenghisKhan , 2016 +# Elishai Eliyahu , 2020-2022 +# gk , 2016 # koby vurgaft , 2013 # Omer I.S. , 2021 # Omer I.S. , 2020 @@ -16,9 +16,9 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-04 20:18+0000\n" -"Last-Translator: Omer I.S. \n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2013-07-03 18:42+0000\n" +"Last-Translator: Elishai Eliyahu , 2020-2022\n" "Language-Team: Hebrew (http://www.transifex.com/xfce/xfce-apps/language/he/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -185,12 +185,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "אין אפשרות לרשום את שרות המסוף: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "מחרוזת גודל ומיקום לא שגויה \"%s\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "נכשל להתחבר אל מנהל הסשן: %s\n" @@ -488,7 +488,7 @@ msgid "The child process was aborted." msgstr "תהליך הבן הופסק." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "_אל תשאל אותי שוב" @@ -508,12 +508,12 @@ "commands may be executed." msgstr "הדבקת טקסט זה למסוף עלולה להיות מסוכנת מכיוון שנראה שפקודות יופעלו." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_ביטול" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "ה_דבק" @@ -624,7 +624,7 @@ msgstr "התקבל מידע שגוי אודות הצבע: תסדיר שגוי (%d) או אורך (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "נכשל לפתוח את ה-URL '%s' " @@ -642,389 +642,427 @@ msgstr "החלף מסוף נפתח כלפי מטה" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_קובץ" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "_פתח כרטיסייה" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "פתח לשונית מסוף חדשה" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "פתח מ_סוף" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "פתח חלון מסוף חדש" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_בטל סגירת לשונית" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_נתק כרטיסיה" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "סגור _כרטיסייה" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "סגור לשו_ניות אחרות" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "סגור _חלון" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "ע_ריכה" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "ה_עתק" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "העתק ללוח גזירה" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "העתק כ _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "העתק אל לוח גזירה כ HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "הדבק מלוח גזירה" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "_הדבק Alt" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "הדבק _בחירה" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "הדבק _בחירה Alt" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "בחר _הכל" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "העתק _קלט לכל הלשוניות..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "_העדפות..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "פתח את דו שיח העדפות" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "קיצורי דר_ך..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "פתח את דו־שיח קיצורי הדרך" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_תצוגה" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "זום _פנימה" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "זום פנימה עם גופן גדול יותר" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "זום פנימה Alt" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "זום _החוצה" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "זום החוצה עם גופן קטן יותר" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "זום החוצה Alt" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "גודל _רגיל" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "זום לגודל ברירת מחדל" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "_גודל נורמלי Alt" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_מסוף" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "הגדר _כותרת..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "קבע _צבע כותרת..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_חפש…" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "חיפוש בתוכן מסוף" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "מצא את ה_בא" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "מצא את ה_קודם" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "שמ_ור תוכן..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_אפס" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_טהר פס גלילה ואפס" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "_כרטיסיות" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "הלשונית ה_קודמת" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "מעבר ללשונית הקודמת" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "הלשונית ה_באה" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "מעבר ללשונית הבאה" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "לשונית _פעילה אחרונה" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "עבור אל הלשונית הפעילה האחרונה" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "העבר כרטיסייה _שמאלה" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "העבר כרטיסייה _ימינה" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_עזרה" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_תכנים" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "הצג תכני עזרה" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_אודות" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_זום" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "הצג שורת _תפריט" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "הצג/הסתר שורת תפריט" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "הצג סרגל _כלים" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "הצג/הסתר סרגל כלים" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "הצג _גבולות חלון" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "הצג/הסתר עיטורי חלון" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_מסך מלא" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "הפעל מצב מסך מלא" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_קריאה בלבד" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "החלף מצב קריאה בלבד" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "גלול _פלט" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "שנה מצב גלול פלט" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "עבור ללשונית 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "עבור ללשונית 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "עבור ללשונית 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "עבור ללשונית 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "עבור ללשונית 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "עבור ללשונית 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "עבור ללשונית 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "עבור ללשונית 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "עבור ללשונית 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "הגדר _קידוד" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "אזהרה" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "ישנם עדיין תהליכים פועלים בכמה לשוניות.\nסגירת חלון זה תסיים את כולם." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "לחלון זה יש %d לשוניות פתוחות. סגירה של חלון זה\nתסגור גם את כל הלשוניות שלו." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "לסגור את כל הכרטיסיות?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "עדיין קיים תהליך פועל.\nסגירת הלשונית הזו תחסל אותו." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "לסגור לשונית?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "עדיין קיים תהליך פועל.\nסגירת החלון הזה תחסל אותו." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "לסגור חלון?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "העתק _קלט:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "הכנס את הטקסט להעתקה לכל הלשוניות" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "העתק קלט" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_כותרת:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "הזן את הכותרת עבור לשונית המסוף הנוכחית" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "אתחול" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "עזרה" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "סגור" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "בחר צבע כותרת" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "נכשלה יצירת ביטוי רגולרי" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "שמור תוכן..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_שמור" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "נכשל לשמור תוכן מסוף" @@ -1268,13 +1306,13 @@ #: ../terminal/terminal-preferences.glade.h:56 msgid "Enable _overlay scrolling (Requires Restart)" -msgstr "" +msgstr "הדלק גלילת _כיסוי (מצריך הפעלה מחדש)" #: ../terminal/terminal-preferences.glade.h:57 msgid "" "This option controls whether the scrollbar is drawn as an overlay (auto-" "hide) or not." -msgstr "" +msgstr "אפשרות זו שולטת על ציור סרגל הגלילה ככיסוי (הסתרה אוטומטית) או לא." #: ../terminal/terminal-preferences.glade.h:58 msgid "Scrolling" diff -Nru xfce4-terminal-0.9.1/po/hr.po xfce4-terminal-1.0.4/po/hr.po --- xfce4-terminal-0.9.1/po/hr.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/hr.po 2022-05-22 09:06:41.000000000 +0000 @@ -7,14 +7,14 @@ # Edin Veskovic , 2016-2017 # Edin Veskovic , 2014 # Ivica Kolić , 2010 -# Ivica Kolić , 2013,2016-2018 +# Ivica Kolić , 2013,2016-2018,2021 # Lovro Kudelić , 2016 msgid "" msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 11:52+0000\n" "Last-Translator: Xfce Bot \n" "Language-Team: Croatian (http://www.transifex.com/xfce/xfce-apps/language/hr/)\n" "MIME-Version: 1.0\n" @@ -182,12 +182,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Ne mogu registrirati terminalni servis: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Nevaljan znakovni niz \"%s\" za geometriju\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Neuspješno spajanje na upravitelja sesijom: %s\n" @@ -485,7 +485,7 @@ msgid "The child process was aborted." msgstr "Proces dijete prekinut." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "Ne_pitaj me ponovo" @@ -505,12 +505,12 @@ "commands may be executed." msgstr "" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Odustani" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Zalijepi" @@ -621,7 +621,7 @@ msgstr "Primljeni pogrešni podaci o boji:Pogrešan format (%d) ili dužina (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Nisam uspio otvoriti URL '%s'" @@ -639,389 +639,427 @@ msgstr "Upali/ugasi padajući terminal" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Datoteka" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Otvori _karticu" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Otvori novu terminalnu karticu" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Otvori T_erminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Otvori novi terminalni prozor" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Poništi zatvori karticu" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Odspoji karticu" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Zatvori k_articu" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Zatvori druge ka_rtice" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Zatvori _prozor" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Uredi" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Kopiraj" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Kopiraj u međuspremnik" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Kopiraj kao _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Kopiraj u međuspremnik kao HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Zalijepi iz međuspremnika" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Zalijepi _Odabir" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Odaberi _sve" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Kopiraj _unos svim karticama..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "Os_obitosti" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Otvori dijalog osobitosti" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Pogled" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Zumi_raj" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Zumiraj sa većim fontom" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "U_manji" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Zumiraj sa manjim fontom" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Normalna veličina" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Zumiraj na zadanu veličinu" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Postavi naslov..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Postavite boju nas_lova..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Nađi..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Traži sadržaj terminala" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Nađi sli_jedeće" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Nađi pre_thodno" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Sp_remi sadržaje..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Resetiraj" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Očisti pomake unatrag i resetiraj" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "K_artice" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Prethodna kartica" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Prebaci na prethodnu karticu" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Slijedeća kartica" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Prebaci na slijedeću karticu" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Posljednja _aktivna kartica" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Prebaci na posljednju aktivnu karticu" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Pomakni karticu _lijevo" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Pomakni karticu _desno" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Pomoć" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Sadržaj" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Prikaži sadržaj pomoći" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_O programu" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Zumiranje" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Pokaži _traku izbornika" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Pokaži/sakrij traku izbornika" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Pokaži _alatnu traku" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Pokaži/sakrij alatnu traku" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Pokaži rubove _prozora" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Pokaži/sakrij ukrašavanje prozora" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Puni zaslon" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Upali/ugasi cijeli zaslon" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Samo za čitanje" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Upali/ugasi samo za čitanje" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "P_omiči prikaz sa izlaznim prikazom" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Uključi/isključi pomicanje prikaz sa izlaznim prikazom" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Postavi _enkodiranje" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Upozorenje" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Neki procesi se još uvijek izvode u ostalim karticama.\nZatvaranjem prozora svi procesi bit će ubijeni." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Ovaj prozor ima %d otvorenih kartica.Zatvaranje\novog prozora zatvoriti će sve kartice." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Zatvoriti sve kartice?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Proces se još uvijek izvodi.\nZatvaranje kartice će ga ubiti." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Zatvori karticu?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Proces se još uvijek izvodi.\nZatvaranje prozora će ga ubiti." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Zatvori prozor?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Kopiraj _unos:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Upišite tekst namjenjen kopiranju svim karticama" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Kopiraj unos" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Naslov:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Unesi naslov trenutne kartice terminala" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Restiraj" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Pomoć" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Zatvori" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Odaberite boju naslova" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Neuspjelo stvaranje regularnih izraza" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Spremi sadržaje..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Spremi" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Neuspjelo spremanje sadržaja terminala" @@ -1873,7 +1911,7 @@ #: ../xfce4-terminal-settings.desktop.in.h:1 msgid "Xfce Terminal Settings" -msgstr "" +msgstr "Postavke Xfce terminala" #: ../xfce4-terminal-settings.desktop.in.h:2 msgid "Configure Xfce Terminal" diff -Nru xfce4-terminal-0.9.1/po/hu.po xfce4-terminal-1.0.4/po/hu.po --- xfce4-terminal-0.9.1/po/hu.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/hu.po 2022-05-22 09:06:41.000000000 +0000 @@ -4,6 +4,7 @@ # # Translators: # Balázs Meskó , 2018-2019 +# Balázs Meskó , 2022 # Gabor Kelemen , 2009-2010 # Gábor P., 2017,2019 # gyeben , 2013,2016 @@ -14,9 +15,9 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" -"Last-Translator: Xfce Bot \n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-02-03 10:36+0000\n" +"Last-Translator: Balázs Meskó \n" "Language-Team: Hungarian (http://www.transifex.com/xfce/xfce-apps/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -163,15 +164,15 @@ #: ../terminal/main.c:214 msgid "Nick Schermer ," -msgstr "" +msgstr "Nick Schermer ," #: ../terminal/main.c:215 msgid "Igor Zakharov ," -msgstr "" +msgstr "Igor Zakharov ." #: ../terminal/main.c:216 msgid "Sergios - Anestis Kefalidis ." -msgstr "" +msgstr "Sergios - Anestis Kefalidis ." #: ../terminal/main.c:217 #, c-format @@ -183,12 +184,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "A terminálszolgáltatás nem regisztrálható: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Érvénytelen geometria-karakterlánc: „%s”\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Nem sikerült csatlakozni a munkamenet kezelőhöz:%s\n" @@ -315,7 +316,7 @@ msgid "" "Option \"--execute/-x\" requires specifying the command to run on the rest " "of the command line separated from \"--execute/-x\"" -msgstr "" +msgstr "Az „--execute/-x” kapcsoló megköveteli a futtatandó parancs megadását a parancssor további részében, külön az „--execute/-x” résztől" #: ../terminal/terminal-options.c:301 #, c-format @@ -415,7 +416,7 @@ #: ../terminal/terminal-options.c:623 #, c-format msgid "Unknown option \"-%c\"" -msgstr "" +msgstr "Ismeretlen kapcsoló: „-%c”" #: ../terminal/terminal-options.c:626 #, c-format @@ -440,23 +441,23 @@ #: ../terminal/terminal-screen.c:243 msgid "Do not disable dialog" -msgstr "" +msgstr "Ne tiltsa le a párbeszédablakot" #: ../terminal/terminal-screen.c:244 msgid "Disable for 5 minutes" -msgstr "" +msgstr "Letiltás 5 percig" #: ../terminal/terminal-screen.c:245 msgid "Disable for 15 minutes" -msgstr "" +msgstr "Letiltás 15 percig" #: ../terminal/terminal-screen.c:246 msgid "Disable until program restart" -msgstr "" +msgstr "Letiltás a program újraindításáig" #: ../terminal/terminal-screen.c:247 msgid "Disable dialog (can be re-enabled in the Preferences)" -msgstr "" +msgstr "Párbeszédablak letiltása (a Beállításokban újra engedélyezhető)" #: ../terminal/terminal-screen.c:490 ../terminal/terminal-screen.c:871 #: ../terminal/terminal-screen.c:2383 @@ -486,13 +487,13 @@ msgid "The child process was aborted." msgstr "A gyermekfolyamat megszakadt." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "_Ne kérdezze újra" #: ../terminal/terminal-screen.c:1796 msgid "Warning: Potentially Unsafe Paste" -msgstr "" +msgstr "Figyelmeztetés: Lehet, hogy a beillesztés nem biztonságos" #: ../terminal/terminal-screen.c:1799 msgid "" @@ -506,12 +507,12 @@ "commands may be executed." msgstr "" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "Mé_gse" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Beillesztés" @@ -622,7 +623,7 @@ msgstr "Érvénytelen színadatok érkeztek: rossz formátum (%d) vagy hossz (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "A(z) „%s” URL megnyitása meghiúsult" @@ -640,389 +641,427 @@ msgstr "Legördülő terminál be/ki" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Fájl" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "L_ap megnyitása" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Új terminállap megnyitása" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "_Terminál megnyitása" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Új terminálablak megnyitása" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "Lap bezárásának _visszavonása" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Lap leválasztása" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Lap be_zárása" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Többi lap _bezárása" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "_Ablak bezárása" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "S_zerkesztés" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Másolás" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Másolás vágólapra" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Másolás _HTML-ként" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Másolás a vágólapra HTML-ként" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Beillesztés vágólapról" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "_Kijelölés beillesztése" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Összes _kijelölése" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "_Bemenet másolása az összes lapra…" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "_Beállítások…" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "A Terminál beállítások megnyitása" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" -msgstr "" +msgstr "A gyorsbillentyűk párbeszédablak megnyitása" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Nézet" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "_Nagyítás" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Nagyítás nagyobb betűmérettel" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "_Kicsinyítés" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Kicsinyítés kisebb betűmérettel" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Normál méret" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Visszaállítás alapértékekre" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminál" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Cím beállítása…" -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Az ablakcím színének beállítása..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Keresés..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Keresés a terminál tartalmában" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Kö_vetkező találat" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Elő_ző találat" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Tartalom m_entése…" -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Visszaállítás" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "Visszagörgetés _törlése és visszaállítás" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "L_apok" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Előző lap" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Váltás az előző lapra" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Következő lap" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Váltás a következő lapra" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Legutóbb _aktív lap" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Váltás a legutóbb aktív lapra" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Lap mozgatása _balra" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Lap mozgatása _jobbra" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Súgó" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Tartalom" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Súgótartalom megjelenítése" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Névjegy" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Nagyítás" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "_Menü megjelenítése" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "A menüsor megjelenítése/elrejtése" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "_Eszköztár megjelenítése" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Az eszköztár megjelenítése/elrejtése" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "_Ablakszegélyek megjelenítése/elrejtése" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Az ablakdekoráció megjelenítése/elrejtése" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Teljes képernyő" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Teljes képernyős üzemmód" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "Csak _olvasható" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Csak olvasható mód váltása" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Odagördülés az új _kimenethez" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Odagördülés az új kimenethez be/ki" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Ugrás az 1. laphoz" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Ugrás a 2. laphoz" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Ugrás a 3. laphoz" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Ugrás a 4. laphoz" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Ugrás az 5. laphoz" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Ugrás a 6. laphoz" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Ugrás a 7. laphoz" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Ugrás a 8. laphoz" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Ugrás a 9. laphoz" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "_Kódolás beállítása" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Figyelmeztetés" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Egyes lapokon még futnak folyamatok.\nAz ablak bezárása ezeket is meg fogja szakítani." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Ebben az ablakban %d lap van nyitva. Az\nablak bezárása az összes lapot is bezárja." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Bezárja az összes lapot?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Még fut egy folyamat.\nA lap bezárása meg fogja szakítani." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Lap bezárása?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Még fut egy folyamat.\nAz ablak bezárása meg fogja szakítani." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Ablak bezárása?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "_Bemenet másolása:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Adja meg az összes lapra másolandó szöveget." -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Bemenet másolása" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Cím:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Adja meg az aktuális terminállap címét" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Visszaállítás" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Súgó" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Bezárás" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Az ablakcím színének választása" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "A reguláris kifejezés létrehozása meghiúsult" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Tartalom mentése…" -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Mentés" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "A terminál tartalmának mentése meghiúsult" @@ -1048,11 +1087,11 @@ #: ../terminal/terminal-preferences.glade.h:6 msgid "Paste Clipboard" -msgstr "" +msgstr "Vágólap beillesztése" #: ../terminal/terminal-preferences.glade.h:7 msgid "Paste Selection" -msgstr "" +msgstr "Kijelölés beillesztése" #: ../terminal/terminal-preferences.glade.h:8 msgid "Disabled" @@ -1858,7 +1897,7 @@ #: ../terminal/terminal-preferences.glade.h:202 msgid "Right click action: " -msgstr "" +msgstr "Jobb gombos művelet" #: ../terminal/terminal-preferences.glade.h:203 msgid "Misc" @@ -1874,7 +1913,7 @@ #: ../xfce4-terminal-settings.desktop.in.h:1 msgid "Xfce Terminal Settings" -msgstr "" +msgstr "Xfce terminálbeállítások" #: ../xfce4-terminal-settings.desktop.in.h:2 msgid "Configure Xfce Terminal" diff -Nru xfce4-terminal-0.9.1/po/hy_AM.po xfce4-terminal-1.0.4/po/hy_AM.po --- xfce4-terminal-0.9.1/po/hy_AM.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/hy_AM.po 2022-05-22 09:06:41.000000000 +0000 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 11:52+0000\n" "Last-Translator: Xfce Bot \n" "Language-Team: Armenian (Armenia) (http://www.transifex.com/xfce/xfce-apps/language/hy_AM/)\n" "MIME-Version: 1.0\n" @@ -178,12 +178,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Անհնար է գրանցել վահանակի ծառայութիւնը։ %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Չափման անվաւեր \"%s\" տող\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Չյաջողուեց միանալ նիստի կառավարչին․ %s\n" @@ -481,7 +481,7 @@ msgid "The child process was aborted." msgstr "Առաջացած գործընթացն ընդհատուել է։" -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "_Այլեւս չհարցնել" @@ -501,12 +501,12 @@ "commands may be executed." msgstr "" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Չեղարկել" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Զետեղել" @@ -617,7 +617,7 @@ msgstr "Գոյնի անվաւեր տուեալներ․ անվաւեր ձեւաչափ (%d) կամ չափ (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Չյաջողուեց բացել \"%s\" գերյղումը" @@ -635,389 +635,427 @@ msgstr "Փոխանջատել արագ վահանակին" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Նիշ" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Նոր _ներդիր" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Բացել նոր ներդիր" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Նոր _պատուհան" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Բացել նոր պատուհան" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Վերականգնել փակ ներդիրը" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Առաձնացնել ներդիրը" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Փակել _ներդիրը" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Փակել այլ ներ_դիրները" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Փակել _պատուհանը" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Խմբագրում" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Պատճէնել" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Պատճէնել սեղմատախտակում" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Պատճէնել _HTML ձեւաչափով" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Պատճէնել սեղմատախտակում՝ HTML ձեւաչափով" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Զետեղել սեղմատախտակից" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Զետեղել _ընտրուածը" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Նշել _ամբողջը" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Պատճէնել _ներածումը բոլոր ներդիրներում․․․" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "Կար_գաւորումներ..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Բացել նախընտրութիւնների երկխաւսութիւնը" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Տեսք" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "_Խոշորացնել" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Խոշորացնել՝ մեծացնելով տառաչափը" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Փոք_րացնել" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Փոքրացնել՝ փոքրացնելով տառաչափը" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Սովորական չափ" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Բերել սովորական չափին" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Վահանակ" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Անուանել..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Սահմանել վերնագրի գո_յնը․․․" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Գտնել..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Փնտրել վահանակի բովանդակութիւնը" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Գտնել _յաջորդը" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Գտնել _նախորդը" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Պահ_ել բովանդակութիւնը..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Վերատեղադրել" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Մաքրել յետոլորումը եւ վերատեղադրել" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "Ն_երդիրներ" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Նախկին ներդիրը" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Վերադառնալ նախորդ ներդիրին" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Յաջորդ ներդիրը" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Անցնել յաջորդ ներդիրին" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Վերջին _գործող ներդիրը" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Գնալ դեպի վերջին գործուն սիւնատը" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Տեղաշարժել ներդիրը _ձախ" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Տեղաշարժել ներդիրը _աջ" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Աջակցութիւն" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Ձեռնարկ" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Ցուցադրել աջակցութեան էջը" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Ծրագրի մասին" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Խոշորացում" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Ցուցադրել _ընտրացանկը" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Ցուցադրել/թաքցնել ցանկը" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Ցուցադրել _գործեշերտը" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Ցուցադրել/թաքցնել գործեշերտը " -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Ցուցադրել պատուհանի _եզրագծերը" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Ցուցադրել/թաքցնել պատուհանի եզրագծերը" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Ամբողջական ցուցադրիչ" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Փոխանջատել ամբողջ ցուցադրիչի աշխատակերպին" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Սոսկընթեռնելի" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Փոխանջատել սոսկընթեռնելի աշխատակերպի" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Ոլորել գրոյթ _արտածելիս" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Փոխանջատել «Ոլորել գրոյթ արտածելիս» աշխատակերպին" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "_Սահմանել այլագրում" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Զգուշացում" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Որոշ գործընթացներ դեռ գործարկուում են։\nՊատուհանների փակումը կը դադարեցնի դրանք։" #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Պատուհանում բացուած է %d ներդիր։ Պատուհանի փակումը,\nկը փակի բոլոր ներդիրները։" -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Փակե՞լ բոլոր ներդիրները։" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Գործընթացը գործարկուում է։\nՆերդիրի փակումը կը դադարեցնի այն։" -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Փակե՞լ ներդիրը։" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Գործընթացը գործարկուում է։\nՊատուհանի փակումը կը դադարեցնի այն։" -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Փակե՞լ պատուհանը։" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Պատճէնել _ներածումը." -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Ներմուծեք գրոյթը, որը պէտք է ներածել բոլոր ներդիրներում" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Պատճէնել ներածումը" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Անուն․" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Մուտքագրել անուն՝ վահանակի ներկայիս ներդիրի համար" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Վերատեղադրել" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Աջակցութիւն" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Փակել" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Ընտրել վերնագրի գոյնը" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Չյաջողուեց ստեղծել կանոնաւոր արտայայտութիւն" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Պահել բովանդակութիւնը..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Պահել" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Չյաջողուեց պահել վահանակի բովանդակութիւնը" diff -Nru xfce4-terminal-0.9.1/po/hye.po xfce4-terminal-1.0.4/po/hye.po --- xfce4-terminal-0.9.1/po/hye.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/hye.po 2022-05-22 09:06:41.000000000 +0000 @@ -12,8 +12,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 11:52+0000\n" "Last-Translator: Xfce Bot \n" "Language-Team: Eastern Armenian (http://www.transifex.com/xfce/xfce-apps/language/hye/)\n" "MIME-Version: 1.0\n" @@ -181,12 +181,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Անհնար է գրանցել վահանակի ծառայութիւնը։ %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Չափման անվաւեր \"%s\" տող\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Չյաջողուեց միանալ նիստի կառավարչին․ %s\n" @@ -484,7 +484,7 @@ msgid "The child process was aborted." msgstr "Առաջացած գործընթացն ընդհատուել է։" -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "_Այլեւս չհարցնել" @@ -504,12 +504,12 @@ "commands may be executed." msgstr "" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Չեղարկել" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Զետեղել" @@ -620,7 +620,7 @@ msgstr "Գոյնի անվաւեր տուեալներ․ անվաւեր ձեւաչափ (%d) կամ չափ (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Չյաջողուեց բացել \"%s\" գերյղումը" @@ -638,389 +638,427 @@ msgstr "Փոխանջատել արագ վահանակին" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Նիշ" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Նոր _ներդիր" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Բացել նոր ներդիր" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Նոր _պատուհան" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Բացել նոր պատուհան" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Վերականգնել փակ ներդիրը" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Առանձնացնել ներդիրը" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Փակել _ներդիրը" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Փակել այլ ներ_դիրները" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Փակել _պատուհանը" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Խմբագրում" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Պատճէնել" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Պատճէնել սեղմատախտակում" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Պատճէնել _HTML ձեւաչափով" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Պատճէնել սեղմատախտակում՝ HTML ձեւաչափով" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Զետեղել սեղմատախտակից" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Զետեղել _ընտրուածը" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Նշել _ամբողջը" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Պատճէնել _ներածումը բոլոր ներդիրներում․․․" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "Կար_գաւորումներ..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Բացել նախընտրութիւնների երկխաւսութիւնը" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Տեսք" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "_Խոշորացնել" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Խոշորացնել՝ մեծացնելով տառաչափը" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Փոք_րացնել" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Փոքրացնել՝ փոքրացնելով տառաչափը" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Սովորական չափ" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Բերել սովորական չափին" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Վահանակ" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Անուանել..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Սահմանել վերնագրի գո_յնը․․․" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Գտնել..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Փնտրել վահանակի բովանդակութիւնը" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Գտնել _յաջորդը" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Գտնել _նախորդը" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Պահ_ել բովանդակութիւնը..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Վերատեղադրել" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Մաքրել յետոլորումը եւ վերատեղադրել" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "Ն_երդիրներ" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Նախկին ներդիրը" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Վերադառնալ նախորդ ներդիրին" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Յաջորդ ներդիրը" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Անցնել յաջորդ ներդիրին" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Վերջին _գործող ներդիրը" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Գնալ դէպի վերջին գործուն սիւնակը" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Տեղաշարժել ներդիրը _ձախ" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Տեղաշարժել ներդիրը _աջ" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Աջակցութիւն" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Ձեռնարկ" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Ցուցադրել աջակցութեան էջը" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Ծրագրի մասին" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Խոշորացում" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Ցուցադրել _ընտրացանկը" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Ցուցադրել/թաքցնել ցանկը" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Ցուցադրել _գործէշերտը" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Ցուցադրել/թաքցնել գործէշերտը " -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Ցուցադրել պատուհանի _եզրագծերը" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Ցուցադրել/թաքցնել պատուհանի եզրագծերը" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Ամբողջական ցուցադրիչ" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Փոխանջատել ամբողջ ցուցադրիչի աշխատակերպին" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Սոսկընթեռնելի" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Փոխանջատել սոսկընթեռնելի աշխատակերպի" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Ոլորել գրոյթ _արտածելիս" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Փոխանջատել «Ոլորել գրոյթ արտածելիս» աշխատակերպին" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "_Սահմանել այլագրում" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Զգուշացում" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Որոշ գործընթացներ դեռ գործարկուում են։\nՊատուհանների փակումը կը դադարեցնի դրանք։" #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Պատուհանում բացուած է %d ներդիր։ Պատուհանի փակումը,\nկը փակի բոլոր ներդիրները։" -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Փակե՞լ բոլոր ներդիրները։" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Գործընթացը գործարկուում է։\nՆերդիրի փակումը կը դադարեցնի այն։" -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Փակե՞լ ներդիրը։" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Գործընթացը գործարկուում է։\nՊատուհանի փակումը կը դադարեցնի այն։" -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Փակե՞լ պատուհանը։" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Պատճէնել _ներածումը." -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Ներմուծէք գրոյթը, որը պէտք է ներածել բոլոր ներդիրներում" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Պատճէնել ներածումը" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Անուն․" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Մուտքագրել անուն՝ վահանակի ներկայիս ներդիրի համար" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Վերատեղադրել" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Աջակցութիւն" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Փակել" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Ընտրել վերնագրի գոյնը" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Չյաջողուեց ստեղծել կանոնաւոր արտայայտութիւն" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Պահել բովանդակութիւնը..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Պահել" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Չյաջողուեց պահել վահանակի բովանդակութիւնը" diff -Nru xfce4-terminal-0.9.1/po/id.po xfce4-terminal-1.0.4/po/id.po --- xfce4-terminal-0.9.1/po/id.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/id.po 2022-05-22 09:06:41.000000000 +0000 @@ -8,14 +8,14 @@ # se7entime , 2013 # se7entime , 2013 # se7entime , 2013 -# Triyan W. Nugroho , 2020 +# Triyan W. Nugroho , 2020-2022 msgid "" msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" -"Last-Translator: Xfce Bot \n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-31 23:29+0000\n" +"Last-Translator: Triyan W. Nugroho \n" "Language-Team: Indonesian (http://www.transifex.com/xfce/xfce-apps/language/id/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -182,12 +182,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Tidak dapat mendaftarkan layanan terminal: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Tali geometri \"%s\" tidak benar\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Gagal terhubung ke manajer sesi: %s\n" @@ -485,7 +485,7 @@ msgid "The child process was aborted." msgstr "Sub-proses telah dibatalkan." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "Ja_ngan tanya saya lagi" @@ -505,12 +505,12 @@ "commands may be executed." msgstr "Menempelkan teks ini ke terminal mungkin akan berbahaya sepertinya beberapa perintah mungkin akan dijalankan." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Batal" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Rekat" @@ -621,7 +621,7 @@ msgstr "Menerima data warna yang tidak benar. Salah format (%d) atau panjang (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Gagal membuka URL '%s'" @@ -639,389 +639,427 @@ msgstr "Aktifkan Drop-down Terminal" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Berkas" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Buka _Tab" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Buka tab terminal baru" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Buka T_erminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Buka jendela terminal baru" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "Batalkan T_utup Tab" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Lepas Tab" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Tutup T_ab" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Tutup Ta_b lainnya" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Tutup _Jendela" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Sunting" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Salin" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Salin ke papan klip" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Salin sebagai _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Salin ke papan klip sebagai HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Rekatkan dari papan klip" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "_Rekat Alt" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Rekat _Seleksi" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "Rekat _Seleksi Alt" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Pilih _Semua" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Salin _Masukan Ke Semua Tab..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "P_engaturan..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Buka jendela pengaturan" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." -msgstr "" +msgstr "Pin_tasan..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" -msgstr "" +msgstr "Buka dialog pintasan" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Tampilan" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Zum _Masuk" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Zum masuk dengan fonta yang lebih besar" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "Zum Masuk Alt" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Zum _Keluar" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Zum keluar dengan fonta yang lebih kecil" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "Zum Keluar Alt" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "Ukuran _Normal" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Zum ke ukuran bawaan" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "Ukuran _Normal Alt" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "Te_rminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "Tentukan judu_l..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Tentukan Warna Judu_l..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Cari..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Cari konten terminal" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Cari _Berikutnya" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Cari _Sebelumnya" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "S_impan Konten..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "Tata _ulang" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Hapus Riwayat Guliran" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "T_ab" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Tab Sebelumnya" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Pindah ke tab sebelumnya" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "Tab _Berikutnya" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Pindah ke tab berikutnya" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Tab _Aktif Terakhir" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Pindah ke tab aktif terakhir" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Pindah Tab ke K_iri" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Pindah Tab ke Ka_nan" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "Ba_ntuan" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Isi" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Tampilkan isi bantuan" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Tentang" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Zum" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Tampilkan Batang _Menu" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Tampilkan/sembunyikan batang menu" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Tampilkan Mistar Ala_t" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Tampil / sembunyikan mistar alat" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Tampilkan _Batas Jendela" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Tampilkan/sembunyikan dekorasi jendela" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "Layar _penuh" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Aktifkan mode layar penuh" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "H_anya-Baca" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Jungkitkan mode hanya-baca" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Gulir pada _Keluaran" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Jungkitkan gulir pada keluaran" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Pergi ke Tab 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Pergi ke Tab 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Pergi ke Tab 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Pergi ke Tab 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Pergi ke Tab 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Pergi ke Tab 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Pergi ke Tab 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Pergi ke Tab 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Pergi ke Tab 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Atur _Enkode" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Peringatan" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Masih ada proses yang berjalan di beberapa tab.\nMenutup jendela ini akan menghentikan mereka semua." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Jendela ini memiliki %d tab terbuka, dengan menutupnya\njuga akan menutup semua tab tersebut." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Tutup semua tab?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Masih ada proses yang berjalan.\nMenutup tab ini akan menghentikannya." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Tutup tab?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Masih ada proses yang berjalan.\nMenutup jendela ini akan menghentikannya." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Tutup jendela?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Sal_in Masukan:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Masukkan teks yang akan disalin ke semua tab" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Salin masukan" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Judul:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Masukkan judul untuk tab terminal ini" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Atur Ulang" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Bantuan" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Tutup" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Pilih warna judul" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Gagal membuat ekspresi reguler" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Simpan konten..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Simpan" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Gagal menyimpan konten terminal" @@ -1265,13 +1303,13 @@ #: ../terminal/terminal-preferences.glade.h:56 msgid "Enable _overlay scrolling (Requires Restart)" -msgstr "" +msgstr "Aktifkan gulir _overlay (Memerlukan Mulai Ulang)" #: ../terminal/terminal-preferences.glade.h:57 msgid "" "This option controls whether the scrollbar is drawn as an overlay (auto-" "hide) or not." -msgstr "" +msgstr "Opsi ini menentukan apakah bilah gulir ditampilkan sebagai overlay (sembunyi-otomatis) atau tidak." #: ../terminal/terminal-preferences.glade.h:58 msgid "Scrolling" diff -Nru xfce4-terminal-0.9.1/po/ie.po xfce4-terminal-1.0.4/po/ie.po --- xfce4-terminal-0.9.1/po/ie.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/ie.po 2022-05-22 09:06:41.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 11:52+0000\n" "Last-Translator: Xfce Bot \n" "Language-Team: Interlingue (http://www.transifex.com/xfce/xfce-apps/language/ie/)\n" "MIME-Version: 1.0\n" @@ -177,12 +177,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Ínvalid catene de geometrie \"%s\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "" @@ -480,7 +480,7 @@ msgid "The child process was aborted." msgstr "" -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "_Ne questionar denov" @@ -500,12 +500,12 @@ "commands may be executed." msgstr "" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Anullar" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "Co_llar" @@ -616,7 +616,7 @@ msgstr "" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Ne successat aperter li URL '%s'" @@ -634,389 +634,427 @@ msgstr "(Des)activar un tirant terminal" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_File" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Aperter li c_arte" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Aperter un nov carte de terminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Aperter t_erminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Aperter un nov fenestre de terminal" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Defar: Cluder un carte" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "S_eparar li carte" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Cluder li c_arte" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Cluder altri ca_rtes" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Cluder li _fenestre" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Redacter" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Copiar" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Copiar al Paperiere" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Copiar quam _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Copiar al Paperiere quam HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Collar ex li Paperiere" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Collar li _selection" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Selecter _omnicos" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Copiar _intrada al omni cartes..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "Pr_eferenties..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Monstrar li dialog de preferenties" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Vise" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "_Agrandar" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Agrandar li fonde" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "_Diminuer" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Diminuer li fonde" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Normal dimension" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Scale predefinit" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "A_ssignar li titul:" -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Assignar co_lor del titul..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Trovar..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Serchar in li contenete de terminal" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Trovar se_quent" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Trovar pre_cedent" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Ga_rdar li contenete..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Reverter" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "C_artes" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Precedent carte" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Ear al precedent carte" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Sequent carte" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Ear al sequent carte" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Li ultim _activ carte" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Ear al ultim activ carte" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Mover li carte a _levul" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Mover li carte a _dextri" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "Au_xilie" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Contenete" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Monstrar li contenete de auxilie" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Pri" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Scale" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Panel de _menú" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Monstrar o celar li panel de menú" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Panel de _instrumentarium" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Monstrar o celar li panel de instrumentarium" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Monstrar _bordes de fenestre" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Monstrar/celar li decorationes de fenestre." -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "Plen-_ecran" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "(Des)activar mode plen-ecran" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "So_lmen letion" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "(Des)activar mode solmen-letion" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Rular al _production" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "_Assignar codification" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Avise" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Processus es ancor executent in alcun cartes.\nSi on clude ti-ci fenestre, ili omni va esser terminat." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Ti-ci fenestre have %d apertet cartes. Si on clude ti\nfenestre, omni cartes anc va esser cludet." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Cluder omni cartes?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Un processu es ancor executent.\nSi on clude ti-ci carte, it va esser terminat." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Cluder li carte?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Un processu es ancor executent.\nSi on clude ti-ci fenestre, it va esser terminat." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Cluder li fenestre?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Copiar _intrada:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Provide li textu por copiar al omni cartes" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Copiar intrada" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Titul:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Auxilie" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Cluder" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Selecter li color de titul" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Ne successat crear li expression regulari" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Gardar li contenete..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Gardar" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Ne successat gardar li contenete de terminal" diff -Nru xfce4-terminal-0.9.1/po/is.po xfce4-terminal-1.0.4/po/is.po --- xfce4-terminal-0.9.1/po/is.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/is.po 2022-05-22 09:06:41.000000000 +0000 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 11:52+0000\n" "Last-Translator: Xfce Bot \n" "Language-Team: Icelandic (http://www.transifex.com/xfce/xfce-apps/language/is/)\n" "MIME-Version: 1.0\n" @@ -178,12 +178,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "" @@ -481,7 +481,7 @@ msgid "The child process was aborted." msgstr "" -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "E_kki spyrja mig aftur" @@ -501,12 +501,12 @@ "commands may be executed." msgstr "" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Hætta við" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Líma" @@ -617,7 +617,7 @@ msgstr "" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Mistókst að opna URL-slóð '%s'" @@ -635,389 +635,427 @@ msgstr "Víxla skjáhermi í fellilista af/á" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Skrá" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Opna _flipa" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Opna nýjan flipa í skjáhermi" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "O_pna skjáhermi" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Opna nýjan glugga í skjáhermi" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "Aftur_kalla að loka flipa" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Aftengja flipa" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "L_oka flipa" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Loka öðrum fli_pum" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Lo_ka glugga" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Breyta" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Afrita" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Afrita á klippispjald" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Afrita sem _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Afrita á klippispjald sem HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Líma af klippiborði" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "_Líma valið" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Velja _allt" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Afrita _inntak á alla flipa..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "E_iginleikar..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Opna valmynd fyrir stillingar" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "S_koða" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Renna _að" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Renna að með stærra letri" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Renna _frá" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Renna að með minna letri" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "Ve_njuleg Stærð" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Renna ða sjálfgefinni stærð" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "S_kjáhermir" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Setja titil..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Stilla _lit á titli..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Finna..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Leita í efni skjáhermis" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Finna _næsta" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Finna f_yrri" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "_Vista innihald..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "F_rumstilla" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "Hreinsa afturrakningu og frumstilla" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "_Flipar" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Fyrri flipi" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Fara á síðasta flipa" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Næsti flipi" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Fara á næsta flipa" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Síð_asti virki flipi" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Skipta yfir í síðast virka flipa" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Færa flipa til _vinstri" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Fæ_ra flipa til hægri" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Hjálp" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Innihald" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Birta efnisyfirlit hjálpar" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Um forritið" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Aðdráttur" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Sýna _valmyndaslá" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Birta/Fela valmyndaslá" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "_Birta verkfærastiku" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Sýna/Fela verkfærastikuna" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Sýna glugga_jaðra" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Sýna/Fela gluggaskreytingar" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Heilskjár" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Víxla heilskjásham" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "Sk_rifvarið" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Víxla lesham/skrifham af/á" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Skr_una með úttaki" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Víxla skruna með úttaki af/á" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "_Setja stafatöflu" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Aðvörun" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Enn eru ferli í gangi í einhverjum flipum.\nEf þú lokar glugganum muntu drepa ferlin." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Þessi gluggi er með %d flipa opna. Ef glugganum\ner lokað, er öllum flipum lokað." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Loka öllum flipum?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Enn er ferli í gangi.\nEf þú lokar flipanum muntu drepa ferlið." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Loka flipa?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Enn er ferli í gangi.\nEf þú lokar skjáherminum muntu drepa ferlið." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Loka glugga?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Afrita _inntak:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Afrita inntak" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Titill:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Frumstilla" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Hjálp" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Loka" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Veldu lit á titil" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Vista innihald..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "Vi_sta" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Mistókst að vista efni skjáhermis" diff -Nru xfce4-terminal-0.9.1/po/it.po xfce4-terminal-1.0.4/po/it.po --- xfce4-terminal-0.9.1/po/it.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/it.po 2022-05-22 09:06:41.000000000 +0000 @@ -5,7 +5,7 @@ # Translators: # Cristian Marchi , 2016 # Emanuele Petriglia , 2018-2019 -# Emanuele Petriglia , 2019-2021 +# Emanuele Petriglia , 2019-2022 # Enrico B. , 2017 # Enrico B. , 2017-2018 # Gianluca Foddis , 2009-2010 @@ -17,8 +17,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 14:50+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 14:12+0000\n" "Last-Translator: Emanuele Petriglia \n" "Language-Team: Italian (http://www.transifex.com/xfce/xfce-apps/language/it/)\n" "MIME-Version: 1.0\n" @@ -186,12 +186,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Impossibile registrare il servizio terminale: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Stringa della geometria non valida \"%s\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Impossibile connettersi al gestore della sessione: %s\n" @@ -489,7 +489,7 @@ msgid "The child process was aborted." msgstr "Il processo figlio è stato annullato." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "_Non chiedere nuovamente" @@ -509,12 +509,12 @@ "commands may be executed." msgstr "Incollare questo testo sul terminale potrebbe risultare dannoso, poiché potrebbero essere eseguiti dei comandi." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "A_nnulla" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Incolla" @@ -625,7 +625,7 @@ msgstr "Ricevuto un dato colore non valido: formato (%d) o lunghezza (%d) errati\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Impossibile aprire la URL '%s'" @@ -643,389 +643,427 @@ msgstr "Abilita il terminale a comparsa" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_File" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Apri _scheda" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Apre una nuova scheda" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Apri t_erminale" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Apre una nuova finestra" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Annulla chiusura scheda" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Stacca scheda" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Chiudi s_cheda" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Chiudi altre schede" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Chiudi _finestra" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Modifica" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Copia" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Copia negli appunti" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Copia come _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Copia negli appunti come HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Incolla dagli appunti" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "_Incolla alternativo" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Incolla _selezione" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "Incolla _selezione alternativo" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Seleziona _tutto" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Copia _Input in tutte le schede…" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "Pr_eferenze…" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Apre la finestra delle preferenze" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "Scor_ciatoie…" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "Apre la finestra delle scorciatoie" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Visualizza" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Aumenta _ingrandimento" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Aumenta ingrandimento con un carattere più grande" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "Aumenta ingrandimento alternativo" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Diminuisci ingrandiment_o" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Diminuisci ingrandimento con un carattere più piccolo" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "Diminuisci ingrandimento alternativo" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "Dimensione _normale" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Riporta alla dimensione predefinita" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "Dimensione _normale alternativo" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminale" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Imposta titolo…" -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Imposta il Co_lore del Titolo…" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Trova…" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Cerca nei contenuti del terminale" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Trova _successiva" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Trova _precedente" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Sal_va contenuti…" -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Reimposta" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "Pulisci lo storico dei comandi e _reimposta" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "Sc_hede" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "Scheda _precedente" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Seleziona la scheda precedente" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "Scheda _successiva" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Seleziona la scheda successiva" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "_Ultima scheda attiva" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Cambia all'ultima scheda attiva" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Sposta scheda a sinist_ra" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Sposta scheda a _destra" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Aiuto" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Contenuti" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Mostra il contenuto dell'aiuto" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "Inform_azioni" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Zoom" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Mostra la barra dei _menu" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Mostra/Nasconde la barra dei menu" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Mostra la barra degli s_trumenti" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Mostra/nasconde la barra degli strumenti" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Mostra i _bordi della finestra" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Mostra/nascondi le decorazioni della finestra" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Schermo intero" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Abilita/Disabilita la modalità a schermo intero" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "S_ola lettura" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Abilita/Disabilita la modalità di sola lettura" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Scorri in presenza di _output" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Attiva lo scorrimento se viene generato output" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Vai alla scheda 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Vai alla scheda 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Vai alla scheda 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Vai alla scheda 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Vai alla scheda 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Vai alla scheda 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Vai alla scheda 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Vai alla scheda 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Vai alla scheda 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Imposta _codifica" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Attenzione" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Ci sono ancora processi attivi in alcune schede.\nChiudendo questa finestra tali processi verranno tutti terminati." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Questa finestra ha %d schede aperte. Chiudendo\nquesta finestra verranno chiuse anche tutte le schede." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Chiudere tutte le schede?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "C'è ancora un processo attivo.\nChiudendo questa scheda tale processo verrà terminato." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Chiudere la scheda?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "C'è ancora un processo attivo.\nChiudendo questa finestra tale processo verrà terminato." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Chiudere la finestra?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Copia _Input:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Inserire il testo da copiare in tutte le schede" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Copia input" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Titolo:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Inserire il titolo per la scheda corrente" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Reimposta" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Aiuto" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Chiudi" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Scegli il colore del titolo" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Impossibile creare l'espressione regolare" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Salva contenuti…" -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Salva" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Impossibile salvare il contenuto del terminale" diff -Nru xfce4-terminal-0.9.1/po/ja.po xfce4-terminal-1.0.4/po/ja.po --- xfce4-terminal-0.9.1/po/ja.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/ja.po 2022-05-22 09:06:41.000000000 +0000 @@ -4,16 +4,16 @@ # # Translators: # Ken DEGUCHI , 2019 -# Nobuhiro Iwamatsu , 2016-2019,2021 +# Nobuhiro Iwamatsu , 2016-2019,2021-2022 # UTUMI Hirosi , 2020-2021 # Ken DEGUCHI , 2017 msgid "" msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-03 03:22+0000\n" -"Last-Translator: UTUMI Hirosi \n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-15 05:25+0000\n" +"Last-Translator: Nobuhiro Iwamatsu \n" "Language-Team: Japanese (http://www.transifex.com/xfce/xfce-apps/language/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -180,12 +180,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "ターミナルサービスを登録できません: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "ジオメトリ文字列 \"%s\" は不適切です。\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "セッションマネージャーへの接続に失敗しました: %s\n" @@ -483,7 +483,7 @@ msgid "The child process was aborted." msgstr "子プロセスが中断されました。" -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "次回から確認しない(_N)" @@ -503,12 +503,12 @@ "commands may be executed." msgstr "このテキストをターミナルにペーストすると、何かしらのコマンドが実行されるように見えるため危険です。" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "キャンセル(_C)" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "貼り付け(_P)" @@ -619,7 +619,7 @@ msgstr "不正な色データを受け取りました: 不正な形式 (%d) か長さ (%d) です\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "URL '%s' をブラウザーで開けませんでした" @@ -637,389 +637,427 @@ msgstr "ドロップダウンターミナルの切り替え" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "ファイル(_F)" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "タブを開く(_T)" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "新しいタブをこのターミナルで開きます" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "ターミナルを開く(_E)" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "新しいターミナルウィンドウを開きます" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "閉じたタブ元に戻す(U)" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "タブを切り離す(_D)" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "タブを閉じる(_A)" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "他のタブを閉じる(_B)" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "ウィンドウを閉じる(_W)" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "編集(_E)" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "コピー(_C)" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "クリップボードへコピーします" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr " _HTML としてコピー" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "HTMLとしてクリップボードへコピー" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "クリップボードから貼り付けます" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "貼り付け Alt(_P)" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "選択領域を貼り付け(_S)" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "選択領域を貼り付け Alt(_S)" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "すべて選択(_A)" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "すべてのタブにコピー入力する…(_I)" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "設定(_E)..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "設定ダイアログを開きます" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "ショートカット(_C)..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "ショートカットダイアログを開く" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "表示(_V)" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "拡大(_I)" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "大きなフォントで拡大" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "拡大 Alt" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "縮小(_O)" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "小さいフォントで縮小" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "縮小 Alt" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "標準サイズ(_N)" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "デフォルトサイズに合わせる" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "標準サイズ Alt(_N)" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "ターミナル(_T)" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "タイトルを付ける(_S)..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "タイトルの色を設定…(_L)" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "検索(_F)..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "ターミナルの内容を検索する" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "次を検索(_X)..." -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "前を検索(_V)" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "名前を付けて内容を保存...(_V)" -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "リセット(_R)" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "スクロールバックのクリアとリセット(_C)" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "タブ(_A)" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "前のタブ(_P)" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "前のタブに切り替えます" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "次のタブ(_N)" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "次のタブに切り替えます" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "最後のアクティブタグ (_A)" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "最後のアクティブタブに切り替え" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "タブを左へ移動(_L)" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "タブを右へ移動(_R)" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "ヘルプ(_H)" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "目次(_C)" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "ヘルプの目次を表示します" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "このプログラムについて(_A)" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "拡大(_Z)" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "メニューバー(_M)" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "メニューバーの表示/非表示を切り替えます" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "ツールバー(_T)" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "ツールバーの表示/非表示を切り替えます" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "ウィンドウ枠(_B)" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "ウィンドウの装飾枠の表示/非表示を切り替えます" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "全画面表示(_F)" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "全画面モードの切り替えを行います" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "読み込み専用(_R)" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "読み込み専用モードを切り替える" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "出力でスクロールさせる(_O)" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "出力でスクロールさせるのを切り替える" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "タブ 1 へ移動" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "タブ 2 へ移動" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "タブ 3 へ移動" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "タブ 4 へ移動" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "タブ 5 へ移動" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "タブ 6 へ移動" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "タブ 7 へ移動" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "タブ 8 へ移動" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "タブ 9 へ移動" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "文字エンコーディング(_E)" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "警告" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "いくつかのタブでまだプロセスが走っています。\nこのウィンドウを閉じることで全てのプロセスが終了します。" #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "このウィンドウで %d 個のタブが開いています。\nウィンドウを閉じるとすべてのタブも閉じられます。" -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "すべてのタブを閉じますか?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "まだプロセスが走っています。\nこのタブを閉じるとプロセスは終了します。" -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "タブを閉じますか?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "まだプロセスが走っています。\nこのウィンドウを閉じるとプロセスは終了します。" -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "ウィンドウを閉じますか?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "コピー入力(_I):" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "すべてのタブにコピーするテキストを入力してください" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "コピー入力" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "タイトル(_T):" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "現在のターミナルタブのタイトルを入力してください" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "リセット" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "ヘルプ" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "閉じる" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "タイトルの色を選択" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "正規表現の作成に失敗しました" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "内容を保存する..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "保存(_S)" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "ターミナルの内容の保存に失敗しました" diff -Nru xfce4-terminal-0.9.1/po/kk.po xfce4-terminal-1.0.4/po/kk.po --- xfce4-terminal-0.9.1/po/kk.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/kk.po 2022-05-22 09:06:41.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 11:52+0000\n" "Last-Translator: Xfce Bot \n" "Language-Team: Kazakh (http://www.transifex.com/xfce/xfce-apps/language/kk/)\n" "MIME-Version: 1.0\n" @@ -177,12 +177,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Терминал қызметін тіркеу мүмкін емес: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Қате geometry жолы \"%s\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Сессиялар басқарушысына байланысу сәтсіз аяқталды: %s\n" @@ -480,7 +480,7 @@ msgid "The child process was aborted." msgstr "Ұрпақ процесі үзілген." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "Келесіде ме_ні осы туралы сұрамау" @@ -500,12 +500,12 @@ "commands may be executed." msgstr "" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Бас тарту" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "Кірі_стіру" @@ -616,7 +616,7 @@ msgstr "Қате түс туралы ақпараты алынды: Қате пішімі (%d) не ұзындығы (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "'%s' URL-ын ашу сәтсіз аяқталды" @@ -634,389 +634,427 @@ msgstr "Түспелі терминалды іске қосу/сөндіру" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Файл" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "_Бетті ашу" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Жаңа терминал бетін ашады" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Т_ерминалды ашу" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Жаңа терминал терезесін ашады" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "Жабылған бетті қа_йтару" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "Бетті бө_ліп жіберу" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Бет_ті жабу" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Басқа бет_терді жабу" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Тере_зені жабу" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "Түз_ету" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Көшіру" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Алмасу буферіне көшіру" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "HTML реті_нде көшіріп алу" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Алмасу буферіне HTML ретінде көшіріп алу" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Алмасу буферінен кірістіру" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "_Ерекшеленгенді кірістіру" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Барлығын _таңдау" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "_Кірісті барлық беттерге көшіріп алу..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "Б_аптаулар..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Ба_птаулар терезесін ашу" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "Тү_рі" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Үлке_йту" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Үлкенірек қаріппен масштабты үлкейту" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Кі_шірейту" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Кішірек қаріппен масштабты кішірейту" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "Қалы_пты өлшемі" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Бастапқы масштабқа тастау" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "Тер_минал" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "А_тауын орнату..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Атау тү_сін орнату..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Табу..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Терминал құрамасынан іздеу" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Келе_сісін табу" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "А_лдыңғысын табу" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Құрамасын сақ_тау..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Тастау" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "Айналдыру тарихын тазарту мен та_стау" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "Бе_ттер" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "А_лдыңғы бет" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Алдыңғы бетке өту" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Келесі бет" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Келесі бетке өту" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Соңғы б_елсенді бет" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Соңғы белсенді бетке ауысу" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Бетті со_лға жылжыту" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Бетті оңғ_а жылжыту" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Көмек" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "Құра_масы" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Көмек ақпарат құрамасын көрсету" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "Осы турал_ы" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Масштаб" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "_Мәзірді көрсету" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Мәзірді көрсету/жасыру" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "_Панельді көрсету" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Панельді көрсету/жасыру" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "_Терезе қоршауын көрсету" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Терезе қоршауын көрсету/жасыру" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "Т_олық экранға" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Толық экран режиміне өту/одан шығу" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "Тек _оқу үшін" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Тек оқу үшін режимін қосу/сөндіру" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Шығы_с кезінде айналдыру" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Шығыс кезінде айналдыруды іске қосу/сөндіру" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "К_одтауды орнату" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Ескерту" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Кейбір беттерде орындалып тұрған процестер әлі бар.\nБұл терезені жабу олардың барлығын өлтіреді." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Бұл терезеде %d ашық бет бар. Терезені жабу\nкезінде ондағы барлық беттері де жабылады." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Барлық беттерді жабу керек пе?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Орындалып тұрған процесс әлі бар.\nБұл бетті жабу оны өлтіреді." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Бетті жабу керек пе?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Орындалып тұрған процесс әлі бар.\nБұл терезені жабу оны өлтіреді." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Терезені жабу керек пе?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Кі_рісті көшіріп алу:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Барлық беттерге көшірілетін мәтінді енгізіңіз" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Кірісті көшіріп алу" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "А_тауы:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Ағымдағы терминал беті үшін атауды енгізіңіз" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Тастау" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Көмек" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Жабу" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Атаудың түсін таңдаңыз" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Тұрақты өрнекті жасау сәтсіз" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Құрамасын сақтау..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Сақтау" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Терминал құрамасынан сақтау сәтсіз аяқталды" diff -Nru xfce4-terminal-0.9.1/po/ko.po xfce4-terminal-1.0.4/po/ko.po --- xfce4-terminal-0.9.1/po/ko.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/ko.po 2022-05-22 09:06:41.000000000 +0000 @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 11:52+0000\n" "Last-Translator: Xfce Bot \n" "Language-Team: Korean (http://www.transifex.com/xfce/xfce-apps/language/ko/)\n" "MIME-Version: 1.0\n" @@ -179,12 +179,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "터미널 서비스 등록에 실패했습니다: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "\"%s\" 공간 크기 문자열이 잘못되었습니다\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "세션 관리자와의 연결에 실패했습니다: %s\n" @@ -482,7 +482,7 @@ msgid "The child process was aborted." msgstr "하위 프로세스를 중단했습니다." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "다시 묻지 마십시오(_N)" @@ -502,12 +502,12 @@ "commands may be executed." msgstr "" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "취소(_C)" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "붙여넣기(_P)" @@ -618,7 +618,7 @@ msgstr "잘못된 색 정보를 받음: 잘못된 포맷 (%d) 또는 길이 (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "'%s' URL 열기에 실패했습니다" @@ -636,389 +636,427 @@ msgstr "터미널 내려 놓기 전환" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "파일(_F)" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "탭 열기(_T)" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "새로운 터미널 탭을 엽니다" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "터미널 열기(_E)" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "새로운 터미널 창을 엽니다" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "닫은 탭 복원(_U)" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "탭 분리(_D)" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "탭 닫기(_A)" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "다른 탭 닫기(_B)" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "창 닫기(_W)" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "편집(_E)" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "복사(_C)" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "클립보드에 복사" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "HTML로 복사(_H)" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "HTML로 클립보드에 복사합니다" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "클립보드에서 붙여넣기" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "붙여넣기 선택(_S)" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "모두 선택(_A)" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "모든 탭에 입력 복사(_I)..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "기본 설정(_E)..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "기본 설정 대화 상자 열기" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "보기(_V)" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "확대(_I)" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "큰 글꼴로 확대" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "축소(_O)" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "작은 글꼴로 축소" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "일반 크기(_N)" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "기본 크기로 설정" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "터미널(_T)" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "제목 설정(_S)..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "제목 색상 설정(_L)..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "찾기(_F)..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "터미널 내용 검색" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "다음 찾기(_X)" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "이전 찾기(_V)" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "내용 저장(_V)..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "초기화(_R)" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "이전 스크롤 내용을 비우고 초기화(_C)" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "탭(_A)" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "이전 탭(_P)" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "이전 탭으로 이동합니다" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "다음 탭(_N)" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "다음 탭으로 이동합니다" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "최근 활성 탭(_A)" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "최근 활성 탭으로 전환" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "탭을 왼쪽으로 이동(_L)" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "탭을 오른쪽으로 이동 _R)" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "도움말(_H)" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "차례(_C)" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "도움말의 차례를 표시합니다" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "정보(_A)" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "확대(_Z)" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "메뉴 표시줄 표시(_M)" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "메뉴 표시줄을 나타내거나 숨깁니다" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "도구 모음 표시(_T)" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "도구 모음을 보이거나 숨깁니다" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "테두리 표시(_B)" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "창의 테두리를 보이거나 숨깁니다" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "전체 화면(_F)" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "전체 화면 모드를 켜고 끕니다" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "읽기 전용(_R)" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "읽기 전용 상태 전환" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "출력시 스크롤(_O)" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "출력시 스크롤 여부를 전환합니다" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "인코딩 설정(_E)" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "경고" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "일부 탭에서 여전히 프로세스를 실행하고 있습니다.\n이 창을 닫으면 해당 프로세스를 강제로 끝냅니다." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "이 창에 탭 %d개가 열려있습니다. 창을 닫으면\n모든 탭을 함께 닫습니다." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "모든 탭을 닫으시렵니까?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "여전히 프로세스를 실행하고 있습니다.\n이 탭을 닫으면 해당 프로세스를 강제로 끝냅니다." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "탭을 닫으시겠어요?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "여전히 프로세스를 실행하고 있습니다.\n이 창을 닫으면 해당 프로세스를 강제로 끝냅니다." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "창을 닫으시렵니까?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "입력 복사(_I):" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "모든 탭에 복사할 텍스트를 입력하십시오" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "입력 복사" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "제목(_T):" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "현재 터미널 탭의 타이틀을 입력하십시오" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "초기화 " -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "도움말" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "닫기" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "제목 색상 선택" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "정규 표현식을 만드는데 실패했습니다" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "내용 저장" -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "저장(_S)" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "터미널 내용 저장에 실패했습니다" diff -Nru xfce4-terminal-0.9.1/po/lt.po xfce4-terminal-1.0.4/po/lt.po --- xfce4-terminal-0.9.1/po/lt.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/lt.po 2022-05-22 09:06:41.000000000 +0000 @@ -5,13 +5,13 @@ # Translators: # Algimantas Margevičius , 2012 # mantas , 2006 -# Moo, 2015-2021 +# Moo, 2015-2022 msgid "" msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-07 22:03+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 14:55+0000\n" "Last-Translator: Moo\n" "Language-Team: Lithuanian (http://www.transifex.com/xfce/xfce-apps/language/lt/)\n" "MIME-Version: 1.0\n" @@ -179,12 +179,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Nepavyko priregistruoti terminalo tarnybos: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Neteisingas geometrijos apibrėžimas „%s“\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Nepavyko prisijungti prie seansų tvarkytuvės: %s\n" @@ -482,7 +482,7 @@ msgid "The child process was aborted." msgstr "Antrinis procesas buvo nutrauktas." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "Daugiau n_ebeklausti" @@ -502,12 +502,12 @@ "commands may be executed." msgstr "Šio teksto įdėjimas į terminalą gali būti pavojingas, nes atrodo, kad gali būti įvykdytos tam tikros komandos." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Atsisakyti" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "Į_dėti" @@ -618,7 +618,7 @@ msgstr "Gauti netinkami spalvos duomenys: Netinkamas formatas (%d) arba ilgis (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Nepavyko atverti URL \"%s\"" @@ -636,389 +636,427 @@ msgstr "Perjungti išskleidžiamąjį terminalą" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Failas" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Atverti _kortelę" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Atverti terminalą naujoje kortelėje" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Atverti _terminalą" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Atverti naują terminalo langą" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "A_tšaukti kortelės užvėrimą" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Atskirti kortelę" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Užverti ko_rtelę" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Užverti kitas kort_eles" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Užverti _langą" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Taisa" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Kopijuoti" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Kopijuoti į iškarpinę" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Kopijuoti kaip _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Kopijuoti į iškarpinę kaip HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Įdėti iš iškarpinės" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "Į_dėti Alt" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Įdėti ž_ymėjimą" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "Įdėti ž_ymėjimą Alt" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Pažymėti _viską" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Kopijuoti į_vestį į visas korteles..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "_Nuostatos..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Atverti nuostatų dialogą" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "S_usiejimai..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "Atverti susiejimų dialogą" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "R_odinys" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "D_idinti" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Didinti į didesnį šriftą" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "Didinti Alt" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "_Mažinti" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Mažinti į mažesnį šriftą" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "Mažinti Alt" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Normalus dydis" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Keisti mastelį į numatytąjį dydį" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "_Normalus dydis Alt" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminalas" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Nustatyti pavadinimą..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Nustatyti pavadinimo spa_lvą..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Rasti..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Ieškoti terminalo turinyje" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Rasti _kitą" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Rasti _ankstesnį" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Įraš_yti turinį..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "A_tstatyti" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Išvalyti slinktį ir atstatyti" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "Ko_rtelės" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Ankstesnė kortelė" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Perjungti į _ankstesnę kortelę" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Kita kortelė" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Perjungti į kitą kortelę" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Paskutinė _aktyvi kortelė" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Perjungti į paskutinę aktyvią kortelę" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Perkelti kortelę _kairėn" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Perkelti kortelę _dešinėn" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "Ž_inynas" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Turinys" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Rodyti žinyno turinį" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Apie" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Mastelis" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Rodyti _meniu juostą" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Rodyti/slėpti meniu juostą" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Rodyti įr_ankių juostą" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Rodyti/slėpti įrankių juostą" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Rodyti lango _rėmelius" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Rodyti/slėpti lango dekoracijas" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Visas ekranas" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Perjungti rodymą visame ekrane" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Tik skaityti" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Perjungti tik skaitymo veikseną" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Slinkimas esant išvesčiai" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Perjungti slinkimą esant išvesčiai" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Pereiti į kortelę 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Pereiti į kortelę 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Pereiti į kortelę 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Pereiti į kortelę 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Pereiti į kortelę 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Pereiti į kortelę 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Pereiti į kortelę 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Pereiti į kortelę 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Pereiti į kortelę 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Nustatyti k_oduotę" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Įspėjimas" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Kai kuriose kortelėse yra vis dar vykdomi procesai.\nUžvėrus šį langą, visi jie bus nutraukti." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Šis langas turi %d atvertas korteles. Užvėrus\nšį langą, bus užvertos ir visos kortelės." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Užverti visas korteles?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Yra vis dar vykdomas procesas.\nUžvėrus šią kortelę, jis bus nutrauktas." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Užverti kortelę?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Yra vis dar vykdomas procesas.\nUžvėrus šį langą, jis bus nutrauktas." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Užverti langą?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Kopijuoti į_vestį:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Įveskite tekstą, kuris bus nukopijuotas į visas korteles" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Kopijuoti įvestį" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Antraštė:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Įveskite antraštę, dabartinei terminalo kortelei" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Atstatyti" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Žinynas" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Užverti" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Pasirinkti pavadinimo spalvą" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Nepavyko sukurti reguliariojo reiškinio" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Įrašyti turinį..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "Į_rašyti" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Nepavyko įrašyti terminalo turinio" diff -Nru xfce4-terminal-0.9.1/po/ms.po xfce4-terminal-1.0.4/po/ms.po --- xfce4-terminal-0.9.1/po/ms.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/ms.po 2022-05-22 09:06:41.000000000 +0000 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 11:52+0000\n" "Last-Translator: Xfce Bot \n" "Language-Team: Malay (http://www.transifex.com/xfce/xfce-apps/language/ms/)\n" "MIME-Version: 1.0\n" @@ -178,12 +178,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Tidak boleh daftar perkhidmatan terminal: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Rentetan geometri \"%s\" tidak sah\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Gagal menyambung ke pengurus sesi: %s\n" @@ -481,7 +481,7 @@ msgid "The child process was aborted." msgstr "Proses anak telah dihenti paksa." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "Janga_n tanya saya lagi" @@ -501,12 +501,12 @@ "commands may be executed." msgstr "" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Batal" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Tampal" @@ -617,7 +617,7 @@ msgstr "Data warna tidak sah diterima: Format (%d) atau panjang (%d) salah\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Gagal membuka URL '%s'" @@ -635,389 +635,427 @@ msgstr "Togol Terminal Lepas-turun" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Fail" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Buka _Tab" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Buka tab terminal baharu" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Buka T_erminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Buka tetingkap terminal baharu" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "B_uat Asal Tab Tutup" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "Tan_ggalkan Tab" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Tutup T_ab" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Tutup Ta_b Lain" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Tutup T_etingkap" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Sunting" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "Sa_lin" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Salin ke papan keratan" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Salin sebagai _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Salin ke papan keratan sebagai HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Tampal dari papan keratan" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Tampal Pe_milihan" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Pilih Semu_a" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Salin _Input Ke Semua Tab..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "K_eutamaan..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Buka dialog keutamaan" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Lihat" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Zum _Masuk" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Zum masuk dengan fon lebih besar" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Zum _Keluar" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Zum keluar dengan fon lebih kecil" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "Saiz _Biasa" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Zum ke saiz lalai" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "T_etapkan Tajuk..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Tetapkan _Warna Tajuk..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Cari..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Gelintar kandungan terminal" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Cari Be_rikutnya" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Cari Ter_dahulu" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "S_impan Kandungan..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "T_etap Semula" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Kosongkan Tatal Balik dan Tetap Semula" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "T_ab" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "Tab Te_rdahulu" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Tukar ke tab terdahulu" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "Tab _Berikutnya" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Tukar ke tab berikutnya" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Tab _Aktif Terakhir" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Tukar ke tab aktif terakhir" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Alih Tab Ke K_iri" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Alih Tab Ke K_anan" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Bantuan" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "Kand_ungan" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Papar kandungan bantuan" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "Per_ihal" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Zum" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Tunjuk Palang _Menu" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Tunjuk/sembunyi palang menu" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Tunjuk Palang Ala_t" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Tunjuk/sembunyi palang alat" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Tunjuk Sempada_n Tetingkap" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Tunjuk/sembunyi hiasan tetingkap" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "Skrin Pe_nuh" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Togol mod skrin penuh" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Baca-Sahaja" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Togol mod baca-sahaja" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Tatal pada _Output" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Togol tatal pada output" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Tetapkan P_engekodan" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Amaran" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Masih terdapat proses yang berjalan dalam sesetengah tab.\nMenutup tetingkap ini akan mematikan kesemuanya." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Tetingkap ini mempunyai %d tab dibuka. Menutup tetingkap\nini juga akan menutup semua tabnya." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Tutup semua tab?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Masih terdapat proses yang berjalan.\nMenutup tab ini akan mematikannya." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Tutup tab?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Masih terdapat proses yang berjalan.\nMenutup tetingkap ini akan mematikan kesemuanya." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Tutup tetingkap?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Salin _Input:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Masukkna teks yang mahu disalin ke semua tab" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Salin input" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Tajuk:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Masukkan tajuk untuk tab terminal semasa" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Tetap Semula" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Bantuan" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Tutup" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Pilih warna tajuk" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Gagal mencipta ungkapan nalar" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Simpan kandungan..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Simpan" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Gagal menyimpan kandungan terminal" diff -Nru xfce4-terminal-0.9.1/po/nb.po xfce4-terminal-1.0.4/po/nb.po --- xfce4-terminal-0.9.1/po/nb.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/nb.po 2022-05-22 09:06:41.000000000 +0000 @@ -5,7 +5,7 @@ # Translators: # Allan Nordhøy , 2014 # Allan Nordhøy , 2016-2018 -# heskjestad , 2021 +# heskjestad , 2021-2022 # Erlend Østlie , 2018 # Harald H. , 2014 # heskjestad , 2019-2021 @@ -15,8 +15,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-05 16:40+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-22 06:21+0000\n" "Last-Translator: heskjestad \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/xfce/xfce-apps/language/nb/)\n" "MIME-Version: 1.0\n" @@ -184,12 +184,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Klarte ikke registrere terminaltjeneste: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Ugyldig geometriangivelse «%s»\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Klarte ikke å koble til øktbehandler: %s\n" @@ -487,7 +487,7 @@ msgid "The child process was aborted." msgstr "Underprosessen ble avbrutt." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "_Ikke spør på nytt" @@ -507,12 +507,12 @@ "commands may be executed." msgstr "Det kan være farlig å lime inn denne teksten i terminalen. Det ser ut som om kommandoer vil kjøres." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Avbryt" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Lim inn" @@ -623,7 +623,7 @@ msgstr "Mottok ugyldige fargedata: Feil format (%d) eller lengde (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Klarte ikke å åpne nettadressen «%s»" @@ -641,389 +641,427 @@ msgstr "Veksle rullegardin-terminal" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Fil" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Ny _fane" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Åpne ny terminalfane" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Ny t_erminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Åpne nytt terminalvindu" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Angre lukking av fane" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "Lø_sne fane" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Lukk _fane" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Lukk _andre faner" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Lukk _vindu" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Rediger" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "Ko_pier" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Kopier til utklippstavlen" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Kopier som _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Kopier til utklippstavle som HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Lim inn fra utklippstavlen" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "_Lim inn (alt.)" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Lim inn _utvalg" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "Lim inn _utvalg (alt.)" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Velg _alt" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Kopier _inndata til alle faner …" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "_Innstillinger …" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Åpne dialogvindu for innstillinger" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "&Hurtigtaster …" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "Åpne dialogvinduer for hurtigtaster" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Vis" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "_Forstørre" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Forstørr med større skrift" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "Zoom inn (alt.)" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "_Forminske" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Forminsk med mindre skrift" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "Zoom ut (alt.)" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Normal størrelse" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Endre forstørrelsesnivå til forvalg" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "_Normal størrelse (alt.)" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Velg tittel …" -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Velg titte_lfarge …" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Finn …" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Søk i terminalinnhold" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Finn _neste" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Finn _forrige" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "_Lagre innhold …" -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Nullstill" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Tøm rulleminne og nullstill" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "_Faner" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Forrige fane" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Bytt til forrige fane" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Neste fane" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Bytt til neste fane" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Sist _aktive fane" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Bytt til sist aktive fane" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Flytt fane til _venstre" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Flytt fane til _høyre" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Hjelp" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Innhold" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Vis hjelpeinnhold" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Om" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Forstørrelse" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Vis _menylinje" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Vis/skjul menylinjen" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Vis _verktøylinje" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Vis/skjul verktøylinjen" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Vis _vinduskant" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Vis/skjul vindusdekorasjoner" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Fullskjerm" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Slå av/på fullskjermmodus" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Skrivebeskyttet" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Veksle skrivebeskyttelse" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Rull ved _utdata" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Veksle rulling ved utdata" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Vis fane 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Vis fane 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Vis fane 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Vis fane 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Vis fane 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Vis fane 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Vis fane 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Vis fane 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Vis fane 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Velg _koding" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Advarsel" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Noen faner har fremdeles kjørende prosesser.\nAlle vil avsluttes hvis dette vinduet lukkes." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Dette vinduet har %d åpne faner. Alle faner vil\nlukkes hvis dette vinduet lukkes." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Lukk alle faner?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Det er fremdeles en prosess som kjører.\nDen vil avsluttes hvis denne fanen lukkes." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Lukk fane?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Det er fremdeles en prosess som kjører.\nDen vil avsluttes hvis dette vinduet lukkes." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Lukk vindu?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Kopier _inndata:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Skriv inn teksten som skal kopieres til alle fanene" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Kopier inndata" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Tittel:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Skriv inn tittel for gjeldende terminalfane" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Nullstille" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Hjelp" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Lukk" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Velg tittelfarge" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Klarte ikke opprette regulært uttrykk" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Lagre innhold …" -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Lagre" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Klarte ikke å lagre terminalinnhold" diff -Nru xfce4-terminal-0.9.1/po/nl.po xfce4-terminal-1.0.4/po/nl.po --- xfce4-terminal-0.9.1/po/nl.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/nl.po 2022-05-22 09:06:41.000000000 +0000 @@ -5,13 +5,13 @@ # Translators: # Benedikt Meurer , 2004 # Jasper Huijsmans , 2005 -# Pjotr , 2013-2014,2016-2021 +# Pjotr , 2013-2014,2016-2022 msgid "" msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 16:11+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-13 22:05+0000\n" "Last-Translator: Pjotr \n" "Language-Team: Dutch (http://www.transifex.com/xfce/xfce-apps/language/nl/)\n" "MIME-Version: 1.0\n" @@ -179,12 +179,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Kan terminaldienst niet registreren: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Ongeldig geometrie-tekstsnoer '%s'\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Kon geen verbinding maken met sessiebeheerder: %s\n" @@ -482,7 +482,7 @@ msgid "The child process was aborted." msgstr "Het afgeleide proces werd afgebroken." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "Niet _nogmaals vragen" @@ -502,12 +502,12 @@ "commands may be executed." msgstr "Plakken van deze tekst in een terminalvenster kan gevaarlijk zijn, omdat het erop lijkt dat er enkele opdrachten zouden kunnen worden uitgevoerd." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Annuleren" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Plakken" @@ -618,7 +618,7 @@ msgstr "Ongeldige kleurinformatie ontvangen: verkeerde opmaak (%d) of lengte (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Kon het webadres '%s' niet openen" @@ -636,389 +636,427 @@ msgstr "Schakel neerklap-terminalvenster" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Bestand" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Nieuw _tabblad" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Open een nieuw terminalvenster-tabblad" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "T_erminal openen" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Open een nieuw terminalvenster" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "Sluiten van tabblad ongedaan maken" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "Tabblad _losmaken" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Tabblad sluiten" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Andere tabbladen sluiten" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Venster sluiten" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "Be_werken" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Kopiëren" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Kopieer naar klembord" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Kopieer als HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Kopieer naar klembord als HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Plak vanuit klembord" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "Alt _plakken" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Plak _selectie" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "Alt _selectie plakken" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Kies _alle" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Kopieer invoer naar alle tabbladen..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "_Voorkeuren..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Open de voorkeurendialoog" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "Snel_toetsen..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "Open de dialoog voor sneltoetsen" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Beeld" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Ver_groten" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Vergroten met groter lettertype" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "Alt vergroten" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Ver_kleinen" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Verkleinen met kleiner lettertype" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "Alt verkleinen" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Normale grootte" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Standaard-vergrotingsfactor instellen" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "Alt _normale grootte" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminalvenster" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "Titel in_stellen..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Titelkleur instellen..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "Zoe_ken..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Inhoud van terminal doorzoeken" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Volgende zoeken" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Vorige zoeken" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Inhoud opslaan..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "Te_rugzetten op standaardwaarde" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "Terugschuiven wissen en terugzetten op standaardwaarden" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "Tabbladen" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Vorig tabblad" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Schakel naar vorig tabblad" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "Volge_nd tabblad" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Schakel naar volgend tabblad" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Laatst actieve tabblad" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Omschakelen naar laatst actieve tabblad" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Verplaats tabblad naar links" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Verplaats tabblad naar rechts" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Hulp" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Inhoud" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Toon hulptekst" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Over" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "Vergrotings_factor instellen" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "_Menubalk tonen" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Menubalk tonen/verbergen" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Werkbalk tonen" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Werkbalk tonen/verbergen" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Vensterranden t_onen" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Vensterdecoraties tonen/verbergen" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Volledig scherm" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Schakelen tussen normale weergave en volledig scherm" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Alleen-lezen" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Schakel de alleen-lezen-modus om" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Schuiven bij uitvoer" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "'Schuiven bij uitvoer' omschakelen" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Ga naar tabblad 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Ga naar tabblad 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Ga naar tabblad 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Ga naar tabblad 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Ga naar tabblad 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Ga naar tabblad 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Ga naar tabblad 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Ga naar tabblad 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Ga naar tabblad 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Stel codering in" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Waarschuwing" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "In sommige tabbladen draaien er nog processen.\nSluiten van dit venster zal hen allemaal beëindigen." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Dit venster heeft %d tabbladen open. Als u dit\nvenster sluit, sluiten ook alle tabbladen." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Alle tabbladen sluiten?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Er draait nog steeds een proces.\nHet sluiten van dit tabblad zal het afbreken." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Tabblad sluiten?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Er draait nog steeds een proces.\nHet sluiten van dit venster zal het afbreken." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Venster sluiten?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Invoer kopiëren:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Voer de tekst in die gekopieerd moet worden naar alle tabbladen" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Invoer kopiëren" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "Titel:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Voer titel in voor het huidige terminalvenster-tabblad" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Terugzetten" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Hulp" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Sluiten" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Titelkleur kiezen" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Kon de reguliere uitdrukking niet maken" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Inhoud opslaan..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Opslaan" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Kon de inhoud van de terminal niet opslaan" diff -Nru xfce4-terminal-0.9.1/po/oc.po xfce4-terminal-1.0.4/po/oc.po --- xfce4-terminal-0.9.1/po/oc.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/oc.po 2022-05-22 09:06:41.000000000 +0000 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 11:52+0000\n" "Last-Translator: Xfce Bot \n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/xfce/xfce-apps/language/oc/)\n" "MIME-Version: 1.0\n" @@ -178,12 +178,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Impossible d'enregistrar lo servici terminal : %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Cadena de geometria invalida « %s »\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "" @@ -481,7 +481,7 @@ msgid "The child process was aborted." msgstr "" -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "Pausar pas _mai la question" @@ -501,12 +501,12 @@ "commands may be executed." msgstr "" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Anullar" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Pegar" @@ -617,7 +617,7 @@ msgstr "Color non confòrma : Marrit format (%d) o talha (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "" @@ -635,389 +635,427 @@ msgstr "Bascuolar cap al menú desenrotlant del Terminal" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Fichièr" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Dobrir un _onglet" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Dobrís un terminal dins un onglet novèl" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Dobrir un _terminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Dobrir un terminal dins una fenèstra novèla" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Destacar l'onglet" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Tampar l'onglet" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Tampar la fenèstra" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Editar" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Copiar" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Pegar cap al quichapapièrs" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Pegar dempuèi lo quichapapièrs" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Pegar la _seleccion" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "_Seleccionar tot" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "Pr_eferéncias..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Dobrís la fenèstra de las preferéncias" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "Afichat_ge" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Zoom _avant" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Zoom a_rrièr" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Talha normala" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Modificar lo títol..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "Trobar.." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Trobar seguent" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Trobar precedent" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "" -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Reïnicializar" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "Escafar lo desfilament e reïnicializar" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "Onglets" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "Onglet _precedent" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Tornar a l'onglet precedent" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "Onglet _seguent" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Passar a l'onglet seguent" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Desplaçar _l'onglet a esquèrra" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Desplaçar _l'onglet a drecha" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Ajuda" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Somari" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Aficha l'ensenhador de l'ajuda" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "A _prepaus" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Zoom" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Afichar la _barra de menús" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Afichar/amagar la barra de menús" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Afichar la barra d'_aisinas" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Afichar/Amagar la barra d'aisinas" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Afichar las _bordaduras de la fenèstra" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Mostrar/amagar las decoracions de la fenèstra" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "Ecran com_plet" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "(Des)activar lo mòde ecran complet" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Definir l'encodatge" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Atencion" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "" #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Aquesta fenèstra a %d onglets dobèrts. Tampar\naquesta fenèstra tamparà tanben totes sos onglets." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Tampar totes los onglets ?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "" -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "" -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Títol :" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Entrar lo títol per l'onglet corrent del terminal" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Ajuda" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Tampar" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Impossible de crear l'expression regulara" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "" -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Enregistrar" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "" diff -Nru xfce4-terminal-0.9.1/po/pl.po xfce4-terminal-1.0.4/po/pl.po --- xfce4-terminal-0.9.1/po/pl.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/pl.po 2022-05-22 09:06:41.000000000 +0000 @@ -6,11 +6,11 @@ # Andrzej , 2017 # Grzegorz Gębczyński , 2016 # Kamil "elder" P. , 2016 -# Marcin Mikołajczak , 2016-2017 -# Marcin Mikołajczak , 2017 -# Marcin Mikołajczak , 2016 -# Marcin Mikołajczak , 2016 -# Marek Adamski, 2021 +# marcin mikołajczak , 2016-2017 +# marcin mikołajczak , 2017 +# marcin mikołajczak , 2016 +# marcin mikołajczak , 2016 +# Marek Adamski, 2021-2022 # Marek Adamski, 2020 # Marek Adamski, 2017-2021 # Piotr Sokół , 2009,2011-2014 @@ -21,8 +21,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 14:15+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 12:24+0000\n" "Last-Translator: Marek Adamski\n" "Language-Team: Polish (http://www.transifex.com/xfce/xfce-apps/language/pl/)\n" "MIME-Version: 1.0\n" @@ -190,12 +190,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Nie udało się zarejestrować usługi terminala: %s.\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Nieprawidłowa geometria „%s”.\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Nie udało się połączyć z menedżerem sesji: %s\n" @@ -493,7 +493,7 @@ msgid "The child process was aborted." msgstr "Proces podrzędny został przerwany." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "_Pomijanie tego pytania w przyszłości" @@ -513,12 +513,12 @@ "commands may be executed." msgstr "Wklejanie tego tekstu do terminala może być niebezpieczne, ponieważ wygląda na to, że mogą zostać wykonane niektóre polecenia." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Anuluj" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "Wk_lej" @@ -629,7 +629,7 @@ msgstr "Odebrano błędne dane o kolorze: nieprawidłowy format (%d) lub długość (%d).\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Nie udało się otworzyć adresu URL „%s”." @@ -647,389 +647,427 @@ msgstr "Przełącza widoczność wysuwanego terminala" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Plik" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Nowa _karta" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Otwiera nową kartę terminala" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "_Nowe okno" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Otwiera nowe okno terminala" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Cofnij zamknięcie karty" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Odłącz kartę" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Zamknij _kartę" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Zamknij po_zostałe karty" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Za_mknij okno" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Edycja" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "S_kopiuj" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Kopiuje zaznaczony tekst do schowka" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Skopiuj jako _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Skopiowanie do schowka jako HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Wkleja wcześniej skopiowany tekst ze schowka" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "Wk_lej alt" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Wklej _zaznaczenie" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "Wklej _zaznaczenie alt" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Zazn_acz wszystko" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Skopiuj _dane wejściowe do wszystkich kart..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "P_referencje..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Otwiera okno preferencji programu" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "S_króty..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "Otwiera okno skrótów" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Widok" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Po_większ" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Powiększ z większą czcionką" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "Powiększ alt" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Po_mniejsz" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Pomniejsz z mniejszą czcionką" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "Pomniejsz alt" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Zwykły rozmiar" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Przywróć domyślny rozmiar" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "_Zwykły rozmiar alt" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Nadaj tytuł..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Nadaj ko_lor tytułu..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Wyszukaj..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Wyszukuje zawartość terminala" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Wyszukaj _następny" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Wyszukaj p_oprzedni" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Zapisz za_wartość..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Wyzeruj stan" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Wyczyść bufor przewijania i wyzeruj stan" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "_Karty" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Poprzednia" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Przechodzi do poprzedniej karty" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Następna" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Przechodzi do następnej karty" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Ostatnio _aktywna karta" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Przechodzi do ostatnio aktywnej karty" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Przemieść kartę w _lewo" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Przemieść kartę w p_rawo" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "Pomo_c" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Spis treści" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Wyświetla zawartość podręcznika użytkownika" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_O programie" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "Powięks_zenie" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Pasek _menu" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Przełącza wyświetlanie paska menu" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Pasek _narzędziowy" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Przełącza wyświetlanie paska narzędziowego" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "O_bramowanie okna" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Przełącza wyświetlanie obramowania okna" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "Pełny _ekran" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Przełącza wyświetlanie w trybie pełnego ekranu" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Tylko do odczytu" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Przełącza tryb tylko do odczytu" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Przewijanie po w_ypisaniu na wyjście" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Przełącz przewijanie po wypisaniu na wyjście" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Przejdź do karty 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Przejdź do karty 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Przejdź do karty 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Przejdź do karty 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Przejdź do karty 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Przejdź do karty 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Przejdź do karty 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Przejdź do karty 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Przejdź do karty 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "_Kodowanie" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Ostrzeżenie" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Procesy nadal działają w niektórych kartach.\nZamknięcie tego okna usunie je wszystkie." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Bieżące okno posiada %d otwartych kart. Zamknięcie\ngo spowoduje zamknięcie wszystkich otwartych kart." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Zamknąć wszystkie karty?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Proces nadal działa.\nZamknięcie tej karty usunie go." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Zamknąć kartę?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Proces nadal działa.\nZamknięcie tego okna usunie go." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Zamknąć okno?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Skopiuj _dane wejściowe:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Proszę wprowadzić tekst do skopiowania do wszystkich kart" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Skopiuj dane wejściowe" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Tytuł:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Proszę wprowadzić tytuł bieżącej karty terminala." -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Resetuj" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Pomoc" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Zamknij" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Wybór koloru tytułu" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Nie udało się utworzyć wyrażenia regularnego" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Zapisz zawartość..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Zapisz" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Nie udało się zapisać zawartości terminala" diff -Nru xfce4-terminal-0.9.1/po/pt_BR.po xfce4-terminal-1.0.4/po/pt_BR.po --- xfce4-terminal-0.9.1/po/pt_BR.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/pt_BR.po 2022-05-22 09:06:41.000000000 +0000 @@ -8,23 +8,24 @@ # Andre Miranda , 2016-2017 # Andre Miranda , 2013 # Peretto , 2016 -# C. E., 2020 +# C. E., 2020,2022 # Fábio Nogueira , 2008 # Joao Pedrosa , 2005 # Lucas Wilm , 2021 # Luis Borges , 2019 # 3f37d448649cd548fa5a733e33387c2a_dee4ccf, 2016 # Marcos Miller , 2017 +# Michael Martins , 2022 # Og Maciel , 2008 # Rafael Fontenelle , 2013 -# Wellington Almeida , 2021 +# Wellington Almeida , 2021-2022 msgid "" msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-04 02:31+0000\n" -"Last-Translator: Michael Martins \n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2013-07-03 18:42+0000\n" +"Last-Translator: C. E., 2020,2022\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/xfce/xfce-apps/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -171,15 +172,15 @@ #: ../terminal/main.c:214 msgid "Nick Schermer ," -msgstr "" +msgstr "Nick Schermer ," #: ../terminal/main.c:215 msgid "Igor Zakharov ," -msgstr "" +msgstr "Igor Zakharov ," #: ../terminal/main.c:216 msgid "Sergios - Anestis Kefalidis ." -msgstr "" +msgstr "Sergios - Anestis Kefalidis ." #: ../terminal/main.c:217 #, c-format @@ -191,12 +192,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Não foi possível registrar o serviço de terminal: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "String de geometria inválida \"%s\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Falha ao conectar ao gerenciador de sessão: %s\n" @@ -494,7 +495,7 @@ msgid "The child process was aborted." msgstr "O processo filho foi abortado." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "Não me pergunte _novamente" @@ -514,12 +515,12 @@ "commands may be executed." msgstr "Colar este texto no terminal pode ser perigoso, pois parece que alguns comandos podem ser executados. " -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Cancelar" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "C_olar" @@ -630,7 +631,7 @@ msgstr "Dado de cor inválido recebido: Formato (%d) ou comprimento (%d) errado\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Falha ao abrir a URL '%s'" @@ -648,389 +649,427 @@ msgstr "Alterna terminal em drop-down" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Arquivo" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Abrir a_ba" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Abre uma nova aba de terminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Abrir t_erminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Abre uma nova janela de terminal" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "Desfazer Fechamento de Aba" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Destacar aba" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Fechar _aba" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Fechar Outras A_bas" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Fechar _janela" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Editar" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Copiar" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Copia para a área de transferência" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Copiar como _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Copia para a área de transferência como HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Cola da área de transferência" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Copiar _seleção" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Selecionar _tudo" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Copiar te_xto para todas as abas..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "Pr_eferências..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Abre o diálogo de preferências" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "Atalhos..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "Abra a janela de atalhos " -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Ver" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "_Ampliar" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Ampliar com fonte maior" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "_Reduzir" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Reduzir com fonte menor" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "Tamanho _normal" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Ajustar para tamanho padrão" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Definir título..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Definir cor do títu_lo..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Localizar..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Pesquisar conteúdo do terminal" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Localizar pró_ximo" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Localizar _anterior" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Sal_var conteúdo..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Restaurar" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "L_impar conteúdo e reiniciar" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "_Abas" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "Aba a_nterior" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Troca para a aba anterior" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Próxima aba" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Troca para a próxima aba" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Última Aba _Ativa" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Muda para a última aba ativa" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Mover a aba da _esquerda" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Mover a aba da _direita" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "Aj_uda" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Conteúdo" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Mostra conteúdo de ajuda" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Sobre" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Zoom" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "_Mostrar barra de menu" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Mostra/esconde a barra de menu" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Mos_trar barras de ferramentas" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Mostra/esconde as barras de ferramentas" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Mostrar _bordas de janela" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Mostra/esconde as decorações de janela" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Tela cheia" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Alterna modo de tela cheia" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "Somente Leitu_ra" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Alterna modo somente leitura" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "_Rolar na saída" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Alterna rolar na saída" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Ir para a aba 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Ir para a aba 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Ir para a aba 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Ir para a aba 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Ir para a aba 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Ir para a aba 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Ir para a aba 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Ir para a aba 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Ir para a aba 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Definir _codificação" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Aviso" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Ainda existem processos em execução em algumas abas.\nAo fechar esta janela eles serão eliminados." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Esta janela tem %d abas abertas. Fechandoesta\njanela fechará também todas as suas abas." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Fechar todas as abas?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Ainda existe um processo em execução.\nAo fechar esta aba ele será eliminado." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Fechar aba?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Ainda existe um processo em execução.\nAo fechar esta janela ele será eliminado." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Fechar janela?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Copiar te_xto:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Insira o texto a ser copiado para todas as abas" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Copiar texto" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Título:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Entre com o título para a aba de terminal atual" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Restaurar" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Ajuda" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Fechar" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Escolha a cor do título" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Falha ao criar a expressão regular" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Salvar conteúdo..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Salvar" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Falha ao salvar conteúdo do terminal" @@ -1274,13 +1313,13 @@ #: ../terminal/terminal-preferences.glade.h:56 msgid "Enable _overlay scrolling (Requires Restart)" -msgstr "" +msgstr "Ativar rolagem de _sobreposição (requer reinicialização)" #: ../terminal/terminal-preferences.glade.h:57 msgid "" "This option controls whether the scrollbar is drawn as an overlay (auto-" "hide) or not." -msgstr "" +msgstr "Esta opção controla se a barra de rolagem é desenhada como uma sobreposição (ocultação automática) ou não." #: ../terminal/terminal-preferences.glade.h:58 msgid "Scrolling" diff -Nru xfce4-terminal-0.9.1/po/pt.po xfce4-terminal-1.0.4/po/pt.po --- xfce4-terminal-0.9.1/po/pt.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/pt.po 2022-05-22 09:06:41.000000000 +0000 @@ -3,7 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Hugo Carvalho , 2016,2019-2021 +# Hugo Carvalho , 2016,2019-2022 # José Vieira , 2016-2018,2020 # Nuno Miguel , 2016-2019 # Rui , 2019 @@ -12,8 +12,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 18:58+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 14:37+0000\n" "Last-Translator: Hugo Carvalho \n" "Language-Team: Portuguese (http://www.transifex.com/xfce/xfce-apps/language/pt/)\n" "MIME-Version: 1.0\n" @@ -181,12 +181,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Incapaz de registar o serviço de terminal: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Linha geométrica inválida \"%s\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Falhou a ligação ao gestor de sessão: %s\n" @@ -484,7 +484,7 @@ msgid "The child process was aborted." msgstr "O processo dependente foi abortado." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "_Não perguntar novamente" @@ -504,12 +504,12 @@ "commands may be executed." msgstr "Colar este texto no terminal pode ser perigoso, pois parece que alguns comandos podem ser executados." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Cancelar" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "C_olar" @@ -620,7 +620,7 @@ msgstr "Recebidos dados de cor inválidos: formato (%d) ou comprimento (%d) errado\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Falha ao abrir o URL '%s'" @@ -638,389 +638,427 @@ msgstr "Alternar terminal suspenso" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Ficheiro" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Abrir _separador" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Abrir novo separador de terminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Abrir t_erminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Abrir nova janela de terminal" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "Desfa_zer fechar separador" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Destacar separador" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Fechar sep_arador" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Fechar outros s_eparadores" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Fechar ja_nela" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Editar" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Copiar" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Copiar para a área de transferência" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Copiar como _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Copiar para área de transferência como HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Colar da área de transferência" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "_Colar Alt" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Colar _seleção" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "Colar _seleção Alt" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Selecion_ar tudo" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Copiar _entrada para todos os separadores..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "Pr_eferências..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Abrir caixa de diálogo de preferências" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "Atalhos..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "Abre a janela dos atalhos" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Ver" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "A_mpliar" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Aumentar com tipo de letra maior" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "Ampliar Alt" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Redu_zir" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Reduzir com tipo de letra menor" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "Diminuir Alt" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "Tamanho _normal" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Repôr o tamanho predefinido" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "_Tamanho normal Alt" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Definir título..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Mudar cor do títu_lo..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Localizar..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Pesquisar conteúdo do terminal" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Localizar _seguinte" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Localizar _anterior" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Guar_dar conteúdo..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Repor" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "Limpar barra de deslo_camento e reiniciar" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "Separa_dores" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "Separador _anterior" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Mudar para o separador anterior" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "Separador _seguinte" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Mudar para o separador seguinte" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Último separador _ativo" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Mudar para o último separador ativo" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Mover separador para a _esquerda" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Mover separador para a _direita" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Ajuda" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Conteúdo" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Mostrar conteúdo de ajuda" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Sobre" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Ampliação" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Mostrar barra de _menu" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Mostrar/ocultar barra de menu" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Mostrar barra de ferrame_ntas" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Mostrar/ocultar barra de ferramentas" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Mostrar contornos da j_anela" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Mostrar/ocultar moldura da janela" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Ecrã completo" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Alternar o modo de ecrã completo" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Só de leitura" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Alternar o modo só de leitura" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Deslocar na _saída" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Inverter deslocamento na saída" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Ir para Separador 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Ir para Separador 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Ir para Separador 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Ir para Separador 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Ir para Separador 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Ir para Separador 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Ir para Separador 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Ir para Separador 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Ir para Separador 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "D_efinir codificação" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Aviso" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Ainda há processos em execução nalguns separadores.\nSerão interrompidos ao fechar esta janela." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Esta janela tem %d separadores abertos. Ao fechar a janela\nfecha todos os separadores." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Fechar todos os separadores?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Ainda há um processo em execução.\nFechar este separador forçará a sua interrupção." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Fechar o separador?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Ainda há um processo em execução.\nFechar esta janela forçará a sua interrupção." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Fechar janela?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Copiar _entrada:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Introduza o texto a ser copiado para todos os separadores" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Copiar entrada" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "Tít_ulo:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Introduza o título para o atual separador de terminal" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Restaurar" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Ajuda" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Fechar" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Escolher cor do título" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Ocorreu um erro ao criar a expressão" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Guardar conteúdo..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Guardar" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Falha ao guardar conteúdo do terminal" diff -Nru xfce4-terminal-0.9.1/po/ro.po xfce4-terminal-1.0.4/po/ro.po --- xfce4-terminal-0.9.1/po/ro.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/ro.po 2022-05-22 09:06:41.000000000 +0000 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 11:52+0000\n" "Last-Translator: Xfce Bot \n" "Language-Team: Romanian (http://www.transifex.com/xfce/xfce-apps/language/ro/)\n" "MIME-Version: 1.0\n" @@ -176,12 +176,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Nu se poate înregistra serviciul terminal: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Date de geometrie greșite: „%s”\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "" @@ -479,7 +479,7 @@ msgid "The child process was aborted." msgstr "" -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "_Nu mă mai întreba altă dată" @@ -499,12 +499,12 @@ "commands may be executed." msgstr "" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Renunță" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Lipește" @@ -615,7 +615,7 @@ msgstr "S-au recepționat date invalide de culoare. Format greșit (%d) ori lungime inadecvată (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "" @@ -633,389 +633,427 @@ msgstr "Comută consola instant" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Fișier" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Deschide un _tab" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Deschide un nou tab de terminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Deschide un t_erminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Deschide o nouă fereastră de terminal" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Desprinde tabul" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Închide ta_bul" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "În_chide fereastra" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Editare" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Copiază" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Copiază în clipboard" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Lipește din clipboard" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Lipește _selecția" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Selectează t_ot" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "_Preferințe..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Deschide fereastra cu preferințe" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Vizualizare" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Ap_ropie" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Depăr_tează" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "Mărime _originală" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Editați titlul..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "Că_utare..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Caută înain_te" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Caută î_napoi" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "" -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Reinițializare" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Curăță liniile derulate și reinițializează" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "Ta_buri" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "Tabul a_nterior" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Comută în tabul anterior" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "Tabul ur_mător" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Comută în tabul următor" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Mută tabul în _stânga" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Mută tabul în _dreapta" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Ajutor" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Conținut" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Arată conținutul ajutorului" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Despre" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Zoom" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Arată bara de _meniu" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Arată ori ascunde bara de meniu" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Arată bara cu _unelte" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Arată ori ascunde bara cu unelte" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Arată marginile _ferestrelor" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Arată ori ascunde decorațiunile ferestrelor" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "Pe t_ot ecranul" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Comută modul pe tot ecranul" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "_Alegeți codarea" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Avertizare" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "" #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Această fereastră are %d taburi deschise. Închiderea\nacestei ferestre presupune închiderea tuturor taburilor sale." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Doriți să închideți toate taburile?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "" -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "" -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Titlu:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Introduceți titlul pentru tabul curent de terminal" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Închide" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Nu s-a putut crea expresia RegExp" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "" -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Salvează" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "" diff -Nru xfce4-terminal-0.9.1/po/ru.po xfce4-terminal-1.0.4/po/ru.po --- xfce4-terminal-0.9.1/po/ru.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/ru.po 2022-05-22 09:06:41.000000000 +0000 @@ -3,6 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Andrei Stepanov, 2022 # Andrey Fedoseev , 2006 # Anthony Ivanoff , 2005 # Dima Smirnov , 2010 @@ -12,13 +13,14 @@ # Sergey Alyoshin , 2013 # Styopa Semenukha , 2009 # Alexander Filёv, 2017 +# Виктор, 2022 msgid "" msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" -"Last-Translator: Xfce Bot \n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2013-07-03 18:42+0000\n" +"Last-Translator: Виктор, 2022\n" "Language-Team: Russian (http://www.transifex.com/xfce/xfce-apps/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -165,15 +167,15 @@ #: ../terminal/main.c:214 msgid "Nick Schermer ," -msgstr "" +msgstr "Nick Schermer ," #: ../terminal/main.c:215 msgid "Igor Zakharov ," -msgstr "" +msgstr "Igor Zakharov ," #: ../terminal/main.c:216 msgid "Sergios - Anestis Kefalidis ." -msgstr "" +msgstr "Sergios - Anestis Kefalidis ." #: ../terminal/main.c:217 #, c-format @@ -185,12 +187,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Невозможно запустить службу терминала: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Неверная строка геометрии: \"%s\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Не удалось подключиться к менеджеру сессий: %s\n" @@ -317,7 +319,7 @@ msgid "" "Option \"--execute/-x\" requires specifying the command to run on the rest " "of the command line separated from \"--execute/-x\"" -msgstr "" +msgstr "Для параметра \"--execute/-x\" требуется указание команды для запуска в оставшейся части командной строки, отделенной от \"--execute/-x\"" #: ../terminal/terminal-options.c:301 #, c-format @@ -417,7 +419,7 @@ #: ../terminal/terminal-options.c:623 #, c-format msgid "Unknown option \"-%c\"" -msgstr "" +msgstr "Неизвестный параметр «-%c»" #: ../terminal/terminal-options.c:626 #, c-format @@ -442,23 +444,23 @@ #: ../terminal/terminal-screen.c:243 msgid "Do not disable dialog" -msgstr "" +msgstr "Не отключать диалог" #: ../terminal/terminal-screen.c:244 msgid "Disable for 5 minutes" -msgstr "" +msgstr "Отключить на 5 минут" #: ../terminal/terminal-screen.c:245 msgid "Disable for 15 minutes" -msgstr "" +msgstr "Отключить на 15 минут" #: ../terminal/terminal-screen.c:246 msgid "Disable until program restart" -msgstr "" +msgstr "Отключить до следующего перезапуска программы" #: ../terminal/terminal-screen.c:247 msgid "Disable dialog (can be re-enabled in the Preferences)" -msgstr "" +msgstr "Отключить диалоговое окно (можно снова включить в настройках)" #: ../terminal/terminal-screen.c:490 ../terminal/terminal-screen.c:871 #: ../terminal/terminal-screen.c:2383 @@ -488,32 +490,32 @@ msgid "The child process was aborted." msgstr "Дочерний процесс был прерван." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "_Больше не спрашивать" #: ../terminal/terminal-screen.c:1796 msgid "Warning: Potentially Unsafe Paste" -msgstr "" +msgstr "Внимание: потенциально небезопасная вставка" #: ../terminal/terminal-screen.c:1799 msgid "" "Pasting this text to the terminal may be dangerous as it looks like some " "commands may be executed, potentially involving root access ('sudo')." -msgstr "" +msgstr "Вставка этого текста в терминал может быть опасной, так как похоже, что могут быть выполнены некоторые команды из-под рута ('sudo')." #: ../terminal/terminal-screen.c:1802 msgid "" "Pasting this text to the terminal may be dangerous as it looks like some " "commands may be executed." -msgstr "" +msgstr "Вставка этого текста в терминал может быть опасной, так как некоторые команды могут быть исполняемыми." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Отмена" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Вставить" @@ -624,7 +626,7 @@ msgstr "Получены неверные данные о цвете: неверный формат (%d) или длина (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Не удалось открыть адрес \"%s\"" @@ -642,389 +644,427 @@ msgstr "Включает выпадающее окно терминала" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Файл" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Открыть _вкладку" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Открыть новую вкладку терминала" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Открыть _терминал" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Открыть новое окно терминала" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "Восстановить закр_ытую вкладку" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Отделить вкладку" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Закрыть _вкладку" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Закрыть все остальные вкла_дки" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Закрыть _окно" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Правка" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Копировать" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Копировать в буфер обмена" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Копировать как _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Копировать в буфер обмена как HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Вставить из буфера обмена" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" -msgstr "" +msgstr "_Вставить Alt" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "В_ставить выделенное" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Выделить _всё" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Копировать _ввод во все вкладки..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "Н_астройки..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Открыть окно настроек" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" -msgstr "" +msgstr "Открыть окно горячих клавиш" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Вид" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "_Приблизить" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Увеличить размер шрифта" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "О_тдалить" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Уменьшить размер шрифта" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Нормальный размер" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Установить размер шрифта по умолчанию" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Терминал" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Изменить заголовок..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Изменить _цвет заголовка..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Поиск..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Искать в содержимом терминала" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Найти _следующее" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Найти _предыдущее" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Со_хранить содержимое..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Сбросить" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Очистить буфер прокрутки и сбросить" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "В_кладки" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Предыдущая вкладка" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Переключиться на предыдущую вкладку" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Следующая вкладка" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Переключиться на следующую вкладку" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Последняя _активная вкладка" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Переключиться на последнюю активную вкладку" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Переместить вкладку _влево" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Переместить вкладку в_право" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Справка" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "Со_держание" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Отобразить содержание справки" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_О программе" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Масштаб" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Показать _строку меню" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Показать/скрыть строку меню" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Показать панель _инструментов" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Показать/скрыть панель инструментов" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Показать _границы окна" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Показать/скрыть границы окна" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Полноэкранный режим" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Переключить полноэкранный режим" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "Тол_ько для чтения" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Переключить режим только для чтения" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Прокрутка по мере _вывода" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Переключить режим прокрутки по мере вывода" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Перейти к вкладке 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Перейти к вкладке 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Перейти к вкладке 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Перейти к вкладке 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Перейти к вкладке 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Перейти к вкладке 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Перейти к вкладке 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Перейти к вкладке 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Перейти к вкладке 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "_Задать кодировку" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Предупреждение" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Некоторые процессы всё ещё работают.\nЗакрытие этого окна остановит их всех." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "В этом окне открыто %d вкладок. Если вы\nзакроете окно, будут закрыты все вкладки." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Закрыть все вкладки?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Процесс всё ещё работает.\nЗакрытие этой вкладки остановит его." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Закрыть вкладку?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Процесс всё ещё работает.\nЗакрытие этого окна остановит его." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Закрыть окно?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Копировать _ввод:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Введите текст, который будет скопирован во все вкладки" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Скопировать ввод" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Заголовок:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Введите заголовок для текущей вкладки" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Сбросить" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Справка" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Закрыть" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Указать цвет заголовка" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Не удалось создать регулярное выражение" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Сохранить содержимое..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Сохранить" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Не удалось сохранить содержимое терминала" @@ -1050,11 +1090,11 @@ #: ../terminal/terminal-preferences.glade.h:6 msgid "Paste Clipboard" -msgstr "" +msgstr "Вставить из буфера обмена" #: ../terminal/terminal-preferences.glade.h:7 msgid "Paste Selection" -msgstr "" +msgstr "Вставить выделенное" #: ../terminal/terminal-preferences.glade.h:8 msgid "Disabled" @@ -1118,7 +1158,7 @@ #: ../terminal/terminal-preferences.glade.h:23 msgid "Filled" -msgstr "" +msgstr "Заполнить" #: ../terminal/terminal-preferences.glade.h:24 msgid "Block" @@ -1860,7 +1900,7 @@ #: ../terminal/terminal-preferences.glade.h:202 msgid "Right click action: " -msgstr "" +msgstr "Действия правого щелчка:" #: ../terminal/terminal-preferences.glade.h:203 msgid "Misc" diff -Nru xfce4-terminal-0.9.1/po/sk.po xfce4-terminal-1.0.4/po/sk.po --- xfce4-terminal-0.9.1/po/sk.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/sk.po 2022-05-22 09:06:41.000000000 +0000 @@ -4,7 +4,7 @@ # # Translators: # Dušan Kazik , 2015-2017 -# Jan Ziak <0xe2.0x9a.0x9b@gmail.com>, 2021 +# Jan Ziak <0xe2.0x9a.0x9b@gmail.com>, 2021-2022 # Jose Riha , 2019 # Robert Hartl , 2010 # Roman Moravčík , 2006 @@ -15,8 +15,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 15:27+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 14:28+0000\n" "Last-Translator: Jan Ziak <0xe2.0x9a.0x9b@gmail.com>\n" "Language-Team: Slovak (http://www.transifex.com/xfce/xfce-apps/language/sk/)\n" "MIME-Version: 1.0\n" @@ -184,12 +184,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Nejde registrovať službu terminálu: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Neplatný reťazec geometrie \"%s\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Zlyhalo pripojenie k správcovi relácie: 1%s\n" @@ -316,7 +316,7 @@ msgid "" "Option \"--execute/-x\" requires specifying the command to run on the rest " "of the command line separated from \"--execute/-x\"" -msgstr "" +msgstr "Voľba „--execute/-x“ vyžaduje zadanie príkazu, ktorý sa má spustiť na zvyšku príkazového riadka oddeleného od „--execute/-x“" #: ../terminal/terminal-options.c:301 #, c-format @@ -487,7 +487,7 @@ msgid "The child process was aborted." msgstr "Detský proces bol prerušený." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "_Nepýtať sa v budúcnosti" @@ -507,12 +507,12 @@ "commands may be executed." msgstr "Vloženie tohto textu do terminálu môže byť nebezpečné, pretože môže dôjsť k vykonaniu niektorých príkazov." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Zrušiť" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Vložiť" @@ -623,7 +623,7 @@ msgstr "Prijaté neplatné dáta o farbách: Nesprávny formát (%d) alebo (%d) dĺžka\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Zlyhalo otvorenie URL \"%s\"" @@ -641,389 +641,427 @@ msgstr "Prepnúť rozbaľovací terminál" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Súbor" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Otvoriť ka_rtu" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Otvorí novú kartu" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Otvoriť _terminál" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Otvorí nové okno terminálu" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "Vrátiť späť _zatvorenú kartu" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "O_dpojiť kartu" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Z_atvoriť záložku" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Zavrieť ďalšie _karty" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Zatvoriť _okno" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Upraviť" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Kopírovať" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Kopírovať do schránky" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Skopírovať ako _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Skopírovať do schránky v kóde HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Vložiť zo schránky" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "_Vložiť Alt" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Vložiť _výber" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "Vložiť _Výberový Alt" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Ozn_ačiť všetko" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Kopírovať _vstup na všetky karty ..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "_Predvoľby..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Otvoriť dialog nastavení" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "Klávesové _skratky..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "Otvoriť dialógové okno so skratkami" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Zobraziť" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "_Priblížiť" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Priblížiť s väčším písmom" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "_Vzdialiť" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Vzdialiť s menším písmom" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Normálna veľkosť" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Priblížiť na predvolené písmo" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminál" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Nastaviť titulok..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Nastaviť farbu _titulku ..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Nájsť…" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Vyhľadať v obsahu temrinálu" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Nájsť ď_alší" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Nájsť pre_dchádzajúci" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "U_ložiť obsah..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Reštartovať" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "Vyma_zať spätné rolovanie a vynulovať" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "K_arty" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Predchádzajúca karta" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Prepnúť na predchádzajúcu kartu" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Nasledujúca karta" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Prepnúť na nasledujúcu kartu" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Posledná _aktívna karta" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Prepnúť na poslednú aktívnu kartu" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Presunúť kartu _vľavo" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Presunúť kartu vp_ravo" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Pomocník" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "O_bsah" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Zobrazí obsah" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_O programe" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Lupa" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Zobraziť _menu" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Zobraziť/skryť menu" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Zobraziť _panel nástrojov" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Zobraziť/skryť panel nástrojov" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Zobraziť okraje _okien" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Zobraziť/skryť dekorácie okien" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Celá obrazovka" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Prepne na celú obrazovku" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Len na čítanie" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Prepne režim len na čítanie" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Posúvať pri _výstupe" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Prepnúť posúvanie pri výstupe" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Prejsť na kartu 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Prejsť na kartu 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Prejsť na kartu 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Prejsť na kartu 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Prejsť na kartu 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Prejsť na kartu 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Prejsť na kartu 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Prejsť na kartu 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Prejsť na kartu 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Nastaviť _kódovanie" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Upozornenie" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Na niektorých kartách stále bežia procesy.\nZatvorenie tohto okna zruší všetky tie procesy." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Okno obsahuje %d otvorených kariet. Zatvorením tohoto okna\nbudú tiež zavreté všetky jeho karty." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Zavrieť všetky karty?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Proces stále beží.\nZatvorením tejto karty ho zrušíte." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Zavrieť kartu?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Proces stále beží.\nZatvorením tohto okna ho zrušíte." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Zatvoriť okno?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Kopírovať _vstup:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Zadajte text, ktorý sa má skopírovať na všetky karty" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Kopírovať vstup" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Titulok:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Vložte názov pre aktuálnu kartu terminálu" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Resetovať" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Pomocník" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Zatvoriť" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Vyberte farbu titulku" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Zlyhalo vytvorenie regulárneho výrazu" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Uložiť obsah..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Uložiť" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Zlyhalo uloženie obsahu terminálu" diff -Nru xfce4-terminal-0.9.1/po/sl.po xfce4-terminal-1.0.4/po/sl.po --- xfce4-terminal-0.9.1/po/sl.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/sl.po 2022-05-22 09:06:41.000000000 +0000 @@ -4,16 +4,17 @@ # # Translators: # 8b03701f910565d01acaec9ce3f558ab_e9f0fee , 2017 -# Arnold Marko , 2020-2021 +# Arnold Marko , 2020-2022 # Kernc, 2015 +# Martin Srebotnjak , 2022 # ansich , 2014 msgid "" msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" -"Last-Translator: Xfce Bot \n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-02-01 10:21+0000\n" +"Last-Translator: Arnold Marko \n" "Language-Team: Slovenian (http://www.transifex.com/xfce/xfce-apps/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -180,12 +181,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Ni bilo možno registrirati storitve terminala: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "neveljaven geometrijski niz \"%s\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Nuespešno priklapljanje na upravljalnik seanse: %s\n" @@ -483,7 +484,7 @@ msgid "The child process was aborted." msgstr "Podrejeni proces je bil prekinjen." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "_Ne vprašaj ponovno" @@ -503,12 +504,12 @@ "commands may be executed." msgstr "Lepljenje tega teksta v terminal je lahko nevarno, ker je videti, kot da bodo izvedeni nekateri ukazi." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Prekliči" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "Prilepi" @@ -619,7 +620,7 @@ msgstr "Prejeti podatki barve so neveljavni: napačen format (%d) ali dolžina (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Odpiranje URL-ja '%s' ni uspelo" @@ -637,389 +638,427 @@ msgstr "Preklop spustnega terminala" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "Datoteka" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Odpri zavihek" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Odpi nov zavihek terminala" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Odpri terminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Odpri novo okno terminala" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "Razveljavi zapiranje zavihka" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "O_dpni zavihek" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Zapri zavihek" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Zapri ostale zavihke" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Zapri okno" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "Ur_edi" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Kopiraj" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Kopiraj na odložišče" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Kopiraj kot _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Kopiraj na odložišče kot HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Prilepi iz odložišča" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "_Prilepi Alt" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Prilepi izbor" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "Prilepi i_zbor Alt" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Izberi vse" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Kop_iraj vnos na vse zavihke..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "Nastavitve ..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Odpri nastavitveno pogovorno okno" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." -msgstr "" +msgstr "Bli_žnjice ..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" -msgstr "" +msgstr "Odprite pogovorno okno za bližnjice" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "Pogled" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Približaj" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Približaj z večjo pisavo" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "Približaj Alt" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Oddalji" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Oddalji z manjšo pisavo" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "Oddalji Alt" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "Običajna velikost" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Približaj na običajno velikost" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "Običaj_na velikost Alt" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "Nastavi naslov" -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Določi barvo naslova" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "Najdi ..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Preišči vsebino terminala" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Najdi naslednje" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Najdi prejšnje" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Shrani _vsebino..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "Ponastavi" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "Počisti zgodovino in ponastavi" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "Z_avihki" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Prejšnji zavihek" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Preklopi na prejšnji zavihek" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Naslednji zavihek" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Preklopi na naslednji zavihek" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Zadnji _aktivni zavihek" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Preklopi na zadnji aktivni zavihek" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Premakni zavihek na levo" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Premakni zavihek na desno" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "Pomoč" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "Vsebina" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Prikaži vsebino pomoči" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "O programu" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "Približevanje" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Pokaži vrstico menija" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Pokaži/skrij vrstico menija" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Pokaži orodno vrstico" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Pokaži/skrij orodno vrstico" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Pokaži obrobe okna" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Pokaži/skrij okenske okraske" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "Celozaslonsko" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Preklopi na celozaslonski način" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "Samo za b_ranje" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Preklopi način samo za branje" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Drsenje _ob izpisovanju" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Preklopi med drsenjem ob izpisovanju" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Pojdi na zavihek 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Pojdi na zavihek 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Pojdi na zavihek 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Pojdi na zavihek 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Pojdi na zavihek 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Pojdi na zavihek 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Pojdi na zavihek 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Pojdi na zavihek 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Pojdi na zavihek 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Nastavi kodiranje" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Opozorilo" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "V nekaterih zavihkih se nahajajo dejavni procesi.\nZapiranje tega okna jih bo prekinilo." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Število odprtih zavihkov v tem oknu je %d. Zaprtje tega okna\nbo zaprlo tudi vse njegove zavihke." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Zaprtje vseh zavihkov?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Proces se izvaja.\nZapiranje tega zavihka ga bo prekinilo." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Zaprem zavihek?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Proces se izvaja.\nZapiranje tega okna ga bo prekinilo." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Zaprem okno?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Kop_iranje _vnosa:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Vnesite tekst, ki naj se kopira na vse zavihke" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Kopiraj vnos" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "Naslov:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Vnesite naslov za trenutni zavihek terminala" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Ponastavitev" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Pomoč" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Zapri" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Izbira barve naslova" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Ustvarjanje logičnega izraza je spodletelo" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Shrani vsebino..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Shrani" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Shranjevanje vsebine terminala ni uspelo" @@ -1263,13 +1302,13 @@ #: ../terminal/terminal-preferences.glade.h:56 msgid "Enable _overlay scrolling (Requires Restart)" -msgstr "" +msgstr "Omogoči _prekrivno drsenje (potreben je ponoven zagon)" #: ../terminal/terminal-preferences.glade.h:57 msgid "" "This option controls whether the scrollbar is drawn as an overlay (auto-" "hide) or not." -msgstr "" +msgstr "Ta možnost nadzoruje, ali naj bo drsnik narisan kot prekrivni element (s samodejnim skrivanjem) ali ne." #: ../terminal/terminal-preferences.glade.h:58 msgid "Scrolling" diff -Nru xfce4-terminal-0.9.1/po/sq.po xfce4-terminal-1.0.4/po/sq.po --- xfce4-terminal-0.9.1/po/sq.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/sq.po 2022-05-22 09:06:41.000000000 +0000 @@ -4,14 +4,14 @@ # # Translators: # Besnik Bleta , 2007,2019 -# Besnik Bleta , 2007,2020-2021 +# Besnik Bleta , 2007,2020-2022 # Besnik Bleta , 2019 msgid "" msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 16:14+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 17:49+0000\n" "Last-Translator: Besnik Bleta \n" "Language-Team: Albanian (http://www.transifex.com/xfce/xfce-apps/language/sq/)\n" "MIME-Version: 1.0\n" @@ -179,12 +179,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "S’arrihet të regjistrohet shërbim terminali: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Varg gjeometrie i pavlefshëm \"%s\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "S’u arrit të lidhet te përgjegjës sesionesh: %s\n" @@ -482,7 +482,7 @@ msgid "The child process was aborted." msgstr "Procesi pjellë u ndërpre." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "Mos _më pyet sërish" @@ -502,12 +502,12 @@ "commands may be executed." msgstr "Hedhja e këtij teksti te terminali mund të jetë e rrezikshme, ngaqë duket se mund të ekzekutohen disa urdhra." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Anuloje" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Ngjite" @@ -618,7 +618,7 @@ msgstr "U morën të dhëna ngjyre të pavlefshme: Format (%d) ose gjatësi (%d) e gabuar\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "S’u arrit të hapej URL-ja '%s'" @@ -636,389 +636,427 @@ msgstr "Shfaq/fshih Terminal Hap-mbyll" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Kartelë" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Hap _Skedë" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Hap skedë të re terminali" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Hap T_erminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Hap dritare të re terminali" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Zhbëje Mbylljen e Skedës" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Shqite Skedën" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Mbylle _Skedën" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Mbylli Skedat e _Tjera" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Mbylle _Dritaren" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Përpunoni" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Kopjo" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Kopjo në të papastër" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Kopjoje si _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Kopjoje në të papastër si HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Ngjit prej së papastrës" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Ngjite _Përzgjedhjen" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Përzgjidhi _Krejt" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Kopjoni Ç’jepet, Te Krejt Skedat…" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "P_arapëlqime…" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Hap dialogun e parapëlqimeve" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "_Shkurtore…" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "Hap dialogun e shkurtoreve" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Parje" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Z_madhoje" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Zmadhoje me shkronja më të mëdha" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Z_vogëloje" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Z_vogëloje me shkronja më të vogla" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "Madhësi _Normale" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Sa madhësia parazgjedhje" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Caktoni Titull…" -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "_Caktoni Ngjyrë Titulli…" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Gjeni…" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Kërkoni në lëndë terminali" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Gjej _Pasuesin" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Gjej të _Mëparshmin" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "R_uani Lëndë…" -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Riktheje te parazgjedhjet" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Spastro Rrëshqitje Mbrapsht dhe Riktheje te Parazgjedhjet" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "_Skeda" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "Skeda e _Mëparshme" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Kalo te skeda e mëparshme" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "Skeda _Pasuese" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Kalo te skeda pasuese" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Skeda e Fundit _Aktive" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Hidhu te skeda e fundit aktive" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Kaloje Skedën _Majtas" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Kaloje Skedën _Djathtas" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Ndihmë" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Lëndë" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Shfaq lëndë ndihme" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Rreth" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Zoom" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Shfaq Shtyllë _Menush" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Shfaq/fshih shtyllën e menusë" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Shfaq _Panelin" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Shfaq/fshih panelin" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Shfaq _Anë Dritaresh" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Shfaq/fshih zbukurime dritaresh" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Sa krejt ekrani" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Kalo në/dil nga mënyra “sa krejt ekrani”" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Vetëm-Për-Lexim" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Kalo në/dil nga mënyrë “vetëm për lexim”" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Kalo te Skeda 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Kalo te Skeda 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Kalo te Skeda 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Kalo te Skeda 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Kalo te Skeda 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Kalo te Skeda 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Kalo te Skeda 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Kalo te Skeda 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Kalo te Skeda 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Caktoni _Kodim" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Kujdes" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Ka ende procese në xhirim e sipër në disa skeda.\nMbyllja e kësaj dritareje do t’i asgjësojë krejt ata." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Kjo dritare ka %d skeda të hapura. Mbyllja e kësaj\ndritareje do të sjellë mbylljen e krejt skedave të saj." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Të mbyllen tërë skedat?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Ka ende një proces në xhirim e sipër.\nMbyllja e kësaj skede do ta asgjësojë atë." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Të mbyllet skeda?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Ka ende një proces në xhirim e sipër.\nMbyllja e kësaj dritareje do ta asgjësojë atë." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Të mbyllet dritarja?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Kopjoni Ç’jepet:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Jepni tekstin që duhet kopjuar te krejt skedat" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Kopjoni ç’jepet" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Titull:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Jepni titullin për skedën e çastit të terminalit" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Riktheje në fillimet" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Ndihmë" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Mbylle" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Zgjidhni ngjyrë titulli" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "S’u arrit të krijohej shprehje e rregullt" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Ruani lëndë…" -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Ruaje" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "S’u arrit të ruhej lëndë terminali" diff -Nru xfce4-terminal-0.9.1/po/sr.po xfce4-terminal-1.0.4/po/sr.po --- xfce4-terminal-0.9.1/po/sr.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/sr.po 2022-05-22 09:06:41.000000000 +0000 @@ -11,9 +11,9 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" -"Last-Translator: Xfce Bot \n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-22 19:43+0000\n" +"Last-Translator: Саша Петровић \n" "Language-Team: Serbian (http://www.transifex.com/xfce/xfce-apps/language/sr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -180,12 +180,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Не могу да забележим услугу терминала: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Неисправан низ геометрије „%s“\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Нисам успео да се повежем са управником заседања: %s\n" @@ -483,7 +483,7 @@ msgid "The child process was aborted." msgstr "Потпроцес је отказао." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "_Не питај ме поново" @@ -503,12 +503,12 @@ "commands may be executed." msgstr "Лепљење овог писма у терминал може бити опасно јер изгледа као да неке наредбе могу бити извршене." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Откажи" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_Убаци" @@ -619,7 +619,7 @@ msgstr "Примљени су неисправни подаци боје: Неисправан облик (%d) или дужина (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Нисам успео отворити адресу „%s“" @@ -637,389 +637,427 @@ msgstr "Прекидач падајућег терминала" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Датотека" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Отвори _лист" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Отворите нови лист терминала" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Отвори _терминал" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Отвара нови прозор терминала" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Поништи затварање листа" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Откачи лист" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Затвори л_ист" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Затвори остале листове" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Затвори _прозор" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Уређивање" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Умножи" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Умножите у оставу" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Умножи као ХТМЛ" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Умножи у оставу исечака као ХТМЛ" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Убаци из оставе" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "_Налепи заменом" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Убаци _изабрано" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "Налепи _Избор заменом" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Изабери _све" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Умножи _унос у све листове..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "_Поставке..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Отворите прозорче поставки" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "Пре_чице..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "Отвори прозорче пречица" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Преглед" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "У_већај" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Увећај са већим словоликом" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "Приближи заменом" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "У_мањи" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Умањи са смањивањем словолика" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "Умањи заменом" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Уобичајена величина" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Врати на подразумеване вредности увећања" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "_Уобичајена величина заменом" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Терминал" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_Постави наслов..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Постави _боју наслова..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Нађи..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Тражи садржај терминала" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Нађи следе_ће" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Нађи претходно" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Са_чувај садржаје..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Поново постави" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Очисти враћање и врати на почетне вредности" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "Л_истови" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Претходни лист" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Пребаците се на претходни лист" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Следећи лист" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Пребаците се на следећи лист" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Претходни _радни лист" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Пребаци на претходни радни лист" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Премести лист _лево" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Премести лист десно" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Помоћ" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Садржај" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Прикажите садржај помоћи" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_О програму" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Приближи" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Прикажи _изборник" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Прикажите или сакријте изборник" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Прикажи палету _алата" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Прикажите или сакријте палету алата" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Прикажи _ивице прозора" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Прикажите/сакријте украсе прозора" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Преко целог екана" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Искључите/укључите приказ преко целог екрана" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Само за читање" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Прекидач стања само за читање" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Клизај у _излазу" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Прекидач клизања на излазу" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Иди на лист 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Иди на лист 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Иди на лист 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Иди на лист 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Иди на лист 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Иди на лист 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Иди на лист 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Иди на лист 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Иди на лист 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Подеси кодирање" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Упозорење" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Још увек има покренутих обрада у неким листовима.\nЗатварање прозора ће их убити све." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Овај прозор има %d отворених листова. Затварање\nовог прозора ће такође затворити и све његове листове." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Да затворим све листове?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Још увек има покренутих обрада.\nЗатварање овог листа ће их убити све." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Затворити лист?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Још увек има покренутих обрада.\nЗатварање овог прозора ће их убити." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Затворити прозор?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Умножи _унос:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" -msgstr "Унеси натпис који ће се умножити у све лилстове" +msgstr "Унеси натпис који ће се умножити у све листове" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Умножи унос" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Наслов:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Унесите наслов тренутног листа терминала" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Поништи" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Помоћ" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Затвори" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Изабери боју наслова" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Нисам успео да направим регуларни израз" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Сачувај садржаје..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Сачувај" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Нисам успео сачувати садржаје терминала" @@ -1263,13 +1301,13 @@ #: ../terminal/terminal-preferences.glade.h:56 msgid "Enable _overlay scrolling (Requires Restart)" -msgstr "" +msgstr "Омогући _надслојно клизање (захтева препокретање)" #: ../terminal/terminal-preferences.glade.h:57 msgid "" "This option controls whether the scrollbar is drawn as an overlay (auto-" "hide) or not." -msgstr "" +msgstr "Ова могућност одређује да ли је клизна трака исцртана као надслој (самоскривајући) или није." #: ../terminal/terminal-preferences.glade.h:58 msgid "Scrolling" diff -Nru xfce4-terminal-0.9.1/po/sv.po xfce4-terminal-1.0.4/po/sv.po --- xfce4-terminal-0.9.1/po/sv.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/sv.po 2022-05-22 09:06:41.000000000 +0000 @@ -6,15 +6,15 @@ # Arve Eriksson <031299870@telia.com>, 2017,2019-2020 # Daniel Nylander , 2008 # Jens Hagerman , 2006 -# Luna Jernberg , 2020-2021 +# Luna Jernberg , 2020-2022 # Påvel Nicklasson, 2015 msgid "" msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" -"Last-Translator: Xfce Bot \n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-13 17:10+0000\n" +"Last-Translator: Luna Jernberg \n" "Language-Team: Swedish (http://www.transifex.com/xfce/xfce-apps/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -181,12 +181,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Det gick inte att registrera terminaltjänsten: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Ogiltig geometristräng: \"%s\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Det gick inte att ansluta till sessionshanterare: %s\n" @@ -484,7 +484,7 @@ msgid "The child process was aborted." msgstr "Barnprocessen avbröts." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "Fråga mig _inte igen" @@ -504,12 +504,12 @@ "commands may be executed." msgstr "Kllistra in denna text till terminalen kan vara farligt eftersom det ser ut som att vissa kommandon kan köras." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Avbryt" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "Klistra _in" @@ -620,7 +620,7 @@ msgstr "Tog emot felaktigt färgdata: Felaktigt format (%d) eller längd (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Misslyckades med att öppna URL '%s'" @@ -638,389 +638,427 @@ msgstr "Växla Drop-down terminal" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Arkiv" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Ny _flik" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Öppna en ny terminalflik" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Öppna T_erminal" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Öppna ett nytt terminalfönster" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Ångra Stäng flik" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Frigör flik" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Stäng fl_ik" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Stäng andra flik_ar" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Stäng f_önster" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "R_edigera" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Kopiera" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Kopiera till urklipp" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Kopiera som _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Kopiera till urklipp som HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Klistra in från urklipp" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "_Klistra in Alt" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Klistra in _markering" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "Klistra in _markering Alt" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Välj _alla" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Kopiera _Inmatning till alla flikar..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "Inställninga_r..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Öppna dialogrutan inställningar" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "Gen_vägar..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "Öppna dialogrutan genvägar" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Visa" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Zooma _in" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Zooma in med större teckensnitt" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "Zooma in Alt" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "Z_ooma ut" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Zooma ut med mindre teckensnitt" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "Zooma ut Alt" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Normal storlek" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Zooma till standardstorlek" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "_Normal storlek Alt" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Terminal" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "A_nge namn..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Ange tite_lfärg..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "S_ök..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Sök terminalinnehåll" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Sök n_ästa" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Sök Föreg_ående" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "S_para Innehåll..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "_Återställ" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Rensa Rullningsfält och återställ" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "Flik_ar" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Föregående flik" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Växla till föregående flik" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Nästa flik" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Växla till nästa flik" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Senast _aktiv flik" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Växla till senast aktiv flik" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Flytta till flik åt _vänster" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Flytta till flik åt _höger" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Hjälp" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Innehåll" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Visa hjälpinnehåll" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Om" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Zooma" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Visa _menyrad" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Visa/dölj menyraden" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Visa verk_tygsrad" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Visa/dölj verktygsraden" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Visa fönster_kanter" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Visa/dölj fönsterdekorationer" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Fullskärmsläge" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Växla fullskärmsläge" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "Sk_risvskyddad" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Växla skrivskyddat läge" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Rulla vid _utmatning" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Växla rullning vid utmatning" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Gå till flik 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Gå till flik 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Gå till flik 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Gå till flik 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Gå till flik 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Gå till flik 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Gå till flik 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Gå till flik 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Gå till flik 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Ställ in _kodning" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Varning" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Det finns fortfarande processor som körs på några flikar.\nAtt stänga detta fönster kommer att döda dem alla." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Det här fönstret har %d flikar öppna. Att stänga fönstret\nkommer också att stänga alla dess flikar." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Stäng alla flikar?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "En process körs fortfarande\nStänga denna flik kommer att döda den." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Stäng flik?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Det finns fortfarande en process som körs.\nAtt stänga detta fönster kommer att döda den." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Stäng fönster?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Kopiera _Inmatning:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Ange texten som ska kopieras till alla flikar" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "kopiera inmatning" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Namn:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Ange namn för den aktiva terminalfliken" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Återställ" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Hjälp" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Stäng" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Välj titelfärg" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Det gick inte att skapa det reguljära uttrycket" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Spara innehåll..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Spara" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Det gick inte att spara terminalinnehåll" diff -Nru xfce4-terminal-0.9.1/po/th.po xfce4-terminal-1.0.4/po/th.po --- xfce4-terminal-0.9.1/po/th.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/th.po 2022-05-22 09:06:41.000000000 +0000 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-12 11:52+0000\n" "Last-Translator: Xfce Bot \n" "Language-Team: Thai (http://www.transifex.com/xfce/xfce-apps/language/th/)\n" "MIME-Version: 1.0\n" @@ -178,12 +178,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "ไม่สามารถลงทะเบียนบริการเทอร์มินัลได้: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "สตริงข้อกำหนดเรขาคณิต \"%s\" ไม่ถูกต้อง\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "ติดต่อกับโปรแกรมจัดการวาระไม่สำเร็จ: %s\n" @@ -481,7 +481,7 @@ msgid "The child process was aborted." msgstr "โพรเซสลูกถูกยกเลิกการทำงาน" -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "ไ_ม่ต้องถามคำถามนี้อีก" @@ -501,12 +501,12 @@ "commands may be executed." msgstr "" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_ยกเลิก" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "_แปะ" @@ -617,7 +617,7 @@ msgstr "ได้รับข้อมูลสีที่ไม่ถูกต้อง: ฟอร์แมต (%d) หรือความยาว (%d) ผิด\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "เปิด URL '%s' ไม่สำเร็จ" @@ -635,389 +635,427 @@ msgstr "เปิด-ปิดเทอร์มินัลทิ้งตัว" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "แ_ฟ้ม" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "เปิดแท็_บ" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "เปิดแท็บเทอร์มินัลใหม่" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "เปิดเทอร์มินั_ล" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "เปิดหน้าต่างเทอร์มินัลใหม่" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "เ_รียกคืนแท็บที่ปิดไป" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "แ_ยกแท็บ" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "ปิดแ_ท็บ" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "ปิดแท็บ_อื่นๆ" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "ปิด_หน้าต่าง" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "แ_ก้ไข" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_คัดลอก" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "คัดลอกไปยังคลิปบอร์ด" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "คัดลอกเป็น _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "คัดลอกไปยังคลิปบอร์ดในรูปแบบ HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "แปะจากคลิปบอร์ด" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "แปะสิ่งที่เ_ลือก" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "เลือก_ทั้งหมด" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "คัดลอกข้อความที่ป้อ_นไปยังทุกแท็บ..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "_ปรับแต่ง..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "เปิดกล่องโต้ตอบปรับแต่ง" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "มุ_มมอง" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "ซูมเ_ข้า" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "ซูมเข้าโดยใช้ตัวอักษรขนาดใหญ่ขึ้น" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "ซูม_ออก" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "ซูมออกโดยใช้ตัวอักษรขนาดเล็กลง" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "ขนาด_ปกติ" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "ซูมโดยใช้ขนาดตัวอักษรปกติ" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "เ_ทอร์มินัล" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "_กำหนดชื่อเทอร์มินัล..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "กำหนดสีขอ_งชื่อเทอร์มินัล..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_หา..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "ค้นเนื้อหาเทอร์มินัล" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "หา_ถัดไป" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "หา_ก่อนหน้า" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "_บันทึกเนื้อหา..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "ล้าง_สถานะ" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "ล้าง_ข้อมูลบนจอและล้างสถานะ" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "แท็_บ" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "แท็บ_ก่อนหน้า" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "เปลี่ยนไปยังแท็บก่อนหน้า" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "แท็บ_ถัดไป" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "เปลี่ยนไปยังแท็บถัดไป" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "แท็บที่ใช้งาน_ล่าสุด" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "เปลี่ยนไปยังแท็บที่ใช้งานล่าสุด" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "ย้ายแท็บไปทางซ้า_ย" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "ย้ายแท็บไปทาง_ขวา" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_วิธีใช้" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "เนื้อ_หา" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "แสดงเนื้อหาคู่มือวิธีใช้" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "เ_กี่ยวกับ" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "ซู_ม" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "แสดงแถบ_เมนู" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "แสดง/ซ่อนแถบเมนู" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "แสดงแถบเ_ครื่องมือ" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "แสดง/ซ่อนแถบเครื่องมือ" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "แสดง_ขอบหน้าต่าง" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "แสดง/ซ่อนการตกแต่งขอบหน้าต่าง" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "เ_ต็มจอ" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "เปิด/ปิดการแสดงผลแบบเต็มจอ" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_อ่านอย่างเดียว" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "เปิด-ปิดโหมดการอ่านอย่างเดียว" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "เลื่อนจอเมื่อมี_ข้อความใหม่" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "เปิด-ปิดการเลื่อนจอเมื่อมีข้อความใหม่" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "กำหนด_รหัสอักขระ" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "คำเตือน" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "ยังคงมีโพรเซสทำงานอยู่ในบางแท็บ\nการปิดหน้าต่างนี้จะเป็นการฆ่าโพรเซสเหล่านั้นทั้งหมด" #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "หน้าต่างนี้มีแท็บเปิดอยู่ %d แท็บ การปิดหน้าต่างนี้\nจะเป็นการปิดแท็บทั้งหมดของหน้าต่างด้วย" -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "ปิดแท็บทั้งหมดหรือไม่?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "ยังคงมีโพรเซสหนึ่งทำงานอยู่\nถ้าปิดแท็บนี้ โพรเซสดังกล่าวก็จะถูกฆ่าด้วย" -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "ปิดแท็บหรือไม่?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "ยังคงมีโพรเซสหนึ่งทำงานอยู่\nถ้าปิดหน้าต่างนี้ โพรเซสดังกล่าวก็จะถูกฆ่าด้วย" -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "ปิดหน้าต่างหรือไม่?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "_ข้อความที่จะคัดลอก:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "ป้อนข้อความที่จะคัดลอกไปยังทุกแท็บ" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "คัดลอกข้อความ" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_ชื่อ:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "ป้อนชื่อของแท็บปัจจุบันของเทอร์มินัล" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "คืนค่าเดิม" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "วิธีใช้" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "ปิด" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "เลือกสีของชื่อ" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "สร้างนิพจน์เรกิวลาร์ไม่สำเร็จ" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "บันทึกเนื้อหา..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_บันทึก" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "บันทึกเนื้อหาเทอร์มินัลไม่สำเร็จ" diff -Nru xfce4-terminal-0.9.1/po/tr.po xfce4-terminal-1.0.4/po/tr.po --- xfce4-terminal-0.9.1/po/tr.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/tr.po 2022-05-22 09:06:41.000000000 +0000 @@ -4,9 +4,9 @@ # # Translators: # Ayhan YALÇINSOY , 2010 -# Demiray Muhterem , 2018-2019,2021 +# Demiray Muhterem , 2018-2019,2021-2022 # Demiray Muhterem , 2018 -# Emin Tufan Çetin , 2020-2021 +# Emin Tufan Çetin , 2020-2022 # Emin Tufan Çetin , 2020 # Faruk Uzun , 2013 # Gökmen Görgen , 2008 @@ -19,9 +19,9 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" -"Last-Translator: Xfce Bot \n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2013-07-03 18:42+0000\n" +"Last-Translator: Emin Tufan Çetin , 2020-2022\n" "Language-Team: Turkish (http://www.transifex.com/xfce/xfce-apps/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -188,12 +188,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "%s uçbirim hizmeti kayıt edilmiyor.\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Geçersiz geometri dizgesi \"%s\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Oturum yöneticisine bağlanılamadı: %s\n" @@ -320,7 +320,7 @@ msgid "" "Option \"--execute/-x\" requires specifying the command to run on the rest " "of the command line separated from \"--execute/-x\"" -msgstr "\"--execute/-x\" seçeneği, komut satırının geri kalanında çalışacak komutun \"--execute/-x\" öğesinden ayrılmasını gerektirir." +msgstr "\"--execute/-x\" seçeneği, komut satırının geri kalanında çalışacak komutun \"--execute/-x\" ögesinden ayrılmasını gerektirir." #: ../terminal/terminal-options.c:301 #, c-format @@ -491,13 +491,13 @@ msgid "The child process was aborted." msgstr "Çocuk süreç iptal edildi." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "Yeniden _sorma" #: ../terminal/terminal-screen.c:1796 msgid "Warning: Potentially Unsafe Paste" -msgstr "Uyarı: Potansiyel Olarak Riskli Yapıştırma" +msgstr "Uyarı: Olası Güvensiz Yapıştırma" #: ../terminal/terminal-screen.c:1799 msgid "" @@ -509,14 +509,14 @@ msgid "" "Pasting this text to the terminal may be dangerous as it looks like some " "commands may be executed." -msgstr "Bu metni terminale yapıştırmak, bazı komutlar yürütülebilir gibi göründüğü için tehlikeli olabilir." +msgstr "Bu metni uçbirime yapıştırmak, bazı komutlar yürütülebilir gibi göründüğü için tehlikeli olabilir." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_İptal" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "Ya_pıştır" @@ -627,7 +627,7 @@ msgstr "Hatalı renk verisi alındı: Hatalı biçim (%d) veya uzunluk (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "`%s' bağlantı adresi açılamadı" @@ -645,389 +645,427 @@ msgstr "Açılır-Kapanır Uçbirimi Aç/Kapat" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Dosya" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "_Sekme Aç" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Yeni bir uçbirim sekmesi aç" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "_Uçbirim Aç" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Yeni uçbirim penceresi aç" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "Kapatılan Sekmeyi _Geri Al" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "Sekmeyi _Ayır" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Sekmeyi K_apat" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Diğer _Sekmeleri Kapat" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Pencereyi _Kapat" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "_Düzenle" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Kopyala" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Panoya koypala" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "_HTML olarak kopyala" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Panoya HTML olarak kopyala" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Panodan yapıştır" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" -msgstr "_Alt Yapıştır" +msgstr "_Yapıştır Alt" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "_Seçileni Yapıştır" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" -msgstr "_Seçimi Alt Yapıştır" +msgstr "_Seçimi Yapıştır Alt" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "_Tümünü Seç" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "_Girdiyi Tüm Sekmelere Kopyala..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "_Özellikler..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Tercihler penceresini aç" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." -msgstr "" +msgstr "Kısa_yollar..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" -msgstr "" +msgstr "Kısayollar iletişim kutusunu aç" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Görünüm" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "_Yakınlaştır" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Daha büyük yazı tipi ile görüntüle" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" -msgstr "Alt Yakınlaştır" +msgstr "Yakınlaştır Alt" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "_Uzaklaştır" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Daha küçük yazı tipi ile görüntüle" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" -msgstr "Alt Uzaklaştır" +msgstr "Uzaklaştır Alt" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Normal Boyut" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Öntanımlı boyuta döndür" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" -msgstr "_Normal Boyut Alt" +msgstr "_Olağan Boyut Alt" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Uçbirim" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "Başlığı _Ayarla..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Başlık _Rengini Ayarla..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Bul..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Uçbirim içeriklerini ara" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Sonrakini B_ul" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Ö_ncekini Bul" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "İçeriği Ko_pyala..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "Sıfı_rla" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "Geri Kaydırmayı _Temizle ve Sıfırla" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "S_ekmeler" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "_Önceki Sekme" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Önceki sekmeye atla" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Sonraki Sekme" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Sonraki sekmeye atla" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Son _Etkin Sekme" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Son etkin sekmeye geç" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Sekmeyi So_la Taşı" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Sekmeyi _Sağa Taşı" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Yardım" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_İçerikler" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Yardım içeriğini göster" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "H_akkında" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Yakınlaştır" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "_Menü Çubuğunu Göster" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Menü çubuğunu göster/gizle" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "_Araç Çubuğunu Göster" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Araç çubuğununu göster/gizle" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Pencere _Sınırlarını Göster" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Pencere dekorasyonunu gizle/göster" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "_Tam Ekran" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Tam ekran kipine geç" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Salt Okunur" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Salt okunur kipe geç" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "_Çıktıyı Kaydır" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Çıktıyı kaydırma kipine geç" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "Sekme 1'e git" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "Sekme 2'ye git" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "Sekme 3'e git" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "Sekme 4'e git" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "Sekme 5'e git" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "Sekme 6'ya git" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "Sekme 7'ye git" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "Sekme 8'e git" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "Sekme 9'a git" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Karakter _Kodlamasını Ayarla" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Uyarı" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Diğer sekmelerde çalışan süreçler var.\nBu pencereyi kapatmak onları da sonlandıracaktır." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "Bu pencere açık %d sekme içeriyor. Bu pencereyi kapatmak\ntüm sekmeleri de kapatacak." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Tüm sekmeler kapatılsın mı?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Çalışan süreç var.\nBu sekmeyi kapatmak onu da sonlandıracaktır." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Sekme kapatılsın mı?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Çalışan süreç var.\nBu pencereyi kapatmak onu da sonlandıracaktır." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Pencere kapatılsın mı?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Girdiyi _Kopyala:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Tüm sekmelere kopyalanacak metni girin" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Girdiyi kopyala" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Başlık:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Aktif uçbirim sekmesine başlık gir" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Sıfırla" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Yardım" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Kapat" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Başlık rengini seç" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Düzenli ifade oluşturulamadı" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "İçeriği kopyala..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Kaydet" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Uçbirim içerikleri kaydedilemedi" @@ -1053,11 +1091,11 @@ #: ../terminal/terminal-preferences.glade.h:6 msgid "Paste Clipboard" -msgstr "" +msgstr "Panodan Yapıştır" #: ../terminal/terminal-preferences.glade.h:7 msgid "Paste Selection" -msgstr "" +msgstr "Seçimi Yapıştır" #: ../terminal/terminal-preferences.glade.h:8 msgid "Disabled" @@ -1271,13 +1309,13 @@ #: ../terminal/terminal-preferences.glade.h:56 msgid "Enable _overlay scrolling (Requires Restart)" -msgstr "" +msgstr "_Kaplama kaydırmayı etkinleştir (Yeniden Başlatmayı Gerektirir)" #: ../terminal/terminal-preferences.glade.h:57 msgid "" "This option controls whether the scrollbar is drawn as an overlay (auto-" "hide) or not." -msgstr "" +msgstr "Bu seçenek, kaydırma çubuğunun bir kaplama (kendiliğinden gizle) olarak çizilip çizilmediğini denetler." #: ../terminal/terminal-preferences.glade.h:58 msgid "Scrolling" @@ -1863,7 +1901,7 @@ #: ../terminal/terminal-preferences.glade.h:202 msgid "Right click action: " -msgstr "" +msgstr "Sağ tıklama eylemi:" #: ../terminal/terminal-preferences.glade.h:203 msgid "Misc" diff -Nru xfce4-terminal-0.9.1/po/uk.po xfce4-terminal-1.0.4/po/uk.po --- xfce4-terminal-0.9.1/po/uk.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/uk.po 2022-05-22 09:06:41.000000000 +0000 @@ -3,6 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Andrii Protsun , 2022 # Dmitry Nikitin , 2008 # dsafsadf , 2016-2017,2021 # Maxim Dziumanenko , 2006 @@ -14,9 +15,9 @@ msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-02 11:52+0000\n" -"Last-Translator: Xfce Bot \n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-02-12 03:46+0000\n" +"Last-Translator: Andrii Protsun \n" "Language-Team: Ukrainian (http://www.transifex.com/xfce/xfce-apps/language/uk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -163,15 +164,15 @@ #: ../terminal/main.c:214 msgid "Nick Schermer ," -msgstr "" +msgstr "Nick Schermer ," #: ../terminal/main.c:215 msgid "Igor Zakharov ," -msgstr "" +msgstr "Igor Zakharov ," #: ../terminal/main.c:216 msgid "Sergios - Anestis Kefalidis ." -msgstr "" +msgstr "Sergios - Anestis Kefalidis ." #: ../terminal/main.c:217 #, c-format @@ -183,12 +184,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "Не вдається зареєструвати службу терміналу: %s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "Неправильний рядок геометрії \"%s\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "Не вдалося підключитися до менеджера сеансів: %s\n" @@ -315,7 +316,7 @@ msgid "" "Option \"--execute/-x\" requires specifying the command to run on the rest " "of the command line separated from \"--execute/-x\"" -msgstr "" +msgstr "Параметр \"--execute/-x\" необхідно вказати команду для виконання в решті командного рядка, окремо від \"--execute/-x\"" #: ../terminal/terminal-options.c:301 #, c-format @@ -415,7 +416,7 @@ #: ../terminal/terminal-options.c:623 #, c-format msgid "Unknown option \"-%c\"" -msgstr "" +msgstr "Невідомий параметр \"-%c\"" #: ../terminal/terminal-options.c:626 #, c-format @@ -440,23 +441,23 @@ #: ../terminal/terminal-screen.c:243 msgid "Do not disable dialog" -msgstr "" +msgstr "Не вимикати вікно" #: ../terminal/terminal-screen.c:244 msgid "Disable for 5 minutes" -msgstr "" +msgstr "Вимкнути на 5 хв" #: ../terminal/terminal-screen.c:245 msgid "Disable for 15 minutes" -msgstr "" +msgstr "Вимкнути на 15 хв" #: ../terminal/terminal-screen.c:246 msgid "Disable until program restart" -msgstr "" +msgstr "Вимкнути до перезавантаження програми" #: ../terminal/terminal-screen.c:247 msgid "Disable dialog (can be re-enabled in the Preferences)" -msgstr "" +msgstr "Вимкнути діалогове вікно (може бути ввімкнуте в Парамерах)" #: ../terminal/terminal-screen.c:490 ../terminal/terminal-screen.c:871 #: ../terminal/terminal-screen.c:2383 @@ -486,13 +487,13 @@ msgid "The child process was aborted." msgstr "Дочірній процес був перерваний." -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "_Не питати знову" #: ../terminal/terminal-screen.c:1796 msgid "Warning: Potentially Unsafe Paste" -msgstr "" +msgstr "Увага: Потенційно Небезпечна Вставка" #: ../terminal/terminal-screen.c:1799 msgid "" @@ -504,14 +505,14 @@ msgid "" "Pasting this text to the terminal may be dangerous as it looks like some " "commands may be executed." -msgstr "" +msgstr "Вставка цього тексту в термінал може бути небезпечною, оскільки схоже, що деякі команди можуть бути виконані." -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "_Скасувати" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "Вст_авити" @@ -622,7 +623,7 @@ msgstr "Отримано некоректні дані про колір: неправильний формат (%d) чи довжина (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "Помилка при відкритті посилання URL '%s'" @@ -640,389 +641,427 @@ msgstr "Включити вигулькний термінал" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "_Файл" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "Відкрити в_кладку" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "Відкрити нову вкладку терміналу" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "Відкрити _термінал" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "Відкрити нове вікно терміналу" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "_Скасувати Закрити Вкладку" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "_Відкріпити вкладку" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "Закрити _вкладку" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "Закрити _інші вкладки" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "Закрити ві_кно" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "З_міни" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "_Копіювати" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "Скопіювати у буфер обміну" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "Скопіювати як _HTML" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "Скопіювати в буфер обміну як HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "Вставити з буферу обміну" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" -msgstr "" +msgstr "_Вставка Alt" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "Вставити вибра_не" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" -msgstr "" +msgstr "Вставка _Виділення Alt" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "Позначити _все" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "Скопіювати _ввід на всі вкладки " -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "_Параметри" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "Відкрити діалог налаштування" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." -msgstr "" +msgstr "Ярлики..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" -msgstr "" +msgstr "Відкрити вікно ярликів" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "_Вигляд" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "Збіль_шити" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "Збільшення за допомогою більшого шрифта" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" -msgstr "" +msgstr "Збільшити в Alt" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "З_меншити" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "Зменшення за допомогою меншого шрифта" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" -msgstr "" +msgstr "Зменшити в Alt" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "_Нормальний розмір" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "Відновити типовий розмір" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" -msgstr "" +msgstr "_Нормальний Розмір Alt" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "_Термінал" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "Встанов_ити заголовок..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "Встановлення ко_льору назви..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "_Знайти..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "Пошук у змісті терміналу" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "Знайти _наступне" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "Знайти _попереднє" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "Збе_регти вміст..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "Скин_ути" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "_Очистити прокрутку і скинути на типове" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "В_кладки" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "Поп_ередня вкладка" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "Перейти на попередню вкладку" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "_Наступна вкладка" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "Перейти на наступну вкладку" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "Остання _активна вкладка" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "Перемкнутися на останню активну вкладку" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "Пересунути вкладку _вліво" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "Пересунути вкладку в_право" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "_Довідка" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "_Зміст" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "Показати зміст довідки" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "_Про програму" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "_Масштаб" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "Показувати панель _меню" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "Показати чи сховати панель меню" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "Показувати панель" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "Показати/сховати панель" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "Показувати _рамки вікон" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "Показати чи приховати рамки навколо вікон" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "На весь _екран" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "Перемикання повноекранного режиму" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "_Лише для читання" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "Переключити режим лише для читання" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "Про_кручувати при виводі" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "Включити прокручування при виводі" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "До вкладки 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "До вкладки 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "До вкладки 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "До вкладки 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "До вкладки 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "До вкладки 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "До вкладки 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "До вкладки 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "До вкладки 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "Встановити _кодування " -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "Попередження" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "Існують запущені процеси у вкладках.\nЗамикання цього вікна знищить їх всі." #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "У вікні відкрито %d вкладок. Закриття вікна\nпризведе до закриття усіх його вкладок." -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "Закрити усі вкладки?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "Існує запущений процес.\nЗамикання цієї вкладки знищить його." -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "Закрити вкладку?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "Існує запущений процес.\nЗамикання цього вікна знищить його." -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "Закрити вікно?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "Скопіювати вв_ід:" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "Введіть текст для копіювання на всіх вкладках" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "Скопіювати ввід:" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "_Назва:" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "Введіть заголовок поточної вкладки" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "Скинути" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "Допомога" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "Закрити" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "Вибір кольору назви" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "Неможливо створити регулярний вираз" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "Зберегти вміст..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "_Зберегти" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "Не вдалося зберегти вміст терміналу" @@ -1048,11 +1087,11 @@ #: ../terminal/terminal-preferences.glade.h:6 msgid "Paste Clipboard" -msgstr "" +msgstr "Всавити з буфера" #: ../terminal/terminal-preferences.glade.h:7 msgid "Paste Selection" -msgstr "" +msgstr "Вставити виділення" #: ../terminal/terminal-preferences.glade.h:8 msgid "Disabled" @@ -1116,7 +1155,7 @@ #: ../terminal/terminal-preferences.glade.h:23 msgid "Filled" -msgstr "" +msgstr "Заповнений" #: ../terminal/terminal-preferences.glade.h:24 msgid "Block" @@ -1266,13 +1305,13 @@ #: ../terminal/terminal-preferences.glade.h:56 msgid "Enable _overlay scrolling (Requires Restart)" -msgstr "" +msgstr "Увімкнути прокрутку _overlay (потрібно перезавантажити)" #: ../terminal/terminal-preferences.glade.h:57 msgid "" "This option controls whether the scrollbar is drawn as an overlay (auto-" "hide) or not." -msgstr "" +msgstr "Ця опція керує тим, чи буде намальована смуга прокрутки як накладання (автоматичне приховування) чи ні." #: ../terminal/terminal-preferences.glade.h:58 msgid "Scrolling" @@ -1858,7 +1897,7 @@ #: ../terminal/terminal-preferences.glade.h:202 msgid "Right click action: " -msgstr "" +msgstr "Дія правою кнопкою миші:" #: ../terminal/terminal-preferences.glade.h:203 msgid "Misc" diff -Nru xfce4-terminal-0.9.1/po/zh_CN.po xfce4-terminal-1.0.4/po/zh_CN.po --- xfce4-terminal-0.9.1/po/zh_CN.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/zh_CN.po 2022-05-22 09:06:41.000000000 +0000 @@ -15,17 +15,18 @@ # Xiaobo Zhou , 2017-2018 # Xiaobo Zhou , 2018 # 玉堂白鹤 , 2014 +# YuHeng Chou , 2022 # Xiaobo Zhou , 2013 # Xiaobo Zhou , 2014 # 张诚 , 2017 -# 玉堂白鹤 , 2016-2021 +# 玉堂白鹤 , 2016-2022 msgid "" msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-04 10:08+0000\n" -"Last-Translator: Haoyu Qiu\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-03-01 04:55+0000\n" +"Last-Translator: 玉堂白鹤 \n" "Language-Team: Chinese (China) (http://www.transifex.com/xfce/xfce-apps/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -75,7 +76,7 @@ #: ../terminal/main.c:109 msgid "General Options" -msgstr "一般选项" +msgstr "通用选项" #. parameter of --default-display #. parameter of --display @@ -192,12 +193,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "未能注册终端服务:%s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "无效的几何属性字符串 “%s”\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "无法连接到会话管理器:%s\n" @@ -495,7 +496,7 @@ msgid "The child process was aborted." msgstr "子进程已被终止。" -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "不再询问(_N)" @@ -515,12 +516,12 @@ "commands may be executed." msgstr "将此文本粘贴到终端可能有存在危险,因为它看起来像会执行某些命令。" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "取消(_C)" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "粘贴(_P)" @@ -631,7 +632,7 @@ msgstr "收到了无效的颜色数据:错误的格式(%d)或长度(%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "无法打开 URL “%s”" @@ -649,389 +650,427 @@ msgstr "切换下拉终端" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "文件(_F)" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "打开标签(_T)" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "打开新的终端标签" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "打开终端(_E)" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "打开新的终端窗口" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "撤销关闭标签(_U)" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "分离标签(_D)" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "关闭标签(_A)" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "关闭其他标签(_B)" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "关闭窗口(_W)" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "编辑(_E)" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "复制(_C)" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "复制至剪贴板" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "复制为 HTML(_H)" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "以 HTML 形式复制到剪贴板 " -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "从剪贴板粘贴" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "粘贴 Alt(_P)" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "粘贴所选内容(_S)" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "粘贴所选内容 Alt(_S)" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "全选(_A)" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "复制输入到所有标签页(_I)…" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "首选项...(_E)" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "打开终端首选项对话框" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "快捷键(_C)..." -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "打开快捷键对话框" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "视图(_V)" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "放大(_I)" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "放大并增大字号" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "放大 Alt" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "缩小(_O)" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "缩小并减小字号" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "缩小 Alt" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "正常大小(_N)" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "缩放到默认大小" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "正常大小 Alt(_N)" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "终端(_T)" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "设置标题(_S)..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "设置标题颜色(_L)..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "查找..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "搜索终端内容" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "查找下一个(_X)" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "查找上一个(_V)" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "保存内容至(_V)..." -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "重置(_R)" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "清除屏幕回滚并重置(_C)" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "标签(_A)" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "上一标签(_P)" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "切换至上一个标签" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "下一标签(_N)" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "切换至下一个标签" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "最后的活动标签(_A)" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "切换至最后的活动标签" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "左移标签(_L)" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "右移标签(_R)" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "帮助(_H)" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "内容(_C)" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "显示帮助内容" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "关于(_A)" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "缩放(_Z)" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "显示菜单栏(_M)" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "显示/隐藏菜单栏" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "显示工具栏(_T)" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "显示/隐藏工具栏" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "显示窗口边框(_B)" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "显示/隐藏窗口修饰" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "全屏(_F)" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "切换全屏模式" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "只读(_R)" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "切换只读模式" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "输出时滚动(_O)" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "切换输出时滚动" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "转到标签 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "转到标签 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "转到标签 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "转到标签 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "转到标签 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "转到标签 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "转到标签 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "转到标签 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "转到标签 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "设置编码(_E)" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "警告" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "仍有一些进程在一些标签页中运行。\n关闭该窗口以将其全部杀死。" #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "窗口有 %d 个标签打开。\n关闭此窗口也会关闭其所有的标签页。" -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "关闭所有标签?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "仍有一个进程运行中。\n关闭该标签来杀死它。" -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "关闭标签?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "仍有一个进程运行中。\n关闭该窗口来杀死它" -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "关闭窗口?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "复制输入(_I):" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "输入的文本复制到所有标签页" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "复制输入" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "标题(_T):" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "输入当前终端标签的标题" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "重置" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "帮助" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "关闭" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "选择标题颜色" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "无法创建正则表达式" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "保存内容至..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "保存(_S)" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "保存终端内容失败" @@ -1605,7 +1644,7 @@ #: ../terminal/terminal-preferences.glade.h:136 msgid "General" -msgstr "一般" +msgstr "通用" #: ../terminal/terminal-preferences.glade.h:137 msgid "B_old text color:" diff -Nru xfce4-terminal-0.9.1/po/zh_TW.po xfce4-terminal-1.0.4/po/zh_TW.po --- xfce4-terminal-0.9.1/po/zh_TW.po 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/po/zh_TW.po 2022-05-22 09:06:41.000000000 +0000 @@ -7,13 +7,13 @@ # 黃柏諺 , 2016-2019 # Walter Cheuk , 2013-2014 # 黃柏諺 , 2014 -# 黃柏諺 , 2020-2021 +# 黃柏諺 , 2020-2022 msgid "" msgstr "" "Project-Id-Version: Xfce Apps\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 12:52+0100\n" -"PO-Revision-Date: 2021-12-03 01:33+0000\n" +"POT-Creation-Date: 2022-01-12 12:52+0100\n" +"PO-Revision-Date: 2022-01-13 02:15+0000\n" "Last-Translator: 黃柏諺 \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/xfce/xfce-apps/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -181,12 +181,12 @@ msgid "Unable to register terminal service: %s\n" msgstr "無法註冊終端機服務:%s\n" -#: ../terminal/terminal-app.c:920 +#: ../terminal/terminal-app.c:927 #, c-format msgid "Invalid geometry string \"%s\"\n" msgstr "無效的幾何字串 \"%s\"\n" -#: ../terminal/terminal-app.c:1000 +#: ../terminal/terminal-app.c:1007 #, c-format msgid "Failed to connect to session manager: %s\n" msgstr "連線至工作階段管理員時失敗:%s\n" @@ -484,7 +484,7 @@ msgid "The child process was aborted." msgstr "子行程已被中斷。" -#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:890 +#: ../terminal/terminal-screen.c:1482 ../terminal/terminal-window.c:901 msgid "Do _not ask me again" msgstr "不要再問我(_n)" @@ -504,12 +504,12 @@ "commands may be executed." msgstr "將此文字貼上至終端機中可能有危險,因為它看起來可能會執行某些指令。" -#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:813 -#: ../terminal/terminal-window.c:2223 +#: ../terminal/terminal-screen.c:1814 ../terminal/terminal-window.c:824 +#: ../terminal/terminal-window.c:2279 msgid "_Cancel" msgstr "取消(_C)" -#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:335 +#: ../terminal/terminal-screen.c:1821 ../terminal/terminal-window.c:336 msgid "_Paste" msgstr "貼上(_P)" @@ -620,7 +620,7 @@ msgstr "收到無效的顏色資料:錯誤的格式(%d) 或長度 (%d)\n" #. tell the user that we were unable to open the responsible application -#: ../terminal/terminal-widget.c:762 +#: ../terminal/terminal-widget.c:754 #, c-format msgid "Failed to open the URL '%s'" msgstr "無法開啟網址「%s」" @@ -638,389 +638,427 @@ msgstr "切換下拉式終端機" #. Use old accelerator paths for backwards compatibility -#: ../terminal/terminal-window.c:322 +#: ../terminal/terminal-window.c:323 msgid "_File" msgstr "檔案(_F)" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open _Tab" msgstr "開啟分頁(_T)" -#: ../terminal/terminal-window.c:323 +#: ../terminal/terminal-window.c:324 msgid "Open a new terminal tab" msgstr "開啟新的終端機分頁" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open T_erminal" msgstr "開啟終端機(_E)" -#: ../terminal/terminal-window.c:324 +#: ../terminal/terminal-window.c:325 msgid "Open a new terminal window" msgstr "開啟新的終端機視窗" -#: ../terminal/terminal-window.c:325 +#: ../terminal/terminal-window.c:326 msgid "_Undo Close Tab" msgstr "復原關閉分頁(_U)" -#: ../terminal/terminal-window.c:326 +#: ../terminal/terminal-window.c:327 msgid "_Detach Tab" msgstr "脫離分頁(_D)" -#: ../terminal/terminal-window.c:327 ../terminal/terminal-window.c:854 +#: ../terminal/terminal-window.c:328 ../terminal/terminal-window.c:865 msgid "Close T_ab" msgstr "關閉分頁(_A)" -#: ../terminal/terminal-window.c:328 +#: ../terminal/terminal-window.c:329 msgid "Close Other Ta_bs" msgstr "關閉其他分頁(_B)" -#: ../terminal/terminal-window.c:329 ../terminal/terminal-window.c:861 +#: ../terminal/terminal-window.c:330 ../terminal/terminal-window.c:872 msgid "Close _Window" msgstr "關閉視窗(_W)" -#: ../terminal/terminal-window.c:330 +#: ../terminal/terminal-window.c:331 msgid "_Edit" msgstr "編輯(_E)" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "_Copy" msgstr "複製(_C)" -#: ../terminal/terminal-window.c:331 +#: ../terminal/terminal-window.c:332 msgid "Copy to clipboard" msgstr "複製到剪貼簿" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy as _HTML" msgstr "複製為 HTML (_H)" -#: ../terminal/terminal-window.c:333 +#: ../terminal/terminal-window.c:334 msgid "Copy to clipboard as HTML" msgstr "複製到剪貼簿為 HTML" -#: ../terminal/terminal-window.c:335 +#: ../terminal/terminal-window.c:336 msgid "Paste from clipboard" msgstr "從剪貼簿貼上" -#: ../terminal/terminal-window.c:336 +#: ../terminal/terminal-window.c:337 msgid "_Paste Alt" msgstr "貼上 Alt(_P)" -#: ../terminal/terminal-window.c:337 +#: ../terminal/terminal-window.c:338 msgid "Paste _Selection" msgstr "貼上選取內容(_S)" -#: ../terminal/terminal-window.c:338 +#: ../terminal/terminal-window.c:339 msgid "Paste _Selection Alt" msgstr "貼上選取內容 Alt(_S)" -#: ../terminal/terminal-window.c:339 +#: ../terminal/terminal-window.c:340 msgid "Select _All" msgstr "全選(_A)" -#: ../terminal/terminal-window.c:340 +#: ../terminal/terminal-window.c:341 msgid "Copy _Input To All Tabs..." msgstr "複製輸入到所有分頁……(_I)" -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Pr_eferences..." msgstr "偏好設定(_E)..." -#: ../terminal/terminal-window.c:341 +#: ../terminal/terminal-window.c:342 msgid "Open the preferences dialog" msgstr "開啟偏好設定對話窗" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Short_cuts..." msgstr "快捷鍵……(_C)" -#: ../terminal/terminal-window.c:343 +#: ../terminal/terminal-window.c:344 msgid "Open the shortcuts dialog" msgstr "開啟快捷鍵對話方塊" -#: ../terminal/terminal-window.c:345 +#: ../terminal/terminal-window.c:346 msgid "_View" msgstr "檢視(_V)" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom _In" msgstr "拉近(_I)" -#: ../terminal/terminal-window.c:346 +#: ../terminal/terminal-window.c:347 msgid "Zoom in with larger font" msgstr "以較大的字型拉近" -#: ../terminal/terminal-window.c:347 +#: ../terminal/terminal-window.c:348 msgid "Zoom In Alt" msgstr "放大 Alt" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom _Out" msgstr "拉遠(_O)" -#: ../terminal/terminal-window.c:348 +#: ../terminal/terminal-window.c:349 msgid "Zoom out with smaller font" msgstr "以較小的字型拉遠" -#: ../terminal/terminal-window.c:349 +#: ../terminal/terminal-window.c:350 msgid "Zoom Out Alt" msgstr "縮小 Alt" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "_Normal Size" msgstr "正常大小(_N)" -#: ../terminal/terminal-window.c:350 +#: ../terminal/terminal-window.c:351 msgid "Zoom to default size" msgstr "縮放至預設大小" -#: ../terminal/terminal-window.c:351 +#: ../terminal/terminal-window.c:352 msgid "_Normal Size Alt" msgstr "正常大小 Alt(_N)" -#: ../terminal/terminal-window.c:352 +#: ../terminal/terminal-window.c:353 msgid "_Terminal" msgstr "終端機(_T)" -#: ../terminal/terminal-window.c:353 +#: ../terminal/terminal-window.c:354 msgid "_Set Title..." msgstr "設定標題(_S)..." -#: ../terminal/terminal-window.c:354 +#: ../terminal/terminal-window.c:355 msgid "Set Title Co_lor..." msgstr "設定標題色彩……" -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "_Find..." msgstr "尋找(_F)..." -#: ../terminal/terminal-window.c:355 +#: ../terminal/terminal-window.c:356 msgid "Search terminal contents" msgstr "搜尋終端機內容" -#: ../terminal/terminal-window.c:356 +#: ../terminal/terminal-window.c:357 msgid "Find Ne_xt" msgstr "尋找下一個(_X)" -#: ../terminal/terminal-window.c:357 +#: ../terminal/terminal-window.c:358 msgid "Find Pre_vious" msgstr "尋找上一個(_V)" -#: ../terminal/terminal-window.c:358 +#: ../terminal/terminal-window.c:359 msgid "Sa_ve Contents..." msgstr "儲存內容... (_V)" -#: ../terminal/terminal-window.c:359 ../terminal/terminal-window.c:2096 +#: ../terminal/terminal-window.c:360 ../terminal/terminal-window.c:2146 msgid "_Reset" msgstr "重設(_R)" -#: ../terminal/terminal-window.c:360 +#: ../terminal/terminal-window.c:361 msgid "_Clear Scrollback and Reset" msgstr "清除向回捲動並重設(_C)" -#: ../terminal/terminal-window.c:361 +#: ../terminal/terminal-window.c:362 msgid "T_abs" msgstr "分頁(_A)" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "_Previous Tab" msgstr "上一個分頁(_P)" -#: ../terminal/terminal-window.c:362 +#: ../terminal/terminal-window.c:363 msgid "Switch to previous tab" msgstr "切換到上一個分頁" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "_Next Tab" msgstr "下一個分頁(_N)" -#: ../terminal/terminal-window.c:363 +#: ../terminal/terminal-window.c:364 msgid "Switch to next tab" msgstr "切換到下一個分頁" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Last _Active Tab" msgstr "上一個作用中的分頁(_A)" -#: ../terminal/terminal-window.c:364 +#: ../terminal/terminal-window.c:365 msgid "Switch to last active tab" msgstr "切換到上一個作用中的分頁" -#: ../terminal/terminal-window.c:365 +#: ../terminal/terminal-window.c:366 msgid "Move Tab _Left" msgstr "左移分頁(_L)" -#: ../terminal/terminal-window.c:366 +#: ../terminal/terminal-window.c:367 msgid "Move Tab _Right" msgstr "右移分頁(_R)" -#: ../terminal/terminal-window.c:367 +#: ../terminal/terminal-window.c:368 msgid "_Help" msgstr "說明(_H)" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "_Contents" msgstr "目錄(_C)" -#: ../terminal/terminal-window.c:368 +#: ../terminal/terminal-window.c:369 msgid "Display help contents" msgstr "顯示說明目錄" -#: ../terminal/terminal-window.c:369 +#: ../terminal/terminal-window.c:370 msgid "_About" msgstr "關於(_A)" -#: ../terminal/terminal-window.c:370 +#: ../terminal/terminal-window.c:371 msgid "_Zoom" msgstr "縮放(_Z)" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show _Menubar" msgstr "顯示選單列(_M)" -#: ../terminal/terminal-window.c:371 +#: ../terminal/terminal-window.c:372 msgid "Show/hide the menubar" msgstr "顯示/隱藏選單列" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show _Toolbar" msgstr "顯示工作列(_T)" -#: ../terminal/terminal-window.c:372 +#: ../terminal/terminal-window.c:373 msgid "Show/hide the toolbar" msgstr "顯示/隱藏工具列" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show Window _Borders" msgstr "顯示視窗邊框(_B)" -#: ../terminal/terminal-window.c:373 +#: ../terminal/terminal-window.c:374 msgid "Show/hide the window decorations" msgstr "顯示/隱藏視窗裝飾" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "_Fullscreen" msgstr "全螢幕(_F)" -#: ../terminal/terminal-window.c:374 +#: ../terminal/terminal-window.c:375 msgid "Toggle fullscreen mode" msgstr "切換全螢幕模式" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "_Read-Only" msgstr "唯讀(_R)" -#: ../terminal/terminal-window.c:375 +#: ../terminal/terminal-window.c:376 msgid "Toggle read-only mode" msgstr "切換唯讀模式" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Scroll on _Output" msgstr "捲動至輸出處(_O)" -#: ../terminal/terminal-window.c:376 +#: ../terminal/terminal-window.c:377 msgid "Toggle scroll on output" msgstr "切換捲動至輸出處" +#. used for changing the accelerator keys via the ShortcutsEditor, the logic +#. is still handle by GtkActionEntries +#: ../terminal/terminal-window.c:379 +msgid "Go to Tab 1" +msgstr "跳至分頁 1" + +#: ../terminal/terminal-window.c:380 +msgid "Go to Tab 2" +msgstr "跳至分頁 2" + +#: ../terminal/terminal-window.c:381 +msgid "Go to Tab 3" +msgstr "跳至分頁 3" + +#: ../terminal/terminal-window.c:382 +msgid "Go to Tab 4" +msgstr "跳至分頁 4" + +#: ../terminal/terminal-window.c:383 +msgid "Go to Tab 5" +msgstr "跳至分頁 5" + +#: ../terminal/terminal-window.c:384 +msgid "Go to Tab 6" +msgstr "跳至分頁 6" + +#: ../terminal/terminal-window.c:385 +msgid "Go to Tab 7" +msgstr "跳至分頁 7" + +#: ../terminal/terminal-window.c:386 +msgid "Go to Tab 8" +msgstr "跳至分頁 8" + +#: ../terminal/terminal-window.c:387 +msgid "Go to Tab 9" +msgstr "跳至分頁 9" + #. create encoding action -#: ../terminal/terminal-window.c:544 +#: ../terminal/terminal-window.c:555 msgid "Set _Encoding" msgstr "設定編碼(_E)" -#: ../terminal/terminal-window.c:811 +#: ../terminal/terminal-window.c:822 msgid "Warning" msgstr "警告" #. and process running -#: ../terminal/terminal-window.c:822 +#: ../terminal/terminal-window.c:833 msgid "" "There are still processes running in some tabs.\n" "Closing this window will kill all of them." msgstr "在某些分頁中仍有行程在執行。\n關閉此視窗將會將它們全部砍除。" #. and no process running -#: ../terminal/terminal-window.c:828 +#: ../terminal/terminal-window.c:839 #, c-format msgid "" "This window has %d tabs open. Closing this window\n" "will also close all its tabs." msgstr "這個視窗中有 %d 個分頁。關閉這個視窗會把\n其下分頁全都關閉。" -#: ../terminal/terminal-window.c:832 +#: ../terminal/terminal-window.c:843 msgid "Close all tabs?" msgstr "關閉所有分頁?" #. closing a tab, and process running -#: ../terminal/terminal-window.c:839 +#: ../terminal/terminal-window.c:850 msgid "" "There is still a process running.\n" "Closing this tab will kill it." msgstr "仍有行程在執行。\n關閉此分頁將會將它砍除。" -#: ../terminal/terminal-window.c:841 +#: ../terminal/terminal-window.c:852 msgid "Close tab?" msgstr "關閉分頁?" #. closing a single tab window, and process running -#: ../terminal/terminal-window.c:846 +#: ../terminal/terminal-window.c:857 msgid "" "There is still a process running.\n" "Closing this window will kill it." msgstr "仍有行程在執行。\n關閉此視窗將會將它砍除。" -#: ../terminal/terminal-window.c:848 +#: ../terminal/terminal-window.c:859 msgid "Close window?" msgstr "關閉視窗?" -#: ../terminal/terminal-window.c:1740 +#: ../terminal/terminal-window.c:1767 msgid "Copy _Input:" msgstr "複製輸入(_I)" -#: ../terminal/terminal-window.c:1744 +#: ../terminal/terminal-window.c:1771 msgid "Enter the text to be copied to all tabs" msgstr "輸入要複製到所有分頁的文字" -#: ../terminal/terminal-window.c:1752 +#: ../terminal/terminal-window.c:1779 msgid "Copy input" msgstr "複製輸入" -#: ../terminal/terminal-window.c:2049 +#: ../terminal/terminal-window.c:2097 msgid "_Title:" msgstr "標題(_T):" -#: ../terminal/terminal-window.c:2053 +#: ../terminal/terminal-window.c:2101 msgid "Enter the title for the current terminal tab" msgstr "請輸入目前終端機分頁的標題" -#: ../terminal/terminal-window.c:2058 +#: ../terminal/terminal-window.c:2106 msgid "Reset" msgstr "重設" -#: ../terminal/terminal-window.c:2068 +#: ../terminal/terminal-window.c:2116 msgid "Help" msgstr "說明" -#: ../terminal/terminal-window.c:2074 +#: ../terminal/terminal-window.c:2122 msgid "Close" msgstr "關閉" -#: ../terminal/terminal-window.c:2095 +#: ../terminal/terminal-window.c:2145 msgid "Choose title color" msgstr "選擇標題色彩" -#: ../terminal/terminal-window.c:2182 +#: ../terminal/terminal-window.c:2236 msgid "Failed to create the regular expression" msgstr "無法建立正規表述式" -#: ../terminal/terminal-window.c:2220 +#: ../terminal/terminal-window.c:2276 msgid "Save contents..." msgstr "儲存內容..." -#: ../terminal/terminal-window.c:2224 +#: ../terminal/terminal-window.c:2280 msgid "_Save" msgstr "儲存(_S)" -#: ../terminal/terminal-window.c:2261 +#: ../terminal/terminal-window.c:2317 msgid "Failed to save terminal contents" msgstr "儲存終端機內容失敗" diff -Nru xfce4-terminal-0.9.1/terminal/main.c xfce4-terminal-1.0.4/terminal/main.c --- xfce4-terminal-0.9.1/terminal/main.c 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/terminal/main.c 2022-05-22 09:06:41.000000000 +0000 @@ -208,7 +208,7 @@ if (G_UNLIKELY (options.show_version)) { g_print ("%s %s (Xfce %s)\n\n", PACKAGE_NAME, PACKAGE_VERSION, xfce_version_string ()); - g_print ("%s\n", "Copyright (c) 2003-2021"); + g_print ("%s\n", "Copyright (c) 2003-2022"); g_print ("\t%s\n\n", _("The Xfce development team. All rights reserved.")); g_print ("%s\n", _("Written by Benedikt Meurer ,")); g_print ("%s\n", _("Nick Schermer ,")); diff -Nru xfce4-terminal-0.9.1/terminal/Makefile.in xfce4-terminal-1.0.4/terminal/Makefile.in --- xfce4-terminal-0.9.1/terminal/Makefile.in 2021-12-10 11:24:40.000000000 +0000 +++ xfce4-terminal-1.0.4/terminal/Makefile.in 2022-05-22 09:20:24.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -92,10 +92,10 @@ @HAVE_UTEMPTER_TRUE@am__append_1 = -lutempter subdir = terminal ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) @@ -212,8 +212,6 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` -ETAGS = etags -CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/terminal-config.h.in \ $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -231,6 +229,8 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ @@ -241,6 +241,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ +ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ @@ -906,7 +907,6 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am @@ -950,7 +950,8 @@ done install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-am -install-exec: install-exec-am +install-exec: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data: install-data-am uninstall: uninstall-am @@ -1083,7 +1084,7 @@ uninstall-am: uninstall-binPROGRAMS -.MAKE: all check install install-am install-strip +.MAKE: all check install install-am install-exec install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-binPROGRAMS clean-generic clean-libtool clean-local \ diff -Nru xfce4-terminal-0.9.1/terminal/terminal-app.c xfce4-terminal-1.0.4/terminal/terminal-app.c --- xfce4-terminal-0.9.1/terminal/terminal-app.c 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/terminal/terminal-app.c 2022-05-22 09:06:41.000000000 +0000 @@ -56,7 +56,8 @@ static void terminal_app_finalize (GObject *object); static void terminal_app_update_accels (TerminalApp *app); -static void terminal_app_update_tab_key_accels (gpointer data, +static void terminal_app_update_tab_key_accels (TerminalApp *app); +static void terminal_app_store_tab_key_accel (gpointer data, const gchar *accel_path, guint accel_key, GdkModifierType accel_mods, @@ -227,7 +228,23 @@ static void -terminal_app_update_tab_key_accels (gpointer data, +terminal_app_update_tab_key_accels (TerminalApp *app) +{ + if (app->tab_key_accels != NULL) + { + GSList *lp; + for (lp = app->tab_key_accels; lp != NULL; lp = lp->next) + g_free (((TerminalAccel*) lp->data)->path); + g_slist_free_full (app->tab_key_accels, g_free); + app->tab_key_accels = NULL; + } + gtk_accel_map_foreach (app, terminal_app_store_tab_key_accel); +} + + + +static void +terminal_app_store_tab_key_accel (gpointer data, const gchar *accel_path, guint accel_key, GdkModifierType accel_mods, @@ -300,6 +317,12 @@ /* schedule new save */ app->accel_map_save_id = gdk_threads_add_timeout_seconds (10, terminal_app_accel_map_save, app); + + /* identify accelerators containing the Tab key */ + terminal_app_update_tab_key_accels (app); + + /* update the tab-key accel list in each window */ + terminal_app_update_windows_accels (app); } @@ -309,8 +332,6 @@ { TerminalApp *app = TERMINAL_APP (user_data); gchar *path; - gchar name[50]; - guint i; path = xfce_resource_lookup (XFCE_RESOURCE_CONFIG, ACCEL_MAP_PATH); if (G_LIKELY (path != NULL)) @@ -325,24 +346,8 @@ g_signal_connect_swapped (G_OBJECT (app->accel_map), "changed", G_CALLBACK (terminal_app_accel_map_changed), app); - /* check and create default Alt+N accelerators */ - for (i = 1; i < 10; i++) - { - g_snprintf (name, sizeof (name), "/terminal-window/goto-tab-%d", i); - if (!gtk_accel_map_lookup_entry (name, NULL)) - gtk_accel_map_change_entry (name, GDK_KEY_0 + i, GDK_MOD1_MASK, FALSE); - } - /* identify accelerators containing the Tab key */ - if (app->tab_key_accels != NULL) - { - GSList *lp; - for (lp = app->tab_key_accels; lp != NULL; lp = lp->next) - g_free (((TerminalAccel*) lp->data)->path); - g_slist_free_full (app->tab_key_accels, g_free); - app->tab_key_accels = NULL; - } - gtk_accel_map_foreach (app, terminal_app_update_tab_key_accels); + terminal_app_update_tab_key_accels (app); return FALSE; } @@ -715,6 +720,7 @@ TerminalWindowAttr *attr) { GtkWidget *window; + GtkNotebook *notebook; TerminalScreen *terminal; GdkScreen *screen; gchar *geometry; @@ -722,7 +728,7 @@ gboolean reuse_window = FALSE; GdkDisplay *attr_display; gint attr_screen_num; - gint active_tab = -1, i; + gint active_tab = -1, i, existing_tabs = 0; #ifdef GDK_WINDOWING_X11 GdkGravity gravity = GDK_GRAVITY_NORTH_WEST; gint mask = NoValue, x, y, new_x, new_y; @@ -751,7 +757,11 @@ if (lp != NULL) { - if (G_UNLIKELY (attr->reuse_last_window)) + gboolean parameters_once; + + g_object_get (G_OBJECT (app->preferences), "dropdown-parameters-once", ¶meters_once, NULL); + + if (G_UNLIKELY (attr->reuse_last_window) && parameters_once == FALSE) { /* use the drop-down window to insert the tab */ window = lp->data; @@ -870,6 +880,10 @@ #endif } + /* special handling for --active-tab in case we are adding tabs to an existing window */ + notebook = GTK_NOTEBOOK (terminal_window_get_notebook (TERMINAL_WINDOW (window))); + existing_tabs = gtk_notebook_get_n_pages (notebook); + /* add the tabs */ for (lp = attr->tabs, i = 0; lp != NULL; lp = lp->next, ++i) { @@ -885,10 +899,7 @@ /* set active tab */ if (active_tab > -1) - { - GtkNotebook *notebook = GTK_NOTEBOOK (terminal_window_get_notebook (TERMINAL_WINDOW (window))); - gtk_notebook_set_current_page (notebook, active_tab); - } + gtk_notebook_set_current_page (notebook, existing_tabs + active_tab); if (!attr->drop_down) { diff -Nru xfce4-terminal-0.9.1/terminal/terminal-options.c xfce4-terminal-1.0.4/terminal/terminal-options.c --- xfce4-terminal-0.9.1/terminal/terminal-options.c 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/terminal/terminal-options.c 2022-05-22 09:06:41.000000000 +0000 @@ -227,6 +227,7 @@ gint n, short_offset = 0; gchar *end_ptr = NULL; TerminalVisibility visible; + gboolean ignore_window_option = TRUE; win_attr = terminal_window_attr_new (); tab_attr = win_attr->tabs->data; @@ -566,6 +567,16 @@ } else if (terminal_option_cmp ("window", 0, argc, argv, &n, NULL, &short_offset)) { + /* --window is ignored if no tab has been added in the active window or no other window has been created. + * This way users can separate between adding tabs to the existing window and adding tabs to a single new window. + */ + if (can_reuse_window == TRUE && ignore_window_option == TRUE) + { + ignore_window_option = FALSE; + can_reuse_window = FALSE; + continue; + } + /* all new tabs will be added to new windows */ can_reuse_window = FALSE; diff -Nru xfce4-terminal-0.9.1/terminal/terminal-preferences.c xfce4-terminal-1.0.4/terminal/terminal-preferences.c --- xfce4-terminal-0.9.1/terminal/terminal-preferences.c 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/terminal/terminal-preferences.c 2022-05-22 09:06:41.000000000 +0000 @@ -82,6 +82,7 @@ PROP_DROPDOWN_MOVE_TO_ACTIVE, PROP_DROPDOWN_ALWAYS_SHOW_TABS, PROP_DROPDOWN_SHOW_BORDERS, + PROP_DROPDOWN_PARAMETERS_ONCE, PROP_ENCODING, PROP_FONT_ALLOW_BOLD, PROP_FONT_NAME, @@ -772,6 +773,18 @@ G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); /** + * TerminalPreferences:dropdown-parameters-once: + * + * If set to TRUE the drop-down window accepts command line parameters only the first time, i.e. when it is created. + **/ + preferences_props[PROP_DROPDOWN_PARAMETERS_ONCE] = + g_param_spec_boolean ("dropdown-parameters-once", + NULL, + "DropdownParametersOnce", + FALSE, + G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); + + /** * TerminalPreferences:encoding: **/ preferences_props[PROP_ENCODING] = @@ -1142,7 +1155,7 @@ g_param_spec_boolean ("scrolling-on-output", NULL, "ScrollingOnOutput", - TRUE, + FALSE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); /** diff -Nru xfce4-terminal-0.9.1/terminal/terminal-preferences-dialog.c xfce4-terminal-1.0.4/terminal/terminal-preferences-dialog.c --- xfce4-terminal-0.9.1/terminal/terminal-preferences-dialog.c 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/terminal/terminal-preferences-dialog.c 2022-05-22 09:06:41.000000000 +0000 @@ -57,10 +57,8 @@ TerminalPreferencesDialog *dialog); static void terminal_preferences_dialog_palette_notify (TerminalPreferencesDialog *dialog); static void terminal_preferences_dialog_presets_load (TerminalPreferencesDialog *dialog); -#if VTE_CHECK_VERSION (0, 51, 3) static void terminal_preferences_dialog_reset_cell_scale (GtkWidget *button, TerminalPreferencesDialog *dialog); -#endif static void terminal_preferences_dialog_reset_compat (GtkWidget *button, TerminalPreferencesDialog *dialog); static void terminal_preferences_dialog_reset_word_chars (GtkWidget *button, @@ -272,7 +270,6 @@ gtk_widget_hide (GTK_WIDGET (object)); #endif -#if VTE_CHECK_VERSION (0, 51, 3) /* bind cell width scale */ object = gtk_builder_get_object (GTK_BUILDER (dialog), "spin-cell-width-scale"); object2 = G_OBJECT (gtk_spin_button_get_adjustment (GTK_SPIN_BUTTON (object))); @@ -296,22 +293,6 @@ terminal_return_if_fail (G_IS_OBJECT (object)); g_signal_connect (object, "clicked", G_CALLBACK (terminal_preferences_dialog_reset_cell_scale), dialog); -#else - /* hide "Text blinks" if vte doesn't support it */ - object = gtk_builder_get_object (GTK_BUILDER (dialog), "box-text-blink"); - terminal_return_if_fail (G_IS_OBJECT (object)); - gtk_widget_hide (GTK_WIDGET (object)); - - /* hide "Cell spacing" if vte doesn't support it */ - object = gtk_builder_get_object (GTK_BUILDER (dialog), "cell-sp-box"); - terminal_return_if_fail (G_IS_OBJECT (object)); - gtk_widget_hide (GTK_WIDGET (object)); - - /* hide "Bold is bright" if vte doesn't support it */ - object = gtk_builder_get_object (GTK_BUILDER (dialog), "color-bold-is-bright"); - terminal_return_if_fail (G_IS_OBJECT (object)); - gtk_widget_hide (GTK_WIDGET (object)); -#endif #if VTE_CHECK_VERSION (0, 58, 0) /* hide "Rewrap on resize" if vte's support for it has been dropped */ @@ -970,7 +951,6 @@ -#if VTE_CHECK_VERSION (0, 51, 3) static void terminal_preferences_dialog_reset_cell_scale (GtkWidget *button, TerminalPreferencesDialog *dialog) @@ -978,7 +958,6 @@ const gchar *properties[] = { "cell-width-scale", "cell-height-scale" }; RESET_PROPERTIES (properties); } -#endif diff -Nru xfce4-terminal-0.9.1/terminal/terminal-private.h xfce4-terminal-1.0.4/terminal/terminal-private.h --- xfce4-terminal-0.9.1/terminal/terminal-private.h 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/terminal/terminal-private.h 2022-05-22 09:06:41.000000000 +0000 @@ -30,11 +30,12 @@ #define IS_STRING(string) ((string) != NULL && *(string) != '\0') /* macro for some debugging */ +#define F64 "%" G_GINT64_FORMAT #define PRINT_TIME(desc) \ G_BEGIN_DECLS { \ - GTimeVal gtv; \ - g_get_current_time (>v); \ - g_print ("%ld.%ld: %s\n", gtv.tv_sec, gtv.tv_usec, desc); \ + gint64 __time = g_get_real_time (); \ + g_print (F64 "." F64 ": %s\n", \ + __time / G_USEC_PER_SEC, __time % G_USEC_PER_SEC, desc); \ } G_END_DECLS /* support macros for debugging */ diff -Nru xfce4-terminal-0.9.1/terminal/terminal-screen.c xfce4-terminal-1.0.4/terminal/terminal-screen.c --- xfce4-terminal-0.9.1/terminal/terminal-screen.c 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/terminal/terminal-screen.c 2022-05-22 09:06:41.000000000 +0000 @@ -218,9 +218,6 @@ TerminalTitle dynamic_title_mode; guint hold : 1; guint has_random_bg_color : 1; -#if !VTE_CHECK_VERSION (0, 51, 1) - guint scroll_on_output : 1; -#endif guint activity_timeout_id; time_t activity_resize_time; @@ -330,6 +327,8 @@ static void terminal_screen_init (TerminalScreen *screen) { + gboolean scrollbar; + screen->loader = NULL; screen->working_directory = g_get_current_dir (); screen->dynamic_title_mode = TERMINAL_TITLE_DEFAULT; @@ -356,10 +355,14 @@ g_signal_connect_swapped (G_OBJECT (screen->terminal), "paste-clipboard-request", G_CALLBACK (terminal_screen_paste_clipboard), screen); + screen->preferences = terminal_preferences_get (); + + g_object_get (G_OBJECT (screen->preferences), "scrolling-bar", &scrollbar, NULL); + screen->swin = gtk_scrolled_window_new (gtk_scrollable_get_hadjustment (GTK_SCROLLABLE (screen->terminal)), gtk_scrollable_get_vadjustment (GTK_SCROLLABLE (screen->terminal))); gtk_scrolled_window_set_propagate_natural_width (GTK_SCROLLED_WINDOW (screen->swin), TRUE); gtk_scrolled_window_set_propagate_natural_height (GTK_SCROLLED_WINDOW (screen->swin), TRUE); - gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (screen->swin), GTK_POLICY_NEVER, GTK_POLICY_ALWAYS); + gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (screen->swin), GTK_POLICY_NEVER, scrollbar != TERMINAL_SCROLLBAR_NONE ? GTK_POLICY_ALWAYS : GTK_POLICY_NEVER); gtk_container_add (GTK_CONTAINER (screen->swin), screen->terminal); gtk_container_add (GTK_CONTAINER (screen), screen->swin); @@ -368,7 +371,6 @@ g_signal_connect_after (G_OBJECT (screen->scrollbar), "button-press-event", G_CALLBACK (gtk_true), NULL); /* watch preferences changes */ - screen->preferences = terminal_preferences_get (); g_signal_connect (G_OBJECT (screen->preferences), "notify", G_CALLBACK (terminal_screen_preferences_changed), screen); @@ -651,10 +653,8 @@ terminal_screen_update_binding_delete (screen); else if (strcmp ("binding-ambiguous-width", name) == 0) terminal_screen_update_binding_ambiguous_width (screen); -#if VTE_CHECK_VERSION (0, 51, 3) else if (strcmp ("cell-width-scale", name) == 0 || strcmp ("cell-height-scale", name) == 0) terminal_screen_update_font (screen); -#endif else if (strncmp ("color-", name, strlen ("color-")) == 0) terminal_screen_update_colors (screen); else if (strncmp ("font-", name, strlen ("font-")) == 0) @@ -1238,10 +1238,8 @@ vte_terminal_set_color_bold (VTE_TERMINAL (screen->terminal), bold_use_default ? &fg : &bold); #endif -#if VTE_CHECK_VERSION (0, 51, 3) /* "bold-is-bright" supported since vte 0.51.3 */ vte_terminal_set_bold_is_bright (VTE_TERMINAL (screen->terminal), bold_is_bright); -#endif } @@ -1357,7 +1355,6 @@ static void terminal_screen_update_text_blink_mode (TerminalScreen *screen) { -#if VTE_CHECK_VERSION (0, 51, 3) TerminalTextBlinkMode val; VteTextBlinkMode mode = VTE_TEXT_BLINK_ALWAYS; @@ -1385,7 +1382,6 @@ } vte_terminal_set_text_blink_mode (VTE_TERMINAL (screen->terminal), mode); -#endif } @@ -1771,7 +1767,7 @@ static gboolean terminal_screen_is_text_unsafe (const gchar *text) { - return text != NULL && strchr (text, '\n') != NULL; + return text != NULL && (strchr (text, '\n') != NULL || strchr (text, '\r') != NULL); } @@ -1807,23 +1803,13 @@ gtk_container_set_border_width (GTK_CONTAINER (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), 0); gtk_container_add (GTK_CONTAINER (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), box); -#if LIBXFCE4UI_CHECK_VERSION (4, 16, 0) xfce_titled_dialog_create_action_area (XFCE_TITLED_DIALOG (dialog)); -#endif button = xfce_gtk_button_new_mixed ("gtk-cancel", _("_Cancel")); -#if LIBXFCE4UI_CHECK_VERSION (4, 16, 0) xfce_titled_dialog_add_action_widget (XFCE_TITLED_DIALOG (dialog), button, GTK_RESPONSE_CANCEL); -#else - gtk_dialog_add_action_widget (GTK_DIALOG (dialog), button, GTK_RESPONSE_CANCEL); -#endif button = xfce_gtk_button_new_mixed ("gtk-ok", _("_Paste")); -#if LIBXFCE4UI_CHECK_VERSION (4, 16, 0) xfce_titled_dialog_add_action_widget (XFCE_TITLED_DIALOG (dialog), button, GTK_RESPONSE_YES); -#else - gtk_dialog_add_action_widget (GTK_DIALOG (dialog), button, GTK_RESPONSE_YES); -#endif gtk_widget_grab_focus (button); @@ -1957,7 +1943,6 @@ -#if VTE_CHECK_VERSION (0, 48, 0) static void terminal_screen_spawn_async_cb (VteTerminal *terminal, GPid pid, @@ -1986,7 +1971,6 @@ } #endif // HAVE_LIBUTEMPTER } -#endif @@ -2077,7 +2061,6 @@ spawn_flags |= G_SPAWN_FILE_AND_ARGV_ZERO; } -#if VTE_CHECK_VERSION (0, 48, 0) vte_terminal_spawn_async (VTE_TERMINAL (screen->terminal), pty_flags, screen->working_directory, argv2, env, @@ -2087,28 +2070,6 @@ NULL, terminal_screen_spawn_async_cb, screen); -#else - if (!vte_terminal_spawn_sync (VTE_TERMINAL (screen->terminal), - pty_flags, - screen->working_directory, argv2, env, - spawn_flags, - NULL, NULL, - &screen->pid, NULL, &error)) - { - xfce_dialog_show_error (GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (screen))), - error, _("Failed to execute child")); - g_error_free (error); - } -#ifdef HAVE_LIBUTEMPTER - else - { - gboolean update_records; - g_object_get (G_OBJECT (screen->preferences), "command-update-records", &update_records, NULL); - if (update_records) - utempter_add_record (vte_pty_get_fd (vte_terminal_get_pty (VTE_TERMINAL (screen->terminal))), NULL); - } -#endif // HAVE_LIBUTEMPTER -#endif g_free (argv2); @@ -2527,11 +2488,7 @@ terminal_screen_copy_clipboard (TerminalScreen *screen) { terminal_return_if_fail (TERMINAL_IS_SCREEN (screen)); -#if VTE_CHECK_VERSION (0, 49, 2) vte_terminal_copy_clipboard_format (VTE_TERMINAL (screen->terminal), VTE_FORMAT_TEXT); -#else - vte_terminal_copy_clipboard (VTE_TERMINAL (screen->terminal)); -#endif } @@ -2543,14 +2500,12 @@ * Places the selected text in the terminal in the #GDK_SELECTION_CLIPBOARD selection * as HTML (preserving colors, bold font, etc). **/ -#if VTE_CHECK_VERSION (0, 49, 2) void terminal_screen_copy_clipboard_html (TerminalScreen *screen) { terminal_return_if_fail (TERMINAL_IS_SCREEN (screen)); vte_terminal_copy_clipboard_format (VTE_TERMINAL (screen->terminal), VTE_FORMAT_HTML); } -#endif @@ -2877,6 +2832,7 @@ gtk_widget_show (screen->scrollbar); break; } + gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (screen->swin), GTK_POLICY_NEVER, scrollbar != TERMINAL_SCROLLBAR_NONE ? GTK_POLICY_ALWAYS : GTK_POLICY_NEVER); } else if (visibility == TERMINAL_VISIBILITY_HIDE) { @@ -2909,9 +2865,7 @@ GSettings *settings; XfconfChannel *channel; gdouble font_scale = PANGO_SCALE_MEDIUM; -#if VTE_CHECK_VERSION (0, 51, 3) - gdouble cell_width_scale, cell_height_scale; -#endif + gdouble cell_width_scale, cell_height_scale; terminal_return_if_fail (TERMINAL_IS_SCREEN (screen)); terminal_return_if_fail (TERMINAL_IS_PREFERENCES (screen->preferences)); @@ -2984,7 +2938,6 @@ g_free (font_name); } -#if VTE_CHECK_VERSION (0, 51, 3) g_object_get (G_OBJECT (screen->preferences), "cell-width-scale", &cell_width_scale, "cell-height-scale", &cell_height_scale, @@ -2992,7 +2945,6 @@ vte_terminal_set_cell_width_scale (VTE_TERMINAL (screen->terminal), cell_width_scale); vte_terminal_set_cell_height_scale (VTE_TERMINAL (screen->terminal), cell_height_scale); -#endif /* update window geometry it required (not needed for drop-down) */ if (TERMINAL_IS_WINDOW (toplevel) && !terminal_window_is_drop_down (TERMINAL_WINDOW (toplevel)) && grid_w > 0 && grid_h > 0) @@ -3024,11 +2976,7 @@ terminal_screen_get_scroll_on_output (TerminalScreen *screen) { terminal_return_val_if_fail (TERMINAL_IS_SCREEN (screen), FALSE); -#if !VTE_CHECK_VERSION (0, 51, 1) - return screen->scroll_on_output; -#else return vte_terminal_get_scroll_on_output (VTE_TERMINAL (screen->terminal)); -#endif } @@ -3038,9 +2986,6 @@ gboolean enabled) { terminal_return_if_fail (TERMINAL_IS_SCREEN (screen)); -#if !VTE_CHECK_VERSION (0, 51, 1) - screen->scroll_on_output = enabled; -#endif vte_terminal_set_scroll_on_output (VTE_TERMINAL (screen->terminal), enabled); } diff -Nru xfce4-terminal-0.9.1/terminal/terminal-screen.h xfce4-terminal-1.0.4/terminal/terminal-screen.h --- xfce4-terminal-0.9.1/terminal/terminal-screen.h 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/terminal/terminal-screen.h 2022-05-22 09:06:41.000000000 +0000 @@ -78,9 +78,7 @@ gboolean terminal_screen_has_selection (TerminalScreen *screen); void terminal_screen_copy_clipboard (TerminalScreen *screen); -#if VTE_CHECK_VERSION (0, 49, 2) void terminal_screen_copy_clipboard_html (TerminalScreen *screen); -#endif void terminal_screen_paste_clipboard (TerminalScreen *screen); void terminal_screen_paste_primary (TerminalScreen *screen); diff -Nru xfce4-terminal-0.9.1/terminal/terminal-search-dialog.c xfce4-terminal-1.0.4/terminal/terminal-search-dialog.c --- xfce4-terminal-0.9.1/terminal/terminal-search-dialog.c 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/terminal/terminal-search-dialog.c 2022-05-22 09:06:41.000000000 +0000 @@ -44,12 +44,12 @@ struct _TerminalSearchDialogClass { - GtkDialogClass parent_class; + XfceTitledDialogClass parent_class; }; struct _TerminalSearchDialog { - GtkDialog parent_instance; + XfceTitledDialog parent_instance; VteRegex *last_gregex; @@ -68,7 +68,7 @@ -G_DEFINE_TYPE (TerminalSearchDialog, terminal_search_dialog, GTK_TYPE_DIALOG) +G_DEFINE_TYPE (TerminalSearchDialog, terminal_search_dialog, XFCE_TYPE_TITLED_DIALOG) @@ -98,19 +98,22 @@ GtkAccelGroup *group = gtk_accel_group_new (); GtkAccelKey key_prev = {0}, key_next = {0}; + gtk_window_set_title (GTK_WINDOW (dialog), _("Find")); gtk_window_set_default_size (GTK_WINDOW (dialog), 400, -1); gtk_window_add_accel_group (GTK_WINDOW (dialog), group); + xfce_titled_dialog_create_action_area (XFCE_TITLED_DIALOG (dialog)); + close_button = xfce_gtk_button_new_mixed ("window-close", _("_Close")); - gtk_dialog_add_action_widget (GTK_DIALOG (dialog), close_button, GTK_RESPONSE_CLOSE); - gtk_widget_set_can_default (close_button, TRUE); + xfce_titled_dialog_add_action_widget (XFCE_TITLED_DIALOG (dialog), close_button, GTK_RESPONSE_CLOSE); dialog->button_prev = xfce_gtk_button_new_mixed ("go-previous", _("_Previous")); - gtk_dialog_add_action_widget (GTK_DIALOG (dialog), dialog->button_prev, TERMINAL_RESPONSE_SEARCH_PREV); + xfce_titled_dialog_add_action_widget (XFCE_TITLED_DIALOG (dialog), dialog->button_prev, TERMINAL_RESPONSE_SEARCH_PREV); gtk_widget_set_can_default (dialog->button_prev, TRUE); + gtk_widget_grab_default (dialog->button_prev); dialog->button_next = xfce_gtk_button_new_mixed ("go-next", _("_Next")); - gtk_dialog_add_action_widget (GTK_DIALOG (dialog), dialog->button_next, TERMINAL_RESPONSE_SEARCH_NEXT); + xfce_titled_dialog_add_action_widget (XFCE_TITLED_DIALOG (dialog), dialog->button_next, TERMINAL_RESPONSE_SEARCH_NEXT); gtk_accel_map_lookup_entry ("/terminal-window/search-prev", &key_prev); if (key_prev.accel_key != 0) @@ -336,14 +339,8 @@ void terminal_search_dialog_present (TerminalSearchDialog *dialog) { - GtkWidget *header_bar = gtk_header_bar_new (); - terminal_return_if_fail (TERMINAL_IS_SEARCH_DIALOG (dialog)); - gtk_header_bar_set_title (GTK_HEADER_BAR (header_bar), _("Find")); - gtk_header_bar_set_show_close_button (GTK_HEADER_BAR (header_bar), TRUE); - gtk_window_set_titlebar (GTK_WINDOW (dialog), header_bar); - gtk_widget_show_all (GTK_WIDGET (dialog)); /* Manjaro's version of GTK doesn't like this placed before show_all() */ diff -Nru xfce4-terminal-0.9.1/terminal/terminal-util.c xfce4-terminal-1.0.4/terminal/terminal-util.c --- xfce4-terminal-0.9.1/terminal/terminal-util.c 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/terminal/terminal-util.c 2022-05-22 09:06:41.000000000 +0000 @@ -83,7 +83,7 @@ "copyright", "Copyright \302\251 2003-2008 Benedikt Meurer\n" "Copyright \302\251 2007-2012 Nick Schermer\n" "Copyright \302\251 2016-2020 Igor Zakharov\n" - "Copyright \302\251 2021 Sergios - Anestis Kefalidis", + "Copyright \302\251 2021-2022 Sergios - Anestis Kefalidis", "license", XFCE_LICENSE_GPL, "logo-icon-name", "org.xfce.terminal", "program-name", PACKAGE_NAME, diff -Nru xfce4-terminal-0.9.1/terminal/terminal-widget.c xfce4-terminal-1.0.4/terminal/terminal-widget.c --- xfce4-terminal-0.9.1/terminal/terminal-widget.c 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/terminal/terminal-widget.c 2022-05-22 09:06:41.000000000 +0000 @@ -93,8 +93,6 @@ guint time); static gboolean terminal_widget_key_press_event (GtkWidget *widget, GdkEventKey *event); -static gboolean terminal_widget_scroll_event (GtkWidget *widget, - GdkEventScroll *event); static void terminal_widget_open_uri (TerminalWidget *widget, const gchar *wlink, gint tag); @@ -154,7 +152,6 @@ gtkwidget_class->button_press_event = terminal_widget_button_press_event; gtkwidget_class->drag_data_received = terminal_widget_drag_data_received; gtkwidget_class->key_press_event = terminal_widget_key_press_event; - gtkwidget_class->scroll_event = terminal_widget_scroll_event; /** * TerminalWidget::get-context-menu: @@ -492,7 +489,7 @@ guint info, guint time) { - const guchar *ucs; + const gunichar2 *ucs; GdkRGBA color; GString *str; GValue value = { 0, }; @@ -542,7 +539,7 @@ else { str = g_string_new (NULL); - ucs = gtk_selection_data_get_data (selection_data); + ucs = (const gunichar2 *) gtk_selection_data_get_data (selection_data); for (n = 0; n < gtk_selection_data_get_length (selection_data) / 2 && ucs[n] != '\n'; ++n) g_string_append_unichar (str, ucs[n]); filename = g_filename_from_uri (str->str, NULL, NULL); @@ -653,14 +650,6 @@ gboolean shortcuts_no_menukey; gboolean shift_arrows_scroll; gdouble value; - GtkAccelGroup *group = gtk_accel_groups_from_object (G_OBJECT (gtk_widget_get_toplevel (widget)))->data; - const guint modifiers = event->state & gtk_accelerator_get_default_mod_mask (); - guint found; - - /* check if the key combination is used by terminal-window, if so don't process it */ - gtk_accel_group_query (group, event->keyval, modifiers, &found); - if (found) - return TRUE; /* determine current settings */ g_object_get (G_OBJECT (TERMINAL_WIDGET (widget)->preferences), @@ -696,27 +685,6 @@ } - -static gboolean -terminal_widget_scroll_event (GtkWidget *widget, - GdkEventScroll *event) -{ - TerminalWidget *terminal = TERMINAL_WIDGET (widget); - gboolean scroll; - GtkAdjustment *adjustment = gtk_scrollable_get_vadjustment (GTK_SCROLLABLE (widget)); - - g_object_get (G_OBJECT (terminal->preferences), "scrolling-on-output", &scroll, NULL); - - /* do not scroll if the user has scrolled upwards */ - if (scroll == TRUE && gtk_adjustment_get_value (adjustment) + 1 < gtk_adjustment_get_upper (adjustment)) - vte_terminal_set_scroll_on_output (VTE_TERMINAL (terminal), FALSE); - else if (scroll == TRUE) - vte_terminal_set_scroll_on_output (VTE_TERMINAL (terminal), TRUE); - - return (*GTK_WIDGET_CLASS (terminal_widget_parent_class)->scroll_event) (widget, event); -} - - static void terminal_widget_open_uri (TerminalWidget *widget, diff -Nru xfce4-terminal-0.9.1/terminal/terminal-window.c xfce4-terminal-1.0.4/terminal/terminal-window.c --- xfce4-terminal-0.9.1/terminal/terminal-window.c 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/terminal/terminal-window.c 2022-05-22 09:06:41.000000000 +0000 @@ -183,51 +183,50 @@ static void terminal_window_action_set_encoding (GtkAction *action, const gchar *charset, TerminalWindow *window); -static void terminal_window_action_new_tab (TerminalWindow *window); -static void terminal_window_action_new_window (TerminalWindow *window); -static void terminal_window_action_undo_close_tab (TerminalWindow *window); -static void terminal_window_action_detach_tab (TerminalWindow *window); -static void terminal_window_action_close_tab (TerminalWindow *window); -static void terminal_window_action_close_other_tabs (TerminalWindow *window); -static void terminal_window_action_close_window (TerminalWindow *window); -static void terminal_window_action_copy (TerminalWindow *window); -#if VTE_CHECK_VERSION (0, 49, 2) -static void terminal_window_action_copy_html (TerminalWindow *window); -#endif -static void terminal_window_action_paste (TerminalWindow *window); -static void terminal_window_action_paste_selection (TerminalWindow *window); -static void terminal_window_action_select_all (TerminalWindow *window); -static void terminal_window_action_copy_input (TerminalWindow *window); -static void terminal_window_action_prefs (TerminalWindow *window); +static gboolean terminal_window_action_new_tab (TerminalWindow *window); +static gboolean terminal_window_action_new_window (TerminalWindow *window); +static gboolean terminal_window_action_undo_close_tab (TerminalWindow *window); +static gboolean terminal_window_action_detach_tab (TerminalWindow *window); +static gboolean terminal_window_action_close_tab (TerminalWindow *window); +static gboolean terminal_window_action_close_other_tabs (TerminalWindow *window); +static gboolean terminal_window_action_close_window (TerminalWindow *window); +static gboolean terminal_window_action_copy (TerminalWindow *window); +static gboolean terminal_window_action_copy_html (TerminalWindow *window); +static gboolean terminal_window_action_paste (TerminalWindow *window); +static gboolean terminal_window_action_paste_selection (TerminalWindow *window); +static gboolean terminal_window_action_select_all (TerminalWindow *window); +static gboolean terminal_window_action_copy_input (TerminalWindow *window); +static gboolean terminal_window_action_prefs (TerminalWindow *window); #if LIBXFCE4UI_CHECK_VERSION (4, 17, 2) -static void terminal_window_action_shortcuts (TerminalWindow *window); +static gboolean terminal_window_action_shortcuts (TerminalWindow *window); #endif -static void terminal_window_action_toggle_toolbar (TerminalWindow *window); -static void terminal_window_action_toggle_borders (TerminalWindow *window); -static void terminal_window_action_fullscreen (TerminalWindow *window); -static void terminal_window_action_readonly (TerminalWindow *window); -static void terminal_window_action_scroll_on_output (TerminalWindow *window); -static void terminal_window_action_zoom_in (TerminalWindow *window); -static void terminal_window_action_zoom_out (TerminalWindow *window); -static void terminal_window_action_zoom_reset (TerminalWindow *window); -static void terminal_window_action_prev_tab (TerminalWindow *window); -static void terminal_window_action_next_tab (TerminalWindow *window); -static void terminal_window_action_last_active_tab (TerminalWindow *window); -static void terminal_window_action_move_tab_left (TerminalWindow *window); -static void terminal_window_action_move_tab_right (TerminalWindow *window); -static void terminal_window_action_goto_tab (GtkRadioAction *action, +static gboolean terminal_window_action_toggle_toolbar (TerminalWindow *window); +static gboolean terminal_window_action_toggle_borders (TerminalWindow *window); +static gboolean terminal_window_action_fullscreen (TerminalWindow *window); +static gboolean terminal_window_action_readonly (TerminalWindow *window); +static gboolean terminal_window_action_scroll_on_output (TerminalWindow *window); +static gboolean terminal_window_action_zoom_in (TerminalWindow *window); +static gboolean terminal_window_action_zoom_out (TerminalWindow *window); +static gboolean terminal_window_action_zoom_reset (TerminalWindow *window); +static gboolean terminal_window_action_prev_tab (TerminalWindow *window); +static gboolean terminal_window_action_next_tab (TerminalWindow *window); +static gboolean terminal_window_action_last_active_tab (TerminalWindow *window); +static gboolean terminal_window_action_move_tab_left (TerminalWindow *window); +static gboolean terminal_window_action_move_tab_right (TerminalWindow *window); +static gboolean terminal_window_action_goto_tab (GtkRadioAction *action, GtkNotebook *notebook); -static void terminal_window_action_set_title (TerminalWindow *window); -static void terminal_window_action_set_title_color (TerminalWindow *window); -static void terminal_window_action_search (TerminalWindow *window); -static void terminal_window_action_search_next (TerminalWindow *window); -static void terminal_window_action_search_prev (TerminalWindow *window); -static void terminal_window_action_save_contents (TerminalWindow *window); -static void terminal_window_action_reset (TerminalWindow *window); -static void terminal_window_action_reset_and_clear (TerminalWindow *window); +static gboolean terminal_window_action_set_title (TerminalWindow *window); +static gboolean terminal_window_action_set_title_color (TerminalWindow *window); +static gboolean terminal_window_action_search (TerminalWindow *window); +static gboolean terminal_window_action_search_next (TerminalWindow *window); +static gboolean terminal_window_action_search_prev (TerminalWindow *window); +static gboolean terminal_window_action_save_contents (TerminalWindow *window); +static gboolean terminal_window_action_reset (TerminalWindow *window); +static gboolean terminal_window_action_reset_and_clear (TerminalWindow *window); static void terminal_window_action_send_signal (SendSignalData *data); -static void terminal_window_action_contents (TerminalWindow *window); -static void terminal_window_action_about (TerminalWindow *window); +static gboolean terminal_window_action_contents (TerminalWindow *window); +static gboolean terminal_window_action_about (TerminalWindow *window); +static gboolean terminal_window_action_do_nothing (TerminalWindow *window); static void terminal_window_zoom_update_screens (TerminalWindow *window); static void terminal_window_switch_tab (GtkNotebook *notebook, @@ -259,6 +258,8 @@ GtkWidget *menu); static void terminal_window_update_help_menu (TerminalWindow *window, GtkWidget *menu); +static gboolean terminal_window_can_go_left (TerminalWindow *window); +static gboolean terminal_window_can_go_right (TerminalWindow *window); struct _TerminalWindowPrivate @@ -329,9 +330,7 @@ { TERMINAL_WINDOW_ACTION_CLOSE_WINDOW, "/terminal-window/close-window", "q", XFCE_GTK_IMAGE_MENU_ITEM, N_ ("Close _Window"), NULL, "application-exit", G_CALLBACK (terminal_window_action_close_window), }, { TERMINAL_WINDOW_ACTION_EDIT_MENU, "/terminal-window/edit-menu", "", XFCE_GTK_MENU_ITEM, N_ ("_Edit"), NULL, NULL, NULL, }, { TERMINAL_WINDOW_ACTION_COPY, "/terminal-window/copy", "c", XFCE_GTK_IMAGE_MENU_ITEM, N_ ("_Copy"), N_ ("Copy to clipboard"), "edit-copy", G_CALLBACK (terminal_window_action_copy), }, -#if VTE_CHECK_VERSION (0, 49, 2) { TERMINAL_WINDOW_ACTION_COPY_HTML, "/terminal-window/copy-html", "", XFCE_GTK_IMAGE_MENU_ITEM, N_ ("Copy as _HTML"), N_ ("Copy to clipboard as HTML"), "edit-copy", G_CALLBACK (terminal_window_action_copy_html), }, -#endif { TERMINAL_WINDOW_ACTION_PASTE, "/terminal-window/paste", "v", XFCE_GTK_IMAGE_MENU_ITEM, N_ ("_Paste"), N_ ("Paste from clipboard"), "edit-paste", G_CALLBACK (terminal_window_action_paste), }, { TERMINAL_WINDOW_ACTION_PASTE_ALT, "/terminal-window/paste-alt", "Insert", XFCE_GTK_IMAGE_MENU_ITEM, N_ ("_Paste Alt"), NULL, "edit-paste-alt", G_CALLBACK (terminal_window_action_paste), }, { TERMINAL_WINDOW_ACTION_PASTE_SELECTION, "/terminal-window/paste-selection", "", XFCE_GTK_MENU_ITEM, N_ ("Paste _Selection"), NULL, NULL, G_CALLBACK (terminal_window_action_paste_selection), }, @@ -374,6 +373,16 @@ { TERMINAL_WINDOW_ACTION_FULLSCREEN, "/terminal-window/fullscreen", "F11", XFCE_GTK_CHECK_MENU_ITEM, N_ ("_Fullscreen"), N_ ("Toggle fullscreen mode"), "view-fullscreen", G_CALLBACK (terminal_window_action_fullscreen), }, { TERMINAL_WINDOW_ACTION_READ_ONLY, "/terminal-window/read-only", "", XFCE_GTK_CHECK_MENU_ITEM, N_ ("_Read-Only"), N_ ("Toggle read-only mode"), NULL, G_CALLBACK (terminal_window_action_readonly), }, { TERMINAL_WINDOW_ACTION_SCROLL_ON_OUTPUT, "/terminal-window/scroll-on-output", "", XFCE_GTK_CHECK_MENU_ITEM, N_ ("Scroll on _Output"), N_ ("Toggle scroll on output"), NULL, G_CALLBACK (terminal_window_action_scroll_on_output), }, + /* used for changing the accelerator keys via the ShortcutsEditor, the logic is still handle by GtkActionEntries */ + { TERMINAL_WINDOW_ACTION_GOTO_TAB_1, "/terminal-window/goto-tab-1", "1", XFCE_GTK_CHECK_MENU_ITEM, N_ ("Go to Tab 1"), NULL, NULL, G_CALLBACK (terminal_window_action_do_nothing), }, + { TERMINAL_WINDOW_ACTION_GOTO_TAB_2, "/terminal-window/goto-tab-2", "2", XFCE_GTK_CHECK_MENU_ITEM, N_ ("Go to Tab 2"), NULL, NULL, G_CALLBACK (terminal_window_action_do_nothing), }, + { TERMINAL_WINDOW_ACTION_GOTO_TAB_3, "/terminal-window/goto-tab-3", "3", XFCE_GTK_CHECK_MENU_ITEM, N_ ("Go to Tab 3"), NULL, NULL, G_CALLBACK (terminal_window_action_do_nothing), }, + { TERMINAL_WINDOW_ACTION_GOTO_TAB_4, "/terminal-window/goto-tab-4", "4", XFCE_GTK_CHECK_MENU_ITEM, N_ ("Go to Tab 4"), NULL, NULL, G_CALLBACK (terminal_window_action_do_nothing), }, + { TERMINAL_WINDOW_ACTION_GOTO_TAB_5, "/terminal-window/goto-tab-5", "5", XFCE_GTK_CHECK_MENU_ITEM, N_ ("Go to Tab 5"), NULL, NULL, G_CALLBACK (terminal_window_action_do_nothing), }, + { TERMINAL_WINDOW_ACTION_GOTO_TAB_6, "/terminal-window/goto-tab-6", "6", XFCE_GTK_CHECK_MENU_ITEM, N_ ("Go to Tab 6"), NULL, NULL, G_CALLBACK (terminal_window_action_do_nothing), }, + { TERMINAL_WINDOW_ACTION_GOTO_TAB_7, "/terminal-window/goto-tab-7", "7", XFCE_GTK_CHECK_MENU_ITEM, N_ ("Go to Tab 7"), NULL, NULL, G_CALLBACK (terminal_window_action_do_nothing), }, + { TERMINAL_WINDOW_ACTION_GOTO_TAB_8, "/terminal-window/goto-tab-8", "8", XFCE_GTK_CHECK_MENU_ITEM, N_ ("Go to Tab 8"), NULL, NULL, G_CALLBACK (terminal_window_action_do_nothing), }, + { TERMINAL_WINDOW_ACTION_GOTO_TAB_9, "/terminal-window/goto-tab-9", "9", XFCE_GTK_CHECK_MENU_ITEM, N_ ("Go to Tab 9"), NULL, NULL, G_CALLBACK (terminal_window_action_do_nothing), }, }; #define get_action_entry(id) xfce_gtk_get_action_entry_by_id(action_entries,G_N_ELEMENTS(action_entries),id) @@ -535,8 +544,8 @@ g_signal_connect (G_OBJECT (window->priv->notebook), "scroll-event", G_CALLBACK (terminal_window_notebook_scroll_event), window); - gtk_box_pack_start (GTK_BOX (window->priv->vbox), window->menubar, TRUE, TRUE, 0); - gtk_box_pack_start (GTK_BOX (window->priv->vbox), window->toolbar, TRUE, TRUE, 0); + gtk_box_pack_start (GTK_BOX (window->priv->vbox), window->menubar, FALSE, FALSE, 0); + gtk_box_pack_start (GTK_BOX (window->priv->vbox), window->toolbar, FALSE, FALSE, 0); gtk_box_pack_start (GTK_BOX (window->priv->vbox), window->priv->notebook, TRUE, TRUE, 0); gtk_widget_show_all (window->priv->vbox); @@ -756,7 +765,10 @@ { XfceGtkActionEntry entry = action_entries[i]; if (strncmp (accel->path, entry.accel_path + strlen (entry.accel_path) - length, length) == 0) - ((void (*) (TerminalWindow*))entry.callback) (window); + { + ((void (*) (TerminalWindow *)) entry.callback) (window); + return TRUE; + } } } } @@ -1448,10 +1460,19 @@ xfce_gtk_menu_item_new_from_action_entry (get_action_entry (TERMINAL_WINDOW_ACTION_NEW_TAB), G_OBJECT (window), GTK_MENU_SHELL (context_menu)); xfce_gtk_menu_item_new_from_action_entry (get_action_entry (TERMINAL_WINDOW_ACTION_NEW_WINDOW), G_OBJECT (window), GTK_MENU_SHELL (context_menu)); xfce_gtk_menu_append_seperator (GTK_MENU_SHELL (context_menu)); - terminal_window_menu_add_section (window, context_menu, MENU_SECTION_COPY | MENU_SECTION_PASTE | MENU_SECTION_VIEW, FALSE); + + terminal_window_menu_add_section (window, context_menu, MENU_SECTION_COPY | MENU_SECTION_PASTE, FALSE); + + xfce_gtk_toggle_menu_item_new_from_action_entry (get_action_entry (TERMINAL_WINDOW_ACTION_SHOW_MENUBAR), G_OBJECT (window), gtk_widget_is_visible (window->menubar), GTK_MENU_SHELL (context_menu)); + xfce_gtk_toggle_menu_item_new_from_action_entry (get_action_entry (TERMINAL_WINDOW_ACTION_FULLSCREEN), G_OBJECT (window), window->is_fullscreen, GTK_MENU_SHELL (context_menu)); + xfce_gtk_toggle_menu_item_new_from_action_entry (get_action_entry (TERMINAL_WINDOW_ACTION_READ_ONLY), G_OBJECT (window), !terminal_screen_get_input_enabled (window->priv->active), GTK_MENU_SHELL (context_menu)); + xfce_gtk_menu_append_seperator (GTK_MENU_SHELL (context_menu)); + terminal_window_menu_add_section (window, context_menu, MENU_SECTION_ZOOM | MENU_SECTION_SIGNAL, TRUE); + xfce_gtk_menu_item_new_from_action_entry (get_action_entry (TERMINAL_WINDOW_ACTION_SAVE_CONTENTS), G_OBJECT (window), GTK_MENU_SHELL (context_menu)); xfce_gtk_menu_append_seperator (GTK_MENU_SHELL (context_menu)); + xfce_gtk_menu_item_new_from_action_entry (get_action_entry (TERMINAL_WINDOW_ACTION_PREFERENCES), G_OBJECT (window), GTK_MENU_SHELL (context_menu)); xfce_gtk_menu_append_seperator (GTK_MENU_SHELL (context_menu)); @@ -1526,7 +1547,7 @@ -static void +static gboolean terminal_window_action_new_tab (TerminalWindow *window) { TerminalScreen *terminal = TERMINAL_SCREEN (g_object_new (TERMINAL_TYPE_SCREEN, NULL)); @@ -1540,11 +1561,13 @@ terminal_window_add (window, terminal); terminal_screen_launch_child (terminal); + + return TRUE; } -static void +static gboolean terminal_window_action_new_window (TerminalWindow *window) { gchar *directory = terminal_window_get_working_directory (window); @@ -1554,11 +1577,13 @@ g_signal_emit (G_OBJECT (window), window_signals[NEW_WINDOW], 0, directory); g_free (directory); } + + return TRUE; } -static void +static gboolean terminal_window_action_undo_close_tab (TerminalWindow *window) { TerminalScreen *terminal; @@ -1566,7 +1591,7 @@ GtkWidget *current = GTK_WIDGET (window->priv->active); if (G_UNLIKELY (g_queue_is_empty (window->priv->closed_tabs_list))) - return; + return TRUE; /* get info on the last closed tab and remove it from the list */ tab_attr = g_queue_pop_tail (window->priv->closed_tabs_list); @@ -1592,31 +1617,35 @@ terminal_tab_attr_free (tab_attr); terminal_screen_launch_child (terminal); + + return TRUE; } -static void +static gboolean terminal_window_action_detach_tab (TerminalWindow *window) { if (G_LIKELY (window->priv->active != NULL)) terminal_window_notebook_create_window (GTK_NOTEBOOK (window->priv->notebook), GTK_WIDGET (window->priv->active), -1, -1, window); + return TRUE; } -static void +static gboolean terminal_window_action_close_tab (TerminalWindow *window) { if (G_LIKELY (window->priv->active != NULL)) terminal_window_close_tab_request (window->priv->active, window); + return TRUE; } -static void +static gboolean terminal_window_action_close_other_tabs (TerminalWindow *window) { GtkNotebook *notebook = GTK_NOTEBOOK (window->priv->notebook); @@ -1629,62 +1658,68 @@ npages = gtk_notebook_get_n_pages (notebook); for (n = npages - 1; n > 0; n--) terminal_window_close_tab_request (TERMINAL_SCREEN (gtk_notebook_get_nth_page (notebook, n)), window); + + return TRUE; } -static void +static gboolean terminal_window_action_close_window (TerminalWindow *window) { /* this will invoke the "delete-event" handler */ gtk_window_close (GTK_WINDOW (window)); + return TRUE; } -static void +static gboolean terminal_window_action_copy (TerminalWindow *window) { if (G_LIKELY (window->priv->active != NULL)) terminal_screen_copy_clipboard (window->priv->active); + return TRUE; } -#if VTE_CHECK_VERSION (0, 49, 2) -static void +static gboolean terminal_window_action_copy_html (TerminalWindow *window) { if (G_LIKELY (window->priv->active != NULL)) terminal_screen_copy_clipboard_html (window->priv->active); + return TRUE; } -#endif -static void +static gboolean terminal_window_action_paste (TerminalWindow *window) { if (G_LIKELY (window->priv->active != NULL)) terminal_screen_paste_clipboard (window->priv->active); + return TRUE; } -static void +static gboolean terminal_window_action_paste_selection (TerminalWindow *window) { if (G_LIKELY (window->priv->active != NULL)) terminal_screen_paste_primary (window->priv->active); + return TRUE; } -static void +static gboolean terminal_window_action_select_all (TerminalWindow *window) { if (G_LIKELY (window->priv->active != NULL)) terminal_screen_select_all (window->priv->active); + return TRUE; } @@ -1725,7 +1760,7 @@ -static void +static gboolean terminal_window_action_copy_input (TerminalWindow *window) { GtkWidget *popover, *button, *box, *label, *entry; @@ -1756,6 +1791,8 @@ g_signal_connect (G_OBJECT (popover), "closed", G_CALLBACK (copy_input_popover_close), window); gtk_widget_show_all (popover); + + return TRUE; } @@ -1775,7 +1812,7 @@ -static void +static gboolean terminal_window_action_prefs (TerminalWindow *window) { if (window->priv->preferences_dialog == NULL) @@ -1794,21 +1831,28 @@ gtk_window_set_transient_for (GTK_WINDOW (window->priv->preferences_dialog), GTK_WINDOW (window)); gtk_window_present (GTK_WINDOW (window->priv->preferences_dialog)); } + + return TRUE; } #if LIBXFCE4UI_CHECK_VERSION (4, 17, 2) -static void +static gboolean terminal_window_action_shortcuts (TerminalWindow *window) { +#if LIBXFCE4UI_CHECK_VERSION (4, 17, 5) + xfce_shortcuts_editor_dialog_new_with_parent (GTK_WINDOW (window), 4, "", action_entries, TERMINAL_WINDOW_ACTION_N); +#else xfce_shortcuts_editor_dialog_new (4, "", action_entries, TERMINAL_WINDOW_ACTION_N); +#endif + return TRUE; } #endif -static void +static gboolean terminal_window_action_toggle_toolbar (TerminalWindow *window) { terminal_return_if_fail (GTK_IS_UI_MANAGER (window->priv->ui_manager)); @@ -1822,19 +1866,21 @@ gtk_widget_hide (window->toolbar); terminal_window_size_pop (window); + return TRUE; } -static void +static gboolean terminal_window_action_toggle_borders (TerminalWindow *window) { gtk_window_set_decorated (GTK_WINDOW (window), !gtk_window_get_decorated (GTK_WINDOW (window))); + return TRUE; } -static void +static gboolean terminal_window_action_fullscreen (TerminalWindow *window) { if (gtk_widget_get_visible (GTK_WIDGET (window))) @@ -1845,31 +1891,34 @@ else gtk_window_unfullscreen (GTK_WINDOW (window)); } + return TRUE; } -static void +static gboolean terminal_window_action_readonly (TerminalWindow *window) { terminal_return_if_fail (window->priv->active != NULL); terminal_screen_set_input_enabled (window->priv->active, !terminal_screen_get_input_enabled (window->priv->active)); + return TRUE; } -static void +static gboolean terminal_window_action_scroll_on_output (TerminalWindow *window) { terminal_return_if_fail (window->priv->active != NULL); terminal_screen_set_scroll_on_output (window->priv->active, !terminal_screen_get_scroll_on_output (window->priv->active)); + return TRUE; } -static void +static gboolean terminal_window_action_zoom_in (TerminalWindow *window) { terminal_return_if_fail (window->priv->active != NULL); @@ -1879,11 +1928,12 @@ ++window->priv->zoom; terminal_window_zoom_update_screens (window); } + return TRUE; } -static void +static gboolean terminal_window_action_zoom_out (TerminalWindow *window) { terminal_return_if_fail (window->priv->active != NULL); @@ -1893,11 +1943,12 @@ --window->priv->zoom; terminal_window_zoom_update_screens (window); } + return TRUE; } -static void +static gboolean terminal_window_action_zoom_reset (TerminalWindow *window) { terminal_return_if_fail (window->priv->active != NULL); @@ -1907,27 +1958,40 @@ window->priv->zoom = TERMINAL_ZOOM_LEVEL_DEFAULT; terminal_window_zoom_update_screens (window); } + return TRUE; } -static void +static gboolean terminal_window_action_prev_tab (TerminalWindow *window) { - terminal_window_switch_tab (GTK_NOTEBOOK (window->priv->notebook), TRUE); + if (terminal_window_can_go_left (window) == TRUE) + { + terminal_window_switch_tab (GTK_NOTEBOOK (window->priv->notebook), TRUE); + return TRUE; + } + else + return FALSE; } -static void +static gboolean terminal_window_action_next_tab (TerminalWindow *window) { - terminal_window_switch_tab (GTK_NOTEBOOK (window->priv->notebook), FALSE); + if (terminal_window_can_go_right (window) == TRUE) + { + terminal_window_switch_tab (GTK_NOTEBOOK (window->priv->notebook), FALSE); + return TRUE; + } + else + return FALSE; } -static void +static gboolean terminal_window_action_last_active_tab (TerminalWindow *window) { if (window->priv->last_active != NULL) @@ -1936,27 +2000,41 @@ gint page_num = gtk_notebook_page_num (notebook, GTK_WIDGET (window->priv->last_active)); gtk_notebook_set_current_page (notebook, page_num); } + + return TRUE; } -static void +static gboolean terminal_window_action_move_tab_left (TerminalWindow *window) { - terminal_window_move_tab (GTK_NOTEBOOK (window->priv->notebook), TRUE); + if (terminal_window_can_go_left (window) == TRUE) + { + terminal_window_move_tab (GTK_NOTEBOOK (window->priv->notebook), TRUE); + return TRUE; + } + else + return FALSE; } -static void +static gboolean terminal_window_action_move_tab_right (TerminalWindow *window) { - terminal_window_move_tab (GTK_NOTEBOOK (window->priv->notebook), FALSE); + if (terminal_window_can_go_right (window) == TRUE) + { + terminal_window_move_tab (GTK_NOTEBOOK (window->priv->notebook), FALSE); + return TRUE; + } + else + return FALSE; } -static void +static gboolean terminal_window_action_goto_tab (GtkRadioAction *action, GtkNotebook *notebook) { @@ -1973,6 +2051,8 @@ gtk_notebook_set_current_page (notebook, page); } G_GNUC_END_IGNORE_DEPRECATIONS + + return TRUE; } @@ -2018,7 +2098,7 @@ -static void +static gboolean terminal_window_action_set_title (TerminalWindow *window) { GtkWidget *button; @@ -2080,11 +2160,13 @@ } gtk_widget_show_all (window->priv->title_popover); + + return TRUE; } -static void +static gboolean terminal_window_action_set_title_color (TerminalWindow *window) { GtkWidget *dialog; @@ -2107,6 +2189,8 @@ terminal_screen_set_custom_title_color (window->priv->active, NULL); gtk_widget_destroy (dialog); + + return TRUE; } @@ -2139,7 +2223,7 @@ -static void +static gboolean terminal_window_action_search (TerminalWindow *window) { if (window->priv->search_dialog == NULL) @@ -2156,6 +2240,8 @@ window->priv->n_child_windows++; terminal_search_dialog_present (TERMINAL_SEARCH_DIALOG (window->priv->search_dialog)); + + return TRUE; } @@ -2187,25 +2273,27 @@ -static void +static gboolean terminal_window_action_search_next (TerminalWindow *window) { if (prepare_regex (window)) terminal_screen_search_find_next (window->priv->active); + return TRUE; } -static void +static gboolean terminal_window_action_search_prev (TerminalWindow *window) { if (prepare_regex (window)) terminal_screen_search_find_previous (window->priv->active); + return TRUE; } -static void +static gboolean terminal_window_action_save_contents (TerminalWindow *window) { GtkWidget *dialog; @@ -2239,14 +2327,14 @@ if (response != GTK_RESPONSE_ACCEPT) { gtk_widget_destroy (dialog); - return; + return TRUE; } filename_uri = gtk_file_chooser_get_uri (GTK_FILE_CHOOSER (dialog)); gtk_widget_destroy (dialog); if (filename_uri == NULL) - return; + return TRUE; file = g_file_new_for_uri (filename_uri); stream = G_OUTPUT_STREAM (g_file_replace (file, NULL, FALSE, G_FILE_CREATE_NONE, NULL, &error)); @@ -2264,26 +2352,29 @@ g_object_unref (file); g_free (filename_uri); + return TRUE; } -static void +static gboolean terminal_window_action_reset (TerminalWindow *window) { if (G_LIKELY (window->priv->active != NULL)) terminal_screen_reset (window->priv->active, FALSE); + return TRUE; } -static void +static gboolean terminal_window_action_reset_and_clear (TerminalWindow *window) { if (G_LIKELY (window->priv->active != NULL)) { terminal_screen_reset (window->priv->active, TRUE); } + return TRUE; } @@ -2297,7 +2388,7 @@ -static void +static gboolean terminal_window_action_contents (TerminalWindow *window) { gboolean no_key; @@ -2307,7 +2398,7 @@ "shortcuts-no-helpkey", &no_key, NULL); if (no_key == TRUE) - return; + return FALSE; /* don't hide the drop-down terminal */ if (TERMINAL_IS_WINDOW_DROPDOWN (window)) @@ -2315,11 +2406,12 @@ /* open the Terminal user manual */ xfce_dialog_show_help (GTK_WINDOW (window), "terminal", NULL, NULL); + return TRUE; } -static void +static gboolean terminal_window_action_about (TerminalWindow *window) { /* don't hide the drop-down terminal */ @@ -2328,6 +2420,24 @@ /* display the about dialog */ terminal_util_show_about_dialog (GTK_WINDOW (window)); + + return TRUE; +} + + + +/** + * terminal_window_action_do_nothing: + * + * Used as a dummy value for go-to tab accelerators XfceGtkActionEntries. + * If an entry doesn't have a Callback it won't appear in the XfceShortcutsEditor. + * go-to tab accelerator entries don't have an actual tab because all their logic still uses + * GtkActionEntries. Until that is dealt with we use their XfceGtkActionEntries only for changing the shortcuts via the editor. + **/ +static gboolean +terminal_window_action_do_nothing (TerminalWindow *window) +{ + return FALSE; } @@ -3017,11 +3127,9 @@ item = xfce_gtk_menu_item_new_from_action_entry (get_action_entry (TERMINAL_WINDOW_ACTION_COPY), G_OBJECT (window), GTK_MENU_SHELL (insert_to_menu)); gtk_widget_set_sensitive (item, terminal_screen_has_selection (window->priv->active)); -#if VTE_CHECK_VERSION (0, 49, 2) item = xfce_gtk_menu_item_new_from_action_entry (get_action_entry (TERMINAL_WINDOW_ACTION_COPY_HTML), G_OBJECT (window), GTK_MENU_SHELL (insert_to_menu)); gtk_widget_set_sensitive (item, terminal_screen_has_selection (window->priv->active)); xfce_gtk_menu_append_seperator (GTK_MENU_SHELL (menu)); -#endif } if (sections & MENU_SECTION_PASTE) @@ -3041,6 +3149,7 @@ xfce_gtk_toggle_menu_item_new_from_action_entry (get_action_entry (TERMINAL_WINDOW_ACTION_SHOW_MENUBAR), G_OBJECT (window), gtk_widget_is_visible (window->menubar), GTK_MENU_SHELL (insert_to_menu)); xfce_gtk_toggle_menu_item_new_from_action_entry (get_action_entry (TERMINAL_WINDOW_ACTION_SHOW_TOOLBAR), G_OBJECT (window), gtk_widget_is_visible (window->toolbar), GTK_MENU_SHELL (insert_to_menu)); + xfce_gtk_toggle_menu_item_new_from_action_entry (get_action_entry (TERMINAL_WINDOW_ACTION_SHOW_BORDERS), G_OBJECT (window), gtk_window_get_decorated (GTK_WINDOW (window)), GTK_MENU_SHELL (insert_to_menu)); xfce_gtk_toggle_menu_item_new_from_action_entry (get_action_entry (TERMINAL_WINDOW_ACTION_FULLSCREEN), G_OBJECT (window), window->is_fullscreen, GTK_MENU_SHELL (insert_to_menu)); xfce_gtk_menu_append_seperator (GTK_MENU_SHELL (menu)); } @@ -3113,7 +3222,8 @@ terminal_return_if_fail (TERMINAL_IS_WINDOW (window)); terminal_window_menu_clean (GTK_MENU (menu)); - terminal_window_menu_add_section (window, menu, MENU_SECTION_VIEW | MENU_SECTION_ZOOM, FALSE); + terminal_window_menu_add_section (window, menu, MENU_SECTION_VIEW, FALSE); + terminal_window_menu_add_section (window, menu, MENU_SECTION_ZOOM, FALSE); gtk_widget_show_all (GTK_WIDGET (menu)); } @@ -3165,9 +3275,7 @@ GtkWidget *menu) { GtkWidget *item; - gint page_num; gint n_pages; - gboolean cycle_tabs; gboolean can_go_left; gboolean can_go_right; @@ -3182,14 +3290,9 @@ terminal_return_if_fail (TERMINAL_IS_WINDOW (window)); n_pages = gtk_notebook_get_n_pages (GTK_NOTEBOOK (window->priv->notebook)); - page_num = gtk_notebook_page_num (GTK_NOTEBOOK (window->priv->notebook), GTK_WIDGET (window->priv->active)); - - g_object_get (G_OBJECT (window->priv->preferences), - "misc-cycle-tabs", &cycle_tabs, - NULL); - can_go_left = (cycle_tabs && n_pages > 1) || (page_num > 0); - can_go_right = (cycle_tabs && n_pages > 1) || (page_num < n_pages - 1); + can_go_left = terminal_window_can_go_left (window); + can_go_right = terminal_window_can_go_right (window); terminal_window_menu_clean (GTK_MENU (menu)); item = xfce_gtk_menu_item_new_from_action_entry (get_action_entry (TERMINAL_WINDOW_ACTION_PREV_TAB), G_OBJECT (window), GTK_MENU_SHELL (menu)); @@ -3285,6 +3388,50 @@ } + +static gboolean +terminal_window_can_go_left (TerminalWindow *window) +{ + gint page_num; + gint n_pages; + gboolean cycle_tabs; + + + terminal_return_if_fail (TERMINAL_IS_WINDOW (window)); + + n_pages = gtk_notebook_get_n_pages (GTK_NOTEBOOK (window->priv->notebook)); + page_num = gtk_notebook_page_num (GTK_NOTEBOOK (window->priv->notebook), GTK_WIDGET (window->priv->active)); + + g_object_get (G_OBJECT (window->priv->preferences), + "misc-cycle-tabs", &cycle_tabs, + NULL); + + return (cycle_tabs && n_pages > 1) || (page_num > 0); +} + + + +static gboolean +terminal_window_can_go_right (TerminalWindow *window) +{ + gint page_num; + gint n_pages; + gboolean cycle_tabs; + + + terminal_return_if_fail (TERMINAL_IS_WINDOW (window)); + + n_pages = gtk_notebook_get_n_pages (GTK_NOTEBOOK (window->priv->notebook)); + page_num = gtk_notebook_page_num (GTK_NOTEBOOK (window->priv->notebook), GTK_WIDGET (window->priv->active)); + + g_object_get (G_OBJECT (window->priv->preferences), + "misc-cycle-tabs", &cycle_tabs, + NULL); + + return (cycle_tabs && n_pages > 1) || (page_num < n_pages - 1); +} + + XfceGtkActionEntry* terminal_window_get_action_entry (TerminalWindow *window, diff -Nru xfce4-terminal-0.9.1/terminal/terminal-window.h xfce4-terminal-1.0.4/terminal/terminal-window.h --- xfce4-terminal-0.9.1/terminal/terminal-window.h 2021-12-10 11:18:40.000000000 +0000 +++ xfce4-terminal-1.0.4/terminal/terminal-window.h 2022-05-22 09:06:41.000000000 +0000 @@ -48,9 +48,7 @@ TERMINAL_WINDOW_ACTION_CLOSE_WINDOW, TERMINAL_WINDOW_ACTION_EDIT_MENU, TERMINAL_WINDOW_ACTION_COPY, -#if VTE_CHECK_VERSION (0, 49, 2) TERMINAL_WINDOW_ACTION_COPY_HTML, -#endif TERMINAL_WINDOW_ACTION_PASTE, TERMINAL_WINDOW_ACTION_PASTE_ALT, TERMINAL_WINDOW_ACTION_PASTE_SELECTION, @@ -94,6 +92,17 @@ TERMINAL_WINDOW_ACTION_READ_ONLY, TERMINAL_WINDOW_ACTION_SCROLL_ON_OUTPUT, + /* go-to tab accelerators */ + TERMINAL_WINDOW_ACTION_GOTO_TAB_1, + TERMINAL_WINDOW_ACTION_GOTO_TAB_2, + TERMINAL_WINDOW_ACTION_GOTO_TAB_3, + TERMINAL_WINDOW_ACTION_GOTO_TAB_4, + TERMINAL_WINDOW_ACTION_GOTO_TAB_5, + TERMINAL_WINDOW_ACTION_GOTO_TAB_6, + TERMINAL_WINDOW_ACTION_GOTO_TAB_7, + TERMINAL_WINDOW_ACTION_GOTO_TAB_8, + TERMINAL_WINDOW_ACTION_GOTO_TAB_9, + TERMINAL_WINDOW_ACTION_N } TerminalWindowAction;