lxterminal-0.2.0/0000755000175000017500000000000012421541370010670 500000000000000lxterminal-0.2.0/README0000644000175000017500000000043612412537562011503 00000000000000LXterminal is a VTE-based terminal emulator with support for multiple tabs. It is completely desktop-independent and does not have any unnecessary dependencies. In order to reduce memory usage and increase the performance all instances of the terminal are sharing a single process. lxterminal-0.2.0/config.h.in0000644000175000017500000000405212421534524012637 00000000000000/* config.h.in. Generated from configure.ac by autoheader. */ /* always defined to indicate that i18n is enabled */ #undef ENABLE_NLS /* Gettext package. */ #undef GETTEXT_PACKAGE /* Define to 1 if you have the `bind_textdomain_codeset' function. */ #undef HAVE_BIND_TEXTDOMAIN_CODESET /* Define to 1 if you have the `dcgettext' function. */ #undef HAVE_DCGETTEXT /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_LANGINFO_H /* Define if your file defines LC_MESSAGES. */ #undef HAVE_LC_MESSAGES /* Define to 1 if you have the 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_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Version number of package */ #undef VERSION lxterminal-0.2.0/INSTALL0000644000175000017500000003633212412537562011660 00000000000000Installation Instructions ************************* Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without warranty of any kind. Basic Installation ================== Briefly, the shell commands `./configure; make; make install' should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. Some packages provide this `INSTALL' file but do not implement all of the features documented below. The lack of an optional feature in a given package is not necessarily a bug. More recommendations for GNU packages can be found in *note Makefile Conventions: (standards)Makefile Conventions. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. It may also create one or more `.h' files containing system-dependent definitions. Finally, it creates a shell script `config.status' that you can run in the future to recreate the current configuration, and a file `config.log' containing compiler output (useful mainly for debugging `configure'). It can also use an optional file (typically called `config.cache' and enabled with `--cache-file=config.cache' or simply `-C') that saves the results of its tests to speed up reconfiguring. Caching is disabled by default to prevent problems with accidental use of stale cache files. If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and mail diffs or instructions to the address given in the `README' so they can be considered for the next release. If you are using the cache, and at some point `config.cache' contains results you don't want to keep, you may remove or edit it. The file `configure.ac' (or `configure.in') is used to create `configure' by a program called `autoconf'. You need `configure.ac' if you want to change it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. Running `configure' might take a while. While running, it prints some messages telling which features it is checking for. 2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with the package, generally using the just-built uninstalled binaries. 4. Type `make install' to install the programs and any data files and documentation. When installing into a prefix owned by root, it is recommended that the package be configured and built as a regular user, and only the `make install' phase executed with root privileges. 5. Optionally, type `make installcheck' to repeat any self-tests, but this time using the binaries in their final installed location. This target does not install anything. Running this target as a regular user, particularly if the prior `make install' required root privileges, verifies that the installation completed correctly. 6. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is also a `make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. 7. Often, you can also type `make uninstall' to remove the installed files again. In practice, not all packages have tested that uninstallation works correctly, even though it is required by the GNU Coding Standards. 8. Some packages, particularly those that use Automake, provide `make distcheck', which can by used by developers to test that all other targets like `make install' and `make uninstall' work correctly. This target is generally not run by end users. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the `configure' script does not know about. Run `./configure --help' for details on some of the pertinent environment variables. You can give `configure' initial values for configuration parameters by setting variables in the command line or in the environment. Here is an example: ./configure CC=c99 CFLAGS=-g LIBS=-lposix *Note Defining Variables::, for more details. Compiling For Multiple Architectures ==================================== You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you can use GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. This is known as a "VPATH" build. With a non-GNU `make', it is safer to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use `make distclean' before reconfiguring for another architecture. On MacOS X 10.5 and later systems, you can create libraries and executables that work on multiple system types--known as "fat" or "universal" binaries--by specifying multiple `-arch' options to the compiler but only a single `-arch' option to the preprocessor. Like this: ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CPP="gcc -E" CXXCPP="g++ -E" This is not guaranteed to produce working output in all cases, you may have to build one architecture at a time and combine the results using the `lipo' tool if you have problems. Installation Names ================== By default, `make install' installs the package's commands under `/usr/local/bin', include files under `/usr/local/include', etc. You can specify an installation prefix other than `/usr/local' by giving `configure' the option `--prefix=PREFIX', where PREFIX must be an absolute file name. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you pass the option `--exec-prefix=PREFIX' to `configure', the package uses PREFIX as the prefix for installing programs and libraries. Documentation and other data files still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=DIR' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories you can set and what kinds of files go in them. In general, the default for these options is expressed in terms of `${prefix}', so that specifying just `--prefix' will affect all of the other directory specifications that were not explicitly provided. The most portable way to affect installation locations is to pass the correct locations to `configure'; however, many packages provide one or both of the following shortcuts of passing variable assignments to the `make install' command line to change installation locations without having to reconfigure or recompile. The first method involves providing an override variable for each affected directory. For example, `make install prefix=/alternate/directory' will choose an alternate location for all directory configuration variables that were expressed in terms of `${prefix}'. Any directories that were specified during `configure', but not in terms of `${prefix}', must each be overridden at install time for the entire installation to be relocated. The approach of makefile variable overrides for each directory variable is required by the GNU Coding Standards, and ideally causes no recompilation. However, some platforms have known limitations with the semantics of shared libraries that end up requiring recompilation when using this method, particularly noticeable in packages that use GNU Libtool. The second method involves providing the `DESTDIR' variable. For example, `make install DESTDIR=/alternate/directory' will prepend `/alternate/directory' before all installation names. The approach of `DESTDIR' overrides is not required by the GNU Coding Standards, and does not work on platforms that have drive letters. On the other hand, it does better at avoiding recompilation issues, and works well even when some directory options were not specified in terms of `${prefix}' at `configure' time. Optional Features ================= If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `gnu-as' or `x' (for the X Window System). The `README' should mention any `--enable-' and `--with-' options that the package recognizes. For packages that use the X Window System, `configure' can usually find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. Some packages offer the ability to configure how verbose the execution of `make' will be. For these packages, running `./configure --enable-silent-rules' sets the default to minimal output, which can be overridden with `make V=1'; while running `./configure --disable-silent-rules' sets the default to verbose, which can be overridden with `make V=0'. Particular systems ================== On HP-UX, the default C compiler is not ANSI C compatible. If GNU CC is not installed, it is recommended to use the following options in order to use an ANSI C compiler: ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" and if that doesn't work, install pre-built binaries of GCC for HP-UX. On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot parse its `' header file. The option `-nodtk' can be used as a workaround. If GNU CC is not installed, it is therefore recommended to try ./configure CC="cc" and if that doesn't work, try ./configure CC="cc -nodtk" On Solaris, don't put `/usr/ucb' early in your `PATH'. This directory contains several dysfunctional programs; working variants of these programs are available in `/usr/bin'. So, if you need `/usr/ucb' in your `PATH', put it _after_ `/usr/bin'. On Haiku, software installed for all users goes in `/boot/common', not `/usr/local'. It is recommended to use the following options: ./configure --prefix=/boot/common Specifying the System Type ========================== There may be some features `configure' cannot figure out automatically, but needs to determine by the type of machine the package will run on. Usually, assuming the package is built to be run on the _same_ architectures, `configure' can figure that out, but if it prints a message saying it cannot guess the machine type, give it the `--build=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name which has the form: CPU-COMPANY-SYSTEM where SYSTEM can have one of these forms: OS KERNEL-OS See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't need to know the machine type. If you are _building_ compiler tools for cross-compiling, you should use the option `--target=TYPE' to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a platform different from the build platform, you should specify the "host" platform (i.e., that on which the generated programs will eventually be run) with `--host=TYPE'. Sharing Defaults ================ If you want to set default values for `configure' scripts to share, you can create a site shell script called `config.site' that gives default values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. A warning: not all `configure' scripts look for a site script. Defining Variables ================== Variables not defined in a site shell script can be set in the environment passed to `configure'. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set them in the `configure' command line, using `VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc causes the specified `gcc' to be used as the C compiler (unless it is overridden in the site shell script). Unfortunately, this technique does not work for `CONFIG_SHELL' due to an Autoconf bug. Until the bug is fixed you can use this workaround: CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash `configure' Invocation ====================== `configure' recognizes the following options to control how it operates. `--help' `-h' Print a summary of all of the options to `configure', and exit. `--help=short' `--help=recursive' Print a summary of the options unique to this package's `configure', and exit. The `short' variant lists options used only in the top level, while the `recursive' variant lists options also present in any nested packages. `--version' `-V' Print the version of Autoconf used to generate the `configure' script, and exit. `--cache-file=FILE' Enable the cache: use and save the results of the tests in FILE, traditionally `config.cache'. FILE defaults to `/dev/null' to disable caching. `--config-cache' `-C' Alias for `--cache-file=config.cache'. `--quiet' `--silent' `-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to `/dev/null' (any error messages will still be shown). `--srcdir=DIR' Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. `--prefix=DIR' Use DIR as the installation prefix. *note Installation Names:: for more details, including other options available for fine-tuning the installation locations. `--no-create' `-n' Run the configure checks, but stop before creating any output files. `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. lxterminal-0.2.0/configure.ac0000644000175000017500000000774012421534366013115 00000000000000AC_PREREQ(2.57) AC_INIT(lxterminal, 0.2.0, http://lxde.org/) AM_CONFIG_HEADER(config.h) # Support silent build rules. Disable by either passing --disable-silent-rules # to configure or passing V=1 to make AM_SILENT_RULES([yes]) AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz]) AC_PROG_INTLTOOL AM_MAINTAINER_MODE([enable]) AC_ISC_POSIX AC_PROG_CC AC_PROG_INSTALL AM_PROG_CC_C_O AC_HEADER_STDC AC_CHECK_HEADERS(locale.h langinfo.h) AC_ARG_ENABLE(man, [AC_HELP_STRING([--enable-man], [regenerate roff man pages from Docbook @<:@default=no@:>@])], [enable_man="${enableval}"], [enable_man=no] ) AC_ARG_ENABLE(more_warnings, [AC_HELP_STRING([--enable-more-warnings], [Add more warnings @<:@default=no@:>@])], [enable_more_warnings="${enableval}"], [enable_more_warnings=no] ) AC_ARG_ENABLE(gtk3, AC_HELP_STRING([--enable-gtk3],[enable to use gtk-3.0 instead of gtk-2.0]), [case "${enableval}" in yes) enable_gtk3=yes ;; no) enable_gtk3=no ;; *) AC_MSG_ERROR([bad value "${enableval}" for --enable-gtk3, use "yes" (default) or "no".]) ;; esac],[]) # Checks for libraries. if test "x$enable_gtk3" = "xyes" ; then CFLAGS="$CFLAGS -DENABLE_GTK3" gtk_modules="gtk+-3.0 >= 3.0.0" else gtk_modules="gtk+-2.0 >= 2.18.0" fi PKG_CHECK_MODULES(gtk, [$gtk_modules]) AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_LIBS) PKG_CHECK_MODULES(glib, [glib-2.0 >= 2.6.0]) PKG_CHECK_MODULES(x11, [x11 >= 1.0]) if test "x$enable_gtk3" = "xyes" ; then PKG_CHECK_MODULES(vte, [vte-2.90 >= 0.20.0]) else PKG_CHECK_MODULES(vte, [vte >= 0.20.0]) fi CFLAGS="$CFLAGS $glib_CFLAGS $gtk_CFLAGS $vte_CFLAGS $x11_CFLAGS" LIBS="$LIBS $glib_LIBS $gtk_LIBS $vte_LIBS $x11_LIBS" if test x"$enable_more_warnings" = x"yes"; then ADDITIONAL_FLAGS="-Wall -Werror=all -Werror=format -Werror=implicit-function-declaration -Werror=implicit-int -Werror=missing-braces -Werror=parentheses -Werror=return-type -Werror=strict-aliasing -Werror=switch -Wuninitialized -Werror=unused-label -Werror=unused-value -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Werror=missing-declarations -Wredundant-decls -Wmissing-noreturn -Wpointer-arith -Wcast-align -Wwrite-strings -Werror=inline -Werror=format-nonliteral -Wformat-nonliteral -Werror=format-security -Wformat-security -Winit-self -Werror=missing-include-dirs -Werror=undef -Werror=aggregate-return -Wmissing-format-attribute -Werror=nested-externs -fno-strict-aliasing -fmessage-length=0 -Wp,-D_FORTIFY_SOURCE=2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGTK_DISABLE_SINGLE_INCLUDES" fi AC_SUBST(ADDITIONAL_FLAGS) # Generate po/LINGUAS on the fly rather than relying on translators # to maintain it manually. This also overcome the problem that Transifex # cannot add a language to po/LINGUAS if a new po file is submitted. rm -f $srcdir/po/LINGUAS for po_file in `ls $srcdir/po/*.po | sort`; do lang=`echo "$po_file" | sed "s|.*/po/\(.*\)\.po|\1|g"` echo $lang >> $srcdir/po/LINGUAS done GETTEXT_PACKAGE=lxterminal AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.]) AM_GLIB_GNU_GETTEXT if test x"$enable_man" = x"yes"; then AC_PATH_PROG([XSLTPROC], [xsltproc]) if test -z "$XSLTPROC"; then enable_man=no fi dnl check for DocBook DTD and stylesheets in the local catalog. JH_CHECK_XML_CATALOG([-//OASIS//DTD DocBook XML V4.1.2//EN], [DocBook XML DTD V4.1.2], [], enable_man=no) JH_CHECK_XML_CATALOG([http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl], [DocBook XSL Stylesheets >= 1.70.1], [], enable_man=no) fi AM_CONDITIONAL(ENABLE_REGENERATE_MAN, test "x$enable_man" != "xno") AC_OUTPUT([ Makefile src/Makefile data/Makefile data/lxterminal.conf po/Makefile.in man/Makefile ]) echo echo LXTerminal................................... : Version $VERSION echo echo Prefix....................................... : $prefix lxterminal-0.2.0/AUTHORS0000644000175000017500000000053512412537562011673 00000000000000Developer: Fred Chien Alessandro Pellizzari Micahel Yotam Medini Liu Yubao Marty Jack Martin Bagge Icon: Taken from "nuoveXT 2" icon theme created by Alexandre Moore (saki) lxterminal-0.2.0/man/0000755000175000017500000000000012421541370011443 500000000000000lxterminal-0.2.0/man/Makefile.in0000644000175000017500000003735112421534474013450 00000000000000# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : subdir = man DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } man1dir = $(mandir)/man1 am__installdirs = "$(DESTDIR)$(man1dir)" NROFF = nroff MANS = $(man_MANS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ADDITIONAL_FLAGS = @ADDITIONAL_FLAGS@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XMLCATALOG = @XMLCATALOG@ XML_CATALOG_FILE = @XML_CATALOG_FILE@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ glib_CFLAGS = @glib_CFLAGS@ glib_LIBS = @glib_LIBS@ gtk_CFLAGS = @gtk_CFLAGS@ gtk_LIBS = @gtk_LIBS@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ intltool__v_merge_options_ = @intltool__v_merge_options_@ intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ vte_CFLAGS = @vte_CFLAGS@ vte_LIBS = @vte_LIBS@ x11_CFLAGS = @x11_CFLAGS@ x11_LIBS = @x11_LIBS@ man_MANS = \ lxterminal.1 man_XMANS = \ lxterminal.xml EXTRA_DIST = \ $(man_MANS) \ $(man_XMANS) @ENABLE_REGENERATE_MAN_TRUE@CLEANFILES = $(man_MANS) all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign man/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-man1: $(man_MANS) @$(NORMAL_INSTALL) @list1=''; \ list2='$(man_MANS)'; \ test -n "$(man1dir)" \ && test -n "`echo $$list1$$list2`" \ || exit 0; \ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ { for i in $$list1; do echo "$$i"; done; \ if test -n "$$list2"; then \ for i in $$list2; do echo "$$i"; done \ | sed -n '/\.1[a-z]*$$/p'; \ fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ done; } uninstall-man1: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man1dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(MANS) installdirs: for dir in "$(DESTDIR)$(man1dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-man install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-man1 install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-man uninstall-man: uninstall-man1 .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic cscopelist-am \ ctags-am distclean distclean-generic distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-man1 install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ pdf-am ps ps-am tags-am uninstall uninstall-am uninstall-man \ uninstall-man1 @ENABLE_REGENERATE_MAN_TRUE@lxterminal.1: lxterminal.xml @ENABLE_REGENERATE_MAN_TRUE@ $(XSLTPROC) -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< @ENABLE_REGENERATE_MAN_FALSE@$(man_MANS): @ENABLE_REGENERATE_MAN_FALSE@ @echo "" @ENABLE_REGENERATE_MAN_FALSE@ @echo "Error: you need to run configure with '--enable-man'" @ENABLE_REGENERATE_MAN_FALSE@ @echo " in order to regenerate man pages." @ENABLE_REGENERATE_MAN_FALSE@ @echo "" @ENABLE_REGENERATE_MAN_FALSE@ @false # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lxterminal-0.2.0/man/lxterminal.xml0000644000175000017500000000710012412537562014272 00000000000000
grandpaul@gmail.com
Ying-Chun Liu 2008 paulliu Jun 28, 2008
LXTERMINAL http://LXDE.org 1 lxterminal a lightweight terminal emulator based on GTK+ for the LXDE desktop. lxterminal DESCRIPTION This manual page documents briefly the lxterminal command. lxterminal is a program that provides a terminal emulator for the desktop, usually for LXDE. OPTIONS This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. This option specifies the program (and its command line arguments) to be run in the terminal. Except in the form, this must be the last option on the command line. Set the terminal's size in characters and lines. Executes login shell. Set the terminal's title. Use comma for multiple tabs. Set the terminal's working directory. AUTHOR This manual page was written by paulliu grandpaul@gmail.com for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
lxterminal-0.2.0/man/Makefile.am0000644000175000017500000000071112412537562013426 00000000000000man_MANS = \ lxterminal.1 man_XMANS = \ lxterminal.xml EXTRA_DIST = \ $(man_MANS) \ $(man_XMANS) if ENABLE_REGENERATE_MAN lxterminal.1: lxterminal.xml $(XSLTPROC) -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< CLEANFILES = $(man_MANS) else $(man_MANS): @echo "" @echo "Error: you need to run configure with '--enable-man'" @echo " in order to regenerate man pages." @echo "" @false endif lxterminal-0.2.0/man/lxterminal.10000644000175000017500000000615612421534524013637 00000000000000'\" t .\" Title: LXTERMINAL .\" Author: Ying-Chun Liu .\" Generator: DocBook XSL Stylesheets v1.78.0 .\" Date: Jun 28, 2008 .\" Manual: http://LXDE.org .\" Source: http://LXDE.org .\" Language: English .\" .TH "LXTERMINAL" "1" "Jun 28, 2008" "http://LXDE\&.org" "http://LXDE.org" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" lxterminal \- a lightweight terminal emulator based on GTK+ for the LXDE desktop\&. .SH "SYNOPSIS" .HP \w'\fBlxterminal\fR\ 'u \fBlxterminal\fR [\fBoptions\fR...] .SH "DESCRIPTION" .PP This manual page documents briefly the \fBlxterminal\fR command\&. .PP \fBlxterminal\fR is a program that provides a terminal emulator for the desktop, usually for LXDE\&. .SH "OPTIONS" .PP This program follows the usual GNU command line syntax, with long options starting with two dashes (`\-\*(Aq)\&. A summary of options is included below\&. .PP \fB\-e \fR\fB\fISTRING\fR\fR \fB\-\-command=\fR\fB\fISTRING\fR\fR \fB\-\-command \fR\fB\fISTRING\fR\fR .RS 4 This option specifies the program (and its command line arguments) to be run in the terminal\&. Except in the \fB\-\-command=\fR form, this must be the last option on the command line\&. .RE .PP \fB\-\-geometry=\fR\fB\fICHARACTERS\fR\fR\fBx\fR\fB\fILINES\fR\fR .RS 4 Set the terminal\*(Aqs size in characters and lines\&. .RE .PP \fB\-l\fR \fB\-\-loginshell\fR .RS 4 Executes login shell\&. .RE .PP \fB\-t \fR\fB\fINAME[,NAME[,NAME[\&.\&.\&.]]]\fR\fR \fB\-\-title=\fR\fB\fINAME[,NAME[,NAME[\&.\&.\&.]]]\fR\fR \fB\-\-tabs=\fR\fB\fINAME[,NAME[,NAME[\&.\&.\&.]]]\fR\fR .RS 4 Set the terminal\*(Aqs title\&. Use comma for multiple tabs\&. .RE .PP \fB\-\-working\-directory=\fR\fB\fIDIRECTORY\fR\fR .RS 4 Set the terminal\*(Aqs working directory\&. .RE .SH "AUTHOR" .PP This manual page was written by paulliu for the Debian system (but may be used by others)\&. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation\&. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL\&. .SH "AUTHOR" .PP \fBYing\-Chun Liu\fR .RS 4 Author. .RE .SH "COPYRIGHT" .br Copyright \(co 2008 paulliu .br lxterminal-0.2.0/Makefile.in0000644000175000017500000006171712421534474012700 00000000000000# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : subdir = . DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) \ $(srcdir)/config.h.in AUTHORS COPYING ChangeLog INSTALL NEWS \ README compile depcomp install-sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ cscope distdir dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ $(LISP)config.h.in # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ 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) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ if test -d "$(distdir)"; then \ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi am__post_remove_distdir = $(am__remove_distdir) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" GZIP_ENV = --best DIST_ARCHIVES = $(distdir).tar.xz DIST_TARGETS = dist-xz distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ ADDITIONAL_FLAGS = @ADDITIONAL_FLAGS@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XMLCATALOG = @XMLCATALOG@ XML_CATALOG_FILE = @XML_CATALOG_FILE@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ glib_CFLAGS = @glib_CFLAGS@ glib_LIBS = @glib_LIBS@ gtk_CFLAGS = @gtk_CFLAGS@ gtk_LIBS = @gtk_LIBS@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ intltool__v_merge_options_ = @intltool__v_merge_options_@ intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ vte_CFLAGS = @vte_CFLAGS@ vte_LIBS = @vte_LIBS@ x11_CFLAGS = @x11_CFLAGS@ x11_LIBS = @x11_LIBS@ SUBDIRS = src po data man all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: am--refresh: Makefile @: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): config.h: stamp-h1 @test -f $@ || rm -f stamp-h1 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f config.h stamp-h1 # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscope: cscope.files test ! -s cscope.files \ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) clean-cscope: -rm -f cscope.files cscope.files: clean-cscope cscopelist cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__post_remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__post_remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) dist-tarZ: distdir @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir @echo WARNING: "Support for distribution archives compressed with" \ "legacy program 'compress' is deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__post_remove_distdir) dist dist-all: $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) mkdir $(distdir)/_build $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ && ../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ --srcdir=.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @test -n '$(distuninstallcheck_dir)' || { \ echo 'ERROR: trying to run $@ with an empty' \ '$$(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ $(am__cd) '$(distuninstallcheck_dir)' || { \ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: check-recursive all-am: Makefile config.h installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f Makefile distclean-am: clean-am distclean-generic distclean-hdr distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(am__recursive_targets) all install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--refresh check check-am clean clean-cscope clean-generic \ cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ distcheck distclean distclean-generic distclean-hdr \ distclean-tags distcleancheck distdir distuninstallcheck dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs installdirs-am \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lxterminal-0.2.0/aclocal.m40000644000175000017500000022752512421534473012473 00000000000000# generated automatically by aclocal 1.14.1 -*- Autoconf -*- # Copyright (C) 1996-2013 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. 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. 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'.])]) # Copyright (C) 1995-2002 Free Software Foundation, Inc. # Copyright (C) 2001-2003,2004 Red Hat, Inc. # # This file is free software, distributed under the terms of the GNU # General Public License. As a special exception to the GNU General # Public License, this file may be distributed as part of a program # that contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # This file can be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU Public License # but which still want to provide support for the GNU gettext functionality. # # Macro to add for using GNU gettext. # Ulrich Drepper , 1995, 1996 # # Modified to never use included libintl. # Owen Taylor , 12/15/1998 # # Major rework to remove unused code # Owen Taylor , 12/11/2002 # # Added better handling of ALL_LINGUAS from GNU gettext version # written by Bruno Haible, Owen Taylor 5/30/3002 # # Modified to require ngettext # Matthias Clasen 08/06/2004 # # We need this here as well, since someone might use autoconf-2.5x # to configure GLib then an older version to configure a package # using AM_GLIB_GNU_GETTEXT AC_PREREQ(2.53) dnl dnl We go to great lengths to make sure that aclocal won't dnl try to pull in the installed version of these macros dnl when running aclocal in the glib directory. dnl m4_copy([AC_DEFUN],[glib_DEFUN]) m4_copy([AC_REQUIRE],[glib_REQUIRE]) dnl dnl At the end, if we're not within glib, we'll define the public dnl definitions in terms of our private definitions. dnl # GLIB_LC_MESSAGES #-------------------- glib_DEFUN([GLIB_LC_MESSAGES], [AC_CHECK_HEADERS([locale.h]) if test $ac_cv_header_locale_h = yes; then AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, [AC_TRY_LINK([#include ], [return LC_MESSAGES], am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)]) if test $am_cv_val_LC_MESSAGES = yes; then AC_DEFINE(HAVE_LC_MESSAGES, 1, [Define if your file defines LC_MESSAGES.]) fi fi]) # GLIB_PATH_PROG_WITH_TEST #---------------------------- dnl GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) glib_DEFUN([GLIB_PATH_PROG_WITH_TEST], [# Extract the first word of "$2", so it can be a program name with args. set dummy $2; ac_word=[$]2 AC_MSG_CHECKING([for $ac_word]) AC_CACHE_VAL(ac_cv_path_$1, [case "[$]$1" in /*) ac_cv_path_$1="[$]$1" # Let the user override the test with a path. ;; *) IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" for ac_dir in ifelse([$5], , $PATH, [$5]); do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then if [$3]; then ac_cv_path_$1="$ac_dir/$ac_word" break fi fi done IFS="$ac_save_ifs" dnl If no 4th arg is given, leave the cache variable unset, dnl so AC_PATH_PROGS will keep looking. ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" ])dnl ;; esac])dnl $1="$ac_cv_path_$1" if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then AC_MSG_RESULT([$]$1) else AC_MSG_RESULT(no) fi AC_SUBST($1)dnl ]) # GLIB_WITH_NLS #----------------- glib_DEFUN([GLIB_WITH_NLS], dnl NLS is obligatory [USE_NLS=yes AC_SUBST(USE_NLS) gt_cv_have_gettext=no CATOBJEXT=NONE XGETTEXT=: INTLLIBS= AC_CHECK_HEADER(libintl.h, [gt_cv_func_dgettext_libintl="no" libintl_extra_libs="" # # First check in libc # AC_CACHE_CHECK([for ngettext in libc], gt_cv_func_ngettext_libc, [AC_TRY_LINK([ #include ], [return !ngettext ("","", 1)], gt_cv_func_ngettext_libc=yes, gt_cv_func_ngettext_libc=no) ]) if test "$gt_cv_func_ngettext_libc" = "yes" ; then AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc, [AC_TRY_LINK([ #include ], [return !dgettext ("","")], gt_cv_func_dgettext_libc=yes, gt_cv_func_dgettext_libc=no) ]) fi if test "$gt_cv_func_ngettext_libc" = "yes" ; then AC_CHECK_FUNCS(bind_textdomain_codeset) fi # # If we don't have everything we want, check in libintl # if test "$gt_cv_func_dgettext_libc" != "yes" \ || test "$gt_cv_func_ngettext_libc" != "yes" \ || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then AC_CHECK_LIB(intl, bindtextdomain, [AC_CHECK_LIB(intl, ngettext, [AC_CHECK_LIB(intl, dgettext, gt_cv_func_dgettext_libintl=yes)])]) if test "$gt_cv_func_dgettext_libintl" != "yes" ; then AC_MSG_CHECKING([if -liconv is needed to use gettext]) AC_MSG_RESULT([]) AC_CHECK_LIB(intl, ngettext, [AC_CHECK_LIB(intl, dcgettext, [gt_cv_func_dgettext_libintl=yes libintl_extra_libs=-liconv], :,-liconv)], :,-liconv) fi # # If we found libintl, then check in it for bind_textdomain_codeset(); # we'll prefer libc if neither have bind_textdomain_codeset(), # and both have dgettext and ngettext # if test "$gt_cv_func_dgettext_libintl" = "yes" ; then glib_save_LIBS="$LIBS" LIBS="$LIBS -lintl $libintl_extra_libs" unset ac_cv_func_bind_textdomain_codeset AC_CHECK_FUNCS(bind_textdomain_codeset) LIBS="$glib_save_LIBS" if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then gt_cv_func_dgettext_libc=no else if test "$gt_cv_func_dgettext_libc" = "yes" \ && test "$gt_cv_func_ngettext_libc" = "yes"; then gt_cv_func_dgettext_libintl=no fi fi fi fi if test "$gt_cv_func_dgettext_libc" = "yes" \ || test "$gt_cv_func_dgettext_libintl" = "yes"; then gt_cv_have_gettext=yes fi if test "$gt_cv_func_dgettext_libintl" = "yes"; then INTLLIBS="-lintl $libintl_extra_libs" fi if test "$gt_cv_have_gettext" = "yes"; then AC_DEFINE(HAVE_GETTEXT,1, [Define if the GNU gettext() function is already present or preinstalled.]) GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl if test "$MSGFMT" != "no"; then glib_save_LIBS="$LIBS" LIBS="$LIBS $INTLLIBS" AC_CHECK_FUNCS(dcgettext) MSGFMT_OPTS= AC_MSG_CHECKING([if msgfmt accepts -c]) GLIB_RUN_PROG([$MSGFMT -c -o /dev/null],[ msgid "" msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: test 1.0\n" "PO-Revision-Date: 2007-02-15 12:01+0100\n" "Last-Translator: test \n" "Language-Team: C \n" "MIME-Version: 1.0\n" "Content-Transfer-Encoding: 8bit\n" ], [MSGFMT_OPTS=-c; AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])]) AC_SUBST(MSGFMT_OPTS) AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :) AC_TRY_LINK(, [extern int _nl_msg_cat_cntr; return _nl_msg_cat_cntr], [CATOBJEXT=.gmo DATADIRNAME=share], [case $host in *-*-solaris*) dnl On Solaris, if bind_textdomain_codeset is in libc, dnl GNU format message catalog is always supported, dnl since both are added to the libc all together. dnl Hence, we'd like to go with DATADIRNAME=share and dnl and CATOBJEXT=.gmo in this case. AC_CHECK_FUNC(bind_textdomain_codeset, [CATOBJEXT=.gmo DATADIRNAME=share], [CATOBJEXT=.mo DATADIRNAME=lib]) ;; *-*-openbsd*) CATOBJEXT=.mo DATADIRNAME=share ;; *) CATOBJEXT=.mo DATADIRNAME=lib ;; esac]) LIBS="$glib_save_LIBS" INSTOBJEXT=.mo else gt_cv_have_gettext=no fi fi ]) if test "$gt_cv_have_gettext" = "yes" ; then AC_DEFINE(ENABLE_NLS, 1, [always defined to indicate that i18n is enabled]) fi dnl Test whether we really found GNU xgettext. if test "$XGETTEXT" != ":"; then dnl If it is not GNU xgettext we define it as : so that the dnl Makefiles still can work. if $XGETTEXT --omit-header /dev/null 2> /dev/null; then : ; else AC_MSG_RESULT( [found xgettext program is not GNU xgettext; ignore it]) XGETTEXT=":" fi fi # We need to process the po/ directory. POSUB=po AC_OUTPUT_COMMANDS( [case "$CONFIG_FILES" in *po/Makefile.in*) sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile esac]) dnl These rules are solely for the distribution goal. While doing this dnl we only have to keep exactly one list of the available catalogs dnl in configure.ac. for lang in $ALL_LINGUAS; do GMOFILES="$GMOFILES $lang.gmo" POFILES="$POFILES $lang.po" done dnl Make all variables we use known to autoconf. AC_SUBST(CATALOGS) AC_SUBST(CATOBJEXT) AC_SUBST(DATADIRNAME) AC_SUBST(GMOFILES) AC_SUBST(INSTOBJEXT) AC_SUBST(INTLLIBS) AC_SUBST(PO_IN_DATADIR_TRUE) AC_SUBST(PO_IN_DATADIR_FALSE) AC_SUBST(POFILES) AC_SUBST(POSUB) ]) # AM_GLIB_GNU_GETTEXT # ------------------- # Do checks necessary for use of gettext. If a suitable implementation # of gettext is found in either in libintl or in the C library, # it will set INTLLIBS to the libraries needed for use of gettext # and AC_DEFINE() HAVE_GETTEXT and ENABLE_NLS. (The shell variable # gt_cv_have_gettext will be set to "yes".) It will also call AC_SUBST() # on various variables needed by the Makefile.in.in installed by # glib-gettextize. dnl glib_DEFUN([GLIB_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_CC])dnl GLIB_LC_MESSAGES GLIB_WITH_NLS if test "$gt_cv_have_gettext" = "yes"; then if test "x$ALL_LINGUAS" = "x"; then LINGUAS= else AC_MSG_CHECKING(for catalogs to be installed) NEW_LINGUAS= for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then NEW_LINGUAS="$NEW_LINGUAS $presentlang" fi done LINGUAS=$NEW_LINGUAS AC_MSG_RESULT($LINGUAS) fi dnl Construct list of names of catalog files to be constructed. if test -n "$LINGUAS"; then for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done fi fi dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly dnl find the mkinstalldirs script in another subdir but ($top_srcdir). dnl Try to locate is. MKINSTALLDIRS= if test -n "$ac_aux_dir"; then MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" fi if test -z "$MKINSTALLDIRS"; then MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" fi AC_SUBST(MKINSTALLDIRS) dnl Generate list of files to be processed by xgettext which will dnl be included in po/Makefile. test -d po || mkdir po if test "x$srcdir" != "x."; then if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then posrcprefix="$srcdir/" else posrcprefix="../$srcdir/" fi else posrcprefix="../" fi rm -f po/POTFILES sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ < $srcdir/po/POTFILES.in > po/POTFILES ]) # AM_GLIB_DEFINE_LOCALEDIR(VARIABLE) # ------------------------------- # Define VARIABLE to the location where catalog files will # be installed by po/Makefile. glib_DEFUN([GLIB_DEFINE_LOCALEDIR], [glib_REQUIRE([GLIB_GNU_GETTEXT])dnl glib_save_prefix="$prefix" glib_save_exec_prefix="$exec_prefix" glib_save_datarootdir="$datarootdir" test "x$prefix" = xNONE && prefix=$ac_default_prefix test "x$exec_prefix" = xNONE && exec_prefix=$prefix datarootdir=`eval echo "${datarootdir}"` if test "x$CATOBJEXT" = "x.mo" ; then localedir=`eval echo "${libdir}/locale"` else localedir=`eval echo "${datadir}/locale"` fi prefix="$glib_save_prefix" exec_prefix="$glib_save_exec_prefix" datarootdir="$glib_save_datarootdir" AC_DEFINE_UNQUOTED($1, "$localedir", [Define the location where the catalogs will be installed]) ]) dnl dnl Now the definitions that aclocal will find dnl ifdef(glib_configure_ac,[],[ AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)]) AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)]) ])dnl # GLIB_RUN_PROG(PROGRAM, TEST-FILE, [ACTION-IF-PASS], [ACTION-IF-FAIL]) # # Create a temporary file with TEST-FILE as its contents and pass the # file name to PROGRAM. Perform ACTION-IF-PASS if PROGRAM exits with # 0 and perform ACTION-IF-FAIL for any other exit status. AC_DEFUN([GLIB_RUN_PROG], [cat >conftest.foo <<_ACEOF $2 _ACEOF if AC_RUN_LOG([$1 conftest.foo]); then m4_ifval([$3], [$3], [:]) m4_ifvaln([$4], [else $4])dnl echo "$as_me: failed input was:" >&AS_MESSAGE_LOG_FD sed 's/^/| /' conftest.foo >&AS_MESSAGE_LOG_FD fi]) dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) # serial 42 IT_PROG_INTLTOOL AC_DEFUN([IT_PROG_INTLTOOL], [ AC_PREREQ([2.50])dnl AC_REQUIRE([AM_NLS])dnl case "$am__api_version" in 1.[01234]) AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool]) ;; *) ;; esac INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` 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 "$1"; then AC_MSG_CHECKING([for intltool >= $1]) AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found]) test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.]) fi AC_PATH_PROG(INTLTOOL_UPDATE, [intltool-update]) AC_PATH_PROG(INTLTOOL_MERGE, [intltool-merge]) AC_PATH_PROG(INTLTOOL_EXTRACT, [intltool-extract]) if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.]) fi if test -z "$AM_DEFAULT_VERBOSITY"; then AM_DEFAULT_VERBOSITY=1 fi AC_SUBST([AM_DEFAULT_VERBOSITY]) INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' INTLTOOL__v_MERGE_0='@echo " ITMRG " [$]@;' AC_SUBST(INTLTOOL_V_MERGE) AC_SUBST(INTLTOOL__v_MERGE_) AC_SUBST(INTLTOOL__v_MERGE_0) INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' intltool__v_merge_options_0='-q' AC_SUBST(INTLTOOL_V_MERGE_OPTIONS) AC_SUBST(intltool__v_merge_options_) AC_SUBST(intltool__v_merge_options_0) INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< [$]@' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< [$]@' else INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.[$][$]RANDOM && mkdir [$][$]_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u [$][$]_it_tmp_dir $< [$]@ && rmdir [$][$]_it_tmp_dir' fi INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' _IT_SUBST(INTLTOOL_DESKTOP_RULE) _IT_SUBST(INTLTOOL_DIRECTORY_RULE) _IT_SUBST(INTLTOOL_KEYS_RULE) _IT_SUBST(INTLTOOL_PROP_RULE) _IT_SUBST(INTLTOOL_OAF_RULE) _IT_SUBST(INTLTOOL_PONG_RULE) _IT_SUBST(INTLTOOL_SERVER_RULE) _IT_SUBST(INTLTOOL_SHEET_RULE) _IT_SUBST(INTLTOOL_SOUNDLIST_RULE) _IT_SUBST(INTLTOOL_UI_RULE) _IT_SUBST(INTLTOOL_XAM_RULE) _IT_SUBST(INTLTOOL_KBD_RULE) _IT_SUBST(INTLTOOL_XML_RULE) _IT_SUBST(INTLTOOL_XML_NOMERGE_RULE) _IT_SUBST(INTLTOOL_CAVES_RULE) _IT_SUBST(INTLTOOL_SCHEMAS_RULE) _IT_SUBST(INTLTOOL_THEME_RULE) _IT_SUBST(INTLTOOL_SERVICE_RULE) _IT_SUBST(INTLTOOL_POLICY_RULE) # Check the gettext tools to make sure they are GNU AC_PATH_PROG(XGETTEXT, xgettext) AC_PATH_PROG(MSGMERGE, msgmerge) AC_PATH_PROG(MSGFMT, msgfmt) AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) fi xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) fi AC_PATH_PROG(INTLTOOL_PERL, perl) if test -z "$INTLTOOL_PERL"; then AC_MSG_ERROR([perl not found]) fi AC_MSG_CHECKING([for perl >= 5.8.1]) $INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 if test $? -ne 0; then AC_MSG_ERROR([perl 5.8.1 is required for intltool]) else IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` AC_MSG_RESULT([$IT_PERL_VERSION]) fi if test "x$2" != "xno-xml"; then AC_MSG_CHECKING([for XML::Parser]) if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then AC_MSG_RESULT([ok]) else AC_MSG_ERROR([XML::Parser perl module is required for intltool]) fi fi # Substitute ALL_LINGUAS so we can use it in po/Makefile AC_SUBST(ALL_LINGUAS) IT_PO_SUBDIR([po]) ]) # IT_PO_SUBDIR(DIRNAME) # --------------------- # All po subdirs have to be declared with this macro; the subdir "po" is # declared by IT_PROG_INTLTOOL. # AC_DEFUN([IT_PO_SUBDIR], [AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS. dnl dnl The following CONFIG_COMMANDS should be executed at the very end dnl of config.status. AC_CONFIG_COMMANDS_PRE([ AC_CONFIG_COMMANDS([$1/stamp-it], [ if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" > /dev/null ]; then AC_MSG_ERROR([$1/Makefile.in.in was not created by intltoolize.]) fi rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp" >"$1/stamp-it.tmp" [sed '/^#/d s/^[[].*] *// /^[ ]*$/d '"s|^| $ac_top_srcdir/|" \ "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES" ] [sed '/^POTFILES =/,/[^\\]$/ { /^POTFILES =/!d r $1/POTFILES } ' "$1/Makefile.in" >"$1/Makefile"] rm -f "$1/Makefile.tmp" mv "$1/stamp-it.tmp" "$1/stamp-it" ]) ])dnl ]) # _IT_SUBST(VARIABLE) # ------------------- # Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST # AC_DEFUN([_IT_SUBST], [ AC_SUBST([$1]) m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) ] ) # deprecated macros AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL]) # A hint is needed for aclocal from Automake <= 1.9.4: # AC_DEFUN([AC_PROG_INTLTOOL], ...) # nls.m4 serial 5 (gettext-0.18) dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation, dnl 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 can be used in projects which are not available under dnl the GNU General Public License or the GNU Library 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 gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. AC_PREREQ([2.50]) AC_DEFUN([AM_NLS], [ AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS AC_ARG_ENABLE([nls], [ --disable-nls do not use Native Language Support], USE_NLS=$enableval, USE_NLS=yes) AC_MSG_RESULT([$USE_NLS]) AC_SUBST([USE_NLS]) ]) # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- # serial 1 (pkg-config-0.24) # # Copyright © 2004 Scott James Remnant . # # 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 2 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, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # PKG_PROG_PKG_CONFIG([MIN-VERSION]) # ---------------------------------- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) fi if test -n "$PKG_CONFIG"; then _pkg_min_version=m4_default([$1], [0.9.0]) AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) PKG_CONFIG="" fi fi[]dnl ])# PKG_PROG_PKG_CONFIG # PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) # # Check to see whether a particular set of modules exists. Similar # to PKG_CHECK_MODULES(), but does not set variables or print errors. # # Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) # only at the first occurence in configure.ac, so if the first place # it's called might be skipped (such as if it is within an "if", you # have to call PKG_CHECK_EXISTS manually # -------------------------------------------------------------- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl if test -n "$PKG_CONFIG" && \ AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then m4_default([$2], [:]) m4_ifvaln([$3], [else $3])dnl fi]) # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) # --------------------------------------------- m4_define([_PKG_CONFIG], [if test -n "$$1"; then pkg_cv_[]$1="$$1" elif test -n "$PKG_CONFIG"; then PKG_CHECK_EXISTS([$3], [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) else pkg_failed=untried fi[]dnl ])# _PKG_CONFIG # _PKG_SHORT_ERRORS_SUPPORTED # ----------------------------- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG]) if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi[]dnl ])# _PKG_SHORT_ERRORS_SUPPORTED # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], # [ACTION-IF-NOT-FOUND]) # # # Note that if there is a possibility the first call to # PKG_CHECK_MODULES might not happen, you should be sure to include an # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac # # # -------------------------------------------------------------- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl pkg_failed=no AC_MSG_CHECKING([for $1]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS and $1[]_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.]) if test $pkg_failed = yes; then 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 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD m4_default([$4], [AC_MSG_ERROR( [Package requirements ($2) were not met: $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. _PKG_TEXT])[]dnl ]) elif test $pkg_failed = untried; then 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 path to pkg-config. _PKG_TEXT To get pkg-config, see .])[]dnl ]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS $1[]_LIBS=$pkg_cv_[]$1[]_LIBS AC_MSG_RESULT([yes]) $3 fi[]dnl ])# PKG_CHECK_MODULES # PKG_INSTALLDIR(DIRECTORY) # ------------------------- # Substitutes the variable pkgconfigdir as the location where a module # should install pkg-config .pc files. By default the directory is # $libdir/pkgconfig, but the default can be changed by passing # DIRECTORY. The user can override through the --with-pkgconfigdir # parameter. AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([pkgconfigdir], [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, [with_pkgconfigdir=]pkg_default) AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ]) dnl PKG_INSTALLDIR # PKG_NOARCH_INSTALLDIR(DIRECTORY) # ------------------------- # Substitutes the variable noarch_pkgconfigdir as the location where a # module should install arch-independent pkg-config .pc files. By # default the directory is $datadir/pkgconfig, but the default can be # changed by passing DIRECTORY. The user can override through the # --with-noarch-pkgconfigdir parameter. AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([noarch-pkgconfigdir], [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, [with_noarch_pkgconfigdir=]pkg_default) AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ]) dnl PKG_NOARCH_INSTALLDIR # PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, # [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) # ------------------------------------------- # Retrieves the value of the pkg-config variable for the given module. AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl _PKG_CONFIG([$1], [variable="][$3]["], [$2]) AS_VAR_COPY([$1], [pkg_cv_][$1]) AS_VAR_IF([$1], [""], [$5], [$4])dnl ])# PKG_CHECK_VAR # Copyright (C) 2002-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.14' 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.14.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # 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.14.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to # '$srcdir', '$srcdir/..', or '$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is '.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly. AC_PREREQ([2.50])dnl # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing # CC etc. in the Makefile, will ask for an AC_PROG_CC use... # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular # dependency, and given that the user is not expected to run this macro, # just rely on AC_PROG_CC. AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], [$1], [CXX], [depcc="$CXX" am_compiler_list=], [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], [$1], [UPC], [depcc="$UPC" am_compiler_list=], [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [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 # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES. AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl AS_HELP_STRING( [--enable-dependency-tracking], [do not reject slow dependency extractors]) AS_HELP_STRING( [--disable-dependency-tracking], [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl AC_SUBST([am__nodep])dnl _AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` AS_MKDIR_P([$dirpart/$fdir]) # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking # is enabled. FIXME. This creates each '.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC]) [_AM_PROG_CC_C_O ]) # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])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 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [AC_DIAGNOSE([obsolete], [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_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]), [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) AM_MISSING_PROG([AUTOCONF], [autoconf]) AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) AM_MISSING_PROG([AUTOHEADER], [autoheader]) AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target. The system "awk" is bad on # some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES([CC])], [m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES([CXX])], [m4_define([AC_PROG_CXX], m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) 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 dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi fi]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST([install_sh])]) # Copyright (C) 2003-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering # Copyright (C) 1996-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAINTAINER_MODE([DEFAULT-MODE]) # ---------------------------------- # Control maintainer-specific portions of Makefiles. # Default is to disable them, unless 'enable' is passed literally. # For symmetry, 'disable' may be passed as well. Anyway, the user # can override the default with the --enable/--disable switch. AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]), [enable], [m4_define([am_maintainer_other], [disable])], [disable], [m4_define([am_maintainer_other], [enable])], [m4_define([am_maintainer_other], [enable]) m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) dnl maintainer-mode's default is 'disable' unless 'enable' is passed AC_ARG_ENABLE([maintainer-mode], [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode], am_maintainer_other[ make rules and dependencies not useful (and sometimes confusing) to the casual installer])], [USE_MAINTAINER_MODE=$enableval], [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) AC_MSG_RESULT([$USE_MAINTAINER_MODE]) AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) MAINT=$MAINTAINER_MODE_TRUE AC_SUBST([MAINT])dnl ] ) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi AC_SUBST([am__include]) AC_SUBST([am__quote]) AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it is modern enough. # If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [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 fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= AC_MSG_WARN(['missing' script is too old or missing]) fi ]) # -*- Autoconf -*- # Obsolete and "removed" macros, that must however still report explicit # error messages when used, to smooth transition. # # Copyright (C) 1996-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], ['$0': this macro is obsolete. You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl AC_CONFIG_HEADERS($@)]) AC_DEFUN([AM_PROG_CC_STDC], [AC_PROG_CC am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc AC_DIAGNOSE([obsolete], ['$0': this macro is obsolete. You should simply use the 'AC][_PROG_CC' macro instead. Also, your code should no longer depend upon 'am_cv_prog_cc_stdc', but upon 'ac_cv_prog_cc_stdc'.])]) AC_DEFUN([AM_C_PROTOTYPES], [AC_FATAL([automatic de-ANSI-fication support has been removed])]) AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) # _AM_SET_OPTIONS(OPTIONS) # ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Copyright (C) 1999-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_CC_C_O # --------------- # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC # to automatically call this. AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([compile])dnl AC_LANG_PUSH([C])dnl AC_CACHE_CHECK( [whether $CC understands -c and -o together], [am_cv_prog_cc_c_o], [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i]) if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi AC_LANG_POP([C])]) # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) # Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_RUN_LOG(COMMAND) # ------------------- # Run COMMAND, save the exit status in ac_status, and log it. # (This has been adapted from Autoconf's _AC_RUN_LOG macro.) AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD (exit $ac_status); }]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi if test "$[2]" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT([yes]) # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi AC_CONFIG_COMMANDS_PRE( [AC_MSG_CHECKING([that generated files are newer than configure]) if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi AC_MSG_RESULT([done])]) rm -f conftest.file ]) # Copyright (C) 2009-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SILENT_RULES([DEFAULT]) # -------------------------- # Enable less verbose build rules; with the default set to DEFAULT # ("yes" being less verbose, "no" or empty being verbose). AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl AS_HELP_STRING( [--enable-silent-rules], [less verbose build output (undo: "make V=1")]) AS_HELP_STRING( [--disable-silent-rules], [verbose build output (undo: "make V=0")])dnl ]) case $enable_silent_rules in @%:@ ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac dnl dnl A few 'make' implementations (e.g., NonStop OS and NextStep) dnl do not support nested variable expansions. dnl See automake bug#9928 and bug#10237. am_make=${MAKE-make} AC_CACHE_CHECK([whether $am_make supports nested variables], [am_cv_make_support_nested_variables], [if AS_ECHO([['TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi]) if test $am_cv_make_support_nested_variables = yes; then dnl Using '$V' instead of '$(V)' breaks IRIX make. AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AC_SUBST([AM_V])dnl AM_SUBST_NOTMAKE([AM_V])dnl AC_SUBST([AM_DEFAULT_V])dnl AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) # Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor 'install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in "make install-strip", and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) # -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of 'v7', 'ustar', or 'pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar # AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' m4_if([$1], [v7], [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar], [# The POSIX 1988 'ustar' format is defined with fixed-size fields. # There is notably a 21 bits limit for the UID and the GID. In fact, # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 # and bug#13588). am_max_uid=2097151 # 2^21 - 1 am_max_gid=$am_max_uid # The $UID and $GID variables are not portable, so we need to resort # to the POSIX-mandated id(1) utility. Errors in the 'id' calls # below are definitely unexpected, so allow the users to see them # (that is, avoid stderr redirection). am_uid=`id -u || echo unknown` am_gid=`id -g || echo unknown` AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) if test $am_uid -le $am_max_uid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) if test $am_gid -le $am_max_gid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi], [pax], [], [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # 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. _am_tools=${am_cv_prog_tar_$1-$_am_tools} for _am_tool in $_am_tools; do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works. rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR m4_include([acinclude.m4]) lxterminal-0.2.0/src/0000755000175000017500000000000012421541370011457 500000000000000lxterminal-0.2.0/src/lxterminal.h0000644000175000017500000001112012413014760013721 00000000000000/** * Copyright 2008 Fred Chien * Copyright (c) 2010 LxDE Developers, see the file AUTHORS for details. * * 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 2 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, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ #ifndef LXTERMINAL_H #define LXTERMINAL_H #include "setting.h" /* steal from tilda-0.09.6/src/tilda_terminal.c:36 */ #define DINGUS1 "(((news|telnet|nttp|file|http|ftp|https)://)|(www|ftp)[-A-Za-z0-9]*\\.)[-A-Za-z0-9\\.]+(:[0-9]*)?" #define DINGUS2 "(((news|telnet|nttp|file|http|ftp|https)://)|(www|ftp)[-A-Za-z0-9]*\\.)[-A-Za-z0-9\\.]+(:[0-9]*)?/[-A-Za-z0-9_\\$\\.\\+\\!\\*\\(\\),;:@&=\\?/~\\#\\%]*[^]'\\.}>\\) ,\\\"]" /* Top level application context. */ typedef struct _lxtermwindow { // Setting * setting; /* Pointer to current user preferences */ GPtrArray * windows; /* Array of pointers to LXTerminal structures */ } LXTermWindow; /* Representative of a toplevel window. */ typedef struct _lxterminal { LXTermWindow * parent; /* Back pointer to top level context */ gint index; /* Index of this element in parent->windows */ GtkWidget * window; /* Toplevel window */ GtkWidget * box; /* Vertical box, child of toplevel window */ GtkWidget * menu; /* Menu bar, child of vertical box */ GtkActionGroup *action_group; /* Action group on this window */ GtkAccelGroup * accel_group; /* Accelerator group for accelerators on this window */ GtkWidget * notebook; /* Notebook, child of vertical box */ GPtrArray * terms; /* Array of pointers to Term structures */ // Setting * setting; /* A copy of parent->setting */ GdkGeometry geometry; /* Geometry hints (see XGetWMNormalHints) */ GdkWindowHints geometry_mask; /* Mask of valid data in geometry hints */ gboolean fixed_size; /* True if the terminal is fixed size */ gboolean rgba; /* True if colormap is RGBA */ GdkColor background; /* User preference background color converted to GdkColor */ GdkColor foreground; /* User preference foreground color converted to GdkColor */ gint tab_position; /* Tab position as an integer value */ } LXTerminal; /* Representative of a tab within a toplevel window. */ typedef struct _term { LXTerminal * parent; /* Back pointer to LXTerminal */ gint index; /* Index of this element in parent->terms */ GtkWidget * tab; /* Toplevel of the tab */ GtkWidget * label; /* Label of the tab, child of the toplevel */ gboolean user_specified_label; /* User did "Name Tab", so we will never overwrite this with the window title */ GtkWidget * close_button; /* Close button for the tab, child of the toplevel */ GtkWidget * box; /* Horizontal box, child of notebook */ GtkWidget * vte; /* VteTerminal, child of horizontal box */ GtkWidget * scrollbar; /* Scroll bar, child of horizontal box */ GPid pid; /* Process ID of the process that has this as its terminal */ GClosure * closure; /* Accelerator structure */ gchar * matched_url; gboolean open_menu_on_button_release; } Term; /* Output of lxterminal_process_arguments. */ typedef struct _command_arguments { char * executable; /* Value of argv[0]; points into argument vector */ gchar * command; /* Value of -e, --command; memory allocated by glib */ int geometry_columns; /* Value of --geometry */ int geometry_rows; char * title; /* Value of -t, -T, --title; points into argument vector */ char * tabs; /* Value of --tab; points into argument vector */ char * working_directory; /* Value of --working-directory; points into argument vector */ } CommandArguments; extern gboolean lxterminal_process_arguments(gint argc, gchar * * argv, CommandArguments * arguments); extern LXTerminal * lxterminal_initialize(LXTermWindow * lxtermwin, CommandArguments * arguments); extern void terminal_settings_apply_to_all(LXTerminal * terminal); #endif lxterminal-0.2.0/src/Makefile.in0000644000175000017500000006455512421534474013472 00000000000000# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : bin_PROGRAMS = lxterminal$(EXEEXT) subdir = src DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" PROGRAMS = $(bin_PROGRAMS) am_lxterminal_OBJECTS = lxterminal-unixsocket.$(OBJEXT) \ lxterminal-setting.$(OBJEXT) lxterminal-lxterminal.$(OBJEXT) \ lxterminal-preferences.$(OBJEXT) lxterminal_OBJECTS = $(am_lxterminal_OBJECTS) am__DEPENDENCIES_1 = lxterminal_DEPENDENCIES = $(am__DEPENDENCIES_1) AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(lxterminal_SOURCES) DIST_SOURCES = $(lxterminal_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ 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 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ADDITIONAL_FLAGS = @ADDITIONAL_FLAGS@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XMLCATALOG = @XMLCATALOG@ XML_CATALOG_FILE = @XML_CATALOG_FILE@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ glib_CFLAGS = @glib_CFLAGS@ glib_LIBS = @glib_LIBS@ gtk_CFLAGS = @gtk_CFLAGS@ gtk_LIBS = @gtk_LIBS@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ intltool__v_merge_options_ = @intltool__v_merge_options_@ intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ vte_CFLAGS = @vte_CFLAGS@ vte_LIBS = @vte_LIBS@ x11_CFLAGS = @x11_CFLAGS@ x11_LIBS = @x11_LIBS@ lxterminal_CPPFLAGS = \ -I$(top_srcdir) \ -DPACKAGE_BIN_DIR=\""$(bindir)"\" \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \ $(PACKAGE_CFLAGS) \ $(ADDITIONAL_FLAGS) \ $(G_CAST_CHECKS) lxterminal_SOURCES = \ unixsocket.h \ unixsocket.c \ setting.h \ setting.c \ lxterminal.h \ lxterminal.c \ preferences.h \ preferences.c lxterminal_LDADD = \ $(PACKAGE_LIBS) \ $(INTLLIBS) all: all-am .SUFFIXES: .SUFFIXES: .c .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p \ ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' \ -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' \ `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) lxterminal$(EXEEXT): $(lxterminal_OBJECTS) $(lxterminal_DEPENDENCIES) $(EXTRA_lxterminal_DEPENDENCIES) @rm -f lxterminal$(EXEEXT) $(AM_V_CCLD)$(LINK) $(lxterminal_OBJECTS) $(lxterminal_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lxterminal-lxterminal.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lxterminal-preferences.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lxterminal-setting.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lxterminal-unixsocket.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` lxterminal-unixsocket.o: unixsocket.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lxterminal-unixsocket.o -MD -MP -MF $(DEPDIR)/lxterminal-unixsocket.Tpo -c -o lxterminal-unixsocket.o `test -f 'unixsocket.c' || echo '$(srcdir)/'`unixsocket.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lxterminal-unixsocket.Tpo $(DEPDIR)/lxterminal-unixsocket.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unixsocket.c' object='lxterminal-unixsocket.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lxterminal-unixsocket.o `test -f 'unixsocket.c' || echo '$(srcdir)/'`unixsocket.c lxterminal-unixsocket.obj: unixsocket.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lxterminal-unixsocket.obj -MD -MP -MF $(DEPDIR)/lxterminal-unixsocket.Tpo -c -o lxterminal-unixsocket.obj `if test -f 'unixsocket.c'; then $(CYGPATH_W) 'unixsocket.c'; else $(CYGPATH_W) '$(srcdir)/unixsocket.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lxterminal-unixsocket.Tpo $(DEPDIR)/lxterminal-unixsocket.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unixsocket.c' object='lxterminal-unixsocket.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lxterminal-unixsocket.obj `if test -f 'unixsocket.c'; then $(CYGPATH_W) 'unixsocket.c'; else $(CYGPATH_W) '$(srcdir)/unixsocket.c'; fi` lxterminal-setting.o: setting.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lxterminal-setting.o -MD -MP -MF $(DEPDIR)/lxterminal-setting.Tpo -c -o lxterminal-setting.o `test -f 'setting.c' || echo '$(srcdir)/'`setting.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lxterminal-setting.Tpo $(DEPDIR)/lxterminal-setting.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='setting.c' object='lxterminal-setting.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lxterminal-setting.o `test -f 'setting.c' || echo '$(srcdir)/'`setting.c lxterminal-setting.obj: setting.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lxterminal-setting.obj -MD -MP -MF $(DEPDIR)/lxterminal-setting.Tpo -c -o lxterminal-setting.obj `if test -f 'setting.c'; then $(CYGPATH_W) 'setting.c'; else $(CYGPATH_W) '$(srcdir)/setting.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lxterminal-setting.Tpo $(DEPDIR)/lxterminal-setting.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='setting.c' object='lxterminal-setting.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lxterminal-setting.obj `if test -f 'setting.c'; then $(CYGPATH_W) 'setting.c'; else $(CYGPATH_W) '$(srcdir)/setting.c'; fi` lxterminal-lxterminal.o: lxterminal.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lxterminal-lxterminal.o -MD -MP -MF $(DEPDIR)/lxterminal-lxterminal.Tpo -c -o lxterminal-lxterminal.o `test -f 'lxterminal.c' || echo '$(srcdir)/'`lxterminal.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lxterminal-lxterminal.Tpo $(DEPDIR)/lxterminal-lxterminal.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='lxterminal.c' object='lxterminal-lxterminal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lxterminal-lxterminal.o `test -f 'lxterminal.c' || echo '$(srcdir)/'`lxterminal.c lxterminal-lxterminal.obj: lxterminal.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lxterminal-lxterminal.obj -MD -MP -MF $(DEPDIR)/lxterminal-lxterminal.Tpo -c -o lxterminal-lxterminal.obj `if test -f 'lxterminal.c'; then $(CYGPATH_W) 'lxterminal.c'; else $(CYGPATH_W) '$(srcdir)/lxterminal.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lxterminal-lxterminal.Tpo $(DEPDIR)/lxterminal-lxterminal.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='lxterminal.c' object='lxterminal-lxterminal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lxterminal-lxterminal.obj `if test -f 'lxterminal.c'; then $(CYGPATH_W) 'lxterminal.c'; else $(CYGPATH_W) '$(srcdir)/lxterminal.c'; fi` lxterminal-preferences.o: preferences.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lxterminal-preferences.o -MD -MP -MF $(DEPDIR)/lxterminal-preferences.Tpo -c -o lxterminal-preferences.o `test -f 'preferences.c' || echo '$(srcdir)/'`preferences.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lxterminal-preferences.Tpo $(DEPDIR)/lxterminal-preferences.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='preferences.c' object='lxterminal-preferences.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lxterminal-preferences.o `test -f 'preferences.c' || echo '$(srcdir)/'`preferences.c lxterminal-preferences.obj: preferences.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lxterminal-preferences.obj -MD -MP -MF $(DEPDIR)/lxterminal-preferences.Tpo -c -o lxterminal-preferences.obj `if test -f 'preferences.c'; then $(CYGPATH_W) 'preferences.c'; else $(CYGPATH_W) '$(srcdir)/preferences.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lxterminal-preferences.Tpo $(DEPDIR)/lxterminal-preferences.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='preferences.c' object='lxterminal-preferences.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lxterminal-preferences.obj `if test -f 'preferences.c'; then $(CYGPATH_W) 'preferences.c'; else $(CYGPATH_W) '$(srcdir)/preferences.c'; fi` ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(PROGRAMS) installdirs: for dir in "$(DESTDIR)$(bindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-binPROGRAMS clean-generic mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-binPROGRAMS install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-binPROGRAMS .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \ distclean distclean-compile distclean-generic distclean-tags \ distdir dvi dvi-am html html-am info info-am install \ install-am install-binPROGRAMS install-data install-data-am \ install-dvi install-dvi-am install-exec install-exec-am \ install-html install-html-am install-info install-info-am \ install-man install-pdf install-pdf-am install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am \ uninstall-binPROGRAMS # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: lxterminal-0.2.0/src/setting.c0000644000175000017500000004003612421475716013235 00000000000000/** * Copyright 2008 Fred Chien * Copyright (c) 2010 LxDE Developers, see the file AUTHORS for details. * * 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 2 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, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ #include #include #include #include #include #include #include #include #include #include "setting.h" /* Single copy setting*/ Setting * setting; /* Debug print. */ void print_setting() { g_return_if_fail (setting != NULL); printf("Font name: %s\n", setting->font_name); gchar * p = gdk_color_to_string(&setting->background_color); printf("Background color: %s\n", p); g_free(p); printf("Background Alpha: %i\n", setting->background_alpha); p = gdk_color_to_string(&setting->foreground_color); printf("Foreground color: %s\n", p); g_free(p); printf("Disallow bolding by VTE: %i\n", setting->disallow_bold); printf("Cursor blinks: %i\n", setting->cursor_blink); printf("Underline blinks: %i\n", setting->cursor_underline); printf("Audible bell: %i\n", setting->audible_bell); printf("Tab position: %s\n", setting->tab_position); printf("Scrollback buffer size in lines: %i\n", setting->scrollback); printf("Hide scrollbar: %i\n", setting->hide_scroll_bar); printf("Hide menubar: %i\n", setting->hide_menu_bar); printf("Hide Close Button: %i\n", setting->hide_close_button); printf("Hide mouse pointer: %i\n", setting->hide_pointer); printf("Word selection characters: %s\n", setting->word_selection_characters); printf("Disable F10: %i\n", setting->disable_f10); printf("Disable Alt: %i\n", setting->disable_alt); printf("Geometry change: %i\n", setting->geometry_change); /* Shortcut group settings. */ printf("NEW_WINDOW_ACCEL: %s\n", setting->new_window_accel); printf("NEW_TAB_ACCEL: %s\n", setting->new_tab_accel); printf("CLOSE_TAB_ACCEL: %s\n", setting->close_tab_accel); printf("CLOSE_WINDOW_ACCEL: %s\n", setting->close_window_accel); printf("COPY_ACCEL: %s\n", setting->copy_accel); printf("PASTE_ACCEL: %s\n", setting->paste_accel); printf("NAME_TAB_ACCEL: %s\n", setting->name_tab_accel); printf("PREVIOUS_TAB_ACCEL: %s\n", setting->previous_tab_accel); printf("NEXT_TAB_ACCEL: %s\n", setting->next_tab_accel); printf("MOVE_TAB_LEFT_ACCEL: %s\n", setting->move_tab_left_accel); printf("MOVE_TAB_RIGHT_ACCEL: %s\n", setting->move_tab_right_accel); } Setting * get_setting() { return setting; } void set_setting(Setting * new_setting) { if (setting != NULL) { free_setting(setting); } setting = new_setting; } /* Save settings to configuration file. */ void save_setting() { g_return_if_fail (setting != NULL); //print_setting(); /* Push settings to GKeyFile. */ g_key_file_set_string(setting->keyfile, GENERAL_GROUP, FONT_NAME, setting->font_name); gchar * p = gdk_color_to_string(&setting->background_color); if (p != NULL) g_key_file_set_string(setting->keyfile, GENERAL_GROUP, BG_COLOR, p); g_free(p); g_key_file_set_integer(setting->keyfile, GENERAL_GROUP, BG_ALPHA, setting->background_alpha); p = gdk_color_to_string(&setting->foreground_color); if (p != NULL) g_key_file_set_string(setting->keyfile, GENERAL_GROUP, FG_COLOR, p); g_free(p); g_key_file_set_boolean(setting->keyfile, GENERAL_GROUP, DISALLOW_BOLD, setting->disallow_bold); g_key_file_set_boolean(setting->keyfile, GENERAL_GROUP, CURSOR_BLINKS, setting->cursor_blink); g_key_file_set_boolean(setting->keyfile, GENERAL_GROUP, CURSOR_UNDERLINE, setting->cursor_underline); g_key_file_set_boolean(setting->keyfile, GENERAL_GROUP, AUDIBLE_BELL, setting->audible_bell); g_key_file_set_string(setting->keyfile, GENERAL_GROUP, TAB_POS, setting->tab_position); g_key_file_set_integer(setting->keyfile, GENERAL_GROUP, SCROLLBACK, setting->scrollback); g_key_file_set_boolean(setting->keyfile, GENERAL_GROUP, HIDE_SCROLLBAR, setting->hide_scroll_bar); g_key_file_set_boolean(setting->keyfile, GENERAL_GROUP, HIDE_MENUBAR, setting->hide_menu_bar); g_key_file_set_boolean(setting->keyfile, GENERAL_GROUP, HIDE_CLOSE_BUTTON, setting->hide_close_button); g_key_file_set_boolean(setting->keyfile, GENERAL_GROUP, HIDE_POINTER, setting->hide_pointer); g_key_file_set_string(setting->keyfile, GENERAL_GROUP, SEL_CHARS, setting->word_selection_characters); g_key_file_set_boolean(setting->keyfile, GENERAL_GROUP, DISABLE_F10, setting->disable_f10); g_key_file_set_boolean(setting->keyfile, GENERAL_GROUP, DISABLE_ALT, setting->disable_alt); /* Shortcut group settings. */ g_key_file_set_string(setting->keyfile, SHORTCUT_GROUP, NEW_WINDOW_ACCEL, setting->new_window_accel); g_key_file_set_string(setting->keyfile, SHORTCUT_GROUP, NEW_TAB_ACCEL, setting->new_tab_accel); g_key_file_set_string(setting->keyfile, SHORTCUT_GROUP, CLOSE_TAB_ACCEL, setting->close_tab_accel); g_key_file_set_string(setting->keyfile, SHORTCUT_GROUP, CLOSE_WINDOW_ACCEL, setting->close_window_accel); g_key_file_set_string(setting->keyfile, SHORTCUT_GROUP, COPY_ACCEL, setting->copy_accel); g_key_file_set_string(setting->keyfile, SHORTCUT_GROUP, PASTE_ACCEL, setting->paste_accel); g_key_file_set_string(setting->keyfile, SHORTCUT_GROUP, NAME_TAB_ACCEL, setting->name_tab_accel); g_key_file_set_string(setting->keyfile, SHORTCUT_GROUP, PREVIOUS_TAB_ACCEL, setting->previous_tab_accel); g_key_file_set_string(setting->keyfile, SHORTCUT_GROUP, NEXT_TAB_ACCEL, setting->next_tab_accel); g_key_file_set_string(setting->keyfile, SHORTCUT_GROUP, MOVE_TAB_LEFT_ACCEL, setting->move_tab_left_accel); g_key_file_set_string(setting->keyfile, SHORTCUT_GROUP, MOVE_TAB_RIGHT_ACCEL, setting->move_tab_right_accel); /* Convert GKeyFile to text and build path to configuration file. */ gchar * file_data = g_key_file_to_data(setting->keyfile, NULL, NULL); gchar * config_path = g_build_filename(g_get_user_config_dir(), "lxterminal/lxterminal.conf", NULL); if ((file_data != NULL) && (config_path != NULL)) { /* Create the file if necessary. */ int fd = open(config_path, O_CREAT | O_WRONLY | O_TRUNC, S_IRUSR | S_IWUSR); if (fd < 0) { g_warning("Configuration file create failed: %s\n", g_strerror(errno)); } else { if(write(fd, file_data, strlen(file_data)) < 0) g_warning("Configuration file write failed: %s\n", g_strerror(errno)); close(fd); } } /* Deallocate memory. */ g_free(file_data); g_free(config_path); } /* Deep copy settings. */ Setting * copy_setting(Setting * setting) { g_return_if_fail (setting != NULL); /* Allocate structure. */ Setting * new_setting = g_slice_new0(Setting); memcpy(new_setting, setting, sizeof(Setting)); new_setting->font_name = g_strdup(setting->font_name); new_setting->tab_position = g_strdup(setting->tab_position); new_setting->word_selection_characters = g_strdup(setting->word_selection_characters); /* Shortcut group settings. */ new_setting->new_window_accel = g_strdup(setting->new_window_accel); new_setting->new_tab_accel = g_strdup(setting->new_tab_accel); new_setting->close_tab_accel = g_strdup(setting->close_tab_accel); new_setting->close_window_accel = g_strdup(setting->close_window_accel); new_setting->copy_accel = g_strdup(setting->copy_accel); new_setting->paste_accel = g_strdup(setting->paste_accel); new_setting->name_tab_accel = g_strdup(setting->name_tab_accel); new_setting->previous_tab_accel = g_strdup(setting->previous_tab_accel); new_setting->next_tab_accel = g_strdup(setting->next_tab_accel); new_setting->move_tab_left_accel = g_strdup(setting->move_tab_left_accel); new_setting->move_tab_right_accel = g_strdup(setting->move_tab_right_accel); return new_setting; } /* Deep free settings. */ void free_setting(Setting * setting) { g_return_if_fail (setting != NULL); g_free(setting->font_name); g_free(setting->tab_position); g_free(setting->word_selection_characters); g_free(setting->new_window_accel); g_free(setting->new_tab_accel); g_free(setting->close_tab_accel); g_free(setting->close_window_accel); g_free(setting->copy_accel); g_free(setting->paste_accel); g_free(setting->name_tab_accel); g_free(setting->previous_tab_accel); g_free(setting->next_tab_accel); g_free(setting->move_tab_left_accel); g_free(setting->move_tab_right_accel); g_slice_free(Setting, setting); setting = NULL; } /* Load settings from configuration file. */ Setting * load_setting() { gchar * dir = g_build_filename(g_get_user_config_dir(), "lxterminal" , NULL); g_mkdir_with_parents(dir, S_IRUSR | S_IWUSR | S_IXUSR); gchar * user_config_path = g_build_filename(dir, "lxterminal.conf", NULL); g_free(dir); gchar * system_config_path = g_strdup(PACKAGE_DATA_DIR "/lxterminal/lxterminal.conf"); gchar * config_path = user_config_path; gboolean need_save = FALSE; if ( ! g_file_test(user_config_path, G_FILE_TEST_EXISTS)) { /* Load system-wide settings. */ config_path = system_config_path; need_save = TRUE; } /* Allocate structure. */ setting = g_slice_new0(Setting); /* Initialize nonzero integer values to defaults. */ setting->background_alpha = 65535; setting->foreground_color.red = setting->foreground_color.green = setting->foreground_color.blue = 0xaaaa; /* Load configuration. */ setting->keyfile = g_key_file_new(); GError * error = NULL; if ((g_file_test(config_path, G_FILE_TEST_EXISTS)) && (g_key_file_load_from_file(setting->keyfile, config_path, G_KEY_FILE_KEEP_COMMENTS | G_KEY_FILE_KEEP_TRANSLATIONS, &error))) { setting->font_name = g_key_file_get_string(setting->keyfile, GENERAL_GROUP, FONT_NAME, NULL); char * p = g_key_file_get_string(setting->keyfile, GENERAL_GROUP, BG_COLOR, NULL); if (p != NULL) { gdk_color_parse(p, &setting->background_color); } setting->background_alpha = g_key_file_get_integer(setting->keyfile, GENERAL_GROUP, BG_ALPHA, &error); if (error && (error->code == G_KEY_FILE_ERROR_KEY_NOT_FOUND)) { /* Set default value if key not found! */ setting->background_alpha = 65535; } p = g_key_file_get_string(setting->keyfile, GENERAL_GROUP, FG_COLOR, NULL); if (p != NULL) { gdk_color_parse(p, &setting->foreground_color); } setting->disallow_bold = g_key_file_get_boolean(setting->keyfile, GENERAL_GROUP, DISALLOW_BOLD, NULL); setting->cursor_blink = g_key_file_get_boolean(setting->keyfile, GENERAL_GROUP, CURSOR_BLINKS, NULL); setting->cursor_underline = g_key_file_get_boolean(setting->keyfile, GENERAL_GROUP, CURSOR_UNDERLINE, NULL); setting->audible_bell = g_key_file_get_boolean(setting->keyfile, GENERAL_GROUP, AUDIBLE_BELL, NULL); setting->tab_position = g_key_file_get_string(setting->keyfile, GENERAL_GROUP, TAB_POS, NULL); setting->scrollback = g_key_file_get_integer(setting->keyfile, GENERAL_GROUP, SCROLLBACK, &error); if (error && (error->code == G_KEY_FILE_ERROR_KEY_NOT_FOUND)) { /* Set default value if key not found! */ setting->scrollback = 1000; } setting->hide_scroll_bar = g_key_file_get_boolean(setting->keyfile, GENERAL_GROUP, HIDE_SCROLLBAR, NULL); setting->hide_menu_bar = g_key_file_get_boolean(setting->keyfile, GENERAL_GROUP, HIDE_MENUBAR, NULL); setting->hide_close_button = g_key_file_get_boolean(setting->keyfile, GENERAL_GROUP, HIDE_CLOSE_BUTTON, NULL); setting->hide_pointer = g_key_file_get_boolean(setting->keyfile, GENERAL_GROUP, HIDE_POINTER, NULL); setting->word_selection_characters = g_key_file_get_string(setting->keyfile, GENERAL_GROUP, SEL_CHARS, NULL); setting->disable_f10 = g_key_file_get_boolean(setting->keyfile, GENERAL_GROUP, DISABLE_F10, NULL); setting->disable_alt = g_key_file_get_boolean(setting->keyfile, GENERAL_GROUP, DISABLE_ALT, NULL); /* Shortcut group settings. */ setting->new_window_accel = g_key_file_get_string(setting->keyfile, SHORTCUT_GROUP, NEW_WINDOW_ACCEL, NULL); setting->new_tab_accel = g_key_file_get_string(setting->keyfile, SHORTCUT_GROUP, NEW_TAB_ACCEL, NULL); setting->close_tab_accel = g_key_file_get_string(setting->keyfile, SHORTCUT_GROUP, CLOSE_TAB_ACCEL, NULL); setting->close_window_accel = g_key_file_get_string(setting->keyfile, SHORTCUT_GROUP, CLOSE_WINDOW_ACCEL, NULL); setting->copy_accel = g_key_file_get_string(setting->keyfile, SHORTCUT_GROUP, COPY_ACCEL, NULL); setting->paste_accel = g_key_file_get_string(setting->keyfile, SHORTCUT_GROUP, PASTE_ACCEL, NULL); setting->name_tab_accel = g_key_file_get_string(setting->keyfile, SHORTCUT_GROUP, NAME_TAB_ACCEL, NULL); setting->previous_tab_accel = g_key_file_get_string(setting->keyfile, SHORTCUT_GROUP, PREVIOUS_TAB_ACCEL, NULL); setting->next_tab_accel = g_key_file_get_string(setting->keyfile, SHORTCUT_GROUP, NEXT_TAB_ACCEL, NULL); setting->move_tab_left_accel = g_key_file_get_string(setting->keyfile, SHORTCUT_GROUP, MOVE_TAB_LEFT_ACCEL, NULL); setting->move_tab_right_accel = g_key_file_get_string(setting->keyfile, SHORTCUT_GROUP, MOVE_TAB_RIGHT_ACCEL, NULL); } g_free(system_config_path); g_free(user_config_path); /* Default configuration strings. */ if (setting->font_name == NULL) { setting->font_name = g_strdup("monospace 10"); } if (setting->tab_position == NULL) { setting->tab_position = g_strdup("top"); } if (setting->word_selection_characters == NULL) { setting->word_selection_characters = g_strdup("-A-Za-z0-9,./?%&#:_~"); } /* Default configuration for shortcut group settings. */ if (setting->new_window_accel == NULL) { setting->new_window_accel = g_strdup(NEW_WINDOW_ACCEL_DEF); } if (setting->new_tab_accel == NULL) { setting->new_tab_accel = g_strdup(NEW_TAB_ACCEL_DEF); } if (setting->close_tab_accel == NULL) { setting->close_tab_accel = g_strdup(CLOSE_TAB_ACCEL_DEF); } if (setting->close_window_accel == NULL) { setting->close_window_accel = g_strdup(CLOSE_WINDOW_ACCEL_DEF); } if (setting->copy_accel == NULL) { setting->copy_accel = g_strdup(COPY_ACCEL_DEF); } if (setting->paste_accel == NULL) { setting->paste_accel = g_strdup(PASTE_ACCEL_DEF); } if (setting->name_tab_accel == NULL) { setting->name_tab_accel = g_strdup(NAME_TAB_ACCEL_DEF); } if (setting->previous_tab_accel == NULL) { setting->previous_tab_accel = g_strdup(PREVIOUS_TAB_ACCEL_DEF); } if (setting->next_tab_accel == NULL) { setting->next_tab_accel = g_strdup(NEXT_TAB_ACCEL_DEF); } if (setting->move_tab_left_accel == NULL) { setting->move_tab_left_accel = g_strdup(MOVE_TAB_LEFT_ACCEL_DEF); } if (setting->move_tab_right_accel == NULL) { setting->move_tab_right_accel = g_strdup(MOVE_TAB_RIGHT_ACCEL_DEF); } if (need_save) { save_setting(); } //print_setting(); return setting; } lxterminal-0.2.0/src/preferences.h0000644000175000017500000000217112412537562014062 00000000000000/** * Copyright 2008 Fred Chien * Copyright (c) 2010 LxDE Developers, see the file AUTHORS for details. * * 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 2 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, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ #ifndef LXTERMINAL_PREFERENCES_H #define LXTERMINAL_PREFERENCES_H extern void terminal_preferences_dialog(GtkAction * action, LXTerminal * terminal); extern gint terminal_tab_get_position_id(gchar * position); #endif lxterminal-0.2.0/src/unixsocket.h0000644000175000017500000000211612412537562013754 00000000000000/** * Copyright 2008 Fred Chien * Copyright (c) 2010 LxDE Developers, see the file AUTHORS for details. * * 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 2 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, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ #ifndef LXTERMINAL_UNIXSOCKET_H #define LXTERMINAL_UNIXSOCKET_H extern gboolean lxterminal_socket_initialize(LXTermWindow * lxtermwin, CommandArguments * arguments); #endif lxterminal-0.2.0/src/lxterminal.c0000644000175000017500000020315212421475716013737 00000000000000/** * Copyright 2008 Fred Chien * Copyright (c) 2010 LxDE Developers, see the file AUTHORS for details. * * 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 2 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, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H #include #endif #include #include #include #include #include #include #include #include #include #include #include "lxterminal.h" #include "setting.h" #include "preferences.h" #include "unixsocket.h" /* Linux color for palette. */ static const GdkColor linux_color[16] = { { 0, 0x0000, 0x0000, 0x0000 }, { 0, 0xaaaa, 0x0000, 0x0000 }, { 0, 0x0000, 0xaaaa, 0x0000 }, { 0, 0xaaaa, 0x5555, 0x0000 }, { 0, 0x0000, 0x0000, 0xaaaa }, { 0, 0xaaaa, 0x0000, 0xaaaa }, { 0, 0x0000, 0xaaaa, 0xaaaa }, { 0, 0xaaaa, 0xaaaa, 0xaaaa }, { 0, 0x5555, 0x5555, 0x5555 }, { 0, 0xffff, 0x5555, 0x5555 }, { 0, 0x5555, 0xffff, 0x5555 }, { 0, 0xffff, 0xffff, 0x5555 }, { 0, 0x5555, 0x5555, 0xffff }, { 0, 0xffff, 0x5555, 0xffff }, { 0, 0x5555, 0xffff, 0xffff }, { 0, 0xffff, 0xffff, 0xffff } }; /* X accessor. */ static void gdk_window_get_geometry_hints(GdkWindow * window, GdkGeometry * geometry, GdkWindowHints * geometry_mask); /* Utilities. */ static GtkBorder * terminal_get_border(Term * term); static void terminal_geometry_restore(Term * term); static void terminal_tab_set_position(GtkWidget * notebook, gint tab_position); static gchar * terminal_get_current_dir(LXTerminal * terminal); /* Menu and accelerator event handlers. */ static void terminal_initialize_switch_tab_accelerator(Term * term); static void terminal_update_alt(LXTerminal *terminal); static gboolean terminal_switch_tab_accelerator(Term * term); static void terminal_new_window_activate_event(GtkAction * action, LXTerminal * terminal); //static gboolean terminal_new_window_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); static void terminal_new_tab_activate_event(GtkAction * action, LXTerminal * terminal); //static gboolean terminal_new_tab_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); static void terminal_close_tab_activate_event(GtkAction * action, LXTerminal * terminal); //static gboolean terminal_close_tab_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); static void terminal_close_window_activate_event(GtkAction * action, LXTerminal * terminal); //static gboolean terminal_close_window_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); static void terminal_copy_url_activate_event(GtkAction * action, LXTerminal * terminal); static void terminal_copy_activate_event(GtkAction * action, LXTerminal * terminal); //static gboolean terminal_copy_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); static void terminal_paste_activate_event(GtkAction * action, LXTerminal * terminal); static void terminal_clear_activate_event(GtkAction * action, LXTerminal * terminal); //static gboolean terminal_paste_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); static void terminal_name_tab_response_event(GtkWidget * dialog, gint response, LXTerminal * terminal); static void terminal_name_tab_activate_event(GtkAction * action, LXTerminal * terminal); //static gboolean terminal_name_tab_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); static void terminal_previous_tab_activate_event(GtkAction * action, LXTerminal * terminal); //static gboolean terminal_previous_tab_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); static void terminal_next_tab_activate_event(GtkAction * action, LXTerminal * terminal); //static gboolean terminal_next_tab_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); static void terminal_move_tab_execute(LXTerminal * terminal, gint direction); static void terminal_move_tab_left_activate_event(GtkAction * action, LXTerminal * terminal); //static gboolean terminal_move_tab_left_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); static void terminal_move_tab_right_activate_event(GtkAction * action, LXTerminal * terminal); //static gboolean terminal_move_tab_right_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); static void terminal_about_activate_event(GtkAction * action, LXTerminal * terminal); /* Window creation, destruction, and control. */ static gboolean terminal_window_size_allocate_event(GtkWidget * widget, GtkAllocation * allocation, LXTerminal * terminal); static void terminal_window_set_fixed_size(LXTerminal * terminal); static void terminal_switch_page_event(GtkNotebook * notebook, GtkWidget * page, guint num, LXTerminal * terminal); static void terminal_window_title_changed_event(GtkWidget * vte, Term * term); static void terminal_window_exit(LXTerminal * terminal, GObject * where_the_object_was); static void terminal_child_exited_event(VteTerminal * vte, Term * term); static gboolean terminal_tab_button_press_event(GtkWidget * widget, GdkEventButton * event, Term * term); static gboolean terminal_vte_button_press_event(VteTerminal * vte, GdkEventButton * event, Term * term); static void terminal_settings_apply_to_term(LXTerminal * terminal, Term * term); static Term * terminal_new(LXTerminal * terminal, const gchar * label, const gchar * pwd, gchar * * env, const gchar * exec); static void terminal_free(Term * term); static void terminal_menubar_initialize(LXTerminal * terminal); static void terminal_menu_accelerator_update(LXTerminal * terminal); static void terminal_settings_apply(LXTerminal * terminal); static void terminal_update_menu_shortcuts(Setting * setting); static void terminal_initialize_menu_shortcuts(Setting * setting); /* Menu accelerator saved when the user disables it. */ static char * saved_menu_accelerator = NULL; /* Help when user enters an invalid command. */ static gchar usage_display[] = { "Usage:\n" " lxterminal [Options...] - LXTerminal is a terminal emulator\n\n" "Options:\n" " -e, --command=STRING Execute the argument to this option inside the terminal\n" " --geometry=COLUMNSxROWS Set the terminal's size\n" " -l, --loginshell Execute login shell\n" " -t, -T, --title=,\n" " --tabs=NAME[,NAME[,NAME[...]]] Set the terminal's title\n" " --working-directory=DIRECTORY Set the terminal's working directory\n" }; /* Actions for menu bar items. */ static GtkActionEntry menu_items[] = { /* 0 */ { "File", NULL, N_("_File"), NULL, NULL, NULL }, /* 1 */ { "Edit", NULL, N_("_Edit"), NULL, NULL, NULL }, /* 2 */ { "Tabs", NULL, N_("_Tabs"), NULL, NULL, NULL }, /* 3 */ { "Help", NULL, N_("_Help"), NULL, NULL, NULL }, /* 4 */ { "File_NewWindow", GTK_STOCK_ADD, N_("_New Window"), NEW_WINDOW_ACCEL_DEF, "New Window", G_CALLBACK(terminal_new_window_activate_event) }, /* 5 */ { "File_NewTab", GTK_STOCK_ADD, N_("New T_ab"), NEW_TAB_ACCEL_DEF, "New Tab", G_CALLBACK(terminal_new_tab_activate_event) }, /* 6 */ { "File_Sep1", NULL, "Sep" }, /* 7 */ { "File_CloseTab", GTK_STOCK_CLOSE, N_("_Close Tab"), CLOSE_TAB_ACCEL_DEF, "Close Tab", G_CALLBACK(terminal_close_tab_activate_event) }, /* 8 */ { "File_CloseWindow", GTK_STOCK_QUIT, N_("Close _Window"), CLOSE_WINDOW_ACCEL_DEF, "Close Window", G_CALLBACK(terminal_close_window_activate_event) }, /* 9 */ { "Edit_Copy", GTK_STOCK_COPY, N_("Cop_y"), COPY_ACCEL_DEF, "Copy", G_CALLBACK(terminal_copy_activate_event) }, /* 10 */ { "Edit_Paste", GTK_STOCK_PASTE, N_("_Paste"), PASTE_ACCEL_DEF, "Paste", G_CALLBACK(terminal_paste_activate_event) }, /* 11 */ { "Edit_Clear", NULL, N_("Clear scr_ollback"), NULL, "Clear scrollback", G_CALLBACK(terminal_clear_activate_event) }, /* 12 */ { "Edit_Sep1", NULL, "Sep" }, /* 13 */ { "Edit_Preferences", GTK_STOCK_EXECUTE, N_("Preference_s"), NULL, "Preferences", G_CALLBACK(terminal_preferences_dialog) }, /* 14 */ { "Tabs_NameTab", GTK_STOCK_INFO, N_("Na_me Tab"), NAME_TAB_ACCEL_DEF, "Name Tab", G_CALLBACK(terminal_name_tab_activate_event) }, /* 15 */ { "Tabs_PreviousTab", GTK_STOCK_GO_BACK, N_("Pre_vious Tab"), PREVIOUS_TAB_ACCEL_DEF, "Previous Tab", G_CALLBACK(terminal_previous_tab_activate_event) }, /* 16 */ { "Tabs_NextTab", GTK_STOCK_GO_FORWARD, N_("Ne_xt Tab"), NEXT_TAB_ACCEL_DEF, "Next Tab", G_CALLBACK(terminal_next_tab_activate_event) }, /* 17 */ { "Tabs_MoveTabLeft", NULL, N_("Move Tab _Left"), MOVE_TAB_LEFT_ACCEL_DEF, "Move Tab Left", G_CALLBACK(terminal_move_tab_left_activate_event) }, /* 18 */ { "Tabs_MoveTabRight", NULL, N_("Move Tab _Right"), MOVE_TAB_RIGHT_ACCEL_DEF, "Move Tab Right", G_CALLBACK(terminal_move_tab_right_activate_event) }, /* 19 */ { "Help_About", GTK_STOCK_ABOUT, N_("_About"), NULL, "About", G_CALLBACK(terminal_about_activate_event) }, }; #define MENUBAR_MENUITEM_COUNT G_N_ELEMENTS(menu_items) /* Descriptors for popup menu items, accessed via right click on the terminal. */ static GtkActionEntry vte_menu_items[] = { { "VTEMenu", NULL, "VTEMenu" }, { "NewWindow", GTK_STOCK_ADD, N_("New _Window"), NULL, "New Window", G_CALLBACK(terminal_new_window_activate_event) }, { "NewTab", GTK_STOCK_ADD, N_("New _Tab"), NULL, "New Tab", G_CALLBACK(terminal_new_tab_activate_event) }, { "Sep1", NULL, "Sep" }, { "CopyURL", NULL, N_("Copy _URL"), NULL, "Copy URL", G_CALLBACK(terminal_copy_url_activate_event) }, { "Copy", GTK_STOCK_COPY, N_("Cop_y"), NULL, "Copy", G_CALLBACK(terminal_copy_activate_event) }, { "Paste", GTK_STOCK_PASTE, N_("_Paste"), NULL, "Paste", G_CALLBACK(terminal_paste_activate_event) }, { "Clear", NULL, N_("Cl_ear scrollback"), NULL, "Clear scrollback", G_CALLBACK(terminal_clear_activate_event) }, { "Sep2", NULL, "Sep" }, { "Preferences", GTK_STOCK_EXECUTE, N_("Preference_s"), NULL, "Preferences", G_CALLBACK(terminal_preferences_dialog) }, { "Sep3", NULL, "Sep" }, { "NameTab", GTK_STOCK_INFO, N_("Na_me Tab"), NULL, "Name Tab", G_CALLBACK(terminal_name_tab_activate_event) }, { "PreviousTab", GTK_STOCK_GO_BACK, N_("Pre_vious Tab"), NULL, "Previous Tab", G_CALLBACK(terminal_previous_tab_activate_event) }, { "NextTab", GTK_STOCK_GO_FORWARD, N_("Ne_xt Tab"), NULL, "Next Tab", G_CALLBACK(terminal_next_tab_activate_event) }, { "Tabs_MoveTabLeft", NULL, N_("Move Tab _Left"), NULL, "Move Tab Left", G_CALLBACK(terminal_move_tab_left_activate_event) }, { "Tabs_MoveTabRight", NULL, N_("Move Tab _Right"), NULL, "Move Tab Right", G_CALLBACK(terminal_move_tab_right_activate_event) }, { "CloseTab", GTK_STOCK_CLOSE, N_("_Close Tab"), NULL, "Close Tab", G_CALLBACK(terminal_close_tab_activate_event) } }; #define VTE_MENUITEM_COUNT G_N_ELEMENTS(vte_menu_items) /* Copied out of static function in gdk_window. * A wrapper around XGetWMNormalHints. */ static void gdk_window_get_geometry_hints(GdkWindow * window, GdkGeometry * geometry, GdkWindowHints * geometry_mask) { g_return_if_fail(GDK_IS_WINDOW (window)); g_return_if_fail(geometry != NULL); g_return_if_fail(geometry_mask != NULL); *geometry_mask = 0; if (gdk_window_is_destroyed(window)) return; XSizeHints size_hints; glong junk_size_mask = 0; if ( ! XGetWMNormalHints(GDK_WINDOW_XDISPLAY(window), GDK_WINDOW_XID(window), &size_hints, &junk_size_mask)) return; if (size_hints.flags & PMinSize) { *geometry_mask |= GDK_HINT_MIN_SIZE; geometry->min_width = size_hints.min_width; geometry->min_height = size_hints.min_height; } if (size_hints.flags & PMaxSize) { *geometry_mask |= GDK_HINT_MAX_SIZE; geometry->max_width = MAX (size_hints.max_width, 1); geometry->max_height = MAX (size_hints.max_height, 1); } if (size_hints.flags & PResizeInc) { *geometry_mask |= GDK_HINT_RESIZE_INC; geometry->width_inc = size_hints.width_inc; geometry->height_inc = size_hints.height_inc; } if (size_hints.flags & PAspect) { *geometry_mask |= GDK_HINT_ASPECT; geometry->min_aspect = (gdouble) size_hints.min_aspect.x / (gdouble) size_hints.min_aspect.y; geometry->max_aspect = (gdouble) size_hints.max_aspect.x / (gdouble) size_hints.max_aspect.y; } if (size_hints.flags & PWinGravity) { *geometry_mask |= GDK_HINT_WIN_GRAVITY; geometry->win_gravity = size_hints.win_gravity; } } /* Accessor for border values from VteTerminal. */ static GtkBorder * terminal_get_border(Term * term) { #if VTE_CHECK_VERSION(0, 24, 0) /* Style property, new in 0.24.0, replaces the function below. */ GtkBorder * border; gtk_widget_style_get(term->vte, "inner-border", &border, NULL); return gtk_border_copy(border); #else /* Deprecated function produces a warning. */ GtkBorder * border = gtk_border_new(); vte_terminal_get_padding(VTE_TERMINAL(term->vte), &border->left, &border->top); return border; #endif } /* Restore the terminal geometry after a font size change or hiding the tab bar. */ static void terminal_geometry_restore(Term * term) { /* Set fixed VTE size. */ terminal_window_set_fixed_size(term->parent); /* Recover the window size. */ GtkBorder * border = terminal_get_border(term); vte_terminal_set_size(VTE_TERMINAL(term->vte), vte_terminal_get_column_count(VTE_TERMINAL(term->vte)), vte_terminal_get_row_count(VTE_TERMINAL(term->vte))); gtk_window_resize(GTK_WINDOW(term->parent->window), border->left + vte_terminal_get_char_width(VTE_TERMINAL(term->vte)), border->top + vte_terminal_get_char_height(VTE_TERMINAL(term->vte))); gtk_border_free(border); } /* Set the position of the tabs on the main window. */ static void terminal_tab_set_position(GtkWidget * notebook, gint tab_position) { switch (tab_position) { case 0: gtk_notebook_set_tab_pos(GTK_NOTEBOOK(notebook), GTK_POS_TOP); break; case 1: gtk_notebook_set_tab_pos(GTK_NOTEBOOK(notebook), GTK_POS_BOTTOM); break; case 2: gtk_notebook_set_tab_pos(GTK_NOTEBOOK(notebook), GTK_POS_LEFT); break; default: gtk_notebook_set_tab_pos(GTK_NOTEBOOK(notebook), GTK_POS_RIGHT); break; } } static gchar * terminal_get_current_dir(LXTerminal * terminal) { gchar * proc_cwd = NULL; #ifdef __linux /* Try to get the working directory from /proc. */ gint current = gtk_notebook_get_current_page(GTK_NOTEBOOK(terminal->notebook)); if (current != -1) { /* Search for the Term structure corresponding to the current tab. */ guint i; for (i = 0; i < terminal->terms->len; i++) { Term * term = g_ptr_array_index(terminal->terms, i); if (term->index == current) { /* Get the working directory corresponding to the process ID. */ gchar proc_cwd_link[PATH_MAX]; g_snprintf(proc_cwd_link, PATH_MAX, "/proc/%d/cwd", term->pid); proc_cwd = g_file_read_link(proc_cwd_link, NULL); break; } } } #endif if (proc_cwd == NULL) { proc_cwd = g_get_current_dir(); } return proc_cwd; } /* Initialize the n accelerators, where n is a digit. * These switch to the tab selected by the digit, if it exists. */ static void terminal_initialize_switch_tab_accelerator(Term * term) { if ((term->index + 1) < 10) { /* Formulate the accelerator name. */ char switch_tab_accel[1 + 3 + 1 + 1 + 1]; /* "n" */ sprintf(switch_tab_accel, "%d", term->index + 1); /* Parse the accelerator name. */ guint key; GdkModifierType mods; gtk_accelerator_parse(switch_tab_accel, &key, &mods); /* Define the accelerator. */ term->closure = g_cclosure_new_swap(G_CALLBACK(terminal_switch_tab_accelerator), term, NULL); if (gtk_accel_group_from_accel_closure(term->closure) == NULL) { gtk_accel_group_connect(term->parent->accel_group, key, mods, GTK_ACCEL_LOCKED, term->closure); } } } /* update n status. */ void terminal_update_alt(LXTerminal *terminal) { guint i; Term * term; /* disable alt when the option is switched on or terminal has no other tabs */ if (get_setting()->disable_alt || terminal->terms->len <= 1) { for (i = 0; i < terminal->terms->len; i++) { term = g_ptr_array_index(terminal->terms, i); if (term->closure != NULL) { gtk_accel_group_disconnect(term->parent->accel_group, term->closure); } } } else { for (i = 0; i < terminal->terms->len; i++) { term = g_ptr_array_index(terminal->terms, i); if (GTK_IS_ACCEL_GROUP(term->parent->accel_group)) { if (term->closure != NULL) { gtk_accel_group_disconnect(term->parent->accel_group, term->closure); } terminal_initialize_switch_tab_accelerator(term); } } } } /* Handler for accelerator n, where n is a digit. * Switch to the tab selected by the digit, if it exists. */ static gboolean terminal_switch_tab_accelerator(Term * term) { LXTerminal * terminal = term->parent; if (term->index < gtk_notebook_get_n_pages(GTK_NOTEBOOK(terminal->notebook))) { gtk_notebook_set_current_page(GTK_NOTEBOOK(terminal->notebook), term->index); return TRUE; } return FALSE; } /* Handler for "activate" signal on File/New Window menu item. * Open a new window. */ static void terminal_new_window_activate_event(GtkAction * action, LXTerminal * terminal) { CommandArguments arguments; memset(&arguments, 0, sizeof(arguments)); arguments.working_directory = terminal_get_current_dir(terminal); lxterminal_initialize(terminal->parent, &arguments); g_free(arguments.working_directory); } /* Handler for accelerator N. Open a new window. */ /*static gboolean terminal_new_window_accelerator(LXTerminal * terminal, guint action, GtkWidget * item) { terminal_new_window_activate_event(NULL, terminal); return TRUE; }*/ /* Handler for "activate" signal on File/New Tab menu item. * Open a new tab. */ static void terminal_new_tab_activate_event(GtkAction * action, LXTerminal * terminal) { gchar * proc_cwd = terminal_get_current_dir(terminal); /* Propagate the working directory of the current tab to the new tab. * If the working directory was determined above, use it; otherwise default to the working directory of the process. * Create the new terminal. */ Term * term = terminal_new(terminal, _("LXTerminal"), proc_cwd, NULL, NULL); g_free(proc_cwd); /* Add a tab to the notebook and the "terms" array. */ gtk_notebook_append_page(GTK_NOTEBOOK(terminal->notebook), term->box, term->tab); term->index = gtk_notebook_get_n_pages(GTK_NOTEBOOK(terminal->notebook)) - 1; g_ptr_array_add(terminal->terms, term); /* Make the new terminal's tab current and, if we went from one to more than one tab, * turn the tab display on. */ gtk_notebook_set_current_page(GTK_NOTEBOOK(term->parent->notebook), term->index); if (term->index > 0) { terminal_window_set_fixed_size(terminal); gtk_notebook_set_show_tabs(GTK_NOTEBOOK(term->parent->notebook), TRUE); } /* Disable Alt-n switch tabs or not. */ terminal_update_alt(terminal); } /* Handler for accelerator T. Open a new tab. */ /*static gboolean terminal_new_tab_accelerator(LXTerminal * terminal, guint action, GtkWidget * item) { terminal_new_tab_activate_event(NULL, terminal); return TRUE; }*/ /* Handler for "activate" signal on File/Close Tab menu item. * Close the current tab. */ static void terminal_close_tab_activate_event(GtkAction * action, LXTerminal * terminal) { Term * term = g_ptr_array_index(terminal->terms, gtk_notebook_get_current_page(GTK_NOTEBOOK(terminal->notebook))); terminal_child_exited_event(VTE_TERMINAL(term->vte), term); } /* Handler for accelerator W. Close the current tab. */ /*static gboolean terminal_close_tab_accelerator(LXTerminal * terminal, guint action, GtkWidget * item) { terminal_close_tab_activate_event(NULL, terminal); return TRUE; }*/ /* Handler for "activate" signal on File/Close Window menu item. * Close the current window. */ static void terminal_close_window_activate_event(GtkAction * action, LXTerminal * terminal) { /* Play it safe and delete tabs one by one. */ while(terminal->terms->len > 0) { terminal_child_exited_event(NULL, g_ptr_array_index(terminal->terms, 0)); } } /* Handler for accelerator Q. Close the current window. */ /*static gboolean terminal_close_window_accelerator(LXTerminal * terminal, guint action, GtkWidget * item) { terminal_close_window_activate_event(NULL, terminal); return TRUE; }*/ static void terminal_copy_url_activate_event(GtkAction * action, LXTerminal * terminal) { Term * term = g_ptr_array_index(terminal->terms, gtk_notebook_get_current_page(GTK_NOTEBOOK(terminal->notebook))); if (term->matched_url) { GtkClipboard* clipboard = gtk_clipboard_get(gdk_atom_intern("CLIPBOARD", FALSE)); gtk_clipboard_set_text(clipboard, term->matched_url, -1); } } /* Handler for "activate" signal on Edit/Copy menu item. * Copy to the clipboard. */ static void terminal_copy_activate_event(GtkAction * action, LXTerminal * terminal) { Term * term = g_ptr_array_index(terminal->terms, gtk_notebook_get_current_page(GTK_NOTEBOOK(terminal->notebook))); vte_terminal_copy_clipboard(VTE_TERMINAL(term->vte)); } /* Handler for accelerator C. Copy to the clipboard. */ /*static gboolean terminal_copy_accelerator(LXTerminal * terminal, guint action, GtkWidget * item) { // fire event only if text selected Term * term = g_ptr_array_index(terminal->terms, gtk_notebook_get_current_page(GTK_NOTEBOOK(terminal->notebook))); if (vte_terminal_get_has_selection(VTE_TERMINAL(term->vte))) { terminal_copy_activate_event(NULL, terminal); return TRUE; } else { // if not selected send keys to terminal return FALSE; } }*/ /* Handler for "activate" signal on Edit/Paste menu item. * Paste from the clipboard. */ static void terminal_paste_activate_event(GtkAction * action, LXTerminal * terminal) { Term * term = g_ptr_array_index(terminal->terms, gtk_notebook_get_current_page(GTK_NOTEBOOK(terminal->notebook))); vte_terminal_paste_clipboard(VTE_TERMINAL(term->vte)); } /* Handler for "clear scrollback" signal on Edit/Paste menu item. * Clear scrollback. */ static void terminal_clear_activate_event(GtkAction * action, LXTerminal * terminal) { Term * term = g_ptr_array_index(terminal->terms, gtk_notebook_get_current_page(GTK_NOTEBOOK(terminal->notebook))); vte_terminal_set_scrollback_lines(VTE_TERMINAL(term->vte), 0); vte_terminal_set_scrollback_lines(VTE_TERMINAL(term->vte), get_setting()->scrollback); } /* Handler for accelerator V. Paste from the clipboard. */ /*static gboolean terminal_paste_accelerator(LXTerminal * terminal, guint action, GtkWidget * item) { terminal_paste_activate_event(NULL, terminal); return TRUE; }*/ /* Handler for "response" signal on Name Tab dialog. */ static void terminal_name_tab_response_event(GtkWidget * dialog, gint response, LXTerminal * terminal) { if (response == GTK_RESPONSE_OK) { GtkWidget * dialog_item = g_object_get_data(G_OBJECT(dialog), "entry"); gint current = gtk_notebook_get_current_page(GTK_NOTEBOOK(terminal->notebook)); if (current != -1) { /* Search for the Term structure corresponding to the current tab. */ guint i; for (i = 0; i < terminal->terms->len; i++) { Term * term = g_ptr_array_index(terminal->terms, i); if (term->index == current) { /* If Term structure found, set the tab's label and mark it so we will never overwrite it. */ term->user_specified_label = TRUE; gtk_label_set_text(GTK_LABEL(term->label), g_strdup(gtk_entry_get_text(GTK_ENTRY(dialog_item)))); break; } } } } /* Dismiss dialog. */ gtk_widget_destroy(dialog); } /* Handler for "activate" signal on Tabs/Name Tab menu item. * Put up a dialog to get a user specified name for the tab. */ static void terminal_name_tab_activate_event(GtkAction * action, LXTerminal * terminal) { GtkWidget * dialog = gtk_dialog_new_with_buttons( _("Name Tab"), GTK_WINDOW(terminal->window), 0, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_OK, GTK_RESPONSE_OK, NULL); gtk_dialog_set_default_response(GTK_DIALOG(dialog), GTK_RESPONSE_OK); if (gtk_icon_theme_has_icon(gtk_icon_theme_get_default(), "lxterminal")) { gtk_window_set_icon_name(GTK_WINDOW(dialog), "lxterminal"); } else { gtk_window_set_icon_from_file(GTK_WINDOW(dialog), PACKAGE_DATA_DIR "/icons/hicolor/128x128/apps/lxterminal.png", NULL); } g_signal_connect(G_OBJECT(dialog), "response", G_CALLBACK(terminal_name_tab_response_event), terminal); GtkWidget * dialog_item = gtk_entry_new(); g_object_set_data(G_OBJECT(dialog), "entry", (gpointer) dialog_item); gtk_box_pack_start(GTK_BOX(gtk_dialog_get_content_area(GTK_DIALOG(dialog))), dialog_item, FALSE, FALSE, 2); gint current = gtk_notebook_get_current_page(GTK_NOTEBOOK(terminal->notebook)); if (current != -1) { /* Search for the Term structure corresponding to the current tab. */ guint i; for (i = 0; i < terminal->terms->len; i++) { Term * term = g_ptr_array_index(terminal->terms, i); if (term->index == current) { gtk_entry_set_text(GTK_ENTRY(dialog_item), gtk_label_get_text(GTK_LABEL(term->label))); break; } } } gtk_entry_set_activates_default(GTK_ENTRY(dialog_item), TRUE); gtk_widget_show_all(dialog); } /* Handler for accelerator R. Name the tab. */ /*static gboolean terminal_name_tab_accelerator(LXTerminal * terminal, guint action, GtkWidget * item) { terminal_name_tab_activate_event(NULL, terminal); return TRUE; }*/ /* Handler for "activate" signal on Tabs/Previous Tab menu item. * Cycle through tabs in the reverse direction. */ static void terminal_previous_tab_activate_event(GtkAction * action, LXTerminal * terminal) { /* Cycle through tabs. */ if (gtk_notebook_get_current_page(GTK_NOTEBOOK(terminal->notebook)) == 0) { gtk_notebook_set_current_page(GTK_NOTEBOOK(terminal->notebook), -1); } else { gtk_notebook_prev_page(GTK_NOTEBOOK(terminal->notebook)); } } /* Handler for accelerator . Cycle through tabs in the reverse direction. */ /*static gboolean terminal_previous_tab_accelerator(LXTerminal * terminal, guint action, GtkWidget * item) { GtkAction *_action = gtk_action_group_get_action(terminal->action_group, "Tabs_PreviousTab"); gtk_action_activate(_action); return TRUE; }*/ /* Handler for "activate" signal on Tabs/Next Tab menu item. * Cycle through tabs in the forward direction. */ static void terminal_next_tab_activate_event(GtkAction * action, LXTerminal * terminal) { /* Cycle through tabs. */ if (gtk_notebook_get_current_page(GTK_NOTEBOOK(terminal->notebook)) == gtk_notebook_get_n_pages(GTK_NOTEBOOK(terminal->notebook)) - 1) { gtk_notebook_set_current_page(GTK_NOTEBOOK(terminal->notebook), 0); } else { gtk_notebook_next_page(GTK_NOTEBOOK(terminal->notebook)); } } /* Handler for accelerator . Cycle through tabs in the forward direction. */ /*static gboolean terminal_next_tab_accelerator(LXTerminal * terminal, guint action, GtkWidget * item) { GtkAction *_action = gtk_action_group_get_action(terminal->action_group, "Tabs_NextTab"); gtk_action_activate(_action); return TRUE; }*/ /* Helper for move tab left and right. */ static void terminal_move_tab_execute(LXTerminal * terminal, gint direction) { GtkNotebook * notebook = GTK_NOTEBOOK(terminal->notebook); gint current_page_number = gtk_notebook_get_current_page(notebook); gint target_page_number = current_page_number + direction; /* prevent out of index, cast should be safe as we catch negatives prior */ if (target_page_number < 0 || (guint) target_page_number >= terminal->terms->len) { return; } /* swap index in terms array and its id */ Term * term_current = g_ptr_array_index(terminal->terms, current_page_number); Term * term_target = g_ptr_array_index(terminal->terms, target_page_number); g_ptr_array_index(terminal->terms, target_page_number) = term_current; g_ptr_array_index(terminal->terms, current_page_number) = term_target; term_current->index = target_page_number; term_target->index = current_page_number; gtk_notebook_reorder_child(notebook, gtk_notebook_get_nth_page(notebook, current_page_number), target_page_number); /* update alt arrangement */ terminal_update_alt(terminal); } /* Handler for "activate" signal on Tabs/Move Tab Left menu item. * Move the tab one position in the reverse direction. */ static void terminal_move_tab_left_activate_event(GtkAction * action, LXTerminal * terminal) { terminal_move_tab_execute(terminal, -1); } /* Handler for accelerator . Move the tab one position in the reverse direction. */ /*static gboolean terminal_move_tab_left_accelerator(LXTerminal * terminal, guint action, GtkWidget * item) { terminal_move_tab_execute(terminal, -1); return TRUE; }*/ /* Handler for "activate" signal on Tabs/Move Tab Right menu item. * Move the tab one position in the forward direction. */ static void terminal_move_tab_right_activate_event(GtkAction * action, LXTerminal * terminal) { terminal_move_tab_execute(terminal, 1); } /* Handler for accelerator . Move the tab one position in the forward direction. */ /*static gboolean terminal_move_tab_right_accelerator(LXTerminal * terminal, guint action, GtkWidget * item) { terminal_move_tab_execute(terminal, 1); return TRUE; }*/ /* Handler for "activate" signal on Help/About menu item. */ static void terminal_about_activate_event(GtkAction * action, LXTerminal * terminal) { const gchar * authors[] = { "Fred Chien ", "Marty Jack ", "Yao Wei ", NULL }; /* TRANSLATORS: Replace this string with your names, one name per line. */ gchar * translators = _("translator-credits"); /* Create and initialize the dialog. */ GtkWidget * about_dlg = gtk_about_dialog_new(); gtk_container_set_border_width(GTK_CONTAINER(about_dlg), 2); gtk_about_dialog_set_version(GTK_ABOUT_DIALOG(about_dlg), VERSION); gtk_about_dialog_set_program_name (GTK_ABOUT_DIALOG(about_dlg), _("LXTerminal")); gtk_about_dialog_set_logo(GTK_ABOUT_DIALOG(about_dlg), gdk_pixbuf_new_from_file(PACKAGE_DATA_DIR "/icons/hicolor/128x128/apps/lxterminal.png", NULL)); gtk_about_dialog_set_copyright(GTK_ABOUT_DIALOG(about_dlg), _("Copyright (C) 2008-2011")); gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(about_dlg), _("Terminal emulator for LXDE project")); gtk_about_dialog_set_license(GTK_ABOUT_DIALOG(about_dlg), "This program is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License\nas published by the Free Software Foundation; either version 2\nof the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."); gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(about_dlg), "http://lxde.org/"); gtk_about_dialog_set_authors(GTK_ABOUT_DIALOG(about_dlg), authors); gtk_about_dialog_set_translator_credits(GTK_ABOUT_DIALOG(about_dlg), translators); /* Display the dialog, wait for the user to click OK, and dismiss the dialog. */ gtk_dialog_run(GTK_DIALOG(about_dlg)); gtk_widget_destroy(about_dlg); } /* Handler for "size-request" signal on the top level window. */ static gboolean terminal_window_size_allocate_event(GtkWidget * widget, GtkAllocation * allocation, LXTerminal * terminal) { /* Only do this once. */ if (terminal->fixed_size) { /* No longer fixed size. */ terminal->fixed_size = FALSE; /* Initialize geometry hints structure. */ Term * term = g_ptr_array_index(terminal->terms, 0); GtkBorder * border = terminal_get_border(term); GdkGeometry hints; hints.width_inc = vte_terminal_get_char_width(VTE_TERMINAL(term->vte)); hints.height_inc = vte_terminal_get_char_height(VTE_TERMINAL(term->vte)); hints.base_width = border->right + 1; hints.base_height = border->bottom + 1; hints.min_width = hints.base_width + hints.width_inc * 4; hints.min_height = hints.base_height + hints.height_inc * 2; gtk_border_free(border); /* Set hints into all terminals. This makes sure we resize on character cell boundaries. */ guint i; for (i = 0; i < terminal->terms->len; i++) { Term * term = g_ptr_array_index(terminal->terms, i); gtk_window_set_geometry_hints(GTK_WINDOW(terminal->window), term->vte, &hints, GDK_HINT_RESIZE_INC | GDK_HINT_MIN_SIZE | GDK_HINT_BASE_SIZE); } /* Resize the window. */ if (allocation->width > 0 && allocation->height > 0) gtk_window_resize(GTK_WINDOW(terminal->window), allocation->width, allocation->height); } return FALSE; } /* Set geometry hints for the fixed size case. */ static void terminal_window_set_fixed_size(LXTerminal * terminal) { terminal->fixed_size = TRUE; guint i; for (i = 0; i < terminal->terms->len; i++) { Term * term = g_ptr_array_index(terminal->terms, i); gtk_window_set_geometry_hints(GTK_WINDOW(terminal->window), term->vte, &terminal->geometry, terminal->geometry_mask); } } /* Handler for "switch-page" event on the tab notebook. */ static void terminal_switch_page_event(GtkNotebook * notebook, GtkWidget * page, guint num, LXTerminal * terminal) { if (terminal->terms->len > num) { /* Propagate the title to the toplevel window. */ Term * term = g_ptr_array_index(terminal->terms, num); const gchar * title = vte_terminal_get_window_title(VTE_TERMINAL(term->vte)); gtk_window_set_title(GTK_WINDOW(terminal->window), ((title != NULL) ? title : _("LXTerminal"))); } } /* Handler for "window-title-changed" signal on a Term. */ static void terminal_window_title_changed_event(GtkWidget * vte, Term * term) { /* Copy the VTE data out into the tab and the window title, unless the user edited the tab label. */ if ( ! term->user_specified_label) { gtk_label_set_text(GTK_LABEL(term->label), vte_terminal_get_window_title(VTE_TERMINAL(vte))); gtk_widget_set_tooltip_text(term->label, vte_terminal_get_window_title(VTE_TERMINAL(vte))); } gtk_window_set_title(GTK_WINDOW(term->parent->window), vte_terminal_get_window_title(VTE_TERMINAL(vte))); } /* Weak-notify callback for LXTerminal object. */ static void terminal_window_exit(LXTerminal * terminal, GObject * where_the_object_was) { /* If last window, exit main loop. */ if (terminal->parent->windows->len == 1) gtk_main_quit(); else { /* Remove the element and decrease the index number of each succeeding element. */ g_ptr_array_remove_index(terminal->parent->windows, terminal->index); guint i; for (i = terminal->index; i < terminal->parent->windows->len; i++) { LXTerminal * t = g_ptr_array_index(terminal->parent->windows, i); t->index --; } /* Release */ g_slice_free(LXTerminal, terminal); } } /* Handler for "child-exited" signal on VTE. * Also handler for "activate" signal on Close button of tab and File/Close Tab menu item and accelerator. */ static void terminal_child_exited_event(VteTerminal * vte, Term * term) { LXTerminal * terminal = term->parent; /* Last tab being deleted. Deallocate memory and close the window. */ if (gtk_notebook_get_n_pages(GTK_NOTEBOOK(terminal->notebook)) == 1) { g_ptr_array_free(terminal->terms, TRUE); gtk_widget_destroy(terminal->window); } /* Not last tab being deleted. */ else { /* Remove the element and decrease the index number of each succeeding element. */ g_ptr_array_remove_index(terminal->terms, term->index); guint i; for (i = term->index; i < terminal->terms->len; i++) { Term * t = g_ptr_array_index(terminal->terms, i); t->index --; } /* Delete the tab and free the Term structure. */ gtk_notebook_remove_page(GTK_NOTEBOOK(terminal->notebook), term->index); terminal_free(term); /* If only one page is left, hide the tab. */ if (gtk_notebook_get_n_pages(GTK_NOTEBOOK(terminal->notebook)) == 1) gtk_notebook_set_show_tabs(GTK_NOTEBOOK(terminal->notebook), FALSE); /* update n status */ terminal_update_alt(terminal); } } /* Handler for "button-press-event" signal on a notebook tab. */ static gboolean terminal_tab_button_press_event(GtkWidget * widget, GdkEventButton * event, Term * term) { if (event->button == 2) { /* Middle click closes the tab. */ terminal_child_exited_event(NULL, term); return TRUE; } return FALSE; } static gchar * terminal_get_match_at(VteTerminal * vte, Term * term, int x, int y) { /* steal from tilda-0.09.6/src/tilda_terminal.c:743 * See if the terminal has matched the regular expression. */ GtkBorder * border = terminal_get_border(term); gint tag; gchar * match = vte_terminal_match_check(vte, (x - border->left) / vte_terminal_get_char_width(vte), (y - border->top) / vte_terminal_get_char_height(vte), &tag); gtk_border_free(border); return match; } static void terminal_show_popup_menu(VteTerminal * vte, GdkEventButton * event, Term * term) { /* Generate popup menu. */ GtkUIManager * manager = gtk_ui_manager_new(); GtkActionGroup * action_group = gtk_action_group_new("VTEMenu"); gtk_action_group_set_translation_domain(action_group, GETTEXT_PACKAGE); gtk_action_group_add_actions(action_group, vte_menu_items, VTE_MENUITEM_COUNT, term->parent); gtk_ui_manager_insert_action_group(manager, action_group, 0); guint merge_id = gtk_ui_manager_new_merge_id(manager); gtk_ui_manager_add_ui(manager, merge_id, "/", "VTEMenu", NULL, GTK_UI_MANAGER_POPUP, FALSE); size_t i; for (i = 1; i < VTE_MENUITEM_COUNT; i++) { if (strcmp(vte_menu_items[i].label, "Sep") == 0) gtk_ui_manager_add_ui(manager, merge_id, "/VTEMenu", vte_menu_items[i].name, NULL, GTK_UI_MANAGER_SEPARATOR, FALSE); else gtk_ui_manager_add_ui(manager, merge_id, "/VTEMenu", vte_menu_items[i].name, vte_menu_items[i].name, GTK_UI_MANAGER_MENUITEM, FALSE); } g_free(term->matched_url); term->matched_url = terminal_get_match_at(vte, term, event->x, event->y); GtkAction * action_copy_url = gtk_ui_manager_get_action(manager, "/VTEMenu/CopyURL"); if (action_copy_url) gtk_action_set_visible(action_copy_url, term->matched_url != NULL); gtk_menu_popup(GTK_MENU(gtk_ui_manager_get_widget(manager, "/VTEMenu")), NULL, NULL, NULL, NULL, event->button, event->time); } /* Handler for "button-press-event" signal on VTE. */ static gboolean terminal_vte_button_press_event(VteTerminal * vte, GdkEventButton * event, Term * term) { if (event->type != GDK_BUTTON_PRESS) /* skip GDK_2BUTTON_PRESS and GDK_3BUTTON_PRESS */ return FALSE; //g_print("press\n"); /* Right-click. */ if (event->button == 3) { if (event->state & GDK_CONTROL_MASK) { terminal_show_popup_menu(vte, event, term); return TRUE; } else term->open_menu_on_button_release = TRUE; } /* Control left click. */ else if ((event->button == 1) && (event->state & GDK_CONTROL_MASK)) { gchar * match = terminal_get_match_at(vte, term, event->x, event->y); if (match != NULL) { gchar * cmd = g_strdup_printf("xdg-open %s", match); if ( ! g_spawn_command_line_async(cmd, NULL)) g_warning("Failed to launch xdg-open. The command was `%s'\n", cmd); g_free(cmd); g_free(match); } } return FALSE; } static gboolean terminal_vte_button_release_event(VteTerminal * vte, GdkEventButton * event, Term * term) { //g_print("release\n"); if (event->button == 3 && term->open_menu_on_button_release) { terminal_show_popup_menu(vte, event, term); } term->open_menu_on_button_release = FALSE; return FALSE; } static void terminal_vte_commit(VteTerminal * vte, gchar * text, guint size, Term * term) { //g_print("commit\n"); term->open_menu_on_button_release = FALSE; } /* Apply new settings in an LXTerminal to its tab Term. */ static void terminal_settings_apply_to_term(LXTerminal * terminal, Term * term) { Setting * setting = get_setting(); /* Terminal properties. */ vte_terminal_set_font_from_string(VTE_TERMINAL(term->vte), setting->font_name); vte_terminal_set_word_chars(VTE_TERMINAL(term->vte), setting->word_selection_characters); vte_terminal_set_scrollback_lines(VTE_TERMINAL(term->vte), setting->scrollback); vte_terminal_set_allow_bold(VTE_TERMINAL(term->vte), ! setting->disallow_bold); vte_terminal_set_cursor_blink_mode(VTE_TERMINAL(term->vte), ((setting->cursor_blink) ? VTE_CURSOR_BLINK_ON : VTE_CURSOR_BLINK_OFF)); vte_terminal_set_cursor_shape(VTE_TERMINAL(term->vte), ((setting->cursor_underline) ? VTE_CURSOR_SHAPE_UNDERLINE : VTE_CURSOR_SHAPE_BLOCK)); vte_terminal_set_audible_bell(VTE_TERMINAL(term->vte), setting->audible_bell); vte_terminal_set_mouse_autohide(VTE_TERMINAL(term->vte), setting->hide_pointer); /* Background and foreground colors. */ if (terminal->rgba) { /* vte_terminal_queue_background_update doesn't run without changing background. */ vte_terminal_set_color_background(VTE_TERMINAL(term->vte), &setting->foreground_color); vte_terminal_set_background_transparent(VTE_TERMINAL(term->vte), FALSE); vte_terminal_set_opacity(VTE_TERMINAL(term->vte), setting->background_alpha); } else { vte_terminal_set_background_transparent(VTE_TERMINAL(term->vte), setting->background_alpha == 65535 ? FALSE : TRUE); vte_terminal_set_background_saturation(VTE_TERMINAL(term->vte), 1 - ((double) setting->background_alpha / 65535)); } vte_terminal_set_colors(VTE_TERMINAL(term->vte), &setting->foreground_color, &setting->background_color, &linux_color[0], 16); /* Hide or show scrollbar. */ if (setting->hide_scroll_bar) { gtk_widget_hide(term->scrollbar); } else { gtk_widget_show(term->scrollbar); } /* Hide or show Close button. */ if (setting->hide_close_button) { gtk_widget_hide(term->close_button); } else { gtk_widget_show(term->close_button); } /* If terminal geometry changed, react to it. */ if (setting->geometry_change) { terminal_geometry_restore(term); } } /* Create a new terminal. */ static Term * terminal_new(LXTerminal * terminal, const gchar * label, const gchar * pwd, gchar * * env, const gchar * exec) { /* Create and initialize Term structure for new terminal. */ Term * term = g_slice_new0(Term); term->parent = terminal; /* Create a VTE and a vertical scrollbar, and place them inside a horizontal box. */ term->vte = vte_terminal_new(); term->box = gtk_hbox_new(FALSE, 0); term->scrollbar = gtk_vscrollbar_new(NULL); gtk_box_pack_start(GTK_BOX(term->box), term->vte, TRUE, TRUE, 0); gtk_box_pack_start(GTK_BOX(term->box), term->scrollbar, FALSE, TRUE, 0); gtk_widget_set_no_show_all(GTK_WIDGET(term->scrollbar), TRUE); /* Set up the VTE. */ setlocale(LC_ALL, ""); vte_terminal_set_emulation(VTE_TERMINAL(term->vte), "xterm"); vte_terminal_set_encoding(VTE_TERMINAL(term->vte), nl_langinfo(CODESET)); vte_terminal_set_backspace_binding(VTE_TERMINAL(term->vte), VTE_ERASE_ASCII_DELETE); vte_terminal_set_delete_binding(VTE_TERMINAL(term->vte), VTE_ERASE_DELETE_SEQUENCE); /* steal from tilda-0.09.6/src/tilda_terminal.c:145 */ /* Match URL's, etc. */ GRegex * dingus1 = g_regex_new(DINGUS1, G_REGEX_OPTIMIZE, 0, NULL); GRegex * dingus2 = g_regex_new(DINGUS2, G_REGEX_OPTIMIZE, 0, NULL); gint ret = vte_terminal_match_add_gregex(VTE_TERMINAL(term->vte), dingus1, 0); vte_terminal_match_set_cursor_type(VTE_TERMINAL(term->vte), ret, GDK_HAND2); ret = vte_terminal_match_add_gregex(VTE_TERMINAL(term->vte), dingus2, 0); vte_terminal_match_set_cursor_type(VTE_TERMINAL(term->vte), ret, GDK_HAND2); g_regex_unref(dingus1); g_regex_unref(dingus2); /* Create a horizontal box inside an event box as the toplevel for the tab label. */ term->tab = gtk_event_box_new(); gtk_widget_set_events(term->tab, GDK_BUTTON_PRESS_MASK); GtkWidget * hbox = gtk_hbox_new(FALSE, 4); gtk_container_add(GTK_CONTAINER(term->tab), hbox); /* Create the Close button. */ term->close_button = gtk_button_new(); gtk_button_set_relief(GTK_BUTTON(term->close_button), GTK_RELIEF_NONE); gtk_button_set_focus_on_click(GTK_BUTTON(term->close_button), FALSE); gtk_container_add(GTK_CONTAINER(term->close_button), gtk_image_new_from_stock(GTK_STOCK_CLOSE, GTK_ICON_SIZE_MENU)); /* Make the button as small as possible. */ GtkRcStyle * rcstyle = gtk_rc_style_new(); rcstyle->xthickness = rcstyle->ythickness = 0; gtk_widget_modify_style(term->close_button, rcstyle); g_object_ref(rcstyle); /* Create the label. */ term->label = gtk_label_new((label != NULL) ? label : pwd); gtk_widget_set_size_request(GTK_WIDGET(term->label), 100, -1); gtk_label_set_ellipsize(GTK_LABEL(term->label), PANGO_ELLIPSIZE_END); gtk_misc_set_alignment(GTK_MISC(term->label), 0.0, 0.5); gtk_misc_set_padding(GTK_MISC(term->label), 0, 0); /* Pack everything and show the widget. */ gtk_box_pack_start(GTK_BOX(hbox), term->label, TRUE, TRUE, 0); gtk_box_pack_start(GTK_BOX(hbox), term->close_button, FALSE, FALSE, 0); gtk_widget_show_all(term->tab); /* Set up scrollbar. */ gtk_range_set_adjustment(GTK_RANGE(term->scrollbar), vte_terminal_get_adjustment(VTE_TERMINAL(term->vte))); /* Fork the process that will have the VTE as its controlling terminal. */ if (exec == NULL) { exec = g_getenv("SHELL"); } gchar ** command; g_shell_parse_argv(exec, NULL, &command, NULL); vte_terminal_fork_command_full( VTE_TERMINAL(term->vte), VTE_PTY_NO_LASTLOG | VTE_PTY_NO_UTMP | VTE_PTY_NO_WTMP, pwd, command, env, G_SPAWN_SEARCH_PATH, NULL, NULL, &term->pid, NULL); g_strfreev(command); /* Connect signals. */ g_signal_connect(G_OBJECT(term->tab), "button-press-event", G_CALLBACK(terminal_tab_button_press_event), term); g_signal_connect(G_OBJECT(term->close_button), "clicked", G_CALLBACK(terminal_child_exited_event), term); g_signal_connect(G_OBJECT(term->vte), "button-press-event", G_CALLBACK(terminal_vte_button_press_event), term); g_signal_connect(G_OBJECT(term->vte), "button-release-event", G_CALLBACK(terminal_vte_button_release_event), term); g_signal_connect(G_OBJECT(term->vte), "commit", G_CALLBACK(terminal_vte_commit), term); g_signal_connect(G_OBJECT(term->vte), "child-exited", G_CALLBACK(terminal_child_exited_event), term); g_signal_connect(G_OBJECT(term->vte), "window-title-changed", G_CALLBACK(terminal_window_title_changed_event), term); /* Show the widget and return. */ gtk_widget_show_all(term->box); /* Apply user preferences. */ terminal_settings_apply_to_term(terminal, term); return term; } /* Deallocate a Term structure. */ static void terminal_free(Term * term) { g_free(term->matched_url); if ((GTK_IS_ACCEL_GROUP(term->parent->accel_group)) && (term->closure != NULL)) { gtk_accel_group_disconnect(term->parent->accel_group, term->closure); } g_slice_free(Term, term); } /* Initialize the menu bar. */ static void terminal_menubar_initialize(LXTerminal * terminal) { /* Initialize UI manager. */ GtkUIManager * manager = gtk_ui_manager_new(); terminal->action_group = gtk_action_group_new("MenuBar"); gtk_action_group_set_translation_domain(terminal->action_group, GETTEXT_PACKAGE); /* modify accelerators by setting */ terminal_initialize_menu_shortcuts(get_setting()); gtk_action_group_add_actions(terminal->action_group, menu_items, MENUBAR_MENUITEM_COUNT, terminal); gtk_ui_manager_insert_action_group(manager, terminal->action_group, 0); gtk_ui_manager_add_ui_from_file (manager, PACKAGE_DATA_DIR "/lxterminal/menu.ui", NULL); terminal->menu = gtk_ui_manager_get_widget(manager, "/MenuBar"); /* Extract accelerators from manager and add it to top level window. */ terminal->accel_group = gtk_ui_manager_get_accel_group(manager); gtk_window_add_accel_group(GTK_WINDOW(terminal->window), terminal->accel_group); } /* Update the accelerator that brings up the menu. * We have a user preference as to whether F10 (or a style-supplied alternate) is used for this purpose. * Technique taken from gnome-terminal. */ static void terminal_menu_accelerator_update(LXTerminal * terminal) { /* Ensure that saved_menu_accelerator is initialized. */ if (saved_menu_accelerator == NULL) { g_object_get(G_OBJECT(gtk_settings_get_default()), "gtk-menu-bar-accel", &saved_menu_accelerator, NULL); } /* If F10 is disabled, set the accelerator to a key combination that is not F10 and unguessable. */ gtk_settings_set_string_property( gtk_settings_get_default(), "gtk-menu-bar-accel", ((get_setting()->disable_f10) ? "F10" : saved_menu_accelerator), "lxterminal"); } /* Process the argument vector into the CommandArguments structure. * This is called from the main entry, and also from the controlling socket flow. */ gboolean lxterminal_process_arguments(gint argc, gchar * * argv, CommandArguments * arguments) { /* Loop over the argument vector to produce the CommandArguments structure. */ memset(arguments, 0, sizeof(CommandArguments)); arguments->executable = argv[0]; gboolean login_shell = FALSE; char * * argv_cursor = argv + 1; argc --; while (argc > 0) { char * argument = *argv_cursor; /* --command= */ if (strncmp(argument, "--command=", 10) == 0) { g_free(arguments->command); arguments->command = g_strdup(&argument[10]); } /* -e , --command * The behavior is demanded by distros who insist on this xterm feature. */ else if ((strcmp(argument, "--command") == 0) || (strcmp(argument, "-e") == 0)) { while (argc > 1) { argc --; argv_cursor ++; if (arguments->command == NULL) { arguments->command = g_strdup(*argv_cursor); } else { gchar * quoted_arg = g_shell_quote(*argv_cursor); gchar * new_command = g_strconcat(arguments->command, " ", quoted_arg, NULL); g_free(quoted_arg); g_free(arguments->command); arguments->command = new_command; } } } /* --geometry=x */ else if (strncmp(argument, "--geometry=", 11) == 0) { int result = sscanf(&argument[11], "%dx%d", &arguments->geometry_columns, &arguments->geometry_rows); if (result != 2) { return FALSE; } } /* -l, --loginshell */ else if ((strcmp(argument, "--loginshell") == 0) || (strcmp(argument, "-l") == 0)) { login_shell = TRUE; } /* --title= */ else if (strncmp(argument, "--title=", 8) == 0) { arguments->title = &argument[8]; } /* --tabs=<names> */ else if (strncmp(argument, "--tabs=", 7) == 0) { arguments->tabs = &argument[7]; } /* -t <title>, -T <title>, --title <title> * The -T form is demanded by distros who insist on this xterm feature. */ else if (((strcmp(argument, "--title") == 0) || (strcmp(argument, "-t") == 0) || (strcmp(argument, "-T") == 0)) && (argc > 1)) { argc --; argv_cursor ++; arguments->title = *argv_cursor; } /* --working-directory=<working directory> */ else if (strncmp(argument, "--working-directory=", 20) == 0) { arguments->working_directory = &argument[20]; } /* Undefined argument. */ else return FALSE; argc --; argv_cursor ++; } /* Handle --loginshell. */ if (login_shell) { if (arguments->command == NULL) { arguments->command = g_strdup("sh -l"); } else { gchar * escaped_command = g_shell_quote(arguments->command); gchar * new_command = g_strdup_printf("sh -l -c %s", escaped_command); g_free(escaped_command); g_free(arguments->command); arguments->command = new_command; } } return TRUE; } /* Initialize a new LXTerminal. * This is a toplevel window that may contain tabs, each of which will contain a VTE controlled by a process. */ LXTerminal * lxterminal_initialize(LXTermWindow * lxtermwin, CommandArguments * arguments) { /* Allocate and initialize the LXTerminal structure. */ LXTerminal * terminal = g_slice_new0(LXTerminal); terminal->parent = lxtermwin; terminal->terms = g_ptr_array_new(); terminal->fixed_size = TRUE; g_ptr_array_add(lxtermwin->windows, terminal); terminal->index = terminal->parent->windows->len - 1; Setting * setting = get_setting(); /* Create toplevel window. */ terminal->window = gtk_window_new(GTK_WINDOW_TOPLEVEL); /* Try to get an RGBA visual (colormap) and assign it to the new window. */ #if GTK_CHECK_VERSION (2, 90, 8) GdkVisual *visual = gdk_screen_get_rgba_visual(gtk_widget_get_screen(GTK_WIDGET(terminal->window))); if (visual != NULL) { gtk_widget_set_visual(terminal->window, visual); } #else GdkColormap *colormap = gdk_screen_get_rgba_colormap(gtk_widget_get_screen(GTK_WIDGET(terminal->window))); if (colormap != NULL) { gtk_widget_set_colormap(terminal->window, colormap); } #endif /* Set window title. */ gtk_window_set_title(GTK_WINDOW(terminal->window), ((arguments->title != NULL) ? arguments->title : _("LXTerminal"))); /* Set window icon. */ if (gtk_icon_theme_has_icon(gtk_icon_theme_get_default(), "lxterminal")) { gtk_window_set_icon_name(GTK_WINDOW(terminal->window), "lxterminal"); } else { gtk_window_set_icon_from_file(GTK_WINDOW(terminal->window), PACKAGE_DATA_DIR "/icons/hicolor/128x128/apps/lxterminal.png", NULL); } g_object_weak_ref(G_OBJECT(terminal->window), (GWeakNotify) terminal_window_exit, terminal); /* Create a vertical box as the child of the toplevel window. */ terminal->box = gtk_vbox_new(FALSE, 1); gtk_container_add(GTK_CONTAINER(terminal->window), terminal->box); /* Create the menu bar as the child of the vertical box. */ terminal_menubar_initialize(terminal); gtk_widget_set_no_show_all(GTK_WIDGET(terminal->menu), TRUE); if(setting->hide_menu_bar) gtk_widget_hide(GTK_WIDGET(terminal->menu)); gtk_box_pack_start(GTK_BOX(terminal->box), terminal->menu, FALSE, TRUE, 0); /* Create a notebook as the child of the vertical box. */ terminal->notebook = gtk_notebook_new(); gtk_notebook_set_scrollable(GTK_NOTEBOOK(terminal->notebook), TRUE); gtk_notebook_set_show_tabs(GTK_NOTEBOOK(terminal->notebook), FALSE); gtk_notebook_set_show_border(GTK_NOTEBOOK(terminal->notebook), FALSE); gtk_box_pack_start(GTK_BOX(terminal->box), terminal->notebook, TRUE, TRUE, 0); /* Initialize tab position. */ terminal->tab_position = terminal_tab_get_position_id(setting->tab_position); /* Connect signals. */ g_signal_connect_swapped(G_OBJECT(terminal->window), "composited-changed", G_CALLBACK(terminal_settings_apply), terminal); g_signal_connect(G_OBJECT(terminal->notebook), "switch-page", G_CALLBACK(terminal_switch_page_event), terminal); /* Create the first terminal. */ gchar * local_working_directory = NULL; if (arguments->working_directory == NULL) { local_working_directory = g_get_current_dir(); } Term * term = terminal_new( terminal, _("LXTerminal"), ((arguments->working_directory != NULL) ? arguments->working_directory : local_working_directory), NULL, arguments->command); g_free(local_working_directory); /* Set the terminal geometry. */ if ((arguments->geometry_columns != 0) && (arguments->geometry_rows != 0)) { vte_terminal_set_size(VTE_TERMINAL(term->vte), arguments->geometry_columns, arguments->geometry_rows); } /* Add the first terminal to the notebook and the data structures. */ gtk_notebook_append_page(GTK_NOTEBOOK(terminal->notebook), term->box, term->tab); term->index = gtk_notebook_get_n_pages(GTK_NOTEBOOK(terminal->notebook)) - 1; g_ptr_array_add(terminal->terms, term); /* Show the widget, so it is realized and has a window. */ gtk_widget_show_all(terminal->window); /* Update terminal settings. */ terminal_settings_apply(terminal); /* Initialize the geometry hints. */ gdk_window_get_geometry_hints(gtk_widget_get_window(GTK_WIDGET(term->vte)), &terminal->geometry, &terminal->geometry_mask); if (arguments->tabs != NULL) { int tab_index = 0; char * strings = g_strdup(arguments->tabs); /* use token to slice strings to different tab names */ char * token = strtok(strings, ","); while (token != NULL && token[0] != '\0') { if (tab_index > 0) { terminal_new_tab_activate_event(0, terminal); } /* set the name */ Term * term = g_ptr_array_index(terminal->terms, tab_index); term->user_specified_label = TRUE; gtk_label_set_text(GTK_LABEL(term->label), g_strdup(token)); token = strtok(NULL, ","); tab_index ++; } g_free(strings); } /* Connect signals. */ g_signal_connect(G_OBJECT(terminal->window), "size-allocate", G_CALLBACK(terminal_window_size_allocate_event), terminal); return terminal; } /* Apply new settings to a terminal. */ static void terminal_settings_apply(LXTerminal * terminal) { /* Reinitialize "composited". */ terminal->rgba = gtk_widget_is_composited(terminal->window); /* Update tab position. */ terminal->tab_position = terminal_tab_get_position_id(get_setting()->tab_position); terminal_tab_set_position(terminal->notebook, terminal->tab_position); /* Update menu accelerators. */ terminal_menu_accelerator_update(terminal); /* disable mnemonics if <ALT>n is diabled */ g_object_set(gtk_settings_get_default(), "gtk-enable-mnemonics", !get_setting()->disable_alt, NULL); /* Hide or show menubar. */ if (get_setting()->hide_menu_bar) { gtk_widget_hide(terminal->menu); } else { gtk_widget_show(terminal->menu); } /* Apply settings to all tabs. */ guint i; for (i = 0; i < terminal->terms->len; i++) { terminal_settings_apply_to_term(terminal, g_ptr_array_index(terminal->terms, i)); } /* update <ALT>n status */ terminal_update_alt(terminal); } /* Apply terminal settings to all tabs in all terminals. */ void terminal_settings_apply_to_all(LXTerminal * terminal) { /* Recreate accelerators, may be changed. */ terminal_update_menu_shortcuts(get_setting()); /* Apply settings to all open windows. */ g_ptr_array_foreach(terminal->parent->windows, (GFunc) terminal_settings_apply, get_setting()); get_setting()->geometry_change = FALSE; } /* Update terminal menu shortcuts. */ void terminal_update_menu_shortcuts(Setting * setting) { guint key; GdkModifierType mods; gtk_accelerator_parse(setting->new_window_accel, &key, &mods); gtk_accel_map_change_entry("<Actions>/MenuBar/File_NewWindow", key, mods, FALSE); gtk_accelerator_parse(setting->new_tab_accel, &key, &mods); gtk_accel_map_change_entry("<Actions>/MenuBar/File_NewTab", key, mods, FALSE); gtk_accelerator_parse(setting->close_tab_accel, &key, &mods); gtk_accel_map_change_entry("<Actions>/MenuBar/File_CloseTab", key, mods, FALSE); gtk_accelerator_parse(setting->close_window_accel, &key, &mods); gtk_accel_map_change_entry("<Actions>/MenuBar/File_CloseWindow", key, mods, FALSE); gtk_accelerator_parse(setting->copy_accel, &key, &mods); gtk_accel_map_change_entry("<Actions>/MenuBar/Edit_Copy", key, mods, FALSE); gtk_accelerator_parse(setting->paste_accel, &key, &mods); gtk_accel_map_change_entry("<Actions>/MenuBar/Edit_Paste", key, mods, FALSE); gtk_accelerator_parse(setting->name_tab_accel, &key, &mods); gtk_accel_map_change_entry("<Actions>/MenuBar/Tabs_NameTab", key, mods, FALSE); gtk_accelerator_parse(setting->previous_tab_accel, &key, &mods); gtk_accel_map_change_entry("<Actions>/MenuBar/Tabs_PreviousTab", key, mods, FALSE); gtk_accelerator_parse(setting->next_tab_accel, &key, &mods); gtk_accel_map_change_entry("<Actions>/MenuBar/Tabs_NextTab", key, mods, FALSE); gtk_accelerator_parse(setting->move_tab_left_accel, &key, &mods); gtk_accel_map_change_entry("<Actions>/MenuBar/Tabs_MoveTabLeft", key, mods, FALSE); gtk_accelerator_parse(setting->move_tab_right_accel, &key, &mods); gtk_accel_map_change_entry("<Actions>/MenuBar/Tabs_MoveTabRight", key, mods, FALSE); } /* Initialize terminal menu shortcuts. */ void terminal_initialize_menu_shortcuts(Setting * setting) { /* Update static array by index. */ menu_items[4].accelerator = setting->new_window_accel; menu_items[5].accelerator = setting->new_tab_accel; menu_items[7].accelerator = setting->close_tab_accel; menu_items[8].accelerator = setting->close_window_accel; menu_items[9].accelerator = setting->copy_accel; menu_items[10].accelerator = setting->paste_accel; menu_items[14].accelerator = setting->name_tab_accel; menu_items[15].accelerator = setting->previous_tab_accel; menu_items[16].accelerator = setting->next_tab_accel; menu_items[17].accelerator = setting->move_tab_left_accel; menu_items[18].accelerator = setting->move_tab_right_accel; } /* Main entry point. */ int main(gint argc, gchar * * argv) { /* Initialize GTK. */ gtk_init(&argc, &argv); #ifdef ENABLE_NLS bindtextdomain(GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR); bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8"); textdomain(GETTEXT_PACKAGE); #endif /* Parse the command arguments. If there is an error, display usage help and exit. */ CommandArguments arguments; if ( ! lxterminal_process_arguments(argc, argv, &arguments)) { printf("%s\n", usage_display); return 0; } /* Initialize impure storage. */ LXTermWindow * lxtermwin = g_slice_new0(LXTermWindow); /* Initialize socket. If we were able to get another LXTerminal to manage the window, exit. */ if ( ! lxterminal_socket_initialize(lxtermwin, &arguments)) return 0; /* Load user preferences. */ load_setting(); /* Finish initializing the impure area and start the first LXTerminal. */ lxtermwin->windows = g_ptr_array_new(); lxterminal_initialize(lxtermwin, &arguments); /* Run the main loop. */ gtk_main(); return 0; } ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/src/Makefile.am��������������������������������������������������������������������0000644�0001750�0001750�00000001000�12412537562�013432� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������## Process this file with automake to produce Makefile.in bin_PROGRAMS = lxterminal lxterminal_CPPFLAGS = \ -I$(top_srcdir) \ -DPACKAGE_BIN_DIR=\""$(bindir)"\" \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \ $(PACKAGE_CFLAGS) \ $(ADDITIONAL_FLAGS) \ $(G_CAST_CHECKS) lxterminal_SOURCES = \ unixsocket.h \ unixsocket.c \ setting.h \ setting.c \ lxterminal.h \ lxterminal.c \ preferences.h \ preferences.c lxterminal_LDADD = \ $(PACKAGE_LIBS) \ $(INTLLIBS) lxterminal-0.2.0/src/setting.h����������������������������������������������������������������������0000644�0001750�0001750�00000012055�12421475716�013242� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/** * Copyright 2008 Fred Chien <cfsghost@gmail.com> * Copyright (c) 2010 LxDE Developers, see the file AUTHORS for details. * * 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 2 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, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ #ifndef LXTERMINAL_SETTING_H #define LXTERMINAL_SETTING_H #include <gtk/gtk.h> #define GENERAL_GROUP "general" #define FONT_NAME "fontname" #define FG_COLOR "fgcolor" #define BG_COLOR "bgcolor" #define BG_ALPHA "bgalpha" #define DISALLOW_BOLD "disallowbold" #define CURSOR_BLINKS "cursorblinks" #define CURSOR_UNDERLINE "cursorunderline" #define AUDIBLE_BELL "audiblebell" #define TAB_POS "tabpos" #define SCROLLBACK "scrollback" #define HIDE_SCROLLBAR "hidescrollbar" #define HIDE_MENUBAR "hidemenubar" #define HIDE_CLOSE_BUTTON "hideclosebutton" #define HIDE_POINTER "hidepointer" #define SEL_CHARS "selchars" #define DISABLE_F10 "disablef10" #define DISABLE_ALT "disablealt" #define SHORTCUT_GROUP "shortcut" #define NEW_WINDOW_ACCEL "new_window_accel" #define NEW_TAB_ACCEL "new_tab_accel" #define CLOSE_TAB_ACCEL "close_tab_accel" #define CLOSE_WINDOW_ACCEL "close_window_accel" #define COPY_ACCEL "copy_accel" #define PASTE_ACCEL "paste_accel" #define NAME_TAB_ACCEL "name_tab_accel" #define PREVIOUS_TAB_ACCEL "previous_tab_accel" #define NEXT_TAB_ACCEL "next_tab_accel" #define MOVE_TAB_LEFT_ACCEL "move_tab_left_accel" #define MOVE_TAB_RIGHT_ACCEL "move_tab_right_accel" #define NEW_WINDOW_ACCEL_DEF "<CTRL><SHIFT>N" #define NEW_TAB_ACCEL_DEF "<CTRL><SHIFT>T" #define CLOSE_TAB_ACCEL_DEF "<CTRL><SHIFT>W" #define CLOSE_WINDOW_ACCEL_DEF "<CTRL><SHIFT>Q" #define COPY_ACCEL_DEF "<CTRL><SHIFT>C" #define PASTE_ACCEL_DEF "<CTRL><SHIFT>V" #define NAME_TAB_ACCEL_DEF "<CTRL><SHIFT>I" #define PREVIOUS_TAB_ACCEL_DEF "<CTRL>Page_Up" #define NEXT_TAB_ACCEL_DEF "<CTRL>Page_Down" #define MOVE_TAB_LEFT_ACCEL_DEF "<CTRL><SHIFT>Page_Up" #define MOVE_TAB_RIGHT_ACCEL_DEF "<CTRL><SHIFT>Page_Down" /* User preferences. */ typedef struct _setting { GKeyFile * keyfile; /* Pointer to GKeyFile containing settings */ char * font_name; /* Font name */ GdkColor background_color; /* Background color */ guint16 background_alpha; /* Alpha value to go with background color */ GdkColor foreground_color; /* Foreground color */ gboolean disallow_bold; /* Disallow bolding by VTE */ gboolean cursor_blink; /* True if cursor blinks */ gboolean cursor_underline; /* True if underline cursor; false if block cursor */ gboolean audible_bell; /* True if audible bell */ char * tab_position; /* Position of tabs on main window (top, bottom, left, right) */ gint scrollback; /* Scrollback buffer size in lines */ gboolean hide_scroll_bar; /* True if scroll bar is NOT visible */ gboolean hide_menu_bar; /* True if menu bar is NOT visible */ gboolean hide_close_button; /* True if close buttons are NOT visible */ gboolean hide_pointer; /* True if mouse pointer should be auto-hidden */ char * word_selection_characters; /* Characters that act as word breaks during selection by word */ gboolean disable_f10; /* True if F10 will be passed to program; false if it brings up File menu */ gboolean disable_alt; /* True if Alt-n is passed to shell; false if it is used to switch between tabs */ gboolean geometry_change; /* True if there is a geometry change, until it has been acted on */ /* Shortcut group settings. */ char * new_window_accel; /* NEW_WINDOW_ACCEL */ char * new_tab_accel; /* NEW_TAB_ACCEL */ char * close_tab_accel; /* CLOSE_TAB_ACCEL */ char * close_window_accel; /* CLOSE_WINDOW_ACCEL */ char * copy_accel; /* COPY_ACCEL */ char * paste_accel; /* PASTE_ACCEL */ char * name_tab_accel; /* NAME_TAB_ACCEL */ char * previous_tab_accel; /* PREVIOUS_TAB_ACCEL */ char * next_tab_accel; /* NEXT_TAB_ACCEL */ char * move_tab_left_accel; /* MOVE_TAB_LEFT_ACCEL */ char * move_tab_right_accel; /* MOVE_TAB_RIGHT_ACCEL */ } Setting; extern Setting * get_setting(); extern void save_setting(); extern Setting * load_setting(); /* Utils for chsnge setting through preference */ extern void set_setting(Setting * setting); extern void free_setting(Setting * setting); extern Setting * copy_setting(Setting * setting); extern void print_setting(); #endif �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/src/unixsocket.c�������������������������������������������������������������������0000644�0001750�0001750�00000021610�12412537562�013747� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/** * Copyright 2008 Fred Chien <cfsghost@gmail.com> * Copyright (c) 2010 LxDE Developers, see the file AUTHORS for details. * * 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 2 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, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ #include <sys/socket.h> #include <sys/un.h> #include <unistd.h> #include <fcntl.h> #include <errno.h> #include <glib.h> #include <gtk/gtk.h> #include "lxterminal.h" #include "unixsocket.h" static gboolean lxterminal_socket_read_channel(GIOChannel * gio, GIOCondition condition, LXTermWindow * lxtermwin); static gboolean lxterminal_socket_accept_client(GIOChannel * source, GIOCondition condition, LXTermWindow * lxtermwin); /* Handler for successful read on communication socket. */ static gboolean lxterminal_socket_read_channel(GIOChannel * gio, GIOCondition condition, LXTermWindow * lxtermwin) { /* Read message. */ gchar * msg = NULL; gsize len = 0; gsize term = 0; GError * err = NULL; GIOStatus ret = g_io_channel_read_line(gio, &msg, &len, &term, &err); if (ret == G_IO_STATUS_ERROR) { g_warning("Error reading socket: %s\n", err->message); } /* Process message. */ if (len > 0) { /* Overwrite the line termination with a NUL. */ msg[term] = '\0'; /* Parse arguments. * Initialize a new LXTerminal and create a new window. */ gint argc; gchar * * argv; g_shell_parse_argv(msg, &argc, &argv, NULL); CommandArguments arguments; lxterminal_process_arguments(argc, argv, &arguments); lxterminal_initialize(lxtermwin, &arguments); g_strfreev(argv); } g_free(msg); /* If there was a disconnect, discontinue read. Otherwise, continue. */ if (condition & G_IO_HUP) { return FALSE; } return TRUE; } /* Handler for successful listen on communication socket. */ static gboolean lxterminal_socket_accept_client(GIOChannel * source, GIOCondition condition, LXTermWindow * lxtermwin) { if (condition & G_IO_IN) { /* Accept the new connection. */ int fd = accept(g_io_channel_unix_get_fd(source), NULL, NULL); if (fd < 0) g_warning("Accept failed: %s\n", g_strerror(errno)); /* Add O_NONBLOCK to the flags. */ fcntl(fd, F_SETFL, fcntl(fd, F_GETFL, 0) | O_NONBLOCK); /* Create a glib I/O channel. */ GIOChannel * gio = g_io_channel_unix_new(fd); if (gio == NULL) g_warning("Cannot create new GIOChannel\n"); else { /* Set up the glib I/O channel and add it to the event loop. */ g_io_channel_set_encoding(gio, NULL, NULL); g_io_add_watch(gio, G_IO_IN | G_IO_HUP, (GIOFunc) lxterminal_socket_read_channel, lxtermwin); g_io_channel_unref(gio); } } /* Our listening socket hung up - we are dead. */ if (condition & G_IO_HUP) g_error("Server listening socket closed unexpectedly\n"); return TRUE; } gboolean lxterminal_socket_initialize(LXTermWindow * lxtermwin, CommandArguments * arguments) { /* Normally, LXTerminal uses one process to control all of its windows. * The first process to start will create a Unix domain socket in /tmp. * It will then bind and listen on this socket. * The subsequent processes will connect to the controller that owns the Unix domain socket. * They will pass their command line over the socket and exit. * * If for any reason both the connect and bind fail, we will fall back to having that * process be standalone; it will not be either the controller or a user of the controller. * This behavior was introduced in response to a problem report (2973537). * * This function returns TRUE if this process should keep running and FALSE if it should exit. */ /* Formulate the path for the Unix domain socket. */ gchar * socket_path = g_strdup_printf("/tmp/.lxterminal-socket%s-%s", gdk_get_display(), g_get_user_name()); /* Create socket. */ int fd = socket(PF_UNIX, SOCK_STREAM, 0); if (fd < 0) { g_warning("Socket create failed: %s\n", g_strerror(errno)); g_free(socket_path); return TRUE; } /* Initialize socket address for Unix domain socket. */ struct sockaddr_un sock_addr; memset(&sock_addr, 0, sizeof(sock_addr)); sock_addr.sun_family = AF_UNIX; snprintf(sock_addr.sun_path, sizeof(sock_addr.sun_path), "%s", socket_path); /* Try to connect to an existing LXTerminal process. */ if (connect(fd, (struct sockaddr *) &sock_addr, sizeof(sock_addr)) < 0) { /* Connect failed. We are the controller, unless something fails. */ unlink(socket_path); g_free(socket_path); /* Bind to socket. */ if (bind(fd, (struct sockaddr *) &sock_addr, sizeof(sock_addr)) < 0) { g_warning("Bind on socket failed: %s\n", g_strerror(errno)); close(fd); return TRUE; } /* Listen on socket. */ if (listen(fd, 5) < 0) { g_warning("Listen on socket failed: %s\n", g_strerror(errno)); close(fd); return TRUE; } /* Create a glib I/O channel. */ GIOChannel * gio = g_io_channel_unix_new(fd); if (gio == NULL) { g_warning("Cannot create GIOChannel\n"); close(fd); return TRUE; } /* Set up GIOChannel. */ g_io_channel_set_encoding(gio, NULL, NULL); g_io_channel_set_buffered(gio, FALSE); g_io_channel_set_close_on_unref(gio, TRUE); /* Add I/O channel to the main event loop. */ if ( ! g_io_add_watch(gio, G_IO_IN | G_IO_HUP, (GIOFunc) lxterminal_socket_accept_client, lxtermwin)) { g_warning("Cannot add watch on GIOChannel\n"); close(fd); g_io_channel_unref(gio); return TRUE; } /* Channel will automatically shut down when the watch returns FALSE. */ g_io_channel_set_close_on_unref(gio, TRUE); g_io_channel_unref(gio); return TRUE; } else { g_free(socket_path); /* Create a glib I/O channel. */ GIOChannel * gio = g_io_channel_unix_new(fd); g_io_channel_set_encoding(gio, NULL, NULL); /* Reissue arguments to the socket. Start with the name of the executable. */ g_io_channel_write_chars(gio, arguments->executable, -1, NULL, NULL); /* --command or -e. */ if (arguments->command != NULL) { gchar * command = g_shell_quote(arguments->command); gchar * command_argument = g_strdup_printf(" --command=%s", command); g_io_channel_write_chars(gio, command_argument, -1, NULL, NULL); g_free(command); g_free(command_argument); } /* --geometry. */ if ((arguments->geometry_columns != 0) && (arguments->geometry_rows != 0)) { gchar * geometry = g_strdup_printf(" --geometry=%dx%d", arguments->geometry_columns, arguments->geometry_rows); g_io_channel_write_chars(gio, geometry, -1, NULL, NULL); g_free(geometry); } /* -t, -T, --title or --tabs. */ if (arguments->tabs != NULL) { gchar * tabs = g_shell_quote(arguments->tabs); gchar * tabs_argument = g_strdup_printf(" --tabs=%s", tabs); g_io_channel_write_chars(gio, tabs_argument, -1, NULL, NULL); g_free(tabs); g_free(tabs_argument); } /* Always issue a --working-directory, either from the user's specification or the current directory. */ gchar * working_directory = g_shell_quote((arguments->working_directory != NULL) ? arguments->working_directory : g_get_current_dir()); gchar * working_directory_argument = g_strdup_printf(" --working-directory=%s", working_directory); g_io_channel_write_chars(gio, working_directory_argument, -1, NULL, NULL); g_free(working_directory); g_free(working_directory_argument); /* Finish up the transaction on the Unix domain socket. */ g_io_channel_write_chars(gio, "\n", -1, NULL, NULL); g_io_channel_flush(gio, NULL); g_io_channel_unref(gio); return FALSE; } } ������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/src/preferences.c������������������������������������������������������������������0000644�0001750�0001750�00000034156�12421475716�014067� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/** * Copyright 2008 Fred Chien <cfsghost@gmail.com> * Copyright (c) 2010 LxDE Developers, see the file AUTHORS for details. * * 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 2 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, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ #include <glib.h> #include <gtk/gtk.h> #include <glib/gi18n.h> #include "lxterminal.h" #include "setting.h" #include "preferences.h" /* Handler for "font-set" signal on Terminal Font font button. */ static void preferences_dialog_font_set_event(GtkFontButton * widget, Setting * setting) { g_free(setting->font_name); setting->font_name = g_strdup(gtk_font_button_get_font_name(widget)); setting->geometry_change = TRUE; /* Force the terminals to resize */ } /* Handler for "color-set" signal on Background Color color button. */ static void preferences_dialog_background_color_set_event(GtkColorButton * widget, Setting * setting) { gtk_color_button_get_color(widget, &setting->background_color); setting->background_alpha = gtk_color_button_get_alpha(widget); if (setting->background_alpha == 0) { setting->background_alpha = 1; } } /* Handler for "color-set" signal on Foreground Color color button. */ static void preferences_dialog_foreground_color_set_event(GtkColorButton * widget, Setting * setting) { gtk_color_button_get_color(widget, &setting->foreground_color); } /* Handler for "toggled" signal on Allow Bold toggle button. * Use the complement so the default is FALSE. */ static void preferences_dialog_allow_bold_toggled_event(GtkToggleButton * widget, Setting * setting) { setting->disallow_bold = ! gtk_toggle_button_get_active(widget); } /* Handler for "changed" signal on Tab Position combo box. */ static void preferences_dialog_tab_position_changed_event(GtkComboBox * widget, Setting * setting) { /* Convert the index into a string, which is what we put in the configuration file. */ const char * p = NULL; switch (gtk_combo_box_get_active(widget)) { case 0: p = "top"; break; case 1: p = "bottom"; break; case 2: p = "left"; break; case 3: p = "right"; break; } if (p != NULL) { g_free(setting->tab_position); setting->tab_position = g_strdup(p); } //terminal_settings_apply_to_all(terminal); } /* Handler for "value-changed" signal on Scrollback spin button. */ static void preferences_dialog_scrollback_value_changed_event(GtkSpinButton * widget, Setting * setting) { setting->scrollback = gtk_spin_button_get_value_as_int(widget); } /* Convert the user preference on tab position, expressed as a string, to the internal representation. * These have to match the order in the .glade file. */ gint terminal_tab_get_position_id(gchar * position) { if (strcmp(position, "bottom") == 0) { return 1; } else if (strcmp(position, "left") == 0) { return 2; } else if (strcmp(position, "right") == 0) { return 3; } else { return 0; } } /* Generic "toggled" handler for GtkToggleButton events */ static void preferences_dialog_generic_toggled_event(GtkToggleButton * widget, gboolean * s) { *s = gtk_toggle_button_get_active(widget); } /* Generic "focus-out-event" handler for GtkEntry events */ static gboolean preferences_dialog_generic_focus_out_event(GtkWidget * widget, GdkEventFocus * event, gchar * s) { g_free(s); s = g_strdup(gtk_entry_get_text(GTK_ENTRY(widget))); return FALSE; } /* Specific "focus-out-event" handler for shortcut GtkEntry events */ static gboolean preferences_dialog_shortcut_focus_out_event(GtkWidget * widget, GdkEventFocus * event, gchar * s) { guint key = 0; GdkModifierType mods = 0; const gchar * cur = gtk_entry_get_text(GTK_ENTRY(widget)); GList * sib; if(g_strcmp0(s, cur) == 0) /* Nothing changed. */ return FALSE; /* Look for dupplicate accelerator. */ for(sib = gtk_container_get_children(GTK_CONTAINER(gtk_widget_get_parent(widget))); sib; sib = sib->next) if(GTK_IS_ENTRY(sib->data) && GTK_WIDGET(sib->data) != widget && !g_strcmp0(cur, gtk_entry_get_text(GTK_ENTRY(sib->data)))) { gtk_entry_set_text(GTK_ENTRY(widget), s); return FALSE; } gtk_accelerator_parse(cur, &key, &mods); /* Make sure accelerator is valid. */ if( ! (key == 0 && mods == 0) && gtk_accelerator_valid(key, mods)) { g_free(s); s = g_strdup(cur); } else { gtk_entry_set_text(GTK_ENTRY(widget), s); } return FALSE; } /* Initialize and display the preferences dialog. */ void terminal_preferences_dialog(GtkAction * action, LXTerminal * terminal) { Setting * setting = copy_setting(get_setting()); GtkBuilder * builder = gtk_builder_new(); if ( ! gtk_builder_add_from_file(builder, PACKAGE_DATA_DIR "/lxterminal/lxterminal-preferences.ui", NULL)) { g_object_unref(builder); return; } GtkDialog * dialog = GTK_DIALOG(gtk_builder_get_object(builder, "lxterminal_preferences")); gtk_window_set_title(GTK_WINDOW(dialog), _("LXTerminal")); gtk_window_set_icon_from_file(GTK_WINDOW(dialog), PACKAGE_DATA_DIR "/icons/hicolor/128x128/apps/lxterminal.png", NULL); GtkWidget * w = GTK_WIDGET(gtk_builder_get_object(builder, "terminal_font")); gtk_font_button_set_font_name(GTK_FONT_BUTTON(w), setting->font_name); g_signal_connect(G_OBJECT(w), "font-set", G_CALLBACK(preferences_dialog_font_set_event), setting); w = GTK_WIDGET(gtk_builder_get_object(builder, "background_color")); gtk_color_button_set_color(GTK_COLOR_BUTTON(w), &setting->background_color); gtk_color_button_set_alpha(GTK_COLOR_BUTTON(w), setting->background_alpha); g_signal_connect(G_OBJECT(w), "color-set", G_CALLBACK(preferences_dialog_background_color_set_event), setting); w = GTK_WIDGET(gtk_builder_get_object(builder, "foreground_color")); gtk_color_button_set_color(GTK_COLOR_BUTTON(w), &setting->foreground_color); g_signal_connect(G_OBJECT(w), "color-set", G_CALLBACK(preferences_dialog_foreground_color_set_event), setting); w = GTK_WIDGET(gtk_builder_get_object(builder, "allow_bold")); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(w), ! setting->disallow_bold); g_signal_connect(G_OBJECT(w), "toggled", G_CALLBACK(preferences_dialog_allow_bold_toggled_event), setting); w = GTK_WIDGET(gtk_builder_get_object(builder, "cursor_blink")); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(w), setting->cursor_blink); g_signal_connect(G_OBJECT(w), "toggled", G_CALLBACK(preferences_dialog_generic_toggled_event), &setting->cursor_blink); w = GTK_WIDGET(gtk_builder_get_object(builder, "cursor_style_block")); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(w), ! setting->cursor_underline); w = GTK_WIDGET(gtk_builder_get_object(builder, "cursor_style_underline")); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(w), setting->cursor_underline); g_signal_connect(G_OBJECT(w), "toggled", G_CALLBACK(preferences_dialog_generic_toggled_event), &setting->cursor_underline); w = GTK_WIDGET(gtk_builder_get_object(builder, "audible_bell")); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(w), setting->audible_bell); g_signal_connect(G_OBJECT(w), "toggled", G_CALLBACK(preferences_dialog_generic_toggled_event), &setting->audible_bell); w = GTK_WIDGET(gtk_builder_get_object(builder, "tab_position")); gtk_combo_box_set_active(GTK_COMBO_BOX(w), terminal_tab_get_position_id(setting->tab_position)); g_signal_connect(G_OBJECT(w), "changed", G_CALLBACK(preferences_dialog_tab_position_changed_event), setting); w = GTK_WIDGET(gtk_builder_get_object(builder, "scrollback_lines")); gtk_spin_button_set_value(GTK_SPIN_BUTTON(w), setting->scrollback); g_signal_connect(G_OBJECT(w), "value-changed", G_CALLBACK(preferences_dialog_scrollback_value_changed_event), setting); w = GTK_WIDGET(gtk_builder_get_object(builder, "hide_scroll_bar")); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(w), setting->hide_scroll_bar); g_signal_connect(G_OBJECT(w), "toggled", G_CALLBACK(preferences_dialog_generic_toggled_event), &setting->hide_scroll_bar); w = GTK_WIDGET(gtk_builder_get_object(builder, "hide_menu_bar")); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(w), setting->hide_menu_bar); g_signal_connect(G_OBJECT(w), "toggled", G_CALLBACK(preferences_dialog_generic_toggled_event), &setting->hide_menu_bar); w = GTK_WIDGET(gtk_builder_get_object(builder, "hide_close_button")); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(w), setting->hide_close_button); g_signal_connect(G_OBJECT(w), "toggled", G_CALLBACK(preferences_dialog_generic_toggled_event), &setting->hide_close_button); w = GTK_WIDGET(gtk_builder_get_object(builder, "hide_pointer")); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(w), setting->hide_pointer); g_signal_connect(G_OBJECT(w), "toggled", G_CALLBACK(preferences_dialog_generic_toggled_event), &setting->hide_pointer); w = GTK_WIDGET(gtk_builder_get_object(builder, "select_by_word")); gtk_entry_set_text(GTK_ENTRY(w), setting->word_selection_characters); g_signal_connect(G_OBJECT(w), "focus-out-event", G_CALLBACK(preferences_dialog_generic_focus_out_event), setting->word_selection_characters); w = GTK_WIDGET(gtk_builder_get_object(builder, "disable_f10")); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(w), setting->disable_f10); g_signal_connect(G_OBJECT(w), "toggled", G_CALLBACK(preferences_dialog_generic_toggled_event), &setting->disable_f10); w = GTK_WIDGET(gtk_builder_get_object(builder, "disable_alt")); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(w), setting->disable_alt); g_signal_connect(G_OBJECT(w), "toggled", G_CALLBACK(preferences_dialog_generic_toggled_event), &setting->disable_alt); /* Shortcuts */ w = GTK_WIDGET(gtk_builder_get_object(builder, NEW_WINDOW_ACCEL)); gtk_entry_set_text(GTK_ENTRY(w), setting->new_window_accel); g_signal_connect(G_OBJECT(w), "focus-out-event", G_CALLBACK(preferences_dialog_shortcut_focus_out_event), setting->new_window_accel); w = GTK_WIDGET(gtk_builder_get_object(builder, NEW_TAB_ACCEL)); gtk_entry_set_text(GTK_ENTRY(w), setting->new_tab_accel); g_signal_connect(G_OBJECT(w), "focus-out-event", G_CALLBACK(preferences_dialog_shortcut_focus_out_event), setting->new_tab_accel); w = GTK_WIDGET(gtk_builder_get_object(builder, CLOSE_TAB_ACCEL)); gtk_entry_set_text(GTK_ENTRY(w), setting->close_tab_accel); g_signal_connect(G_OBJECT(w), "focus-out-event", G_CALLBACK(preferences_dialog_shortcut_focus_out_event), setting->close_tab_accel); w = GTK_WIDGET(gtk_builder_get_object(builder, CLOSE_WINDOW_ACCEL)); gtk_entry_set_text(GTK_ENTRY(w), setting->close_window_accel); g_signal_connect(G_OBJECT(w), "focus-out-event", G_CALLBACK(preferences_dialog_shortcut_focus_out_event), setting->close_window_accel); w = GTK_WIDGET(gtk_builder_get_object(builder, COPY_ACCEL)); gtk_entry_set_text(GTK_ENTRY(w), setting->copy_accel); g_signal_connect(G_OBJECT(w), "focus-out-event", G_CALLBACK(preferences_dialog_shortcut_focus_out_event), setting->copy_accel); w = GTK_WIDGET(gtk_builder_get_object(builder, PASTE_ACCEL)); gtk_entry_set_text(GTK_ENTRY(w), setting->paste_accel); g_signal_connect(G_OBJECT(w), "focus-out-event", G_CALLBACK(preferences_dialog_shortcut_focus_out_event), setting->paste_accel); w = GTK_WIDGET(gtk_builder_get_object(builder, NAME_TAB_ACCEL)); gtk_entry_set_text(GTK_ENTRY(w), setting->name_tab_accel); g_signal_connect(G_OBJECT(w), "focus-out-event", G_CALLBACK(preferences_dialog_shortcut_focus_out_event), setting->name_tab_accel); w = GTK_WIDGET(gtk_builder_get_object(builder, PREVIOUS_TAB_ACCEL)); gtk_entry_set_text(GTK_ENTRY(w), setting->previous_tab_accel); g_signal_connect(G_OBJECT(w), "focus-out-event", G_CALLBACK(preferences_dialog_shortcut_focus_out_event), setting->previous_tab_accel); w = GTK_WIDGET(gtk_builder_get_object(builder, NEXT_TAB_ACCEL)); gtk_entry_set_text(GTK_ENTRY(w), setting->next_tab_accel); g_signal_connect(G_OBJECT(w), "focus-out-event", G_CALLBACK(preferences_dialog_shortcut_focus_out_event), setting->next_tab_accel); w = GTK_WIDGET(gtk_builder_get_object(builder, MOVE_TAB_LEFT_ACCEL)); gtk_entry_set_text(GTK_ENTRY(w), setting->move_tab_left_accel); g_signal_connect(G_OBJECT(w), "focus-out-event", G_CALLBACK(preferences_dialog_shortcut_focus_out_event), setting->move_tab_left_accel); w = GTK_WIDGET(gtk_builder_get_object(builder, MOVE_TAB_RIGHT_ACCEL)); gtk_entry_set_text(GTK_ENTRY(w), setting->move_tab_right_accel); g_signal_connect(G_OBJECT(w), "focus-out-event", G_CALLBACK(preferences_dialog_shortcut_focus_out_event), setting->move_tab_right_accel); g_object_unref(builder); gtk_window_set_modal(GTK_WINDOW(GTK_DIALOG(dialog)), TRUE); gtk_window_set_transient_for(GTK_WINDOW(GTK_DIALOG(dialog)), GTK_WINDOW(terminal->window)); int result = gtk_dialog_run(dialog); /* Dismiss dialog. */ gtk_widget_destroy(GTK_WIDGET(dialog)); if (result == GTK_RESPONSE_OK) { set_setting(setting); save_setting(); terminal_settings_apply_to_all(terminal); } else { free_setting(setting); } } ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/��������������������������������������������������������������������������������0000755�0001750�0001750�00000000000�12421541370�011306� 5����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/gl.po���������������������������������������������������������������������������0000644�0001750�0001750�00000023172�12412537562�012205� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-10-12 10:11+0200\n" "Last-Translator: mbouzada <mbouzada@gmail.com>\n" "Language-Team: Proxecto Trasno <proxecto@trasno.net>\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Europeo occidental" #: ../src/encoding.c:125 msgid "East European" msgstr "Europeo oriental" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Asiático oriental" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Asiático suroriental e suroccidental" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Medioriental" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Occidental" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Centroeuropeo" #: ../src/encoding.c:137 msgid "South European" msgstr "Sur europeo" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Báltico" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Cirílico" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Ãrabe" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Grego" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Hebreo visual" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebreo" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turco" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nórdico" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Celta" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Romanés" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armenio" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Chinés tradicional" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Cirílico/Ruso" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Xaponés" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Coreano" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Chinés simplificado" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Xeorxiano" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Cirílico/Ucraíno" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Croata" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Persa" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islandés" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamita" #: ../src/encoding.c:204 msgid "Thai" msgstr "Tailandés" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Ficheiro" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Editar" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Lapelas" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Axuda" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Nova _xanela" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "_Nova lapela" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "Pechar a _lapela" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Saír" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Copiar" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Pegar" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "Limpar _historial de desprazamento" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Pre_ferencias" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "No_me da lapela" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "Lapela _anterior" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Lapela _seguinte" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Mover á lapela da _esquerda" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Mover á lapela da _dereita" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Sobre." #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Copiar o _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "Limpar _historial de desprazamento:" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Nome da lapela" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Miguel Anxo Bouzada <mbouzada@gmail.com>, 2009, 2010, 2011, 2012 \n" "Indalecio Freiría <ifreiria@gmail.com>, 2009 \n" "Proxecto Trasno <proxecto@trasno.net>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Dereitos de autoría (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Emulador de terminal para o proxecto LXDE" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "Preferencias de LXTerminal" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Tipo de letra do terminal" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Fondo" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Primeiro plano" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Permitir letras en negriña" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Intermitencia do cursor" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Estilo do cursor" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Bloque" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Subliñado" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Sinal audíbel" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Estilo" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Posición do panel de lapelas" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Liñas de desprazamento" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Agochar a barra de desprazamento:" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Agochar a barra de menú" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Agochar o botón de peche" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Amosar" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Selección por palabra" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Desactivar a tecla de atallo (F10 predeterminada)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Desactivar o uso de Alt-N para lapelas e menú" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Avanzado" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Superior" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Inferior" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Esquerda" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Dereita" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Usar a liña de ordes" #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "Non se puido iniciar o navegador web. A orde foi `%s'\n" #~ msgid "Misc" #~ msgstr "Miscelánea" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Desactivar o atallo de teclado F10 para o menú:" #~ msgid "General" #~ msgstr "Xeral" #~ msgid "_Preferences" #~ msgstr "_Preferencias" #~ msgid "Transparent Background:" #~ msgstr "Fondo transparente:" ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/ur.po���������������������������������������������������������������������������0000644�0001750�0001750�00000022635�12412537562�012234� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: lxterminal\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2009-05-10 04:11+0500\n" "Last-Translator: Muhammad Ali Makki <makki.ma@gmail.com>\n" "Language-Team: Urdu <makki.ma@gmail.com>\n" "Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Poedit-Language: Urdu\n" "X-Poedit-Country: PAKISTAN\n" "X-Poedit-SourceCharset: utf-8\n" #: ../src/encoding.c:124 msgid "West European" msgstr "مغربی یورپ" #: ../src/encoding.c:125 msgid "East European" msgstr "مشرقی یورپ" #: ../src/encoding.c:126 msgid "East Asian" msgstr "مشرقی ایشیا" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "SE اور SW ایشین" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "مشرق٠وسطی" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "یونیکوڈ" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "مغربی" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "وسطی یورپ" #: ../src/encoding.c:137 msgid "South European" msgstr "جنوبی یورپ" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "بیلٹک" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "سیریلک" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "عربی" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "گریک" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "ÛØ¨Ø±Ùˆ وژول" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "ÛØ¨Ø±Ùˆ" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "ترکی" #: ../src/encoding.c:145 msgid "Nordic" msgstr "نورڈک" #: ../src/encoding.c:147 msgid "Celtic" msgstr "سیلٹک" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "رومانوی" #: ../src/encoding.c:157 msgid "Armenian" msgstr "ارمینیا" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "چینی روایتی" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "سیرلیک/رشیا" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "جاپانی" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "کوریا" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "چینی سادÛ" #: ../src/encoding.c:169 msgid "Georgian" msgstr "گرگورین" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "سیرلیک/اوکرینیا" #: ../src/encoding.c:188 msgid "Croatian" msgstr "کرواتیا" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Ûندی" #: ../src/encoding.c:191 msgid "Farsi" msgstr "ÙØ§Ø±Ø³ÛŒ" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "گجراتی" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "گرمکھی" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "آئیس لینڈ" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "ویتنام" #: ../src/encoding.c:204 msgid "Thai" msgstr "تھائی" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_ÙØ§Ø¦Ù„" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_تدوین" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_ٹیب" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_ÛØ¯Ø§ÛŒØ§Øª" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 #, fuzzy msgid "New _Window" msgstr "_نئی ونڈو" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 #, fuzzy msgid "New _Tab" msgstr "نیا _ٹیب" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "ٹیب _بند کریں" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_برخاست" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 #, fuzzy msgid "Cop_y" msgstr "_کاپی" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_پیسٹ" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 #, fuzzy msgid "Preference_s" msgstr "ترجیحات" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 #, fuzzy msgid "Na_me Tab" msgstr "نیا _ٹیب" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 #, fuzzy msgid "Pre_vious Tab" msgstr "_Ø³Ø§Ø¨Ù‚Û Ù¹ÛŒØ¨" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 #, fuzzy msgid "Ne_xt Tab" msgstr "_اگلا ٹیب" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_بابت" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "ایل ایکس ٹرمنل" #: ../src/lxterminal.c:563 #, fuzzy msgid "Name Tab" msgstr "نیا _ٹیب" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "محمد علی Ù…Ú©ÛŒ\n" "makki.ma@gmail.com\n" "اردو کوڈر لینکس Ùورم\n" "http://www.urducoder.com\n" "Ù…Ú©ÛŒ کا بلاگ\n" "http://makki.urducoder.com" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "کاپی رائٹ (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "ٹرمنل ایمولیٹر برائے ایل ایکس ÚˆÛŒ ای پراجیکٹ" #: ../data/lxterminal-preferences.glade.h:1 #, fuzzy msgid "LXTerminal Preferences" msgstr "ترجیحات" #: ../data/lxterminal-preferences.glade.h:2 #, fuzzy msgid "Terminal font" msgstr "ٹرمنل کا Ùونٹ:" #: ../data/lxterminal-preferences.glade.h:3 #, fuzzy msgid "Background" msgstr "پس منظر:" #: ../data/lxterminal-preferences.glade.h:4 #, fuzzy msgid "Foreground" msgstr "پیش منظر:" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "" #: ../data/lxterminal-preferences.glade.h:12 #, fuzzy msgid "Tab panel position" msgstr "ٹیب پینل مقام:" #: ../data/lxterminal-preferences.glade.h:13 #, fuzzy msgid "Scrollback lines" msgstr "سکرول بیک لائنیں:" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "" #: ../data/lxterminal-preferences.glade.h:18 #, fuzzy msgid "Select-by-word characters" msgstr "منتخب-از-Ø¬Ù…Ù„Û Ø­Ø±ÙˆÙ:" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "اوپر" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "نیچے" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "بائیں" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "دائیں" #: ../data/lxterminal.desktop.in.h:2 #, fuzzy msgid "Terminal" msgstr "ایل ایکس ٹرمنل" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "معطل کریں F10 شارٹ Ú©Ù¹ برائے مینیو:" #~ msgid "General" #~ msgstr "عام" #~ msgid "_Preferences" #~ msgstr "_ترجیحات" #~ msgid "Transparent Background:" #~ msgstr "Ø´ÙØ§Ù پس منظر:" ���������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/lt.po���������������������������������������������������������������������������0000644�0001750�0001750�00000022745�12412537562�012227� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # Algimantas <margevicius.algimantas@mail.ru>, 2012. # Algimantas MargeviÄius <margevicius.algimantas@gmail.com>, 2012. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-09-24 09:10+0300\n" "Last-Translator: Algimantas MargeviÄius <margevicius.algimantas@gmail.com>\n" "Language-Team: Lietuvių <>\n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" "%100<10 || n%100>=20) ? 1 : 2)\n" "X-Generator: Gtranslator 2.91.5\n" "X-Language: lt_LT\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Vakarų Europos" #: ../src/encoding.c:125 msgid "East European" msgstr "Rytų Europos" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Rytų Azijos" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Å R ir Å V Azijos" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Vidurio Rytų" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unikodas" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Vakarų" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "CentrinÄ—s Europos" #: ../src/encoding.c:137 msgid "South European" msgstr "Pietų Europos" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Baltijos" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Kirilica" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arabų" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Graikų" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Hebrajų vizuali" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebrajų" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turkų" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Skandinavų" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Keltų" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Rumunų" #: ../src/encoding.c:157 msgid "Armenian" msgstr "ArmÄ—nų" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Kinų tradicinÄ—" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Kirilica rusų" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japonų" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "KorÄ—jieÄių" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Kinų supaprastintoji" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Gruzinų" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Kirilica ukrainieÄių" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Kroatų" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Persų" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gudžaratų" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islandų" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "VietnamieÄių" #: ../src/encoding.c:204 msgid "Thai" msgstr "Tajų" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Failas" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Keisti" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "K_ortelÄ—s" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Pagalba" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Naujas _langas" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "_Nauja kortelÄ—" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Uždaryti kortelÄ™" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_IÅ¡eiti" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Kopijuoti" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Ä®dÄ—ti" # nesupratau kÄ… ji daro, logiÅ¡kai mÄ…stant turÄ—tų iÅ¡valyt matomÄ… terminalo langÄ… arba įvestų komandų istorijÄ…, bet praktiÅ¡kai tai paspaudus tÄ… mygtukÄ… nieko nevyksta. reik iÅ¡bandyt su vÄ—lesne versija. #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "IÅ¡valyti _slinkimo istorijÄ…" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Nu_statymai" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Pava_dinti kortelÄ™" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "_AnkstesnÄ— kortelÄ—" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "_Kita kortelÄ—" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Perkelti kortelÄ™ _kairÄ—n" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Perkelti kortelÄ™ _deÅ¡inÄ—n" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Apie" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "_Kopijuoti URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "_IÅ¡valyti slinkimo istorijÄ…" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Pavadinti kortelÄ™" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Julius Vitkauskas <zadintuvas@gmail.com>\n" "Algimantas MargeviÄius <margevicius.algimantas@gmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "AutorinÄ—s teisÄ—s (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "LXDE projekto terminalo emuliatorius" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "LXTerminal nustatymai" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Terminalo Å¡riftas" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Fonas" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Priekinis planas" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Leisti paryÅ¡kintÄ… Å¡riftÄ…" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Žymeklio mirksÄ—jimas" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Žymeklio stilius" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Blokas" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Pabraukti" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Garsinis skambutis" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Stilius" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Kortelių juostos vieta" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Slinkti eilutes" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "PaslÄ—pti slinkimo juostÄ…" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "PaslÄ—pti meniu juostÄ…" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "PaslÄ—pti uždarymo mygtukus" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Ekranas" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "„Pasirinkti po žodį“ simboliai" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "IÅ¡jungti spartųjį meniu klavišą (F10)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Neleisti naudoti Alt-n kortelÄ—ms ir meniu" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "SudÄ—tingesni" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "VirÅ¡uje" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "ApaÄioje" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "KairÄ—je" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "DeÅ¡inÄ—je" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminalas" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Naudoti komandų eilutÄ™" ���������������������������lxterminal-0.2.0/po/pa.po���������������������������������������������������������������������������0000644�0001750�0001750�00000017243�12412537562�012205� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.10.0\n" #: ../src/encoding.c:124 msgid "West European" msgstr "" #: ../src/encoding.c:125 msgid "East European" msgstr "" #: ../src/encoding.c:126 msgid "East Asian" msgstr "" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "" #: ../src/encoding.c:137 msgid "South European" msgstr "" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "" #: ../src/encoding.c:145 msgid "Nordic" msgstr "" #: ../src/encoding.c:147 msgid "Celtic" msgstr "" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "" #: ../src/encoding.c:157 msgid "Armenian" msgstr "" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "" #: ../src/encoding.c:169 msgid "Georgian" msgstr "" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "" #: ../src/encoding.c:188 msgid "Croatian" msgstr "" #: ../src/encoding.c:190 msgid "Hindi" msgstr "" #: ../src/encoding.c:191 msgid "Farsi" msgstr "" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "" #: ../src/encoding.c:204 msgid "Thai" msgstr "" #: ../src/lxterminal.c:137 msgid "_File" msgstr "" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "" #: ../src/lxterminal.c:162 msgid "_About" msgstr "" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "" �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/es.po���������������������������������������������������������������������������0000644�0001750�0001750�00000025330�12412537562�012210� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Spanish translation of lxterminal # Copyright (C) 2008 THE lxterminal'S COPYRIGHT HOLDER # This file is distributed under the same license as the lxterminal package. # # Daniel Pacheco <daniel@tunki.org>, 2008. # Julio Napurí Carlos <julionc@gmail.com>, 2008. # msgid "" msgstr "" "Project-Id-Version: lxterminal\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2013-11-06 04:04+0000\n" "Last-Translator: Adolfo <fitoschido@ubuntu.com>\n" "Language-Team: Spanish <es@li.org>\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.5.0\n" "X-POOTLE-MTIME: 1383710644.0\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Europeo occidental" #: ../src/encoding.c:125 msgid "East European" msgstr "Europeo oriental" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Asiático oriental" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Asiático sudoriental y sudoccidental" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Medioriental" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Occidental" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Centroeuropeo" #: ../src/encoding.c:137 msgid "South European" msgstr "Sudeuropeo" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Báltico" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Cirílico" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Ãrabe" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Griego" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Hebreo visual" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebreo" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turco" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nórdico" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Celta" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Rumano" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armenio" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Chino tradicional" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Cirílico/ruso" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japonés" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Coreano" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Chino simplificado" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Georgiano" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Cirílico/ucraniano" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Croata" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Persa" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Guyaratí" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmují" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islandés" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamita" #: ../src/encoding.c:204 msgid "Thai" msgstr "Tailandés" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Archivo" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Editar" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Pestañas" # subrayar la y puede resultar confuso en ciertas tipografías #: ../src/lxterminal.c:140 msgid "_Help" msgstr "Ay_uda" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "_Ventana nueva" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "_Pestaña nueva" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Cerrar la pestaña" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Salir" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "C_opiar" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Pegar" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "_Limpiar el histórico" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Pre_ferencias" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Nombrar la pes_taña" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "Pestaña a_nterior" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Pestaña s_iguiente" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Mo_ver pestaña a la izquierda" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Mover pestaña a la _derecha" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Acerca de" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Copiar el _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "_Limpiar el histórico" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Nombrar la pestaña" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Daniel Pacheco <daniel@tunki.org>, 2008\n" "Julio Napurí Carlos <julionc@gmail.com>, 2008\n" "Guillermo Iguarán <tronador@cuteam.org>, 2009\n" "Hugo Florentino <sysadmin@cips.cu>, 2009-2011\n" "Adolfo Jayme Barrientos <fitoschido@ubuntu.com>, 2013" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright © 2008–2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Emulador de terminal del proyecto LXDE" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "Preferencias de LXTerminal" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Tipo de letra del terminal" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Fondo" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Primer plano" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Permitir letras negritas" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Parpadeo del cursor" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Estilo del cursor" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Bloque" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Subrayado" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Señal audible" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Estilo" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Posición del panel de pestañas" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Líneas de histórico" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Ocultar la barra de desplazamiento" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Ocultar la barra de menús" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Ocultar el botón de cierre" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Mostrar" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Caracteres de selección por palabra" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Desactivar la tecla de atajo (predet. F10)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Desactivar el uso de Alt+N para pestañas y menú" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Avanzado" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Superior" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Inferior" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Izquierda" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Derecha" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Utilice la línea de órdenes" #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "Fallo al lanzar el navegador web. El comando fué `%s'\n" #~ msgid "Misc" #~ msgstr "Misceláneas" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Desactivar el atajo de teclado F10 para el menú:" #~ msgid "General" #~ msgstr "General" #~ msgid "_Preferences" #~ msgstr "_Preferencias" #~ msgid "Transparent Background:" #~ msgstr "Fondo Transparente:" #~ msgid "_View" #~ msgstr "_Ver" #~ msgid "_Character Encoding" #~ msgstr "_Juego de caracteres" #~ msgid "/_File/_New Window" #~ msgstr "/_Archivo/_Nueva ventana" #~ msgid "/_File/_New Tab" #~ msgstr "/_Archivo/_Nueva pestaña" #~ msgid "/_File/sep1" #~ msgstr "/_Archivo/sep1" #~ msgid "/_File/_Close Tab" #~ msgstr "/_Archivo/_Cerrar pestaña" #~ msgid "/_File/_Quit" #~ msgstr "/_Archivo/_Salir" #~ msgid "/_Edit/_Copy" #~ msgstr "/_Editar/_Copiar" #~ msgid "/_Edit/_Paste" #~ msgstr "/_Editar/_Pegar" #~ msgid "/_Edit/sep1" #~ msgstr "/_Editar/sep1" #~ msgid "/_Edit/_Preferences..." #~ msgstr "/_Editar/_Preferencias ..." #~ msgid "/_Tabs/_Next Tab" #~ msgstr "/_Pestañas/_Siguiente" #~ msgid "/sep1" #~ msgstr "/sep1" #~ msgid "/sep2" #~ msgstr "/sep2" #~ msgid "/_Preferences..." #~ msgstr "/_Preferencias" #~ msgid "/sep3" #~ msgstr "/sep3" ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/fo.po���������������������������������������������������������������������������0000644�0001750�0001750�00000022517�12412537562�012211� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2010-06-08 18:12+0200\n" "Last-Translator: Gunleif <gunleif@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: fo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.1\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Vestur evropiskt" #: ../src/encoding.c:125 msgid "East European" msgstr "Eystur evropeiskt" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Eystur asiatiskt" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Landsynnings- og útsynningsasiatiskt" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Miðeysturiskt" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Vestligt" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Miðevropeiskt" #: ../src/encoding.c:137 msgid "South European" msgstr "Suður evropeiskt" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Baltiskt" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Kýrilliskt" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arabiskt" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Grikst" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Hebraiskt sýniligt" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebraiskt" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turkiskt" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Norrønt" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Keltiskt" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Rumenskt" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armeniskt" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Kinesiskt siðvænt" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Kýrilliskt/Russiskt" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japanskt" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Koreanskt" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Kinesiskt einfalt" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Georgiskt" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Kýrilliskt/ukrainskt" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Króatiskt" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Farsi" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Ãslendskt" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamesiskt" #: ../src/encoding.c:204 msgid "Thai" msgstr "Tailendskt" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Fíla" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Ritstjórna" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Teigar" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Hjálp" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Nýggjur _gluggi" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Nýggur _teigi" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Lat teigin aftur" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Sløkk" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "A_vrita" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Set inn" #: ../src/lxterminal.c:154 #, fuzzy msgid "Clear scr_ollback" msgstr "Fjal skrullustong" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Ser_tokkar" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Nav_ngev teigin" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "Fyr_ra spjaldur" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Se_nni teigi" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Flyt teigin til _vinstru" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Flyt teigin til _høgru" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Um" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 #, fuzzy msgid "Cl_ear scrollback" msgstr "Fjal skrullustong" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Nýggur teigur" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Gunleif Joensen\n" "\n" "Sjónarmið viðvíkjandi týðingini kunnu sendast til:\n" "<fo.umseting@gmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Upphavsrættindi (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Útstøðarhermari hjá LXDE verkætlaninni" #: ../data/lxterminal-preferences.glade.h:1 #, fuzzy msgid "LXTerminal Preferences" msgstr "Sertokkar" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Stavasnið á útstøð" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Bakgrund" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Forgrund" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Loyv feitskrift" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Vísiblunk" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Vísisnið" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Blokkur" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Undirstrika" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Hoyrbar klokka" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Útsjónd" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Støða á teigi" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Afturskrullu linjur" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Fjal skrullustong" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Fjal valmyndslinju" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Fjal afturlatingarknappar" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Skíggi" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Velja-eftir-orð stavir" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Ógilda snarvegsknapp hjá valmyndini (F10 er forsett)" #: ../data/lxterminal-preferences.glade.h:20 #, fuzzy msgid "Disable using Alt-n for tabs and menu" msgstr "Ógilda nýtsluna av Alt+n tila skifta ímillum teigar" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Framkomið" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Toppur" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Botnur" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Vinstru" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Høgru" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Útstøð" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Nýt stýriboðslinjuna" #~ msgid "gtk-cancel" #~ msgstr "gtk-ógilda" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "Kundi ikki byrja vevkagaran. Styriboðið var `%s'\n" #~ msgid "Misc" #~ msgstr "Ymiskt" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Ógilda F10-knappin til valmyndir:" ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/nb.po���������������������������������������������������������������������������0000644�0001750�0001750�00000022365�12412537562�012205� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2011-03-28 11:55+0200\n" "Last-Translator: Sam <wilsonsamm@hotmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Vest-Europeisk" #: ../src/encoding.c:125 msgid "East European" msgstr "Øst-Europeisk" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Øst-Asiatisk" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Sørøst- & Sørvest-Asiatisk" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Midtøsten" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Vestlig" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Sentraleuropeisk" #: ../src/encoding.c:137 msgid "South European" msgstr "Sør-Europeisk" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Baltisk" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Kyrillisk" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arabisk" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Gresk" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Hebraisk – visuell" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebraisk" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Tyrkisk" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nordisk" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Keltisk" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Rumensk" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armensk" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Tradisjonell Kinesisk" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Kyrillisk/russisk" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japansk" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Koreansk" # SprÃ¥k skrives ikke med stor forbokstav #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Forenklet kinesisk" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Georgisk" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Kyrillisk/ukrainsk" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Kroatisk" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Farsi" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islandsk" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamesisk" #: ../src/encoding.c:204 msgid "Thai" msgstr "Thai" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Fil" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "R_ediger" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Faner" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Hjelp" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Nytt _Vindu" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Ny _Fane" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Lukk Fane" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Avslutt" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "Kop_ier" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Lim inn" #: ../src/lxterminal.c:154 #, fuzzy msgid "Clear scr_ollback" msgstr "Skjul rullefelt" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Brukerval_g" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Navngi _fane" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "Forrig_e fane" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Ne_ste fane" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "F_lytt fane til venstre" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "F_lytt fane til høyre" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Om" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 #, fuzzy msgid "Cl_ear scrollback" msgstr "Skjul rullefelt" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Navngi _fane" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Olav Andreas Lindekleiv <olalinde@gmail.com>Sam Magnus Wilson " "<wilsonsamm@hotmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Terminalemulator for LXDE-prosjektet" #: ../data/lxterminal-preferences.glade.h:1 #, fuzzy msgid "LXTerminal Preferences" msgstr "Brukervalg" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Skrifttype i terminalen" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Bakgrunn" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Forgrunn" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Tillat fet skrift" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Markørblink" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Markørstil" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Firkant" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Understrek" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Lydsignal" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Stil" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Plassering av fanepanelet" # før stod det "rulleminne" som passer litt bedre synes jeg, men ifølge fellesordlista heter det ikke det... #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Rulleminne" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Skjul rullefelt" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Skjul menylinje" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Skjul lukkeknapp" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Visning" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Tegn for velging etter ord" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Deaktiver menysnarvei (F10 some standard)" #: ../data/lxterminal-preferences.glade.h:20 #, fuzzy msgid "Disable using Alt-n for tabs and menu" msgstr "Deaktiver bruk av Alt-n for Ã¥ skifte mellom faneblad" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Avansert" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Oppe" # Synes "nede" passer her bedre enn "bunn", det er plasseringen til menyene det er snakk om #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Nede" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Venstre" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Høyre" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Bruk kommandolinjen" #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "SlÃ¥ av F10 hurtigtast for meny:" ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/es_VE.po������������������������������������������������������������������������0000644�0001750�0001750�00000024574�12412537562�012613� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Spanish translation of lxterminal # Copyright (C) 2008 THE lxterminal'S COPYRIGHT HOLDER # This file is distributed under the same license as the lxterminal package. # # Daniel Pacheco <daniel@tunki.org>, 2008. # Julio Napurí Carlos <julionc@gmail.com>, 2008. # msgid "" msgstr "" "Project-Id-Version: lxterminal\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2009-12-19 18:32+0100\n" "Last-Translator: Hugo Florentino <sysadmin@cips.cu>\n" "Language-Team: Spanish <es@li.org>\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 1.1.0\n" "X-Poedit-Language: Spanish\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Europeo occidental" #: ../src/encoding.c:125 msgid "East European" msgstr "Europeo oriental" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Asiático oriental" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Asiático suroriental y suroccidental" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Medioriental" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Occidental" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Centroeuropeo" #: ../src/encoding.c:137 msgid "South European" msgstr "Sureuropeo" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Báltico" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Cirílico" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Ãrabe" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Griego" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Hebreo visual" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebreo" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turco" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nórdico" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Celta" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Rumano" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armenio" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Chino tradicional" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Cirílico/Ruso" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japonés" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Coreano" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Chino simplificado" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Georgiano" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Cirílico/Ucraniano" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Croata" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Farsi" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islandés" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamita" #: ../src/encoding.c:204 msgid "Thai" msgstr "Tailandés" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Archivo" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Edición" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Pestañas" # subrayar la y puede resultar confuso en ciertas tipografías #: ../src/lxterminal.c:140 msgid "_Help" msgstr "Ay_uda" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Nueva _ventana" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Nueva pes_taña" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Cerrar pestaña" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Salir" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "C_opiar" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Pegar" #: ../src/lxterminal.c:154 #, fuzzy msgid "Clear scr_ollback" msgstr "Ocultar la barra de desplazamiento:" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Pre_ferencias" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 #, fuzzy msgid "Na_me Tab" msgstr "Nueva pes_taña" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "Pestaña a_nterior" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Pestaña s_iguiente" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Mo_ver pestaña a la izquierda" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Mover pestaña a la _derecha" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Acerca de ..." #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 #, fuzzy msgid "Cl_ear scrollback" msgstr "Ocultar la barra de desplazamiento:" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 #, fuzzy msgid "Name Tab" msgstr "Nueva pes_taña" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Daniel Pacheco <daniel@tunki.org>, 2008\n" "Julio Napurí Carlos <julionc@gmail.com>, 2008\n" "Guillermo Iguarán <tronador@cuteam.org>, 2009\n" "Hugo Florentino <sysadmin@cips.cu>, 2009" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Emulador de terminal para el proyecto LXDE" #: ../data/lxterminal-preferences.glade.h:1 #, fuzzy msgid "LXTerminal Preferences" msgstr "Preferencias" #: ../data/lxterminal-preferences.glade.h:2 #, fuzzy msgid "Terminal font" msgstr "Tipo de letra:" #: ../data/lxterminal-preferences.glade.h:3 #, fuzzy msgid "Background" msgstr "Fondo:" #: ../data/lxterminal-preferences.glade.h:4 #, fuzzy msgid "Foreground" msgstr "Primer plano:" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "" #: ../data/lxterminal-preferences.glade.h:6 #, fuzzy msgid "Cursor blink" msgstr "Parpadeo del cursor:" #: ../data/lxterminal-preferences.glade.h:7 #, fuzzy msgid "Cursor style" msgstr "Parpadeo del cursor:" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Estilo" #: ../data/lxterminal-preferences.glade.h:12 #, fuzzy msgid "Tab panel position" msgstr "Posición del panel de pestañas:" #: ../data/lxterminal-preferences.glade.h:13 #, fuzzy msgid "Scrollback lines" msgstr "Líneas de desplazamiento:" #: ../data/lxterminal-preferences.glade.h:14 #, fuzzy msgid "Hide scroll bar" msgstr "Ocultar la barra de desplazamiento:" #: ../data/lxterminal-preferences.glade.h:15 #, fuzzy msgid "Hide menu bar" msgstr "Ocultar la barra de menú:" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Mostrar" #: ../data/lxterminal-preferences.glade.h:18 #, fuzzy msgid "Select-by-word characters" msgstr "Selección por palabra:" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Superior" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Inferior" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Izquierda" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Derecha" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Usar la línea de comandos" #~ msgid "Misc" #~ msgstr "Misceláneas" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Desactivar el atajo de teclado F10 para el menú:" #~ msgid "General" #~ msgstr "General" #~ msgid "_Preferences" #~ msgstr "_Preferencias" #~ msgid "Transparent Background:" #~ msgstr "Fondo Transparente:" #~ msgid "_View" #~ msgstr "_Ver" #~ msgid "_Character Encoding" #~ msgstr "_Juego de caracteres" #~ msgid "/_File/_New Window" #~ msgstr "/_Archivo/_Nueva ventana" #~ msgid "/_File/_New Tab" #~ msgstr "/_Archivo/_Nueva pestaña" #~ msgid "/_File/sep1" #~ msgstr "/_Archivo/sep1" #~ msgid "/_File/_Close Tab" #~ msgstr "/_Archivo/_Cerrar pestaña" #~ msgid "/_File/_Quit" #~ msgstr "/_Archivo/_Salir" #~ msgid "/_Edit/_Copy" #~ msgstr "/_Editar/_Copiar" #~ msgid "/_Edit/_Paste" #~ msgstr "/_Editar/_Pegar" #~ msgid "/_Edit/sep1" #~ msgstr "/_Editar/sep1" #~ msgid "/_Edit/_Preferences..." #~ msgstr "/_Editar/_Preferencias ..." #~ msgid "/_Tabs/_Next Tab" #~ msgstr "/_Pestañas/_Siguiente" #~ msgid "/sep1" #~ msgstr "/sep1" #~ msgid "/sep2" #~ msgstr "/sep2" #~ msgid "/_Preferences..." #~ msgstr "/_Preferencias" #~ msgid "/sep3" #~ msgstr "/sep3" ������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/te.po���������������������������������������������������������������������������0000644�0001750�0001750�00000026124�12412537562�012213� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2013-07-20 04:41+0000\n" "Last-Translator: Praveen <mail2ipn@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.5.0\n" "X-POOTLE-MTIME: 1374295319.0\n" #: ../src/encoding.c:124 msgid "West European" msgstr "పశà±à°šà°¿à°® యూరోపియనà±" #: ../src/encoding.c:125 msgid "East European" msgstr "తూరà±à°ªà± యూరోపియనà±" #: ../src/encoding.c:126 msgid "East Asian" msgstr "తూరà±à°ªà± à°à°·à°¿à°¯à°¨à±" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "SE & SW à°à°·à°¿à°¯à°¨à±" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "మధà±à°¯ ఈసà±à°Ÿà±à°°à°¨à±" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "యూనికోడà±" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "వెసà±à°Ÿà±à°°à°¨à±" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "కేందà±à°°à±€à°¯ యూరోపియనà±" #: ../src/encoding.c:137 msgid "South European" msgstr "దకà±à°·à°¿à°£ యూరోపియనà±" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "బాలà±à°Ÿà°¿à°•à±" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "సిరిలà±à°²à°¿à°•à±" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "అరబికà±" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "à°—à±à°°à±€à°•à±" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "హిబà±à°°à±‚ విజà±à°µà°²à±" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "హిబà±à°°à±‚" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "à°Ÿà°°à±à°•à°¿à°·à±" #: ../src/encoding.c:145 msgid "Nordic" msgstr "నోరà±à°¡à°¿à°•à±" #: ../src/encoding.c:147 msgid "Celtic" msgstr "సెలà±à°Ÿà°¿à°•à±" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "రొమేనియనà±" #: ../src/encoding.c:157 msgid "Armenian" msgstr "ఆరà±à°®à±‡à°¨à°¿à°¯à°¨à±" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "సాంపà±à°°à°¦à°¾à°¯ చైనీసà±" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "సిరిలà±à°²à°¿à°•à±/à°°à°·à±à°¯à°¨à±" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "జపనీసà±" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "కొరియనà±" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "సరళ చైనీసà±" #: ../src/encoding.c:169 msgid "Georgian" msgstr "జారà±à°œà°¿à°¯à°¨à±" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "సిరిలà±à°²à°¿à°•à±/ఉకà±à°°à±†à°¨à°¿à°¯à°¨à±" #: ../src/encoding.c:188 msgid "Croatian" msgstr "à°•à±à°°à±Šà°¯à±‡à°·à°¿à°¯à°¨à±" #: ../src/encoding.c:190 msgid "Hindi" msgstr "హిందీ" #: ../src/encoding.c:191 msgid "Farsi" msgstr "ఫారà±à°¸à°¿" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "à°—à±à°œà°°à°¾à°¤à±€" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "à°—à±à°°à±à°®à±à°–à°¿" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "à°à°¸à±â€Œà°²à°¾à°‚à°¡à°¿à°•à±" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "వియెతà±à°¨à°¾à°®à±€à°¸à±" #: ../src/encoding.c:204 msgid "Thai" msgstr "థాయి" #: ../src/lxterminal.c:137 msgid "_File" msgstr "ఫైలౠ(_F)" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "సవరణ (_E)" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "టాబà±â€Œà°²à± (_T)" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "సహాయం (_H)" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "కొతà±à°¤ విండో (_W)" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "కొతà±à°¤ à°Ÿà±à°¯à°¾à°¬à± (_T)" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "à°Ÿà±à°¯à°¾à°¬à± మూయి (_C)" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "నిషà±à°•à±à°°à°®à°¿à°‚à°šà± (_Q)" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "నకలà±à°¤à±€à°¯à°¿ (_y)" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "అతికించౠ(_P)" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "à°¸à±à°•à±à°°à±‹à°²à± à°¬à±à°¯à°¾à°•à± à°¤à±à°¡à°¿à°šà°¿à°µà±‡à°¯à°¿ (_+o)" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "à°ªà±à°°à°¾à°§à°¾à°¨à±à°¯à°¤à°²à± (_s)" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "à°Ÿà±à°¯à°¾à°¬à± పేరà±à°ªà±†à°Ÿà±à°Ÿà± (_m)" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "à°®à±à°¨à±à°ªà°Ÿà°¿ à°Ÿà±à°¯à°¾à°¬à± (_v)" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "తరà±à°µà°¾à°¤ à°Ÿà±à°¯à°¾à°¬à± (_x)" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "à°Ÿà±à°¯à°¾à°¬à±â€Œà°¨à± ఎడమవైపà±à°•à± à°•à°¦à±à°ªà± (_L)" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "à°Ÿà±à°¯à°¾à°¬à±â€Œà°¨à± à°•à±à°¡à°¿à°µà±ˆà°ªà±à°•à± à°•à°¦à±à°ªà± (_R)" #: ../src/lxterminal.c:162 msgid "_About" msgstr "à°—à±à°°à°¿à°‚à°šà°¿ (_A)" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "URL నకలà±à°šà±‡à°¯à°¿ (_U)" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "à°¸à±à°•à±à°°à±‹à°²à± à°¬à±à°¯à°¾à°•à± à°¶à±à°­à±à°°à°ªà°°à°šà± (_e)" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXటెరà±à°®à°¿à°¨à°²à±" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "à°Ÿà±à°¯à°¾à°¬à± పేరà±à°ªà±†à°Ÿà±à°Ÿà±" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "Praveen Illa <mail2ipn@gmail.com>, 2011." #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "నకలà±à°¹à°•à±à°•à± (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "LXDE à°ªà±à°°à±‹à°œà±†à°•à±à°Ÿà± కొరకౠటెరà±à°®à°¿à°¨à°²à± à°Žà°®à±à°¯à±à°²à±‡à°Ÿà°°à±" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "LXTerminal à°ªà±à°°à°¾à°§à°¾à°¨à±à°¯à°¤à°²à±" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "టెరà±à°®à°¿à°¨à°²à± ఫాంటà±" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "నేపథà±à°¯à°‚" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "à°®à±à°‚à°¦à±à°­à°¾à°—à°®à±" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "లావà±à°ªà°¾à°Ÿà°¿ ఫాంటà±à°¨à± à°…à°¨à±à°®à°¤à°¿à°‚à°šà±" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "à°•à°°à±à°¸à°°à± మిటకరించà±" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "à°•à°°à±à°¸à°°à± శైలి" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "à°…à°¡à±à°¡à°‚" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "కిందిగీత" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "వినిపించే బెలà±" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "శైలి" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "à°Ÿà±à°¯à°¾à°¬à± à°ªà±à°¯à°¾à°¨à°²à± à°¸à±à°¥à°¾à°¨à°®à±" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "à°¸à±à°•à±à°°à±‹à°²à±â€Œà°¬à°¾à°•ౠలైనà±à°¸à±" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "à°¸à±à°•à±à°°à±‹à°²à± పటà±à°Ÿà±€à°¨à°¿ దాయి" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "మెనూ పటà±à°Ÿà±€ దాయి" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "మూసివేయి బటనà±à°²à°¨à± దాయి" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "à°ªà±à°°à°¦à°°à±à°¶à°¨" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "పద à°…à°•à±à°·à°°à°¾à°²à°¨à± బటà±à°Ÿà°¿ à°Žà°‚à°šà±à°•ొనà±" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "మెనూ లఘౠకీ లనౠఅచేతనంచేయి (F10 à°…à°ªà±à°°à°®à±‡à°¯à°®à±à°—à°¾)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Alt-nనౠవాడి à°Ÿà±à°¯à°¾à°¬à±â€Œà°²à°¨à± మరియౠమెనà±à°²à°¨à± మారà±à°šà±à°Ÿà°¨à± అచేతనంచేయి" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "ఉనà±à°¨à°¤" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "ఉతà±à°¤à°®" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "à°…à°¡à±à°—à±" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "à°Žà°¡à°®" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "à°•à±à°¡à°¿" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "టెరà±à°®à°¿à°¨à°²à±" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "కమాండౠలైనà±à°¨à± వాడà±" #~ msgid "gtk-cancel" #~ msgstr "gtk-à°°à°¦à±à°¦à±" #~ msgid "gtk-ok" #~ msgstr "gtk-సరే" ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/bn.po���������������������������������������������������������������������������0000644�0001750�0001750�00000027443�12412537562�012207� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Bengali translation of lxterminal.po # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Sankarshan <sankarshan.mukhopadhyay@gmail.com>, 2009. # Loba Yeasmeen <loba@ankur.org.bd>, 2010. # msgid "" msgstr "" "Project-Id-Version: bn\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2010-02-01 13:00+0600\n" "Last-Translator: Loba Yeasmeen <loba@ankur.org.bd>\n" "Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n" "Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Pootle 1.1.0\n" #: ../src/encoding.c:124 msgid "West European" msgstr "পশà§à¦šà¦¿à¦® ইউরোপীয়" #: ../src/encoding.c:125 msgid "East European" msgstr "পূরà§à¦¬ ইউরোপীয়" #: ../src/encoding.c:126 msgid "East Asian" msgstr "পূরà§à¦¬ à¦à¦¶à§€à§Ÿ" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "SE & SW à¦à¦¶à§€à§Ÿ" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "মধà§à¦¯à¦ªà§à¦°à¦¾à¦šà§à¦¯" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "ইউনিকোড" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "পশà§à¦šà¦¿à¦®à¦¾" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "মধà§à¦¯ ইউরোপীয়" #: ../src/encoding.c:137 msgid "South European" msgstr "দকà§à¦·à¦¿à¦£ ইউরোপীয়" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "বালà§à¦Ÿà¦¿à¦•" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "সিরিলিক" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "আরবী" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "গà§à¦°à¦¿à¦•" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "হিবà§à¦°à§ ভিজà§à¦¯à§à§Ÿà¦¾à¦²" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "হিবà§à¦°à§" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "তà§à¦°à§à¦•ি" #: ../src/encoding.c:145 msgid "Nordic" msgstr "নরà§à¦¡à¦¿à¦•" #: ../src/encoding.c:147 msgid "Celtic" msgstr "সেলটিক" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "রোমানীয়" #: ../src/encoding.c:157 msgid "Armenian" msgstr "আরà§à¦®à§‡à¦¨à¦¿à§Ÿ" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "চাইনিজ সনাতন" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "সিরিলিক/রà§à¦¶" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "জাপানী" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "কোরিয়ান" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "চাইনিজ সরলীকৃত" #: ../src/encoding.c:169 msgid "Georgian" msgstr "জরà§à¦œà§€à§Ÿ" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "সিরিলিক/ইউকà§à¦°à§‡à¦‡à¦¨à¦¿à§Ÿà¦¾à¦¨" #: ../src/encoding.c:188 msgid "Croatian" msgstr "কà§à¦°à§‹à§Ÿà§‡à¦¶à¦¿à§Ÿà¦¾à¦¨" #: ../src/encoding.c:190 msgid "Hindi" msgstr "হিনà§à¦¦à¦¿" #: ../src/encoding.c:191 msgid "Farsi" msgstr "ফারসী" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "গà§à¦œà¦°à¦¾à¦Ÿà¦¿" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "গà§à¦°à§à¦®à§à¦–à§€" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "আইসলà§à¦¯à¦¾à¦¨à§à¦¡à¦¿à¦•" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "ভিয়েতনামী" #: ../src/encoding.c:204 msgid "Thai" msgstr "থাই" #: ../src/lxterminal.c:137 msgid "_File" msgstr "ফাইল (_F)" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "সমà§à¦ªà¦¾à¦¦à¦¨à¦¾ (_E)" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "টà§à¦¯à¦¾à¦¬ (_T)" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "সহায়িকা (_H)" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "নতà§à¦¨ উইনà§à¦¡à§‹ (_W)" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "নতà§à¦¨ টà§à¦¯à¦¾à¦¬ (_T)" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "টà§à¦¯à¦¾à¦¬ বনà§à¦§ করà§à¦¨ (_C)" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "পà§à¦°à¦¸à§à¦¥à¦¾à¦¨ (_Q)" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "অনà§à¦²à¦¿à¦ªà¦¿ (_y)" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "পà§à¦°à¦¤à¦¿à¦¸à§à¦¥à¦¾à¦ªà¦¨ (_P)" # snigdha #: ../src/lxterminal.c:154 #, fuzzy msgid "Clear scr_ollback" msgstr "সà§à¦•à§à¦°à¦²à¦¬à¦¾à¦° আড়াল করà§à¦¨" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "পছনà§à¦¦à¦¸à¦®à§‚হ (_s)" # snigdha #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "নাম টà§à¦¯à¦¾à¦¬ (_m)" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "পূরà§à¦¬à¦¬à¦°à§à¦¤à§€ টà§à¦¯à¦¾à¦¬ (_v)" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "পরবরà§à¦¤à§€ টà§à¦¯à¦¾à¦¬ (_x)" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "টà§à¦¯à¦¾à¦¬à¦Ÿà¦¿ বামদিকে সরিয়ে নিন (_L)" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "টà§à¦¯à¦¾à¦¬à¦Ÿà¦¿ ডানদিকে সরিয়ে নিন (_R)" #: ../src/lxterminal.c:162 msgid "_About" msgstr "পরিচিতি (_A)" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" # snigdha #: ../src/lxterminal.c:176 #, fuzzy msgid "Cl_ear scrollback" msgstr "সà§à¦•à§à¦°à¦²à¦¬à¦¾à¦° আড়াল করà§à¦¨" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXটারà§à¦®à¦¿à¦¨à¦¾à¦²" # snigdha #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "নাম টà§à¦¯à¦¾à¦¬" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "সঙà§à¦•রà§à¦·à¦£ মà§à¦–োপাধà§à¦¯à¦¾à§Ÿ (sankarshan@randomink.org) \n" "লোবা ইয়াসমীন <loba@ankur.org.bd>" # snigdha #: ../src/lxterminal.c:725 #, fuzzy msgid "Copyright (C) 2008-2011" msgstr "সà§à¦¬à¦¤à§à¦¬à¦¾à¦§à¦¿à¦•ার (C) ২০০৮-২০১০" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "LXDE পà§à¦°à¦•লà§à¦ªà§‡à¦° জনà§à¦¯ টারà§à¦®à¦¿à¦¨à¦¾à¦² ইমà§à¦¯à§à¦²à§‡à¦Ÿà¦°" #: ../data/lxterminal-preferences.glade.h:1 #, fuzzy msgid "LXTerminal Preferences" msgstr "পছনà§à¦¦à¦¸à¦®à§‚হ" # snigdha #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "টারà§à¦®à¦¿à¦¨à¦¾à¦²à§‡à¦° ফনà§à¦Ÿ" # snigdha #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "পটভূমি" # snigdha #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "পà§à¦°à§‹à¦­à§‚মি" # snigdha #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "গাৠফনà§à¦Ÿ অনà§à¦®à§‹à¦¦à¦¨ করà§à¦¨" # snigdha #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "কারসারের মিটিমিটি জà§à¦¬à¦²à¦¾" # snigdha #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "কারসারের শৈলী" # snigdha #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "আবদà§à¦§" # snigdha #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "নিমà§à¦¨à¦°à§‡à¦–াঙà§à¦•িত করা" # snigdha #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "শà§à¦°à§à¦¤à¦¿à¦—োচর ঘনà§à¦Ÿà¦¾" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "শৈলী" # snigdha #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "টà§à¦¯à¦¾à¦¬ পà§à¦¯à¦¾à¦¨à§‡à¦²à§‡à¦° অবসà§à¦¥à¦¾à¦¨" # snigdha #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "সà§à¦•à§à¦°à¦²à¦¬à§à¦¯à¦¾à¦• লাইন" # snigdha #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "সà§à¦•à§à¦°à¦²à¦¬à¦¾à¦° আড়াল করà§à¦¨" # snigdha #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "মেনà§à¦¬à¦¾à¦° আড়াল করà§à¦¨" # snigdha #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "\"বনà§à¦§ করà§à¦¨\" বোতাম আড়াল করà§à¦¨" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "পà§à¦°à¦¦à¦°à§à¦¶à¦¨à§€" # snigdha #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "শবà§à¦¦à§‡à¦° অকà§à¦·à¦° অনà§à¦¸à¦¾à¦°à§‡ নিরà§à¦¬à¦¾à¦šà¦¨ করà§à¦¨" # snigdha #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "মেনৠশরà§à¦Ÿà¦•াট কী (F10 ডিফলà§à¦Ÿ হিসাবে) নিসà§à¦•à§à¦°à¦¿à§Ÿ করà§à¦¨" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "" # snigdha #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "উচà§à¦š পরà§à¦¯à¦¾à§Ÿà§‡à¦°" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "শীরà§à¦·" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "নিচে" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "বামদিক" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "ডানদিক" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "টারà§à¦®à¦¿à¦¨à¦¾à¦²" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "কমানà§à¦¡ লাইন বà§à¦¯à¦¬à¦¹à¦¾à¦° করা হবে" # snigdha #~ msgid "gtk-cancel" #~ msgstr "gtk-বাতিল" # snigdha #~ msgid "gtk-ok" #~ msgstr "gtk-ঠিক আছে" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "ওয়েব বà§à¦°à¦¾à¦‰à¦œà¦¾à¦° চালৠকরতে বà§à¦¯à¦°à§à¦¥à¥¤ কমানà§à¦¡à¦Ÿà¦¿ ছিল `%s'\n" #~ msgid "Misc" #~ msgstr "বিবিধ" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "মেনà§à¦° জনà§à¦¯ F10 শরà§à¦Ÿà¦•াট নিষà§à¦•à§à¦°à¦¿à§Ÿ করা হবে:" #~ msgid "General" #~ msgstr "সাধারণ" #~ msgid "_Preferences" #~ msgstr "বৈশিষà§à¦Ÿà§à¦¯(_P)" #~ msgid "Transparent Background:" #~ msgstr "সà§à¦¬à¦šà§à¦› পটভূমি:" �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/lg.po���������������������������������������������������������������������������0000644�0001750�0001750�00000023144�12412537562�012204� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# The Luganda translation for lxterminal. # Copyright (C) 2008 - 2010 # This file is distributed under the same license as the lxterminal package. # FIRST Kizito Birabwa <kbirabwa@yahoo.co.u>, 2010. # msgid "" msgstr "" "Project-Id-Version: lxterminal 0.1.9\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2013-07-11 20:01+0000\n" "Last-Translator: kizito <kbirabwa@yahoo.co.uk>\n" "Language-Team: lg <kbirabwa@yahoo.co.uk>\n" "Language: lg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.5.0\n" "X-POOTLE-MTIME: 1373572919.0\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Ey'eBulaaya ya mu bugwanjuba" #: ../src/encoding.c:125 msgid "East European" msgstr "Ey'eBulaaya ya mu buvanjuba" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Eya Ezya ya mu buvanjuba" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Eya Ezya bukiika ddyo ey'omu bugvanjuba ne buvanjuba" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Ey'omu bitundu by'eBuwarabu" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Ey'eBulaaya ey'omu bugwanjuba" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Ey'eBulaaya owa wakati" #: ../src/encoding.c:137 msgid "South European" msgstr "Ey'eBulaaya ey'omu bukiika ddyo" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Eya Balitici" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Ey'ekisiiriri" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Ey'ekiwarabu" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Eya kigereeki/kiyonaani" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Eya kiyudaaya eyesigama ku ndabika" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Eya kiyudaaya" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Ey'omu Take" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Ey'ab'omu bukiika bwa kkono" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Ey'aba Keliti" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Ey'abaromani" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Eya ki-arimeniya" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Eya kicayina ey'ennono" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Eya kisiriiri/kirasa" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Eya kijapani" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Eya kikoreya" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Eya kicayini engonze" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Eya kigyogiya" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Eya kisiriiri/kiyukurayini" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Eya kikurowati" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Eya ki-hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Eya kifarisi" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Eya kigujurati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Eya kigurumuki" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Eya ki-ayisirandi" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Eya kiviyetinamu" #: ../src/encoding.c:204 msgid "Thai" msgstr "Eya kitaayi" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Fayiro" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Kyusa" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "Olu_dda" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Nyamba" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "_Leeta ddirisa eddala" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "_Yongerawo oludda" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Gyawo oludda" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Mala" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Koppa" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Paatiika" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "Gyawo ebiri mu ggwanika ly'ekiwandikiro" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "_Enteekateeka" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Oludda lu_w'erinnya" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "_Dda ku ludda olukulembera" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Dd_a ku ludda oluddako" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Omukonda gusembeze ku _kkono" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Omukonda gusembeze ku _ddyo" #: ../src/lxterminal.c:162 msgid "_About" msgstr "Ebifa ku _puloguramu eno" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Kwata koppi ya _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "_Gyawo ebiri mu ggwanika ly'ekiwandikiro" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Oludda luw'erinnya" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "Kizito Birabwa <kbirabwa@yahoo.co.uk>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Puloguramu eya LXDE egeegeenya ekiwandikiro" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "Enteekateeka ya LXTerminal" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Enkula y'ennukuta ezinaalabikira mu kiwandikiro" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Bwaliriro" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Obwanjo" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Kkiriza ennukuta enziggumivu" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Akalagakifo katemye" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Musono gw'akalagakifo" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Omulimu gukwatenga kimukimu" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Teekangawo olukoloboze wansi w'ebiwandikibwa" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Ekide kiwulirike" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Musono" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Akakonda ak'okuludda gye kanaalabikira" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Obungi bw'ennyiriri ezisobola okuseesebwa" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Kisa akaseesa" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Kisa olubaawo lwa menyu" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Kisa amapeesa agaggala ddirisa" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Eby'olutimbe" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Obubonero obubalibwa ng'ekitundu ky'ekigambo" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Eppeesa erya F10 lireme okuleeta menyu" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "" "Okunyigir'okumu eppeesa erya Alt n'erya namba kireme okukyusanga oludda " "n'okukola ku menyu" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Ebyetaagisa bumanyirivu" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Waggulu" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Wansi" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Kono" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Ddyo" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Kiwandikiro" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Kolera mu kiwandikiro" #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/ml.po���������������������������������������������������������������������������0000644�0001750�0001750�00000017354�12412537562�012220� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/encoding.c:124 msgid "West European" msgstr "" #: ../src/encoding.c:125 msgid "East European" msgstr "" #: ../src/encoding.c:126 msgid "East Asian" msgstr "" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "" #: ../src/encoding.c:137 msgid "South European" msgstr "" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "" #: ../src/encoding.c:145 msgid "Nordic" msgstr "" #: ../src/encoding.c:147 msgid "Celtic" msgstr "" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "" #: ../src/encoding.c:157 msgid "Armenian" msgstr "" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "" #: ../src/encoding.c:169 msgid "Georgian" msgstr "" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "" #: ../src/encoding.c:188 msgid "Croatian" msgstr "" #: ../src/encoding.c:190 msgid "Hindi" msgstr "" #: ../src/encoding.c:191 msgid "Farsi" msgstr "" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "" #: ../src/encoding.c:204 msgid "Thai" msgstr "" #: ../src/lxterminal.c:137 msgid "_File" msgstr "" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "" #: ../src/lxterminal.c:162 msgid "_About" msgstr "" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "" #: ../data/lxterminal-preferences.glade.h:1 #, fuzzy msgid "LXTerminal Preferences" msgstr "ടെâ€à´°àµà´®à´¿à´¨à´²àµ" #: ../data/lxterminal-preferences.glade.h:2 #, fuzzy msgid "Terminal font" msgstr "ടെâ€à´°àµà´®à´¿à´¨à´²àµ" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "ടെâ€à´°àµà´®à´¿à´¨à´²àµ" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "" ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/ur_PK.po������������������������������������������������������������������������0000644�0001750�0001750�00000022635�12412537562�012626� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: lxterminal\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2009-05-10 04:11+0500\n" "Last-Translator: Muhammad Ali Makki <makki.ma@gmail.com>\n" "Language-Team: Urdu <makki.ma@gmail.com>\n" "Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Poedit-Language: Urdu\n" "X-Poedit-Country: PAKISTAN\n" "X-Poedit-SourceCharset: utf-8\n" #: ../src/encoding.c:124 msgid "West European" msgstr "مغربی یورپ" #: ../src/encoding.c:125 msgid "East European" msgstr "مشرقی یورپ" #: ../src/encoding.c:126 msgid "East Asian" msgstr "مشرقی ایشیا" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "SE اور SW ایشین" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "مشرق٠وسطی" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "یونیکوڈ" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "مغربی" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "وسطی یورپ" #: ../src/encoding.c:137 msgid "South European" msgstr "جنوبی یورپ" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "بیلٹک" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "سیریلک" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "عربی" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "گریک" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "ÛØ¨Ø±Ùˆ وژول" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "ÛØ¨Ø±Ùˆ" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "ترکی" #: ../src/encoding.c:145 msgid "Nordic" msgstr "نورڈک" #: ../src/encoding.c:147 msgid "Celtic" msgstr "سیلٹک" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "رومانوی" #: ../src/encoding.c:157 msgid "Armenian" msgstr "ارمینیا" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "چینی روایتی" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "سیرلیک/رشیا" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "جاپانی" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "کوریا" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "چینی سادÛ" #: ../src/encoding.c:169 msgid "Georgian" msgstr "گرگورین" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "سیرلیک/اوکرینیا" #: ../src/encoding.c:188 msgid "Croatian" msgstr "کرواتیا" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Ûندی" #: ../src/encoding.c:191 msgid "Farsi" msgstr "ÙØ§Ø±Ø³ÛŒ" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "گجراتی" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "گرمکھی" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "آئیس لینڈ" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "ویتنام" #: ../src/encoding.c:204 msgid "Thai" msgstr "تھائی" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_ÙØ§Ø¦Ù„" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_تدوین" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_ٹیب" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_ÛØ¯Ø§ÛŒØ§Øª" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 #, fuzzy msgid "New _Window" msgstr "_نئی ونڈو" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 #, fuzzy msgid "New _Tab" msgstr "نیا _ٹیب" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "ٹیب _بند کریں" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_برخاست" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 #, fuzzy msgid "Cop_y" msgstr "_کاپی" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_پیسٹ" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 #, fuzzy msgid "Preference_s" msgstr "ترجیحات" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 #, fuzzy msgid "Na_me Tab" msgstr "نیا _ٹیب" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 #, fuzzy msgid "Pre_vious Tab" msgstr "_Ø³Ø§Ø¨Ù‚Û Ù¹ÛŒØ¨" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 #, fuzzy msgid "Ne_xt Tab" msgstr "_اگلا ٹیب" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_بابت" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "ایل ایکس ٹرمنل" #: ../src/lxterminal.c:563 #, fuzzy msgid "Name Tab" msgstr "نیا _ٹیب" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "محمد علی Ù…Ú©ÛŒ\n" "makki.ma@gmail.com\n" "اردو کوڈر لینکس Ùورم\n" "http://www.urducoder.com\n" "Ù…Ú©ÛŒ کا بلاگ\n" "http://makki.urducoder.com" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "کاپی رائٹ (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "ٹرمنل ایمولیٹر برائے ایل ایکس ÚˆÛŒ ای پراجیکٹ" #: ../data/lxterminal-preferences.glade.h:1 #, fuzzy msgid "LXTerminal Preferences" msgstr "ترجیحات" #: ../data/lxterminal-preferences.glade.h:2 #, fuzzy msgid "Terminal font" msgstr "ٹرمنل کا Ùونٹ:" #: ../data/lxterminal-preferences.glade.h:3 #, fuzzy msgid "Background" msgstr "پس منظر:" #: ../data/lxterminal-preferences.glade.h:4 #, fuzzy msgid "Foreground" msgstr "پیش منظر:" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "" #: ../data/lxterminal-preferences.glade.h:12 #, fuzzy msgid "Tab panel position" msgstr "ٹیب پینل مقام:" #: ../data/lxterminal-preferences.glade.h:13 #, fuzzy msgid "Scrollback lines" msgstr "سکرول بیک لائنیں:" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "" #: ../data/lxterminal-preferences.glade.h:18 #, fuzzy msgid "Select-by-word characters" msgstr "منتخب-از-Ø¬Ù…Ù„Û Ø­Ø±ÙˆÙ:" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "اوپر" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "نیچے" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "بائیں" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "دائیں" #: ../data/lxterminal.desktop.in.h:2 #, fuzzy msgid "Terminal" msgstr "ایل ایکس ٹرمنل" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "معطل کریں F10 شارٹ Ú©Ù¹ برائے مینیو:" #~ msgid "General" #~ msgstr "عام" #~ msgid "_Preferences" #~ msgstr "_ترجیحات" #~ msgid "Transparent Background:" #~ msgstr "Ø´ÙØ§Ù پس منظر:" ���������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/nn.po���������������������������������������������������������������������������0000644�0001750�0001750�00000022237�12412537562�012217� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Translation of lxterminal to Norwegian Nynorsk # Copyright © 2009 Karl Ove Hufthammer <karl@huftis.org> # This file is distributed under the same license as the lxterminal package. # Karl Ove Hufthammer <karl@huftis.org>, 2009. # msgid "" msgstr "" "Project-Id-Version: lxterminal\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2009-12-31 00:12+0100\n" "Last-Translator: Karl Ove Hufthammer <karl@huftis.org>\n" "Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n" "Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 1.0\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Vesteuropeisk" #: ../src/encoding.c:125 msgid "East European" msgstr "Austeuropeisk" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Austasiatisk" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Søraust- og sørvestasiatisk" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Midtausten" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Vestleg" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Sentraleuropeisk" #: ../src/encoding.c:137 msgid "South European" msgstr "Søreuropeisk" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Baltisk" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Kyrillisk" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arabisk" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Gresk" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Hebraisk – visuell" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebraisk" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Tyrkisk" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nordisk" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Keltisk" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Rumensk" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armensk" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Kinesisk – tradisjonell" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Kyrillisk/russisk" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japansk" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Koreansk" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Kinesisk – forenkla" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Georgisk" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Kyrillisk/ukrainsk" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Kroatisk" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Persisk" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islandsk" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamesisk" #: ../src/encoding.c:204 msgid "Thai" msgstr "Thai" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Fil" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Rediger" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "F_aner" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Hjelp" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Nytt _vindauge" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Ny _fane" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Lukk fane" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Avslutt" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Kopier" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Lim inn" #: ../src/lxterminal.c:154 #, fuzzy msgid "Clear scr_ollback" msgstr "Gøym rullefeltet:" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "_Innstillingar" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 #, fuzzy msgid "Na_me Tab" msgstr "Ny _fane" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "_Førre fane" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "_Neste fane" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Flytt fane til _venstre" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Flytt fane til _høgre" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Om" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 #, fuzzy msgid "Cl_ear scrollback" msgstr "Gøym rullefeltet:" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 #, fuzzy msgid "Name Tab" msgstr "Ny _fane" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "Karl Ove Hufthammer" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright © 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Terminalemulator for LXDE" #: ../data/lxterminal-preferences.glade.h:1 #, fuzzy msgid "LXTerminal Preferences" msgstr "Innstillingar" #: ../data/lxterminal-preferences.glade.h:2 #, fuzzy msgid "Terminal font" msgstr "Terminalskrift:" #: ../data/lxterminal-preferences.glade.h:3 #, fuzzy msgid "Background" msgstr "Bakgrunn:" #: ../data/lxterminal-preferences.glade.h:4 #, fuzzy msgid "Foreground" msgstr "Framgrunn:" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "" #: ../data/lxterminal-preferences.glade.h:6 #, fuzzy msgid "Cursor blink" msgstr "Blink skrivemerket:" #: ../data/lxterminal-preferences.glade.h:7 #, fuzzy msgid "Cursor style" msgstr "Blink skrivemerket:" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Stil" #: ../data/lxterminal-preferences.glade.h:12 #, fuzzy msgid "Tab panel position" msgstr "Plassering til fanepanel:" #: ../data/lxterminal-preferences.glade.h:13 #, fuzzy msgid "Scrollback lines" msgstr "Linjer rulleminne:" #: ../data/lxterminal-preferences.glade.h:14 #, fuzzy msgid "Hide scroll bar" msgstr "Gøym rullefeltet:" #: ../data/lxterminal-preferences.glade.h:15 #, fuzzy msgid "Hide menu bar" msgstr "Gøym menylinja:" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Skjerm" #: ../data/lxterminal-preferences.glade.h:18 #, fuzzy msgid "Select-by-word characters" msgstr "Merk-etter-ord-teikn:" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Oppe" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Nede" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Til venstre" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Til høgre" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Bruk kommandolinja" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "Klarte ikkje starta nettlesaren. Kommandoen var «%s».\n" #~ msgid "Misc" #~ msgstr "Ymse" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "SlÃ¥ av F10-snarvegen til menyen:" #~ msgid "General" #~ msgstr "Generelt" #~ msgid "Transparent Background:" #~ msgstr "Gjennomsiktig bakgrunn:" �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/hu.po���������������������������������������������������������������������������0000644�0001750�0001750�00000021657�12412537562�012225� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Hungarian translation of lxterminal. # Copyright (C) 2010-2011 The LXDE Team # This file is distributed under the same license as the lxterminal package. # Attila Szervac <sas@321.hu>, 2010. # Laszlo Dvornik <rezuri@zoho.com>, 2011. # msgid "" msgstr "" "Project-Id-Version: lxterminal\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-08-23 16:08+0200\n" "Last-Translator: Bendegúz <gyonkibendeguz@gmail.com>\n" "Language-Team: Hungarian\n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Nyugat-európai" #: ../src/encoding.c:125 msgid "East European" msgstr "Kelet-európai" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Kelet-ázsiai" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "DK- és DNy-ázsiai" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Közel-keleti" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Nyugati" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Közép-európai" #: ../src/encoding.c:137 msgid "South European" msgstr "Dél-európai" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Balti" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Cirill" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arab" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Görög" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Vizuális Héber" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Héber" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Török" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Skandináv" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Kelta" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Román" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Örmény" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Hagyományos kínai" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Cirill/orosz" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japán" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Koreai" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Egyszerűsített kínai" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Grúz" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Cirill/ukrán" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Horvát" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Fárszi" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gudzsaráti" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Izlandi" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnami" #: ../src/encoding.c:204 msgid "Thai" msgstr "Thai" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Fájl" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "Sz_erkesztés" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Lapok" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Súgó" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Új _ablak" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Új _lap" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "Lap be_zárása" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Kilépés" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Másolás" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "Be_illesztés" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "GördítÅ‘sáv elrejtése" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "_Beállítások" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Lap_név" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "_ElÅ‘zÅ‘ lap" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "_KövetkezÅ‘ lap" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Lap _balra mozgatása" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Lap _jobbra mozgatása" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Névjegy" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "GördítÅ‘sáv elrejtése" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Lapnév" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Dvornik László <rezuri@zoho.com>\n" "Szervác Attila <sas@321.hu>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Terminálemulátor az LXDE projekthez" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "LXTerminal beállításai" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Terminál betű" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Háttér" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "ElÅ‘tér" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Félkövér betű engedélyezése" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Villogó kurzor" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Kurzorstílus" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Téglalap" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Aláhúzás" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Hallható csengÅ‘" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Stílus" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Lap panel helyzete" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "VisszagörgetendÅ‘ sorok" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "GördítÅ‘sáv elrejtése" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Menüsáv elrejtése" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Bezáró gombok elrejtése" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "KijelzÅ‘" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Szó-alapú-választás karakterek" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Menü-gyorsbillentyű tiltása (alapértelmezetten F10)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Alt-n használatának tiltása lapokhoz és menühöz" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Haladó" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Fent" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Lent" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Balra" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Jobbra" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminál" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Parancssor használata" ���������������������������������������������������������������������������������lxterminal-0.2.0/po/LINGUAS�������������������������������������������������������������������������0000644�0001750�0001750�00000000331�12421534511�012247� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������af ar be bg bn bn_IN ca cs da de el en_GB eo es es_VE et eu fa fi fo fr frp gl he hr hu id is it ja kk ko lg lt ml ms nb nl nn pa pl ps pt pt_BR ro ru sk sl sr sr@latin sv te th tr tt_RU ug uk ur ur_PK vi zh_CN zh_TW �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/fr.po���������������������������������������������������������������������������0000644�0001750�0001750�00000023247�12412537562�012215� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: LXTerminal\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2014-03-25 17:44+0000\n" "Last-Translator: Pierre <lubuntu@pierregobin.fr>\n" "Language-Team: fr <gaknar@gmail.com>\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Pootle 2.5.0\n" "X-POOTLE-MTIME: 1395769451.0\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Européen de l'Ouest" #: ../src/encoding.c:125 msgid "East European" msgstr "Européen de l'Est" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Asiatique de l'Est" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Asiatique du SE et du SO" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Moyen-Oriental" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Occidental" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Européen central" #: ../src/encoding.c:137 msgid "South European" msgstr "Européen du Sud" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Baltique" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Cyrillique" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arabe" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Grec" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Hébreu visuel" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hébreu" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turc" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nordique" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Celtique" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Roumain" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Arménien" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Chinois traditionnel" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Cyrillique/Russe" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japonais" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Coréen" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Chinois simplifié" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Géorgien" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Cyrillique/Ukrainien" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Croate" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindî" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Persan" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarâtî" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "GurmukhÄ«" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islandais" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamien" #: ../src/encoding.c:204 msgid "Thai" msgstr "Thaï" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Fichier" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "Éditio_n" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Onglets" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Aide" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "_Nouvelle fenêtre" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Nouvel _onglet" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Fermer l'onglet" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Quitter" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Copier" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "C_oller" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "Supprimer les anciennes _lignes" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Préférence_s" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "No_mmer l'onglet" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "Onglet _précédent" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Onglet _suivant" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Déplacer l'onglet à _gauche" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Déplacer l'onglet à _droite" #: ../src/lxterminal.c:162 msgid "_About" msgstr "À pr_opos" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Copier l'_URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "Supprimer les anciennes _lignes" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Nommer l'onglet" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "Cilyan Olowen <gaknar@gmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Émulateur de terminal pour le projet LXDE" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "Préférences de LXTerminal" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Police du terminal" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Arrière-plan" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Premier plan" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Autoriser une police grasse" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Clignotement du curseur" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Style du curseur" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Bloc" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Blanc souligné" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Son système" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Apparence" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Position des onglets" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Lignes dans l'historique" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Masquer la barre de défilement" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Masquer la barre de menu" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Masquer les boutons de fermeture" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Affichage" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Caractères pour la sélection par mot" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Désactiver la touche menu (F10, par défaut)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Désactiver l'utilisation de Alt-n pour les onglets et le menu" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Avancé" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Haut" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Bas" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Gauche" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Droite" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Utiliser la ligne de commande" #~ msgid "gtk-cancel" #~ msgstr "Annuler" #~ msgid "gtk-ok" #~ msgstr "OK" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "Échec du lancement du navigateur web. La commande était « %s »\n" #~ msgid "Misc" #~ msgstr "Divers" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Désactiver le raccourci F10 pour le menu :" #~ msgid "General" #~ msgstr "Général" #~ msgid "_Preferences" #~ msgstr "_Préférences" #~ msgid "Transparent Background:" #~ msgstr "Arrière-plan transparent :" #~ msgid "_View" #~ msgstr "_Affichage" #~ msgid "_Character Encoding" #~ msgstr "_Encodage des caractères" ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/sk.po���������������������������������������������������������������������������0000644�0001750�0001750�00000022761�12412537562�012223� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Slovak translation of lxterminal # Copyright (C) 2006 lxde team # This file is distributed under the same license as the lxterminal package. # Ivan Masár <helix84@centrum.sk>, 2009, 2010. # msgid "" msgstr "" "Project-Id-Version: lxterminal\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2010-08-08 11:31+0100\n" "Last-Translator: Ivan Masár <helix84@centrum.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Západoeurópske" #: ../src/encoding.c:125 msgid "East European" msgstr "Východoeurópske" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Východoázijské" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Juhoázijské" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Stredný východ" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Západné" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Stredná Európa" #: ../src/encoding.c:137 msgid "South European" msgstr "Južná Európa" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Pobaltské" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Azbuka" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arabské" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Grécke" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Hebrejské vizuálne" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebrejské" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turecké" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nordické" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Keltské" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Rumunské" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Arménske" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Čínske (tradiÄná)" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Azbuka/ruské" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japonské" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Kórejské" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Čínske (zjednoduÅ¡ená)" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Gruzínske" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Akzbuka/ukrajinské" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Chorvátske" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindské" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Perzské" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Guadžarátske" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islandské" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamské" #: ../src/encoding.c:204 msgid "Thai" msgstr "Thajské" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Súbor" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_UpraviÅ¥" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Karty" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Pomocník" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Nové _okno" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Nová _karta" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_ZatvoriÅ¥ kartu" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_UkonÄiÅ¥" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_KopírovaÅ¥" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_VložiÅ¥" #: ../src/lxterminal.c:154 #, fuzzy msgid "Clear scr_ollback" msgstr "SkryÅ¥ posuvník:" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Na_stavenia" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Po_menovaÅ¥ kartu" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "_PredoÅ¡lá karta" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "_Nasledovná karta" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Presunúť kartu _vľavo" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Presunúť kartu vp_ravo" #: ../src/lxterminal.c:162 msgid "_About" msgstr "O _aplikácii" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 #, fuzzy msgid "Cl_ear scrollback" msgstr "SkryÅ¥ posuvník:" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "PomenovaÅ¥ kartu" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "Ivan Masár <helix84@centrum.sk>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Emulátor terminálu pre projekt LXDE" #: ../data/lxterminal-preferences.glade.h:1 #, fuzzy msgid "LXTerminal Preferences" msgstr "Nastavenia" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Písmo terminálu" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Pozadie:" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Popredie:" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "PovoliÅ¥ hrubé písmo" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Blikanie kurzora" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Å týl kurzora" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Blok" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "PodÄiarknutie" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "PrehraÅ¥ znak pípnutie" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Å týl" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Umiestnenie panelu kariet" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Pamäť riadkov:" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "SkryÅ¥ posuvník:" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "SkryÅ¥ menu:" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "SkryÅ¥ tlaÄidlá ZatvoriÅ¥" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Displej" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Znaky na výber po slovách" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Vypnúť klávesovú skratku menu (Å¡tandardne F10)" #: ../data/lxterminal-preferences.glade.h:20 #, fuzzy msgid "Disable using Alt-n for tabs and menu" msgstr "Vypnúť použiie Alt-n na prepínanie kariet" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "PokroÄilé" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Hore" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Dolu" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Vľavo" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Vpravo" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminál" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "PoužiÅ¥ príkazový riadok" #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "Nepodarilo sa spustiÅ¥ webový prehliadaÄ. Príkaz bol „%s“\n" #~ msgid "Misc" #~ msgstr "RozliÄné" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Vypnúť vyvolanie menu pomocou F10:" #~ msgid "General" #~ msgstr "VÅ¡eobecné" #~ msgid "_Preferences" #~ msgstr "_Nastavenia" #~ msgid "Transparent Background:" #~ msgstr "Priesvitné pozadie:" #~ msgid "_View" #~ msgstr "_ZobraziÅ¥" #~ msgid "_Character Encoding" #~ msgstr "_Kódovanie znakov" ���������������lxterminal-0.2.0/po/be.po���������������������������������������������������������������������������0000644�0001750�0001750�00000024361�12412537562�012172� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-09-26 00:14+0200\n" "Last-Translator: Мікалай <crom-a@tut.by>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: be\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" #: ../src/encoding.c:124 msgid "West European" msgstr "ЗаходнееўрапейÑкаÑ" #: ../src/encoding.c:125 msgid "East European" msgstr "УÑходнееўрапейÑкаÑ" #: ../src/encoding.c:126 msgid "East Asian" msgstr "ЗаходнеазіÑцкаÑ" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "ПаўднёваўÑходнÑÑ Ñ– паўднёвазаходнÑÑ Ð°Ð·Ñ–ÑцкіÑ" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "БліжнеўÑходнÑÑ" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Унікод" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "ЗаходнÑÑ" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "ЦÑнтральнаеўрапейÑкаÑ" #: ../src/encoding.c:137 msgid "South European" msgstr "ПаўднёваеўрапейÑкаÑ" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "БалтыйÑкаÑ" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Кірыліца" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "ÐрабÑкаÑ" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "ГрÑчаÑкаÑ" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Іўрыт (візуальны)" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Іўрыт" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "ТурÑцкаÑ" #: ../src/encoding.c:145 msgid "Nordic" msgstr "СкандынаўÑкаÑ" #: ../src/encoding.c:147 msgid "Celtic" msgstr "КельцкаÑ" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "РумынÑкаÑ" #: ../src/encoding.c:157 msgid "Armenian" msgstr "ÐрмÑнÑкаÑ" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "КітайÑÐºÐ°Ñ Ñ‚Ñ€Ð°Ð´Ñ‹Ñ†Ñ‹Ð¹Ð½Ð°Ñ" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Кірыліца/РаÑÑ–Ñ" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "ЯпонÑкаÑ" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "КарÑйÑкаÑ" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "КітайÑÐºÐ°Ñ ÑпрошчанаÑ" #: ../src/encoding.c:169 msgid "Georgian" msgstr "ГрузінÑкаÑ" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Кірыліца/Украіна" #: ../src/encoding.c:188 msgid "Croatian" msgstr "ХарвацкаÑ" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Хіндзі" #: ../src/encoding.c:191 msgid "Farsi" msgstr "ФарÑÑ–" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "ГуÑраці" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Гурмукі" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "ІÑландÑкаÑ" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Ð’'етнамÑкаÑ" #: ../src/encoding.c:204 msgid "Thai" msgstr "ТайÑкаÑ" #: ../src/lxterminal.c:137 msgid "_File" msgstr "Ф_айл" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Праца" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Карткі" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Даведка" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Ðовае _вакно" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "ÐÐ¾Ð²Ð°Ñ ÐºÐ°Ñ€Ñ‚ÐºÐ°" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Закрыць картку" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_ВыйÑці" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Капіраваць" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_УÑтавіць" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "ÐчыÑціць гіÑторыю выва_ду" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "ÐаÑтаўленн_Ñ–" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Ðазвац_ÑŒ картку" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "П_апÑÑ€ÑднÑÑ ÐºÐ°Ñ€Ñ‚ÐºÐ°" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Ðа_ÑÑ‚ÑƒÐ¿Ð½Ð°Ñ ÐºÐ°Ñ€Ñ‚ÐºÐ°" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "ПерамÑÑціць картку Ñž_лева" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "ПерамÑÑціць картку Ñž_права" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Пра праграму" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Капіраваць _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "С_кінуць гіÑторыю вываду" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Ðазваць картку" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Ðнік Кіна <son_of_the_photographer@tut.by>, 2010\n" "Мікалай Удодаў <crom-a@tut.by>, 2011, 2012." #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "ÐўтарÑкае права (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "ЭмулÑтар Ñ‚Ñрмінала Ð´Ð»Ñ Ð¿Ñ€Ð°ÐµÐºÑ‚Ð° LXDE" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "ÐаÑтаўленні LXTerminal-а" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Шрыфт Ñ‚Ñрмінала" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Колер фону" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Колер Ñ‚ÑкÑту" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Дазволіць цёмны шрыфт" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Мігаценне курÑора" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Стыль курÑора" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Блок" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "ПадкрÑÑліванне" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Гукавы званок" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Стыль" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "РазмÑшчÑнне панÑлі картак" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "ГіÑторыÑ, радкоў" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Схаваць Ñтужку прагорткі" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Схаваць радок меню" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Схаваць кнопку закрыццÑ" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "ВыглÑд" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Сімвалы, ÑÐºÑ–Ñ Ð²Ñ‹Ð´Ð·ÑлÑюць Ñловы" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Ðдключыць хуткі выклік меню (звычайна F10)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Ðдключыць пераключÑнне па Alt-n картак Ñ– меню" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "ДÑталі" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Зверху" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Знізу" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Злева" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Справа" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "ТÑрмінал" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "ЭмулÑтар Ñ‚Ñрмінала" #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/zh_CN.po������������������������������������������������������������������������0000644�0001750�0001750�00000021430�12412537562�012577� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������msgid "" msgstr "" "Project-Id-Version: lxterminal 0.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-10-14 12:18+0200\n" "Last-Translator: Wylmer <wantinghard@gmail.com>\n" "Language-Team: zh_CN <LL@li.org>\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" #: ../src/encoding.c:124 msgid "West European" msgstr "西欧" #: ../src/encoding.c:125 msgid "East European" msgstr "东欧" #: ../src/encoding.c:126 msgid "East Asian" msgstr "东亚" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "å—亚" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "中东" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "西欧" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "中欧" #: ../src/encoding.c:137 msgid "South European" msgstr "å—æ¬§" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "波罗的海语" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "西里尔语" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "阿拉伯语" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "希腊语" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "希伯æ¥è¯­" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "希伯æ¥è¯­" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "土耳其语" #: ../src/encoding.c:145 msgid "Nordic" msgstr "北欧" #: ../src/encoding.c:147 msgid "Celtic" msgstr "凯尔特语" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "罗马尼亚语" #: ../src/encoding.c:157 msgid "Armenian" msgstr "亚美尼亚语" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "ç¹ä½“中文" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "西里尔语/俄语" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "日语" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "韩语" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "简体中文" #: ../src/encoding.c:169 msgid "Georgian" msgstr "æ ¼é²å‰äºšè¯­" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "西里尔语/乌克兰语" #: ../src/encoding.c:188 msgid "Croatian" msgstr "克罗地亚语" #: ../src/encoding.c:190 msgid "Hindi" msgstr "å°åœ°è¯­" #: ../src/encoding.c:191 msgid "Farsi" msgstr "波斯语" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "å¤å‰æ‹‰ç‰¹è¯­" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "æžœé²ç©†å¥‡è¯­" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "冰岛语" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "è¶Šå—语" #: ../src/encoding.c:204 msgid "Thai" msgstr "泰语" #: ../src/lxterminal.c:137 msgid "_File" msgstr "文件(_F)" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "编辑(_E)" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "标签(_T)" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "帮助(_H)" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "新建窗å£(_W)" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "新建标签(_T)" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "关闭标签(_C)" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "退出(_Q)" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "å¤åˆ¶(_Y)" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "粘贴(_P)" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "清除回滚(_O)" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "首选项(_S)" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "标签åç§°(_M)" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "上一标签(_V)" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "下一标签(_X)" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "标签左移(_L)" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "标签å³ç§»(_R)" #: ../src/lxterminal.c:162 msgid "_About" msgstr "关于(_A)" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "å¤åˆ¶ _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "清除回滚(_E)" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LX 终端" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "标签åç§°" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "商æºçº¯ <idealities@gmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "ç‰ˆæƒæ‰€æœ‰ (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "LXDE 计划的终端模拟器" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "LXTerminal 首选项" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "终端字体" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "背景" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "剿™¯" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "å…许粗体字" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "光标闪çƒ" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "光标样å¼" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "å—" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "下划线" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "å¯é—»å“铃" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "æ ·å¼" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "æ ‡ç­¾é¢æ¿ä½ç½®" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "回滚行数" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "éšè—滚动æ¡" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "éšè—èœå•æ " #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "éšè—关闭按钮" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "显示" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "选å–è¯æ—¶ä¼šé€‰å–以下的字符" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "ç¦æ­¢èœå•å¿«æ·é”®(默认为F10)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "ç¦æ­¢ä½¿ç”¨ Alt-n å¿«æ·é”®åˆ‡æ¢æ ‡ç­¾å’Œèœå•" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "高级" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "上" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "下" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "å·¦" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "å³" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "终端" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "使用命令行" #~ msgid "gtk-cancel" #~ msgstr "å–æ¶ˆ" #~ msgid "gtk-ok" #~ msgstr "确定" #~ msgid "Misc" #~ msgstr "æ‚项" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "ç¦ç”¨èœå•çš„ F10 å¿«æ·é”®ï¼š" ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/ca.po���������������������������������������������������������������������������0000644�0001750�0001750�00000023101�12412537562�012156� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# # lxterminal.po CATALAN TRANSLATION # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <josep.sanchez@ubuntu.cat>, 2009 # Josep Sanchez Mesegue <josep.sanchez@ubuntu.cat>, 2009. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2010-08-26 23:47+0200\n" "Last-Translator: Josep <papapep@gmail.com>\n" "Language-Team: Catalan <josep.sanchez@ubuntu.cat>\n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Europeu de l'oest" #: ../src/encoding.c:125 msgid "East European" msgstr "Europeu de l'est" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Asiàtic de l'est" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Asiàtic sud-oriental i sud-occidental " #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Orient mitjà" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "De l'oest" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Centre europeu" #: ../src/encoding.c:137 msgid "South European" msgstr "Sud europeu" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Bàltic" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Ciríl·lic" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Àrab" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Grec" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Hebreu visual" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebreu" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turc" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nòrdic" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Celta" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Romanès" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armeni" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Xinès tradicional" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Ciríl·lic/Rús" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japonès" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Koreà" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Xinès simplificat" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Georgià" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Ciríl·lic/Ucranià" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Croata" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Farsi" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islandès" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamita" #: ../src/encoding.c:204 msgid "Thai" msgstr "Thailandés" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Fitxer" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Edita" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "Pes_tanyes" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Ajuda" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "_Nova finestra" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "_Nova pestanya" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "Tan_ca la pestanya" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Surt" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Copia" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Enganxa" #: ../src/lxterminal.c:154 #, fuzzy msgid "Clear scr_ollback" msgstr "Amaga la barra de desplaçament" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Preferèncie_s" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Anomena pesta_nya" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "_Pestanya anterior" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Pestaya següe_nt" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Vés a _la pestanya esquerra" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Vés a la pestanya dreta" #: ../src/lxterminal.c:162 msgid "_About" msgstr "Quant _a" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 #, fuzzy msgid "Cl_ear scrollback" msgstr "Amaga la barra de desplaçament" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Anomena pestanya" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "Crèdits dels traductors" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Emulador de terminal del projecte LXDE" #: ../data/lxterminal-preferences.glade.h:1 #, fuzzy msgid "LXTerminal Preferences" msgstr "Preferències" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Tipus de lletra terminal" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Fons" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Primer pla" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Permetre negreta" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Parpalleig del cursor" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Estil del cursor" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Bloca" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Subratlla" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Campana audible" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Estil" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Posició del panell de pestanyes" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Línies de desplaçament enrere" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Amaga la barra de desplaçament" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Amaga la barra de menú" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Amaga els botons de tancar" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Monitor" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Caràcters de selecció per paraula" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Deshabilita les dreceres de teclat del menú (F10 per defecte)" #: ../data/lxterminal-preferences.glade.h:20 #, fuzzy msgid "Disable using Alt-n for tabs and menu" msgstr "Deshabilita el canvi de pestanyes amb Alt-n" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Avançat" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "A dalt" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "A baix" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Esquerra" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Dreta" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Utilitza la línia d'ordres" #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "" #~ "S'ha produït un error en arrencar el navegador web. La ordre ha estat `" #~ "%s'\n" #~ msgid "Misc" #~ msgstr "Misc" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Inhabilita la drecera F10 del menú" #~ msgid "General" #~ msgstr "General" #~ msgid "_Preferences" #~ msgstr "_Preferències" #~ msgid "Transparent Background:" #~ msgstr "Fons transparent:" ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/sl.po���������������������������������������������������������������������������0000644�0001750�0001750�00000022053�12412537562�012216� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Slovenian translation of lxterminal. # Copyright (C) 2011 - 2013 Free Software Foundation, Inc. # This file is distributed under the same license as the lxterminal package. # Klemen KoÅ¡ir <klemen913@gmail.com>, 2011 - 2013. # msgid "" msgstr "" "Project-Id-Version: lxterminal\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2013-08-09 09:47+0000\n" "Last-Translator: Klemen <klemen913@gmail.com>\n" "Language-Team: Slovenian <lugos-slo@lugos.si>\n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" "%100==4 ? 3 : 0);\n" "X-Generator: Pootle 2.5.0\n" "X-POOTLE-MTIME: 1376041629.0\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Zahodnoevropsko" #: ../src/encoding.c:125 msgid "East European" msgstr "Vzhodnoevropsko" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Vzhodnoazijsko" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "JV- in JZ-azijsko" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Bližnjevzhodno" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Zahodno" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Srednjeevropsko" #: ../src/encoding.c:137 msgid "South European" msgstr "Južnoevropsko" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Baltsko" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Cirilica" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "ArabÅ¡Äina" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "GrÅ¡Äina" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "HebrejÅ¡Äina (grafiÄna)" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "HebrejÅ¡Äina" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "TurÅ¡Äina" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nordijsko" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Keltsko" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "RomunÅ¡Äina" #: ../src/encoding.c:157 msgid "Armenian" msgstr "ArmenÅ¡Äina" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "KitajÅ¡Äina (tradicionalna)" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Cirilica/RuÅ¡Äina" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "JaponÅ¡Äina" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "KorejÅ¡Äina" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "KitajÅ¡Äina (poenostavljena)" #: ../src/encoding.c:169 msgid "Georgian" msgstr "GruzinÅ¡Äina" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Cirilica/UkrajinÅ¡Äina" #: ../src/encoding.c:188 msgid "Croatian" msgstr "HrvaÅ¡Äina" #: ../src/encoding.c:190 msgid "Hindi" msgstr "HindujÅ¡Äina" #: ../src/encoding.c:191 msgid "Farsi" msgstr "PerzijÅ¡Äina" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "GudžaratÅ¡Äina" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "PandžabÅ¡Äina" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "IslandÅ¡Äina" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "VietnamÅ¡Äina" #: ../src/encoding.c:204 msgid "Thai" msgstr "TajÅ¡Äina" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Datoteka" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Uredi" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Zavihki" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "Pomo_Ä" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "_Novo okno" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Nov _zavihek" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "Zapri za_vihek" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_KonÄaj" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Kopiraj" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Prilepi" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "PoÄisti _pomnjene vrstice" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "_Možnosti" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Poimenuj _zavihek" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "_Predhodni zavihek" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "_Naslednji zavihek" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Premakni zavihek _levo" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Premakni zavihek _desno" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_O LXTerminal" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Kopiraj _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "_PoÄisti pomnjene vrstice" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Poimenuj zavihek" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "Klemen KoÅ¡ir <klemen913@gmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Avtorske pravice © 2008 - 2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Posnemovalnik terminala za LXDE" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "Možnosti" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Pisava" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Ozadje" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Barva pisave" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Dovoli krepko pisavo" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Utripanje kazalke" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Slog kazalke" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Pravokotnik" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "PodÄrtaj" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Zvok" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "SploÅ¡no" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Položaj zavihkov" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Å tevilo pomnjenih vrstic" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Skrij drsnik" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Skrij menijsko vrstico" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Skrij gumb »Zapri«" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Izgled" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Znaki, ki Å¡tejejo kot del besede (pri izbiranju)" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "OnemogoÄi bližnjico menija (F10)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "OnemogoÄi Alt+N" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Napredno" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Vrh" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Dno" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Levo" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Desno" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Uporabi ukazno vrstico" �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/pl.po���������������������������������������������������������������������������0000644�0001750�0001750�00000023544�12412537562�012221� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Polish translation of lxterminal package # Copyright (C) 2008 THE lxterminal'S COPYRIGHT HOLDER # This file is distributed under the same license as the lxterminal package. # # Grzegorz Gibas <amigib@gmail.com>, 2008, 2009. # Artur Kruszewski <mazdac@gmail.com>, 2009. # Piotr Sokół <psokol@jabster.pl>, 2010. # msgid "" msgstr "" "Project-Id-Version: lxterminal 0.1.9\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2013-08-27 10:23+0000\n" "Last-Translator: Piotr <strebski@o2.pl>\n" "Language-Team: Polish <>\n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.5.0\n" "X-POOTLE-MTIME: 1377599017.0\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Zachodnioeuropejski" #: ../src/encoding.c:125 msgid "East European" msgstr "Wschodnioeuropejski" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Wschodnioazjatycki" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "PW i PZ azjatycki" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Åšrodkowowschodni" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unikod" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Zachodni" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Åšrodkowoeuropejski" #: ../src/encoding.c:137 msgid "South European" msgstr "PoÅ‚udniowoeuropejski" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "BaÅ‚tycki" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Cyrylica" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arabski" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Grecki" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Hebrajski wizualny" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebrajski" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turecki" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nordycki" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Celtycki" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "RumuÅ„ski" #: ../src/encoding.c:157 msgid "Armenian" msgstr "ArmeÅ„ski" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "ChiÅ„ski tradycyjny" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Cyrylica/Rosyjski" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "JapoÅ„ski" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "KoreaÅ„ski" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "ChiÅ„ski uproszczony" #: ../src/encoding.c:169 msgid "Georgian" msgstr "GruziÅ„ski" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Cyrylica/UkraiÅ„ski" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Chorwacki" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hini" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Farsi" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islandzki" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Wietnamski" #: ../src/encoding.c:204 msgid "Thai" msgstr "Tajski" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Plik" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Edycja" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Karty" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "Pomo_c" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Nowe _okno" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Nowa _karta" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "Za_mknij kartÄ™" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "Za_koÅ„cz" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Skopiuj" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Wklej" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "Wy_czyść bufor przewijania" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "P_referencje" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "ZmieÅ„ _nazwÄ™" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "_Poprzednia" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "_NastÄ™pna" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Przemieść w _lewo" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Przemieść w _prawo" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_O programie" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Kopiuj adres _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "Wy_czyść bufor przewijania" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Zmiana nazwy" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Grzegorz Gibas <amigib@gmail.com>\n" "Piotr Sokół <psokol@jabster.pl>, 2010, 2012." #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Prawa zastrzeżone (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Emuluje terminal w Å›rodowisku LXDE" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "Preferencje LXTerminal" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Czcionka:" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Kolor drugoplanowy:" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Kolor pierwszoplanowy:" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Zezwalanie na pogrubionÄ… czcionkÄ™" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Miganie kursora" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Styl kursora:" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Blok" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "PodkreÅ›lenie" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Dzwonek systemowy" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "WyglÄ…d" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "PoÅ‚ożenie paska kart:" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Ilość buforowanych wierszy:" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Ukrycie paska przewijania" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Ukrycie paska menu" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Ukrycie przycisków zamykania kart" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "WyÅ›wietlanie" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Znaki zaznaczanych słów:" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Wyłączenie skrótu klawiszowego menu (domyÅ›lnie F10)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Wyłączenie skrótu klawiszowego przełączania kart (Alt-n)" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Zaawansowane" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Na górze" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Na dole" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Po lewej" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Po prawej" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Emulator terminala" #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "" #~ "Nie udaÅ‚o siÄ™ uruchomić przeglÄ…darki. Polecenie startujÄ…ce to `%s'\n" #~ msgid "Misc" #~ msgstr "Inne" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Wyłącz skrót klawiszowy dla menu (F10):" #~ msgid "General" #~ msgstr "Główne" #~ msgid "_Preferences" #~ msgstr "_Ustawienia" #~ msgid "Transparent Background:" #~ msgstr "Przezroczyste tÅ‚o:" #~ msgid "_View" #~ msgstr "_Widok" #~ msgid "_Character Encoding" #~ msgstr "_Kodowanie Znaków" ������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/fi.po���������������������������������������������������������������������������0000644�0001750�0001750�00000022575�12412537562�012207� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Finnish translation for LXTerminal # Copyright (C) 2008 # This file is distributed under the same license as the PACKAGE package. # Elias Julkunen <elias.julkunen@gmail.com>, 2008. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2013-08-27 12:16+0000\n" "Last-Translator: Juhani <juhaninumminen0@gmail.com>\n" "Language-Team: Finnish <laatu@lokalisointi.org>\n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.5.0\n" "X-POOTLE-MTIME: 1377605819.0\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Länsieurooppalainen" #: ../src/encoding.c:125 msgid "East European" msgstr "Itäeurooppalainen" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Itäaasialainen" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Kaakkois- ja lounaisaasilainen" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Itämainen" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Länsimainen" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Keskieurooppalainen" #: ../src/encoding.c:137 msgid "South European" msgstr "Eteläeurooppalainen" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Balttilainen" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Kyrillinen" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arabialainen" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Kreikkalainen" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Heprealainen, kuvapohjainen" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Heprealainen" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turkkilainen" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Pohjoismainen" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Kelttiläinen" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Romanialainen" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armenialainen" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Kiinalainen (perinteinen)" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Kyrillinen/venäläinen" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japanilainen" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Korealainen" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Kiinalainen (yksinkertaistettu)" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Georgialainen" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Kyrillinen/Ukrainalainen" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Kroatialainen" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Persia" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islantilainen" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamilainen" #: ../src/encoding.c:204 msgid "Thai" msgstr "Thai" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Tiedosto" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Muokkaa" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Välilehdet" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Ohje" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "_Uusi ikkuna" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Uusi _välilehti" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Sulje välilehti" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Poistu" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Kopioi" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Liitä" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "T_yhjennä rivihistoria" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "_Asetukset" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "_Nimeä välilehti" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "_Edellinen välilehti" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "_Seuraava välilehti" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Siirrä välilehti _vasemmalle" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Siirrä välilehti _oikealle" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Tietoja" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Kopioi _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "T_yhjennä rivihistoria" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Nimeä välilehti" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "Elias Julkunen <elias.julkunen@gmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Tekijänoikeudet (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Pääteohjelma LXDE-projektille" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "LXTerminal:in Asetukset" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Päätteen kirjasin" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Taustaväri" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Edustaväri" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Salli lihavointi" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Vilkuta osoitinta" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Osoittimen tyyli" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Palikka" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Alaviiva" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Päätteen äänimerkki" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Tyyli" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Välilehtipalkin sijainti" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Takaisinvieritys" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Piilota vierityspalkki" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Piilota valikkopalkki" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Piilota sulkemispainikkeet" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Ikkuna" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Sanoina valittavat merkit" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Älä käytä valikon pikanäppäintä (oletuksena F10)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Älä käytä Alt-n pikanäppäintä välilehden vaihtamiseen." #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Lisäasetukset" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Ylhäällä" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Alhaalla" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Vasemmalla" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Oikealla" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Pääte" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Käytä komentoriviä" #~ msgid "General" #~ msgstr "Yleiset" #~ msgid "_Preferences" #~ msgstr "_Asetukset" #~ msgid "Transparent Background:" #~ msgstr "Taustaväri:" #~ msgid "_View" #~ msgstr "_Näytä" #~ msgid "_Character Encoding" #~ msgstr "_Merkkikoodaus" �����������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/hr.po���������������������������������������������������������������������������0000644�0001750�0001750�00000022521�12412537562�012211� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Croatian translations for LXterminal package # Copyright (C) 2009 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the LXterminal package. # Boljsa <asjlob AT vip.hr> # Ivica Kolić<ikoli@yahoo.com> msgid "" msgstr "" "Project-Id-Version: LXterminal\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-10-19 18:52+0200\n" "Last-Translator: zvacet <ikoli@yahoo.com>\n" "Language-Team: <asjlob AT vip.hr> <>\n" "Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" "X-Poedit-Language: Croatian\n" "X-Poedit-Country: CROATIA\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Zapadno europski" #: ../src/encoding.c:125 msgid "East European" msgstr "IstoÄno europski" #: ../src/encoding.c:126 msgid "East Asian" msgstr "IstoÄno azijski" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "SI & SZ azijski" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Srednjo europski" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Univerzalni" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Zapadni" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Centralno europski" #: ../src/encoding.c:137 msgid "South European" msgstr "Južno europski" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "BaltiÄki" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Ćirilićni" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arapski" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "GrÄki" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Vizualni hebrejski" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebrejski" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turski" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nordijski" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Keltski" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Rumunjski" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armenski" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Tradicionalni kineski" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Ćirilićno/Ruski" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japanski" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Korejski" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Pojednostavljeni kineski" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Gruzijski" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Ćirilićno/ukrajinski" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Hrvatski" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindu" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Farski" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islandski" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vijetnamski" #: ../src/encoding.c:204 msgid "Thai" msgstr "Thai" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Datoteka" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Uredi" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Kartice" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Pomoć" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Novi _Prozor" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Nova _kartica" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Zatvori karticu" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Izlaz" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "Kopira_j" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Zalijepi" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Osobitost_i" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "I_me kartice" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "Pret_hodna kartica" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Sli_jedeća kartica" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Pomakni karticu _lijevo" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Pomakni karticu _desno" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_O programu" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Kopiraj _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXterminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Ime kartice" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Boljsa\n" "Ivica Kolić <ikoli@yahoo.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Autorska prava (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Emulator terminala za LXDE projekt" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "LXTerminal osobitosti" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Font terminala" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Pozadina" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Prednji plan" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Dopusti podebljani font" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Treptanje pokazivaÄa" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Stil pokazivaÄa" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Blokiraj" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Podcrtano" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Stil" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Pozicija kartiÄne ploÄe" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Povratne linije" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Sakrij kliznu traku" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Sakrij traku izbornika" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Zaslon" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Odabrano po znakovima rijeÄi" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Onemogući tipku preÄaca izbornika (F10 zadano)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Onemogući koristeći Alt-n za kartice i izbornik" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Napredno" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Vrh" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Dno" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Lijevo" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Desno" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Koristi naredbeni redak" #~ msgid "gtk-cancel" #~ msgstr "gtk-odustani" #~ msgid "gtk-ok" #~ msgstr "gtk-u redu" #~ msgid "General" #~ msgstr "Osnovno" #~ msgid "_Preferences" #~ msgstr "_Postavke" #~ msgid "Transparent Background:" #~ msgstr "Prozirna pozadina:" #~ msgid "_View" #~ msgstr "_Izgled" #~ msgid "_Character Encoding" #~ msgstr "_Kodiranje Znakova" �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/vi.po���������������������������������������������������������������������������0000644�0001750�0001750�00000022734�12412537562�012224� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-10-12 06:37+0200\n" "Last-Translator: Duy Hung <nguyentieuhau@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Tây Âu" #: ../src/encoding.c:125 msgid "East European" msgstr "Äông Âu" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Äông Ã" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Äông Nam à & Tây Nam Ã" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Trung Äông" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Tây Âu" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Trung Âu" #: ../src/encoding.c:137 msgid "South European" msgstr "Nam Âu" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Ban-tích" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Ki-rin" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Ả Rập" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Hy Lạp" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Do Thái Trá»±c quan" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Do Thái" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Thổ NhÄ© Kỳ" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Bắc Âu" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Celtic" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Rô-man-ni" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Ãc-mê-ni" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Trung Phổn thể" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Ki-rin/Nga" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Nhật Bản" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Hàn Quốc" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Trung Giản thể" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Gi-oa-gi-a" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Ki-rin/U-cợ-rainh" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Cợ-rô-a-ti-a" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hin-di" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Pha-xi" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gu-gia-ra-ti" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Băng Äảo" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Việt" #: ../src/encoding.c:204 msgid "Thai" msgstr "Thái" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Tập tin" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Sá»­a" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Thẻ" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "Trợ _giúp" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Cá»­a _Sổ Má»›i" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "_Thẻ má»›i" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "Äó_ng thẻ" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "T_hoát" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Sao chép" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Dán" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "Ẩn thanh c_uá»™n:" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Tùy _chỉnh" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "_Thẻ tên" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "Thẻ t_rước" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Thẻ t_iếp" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Chu_yển thẻ sang trái" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Chuyển thẻ sang _phải" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Giá»›i thiệu" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Chép _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "Ẩn thanh c_uá»™n:" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Dải tên" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Nhóm Việt hoá:\n" "Duy-Hieu Bui (scamemiv@gmail.com)\n" "Tran Duy Hung (nguyentieuhau@gmail.com)" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Bản quyá»n (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Chương trình cá»­a sổ lệnh cho dá»± án LXDE" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "Tùy chỉnh LXTerminal" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Phông chữ giá»›i hạn:" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Bối cảnh ná»n" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "hình ná»n phía trước" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Cho phép bold font" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Con trá» nhấp nháy:" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Loại con trá»:" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Tắc nghẽn" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "ÄÆ°á»ng gạch dưới" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Chuông có thể nghe thấy" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Kiểu" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Vị trí nhãn bảng Ä‘iá»u khiển" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Những dòng cuá»™n trở lại" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Ẩn thanh cuá»™n:" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Ẩn thanh danh sách" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Ẩn nút close" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Hiển thị" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Chá»n bằng chữ kí tá»±" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Vô hiệu hóa danh sách phím tắt (10 theo mặc định)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Tắt việc sá»­ dụng Alt-n cho thẻ và trình đơn" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Nâng cao" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Trên" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Dưới" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Trái" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Phải" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Cá»­a sổ lệnh" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Dùng dòng lệnh" # r bá» #~ msgid "gtk-cancel" #~ msgstr "gtk-há»§y bá»" #~ msgid "gtk-ok" #~ msgstr "gtk-chấp nhận" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "Không thể chạy trình duyệt web. Câu lệnh là `%s'\n" #~ msgid "Misc" #~ msgstr "Há»—n hợp" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Tắt phím tắt F10 hiển thị trình đơn" ������������������������������������lxterminal-0.2.0/po/et.po���������������������������������������������������������������������������0000644�0001750�0001750�00000022712�12412537562�012212� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# lxterminal eesti keele tõlge # Estonian translation of lxterminal # Copyright (C) 2009 LXDE # This file is distributed under the same license as the lxterminal package. # Mattias Põldaru <mahfiaz gmail com>, 2009. msgid "" msgstr "" "Project-Id-Version: lxterminal\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2014-01-17 09:25+0000\n" "Last-Translator: mahfiaz <mahfiaz@gmail.com>\n" "Language-Team: Gnome Estonian Translation Team <gnome-et linux ee>\n" "Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.5.0\n" "X-POOTLE-MTIME: 1389950743.0\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Lääne-Euroopa" #: ../src/encoding.c:125 msgid "East European" msgstr "Ida-Euroopa" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Ida-Aasia" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Kagu- ja Edela-Aasia" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Lähis-Ida" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Lääne" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Kesk-Euroopa" #: ../src/encoding.c:137 msgid "South European" msgstr "Lõuna-Euroopa" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Balti" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Krillitsa" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Araabia" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Kreeka" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Heebrea visuaalne" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Heebrea" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Türgi" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Põhjamaad" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Kelti" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Rumeenia" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armeenia" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Hiina traditsiooniline" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Kirillitsa/Venemaa" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Jaapani" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Korea" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Hiina lihtsustatud" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Gruusia" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Kirillitsa/Ukraina" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Kroaatia" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Farsi" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Gröönimaa" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnami" #: ../src/encoding.c:204 msgid "Thai" msgstr "Tai" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Fail" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Redigeerimine" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Kaardid" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "A_bi" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Uus _aken" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Uus _kaart" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Sulge kaart" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Lõpeta" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Kopeeri" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Aseta" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "_Peida kerimisriba" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Eeli_stused" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "_Kaardi nimi" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "_Eelmine kaart" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "_Järgmine kaart" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Tõsta kaart _vasakule" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Tõsta kaart _paremale" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Lähemalt" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Kopeeri _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "Kerimisriba _peitmine" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Kaardi nimi" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Mattias Põldaru\n" "Anari Jalakas" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "LXDE projekti terminaliemulaator" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "LXTerminali eelistused" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Terminali kirjatüüp" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Taust" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Tekst" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Paksu kirja lubamine" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Kursori vilkumine" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Kursori stiil" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Blokk" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Alakriips" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Helisignaal" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Stiil" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Sakiriba asukoht" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Tagasikerimise ridu" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Kerimisriba peitmine" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Menüüriba peitmine" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Sulgemise nuppude peitmine" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Kuva" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Sõnu moodustavad märgid" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Menüü kiirklahvi keelamine (F10 vaikimisi)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Alt-n on keelatud kaartide ja menüü jaoks" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Laiendatud" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Üleval" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "All" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Vasakul" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Paremal" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Käsurea kasutamine" #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "Veebilehitseja käivitamine nurjus. Käsk oli '%s'\n" #~ msgid "Misc" #~ msgstr "Muu" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Menüükiirklahv F10 on keelatud:" #~ msgid "General" #~ msgstr "Üldine" #~ msgid "_Preferences" #~ msgstr "_Eelistused" #~ msgid "Transparent Background:" #~ msgstr "Läbipaistev taust:" #~ msgid "_View" #~ msgstr "_Vaade" #~ msgid "_Character Encoding" #~ msgstr "_Märkide kooditabel" ������������������������������������������������������lxterminal-0.2.0/po/ru.po���������������������������������������������������������������������������0000644�0001750�0001750�00000025756�12412537562�012243� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# translation of ru.po to Russian # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # akdengi <kazancas@gmail.com>, 2009,2010 msgid "" msgstr "" "Project-Id-Version: ru\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-10-02 19:40+0200\n" "Last-Translator: Alexander <kazancas@gmail.com>\n" "Language-Team: Russian <gnu@mx.ru>\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" "X-Poedit-SourceCharset: utf-8\n" #: ../src/encoding.c:124 msgid "West European" msgstr "ЗападноевропейÑкаÑ" #: ../src/encoding.c:125 msgid "East European" msgstr "ВоÑточноевропейÑкаÑ" #: ../src/encoding.c:126 msgid "East Asian" msgstr "ВоÑточноазиатÑкаÑ" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "ЮговоÑÑ‚Ð¾Ñ‡Ð½Ð°Ñ Ð¸ ÑŽÐ³Ð¾Ð·Ð°Ð¿Ð°Ð´Ð½Ð°Ñ Ð°Ð·Ð¸Ð°Ñ‚ÑкаÑ" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "БлижневоÑточнаÑ" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Юникод" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "ЗападнаÑ" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "ЦентральноевропейÑкаÑ" #: ../src/encoding.c:137 msgid "South European" msgstr "ЮжноевропейÑкаÑ" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "ПрибалтийÑкаÑ" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Кириллица" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "ÐрабÑкаÑ" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "ГречеÑкаÑ" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Иврит (визуальный)" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Иврит" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "ТурецкаÑ" #: ../src/encoding.c:145 msgid "Nordic" msgstr "СкандинавÑкаÑ" #: ../src/encoding.c:147 msgid "Celtic" msgstr "КельтÑкаÑ" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "РумынÑкаÑ" #: ../src/encoding.c:157 msgid "Armenian" msgstr "ÐрмÑнÑкаÑ" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "КитайÑÐºÐ°Ñ Ñ‚Ñ€Ð°Ð´Ð¸Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Кириллица/РоÑÑиÑ" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "ЯпонÑкаÑ" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "КорейÑкаÑ" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "КитайÑÐºÐ°Ñ ÑƒÐ¿Ñ€Ð¾Ñ‰ÐµÐ½Ð½Ð°Ñ" #: ../src/encoding.c:169 msgid "Georgian" msgstr "ГрузинÑкаÑ" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Кириллица/Украина" #: ../src/encoding.c:188 msgid "Croatian" msgstr "ХорватÑкаÑ" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Хинди" #: ../src/encoding.c:191 msgid "Farsi" msgstr "ФарÑи" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Гуджарати" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Гурмуки" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "ИÑландÑкаÑ" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "ВьетнамÑкаÑ" #: ../src/encoding.c:204 msgid "Thai" msgstr "ТайÑкаÑ" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Файл" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Правка" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Вкладки" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Справка" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Ðовое _окно" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "ÐÐ¾Ð²Ð°Ñ _вкладка" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Закрыть вкладку" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Выход" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Копировать" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Ð’Ñтавить" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "_ОчиÑтить прокрутку" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "_Параметры" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Ðа_звать вкладку" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "Пре_Ð´Ñ‹Ð´ÑƒÑ‰Ð°Ñ Ð²ÐºÐ»Ð°Ð´ÐºÐ°" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Сле_Ð´ÑƒÑŽÑ‰Ð°Ñ Ð²ÐºÐ»Ð°Ð´ÐºÐ°" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "ПеремеÑтить вкладку _влево" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "ПеремеÑтить вкладку _вправо" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_О программе" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Копировать ÑÑылку" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "О_чиÑтить прокрутку" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Ðазвать вкладку" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Alexander Vozhennikov (vodka_ploho@mail.ru)\n" "Alexande Golubev (ag@lhp.ru)\n" "Alexander Kazancev (kazancas@gmail.com)\n" "Max Belov (mpui@tut.by)" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "ÐвторÑкие права (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "ЭмулÑтор терминала проекта LXDE" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "ÐаÑтройки LXTerminal" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Шрифт терминала" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Цвет фона" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Цвет текÑта" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Разрешить иÑпользование жирного шрифта" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Мигание курÑора" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Вид курÑора" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Ð’Ñ‹Ð´ÐµÐ»ÐµÐ½Ð½Ð°Ñ Ð¾Ð±Ð»Ð°Ñть" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Подчёркивание" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "ВоÑпроизводить звуковой Ñигнал" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Стиль" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "РаÑположение панели вкладок" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Прокручивать Ñтрок" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Скрыть полоÑу прокрутки" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Скрыть Ñтроку меню" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Скрыть кнопки \"закрыть\"" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Отображение" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Ñимволы, выделÑемые по Ñловам" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Отключить горÑчую клавишу Ð´Ð»Ñ Ð¼ÐµÐ½ÑŽ (F10 по умолчанию)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Отключить горÑчие клавиши alt-n Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ð²ÐºÐ»Ð°Ð´Ð¾Ðº пунктов меню" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "РаÑширенные" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Сверху" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Снизу" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Слева" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Справа" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Терминал" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "ИÑпользовать командную Ñтроку" # it seem to be a kind of ID #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" # it seems to be a kind of ID #~ msgid "gtk-ok" #~ msgstr "gtk-ok" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "Ошибка запуÑка веб-браузера командой `%s'\n" #~ msgid "Misc" #~ msgstr "Разное" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Отключить иÑпользование F10 Ð´Ð»Ñ Ð´Ð¾Ñтупа в меню:" #~ msgid "General" #~ msgstr "Общие" #~ msgid "Transparent Background:" #~ msgstr "Прозрачный фон" ������������������lxterminal-0.2.0/po/he.po���������������������������������������������������������������������������0000644�0001750�0001750�00000024374�12412537562�012204� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-10-12 14:37+0200\n" "Last-Translator: Yaron <sh.yaron@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" #: ../src/encoding.c:124 msgid "West European" msgstr "מערב־×ירופ××™" #: ../src/encoding.c:125 msgid "East European" msgstr "מזרח־×ירופ××™" #: ../src/encoding.c:126 msgid "East Asian" msgstr "מזרח־×סייתי" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "דרו×־מזרח ודרו×־מערב ×סייתי" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "מזרח־תיכוני" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "יוניקוד" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "מערבי" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "מרכז־×ירופ××™" #: ../src/encoding.c:137 msgid "South European" msgstr "דרו×Ö¾×ירופ××™" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "בלטי" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "קירילי" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "ערבי" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "יווני" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "עברי חזותי" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "עברי" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "טורקי" #: ../src/encoding.c:145 msgid "Nordic" msgstr "נורדי" #: ../src/encoding.c:147 msgid "Celtic" msgstr "קלטי" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "רומני" #: ../src/encoding.c:157 msgid "Armenian" msgstr "×רמני" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "סיני מסורתי" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "קירילי/רוסי" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "יפני" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "קורי×× ×™" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "סיני מפושט" #: ../src/encoding.c:169 msgid "Georgian" msgstr "×’×™×ורגי" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "קירילי/×וקר××™× ×™" #: ../src/encoding.c:188 msgid "Croatian" msgstr "קרו×טי" #: ../src/encoding.c:190 msgid "Hindi" msgstr "הודי" #: ../src/encoding.c:191 msgid "Farsi" msgstr "פרסי" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "גוג'×ר×טי" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "גורמוקי" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "×יסלנדי" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "וייטנ×מי" #: ../src/encoding.c:204 msgid "Thai" msgstr "ת×ילנדי" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_קובץ" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "×¢_ריכה" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_לשוניות" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "×¢_זרה" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "חלון _חדש" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "ל_שונית חדשה" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_סגירת הלשונית" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "×™_צי××”" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "×”_עתק" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "×”_דבק" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "מחיקת ×”_גלילה ל×חור" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "×”_עדפות" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "ל_שונית ש×" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "הלשונית ×”_קודמת" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "הלשונית ×”_ב××”" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "העברת הלשונית _שמ×לה" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "העברת הלשונית _ימינה" #: ../src/lxterminal.c:162 msgid "_About" msgstr "על _×ודות" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "העתקת ×”_כתובת" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "מחיקת ×”_גלילה ל×חור" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "תכנית המסוף LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "לשונית ש×" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "ירון שהרבני <sh.yaron@gmail.com>\n" "לי×ל פרידמן <lielft@gmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "כל הזכויות שמורות (C)†2011-2008" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "תכנית להדמיית מסוף עבור ×ž×™×–× LXDE" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "העדפות LXTerminal" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "גופן המסוף" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "רקע" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "קידמה" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "התרת גופן מודגש" # Does this indicate whether the cursor blinks or not or how many times will # it blink? Please comment #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "הבהוב הסמן" # Does this indicate whether the cursor blinks or not or how many times will # it blink? Please comment #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "סגנון הסמן" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "מקטע" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "קו תחתי" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "פעמון צליל" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "סגנון" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "×ž×™×§×•× ×œ×•×— הלשוניות" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "שורות לגלילה ×חורנית" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "הסתרת סרגל הגלילה" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "הסתרת סרגל התפריטי×" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "הסתרת לחצני הסגירה" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "תצוגה" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "×ª×•×•×™× ×œ×‘×—×™×¨×” לפי מילה" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "ביטול מקש הקיצור לתפריט (F10 כברירת מחדל)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "ביטול השימוש ב־Alt-מספר עבור הלשוניות והתפריט" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "מתקד×" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "מלמעלה" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "מלמטה" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "משמ×ל" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "מימין" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "מסוף" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "שימוש בשורת הפקודה" #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "×רע כשל בטעינת דפדפן ×”×ינטרנט. הפקודה הייתה `%s'\n" #~ msgid "Misc" #~ msgstr "שונות" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "ביטול הקיצור F10 עבור התפריט:" #~ msgid "General" #~ msgstr "כללי" #~ msgid "_Preferences" #~ msgstr "×”_עדפות" #~ msgid "Transparent Background:" #~ msgstr "רקע שקוף:" ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/pt.po���������������������������������������������������������������������������0000644�0001750�0001750�00000022223�12412537562�012222� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Portuguese translations for lxterminal package. # Copyright (C) 2009 THE lxterminal'S COPYRIGHT HOLDER # This file is distributed under the same license as the lxterminal package. # <alvarommorais@gmail.com>, 2009. # Sérgio Marques <smarquespt@gmail.com> 2010-2012 msgid "" msgstr "" "Project-Id-Version: lxterminal\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-10-07 02:52+0200\n" "Last-Translator: Sérgio <smarquespt@gmail.com>\n" "Language-Team: Portuguese\n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" "X-Poedit-Language: Portuguese\n" "X-Poedit-Country: PORTUGAL\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Europa Ocidental" #: ../src/encoding.c:125 msgid "East European" msgstr "Europa Oriental" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Ãsia Oriental" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Ãsia SE e SO" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Médio Oriente" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Ocidental" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Europa Central" #: ../src/encoding.c:137 msgid "South European" msgstr "Europa do Sul" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Báltico" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Cirílico" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Ãrabe" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Grego" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Visual Hebraico" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebraico" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turco" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nórdico" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Celta" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Romeno" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Arménio" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Mandarim Tradicional" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Cirílico/Russo" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japonês" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Coreano" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Mandarim Simplificado" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Geórgio" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Cirílico/Ucraniano" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Croata" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Persa" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islandês" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamita" #: ../src/encoding.c:204 msgid "Thai" msgstr "Tailandês" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Ficheiro" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Editar" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Separadores" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Ajuda" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Nova _janela" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Novo _separador" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "Fe_char separador" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Sair" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "Cop_iar" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "Co_lar" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "Limpar barra de desl_ocação" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Preferência_s" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "No_mear separador" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "Separador _anterior" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Separador _seguinte" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Mover separador para a _esquerda" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Mover separador para a _direita" #: ../src/lxterminal.c:162 msgid "_About" msgstr "So_bre" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Copiar _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "Limpar barra de desl_ocação" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Dar nome ao separador" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Ãlvaro Morais <alvarommorais@gmail.com>\n" "Sérgio Marques <smarquespt@gmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Direitos de autor (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Emulador de terminal para o LXDE" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "Preferências do LxTerminal" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Letra do terminal" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Fundo" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Principal" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Permitir letra a negrito" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Intermitência do cursor" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Estilo do cursor" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Bloco" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Sublinhado" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Campainha audível" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Estilo" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Posição do separador" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Linhas de deslocação" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Ocultar barra de deslocação" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Ocultar barra de menu" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Ocultar botões para fechar" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Ecrã" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Caracteres de seleção por palavra" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Desativar tecla de atalho de menu (por definição é F10)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Desativar a utilização de Alt-n para separadores e menus" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Avançado" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Superior" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Inferior" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Esquerda" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Direita" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Utilizar a linha de comandos" �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/th.po���������������������������������������������������������������������������0000644�0001750�0001750�00000017200�12412537562�012211� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/encoding.c:124 msgid "West European" msgstr "" #: ../src/encoding.c:125 msgid "East European" msgstr "" #: ../src/encoding.c:126 msgid "East Asian" msgstr "" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "" #: ../src/encoding.c:137 msgid "South European" msgstr "" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "" #: ../src/encoding.c:145 msgid "Nordic" msgstr "" #: ../src/encoding.c:147 msgid "Celtic" msgstr "" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "" #: ../src/encoding.c:157 msgid "Armenian" msgstr "" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "" #: ../src/encoding.c:169 msgid "Georgian" msgstr "" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "" #: ../src/encoding.c:188 msgid "Croatian" msgstr "" #: ../src/encoding.c:190 msgid "Hindi" msgstr "" #: ../src/encoding.c:191 msgid "Farsi" msgstr "" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "" #: ../src/encoding.c:204 msgid "Thai" msgstr "" #: ../src/lxterminal.c:137 msgid "_File" msgstr "" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "" #: ../src/lxterminal.c:162 msgid "_About" msgstr "" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "" ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/POTFILES.skip�������������������������������������������������������������������0000644�0001750�0001750�00000000150�12421522100�013325� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# .ui files are generated data/lxterminal-preferences.ui # encoding.c is unused for now src/encoding.c ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/af.po���������������������������������������������������������������������������0000644�0001750�0001750�00000021630�12412537562�012166� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2010-03-24 16:24+0200\n" "Last-Translator: F <friedel@translate.org.za>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: af\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.1\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Wes-Europees" #: ../src/encoding.c:125 msgid "East European" msgstr "Oos-Europees" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Oos-Asies" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "SO- en SW-Asies" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Middel-Oosters" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Westers" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Sentraal-Europees" #: ../src/encoding.c:137 msgid "South European" msgstr "Suid-Europees" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Balties" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Cyrillies" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arabies" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Grieks" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Hebreeus visueel" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebreeus" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turks" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Noors" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Kelties" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Roemeens" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armeens" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Sjinees tradisioneel" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Cyrillies/Russies" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japannees" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Koreaans" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Sjinees vereenvoudig" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Georgies" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Cyrillies/Oekraïens" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Kroaties" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Persies" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Goedjarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Goermukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Yslands" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Viëtnamees" #: ../src/encoding.c:204 msgid "Thai" msgstr "Thai" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Lêer" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "R_edigeer" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "Oor_tjies" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Hulp" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Nuwe _venster" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Nuwe oor_tjie" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Sluit oortjie" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Sluit af" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Kopieer" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Plak" #: ../src/lxterminal.c:154 #, fuzzy msgid "Clear scr_ollback" msgstr "Versteek rolbalk:" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "_Voorkeure" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 #, fuzzy msgid "Na_me Tab" msgstr "Nuwe oor_tjie" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "Vo_rige oortjie" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Vo_lgende oortjie" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Skuif oortjie _links" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Skuif oortjie _regs" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Aangaande" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 #, fuzzy msgid "Cl_ear scrollback" msgstr "Versteek rolbalk:" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 #, fuzzy msgid "Name Tab" msgstr "Nuwe oor_tjie" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "Friedel Wolff" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Kopiereg (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Terminaalemuleerder vir die LXDE-projek" #: ../data/lxterminal-preferences.glade.h:1 #, fuzzy msgid "LXTerminal Preferences" msgstr "Voorkeure" #: ../data/lxterminal-preferences.glade.h:2 #, fuzzy msgid "Terminal font" msgstr "Terminaal" #: ../data/lxterminal-preferences.glade.h:3 #, fuzzy msgid "Background" msgstr "Agtergrond:" #: ../data/lxterminal-preferences.glade.h:4 #, fuzzy msgid "Foreground" msgstr "Voorgrond:" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Styl" #: ../data/lxterminal-preferences.glade.h:12 #, fuzzy msgid "Tab panel position" msgstr "Posisie van die oortjiepaneel:" #: ../data/lxterminal-preferences.glade.h:13 #, fuzzy msgid "Scrollback lines" msgstr "Terugrollyne:" #: ../data/lxterminal-preferences.glade.h:14 #, fuzzy msgid "Hide scroll bar" msgstr "Versteek rolbalk:" #: ../data/lxterminal-preferences.glade.h:15 #, fuzzy msgid "Hide menu bar" msgstr "Versteek kieslys:" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Vertoon" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Bo" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Onder" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Links" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Regs" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminaal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Gebruik die opdraglyn" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "Kon nie die webblaaier begin nie. Die opdrag was `%s'\n" #~ msgid "Misc" #~ msgstr "Allerlei" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Deaktiveer die F10-kortpad vir kieslys:" ��������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/el.po���������������������������������������������������������������������������0000644�0001750�0001750�00000025456�12412537562�012212� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-07-09 07:59+0200\n" "Last-Translator: George <forfolias@gmail.com>\n" "Language-Team: Greek\n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" "X-Poedit-Language: Greek\n" "X-Poedit-Country: GREECE\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Δυτικό-ΕυÏοπαικά" #: ../src/encoding.c:125 msgid "East European" msgstr "Ανατολικο-ΕυÏοπαικά" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Ανατολικο-Ασιατικά" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "ÎΑ & ÎΔ Ασιατικά" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Μέσο-Ανατολικά" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Δυτικά" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "ΚέντÏο-ΕυÏωπαικά" #: ../src/encoding.c:137 msgid "South European" msgstr "Îότιο-ΕυÏωπαικά" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Βαλτικά" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "ΚυÏιλλικά" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "ΑÏαβικά" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Ελληνικά" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "ΕβÏαϊκή Visual" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "ΕβÏαικά" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "ΤουÏκικά" #: ../src/encoding.c:145 msgid "Nordic" msgstr "ÎοÏβηγικά" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Κέλτικα" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Ρουμάνικα" #: ../src/encoding.c:157 msgid "Armenian" msgstr "ΑÏμένικα" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Κινέζικα ΠαÏαδοσιακά" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "ΚυÏιλλικά/Ρωσικά" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Ιαπωνικά" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "ΚοÏεάτικα" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Κινέζικα Απλοποιημένα" #: ../src/encoding.c:169 msgid "Georgian" msgstr "ΓεωÏγιανά" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "ΚυÏιλλικά/ΟυκÏανικά" #: ../src/encoding.c:188 msgid "Croatian" msgstr "ΚÏοατικά" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Ινδικά" #: ../src/encoding.c:191 msgid "Farsi" msgstr "ΠεÏσικά" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "ΓκουτζαÏάτι" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Ισλανδικά" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Βιετναμέζικα" #: ../src/encoding.c:204 msgid "Thai" msgstr "Ταϋλανδέζικα" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_ΑÏχείο" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_ΕπεξεÏγασία" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_ΚαÏτέλες" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Βοήθεια" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Îέο _παÏάθυÏο" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Îέα _καÏτέλα" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Κλέισιμο καÏτέλας" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Έξοδος" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_ΑντιγÏαφή" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Επικόλληση" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "ΚαθαÏισμός _μπάÏας κÏλισης" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "_Ρυθμίσεις" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "_Ονομασία καÏτέλας" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "_ΠÏοηγοÏμενη καÏτέλα" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "_Επόμενη καÏτέλα" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Μετακίνηση καÏτέλας _αÏιστεÏά" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Μετακίνηση καÏτέλας _δεξιά" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Σχετικά" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "ΚαθαÏισμός _μπάÏας κÏλισης" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Ονομασία καÏτέλας" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "ΚοÏτσικος ΓιώÏγος <oege89@hotmail.com>\n" "Βασιλάκος ΓιώÏγος <forfolias@linuxteam.cs.teilar.gr>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Εξομοιωτής τεÏÎ¼Î±Ï„Î¹ÎºÎ¿Ï Î³Î¹Î± το project LXDE" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "Ρυθμίσεις LXTerminal" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "ΓÏαμματοσειÏά τεÏματικοÏ" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Φόντο:" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "ΠÏώτο πλάνο" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Îα επιτÏέπεται έντονη γÏαμματοσειÏά" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Αναβόσβημα δÏομέα" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Στυλ δÏομέα" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Μπλοκ" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "ΥπογÏάμμιση" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Ακουστική ειδοποίηση" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Στυλ" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Θέση πλαισίου καÏτελών" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "ΚÏλιση γÏαμμών" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "ΑπόκÏυψη μπάÏας κÏλισης" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "ΑπόκÏυψη μπάÏας μενοÏ" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "ΑπόκÏυψη κουμπιών κλεισίματος " #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Εμφάνιση" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "ΧαÏακτήÏες επιλογής ανά λέξη" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "ΑπενεÏγοποίηση πλήκτÏου συντόμευσης Î¼ÎµÎ½Î¿Ï (F10 από Ï€Ïοεπιλογή)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "ΑπενεÏγοποίηση χÏήσης του Alt-n για αλλαγή Î¼ÎµÏ„Î±Î¾Ï ÎºÎ±Ïτελών και μενοÏ" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Για Ï€ÏοχωÏημένους" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Πάνω" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Κάτω" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "ΑÏιστεÏά" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Δεξιά" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "ΤεÏματικό" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "ΧÏήση γÏαμμής εντολών" #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "Αποτυχία έναÏξης του πεÏιηγητή ιστοÏ. Η εντολή ήταν `%s'\n" #~ msgid "Misc" #~ msgstr "ΔιάφοÏα" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "ΑπενεÏγοποίηση της συντόμευσης F10 για το μενοÏ:" #~ msgid "General" #~ msgstr "Γενικά" #~ msgid "_Preferences" #~ msgstr "_Ρυθμίσεις" #~ msgid "Transparent Background:" #~ msgstr "Διαφανές φόντο:" ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/POTFILES.in���������������������������������������������������������������������0000644�0001750�0001750�00000000202�12421516343�012777� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������src/lxterminal.c src/preferences.c data/lxterminal-preferences.glade # files added by intltool-prepare data/lxterminal.desktop.in ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/Makefile.in.in������������������������������������������������������������������0000644�0001750�0001750�00000015756�12421534473�013724� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Makefile for program source directory in GNU NLS utilities package. # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu> # Copyright (C) 2004-2008 Rodney Dawes <dobey.pwns@gmail.com> # # This file may be copied and used freely without restrictions. It may # be used in projects which are not available under a GNU Public License, # but which still want to provide support for the GNU gettext functionality. # # - Modified by Owen Taylor <otaylor@redhat.com> to use GETTEXT_PACKAGE # instead of PACKAGE and to look for po2tbl in ./ not in intl/ # # - Modified by jacob berkman <jacob@ximian.com> to install # Makefile.in.in and po2tbl.sed.in for use with glib-gettextize # # - Modified by Rodney Dawes <dobey.pwns@gmail.com> for use with intltool # # We have the following line for use by intltoolize: # INTLTOOL_MAKEFILE GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ top_builddir = @top_builddir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ datadir = @datadir@ datarootdir = @datarootdir@ libdir = @libdir@ localedir = @localedir@ subdir = po install_sh = @install_sh@ # Automake >= 1.8 provides @mkdir_p@. # Until it can be supposed, use the safe fallback: mkdir_p = $(install_sh) -d INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ GMSGFMT = @GMSGFMT@ MSGFMT = @MSGFMT@ XGETTEXT = @XGETTEXT@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ MSGMERGE = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist GENPOT = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot ALL_LINGUAS = @ALL_LINGUAS@ PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi) USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi) USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done) POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done) DISTFILES = Makefile.in.in POTFILES.in $(POFILES) EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS POTFILES = \ # This comment gets stripped out CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done) .SUFFIXES: .SUFFIXES: .po .pox .gmo .mo .msg .cat AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ INTLTOOL_V_MSGFMT = $(INTLTOOL__v_MSGFMT_$(V)) INTLTOOL__v_MSGFMT_= $(INTLTOOL__v_MSGFMT_$(AM_DEFAULT_VERBOSITY)) INTLTOOL__v_MSGFMT_0 = @echo " MSGFMT" $@; .po.pox: $(MAKE) $(GETTEXT_PACKAGE).pot $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox .po.mo: $(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $< .po.gmo: $(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \ && rm -f $$file && $(GMSGFMT) -o $$file $< .po.cat: sed -f ../intl/po2msg.sed < $< > $*.msg \ && rm -f $@ && gencat $@ $*.msg all: all-@USE_NLS@ all-yes: $(CATALOGS) all-no: $(GETTEXT_PACKAGE).pot: $(POTFILES) $(GENPOT) install: install-data install-data: install-data-@USE_NLS@ install-data-no: all install-data-yes: all linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $$dir; \ if test -r $$lang.gmo; then \ $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ echo "installing $$lang.gmo as $$dir/$(GETTEXT_PACKAGE).mo"; \ else \ $(INSTALL_DATA) $(srcdir)/$$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ echo "installing $(srcdir)/$$lang.gmo as" \ "$$dir/$(GETTEXT_PACKAGE).mo"; \ fi; \ if test -r $$lang.gmo.m; then \ $(INSTALL_DATA) $$lang.gmo.m $$dir/$(GETTEXT_PACKAGE).mo.m; \ echo "installing $$lang.gmo.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \ else \ if test -r $(srcdir)/$$lang.gmo.m ; then \ $(INSTALL_DATA) $(srcdir)/$$lang.gmo.m \ $$dir/$(GETTEXT_PACKAGE).mo.m; \ echo "installing $(srcdir)/$$lang.gmo.m as" \ "$$dir/$(GETTEXT_PACKAGE).mo.m"; \ else \ true; \ fi; \ fi; \ done # Empty stubs to satisfy archaic automake needs dvi info ctags tags CTAGS TAGS ID: # Define this as empty until I found a useful application. install-exec installcheck: uninstall: linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \ rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ done check: all $(GETTEXT_PACKAGE).pot rm -f missing notexist srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m if [ -r missing -o -r notexist ]; then \ exit 1; \ fi mostlyclean: rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp rm -f .intltool-merge-cache clean: mostlyclean distclean: clean rm -f Makefile Makefile.in POTFILES stamp-it rm -f *.mo *.msg *.cat *.cat.m *.gmo maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." rm -f Makefile.in.in distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) dist distdir: $(DISTFILES) dists="$(DISTFILES)"; \ extra_dists="$(EXTRA_DISTFILES)"; \ for file in $$extra_dists; do \ test -f $(srcdir)/$$file && dists="$$dists $(srcdir)/$$file"; \ done; \ for file in $$dists; do \ test -f $$file || file="$(srcdir)/$$file"; \ ln $$file $(distdir) 2> /dev/null \ || cp -p $$file $(distdir); \ done update-po: Makefile $(MAKE) $(GETTEXT_PACKAGE).pot tmpdir=`pwd`; \ linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ echo "$$lang:"; \ result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \ if $$result; then \ if cmp $(srcdir)/$$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ exit 1; \ fi; \ fi; \ else \ echo "msgmerge for $$lang.gmo failed!"; \ rm -f $$tmpdir/$$lang.new.po; \ fi; \ done Makefile POTFILES: stamp-it @if test ! -f $@; then \ rm -f stamp-it; \ $(MAKE) stamp-it; \ fi stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ $(SHELL) ./config.status # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: ������������������lxterminal-0.2.0/po/da.po���������������������������������������������������������������������������0000644�0001750�0001750�00000022075�12412537562�012170� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the LXTerminal package. # Vidar Jon Bauge <vidarjb@gmail.com>, 2009. # Joe Hansen <joedalton2@yahoo.dk>, 2010. # msgid "" msgstr "" "Project-Id-Version: lxterminal 0.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2014-05-07 16:35+0000\n" "Last-Translator: Peter <flywheel@illogical.dk>\n" "Language-Team: Danish <dansk@dansk-gruppen.dk>\n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.5.0\n" "X-POOTLE-MTIME: 1399480539.0\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Vesteuropæisk" #: ../src/encoding.c:125 msgid "East European" msgstr "Østeuropæisk" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Østasiatisk" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "SØ- & SV-asiatisk" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Mellemøstlig" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Vestlig" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Centraleuropæisk" #: ../src/encoding.c:137 msgid "South European" msgstr "Sydeuropæisk" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Baltisk" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Kyrillisk" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arabisk" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Græsk" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Hebræisk visuelt" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebræisk" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Tyrkisk" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nordisk" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Keltisk" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Rumænsk" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armensk" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Traditionel kinesisk" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Kyrillisk/russisk" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japansk" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Koreansk" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Simplificeret kinesisk" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Georgisk" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Kyrillisk/ukrainsk" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Kroatisk" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Farsi" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islandsk" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamesisk" #: ../src/encoding.c:204 msgid "Thai" msgstr "Thai" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Fil" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Rediger" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Faneblade" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Hjælp" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Nyt _vindue" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Nyt _faneblad" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Luk faneblad" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Afslut" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Kopier" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Indsæt" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "Skjul r_ullebjælken" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Indstillin_ger" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "_Navngiv faneblad" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "F_orrige faneblad" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "N_æste faneblad" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Flyt faneblad til _venstre" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Flyt faneblad til _højre" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Om" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Kopier _URL" #: ../src/lxterminal.c:176 #, fuzzy msgid "Cl_ear scrollback" msgstr "Skjul rull_ebjælken" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Navngiv faneblad" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Dansk-gruppen <dansk@dansk-gruppen.dk\n" "Joe Hansen, 2010\n" "Vidar Jon Bauge\n" "Charlie Tyrrestrup\n" "Peter Jespersen" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Ophavsret 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Terminalemulator for LXDE-projektet" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "Indstillinger for LXTerminal" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Terminalskrifttype" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Baggrund" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Forgrund" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Tillad fed skrift" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Markørblink" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Markørstil" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Blok" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Understreg" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Hørbar klokke" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Udseende" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Placering af fanebladspanel" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Tilbagerulningslinjer" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Skjul rullebjælken" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Skjul menulinjen" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Skjul lukknapper" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Skærm" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Vælg efter ord-tegn" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Deaktiver menugenvejstast (F10 som standard)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Deaktiver brug af Alt-n til faneblade og menu" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Avanceret" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Top" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Bund" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Venstre" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Højre" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Brug kommandolinjen" #~ msgid "gtk-cancel" #~ msgstr "gtk-afbryd" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/kk.po���������������������������������������������������������������������������0000644�0001750�0001750�00000023441�12412537562�012207� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Kazakh translation for lxterminal. # Copyright (C) 2012 The LXDE team # This file is distributed under the same license as the LXDE package. # Baurzhan Muftakhidinov <baurthefirst@gmail.com>, 2012. # msgid "" msgstr "" "Project-Id-Version: master\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2013-07-12 15:47+0000\n" "Last-Translator: sotrud_nik <baurthefirst@gmail.com>\n" "Language-Team: Kazakh <kk_KZ@googlegroups.com>\n" "Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.5.0\n" "X-POOTLE-MTIME: 1373644055.0\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Ð‘Ð°Ñ‚Ñ‹Ñ Ð•ÑƒÑ€Ð¾Ð¿Ð°Ð»Ñ‹Ò›" #: ../src/encoding.c:125 msgid "East European" msgstr "Ð¨Ñ‹Ò“Ñ‹Ñ Ð•ÑƒÑ€Ð¾Ð¿Ð°Ð»Ñ‹Ò›" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Ð¨Ñ‹Ò“Ñ‹Ñ ÐзиÑлық" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "ОШ және ОБ ÐзиÑлық" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Орта шығыÑ" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Юникод" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "БатыÑ" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Орталық Еуропалық" #: ../src/encoding.c:137 msgid "South European" msgstr "ОңтүÑтік Еуропалық" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Балтық" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Кириллица" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Ðраб" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Грек" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Иврит визуалды" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Иврит" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Түрік" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Ðорд" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Кельт" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Румын" #: ../src/encoding.c:157 msgid "Armenian" msgstr "ÐрмÑн" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Қытайша дәÑтүрлі" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Кириллица/ОрыÑ" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Жапон" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "КәріÑ" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Қытайша оңайлатылған" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Грузин" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Кириллица/Украин" #: ../src/encoding.c:188 msgid "Croatian" msgstr "ХорватиÑлық" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Хинди" #: ../src/encoding.c:191 msgid "Farsi" msgstr "ПарÑÑ‹" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Гуджарати" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Гурмукхи" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "ИÑландиÑлық" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Вьетнам" #: ../src/encoding.c:204 msgid "Thai" msgstr "Тай" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Файл" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "Тү_зету" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "Б_еттер" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Көмек" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Жаңа _терезе" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Жаңа _бет" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "Бетті _жабу" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Шығу" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "Кө_шіру" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "Кірі_Ñтіру" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "Ðйна_лдыруды тазарту" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Ба_птаулар" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Бетті а_тау" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "Ðл_дыңғы бет" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Ке_леÑÑ– бет" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Бетті _Ñолға жылжыту" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Бетті _оңға жылжыту" #: ../src/lxterminal.c:162 msgid "_About" msgstr "О_ÑÑ‹ туралы" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "_Сілтемені көшіру" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "Ð_йналдыру тарихын тазарту" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Бетті атау" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "Baurzhan Muftakhidinov <baurthefirst@gmail.com> 2012" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "LXDE жобаÑÑ‹ үшін терминал ÑмулÑторы" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "LXTerminal баптаулары" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Терминал қарібі" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Фон" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Ðлдыңғы көрініÑÑ–" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Жуан қаріпке Ñ€Ò±Ò›Ñат ету" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "КурÑор жыпылықтауы" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "КурÑор Ñтилі" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Блоктық" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "ÐÑты Ñызылған" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Ð”Ñ‹Ð±Ñ‹Ñ Ð±ÐµÑ€Ñƒ" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Стилі" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Беттер панелінің орналаÑуы" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Ðйналдыру жолдар Ñаны" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Ðйналдыру жолағын жаÑыру" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Мәзір жолағын жаÑыру" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Жабу батырмаларын жаÑыру" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "КөрініÑ" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Сөзді таңдау таңбалары" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Мәзірге қатынау жарлық пернеÑін Ñөндіру (F10 баÑтапқы)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Беттер мен мәзірлер үшін Alt-n қолдануды Ñөндіру" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Кеңейтілген" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Жоғары" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Төмен" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Сол жақ" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Оң жақ" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Терминал" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Командалық жолды қолдану" �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/ug.po���������������������������������������������������������������������������0000644�0001750�0001750�00000024104�12412537562�012212� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Uyghur translation for lxterminal. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Gheyret Kenji <gheyret@gmail.com>, 2011. # msgid "" msgstr "" "Project-Id-Version: lxterminal\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-09-28 10:13+0200\n" "Last-Translator: Gheyret <gheyret@gmail.com>\n" "Language-Team: Uyghur Computer Science Association <UKIJ@yahoogroups.com>\n" "Language: ug\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" #: ../src/encoding.c:124 msgid "West European" msgstr "غەربىي ياۋروپا" #: ../src/encoding.c:125 msgid "East European" msgstr "شەرقىي ياۋروپا" #: ../src/encoding.c:126 msgid "East Asian" msgstr "شەرقىي ئاسىيا" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "شەرقىي جەنۇبى ئاسىيا & غەربى جەنۇبى ئاسىيا" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "ئوتتۇرا شەرق" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "يۇنىكود" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "غەربچە" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "ئوتتۇرا ياۋروپا" #: ../src/encoding.c:137 msgid "South European" msgstr "جەنۇبى ياۋروپا" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "بالتىق" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "سلاۋيانچە" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "ئەرەبچە" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "گىرÛÙƒÚ†Û•" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "ئىبرانىچە كۆرۈنۈشچان" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "ئىبرانىچە" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "تۈركچە" #: ../src/encoding.c:145 msgid "Nordic" msgstr "شىمالىي ياۋروپا" #: ../src/encoding.c:147 msgid "Celtic" msgstr "ÙƒÛلتىك" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "رۇمىنىيەچە" #: ../src/encoding.c:157 msgid "Armenian" msgstr "ئەرمەنچە" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "مۇرەككەپ خەنزۇچە" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "رۇسچە/سلاۋيان" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "ياپونچە" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "كورÛÙŠÛ•Ú†Û•" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "ئاددىي خەنزۇچە" #: ../src/encoding.c:169 msgid "Georgian" msgstr "گىرۇزىنچە" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "سلاۋيانچە/ئۇكرائىنچە" #: ../src/encoding.c:188 msgid "Croatian" msgstr "خورۋاتچە" #: ../src/encoding.c:190 msgid "Hindi" msgstr "ھىندىچە" #: ../src/encoding.c:191 msgid "Farsi" msgstr "پارىسچە" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "گۇجاراتچە" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "گۇرمۇكىچە" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "ئىسلاندچە" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Û‹Ù‰ÙŠÛØªÙ†Ø§Ù…Ú†Û•" #: ../src/encoding.c:204 msgid "Thai" msgstr "تايلاندچە" #: ../src/lxterminal.c:137 msgid "_File" msgstr "ھۆججەت(_F)" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "تەھرىر(_E)" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "بەتكۈچلەر(_T)" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "ياردەم(_H)" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "ÙŠÛÚ­Ù‰ كۆزنەك(_W)" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "ÙŠÛÚ­Ù‰ بەتكۈچ(_T)" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "بەتكۈچ ياپ(_C)" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "Ú†Ûكىن(_Q)" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "كۆچۈر(_Y)" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "چاپلا(_P)" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "سىيرىغۇچ بالداقنى تازىلا(_O)" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "مايىللىقلار(_S)" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "ئات بەتكۈچى(_M)" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "ئالدىنقى بەتكۈچ(_V)" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "ÙƒÛيىنكى بەتكۈچ(_X)" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "بەتكۈچنى سولغا يۆتكە(_L)" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "بەتكۈچنى ئوڭغا يۆتكە(_R)" #: ../src/lxterminal.c:162 msgid "_About" msgstr "ھەققىدە(_A)" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "تور Ø¦Ø§Ø¯Ø±ÛØ³Ù‰(_URL) نى كۆچۈر" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "سىيرىلىشنى تازىلا(_E)" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "ئات بەتكۈچى" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "Gheyret Kenji <gheyret@gmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "نەشر ھوقۇقى (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "LXDE قۇرۇلۇشىدىكى ØªÛØ±Ù…ىنال تەقلىدلىگۈچى" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "LXTerminal مايىللىقى" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "ØªÛØ±Ù…ىنال خەت نۇسخىسى" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "تەگلىك" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "ئالدى كۆرۈنۈش" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "توم خەت نۇسخىسىغا ئىجازەت" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "نۇربەلگىنىڭ لىپىلدىشى" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "نۇربەلگە ئۇسلۇبى" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "بۆلەك" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "ئاستى سىزىق" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "ياڭراق قوڭغۇراق" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "ئۇسلۇب" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "بەتكۈچ كۆزنىكىنىڭ ئورنى" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "ئۆتۈپ كەتكەن قۇرلارنى كۆرسىتىش" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "سىيرىغۇچ بالداقنى يوشۇر" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "تىزىملىك بالدىقىنى يوشۇر" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "‹ياپ› توپچىسىنى يوشۇر" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "كۆرسەت" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "تاللىغاندا سوز تەركىبىگە كىرىدىغان سۆزلەر" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "تىزىملىك ØªÛØ²Ù„ەتمىسىنى ئىناۋەتسىز قىلىش (كۆڭۈلدە F10 ئارقىلىق)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "بەتكۈچ Û‹Û• تىزىملىك ئۈچۈن Alt-n نى ئىناۋەتسىز قىلىش" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "ئالىي" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "ئۈستى" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "ئاستى" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "سول" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "ئوڭ" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "ØªÛØ±Ù…ىنال" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "بۇيرۇق قۇرىنى ئىشلەت" ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/eu.po���������������������������������������������������������������������������0000644�0001750�0001750�00000023553�12412537562�012217� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: lxterminal 0.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-10-27 21:43+0200\n" "Last-Translator: Asier <asier.iturralde@gmail.com>\n" "Language-Team: Basque <alainmendi@gmail.com>\n" "Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" "X-Poedit-Language: Basque\n" "X-Poedit-SourceCharset: utf-8\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Mendebaldeko Europa" #: ../src/encoding.c:125 msgid "East European" msgstr "Ekialdeko Europa" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Ekialdeko Asia" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Asia HE eta HM" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Ekialde Hurbila" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Mendebaldea" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Erdialdeko Europa" #: ../src/encoding.c:137 msgid "South European" msgstr "Hegoaldeko Europa" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Baltikoa" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Zirilikoa" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arabiera" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Greziera" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Hebreera bisuala" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebreera" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turkiera" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nordikoa" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Zelta" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Errumaniera" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armeniera" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Txinera tradizionala" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Zirilikoa/Errusiera" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japoniera" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Koreera" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Txinera sinplifikatua" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Georgiera" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Zirilikoa/Ukrainera" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Kroaziera" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindia" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Persiera" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujaratera" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islandiera" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamera" #: ../src/encoding.c:204 msgid "Thai" msgstr "Thailandiera" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Fitxategia" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Editatu" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "Fi_txak" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Laguntza" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "_Leiho berria" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "_Fitxa berria" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Itxi fitxa" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "I_rten" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Kopiatu" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Itsatsi" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "Garbitu _atzera_korritzea" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "_Hobespenak" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "_Izendatu fitxa" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "_Aurreko fitxa" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "_Hurrengo fitxa" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Mugitu fitxa e_zkerrera" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Mugitu fitxa e_skuinera" #: ../src/lxterminal.c:162 msgid "_About" msgstr "Honi _buruz" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Kopiatu _URLa" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "_Garbitu atzera-korritzea" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminala" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Izendatu fitxa" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Alain Mendizabal <alainmendi@gmail.com>,\n" "Asier Iturralde Sarasola <asier.iturralde@gmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright-a (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "LXDE proiekturako terminal-emuladorea" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "LXTerminalaren hobespenak" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Terminaleko letra-tipoa" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Atzeko planoa" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Aurreko planoa" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Baimendu letra-tipo lodia" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Kurtsorearen keinua" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Kurtsorearen estiloa" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Blokea" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Azpimarra" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Seinale entzungarria" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Estiloa" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Fitxa-panelaren posizioa" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Atzera-korritze lerroak" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Ezkutatu korritze-barra" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Ezkutatu menu-barra" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Ezkutatu Itxi botoiak" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Bistaratu" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Hitzak hautatzeko karaktereak" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Desgaitu menuaren laster-tekla (lehenetsia F10 da)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Desgaitu Alt-n erabiltzea fitxa eta menuentzat" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Aurreratua" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Goia" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Behea" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Ezkerra" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Eskuina" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminala" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Erabili komando-lerroa" #~ msgid "General" #~ msgstr "Orokorra" #, fuzzy #~ msgid "_Preferences" #~ msgstr "Hobespenak" #~ msgid "/_File/_New Window" #~ msgstr "/_Fitxategia/_Leiho berria" #~ msgid "/_File/_New Tab" #~ msgstr "/_Fitxategia/Fi_txa berria" #~ msgid "/_File/sep1" #~ msgstr "/_Fitxategia/sep1" #~ msgid "/_File/_Close Tab" #~ msgstr "/_Fitxategia/_Itxi fitxa" #~ msgid "/_File/_Quit" #~ msgstr "/_Fitxategia/_Atera" #~ msgid "/_Edit/_Copy" #~ msgstr "/_Editatu/_Kopiatu" #~ msgid "/_Edit/_Paste" #~ msgstr "/_Editatu/_Itsatsi" #~ msgid "/_Edit/sep1" #~ msgstr "/_Editatu/sep1" #~ msgid "/_Edit/_Preferences..." #~ msgstr "/_Editatu/_Hobespenak..." #~ msgid "/_Tabs/_Next Tab" #~ msgstr "/_Fi_txak/_/_Fitxak/_Hurrengo fitxa" #~ msgid "/_Preferences..." #~ msgstr "/_Hobespenak..." �����������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/pt_BR.po������������������������������������������������������������������������0000644�0001750�0001750�00000022457�12412537562�012616� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Brazilian Portuguese translation for LXTerminal package. # Copyright (C) 2008-2009 The LXTerminal authors. # This file is distributed under the same license as the lxterminal package. # Fábio Antunes <nospam@emal.com>, 2008. # Og Maciel <ogmaciel@gnome.org>, 2009. # Henrique P. Machado <zehrique@gmail.com>, 2009. # Sérgio B. Cipolla <secipolla@gmail.com>, 2010. # msgid "" msgstr "" "Project-Id-Version: LXTerminal\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-10-13 20:30+0200\n" "Last-Translator: Henrique P. <zehrique@gmail.com>\n" "Language-Team: Portuguese (Brazilian) <translation@mailinglist.lxde.org>\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Pootle 2.0.5\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Europeu ocidental" #: ../src/encoding.c:125 msgid "East European" msgstr "Europeu oriental" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Leste asiático" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "SE e SO asiático" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Oriente médio" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Ocidental" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Europeu central" #: ../src/encoding.c:137 msgid "South European" msgstr "Europeu do sul" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Báltico" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Cirílico" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Ãrabe" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Grego" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Hebraico visual" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebraico" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turco" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nórdico" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Celta" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Romeno" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armênio" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Chinês tradicional" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Cirílico/Russo" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japonês" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Coreano" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Chinês simplificado" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Georgiano" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Cirílico/Ucraniano" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Croata" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Farsi" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Guzerate" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islandês" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamita" #: ../src/encoding.c:204 msgid "Thai" msgstr "Tailandês" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Arquivo" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Editar" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "A_bas" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "Aj_uda" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "N_ova janela" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "No_va aba" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Fechar aba" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Sair" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Copiar" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "C_olar" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "Ocultar barra de rolagem" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Preferência_s" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "No_me da aba" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "Aba a_nterior" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Pró_xima aba" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Mover aba para a _esquerda" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Mover aba para a _direita" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Sobre" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Copiar _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "Ocultar _barra de rolagem" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Nome da aba" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Fábio Antunes <nospam@emal.com>\n" "Og Maciel <ogmaciel@gnome.org>\n" "Henrique P. Machado <hpmachado@gnome.org>\n" "Sérgio Cipolla <secipolla@gmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Emulador de terminal do projeto LXDE" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "Preferências do LXTerminal" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Fonte do terminal" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Plano de fundo" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Primeiro plano" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Permitir fonte em negrito" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Piscar cursor" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Estilo do cursor" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Bloco" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Sublinhado" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Campainha" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Estilo" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Posição do painel de abas" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Linhas de histórico" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Ocultar barra de rolagem" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Ocultar barra de menu" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Ocultar botões Fechar" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Exibir" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Selecionar caracteres por palavra" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Desabilitar a tecla de atalho do menu (F10 por padrão)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Desabilitar o uso de Alt-n para mudança entre abas e menu" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Avançado" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Em cima" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Embaixo" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Esquerda" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Direita" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Use a linha de comando" #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/sr.po���������������������������������������������������������������������������0000644�0001750�0001750�00000024642�12412537562�012232� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Serbian translation for LXTerminal package # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the LXTerminal package. # Jay A. Fleming <tito.nehru.naser@gmail.com>, 2009. # # msgid "" msgstr "" "Project-Id-Version: LXTerminal 0.1.x\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2013-09-06 09:45+0100\n" "Last-Translator: Jay A.Fleming <tito.nehru.naser@gmail.com>\n" "Language-Team: \n" "Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" #: ../src/encoding.c:124 msgid "West European" msgstr "ЗападноевропÑки" #: ../src/encoding.c:125 msgid "East European" msgstr "ИÑточноевропÑки" #: ../src/encoding.c:126 msgid "East Asian" msgstr "ИÑточноазијÑки" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "ЈугоиÑточно/југозападно азијÑки" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "БлиÑкоиÑточни" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Уникод" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Западни" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "ЦентралноевропÑки" #: ../src/encoding.c:137 msgid "South European" msgstr "ЈужноевропÑки" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Балтички" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Ћирилични" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "ÐрапÑки" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Грчки" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "ХебрејÑки визуелни" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "ХебрејÑки" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "ТурÑки" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Ðорвешки" #: ../src/encoding.c:147 msgid "Celtic" msgstr "КелтÑки" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "РумунÑки" #: ../src/encoding.c:157 msgid "Armenian" msgstr "ÐрменÑки" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Традиционални КинеÑки" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Ћирилични/руÑки" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "ЈапанÑки" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "КорејÑки" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "КинеÑки поједноÑтављени" #: ../src/encoding.c:169 msgid "Georgian" msgstr "ГрузијÑки" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Ћирилични/украјинÑки" #: ../src/encoding.c:188 msgid "Croatian" msgstr "ХрватÑки" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Хинду" #: ../src/encoding.c:191 msgid "Farsi" msgstr "ФарÑки" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Гујарати" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Гурмуки " #: ../src/encoding.c:196 msgid "Icelandic" msgstr "ИÑландÑки" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "ВијетнамÑки" #: ../src/encoding.c:204 msgid "Thai" msgstr "ТајландÑки" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Датотека" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Уреди" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_ЛиÑтови" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Помоћ" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Ðови _прозор" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Ðови _лиÑÑ‚" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "За_твори лиÑÑ‚" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Затвори прозор" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Умножи" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "У_баци" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "Обриши „scr_ollback“ оÑтаву" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "По_Ñтавке" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "_Име лиÑта" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "_Претходни лиÑÑ‚" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "_Следећи лиÑÑ‚" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "ПремеÑти лиÑÑ‚ _лево" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "ПремеÑти лиÑÑ‚ _деÑно" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_О програму" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Умножи _УРЛ" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "О_бриши „scrollback“ оÑтаву" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "ЛИкÑ-Терминал" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Дајте име лиÑту" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "Serbian (sr) — Jay A. Fleming <tito.nehru.naser@gmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "2008-2011. Ðека Ñу права задржана." #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Емулатор терминала за ЛИкÑ-ДЕ" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "Подешавања" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Фонт у терминалу:" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Позадина" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Боја текÑта" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Дозволи задебљан фонт" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Показивач трепће" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Изглед показивача" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Блок" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Подвучено" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Звук звона" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Стил" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Смештај траке Ñа лиÑтовима:" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Број линија иÑторије" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Сакриј дугмад за клизање" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Сакриј траку Ñа менијем" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Сакриј дугмад за затварање" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Приказ" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Знакови који образују речи" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "ИÑкључи пречице за мени (F10 подразумевано)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "ИÑкључи употребу „Alt-n“ таÑтера у лиÑтовима и менију" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Ðапредно" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Горе" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Доле" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Лево" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "ДеÑно" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Терминал" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "КориÑтите линију наредби" #, fuzzy #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #, fuzzy #~ msgid "gtk-ok" #~ msgstr "gtk-ok" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "ИÑкључи позив менија таÑтером F10" #~ msgid "General" #~ msgstr "Опште" #~ msgid "_Preferences" #~ msgstr "_ПоÑтавке" #~ msgid "Transparent Background:" #~ msgstr "Провидна позадина" ����������������������������������������������������������������������������������������������lxterminal-0.2.0/po/uk.po���������������������������������������������������������������������������0000644�0001750�0001750�00000030215�12412537562�012216� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# msgid "" msgstr "" "Project-Id-Version: lxterminal 0.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-09-23 22:26+0200\n" "Last-Translator: LStranger <andrej@rep.kiev.ua>\n" "Language-Team: Ukrainian\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" #: ../src/encoding.c:124 msgid "West European" msgstr "ЗахідноєвропейÑьке" #: ../src/encoding.c:125 msgid "East European" msgstr "СхідноєвропейÑьке" #: ../src/encoding.c:126 msgid "East Asian" msgstr "СхідноазіатÑьке" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "ПС та ПЗ ÐзіÑ" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Середній Схід" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Західне" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "ЦентральноєвропейÑьке" #: ../src/encoding.c:137 msgid "South European" msgstr "ПівденноєвропейÑьке" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "БалтійÑке" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "КирилицÑ" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "ÐрабÑьке" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Грецьке" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Візуальний Іврит" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Іврит" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Турецьке" #: ../src/encoding.c:145 msgid "Nordic" msgstr "СкандинавÑьке" #: ../src/encoding.c:147 msgid "Celtic" msgstr "КельтÑьке" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "РумунÑьке" #: ../src/encoding.c:157 msgid "Armenian" msgstr "ВірменÑьке" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Традиційне китайÑьке" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "КирилицÑ/РоÑÑ–Ñ" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "ЯпонÑьке" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "КорейÑьке" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Спрощене китайÑьке" #: ../src/encoding.c:169 msgid "Georgian" msgstr "ГрузинÑьке" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "КирилицÑ/Україна" #: ../src/encoding.c:188 msgid "Croatian" msgstr "ХорватÑьке" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Хінді" #: ../src/encoding.c:191 msgid "Farsi" msgstr "ФарÑÑ–" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "ГуÑраті" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Гурмухі" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "ІÑландÑьке" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "В’єтнамÑьке" #: ../src/encoding.c:204 msgid "Thai" msgstr "ТайÑьке" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Файл" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Редагувати" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Вкладки" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Допомога" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "_Ðове вікно" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Ð_ова вкладка" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Закрити вкладку" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Вийти" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Копіювати" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Ð’Ñтавити" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "_ОчиÑтити прокрутку" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Ðа_лаштуваннÑ" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Ð_азвати вкладку" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "_ÐŸÐ¾Ð¿ÐµÑ€ÐµÐ´Ð½Ñ Ð²ÐºÐ»Ð°Ð´ÐºÐ°" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Ðа_Ñтупна вкладка" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "ПереміÑтити вкладку _ліворуч" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "ПереміÑтити вкладку _праворуч" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Про" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Скопіювати _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "_ОчиÑтити прокрутку" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LX-термінал" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Ðазвати вкладку" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "Yarema aka Knedlyk <yupadmin@gmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "ЕмулÑтор терміналу Ð´Ð»Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ñƒ LXDE" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ LXTerminal" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Шрифти терміналу" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Тло" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Передній план" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Дозволити жирні шрифти" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Ð‘Ð»Ð¸Ð¼Ð°Ð½Ð½Ñ ÐºÑƒÑ€Ñору" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Стиль курÑору" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Блок" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "ПідкреÑленнÑ" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Звуковий дзвінок" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Стиль" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "ÐŸÐ¾Ð·Ð¸Ñ†Ñ–Ñ Ð¿Ð°Ð½ÐµÐ»Ñ– вкладок" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Лінії прокрутки" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Приховати панель прокрутки" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Приховати панель меню" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Приховати кнопки закриттÑ" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "ВиглÑд" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Помітити-за-Ñловом Ñимволи" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Виключити ÑÐºÐ¾Ñ€Ð¾Ñ‡ÐµÐ½Ð½Ñ ÐºÐ»Ð°Ð²Ñ–Ð°Ñ‚ÑƒÑ€Ð¸ Ð´Ð»Ñ Ð¼ÐµÐ½ÑŽ (F10 по замовчуванню)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Заборонити викориÑÑ‚Ð°Ð½Ð½Ñ Alt-n Ð´Ð»Ñ Ð²ÐºÐ»Ð°Ð´Ð¾Ðº Ñ– меню" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Додатково" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Зверху" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Внизу" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Зліва" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Справа" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Термінал" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "ВикориÑтати командну Ñтрічку" #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "Ðе можу запуÑтити веб-переглÑдач. Команда була: `%s'\n" #~ msgid "Misc" #~ msgstr "Різне" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Вимкнути ÑÐºÐ¾Ñ€Ð¾Ñ‡ÐµÐ½Ð½Ñ F10 в меню:" #~ msgid "General" #~ msgstr "Загальне" #~ msgid "_Preferences" #~ msgstr "_ÐалаштуваннÑ" #~ msgid "Transparent Background:" #~ msgstr "Прозоре тло:" #~ msgid "_View" #~ msgstr "_ВиглÑд" #~ msgid "_Character Encoding" #~ msgstr "_ÐšÐ¾Ð´ÑƒÐ²Ð°Ð½Ð½Ñ Ñимволів" #~ msgid "/_File" #~ msgstr "/_Файл" #~ msgid "/_File/_New Window" #~ msgstr "/_Файл/Ðове _вікно" #~ msgid "/_File/_New Tab" #~ msgstr "/_Файл/_Ðова вкладка" #~ msgid "/_File/sep1" #~ msgstr "/_Файл/sep1" #~ msgid "/_File/_Close Tab" #~ msgstr "/_Файл/_Закрити вкладку" #~ msgid "/_File/_Quit" #~ msgstr "/_Файл/За_крити" #~ msgid "/_Edit" #~ msgstr "/_Редагувати" #~ msgid "/_Edit/_Copy" #~ msgstr "/_Редагувати/_Копіювати" #~ msgid "/_Edit/_Paste" #~ msgstr "/_Редагувати/_Ð’Ñтавити" #~ msgid "/_Edit/sep1" #~ msgstr "/_Редагувати/sep1" #~ msgid "/_Edit/_Preferences..." #~ msgstr "/_Редагувати/_ÐалаштуваннÑ..." #~ msgid "/_Tabs" #~ msgstr "/_Вкладки" #~ msgid "/_Tabs/_Previous Tab" #~ msgstr "/_Вкладки/_ÐŸÐ¾Ð¿ÐµÑ€ÐµÐ´Ð½Ñ Ð²ÐºÐ»Ð°Ð´ÐºÐ°" #~ msgid "/_Tabs/_Next Tab" #~ msgstr "/_Вкладки/_ÐаÑтупна вкладка" #~ msgid "/_Help" #~ msgstr "/_Допомога" #~ msgid "/_Help/_About" #~ msgstr "/_Допомога/_ІнформаціÑ" #~ msgid "/_New Window" #~ msgstr "/Ðове _вікно" #~ msgid "/_New Tab" #~ msgstr "/Ðова в_кладка" #~ msgid "/sep1" #~ msgstr "/Переділ1" #~ msgid "/_Copy" #~ msgstr "/_Копіювати" #~ msgid "/_Paste" #~ msgstr "/Ð’_Ñтавити" #~ msgid "/sep2" #~ msgstr "/Переділ2" #~ msgid "/_Preferences..." #~ msgstr "/_ÐалаштуваннÑ..." #~ msgid "/sep3" #~ msgstr "/Переділ3" #~ msgid "/_Close Tab" #~ msgstr "/_Закрити вкладку" �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/ar.po���������������������������������������������������������������������������0000644�0001750�0001750�00000023675�12412537562�012215� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Arabic translations for PACKAGE package. # Copyright (C) 2009 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # أحمد ÙØ±ØºÙ„ <ahmad.farghal@gmail.com>, 2009. # Tareq Al Jurf <taljurf@fedoraproject.org>, 2010. # msgid "" msgstr "" "Project-Id-Version: LXTerminal\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2010-04-20 23:55+0300\n" "Last-Translator: Tareq Al Jurf <taljurf@fedoraproject.org>\n" "Language-Team: Arabic <trans-ar@lists.fedoraproject.org>\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Pootle 1.1.0\n" #: ../src/encoding.c:124 msgid "West European" msgstr "غرب أوروبي" #: ../src/encoding.c:125 msgid "East European" msgstr "شرق أوروبي" #: ../src/encoding.c:126 msgid "East Asian" msgstr "شرق أسيوي" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "جنوب شرق وجنوب غرب أسيوي" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "شرق أوسطي" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "يونيكود" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "غربي" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "وسط أوروبي" #: ../src/encoding.c:137 msgid "South European" msgstr "جنوب أوروبي" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "بلطيقي" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "سريلي" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "عربي" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "يوناني" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "عبري مرئي" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "عبري" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "تركي" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Ù†ÙØ±Ø¯ÙŠ" #: ../src/encoding.c:147 msgid "Celtic" msgstr "سلتي" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "روماني" #: ../src/encoding.c:157 msgid "Armenian" msgstr "أرميني" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "صيني تقليدي" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "سريلي/روسي" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "ياباني" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "كوري" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "صيني مبسط" #: ../src/encoding.c:169 msgid "Georgian" msgstr "جورجي" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "سريلي/أوكراني" #: ../src/encoding.c:188 msgid "Croatian" msgstr "كرواتي" #: ../src/encoding.c:190 msgid "Hindi" msgstr "هندي" #: ../src/encoding.c:191 msgid "Farsi" msgstr "ÙØ§Ø±Ø³ÙŠ" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "جوجاراتي" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "جرموخي" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "أيسلندي" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Ùيتنامي" #: ../src/encoding.c:204 msgid "Thai" msgstr "تايلندي" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_ملÙ" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "ت_حرير" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "Ø£_لسنة" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "Ù…_ساعدة" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "_Ù†Ø§ÙØ°Ø© جديدة" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "_لسان جديد" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "Ø£_غلق اللسان" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "Ø£_نه" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "ان_سخ" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "ا_لصق" #: ../src/lxterminal.c:154 #, fuzzy msgid "Clear scr_ollback" msgstr "اخÙ٠شريط التمرير" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "تÙ_ضيلات" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "_لسان الاسم" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "اللسان ال_سابق" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "اللسان ال_تالي" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "انقل اللسان إلى ال_يسار" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "انقل اللسان إلى اليمي_Ù†" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_عن" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 #, fuzzy msgid "Cl_ear scrollback" msgstr "اخÙ٠شريط التمرير" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "لسان الاسم" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "أحمد ÙØ±ØºÙ„ <ahmad.farghal@gmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "حقوق النشر محÙوظة (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "محاكي طرÙية لمشروع LXDE" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "ØªÙØ¶ÙŠÙ„ات LXTerminal" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "خط الطرÙية" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "الخلÙية" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "النص" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "اسمَح بالخط العريض" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "ومضات المؤشر" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "شكل المؤشر" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "كتلة" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "تسطير" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "الشكل" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "موقع شريط الألسنة" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "سطور التمرير الخلÙÙŠ" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "اخÙ٠شريط التمرير" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "اخÙ٠شريط القوائم" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "العرض" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "اختر باعتبار محار٠الكلمات" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "عطّÙÙ„ Ù…ÙØªØ§Ø­ اختصار القائمة (F10 ÙÙŠ الوضع Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ)" #: ../data/lxterminal-preferences.glade.h:20 #, fuzzy msgid "Disable using Alt-n for tabs and menu" msgstr "تعطيل إستعمال Alt-n للألسنة Ùˆ القائمة" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "الوضع المتقدم" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "الأعلى" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "الأسÙÙ„" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "اليسار" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "اليمين" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "شاشة طرÙية" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "استخدÙÙ… سطر الأوامر" #~ msgid "gtk-cancel" #~ msgstr "gtk-إلغاء" #~ msgid "gtk-ok" #~ msgstr "gtk-مواÙÙ‚" #~ msgid "Misc" #~ msgstr "خيارات متنوعة" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "عطّل الاختصار F10 للقائمة:" #~ msgid "General" #~ msgstr "عام" #~ msgid "_Preferences" #~ msgstr "_ØªÙØ¶ÙŠÙ„ات" #~ msgid "Transparent Background:" #~ msgstr "خلÙية Ø´ÙØ§ÙØ©:" #~ msgid "_View" #~ msgstr "_عرض" #~ msgid "_Character Encoding" #~ msgstr "_ترميز المحارÙ" �������������������������������������������������������������������lxterminal-0.2.0/po/ko.po���������������������������������������������������������������������������0000644�0001750�0001750�00000022305�12412537562�012211� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Korean translation for the lxterminal package. # Copyright (C) 2009-2012 Free software foundation Inc. # This file is distributed under the same license as the lxterminal package. # Seo Sanghyeon <sanxiyn@gmail.com>, 2011. # Seong-ho Cho <darkcircle.0426@gmail.com>, 2012. # msgid "" msgstr "" "Project-Id-Version: lxterminal.master\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-10-16 17:57+0900\n" "Last-Translator: Seong-ho Cho <darkcircle.0426@gmail.com>\n" "Language-Team: Seong-ho Cho <darkcircle.0426@gmail.com>\n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" #: ../src/encoding.c:124 msgid "West European" msgstr "서유럽어" #: ../src/encoding.c:125 msgid "East European" msgstr "ë™ìœ ëŸ½ì–´" #: ../src/encoding.c:126 msgid "East Asian" msgstr "ë™ì•„시아어" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "ë‚¨ë™ ë‚¨ì„œ 아시아어" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "중ë™" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "유니코드" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "서유럽어" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "중앙유럽어" #: ../src/encoding.c:137 msgid "South European" msgstr "남유럽어" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "발트어" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "키릴어" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "ì•„ë¼ë¹„ì•„ì–´" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "그리스어" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "히브리 ìƒí˜•문ìž" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "히브리어" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "터키어" #: ../src/encoding.c:145 msgid "Nordic" msgstr "노르웨ì´ì–´" #: ../src/encoding.c:147 msgid "Celtic" msgstr "켈트어" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "루마니아어" #: ../src/encoding.c:157 msgid "Armenian" msgstr "아르메니아어" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "중국어 번체" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "키릴/러시아어" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "ì¼ë³¸ì–´" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "한국어" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "중국어 ê°„ì²´" #: ../src/encoding.c:169 msgid "Georgian" msgstr "조지아어" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "키릴/ìš°í¬ë¼ì´ë‚˜ì–´" #: ../src/encoding.c:188 msgid "Croatian" msgstr "í¬ë¡œì•„í‹°ì•„ì–´" #: ../src/encoding.c:190 msgid "Hindi" msgstr "힌투어" #: ../src/encoding.c:191 msgid "Farsi" msgstr "페르시아어" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "구지ë¼í‹°ì–´" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "구르무키어" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "ì•„ì´ìŠ¬ëž€ë“œì–´" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "베트남어" #: ../src/encoding.c:204 msgid "Thai" msgstr "타ì´ì–´" #: ../src/lxterminal.c:137 msgid "_File" msgstr "파ì¼(_F)" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "편집(_E)" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "탭(_T)" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "ë„움ë§(_H)" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "새 ì°½(_W)" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "새 탭(_T)" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "탭 닫기(_C)" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "ë내기(_Q)" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "복사(_Y)" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "붙여넣기(_P)" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "ì´ì „ 스í¬ë¡¤ 지우기(_O)" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "기본 설정(_S)" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "탭 ì´ë¦„(_M)" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "ì´ì „ 탭(_V)" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "ë‹¤ìŒ íƒ­(_X)" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "탭 왼쪽으로 옮기기(_L)" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "탭 오른쪽으로 옮기기(_R)" #: ../src/lxterminal.c:162 msgid "_About" msgstr "ì •ë³´(_A)" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "URL 복사(_U)" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "ì´ì „ 스í¬ë¡¤ 지우기(_E)" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "제목 설정" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Seo Sanghyeon <sanxiyn@gmail.com>\n" "Seong-ho Cho <darkcircle.0426@gmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "LXDE 프로ì íŠ¸ì˜ í„°ë¯¸ë„ ì—뮬레ì´í„°" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "LXTerminal 기본 설정" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "í„°ë¯¸ë„ ê¸€ê¼´" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "배경색" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "글ìžìƒ‰" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "êµµì€ ê¸€ì”¨ 허용" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "커서 깜빡임" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "커서 모양" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "블럭" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "밑줄" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "소리 알림" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "형ì‹" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "탭 íŒ¨ë„ ìœ„ì¹˜" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "ì´ì „ 스í¬ë¡¤ 줄 수" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "스í¬ë¡¤ë°” 숨김" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "메뉴 막대 숨김" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "닫기 단추 숨김" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "표시" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "단어 단위 ì„ íƒ ë¬¸ìž" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "메뉴 바로 가기 키 비활성화 (기본 F10 키)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "탭과 ë©”ë‰´ì— ëŒ€í•´ Alt-n 사용 비활성화" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "고급" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "위" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "아래" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "왼쪽" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "오른쪽" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "터미ë„" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "명령 í–‰ì„ ì‚¬ìš©í•©ë‹ˆë‹¤" ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/bn_IN.po������������������������������������������������������������������������0000644�0001750�0001750�00000024027�12412537562�012570� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2009-07-31 12:42+0200\n" "Last-Translator: Sankarshan <sankarshan.mukhopadhyay@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Pootle 1.1.0\n" #: ../src/encoding.c:124 msgid "West European" msgstr "পশà§à¦šà¦¿à¦® ইউরোপীয়" #: ../src/encoding.c:125 msgid "East European" msgstr "পূরà§à¦¬ ইউরোপীয়" #: ../src/encoding.c:126 msgid "East Asian" msgstr "পূরà§à¦¬ à¦à¦¸à§€à§Ÿ" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "মধà§à¦¯ পà§à¦°à¦¾à¦šà§à¦¯" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "ইউনিকোড" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "পশà§à¦šà¦¿à¦®à¦¿" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "মধà§à¦¯ ইউরোপিয়" #: ../src/encoding.c:137 msgid "South European" msgstr "দকà§à¦·à¦¿à¦£ ইউরোপিয়" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "বলà§à¦Ÿà¦¿à¦•" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "সিরিলিক" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "অà§à¦¯à¦¾à¦°à¦¾à¦¬à¦¿à¦•" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "গà§à¦°à§€à¦•" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "হিবà§à¦°à§" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "হিবà§à¦°à§" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "তà§à¦°à§à¦•ি" #: ../src/encoding.c:145 msgid "Nordic" msgstr "নরà§à¦¡à¦¿à¦•" #: ../src/encoding.c:147 msgid "Celtic" msgstr "সেলà§à¦Ÿà¦¿à¦•" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "রোমানিয়ান" #: ../src/encoding.c:157 msgid "Armenian" msgstr "আরà§à¦®à§‡à¦¨à¦¿à§Ÿà¦¾à¦¨" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "সিরিলিক/রà§à¦¶à¦¿" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "জাপানি" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "কোরিয়ান" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "সহজ চাইনিজ" #: ../src/encoding.c:169 msgid "Georgian" msgstr "জরà§à¦œà¦¿à§Ÿà¦¾à¦¨" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "সিরিলিক/ইউকà§à¦°à§‡à¦¨à¦¿à§Ÿà¦¾à¦¨" #: ../src/encoding.c:188 msgid "Croatian" msgstr "কà§à¦°à§‹à§Ÿà§‡à¦¶à¦¿à§Ÿà¦¾à¦¨" #: ../src/encoding.c:190 msgid "Hindi" msgstr "হিনà§à¦¦à¦¿" #: ../src/encoding.c:191 msgid "Farsi" msgstr "ফারà§à¦¸à¦¿" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "গà§à¦œà¦°à¦¾à¦¤à¦¿" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "গà§à¦°à§à¦®à§à¦–ি" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "আইসলà§à¦¯à¦¾à¦¨à§à¦¡à¦¿à¦•" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "ভিয়েতনামিজ" #: ../src/encoding.c:204 msgid "Thai" msgstr "থাই" #: ../src/lxterminal.c:137 msgid "_File" msgstr "ফাইল(_F)" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "সমà§à¦ªà¦¾à¦¦à¦¨à¦¾(_E)" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "টà§à¦¯à¦¾à¦¬(_T)" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "সহায়িকা(_H)" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 #, fuzzy msgid "New _Window" msgstr "নতà§à¦¨ উইনà§à¦¡à§‹(_N)" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 #, fuzzy msgid "New _Tab" msgstr "নতà§à¦¨ টà§à¦¯à¦¾à¦¬(_N)" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "টà§à¦¯à¦¾à¦¬ বনà§à¦§ করà§à¦¨(_C)" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "পà§à¦°à¦¸à§à¦¥à¦¾à¦¨(_Q)" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 #, fuzzy msgid "Cop_y" msgstr "কপি করà§à¦¨(_C)" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "পেসà§à¦Ÿ করà§à¦¨(_P)" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 #, fuzzy msgid "Preference_s" msgstr "বৈশিষà§à¦Ÿà§à¦¯" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 #, fuzzy msgid "Na_me Tab" msgstr "নতà§à¦¨ টà§à¦¯à¦¾à¦¬(_N)" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 #, fuzzy msgid "Pre_vious Tab" msgstr "পূরà§à¦¬à§‡à¦° টà§à¦¯à¦¾à¦¬(_P)" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 #, fuzzy msgid "Ne_xt Tab" msgstr "পরের টà§à¦¯à¦¾à¦¬(_N)" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "" #: ../src/lxterminal.c:162 msgid "_About" msgstr "পরিচিতি(_A)" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 #, fuzzy msgid "Name Tab" msgstr "নতà§à¦¨ টà§à¦¯à¦¾à¦¬(_N)" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "সঙà§à¦•রà§à¦·à¦£ মà§à¦–োপাধà§à¦¯à¦¾à§Ÿ (sankarshan@randomink.org)" #: ../src/lxterminal.c:725 #, fuzzy msgid "Copyright (C) 2008-2011" msgstr "সà§à¦¬à¦¤à§à¦¬à¦¾à¦§à¦¿à¦•ার (C) ২০০৮" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "LXDE পà§à¦°à¦•লà§à¦ªà§‡à¦° জনà§à¦¯ টারà§à¦®à¦¿à¦¨à¦¾à¦² à¦à¦®à§à¦²à§‡à¦Ÿà¦¾à¦°" #: ../data/lxterminal-preferences.glade.h:1 #, fuzzy msgid "LXTerminal Preferences" msgstr "বৈশিষà§à¦Ÿà§à¦¯" #: ../data/lxterminal-preferences.glade.h:2 #, fuzzy msgid "Terminal font" msgstr "টারà§à¦®à¦¿à¦¨à¦¾à¦²à§‡à¦° ফনà§à¦Ÿ:" #: ../data/lxterminal-preferences.glade.h:3 #, fuzzy msgid "Background" msgstr "পটভূমি:" #: ../data/lxterminal-preferences.glade.h:4 #, fuzzy msgid "Foreground" msgstr "অগà§à¦°à¦­à§‚মি:" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "" #: ../data/lxterminal-preferences.glade.h:12 #, fuzzy msgid "Tab panel position" msgstr "টà§à¦¯à¦¾à¦¬ পà§à¦¯à¦¾à¦¨à§‡à¦²à§‡à¦° অবসà§à¦¥à¦¾à¦¨:" #: ../data/lxterminal-preferences.glade.h:13 #, fuzzy msgid "Scrollback lines" msgstr "পূরà§à¦¬à§‡à¦° সà§à¦•à§à¦°à§‹à¦² করা লাইন:" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "উপরে" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "নীচের" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "বাà¦à¦¦à¦¿à¦•ের" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "ডানদিকে" #: ../data/lxterminal.desktop.in.h:2 #, fuzzy msgid "Terminal" msgstr "LXTerminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "মেনà§à¦° জনà§à¦¯ F10 শরà§à¦Ÿ-কাট নিষà§à¦•à§à¦°à¦¿à§Ÿ করà§à¦¨:" #~ msgid "General" #~ msgstr "সাধারণ" #~ msgid "_Preferences" #~ msgstr "বৈশিষà§à¦Ÿà§à¦¯(_P)" #~ msgid "Transparent Background:" #~ msgstr "সà§à¦¬à¦šà§à¦› পটভূমি:" ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/it.po���������������������������������������������������������������������������0000644�0001750�0001750�00000023644�12412537562�012223� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Translation of lxterminal to Italian # Copyright (C) 2009 Fabio Barone <phonky at gmx.net> # This file is distributed under the same license as the lxterminal package # Fabio Barone <phonky at gmx.net>, 2009 # Andrea Florio <andrea@opensuse.org>, 2010. # Daniele Forsi <daniele@forsi.it>, 2012. msgid "" msgstr "" "Project-Id-Version: lxterminal 0.1.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2014-08-08 08:33+0000\n" "Last-Translator: Daniele Forsi <daniele@forsi.it>\n" "Language-Team: Italian\n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.6.0-rc1\n" "X-Poedit-SourceCharset: utf-8\n" "X-POOTLE-MTIME: 1407486790.000000\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Ovest Europeo" #: ../src/encoding.c:125 msgid "East European" msgstr "Est Europeo" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Est Asiatico" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Asiatico Sud-est e Sud-ovest" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Mediorientale" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Occidentale" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Centro Europeo" #: ../src/encoding.c:137 msgid "South European" msgstr "Sud Europeo" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Baltico" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Cirillico" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arabo" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Greco" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Ebraico Visuale" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Ebraico" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turco" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nordico" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Celtico" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Rumeno" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armeno" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Cinese Tradizionale" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Cirillico/Russo" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Giapponese" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Coreano" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Cinese Semplificato" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Georgiano" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Cirillico/Ucraino" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Croato" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Farsi" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islandese" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamita" #: ../src/encoding.c:204 msgid "Thai" msgstr "Tailandese" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_File" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Modifica" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Schede" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "A_iuto" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "_Nuova finestra" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Nuova _scheda" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Chiudi scheda" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Esci" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Copia" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Incolla" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "Pulisci sc_orrimento all'indietro" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Preferen_ze" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Rino_mina scheda" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "Scheda _precedente" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Scheda _successiva" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Sposta scheda a sinistra" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Sposta scheda a destra" #: ../src/lxterminal.c:162 msgid "_About" msgstr "I_nformazioni" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Copia _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "Pu_lisci scorrimento all'indietro" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Rinomina scheda" # I nomi sembrano in ordine dall'ultimo al primo #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Daniele Forsi <daniele@forsi.it>\n" "Andrea Florio <andrea@opensuse.org>\n" "Alessandro Pellizzari <alex@amiran.it>\n" "Fabio Barone<phonky@gmx.net>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright © 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Emulatore di terminale per il progetto LXDE" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "Preferenze di LXTerminal" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Carattere del terminale" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Sfondo" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Primo piano" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Permetti font grassetto" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Lampeggiamento cursore" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Stile cursore" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Blocco" # gnome-terminal traduce Underline->Trattino basso #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Trattino basso" # gnome-terminal traduce Terminal bell->Avviso acustico #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Avviso acustico" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Stile" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Posizione pannello schede" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Righe di scorrimento all'indietro" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Nascondi barra scorrimento" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Nascondi barra menu" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Nascondi pulsanti di chiusura" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Visualizzazione" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Caratteri per selezionare parole" # Vado a capo altrimenti la finestra si allarga troppo #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "" "Disabilita il tasto scorciatoia per i menu\n" "(predefinito F10)" # Accorcio altrimenti la finestra si allarga troppo #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Disabilita l'uso di Alt-N per schede e menu" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Avanzate" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Sopra" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Sotto" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Sinistra" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Destra" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminale" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Usa la riga di comando" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "Errore nell'avviare il browser web. Il comando era `%s'\n" #~ msgid "Misc" #~ msgstr "Varie" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Disabilita tasto scorciatoia F10 per i menù:" #~ msgid "General" #~ msgstr "Generale" #~ msgid "_Preferences" #~ msgstr "Impostazioni" #~ msgid "Transparent Background:" #~ msgstr "Sfondo trasparente:" ��������������������������������������������������������������������������������������������lxterminal-0.2.0/po/tr.po���������������������������������������������������������������������������0000644�0001750�0001750�00000023225�12412537562�012227� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2014-01-13 01:03+0000\n" "Last-Translator: vgezer <volkangezer@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.5.0\n" "X-POOTLE-MTIME: 1389574999.0\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Batı Avrupa" #: ../src/encoding.c:125 msgid "East European" msgstr "DoÄŸu Avrupa" #: ../src/encoding.c:126 msgid "East Asian" msgstr "DoÄŸu Asya" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "GD ve GB Asya" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "OrtadoÄŸu" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Evrensel Kod" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Batı" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Orta Avrupa" #: ../src/encoding.c:137 msgid "South European" msgstr "Güney Avrupa" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Baltık" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Kiril" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arapça" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Yunanca" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "İbranice Görsel" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "İbranice" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Türkçe" #: ../src/encoding.c:145 msgid "Nordic" msgstr "İskandinavca" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Keltçe" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Romence" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Ermenice" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Geleneksel Çince" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Kiril/Rusça" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japonca" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Korece" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "BasitleÅŸtirilmiÅŸ Çince" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Gürcüce" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Kiril/Ukraynaca" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Hırvatça" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hintçe" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Farsça" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gucaratça" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmuk" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "İzlandaca" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamca" #: ../src/encoding.c:204 msgid "Thai" msgstr "Tayca" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Dosya" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Düzenle" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Sekmeler" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Yardım" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Yeni _Pencere" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Yeni _Sekme" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "Sekmeyi _Kapat" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Çık" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "Kop_yala" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "Ya_pıştır" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "Geri kaydırmayı _temizle" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "_Tercihler" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Sek_meyi İsimlendir" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "Ön_ceki Sekme" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Sonra_ki Sekme" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Sekmeyi So_la Taşı" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Sekmeyi S_aÄŸa Taşı" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Hakkında" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "_URL'yi Kopyala" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "G_eri kaydırmayı temizle" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Sekmeyi İsimlendir" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Mehmet Gülmen (memetgulmen@gmail.com)\n" "Kılıç Köken (kilickoken@gmail.com)" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Telif Hakkı (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "LXDE giriÅŸimi için uçbirim öykünücüsü" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "LXTerminal Tercihleri" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Uçbirim yazı tipi" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Arkaplan" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Ön plan" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Kalın yazı tipine izin ver" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "İmleç yanıp sönmesi" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "İmleç biçemi" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Blok" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Altını çiz" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Sesli çan" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Biçem" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Sekme panel konumu" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Geri kaydırılacak satır sayısı" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Kaydırma çubuÄŸunu gizle" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Menü çubuÄŸunu gizle" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Kapatma düğmelerini gizle" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Görüntü" # "birem: karakter" # ise Türkçe'de yerleÅŸmiÅŸ olan karakteri kullanmak lazım ki öz-Türkçecilerden baÅŸkası da anlasın. Ayrıca "sözcükle-seç biremler" türkçe deÄŸil Tarzanca. Select-by-word characters=Character Classes=Regular Expressions=regex=regexp=Düzenli ifade karakterleri #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Düzenli ifade karakterleri" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Menü kısayol tuÅŸunu (varsayılan F10) devre dışı bırak" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Sekme ve menü deÄŸiÅŸtirmek için Alt-n kullanımını devre dışı bırak" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "GeliÅŸmiÅŸ" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Üst" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Alt" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Sol" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "SaÄŸ" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Uçbirim" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Komut satırını kullan" #~ msgid "gtk-cancel" #~ msgstr "gtk-vazgeç" #~ msgid "gtk-ok" #~ msgstr "gtk-tamam" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "Elbiz (web) gözatıcı açılamadı. Komut `%s' idi\n" #~ msgid "Misc" #~ msgstr "ÇeÅŸitli" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Menü için F10 kısayolunu edilgenle:" ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/tt_RU.po������������������������������������������������������������������������0000644�0001750�0001750�00000023656�12412537562�012647� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Ainur Shakirov <ainur.shakirov.tt@gmail.com>, 2011. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2011-10-03 06:18+0200\n" "Last-Translator: Ainur <ainur.shakirov.tt@gmail.com>\n" "Language-Team: Tatar <>\n" "Language: tt_RU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Көнбатыш Ðурупа" #: ../src/encoding.c:125 msgid "East European" msgstr "Көнчыгыш Ðурупа" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Көнчыгыш ÐзиÑ" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "КөньÑк-көнчыгыш һәм көньÑк-көнбатыш ÐзиÑ" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Якын көнчыгыш" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Юникод" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Көнбатыш" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Үзәк Ðурупа" #: ../src/encoding.c:137 msgid "South European" msgstr "КөньÑк Ðурупа" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Балтик" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Кириллик" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Гарәп" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Грек" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Иврит (визуаль)" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Иврит" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Төрек" #: ../src/encoding.c:145 msgid "Nordic" msgstr "СкандинавиÑ" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Кельт" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Румын" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Әрмән" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Кытай (гадәти)" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Кириллик/РәÑәй" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Япон" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "КореÑ" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Кытай (җиңел)" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Грузин" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Кириллик/Украин" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Хорват" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Һинд" #: ../src/encoding.c:191 msgid "Farsi" msgstr "ФарÑÑ‹" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Гуджарати" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Гурмуки" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "ИÑланд" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Вьетнам" #: ../src/encoding.c:204 msgid "Thai" msgstr "Тай" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Файл" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Үзгәртү" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Ó¨Ñтәмә битләр" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Белешмә" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Яңа _тәрәзә" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Яңа _Ó©Ñтәмә бит" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Ó¨Ñтәмә битне Ñбу" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Чыгу" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Күчермә ÑÑау" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Куйдыру" #: ../src/lxterminal.c:154 #, fuzzy msgid "Clear scr_ollback" msgstr "Әйләндерә баганаÑын качыру" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "_Көйләүләр" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Ó¨Ñтәмә бит иÑ_еме" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "Ðлд_ынгы Ó©Ñтәмә бит" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Ðл_дагы Ó©Ñтәмә бит" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Ó¨Ñтәмә битне _Ñулга күчеру" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Ó¨Ñтәмә битне _уңга күчеру" #: ../src/lxterminal.c:162 msgid "_About" msgstr "Кушымта _турында" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 #, fuzzy msgid "Cl_ear scrollback" msgstr "Әйләндерә баганаÑын качыру" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Ó¨Ñтәмә биткә иÑем кушу" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "Ainur Shakirov <ainur.shakirov.tt@gmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "LXDE өчен терминал ÑмулÑторы" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "LXTerminal көйләүләре" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Терминал хәрефе" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Җирлек төÑе" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "ТекÑÑ‚ төÑе" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Калын хәреф куллануга Ñ€Ó©Ñ…Ñәт бирү" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "КурÑорны ачып йому" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "КурÑор төре" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Сайланган өлкә" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "ÐÑтына Ñызу" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Тавыш Ñигналын уйнату" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Стиль" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Ó¨Ñтәмә бит панеленең урыны" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Юлларны әйләндерү" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Әйләндерә баганаÑын качыру" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Меню юлын качыру" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Ябу төймәÑен качыру" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Экран" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Сүзләр буенча Ñайланган тамгалар" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Меню өчен ÑÑÑе төймәне Ñүндерү (үрнәк буенча F10)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Ó¨Ñтәмә битләр һәм меню өчен Alt-n төймәÑен Ñүндерү" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Ó¨Ñтәмә көйләүләр" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Ó¨Ñкә" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "ÐÑка" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Сул Ñк" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Уң Ñк" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Терминал" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Команда юлын куллану" #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" ����������������������������������������������������������������������������������lxterminal-0.2.0/po/frp.po��������������������������������������������������������������������������0000644�0001750�0001750�00000021307�12412537562�012370� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2009-09-26 17:14+0200\n" "Last-Translator: alexandre raymond <alekcxjo@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Pootle 1.1.0\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Europeèn du Cuchènt" #: ../src/encoding.c:125 msgid "East European" msgstr "Europeèn du Levènt" #: ../src/encoding.c:126 #, fuzzy msgid "East Asian" msgstr "Asiatico du Levènt" #: ../src/encoding.c:127 #, fuzzy msgid "SE & SW Asian" msgstr "Asiatico du Mijorn-Levènt é Mijorn-Cuchènt" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Procho-Levènt" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 #, fuzzy msgid "Unicode" msgstr "Unicódo" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Cuchènt" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Europeèn du Çantre" #: ../src/encoding.c:137 msgid "South European" msgstr "Europeèn du Sud" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 #, fuzzy msgid "Baltic" msgstr "Baltico" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 #, fuzzy msgid "Cyrillic" msgstr "Cirilico" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arâbo" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Greco" #: ../src/encoding.c:142 #, fuzzy msgid "Hebrew Visual" msgstr "Hebreo Visual" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebreo" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turco" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nordico" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Celto" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Romèn" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armenèn" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Chinés tradicionél" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Cirilico/Russo" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japanés" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Coreèn" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Chinés Simplifiâ" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Jorjèn" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Cirilico/Ucrenèn" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Croato" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Indèn" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Perso" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islandés" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamèn" #: ../src/encoding.c:204 msgid "Thai" msgstr "Taï" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Fichèr" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Edicion" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Tirènt" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Édi" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 #, fuzzy msgid "New _Window" msgstr "_Novela fenehtra" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 #, fuzzy msgid "New _Tab" msgstr "_Noveu tirènt" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Sarrar lo tirènt" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Modar" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 #, fuzzy msgid "Cop_y" msgstr "_Copiar" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Glletar" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 #, fuzzy msgid "Preference_s" msgstr "Preferences" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 #, fuzzy msgid "Na_me Tab" msgstr "_Noveu tirènt" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 #, fuzzy msgid "Pre_vious Tab" msgstr "_Tirènt d'avant" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 #, fuzzy msgid "Ne_xt Tab" msgstr "_Tirènt d'apres" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_A propós" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 #, fuzzy msgid "Name Tab" msgstr "_Noveu tirènt" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "Alexandre Raymond <Alexandre.Raymond@univ-lyon2.fr>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Drét de Copie / Copyright (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Emulatór de Terminal per lo projet LXDE" #: ../data/lxterminal-preferences.glade.h:1 #, fuzzy msgid "LXTerminal Preferences" msgstr "Preferences" #: ../data/lxterminal-preferences.glade.h:2 #, fuzzy msgid "Terminal font" msgstr "Fonda do Terminal:" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "" #: ../data/lxterminal-preferences.glade.h:12 #, fuzzy msgid "Tab panel position" msgstr "Posicion do paneu a tirèns" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "D'amont" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "D'aval" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "A gauchi" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "A dréti" #: ../data/lxterminal.desktop.in.h:2 #, fuzzy msgid "Terminal" msgstr "LXTerminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "" #~ msgid "_Preferences" #~ msgstr "_Preferences" #~ msgid "General" #~ msgstr "General" �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/ja.po���������������������������������������������������������������������������0000644�0001750�0001750�00000023232�12412537562�012172� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Japanese translations for lxterminal package # lxterminal パッケージã«å¯¾ã™ã‚‹æ—¥æœ¬èªžè¨³. # Copyright (C) 2008-2010 THE lxterminal'S COPYRIGHT HOLDER # This file is distributed under the same license as the lxterminal package. # Hironao Komatsu <hironao@users.sourceforge.net>, 2008-2010. # IWAI, Masaharu <iwai@alib.jp>, 2009. # <jugger90@gmail.com>, 2010. # msgid "" msgstr "" "Project-Id-Version: lxterminal 0.1.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2010-07-31 17:47+0900\n" "Last-Translator: Hironao Komatsu <hironao@users.sourceforge.net>\n" "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../src/encoding.c:124 msgid "West European" msgstr "西欧" #: ../src/encoding.c:125 msgid "East European" msgstr "æ±æ¬§" #: ../src/encoding.c:126 msgid "East Asian" msgstr "æ±ã‚¢ã‚¸ã‚¢" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "è¥¿å— & æ±å—アジア" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "中æ±" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "西欧" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "中欧" #: ../src/encoding.c:137 msgid "South European" msgstr "å—æ¬§" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "ãƒãƒ«ãƒˆèªž" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "キリル語" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "アラビア語" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "ギリシャ語" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "ヘブライ語 (Visual)" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "ヘブライ語" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "トルコ語" #: ../src/encoding.c:145 msgid "Nordic" msgstr "ノルウェー語" #: ../src/encoding.c:147 msgid "Celtic" msgstr "ケルト語" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "ルーマニア語" #: ../src/encoding.c:157 msgid "Armenian" msgstr "アルメニア語" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "ç¹ä½“字中国語" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "キリル/ロシア語" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "日本語" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "韓国語" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "簡体字中国語" #: ../src/encoding.c:169 msgid "Georgian" msgstr "グルジア語" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "キリル/ウクライナ語" #: ../src/encoding.c:188 msgid "Croatian" msgstr "クロアãƒã‚¢èªž" #: ../src/encoding.c:190 msgid "Hindi" msgstr "ヒンディー語" #: ../src/encoding.c:191 msgid "Farsi" msgstr "ペルシア語" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "グジャラート語" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "グルムキー語" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "アイスランド語" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "ベトナム語" #: ../src/encoding.c:204 msgid "Thai" msgstr "タイ語" #: ../src/lxterminal.c:137 msgid "_File" msgstr "ファイル(_F)" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "編集(_E)" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "タブ(_T)" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "ヘルプ(_H)" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "æ–°è¦ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦(_W)" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "æ–°è¦ã‚¿ãƒ–(_T)" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "タブを閉ã˜ã‚‹(_C)" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "終了(_Q)" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "コピー(_Y)" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "貼り付ã‘(_P)" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "ãƒãƒƒã‚¯ãƒ­ã‚°ã®æ¶ˆåŽ»(_O)" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "設定(_S)" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "タブã®åå‰å¤‰æ›´(_M)" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "å‰ã®ã‚¿ãƒ–(_V)" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "次ã®ã‚¿ãƒ–(_X)" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "タブを左ã¸ç§»å‹•(_L)" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "タブをå³ã¸ç§»å‹•(_R)" #: ../src/lxterminal.c:162 msgid "_About" msgstr "情報(_A)" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "URLをコピー(_U)" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "ãƒãƒƒã‚¯ãƒ­ã‚°ã‚’消去(_E)" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "タブã®åå‰å¤‰æ›´" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Hironao Komatsu <hironao@users.sourceforge.net>\n" "IWAI, Masaharu <iwai@alib.jp>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "LXDEプロジェクトã®ãŸã‚ã®ç«¯æœ«ã‚¨ãƒŸãƒ¥ãƒ¬ãƒ¼ã‚¿" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "LXTerminal ã®è¨­å®š" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "端末ã®ãƒ•ォント" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "背景色" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "剿™¯è‰²" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "太字フォントを許å¯ã™ã‚‹" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "カーソルã®ç‚¹æ»…" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "カーソルã®ã‚¹ã‚¿ã‚¤ãƒ«" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "四角" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "下線" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "音声ã®ãƒ™ãƒ«" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "スタイル" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "タブã®ä½ç½®" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "履歴ã®è¡Œæ•°" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "スクロールãƒãƒ¼ã‚’éš ã™" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "メニューãƒãƒ¼ã‚’éš ã™" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "é–‰ã˜ã‚‹ãƒœã‚¿ãƒ³ã‚’éš ã™" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "ディスプレイ" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "é¸æŠžæ™‚ã«èªžã«å«ã¾ã‚Œã‚‹æ–‡å­—" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "メニューを開ãショートカットを無効ã«ã™ã‚‹ (標準㧠F10)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Alt-n ã«ã‚ˆã‚‹ã‚¿ãƒ–ã‚„ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®æ“作を無効ã«ã™ã‚‹" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "高度ãªè¨­å®š" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "上" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "下" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "å·¦" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "å³" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "端末" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "コマンド・ライン端末ã§ã™" #~ msgid "Disable using Alt-n to switch tabs" #~ msgstr "Alt-n ã«ã‚ˆã‚‹ã‚¿ãƒ–ã®åˆ‡ã‚Šæ›¿ãˆã‚’無効ã«ã™ã‚‹" #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/nl.po���������������������������������������������������������������������������0000644�0001750�0001750�00000022745�12412537562�012221� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Dutch translation of the lxterminal package. # Copyright (C) the author of the lxterminal package. # This file is distributed under the same license as the # lxterminal package. # Pjotr, 2011. # msgid "" msgstr "" "Project-Id-Version: lxterminal\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2014-01-28 09:42+0000\n" "Last-Translator: Pjotr <pjotrvertaalt@gmail.com>\n" "Language-Team: Dutch\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.5.0\n" "X-POOTLE-MTIME: 1390902131.0\n" #: ../src/encoding.c:124 msgid "West European" msgstr "West-Europees" #: ../src/encoding.c:125 msgid "East European" msgstr "Oost-Europees" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Oost-Aziatisch" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "ZO- en ZW-Aziatisch" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Midden-Oosters" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Westers" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Centraal-Europees" #: ../src/encoding.c:137 msgid "South European" msgstr "Zuid-Europees" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Baltisch" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Cyrillisch" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arabisch" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Grieks" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Hebreeuws visueel" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebreeuws" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turks" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Noord-Europees" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Keltisch" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Roemeens" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armeens" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Chinees (Traditioneel)" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Cyrillisch/Russisch" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japans" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Koreaans" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Chinees (Vereenvoudigd)" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Georgisch" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Cyrillisch/Oekraïens" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Kroatisch" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Farsi" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "IJslands" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamees" #: ../src/encoding.c:204 msgid "Thai" msgstr "Thais" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Bestand" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "Be_werken" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Tabbladen" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Hulp" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Nieuw _venster" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Nieuw _tabblad" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "Tabblad _sluiten" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Afsluiten" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "Kop_iëren" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Plakken" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "Terugschuiven wissen" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "_Voorkeuren" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Naa_m tabblad" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "V_orig tabblad" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Vol_gend tabblad" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Verplaats tabblad naar _links" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Verplaats tabblad naar _rechts" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Over" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Webadres (URL) kopiëren" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "Terugschuiven wissen" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Naam tabblad" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Sander De Voogdt\n" "Pjotr <pjotrvertaalt@gmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Auteursrecht (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Terminalvenster voor het LXDE-project" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "Voorkeuren van LXTerminal" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Terminal-lettertype" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Achtergrond" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Voorgrond" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Vet lettertype toestaan" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Knippering van aanwijzer" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Stijl van aanwijzer" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Blokkeer" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Onderstrepen" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Hoorbare klok" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Stijl" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Positie van tabbalk" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Regels terugschuiven" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Verberg bladerbalk" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Verberg menubalk" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Verberg sluitknoppen" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Scherm" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Tekens voor op-woord-selecteren" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Menu-sneltoets uitschakelen (standaard is F10)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Schakel het gebruik van Alt-n uit voor tabbladen en menu" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Gevorderd" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Bovenaan" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Onderaan" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Links" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Rechts" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminalvenster" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Gebruik de opdrachtregel" #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "Kon de webbrowser niet starten. De opdracht was `%s'\n" #~ msgid "Misc" #~ msgstr "Allerlei" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "F10-sneltoets voor menu uitschakelen:" #~ msgid "General" #~ msgstr "Algemeen" #~ msgid "_Preferences" #~ msgstr "Voorkeuren" #~ msgid "Transparent Background:" #~ msgstr "Doorzichtige achtergrond:" ���������������������������lxterminal-0.2.0/po/ChangeLog�����������������������������������������������������������������������0000644�0001750�0001750�00000002360�12412537562�013011� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������2009-12-03 Og Maciel <ogmaciel@gnome.org> * pt_BR.po: Updated Brazilian Portuguese translation by Henrique P Machado. 2009-07-29 Michal Várady <miko.vaji@gmail.com> * cs.po: Czech translation updated 2009-04-27 Og Maciel <ogmaciel@gnome.org> * pt_BR.po: Updated Brazilian Portuguese translation by Henrique P Machado. 2009-03-12 Og Maciel <ogmaciel@gnome.org> * LINGUAS: Updated. * pt_BR.po: Updated Brazilian Portuguese translation. 2009-02-13 Og Maciel <ogmaciel@gnome.org> * pt_BR.po: Updated Brazilian Portuguese translation. 2009-02-10 Ming-Ting Wei <medicalwei@gmail.com> * ja.po: Added Japanese translation * LINGUAS: Updated 2009-01-26 Og Maciel <ogmaciel@gnome.org> * lxterminal.pot: Updated. * POTFILES.in: Updated to include src/encoding.c. * LINGUAS: Added with all available languages. * pt.po: Renamed as there is no pt_PT. * .po: Updated againt new pot file. 2009-01-26 Ming-Ting Wei <medicalwei@gmail.com> * ar.po: Added Arabic translation * ru.po: Added Russian translation 2009-01-25 Mario Blättermann <mario.blaettermann@t-online.de> * de.po: Updated German translations (de, de_DE, de_AT, de_CH) 2008-11-15 Mario Blättermann <mario.blaettermann@t-online.de> * de.po: Updated German translation ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/zh_TW.po������������������������������������������������������������������������0000644�0001750�0001750�00000023144�12412537562�012635� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# LXTerminal Chinese Traditional (Taiwan) Translation. # Copyright (C) 2009 LXDE Project # This file is distributed under the same license as the lxterminal package. # Fred Chien <cfsghost@gmail.com>, 2008. # msgid "" msgstr "" "Project-Id-Version: lxterminal 0.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-09-30 05:15+0200\n" "Last-Translator: Walter <wwycheuk@gmail.com>\n" "Language-Team: zh_TW <LL@li.org>\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" "X-Poedit-Language: Chinese\n" "X-Poedit-Country: TAIWAN\n" "X-Poedit-SourceCharset: utf-8\n" #: ../src/encoding.c:124 msgid "West European" msgstr "西æ­èªžç³»" #: ../src/encoding.c:125 msgid "East European" msgstr "æ±æ­èªžç³»" #: ../src/encoding.c:126 msgid "East Asian" msgstr "æ±äºžèªžç³»" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "æ±å—與西å—亞" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "中æ±èªžç³»" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode è¬åœ‹ç¢¼" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "西方語系" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "中æ­èªžç³»" #: ../src/encoding.c:137 msgid "South European" msgstr "å—æ­èªžç³»" # google翻譯 #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "波羅的海語系" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "西里爾(斯拉夫)å­—æ¯" # tim #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "阿拉伯語系" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "希臘文" # Visual視覺系的,google #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "希伯來語系Visual" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "希伯來語系" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "土耳其語系" #: ../src/encoding.c:145 msgid "Nordic" msgstr "日耳曼北æ­èªžç³»" #: ../src/encoding.c:147 msgid "Celtic" msgstr "塞爾特語系" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "羅馬尼亞語系" #: ../src/encoding.c:157 msgid "Armenian" msgstr "亞美尼亞語系" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "正(ç¹ï¼‰é«”中文" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "西里爾/俄語系" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "日文" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "韓文" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "簡體中文" #: ../src/encoding.c:169 msgid "Georgian" msgstr "喬治亞語系" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "西里爾/çƒå…‹è˜­èªžç³»" #: ../src/encoding.c:188 msgid "Croatian" msgstr "克勞埃西亞語系" #: ../src/encoding.c:190 msgid "Hindi" msgstr "å°åº¦æ–‡" # yahooå­—å…¸ #: ../src/encoding.c:191 msgid "Farsi" msgstr "波斯語系" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "亞利安語系(å°åº¦èªžç³»)" # http://forum.moztw.org/viewtopic.php?t=11472 #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "å¤çˆ¾ç©†å¸Œèªž" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "冰島語系" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "è¶Šå—æ–‡" #: ../src/encoding.c:204 msgid "Thai" msgstr "æ³°æ–‡" #: ../src/lxterminal.c:137 msgid "_File" msgstr "檔案(_F)" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "編輯(_E)" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "分é (_T)" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "說明(_H)" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "開新視窗(_W)" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "開新分é (_T)" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "關閉分é (_C)" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "離開(_Q)" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "複製(_Y)" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "貼上(_P)" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "清除æ²å‹•列(_O)" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "å好設定(_S)" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "命å分é (_M)" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "上一個分é (_V)" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "下一個分é (_X)" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "將分é å·¦ç§»(_L)" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "將分é å³ç§»(_R)" #: ../src/lxterminal.c:162 msgid "_About" msgstr "關於(_A)" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "複製 _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "清除æ²å‹•列(_E)" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LX 終端機" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "命å分é " #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Fred Chien <cfsghost@gmail.com>\n" "Ming-Ting Wei <medicalwei@gmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "版權(C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "LXDE 專案的終端機模擬器" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "LXTerminal å好設定" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "終端機字型" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "背景色" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "剿™¯è‰²" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "å…許粗體字" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "文字游標閃çˆ" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "文字游標風格" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "å€å¡Š" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "底線" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "鈴è²å¯èž" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "風格" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "分é é¡¯ç¤ºä½ç½®" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "ä¿ç•™è¡Œæ•¸" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "éš±è—æ²å‹•列" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "éš±è—é¸å–®åˆ—" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "éš±è—關閉按鈕" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "顯示" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "é¸å–字詞時會é¸å–以下的字元" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "åœç”¨é¸å–®æ·å¾‘éµ (é è¨­ç‚º F10)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "åœç”¨ä»¥ Alt-n 切æ›åˆ†é åŠé¸å–®" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "進階" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "頂部" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "底部" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "å·¦å´" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "å³å´" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "終端機" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "使用命令列" #~ msgid "Misc" #~ msgstr "å…¶ä»–" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "å–æ¶ˆ F10 目錄快æ·éµï¼š" #~ msgid "General" #~ msgstr "一般" #~ msgid "_Preferences" #~ msgstr "å好設定(_P)" #~ msgid "Transparent Background:" #~ msgstr "背景åŠé€æ˜Žï¼š" #~ msgid "_View" #~ msgstr "檢視(_V)" #~ msgid "_Character Encoding" #~ msgstr "文字編碼(_C)" ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/en_GB.po������������������������������������������������������������������������0000644�0001750�0001750�00000021647�12412537562�012562� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# msgid "" msgstr "" "Project-Id-Version: LxTerminal\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-10-24 15:28+0200\n" "Last-Translator: Steve <yorvik.ubunto@gmail.com>\n" "Language-Team: English UK en_GB <yorvik.ubunto@gmail.com>\n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" "X-Poedit-Language: English\n" "X-Poedit-Country: UNITED KINGDOM\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Western European" #: ../src/encoding.c:125 msgid "East European" msgstr "Eastern European" #: ../src/encoding.c:126 msgid "East Asian" msgstr "East Asian" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "SE & SW Asian" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Middle Eastern" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Western" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Central European" #: ../src/encoding.c:137 msgid "South European" msgstr "Southern European" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Baltic" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Cyrillic" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arabic" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Greek" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Hebrew Visual" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebrew" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turkish" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nordic" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Celtic" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Romanian" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armenian" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Chinese Traditional" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Cyrillic/Russian" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japanese" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Korean" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Chinese Simplified" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Georgian" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Cyrillic/Ukrainian" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Croatian" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Farsi" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Icelandic" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamese" #: ../src/encoding.c:204 msgid "Thai" msgstr "Thai" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_File" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Edit" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Tabs" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Help" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "New _Window" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "New _Tab" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Close Tab" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Quit" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "Cop_y" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Paste" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "Clear scr_ollback" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Preference_s" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Na_me Tab" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "Pre_vious Tab" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Ne_xt Tab" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Move Tab _Left" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Move Tab _Right" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_About" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Copy _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "Cl_ear scrollback" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Name Tab" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "translator-credits" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright © 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Terminal emulator for LXDE project" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "LXTerminal Preferences" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Terminal Font:" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Background:" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Foreground:" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Allow bold font" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Cursor Blinks:" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Cursor style" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Block" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Underline" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Audible bell" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Style" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Tab panel position:" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Scroll-back lines:" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Hide scroll bar:" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Hide menu bar:" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Hide Close button" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Display" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Select-by-word characters:" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Disable menu shortcut key (F10 by default)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Disable using Alt-n for tabs and menu" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Advanced" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Top" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Bottom" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Left" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Right" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Use the command line" #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "Failed to launch the web browser. The command was `%s'\n" #~ msgid "Misc" #~ msgstr "Misc" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Disable F10 shortcut for menu:" �����������������������������������������������������������������������������������������lxterminal-0.2.0/po/bg.po���������������������������������������������������������������������������0000644�0001750�0001750�00000025027�12412537562�012174� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: lxterminal\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-09-30 21:40+0200\n" "Last-Translator: РадоÑлав <reckku@gmail.com>\n" "Language-Team: MIME-Version: 1.0\n" "Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" "X-Poedit-Language: Bulgarian\n" "X-Poedit-Country: BULGARIA\n" #: ../src/encoding.c:124 msgid "West European" msgstr "ЗападноевропейÑки" #: ../src/encoding.c:125 msgid "East European" msgstr "ИзточноевропейÑки" #: ../src/encoding.c:126 msgid "East Asian" msgstr "ИзточноазиатÑки" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Югоизточна и Югозападна ÐзиÑ" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Близък Изток" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Унифицирана кодировка" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Западен" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "ЦентралноевропейÑки" #: ../src/encoding.c:137 msgid "South European" msgstr "ЮжноевропейÑки" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "БалтийÑки" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Кирилица" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "ÐрабÑки" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Гръцки" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Иврит (Визуален)" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Иврит" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "ТурÑки" #: ../src/encoding.c:145 msgid "Nordic" msgstr "СкандинавÑки" #: ../src/encoding.c:147 msgid "Celtic" msgstr "КелтÑка" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "РумънÑки" #: ../src/encoding.c:157 msgid "Armenian" msgstr "ÐрменÑки" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "КитайÑки (Традиционен)" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Кирилица (РуÑка)" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "ЯпонÑки" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "КорейÑки" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "КитайÑки (ОпроÑтен)" #: ../src/encoding.c:169 msgid "Georgian" msgstr "ГрузинÑки" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Кирилица (УкраинÑка)" #: ../src/encoding.c:188 msgid "Croatian" msgstr "ХърватÑки" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Хинди" #: ../src/encoding.c:191 msgid "Farsi" msgstr "ФарÑи" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Гуджарати" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Гурмуки" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "ИÑландÑки" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "ВиетнамÑки" #: ../src/encoding.c:204 msgid "Thai" msgstr "ТайландÑки" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Файл" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "Р_едактиране" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Раздели" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "Помо_щ" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "_Ðов прозорец" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Ð_ов раздел" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_ЗатварÑне на раздела" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Изход" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Копиране" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_ПоÑтавÑне" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "Върни п_ревъртÑното" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Предпо_читаниÑ" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Име _на раздела" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "Пре_дишен раздел" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "_Следващ раздел" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "ПремеÑти раздела от_лÑво" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "ПремеÑти раздела от_дÑÑно" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_ОтноÑно" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Копирай _адреÑа" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "_Връщане на превъртÑното" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Име на раздела" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "РадоÑлав Иванов" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright © 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Терминален емулатор за LXDE" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "ПредпочитаниÑ" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Терминален шрифт" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Фон" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Ðа преден план" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Разреши удебелен шрифт" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Мигане на курÑора" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Вид на курÑора" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Блокирай" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Подчертай" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Звуков Ñигнал" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Стил" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Подредба на разделитe" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Щрихи" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Скрий плъзгача" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Скрий Менюто" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Скрий бутоните за затварÑне" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Екран" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Маркирай по думи" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Деактивирай бърз клавиш за менюто (по подразбиране: F10)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Деактивирай Alt-а за бързите клавиши в менюто и разделите" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Допълнителни" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Горе" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Долу" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "ЛÑво" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "ДÑÑно" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Терминал" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Използване на команден ред" #~ msgid "gtk-cancel" #~ msgstr "gtk-отказ" #~ msgid "gtk-ok" #~ msgstr "gtk-да" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "ÐеуÑпешно Ñтартиране на Браузъра. Грешката беше `%s'\n" #~ msgid "Misc" #~ msgstr "Разни" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Деактивирай кратък път (F10) до менюто:" #~ msgid "General" #~ msgstr "ОÑновни" #~ msgid "_Preferences" #~ msgstr "_ÐаÑтройки" #, fuzzy #~ msgid "Transparent Background:" #~ msgstr "Прозрачен фон" ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/sv.po���������������������������������������������������������������������������0000644�0001750�0001750�00000023202�12412537562�012225� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Swedish translation for LXTerminal. # Copyright (C) 2009 Free Software Foundation, Inc. # This file is distributed under the same license as the lxterminal package. # Daniel Nylander <po@danielnylander.se>, 2009. # Martin Bagge <brother@bsnet.se>, 2009 msgid "" msgstr "" "Project-Id-Version: lxterminal\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-09-23 15:36+0200\n" "Last-Translator: Martin <brother@bsnet.se>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Västeuropeisk" #: ../src/encoding.c:125 msgid "East European" msgstr "Östeuropeisk" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Östasiatisk" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Sydost- och sydväst-asiatisk" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Mellanöstern" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Västlig" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Centraleuropeisk" #: ../src/encoding.c:137 msgid "South European" msgstr "Sydeuropeisk" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Baltisk" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Kyrillisk" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arabisk" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Grekisk" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Hebreisk (visuell)" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebreisk" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turkisk" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nordisk" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Keltisk" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Rumänsk" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armensk" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Kinesisk (traditionell)" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Kyrillisk/Rysk" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japansk" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Koreansk" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Kinesisk (förenklad)" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Georgisk" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Kyrillisk/ukrainsk" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Kroatisk" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Farsi" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Isländsk" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamesisk" #: ../src/encoding.c:204 msgid "Thai" msgstr "Thai" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Arkiv" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Redigera" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Flikar" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Hjälp" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "_Nytt fönster" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Ny _flik" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "S_täng flik" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "A_vsluta" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Kopiera" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "Klistra _in" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "Töm skärmhist_orik" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "_Inställningar" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Namnge _flik" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "_FöregÃ¥ende flik" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "_Nästa flik" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Flytta flik _vänster" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Flytta flik _höger" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Om" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Kopiera _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "Töm _skärmhistorik" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Namnge flik" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Daniel Nylander <po@danielnylander.se>\n" "Martin Bagge <brother@bsnet.se>\n" "\n" "Skicka synpunkter pÃ¥ översättningen till\n" "<tp-sv@listor.tp-sv.se>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright © 2008-2012" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Terminalemulator för LXDE-projektet" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "Inställningar för LXTerminal" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Terminaltypsnitt" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Bakgrund" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Förgrund" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "TillÃ¥t fetstilt" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Markörblink" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Markörstil" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Block" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Understrykning" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Terminalljud" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Stil" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Panelposition för flikfält" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Rader i rullningslist" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Göm rullist" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Göm menyfält" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Göm stängknappar" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Visning" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Tecken för välj-efter-ord" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Avaktivera tangentbordskomando för meny (F10 som standard)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Avaktivera användningen av Alt-n förflikar och meny" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Avancerad" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Överst" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Nederst" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Vänster" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Höger" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Använd kommandoraden" #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "Kunde inte starta webbläsare. Kommandot var `%s'\n" #~ msgid "Misc" #~ msgstr "Övrigt" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Avaktivera tangentbordsgenvägen F10 för meny:" #~ msgid "General" #~ msgstr "Allmänt" #~ msgid "_Preferences" #~ msgstr "_Inställningar" #~ msgid "Transparent Background:" #~ msgstr "Transparent bakgrund:" #~ msgid "_View" #~ msgstr "_Visa" #~ msgid "_Character Encoding" #~ msgstr "_Teckenkodning" ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/sr@latin.po���������������������������������������������������������������������0000644�0001750�0001750�00000022622�12412537562�013356� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Serbian translation for LXTerminal package # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the LXTerminal package. # Jay A. Fleming <tito.nehru.naser@gmail.com>, 2009. # # msgid "" msgstr "" "Project-Id-Version: LXTerminal 0.1.x\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2013-09-06 09:45+0100\n" "Last-Translator: Jay A.Fleming <tito.nehru.naser@gmail.com>\n" "Language-Team: \n" "Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Zapadnoevropski" #: ../src/encoding.c:125 msgid "East European" msgstr "IstoÄnoevropski" #: ../src/encoding.c:126 msgid "East Asian" msgstr "IstoÄnoazijski" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "JugoistoÄno/jugozapadno azijski" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "BliskoistoÄni" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unikod" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Zapadni" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Centralnoevropski" #: ../src/encoding.c:137 msgid "South European" msgstr "Južnoevropski" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "BaltiÄki" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "ĆiriliÄni" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arapski" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "GrÄki" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Hebrejski vizuelni" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebrejski" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turski" #: ../src/encoding.c:145 msgid "Nordic" msgstr "NorveÅ¡ki" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Keltski" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Rumunski" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armenski" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Tradicionalni Kineski" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "ĆiriliÄni/ruski" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japanski" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Korejski" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Kineski pojednostavljeni" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Gruzijski" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "ĆiriliÄni/ukrajinski" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Hrvatski" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindu" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Farski" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmuki " #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islandski" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vijetnamski" #: ../src/encoding.c:204 msgid "Thai" msgstr "Tajlandski" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Datoteka" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Uredi" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Listovi" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Pomoć" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Novi _prozor" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Novi _list" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "Za_tvori list" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Zatvori prozor" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Umnoži" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "U_baci" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "ObriÅ¡i „scr_ollback“ ostavu" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Po_stavke" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "_Ime lista" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "_Prethodni list" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "_Sledeći list" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Premesti list _levo" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Premesti list _desno" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_O programu" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Umnoži _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "O_briÅ¡i „scrollback“ ostavu" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LIks-Terminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Dajte ime listu" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "Serbian (sr) — Jay A. Fleming <tito.nehru.naser@gmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "2008-2011. Neka su prava zadržana." #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Emulator terminala za LIks-DE" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "PodeÅ¡avanja" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Font u terminalu:" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Pozadina" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Boja teksta" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Dozvoli zadebljan font" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "PokazivaÄ trepće" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Izgled pokazivaÄa" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Blok" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "PodvuÄeno" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Zvuk zvona" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Stil" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "SmeÅ¡taj trake sa listovima:" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Broj linija istorije" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Sakrij dugmad za klizanje" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Sakrij traku sa menijem" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Sakrij dugmad za zatvaranje" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Prikaz" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Znakovi koji obrazuju reÄi" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "IskljuÄi preÄice za meni (F10 podrazumevano)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "IskljuÄi upotrebu „Alt-n“ tastera u listovima i meniju" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Napredno" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Gore" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Dole" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Levo" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Desno" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Koristite liniju naredbi" #, fuzzy #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #, fuzzy #~ msgid "gtk-ok" #~ msgstr "gtk-ok" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "IskljuÄi poziv menija tasterom F10" #~ msgid "General" #~ msgstr "OpÅ¡te" #~ msgid "_Preferences" #~ msgstr "_Postavke" #~ msgid "Transparent Background:" #~ msgstr "Providna pozadina" ��������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/de.po���������������������������������������������������������������������������0000644�0001750�0001750�00000022550�12412537562�012172� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# German translation for LXTerminal. # Copyright (C) 2008 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the LXTerminal package. # Christoph Wickert <christoph.wickert@googlemail.de>, 2008. # Mario Blättermann <mario.blaettermann@gnome.org>, 2008, 2009. # msgid "" msgstr "" "Project-Id-Version: lxterminal 0.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-10-06 13:47+0200\n" "Last-Translator: Daniel <d@winzen4.de>\n" "Language-Team: de <christoph.wickert@googlemail.de>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" "X-Poedit-Language: German\n" "X-Poedit-SourceCharset: utf-8\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Westeuropäisch" #: ../src/encoding.c:125 msgid "East European" msgstr "Osteuropäisch" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Ostasiatisch" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Südost- & Südwestasiatisch" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Nahöstlich" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Westlich" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Zentraleuropäisch" #: ../src/encoding.c:137 msgid "South European" msgstr "Südeuropäisch" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Baltisch" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Kyrillisch" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arabisch" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Griechisch" # Ist "visuell" richtig? #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Hebräisch visuell" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebräisch" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Türkisch" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nordisch" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Keltisch" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Rumänisch" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armenisch" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Chinesisch traditionell" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Kyrillisch/Russisch" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japanisch" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Koreanisch" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Chinesisch vereinfacht" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Georgisch" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Kyrillisch/Ukrainisch" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Kroatisch" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Persisch (Farsi)" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Isländisch" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamesisch" #: ../src/encoding.c:204 msgid "Thai" msgstr "Thailändisch" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Datei" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Bearbeiten" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Reiter" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Hilfe" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Neues _Fenster" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Neuer _Reiter" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "Reiter s_chließen" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Beenden" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Kopieren" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "E_infügen" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "Bildlaufleiste verbergen" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "_Einstellungen" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "_Titel festlegen…" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "_Vorheriger Reiter" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "_Nächster Reiter" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Reiter nach _links verschieben" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Reiter nach _rechts verschieben" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Info" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "_Adresse kopieren" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "Bildlaufleiste verbergen" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Titel festlegen" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Christoph Wickert <cwickert@fedoraproject.org>\n" "Mario Blättermann <mario.blaettermann@t-online.de>\n" "Lutz Thuns <lthuns@opensuse.org>\n" "Daniel Winzen <d@winzen4.de>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Terminal-Emulator für das LXDE Projekt" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "LXTerminal Einstellungen" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Terminal-Schriftart:" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Hintergrund:" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Vordergrund:" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Fett gedruckte Schrift erlauben" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Blinkender Cursor:" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Art des Mauszeigers:" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Block" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Unterstrichen" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Akutisches Signal" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Stil" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Position der Reiterleiste:" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Zeilen zurückrollen:" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Bildlaufleiste verbergen" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Menüleiste verbergen" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Schließen-Knöpfe verbergen" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Darstellung" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Zeichen für Auswahl nach Wort:" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Tastenkürzel F10 für das Menü deaktivieren" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Tastenkürzel Alt-n zum Wechsel der Reiter deaktivieren" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Verschiedenes" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Oben" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Unten" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Links" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Rechts" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Befehlszeile verwenden" ��������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/ro.po���������������������������������������������������������������������������0000644�0001750�0001750�00000022240�12412537562�012216� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������msgid "" msgstr "" "Project-Id-Version: LXDE\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-10-09 11:35+0200\n" "Last-Translator: MiÈ™u <dumol@l10n.ro>\n" "Language-Team: Romanian <LL@li.org>\n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2);;\n" "X-Generator: Pootle 2.0.5\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Europa de Vest" #: ../src/encoding.c:125 msgid "East European" msgstr "Europa de Est" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Asia de Est" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Asia de Sud" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Orientul Mijlociu" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Occidentală" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Central-Europeană" #: ../src/encoding.c:137 msgid "South European" msgstr "Sud-Europeană" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Baltică" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Chirilică" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arabă" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Greacă" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Ebraică Vizuală" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Ebraică" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turcă" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nord-Europeană" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Celtică" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Română" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armeană" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Chineză TradiÈ›ională" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Chirilică/Rusă" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japoneză" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Coreeană" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Chineză Simplificată" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Georgiană" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Chirilică/Ucraineană" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Croată" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Persană" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islandeză" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnameză" #: ../src/encoding.c:204 msgid "Thai" msgstr "Thailandeză" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_FiÈ™ier" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Editare" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Taburi" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Ajutor" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Fereastră _nouă" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "_Tab nou" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "ÃŽn_chide tabul" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_IeÈ™ire" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "_Copiază" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_LipeÈ™te" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "Curăță _liniile derulate" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "_PreferinÈ›e" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "_Redenumire tab" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "Tabul _anterior" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Tabul _următor" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Mută tabul spre _stânga" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Mută tabul spre _dreapta" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Despre" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Copia_ză linkul" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "Curăță _liniile derulate" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Redenumire tab" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Comunitatea tradu.softwareliber.ro\n" "MiÈ™u Moldovan <dumol@l10n.ro>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Drepturi de autor (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Emulator de terminal al proiectului LXDE" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "PreferinÈ›e LXTerminal" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Font pentru terminal" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Fundal" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Prim plan" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Permite caractere îngroÈ™ate" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Permite clipirea cursorului" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Stilul cursorului" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Dreptunghi" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Linie de subliniere" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Permite bipuri audio" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Stil" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "PoziÈ›ia taburilor" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Linii de derulat înapoi" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Ascunde bara de derulare" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Ascunde bara de meniu" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Ascunde butoanele de închidere" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "AfiÈ™are" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Caractere pentru selectarea per cuvânt" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Fără scurtătură pentru meniu (implicit F10)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Fără scurtături Alt-n pentru taburi È™i meniu" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Avansate" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Sus" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Jos" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Stânga" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Dreapta" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Utilizează linia de comandă" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "" #~ "Nu s-a reuÈ™it lansarea navigatorului de internet. Comanda a fost „%sâ€\n" #~ msgid "Misc" #~ msgstr "Diverse" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Dezactivează scurtătura F10 pentru meniu:" ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/ms.po���������������������������������������������������������������������������0000644�0001750�0001750�00000021500�12412537562�012213� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2009-06-07 18:33+0200\n" "Last-Translator: Payne Samad Loh <sploh77@yahoo.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Pootle 1.1.0\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Eropah Barat" #: ../src/encoding.c:125 msgid "East European" msgstr "Eropah Timur" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Asia Timur" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Asia Selatan Timur & Selatan Barat" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Timur Tengah" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Barat" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Eropah Tengah" #: ../src/encoding.c:137 msgid "South European" msgstr "Selatan Eropah" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Baltik" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Cyril" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arab" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Greek" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Ibrani Visual" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Ibrani" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turki" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nordik" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Celtic" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Romania" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armenia" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Tradisional Cina" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Cyril/Rusia" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Jepun" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Korea" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Cina Dipermudahkan" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Georgia" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Cyril/Ukraine" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Krotia" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Parsi" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "GurmukhÄ«" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Iceland" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnam" #: ../src/encoding.c:204 msgid "Thai" msgstr "Thai" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Fail" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Sunting" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Tab-Tab" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Bantuan" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 #, fuzzy msgid "New _Window" msgstr "_Tingkap Baru" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 #, fuzzy msgid "New _Tab" msgstr "_Tab Baru" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Tutup Tab" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Berhenti" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 #, fuzzy msgid "Cop_y" msgstr "_Salin" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Tampal" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 #, fuzzy msgid "Preference_s" msgstr "Kegemaran" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 #, fuzzy msgid "Na_me Tab" msgstr "_Tab Baru" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 #, fuzzy msgid "Pre_vious Tab" msgstr "_Tab Sebelumnya" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 #, fuzzy msgid "Ne_xt Tab" msgstr "_Tab Lain" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_About" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 #, fuzzy msgid "Name Tab" msgstr "_Tab Baru" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "罗森柄 Payne Samad Loh <sploh77@yahoo.com>\n" "Phyz <phyz2010@gmail.com>\n" "Umarzuki Bin Mochlis Moktar <umarzuki@gmail.com>" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Hakcipta Terpelihara (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Emulator terminal untuk projek LXDE" #: ../data/lxterminal-preferences.glade.h:1 #, fuzzy msgid "LXTerminal Preferences" msgstr "Kegemaran" #: ../data/lxterminal-preferences.glade.h:2 #, fuzzy msgid "Terminal font" msgstr "Fon Terminal:" #: ../data/lxterminal-preferences.glade.h:3 #, fuzzy msgid "Background" msgstr "Latarbelakang" #: ../data/lxterminal-preferences.glade.h:4 #, fuzzy msgid "Foreground" msgstr "Latardepan" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "" #: ../data/lxterminal-preferences.glade.h:12 #, fuzzy msgid "Tab panel position" msgstr "Kedudukan tab panel:" #: ../data/lxterminal-preferences.glade.h:13 #, fuzzy msgid "Scrollback lines" msgstr "Baris-baris scrollback:" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "" #: ../data/lxterminal-preferences.glade.h:18 #, fuzzy msgid "Select-by-word characters" msgstr "karekter pilihan-dari-ayat" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Atas" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Bawah" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Kiri" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Kanan" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Lumpuhkan jalanpintas F10 untuk menu:" #~ msgid "General" #~ msgstr "Am" #~ msgid "_Preferences" #~ msgstr "_Kegemaran" #~ msgid "Transparent Background:" #~ msgstr "Latarbelakang Telus:" ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/id.po���������������������������������������������������������������������������0000644�0001750�0001750�00000022577�12412537562�012207� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Indonesian translation for lxterminal. # Copyright (C) 2008 THE lxterminal'S COPYRIGHT HOLDER # This file is distributed under the same license as the lxterminal package. # Andhika Padmawan <andhika.padmawan@gmail.com>, Rahman Yusri Aftian <aftian@yahoo.com>, 2009. # msgid "" msgstr "" "Project-Id-Version: lxterminal\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-10-01 02:22+0200\n" "Last-Translator: Andika <andika@gmail.com>\n" "Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Eropa Barat" #: ../src/encoding.c:125 msgid "East European" msgstr "Eropa Timur" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Asia Timur" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Asia Tenggara & Barat Daya" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Timur Tengah" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Barat" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "Eropa Tengah" #: ../src/encoding.c:137 msgid "South European" msgstr "Eropa Selatan" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Baltik" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Cyrillic" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arab" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Yunani" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Visual Yahudi" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Yahudi" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turki" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Nordic" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Celtic" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Rumania" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armenia" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "China Tradisional" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Cyrillic/Rusia" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Jepang" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Korea" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "China Sederhana" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Georgia" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Cyrillic/Ukrainia" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Kroasia" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindi" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Farsi" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gujarati" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmukhi" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Icelandic" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnam" #: ../src/encoding.c:204 msgid "Thai" msgstr "Thai" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Berkas" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Sunting" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "T_ab" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "Ba_ntuan" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "_Jendela Baru" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "_Tab Baru" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Tutup Tab" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Keluar" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "S_alin" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Tempel" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "_Bersihkan gulung balik" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "_Pengaturan" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Tab Na_ma" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "_Tab Sebelumnya" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Ta_b Setelahnya" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "Pindahkan Tab ke Ki_ri" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "Pindahkan Tab ke Ka_nan" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Tentang" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Salin _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "B_ersihkan gulung balik" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Tab Nama" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" "Andhika Padmawan <andhika.padmawan@gmail.com>, 2009.\n" "Andika Triwidada <andika@gmail.com>, 2012." #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Hak Cipta (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Emulator terminal untuk proyek LXDE" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "Pengaturan LXTerminal" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Fonta terminal" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Latar belakang" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "Latar depan" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Ijinkan fonta tebal" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Kursor berkedip" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Gaya kursor" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Blok" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Garis bawah" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Bel bersuara" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Gaya" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Posisi panel tab" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Baris gulung balik" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Sembunyikan bilah penggulung" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Sembunyikan bilah menu" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Sembunyikan tombol Tutup" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Tampilan" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Karakter pilih-berdasarkan-kata" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Nonaktifkan kunci pintas menu (bawaan adalah F10)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Nonaktifkan penggunaan Alt-n untuk tab dan menu" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Tingkat lanjut" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "Atas" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Bawah" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Kiri" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Kanan" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminal" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Gunakan perintah baris" #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "F10 Tidak digunakan jalan cepat untuk menu:" #~ msgid "General" #~ msgstr "Umum" #~ msgid "_Preferences" #~ msgstr "_Pengaturan" #~ msgid "Transparent Background:" #~ msgstr "Latar belakang Trasnparan:" #~ msgid "_View" #~ msgstr "_Tampilan" #~ msgid "_Character Encoding" #~ msgstr "Penyandian _Karakter" ���������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/eo.po���������������������������������������������������������������������������0000644�0001750�0001750�00000020565�12412537562�012211� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-02-27 02:45+0200\n" "Last-Translator: Christopher <shizen37@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" #: ../src/encoding.c:124 msgid "West European" msgstr "OkcidenteÅ­ropa" #: ../src/encoding.c:125 msgid "East European" msgstr "OrienteÅ­ropa" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Orientazia" #: ../src/encoding.c:127 #, fuzzy msgid "SE & SW Asian" msgstr "SOr & SOk Azia" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "Mezorienta" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unikoda" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Okcidenta" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "MezeÅ­ropa" #: ../src/encoding.c:137 msgid "South European" msgstr "SudeÅ­ropa" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Balta" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Sirilika" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Araba" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Greka" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "Vidhebrea" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebrea" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turka" #: ../src/encoding.c:145 #, fuzzy msgid "Nordic" msgstr "Norda" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Kelta" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Rumana" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Armena" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "Tradiciĉina" #: ../src/encoding.c:160 #, fuzzy msgid "Cyrillic/Russian" msgstr "Sirilika/Rusa" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japana" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Korea" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "Simpligĉina" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Kartvela" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Sirilika/Ukraina" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Kroata" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hinda" #: ../src/encoding.c:191 msgid "Farsi" msgstr "Irana" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "GuÄarata" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "Gurmuka" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islanda" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vjetnama" #: ../src/encoding.c:204 msgid "Thai" msgstr "Taja" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Dosiero" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Redakto" #: ../src/lxterminal.c:139 #, fuzzy msgid "_Tabs" msgstr "_Taboj" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Asisto" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Nova _Fenestro" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 #, fuzzy msgid "New _Tab" msgstr "Nova _Tabo" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Fermi Tabon" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_Ĉesi" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 #, fuzzy msgid "Cop_y" msgstr "Kopi_i" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Alglui" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 #, fuzzy msgid "Preference_s" msgstr "Agordo_j" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 #, fuzzy msgid "Na_me Tab" msgstr "No_mi Tabon" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 #, fuzzy msgid "Pre_vious Tab" msgstr "Ant_aÅ­a Tabo" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 #, fuzzy msgid "Ne_xt Tab" msgstr "Se_kvanta Tabo" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 #, fuzzy msgid "Move Tab _Left" msgstr "Movi Tabon _Maldekstre" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 #, fuzzy msgid "Move Tab _Right" msgstr "Movi Tabon _Dekstre" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_Kocerne" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminalo" #: ../src/lxterminal.c:563 #, fuzzy msgid "Name Tab" msgstr "Nomi Tabon" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "tradukistaknoskojn" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Kopirajto (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Terminalsimulilo por LXDE-a projekto" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "" �������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/cs.po���������������������������������������������������������������������������0000644�0001750�0001750�00000023213�12412537562�012204� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Czech translations for lxterminal package. # Copyright (C) 2009 THE lxterminal'S COPYRIGHT HOLDER # This file is distributed under the same license as the lxterminal package. # Michal Várady <miko.vaji@gmail.com>, 2009. # msgid "" msgstr "" "Project-Id-Version: lxterminal 0.1.7\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2012-10-09 17:26+0200\n" "Last-Translator: ALIUM <info@aloisnespor.info>\n" "Language-Team: Czech\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Pootle 2.0.5\n" #: ../src/encoding.c:124 msgid "West European" msgstr "Západoevropské" #: ../src/encoding.c:125 msgid "East European" msgstr "Východoevropské" #: ../src/encoding.c:126 msgid "East Asian" msgstr "Východoasijské" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "Jihovýchodní a jihozápadní Asie" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "StÅ™ední Východ" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "Unicode" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "Západní" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "StÅ™edoevropské" #: ../src/encoding.c:137 msgid "South European" msgstr "Jihoevropské" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "Pobaltské" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "Cyrilice" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "Arabské" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "Řecké" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "hebrejské vizuální" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "Hebrejské" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "Turecké" #: ../src/encoding.c:145 msgid "Nordic" msgstr "Skandinávské" #: ../src/encoding.c:147 msgid "Celtic" msgstr "Keltské" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "Rumunské" #: ../src/encoding.c:157 msgid "Armenian" msgstr "Arménské" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "TradiÄní Äínské" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "Ruská cyrilice" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "Japonské" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "Korejské" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "ZjednoduÅ¡ená ÄínÅ¡tina" #: ../src/encoding.c:169 msgid "Georgian" msgstr "Gruzínské" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "Ukrajinská cyrilice" #: ../src/encoding.c:188 msgid "Croatian" msgstr "Chorvatské" #: ../src/encoding.c:190 msgid "Hindi" msgstr "Hindské" #: ../src/encoding.c:191 msgid "Farsi" msgstr "FársijÅ¡tina" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "Gudžarátské" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "GurmuchÅ¡tina" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "Islandské" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "Vietnamské" #: ../src/encoding.c:204 msgid "Thai" msgstr "Thajské" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_Soubor" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_Upravit" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_Karty" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_NápovÄ›da" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "Nové _okno" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "Nová kar_ta" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_Zavřít kartu" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_UkonÄit" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "Kopíro_vat" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_Vložit" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "VyÄistit ro_lování" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "Na_stavení" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "Poj_menovat kartu" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "PÅ™ed_chozí karta" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "Da_lší karta" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "PÅ™esunout kartu v_levo" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "PÅ™esunout kartu vp_ravo" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_O aplikaci" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "Kopírovat _URL" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "Vy_Äistit rolování" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "LXTerminal" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "Pojmenovat kartu" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "Michal Várady, Radek Tříška, Alois NeÅ¡por" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "Copyright (C) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "Emulátor terminálu pro projekt LXDE" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "Možnosti" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "Písmo terminálu" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "Pozadí" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "PopÅ™edí" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "Povolit tuÄný font" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "Blikání kurzoru" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "Styl kurzoru" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "Blokovat" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "Podtržené" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "Akustický zvonek" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "Styl" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "Pozice panelu karet" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "Paměť řádků" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "Skrýt posuvník" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "Skrýt panel nabídky" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "Skrýt zavírací tlaÄítka" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "Displej" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "Znaky pro výbÄ›r po slovech" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "Zakázat klávesovou zkratku pro zobrazení menu (F10)" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "Zakázat použití Alt-n pro záložky a menu" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Rozšířené" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "NahoÅ™e" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "Dole" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Vlevo" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "Vpravo" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "Terminál" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Používat příkazový řádek" #~ msgid "gtk-cancel" #~ msgstr "gtk-cancel" #~ msgid "gtk-ok" #~ msgstr "gtk-ok" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "SpuÅ¡tÄ›ní webového prohlížeÄe se nezdaÅ™ilo. Příkaz byl: %s\n" #~ msgid "Misc" #~ msgstr "Ostatní" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "Zakázat klávesovou zkratku F10 pro nabídku:" #~ msgid "General" #~ msgstr "Obecné" #~ msgid "_Preferences" #~ msgstr "_PÅ™edvolby" #~ msgid "Transparent Background:" #~ msgstr "Průhledné pozadí:" #~ msgid "_View" #~ msgstr "_Zobrazit" #~ msgid "_Character Encoding" #~ msgstr "_Kódování znaků" �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/ps.po���������������������������������������������������������������������������0000644�0001750�0001750�00000017200�12412537562�012220� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../src/encoding.c:124 msgid "West European" msgstr "" #: ../src/encoding.c:125 msgid "East European" msgstr "" #: ../src/encoding.c:126 msgid "East Asian" msgstr "" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "" #: ../src/encoding.c:137 msgid "South European" msgstr "" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "" #: ../src/encoding.c:145 msgid "Nordic" msgstr "" #: ../src/encoding.c:147 msgid "Celtic" msgstr "" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "" #: ../src/encoding.c:157 msgid "Armenian" msgstr "" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "" #: ../src/encoding.c:169 msgid "Georgian" msgstr "" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "" #: ../src/encoding.c:188 msgid "Croatian" msgstr "" #: ../src/encoding.c:190 msgid "Hindi" msgstr "" #: ../src/encoding.c:191 msgid "Farsi" msgstr "" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "" #: ../src/encoding.c:204 msgid "Thai" msgstr "" #: ../src/lxterminal.c:137 msgid "_File" msgstr "" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "" #: ../src/lxterminal.c:162 msgid "_About" msgstr "" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "" ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/is.po���������������������������������������������������������������������������0000644�0001750�0001750�00000017243�12412537562�012220� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.10.0\n" #: ../src/encoding.c:124 msgid "West European" msgstr "" #: ../src/encoding.c:125 msgid "East European" msgstr "" #: ../src/encoding.c:126 msgid "East Asian" msgstr "" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "" #: ../src/encoding.c:137 msgid "South European" msgstr "" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "" #: ../src/encoding.c:145 msgid "Nordic" msgstr "" #: ../src/encoding.c:147 msgid "Celtic" msgstr "" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "" #: ../src/encoding.c:157 msgid "Armenian" msgstr "" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "" #: ../src/encoding.c:169 msgid "Georgian" msgstr "" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "" #: ../src/encoding.c:188 msgid "Croatian" msgstr "" #: ../src/encoding.c:190 msgid "Hindi" msgstr "" #: ../src/encoding.c:191 msgid "Farsi" msgstr "" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "" #: ../src/encoding.c:204 msgid "Thai" msgstr "" #: ../src/lxterminal.c:137 msgid "_File" msgstr "" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "" #: ../src/lxterminal.c:154 msgid "Clear scr_ollback" msgstr "" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "" #: ../src/lxterminal.c:162 msgid "_About" msgstr "" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" #: ../src/lxterminal.c:176 msgid "Cl_ear scrollback" msgstr "" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "" #: ../data/lxterminal-preferences.glade.h:1 msgid "LXTerminal Preferences" msgstr "" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "" #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "" #: ../data/lxterminal-preferences.glade.h:20 msgid "Disable using Alt-n for tabs and menu" msgstr "" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "" �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/po/fa.po���������������������������������������������������������������������������0000644�0001750�0001750�00000023623�12412537562�012172� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-11-13 23:00+0100\n" "PO-Revision-Date: 2010-07-06 13:25+0200\n" "Last-Translator: Hamidreza <n3gb0y@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.1\n" #: ../src/encoding.c:124 msgid "West European" msgstr "اروپای غربی" #: ../src/encoding.c:125 msgid "East European" msgstr "اروپای شرقی" #: ../src/encoding.c:126 msgid "East Asian" msgstr "آسیای شرقی" #: ../src/encoding.c:127 msgid "SE & SW Asian" msgstr "جنوب شرقی Ùˆ غربی آسیا" #: ../src/encoding.c:128 msgid "Middle Eastern" msgstr "خاورمیانه" #: ../src/encoding.c:129 ../src/encoding.c:151 ../src/encoding.c:152 #: ../src/encoding.c:153 ../src/encoding.c:154 ../src/encoding.c:155 msgid "Unicode" msgstr "استاندارد یونیکد" #. { NULL, TERMINAL_ENCODING_CURRENT_LOCALE, NULL, N_("Current Locale") }, #: ../src/encoding.c:135 ../src/encoding.c:148 ../src/encoding.c:172 #: ../src/encoding.c:197 ../src/encoding.c:210 msgid "Western" msgstr "غربی" #: ../src/encoding.c:136 ../src/encoding.c:173 ../src/encoding.c:187 #: ../src/encoding.c:208 msgid "Central European" msgstr "اروپای میانه" #: ../src/encoding.c:137 msgid "South European" msgstr "جنوب اروپا" #: ../src/encoding.c:138 ../src/encoding.c:146 ../src/encoding.c:215 msgid "Baltic" msgstr "بالتیکی" #: ../src/encoding.c:139 ../src/encoding.c:174 ../src/encoding.c:181 #: ../src/encoding.c:183 ../src/encoding.c:189 ../src/encoding.c:209 msgid "Cyrillic" msgstr "سرلیک" #: ../src/encoding.c:140 ../src/encoding.c:177 ../src/encoding.c:186 #: ../src/encoding.c:214 msgid "Arabic" msgstr "عربی" #: ../src/encoding.c:141 ../src/encoding.c:192 ../src/encoding.c:211 msgid "Greek" msgstr "یونانی" #: ../src/encoding.c:142 msgid "Hebrew Visual" msgstr "عبری بصری" #: ../src/encoding.c:143 ../src/encoding.c:176 ../src/encoding.c:195 #: ../src/encoding.c:213 msgid "Hebrew" msgstr "عبری" #: ../src/encoding.c:144 ../src/encoding.c:175 ../src/encoding.c:199 #: ../src/encoding.c:212 msgid "Turkish" msgstr "ترکی" #: ../src/encoding.c:145 msgid "Nordic" msgstr "نوردیکی" #: ../src/encoding.c:147 msgid "Celtic" msgstr "سیلتیکی" #: ../src/encoding.c:149 ../src/encoding.c:198 msgid "Romanian" msgstr "رومانیایی" #: ../src/encoding.c:157 msgid "Armenian" msgstr "ارمنی" #: ../src/encoding.c:158 ../src/encoding.c:159 ../src/encoding.c:164 msgid "Chinese Traditional" msgstr "چینی باستانی" #: ../src/encoding.c:160 msgid "Cyrillic/Russian" msgstr "سرلیک روسی" #: ../src/encoding.c:162 ../src/encoding.c:179 ../src/encoding.c:202 msgid "Japanese" msgstr "ژاپنی" #: ../src/encoding.c:163 ../src/encoding.c:180 ../src/encoding.c:182 #: ../src/encoding.c:205 msgid "Korean" msgstr "کره ای" #: ../src/encoding.c:166 ../src/encoding.c:167 ../src/encoding.c:168 #: ../src/encoding.c:170 msgid "Chinese Simplified" msgstr "چینی ساده" #: ../src/encoding.c:169 msgid "Georgian" msgstr "گرجی" #: ../src/encoding.c:184 ../src/encoding.c:200 msgid "Cyrillic/Ukrainian" msgstr "سرلیک اوکراینی" #: ../src/encoding.c:188 msgid "Croatian" msgstr "کرواتی" #: ../src/encoding.c:190 msgid "Hindi" msgstr "هندی" #: ../src/encoding.c:191 msgid "Farsi" msgstr "پارسی" #: ../src/encoding.c:193 msgid "Gujarati" msgstr "گجراتی" #: ../src/encoding.c:194 msgid "Gurmukhi" msgstr "پنجابی" #: ../src/encoding.c:196 msgid "Icelandic" msgstr "ایسلندی" #: ../src/encoding.c:203 ../src/encoding.c:206 ../src/encoding.c:216 msgid "Vietnamese" msgstr "ویتنامی" #: ../src/encoding.c:204 msgid "Thai" msgstr "تایلندی" #: ../src/lxterminal.c:137 msgid "_File" msgstr "_پرونده" #: ../src/lxterminal.c:138 msgid "_Edit" msgstr "_ویرایش" #: ../src/lxterminal.c:139 msgid "_Tabs" msgstr "_سربرگ ها" #: ../src/lxterminal.c:140 msgid "_Help" msgstr "_Ú©Ù…Ú©" #: ../src/lxterminal.c:147 ../src/lxterminal.c:170 msgid "New _Window" msgstr "پنجره ÛŒ نو" #: ../src/lxterminal.c:148 ../src/lxterminal.c:171 msgid "New _Tab" msgstr "سربرگی تازه" #: ../src/lxterminal.c:150 ../src/lxterminal.c:185 msgid "_Close Tab" msgstr "_بستن سربرگ" #: ../src/lxterminal.c:151 msgid "_Quit" msgstr "_خروج" #: ../src/lxterminal.c:152 ../src/lxterminal.c:174 msgid "Cop_y" msgstr "رونوشت" #: ../src/lxterminal.c:153 ../src/lxterminal.c:175 msgid "_Paste" msgstr "_جای گذاری" # scroll? #: ../src/lxterminal.c:154 #, fuzzy msgid "Clear scr_ollback" msgstr "پنهان کردن نوار محرک" #: ../src/lxterminal.c:156 ../src/lxterminal.c:178 msgid "Preference_s" msgstr "تنظیمات" #: ../src/lxterminal.c:157 ../src/lxterminal.c:180 msgid "Na_me Tab" msgstr "سربرگی _تازه" #: ../src/lxterminal.c:158 ../src/lxterminal.c:181 msgid "Pre_vious Tab" msgstr "سربرگ پیشین" #: ../src/lxterminal.c:159 ../src/lxterminal.c:182 msgid "Ne_xt Tab" msgstr "سربرگ پسین" #: ../src/lxterminal.c:160 ../src/lxterminal.c:183 msgid "Move Tab _Left" msgstr "سربرگ را به چب ببر" #: ../src/lxterminal.c:161 ../src/lxterminal.c:184 msgid "Move Tab _Right" msgstr "سربرگ را به راست ببر" #: ../src/lxterminal.c:162 msgid "_About" msgstr "_درباره" #: ../src/lxterminal.c:173 msgid "Copy _URL" msgstr "" # scroll? #: ../src/lxterminal.c:176 #, fuzzy msgid "Cl_ear scrollback" msgstr "پنهان کردن نوار محرک" #. Propagate the working directory of the current tab to the new tab. #. * If the working directory was determined above, use it; otherwise default to the working directory of the process. #. * Create the new terminal. #: ../src/lxterminal.c:435 ../src/lxterminal.c:723 ../src/lxterminal.c:798 #: ../src/lxterminal.c:1470 ../src/preferences.c:230 #: ../data/lxterminal.desktop.in.h:1 msgid "LXTerminal" msgstr "پایانه ÛŒ LX" #: ../src/lxterminal.c:563 msgid "Name Tab" msgstr "سربرگی تازه" #. TRANSLATORS: Replace this string with your names, one name per line. #: ../src/lxterminal.c:717 msgid "translator-credits" msgstr "Hamidreza DavoodiAli Yousefi Sabzevar" #: ../src/lxterminal.c:725 msgid "Copyright (C) 2008-2011" msgstr "حق نشر(-2010c) 2008-2011" #: ../src/lxterminal.c:726 msgid "Terminal emulator for LXDE project" msgstr "شبیه ساز پایانه برای پروژه ÛŒ LXDE" #: ../data/lxterminal-preferences.glade.h:1 #, fuzzy msgid "LXTerminal Preferences" msgstr "تنظیمات" #: ../data/lxterminal-preferences.glade.h:2 msgid "Terminal font" msgstr "قلم پایانه" #: ../data/lxterminal-preferences.glade.h:3 msgid "Background" msgstr "پس زمینه" #: ../data/lxterminal-preferences.glade.h:4 msgid "Foreground" msgstr "پیش نما" #: ../data/lxterminal-preferences.glade.h:5 msgid "Allow bold font" msgstr "اجازه ÛŒ قلم درشت" #: ../data/lxterminal-preferences.glade.h:6 msgid "Cursor blink" msgstr "سوسوی مکان نما" #: ../data/lxterminal-preferences.glade.h:7 msgid "Cursor style" msgstr "حالت سوسوی مکان نما" #: ../data/lxterminal-preferences.glade.h:8 msgid "Block" msgstr "قطعه" #: ../data/lxterminal-preferences.glade.h:9 msgid "Underline" msgstr "زیر خط" #: ../data/lxterminal-preferences.glade.h:10 msgid "Audible bell" msgstr "زنگ شنیداری" #: ../data/lxterminal-preferences.glade.h:11 msgid "Style" msgstr "سبک Ùˆ روش" #: ../data/lxterminal-preferences.glade.h:12 msgid "Tab panel position" msgstr "موقعیت پنل سربرگ" #: ../data/lxterminal-preferences.glade.h:13 msgid "Scrollback lines" msgstr "خطوط عقبلغز" # scroll? #: ../data/lxterminal-preferences.glade.h:14 msgid "Hide scroll bar" msgstr "پنهان کردن نوار محرک" #: ../data/lxterminal-preferences.glade.h:15 msgid "Hide menu bar" msgstr "پنهان کردن نوار منو" #: ../data/lxterminal-preferences.glade.h:16 msgid "Hide Close buttons" msgstr "دکمه های بسته را مخÙÛŒ Ú©Ù†" #: ../data/lxterminal-preferences.glade.h:17 msgid "Display" msgstr "تصویر" #: ../data/lxterminal-preferences.glade.h:18 msgid "Select-by-word characters" msgstr "انتخاب با کلمه" #: ../data/lxterminal-preferences.glade.h:19 msgid "Disable menu shortcut key (F10 by default)" msgstr "غیر ÙØ¹Ø§Ù„ کردن منو کلید میانبر (F10 به صورت پیش ÙØ±Ø¶)" #: ../data/lxterminal-preferences.glade.h:20 #, fuzzy msgid "Disable using Alt-n for tabs and menu" msgstr "ØºÛŒØ±ÙØ¹Ø§Ù„ سازی Alt-n برای جابه جایی زبانه ها" #: ../data/lxterminal-preferences.glade.h:21 msgid "Advanced" msgstr "Ù¾ÛŒØ´Ø±ÙØªÙ‡" #: ../data/lxterminal-preferences.glade.h:22 msgid "Top" msgstr "بالا" #: ../data/lxterminal-preferences.glade.h:23 msgid "Bottom" msgstr "پایین" #: ../data/lxterminal-preferences.glade.h:24 msgid "Left" msgstr "Ú†Ù¾" #: ../data/lxterminal-preferences.glade.h:25 msgid "Right" msgstr "راست" #: ../data/lxterminal.desktop.in.h:2 msgid "Terminal" msgstr "پایانه" #: ../data/lxterminal.desktop.in.h:3 msgid "Use the command line" msgstr "Ø§Ø³ØªÙØ§Ø¯Ù‡ از خط ÙØ±Ù…ان" #~ msgid "gtk-cancel" #~ msgstr "جی‌تی‌کی-انصراÙ" #~ msgid "gtk-ok" #~ msgstr "جی‌تی‌کی-بسیار‌خوب" #~ msgid "Failed to launch the web browser. The command was `%s'\n" #~ msgstr "شکست در اجرای مرورگر. دستور `%s بود.\n" #~ msgid "Misc" #~ msgstr "Ù…ØªÙØ±Ù‚Ù‡" #~ msgid "Disable F10 shortcut for menu:" #~ msgstr "غیر ÙØ¹Ø§Ù„ کردن میانبر F10 برای Ùهرست(منو):" �������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/acinclude.m4�����������������������������������������������������������������������0000644�0001750�0001750�00000003220�12412537562�013006� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Checks the location of the XML Catalog # Usage: # JH_PATH_XML_CATALOG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) # Defines XMLCATALOG and XML_CATALOG_FILE substitutions AC_DEFUN([JH_PATH_XML_CATALOG], [ # check for the presence of the XML catalog AC_ARG_WITH([xml-catalog], AC_HELP_STRING([--with-xml-catalog=CATALOG], [path to xml catalog to use]),, [with_xml_catalog=/etc/xml/catalog]) jh_found_xmlcatalog=true XML_CATALOG_FILE="$with_xml_catalog" AC_SUBST([XML_CATALOG_FILE]) AC_MSG_CHECKING([for XML catalog ($XML_CATALOG_FILE)]) if test -f "$XML_CATALOG_FILE"; then AC_MSG_RESULT([found]) else jh_found_xmlcatalog=false AC_MSG_RESULT([not found]) fi # check for the xmlcatalog program AC_PATH_PROG(XMLCATALOG, xmlcatalog, no) if test "x$XMLCATALOG" = xno; then jh_found_xmlcatalog=false fi if $jh_found_xmlcatalog; then ifelse([$1],,[:],[$1]) else ifelse([$2],,[AC_MSG_ERROR([could not find XML catalog])],[$2]) fi ]) # Checks if a particular URI appears in the XML catalog # Usage: # JH_CHECK_XML_CATALOG(URI, [FRIENDLY-NAME], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) AC_DEFUN([JH_CHECK_XML_CATALOG], [ AC_REQUIRE([JH_PATH_XML_CATALOG],[JH_PATH_XML_CATALOG(,[:])])dnl AC_MSG_CHECKING([for ifelse([$2],,[$1],[$2]) in XML catalog]) if $jh_found_xmlcatalog && \ AC_RUN_LOG([$XMLCATALOG --noout "$XML_CATALOG_FILE" "$1" >&2]); then AC_MSG_RESULT([found]) ifelse([$3],,,[$3 ])dnl else AC_MSG_RESULT([not found]) ifelse([$4],, [AC_MSG_ERROR([could not find ifelse([$2],,[$1],[$2]) in XML catalog])], [$4]) fi ]) ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/NEWS�������������������������������������������������������������������������������0000644�0001750�0001750�00000000667�12421537120�011316� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������Changes on 0.2.0 since 0.1.11 * Now builds under GTK3 * Revamp of Preferences, including ability to change keyboard accels. * Option to hide mouse cursor on input * Fixed issue with 'ctrl-shift-c' accel sending 'ctrl-c' to terminal. * Fixed handling of multi-file input on -e/--command (eg -e foo *.txt) * Fixed issue where initial geometry is affected by hidden/shown UI elements. * File->Quit now replaced by safer "File->Close Window" �������������������������������������������������������������������������lxterminal-0.2.0/missing����������������������������������������������������������������������������0000755�0001750�0001750�00000015330�12412567511�012216� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#! /bin/sh # Common wrapper for a few potentially missing GNU programs. scriptversion=2013-10-28.13; # UTC # Copyright (C) 1996-2013 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # 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 2, 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 <http://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then echo 1>&2 "Try '$0 --help' for more information" exit 1 fi case $1 in --is-lightweight) # Used by our autoconf macros to check whether the available missing # script is modern enough. exit 0 ;; --run) # Back-compat with the calling convention used by older automake. shift ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit Supported PROGRAM values: aclocal autoconf autoheader autom4te automake makeinfo bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. Send bug reports to <bug-automake@gnu.org>." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing $scriptversion (GNU Automake)" exit $? ;; -*) echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac # Run the given program, remember its exit status. "$@"; st=$? # If it succeeded, we are done. test $st -eq 0 && exit 0 # Also exit now if we it failed (or wasn't found), and '--version' was # passed; such an option is passed most likely to detect whether the # program is present and works. case $2 in --version|--help) exit $st;; esac # Exit code 63 means version mismatch. This often happens when the user # tries to use an ancient version of a tool on a file that requires a # minimum version. if test $st -eq 63; then msg="probably too old" elif test $st -eq 127; then # Program was missing. msg="missing on your system" else # Program was found and executed, but failed. Give up. exit $st fi perl_URL=http://www.perl.org/ flex_URL=http://flex.sourceforge.net/ gnu_software_URL=http://www.gnu.org/software program_details () { case $1 in aclocal|automake) echo "The '$1' program is part of the GNU Automake package:" echo "<$gnu_software_URL/automake>" echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/autoconf>" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; autoconf|autom4te|autoheader) echo "The '$1' program is part of the GNU Autoconf package:" echo "<$gnu_software_URL/autoconf/>" echo "It also requires GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; esac } give_advice () { # Normalize program name to check for. normalized_program=`echo "$1" | sed ' s/^gnu-//; t s/^gnu//; t s/^g//; t'` printf '%s\n' "'$1' is $msg." configure_deps="'configure.ac' or m4 files included by 'configure.ac'" case $normalized_program in autoconf*) echo "You should only need it if you modified 'configure.ac'," echo "or m4 files included by it." program_details 'autoconf' ;; autoheader*) echo "You should only need it if you modified 'acconfig.h' or" echo "$configure_deps." program_details 'autoheader' ;; automake*) echo "You should only need it if you modified 'Makefile.am' or" echo "$configure_deps." program_details 'automake' ;; aclocal*) echo "You should only need it if you modified 'acinclude.m4' or" echo "$configure_deps." program_details 'aclocal' ;; autom4te*) echo "You might have modified some maintainer files that require" echo "the 'autom4te' program to be rebuilt." program_details 'autom4te' ;; bison*|yacc*) echo "You should only need it if you modified a '.y' file." echo "You may want to install the GNU Bison package:" echo "<$gnu_software_URL/bison/>" ;; lex*|flex*) echo "You should only need it if you modified a '.l' file." echo "You may want to install the Fast Lexical Analyzer package:" echo "<$flex_URL>" ;; help2man*) echo "You should only need it if you modified a dependency" \ "of a man page." echo "You may want to install the GNU Help2man package:" echo "<$gnu_software_URL/help2man/>" ;; makeinfo*) echo "You should only need it if you modified a '.texi' file, or" echo "any other file indirectly affecting the aspect of the manual." echo "You might want to install the Texinfo package:" echo "<$gnu_software_URL/texinfo/>" echo "The spurious makeinfo call might also be the consequence of" echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" echo "want to install GNU make:" echo "<$gnu_software_URL/make/>" ;; *) echo "You might have modified some files without having the proper" echo "tools for further handling them. Check the 'README' file, it" echo "often tells you about the needed prerequisites for installing" echo "this package. You may also peek at any GNU archive site, in" echo "case some other package contains this missing '$1' program." ;; esac } give_advice "$1" | sed -e '1s/^/WARNING: /' \ -e '2,$s/^/ /' >&2 # Propagate the correct exit status (expected to be 127 for a program # not found, 63 for a program that failed due to version mismatch). exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/depcomp����������������������������������������������������������������������������0000755�0001750�0001750�00000056016�12412567511�012202� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2013-05-30.07; # UTC # Copyright (C) 1999-2013 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 # the Free Software Foundation; either version 2, 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 <http://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Alexandre Oliva <oliva@dcc.unicamp.br>. case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] Run PROGRAMS ARGS to compile a file, generating dependencies as side-effects. Environment variables: depmode Dependency tracking mode. source Source file read by 'PROGRAMS ARGS'. object Object file output by 'PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. tmpdepfile Temporary file to use when outputting dependencies. libtool Whether libtool is used (yes/no). Report bugs to <bug-automake@gnu.org>. EOF exit $? ;; -v | --v*) echo "depcomp $scriptversion" exit $? ;; esac # Get the directory component of the given path, and save it in the # global variables '$dir'. Note that this directory component will # be either empty or ending with a '/' character. This is deliberate. set_dir_from () { case $1 in */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; *) dir=;; esac } # Get the suffix-stripped basename of the given path, and save it the # global variable '$base'. set_base_from () { base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` } # If no dependency file was actually created by the compiler invocation, # we still have to create a dummy depfile, to avoid errors with the # Makefile "include basename.Plo" scheme. make_dummy_depfile () { echo "#dummy" > "$depfile" } # Factor out some common post-processing of the generated depfile. # Requires the auxiliary global variable '$tmpdepfile' to be set. aix_post_process_depfile () { # If the compiler actually managed to produce a dependency file, # post-process it. if test -f "$tmpdepfile"; then # Each line is of the form 'foo.o: dependency.h'. # Do two passes, one to just change these to # $object: dependency.h # and one to simply output # dependency.h: # which is needed to avoid the deleted-header problem. { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" } > "$depfile" rm -f "$tmpdepfile" else make_dummy_depfile fi } # A tabulation character. tab=' ' # A newline character. nl=' ' # Character ranges might be problematic outside the C locale. # These definitions help. upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ lower=abcdefghijklmnopqrstuvwxyz digits=0123456789 alpha=${upper}${lower} if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 fi # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. depfile=${depfile-`echo "$object" | sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rm -f "$tmpdepfile" # Avoid interferences from the environment. gccflag= dashmflag= # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case # here, because this file can only contain one case statement. if test "$depmode" = hp; then # HP compiler uses -M and no extra arg. gccflag=-M depmode=gcc fi if test "$depmode" = dashXmstdout; then # This is just like dashmstdout with a different argument. dashmflag=-xM depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then # This is just like msvisualcpp but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then # This is just like msvc7 but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvc7 fi if test "$depmode" = xlc; then # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. gccflag=-qmakedep=gcc,-MF depmode=gcc fi case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what ## we want. Yay! Note: for some reason libtool 1.4 doesn't like ## it if -MD -MP comes after the -MF stuff. Hmm. ## Unfortunately, FreeBSD c89 acceptance of flags depends upon ## the command line argument order; so add the flags where they ## appear in depend2.am. Note that the slowdown incurred here ## affects only configure: in makefiles, %FASTDEP% shortcuts this. for arg do case $arg in -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; *) set fnord "$@" "$arg" ;; esac shift # fnord shift # $arg done "$@" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi mv "$tmpdepfile" "$depfile" ;; gcc) ## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. ## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. ## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like ## -MM, not -M (despite what the docs say). Also, it might not be ## supported by the other compilers which use the 'gcc' depmode. ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then gccflag=-MD, fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The second -e expression handles DOS-style file names with drive # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the "deleted header file" problem. ## The problem is that when a header file which appears in a .P file ## is deleted, the dependency causes make to die (because there is ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. ## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; sgi) if test "$libtool" = yes; then "$@" "-Wp,-MDupdate,$tmpdepfile" else "$@" -MDupdate "$tmpdepfile" fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; # the IRIX cc adds comments like '#:fec' to the end of the # dependency line. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" # The second pass generates a dummy entry for each header file. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" ;; xlc) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. In older versions, this file always lives in the # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u tmpdepfile3=$dir.libs/$base.u "$@" -Wc,-M else tmpdepfile1=$dir$base.u tmpdepfile2=$dir$base.u tmpdepfile3=$dir$base.u "$@" -M fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done aix_post_process_depfile ;; tcc) # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 # FIXME: That version still under development at the moment of writing. # Make that this statement remains true also for stable, released # versions. # It will wrap lines (doesn't matter whether long or short) with a # trailing '\', as in: # # foo.o : \ # foo.c \ # foo.h \ # # It will put a trailing '\' even on the last line, and will use leading # spaces rather than leading tabs (at least since its commit 0394caf7 # "Emit spaces for -MD"). "$@" -MD -MF "$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. # We have to change lines of the first kind to '$object: \'. sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" # And for each line of the second kind, we have to emit a 'dep.h:' # dummy dependency, to avoid the deleted-header problem. sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; ## The order of this option in the case statement is important, since the ## shell code in configure will try each of these formats in the order ## listed in this file. A plain '-MD' option would be understood by many ## compilers, so we must ensure this comes after the gcc and icc options. pgcc) # Portland's C compiler understands '-MD'. # Will always output deps to 'file.d' where file is the root name of the # source file under compilation, even if file resides in a subdirectory. # The object file name does not affect the name of the '.d' file. # pgcc 10.2 will output # foo.o: sub/foo.c sub/foo.h # and will wrap long lines using '\' : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... set_dir_from "$object" # Use the source, not the object, to determine the base name, since # that's sadly what pgcc will do too. set_base_from "$source" tmpdepfile=$base.d # For projects that build the same source file twice into different object # files, the pgcc approach of using the *source* file root name can cause # problems in parallel builds. Use a locking strategy to avoid stomping on # the same $tmpdepfile. lockdir=$base.d-lock trap " echo '$0: caught signal, cleaning up...' >&2 rmdir '$lockdir' exit 1 " 1 2 13 15 numtries=100 i=$numtries while test $i -gt 0; do # mkdir is a portable test-and-set. if mkdir "$lockdir" 2>/dev/null; then # This process acquired the lock. "$@" -MD stat=$? # Release the lock. rmdir "$lockdir" break else # If the lock is being held by a different process, wait # until the winning process is done or we timeout. while test -d "$lockdir" && test $i -gt 0; do sleep 1 i=`expr $i - 1` done fi i=`expr $i - 1` done trap - 1 2 13 15 if test $i -le 0; then echo "$0: failed to acquire lock after $numtries attempts" >&2 echo "$0: check lockdir '$lockdir'" >&2 exit 1 fi if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each line is of the form `foo.o: dependent.h', # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp2) # The "hp" stanza above does not work with aCC (C++) and HP's ia64 # compilers, which have integrated preprocessors. The correct option # to use with these is +Maked; it writes dependencies to a file named # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d "$@" -Wc,+Maked else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d "$@" +Maked fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" # Add 'dependent.h:' lines. sed -ne '2,${ s/^ *// s/ \\*$// s/$/:/ p }' "$tmpdepfile" >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) # The Tru64 compiler uses -MD to generate dependencies as a side # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put # dependencies in 'foo.d' instead, so we check for that too. # Subdirectories are respected. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then # Libtool generates 2 separate objects for the 2 libraries. These # two compilations output dependencies in $dir.libs/$base.o.d and # in $dir$base.o.d. We have to check for both files, because # one of the two compilations can be disabled. We should prefer # $dir$base.o.d over $dir.libs/$base.o.d because the latter is # automatically cleaned when .libs/ is deleted, while ignoring # the former would cause a distcleancheck panic. tmpdepfile1=$dir$base.o.d # libtool 1.5 tmpdepfile2=$dir.libs/$base.o.d # Likewise. tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 "$@" -Wc,-MD else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d tmpdepfile3=$dir$base.d "$@" -MD fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done # Same post-processing that is required for AIX mode. aix_post_process_depfile ;; msvc7) if test "$libtool" = yes; then showIncludes=-Wc,-showIncludes else showIncludes=-showIncludes fi "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The first sed program below extracts the file names and escapes # backslashes for cygpath. The second sed program outputs the file # name when reading, but also accumulates all include files in the # hold buffer in order to output them again at the end. This only # works with sed implementations that can handle large buffers. sed < "$tmpdepfile" -n ' /^Note: including file: *\(.*\)/ { s//\1/ s/\\/\\\\/g p }' | $cygpath_u | sort -u | sed -n ' s/ /\\ /g s/\(.*\)/'"$tab"'\1 \\/p s/.\(.*\) \\/\1:/ H $ { s/.*/'"$tab"'/ G p }' >> "$depfile" echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; msvc7msys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. dashmstdout) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout, regardless of -o. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove '-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done test -z "$dashmflag" && dashmflag=-M # Require at least two characters before searching for ':' # in the target name. This is to cope with DOS-style filenames: # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this sed invocation # correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; dashXmstdout) # This case only exists to satisfy depend.m4. It is never actually # run, as this mode is specially recognized in the preamble. exit 1 ;; makedepend) "$@" || exit $? # Remove any Libtool call if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # X makedepend shift cleared=no eat=no for arg do case $cleared in no) set ""; shift cleared=yes ;; esac if test $eat = yes; then eat=no continue fi case "$arg" in -D*|-I*) set fnord "$@" "$arg"; shift ;; # Strip any option that makedepend may not understand. Remove # the object too, otherwise makedepend will parse it as a source file. -arch) eat=yes ;; -*|$object) ;; *) set fnord "$@" "$arg"; shift ;; esac done obj_suffix=`echo "$object" | sed 's/^.*\././'` touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process the last invocation # correctly. Breaking it into two sed invocations is a workaround. sed '1,2d' "$tmpdepfile" \ | tr ' ' "$nl" \ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; cpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove '-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done "$@" -E \ | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; msvisualcpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi IFS=" " for arg do case "$arg" in -o) shift ;; $object) shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") set fnord "$@" shift shift ;; *) set fnord "$@" "$arg" shift shift ;; esac done "$@" -E 2>/dev/null | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" echo "$tab" >> "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; msvcmsys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; none) exec "$@" ;; *) echo "Unknown depmode $depmode" 1>&2 exit 1 ;; esac exit 0 # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/data/������������������������������������������������������������������������������0000755�0001750�0001750�00000000000�12421541370�011601� 5����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/data/lxterminal.conf.in������������������������������������������������������������0000644�0001750�0001750�00000000115�12412537562�015161� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������[general] fontname=Monospace 10 selchars=-A-Za-z0-9,./?%&#:_ scrollback=1000 ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/data/lxterminal.desktop.in���������������������������������������������������������0000644�0001750�0001750�00000000370�12412537562�015710� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������[Desktop Entry] Encoding=UTF-8 _Name=LXTerminal _GenericName=Terminal _Comment=Use the command line TryExec=lxterminal Exec=lxterminal Icon=lxterminal Type=Application Categories=GTK;System;TerminalEmulator; _Keywords=console;command line;execute; ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/data/lxterminal.png����������������������������������������������������������������0000644�0001750�0001750�00000014220�12412537562�014415� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������‰PNG  ��� IHDR���€���€���Ã>aË���bKGD�ÿ�ÿ�ÿ ½§“��� pHYs�� Ö�� Öoyœ��IDATxÚí][l×yþæ²3{ã’´LJ”Ó–ÜÚªÙb+jvTR ·œ�†:yk„"uPÄ@b´/mFI- iB� hœ¶¶ 7†&-rl6rlÇr ÒºEärwgos?}XžáÌì™ÛÎ,—”ö'{æÜfæ|ßù/g.Æ2–±Œe,cËXÆ2–±Œe,cËXÆ2–±Œe,cËÍ,Ü  Ož<¹@yÔp‹KóĉWÒt˜�'Ož|@„—!³‚ ˜<ÏznI±, ¶m Ç]·,ëø‰'Þ¤ŸD8yò¤Èóüê*û÷ï禧§!Šâ¨Çâ–MÓP­VñÎ;ïwß}wͶí™'N¤ý$Eïã²,óGŽár¹LÓD³ÙõXÜrÂqJ¥vïÞR©Äýæ7¿Ékšö1�ÿ›´¯Dàyþs÷Ýw_)—ËAQ\¼x/¾ø"ÞyçQÉ-%Äã?Ž{x››“–——ŸÀ° Âþùùy�®\¹‚Ïþó(•ŠØ·o%§AO‘u…D\ЉâùÝ(ä\íhYH;W…®ˆ«þ í‚ËÒ·#ŒvHÔNUU¼ùæ8sæ Ξ=‹]»va~~>wùòåû“`I%±'I�ॗ^@ðÀ¿‡‰‰ÈúŸMo# „À¶m'Ý+è]"`wY/“î»7ZH<ÇñîÛvÒvôüúËÒ·³×AÏ ÛȲŒ¹¹94›Müâ¿��äóypÜ`ÝÀ.ü¹sç07·ÓÞ: :!ô2ûAg´#Äv ŒŸTÁÀ„·³û�ɶ]I’´ë?�”ËåLLïÀ.¼a(•Šž“¢T<œ‹\O·sÞJ*>èxTt]C£¡ ÙlÁ²¬Aás$U G°Á例# cåžëŽ^Ôàû FFVYúva$IÚŽ :!­VFªª¦¬OÒñ èëŸíÉÁcåEk‰0m‘M»0’$i×<*†a@Q(J3“ÙÎ’Ô«8Ħ3{¬â“µcÏv€ Ýî ÑPÐétÒÂ))M�I­âÃgÜ­¡âÀ4 (J Š¢À4Í4°$’”&�ÈJҵcÕ»T<!Ý® EQÐn·}es$l¾1/8 ï øêæVñ½9­V †]×Ó@Z2Ñ�ÃXcÕÛÎ*žÓ4Ñh4 (Mض­ é|�â^½NèÆîcû¨x�PUF­V;ÍpER¯`}µÌ;(ýƒßûßþ*žNŠV«z½MÓÒ óP%õ:€mgºyË·Š�Û¶ (-4Mõæ•ôë�C ÝXýoEô¸FCÙRö=ޤ_Èlun£íöPñ½öªª¡Ñh ÝîŒ$ŒK+é`“ÀÙ>¨]÷Ößz*ž¶ïªjk5t»ÝÔ ŒRRš€ž³3ŒÐÍ]¾T<íCU5Ôj5t:Ûx*)Ã@º¥ ÝÜé­¦â龦é¨×ëh·‡¿>¿™’H"ŸÜûЧyºn V«£ÝÞz1|’: ð†Yzÿ£Qñ4O×uÔë Z­V¦¾Õ$µ­÷?:OÅ0 Ôj›x*©M@V¡»>úʲVñô×&†‚F½±-ùA%%ìÀÙ¾ÕU¼»¬Ýî`m­¶-Vî²–L@š×ûÏ[}eÃPñî¾LÓÂÚÚÚMÒ "™¬¦µëÞòá¨xûFCA£qk©{–dð<@²ÐÍÞ,ï>‡n·{˪{–d`l×~» [Żۛ–‰ÚÚͳ‚—•dj×Ýé¬T¼·‚N§‹jum[Ý¥Û,ÉàvpüÐÍ[8*Þ]×¶ jµú-Ó"é µIÈlòþ³Uñþúºn`uµ:¶õ’ Ž]gõ¤â=u�4ןȹÕ=ü8’ñC¡ñb~õ½vlï¯oY6ªkkÐÔ­û ÞV“L–‚“Øuoùà*Þß®ÛU±¶V!Äó®ü ïÍûûgíß ’ÁÝ@VØ_/+ïMs ëkøôv­ÿ«eÃ"@Pz»I&KÁ4Ý_ž­Šç8„�Ç;yµZ š¦;Àû66Îk{"'0h²PñÇ­ƒH{e–e9+zîYŸ•úg]Oøu° ±ÕÉÚ ìO§Wñ�< »í:ÇñÐu µZ„ð<ú¨@·2XáÍsrúÊ6„s½žÃñÎ~·Û…¢ô¾MÈRûY›�wû(¸§¿[ÝDdð™Oô^]ÿ m 0ç(J‚žÚç8ŠÒD§ÓqÌ ø(„"ÊëgwX³ßŸ¿ˆ‰Ä‹§*ÞÿµZŽã= Óþëõt½ßÙ úõ§ÃòÜç–fïY3ß=FôØaû£Ôð†N*dÐÜöÖ¢3z}ëå½0³ÑPgÏ t”6h:È øÓ¬ý¨ã[2{70Ú€òF8çðÔ{Ÿ^ñ8{Q3T€îG©|w¬üÍ&A&>@ð@mì»m=Àçá</°„õ/d5<?øq€Ä!Lc÷£T¼pVäT6,É( `;}q¼Û®£oÆûC=Ã0Ðl¶OJ„ ý k ÚOâñ³4AFe2rûOÚoë©]‚©ªš³¬4óÃàNo†ˆ²ûô¸a@'9Ÿ¬%°½ÿ Ð{*Þ/,p(øn “€ŸÔˆ3èq<ÿ$vßÍî:AO, “™<äwYƒí_T¡õ¨CØét¡ª*ÓÓ³ °qÝá¿ûØqT>ÏóÌ:ôƒÑÃÌ|�ºï·ç,ñ‡pNš¦1£FI€¬U>Kxž 2»4Aq;õþÛí6 Ãð,ðp×·ŸÆ$P‰ë°–Ãf~Ôìw«ö¸jß/~ÿ#+ÉðåPö€ zOí·ašfèÌ=?yU1Wúâª|¿jw ÝQtO"­dâÄÞ=hív–eÅ?)Üéa™€a©ü(°Æ8+dðT0q.ÂÏR6 €V«åZ#ˆÞÂÌÁ þ@”DyüQ^¾_íÇ‘0$9÷¤’ÚxmçÉs"MÓgô£�–IÐ(Ç/©—ïVûIí¼ÿ¼†5ûÔðŸ˜í †ÿ‚,ËF§Óé[×ü¤&5¸aÚ*I¨GåDZóA@³Î+KYÈP ¶eÙèv»Ì¨ îÌ΂ að_—ÿúÒ†tÁÎ0{ü¢Î9¬Ï$’Š�Ç~(Ò톉n·›ÐQÂ߯{ ‚Ì@ØZ†Ÿä¶m{òã†tA`±òƒT¾œ³ Ð;v¬OÏѲ¬¾räÇŸ—Ö7Hêø9ÊîSÛÎ’$Ž\ÔÌg…×Q l›J�ÿàÒóí Ã0 ª*Ò# ’ é›( ã¨ü0Û¿e4ÀÆ Q°6òu]ï[Ú¥¶G³ê…i VQðx/>®Ã|Ð~I• Ë2LÓD.—óä†]×4Pq‰×L°Žë#(Ô£jŸE„$@‡é/‹SWÓ?Ï“ø_ÇÒAøä'?é¼zMKÓ4çŸ#D´Ÿ†q´BÔ6¨‘öš©{ÿý÷{0Ù¬­­�Ž?ŽJ¥‚v»·ž¯išóÂ.À/YL1ü Gí'5_IÁK«¾gff°°°àÁdI¬CªÕ*lÛÆîÝ»qöìYüä'?ÁåË—­4éa×¥ä�F¥‡U7ª»ï¾ŸøÄ'P©TÐétRýç±Ä°mׯ_ÇŽ;pûí·ã³ŸýìÀ÷KÖ!ÎV”,½øV«…jµšª¼ˆV«…V«…r¹êˆô eƒö%QÏ:dÕfþTU…¦i© •ÊôB=ÊÙ‹SgXm‚òüÂÐ8yQûÃj“V2{;8‹“›€~év»XZZ‚ صk&&&2=Ÿ ^ Ýàl'¹ví¦¦¦ Ë2xžG³Ù„ 0 “““�€«W¯bÇŽàyÞY_YZZ§>õ)4›M\½z¶m÷}%d×ÓXEQ<øàƒ��A��ù|{÷îuÞvVU€$INEQp×]wáêÕ«X\\„¢(Y²’¤0næY:,)•JøùÏŽjµŠr¹  §Ú_yåìÝ»„ȲŒ÷Þ{¿þõ¯155å´k6›øÑ~„ååeÌÍÍõ­¼½›n„bÁD&À0Œÿ\]]ýƒ¹¹¹â¨u;‰ سg£ú R©àÈ‘#ÎÝRŽã033ƒ;¢8ívî܉Ç{ …BÅbW®\éëÿÆÓ4_äÜ’j€WVV„±H.–eÁ0 Ož?Œ£Ëén±m{ý«( –——aYV_¿kkk€ä¼»ÝÏ?ÿüÙr¹ü±ùùùKeóÄ0 \ºt©Ûn·ÿëK_úÒ±AúH˜¦ùGFã+¿úÕ¯#„”G=~á8nʲ¬9ÿš¾û.šûÎké•Þý[·­E±àÚ¨¯q­MÓ4Hù»ûõEd-§Nz¡^¯?999‰B¡€\.žçPDQ„ N¦ë:t]‡išÐuÝ ËLÓÄÊÊ ,ËB¹\^|æ™gõµ C¶Ô:@Òétü·xÝâ~f ¨�'Ÿ‚n·»oÔ×5,¹éÖZ­Ö<Q!Ë2òù< …J¥’³MLL \.;ûÅbÅbù|²,C–e·ö(Ÿ>}zaÔ×6 ¹©4Àw¾ó‡/_¾\e¥R år…BÁ±ç‚ —ËAEˆ¢Ã0œ45 <Ï£X,‚‚B¡à6à ¸?†tÈv �ÇHsŒ2¨ªúÇî™^.—‘ÏçaÛ6,Ë‚(Šr¹œC�Aœ_J�Û¶Q,!Š"Õ¿Ï/‘*ß2²ÀÕ: ð¾<˲, Žº/—Ë$ „˜¦ Q!I’CÓ4.‚㸠@͉mÛ÷ðǽq@'å$ Í¦ÊfÀ¦?F†°ÙÏ€mÛ¿sÛm·yì½$I I$IrL�ÏóÎ̧Îa¡P€mÛ( N¹ªªsO?ýôŽÓ§O+ëÇŒ3ûãDìaöÍ8 øD$øÞ÷¾wð#ùÈŸæóù‡_}õÕ»<ˆN§ƒ¹¹9T*ˆ¢èø�Ô)¤Z@×ut»]Ϧª*¦§§'ŸTUu¾`²°°p=ŸÏ¿tþüùÓO=õÔÛ ÂfwPY2 Yj€(€“‚Ï,›™™_xá…/ÏÏÏ?>11ñ¡r¹œã8ï¿ÿ>fgg133ƒz½îhA`Û¶g¶³(¡~@.—óh�`ã6µªª»î¹çž/îٳ狫««z»ÝþàúõëÿþÈ#üM»Ý¦æF‘ ¢ò3#DZp1·$d`’àСC…S§N¼óÎ;ßvÛm9ÿÃׯ_ÇÎ;ÅŸ|>b±È\ƒ#‚ @–eç}�Û¶Ñl6GàÊå²T.—÷ÍÎΞX^^þ³>øàÕ¯~õ«þòË/·c‚Ì7 ð¸¤*â‚6Ñ—§ìÌ™3Ÿ{衇þvnn.Gñ?‚½ººŠ……äóy¤´OÑ•CY–aÛ6Ea.U*•܇?üáG¿ÿýï=wîÜ_;vìŸ3�ìõÜuüš(T’ X~@BDiþµ×^;uäÈ‘Ïär9X–åÜ óßE«×ë˜u€“$)“G̨sHÃÆjµŠR©ÄüjI©Tyä‘çÎ;wìðáÃO¹�‰;»Ý Ó4ïÕö•Ó HGj…8È p:uXm@Xßœú?øÁþâ£ýèg!ÐuÝ£ŽégÓlÛ†®ëÎ"8êég%¢(¢Ýn;¯¹#º^Àq8ð±W^yåùãÇy,ºQBXðƒÈü²4A"ó Ä�žglAùt"ÊÝõrëDtoòÑ£G÷<ùä“?99ÉY–Ó4aš¦sÇ0 g³, «««¨T*˜žžvœ::KMÓt>HåùÜýÒ´eY(•Jà8Îù¨%Çq˜žž†išNhIÛÐz4],ïYYYùÙ… ªë×$ŒQÐ$KâGÅñ³˜t/€5Ó“ Arë›°>@9wÞáÇÍÌÌð~ðé¯aλˆªªbß¾}x÷ÝwÑét)àù|ÞyÎ.©¸}™™çÍgºéº˲<¤4M•J…;tèÐ�$±¥õësçÑ1ˆ3a’Œ·_ûºóB Wåó!uƒN N€/•J¿{íÚµ>uï~-Ú7ã0;;‹·ß~µZÍó ˜ (‹ôžçQ*•Ëå<çô¢÷BèV«Õ`YÖ>l˜¶°‰5™8_|úðŽÒ�IBµAO„i£Z­Öÿ]¸p!ðsrÔæçr9'†/—Ë „à·¿ý-jµÞ¿”sÛkº ˜ä±jBzÿ» X,: H´ªUXŸ,..¶íKŒkcÙì `“ŽiRÇ»Ïä@ƒž ï>ø<åV«umß¾}OÔëuiïÞ½}N‹’$Á²,t»]ܸqÝn†aÀ¶m‡ î¥_ºFà÷DQ„¢(h6›°m²,cçΞed÷=÷DŽãðæ›obqq‘\¾|ù^ýõeôœ> € ¯£É¿ó¢ê8é¤ë�qâ*ޱÕŽÖqfÅ믿¾úéOú/ Ã8Y­V…cÇŽajjÊQûTÕÞxzz‚  Ûí¢Ñh`uuÕ‘Î`úŒ€eYhµZPUÕ±å¦i¢Ýn;+‚¹\•J¥oUÐÿæ1ÏóÐ4 ?ýéOñÖ[o¡T*ùö·¿ý?`{óð¥§NÐx’8åA`¥ñiµ‚³=÷ÜsOð<ÿY–ó Ø¿¿ól=ë{�¦i¢Z­:Ñ‚ÛAs“‡‚IûpkªQèÒðÌÌŒóŒ�ë9Ân·‹÷ßo¼ñjµ‘$é?žyæ™gšÙˆáâä ÒÎYgˆí‡å!F^¬º?þñßž™™9{Çw^YY™^ZZB»ÝÏóeÙS“à·ýt£ªÚý �ÙmÛ)ø’$A–eLMMyÈFý‚jµŠ‹/âüùóXZZ‚¦iíµµµ¿þú׿þÉ£âõ$ò’ €´Þf'%l‘ÈÙ¾öµ¯=¾{÷î§%IÚW(pvìØJ¥‚J¥‚|>ïÜÁ£À?ûý]p«qJ Žã3055]×ÑjµÐh4°¶¶†F£áÜAÔ4MiµZÿöÝï~÷Ÿ~ùË_*1‹"AÜ™=¨&™´l “äD„gŸ}öã{÷î=Z*•( Êçó\>Ÿ‡$I( ˜˜˜pþÉ$™.!»ÃJ:›Ý˺þ^‹¢MÓ(ÐÎ{ùªª6Úíö[«««?ûÖ·¾õ/—.]êúf›‘NK’4dè›ía$ˆ`€“„*Qa'wôèÑÛ}ôÑ?ܽ{÷á©©©Cù|~N’¤‹Ö—ƒé3Ô½‡Oµ„{ãyž.:uE¹P­VÏ/..þ÷7¾ñ ¾F @iÖ ž uþ¬´óKRq¼zZ/+¤Ý—ïIá _ØóðÃ?T©Tv˲<-Šât¡P˜”e¹"Šâ¤$I¢(ܳܶmS×õ¦®ëMMÓ]וn·«èº^Õu}åâÅ‹¾ùÍož¿qã†éÒbÔ~²š„$‘!g\$!BÖ`‡îÞïû-—Ëb¡PÈMLLH<Ï‹’$ ², “““Ò½÷Þ;]*•䥥¥Æ{ï½×âyÞ¶mÛÒuÝÒ4ÍÔ4ÍX]]Õt]§/ã±)?˜qÒY‘!Š ±¾—”�îv£•fý:éJ¥"ær9AE!—Ëq¢(ò¹\ÎéÃ0 Û4MÛ0 bš¦e†¥(JàÃÈ–ø¤ÄH²À”š�þ>²Rç©f<àgtIHG;de.Ý-Y€Õ§Û£K Þ,O ~Øuúóƒ’ìgAw:ð‰žø‰’a€uŒAU<ÇèH6ãã‚O% ¢L€»l�ýŽÞPd3vÜ0b Èfö'²Ÿ †6KFE€8ç×îå ãú¢´€;Ç)¹lE rÞaä»Îaú�cËXÆ2–±leù-c·åå‹å���"zTXtSoftware��xÚ+//×ËÌË.NN,HÕË/J�6ØXSÊ\����IEND®B`‚��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/data/Makefile.in�������������������������������������������������������������������0000644�0001750�0001750�00000045033�12421534474�013602� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : subdir = data DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(srcdir)/lxterminal.conf.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = lxterminal.conf CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(default_configdir)" \ "$(DESTDIR)$(lxterminal.desktop.indir)" \ "$(DESTDIR)$(lxterminal_imagesdir)" "$(DESTDIR)$(uidir)" DATA = $(default_config_DATA) $(lxterminal.desktop.in_DATA) \ $(lxterminal_images_DATA) $(ui_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ADDITIONAL_FLAGS = @ADDITIONAL_FLAGS@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XMLCATALOG = @XMLCATALOG@ XML_CATALOG_FILE = @XML_CATALOG_FILE@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ glib_CFLAGS = @glib_CFLAGS@ glib_LIBS = @glib_LIBS@ gtk_CFLAGS = @gtk_CFLAGS@ gtk_LIBS = @gtk_LIBS@ host_alias = @host_alias@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ intltool__v_merge_options_ = @intltool__v_merge_options_@ intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ vte_CFLAGS = @vte_CFLAGS@ vte_LIBS = @vte_LIBS@ x11_CFLAGS = @x11_CFLAGS@ x11_LIBS = @x11_LIBS@ default_config_DATA = lxterminal.conf default_configdir = $(datadir)/lxterminal uidir = $(datadir)/lxterminal ui_in_files = \ lxterminal-preferences.glade ui_files = $(ui_in_files:.glade=.ui) ui_DATA = $(ui_files) menu.ui CLEANFILES = $(ui_files) lxterminal.desktop_in_files = lxterminal.desktop.in lxterminal.desktop.in_DATA = $(lxterminal.desktop_in_files:.desktop.in=.desktop) lxterminal.desktop.indir = $(datadir)/applications lxterminal_images_DATA = lxterminal.png lxterminal_imagesdir = $(datadir)/icons/hicolor/128x128/apps EXTRA_DIST = \ lxterminal.conf.in \ $(lxterminal_images_DATA) \ $(lxterminal.desktop_in_files) \ $(lxterminal.desktop.in_DATA) \ $(ui_DATA) \ $(ui_in_files) \ $(default_config_DATA) all: all-am .SUFFIXES: .SUFFIXES: .glade .ui $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): lxterminal.conf: $(top_builddir)/config.status $(srcdir)/lxterminal.conf.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ install-default_configDATA: $(default_config_DATA) @$(NORMAL_INSTALL) @list='$(default_config_DATA)'; test -n "$(default_configdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(default_configdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(default_configdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(default_configdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(default_configdir)" || exit $$?; \ done uninstall-default_configDATA: @$(NORMAL_UNINSTALL) @list='$(default_config_DATA)'; test -n "$(default_configdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(default_configdir)'; $(am__uninstall_files_from_dir) install-lxterminal.desktop.inDATA: $(lxterminal.desktop.in_DATA) @$(NORMAL_INSTALL) @list='$(lxterminal.desktop.in_DATA)'; test -n "$(lxterminal.desktop.indir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(lxterminal.desktop.indir)'"; \ $(MKDIR_P) "$(DESTDIR)$(lxterminal.desktop.indir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(lxterminal.desktop.indir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(lxterminal.desktop.indir)" || exit $$?; \ done uninstall-lxterminal.desktop.inDATA: @$(NORMAL_UNINSTALL) @list='$(lxterminal.desktop.in_DATA)'; test -n "$(lxterminal.desktop.indir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(lxterminal.desktop.indir)'; $(am__uninstall_files_from_dir) install-lxterminal_imagesDATA: $(lxterminal_images_DATA) @$(NORMAL_INSTALL) @list='$(lxterminal_images_DATA)'; test -n "$(lxterminal_imagesdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(lxterminal_imagesdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(lxterminal_imagesdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(lxterminal_imagesdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(lxterminal_imagesdir)" || exit $$?; \ done uninstall-lxterminal_imagesDATA: @$(NORMAL_UNINSTALL) @list='$(lxterminal_images_DATA)'; test -n "$(lxterminal_imagesdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(lxterminal_imagesdir)'; $(am__uninstall_files_from_dir) install-uiDATA: $(ui_DATA) @$(NORMAL_INSTALL) @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(uidir)'"; \ $(MKDIR_P) "$(DESTDIR)$(uidir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uidir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(uidir)" || exit $$?; \ done uninstall-uiDATA: @$(NORMAL_UNINSTALL) @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir) tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(DATA) installdirs: for dir in "$(DESTDIR)$(default_configdir)" "$(DESTDIR)$(lxterminal.desktop.indir)" "$(DESTDIR)$(lxterminal_imagesdir)" "$(DESTDIR)$(uidir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-default_configDATA \ install-lxterminal.desktop.inDATA \ install-lxterminal_imagesDATA install-uiDATA install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-default_configDATA \ uninstall-lxterminal.desktop.inDATA \ uninstall-lxterminal_imagesDATA uninstall-uiDATA .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic cscopelist-am \ ctags-am distclean distclean-generic distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-default_configDATA install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am \ install-lxterminal.desktop.inDATA \ install-lxterminal_imagesDATA install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ install-uiDATA installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \ uninstall-am uninstall-default_configDATA \ uninstall-lxterminal.desktop.inDATA \ uninstall-lxterminal_imagesDATA uninstall-uiDATA # Purge GtkBuilder UI files .glade.ui: sed 's/<!--.*-->//' < $< | sed ':a;N;$$!ba;s/ *\n *</</g' > $@ @INTLTOOL_DESKTOP_RULE@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/data/menu.ui�����������������������������������������������������������������������0000644�0001750�0001750�00000002201�12417256566�013036� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������<ui> <menubar name="MenuBar"> <menu name="File" action="File"> <menuitem name="File_NewWindow" action="File_NewWindow"/> <menuitem name="File_NewTab" action="File_NewTab"/> <separator/> <menuitem name="File_CloseTab" action="File_CloseTab"/> <menuitem name="File_CloseWindow" action="File_CloseWindow"/> </menu> <menu name="Edit" action="Edit"> <menuitem name="Edit_Copy" action="Edit_Copy"/> <menuitem name="Edit_Paste" action="Edit_Paste"/> <menuitem name="Edit_Clear" action="Edit_Clear"/> <separator/> <menuitem name="Edit_Preferences" action="Edit_Preferences"/> </menu> <menu name="Tabs" action="Tabs"> <menuitem name="Tabs_NameTab" action="Tabs_NameTab"/> <menuitem name="Tabs_PreviousTab" action="Tabs_PreviousTab"/> <menuitem name="Tabs_NextTab" action="Tabs_NextTab"/> <menuitem name="Tabs_MoveTabLeft" action="Tabs_MoveTabLeft"/> <menuitem name="Tabs_MoveTabRight" action="Tabs_MoveTabRight"/> </menu> <menu name="Help" action="Help"> <menuitem name="Help_About" action="Help_About"/> </menu> </menubar> </ui> �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/data/lxterminal.desktop������������������������������������������������������������0000644�0001750�0001750�00000012166�12412570000�015271� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������[Desktop Entry] Encoding=UTF-8 Name=LXTerminal Name[af]=LXTerminal Name[ar]=LXTerminal Name[be]=LXTerminal Name[bg]=LXTerminal Name[bn]=LXটারà§à¦®à¦¿à¦¨à¦¾à¦² Name[bn_IN]=LXTerminal Name[ca]=LXTerminal Name[cs]=LXTerminal Name[da]=LXTerminal Name[de]=LXTerminal Name[el]=LXTerminal Name[en_GB]=LXTerminal Name[eo]=LXTerminalo Name[es]=LXTerminal Name[es_VE]=LXTerminal Name[et]=LXTerminal Name[eu]=LXTerminala Name[fa]=پایانه ÛŒ LX Name[fi]=LXTerminal Name[fo]=LXTerminal Name[fr]=LXTerminal Name[frp]=LXTerminal Name[gl]=LXTerminal Name[he]=תכנית המסוף LXTerminal Name[hr]=LXterminal Name[hu]=LXTerminal Name[id]=LXTerminal Name[it]=LXTerminal Name[ja]=LXTerminal Name[kk]=LXTerminal Name[ko]=LXTerminal Name[lg]=LXTerminal Name[lt]=LXTerminal Name[ms]=LXTerminal Name[nb]=LXTerminal Name[nl]=LXTerminal Name[nn]=LXTerminal Name[pl]=LXTerminal Name[pt]=LXTerminal Name[pt_BR]=LXTerminal Name[ro]=LXTerminal Name[ru]=LXTerminal Name[sk]=LXTerminal Name[sl]=LXTerminal Name[sr]=ЛИкÑ-Терминал Name[sr@latin]=LIks-Terminal Name[sv]=LXTerminal Name[te]=LXటెరà±à°®à°¿à°¨à°²à± Name[tr]=LXTerminal Name[tt_RU]=LXTerminal Name[ug]=LXTerminal Name[uk]=LX-термінал Name[ur]=ایل ایکس ٹرمنل Name[ur_PK]=ایل ایکس ٹرمنل Name[vi]=LXTerminal Name[zh_CN]=LX 终端 Name[zh_TW]=LX 終端機 GenericName=Terminal GenericName[af]=Terminaal GenericName[ar]=شاشة طرÙية GenericName[be]=ТÑрмінал GenericName[bg]=Терминал GenericName[bn]=টারà§à¦®à¦¿à¦¨à¦¾à¦² GenericName[ca]=Terminal GenericName[cs]=Terminál GenericName[da]=Terminal GenericName[de]=Terminal GenericName[el]=ΤεÏματικό GenericName[en_GB]=Terminal GenericName[es]=Terminal GenericName[es_VE]=Terminal GenericName[et]=Terminal GenericName[eu]=Terminala GenericName[fa]=پایانه GenericName[fi]=Pääte GenericName[fo]=Útstøð GenericName[fr]=Terminal GenericName[gl]=Terminal GenericName[he]=מסוף GenericName[hr]=Terminal GenericName[hu]=Terminál GenericName[id]=Terminal GenericName[it]=Terminale GenericName[ja]=端末 GenericName[kk]=Терминал GenericName[ko]=í„°ë¯¸ë„ GenericName[lg]=Kiwandikiro GenericName[lt]=Terminalas GenericName[ml]=ടെâ€à´°àµà´®à´¿à´¨à´²àµ GenericName[ms]=Terminal GenericName[nb]=Terminal GenericName[nl]=Terminalvenster GenericName[nn]=Terminal GenericName[pl]=Terminal GenericName[pt]=Terminal GenericName[pt_BR]=Terminal GenericName[ro]=Terminal GenericName[ru]=Терминал GenericName[sk]=Terminál GenericName[sl]=Terminal GenericName[sr]=Терминал GenericName[sr@latin]=Terminal GenericName[sv]=Terminal GenericName[te]=టెరà±à°®à°¿à°¨à°²à± GenericName[tr]=Uçbirim GenericName[tt_RU]=Терминал GenericName[ug]=ØªÛØ±Ù…ىنال GenericName[uk]=Термінал GenericName[vi]=Cá»­a sổ lệnh GenericName[zh_CN]=终端 GenericName[zh_TW]=終端機 Comment=Use the command line Comment[af]=Gebruik die opdraglyn Comment[ar]=استخدÙÙ… سطر الأوامر Comment[be]=ЭмулÑтар Ñ‚Ñрмінала Comment[bg]=Използване на команден ред Comment[bn]=কমানà§à¦¡ লাইন বà§à¦¯à¦¬à¦¹à¦¾à¦° করা হবে Comment[ca]=Utilitza la línia d'ordres Comment[cs]=Používat příkazový řádek Comment[da]=Brug kommandolinjen Comment[de]=Befehlszeile verwenden Comment[el]=ΧÏήση γÏαμμής εντολών Comment[en_GB]=Use the command line Comment[es]=Utilice la línea de órdenes Comment[es_VE]=Usar la línea de comandos Comment[et]=Käsurea kasutamine Comment[eu]=Erabili komando-lerroa Comment[fa]=Ø§Ø³ØªÙØ§Ø¯Ù‡ از خط ÙØ±Ù…ان Comment[fi]=Käytä komentoriviä Comment[fo]=Nýt stýriboðslinjuna Comment[fr]=Utiliser la ligne de commande Comment[gl]=Usar a liña de ordes Comment[he]=שימוש בשורת הפקודה Comment[hr]=Koristi naredbeni redak Comment[hu]=Parancssor használata Comment[id]=Gunakan perintah baris Comment[it]=Usa la riga di comando Comment[ja]=コマンド・ライン端末ã§ã™ Comment[kk]=Командалық жолды қолдану Comment[ko]=명령 í–‰ì„ ì‚¬ìš©í•©ë‹ˆë‹¤ Comment[lg]=Kolera mu kiwandikiro Comment[lt]=Naudoti komandų eilutÄ™ Comment[nb]=Bruk kommandolinjen Comment[nl]=Gebruik de opdrachtregel Comment[nn]=Bruk kommandolinja Comment[pl]=Emulator terminala Comment[pt]=Utilizar a linha de comandos Comment[pt_BR]=Use a linha de comando Comment[ro]=Utilizează linia de comandă Comment[ru]=ИÑпользовать командную Ñтроку Comment[sk]=PoužiÅ¥ príkazový riadok Comment[sl]=Uporabi ukazno vrstico Comment[sr]=КориÑтите линију наредби Comment[sr@latin]=Koristite liniju naredbi Comment[sv]=Använd kommandoraden Comment[te]=కమాండౠలైనà±à°¨à± వాడౠComment[tr]=Komut satırını kullan Comment[tt_RU]=Команда юлын куллану Comment[ug]=بۇيرۇق قۇرىنى ئىشلەت Comment[uk]=ВикориÑтати командну Ñтрічку Comment[vi]=Dùng dòng lệnh Comment[zh_CN]=使用命令行 Comment[zh_TW]=使用命令列 TryExec=lxterminal Exec=lxterminal Icon=lxterminal Type=Application Categories=GTK;System;TerminalEmulator; Keywords=console;command line;execute; ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/data/Makefile.am�������������������������������������������������������������������0000644�0001750�0001750�00000001526�12412537562�013571� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������default_config_DATA = lxterminal.conf default_configdir = $(datadir)/lxterminal uidir=$(datadir)/lxterminal ui_in_files= \ lxterminal-preferences.glade ui_files = $(ui_in_files:.glade=.ui) ui_DATA = $(ui_files) menu.ui # Purge GtkBuilder UI files .glade.ui: sed 's/<!--.*-->//' < $< | sed ':a;N;$$!ba;s/ *\n *</</g' > $@ CLEANFILES = $(ui_files) lxterminal.desktop_in_files = lxterminal.desktop.in lxterminal.desktop.in_DATA = $(lxterminal.desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ lxterminal.desktop.indir = $(datadir)/applications lxterminal_images_DATA = lxterminal.png lxterminal_imagesdir = $(datadir)/icons/hicolor/128x128/apps EXTRA_DIST = \ lxterminal.conf.in \ $(lxterminal_images_DATA) \ $(lxterminal.desktop_in_files) \ $(lxterminal.desktop.in_DATA) \ $(ui_DATA) \ $(ui_in_files) \ $(default_config_DATA) ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/data/lxterminal-preferences.ui�����������������������������������������������������0000644�0001750�0001750�00000077655�12421534524�016565� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������<?xml version="1.0" encoding="UTF-8"?><interface><requires lib="gtk+" version="2.18"/> <object class="GtkDialog" id="lxterminal_preferences"><property name="can_focus">False</property><property name="border_width">5</property><property name="title" translatable="yes">LXTerminal Preferences</property><property name="resizable">False</property><property name="type_hint">normal</property><child internal-child="vbox"><object class="GtkVBox" id="outside_container"><property name="visible">True</property><property name="can_focus">False</property><property name="spacing">2</property><child internal-child="action_area"><object class="GtkHButtonBox" id="action_area"><property name="visible">True</property><property name="can_focus">False</property><property name="layout_style">end</property><child><object class="GtkButton" id="Cancel_button"><property name="label">gtk-cancel</property><property name="visible">True</property><property name="can_focus">True</property><property name="receives_default">True</property><property name="use_action_appearance">False</property><property name="use_stock">True</property></object><packing><property name="expand">False</property><property name="fill">False</property><property name="position">0</property></packing></child><child><object class="GtkButton" id="OK_button"><property name="label">gtk-ok</property><property name="visible">True</property><property name="can_focus">True</property><property name="receives_default">True</property><property name="use_action_appearance">False</property><property name="use_stock">True</property></object><packing><property name="expand">False</property><property name="fill">False</property><property name="position">1</property></packing></child></object><packing><property name="expand">False</property><property name="fill">True</property><property name="pack_type">end</property><property name="position">0</property></packing></child><child><object class="GtkNotebook" id="notebook"><property name="visible">True</property><property name="can_focus">True</property><child><object class="GtkTable" id="table_style"><property name="visible">True</property><property name="can_focus">False</property><property name="n_rows">8</property><property name="n_columns">2</property><property name="column_spacing">5</property><property name="row_spacing">3</property><child><object class="GtkLabel" id="label_terminal_font"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Terminal font</property></object><packing><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkFontButton" id="terminal_font"><property name="visible">True</property><property name="can_focus">True</property><property name="receives_default">True</property><property name="use_action_appearance">False</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkLabel" id="label_background_color"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Background</property></object><packing><property name="top_attach">1</property><property name="bottom_attach">2</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkColorButton" id="background_color"><property name="visible">True</property><property name="can_focus">True</property><property name="receives_default">True</property><property name="use_action_appearance">False</property><property name="use_alpha">True</property><property name="color">#000000000000</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">1</property><property name="bottom_attach">2</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkColorButton" id="foreground_color"><property name="visible">True</property><property name="can_focus">True</property><property name="receives_default">True</property><property name="use_action_appearance">False</property><property name="color">#000000000000</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">2</property><property name="bottom_attach">3</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkLabel" id="label_foreground_color"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Foreground</property></object><packing><property name="top_attach">2</property><property name="bottom_attach">3</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkLabel" id="label_allow_bold"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Allow bold font</property></object><packing><property name="top_attach">3</property><property name="bottom_attach">4</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkCheckButton" id="allow_bold"><property name="visible">True</property><property name="can_focus">True</property><property name="receives_default">False</property><property name="use_action_appearance">False</property><property name="draw_indicator">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">3</property><property name="bottom_attach">4</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkLabel" id="label_cursor_blink"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Cursor blink</property></object><packing><property name="top_attach">4</property><property name="bottom_attach">5</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkCheckButton" id="cursor_blink"><property name="visible">True</property><property name="can_focus">True</property><property name="receives_default">False</property><property name="use_action_appearance">False</property><property name="draw_indicator">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">4</property><property name="bottom_attach">5</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkLabel" id="label_cursor_style"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Cursor style</property></object><packing><property name="top_attach">5</property><property name="bottom_attach">7</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkRadioButton" id="cursor_style_block"><property name="label" translatable="yes">Block</property><property name="visible">True</property><property name="can_focus">True</property><property name="receives_default">False</property><property name="use_action_appearance">False</property><property name="xalign">0</property><property name="active">True</property><property name="draw_indicator">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">5</property><property name="bottom_attach">6</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkRadioButton" id="cursor_style_underline"><property name="label" translatable="yes">Underline</property><property name="visible">True</property><property name="can_focus">True</property><property name="receives_default">False</property><property name="use_action_appearance">False</property><property name="xalign">0</property><property name="active">True</property><property name="draw_indicator">True</property><property name="group">cursor_style_block</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">6</property><property name="bottom_attach">7</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkLabel" id="label_audible_bell"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Audible bell</property></object><packing><property name="top_attach">7</property><property name="bottom_attach">8</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkCheckButton" id="audible_bell"><property name="visible">True</property><property name="can_focus">True</property><property name="receives_default">False</property><property name="use_action_appearance">False</property><property name="draw_indicator">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">7</property><property name="bottom_attach">8</property><property name="y_options">GTK_FILL</property></packing></child></object></child><child type="tab"><object class="GtkLabel" id="label_style"><property name="visible">True</property><property name="can_focus">False</property><property name="label" translatable="yes">Style</property></object><packing><property name="tab_fill">False</property></packing></child><child><object class="GtkTable" id="table_display"><property name="visible">True</property><property name="can_focus">False</property><property name="n_rows">6</property><property name="n_columns">2</property><property name="column_spacing">5</property><property name="row_spacing">3</property><child><object class="GtkLabel" id="label_tab_position"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Tab panel position</property></object><packing><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkLabel" id="label_scrollback_lines"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Scrollback lines</property></object><packing><property name="top_attach">1</property><property name="bottom_attach">2</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkLabel" id="label_hide_scroll_bar"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Hide scroll bar</property></object><packing><property name="top_attach">2</property><property name="bottom_attach">3</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkLabel" id="label_hide_menu_bar"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Hide menu bar</property></object><packing><property name="top_attach">3</property><property name="bottom_attach">4</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkCheckButton" id="hide_menu_bar"><property name="visible">True</property><property name="can_focus">True</property><property name="receives_default">False</property><property name="use_action_appearance">False</property><property name="draw_indicator">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">3</property><property name="bottom_attach">4</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkComboBox" id="tab_position"><property name="visible">True</property><property name="can_focus">False</property><property name="model">values_tab_position</property><child><object class="GtkCellRendererText" id="cellrenderertext2"/><attributes><attribute name="text">0</attribute></attributes></child></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="y_options">GTK_SHRINK</property></packing></child><child><object class="GtkSpinButton" id="scrollback_lines"><property name="visible">True</property><property name="can_focus">True</property><property name="invisible_char">•</property><property name="primary_icon_activatable">False</property><property name="secondary_icon_activatable">False</property><property name="primary_icon_sensitive">True</property><property name="secondary_icon_sensitive">True</property><property name="adjustment">scrollback_lines_adjustment</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">1</property><property name="bottom_attach">2</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkCheckButton" id="hide_scroll_bar"><property name="visible">True</property><property name="can_focus">True</property><property name="receives_default">False</property><property name="use_action_appearance">False</property><property name="draw_indicator">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">2</property><property name="bottom_attach">3</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkLabel" id="label_hide_close_button"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Hide Close buttons</property></object><packing><property name="top_attach">4</property><property name="bottom_attach">5</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkCheckButton" id="hide_close_button"><property name="visible">True</property><property name="can_focus">True</property><property name="receives_default">False</property><property name="use_action_appearance">False</property><property name="draw_indicator">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">4</property><property name="bottom_attach">5</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkLabel" id="label_hide_pointer"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Hide mouse pointer</property></object><packing><property name="top_attach">5</property><property name="bottom_attach">6</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkCheckButton" id="hide_pointer"><property name="visible">True</property><property name="can_focus">True</property><property name="receives_default">False</property><property name="use_action_appearance">False</property><property name="draw_indicator">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">5</property><property name="bottom_attach">6</property><property name="y_options">GTK_FILL</property></packing></child></object><packing><property name="position">1</property></packing></child><child type="tab"><object class="GtkLabel" id="label_display"><property name="visible">True</property><property name="can_focus">False</property><property name="label" translatable="yes">Display</property></object><packing><property name="position">1</property><property name="tab_fill">False</property></packing></child><child><object class="GtkTable" id="table_advanced"><property name="visible">True</property><property name="can_focus">False</property><property name="n_rows">3</property><property name="n_columns">2</property><property name="column_spacing">5</property><property name="row_spacing">3</property><child><object class="GtkLabel" id="label_select_by_word"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Select-by-word characters</property></object><packing><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkLabel" id="label_disable_f10"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Disable menu shortcut key (F10 by default)</property></object><packing><property name="top_attach">1</property><property name="bottom_attach">2</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkCheckButton" id="disable_f10"><property name="visible">True</property><property name="can_focus">True</property><property name="receives_default">False</property><property name="use_action_appearance">False</property><property name="draw_indicator">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">1</property><property name="bottom_attach">2</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkLabel" id="label_disable_alt"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Disable using Alt-n for tabs and menu</property></object><packing><property name="top_attach">2</property><property name="bottom_attach">3</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkCheckButton" id="disable_alt"><property name="visible">True</property><property name="can_focus">True</property><property name="receives_default">False</property><property name="use_action_appearance">False</property><property name="draw_indicator">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">2</property><property name="bottom_attach">3</property><property name="y_options">GTK_FILL</property></packing></child><child><object class="GtkEntry" id="select_by_word"><property name="visible">True</property><property name="can_focus">True</property><property name="invisible_char">•</property><property name="primary_icon_activatable">False</property><property name="secondary_icon_activatable">False</property><property name="primary_icon_sensitive">True</property><property name="secondary_icon_sensitive">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="y_options">GTK_FILL</property></packing></child></object><packing><property name="position">2</property><property name="tab_fill">False</property></packing></child><child type="tab"><object class="GtkLabel" id="label_advanced"><property name="visible">True</property><property name="can_focus">False</property><property name="label" translatable="yes">Advanced</property></object><packing><property name="position">2</property><property name="tab_fill">False</property></packing></child><child><object class="GtkTable" id="table_shortcuts"><property name="visible">True</property><property name="can_focus">False</property><property name="n_rows">11</property><property name="n_columns">2</property><property name="column_spacing">5</property><property name="row_spacing">3</property><child><object class="GtkLabel" id="label_new_window_accel"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">New Window</property></object></child><child><object class="GtkEntry" id="new_window_accel"><property name="visible">True</property><property name="can_focus">True</property><property name="invisible_char">•</property><property name="primary_icon_activatable">False</property><property name="secondary_icon_activatable">False</property><property name="primary_icon_sensitive">True</property><property name="secondary_icon_sensitive">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property></packing></child><child><object class="GtkLabel" id="label_new_tab_accel"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">New Tab</property></object><packing><property name="top_attach">1</property><property name="bottom_attach">2</property></packing></child><child><object class="GtkEntry" id="new_tab_accel"><property name="visible">True</property><property name="can_focus">True</property><property name="invisible_char">•</property><property name="invisible_char_set">True</property><property name="primary_icon_activatable">False</property><property name="secondary_icon_activatable">False</property><property name="primary_icon_sensitive">True</property><property name="secondary_icon_sensitive">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">1</property><property name="bottom_attach">2</property></packing></child><child><object class="GtkLabel" id="label_close_tab_accel"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Close Tab</property></object><packing><property name="top_attach">2</property><property name="bottom_attach">3</property></packing></child><child><object class="GtkEntry" id="close_tab_accel"><property name="visible">True</property><property name="can_focus">True</property><property name="invisible_char">•</property><property name="invisible_char_set">True</property><property name="primary_icon_activatable">False</property><property name="secondary_icon_activatable">False</property><property name="primary_icon_sensitive">True</property><property name="secondary_icon_sensitive">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">2</property><property name="bottom_attach">3</property></packing></child><child><object class="GtkLabel" id="label_close_window_accel"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Close Window</property></object><packing><property name="top_attach">3</property><property name="bottom_attach">4</property></packing></child><child><object class="GtkEntry" id="close_window_accel"><property name="visible">True</property><property name="can_focus">True</property><property name="invisible_char">•</property><property name="invisible_char_set">True</property><property name="primary_icon_activatable">False</property><property name="secondary_icon_activatable">False</property><property name="primary_icon_sensitive">True</property><property name="secondary_icon_sensitive">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">3</property><property name="bottom_attach">4</property></packing></child><child><object class="GtkLabel" id="label_copy_accel"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Copy</property></object><packing><property name="top_attach">4</property><property name="bottom_attach">5</property></packing></child><child><object class="GtkEntry" id="copy_accel"><property name="visible">True</property><property name="can_focus">True</property><property name="invisible_char">•</property><property name="invisible_char_set">True</property><property name="primary_icon_activatable">False</property><property name="secondary_icon_activatable">False</property><property name="primary_icon_sensitive">True</property><property name="secondary_icon_sensitive">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">4</property><property name="bottom_attach">5</property></packing></child><child><object class="GtkLabel" id="label_paste_accel"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Paste</property></object><packing><property name="top_attach">5</property><property name="bottom_attach">6</property></packing></child><child><object class="GtkEntry" id="paste_accel"><property name="visible">True</property><property name="can_focus">True</property><property name="invisible_char">•</property><property name="invisible_char_set">True</property><property name="primary_icon_activatable">False</property><property name="secondary_icon_activatable">False</property><property name="primary_icon_sensitive">True</property><property name="secondary_icon_sensitive">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">5</property><property name="bottom_attach">6</property></packing></child><child><object class="GtkLabel" id="label_name_tab_accel"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Name Tab</property></object><packing><property name="top_attach">6</property><property name="bottom_attach">7</property></packing></child><child><object class="GtkEntry" id="name_tab_accel"><property name="visible">True</property><property name="can_focus">True</property><property name="invisible_char">•</property><property name="invisible_char_set">True</property><property name="primary_icon_activatable">False</property><property name="secondary_icon_activatable">False</property><property name="primary_icon_sensitive">True</property><property name="secondary_icon_sensitive">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">6</property><property name="bottom_attach">7</property></packing></child><child><object class="GtkLabel" id="label_previous_tab_accel"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Previous Tab</property></object><packing><property name="top_attach">7</property><property name="bottom_attach">8</property></packing></child><child><object class="GtkEntry" id="previous_tab_accel"><property name="visible">True</property><property name="can_focus">True</property><property name="invisible_char">•</property><property name="invisible_char_set">True</property><property name="primary_icon_activatable">False</property><property name="secondary_icon_activatable">False</property><property name="primary_icon_sensitive">True</property><property name="secondary_icon_sensitive">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">7</property><property name="bottom_attach">8</property></packing></child><child><object class="GtkLabel" id="label_next_tab_accel"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Next Tab</property></object><packing><property name="top_attach">8</property><property name="bottom_attach">9</property></packing></child><child><object class="GtkEntry" id="next_tab_accel"><property name="visible">True</property><property name="can_focus">True</property><property name="invisible_char">•</property><property name="invisible_char_set">True</property><property name="primary_icon_activatable">False</property><property name="secondary_icon_activatable">False</property><property name="primary_icon_sensitive">True</property><property name="secondary_icon_sensitive">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">8</property><property name="bottom_attach">9</property></packing></child><child><object class="GtkLabel" id="label_move_tab_left_accel"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Move Tab Left</property></object><packing><property name="top_attach">9</property><property name="bottom_attach">10</property></packing></child><child><object class="GtkEntry" id="move_tab_left_accel"><property name="visible">True</property><property name="can_focus">True</property><property name="invisible_char">•</property><property name="invisible_char_set">True</property><property name="primary_icon_activatable">False</property><property name="secondary_icon_activatable">False</property><property name="primary_icon_sensitive">True</property><property name="secondary_icon_sensitive">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">9</property><property name="bottom_attach">10</property></packing></child><child><object class="GtkLabel" id="label_move_tab_right_accel"><property name="visible">True</property><property name="can_focus">False</property><property name="xalign">1</property><property name="label" translatable="yes">Move Tab Right</property></object><packing><property name="top_attach">10</property><property name="bottom_attach">11</property></packing></child><child><object class="GtkEntry" id="move_tab_right_accel"><property name="visible">True</property><property name="can_focus">True</property><property name="invisible_char">•</property><property name="invisible_char_set">True</property><property name="primary_icon_activatable">False</property><property name="secondary_icon_activatable">False</property><property name="primary_icon_sensitive">True</property><property name="secondary_icon_sensitive">True</property></object><packing><property name="left_attach">1</property><property name="right_attach">2</property><property name="top_attach">10</property><property name="bottom_attach">11</property></packing></child></object><packing><property name="position">3</property><property name="tab_fill">False</property></packing></child><child type="tab"><object class="GtkLabel" id="label_shortcuts"><property name="visible">True</property><property name="can_focus">False</property><property name="label" translatable="yes">Shortcuts</property></object><packing><property name="position">3</property><property name="tab_fill">False</property></packing></child></object><packing><property name="expand">False</property><property name="fill">True</property><property name="position">1</property></packing></child></object></child><action-widgets><action-widget response="-6">Cancel_button</action-widget><action-widget response="-5">OK_button</action-widget></action-widgets></object><object class="GtkAdjustment" id="scrollback_lines_adjustment"><property name="upper">100000</property><property name="value">1000</property><property name="step_increment">10</property><property name="page_increment">10</property></object><object class="GtkListStore" id="values_tab_position"><columns> <column type="gchararray"/></columns><data><row><col id="0" translatable="yes">Top</col></row><row><col id="0" translatable="yes">Bottom</col></row><row><col id="0" translatable="yes">Left</col></row><row><col id="0" translatable="yes">Right</col></row></data></object></interface> �����������������������������������������������������������������������������������lxterminal-0.2.0/data/lxterminal.conf���������������������������������������������������������������0000644�0001750�0001750�00000000115�12421534512�014544� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������[general] fontname=Monospace 10 selchars=-A-Za-z0-9,./?%&#:_ scrollback=1000 ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/data/lxterminal-preferences.glade��������������������������������������������������0000644�0001750�0001750�00000144230�12417256566�017220� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������<?xml version="1.0" encoding="UTF-8"?> <interface> <requires lib="gtk+" version="2.18"/> <!-- interface-naming-policy toplevel-contextual --> <object class="GtkDialog" id="lxterminal_preferences"> <property name="can_focus">False</property> <property name="border_width">5</property> <property name="title" translatable="yes">LXTerminal Preferences</property> <property name="resizable">False</property> <property name="type_hint">normal</property> <child internal-child="vbox"> <object class="GtkVBox" id="outside_container"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">2</property> <child internal-child="action_area"> <object class="GtkHButtonBox" id="action_area"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="layout_style">end</property> <child> <object class="GtkButton" id="Cancel_button"> <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_action_appearance">False</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkButton" id="OK_button"> <property name="label">gtk-ok</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_action_appearance">False</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="pack_type">end</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkNotebook" id="notebook"> <property name="visible">True</property> <property name="can_focus">True</property> <child> <object class="GtkTable" id="table_style"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="n_rows">8</property> <property name="n_columns">2</property> <property name="column_spacing">5</property> <property name="row_spacing">3</property> <child> <object class="GtkLabel" id="label_terminal_font"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Terminal font</property> </object> <packing> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkFontButton" id="terminal_font"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_action_appearance">False</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="label_background_color"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Background</property> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkColorButton" id="background_color"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_action_appearance">False</property> <property name="use_alpha">True</property> <property name="color">#000000000000</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkColorButton" id="foreground_color"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_action_appearance">False</property> <property name="color">#000000000000</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="label_foreground_color"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Foreground</property> </object> <packing> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="label_allow_bold"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Allow bold font</property> </object> <packing> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkCheckButton" id="allow_bold"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_action_appearance">False</property> <property name="draw_indicator">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="label_cursor_blink"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Cursor blink</property> </object> <packing> <property name="top_attach">4</property> <property name="bottom_attach">5</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkCheckButton" id="cursor_blink"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_action_appearance">False</property> <property name="draw_indicator">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">4</property> <property name="bottom_attach">5</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="label_cursor_style"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Cursor style</property> </object> <packing> <property name="top_attach">5</property> <property name="bottom_attach">7</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkRadioButton" id="cursor_style_block"> <property name="label" translatable="yes">Block</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_action_appearance">False</property> <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">5</property> <property name="bottom_attach">6</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkRadioButton" id="cursor_style_underline"> <property name="label" translatable="yes">Underline</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_action_appearance">False</property> <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> <property name="group">cursor_style_block</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">6</property> <property name="bottom_attach">7</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="label_audible_bell"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Audible bell</property> </object> <packing> <property name="top_attach">7</property> <property name="bottom_attach">8</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkCheckButton" id="audible_bell"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_action_appearance">False</property> <property name="draw_indicator">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">7</property> <property name="bottom_attach">8</property> <property name="y_options">GTK_FILL</property> </packing> </child> </object> </child> <child type="tab"> <object class="GtkLabel" id="label_style"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Style</property> </object> <packing> <property name="tab_fill">False</property> </packing> </child> <child> <object class="GtkTable" id="table_display"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="n_rows">6</property> <property name="n_columns">2</property> <property name="column_spacing">5</property> <property name="row_spacing">3</property> <child> <object class="GtkLabel" id="label_tab_position"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Tab panel position</property> </object> <packing> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="label_scrollback_lines"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Scrollback lines</property> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="label_hide_scroll_bar"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Hide scroll bar</property> </object> <packing> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="label_hide_menu_bar"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Hide menu bar</property> </object> <packing> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkCheckButton" id="hide_menu_bar"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_action_appearance">False</property> <property name="draw_indicator">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkComboBox" id="tab_position"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">values_tab_position</property> <child> <object class="GtkCellRendererText" id="cellrenderertext2"/> <attributes> <attribute name="text">0</attribute> </attributes> </child> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="y_options">GTK_SHRINK</property> </packing> </child> <child> <object class="GtkSpinButton" id="scrollback_lines"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> <property name="primary_icon_sensitive">True</property> <property name="secondary_icon_sensitive">True</property> <property name="adjustment">scrollback_lines_adjustment</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkCheckButton" id="hide_scroll_bar"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_action_appearance">False</property> <property name="draw_indicator">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="label_hide_close_button"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Hide Close buttons</property> </object> <packing> <property name="top_attach">4</property> <property name="bottom_attach">5</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkCheckButton" id="hide_close_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_action_appearance">False</property> <property name="draw_indicator">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">4</property> <property name="bottom_attach">5</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="label_hide_pointer"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Hide mouse pointer</property> </object> <packing> <property name="top_attach">5</property> <property name="bottom_attach">6</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkCheckButton" id="hide_pointer"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_action_appearance">False</property> <property name="draw_indicator">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">5</property> <property name="bottom_attach">6</property> <property name="y_options">GTK_FILL</property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> <child type="tab"> <object class="GtkLabel" id="label_display"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Display</property> </object> <packing> <property name="position">1</property> <property name="tab_fill">False</property> </packing> </child> <child> <object class="GtkTable" id="table_advanced"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="n_rows">3</property> <property name="n_columns">2</property> <property name="column_spacing">5</property> <property name="row_spacing">3</property> <child> <object class="GtkLabel" id="label_select_by_word"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Select-by-word characters</property> </object> <packing> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="label_disable_f10"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Disable menu shortcut key (F10 by default)</property> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkCheckButton" id="disable_f10"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_action_appearance">False</property> <property name="draw_indicator">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="label_disable_alt"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Disable using Alt-n for tabs and menu</property> </object> <packing> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkCheckButton" id="disable_alt"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_action_appearance">False</property> <property name="draw_indicator">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkEntry" id="select_by_word"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> <property name="primary_icon_sensitive">True</property> <property name="secondary_icon_sensitive">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="y_options">GTK_FILL</property> </packing> </child> </object> <packing> <property name="position">2</property> <property name="tab_fill">False</property> </packing> </child> <child type="tab"> <object class="GtkLabel" id="label_advanced"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Advanced</property> </object> <packing> <property name="position">2</property> <property name="tab_fill">False</property> </packing> </child> <child> <object class="GtkTable" id="table_shortcuts"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="n_rows">11</property> <property name="n_columns">2</property> <property name="column_spacing">5</property> <property name="row_spacing">3</property> <child> <object class="GtkLabel" id="label_new_window_accel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">New Window</property> </object> </child> <child> <object class="GtkEntry" id="new_window_accel"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> <property name="primary_icon_sensitive">True</property> <property name="secondary_icon_sensitive">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_new_tab_accel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">New Tab</property> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> </packing> </child> <child> <object class="GtkEntry" id="new_tab_accel"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="invisible_char_set">True</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> <property name="primary_icon_sensitive">True</property> <property name="secondary_icon_sensitive">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> </packing> </child> <child> <object class="GtkLabel" id="label_close_tab_accel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Close Tab</property> </object> <packing> <property name="top_attach">2</property> <property name="bottom_attach">3</property> </packing> </child> <child> <object class="GtkEntry" id="close_tab_accel"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="invisible_char_set">True</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> <property name="primary_icon_sensitive">True</property> <property name="secondary_icon_sensitive">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> </packing> </child> <child> <object class="GtkLabel" id="label_close_window_accel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Close Window</property> </object> <packing> <property name="top_attach">3</property> <property name="bottom_attach">4</property> </packing> </child> <child> <object class="GtkEntry" id="close_window_accel"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="invisible_char_set">True</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> <property name="primary_icon_sensitive">True</property> <property name="secondary_icon_sensitive">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> </packing> </child> <child> <object class="GtkLabel" id="label_copy_accel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Copy</property> </object> <packing> <property name="top_attach">4</property> <property name="bottom_attach">5</property> </packing> </child> <child> <object class="GtkEntry" id="copy_accel"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="invisible_char_set">True</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> <property name="primary_icon_sensitive">True</property> <property name="secondary_icon_sensitive">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">4</property> <property name="bottom_attach">5</property> </packing> </child> <child> <object class="GtkLabel" id="label_paste_accel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Paste</property> </object> <packing> <property name="top_attach">5</property> <property name="bottom_attach">6</property> </packing> </child> <child> <object class="GtkEntry" id="paste_accel"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="invisible_char_set">True</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> <property name="primary_icon_sensitive">True</property> <property name="secondary_icon_sensitive">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">5</property> <property name="bottom_attach">6</property> </packing> </child> <child> <object class="GtkLabel" id="label_name_tab_accel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Name Tab</property> </object> <packing> <property name="top_attach">6</property> <property name="bottom_attach">7</property> </packing> </child> <child> <object class="GtkEntry" id="name_tab_accel"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="invisible_char_set">True</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> <property name="primary_icon_sensitive">True</property> <property name="secondary_icon_sensitive">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">6</property> <property name="bottom_attach">7</property> </packing> </child> <child> <object class="GtkLabel" id="label_previous_tab_accel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Previous Tab</property> </object> <packing> <property name="top_attach">7</property> <property name="bottom_attach">8</property> </packing> </child> <child> <object class="GtkEntry" id="previous_tab_accel"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="invisible_char_set">True</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> <property name="primary_icon_sensitive">True</property> <property name="secondary_icon_sensitive">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">7</property> <property name="bottom_attach">8</property> </packing> </child> <child> <object class="GtkLabel" id="label_next_tab_accel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Next Tab</property> </object> <packing> <property name="top_attach">8</property> <property name="bottom_attach">9</property> </packing> </child> <child> <object class="GtkEntry" id="next_tab_accel"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="invisible_char_set">True</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> <property name="primary_icon_sensitive">True</property> <property name="secondary_icon_sensitive">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">8</property> <property name="bottom_attach">9</property> </packing> </child> <child> <object class="GtkLabel" id="label_move_tab_left_accel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Move Tab Left</property> </object> <packing> <property name="top_attach">9</property> <property name="bottom_attach">10</property> </packing> </child> <child> <object class="GtkEntry" id="move_tab_left_accel"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="invisible_char_set">True</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> <property name="primary_icon_sensitive">True</property> <property name="secondary_icon_sensitive">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">9</property> <property name="bottom_attach">10</property> </packing> </child> <child> <object class="GtkLabel" id="label_move_tab_right_accel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Move Tab Right</property> </object> <packing> <property name="top_attach">10</property> <property name="bottom_attach">11</property> </packing> </child> <child> <object class="GtkEntry" id="move_tab_right_accel"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="invisible_char_set">True</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> <property name="primary_icon_sensitive">True</property> <property name="secondary_icon_sensitive">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">10</property> <property name="bottom_attach">11</property> </packing> </child> </object> <packing> <property name="position">3</property> <property name="tab_fill">False</property> </packing> </child> <child type="tab"> <object class="GtkLabel" id="label_shortcuts"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Shortcuts</property> </object> <packing> <property name="position">3</property> <property name="tab_fill">False</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> </child> <action-widgets> <action-widget response="-6">Cancel_button</action-widget> <action-widget response="-5">OK_button</action-widget> </action-widgets> </object> <object class="GtkAdjustment" id="scrollback_lines_adjustment"> <property name="upper">100000</property> <property name="value">1000</property> <property name="step_increment">10</property> <property name="page_increment">10</property> </object> <object class="GtkListStore" id="values_tab_position"> <columns> <!-- column-name gchararray1 --> <column type="gchararray"/> </columns> <data> <row> <col id="0" translatable="yes">Top</col> </row> <row> <col id="0" translatable="yes">Bottom</col> </row> <row> <col id="0" translatable="yes">Left</col> </row> <row> <col id="0" translatable="yes">Right</col> </row> </data> </object> </interface> ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/configure��������������������������������������������������������������������������0000755�0001750�0001750�00000772645�12421534474�012553� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for lxterminal 0.2.0. # # Report bugs to <http://lxde.org/>. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (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 case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi 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 # The user is always right. if test "${PATH_SEPARATOR+set}" != set; 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 || PATH_SEPARATOR=';' } 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 #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 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 done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then 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 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. if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then _as_can_reexec=no; export _as_can_reexec; # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac 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 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 : 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 case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi " as_required="as_fn_return () { (exit \$1); } as_fn_success () { as_fn_return 0; } as_fn_failure () { as_fn_return 1; } as_fn_ret_success () { return 0; } as_fn_ret_failure () { return 1; } exitcode=0 as_fn_success || { exitcode=1; echo as_fn_success failed.; } 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 : else exitcode=1; echo positional parameters were not saved. fi test x\$exitcode = x0 || 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" if (eval "$as_required") 2>/dev/null; then : as_have_required=yes else as_have_required=no fi if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : else 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=. 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 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 : 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 : break 2 fi fi done;; 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 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 # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac 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 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." else $as_echo "$0: Please tell bug-autoconf@gnu.org and http://lxde.org/ $0: about your system, including any error possibly output $0: before this message. Then install a modern shell, or $0: manually run the script under such a shell if you do $0: have one." fi exit 1 fi fi fi SHELL=${CONFIG_SHELL-/bin/sh} export SHELL # Unset more variables known to interfere with behavior of common tools. CLICOLOR_FORCE= GREP_OPTIONS= unset CLICOLOR_FORCE GREP_OPTIONS ## --------------------- ## ## M4sh Shell Functions. ## ## --------------------- ## # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p # 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 : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # 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 : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { 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 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_lineno_1=$LINENO as_lineno_1a=$LINENO as_lineno_2=$LINENO 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'"' || { # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop 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; } # 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 # in an infinite loop. This has already happened in practice. _as_can_reexec=no; export _as_can_reexec # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" test -n "$DJDIR" || exec 7<&0 </dev/null exec 6>&1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='lxterminal' PACKAGE_TARNAME='lxterminal' PACKAGE_VERSION='0.2.0' PACKAGE_STRING='lxterminal 0.2.0' PACKAGE_BUGREPORT='http://lxde.org/' PACKAGE_URL='' # Factoring default headers for most tests. ac_includes_default="\ #include <stdio.h> #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include <stdlib.h> # include <stddef.h> #else # ifdef HAVE_STDLIB_H # include <stdlib.h> # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include <memory.h> # endif # include <string.h> #endif #ifdef HAVE_STRINGS_H # include <strings.h> #endif #ifdef HAVE_INTTYPES_H # include <inttypes.h> #endif #ifdef HAVE_STDINT_H # include <stdint.h> #endif #ifdef HAVE_UNISTD_H # include <unistd.h> #endif" ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS ENABLE_REGENERATE_MAN_FALSE ENABLE_REGENERATE_MAN_TRUE XMLCATALOG XML_CATALOG_FILE XSLTPROC MKINSTALLDIRS POSUB POFILES PO_IN_DATADIR_FALSE PO_IN_DATADIR_TRUE INTLLIBS INSTOBJEXT GMOFILES DATADIRNAME CATOBJEXT CATALOGS MSGFMT_OPTS GETTEXT_PACKAGE ADDITIONAL_FLAGS vte_LIBS vte_CFLAGS x11_LIBS x11_CFLAGS glib_LIBS glib_CFLAGS GTK_LIBS GTK_CFLAGS gtk_LIBS gtk_CFLAGS PKG_CONFIG_LIBDIR PKG_CONFIG_PATH PKG_CONFIG EGREP GREP CPP am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__quote am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE ALL_LINGUAS INTLTOOL_PERL GMSGFMT MSGFMT MSGMERGE XGETTEXT INTLTOOL_POLICY_RULE INTLTOOL_SERVICE_RULE INTLTOOL_THEME_RULE INTLTOOL_SCHEMAS_RULE INTLTOOL_CAVES_RULE INTLTOOL_XML_NOMERGE_RULE INTLTOOL_XML_RULE INTLTOOL_KBD_RULE INTLTOOL_XAM_RULE INTLTOOL_UI_RULE INTLTOOL_SOUNDLIST_RULE INTLTOOL_SHEET_RULE INTLTOOL_SERVER_RULE INTLTOOL_PONG_RULE INTLTOOL_OAF_RULE INTLTOOL_PROP_RULE INTLTOOL_KEYS_RULE INTLTOOL_DIRECTORY_RULE INTLTOOL_DESKTOP_RULE intltool__v_merge_options_0 intltool__v_merge_options_ INTLTOOL_V_MERGE_OPTIONS INTLTOOL__v_MERGE_0 INTLTOOL__v_MERGE_ INTLTOOL_V_MERGE INTLTOOL_EXTRACT INTLTOOL_MERGE INTLTOOL_UPDATE USE_NLS am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM AM_BACKSLASH AM_DEFAULT_VERBOSITY AM_DEFAULT_V AM_V target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking enable_silent_rules enable_nls enable_maintainer_mode enable_dependency_tracking enable_man enable_more_warnings enable_gtk3 with_xml_catalog ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CPP PKG_CONFIG PKG_CONFIG_PATH PKG_CONFIG_LIBDIR gtk_CFLAGS gtk_LIBS glib_CFLAGS glib_LIBS x11_CFLAGS x11_LIBS vte_CFLAGS vte_LIBS' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *=) ac_optarg= ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) 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" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) 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" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) 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" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) 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" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) as_fn_error $? "unrecognized option: \`$ac_option' Try \`$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. $as_echo "$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 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then 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 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # 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 lxterminal 0.2.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/lxterminal] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of lxterminal 0.2.0:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-silent-rules less verbose build output (undo: "make V=1") --disable-silent-rules verbose build output (undo: "make V=0") --disable-nls do not use Native Language Support --disable-maintainer-mode disable make rules and dependencies not useful (and sometimes confusing) to the casual installer --enable-dependency-tracking do not reject slow dependency extractors --disable-dependency-tracking speeds up one-time build --enable-man regenerate roff man pages from Docbook [default=no] --enable-more-warnings Add more warnings [default=no] --enable-gtk3 enable to use gtk-3.0 instead of gtk-2.0 Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-xml-catalog=CATALOG path to xml catalog to use Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a nonstandard directory <lib dir> LIBS libraries to pass to the linker, e.g. -l<library> CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if you have headers in a nonstandard directory <include dir> CPP C preprocessor PKG_CONFIG path to pkg-config utility PKG_CONFIG_PATH directories to add to pkg-config's search path PKG_CONFIG_LIBDIR path overriding pkg-config's built-in search path gtk_CFLAGS C compiler flags for gtk, overriding pkg-config gtk_LIBS linker flags for gtk, overriding pkg-config glib_CFLAGS C compiler flags for glib, overriding pkg-config glib_LIBS linker flags for glib, overriding pkg-config x11_CFLAGS C compiler flags for x11, overriding pkg-config x11_LIBS linker flags for x11, overriding pkg-config vte_CFLAGS C compiler flags for vte, overriding pkg-config vte_LIBS linker flags for vte, overriding pkg-config Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to <http://lxde.org/>. _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$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|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF lxterminal configure 0.2.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## # ac_fn_c_try_compile LINENO # -------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext 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 (eval "$ac_compile") 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; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; 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_compile # ac_fn_c_try_link LINENO # ----------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. 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 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>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; } && { 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 : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. 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_link # 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_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_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 http://lxde.org/ ## ## ------------------------------- ##" ) | 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_check_header_compile LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists and can be compiled using the include files in # INCLUDES, setting the cache variable VAR accordingly. 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 cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_compile # ac_fn_c_check_func LINENO FUNC VAR # ---------------------------------- # Tests whether FUNC exists, setting the cache variable VAR accordingly 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 cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Define $2 to an innocuous variant, in case <limits.h> declares $2. For example, HP-UX 11i <limits.h> declares gettimeofday. */ #define $2 innocuous_$2 /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $2 (); below. Prefer <limits.h> to <assert.h> if __STDC__ is defined, since <limits.h> exists even on freestanding compilers. */ #ifdef __STDC__ # include <limits.h> #else # include <assert.h> #endif #undef $2 /* 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 $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$2 || defined __stub___$2 choke me #endif int main () { return $2 (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext \ 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; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_func 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 lxterminal $as_me 0.2.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done { ac_configure_args0=; unset ac_configure_args0;} { ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # 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=$? # Save into config.log some information that might help in debugging. { echo $as_echo "## ---------------- ## ## Cache variables. ## ## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var 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;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo $as_echo "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then $as_echo "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then $as_echo "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h $as_echo "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_URL "$PACKAGE_URL" _ACEOF # 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 elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" 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;} 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;} as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5; } fi done if test -r "$cache_file"; then # 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;} 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;} >$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` 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;} 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;} 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;} 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=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) as_fn_append ac_configure_args " '$ac_arg'" ;; esac 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 fi ## -------------------- ## ## Main body of script. ## ## -------------------- ## 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 ac_config_headers="$ac_config_headers config.h" # Support silent build rules. Disable by either passing --disable-silent-rules # to configure or passing V=1 to make # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; fi case $enable_silent_rules in # ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) 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)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else 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; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AM_BACKSLASH='\' am__api_version='1.14' 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), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # 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; } if test -z "$INSTALL"; then if ${ac_cv_path_install+:} false; then : $as_echo_n "(cached) " >&6 else 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]/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # 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 test $ac_prog = install && 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 # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir 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" && 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" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 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; } # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi if test "$2" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$2" = conftest.file ) then # Ok. : else 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; } # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi rm -f conftest.file test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # 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"` # 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 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;} fi if test x"${install_sh}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then 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 if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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_STRIP="${ac_tool_prefix}strip" $as_echo "$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 STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then 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 if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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_STRIP="strip" $as_echo "$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_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; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" 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;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi 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; } if test -z "$MKDIR_P"; then if ${ac_cv_path_mkdir+:} false; then : $as_echo_n "(cached) " >&6 else 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=. 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) '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi test -d ./--version && rmdir ./--version if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. MKDIR_P="$ac_install_sh -d" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$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 if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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_AWK="$ac_prog" $as_echo "$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 AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "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; } 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 cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac 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; } SET_MAKE= else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE='lxterminal' VERSION='0.2.0' cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> mkdir_p='$(MKDIR_P)' # We need awk for the "check" target. The system "awk" is bad on # some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar pax cpio none' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542> Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: <http://www.gnu.org/software/coreutils/>. If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 $as_echo_n "checking whether NLS is requested... " >&6; } # Check whether --enable-nls was given. if test "${enable_nls+set}" = set; then : enableval=$enable_nls; USE_NLS=$enableval else USE_NLS=yes fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 $as_echo "$USE_NLS" >&6; } case "$am__api_version" in 1.01234) as_fn_error $? "Automake 1.5 or newer is required to use intltool" "$LINENO" 5 ;; *) ;; esac INTLTOOL_REQUIRED_VERSION_AS_INT=`echo | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` 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 ""; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intltool >= " >&5 $as_echo_n "checking for intltool >= ... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5 $as_echo "$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 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 case $INTLTOOL_UPDATE in [\\/]* | ?:[\\/]*) ac_cv_path_INTLTOOL_UPDATE="$INTLTOOL_UPDATE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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 break 2 fi done done IFS=$as_save_IFS ;; esac 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; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "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 case $INTLTOOL_MERGE in [\\/]* | ?:[\\/]*) ac_cv_path_INTLTOOL_MERGE="$INTLTOOL_MERGE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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 break 2 fi done done IFS=$as_save_IFS ;; esac 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; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "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 case $INTLTOOL_EXTRACT in [\\/]* | ?:[\\/]*) ac_cv_path_INTLTOOL_EXTRACT="$INTLTOOL_EXTRACT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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 break 2 fi done done IFS=$as_save_IFS ;; esac 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; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5 fi if test -z "$AM_DEFAULT_VERBOSITY"; then AM_DEFAULT_VERBOSITY=1 fi INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;' INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' intltool__v_merge_options_0='-q' INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@' else INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.$$RANDOM && mkdir $$_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u $$_it_tmp_dir $< $@ && rmdir $$_it_tmp_dir' fi INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' # 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 case $XGETTEXT in [\\/]* | ?:[\\/]*) ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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 break 2 fi done done IFS=$as_save_IFS ;; esac 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; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "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 case $MSGMERGE in [\\/]* | ?:[\\/]*) ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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 break 2 fi done done IFS=$as_save_IFS ;; esac 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; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "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 case $MSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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 break 2 fi done done IFS=$as_save_IFS ;; esac 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; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "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 case $GMSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac 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; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5 fi xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5 fi # 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 case $INTLTOOL_PERL in [\\/]* | ?:[\\/]*) ac_cv_path_INTLTOOL_PERL="$INTLTOOL_PERL" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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 break 2 fi done done IFS=$as_save_IFS ;; esac 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; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "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; } $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; } fi if test "x" != "xno-xml"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML::Parser" >&5 $as_echo_n "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; } else as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5 fi fi # Substitute ALL_LINGUAS so we can use it in po/Makefile { $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; } # Check whether --enable-maintainer-mode was given. if test "${enable_maintainer_mode+set}" = set; then : enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval else USE_MAINTAINER_MODE=yes fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 $as_echo "$USE_MAINTAINER_MODE" >&6; } if test $USE_MAINTAINER_MODE = yes; then MAINTAINER_MODE_TRUE= MAINTAINER_MODE_FALSE='#' else MAINTAINER_MODE_TRUE='#' MAINTAINER_MODE_FALSE= fi MAINT=$MAINTAINER_MODE_TRUE DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 $as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 $as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= 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 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 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 test -z "$as_dir" && as_dir=. 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}gcc" $as_echo "$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; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then 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 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 test -z "$as_dir" && as_dir=. 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="gcc" $as_echo "$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 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi 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;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then 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 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 test -z "$as_dir" && as_dir=. 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}cc" $as_echo "$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; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi 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 if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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 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 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # 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+' '}$@" 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; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "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 { $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 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 test -z "$as_dir" && as_dir=. 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 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; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "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 { $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 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 test -z "$as_dir" && as_dir=. 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 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 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "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;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi 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 fi rm -f conftest.er1 conftest.err $as_echo "$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 () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # 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[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { { ac_try="$ac_link_default" 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_default") 2>&5 ac_status=$? $as_echo "$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, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else 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 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;} 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; } 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; } 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; }; 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 # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) 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;} 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; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <stdio.h> int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF 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; } if test "$cross_compiling" != yes; then { { 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; } if { ac_try='./conftest$ac_cv_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 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. 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; } 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 cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj 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 (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$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 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_echo "$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;} 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; } 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 cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext 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; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} 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 ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF 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 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext 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 CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else 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_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <stdarg.h> #include <stdio.h> 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]; /* 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 **, 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; } _ACEOF 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 : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext 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 : 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 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 cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done 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; } if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" 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 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 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 # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none 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; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 $as_echo_n "checking for library containing strerror... " >&6; } if ${ac_cv_search_strerror+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* 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 strerror (); int main () { return strerror (); ; return 0; } _ACEOF for ac_lib in '' cposix; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_strerror=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext if ${ac_cv_search_strerror+:} false; then : break fi done if ${ac_cv_search_strerror+:} false; then : else ac_cv_search_strerror=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5 $as_echo "$ac_cv_search_strerror" >&6; } ac_res=$ac_cv_search_strerror if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 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 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 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 test -z "$as_dir" && as_dir=. 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}gcc" $as_echo "$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; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then 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 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 test -z "$as_dir" && as_dir=. 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="gcc" $as_echo "$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 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi 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;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then 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 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 test -z "$as_dir" && as_dir=. 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}cc" $as_echo "$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; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi 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 if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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 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 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # 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+' '}$@" 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; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "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 { $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 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 test -z "$as_dir" && as_dir=. 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 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; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "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 { $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 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 test -z "$as_dir" && as_dir=. 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 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 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "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;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi 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 fi rm -f conftest.er1 conftest.err $as_echo "$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 cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext 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; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} 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 ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF 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 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext 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 CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else 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_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <stdarg.h> #include <stdio.h> 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]; /* 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 **, 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; } _ACEOF 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 : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext 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 : 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 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 cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done 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; } if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" 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 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 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 # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none 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; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= 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 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 do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since # <limits.h> 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 <limits.h> #else # include <assert.h> #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 <ac_nonexistent.h> _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 : 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 <limits.h> to <assert.h> if __STDC__ is defined, since # <limits.h> 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 <limits.h> #else # include <assert.h> #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 <ac_nonexistent.h> _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 $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 { $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 cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <stdlib.h> #include <stdarg.h> #include <string.h> #include <float.h> int main () { ; 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 <string.h> _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <stdlib.h> _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* fi 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 cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <ctype.h> #include <stdlib.h> #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))) int main () { 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 fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi 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 $as_echo "#define STDC_HEADERS 1" >>confdefs.h fi # 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 fi done for ac_header in locale.h langinfo.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 fi done # Check whether --enable-man was given. if test "${enable_man+set}" = set; then : enableval=$enable_man; enable_man="${enableval}" else enable_man=no fi # Check whether --enable-more_warnings was given. if test "${enable_more_warnings+set}" = set; then : enableval=$enable_more_warnings; enable_more_warnings="${enableval}" else enable_more_warnings=no fi # Check whether --enable-gtk3 was given. if test "${enable_gtk3+set}" = set; then : enableval=$enable_gtk3; case "${enableval}" in yes) enable_gtk3=yes ;; no) enable_gtk3=no ;; *) as_fn_error $? "bad value \"${enableval}\" for --enable-gtk3, use \"yes\" (default) or \"no\"." "$LINENO" 5 ;; esac fi # Checks for libraries. if test "x$enable_gtk3" = "xyes" ; then CFLAGS="$CFLAGS -DENABLE_GTK3" gtk_modules="gtk+-3.0 >= 3.0.0" else gtk_modules="gtk+-2.0 >= 2.18.0" fi if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 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 case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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 break 2 fi done done IFS=$as_save_IFS ;; esac 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; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_path_PKG_CONFIG"; then 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 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. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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 break 2 fi done done IFS=$as_save_IFS ;; esac 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; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then PKG_CONFIG="" 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;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG fi else PKG_CONFIG="$ac_cv_path_PKG_CONFIG" fi fi if test -n "$PKG_CONFIG"; then _pkg_min_version=0.9.0 { $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; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } PKG_CONFIG="" fi fi pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtk" >&5 $as_echo_n "checking for gtk... " >&6; } if test -n "$gtk_CFLAGS"; then pkg_cv_gtk_CFLAGS="$gtk_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_modules\""; } >&5 ($PKG_CONFIG --exists --print-errors "$gtk_modules") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_gtk_CFLAGS=`$PKG_CONFIG --cflags "$gtk_modules" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$gtk_LIBS"; then pkg_cv_gtk_LIBS="$gtk_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_modules\""; } >&5 ($PKG_CONFIG --exists --print-errors "$gtk_modules") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_gtk_LIBS=`$PKG_CONFIG --libs "$gtk_modules" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then gtk_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$gtk_modules" 2>&1` else gtk_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$gtk_modules" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$gtk_PKG_ERRORS" >&5 as_fn_error $? "Package requirements ($gtk_modules) were not met: $gtk_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables gtk_CFLAGS and gtk_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "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 path to pkg-config. Alternatively, you may set the environment variables gtk_CFLAGS and gtk_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see <http://pkg-config.freedesktop.org/>. See \`config.log' for more details" "$LINENO" 5; } else gtk_CFLAGS=$pkg_cv_gtk_CFLAGS gtk_LIBS=$pkg_cv_gtk_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glib" >&5 $as_echo_n "checking for glib... " >&6; } if test -n "$glib_CFLAGS"; then pkg_cv_glib_CFLAGS="$glib_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.6.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.6.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_glib_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.6.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$glib_LIBS"; then pkg_cv_glib_LIBS="$glib_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.6.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.6.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_glib_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.6.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then glib_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.6.0" 2>&1` else glib_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.6.0" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$glib_PKG_ERRORS" >&5 as_fn_error $? "Package requirements (glib-2.0 >= 2.6.0) were not met: $glib_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables glib_CFLAGS and glib_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "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 path to pkg-config. Alternatively, you may set the environment variables glib_CFLAGS and glib_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see <http://pkg-config.freedesktop.org/>. See \`config.log' for more details" "$LINENO" 5; } else glib_CFLAGS=$pkg_cv_glib_CFLAGS glib_LIBS=$pkg_cv_glib_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for x11" >&5 $as_echo_n "checking for x11... " >&6; } if test -n "$x11_CFLAGS"; then pkg_cv_x11_CFLAGS="$x11_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11 >= 1.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "x11 >= 1.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_x11_CFLAGS=`$PKG_CONFIG --cflags "x11 >= 1.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$x11_LIBS"; then pkg_cv_x11_LIBS="$x11_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11 >= 1.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "x11 >= 1.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_x11_LIBS=`$PKG_CONFIG --libs "x11 >= 1.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then x11_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "x11 >= 1.0" 2>&1` else x11_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "x11 >= 1.0" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$x11_PKG_ERRORS" >&5 as_fn_error $? "Package requirements (x11 >= 1.0) were not met: $x11_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables x11_CFLAGS and x11_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "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 path to pkg-config. Alternatively, you may set the environment variables x11_CFLAGS and x11_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see <http://pkg-config.freedesktop.org/>. See \`config.log' for more details" "$LINENO" 5; } else x11_CFLAGS=$pkg_cv_x11_CFLAGS x11_LIBS=$pkg_cv_x11_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi if test "x$enable_gtk3" = "xyes" ; then pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vte" >&5 $as_echo_n "checking for vte... " >&6; } if test -n "$vte_CFLAGS"; then pkg_cv_vte_CFLAGS="$vte_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"vte-2.90 >= 0.20.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "vte-2.90 >= 0.20.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_vte_CFLAGS=`$PKG_CONFIG --cflags "vte-2.90 >= 0.20.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$vte_LIBS"; then pkg_cv_vte_LIBS="$vte_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"vte-2.90 >= 0.20.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "vte-2.90 >= 0.20.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_vte_LIBS=`$PKG_CONFIG --libs "vte-2.90 >= 0.20.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then vte_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "vte-2.90 >= 0.20.0" 2>&1` else vte_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "vte-2.90 >= 0.20.0" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$vte_PKG_ERRORS" >&5 as_fn_error $? "Package requirements (vte-2.90 >= 0.20.0) were not met: $vte_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables vte_CFLAGS and vte_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "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 path to pkg-config. Alternatively, you may set the environment variables vte_CFLAGS and vte_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see <http://pkg-config.freedesktop.org/>. See \`config.log' for more details" "$LINENO" 5; } else vte_CFLAGS=$pkg_cv_vte_CFLAGS vte_LIBS=$pkg_cv_vte_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi else pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vte" >&5 $as_echo_n "checking for vte... " >&6; } if test -n "$vte_CFLAGS"; then pkg_cv_vte_CFLAGS="$vte_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"vte >= 0.20.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "vte >= 0.20.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_vte_CFLAGS=`$PKG_CONFIG --cflags "vte >= 0.20.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$vte_LIBS"; then pkg_cv_vte_LIBS="$vte_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"vte >= 0.20.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "vte >= 0.20.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_vte_LIBS=`$PKG_CONFIG --libs "vte >= 0.20.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then vte_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "vte >= 0.20.0" 2>&1` else vte_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "vte >= 0.20.0" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$vte_PKG_ERRORS" >&5 as_fn_error $? "Package requirements (vte >= 0.20.0) were not met: $vte_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables vte_CFLAGS and vte_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "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 path to pkg-config. Alternatively, you may set the environment variables vte_CFLAGS and vte_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see <http://pkg-config.freedesktop.org/>. See \`config.log' for more details" "$LINENO" 5; } else vte_CFLAGS=$pkg_cv_vte_CFLAGS vte_LIBS=$pkg_cv_vte_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi fi CFLAGS="$CFLAGS $glib_CFLAGS $gtk_CFLAGS $vte_CFLAGS $x11_CFLAGS" LIBS="$LIBS $glib_LIBS $gtk_LIBS $vte_LIBS $x11_LIBS" if test x"$enable_more_warnings" = x"yes"; then ADDITIONAL_FLAGS="-Wall -Werror=all -Werror=format -Werror=implicit-function-declaration -Werror=implicit-int -Werror=missing-braces -Werror=parentheses -Werror=return-type -Werror=strict-aliasing -Werror=switch -Wuninitialized -Werror=unused-label -Werror=unused-value -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Werror=missing-declarations -Wredundant-decls -Wmissing-noreturn -Wpointer-arith -Wcast-align -Wwrite-strings -Werror=inline -Werror=format-nonliteral -Wformat-nonliteral -Werror=format-security -Wformat-security -Winit-self -Werror=missing-include-dirs -Werror=undef -Werror=aggregate-return -Wmissing-format-attribute -Werror=nested-externs -fno-strict-aliasing -fmessage-length=0 -Wp,-D_FORTIFY_SOURCE=2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGTK_DISABLE_SINGLE_INCLUDES" fi # Generate po/LINGUAS on the fly rather than relying on translators # to maintain it manually. This also overcome the problem that Transifex # cannot add a language to po/LINGUAS if a new po file is submitted. rm -f $srcdir/po/LINGUAS for po_file in `ls $srcdir/po/*.po | sort`; do lang=`echo "$po_file" | sed "s|.*/po/\(.*\)\.po|\1|g"` echo $lang >> $srcdir/po/LINGUAS done GETTEXT_PACKAGE=lxterminal cat >>confdefs.h <<_ACEOF #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE" _ACEOF for ac_header in locale.h do : ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" if test "x$ac_cv_header_locale_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LOCALE_H 1 _ACEOF fi done if test $ac_cv_header_locale_h = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5 $as_echo_n "checking for LC_MESSAGES... " >&6; } if ${am_cv_val_LC_MESSAGES+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <locale.h> int main () { return LC_MESSAGES ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_val_LC_MESSAGES=yes else am_cv_val_LC_MESSAGES=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5 $as_echo "$am_cv_val_LC_MESSAGES" >&6; } if test $am_cv_val_LC_MESSAGES = yes; then $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h fi fi USE_NLS=yes gt_cv_have_gettext=no CATOBJEXT=NONE XGETTEXT=: INTLLIBS= ac_fn_c_check_header_mongrel "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default" if test "x$ac_cv_header_libintl_h" = xyes; then : gt_cv_func_dgettext_libintl="no" libintl_extra_libs="" # # First check in libc # { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in libc" >&5 $as_echo_n "checking for ngettext in libc... " >&6; } if ${gt_cv_func_ngettext_libc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <libintl.h> int main () { return !ngettext ("","", 1) ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gt_cv_func_ngettext_libc=yes else gt_cv_func_ngettext_libc=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_ngettext_libc" >&5 $as_echo "$gt_cv_func_ngettext_libc" >&6; } if test "$gt_cv_func_ngettext_libc" = "yes" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in libc" >&5 $as_echo_n "checking for dgettext in libc... " >&6; } if ${gt_cv_func_dgettext_libc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <libintl.h> int main () { return !dgettext ("","") ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gt_cv_func_dgettext_libc=yes else gt_cv_func_dgettext_libc=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_dgettext_libc" >&5 $as_echo "$gt_cv_func_dgettext_libc" >&6; } fi if test "$gt_cv_func_ngettext_libc" = "yes" ; then for ac_func in bind_textdomain_codeset do : 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 : cat >>confdefs.h <<_ACEOF #define HAVE_BIND_TEXTDOMAIN_CODESET 1 _ACEOF fi done fi # # If we don't have everything we want, check in libintl # if test "$gt_cv_func_dgettext_libc" != "yes" \ || test "$gt_cv_func_ngettext_libc" != "yes" \ || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bindtextdomain in -lintl" >&5 $as_echo_n "checking for bindtextdomain in -lintl... " >&6; } if ${ac_cv_lib_intl_bindtextdomain+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* 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 bindtextdomain (); int main () { return bindtextdomain (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_intl_bindtextdomain=yes else ac_cv_lib_intl_bindtextdomain=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_bindtextdomain" >&5 $as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; } if test "x$ac_cv_lib_intl_bindtextdomain" = xyes; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5 $as_echo_n "checking for ngettext in -lintl... " >&6; } if ${ac_cv_lib_intl_ngettext+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* 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 ngettext (); int main () { return ngettext (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_intl_ngettext=yes else ac_cv_lib_intl_ngettext=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_ngettext" >&5 $as_echo "$ac_cv_lib_intl_ngettext" >&6; } if test "x$ac_cv_lib_intl_ngettext" = xyes; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 $as_echo_n "checking for dgettext in -lintl... " >&6; } if ${ac_cv_lib_intl_dgettext+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* 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 dgettext (); int main () { return dgettext (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_intl_dgettext=yes else ac_cv_lib_intl_dgettext=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 $as_echo "$ac_cv_lib_intl_dgettext" >&6; } if test "x$ac_cv_lib_intl_dgettext" = xyes; then : gt_cv_func_dgettext_libintl=yes fi fi fi if test "$gt_cv_func_dgettext_libintl" != "yes" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -liconv is needed to use gettext" >&5 $as_echo_n "checking if -liconv is needed to use gettext... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5 $as_echo "" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5 $as_echo_n "checking for ngettext in -lintl... " >&6; } if ${ac_cv_lib_intl_ngettext+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl -liconv $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* 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 ngettext (); int main () { return ngettext (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_intl_ngettext=yes else ac_cv_lib_intl_ngettext=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_ngettext" >&5 $as_echo "$ac_cv_lib_intl_ngettext" >&6; } if test "x$ac_cv_lib_intl_ngettext" = xyes; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dcgettext in -lintl" >&5 $as_echo_n "checking for dcgettext in -lintl... " >&6; } if ${ac_cv_lib_intl_dcgettext+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl -liconv $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* 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 dcgettext (); int main () { return dcgettext (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_intl_dcgettext=yes else ac_cv_lib_intl_dcgettext=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dcgettext" >&5 $as_echo "$ac_cv_lib_intl_dcgettext" >&6; } if test "x$ac_cv_lib_intl_dcgettext" = xyes; then : gt_cv_func_dgettext_libintl=yes libintl_extra_libs=-liconv else : fi else : fi fi # # If we found libintl, then check in it for bind_textdomain_codeset(); # we'll prefer libc if neither have bind_textdomain_codeset(), # and both have dgettext and ngettext # if test "$gt_cv_func_dgettext_libintl" = "yes" ; then glib_save_LIBS="$LIBS" LIBS="$LIBS -lintl $libintl_extra_libs" unset ac_cv_func_bind_textdomain_codeset for ac_func in bind_textdomain_codeset do : 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 : cat >>confdefs.h <<_ACEOF #define HAVE_BIND_TEXTDOMAIN_CODESET 1 _ACEOF fi done LIBS="$glib_save_LIBS" if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then gt_cv_func_dgettext_libc=no else if test "$gt_cv_func_dgettext_libc" = "yes" \ && test "$gt_cv_func_ngettext_libc" = "yes"; then gt_cv_func_dgettext_libintl=no fi fi fi fi if test "$gt_cv_func_dgettext_libc" = "yes" \ || test "$gt_cv_func_dgettext_libintl" = "yes"; then gt_cv_have_gettext=yes fi if test "$gt_cv_func_dgettext_libintl" = "yes"; then INTLLIBS="-lintl $libintl_extra_libs" fi if test "$gt_cv_have_gettext" = "yes"; then $as_echo "#define HAVE_GETTEXT 1" >>confdefs.h # 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 case "$MSGFMT" in /*) ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. ;; *) IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then ac_cv_path_MSGFMT="$ac_dir/$ac_word" break fi fi done IFS="$ac_save_ifs" test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no" ;; esac fi MSGFMT="$ac_cv_path_MSGFMT" if test "$MSGFMT" != "no"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 $as_echo "$MSGFMT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "$MSGFMT" != "no"; then glib_save_LIBS="$LIBS" LIBS="$LIBS $INTLLIBS" for ac_func in dcgettext do : ac_fn_c_check_func "$LINENO" "dcgettext" "ac_cv_func_dcgettext" if test "x$ac_cv_func_dcgettext" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_DCGETTEXT 1 _ACEOF fi done MSGFMT_OPTS= { $as_echo "$as_me:${as_lineno-$LINENO}: checking if msgfmt accepts -c" >&5 $as_echo_n "checking if msgfmt accepts -c... " >&6; } cat >conftest.foo <<_ACEOF msgid "" msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: test 1.0\n" "PO-Revision-Date: 2007-02-15 12:01+0100\n" "Last-Translator: test <foo@bar.xx>\n" "Language-Team: C <LL@li.org>\n" "MIME-Version: 1.0\n" "Content-Transfer-Encoding: 8bit\n" _ACEOF if { { $as_echo "$as_me:${as_lineno-$LINENO}: \$MSGFMT -c -o /dev/null conftest.foo"; } >&5 ($MSGFMT -c -o /dev/null conftest.foo) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then MSGFMT_OPTS=-c; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } echo "$as_me: failed input was:" >&5 sed 's/^/| /' conftest.foo >&5 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 case $GMSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac 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; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # 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 case "$XGETTEXT" in /*) ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. ;; *) IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then ac_cv_path_XGETTEXT="$ac_dir/$ac_word" break fi fi done IFS="$ac_save_ifs" test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" ;; esac fi XGETTEXT="$ac_cv_path_XGETTEXT" if test "$XGETTEXT" != ":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 $as_echo "$XGETTEXT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { extern int _nl_msg_cat_cntr; return _nl_msg_cat_cntr ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : CATOBJEXT=.gmo DATADIRNAME=share else case $host in *-*-solaris*) ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then : CATOBJEXT=.gmo DATADIRNAME=share else CATOBJEXT=.mo DATADIRNAME=lib fi ;; *-*-openbsd*) CATOBJEXT=.mo DATADIRNAME=share ;; *) CATOBJEXT=.mo DATADIRNAME=lib ;; esac fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$glib_save_LIBS" INSTOBJEXT=.mo else gt_cv_have_gettext=no fi fi fi if test "$gt_cv_have_gettext" = "yes" ; then $as_echo "#define ENABLE_NLS 1" >>confdefs.h fi if test "$XGETTEXT" != ":"; then if $XGETTEXT --omit-header /dev/null 2> /dev/null; then : ; else { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; } XGETTEXT=":" fi fi # We need to process the po/ directory. POSUB=po ac_config_commands="$ac_config_commands default-1" for lang in $ALL_LINGUAS; do GMOFILES="$GMOFILES $lang.gmo" POFILES="$POFILES $lang.po" done if test "$gt_cv_have_gettext" = "yes"; then if test "x$ALL_LINGUAS" = "x"; then LINGUAS= else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5 $as_echo_n "checking for catalogs to be installed... " >&6; } NEW_LINGUAS= for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then NEW_LINGUAS="$NEW_LINGUAS $presentlang" fi done LINGUAS=$NEW_LINGUAS { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5 $as_echo "$LINGUAS" >&6; } fi if test -n "$LINGUAS"; then for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done fi fi MKINSTALLDIRS= if test -n "$ac_aux_dir"; then MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" fi if test -z "$MKINSTALLDIRS"; then MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" fi test -d po || mkdir po if test "x$srcdir" != "x."; then if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then posrcprefix="$srcdir/" else posrcprefix="../$srcdir/" fi else posrcprefix="../" fi rm -f po/POTFILES sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ < $srcdir/po/POTFILES.in > po/POTFILES if test x"$enable_man" = x"yes"; then # Extract the first word of "xsltproc", so it can be a program name with args. set dummy xsltproc; 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_XSLTPROC+:} false; then : $as_echo_n "(cached) " >&6 else case $XSLTPROC in [\\/]* | ?:[\\/]*) ac_cv_path_XSLTPROC="$XSLTPROC" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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_XSLTPROC="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi XSLTPROC=$ac_cv_path_XSLTPROC if test -n "$XSLTPROC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC" >&5 $as_echo "$XSLTPROC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$XSLTPROC"; then enable_man=no fi # check for the presence of the XML catalog # Check whether --with-xml-catalog was given. if test "${with_xml_catalog+set}" = set; then : withval=$with_xml_catalog; else with_xml_catalog=/etc/xml/catalog fi jh_found_xmlcatalog=true XML_CATALOG_FILE="$with_xml_catalog" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML catalog ($XML_CATALOG_FILE)" >&5 $as_echo_n "checking for XML catalog ($XML_CATALOG_FILE)... " >&6; } if test -f "$XML_CATALOG_FILE"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 $as_echo "found" >&6; } else jh_found_xmlcatalog=false { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 $as_echo "not found" >&6; } fi # check for the xmlcatalog program # Extract the first word of "xmlcatalog", so it can be a program name with args. set dummy xmlcatalog; 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_XMLCATALOG+:} false; then : $as_echo_n "(cached) " >&6 else case $XMLCATALOG in [\\/]* | ?:[\\/]*) ac_cv_path_XMLCATALOG="$XMLCATALOG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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_XMLCATALOG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_XMLCATALOG" && ac_cv_path_XMLCATALOG="no" ;; esac fi XMLCATALOG=$ac_cv_path_XMLCATALOG if test -n "$XMLCATALOG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XMLCATALOG" >&5 $as_echo "$XMLCATALOG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$XMLCATALOG" = xno; then jh_found_xmlcatalog=false fi if $jh_found_xmlcatalog; then : else : fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DocBook XML DTD V4.1.2 in XML catalog" >&5 $as_echo_n "checking for DocBook XML DTD V4.1.2 in XML catalog... " >&6; } if $jh_found_xmlcatalog && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$XMLCATALOG --noout \"\$XML_CATALOG_FILE\" \"-//OASIS//DTD DocBook XML V4.1.2//EN\" >&2"; } >&5 ($XMLCATALOG --noout "$XML_CATALOG_FILE" "-//OASIS//DTD DocBook XML V4.1.2//EN" >&2) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 $as_echo "found" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 $as_echo "not found" >&6; } enable_man=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DocBook XSL Stylesheets >= 1.70.1 in XML catalog" >&5 $as_echo_n "checking for DocBook XSL Stylesheets >= 1.70.1 in XML catalog... " >&6; } if $jh_found_xmlcatalog && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$XMLCATALOG --noout \"\$XML_CATALOG_FILE\" \"http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl\" >&2"; } >&5 ($XMLCATALOG --noout "$XML_CATALOG_FILE" "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" >&2) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 $as_echo "found" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 $as_echo "not found" >&6; } enable_man=no fi fi if test "x$enable_man" != "xno"; then ENABLE_REGENERATE_MAN_TRUE= ENABLE_REGENERATE_MAN_FALSE='#' else ENABLE_REGENERATE_MAN_TRUE='#' ENABLE_REGENERATE_MAN_FALSE= fi ac_config_files="$ac_config_files Makefile src/Makefile data/Makefile data/lxterminal.conf po/Makefile.in man/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var 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;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes: double-quote # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 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;} if test ! -f "$cache_file" || test -h "$cache_file"; then cat confcache >"$cache_file" else case $cache_file in #( */* | ?:*) mv -f confcache "$cache_file"$$ && mv -f "$cache_file"$$ "$cache_file" ;; #( *) mv -f confcache "$cache_file" ;; esac 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;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= 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"` # 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" as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs 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; } 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; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' else am__EXEEXT_TRUE='#' am__EXEEXT_FALSE= fi ac_config_commands="$ac_config_commands po/stamp-it" if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${ENABLE_REGENERATE_MAN_TRUE}" && test -z "${ENABLE_REGENERATE_MAN_FALSE}"; then as_fn_error $? "conditional \"ENABLE_REGENERATE_MAN\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi : "${CONFIG_STATUS=./config.status}" 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;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (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 case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi 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 # The user is always right. if test "${PATH_SEPARATOR+set}" != set; 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 || PATH_SEPARATOR=';' } 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 #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 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 done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then 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 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] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { 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 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { 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 : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # 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 : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## _ASEOF test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by lxterminal $as_me 0.2.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac case $ac_config_headers in *" "*) set x $ac_config_headers; shift; ac_config_headers=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILE Configuration files: $config_files Configuration headers: $config_headers Configuration commands: $config_commands Report bugs to <http://lxde.org/>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ lxterminal config.status 0.2.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; --*=) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -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 ;; --config | --confi | --conf | --con | --co | --c ) $as_echo "$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"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append CONFIG_HEADERS " '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header as_fn_error $? "ambiguous option: \`$1' Try \`$0 --help' for more information.";; --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 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 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;; "data/lxterminal.conf") CONFIG_FILES="$CONFIG_FILES data/lxterminal.conf" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # 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 fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= ac_tmp= trap 'exit_status=$? : "${ac_tmp:=$tmp}" { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$ac_tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' <conf$$subs.awk | sed ' /^[^""]/{ N s/\n// } ' >>$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF # VPATH may cause trouble with some makes, so we remove sole $(srcdir), # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" # Set up the scripts for CONFIG_HEADERS section. # No need to generate them if there are no CONFIG_HEADERS. # This happens for instance with `./config.status Makefile'. if test -n "$CONFIG_HEADERS"; then cat >"$ac_tmp/defines.awk" <<\_ACAWK || BEGIN { _ACEOF # Transform confdefs.h into an awk script `defines.awk', embedded as # here-document in config.status, that substitutes the proper values into # config.h.in to produce config.h. # Create a delimiter string that does not exist in confdefs.h, to ease # handling of long lines. ac_delim='%!_!# ' for ac_last_try in false false :; do ac_tt=`sed -n "/$ac_delim/p" confdefs.h` if test -z "$ac_tt"; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done # For the awk script, D is an array of macro values keyed by name, # likewise P contains macro parameters if any. Preserve backslash # newline sequences. ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* sed -n ' s/.\{148\}/&'"$ac_delim"'/g t rset :rset s/^[ ]*#[ ]*define[ ][ ]*/ / t def d :def s/\\$// t bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3"/p s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p d :bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3\\\\\\n"\\/p t cont s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p t cont d :cont n s/.\{148\}/&'"$ac_delim"'/g t clear :clear s/\\$// t bsnlc s/["\\]/\\&/g; s/^/"/; s/$/"/p d :bsnlc s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p b cont ' <confdefs.h | sed ' s/'"$ac_delim"'/"\\\ "/g' >>$CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 for (key in D) D_is_set[key] = 1 FS = "" } /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { line = \$ 0 split(line, arg, " ") if (arg[1] == "#") { defundef = arg[2] mac1 = arg[3] } else { defundef = substr(arg[1], 2) mac1 = arg[2] } split(mac1, mac2, "(") #) macro = mac2[1] prefix = substr(line, 1, index(line, defundef) - 1) if (D_is_set[macro]) { # Preserve the white space surrounding the "#". print prefix "define", macro P[macro] D[macro] next } else { # Replace #undef with comments. This is necessary, for example, # in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. if (defundef == "undef") { print "/*", prefix defundef, macro, "*/" next } } } { print } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 fi # test -n "$CONFIG_HEADERS" eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 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 as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # 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' `' 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;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$ac_tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$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|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' 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;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { 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' 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' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" case $ac_file in -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :H) # # CONFIG_HEADER # if test x"$ac_file" != x-; then { $as_echo "/* $configure_input */" \ && 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;} 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 */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error $? "could not create -" "$LINENO" 5 fi # Compute "$ac_file"'s index in $config_headers. _am_arg="$ac_file" _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$_am_arg" : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$_am_arg" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } 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;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir=$dirpart/$fdir; as_fn_mkdir_p # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ;; "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*) sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile esac ;; "po/stamp-it":C) if ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then as_fn_error $? "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5 fi rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp" >"po/stamp-it.tmp" sed '/^#/d s/^[[].*] *// /^[ ]*$/d '"s|^| $ac_top_srcdir/|" \ "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES" sed '/^POTFILES =/,/[^\\]$/ { /^POTFILES =/!d r po/POTFILES } ' "po/Makefile.in" >"po/Makefile" rm -f "po/Makefile.tmp" mv "po/stamp-it.tmp" "po/stamp-it" ;; esac done # for ac_tag as_fn_exit 0 _ACEOF ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $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;} fi echo echo LXTerminal................................... : Version $VERSION echo echo Prefix....................................... : $prefix �������������������������������������������������������������������������������������������lxterminal-0.2.0/Makefile.am������������������������������������������������������������������������0000644�0001750�0001750�00000000032�12421527532�012643� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������SUBDIRS = src po data man ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/ChangeLog��������������������������������������������������������������������������0000644�0001750�0001750�00000000000�12412537562�012360� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/install-sh�������������������������������������������������������������������������0000755�0001750�0001750�00000033255�12412567511�012631� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#!/bin/sh # install - install a program, script, or datafile scriptversion=2011-11-20.07; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Except as contained in this notice, the name of the X Consortium shall not # be used in advertising or otherwise to promote the sale, use or other deal- # ings in this Software without prior written authorization from the X Consor- # tium. # # # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent # 'make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. nl=' ' IFS=" "" $nl" # set DOITPROG to echo to test this script # Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} if test -z "$doit"; then doit_exec=exec else doit_exec=$doit fi # Put in absolute file names if you don't have them in your path; # or use environment vars. chgrpprog=${CHGRPPROG-chgrp} chmodprog=${CHMODPROG-chmod} chownprog=${CHOWNPROG-chown} cmpprog=${CMPPROG-cmp} cpprog=${CPPROG-cp} mkdirprog=${MKDIRPROG-mkdir} mvprog=${MVPROG-mv} rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} posix_glob='?' initialize_posix_glob=' test "$posix_glob" != "?" || { if (set -f) 2>/dev/null; then posix_glob= else posix_glob=: fi } ' posix_mkdir= # Desired mode of installed file. mode=0755 chgrpcmd= chmodcmd=$chmodprog chowncmd= mvcmd=$mvprog rmcmd="$rmprog -f" stripcmd= src= dst= dir_arg= dst_arg= copy_on_change=false no_target_directory= usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... or: $0 [OPTION]... -d DIRECTORIES... In the 1st form, copy SRCFILE to DSTFILE. In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. In the 4th, create DIRECTORIES. Options: --help display this help and exit. --version display version info and exit. -c (ignored) -C install only if different (preserve the last 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. -s $stripprog installed files. -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 " while test $# -ne 0; do case $1 in -c) ;; -C) copy_on_change=true;; -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 case $mode in *' '* | *' '* | *' '* | *'*'* | *'?'* | *'['*) echo "$0: invalid mode: $mode" >&2 exit 1;; esac shift;; -o) chowncmd="$chownprog $2" shift;; -s) stripcmd=$stripprog;; -t) dst_arg=$2 # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac shift;; -T) no_target_directory=true;; --version) echo "$0 $scriptversion"; exit $?;; --) shift break;; -*) echo "$0: invalid option: $1" >&2 exit 1;; *) break;; esac shift done if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. # Otherwise, the last argument is the destination. Remove it from $@. for arg do if test -n "$dst_arg"; then # $@ is not empty: it contains at least $arg. set fnord "$@" "$dst_arg" shift # fnord fi shift # arg dst_arg=$arg # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac done fi if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 fi # It's OK to call 'install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 trap "ret=141; $do_exit" 13 trap "ret=143; $do_exit" 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. case $mode in # Optimize common cases. *644) cp_umask=133;; *755) cp_umask=22;; *[0-7]) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac fi for src do # Protect names problematic for 'test' and other utilities. case $src in -* | [=\(\)!]) src=./$src;; esac if test -n "$dir_arg"; then dst=$src dstdir=$dst test -d "$dstdir" dstdir_status=$? else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if test ! -f "$src" && test ! -d "$src"; then echo "$0: $src does not exist." >&2 exit 1 fi if test -z "$dst_arg"; then echo "$0: no destination specified." >&2 exit 1 fi dst=$dst_arg # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then if test -n "$no_target_directory"; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else # Prefer dirname, but fall back on a substitute if dirname fails. dstdir=` (dirname "$dst") 2>/dev/null || expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$dst" : 'X\(//\)[^/]' \| \ X"$dst" : 'X\(//\)$' \| \ X"$dst" : 'X\(/\)' \| . 2>/dev/null || echo X"$dst" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q' ` test -d "$dstdir" dstdir_status=$? fi fi obsolete_mkdir_used=false if test $dstdir_status != 0; then case $posix_mkdir in '') # Create intermediate dirs using mode 755 as modified by the umask. # This is like FreeBSD 'install' as of 1997-10-28. umask=`umask` case $stripcmd.$umask in # Optimize common cases. *[2367][2367]) mkdir_umask=$umask;; .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; *[0-7]) mkdir_umask=`expr $umask + 22 \ - $umask % 100 % 40 + $umask % 20 \ - $umask % 10 % 4 + $umask % 2 `;; *) mkdir_umask=$umask,go-w;; esac # With -d, create the new directory with the user-specified mode. # Otherwise, rely on $mkdir_umask. if test -n "$dir_arg"; then mkdir_mode=-m$mode else mkdir_mode= 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. ;; *) tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 if (umask $mkdir_umask && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/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. ls_ld_tmpdir=`ls -ld "$tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && $mkdirprog -m$different_mode -p -- "$tmpdir" && { ls_ld_tmpdir_1=`ls -ld "$tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi rmdir "$tmpdir/d" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null fi trap '' 0;; esac;; esac if $posix_mkdir && ( umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else # The umask is ridiculous, or 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. case $dstdir in /*) prefix='/';; [-=\(\)!]*) prefix='./';; *) prefix='';; esac eval "$initialize_posix_glob" oIFS=$IFS IFS=/ $posix_glob set -f set fnord $dstdir shift $posix_glob set +f IFS=$oIFS prefixes= for d do test X"$d" = X && continue prefix=$prefix$d if test -d "$prefix"; then prefixes= else if $posix_mkdir; then (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 else case $prefix in *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; *) qprefix=$prefix;; esac prefixes="$prefixes '$qprefix'" fi fi prefix=$prefix/ done if test -n "$prefixes"; then # Don't fail if two instances are running concurrently. (umask $mkdir_umask && eval "\$doit_exec \$mkdirprog $prefixes") || test -d "$dstdir" || exit 1 obsolete_mkdir_used=true fi fi fi if test -n "$dir_arg"; then { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else # Make a couple of temp file names in the proper directory. dsttmp=$dstdir/_inst.$$_ rmtmp=$dstdir/_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 # Copy the file name to the temp name. (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $cpprog $src $dsttmp" command. # { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && eval "$initialize_posix_glob" && $posix_glob set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && $posix_glob set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then rm -f "$dsttmp" else # Rename the file to the real destination. $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not # support -f. { # Now remove or move aside any old file at destination location. # We try this two ways since rm can't unlink itself on some # systems and the destination file might be busy for other # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { test ! -f "$dst" || $doit $rmcmd -f "$dst" 2>/dev/null || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } } || { echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 } } && # Now rename the file to the real destination. $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 trap '' 0 fi done # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/compile����������������������������������������������������������������������������0000755�0001750�0001750�00000016245�12412567511�012203� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#! /bin/sh # Wrapper for compilers which do not understand '-c -o'. scriptversion=2012-10-14.11; # UTC # Copyright (C) 1999-2013 Free Software Foundation, Inc. # Written by Tom Tromey <tromey@cygnus.com>. # # 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 2, 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 <http://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to <bug-automake@gnu.org> or send patches to # <automake-patches@gnu.org>. nl=' ' # We need space, tab and new line, in precisely that order. Quoting is # there to prevent tools from complaining about whitespace usage. IFS=" "" $nl" file_conv= # func_file_conv build_file lazy # Convert a $build file to $host form and store it in $file # Currently only supports Windows hosts. If the determined conversion # type is listed in (the comma separated) LAZY, no conversion will # take place. func_file_conv () { file=$1 case $file in / | /[!/]*) # absolute file, and not a UNC file if test -z "$file_conv"; then # lazily determine how to convert abs files case `uname -s` in MINGW*) file_conv=mingw ;; CYGWIN*) file_conv=cygwin ;; *) file_conv=wine ;; esac fi case $file_conv/,$2, in *,$file_conv,*) ;; mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; cygwin/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) file=`winepath -w "$file" || echo "$file"` ;; esac ;; esac } # func_cl_dashL linkdir # Make cl look for libraries in LINKDIR func_cl_dashL () { func_file_conv "$1" if test -z "$lib_path"; then lib_path=$file else lib_path="$lib_path;$file" fi linker_opts="$linker_opts -LIBPATH:$file" } # func_cl_dashl library # Do a library search-path lookup for cl func_cl_dashl () { lib=$1 found=no save_IFS=$IFS IFS=';' for dir in $lib_path $LIB do IFS=$save_IFS if $shared && test -f "$dir/$lib.dll.lib"; then found=yes lib=$dir/$lib.dll.lib break fi if test -f "$dir/$lib.lib"; then found=yes lib=$dir/$lib.lib break fi if test -f "$dir/lib$lib.a"; then found=yes lib=$dir/lib$lib.a break fi done IFS=$save_IFS if test "$found" != yes; then lib=$lib.lib fi } # func_cl_wrapper cl arg... # Adjust compile command to suit cl func_cl_wrapper () { # Assume a capable shell lib_path= shared=: linker_opts= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. eat=1 case $2 in *.o | *.[oO][bB][jJ]) func_file_conv "$2" set x "$@" -Fo"$file" shift ;; *) func_file_conv "$2" set x "$@" -Fe"$file" shift ;; esac ;; -I) eat=1 func_file_conv "$2" mingw set x "$@" -I"$file" shift ;; -I*) func_file_conv "${1#-I}" mingw set x "$@" -I"$file" shift ;; -l) eat=1 func_cl_dashl "$2" set x "$@" "$lib" shift ;; -l*) func_cl_dashl "${1#-l}" set x "$@" "$lib" shift ;; -L) eat=1 func_cl_dashL "$2" ;; -L*) func_cl_dashL "${1#-L}" ;; -static) shared=false ;; -Wl,*) arg=${1#-Wl,} save_ifs="$IFS"; IFS=',' for flag in $arg; do IFS="$save_ifs" linker_opts="$linker_opts $flag" done IFS="$save_ifs" ;; -Xlinker) eat=1 linker_opts="$linker_opts $2" ;; -*) set x "$@" "$1" shift ;; *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) func_file_conv "$1" set x "$@" -Tp"$file" shift ;; *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) func_file_conv "$1" mingw set x "$@" "$file" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -n "$linker_opts"; then linker_opts="-link$linker_opts" fi exec "$@" $linker_opts exit 1 } eat= case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: compile [--help] [--version] PROGRAM [ARGS] Wrapper for compilers which do not understand '-c -o'. Remove '-o dest.o' from ARGS, run PROGRAM with the remaining arguments, and rename the output as expected. If you are trying to build a whole package this is not the right script to run: please start by reading the file 'INSTALL'. Report bugs to <bug-automake@gnu.org>. EOF exit $? ;; -v | --v*) echo "compile $scriptversion" exit $? ;; cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac ofile= cfile= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. # So we strip '-o arg' only if arg is an object. eat=1 case $2 in *.o | *.obj) ofile=$2 ;; *) set x "$@" -o "$2" shift ;; esac ;; *.c) cfile=$1 set x "$@" "$1" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -z "$ofile" || test -z "$cfile"; then # If no '-o' option was seen then we might have been invoked from a # pattern rule where we don't need one. That is ok -- this is a # normal compilation that the losing compiler can handle. If no # '.c' file was seen then we are probably linking. That is also # ok. exec "$@" fi # Name of file we expect compiler to create. cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` # Create the lock directory. # Note: use '[/\\:.-]' here to ensure that we don't use the same name # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d while true; do if mkdir "$lockdir" >/dev/null 2>&1; then break fi sleep 1 done # FIXME: race condition here if user kills between mkdir and trap. trap "rmdir '$lockdir'; exit 1" 1 2 15 # Run the compile. "$@" ret=$? if test -f "$cofile"; then test "$cofile" = "$ofile" || mv "$cofile" "$ofile" elif test -f "${cofile}bj"; then test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" fi rmdir "$lockdir" exit $ret # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lxterminal-0.2.0/COPYING����������������������������������������������������������������������������0000644�0001750�0001750�00000043122�12412537562�011655� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������ GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. <one line to give the program's name and a brief idea of what it does.> Copyright (C) <year> <name of author> 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 2 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. <signature of Ty Coon>, 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������