From bbd0773f2adde4927a6196361d4061e70bf48cd9 Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Mon, 2 Mar 2009 00:43:13 -0500 Subject: [PATCH] ftp://ftp.swin.edu.au/slackware/slackware-9.1/source/xap/xscreensaver/xscreensaver-4.13.tar.bz2 -rw-r--r-- 1 zblaxell zblaxell 2961105 Sep 7 2003 xscreensaver-4.13.tar.bz2 1d5a61a1aa71f4f594bf487ddffc460203b8fc5a xscreensaver-4.13.tar.bz2 --- README | 9 + configure | 3680 ++++++++++++++---------- configure.in | 40 +- driver/Makefile.in | 31 +- driver/XScreenSaver.ad.in | 4 +- driver/XScreenSaver_ad.h | 2 +- driver/demo-Gtk.c | 49 +- driver/lock.c | 6 +- driver/prefs.c | 3 + driver/prefs.h | 4 +- driver/subprocs.c | 20 +- driver/test-xinerama.c | 112 + driver/timers.c | 2 + driver/windows.c | 154 +- driver/xscreensaver-command.man | 2 +- driver/xscreensaver-demo.man | 2 +- driver/xscreensaver-getimage-file.man | 2 +- driver/xscreensaver-getimage-video.man | 2 +- driver/xscreensaver-getimage.c | 127 +- driver/xscreensaver-getimage.man | 2 +- driver/xscreensaver.c | 231 +- driver/xscreensaver.h | 16 +- driver/xscreensaver.man | 6 +- hacks/Makefile.in | 86 +- hacks/bsod.c | 12 +- hacks/config/README | 4 +- hacks/config/antspotlight.xml | 2 +- hacks/config/glslideshow.xml | 4 +- hacks/config/interference.xml | 6 +- hacks/glx/Makefile.in | 2 +- hacks/glx/antspotlight.c | 2 +- hacks/glx/blocktube.c | 2 + hacks/glx/starwars.c | 7 + hacks/interference.c | 11 +- hacks/interference.man | 4 + hacks/ljlatest | 404 +++ hacks/ljlatest.man | 90 + hacks/noseguy.c | 8 +- hacks/screenhack.c | 8 +- hacks/vidwhacker | 15 +- hacks/webcollage | 10 +- hacks/xlyap.c | 14 +- hacks/xsublim.c | 100 +- po/POTFILES.in | 373 +-- po/ca.po | 2101 ++++++++++---- po/da.po | 2230 ++++++++++---- po/de.po | 2219 ++++++++++---- po/es.po | 2185 ++++++++++---- po/et.po | 2108 ++++++++++---- po/fi.po | 2121 ++++++++++---- po/fr.po | 251 +- po/hu.po | 2173 ++++++++++---- po/it.po | 2101 ++++++++++---- po/ja.po | 10 - po/ko.po | 14 - po/nl.po | 2178 ++++++++++---- po/no.po | 2170 ++++++++++---- po/pl.po | 2173 ++++++++++---- po/pt.po | 2190 ++++++++++---- po/pt_BR.po | 2116 ++++++++++---- po/ru.po | 184 -- po/sk.po | 2153 ++++++++++---- po/sv.po | 2215 ++++++++++---- po/vi.po | 14 - po/wa.po | 2130 ++++++++++---- po/zh_CN.po | 2181 ++++++++++---- po/zh_TW.po | 2168 ++++++++++---- setup.com | 2 +- utils/fade.c | 57 +- utils/fade.h | 4 +- utils/grabscreen.c | 16 +- utils/version.h | 2 +- utils/vroot.h | 26 +- xscreensaver.lsm | 10 +- xscreensaver.spec | 2 +- 75 files changed, 32724 insertions(+), 12450 deletions(-) create mode 100644 driver/test-xinerama.c create mode 100755 hacks/ljlatest create mode 100644 hacks/ljlatest.man diff --git a/README b/README index b3422d9c..1a27506e 100644 --- a/README +++ b/README @@ -76,6 +76,15 @@ the XScreenSaver FAQ about that: http://www.jwz.org/xscreensaver/faq.html ============ +Changes since 4.12: * On Xinerama systems, xscreensaver now runs one hack on + each monitor (just like in "real" multi-head mode) + instead of running one hack stretching across all the + screens. Note that for this to work with any 3rd party + screensavers, they must update their "vroot.h" file. + * `webcollage' and `vidwhacker' display images using + `xscreensaver-getimage' now. + * Added `ljlatest' script for use with `starwars' and + `phosphor'. Changes since 4.11: * New GL hacks, `flipflop', `antspotlight', and `polytopes'. * Added VMS to `bsod'. diff --git a/configure b/configure index 085a7f01..11e238a0 100755 --- a/configure +++ b/configure @@ -1,19 +1,11 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.53. +# Generated by GNU Autoconf 2.57. # # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. - -if expr a : '\(a\)' >/dev/null 2>&1; then - as_expr=expr -else - as_expr=false -fi - - ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## @@ -22,11 +14,13 @@ fi if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then set -o posix fi -# NLS nuisances. # Support unset when possible. if (FOO=FOO; unset FOO) >/dev/null 2>&1; then as_unset=unset @@ -34,34 +28,42 @@ else as_unset=false fi -(set +x; test -n "`(LANG=C; export LANG) 2>&1`") && - { $as_unset LANG || test "${LANG+set}" != set; } || - { LANG=C; export LANG; } -(set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") && - { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } || - { LC_ALL=C; export LC_ALL; } -(set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") && - { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } || - { LC_TIME=C; export LC_TIME; } -(set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") && - { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } || - { LC_CTYPE=C; export LC_CTYPE; } -(set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") && - { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } || - { LANGUAGE=C; export LANGUAGE; } -(set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") && - { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } || - { LC_COLLATE=C; export LC_COLLATE; } -(set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") && - { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } || - { LC_NUMERIC=C; export LC_NUMERIC; } -(set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") && - { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } || - { LC_MESSAGES=C; export LC_MESSAGES; } + +# Work around bugs in pre-3.0 UWIN ksh. +$as_unset ENV MAIL MAILPATH +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1; 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 # Name of the executable. -as_me=`(basename "$0") 2>/dev/null || +as_me=`$as_basename "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)$' \| \ @@ -72,6 +74,7 @@ echo X/"$0" | /^X\/\(\/\).*/{ s//\1/; q; } s/.*/./; q'` + # PATH needs CR, and LINENO needs CR and PATH. # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' @@ -82,15 +85,15 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conftest.sh - echo "exit 0" >>conftest.sh - chmod +x conftest.sh - if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi - rm -f conftest.sh + rm -f conf$$.sh fi @@ -138,6 +141,8 @@ do as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then + $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } + $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } CONFIG_SHELL=$as_dir/$as_base export CONFIG_SHELL exec "$CONFIG_SHELL" "$0" ${1+"$@"} @@ -210,6 +215,12 @@ else fi rm -f conf$$ conf$$.exe conf$$.file +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + as_mkdir_p=false +fi + as_executable_p="test -f" # Sed expression to map a string onto a valid CPP name. @@ -226,7 +237,7 @@ as_nl=' IFS=" $as_nl" # CDPATH. -$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; } +$as_unset CDPATH # Name of the host. @@ -240,6 +251,7 @@ exec 6>&1 # Initializations. # ac_default_prefix=/usr/local +ac_config_libobj_dir=. cross_compiling=no subdirs= MFLAGS= @@ -296,6 +308,8 @@ ac_includes_default="\ # include #endif" +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA SET_MAKE EGREP PERL X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS INTLTOOL_DESKTOP_RULE INTLTOOL_DIRECTORY_RULE INTLTOOL_KEYS_RULE INTLTOOL_OAF_RULE INTLTOOL_PONG_RULE INTLTOOL_SERVER_RULE INTLTOOL_SHEET_RULE INTLTOOL_SOUNDLIST_RULE INTLTOOL_UI_RULE INTLTOOL_XML_RULE INTLTOOL_CAVES_RULE INTLTOOL_EXTRACT INTLTOOL_MERGE INTLTOOL_UPDATE INTLTOOL_PERL GETTEXT_PACKAGE RANLIB ac_ct_RANLIB ALLOCA USE_NLS MSGFMT GMSGFMT XGETTEXT CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLDEPS INTLLIBS INTLOBJS POFILES POSUB MKINSTALLDIRS pkg_config glib_config gtk_config gnome_config have_gnome_help xml_config gdk_pixbuf_config fortune_tmp INCLUDES PREFERRED_DEMO_PROGRAM ALL_DEMO_PROGRAMS SAVER_LIBS MOTIF_LIBS GTK_LIBS XML_LIBS JPEG_LIBS HACK_LIBS XPM_LIBS GL_LIBS GLE_LIBS XDPMS_LIBS PASSWD_LIBS INSTALL_SETUID SETUID_HACKS INSTALL_DIRS NEED_SETUID INSTALL_PAM PASSWD_SRCS PASSWD_OBJS XMU_SRCS XMU_OBJS XMU_LIBS SAVER_GL_SRCS SAVER_GL_OBJS SAVER_GL_LIBS LOCK_SRCS LOCK_OBJS JPEG_EXES GL_EXES GL_UTIL_EXES GL_MEN GL_KLUDGE GLE_EXES GLE_KLUDGE GNOMEHELP_Y GNOMEHELP_N HACKDIR GNOME_DATADIR GLADE_DATADIR PO_DATADIR GNOME_PANELDIR HACK_CONF_DIR GTK_EXTRA_OBJS APPDEFAULTS DEPEND DEPEND_FLAGS DEPEND_DEFINES LIBOBJS LTLIBOBJS' +ac_subst_files='' # Initialize some variables set by options. ac_init_help= @@ -719,6 +733,9 @@ if test ! -r $srcdir/$ac_unique_file; then { (exit 1); exit 1; }; } fi fi +(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || + { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 + { (exit 1); exit 1; }; } srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` ac_env_build_alias_set=${build_alias+set} ac_env_build_alias_value=$build_alias @@ -957,7 +974,7 @@ esac # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be # absolute. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` -ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd` +ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` @@ -997,7 +1014,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by $as_me, which was -generated by GNU Autoconf 2.53. Invocation command line was +generated by GNU Autoconf 2.57. Invocation command line was $ $0 $@ @@ -1049,27 +1066,54 @@ _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_sep= -for ac_arg +ac_must_keep_next=false +for ac_pass in 1 2 do - case $ac_arg in - -no-create | --no-create | --no-creat | --no-crea | --no-cre \ - | --no-cr | --no-c | -n ) continue ;; - -no-recursion | --no-recursion | --no-recursio | --no-recursi \ - | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) - continue ;; - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) - ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; - esac - case " $ac_configure_args " in - *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. - *) ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" - ac_sep=" " ;; - esac - # Get rid of the leading space. + 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=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; + 2) + ac_configure_args1="$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 + ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" + # Get rid of the leading space. + ac_sep=" " + ;; + esac + done done +$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } +$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there @@ -1080,6 +1124,7 @@ trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo + cat <<\_ASBOX ## ---------------- ## ## Cache variables. ## @@ -1102,6 +1147,35 @@ _ASBOX esac; } echo + + cat <<\_ASBOX +## ----------------- ## +## Output variables. ## +## ----------------- ## +_ASBOX + echo + for ac_var in $ac_subst_vars + do + eval ac_val=$`echo $ac_var` + echo "$ac_var='"'"'$ac_val'"'"'" + done | sort + echo + + if test -n "$ac_subst_files"; then + cat <<\_ASBOX +## ------------- ## +## Output files. ## +## ------------- ## +_ASBOX + echo + for ac_var in $ac_subst_files + do + eval ac_val=$`echo $ac_var` + echo "$ac_var='"'"'$ac_val'"'"'" + done | sort + echo + fi + if test -s confdefs.h; then cat <<\_ASBOX ## ----------- ## @@ -1109,7 +1183,7 @@ _ASBOX ## ----------- ## _ASBOX echo - sed "/^$/d" confdefs.h + sed "/^$/d" confdefs.h | sort echo fi test "$ac_signal" != 0 && @@ -1266,7 +1340,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -ac_config_headers="$ac_config_headers config.h" + + ac_config_headers="$ac_config_headers config.h" echo "current directory: `pwd`" @@ -1755,9 +1830,7 @@ if test $ac_prog_rejected = yes; then # 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 - set dummy "$as_dir/$ac_word" ${1+"$@"} - shift - ac_cv_prog_CC="$@" + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi @@ -1862,8 +1935,10 @@ fi fi -test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5 -echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;} +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&5 +echo "$as_me: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } # Provide some information about the compiler. @@ -1888,14 +1963,12 @@ ac_compiler=`set X $ac_compile; echo $2` cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -1905,7 +1978,7 @@ main () } _ACEOF ac_clean_files_save=$ac_clean_files -ac_clean_files="$ac_clean_files a.out a.exe" +ac_clean_files="$ac_clean_files a.out 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. @@ -1924,26 +1997,39 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 # Be careful to initialize this variable, since it used to be cached. # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. ac_cv_exeext= -for ac_file in `ls a_out.exe a.exe conftest.exe 2>/dev/null; - ls a.out conftest 2>/dev/null; - ls a.* conftest.* 2>/dev/null`; do +# b.out is created by i960 compilers. +for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out +do + test -f "$ac_file" || continue case $ac_file in - *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb | *.xSYM ) ;; - a.out ) # We found the default executable, but exeext='' is most - # certainly right. - break;; - *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` - # FIXME: I believe we export ac_cv_exeext for Libtool --akim. - export ac_cv_exeext - break;; - * ) break;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) + ;; + conftest.$ac_ext ) + # This is the source file. + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + # FIXME: I believe we export ac_cv_exeext for Libtool, + # but it would be cool to find out if it's true. Does anybody + # maintain Libtool? --akim. + export ac_cv_exeext + break;; + * ) + break;; esac done else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -{ { echo "$as_me:$LINENO: error: C compiler cannot create executables" >&5 -echo "$as_me: error: C compiler cannot create executables" >&2;} +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { echo "$as_me:$LINENO: error: C compiler cannot create executables +See \`config.log' for more details." >&5 +echo "$as_me: error: C compiler cannot create executables +See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } fi @@ -1970,9 +2056,11 @@ if test "$cross_compiling" != yes; then cross_compiling=yes else { { echo "$as_me:$LINENO: error: cannot run C compiled programs. -If you meant to cross compile, use \`--host'." >&5 +If you meant to cross compile, use \`--host'. +See \`config.log' for more details." >&5 echo "$as_me: error: cannot run C compiled programs. -If you meant to cross compile, use \`--host'." >&2;} +If you meant to cross compile, use \`--host'. +See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi fi @@ -1980,7 +2068,7 @@ fi echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 -rm -f a.out a.exe conftest$ac_cv_exeext +rm -f a.out a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. @@ -2000,9 +2088,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 # 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 `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue case $ac_file in - *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` export ac_cv_exeext break;; @@ -2010,8 +2099,10 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do esac done else - { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5 -echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;} + { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi @@ -2029,14 +2120,12 @@ if test "${ac_cv_objext+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -2053,16 +2142,19 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (exit $ac_status); }; then for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5 -echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;} +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute suffix of object files: cannot compile +See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi @@ -2079,14 +2171,12 @@ if test "${ac_cv_c_compiler_gnu+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -2113,7 +2203,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_compiler_gnu=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_compiler_gnu=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -2133,14 +2224,12 @@ if test "${ac_cv_prog_cc_g+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -2164,7 +2253,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_prog_cc_g=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_prog_cc_g=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -2186,6 +2276,102 @@ else CFLAGS= fi fi +echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 +echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 +if test "${ac_cv_prog_cc_stdc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_prog_cc_stdc=no +ac_save_CC=$CC +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include +#include +/* 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; +} +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 +# Don't try gcc -ansi; that turns off useful extensions and +# breaks some systems' header files. +# AIX -qlanglvl=ansi +# Ultrix and OSF/1 -std1 +# HP-UX 10.20 and later -Ae +# HP-UX older versions -Aa -D_HPUX_SOURCE +# SVR4 -Xc -D__EXTENSIONS__ +for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_prog_cc_stdc=$ac_arg +break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.$ac_objext +done +rm -f conftest.$ac_ext conftest.$ac_objext +CC=$ac_save_CC + +fi + +case "x$ac_cv_prog_cc_stdc" in + x|xno) + echo "$as_me:$LINENO: result: none needed" >&5 +echo "${ECHO_T}none needed" >&6 ;; + *) + echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 + CC="$CC $ac_cv_prog_cc_stdc" ;; +esac + # Some people use a C++ compiler to compile C. Since we use `exit', # in C++ we need to declare it. In case someone uses the same compiler # for both compiling C and C++ we need to have the C++ compiler decide @@ -2218,15 +2404,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 do cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include $ac_declaration -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -2250,20 +2434,19 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 : else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + continue fi rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_declaration -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -2287,7 +2470,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 break else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + fi rm -f conftest.$ac_objext conftest.$ac_ext done @@ -2300,7 +2484,8 @@ fi else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + fi rm -f conftest.$ac_objext conftest.$ac_ext ac_ext=c @@ -2347,7 +2532,11 @@ echo "$as_me: error: Couldn't build even a trivial ANSI C program: check CC." >& else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ main(int ac, char **av) { return 0; } _ACEOF rm -f conftest$ac_exeext @@ -2366,7 +2555,8 @@ echo "${ECHO_T}yes" >&6 else echo "$as_me: program exited with status $ac_status" >&5 echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ( exit $ac_status ) echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 @@ -2374,7 +2564,7 @@ echo "${ECHO_T}no" >&6 echo "$as_me: error: Couldn't build even a trivial ANSI C program: check CC." >&2;} { (exit 1); exit 1; }; } fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi if test -n "$GCC"; then @@ -2495,18 +2685,28 @@ for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" -#include +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif Syntax error _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -2523,7 +2723,8 @@ if test -z "$ac_cpp_err"; then : else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + # Broken: fails on valid input. continue fi @@ -2533,13 +2734,17 @@ rm -f conftest.err conftest.$ac_ext # can be detected and how. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -2557,7 +2762,8 @@ if test -z "$ac_cpp_err"; then continue else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + # Passes both tests. ac_preproc_ok=: break @@ -2586,18 +2792,28 @@ for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" -#include +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif Syntax error _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -2614,7 +2830,8 @@ if test -z "$ac_cpp_err"; then : else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + # Broken: fails on valid input. continue fi @@ -2624,13 +2841,17 @@ rm -f conftest.err conftest.$ac_ext # can be detected and how. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -2648,7 +2869,8 @@ if test -z "$ac_cpp_err"; then continue else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + # Passes both tests. ac_preproc_ok=: break @@ -2661,8 +2883,10 @@ rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else - { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5 -echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} + { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&5 +echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi @@ -2672,118 +2896,19 @@ 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 -echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 -echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 -if test "${ac_cv_prog_cc_stdc+set}" = set; then +echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 +echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 +if test "${ac_cv_c_const+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_cv_prog_cc_stdc=no -ac_save_CC=$CC -cat >conftest.$ac_ext <<_ACEOF + cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" -#include -#include -#include -#include -/* 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; -} -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; -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ -return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; - ; - return 0; -} -_ACEOF -# Don't try gcc -ansi; that turns off useful extensions and -# breaks some systems' header files. -# AIX -qlanglvl=ansi -# Ultrix and OSF/1 -std1 -# HP-UX 10.20 and later -Ae -# HP-UX older versions -Aa -D_HPUX_SOURCE -# SVR4 -Xc -D__EXTENSIONS__ -for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" -do - CC="$ac_save_CC $ac_arg" - rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_prog_cc_stdc=$ac_arg -break -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -fi -rm -f conftest.$ac_objext -done -rm -f conftest.$ac_ext conftest.$ac_objext -CC=$ac_save_CC - -fi - -case "x$ac_cv_prog_cc_stdc" in - x|xno) - echo "$as_me:$LINENO: result: none needed" >&5 -echo "${ECHO_T}none needed" >&6 ;; - *) - echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 - CC="$CC $ac_cv_prog_cc_stdc" ;; -esac - -echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 -echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 -if test "${ac_cv_c_const+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line $LINENO "configure" -#include "confdefs.h" - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + int main () { @@ -2853,7 +2978,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_c_const=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_c_const=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -2877,10 +3003,15 @@ else for ac_kw in inline __inline__ __inline; do cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #ifndef __cplusplus -static $ac_kw int static_foo () {return 0; } -$ac_kw int foo () {return 0; } +typedef int foo_t; +static $ac_kw foo_t static_foo () {return 0; } +$ac_kw foo_t foo () {return 0; } #endif _ACEOF @@ -2899,7 +3030,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_c_inline=$ac_kw; break else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + fi rm -f conftest.$ac_objext conftest.$ac_ext done @@ -3072,15 +3204,15 @@ echo "${ECHO_T}$ac_cv_mkdir_p_creates_dirs" >&6 INSTALL_DIRS='${INSTALL} -d' fi -echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5 -echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.make <<\_ACEOF all: - @echo 'ac_maketemp="${MAKE}"' + @echo 'ac_maketemp="$(MAKE)"' _ACEOF # GNU make sometimes prints "make[1]: Entering...", which would confuse us. eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` @@ -3111,6 +3243,21 @@ INSTALL_SCRIPT='${INSTALL}' # random libc stuff +echo "$as_me:$LINENO: checking for egrep" >&5 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6 +if test "${ac_cv_prog_egrep+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if echo a | (grep -E '(a|b)') >/dev/null 2>&1 + then ac_cv_prog_egrep='grep -E' + else ac_cv_prog_egrep='egrep' + fi +fi +echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 +echo "${ECHO_T}$ac_cv_prog_egrep" >&6 + EGREP=$ac_cv_prog_egrep + + echo "$as_me:$LINENO: checking for ANSI C header files" >&5 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 if test "${ac_cv_header_stdc+set}" = set; then @@ -3118,48 +3265,59 @@ if test "${ac_cv_header_stdc+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #include #include +int +main () +{ + + ; + return 0; +} _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then ac_cv_header_stdc=yes else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 - ac_cv_header_stdc=no +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_header_stdc=no fi -rm -f conftest.err conftest.$ac_ext +rm -f 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 >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "memchr" >/dev/null 2>&1; then + $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no @@ -3172,12 +3330,16 @@ if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "free" >/dev/null 2>&1; then + $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no @@ -3193,13 +3355,18 @@ if test $ac_cv_header_stdc = yes; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else -# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \ +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) @@ -3232,11 +3399,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 else echo "$as_me: program exited with status $ac_status" >&5 echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ( exit $ac_status ) ac_cv_header_stdc=no fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi @@ -3271,7 +3439,11 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default #include <$ac_header> @@ -3291,7 +3463,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 eval "$as_ac_Header=yes" else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + eval "$as_ac_Header=no" fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -3326,7 +3499,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF @@ -3345,7 +3522,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_compiler=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -3357,13 +3535,17 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include <$ac_header> _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -3380,7 +3562,8 @@ if test -z "$ac_cpp_err"; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext @@ -3393,14 +3576,32 @@ case $ac_header_compiler:$ac_header_preproc in { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; no:yes ) { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; esac echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 @@ -3429,14 +3630,12 @@ if test "${ac_cv_type_mode_t+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -3463,7 +3662,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_type_mode_t=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_type_mode_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -3487,14 +3687,12 @@ if test "${ac_cv_type_pid_t+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -3521,7 +3719,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_type_pid_t=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_type_pid_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -3545,14 +3744,12 @@ if test "${ac_cv_type_size_t+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -3579,7 +3776,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_type_size_t=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_type_size_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -3603,7 +3801,11 @@ if test "${ac_cv_type_signal+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #ifdef signal @@ -3615,12 +3817,6 @@ extern "C" void (*signal (int, void (*)(int)))(int); void (*signal ()) (); #endif -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -3644,7 +3840,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_type_signal=void else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_type_signal=int fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -3664,17 +3861,15 @@ if test "${ac_cv_header_time+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -3699,7 +3894,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_time=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_time=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -3721,7 +3917,11 @@ if test "${ac_cv_header_sys_wait_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #ifndef WEXITSTATUS @@ -3731,12 +3931,6 @@ else # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) #endif -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -3762,7 +3956,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_sys_wait_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_sys_wait_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -3792,16 +3987,14 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include <$ac_hdr> -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -3826,7 +4019,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 eval "$as_ac_Header=yes" else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + eval "$as_ac_Header=no" fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -3853,7 +4047,11 @@ else ac_cv_search_opendir=no cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -3862,12 +4060,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char opendir (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -3891,7 +4083,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_search_opendir="none required" else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test "$ac_cv_search_opendir" = no; then @@ -3899,7 +4092,11 @@ if test "$ac_cv_search_opendir" = no; then LIBS="-l$ac_lib $ac_func_search_save_LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -3908,12 +4105,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char opendir (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -3938,7 +4129,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 break else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext done @@ -3962,7 +4154,11 @@ else ac_cv_search_opendir=no cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -3971,12 +4167,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char opendir (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -4000,7 +4190,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_search_opendir="none required" else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test "$ac_cv_search_opendir" = no; then @@ -4008,7 +4199,11 @@ if test "$ac_cv_search_opendir" = no; then LIBS="-l$ac_lib $ac_func_search_save_LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -4017,12 +4212,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char opendir (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -4047,7 +4236,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 break else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext done @@ -4070,15 +4260,13 @@ echo $ECHO_N "checking how to call gettimeofday... $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -4103,18 +4291,17 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_gettimeofday_args=2 else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -4138,7 +4325,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_gettimeofday_args=1 else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_gettimeofday_args=0 fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -4190,37 +4378,44 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func (); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" +{ #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char $ac_func (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ /* 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_$ac_func) || defined (__stub___$ac_func) choke me #else -f = $ac_func; +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif +int +main () +{ +return f != $ac_func; ; return 0; } @@ -4240,7 +4435,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -4270,37 +4466,44 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func (); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" +{ #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char $ac_func (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ /* 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_$ac_func) || defined (__stub___$ac_func) choke me #else -f = $ac_func; +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif +int +main () +{ +return f != $ac_func; ; return 0; } @@ -4320,7 +4523,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -4342,7 +4546,11 @@ if test "${ac_cv_have_icmp+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #include @@ -4362,12 +4570,6 @@ else #include #include #include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -4406,7 +4608,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_have_icmp=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_have_icmp=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -4426,7 +4629,11 @@ if test "${ac_cv_have_icmphdr+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #include @@ -4446,12 +4653,6 @@ else #include #include #include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -4485,7 +4686,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_have_icmphdr=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_have_icmphdr=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -4517,7 +4719,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF @@ -4536,7 +4742,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_compiler=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -4548,13 +4755,17 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include <$ac_header> _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -4571,7 +4782,8 @@ if test -z "$ac_cpp_err"; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext @@ -4584,14 +4796,32 @@ case $ac_header_compiler:$ac_header_preproc in { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; no:yes ) { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; esac echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 @@ -4777,13 +5007,17 @@ if test "$ac_x_includes" = no; then # First, try using that file with no special directory specified. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -4801,7 +5035,8 @@ if test -z "$ac_cpp_err"; then ac_x_includes= else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + for ac_dir in $ac_x_header_dirs; do if test -r "$ac_dir/X11/Intrinsic.h"; then ac_x_includes=$ac_dir @@ -4820,14 +5055,12 @@ if test "$ac_x_libraries" = no; then LIBS="-lXt $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -4853,7 +5086,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_x_libraries= else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + LIBS=$ac_save_LIBS for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` do @@ -4923,14 +5157,12 @@ echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -4954,7 +5186,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_R_nospace=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_R_nospace=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -4966,14 +5199,12 @@ echo "${ECHO_T}no" >&6 LIBS="$ac_xsave_LIBS -R $x_libraries" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -4997,7 +5228,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_R_space=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_R_space=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -5027,7 +5259,11 @@ echo "${ECHO_T}neither works" >&6 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -5036,12 +5272,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XOpenDisplay (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -5065,7 +5295,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 : else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then @@ -5075,7 +5306,11 @@ else LIBS="-ldnet $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -5084,12 +5319,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -5113,7 +5342,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_dnet_dnet_ntoa=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_dnet_dnet_ntoa=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -5135,7 +5365,11 @@ else LIBS="-ldnet_stub $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -5144,12 +5378,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -5173,7 +5401,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_dnet_stub_dnet_ntoa=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_dnet_stub_dnet_ntoa=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -5205,37 +5434,44 @@ if test "${ac_cv_func_gethostbyname+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char gethostbyname (); below. */ -#include + which can conflict with char gethostbyname (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" +{ #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gethostbyname (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ /* 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_gethostbyname) || defined (__stub___gethostbyname) choke me #else -f = gethostbyname; +char (*f) () = gethostbyname; +#endif +#ifdef __cplusplus +} #endif +int +main () +{ +return f != gethostbyname; ; return 0; } @@ -5255,7 +5491,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_func_gethostbyname=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_func_gethostbyname=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -5273,7 +5510,11 @@ else LIBS="-lnsl $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -5282,12 +5523,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gethostbyname (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -5311,7 +5546,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_nsl_gethostbyname=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_nsl_gethostbyname=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -5333,7 +5569,11 @@ else LIBS="-lbsd $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -5342,12 +5582,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gethostbyname (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -5371,7 +5605,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_bsd_gethostbyname=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_bsd_gethostbyname=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -5390,7 +5625,7 @@ fi # socket/setsockopt and other routines are undefined under SCO ODT # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary # on later versions), says Simon Leinen: it contains gethostby* - # variants that don't use the nameserver (or something). -lsocket + # variants that don't use the name server (or something). -lsocket # must be given before -lnsl if both are needed. We assume that # if connect needs -lnsl, so does gethostbyname. echo "$as_me:$LINENO: checking for connect" >&5 @@ -5400,37 +5635,44 @@ if test "${ac_cv_func_connect+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char connect (); below. */ -#include + which can conflict with char connect (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" +{ #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char connect (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ /* 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_connect) || defined (__stub___connect) choke me #else -f = connect; +char (*f) () = connect; +#endif +#ifdef __cplusplus +} #endif +int +main () +{ +return f != connect; ; return 0; } @@ -5450,7 +5692,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_func_connect=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_func_connect=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -5468,7 +5711,11 @@ else LIBS="-lsocket $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -5477,12 +5724,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char connect (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -5506,7 +5747,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_socket_connect=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_socket_connect=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -5528,37 +5770,44 @@ if test "${ac_cv_func_remove+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char remove (); below. */ -#include + which can conflict with char remove (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" +{ #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char remove (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ /* 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_remove) || defined (__stub___remove) choke me #else -f = remove; +char (*f) () = remove; +#endif +#ifdef __cplusplus +} #endif +int +main () +{ +return f != remove; ; return 0; } @@ -5578,7 +5827,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_func_remove=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_func_remove=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -5596,7 +5846,11 @@ else LIBS="-lposix $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -5605,12 +5859,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char remove (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -5634,7 +5882,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_posix_remove=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_posix_remove=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -5656,37 +5905,44 @@ if test "${ac_cv_func_shmat+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char shmat (); below. */ -#include + which can conflict with char shmat (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" +{ #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char shmat (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ /* 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_shmat) || defined (__stub___shmat) choke me #else -f = shmat; +char (*f) () = shmat; +#endif +#ifdef __cplusplus +} #endif +int +main () +{ +return f != shmat; ; return 0; } @@ -5706,7 +5962,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_func_shmat=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_func_shmat=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -5724,7 +5981,11 @@ else LIBS="-lipc $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -5733,12 +5994,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char shmat (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -5762,7 +6017,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_ipc_shmat=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_ipc_shmat=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -5795,7 +6051,11 @@ else LIBS="-lICE $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -5804,12 +6064,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char IceConnectionNumber (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -5833,7 +6087,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_ICE_IceConnectionNumber=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_ICE_IceConnectionNumber=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -6073,7 +6328,11 @@ else LIBS="-lgen $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -6082,12 +6341,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char regcmp (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -6111,7 +6364,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_gen_regcmp=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_gen_regcmp=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -6149,14 +6403,12 @@ else CPPFLAGS="$CPPFLAGS $X_CFLAGS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -6180,7 +6432,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_xpointer=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_xpointer=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -6318,7 +6571,7 @@ fi # Manually sed perl in so people don't have to put the intltool scripts in AC_OUTPUT. -ac_config_commands="$ac_config_commands default-1" + ac_config_commands="$ac_config_commands default-1" @@ -6421,14 +6674,12 @@ if test "${ac_cv_type_off_t+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -6455,7 +6706,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_type_off_t=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_type_off_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -6481,14 +6733,12 @@ if test "${ac_cv_working_alloca_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -6512,7 +6762,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_working_alloca_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_working_alloca_h=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -6534,7 +6785,11 @@ if test "${ac_cv_func_alloca_works+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #ifdef __GNUC__ # define alloca __builtin_alloca #else @@ -6556,12 +6811,6 @@ char *alloca (); # endif #endif -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -6585,7 +6834,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_func_alloca_works=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_func_alloca_works=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -6619,7 +6869,11 @@ if test "${ac_cv_os_cray+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #if defined(CRAY) && ! defined(CRAY2) webecray #else @@ -6628,7 +6882,7 @@ wenotbecray _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "webecray" >/dev/null 2>&1; then + $EGREP "webecray" >/dev/null 2>&1; then ac_cv_os_cray=yes else ac_cv_os_cray=no @@ -6648,37 +6902,44 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func (); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" +{ #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char $ac_func (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ /* 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_$ac_func) || defined (__stub___$ac_func) choke me #else -f = $ac_func; +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif +int +main () +{ +return f != $ac_func; ; return 0; } @@ -6698,7 +6959,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -6727,7 +6989,11 @@ else else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ int find_stack_direction () { @@ -6763,11 +7029,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 else echo "$as_me: program exited with status $ac_status" >&5 echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ( exit $ac_status ) ac_cv_c_stack_direction=-1 fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 @@ -6799,7 +7066,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF @@ -6818,7 +7089,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_compiler=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -6830,13 +7102,17 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include <$ac_header> _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -6853,7 +7129,8 @@ if test -z "$ac_cpp_err"; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext @@ -6866,14 +7143,32 @@ case $ac_header_compiler:$ac_header_preproc in { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; no:yes ) { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; esac echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 @@ -6906,37 +7201,44 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func (); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" +{ #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char $ac_func (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ /* 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_$ac_func) || defined (__stub___$ac_func) choke me #else -f = $ac_func; +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif +int +main () +{ +return f != $ac_func; ; return 0; } @@ -6956,7 +7258,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -6981,7 +7284,11 @@ else else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default /* malloc might have been renamed as rpl_malloc. */ #undef malloc @@ -7124,11 +7431,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 else echo "$as_me: program exited with status $ac_status" >&5 echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ( exit $ac_status ) ac_cv_func_mmap_fixed_mapped=no fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 @@ -7169,7 +7477,11 @@ echo "$as_me:$LINENO: checking $ac_header usability" >&5 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF @@ -7188,7 +7500,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_compiler=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -7200,13 +7513,17 @@ echo "$as_me:$LINENO: checking $ac_header presence" >&5 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include <$ac_header> _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -7223,7 +7540,8 @@ if test -z "$ac_cpp_err"; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext @@ -7236,14 +7554,32 @@ case $ac_header_compiler:$ac_header_preproc in { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; no:yes ) { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; esac echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 @@ -7287,37 +7623,44 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func (); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" +{ #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char $ac_func (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ /* 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_$ac_func) || defined (__stub___$ac_func) choke me #else -f = $ac_func; +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif +int +main () +{ +return f != $ac_func; ; return 0; } @@ -7337,7 +7680,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -7361,14 +7705,12 @@ if test "${am_cv_val_LC_MESSAGES+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -7392,7 +7734,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 am_cv_val_LC_MESSAGES=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + am_cv_val_LC_MESSAGES=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -7432,7 +7775,11 @@ echo "$as_me:$LINENO: checking libintl.h usability" >&5 echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default #include _ACEOF @@ -7451,7 +7798,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_compiler=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -7463,13 +7811,17 @@ echo "$as_me:$LINENO: checking libintl.h presence" >&5 echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -7486,7 +7838,8 @@ if test -z "$ac_cpp_err"; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext @@ -7499,14 +7852,32 @@ case $ac_header_compiler:$ac_header_preproc in { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; no:yes ) { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5 echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; esac echo "$as_me:$LINENO: checking for libintl.h" >&5 echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6 @@ -7527,14 +7898,12 @@ if test "${gt_cv_func_dgettext_libc+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -7558,7 +7927,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 gt_cv_func_dgettext_libc=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + gt_cv_func_dgettext_libc=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -7576,7 +7946,11 @@ else LIBS="-lintl $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -7585,12 +7959,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char bindtextdomain (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -7614,7 +7982,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_intl_bindtextdomain=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_intl_bindtextdomain=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -7637,7 +8006,11 @@ else LIBS="-lintl $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -7646,12 +8019,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dgettext (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -7675,7 +8042,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_intl_dgettext=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_intl_dgettext=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -7754,37 +8122,44 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func (); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" +{ #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char $ac_func (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ /* 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_$ac_func) || defined (__stub___$ac_func) choke me #else -f = $ac_func; +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif +int +main () +{ +return f != $ac_func; ; return 0; } @@ -7804,7 +8179,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -7897,14 +8273,12 @@ fi cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -7930,7 +8304,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 DATADIRNAME=share else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + CATOBJEXT=.mo DATADIRNAME=lib fi @@ -7978,7 +8353,7 @@ echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6 # We need to process the po/ directory. POSUB=po - ac_config_commands="$ac_config_commands default-2" + ac_config_commands="$ac_config_commands default-2" for lang in $ALL_LINGUAS; do @@ -8036,7 +8411,11 @@ echo "$as_me:$LINENO: checking linux/version.h usability" >&5 echo $ECHO_N "checking linux/version.h usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default #include _ACEOF @@ -8055,7 +8434,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_compiler=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -8067,13 +8447,17 @@ echo "$as_me:$LINENO: checking linux/version.h presence" >&5 echo $ECHO_N "checking linux/version.h presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -8090,7 +8474,8 @@ if test -z "$ac_cpp_err"; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext @@ -8103,14 +8488,32 @@ case $ac_header_compiler:$ac_header_preproc in { echo "$as_me:$LINENO: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; no:yes ) { echo "$as_me:$LINENO: WARNING: linux/version.h: present but cannot be compiled" >&5 echo "$as_me: WARNING: linux/version.h: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: linux/version.h: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: linux/version.h: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; esac echo "$as_me:$LINENO: checking for linux/version.h" >&5 echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6 @@ -8189,7 +8592,11 @@ if test "${ac_cv_header_X11_Xmu_Error_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #include @@ -8211,7 +8618,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_X11_Xmu_Error_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_X11_Xmu_Error_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -8265,14 +8673,12 @@ else LDFLAGS="$LDFLAGS -lXmu -lXt -lX11 -lXext -lm" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -8296,7 +8702,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_sunos_xmu_bug=no else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_sunos_xmu_bug=yes fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -8314,14 +8721,12 @@ else LDFLAGS="$LDFLAGS -static" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -8345,7 +8750,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_ld_static=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_ld_static=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -8529,7 +8935,11 @@ if test "${ac_cv_header_X11_extensions_XScreenSaver_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -8549,7 +8959,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_X11_extensions_XScreenSaver_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_X11_extensions_XScreenSaver_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -8649,7 +9060,11 @@ if test "${ac_cv_header_X11_extensions_scrnsaver_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -8669,7 +9084,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_X11_extensions_scrnsaver_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_X11_extensions_scrnsaver_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -8713,7 +9129,11 @@ else LIBS="-lXext -lm $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -8722,12 +9142,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XScreenSaverRegister (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -8751,7 +9165,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_Xext_XScreenSaverRegister=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_Xext_XScreenSaverRegister=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -8799,7 +9214,11 @@ else LIBS="-lXExExt -lX11 -lXext -lm $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -8808,12 +9227,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XScreenSaverRegister (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -8837,7 +9250,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_XExExt_XScreenSaverRegister=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_XExExt_XScreenSaverRegister=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -8888,7 +9302,11 @@ else LIBS="-lXss -lX11 -lXext -lm $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -8897,12 +9315,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XScreenSaverRegister (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -8926,7 +9338,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_Xss_XScreenSaverRegister=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_Xss_XScreenSaverRegister=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -9037,7 +9450,11 @@ if test "${ac_cv_header_X11_extensions_xidle_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -9057,7 +9474,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_X11_extensions_xidle_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_X11_extensions_xidle_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -9158,7 +9576,11 @@ if test "${ac_cv_header_X11_extensions_XSGIvc_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -9178,7 +9600,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_X11_extensions_XSGIvc_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_X11_extensions_XSGIvc_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -9221,7 +9644,11 @@ else LIBS="-lXsgivc -lXext -lX11 $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -9230,12 +9657,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XSGIvcQueryGammaMap (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -9259,7 +9680,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_Xsgivc_XSGIvcQueryGammaMap=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_Xsgivc_XSGIvcQueryGammaMap=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -9371,7 +9793,11 @@ if test "${ac_cv_header_X11_extensions_dpms_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -9392,7 +9818,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_X11_extensions_dpms_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_X11_extensions_dpms_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -9437,7 +9864,11 @@ else LIBS="-lXext -lXext -lX11 $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -9446,12 +9877,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char DPMSInfo (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -9475,7 +9900,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_Xext_DPMSInfo=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_Xext_DPMSInfo=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -9522,7 +9948,11 @@ else LIBS="-lXdpms -lXext -lX11 $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -9531,12 +9961,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char DPMSInfo (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -9560,7 +9984,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_Xdpms_DPMSInfo=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_Xdpms_DPMSInfo=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -9674,7 +10099,11 @@ if test "${ac_cv_header_X11_extensions_Xinerama_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -9694,7 +10123,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_X11_extensions_Xinerama_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_X11_extensions_Xinerama_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -9739,7 +10169,11 @@ else LIBS="-lXext -lXext -lX11 $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -9748,12 +10182,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XineramaQueryExtension (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -9777,7 +10205,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_Xext_XineramaQueryExtension=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_Xext_XineramaQueryExtension=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -9824,7 +10253,11 @@ else LIBS="-lXinerama -lXext -lX11 $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -9833,12 +10266,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XineramaQueryExtension (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -9862,7 +10289,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_Xinerama_XineramaQueryExtension=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_Xinerama_XineramaQueryExtension=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -9975,7 +10403,11 @@ if test "${ac_cv_header_X11_extensions_xf86vmode_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -9995,7 +10427,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_X11_extensions_xf86vmode_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_X11_extensions_xf86vmode_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -10038,7 +10471,11 @@ else LIBS="-lXxf86vm -lXext -lX11 $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -10047,12 +10484,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XF86VidModeGetViewPort (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -10076,7 +10507,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_Xxf86vm_XF86VidModeGetViewPort=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_Xxf86vm_XF86VidModeGetViewPort=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -10192,7 +10624,11 @@ if test "${ac_cv_header_X11_extensions_xf86vmode_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -10212,7 +10648,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_X11_extensions_xf86vmode_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_X11_extensions_xf86vmode_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -10256,7 +10693,11 @@ else LIBS="-lXxf86vm -lXext -lX11 $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -10265,12 +10706,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XF86VidModeSetGamma (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -10294,7 +10729,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_Xxf86vm_XF86VidModeSetGamma=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_Xxf86vm_XF86VidModeSetGamma=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -10343,7 +10779,11 @@ else LIBS="-lXxf86vm -lXext -lX11 $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -10352,12 +10792,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XF86VidModeSetGammaRamp (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -10381,7 +10815,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_Xxf86vm_XF86VidModeSetGammaRamp=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_Xxf86vm_XF86VidModeSetGammaRamp=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -10462,7 +10897,11 @@ else LIBS="-lXxf86misc -lXext -lX11 $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -10471,12 +10910,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XF86MiscSetGrabKeysState (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -10500,7 +10933,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_Xxf86misc_XF86MiscSetGrabKeysState=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_Xxf86misc_XF86MiscSetGrabKeysState=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -10544,12 +10978,16 @@ echo $ECHO_N "checking for XHPDisableReset in X11/XHPlib.h... $ECHO_C" >&6 CPPFLAGS="$CPPFLAGS $X_CFLAGS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "XHPDisableReset" >/dev/null 2>&1; then + $EGREP "XHPDisableReset" >/dev/null 2>&1; then cat >>confdefs.h <<\_ACEOF #define HAVE_XHPDISABLERESET 1 _ACEOF @@ -10769,14 +11207,12 @@ else CPPFLAGS="$CPPFLAGS $X_CFLAGS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -10800,7 +11236,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_pam=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_pam=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -10827,7 +11264,11 @@ else LIBS="-ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -10836,12 +11277,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dlopen (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -10865,7 +11300,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_dl_dlopen=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_dl_dlopen=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -10885,16 +11321,14 @@ echo $ECHO_N "checking how to call pam_strerror... $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -10919,19 +11353,18 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_pam_strerror_args=2 else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -10956,7 +11389,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_pam_strerror_args=1 else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_pam_strerror_args=0 fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -11062,14 +11496,12 @@ else CPPFLAGS="$CPPFLAGS $X_CFLAGS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -11093,7 +11525,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_kerberos=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_kerberos=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -11114,14 +11547,12 @@ else CPPFLAGS="$CPPFLAGS $X_CFLAGS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -11145,7 +11576,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_kerberos5=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_kerberos5=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -11200,7 +11632,11 @@ else LIBS="-lkrb4 $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -11209,12 +11645,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char krb_get_tf_realm (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -11238,7 +11668,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_krb4_krb_get_tf_realm=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_krb4_krb_get_tf_realm=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -11307,7 +11738,11 @@ else LIBS="-lcrypt $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -11316,12 +11751,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char crypt (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -11345,7 +11774,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_crypt_crypt=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_crypt_crypt=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -11375,37 +11805,44 @@ if test "${ac_cv_func_res_search+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char res_search (); below. */ -#include + which can conflict with char res_search (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" +{ #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char res_search (); -char (*f) (); - -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif -int -main () -{ /* 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_res_search) || defined (__stub___res_search) choke me #else -f = res_search; +char (*f) () = res_search; +#endif +#ifdef __cplusplus +} #endif +int +main () +{ +return f != res_search; ; return 0; } @@ -11425,7 +11862,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_func_res_search=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_func_res_search=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -11444,7 +11882,11 @@ else LIBS="-lresolv $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -11453,12 +11895,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char res_search (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -11482,7 +11918,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_resolv_res_search=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_resolv_res_search=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -11595,19 +12032,17 @@ else CPPFLAGS="$CPPFLAGS $X_CFLAGS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #include #include #include #include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -11632,7 +12067,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_sun_adjunct=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_sun_adjunct=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -11668,19 +12104,17 @@ else CPPFLAGS="$CPPFLAGS $X_CFLAGS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #include #include #include #include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -11709,7 +12143,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_enhanced_passwd=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_enhanced_passwd=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -11735,7 +12170,11 @@ else LIBS="-lprot -lx $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -11744,12 +12183,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char getprpwnam (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -11773,7 +12206,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_prot_getprpwnam=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_prot_getprpwnam=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -11793,7 +12227,11 @@ else LIBS="-lsecurity $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -11802,12 +12240,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char getprpwnam (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -11831,7 +12263,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_security_getprpwnam=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_security_getprpwnam=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -11868,19 +12301,17 @@ else CPPFLAGS="$CPPFLAGS $X_CFLAGS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #include #include #include #include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -11905,7 +12336,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_hpux_passwd=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_hpux_passwd=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -11928,7 +12360,11 @@ else LIBS="-lsec $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -11937,12 +12373,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char bigcrypt (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -11966,7 +12396,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_sec_bigcrypt=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_sec_bigcrypt=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -12034,18 +12465,16 @@ else CPPFLAGS="$CPPFLAGS $X_CFLAGS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #include #include #include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -12070,7 +12499,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_shadow=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_shadow=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -12093,7 +12523,11 @@ else LIBS="-lc $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -12102,12 +12536,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char getspnam (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -12131,7 +12559,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_c_getspnam=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_c_getspnam=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -12153,7 +12582,11 @@ else LIBS="-lgen $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -12162,12 +12595,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char getspnam (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -12191,7 +12618,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_gen_getspnam=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_gen_getspnam=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -12227,7 +12655,11 @@ else LIBS="-lc $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -12236,12 +12668,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char crypt (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -12265,7 +12691,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_c_crypt=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_c_crypt=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -12287,7 +12714,11 @@ else LIBS="-lcrypt $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -12296,12 +12727,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char crypt (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -12325,7 +12750,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_crypt_crypt=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_crypt_crypt=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -12391,7 +12817,7 @@ if test "${with_motif+set}" = set; then withval="$with_motif" with_motif="$withval"; with_motif_req="$withval" else - with_motif=yes + with_motif=no fi; @@ -12459,7 +12885,11 @@ if test "${ac_cv_header_Xm_Xm_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #include @@ -12481,7 +12911,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_Xm_Xm_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_Xm_Xm_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -12516,7 +12947,11 @@ if test "${ac_cv_header_Xm_ComboBox_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #include @@ -12538,7 +12973,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_Xm_ComboBox_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_Xm_ComboBox_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -13214,7 +13650,11 @@ else LIBS="-lcapplet $ac_gnome_config_libs $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -13223,12 +13663,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char capplet_widget_changes_are_immediate (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -13252,7 +13686,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_capplet_capplet_widget_changes_are_immediate=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_capplet_capplet_widget_changes_are_immediate=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -13609,7 +14044,11 @@ if test "${ac_cv_header_libxml_xmlIO_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -13629,7 +14068,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_libxml_xmlIO_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_libxml_xmlIO_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -13659,7 +14099,11 @@ if test "${ac_cv_header_xmlIO_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -13679,7 +14123,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_xmlIO_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_xmlIO_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -13729,7 +14174,11 @@ else LIBS="-lz $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -13738,12 +14187,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char zlibVersion (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -13767,7 +14210,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_z_zlibVersion=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_z_zlibVersion=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -13819,7 +14263,11 @@ else LIBS="-lc $ac_xml_config_libs $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -13828,12 +14276,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char xmlParseChunk (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -13857,7 +14299,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_c_xmlParseChunk=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_c_xmlParseChunk=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -13922,14 +14365,12 @@ else CPPFLAGS="$CPPFLAGS $X_CFLAGS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -13953,7 +14394,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_have_lesstif=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_have_lesstif=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -13988,7 +14430,11 @@ else else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include int main() { @@ -14017,12 +14463,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 else echo "$as_me: program exited with status $ac_status" >&5 echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ( exit $ac_status ) ac_cv_lesstif_version=unknown ac_cv_lesstif_version_string=unknown fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi CPPFLAGS="$ac_save_CPPFLAGS" fi @@ -14055,7 +14502,11 @@ else else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include int main() { @@ -14084,12 +14535,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 else echo "$as_me: program exited with status $ac_status" >&5 echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ( exit $ac_status ) ac_cv_motif_version=unknown ac_cv_motif_version_string=unknown fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi CPPFLAGS="$ac_save_CPPFLAGS" fi @@ -14172,7 +14624,11 @@ else LIBS="-lXp -lX11 -lXext -lm $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -14181,12 +14637,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XpQueryExtension (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -14210,7 +14660,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_Xp_XpQueryExtension=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_Xp_XpQueryExtension=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -14265,7 +14716,11 @@ else LIBS="-lXintl -lX11 -lXext -lm $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -14274,12 +14729,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _Xsetlocale (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -14303,7 +14752,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_Xintl__Xsetlocale=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_Xintl__Xsetlocale=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -14415,7 +14865,11 @@ echo "$as_me:$LINENO: checking GL/gl.h usability" >&5 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default #include _ACEOF @@ -14434,7 +14888,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_compiler=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -14446,13 +14901,17 @@ echo "$as_me:$LINENO: checking GL/gl.h presence" >&5 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -14469,7 +14928,8 @@ if test -z "$ac_cpp_err"; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext @@ -14482,14 +14942,32 @@ case $ac_header_compiler:$ac_header_preproc in { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; no:yes ) { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; esac echo "$as_me:$LINENO: checking for GL/gl.h" >&5 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6 @@ -14524,7 +15002,11 @@ if test "${ac_cv_header_GL_glx_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -14544,7 +15026,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_GL_glx_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_GL_glx_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -14582,12 +15065,16 @@ else CPPFLAGS="$CPPFLAGS $X_CFLAGS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "Mesa|MESA" >/dev/null 2>&1; then + $EGREP "Mesa|MESA" >/dev/null 2>&1; then ac_cv_have_mesa_gl=yes fi rm -f conftest* @@ -14618,7 +15105,11 @@ else LIBS="-lpthread $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -14627,12 +15118,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char pthread_create (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -14656,7 +15141,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_pthread_pthread_create=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_pthread_pthread_create=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -14703,7 +15189,11 @@ else LIBS="-lMesaGL -lMesaGLU $GL_LIBS -lX11 -lXext -lm $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -14712,12 +15202,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char glXCreateContext (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -14741,7 +15225,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_MesaGL_glXCreateContext=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_MesaGL_glXCreateContext=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -14787,7 +15272,11 @@ else LIBS="-lGL -lGLU $GL_LIBS -lX11 -lXext -lm $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -14796,12 +15285,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char glXCreateContext (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -14825,7 +15308,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_GL_glXCreateContext=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_GL_glXCreateContext=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -14880,7 +15364,7 @@ if test "${ac_cv_mesagl_version_string+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat > conftest.$ac_ext < #ifndef MESA_MAJOR_VERSION @@ -14986,7 +15470,11 @@ else LIBS="-l$gl_lib_1 $GL_LIBS -lX11 -lXext -lm $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -14995,12 +15483,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char glBindTexture (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -15024,7 +15506,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 eval "$as_ac_Lib=yes" else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + eval "$as_ac_Lib=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -15135,7 +15618,11 @@ if test "${ac_cv_header_GL_gle_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -15155,7 +15642,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_GL_gle_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_GL_gle_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -15186,7 +15674,11 @@ if test "${ac_cv_header_GL_gutil_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -15206,7 +15698,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_GL_gutil_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_GL_gutil_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -15235,7 +15728,11 @@ if test "${ac_cv_header_GL_tube_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -15255,7 +15752,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_GL_tube_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_GL_tube_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -15302,7 +15800,11 @@ else LIBS="-lgle $GL_LIBS -lX11 -lXext -lm $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -15311,12 +15813,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gleCreateGC (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -15340,7 +15836,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_gle_gleCreateGC=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_gle_gleCreateGC=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -15400,7 +15897,11 @@ else LIBS="-lgle $GL_LIBS -lX11 -lXext -lm $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -15409,12 +15910,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char uview_direction (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -15438,7 +15933,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_gle_uview_direction=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_gle_uview_direction=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -15483,7 +15979,11 @@ else LIBS="-lmatrix $GL_LIBS -lX11 -lXext -lm $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -15492,12 +15992,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char uview_direction_d (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -15521,7 +16015,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_matrix_uview_direction_d=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_matrix_uview_direction_d=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -15638,7 +16133,11 @@ if test "${ac_cv_header_X11_xpm_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -15658,7 +16157,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_X11_xpm_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_X11_xpm_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -15979,7 +16479,11 @@ echo "$as_me:$LINENO: checking gdk-pixbuf/gdk-pixbuf.h usability" >&5 echo $ECHO_N "checking gdk-pixbuf/gdk-pixbuf.h usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default #include _ACEOF @@ -15998,7 +16502,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_compiler=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -16010,13 +16515,17 @@ echo "$as_me:$LINENO: checking gdk-pixbuf/gdk-pixbuf.h presence" >&5 echo $ECHO_N "checking gdk-pixbuf/gdk-pixbuf.h presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -16033,7 +16542,8 @@ if test -z "$ac_cpp_err"; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext @@ -16046,14 +16556,32 @@ case $ac_header_compiler:$ac_header_preproc in { echo "$as_me:$LINENO: WARNING: gdk-pixbuf/gdk-pixbuf.h: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: gdk-pixbuf/gdk-pixbuf.h: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: gdk-pixbuf/gdk-pixbuf.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: gdk-pixbuf/gdk-pixbuf.h: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: gdk-pixbuf/gdk-pixbuf.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; no:yes ) { echo "$as_me:$LINENO: WARNING: gdk-pixbuf/gdk-pixbuf.h: present but cannot be compiled" >&5 echo "$as_me: WARNING: gdk-pixbuf/gdk-pixbuf.h: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: gdk-pixbuf/gdk-pixbuf.h: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: gdk-pixbuf/gdk-pixbuf.h: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: gdk-pixbuf/gdk-pixbuf.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: gdk-pixbuf/gdk-pixbuf.h: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: gdk-pixbuf/gdk-pixbuf.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; esac echo "$as_me:$LINENO: checking for gdk-pixbuf/gdk-pixbuf.h" >&5 echo $ECHO_N "checking for gdk-pixbuf/gdk-pixbuf.h... $ECHO_C" >&6 @@ -16097,7 +16625,11 @@ echo "$as_me:$LINENO: checking gdk-pixbuf/gdk-pixbuf-xlib.h usability" >&5 echo $ECHO_N "checking gdk-pixbuf/gdk-pixbuf-xlib.h usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default #include _ACEOF @@ -16116,7 +16648,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_compiler=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -16128,13 +16661,17 @@ echo "$as_me:$LINENO: checking gdk-pixbuf/gdk-pixbuf-xlib.h presence" >&5 echo $ECHO_N "checking gdk-pixbuf/gdk-pixbuf-xlib.h presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -16151,7 +16688,8 @@ if test -z "$ac_cpp_err"; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext @@ -16164,14 +16702,32 @@ case $ac_header_compiler:$ac_header_preproc in { echo "$as_me:$LINENO: WARNING: gdk-pixbuf/gdk-pixbuf-xlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: gdk-pixbuf/gdk-pixbuf-xlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: gdk-pixbuf/gdk-pixbuf-xlib.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: gdk-pixbuf/gdk-pixbuf-xlib.h: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: gdk-pixbuf/gdk-pixbuf-xlib.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; no:yes ) { echo "$as_me:$LINENO: WARNING: gdk-pixbuf/gdk-pixbuf-xlib.h: present but cannot be compiled" >&5 echo "$as_me: WARNING: gdk-pixbuf/gdk-pixbuf-xlib.h: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: gdk-pixbuf/gdk-pixbuf-xlib.h: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: gdk-pixbuf/gdk-pixbuf-xlib.h: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: gdk-pixbuf/gdk-pixbuf-xlib.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: gdk-pixbuf/gdk-pixbuf-xlib.h: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: gdk-pixbuf/gdk-pixbuf-xlib.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; esac echo "$as_me:$LINENO: checking for gdk-pixbuf/gdk-pixbuf-xlib.h" >&5 echo $ECHO_N "checking for gdk-pixbuf/gdk-pixbuf-xlib.h... $ECHO_C" >&6 @@ -16216,7 +16772,11 @@ echo "$as_me:$LINENO: checking gdk-pixbuf-xlib/gdk-pixbuf-xlib.h usability" >&5 echo $ECHO_N "checking gdk-pixbuf-xlib/gdk-pixbuf-xlib.h usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default #include _ACEOF @@ -16235,7 +16795,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_compiler=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -16247,13 +16808,17 @@ echo "$as_me:$LINENO: checking gdk-pixbuf-xlib/gdk-pixbuf-xlib.h presence" >&5 echo $ECHO_N "checking gdk-pixbuf-xlib/gdk-pixbuf-xlib.h presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -16270,7 +16835,8 @@ if test -z "$ac_cpp_err"; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext @@ -16283,14 +16849,32 @@ case $ac_header_compiler:$ac_header_preproc in { echo "$as_me:$LINENO: WARNING: gdk-pixbuf-xlib/gdk-pixbuf-xlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: gdk-pixbuf-xlib/gdk-pixbuf-xlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: gdk-pixbuf-xlib/gdk-pixbuf-xlib.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: gdk-pixbuf-xlib/gdk-pixbuf-xlib.h: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: gdk-pixbuf-xlib/gdk-pixbuf-xlib.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; no:yes ) { echo "$as_me:$LINENO: WARNING: gdk-pixbuf-xlib/gdk-pixbuf-xlib.h: present but cannot be compiled" >&5 echo "$as_me: WARNING: gdk-pixbuf-xlib/gdk-pixbuf-xlib.h: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: gdk-pixbuf-xlib/gdk-pixbuf-xlib.h: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: gdk-pixbuf-xlib/gdk-pixbuf-xlib.h: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: gdk-pixbuf-xlib/gdk-pixbuf-xlib.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: gdk-pixbuf-xlib/gdk-pixbuf-xlib.h: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: gdk-pixbuf-xlib/gdk-pixbuf-xlib.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; esac echo "$as_me:$LINENO: checking for gdk-pixbuf-xlib/gdk-pixbuf-xlib.h" >&5 echo $ECHO_N "checking for gdk-pixbuf-xlib/gdk-pixbuf-xlib.h... $ECHO_C" >&6 @@ -16348,7 +16932,11 @@ else LIBS="-lc $ac_gdk_pixbuf_config_libs -lX11 -lXext -lm $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -16357,12 +16945,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gdk_pixbuf_new_from_file (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -16386,7 +16968,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_c_gdk_pixbuf_new_from_file=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_c_gdk_pixbuf_new_from_file=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -16431,7 +17014,11 @@ else LIBS="-lc $ac_gdk_pixbuf_config_libs -lX11 -lXext -lm $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -16440,12 +17027,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gdk_pixbuf_xlib_init (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -16469,7 +17050,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_c_gdk_pixbuf_xlib_init=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_c_gdk_pixbuf_xlib_init=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -16593,7 +17175,11 @@ echo "$as_me:$LINENO: checking jpeglib.h usability" >&5 echo $ECHO_N "checking jpeglib.h usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default #include _ACEOF @@ -16612,7 +17198,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_compiler=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -16624,13 +17211,17 @@ echo "$as_me:$LINENO: checking jpeglib.h presence" >&5 echo $ECHO_N "checking jpeglib.h presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -16647,7 +17238,8 @@ if test -z "$ac_cpp_err"; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext @@ -16660,14 +17252,32 @@ case $ac_header_compiler:$ac_header_preproc in { echo "$as_me:$LINENO: WARNING: jpeglib.h: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: jpeglib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: jpeglib.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: jpeglib.h: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: jpeglib.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; no:yes ) { echo "$as_me:$LINENO: WARNING: jpeglib.h: present but cannot be compiled" >&5 echo "$as_me: WARNING: jpeglib.h: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: jpeglib.h: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: jpeglib.h: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: jpeglib.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: jpeglib.h: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: jpeglib.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; esac echo "$as_me:$LINENO: checking for jpeglib.h" >&5 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6 @@ -16717,7 +17327,11 @@ else LIBS="-ljpeg $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -16726,12 +17340,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char jpeg_start_compress (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -16755,7 +17363,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_jpeg_jpeg_start_compress=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_jpeg_jpeg_start_compress=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -16859,7 +17468,11 @@ if test "${ac_cv_header_X11_extensions_XShm_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -16879,7 +17492,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_X11_extensions_XShm_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_X11_extensions_XShm_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -16916,7 +17530,11 @@ echo "$as_me:$LINENO: checking sys/ipc.h usability" >&5 echo $ECHO_N "checking sys/ipc.h usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default #include _ACEOF @@ -16935,7 +17553,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_compiler=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -16947,13 +17566,17 @@ echo "$as_me:$LINENO: checking sys/ipc.h presence" >&5 echo $ECHO_N "checking sys/ipc.h presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -16970,7 +17593,8 @@ if test -z "$ac_cpp_err"; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext @@ -16983,14 +17607,32 @@ case $ac_header_compiler:$ac_header_preproc in { echo "$as_me:$LINENO: WARNING: sys/ipc.h: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: sys/ipc.h: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: sys/ipc.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: sys/ipc.h: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: sys/ipc.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; no:yes ) { echo "$as_me:$LINENO: WARNING: sys/ipc.h: present but cannot be compiled" >&5 echo "$as_me: WARNING: sys/ipc.h: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: sys/ipc.h: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: sys/ipc.h: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: sys/ipc.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: sys/ipc.h: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: sys/ipc.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; esac echo "$as_me:$LINENO: checking for sys/ipc.h" >&5 echo $ECHO_N "checking for sys/ipc.h... $ECHO_C" >&6 @@ -17034,7 +17676,11 @@ echo "$as_me:$LINENO: checking sys/shm.h usability" >&5 echo $ECHO_N "checking sys/shm.h usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ $ac_includes_default #include _ACEOF @@ -17053,7 +17699,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_compiler=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -17065,13 +17712,17 @@ echo "$as_me:$LINENO: checking sys/shm.h presence" >&5 echo $ECHO_N "checking sys/shm.h presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err + grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 @@ -17088,7 +17739,8 @@ if test -z "$ac_cpp_err"; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext @@ -17101,14 +17753,32 @@ case $ac_header_compiler:$ac_header_preproc in { echo "$as_me:$LINENO: WARNING: sys/shm.h: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: sys/shm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: sys/shm.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: sys/shm.h: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: sys/shm.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; no:yes ) { echo "$as_me:$LINENO: WARNING: sys/shm.h: present but cannot be compiled" >&5 echo "$as_me: WARNING: sys/shm.h: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: sys/shm.h: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: sys/shm.h: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: sys/shm.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: sys/shm.h: proceeding with the preprocessor's result" >&2;};; +echo "$as_me: WARNING: sys/shm.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; esac echo "$as_me:$LINENO: checking for sys/shm.h" >&5 echo $ECHO_N "checking for sys/shm.h... $ECHO_C" >&6 @@ -17165,7 +17835,11 @@ else LIBS="-lXextSam -lX11 -lXext -lm $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus @@ -17174,12 +17848,6 @@ extern "C" /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XShmQueryExtension (); -#ifdef F77_DUMMY_MAIN -# ifdef __cplusplus - extern "C" -# endif - int F77_DUMMY_MAIN() { return 1; } -#endif int main () { @@ -17203,7 +17871,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_cv_lib_XextSam_XShmQueryExtension=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_lib_XextSam_XShmQueryExtension=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext @@ -17316,7 +17985,11 @@ if test "${ac_cv_header_X11_extensions_Xdbe_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -17336,7 +18009,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_X11_extensions_Xdbe_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_X11_extensions_Xdbe_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -17442,7 +18116,11 @@ if test "${ac_cv_header_X11_extensions_readdisplay_h+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -#include "confdefs.h" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -17462,7 +18140,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ac_cv_header_X11_extensions_readdisplay_h=yes else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_cv_header_X11_extensions_readdisplay_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -17604,8 +18283,7 @@ else ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -as_dummy=""/usr/games"" -for as_dir in $as_dummy +for as_dir in "/usr/games" do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. @@ -17803,7 +18481,7 @@ if test \! -z "$libdir" ; then fi -PREFERRED_DEMO_PROGRAM=xscreensaver-demo-Xm +PREFERRED_DEMO_PROGRAM='' ALL_DEMO_PROGRAMS= if test "$have_motif" = yes; then PREFERRED_DEMO_PROGRAM=xscreensaver-demo-Xm @@ -18036,7 +18714,7 @@ APPDEFAULTS=$ac_x_app_defaults -ac_config_files="$ac_config_files Makefile utils/Makefile driver/Makefile hacks/Makefile hacks/glx/Makefile po/Makefile.in driver/XScreenSaver.ad driver/xscreensaver.kss" + ac_config_files="$ac_config_files Makefile utils/Makefile driver/Makefile hacks/Makefile hacks/glx/Makefile po/Makefile.in driver/XScreenSaver.ad driver/xscreensaver.kss" 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 @@ -18047,7 +18725,7 @@ cat >confcache <<\_ACEOF # 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 overriden when +# `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. @@ -18082,7 +18760,7 @@ _ACEOF t end /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ : end' >>confcache -if cmp -s $cache_file confcache; then :; else +if diff $cache_file confcache >/dev/null 2>&1; then :; else if test -w $cache_file; then test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" cat confcache >$cache_file @@ -18113,6 +18791,21 @@ fi 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_i=`echo "$ac_i" | + sed 's/\$U\././;s/\.o$//;s/\.obj$//'` + # 2. Add them. + ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" + ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + mv -f po/POTFILES po/POTFILES.tmp @@ -18134,11 +18827,12 @@ cat >$CONFIG_STATUS <<_ACEOF # configure, is in config.log if it exists. debug=false +ac_cs_recheck=false +ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF - ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## @@ -18147,11 +18841,13 @@ cat >>$CONFIG_STATUS <<\_ACEOF if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then set -o posix fi -# NLS nuisances. # Support unset when possible. if (FOO=FOO; unset FOO) >/dev/null 2>&1; then as_unset=unset @@ -18159,34 +18855,42 @@ else as_unset=false fi -(set +x; test -n "`(LANG=C; export LANG) 2>&1`") && - { $as_unset LANG || test "${LANG+set}" != set; } || - { LANG=C; export LANG; } -(set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") && - { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } || - { LC_ALL=C; export LC_ALL; } -(set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") && - { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } || - { LC_TIME=C; export LC_TIME; } -(set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") && - { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } || - { LC_CTYPE=C; export LC_CTYPE; } -(set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") && - { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } || - { LANGUAGE=C; export LANGUAGE; } -(set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") && - { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } || - { LC_COLLATE=C; export LC_COLLATE; } -(set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") && - { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } || - { LC_NUMERIC=C; export LC_NUMERIC; } -(set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") && - { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } || - { LC_MESSAGES=C; export LC_MESSAGES; } + +# Work around bugs in pre-3.0 UWIN ksh. +$as_unset ENV MAIL MAILPATH +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1; 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 # Name of the executable. -as_me=`(basename "$0") 2>/dev/null || +as_me=`$as_basename "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)$' \| \ @@ -18197,6 +18901,7 @@ echo X/"$0" | /^X\/\(\/\).*/{ s//\1/; q; } s/.*/./; q'` + # PATH needs CR, and LINENO needs CR and PATH. # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' @@ -18207,15 +18912,15 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conftest.sh - echo "exit 0" >>conftest.sh - chmod +x conftest.sh - if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi - rm -f conftest.sh + rm -f conf$$.sh fi @@ -18264,6 +18969,8 @@ do as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then + $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } + $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } CONFIG_SHELL=$as_dir/$as_base export CONFIG_SHELL exec "$CONFIG_SHELL" "$0" ${1+"$@"} @@ -18337,6 +19044,12 @@ else fi rm -f conf$$ conf$$.exe conf$$.file +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + as_mkdir_p=false +fi + as_executable_p="test -f" # Sed expression to map a string onto a valid CPP name. @@ -18353,7 +19066,7 @@ as_nl=' IFS=" $as_nl" # CDPATH. -$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; } +$as_unset CDPATH exec 6>&1 @@ -18370,7 +19083,7 @@ _ASBOX cat >&5 <<_CSEOF This file was extended by $as_me, which was -generated by GNU Autoconf 2.53. Invocation command line was +generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -18410,6 +19123,7 @@ Usage: $0 [OPTIONS] [FILE]... -h, --help print this help, then exit -V, --version print version number, then exit + -q, --quiet 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] @@ -18432,7 +19146,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ config.status -configured by $0, generated by GNU Autoconf 2.53, +configured by $0, generated by GNU Autoconf 2.57, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 @@ -18453,25 +19167,25 @@ do --*=*) ac_option=`expr "x$1" : 'x\([^=]*\)='` ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` - shift - set dummy "$ac_option" "$ac_optarg" ${1+"$@"} - shift + ac_shift=: + ;; + -*) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift ;; - -*);; *) # This is not an option, so the user has probably given explicit # arguments. + ac_option=$1 ac_need_defaults=false;; esac - case $1 in + case $ac_option in # Handling of the options. _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF - -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) - echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion" - exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;; -_ACEOF cat >>$CONFIG_STATUS <<\_ACEOF + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; --version | --vers* | -V ) echo "$ac_cs_version"; exit 0 ;; --he | --h) @@ -18486,13 +19200,16 @@ Try \`$0 --help' for more information." >&2;} --debug | --d* | -d ) debug=: ;; --file | --fil | --fi | --f ) - shift - CONFIG_FILES="$CONFIG_FILES $1" + $ac_shift + CONFIG_FILES="$CONFIG_FILES $ac_optarg" ac_need_defaults=false;; --header | --heade | --head | --hea ) - shift - CONFIG_HEADERS="$CONFIG_HEADERS $1" + $ac_shift + CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" ac_need_defaults=false;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; # This is an error. -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 @@ -18507,6 +19224,20 @@ Try \`$0 --help' for more information." >&2;} 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 +if \$ac_cs_recheck; then + echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 + exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion +fi + _ACEOF cat >>$CONFIG_STATUS <<_ACEOF @@ -18553,6 +19284,9 @@ if $ac_need_defaults; then 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 to put it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. # Create a temporary directory, and hook for its removal unless debugging. $debug || { @@ -18561,17 +19295,17 @@ $debug || } # Create a (secure) tmp directory for tmp files. -: ${TMPDIR=/tmp} + { - tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` && + tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || { - tmp=$TMPDIR/cs$$-$RANDOM + tmp=./confstat$$-$RANDOM (umask 077 && mkdir $tmp) } || { - echo "$me: cannot create a temporary directory in $TMPDIR" >&2 + echo "$me: cannot create a temporary directory in ." >&2 { (exit 1); exit 1; } } @@ -18639,6 +19373,7 @@ s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t s,@INSTALL_DATA@,$INSTALL_DATA,;t t s,@SET_MAKE@,$SET_MAKE,;t t +s,@EGREP@,$EGREP,;t t s,@PERL@,$PERL,;t t s,@X_CFLAGS@,$X_CFLAGS,;t t s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t @@ -18735,6 +19470,8 @@ s,@APPDEFAULTS@,$APPDEFAULTS,;t t s,@DEPEND@,$DEPEND,;t t s,@DEPEND_FLAGS@,$DEPEND_FLAGS,;t t s,@DEPEND_DEFINES@,$DEPEND_DEFINES,;t t +s,@LIBOBJS@,$LIBOBJS,;t t +s,@LTLIBOBJS@,$LTLIBOBJS,;t t CEOF _ACEOF @@ -18805,25 +19542,30 @@ echo X"$ac_file" | /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` - { case "$ac_dir" in - [\\/]* | ?:[\\/]* ) as_incr_dir=;; - *) as_incr_dir=.;; -esac -as_dummy="$ac_dir" -for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do - case $as_mkdir_dir in - # Skip DOS drivespec - ?:) as_incr_dir=$as_mkdir_dir ;; - *) - as_incr_dir=$as_incr_dir/$as_mkdir_dir - test -d "$as_incr_dir" || - mkdir "$as_incr_dir" || - { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5 -echo "$as_me: error: cannot create \"$ac_dir\"" >&2;} - { (exit 1); exit 1; }; } - ;; - esac -done; } + { if $as_mkdir_p; then + mkdir -p "$ac_dir" + else + as_dir="$ac_dir" + as_dirs= + while test ! -d "$as_dir"; do + as_dirs="$as_dir $as_dirs" + as_dir=`(dirname "$as_dir") 2>/dev/null || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + done + test ! -n "$as_dirs" || mkdir $as_dirs + fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 +echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} + { (exit 1); exit 1; }; }; } ac_builddir=. @@ -18853,7 +19595,7 @@ esac # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be # absolute. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` -ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd` +ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` @@ -19043,7 +19785,7 @@ _ACEOF # Break up conftest.defines because some shells have a limit on the size # of here documents, and old seds have small limits too (100 cmds). echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS -echo ' if egrep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS +echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS echo ' :' >>$CONFIG_STATUS rm -f conftest.tail @@ -19067,7 +19809,7 @@ do mv conftest.tail conftest.defines done rm -f conftest.defines -echo ' fi # egrep' >>$CONFIG_STATUS +echo ' fi # grep' >>$CONFIG_STATUS echo >>$CONFIG_STATUS # Break up conftest.undefs because some shells have a limit on the size @@ -19107,7 +19849,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF cat $tmp/in >>$tmp/config.h rm -f $tmp/in if test x"$ac_file" != x-; then - if cmp -s $ac_file $tmp/config.h 2>/dev/null; then + if diff $ac_file $tmp/config.h >/dev/null 2>&1; then { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 echo "$as_me: $ac_file is unchanged" >&6;} else @@ -19123,25 +19865,30 @@ echo X"$ac_file" | /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` - { case "$ac_dir" in - [\\/]* | ?:[\\/]* ) as_incr_dir=;; - *) as_incr_dir=.;; -esac -as_dummy="$ac_dir" -for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do - case $as_mkdir_dir in - # Skip DOS drivespec - ?:) as_incr_dir=$as_mkdir_dir ;; - *) - as_incr_dir=$as_incr_dir/$as_mkdir_dir - test -d "$as_incr_dir" || - mkdir "$as_incr_dir" || - { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5 -echo "$as_me: error: cannot create \"$ac_dir\"" >&2;} - { (exit 1); exit 1; }; } - ;; - esac -done; } + { if $as_mkdir_p; then + mkdir -p "$ac_dir" + else + as_dir="$ac_dir" + as_dirs= + while test ! -d "$as_dir"; do + as_dirs="$as_dir $as_dirs" + as_dir=`(dirname "$as_dir") 2>/dev/null || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + done + test ! -n "$as_dirs" || mkdir $as_dirs + fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 +echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} + { (exit 1); exit 1; }; }; } rm -f $ac_file mv $tmp/config.h $ac_file @@ -19200,7 +19947,7 @@ esac # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be # absolute. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` -ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd` +ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` @@ -19263,8 +20010,11 @@ ac_clean_files=$ac_clean_files_save # 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_cs_success=false + $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. @@ -19368,10 +20118,30 @@ if test "$with_proc_interrupts_req" = yes -a "$have_proc_interrupts" = no; then warn "Checking of /proc/interrupts was requested, but it's bogus." fi +motif_warn2() { + warn2 'Though the Motif front-end to xscreensaver is still' + warn2 'maintained, it is no longer being updated with new' + warn2 'features: all new development on the xscreensaver-demo' + warn2 'program is happening in the GTK version, and not in the' + warn2 'Motif version. It is recommended that you build against' + warn2 'GTK instead of Motif. See .' +} if test "$have_motif" = no -a "$have_gtk" = no; then - warnL "Neither Motif nor Gtk seem to be available;" - warn2 "the \`xscreensaver-demo' program requires one of these." + + if test "$with_motif" = yes; then + warnL "Neither the GTK nor Motif libraries were found; the" + warn2 "\`xscreensaver-demo' program requires one of these." + echo '' + motif_warn2 + else + warnL "The GTK libraries do not seem to be available; the" + warn2 "\`xscreensaver-demo' program requires them." + echo '' + warn2 'You can use Motif or Lesstif instead of GTK (use the' + warn2 "\`--with-motif' option) but that is NOT recommended." + motif_warn2 + fi elif test "$with_motif_req" = yes -a "$have_motif" = no ; then warnL "Use of Motif was requested, but it wasn't found;" @@ -19390,13 +20160,10 @@ elif test "$jurassic_gtk" = yes ; then warnL "Gtk was found on this system, but it is version $v;" fi - warn2 "Gtk $pref_gtk or newer is required. Motif will be used instead." + warn2 "Gtk $pref_gtk or newer is required." elif test "$with_gtk_req" = yes -a "$have_gtk" = no ; then warnL "Use of Gtk was requested, but it wasn't found." - if test "$have_motif" = yes; then - warn2 "Motif will be used instead." - fi fi if test "$gtk2_halfassed" != no ; then @@ -19476,12 +20243,7 @@ fi if test "$have_motif" = yes -a "$have_gtk" = no ; then warn 'Motif is being used, and GTK is not.' echo '' - warn2 'Though the Motif front-end to xscreensaver is still' - warn2 'maintained, it is no longer being updated with new' - warn2 'features: all new development on the xscreensaver-demo' - warn2 'program is happening in the GTK version, and not in the' - warn2 'Motif version. It is recommended that you build against' - warn2 'GTK instead of Motif. See .' + motif_warn2 fi diff --git a/configure.in b/configure.in index 4df13b8e..51c8e526 100644 --- a/configure.in +++ b/configure.in @@ -1880,7 +1880,7 @@ User interface options: --with-motif Use the Motif toolkit for the user interface (not recommended.)], - [with_motif="$withval"; with_motif_req="$withval"],[with_motif=yes]) + [with_motif="$withval"; with_motif_req="$withval"],[with_motif=no]) HANDLE_X_PATH_ARG(with_motif, --with-motif, Motif) @@ -3374,7 +3374,7 @@ if test \! -z "$libdir" ; then fi -PREFERRED_DEMO_PROGRAM=xscreensaver-demo-Xm +PREFERRED_DEMO_PROGRAM='' ALL_DEMO_PROGRAMS= if test "$have_motif" = yes; then PREFERRED_DEMO_PROGRAM=xscreensaver-demo-Xm @@ -3710,10 +3710,30 @@ if test "$with_proc_interrupts_req" = yes -a "$have_proc_interrupts" = no; then warn "Checking of /proc/interrupts was requested, but it's bogus." fi +motif_warn2() { + warn2 'Though the Motif front-end to xscreensaver is still' + warn2 'maintained, it is no longer being updated with new' + warn2 'features: all new development on the xscreensaver-demo' + warn2 'program is happening in the GTK version, and not in the' + warn2 'Motif version. It is recommended that you build against' + warn2 'GTK instead of Motif. See .' +} if test "$have_motif" = no -a "$have_gtk" = no; then - warnL "Neither Motif nor Gtk seem to be available;" - warn2 "the \`xscreensaver-demo' program requires one of these." + + if test "$with_motif" = yes; then + warnL "Neither the GTK nor Motif libraries were found; the" + warn2 "\`xscreensaver-demo' program requires one of these." + echo '' + motif_warn2 + else + warnL "The GTK libraries do not seem to be available; the" + warn2 "\`xscreensaver-demo' program requires them." + echo '' + warn2 'You can use Motif or Lesstif instead of GTK (use the' + warn2 "\`--with-motif' option) but that is NOT recommended." + motif_warn2 + fi elif test "$with_motif_req" = yes -a "$have_motif" = no ; then warnL "Use of Motif was requested, but it wasn't found;" @@ -3732,13 +3752,10 @@ elif test "$jurassic_gtk" = yes ; then warnL "Gtk was found on this system, but it is version $v;" fi - warn2 "Gtk $pref_gtk or newer is required. Motif will be used instead." + warn2 "Gtk $pref_gtk or newer is required." elif test "$with_gtk_req" = yes -a "$have_gtk" = no ; then warnL "Use of Gtk was requested, but it wasn't found." - if test "$have_motif" = yes; then - warn2 "Motif will be used instead." - fi fi if test "$gtk2_halfassed" != no ; then @@ -3818,12 +3835,7 @@ fi if test "$have_motif" = yes -a "$have_gtk" = no ; then warn 'Motif is being used, and GTK is not.' echo '' - warn2 'Though the Motif front-end to xscreensaver is still' - warn2 'maintained, it is no longer being updated with new' - warn2 'features: all new development on the xscreensaver-demo' - warn2 'program is happening in the GTK version, and not in the' - warn2 'Motif version. It is recommended that you build against' - warn2 'GTK instead of Motif. See .' + motif_warn2 fi diff --git a/driver/Makefile.in b/driver/Makefile.in index 6ef65ed9..42d9da23 100644 --- a/driver/Makefile.in +++ b/driver/Makefile.in @@ -116,9 +116,9 @@ NOLOCK_SRCS_1 = lock.c NOLOCK_OBJS_1 = lock.o TEST_SRCS = test-passwd.c test-uid.c test-xdpms.c test-grab.c \ - test-apm.c test-fade.c xdpyinfo.c + test-apm.c test-fade.c test-xinerama.c xdpyinfo.c TEST_EXES = test-passwd test-uid test-xdpms test-grab \ - test-apm test-fade xdpyinfo + test-apm test-fade test-xinerama xdpyinfo MOTIF_LIBS = @MOTIF_LIBS@ @XPM_LIBS@ $(XMU_LIBS) GTK_LIBS = @GTK_LIBS@ $(XMU_LIBS) @@ -338,12 +338,13 @@ munge-scripts: $(SCRIPTS) perl="${PERL}" ; \ rm -f $$tmp ; \ for program in $(SCRIPTS); do \ - echo "adjusting location of perl in $$program..." ; \ sed "s@^\(#!\)\(/[^ ]*/perl[^ ]*\)\(.*\)\$$@\1$$perl\3@" \ < $(srcdir)/$$program > $$tmp ; \ if cmp -s $(srcdir)/$$program $$tmp ; then \ + echo "$$program unchanged" ; \ true ; \ else \ + echo "$$program: setting interpreter to $$perl" ; \ cat $$tmp > ./$$program ; \ fi ; \ done ; \ @@ -866,8 +867,14 @@ xscreensaver-command: $(CMD_OBJS) xscreensaver-demo: @PREFERRED_DEMO_PROGRAM@ - cp -p @PREFERRED_DEMO_PROGRAM@@EXEEXT@ $@@EXEEXT@ -# $(INSTALL_PROGRAM) @PREFERRED_DEMO_PROGRAM@ $@ + @if [ "@PREFERRED_DEMO_PROGRAM@" = "" ]; then \ + echo "WARNING: neither GTK nor Motif are available," \ + "therefore no xscreensaver-demo!" ; \ + rm -f $@@EXEEXT@ ; \ + else \ + echo cp -p @PREFERRED_DEMO_PROGRAM@@EXEEXT@ $@@EXEEXT@ ; \ + cp -p @PREFERRED_DEMO_PROGRAM@@EXEEXT@ $@@EXEEXT@ ; \ + fi xscreensaver-demo-Xm: $(DEMO_OBJS) $(MOTIF_OBJS) $(CC) $(LDFLAGS) -o $@ $(DEMO_OBJS) $(MOTIF_OBJS) $(LIBS) $(X_LIBS) \ @@ -898,6 +905,10 @@ test-xdpms: test-xdpms.o $(CC) $(LDFLAGS) -o $@ test-xdpms.o $(LIBS) $(X_LIBS) $(XDPMS_LIBS) \ $(X_PRE_LIBS) -lXt -lX11 -lXext $(X_EXTRA_LIBS) +test-xinerama: test-xinerama.o + $(CC) $(LDFLAGS) -o $@ test-xinerama.o $(LIBS) $(X_LIBS) $(SAVER_LIBS)\ + $(X_PRE_LIBS) -lXt -lX11 -lXext $(X_EXTRA_LIBS) + test-grab: test-grab.o $(CC) $(LDFLAGS) -o $@ test-grab.o $(SAVER_LIBS) @@ -925,23 +936,20 @@ xdpyinfo: xdpyinfo.o demo-Gtk-conf.o: ../config.h demo-Gtk-conf.o: $(srcdir)/demo-Gtk-conf.h -demo-Gtk.o: XScreenSaver_ad.h demo-Gtk.o: ../config.h demo-Gtk.o: $(srcdir)/demo-Gtk-conf.h demo-Gtk.o: $(srcdir)/demo-Gtk-support.h demo-Gtk.o: $(srcdir)/demo-Gtk-widgets.h demo-Gtk.o: $(srcdir)/prefs.h demo-Gtk.o: $(srcdir)/remote.h +demo-Gtk.o: XScreenSaver_ad.h demo-Gtk-support.o: ../config.h demo-Gtk-support.o: $(srcdir)/demo-Gtk-support.h demo-Gtk-widgets.o: ../config.h demo-Gtk-widgets.o: $(srcdir)/demo-Gtk-stubs.h demo-Gtk-widgets.o: $(srcdir)/demo-Gtk-support.h demo-Gtk-widgets.o: $(srcdir)/demo-Gtk-widgets.h -demo-Xm.o: XScreenSaver_ad.h demo-Xm.o: ../config.h -demo-Xm.o: $(srcdir)/prefs.h -demo-Xm.o: $(srcdir)/remote.h demo-Xm-widgets.o: ../config.h dpms.o: ../config.h dpms.o: $(srcdir)/prefs.h @@ -973,12 +981,13 @@ test-fade.o: ../config.h test-fade.o: $(srcdir)/prefs.h test-fade.o: $(srcdir)/xscreensaver.h test-grab.o: ../config.h -test-passwd.o: XScreenSaver_ad.h test-passwd.o: ../config.h test-passwd.o: $(srcdir)/prefs.h +test-passwd.o: XScreenSaver_ad.h test-passwd.o: $(srcdir)/xscreensaver.h test-uid.o: ../config.h test-xdpms.o: ../config.h +test-xinerama.o: ../config.h timers.o: ../config.h timers.o: $(srcdir)/prefs.h timers.o: $(srcdir)/xscreensaver.h @@ -990,9 +999,9 @@ xscreensaver-command.o: $(srcdir)/remote.h xscreensaver-getimage.o: ../config.h xscreensaver-getimage.o: XScreenSaver_ad.h xscreensaver-getimage.o: $(srcdir)/prefs.h -xscreensaver.o: XScreenSaver_ad.h xscreensaver.o: ../config.h xscreensaver.o: $(srcdir)/prefs.h +xscreensaver.o: XScreenSaver_ad.h xscreensaver.o: $(srcdir)/xscreensaver.h xset.o: ../config.h xset.o: $(srcdir)/prefs.h diff --git a/driver/XScreenSaver.ad.in b/driver/XScreenSaver.ad.in index d78f5e33..109f6403 100644 --- a/driver/XScreenSaver.ad.in +++ b/driver/XScreenSaver.ad.in @@ -4,8 +4,8 @@ ! a screen saver and locker for the X window system ! by Jamie Zawinski ! -! version 4.12 -! 14-Aug-2003 +! version 4.13 +! 07-Sep-2003 ! ! See "man xscreensaver" for more info. The latest version is always ! available at http://www.jwz.org/xscreensaver/ diff --git a/driver/XScreenSaver_ad.h b/driver/XScreenSaver_ad.h index 42d7cea2..e40784b5 100644 --- a/driver/XScreenSaver_ad.h +++ b/driver/XScreenSaver_ad.h @@ -219,7 +219,7 @@ - GL: \"Pulsar (textures)\" \ pulsar -root -texture -mipmap \ -texture_quality -light -fog \\n\ - GL: extrusion -root \\n\ +- GL: extrusion -root \\n\ GL: sierpinski3d -root \\n\ GL: menger -root \\n\ GL: \"GFlux\" gflux -root \\n\ diff --git a/driver/demo-Gtk.c b/driver/demo-Gtk.c index 715ca393..13033fa7 100644 --- a/driver/demo-Gtk.c +++ b/driver/demo-Gtk.c @@ -135,6 +135,8 @@ enum { /* from exec.c */ extern void exec_command (const char *shell, const char *command, int nice); +static void hack_subproc_environment (Window preview_window_id, Bool debug_p); + #undef countof #define countof(x) (sizeof((x))/sizeof((*x))) @@ -3439,6 +3441,8 @@ launch_preview_subproc (state *s) { close (ConnectionNumber (GDK_DISPLAY())); + hack_subproc_environment (id, s->debug_p); + usleep (250000); /* pause for 1/4th second before launching, to give the previous program time to die and flush its X buffer, so we don't get leftover turds on the @@ -3529,6 +3533,29 @@ hack_environment (state *s) } +static void +hack_subproc_environment (Window preview_window_id, Bool debug_p) +{ + /* Store a window ID in $XSCREENSAVER_WINDOW -- this isn't strictly + necessary yet, but it will make programs work if we had invoked + them with "-root" and not with "-window-id" -- which, of course, + doesn't happen. + */ + char *nssw = (char *) malloc (40); + sprintf (nssw, "XSCREENSAVER_WINDOW=0x%X", (unsigned int) preview_window_id); + + /* Allegedly, BSD 4.3 didn't have putenv(), but nobody runs such systems + any more, right? It's not Posix, but everyone seems to have it. */ + if (putenv (nssw)) + abort (); + + if (debug_p) + fprintf (stderr, "%s: %s\n", blurb(), nssw); + + /* do not free(nssw) -- see above */ +} + + /* Called from a timer: Launches the currently-chosen subprocess, if it's not already running. If there's a different process running, kills it. @@ -4034,6 +4061,7 @@ main (int argc, char **argv) Widget toplevel_shell; char *real_progname = argv[0]; char *window_title; + char *geom = 0; Bool crapplet_p = False; char *str; @@ -4128,6 +4156,21 @@ main (int argc, char **argv) argc--; i--; } + else if (argv[i] && + argc > i+1 && + *argv[i+1] && + (!strcmp(argv[i], "-geometry") || + !strcmp(argv[i], "-geom") || + !strcmp(argv[i], "-geo") || + !strcmp(argv[i], "-g"))) + { + int j; + geom = argv[i+1]; + for (j = i; j < argc; j++) /* remove them from the list */ + argv[j] = argv[j+2]; + argc -= 2; + i -= 2; + } else if (argv[i] && argc > i+1 && *argv[i+1] && @@ -4285,7 +4328,8 @@ main (int argc, char **argv) ; else { - fprintf (stderr, _("%s: unknown option: %s\n"), real_progname, argv[i]); + fprintf (stderr, _("%s: unknown option: %s\n"), real_progname, + argv[i]); fprintf (stderr, "%s: %s\n", real_progname, usage); exit (1); } @@ -4496,6 +4540,9 @@ main (int argc, char **argv) free (window_title); window_title = 0; + /* After picking the default size, allow -geometry to override it. */ + if (geom) + gtk_window_parse_geometry (GTK_WINDOW (s->toplevel_widget), geom); gtk_widget_show (s->toplevel_widget); init_icon (GTK_WIDGET (s->toplevel_widget)->window); /* after `show' */ diff --git a/driver/lock.c b/driver/lock.c index 6a73ee0c..fd7165b6 100644 --- a/driver/lock.c +++ b/driver/lock.c @@ -949,8 +949,8 @@ xfree_lock_grab_smasher (saver_info *si, Bool lock_p) if (error_handler_hit_p) status = 666; if (p->verbose_p && status != MiscExtGrabStateSuccess) - fprintf (stderr, "%s: error: XF86MiscSetGrabKeysState returned %s\n", - blurb(), + fprintf (stderr, "%s: error: XF86MiscSetGrabKeysState(%d) returned %s\n", + blurb(), !lock_p, (status == MiscExtGrabStateSuccess ? "MiscExtGrabStateSuccess" : status == MiscExtGrabStateLocked ? "MiscExtGrabStateLocked" : status == MiscExtGrabStateAlready ? "MiscExtGrabStateAlready" : @@ -1050,7 +1050,7 @@ xfree_lock_mode_switch (saver_info *si, Bool lock_p) if (!XF86VidModeQueryExtension (si->dpy, &event, &error)) return; - for (screen = 0; screen < si->nscreens; screen++) + for (screen = 0; screen < (si->xinerama_p ? 1 : si->nscreens); screen++) { XSync (si->dpy, False); old_handler = XSetErrorHandler (ignore_all_errors_ehandler); diff --git a/driver/prefs.c b/driver/prefs.c index 9b446987..6a327ac4 100644 --- a/driver/prefs.c +++ b/driver/prefs.c @@ -244,6 +244,7 @@ static const char * const prefs[] = { "timestamp", "splash", "splashDuration", + "quad", "demoCommand", "prefsCommand", "helpURL", @@ -767,6 +768,7 @@ write_init_file (saver_preferences *p, const char *version_string, CHECK("timestamp") type = pref_bool, b = p->timestamp_p; CHECK("splash") type = pref_bool, b = p->splash_p; CHECK("splashDuration") type = pref_time, t = p->splash_duration; + CHECK("quad") type = pref_bool, b = p->quad_p; CHECK("demoCommand") type = pref_str, s = p->demo_command; CHECK("prefsCommand") type = pref_str, s = p->prefs_command; /* CHECK("helpURL") type = pref_str, s = p->help_url; */ @@ -1004,6 +1006,7 @@ load_init_file (saver_preferences *p) p->nice_inferior = get_integer_resource ("nice", "Nice"); p->inferior_memory_limit = get_byte_resource ("memoryLimit", "MemoryLimit"); p->splash_p = get_boolean_resource ("splash", "Boolean"); + p->quad_p = get_boolean_resource ("quad", "Boolean"); p->capture_stderr_p = get_boolean_resource ("captureStderr", "Boolean"); p->ignore_uninstalled_p = get_boolean_resource ("ignoreUninstalledPrograms", "Boolean"); diff --git a/driver/prefs.h b/driver/prefs.h index d89a4a8b..0e00940b 100644 --- a/driver/prefs.h +++ b/driver/prefs.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1993-2002 Jamie Zawinski +/* xscreensaver, Copyright (c) 1993-2003 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -58,6 +58,8 @@ struct saver_preferences { Bool install_cmap_p; /* whether we should use our own colormap when using the screen's default visual. */ + Bool quad_p; /* whether to run four savers per monitor */ + screenhack **screenhacks; /* the programs to run */ int screenhacks_count; diff --git a/driver/subprocs.c b/driver/subprocs.c index 463b3189..f7d8cc8f 100644 --- a/driver/subprocs.c +++ b/driver/subprocs.c @@ -934,10 +934,15 @@ hack_subproc_environment (saver_screen_info *ssi) be the screen on which this particular hack is running -- not the display specification which the driver itself is using, since the driver ignores its screen number and manages all existing screens. + + Likewise, store a window ID in $XSCREENSAVER_WINDOW -- this will allow + us to (eventually) run multiple hacks in Xinerama mode, where each hack + has the same $DISPLAY but a different piece of glass. */ saver_info *si = ssi->global; const char *odpy = DisplayString (si->dpy); - char *ndpy = (char *) malloc(strlen(odpy) + 20); + char *ndpy = (char *) malloc (strlen(odpy) + 20); + char *nssw = (char *) malloc (40); char *s; strcpy (ndpy, "DISPLAY="); @@ -949,14 +954,23 @@ hack_subproc_environment (saver_screen_info *ssi) while (isdigit(*s)) s++; /* skip over dpy number */ while (*s == '.') s++; /* skip over dot */ if (s[-1] != '.') *s++ = '.'; /* put on a dot */ - sprintf(s, "%d", ssi->number); /* put on screen number */ + sprintf(s, "%d", ssi->real_screen_number); /* put on screen number */ + + sprintf (nssw, "XSCREENSAVER_WINDOW=0x%lX", + (unsigned long) ssi->screensaver_window); /* Allegedly, BSD 4.3 didn't have putenv(), but nobody runs such systems any more, right? It's not Posix, but everyone seems to have it. */ #ifdef HAVE_PUTENV if (putenv (ndpy)) abort (); - /* do not free(ndpy) -- see above. */ + if (putenv (nssw)) + abort (); + + /* don't free ndpy/nssw -- some implementations of putenv (BSD 4.4, + glibc 2.0) copy the argument, but some (libc4,5, glibc 2.1.2) + do not. So we must leak it (and/or the previous setting). Yay. + */ #endif /* HAVE_PUTENV */ } diff --git a/driver/test-xinerama.c b/driver/test-xinerama.c new file mode 100644 index 00000000..8bafbb07 --- /dev/null +++ b/driver/test-xinerama.c @@ -0,0 +1,112 @@ +/* test-xinerama.c --- playing with the Xinerama extension. + * xscreensaver, Copyright (c) 2003 Jamie Zawinski + * + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation. No representations are made about the suitability of this + * software for any purpose. It is provided "as is" without express or + * implied warranty. + */ + +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +#include +#ifdef HAVE_UNISTD_H +# include +#endif + +#include +#include +#include + +#include +#include +#include + +#include +#include + +char *progname = 0; +char *progclass = "XScreenSaver"; + +static const char * +blurb (void) +{ + static char buf[255]; + time_t now = time ((time_t *) 0); + char *ct = (char *) ctime (&now); + int n = strlen(progname); + if (n > 100) n = 99; + strncpy(buf, progname, n); + buf[n++] = ':'; + buf[n++] = ' '; + strncpy(buf+n, ct+11, 8); + strcpy(buf+n+9, ": "); + return buf; +} + + +int +main (int argc, char **argv) +{ + int event_number, error_number; + int major, minor; + int nscreens = 0; + XineramaScreenInfo *xsi; + int i; + + XtAppContext app; + Widget toplevel_shell = XtAppInitialize (&app, progclass, 0, 0, + &argc, argv, 0, 0, 0); + Display *dpy = XtDisplay (toplevel_shell); + XtGetApplicationNameAndClass (dpy, &progname, &progclass); + + if (!XineramaQueryExtension(dpy, &event_number, &error_number)) + { + fprintf(stderr, "%s: XineramaQueryExtension(dpy, ...) ==> False\n", + blurb()); + fprintf(stderr, "%s: server does not support the Xinerama extension.\n", + blurb()); + exit(1); + } + else + fprintf(stderr, "%s: XineramaQueryExtension(dpy, ...) ==> %d, %d\n", + blurb(), event_number, error_number); + + if (!XineramaIsActive(dpy)) + { + fprintf(stderr, "%s: XineramaIsActive(dpy) ==> False\n", blurb()); + fprintf(stderr, "%s: server says Xinerama is turned off.\n", blurb()); + exit(1); + } + else + fprintf(stderr, "%s: XineramaIsActive(dpy) ==> True\n", blurb()); + + if (!XineramaQueryVersion(dpy, &major, &minor)) + { + fprintf(stderr, "%s: XineramaQueryVersion(dpy, ...) ==> False\n", + blurb()); + fprintf(stderr, "%s: server didn't report Xinerama version numbers?\n", + blurb()); + } + else + fprintf(stderr, "%s: XineramaQueryVersion(dpy, ...) ==> %d, %d\n", blurb(), + major, minor); + + xsi = XineramaQueryScreens (dpy, &nscreens); + fprintf(stderr, "%s: %d Xinerama screens\n", blurb(), nscreens); + + for (i = 0; i < nscreens; i++) + fprintf (stderr, "%s: screen %d: %dx%d+%d+%d\n", + blurb(), + xsi[i].screen_number, + xsi[i].width, xsi[i].height, + xsi[i].x_org, xsi[i].y_org); + XFree (xsi); + XSync (dpy, False); + exit (0); +} diff --git a/driver/timers.c b/driver/timers.c index 4b5b570f..8c068c02 100644 --- a/driver/timers.c +++ b/driver/timers.c @@ -339,6 +339,8 @@ check_pointer_timer (XtPointer closure, XtIntervalId *id) int root_x, root_y, x, y; unsigned int mask; + if (!ssi->real_screen_p) continue; + if (!XQueryPointer (si->dpy, ssi->screensaver_window, &root, &child, &root_x, &root_y, &x, &y, &mask)) { diff --git a/driver/windows.c b/driver/windows.c index 69423611..e06ab2e9 100644 --- a/driver/windows.c +++ b/driver/windows.c @@ -1,5 +1,5 @@ /* windows.c --- turning the screen black; dealing with visuals, virtual roots. - * xscreensaver, Copyright (c) 1991-2001 Jamie Zawinski + * xscreensaver, Copyright (c) 1991-2003 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -47,11 +47,6 @@ # include #endif /* HAVE_XF86VMODE */ -#ifdef HAVE_XINERAMA -# include -#endif /* HAVE_XINERAMA */ - - /* This file doesn't need the Xt headers, so stub these types out... */ #undef XtPointer #define XtAppContext void* @@ -463,6 +458,17 @@ save_real_vroot (saver_screen_info *ssi) int format; unsigned long nitems, bytesafter; Window *vrootP = 0; + int j; + + /* Skip this window if it is the xscreensaver window of any other + screen (this can happen in the Xinerama case.) + */ + for (j = 0; j < si->nscreens; j++) + { + saver_screen_info *ssi2 = &si->screens[j]; + if (kids[i] == ssi2->screensaver_window) + goto SKIP; + } if (XGetWindowProperty (dpy, kids[i], XA_VROOT, 0, 1, False, XA_WINDOW, &type, &format, &nitems, &bytesafter, @@ -481,6 +487,8 @@ save_real_vroot (saver_screen_info *ssi) } ssi->real_vroot = kids [i]; ssi->real_vroot_value = *vrootP; + SKIP: + ; } XSync (dpy, False); @@ -915,57 +923,57 @@ get_screen_viewport (saver_screen_info *ssi, int dot; XF86VidModeModeLine ml; int x, y; - Bool xinerama_p; - Bool placement_only_p = (target_x != -1 && target_y != -1); + Bool xinerama_p = si->xinerama_p; -#ifdef HAVE_XINERAMA - xinerama_p = (XineramaQueryExtension (si->dpy, &event, &error) && - XineramaIsActive (si->dpy)); -#else /* !HAVE_XINERAMA */ +#ifndef HAVE_XINERAMA /* Even if we don't have the client-side Xinerama lib, check to see if the server supports Xinerama, so that we know to ignore the VidMode extension -- otherwise a server crash could result. Yay. */ xinerama_p = XQueryExtension (si->dpy, "XINERAMA", &error, &event, &error); - #endif /* !HAVE_XINERAMA */ #ifdef HAVE_XINERAMA - if (xinerama_p && placement_only_p) + if (xinerama_p) { - int nscreens = 0; - XineramaScreenInfo *xsi = XineramaQueryScreens (si->dpy, &nscreens); - if (xsi) + int mouse_p = (target_x != -1 && target_y != -1); + int which = -1; + int i; + + /* If a mouse position wasn't passed in, assume we're talking about + this screen. */ + if (!mouse_p) { - /* Find the screen that contains the mouse. */ - int which = -1; - int i; - for (i = 0; i < nscreens; i++) - { - if (target_x >= xsi[i].x_org && - target_y >= xsi[i].y_org && - target_x < xsi[i].x_org + xsi[i].width && - target_y < xsi[i].y_org + xsi[i].height) - which = i; - if (verbose_p) - { - fprintf (stderr, "%s: %d: xinerama vp: %dx%d+%d+%d", - blurb(), i, - xsi[which].width, xsi[which].height, - xsi[i].x_org, xsi[i].y_org); - if (which == i) - fprintf (stderr, "; mouse at %d,%d", - target_x, target_y); - fprintf (stderr, ".\n"); - } - } - if (which == -1) which = 0; /* didn't find it? Use the first. */ - *x_ret = xsi[which].x_org; - *y_ret = xsi[which].y_org; - *w_ret = xsi[which].width; - *h_ret = xsi[which].height; - XFree (xsi); - return; + target_x = ssi->x; + target_y = ssi->y; } + + /* Find the Xinerama rectangle that contains the mouse position. */ + for (i = 0; i < si->nscreens; i++) + { + if (target_x >= si->screens[i].x && + target_y >= si->screens[i].y && + target_x < si->screens[i].x + si->screens[i].width && + target_y < si->screens[i].y + si->screens[i].height) + which = i; + } + if (which == -1) which = 0; /* didn't find it? Use the first. */ + *x_ret = si->screens[which].x; + *y_ret = si->screens[which].y; + *w_ret = si->screens[which].width; + *h_ret = si->screens[which].height; + + if (verbose_p) + { + fprintf (stderr, "%s: %d: xinerama vp: %dx%d+%d+%d", + blurb(), which, + si->screens[which].width, si->screens[which].height, + si->screens[which].x, si->screens[which].y); + if (mouse_p) + fprintf (stderr, "; mouse at %d,%d", target_x, target_y); + fprintf (stderr, ".\n"); + } + + return; } #endif /* HAVE_XINERAMA */ @@ -1273,7 +1281,7 @@ initialize_screensaver_window_1 (saver_screen_info *ssi) attrs.backing_pixel = ssi->black_pixel; attrs.border_pixel = ssi->black_pixel; - if (p->debug_p) width = width / 2; + if (p->debug_p && !p->quad_p) width = width / 2; if (!p->verbose_p || printed_visual_info) ; @@ -1481,7 +1489,8 @@ raise_window (saver_info *si, /* Note! The server is grabbed, and this will take several seconds to complete! */ - fade_screens (si->dpy, current_maps, current_windows, + fade_screens (si->dpy, current_maps, + current_windows, si->nscreens, p->fade_seconds/1000, p->fade_ticks, True, !dont_clear); free(current_maps); @@ -1535,33 +1544,34 @@ int mouse_screen (saver_info *si) { saver_preferences *p = &si->prefs; + Window pointer_root, pointer_child; + int root_x, root_y, win_x, win_y; + unsigned int mask; + int i; if (si->nscreens == 1) return 0; - else + + for (i = 0; i < si->nscreens; i++) { - int i; - for (i = 0; i < si->nscreens; i++) + saver_screen_info *ssi = &si->screens[i]; + if (XQueryPointer (si->dpy, RootWindowOfScreen (ssi->screen), + &pointer_root, &pointer_child, + &root_x, &root_y, &win_x, &win_y, &mask) && + root_x >= ssi->x && + root_y >= ssi->y && + root_x < ssi->x + ssi->width && + root_y < ssi->y + ssi->height) { - saver_screen_info *ssi = &si->screens[i]; - Window pointer_root, pointer_child; - int root_x, root_y, win_x, win_y; - unsigned int mask; - if (XQueryPointer (si->dpy, - RootWindowOfScreen (ssi->screen), - &pointer_root, &pointer_child, - &root_x, &root_y, &win_x, &win_y, &mask)) - { - if (p->verbose_p) - fprintf (stderr, "%s: mouse is on screen %d of %d\n", - blurb(), i, si->nscreens); - return i; - } + if (p->verbose_p) + fprintf (stderr, "%s: mouse is on screen %d of %d\n", + blurb(), i, si->nscreens); + return i; } - - /* couldn't figure out where the mouse is? Oh well. */ - return 0; } + + /* couldn't figure out where the mouse is? Oh well. */ + return 0; } @@ -1602,8 +1612,8 @@ blank_screen (saver_info *si) for (i = 0; i < si->nscreens; i++) { saver_screen_info *ssi = &si->screens[i]; - - save_real_vroot (ssi); + if (ssi->real_screen_p) + save_real_vroot (ssi); store_vroot_property (si->dpy, ssi->screensaver_window, ssi->screensaver_window); @@ -1678,8 +1688,8 @@ unblank_screen (saver_info *si) XUngrabServer (si->dpy); XSync (si->dpy, False); /* ###### (danger over) */ - - fade_screens (si->dpy, 0, current_windows, + fade_screens (si->dpy, 0, + current_windows, si->nscreens, p->fade_seconds/1000, p->fade_ticks, False, False); diff --git a/driver/xscreensaver-command.man b/driver/xscreensaver-command.man index af0505e6..ff266911 100644 --- a/driver/xscreensaver-command.man +++ b/driver/xscreensaver-command.man @@ -11,7 +11,7 @@ .if n .sp 1 .if t .sp .5 .. -.TH XScreenSaver 1 "14-Aug-2003 (4.12)" "X Version 11" +.TH XScreenSaver 1 "07-Sep-2003 (4.13)" "X Version 11" .SH NAME xscreensaver-command - control a running xscreensaver process .SH SYNOPSIS diff --git a/driver/xscreensaver-demo.man b/driver/xscreensaver-demo.man index 34884f00..8acc3f85 100644 --- a/driver/xscreensaver-demo.man +++ b/driver/xscreensaver-demo.man @@ -11,7 +11,7 @@ .if n .sp 1 .if t .sp .5 .. -.TH XScreenSaver 1 "14-Aug-2003 (4.12)" "X Version 11" +.TH XScreenSaver 1 "07-Sep-2003 (4.13)" "X Version 11" .SH NAME xscreensaver-demo - interactively control the background xscreensaver daemon .SH SYNOPSIS diff --git a/driver/xscreensaver-getimage-file.man b/driver/xscreensaver-getimage-file.man index f84a146e..62deae30 100644 --- a/driver/xscreensaver-getimage-file.man +++ b/driver/xscreensaver-getimage-file.man @@ -1,4 +1,4 @@ -.TH XScreenSaver 1 "14-Aug-2003 (4.12)" "X Version 11" +.TH XScreenSaver 1 "07-Sep-2003 (4.13)" "X Version 11" .SH NAME xscreensaver-getimage-file - put a randomly-selected image on the root window .SH SYNOPSIS diff --git a/driver/xscreensaver-getimage-video.man b/driver/xscreensaver-getimage-video.man index 5cd56bd5..84ffbe13 100644 --- a/driver/xscreensaver-getimage-video.man +++ b/driver/xscreensaver-getimage-video.man @@ -1,4 +1,4 @@ -.TH XScreenSaver 1 "14-Aug-2003 (4.12)" "X Version 11" +.TH XScreenSaver 1 "07-Sep-2003 (4.13)" "X Version 11" .SH NAME xscreensaver-getimage-video - put a video frame on the root window .SH SYNOPSIS diff --git a/driver/xscreensaver-getimage.c b/driver/xscreensaver-getimage.c index 8dc800a4..b0ce3fa2 100644 --- a/driver/xscreensaver-getimage.c +++ b/driver/xscreensaver-getimage.c @@ -46,6 +46,10 @@ #include "version.h" #include "vroot.h" +#ifndef _XSCREENSAVER_VROOT_H_ +# error Error! You have an old version of vroot.h! Check -I args. +#endif /* _XSCREENSAVER_VROOT_H_ */ + #ifdef HAVE_GDK_PIXBUF # undef HAVE_JPEGLIB # ifdef HAVE_GTK2 @@ -95,8 +99,17 @@ blurb (void) static int x_ehandler (Display *dpy, XErrorEvent *error) { - fprintf (stderr, "\nX error in %s:\n", progname); - XmuPrintDefaultErrorMessage (dpy, error, stderr); + if (error->error_code == BadWindow || error->error_code == BadDrawable) + { + fprintf (stderr, "%s: target %s 0x%lx unexpectedly deleted\n", progname, + (error->error_code == BadWindow ? "window" : "pixmap"), + (unsigned long) error->resourceid); + } + else + { + fprintf (stderr, "\nX error in %s:\n", progname); + XmuPrintDefaultErrorMessage (dpy, error, stderr); + } exit (-1); return 0; } @@ -135,6 +148,35 @@ drawable_window_p (Display *dpy, Drawable d) } +/* Returns true if the window is the root window, or a virtual root window, + but *not* the xscreensaver window. That is, if it's a "real" desktop + root window of some kind. + */ +static Bool +root_window_p (Screen *screen, Window window) +{ + Display *dpy = DisplayOfScreen (screen); + Atom type; + int format; + unsigned long nitems, bytesafter; + char *version; + + if (window != RootWindowOfScreen (screen)) + return False; + + if (XGetWindowProperty (dpy, window, + XInternAtom (dpy, "_SCREENSAVER_VERSION", False), + 0, 1, False, XA_STRING, + &type, &format, &nitems, &bytesafter, + (unsigned char **) &version) + == Success + && type != None) + return False; + + return True; +} + + /* Clear the window or pixmap to black, or its background color. */ static void @@ -238,20 +280,18 @@ read_file_gdk (Screen *screen, Window window, Drawable drawable, { GdkPixbuf *pb; Display *dpy = DisplayOfScreen (screen); - unsigned int win_width, win_height; + unsigned int win_width, win_height, win_depth; # ifdef HAVE_GTK2 GError *gerr = 0; # endif /* HAVE_GTK2 */ + /* Find the size of the Drawable. */ { Window root; int x, y; - unsigned int bw, d; - XWindowAttributes xgwa; - XGetWindowAttributes (dpy, window, &xgwa); - screen = xgwa.screen; + unsigned int bw; XGetGeometry (dpy, drawable, - &root, &x, &y, &win_width, &win_height, &bw, &d); + &root, &x, &y, &win_width, &win_height, &bw, &win_depth); } gdk_pixbuf_xlib_init (dpy, screen_number (screen)); @@ -281,6 +321,7 @@ read_file_gdk (Screen *screen, Window window, Drawable drawable, int w = gdk_pixbuf_get_width (pb); int h = gdk_pixbuf_get_height (pb); int srcx, srcy, destx, desty, w2, h2; + Bool bg_p = False; compute_image_scaling (w, h, win_width, win_height, verbose_p, &srcx, &srcy, &destx, &desty, &w2, &h2); @@ -299,7 +340,25 @@ read_file_gdk (Screen *screen, Window window, Drawable drawable, fprintf (stderr, "%s: out of memory when scaling?\n", progname); } - clear_drawable (screen, drawable); + /* If we're rendering onto the root window (and it's not the + xscreensaver pseudo-root) then put the image in the window's + background. Otherwise, just paint the image onto the window. + */ + bg_p = (window == drawable && root_window_p (screen, window)); + + if (bg_p) + { + XGCValues gcv; + GC gc; + drawable = XCreatePixmap (dpy, window, + win_width, win_height, win_depth); + gcv.foreground = BlackPixelOfScreen (screen); + gc = XCreateGC (dpy, drawable, GCForeground, &gcv); + XFillRectangle (dpy, drawable, gc, 0, 0, win_width, win_height); + XFreeGC (dpy, gc); + } + else + clear_drawable (screen, drawable); /* #### Note that this always uses the default colormap! Morons! Owen says that in Gnome 2.0, I should try using @@ -312,9 +371,14 @@ read_file_gdk (Screen *screen, Window window, Drawable drawable, GDK_PIXBUF_ALPHA_FULL, 127, XLIB_RGB_DITHER_NORMAL, 0, 0); - XSync (dpy, False); + if (bg_p) + { + XSetWindowBackgroundPixmap (dpy, window, drawable); + XClearWindow (dpy, window); + } } + XSync (dpy, False); return True; } @@ -873,17 +937,15 @@ read_file_jpeglib (Screen *screen, Window window, Drawable drawable, unsigned int win_width, win_height, win_depth; int srcx, srcy, destx, desty, w2, h2; + /* Find the size of the Drawable, and the Visual/Colormap of the Window. */ { Window root; int x, y; unsigned int bw; XWindowAttributes xgwa; - XGetWindowAttributes (dpy, window, &xgwa); - screen = xgwa.screen; visual = xgwa.visual; cmap = xgwa.colormap; - XGetGeometry (dpy, drawable, &root, &x, &y, &win_width, &win_height, &bw, &win_depth); } @@ -925,13 +987,34 @@ read_file_jpeglib (Screen *screen, Window window, Drawable drawable, /* Finally, put the resized image on the window. */ - clear_drawable (screen, drawable); { GC gc; XGCValues gcv; - gc = XCreateGC (dpy, drawable, 0, &gcv); - XPutImage (dpy, drawable, gc, ximage, - srcx, srcy, destx, desty, ximage->width, ximage->height); + + /* If we're rendering onto the root window (and it's not the xscreensaver + pseudo-root) then put the image in the window's background. Otherwise, + just paint the image onto the window. + */ + if (window == drawable && root_window_p (screen, window)) + { + Pixmap bg = XCreatePixmap (dpy, window, + win_width, win_height, win_depth); + gcv.foreground = BlackPixelOfScreen (screen); + gc = XCreateGC (dpy, drawable, GCForeground, &gcv); + XFillRectangle (dpy, bg, gc, 0, 0, win_width, win_height); + XPutImage (dpy, bg, gc, ximage, + srcx, srcy, destx, desty, ximage->width, ximage->height); + XSetWindowBackgroundPixmap (dpy, window, bg); + XClearWindow (dpy, window); + } + else + { + gc = XCreateGC (dpy, drawable, 0, &gcv); + clear_drawable (screen, drawable); + XPutImage (dpy, drawable, gc, ximage, + srcx, srcy, destx, desty, ximage->width, ximage->height); + } + XFreeGC (dpy, gc); } @@ -1161,6 +1244,13 @@ get_image (Screen *screen, exit (1); } + /* Make sure the Screen and the Window correspond. */ + { + XWindowAttributes xgwa; + XGetWindowAttributes (dpy, window, &xgwa); + screen = xgwa.screen; + } + if (file && stat (file, &st)) { fprintf (stderr, "%s: file \"%s\" does not exist\n", progname, file); @@ -1214,7 +1304,6 @@ get_image (Screen *screen, /* We can grab desktop images if: - the window is the real root window; - - the window is the virtal root window; - the window is a toplevel window. We cannot grab desktop images if: - the window is a non-top-level window. @@ -1465,7 +1554,7 @@ main (int argc, char **argv) goto LOSE; } window_str = argv[i]; - window = (Window) RootWindowOfScreen (screen); + window = VirtualRootWindowOfScreen (screen); } else if ((1 == sscanf (argv[i], " 0x%lx %c", &w, &dummy) || 1 == sscanf (argv[i], " %lu %c", &w, &dummy)) && diff --git a/driver/xscreensaver-getimage.man b/driver/xscreensaver-getimage.man index 5e036706..4b773b7b 100644 --- a/driver/xscreensaver-getimage.man +++ b/driver/xscreensaver-getimage.man @@ -1,4 +1,4 @@ -.TH XScreenSaver 1 "14-Aug-2003 (4.12)" "X Version 11" +.TH XScreenSaver 1 "07-Sep-2003 (4.13)" "X Version 11" .SH NAME xscreensaver-getimage - put some randomly-selected image on the root window .SH SYNOPSIS diff --git a/driver/xscreensaver.c b/driver/xscreensaver.c index a70de0e4..de42a100 100644 --- a/driver/xscreensaver.c +++ b/driver/xscreensaver.c @@ -16,11 +16,11 @@ * on (nearly) all windows; or by waiting for the MIT-SCREEN-SAVER extension * to send us a "you are idle" event. * - * Then, we map a full screen black window (or, in the case of the - * MIT-SCREEN-SAVER extension, use the one it gave us.) + * Then, we map a full screen black window. * * We place a __SWM_VROOT property on this window, so that newly-started - * clients will think that this window is a "virtual root" window. + * clients will think that this window is a "virtual root" window (as per + * the logic in the historical "vroot.h" header.) * * If there is an existing "virtual root" window (one that already had * an __SWM_VROOT property) then we remove that property from that window. @@ -38,10 +38,18 @@ * When they are, we kill the inferior process, unmap the window, and restore * the __SWM_VROOT property to the real virtual root window if there was one. * - * While we are waiting, we also set up timers so that, after a certain - * amount of time has passed, we can start a different screenhack. We do - * this by killing the running child process with SIGTERM, and then starting - * a new one in the same way. + * On multi-screen systems, we do the above on each screen, and start + * multiple programs, each with a different value of $DISPLAY. + * + * On Xinerama systems, we do a similar thing, but instead create multiple + * windows on the (only) display, and tell the subprocess which one to use + * via the $XSCREENSAVER_WINDOW environment variable -- this trick requires + * a recent (Aug 2003) revision of vroot.h. + * + * While we are waiting for user activity, we also set up timers so that, + * after a certain amount of time has passed, we can start a different + * screenhack. We do this by killing the running child process with + * SIGTERM, and then starting a new one in the same way. * * If there was a real virtual root, meaning that we removed the __SWM_VROOT * property from it, meaning we must (absolutely must) restore it before we @@ -57,7 +65,7 @@ * can really fuck up the world by killing this process with "kill -9". * * This program accepts ClientMessages of type SCREENSAVER; these messages - * may contain the atom ACTIVATE or DEACTIVATE, meaning to turn the + * may contain the atoms ACTIVATE, DEACTIVATE, etc, meaning to turn the * screensaver on or off now, regardless of the idleness of the user, * and a few other things. The included "xscreensaver-command" program * sends these messsages. @@ -92,9 +100,15 @@ * "client changing event mask" problem that the KeyPress events hack does. * I think polling is more reliable. * - * None of this crap happens if we're using one of the extensions, so install - * one of them if the description above sounds just too flaky to live. It - * is, but those are your choices. + * On systems with /proc/interrupts (Linux) we poll that file and note when + * the interrupt counter numbers on the "keyboard" and "PS/2" lines change. + * (There is no reliable way, using /proc/interrupts, to detect non-PS/2 + * mice, so it doesn't help for serial or USB mice.) + * + * None of this crap happens if we're using one of the extensions. Sadly, + * the XIdle extension hasn't been available for many years; the SGI + * extension only exists on SGIs; and the MIT extension, while widely + * deployed, is garbage in several ways. * * A third idle-detection option could be implemented (but is not): when * running on the console display ($DISPLAY is `localhost`:0) and we're on a @@ -152,6 +166,10 @@ # include #endif /* HAVE_XIDLE_EXTENSION */ +#ifdef HAVE_XINERAMA +# include +#endif /* HAVE_XINERAMA */ + #include "xscreensaver.h" #include "version.h" #include "yarandom.h" @@ -311,11 +329,14 @@ saver_ehandler (Display *dpy, XErrorEvent *error) blurb()); for (i = 0; i < si->nscreens; i++) - fprintf (real_stderr, "%s: screen %d: 0x%x, 0x%x, 0x%x\n", - blurb(), i, - (unsigned int) RootWindowOfScreen (si->screens[i].screen), - (unsigned int) si->screens[i].real_vroot, - (unsigned int) si->screens[i].screensaver_window); + { + saver_screen_info *ssi = &si->screens[i]; + fprintf (real_stderr, "%s: screen %d/%d: 0x%x, 0x%x, 0x%x\n", + blurb(), ssi->real_screen_number, ssi->number, + (unsigned int) RootWindowOfScreen (si->screens[i].screen), + (unsigned int) si->screens[i].real_vroot, + (unsigned int) si->screens[i].screensaver_window); + } fprintf (real_stderr, "\n" "#######################################" @@ -769,18 +790,126 @@ initialize_per_screen_info (saver_info *si, Widget toplevel_shell) Bool found_any_writable_cells = False; int i; - si->nscreens = ScreenCount(si->dpy); - si->screens = (saver_screen_info *) - calloc(sizeof(saver_screen_info), si->nscreens); +# ifdef HAVE_XINERAMA + { + int event, error; + si->xinerama_p = (XineramaQueryExtension (si->dpy, &event, &error) && + XineramaIsActive (si->dpy)); + } + + if (si->xinerama_p && ScreenCount (si->dpy) != 1) + { + si->xinerama_p = False; + if (si->prefs.verbose_p) + fprintf (stderr, + "%s: Xinerama AND %d screens? Disabling Xinerama support!\n", + blurb(), ScreenCount(si->dpy)); + } + + if (si->xinerama_p) + { + XineramaScreenInfo *xsi = XineramaQueryScreens (si->dpy, &si->nscreens); + if (!xsi) + si->xinerama_p = False; + else + { + si->screens = (saver_screen_info *) + calloc(sizeof(saver_screen_info), si->nscreens); + for (i = 0; i < si->nscreens; i++) + { + si->screens[i].x = xsi[i].x_org; + si->screens[i].y = xsi[i].y_org; + si->screens[i].width = xsi[i].width; + si->screens[i].height = xsi[i].height; + } + XFree (xsi); + } + si->default_screen = &si->screens[0]; + si->default_screen->real_screen_p = True; + } +# endif /* !HAVE_XINERAMA */ + + if (!si->xinerama_p) + { + si->nscreens = ScreenCount(si->dpy); + si->screens = (saver_screen_info *) + calloc(sizeof(saver_screen_info), si->nscreens); + si->default_screen = &si->screens[DefaultScreen(si->dpy)]; + + for (i = 0; i < si->nscreens; i++) + { + saver_screen_info *ssi = &si->screens[i]; + ssi->width = DisplayWidth (si->dpy, i); + ssi->height = DisplayHeight (si->dpy, i); + ssi->real_screen_p = True; + ssi->real_screen_number = i; + } + } + + + /* In "quad mode", we use the Xinerama code to pretend that there are 4 + screens for every physical screen, and run four times as many hacks... + */ + if (si->prefs.quad_p) + { + int ns2 = si->nscreens * 4; + saver_screen_info *ssi2 = (saver_screen_info *) + calloc(sizeof(saver_screen_info), ns2); + + for (i = 0; i < si->nscreens; i++) + { + saver_screen_info *old = &si->screens[i]; - si->default_screen = &si->screens[DefaultScreen(si->dpy)]; + if (si->prefs.debug_p) old->width = old->width / 2; + ssi2[i*4 ] = *old; + ssi2[i*4+1] = *old; + ssi2[i*4+2] = *old; + ssi2[i*4+3] = *old; + + ssi2[i*4 ].width /= 2; + ssi2[i*4 ].height /= 2; + + ssi2[i*4+1].x += ssi2[i*4 ].width; + ssi2[i*4+1].width -= ssi2[i*4 ].width; + ssi2[i*4+1].height /= 2; + + ssi2[i*4+2].y += ssi2[i*4 ].height; + ssi2[i*4+2].width /= 2; + ssi2[i*4+2].height -= ssi2[i*4 ].height; + + ssi2[i*4+3].x += ssi2[i*4+2].width; + ssi2[i*4+3].y += ssi2[i*4+2].height; + ssi2[i*4+3].width -= ssi2[i*4+2].width; + ssi2[i*4+3].height -= ssi2[i*4+2].height; + + ssi2[i*4+1].real_screen_p = False; + ssi2[i*4+2].real_screen_p = False; + ssi2[i*4+3].real_screen_p = False; + } + + si->nscreens = ns2; + free (si->screens); + si->screens = ssi2; + si->default_screen = &si->screens[DefaultScreen(si->dpy) * 4]; + si->xinerama_p = True; + } + + /* finish initializing the screens. + */ for (i = 0; i < si->nscreens; i++) { saver_screen_info *ssi = &si->screens[i]; ssi->global = si; - ssi->screen = ScreenOfDisplay (si->dpy, i); + ssi->number = i; + ssi->screen = ScreenOfDisplay (si->dpy, ssi->real_screen_number); + + if (!si->xinerama_p) + { + ssi->width = WidthOfScreen (ssi->screen); + ssi->height = HeightOfScreen (ssi->screen); + } /* Note: we can't use the resource ".visual" because Xt is SO FUCKED. */ ssi->default_visual = @@ -896,6 +1025,15 @@ initialize_server_extensions (saver_info *si) blurb()); } + /* These are incompatible (or at least, our support for them is...) */ + if (si->xinerama_p && si->using_mit_saver_extension) + { + si->using_mit_saver_extension = False; + if (p->verbose_p) + fprintf (stderr, "%s: Xinerama in use: disabling MIT-SCREEN-SAVER.\n", + blurb()); + } + if (!system_has_proc_interrupts_p) { si->using_proc_interrupts = False; @@ -960,8 +1098,12 @@ select_events (saver_info *si) for window creation events, so that new subwindows will be noticed. */ for (i = 0; i < si->nscreens; i++) - start_notice_events_timer (si, RootWindowOfScreen (si->screens[i].screen), - False); + { + saver_screen_info *ssi = &si->screens[i]; + if (ssi->real_screen_p) + start_notice_events_timer (si, + RootWindowOfScreen (si->screens[i].screen), False); + } if (p->verbose_p) fprintf (stderr, " done.\n"); @@ -1211,7 +1353,7 @@ main_loop (saver_info *si) - screen is blanked - hack is launched - - that hack tries to grab a screen image( it does this by + - that hack tries to grab a screen image (it does this by first unmapping the saver window, then remapping it.) - hack unmaps window - hack waits @@ -1288,7 +1430,7 @@ main (int argc, char **argv) blurb_timestamp_p = p->timestamp_p; /* kludge */ initialize_per_screen_info (si, shell); /* also sets si->fading_possible_p */ - /* We can only issue this warnings now. */ + /* We can only issue this warning now. */ if (p->verbose_p && !si->fading_possible_p && (p->fade_p || p->unfade_p)) fprintf (stderr, "%s: there are no PseudoColor or GrayScale visuals.\n" @@ -1296,8 +1438,12 @@ main (int argc, char **argv) blurb(), blurb()); for (i = 0; i < si->nscreens; i++) - if (ensure_no_screensaver_running (si->dpy, si->screens[i].screen)) - exit (1); + { + saver_screen_info *ssi = &si->screens[i]; + if (ssi->real_screen_p) + if (ensure_no_screensaver_running (si->dpy, si->screens[i].screen)) + exit (1); + } lock_initialization (si, &argc, argv); print_lock_failure_banner (si); @@ -1949,10 +2095,12 @@ analyze_display (saver_info *si) }, }; - fprintf (stderr, "%s: running on display \"%s\" (%d screen%s).\n", + fprintf (stderr, "%s: running on display \"%s\" (%d %sscreen%s).\n", blurb(), DisplayString(si->dpy), - si->nscreens, (si->nscreens == 1 ? "" : "s")); + si->nscreens, + (si->xinerama_p ? "Xinerama " : ""), + (si->nscreens == 1 ? "" : "s")); fprintf (stderr, "%s: vendor is %s, %d.\n", blurb(), ServerVendor(si->dpy), VendorRelease(si->dpy)); @@ -1978,11 +2126,15 @@ analyze_display (saver_info *si) for (i = 0; i < si->nscreens; i++) { + saver_screen_info *ssi = &si->screens[i]; unsigned long colormapped_depths = 0; unsigned long non_mapped_depths = 0; XVisualInfo vi_in, *vi_out; int out_count; - vi_in.screen = i; + + if (!ssi->real_screen_p) continue; + + vi_in.screen = ssi->real_screen_number; vi_out = XGetVisualInfo (si->dpy, VisualScreenMask, &vi_in, &out_count); if (!vi_out) continue; for (j = 0; j < out_count; j++) @@ -1994,7 +2146,8 @@ analyze_display (saver_info *si) if (colormapped_depths) { - fprintf (stderr, "%s: screen %d colormapped depths:", blurb(), i); + fprintf (stderr, "%s: screen %d colormapped depths:", blurb(), + ssi->real_screen_number); for (j = 0; j < 32; j++) if (colormapped_depths & (1 << j)) fprintf (stderr, " %d", j); @@ -2003,13 +2156,27 @@ analyze_display (saver_info *si) if (non_mapped_depths) { fprintf (stderr, "%s: screen %d non-colormapped depths:", - blurb(), i); + blurb(), ssi->real_screen_number); for (j = 0; j < 32; j++) if (non_mapped_depths & (1 << j)) fprintf (stderr, " %d", j); fprintf (stderr, ".\n"); } } + + if (si->xinerama_p) + { + fprintf (stderr, "%s: Xinerama layout:\n", blurb()); + for (i = 0; i < si->nscreens; i++) + { + saver_screen_info *ssi = &si->screens[i]; + fprintf (stderr, "%s: %c %d/%d: %dx%d+%d+%d\n", + blurb(), + (ssi->real_screen_p ? '+' : ' '), + ssi->number, ssi->real_screen_number, + ssi->width, ssi->height, ssi->x, ssi->y); + } + } } Bool diff --git a/driver/xscreensaver.h b/driver/xscreensaver.h index 0e0b2060..1ede8836 100644 --- a/driver/xscreensaver.h +++ b/driver/xscreensaver.h @@ -66,6 +66,7 @@ struct saver_info { server extension info ======================================================================= */ + Bool xinerama_p; /* Whether Xinerama is in use. */ Bool using_xidle_extension; /* which extension is being used. */ Bool using_mit_saver_extension; /* Note that `p->use_*' is the *request*, */ Bool using_sgi_saver_extension; /* and `si->using_*' is the *reality*. */ @@ -188,8 +189,19 @@ struct saver_info { struct saver_screen_info { saver_info *global; - int number; - Screen *screen; + int number; /* The internal ordinal of this screen, + counting Xinerama rectangles as separate + screens. */ + int real_screen_number; /* The number of the underlying X screen on + which this rectangle lies. */ + Screen *screen; /* The X screen in question. */ + + int x, y, width, height; /* The size and position of this rectangle + on its underlying X screen. */ + + Bool real_screen_p; /* This will be true of exactly one ssi per + X screen. */ + Widget toplevel_shell; /* ======================================================================= diff --git a/driver/xscreensaver.man b/driver/xscreensaver.man index 552e3430..9fb8f6b9 100644 --- a/driver/xscreensaver.man +++ b/driver/xscreensaver.man @@ -11,7 +11,7 @@ .if n .sp 1 .if t .sp .5 .. -.TH XScreenSaver 1 "14-Aug-2003 (4.12)" "X Version 11" +.TH XScreenSaver 1 "07-Sep-2003 (4.13)" "X Version 11" .SH NAME xscreensaver - extensible screen saver framework, plus locking .SH SYNOPSIS @@ -239,6 +239,10 @@ Whether to display a splash screen at startup. Default true. .B splashDuration\fP (class \fBTime\fP) How long the splash screen should remain visible; default 5 seconds. .TP 8 +.B quad\fP (class \fBBoolean\fP) +If true, then \fIfour\fP screensavers will be run on each monitor. +Use at your own risk! +.TP 8 .B helpURL\fP (class \fBURL\fP) The splash screen has a \fIHelp\fP button on it. When you press it, it will display the web page indicated here in your web browser. diff --git a/hacks/Makefile.in b/hacks/Makefile.in index 05d6a5c6..5ae3dad6 100644 --- a/hacks/Makefile.in +++ b/hacks/Makefile.in @@ -98,7 +98,7 @@ SRCS = attraction.c blitspin.c bouboule.c braid.c bubbles.c \ euler2d.c juggle.c polyominoes.c thornbird.c fluidballs.c \ anemone.c halftone.c metaballs.c eruption.c popsquares.c \ barcode.c piecewise.c cloudlife.c -SCRIPTS = vidwhacker webcollage +SCRIPTS = vidwhacker webcollage ljlatest OBJS = attraction.o blitspin.o bouboule.o braid.o bubbles.o \ bubbles-default.o decayscreen.o deco.o drift.o flag.o \ @@ -181,7 +181,7 @@ MEN = anemone.man ant.man apollonian.man attraction.man \ worm.man xflame.man xjack.man xlyap.man xmatrix.man \ xrayswarm.man xspirograph.man xsublim.man xteevee.man \ zoom.man halftone.man eruption.man metaballs.man \ - barcode.man piecewise.man cloudlife.man + barcode.man piecewise.man cloudlife.man ljlatest.man STAR = * EXTRAS = README Makefile.in xlock_23.h xml2man.pl .gdbinit \ config/README \ @@ -265,12 +265,13 @@ munge-scripts: $(SCRIPTS) perl="${PERL}" ; \ rm -f $$tmp ; \ for program in $(SCRIPTS); do \ - echo "adjusting location of perl in $$program..." ; \ sed "s@^\(#!\)\(/[^ ]*/perl[^ ]*\)\(.*\)\$$@\1$$perl\3@" \ < $(srcdir)/$$program > $$tmp ; \ if cmp -s $(srcdir)/$$program $$tmp ; then \ + echo "$$program unchanged" ; \ true ; \ else \ + echo "$$program: setting interpreter to $$perl" ; \ cat $$tmp > ./$$program ; \ fi ; \ done ; \ @@ -387,7 +388,8 @@ check_xml: for exe in $(EXES) $(SCRIPTS); do \ if ! [ -f $(srcdir)/config/$$exe.xml \ -o "$$exe" = webcollage-helper \ - -o "$$exe" = xsublim ]; then \ + -o "$$exe" = xsublim \ + -o "$$exe" = ljlatest ]; then \ badxml="$$badxml $$exe" ; \ fi ; \ done ; \ @@ -884,12 +886,12 @@ anemone.o: $(srcdir)/screenhack.h ant.o: $(srcdir)/automata.h ant.o: ../config.h ant.o: $(srcdir)/screenhack.h -ant.o: $(srcdir)/xlockmoreI.h ant.o: $(srcdir)/xlockmore.h +ant.o: $(srcdir)/xlockmoreI.h apollonian.o: ../config.h apollonian.o: $(srcdir)/screenhack.h -apollonian.o: $(srcdir)/xlockmoreI.h apollonian.o: $(srcdir)/xlockmore.h +apollonian.o: $(srcdir)/xlockmoreI.h attraction.o: ../config.h attraction.o: $(srcdir)/screenhack.h barcode.o: ../config.h @@ -902,12 +904,12 @@ blitspin.o: $(srcdir)/screenhack.h blitspin.o: $(srcdir)/xpm-pixmap.h bouboule.o: ../config.h bouboule.o: $(srcdir)/screenhack.h -bouboule.o: $(srcdir)/xlockmoreI.h bouboule.o: $(srcdir)/xlockmore.h +bouboule.o: $(srcdir)/xlockmoreI.h braid.o: ../config.h braid.o: $(srcdir)/screenhack.h -braid.o: $(srcdir)/xlockmoreI.h braid.o: $(srcdir)/xlockmore.h +braid.o: $(srcdir)/xlockmoreI.h bsod.o: ../config.h bsod.o: $(srcdir)/images/amiga.xpm bsod.o: $(srcdir)/images/atari.xbm @@ -981,8 +983,8 @@ critical.o: ../config.h critical.o: $(srcdir)/screenhack.h crystal.o: ../config.h crystal.o: $(srcdir)/screenhack.h -crystal.o: $(srcdir)/xlockmoreI.h crystal.o: $(srcdir)/xlockmore.h +crystal.o: $(srcdir)/xlockmoreI.h cynosure.o: ../config.h cynosure.o: $(srcdir)/screenhack.h decayscreen.o: ../config.h @@ -994,58 +996,58 @@ deluxe.o: $(srcdir)/screenhack.h demon.o: $(srcdir)/automata.h demon.o: ../config.h demon.o: $(srcdir)/screenhack.h -demon.o: $(srcdir)/xlockmoreI.h demon.o: $(srcdir)/xlockmore.h +demon.o: $(srcdir)/xlockmoreI.h discrete.o: ../config.h discrete.o: $(srcdir)/screenhack.h -discrete.o: $(srcdir)/xlockmoreI.h discrete.o: $(srcdir)/xlockmore.h +discrete.o: $(srcdir)/xlockmoreI.h distort.o: ../config.h distort.o: $(srcdir)/screenhack.h drift.o: ../config.h drift.o: $(srcdir)/screenhack.h -drift.o: $(srcdir)/xlockmoreI.h drift.o: $(srcdir)/xlockmore.h +drift.o: $(srcdir)/xlockmoreI.h epicycle.o: ../config.h epicycle.o: $(srcdir)/screenhack.h eruption.o: ../config.h eruption.o: $(srcdir)/screenhack.h euler2d.o: ../config.h euler2d.o: $(srcdir)/screenhack.h -euler2d.o: $(srcdir)/xlockmoreI.h euler2d.o: $(srcdir)/xlockmore.h +euler2d.o: $(srcdir)/xlockmoreI.h fadeplot.o: ../config.h fadeplot.o: $(srcdir)/screenhack.h -fadeplot.o: $(srcdir)/xlockmoreI.h fadeplot.o: $(srcdir)/xlockmore.h +fadeplot.o: $(srcdir)/xlockmoreI.h flag.o: ../config.h flag.o: $(srcdir)/images/bob.xbm flag.o: $(srcdir)/screenhack.h -flag.o: $(srcdir)/xlockmoreI.h flag.o: $(srcdir)/xlockmore.h +flag.o: $(srcdir)/xlockmoreI.h flag.o: $(srcdir)/xpm-pixmap.h flame.o: ../config.h flame.o: $(srcdir)/screenhack.h flow.o: ../config.h flow.o: $(srcdir)/screenhack.h -flow.o: $(srcdir)/xlockmoreI.h flow.o: $(srcdir)/xlockmore.h +flow.o: $(srcdir)/xlockmoreI.h fluidballs.o: ../config.h fluidballs.o: $(srcdir)/screenhack.h forest.o: ../config.h forest.o: $(srcdir)/screenhack.h -forest.o: $(srcdir)/xlockmoreI.h forest.o: $(srcdir)/xlockmore.h +forest.o: $(srcdir)/xlockmoreI.h galaxy.o: ../config.h galaxy.o: $(srcdir)/screenhack.h -galaxy.o: $(srcdir)/xlockmoreI.h galaxy.o: $(srcdir)/xlockmore.h +galaxy.o: $(srcdir)/xlockmoreI.h goop.o: ../config.h goop.o: $(srcdir)/screenhack.h grav.o: ../config.h grav.o: $(srcdir)/screenhack.h -grav.o: $(srcdir)/xlockmoreI.h grav.o: $(srcdir)/xlockmore.h +grav.o: $(srcdir)/xlockmoreI.h greynetic.o: ../config.h greynetic.o: $(srcdir)/screenhack.h halftone.o: ../config.h @@ -1056,16 +1058,16 @@ helix.o: ../config.h helix.o: $(srcdir)/screenhack.h hopalong.o: ../config.h hopalong.o: $(srcdir)/screenhack.h -hopalong.o: $(srcdir)/xlockmoreI.h hopalong.o: $(srcdir)/xlockmore.h +hopalong.o: $(srcdir)/xlockmoreI.h hyperball.o: ../config.h hyperball.o: $(srcdir)/screenhack.h hypercube.o: ../config.h hypercube.o: $(srcdir)/screenhack.h ifs.o: ../config.h ifs.o: $(srcdir)/screenhack.h -ifs.o: $(srcdir)/xlockmoreI.h ifs.o: $(srcdir)/xlockmore.h +ifs.o: $(srcdir)/xlockmoreI.h imsmap.o: ../config.h imsmap.o: $(srcdir)/screenhack.h interference.o: ../config.h @@ -1110,39 +1112,39 @@ jigsaw.o: $(srcdir)/images/jigsaw/jigsaw_b_w_h.xbm jigsaw.o: $(srcdir)/screenhack.h juggle.o: ../config.h juggle.o: $(srcdir)/screenhack.h -juggle.o: $(srcdir)/xlockmoreI.h juggle.o: $(srcdir)/xlockmore.h +juggle.o: $(srcdir)/xlockmoreI.h julia.o: ../config.h julia.o: $(srcdir)/screenhack.h -julia.o: $(srcdir)/xlockmoreI.h julia.o: $(srcdir)/xlockmore.h +julia.o: $(srcdir)/xlockmoreI.h kaleidescope.o: ../config.h kaleidescope.o: $(srcdir)/screenhack.h kumppa.o: ../config.h kumppa.o: $(srcdir)/screenhack.h laser.o: ../config.h laser.o: $(srcdir)/screenhack.h -laser.o: $(srcdir)/xlockmoreI.h laser.o: $(srcdir)/xlockmore.h +laser.o: $(srcdir)/xlockmoreI.h lightning.o: ../config.h lightning.o: $(srcdir)/screenhack.h -lightning.o: $(srcdir)/xlockmoreI.h lightning.o: $(srcdir)/xlockmore.h +lightning.o: $(srcdir)/xlockmoreI.h lisa.o: ../config.h lisa.o: $(srcdir)/screenhack.h -lisa.o: $(srcdir)/xlockmoreI.h lisa.o: $(srcdir)/xlockmore.h +lisa.o: $(srcdir)/xlockmoreI.h lissie.o: ../config.h lissie.o: $(srcdir)/screenhack.h -lissie.o: $(srcdir)/xlockmoreI.h lissie.o: $(srcdir)/xlockmore.h +lissie.o: $(srcdir)/xlockmoreI.h lmorph.o: ../config.h lmorph.o: $(srcdir)/screenhack.h loop.o: $(srcdir)/automata.h loop.o: ../config.h loop.o: $(srcdir)/screenhack.h -loop.o: $(srcdir)/xlockmoreI.h loop.o: $(srcdir)/xlockmore.h +loop.o: $(srcdir)/xlockmoreI.h maze.o: ../config.h maze.o: $(srcdir)/screenhack.h metaballs.o: ../config.h @@ -1153,8 +1155,8 @@ moire.o: ../config.h moire.o: $(srcdir)/screenhack.h mountain.o: ../config.h mountain.o: $(srcdir)/screenhack.h -mountain.o: $(srcdir)/xlockmoreI.h mountain.o: $(srcdir)/xlockmore.h +mountain.o: $(srcdir)/xlockmoreI.h munch.o: ../config.h munch.o: $(srcdir)/screenhack.h nerverot.o: ../config.h @@ -1176,8 +1178,8 @@ penetrate.o: ../config.h penetrate.o: $(srcdir)/screenhack.h penrose.o: ../config.h penrose.o: $(srcdir)/screenhack.h -penrose.o: $(srcdir)/xlockmoreI.h penrose.o: $(srcdir)/xlockmore.h +penrose.o: $(srcdir)/xlockmoreI.h petri.o: ../config.h petri.o: $(srcdir)/screenhack.h phosphor.o: ../config.h @@ -1186,8 +1188,8 @@ piecewise.o: ../config.h piecewise.o: $(srcdir)/screenhack.h polyominoes.o: ../config.h polyominoes.o: $(srcdir)/screenhack.h -polyominoes.o: $(srcdir)/xlockmoreI.h polyominoes.o: $(srcdir)/xlockmore.h +polyominoes.o: $(srcdir)/xlockmoreI.h popsquares.o: ../config.h popsquares.o: $(srcdir)/screenhack.h pyro.o: ../config.h @@ -1204,8 +1206,8 @@ rorschach.o: ../config.h rorschach.o: $(srcdir)/screenhack.h rotor.o: ../config.h rotor.o: $(srcdir)/screenhack.h -rotor.o: $(srcdir)/xlockmoreI.h rotor.o: $(srcdir)/xlockmore.h +rotor.o: $(srcdir)/xlockmoreI.h rotzoomer.o: ../config.h rotzoomer.o: $(srcdir)/screenhack.h screenhack.o: ../config.h @@ -1214,26 +1216,26 @@ shadebobs.o: ../config.h shadebobs.o: $(srcdir)/screenhack.h sierpinski.o: ../config.h sierpinski.o: $(srcdir)/screenhack.h -sierpinski.o: $(srcdir)/xlockmoreI.h sierpinski.o: $(srcdir)/xlockmore.h +sierpinski.o: $(srcdir)/xlockmoreI.h slidescreen.o: ../config.h slidescreen.o: $(srcdir)/screenhack.h slip.o: ../config.h slip.o: $(srcdir)/screenhack.h -slip.o: $(srcdir)/xlockmoreI.h slip.o: $(srcdir)/xlockmore.h +slip.o: $(srcdir)/xlockmoreI.h sonar.o: ../config.h sonar.o: $(srcdir)/screenhack.h speedmine.o: ../config.h speedmine.o: $(srcdir)/screenhack.h sphere.o: ../config.h sphere.o: $(srcdir)/screenhack.h -sphere.o: $(srcdir)/xlockmoreI.h sphere.o: $(srcdir)/xlockmore.h +sphere.o: $(srcdir)/xlockmoreI.h spiral.o: ../config.h spiral.o: $(srcdir)/screenhack.h -spiral.o: $(srcdir)/xlockmoreI.h spiral.o: $(srcdir)/xlockmore.h +spiral.o: $(srcdir)/xlockmoreI.h spotlight.o: ../config.h spotlight.o: $(srcdir)/screenhack.h squiral.o: ../config.h @@ -1242,22 +1244,22 @@ starfish.o: ../config.h starfish.o: $(srcdir)/screenhack.h strange.o: ../config.h strange.o: $(srcdir)/screenhack.h -strange.o: $(srcdir)/xlockmoreI.h strange.o: $(srcdir)/xlockmore.h +strange.o: $(srcdir)/xlockmoreI.h swirl.o: ../config.h swirl.o: $(srcdir)/screenhack.h -swirl.o: $(srcdir)/xlockmoreI.h swirl.o: $(srcdir)/xlockmore.h +swirl.o: $(srcdir)/xlockmoreI.h t3d.o: ../config.h t3d.o: $(srcdir)/screenhack.h thornbird.o: ../config.h thornbird.o: $(srcdir)/screenhack.h -thornbird.o: $(srcdir)/xlockmoreI.h thornbird.o: $(srcdir)/xlockmore.h +thornbird.o: $(srcdir)/xlockmoreI.h triangle.o: ../config.h triangle.o: $(srcdir)/screenhack.h -triangle.o: $(srcdir)/xlockmoreI.h triangle.o: $(srcdir)/xlockmore.h +triangle.o: $(srcdir)/xlockmoreI.h truchet.o: ../config.h truchet.o: $(srcdir)/screenhack.h twang.o: ../config.h @@ -1266,8 +1268,8 @@ vermiculate.o: ../config.h vermiculate.o: $(srcdir)/screenhack.h vines.o: ../config.h vines.o: $(srcdir)/screenhack.h -vines.o: $(srcdir)/xlockmoreI.h vines.o: $(srcdir)/xlockmore.h +vines.o: $(srcdir)/xlockmoreI.h wander.o: ../config.h wander.o: $(srcdir)/screenhack.h webcollage-helper.o: ../config.h @@ -1277,8 +1279,8 @@ whirlygig.o: ../config.h whirlygig.o: $(srcdir)/screenhack.h worm.o: ../config.h worm.o: $(srcdir)/screenhack.h -worm.o: $(srcdir)/xlockmoreI.h worm.o: $(srcdir)/xlockmore.h +worm.o: $(srcdir)/xlockmoreI.h xflame.o: ../config.h xflame.o: $(srcdir)/images/bob.xbm xflame.o: $(srcdir)/screenhack.h diff --git a/hacks/bsod.c b/hacks/bsod.c index 008b60fd..9e5c9da0 100644 --- a/hacks/bsod.c +++ b/hacks/bsod.c @@ -2216,6 +2216,7 @@ vms (Display *dpy, Window window, int delay) "\n" }; char *args[8]; + int ids[3]; XGetWindowAttributes (dpy, window, &xgwa); ts = make_scrolling_window (dpy, window, "VMS", False); @@ -2240,17 +2241,22 @@ vms (Display *dpy, Window window, int delay) strcpy (args[0], sysname); args[0][5] = 0; + /* Pick three numbers, 1-9, no overlaps. */ + ids[0] = 1 + (random() % 9); + do { ids[1] = 1 + (random() % 9); } while (ids[1]==ids[0]); + do { ids[2] = 1 + (random() % 9); } while (ids[2]==ids[0] || ids[2]==ids[1]); + i = strlen(args[0])-1; if (i < 6) i++; - args[0][i] = '1' + (random() % 9); + args[0][i] = '0' + ids[0]; args[0][i+1] = 0; for (s = args[0]; *s; s++) if (isalpha(*s)) *s = toupper (*s); args[1] = strdup (args[0]); - args[2] = strdup (args[0]); args[2][i] = '1' + (random() % 9); - args[3] = strdup (args[0]); args[3][i] = '1' + (random() % 9); + args[2] = strdup (args[0]); args[2][i] = '0' + ids[1]; + args[3] = strdup (args[0]); args[3][i] = '0' + ids[2]; args[4] = strdup (args[1]); args[5] = strdup (args[2]); diff --git a/hacks/config/README b/hacks/config/README index ba300853..69aa2028 100644 --- a/hacks/config/README +++ b/hacks/config/README @@ -4,8 +4,8 @@ a screen saver and locker for the X window system by Jamie Zawinski - version 4.12 - 14-Aug-2003 + version 4.13 + 07-Sep-2003 http://www.jwz.org/xscreensaver/ diff --git a/hacks/config/antspotlight.xml b/hacks/config/antspotlight.xml index 3dfccdc8..1301826e 100644 --- a/hacks/config/antspotlight.xml +++ b/hacks/config/antspotlight.xml @@ -12,7 +12,7 @@ <_description> -Andspotlight draws an ant (with a headlight) who walks on top of an +Antspotlight draws an ant (with a headlight) who walks on top of an image of your desktop or other image. Written by Blair Tennessy. diff --git a/hacks/config/glslideshow.xml b/hacks/config/glslideshow.xml index bf3da862..4d07efb6 100644 --- a/hacks/config/glslideshow.xml +++ b/hacks/config/glslideshow.xml @@ -9,7 +9,7 @@ _low-label="10 Seconds" _high-label="5 Minutes" low="10" high="300" default="30"/> - @@ -22,7 +22,7 @@ + low="0" high="30" default="2"/> -
-
+ + diff --git a/hacks/glx/Makefile.in b/hacks/glx/Makefile.in index 8b7fd044..6e683412 100644 --- a/hacks/glx/Makefile.in +++ b/hacks/glx/Makefile.in @@ -806,9 +806,9 @@ stonerview-move.o: ../../config.h stonerview-move.o: $(srcdir)/stonerview-move.h stonerview-move.o: $(srcdir)/stonerview-osc.h stonerview.o: ../../config.h -stonerview.o: $(srcdir)/stonerview-move.h stonerview-osc.o: ../../config.h stonerview-osc.o: $(srcdir)/stonerview-osc.h +stonerview.o: $(srcdir)/stonerview-move.h stonerview-view.o: ../../config.h stonerview-view.o: $(srcdir)/stonerview-move.h stonerview-view.o: $(srcdir)/stonerview-osc.h diff --git a/hacks/glx/antspotlight.c b/hacks/glx/antspotlight.c index e6f173a9..d84982a2 100644 --- a/hacks/glx/antspotlight.c +++ b/hacks/glx/antspotlight.c @@ -84,7 +84,7 @@ static antspotlightstruct *antspotlight = (antspotlightstruct *) NULL; #define NUM_SCENES 2 /* draw method for ant */ -Bool draw_ant(float *Material, int mono, int shadow, +Bool draw_ant(GLfloat *Material, int mono, int shadow, float ant_step, Bool (*sphere)(float), Bool (*cone)(float)) { float cos1 = cos(ant_step); diff --git a/hacks/glx/blocktube.c b/hacks/glx/blocktube.c index b16e0d38..f32c7b1e 100644 --- a/hacks/glx/blocktube.c +++ b/hacks/glx/blocktube.c @@ -127,6 +127,7 @@ ModStruct blocktube_description = "A shifting tunnel of reflective blocks", 0, NULL}; #endif /* USE_MODULES */ +#if defined( I_HAVE_XPM ) static Bool LoadGLTextures(ModeInfo *mi) { Bool status; @@ -149,6 +150,7 @@ static Bool LoadGLTextures(ModeInfo *mi) } return status; } +#endif static void newTargetColor(void) { diff --git a/hacks/glx/starwars.c b/hacks/glx/starwars.c index 3853007f..197f323f 100644 --- a/hacks/glx/starwars.c +++ b/hacks/glx/starwars.c @@ -285,6 +285,13 @@ launch_text_generator (sws_configuration *sc) sprintf (cmd, "cat /usr/src/linux-%s/README", uts.release); if (!stat (cmd+4, &st)) oprogram = cmd; + else + { + /* kernel source not installed? try X... */ + strcpy (cmd, "cat /usr/X11R6/lib/X11/doc/README"); + if (!stat (cmd+4, &st)) + oprogram = cmd; + } } } } diff --git a/hacks/interference.c b/hacks/interference.c index fefaf9d9..6edd8176 100644 --- a/hacks/interference.c +++ b/hacks/interference.c @@ -24,6 +24,9 @@ * * Created : Wed Apr 22 09:30:30 1998, hmallat * Last modified: Wed Apr 22 09:30:30 1998, hmallat + * Last modified: Sun Aug 31 23:40:14 2003, + * david slimp + * added -hue option to specify base color hue * * TODO: * @@ -74,6 +77,7 @@ char *defaults [] = { "*count: 3", /* number of waves */ "*gridsize: 4", /* pixel size, smaller values for better resolution */ "*ncolors: 128", /* number of colours used */ + "*hue: 0", /* hue to use for base color (0-360) */ "*speed: 30", /* speed of wave origins moving around */ "*delay: 30000", /* or something */ "*color-shift: 60", /* h in hsv space, smaller values for smaller @@ -97,6 +101,7 @@ XrmOptionDescRec options [] = { { "-count", ".count", XrmoptionSepArg, 0 }, { "-ncolors", ".ncolors", XrmoptionSepArg, 0 }, { "-gridsize", ".gridsize", XrmoptionSepArg, 0 }, + { "-hue", ".hue", XrmoptionSepArg, 0 }, { "-speed", ".speed", XrmoptionSepArg, 0 }, { "-delay", ".delay", XrmoptionSepArg, 0 }, { "-color-shift", ".color-shift", XrmoptionSepArg, 0 }, @@ -149,6 +154,7 @@ struct inter_context { int count; int grid_size; int colors; + float hue; int speed; int delay; int shift; @@ -234,6 +240,9 @@ void inter_init(Display* dpy, Window win, struct inter_context* c) if(c->colors < 2) c->colors = 2; } + c->hue = get_integer_resource("hue", "Float"); + while (c->hue < 0 || c->hue >= 360) + c->hue = frand(360.0); c->speed = get_integer_resource("speed", "Integer"); c->shift = get_float_resource("color-shift", "Float"); while(c->shift >= 360.0) @@ -276,7 +285,7 @@ void inter_init(Display* dpy, Window win, struct inter_context* c) gray = get_boolean_resource("gray", "Boolean"); if(!gray) { - H[0] = frand(360.0); + H[0] = c->hue; H[1] = H[0] + c->shift < 360.0 ? H[0]+c->shift : H[0] + c->shift-360.0; H[2] = H[1] + c->shift < 360.0 ? H[1]+c->shift : H[1] + c->shift-360.0; S[0] = S[1] = S[2] = 1.0; diff --git a/hacks/interference.man b/hacks/interference.man index 3bf78f07..6319aab9 100644 --- a/hacks/interference.man +++ b/hacks/interference.man @@ -14,6 +14,7 @@ interference - decaying sinusoidal waves [\-radius \fInumber\fP] [\-ncolors \fInumber\fP] [\-color-shift \fInumber\fP] +[\-hue \fInumber\fP] [\-no-db] .SH DESCRIPTION Another color-field hack, this one works by computing decaying sinusoidal @@ -52,6 +53,9 @@ Number of Colors. Default: 128. .B \-color-shift \fInumber\fP Color Contrast. 0 - 100. Default: 60. .TP 8 +.B \-hue \fInumber\fP +Hue of the base color (0-360, as in HSV space.) Default 0, meaning random. +.TP 8 .B \-db | \-no-db Whether to double buffer. .SH ENVIRONMENT diff --git a/hacks/ljlatest b/hacks/ljlatest new file mode 100755 index 00000000..2af69a2f --- /dev/null +++ b/hacks/ljlatest @@ -0,0 +1,404 @@ +#!/usr/bin/perl -w +# Copyright © 2003 Jamie Zawinski +# +# Permission to use, copy, modify, distribute, and sell this software and its +# documentation for any purpose is hereby granted without fee, provided that +# the above copyright notice appear in all copies and that both that +# copyright notice and this permission notice appear in supporting +# documentation. No representations are made about the suitability of this +# software for any purpose. It is provided "as is" without express or +# implied warranty. +# +# Created: 30-Aug-2003. +# +# Spits out the text of the most recent public posts on livejournal.com. +# This works as the "-program" argument to phosphor, starwars, etc. + +require 5; +use strict; + +# We can't "use diagnostics" here, because that library malfunctions if +# you signal and catch alarms: it says "Uncaught exception from user code" +# and exits, even though I damned well AM catching it! +#use diagnostics; + +use Socket; +use Text::Wrap qw(wrap); +use bytes; # Larry can take Unicode and shove it up his ass sideways. + +my $progname = $0; $progname =~ s@.*/@@g; +my $version = q{ $Revision: 1.8 $ }; $version =~ s/^[^0-9]+([0-9.]+).*$/$1/; + +my $verbose = 0; + +my $url = "http://www.livejournal.com/stats/latest-rss.bml"; + +my $http_proxy = undef; +my $http_timeout = 30; +my $http_timeout2 = 5; + + +# Maps HTML character entities to the corresponding Latin1 characters. +# +my %entity_table = ( + "quot" => '"', "amp" => '&', "lt" => '<', "gt" => '>', + "nbsp" => ' ', "iexcl" => '¡', "cent" => '¢', "pound" => '£', + "curren" => '¤', "yen" => '¥', "brvbar" => '¦', "sect" => '§', + "uml" => '¨', "copy" => '©', "ordf" => 'ª', "laquo" => '«', + "not" => '¬', "shy" => '­', "reg" => '®', "macr" => '¯', + "deg" => '°', "plusmn" => '±', "sup2" => '²', "sup3" => '³', + "acute" => '´', "micro" => 'µ', "para" => '¶', "middot" => '·', + "cedil" => '¸', "sup1" => '¹', "ordm" => 'º', "raquo" => '»', + "frac14" => '¼', "frac12" => '½', "frac34" => '¾', "iquest" => '¿', + "Agrave" => 'À', "Aacute" => 'Á', "Acirc" => 'Â', "Atilde" => 'Ã', + "Auml" => 'Ä', "Aring" => 'Å', "AElig" => 'Æ', "Ccedil" => 'Ç', + "Egrave" => 'È', "Eacute" => 'É', "Ecirc" => 'Ê', "Euml" => 'Ë', + "Igrave" => 'Ì', "Iacute" => 'Í', "Icirc" => 'Î', "Iuml" => 'Ï', + "ETH" => 'Ð', "Ntilde" => 'Ñ', "Ograve" => 'Ò', "Oacute" => 'Ó', + "Ocirc" => 'Ô', "Otilde" => 'Õ', "Ouml" => 'Ö', "times" => '×', + "Oslash" => 'Ø', "Ugrave" => 'Ù', "Uacute" => 'Ú', "Ucirc" => 'Û', + "Uuml" => 'Ü', "Yacute" => 'Ý', "THORN" => 'Þ', "szlig" => 'ß', + "agrave" => 'à', "aacute" => 'á', "acirc" => 'â', "atilde" => 'ã', + "auml" => 'ä', "aring" => 'å', "aelig" => 'æ', "ccedil" => 'ç', + "egrave" => 'è', "eacute" => 'é', "ecirc" => 'ê', "euml" => 'ë', + "igrave" => 'ì', "iacute" => 'í', "icirc" => 'î', "iuml" => 'ï', + "eth" => 'ð', "ntilde" => 'ñ', "ograve" => 'ò', "oacute" => 'ó', + "ocirc" => 'ô', "otilde" => 'õ', "ouml" => 'ö', "divide" => '÷', + "oslash" => 'ø', "ugrave" => 'ù', "uacute" => 'ú', "ucirc" => 'û', + "uuml" => 'ü', "yacute" => 'ý', "thorn" => 'þ', "yuml" => 'ÿ', + "apos" => '\'' +); + +# Maps certain UTF8 characters (2 or 3 bytes) to the corresponding +# Latin1 characters. +# +my %unicode_latin1_table = ( + "\xC2\xA1" => '¡', "\xC2\xA2" => '¢', "\xC2\xA3" => '£', "\xC2\xA4" => '¤', + "\xC2\xA5" => '¥', "\xC2\xA6" => '¦', "\xC2\xA7" => '§', "\xC2\xA8" => '¨', + "\xC2\xA9" => '©', "\xC2\xAA" => 'ª', "\xC2\xAB" => '«', "\xC2\xAC" => '¬', + "\xC2\xAD" => '­', "\xC2\xAE" => '®', "\xC2\xAF" => '¯', "\xC2\xB0" => '°', + "\xC2\xB1" => '±', "\xC2\xB2" => '²', "\xC2\xB3" => '³', "\xC2\xB4" => '´', + "\xC2\xB5" => 'µ', "\xC2\xB6" => '¶', "\xC2\xB7" => '·', "\xC2\xB8" => '¸', + "\xC2\xB9" => '¹', "\xC2\xBA" => 'º', "\xC2\xBB" => '»', "\xC2\xBC" => '¼', + "\xC2\xBD" => '½', "\xC2\xBE" => '¾', "\xC2\xBF" => '¿', "\xC3\x80" => 'À', + "\xC3\x81" => 'Á', "\xC3\x82" => 'Â', "\xC3\x83" => 'Ã', "\xC3\x84" => 'Ä', + "\xC3\x85" => 'Å', "\xC3\x86" => 'Æ', "\xC3\x87" => 'Ç', "\xC3\x88" => 'È', + "\xC3\x89" => 'É', "\xC3\x8A" => 'Ê', "\xC3\x8B" => 'Ë', "\xC3\x8C" => 'Ì', + "\xC3\x8D" => 'Í', "\xC3\x8E" => 'Î', "\xC3\x8F" => 'Ï', "\xC3\x90" => 'Ð', + "\xC3\x91" => 'Ñ', "\xC3\x92" => 'Ò', "\xC3\x93" => 'Ó', "\xC3\x94" => 'Ô', + "\xC3\x95" => 'Õ', "\xC3\x96" => 'Ö', "\xC3\x97" => '×', "\xC3\x98" => 'Ø', + "\xC3\x99" => 'Ù', "\xC3\x9A" => 'Ú', "\xC3\x9B" => 'Û', "\xC3\x9C" => 'Ü', + "\xC3\x9D" => 'Ý', "\xC3\x9E" => 'Þ', "\xC3\x9F" => 'ß', "\xC3\xA0" => 'à', + "\xC3\xA1" => 'á', "\xC3\xA2" => 'â', "\xC3\xA3" => 'ã', "\xC3\xA4" => 'ä', + "\xC3\xA5" => 'å', "\xC3\xA6" => 'æ', "\xC3\xA7" => 'ç', "\xC3\xA8" => 'è', + "\xC3\xA9" => 'é', "\xC3\xAA" => 'ê', "\xC3\xAB" => 'ë', "\xC3\xAC" => 'ì', + "\xC3\xAD" => 'í', "\xC3\xAE" => 'î', "\xC3\xAF" => 'ï', "\xC3\xB0" => 'ð', + "\xC3\xB1" => 'ñ', "\xC3\xB2" => 'ò', "\xC3\xB3" => 'ó', "\xC3\xB4" => 'ô', + "\xC3\xB5" => 'õ', "\xC3\xB6" => 'ö', "\xC3\xB7" => '÷', "\xC3\xB8" => 'ø', + "\xC3\xB9" => 'ù', "\xC3\xBA" => 'ú', "\xC3\xBB" => 'û', "\xC3\xBC" => 'ü', + "\xC3\xBD" => 'ý', "\xC3\xBE" => 'þ', "\xC3\xBF" => 'ÿ', + + "\xE2\x80\x93" => '--', "\xE2\x80\x94" => '--', + "\xE2\x80\x98" => '`', "\xE2\x80\x99" => '\'', + "\xE2\x80\x9C" => "``", "\xE2\x80\x9D" => "''", + "\xE2\x80\xA6" => '...', +); + + +# Convert any HTML entities to Latin1 characters. +# +sub de_entify { + my ($text) = @_; + $text =~ s/(&(\#)?([[:alpha:]\d]+);?)/ + { + my $c; + if ($2) { + $c = chr($3); # the &#number is always decimal, right? + } else { + $c = $entity_table{$3}; + } +# print STDERR "$progname: warning: unknown HTML character entity \"$1\"\n" +# unless $c; + ($c ? $c : "[$3]"); + } + /gexi; + return $text; +} + + +# Convert any Unicode characters to Latin1 if possible. +# Unconvertable bytes are left alone. +# +sub de_unicoddle { + my ($text) = @_; + foreach my $key (keys (%unicode_latin1_table)) { + my $val = $unicode_latin1_table{$key}; + $text =~ s/$key/$val/gs; + } + return $text; +} + + +# returns three values: the HTTP response line; the document headers; +# and the document body. +# +sub get_document { + my ( $url ) = @_; + + my $timeout = $http_timeout; + my $timeout2 = $http_timeout2; + + print STDERR "$progname: loading $url\n" if ($verbose); + + if (! ($url =~ m@^http://@i)) { + error ("not an HTTP URL: $url"); + } + + my ($url_proto, $dummy, $serverstring, $path) = split(/\//, $url, 4); + $path = "" unless $path; + + my ($them,$port) = split(/:/, $serverstring); + $port = 80 unless $port; + + my $them2 = $them; + my $port2 = $port; + if ($http_proxy) { + $serverstring = $http_proxy if $http_proxy; + $serverstring =~ s@^[a-z]+://@@; + ($them2,$port2) = split(/:/, $serverstring); + $port2 = 80 unless $port2; + } + + my ($remote, $iaddr, $paddr, $proto, $line); + $remote = $them2; + if ($port2 =~ /\D/) { $port2 = getservbyname($port2, 'tcp') } + if (!$port2) { + error ("unrecognised port in $url"); + } + $iaddr = inet_aton($remote); + if (!$iaddr) { + error ("host not found: $remote"); + } + $paddr = sockaddr_in($port2, $iaddr); + + + my $head = ""; + my $body = ""; + + @_ = + eval { + local $SIG{ALRM} = sub { + if ($body ne '') { + print STDERR "$progname: timed out ($timeout) in headers for $url\n"; + } else { + print STDERR "$progname: timed out ($timeout2) in body for $url\n"; + } + die "alarm\n"; + }; + alarm $timeout; + + $proto = getprotobyname('tcp'); + if (!socket(S, PF_INET, SOCK_STREAM, $proto)) { + error ("socket: $!"); + } + if (!connect(S, $paddr)) { + error ("connect($serverstring): $!"); + } + + select(S); $| = 1; select(STDOUT); + + my $user_agent = "$progname/$version"; + + my $hdrs = "GET " . ($http_proxy ? $url : "/$path") . " HTTP/1.0\r\n" . + "Host: $them\r\n" . + "User-Agent: $user_agent\r\n"; + $hdrs .= "\r\n"; + + if ($verbose > 1) { + foreach (split('\r?\n', $hdrs)) { + print STDERR " ==> $_\n"; + } + } + + print S $hdrs; + my $http = || ""; + + $_ = $http; + s/[\r\n]+$//s; + print STDERR " <== $_\n" if ($verbose > 1); + + while () { + $head .= $_; + s/[\r\n]+$//s; + last if m@^$@; + print STDERR " <== $_\n" if ($verbose > 1); + } + + my $lines = 0; + while () { + $body .= $_; + $lines++; + + # we wait $timeout secs to get the first body line; after + # that, we time out if we haven't received a subsequent line + # in $timeout2 seconds. + # + alarm $timeout2; + } + + print STDERR (" <== [ body ]: $lines lines, " . + length($body) . " bytes\n") + if ($verbose > 1); + + close S; + + if (!$http) { + print STDERR "$progname: null response: $url\n" if ($verbose); + } + + return ( $http, $head, $body ); + }; + die if ($@ && $@ ne "alarm\n"); # propagate errors + if ($@) { + # timed out + return (); + } else { + # didn't + alarm 0; + return @_; + } +} + + +sub lj_latest { + my ($images_p, $count, $cols) = @_; + + $|=1; # unbuffer stdout + + if ($verbose) { + $_ = $url; + s@^[a-z]+:/+([^/?\#]+).*$@$1@; + my $host = $_; + print STDOUT "Contacting $host..."; + } + + my ($http, $head, $body) = get_document ($url); + print STDOUT "\n\n" if ($verbose); + +# $body = `cat /tmp/last`; +# if (1) { +# local *OUT; +# open OUT, ">/tmp/last"; +# print OUT "$http\n$head\n$body\n"; +# close OUT; +# } + + $body =~ s/(= $count); + + my ($ig0, $title) = m@<(TITLE [^<>\s]*)[^<>]*>\s*(.*?)\s*@xsi; + my ($ig1, $body) = m@<(DESCRIPTION [^<>\s]*)[^<>]*>\s*(.*?)\s*@xsi; + my ($ig2, $url) = m@<(LINK [^<>\s]*)[^<>]*>\s*(.*?)\s*@xsi; + + $_ = "$title\n\n$body"; + + s@<[^<>]*>@@gs; # lose all XML tags + $_ = de_unicoddle ($_); # convert UTF8 to Latin1 + $_ = de_entify ($_); # convert entities to get HTML from XML + + if ($images_p) { + s/]+>)/i; + $_ = $1; + my ($src) = m/\bSRC \s*=\s*[\"\']?([^<>\"\'\s]+)/xsi; + next unless ($src); + next if ($src =~ m@^http://[^./]+\.livejournal\.com\b@); # builtins + + my ($w) = m/\bWIDTH \s*=\s*[\"\']?(\d+)/xsi; + my ($h) = m/\bHEIGHT \s*=\s*[\"\']?(\d+)/xsi; + + $_ = "]*>@\n@gsi; # line break at BR, TD, DIV, etc + s@]*>@\n\n@gsi; # two line breaks + + s@\"]+)\"?[^<>]*>?@$1@gsi; # handle + s@@*@gsi; # bold, italic => asterisks + + s@<[^<>]*>?@@gs; # lose all other HTML tags + $_ = de_entify ($_); # convert entities in the html too + + # elide any remaining non-Latin1 binary data... + s/([\177-\377]+(\s*[\177-\377]+)[^a-z\d]*)/«...» /g; + #s/([\177-\377]+(\s*[\177-\377]+)[^a-z\d]*)/«$1» /g; + + $_ .= "\n"; + + s/[ \t]*$//gm; # lose whitespace at end of line + s@\n\n\n+@\n\n@gs; # compress blank lines + + $Text::Wrap::columns = $cols; + $_ = wrap ("", " ", $_); # wrap the lines as a paragraph + + s/[ \t]*$//gm; # lose whitespace at end of line again + s/^\s+//s; # de-indent first line + $_ .= "\n"; # blank line at very end + print STDOUT $_; + $i++; + } + } +} + + +sub error { + ($_) = @_; + print STDERR "$progname: $_\n"; + exit 1; +} + +sub usage { + print STDERR "usage: $progname [--verbose] [--count N] [--columns N]" . + " [--images] [rss-url]\n"; + exit 1; +} + +sub main { + my $count = undef; + my $images_p = 0; + my $cols = 72; + while ($_ = $ARGV[0]) { + shift @ARGV; + if ($_ eq "--verbose") { $verbose++; } + elsif (m/^-v+$/) { $verbose += length($_)-1; } + elsif ($_ eq "--count") { $count = 0 + shift @ARGV; } + elsif ($_ eq "--images") { $images_p = 1; } + elsif ($_ eq "--columns" || + $_ eq "--column" || + $_ eq "--cols" || + $_ eq "--col") { + $cols = 0 + shift @ARGV; } + elsif (m/^-./) { usage; } + elsif (m@^http://@) { $url = $_; } + else { usage; } + } + + # historical suckage: the environment variable name is lower case. + $http_proxy = $ENV{http_proxy} || $ENV{HTTP_PROXY}; + + lj_latest ($images_p, $count, $cols); +} + +main; +exit 0; diff --git a/hacks/ljlatest.man b/hacks/ljlatest.man new file mode 100644 index 00000000..1bbc7d11 --- /dev/null +++ b/hacks/ljlatest.man @@ -0,0 +1,90 @@ +.de EX \"Begin example +.ne 5 +.if n .sp 1 +.if t .sp .5 +.nf +.in +.5i +.. +.de EE +.fi +.in -.5i +.if n .sp 1 +.if t .sp .5 +.. +.TH XScreenSaver 1 "17-Jun-99" "X Version 11" +.SH NAME +ljlatest - prints the most recent public posts on livejournal.com. +.SH SYNOPSIS +.B ljlatest +[\--verbose] +[\--count \fIN\fP] +[\--columns \fIN\fP] +[\--images] +[\fIurl\fP] +.SH DESCRIPTION +The \fIljlatest\fP script reads the most recent public posts made to +livejournal.com, and prints them on stdout, after doing a rudimentary +conversion of HTML to plain text. + +This is intended as a replacement for +.BR fortune (1) +for use with those +.BR xscreensaver (1) +programs that run an external program to generate text. For example: +.EX +phosphor -scale 2 -program 'ljlatest --cols 40' +starwars -program ljlatest +.EE +.SH OPTIONS +.I ljlatest +accepts the following options: +.TP 8 +.B \-\-count \fIN\fP +How many entries to print; the default is to print all that are available +in the LiveJournal RSS file (a few hundred.) +.TP 8 +.B \-\-columns \fIN\fP or \-\-cols \fIN\fP +Where to wrap lines; default 72 columns. +.TP 8 +.B \-\-images +Instead of printing the plain text of the recent entries, print HTML of all +of the inlined images in the recent entries. Using this option, you can +create an HTML page of images recently posted to LiveJournal. +.TP 8 +.B \-\-verbose \fRor\fP \-v +Print diagnostics to stderr. Multiple \fI-v\fP switches increase the +amount of output. +.TP 8 +.B \fIurl\fP +Which URL to load; default: + http://www.livejournal.com/stats/latest-rss.bml +.SH ENVIRONMENT +.PP +.TP 8 +.B http_proxy\fR or \fPHTTP_PROXY +to get the default HTTP proxy host and port. +.SH BUGS +This program makes it seem like morons have invaded your screen saver. + +The output is always ISO-8859-1, regardless of locale. +.SH SEE ALSO +.I http://www.livejournal.com/, +.BR xscreensaver (1), +.BR fortune (1), +.BR phosphor (1), +.BR starwars (1), +.BR dadadodo (1), +.BR webcollage (1), +.BR driftnet (1) +.BR EtherPEG , +.BR EtherPeek +.SH COPYRIGHT +Copyright \(co 2003 by Jamie Zawinski. Permission to use, copy, modify, +distribute, and sell this software and its documentation for any purpose is +hereby granted without fee, provided that the above copyright notice appear +in all copies and that both that copyright notice and this permission notice +appear in supporting documentation. No representations are made about the +suitability of this software for any purpose. It is provided "as is" without +express or implied warranty. +.SH AUTHOR +Jamie Zawinski , 30-Aug-2003. diff --git a/hacks/noseguy.c b/hacks/noseguy.c index f7c8013d..4b259908 100644 --- a/hacks/noseguy.c +++ b/hacks/noseguy.c @@ -295,7 +295,11 @@ think (void) return 0; } -#define MAXLINES 40 +#define MAXLINES 25 + +#undef BUFSIZ +#define BUFSIZ ((MAXLINES + 1) * 100) + static void talk(int force_erase) @@ -363,7 +367,7 @@ talk(int force_erase) (void) strcpy(args[height], p); if (height == MAXLINES - 1) { - puts("Message too long!"); + /* puts("Message too long!"); */ break; } p = p2 + 1; diff --git a/hacks/screenhack.c b/hacks/screenhack.c index 3898a8e3..79a58cde 100644 --- a/hacks/screenhack.c +++ b/hacks/screenhack.c @@ -57,6 +57,10 @@ #include "version.h" #include "vroot.h" +#ifndef _XSCREENSAVER_VROOT_H_ +# error Error! You have an old version of vroot.h! Check -I args. +#endif /* _XSCREENSAVER_VROOT_H_ */ + #ifndef isupper # define isupper(c) ((c) >= 'A' && (c) <= 'Z') #endif @@ -547,7 +551,7 @@ main (int argc, char **argv) else if (root_p) { XWindowAttributes xgwa; - window = RootWindowOfScreen (XtScreen (toplevel)); + window = VirtualRootWindowOfScreen (XtScreen (toplevel)); XtDestroyWidget (toplevel); XGetWindowAttributes (dpy, window, &xgwa); cmap = xgwa.colormap; @@ -576,7 +580,7 @@ main (int argc, char **argv) unsigned int bg, bd; Widget new; - cmap = XCreateColormap (dpy, RootWindowOfScreen(screen), + cmap = XCreateColormap (dpy, VirtualRootWindowOfScreen(screen), visual, AllocNone); bg = get_pixel_resource ("background", "Background", dpy, cmap); bd = get_pixel_resource ("borderColor", "Foreground", dpy, cmap); diff --git a/hacks/vidwhacker b/hacks/vidwhacker index b4378354..f2431562 100755 --- a/hacks/vidwhacker +++ b/hacks/vidwhacker @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# vidwhacker, for xscreensaver. Copyright (c) 1998-2001 Jamie Zawinski. +# vidwhacker, for xscreensaver. Copyright (c) 1998-2003 Jamie Zawinski. # # Permission to use, copy, modify, distribute, and sell this software and its # documentation for any purpose is hereby granted without fee, provided that @@ -21,7 +21,7 @@ use diagnostics; use strict; my $progname = $0; $progname =~ s@.*/@@g; -my $version = q{ $Revision: 1.21 $ }; $version =~ s/^[^0-9]+([0-9.]+).*$/$1/; +my $version = q{ $Revision: 1.22 $ }; $version =~ s/^[^0-9]+([0-9.]+).*$/$1/; my $verbose = 0; my $use_stdin = 0; @@ -44,11 +44,12 @@ my $screen_width = -1; # If you add other programs to this list, please let me know! # my @displayer_programs = ( - "xv -root -quit -viewonly -maxpect -noresetroot -quick24 -rmode 5" . - " -rfg black -rbg black", - "xli -quiet -fullscreen -onroot -center -border black", - "xloadimage -quiet -fullscreen -onroot -center -border black", - "chbg -once -xscreensaver -max_grow 4", + "xscreensaver-getimage -root -file", +# "xv -root -quit -viewonly -maxpect -noresetroot -quick24 -rmode 5" . +# " -rfg black -rbg black", +# "xli -quiet -fullscreen -onroot -center -border black", +# "xloadimage -quiet -fullscreen -onroot -center -border black", +# "chbg -once -xscreensaver -max_grow 4", # this lame program wasn't built with vroot.h: # "xsri -scale -keep-aspect -center-horizontal -center-vertical", diff --git a/hacks/webcollage b/hacks/webcollage index 22f6cec6..42f20ab4 100755 --- a/hacks/webcollage +++ b/hacks/webcollage @@ -15,8 +15,8 @@ # To run this as a display mode with xscreensaver, add this to `programs': # -# default-n: webcollage -root \n\ -# default-n: webcollage -root -filter 'vidwhacker -stdin -stdout' \n\ +# webcollage -root +# webcollage -root -filter 'vidwhacker -stdin -stdout' # If you have the "driftnet" program installed, webcollage can display a @@ -27,7 +27,7 @@ # Driftnet is available here: http://www.ex-parrot.com/~chris/driftnet/ # Use it like so: # -# default-n: webcollage -root -driftnet \n\ +# webcollage -root -driftnet # # Driftnet is the Unix implementation of the MacOS "EtherPEG" program. @@ -53,7 +53,7 @@ use bytes; # Larry can take Unicode and shove it up his ass sideways. my $progname = $0; $progname =~ s@.*/@@g; -my $version = q{ $Revision: 1.104 $ }; $version =~ s/^[^0-9]+([0-9.]+).*$/$1/; +my $version = q{ $Revision: 1.107 $ }; $version =~ s/^[^0-9]+([0-9.]+).*$/$1/; my $copyright = "WebCollage $version, Copyright (c) 1999-2002" . " Jamie Zawinski \n" . " http://www.jwz.org/xscreensaver/\n"; @@ -92,6 +92,7 @@ my @search_methods = ( 77, "altavista", \&pick_from_alta_vista_random_link, # programs we can use to write to the root window (tried in ascending order.) # my @root_displayers = ( + "xscreensaver-getimage -root -file", "chbg -once -xscreensaver -max_size 100", "xv -root -quit -viewonly +noresetroot -quick24 -rmode 5" . " -rfg black -rbg black", @@ -267,6 +268,7 @@ sub get_document_1 { my $port2 = $port; if ($http_proxy) { $serverstring = $http_proxy if $http_proxy; + $serverstring =~ s@^[a-z]+://@@; ($them2,$port2) = split(/:/, $serverstring); $port2 = 80 unless $port2; } diff --git a/hacks/xlyap.c b/hacks/xlyap.c index ab7fde5d..683c21ba 100644 --- a/hacks/xlyap.c +++ b/hacks/xlyap.c @@ -39,7 +39,6 @@ #include "screenhack.h" #include "yarandom.h" #include "hsv.h" -#include "vroot.h" #include #include @@ -534,17 +533,13 @@ screenhack (Display *d, Window window) canvas = window; init_canvas(); - if (window != DefaultRootWindow(dpy)) - XSelectInput(dpy,canvas,KeyPressMask|ButtonPressMask|ButtonMotionMask| - ButtonReleaseMask|ExposureMask|StructureNotifyMask); if (displayplanes > 1) { init_color(); } else { XQueryColors(dpy, DefaultColormap(dpy, DefaultScreen(dpy)), Colors, numcolors); } - pixmap = XCreatePixmap(dpy, DefaultRootWindow(dpy), - width, height, DefaultDepth(dpy, screen)); + pixmap = XCreatePixmap(dpy, window, width, height, xgwa.depth); rubber_data.band_cursor = XCreateFontCursor(dpy, XC_hand2); CreateXorGC(); Clear(); @@ -816,7 +811,7 @@ init_canvas(void) * create default, writable, graphics contexts for the canvas. */ for (i=0; i 0)) - { - for (child_Index = 0;child_Index < child_Count; - child_Index++) - { - XSync(ss_Display,FALSE); - Xsublim_Ss_Status = 0; - Xsublim_Ss_Handler = - XSetErrorHandler(xsublim_Ss_Handler); - prop_Value = NULL; - prop_Status = XGetWindowProperty(ss_Display, - win_Child[child_Index],XA_SCREENSAVER_VERSION, - 0,200,FALSE,XA_STRING,&prop_Type,&prop_Format, - &prop_Count,&prop_Bytes, - (unsigned char**)&prop_Value); - XSync(ss_Display,FALSE); - XSetErrorHandler(Xsublim_Ss_Handler); - if (prop_Value != NULL) - { - XFree(prop_Value); - } - if (Xsublim_Ss_Status == BadWindow) - { - prop_Status = BadWindow; - } - if ((prop_Status == Success) && - (prop_Type != None)) - { - /* See if it's a virtual root */ - prop_Value = NULL; - prop_Status = - XGetWindowProperty(ss_Display, - win_Child[child_Index],__SWM_VROOT,0, - 1,FALSE,XA_WINDOW,&prop_Type, - &prop_Format,&prop_Count,&prop_Bytes, - (unsigned char**)&prop_Value); - if (prop_Value != NULL) - { - XFree(prop_Value); - } - if ((prop_Status == Success) && - (prop_Type != None)) - { - win_Win = - win_Child[child_Index]; - } - } - } - } - } - if (win_Child != NULL) - { - XFree(win_Child); - } - return win_Win; + Screen *s = DefaultScreenOfDisplay (ss_Display); + Window root = XRootWindowOfScreen (s); + Window vroot = VirtualRootWindowOfScreen (s); + if (root == vroot) + return 0; + else + return vroot; } /* Main ==================================================================== */ diff --git a/po/POTFILES.in b/po/POTFILES.in index 7e429912..3f12a9f8 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,188 +1,191 @@ -# Auto-generated: Thu Aug 14 02:52:12 PDT 2003 +# Auto-generated: Sun Sep 7 17:00:03 PDT 2003 +driver/demo-Gtk.c driver/demo-Gtk-conf.c driver/demo-Gtk-support.c driver/demo-Gtk-widgets.c -driver/demo-Gtk.c -driver/screensaver-properties.desktop.in -driver/xscreensaver-demo.glade -driver/xscreensaver-demo.glade2 -hacks/config/anemone.xml -hacks/config/ant.xml -hacks/config/antspotlight.xml -hacks/config/apollonian.xml -hacks/config/atlantis.xml -hacks/config/attraction.xml -hacks/config/atunnel.xml -hacks/config/barcode.xml -hacks/config/blaster.xml -hacks/config/blitspin.xml -hacks/config/blocktube.xml -hacks/config/bouboule.xml -hacks/config/bouncingcow.xml -hacks/config/boxed.xml -hacks/config/braid.xml -hacks/config/bsod.xml -hacks/config/bubble3d.xml -hacks/config/bubbles.xml -hacks/config/bumps.xml -hacks/config/cage.xml -hacks/config/ccurve.xml -hacks/config/circuit.xml -hacks/config/cloudlife.xml -hacks/config/compass.xml -hacks/config/coral.xml -hacks/config/cosmos.xml -hacks/config/critical.xml -hacks/config/crystal.xml -hacks/config/cubenetic.xml -hacks/config/cubestorm.xml -hacks/config/cynosure.xml -hacks/config/dangerball.xml -hacks/config/decayscreen.xml -hacks/config/deco.xml -hacks/config/deluxe.xml -hacks/config/demon.xml -hacks/config/discrete.xml -hacks/config/distort.xml -hacks/config/drift.xml -hacks/config/electricsheep.xml -hacks/config/endgame.xml -hacks/config/engine.xml -hacks/config/epicycle.xml -hacks/config/eruption.xml -hacks/config/euler2d.xml -hacks/config/extrusion.xml -hacks/config/fadeplot.xml -hacks/config/fireflies.xml -hacks/config/flag.xml -hacks/config/flame.xml -hacks/config/flipflop.xml -hacks/config/flipscreen3d.xml -hacks/config/flow.xml -hacks/config/fluidballs.xml -hacks/config/flurry.xml -hacks/config/flyingtoasters.xml -hacks/config/forest.xml -hacks/config/galaxy.xml -hacks/config/gears.xml -hacks/config/gflux.xml -hacks/config/glblur.xml -hacks/config/glforestfire.xml -hacks/config/glknots.xml -hacks/config/glmatrix.xml -hacks/config/glplanet.xml -hacks/config/glslideshow.xml -hacks/config/glsnake.xml -hacks/config/gltext.xml -hacks/config/goban.xml -hacks/config/goop.xml -hacks/config/grav.xml -hacks/config/greynetic.xml -hacks/config/halftone.xml -hacks/config/halo.xml -hacks/config/helix.xml -hacks/config/hopalong.xml -hacks/config/hyperball.xml -hacks/config/hypercube.xml -hacks/config/hypertorus.xml -hacks/config/ifs.xml -hacks/config/imsmap.xml -hacks/config/interference.xml -hacks/config/jigglypuff.xml -hacks/config/jigsaw.xml -hacks/config/juggle.xml -hacks/config/julia.xml -hacks/config/kaleidescope.xml -hacks/config/klein.xml -hacks/config/kumppa.xml -hacks/config/lament.xml -hacks/config/laser.xml -hacks/config/lavalite.xml -hacks/config/lightning.xml -hacks/config/lisa.xml -hacks/config/lissie.xml -hacks/config/lmorph.xml -hacks/config/loop.xml -hacks/config/maze.xml -hacks/config/menger.xml -hacks/config/metaballs.xml -hacks/config/moebius.xml -hacks/config/moire.xml -hacks/config/moire2.xml -hacks/config/molecule.xml -hacks/config/morph3d.xml -hacks/config/mountain.xml -hacks/config/munch.xml -hacks/config/nerverot.xml -hacks/config/noseguy.xml -hacks/config/pedal.xml -hacks/config/penetrate.xml -hacks/config/penrose.xml -hacks/config/petri.xml -hacks/config/phosphor.xml -hacks/config/piecewise.xml -hacks/config/pipes.xml -hacks/config/polyominoes.xml -hacks/config/polytopes.xml -hacks/config/popsquares.xml -hacks/config/pulsar.xml -hacks/config/pyro.xml -hacks/config/qix.xml -hacks/config/queens.xml -hacks/config/rd-bomb.xml -hacks/config/ripples.xml -hacks/config/rocks.xml -hacks/config/rorschach.xml -hacks/config/rotor.xml -hacks/config/rotzoomer.xml -hacks/config/rubik.xml -hacks/config/sballs.xml -hacks/config/shadebobs.xml -hacks/config/sierpinski.xml -hacks/config/sierpinski3d.xml -hacks/config/slidescreen.xml -hacks/config/slip.xml -hacks/config/sonar.xml -hacks/config/speedmine.xml -hacks/config/sphere.xml -hacks/config/sphereEversion.xml -hacks/config/spheremonics.xml -hacks/config/spiral.xml -hacks/config/spotlight.xml -hacks/config/sproingies.xml -hacks/config/squiral.xml -hacks/config/ssystem.xml -hacks/config/stairs.xml -hacks/config/starfish.xml -hacks/config/starwars.xml -hacks/config/stonerview.xml -hacks/config/strange.xml -hacks/config/superquadrics.xml -hacks/config/swirl.xml -hacks/config/t3d.xml -hacks/config/thornbird.xml -hacks/config/triangle.xml -hacks/config/truchet.xml -hacks/config/twang.xml -hacks/config/vermiculate.xml -hacks/config/vidwhacker.xml -hacks/config/vines.xml -hacks/config/wander.xml -hacks/config/webcollage.xml -hacks/config/whirlwindwarp.xml -hacks/config/whirlygig.xml -hacks/config/worm.xml -hacks/config/xaos.xml -hacks/config/xdaliclock.xml -hacks/config/xearth.xml -hacks/config/xfishtank.xml -hacks/config/xflame.xml -hacks/config/xjack.xml -hacks/config/xlyap.xml -hacks/config/xmatrix.xml -hacks/config/xmountains.xml -hacks/config/xrayswarm.xml -hacks/config/xsnow.xml -hacks/config/xspirograph.xml -hacks/config/xteevee.xml -hacks/config/zoom.xml +driver/screensaver-properties.desktop.in.h +driver/screensaver-properties.desktop.in.h +driver/xscreensaver-demo.glade.h +driver/xscreensaver-demo.glade2.h +driver/xscreensaver-demo.glade2.h +driver/xscreensaver-demo.glade.h +hacks/config/anemone.xml.h +hacks/config/antspotlight.xml.h +hacks/config/ant.xml.h +hacks/config/apollonian.xml.h +hacks/config/atlantis.xml.h +hacks/config/attraction.xml.h +hacks/config/atunnel.xml.h +hacks/config/barcode.xml.h +hacks/config/blaster.xml.h +hacks/config/blitspin.xml.h +hacks/config/blocktube.xml.h +hacks/config/bouboule.xml.h +hacks/config/bouncingcow.xml.h +hacks/config/boxed.xml.h +hacks/config/braid.xml.h +hacks/config/bsod.xml.h +hacks/config/bubble3d.xml.h +hacks/config/bubbles.xml.h +hacks/config/bumps.xml.h +hacks/config/cage.xml.h +hacks/config/ccurve.xml.h +hacks/config/circuit.xml.h +hacks/config/cloudlife.xml.h +hacks/config/compass.xml.h +hacks/config/coral.xml.h +hacks/config/cosmos.xml.h +hacks/config/critical.xml.h +hacks/config/crystal.xml.h +hacks/config/cubenetic.xml.h +hacks/config/cubestorm.xml.h +hacks/config/cynosure.xml.h +hacks/config/dangerball.xml.h +hacks/config/decayscreen.xml.h +hacks/config/deco.xml.h +hacks/config/deluxe.xml.h +hacks/config/demon.xml.h +hacks/config/discrete.xml.h +hacks/config/distort.xml.h +hacks/config/drift.xml.h +hacks/config/electricsheep.xml.h +hacks/config/endgame.xml.h +hacks/config/engine.xml.h +hacks/config/epicycle.xml.h +hacks/config/eruption.xml.h +hacks/config/euler2d.xml.h +hacks/config/extrusion.xml.h +hacks/config/fadeplot.xml.h +hacks/config/fireflies.xml.h +hacks/config/flag.xml.h +hacks/config/flame.xml.h +hacks/config/flipflop.xml.h +hacks/config/flipscreen3d.xml.h +hacks/config/flow.xml.h +hacks/config/fluidballs.xml.h +hacks/config/flurry.xml.h +hacks/config/flyingtoasters.xml.h +hacks/config/forest.xml.h +hacks/config/galaxy.xml.h +hacks/config/gears.xml.h +hacks/config/gflux.xml.h +hacks/config/glblur.xml.h +hacks/config/glforestfire.xml.h +hacks/config/glknots.xml.h +hacks/config/glmatrix.xml.h +hacks/config/glplanet.xml.h +hacks/config/glslideshow.xml.h +hacks/config/glsnake.xml.h +hacks/config/gltext.xml.h +hacks/config/goban.xml.h +hacks/config/goop.xml.h +hacks/config/grav.xml.h +hacks/config/greynetic.xml.h +hacks/config/halftone.xml.h +hacks/config/halo.xml.h +hacks/config/helix.xml.h +hacks/config/hopalong.xml.h +hacks/config/hyperball.xml.h +hacks/config/hypercube.xml.h +hacks/config/hypertorus.xml.h +hacks/config/ifs.xml.h +hacks/config/imsmap.xml.h +hacks/config/interference.xml.h +hacks/config/jigglypuff.xml.h +hacks/config/jigsaw.xml.h +hacks/config/juggle.xml.h +hacks/config/julia.xml.h +hacks/config/kaleidescope.xml.h +hacks/config/klein.xml.h +hacks/config/kumppa.xml.h +hacks/config/lament.xml.h +hacks/config/laser.xml.h +hacks/config/lavalite.xml.h +hacks/config/lightning.xml.h +hacks/config/lisa.xml.h +hacks/config/lissie.xml.h +hacks/config/lmorph.xml.h +hacks/config/loop.xml.h +hacks/config/maze.xml.h +hacks/config/menger.xml.h +hacks/config/metaballs.xml.h +hacks/config/moebius.xml.h +hacks/config/moire2.xml.h +hacks/config/moire.xml.h +hacks/config/molecule.xml.h +hacks/config/morph3d.xml.h +hacks/config/mountain.xml.h +hacks/config/munch.xml.h +hacks/config/nerverot.xml.h +hacks/config/noseguy.xml.h +hacks/config/pedal.xml.h +hacks/config/penetrate.xml.h +hacks/config/penrose.xml.h +hacks/config/petri.xml.h +hacks/config/phosphor.xml.h +hacks/config/piecewise.xml.h +hacks/config/pipes.xml.h +hacks/config/polyominoes.xml.h +hacks/config/polytopes.xml.h +hacks/config/popsquares.xml.h +hacks/config/pulsar.xml.h +hacks/config/pyro.xml.h +hacks/config/qix.xml.h +hacks/config/queens.xml.h +hacks/config/rd-bomb.xml.h +hacks/config/ripples.xml.h +hacks/config/rocks.xml.h +hacks/config/rorschach.xml.h +hacks/config/rotor.xml.h +hacks/config/rotzoomer.xml.h +hacks/config/rubik.xml.h +hacks/config/sballs.xml.h +hacks/config/shadebobs.xml.h +hacks/config/sierpinski3d.xml.h +hacks/config/sierpinski.xml.h +hacks/config/slidescreen.xml.h +hacks/config/slip.xml.h +hacks/config/sonar.xml.h +hacks/config/speedmine.xml.h +hacks/config/sphereEversion.xml.h +hacks/config/spheremonics.xml.h +hacks/config/sphere.xml.h +hacks/config/spiral.xml.h +hacks/config/spotlight.xml.h +hacks/config/sproingies.xml.h +hacks/config/squiral.xml.h +hacks/config/ssystem.xml.h +hacks/config/stairs.xml.h +hacks/config/starfish.xml.h +hacks/config/starwars.xml.h +hacks/config/stonerview.xml.h +hacks/config/strange.xml.h +hacks/config/superquadrics.xml.h +hacks/config/swirl.xml.h +hacks/config/t3d.xml.h +hacks/config/thornbird.xml.h +hacks/config/triangle.xml.h +hacks/config/truchet.xml.h +hacks/config/twang.xml.h +hacks/config/vermiculate.xml.h +hacks/config/vidwhacker.xml.h +hacks/config/vines.xml.h +hacks/config/wander.xml.h +hacks/config/webcollage.xml.h +hacks/config/whirlwindwarp.xml.h +hacks/config/whirlygig.xml.h +hacks/config/worm.xml.h +hacks/config/xaos.xml.h +hacks/config/xdaliclock.xml.h +hacks/config/xearth.xml.h +hacks/config/xfishtank.xml.h +hacks/config/xflame.xml.h +hacks/config/xjack.xml.h +hacks/config/xlyap.xml.h +hacks/config/xmatrix.xml.h +hacks/config/xmountains.xml.h +hacks/config/xrayswarm.xml.h +hacks/config/xsnow.xml.h +hacks/config/xspirograph.xml.h +hacks/config/xteevee.xml.h +hacks/config/zoom.xml.h diff --git a/po/ca.po b/po/ca.po index c1514397..1263c134 100644 --- a/po/ca.po +++ b/po/ca.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2002-06-18 21:56+0200\n" +"POT-Creation-Date: 2003-07-24 19:05+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -14,36 +14,41 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: driver/demo-Gtk-conf.c:729 +#: driver/demo-Gtk-conf.c:731 msgid "Browse..." msgstr "" -#: driver/demo-Gtk-conf.c:1021 +#: driver/demo-Gtk-conf.c:1023 msgid "Select file." msgstr "" -#: driver/demo-Gtk-support.c:121 +#: driver/demo-Gtk-support.c:135 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "" -#: driver/demo-Gtk-support.c:130 +#: driver/demo-Gtk-support.c:147 driver/demo-Gtk-support.c:179 #, c-format msgid "Error loading pixmap file: %s" msgstr "" +#: driver/demo-Gtk-support.c:182 +#, c-format +msgid "reason: %s\n" +msgstr "" + #: driver/demo-Gtk-widgets.c:155 driver/xscreensaver-demo.glade.h:89 -#: driver/xscreensaver-demo.glade2.h:43 +#: driver/xscreensaver-demo.glade2.h:65 #, fuzzy msgid "XScreenSaver" msgstr "Protector de pantalla" -#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:54 +#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:76 msgid "_File" msgstr "" #: driver/demo-Gtk-widgets.c:196 driver/xscreensaver-demo.glade.h:93 -#: driver/xscreensaver-demo.glade2.h:48 +#: driver/xscreensaver-demo.glade2.h:70 msgid "_Blank Screen Now" msgstr "" @@ -53,7 +58,7 @@ msgid "" msgstr "" #: driver/demo-Gtk-widgets.c:209 driver/xscreensaver-demo.glade.h:97 -#: driver/xscreensaver-demo.glade2.h:58 +#: driver/xscreensaver-demo.glade2.h:80 msgid "_Lock Screen Now" msgstr "" @@ -62,7 +67,7 @@ msgid "Lock the screen now (even if \"Lock Screen\" is unchecked.)" msgstr "" #: driver/demo-Gtk-widgets.c:222 driver/xscreensaver-demo.glade.h:96 -#: driver/xscreensaver-demo.glade2.h:56 +#: driver/xscreensaver-demo.glade2.h:78 msgid "_Kill Daemon" msgstr "" @@ -71,7 +76,7 @@ msgid "Tell the running XScreenSaver daemon to exit." msgstr "" #: driver/demo-Gtk-widgets.c:235 driver/xscreensaver-demo.glade.h:98 -#: driver/xscreensaver-demo.glade2.h:64 +#: driver/xscreensaver-demo.glade2.h:86 msgid "_Restart Daemon" msgstr "" @@ -89,12 +94,12 @@ msgid "" "running in the background.)" msgstr "" -#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:55 +#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:77 msgid "_Help" msgstr "" #: driver/demo-Gtk-widgets.c:290 driver/xscreensaver-demo.glade.h:92 -#: driver/xscreensaver-demo.glade2.h:44 +#: driver/xscreensaver-demo.glade2.h:66 msgid "_About..." msgstr "" @@ -103,7 +108,7 @@ msgid "Display version information." msgstr "" #: driver/demo-Gtk-widgets.c:303 driver/xscreensaver-demo.glade.h:94 -#: driver/xscreensaver-demo.glade2.h:53 +#: driver/xscreensaver-demo.glade2.h:75 msgid "_Documentation..." msgstr "" @@ -116,7 +121,7 @@ msgid "Cycle After" msgstr "" #: driver/demo-Gtk-widgets.c:364 driver/xscreensaver-demo.glade.h:78 -#: driver/xscreensaver-demo.glade2.h:42 +#: driver/xscreensaver-demo.glade2.h:54 msgid "Whether a password should be required to un-blank the screen." msgstr "" @@ -130,23 +135,24 @@ msgstr "" #: driver/demo-Gtk-widgets.c:397 driver/demo-Gtk-widgets.c:447 #: driver/demo-Gtk-widgets.c:461 driver/demo-Gtk-widgets.c:1010 -#: driver/xscreensaver-demo.glade.h:43 driver/xscreensaver-demo.glade2.h:26 +#: driver/xscreensaver-demo.glade.h:43 msgid "How long before the monitor goes completely black." msgstr "" #: driver/demo-Gtk-widgets.c:401 driver/demo-Gtk-widgets.c:413 #: driver/demo-Gtk-widgets.c:425 driver/demo-Gtk-widgets.c:1014 #: driver/demo-Gtk-widgets.c:1026 driver/demo-Gtk-widgets.c:1038 -#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:70 +#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:92 msgid "minutes" msgstr "" -#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2661 +#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2831 #: driver/xscreensaver-demo.glade.h:58 msgid "Preview" msgstr "" #: driver/demo-Gtk-widgets.c:484 driver/xscreensaver-demo.glade.h:21 +#: driver/xscreensaver-demo.glade2.h:12 msgid "" "Demo the selected screen saver in full-screen mode (click the mouse to " "return.)" @@ -157,6 +163,7 @@ msgid "Settings..." msgstr "" #: driver/demo-Gtk-widgets.c:494 driver/xscreensaver-demo.glade.h:17 +#: driver/xscreensaver-demo.glade2.h:9 msgid "Customization and explanation of the selected screen saver." msgstr "" @@ -165,7 +172,7 @@ msgid "Mode:" msgstr "" #: driver/demo-Gtk-widgets.c:533 driver/xscreensaver-demo.glade.h:25 -#: driver/xscreensaver-demo.glade2.h:14 +#: driver/xscreensaver-demo.glade2.h:16 #, fuzzy msgid "Disable Screen Saver" msgstr "Protector de pantalla" @@ -176,23 +183,23 @@ msgid "Blank Screen Only" msgstr "" #: driver/demo-Gtk-widgets.c:539 driver/xscreensaver-demo.glade.h:56 -#: driver/xscreensaver-demo.glade2.h:32 +#: driver/xscreensaver-demo.glade2.h:42 #, fuzzy msgid "Only One Screen Saver" msgstr "Protector de pantalla" #: driver/demo-Gtk-widgets.c:542 driver/xscreensaver-demo.glade.h:60 -#: driver/xscreensaver-demo.glade2.h:35 +#: driver/xscreensaver-demo.glade2.h:44 #, fuzzy msgid "Random Screen Saver" msgstr "Protector de pantalla" -#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2034 +#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2120 #: driver/xscreensaver-demo.glade.h:75 msgid "Use" msgstr "" -#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2044 +#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2130 #: driver/xscreensaver-demo.glade.h:63 #, fuzzy msgid "Screen Saver" @@ -203,6 +210,7 @@ msgid "\\/" msgstr "" #: driver/demo-Gtk-widgets.c:646 driver/xscreensaver-demo.glade.h:61 +#: driver/xscreensaver-demo.glade2.h:45 msgid "" "Run the next screen saver in the list in full-screen mode (click the mouse " "to return.)" @@ -213,13 +221,14 @@ msgid "/\\" msgstr "" #: driver/demo-Gtk-widgets.c:656 driver/xscreensaver-demo.glade.h:62 +#: driver/xscreensaver-demo.glade2.h:46 msgid "" "Run the previous screen saver in the list in full-screen mode (click the " "mouse to return.)" msgstr "" #: driver/demo-Gtk-widgets.c:658 driver/demo-Gtk-widgets.c:1601 -#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:11 +#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:13 msgid "Description" msgstr "" @@ -228,11 +237,12 @@ msgid "Display Modes" msgstr "" #: driver/demo-Gtk-widgets.c:701 driver/xscreensaver-demo.glade.h:23 -#: driver/xscreensaver-demo.glade2.h:12 +#: driver/xscreensaver-demo.glade2.h:14 msgid "Diagnostics" msgstr "" #: driver/demo-Gtk-widgets.c:745 driver/xscreensaver-demo.glade.h:80 +#: driver/xscreensaver-demo.glade2.h:56 msgid "Whether the daemon should print lots of debugging information." msgstr "" @@ -241,6 +251,7 @@ msgid "Verbose Diagnostics" msgstr "" #: driver/demo-Gtk-widgets.c:762 driver/xscreensaver-demo.glade.h:79 +#: driver/xscreensaver-demo.glade2.h:55 msgid "" "Whether any error output of the display modes should be redirected to the " "screen." @@ -251,6 +262,7 @@ msgid "Display Subprocess Errors" msgstr "" #: driver/demo-Gtk-widgets.c:779 driver/xscreensaver-demo.glade.h:87 +#: driver/xscreensaver-demo.glade2.h:63 msgid "" "Whether the splash screen (with the version number and `Help' button) should " "be momentarily displayed when the daemon first starts up." @@ -266,6 +278,7 @@ msgid "Colormaps" msgstr "" #: driver/demo-Gtk-widgets.c:834 driver/xscreensaver-demo.glade.h:88 +#: driver/xscreensaver-demo.glade2.h:64 msgid "" "Whether to install a private colormap when running in 8-bit mode on the " "default Visual." @@ -276,6 +289,7 @@ msgid "Install Colormap" msgstr "" #: driver/demo-Gtk-widgets.c:859 driver/xscreensaver-demo.glade.h:86 +#: driver/xscreensaver-demo.glade2.h:62 msgid "" "Whether the screen should slowly fade to black when the screen saver " "activates." @@ -286,6 +300,7 @@ msgid "Fade To Black When Blanking" msgstr "" #: driver/demo-Gtk-widgets.c:876 driver/xscreensaver-demo.glade.h:85 +#: driver/xscreensaver-demo.glade2.h:61 msgid "" "Whether the screen should slowly fade in from black when the screen saver " "deactivates." @@ -300,20 +315,22 @@ msgid "Fade Duration" msgstr "" #: driver/demo-Gtk-widgets.c:922 driver/xscreensaver-demo.glade.h:44 +#: driver/xscreensaver-demo.glade2.h:31 msgid "How long it should take for the screen to fade in and out." msgstr "" #: driver/demo-Gtk-widgets.c:926 driver/xscreensaver-demo.glade.h:100 -#: driver/xscreensaver-demo.glade2.h:73 +#: driver/xscreensaver-demo.glade2.h:96 msgid "seconds" msgstr "" #: driver/demo-Gtk-widgets.c:936 driver/xscreensaver-demo.glade.h:27 -#: driver/xscreensaver-demo.glade2.h:15 +#: driver/xscreensaver-demo.glade2.h:17 msgid "Display Power Management" msgstr "" #: driver/demo-Gtk-widgets.c:980 driver/xscreensaver-demo.glade.h:84 +#: driver/xscreensaver-demo.glade2.h:60 msgid "Whether the monitor should be powered down after a while." msgstr "" @@ -334,19 +351,22 @@ msgid "Standby After" msgstr "" #: driver/demo-Gtk-widgets.c:1099 driver/xscreensaver-demo.glade.h:45 +#: driver/xscreensaver-demo.glade2.h:33 msgid "How long until the monitor goes into power-saving mode." msgstr "" #: driver/demo-Gtk-widgets.c:1113 driver/xscreensaver-demo.glade.h:46 +#: driver/xscreensaver-demo.glade2.h:34 msgid "How long until the monitor powers down." msgstr "" #: driver/demo-Gtk-widgets.c:1117 driver/xscreensaver-demo.glade.h:47 -#: driver/xscreensaver-demo.glade2.h:27 +#: driver/xscreensaver-demo.glade2.h:35 msgid "Image Manipulation" msgstr "" #: driver/demo-Gtk-widgets.c:1161 driver/xscreensaver-demo.glade.h:81 +#: driver/xscreensaver-demo.glade2.h:57 msgid "" "Whether the image-manipulating modes should be allowed to operate on an " "image of your desktop." @@ -367,6 +387,7 @@ msgid "Grab Video Frames" msgstr "" #: driver/demo-Gtk-widgets.c:1195 driver/xscreensaver-demo.glade.h:83 +#: driver/xscreensaver-demo.glade2.h:59 msgid "" "Whether the image-manipulating modes should operate on random images loaded " "from disk." @@ -377,6 +398,7 @@ msgid "Choose Random Image:" msgstr "" #: driver/demo-Gtk-widgets.c:1230 driver/xscreensaver-demo.glade.h:73 +#: driver/xscreensaver-demo.glade2.h:52 msgid "The directory from which images will be randomly chosen." msgstr "" @@ -394,12 +416,12 @@ msgid "XScreenSaver: Mode-Specific Settings" msgstr "" #: driver/demo-Gtk-widgets.c:1460 driver/xscreensaver-demo.glade.h:64 -#: driver/xscreensaver-demo.glade2.h:36 +#: driver/xscreensaver-demo.glade2.h:47 msgid "Settings" msgstr "" #: driver/demo-Gtk-widgets.c:1489 driver/xscreensaver-demo.glade.h:66 -#: driver/xscreensaver-demo.glade2.h:38 +#: driver/xscreensaver-demo.glade2.h:49 msgid "Standard" msgstr "" @@ -408,7 +430,7 @@ msgid "Visual:" msgstr "" #: driver/demo-Gtk-widgets.c:1544 driver/demo-Gtk-widgets.c:1567 -#: driver/demo-Gtk.c:1479 driver/demo-Gtk.c:2680 +#: driver/demo-Gtk.c:1518 driver/demo-Gtk.c:2850 #: driver/xscreensaver-demo.glade.h:5 driver/xscreensaver-demo.glade2.h:3 msgid "Any" msgstr "" @@ -419,42 +441,42 @@ msgid "Best" msgstr "" #: driver/demo-Gtk-widgets.c:1546 driver/xscreensaver-demo.glade.h:19 -#: driver/xscreensaver-demo.glade2.h:9 +#: driver/xscreensaver-demo.glade2.h:10 msgid "Default" msgstr "" #: driver/demo-Gtk-widgets.c:1547 driver/xscreensaver-demo.glade.h:20 -#: driver/xscreensaver-demo.glade2.h:10 +#: driver/xscreensaver-demo.glade2.h:11 msgid "Default-N" msgstr "" #: driver/demo-Gtk-widgets.c:1548 driver/xscreensaver-demo.glade.h:37 -#: driver/xscreensaver-demo.glade2.h:21 +#: driver/xscreensaver-demo.glade2.h:23 msgid "GL" msgstr "" #: driver/demo-Gtk-widgets.c:1549 driver/xscreensaver-demo.glade.h:74 -#: driver/xscreensaver-demo.glade2.h:41 +#: driver/xscreensaver-demo.glade2.h:53 msgid "TrueColor" msgstr "" #: driver/demo-Gtk-widgets.c:1550 driver/xscreensaver-demo.glade.h:59 -#: driver/xscreensaver-demo.glade2.h:34 +#: driver/xscreensaver-demo.glade2.h:43 msgid "PseudoColor" msgstr "" #: driver/demo-Gtk-widgets.c:1551 driver/xscreensaver-demo.glade.h:69 -#: driver/xscreensaver-demo.glade2.h:39 +#: driver/xscreensaver-demo.glade2.h:50 msgid "StaticGray" msgstr "" #: driver/demo-Gtk-widgets.c:1552 driver/xscreensaver-demo.glade.h:42 -#: driver/xscreensaver-demo.glade2.h:25 +#: driver/xscreensaver-demo.glade2.h:27 msgid "GrayScale" msgstr "" #: driver/demo-Gtk-widgets.c:1553 driver/xscreensaver-demo.glade.h:24 -#: driver/xscreensaver-demo.glade2.h:13 +#: driver/xscreensaver-demo.glade2.h:15 msgid "DirectColor" msgstr "" @@ -464,12 +486,12 @@ msgid "Color" msgstr "" #: driver/demo-Gtk-widgets.c:1555 driver/xscreensaver-demo.glade.h:41 -#: driver/xscreensaver-demo.glade2.h:24 +#: driver/xscreensaver-demo.glade2.h:26 msgid "Gray" msgstr "" #: driver/demo-Gtk-widgets.c:1556 driver/xscreensaver-demo.glade.h:53 -#: driver/xscreensaver-demo.glade2.h:29 +#: driver/xscreensaver-demo.glade2.h:37 msgid "Mono" msgstr "" @@ -507,7 +529,7 @@ msgstr "" msgid "Back to the graphical configuration options." msgstr "" -#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:688 +#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:727 #: driver/xscreensaver-demo.glade.h:54 msgid "OK" msgstr "" @@ -516,28 +538,18 @@ msgstr "" msgid "Cancel" msgstr "" -#: driver/demo-Gtk.c:601 +#: driver/demo-Gtk.c:632 msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "" -#: driver/demo-Gtk.c:608 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:610 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:726 +#: driver/demo-Gtk.c:765 msgid "" "Error:\n" "\n" "No Help URL has been specified.\n" msgstr "" -#: driver/demo-Gtk.c:812 +#: driver/demo-Gtk.c:851 msgid "" "Error:\n" "\n" @@ -545,7 +557,7 @@ msgid "" "\n" msgstr "" -#: driver/demo-Gtk.c:818 +#: driver/demo-Gtk.c:857 msgid "" "You are running as root. This usually means that xscreensaver\n" "was unable to contact your X server because access control is\n" @@ -564,18 +576,18 @@ msgid "" "normal user, and `su' as necessary." msgstr "" -#: driver/demo-Gtk.c:834 +#: driver/demo-Gtk.c:873 msgid "Please check your $PATH and permissions." msgstr "" -#: driver/demo-Gtk.c:869 +#: driver/demo-Gtk.c:908 msgid "" "Error:\n" "\n" "Couldn't determine init file name!\n" msgstr "" -#: driver/demo-Gtk.c:874 +#: driver/demo-Gtk.c:913 #, c-format msgid "" "Error:\n" @@ -583,14 +595,14 @@ msgid "" "Couldn't write %s\n" msgstr "" -#: driver/demo-Gtk.c:933 +#: driver/demo-Gtk.c:972 msgid "" "Error:\n" "\n" "no `manualCommand' resource set." msgstr "" -#: driver/demo-Gtk.c:1114 +#: driver/demo-Gtk.c:1153 #, c-format msgid "" "Error:\n" @@ -598,7 +610,7 @@ msgid "" "Unparsable time format: \"%s\"\n" msgstr "" -#: driver/demo-Gtk.c:1779 +#: driver/demo-Gtk.c:1818 #, c-format msgid "" "Error:\n" @@ -606,24 +618,24 @@ msgid "" "Directory does not exist: \"%s\"\n" msgstr "" -#: driver/demo-Gtk.c:2376 +#: driver/demo-Gtk.c:2532 msgid "Descriptions not available: no XML support compiled in." msgstr "" -#: driver/demo-Gtk.c:2381 +#: driver/demo-Gtk.c:2537 msgid "No description available." msgstr "" -#: driver/demo-Gtk.c:2632 +#: driver/demo-Gtk.c:2802 msgid "Blank Screen" msgstr "" -#: driver/demo-Gtk.c:2638 +#: driver/demo-Gtk.c:2808 #, fuzzy msgid "Screen Saver Disabled" msgstr "Protector de pantalla" -#: driver/demo-Gtk.c:2798 +#: driver/demo-Gtk.c:2996 #, c-format msgid "" "Warning:\n" @@ -631,15 +643,23 @@ msgid "" "file \"%s\" has changed, reloading.\n" msgstr "" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "No Preview" msgstr "" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "Available" msgstr "" -#: driver/demo-Gtk.c:3543 +#: driver/demo-Gtk.c:3079 +msgid "Not" +msgstr "" + +#: driver/demo-Gtk.c:3079 +msgid "Installed" +msgstr "" + +#: driver/demo-Gtk.c:3780 #, c-format msgid "" "Warning:\n" @@ -648,7 +668,7 @@ msgid "" "on display \"%s\". Launch it now?" msgstr "" -#: driver/demo-Gtk.c:3553 +#: driver/demo-Gtk.c:3790 #, c-format msgid "" "Warning:\n" @@ -667,7 +687,7 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3578 +#: driver/demo-Gtk.c:3815 #, c-format msgid "" "Warning:\n" @@ -683,7 +703,7 @@ msgid "" "Restart the daemon on \"%s\" as \"%s\" now?\n" msgstr "" -#: driver/demo-Gtk.c:3600 +#: driver/demo-Gtk.c:3837 #, c-format msgid "" "Warning:\n" @@ -695,14 +715,19 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3999 +#: driver/demo-Gtk.c:4272 #, c-format msgid "%s: unknown option: %s\n" msgstr "" +#: driver/demo-Gtk.c:4335 +#, fuzzy +msgid "Screensaver Preferences" +msgstr "Protector de pantalla" + #: driver/screensaver-properties.desktop.in.h:1 -msgid "Configure the settings of the screensaver." -msgstr "Configurar el protector de pantalla." +msgid "Change screensaver properties" +msgstr "" #: driver/screensaver-properties.desktop.in.h:2 #, fuzzy @@ -721,136 +746,165 @@ msgstr "" msgid "Choose _Random Image:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:16 +#: driver/xscreensaver-demo.glade2.h:18 msgid "Display Subprocess _Errors" msgstr "" -#: driver/xscreensaver-demo.glade2.h:17 +#: driver/xscreensaver-demo.glade2.h:19 #, fuzzy msgid "Display _Splash Screen at Startup" msgstr "Protector de pantalla" -#: driver/xscreensaver-demo.glade2.h:18 +#: driver/xscreensaver-demo.glade2.h:20 msgid "F_ade Duration" msgstr "" -#: driver/xscreensaver-demo.glade2.h:19 +#: driver/xscreensaver-demo.glade2.h:21 msgid "Fade from Black When _Unblanking" msgstr "" -#: driver/xscreensaver-demo.glade2.h:20 +#: driver/xscreensaver-demo.glade2.h:22 msgid "Fade to Black when _Blanking" msgstr "" -#: driver/xscreensaver-demo.glade2.h:22 +#: driver/xscreensaver-demo.glade2.h:24 msgid "Grab Desktop _Images" msgstr "" -#: driver/xscreensaver-demo.glade2.h:23 +#: driver/xscreensaver-demo.glade2.h:25 msgid "Grab _Video Frames" msgstr "" #: driver/xscreensaver-demo.glade2.h:28 -msgid "Install _Colormap" +msgid "How long after the screen blanks until a password will be required." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:29 +msgid "How long before the screensaver activates." msgstr "" #: driver/xscreensaver-demo.glade2.h:30 msgid "" +"How long each display mode should run before choosing a new one (in Random " +"mode.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:32 +msgid "How long until the monitor goes completely black." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:36 +msgid "Install _Colormap" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:38 +msgid "" "No Preview\n" "Available" msgstr "" -#: driver/xscreensaver-demo.glade2.h:33 -#, fuzzy -msgid "Preview of screen saver" -msgstr "Protector de pantalla" +#: driver/xscreensaver-demo.glade2.h:40 +msgid "" +"Not\n" +"Installed" +msgstr "" -#: driver/xscreensaver-demo.glade2.h:37 +#: driver/xscreensaver-demo.glade2.h:48 msgid "Stand_by After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:40 +#: driver/xscreensaver-demo.glade2.h:51 msgid "Sus_pend After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:45 +#: driver/xscreensaver-demo.glade2.h:58 +msgid "" +"Whether the image-manipulating modes should operate on images captured from " +"the system's video input (if there is one.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:67 msgid "_Advanced" msgstr "" -#: driver/xscreensaver-demo.glade2.h:46 +#: driver/xscreensaver-demo.glade2.h:68 msgid "_Advanced >>" msgstr "" -#: driver/xscreensaver-demo.glade2.h:47 +#: driver/xscreensaver-demo.glade2.h:69 msgid "_Blank After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:49 +#: driver/xscreensaver-demo.glade2.h:71 msgid "_Browse" msgstr "" -#: driver/xscreensaver-demo.glade2.h:50 +#: driver/xscreensaver-demo.glade2.h:72 msgid "_Command Line:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:51 +#: driver/xscreensaver-demo.glade2.h:73 msgid "_Cycle After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:52 +#: driver/xscreensaver-demo.glade2.h:74 msgid "_Display Modes" msgstr "" -#: driver/xscreensaver-demo.glade2.h:57 +#: driver/xscreensaver-demo.glade2.h:79 #, fuzzy msgid "_Lock Screen After" msgstr "Protector de pantalla" -#: driver/xscreensaver-demo.glade2.h:59 +#: driver/xscreensaver-demo.glade2.h:81 msgid "_Mode:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:60 +#: driver/xscreensaver-demo.glade2.h:82 msgid "_Off After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:61 +#: driver/xscreensaver-demo.glade2.h:83 msgid "_Power Management Enabled" msgstr "" -#: driver/xscreensaver-demo.glade2.h:62 +#: driver/xscreensaver-demo.glade2.h:84 msgid "_Preview" msgstr "" -#: driver/xscreensaver-demo.glade2.h:63 +#: driver/xscreensaver-demo.glade2.h:85 msgid "_Quit" msgstr "" -#: driver/xscreensaver-demo.glade2.h:65 +#: driver/xscreensaver-demo.glade2.h:87 msgid "_Settings..." msgstr "" -#: driver/xscreensaver-demo.glade2.h:66 +#: driver/xscreensaver-demo.glade2.h:88 msgid "_Standard <<" msgstr "" -#: driver/xscreensaver-demo.glade2.h:67 -msgid "_Verbose Dialognostics" +#: driver/xscreensaver-demo.glade2.h:89 +msgid "_Verbose Diagnostics" msgstr "" -#: driver/xscreensaver-demo.glade2.h:68 +#: driver/xscreensaver-demo.glade2.h:90 msgid "_Visual:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:69 +#: driver/xscreensaver-demo.glade2.h:91 msgid "dialog1" msgstr "" -#: driver/xscreensaver-demo.glade2.h:71 +#: driver/xscreensaver-demo.glade2.h:93 msgid "no preview" msgstr "" -#: driver/xscreensaver-demo.glade2.h:72 +#: driver/xscreensaver-demo.glade2.h:94 +msgid "not installed" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:95 msgid "preview" msgstr "" @@ -862,85 +916,95 @@ msgstr "" msgid "Arms" msgstr "" -#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:5 +#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:6 #: hacks/config/apollonian.xml.h:5 hacks/config/atlantis.xml.h:4 -#: hacks/config/attraction.xml.h:8 hacks/config/blaster.xml.h:3 -#: hacks/config/blitspin.xml.h:4 hacks/config/bouboule.xml.h:3 +#: hacks/config/attraction.xml.h:8 hacks/config/atunnel.xml.h:3 +#: hacks/config/barcode.xml.h:4 hacks/config/blaster.xml.h:3 +#: hacks/config/blitspin.xml.h:4 hacks/config/blocktube.xml.h:4 +#: hacks/config/bouboule.xml.h:3 hacks/config/bouncingcow.xml.h:6 #: hacks/config/boxed.xml.h:4 hacks/config/braid.xml.h:4 #: hacks/config/bubble3d.xml.h:3 hacks/config/bubbles.xml.h:8 #: hacks/config/bumps.xml.h:3 hacks/config/cage.xml.h:2 -#: hacks/config/circuit.xml.h:4 hacks/config/compass.xml.h:3 -#: hacks/config/coral.xml.h:7 hacks/config/critical.xml.h:3 -#: hacks/config/crystal.xml.h:6 hacks/config/cubenetic.xml.h:8 +#: hacks/config/circuit.xml.h:4 hacks/config/cloudlife.xml.h:3 +#: hacks/config/compass.xml.h:3 hacks/config/coral.xml.h:7 +#: hacks/config/critical.xml.h:3 hacks/config/crystal.xml.h:6 +#: hacks/config/cubenetic.xml.h:8 hacks/config/cubestorm.xml.h:4 #: hacks/config/cynosure.xml.h:4 hacks/config/dangerball.xml.h:3 #: hacks/config/decayscreen.xml.h:2 hacks/config/deluxe.xml.h:4 #: hacks/config/demon.xml.h:4 hacks/config/discrete.xml.h:2 #: hacks/config/distort.xml.h:4 hacks/config/drift.xml.h:3 -#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:3 -#: hacks/config/epicycle.xml.h:5 hacks/config/euler2d.xml.h:3 -#: hacks/config/extrusion.xml.h:3 hacks/config/fadeplot.xml.h:4 -#: hacks/config/flag.xml.h:2 hacks/config/flame.xml.h:6 -#: hacks/config/flipscreen3d.xml.h:1 hacks/config/flow.xml.h:4 -#: hacks/config/fluidballs.xml.h:3 hacks/config/forest.xml.h:1 +#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:8 +#: hacks/config/epicycle.xml.h:5 hacks/config/eruption.xml.h:5 +#: hacks/config/euler2d.xml.h:3 hacks/config/extrusion.xml.h:3 +#: hacks/config/fadeplot.xml.h:4 hacks/config/flag.xml.h:2 +#: hacks/config/flame.xml.h:6 hacks/config/flipscreen3d.xml.h:1 +#: hacks/config/flow.xml.h:4 hacks/config/fluidballs.xml.h:5 +#: hacks/config/flyingtoasters.xml.h:5 hacks/config/forest.xml.h:1 #: hacks/config/galaxy.xml.h:3 hacks/config/gears.xml.h:2 -#: hacks/config/gflux.xml.h:6 hacks/config/glforestfire.xml.h:4 -#: hacks/config/glplanet.xml.h:2 hacks/config/glsnake.xml.h:5 -#: hacks/config/gltext.xml.h:3 hacks/config/goop.xml.h:4 -#: hacks/config/grav.xml.h:2 hacks/config/greynetic.xml.h:1 -#: hacks/config/halo.xml.h:2 hacks/config/hopalong.xml.h:9 -#: hacks/config/hyperball.xml.h:2 hacks/config/hypercube.xml.h:2 +#: hacks/config/gflux.xml.h:6 hacks/config/glblur.xml.h:4 +#: hacks/config/glforestfire.xml.h:4 hacks/config/glknots.xml.h:3 +#: hacks/config/glmatrix.xml.h:8 hacks/config/glplanet.xml.h:2 +#: hacks/config/glsnake.xml.h:5 hacks/config/gltext.xml.h:3 +#: hacks/config/goop.xml.h:4 hacks/config/grav.xml.h:2 +#: hacks/config/greynetic.xml.h:1 hacks/config/halo.xml.h:2 +#: hacks/config/hopalong.xml.h:9 hacks/config/hyperball.xml.h:2 +#: hacks/config/hypercube.xml.h:2 hacks/config/hypertorus.xml.h:6 #: hacks/config/ifs.xml.h:1 hacks/config/interference.xml.h:5 -#: hacks/config/jigsaw.xml.h:3 hacks/config/juggle.xml.h:3 -#: hacks/config/julia.xml.h:2 hacks/config/kaleidescope.xml.h:2 +#: hacks/config/jigglypuff.xml.h:6 hacks/config/jigsaw.xml.h:3 +#: hacks/config/juggle.xml.h:3 hacks/config/julia.xml.h:2 +#: hacks/config/kaleidescope.xml.h:2 hacks/config/klein.xml.h:2 #: hacks/config/kumppa.xml.h:3 hacks/config/lament.xml.h:2 #: hacks/config/laser.xml.h:3 hacks/config/lavalite.xml.h:10 #: hacks/config/lightning.xml.h:1 hacks/config/lisa.xml.h:2 #: hacks/config/lissie.xml.h:3 hacks/config/lmorph.xml.h:3 #: hacks/config/loop.xml.h:1 hacks/config/maze.xml.h:4 -#: hacks/config/menger.xml.h:3 hacks/config/moebius.xml.h:3 -#: hacks/config/moire2.xml.h:2 hacks/config/molecule.xml.h:10 -#: hacks/config/morph3d.xml.h:3 hacks/config/mountain.xml.h:2 -#: hacks/config/munch.xml.h:3 hacks/config/nerverot.xml.h:9 -#: hacks/config/penetrate.xml.h:3 hacks/config/penrose.xml.h:6 -#: hacks/config/petri.xml.h:5 hacks/config/phosphor.xml.h:3 +#: hacks/config/menger.xml.h:3 hacks/config/metaballs.xml.h:4 +#: hacks/config/moebius.xml.h:3 hacks/config/moire2.xml.h:2 +#: hacks/config/molecule.xml.h:10 hacks/config/morph3d.xml.h:3 +#: hacks/config/mountain.xml.h:2 hacks/config/munch.xml.h:3 +#: hacks/config/nerverot.xml.h:9 hacks/config/penetrate.xml.h:3 +#: hacks/config/penrose.xml.h:6 hacks/config/petri.xml.h:5 +#: hacks/config/phosphor.xml.h:3 hacks/config/piecewise.xml.h:4 #: hacks/config/pipes.xml.h:5 hacks/config/polyominoes.xml.h:2 -#: hacks/config/pulsar.xml.h:11 hacks/config/pyro.xml.h:4 -#: hacks/config/qix.xml.h:7 hacks/config/queens.xml.h:1 -#: hacks/config/rd-bomb.xml.h:9 hacks/config/ripples.xml.h:4 -#: hacks/config/rocks.xml.h:4 hacks/config/rotor.xml.h:3 -#: hacks/config/rubik.xml.h:3 hacks/config/sballs.xml.h:4 -#: hacks/config/shadebobs.xml.h:3 hacks/config/sierpinski.xml.h:2 -#: hacks/config/sierpinski3d.xml.h:2 hacks/config/slidescreen.xml.h:2 -#: hacks/config/slip.xml.h:2 hacks/config/speedmine.xml.h:3 -#: hacks/config/sphere.xml.h:2 hacks/config/spheremonics.xml.h:5 -#: hacks/config/spiral.xml.h:3 hacks/config/spotlight.xml.h:2 -#: hacks/config/sproingies.xml.h:2 hacks/config/squiral.xml.h:4 -#: hacks/config/stairs.xml.h:1 hacks/config/starfish.xml.h:3 -#: hacks/config/starwars.xml.h:6 hacks/config/strange.xml.h:2 -#: hacks/config/superquadrics.xml.h:3 hacks/config/swirl.xml.h:2 -#: hacks/config/t3d.xml.h:6 hacks/config/thornbird.xml.h:2 -#: hacks/config/triangle.xml.h:1 hacks/config/truchet.xml.h:1 -#: hacks/config/twang.xml.h:3 hacks/config/vines.xml.h:1 -#: hacks/config/webcollage.xml.h:4 hacks/config/worm.xml.h:3 -#: hacks/config/xearth.xml.h:7 hacks/config/xfishtank.xml.h:3 -#: hacks/config/xflame.xml.h:4 hacks/config/xjack.xml.h:1 -#: hacks/config/xmatrix.xml.h:5 hacks/config/xmountains.xml.h:1 -#: hacks/config/xrayswarm.xml.h:2 hacks/config/zoom.xml.h:2 +#: hacks/config/popsquares.xml.h:3 hacks/config/pulsar.xml.h:11 +#: hacks/config/pyro.xml.h:4 hacks/config/qix.xml.h:7 +#: hacks/config/queens.xml.h:1 hacks/config/rd-bomb.xml.h:9 +#: hacks/config/ripples.xml.h:4 hacks/config/rocks.xml.h:4 +#: hacks/config/rotor.xml.h:3 hacks/config/rubik.xml.h:3 +#: hacks/config/sballs.xml.h:4 hacks/config/shadebobs.xml.h:3 +#: hacks/config/sierpinski.xml.h:2 hacks/config/sierpinski3d.xml.h:2 +#: hacks/config/slidescreen.xml.h:2 hacks/config/slip.xml.h:2 +#: hacks/config/speedmine.xml.h:3 hacks/config/sphere.xml.h:2 +#: hacks/config/spheremonics.xml.h:5 hacks/config/spiral.xml.h:3 +#: hacks/config/spotlight.xml.h:2 hacks/config/sproingies.xml.h:2 +#: hacks/config/squiral.xml.h:4 hacks/config/stairs.xml.h:1 +#: hacks/config/starfish.xml.h:3 hacks/config/starwars.xml.h:6 +#: hacks/config/strange.xml.h:2 hacks/config/superquadrics.xml.h:4 +#: hacks/config/swirl.xml.h:2 hacks/config/t3d.xml.h:6 +#: hacks/config/thornbird.xml.h:2 hacks/config/triangle.xml.h:1 +#: hacks/config/truchet.xml.h:1 hacks/config/twang.xml.h:3 +#: hacks/config/vines.xml.h:1 hacks/config/webcollage.xml.h:4 +#: hacks/config/worm.xml.h:3 hacks/config/xearth.xml.h:7 +#: hacks/config/xfishtank.xml.h:3 hacks/config/xflame.xml.h:4 +#: hacks/config/xjack.xml.h:1 hacks/config/xmatrix.xml.h:5 +#: hacks/config/xmountains.xml.h:1 hacks/config/xrayswarm.xml.h:2 +#: hacks/config/zoom.xml.h:2 msgid "Fast" msgstr "" #: hacks/config/anemone.xml.h:4 hacks/config/blaster.xml.h:4 #: hacks/config/bouboule.xml.h:4 hacks/config/coral.xml.h:8 -#: hacks/config/cubenetic.xml.h:9 hacks/config/euler2d.xml.h:4 -#: hacks/config/flame.xml.h:7 hacks/config/fluidballs.xml.h:4 -#: hacks/config/kaleidescope.xml.h:3 hacks/config/lisa.xml.h:3 -#: hacks/config/pedal.xml.h:4 hacks/config/petri.xml.h:7 -#: hacks/config/qix.xml.h:8 hacks/config/thornbird.xml.h:3 -#: hacks/config/whirlwindwarp.xml.h:1 hacks/config/xfishtank.xml.h:4 +#: hacks/config/cubenetic.xml.h:9 hacks/config/eruption.xml.h:6 +#: hacks/config/euler2d.xml.h:4 hacks/config/flame.xml.h:7 +#: hacks/config/fluidballs.xml.h:6 hacks/config/kaleidescope.xml.h:3 +#: hacks/config/lisa.xml.h:3 hacks/config/pedal.xml.h:4 +#: hacks/config/petri.xml.h:7 hacks/config/qix.xml.h:8 +#: hacks/config/thornbird.xml.h:3 hacks/config/whirlwindwarp.xml.h:1 +#: hacks/config/xfishtank.xml.h:4 msgid "Few" msgstr "" -#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:8 +#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:9 #: hacks/config/apollonian.xml.h:7 hacks/config/attraction.xml.h:18 #: hacks/config/blaster.xml.h:6 hacks/config/bouboule.xml.h:5 #: hacks/config/braid.xml.h:7 hacks/config/coral.xml.h:9 @@ -949,17 +1013,18 @@ msgstr "" #: hacks/config/deco.xml.h:5 hacks/config/deluxe.xml.h:6 #: hacks/config/demon.xml.h:6 hacks/config/discrete.xml.h:4 #: hacks/config/drift.xml.h:9 hacks/config/epicycle.xml.h:8 -#: hacks/config/euler2d.xml.h:8 hacks/config/fadeplot.xml.h:6 -#: hacks/config/flag.xml.h:5 hacks/config/flame.xml.h:11 -#: hacks/config/flow.xml.h:8 hacks/config/fluidballs.xml.h:13 -#: hacks/config/forest.xml.h:3 hacks/config/galaxy.xml.h:6 -#: hacks/config/grav.xml.h:4 hacks/config/halo.xml.h:4 -#: hacks/config/hopalong.xml.h:15 hacks/config/ifs.xml.h:3 -#: hacks/config/imsmap.xml.h:9 hacks/config/interference.xml.h:11 -#: hacks/config/julia.xml.h:6 hacks/config/kaleidescope.xml.h:5 -#: hacks/config/laser.xml.h:6 hacks/config/lightning.xml.h:3 -#: hacks/config/lisa.xml.h:5 hacks/config/lissie.xml.h:6 -#: hacks/config/loop.xml.h:4 hacks/config/moire.xml.h:5 +#: hacks/config/eruption.xml.h:12 hacks/config/euler2d.xml.h:8 +#: hacks/config/fadeplot.xml.h:6 hacks/config/flag.xml.h:5 +#: hacks/config/flame.xml.h:11 hacks/config/flow.xml.h:8 +#: hacks/config/fluidballs.xml.h:13 hacks/config/forest.xml.h:3 +#: hacks/config/galaxy.xml.h:6 hacks/config/grav.xml.h:4 +#: hacks/config/halo.xml.h:4 hacks/config/hopalong.xml.h:15 +#: hacks/config/ifs.xml.h:3 hacks/config/imsmap.xml.h:9 +#: hacks/config/interference.xml.h:11 hacks/config/julia.xml.h:6 +#: hacks/config/kaleidescope.xml.h:5 hacks/config/laser.xml.h:6 +#: hacks/config/lightning.xml.h:3 hacks/config/lisa.xml.h:5 +#: hacks/config/lissie.xml.h:6 hacks/config/loop.xml.h:4 +#: hacks/config/metaballs.xml.h:6 hacks/config/moire.xml.h:5 #: hacks/config/moire2.xml.h:3 hacks/config/mountain.xml.h:4 #: hacks/config/nerverot.xml.h:15 hacks/config/pedal.xml.h:6 #: hacks/config/penrose.xml.h:7 hacks/config/petri.xml.h:11 @@ -977,111 +1042,131 @@ msgstr "" msgid "Many" msgstr "" -#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:10 +#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:11 #: hacks/config/apollonian.xml.h:8 hacks/config/attraction.xml.h:19 #: hacks/config/bouboule.xml.h:6 hacks/config/braid.xml.h:9 #: hacks/config/critical.xml.h:5 hacks/config/crystal.xml.h:10 #: hacks/config/cynosure.xml.h:7 hacks/config/deco.xml.h:8 #: hacks/config/deluxe.xml.h:7 hacks/config/demon.xml.h:7 #: hacks/config/discrete.xml.h:6 hacks/config/drift.xml.h:10 -#: hacks/config/epicycle.xml.h:9 hacks/config/euler2d.xml.h:9 -#: hacks/config/fadeplot.xml.h:7 hacks/config/flag.xml.h:6 -#: hacks/config/flame.xml.h:12 hacks/config/flow.xml.h:9 -#: hacks/config/forest.xml.h:4 hacks/config/galaxy.xml.h:7 -#: hacks/config/grav.xml.h:5 hacks/config/halo.xml.h:6 -#: hacks/config/hopalong.xml.h:17 hacks/config/ifs.xml.h:4 -#: hacks/config/imsmap.xml.h:10 hacks/config/interference.xml.h:12 -#: hacks/config/julia.xml.h:7 hacks/config/laser.xml.h:8 -#: hacks/config/lightning.xml.h:4 hacks/config/lisa.xml.h:6 -#: hacks/config/lissie.xml.h:7 hacks/config/loop.xml.h:5 +#: hacks/config/epicycle.xml.h:9 hacks/config/eruption.xml.h:14 +#: hacks/config/euler2d.xml.h:9 hacks/config/fadeplot.xml.h:7 +#: hacks/config/flag.xml.h:6 hacks/config/flame.xml.h:12 +#: hacks/config/flow.xml.h:9 hacks/config/forest.xml.h:4 +#: hacks/config/galaxy.xml.h:7 hacks/config/grav.xml.h:5 +#: hacks/config/halo.xml.h:6 hacks/config/hopalong.xml.h:17 +#: hacks/config/ifs.xml.h:4 hacks/config/imsmap.xml.h:10 +#: hacks/config/interference.xml.h:12 hacks/config/julia.xml.h:7 +#: hacks/config/laser.xml.h:8 hacks/config/lightning.xml.h:4 +#: hacks/config/lisa.xml.h:6 hacks/config/lissie.xml.h:7 +#: hacks/config/loop.xml.h:5 hacks/config/metaballs.xml.h:10 #: hacks/config/moire.xml.h:7 hacks/config/moire2.xml.h:5 #: hacks/config/mountain.xml.h:6 hacks/config/penrose.xml.h:8 -#: hacks/config/polyominoes.xml.h:6 hacks/config/rd-bomb.xml.h:13 -#: hacks/config/rocks.xml.h:6 hacks/config/rotor.xml.h:7 -#: hacks/config/shadebobs.xml.h:6 hacks/config/sierpinski.xml.h:5 -#: hacks/config/slip.xml.h:5 hacks/config/sphere.xml.h:4 -#: hacks/config/spiral.xml.h:8 hacks/config/squiral.xml.h:10 -#: hacks/config/starfish.xml.h:6 hacks/config/strange.xml.h:6 -#: hacks/config/swirl.xml.h:5 hacks/config/thornbird.xml.h:5 -#: hacks/config/triangle.xml.h:4 hacks/config/vines.xml.h:3 -#: hacks/config/worm.xml.h:5 hacks/config/xearth.xml.h:17 -#: hacks/config/xfishtank.xml.h:9 +#: hacks/config/polyominoes.xml.h:6 hacks/config/popsquares.xml.h:4 +#: hacks/config/rd-bomb.xml.h:13 hacks/config/rocks.xml.h:6 +#: hacks/config/rotor.xml.h:7 hacks/config/shadebobs.xml.h:6 +#: hacks/config/sierpinski.xml.h:5 hacks/config/slip.xml.h:5 +#: hacks/config/sphere.xml.h:4 hacks/config/spiral.xml.h:8 +#: hacks/config/squiral.xml.h:10 hacks/config/starfish.xml.h:6 +#: hacks/config/strange.xml.h:6 hacks/config/swirl.xml.h:5 +#: hacks/config/thornbird.xml.h:5 hacks/config/triangle.xml.h:4 +#: hacks/config/vines.xml.h:3 hacks/config/worm.xml.h:5 +#: hacks/config/xearth.xml.h:17 hacks/config/xfishtank.xml.h:9 msgid "Number of Colors" msgstr "" -#: hacks/config/anemone.xml.h:7 hacks/config/ant.xml.h:14 +#: hacks/config/anemone.xml.h:7 hacks/config/pyro.xml.h:8 +msgid "Often" +msgstr "" + +#: hacks/config/anemone.xml.h:8 +msgid "Rarely" +msgstr "" + +#: hacks/config/anemone.xml.h:9 hacks/config/ant.xml.h:15 #: hacks/config/apollonian.xml.h:11 hacks/config/atlantis.xml.h:13 -#: hacks/config/attraction.xml.h:26 hacks/config/blaster.xml.h:8 -#: hacks/config/blitspin.xml.h:7 hacks/config/bouboule.xml.h:8 +#: hacks/config/attraction.xml.h:26 hacks/config/atunnel.xml.h:6 +#: hacks/config/barcode.xml.h:6 hacks/config/blaster.xml.h:8 +#: hacks/config/blitspin.xml.h:7 hacks/config/blocktube.xml.h:9 +#: hacks/config/bouboule.xml.h:8 hacks/config/bouncingcow.xml.h:10 #: hacks/config/boxed.xml.h:6 hacks/config/braid.xml.h:11 #: hacks/config/bubble3d.xml.h:5 hacks/config/bubbles.xml.h:10 #: hacks/config/bumps.xml.h:4 hacks/config/cage.xml.h:4 -#: hacks/config/circuit.xml.h:10 hacks/config/compass.xml.h:4 -#: hacks/config/coral.xml.h:12 hacks/config/critical.xml.h:6 -#: hacks/config/crystal.xml.h:11 hacks/config/cubenetic.xml.h:22 +#: hacks/config/circuit.xml.h:10 hacks/config/cloudlife.xml.h:11 +#: hacks/config/compass.xml.h:4 hacks/config/coral.xml.h:12 +#: hacks/config/critical.xml.h:6 hacks/config/crystal.xml.h:11 +#: hacks/config/cubenetic.xml.h:22 hacks/config/cubestorm.xml.h:8 #: hacks/config/cynosure.xml.h:9 hacks/config/dangerball.xml.h:5 #: hacks/config/decayscreen.xml.h:17 hacks/config/deluxe.xml.h:8 #: hacks/config/demon.xml.h:8 hacks/config/discrete.xml.h:7 #: hacks/config/distort.xml.h:11 hacks/config/drift.xml.h:12 -#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:5 -#: hacks/config/epicycle.xml.h:10 hacks/config/euler2d.xml.h:14 -#: hacks/config/extrusion.xml.h:11 hacks/config/fadeplot.xml.h:8 -#: hacks/config/flag.xml.h:7 hacks/config/flame.xml.h:14 -#: hacks/config/flipscreen3d.xml.h:6 hacks/config/flow.xml.h:13 -#: hacks/config/fluidballs.xml.h:18 hacks/config/forest.xml.h:5 +#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:15 +#: hacks/config/epicycle.xml.h:10 hacks/config/eruption.xml.h:19 +#: hacks/config/euler2d.xml.h:14 hacks/config/extrusion.xml.h:11 +#: hacks/config/fadeplot.xml.h:8 hacks/config/flag.xml.h:7 +#: hacks/config/flame.xml.h:14 hacks/config/flipscreen3d.xml.h:6 +#: hacks/config/flow.xml.h:13 hacks/config/fluidballs.xml.h:18 +#: hacks/config/flyingtoasters.xml.h:11 hacks/config/forest.xml.h:5 #: hacks/config/galaxy.xml.h:10 hacks/config/gears.xml.h:7 -#: hacks/config/gflux.xml.h:12 hacks/config/glforestfire.xml.h:14 -#: hacks/config/glplanet.xml.h:6 hacks/config/glsnake.xml.h:12 -#: hacks/config/gltext.xml.h:13 hacks/config/goop.xml.h:10 -#: hacks/config/grav.xml.h:8 hacks/config/greynetic.xml.h:3 -#: hacks/config/halo.xml.h:9 hacks/config/hopalong.xml.h:21 -#: hacks/config/hyperball.xml.h:8 hacks/config/hypercube.xml.h:7 +#: hacks/config/gflux.xml.h:12 hacks/config/glblur.xml.h:14 +#: hacks/config/glforestfire.xml.h:14 hacks/config/glknots.xml.h:17 +#: hacks/config/glmatrix.xml.h:18 hacks/config/glplanet.xml.h:6 +#: hacks/config/glsnake.xml.h:12 hacks/config/gltext.xml.h:13 +#: hacks/config/goop.xml.h:10 hacks/config/grav.xml.h:8 +#: hacks/config/greynetic.xml.h:3 hacks/config/halo.xml.h:9 +#: hacks/config/hopalong.xml.h:21 hacks/config/hyperball.xml.h:8 +#: hacks/config/hypercube.xml.h:7 hacks/config/hypertorus.xml.h:13 #: hacks/config/ifs.xml.h:5 hacks/config/interference.xml.h:14 -#: hacks/config/jigsaw.xml.h:5 hacks/config/juggle.xml.h:7 -#: hacks/config/julia.xml.h:8 hacks/config/kaleidescope.xml.h:7 +#: hacks/config/jigglypuff.xml.h:16 hacks/config/jigsaw.xml.h:5 +#: hacks/config/juggle.xml.h:7 hacks/config/julia.xml.h:8 +#: hacks/config/kaleidescope.xml.h:7 hacks/config/klein.xml.h:7 #: hacks/config/kumppa.xml.h:8 hacks/config/lament.xml.h:6 -#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:26 +#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:27 #: hacks/config/lightning.xml.h:5 hacks/config/lisa.xml.h:8 #: hacks/config/lissie.xml.h:9 hacks/config/lmorph.xml.h:11 #: hacks/config/loop.xml.h:7 hacks/config/maze.xml.h:14 -#: hacks/config/menger.xml.h:16 hacks/config/moebius.xml.h:7 -#: hacks/config/moire2.xml.h:6 hacks/config/molecule.xml.h:22 -#: hacks/config/morph3d.xml.h:6 hacks/config/mountain.xml.h:7 -#: hacks/config/munch.xml.h:7 hacks/config/nerverot.xml.h:20 -#: hacks/config/penetrate.xml.h:6 hacks/config/penrose.xml.h:11 -#: hacks/config/petri.xml.h:23 hacks/config/phosphor.xml.h:6 +#: hacks/config/menger.xml.h:16 hacks/config/metaballs.xml.h:13 +#: hacks/config/moebius.xml.h:7 hacks/config/moire2.xml.h:6 +#: hacks/config/molecule.xml.h:22 hacks/config/morph3d.xml.h:6 +#: hacks/config/mountain.xml.h:7 hacks/config/munch.xml.h:7 +#: hacks/config/nerverot.xml.h:20 hacks/config/penetrate.xml.h:6 +#: hacks/config/penrose.xml.h:11 hacks/config/petri.xml.h:23 +#: hacks/config/phosphor.xml.h:6 hacks/config/piecewise.xml.h:9 #: hacks/config/pipes.xml.h:15 hacks/config/polyominoes.xml.h:10 -#: hacks/config/pulsar.xml.h:15 hacks/config/pyro.xml.h:13 -#: hacks/config/qix.xml.h:19 hacks/config/queens.xml.h:4 -#: hacks/config/rd-bomb.xml.h:17 hacks/config/ripples.xml.h:11 -#: hacks/config/rocks.xml.h:9 hacks/config/rotor.xml.h:11 -#: hacks/config/rubik.xml.h:9 hacks/config/sballs.xml.h:13 -#: hacks/config/shadebobs.xml.h:9 hacks/config/sierpinski.xml.h:7 -#: hacks/config/sierpinski3d.xml.h:8 hacks/config/slidescreen.xml.h:6 -#: hacks/config/slip.xml.h:7 hacks/config/speedmine.xml.h:13 -#: hacks/config/sphere.xml.h:5 hacks/config/spheremonics.xml.h:19 -#: hacks/config/spiral.xml.h:9 hacks/config/spotlight.xml.h:4 -#: hacks/config/sproingies.xml.h:6 hacks/config/squiral.xml.h:14 -#: hacks/config/stairs.xml.h:3 hacks/config/starfish.xml.h:8 -#: hacks/config/starwars.xml.h:12 hacks/config/strange.xml.h:7 -#: hacks/config/superquadrics.xml.h:7 hacks/config/swirl.xml.h:6 -#: hacks/config/t3d.xml.h:11 hacks/config/thornbird.xml.h:7 -#: hacks/config/triangle.xml.h:5 hacks/config/truchet.xml.h:2 -#: hacks/config/twang.xml.h:9 hacks/config/vines.xml.h:4 -#: hacks/config/webcollage.xml.h:7 hacks/config/worm.xml.h:7 -#: hacks/config/xearth.xml.h:22 hacks/config/xfishtank.xml.h:10 -#: hacks/config/xflame.xml.h:5 hacks/config/xjack.xml.h:2 -#: hacks/config/xmatrix.xml.h:14 hacks/config/xmountains.xml.h:4 -#: hacks/config/xrayswarm.xml.h:3 hacks/config/zoom.xml.h:6 +#: hacks/config/popsquares.xml.h:5 hacks/config/pulsar.xml.h:15 +#: hacks/config/pyro.xml.h:13 hacks/config/qix.xml.h:19 +#: hacks/config/queens.xml.h:4 hacks/config/rd-bomb.xml.h:17 +#: hacks/config/ripples.xml.h:11 hacks/config/rocks.xml.h:9 +#: hacks/config/rotor.xml.h:11 hacks/config/rubik.xml.h:9 +#: hacks/config/sballs.xml.h:13 hacks/config/shadebobs.xml.h:9 +#: hacks/config/sierpinski.xml.h:7 hacks/config/sierpinski3d.xml.h:8 +#: hacks/config/slidescreen.xml.h:6 hacks/config/slip.xml.h:7 +#: hacks/config/speedmine.xml.h:13 hacks/config/sphere.xml.h:5 +#: hacks/config/spheremonics.xml.h:19 hacks/config/spiral.xml.h:9 +#: hacks/config/spotlight.xml.h:4 hacks/config/sproingies.xml.h:6 +#: hacks/config/squiral.xml.h:14 hacks/config/stairs.xml.h:3 +#: hacks/config/starfish.xml.h:8 hacks/config/starwars.xml.h:12 +#: hacks/config/strange.xml.h:7 hacks/config/superquadrics.xml.h:8 +#: hacks/config/swirl.xml.h:6 hacks/config/t3d.xml.h:11 +#: hacks/config/thornbird.xml.h:7 hacks/config/triangle.xml.h:5 +#: hacks/config/truchet.xml.h:2 hacks/config/twang.xml.h:9 +#: hacks/config/vines.xml.h:4 hacks/config/webcollage.xml.h:7 +#: hacks/config/worm.xml.h:7 hacks/config/xearth.xml.h:22 +#: hacks/config/xfishtank.xml.h:10 hacks/config/xflame.xml.h:5 +#: hacks/config/xjack.xml.h:2 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xmountains.xml.h:4 hacks/config/xrayswarm.xml.h:3 +#: hacks/config/zoom.xml.h:6 msgid "Slow" msgstr "" -#: hacks/config/anemone.xml.h:8 hacks/config/ant.xml.h:16 +#: hacks/config/anemone.xml.h:10 hacks/config/ant.xml.h:17 #: hacks/config/apollonian.xml.h:12 hacks/config/attraction.xml.h:28 -#: hacks/config/blaster.xml.h:9 hacks/config/bouboule.xml.h:9 -#: hacks/config/braid.xml.h:12 hacks/config/bubble3d.xml.h:6 -#: hacks/config/bubbles.xml.h:11 hacks/config/bumps.xml.h:5 -#: hacks/config/cage.xml.h:6 hacks/config/circuit.xml.h:11 +#: hacks/config/atunnel.xml.h:7 hacks/config/barcode.xml.h:7 +#: hacks/config/blaster.xml.h:9 hacks/config/blocktube.xml.h:11 +#: hacks/config/bouboule.xml.h:9 hacks/config/braid.xml.h:12 +#: hacks/config/bubble3d.xml.h:6 hacks/config/bubbles.xml.h:11 +#: hacks/config/bumps.xml.h:5 hacks/config/cage.xml.h:6 +#: hacks/config/circuit.xml.h:11 hacks/config/cloudlife.xml.h:13 #: hacks/config/compass.xml.h:5 hacks/config/coral.xml.h:14 #: hacks/config/critical.xml.h:7 hacks/config/crystal.xml.h:12 #: hacks/config/cubenetic.xml.h:24 hacks/config/cynosure.xml.h:10 @@ -1089,12 +1174,13 @@ msgstr "" #: hacks/config/deluxe.xml.h:9 hacks/config/demon.xml.h:10 #: hacks/config/discrete.xml.h:9 hacks/config/distort.xml.h:13 #: hacks/config/drift.xml.h:13 hacks/config/endgame.xml.h:6 -#: hacks/config/engine.xml.h:6 hacks/config/epicycle.xml.h:11 -#: hacks/config/euler2d.xml.h:15 hacks/config/extrusion.xml.h:13 -#: hacks/config/fadeplot.xml.h:10 hacks/config/flag.xml.h:9 -#: hacks/config/flame.xml.h:15 hacks/config/flipscreen3d.xml.h:7 -#: hacks/config/flow.xml.h:16 hacks/config/fluidballs.xml.h:20 -#: hacks/config/forest.xml.h:6 hacks/config/galaxy.xml.h:11 +#: hacks/config/engine.xml.h:16 hacks/config/epicycle.xml.h:11 +#: hacks/config/eruption.xml.h:20 hacks/config/euler2d.xml.h:15 +#: hacks/config/extrusion.xml.h:13 hacks/config/fadeplot.xml.h:10 +#: hacks/config/flag.xml.h:9 hacks/config/flame.xml.h:15 +#: hacks/config/flipscreen3d.xml.h:7 hacks/config/flow.xml.h:16 +#: hacks/config/fluidballs.xml.h:20 hacks/config/forest.xml.h:6 +#: hacks/config/galaxy.xml.h:11 hacks/config/glblur.xml.h:17 #: hacks/config/glforestfire.xml.h:15 hacks/config/glplanet.xml.h:8 #: hacks/config/gltext.xml.h:15 hacks/config/goop.xml.h:11 #: hacks/config/grav.xml.h:9 hacks/config/greynetic.xml.h:4 @@ -1102,18 +1188,20 @@ msgstr "" #: hacks/config/hyperball.xml.h:9 hacks/config/hypercube.xml.h:8 #: hacks/config/ifs.xml.h:6 hacks/config/jigsaw.xml.h:7 #: hacks/config/juggle.xml.h:8 hacks/config/julia.xml.h:10 -#: hacks/config/kaleidescope.xml.h:8 hacks/config/kumppa.xml.h:9 -#: hacks/config/lament.xml.h:7 hacks/config/laser.xml.h:11 -#: hacks/config/lavalite.xml.h:29 hacks/config/lightning.xml.h:6 -#: hacks/config/lisa.xml.h:9 hacks/config/lissie.xml.h:11 -#: hacks/config/lmorph.xml.h:12 hacks/config/loop.xml.h:9 -#: hacks/config/menger.xml.h:18 hacks/config/moebius.xml.h:10 +#: hacks/config/kaleidescope.xml.h:8 hacks/config/klein.xml.h:8 +#: hacks/config/kumppa.xml.h:9 hacks/config/lament.xml.h:7 +#: hacks/config/laser.xml.h:11 hacks/config/lavalite.xml.h:30 +#: hacks/config/lightning.xml.h:6 hacks/config/lisa.xml.h:9 +#: hacks/config/lissie.xml.h:11 hacks/config/lmorph.xml.h:12 +#: hacks/config/loop.xml.h:9 hacks/config/menger.xml.h:18 +#: hacks/config/metaballs.xml.h:15 hacks/config/moebius.xml.h:10 #: hacks/config/moire2.xml.h:7 hacks/config/molecule.xml.h:24 #: hacks/config/morph3d.xml.h:7 hacks/config/mountain.xml.h:8 #: hacks/config/munch.xml.h:9 hacks/config/nerverot.xml.h:22 #: hacks/config/penrose.xml.h:12 hacks/config/petri.xml.h:25 -#: hacks/config/phosphor.xml.h:7 hacks/config/pipes.xml.h:16 -#: hacks/config/polyominoes.xml.h:11 hacks/config/pulsar.xml.h:17 +#: hacks/config/phosphor.xml.h:7 hacks/config/piecewise.xml.h:11 +#: hacks/config/pipes.xml.h:16 hacks/config/polyominoes.xml.h:11 +#: hacks/config/popsquares.xml.h:6 hacks/config/pulsar.xml.h:17 #: hacks/config/qix.xml.h:22 hacks/config/queens.xml.h:6 #: hacks/config/rotor.xml.h:12 hacks/config/rubik.xml.h:11 #: hacks/config/sballs.xml.h:14 hacks/config/shadebobs.xml.h:10 @@ -1124,40 +1212,46 @@ msgstr "" #: hacks/config/spotlight.xml.h:5 hacks/config/sproingies.xml.h:8 #: hacks/config/squiral.xml.h:16 hacks/config/stairs.xml.h:5 #: hacks/config/starfish.xml.h:9 hacks/config/strange.xml.h:8 -#: hacks/config/superquadrics.xml.h:9 hacks/config/swirl.xml.h:7 +#: hacks/config/superquadrics.xml.h:10 hacks/config/swirl.xml.h:7 #: hacks/config/t3d.xml.h:13 hacks/config/thornbird.xml.h:8 #: hacks/config/triangle.xml.h:6 hacks/config/truchet.xml.h:3 #: hacks/config/twang.xml.h:10 hacks/config/vines.xml.h:5 -#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:4 +#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:13 #: hacks/config/worm.xml.h:8 hacks/config/xearth.xml.h:25 #: hacks/config/xflame.xml.h:6 hacks/config/xjack.xml.h:3 -#: hacks/config/xmatrix.xml.h:17 hacks/config/xmountains.xml.h:5 +#: hacks/config/xmatrix.xml.h:18 hacks/config/xmountains.xml.h:5 #: hacks/config/xrayswarm.xml.h:4 hacks/config/zoom.xml.h:7 msgid "Speed" msgstr "" -#: hacks/config/anemone.xml.h:9 +#: hacks/config/anemone.xml.h:11 msgid "Tentacles" msgstr "" -#: hacks/config/anemone.xml.h:10 hacks/config/deluxe.xml.h:10 +#: hacks/config/anemone.xml.h:12 hacks/config/cubestorm.xml.h:11 +#: hacks/config/deluxe.xml.h:10 hacks/config/glknots.xml.h:19 #: hacks/config/lmorph.xml.h:13 hacks/config/starfish.xml.h:11 #: hacks/config/thornbird.xml.h:9 msgid "Thick" msgstr "" -#: hacks/config/anemone.xml.h:11 hacks/config/moire2.xml.h:8 -#: hacks/config/thornbird.xml.h:10 +#: hacks/config/anemone.xml.h:13 hacks/config/glknots.xml.h:20 +#: hacks/config/moire2.xml.h:8 hacks/config/thornbird.xml.h:10 msgid "Thickness" msgstr "" -#: hacks/config/anemone.xml.h:12 hacks/config/deluxe.xml.h:11 +#: hacks/config/anemone.xml.h:14 hacks/config/cubestorm.xml.h:12 +#: hacks/config/deluxe.xml.h:11 hacks/config/glknots.xml.h:21 #: hacks/config/lmorph.xml.h:14 hacks/config/starfish.xml.h:12 #: hacks/config/thornbird.xml.h:11 msgid "Thin" msgstr "" -#: hacks/config/anemone.xml.h:13 hacks/config/ant.xml.h:21 +#: hacks/config/anemone.xml.h:15 +msgid "Turn speed" +msgstr "" + +#: hacks/config/anemone.xml.h:16 hacks/config/ant.xml.h:22 #: hacks/config/apollonian.xml.h:13 hacks/config/attraction.xml.h:32 #: hacks/config/bouboule.xml.h:11 hacks/config/braid.xml.h:13 #: hacks/config/critical.xml.h:8 hacks/config/crystal.xml.h:13 @@ -1174,25 +1268,30 @@ msgstr "" #: hacks/config/julia.xml.h:12 hacks/config/laser.xml.h:12 #: hacks/config/lightning.xml.h:8 hacks/config/lisa.xml.h:12 #: hacks/config/lissie.xml.h:13 hacks/config/loop.xml.h:12 -#: hacks/config/moire.xml.h:11 hacks/config/moire2.xml.h:9 -#: hacks/config/mountain.xml.h:9 hacks/config/nerverot.xml.h:23 -#: hacks/config/penrose.xml.h:13 hacks/config/polyominoes.xml.h:12 -#: hacks/config/rd-bomb.xml.h:20 hacks/config/rocks.xml.h:12 -#: hacks/config/rotor.xml.h:13 hacks/config/shadebobs.xml.h:12 -#: hacks/config/sierpinski.xml.h:12 hacks/config/slip.xml.h:12 -#: hacks/config/sphere.xml.h:8 hacks/config/spiral.xml.h:12 -#: hacks/config/squiral.xml.h:18 hacks/config/starfish.xml.h:14 -#: hacks/config/strange.xml.h:11 hacks/config/swirl.xml.h:9 -#: hacks/config/thornbird.xml.h:13 hacks/config/triangle.xml.h:8 -#: hacks/config/vines.xml.h:7 hacks/config/worm.xml.h:9 -#: hacks/config/xearth.xml.h:28 hacks/config/xfishtank.xml.h:11 +#: hacks/config/metaballs.xml.h:16 hacks/config/moire.xml.h:11 +#: hacks/config/moire2.xml.h:9 hacks/config/mountain.xml.h:9 +#: hacks/config/nerverot.xml.h:23 hacks/config/penrose.xml.h:13 +#: hacks/config/polyominoes.xml.h:12 hacks/config/rd-bomb.xml.h:20 +#: hacks/config/rocks.xml.h:12 hacks/config/rotor.xml.h:13 +#: hacks/config/shadebobs.xml.h:12 hacks/config/sierpinski.xml.h:12 +#: hacks/config/slip.xml.h:12 hacks/config/sphere.xml.h:8 +#: hacks/config/spiral.xml.h:12 hacks/config/squiral.xml.h:18 +#: hacks/config/starfish.xml.h:14 hacks/config/strange.xml.h:11 +#: hacks/config/swirl.xml.h:9 hacks/config/thornbird.xml.h:13 +#: hacks/config/triangle.xml.h:8 hacks/config/vines.xml.h:7 +#: hacks/config/worm.xml.h:9 hacks/config/xearth.xml.h:28 +#: hacks/config/xfishtank.xml.h:11 msgid "Two" msgstr "" -#: hacks/config/anemone.xml.h:14 +#: hacks/config/anemone.xml.h:17 msgid "Wiggling tentacles. By Gabriel Finch." msgstr "" +#: hacks/config/anemone.xml.h:18 +msgid "Withdraw freqency" +msgstr "" + #: hacks/config/ant.xml.h:1 msgid "" "A cellular automaton that is really a two-dimensional Turing machine: as the " @@ -1213,59 +1312,66 @@ msgstr "" msgid "Ants Count" msgstr "" -#: hacks/config/ant.xml.h:6 +#: hacks/config/ant.xml.h:5 +msgid "Draw Eyes" +msgstr "" + +#: hacks/config/ant.xml.h:7 msgid "Four Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:7 hacks/config/attraction.xml.h:13 -#: hacks/config/cubenetic.xml.h:11 hacks/config/demon.xml.h:5 -#: hacks/config/discrete.xml.h:3 hacks/config/distort.xml.h:5 -#: hacks/config/fadeplot.xml.h:5 hacks/config/flag.xml.h:4 -#: hacks/config/flow.xml.h:7 hacks/config/fluidballs.xml.h:12 +#: hacks/config/ant.xml.h:8 hacks/config/attraction.xml.h:13 +#: hacks/config/cloudlife.xml.h:7 hacks/config/cubenetic.xml.h:11 +#: hacks/config/demon.xml.h:5 hacks/config/discrete.xml.h:3 +#: hacks/config/distort.xml.h:5 hacks/config/fadeplot.xml.h:5 +#: hacks/config/flag.xml.h:4 hacks/config/flow.xml.h:7 +#: hacks/config/fluidballs.xml.h:12 hacks/config/halftone.xml.h:8 #: hacks/config/hopalong.xml.h:13 hacks/config/interference.xml.h:8 #: hacks/config/julia.xml.h:5 hacks/config/lissie.xml.h:4 #: hacks/config/loop.xml.h:2 hacks/config/moire.xml.h:4 -#: hacks/config/rd-bomb.xml.h:11 hacks/config/rorschach.xml.h:5 -#: hacks/config/rubik.xml.h:4 hacks/config/sierpinski.xml.h:3 -#: hacks/config/slip.xml.h:3 +#: hacks/config/piecewise.xml.h:5 hacks/config/rd-bomb.xml.h:11 +#: hacks/config/rorschach.xml.h:5 hacks/config/rubik.xml.h:4 +#: hacks/config/sierpinski.xml.h:3 hacks/config/slip.xml.h:3 msgid "Large" msgstr "" -#: hacks/config/ant.xml.h:9 +#: hacks/config/ant.xml.h:10 msgid "Nine Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:11 +#: hacks/config/ant.xml.h:12 msgid "Random Cell Shape" msgstr "" -#: hacks/config/ant.xml.h:12 hacks/config/speedmine.xml.h:11 +#: hacks/config/ant.xml.h:13 hacks/config/speedmine.xml.h:11 msgid "Sharp Turns" msgstr "" -#: hacks/config/ant.xml.h:13 +#: hacks/config/ant.xml.h:14 msgid "Six Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:15 hacks/config/attraction.xml.h:27 -#: hacks/config/cubenetic.xml.h:23 hacks/config/demon.xml.h:9 -#: hacks/config/discrete.xml.h:8 hacks/config/distort.xml.h:12 -#: hacks/config/fadeplot.xml.h:9 hacks/config/flag.xml.h:8 -#: hacks/config/flow.xml.h:15 hacks/config/fluidballs.xml.h:19 +#: hacks/config/ant.xml.h:16 hacks/config/attraction.xml.h:27 +#: hacks/config/cloudlife.xml.h:12 hacks/config/cubenetic.xml.h:23 +#: hacks/config/demon.xml.h:9 hacks/config/discrete.xml.h:8 +#: hacks/config/distort.xml.h:12 hacks/config/fadeplot.xml.h:9 +#: hacks/config/flag.xml.h:8 hacks/config/flow.xml.h:15 +#: hacks/config/fluidballs.xml.h:19 hacks/config/halftone.xml.h:14 #: hacks/config/hopalong.xml.h:22 hacks/config/interference.xml.h:15 #: hacks/config/julia.xml.h:9 hacks/config/lissie.xml.h:10 -#: hacks/config/loop.xml.h:8 hacks/config/moire.xml.h:9 +#: hacks/config/loop.xml.h:8 hacks/config/metaballs.xml.h:14 +#: hacks/config/moire.xml.h:9 hacks/config/piecewise.xml.h:10 #: hacks/config/rd-bomb.xml.h:18 hacks/config/rorschach.xml.h:8 #: hacks/config/rubik.xml.h:10 hacks/config/sierpinski.xml.h:8 #: hacks/config/slip.xml.h:8 msgid "Small" msgstr "" -#: hacks/config/ant.xml.h:17 +#: hacks/config/ant.xml.h:18 msgid "Three Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:18 hacks/config/demon.xml.h:12 +#: hacks/config/ant.xml.h:19 hacks/config/demon.xml.h:12 #: hacks/config/discrete.xml.h:10 hacks/config/fadeplot.xml.h:11 #: hacks/config/flag.xml.h:12 hacks/config/flow.xml.h:17 #: hacks/config/lissie.xml.h:12 hacks/config/loop.xml.h:11 @@ -1274,11 +1380,11 @@ msgstr "" msgid "Timeout" msgstr "" -#: hacks/config/ant.xml.h:19 +#: hacks/config/ant.xml.h:20 msgid "Truchet Lines" msgstr "" -#: hacks/config/ant.xml.h:20 +#: hacks/config/ant.xml.h:21 msgid "Twelve Sided Cells" msgstr "" @@ -1348,23 +1454,30 @@ msgstr "" msgid "Shimmering Water" msgstr "" -#: hacks/config/atlantis.xml.h:11 hacks/config/boxed.xml.h:5 +#: hacks/config/atlantis.xml.h:11 hacks/config/atunnel.xml.h:5 +#: hacks/config/blocktube.xml.h:8 hacks/config/boxed.xml.h:5 #: hacks/config/bubble3d.xml.h:4 hacks/config/cage.xml.h:3 #: hacks/config/circuit.xml.h:9 hacks/config/cubenetic.xml.h:21 -#: hacks/config/dangerball.xml.h:4 hacks/config/endgame.xml.h:4 -#: hacks/config/engine.xml.h:4 hacks/config/extrusion.xml.h:10 -#: hacks/config/flipscreen3d.xml.h:5 hacks/config/fluidballs.xml.h:17 -#: hacks/config/gears.xml.h:6 hacks/config/gflux.xml.h:11 -#: hacks/config/glforestfire.xml.h:13 hacks/config/glplanet.xml.h:5 -#: hacks/config/glsnake.xml.h:10 hacks/config/gltext.xml.h:12 -#: hacks/config/lament.xml.h:5 hacks/config/menger.xml.h:15 -#: hacks/config/moebius.xml.h:6 hacks/config/molecule.xml.h:21 -#: hacks/config/morph3d.xml.h:5 hacks/config/pipes.xml.h:14 -#: hacks/config/pulsar.xml.h:14 hacks/config/queens.xml.h:3 -#: hacks/config/rubik.xml.h:6 hacks/config/sballs.xml.h:12 -#: hacks/config/sierpinski3d.xml.h:6 hacks/config/spheremonics.xml.h:18 -#: hacks/config/sproingies.xml.h:4 hacks/config/stairs.xml.h:2 -#: hacks/config/starwars.xml.h:11 hacks/config/superquadrics.xml.h:6 +#: hacks/config/cubestorm.xml.h:7 hacks/config/dangerball.xml.h:4 +#: hacks/config/endgame.xml.h:4 hacks/config/engine.xml.h:14 +#: hacks/config/extrusion.xml.h:10 hacks/config/flipscreen3d.xml.h:5 +#: hacks/config/fluidballs.xml.h:17 hacks/config/flurry.xml.h:9 +#: hacks/config/flyingtoasters.xml.h:10 hacks/config/gears.xml.h:6 +#: hacks/config/gflux.xml.h:11 hacks/config/glblur.xml.h:13 +#: hacks/config/glforestfire.xml.h:13 hacks/config/glknots.xml.h:16 +#: hacks/config/glmatrix.xml.h:17 hacks/config/glplanet.xml.h:5 +#: hacks/config/glslideshow.xml.h:18 hacks/config/glsnake.xml.h:10 +#: hacks/config/gltext.xml.h:12 hacks/config/hypertorus.xml.h:12 +#: hacks/config/jigglypuff.xml.h:15 hacks/config/klein.xml.h:6 +#: hacks/config/lament.xml.h:5 hacks/config/lavalite.xml.h:26 +#: hacks/config/menger.xml.h:15 hacks/config/moebius.xml.h:6 +#: hacks/config/molecule.xml.h:21 hacks/config/morph3d.xml.h:5 +#: hacks/config/pipes.xml.h:14 hacks/config/pulsar.xml.h:14 +#: hacks/config/queens.xml.h:3 hacks/config/rubik.xml.h:6 +#: hacks/config/sballs.xml.h:12 hacks/config/sierpinski3d.xml.h:6 +#: hacks/config/spheremonics.xml.h:18 hacks/config/sproingies.xml.h:4 +#: hacks/config/stairs.xml.h:2 hacks/config/starwars.xml.h:11 +#: hacks/config/superquadrics.xml.h:7 msgid "Show Frames-per-Second" msgstr "" @@ -1374,13 +1487,14 @@ msgstr "" #: hacks/config/atlantis.xml.h:14 hacks/config/boxed.xml.h:7 #: hacks/config/cage.xml.h:5 hacks/config/extrusion.xml.h:12 -#: hacks/config/gears.xml.h:8 hacks/config/glplanet.xml.h:7 -#: hacks/config/glsnake.xml.h:13 hacks/config/gltext.xml.h:14 -#: hacks/config/menger.xml.h:17 hacks/config/molecule.xml.h:23 -#: hacks/config/munch.xml.h:8 hacks/config/sierpinski3d.xml.h:9 -#: hacks/config/speedmine.xml.h:14 hacks/config/spheremonics.xml.h:21 -#: hacks/config/sproingies.xml.h:7 hacks/config/stairs.xml.h:4 -#: hacks/config/stonerview.xml.h:2 hacks/config/superquadrics.xml.h:8 +#: hacks/config/gears.xml.h:8 hacks/config/glblur.xml.h:15 +#: hacks/config/glplanet.xml.h:7 hacks/config/glsnake.xml.h:13 +#: hacks/config/gltext.xml.h:14 hacks/config/menger.xml.h:17 +#: hacks/config/molecule.xml.h:23 hacks/config/munch.xml.h:8 +#: hacks/config/sierpinski3d.xml.h:9 hacks/config/speedmine.xml.h:14 +#: hacks/config/spheremonics.xml.h:21 hacks/config/sproingies.xml.h:7 +#: hacks/config/stairs.xml.h:4 hacks/config/stonerview.xml.h:2 +#: hacks/config/superquadrics.xml.h:9 msgid "Solid" msgstr "" @@ -1395,18 +1509,22 @@ msgstr "" msgid "Whale Speed" msgstr "" -#: hacks/config/atlantis.xml.h:17 hacks/config/boxed.xml.h:8 -#: hacks/config/cage.xml.h:8 hacks/config/dangerball.xml.h:11 -#: hacks/config/extrusion.xml.h:19 hacks/config/gears.xml.h:11 -#: hacks/config/glforestfire.xml.h:20 hacks/config/glplanet.xml.h:11 +#: hacks/config/atlantis.xml.h:17 hacks/config/atunnel.xml.h:10 +#: hacks/config/blocktube.xml.h:13 hacks/config/boxed.xml.h:8 +#: hacks/config/cage.xml.h:8 hacks/config/cubestorm.xml.h:14 +#: hacks/config/dangerball.xml.h:11 hacks/config/extrusion.xml.h:19 +#: hacks/config/flyingtoasters.xml.h:14 hacks/config/gears.xml.h:11 +#: hacks/config/glblur.xml.h:20 hacks/config/glforestfire.xml.h:20 +#: hacks/config/glknots.xml.h:23 hacks/config/glplanet.xml.h:11 #: hacks/config/glsnake.xml.h:16 hacks/config/gltext.xml.h:18 -#: hacks/config/lament.xml.h:9 hacks/config/lavalite.xml.h:31 -#: hacks/config/menger.xml.h:21 hacks/config/moebius.xml.h:11 -#: hacks/config/molecule.xml.h:26 hacks/config/pulsar.xml.h:20 -#: hacks/config/sballs.xml.h:18 hacks/config/sierpinski3d.xml.h:12 -#: hacks/config/speedmine.xml.h:18 hacks/config/spheremonics.xml.h:26 -#: hacks/config/sproingies.xml.h:10 hacks/config/stairs.xml.h:7 -#: hacks/config/stonerview.xml.h:4 hacks/config/superquadrics.xml.h:11 +#: hacks/config/jigglypuff.xml.h:25 hacks/config/lament.xml.h:9 +#: hacks/config/lavalite.xml.h:32 hacks/config/menger.xml.h:21 +#: hacks/config/moebius.xml.h:11 hacks/config/molecule.xml.h:26 +#: hacks/config/pulsar.xml.h:20 hacks/config/sballs.xml.h:18 +#: hacks/config/sierpinski3d.xml.h:12 hacks/config/speedmine.xml.h:18 +#: hacks/config/spheremonics.xml.h:26 hacks/config/sproingies.xml.h:10 +#: hacks/config/stairs.xml.h:7 hacks/config/stonerview.xml.h:4 +#: hacks/config/superquadrics.xml.h:12 msgid "Wireframe" msgstr "" @@ -1422,7 +1540,7 @@ msgstr "" msgid "Ball Mass" msgstr "" -#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:2 +#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:3 msgid "Balls" msgstr "" @@ -1445,16 +1563,18 @@ msgid "Filled Splines" msgstr "" #: hacks/config/attraction.xml.h:10 hacks/config/ccurve.xml.h:9 -#: hacks/config/cubenetic.xml.h:10 hacks/config/euler2d.xml.h:5 -#: hacks/config/flame.xml.h:9 hacks/config/goop.xml.h:6 -#: hacks/config/hopalong.xml.h:10 hacks/config/hyperball.xml.h:3 -#: hacks/config/hypercube.xml.h:3 hacks/config/interference.xml.h:6 +#: hacks/config/cloudlife.xml.h:5 hacks/config/cubenetic.xml.h:10 +#: hacks/config/euler2d.xml.h:5 hacks/config/flame.xml.h:9 +#: hacks/config/glslideshow.xml.h:13 hacks/config/goop.xml.h:6 +#: hacks/config/halftone.xml.h:7 hacks/config/hopalong.xml.h:10 +#: hacks/config/hyperball.xml.h:3 hacks/config/hypercube.xml.h:3 +#: hacks/config/interference.xml.h:6 hacks/config/jigglypuff.xml.h:8 #: hacks/config/kumppa.xml.h:4 hacks/config/lavalite.xml.h:12 #: hacks/config/nerverot.xml.h:11 hacks/config/petri.xml.h:8 #: hacks/config/pyro.xml.h:5 hacks/config/qix.xml.h:10 #: hacks/config/speedmine.xml.h:5 hacks/config/spheremonics.xml.h:6 #: hacks/config/spiral.xml.h:4 hacks/config/squiral.xml.h:6 -#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:4 +#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:5 #: hacks/config/t3d.xml.h:7 hacks/config/twang.xml.h:5 #: hacks/config/wander.xml.h:8 msgid "High" @@ -1484,15 +1604,17 @@ msgstr "" #: hacks/config/attraction.xml.h:15 hacks/config/deluxe.xml.h:5 #: hacks/config/lmorph.xml.h:7 hacks/config/pedal.xml.h:5 -#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:3 +#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:10 msgid "Lines" msgstr "" -#: hacks/config/attraction.xml.h:16 hacks/config/braid.xml.h:6 -#: hacks/config/cynosure.xml.h:5 hacks/config/drift.xml.h:8 +#: hacks/config/attraction.xml.h:16 hacks/config/blocktube.xml.h:5 +#: hacks/config/braid.xml.h:6 hacks/config/cynosure.xml.h:5 +#: hacks/config/drift.xml.h:8 hacks/config/eruption.xml.h:11 #: hacks/config/euler2d.xml.h:6 hacks/config/galaxy.xml.h:5 -#: hacks/config/juggle.xml.h:5 hacks/config/laser.xml.h:5 -#: hacks/config/menger.xml.h:4 hacks/config/munch.xml.h:4 +#: hacks/config/juggle.xml.h:5 hacks/config/klein.xml.h:4 +#: hacks/config/laser.xml.h:5 hacks/config/menger.xml.h:4 +#: hacks/config/metaballs.xml.h:5 hacks/config/munch.xml.h:4 #: hacks/config/nerverot.xml.h:13 hacks/config/petri.xml.h:9 #: hacks/config/polyominoes.xml.h:4 hacks/config/rotor.xml.h:5 #: hacks/config/shadebobs.xml.h:4 hacks/config/sierpinski3d.xml.h:3 @@ -1502,16 +1624,18 @@ msgid "Long" msgstr "" #: hacks/config/attraction.xml.h:17 hacks/config/ccurve.xml.h:10 -#: hacks/config/cubenetic.xml.h:12 hacks/config/euler2d.xml.h:7 -#: hacks/config/flame.xml.h:10 hacks/config/goop.xml.h:7 -#: hacks/config/hopalong.xml.h:14 hacks/config/hyperball.xml.h:6 -#: hacks/config/hypercube.xml.h:5 hacks/config/interference.xml.h:9 +#: hacks/config/cloudlife.xml.h:8 hacks/config/cubenetic.xml.h:12 +#: hacks/config/euler2d.xml.h:7 hacks/config/flame.xml.h:10 +#: hacks/config/glslideshow.xml.h:15 hacks/config/goop.xml.h:7 +#: hacks/config/halftone.xml.h:9 hacks/config/hopalong.xml.h:14 +#: hacks/config/hyperball.xml.h:6 hacks/config/hypercube.xml.h:5 +#: hacks/config/interference.xml.h:9 hacks/config/jigglypuff.xml.h:11 #: hacks/config/kumppa.xml.h:6 hacks/config/lavalite.xml.h:14 #: hacks/config/nerverot.xml.h:14 hacks/config/petri.xml.h:10 #: hacks/config/pyro.xml.h:7 hacks/config/qix.xml.h:13 #: hacks/config/speedmine.xml.h:6 hacks/config/spheremonics.xml.h:8 #: hacks/config/spiral.xml.h:5 hacks/config/squiral.xml.h:8 -#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:5 +#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:6 #: hacks/config/t3d.xml.h:8 hacks/config/twang.xml.h:7 #: hacks/config/wander.xml.h:11 msgid "Low" @@ -1537,10 +1661,12 @@ msgstr "" msgid "Repulsion Threshold" msgstr "" -#: hacks/config/attraction.xml.h:25 hacks/config/braid.xml.h:10 -#: hacks/config/cynosure.xml.h:8 hacks/config/drift.xml.h:11 +#: hacks/config/attraction.xml.h:25 hacks/config/blocktube.xml.h:7 +#: hacks/config/braid.xml.h:10 hacks/config/cynosure.xml.h:8 +#: hacks/config/drift.xml.h:11 hacks/config/eruption.xml.h:18 #: hacks/config/euler2d.xml.h:12 hacks/config/galaxy.xml.h:8 -#: hacks/config/laser.xml.h:9 hacks/config/menger.xml.h:14 +#: hacks/config/klein.xml.h:5 hacks/config/laser.xml.h:9 +#: hacks/config/menger.xml.h:14 hacks/config/metaballs.xml.h:12 #: hacks/config/munch.xml.h:6 hacks/config/nerverot.xml.h:19 #: hacks/config/petri.xml.h:22 hacks/config/polyominoes.xml.h:9 #: hacks/config/rotor.xml.h:9 hacks/config/shadebobs.xml.h:8 @@ -1562,6 +1688,54 @@ msgstr "" msgid "Trail Length" msgstr "" +#: hacks/config/atunnel.xml.h:1 +msgid "Atunnel" +msgstr "" + +#: hacks/config/atunnel.xml.h:2 +msgid "" +"Draws an animation of a textured tunnel in GL. Requires OpenGL, and a " +"machine with fast hardware support for texture maps. Written by Eric " +"Lassauge and Roman Podobedov." +msgstr "" + +#: hacks/config/atunnel.xml.h:4 hacks/config/distort.xml.h:9 +#: hacks/config/glforestfire.xml.h:10 hacks/config/lament.xml.h:4 +#: hacks/config/sballs.xml.h:6 +msgid "Normal" +msgstr "" + +#: hacks/config/atunnel.xml.h:8 hacks/config/glforestfire.xml.h:18 +#: hacks/config/lament.xml.h:8 hacks/config/sballs.xml.h:17 +msgid "Untextured" +msgstr "" + +#: hacks/config/atunnel.xml.h:9 +msgid "Use light" +msgstr "" + +#: hacks/config/barcode.xml.h:1 +msgid "Barcode" +msgstr "" + +#: hacks/config/barcode.xml.h:2 +msgid "Barcode Clock (24 Hour)" +msgstr "" + +#: hacks/config/barcode.xml.h:3 +msgid "Barcode Clock (AM/PM)" +msgstr "" + +#: hacks/config/barcode.xml.h:5 +msgid "Scrolling Barcodes" +msgstr "" + +#: hacks/config/barcode.xml.h:8 +msgid "" +"This draws a random sequence of colorful barcodes scrolling across your " +"screen. CONSUME! By Dan Bornstein." +msgstr "" + #: hacks/config/blaster.xml.h:1 msgid "Blaster" msgstr "" @@ -1618,6 +1792,32 @@ msgid "" "image and rotate that." msgstr "" +#: hacks/config/blocktube.xml.h:1 +msgid "BlockTube" +msgstr "" + +#: hacks/config/blocktube.xml.h:2 +msgid "Color Change Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:3 +msgid "Color Hold Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:6 +msgid "Reflective Blocks" +msgstr "" + +#: hacks/config/blocktube.xml.h:10 +msgid "Solid Blocks" +msgstr "" + +#: hacks/config/blocktube.xml.h:12 +msgid "" +"This hack draws a swirling, falling tunnel of reflective slabs. They fade " +"from hue to hue. Written by Lars R. Damerow." +msgstr "" + #: hacks/config/bouboule.xml.h:1 msgid "Bouboule" msgstr "" @@ -1636,13 +1836,48 @@ msgid "" "spots painted on its invisible surface. Written by Jeremie Petit." msgstr "" -#: hacks/config/boxed.xml.h:1 hacks/config/gears.xml.h:1 -#: hacks/config/gflux.xml.h:1 hacks/config/pyro.xml.h:1 +#: hacks/config/bouncingcow.xml.h:1 +msgid "A Cow. A Trampoline. Together, they fight crime. By Jamie Zawinski." +msgstr "" + +#: hacks/config/bouncingcow.xml.h:2 hacks/config/boxed.xml.h:1 +#: hacks/config/cubestorm.xml.h:1 hacks/config/flyingtoasters.xml.h:3 +#: hacks/config/gears.xml.h:1 hacks/config/gflux.xml.h:1 +#: hacks/config/glknots.xml.h:1 hacks/config/glmatrix.xml.h:1 +#: hacks/config/jigglypuff.xml.h:1 hacks/config/pyro.xml.h:1 #: hacks/config/rd-bomb.xml.h:6 hacks/config/rocks.xml.h:1 #: hacks/config/starwars.xml.h:1 hacks/config/xfishtank.xml.h:1 msgid "Animation Speed" msgstr "" +#: hacks/config/bouncingcow.xml.h:3 +msgid "Beefy Cow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:4 +msgid "Bounce Speed" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:5 +msgid "BouncingCow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:7 +msgid "Herd" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:8 +msgid "Moo" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:9 +msgid "Number of Cows" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:11 +msgid "Wireframe Cow" +msgstr "" + #: hacks/config/boxed.xml.h:2 msgid "Boxed" msgstr "" @@ -1663,23 +1898,24 @@ msgid "" "Neil." msgstr "" -#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:8 +#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:9 #: hacks/config/ccurve.xml.h:7 hacks/config/coral.xml.h:6 #: hacks/config/cynosure.xml.h:3 hacks/config/deco.xml.h:4 #: hacks/config/drift.xml.h:2 hacks/config/epicycle.xml.h:3 -#: hacks/config/euler2d.xml.h:1 hacks/config/flame.xml.h:5 -#: hacks/config/galaxy.xml.h:2 hacks/config/glsnake.xml.h:4 -#: hacks/config/helix.xml.h:3 hacks/config/hopalong.xml.h:2 -#: hacks/config/imsmap.xml.h:6 hacks/config/laser.xml.h:2 -#: hacks/config/menger.xml.h:2 hacks/config/moire.xml.h:3 -#: hacks/config/molecule.xml.h:9 hacks/config/munch.xml.h:2 -#: hacks/config/nerverot.xml.h:8 hacks/config/pedal.xml.h:3 -#: hacks/config/penrose.xml.h:5 hacks/config/polyominoes.xml.h:1 -#: hacks/config/rorschach.xml.h:3 hacks/config/rotzoomer.xml.h:5 -#: hacks/config/shadebobs.xml.h:2 hacks/config/sierpinski3d.xml.h:1 -#: hacks/config/spheremonics.xml.h:4 hacks/config/starfish.xml.h:2 -#: hacks/config/vidwhacker.xml.h:3 hacks/config/wander.xml.h:7 -#: hacks/config/xspirograph.xml.h:3 +#: hacks/config/eruption.xml.h:3 hacks/config/euler2d.xml.h:1 +#: hacks/config/flame.xml.h:5 hacks/config/galaxy.xml.h:2 +#: hacks/config/glsnake.xml.h:4 hacks/config/helix.xml.h:3 +#: hacks/config/hopalong.xml.h:2 hacks/config/imsmap.xml.h:6 +#: hacks/config/klein.xml.h:1 hacks/config/laser.xml.h:2 +#: hacks/config/menger.xml.h:2 hacks/config/metaballs.xml.h:3 +#: hacks/config/moire.xml.h:3 hacks/config/molecule.xml.h:9 +#: hacks/config/munch.xml.h:2 hacks/config/nerverot.xml.h:8 +#: hacks/config/pedal.xml.h:3 hacks/config/penrose.xml.h:5 +#: hacks/config/polyominoes.xml.h:1 hacks/config/rorschach.xml.h:3 +#: hacks/config/rotzoomer.xml.h:5 hacks/config/shadebobs.xml.h:2 +#: hacks/config/sierpinski3d.xml.h:1 hacks/config/spheremonics.xml.h:4 +#: hacks/config/starfish.xml.h:2 hacks/config/vidwhacker.xml.h:3 +#: hacks/config/wander.xml.h:7 hacks/config/xspirograph.xml.h:3 msgid "Duration" msgstr "" @@ -1706,61 +1942,81 @@ msgid "AmigaDOS" msgstr "" #: hacks/config/bsod.xml.h:4 -msgid "Atari" +msgid "Apple II" msgstr "" #: hacks/config/bsod.xml.h:5 -msgid "BSD" +msgid "Atari" msgstr "" #: hacks/config/bsod.xml.h:6 -msgid "BSOD" +msgid "BSD" msgstr "" #: hacks/config/bsod.xml.h:7 +msgid "BSOD" +msgstr "" + +#: hacks/config/bsod.xml.h:8 msgid "" "BSOD stands for ``Blue Screen of Death.'' The finest in personal computer " "emulation, this hack simulates popular screen savers from a number of less " "robust operating systems. Written by Jamie Zawinski." msgstr "" -#: hacks/config/bsod.xml.h:9 -msgid "Mac Bomb" -msgstr "" - #: hacks/config/bsod.xml.h:10 -msgid "MacsBug" +msgid "HPUX" msgstr "" #: hacks/config/bsod.xml.h:11 -msgid "NCD X Terminal" +msgid "Linux" msgstr "" #: hacks/config/bsod.xml.h:12 -msgid "SCO" +msgid "Mac Bomb" msgstr "" #: hacks/config/bsod.xml.h:13 -msgid "Sad Mac" +msgid "MacOS X" msgstr "" #: hacks/config/bsod.xml.h:14 -msgid "Solaris" +msgid "MacsBug" msgstr "" #: hacks/config/bsod.xml.h:15 -msgid "Sparc Linux" +msgid "NCD X Terminal" msgstr "" #: hacks/config/bsod.xml.h:16 -msgid "Windows" +msgid "OS/390" msgstr "" #: hacks/config/bsod.xml.h:17 -msgid "Windows 2000" +msgid "SCO" msgstr "" #: hacks/config/bsod.xml.h:18 +msgid "Sad Mac" +msgstr "" + +#: hacks/config/bsod.xml.h:19 +msgid "Solaris" +msgstr "" + +#: hacks/config/bsod.xml.h:20 +msgid "Sparc Linux" +msgstr "" + +#: hacks/config/bsod.xml.h:21 +msgid "Windows 2000" +msgstr "" + +#: hacks/config/bsod.xml.h:22 +msgid "Windows 3.1" +msgstr "" + +#: hacks/config/bsod.xml.h:23 msgid "Windows NT" msgstr "" @@ -1857,7 +2113,7 @@ msgstr "" #: hacks/config/ccurve.xml.h:6 hacks/config/coral.xml.h:5 #: hacks/config/imsmap.xml.h:5 hacks/config/kumppa.xml.h:1 #: hacks/config/qix.xml.h:6 hacks/config/squiral.xml.h:2 -#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:3 +#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:2 msgid "Density" msgstr "" @@ -1896,18 +2152,54 @@ msgstr "" msgid "Rotation Speed" msgstr "" -#: hacks/config/circuit.xml.h:12 hacks/config/dangerball.xml.h:9 -#: hacks/config/engine.xml.h:7 +#: hacks/config/circuit.xml.h:12 hacks/config/cubestorm.xml.h:9 +#: hacks/config/dangerball.xml.h:9 hacks/config/engine.xml.h:17 +#: hacks/config/klein.xml.h:9 hacks/config/whirlygig.xml.h:14 msgid "Spin" msgstr "" +#: hacks/config/cloudlife.xml.h:1 hacks/config/demon.xml.h:2 +#: hacks/config/petri.xml.h:1 +msgid "Cell Size" +msgstr "" + +#: hacks/config/cloudlife.xml.h:2 +msgid "CloudLife" +msgstr "" + +#: hacks/config/cloudlife.xml.h:4 +msgid "" +"Generates cloud-like formations based on a variant of Conway's Life. The " +"difference is that cells have a maximum age, after which they count as 3 for " +"populating the next generation. This makes long-lived formations explode " +"instead of just sitting there burning a hole in your screen. Written by Don " +"Marti." +msgstr "" + +#: hacks/config/cloudlife.xml.h:6 +msgid "Initial Density" +msgstr "" + +#: hacks/config/cloudlife.xml.h:9 +msgid "Max Age" +msgstr "" + +#: hacks/config/cloudlife.xml.h:10 +msgid "Old" +msgstr "" + +#: hacks/config/cloudlife.xml.h:14 +msgid "Young" +msgstr "" + #: hacks/config/compass.xml.h:1 msgid "Compass" msgstr "" #: hacks/config/compass.xml.h:2 hacks/config/deluxe.xml.h:3 #: hacks/config/interference.xml.h:4 hacks/config/kumppa.xml.h:2 -#: hacks/config/nerverot.xml.h:6 hacks/config/pipes.xml.h:4 +#: hacks/config/nerverot.xml.h:6 hacks/config/piecewise.xml.h:3 +#: hacks/config/pipes.xml.h:4 msgid "Double Buffer" msgstr "" @@ -1927,10 +2219,10 @@ msgid "1 Minute" msgstr "" #: hacks/config/coral.xml.h:2 hacks/config/deco.xml.h:2 -#: hacks/config/helix.xml.h:2 hacks/config/imsmap.xml.h:2 -#: hacks/config/moire.xml.h:2 hacks/config/pedal.xml.h:2 -#: hacks/config/penrose.xml.h:1 hacks/config/rorschach.xml.h:2 -#: hacks/config/xspirograph.xml.h:2 +#: hacks/config/glslideshow.xml.h:1 hacks/config/helix.xml.h:2 +#: hacks/config/imsmap.xml.h:2 hacks/config/moire.xml.h:2 +#: hacks/config/pedal.xml.h:2 hacks/config/penrose.xml.h:1 +#: hacks/config/rorschach.xml.h:2 hacks/config/xspirograph.xml.h:2 msgid "1 Second" msgstr "" @@ -1939,6 +2231,7 @@ msgid "Coral" msgstr "" #: hacks/config/coral.xml.h:4 hacks/config/gflux.xml.h:3 +#: hacks/config/glblur.xml.h:2 hacks/config/glmatrix.xml.h:3 #: hacks/config/imsmap.xml.h:4 hacks/config/lavalite.xml.h:6 #: hacks/config/pyro.xml.h:2 hacks/config/qix.xml.h:5 #: hacks/config/squiral.xml.h:1 hacks/config/xearth.xml.h:4 @@ -1955,10 +2248,11 @@ msgid "" msgstr "" #: hacks/config/coral.xml.h:13 hacks/config/gflux.xml.h:13 -#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:28 +#: hacks/config/glblur.xml.h:16 hacks/config/glmatrix.xml.h:19 +#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:29 #: hacks/config/pyro.xml.h:14 hacks/config/qix.xml.h:21 #: hacks/config/squiral.xml.h:15 hacks/config/xearth.xml.h:24 -#: hacks/config/xmatrix.xml.h:16 +#: hacks/config/xmatrix.xml.h:17 msgid "Sparse" msgstr "" @@ -1992,13 +2286,13 @@ msgstr "" #: hacks/config/grav.xml.h:1 hacks/config/julia.xml.h:1 #: hacks/config/laser.xml.h:1 hacks/config/lisa.xml.h:1 #: hacks/config/lissie.xml.h:2 hacks/config/morph3d.xml.h:2 -#: hacks/config/mountain.xml.h:1 hacks/config/qix.xml.h:4 -#: hacks/config/rocks.xml.h:2 hacks/config/rotor.xml.h:2 -#: hacks/config/rubik.xml.h:1 hacks/config/shadebobs.xml.h:1 -#: hacks/config/sierpinski.xml.h:1 hacks/config/slip.xml.h:1 -#: hacks/config/spiral.xml.h:1 hacks/config/sproingies.xml.h:1 -#: hacks/config/superquadrics.xml.h:1 hacks/config/swirl.xml.h:1 -#: hacks/config/worm.xml.h:2 +#: hacks/config/mountain.xml.h:1 hacks/config/piecewise.xml.h:2 +#: hacks/config/qix.xml.h:4 hacks/config/rocks.xml.h:2 +#: hacks/config/rotor.xml.h:2 hacks/config/rubik.xml.h:1 +#: hacks/config/shadebobs.xml.h:1 hacks/config/sierpinski.xml.h:1 +#: hacks/config/slip.xml.h:1 hacks/config/spiral.xml.h:1 +#: hacks/config/sproingies.xml.h:1 hacks/config/superquadrics.xml.h:1 +#: hacks/config/swirl.xml.h:1 hacks/config/worm.xml.h:2 msgid "Count" msgstr "" @@ -2049,7 +2343,8 @@ msgstr "" msgid "Display Wireframe" msgstr "" -#: hacks/config/cubenetic.xml.h:6 hacks/config/gltext.xml.h:2 +#: hacks/config/cubenetic.xml.h:6 hacks/config/glblur.xml.h:3 +#: hacks/config/glknots.xml.h:2 hacks/config/gltext.xml.h:2 #: hacks/config/lavalite.xml.h:7 hacks/config/menger.xml.h:1 #: hacks/config/molecule.xml.h:4 hacks/config/spheremonics.xml.h:1 msgid "Don't Rotate" @@ -2062,43 +2357,50 @@ msgid "" "Jamie Zawinski." msgstr "" -#: hacks/config/cubenetic.xml.h:14 hacks/config/gltext.xml.h:5 +#: hacks/config/cubenetic.xml.h:14 hacks/config/glblur.xml.h:6 +#: hacks/config/glknots.xml.h:8 hacks/config/gltext.xml.h:5 #: hacks/config/lavalite.xml.h:19 hacks/config/menger.xml.h:7 #: hacks/config/molecule.xml.h:14 hacks/config/spheremonics.xml.h:10 msgid "Rotate around X and Y axes" msgstr "" -#: hacks/config/cubenetic.xml.h:15 hacks/config/gltext.xml.h:6 +#: hacks/config/cubenetic.xml.h:15 hacks/config/glblur.xml.h:7 +#: hacks/config/glknots.xml.h:9 hacks/config/gltext.xml.h:6 #: hacks/config/lavalite.xml.h:20 hacks/config/menger.xml.h:8 #: hacks/config/molecule.xml.h:15 hacks/config/spheremonics.xml.h:11 msgid "Rotate around X and Z axes" msgstr "" -#: hacks/config/cubenetic.xml.h:16 hacks/config/gltext.xml.h:7 +#: hacks/config/cubenetic.xml.h:16 hacks/config/glblur.xml.h:8 +#: hacks/config/glknots.xml.h:10 hacks/config/gltext.xml.h:7 #: hacks/config/lavalite.xml.h:21 hacks/config/menger.xml.h:9 #: hacks/config/molecule.xml.h:16 hacks/config/spheremonics.xml.h:12 msgid "Rotate around X axis" msgstr "" -#: hacks/config/cubenetic.xml.h:17 hacks/config/gltext.xml.h:8 +#: hacks/config/cubenetic.xml.h:17 hacks/config/glblur.xml.h:9 +#: hacks/config/glknots.xml.h:11 hacks/config/gltext.xml.h:8 #: hacks/config/lavalite.xml.h:22 hacks/config/menger.xml.h:10 #: hacks/config/molecule.xml.h:17 hacks/config/spheremonics.xml.h:13 msgid "Rotate around Y and Z axes" msgstr "" -#: hacks/config/cubenetic.xml.h:18 hacks/config/gltext.xml.h:9 +#: hacks/config/cubenetic.xml.h:18 hacks/config/glblur.xml.h:10 +#: hacks/config/glknots.xml.h:12 hacks/config/gltext.xml.h:9 #: hacks/config/lavalite.xml.h:23 hacks/config/menger.xml.h:11 #: hacks/config/molecule.xml.h:18 hacks/config/spheremonics.xml.h:14 msgid "Rotate around Y axis" msgstr "" -#: hacks/config/cubenetic.xml.h:19 hacks/config/gltext.xml.h:10 +#: hacks/config/cubenetic.xml.h:19 hacks/config/glblur.xml.h:11 +#: hacks/config/glknots.xml.h:13 hacks/config/gltext.xml.h:10 #: hacks/config/lavalite.xml.h:24 hacks/config/menger.xml.h:12 #: hacks/config/molecule.xml.h:19 hacks/config/spheremonics.xml.h:15 msgid "Rotate around Z axis" msgstr "" -#: hacks/config/cubenetic.xml.h:20 hacks/config/gltext.xml.h:11 +#: hacks/config/cubenetic.xml.h:20 hacks/config/glblur.xml.h:12 +#: hacks/config/glknots.xml.h:14 hacks/config/gltext.xml.h:11 #: hacks/config/lavalite.xml.h:25 hacks/config/menger.xml.h:13 #: hacks/config/molecule.xml.h:20 hacks/config/spheremonics.xml.h:16 msgid "Rotate around all three axes" @@ -2116,14 +2418,38 @@ msgstr "" msgid "Surface Pattern Speed" msgstr "" -#: hacks/config/cubenetic.xml.h:28 hacks/config/dangerball.xml.h:10 -#: hacks/config/engine.xml.h:8 hacks/config/glforestfire.xml.h:19 -#: hacks/config/gltext.xml.h:17 hacks/config/lavalite.xml.h:30 -#: hacks/config/menger.xml.h:20 hacks/config/molecule.xml.h:25 -#: hacks/config/spheremonics.xml.h:25 hacks/config/wander.xml.h:15 +#: hacks/config/cubenetic.xml.h:28 hacks/config/cubestorm.xml.h:13 +#: hacks/config/dangerball.xml.h:10 hacks/config/engine.xml.h:20 +#: hacks/config/glblur.xml.h:19 hacks/config/glforestfire.xml.h:19 +#: hacks/config/glknots.xml.h:22 hacks/config/gltext.xml.h:17 +#: hacks/config/lavalite.xml.h:31 hacks/config/menger.xml.h:20 +#: hacks/config/molecule.xml.h:25 hacks/config/spheremonics.xml.h:25 +#: hacks/config/wander.xml.h:15 msgid "Wander" msgstr "" +#: hacks/config/cubestorm.xml.h:2 +msgid "CubeStorm" +msgstr "" + +#: hacks/config/cubestorm.xml.h:3 +msgid "" +"Draws a series of rotating 3D boxes that intersect each other and eventually " +"fill space. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/cubestorm.xml.h:5 hacks/config/glknots.xml.h:6 +msgid "Motion Speed" +msgstr "" + +#: hacks/config/cubestorm.xml.h:6 +msgid "Number of Cubes" +msgstr "" + +#: hacks/config/cubestorm.xml.h:10 +msgid "Strut Thickness" +msgstr "" + #: hacks/config/cynosure.xml.h:1 msgid "" "A hack similar to `greynetic', but less frenetic. The first implementation " @@ -2223,8 +2549,8 @@ msgid "" "This takes an image and makes it melt. You've no doubt seen this effect " "before, but no screensaver would really be complete without it. It works " "best if there's something colorful visible. Warning, if the effect continues " -"after the screen saver is off, seek medical attention. Written by David Wald " -"and Vivek Khera." +"after the screen saver is off, seek medical attention. Written by David " +"Wald, Vivek Khera, Jamie Zawinski, and Vince Levey." msgstr "" #: hacks/config/deco.xml.h:3 @@ -2249,7 +2575,7 @@ msgid "" msgstr "" #: hacks/config/deco.xml.h:11 hacks/config/rd-bomb.xml.h:23 -#: hacks/config/whirlygig.xml.h:7 hacks/config/xearth.xml.h:33 +#: hacks/config/whirlygig.xml.h:20 hacks/config/xearth.xml.h:33 #: hacks/config/zoom.xml.h:10 msgid "x" msgstr "" @@ -2276,10 +2602,6 @@ msgid "" "stripes and spirals. Written by David Bagley." msgstr "" -#: hacks/config/demon.xml.h:2 hacks/config/petri.xml.h:1 -msgid "Cell Size" -msgstr "" - #: hacks/config/demon.xml.h:3 msgid "Demon" msgstr "" @@ -2322,11 +2644,6 @@ msgstr "" msgid "Magnify" msgstr "" -#: hacks/config/distort.xml.h:9 hacks/config/glforestfire.xml.h:10 -#: hacks/config/lament.xml.h:4 hacks/config/sballs.xml.h:6 -msgid "Normal" -msgstr "" - #: hacks/config/distort.xml.h:10 msgid "Reflect" msgstr "" @@ -2377,18 +2694,42 @@ msgid "Lissojous Figures" msgstr "" #: hacks/config/electricsheep.xml.h:1 -msgid "ElectricSheep" -msgstr "" - -#: hacks/config/electricsheep.xml.h:2 msgid "" "ElectricSheep is an xscreensaver module that displays mpeg video of an " "animated fractal flame. In the background, it contributes render cycles to " "the next animation. Periodically it uploades completed frames to the server, " "where they are compressed for distribution to all clients. This program is " -"recommended only if you have a high bandwidth connection to the Internet. By " -"Scott Draves. You can find it at <http://www.electricsheep.org/>. See " -"that web site for configuration information." +"recommended only if you have a high bandwidth, always-on connection to the " +"Internet. By Scott Draves. You can find it at <http://www.electricsheep." +"org/>." +msgstr "" + +#: hacks/config/electricsheep.xml.h:2 +msgid "Frame Rate" +msgstr "" + +#: hacks/config/electricsheep.xml.h:3 +msgid "Hide Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:4 +msgid "Megabytes of Local Sheep Storage" +msgstr "" + +#: hacks/config/electricsheep.xml.h:5 +msgid "Nickname" +msgstr "" + +#: hacks/config/electricsheep.xml.h:6 +msgid "Repititions of each Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:7 +msgid "Standalone" +msgstr "" + +#: hacks/config/electricsheep.xml.h:8 +msgid "URL" msgstr "" #: hacks/config/endgame.xml.h:1 @@ -2402,15 +2743,63 @@ msgid "Endgame" msgstr "" #: hacks/config/engine.xml.h:1 -msgid "" -"Draws a simple four-stroke engine that floats around the screen. Written by " -"Ben Buxton." +msgid "Audi Quattro (5 cylinders)" msgstr "" #: hacks/config/engine.xml.h:2 +msgid "BMW M3 (4 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:3 +msgid "BMW M5 (6 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:4 +msgid "Corvette Z06 (8 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:5 +msgid "Dodge Viper (10 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:6 +msgid "" +"Draws a simple model of an engine that floats around the screen. Written by " +"Ben Buxton and Ed Beroset." +msgstr "" + +#: hacks/config/engine.xml.h:7 msgid "Engine" msgstr "" +#: hacks/config/engine.xml.h:9 +msgid "Honda Insight (3 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:10 +msgid "Jaguar XKE (12 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:11 +msgid "Porsche 911 (6 cylinders, flat)" +msgstr "" + +#: hacks/config/engine.xml.h:12 +msgid "Random Engine" +msgstr "" + +#: hacks/config/engine.xml.h:13 +msgid "Show Engine Name" +msgstr "" + +#: hacks/config/engine.xml.h:18 +msgid "Subaru XT (6 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:19 +msgid "VW Beetle (4 cylinders, flat)" +msgstr "" + #: hacks/config/epicycle.xml.h:4 msgid "Epicycle" msgstr "" @@ -2427,6 +2816,51 @@ msgid "" "planetary motion. Written by James Youngman." msgstr "" +#: hacks/config/eruption.xml.h:1 +msgid "An exposive version of XFlame. By W.P. van Paassen." +msgstr "" + +#: hacks/config/eruption.xml.h:2 +msgid "Cooling factor" +msgstr "" + +#: hacks/config/eruption.xml.h:4 +msgid "Eruption" +msgstr "" + +#: hacks/config/eruption.xml.h:7 hacks/config/fluidballs.xml.h:9 +#: hacks/config/qix.xml.h:9 hacks/config/speedmine.xml.h:4 +msgid "Gravity" +msgstr "" + +#: hacks/config/eruption.xml.h:8 +msgid "Heat" +msgstr "" + +#: hacks/config/eruption.xml.h:9 +msgid "Inferno" +msgstr "" + +#: hacks/config/eruption.xml.h:10 +msgid "Little" +msgstr "" + +#: hacks/config/eruption.xml.h:13 +msgid "Negative" +msgstr "" + +#: hacks/config/eruption.xml.h:15 +msgid "Number of Particles" +msgstr "" + +#: hacks/config/eruption.xml.h:16 +msgid "Pleasant" +msgstr "" + +#: hacks/config/eruption.xml.h:17 +msgid "Positive" +msgstr "" + #: hacks/config/euler2d.xml.h:2 msgid "Euler2d" msgstr "" @@ -2538,7 +2972,8 @@ msgstr "" msgid "0 Seconds" msgstr "" -#: hacks/config/flame.xml.h:2 hacks/config/maze.xml.h:2 +#: hacks/config/flame.xml.h:2 hacks/config/glslideshow.xml.h:2 +#: hacks/config/maze.xml.h:2 msgid "10 Seconds" msgstr "" @@ -2546,7 +2981,7 @@ msgstr "" msgid "Another iterative fractal generator. Written by Scott Draves." msgstr "" -#: hacks/config/flame.xml.h:4 +#: hacks/config/flame.xml.h:4 hacks/config/jigglypuff.xml.h:4 msgid "Complexity" msgstr "" @@ -2607,28 +3042,23 @@ msgid "Zoom In and Out" msgstr "" #: hacks/config/fluidballs.xml.h:1 -msgid "Ball Size" -msgstr "" - -#: hacks/config/fluidballs.xml.h:5 -msgid "FluidBalls" +msgid " Freefall" msgstr "" -#: hacks/config/fluidballs.xml.h:6 -msgid "Freefall" +#: hacks/config/fluidballs.xml.h:2 +msgid "Ball Size" msgstr "" -#: hacks/config/fluidballs.xml.h:7 hacks/config/twang.xml.h:4 -msgid "Friction" +#: hacks/config/fluidballs.xml.h:4 +msgid "Clay" msgstr "" -#: hacks/config/fluidballs.xml.h:8 -msgid "Glass" +#: hacks/config/fluidballs.xml.h:7 +msgid "FluidBalls" msgstr "" -#: hacks/config/fluidballs.xml.h:9 hacks/config/qix.xml.h:9 -#: hacks/config/speedmine.xml.h:4 -msgid "Gravity" +#: hacks/config/fluidballs.xml.h:8 hacks/config/twang.xml.h:4 +msgid "Friction" msgstr "" #: hacks/config/fluidballs.xml.h:10 @@ -2648,7 +3078,7 @@ msgid "" msgstr "" #: hacks/config/fluidballs.xml.h:15 -msgid "Sandpaper" +msgid "Rubber" msgstr "" #: hacks/config/fluidballs.xml.h:16 @@ -2667,6 +3097,92 @@ msgstr "" msgid "Wind" msgstr "" +#: hacks/config/flurry.xml.h:1 +msgid "Binary" +msgstr "" + +#: hacks/config/flurry.xml.h:2 +msgid "Classic" +msgstr "" + +#: hacks/config/flurry.xml.h:3 +msgid "Fire" +msgstr "" + +#: hacks/config/flurry.xml.h:4 +msgid "Flurry" +msgstr "" + +#: hacks/config/flurry.xml.h:5 +msgid "Insane" +msgstr "" + +#: hacks/config/flurry.xml.h:6 +msgid "Psychedelic" +msgstr "" + +#: hacks/config/flurry.xml.h:7 +msgid "RGB" +msgstr "" + +#: hacks/config/flurry.xml.h:8 hacks/config/jigglypuff.xml.h:13 +#: hacks/config/sballs.xml.h:10 hacks/config/whirlygig.xml.h:12 +msgid "Random" +msgstr "" + +#: hacks/config/flurry.xml.h:10 +msgid "" +"This port of the OSX screensaver of the same name draws a colourful star" +"(fish)like flurry of particles. xscreensaver port by Tobias Sargeant <" +"tobias.sargeant@bigpond.com> Original Mac version by Calum Robinson <" +"calumr@mac.com> http://homepage.mac.com/calumr" +msgstr "" + +#: hacks/config/flurry.xml.h:11 +msgid "Water" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:1 +msgid "" +"A fleet of 3d space-age jet-powered flying toasters (and toast!) Inspired by " +"the ancient Berkeley Systems After Dark flying toasters. By Jamie Zawinski " +"and Baconmonkey." +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:2 +msgid "Air Speed" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:4 +msgid "Chrome Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:6 +msgid "Flying Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:7 hacks/config/glslideshow.xml.h:16 +#: hacks/config/jigglypuff.xml.h:12 hacks/config/juggle.xml.h:6 +#: hacks/config/pipes.xml.h:10 +msgid "None" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:8 +msgid "Number of Slices" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:9 +msgid "Number of Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:12 +msgid "Solid Colors" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:13 +msgid "Swarm" +msgstr "" + #: hacks/config/forest.xml.h:2 hacks/config/glforestfire.xml.h:6 msgid "Forest" msgstr "" @@ -2750,7 +3266,7 @@ msgstr "Protector de pantalla" msgid "Wave Speed" msgstr "" -#: hacks/config/gflux.xml.h:15 +#: hacks/config/gflux.xml.h:15 hacks/config/glmatrix.xml.h:20 msgid "Waves" msgstr "" @@ -2758,6 +3274,25 @@ msgstr "" msgid "Wire Mesh" msgstr "" +#: hacks/config/glblur.xml.h:1 +msgid "Blur Smoothness" +msgstr "" + +#: hacks/config/glblur.xml.h:5 +msgid "GLBlur" +msgstr "" + +#: hacks/config/glblur.xml.h:18 +msgid "" +"This program draws a box and a few line segments, and generates a radial " +"blur outward from it. This creates flowing field effects. This is done by " +"rendering the scene into a small texture, then repeatedly rendering " +"increasingly-enlarged and increasingly-transparent versions of that texture " +"onto the frame buffer. As such, it's quite graphics intensive: don't bother " +"trying to run this if you don't have hardware-accelerated OpenGL texture " +"support. It will hurt your machine bad." +msgstr "" + #: hacks/config/glforestfire.xml.h:2 msgid "Desert" msgstr "" @@ -2769,63 +3304,181 @@ msgid "" "for texture maps. Written by Eric Lassauge <lassauge@mail.dotcom.fr>." msgstr "" -#: hacks/config/glforestfire.xml.h:5 +#: hacks/config/glforestfire.xml.h:5 hacks/config/glmatrix.xml.h:9 msgid "Fog" msgstr "" -#: hacks/config/glforestfire.xml.h:7 -msgid "GLForestFire" +#: hacks/config/glforestfire.xml.h:7 +msgid "GLForestFire" +msgstr "" + +#: hacks/config/glforestfire.xml.h:8 +msgid "Huge Fire" +msgstr "" + +#: hacks/config/glforestfire.xml.h:9 +msgid "No shadow" +msgstr "" + +#: hacks/config/glforestfire.xml.h:11 +msgid "Number of trees" +msgstr "" + +#: hacks/config/glforestfire.xml.h:12 +msgid "Rain" +msgstr "" + +#: hacks/config/glforestfire.xml.h:17 +msgid "Track mouse" +msgstr "" + +#: hacks/config/glknots.xml.h:4 +msgid "GLKnots" +msgstr "" + +#: hacks/config/glknots.xml.h:5 +msgid "" +"Generates some twisting 3d knot patterns. Spins 'em around. Written by Jamie " +"Zawinski." +msgstr "" + +#: hacks/config/glknots.xml.h:7 hacks/config/lavalite.xml.h:17 +#: hacks/config/spheremonics.xml.h:9 +msgid "Resolution" +msgstr "" + +#: hacks/config/glknots.xml.h:15 +msgid "Segmented" +msgstr "" + +#: hacks/config/glknots.xml.h:18 hacks/config/lavalite.xml.h:28 +msgid "Smooth" +msgstr "" + +#: hacks/config/glmatrix.xml.h:2 hacks/config/xmatrix.xml.h:1 +msgid "Binary Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:4 +msgid "Draw Glyphs" +msgstr "" + +#: hacks/config/glmatrix.xml.h:5 +msgid "Draw Outlines" +msgstr "" + +#: hacks/config/glmatrix.xml.h:6 +msgid "Draw Solid Boxes" +msgstr "" + +#: hacks/config/glmatrix.xml.h:7 +msgid "" +"Draws 3D dropping characters similar to what is seen in the title sequence " +"of \"The Matrix\". See also \"xmatrix\" for a 2D rendering of the similar " +"effect that appeared on the computer monitors actually *in* the movie. " +"Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/glmatrix.xml.h:10 +msgid "GLMatrix" +msgstr "" + +#: hacks/config/glmatrix.xml.h:11 hacks/config/xmatrix.xml.h:7 +msgid "Genetic Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:12 +msgid "Glyph Density" +msgstr "" + +#: hacks/config/glmatrix.xml.h:13 +msgid "Glyph Speed" +msgstr "" + +#: hacks/config/glmatrix.xml.h:14 hacks/config/xmatrix.xml.h:8 +msgid "Hexadecimal Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:15 hacks/config/xmatrix.xml.h:11 +msgid "Matrix Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:16 +msgid "Panning" +msgstr "" + +#: hacks/config/glplanet.xml.h:1 +msgid "" +"Draws a planet bouncing around in space. Written by David Konerding. The " +"built-in image is a map of the earth (extracted from `xearth'), but you can " +"wrap any texture around the sphere, e.g., the planetary textures that come " +"with `ssystem'." +msgstr "" + +#: hacks/config/glplanet.xml.h:3 +msgid "GLPlanet" +msgstr "" + +#: hacks/config/glplanet.xml.h:4 +msgid "Image File" +msgstr "" + +#: hacks/config/glslideshow.xml.h:4 hacks/config/rd-bomb.xml.h:5 +#, no-c-format +msgid "100%" +msgstr "" + +#: hacks/config/glslideshow.xml.h:5 hacks/config/glsnake.xml.h:2 +#: hacks/config/penrose.xml.h:2 +msgid "30 Seconds" msgstr "" -#: hacks/config/glforestfire.xml.h:8 -msgid "Huge Fire" +#: hacks/config/glslideshow.xml.h:6 +msgid "5 Minutes" msgstr "" -#: hacks/config/glforestfire.xml.h:9 -msgid "No shadow" +#: hacks/config/glslideshow.xml.h:8 +#, no-c-format +msgid "50%" msgstr "" -#: hacks/config/glforestfire.xml.h:11 -msgid "Number of trees" +#: hacks/config/glslideshow.xml.h:9 +msgid "Always show at least this much of the image:" msgstr "" -#: hacks/config/glforestfire.xml.h:12 -msgid "Rain" +#: hacks/config/glslideshow.xml.h:10 +msgid "Crossfade Duration:" msgstr "" -#: hacks/config/glforestfire.xml.h:17 -msgid "Track mouse" +#: hacks/config/glslideshow.xml.h:11 +msgid "Frame Rate:" msgstr "" -#: hacks/config/glforestfire.xml.h:18 hacks/config/lament.xml.h:8 -#: hacks/config/sballs.xml.h:17 -msgid "Untextured" +#: hacks/config/glslideshow.xml.h:12 +msgid "GLSlideshow" msgstr "" -#: hacks/config/glplanet.xml.h:1 +#: hacks/config/glslideshow.xml.h:14 msgid "" -"Draws a planet bouncing around in space. Written by David Konerding. The " -"built-in image is a map of the earth (extracted from `xearth'), but you can " -"wrap any texture around the sphere, e.g., the planetary textures that come " -"with `ssystem'." +"Loads a random sequence of images and smoothly scans and zooms around in " +"each, fading from pan to pan. You can set the directory from which images " +"are loaded on the \"Advanced\" tab. This program requires a good video card " +"capable of supporting large textures. Written by Jamie Zawinski and Mike " +"Oliphant." msgstr "" -#: hacks/config/glplanet.xml.h:3 -msgid "GLPlanet" +#: hacks/config/glslideshow.xml.h:17 +msgid "Pan/Zoom Duration:" msgstr "" -#: hacks/config/glplanet.xml.h:4 -msgid "Image File" +#: hacks/config/glslideshow.xml.h:19 +msgid "Time until loading a new image:" msgstr "" #: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 msgid "1" msgstr "" -#: hacks/config/glsnake.xml.h:2 hacks/config/penrose.xml.h:2 -msgid "30 Seconds" -msgstr "" - #: hacks/config/glsnake.xml.h:3 msgid "" "Draws a simulation of the Rubik's Snake puzzle. Written by Jamie Wilkinson, " @@ -2966,6 +3619,50 @@ msgid "" "This draws random colored and stippled rectangles. Written by Jamie Zawinski." msgstr "" +#: hacks/config/halftone.xml.h:1 +msgid "Delay (Large = low cpu load)" +msgstr "" + +#: hacks/config/halftone.xml.h:2 +msgid "Dot fill factor" +msgstr "" + +#: hacks/config/halftone.xml.h:3 +msgid "Dot size" +msgstr "" + +#: hacks/config/halftone.xml.h:4 +msgid "" +"Draws the gravity force in each point on the screen seen through a halftone " +"dot pattern. The gravity force is calculated from a set of moving mass " +"points. View it from a distance for best effect. Written by Peter Jaric <" +"peter@jaric.org>." +msgstr "" + +#: hacks/config/halftone.xml.h:5 +msgid "Gravity points" +msgstr "" + +#: hacks/config/halftone.xml.h:6 +msgid "Halftone" +msgstr "" + +#: hacks/config/halftone.xml.h:10 +msgid "Maximum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:11 +msgid "Maximum speed" +msgstr "" + +#: hacks/config/halftone.xml.h:12 +msgid "Minimum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:13 +msgid "Minimum speed" +msgstr "" + #: hacks/config/halo.xml.h:1 msgid "Animate Circles" msgstr "" @@ -3120,6 +3817,98 @@ msgid "" "brain will melt. Written by Joe Keane, Fritz Mueller, and Jamie Zawinski." msgstr "" +#: hacks/config/hypertorus.xml.h:1 +msgid "-4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:2 +msgid "4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:3 +msgid "4D Hypertorus" +msgstr "" + +#: hacks/config/hypertorus.xml.h:4 +msgid "Color Wheel" +msgstr "" + +#: hacks/config/hypertorus.xml.h:5 +msgid "Display Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:7 +msgid "Orthographic 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:8 +msgid "Orthographic 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:9 +msgid "Perspective 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:10 +msgid "Perspective 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:11 +msgid "See-Through Bands" +msgstr "" + +#: hacks/config/hypertorus.xml.h:14 +msgid "Solid Object" +msgstr "" + +#: hacks/config/hypertorus.xml.h:15 hacks/config/pulsar.xml.h:16 +msgid "Solid Surface" +msgstr "" + +#: hacks/config/hypertorus.xml.h:16 +msgid "" +"This program shows a rotating Clifford Torus: a torus lying on the \"surface" +"\" of a 4D hypersphere. Written by Carsten Steger, inspired by Thomas " +"Banchoff's book \"Beyond the Third Dimension: Geometry, Computer Graphics, " +"and Higher Dimensions\", Scientific American Library, 1990." +msgstr "" + +#: hacks/config/hypertorus.xml.h:17 +msgid "Transparent Surface" +msgstr "" + +#: hacks/config/hypertorus.xml.h:18 +msgid "Two-Sided" +msgstr "" + +#: hacks/config/hypertorus.xml.h:19 +msgid "WX Rotation Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:20 +msgid "WY Rotation Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:21 +msgid "WZ Rotation Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:22 +msgid "Wireframe Mesh" +msgstr "" + +#: hacks/config/hypertorus.xml.h:23 +msgid "XY Rotation Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:24 +msgid "XZ Rotation Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:25 +msgid "YZ Rotation Speed" +msgstr "" + #: hacks/config/ifs.xml.h:2 msgid "IFS" msgstr "" @@ -3188,6 +3977,94 @@ msgstr "" msgid "Wave Size" msgstr "" +#: hacks/config/jigglypuff.xml.h:2 +msgid "Chrome" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:3 +msgid "Clown barf" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:5 +msgid "Cycle" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:7 +msgid "Flower box" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:9 +msgid "Inertial damping" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:10 +msgid "JigglyPuff" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:14 +msgid "Rotation speed" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:17 hacks/config/sphere.xml.h:7 +msgid "Sphere" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:18 +msgid "Sphere strength" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:19 +msgid "Spookiness" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:20 +msgid "Spoooooky" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:21 hacks/config/sballs.xml.h:16 +msgid "Tetrahedron" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:22 +msgid "" +"This little gem does bad things with quasi-spherical objects. The gist of it " +"is that you have what is, structurally, a tetrahedron with tesselated faces. " +"the vertices on these faces have forces on them in the form of one " +"proportional to their distance from the surface of a sphere, and one which " +"is proportional to how far they differ from some ideal distance from their " +"neighbors. They also have inertia. The forces and distance are parameters " +"and there are also a couple of visual parameters. The resulting effect can " +"range from a shape that does nothing, to a frenetic polygon storm. Somewhere " +"in between there it usually manifests as a blob that jiggles in a kind of " +"disturbing manner. woo. It doesn't matter, however. You should just pick " +"'random'. It overrides all the other options, except for fps, delay and " +"complexity. By Keith Macleod" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:23 +msgid "Vertex-vertex behavior" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:24 +msgid "Vertex-vertex force" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:26 +msgid "collapse" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:27 +msgid "expand" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:28 +msgid "none" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:29 +msgid "strong" +msgstr "" + #: hacks/config/jigsaw.xml.h:4 msgid "Jigsaw" msgstr "" @@ -3218,10 +4095,6 @@ msgstr "" msgid "Juggle" msgstr "" -#: hacks/config/juggle.xml.h:6 hacks/config/pipes.xml.h:10 -msgid "None" -msgstr "" - #: hacks/config/julia.xml.h:3 hacks/config/rorschach.xml.h:4 msgid "Iterations" msgstr "" @@ -3264,6 +4137,24 @@ msgstr "" msgid "Trails" msgstr "" +#: hacks/config/klein.xml.h:3 +msgid "Klein" +msgstr "" + +#: hacks/config/klein.xml.h:10 +msgid "" +"This draws a visualization of a Klein bottle or some other interesting " +"parametric surfaces. Written by Andrey Mirtchovski." +msgstr "" + +#: hacks/config/klein.xml.h:11 +msgid "Use Randomized Surfaces and Primitives" +msgstr "" + +#: hacks/config/klein.xml.h:12 +msgid "Wander Around the Screen" +msgstr "" + #: hacks/config/kumppa.xml.h:5 msgid "Kumppa" msgstr "" @@ -3347,18 +4238,10 @@ msgstr "" msgid "Random Lamp Style" msgstr "" -#: hacks/config/lavalite.xml.h:17 hacks/config/spheremonics.xml.h:9 -msgid "Resolution" -msgstr "" - #: hacks/config/lavalite.xml.h:18 msgid "Rocket Lavalite" msgstr "" -#: hacks/config/lavalite.xml.h:27 -msgid "Smooth" -msgstr "" - #: hacks/config/lightning.xml.h:2 msgid "Lightning" msgstr "" @@ -3504,6 +4387,32 @@ msgid "" "by Jamie Zawinski." msgstr "" +#: hacks/config/metaballs.xml.h:1 +msgid "Big" +msgstr "" + +#: hacks/config/metaballs.xml.h:2 +msgid "" +"Draws two dimensional metaballs: overlapping and merging balls with fuzzy " +"edges. By W.P. van Paassen." +msgstr "" + +#: hacks/config/metaballs.xml.h:7 +msgid "MetaBall Movement" +msgstr "" + +#: hacks/config/metaballs.xml.h:8 +msgid "MetaBall Radius" +msgstr "" + +#: hacks/config/metaballs.xml.h:9 +msgid "MetaBalls" +msgstr "" + +#: hacks/config/metaballs.xml.h:11 +msgid "Number of MetaBalls" +msgstr "" + #: hacks/config/moebius.xml.h:1 msgid "" "Another M. C. Escher hack by Marcelo Vianna, this one draws ``Moebius Strip " @@ -3859,6 +4768,28 @@ msgstr "" msgid "Scale" msgstr "" +#: hacks/config/piecewise.xml.h:1 +msgid "Color shifting speed" +msgstr "" + +#: hacks/config/piecewise.xml.h:6 +msgid "Maximum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:7 +msgid "Minimum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:8 +msgid "Piecewise" +msgstr "" + +#: hacks/config/piecewise.xml.h:12 +msgid "" +"This draws a bunch of moving circles which switch from visibility to " +"invisibility at intersection points. Written by Geoffrey Irving." +msgstr "" + #: hacks/config/pipes.xml.h:1 msgid "Allow Tight Turns" msgstr "" @@ -3919,6 +4850,35 @@ msgid "" "puzzle pieces. Written by Stephen Montgomery-Smith." msgstr "" +#: hacks/config/popsquares.xml.h:1 +msgid "Border" +msgstr "" + +#: hacks/config/popsquares.xml.h:2 +msgid "End color" +msgstr "" + +#: hacks/config/popsquares.xml.h:7 +msgid "Start color" +msgstr "" + +#: hacks/config/popsquares.xml.h:8 +msgid "Subdivision" +msgstr "" + +#: hacks/config/popsquares.xml.h:9 +msgid "" +"This draws a pop-art-ish looking grid of pulsing colors. By Levi Burton." +msgstr "" + +#: hacks/config/popsquares.xml.h:10 +msgid "Twitch" +msgstr "" + +#: hacks/config/popsquares.xml.h:11 +msgid "popsquares" +msgstr "" + #: hacks/config/pulsar.xml.h:1 msgid "Anti-alias Lines" msgstr "" @@ -3966,10 +4926,6 @@ msgstr "" msgid "Quad Count" msgstr "" -#: hacks/config/pulsar.xml.h:16 -msgid "Solid Surface" -msgstr "" - #: hacks/config/pulsar.xml.h:18 msgid "Texture PPM File" msgstr "" @@ -3982,10 +4938,6 @@ msgstr "" msgid "Launch Frequency" msgstr "" -#: hacks/config/pyro.xml.h:8 -msgid "Often" -msgstr "" - #: hacks/config/pyro.xml.h:9 msgid "Particle Density" msgstr "" @@ -4063,11 +5015,6 @@ msgstr "" msgid "1%" msgstr "" -#: hacks/config/rd-bomb.xml.h:5 -#, no-c-format -msgid "100%" -msgstr "" - #: hacks/config/rd-bomb.xml.h:7 msgid "" "Another variation of the `Bomb' program by Scott Draves. This draws a grid " @@ -4279,10 +5226,6 @@ msgstr "" msgid "Pyramid" msgstr "" -#: hacks/config/sballs.xml.h:10 -msgid "Random" -msgstr "" - #: hacks/config/sballs.xml.h:11 msgid "Sballs" msgstr "" @@ -4291,10 +5234,6 @@ msgstr "" msgid "Star" msgstr "" -#: hacks/config/sballs.xml.h:16 -msgid "Tetrahedron" -msgstr "" - #: hacks/config/shadebobs.xml.h:7 msgid "ShadeBobs" msgstr "" @@ -4445,10 +5384,6 @@ msgid "" "Duff in 1982." msgstr "" -#: hacks/config/sphere.xml.h:7 -msgid "Sphere" -msgstr "" - #: hacks/config/sphereEversion.xml.h:1 msgid "SphereEversion" msgstr "" @@ -4480,7 +5415,7 @@ msgid "" "angular momentum operators. Written by Paul Bourke and Jamie Zawinski." msgstr "" -#: hacks/config/spiral.xml.h:2 +#: hacks/config/spiral.xml.h:2 hacks/config/superquadrics.xml.h:2 msgid "Cycles" msgstr "" @@ -4553,10 +5488,9 @@ msgid "" "work with some window managers, but not with others, so your mileage may " "vary. SSystem was once available at <http://www1.las.es/~amil/ssystem/" ">, but is now gone. You may still be able to find copies elsewhere. " -"SSystem has since evolved into two different programs: OpenUniverse (http://" -"openuniverse.sourceforge.net/) and Celestia (http://www.shatters.net/" -"celestia/). Sadly, neither of these programs work with xscreensaver at all. " -"You are encouraged to nag their authors into adding xscreensaver support!" +"SSystem has since evolved into Celestia, found at <http://www.shatters." +"net/celestia/>. Sadly, Celestia does not work with xscreensaver at all. " +"You are encouraged to nag the authors into adding xscreensaver support!" msgstr "" #: hacks/config/stairs.xml.h:6 @@ -4674,14 +5608,14 @@ msgid "" "Written by Massimino Pascal." msgstr "" -#: hacks/config/superquadrics.xml.h:2 +#: hacks/config/superquadrics.xml.h:3 msgid "" "Ed Mackey reports that he wrote the first version of this program in BASIC " "on a Commodore 64 in 1987, as a 320x200 black and white wireframe. Now it is " "GL and has specular reflections." msgstr "" -#: hacks/config/superquadrics.xml.h:10 +#: hacks/config/superquadrics.xml.h:11 msgid "Superquadrics" msgstr "" @@ -4902,17 +5836,61 @@ msgid "Amplitude" msgstr "" #: hacks/config/whirlygig.xml.h:2 +msgid "Circle" +msgstr "" + +#: hacks/config/whirlygig.xml.h:3 msgid "Draws zooming chains of sinusoidal spots. Written by Ashton Trey Belew." msgstr "" +#: hacks/config/whirlygig.xml.h:4 +msgid "Explain modes" +msgstr "" + #: hacks/config/whirlygig.xml.h:5 -msgid "Whirlies" +msgid "Fun" msgstr "" #: hacks/config/whirlygig.xml.h:6 +msgid "Funky" +msgstr "" + +#: hacks/config/whirlygig.xml.h:7 +msgid "Innie" +msgstr "" + +#: hacks/config/whirlygig.xml.h:8 +msgid "Leave a trail" +msgstr "" + +#: hacks/config/whirlygig.xml.h:9 +msgid "Linear" +msgstr "" + +#: hacks/config/whirlygig.xml.h:11 +msgid "Lissajous" +msgstr "" + +#: hacks/config/whirlygig.xml.h:15 +msgid "Test" +msgstr "" + +#: hacks/config/whirlygig.xml.h:16 +msgid "Use Double Buffering" +msgstr "" + +#: hacks/config/whirlygig.xml.h:17 +msgid "Whirlies" +msgstr "" + +#: hacks/config/whirlygig.xml.h:18 msgid "WhirlyGig" msgstr "" +#: hacks/config/whirlygig.xml.h:19 +msgid "Wrap the screen" +msgstr "" + #: hacks/config/worm.xml.h:1 msgid "" "An ancient xlock hack that draws multicolored worms that crawl around the " @@ -4929,7 +5907,7 @@ msgid "" "XaoS generates fast fly-through animations of the Mandelbrot and other " "fractal sets. Written by Thomas Marsh and Jan Hubicka. This is not included " "with the XScreenSaver package, but if you don't have it already, you can " -"find it at <http://limax.paru.cas.cz/~hubicka/XaoS/>." +"find it at <http://xaos.theory.org/>." msgstr "" #: hacks/config/xdaliclock.xml.h:1 @@ -4952,7 +5930,7 @@ msgstr "" msgid "Huge Font" msgstr "" -#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:9 +#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:10 msgid "Large Font" msgstr "" @@ -4960,7 +5938,7 @@ msgstr "" msgid "Medium Font" msgstr "" -#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:16 msgid "Small Font" msgstr "" @@ -5129,14 +6107,12 @@ msgstr "" msgid "Xlyap" msgstr "" -#: hacks/config/xmatrix.xml.h:1 +#: hacks/config/xmatrix.xml.h:3 msgid "" -"A rendition of the text scrolls seen in the movie ``The Matrix.'' Written by " -"Jamie Zawinski." -msgstr "" - -#: hacks/config/xmatrix.xml.h:2 -msgid "Binary Encoding" +"Draws dropping characters similar to what is seen on the computer monitors " +"in \"The Matrix\". See also \"glmatrix\" for a 3D rendering of the similar " +"effect that appeared in the title sequence of the movie. Written by Jamie " +"Zawinski." msgstr "" #: hacks/config/xmatrix.xml.h:4 @@ -5147,35 +6123,27 @@ msgstr "" msgid "Full" msgstr "" -#: hacks/config/xmatrix.xml.h:7 -msgid "Genetic Encoding" -msgstr "" - -#: hacks/config/xmatrix.xml.h:8 -msgid "Hexadecimal Encoding" +#: hacks/config/xmatrix.xml.h:9 +msgid "Knock Knock" msgstr "" -#: hacks/config/xmatrix.xml.h:10 -msgid "Matrix Encoding" -msgstr "" - -#: hacks/config/xmatrix.xml.h:11 +#: hacks/config/xmatrix.xml.h:12 msgid "Phone Number" msgstr "" -#: hacks/config/xmatrix.xml.h:12 +#: hacks/config/xmatrix.xml.h:13 msgid "Run Trace Program" msgstr "" -#: hacks/config/xmatrix.xml.h:13 +#: hacks/config/xmatrix.xml.h:14 msgid "Slider Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:18 +#: hacks/config/xmatrix.xml.h:19 msgid "Synergistic Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:19 +#: hacks/config/xmatrix.xml.h:20 msgid "Xmatrix" msgstr "" @@ -5279,3 +6247,10 @@ msgid "" "option the result is like looking through many overlapping lenses rather " "than just a simple zoom. Written by James Macnicol." msgstr "" + +#~ msgid "Configure the settings of the screensaver." +#~ msgstr "Configurar el protector de pantalla." + +#, fuzzy +#~ msgid "Preview of screen saver" +#~ msgstr "Protector de pantalla" diff --git a/po/da.po b/po/da.po index c0c1b2ae..92014fc5 100644 --- a/po/da.po +++ b/po/da.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: xscreensaver\n" -"POT-Creation-Date: 2002-06-18 21:56+0200\n" +"POT-Creation-Date: 2003-07-24 19:05+0200\n" "PO-Revision-Date: 2002-08-29 23:33+0200\n" "Last-Translator: Ole Laursen \n" "Language-Team: Danish \n" @@ -26,35 +26,40 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: driver/demo-Gtk-conf.c:729 +#: driver/demo-Gtk-conf.c:731 msgid "Browse..." msgstr "Gennemse..." -#: driver/demo-Gtk-conf.c:1021 +#: driver/demo-Gtk-conf.c:1023 msgid "Select file." msgstr "Vælg fil" -#: driver/demo-Gtk-support.c:121 +#: driver/demo-Gtk-support.c:135 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "Kunne ikke finde billedfil: %s" -#: driver/demo-Gtk-support.c:130 +#: driver/demo-Gtk-support.c:147 driver/demo-Gtk-support.c:179 #, c-format msgid "Error loading pixmap file: %s" msgstr "Fejl ved indlæsning af billedfil: %s" +#: driver/demo-Gtk-support.c:182 +#, c-format +msgid "reason: %s\n" +msgstr "" + #: driver/demo-Gtk-widgets.c:155 driver/xscreensaver-demo.glade.h:89 -#: driver/xscreensaver-demo.glade2.h:43 +#: driver/xscreensaver-demo.glade2.h:65 msgid "XScreenSaver" msgstr "Pauseskærm" -#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:54 +#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:76 msgid "_File" msgstr "_Fil" #: driver/demo-Gtk-widgets.c:196 driver/xscreensaver-demo.glade.h:93 -#: driver/xscreensaver-demo.glade2.h:48 +#: driver/xscreensaver-demo.glade2.h:70 msgid "_Blank Screen Now" msgstr "_Start pauseskærm nu" @@ -65,7 +70,7 @@ msgstr "" "Aktivér pauseskærmsdæmonen nu (og lÃ¥ser skærmen hvis den er sat op til det)" #: driver/demo-Gtk-widgets.c:209 driver/xscreensaver-demo.glade.h:97 -#: driver/xscreensaver-demo.glade2.h:58 +#: driver/xscreensaver-demo.glade2.h:80 msgid "_Lock Screen Now" msgstr "_LÃ¥s skærm nu" @@ -74,7 +79,7 @@ msgid "Lock the screen now (even if \"Lock Screen\" is unchecked.)" msgstr "LÃ¥s skærmen nu (ogsÃ¥ selvom \"LÃ¥s skærm\" ikke er afkrydset)" #: driver/demo-Gtk-widgets.c:222 driver/xscreensaver-demo.glade.h:96 -#: driver/xscreensaver-demo.glade2.h:56 +#: driver/xscreensaver-demo.glade2.h:78 msgid "_Kill Daemon" msgstr "_Dræb dæmon" @@ -83,7 +88,7 @@ msgid "Tell the running XScreenSaver daemon to exit." msgstr "FÃ¥ den kørende pauseskærmsdæmon til at afslutte" #: driver/demo-Gtk-widgets.c:235 driver/xscreensaver-demo.glade.h:98 -#: driver/xscreensaver-demo.glade2.h:64 +#: driver/xscreensaver-demo.glade2.h:86 msgid "_Restart Daemon" msgstr "_Genstart dæmon" @@ -103,12 +108,12 @@ msgstr "" "Afslut demonstrationsprogrammet (men lad pauseskærmsdæmonen køre i " "baggrunden)" -#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:55 +#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:77 msgid "_Help" msgstr "_Hjælp" #: driver/demo-Gtk-widgets.c:290 driver/xscreensaver-demo.glade.h:92 -#: driver/xscreensaver-demo.glade2.h:44 +#: driver/xscreensaver-demo.glade2.h:66 msgid "_About..." msgstr "_Om..." @@ -117,7 +122,7 @@ msgid "Display version information." msgstr "Vis versionsoplysninger" #: driver/demo-Gtk-widgets.c:303 driver/xscreensaver-demo.glade.h:94 -#: driver/xscreensaver-demo.glade2.h:53 +#: driver/xscreensaver-demo.glade2.h:75 msgid "_Documentation..." msgstr "_Dokumentation..." @@ -130,7 +135,7 @@ msgid "Cycle After" msgstr "Gentag efter" #: driver/demo-Gtk-widgets.c:364 driver/xscreensaver-demo.glade.h:78 -#: driver/xscreensaver-demo.glade2.h:42 +#: driver/xscreensaver-demo.glade2.h:54 msgid "Whether a password should be required to un-blank the screen." msgstr "Afkræv adgangskode ved afbrydelse af pauseskærmen" @@ -144,23 +149,24 @@ msgstr "Start efter" #: driver/demo-Gtk-widgets.c:397 driver/demo-Gtk-widgets.c:447 #: driver/demo-Gtk-widgets.c:461 driver/demo-Gtk-widgets.c:1010 -#: driver/xscreensaver-demo.glade.h:43 driver/xscreensaver-demo.glade2.h:26 +#: driver/xscreensaver-demo.glade.h:43 msgid "How long before the monitor goes completely black." msgstr "Tidsrum før skærmen bliver helt sort" #: driver/demo-Gtk-widgets.c:401 driver/demo-Gtk-widgets.c:413 #: driver/demo-Gtk-widgets.c:425 driver/demo-Gtk-widgets.c:1014 #: driver/demo-Gtk-widgets.c:1026 driver/demo-Gtk-widgets.c:1038 -#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:70 +#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:92 msgid "minutes" msgstr "minutter" -#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2661 +#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2831 #: driver/xscreensaver-demo.glade.h:58 msgid "Preview" msgstr "Eksempel" #: driver/demo-Gtk-widgets.c:484 driver/xscreensaver-demo.glade.h:21 +#: driver/xscreensaver-demo.glade2.h:12 msgid "" "Demo the selected screen saver in full-screen mode (click the mouse to " "return.)" @@ -173,6 +179,7 @@ msgid "Settings..." msgstr "Indstillinger..." #: driver/demo-Gtk-widgets.c:494 driver/xscreensaver-demo.glade.h:17 +#: driver/xscreensaver-demo.glade2.h:9 msgid "Customization and explanation of the selected screen saver." msgstr "Tilpasning og forklaring af den valge pauseskærm" @@ -181,7 +188,7 @@ msgid "Mode:" msgstr "Tilstand:" #: driver/demo-Gtk-widgets.c:533 driver/xscreensaver-demo.glade.h:25 -#: driver/xscreensaver-demo.glade2.h:14 +#: driver/xscreensaver-demo.glade2.h:16 msgid "Disable Screen Saver" msgstr "Deaktivér pauseskærm" @@ -191,21 +198,21 @@ msgid "Blank Screen Only" msgstr "Kun sort skærm" #: driver/demo-Gtk-widgets.c:539 driver/xscreensaver-demo.glade.h:56 -#: driver/xscreensaver-demo.glade2.h:32 +#: driver/xscreensaver-demo.glade2.h:42 msgid "Only One Screen Saver" msgstr "Kun én pauseskærm" #: driver/demo-Gtk-widgets.c:542 driver/xscreensaver-demo.glade.h:60 -#: driver/xscreensaver-demo.glade2.h:35 +#: driver/xscreensaver-demo.glade2.h:44 msgid "Random Screen Saver" msgstr "Tilfældig pauseskærm" -#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2034 +#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2120 #: driver/xscreensaver-demo.glade.h:75 msgid "Use" msgstr "Benyt" -#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2044 +#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2130 #: driver/xscreensaver-demo.glade.h:63 msgid "Screen Saver" msgstr "Pauseskærm" @@ -215,6 +222,7 @@ msgid "\\/" msgstr "\\/" #: driver/demo-Gtk-widgets.c:646 driver/xscreensaver-demo.glade.h:61 +#: driver/xscreensaver-demo.glade2.h:45 msgid "" "Run the next screen saver in the list in full-screen mode (click the mouse " "to return.)" @@ -227,6 +235,7 @@ msgid "/\\" msgstr "/\\" #: driver/demo-Gtk-widgets.c:656 driver/xscreensaver-demo.glade.h:62 +#: driver/xscreensaver-demo.glade2.h:46 msgid "" "Run the previous screen saver in the list in full-screen mode (click the " "mouse to return.)" @@ -235,7 +244,7 @@ msgstr "" "for at vende tilbage)" #: driver/demo-Gtk-widgets.c:658 driver/demo-Gtk-widgets.c:1601 -#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:11 +#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:13 msgid "Description" msgstr "Beskrivelse" @@ -244,11 +253,12 @@ msgid "Display Modes" msgstr "Skærmtilstande" #: driver/demo-Gtk-widgets.c:701 driver/xscreensaver-demo.glade.h:23 -#: driver/xscreensaver-demo.glade2.h:12 +#: driver/xscreensaver-demo.glade2.h:14 msgid "Diagnostics" msgstr "Fejlmeddelelser" #: driver/demo-Gtk-widgets.c:745 driver/xscreensaver-demo.glade.h:80 +#: driver/xscreensaver-demo.glade2.h:56 msgid "Whether the daemon should print lots of debugging information." msgstr "Om dæmonen skal udskrive mange fejlfindingsoplysninger" @@ -257,6 +267,7 @@ msgid "Verbose Diagnostics" msgstr "Informationsrige fejlmeddelelser" #: driver/demo-Gtk-widgets.c:762 driver/xscreensaver-demo.glade.h:79 +#: driver/xscreensaver-demo.glade2.h:55 msgid "" "Whether any error output of the display modes should be redirected to the " "screen." @@ -268,6 +279,7 @@ msgid "Display Subprocess Errors" msgstr "Vis fejl fra underprocesser" #: driver/demo-Gtk-widgets.c:779 driver/xscreensaver-demo.glade.h:87 +#: driver/xscreensaver-demo.glade2.h:63 msgid "" "Whether the splash screen (with the version number and `Help' button) should " "be momentarily displayed when the daemon first starts up." @@ -285,6 +297,7 @@ msgid "Colormaps" msgstr "Farvekortlægninger" #: driver/demo-Gtk-widgets.c:834 driver/xscreensaver-demo.glade.h:88 +#: driver/xscreensaver-demo.glade2.h:64 msgid "" "Whether to install a private colormap when running in 8-bit mode on the " "default Visual." @@ -297,6 +310,7 @@ msgid "Install Colormap" msgstr "Privat farvekortlægning" #: driver/demo-Gtk-widgets.c:859 driver/xscreensaver-demo.glade.h:86 +#: driver/xscreensaver-demo.glade2.h:62 msgid "" "Whether the screen should slowly fade to black when the screen saver " "activates." @@ -308,6 +322,7 @@ msgid "Fade To Black When Blanking" msgstr "Gradvis overgang ved start" #: driver/demo-Gtk-widgets.c:876 driver/xscreensaver-demo.glade.h:85 +#: driver/xscreensaver-demo.glade2.h:61 msgid "" "Whether the screen should slowly fade in from black when the screen saver " "deactivates." @@ -323,20 +338,22 @@ msgid "Fade Duration" msgstr "Overgangsvarighed" #: driver/demo-Gtk-widgets.c:922 driver/xscreensaver-demo.glade.h:44 +#: driver/xscreensaver-demo.glade2.h:31 msgid "How long it should take for the screen to fade in and out." msgstr "Hvor lang tid det tager for skærmen at gÃ¥ fra sort og tilbage" #: driver/demo-Gtk-widgets.c:926 driver/xscreensaver-demo.glade.h:100 -#: driver/xscreensaver-demo.glade2.h:73 +#: driver/xscreensaver-demo.glade2.h:96 msgid "seconds" msgstr "sekunder" #: driver/demo-Gtk-widgets.c:936 driver/xscreensaver-demo.glade.h:27 -#: driver/xscreensaver-demo.glade2.h:15 +#: driver/xscreensaver-demo.glade2.h:17 msgid "Display Power Management" msgstr "Strømstyring for skærm" #: driver/demo-Gtk-widgets.c:980 driver/xscreensaver-demo.glade.h:84 +#: driver/xscreensaver-demo.glade2.h:60 msgid "Whether the monitor should be powered down after a while." msgstr "Om skærmen skal slukkes efter et stykke tid" @@ -357,19 +374,22 @@ msgid "Standby After" msgstr "Standby efter" #: driver/demo-Gtk-widgets.c:1099 driver/xscreensaver-demo.glade.h:45 +#: driver/xscreensaver-demo.glade2.h:33 msgid "How long until the monitor goes into power-saving mode." msgstr "Tidsrum før skærmen gÃ¥r i strømsparingstilstand" #: driver/demo-Gtk-widgets.c:1113 driver/xscreensaver-demo.glade.h:46 +#: driver/xscreensaver-demo.glade2.h:34 msgid "How long until the monitor powers down." msgstr "Tidsrum før skærmen slukker" #: driver/demo-Gtk-widgets.c:1117 driver/xscreensaver-demo.glade.h:47 -#: driver/xscreensaver-demo.glade2.h:27 +#: driver/xscreensaver-demo.glade2.h:35 msgid "Image Manipulation" msgstr "Billedmanipulation" #: driver/demo-Gtk-widgets.c:1161 driver/xscreensaver-demo.glade.h:81 +#: driver/xscreensaver-demo.glade2.h:57 msgid "" "Whether the image-manipulating modes should be allowed to operate on an " "image of your desktop." @@ -393,6 +413,7 @@ msgid "Grab Video Frames" msgstr "Benyt videobilleder" #: driver/demo-Gtk-widgets.c:1195 driver/xscreensaver-demo.glade.h:83 +#: driver/xscreensaver-demo.glade2.h:59 msgid "" "Whether the image-manipulating modes should operate on random images loaded " "from disk." @@ -405,6 +426,7 @@ msgid "Choose Random Image:" msgstr "Vælg tilfældigt billede:" #: driver/demo-Gtk-widgets.c:1230 driver/xscreensaver-demo.glade.h:73 +#: driver/xscreensaver-demo.glade2.h:52 msgid "The directory from which images will be randomly chosen." msgstr "Den mappe som billeder vælges tilfældigt fra" @@ -422,12 +444,12 @@ msgid "XScreenSaver: Mode-Specific Settings" msgstr "Tilstandspecifikke indstillinger" #: driver/demo-Gtk-widgets.c:1460 driver/xscreensaver-demo.glade.h:64 -#: driver/xscreensaver-demo.glade2.h:36 +#: driver/xscreensaver-demo.glade2.h:47 msgid "Settings" msgstr "Indstillinger" #: driver/demo-Gtk-widgets.c:1489 driver/xscreensaver-demo.glade.h:66 -#: driver/xscreensaver-demo.glade2.h:38 +#: driver/xscreensaver-demo.glade2.h:49 msgid "Standard" msgstr "Standard" @@ -437,7 +459,7 @@ msgid "Visual:" msgstr "Farvedybde:" #: driver/demo-Gtk-widgets.c:1544 driver/demo-Gtk-widgets.c:1567 -#: driver/demo-Gtk.c:1479 driver/demo-Gtk.c:2680 +#: driver/demo-Gtk.c:1518 driver/demo-Gtk.c:2850 #: driver/xscreensaver-demo.glade.h:5 driver/xscreensaver-demo.glade2.h:3 msgid "Any" msgstr "Enhver" @@ -448,42 +470,42 @@ msgid "Best" msgstr "Bedste" #: driver/demo-Gtk-widgets.c:1546 driver/xscreensaver-demo.glade.h:19 -#: driver/xscreensaver-demo.glade2.h:9 +#: driver/xscreensaver-demo.glade2.h:10 msgid "Default" msgstr "Standard" #: driver/demo-Gtk-widgets.c:1547 driver/xscreensaver-demo.glade.h:20 -#: driver/xscreensaver-demo.glade2.h:10 +#: driver/xscreensaver-demo.glade2.h:11 msgid "Default-N" msgstr "Standard-N" #: driver/demo-Gtk-widgets.c:1548 driver/xscreensaver-demo.glade.h:37 -#: driver/xscreensaver-demo.glade2.h:21 +#: driver/xscreensaver-demo.glade2.h:23 msgid "GL" msgstr "GL" #: driver/demo-Gtk-widgets.c:1549 driver/xscreensaver-demo.glade.h:74 -#: driver/xscreensaver-demo.glade2.h:41 +#: driver/xscreensaver-demo.glade2.h:53 msgid "TrueColor" msgstr "Fuld farve" #: driver/demo-Gtk-widgets.c:1550 driver/xscreensaver-demo.glade.h:59 -#: driver/xscreensaver-demo.glade2.h:34 +#: driver/xscreensaver-demo.glade2.h:43 msgid "PseudoColor" msgstr "Pseudofarve" #: driver/demo-Gtk-widgets.c:1551 driver/xscreensaver-demo.glade.h:69 -#: driver/xscreensaver-demo.glade2.h:39 +#: driver/xscreensaver-demo.glade2.h:50 msgid "StaticGray" msgstr "Statisk grÃ¥" #: driver/demo-Gtk-widgets.c:1552 driver/xscreensaver-demo.glade.h:42 -#: driver/xscreensaver-demo.glade2.h:25 +#: driver/xscreensaver-demo.glade2.h:27 msgid "GrayScale" msgstr "GrÃ¥tone" #: driver/demo-Gtk-widgets.c:1553 driver/xscreensaver-demo.glade.h:24 -#: driver/xscreensaver-demo.glade2.h:13 +#: driver/xscreensaver-demo.glade2.h:15 msgid "DirectColor" msgstr "Direkte farve" @@ -493,12 +515,12 @@ msgid "Color" msgstr "Farve" #: driver/demo-Gtk-widgets.c:1555 driver/xscreensaver-demo.glade.h:41 -#: driver/xscreensaver-demo.glade2.h:24 +#: driver/xscreensaver-demo.glade2.h:26 msgid "Gray" msgstr "GrÃ¥" #: driver/demo-Gtk-widgets.c:1556 driver/xscreensaver-demo.glade.h:53 -#: driver/xscreensaver-demo.glade2.h:29 +#: driver/xscreensaver-demo.glade2.h:37 msgid "Mono" msgstr "Mono" @@ -539,7 +561,7 @@ msgstr "Standard <<" msgid "Back to the graphical configuration options." msgstr "Tilbage til den grafiske konfiguration" -#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:688 +#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:727 #: driver/xscreensaver-demo.glade.h:54 msgid "OK" msgstr "O.k." @@ -548,21 +570,11 @@ msgstr "O.k." msgid "Cancel" msgstr "Annullér" -#: driver/demo-Gtk.c:601 +#: driver/demo-Gtk.c:632 msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "Tjek http://www.jwz.org/xscreensaver/ for opdateringer" -#: driver/demo-Gtk.c:608 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:610 -#, c-format -msgid "Copyright 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:726 +#: driver/demo-Gtk.c:765 msgid "" "Error:\n" "\n" @@ -572,7 +584,7 @@ msgstr "" "\n" "Ingen hjælpe-URL er blevet angivet.\n" -#: driver/demo-Gtk.c:812 +#: driver/demo-Gtk.c:851 msgid "" "Error:\n" "\n" @@ -583,7 +595,7 @@ msgstr "" "\n" "Pauseskærmsdæmonen startede ikke korrekt.\n" -#: driver/demo-Gtk.c:818 +#: driver/demo-Gtk.c:857 msgid "" "You are running as root. This usually means that xscreensaver\n" "was unable to contact your X server because access control is\n" @@ -619,11 +631,11 @@ msgstr "" "pÃ¥ som en almindelig bruger og skifte bruger, f.eks. med 'su', om\n" "med nødvendigt." -#: driver/demo-Gtk.c:834 +#: driver/demo-Gtk.c:873 msgid "Please check your $PATH and permissions." msgstr "Kontrollér venligst din $PATH og rettigheder." -#: driver/demo-Gtk.c:869 +#: driver/demo-Gtk.c:908 msgid "" "Error:\n" "\n" @@ -633,7 +645,7 @@ msgstr "" "\n" "Kunne ikke bestemme klargøringsfilnavn!\n" -#: driver/demo-Gtk.c:874 +#: driver/demo-Gtk.c:913 #, c-format msgid "" "Error:\n" @@ -644,7 +656,7 @@ msgstr "" "\n" "Kunne ikke skrive %s\n" -#: driver/demo-Gtk.c:933 +#: driver/demo-Gtk.c:972 msgid "" "Error:\n" "\n" @@ -654,7 +666,7 @@ msgstr "" "\n" "Ingen 'manualCommand'-resurse angivet." -#: driver/demo-Gtk.c:1114 +#: driver/demo-Gtk.c:1153 #, c-format msgid "" "Error:\n" @@ -665,7 +677,7 @@ msgstr "" "\n" "Ufortolkeligt tidsformat: \"%s\"\n" -#: driver/demo-Gtk.c:1779 +#: driver/demo-Gtk.c:1818 #, c-format msgid "" "Error:\n" @@ -676,24 +688,24 @@ msgstr "" "\n" "Mappe eksisterer ikke: \"%s\"\n" -#: driver/demo-Gtk.c:2376 +#: driver/demo-Gtk.c:2532 msgid "Descriptions not available: no XML support compiled in." msgstr "" "Beskrivelser er ikke tilgængelige: ingen XML-understøttelse er oversat med." -#: driver/demo-Gtk.c:2381 +#: driver/demo-Gtk.c:2537 msgid "No description available." msgstr "Ingen beskrivelse tilgængelig." -#: driver/demo-Gtk.c:2632 +#: driver/demo-Gtk.c:2802 msgid "Blank Screen" msgstr "Start pauseskærm nu" -#: driver/demo-Gtk.c:2638 +#: driver/demo-Gtk.c:2808 msgid "Screen Saver Disabled" msgstr "Pauseskærm deaktiveret" -#: driver/demo-Gtk.c:2798 +#: driver/demo-Gtk.c:2996 #, c-format msgid "" "Warning:\n" @@ -704,15 +716,23 @@ msgstr "" "\n" "Filen \"%s\" er ændret, genindlæser.\n" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "No Preview" msgstr "Intet eksempel" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "Available" msgstr "Tilgængelig" -#: driver/demo-Gtk.c:3543 +#: driver/demo-Gtk.c:3079 +msgid "Not" +msgstr "" + +#: driver/demo-Gtk.c:3079 +msgid "Installed" +msgstr "" + +#: driver/demo-Gtk.c:3780 #, c-format msgid "" "Warning:\n" @@ -725,7 +745,7 @@ msgstr "" "Pauseskærmsdæmonen ser ikke ud til at køre pÃ¥\n" "terminalen \"%s\". Start den nu?" -#: driver/demo-Gtk.c:3553 +#: driver/demo-Gtk.c:3790 #, c-format msgid "" "Warning:\n" @@ -759,7 +779,7 @@ msgstr "" "\n" "Genstart pauseskærmsdæmonen nu?\n" -#: driver/demo-Gtk.c:3578 +#: driver/demo-Gtk.c:3815 #, c-format msgid "" "Warning:\n" @@ -787,7 +807,7 @@ msgstr "" "\n" "Genstart pauseskærmsdæmonen pÃ¥ \"%s\" som \"%s\" nu?\n" -#: driver/demo-Gtk.c:3600 +#: driver/demo-Gtk.c:3837 #, c-format msgid "" "Warning:\n" @@ -806,14 +826,19 @@ msgstr "" "\n" "Genstart pauseskærmsdæmonen nu?\n" -#: driver/demo-Gtk.c:3999 +#: driver/demo-Gtk.c:4272 #, c-format msgid "%s: unknown option: %s\n" msgstr "%s: ukendt tilvalg: %s\n" +#: driver/demo-Gtk.c:4335 +#, fuzzy +msgid "Screensaver Preferences" +msgstr "Pauseskærm" + #: driver/screensaver-properties.desktop.in.h:1 -msgid "Configure the settings of the screensaver." -msgstr "Konfigurér pauseskærmen" +msgid "Change screensaver properties" +msgstr "" #: driver/screensaver-properties.desktop.in.h:2 msgid "Screensaver" @@ -831,39 +856,59 @@ msgstr "*" msgid "Choose _Random Image:" msgstr "Vælg _tilfældigt billede:" -#: driver/xscreensaver-demo.glade2.h:16 +#: driver/xscreensaver-demo.glade2.h:18 msgid "Display Subprocess _Errors" msgstr "Vis _fejl fra underprocesser" -#: driver/xscreensaver-demo.glade2.h:17 +#: driver/xscreensaver-demo.glade2.h:19 msgid "Display _Splash Screen at Startup" msgstr "Vis _velkomstskærm ved start" -#: driver/xscreensaver-demo.glade2.h:18 +#: driver/xscreensaver-demo.glade2.h:20 msgid "F_ade Duration" msgstr "_Overgangsvarighed" -#: driver/xscreensaver-demo.glade2.h:19 +#: driver/xscreensaver-demo.glade2.h:21 msgid "Fade from Black When _Unblanking" msgstr "Gradvis overgang ved _afslutning" -#: driver/xscreensaver-demo.glade2.h:20 +#: driver/xscreensaver-demo.glade2.h:22 msgid "Fade to Black when _Blanking" msgstr "Gradvis overgang ved st_art" -#: driver/xscreensaver-demo.glade2.h:22 +#: driver/xscreensaver-demo.glade2.h:24 msgid "Grab Desktop _Images" msgstr "Benyt skrivebords_billeder" -#: driver/xscreensaver-demo.glade2.h:23 +#: driver/xscreensaver-demo.glade2.h:25 msgid "Grab _Video Frames" msgstr "Benyt v_ideobilleder" #: driver/xscreensaver-demo.glade2.h:28 +msgid "How long after the screen blanks until a password will be required." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:29 +#, fuzzy +msgid "How long before the screensaver activates." +msgstr "Hvor lang tid det tager for skærmen at gÃ¥ fra sort og tilbage" + +#: driver/xscreensaver-demo.glade2.h:30 +msgid "" +"How long each display mode should run before choosing a new one (in Random " +"mode.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:32 +#, fuzzy +msgid "How long until the monitor goes completely black." +msgstr "Tidsrum før skærmen bliver helt sort" + +#: driver/xscreensaver-demo.glade2.h:36 msgid "Install _Colormap" msgstr "Privat f_arvekortlægning" -#: driver/xscreensaver-demo.glade2.h:30 +#: driver/xscreensaver-demo.glade2.h:38 msgid "" "No Preview\n" "Available" @@ -871,96 +916,112 @@ msgstr "" "Intet eksempel\n" "tilgængeligt" -#: driver/xscreensaver-demo.glade2.h:33 -msgid "Preview of screen saver" -msgstr "Eksempel pÃ¥ pauseskærmen" +#: driver/xscreensaver-demo.glade2.h:40 +msgid "" +"Not\n" +"Installed" +msgstr "" -#: driver/xscreensaver-demo.glade2.h:37 +#: driver/xscreensaver-demo.glade2.h:48 msgid "Stand_by After" msgstr "Stand_by efter" -#: driver/xscreensaver-demo.glade2.h:40 +#: driver/xscreensaver-demo.glade2.h:51 msgid "Sus_pend After" msgstr "_Dvale efter" -#: driver/xscreensaver-demo.glade2.h:45 +#: driver/xscreensaver-demo.glade2.h:58 +#, fuzzy +msgid "" +"Whether the image-manipulating modes should operate on images captured from " +"the system's video input (if there is one.)" +msgstr "" +"Om billedmanipuleringer har lov til at operere med billeder fra systemets " +"video-inddata (hvis de eksisterer)" + +#: driver/xscreensaver-demo.glade2.h:67 msgid "_Advanced" msgstr "_Avanceret" -#: driver/xscreensaver-demo.glade2.h:46 +#: driver/xscreensaver-demo.glade2.h:68 msgid "_Advanced >>" msgstr "_Avanceret >>" -#: driver/xscreensaver-demo.glade2.h:47 +#: driver/xscreensaver-demo.glade2.h:69 msgid "_Blank After" msgstr "_Start efter" -#: driver/xscreensaver-demo.glade2.h:49 +#: driver/xscreensaver-demo.glade2.h:71 msgid "_Browse" msgstr "_Gennemse" -#: driver/xscreensaver-demo.glade2.h:50 +#: driver/xscreensaver-demo.glade2.h:72 msgid "_Command Line:" msgstr "_Kommandolinje:" -#: driver/xscreensaver-demo.glade2.h:51 +#: driver/xscreensaver-demo.glade2.h:73 msgid "_Cycle After" msgstr "_Gentag efter" -#: driver/xscreensaver-demo.glade2.h:52 +#: driver/xscreensaver-demo.glade2.h:74 msgid "_Display Modes" msgstr "_Skærmtilstande" -#: driver/xscreensaver-demo.glade2.h:57 +#: driver/xscreensaver-demo.glade2.h:79 msgid "_Lock Screen After" msgstr "_LÃ¥s skærm efter" -#: driver/xscreensaver-demo.glade2.h:59 +#: driver/xscreensaver-demo.glade2.h:81 msgid "_Mode:" msgstr "_Tilstand:" -#: driver/xscreensaver-demo.glade2.h:60 +#: driver/xscreensaver-demo.glade2.h:82 msgid "_Off After" msgstr "S_luk efter" -#: driver/xscreensaver-demo.glade2.h:61 +#: driver/xscreensaver-demo.glade2.h:83 msgid "_Power Management Enabled" msgstr "Aktivér str_ømstyring" -#: driver/xscreensaver-demo.glade2.h:62 +#: driver/xscreensaver-demo.glade2.h:84 msgid "_Preview" msgstr "_Eksempel" -#: driver/xscreensaver-demo.glade2.h:63 +#: driver/xscreensaver-demo.glade2.h:85 msgid "_Quit" msgstr "_Afslut" -#: driver/xscreensaver-demo.glade2.h:65 +#: driver/xscreensaver-demo.glade2.h:87 msgid "_Settings..." msgstr "_Indstillinger..." -#: driver/xscreensaver-demo.glade2.h:66 +#: driver/xscreensaver-demo.glade2.h:88 msgid "_Standard <<" msgstr "_Standard <<" -#: driver/xscreensaver-demo.glade2.h:67 -msgid "_Verbose Dialognostics" -msgstr "_Informationsrige fejlmeddelelser" +#: driver/xscreensaver-demo.glade2.h:89 +#, fuzzy +msgid "_Verbose Diagnostics" +msgstr "Informationsrige fejlmeddelelser" # dækker over 'visual'-begrebet i X, ca. = farvedybde her -#: driver/xscreensaver-demo.glade2.h:68 +#: driver/xscreensaver-demo.glade2.h:90 msgid "_Visual:" msgstr "_Farvedybde:" -#: driver/xscreensaver-demo.glade2.h:69 +#: driver/xscreensaver-demo.glade2.h:91 msgid "dialog1" msgstr "vindue1" -#: driver/xscreensaver-demo.glade2.h:71 +#: driver/xscreensaver-demo.glade2.h:93 msgid "no preview" msgstr "intet eksempel" -#: driver/xscreensaver-demo.glade2.h:72 +#: driver/xscreensaver-demo.glade2.h:94 +msgid "not installed" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:95 msgid "preview" msgstr "eksempel" @@ -972,85 +1033,95 @@ msgstr "Anemone" msgid "Arms" msgstr "Arme" -#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:5 +#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:6 #: hacks/config/apollonian.xml.h:5 hacks/config/atlantis.xml.h:4 -#: hacks/config/attraction.xml.h:8 hacks/config/blaster.xml.h:3 -#: hacks/config/blitspin.xml.h:4 hacks/config/bouboule.xml.h:3 +#: hacks/config/attraction.xml.h:8 hacks/config/atunnel.xml.h:3 +#: hacks/config/barcode.xml.h:4 hacks/config/blaster.xml.h:3 +#: hacks/config/blitspin.xml.h:4 hacks/config/blocktube.xml.h:4 +#: hacks/config/bouboule.xml.h:3 hacks/config/bouncingcow.xml.h:6 #: hacks/config/boxed.xml.h:4 hacks/config/braid.xml.h:4 #: hacks/config/bubble3d.xml.h:3 hacks/config/bubbles.xml.h:8 #: hacks/config/bumps.xml.h:3 hacks/config/cage.xml.h:2 -#: hacks/config/circuit.xml.h:4 hacks/config/compass.xml.h:3 -#: hacks/config/coral.xml.h:7 hacks/config/critical.xml.h:3 -#: hacks/config/crystal.xml.h:6 hacks/config/cubenetic.xml.h:8 +#: hacks/config/circuit.xml.h:4 hacks/config/cloudlife.xml.h:3 +#: hacks/config/compass.xml.h:3 hacks/config/coral.xml.h:7 +#: hacks/config/critical.xml.h:3 hacks/config/crystal.xml.h:6 +#: hacks/config/cubenetic.xml.h:8 hacks/config/cubestorm.xml.h:4 #: hacks/config/cynosure.xml.h:4 hacks/config/dangerball.xml.h:3 #: hacks/config/decayscreen.xml.h:2 hacks/config/deluxe.xml.h:4 #: hacks/config/demon.xml.h:4 hacks/config/discrete.xml.h:2 #: hacks/config/distort.xml.h:4 hacks/config/drift.xml.h:3 -#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:3 -#: hacks/config/epicycle.xml.h:5 hacks/config/euler2d.xml.h:3 -#: hacks/config/extrusion.xml.h:3 hacks/config/fadeplot.xml.h:4 -#: hacks/config/flag.xml.h:2 hacks/config/flame.xml.h:6 -#: hacks/config/flipscreen3d.xml.h:1 hacks/config/flow.xml.h:4 -#: hacks/config/fluidballs.xml.h:3 hacks/config/forest.xml.h:1 +#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:8 +#: hacks/config/epicycle.xml.h:5 hacks/config/eruption.xml.h:5 +#: hacks/config/euler2d.xml.h:3 hacks/config/extrusion.xml.h:3 +#: hacks/config/fadeplot.xml.h:4 hacks/config/flag.xml.h:2 +#: hacks/config/flame.xml.h:6 hacks/config/flipscreen3d.xml.h:1 +#: hacks/config/flow.xml.h:4 hacks/config/fluidballs.xml.h:5 +#: hacks/config/flyingtoasters.xml.h:5 hacks/config/forest.xml.h:1 #: hacks/config/galaxy.xml.h:3 hacks/config/gears.xml.h:2 -#: hacks/config/gflux.xml.h:6 hacks/config/glforestfire.xml.h:4 -#: hacks/config/glplanet.xml.h:2 hacks/config/glsnake.xml.h:5 -#: hacks/config/gltext.xml.h:3 hacks/config/goop.xml.h:4 -#: hacks/config/grav.xml.h:2 hacks/config/greynetic.xml.h:1 -#: hacks/config/halo.xml.h:2 hacks/config/hopalong.xml.h:9 -#: hacks/config/hyperball.xml.h:2 hacks/config/hypercube.xml.h:2 +#: hacks/config/gflux.xml.h:6 hacks/config/glblur.xml.h:4 +#: hacks/config/glforestfire.xml.h:4 hacks/config/glknots.xml.h:3 +#: hacks/config/glmatrix.xml.h:8 hacks/config/glplanet.xml.h:2 +#: hacks/config/glsnake.xml.h:5 hacks/config/gltext.xml.h:3 +#: hacks/config/goop.xml.h:4 hacks/config/grav.xml.h:2 +#: hacks/config/greynetic.xml.h:1 hacks/config/halo.xml.h:2 +#: hacks/config/hopalong.xml.h:9 hacks/config/hyperball.xml.h:2 +#: hacks/config/hypercube.xml.h:2 hacks/config/hypertorus.xml.h:6 #: hacks/config/ifs.xml.h:1 hacks/config/interference.xml.h:5 -#: hacks/config/jigsaw.xml.h:3 hacks/config/juggle.xml.h:3 -#: hacks/config/julia.xml.h:2 hacks/config/kaleidescope.xml.h:2 +#: hacks/config/jigglypuff.xml.h:6 hacks/config/jigsaw.xml.h:3 +#: hacks/config/juggle.xml.h:3 hacks/config/julia.xml.h:2 +#: hacks/config/kaleidescope.xml.h:2 hacks/config/klein.xml.h:2 #: hacks/config/kumppa.xml.h:3 hacks/config/lament.xml.h:2 #: hacks/config/laser.xml.h:3 hacks/config/lavalite.xml.h:10 #: hacks/config/lightning.xml.h:1 hacks/config/lisa.xml.h:2 #: hacks/config/lissie.xml.h:3 hacks/config/lmorph.xml.h:3 #: hacks/config/loop.xml.h:1 hacks/config/maze.xml.h:4 -#: hacks/config/menger.xml.h:3 hacks/config/moebius.xml.h:3 -#: hacks/config/moire2.xml.h:2 hacks/config/molecule.xml.h:10 -#: hacks/config/morph3d.xml.h:3 hacks/config/mountain.xml.h:2 -#: hacks/config/munch.xml.h:3 hacks/config/nerverot.xml.h:9 -#: hacks/config/penetrate.xml.h:3 hacks/config/penrose.xml.h:6 -#: hacks/config/petri.xml.h:5 hacks/config/phosphor.xml.h:3 +#: hacks/config/menger.xml.h:3 hacks/config/metaballs.xml.h:4 +#: hacks/config/moebius.xml.h:3 hacks/config/moire2.xml.h:2 +#: hacks/config/molecule.xml.h:10 hacks/config/morph3d.xml.h:3 +#: hacks/config/mountain.xml.h:2 hacks/config/munch.xml.h:3 +#: hacks/config/nerverot.xml.h:9 hacks/config/penetrate.xml.h:3 +#: hacks/config/penrose.xml.h:6 hacks/config/petri.xml.h:5 +#: hacks/config/phosphor.xml.h:3 hacks/config/piecewise.xml.h:4 #: hacks/config/pipes.xml.h:5 hacks/config/polyominoes.xml.h:2 -#: hacks/config/pulsar.xml.h:11 hacks/config/pyro.xml.h:4 -#: hacks/config/qix.xml.h:7 hacks/config/queens.xml.h:1 -#: hacks/config/rd-bomb.xml.h:9 hacks/config/ripples.xml.h:4 -#: hacks/config/rocks.xml.h:4 hacks/config/rotor.xml.h:3 -#: hacks/config/rubik.xml.h:3 hacks/config/sballs.xml.h:4 -#: hacks/config/shadebobs.xml.h:3 hacks/config/sierpinski.xml.h:2 -#: hacks/config/sierpinski3d.xml.h:2 hacks/config/slidescreen.xml.h:2 -#: hacks/config/slip.xml.h:2 hacks/config/speedmine.xml.h:3 -#: hacks/config/sphere.xml.h:2 hacks/config/spheremonics.xml.h:5 -#: hacks/config/spiral.xml.h:3 hacks/config/spotlight.xml.h:2 -#: hacks/config/sproingies.xml.h:2 hacks/config/squiral.xml.h:4 -#: hacks/config/stairs.xml.h:1 hacks/config/starfish.xml.h:3 -#: hacks/config/starwars.xml.h:6 hacks/config/strange.xml.h:2 -#: hacks/config/superquadrics.xml.h:3 hacks/config/swirl.xml.h:2 -#: hacks/config/t3d.xml.h:6 hacks/config/thornbird.xml.h:2 -#: hacks/config/triangle.xml.h:1 hacks/config/truchet.xml.h:1 -#: hacks/config/twang.xml.h:3 hacks/config/vines.xml.h:1 -#: hacks/config/webcollage.xml.h:4 hacks/config/worm.xml.h:3 -#: hacks/config/xearth.xml.h:7 hacks/config/xfishtank.xml.h:3 -#: hacks/config/xflame.xml.h:4 hacks/config/xjack.xml.h:1 -#: hacks/config/xmatrix.xml.h:5 hacks/config/xmountains.xml.h:1 -#: hacks/config/xrayswarm.xml.h:2 hacks/config/zoom.xml.h:2 +#: hacks/config/popsquares.xml.h:3 hacks/config/pulsar.xml.h:11 +#: hacks/config/pyro.xml.h:4 hacks/config/qix.xml.h:7 +#: hacks/config/queens.xml.h:1 hacks/config/rd-bomb.xml.h:9 +#: hacks/config/ripples.xml.h:4 hacks/config/rocks.xml.h:4 +#: hacks/config/rotor.xml.h:3 hacks/config/rubik.xml.h:3 +#: hacks/config/sballs.xml.h:4 hacks/config/shadebobs.xml.h:3 +#: hacks/config/sierpinski.xml.h:2 hacks/config/sierpinski3d.xml.h:2 +#: hacks/config/slidescreen.xml.h:2 hacks/config/slip.xml.h:2 +#: hacks/config/speedmine.xml.h:3 hacks/config/sphere.xml.h:2 +#: hacks/config/spheremonics.xml.h:5 hacks/config/spiral.xml.h:3 +#: hacks/config/spotlight.xml.h:2 hacks/config/sproingies.xml.h:2 +#: hacks/config/squiral.xml.h:4 hacks/config/stairs.xml.h:1 +#: hacks/config/starfish.xml.h:3 hacks/config/starwars.xml.h:6 +#: hacks/config/strange.xml.h:2 hacks/config/superquadrics.xml.h:4 +#: hacks/config/swirl.xml.h:2 hacks/config/t3d.xml.h:6 +#: hacks/config/thornbird.xml.h:2 hacks/config/triangle.xml.h:1 +#: hacks/config/truchet.xml.h:1 hacks/config/twang.xml.h:3 +#: hacks/config/vines.xml.h:1 hacks/config/webcollage.xml.h:4 +#: hacks/config/worm.xml.h:3 hacks/config/xearth.xml.h:7 +#: hacks/config/xfishtank.xml.h:3 hacks/config/xflame.xml.h:4 +#: hacks/config/xjack.xml.h:1 hacks/config/xmatrix.xml.h:5 +#: hacks/config/xmountains.xml.h:1 hacks/config/xrayswarm.xml.h:2 +#: hacks/config/zoom.xml.h:2 msgid "Fast" msgstr "Hurtig" #: hacks/config/anemone.xml.h:4 hacks/config/blaster.xml.h:4 #: hacks/config/bouboule.xml.h:4 hacks/config/coral.xml.h:8 -#: hacks/config/cubenetic.xml.h:9 hacks/config/euler2d.xml.h:4 -#: hacks/config/flame.xml.h:7 hacks/config/fluidballs.xml.h:4 -#: hacks/config/kaleidescope.xml.h:3 hacks/config/lisa.xml.h:3 -#: hacks/config/pedal.xml.h:4 hacks/config/petri.xml.h:7 -#: hacks/config/qix.xml.h:8 hacks/config/thornbird.xml.h:3 -#: hacks/config/whirlwindwarp.xml.h:1 hacks/config/xfishtank.xml.h:4 +#: hacks/config/cubenetic.xml.h:9 hacks/config/eruption.xml.h:6 +#: hacks/config/euler2d.xml.h:4 hacks/config/flame.xml.h:7 +#: hacks/config/fluidballs.xml.h:6 hacks/config/kaleidescope.xml.h:3 +#: hacks/config/lisa.xml.h:3 hacks/config/pedal.xml.h:4 +#: hacks/config/petri.xml.h:7 hacks/config/qix.xml.h:8 +#: hacks/config/thornbird.xml.h:3 hacks/config/whirlwindwarp.xml.h:1 +#: hacks/config/xfishtank.xml.h:4 msgid "Few" msgstr "FÃ¥" -#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:8 +#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:9 #: hacks/config/apollonian.xml.h:7 hacks/config/attraction.xml.h:18 #: hacks/config/blaster.xml.h:6 hacks/config/bouboule.xml.h:5 #: hacks/config/braid.xml.h:7 hacks/config/coral.xml.h:9 @@ -1059,17 +1130,18 @@ msgstr "FÃ¥" #: hacks/config/deco.xml.h:5 hacks/config/deluxe.xml.h:6 #: hacks/config/demon.xml.h:6 hacks/config/discrete.xml.h:4 #: hacks/config/drift.xml.h:9 hacks/config/epicycle.xml.h:8 -#: hacks/config/euler2d.xml.h:8 hacks/config/fadeplot.xml.h:6 -#: hacks/config/flag.xml.h:5 hacks/config/flame.xml.h:11 -#: hacks/config/flow.xml.h:8 hacks/config/fluidballs.xml.h:13 -#: hacks/config/forest.xml.h:3 hacks/config/galaxy.xml.h:6 -#: hacks/config/grav.xml.h:4 hacks/config/halo.xml.h:4 -#: hacks/config/hopalong.xml.h:15 hacks/config/ifs.xml.h:3 -#: hacks/config/imsmap.xml.h:9 hacks/config/interference.xml.h:11 -#: hacks/config/julia.xml.h:6 hacks/config/kaleidescope.xml.h:5 -#: hacks/config/laser.xml.h:6 hacks/config/lightning.xml.h:3 -#: hacks/config/lisa.xml.h:5 hacks/config/lissie.xml.h:6 -#: hacks/config/loop.xml.h:4 hacks/config/moire.xml.h:5 +#: hacks/config/eruption.xml.h:12 hacks/config/euler2d.xml.h:8 +#: hacks/config/fadeplot.xml.h:6 hacks/config/flag.xml.h:5 +#: hacks/config/flame.xml.h:11 hacks/config/flow.xml.h:8 +#: hacks/config/fluidballs.xml.h:13 hacks/config/forest.xml.h:3 +#: hacks/config/galaxy.xml.h:6 hacks/config/grav.xml.h:4 +#: hacks/config/halo.xml.h:4 hacks/config/hopalong.xml.h:15 +#: hacks/config/ifs.xml.h:3 hacks/config/imsmap.xml.h:9 +#: hacks/config/interference.xml.h:11 hacks/config/julia.xml.h:6 +#: hacks/config/kaleidescope.xml.h:5 hacks/config/laser.xml.h:6 +#: hacks/config/lightning.xml.h:3 hacks/config/lisa.xml.h:5 +#: hacks/config/lissie.xml.h:6 hacks/config/loop.xml.h:4 +#: hacks/config/metaballs.xml.h:6 hacks/config/moire.xml.h:5 #: hacks/config/moire2.xml.h:3 hacks/config/mountain.xml.h:4 #: hacks/config/nerverot.xml.h:15 hacks/config/pedal.xml.h:6 #: hacks/config/penrose.xml.h:7 hacks/config/petri.xml.h:11 @@ -1087,111 +1159,131 @@ msgstr "FÃ¥" msgid "Many" msgstr "Mange" -#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:10 +#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:11 #: hacks/config/apollonian.xml.h:8 hacks/config/attraction.xml.h:19 #: hacks/config/bouboule.xml.h:6 hacks/config/braid.xml.h:9 #: hacks/config/critical.xml.h:5 hacks/config/crystal.xml.h:10 #: hacks/config/cynosure.xml.h:7 hacks/config/deco.xml.h:8 #: hacks/config/deluxe.xml.h:7 hacks/config/demon.xml.h:7 #: hacks/config/discrete.xml.h:6 hacks/config/drift.xml.h:10 -#: hacks/config/epicycle.xml.h:9 hacks/config/euler2d.xml.h:9 -#: hacks/config/fadeplot.xml.h:7 hacks/config/flag.xml.h:6 -#: hacks/config/flame.xml.h:12 hacks/config/flow.xml.h:9 -#: hacks/config/forest.xml.h:4 hacks/config/galaxy.xml.h:7 -#: hacks/config/grav.xml.h:5 hacks/config/halo.xml.h:6 -#: hacks/config/hopalong.xml.h:17 hacks/config/ifs.xml.h:4 -#: hacks/config/imsmap.xml.h:10 hacks/config/interference.xml.h:12 -#: hacks/config/julia.xml.h:7 hacks/config/laser.xml.h:8 -#: hacks/config/lightning.xml.h:4 hacks/config/lisa.xml.h:6 -#: hacks/config/lissie.xml.h:7 hacks/config/loop.xml.h:5 +#: hacks/config/epicycle.xml.h:9 hacks/config/eruption.xml.h:14 +#: hacks/config/euler2d.xml.h:9 hacks/config/fadeplot.xml.h:7 +#: hacks/config/flag.xml.h:6 hacks/config/flame.xml.h:12 +#: hacks/config/flow.xml.h:9 hacks/config/forest.xml.h:4 +#: hacks/config/galaxy.xml.h:7 hacks/config/grav.xml.h:5 +#: hacks/config/halo.xml.h:6 hacks/config/hopalong.xml.h:17 +#: hacks/config/ifs.xml.h:4 hacks/config/imsmap.xml.h:10 +#: hacks/config/interference.xml.h:12 hacks/config/julia.xml.h:7 +#: hacks/config/laser.xml.h:8 hacks/config/lightning.xml.h:4 +#: hacks/config/lisa.xml.h:6 hacks/config/lissie.xml.h:7 +#: hacks/config/loop.xml.h:5 hacks/config/metaballs.xml.h:10 #: hacks/config/moire.xml.h:7 hacks/config/moire2.xml.h:5 #: hacks/config/mountain.xml.h:6 hacks/config/penrose.xml.h:8 -#: hacks/config/polyominoes.xml.h:6 hacks/config/rd-bomb.xml.h:13 -#: hacks/config/rocks.xml.h:6 hacks/config/rotor.xml.h:7 -#: hacks/config/shadebobs.xml.h:6 hacks/config/sierpinski.xml.h:5 -#: hacks/config/slip.xml.h:5 hacks/config/sphere.xml.h:4 -#: hacks/config/spiral.xml.h:8 hacks/config/squiral.xml.h:10 -#: hacks/config/starfish.xml.h:6 hacks/config/strange.xml.h:6 -#: hacks/config/swirl.xml.h:5 hacks/config/thornbird.xml.h:5 -#: hacks/config/triangle.xml.h:4 hacks/config/vines.xml.h:3 -#: hacks/config/worm.xml.h:5 hacks/config/xearth.xml.h:17 -#: hacks/config/xfishtank.xml.h:9 +#: hacks/config/polyominoes.xml.h:6 hacks/config/popsquares.xml.h:4 +#: hacks/config/rd-bomb.xml.h:13 hacks/config/rocks.xml.h:6 +#: hacks/config/rotor.xml.h:7 hacks/config/shadebobs.xml.h:6 +#: hacks/config/sierpinski.xml.h:5 hacks/config/slip.xml.h:5 +#: hacks/config/sphere.xml.h:4 hacks/config/spiral.xml.h:8 +#: hacks/config/squiral.xml.h:10 hacks/config/starfish.xml.h:6 +#: hacks/config/strange.xml.h:6 hacks/config/swirl.xml.h:5 +#: hacks/config/thornbird.xml.h:5 hacks/config/triangle.xml.h:4 +#: hacks/config/vines.xml.h:3 hacks/config/worm.xml.h:5 +#: hacks/config/xearth.xml.h:17 hacks/config/xfishtank.xml.h:9 msgid "Number of Colors" msgstr "Antal farver" -#: hacks/config/anemone.xml.h:7 hacks/config/ant.xml.h:14 +#: hacks/config/anemone.xml.h:7 hacks/config/pyro.xml.h:8 +msgid "Often" +msgstr "Ofte" + +#: hacks/config/anemone.xml.h:8 +msgid "Rarely" +msgstr "" + +#: hacks/config/anemone.xml.h:9 hacks/config/ant.xml.h:15 #: hacks/config/apollonian.xml.h:11 hacks/config/atlantis.xml.h:13 -#: hacks/config/attraction.xml.h:26 hacks/config/blaster.xml.h:8 -#: hacks/config/blitspin.xml.h:7 hacks/config/bouboule.xml.h:8 +#: hacks/config/attraction.xml.h:26 hacks/config/atunnel.xml.h:6 +#: hacks/config/barcode.xml.h:6 hacks/config/blaster.xml.h:8 +#: hacks/config/blitspin.xml.h:7 hacks/config/blocktube.xml.h:9 +#: hacks/config/bouboule.xml.h:8 hacks/config/bouncingcow.xml.h:10 #: hacks/config/boxed.xml.h:6 hacks/config/braid.xml.h:11 #: hacks/config/bubble3d.xml.h:5 hacks/config/bubbles.xml.h:10 #: hacks/config/bumps.xml.h:4 hacks/config/cage.xml.h:4 -#: hacks/config/circuit.xml.h:10 hacks/config/compass.xml.h:4 -#: hacks/config/coral.xml.h:12 hacks/config/critical.xml.h:6 -#: hacks/config/crystal.xml.h:11 hacks/config/cubenetic.xml.h:22 +#: hacks/config/circuit.xml.h:10 hacks/config/cloudlife.xml.h:11 +#: hacks/config/compass.xml.h:4 hacks/config/coral.xml.h:12 +#: hacks/config/critical.xml.h:6 hacks/config/crystal.xml.h:11 +#: hacks/config/cubenetic.xml.h:22 hacks/config/cubestorm.xml.h:8 #: hacks/config/cynosure.xml.h:9 hacks/config/dangerball.xml.h:5 #: hacks/config/decayscreen.xml.h:17 hacks/config/deluxe.xml.h:8 #: hacks/config/demon.xml.h:8 hacks/config/discrete.xml.h:7 #: hacks/config/distort.xml.h:11 hacks/config/drift.xml.h:12 -#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:5 -#: hacks/config/epicycle.xml.h:10 hacks/config/euler2d.xml.h:14 -#: hacks/config/extrusion.xml.h:11 hacks/config/fadeplot.xml.h:8 -#: hacks/config/flag.xml.h:7 hacks/config/flame.xml.h:14 -#: hacks/config/flipscreen3d.xml.h:6 hacks/config/flow.xml.h:13 -#: hacks/config/fluidballs.xml.h:18 hacks/config/forest.xml.h:5 +#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:15 +#: hacks/config/epicycle.xml.h:10 hacks/config/eruption.xml.h:19 +#: hacks/config/euler2d.xml.h:14 hacks/config/extrusion.xml.h:11 +#: hacks/config/fadeplot.xml.h:8 hacks/config/flag.xml.h:7 +#: hacks/config/flame.xml.h:14 hacks/config/flipscreen3d.xml.h:6 +#: hacks/config/flow.xml.h:13 hacks/config/fluidballs.xml.h:18 +#: hacks/config/flyingtoasters.xml.h:11 hacks/config/forest.xml.h:5 #: hacks/config/galaxy.xml.h:10 hacks/config/gears.xml.h:7 -#: hacks/config/gflux.xml.h:12 hacks/config/glforestfire.xml.h:14 -#: hacks/config/glplanet.xml.h:6 hacks/config/glsnake.xml.h:12 -#: hacks/config/gltext.xml.h:13 hacks/config/goop.xml.h:10 -#: hacks/config/grav.xml.h:8 hacks/config/greynetic.xml.h:3 -#: hacks/config/halo.xml.h:9 hacks/config/hopalong.xml.h:21 -#: hacks/config/hyperball.xml.h:8 hacks/config/hypercube.xml.h:7 +#: hacks/config/gflux.xml.h:12 hacks/config/glblur.xml.h:14 +#: hacks/config/glforestfire.xml.h:14 hacks/config/glknots.xml.h:17 +#: hacks/config/glmatrix.xml.h:18 hacks/config/glplanet.xml.h:6 +#: hacks/config/glsnake.xml.h:12 hacks/config/gltext.xml.h:13 +#: hacks/config/goop.xml.h:10 hacks/config/grav.xml.h:8 +#: hacks/config/greynetic.xml.h:3 hacks/config/halo.xml.h:9 +#: hacks/config/hopalong.xml.h:21 hacks/config/hyperball.xml.h:8 +#: hacks/config/hypercube.xml.h:7 hacks/config/hypertorus.xml.h:13 #: hacks/config/ifs.xml.h:5 hacks/config/interference.xml.h:14 -#: hacks/config/jigsaw.xml.h:5 hacks/config/juggle.xml.h:7 -#: hacks/config/julia.xml.h:8 hacks/config/kaleidescope.xml.h:7 +#: hacks/config/jigglypuff.xml.h:16 hacks/config/jigsaw.xml.h:5 +#: hacks/config/juggle.xml.h:7 hacks/config/julia.xml.h:8 +#: hacks/config/kaleidescope.xml.h:7 hacks/config/klein.xml.h:7 #: hacks/config/kumppa.xml.h:8 hacks/config/lament.xml.h:6 -#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:26 +#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:27 #: hacks/config/lightning.xml.h:5 hacks/config/lisa.xml.h:8 #: hacks/config/lissie.xml.h:9 hacks/config/lmorph.xml.h:11 #: hacks/config/loop.xml.h:7 hacks/config/maze.xml.h:14 -#: hacks/config/menger.xml.h:16 hacks/config/moebius.xml.h:7 -#: hacks/config/moire2.xml.h:6 hacks/config/molecule.xml.h:22 -#: hacks/config/morph3d.xml.h:6 hacks/config/mountain.xml.h:7 -#: hacks/config/munch.xml.h:7 hacks/config/nerverot.xml.h:20 -#: hacks/config/penetrate.xml.h:6 hacks/config/penrose.xml.h:11 -#: hacks/config/petri.xml.h:23 hacks/config/phosphor.xml.h:6 +#: hacks/config/menger.xml.h:16 hacks/config/metaballs.xml.h:13 +#: hacks/config/moebius.xml.h:7 hacks/config/moire2.xml.h:6 +#: hacks/config/molecule.xml.h:22 hacks/config/morph3d.xml.h:6 +#: hacks/config/mountain.xml.h:7 hacks/config/munch.xml.h:7 +#: hacks/config/nerverot.xml.h:20 hacks/config/penetrate.xml.h:6 +#: hacks/config/penrose.xml.h:11 hacks/config/petri.xml.h:23 +#: hacks/config/phosphor.xml.h:6 hacks/config/piecewise.xml.h:9 #: hacks/config/pipes.xml.h:15 hacks/config/polyominoes.xml.h:10 -#: hacks/config/pulsar.xml.h:15 hacks/config/pyro.xml.h:13 -#: hacks/config/qix.xml.h:19 hacks/config/queens.xml.h:4 -#: hacks/config/rd-bomb.xml.h:17 hacks/config/ripples.xml.h:11 -#: hacks/config/rocks.xml.h:9 hacks/config/rotor.xml.h:11 -#: hacks/config/rubik.xml.h:9 hacks/config/sballs.xml.h:13 -#: hacks/config/shadebobs.xml.h:9 hacks/config/sierpinski.xml.h:7 -#: hacks/config/sierpinski3d.xml.h:8 hacks/config/slidescreen.xml.h:6 -#: hacks/config/slip.xml.h:7 hacks/config/speedmine.xml.h:13 -#: hacks/config/sphere.xml.h:5 hacks/config/spheremonics.xml.h:19 -#: hacks/config/spiral.xml.h:9 hacks/config/spotlight.xml.h:4 -#: hacks/config/sproingies.xml.h:6 hacks/config/squiral.xml.h:14 -#: hacks/config/stairs.xml.h:3 hacks/config/starfish.xml.h:8 -#: hacks/config/starwars.xml.h:12 hacks/config/strange.xml.h:7 -#: hacks/config/superquadrics.xml.h:7 hacks/config/swirl.xml.h:6 -#: hacks/config/t3d.xml.h:11 hacks/config/thornbird.xml.h:7 -#: hacks/config/triangle.xml.h:5 hacks/config/truchet.xml.h:2 -#: hacks/config/twang.xml.h:9 hacks/config/vines.xml.h:4 -#: hacks/config/webcollage.xml.h:7 hacks/config/worm.xml.h:7 -#: hacks/config/xearth.xml.h:22 hacks/config/xfishtank.xml.h:10 -#: hacks/config/xflame.xml.h:5 hacks/config/xjack.xml.h:2 -#: hacks/config/xmatrix.xml.h:14 hacks/config/xmountains.xml.h:4 -#: hacks/config/xrayswarm.xml.h:3 hacks/config/zoom.xml.h:6 +#: hacks/config/popsquares.xml.h:5 hacks/config/pulsar.xml.h:15 +#: hacks/config/pyro.xml.h:13 hacks/config/qix.xml.h:19 +#: hacks/config/queens.xml.h:4 hacks/config/rd-bomb.xml.h:17 +#: hacks/config/ripples.xml.h:11 hacks/config/rocks.xml.h:9 +#: hacks/config/rotor.xml.h:11 hacks/config/rubik.xml.h:9 +#: hacks/config/sballs.xml.h:13 hacks/config/shadebobs.xml.h:9 +#: hacks/config/sierpinski.xml.h:7 hacks/config/sierpinski3d.xml.h:8 +#: hacks/config/slidescreen.xml.h:6 hacks/config/slip.xml.h:7 +#: hacks/config/speedmine.xml.h:13 hacks/config/sphere.xml.h:5 +#: hacks/config/spheremonics.xml.h:19 hacks/config/spiral.xml.h:9 +#: hacks/config/spotlight.xml.h:4 hacks/config/sproingies.xml.h:6 +#: hacks/config/squiral.xml.h:14 hacks/config/stairs.xml.h:3 +#: hacks/config/starfish.xml.h:8 hacks/config/starwars.xml.h:12 +#: hacks/config/strange.xml.h:7 hacks/config/superquadrics.xml.h:8 +#: hacks/config/swirl.xml.h:6 hacks/config/t3d.xml.h:11 +#: hacks/config/thornbird.xml.h:7 hacks/config/triangle.xml.h:5 +#: hacks/config/truchet.xml.h:2 hacks/config/twang.xml.h:9 +#: hacks/config/vines.xml.h:4 hacks/config/webcollage.xml.h:7 +#: hacks/config/worm.xml.h:7 hacks/config/xearth.xml.h:22 +#: hacks/config/xfishtank.xml.h:10 hacks/config/xflame.xml.h:5 +#: hacks/config/xjack.xml.h:2 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xmountains.xml.h:4 hacks/config/xrayswarm.xml.h:3 +#: hacks/config/zoom.xml.h:6 msgid "Slow" msgstr "Langsom" -#: hacks/config/anemone.xml.h:8 hacks/config/ant.xml.h:16 +#: hacks/config/anemone.xml.h:10 hacks/config/ant.xml.h:17 #: hacks/config/apollonian.xml.h:12 hacks/config/attraction.xml.h:28 -#: hacks/config/blaster.xml.h:9 hacks/config/bouboule.xml.h:9 -#: hacks/config/braid.xml.h:12 hacks/config/bubble3d.xml.h:6 -#: hacks/config/bubbles.xml.h:11 hacks/config/bumps.xml.h:5 -#: hacks/config/cage.xml.h:6 hacks/config/circuit.xml.h:11 +#: hacks/config/atunnel.xml.h:7 hacks/config/barcode.xml.h:7 +#: hacks/config/blaster.xml.h:9 hacks/config/blocktube.xml.h:11 +#: hacks/config/bouboule.xml.h:9 hacks/config/braid.xml.h:12 +#: hacks/config/bubble3d.xml.h:6 hacks/config/bubbles.xml.h:11 +#: hacks/config/bumps.xml.h:5 hacks/config/cage.xml.h:6 +#: hacks/config/circuit.xml.h:11 hacks/config/cloudlife.xml.h:13 #: hacks/config/compass.xml.h:5 hacks/config/coral.xml.h:14 #: hacks/config/critical.xml.h:7 hacks/config/crystal.xml.h:12 #: hacks/config/cubenetic.xml.h:24 hacks/config/cynosure.xml.h:10 @@ -1199,12 +1291,13 @@ msgstr "Langsom" #: hacks/config/deluxe.xml.h:9 hacks/config/demon.xml.h:10 #: hacks/config/discrete.xml.h:9 hacks/config/distort.xml.h:13 #: hacks/config/drift.xml.h:13 hacks/config/endgame.xml.h:6 -#: hacks/config/engine.xml.h:6 hacks/config/epicycle.xml.h:11 -#: hacks/config/euler2d.xml.h:15 hacks/config/extrusion.xml.h:13 -#: hacks/config/fadeplot.xml.h:10 hacks/config/flag.xml.h:9 -#: hacks/config/flame.xml.h:15 hacks/config/flipscreen3d.xml.h:7 -#: hacks/config/flow.xml.h:16 hacks/config/fluidballs.xml.h:20 -#: hacks/config/forest.xml.h:6 hacks/config/galaxy.xml.h:11 +#: hacks/config/engine.xml.h:16 hacks/config/epicycle.xml.h:11 +#: hacks/config/eruption.xml.h:20 hacks/config/euler2d.xml.h:15 +#: hacks/config/extrusion.xml.h:13 hacks/config/fadeplot.xml.h:10 +#: hacks/config/flag.xml.h:9 hacks/config/flame.xml.h:15 +#: hacks/config/flipscreen3d.xml.h:7 hacks/config/flow.xml.h:16 +#: hacks/config/fluidballs.xml.h:20 hacks/config/forest.xml.h:6 +#: hacks/config/galaxy.xml.h:11 hacks/config/glblur.xml.h:17 #: hacks/config/glforestfire.xml.h:15 hacks/config/glplanet.xml.h:8 #: hacks/config/gltext.xml.h:15 hacks/config/goop.xml.h:11 #: hacks/config/grav.xml.h:9 hacks/config/greynetic.xml.h:4 @@ -1212,18 +1305,20 @@ msgstr "Langsom" #: hacks/config/hyperball.xml.h:9 hacks/config/hypercube.xml.h:8 #: hacks/config/ifs.xml.h:6 hacks/config/jigsaw.xml.h:7 #: hacks/config/juggle.xml.h:8 hacks/config/julia.xml.h:10 -#: hacks/config/kaleidescope.xml.h:8 hacks/config/kumppa.xml.h:9 -#: hacks/config/lament.xml.h:7 hacks/config/laser.xml.h:11 -#: hacks/config/lavalite.xml.h:29 hacks/config/lightning.xml.h:6 -#: hacks/config/lisa.xml.h:9 hacks/config/lissie.xml.h:11 -#: hacks/config/lmorph.xml.h:12 hacks/config/loop.xml.h:9 -#: hacks/config/menger.xml.h:18 hacks/config/moebius.xml.h:10 +#: hacks/config/kaleidescope.xml.h:8 hacks/config/klein.xml.h:8 +#: hacks/config/kumppa.xml.h:9 hacks/config/lament.xml.h:7 +#: hacks/config/laser.xml.h:11 hacks/config/lavalite.xml.h:30 +#: hacks/config/lightning.xml.h:6 hacks/config/lisa.xml.h:9 +#: hacks/config/lissie.xml.h:11 hacks/config/lmorph.xml.h:12 +#: hacks/config/loop.xml.h:9 hacks/config/menger.xml.h:18 +#: hacks/config/metaballs.xml.h:15 hacks/config/moebius.xml.h:10 #: hacks/config/moire2.xml.h:7 hacks/config/molecule.xml.h:24 #: hacks/config/morph3d.xml.h:7 hacks/config/mountain.xml.h:8 #: hacks/config/munch.xml.h:9 hacks/config/nerverot.xml.h:22 #: hacks/config/penrose.xml.h:12 hacks/config/petri.xml.h:25 -#: hacks/config/phosphor.xml.h:7 hacks/config/pipes.xml.h:16 -#: hacks/config/polyominoes.xml.h:11 hacks/config/pulsar.xml.h:17 +#: hacks/config/phosphor.xml.h:7 hacks/config/piecewise.xml.h:11 +#: hacks/config/pipes.xml.h:16 hacks/config/polyominoes.xml.h:11 +#: hacks/config/popsquares.xml.h:6 hacks/config/pulsar.xml.h:17 #: hacks/config/qix.xml.h:22 hacks/config/queens.xml.h:6 #: hacks/config/rotor.xml.h:12 hacks/config/rubik.xml.h:11 #: hacks/config/sballs.xml.h:14 hacks/config/shadebobs.xml.h:10 @@ -1234,40 +1329,46 @@ msgstr "Langsom" #: hacks/config/spotlight.xml.h:5 hacks/config/sproingies.xml.h:8 #: hacks/config/squiral.xml.h:16 hacks/config/stairs.xml.h:5 #: hacks/config/starfish.xml.h:9 hacks/config/strange.xml.h:8 -#: hacks/config/superquadrics.xml.h:9 hacks/config/swirl.xml.h:7 +#: hacks/config/superquadrics.xml.h:10 hacks/config/swirl.xml.h:7 #: hacks/config/t3d.xml.h:13 hacks/config/thornbird.xml.h:8 #: hacks/config/triangle.xml.h:6 hacks/config/truchet.xml.h:3 #: hacks/config/twang.xml.h:10 hacks/config/vines.xml.h:5 -#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:4 +#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:13 #: hacks/config/worm.xml.h:8 hacks/config/xearth.xml.h:25 #: hacks/config/xflame.xml.h:6 hacks/config/xjack.xml.h:3 -#: hacks/config/xmatrix.xml.h:17 hacks/config/xmountains.xml.h:5 +#: hacks/config/xmatrix.xml.h:18 hacks/config/xmountains.xml.h:5 #: hacks/config/xrayswarm.xml.h:4 hacks/config/zoom.xml.h:7 msgid "Speed" msgstr "Hastighed" -#: hacks/config/anemone.xml.h:9 +#: hacks/config/anemone.xml.h:11 msgid "Tentacles" msgstr "Tentakler" -#: hacks/config/anemone.xml.h:10 hacks/config/deluxe.xml.h:10 +#: hacks/config/anemone.xml.h:12 hacks/config/cubestorm.xml.h:11 +#: hacks/config/deluxe.xml.h:10 hacks/config/glknots.xml.h:19 #: hacks/config/lmorph.xml.h:13 hacks/config/starfish.xml.h:11 #: hacks/config/thornbird.xml.h:9 msgid "Thick" msgstr "Tyk" -#: hacks/config/anemone.xml.h:11 hacks/config/moire2.xml.h:8 -#: hacks/config/thornbird.xml.h:10 +#: hacks/config/anemone.xml.h:13 hacks/config/glknots.xml.h:20 +#: hacks/config/moire2.xml.h:8 hacks/config/thornbird.xml.h:10 msgid "Thickness" msgstr "Tykkelse" -#: hacks/config/anemone.xml.h:12 hacks/config/deluxe.xml.h:11 +#: hacks/config/anemone.xml.h:14 hacks/config/cubestorm.xml.h:12 +#: hacks/config/deluxe.xml.h:11 hacks/config/glknots.xml.h:21 #: hacks/config/lmorph.xml.h:14 hacks/config/starfish.xml.h:12 #: hacks/config/thornbird.xml.h:11 msgid "Thin" msgstr "Tynd" -#: hacks/config/anemone.xml.h:13 hacks/config/ant.xml.h:21 +#: hacks/config/anemone.xml.h:15 +msgid "Turn speed" +msgstr "" + +#: hacks/config/anemone.xml.h:16 hacks/config/ant.xml.h:22 #: hacks/config/apollonian.xml.h:13 hacks/config/attraction.xml.h:32 #: hacks/config/bouboule.xml.h:11 hacks/config/braid.xml.h:13 #: hacks/config/critical.xml.h:8 hacks/config/crystal.xml.h:13 @@ -1284,25 +1385,30 @@ msgstr "Tynd" #: hacks/config/julia.xml.h:12 hacks/config/laser.xml.h:12 #: hacks/config/lightning.xml.h:8 hacks/config/lisa.xml.h:12 #: hacks/config/lissie.xml.h:13 hacks/config/loop.xml.h:12 -#: hacks/config/moire.xml.h:11 hacks/config/moire2.xml.h:9 -#: hacks/config/mountain.xml.h:9 hacks/config/nerverot.xml.h:23 -#: hacks/config/penrose.xml.h:13 hacks/config/polyominoes.xml.h:12 -#: hacks/config/rd-bomb.xml.h:20 hacks/config/rocks.xml.h:12 -#: hacks/config/rotor.xml.h:13 hacks/config/shadebobs.xml.h:12 -#: hacks/config/sierpinski.xml.h:12 hacks/config/slip.xml.h:12 -#: hacks/config/sphere.xml.h:8 hacks/config/spiral.xml.h:12 -#: hacks/config/squiral.xml.h:18 hacks/config/starfish.xml.h:14 -#: hacks/config/strange.xml.h:11 hacks/config/swirl.xml.h:9 -#: hacks/config/thornbird.xml.h:13 hacks/config/triangle.xml.h:8 -#: hacks/config/vines.xml.h:7 hacks/config/worm.xml.h:9 -#: hacks/config/xearth.xml.h:28 hacks/config/xfishtank.xml.h:11 +#: hacks/config/metaballs.xml.h:16 hacks/config/moire.xml.h:11 +#: hacks/config/moire2.xml.h:9 hacks/config/mountain.xml.h:9 +#: hacks/config/nerverot.xml.h:23 hacks/config/penrose.xml.h:13 +#: hacks/config/polyominoes.xml.h:12 hacks/config/rd-bomb.xml.h:20 +#: hacks/config/rocks.xml.h:12 hacks/config/rotor.xml.h:13 +#: hacks/config/shadebobs.xml.h:12 hacks/config/sierpinski.xml.h:12 +#: hacks/config/slip.xml.h:12 hacks/config/sphere.xml.h:8 +#: hacks/config/spiral.xml.h:12 hacks/config/squiral.xml.h:18 +#: hacks/config/starfish.xml.h:14 hacks/config/strange.xml.h:11 +#: hacks/config/swirl.xml.h:9 hacks/config/thornbird.xml.h:13 +#: hacks/config/triangle.xml.h:8 hacks/config/vines.xml.h:7 +#: hacks/config/worm.xml.h:9 hacks/config/xearth.xml.h:28 +#: hacks/config/xfishtank.xml.h:11 msgid "Two" msgstr "To" -#: hacks/config/anemone.xml.h:14 +#: hacks/config/anemone.xml.h:17 msgid "Wiggling tentacles. By Gabriel Finch." msgstr "Vrikkende tentakler. Af Gabriel Finch." +#: hacks/config/anemone.xml.h:18 +msgid "Withdraw freqency" +msgstr "" + #: hacks/config/ant.xml.h:1 msgid "" "A cellular automaton that is really a two-dimensional Turing machine: as the " @@ -1327,59 +1433,67 @@ msgstr "Myrestørrelse" msgid "Ants Count" msgstr "Myreantal" -#: hacks/config/ant.xml.h:6 +#: hacks/config/ant.xml.h:5 +#, fuzzy +msgid "Draw Eyes" +msgstr "Tegn etiketter" + +#: hacks/config/ant.xml.h:7 msgid "Four Sided Cells" msgstr "Firkantede celler" -#: hacks/config/ant.xml.h:7 hacks/config/attraction.xml.h:13 -#: hacks/config/cubenetic.xml.h:11 hacks/config/demon.xml.h:5 -#: hacks/config/discrete.xml.h:3 hacks/config/distort.xml.h:5 -#: hacks/config/fadeplot.xml.h:5 hacks/config/flag.xml.h:4 -#: hacks/config/flow.xml.h:7 hacks/config/fluidballs.xml.h:12 +#: hacks/config/ant.xml.h:8 hacks/config/attraction.xml.h:13 +#: hacks/config/cloudlife.xml.h:7 hacks/config/cubenetic.xml.h:11 +#: hacks/config/demon.xml.h:5 hacks/config/discrete.xml.h:3 +#: hacks/config/distort.xml.h:5 hacks/config/fadeplot.xml.h:5 +#: hacks/config/flag.xml.h:4 hacks/config/flow.xml.h:7 +#: hacks/config/fluidballs.xml.h:12 hacks/config/halftone.xml.h:8 #: hacks/config/hopalong.xml.h:13 hacks/config/interference.xml.h:8 #: hacks/config/julia.xml.h:5 hacks/config/lissie.xml.h:4 #: hacks/config/loop.xml.h:2 hacks/config/moire.xml.h:4 -#: hacks/config/rd-bomb.xml.h:11 hacks/config/rorschach.xml.h:5 -#: hacks/config/rubik.xml.h:4 hacks/config/sierpinski.xml.h:3 -#: hacks/config/slip.xml.h:3 +#: hacks/config/piecewise.xml.h:5 hacks/config/rd-bomb.xml.h:11 +#: hacks/config/rorschach.xml.h:5 hacks/config/rubik.xml.h:4 +#: hacks/config/sierpinski.xml.h:3 hacks/config/slip.xml.h:3 msgid "Large" msgstr "Stor" -#: hacks/config/ant.xml.h:9 +#: hacks/config/ant.xml.h:10 msgid "Nine Sided Cells" msgstr "Nikantede celler" -#: hacks/config/ant.xml.h:11 +#: hacks/config/ant.xml.h:12 msgid "Random Cell Shape" msgstr "Tilfældig celleform" -#: hacks/config/ant.xml.h:12 hacks/config/speedmine.xml.h:11 +#: hacks/config/ant.xml.h:13 hacks/config/speedmine.xml.h:11 msgid "Sharp Turns" msgstr "Skarpe sving" -#: hacks/config/ant.xml.h:13 +#: hacks/config/ant.xml.h:14 msgid "Six Sided Cells" msgstr "Sekskantede celler" -#: hacks/config/ant.xml.h:15 hacks/config/attraction.xml.h:27 -#: hacks/config/cubenetic.xml.h:23 hacks/config/demon.xml.h:9 -#: hacks/config/discrete.xml.h:8 hacks/config/distort.xml.h:12 -#: hacks/config/fadeplot.xml.h:9 hacks/config/flag.xml.h:8 -#: hacks/config/flow.xml.h:15 hacks/config/fluidballs.xml.h:19 +#: hacks/config/ant.xml.h:16 hacks/config/attraction.xml.h:27 +#: hacks/config/cloudlife.xml.h:12 hacks/config/cubenetic.xml.h:23 +#: hacks/config/demon.xml.h:9 hacks/config/discrete.xml.h:8 +#: hacks/config/distort.xml.h:12 hacks/config/fadeplot.xml.h:9 +#: hacks/config/flag.xml.h:8 hacks/config/flow.xml.h:15 +#: hacks/config/fluidballs.xml.h:19 hacks/config/halftone.xml.h:14 #: hacks/config/hopalong.xml.h:22 hacks/config/interference.xml.h:15 #: hacks/config/julia.xml.h:9 hacks/config/lissie.xml.h:10 -#: hacks/config/loop.xml.h:8 hacks/config/moire.xml.h:9 +#: hacks/config/loop.xml.h:8 hacks/config/metaballs.xml.h:14 +#: hacks/config/moire.xml.h:9 hacks/config/piecewise.xml.h:10 #: hacks/config/rd-bomb.xml.h:18 hacks/config/rorschach.xml.h:8 #: hacks/config/rubik.xml.h:10 hacks/config/sierpinski.xml.h:8 #: hacks/config/slip.xml.h:8 msgid "Small" msgstr "Lille" -#: hacks/config/ant.xml.h:17 +#: hacks/config/ant.xml.h:18 msgid "Three Sided Cells" msgstr "Trekantede celler" -#: hacks/config/ant.xml.h:18 hacks/config/demon.xml.h:12 +#: hacks/config/ant.xml.h:19 hacks/config/demon.xml.h:12 #: hacks/config/discrete.xml.h:10 hacks/config/fadeplot.xml.h:11 #: hacks/config/flag.xml.h:12 hacks/config/flow.xml.h:17 #: hacks/config/lissie.xml.h:12 hacks/config/loop.xml.h:11 @@ -1388,11 +1502,11 @@ msgstr "Trekantede celler" msgid "Timeout" msgstr "Timeout" -#: hacks/config/ant.xml.h:19 +#: hacks/config/ant.xml.h:20 msgid "Truchet Lines" msgstr "Truchet-linjer" -#: hacks/config/ant.xml.h:20 +#: hacks/config/ant.xml.h:21 msgid "Twelve Sided Cells" msgstr "Tolvkantede celler" @@ -1464,23 +1578,30 @@ msgstr "Hajfart" msgid "Shimmering Water" msgstr "Glitrende vand" -#: hacks/config/atlantis.xml.h:11 hacks/config/boxed.xml.h:5 +#: hacks/config/atlantis.xml.h:11 hacks/config/atunnel.xml.h:5 +#: hacks/config/blocktube.xml.h:8 hacks/config/boxed.xml.h:5 #: hacks/config/bubble3d.xml.h:4 hacks/config/cage.xml.h:3 #: hacks/config/circuit.xml.h:9 hacks/config/cubenetic.xml.h:21 -#: hacks/config/dangerball.xml.h:4 hacks/config/endgame.xml.h:4 -#: hacks/config/engine.xml.h:4 hacks/config/extrusion.xml.h:10 -#: hacks/config/flipscreen3d.xml.h:5 hacks/config/fluidballs.xml.h:17 -#: hacks/config/gears.xml.h:6 hacks/config/gflux.xml.h:11 -#: hacks/config/glforestfire.xml.h:13 hacks/config/glplanet.xml.h:5 -#: hacks/config/glsnake.xml.h:10 hacks/config/gltext.xml.h:12 -#: hacks/config/lament.xml.h:5 hacks/config/menger.xml.h:15 -#: hacks/config/moebius.xml.h:6 hacks/config/molecule.xml.h:21 -#: hacks/config/morph3d.xml.h:5 hacks/config/pipes.xml.h:14 -#: hacks/config/pulsar.xml.h:14 hacks/config/queens.xml.h:3 -#: hacks/config/rubik.xml.h:6 hacks/config/sballs.xml.h:12 -#: hacks/config/sierpinski3d.xml.h:6 hacks/config/spheremonics.xml.h:18 -#: hacks/config/sproingies.xml.h:4 hacks/config/stairs.xml.h:2 -#: hacks/config/starwars.xml.h:11 hacks/config/superquadrics.xml.h:6 +#: hacks/config/cubestorm.xml.h:7 hacks/config/dangerball.xml.h:4 +#: hacks/config/endgame.xml.h:4 hacks/config/engine.xml.h:14 +#: hacks/config/extrusion.xml.h:10 hacks/config/flipscreen3d.xml.h:5 +#: hacks/config/fluidballs.xml.h:17 hacks/config/flurry.xml.h:9 +#: hacks/config/flyingtoasters.xml.h:10 hacks/config/gears.xml.h:6 +#: hacks/config/gflux.xml.h:11 hacks/config/glblur.xml.h:13 +#: hacks/config/glforestfire.xml.h:13 hacks/config/glknots.xml.h:16 +#: hacks/config/glmatrix.xml.h:17 hacks/config/glplanet.xml.h:5 +#: hacks/config/glslideshow.xml.h:18 hacks/config/glsnake.xml.h:10 +#: hacks/config/gltext.xml.h:12 hacks/config/hypertorus.xml.h:12 +#: hacks/config/jigglypuff.xml.h:15 hacks/config/klein.xml.h:6 +#: hacks/config/lament.xml.h:5 hacks/config/lavalite.xml.h:26 +#: hacks/config/menger.xml.h:15 hacks/config/moebius.xml.h:6 +#: hacks/config/molecule.xml.h:21 hacks/config/morph3d.xml.h:5 +#: hacks/config/pipes.xml.h:14 hacks/config/pulsar.xml.h:14 +#: hacks/config/queens.xml.h:3 hacks/config/rubik.xml.h:6 +#: hacks/config/sballs.xml.h:12 hacks/config/sierpinski3d.xml.h:6 +#: hacks/config/spheremonics.xml.h:18 hacks/config/sproingies.xml.h:4 +#: hacks/config/stairs.xml.h:2 hacks/config/starwars.xml.h:11 +#: hacks/config/superquadrics.xml.h:7 msgid "Show Frames-per-Second" msgstr "Vis billeder/sek." @@ -1490,13 +1611,14 @@ msgstr "Sky" #: hacks/config/atlantis.xml.h:14 hacks/config/boxed.xml.h:7 #: hacks/config/cage.xml.h:5 hacks/config/extrusion.xml.h:12 -#: hacks/config/gears.xml.h:8 hacks/config/glplanet.xml.h:7 -#: hacks/config/glsnake.xml.h:13 hacks/config/gltext.xml.h:14 -#: hacks/config/menger.xml.h:17 hacks/config/molecule.xml.h:23 -#: hacks/config/munch.xml.h:8 hacks/config/sierpinski3d.xml.h:9 -#: hacks/config/speedmine.xml.h:14 hacks/config/spheremonics.xml.h:21 -#: hacks/config/sproingies.xml.h:7 hacks/config/stairs.xml.h:4 -#: hacks/config/stonerview.xml.h:2 hacks/config/superquadrics.xml.h:8 +#: hacks/config/gears.xml.h:8 hacks/config/glblur.xml.h:15 +#: hacks/config/glplanet.xml.h:7 hacks/config/glsnake.xml.h:13 +#: hacks/config/gltext.xml.h:14 hacks/config/menger.xml.h:17 +#: hacks/config/molecule.xml.h:23 hacks/config/munch.xml.h:8 +#: hacks/config/sierpinski3d.xml.h:9 hacks/config/speedmine.xml.h:14 +#: hacks/config/spheremonics.xml.h:21 hacks/config/sproingies.xml.h:7 +#: hacks/config/stairs.xml.h:4 hacks/config/stonerview.xml.h:2 +#: hacks/config/superquadrics.xml.h:9 msgid "Solid" msgstr "Ensfarvet" @@ -1514,18 +1636,22 @@ msgstr "" msgid "Whale Speed" msgstr "Hvalfart" -#: hacks/config/atlantis.xml.h:17 hacks/config/boxed.xml.h:8 -#: hacks/config/cage.xml.h:8 hacks/config/dangerball.xml.h:11 -#: hacks/config/extrusion.xml.h:19 hacks/config/gears.xml.h:11 -#: hacks/config/glforestfire.xml.h:20 hacks/config/glplanet.xml.h:11 +#: hacks/config/atlantis.xml.h:17 hacks/config/atunnel.xml.h:10 +#: hacks/config/blocktube.xml.h:13 hacks/config/boxed.xml.h:8 +#: hacks/config/cage.xml.h:8 hacks/config/cubestorm.xml.h:14 +#: hacks/config/dangerball.xml.h:11 hacks/config/extrusion.xml.h:19 +#: hacks/config/flyingtoasters.xml.h:14 hacks/config/gears.xml.h:11 +#: hacks/config/glblur.xml.h:20 hacks/config/glforestfire.xml.h:20 +#: hacks/config/glknots.xml.h:23 hacks/config/glplanet.xml.h:11 #: hacks/config/glsnake.xml.h:16 hacks/config/gltext.xml.h:18 -#: hacks/config/lament.xml.h:9 hacks/config/lavalite.xml.h:31 -#: hacks/config/menger.xml.h:21 hacks/config/moebius.xml.h:11 -#: hacks/config/molecule.xml.h:26 hacks/config/pulsar.xml.h:20 -#: hacks/config/sballs.xml.h:18 hacks/config/sierpinski3d.xml.h:12 -#: hacks/config/speedmine.xml.h:18 hacks/config/spheremonics.xml.h:26 -#: hacks/config/sproingies.xml.h:10 hacks/config/stairs.xml.h:7 -#: hacks/config/stonerview.xml.h:4 hacks/config/superquadrics.xml.h:11 +#: hacks/config/jigglypuff.xml.h:25 hacks/config/lament.xml.h:9 +#: hacks/config/lavalite.xml.h:32 hacks/config/menger.xml.h:21 +#: hacks/config/moebius.xml.h:11 hacks/config/molecule.xml.h:26 +#: hacks/config/pulsar.xml.h:20 hacks/config/sballs.xml.h:18 +#: hacks/config/sierpinski3d.xml.h:12 hacks/config/speedmine.xml.h:18 +#: hacks/config/spheremonics.xml.h:26 hacks/config/sproingies.xml.h:10 +#: hacks/config/stairs.xml.h:7 hacks/config/stonerview.xml.h:4 +#: hacks/config/superquadrics.xml.h:12 msgid "Wireframe" msgstr "Rammemodel" @@ -1541,7 +1667,7 @@ msgstr "Kugleantal:" msgid "Ball Mass" msgstr "Kuglemasse" -#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:2 +#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:3 msgid "Balls" msgstr "Kugler" @@ -1564,16 +1690,18 @@ msgid "Filled Splines" msgstr "Udfyldte kurver" #: hacks/config/attraction.xml.h:10 hacks/config/ccurve.xml.h:9 -#: hacks/config/cubenetic.xml.h:10 hacks/config/euler2d.xml.h:5 -#: hacks/config/flame.xml.h:9 hacks/config/goop.xml.h:6 -#: hacks/config/hopalong.xml.h:10 hacks/config/hyperball.xml.h:3 -#: hacks/config/hypercube.xml.h:3 hacks/config/interference.xml.h:6 +#: hacks/config/cloudlife.xml.h:5 hacks/config/cubenetic.xml.h:10 +#: hacks/config/euler2d.xml.h:5 hacks/config/flame.xml.h:9 +#: hacks/config/glslideshow.xml.h:13 hacks/config/goop.xml.h:6 +#: hacks/config/halftone.xml.h:7 hacks/config/hopalong.xml.h:10 +#: hacks/config/hyperball.xml.h:3 hacks/config/hypercube.xml.h:3 +#: hacks/config/interference.xml.h:6 hacks/config/jigglypuff.xml.h:8 #: hacks/config/kumppa.xml.h:4 hacks/config/lavalite.xml.h:12 #: hacks/config/nerverot.xml.h:11 hacks/config/petri.xml.h:8 #: hacks/config/pyro.xml.h:5 hacks/config/qix.xml.h:10 #: hacks/config/speedmine.xml.h:5 hacks/config/spheremonics.xml.h:6 #: hacks/config/spiral.xml.h:4 hacks/config/squiral.xml.h:6 -#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:4 +#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:5 #: hacks/config/t3d.xml.h:7 hacks/config/twang.xml.h:5 #: hacks/config/wander.xml.h:8 msgid "High" @@ -1613,15 +1741,17 @@ msgstr "" #: hacks/config/attraction.xml.h:15 hacks/config/deluxe.xml.h:5 #: hacks/config/lmorph.xml.h:7 hacks/config/pedal.xml.h:5 -#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:3 +#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:10 msgid "Lines" msgstr "Linjer" -#: hacks/config/attraction.xml.h:16 hacks/config/braid.xml.h:6 -#: hacks/config/cynosure.xml.h:5 hacks/config/drift.xml.h:8 +#: hacks/config/attraction.xml.h:16 hacks/config/blocktube.xml.h:5 +#: hacks/config/braid.xml.h:6 hacks/config/cynosure.xml.h:5 +#: hacks/config/drift.xml.h:8 hacks/config/eruption.xml.h:11 #: hacks/config/euler2d.xml.h:6 hacks/config/galaxy.xml.h:5 -#: hacks/config/juggle.xml.h:5 hacks/config/laser.xml.h:5 -#: hacks/config/menger.xml.h:4 hacks/config/munch.xml.h:4 +#: hacks/config/juggle.xml.h:5 hacks/config/klein.xml.h:4 +#: hacks/config/laser.xml.h:5 hacks/config/menger.xml.h:4 +#: hacks/config/metaballs.xml.h:5 hacks/config/munch.xml.h:4 #: hacks/config/nerverot.xml.h:13 hacks/config/petri.xml.h:9 #: hacks/config/polyominoes.xml.h:4 hacks/config/rotor.xml.h:5 #: hacks/config/shadebobs.xml.h:4 hacks/config/sierpinski3d.xml.h:3 @@ -1631,16 +1761,18 @@ msgid "Long" msgstr "Lang" #: hacks/config/attraction.xml.h:17 hacks/config/ccurve.xml.h:10 -#: hacks/config/cubenetic.xml.h:12 hacks/config/euler2d.xml.h:7 -#: hacks/config/flame.xml.h:10 hacks/config/goop.xml.h:7 -#: hacks/config/hopalong.xml.h:14 hacks/config/hyperball.xml.h:6 -#: hacks/config/hypercube.xml.h:5 hacks/config/interference.xml.h:9 +#: hacks/config/cloudlife.xml.h:8 hacks/config/cubenetic.xml.h:12 +#: hacks/config/euler2d.xml.h:7 hacks/config/flame.xml.h:10 +#: hacks/config/glslideshow.xml.h:15 hacks/config/goop.xml.h:7 +#: hacks/config/halftone.xml.h:9 hacks/config/hopalong.xml.h:14 +#: hacks/config/hyperball.xml.h:6 hacks/config/hypercube.xml.h:5 +#: hacks/config/interference.xml.h:9 hacks/config/jigglypuff.xml.h:11 #: hacks/config/kumppa.xml.h:6 hacks/config/lavalite.xml.h:14 #: hacks/config/nerverot.xml.h:14 hacks/config/petri.xml.h:10 #: hacks/config/pyro.xml.h:7 hacks/config/qix.xml.h:13 #: hacks/config/speedmine.xml.h:6 hacks/config/spheremonics.xml.h:8 #: hacks/config/spiral.xml.h:5 hacks/config/squiral.xml.h:8 -#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:5 +#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:6 #: hacks/config/t3d.xml.h:8 hacks/config/twang.xml.h:7 #: hacks/config/wander.xml.h:11 msgid "Low" @@ -1666,10 +1798,12 @@ msgstr "Radius" msgid "Repulsion Threshold" msgstr "Frastødningstærskel" -#: hacks/config/attraction.xml.h:25 hacks/config/braid.xml.h:10 -#: hacks/config/cynosure.xml.h:8 hacks/config/drift.xml.h:11 +#: hacks/config/attraction.xml.h:25 hacks/config/blocktube.xml.h:7 +#: hacks/config/braid.xml.h:10 hacks/config/cynosure.xml.h:8 +#: hacks/config/drift.xml.h:11 hacks/config/eruption.xml.h:18 #: hacks/config/euler2d.xml.h:12 hacks/config/galaxy.xml.h:8 -#: hacks/config/laser.xml.h:9 hacks/config/menger.xml.h:14 +#: hacks/config/klein.xml.h:5 hacks/config/laser.xml.h:9 +#: hacks/config/menger.xml.h:14 hacks/config/metaballs.xml.h:12 #: hacks/config/munch.xml.h:6 hacks/config/nerverot.xml.h:19 #: hacks/config/petri.xml.h:22 hacks/config/polyominoes.xml.h:9 #: hacks/config/rotor.xml.h:9 hacks/config/shadebobs.xml.h:8 @@ -1691,6 +1825,60 @@ msgstr "Haler" msgid "Trail Length" msgstr "Sporlængde" +#: hacks/config/atunnel.xml.h:1 +msgid "Atunnel" +msgstr "" + +#: hacks/config/atunnel.xml.h:2 +#, fuzzy +msgid "" +"Draws an animation of a textured tunnel in GL. Requires OpenGL, and a " +"machine with fast hardware support for texture maps. Written by Eric " +"Lassauge and Roman Podobedov." +msgstr "" +"Tegner en animation af bolde med teksturer der spinner vildt i 3d. Kræver " +"OpenGL og en maskine med en hurtige hardwareunderstøttelse af " +"teksturafbildning. Skrevet af Eric Lassauge <lassauge@mail.dotcom.fr>." + +#: hacks/config/atunnel.xml.h:4 hacks/config/distort.xml.h:9 +#: hacks/config/glforestfire.xml.h:10 hacks/config/lament.xml.h:4 +#: hacks/config/sballs.xml.h:6 +msgid "Normal" +msgstr "Normal" + +#: hacks/config/atunnel.xml.h:8 hacks/config/glforestfire.xml.h:18 +#: hacks/config/lament.xml.h:8 hacks/config/sballs.xml.h:17 +msgid "Untextured" +msgstr "Uden tekstur" + +#: hacks/config/atunnel.xml.h:9 +#, fuzzy +msgid "Use light" +msgstr "Benyt oplysning" + +#: hacks/config/barcode.xml.h:1 +#, fuzzy +msgid "Barcode" +msgstr "Gennemse" + +#: hacks/config/barcode.xml.h:2 +msgid "Barcode Clock (24 Hour)" +msgstr "" + +#: hacks/config/barcode.xml.h:3 +msgid "Barcode Clock (AM/PM)" +msgstr "" + +#: hacks/config/barcode.xml.h:5 +msgid "Scrolling Barcodes" +msgstr "" + +#: hacks/config/barcode.xml.h:8 +msgid "" +"This draws a random sequence of colorful barcodes scrolling across your " +"screen. CONSUME! By Dan Bornstein." +msgstr "" + # se næste tekst for forklaring #: hacks/config/blaster.xml.h:1 msgid "Blaster" @@ -1759,6 +1947,34 @@ msgstr "" "roteret. Du kan angive det billede der skal bruges, som en XBM- eller XPM-" "fil eller sætte den til at bruge skærmbilledet." +#: hacks/config/blocktube.xml.h:1 +msgid "BlockTube" +msgstr "" + +#: hacks/config/blocktube.xml.h:2 +msgid "Color Change Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:3 +msgid "Color Hold Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:6 +#, fuzzy +msgid "Reflective Blocks" +msgstr "Reflektioner" + +#: hacks/config/blocktube.xml.h:10 +#, fuzzy +msgid "Solid Blocks" +msgstr "Ensfarvet gulv" + +#: hacks/config/blocktube.xml.h:12 +msgid "" +"This hack draws a swirling, falling tunnel of reflective slabs. They fade " +"from hue to hue. Written by Lars R. Damerow." +msgstr "" + #: hacks/config/bouboule.xml.h:1 msgid "Bouboule" msgstr "Bouboule" @@ -1780,13 +1996,52 @@ msgstr "" "størrelse pletter tegnet pÃ¥ dens usynlige overflade. Skrevet af Jeremie " "Petit." -#: hacks/config/boxed.xml.h:1 hacks/config/gears.xml.h:1 -#: hacks/config/gflux.xml.h:1 hacks/config/pyro.xml.h:1 +#: hacks/config/bouncingcow.xml.h:1 +msgid "A Cow. A Trampoline. Together, they fight crime. By Jamie Zawinski." +msgstr "" + +#: hacks/config/bouncingcow.xml.h:2 hacks/config/boxed.xml.h:1 +#: hacks/config/cubestorm.xml.h:1 hacks/config/flyingtoasters.xml.h:3 +#: hacks/config/gears.xml.h:1 hacks/config/gflux.xml.h:1 +#: hacks/config/glknots.xml.h:1 hacks/config/glmatrix.xml.h:1 +#: hacks/config/jigglypuff.xml.h:1 hacks/config/pyro.xml.h:1 #: hacks/config/rd-bomb.xml.h:6 hacks/config/rocks.xml.h:1 #: hacks/config/starwars.xml.h:1 hacks/config/xfishtank.xml.h:1 msgid "Animation Speed" msgstr "Animationshastighed" +#: hacks/config/bouncingcow.xml.h:3 +msgid "Beefy Cow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:4 +#, fuzzy +msgid "Bounce Speed" +msgstr "Løsningsfart" + +#: hacks/config/bouncingcow.xml.h:5 +msgid "BouncingCow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:7 +msgid "Herd" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:8 +#, fuzzy +msgid "Moo" +msgstr "Mono" + +#: hacks/config/bouncingcow.xml.h:9 +#, fuzzy +msgid "Number of Cows" +msgstr "Antal farver" + +#: hacks/config/bouncingcow.xml.h:11 +#, fuzzy +msgid "Wireframe Cow" +msgstr "Rammemodel" + # se næste tekst for forklaring #: hacks/config/boxed.xml.h:2 msgid "Boxed" @@ -1812,23 +2067,24 @@ msgstr "" "Tegner tilfældige farveomskiftende, sammenflettende, koncentriske cirkler. " "Skrevet af John Neil." -#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:8 +#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:9 #: hacks/config/ccurve.xml.h:7 hacks/config/coral.xml.h:6 #: hacks/config/cynosure.xml.h:3 hacks/config/deco.xml.h:4 #: hacks/config/drift.xml.h:2 hacks/config/epicycle.xml.h:3 -#: hacks/config/euler2d.xml.h:1 hacks/config/flame.xml.h:5 -#: hacks/config/galaxy.xml.h:2 hacks/config/glsnake.xml.h:4 -#: hacks/config/helix.xml.h:3 hacks/config/hopalong.xml.h:2 -#: hacks/config/imsmap.xml.h:6 hacks/config/laser.xml.h:2 -#: hacks/config/menger.xml.h:2 hacks/config/moire.xml.h:3 -#: hacks/config/molecule.xml.h:9 hacks/config/munch.xml.h:2 -#: hacks/config/nerverot.xml.h:8 hacks/config/pedal.xml.h:3 -#: hacks/config/penrose.xml.h:5 hacks/config/polyominoes.xml.h:1 -#: hacks/config/rorschach.xml.h:3 hacks/config/rotzoomer.xml.h:5 -#: hacks/config/shadebobs.xml.h:2 hacks/config/sierpinski3d.xml.h:1 -#: hacks/config/spheremonics.xml.h:4 hacks/config/starfish.xml.h:2 -#: hacks/config/vidwhacker.xml.h:3 hacks/config/wander.xml.h:7 -#: hacks/config/xspirograph.xml.h:3 +#: hacks/config/eruption.xml.h:3 hacks/config/euler2d.xml.h:1 +#: hacks/config/flame.xml.h:5 hacks/config/galaxy.xml.h:2 +#: hacks/config/glsnake.xml.h:4 hacks/config/helix.xml.h:3 +#: hacks/config/hopalong.xml.h:2 hacks/config/imsmap.xml.h:6 +#: hacks/config/klein.xml.h:1 hacks/config/laser.xml.h:2 +#: hacks/config/menger.xml.h:2 hacks/config/metaballs.xml.h:3 +#: hacks/config/moire.xml.h:3 hacks/config/molecule.xml.h:9 +#: hacks/config/munch.xml.h:2 hacks/config/nerverot.xml.h:8 +#: hacks/config/pedal.xml.h:3 hacks/config/penrose.xml.h:5 +#: hacks/config/polyominoes.xml.h:1 hacks/config/rorschach.xml.h:3 +#: hacks/config/rotzoomer.xml.h:5 hacks/config/shadebobs.xml.h:2 +#: hacks/config/sierpinski3d.xml.h:1 hacks/config/spheremonics.xml.h:4 +#: hacks/config/starfish.xml.h:2 hacks/config/vidwhacker.xml.h:3 +#: hacks/config/wander.xml.h:7 hacks/config/xspirograph.xml.h:3 msgid "Duration" msgstr "Varighed" @@ -1855,18 +2111,22 @@ msgid "AmigaDOS" msgstr "AmigaDOS" #: hacks/config/bsod.xml.h:4 +msgid "Apple II" +msgstr "" + +#: hacks/config/bsod.xml.h:5 msgid "Atari" msgstr "Atari" -#: hacks/config/bsod.xml.h:5 +#: hacks/config/bsod.xml.h:6 msgid "BSD" msgstr "BlÃ¥ død" -#: hacks/config/bsod.xml.h:6 +#: hacks/config/bsod.xml.h:7 msgid "BSOD" msgstr "BlÃ¥ død" -#: hacks/config/bsod.xml.h:7 +#: hacks/config/bsod.xml.h:8 msgid "" "BSOD stands for ``Blue Screen of Death.'' The finest in personal computer " "emulation, this hack simulates popular screen savers from a number of less " @@ -1877,43 +2137,61 @@ msgstr "" "emulering simuleres populære pauseskærme fra diverse, ikke sÃ¥ robuste " "styresystemer. Skrevet af Jamie Zawinski." -#: hacks/config/bsod.xml.h:9 +#: hacks/config/bsod.xml.h:10 +msgid "HPUX" +msgstr "" + +#: hacks/config/bsod.xml.h:11 +#, fuzzy +msgid "Linux" +msgstr "Sparc Linux" + +#: hacks/config/bsod.xml.h:12 msgid "Mac Bomb" msgstr "Mac-bombe" -#: hacks/config/bsod.xml.h:10 +#: hacks/config/bsod.xml.h:13 +msgid "MacOS X" +msgstr "" + +#: hacks/config/bsod.xml.h:14 msgid "MacsBug" msgstr "MacsBug" -#: hacks/config/bsod.xml.h:11 +#: hacks/config/bsod.xml.h:15 msgid "NCD X Terminal" msgstr "NCD X Terminal" -#: hacks/config/bsod.xml.h:12 +#: hacks/config/bsod.xml.h:16 +msgid "OS/390" +msgstr "" + +#: hacks/config/bsod.xml.h:17 msgid "SCO" msgstr "SCO" -#: hacks/config/bsod.xml.h:13 +#: hacks/config/bsod.xml.h:18 msgid "Sad Mac" msgstr "Ked Mac" -#: hacks/config/bsod.xml.h:14 +#: hacks/config/bsod.xml.h:19 msgid "Solaris" msgstr "Solaris" -#: hacks/config/bsod.xml.h:15 +#: hacks/config/bsod.xml.h:20 msgid "Sparc Linux" msgstr "Sparc Linux" -#: hacks/config/bsod.xml.h:16 -msgid "Windows" -msgstr "Windows" - -#: hacks/config/bsod.xml.h:17 +#: hacks/config/bsod.xml.h:21 msgid "Windows 2000" msgstr "Windows 2000" -#: hacks/config/bsod.xml.h:18 +#: hacks/config/bsod.xml.h:22 +#, fuzzy +msgid "Windows 3.1" +msgstr "Windows" + +#: hacks/config/bsod.xml.h:23 msgid "Windows NT" msgstr "Windows NT" @@ -2021,7 +2299,7 @@ msgstr "Ventetid" #: hacks/config/ccurve.xml.h:6 hacks/config/coral.xml.h:5 #: hacks/config/imsmap.xml.h:5 hacks/config/kumppa.xml.h:1 #: hacks/config/qix.xml.h:6 hacks/config/squiral.xml.h:2 -#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:3 +#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:2 msgid "Density" msgstr "Tæthed" @@ -2063,11 +2341,49 @@ msgstr "Rotér" msgid "Rotation Speed" msgstr "Rotationshastighed" -#: hacks/config/circuit.xml.h:12 hacks/config/dangerball.xml.h:9 -#: hacks/config/engine.xml.h:7 +#: hacks/config/circuit.xml.h:12 hacks/config/cubestorm.xml.h:9 +#: hacks/config/dangerball.xml.h:9 hacks/config/engine.xml.h:17 +#: hacks/config/klein.xml.h:9 hacks/config/whirlygig.xml.h:14 msgid "Spin" msgstr "Spin" +#: hacks/config/cloudlife.xml.h:1 hacks/config/demon.xml.h:2 +#: hacks/config/petri.xml.h:1 +msgid "Cell Size" +msgstr "Cellestørrelse" + +#: hacks/config/cloudlife.xml.h:2 +msgid "CloudLife" +msgstr "" + +#: hacks/config/cloudlife.xml.h:4 +msgid "" +"Generates cloud-like formations based on a variant of Conway's Life. The " +"difference is that cells have a maximum age, after which they count as 3 for " +"populating the next generation. This makes long-lived formations explode " +"instead of just sitting there burning a hole in your screen. Written by Don " +"Marti." +msgstr "" + +#: hacks/config/cloudlife.xml.h:6 +#, fuzzy +msgid "Initial Density" +msgstr "Partikeltæthed" + +#: hacks/config/cloudlife.xml.h:9 +#, fuzzy +msgid "Max Age" +msgstr "Maks. størrelse" + +#: hacks/config/cloudlife.xml.h:10 +msgid "Old" +msgstr "" + +#: hacks/config/cloudlife.xml.h:14 +#, fuzzy +msgid "Young" +msgstr "Lang" + #: hacks/config/compass.xml.h:1 msgid "Compass" msgstr "Kompas" @@ -2075,7 +2391,8 @@ msgstr "Kompas" # "double buffer" betyder at man bruger én buffer (mærkeligt teknisk udtryk) #: hacks/config/compass.xml.h:2 hacks/config/deluxe.xml.h:3 #: hacks/config/interference.xml.h:4 hacks/config/kumppa.xml.h:2 -#: hacks/config/nerverot.xml.h:6 hacks/config/pipes.xml.h:4 +#: hacks/config/nerverot.xml.h:6 hacks/config/piecewise.xml.h:3 +#: hacks/config/pipes.xml.h:4 msgid "Double Buffer" msgstr "Benyt mellemlager" @@ -2097,10 +2414,10 @@ msgid "1 Minute" msgstr "1 minut" #: hacks/config/coral.xml.h:2 hacks/config/deco.xml.h:2 -#: hacks/config/helix.xml.h:2 hacks/config/imsmap.xml.h:2 -#: hacks/config/moire.xml.h:2 hacks/config/pedal.xml.h:2 -#: hacks/config/penrose.xml.h:1 hacks/config/rorschach.xml.h:2 -#: hacks/config/xspirograph.xml.h:2 +#: hacks/config/glslideshow.xml.h:1 hacks/config/helix.xml.h:2 +#: hacks/config/imsmap.xml.h:2 hacks/config/moire.xml.h:2 +#: hacks/config/pedal.xml.h:2 hacks/config/penrose.xml.h:1 +#: hacks/config/rorschach.xml.h:2 hacks/config/xspirograph.xml.h:2 msgid "1 Second" msgstr "1 sekund" @@ -2109,6 +2426,7 @@ msgid "Coral" msgstr "Koraller" #: hacks/config/coral.xml.h:4 hacks/config/gflux.xml.h:3 +#: hacks/config/glblur.xml.h:2 hacks/config/glmatrix.xml.h:3 #: hacks/config/imsmap.xml.h:4 hacks/config/lavalite.xml.h:6 #: hacks/config/pyro.xml.h:2 hacks/config/qix.xml.h:5 #: hacks/config/squiral.xml.h:1 hacks/config/xearth.xml.h:4 @@ -2125,10 +2443,11 @@ msgid "" msgstr "Simulerer koralvækst, dog noget langsomt. Skrevet af Frederick Röber." #: hacks/config/coral.xml.h:13 hacks/config/gflux.xml.h:13 -#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:28 +#: hacks/config/glblur.xml.h:16 hacks/config/glmatrix.xml.h:19 +#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:29 #: hacks/config/pyro.xml.h:14 hacks/config/qix.xml.h:21 #: hacks/config/squiral.xml.h:15 hacks/config/xearth.xml.h:24 -#: hacks/config/xmatrix.xml.h:16 +#: hacks/config/xmatrix.xml.h:17 msgid "Sparse" msgstr "FÃ¥" @@ -2167,13 +2486,13 @@ msgstr "Centrér pÃ¥ skærmen" #: hacks/config/grav.xml.h:1 hacks/config/julia.xml.h:1 #: hacks/config/laser.xml.h:1 hacks/config/lisa.xml.h:1 #: hacks/config/lissie.xml.h:2 hacks/config/morph3d.xml.h:2 -#: hacks/config/mountain.xml.h:1 hacks/config/qix.xml.h:4 -#: hacks/config/rocks.xml.h:2 hacks/config/rotor.xml.h:2 -#: hacks/config/rubik.xml.h:1 hacks/config/shadebobs.xml.h:1 -#: hacks/config/sierpinski.xml.h:1 hacks/config/slip.xml.h:1 -#: hacks/config/spiral.xml.h:1 hacks/config/sproingies.xml.h:1 -#: hacks/config/superquadrics.xml.h:1 hacks/config/swirl.xml.h:1 -#: hacks/config/worm.xml.h:2 +#: hacks/config/mountain.xml.h:1 hacks/config/piecewise.xml.h:2 +#: hacks/config/qix.xml.h:4 hacks/config/rocks.xml.h:2 +#: hacks/config/rotor.xml.h:2 hacks/config/rubik.xml.h:1 +#: hacks/config/shadebobs.xml.h:1 hacks/config/sierpinski.xml.h:1 +#: hacks/config/slip.xml.h:1 hacks/config/spiral.xml.h:1 +#: hacks/config/sproingies.xml.h:1 hacks/config/superquadrics.xml.h:1 +#: hacks/config/swirl.xml.h:1 hacks/config/worm.xml.h:2 msgid "Count" msgstr "Antal" @@ -2226,7 +2545,8 @@ msgstr "Vis overflademønstre" msgid "Display Wireframe" msgstr "Vis rammemodel" -#: hacks/config/cubenetic.xml.h:6 hacks/config/gltext.xml.h:2 +#: hacks/config/cubenetic.xml.h:6 hacks/config/glblur.xml.h:3 +#: hacks/config/glknots.xml.h:2 hacks/config/gltext.xml.h:2 #: hacks/config/lavalite.xml.h:7 hacks/config/menger.xml.h:1 #: hacks/config/molecule.xml.h:4 hacks/config/spheremonics.xml.h:1 msgid "Don't Rotate" @@ -2242,43 +2562,50 @@ msgstr "" "hen over deres overflader. En form for kubistisk Lava-lys. Skrevet af Jamie " "Zawinski." -#: hacks/config/cubenetic.xml.h:14 hacks/config/gltext.xml.h:5 +#: hacks/config/cubenetic.xml.h:14 hacks/config/glblur.xml.h:6 +#: hacks/config/glknots.xml.h:8 hacks/config/gltext.xml.h:5 #: hacks/config/lavalite.xml.h:19 hacks/config/menger.xml.h:7 #: hacks/config/molecule.xml.h:14 hacks/config/spheremonics.xml.h:10 msgid "Rotate around X and Y axes" msgstr "Rotér om x- og y-akserne" -#: hacks/config/cubenetic.xml.h:15 hacks/config/gltext.xml.h:6 +#: hacks/config/cubenetic.xml.h:15 hacks/config/glblur.xml.h:7 +#: hacks/config/glknots.xml.h:9 hacks/config/gltext.xml.h:6 #: hacks/config/lavalite.xml.h:20 hacks/config/menger.xml.h:8 #: hacks/config/molecule.xml.h:15 hacks/config/spheremonics.xml.h:11 msgid "Rotate around X and Z axes" msgstr "Rotér om x- og z-akserne" -#: hacks/config/cubenetic.xml.h:16 hacks/config/gltext.xml.h:7 +#: hacks/config/cubenetic.xml.h:16 hacks/config/glblur.xml.h:8 +#: hacks/config/glknots.xml.h:10 hacks/config/gltext.xml.h:7 #: hacks/config/lavalite.xml.h:21 hacks/config/menger.xml.h:9 #: hacks/config/molecule.xml.h:16 hacks/config/spheremonics.xml.h:12 msgid "Rotate around X axis" msgstr "Rotér om x-aksen" -#: hacks/config/cubenetic.xml.h:17 hacks/config/gltext.xml.h:8 +#: hacks/config/cubenetic.xml.h:17 hacks/config/glblur.xml.h:9 +#: hacks/config/glknots.xml.h:11 hacks/config/gltext.xml.h:8 #: hacks/config/lavalite.xml.h:22 hacks/config/menger.xml.h:10 #: hacks/config/molecule.xml.h:17 hacks/config/spheremonics.xml.h:13 msgid "Rotate around Y and Z axes" msgstr "Rotér om y- og z-akserne" -#: hacks/config/cubenetic.xml.h:18 hacks/config/gltext.xml.h:9 +#: hacks/config/cubenetic.xml.h:18 hacks/config/glblur.xml.h:10 +#: hacks/config/glknots.xml.h:12 hacks/config/gltext.xml.h:9 #: hacks/config/lavalite.xml.h:23 hacks/config/menger.xml.h:11 #: hacks/config/molecule.xml.h:18 hacks/config/spheremonics.xml.h:14 msgid "Rotate around Y axis" msgstr "Rotér om y-aksen" -#: hacks/config/cubenetic.xml.h:19 hacks/config/gltext.xml.h:10 +#: hacks/config/cubenetic.xml.h:19 hacks/config/glblur.xml.h:11 +#: hacks/config/glknots.xml.h:13 hacks/config/gltext.xml.h:10 #: hacks/config/lavalite.xml.h:24 hacks/config/menger.xml.h:12 #: hacks/config/molecule.xml.h:19 hacks/config/spheremonics.xml.h:15 msgid "Rotate around Z axis" msgstr "Rotér om z-aksen" -#: hacks/config/cubenetic.xml.h:20 hacks/config/gltext.xml.h:11 +#: hacks/config/cubenetic.xml.h:20 hacks/config/glblur.xml.h:12 +#: hacks/config/glknots.xml.h:14 hacks/config/gltext.xml.h:11 #: hacks/config/lavalite.xml.h:25 hacks/config/menger.xml.h:13 #: hacks/config/molecule.xml.h:20 hacks/config/spheremonics.xml.h:16 msgid "Rotate around all three axes" @@ -2296,14 +2623,42 @@ msgstr "Overlap for overflademønster" msgid "Surface Pattern Speed" msgstr "Fart af overflademønster" -#: hacks/config/cubenetic.xml.h:28 hacks/config/dangerball.xml.h:10 -#: hacks/config/engine.xml.h:8 hacks/config/glforestfire.xml.h:19 -#: hacks/config/gltext.xml.h:17 hacks/config/lavalite.xml.h:30 -#: hacks/config/menger.xml.h:20 hacks/config/molecule.xml.h:25 -#: hacks/config/spheremonics.xml.h:25 hacks/config/wander.xml.h:15 +#: hacks/config/cubenetic.xml.h:28 hacks/config/cubestorm.xml.h:13 +#: hacks/config/dangerball.xml.h:10 hacks/config/engine.xml.h:20 +#: hacks/config/glblur.xml.h:19 hacks/config/glforestfire.xml.h:19 +#: hacks/config/glknots.xml.h:22 hacks/config/gltext.xml.h:17 +#: hacks/config/lavalite.xml.h:31 hacks/config/menger.xml.h:20 +#: hacks/config/molecule.xml.h:25 hacks/config/spheremonics.xml.h:25 +#: hacks/config/wander.xml.h:15 msgid "Wander" msgstr "Vandring" +#: hacks/config/cubestorm.xml.h:2 +#, fuzzy +msgid "CubeStorm" +msgstr "Storm" + +#: hacks/config/cubestorm.xml.h:3 +msgid "" +"Draws a series of rotating 3D boxes that intersect each other and eventually " +"fill space. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/cubestorm.xml.h:5 hacks/config/glknots.xml.h:6 +#, fuzzy +msgid "Motion Speed" +msgstr "Rotationshastighed" + +#: hacks/config/cubestorm.xml.h:6 +#, fuzzy +msgid "Number of Cubes" +msgstr "Antal cirkler" + +#: hacks/config/cubestorm.xml.h:10 +#, fuzzy +msgid "Strut Thickness" +msgstr "Tykkelse" + #: hacks/config/cynosure.xml.h:1 msgid "" "A hack similar to `greynetic', but less frenetic. The first implementation " @@ -2406,12 +2761,13 @@ msgid "Stretchy Melt" msgstr "Strækkende smeltning" #: hacks/config/decayscreen.xml.h:20 +#, fuzzy msgid "" "This takes an image and makes it melt. You've no doubt seen this effect " "before, but no screensaver would really be complete without it. It works " "best if there's something colorful visible. Warning, if the effect continues " -"after the screen saver is off, seek medical attention. Written by David Wald " -"and Vivek Khera." +"after the screen saver is off, seek medical attention. Written by David " +"Wald, Vivek Khera, Jamie Zawinski, and Vince Levey." msgstr "" "Tager skærmbilledet og fÃ¥r det til at smelte. Du har utvivlsomt set denne " "effekt før, men ingen pauseskærm ville være komplet uden den. Den virker " @@ -2445,7 +2801,7 @@ msgstr "" "Bayne." #: hacks/config/deco.xml.h:11 hacks/config/rd-bomb.xml.h:23 -#: hacks/config/whirlygig.xml.h:7 hacks/config/xearth.xml.h:33 +#: hacks/config/whirlygig.xml.h:20 hacks/config/xearth.xml.h:33 #: hacks/config/zoom.xml.h:10 msgid "x" msgstr "x" @@ -2478,10 +2834,6 @@ msgstr "" "En cellulær automat der starter med et tilfældigt felt og organiserer det i " "striber og spiraler. Skrevet af David Bagley." -#: hacks/config/demon.xml.h:2 hacks/config/petri.xml.h:1 -msgid "Cell Size" -msgstr "Cellestørrelse" - #: hacks/config/demon.xml.h:3 msgid "Demon" msgstr "Dæmon" @@ -2526,11 +2878,6 @@ msgstr "Linsestørrelse" msgid "Magnify" msgstr "Forstør" -#: hacks/config/distort.xml.h:9 hacks/config/glforestfire.xml.h:10 -#: hacks/config/lament.xml.h:4 hacks/config/sballs.xml.h:6 -msgid "Normal" -msgstr "Normal" - #: hacks/config/distort.xml.h:10 msgid "Reflect" msgstr "Reflektér" @@ -2586,18 +2933,15 @@ msgid "Lissojous Figures" msgstr "Lissojous-figurer" #: hacks/config/electricsheep.xml.h:1 -msgid "ElectricSheep" -msgstr "Elektrisk fÃ¥r" - -#: hacks/config/electricsheep.xml.h:2 +#, fuzzy msgid "" "ElectricSheep is an xscreensaver module that displays mpeg video of an " "animated fractal flame. In the background, it contributes render cycles to " "the next animation. Periodically it uploades completed frames to the server, " "where they are compressed for distribution to all clients. This program is " -"recommended only if you have a high bandwidth connection to the Internet. By " -"Scott Draves. You can find it at <http://www.electricsheep.org/>. See " -"that web site for configuration information." +"recommended only if you have a high bandwidth, always-on connection to the " +"Internet. By Scott Draves. You can find it at <http://www.electricsheep." +"org/>." msgstr "" "Elektrisk fÃ¥r er en pauseskærm der viser en MPEG-video af en animeret, " "fraktal flamme, mens den er i baggrunden hjælper med genereringscykler til " @@ -2607,6 +2951,38 @@ msgstr "" "Scott Draves. Du kan finde den pÃ¥ <http://www.electricsheep.org/>. Se " "ogsÃ¥ den side for konfigurationsinformation. " +#: hacks/config/electricsheep.xml.h:2 +msgid "Frame Rate" +msgstr "" + +# se næste tekst for forklaring - skærmen opdeles i felter der skydes +# rundt mellem hinanden +#: hacks/config/electricsheep.xml.h:3 +#, fuzzy +msgid "Hide Sheep" +msgstr "Skydefart" + +#: hacks/config/electricsheep.xml.h:4 +msgid "Megabytes of Local Sheep Storage" +msgstr "" + +#: hacks/config/electricsheep.xml.h:5 +msgid "Nickname" +msgstr "" + +#: hacks/config/electricsheep.xml.h:6 +msgid "Repititions of each Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:7 +#, fuzzy +msgid "Standalone" +msgstr "Standard" + +#: hacks/config/electricsheep.xml.h:8 +msgid "URL" +msgstr "" + # RETMIG: mating nets = mat? #: hacks/config/endgame.xml.h:1 msgid "" @@ -2621,17 +2997,67 @@ msgid "Endgame" msgstr "Slutspil" #: hacks/config/engine.xml.h:1 +msgid "Audi Quattro (5 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:2 +msgid "BMW M3 (4 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:3 +msgid "BMW M5 (6 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:4 +msgid "Corvette Z06 (8 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:5 +msgid "Dodge Viper (10 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:6 +#, fuzzy msgid "" -"Draws a simple four-stroke engine that floats around the screen. Written by " -"Ben Buxton." +"Draws a simple model of an engine that floats around the screen. Written by " +"Ben Buxton and Ed Beroset." msgstr "" "Tegner en simpel firetaktsmotor som flyder omkring pÃ¥ skærmen. Skrevet af " "Ben Buxton." -#: hacks/config/engine.xml.h:2 +#: hacks/config/engine.xml.h:7 msgid "Engine" msgstr "Motor" +#: hacks/config/engine.xml.h:9 +msgid "Honda Insight (3 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:10 +msgid "Jaguar XKE (12 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:11 +msgid "Porsche 911 (6 cylinders, flat)" +msgstr "" + +#: hacks/config/engine.xml.h:12 +#, fuzzy +msgid "Random Engine" +msgstr "Tilfældig" + +#: hacks/config/engine.xml.h:13 +msgid "Show Engine Name" +msgstr "" + +#: hacks/config/engine.xml.h:18 +msgid "Subaru XT (6 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:19 +msgid "VW Beetle (4 cylinders, flat)" +msgstr "" + #: hacks/config/epicycle.xml.h:4 msgid "Epicycle" msgstr "Epicykel" @@ -2652,6 +3078,55 @@ msgstr "" "bevægelser var grundlaget for den præ-heliocentriske model af planetar " "bevægelse. Skrevet af James Youngman." +#: hacks/config/eruption.xml.h:1 +msgid "An exposive version of XFlame. By W.P. van Paassen." +msgstr "" + +#: hacks/config/eruption.xml.h:2 +msgid "Cooling factor" +msgstr "" + +#: hacks/config/eruption.xml.h:4 +#, fuzzy +msgid "Eruption" +msgstr "Udstansning" + +#: hacks/config/eruption.xml.h:7 hacks/config/fluidballs.xml.h:9 +#: hacks/config/qix.xml.h:9 hacks/config/speedmine.xml.h:4 +msgid "Gravity" +msgstr "Tyngdekraft" + +#: hacks/config/eruption.xml.h:8 +msgid "Heat" +msgstr "" + +#: hacks/config/eruption.xml.h:9 +#, fuzzy +msgid "Inferno" +msgstr "Interferens" + +#: hacks/config/eruption.xml.h:10 +msgid "Little" +msgstr "" + +#: hacks/config/eruption.xml.h:13 +msgid "Negative" +msgstr "" + +#: hacks/config/eruption.xml.h:15 +#, fuzzy +msgid "Number of Particles" +msgstr "Antal cirkler" + +#: hacks/config/eruption.xml.h:16 +#, fuzzy +msgid "Pleasant" +msgstr "Globus" + +#: hacks/config/eruption.xml.h:17 +msgid "Positive" +msgstr "" + #: hacks/config/euler2d.xml.h:2 msgid "Euler2d" msgstr "Euler i 2d" @@ -2777,7 +3252,8 @@ msgstr "" msgid "0 Seconds" msgstr "0 sekunder" -#: hacks/config/flame.xml.h:2 hacks/config/maze.xml.h:2 +#: hacks/config/flame.xml.h:2 hacks/config/glslideshow.xml.h:2 +#: hacks/config/maze.xml.h:2 msgid "10 Seconds" msgstr "10 sekunder" @@ -2785,7 +3261,7 @@ msgstr "10 sekunder" msgid "Another iterative fractal generator. Written by Scott Draves." msgstr "En anden iterativ fraktalgenerator. Skrevet af Scott Draves." -#: hacks/config/flame.xml.h:4 +#: hacks/config/flame.xml.h:4 hacks/config/jigglypuff.xml.h:4 msgid "Complexity" msgstr "Kompleksitet" @@ -2854,30 +3330,27 @@ msgid "Zoom In and Out" msgstr "Zoom ind og ud" #: hacks/config/fluidballs.xml.h:1 +#, fuzzy +msgid " Freefall" +msgstr "Frit fald" + +#: hacks/config/fluidballs.xml.h:2 msgid "Ball Size" msgstr "Kuglestørrelse" -#: hacks/config/fluidballs.xml.h:5 +#: hacks/config/fluidballs.xml.h:4 +#, fuzzy +msgid "Clay" +msgstr "Ventetid" + +#: hacks/config/fluidballs.xml.h:7 msgid "FluidBalls" msgstr "Væskekugler" -#: hacks/config/fluidballs.xml.h:6 -msgid "Freefall" -msgstr "Frit fald" - -#: hacks/config/fluidballs.xml.h:7 hacks/config/twang.xml.h:4 +#: hacks/config/fluidballs.xml.h:8 hacks/config/twang.xml.h:4 msgid "Friction" msgstr "Friktion" -#: hacks/config/fluidballs.xml.h:8 -msgid "Glass" -msgstr "Glas" - -#: hacks/config/fluidballs.xml.h:9 hacks/config/qix.xml.h:9 -#: hacks/config/speedmine.xml.h:4 -msgid "Gravity" -msgstr "Tyngdekraft" - #: hacks/config/fluidballs.xml.h:10 msgid "Hurricane" msgstr "Orkan" @@ -2900,8 +3373,9 @@ msgstr "" "Zawinski." #: hacks/config/fluidballs.xml.h:15 -msgid "Sandpaper" -msgstr "Sandpapir" +#, fuzzy +msgid "Rubber" +msgstr "Bobler" #: hacks/config/fluidballs.xml.h:16 msgid "Shake Box" @@ -2919,6 +3393,101 @@ msgstr "Forskellige kuglestørrelser" msgid "Wind" msgstr "Vind" +#: hacks/config/flurry.xml.h:1 +msgid "Binary" +msgstr "" + +#: hacks/config/flurry.xml.h:2 +#, fuzzy +msgid "Classic" +msgstr "Glas" + +#: hacks/config/flurry.xml.h:3 +#, fuzzy +msgid "Fire" +msgstr "_Fil" + +#: hacks/config/flurry.xml.h:4 +msgid "Flurry" +msgstr "" + +#: hacks/config/flurry.xml.h:5 +msgid "Insane" +msgstr "" + +#: hacks/config/flurry.xml.h:6 +#, fuzzy +msgid "Psychedelic" +msgstr "Psykedeliske farver" + +#: hacks/config/flurry.xml.h:7 +msgid "RGB" +msgstr "" + +#: hacks/config/flurry.xml.h:8 hacks/config/jigglypuff.xml.h:13 +#: hacks/config/sballs.xml.h:10 hacks/config/whirlygig.xml.h:12 +msgid "Random" +msgstr "Tilfældig" + +#: hacks/config/flurry.xml.h:10 +msgid "" +"This port of the OSX screensaver of the same name draws a colourful star" +"(fish)like flurry of particles. xscreensaver port by Tobias Sargeant <" +"tobias.sargeant@bigpond.com> Original Mac version by Calum Robinson <" +"calumr@mac.com> http://homepage.mac.com/calumr" +msgstr "" + +#: hacks/config/flurry.xml.h:11 +#, fuzzy +msgid "Water" +msgstr "Vandring" + +#: hacks/config/flyingtoasters.xml.h:1 +msgid "" +"A fleet of 3d space-age jet-powered flying toasters (and toast!) Inspired by " +"the ancient Berkeley Systems After Dark flying toasters. By Jamie Zawinski " +"and Baconmonkey." +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:2 +#, fuzzy +msgid "Air Speed" +msgstr "Animationshastighed" + +#: hacks/config/flyingtoasters.xml.h:4 +msgid "Chrome Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:6 +msgid "Flying Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:7 hacks/config/glslideshow.xml.h:16 +#: hacks/config/jigglypuff.xml.h:12 hacks/config/juggle.xml.h:6 +#: hacks/config/pipes.xml.h:10 +msgid "None" +msgstr "Ingen" + +#: hacks/config/flyingtoasters.xml.h:8 +#, fuzzy +msgid "Number of Slices" +msgstr "Antal cirkler" + +#: hacks/config/flyingtoasters.xml.h:9 +#, fuzzy +msgid "Number of Toasters" +msgstr "Antal pletter" + +#: hacks/config/flyingtoasters.xml.h:12 +#, fuzzy +msgid "Solid Colors" +msgstr "Ensfarvet gulv" + +#: hacks/config/flyingtoasters.xml.h:13 +#, fuzzy +msgid "Swarm" +msgstr "StrÃ¥lesværm" + #: hacks/config/forest.xml.h:2 hacks/config/glforestfire.xml.h:6 msgid "Forest" msgstr "Skov" @@ -3008,7 +3577,7 @@ msgstr "Skærmbillede" msgid "Wave Speed" msgstr "Bølgehastighed" -#: hacks/config/gflux.xml.h:15 +#: hacks/config/gflux.xml.h:15 hacks/config/glmatrix.xml.h:20 msgid "Waves" msgstr "Bølger" @@ -3016,6 +3585,26 @@ msgstr "Bølger" msgid "Wire Mesh" msgstr "Gitter" +#: hacks/config/glblur.xml.h:1 +#, fuzzy +msgid "Blur Smoothness" +msgstr "Udglattede linjer" + +#: hacks/config/glblur.xml.h:5 +msgid "GLBlur" +msgstr "" + +#: hacks/config/glblur.xml.h:18 +msgid "" +"This program draws a box and a few line segments, and generates a radial " +"blur outward from it. This creates flowing field effects. This is done by " +"rendering the scene into a small texture, then repeatedly rendering " +"increasingly-enlarged and increasingly-transparent versions of that texture " +"onto the frame buffer. As such, it's quite graphics intensive: don't bother " +"trying to run this if you don't have hardware-accelerated OpenGL texture " +"support. It will hurt your machine bad." +msgstr "" + #: hacks/config/glforestfire.xml.h:2 msgid "Desert" msgstr "Ørken" @@ -3031,7 +3620,7 @@ msgstr "" "hardwareunderstøttelse af teksturafbildninger. Skrevet af Eric Lassauge <" "lassauge@mail.dotcom.fr>." -#: hacks/config/glforestfire.xml.h:5 +#: hacks/config/glforestfire.xml.h:5 hacks/config/glmatrix.xml.h:9 msgid "Fog" msgstr "TÃ¥ge" @@ -3059,39 +3648,172 @@ msgstr "Regn" msgid "Track mouse" msgstr "Følg mus" -#: hacks/config/glforestfire.xml.h:18 hacks/config/lament.xml.h:8 -#: hacks/config/sballs.xml.h:17 -msgid "Untextured" -msgstr "Uden tekstur" +#: hacks/config/glknots.xml.h:4 +#, fuzzy +msgid "GLKnots" +msgstr "Mange" + +#: hacks/config/glknots.xml.h:5 +#, fuzzy +msgid "" +"Generates some twisting 3d knot patterns. Spins 'em around. Written by Jamie " +"Zawinski." +msgstr "" +"Genererer gentagende spirale stregtegneagtige mønstre. Skrevet af Jamie " +"Zawinski." + +#: hacks/config/glknots.xml.h:7 hacks/config/lavalite.xml.h:17 +#: hacks/config/spheremonics.xml.h:9 +msgid "Resolution" +msgstr "Opløsning" + +#: hacks/config/glknots.xml.h:15 +#, fuzzy +msgid "Segmented" +msgstr "Segmenter" + +#: hacks/config/glknots.xml.h:18 hacks/config/lavalite.xml.h:28 +msgid "Smooth" +msgstr "Glat" + +#: hacks/config/glmatrix.xml.h:2 hacks/config/xmatrix.xml.h:1 +msgid "Binary Encoding" +msgstr "Binær kodning" + +#: hacks/config/glmatrix.xml.h:4 +#, fuzzy +msgid "Draw Glyphs" +msgstr "Tegn pletter" + +#: hacks/config/glmatrix.xml.h:5 +#, fuzzy +msgid "Draw Outlines" +msgstr "Tegn myrer" + +#: hacks/config/glmatrix.xml.h:6 +#, fuzzy +msgid "Draw Solid Boxes" +msgstr "Tegn atomare bindinger" + +#: hacks/config/glmatrix.xml.h:7 +msgid "" +"Draws 3D dropping characters similar to what is seen in the title sequence " +"of \"The Matrix\". See also \"xmatrix\" for a 2D rendering of the similar " +"effect that appeared on the computer monitors actually *in* the movie. " +"Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/glmatrix.xml.h:10 +#, fuzzy +msgid "GLMatrix" +msgstr "Matrix" + +#: hacks/config/glmatrix.xml.h:11 hacks/config/xmatrix.xml.h:7 +msgid "Genetic Encoding" +msgstr "Genetisk kodning" + +#: hacks/config/glmatrix.xml.h:12 +#, fuzzy +msgid "Glyph Density" +msgstr "Gittertæthed" + +#: hacks/config/glmatrix.xml.h:13 +#, fuzzy +msgid "Glyph Speed" +msgstr "Fiskefart" + +#: hacks/config/glmatrix.xml.h:14 hacks/config/xmatrix.xml.h:8 +msgid "Hexadecimal Encoding" +msgstr "Hexadecimal kodning" + +#: hacks/config/glmatrix.xml.h:15 hacks/config/xmatrix.xml.h:11 +msgid "Matrix Encoding" +msgstr "Matrixkodning" + +#: hacks/config/glmatrix.xml.h:16 +#, fuzzy +msgid "Panning" +msgstr "Pakning" + +#: hacks/config/glplanet.xml.h:1 +msgid "" +"Draws a planet bouncing around in space. Written by David Konerding. The " +"built-in image is a map of the earth (extracted from `xearth'), but you can " +"wrap any texture around the sphere, e.g., the planetary textures that come " +"with `ssystem'." +msgstr "" +"Tegner en planet der tumler omkring i rummet. Skrevet af David Konerding. " +"Det indbyggede billede er et kort over jorden (udtrukket fra 'Jorden'), men " +"du kan fÃ¥ enhver tekstur foldet omkring kuglen, f.eks. de planetare billeder " +"fra 'Solsystem'." + +#: hacks/config/glplanet.xml.h:3 +msgid "GLPlanet" +msgstr "Globus" + +#: hacks/config/glplanet.xml.h:4 +msgid "Image File" +msgstr "Billedefil:" + +#: hacks/config/glslideshow.xml.h:4 hacks/config/rd-bomb.xml.h:5 +#, no-c-format +msgid "100%" +msgstr "100%" + +#: hacks/config/glslideshow.xml.h:5 hacks/config/glsnake.xml.h:2 +#: hacks/config/penrose.xml.h:2 +msgid "30 Seconds" +msgstr "30 sekunder" + +#: hacks/config/glslideshow.xml.h:6 +#, fuzzy +msgid "5 Minutes" +msgstr "1 minut" + +#: hacks/config/glslideshow.xml.h:8 +#, no-c-format +msgid "50%" +msgstr "" + +#: hacks/config/glslideshow.xml.h:9 +msgid "Always show at least this much of the image:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:10 +#, fuzzy +msgid "Crossfade Duration:" +msgstr "Overgangsvarighed" + +#: hacks/config/glslideshow.xml.h:11 +msgid "Frame Rate:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:12 +msgid "GLSlideshow" +msgstr "" -#: hacks/config/glplanet.xml.h:1 +#: hacks/config/glslideshow.xml.h:14 msgid "" -"Draws a planet bouncing around in space. Written by David Konerding. The " -"built-in image is a map of the earth (extracted from `xearth'), but you can " -"wrap any texture around the sphere, e.g., the planetary textures that come " -"with `ssystem'." +"Loads a random sequence of images and smoothly scans and zooms around in " +"each, fading from pan to pan. You can set the directory from which images " +"are loaded on the \"Advanced\" tab. This program requires a good video card " +"capable of supporting large textures. Written by Jamie Zawinski and Mike " +"Oliphant." msgstr "" -"Tegner en planet der tumler omkring i rummet. Skrevet af David Konerding. " -"Det indbyggede billede er et kort over jorden (udtrukket fra 'Jorden'), men " -"du kan fÃ¥ enhver tekstur foldet omkring kuglen, f.eks. de planetare billeder " -"fra 'Solsystem'." -#: hacks/config/glplanet.xml.h:3 -msgid "GLPlanet" -msgstr "Globus" +#: hacks/config/glslideshow.xml.h:17 +#, fuzzy +msgid "Pan/Zoom Duration:" +msgstr "Overgangsvarighed" -#: hacks/config/glplanet.xml.h:4 -msgid "Image File" -msgstr "Billedefil:" +#: hacks/config/glslideshow.xml.h:19 +msgid "Time until loading a new image:" +msgstr "" #: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 msgid "1" msgstr "1" -#: hacks/config/glsnake.xml.h:2 hacks/config/penrose.xml.h:2 -msgid "30 Seconds" -msgstr "30 sekunder" - #: hacks/config/glsnake.xml.h:3 msgid "" "Draws a simulation of the Rubik's Snake puzzle. Written by Jamie Wilkinson, " @@ -3248,6 +3970,55 @@ msgid "" msgstr "" "Tegner tilfældige farvede og stiplede rektangler. Skrevet af Jamie Zawinski." +#: hacks/config/halftone.xml.h:1 +msgid "Delay (Large = low cpu load)" +msgstr "" + +#: hacks/config/halftone.xml.h:2 +msgid "Dot fill factor" +msgstr "" + +#: hacks/config/halftone.xml.h:3 +#, fuzzy +msgid "Dot size" +msgstr "Myrestørrelse" + +#: hacks/config/halftone.xml.h:4 +msgid "" +"Draws the gravity force in each point on the screen seen through a halftone " +"dot pattern. The gravity force is calculated from a set of moving mass " +"points. View it from a distance for best effect. Written by Peter Jaric <" +"peter@jaric.org>." +msgstr "" + +#: hacks/config/halftone.xml.h:5 +#, fuzzy +msgid "Gravity points" +msgstr "Tyngdekraft" + +#: hacks/config/halftone.xml.h:6 +#, fuzzy +msgid "Halftone" +msgstr "Glorie" + +#: hacks/config/halftone.xml.h:10 +msgid "Maximum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:11 +#, fuzzy +msgid "Maximum speed" +msgstr "Maksimal levetid" + +#: hacks/config/halftone.xml.h:12 +msgid "Minimum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:13 +#, fuzzy +msgid "Minimum speed" +msgstr "Animationshastighed" + #: hacks/config/halo.xml.h:1 msgid "Animate Circles" msgstr "Animér cirkler" @@ -3422,6 +4193,112 @@ msgstr "" "ellers brænder din hjerne bare sammen. Skrevet af Joe Keane, Fritz Müller og " "Jamie Zawinski." +#: hacks/config/hypertorus.xml.h:1 +msgid "-4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:2 +msgid "4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:3 +msgid "4D Hypertorus" +msgstr "" + +#: hacks/config/hypertorus.xml.h:4 +#, fuzzy +msgid "Color Wheel" +msgstr "Farve" + +#: hacks/config/hypertorus.xml.h:5 +#, fuzzy +msgid "Display Speed" +msgstr "Vis sekunder" + +#: hacks/config/hypertorus.xml.h:7 +#, fuzzy +msgid "Orthographic 3d" +msgstr "Ortografisk projektion" + +#: hacks/config/hypertorus.xml.h:8 +#, fuzzy +msgid "Orthographic 4d" +msgstr "Ortografisk projektion" + +#: hacks/config/hypertorus.xml.h:9 +msgid "Perspective 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:10 +msgid "Perspective 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:11 +#, fuzzy +msgid "See-Through Bands" +msgstr "Skift mellem tilstande" + +#: hacks/config/hypertorus.xml.h:14 +#, fuzzy +msgid "Solid Object" +msgstr "Ensfarvede objekter" + +#: hacks/config/hypertorus.xml.h:15 hacks/config/pulsar.xml.h:16 +msgid "Solid Surface" +msgstr "Ensfarvet overflade" + +#: hacks/config/hypertorus.xml.h:16 +msgid "" +"This program shows a rotating Clifford Torus: a torus lying on the \"surface" +"\" of a 4D hypersphere. Written by Carsten Steger, inspired by Thomas " +"Banchoff's book \"Beyond the Third Dimension: Geometry, Computer Graphics, " +"and Higher Dimensions\", Scientific American Library, 1990." +msgstr "" + +#: hacks/config/hypertorus.xml.h:17 +#, fuzzy +msgid "Transparent Surface" +msgstr "Gennemsigtig" + +#: hacks/config/hypertorus.xml.h:18 +msgid "Two-Sided" +msgstr "" + +#: hacks/config/hypertorus.xml.h:19 +#, fuzzy +msgid "WX Rotation Speed" +msgstr "Rotationshastighed" + +#: hacks/config/hypertorus.xml.h:20 +#, fuzzy +msgid "WY Rotation Speed" +msgstr "Rotationshastighed" + +#: hacks/config/hypertorus.xml.h:21 +#, fuzzy +msgid "WZ Rotation Speed" +msgstr "Rotationshastighed" + +#: hacks/config/hypertorus.xml.h:22 +#, fuzzy +msgid "Wireframe Mesh" +msgstr "Rammemodel" + +#: hacks/config/hypertorus.xml.h:23 +#, fuzzy +msgid "XY Rotation Speed" +msgstr "Rotationshastighed" + +#: hacks/config/hypertorus.xml.h:24 +#, fuzzy +msgid "XZ Rotation Speed" +msgstr "Rotationshastighed" + +#: hacks/config/hypertorus.xml.h:25 +#, fuzzy +msgid "YZ Rotation Speed" +msgstr "Rotationshastighed" + #: hacks/config/ifs.xml.h:2 msgid "IFS" msgstr "IFS" @@ -3506,6 +4383,99 @@ msgstr "Antal bølger" msgid "Wave Size" msgstr "Bølgestørrelse" +#: hacks/config/jigglypuff.xml.h:2 +msgid "Chrome" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:3 +msgid "Clown barf" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:5 +#, fuzzy +msgid "Cycle" +msgstr "Cyklusser" + +#: hacks/config/jigglypuff.xml.h:7 +msgid "Flower box" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:9 +msgid "Inertial damping" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:10 +msgid "JigglyPuff" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:14 +#, fuzzy +msgid "Rotation speed" +msgstr "Rotationshastighed" + +#: hacks/config/jigglypuff.xml.h:17 hacks/config/sphere.xml.h:7 +msgid "Sphere" +msgstr "Kugle" + +#: hacks/config/jigglypuff.xml.h:18 +msgid "Sphere strength" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:19 +#, fuzzy +msgid "Spookiness" +msgstr "Kurver" + +#: hacks/config/jigglypuff.xml.h:20 +msgid "Spoooooky" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:21 hacks/config/sballs.xml.h:16 +msgid "Tetrahedron" +msgstr "Tetrahedron" + +#: hacks/config/jigglypuff.xml.h:22 +msgid "" +"This little gem does bad things with quasi-spherical objects. The gist of it " +"is that you have what is, structurally, a tetrahedron with tesselated faces. " +"the vertices on these faces have forces on them in the form of one " +"proportional to their distance from the surface of a sphere, and one which " +"is proportional to how far they differ from some ideal distance from their " +"neighbors. They also have inertia. The forces and distance are parameters " +"and there are also a couple of visual parameters. The resulting effect can " +"range from a shape that does nothing, to a frenetic polygon storm. Somewhere " +"in between there it usually manifests as a blob that jiggles in a kind of " +"disturbing manner. woo. It doesn't matter, however. You should just pick " +"'random'. It overrides all the other options, except for fps, delay and " +"complexity. By Keith Macleod" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:23 +msgid "Vertex-vertex behavior" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:24 +msgid "Vertex-vertex force" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:26 +msgid "collapse" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:27 +msgid "expand" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:28 +#, fuzzy +msgid "none" +msgstr "Ingen" + +#: hacks/config/jigglypuff.xml.h:29 +#, fuzzy +msgid "strong" +msgstr "Mærkelig" + #: hacks/config/jigsaw.xml.h:4 msgid "Jigsaw" msgstr "Puslespil" @@ -3542,10 +4512,6 @@ msgstr "Tegner en jonglerende tændstiksmand. Skrevet af Tim Auckland." msgid "Juggle" msgstr "Jonglering" -#: hacks/config/juggle.xml.h:6 hacks/config/pipes.xml.h:10 -msgid "None" -msgstr "Ingen" - #: hacks/config/julia.xml.h:3 hacks/config/rorschach.xml.h:4 msgid "Iterations" msgstr "Iterationer" @@ -3599,6 +4565,25 @@ msgstr "Symmetri" msgid "Trails" msgstr "Spor" +#: hacks/config/klein.xml.h:3 +msgid "Klein" +msgstr "" + +#: hacks/config/klein.xml.h:10 +msgid "" +"This draws a visualization of a Klein bottle or some other interesting " +"parametric surfaces. Written by Andrey Mirtchovski." +msgstr "" + +#: hacks/config/klein.xml.h:11 +msgid "Use Randomized Surfaces and Primitives" +msgstr "" + +#: hacks/config/klein.xml.h:12 +#, fuzzy +msgid "Wander Around the Screen" +msgstr "Centrér pÃ¥ skærmen" + #: hacks/config/kumppa.xml.h:5 msgid "Kumppa" msgstr "Kumppa" @@ -3698,18 +4683,10 @@ msgstr "Maks. klatter" msgid "Random Lamp Style" msgstr "Tilfældig lampestil" -#: hacks/config/lavalite.xml.h:17 hacks/config/spheremonics.xml.h:9 -msgid "Resolution" -msgstr "Opløsning" - #: hacks/config/lavalite.xml.h:18 msgid "Rocket Lavalite" msgstr "Raketlavalampe" -#: hacks/config/lavalite.xml.h:27 -msgid "Smooth" -msgstr "Glat" - #: hacks/config/lightning.xml.h:2 msgid "Lightning" msgstr "Lyn" @@ -3875,6 +4852,36 @@ msgstr "" "terningbaseret fraktalt objekt analogt til Sierpinski-tetraederet. Skrevet " "af Jamie Zawinski." +#: hacks/config/metaballs.xml.h:1 +#, fuzzy +msgid "Big" +msgstr "Større" + +#: hacks/config/metaballs.xml.h:2 +msgid "" +"Draws two dimensional metaballs: overlapping and merging balls with fuzzy " +"edges. By W.P. van Paassen." +msgstr "" + +#: hacks/config/metaballs.xml.h:7 +msgid "MetaBall Movement" +msgstr "" + +#: hacks/config/metaballs.xml.h:8 +#, fuzzy +msgid "MetaBall Radius" +msgstr "Sædningsradius" + +#: hacks/config/metaballs.xml.h:9 +#, fuzzy +msgid "MetaBalls" +msgstr "Kugler" + +#: hacks/config/metaballs.xml.h:11 +#, fuzzy +msgid "Number of MetaBalls" +msgstr "Antal fraktaler" + #: hacks/config/moebius.xml.h:1 msgid "" "Another M. C. Escher hack by Marcelo Vianna, this one draws ``Moebius Strip " @@ -4286,6 +5293,30 @@ msgstr "Efterglød" msgid "Scale" msgstr "Skalér" +#: hacks/config/piecewise.xml.h:1 +msgid "Color shifting speed" +msgstr "" + +#: hacks/config/piecewise.xml.h:6 +#, fuzzy +msgid "Maximum radius" +msgstr "Maksimal levetid" + +#: hacks/config/piecewise.xml.h:7 +#, fuzzy +msgid "Minimum radius" +msgstr "Minimal levetid" + +#: hacks/config/piecewise.xml.h:8 +msgid "Piecewise" +msgstr "" + +#: hacks/config/piecewise.xml.h:12 +msgid "" +"This draws a bunch of moving circles which switch from visibility to " +"invisibility at intersection points. Written by Geoffrey Irving." +msgstr "" + #: hacks/config/pipes.xml.h:1 msgid "Allow Tight Turns" msgstr "Tillad snævre vendinger" @@ -4351,6 +5382,38 @@ msgstr "" "Forsøger at fylde et rektangel helt ud med irregulære puslespilsbrikker. " "Skrevet af Stephen Montgomery-Smith." +#: hacks/config/popsquares.xml.h:1 +#, fuzzy +msgid "Border" +msgstr "Kantbredde" + +#: hacks/config/popsquares.xml.h:2 +msgid "End color" +msgstr "" + +#: hacks/config/popsquares.xml.h:7 +#, fuzzy +msgid "Start color" +msgstr "Skræmmende farver" + +#: hacks/config/popsquares.xml.h:8 +msgid "Subdivision" +msgstr "" + +#: hacks/config/popsquares.xml.h:9 +msgid "" +"This draws a pop-art-ish looking grid of pulsing colors. By Levi Burton." +msgstr "" + +#: hacks/config/popsquares.xml.h:10 +msgid "Twitch" +msgstr "" + +#: hacks/config/popsquares.xml.h:11 +#, fuzzy +msgid "popsquares" +msgstr "Kvadrat" + #: hacks/config/pulsar.xml.h:1 msgid "Anti-alias Lines" msgstr "Udjævn linjer" @@ -4404,10 +5467,6 @@ msgstr "Pulsar" msgid "Quad Count" msgstr "Antal planer" -#: hacks/config/pulsar.xml.h:16 -msgid "Solid Surface" -msgstr "Ensfarvet overflade" - #: hacks/config/pulsar.xml.h:18 msgid "Texture PPM File" msgstr "PPM-fil til tekstur" @@ -4421,10 +5480,6 @@ msgstr "Eksplosioner indeholder" msgid "Launch Frequency" msgstr "Affyringshyppighed" -#: hacks/config/pyro.xml.h:8 -msgid "Often" -msgstr "Ofte" - #: hacks/config/pyro.xml.h:9 msgid "Particle Density" msgstr "Partikeltæthed" @@ -4512,11 +5567,6 @@ msgstr "/" msgid "1%" msgstr "1%" -#: hacks/config/rd-bomb.xml.h:5 -#, no-c-format -msgid "100%" -msgstr "100%" - #: hacks/config/rd-bomb.xml.h:7 msgid "" "Another variation of the `Bomb' program by Scott Draves. This draws a grid " @@ -4754,10 +5804,6 @@ msgstr "Plan" msgid "Pyramid" msgstr "Pyramide" -#: hacks/config/sballs.xml.h:10 -msgid "Random" -msgstr "Tilfældig" - #: hacks/config/sballs.xml.h:11 msgid "Sballs" msgstr "Roterende bolde" @@ -4766,10 +5812,6 @@ msgstr "Roterende bolde" msgid "Star" msgstr "Stjerne" -#: hacks/config/sballs.xml.h:16 -msgid "Tetrahedron" -msgstr "Tetrahedron" - # se næste tekst for forklaring #: hacks/config/shadebobs.xml.h:7 msgid "ShadeBobs" @@ -4955,10 +5997,6 @@ msgstr "" "tegner 3d-agtige kugler i flere farver. Pauseskærmens aner kan spores " "tilbage til Tom Duff i 1982." -#: hacks/config/sphere.xml.h:7 -msgid "Sphere" -msgstr "Kugle" - #: hacks/config/sphereEversion.xml.h:1 msgid "SphereEversion" msgstr "Kuglevrangvending" @@ -5001,7 +6039,7 @@ msgstr "" "bemærkelsesværdigt egenfunktionerne for vinkelinertioperatorer. Skrevet af " "Paul Bourke og Jamie Zawinski." -#: hacks/config/spiral.xml.h:2 +#: hacks/config/spiral.xml.h:2 hacks/config/superquadrics.xml.h:2 msgid "Cycles" msgstr "Cyklusser" @@ -5072,6 +6110,7 @@ msgid "SSystem" msgstr "Solsystem" #: hacks/config/ssystem.xml.h:2 +#, fuzzy msgid "" "SSystem is a GL Solar System simulator. It simulates flybys of Sun, the nine " "planets and a few major satellites, with four camera modes. Written by Raul " @@ -5081,10 +6120,9 @@ msgid "" "work with some window managers, but not with others, so your mileage may " "vary. SSystem was once available at <http://www1.las.es/~amil/ssystem/" ">, but is now gone. You may still be able to find copies elsewhere. " -"SSystem has since evolved into two different programs: OpenUniverse (http://" -"openuniverse.sourceforge.net/) and Celestia (http://www.shatters.net/" -"celestia/). Sadly, neither of these programs work with xscreensaver at all. " -"You are encouraged to nag their authors into adding xscreensaver support!" +"SSystem has since evolved into Celestia, found at <http://www.shatters." +"net/celestia/>. Sadly, Celestia does not work with xscreensaver at all. " +"You are encouraged to nag the authors into adding xscreensaver support!" msgstr "" "Solsystem er en 3d-simulation af et solsystem. Den simulerer overflyvninger " "af solen, de ni planeter og nogle fÃ¥ større satelitter, med fire " @@ -5229,7 +6267,7 @@ msgstr "" "levende felt af punkter der slÃ¥r ned og drejer sig. Bevægelsen er virkeligt " "fin. Skrevet af Massimino Pascal." -#: hacks/config/superquadrics.xml.h:2 +#: hacks/config/superquadrics.xml.h:3 msgid "" "Ed Mackey reports that he wrote the first version of this program in BASIC " "on a Commodore 64 in 1987, as a 320x200 black and white wireframe. Now it is " @@ -5241,7 +6279,7 @@ msgstr "" # RETMIG: hvad hedder "quadrics" pÃ¥ dansk? # nÃ¥r noget bedre er fundet skal det ogsÃ¥ koordineres med en anden tekst -#: hacks/config/superquadrics.xml.h:10 +#: hacks/config/superquadrics.xml.h:11 msgid "Superquadrics" msgstr "Superquadrics" @@ -5500,17 +6538,70 @@ msgid "Amplitude" msgstr "Amplitude" #: hacks/config/whirlygig.xml.h:2 +#, fuzzy +msgid "Circle" +msgstr "Cyklusser" + +#: hacks/config/whirlygig.xml.h:3 msgid "Draws zooming chains of sinusoidal spots. Written by Ashton Trey Belew." msgstr "Tegner zoomende kæder af sinuspletter. Skrevet af Ashton Trey Belew." +#: hacks/config/whirlygig.xml.h:4 +#, fuzzy +msgid "Explain modes" +msgstr "Skærmtilstande" + #: hacks/config/whirlygig.xml.h:5 +msgid "Fun" +msgstr "" + +#: hacks/config/whirlygig.xml.h:6 +msgid "Funky" +msgstr "" + +#: hacks/config/whirlygig.xml.h:7 +msgid "Innie" +msgstr "" + +#: hacks/config/whirlygig.xml.h:8 +#, fuzzy +msgid "Leave a trail" +msgstr "Efterlad spor" + +#: hacks/config/whirlygig.xml.h:9 +#, fuzzy +msgid "Linear" +msgstr "Linjer" + +#: hacks/config/whirlygig.xml.h:11 +#, fuzzy +msgid "Lissajous" +msgstr "Lissojous-figurer" + +#: hacks/config/whirlygig.xml.h:15 +#, fuzzy +msgid "Test" +msgstr "Bedste" + +# "double buffer" betyder at man bruger én buffer (mærkeligt teknisk udtryk) +#: hacks/config/whirlygig.xml.h:16 +#, fuzzy +msgid "Use Double Buffering" +msgstr "Benyt mellemlager" + +#: hacks/config/whirlygig.xml.h:17 msgid "Whirlies" msgstr "Snurretoppe" -#: hacks/config/whirlygig.xml.h:6 +#: hacks/config/whirlygig.xml.h:18 msgid "WhirlyGig" msgstr "Snurretop" +#: hacks/config/whirlygig.xml.h:19 +#, fuzzy +msgid "Wrap the screen" +msgstr "Benyt skærmbillede" + #: hacks/config/worm.xml.h:1 msgid "" "An ancient xlock hack that draws multicolored worms that crawl around the " @@ -5526,11 +6617,12 @@ msgid "XaoS" msgstr "XaoS" #: hacks/config/xaos.xml.h:2 +#, fuzzy msgid "" "XaoS generates fast fly-through animations of the Mandelbrot and other " "fractal sets. Written by Thomas Marsh and Jan Hubicka. This is not included " "with the XScreenSaver package, but if you don't have it already, you can " -"find it at <http://limax.paru.cas.cz/~hubicka/XaoS/>." +"find it at <http://xaos.theory.org/>." msgstr "" "XaoS genererer hurtige, løbende animationer af Mandelbrotmængden og andre " "fraktale mængder. Skrevet af Thomas Marsh og Jan Hubicka. Du kan finde det " @@ -5556,7 +6648,7 @@ msgstr "Vis sekunder" msgid "Huge Font" msgstr "Kæmpe skrifttype" -#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:9 +#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:10 msgid "Large Font" msgstr "Stor skrifttype" @@ -5564,7 +6656,7 @@ msgstr "Stor skrifttype" msgid "Medium Font" msgstr "Mellem skrifttype" -#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:16 msgid "Small Font" msgstr "Lille skrifttype" @@ -5752,17 +6844,13 @@ msgstr "" msgid "Xlyap" msgstr "Lyapunov" -#: hacks/config/xmatrix.xml.h:1 +#: hacks/config/xmatrix.xml.h:3 msgid "" -"A rendition of the text scrolls seen in the movie ``The Matrix.'' Written by " -"Jamie Zawinski." +"Draws dropping characters similar to what is seen on the computer monitors " +"in \"The Matrix\". See also \"glmatrix\" for a 3D rendering of the similar " +"effect that appeared in the title sequence of the movie. Written by Jamie " +"Zawinski." msgstr "" -"En frembringelse af tekstrulleeffekten fra filmen \"The Matrix\". Skrevet af " -"Jamie Zawinski." - -#: hacks/config/xmatrix.xml.h:2 -msgid "Binary Encoding" -msgstr "Binær kodning" #: hacks/config/xmatrix.xml.h:4 msgid "Expansion Algorithm" @@ -5772,35 +6860,27 @@ msgstr "Ekspansionsalgoritme" msgid "Full" msgstr "Komplet" -#: hacks/config/xmatrix.xml.h:7 -msgid "Genetic Encoding" -msgstr "Genetisk kodning" - -#: hacks/config/xmatrix.xml.h:8 -msgid "Hexadecimal Encoding" -msgstr "Hexadecimal kodning" - -#: hacks/config/xmatrix.xml.h:10 -msgid "Matrix Encoding" -msgstr "Matrixkodning" +#: hacks/config/xmatrix.xml.h:9 +msgid "Knock Knock" +msgstr "" -#: hacks/config/xmatrix.xml.h:11 +#: hacks/config/xmatrix.xml.h:12 msgid "Phone Number" msgstr "Telefonnummer" -#: hacks/config/xmatrix.xml.h:12 +#: hacks/config/xmatrix.xml.h:13 msgid "Run Trace Program" msgstr "Kør trace-program" -#: hacks/config/xmatrix.xml.h:13 +#: hacks/config/xmatrix.xml.h:14 msgid "Slider Algorithm" msgstr "Skydealgoritme" -#: hacks/config/xmatrix.xml.h:18 +#: hacks/config/xmatrix.xml.h:19 msgid "Synergistic Algorithm" msgstr "Synergistisk algoritme" -#: hacks/config/xmatrix.xml.h:19 +#: hacks/config/xmatrix.xml.h:20 msgid "Xmatrix" msgstr "Matrix" @@ -5925,3 +7005,25 @@ msgstr "" "linseeffekten slÃ¥et til bliver resultatet som hvis man kigger gennem mange " "overlappende linser snarere end blot en simpel zoom. Skrevet af James " "Macnicol." + +#~ msgid "Configure the settings of the screensaver." +#~ msgstr "Konfigurér pauseskærmen" + +#~ msgid "Preview of screen saver" +#~ msgstr "Eksempel pÃ¥ pauseskærmen" + +#~ msgid "_Verbose Dialognostics" +#~ msgstr "_Informationsrige fejlmeddelelser" + +#~ msgid "ElectricSheep" +#~ msgstr "Elektrisk fÃ¥r" + +#~ msgid "Sandpaper" +#~ msgstr "Sandpapir" + +#~ msgid "" +#~ "A rendition of the text scrolls seen in the movie ``The Matrix.'' Written " +#~ "by Jamie Zawinski." +#~ msgstr "" +#~ "En frembringelse af tekstrulleeffekten fra filmen \"The Matrix\". Skrevet " +#~ "af Jamie Zawinski." diff --git a/po/de.po b/po/de.po index a75b6900..b8854abf 100644 --- a/po/de.po +++ b/po/de.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: XScreenSaver HEAD\n" -"POT-Creation-Date: 2002-06-18 21:56+0200\n" +"POT-Creation-Date: 2003-07-24 19:05+0200\n" "PO-Revision-Date: 2002-09-07 14:30+0100\n" "Last-Translator: Christian Neumair \n" "Language-Team: German \n" @@ -13,35 +13,40 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: driver/demo-Gtk-conf.c:729 +#: driver/demo-Gtk-conf.c:731 msgid "Browse..." msgstr "Auswählen..." -#: driver/demo-Gtk-conf.c:1021 +#: driver/demo-Gtk-conf.c:1023 msgid "Select file." msgstr "Datei wählen." -#: driver/demo-Gtk-support.c:121 +#: driver/demo-Gtk-support.c:135 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "Pixmap-Datei %s konnte nicht gefunden werden" -#: driver/demo-Gtk-support.c:130 +#: driver/demo-Gtk-support.c:147 driver/demo-Gtk-support.c:179 #, c-format msgid "Error loading pixmap file: %s" msgstr "Fehler beim Laden der Pixmap-Datei %s" +#: driver/demo-Gtk-support.c:182 +#, c-format +msgid "reason: %s\n" +msgstr "" + #: driver/demo-Gtk-widgets.c:155 driver/xscreensaver-demo.glade.h:89 -#: driver/xscreensaver-demo.glade2.h:43 +#: driver/xscreensaver-demo.glade2.h:65 msgid "XScreenSaver" msgstr "Bildschirmschoner" -#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:54 +#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:76 msgid "_File" msgstr "_Datei" #: driver/demo-Gtk-widgets.c:196 driver/xscreensaver-demo.glade.h:93 -#: driver/xscreensaver-demo.glade2.h:48 +#: driver/xscreensaver-demo.glade2.h:70 msgid "_Blank Screen Now" msgstr "Bildschirm jetzt _schwärzen" @@ -53,7 +58,7 @@ msgstr "" "konfiguriert)" #: driver/demo-Gtk-widgets.c:209 driver/xscreensaver-demo.glade.h:97 -#: driver/xscreensaver-demo.glade2.h:58 +#: driver/xscreensaver-demo.glade2.h:80 msgid "_Lock Screen Now" msgstr "Bildschirm jetzt _sperren" @@ -64,7 +69,7 @@ msgstr "" "ist.)" #: driver/demo-Gtk-widgets.c:222 driver/xscreensaver-demo.glade.h:96 -#: driver/xscreensaver-demo.glade2.h:56 +#: driver/xscreensaver-demo.glade2.h:78 msgid "_Kill Daemon" msgstr "Dämon _abwügen" @@ -73,7 +78,7 @@ msgid "Tell the running XScreenSaver daemon to exit." msgstr "Den laufenden XScreenSaver-Dämon beenden." #: driver/demo-Gtk-widgets.c:235 driver/xscreensaver-demo.glade.h:98 -#: driver/xscreensaver-demo.glade2.h:64 +#: driver/xscreensaver-demo.glade2.h:86 msgid "_Restart Daemon" msgstr "Dämon _neu starten" @@ -93,12 +98,12 @@ msgstr "" "Das Bildschirmschoner-Demo-Programm beenden (aber den XScreenSaver-Dämon im " "Hintergrund laufen lassen.)" -#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:55 +#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:77 msgid "_Help" msgstr "_Hilfe" #: driver/demo-Gtk-widgets.c:290 driver/xscreensaver-demo.glade.h:92 -#: driver/xscreensaver-demo.glade2.h:44 +#: driver/xscreensaver-demo.glade2.h:66 msgid "_About..." msgstr "_Info..." @@ -107,7 +112,7 @@ msgid "Display version information." msgstr "Versionsinformationen anzeigen." #: driver/demo-Gtk-widgets.c:303 driver/xscreensaver-demo.glade.h:94 -#: driver/xscreensaver-demo.glade2.h:53 +#: driver/xscreensaver-demo.glade2.h:75 msgid "_Documentation..." msgstr "_Dokumentation..." @@ -120,7 +125,7 @@ msgid "Cycle After" msgstr "Wechsel nach" #: driver/demo-Gtk-widgets.c:364 driver/xscreensaver-demo.glade.h:78 -#: driver/xscreensaver-demo.glade2.h:42 +#: driver/xscreensaver-demo.glade2.h:54 msgid "Whether a password should be required to un-blank the screen." msgstr "Ob zum Verlassen des Bildschirmschoners ein Passwort erforderlich ist." @@ -134,23 +139,24 @@ msgstr "Schwärzen nach" #: driver/demo-Gtk-widgets.c:397 driver/demo-Gtk-widgets.c:447 #: driver/demo-Gtk-widgets.c:461 driver/demo-Gtk-widgets.c:1010 -#: driver/xscreensaver-demo.glade.h:43 driver/xscreensaver-demo.glade2.h:26 +#: driver/xscreensaver-demo.glade.h:43 msgid "How long before the monitor goes completely black." msgstr "Wie lange es dauert, bevor der Bildschirm komplett eingeschwärzt wird." #: driver/demo-Gtk-widgets.c:401 driver/demo-Gtk-widgets.c:413 #: driver/demo-Gtk-widgets.c:425 driver/demo-Gtk-widgets.c:1014 #: driver/demo-Gtk-widgets.c:1026 driver/demo-Gtk-widgets.c:1038 -#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:70 +#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:92 msgid "minutes" msgstr "Minuten" -#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2661 +#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2831 #: driver/xscreensaver-demo.glade.h:58 msgid "Preview" msgstr "Vorschau" #: driver/demo-Gtk-widgets.c:484 driver/xscreensaver-demo.glade.h:21 +#: driver/xscreensaver-demo.glade2.h:12 msgid "" "Demo the selected screen saver in full-screen mode (click the mouse to " "return.)" @@ -163,6 +169,7 @@ msgid "Settings..." msgstr "Einstellungen..." #: driver/demo-Gtk-widgets.c:494 driver/xscreensaver-demo.glade.h:17 +#: driver/xscreensaver-demo.glade2.h:9 msgid "Customization and explanation of the selected screen saver." msgstr "Anpassung und Erklärung des gewählten Bildschirmschoners." @@ -171,7 +178,7 @@ msgid "Mode:" msgstr "Modus:" #: driver/demo-Gtk-widgets.c:533 driver/xscreensaver-demo.glade.h:25 -#: driver/xscreensaver-demo.glade2.h:14 +#: driver/xscreensaver-demo.glade2.h:16 msgid "Disable Screen Saver" msgstr "Bildschirmschoner deaktivieren" @@ -181,21 +188,21 @@ msgid "Blank Screen Only" msgstr "Nur den Bildschirm schwärzen" #: driver/demo-Gtk-widgets.c:539 driver/xscreensaver-demo.glade.h:56 -#: driver/xscreensaver-demo.glade2.h:32 +#: driver/xscreensaver-demo.glade2.h:42 msgid "Only One Screen Saver" msgstr "Nur ein Bildschirmschoner" #: driver/demo-Gtk-widgets.c:542 driver/xscreensaver-demo.glade.h:60 -#: driver/xscreensaver-demo.glade2.h:35 +#: driver/xscreensaver-demo.glade2.h:44 msgid "Random Screen Saver" msgstr "Zufälliger Bildschirmschoner" -#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2034 +#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2120 #: driver/xscreensaver-demo.glade.h:75 msgid "Use" msgstr "Verwenden" -#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2044 +#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2130 #: driver/xscreensaver-demo.glade.h:63 msgid "Screen Saver" msgstr "Bildschirmschoner" @@ -205,6 +212,7 @@ msgid "\\/" msgstr "\\/" #: driver/demo-Gtk-widgets.c:646 driver/xscreensaver-demo.glade.h:61 +#: driver/xscreensaver-demo.glade2.h:45 msgid "" "Run the next screen saver in the list in full-screen mode (click the mouse " "to return.)" @@ -217,6 +225,7 @@ msgid "/\\" msgstr "/\\" #: driver/demo-Gtk-widgets.c:656 driver/xscreensaver-demo.glade.h:62 +#: driver/xscreensaver-demo.glade2.h:46 msgid "" "Run the previous screen saver in the list in full-screen mode (click the " "mouse to return.)" @@ -225,7 +234,7 @@ msgstr "" "(Mausklick um zurückzukehren)." #: driver/demo-Gtk-widgets.c:658 driver/demo-Gtk-widgets.c:1601 -#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:11 +#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:13 msgid "Description" msgstr "Beschreibung" @@ -234,11 +243,12 @@ msgid "Display Modes" msgstr "Anzeigemodi" #: driver/demo-Gtk-widgets.c:701 driver/xscreensaver-demo.glade.h:23 -#: driver/xscreensaver-demo.glade2.h:12 +#: driver/xscreensaver-demo.glade2.h:14 msgid "Diagnostics" msgstr "Diagnoseausgabe" #: driver/demo-Gtk-widgets.c:745 driver/xscreensaver-demo.glade.h:80 +#: driver/xscreensaver-demo.glade2.h:56 msgid "Whether the daemon should print lots of debugging information." msgstr "Ob der Dämon viele Fehlerdiagnose-Informationen ausgeben soll" @@ -247,6 +257,7 @@ msgid "Verbose Diagnostics" msgstr "Fehlerdiagnose" #: driver/demo-Gtk-widgets.c:762 driver/xscreensaver-demo.glade.h:79 +#: driver/xscreensaver-demo.glade2.h:55 msgid "" "Whether any error output of the display modes should be redirected to the " "screen." @@ -259,6 +270,7 @@ msgid "Display Subprocess Errors" msgstr "Sub-Prozess-Fehler anzeigen" #: driver/demo-Gtk-widgets.c:779 driver/xscreensaver-demo.glade.h:87 +#: driver/xscreensaver-demo.glade2.h:63 msgid "" "Whether the splash screen (with the version number and `Help' button) should " "be momentarily displayed when the daemon first starts up." @@ -277,6 +289,7 @@ msgid "Colormaps" msgstr "Farbtabellen" #: driver/demo-Gtk-widgets.c:834 driver/xscreensaver-demo.glade.h:88 +#: driver/xscreensaver-demo.glade2.h:64 msgid "" "Whether to install a private colormap when running in 8-bit mode on the " "default Visual." @@ -289,6 +302,7 @@ msgid "Install Colormap" msgstr "Farbtabellen installieren" #: driver/demo-Gtk-widgets.c:859 driver/xscreensaver-demo.glade.h:86 +#: driver/xscreensaver-demo.glade2.h:62 msgid "" "Whether the screen should slowly fade to black when the screen saver " "activates." @@ -301,6 +315,7 @@ msgid "Fade To Black When Blanking" msgstr "Sanfter Übergang beim Schwärzen" #: driver/demo-Gtk-widgets.c:876 driver/xscreensaver-demo.glade.h:85 +#: driver/xscreensaver-demo.glade2.h:61 msgid "" "Whether the screen should slowly fade in from black when the screen saver " "deactivates." @@ -317,21 +332,23 @@ msgid "Fade Duration" msgstr "Übergangsdauer" #: driver/demo-Gtk-widgets.c:922 driver/xscreensaver-demo.glade.h:44 +#: driver/xscreensaver-demo.glade2.h:31 msgid "How long it should take for the screen to fade in and out." msgstr "" "Wie lange es dauert, bis der Bildschirm abgedunkelt wird und wieder aufhellt." #: driver/demo-Gtk-widgets.c:926 driver/xscreensaver-demo.glade.h:100 -#: driver/xscreensaver-demo.glade2.h:73 +#: driver/xscreensaver-demo.glade2.h:96 msgid "seconds" msgstr "Sekunden" #: driver/demo-Gtk-widgets.c:936 driver/xscreensaver-demo.glade.h:27 -#: driver/xscreensaver-demo.glade2.h:15 +#: driver/xscreensaver-demo.glade2.h:17 msgid "Display Power Management" msgstr "Anzeige-Energieverwaltung" #: driver/demo-Gtk-widgets.c:980 driver/xscreensaver-demo.glade.h:84 +#: driver/xscreensaver-demo.glade2.h:60 msgid "Whether the monitor should be powered down after a while." msgstr "Ob der Bildschirm nach einer Weile ausgeschalten werden soll." @@ -352,20 +369,23 @@ msgid "Standby After" msgstr "Standby nach" #: driver/demo-Gtk-widgets.c:1099 driver/xscreensaver-demo.glade.h:45 +#: driver/xscreensaver-demo.glade2.h:33 msgid "How long until the monitor goes into power-saving mode." msgstr "" "Wie lange es dauert, bis der Bildschim in den Energiesparmodus wechselt." #: driver/demo-Gtk-widgets.c:1113 driver/xscreensaver-demo.glade.h:46 +#: driver/xscreensaver-demo.glade2.h:34 msgid "How long until the monitor powers down." msgstr "Wie lange es dauert, bis der Monitor ausgeschaltet wird." #: driver/demo-Gtk-widgets.c:1117 driver/xscreensaver-demo.glade.h:47 -#: driver/xscreensaver-demo.glade2.h:27 +#: driver/xscreensaver-demo.glade2.h:35 msgid "Image Manipulation" msgstr "Bildverarbeitung" #: driver/demo-Gtk-widgets.c:1161 driver/xscreensaver-demo.glade.h:81 +#: driver/xscreensaver-demo.glade2.h:57 msgid "" "Whether the image-manipulating modes should be allowed to operate on an " "image of your desktop." @@ -389,6 +409,7 @@ msgid "Grab Video Frames" msgstr "Video-Bilder holen" #: driver/demo-Gtk-widgets.c:1195 driver/xscreensaver-demo.glade.h:83 +#: driver/xscreensaver-demo.glade2.h:59 msgid "" "Whether the image-manipulating modes should operate on random images loaded " "from disk." @@ -401,6 +422,7 @@ msgid "Choose Random Image:" msgstr "Bild zufällig auswählen:" #: driver/demo-Gtk-widgets.c:1230 driver/xscreensaver-demo.glade.h:73 +#: driver/xscreensaver-demo.glade2.h:52 msgid "The directory from which images will be randomly chosen." msgstr "Das Verzeichnis, aus dem ein zufälliges Bild geholt wird" @@ -418,12 +440,12 @@ msgid "XScreenSaver: Mode-Specific Settings" msgstr "Bildschirmschoner: Modus-Spezifische Einstellungen" #: driver/demo-Gtk-widgets.c:1460 driver/xscreensaver-demo.glade.h:64 -#: driver/xscreensaver-demo.glade2.h:36 +#: driver/xscreensaver-demo.glade2.h:47 msgid "Settings" msgstr "Einstellungen" #: driver/demo-Gtk-widgets.c:1489 driver/xscreensaver-demo.glade.h:66 -#: driver/xscreensaver-demo.glade2.h:38 +#: driver/xscreensaver-demo.glade2.h:49 msgid "Standard" msgstr "Grundlegend" @@ -432,7 +454,7 @@ msgid "Visual:" msgstr "Visuell:" #: driver/demo-Gtk-widgets.c:1544 driver/demo-Gtk-widgets.c:1567 -#: driver/demo-Gtk.c:1479 driver/demo-Gtk.c:2680 +#: driver/demo-Gtk.c:1518 driver/demo-Gtk.c:2850 #: driver/xscreensaver-demo.glade.h:5 driver/xscreensaver-demo.glade2.h:3 msgid "Any" msgstr "Beliebig" @@ -443,42 +465,42 @@ msgid "Best" msgstr "Bestmöglich" #: driver/demo-Gtk-widgets.c:1546 driver/xscreensaver-demo.glade.h:19 -#: driver/xscreensaver-demo.glade2.h:9 +#: driver/xscreensaver-demo.glade2.h:10 msgid "Default" msgstr "Vorgabe" #: driver/demo-Gtk-widgets.c:1547 driver/xscreensaver-demo.glade.h:20 -#: driver/xscreensaver-demo.glade2.h:10 +#: driver/xscreensaver-demo.glade2.h:11 msgid "Default-N" msgstr "Vorgabe-N" #: driver/demo-Gtk-widgets.c:1548 driver/xscreensaver-demo.glade.h:37 -#: driver/xscreensaver-demo.glade2.h:21 +#: driver/xscreensaver-demo.glade2.h:23 msgid "GL" msgstr "GL" #: driver/demo-Gtk-widgets.c:1549 driver/xscreensaver-demo.glade.h:74 -#: driver/xscreensaver-demo.glade2.h:41 +#: driver/xscreensaver-demo.glade2.h:53 msgid "TrueColor" msgstr "TrueColor" #: driver/demo-Gtk-widgets.c:1550 driver/xscreensaver-demo.glade.h:59 -#: driver/xscreensaver-demo.glade2.h:34 +#: driver/xscreensaver-demo.glade2.h:43 msgid "PseudoColor" msgstr "PseudoColor" #: driver/demo-Gtk-widgets.c:1551 driver/xscreensaver-demo.glade.h:69 -#: driver/xscreensaver-demo.glade2.h:39 +#: driver/xscreensaver-demo.glade2.h:50 msgid "StaticGray" msgstr "StaticGray" #: driver/demo-Gtk-widgets.c:1552 driver/xscreensaver-demo.glade.h:42 -#: driver/xscreensaver-demo.glade2.h:25 +#: driver/xscreensaver-demo.glade2.h:27 msgid "GrayScale" msgstr "Graustufen" #: driver/demo-Gtk-widgets.c:1553 driver/xscreensaver-demo.glade.h:24 -#: driver/xscreensaver-demo.glade2.h:13 +#: driver/xscreensaver-demo.glade2.h:15 msgid "DirectColor" msgstr "DirectColor" @@ -488,12 +510,12 @@ msgid "Color" msgstr "Farbe" #: driver/demo-Gtk-widgets.c:1555 driver/xscreensaver-demo.glade.h:41 -#: driver/xscreensaver-demo.glade2.h:24 +#: driver/xscreensaver-demo.glade2.h:26 msgid "Gray" msgstr "Grau" #: driver/demo-Gtk-widgets.c:1556 driver/xscreensaver-demo.glade.h:53 -#: driver/xscreensaver-demo.glade2.h:29 +#: driver/xscreensaver-demo.glade2.h:37 msgid "Mono" msgstr "Schwarz-Weiß" @@ -535,7 +557,7 @@ msgstr "Grundlegend <<" msgid "Back to the graphical configuration options." msgstr "Zurück zu den grafischen Konfigurationsoptionen" -#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:688 +#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:727 #: driver/xscreensaver-demo.glade.h:54 msgid "OK" msgstr "OK" @@ -544,21 +566,11 @@ msgstr "OK" msgid "Cancel" msgstr "Abbrechen" -#: driver/demo-Gtk.c:601 +#: driver/demo-Gtk.c:632 msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "Besuchen Sie http://www.jwz.org/xscreensaver/, um Updates zu erhalten" -#: driver/demo-Gtk.c:608 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:610 -#, fuzzy, c-format -msgid "Copyright 1991-2002 %s" -msgstr "Copyright 1991-2002 %s" - -#: driver/demo-Gtk.c:726 +#: driver/demo-Gtk.c:765 msgid "" "Error:\n" "\n" @@ -568,7 +580,7 @@ msgstr "" "\n" "Es wurde keine Adresse angegeben.\n" -#: driver/demo-Gtk.c:812 +#: driver/demo-Gtk.c:851 msgid "" "Error:\n" "\n" @@ -580,7 +592,7 @@ msgstr "" "Der XScreenSaver-Dämon konnte nicht korrekt gestartet werden.\n" "\n" -#: driver/demo-Gtk.c:818 +#: driver/demo-Gtk.c:857 msgid "" "You are running as root. This usually means that xscreensaver\n" "was unable to contact your X server because access control is\n" @@ -616,11 +628,11 @@ msgstr "" "Sie sollten X nicht als »root« ausführen. Anstattdessen sollten Sie\n" "sich als normaler Benutzer anmelden und falls notwendig »su« verwenden." -#: driver/demo-Gtk.c:834 +#: driver/demo-Gtk.c:873 msgid "Please check your $PATH and permissions." msgstr "Bitte überprüfen Sie Ihre $PATH-Variable und Berechtigungen." -#: driver/demo-Gtk.c:869 +#: driver/demo-Gtk.c:908 msgid "" "Error:\n" "\n" @@ -630,7 +642,7 @@ msgstr "" "\n" "Anfänglicher Dateiname konnte nicht ermittelt werden!\n" -#: driver/demo-Gtk.c:874 +#: driver/demo-Gtk.c:913 #, c-format msgid "" "Error:\n" @@ -641,7 +653,7 @@ msgstr "" "\n" "%s konnte nicht geschrieben werden\n" -#: driver/demo-Gtk.c:933 +#: driver/demo-Gtk.c:972 msgid "" "Error:\n" "\n" @@ -651,7 +663,7 @@ msgstr "" "\n" "kein »manualCommand«-Ressourcensatz." -#: driver/demo-Gtk.c:1114 +#: driver/demo-Gtk.c:1153 #, c-format msgid "" "Error:\n" @@ -662,7 +674,7 @@ msgstr "" "\n" "Zeitformat »%s« konnte nicht interpretiert werden\n" -#: driver/demo-Gtk.c:1779 +#: driver/demo-Gtk.c:1818 #, c-format msgid "" "Error:\n" @@ -673,23 +685,23 @@ msgstr "" "\n" "Verzeichnis »%s« existiert nicht\n" -#: driver/demo-Gtk.c:2376 +#: driver/demo-Gtk.c:2532 msgid "Descriptions not available: no XML support compiled in." msgstr "Beschreibungen nicht verfügbar: Keine XML-Unterstützung einkompiliert." -#: driver/demo-Gtk.c:2381 +#: driver/demo-Gtk.c:2537 msgid "No description available." msgstr "Keine Beschreibung verfügbar." -#: driver/demo-Gtk.c:2632 +#: driver/demo-Gtk.c:2802 msgid "Blank Screen" msgstr "Bildschirm schwärzen" -#: driver/demo-Gtk.c:2638 +#: driver/demo-Gtk.c:2808 msgid "Screen Saver Disabled" msgstr "Bildschirmschoner deaktiviert" -#: driver/demo-Gtk.c:2798 +#: driver/demo-Gtk.c:2996 #, c-format msgid "" "Warning:\n" @@ -700,15 +712,23 @@ msgstr "" "\n" "Datei »%s« wurde geändert, wird neu geladen.\n" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "No Preview" msgstr "Keine Vorschau" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "Available" msgstr "Verfügbar" -#: driver/demo-Gtk.c:3543 +#: driver/demo-Gtk.c:3079 +msgid "Not" +msgstr "" + +#: driver/demo-Gtk.c:3079 +msgid "Installed" +msgstr "" + +#: driver/demo-Gtk.c:3780 #, c-format msgid "" "Warning:\n" @@ -722,7 +742,7 @@ msgstr "" "für die Anzeige »%s« nicht.\n" "Soll er jetzt gestartet werden?" -#: driver/demo-Gtk.c:3553 +#: driver/demo-Gtk.c:3790 #, c-format msgid "" "Warning:\n" @@ -755,7 +775,7 @@ msgstr "" "den Bildschirmschoner als »%s« neu starten.\n" "\n" -#: driver/demo-Gtk.c:3578 +#: driver/demo-Gtk.c:3815 #, c-format msgid "" "Warning:\n" @@ -783,7 +803,7 @@ msgstr "" "\n" "Soll der Dämon auf »%s« jetzt als »%s« neu gestartet werden?\n" -#: driver/demo-Gtk.c:3600 +#: driver/demo-Gtk.c:3837 #, c-format msgid "" "Warning:\n" @@ -803,14 +823,19 @@ msgstr "" "\n" "Soll der XScreenSaver-Dämon jetzt neu gestartet werden?\n" -#: driver/demo-Gtk.c:3999 +#: driver/demo-Gtk.c:4272 #, c-format msgid "%s: unknown option: %s\n" msgstr "%s: Unbekannte Option »%s«\n" +#: driver/demo-Gtk.c:4335 +#, fuzzy +msgid "Screensaver Preferences" +msgstr "Bildschirmschoner" + #: driver/screensaver-properties.desktop.in.h:1 -msgid "Configure the settings of the screensaver." -msgstr "Die Einstellungen des Bildschirmschoners festlegen." +msgid "Change screensaver properties" +msgstr "" #: driver/screensaver-properties.desktop.in.h:2 msgid "Screensaver" @@ -828,40 +853,61 @@ msgstr "*" msgid "Choose _Random Image:" msgstr "Bild _zufällig wählen:" -#: driver/xscreensaver-demo.glade2.h:16 +#: driver/xscreensaver-demo.glade2.h:18 msgid "Display Subprocess _Errors" msgstr "Subprozess-_Fehler anzeigen" -#: driver/xscreensaver-demo.glade2.h:17 +#: driver/xscreensaver-demo.glade2.h:19 msgid "Display _Splash Screen at Startup" msgstr "_Begrüßungsbildschirm beim Start zeigen" -#: driver/xscreensaver-demo.glade2.h:18 +#: driver/xscreensaver-demo.glade2.h:20 msgid "F_ade Duration" msgstr "Ü_bergangsdauer" # CHECK -#: driver/xscreensaver-demo.glade2.h:19 +#: driver/xscreensaver-demo.glade2.h:21 msgid "Fade from Black When _Unblanking" msgstr "Übergang beim _Verlassen des Bildschirmschoners" -#: driver/xscreensaver-demo.glade2.h:20 +#: driver/xscreensaver-demo.glade2.h:22 msgid "Fade to Black when _Blanking" msgstr "Übergang beim _Schwärzen" -#: driver/xscreensaver-demo.glade2.h:22 +#: driver/xscreensaver-demo.glade2.h:24 msgid "Grab Desktop _Images" msgstr "Desktop-_Bilder holen" -#: driver/xscreensaver-demo.glade2.h:23 +#: driver/xscreensaver-demo.glade2.h:25 msgid "Grab _Video Frames" msgstr "_Video-Bilder holen" #: driver/xscreensaver-demo.glade2.h:28 +msgid "How long after the screen blanks until a password will be required." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:29 +#, fuzzy +msgid "How long before the screensaver activates." +msgstr "" +"Wie lange es dauert, bis der Bildschirm abgedunkelt wird und wieder aufhellt." + +#: driver/xscreensaver-demo.glade2.h:30 +msgid "" +"How long each display mode should run before choosing a new one (in Random " +"mode.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:32 +#, fuzzy +msgid "How long until the monitor goes completely black." +msgstr "Wie lange es dauert, bevor der Bildschirm komplett eingeschwärzt wird." + +#: driver/xscreensaver-demo.glade2.h:36 msgid "Install _Colormap" msgstr "Farbtabelle _installieren" -#: driver/xscreensaver-demo.glade2.h:30 +#: driver/xscreensaver-demo.glade2.h:38 msgid "" "No Preview\n" "Available" @@ -869,95 +915,111 @@ msgstr "" "Keine Vorschau\n" "verfügbar" -#: driver/xscreensaver-demo.glade2.h:33 -msgid "Preview of screen saver" -msgstr "Vorschau auf Bildschirmschoner" +#: driver/xscreensaver-demo.glade2.h:40 +msgid "" +"Not\n" +"Installed" +msgstr "" -#: driver/xscreensaver-demo.glade2.h:37 +#: driver/xscreensaver-demo.glade2.h:48 msgid "Stand_by After" msgstr "Stand_by nach" -#: driver/xscreensaver-demo.glade2.h:40 +#: driver/xscreensaver-demo.glade2.h:51 msgid "Sus_pend After" msgstr "Sus_pend-Modus nach" -#: driver/xscreensaver-demo.glade2.h:45 +#: driver/xscreensaver-demo.glade2.h:58 +#, fuzzy +msgid "" +"Whether the image-manipulating modes should operate on images captured from " +"the system's video input (if there is one.)" +msgstr "" +"Ob die Bildverarbeitungsmodi Bilder aus dem System-Videoeingang (falls " +"vorhanden) verwenden dürfen." + +#: driver/xscreensaver-demo.glade2.h:67 msgid "_Advanced" msgstr "_Komplex" -#: driver/xscreensaver-demo.glade2.h:46 +#: driver/xscreensaver-demo.glade2.h:68 msgid "_Advanced >>" msgstr "_Komplex >>" -#: driver/xscreensaver-demo.glade2.h:47 +#: driver/xscreensaver-demo.glade2.h:69 msgid "_Blank After" msgstr "_Schwärzen nach" -#: driver/xscreensaver-demo.glade2.h:49 +#: driver/xscreensaver-demo.glade2.h:71 msgid "_Browse" msgstr "_Auswählen" -#: driver/xscreensaver-demo.glade2.h:50 +#: driver/xscreensaver-demo.glade2.h:72 msgid "_Command Line:" msgstr "_Befehlszeile:" -#: driver/xscreensaver-demo.glade2.h:51 +#: driver/xscreensaver-demo.glade2.h:73 msgid "_Cycle After" msgstr "_Wechsel nach" -#: driver/xscreensaver-demo.glade2.h:52 +#: driver/xscreensaver-demo.glade2.h:74 msgid "_Display Modes" msgstr "_Display-Modi" -#: driver/xscreensaver-demo.glade2.h:57 +#: driver/xscreensaver-demo.glade2.h:79 msgid "_Lock Screen After" msgstr "Bildschirm s_perren nach" -#: driver/xscreensaver-demo.glade2.h:59 +#: driver/xscreensaver-demo.glade2.h:81 msgid "_Mode:" msgstr "_Modus:" -#: driver/xscreensaver-demo.glade2.h:60 +#: driver/xscreensaver-demo.glade2.h:82 msgid "_Off After" msgstr "_Aus nach" -#: driver/xscreensaver-demo.glade2.h:61 +#: driver/xscreensaver-demo.glade2.h:83 msgid "_Power Management Enabled" msgstr "_Energieverwaltung aktivieren" -#: driver/xscreensaver-demo.glade2.h:62 +#: driver/xscreensaver-demo.glade2.h:84 msgid "_Preview" msgstr "_VOrschau" -#: driver/xscreensaver-demo.glade2.h:63 +#: driver/xscreensaver-demo.glade2.h:85 msgid "_Quit" msgstr "_Beenden" -#: driver/xscreensaver-demo.glade2.h:65 +#: driver/xscreensaver-demo.glade2.h:87 msgid "_Settings..." msgstr "_Einstellungen..." -#: driver/xscreensaver-demo.glade2.h:66 +#: driver/xscreensaver-demo.glade2.h:88 msgid "_Standard <<" msgstr "_Grundlegend <<" -#: driver/xscreensaver-demo.glade2.h:67 -msgid "_Verbose Dialognostics" -msgstr "_Fehlerdiagnose für Dialoge aktivieren" +#: driver/xscreensaver-demo.glade2.h:89 +#, fuzzy +msgid "_Verbose Diagnostics" +msgstr "Fehlerdiagnose" -#: driver/xscreensaver-demo.glade2.h:68 +#: driver/xscreensaver-demo.glade2.h:90 msgid "_Visual:" msgstr "_Visuell:" -#: driver/xscreensaver-demo.glade2.h:69 +#: driver/xscreensaver-demo.glade2.h:91 msgid "dialog1" msgstr "Dialog 1" -#: driver/xscreensaver-demo.glade2.h:71 +#: driver/xscreensaver-demo.glade2.h:93 msgid "no preview" msgstr "Keine Vorschau" -#: driver/xscreensaver-demo.glade2.h:72 +#: driver/xscreensaver-demo.glade2.h:94 +msgid "not installed" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:95 msgid "preview" msgstr "Vorschau" @@ -969,85 +1031,95 @@ msgstr "Anemone" msgid "Arms" msgstr "Arme" -#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:5 +#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:6 #: hacks/config/apollonian.xml.h:5 hacks/config/atlantis.xml.h:4 -#: hacks/config/attraction.xml.h:8 hacks/config/blaster.xml.h:3 -#: hacks/config/blitspin.xml.h:4 hacks/config/bouboule.xml.h:3 +#: hacks/config/attraction.xml.h:8 hacks/config/atunnel.xml.h:3 +#: hacks/config/barcode.xml.h:4 hacks/config/blaster.xml.h:3 +#: hacks/config/blitspin.xml.h:4 hacks/config/blocktube.xml.h:4 +#: hacks/config/bouboule.xml.h:3 hacks/config/bouncingcow.xml.h:6 #: hacks/config/boxed.xml.h:4 hacks/config/braid.xml.h:4 #: hacks/config/bubble3d.xml.h:3 hacks/config/bubbles.xml.h:8 #: hacks/config/bumps.xml.h:3 hacks/config/cage.xml.h:2 -#: hacks/config/circuit.xml.h:4 hacks/config/compass.xml.h:3 -#: hacks/config/coral.xml.h:7 hacks/config/critical.xml.h:3 -#: hacks/config/crystal.xml.h:6 hacks/config/cubenetic.xml.h:8 +#: hacks/config/circuit.xml.h:4 hacks/config/cloudlife.xml.h:3 +#: hacks/config/compass.xml.h:3 hacks/config/coral.xml.h:7 +#: hacks/config/critical.xml.h:3 hacks/config/crystal.xml.h:6 +#: hacks/config/cubenetic.xml.h:8 hacks/config/cubestorm.xml.h:4 #: hacks/config/cynosure.xml.h:4 hacks/config/dangerball.xml.h:3 #: hacks/config/decayscreen.xml.h:2 hacks/config/deluxe.xml.h:4 #: hacks/config/demon.xml.h:4 hacks/config/discrete.xml.h:2 #: hacks/config/distort.xml.h:4 hacks/config/drift.xml.h:3 -#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:3 -#: hacks/config/epicycle.xml.h:5 hacks/config/euler2d.xml.h:3 -#: hacks/config/extrusion.xml.h:3 hacks/config/fadeplot.xml.h:4 -#: hacks/config/flag.xml.h:2 hacks/config/flame.xml.h:6 -#: hacks/config/flipscreen3d.xml.h:1 hacks/config/flow.xml.h:4 -#: hacks/config/fluidballs.xml.h:3 hacks/config/forest.xml.h:1 +#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:8 +#: hacks/config/epicycle.xml.h:5 hacks/config/eruption.xml.h:5 +#: hacks/config/euler2d.xml.h:3 hacks/config/extrusion.xml.h:3 +#: hacks/config/fadeplot.xml.h:4 hacks/config/flag.xml.h:2 +#: hacks/config/flame.xml.h:6 hacks/config/flipscreen3d.xml.h:1 +#: hacks/config/flow.xml.h:4 hacks/config/fluidballs.xml.h:5 +#: hacks/config/flyingtoasters.xml.h:5 hacks/config/forest.xml.h:1 #: hacks/config/galaxy.xml.h:3 hacks/config/gears.xml.h:2 -#: hacks/config/gflux.xml.h:6 hacks/config/glforestfire.xml.h:4 -#: hacks/config/glplanet.xml.h:2 hacks/config/glsnake.xml.h:5 -#: hacks/config/gltext.xml.h:3 hacks/config/goop.xml.h:4 -#: hacks/config/grav.xml.h:2 hacks/config/greynetic.xml.h:1 -#: hacks/config/halo.xml.h:2 hacks/config/hopalong.xml.h:9 -#: hacks/config/hyperball.xml.h:2 hacks/config/hypercube.xml.h:2 +#: hacks/config/gflux.xml.h:6 hacks/config/glblur.xml.h:4 +#: hacks/config/glforestfire.xml.h:4 hacks/config/glknots.xml.h:3 +#: hacks/config/glmatrix.xml.h:8 hacks/config/glplanet.xml.h:2 +#: hacks/config/glsnake.xml.h:5 hacks/config/gltext.xml.h:3 +#: hacks/config/goop.xml.h:4 hacks/config/grav.xml.h:2 +#: hacks/config/greynetic.xml.h:1 hacks/config/halo.xml.h:2 +#: hacks/config/hopalong.xml.h:9 hacks/config/hyperball.xml.h:2 +#: hacks/config/hypercube.xml.h:2 hacks/config/hypertorus.xml.h:6 #: hacks/config/ifs.xml.h:1 hacks/config/interference.xml.h:5 -#: hacks/config/jigsaw.xml.h:3 hacks/config/juggle.xml.h:3 -#: hacks/config/julia.xml.h:2 hacks/config/kaleidescope.xml.h:2 +#: hacks/config/jigglypuff.xml.h:6 hacks/config/jigsaw.xml.h:3 +#: hacks/config/juggle.xml.h:3 hacks/config/julia.xml.h:2 +#: hacks/config/kaleidescope.xml.h:2 hacks/config/klein.xml.h:2 #: hacks/config/kumppa.xml.h:3 hacks/config/lament.xml.h:2 #: hacks/config/laser.xml.h:3 hacks/config/lavalite.xml.h:10 #: hacks/config/lightning.xml.h:1 hacks/config/lisa.xml.h:2 #: hacks/config/lissie.xml.h:3 hacks/config/lmorph.xml.h:3 #: hacks/config/loop.xml.h:1 hacks/config/maze.xml.h:4 -#: hacks/config/menger.xml.h:3 hacks/config/moebius.xml.h:3 -#: hacks/config/moire2.xml.h:2 hacks/config/molecule.xml.h:10 -#: hacks/config/morph3d.xml.h:3 hacks/config/mountain.xml.h:2 -#: hacks/config/munch.xml.h:3 hacks/config/nerverot.xml.h:9 -#: hacks/config/penetrate.xml.h:3 hacks/config/penrose.xml.h:6 -#: hacks/config/petri.xml.h:5 hacks/config/phosphor.xml.h:3 +#: hacks/config/menger.xml.h:3 hacks/config/metaballs.xml.h:4 +#: hacks/config/moebius.xml.h:3 hacks/config/moire2.xml.h:2 +#: hacks/config/molecule.xml.h:10 hacks/config/morph3d.xml.h:3 +#: hacks/config/mountain.xml.h:2 hacks/config/munch.xml.h:3 +#: hacks/config/nerverot.xml.h:9 hacks/config/penetrate.xml.h:3 +#: hacks/config/penrose.xml.h:6 hacks/config/petri.xml.h:5 +#: hacks/config/phosphor.xml.h:3 hacks/config/piecewise.xml.h:4 #: hacks/config/pipes.xml.h:5 hacks/config/polyominoes.xml.h:2 -#: hacks/config/pulsar.xml.h:11 hacks/config/pyro.xml.h:4 -#: hacks/config/qix.xml.h:7 hacks/config/queens.xml.h:1 -#: hacks/config/rd-bomb.xml.h:9 hacks/config/ripples.xml.h:4 -#: hacks/config/rocks.xml.h:4 hacks/config/rotor.xml.h:3 -#: hacks/config/rubik.xml.h:3 hacks/config/sballs.xml.h:4 -#: hacks/config/shadebobs.xml.h:3 hacks/config/sierpinski.xml.h:2 -#: hacks/config/sierpinski3d.xml.h:2 hacks/config/slidescreen.xml.h:2 -#: hacks/config/slip.xml.h:2 hacks/config/speedmine.xml.h:3 -#: hacks/config/sphere.xml.h:2 hacks/config/spheremonics.xml.h:5 -#: hacks/config/spiral.xml.h:3 hacks/config/spotlight.xml.h:2 -#: hacks/config/sproingies.xml.h:2 hacks/config/squiral.xml.h:4 -#: hacks/config/stairs.xml.h:1 hacks/config/starfish.xml.h:3 -#: hacks/config/starwars.xml.h:6 hacks/config/strange.xml.h:2 -#: hacks/config/superquadrics.xml.h:3 hacks/config/swirl.xml.h:2 -#: hacks/config/t3d.xml.h:6 hacks/config/thornbird.xml.h:2 -#: hacks/config/triangle.xml.h:1 hacks/config/truchet.xml.h:1 -#: hacks/config/twang.xml.h:3 hacks/config/vines.xml.h:1 -#: hacks/config/webcollage.xml.h:4 hacks/config/worm.xml.h:3 -#: hacks/config/xearth.xml.h:7 hacks/config/xfishtank.xml.h:3 -#: hacks/config/xflame.xml.h:4 hacks/config/xjack.xml.h:1 -#: hacks/config/xmatrix.xml.h:5 hacks/config/xmountains.xml.h:1 -#: hacks/config/xrayswarm.xml.h:2 hacks/config/zoom.xml.h:2 +#: hacks/config/popsquares.xml.h:3 hacks/config/pulsar.xml.h:11 +#: hacks/config/pyro.xml.h:4 hacks/config/qix.xml.h:7 +#: hacks/config/queens.xml.h:1 hacks/config/rd-bomb.xml.h:9 +#: hacks/config/ripples.xml.h:4 hacks/config/rocks.xml.h:4 +#: hacks/config/rotor.xml.h:3 hacks/config/rubik.xml.h:3 +#: hacks/config/sballs.xml.h:4 hacks/config/shadebobs.xml.h:3 +#: hacks/config/sierpinski.xml.h:2 hacks/config/sierpinski3d.xml.h:2 +#: hacks/config/slidescreen.xml.h:2 hacks/config/slip.xml.h:2 +#: hacks/config/speedmine.xml.h:3 hacks/config/sphere.xml.h:2 +#: hacks/config/spheremonics.xml.h:5 hacks/config/spiral.xml.h:3 +#: hacks/config/spotlight.xml.h:2 hacks/config/sproingies.xml.h:2 +#: hacks/config/squiral.xml.h:4 hacks/config/stairs.xml.h:1 +#: hacks/config/starfish.xml.h:3 hacks/config/starwars.xml.h:6 +#: hacks/config/strange.xml.h:2 hacks/config/superquadrics.xml.h:4 +#: hacks/config/swirl.xml.h:2 hacks/config/t3d.xml.h:6 +#: hacks/config/thornbird.xml.h:2 hacks/config/triangle.xml.h:1 +#: hacks/config/truchet.xml.h:1 hacks/config/twang.xml.h:3 +#: hacks/config/vines.xml.h:1 hacks/config/webcollage.xml.h:4 +#: hacks/config/worm.xml.h:3 hacks/config/xearth.xml.h:7 +#: hacks/config/xfishtank.xml.h:3 hacks/config/xflame.xml.h:4 +#: hacks/config/xjack.xml.h:1 hacks/config/xmatrix.xml.h:5 +#: hacks/config/xmountains.xml.h:1 hacks/config/xrayswarm.xml.h:2 +#: hacks/config/zoom.xml.h:2 msgid "Fast" msgstr "Schnell" #: hacks/config/anemone.xml.h:4 hacks/config/blaster.xml.h:4 #: hacks/config/bouboule.xml.h:4 hacks/config/coral.xml.h:8 -#: hacks/config/cubenetic.xml.h:9 hacks/config/euler2d.xml.h:4 -#: hacks/config/flame.xml.h:7 hacks/config/fluidballs.xml.h:4 -#: hacks/config/kaleidescope.xml.h:3 hacks/config/lisa.xml.h:3 -#: hacks/config/pedal.xml.h:4 hacks/config/petri.xml.h:7 -#: hacks/config/qix.xml.h:8 hacks/config/thornbird.xml.h:3 -#: hacks/config/whirlwindwarp.xml.h:1 hacks/config/xfishtank.xml.h:4 +#: hacks/config/cubenetic.xml.h:9 hacks/config/eruption.xml.h:6 +#: hacks/config/euler2d.xml.h:4 hacks/config/flame.xml.h:7 +#: hacks/config/fluidballs.xml.h:6 hacks/config/kaleidescope.xml.h:3 +#: hacks/config/lisa.xml.h:3 hacks/config/pedal.xml.h:4 +#: hacks/config/petri.xml.h:7 hacks/config/qix.xml.h:8 +#: hacks/config/thornbird.xml.h:3 hacks/config/whirlwindwarp.xml.h:1 +#: hacks/config/xfishtank.xml.h:4 msgid "Few" msgstr "Wenige" -#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:8 +#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:9 #: hacks/config/apollonian.xml.h:7 hacks/config/attraction.xml.h:18 #: hacks/config/blaster.xml.h:6 hacks/config/bouboule.xml.h:5 #: hacks/config/braid.xml.h:7 hacks/config/coral.xml.h:9 @@ -1056,17 +1128,18 @@ msgstr "Wenige" #: hacks/config/deco.xml.h:5 hacks/config/deluxe.xml.h:6 #: hacks/config/demon.xml.h:6 hacks/config/discrete.xml.h:4 #: hacks/config/drift.xml.h:9 hacks/config/epicycle.xml.h:8 -#: hacks/config/euler2d.xml.h:8 hacks/config/fadeplot.xml.h:6 -#: hacks/config/flag.xml.h:5 hacks/config/flame.xml.h:11 -#: hacks/config/flow.xml.h:8 hacks/config/fluidballs.xml.h:13 -#: hacks/config/forest.xml.h:3 hacks/config/galaxy.xml.h:6 -#: hacks/config/grav.xml.h:4 hacks/config/halo.xml.h:4 -#: hacks/config/hopalong.xml.h:15 hacks/config/ifs.xml.h:3 -#: hacks/config/imsmap.xml.h:9 hacks/config/interference.xml.h:11 -#: hacks/config/julia.xml.h:6 hacks/config/kaleidescope.xml.h:5 -#: hacks/config/laser.xml.h:6 hacks/config/lightning.xml.h:3 -#: hacks/config/lisa.xml.h:5 hacks/config/lissie.xml.h:6 -#: hacks/config/loop.xml.h:4 hacks/config/moire.xml.h:5 +#: hacks/config/eruption.xml.h:12 hacks/config/euler2d.xml.h:8 +#: hacks/config/fadeplot.xml.h:6 hacks/config/flag.xml.h:5 +#: hacks/config/flame.xml.h:11 hacks/config/flow.xml.h:8 +#: hacks/config/fluidballs.xml.h:13 hacks/config/forest.xml.h:3 +#: hacks/config/galaxy.xml.h:6 hacks/config/grav.xml.h:4 +#: hacks/config/halo.xml.h:4 hacks/config/hopalong.xml.h:15 +#: hacks/config/ifs.xml.h:3 hacks/config/imsmap.xml.h:9 +#: hacks/config/interference.xml.h:11 hacks/config/julia.xml.h:6 +#: hacks/config/kaleidescope.xml.h:5 hacks/config/laser.xml.h:6 +#: hacks/config/lightning.xml.h:3 hacks/config/lisa.xml.h:5 +#: hacks/config/lissie.xml.h:6 hacks/config/loop.xml.h:4 +#: hacks/config/metaballs.xml.h:6 hacks/config/moire.xml.h:5 #: hacks/config/moire2.xml.h:3 hacks/config/mountain.xml.h:4 #: hacks/config/nerverot.xml.h:15 hacks/config/pedal.xml.h:6 #: hacks/config/penrose.xml.h:7 hacks/config/petri.xml.h:11 @@ -1084,111 +1157,131 @@ msgstr "Wenige" msgid "Many" msgstr "Viele" -#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:10 +#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:11 #: hacks/config/apollonian.xml.h:8 hacks/config/attraction.xml.h:19 #: hacks/config/bouboule.xml.h:6 hacks/config/braid.xml.h:9 #: hacks/config/critical.xml.h:5 hacks/config/crystal.xml.h:10 #: hacks/config/cynosure.xml.h:7 hacks/config/deco.xml.h:8 #: hacks/config/deluxe.xml.h:7 hacks/config/demon.xml.h:7 #: hacks/config/discrete.xml.h:6 hacks/config/drift.xml.h:10 -#: hacks/config/epicycle.xml.h:9 hacks/config/euler2d.xml.h:9 -#: hacks/config/fadeplot.xml.h:7 hacks/config/flag.xml.h:6 -#: hacks/config/flame.xml.h:12 hacks/config/flow.xml.h:9 -#: hacks/config/forest.xml.h:4 hacks/config/galaxy.xml.h:7 -#: hacks/config/grav.xml.h:5 hacks/config/halo.xml.h:6 -#: hacks/config/hopalong.xml.h:17 hacks/config/ifs.xml.h:4 -#: hacks/config/imsmap.xml.h:10 hacks/config/interference.xml.h:12 -#: hacks/config/julia.xml.h:7 hacks/config/laser.xml.h:8 -#: hacks/config/lightning.xml.h:4 hacks/config/lisa.xml.h:6 -#: hacks/config/lissie.xml.h:7 hacks/config/loop.xml.h:5 +#: hacks/config/epicycle.xml.h:9 hacks/config/eruption.xml.h:14 +#: hacks/config/euler2d.xml.h:9 hacks/config/fadeplot.xml.h:7 +#: hacks/config/flag.xml.h:6 hacks/config/flame.xml.h:12 +#: hacks/config/flow.xml.h:9 hacks/config/forest.xml.h:4 +#: hacks/config/galaxy.xml.h:7 hacks/config/grav.xml.h:5 +#: hacks/config/halo.xml.h:6 hacks/config/hopalong.xml.h:17 +#: hacks/config/ifs.xml.h:4 hacks/config/imsmap.xml.h:10 +#: hacks/config/interference.xml.h:12 hacks/config/julia.xml.h:7 +#: hacks/config/laser.xml.h:8 hacks/config/lightning.xml.h:4 +#: hacks/config/lisa.xml.h:6 hacks/config/lissie.xml.h:7 +#: hacks/config/loop.xml.h:5 hacks/config/metaballs.xml.h:10 #: hacks/config/moire.xml.h:7 hacks/config/moire2.xml.h:5 #: hacks/config/mountain.xml.h:6 hacks/config/penrose.xml.h:8 -#: hacks/config/polyominoes.xml.h:6 hacks/config/rd-bomb.xml.h:13 -#: hacks/config/rocks.xml.h:6 hacks/config/rotor.xml.h:7 -#: hacks/config/shadebobs.xml.h:6 hacks/config/sierpinski.xml.h:5 -#: hacks/config/slip.xml.h:5 hacks/config/sphere.xml.h:4 -#: hacks/config/spiral.xml.h:8 hacks/config/squiral.xml.h:10 -#: hacks/config/starfish.xml.h:6 hacks/config/strange.xml.h:6 -#: hacks/config/swirl.xml.h:5 hacks/config/thornbird.xml.h:5 -#: hacks/config/triangle.xml.h:4 hacks/config/vines.xml.h:3 -#: hacks/config/worm.xml.h:5 hacks/config/xearth.xml.h:17 -#: hacks/config/xfishtank.xml.h:9 +#: hacks/config/polyominoes.xml.h:6 hacks/config/popsquares.xml.h:4 +#: hacks/config/rd-bomb.xml.h:13 hacks/config/rocks.xml.h:6 +#: hacks/config/rotor.xml.h:7 hacks/config/shadebobs.xml.h:6 +#: hacks/config/sierpinski.xml.h:5 hacks/config/slip.xml.h:5 +#: hacks/config/sphere.xml.h:4 hacks/config/spiral.xml.h:8 +#: hacks/config/squiral.xml.h:10 hacks/config/starfish.xml.h:6 +#: hacks/config/strange.xml.h:6 hacks/config/swirl.xml.h:5 +#: hacks/config/thornbird.xml.h:5 hacks/config/triangle.xml.h:4 +#: hacks/config/vines.xml.h:3 hacks/config/worm.xml.h:5 +#: hacks/config/xearth.xml.h:17 hacks/config/xfishtank.xml.h:9 msgid "Number of Colors" msgstr "Farbanzahl" -#: hacks/config/anemone.xml.h:7 hacks/config/ant.xml.h:14 +#: hacks/config/anemone.xml.h:7 hacks/config/pyro.xml.h:8 +msgid "Often" +msgstr "Häufig" + +#: hacks/config/anemone.xml.h:8 +msgid "Rarely" +msgstr "" + +#: hacks/config/anemone.xml.h:9 hacks/config/ant.xml.h:15 #: hacks/config/apollonian.xml.h:11 hacks/config/atlantis.xml.h:13 -#: hacks/config/attraction.xml.h:26 hacks/config/blaster.xml.h:8 -#: hacks/config/blitspin.xml.h:7 hacks/config/bouboule.xml.h:8 +#: hacks/config/attraction.xml.h:26 hacks/config/atunnel.xml.h:6 +#: hacks/config/barcode.xml.h:6 hacks/config/blaster.xml.h:8 +#: hacks/config/blitspin.xml.h:7 hacks/config/blocktube.xml.h:9 +#: hacks/config/bouboule.xml.h:8 hacks/config/bouncingcow.xml.h:10 #: hacks/config/boxed.xml.h:6 hacks/config/braid.xml.h:11 #: hacks/config/bubble3d.xml.h:5 hacks/config/bubbles.xml.h:10 #: hacks/config/bumps.xml.h:4 hacks/config/cage.xml.h:4 -#: hacks/config/circuit.xml.h:10 hacks/config/compass.xml.h:4 -#: hacks/config/coral.xml.h:12 hacks/config/critical.xml.h:6 -#: hacks/config/crystal.xml.h:11 hacks/config/cubenetic.xml.h:22 +#: hacks/config/circuit.xml.h:10 hacks/config/cloudlife.xml.h:11 +#: hacks/config/compass.xml.h:4 hacks/config/coral.xml.h:12 +#: hacks/config/critical.xml.h:6 hacks/config/crystal.xml.h:11 +#: hacks/config/cubenetic.xml.h:22 hacks/config/cubestorm.xml.h:8 #: hacks/config/cynosure.xml.h:9 hacks/config/dangerball.xml.h:5 #: hacks/config/decayscreen.xml.h:17 hacks/config/deluxe.xml.h:8 #: hacks/config/demon.xml.h:8 hacks/config/discrete.xml.h:7 #: hacks/config/distort.xml.h:11 hacks/config/drift.xml.h:12 -#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:5 -#: hacks/config/epicycle.xml.h:10 hacks/config/euler2d.xml.h:14 -#: hacks/config/extrusion.xml.h:11 hacks/config/fadeplot.xml.h:8 -#: hacks/config/flag.xml.h:7 hacks/config/flame.xml.h:14 -#: hacks/config/flipscreen3d.xml.h:6 hacks/config/flow.xml.h:13 -#: hacks/config/fluidballs.xml.h:18 hacks/config/forest.xml.h:5 +#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:15 +#: hacks/config/epicycle.xml.h:10 hacks/config/eruption.xml.h:19 +#: hacks/config/euler2d.xml.h:14 hacks/config/extrusion.xml.h:11 +#: hacks/config/fadeplot.xml.h:8 hacks/config/flag.xml.h:7 +#: hacks/config/flame.xml.h:14 hacks/config/flipscreen3d.xml.h:6 +#: hacks/config/flow.xml.h:13 hacks/config/fluidballs.xml.h:18 +#: hacks/config/flyingtoasters.xml.h:11 hacks/config/forest.xml.h:5 #: hacks/config/galaxy.xml.h:10 hacks/config/gears.xml.h:7 -#: hacks/config/gflux.xml.h:12 hacks/config/glforestfire.xml.h:14 -#: hacks/config/glplanet.xml.h:6 hacks/config/glsnake.xml.h:12 -#: hacks/config/gltext.xml.h:13 hacks/config/goop.xml.h:10 -#: hacks/config/grav.xml.h:8 hacks/config/greynetic.xml.h:3 -#: hacks/config/halo.xml.h:9 hacks/config/hopalong.xml.h:21 -#: hacks/config/hyperball.xml.h:8 hacks/config/hypercube.xml.h:7 +#: hacks/config/gflux.xml.h:12 hacks/config/glblur.xml.h:14 +#: hacks/config/glforestfire.xml.h:14 hacks/config/glknots.xml.h:17 +#: hacks/config/glmatrix.xml.h:18 hacks/config/glplanet.xml.h:6 +#: hacks/config/glsnake.xml.h:12 hacks/config/gltext.xml.h:13 +#: hacks/config/goop.xml.h:10 hacks/config/grav.xml.h:8 +#: hacks/config/greynetic.xml.h:3 hacks/config/halo.xml.h:9 +#: hacks/config/hopalong.xml.h:21 hacks/config/hyperball.xml.h:8 +#: hacks/config/hypercube.xml.h:7 hacks/config/hypertorus.xml.h:13 #: hacks/config/ifs.xml.h:5 hacks/config/interference.xml.h:14 -#: hacks/config/jigsaw.xml.h:5 hacks/config/juggle.xml.h:7 -#: hacks/config/julia.xml.h:8 hacks/config/kaleidescope.xml.h:7 +#: hacks/config/jigglypuff.xml.h:16 hacks/config/jigsaw.xml.h:5 +#: hacks/config/juggle.xml.h:7 hacks/config/julia.xml.h:8 +#: hacks/config/kaleidescope.xml.h:7 hacks/config/klein.xml.h:7 #: hacks/config/kumppa.xml.h:8 hacks/config/lament.xml.h:6 -#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:26 +#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:27 #: hacks/config/lightning.xml.h:5 hacks/config/lisa.xml.h:8 #: hacks/config/lissie.xml.h:9 hacks/config/lmorph.xml.h:11 #: hacks/config/loop.xml.h:7 hacks/config/maze.xml.h:14 -#: hacks/config/menger.xml.h:16 hacks/config/moebius.xml.h:7 -#: hacks/config/moire2.xml.h:6 hacks/config/molecule.xml.h:22 -#: hacks/config/morph3d.xml.h:6 hacks/config/mountain.xml.h:7 -#: hacks/config/munch.xml.h:7 hacks/config/nerverot.xml.h:20 -#: hacks/config/penetrate.xml.h:6 hacks/config/penrose.xml.h:11 -#: hacks/config/petri.xml.h:23 hacks/config/phosphor.xml.h:6 +#: hacks/config/menger.xml.h:16 hacks/config/metaballs.xml.h:13 +#: hacks/config/moebius.xml.h:7 hacks/config/moire2.xml.h:6 +#: hacks/config/molecule.xml.h:22 hacks/config/morph3d.xml.h:6 +#: hacks/config/mountain.xml.h:7 hacks/config/munch.xml.h:7 +#: hacks/config/nerverot.xml.h:20 hacks/config/penetrate.xml.h:6 +#: hacks/config/penrose.xml.h:11 hacks/config/petri.xml.h:23 +#: hacks/config/phosphor.xml.h:6 hacks/config/piecewise.xml.h:9 #: hacks/config/pipes.xml.h:15 hacks/config/polyominoes.xml.h:10 -#: hacks/config/pulsar.xml.h:15 hacks/config/pyro.xml.h:13 -#: hacks/config/qix.xml.h:19 hacks/config/queens.xml.h:4 -#: hacks/config/rd-bomb.xml.h:17 hacks/config/ripples.xml.h:11 -#: hacks/config/rocks.xml.h:9 hacks/config/rotor.xml.h:11 -#: hacks/config/rubik.xml.h:9 hacks/config/sballs.xml.h:13 -#: hacks/config/shadebobs.xml.h:9 hacks/config/sierpinski.xml.h:7 -#: hacks/config/sierpinski3d.xml.h:8 hacks/config/slidescreen.xml.h:6 -#: hacks/config/slip.xml.h:7 hacks/config/speedmine.xml.h:13 -#: hacks/config/sphere.xml.h:5 hacks/config/spheremonics.xml.h:19 -#: hacks/config/spiral.xml.h:9 hacks/config/spotlight.xml.h:4 -#: hacks/config/sproingies.xml.h:6 hacks/config/squiral.xml.h:14 -#: hacks/config/stairs.xml.h:3 hacks/config/starfish.xml.h:8 -#: hacks/config/starwars.xml.h:12 hacks/config/strange.xml.h:7 -#: hacks/config/superquadrics.xml.h:7 hacks/config/swirl.xml.h:6 -#: hacks/config/t3d.xml.h:11 hacks/config/thornbird.xml.h:7 -#: hacks/config/triangle.xml.h:5 hacks/config/truchet.xml.h:2 -#: hacks/config/twang.xml.h:9 hacks/config/vines.xml.h:4 -#: hacks/config/webcollage.xml.h:7 hacks/config/worm.xml.h:7 -#: hacks/config/xearth.xml.h:22 hacks/config/xfishtank.xml.h:10 -#: hacks/config/xflame.xml.h:5 hacks/config/xjack.xml.h:2 -#: hacks/config/xmatrix.xml.h:14 hacks/config/xmountains.xml.h:4 -#: hacks/config/xrayswarm.xml.h:3 hacks/config/zoom.xml.h:6 +#: hacks/config/popsquares.xml.h:5 hacks/config/pulsar.xml.h:15 +#: hacks/config/pyro.xml.h:13 hacks/config/qix.xml.h:19 +#: hacks/config/queens.xml.h:4 hacks/config/rd-bomb.xml.h:17 +#: hacks/config/ripples.xml.h:11 hacks/config/rocks.xml.h:9 +#: hacks/config/rotor.xml.h:11 hacks/config/rubik.xml.h:9 +#: hacks/config/sballs.xml.h:13 hacks/config/shadebobs.xml.h:9 +#: hacks/config/sierpinski.xml.h:7 hacks/config/sierpinski3d.xml.h:8 +#: hacks/config/slidescreen.xml.h:6 hacks/config/slip.xml.h:7 +#: hacks/config/speedmine.xml.h:13 hacks/config/sphere.xml.h:5 +#: hacks/config/spheremonics.xml.h:19 hacks/config/spiral.xml.h:9 +#: hacks/config/spotlight.xml.h:4 hacks/config/sproingies.xml.h:6 +#: hacks/config/squiral.xml.h:14 hacks/config/stairs.xml.h:3 +#: hacks/config/starfish.xml.h:8 hacks/config/starwars.xml.h:12 +#: hacks/config/strange.xml.h:7 hacks/config/superquadrics.xml.h:8 +#: hacks/config/swirl.xml.h:6 hacks/config/t3d.xml.h:11 +#: hacks/config/thornbird.xml.h:7 hacks/config/triangle.xml.h:5 +#: hacks/config/truchet.xml.h:2 hacks/config/twang.xml.h:9 +#: hacks/config/vines.xml.h:4 hacks/config/webcollage.xml.h:7 +#: hacks/config/worm.xml.h:7 hacks/config/xearth.xml.h:22 +#: hacks/config/xfishtank.xml.h:10 hacks/config/xflame.xml.h:5 +#: hacks/config/xjack.xml.h:2 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xmountains.xml.h:4 hacks/config/xrayswarm.xml.h:3 +#: hacks/config/zoom.xml.h:6 msgid "Slow" msgstr "Langsam" -#: hacks/config/anemone.xml.h:8 hacks/config/ant.xml.h:16 +#: hacks/config/anemone.xml.h:10 hacks/config/ant.xml.h:17 #: hacks/config/apollonian.xml.h:12 hacks/config/attraction.xml.h:28 -#: hacks/config/blaster.xml.h:9 hacks/config/bouboule.xml.h:9 -#: hacks/config/braid.xml.h:12 hacks/config/bubble3d.xml.h:6 -#: hacks/config/bubbles.xml.h:11 hacks/config/bumps.xml.h:5 -#: hacks/config/cage.xml.h:6 hacks/config/circuit.xml.h:11 +#: hacks/config/atunnel.xml.h:7 hacks/config/barcode.xml.h:7 +#: hacks/config/blaster.xml.h:9 hacks/config/blocktube.xml.h:11 +#: hacks/config/bouboule.xml.h:9 hacks/config/braid.xml.h:12 +#: hacks/config/bubble3d.xml.h:6 hacks/config/bubbles.xml.h:11 +#: hacks/config/bumps.xml.h:5 hacks/config/cage.xml.h:6 +#: hacks/config/circuit.xml.h:11 hacks/config/cloudlife.xml.h:13 #: hacks/config/compass.xml.h:5 hacks/config/coral.xml.h:14 #: hacks/config/critical.xml.h:7 hacks/config/crystal.xml.h:12 #: hacks/config/cubenetic.xml.h:24 hacks/config/cynosure.xml.h:10 @@ -1196,12 +1289,13 @@ msgstr "Langsam" #: hacks/config/deluxe.xml.h:9 hacks/config/demon.xml.h:10 #: hacks/config/discrete.xml.h:9 hacks/config/distort.xml.h:13 #: hacks/config/drift.xml.h:13 hacks/config/endgame.xml.h:6 -#: hacks/config/engine.xml.h:6 hacks/config/epicycle.xml.h:11 -#: hacks/config/euler2d.xml.h:15 hacks/config/extrusion.xml.h:13 -#: hacks/config/fadeplot.xml.h:10 hacks/config/flag.xml.h:9 -#: hacks/config/flame.xml.h:15 hacks/config/flipscreen3d.xml.h:7 -#: hacks/config/flow.xml.h:16 hacks/config/fluidballs.xml.h:20 -#: hacks/config/forest.xml.h:6 hacks/config/galaxy.xml.h:11 +#: hacks/config/engine.xml.h:16 hacks/config/epicycle.xml.h:11 +#: hacks/config/eruption.xml.h:20 hacks/config/euler2d.xml.h:15 +#: hacks/config/extrusion.xml.h:13 hacks/config/fadeplot.xml.h:10 +#: hacks/config/flag.xml.h:9 hacks/config/flame.xml.h:15 +#: hacks/config/flipscreen3d.xml.h:7 hacks/config/flow.xml.h:16 +#: hacks/config/fluidballs.xml.h:20 hacks/config/forest.xml.h:6 +#: hacks/config/galaxy.xml.h:11 hacks/config/glblur.xml.h:17 #: hacks/config/glforestfire.xml.h:15 hacks/config/glplanet.xml.h:8 #: hacks/config/gltext.xml.h:15 hacks/config/goop.xml.h:11 #: hacks/config/grav.xml.h:9 hacks/config/greynetic.xml.h:4 @@ -1209,18 +1303,20 @@ msgstr "Langsam" #: hacks/config/hyperball.xml.h:9 hacks/config/hypercube.xml.h:8 #: hacks/config/ifs.xml.h:6 hacks/config/jigsaw.xml.h:7 #: hacks/config/juggle.xml.h:8 hacks/config/julia.xml.h:10 -#: hacks/config/kaleidescope.xml.h:8 hacks/config/kumppa.xml.h:9 -#: hacks/config/lament.xml.h:7 hacks/config/laser.xml.h:11 -#: hacks/config/lavalite.xml.h:29 hacks/config/lightning.xml.h:6 -#: hacks/config/lisa.xml.h:9 hacks/config/lissie.xml.h:11 -#: hacks/config/lmorph.xml.h:12 hacks/config/loop.xml.h:9 -#: hacks/config/menger.xml.h:18 hacks/config/moebius.xml.h:10 +#: hacks/config/kaleidescope.xml.h:8 hacks/config/klein.xml.h:8 +#: hacks/config/kumppa.xml.h:9 hacks/config/lament.xml.h:7 +#: hacks/config/laser.xml.h:11 hacks/config/lavalite.xml.h:30 +#: hacks/config/lightning.xml.h:6 hacks/config/lisa.xml.h:9 +#: hacks/config/lissie.xml.h:11 hacks/config/lmorph.xml.h:12 +#: hacks/config/loop.xml.h:9 hacks/config/menger.xml.h:18 +#: hacks/config/metaballs.xml.h:15 hacks/config/moebius.xml.h:10 #: hacks/config/moire2.xml.h:7 hacks/config/molecule.xml.h:24 #: hacks/config/morph3d.xml.h:7 hacks/config/mountain.xml.h:8 #: hacks/config/munch.xml.h:9 hacks/config/nerverot.xml.h:22 #: hacks/config/penrose.xml.h:12 hacks/config/petri.xml.h:25 -#: hacks/config/phosphor.xml.h:7 hacks/config/pipes.xml.h:16 -#: hacks/config/polyominoes.xml.h:11 hacks/config/pulsar.xml.h:17 +#: hacks/config/phosphor.xml.h:7 hacks/config/piecewise.xml.h:11 +#: hacks/config/pipes.xml.h:16 hacks/config/polyominoes.xml.h:11 +#: hacks/config/popsquares.xml.h:6 hacks/config/pulsar.xml.h:17 #: hacks/config/qix.xml.h:22 hacks/config/queens.xml.h:6 #: hacks/config/rotor.xml.h:12 hacks/config/rubik.xml.h:11 #: hacks/config/sballs.xml.h:14 hacks/config/shadebobs.xml.h:10 @@ -1231,40 +1327,46 @@ msgstr "Langsam" #: hacks/config/spotlight.xml.h:5 hacks/config/sproingies.xml.h:8 #: hacks/config/squiral.xml.h:16 hacks/config/stairs.xml.h:5 #: hacks/config/starfish.xml.h:9 hacks/config/strange.xml.h:8 -#: hacks/config/superquadrics.xml.h:9 hacks/config/swirl.xml.h:7 +#: hacks/config/superquadrics.xml.h:10 hacks/config/swirl.xml.h:7 #: hacks/config/t3d.xml.h:13 hacks/config/thornbird.xml.h:8 #: hacks/config/triangle.xml.h:6 hacks/config/truchet.xml.h:3 #: hacks/config/twang.xml.h:10 hacks/config/vines.xml.h:5 -#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:4 +#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:13 #: hacks/config/worm.xml.h:8 hacks/config/xearth.xml.h:25 #: hacks/config/xflame.xml.h:6 hacks/config/xjack.xml.h:3 -#: hacks/config/xmatrix.xml.h:17 hacks/config/xmountains.xml.h:5 +#: hacks/config/xmatrix.xml.h:18 hacks/config/xmountains.xml.h:5 #: hacks/config/xrayswarm.xml.h:4 hacks/config/zoom.xml.h:7 msgid "Speed" msgstr "Geschwindigkeit" -#: hacks/config/anemone.xml.h:9 +#: hacks/config/anemone.xml.h:11 msgid "Tentacles" msgstr "Tentakel" -#: hacks/config/anemone.xml.h:10 hacks/config/deluxe.xml.h:10 +#: hacks/config/anemone.xml.h:12 hacks/config/cubestorm.xml.h:11 +#: hacks/config/deluxe.xml.h:10 hacks/config/glknots.xml.h:19 #: hacks/config/lmorph.xml.h:13 hacks/config/starfish.xml.h:11 #: hacks/config/thornbird.xml.h:9 msgid "Thick" msgstr "Dick" -#: hacks/config/anemone.xml.h:11 hacks/config/moire2.xml.h:8 -#: hacks/config/thornbird.xml.h:10 +#: hacks/config/anemone.xml.h:13 hacks/config/glknots.xml.h:20 +#: hacks/config/moire2.xml.h:8 hacks/config/thornbird.xml.h:10 msgid "Thickness" msgstr "Dicke" -#: hacks/config/anemone.xml.h:12 hacks/config/deluxe.xml.h:11 +#: hacks/config/anemone.xml.h:14 hacks/config/cubestorm.xml.h:12 +#: hacks/config/deluxe.xml.h:11 hacks/config/glknots.xml.h:21 #: hacks/config/lmorph.xml.h:14 hacks/config/starfish.xml.h:12 #: hacks/config/thornbird.xml.h:11 msgid "Thin" msgstr "Dünn" -#: hacks/config/anemone.xml.h:13 hacks/config/ant.xml.h:21 +#: hacks/config/anemone.xml.h:15 +msgid "Turn speed" +msgstr "" + +#: hacks/config/anemone.xml.h:16 hacks/config/ant.xml.h:22 #: hacks/config/apollonian.xml.h:13 hacks/config/attraction.xml.h:32 #: hacks/config/bouboule.xml.h:11 hacks/config/braid.xml.h:13 #: hacks/config/critical.xml.h:8 hacks/config/crystal.xml.h:13 @@ -1281,25 +1383,30 @@ msgstr "Dünn" #: hacks/config/julia.xml.h:12 hacks/config/laser.xml.h:12 #: hacks/config/lightning.xml.h:8 hacks/config/lisa.xml.h:12 #: hacks/config/lissie.xml.h:13 hacks/config/loop.xml.h:12 -#: hacks/config/moire.xml.h:11 hacks/config/moire2.xml.h:9 -#: hacks/config/mountain.xml.h:9 hacks/config/nerverot.xml.h:23 -#: hacks/config/penrose.xml.h:13 hacks/config/polyominoes.xml.h:12 -#: hacks/config/rd-bomb.xml.h:20 hacks/config/rocks.xml.h:12 -#: hacks/config/rotor.xml.h:13 hacks/config/shadebobs.xml.h:12 -#: hacks/config/sierpinski.xml.h:12 hacks/config/slip.xml.h:12 -#: hacks/config/sphere.xml.h:8 hacks/config/spiral.xml.h:12 -#: hacks/config/squiral.xml.h:18 hacks/config/starfish.xml.h:14 -#: hacks/config/strange.xml.h:11 hacks/config/swirl.xml.h:9 -#: hacks/config/thornbird.xml.h:13 hacks/config/triangle.xml.h:8 -#: hacks/config/vines.xml.h:7 hacks/config/worm.xml.h:9 -#: hacks/config/xearth.xml.h:28 hacks/config/xfishtank.xml.h:11 +#: hacks/config/metaballs.xml.h:16 hacks/config/moire.xml.h:11 +#: hacks/config/moire2.xml.h:9 hacks/config/mountain.xml.h:9 +#: hacks/config/nerverot.xml.h:23 hacks/config/penrose.xml.h:13 +#: hacks/config/polyominoes.xml.h:12 hacks/config/rd-bomb.xml.h:20 +#: hacks/config/rocks.xml.h:12 hacks/config/rotor.xml.h:13 +#: hacks/config/shadebobs.xml.h:12 hacks/config/sierpinski.xml.h:12 +#: hacks/config/slip.xml.h:12 hacks/config/sphere.xml.h:8 +#: hacks/config/spiral.xml.h:12 hacks/config/squiral.xml.h:18 +#: hacks/config/starfish.xml.h:14 hacks/config/strange.xml.h:11 +#: hacks/config/swirl.xml.h:9 hacks/config/thornbird.xml.h:13 +#: hacks/config/triangle.xml.h:8 hacks/config/vines.xml.h:7 +#: hacks/config/worm.xml.h:9 hacks/config/xearth.xml.h:28 +#: hacks/config/xfishtank.xml.h:11 msgid "Two" msgstr "Zwei" -#: hacks/config/anemone.xml.h:14 +#: hacks/config/anemone.xml.h:17 msgid "Wiggling tentacles. By Gabriel Finch." msgstr "Wackelnde Tentakel. Von Gabriel Finch." +#: hacks/config/anemone.xml.h:18 +msgid "Withdraw freqency" +msgstr "" + #: hacks/config/ant.xml.h:1 msgid "" "A cellular automaton that is really a two-dimensional Turing machine: as the " @@ -1324,59 +1431,67 @@ msgstr "Ameisengröße" msgid "Ants Count" msgstr "Zahl der Ameisen" -#: hacks/config/ant.xml.h:6 +#: hacks/config/ant.xml.h:5 +#, fuzzy +msgid "Draw Eyes" +msgstr "Beschriftungen zeichnen" + +#: hacks/config/ant.xml.h:7 msgid "Four Sided Cells" msgstr "Vierseitige Zellen" -#: hacks/config/ant.xml.h:7 hacks/config/attraction.xml.h:13 -#: hacks/config/cubenetic.xml.h:11 hacks/config/demon.xml.h:5 -#: hacks/config/discrete.xml.h:3 hacks/config/distort.xml.h:5 -#: hacks/config/fadeplot.xml.h:5 hacks/config/flag.xml.h:4 -#: hacks/config/flow.xml.h:7 hacks/config/fluidballs.xml.h:12 +#: hacks/config/ant.xml.h:8 hacks/config/attraction.xml.h:13 +#: hacks/config/cloudlife.xml.h:7 hacks/config/cubenetic.xml.h:11 +#: hacks/config/demon.xml.h:5 hacks/config/discrete.xml.h:3 +#: hacks/config/distort.xml.h:5 hacks/config/fadeplot.xml.h:5 +#: hacks/config/flag.xml.h:4 hacks/config/flow.xml.h:7 +#: hacks/config/fluidballs.xml.h:12 hacks/config/halftone.xml.h:8 #: hacks/config/hopalong.xml.h:13 hacks/config/interference.xml.h:8 #: hacks/config/julia.xml.h:5 hacks/config/lissie.xml.h:4 #: hacks/config/loop.xml.h:2 hacks/config/moire.xml.h:4 -#: hacks/config/rd-bomb.xml.h:11 hacks/config/rorschach.xml.h:5 -#: hacks/config/rubik.xml.h:4 hacks/config/sierpinski.xml.h:3 -#: hacks/config/slip.xml.h:3 +#: hacks/config/piecewise.xml.h:5 hacks/config/rd-bomb.xml.h:11 +#: hacks/config/rorschach.xml.h:5 hacks/config/rubik.xml.h:4 +#: hacks/config/sierpinski.xml.h:3 hacks/config/slip.xml.h:3 msgid "Large" msgstr "Groß" -#: hacks/config/ant.xml.h:9 +#: hacks/config/ant.xml.h:10 msgid "Nine Sided Cells" msgstr "Neuseitige Zellen" -#: hacks/config/ant.xml.h:11 +#: hacks/config/ant.xml.h:12 msgid "Random Cell Shape" msgstr "Zufällige Zellform" -#: hacks/config/ant.xml.h:12 hacks/config/speedmine.xml.h:11 +#: hacks/config/ant.xml.h:13 hacks/config/speedmine.xml.h:11 msgid "Sharp Turns" msgstr "Scharfe Kurven" -#: hacks/config/ant.xml.h:13 +#: hacks/config/ant.xml.h:14 msgid "Six Sided Cells" msgstr "Sechsseitige Zellen" -#: hacks/config/ant.xml.h:15 hacks/config/attraction.xml.h:27 -#: hacks/config/cubenetic.xml.h:23 hacks/config/demon.xml.h:9 -#: hacks/config/discrete.xml.h:8 hacks/config/distort.xml.h:12 -#: hacks/config/fadeplot.xml.h:9 hacks/config/flag.xml.h:8 -#: hacks/config/flow.xml.h:15 hacks/config/fluidballs.xml.h:19 +#: hacks/config/ant.xml.h:16 hacks/config/attraction.xml.h:27 +#: hacks/config/cloudlife.xml.h:12 hacks/config/cubenetic.xml.h:23 +#: hacks/config/demon.xml.h:9 hacks/config/discrete.xml.h:8 +#: hacks/config/distort.xml.h:12 hacks/config/fadeplot.xml.h:9 +#: hacks/config/flag.xml.h:8 hacks/config/flow.xml.h:15 +#: hacks/config/fluidballs.xml.h:19 hacks/config/halftone.xml.h:14 #: hacks/config/hopalong.xml.h:22 hacks/config/interference.xml.h:15 #: hacks/config/julia.xml.h:9 hacks/config/lissie.xml.h:10 -#: hacks/config/loop.xml.h:8 hacks/config/moire.xml.h:9 +#: hacks/config/loop.xml.h:8 hacks/config/metaballs.xml.h:14 +#: hacks/config/moire.xml.h:9 hacks/config/piecewise.xml.h:10 #: hacks/config/rd-bomb.xml.h:18 hacks/config/rorschach.xml.h:8 #: hacks/config/rubik.xml.h:10 hacks/config/sierpinski.xml.h:8 #: hacks/config/slip.xml.h:8 msgid "Small" msgstr "Klein" -#: hacks/config/ant.xml.h:17 +#: hacks/config/ant.xml.h:18 msgid "Three Sided Cells" msgstr "Dreiseitige Zellen" -#: hacks/config/ant.xml.h:18 hacks/config/demon.xml.h:12 +#: hacks/config/ant.xml.h:19 hacks/config/demon.xml.h:12 #: hacks/config/discrete.xml.h:10 hacks/config/fadeplot.xml.h:11 #: hacks/config/flag.xml.h:12 hacks/config/flow.xml.h:17 #: hacks/config/lissie.xml.h:12 hacks/config/loop.xml.h:11 @@ -1385,11 +1500,11 @@ msgstr "Dreiseitige Zellen" msgid "Timeout" msgstr "Zeitüberschreitung" -#: hacks/config/ant.xml.h:19 +#: hacks/config/ant.xml.h:20 msgid "Truchet Lines" msgstr "Truchet-Linien" -#: hacks/config/ant.xml.h:20 +#: hacks/config/ant.xml.h:21 msgid "Twelve Sided Cells" msgstr "Zwölfseitige Zellen" @@ -1460,23 +1575,30 @@ msgstr "Geschwindigkeit der Haie" msgid "Shimmering Water" msgstr "Schimmerndes Wasser" -#: hacks/config/atlantis.xml.h:11 hacks/config/boxed.xml.h:5 +#: hacks/config/atlantis.xml.h:11 hacks/config/atunnel.xml.h:5 +#: hacks/config/blocktube.xml.h:8 hacks/config/boxed.xml.h:5 #: hacks/config/bubble3d.xml.h:4 hacks/config/cage.xml.h:3 #: hacks/config/circuit.xml.h:9 hacks/config/cubenetic.xml.h:21 -#: hacks/config/dangerball.xml.h:4 hacks/config/endgame.xml.h:4 -#: hacks/config/engine.xml.h:4 hacks/config/extrusion.xml.h:10 -#: hacks/config/flipscreen3d.xml.h:5 hacks/config/fluidballs.xml.h:17 -#: hacks/config/gears.xml.h:6 hacks/config/gflux.xml.h:11 -#: hacks/config/glforestfire.xml.h:13 hacks/config/glplanet.xml.h:5 -#: hacks/config/glsnake.xml.h:10 hacks/config/gltext.xml.h:12 -#: hacks/config/lament.xml.h:5 hacks/config/menger.xml.h:15 -#: hacks/config/moebius.xml.h:6 hacks/config/molecule.xml.h:21 -#: hacks/config/morph3d.xml.h:5 hacks/config/pipes.xml.h:14 -#: hacks/config/pulsar.xml.h:14 hacks/config/queens.xml.h:3 -#: hacks/config/rubik.xml.h:6 hacks/config/sballs.xml.h:12 -#: hacks/config/sierpinski3d.xml.h:6 hacks/config/spheremonics.xml.h:18 -#: hacks/config/sproingies.xml.h:4 hacks/config/stairs.xml.h:2 -#: hacks/config/starwars.xml.h:11 hacks/config/superquadrics.xml.h:6 +#: hacks/config/cubestorm.xml.h:7 hacks/config/dangerball.xml.h:4 +#: hacks/config/endgame.xml.h:4 hacks/config/engine.xml.h:14 +#: hacks/config/extrusion.xml.h:10 hacks/config/flipscreen3d.xml.h:5 +#: hacks/config/fluidballs.xml.h:17 hacks/config/flurry.xml.h:9 +#: hacks/config/flyingtoasters.xml.h:10 hacks/config/gears.xml.h:6 +#: hacks/config/gflux.xml.h:11 hacks/config/glblur.xml.h:13 +#: hacks/config/glforestfire.xml.h:13 hacks/config/glknots.xml.h:16 +#: hacks/config/glmatrix.xml.h:17 hacks/config/glplanet.xml.h:5 +#: hacks/config/glslideshow.xml.h:18 hacks/config/glsnake.xml.h:10 +#: hacks/config/gltext.xml.h:12 hacks/config/hypertorus.xml.h:12 +#: hacks/config/jigglypuff.xml.h:15 hacks/config/klein.xml.h:6 +#: hacks/config/lament.xml.h:5 hacks/config/lavalite.xml.h:26 +#: hacks/config/menger.xml.h:15 hacks/config/moebius.xml.h:6 +#: hacks/config/molecule.xml.h:21 hacks/config/morph3d.xml.h:5 +#: hacks/config/pipes.xml.h:14 hacks/config/pulsar.xml.h:14 +#: hacks/config/queens.xml.h:3 hacks/config/rubik.xml.h:6 +#: hacks/config/sballs.xml.h:12 hacks/config/sierpinski3d.xml.h:6 +#: hacks/config/spheremonics.xml.h:18 hacks/config/sproingies.xml.h:4 +#: hacks/config/stairs.xml.h:2 hacks/config/starwars.xml.h:11 +#: hacks/config/superquadrics.xml.h:7 msgid "Show Frames-per-Second" msgstr "Bilder pro Sekunde anzeigen" @@ -1487,13 +1609,14 @@ msgstr "Zurückhaltend" # CHECK - unklar, ob's überall passt #: hacks/config/atlantis.xml.h:14 hacks/config/boxed.xml.h:7 #: hacks/config/cage.xml.h:5 hacks/config/extrusion.xml.h:12 -#: hacks/config/gears.xml.h:8 hacks/config/glplanet.xml.h:7 -#: hacks/config/glsnake.xml.h:13 hacks/config/gltext.xml.h:14 -#: hacks/config/menger.xml.h:17 hacks/config/molecule.xml.h:23 -#: hacks/config/munch.xml.h:8 hacks/config/sierpinski3d.xml.h:9 -#: hacks/config/speedmine.xml.h:14 hacks/config/spheremonics.xml.h:21 -#: hacks/config/sproingies.xml.h:7 hacks/config/stairs.xml.h:4 -#: hacks/config/stonerview.xml.h:2 hacks/config/superquadrics.xml.h:8 +#: hacks/config/gears.xml.h:8 hacks/config/glblur.xml.h:15 +#: hacks/config/glplanet.xml.h:7 hacks/config/glsnake.xml.h:13 +#: hacks/config/gltext.xml.h:14 hacks/config/menger.xml.h:17 +#: hacks/config/molecule.xml.h:23 hacks/config/munch.xml.h:8 +#: hacks/config/sierpinski3d.xml.h:9 hacks/config/speedmine.xml.h:14 +#: hacks/config/spheremonics.xml.h:21 hacks/config/sproingies.xml.h:7 +#: hacks/config/stairs.xml.h:4 hacks/config/stonerview.xml.h:2 +#: hacks/config/superquadrics.xml.h:9 msgid "Solid" msgstr "Einfarbig" @@ -1508,18 +1631,22 @@ msgstr "" msgid "Whale Speed" msgstr "Geschwindigkeit der Wale" -#: hacks/config/atlantis.xml.h:17 hacks/config/boxed.xml.h:8 -#: hacks/config/cage.xml.h:8 hacks/config/dangerball.xml.h:11 -#: hacks/config/extrusion.xml.h:19 hacks/config/gears.xml.h:11 -#: hacks/config/glforestfire.xml.h:20 hacks/config/glplanet.xml.h:11 +#: hacks/config/atlantis.xml.h:17 hacks/config/atunnel.xml.h:10 +#: hacks/config/blocktube.xml.h:13 hacks/config/boxed.xml.h:8 +#: hacks/config/cage.xml.h:8 hacks/config/cubestorm.xml.h:14 +#: hacks/config/dangerball.xml.h:11 hacks/config/extrusion.xml.h:19 +#: hacks/config/flyingtoasters.xml.h:14 hacks/config/gears.xml.h:11 +#: hacks/config/glblur.xml.h:20 hacks/config/glforestfire.xml.h:20 +#: hacks/config/glknots.xml.h:23 hacks/config/glplanet.xml.h:11 #: hacks/config/glsnake.xml.h:16 hacks/config/gltext.xml.h:18 -#: hacks/config/lament.xml.h:9 hacks/config/lavalite.xml.h:31 -#: hacks/config/menger.xml.h:21 hacks/config/moebius.xml.h:11 -#: hacks/config/molecule.xml.h:26 hacks/config/pulsar.xml.h:20 -#: hacks/config/sballs.xml.h:18 hacks/config/sierpinski3d.xml.h:12 -#: hacks/config/speedmine.xml.h:18 hacks/config/spheremonics.xml.h:26 -#: hacks/config/sproingies.xml.h:10 hacks/config/stairs.xml.h:7 -#: hacks/config/stonerview.xml.h:4 hacks/config/superquadrics.xml.h:11 +#: hacks/config/jigglypuff.xml.h:25 hacks/config/lament.xml.h:9 +#: hacks/config/lavalite.xml.h:32 hacks/config/menger.xml.h:21 +#: hacks/config/moebius.xml.h:11 hacks/config/molecule.xml.h:26 +#: hacks/config/pulsar.xml.h:20 hacks/config/sballs.xml.h:18 +#: hacks/config/sierpinski3d.xml.h:12 hacks/config/speedmine.xml.h:18 +#: hacks/config/spheremonics.xml.h:26 hacks/config/sproingies.xml.h:10 +#: hacks/config/stairs.xml.h:7 hacks/config/stonerview.xml.h:4 +#: hacks/config/superquadrics.xml.h:12 msgid "Wireframe" msgstr "Drahtgitter" @@ -1535,7 +1662,7 @@ msgstr "Kugelanzahl" msgid "Ball Mass" msgstr "Kugelmasse" -#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:2 +#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:3 msgid "Balls" msgstr "Kugeln" @@ -1558,16 +1685,18 @@ msgid "Filled Splines" msgstr "Gefüllte Splines" #: hacks/config/attraction.xml.h:10 hacks/config/ccurve.xml.h:9 -#: hacks/config/cubenetic.xml.h:10 hacks/config/euler2d.xml.h:5 -#: hacks/config/flame.xml.h:9 hacks/config/goop.xml.h:6 -#: hacks/config/hopalong.xml.h:10 hacks/config/hyperball.xml.h:3 -#: hacks/config/hypercube.xml.h:3 hacks/config/interference.xml.h:6 +#: hacks/config/cloudlife.xml.h:5 hacks/config/cubenetic.xml.h:10 +#: hacks/config/euler2d.xml.h:5 hacks/config/flame.xml.h:9 +#: hacks/config/glslideshow.xml.h:13 hacks/config/goop.xml.h:6 +#: hacks/config/halftone.xml.h:7 hacks/config/hopalong.xml.h:10 +#: hacks/config/hyperball.xml.h:3 hacks/config/hypercube.xml.h:3 +#: hacks/config/interference.xml.h:6 hacks/config/jigglypuff.xml.h:8 #: hacks/config/kumppa.xml.h:4 hacks/config/lavalite.xml.h:12 #: hacks/config/nerverot.xml.h:11 hacks/config/petri.xml.h:8 #: hacks/config/pyro.xml.h:5 hacks/config/qix.xml.h:10 #: hacks/config/speedmine.xml.h:5 hacks/config/spheremonics.xml.h:6 #: hacks/config/spiral.xml.h:4 hacks/config/squiral.xml.h:6 -#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:4 +#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:5 #: hacks/config/t3d.xml.h:7 hacks/config/twang.xml.h:5 #: hacks/config/wander.xml.h:8 msgid "High" @@ -1597,15 +1726,17 @@ msgstr "" #: hacks/config/attraction.xml.h:15 hacks/config/deluxe.xml.h:5 #: hacks/config/lmorph.xml.h:7 hacks/config/pedal.xml.h:5 -#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:3 +#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:10 msgid "Lines" msgstr "Linien" -#: hacks/config/attraction.xml.h:16 hacks/config/braid.xml.h:6 -#: hacks/config/cynosure.xml.h:5 hacks/config/drift.xml.h:8 +#: hacks/config/attraction.xml.h:16 hacks/config/blocktube.xml.h:5 +#: hacks/config/braid.xml.h:6 hacks/config/cynosure.xml.h:5 +#: hacks/config/drift.xml.h:8 hacks/config/eruption.xml.h:11 #: hacks/config/euler2d.xml.h:6 hacks/config/galaxy.xml.h:5 -#: hacks/config/juggle.xml.h:5 hacks/config/laser.xml.h:5 -#: hacks/config/menger.xml.h:4 hacks/config/munch.xml.h:4 +#: hacks/config/juggle.xml.h:5 hacks/config/klein.xml.h:4 +#: hacks/config/laser.xml.h:5 hacks/config/menger.xml.h:4 +#: hacks/config/metaballs.xml.h:5 hacks/config/munch.xml.h:4 #: hacks/config/nerverot.xml.h:13 hacks/config/petri.xml.h:9 #: hacks/config/polyominoes.xml.h:4 hacks/config/rotor.xml.h:5 #: hacks/config/shadebobs.xml.h:4 hacks/config/sierpinski3d.xml.h:3 @@ -1615,16 +1746,18 @@ msgid "Long" msgstr "Lang" #: hacks/config/attraction.xml.h:17 hacks/config/ccurve.xml.h:10 -#: hacks/config/cubenetic.xml.h:12 hacks/config/euler2d.xml.h:7 -#: hacks/config/flame.xml.h:10 hacks/config/goop.xml.h:7 -#: hacks/config/hopalong.xml.h:14 hacks/config/hyperball.xml.h:6 -#: hacks/config/hypercube.xml.h:5 hacks/config/interference.xml.h:9 +#: hacks/config/cloudlife.xml.h:8 hacks/config/cubenetic.xml.h:12 +#: hacks/config/euler2d.xml.h:7 hacks/config/flame.xml.h:10 +#: hacks/config/glslideshow.xml.h:15 hacks/config/goop.xml.h:7 +#: hacks/config/halftone.xml.h:9 hacks/config/hopalong.xml.h:14 +#: hacks/config/hyperball.xml.h:6 hacks/config/hypercube.xml.h:5 +#: hacks/config/interference.xml.h:9 hacks/config/jigglypuff.xml.h:11 #: hacks/config/kumppa.xml.h:6 hacks/config/lavalite.xml.h:14 #: hacks/config/nerverot.xml.h:14 hacks/config/petri.xml.h:10 #: hacks/config/pyro.xml.h:7 hacks/config/qix.xml.h:13 #: hacks/config/speedmine.xml.h:6 hacks/config/spheremonics.xml.h:8 #: hacks/config/spiral.xml.h:5 hacks/config/squiral.xml.h:8 -#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:5 +#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:6 #: hacks/config/t3d.xml.h:8 hacks/config/twang.xml.h:7 #: hacks/config/wander.xml.h:11 msgid "Low" @@ -1650,10 +1783,12 @@ msgstr "Radius" msgid "Repulsion Threshold" msgstr "Schwellwert für Rückstoß" -#: hacks/config/attraction.xml.h:25 hacks/config/braid.xml.h:10 -#: hacks/config/cynosure.xml.h:8 hacks/config/drift.xml.h:11 +#: hacks/config/attraction.xml.h:25 hacks/config/blocktube.xml.h:7 +#: hacks/config/braid.xml.h:10 hacks/config/cynosure.xml.h:8 +#: hacks/config/drift.xml.h:11 hacks/config/eruption.xml.h:18 #: hacks/config/euler2d.xml.h:12 hacks/config/galaxy.xml.h:8 -#: hacks/config/laser.xml.h:9 hacks/config/menger.xml.h:14 +#: hacks/config/klein.xml.h:5 hacks/config/laser.xml.h:9 +#: hacks/config/menger.xml.h:14 hacks/config/metaballs.xml.h:12 #: hacks/config/munch.xml.h:6 hacks/config/nerverot.xml.h:19 #: hacks/config/petri.xml.h:22 hacks/config/polyominoes.xml.h:9 #: hacks/config/rotor.xml.h:9 hacks/config/shadebobs.xml.h:8 @@ -1675,6 +1810,56 @@ msgstr "Schwänze" msgid "Trail Length" msgstr "Schwanzlänge" +#: hacks/config/atunnel.xml.h:1 +msgid "Atunnel" +msgstr "" + +#: hacks/config/atunnel.xml.h:2 +msgid "" +"Draws an animation of a textured tunnel in GL. Requires OpenGL, and a " +"machine with fast hardware support for texture maps. Written by Eric " +"Lassauge and Roman Podobedov." +msgstr "" + +#: hacks/config/atunnel.xml.h:4 hacks/config/distort.xml.h:9 +#: hacks/config/glforestfire.xml.h:10 hacks/config/lament.xml.h:4 +#: hacks/config/sballs.xml.h:6 +msgid "Normal" +msgstr "Normal" + +#: hacks/config/atunnel.xml.h:8 hacks/config/glforestfire.xml.h:18 +#: hacks/config/lament.xml.h:8 hacks/config/sballs.xml.h:17 +msgid "Untextured" +msgstr "Untexturiert" + +#: hacks/config/atunnel.xml.h:9 +#, fuzzy +msgid "Use light" +msgstr "Beleuchten" + +#: hacks/config/barcode.xml.h:1 +#, fuzzy +msgid "Barcode" +msgstr "Auswählen" + +#: hacks/config/barcode.xml.h:2 +msgid "Barcode Clock (24 Hour)" +msgstr "" + +#: hacks/config/barcode.xml.h:3 +msgid "Barcode Clock (AM/PM)" +msgstr "" + +#: hacks/config/barcode.xml.h:5 +msgid "Scrolling Barcodes" +msgstr "" + +#: hacks/config/barcode.xml.h:8 +msgid "" +"This draws a random sequence of colorful barcodes scrolling across your " +"screen. CONSUME! By Dan Bornstein." +msgstr "" + #: hacks/config/blaster.xml.h:1 msgid "Blaster" msgstr "Blaster" @@ -1734,6 +1919,34 @@ msgid "" "image and rotate that." msgstr "" +#: hacks/config/blocktube.xml.h:1 +msgid "BlockTube" +msgstr "" + +#: hacks/config/blocktube.xml.h:2 +msgid "Color Change Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:3 +msgid "Color Hold Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:6 +#, fuzzy +msgid "Reflective Blocks" +msgstr "Reflexionen" + +#: hacks/config/blocktube.xml.h:10 +#, fuzzy +msgid "Solid Blocks" +msgstr "Fester Boden" + +#: hacks/config/blocktube.xml.h:12 +msgid "" +"This hack draws a swirling, falling tunnel of reflective slabs. They fade " +"from hue to hue. Written by Lars R. Damerow." +msgstr "" + #: hacks/config/bouboule.xml.h:1 msgid "Bouboule" msgstr "Bouboule" @@ -1752,13 +1965,52 @@ msgid "" "spots painted on its invisible surface. Written by Jeremie Petit." msgstr "" -#: hacks/config/boxed.xml.h:1 hacks/config/gears.xml.h:1 -#: hacks/config/gflux.xml.h:1 hacks/config/pyro.xml.h:1 +#: hacks/config/bouncingcow.xml.h:1 +msgid "A Cow. A Trampoline. Together, they fight crime. By Jamie Zawinski." +msgstr "" + +#: hacks/config/bouncingcow.xml.h:2 hacks/config/boxed.xml.h:1 +#: hacks/config/cubestorm.xml.h:1 hacks/config/flyingtoasters.xml.h:3 +#: hacks/config/gears.xml.h:1 hacks/config/gflux.xml.h:1 +#: hacks/config/glknots.xml.h:1 hacks/config/glmatrix.xml.h:1 +#: hacks/config/jigglypuff.xml.h:1 hacks/config/pyro.xml.h:1 #: hacks/config/rd-bomb.xml.h:6 hacks/config/rocks.xml.h:1 #: hacks/config/starwars.xml.h:1 hacks/config/xfishtank.xml.h:1 msgid "Animation Speed" msgstr "Animationsgeschwindigkeit" +#: hacks/config/bouncingcow.xml.h:3 +msgid "Beefy Cow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:4 +#, fuzzy +msgid "Bounce Speed" +msgstr "Lösungsgeschwindigkeit" + +#: hacks/config/bouncingcow.xml.h:5 +msgid "BouncingCow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:7 +msgid "Herd" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:8 +#, fuzzy +msgid "Moo" +msgstr "Schwarz-Weiß" + +#: hacks/config/bouncingcow.xml.h:9 +#, fuzzy +msgid "Number of Cows" +msgstr "Farbanzahl" + +#: hacks/config/bouncingcow.xml.h:11 +#, fuzzy +msgid "Wireframe Cow" +msgstr "Drahtgitter" + #: hacks/config/boxed.xml.h:2 msgid "Boxed" msgstr "Eingeboxt" @@ -1783,23 +2035,24 @@ msgstr "" "Zeichnet zufällige, die Farbe wechselnde, ineinander verflochtene, " "konzentrische Kreise. Geschrieben von John Neil." -#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:8 +#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:9 #: hacks/config/ccurve.xml.h:7 hacks/config/coral.xml.h:6 #: hacks/config/cynosure.xml.h:3 hacks/config/deco.xml.h:4 #: hacks/config/drift.xml.h:2 hacks/config/epicycle.xml.h:3 -#: hacks/config/euler2d.xml.h:1 hacks/config/flame.xml.h:5 -#: hacks/config/galaxy.xml.h:2 hacks/config/glsnake.xml.h:4 -#: hacks/config/helix.xml.h:3 hacks/config/hopalong.xml.h:2 -#: hacks/config/imsmap.xml.h:6 hacks/config/laser.xml.h:2 -#: hacks/config/menger.xml.h:2 hacks/config/moire.xml.h:3 -#: hacks/config/molecule.xml.h:9 hacks/config/munch.xml.h:2 -#: hacks/config/nerverot.xml.h:8 hacks/config/pedal.xml.h:3 -#: hacks/config/penrose.xml.h:5 hacks/config/polyominoes.xml.h:1 -#: hacks/config/rorschach.xml.h:3 hacks/config/rotzoomer.xml.h:5 -#: hacks/config/shadebobs.xml.h:2 hacks/config/sierpinski3d.xml.h:1 -#: hacks/config/spheremonics.xml.h:4 hacks/config/starfish.xml.h:2 -#: hacks/config/vidwhacker.xml.h:3 hacks/config/wander.xml.h:7 -#: hacks/config/xspirograph.xml.h:3 +#: hacks/config/eruption.xml.h:3 hacks/config/euler2d.xml.h:1 +#: hacks/config/flame.xml.h:5 hacks/config/galaxy.xml.h:2 +#: hacks/config/glsnake.xml.h:4 hacks/config/helix.xml.h:3 +#: hacks/config/hopalong.xml.h:2 hacks/config/imsmap.xml.h:6 +#: hacks/config/klein.xml.h:1 hacks/config/laser.xml.h:2 +#: hacks/config/menger.xml.h:2 hacks/config/metaballs.xml.h:3 +#: hacks/config/moire.xml.h:3 hacks/config/molecule.xml.h:9 +#: hacks/config/munch.xml.h:2 hacks/config/nerverot.xml.h:8 +#: hacks/config/pedal.xml.h:3 hacks/config/penrose.xml.h:5 +#: hacks/config/polyominoes.xml.h:1 hacks/config/rorschach.xml.h:3 +#: hacks/config/rotzoomer.xml.h:5 hacks/config/shadebobs.xml.h:2 +#: hacks/config/sierpinski3d.xml.h:1 hacks/config/spheremonics.xml.h:4 +#: hacks/config/starfish.xml.h:2 hacks/config/vidwhacker.xml.h:3 +#: hacks/config/wander.xml.h:7 hacks/config/xspirograph.xml.h:3 msgid "Duration" msgstr "Dauer" @@ -1826,18 +2079,22 @@ msgid "AmigaDOS" msgstr "AmigaDOS" #: hacks/config/bsod.xml.h:4 +msgid "Apple II" +msgstr "" + +#: hacks/config/bsod.xml.h:5 msgid "Atari" msgstr "Atari" -#: hacks/config/bsod.xml.h:5 +#: hacks/config/bsod.xml.h:6 msgid "BSD" msgstr "BSD" -#: hacks/config/bsod.xml.h:6 +#: hacks/config/bsod.xml.h:7 msgid "BSOD" msgstr "Bluescreen des Todes" -#: hacks/config/bsod.xml.h:7 +#: hacks/config/bsod.xml.h:8 msgid "" "BSOD stands for ``Blue Screen of Death.'' The finest in personal computer " "emulation, this hack simulates popular screen savers from a number of less " @@ -1847,43 +2104,61 @@ msgstr "" "Computeremulation. Dieser Hack simuliert beliebte Bildschirmschoner weniger " "robuster Betriebssysteme." -#: hacks/config/bsod.xml.h:9 +#: hacks/config/bsod.xml.h:10 +msgid "HPUX" +msgstr "" + +#: hacks/config/bsod.xml.h:11 +#, fuzzy +msgid "Linux" +msgstr "Sparc Linux" + +#: hacks/config/bsod.xml.h:12 msgid "Mac Bomb" msgstr "Mac-Bombe" -#: hacks/config/bsod.xml.h:10 +#: hacks/config/bsod.xml.h:13 +msgid "MacOS X" +msgstr "" + +#: hacks/config/bsod.xml.h:14 msgid "MacsBug" msgstr "MacsBug" -#: hacks/config/bsod.xml.h:11 +#: hacks/config/bsod.xml.h:15 msgid "NCD X Terminal" msgstr "NCD X-Terminal" -#: hacks/config/bsod.xml.h:12 +#: hacks/config/bsod.xml.h:16 +msgid "OS/390" +msgstr "" + +#: hacks/config/bsod.xml.h:17 msgid "SCO" msgstr "SCO" -#: hacks/config/bsod.xml.h:13 +#: hacks/config/bsod.xml.h:18 msgid "Sad Mac" msgstr "Sad Mac" -#: hacks/config/bsod.xml.h:14 +#: hacks/config/bsod.xml.h:19 msgid "Solaris" msgstr "Solaris" -#: hacks/config/bsod.xml.h:15 +#: hacks/config/bsod.xml.h:20 msgid "Sparc Linux" msgstr "Sparc Linux" -#: hacks/config/bsod.xml.h:16 -msgid "Windows" -msgstr "Windows" - -#: hacks/config/bsod.xml.h:17 +#: hacks/config/bsod.xml.h:21 msgid "Windows 2000" msgstr "Windows 2000" -#: hacks/config/bsod.xml.h:18 +#: hacks/config/bsod.xml.h:22 +#, fuzzy +msgid "Windows 3.1" +msgstr "Windows" + +#: hacks/config/bsod.xml.h:23 msgid "Windows NT" msgstr "Windows NT" @@ -1986,7 +2261,7 @@ msgstr "Verzögerung" #: hacks/config/ccurve.xml.h:6 hacks/config/coral.xml.h:5 #: hacks/config/imsmap.xml.h:5 hacks/config/kumppa.xml.h:1 #: hacks/config/qix.xml.h:6 hacks/config/squiral.xml.h:2 -#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:3 +#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:2 msgid "Density" msgstr "Dichte" @@ -2029,18 +2304,57 @@ msgstr "Rotieren" msgid "Rotation Speed" msgstr "Rotationsgeschwindigkeit" -#: hacks/config/circuit.xml.h:12 hacks/config/dangerball.xml.h:9 -#: hacks/config/engine.xml.h:7 +#: hacks/config/circuit.xml.h:12 hacks/config/cubestorm.xml.h:9 +#: hacks/config/dangerball.xml.h:9 hacks/config/engine.xml.h:17 +#: hacks/config/klein.xml.h:9 hacks/config/whirlygig.xml.h:14 msgid "Spin" msgstr "Drehen" +#: hacks/config/cloudlife.xml.h:1 hacks/config/demon.xml.h:2 +#: hacks/config/petri.xml.h:1 +msgid "Cell Size" +msgstr "Zellgröße" + +#: hacks/config/cloudlife.xml.h:2 +msgid "CloudLife" +msgstr "" + +#: hacks/config/cloudlife.xml.h:4 +msgid "" +"Generates cloud-like formations based on a variant of Conway's Life. The " +"difference is that cells have a maximum age, after which they count as 3 for " +"populating the next generation. This makes long-lived formations explode " +"instead of just sitting there burning a hole in your screen. Written by Don " +"Marti." +msgstr "" + +#: hacks/config/cloudlife.xml.h:6 +#, fuzzy +msgid "Initial Density" +msgstr "Teilchendichte" + +#: hacks/config/cloudlife.xml.h:9 +#, fuzzy +msgid "Max Age" +msgstr "Max. Größe" + +#: hacks/config/cloudlife.xml.h:10 +msgid "Old" +msgstr "" + +#: hacks/config/cloudlife.xml.h:14 +#, fuzzy +msgid "Young" +msgstr "Lang" + #: hacks/config/compass.xml.h:1 msgid "Compass" msgstr "Kompass" #: hacks/config/compass.xml.h:2 hacks/config/deluxe.xml.h:3 #: hacks/config/interference.xml.h:4 hacks/config/kumppa.xml.h:2 -#: hacks/config/nerverot.xml.h:6 hacks/config/pipes.xml.h:4 +#: hacks/config/nerverot.xml.h:6 hacks/config/piecewise.xml.h:3 +#: hacks/config/pipes.xml.h:4 msgid "Double Buffer" msgstr "Doppel-Puffer" @@ -2060,10 +2374,10 @@ msgid "1 Minute" msgstr "1 Minute" #: hacks/config/coral.xml.h:2 hacks/config/deco.xml.h:2 -#: hacks/config/helix.xml.h:2 hacks/config/imsmap.xml.h:2 -#: hacks/config/moire.xml.h:2 hacks/config/pedal.xml.h:2 -#: hacks/config/penrose.xml.h:1 hacks/config/rorschach.xml.h:2 -#: hacks/config/xspirograph.xml.h:2 +#: hacks/config/glslideshow.xml.h:1 hacks/config/helix.xml.h:2 +#: hacks/config/imsmap.xml.h:2 hacks/config/moire.xml.h:2 +#: hacks/config/pedal.xml.h:2 hacks/config/penrose.xml.h:1 +#: hacks/config/rorschach.xml.h:2 hacks/config/xspirograph.xml.h:2 msgid "1 Second" msgstr "1 Sekunde" @@ -2072,6 +2386,7 @@ msgid "Coral" msgstr "Koralle" #: hacks/config/coral.xml.h:4 hacks/config/gflux.xml.h:3 +#: hacks/config/glblur.xml.h:2 hacks/config/glmatrix.xml.h:3 #: hacks/config/imsmap.xml.h:4 hacks/config/lavalite.xml.h:6 #: hacks/config/pyro.xml.h:2 hacks/config/qix.xml.h:5 #: hacks/config/squiral.xml.h:1 hacks/config/xearth.xml.h:4 @@ -2090,10 +2405,11 @@ msgstr "" "Frederick Röber." #: hacks/config/coral.xml.h:13 hacks/config/gflux.xml.h:13 -#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:28 +#: hacks/config/glblur.xml.h:16 hacks/config/glmatrix.xml.h:19 +#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:29 #: hacks/config/pyro.xml.h:14 hacks/config/qix.xml.h:21 #: hacks/config/squiral.xml.h:15 hacks/config/xearth.xml.h:24 -#: hacks/config/xmatrix.xml.h:16 +#: hacks/config/xmatrix.xml.h:17 msgid "Sparse" msgstr "" @@ -2130,13 +2446,13 @@ msgstr "Auf dem Bildschirm zentrieren" #: hacks/config/grav.xml.h:1 hacks/config/julia.xml.h:1 #: hacks/config/laser.xml.h:1 hacks/config/lisa.xml.h:1 #: hacks/config/lissie.xml.h:2 hacks/config/morph3d.xml.h:2 -#: hacks/config/mountain.xml.h:1 hacks/config/qix.xml.h:4 -#: hacks/config/rocks.xml.h:2 hacks/config/rotor.xml.h:2 -#: hacks/config/rubik.xml.h:1 hacks/config/shadebobs.xml.h:1 -#: hacks/config/sierpinski.xml.h:1 hacks/config/slip.xml.h:1 -#: hacks/config/spiral.xml.h:1 hacks/config/sproingies.xml.h:1 -#: hacks/config/superquadrics.xml.h:1 hacks/config/swirl.xml.h:1 -#: hacks/config/worm.xml.h:2 +#: hacks/config/mountain.xml.h:1 hacks/config/piecewise.xml.h:2 +#: hacks/config/qix.xml.h:4 hacks/config/rocks.xml.h:2 +#: hacks/config/rotor.xml.h:2 hacks/config/rubik.xml.h:1 +#: hacks/config/shadebobs.xml.h:1 hacks/config/sierpinski.xml.h:1 +#: hacks/config/slip.xml.h:1 hacks/config/spiral.xml.h:1 +#: hacks/config/sproingies.xml.h:1 hacks/config/superquadrics.xml.h:1 +#: hacks/config/swirl.xml.h:1 hacks/config/worm.xml.h:2 msgid "Count" msgstr "Anzahl" @@ -2187,7 +2503,8 @@ msgstr "Oberflächenmuster anzeigen" msgid "Display Wireframe" msgstr "Drahtgitter zeigen" -#: hacks/config/cubenetic.xml.h:6 hacks/config/gltext.xml.h:2 +#: hacks/config/cubenetic.xml.h:6 hacks/config/glblur.xml.h:3 +#: hacks/config/glknots.xml.h:2 hacks/config/gltext.xml.h:2 #: hacks/config/lavalite.xml.h:7 hacks/config/menger.xml.h:1 #: hacks/config/molecule.xml.h:4 hacks/config/spheremonics.xml.h:1 msgid "Don't Rotate" @@ -2200,43 +2517,50 @@ msgid "" "Jamie Zawinski." msgstr "" -#: hacks/config/cubenetic.xml.h:14 hacks/config/gltext.xml.h:5 +#: hacks/config/cubenetic.xml.h:14 hacks/config/glblur.xml.h:6 +#: hacks/config/glknots.xml.h:8 hacks/config/gltext.xml.h:5 #: hacks/config/lavalite.xml.h:19 hacks/config/menger.xml.h:7 #: hacks/config/molecule.xml.h:14 hacks/config/spheremonics.xml.h:10 msgid "Rotate around X and Y axes" msgstr "Um die X- und Y-Achsen rotieren" -#: hacks/config/cubenetic.xml.h:15 hacks/config/gltext.xml.h:6 +#: hacks/config/cubenetic.xml.h:15 hacks/config/glblur.xml.h:7 +#: hacks/config/glknots.xml.h:9 hacks/config/gltext.xml.h:6 #: hacks/config/lavalite.xml.h:20 hacks/config/menger.xml.h:8 #: hacks/config/molecule.xml.h:15 hacks/config/spheremonics.xml.h:11 msgid "Rotate around X and Z axes" msgstr "Um die X- und Z-Achsen rotieren" -#: hacks/config/cubenetic.xml.h:16 hacks/config/gltext.xml.h:7 +#: hacks/config/cubenetic.xml.h:16 hacks/config/glblur.xml.h:8 +#: hacks/config/glknots.xml.h:10 hacks/config/gltext.xml.h:7 #: hacks/config/lavalite.xml.h:21 hacks/config/menger.xml.h:9 #: hacks/config/molecule.xml.h:16 hacks/config/spheremonics.xml.h:12 msgid "Rotate around X axis" msgstr "Um die X- und Y-Achse rotieren" -#: hacks/config/cubenetic.xml.h:17 hacks/config/gltext.xml.h:8 +#: hacks/config/cubenetic.xml.h:17 hacks/config/glblur.xml.h:9 +#: hacks/config/glknots.xml.h:11 hacks/config/gltext.xml.h:8 #: hacks/config/lavalite.xml.h:22 hacks/config/menger.xml.h:10 #: hacks/config/molecule.xml.h:17 hacks/config/spheremonics.xml.h:13 msgid "Rotate around Y and Z axes" msgstr "Um die Y- und Z-Achsen rotieren" -#: hacks/config/cubenetic.xml.h:18 hacks/config/gltext.xml.h:9 +#: hacks/config/cubenetic.xml.h:18 hacks/config/glblur.xml.h:10 +#: hacks/config/glknots.xml.h:12 hacks/config/gltext.xml.h:9 #: hacks/config/lavalite.xml.h:23 hacks/config/menger.xml.h:11 #: hacks/config/molecule.xml.h:18 hacks/config/spheremonics.xml.h:14 msgid "Rotate around Y axis" msgstr "Um die Y-Achse rotieren" -#: hacks/config/cubenetic.xml.h:19 hacks/config/gltext.xml.h:10 +#: hacks/config/cubenetic.xml.h:19 hacks/config/glblur.xml.h:11 +#: hacks/config/glknots.xml.h:13 hacks/config/gltext.xml.h:10 #: hacks/config/lavalite.xml.h:24 hacks/config/menger.xml.h:12 #: hacks/config/molecule.xml.h:19 hacks/config/spheremonics.xml.h:15 msgid "Rotate around Z axis" msgstr "Um die Z-Achs rotieren" -#: hacks/config/cubenetic.xml.h:20 hacks/config/gltext.xml.h:11 +#: hacks/config/cubenetic.xml.h:20 hacks/config/glblur.xml.h:12 +#: hacks/config/glknots.xml.h:14 hacks/config/gltext.xml.h:11 #: hacks/config/lavalite.xml.h:25 hacks/config/menger.xml.h:13 #: hacks/config/molecule.xml.h:20 hacks/config/spheremonics.xml.h:16 msgid "Rotate around all three axes" @@ -2254,14 +2578,42 @@ msgstr "Überlappung der Oberflächenmuster" msgid "Surface Pattern Speed" msgstr "Geschwindigkeit der Oberflächenmuster" -#: hacks/config/cubenetic.xml.h:28 hacks/config/dangerball.xml.h:10 -#: hacks/config/engine.xml.h:8 hacks/config/glforestfire.xml.h:19 -#: hacks/config/gltext.xml.h:17 hacks/config/lavalite.xml.h:30 -#: hacks/config/menger.xml.h:20 hacks/config/molecule.xml.h:25 -#: hacks/config/spheremonics.xml.h:25 hacks/config/wander.xml.h:15 +#: hacks/config/cubenetic.xml.h:28 hacks/config/cubestorm.xml.h:13 +#: hacks/config/dangerball.xml.h:10 hacks/config/engine.xml.h:20 +#: hacks/config/glblur.xml.h:19 hacks/config/glforestfire.xml.h:19 +#: hacks/config/glknots.xml.h:22 hacks/config/gltext.xml.h:17 +#: hacks/config/lavalite.xml.h:31 hacks/config/menger.xml.h:20 +#: hacks/config/molecule.xml.h:25 hacks/config/spheremonics.xml.h:25 +#: hacks/config/wander.xml.h:15 msgid "Wander" msgstr "Wandern" +#: hacks/config/cubestorm.xml.h:2 +#, fuzzy +msgid "CubeStorm" +msgstr "Sturm" + +#: hacks/config/cubestorm.xml.h:3 +msgid "" +"Draws a series of rotating 3D boxes that intersect each other and eventually " +"fill space. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/cubestorm.xml.h:5 hacks/config/glknots.xml.h:6 +#, fuzzy +msgid "Motion Speed" +msgstr "Rotationsgeschwindigkeit" + +#: hacks/config/cubestorm.xml.h:6 +#, fuzzy +msgid "Number of Cubes" +msgstr "Zahl der Kreise" + +#: hacks/config/cubestorm.xml.h:10 +#, fuzzy +msgid "Strut Thickness" +msgstr "Dicke" + #: hacks/config/cynosure.xml.h:1 msgid "" "A hack similar to `greynetic', but less frenetic. The first implementation " @@ -2360,12 +2712,13 @@ msgid "Stretchy Melt" msgstr "Bildschirm strecken" #: hacks/config/decayscreen.xml.h:20 +#, fuzzy msgid "" "This takes an image and makes it melt. You've no doubt seen this effect " "before, but no screensaver would really be complete without it. It works " "best if there's something colorful visible. Warning, if the effect continues " -"after the screen saver is off, seek medical attention. Written by David Wald " -"and Vivek Khera." +"after the screen saver is off, seek medical attention. Written by David " +"Wald, Vivek Khera, Jamie Zawinski, and Vince Levey." msgstr "" "Dieses nimmt ein Bild und schmilzt es. Sie haben diesen Effekt bestimmt " "schon einmal gesehen, aber kein Bildschirmschoner würde ohne ihn vollständig " @@ -2400,7 +2753,7 @@ msgstr "" "Geschrieben von Jamie Zwanwinski, inspiriert von Java-Code von Michael Bayne." #: hacks/config/deco.xml.h:11 hacks/config/rd-bomb.xml.h:23 -#: hacks/config/whirlygig.xml.h:7 hacks/config/xearth.xml.h:33 +#: hacks/config/whirlygig.xml.h:20 hacks/config/xearth.xml.h:33 #: hacks/config/zoom.xml.h:10 msgid "x" msgstr "x" @@ -2433,10 +2786,6 @@ msgstr "" "Ein Zellautomat, der mit einem zufälligen Feld beginnt und sich in Streifen " "und Spiralen organisiert. Geschrieben von David Bagley." -#: hacks/config/demon.xml.h:2 hacks/config/petri.xml.h:1 -msgid "Cell Size" -msgstr "Zellgröße" - #: hacks/config/demon.xml.h:3 msgid "Demon" msgstr "Dämon" @@ -2479,11 +2828,6 @@ msgstr "Linsengröße" msgid "Magnify" msgstr "Vergrößern" -#: hacks/config/distort.xml.h:9 hacks/config/glforestfire.xml.h:10 -#: hacks/config/lament.xml.h:4 hacks/config/sballs.xml.h:6 -msgid "Normal" -msgstr "Normal" - #: hacks/config/distort.xml.h:10 msgid "Reflect" msgstr "Reflektieren" @@ -2534,18 +2878,44 @@ msgid "Lissojous Figures" msgstr "Lissojous-Figuren" #: hacks/config/electricsheep.xml.h:1 -msgid "ElectricSheep" -msgstr "ElectricSheep" - -#: hacks/config/electricsheep.xml.h:2 msgid "" "ElectricSheep is an xscreensaver module that displays mpeg video of an " "animated fractal flame. In the background, it contributes render cycles to " "the next animation. Periodically it uploades completed frames to the server, " "where they are compressed for distribution to all clients. This program is " -"recommended only if you have a high bandwidth connection to the Internet. By " -"Scott Draves. You can find it at <http://www.electricsheep.org/>. See " -"that web site for configuration information." +"recommended only if you have a high bandwidth, always-on connection to the " +"Internet. By Scott Draves. You can find it at <http://www.electricsheep." +"org/>." +msgstr "" + +#: hacks/config/electricsheep.xml.h:2 +msgid "Frame Rate" +msgstr "" + +#: hacks/config/electricsheep.xml.h:3 +#, fuzzy +msgid "Hide Sheep" +msgstr "Schiebegeschwindigkeit" + +#: hacks/config/electricsheep.xml.h:4 +msgid "Megabytes of Local Sheep Storage" +msgstr "" + +#: hacks/config/electricsheep.xml.h:5 +msgid "Nickname" +msgstr "" + +#: hacks/config/electricsheep.xml.h:6 +msgid "Repititions of each Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:7 +#, fuzzy +msgid "Standalone" +msgstr "Grundlegend" + +#: hacks/config/electricsheep.xml.h:8 +msgid "URL" msgstr "" #: hacks/config/endgame.xml.h:1 @@ -2559,17 +2929,67 @@ msgid "Endgame" msgstr "Endspiel" #: hacks/config/engine.xml.h:1 +msgid "Audi Quattro (5 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:2 +msgid "BMW M3 (4 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:3 +msgid "BMW M5 (6 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:4 +msgid "Corvette Z06 (8 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:5 +msgid "Dodge Viper (10 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:6 +#, fuzzy msgid "" -"Draws a simple four-stroke engine that floats around the screen. Written by " -"Ben Buxton." +"Draws a simple model of an engine that floats around the screen. Written by " +"Ben Buxton and Ed Beroset." msgstr "" "Zeichnet einen einfachen, viermotorigen Motor, der im Bildschirm " "umherwandert. Geschrieben von Ben Buxton." -#: hacks/config/engine.xml.h:2 +#: hacks/config/engine.xml.h:7 msgid "Engine" msgstr "Motor" +#: hacks/config/engine.xml.h:9 +msgid "Honda Insight (3 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:10 +msgid "Jaguar XKE (12 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:11 +msgid "Porsche 911 (6 cylinders, flat)" +msgstr "" + +#: hacks/config/engine.xml.h:12 +#, fuzzy +msgid "Random Engine" +msgstr "Zufall" + +#: hacks/config/engine.xml.h:13 +msgid "Show Engine Name" +msgstr "" + +#: hacks/config/engine.xml.h:18 +msgid "Subaru XT (6 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:19 +msgid "VW Beetle (4 cylinders, flat)" +msgstr "" + #: hacks/config/epicycle.xml.h:4 msgid "Epicycle" msgstr "" @@ -2586,6 +3006,55 @@ msgid "" "planetary motion. Written by James Youngman." msgstr "" +#: hacks/config/eruption.xml.h:1 +msgid "An exposive version of XFlame. By W.P. van Paassen." +msgstr "" + +#: hacks/config/eruption.xml.h:2 +msgid "Cooling factor" +msgstr "" + +#: hacks/config/eruption.xml.h:4 +#, fuzzy +msgid "Eruption" +msgstr "Extrusion" + +#: hacks/config/eruption.xml.h:7 hacks/config/fluidballs.xml.h:9 +#: hacks/config/qix.xml.h:9 hacks/config/speedmine.xml.h:4 +msgid "Gravity" +msgstr "Schwerkraft" + +#: hacks/config/eruption.xml.h:8 +msgid "Heat" +msgstr "" + +#: hacks/config/eruption.xml.h:9 +#, fuzzy +msgid "Inferno" +msgstr "Interferenz" + +#: hacks/config/eruption.xml.h:10 +msgid "Little" +msgstr "" + +#: hacks/config/eruption.xml.h:13 +msgid "Negative" +msgstr "" + +#: hacks/config/eruption.xml.h:15 +#, fuzzy +msgid "Number of Particles" +msgstr "Zahl der Kreise" + +#: hacks/config/eruption.xml.h:16 +#, fuzzy +msgid "Pleasant" +msgstr "Planet" + +#: hacks/config/eruption.xml.h:17 +msgid "Positive" +msgstr "" + #: hacks/config/euler2d.xml.h:2 msgid "Euler2d" msgstr "Euler (2D)" @@ -2697,7 +3166,8 @@ msgstr "" msgid "0 Seconds" msgstr "0 Sekunden" -#: hacks/config/flame.xml.h:2 hacks/config/maze.xml.h:2 +#: hacks/config/flame.xml.h:2 hacks/config/glslideshow.xml.h:2 +#: hacks/config/maze.xml.h:2 msgid "10 Seconds" msgstr "10 Sekunden" @@ -2705,7 +3175,7 @@ msgstr "10 Sekunden" msgid "Another iterative fractal generator. Written by Scott Draves." msgstr "" -#: hacks/config/flame.xml.h:4 +#: hacks/config/flame.xml.h:4 hacks/config/jigglypuff.xml.h:4 msgid "Complexity" msgstr "Komplexität" @@ -2766,30 +3236,27 @@ msgid "Zoom In and Out" msgstr "Ein- und Auszoomen" #: hacks/config/fluidballs.xml.h:1 +#, fuzzy +msgid " Freefall" +msgstr "Freier Fall" + +#: hacks/config/fluidballs.xml.h:2 msgid "Ball Size" msgstr "Größe der Bälle" -#: hacks/config/fluidballs.xml.h:5 +#: hacks/config/fluidballs.xml.h:4 +#, fuzzy +msgid "Clay" +msgstr "Verzögerung" + +#: hacks/config/fluidballs.xml.h:7 msgid "FluidBalls" msgstr "" -#: hacks/config/fluidballs.xml.h:6 -msgid "Freefall" -msgstr "Freier Fall" - -#: hacks/config/fluidballs.xml.h:7 hacks/config/twang.xml.h:4 +#: hacks/config/fluidballs.xml.h:8 hacks/config/twang.xml.h:4 msgid "Friction" msgstr "Reibung" -#: hacks/config/fluidballs.xml.h:8 -msgid "Glass" -msgstr "Glas" - -#: hacks/config/fluidballs.xml.h:9 hacks/config/qix.xml.h:9 -#: hacks/config/speedmine.xml.h:4 -msgid "Gravity" -msgstr "Schwerkraft" - #: hacks/config/fluidballs.xml.h:10 msgid "Hurricane" msgstr "Wirbelsturm" @@ -2807,8 +3274,9 @@ msgid "" msgstr "" #: hacks/config/fluidballs.xml.h:15 -msgid "Sandpaper" -msgstr "Sandpapier" +#, fuzzy +msgid "Rubber" +msgstr "Blasen" #: hacks/config/fluidballs.xml.h:16 msgid "Shake Box" @@ -2826,6 +3294,101 @@ msgstr "Verschiedene Ballgrößen" msgid "Wind" msgstr "Wind" +#: hacks/config/flurry.xml.h:1 +msgid "Binary" +msgstr "" + +#: hacks/config/flurry.xml.h:2 +#, fuzzy +msgid "Classic" +msgstr "Glas" + +#: hacks/config/flurry.xml.h:3 +#, fuzzy +msgid "Fire" +msgstr "_Datei" + +#: hacks/config/flurry.xml.h:4 +msgid "Flurry" +msgstr "" + +#: hacks/config/flurry.xml.h:5 +msgid "Insane" +msgstr "" + +#: hacks/config/flurry.xml.h:6 +#, fuzzy +msgid "Psychedelic" +msgstr "Psychedelische Farben" + +#: hacks/config/flurry.xml.h:7 +msgid "RGB" +msgstr "" + +#: hacks/config/flurry.xml.h:8 hacks/config/jigglypuff.xml.h:13 +#: hacks/config/sballs.xml.h:10 hacks/config/whirlygig.xml.h:12 +msgid "Random" +msgstr "Zufällig" + +#: hacks/config/flurry.xml.h:10 +msgid "" +"This port of the OSX screensaver of the same name draws a colourful star" +"(fish)like flurry of particles. xscreensaver port by Tobias Sargeant <" +"tobias.sargeant@bigpond.com> Original Mac version by Calum Robinson <" +"calumr@mac.com> http://homepage.mac.com/calumr" +msgstr "" + +#: hacks/config/flurry.xml.h:11 +#, fuzzy +msgid "Water" +msgstr "Wandern" + +#: hacks/config/flyingtoasters.xml.h:1 +msgid "" +"A fleet of 3d space-age jet-powered flying toasters (and toast!) Inspired by " +"the ancient Berkeley Systems After Dark flying toasters. By Jamie Zawinski " +"and Baconmonkey." +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:2 +#, fuzzy +msgid "Air Speed" +msgstr "Animationsgeschwindigkeit" + +#: hacks/config/flyingtoasters.xml.h:4 +msgid "Chrome Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:6 +msgid "Flying Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:7 hacks/config/glslideshow.xml.h:16 +#: hacks/config/jigglypuff.xml.h:12 hacks/config/juggle.xml.h:6 +#: hacks/config/pipes.xml.h:10 +msgid "None" +msgstr "Nichts" + +#: hacks/config/flyingtoasters.xml.h:8 +#, fuzzy +msgid "Number of Slices" +msgstr "Zahl der Kreise" + +#: hacks/config/flyingtoasters.xml.h:9 +#, fuzzy +msgid "Number of Toasters" +msgstr "Anzahl der Spots" + +#: hacks/config/flyingtoasters.xml.h:12 +#, fuzzy +msgid "Solid Colors" +msgstr "Fester Boden" + +#: hacks/config/flyingtoasters.xml.h:13 +#, fuzzy +msgid "Swarm" +msgstr "Strahlschwarm" + #: hacks/config/forest.xml.h:2 hacks/config/glforestfire.xml.h:6 msgid "Forest" msgstr "Wald" @@ -2914,7 +3477,7 @@ msgstr "Bildschirmfoto" msgid "Wave Speed" msgstr "Wellengeschwindigkeit" -#: hacks/config/gflux.xml.h:15 +#: hacks/config/gflux.xml.h:15 hacks/config/glmatrix.xml.h:20 msgid "Waves" msgstr "Wellen" @@ -2922,6 +3485,26 @@ msgstr "Wellen" msgid "Wire Mesh" msgstr "Drahtgitter" +#: hacks/config/glblur.xml.h:1 +#, fuzzy +msgid "Blur Smoothness" +msgstr "Weiche Linien" + +#: hacks/config/glblur.xml.h:5 +msgid "GLBlur" +msgstr "" + +#: hacks/config/glblur.xml.h:18 +msgid "" +"This program draws a box and a few line segments, and generates a radial " +"blur outward from it. This creates flowing field effects. This is done by " +"rendering the scene into a small texture, then repeatedly rendering " +"increasingly-enlarged and increasingly-transparent versions of that texture " +"onto the frame buffer. As such, it's quite graphics intensive: don't bother " +"trying to run this if you don't have hardware-accelerated OpenGL texture " +"support. It will hurt your machine bad." +msgstr "" + #: hacks/config/glforestfire.xml.h:2 msgid "Desert" msgstr "Wüste" @@ -2933,7 +3516,7 @@ msgid "" "for texture maps. Written by Eric Lassauge <lassauge@mail.dotcom.fr>." msgstr "" -#: hacks/config/glforestfire.xml.h:5 +#: hacks/config/glforestfire.xml.h:5 hacks/config/glmatrix.xml.h:9 msgid "Fog" msgstr "Nebel" @@ -2961,35 +3544,166 @@ msgstr "Regen" msgid "Track mouse" msgstr "Maus verfolgen" -#: hacks/config/glforestfire.xml.h:18 hacks/config/lament.xml.h:8 -#: hacks/config/sballs.xml.h:17 -msgid "Untextured" -msgstr "Untexturiert" +#: hacks/config/glknots.xml.h:4 +#, fuzzy +msgid "GLKnots" +msgstr "Viele" + +#: hacks/config/glknots.xml.h:5 +msgid "" +"Generates some twisting 3d knot patterns. Spins 'em around. Written by Jamie " +"Zawinski." +msgstr "" + +#: hacks/config/glknots.xml.h:7 hacks/config/lavalite.xml.h:17 +#: hacks/config/spheremonics.xml.h:9 +msgid "Resolution" +msgstr "Auflösung" + +#: hacks/config/glknots.xml.h:15 +#, fuzzy +msgid "Segmented" +msgstr "Segmente" + +#: hacks/config/glknots.xml.h:18 hacks/config/lavalite.xml.h:28 +msgid "Smooth" +msgstr "Ruhig" + +#: hacks/config/glmatrix.xml.h:2 hacks/config/xmatrix.xml.h:1 +msgid "Binary Encoding" +msgstr "Binärkodierung" + +# CHECK +#: hacks/config/glmatrix.xml.h:4 +#, fuzzy +msgid "Draw Glyphs" +msgstr "Flecken zeichnen" + +#: hacks/config/glmatrix.xml.h:5 +#, fuzzy +msgid "Draw Outlines" +msgstr "Ameisen zeichnen" + +#: hacks/config/glmatrix.xml.h:6 +#, fuzzy +msgid "Draw Solid Boxes" +msgstr "Atomare Bindungen zeichnen" + +#: hacks/config/glmatrix.xml.h:7 +msgid "" +"Draws 3D dropping characters similar to what is seen in the title sequence " +"of \"The Matrix\". See also \"xmatrix\" for a 2D rendering of the similar " +"effect that appeared on the computer monitors actually *in* the movie. " +"Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/glmatrix.xml.h:10 +#, fuzzy +msgid "GLMatrix" +msgstr "Matrix" + +#: hacks/config/glmatrix.xml.h:11 hacks/config/xmatrix.xml.h:7 +msgid "Genetic Encoding" +msgstr "Genetische Kodierung" + +#: hacks/config/glmatrix.xml.h:12 +#, fuzzy +msgid "Glyph Density" +msgstr "Gitterdichte" + +#: hacks/config/glmatrix.xml.h:13 +#, fuzzy +msgid "Glyph Speed" +msgstr "Fischgeschwindigkeit" + +#: hacks/config/glmatrix.xml.h:14 hacks/config/xmatrix.xml.h:8 +msgid "Hexadecimal Encoding" +msgstr "Hexadezimale Kodierung" + +#: hacks/config/glmatrix.xml.h:15 hacks/config/xmatrix.xml.h:11 +msgid "Matrix Encoding" +msgstr "Matrix-Kodierung" + +#: hacks/config/glmatrix.xml.h:16 +#, fuzzy +msgid "Panning" +msgstr "Zusammenhalt" + +#: hacks/config/glplanet.xml.h:1 +msgid "" +"Draws a planet bouncing around in space. Written by David Konerding. The " +"built-in image is a map of the earth (extracted from `xearth'), but you can " +"wrap any texture around the sphere, e.g., the planetary textures that come " +"with `ssystem'." +msgstr "" + +#: hacks/config/glplanet.xml.h:3 +msgid "GLPlanet" +msgstr "Planet" + +#: hacks/config/glplanet.xml.h:4 +msgid "Image File" +msgstr "Bilddatei" + +#: hacks/config/glslideshow.xml.h:4 hacks/config/rd-bomb.xml.h:5 +#, no-c-format +msgid "100%" +msgstr "100%" + +#: hacks/config/glslideshow.xml.h:5 hacks/config/glsnake.xml.h:2 +#: hacks/config/penrose.xml.h:2 +msgid "30 Seconds" +msgstr "30 Sekunden" + +#: hacks/config/glslideshow.xml.h:6 +#, fuzzy +msgid "5 Minutes" +msgstr "1 Minute" + +#: hacks/config/glslideshow.xml.h:8 +#, no-c-format +msgid "50%" +msgstr "" + +#: hacks/config/glslideshow.xml.h:9 +msgid "Always show at least this much of the image:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:10 +#, fuzzy +msgid "Crossfade Duration:" +msgstr "Übergangsdauer" + +#: hacks/config/glslideshow.xml.h:11 +msgid "Frame Rate:" +msgstr "" -#: hacks/config/glplanet.xml.h:1 +#: hacks/config/glslideshow.xml.h:12 +msgid "GLSlideshow" +msgstr "" + +#: hacks/config/glslideshow.xml.h:14 msgid "" -"Draws a planet bouncing around in space. Written by David Konerding. The " -"built-in image is a map of the earth (extracted from `xearth'), but you can " -"wrap any texture around the sphere, e.g., the planetary textures that come " -"with `ssystem'." +"Loads a random sequence of images and smoothly scans and zooms around in " +"each, fading from pan to pan. You can set the directory from which images " +"are loaded on the \"Advanced\" tab. This program requires a good video card " +"capable of supporting large textures. Written by Jamie Zawinski and Mike " +"Oliphant." msgstr "" -#: hacks/config/glplanet.xml.h:3 -msgid "GLPlanet" -msgstr "Planet" +#: hacks/config/glslideshow.xml.h:17 +#, fuzzy +msgid "Pan/Zoom Duration:" +msgstr "Übergangsdauer" -#: hacks/config/glplanet.xml.h:4 -msgid "Image File" -msgstr "Bilddatei" +#: hacks/config/glslideshow.xml.h:19 +msgid "Time until loading a new image:" +msgstr "" #: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 msgid "1" msgstr "1" -#: hacks/config/glsnake.xml.h:2 hacks/config/penrose.xml.h:2 -msgid "30 Seconds" -msgstr "30 Sekunden" - #: hacks/config/glsnake.xml.h:3 msgid "" "Draws a simulation of the Rubik's Snake puzzle. Written by Jamie Wilkinson, " @@ -3135,6 +3849,55 @@ msgstr "" "Dieses zeichnet zufällig gefärbte und getupfte Rechtecke. Geschrieben von " "Hamie Zawinski." +#: hacks/config/halftone.xml.h:1 +msgid "Delay (Large = low cpu load)" +msgstr "" + +#: hacks/config/halftone.xml.h:2 +msgid "Dot fill factor" +msgstr "" + +#: hacks/config/halftone.xml.h:3 +#, fuzzy +msgid "Dot size" +msgstr "Ameisengröße" + +#: hacks/config/halftone.xml.h:4 +msgid "" +"Draws the gravity force in each point on the screen seen through a halftone " +"dot pattern. The gravity force is calculated from a set of moving mass " +"points. View it from a distance for best effect. Written by Peter Jaric <" +"peter@jaric.org>." +msgstr "" + +#: hacks/config/halftone.xml.h:5 +#, fuzzy +msgid "Gravity points" +msgstr "Schwerkraft" + +#: hacks/config/halftone.xml.h:6 +#, fuzzy +msgid "Halftone" +msgstr "Halo" + +#: hacks/config/halftone.xml.h:10 +msgid "Maximum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:11 +#, fuzzy +msgid "Maximum speed" +msgstr "Maximale Lebenserwartung" + +#: hacks/config/halftone.xml.h:12 +msgid "Minimum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:13 +#, fuzzy +msgid "Minimum speed" +msgstr "Animationsgeschwindigkeit" + #: hacks/config/halo.xml.h:1 msgid "Animate Circles" msgstr "Kreise animieren" @@ -3289,6 +4052,112 @@ msgid "" "brain will melt. Written by Joe Keane, Fritz Mueller, and Jamie Zawinski." msgstr "" +#: hacks/config/hypertorus.xml.h:1 +msgid "-4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:2 +msgid "4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:3 +msgid "4D Hypertorus" +msgstr "" + +#: hacks/config/hypertorus.xml.h:4 +#, fuzzy +msgid "Color Wheel" +msgstr "Farbe" + +#: hacks/config/hypertorus.xml.h:5 +#, fuzzy +msgid "Display Speed" +msgstr "Sekunden anzeigen" + +#: hacks/config/hypertorus.xml.h:7 +#, fuzzy +msgid "Orthographic 3d" +msgstr "Orthographische Projektion" + +#: hacks/config/hypertorus.xml.h:8 +#, fuzzy +msgid "Orthographic 4d" +msgstr "Orthographische Projektion" + +#: hacks/config/hypertorus.xml.h:9 +msgid "Perspective 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:10 +msgid "Perspective 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:11 +#, fuzzy +msgid "See-Through Bands" +msgstr "Durch Modi wechseln" + +#: hacks/config/hypertorus.xml.h:14 +#, fuzzy +msgid "Solid Object" +msgstr "Feste Objekte" + +#: hacks/config/hypertorus.xml.h:15 hacks/config/pulsar.xml.h:16 +msgid "Solid Surface" +msgstr "" + +#: hacks/config/hypertorus.xml.h:16 +msgid "" +"This program shows a rotating Clifford Torus: a torus lying on the \"surface" +"\" of a 4D hypersphere. Written by Carsten Steger, inspired by Thomas " +"Banchoff's book \"Beyond the Third Dimension: Geometry, Computer Graphics, " +"and Higher Dimensions\", Scientific American Library, 1990." +msgstr "" + +#: hacks/config/hypertorus.xml.h:17 +#, fuzzy +msgid "Transparent Surface" +msgstr "Transparent" + +#: hacks/config/hypertorus.xml.h:18 +msgid "Two-Sided" +msgstr "" + +#: hacks/config/hypertorus.xml.h:19 +#, fuzzy +msgid "WX Rotation Speed" +msgstr "Rotationsgeschwindigkeit" + +#: hacks/config/hypertorus.xml.h:20 +#, fuzzy +msgid "WY Rotation Speed" +msgstr "Rotationsgeschwindigkeit" + +#: hacks/config/hypertorus.xml.h:21 +#, fuzzy +msgid "WZ Rotation Speed" +msgstr "Rotationsgeschwindigkeit" + +#: hacks/config/hypertorus.xml.h:22 +#, fuzzy +msgid "Wireframe Mesh" +msgstr "Drahtgitter" + +#: hacks/config/hypertorus.xml.h:23 +#, fuzzy +msgid "XY Rotation Speed" +msgstr "Rotationsgeschwindigkeit" + +#: hacks/config/hypertorus.xml.h:24 +#, fuzzy +msgid "XZ Rotation Speed" +msgstr "Rotationsgeschwindigkeit" + +#: hacks/config/hypertorus.xml.h:25 +#, fuzzy +msgid "YZ Rotation Speed" +msgstr "Rotationsgeschwindigkeit" + #: hacks/config/ifs.xml.h:2 msgid "IFS" msgstr "IFS" @@ -3359,6 +4228,99 @@ msgstr "Anzahl der Wellen" msgid "Wave Size" msgstr "Wellenhöhe" +#: hacks/config/jigglypuff.xml.h:2 +msgid "Chrome" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:3 +msgid "Clown barf" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:5 +#, fuzzy +msgid "Cycle" +msgstr "Kreise" + +#: hacks/config/jigglypuff.xml.h:7 +msgid "Flower box" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:9 +msgid "Inertial damping" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:10 +msgid "JigglyPuff" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:14 +#, fuzzy +msgid "Rotation speed" +msgstr "Rotationsgeschwindigkeit" + +#: hacks/config/jigglypuff.xml.h:17 hacks/config/sphere.xml.h:7 +msgid "Sphere" +msgstr "Sphäre" + +#: hacks/config/jigglypuff.xml.h:18 +msgid "Sphere strength" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:19 +#, fuzzy +msgid "Spookiness" +msgstr "Sprungkraft" + +#: hacks/config/jigglypuff.xml.h:20 +msgid "Spoooooky" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:21 hacks/config/sballs.xml.h:16 +msgid "Tetrahedron" +msgstr "Tetrahedron" + +#: hacks/config/jigglypuff.xml.h:22 +msgid "" +"This little gem does bad things with quasi-spherical objects. The gist of it " +"is that you have what is, structurally, a tetrahedron with tesselated faces. " +"the vertices on these faces have forces on them in the form of one " +"proportional to their distance from the surface of a sphere, and one which " +"is proportional to how far they differ from some ideal distance from their " +"neighbors. They also have inertia. The forces and distance are parameters " +"and there are also a couple of visual parameters. The resulting effect can " +"range from a shape that does nothing, to a frenetic polygon storm. Somewhere " +"in between there it usually manifests as a blob that jiggles in a kind of " +"disturbing manner. woo. It doesn't matter, however. You should just pick " +"'random'. It overrides all the other options, except for fps, delay and " +"complexity. By Keith Macleod" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:23 +msgid "Vertex-vertex behavior" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:24 +msgid "Vertex-vertex force" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:26 +msgid "collapse" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:27 +msgid "expand" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:28 +#, fuzzy +msgid "none" +msgstr "Nichts" + +#: hacks/config/jigglypuff.xml.h:29 +#, fuzzy +msgid "strong" +msgstr "Seltsam" + #: hacks/config/jigsaw.xml.h:4 msgid "Jigsaw" msgstr "Puzzle" @@ -3389,10 +4351,6 @@ msgstr "" msgid "Juggle" msgstr "Jonglieren" -#: hacks/config/juggle.xml.h:6 hacks/config/pipes.xml.h:10 -msgid "None" -msgstr "Nichts" - #: hacks/config/julia.xml.h:3 hacks/config/rorschach.xml.h:4 msgid "Iterations" msgstr "Iterationen" @@ -3435,6 +4393,25 @@ msgstr "Symmetrie" msgid "Trails" msgstr "Spuren" +#: hacks/config/klein.xml.h:3 +msgid "Klein" +msgstr "" + +#: hacks/config/klein.xml.h:10 +msgid "" +"This draws a visualization of a Klein bottle or some other interesting " +"parametric surfaces. Written by Andrey Mirtchovski." +msgstr "" + +#: hacks/config/klein.xml.h:11 +msgid "Use Randomized Surfaces and Primitives" +msgstr "" + +#: hacks/config/klein.xml.h:12 +#, fuzzy +msgid "Wander Around the Screen" +msgstr "Auf dem Bildschirm zentrieren" + #: hacks/config/kumppa.xml.h:5 msgid "Kumppa" msgstr "Kumppa" @@ -3518,18 +4495,10 @@ msgstr "Max. Klumpen" msgid "Random Lamp Style" msgstr "Zufälliger Lampenstil" -#: hacks/config/lavalite.xml.h:17 hacks/config/spheremonics.xml.h:9 -msgid "Resolution" -msgstr "Auflösung" - #: hacks/config/lavalite.xml.h:18 msgid "Rocket Lavalite" msgstr "Raketen-Lavalampe" -#: hacks/config/lavalite.xml.h:27 -msgid "Smooth" -msgstr "Ruhig" - #: hacks/config/lightning.xml.h:2 msgid "Lightning" msgstr "Blitz" @@ -3680,6 +4649,36 @@ msgid "" "by Jamie Zawinski." msgstr "" +#: hacks/config/metaballs.xml.h:1 +#, fuzzy +msgid "Big" +msgstr "Größer" + +#: hacks/config/metaballs.xml.h:2 +msgid "" +"Draws two dimensional metaballs: overlapping and merging balls with fuzzy " +"edges. By W.P. van Paassen." +msgstr "" + +#: hacks/config/metaballs.xml.h:7 +msgid "MetaBall Movement" +msgstr "" + +#: hacks/config/metaballs.xml.h:8 +#, fuzzy +msgid "MetaBall Radius" +msgstr "Saat Radius" + +#: hacks/config/metaballs.xml.h:9 +#, fuzzy +msgid "MetaBalls" +msgstr "Kugeln" + +#: hacks/config/metaballs.xml.h:11 +#, fuzzy +msgid "Number of MetaBalls" +msgstr "Anzahl der Fraktale" + #: hacks/config/moebius.xml.h:1 msgid "" "Another M. C. Escher hack by Marcelo Vianna, this one draws ``Moebius Strip " @@ -4050,6 +5049,30 @@ msgstr "Phosphor" msgid "Scale" msgstr "Skalierung" +#: hacks/config/piecewise.xml.h:1 +msgid "Color shifting speed" +msgstr "" + +#: hacks/config/piecewise.xml.h:6 +#, fuzzy +msgid "Maximum radius" +msgstr "Maximale Lebenserwartung" + +#: hacks/config/piecewise.xml.h:7 +#, fuzzy +msgid "Minimum radius" +msgstr "Minimale Lebenserwartung" + +#: hacks/config/piecewise.xml.h:8 +msgid "Piecewise" +msgstr "" + +#: hacks/config/piecewise.xml.h:12 +msgid "" +"This draws a bunch of moving circles which switch from visibility to " +"invisibility at intersection points. Written by Geoffrey Irving." +msgstr "" + #: hacks/config/pipes.xml.h:1 msgid "Allow Tight Turns" msgstr "Scharfe Kurven erlauben" @@ -4113,6 +5136,38 @@ msgid "" "puzzle pieces. Written by Stephen Montgomery-Smith." msgstr "" +#: hacks/config/popsquares.xml.h:1 +#, fuzzy +msgid "Border" +msgstr "Randbreite" + +#: hacks/config/popsquares.xml.h:2 +msgid "End color" +msgstr "" + +#: hacks/config/popsquares.xml.h:7 +#, fuzzy +msgid "Start color" +msgstr "Schreckliche Farben" + +#: hacks/config/popsquares.xml.h:8 +msgid "Subdivision" +msgstr "" + +#: hacks/config/popsquares.xml.h:9 +msgid "" +"This draws a pop-art-ish looking grid of pulsing colors. By Levi Burton." +msgstr "" + +#: hacks/config/popsquares.xml.h:10 +msgid "Twitch" +msgstr "" + +#: hacks/config/popsquares.xml.h:11 +#, fuzzy +msgid "popsquares" +msgstr "Quadrat" + #: hacks/config/pulsar.xml.h:1 msgid "Anti-alias Lines" msgstr "Kanten der Linien glätten" @@ -4160,10 +5215,6 @@ msgstr "Pulsar" msgid "Quad Count" msgstr "" -#: hacks/config/pulsar.xml.h:16 -msgid "Solid Surface" -msgstr "" - #: hacks/config/pulsar.xml.h:18 msgid "Texture PPM File" msgstr "PPM Texturdatei" @@ -4176,10 +5227,6 @@ msgstr "" msgid "Launch Frequency" msgstr "Startfrequenz" -#: hacks/config/pyro.xml.h:8 -msgid "Often" -msgstr "Häufig" - #: hacks/config/pyro.xml.h:9 msgid "Particle Density" msgstr "Teilchendichte" @@ -4262,11 +5309,6 @@ msgstr "/" msgid "1%" msgstr "1%" -#: hacks/config/rd-bomb.xml.h:5 -#, no-c-format -msgid "100%" -msgstr "100%" - #: hacks/config/rd-bomb.xml.h:7 msgid "" "Another variation of the `Bomb' program by Scott Draves. This draws a grid " @@ -4478,10 +5520,6 @@ msgstr "Eben" msgid "Pyramid" msgstr "Pyramide" -#: hacks/config/sballs.xml.h:10 -msgid "Random" -msgstr "Zufällig" - #: hacks/config/sballs.xml.h:11 msgid "Sballs" msgstr "S-Bälle" @@ -4490,10 +5528,6 @@ msgstr "S-Bälle" msgid "Star" msgstr "Stern" -#: hacks/config/sballs.xml.h:16 -msgid "Tetrahedron" -msgstr "Tetrahedron" - #: hacks/config/shadebobs.xml.h:7 msgid "ShadeBobs" msgstr "ShadeBobs" @@ -4646,10 +5680,6 @@ msgid "" "Duff in 1982." msgstr "" -#: hacks/config/sphere.xml.h:7 -msgid "Sphere" -msgstr "Sphäre" - #: hacks/config/sphereEversion.xml.h:1 msgid "SphereEversion" msgstr "SphereEversion" @@ -4688,7 +5718,7 @@ msgid "" "angular momentum operators. Written by Paul Bourke and Jamie Zawinski." msgstr "" -#: hacks/config/spiral.xml.h:2 +#: hacks/config/spiral.xml.h:2 hacks/config/superquadrics.xml.h:2 msgid "Cycles" msgstr "Kreise" @@ -4761,10 +5791,9 @@ msgid "" "work with some window managers, but not with others, so your mileage may " "vary. SSystem was once available at <http://www1.las.es/~amil/ssystem/" ">, but is now gone. You may still be able to find copies elsewhere. " -"SSystem has since evolved into two different programs: OpenUniverse (http://" -"openuniverse.sourceforge.net/) and Celestia (http://www.shatters.net/" -"celestia/). Sadly, neither of these programs work with xscreensaver at all. " -"You are encouraged to nag their authors into adding xscreensaver support!" +"SSystem has since evolved into Celestia, found at <http://www.shatters." +"net/celestia/>. Sadly, Celestia does not work with xscreensaver at all. " +"You are encouraged to nag the authors into adding xscreensaver support!" msgstr "" #: hacks/config/stairs.xml.h:6 @@ -4885,14 +5914,14 @@ msgid "" "Written by Massimino Pascal." msgstr "" -#: hacks/config/superquadrics.xml.h:2 +#: hacks/config/superquadrics.xml.h:3 msgid "" "Ed Mackey reports that he wrote the first version of this program in BASIC " "on a Commodore 64 in 1987, as a 320x200 black and white wireframe. Now it is " "GL and has specular reflections." msgstr "" -#: hacks/config/superquadrics.xml.h:10 +#: hacks/config/superquadrics.xml.h:11 msgid "Superquadrics" msgstr "" @@ -5131,17 +6160,69 @@ msgid "Amplitude" msgstr "Amplitude" #: hacks/config/whirlygig.xml.h:2 +#, fuzzy +msgid "Circle" +msgstr "Kreise" + +#: hacks/config/whirlygig.xml.h:3 msgid "Draws zooming chains of sinusoidal spots. Written by Ashton Trey Belew." msgstr "" +#: hacks/config/whirlygig.xml.h:4 +#, fuzzy +msgid "Explain modes" +msgstr "Anzeigemodi" + #: hacks/config/whirlygig.xml.h:5 +msgid "Fun" +msgstr "" + +#: hacks/config/whirlygig.xml.h:6 +msgid "Funky" +msgstr "" + +#: hacks/config/whirlygig.xml.h:7 +msgid "Innie" +msgstr "" + +#: hacks/config/whirlygig.xml.h:8 +#, fuzzy +msgid "Leave a trail" +msgstr "Spuren verlassen" + +#: hacks/config/whirlygig.xml.h:9 +#, fuzzy +msgid "Linear" +msgstr "Linien" + +#: hacks/config/whirlygig.xml.h:11 +#, fuzzy +msgid "Lissajous" +msgstr "Lissojous-Figuren" + +#: hacks/config/whirlygig.xml.h:15 +#, fuzzy +msgid "Test" +msgstr "Bestmöglich" + +#: hacks/config/whirlygig.xml.h:16 +#, fuzzy +msgid "Use Double Buffering" +msgstr "Doppel-Puffer" + +#: hacks/config/whirlygig.xml.h:17 msgid "Whirlies" msgstr "Wirbelchen" -#: hacks/config/whirlygig.xml.h:6 +#: hacks/config/whirlygig.xml.h:18 msgid "WhirlyGig" msgstr "" +#: hacks/config/whirlygig.xml.h:19 +#, fuzzy +msgid "Wrap the screen" +msgstr "Bildschirmfoto holen" + #: hacks/config/worm.xml.h:1 msgid "" "An ancient xlock hack that draws multicolored worms that crawl around the " @@ -5154,12 +6235,16 @@ msgid "XaoS" msgstr "XaoS" #: hacks/config/xaos.xml.h:2 +#, fuzzy msgid "" "XaoS generates fast fly-through animations of the Mandelbrot and other " "fractal sets. Written by Thomas Marsh and Jan Hubicka. This is not included " "with the XScreenSaver package, but if you don't have it already, you can " -"find it at <http://limax.paru.cas.cz/~hubicka/XaoS/>." +"find it at <http://xaos.theory.org/>." msgstr "" +"Fisch! Dies ist nicht im XScreenSaver-Paket enthalten, falls Sie es jedoch " +"noch nicht haben, können Sie es unter <http://metalab.unc.edu/pub/Linux/" +"X11/demos/> finden." #: hacks/config/xdaliclock.xml.h:1 msgid "12-Hour Time" @@ -5181,7 +6266,7 @@ msgstr "Sekunden anzeigen" msgid "Huge Font" msgstr "Riesige Schrift" -#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:9 +#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:10 msgid "Large Font" msgstr "Große Schrift" @@ -5189,7 +6274,7 @@ msgstr "Große Schrift" msgid "Medium Font" msgstr "Normale Schritf" -#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:16 msgid "Small Font" msgstr "Kleine Schrift" @@ -5369,17 +6454,13 @@ msgstr "" msgid "Xlyap" msgstr "Xlyap" -#: hacks/config/xmatrix.xml.h:1 +#: hacks/config/xmatrix.xml.h:3 msgid "" -"A rendition of the text scrolls seen in the movie ``The Matrix.'' Written by " -"Jamie Zawinski." +"Draws dropping characters similar to what is seen on the computer monitors " +"in \"The Matrix\". See also \"glmatrix\" for a 3D rendering of the similar " +"effect that appeared in the title sequence of the movie. Written by Jamie " +"Zawinski." msgstr "" -"Eine Nachbildung des im Film »Matrix« zu sehenden Scrolltextes. Geschrieben " -"von Jamie Zawinski." - -#: hacks/config/xmatrix.xml.h:2 -msgid "Binary Encoding" -msgstr "Binärkodierung" #: hacks/config/xmatrix.xml.h:4 msgid "Expansion Algorithm" @@ -5389,35 +6470,27 @@ msgstr "Erweiterungs-Algorithmus" msgid "Full" msgstr "Voll" -#: hacks/config/xmatrix.xml.h:7 -msgid "Genetic Encoding" -msgstr "Genetische Kodierung" - -#: hacks/config/xmatrix.xml.h:8 -msgid "Hexadecimal Encoding" -msgstr "Hexadezimale Kodierung" - -#: hacks/config/xmatrix.xml.h:10 -msgid "Matrix Encoding" -msgstr "Matrix-Kodierung" +#: hacks/config/xmatrix.xml.h:9 +msgid "Knock Knock" +msgstr "" -#: hacks/config/xmatrix.xml.h:11 +#: hacks/config/xmatrix.xml.h:12 msgid "Phone Number" msgstr "Telefonnummer" -#: hacks/config/xmatrix.xml.h:12 +#: hacks/config/xmatrix.xml.h:13 msgid "Run Trace Program" msgstr "Verfolgungsprogramm ausführen" -#: hacks/config/xmatrix.xml.h:13 +#: hacks/config/xmatrix.xml.h:14 msgid "Slider Algorithm" msgstr "Slider-Algorithmus" -#: hacks/config/xmatrix.xml.h:18 +#: hacks/config/xmatrix.xml.h:19 msgid "Synergistic Algorithm" msgstr "Synergistischer Algorithmus" -#: hacks/config/xmatrix.xml.h:19 +#: hacks/config/xmatrix.xml.h:20 msgid "Xmatrix" msgstr "Matrix" @@ -5525,3 +6598,29 @@ msgstr "" "lenses«-Option sieht es aus, als würde man durch viele aufeinanderliegende " "Linsen blicken, anstatt nur wie eine einfache Vergrößerung. Geschrieben von " "James Macnicol." + +#, fuzzy +#~ msgid "Copyright 1991-2002 %s" +#~ msgstr "Copyright 1991-2002 %s" + +#~ msgid "Configure the settings of the screensaver." +#~ msgstr "Die Einstellungen des Bildschirmschoners festlegen." + +#~ msgid "Preview of screen saver" +#~ msgstr "Vorschau auf Bildschirmschoner" + +#~ msgid "_Verbose Dialognostics" +#~ msgstr "_Fehlerdiagnose für Dialoge aktivieren" + +#~ msgid "ElectricSheep" +#~ msgstr "ElectricSheep" + +#~ msgid "Sandpaper" +#~ msgstr "Sandpapier" + +#~ msgid "" +#~ "A rendition of the text scrolls seen in the movie ``The Matrix.'' Written " +#~ "by Jamie Zawinski." +#~ msgstr "" +#~ "Eine Nachbildung des im Film »Matrix« zu sehenden Scrolltextes. " +#~ "Geschrieben von Jamie Zawinski." diff --git a/po/es.po b/po/es.po index b25565df..fac758de 100644 --- a/po/es.po +++ b/po/es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: HEAD\n" -"POT-Creation-Date: 2002-06-18 21:56+0200\n" +"POT-Creation-Date: 2003-07-24 19:05+0200\n" "PO-Revision-Date: 2002-11-06 13:01-0300\n" "Last-Translator: Pablo Gonzalo del Campo \n" "Language-Team: Spanish \n" @@ -15,35 +15,40 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 0.9.6\n" -#: driver/demo-Gtk-conf.c:729 +#: driver/demo-Gtk-conf.c:731 msgid "Browse..." msgstr "Buscar..." -#: driver/demo-Gtk-conf.c:1021 +#: driver/demo-Gtk-conf.c:1023 msgid "Select file." msgstr "Seleccionar archivo." -#: driver/demo-Gtk-support.c:121 +#: driver/demo-Gtk-support.c:135 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "No se ha podido encontrar el archivo pixmap: %s" -#: driver/demo-Gtk-support.c:130 +#: driver/demo-Gtk-support.c:147 driver/demo-Gtk-support.c:179 #, c-format msgid "Error loading pixmap file: %s" msgstr "Hubo un error al cargar el archivo pixmap: %s" +#: driver/demo-Gtk-support.c:182 +#, c-format +msgid "reason: %s\n" +msgstr "" + #: driver/demo-Gtk-widgets.c:155 driver/xscreensaver-demo.glade.h:89 -#: driver/xscreensaver-demo.glade2.h:43 +#: driver/xscreensaver-demo.glade2.h:65 msgid "XScreenSaver" msgstr "XScreenSaver" -#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:54 +#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:76 msgid "_File" msgstr "_Archivo" #: driver/demo-Gtk-widgets.c:196 driver/xscreensaver-demo.glade.h:93 -#: driver/xscreensaver-demo.glade2.h:48 +#: driver/xscreensaver-demo.glade2.h:70 msgid "_Blank Screen Now" msgstr "A_ctivar protector ahora" @@ -55,7 +60,7 @@ msgstr "" "configurado.)" #: driver/demo-Gtk-widgets.c:209 driver/xscreensaver-demo.glade.h:97 -#: driver/xscreensaver-demo.glade2.h:58 +#: driver/xscreensaver-demo.glade2.h:80 msgid "_Lock Screen Now" msgstr "_Bloquear pantalla ahora" @@ -65,7 +70,7 @@ msgstr "" "Bloquear la pantalla ahora (aún si «Bloquear Pantalla» no esta marcado.)" #: driver/demo-Gtk-widgets.c:222 driver/xscreensaver-demo.glade.h:96 -#: driver/xscreensaver-demo.glade2.h:56 +#: driver/xscreensaver-demo.glade2.h:78 msgid "_Kill Daemon" msgstr "_Matar el demonio" @@ -74,7 +79,7 @@ msgid "Tell the running XScreenSaver daemon to exit." msgstr "Ordenar al demonio del XScreenSaver ejecutándose que termine." #: driver/demo-Gtk-widgets.c:235 driver/xscreensaver-demo.glade.h:98 -#: driver/xscreensaver-demo.glade2.h:64 +#: driver/xscreensaver-demo.glade2.h:86 msgid "_Restart Daemon" msgstr "_Reiniciar el demonio" @@ -94,12 +99,12 @@ msgstr "" "Quita el programa de demostración del XScreenSaver (pero deja el demonio del " "XScreenSaver ejecutándose en segundo plano.)" -#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:55 +#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:77 msgid "_Help" msgstr "A_yuda" #: driver/demo-Gtk-widgets.c:290 driver/xscreensaver-demo.glade.h:92 -#: driver/xscreensaver-demo.glade2.h:44 +#: driver/xscreensaver-demo.glade2.h:66 msgid "_About..." msgstr "_Acerca de..." @@ -108,7 +113,7 @@ msgid "Display version information." msgstr "Mostrar la información de la versión." #: driver/demo-Gtk-widgets.c:303 driver/xscreensaver-demo.glade.h:94 -#: driver/xscreensaver-demo.glade2.h:53 +#: driver/xscreensaver-demo.glade2.h:75 msgid "_Documentation..." msgstr "_Documentación..." @@ -121,7 +126,7 @@ msgid "Cycle After" msgstr "Cambiar después de" #: driver/demo-Gtk-widgets.c:364 driver/xscreensaver-demo.glade.h:78 -#: driver/xscreensaver-demo.glade2.h:42 +#: driver/xscreensaver-demo.glade2.h:54 msgid "Whether a password should be required to un-blank the screen." msgstr "" "¿Debería requerirse una contraseña al desactivar el protector de pantalla?" @@ -136,23 +141,24 @@ msgstr "Activar después de" #: driver/demo-Gtk-widgets.c:397 driver/demo-Gtk-widgets.c:447 #: driver/demo-Gtk-widgets.c:461 driver/demo-Gtk-widgets.c:1010 -#: driver/xscreensaver-demo.glade.h:43 driver/xscreensaver-demo.glade2.h:26 +#: driver/xscreensaver-demo.glade.h:43 msgid "How long before the monitor goes completely black." msgstr "Cuanto tiempo antes de que el monitor se oscurezca por completo." #: driver/demo-Gtk-widgets.c:401 driver/demo-Gtk-widgets.c:413 #: driver/demo-Gtk-widgets.c:425 driver/demo-Gtk-widgets.c:1014 #: driver/demo-Gtk-widgets.c:1026 driver/demo-Gtk-widgets.c:1038 -#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:70 +#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:92 msgid "minutes" msgstr "minutos" -#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2661 +#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2831 #: driver/xscreensaver-demo.glade.h:58 msgid "Preview" msgstr "Previsualizar" #: driver/demo-Gtk-widgets.c:484 driver/xscreensaver-demo.glade.h:21 +#: driver/xscreensaver-demo.glade2.h:12 msgid "" "Demo the selected screen saver in full-screen mode (click the mouse to " "return.)" @@ -165,6 +171,7 @@ msgid "Settings..." msgstr "Configuración..." #: driver/demo-Gtk-widgets.c:494 driver/xscreensaver-demo.glade.h:17 +#: driver/xscreensaver-demo.glade2.h:9 msgid "Customization and explanation of the selected screen saver." msgstr "Configuración y explicación del salvapantalla seleccionado." @@ -173,7 +180,7 @@ msgid "Mode:" msgstr "Modo:" #: driver/demo-Gtk-widgets.c:533 driver/xscreensaver-demo.glade.h:25 -#: driver/xscreensaver-demo.glade2.h:14 +#: driver/xscreensaver-demo.glade2.h:16 msgid "Disable Screen Saver" msgstr "Deshabilitar salvapantalla" @@ -183,21 +190,21 @@ msgid "Blank Screen Only" msgstr "Sólo oscurecer la pantalla" #: driver/demo-Gtk-widgets.c:539 driver/xscreensaver-demo.glade.h:56 -#: driver/xscreensaver-demo.glade2.h:32 +#: driver/xscreensaver-demo.glade2.h:42 msgid "Only One Screen Saver" msgstr "Sólo un salvapantalla" #: driver/demo-Gtk-widgets.c:542 driver/xscreensaver-demo.glade.h:60 -#: driver/xscreensaver-demo.glade2.h:35 +#: driver/xscreensaver-demo.glade2.h:44 msgid "Random Screen Saver" msgstr "Salvapantalla al azar" -#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2034 +#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2120 #: driver/xscreensaver-demo.glade.h:75 msgid "Use" msgstr "Usar" -#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2044 +#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2130 #: driver/xscreensaver-demo.glade.h:63 msgid "Screen Saver" msgstr "Salvapantalla" @@ -207,6 +214,7 @@ msgid "\\/" msgstr "\\/" #: driver/demo-Gtk-widgets.c:646 driver/xscreensaver-demo.glade.h:61 +#: driver/xscreensaver-demo.glade2.h:45 msgid "" "Run the next screen saver in the list in full-screen mode (click the mouse " "to return.)" @@ -219,6 +227,7 @@ msgid "/\\" msgstr "/\\" #: driver/demo-Gtk-widgets.c:656 driver/xscreensaver-demo.glade.h:62 +#: driver/xscreensaver-demo.glade2.h:46 msgid "" "Run the previous screen saver in the list in full-screen mode (click the " "mouse to return.)" @@ -227,7 +236,7 @@ msgstr "" "completa (haga clic con el ratón para volver.)" #: driver/demo-Gtk-widgets.c:658 driver/demo-Gtk-widgets.c:1601 -#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:11 +#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:13 msgid "Description" msgstr "Descripción" @@ -236,11 +245,12 @@ msgid "Display Modes" msgstr "Modos de visualización" #: driver/demo-Gtk-widgets.c:701 driver/xscreensaver-demo.glade.h:23 -#: driver/xscreensaver-demo.glade2.h:12 +#: driver/xscreensaver-demo.glade2.h:14 msgid "Diagnostics" msgstr "Diagnósticos" #: driver/demo-Gtk-widgets.c:745 driver/xscreensaver-demo.glade.h:80 +#: driver/xscreensaver-demo.glade2.h:56 msgid "Whether the daemon should print lots of debugging information." msgstr "¿Debería el demonio mostrar montones de información de depuración?" @@ -249,6 +259,7 @@ msgid "Verbose Diagnostics" msgstr "Diagnósticos verbosos" #: driver/demo-Gtk-widgets.c:762 driver/xscreensaver-demo.glade.h:79 +#: driver/xscreensaver-demo.glade2.h:55 msgid "" "Whether any error output of the display modes should be redirected to the " "screen." @@ -261,6 +272,7 @@ msgid "Display Subprocess Errors" msgstr "Mostrar errores de subprocesos" #: driver/demo-Gtk-widgets.c:779 driver/xscreensaver-demo.glade.h:87 +#: driver/xscreensaver-demo.glade2.h:63 msgid "" "Whether the splash screen (with the version number and `Help' button) should " "be momentarily displayed when the daemon first starts up." @@ -278,6 +290,7 @@ msgid "Colormaps" msgstr "Mapas de colores" #: driver/demo-Gtk-widgets.c:834 driver/xscreensaver-demo.glade.h:88 +#: driver/xscreensaver-demo.glade2.h:64 msgid "" "Whether to install a private colormap when running in 8-bit mode on the " "default Visual." @@ -290,6 +303,7 @@ msgid "Install Colormap" msgstr "Instalar mapa de color" #: driver/demo-Gtk-widgets.c:859 driver/xscreensaver-demo.glade.h:86 +#: driver/xscreensaver-demo.glade2.h:62 msgid "" "Whether the screen should slowly fade to black when the screen saver " "activates." @@ -302,6 +316,7 @@ msgid "Fade To Black When Blanking" msgstr "Fundir a negro al activarse" #: driver/demo-Gtk-widgets.c:876 driver/xscreensaver-demo.glade.h:85 +#: driver/xscreensaver-demo.glade2.h:61 msgid "" "Whether the screen should slowly fade in from black when the screen saver " "deactivates." @@ -317,20 +332,22 @@ msgid "Fade Duration" msgstr "Duración del fundido" #: driver/demo-Gtk-widgets.c:922 driver/xscreensaver-demo.glade.h:44 +#: driver/xscreensaver-demo.glade2.h:31 msgid "How long it should take for the screen to fade in and out." msgstr "Cuanto debe tomarle a la pantalla encenderse o apagarse gradualmente." #: driver/demo-Gtk-widgets.c:926 driver/xscreensaver-demo.glade.h:100 -#: driver/xscreensaver-demo.glade2.h:73 +#: driver/xscreensaver-demo.glade2.h:96 msgid "seconds" msgstr "segundos" #: driver/demo-Gtk-widgets.c:936 driver/xscreensaver-demo.glade.h:27 -#: driver/xscreensaver-demo.glade2.h:15 +#: driver/xscreensaver-demo.glade2.h:17 msgid "Display Power Management" msgstr "Mostrar administración de energía" #: driver/demo-Gtk-widgets.c:980 driver/xscreensaver-demo.glade.h:84 +#: driver/xscreensaver-demo.glade2.h:60 msgid "Whether the monitor should be powered down after a while." msgstr "¿Debería el monitor ser apagado después de un largo período?" @@ -351,21 +368,24 @@ msgid "Standby After" msgstr "Modo de espera después de" #: driver/demo-Gtk-widgets.c:1099 driver/xscreensaver-demo.glade.h:45 +#: driver/xscreensaver-demo.glade2.h:33 msgid "How long until the monitor goes into power-saving mode." msgstr "" "Cuanto tiempo debe pasar para que el monitor entre en modo de ahorro de " "energía." #: driver/demo-Gtk-widgets.c:1113 driver/xscreensaver-demo.glade.h:46 +#: driver/xscreensaver-demo.glade2.h:34 msgid "How long until the monitor powers down." msgstr "Cuanto tiempo debe pasar para que el monitor se apague." #: driver/demo-Gtk-widgets.c:1117 driver/xscreensaver-demo.glade.h:47 -#: driver/xscreensaver-demo.glade2.h:27 +#: driver/xscreensaver-demo.glade2.h:35 msgid "Image Manipulation" msgstr "Manipulación de la imagen" #: driver/demo-Gtk-widgets.c:1161 driver/xscreensaver-demo.glade.h:81 +#: driver/xscreensaver-demo.glade2.h:57 msgid "" "Whether the image-manipulating modes should be allowed to operate on an " "image of your desktop." @@ -390,6 +410,7 @@ msgid "Grab Video Frames" msgstr "Tomar cuadros de vídeo" #: driver/demo-Gtk-widgets.c:1195 driver/xscreensaver-demo.glade.h:83 +#: driver/xscreensaver-demo.glade2.h:59 msgid "" "Whether the image-manipulating modes should operate on random images loaded " "from disk." @@ -402,6 +423,7 @@ msgid "Choose Random Image:" msgstr "Seleccionar imagen aleatoriamente:" #: driver/demo-Gtk-widgets.c:1230 driver/xscreensaver-demo.glade.h:73 +#: driver/xscreensaver-demo.glade2.h:52 msgid "The directory from which images will be randomly chosen." msgstr "" "El directorio desde donde las imágenes serán seleccionadas aleatoriamente." @@ -420,12 +442,12 @@ msgid "XScreenSaver: Mode-Specific Settings" msgstr "XScreenSaver: configuraciones del modo-específico" #: driver/demo-Gtk-widgets.c:1460 driver/xscreensaver-demo.glade.h:64 -#: driver/xscreensaver-demo.glade2.h:36 +#: driver/xscreensaver-demo.glade2.h:47 msgid "Settings" msgstr "Configuración" #: driver/demo-Gtk-widgets.c:1489 driver/xscreensaver-demo.glade.h:66 -#: driver/xscreensaver-demo.glade2.h:38 +#: driver/xscreensaver-demo.glade2.h:49 msgid "Standard" msgstr "Estándar" @@ -434,7 +456,7 @@ msgid "Visual:" msgstr "Visual:" #: driver/demo-Gtk-widgets.c:1544 driver/demo-Gtk-widgets.c:1567 -#: driver/demo-Gtk.c:1479 driver/demo-Gtk.c:2680 +#: driver/demo-Gtk.c:1518 driver/demo-Gtk.c:2850 #: driver/xscreensaver-demo.glade.h:5 driver/xscreensaver-demo.glade2.h:3 msgid "Any" msgstr "Cualquiera" @@ -445,42 +467,42 @@ msgid "Best" msgstr "Mejor" #: driver/demo-Gtk-widgets.c:1546 driver/xscreensaver-demo.glade.h:19 -#: driver/xscreensaver-demo.glade2.h:9 +#: driver/xscreensaver-demo.glade2.h:10 msgid "Default" msgstr "Predeterminada" #: driver/demo-Gtk-widgets.c:1547 driver/xscreensaver-demo.glade.h:20 -#: driver/xscreensaver-demo.glade2.h:10 +#: driver/xscreensaver-demo.glade2.h:11 msgid "Default-N" msgstr "Predeterminada-N" #: driver/demo-Gtk-widgets.c:1548 driver/xscreensaver-demo.glade.h:37 -#: driver/xscreensaver-demo.glade2.h:21 +#: driver/xscreensaver-demo.glade2.h:23 msgid "GL" msgstr "GL" #: driver/demo-Gtk-widgets.c:1549 driver/xscreensaver-demo.glade.h:74 -#: driver/xscreensaver-demo.glade2.h:41 +#: driver/xscreensaver-demo.glade2.h:53 msgid "TrueColor" msgstr "Color verdadero" #: driver/demo-Gtk-widgets.c:1550 driver/xscreensaver-demo.glade.h:59 -#: driver/xscreensaver-demo.glade2.h:34 +#: driver/xscreensaver-demo.glade2.h:43 msgid "PseudoColor" msgstr "PseudoColor" #: driver/demo-Gtk-widgets.c:1551 driver/xscreensaver-demo.glade.h:69 -#: driver/xscreensaver-demo.glade2.h:39 +#: driver/xscreensaver-demo.glade2.h:50 msgid "StaticGray" msgstr "Gris estático" #: driver/demo-Gtk-widgets.c:1552 driver/xscreensaver-demo.glade.h:42 -#: driver/xscreensaver-demo.glade2.h:25 +#: driver/xscreensaver-demo.glade2.h:27 msgid "GrayScale" msgstr "Escala de grises" #: driver/demo-Gtk-widgets.c:1553 driver/xscreensaver-demo.glade.h:24 -#: driver/xscreensaver-demo.glade2.h:13 +#: driver/xscreensaver-demo.glade2.h:15 msgid "DirectColor" msgstr "Color directo" @@ -490,12 +512,12 @@ msgid "Color" msgstr "Color" #: driver/demo-Gtk-widgets.c:1555 driver/xscreensaver-demo.glade.h:41 -#: driver/xscreensaver-demo.glade2.h:24 +#: driver/xscreensaver-demo.glade2.h:26 msgid "Gray" msgstr "Gris" #: driver/demo-Gtk-widgets.c:1556 driver/xscreensaver-demo.glade.h:53 -#: driver/xscreensaver-demo.glade2.h:29 +#: driver/xscreensaver-demo.glade2.h:37 msgid "Mono" msgstr "Mono" @@ -536,7 +558,7 @@ msgstr "Normal <<" msgid "Back to the graphical configuration options." msgstr "Volver a las opciones de configuración gráfica." -#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:688 +#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:727 #: driver/xscreensaver-demo.glade.h:54 msgid "OK" msgstr "Aceptar" @@ -545,21 +567,11 @@ msgstr "Aceptar" msgid "Cancel" msgstr "Cancelar" -#: driver/demo-Gtk.c:601 +#: driver/demo-Gtk.c:632 msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "Por actualizaciones visite la página http://www.jwz.org/xscreensaver/" -#: driver/demo-Gtk.c:608 -#, fuzzy, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "Copyright 1991-2002 %s" - -#: driver/demo-Gtk.c:610 -#, fuzzy, c-format -msgid "Copyright 1991-2002 %s" -msgstr "Copyright 1991-2002 %s" - -#: driver/demo-Gtk.c:726 +#: driver/demo-Gtk.c:765 msgid "" "Error:\n" "\n" @@ -569,7 +581,7 @@ msgstr "" "\n" "No se ha especificado una dirección para la ayuda.\n" -#: driver/demo-Gtk.c:812 +#: driver/demo-Gtk.c:851 msgid "" "Error:\n" "\n" @@ -581,7 +593,7 @@ msgstr "" "El demonio del XScreenSaver no se ha iniciado correctamente.\n" "\n" -#: driver/demo-Gtk.c:818 +#: driver/demo-Gtk.c:857 msgid "" "You are running as root. This usually means that xscreensaver\n" "was unable to contact your X server because access control is\n" @@ -615,11 +627,11 @@ msgstr "" "Usted no debería ejecutar X como root. En vez de eso debería conectarse\n" "como un usuario normal y utilizar el comando «su» cuando sea necesario." -#: driver/demo-Gtk.c:834 +#: driver/demo-Gtk.c:873 msgid "Please check your $PATH and permissions." msgstr "Por favor chequee su variable $PATH y los permisos." -#: driver/demo-Gtk.c:869 +#: driver/demo-Gtk.c:908 msgid "" "Error:\n" "\n" @@ -629,7 +641,7 @@ msgstr "" "\n" "¡No se ha podido determinar el nombre del archivo init!\n" -#: driver/demo-Gtk.c:874 +#: driver/demo-Gtk.c:913 #, c-format msgid "" "Error:\n" @@ -640,7 +652,7 @@ msgstr "" "\n" "No se ha podido escribir %s\n" -#: driver/demo-Gtk.c:933 +#: driver/demo-Gtk.c:972 msgid "" "Error:\n" "\n" @@ -650,7 +662,7 @@ msgstr "" "\n" "No se ha encontrado el recurso de configuración «manualCommand»." -#: driver/demo-Gtk.c:1114 +#: driver/demo-Gtk.c:1153 #, c-format msgid "" "Error:\n" @@ -661,7 +673,7 @@ msgstr "" "\n" "Formato de hora inválido: «%s»\n" -#: driver/demo-Gtk.c:1779 +#: driver/demo-Gtk.c:1818 #, c-format msgid "" "Error:\n" @@ -672,24 +684,24 @@ msgstr "" "\n" "El directorio no existe: «%s»\n" -#: driver/demo-Gtk.c:2376 +#: driver/demo-Gtk.c:2532 msgid "Descriptions not available: no XML support compiled in." msgstr "" "Descripciones no disponibles: No se ha compilado con el soporte para XML." -#: driver/demo-Gtk.c:2381 +#: driver/demo-Gtk.c:2537 msgid "No description available." msgstr "No hay descripción disponible" -#: driver/demo-Gtk.c:2632 +#: driver/demo-Gtk.c:2802 msgid "Blank Screen" msgstr "Activar protector" -#: driver/demo-Gtk.c:2638 +#: driver/demo-Gtk.c:2808 msgid "Screen Saver Disabled" msgstr "Salvapantalla desactivado" -#: driver/demo-Gtk.c:2798 +#: driver/demo-Gtk.c:2996 #, c-format msgid "" "Warning:\n" @@ -700,15 +712,23 @@ msgstr "" "\n" "El archivo «%s» ha cambiado. Reiniciando.\n" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "No Preview" msgstr "Sin vista previa" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "Available" msgstr "Disponibles" -#: driver/demo-Gtk.c:3543 +#: driver/demo-Gtk.c:3079 +msgid "Not" +msgstr "" + +#: driver/demo-Gtk.c:3079 +msgid "Installed" +msgstr "" + +#: driver/demo-Gtk.c:3780 #, c-format msgid "" "Warning:\n" @@ -721,7 +741,7 @@ msgstr "" "El demonio del XScreenSaver no parece estar ejecutándose\n" "en la pantalla «%s». ¿Desea ejecutarlo ahora?" -#: driver/demo-Gtk.c:3553 +#: driver/demo-Gtk.c:3790 #, c-format msgid "" "Warning:\n" @@ -754,7 +774,7 @@ msgstr "" "\n" "¿Reiniciar el demonio del XScreenSaver ahora?\n" -#: driver/demo-Gtk.c:3578 +#: driver/demo-Gtk.c:3815 #, c-format msgid "" "Warning:\n" @@ -781,7 +801,7 @@ msgstr "" "\n" "¿Reiniciar el demonio en «%s» como «%s» en este momento?\n" -#: driver/demo-Gtk.c:3600 +#: driver/demo-Gtk.c:3837 #, c-format msgid "" "Warning:\n" @@ -801,14 +821,19 @@ msgstr "" "\n" "¿Reiniciar el demonio del XScreenSaver ahora?\n" -#: driver/demo-Gtk.c:3999 +#: driver/demo-Gtk.c:4272 #, c-format msgid "%s: unknown option: %s\n" msgstr "%s: opción desconocida: %s\n" +#: driver/demo-Gtk.c:4335 +#, fuzzy +msgid "Screensaver Preferences" +msgstr "Salvapantallas" + #: driver/screensaver-properties.desktop.in.h:1 -msgid "Configure the settings of the screensaver." -msgstr "Configura los parametros del salvapantalla" +msgid "Change screensaver properties" +msgstr "" #: driver/screensaver-properties.desktop.in.h:2 msgid "Screensaver" @@ -826,39 +851,59 @@ msgstr "*" msgid "Choose _Random Image:" msgstr "Selecciona_r una imagen al azar:" -#: driver/xscreensaver-demo.glade2.h:16 +#: driver/xscreensaver-demo.glade2.h:18 msgid "Display Subprocess _Errors" msgstr "Mostrar _errores de subprocesos" -#: driver/xscreensaver-demo.glade2.h:17 +#: driver/xscreensaver-demo.glade2.h:19 msgid "Display _Splash Screen at Startup" msgstr "Mostrar pantalla de pre_sentación en el arranque" -#: driver/xscreensaver-demo.glade2.h:18 +#: driver/xscreensaver-demo.glade2.h:20 msgid "F_ade Duration" msgstr "Dur_ación del fundido" -#: driver/xscreensaver-demo.glade2.h:19 +#: driver/xscreensaver-demo.glade2.h:21 msgid "Fade from Black When _Unblanking" msgstr "F_undir desde negro al desactivar" -#: driver/xscreensaver-demo.glade2.h:20 +#: driver/xscreensaver-demo.glade2.h:22 msgid "Fade to Black when _Blanking" msgstr "Fundir a _negro al activarse" -#: driver/xscreensaver-demo.glade2.h:22 +#: driver/xscreensaver-demo.glade2.h:24 msgid "Grab Desktop _Images" msgstr "Tomar _imágenes del escritorio" -#: driver/xscreensaver-demo.glade2.h:23 +#: driver/xscreensaver-demo.glade2.h:25 msgid "Grab _Video Frames" msgstr "Tomar cuadros de _vídeo" #: driver/xscreensaver-demo.glade2.h:28 +msgid "How long after the screen blanks until a password will be required." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:29 +#, fuzzy +msgid "How long before the screensaver activates." +msgstr "Cuanto debe tomarle a la pantalla encenderse o apagarse gradualmente." + +#: driver/xscreensaver-demo.glade2.h:30 +msgid "" +"How long each display mode should run before choosing a new one (in Random " +"mode.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:32 +#, fuzzy +msgid "How long until the monitor goes completely black." +msgstr "Cuanto tiempo antes de que el monitor se oscurezca por completo." + +#: driver/xscreensaver-demo.glade2.h:36 msgid "Install _Colormap" msgstr "Instalar mapa de _color" -#: driver/xscreensaver-demo.glade2.h:30 +#: driver/xscreensaver-demo.glade2.h:38 msgid "" "No Preview\n" "Available" @@ -866,95 +911,111 @@ msgstr "" "Vista previa\n" "no disponible" -#: driver/xscreensaver-demo.glade2.h:33 -msgid "Preview of screen saver" -msgstr "Vista previa del salvapantallas" +#: driver/xscreensaver-demo.glade2.h:40 +msgid "" +"Not\n" +"Installed" +msgstr "" -#: driver/xscreensaver-demo.glade2.h:37 +#: driver/xscreensaver-demo.glade2.h:48 msgid "Stand_by After" msgstr "Modo de e_spera después de" -#: driver/xscreensaver-demo.glade2.h:40 +#: driver/xscreensaver-demo.glade2.h:51 msgid "Sus_pend After" msgstr "Sus_pender después de" -#: driver/xscreensaver-demo.glade2.h:45 +#: driver/xscreensaver-demo.glade2.h:58 +#, fuzzy +msgid "" +"Whether the image-manipulating modes should operate on images captured from " +"the system's video input (if there is one.)" +msgstr "" +"¿Deberían los modos de manipulación de imagen trabajar con capturas de la " +"entrada de vídeo del sistema (si existe una)?" + +#: driver/xscreensaver-demo.glade2.h:67 msgid "_Advanced" msgstr "_Avanzado" -#: driver/xscreensaver-demo.glade2.h:46 +#: driver/xscreensaver-demo.glade2.h:68 msgid "_Advanced >>" msgstr "_Avanzado >>" -#: driver/xscreensaver-demo.glade2.h:47 +#: driver/xscreensaver-demo.glade2.h:69 msgid "_Blank After" msgstr "Ac_tivar después de" -#: driver/xscreensaver-demo.glade2.h:49 +#: driver/xscreensaver-demo.glade2.h:71 msgid "_Browse" msgstr "_Buscar" -#: driver/xscreensaver-demo.glade2.h:50 +#: driver/xscreensaver-demo.glade2.h:72 msgid "_Command Line:" msgstr "Línea de _comandos:" -#: driver/xscreensaver-demo.glade2.h:51 +#: driver/xscreensaver-demo.glade2.h:73 msgid "_Cycle After" msgstr "_Ciclar después de" -#: driver/xscreensaver-demo.glade2.h:52 +#: driver/xscreensaver-demo.glade2.h:74 msgid "_Display Modes" msgstr "Mo_dos de visualización" -#: driver/xscreensaver-demo.glade2.h:57 +#: driver/xscreensaver-demo.glade2.h:79 msgid "_Lock Screen After" msgstr "B_loquear pantalla después de" -#: driver/xscreensaver-demo.glade2.h:59 +#: driver/xscreensaver-demo.glade2.h:81 msgid "_Mode:" msgstr "_Modo:" -#: driver/xscreensaver-demo.glade2.h:60 +#: driver/xscreensaver-demo.glade2.h:82 msgid "_Off After" msgstr "A_pagar después de" -#: driver/xscreensaver-demo.glade2.h:61 +#: driver/xscreensaver-demo.glade2.h:83 msgid "_Power Management Enabled" msgstr "A_dministración de energía habilitada" -#: driver/xscreensaver-demo.glade2.h:62 +#: driver/xscreensaver-demo.glade2.h:84 msgid "_Preview" msgstr "_Previsualizar" -#: driver/xscreensaver-demo.glade2.h:63 +#: driver/xscreensaver-demo.glade2.h:85 msgid "_Quit" msgstr "Sal_ir" -#: driver/xscreensaver-demo.glade2.h:65 +#: driver/xscreensaver-demo.glade2.h:87 msgid "_Settings..." msgstr "_Configuración..." -#: driver/xscreensaver-demo.glade2.h:66 +#: driver/xscreensaver-demo.glade2.h:88 msgid "_Standard <<" msgstr "_Normal <<" -#: driver/xscreensaver-demo.glade2.h:67 -msgid "_Verbose Dialognostics" -msgstr "Diagnósticos _verbosos" +#: driver/xscreensaver-demo.glade2.h:89 +#, fuzzy +msgid "_Verbose Diagnostics" +msgstr "Diagnósticos verbosos" -#: driver/xscreensaver-demo.glade2.h:68 +#: driver/xscreensaver-demo.glade2.h:90 msgid "_Visual:" msgstr "_Visual:" -#: driver/xscreensaver-demo.glade2.h:69 +#: driver/xscreensaver-demo.glade2.h:91 msgid "dialog1" msgstr "dialog1" -#: driver/xscreensaver-demo.glade2.h:71 +#: driver/xscreensaver-demo.glade2.h:93 msgid "no preview" msgstr "sin vista previa" -#: driver/xscreensaver-demo.glade2.h:72 +#: driver/xscreensaver-demo.glade2.h:94 +msgid "not installed" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:95 msgid "preview" msgstr "vista previa" @@ -966,85 +1027,95 @@ msgstr "Anémona" msgid "Arms" msgstr "Brazos" -#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:5 +#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:6 #: hacks/config/apollonian.xml.h:5 hacks/config/atlantis.xml.h:4 -#: hacks/config/attraction.xml.h:8 hacks/config/blaster.xml.h:3 -#: hacks/config/blitspin.xml.h:4 hacks/config/bouboule.xml.h:3 +#: hacks/config/attraction.xml.h:8 hacks/config/atunnel.xml.h:3 +#: hacks/config/barcode.xml.h:4 hacks/config/blaster.xml.h:3 +#: hacks/config/blitspin.xml.h:4 hacks/config/blocktube.xml.h:4 +#: hacks/config/bouboule.xml.h:3 hacks/config/bouncingcow.xml.h:6 #: hacks/config/boxed.xml.h:4 hacks/config/braid.xml.h:4 #: hacks/config/bubble3d.xml.h:3 hacks/config/bubbles.xml.h:8 #: hacks/config/bumps.xml.h:3 hacks/config/cage.xml.h:2 -#: hacks/config/circuit.xml.h:4 hacks/config/compass.xml.h:3 -#: hacks/config/coral.xml.h:7 hacks/config/critical.xml.h:3 -#: hacks/config/crystal.xml.h:6 hacks/config/cubenetic.xml.h:8 +#: hacks/config/circuit.xml.h:4 hacks/config/cloudlife.xml.h:3 +#: hacks/config/compass.xml.h:3 hacks/config/coral.xml.h:7 +#: hacks/config/critical.xml.h:3 hacks/config/crystal.xml.h:6 +#: hacks/config/cubenetic.xml.h:8 hacks/config/cubestorm.xml.h:4 #: hacks/config/cynosure.xml.h:4 hacks/config/dangerball.xml.h:3 #: hacks/config/decayscreen.xml.h:2 hacks/config/deluxe.xml.h:4 #: hacks/config/demon.xml.h:4 hacks/config/discrete.xml.h:2 #: hacks/config/distort.xml.h:4 hacks/config/drift.xml.h:3 -#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:3 -#: hacks/config/epicycle.xml.h:5 hacks/config/euler2d.xml.h:3 -#: hacks/config/extrusion.xml.h:3 hacks/config/fadeplot.xml.h:4 -#: hacks/config/flag.xml.h:2 hacks/config/flame.xml.h:6 -#: hacks/config/flipscreen3d.xml.h:1 hacks/config/flow.xml.h:4 -#: hacks/config/fluidballs.xml.h:3 hacks/config/forest.xml.h:1 +#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:8 +#: hacks/config/epicycle.xml.h:5 hacks/config/eruption.xml.h:5 +#: hacks/config/euler2d.xml.h:3 hacks/config/extrusion.xml.h:3 +#: hacks/config/fadeplot.xml.h:4 hacks/config/flag.xml.h:2 +#: hacks/config/flame.xml.h:6 hacks/config/flipscreen3d.xml.h:1 +#: hacks/config/flow.xml.h:4 hacks/config/fluidballs.xml.h:5 +#: hacks/config/flyingtoasters.xml.h:5 hacks/config/forest.xml.h:1 #: hacks/config/galaxy.xml.h:3 hacks/config/gears.xml.h:2 -#: hacks/config/gflux.xml.h:6 hacks/config/glforestfire.xml.h:4 -#: hacks/config/glplanet.xml.h:2 hacks/config/glsnake.xml.h:5 -#: hacks/config/gltext.xml.h:3 hacks/config/goop.xml.h:4 -#: hacks/config/grav.xml.h:2 hacks/config/greynetic.xml.h:1 -#: hacks/config/halo.xml.h:2 hacks/config/hopalong.xml.h:9 -#: hacks/config/hyperball.xml.h:2 hacks/config/hypercube.xml.h:2 +#: hacks/config/gflux.xml.h:6 hacks/config/glblur.xml.h:4 +#: hacks/config/glforestfire.xml.h:4 hacks/config/glknots.xml.h:3 +#: hacks/config/glmatrix.xml.h:8 hacks/config/glplanet.xml.h:2 +#: hacks/config/glsnake.xml.h:5 hacks/config/gltext.xml.h:3 +#: hacks/config/goop.xml.h:4 hacks/config/grav.xml.h:2 +#: hacks/config/greynetic.xml.h:1 hacks/config/halo.xml.h:2 +#: hacks/config/hopalong.xml.h:9 hacks/config/hyperball.xml.h:2 +#: hacks/config/hypercube.xml.h:2 hacks/config/hypertorus.xml.h:6 #: hacks/config/ifs.xml.h:1 hacks/config/interference.xml.h:5 -#: hacks/config/jigsaw.xml.h:3 hacks/config/juggle.xml.h:3 -#: hacks/config/julia.xml.h:2 hacks/config/kaleidescope.xml.h:2 +#: hacks/config/jigglypuff.xml.h:6 hacks/config/jigsaw.xml.h:3 +#: hacks/config/juggle.xml.h:3 hacks/config/julia.xml.h:2 +#: hacks/config/kaleidescope.xml.h:2 hacks/config/klein.xml.h:2 #: hacks/config/kumppa.xml.h:3 hacks/config/lament.xml.h:2 #: hacks/config/laser.xml.h:3 hacks/config/lavalite.xml.h:10 #: hacks/config/lightning.xml.h:1 hacks/config/lisa.xml.h:2 #: hacks/config/lissie.xml.h:3 hacks/config/lmorph.xml.h:3 #: hacks/config/loop.xml.h:1 hacks/config/maze.xml.h:4 -#: hacks/config/menger.xml.h:3 hacks/config/moebius.xml.h:3 -#: hacks/config/moire2.xml.h:2 hacks/config/molecule.xml.h:10 -#: hacks/config/morph3d.xml.h:3 hacks/config/mountain.xml.h:2 -#: hacks/config/munch.xml.h:3 hacks/config/nerverot.xml.h:9 -#: hacks/config/penetrate.xml.h:3 hacks/config/penrose.xml.h:6 -#: hacks/config/petri.xml.h:5 hacks/config/phosphor.xml.h:3 +#: hacks/config/menger.xml.h:3 hacks/config/metaballs.xml.h:4 +#: hacks/config/moebius.xml.h:3 hacks/config/moire2.xml.h:2 +#: hacks/config/molecule.xml.h:10 hacks/config/morph3d.xml.h:3 +#: hacks/config/mountain.xml.h:2 hacks/config/munch.xml.h:3 +#: hacks/config/nerverot.xml.h:9 hacks/config/penetrate.xml.h:3 +#: hacks/config/penrose.xml.h:6 hacks/config/petri.xml.h:5 +#: hacks/config/phosphor.xml.h:3 hacks/config/piecewise.xml.h:4 #: hacks/config/pipes.xml.h:5 hacks/config/polyominoes.xml.h:2 -#: hacks/config/pulsar.xml.h:11 hacks/config/pyro.xml.h:4 -#: hacks/config/qix.xml.h:7 hacks/config/queens.xml.h:1 -#: hacks/config/rd-bomb.xml.h:9 hacks/config/ripples.xml.h:4 -#: hacks/config/rocks.xml.h:4 hacks/config/rotor.xml.h:3 -#: hacks/config/rubik.xml.h:3 hacks/config/sballs.xml.h:4 -#: hacks/config/shadebobs.xml.h:3 hacks/config/sierpinski.xml.h:2 -#: hacks/config/sierpinski3d.xml.h:2 hacks/config/slidescreen.xml.h:2 -#: hacks/config/slip.xml.h:2 hacks/config/speedmine.xml.h:3 -#: hacks/config/sphere.xml.h:2 hacks/config/spheremonics.xml.h:5 -#: hacks/config/spiral.xml.h:3 hacks/config/spotlight.xml.h:2 -#: hacks/config/sproingies.xml.h:2 hacks/config/squiral.xml.h:4 -#: hacks/config/stairs.xml.h:1 hacks/config/starfish.xml.h:3 -#: hacks/config/starwars.xml.h:6 hacks/config/strange.xml.h:2 -#: hacks/config/superquadrics.xml.h:3 hacks/config/swirl.xml.h:2 -#: hacks/config/t3d.xml.h:6 hacks/config/thornbird.xml.h:2 -#: hacks/config/triangle.xml.h:1 hacks/config/truchet.xml.h:1 -#: hacks/config/twang.xml.h:3 hacks/config/vines.xml.h:1 -#: hacks/config/webcollage.xml.h:4 hacks/config/worm.xml.h:3 -#: hacks/config/xearth.xml.h:7 hacks/config/xfishtank.xml.h:3 -#: hacks/config/xflame.xml.h:4 hacks/config/xjack.xml.h:1 -#: hacks/config/xmatrix.xml.h:5 hacks/config/xmountains.xml.h:1 -#: hacks/config/xrayswarm.xml.h:2 hacks/config/zoom.xml.h:2 +#: hacks/config/popsquares.xml.h:3 hacks/config/pulsar.xml.h:11 +#: hacks/config/pyro.xml.h:4 hacks/config/qix.xml.h:7 +#: hacks/config/queens.xml.h:1 hacks/config/rd-bomb.xml.h:9 +#: hacks/config/ripples.xml.h:4 hacks/config/rocks.xml.h:4 +#: hacks/config/rotor.xml.h:3 hacks/config/rubik.xml.h:3 +#: hacks/config/sballs.xml.h:4 hacks/config/shadebobs.xml.h:3 +#: hacks/config/sierpinski.xml.h:2 hacks/config/sierpinski3d.xml.h:2 +#: hacks/config/slidescreen.xml.h:2 hacks/config/slip.xml.h:2 +#: hacks/config/speedmine.xml.h:3 hacks/config/sphere.xml.h:2 +#: hacks/config/spheremonics.xml.h:5 hacks/config/spiral.xml.h:3 +#: hacks/config/spotlight.xml.h:2 hacks/config/sproingies.xml.h:2 +#: hacks/config/squiral.xml.h:4 hacks/config/stairs.xml.h:1 +#: hacks/config/starfish.xml.h:3 hacks/config/starwars.xml.h:6 +#: hacks/config/strange.xml.h:2 hacks/config/superquadrics.xml.h:4 +#: hacks/config/swirl.xml.h:2 hacks/config/t3d.xml.h:6 +#: hacks/config/thornbird.xml.h:2 hacks/config/triangle.xml.h:1 +#: hacks/config/truchet.xml.h:1 hacks/config/twang.xml.h:3 +#: hacks/config/vines.xml.h:1 hacks/config/webcollage.xml.h:4 +#: hacks/config/worm.xml.h:3 hacks/config/xearth.xml.h:7 +#: hacks/config/xfishtank.xml.h:3 hacks/config/xflame.xml.h:4 +#: hacks/config/xjack.xml.h:1 hacks/config/xmatrix.xml.h:5 +#: hacks/config/xmountains.xml.h:1 hacks/config/xrayswarm.xml.h:2 +#: hacks/config/zoom.xml.h:2 msgid "Fast" msgstr "Rápido" #: hacks/config/anemone.xml.h:4 hacks/config/blaster.xml.h:4 #: hacks/config/bouboule.xml.h:4 hacks/config/coral.xml.h:8 -#: hacks/config/cubenetic.xml.h:9 hacks/config/euler2d.xml.h:4 -#: hacks/config/flame.xml.h:7 hacks/config/fluidballs.xml.h:4 -#: hacks/config/kaleidescope.xml.h:3 hacks/config/lisa.xml.h:3 -#: hacks/config/pedal.xml.h:4 hacks/config/petri.xml.h:7 -#: hacks/config/qix.xml.h:8 hacks/config/thornbird.xml.h:3 -#: hacks/config/whirlwindwarp.xml.h:1 hacks/config/xfishtank.xml.h:4 +#: hacks/config/cubenetic.xml.h:9 hacks/config/eruption.xml.h:6 +#: hacks/config/euler2d.xml.h:4 hacks/config/flame.xml.h:7 +#: hacks/config/fluidballs.xml.h:6 hacks/config/kaleidescope.xml.h:3 +#: hacks/config/lisa.xml.h:3 hacks/config/pedal.xml.h:4 +#: hacks/config/petri.xml.h:7 hacks/config/qix.xml.h:8 +#: hacks/config/thornbird.xml.h:3 hacks/config/whirlwindwarp.xml.h:1 +#: hacks/config/xfishtank.xml.h:4 msgid "Few" msgstr "Poco" -#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:8 +#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:9 #: hacks/config/apollonian.xml.h:7 hacks/config/attraction.xml.h:18 #: hacks/config/blaster.xml.h:6 hacks/config/bouboule.xml.h:5 #: hacks/config/braid.xml.h:7 hacks/config/coral.xml.h:9 @@ -1053,17 +1124,18 @@ msgstr "Poco" #: hacks/config/deco.xml.h:5 hacks/config/deluxe.xml.h:6 #: hacks/config/demon.xml.h:6 hacks/config/discrete.xml.h:4 #: hacks/config/drift.xml.h:9 hacks/config/epicycle.xml.h:8 -#: hacks/config/euler2d.xml.h:8 hacks/config/fadeplot.xml.h:6 -#: hacks/config/flag.xml.h:5 hacks/config/flame.xml.h:11 -#: hacks/config/flow.xml.h:8 hacks/config/fluidballs.xml.h:13 -#: hacks/config/forest.xml.h:3 hacks/config/galaxy.xml.h:6 -#: hacks/config/grav.xml.h:4 hacks/config/halo.xml.h:4 -#: hacks/config/hopalong.xml.h:15 hacks/config/ifs.xml.h:3 -#: hacks/config/imsmap.xml.h:9 hacks/config/interference.xml.h:11 -#: hacks/config/julia.xml.h:6 hacks/config/kaleidescope.xml.h:5 -#: hacks/config/laser.xml.h:6 hacks/config/lightning.xml.h:3 -#: hacks/config/lisa.xml.h:5 hacks/config/lissie.xml.h:6 -#: hacks/config/loop.xml.h:4 hacks/config/moire.xml.h:5 +#: hacks/config/eruption.xml.h:12 hacks/config/euler2d.xml.h:8 +#: hacks/config/fadeplot.xml.h:6 hacks/config/flag.xml.h:5 +#: hacks/config/flame.xml.h:11 hacks/config/flow.xml.h:8 +#: hacks/config/fluidballs.xml.h:13 hacks/config/forest.xml.h:3 +#: hacks/config/galaxy.xml.h:6 hacks/config/grav.xml.h:4 +#: hacks/config/halo.xml.h:4 hacks/config/hopalong.xml.h:15 +#: hacks/config/ifs.xml.h:3 hacks/config/imsmap.xml.h:9 +#: hacks/config/interference.xml.h:11 hacks/config/julia.xml.h:6 +#: hacks/config/kaleidescope.xml.h:5 hacks/config/laser.xml.h:6 +#: hacks/config/lightning.xml.h:3 hacks/config/lisa.xml.h:5 +#: hacks/config/lissie.xml.h:6 hacks/config/loop.xml.h:4 +#: hacks/config/metaballs.xml.h:6 hacks/config/moire.xml.h:5 #: hacks/config/moire2.xml.h:3 hacks/config/mountain.xml.h:4 #: hacks/config/nerverot.xml.h:15 hacks/config/pedal.xml.h:6 #: hacks/config/penrose.xml.h:7 hacks/config/petri.xml.h:11 @@ -1081,111 +1153,131 @@ msgstr "Poco" msgid "Many" msgstr "Muchas" -#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:10 +#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:11 #: hacks/config/apollonian.xml.h:8 hacks/config/attraction.xml.h:19 #: hacks/config/bouboule.xml.h:6 hacks/config/braid.xml.h:9 #: hacks/config/critical.xml.h:5 hacks/config/crystal.xml.h:10 #: hacks/config/cynosure.xml.h:7 hacks/config/deco.xml.h:8 #: hacks/config/deluxe.xml.h:7 hacks/config/demon.xml.h:7 #: hacks/config/discrete.xml.h:6 hacks/config/drift.xml.h:10 -#: hacks/config/epicycle.xml.h:9 hacks/config/euler2d.xml.h:9 -#: hacks/config/fadeplot.xml.h:7 hacks/config/flag.xml.h:6 -#: hacks/config/flame.xml.h:12 hacks/config/flow.xml.h:9 -#: hacks/config/forest.xml.h:4 hacks/config/galaxy.xml.h:7 -#: hacks/config/grav.xml.h:5 hacks/config/halo.xml.h:6 -#: hacks/config/hopalong.xml.h:17 hacks/config/ifs.xml.h:4 -#: hacks/config/imsmap.xml.h:10 hacks/config/interference.xml.h:12 -#: hacks/config/julia.xml.h:7 hacks/config/laser.xml.h:8 -#: hacks/config/lightning.xml.h:4 hacks/config/lisa.xml.h:6 -#: hacks/config/lissie.xml.h:7 hacks/config/loop.xml.h:5 +#: hacks/config/epicycle.xml.h:9 hacks/config/eruption.xml.h:14 +#: hacks/config/euler2d.xml.h:9 hacks/config/fadeplot.xml.h:7 +#: hacks/config/flag.xml.h:6 hacks/config/flame.xml.h:12 +#: hacks/config/flow.xml.h:9 hacks/config/forest.xml.h:4 +#: hacks/config/galaxy.xml.h:7 hacks/config/grav.xml.h:5 +#: hacks/config/halo.xml.h:6 hacks/config/hopalong.xml.h:17 +#: hacks/config/ifs.xml.h:4 hacks/config/imsmap.xml.h:10 +#: hacks/config/interference.xml.h:12 hacks/config/julia.xml.h:7 +#: hacks/config/laser.xml.h:8 hacks/config/lightning.xml.h:4 +#: hacks/config/lisa.xml.h:6 hacks/config/lissie.xml.h:7 +#: hacks/config/loop.xml.h:5 hacks/config/metaballs.xml.h:10 #: hacks/config/moire.xml.h:7 hacks/config/moire2.xml.h:5 #: hacks/config/mountain.xml.h:6 hacks/config/penrose.xml.h:8 -#: hacks/config/polyominoes.xml.h:6 hacks/config/rd-bomb.xml.h:13 -#: hacks/config/rocks.xml.h:6 hacks/config/rotor.xml.h:7 -#: hacks/config/shadebobs.xml.h:6 hacks/config/sierpinski.xml.h:5 -#: hacks/config/slip.xml.h:5 hacks/config/sphere.xml.h:4 -#: hacks/config/spiral.xml.h:8 hacks/config/squiral.xml.h:10 -#: hacks/config/starfish.xml.h:6 hacks/config/strange.xml.h:6 -#: hacks/config/swirl.xml.h:5 hacks/config/thornbird.xml.h:5 -#: hacks/config/triangle.xml.h:4 hacks/config/vines.xml.h:3 -#: hacks/config/worm.xml.h:5 hacks/config/xearth.xml.h:17 -#: hacks/config/xfishtank.xml.h:9 +#: hacks/config/polyominoes.xml.h:6 hacks/config/popsquares.xml.h:4 +#: hacks/config/rd-bomb.xml.h:13 hacks/config/rocks.xml.h:6 +#: hacks/config/rotor.xml.h:7 hacks/config/shadebobs.xml.h:6 +#: hacks/config/sierpinski.xml.h:5 hacks/config/slip.xml.h:5 +#: hacks/config/sphere.xml.h:4 hacks/config/spiral.xml.h:8 +#: hacks/config/squiral.xml.h:10 hacks/config/starfish.xml.h:6 +#: hacks/config/strange.xml.h:6 hacks/config/swirl.xml.h:5 +#: hacks/config/thornbird.xml.h:5 hacks/config/triangle.xml.h:4 +#: hacks/config/vines.xml.h:3 hacks/config/worm.xml.h:5 +#: hacks/config/xearth.xml.h:17 hacks/config/xfishtank.xml.h:9 msgid "Number of Colors" msgstr "Cantidad de colores" -#: hacks/config/anemone.xml.h:7 hacks/config/ant.xml.h:14 +#: hacks/config/anemone.xml.h:7 hacks/config/pyro.xml.h:8 +msgid "Often" +msgstr "A menudo" + +#: hacks/config/anemone.xml.h:8 +msgid "Rarely" +msgstr "" + +#: hacks/config/anemone.xml.h:9 hacks/config/ant.xml.h:15 #: hacks/config/apollonian.xml.h:11 hacks/config/atlantis.xml.h:13 -#: hacks/config/attraction.xml.h:26 hacks/config/blaster.xml.h:8 -#: hacks/config/blitspin.xml.h:7 hacks/config/bouboule.xml.h:8 +#: hacks/config/attraction.xml.h:26 hacks/config/atunnel.xml.h:6 +#: hacks/config/barcode.xml.h:6 hacks/config/blaster.xml.h:8 +#: hacks/config/blitspin.xml.h:7 hacks/config/blocktube.xml.h:9 +#: hacks/config/bouboule.xml.h:8 hacks/config/bouncingcow.xml.h:10 #: hacks/config/boxed.xml.h:6 hacks/config/braid.xml.h:11 #: hacks/config/bubble3d.xml.h:5 hacks/config/bubbles.xml.h:10 #: hacks/config/bumps.xml.h:4 hacks/config/cage.xml.h:4 -#: hacks/config/circuit.xml.h:10 hacks/config/compass.xml.h:4 -#: hacks/config/coral.xml.h:12 hacks/config/critical.xml.h:6 -#: hacks/config/crystal.xml.h:11 hacks/config/cubenetic.xml.h:22 +#: hacks/config/circuit.xml.h:10 hacks/config/cloudlife.xml.h:11 +#: hacks/config/compass.xml.h:4 hacks/config/coral.xml.h:12 +#: hacks/config/critical.xml.h:6 hacks/config/crystal.xml.h:11 +#: hacks/config/cubenetic.xml.h:22 hacks/config/cubestorm.xml.h:8 #: hacks/config/cynosure.xml.h:9 hacks/config/dangerball.xml.h:5 #: hacks/config/decayscreen.xml.h:17 hacks/config/deluxe.xml.h:8 #: hacks/config/demon.xml.h:8 hacks/config/discrete.xml.h:7 #: hacks/config/distort.xml.h:11 hacks/config/drift.xml.h:12 -#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:5 -#: hacks/config/epicycle.xml.h:10 hacks/config/euler2d.xml.h:14 -#: hacks/config/extrusion.xml.h:11 hacks/config/fadeplot.xml.h:8 -#: hacks/config/flag.xml.h:7 hacks/config/flame.xml.h:14 -#: hacks/config/flipscreen3d.xml.h:6 hacks/config/flow.xml.h:13 -#: hacks/config/fluidballs.xml.h:18 hacks/config/forest.xml.h:5 +#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:15 +#: hacks/config/epicycle.xml.h:10 hacks/config/eruption.xml.h:19 +#: hacks/config/euler2d.xml.h:14 hacks/config/extrusion.xml.h:11 +#: hacks/config/fadeplot.xml.h:8 hacks/config/flag.xml.h:7 +#: hacks/config/flame.xml.h:14 hacks/config/flipscreen3d.xml.h:6 +#: hacks/config/flow.xml.h:13 hacks/config/fluidballs.xml.h:18 +#: hacks/config/flyingtoasters.xml.h:11 hacks/config/forest.xml.h:5 #: hacks/config/galaxy.xml.h:10 hacks/config/gears.xml.h:7 -#: hacks/config/gflux.xml.h:12 hacks/config/glforestfire.xml.h:14 -#: hacks/config/glplanet.xml.h:6 hacks/config/glsnake.xml.h:12 -#: hacks/config/gltext.xml.h:13 hacks/config/goop.xml.h:10 -#: hacks/config/grav.xml.h:8 hacks/config/greynetic.xml.h:3 -#: hacks/config/halo.xml.h:9 hacks/config/hopalong.xml.h:21 -#: hacks/config/hyperball.xml.h:8 hacks/config/hypercube.xml.h:7 +#: hacks/config/gflux.xml.h:12 hacks/config/glblur.xml.h:14 +#: hacks/config/glforestfire.xml.h:14 hacks/config/glknots.xml.h:17 +#: hacks/config/glmatrix.xml.h:18 hacks/config/glplanet.xml.h:6 +#: hacks/config/glsnake.xml.h:12 hacks/config/gltext.xml.h:13 +#: hacks/config/goop.xml.h:10 hacks/config/grav.xml.h:8 +#: hacks/config/greynetic.xml.h:3 hacks/config/halo.xml.h:9 +#: hacks/config/hopalong.xml.h:21 hacks/config/hyperball.xml.h:8 +#: hacks/config/hypercube.xml.h:7 hacks/config/hypertorus.xml.h:13 #: hacks/config/ifs.xml.h:5 hacks/config/interference.xml.h:14 -#: hacks/config/jigsaw.xml.h:5 hacks/config/juggle.xml.h:7 -#: hacks/config/julia.xml.h:8 hacks/config/kaleidescope.xml.h:7 +#: hacks/config/jigglypuff.xml.h:16 hacks/config/jigsaw.xml.h:5 +#: hacks/config/juggle.xml.h:7 hacks/config/julia.xml.h:8 +#: hacks/config/kaleidescope.xml.h:7 hacks/config/klein.xml.h:7 #: hacks/config/kumppa.xml.h:8 hacks/config/lament.xml.h:6 -#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:26 +#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:27 #: hacks/config/lightning.xml.h:5 hacks/config/lisa.xml.h:8 #: hacks/config/lissie.xml.h:9 hacks/config/lmorph.xml.h:11 #: hacks/config/loop.xml.h:7 hacks/config/maze.xml.h:14 -#: hacks/config/menger.xml.h:16 hacks/config/moebius.xml.h:7 -#: hacks/config/moire2.xml.h:6 hacks/config/molecule.xml.h:22 -#: hacks/config/morph3d.xml.h:6 hacks/config/mountain.xml.h:7 -#: hacks/config/munch.xml.h:7 hacks/config/nerverot.xml.h:20 -#: hacks/config/penetrate.xml.h:6 hacks/config/penrose.xml.h:11 -#: hacks/config/petri.xml.h:23 hacks/config/phosphor.xml.h:6 +#: hacks/config/menger.xml.h:16 hacks/config/metaballs.xml.h:13 +#: hacks/config/moebius.xml.h:7 hacks/config/moire2.xml.h:6 +#: hacks/config/molecule.xml.h:22 hacks/config/morph3d.xml.h:6 +#: hacks/config/mountain.xml.h:7 hacks/config/munch.xml.h:7 +#: hacks/config/nerverot.xml.h:20 hacks/config/penetrate.xml.h:6 +#: hacks/config/penrose.xml.h:11 hacks/config/petri.xml.h:23 +#: hacks/config/phosphor.xml.h:6 hacks/config/piecewise.xml.h:9 #: hacks/config/pipes.xml.h:15 hacks/config/polyominoes.xml.h:10 -#: hacks/config/pulsar.xml.h:15 hacks/config/pyro.xml.h:13 -#: hacks/config/qix.xml.h:19 hacks/config/queens.xml.h:4 -#: hacks/config/rd-bomb.xml.h:17 hacks/config/ripples.xml.h:11 -#: hacks/config/rocks.xml.h:9 hacks/config/rotor.xml.h:11 -#: hacks/config/rubik.xml.h:9 hacks/config/sballs.xml.h:13 -#: hacks/config/shadebobs.xml.h:9 hacks/config/sierpinski.xml.h:7 -#: hacks/config/sierpinski3d.xml.h:8 hacks/config/slidescreen.xml.h:6 -#: hacks/config/slip.xml.h:7 hacks/config/speedmine.xml.h:13 -#: hacks/config/sphere.xml.h:5 hacks/config/spheremonics.xml.h:19 -#: hacks/config/spiral.xml.h:9 hacks/config/spotlight.xml.h:4 -#: hacks/config/sproingies.xml.h:6 hacks/config/squiral.xml.h:14 -#: hacks/config/stairs.xml.h:3 hacks/config/starfish.xml.h:8 -#: hacks/config/starwars.xml.h:12 hacks/config/strange.xml.h:7 -#: hacks/config/superquadrics.xml.h:7 hacks/config/swirl.xml.h:6 -#: hacks/config/t3d.xml.h:11 hacks/config/thornbird.xml.h:7 -#: hacks/config/triangle.xml.h:5 hacks/config/truchet.xml.h:2 -#: hacks/config/twang.xml.h:9 hacks/config/vines.xml.h:4 -#: hacks/config/webcollage.xml.h:7 hacks/config/worm.xml.h:7 -#: hacks/config/xearth.xml.h:22 hacks/config/xfishtank.xml.h:10 -#: hacks/config/xflame.xml.h:5 hacks/config/xjack.xml.h:2 -#: hacks/config/xmatrix.xml.h:14 hacks/config/xmountains.xml.h:4 -#: hacks/config/xrayswarm.xml.h:3 hacks/config/zoom.xml.h:6 +#: hacks/config/popsquares.xml.h:5 hacks/config/pulsar.xml.h:15 +#: hacks/config/pyro.xml.h:13 hacks/config/qix.xml.h:19 +#: hacks/config/queens.xml.h:4 hacks/config/rd-bomb.xml.h:17 +#: hacks/config/ripples.xml.h:11 hacks/config/rocks.xml.h:9 +#: hacks/config/rotor.xml.h:11 hacks/config/rubik.xml.h:9 +#: hacks/config/sballs.xml.h:13 hacks/config/shadebobs.xml.h:9 +#: hacks/config/sierpinski.xml.h:7 hacks/config/sierpinski3d.xml.h:8 +#: hacks/config/slidescreen.xml.h:6 hacks/config/slip.xml.h:7 +#: hacks/config/speedmine.xml.h:13 hacks/config/sphere.xml.h:5 +#: hacks/config/spheremonics.xml.h:19 hacks/config/spiral.xml.h:9 +#: hacks/config/spotlight.xml.h:4 hacks/config/sproingies.xml.h:6 +#: hacks/config/squiral.xml.h:14 hacks/config/stairs.xml.h:3 +#: hacks/config/starfish.xml.h:8 hacks/config/starwars.xml.h:12 +#: hacks/config/strange.xml.h:7 hacks/config/superquadrics.xml.h:8 +#: hacks/config/swirl.xml.h:6 hacks/config/t3d.xml.h:11 +#: hacks/config/thornbird.xml.h:7 hacks/config/triangle.xml.h:5 +#: hacks/config/truchet.xml.h:2 hacks/config/twang.xml.h:9 +#: hacks/config/vines.xml.h:4 hacks/config/webcollage.xml.h:7 +#: hacks/config/worm.xml.h:7 hacks/config/xearth.xml.h:22 +#: hacks/config/xfishtank.xml.h:10 hacks/config/xflame.xml.h:5 +#: hacks/config/xjack.xml.h:2 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xmountains.xml.h:4 hacks/config/xrayswarm.xml.h:3 +#: hacks/config/zoom.xml.h:6 msgid "Slow" msgstr "Lento" -#: hacks/config/anemone.xml.h:8 hacks/config/ant.xml.h:16 +#: hacks/config/anemone.xml.h:10 hacks/config/ant.xml.h:17 #: hacks/config/apollonian.xml.h:12 hacks/config/attraction.xml.h:28 -#: hacks/config/blaster.xml.h:9 hacks/config/bouboule.xml.h:9 -#: hacks/config/braid.xml.h:12 hacks/config/bubble3d.xml.h:6 -#: hacks/config/bubbles.xml.h:11 hacks/config/bumps.xml.h:5 -#: hacks/config/cage.xml.h:6 hacks/config/circuit.xml.h:11 +#: hacks/config/atunnel.xml.h:7 hacks/config/barcode.xml.h:7 +#: hacks/config/blaster.xml.h:9 hacks/config/blocktube.xml.h:11 +#: hacks/config/bouboule.xml.h:9 hacks/config/braid.xml.h:12 +#: hacks/config/bubble3d.xml.h:6 hacks/config/bubbles.xml.h:11 +#: hacks/config/bumps.xml.h:5 hacks/config/cage.xml.h:6 +#: hacks/config/circuit.xml.h:11 hacks/config/cloudlife.xml.h:13 #: hacks/config/compass.xml.h:5 hacks/config/coral.xml.h:14 #: hacks/config/critical.xml.h:7 hacks/config/crystal.xml.h:12 #: hacks/config/cubenetic.xml.h:24 hacks/config/cynosure.xml.h:10 @@ -1193,12 +1285,13 @@ msgstr "Lento" #: hacks/config/deluxe.xml.h:9 hacks/config/demon.xml.h:10 #: hacks/config/discrete.xml.h:9 hacks/config/distort.xml.h:13 #: hacks/config/drift.xml.h:13 hacks/config/endgame.xml.h:6 -#: hacks/config/engine.xml.h:6 hacks/config/epicycle.xml.h:11 -#: hacks/config/euler2d.xml.h:15 hacks/config/extrusion.xml.h:13 -#: hacks/config/fadeplot.xml.h:10 hacks/config/flag.xml.h:9 -#: hacks/config/flame.xml.h:15 hacks/config/flipscreen3d.xml.h:7 -#: hacks/config/flow.xml.h:16 hacks/config/fluidballs.xml.h:20 -#: hacks/config/forest.xml.h:6 hacks/config/galaxy.xml.h:11 +#: hacks/config/engine.xml.h:16 hacks/config/epicycle.xml.h:11 +#: hacks/config/eruption.xml.h:20 hacks/config/euler2d.xml.h:15 +#: hacks/config/extrusion.xml.h:13 hacks/config/fadeplot.xml.h:10 +#: hacks/config/flag.xml.h:9 hacks/config/flame.xml.h:15 +#: hacks/config/flipscreen3d.xml.h:7 hacks/config/flow.xml.h:16 +#: hacks/config/fluidballs.xml.h:20 hacks/config/forest.xml.h:6 +#: hacks/config/galaxy.xml.h:11 hacks/config/glblur.xml.h:17 #: hacks/config/glforestfire.xml.h:15 hacks/config/glplanet.xml.h:8 #: hacks/config/gltext.xml.h:15 hacks/config/goop.xml.h:11 #: hacks/config/grav.xml.h:9 hacks/config/greynetic.xml.h:4 @@ -1206,18 +1299,20 @@ msgstr "Lento" #: hacks/config/hyperball.xml.h:9 hacks/config/hypercube.xml.h:8 #: hacks/config/ifs.xml.h:6 hacks/config/jigsaw.xml.h:7 #: hacks/config/juggle.xml.h:8 hacks/config/julia.xml.h:10 -#: hacks/config/kaleidescope.xml.h:8 hacks/config/kumppa.xml.h:9 -#: hacks/config/lament.xml.h:7 hacks/config/laser.xml.h:11 -#: hacks/config/lavalite.xml.h:29 hacks/config/lightning.xml.h:6 -#: hacks/config/lisa.xml.h:9 hacks/config/lissie.xml.h:11 -#: hacks/config/lmorph.xml.h:12 hacks/config/loop.xml.h:9 -#: hacks/config/menger.xml.h:18 hacks/config/moebius.xml.h:10 +#: hacks/config/kaleidescope.xml.h:8 hacks/config/klein.xml.h:8 +#: hacks/config/kumppa.xml.h:9 hacks/config/lament.xml.h:7 +#: hacks/config/laser.xml.h:11 hacks/config/lavalite.xml.h:30 +#: hacks/config/lightning.xml.h:6 hacks/config/lisa.xml.h:9 +#: hacks/config/lissie.xml.h:11 hacks/config/lmorph.xml.h:12 +#: hacks/config/loop.xml.h:9 hacks/config/menger.xml.h:18 +#: hacks/config/metaballs.xml.h:15 hacks/config/moebius.xml.h:10 #: hacks/config/moire2.xml.h:7 hacks/config/molecule.xml.h:24 #: hacks/config/morph3d.xml.h:7 hacks/config/mountain.xml.h:8 #: hacks/config/munch.xml.h:9 hacks/config/nerverot.xml.h:22 #: hacks/config/penrose.xml.h:12 hacks/config/petri.xml.h:25 -#: hacks/config/phosphor.xml.h:7 hacks/config/pipes.xml.h:16 -#: hacks/config/polyominoes.xml.h:11 hacks/config/pulsar.xml.h:17 +#: hacks/config/phosphor.xml.h:7 hacks/config/piecewise.xml.h:11 +#: hacks/config/pipes.xml.h:16 hacks/config/polyominoes.xml.h:11 +#: hacks/config/popsquares.xml.h:6 hacks/config/pulsar.xml.h:17 #: hacks/config/qix.xml.h:22 hacks/config/queens.xml.h:6 #: hacks/config/rotor.xml.h:12 hacks/config/rubik.xml.h:11 #: hacks/config/sballs.xml.h:14 hacks/config/shadebobs.xml.h:10 @@ -1228,40 +1323,46 @@ msgstr "Lento" #: hacks/config/spotlight.xml.h:5 hacks/config/sproingies.xml.h:8 #: hacks/config/squiral.xml.h:16 hacks/config/stairs.xml.h:5 #: hacks/config/starfish.xml.h:9 hacks/config/strange.xml.h:8 -#: hacks/config/superquadrics.xml.h:9 hacks/config/swirl.xml.h:7 +#: hacks/config/superquadrics.xml.h:10 hacks/config/swirl.xml.h:7 #: hacks/config/t3d.xml.h:13 hacks/config/thornbird.xml.h:8 #: hacks/config/triangle.xml.h:6 hacks/config/truchet.xml.h:3 #: hacks/config/twang.xml.h:10 hacks/config/vines.xml.h:5 -#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:4 +#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:13 #: hacks/config/worm.xml.h:8 hacks/config/xearth.xml.h:25 #: hacks/config/xflame.xml.h:6 hacks/config/xjack.xml.h:3 -#: hacks/config/xmatrix.xml.h:17 hacks/config/xmountains.xml.h:5 +#: hacks/config/xmatrix.xml.h:18 hacks/config/xmountains.xml.h:5 #: hacks/config/xrayswarm.xml.h:4 hacks/config/zoom.xml.h:7 msgid "Speed" msgstr "Velocidad" -#: hacks/config/anemone.xml.h:9 +#: hacks/config/anemone.xml.h:11 msgid "Tentacles" msgstr "Tentáculos" -#: hacks/config/anemone.xml.h:10 hacks/config/deluxe.xml.h:10 +#: hacks/config/anemone.xml.h:12 hacks/config/cubestorm.xml.h:11 +#: hacks/config/deluxe.xml.h:10 hacks/config/glknots.xml.h:19 #: hacks/config/lmorph.xml.h:13 hacks/config/starfish.xml.h:11 #: hacks/config/thornbird.xml.h:9 msgid "Thick" msgstr "Grosor" -#: hacks/config/anemone.xml.h:11 hacks/config/moire2.xml.h:8 -#: hacks/config/thornbird.xml.h:10 +#: hacks/config/anemone.xml.h:13 hacks/config/glknots.xml.h:20 +#: hacks/config/moire2.xml.h:8 hacks/config/thornbird.xml.h:10 msgid "Thickness" msgstr "Grosor" -#: hacks/config/anemone.xml.h:12 hacks/config/deluxe.xml.h:11 +#: hacks/config/anemone.xml.h:14 hacks/config/cubestorm.xml.h:12 +#: hacks/config/deluxe.xml.h:11 hacks/config/glknots.xml.h:21 #: hacks/config/lmorph.xml.h:14 hacks/config/starfish.xml.h:12 #: hacks/config/thornbird.xml.h:11 msgid "Thin" msgstr "Finura" -#: hacks/config/anemone.xml.h:13 hacks/config/ant.xml.h:21 +#: hacks/config/anemone.xml.h:15 +msgid "Turn speed" +msgstr "" + +#: hacks/config/anemone.xml.h:16 hacks/config/ant.xml.h:22 #: hacks/config/apollonian.xml.h:13 hacks/config/attraction.xml.h:32 #: hacks/config/bouboule.xml.h:11 hacks/config/braid.xml.h:13 #: hacks/config/critical.xml.h:8 hacks/config/crystal.xml.h:13 @@ -1278,25 +1379,30 @@ msgstr "Finura" #: hacks/config/julia.xml.h:12 hacks/config/laser.xml.h:12 #: hacks/config/lightning.xml.h:8 hacks/config/lisa.xml.h:12 #: hacks/config/lissie.xml.h:13 hacks/config/loop.xml.h:12 -#: hacks/config/moire.xml.h:11 hacks/config/moire2.xml.h:9 -#: hacks/config/mountain.xml.h:9 hacks/config/nerverot.xml.h:23 -#: hacks/config/penrose.xml.h:13 hacks/config/polyominoes.xml.h:12 -#: hacks/config/rd-bomb.xml.h:20 hacks/config/rocks.xml.h:12 -#: hacks/config/rotor.xml.h:13 hacks/config/shadebobs.xml.h:12 -#: hacks/config/sierpinski.xml.h:12 hacks/config/slip.xml.h:12 -#: hacks/config/sphere.xml.h:8 hacks/config/spiral.xml.h:12 -#: hacks/config/squiral.xml.h:18 hacks/config/starfish.xml.h:14 -#: hacks/config/strange.xml.h:11 hacks/config/swirl.xml.h:9 -#: hacks/config/thornbird.xml.h:13 hacks/config/triangle.xml.h:8 -#: hacks/config/vines.xml.h:7 hacks/config/worm.xml.h:9 -#: hacks/config/xearth.xml.h:28 hacks/config/xfishtank.xml.h:11 +#: hacks/config/metaballs.xml.h:16 hacks/config/moire.xml.h:11 +#: hacks/config/moire2.xml.h:9 hacks/config/mountain.xml.h:9 +#: hacks/config/nerverot.xml.h:23 hacks/config/penrose.xml.h:13 +#: hacks/config/polyominoes.xml.h:12 hacks/config/rd-bomb.xml.h:20 +#: hacks/config/rocks.xml.h:12 hacks/config/rotor.xml.h:13 +#: hacks/config/shadebobs.xml.h:12 hacks/config/sierpinski.xml.h:12 +#: hacks/config/slip.xml.h:12 hacks/config/sphere.xml.h:8 +#: hacks/config/spiral.xml.h:12 hacks/config/squiral.xml.h:18 +#: hacks/config/starfish.xml.h:14 hacks/config/strange.xml.h:11 +#: hacks/config/swirl.xml.h:9 hacks/config/thornbird.xml.h:13 +#: hacks/config/triangle.xml.h:8 hacks/config/vines.xml.h:7 +#: hacks/config/worm.xml.h:9 hacks/config/xearth.xml.h:28 +#: hacks/config/xfishtank.xml.h:11 msgid "Two" msgstr "Dos" -#: hacks/config/anemone.xml.h:14 +#: hacks/config/anemone.xml.h:17 msgid "Wiggling tentacles. By Gabriel Finch." msgstr "Tentáculos movedizos. Escrito por Gabriel Finch." +#: hacks/config/anemone.xml.h:18 +msgid "Withdraw freqency" +msgstr "" + #: hacks/config/ant.xml.h:1 msgid "" "A cellular automaton that is really a two-dimensional Turing machine: as the " @@ -1322,59 +1428,67 @@ msgstr "Tamaño de la hormiga" msgid "Ants Count" msgstr "Cantidad de hormigas" -#: hacks/config/ant.xml.h:6 +#: hacks/config/ant.xml.h:5 +#, fuzzy +msgid "Draw Eyes" +msgstr "Dibujar etiquetas" + +#: hacks/config/ant.xml.h:7 msgid "Four Sided Cells" msgstr "Celdas de cuatro caras" -#: hacks/config/ant.xml.h:7 hacks/config/attraction.xml.h:13 -#: hacks/config/cubenetic.xml.h:11 hacks/config/demon.xml.h:5 -#: hacks/config/discrete.xml.h:3 hacks/config/distort.xml.h:5 -#: hacks/config/fadeplot.xml.h:5 hacks/config/flag.xml.h:4 -#: hacks/config/flow.xml.h:7 hacks/config/fluidballs.xml.h:12 +#: hacks/config/ant.xml.h:8 hacks/config/attraction.xml.h:13 +#: hacks/config/cloudlife.xml.h:7 hacks/config/cubenetic.xml.h:11 +#: hacks/config/demon.xml.h:5 hacks/config/discrete.xml.h:3 +#: hacks/config/distort.xml.h:5 hacks/config/fadeplot.xml.h:5 +#: hacks/config/flag.xml.h:4 hacks/config/flow.xml.h:7 +#: hacks/config/fluidballs.xml.h:12 hacks/config/halftone.xml.h:8 #: hacks/config/hopalong.xml.h:13 hacks/config/interference.xml.h:8 #: hacks/config/julia.xml.h:5 hacks/config/lissie.xml.h:4 #: hacks/config/loop.xml.h:2 hacks/config/moire.xml.h:4 -#: hacks/config/rd-bomb.xml.h:11 hacks/config/rorschach.xml.h:5 -#: hacks/config/rubik.xml.h:4 hacks/config/sierpinski.xml.h:3 -#: hacks/config/slip.xml.h:3 +#: hacks/config/piecewise.xml.h:5 hacks/config/rd-bomb.xml.h:11 +#: hacks/config/rorschach.xml.h:5 hacks/config/rubik.xml.h:4 +#: hacks/config/sierpinski.xml.h:3 hacks/config/slip.xml.h:3 msgid "Large" msgstr "Grande" -#: hacks/config/ant.xml.h:9 +#: hacks/config/ant.xml.h:10 msgid "Nine Sided Cells" msgstr "Celdas de nueve caras" -#: hacks/config/ant.xml.h:11 +#: hacks/config/ant.xml.h:12 msgid "Random Cell Shape" msgstr "Forma de celda aleatoria" -#: hacks/config/ant.xml.h:12 hacks/config/speedmine.xml.h:11 +#: hacks/config/ant.xml.h:13 hacks/config/speedmine.xml.h:11 msgid "Sharp Turns" msgstr "Giros finos" -#: hacks/config/ant.xml.h:13 +#: hacks/config/ant.xml.h:14 msgid "Six Sided Cells" msgstr "Celdas de seis lados" -#: hacks/config/ant.xml.h:15 hacks/config/attraction.xml.h:27 -#: hacks/config/cubenetic.xml.h:23 hacks/config/demon.xml.h:9 -#: hacks/config/discrete.xml.h:8 hacks/config/distort.xml.h:12 -#: hacks/config/fadeplot.xml.h:9 hacks/config/flag.xml.h:8 -#: hacks/config/flow.xml.h:15 hacks/config/fluidballs.xml.h:19 +#: hacks/config/ant.xml.h:16 hacks/config/attraction.xml.h:27 +#: hacks/config/cloudlife.xml.h:12 hacks/config/cubenetic.xml.h:23 +#: hacks/config/demon.xml.h:9 hacks/config/discrete.xml.h:8 +#: hacks/config/distort.xml.h:12 hacks/config/fadeplot.xml.h:9 +#: hacks/config/flag.xml.h:8 hacks/config/flow.xml.h:15 +#: hacks/config/fluidballs.xml.h:19 hacks/config/halftone.xml.h:14 #: hacks/config/hopalong.xml.h:22 hacks/config/interference.xml.h:15 #: hacks/config/julia.xml.h:9 hacks/config/lissie.xml.h:10 -#: hacks/config/loop.xml.h:8 hacks/config/moire.xml.h:9 +#: hacks/config/loop.xml.h:8 hacks/config/metaballs.xml.h:14 +#: hacks/config/moire.xml.h:9 hacks/config/piecewise.xml.h:10 #: hacks/config/rd-bomb.xml.h:18 hacks/config/rorschach.xml.h:8 #: hacks/config/rubik.xml.h:10 hacks/config/sierpinski.xml.h:8 #: hacks/config/slip.xml.h:8 msgid "Small" msgstr "Pequeño" -#: hacks/config/ant.xml.h:17 +#: hacks/config/ant.xml.h:18 msgid "Three Sided Cells" msgstr "Celdas de tres lados" -#: hacks/config/ant.xml.h:18 hacks/config/demon.xml.h:12 +#: hacks/config/ant.xml.h:19 hacks/config/demon.xml.h:12 #: hacks/config/discrete.xml.h:10 hacks/config/fadeplot.xml.h:11 #: hacks/config/flag.xml.h:12 hacks/config/flow.xml.h:17 #: hacks/config/lissie.xml.h:12 hacks/config/loop.xml.h:11 @@ -1383,11 +1497,11 @@ msgstr "Celdas de tres lados" msgid "Timeout" msgstr "Espera" -#: hacks/config/ant.xml.h:19 +#: hacks/config/ant.xml.h:20 msgid "Truchet Lines" msgstr "Líneas Truchet" -#: hacks/config/ant.xml.h:20 +#: hacks/config/ant.xml.h:21 msgid "Twelve Sided Cells" msgstr "Celdas de diecinueve lados" @@ -1459,23 +1573,30 @@ msgstr "Velocidad del tiburón" msgid "Shimmering Water" msgstr "Agua resplandeciente" -#: hacks/config/atlantis.xml.h:11 hacks/config/boxed.xml.h:5 +#: hacks/config/atlantis.xml.h:11 hacks/config/atunnel.xml.h:5 +#: hacks/config/blocktube.xml.h:8 hacks/config/boxed.xml.h:5 #: hacks/config/bubble3d.xml.h:4 hacks/config/cage.xml.h:3 #: hacks/config/circuit.xml.h:9 hacks/config/cubenetic.xml.h:21 -#: hacks/config/dangerball.xml.h:4 hacks/config/endgame.xml.h:4 -#: hacks/config/engine.xml.h:4 hacks/config/extrusion.xml.h:10 -#: hacks/config/flipscreen3d.xml.h:5 hacks/config/fluidballs.xml.h:17 -#: hacks/config/gears.xml.h:6 hacks/config/gflux.xml.h:11 -#: hacks/config/glforestfire.xml.h:13 hacks/config/glplanet.xml.h:5 -#: hacks/config/glsnake.xml.h:10 hacks/config/gltext.xml.h:12 -#: hacks/config/lament.xml.h:5 hacks/config/menger.xml.h:15 -#: hacks/config/moebius.xml.h:6 hacks/config/molecule.xml.h:21 -#: hacks/config/morph3d.xml.h:5 hacks/config/pipes.xml.h:14 -#: hacks/config/pulsar.xml.h:14 hacks/config/queens.xml.h:3 -#: hacks/config/rubik.xml.h:6 hacks/config/sballs.xml.h:12 -#: hacks/config/sierpinski3d.xml.h:6 hacks/config/spheremonics.xml.h:18 -#: hacks/config/sproingies.xml.h:4 hacks/config/stairs.xml.h:2 -#: hacks/config/starwars.xml.h:11 hacks/config/superquadrics.xml.h:6 +#: hacks/config/cubestorm.xml.h:7 hacks/config/dangerball.xml.h:4 +#: hacks/config/endgame.xml.h:4 hacks/config/engine.xml.h:14 +#: hacks/config/extrusion.xml.h:10 hacks/config/flipscreen3d.xml.h:5 +#: hacks/config/fluidballs.xml.h:17 hacks/config/flurry.xml.h:9 +#: hacks/config/flyingtoasters.xml.h:10 hacks/config/gears.xml.h:6 +#: hacks/config/gflux.xml.h:11 hacks/config/glblur.xml.h:13 +#: hacks/config/glforestfire.xml.h:13 hacks/config/glknots.xml.h:16 +#: hacks/config/glmatrix.xml.h:17 hacks/config/glplanet.xml.h:5 +#: hacks/config/glslideshow.xml.h:18 hacks/config/glsnake.xml.h:10 +#: hacks/config/gltext.xml.h:12 hacks/config/hypertorus.xml.h:12 +#: hacks/config/jigglypuff.xml.h:15 hacks/config/klein.xml.h:6 +#: hacks/config/lament.xml.h:5 hacks/config/lavalite.xml.h:26 +#: hacks/config/menger.xml.h:15 hacks/config/moebius.xml.h:6 +#: hacks/config/molecule.xml.h:21 hacks/config/morph3d.xml.h:5 +#: hacks/config/pipes.xml.h:14 hacks/config/pulsar.xml.h:14 +#: hacks/config/queens.xml.h:3 hacks/config/rubik.xml.h:6 +#: hacks/config/sballs.xml.h:12 hacks/config/sierpinski3d.xml.h:6 +#: hacks/config/spheremonics.xml.h:18 hacks/config/sproingies.xml.h:4 +#: hacks/config/stairs.xml.h:2 hacks/config/starwars.xml.h:11 +#: hacks/config/superquadrics.xml.h:7 msgid "Show Frames-per-Second" msgstr "Mostrar cuadros por segundo" @@ -1485,13 +1606,14 @@ msgstr "Brillo" #: hacks/config/atlantis.xml.h:14 hacks/config/boxed.xml.h:7 #: hacks/config/cage.xml.h:5 hacks/config/extrusion.xml.h:12 -#: hacks/config/gears.xml.h:8 hacks/config/glplanet.xml.h:7 -#: hacks/config/glsnake.xml.h:13 hacks/config/gltext.xml.h:14 -#: hacks/config/menger.xml.h:17 hacks/config/molecule.xml.h:23 -#: hacks/config/munch.xml.h:8 hacks/config/sierpinski3d.xml.h:9 -#: hacks/config/speedmine.xml.h:14 hacks/config/spheremonics.xml.h:21 -#: hacks/config/sproingies.xml.h:7 hacks/config/stairs.xml.h:4 -#: hacks/config/stonerview.xml.h:2 hacks/config/superquadrics.xml.h:8 +#: hacks/config/gears.xml.h:8 hacks/config/glblur.xml.h:15 +#: hacks/config/glplanet.xml.h:7 hacks/config/glsnake.xml.h:13 +#: hacks/config/gltext.xml.h:14 hacks/config/menger.xml.h:17 +#: hacks/config/molecule.xml.h:23 hacks/config/munch.xml.h:8 +#: hacks/config/sierpinski3d.xml.h:9 hacks/config/speedmine.xml.h:14 +#: hacks/config/spheremonics.xml.h:21 hacks/config/sproingies.xml.h:7 +#: hacks/config/stairs.xml.h:4 hacks/config/stonerview.xml.h:2 +#: hacks/config/superquadrics.xml.h:9 msgid "Solid" msgstr "Sólido" @@ -1509,18 +1631,22 @@ msgstr "" msgid "Whale Speed" msgstr "Velocidad de la ballena" -#: hacks/config/atlantis.xml.h:17 hacks/config/boxed.xml.h:8 -#: hacks/config/cage.xml.h:8 hacks/config/dangerball.xml.h:11 -#: hacks/config/extrusion.xml.h:19 hacks/config/gears.xml.h:11 -#: hacks/config/glforestfire.xml.h:20 hacks/config/glplanet.xml.h:11 +#: hacks/config/atlantis.xml.h:17 hacks/config/atunnel.xml.h:10 +#: hacks/config/blocktube.xml.h:13 hacks/config/boxed.xml.h:8 +#: hacks/config/cage.xml.h:8 hacks/config/cubestorm.xml.h:14 +#: hacks/config/dangerball.xml.h:11 hacks/config/extrusion.xml.h:19 +#: hacks/config/flyingtoasters.xml.h:14 hacks/config/gears.xml.h:11 +#: hacks/config/glblur.xml.h:20 hacks/config/glforestfire.xml.h:20 +#: hacks/config/glknots.xml.h:23 hacks/config/glplanet.xml.h:11 #: hacks/config/glsnake.xml.h:16 hacks/config/gltext.xml.h:18 -#: hacks/config/lament.xml.h:9 hacks/config/lavalite.xml.h:31 -#: hacks/config/menger.xml.h:21 hacks/config/moebius.xml.h:11 -#: hacks/config/molecule.xml.h:26 hacks/config/pulsar.xml.h:20 -#: hacks/config/sballs.xml.h:18 hacks/config/sierpinski3d.xml.h:12 -#: hacks/config/speedmine.xml.h:18 hacks/config/spheremonics.xml.h:26 -#: hacks/config/sproingies.xml.h:10 hacks/config/stairs.xml.h:7 -#: hacks/config/stonerview.xml.h:4 hacks/config/superquadrics.xml.h:11 +#: hacks/config/jigglypuff.xml.h:25 hacks/config/lament.xml.h:9 +#: hacks/config/lavalite.xml.h:32 hacks/config/menger.xml.h:21 +#: hacks/config/moebius.xml.h:11 hacks/config/molecule.xml.h:26 +#: hacks/config/pulsar.xml.h:20 hacks/config/sballs.xml.h:18 +#: hacks/config/sierpinski3d.xml.h:12 hacks/config/speedmine.xml.h:18 +#: hacks/config/spheremonics.xml.h:26 hacks/config/sproingies.xml.h:10 +#: hacks/config/stairs.xml.h:7 hacks/config/stonerview.xml.h:4 +#: hacks/config/superquadrics.xml.h:12 msgid "Wireframe" msgstr "Marco de alambre" @@ -1536,7 +1662,7 @@ msgstr "Cantidad de bolas" msgid "Ball Mass" msgstr "Masa de la bola" -#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:2 +#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:3 msgid "Balls" msgstr "Bolas" @@ -1559,16 +1685,18 @@ msgid "Filled Splines" msgstr "Polilíneas rellenas" #: hacks/config/attraction.xml.h:10 hacks/config/ccurve.xml.h:9 -#: hacks/config/cubenetic.xml.h:10 hacks/config/euler2d.xml.h:5 -#: hacks/config/flame.xml.h:9 hacks/config/goop.xml.h:6 -#: hacks/config/hopalong.xml.h:10 hacks/config/hyperball.xml.h:3 -#: hacks/config/hypercube.xml.h:3 hacks/config/interference.xml.h:6 +#: hacks/config/cloudlife.xml.h:5 hacks/config/cubenetic.xml.h:10 +#: hacks/config/euler2d.xml.h:5 hacks/config/flame.xml.h:9 +#: hacks/config/glslideshow.xml.h:13 hacks/config/goop.xml.h:6 +#: hacks/config/halftone.xml.h:7 hacks/config/hopalong.xml.h:10 +#: hacks/config/hyperball.xml.h:3 hacks/config/hypercube.xml.h:3 +#: hacks/config/interference.xml.h:6 hacks/config/jigglypuff.xml.h:8 #: hacks/config/kumppa.xml.h:4 hacks/config/lavalite.xml.h:12 #: hacks/config/nerverot.xml.h:11 hacks/config/petri.xml.h:8 #: hacks/config/pyro.xml.h:5 hacks/config/qix.xml.h:10 #: hacks/config/speedmine.xml.h:5 hacks/config/spheremonics.xml.h:6 #: hacks/config/spiral.xml.h:4 hacks/config/squiral.xml.h:6 -#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:4 +#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:5 #: hacks/config/t3d.xml.h:7 hacks/config/twang.xml.h:5 #: hacks/config/wander.xml.h:8 msgid "High" @@ -1609,15 +1737,17 @@ msgstr "" #: hacks/config/attraction.xml.h:15 hacks/config/deluxe.xml.h:5 #: hacks/config/lmorph.xml.h:7 hacks/config/pedal.xml.h:5 -#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:3 +#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:10 msgid "Lines" msgstr "Líneas" -#: hacks/config/attraction.xml.h:16 hacks/config/braid.xml.h:6 -#: hacks/config/cynosure.xml.h:5 hacks/config/drift.xml.h:8 +#: hacks/config/attraction.xml.h:16 hacks/config/blocktube.xml.h:5 +#: hacks/config/braid.xml.h:6 hacks/config/cynosure.xml.h:5 +#: hacks/config/drift.xml.h:8 hacks/config/eruption.xml.h:11 #: hacks/config/euler2d.xml.h:6 hacks/config/galaxy.xml.h:5 -#: hacks/config/juggle.xml.h:5 hacks/config/laser.xml.h:5 -#: hacks/config/menger.xml.h:4 hacks/config/munch.xml.h:4 +#: hacks/config/juggle.xml.h:5 hacks/config/klein.xml.h:4 +#: hacks/config/laser.xml.h:5 hacks/config/menger.xml.h:4 +#: hacks/config/metaballs.xml.h:5 hacks/config/munch.xml.h:4 #: hacks/config/nerverot.xml.h:13 hacks/config/petri.xml.h:9 #: hacks/config/polyominoes.xml.h:4 hacks/config/rotor.xml.h:5 #: hacks/config/shadebobs.xml.h:4 hacks/config/sierpinski3d.xml.h:3 @@ -1627,16 +1757,18 @@ msgid "Long" msgstr "Longitud" #: hacks/config/attraction.xml.h:17 hacks/config/ccurve.xml.h:10 -#: hacks/config/cubenetic.xml.h:12 hacks/config/euler2d.xml.h:7 -#: hacks/config/flame.xml.h:10 hacks/config/goop.xml.h:7 -#: hacks/config/hopalong.xml.h:14 hacks/config/hyperball.xml.h:6 -#: hacks/config/hypercube.xml.h:5 hacks/config/interference.xml.h:9 +#: hacks/config/cloudlife.xml.h:8 hacks/config/cubenetic.xml.h:12 +#: hacks/config/euler2d.xml.h:7 hacks/config/flame.xml.h:10 +#: hacks/config/glslideshow.xml.h:15 hacks/config/goop.xml.h:7 +#: hacks/config/halftone.xml.h:9 hacks/config/hopalong.xml.h:14 +#: hacks/config/hyperball.xml.h:6 hacks/config/hypercube.xml.h:5 +#: hacks/config/interference.xml.h:9 hacks/config/jigglypuff.xml.h:11 #: hacks/config/kumppa.xml.h:6 hacks/config/lavalite.xml.h:14 #: hacks/config/nerverot.xml.h:14 hacks/config/petri.xml.h:10 #: hacks/config/pyro.xml.h:7 hacks/config/qix.xml.h:13 #: hacks/config/speedmine.xml.h:6 hacks/config/spheremonics.xml.h:8 #: hacks/config/spiral.xml.h:5 hacks/config/squiral.xml.h:8 -#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:5 +#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:6 #: hacks/config/t3d.xml.h:8 hacks/config/twang.xml.h:7 #: hacks/config/wander.xml.h:11 msgid "Low" @@ -1663,10 +1795,12 @@ msgstr "Radios" msgid "Repulsion Threshold" msgstr "Repulsión de aislamiento" -#: hacks/config/attraction.xml.h:25 hacks/config/braid.xml.h:10 -#: hacks/config/cynosure.xml.h:8 hacks/config/drift.xml.h:11 +#: hacks/config/attraction.xml.h:25 hacks/config/blocktube.xml.h:7 +#: hacks/config/braid.xml.h:10 hacks/config/cynosure.xml.h:8 +#: hacks/config/drift.xml.h:11 hacks/config/eruption.xml.h:18 #: hacks/config/euler2d.xml.h:12 hacks/config/galaxy.xml.h:8 -#: hacks/config/laser.xml.h:9 hacks/config/menger.xml.h:14 +#: hacks/config/klein.xml.h:5 hacks/config/laser.xml.h:9 +#: hacks/config/menger.xml.h:14 hacks/config/metaballs.xml.h:12 #: hacks/config/munch.xml.h:6 hacks/config/nerverot.xml.h:19 #: hacks/config/petri.xml.h:22 hacks/config/polyominoes.xml.h:9 #: hacks/config/rotor.xml.h:9 hacks/config/shadebobs.xml.h:8 @@ -1688,6 +1822,60 @@ msgstr "Tallos" msgid "Trail Length" msgstr "Longitud de arrastre" +#: hacks/config/atunnel.xml.h:1 +msgid "Atunnel" +msgstr "" + +#: hacks/config/atunnel.xml.h:2 +#, fuzzy +msgid "" +"Draws an animation of a textured tunnel in GL. Requires OpenGL, and a " +"machine with fast hardware support for texture maps. Written by Eric " +"Lassauge and Roman Podobedov." +msgstr "" +"Dibuja una animación de bolas texturadas en GL pinchando como locas. " +"Requiere OpenGL y una máquina con soporte de hardware acelerado para mapas " +"de texturas. Escrito por Eric Lassauge <lassauge@mail.dotcom.fr>." + +#: hacks/config/atunnel.xml.h:4 hacks/config/distort.xml.h:9 +#: hacks/config/glforestfire.xml.h:10 hacks/config/lament.xml.h:4 +#: hacks/config/sballs.xml.h:6 +msgid "Normal" +msgstr "Normal" + +#: hacks/config/atunnel.xml.h:8 hacks/config/glforestfire.xml.h:18 +#: hacks/config/lament.xml.h:8 hacks/config/sballs.xml.h:17 +msgid "Untextured" +msgstr "No texturizado" + +#: hacks/config/atunnel.xml.h:9 +#, fuzzy +msgid "Use light" +msgstr "Usar iluminación" + +#: hacks/config/barcode.xml.h:1 +#, fuzzy +msgid "Barcode" +msgstr "Buscar" + +#: hacks/config/barcode.xml.h:2 +msgid "Barcode Clock (24 Hour)" +msgstr "" + +#: hacks/config/barcode.xml.h:3 +msgid "Barcode Clock (AM/PM)" +msgstr "" + +#: hacks/config/barcode.xml.h:5 +msgid "Scrolling Barcodes" +msgstr "" + +#: hacks/config/barcode.xml.h:8 +msgid "" +"This draws a random sequence of colorful barcodes scrolling across your " +"screen. CONSUME! By Dan Bornstein." +msgstr "" + #: hacks/config/blaster.xml.h:1 msgid "Blaster" msgstr "Blaster" @@ -1757,6 +1945,34 @@ msgstr "" "imagen a usar como un archivo XBM o XPM o indicarle que tome la imagen de la " "pantalla y rote esta." +#: hacks/config/blocktube.xml.h:1 +msgid "BlockTube" +msgstr "" + +#: hacks/config/blocktube.xml.h:2 +msgid "Color Change Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:3 +msgid "Color Hold Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:6 +#, fuzzy +msgid "Reflective Blocks" +msgstr "Reflejos" + +#: hacks/config/blocktube.xml.h:10 +#, fuzzy +msgid "Solid Blocks" +msgstr "Base sólida" + +#: hacks/config/blocktube.xml.h:12 +msgid "" +"This hack draws a swirling, falling tunnel of reflective slabs. They fade " +"from hue to hue. Written by Lars R. Damerow." +msgstr "" + #: hacks/config/bouboule.xml.h:1 msgid "Bouboule" msgstr "Bouboule" @@ -1777,13 +1993,52 @@ msgstr "" "Dibuja lo que parece ser un globo giratorio deformado con focos que varían " "de tamaño pintados sobre su superficie visible. Escrito por Jeremie Petit." -#: hacks/config/boxed.xml.h:1 hacks/config/gears.xml.h:1 -#: hacks/config/gflux.xml.h:1 hacks/config/pyro.xml.h:1 +#: hacks/config/bouncingcow.xml.h:1 +msgid "A Cow. A Trampoline. Together, they fight crime. By Jamie Zawinski." +msgstr "" + +#: hacks/config/bouncingcow.xml.h:2 hacks/config/boxed.xml.h:1 +#: hacks/config/cubestorm.xml.h:1 hacks/config/flyingtoasters.xml.h:3 +#: hacks/config/gears.xml.h:1 hacks/config/gflux.xml.h:1 +#: hacks/config/glknots.xml.h:1 hacks/config/glmatrix.xml.h:1 +#: hacks/config/jigglypuff.xml.h:1 hacks/config/pyro.xml.h:1 #: hacks/config/rd-bomb.xml.h:6 hacks/config/rocks.xml.h:1 #: hacks/config/starwars.xml.h:1 hacks/config/xfishtank.xml.h:1 msgid "Animation Speed" msgstr "Velocidad de la animación" +#: hacks/config/bouncingcow.xml.h:3 +msgid "Beefy Cow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:4 +#, fuzzy +msgid "Bounce Speed" +msgstr "Velocidad de resolución" + +#: hacks/config/bouncingcow.xml.h:5 +msgid "BouncingCow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:7 +msgid "Herd" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:8 +#, fuzzy +msgid "Moo" +msgstr "Mono" + +#: hacks/config/bouncingcow.xml.h:9 +#, fuzzy +msgid "Number of Cows" +msgstr "Cantidad de colores" + +#: hacks/config/bouncingcow.xml.h:11 +#, fuzzy +msgid "Wireframe Cow" +msgstr "Marco de alambre" + #: hacks/config/boxed.xml.h:2 msgid "Boxed" msgstr "Encajonado" @@ -1808,23 +2063,24 @@ msgstr "" "Dibuja círculos aleatorios concéntricos entrelazados de colores cíclicos. " "Escrito por John Neil." -#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:8 +#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:9 #: hacks/config/ccurve.xml.h:7 hacks/config/coral.xml.h:6 #: hacks/config/cynosure.xml.h:3 hacks/config/deco.xml.h:4 #: hacks/config/drift.xml.h:2 hacks/config/epicycle.xml.h:3 -#: hacks/config/euler2d.xml.h:1 hacks/config/flame.xml.h:5 -#: hacks/config/galaxy.xml.h:2 hacks/config/glsnake.xml.h:4 -#: hacks/config/helix.xml.h:3 hacks/config/hopalong.xml.h:2 -#: hacks/config/imsmap.xml.h:6 hacks/config/laser.xml.h:2 -#: hacks/config/menger.xml.h:2 hacks/config/moire.xml.h:3 -#: hacks/config/molecule.xml.h:9 hacks/config/munch.xml.h:2 -#: hacks/config/nerverot.xml.h:8 hacks/config/pedal.xml.h:3 -#: hacks/config/penrose.xml.h:5 hacks/config/polyominoes.xml.h:1 -#: hacks/config/rorschach.xml.h:3 hacks/config/rotzoomer.xml.h:5 -#: hacks/config/shadebobs.xml.h:2 hacks/config/sierpinski3d.xml.h:1 -#: hacks/config/spheremonics.xml.h:4 hacks/config/starfish.xml.h:2 -#: hacks/config/vidwhacker.xml.h:3 hacks/config/wander.xml.h:7 -#: hacks/config/xspirograph.xml.h:3 +#: hacks/config/eruption.xml.h:3 hacks/config/euler2d.xml.h:1 +#: hacks/config/flame.xml.h:5 hacks/config/galaxy.xml.h:2 +#: hacks/config/glsnake.xml.h:4 hacks/config/helix.xml.h:3 +#: hacks/config/hopalong.xml.h:2 hacks/config/imsmap.xml.h:6 +#: hacks/config/klein.xml.h:1 hacks/config/laser.xml.h:2 +#: hacks/config/menger.xml.h:2 hacks/config/metaballs.xml.h:3 +#: hacks/config/moire.xml.h:3 hacks/config/molecule.xml.h:9 +#: hacks/config/munch.xml.h:2 hacks/config/nerverot.xml.h:8 +#: hacks/config/pedal.xml.h:3 hacks/config/penrose.xml.h:5 +#: hacks/config/polyominoes.xml.h:1 hacks/config/rorschach.xml.h:3 +#: hacks/config/rotzoomer.xml.h:5 hacks/config/shadebobs.xml.h:2 +#: hacks/config/sierpinski3d.xml.h:1 hacks/config/spheremonics.xml.h:4 +#: hacks/config/starfish.xml.h:2 hacks/config/vidwhacker.xml.h:3 +#: hacks/config/wander.xml.h:7 hacks/config/xspirograph.xml.h:3 msgid "Duration" msgstr "Duración" @@ -1851,18 +2107,22 @@ msgid "AmigaDOS" msgstr "AmigaDOS" #: hacks/config/bsod.xml.h:4 +msgid "Apple II" +msgstr "" + +#: hacks/config/bsod.xml.h:5 msgid "Atari" msgstr "Atari" -#: hacks/config/bsod.xml.h:5 +#: hacks/config/bsod.xml.h:6 msgid "BSD" msgstr "BSD" -#: hacks/config/bsod.xml.h:6 +#: hacks/config/bsod.xml.h:7 msgid "BSOD" msgstr "BSOD" -#: hacks/config/bsod.xml.h:7 +#: hacks/config/bsod.xml.h:8 msgid "" "BSOD stands for ``Blue Screen of Death.'' The finest in personal computer " "emulation, this hack simulates popular screen savers from a number of less " @@ -1873,43 +2133,61 @@ msgstr "" "populares de un número de sistemas operativos menos robustos. Escrito por " "Jamie Zawinski." -#: hacks/config/bsod.xml.h:9 +#: hacks/config/bsod.xml.h:10 +msgid "HPUX" +msgstr "" + +#: hacks/config/bsod.xml.h:11 +#, fuzzy +msgid "Linux" +msgstr "Sparc Linux" + +#: hacks/config/bsod.xml.h:12 msgid "Mac Bomb" msgstr "Bomba Mac" -#: hacks/config/bsod.xml.h:10 +#: hacks/config/bsod.xml.h:13 +msgid "MacOS X" +msgstr "" + +#: hacks/config/bsod.xml.h:14 msgid "MacsBug" msgstr "MacsBug" -#: hacks/config/bsod.xml.h:11 +#: hacks/config/bsod.xml.h:15 msgid "NCD X Terminal" msgstr "Terminal NCD X" -#: hacks/config/bsod.xml.h:12 +#: hacks/config/bsod.xml.h:16 +msgid "OS/390" +msgstr "" + +#: hacks/config/bsod.xml.h:17 msgid "SCO" msgstr "SCO" -#: hacks/config/bsod.xml.h:13 +#: hacks/config/bsod.xml.h:18 msgid "Sad Mac" msgstr "Mac triste" -#: hacks/config/bsod.xml.h:14 +#: hacks/config/bsod.xml.h:19 msgid "Solaris" msgstr "Solaris" -#: hacks/config/bsod.xml.h:15 +#: hacks/config/bsod.xml.h:20 msgid "Sparc Linux" msgstr "Sparc Linux" -#: hacks/config/bsod.xml.h:16 -msgid "Windows" -msgstr "Windows" - -#: hacks/config/bsod.xml.h:17 +#: hacks/config/bsod.xml.h:21 msgid "Windows 2000" msgstr "Windows 2000" -#: hacks/config/bsod.xml.h:18 +#: hacks/config/bsod.xml.h:22 +#, fuzzy +msgid "Windows 3.1" +msgstr "Windows" + +#: hacks/config/bsod.xml.h:23 msgid "Windows NT" msgstr "Windows NT" @@ -2019,7 +2297,7 @@ msgstr "Retardo" #: hacks/config/ccurve.xml.h:6 hacks/config/coral.xml.h:5 #: hacks/config/imsmap.xml.h:5 hacks/config/kumppa.xml.h:1 #: hacks/config/qix.xml.h:6 hacks/config/squiral.xml.h:2 -#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:3 +#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:2 msgid "Density" msgstr "Densidad" @@ -2061,18 +2339,57 @@ msgstr "Rotar" msgid "Rotation Speed" msgstr "Velocidad de rotación" -#: hacks/config/circuit.xml.h:12 hacks/config/dangerball.xml.h:9 -#: hacks/config/engine.xml.h:7 +#: hacks/config/circuit.xml.h:12 hacks/config/cubestorm.xml.h:9 +#: hacks/config/dangerball.xml.h:9 hacks/config/engine.xml.h:17 +#: hacks/config/klein.xml.h:9 hacks/config/whirlygig.xml.h:14 msgid "Spin" msgstr "Espiral" +#: hacks/config/cloudlife.xml.h:1 hacks/config/demon.xml.h:2 +#: hacks/config/petri.xml.h:1 +msgid "Cell Size" +msgstr "Tamaño de la celda" + +#: hacks/config/cloudlife.xml.h:2 +msgid "CloudLife" +msgstr "" + +#: hacks/config/cloudlife.xml.h:4 +msgid "" +"Generates cloud-like formations based on a variant of Conway's Life. The " +"difference is that cells have a maximum age, after which they count as 3 for " +"populating the next generation. This makes long-lived formations explode " +"instead of just sitting there burning a hole in your screen. Written by Don " +"Marti." +msgstr "" + +#: hacks/config/cloudlife.xml.h:6 +#, fuzzy +msgid "Initial Density" +msgstr "Densidad de la partícula" + +#: hacks/config/cloudlife.xml.h:9 +#, fuzzy +msgid "Max Age" +msgstr "Tamaño máximo" + +#: hacks/config/cloudlife.xml.h:10 +msgid "Old" +msgstr "" + +#: hacks/config/cloudlife.xml.h:14 +#, fuzzy +msgid "Young" +msgstr "Longitud" + #: hacks/config/compass.xml.h:1 msgid "Compass" msgstr "Compass" #: hacks/config/compass.xml.h:2 hacks/config/deluxe.xml.h:3 #: hacks/config/interference.xml.h:4 hacks/config/kumppa.xml.h:2 -#: hacks/config/nerverot.xml.h:6 hacks/config/pipes.xml.h:4 +#: hacks/config/nerverot.xml.h:6 hacks/config/piecewise.xml.h:3 +#: hacks/config/pipes.xml.h:4 msgid "Double Buffer" msgstr "Buffer doble" @@ -2095,10 +2412,10 @@ msgid "1 Minute" msgstr "1 minuto." #: hacks/config/coral.xml.h:2 hacks/config/deco.xml.h:2 -#: hacks/config/helix.xml.h:2 hacks/config/imsmap.xml.h:2 -#: hacks/config/moire.xml.h:2 hacks/config/pedal.xml.h:2 -#: hacks/config/penrose.xml.h:1 hacks/config/rorschach.xml.h:2 -#: hacks/config/xspirograph.xml.h:2 +#: hacks/config/glslideshow.xml.h:1 hacks/config/helix.xml.h:2 +#: hacks/config/imsmap.xml.h:2 hacks/config/moire.xml.h:2 +#: hacks/config/pedal.xml.h:2 hacks/config/penrose.xml.h:1 +#: hacks/config/rorschach.xml.h:2 hacks/config/xspirograph.xml.h:2 msgid "1 Second" msgstr "1 segundo" @@ -2107,6 +2424,7 @@ msgid "Coral" msgstr "Coral" #: hacks/config/coral.xml.h:4 hacks/config/gflux.xml.h:3 +#: hacks/config/glblur.xml.h:2 hacks/config/glmatrix.xml.h:3 #: hacks/config/imsmap.xml.h:4 hacks/config/lavalite.xml.h:6 #: hacks/config/pyro.xml.h:2 hacks/config/qix.xml.h:5 #: hacks/config/squiral.xml.h:1 hacks/config/xearth.xml.h:4 @@ -2125,10 +2443,11 @@ msgstr "" "Frederick Roeber." #: hacks/config/coral.xml.h:13 hacks/config/gflux.xml.h:13 -#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:28 +#: hacks/config/glblur.xml.h:16 hacks/config/glmatrix.xml.h:19 +#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:29 #: hacks/config/pyro.xml.h:14 hacks/config/qix.xml.h:21 #: hacks/config/squiral.xml.h:15 hacks/config/xearth.xml.h:24 -#: hacks/config/xmatrix.xml.h:16 +#: hacks/config/xmatrix.xml.h:17 msgid "Sparse" msgstr "Esparcido" @@ -2167,13 +2486,13 @@ msgstr "Centrar en la pantalla" #: hacks/config/grav.xml.h:1 hacks/config/julia.xml.h:1 #: hacks/config/laser.xml.h:1 hacks/config/lisa.xml.h:1 #: hacks/config/lissie.xml.h:2 hacks/config/morph3d.xml.h:2 -#: hacks/config/mountain.xml.h:1 hacks/config/qix.xml.h:4 -#: hacks/config/rocks.xml.h:2 hacks/config/rotor.xml.h:2 -#: hacks/config/rubik.xml.h:1 hacks/config/shadebobs.xml.h:1 -#: hacks/config/sierpinski.xml.h:1 hacks/config/slip.xml.h:1 -#: hacks/config/spiral.xml.h:1 hacks/config/sproingies.xml.h:1 -#: hacks/config/superquadrics.xml.h:1 hacks/config/swirl.xml.h:1 -#: hacks/config/worm.xml.h:2 +#: hacks/config/mountain.xml.h:1 hacks/config/piecewise.xml.h:2 +#: hacks/config/qix.xml.h:4 hacks/config/rocks.xml.h:2 +#: hacks/config/rotor.xml.h:2 hacks/config/rubik.xml.h:1 +#: hacks/config/shadebobs.xml.h:1 hacks/config/sierpinski.xml.h:1 +#: hacks/config/slip.xml.h:1 hacks/config/spiral.xml.h:1 +#: hacks/config/sproingies.xml.h:1 hacks/config/superquadrics.xml.h:1 +#: hacks/config/swirl.xml.h:1 hacks/config/worm.xml.h:2 msgid "Count" msgstr "Cantidad" @@ -2226,7 +2545,8 @@ msgstr "Mostrar patrones de superficie" msgid "Display Wireframe" msgstr "Mostrar grilla" -#: hacks/config/cubenetic.xml.h:6 hacks/config/gltext.xml.h:2 +#: hacks/config/cubenetic.xml.h:6 hacks/config/glblur.xml.h:3 +#: hacks/config/glknots.xml.h:2 hacks/config/gltext.xml.h:2 #: hacks/config/lavalite.xml.h:7 hacks/config/menger.xml.h:1 #: hacks/config/molecule.xml.h:4 hacks/config/spheremonics.xml.h:1 msgid "Don't Rotate" @@ -2242,43 +2562,50 @@ msgstr "" "cambiantes ondulando sobre sus superficies. Es una especie de lampara de " "lava cubista. Escrito por Jamie Zawinski." -#: hacks/config/cubenetic.xml.h:14 hacks/config/gltext.xml.h:5 +#: hacks/config/cubenetic.xml.h:14 hacks/config/glblur.xml.h:6 +#: hacks/config/glknots.xml.h:8 hacks/config/gltext.xml.h:5 #: hacks/config/lavalite.xml.h:19 hacks/config/menger.xml.h:7 #: hacks/config/molecule.xml.h:14 hacks/config/spheremonics.xml.h:10 msgid "Rotate around X and Y axes" msgstr "Rotar alrededor de los ejes X y Y" -#: hacks/config/cubenetic.xml.h:15 hacks/config/gltext.xml.h:6 +#: hacks/config/cubenetic.xml.h:15 hacks/config/glblur.xml.h:7 +#: hacks/config/glknots.xml.h:9 hacks/config/gltext.xml.h:6 #: hacks/config/lavalite.xml.h:20 hacks/config/menger.xml.h:8 #: hacks/config/molecule.xml.h:15 hacks/config/spheremonics.xml.h:11 msgid "Rotate around X and Z axes" msgstr "Rotar alrededor de los ejes X y Z" -#: hacks/config/cubenetic.xml.h:16 hacks/config/gltext.xml.h:7 +#: hacks/config/cubenetic.xml.h:16 hacks/config/glblur.xml.h:8 +#: hacks/config/glknots.xml.h:10 hacks/config/gltext.xml.h:7 #: hacks/config/lavalite.xml.h:21 hacks/config/menger.xml.h:9 #: hacks/config/molecule.xml.h:16 hacks/config/spheremonics.xml.h:12 msgid "Rotate around X axis" msgstr "Rotar alrededor del eje X" -#: hacks/config/cubenetic.xml.h:17 hacks/config/gltext.xml.h:8 +#: hacks/config/cubenetic.xml.h:17 hacks/config/glblur.xml.h:9 +#: hacks/config/glknots.xml.h:11 hacks/config/gltext.xml.h:8 #: hacks/config/lavalite.xml.h:22 hacks/config/menger.xml.h:10 #: hacks/config/molecule.xml.h:17 hacks/config/spheremonics.xml.h:13 msgid "Rotate around Y and Z axes" msgstr "Rotar alrededor de los ejes Y y Z" -#: hacks/config/cubenetic.xml.h:18 hacks/config/gltext.xml.h:9 +#: hacks/config/cubenetic.xml.h:18 hacks/config/glblur.xml.h:10 +#: hacks/config/glknots.xml.h:12 hacks/config/gltext.xml.h:9 #: hacks/config/lavalite.xml.h:23 hacks/config/menger.xml.h:11 #: hacks/config/molecule.xml.h:18 hacks/config/spheremonics.xml.h:14 msgid "Rotate around Y axis" msgstr "Rotar alrededor del eje Y" -#: hacks/config/cubenetic.xml.h:19 hacks/config/gltext.xml.h:10 +#: hacks/config/cubenetic.xml.h:19 hacks/config/glblur.xml.h:11 +#: hacks/config/glknots.xml.h:13 hacks/config/gltext.xml.h:10 #: hacks/config/lavalite.xml.h:24 hacks/config/menger.xml.h:12 #: hacks/config/molecule.xml.h:19 hacks/config/spheremonics.xml.h:15 msgid "Rotate around Z axis" msgstr "Rotar alrededor del eje Z" -#: hacks/config/cubenetic.xml.h:20 hacks/config/gltext.xml.h:11 +#: hacks/config/cubenetic.xml.h:20 hacks/config/glblur.xml.h:12 +#: hacks/config/glknots.xml.h:14 hacks/config/gltext.xml.h:11 #: hacks/config/lavalite.xml.h:25 hacks/config/menger.xml.h:13 #: hacks/config/molecule.xml.h:20 hacks/config/spheremonics.xml.h:16 msgid "Rotate around all three axes" @@ -2296,14 +2623,42 @@ msgstr "Sobreposición del patrón de la superficie" msgid "Surface Pattern Speed" msgstr "Velocidad del patrón de la superficie" -#: hacks/config/cubenetic.xml.h:28 hacks/config/dangerball.xml.h:10 -#: hacks/config/engine.xml.h:8 hacks/config/glforestfire.xml.h:19 -#: hacks/config/gltext.xml.h:17 hacks/config/lavalite.xml.h:30 -#: hacks/config/menger.xml.h:20 hacks/config/molecule.xml.h:25 -#: hacks/config/spheremonics.xml.h:25 hacks/config/wander.xml.h:15 +#: hacks/config/cubenetic.xml.h:28 hacks/config/cubestorm.xml.h:13 +#: hacks/config/dangerball.xml.h:10 hacks/config/engine.xml.h:20 +#: hacks/config/glblur.xml.h:19 hacks/config/glforestfire.xml.h:19 +#: hacks/config/glknots.xml.h:22 hacks/config/gltext.xml.h:17 +#: hacks/config/lavalite.xml.h:31 hacks/config/menger.xml.h:20 +#: hacks/config/molecule.xml.h:25 hacks/config/spheremonics.xml.h:25 +#: hacks/config/wander.xml.h:15 msgid "Wander" msgstr "Delirante" +#: hacks/config/cubestorm.xml.h:2 +#, fuzzy +msgid "CubeStorm" +msgstr "Tormenta" + +#: hacks/config/cubestorm.xml.h:3 +msgid "" +"Draws a series of rotating 3D boxes that intersect each other and eventually " +"fill space. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/cubestorm.xml.h:5 hacks/config/glknots.xml.h:6 +#, fuzzy +msgid "Motion Speed" +msgstr "Velocidad de rotación" + +#: hacks/config/cubestorm.xml.h:6 +#, fuzzy +msgid "Number of Cubes" +msgstr "Número de círculos" + +#: hacks/config/cubestorm.xml.h:10 +#, fuzzy +msgid "Strut Thickness" +msgstr "Grosor" + #: hacks/config/cynosure.xml.h:1 msgid "" "A hack similar to `greynetic', but less frenetic. The first implementation " @@ -2405,12 +2760,13 @@ msgid "Stretchy Melt" msgstr "Derretido ajustado" #: hacks/config/decayscreen.xml.h:20 +#, fuzzy msgid "" "This takes an image and makes it melt. You've no doubt seen this effect " "before, but no screensaver would really be complete without it. It works " "best if there's something colorful visible. Warning, if the effect continues " -"after the screen saver is off, seek medical attention. Written by David Wald " -"and Vivek Khera." +"after the screen saver is off, seek medical attention. Written by David " +"Wald, Vivek Khera, Jamie Zawinski, and Vince Levey." msgstr "" "Toma una imagen y hace que se derrita. No tenga dudas de haber visto este " "efecto antes, pero un hay un salvapantalla completo sin este. Funciona mejor " @@ -2444,7 +2800,7 @@ msgstr "" "Escrito por Jamie Zawinski, inspirado por el código en Java de Michael Bayne." #: hacks/config/deco.xml.h:11 hacks/config/rd-bomb.xml.h:23 -#: hacks/config/whirlygig.xml.h:7 hacks/config/xearth.xml.h:33 +#: hacks/config/whirlygig.xml.h:20 hacks/config/xearth.xml.h:33 #: hacks/config/zoom.xml.h:10 msgid "x" msgstr "x" @@ -2477,10 +2833,6 @@ msgstr "" "Un autómata celular que comienza con un campo al azar, y lo organiza en " "espirales y tiras. Escrito por David Bagley." -#: hacks/config/demon.xml.h:2 hacks/config/petri.xml.h:1 -msgid "Cell Size" -msgstr "Tamaño de la celda" - #: hacks/config/demon.xml.h:3 msgid "Demon" msgstr "Demon" @@ -2525,11 +2877,6 @@ msgstr "Tamaño de los lentes" msgid "Magnify" msgstr "Aumentar" -#: hacks/config/distort.xml.h:9 hacks/config/glforestfire.xml.h:10 -#: hacks/config/lament.xml.h:4 hacks/config/sballs.xml.h:6 -msgid "Normal" -msgstr "Normal" - #: hacks/config/distort.xml.h:10 msgid "Reflect" msgstr "Reflectar" @@ -2586,18 +2933,15 @@ msgid "Lissojous Figures" msgstr "Figuras Lissajous" #: hacks/config/electricsheep.xml.h:1 -msgid "ElectricSheep" -msgstr "ElectricSheep" - -#: hacks/config/electricsheep.xml.h:2 +#, fuzzy msgid "" "ElectricSheep is an xscreensaver module that displays mpeg video of an " "animated fractal flame. In the background, it contributes render cycles to " "the next animation. Periodically it uploades completed frames to the server, " "where they are compressed for distribution to all clients. This program is " -"recommended only if you have a high bandwidth connection to the Internet. By " -"Scott Draves. You can find it at <http://www.electricsheep.org/>. See " -"that web site for configuration information." +"recommended only if you have a high bandwidth, always-on connection to the " +"Internet. By Scott Draves. You can find it at <http://www.electricsheep." +"org/>." msgstr "" "ElectricSheep es una módulo de salvapantalla que muestra un vídeo MPEG de " "una flama animada de fractal. En segundo plano este contribuye con ciclos de " @@ -2608,6 +2952,36 @@ msgstr "" "encontrar este salvapantallas en <>. " "Vea este sitio para obtener información acerca de la configuración." +#: hacks/config/electricsheep.xml.h:2 +msgid "Frame Rate" +msgstr "" + +#: hacks/config/electricsheep.xml.h:3 +#, fuzzy +msgid "Hide Sheep" +msgstr "Velocidad de deslizamiento" + +#: hacks/config/electricsheep.xml.h:4 +msgid "Megabytes of Local Sheep Storage" +msgstr "" + +#: hacks/config/electricsheep.xml.h:5 +msgid "Nickname" +msgstr "" + +#: hacks/config/electricsheep.xml.h:6 +msgid "Repititions of each Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:7 +#, fuzzy +msgid "Standalone" +msgstr "Estándar" + +#: hacks/config/electricsheep.xml.h:8 +msgid "URL" +msgstr "" + #: hacks/config/endgame.xml.h:1 msgid "" "Black slips out of three mating nets, but the fourth one holds him tight! A " @@ -2621,17 +2995,67 @@ msgid "Endgame" msgstr "Juego final" #: hacks/config/engine.xml.h:1 +msgid "Audi Quattro (5 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:2 +msgid "BMW M3 (4 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:3 +msgid "BMW M5 (6 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:4 +msgid "Corvette Z06 (8 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:5 +msgid "Dodge Viper (10 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:6 +#, fuzzy msgid "" -"Draws a simple four-stroke engine that floats around the screen. Written by " -"Ben Buxton." +"Draws a simple model of an engine that floats around the screen. Written by " +"Ben Buxton and Ed Beroset." msgstr "" "Dibuja un simple motor de cuatro cilindros que flota alrededor de la " "pantalla. Escrito por Ben Buxton." -#: hacks/config/engine.xml.h:2 +#: hacks/config/engine.xml.h:7 msgid "Engine" msgstr "Motor" +#: hacks/config/engine.xml.h:9 +msgid "Honda Insight (3 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:10 +msgid "Jaguar XKE (12 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:11 +msgid "Porsche 911 (6 cylinders, flat)" +msgstr "" + +#: hacks/config/engine.xml.h:12 +#, fuzzy +msgid "Random Engine" +msgstr "Aleatorio" + +#: hacks/config/engine.xml.h:13 +msgid "Show Engine Name" +msgstr "" + +#: hacks/config/engine.xml.h:18 +msgid "Subaru XT (6 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:19 +msgid "VW Beetle (4 cylinders, flat)" +msgstr "" + #: hacks/config/epicycle.xml.h:4 msgid "Epicycle" msgstr "Epicycle" @@ -2652,6 +3076,55 @@ msgstr "" "continúa varias veces. Estas fueron las bases para el modelo pre-" "heliocéntrico del movimiento planetario. Escrito por James Youngman." +#: hacks/config/eruption.xml.h:1 +msgid "An exposive version of XFlame. By W.P. van Paassen." +msgstr "" + +#: hacks/config/eruption.xml.h:2 +msgid "Cooling factor" +msgstr "" + +#: hacks/config/eruption.xml.h:4 +#, fuzzy +msgid "Eruption" +msgstr "Extrusión" + +#: hacks/config/eruption.xml.h:7 hacks/config/fluidballs.xml.h:9 +#: hacks/config/qix.xml.h:9 hacks/config/speedmine.xml.h:4 +msgid "Gravity" +msgstr "Gravedad" + +#: hacks/config/eruption.xml.h:8 +msgid "Heat" +msgstr "" + +#: hacks/config/eruption.xml.h:9 +#, fuzzy +msgid "Inferno" +msgstr "Interferencias" + +#: hacks/config/eruption.xml.h:10 +msgid "Little" +msgstr "" + +#: hacks/config/eruption.xml.h:13 +msgid "Negative" +msgstr "" + +#: hacks/config/eruption.xml.h:15 +#, fuzzy +msgid "Number of Particles" +msgstr "Número de círculos" + +#: hacks/config/eruption.xml.h:16 +#, fuzzy +msgid "Pleasant" +msgstr "Planeta GL" + +#: hacks/config/eruption.xml.h:17 +msgid "Positive" +msgstr "" + #: hacks/config/euler2d.xml.h:2 msgid "Euler2d" msgstr "Euler2d" @@ -2776,7 +3249,8 @@ msgstr "" msgid "0 Seconds" msgstr "0 Segundos" -#: hacks/config/flame.xml.h:2 hacks/config/maze.xml.h:2 +#: hacks/config/flame.xml.h:2 hacks/config/glslideshow.xml.h:2 +#: hacks/config/maze.xml.h:2 msgid "10 Seconds" msgstr "10 Segundos" @@ -2784,7 +3258,7 @@ msgstr "10 Segundos" msgid "Another iterative fractal generator. Written by Scott Draves." msgstr "Otro generado interactivo de fractales. Escrito por Scott Draves." -#: hacks/config/flame.xml.h:4 +#: hacks/config/flame.xml.h:4 hacks/config/jigglypuff.xml.h:4 msgid "Complexity" msgstr "Complejidad" @@ -2849,30 +3323,27 @@ msgid "Zoom In and Out" msgstr "Acercar y alejar" #: hacks/config/fluidballs.xml.h:1 +#, fuzzy +msgid " Freefall" +msgstr "Caída Libre" + +#: hacks/config/fluidballs.xml.h:2 msgid "Ball Size" msgstr "Tamaño de la bola" -#: hacks/config/fluidballs.xml.h:5 +#: hacks/config/fluidballs.xml.h:4 +#, fuzzy +msgid "Clay" +msgstr "Retardo" + +#: hacks/config/fluidballs.xml.h:7 msgid "FluidBalls" msgstr "Bolas fluídas" -#: hacks/config/fluidballs.xml.h:6 -msgid "Freefall" -msgstr "Caída Libre" - -#: hacks/config/fluidballs.xml.h:7 hacks/config/twang.xml.h:4 +#: hacks/config/fluidballs.xml.h:8 hacks/config/twang.xml.h:4 msgid "Friction" msgstr "Fricción" -#: hacks/config/fluidballs.xml.h:8 -msgid "Glass" -msgstr "Vidrio" - -#: hacks/config/fluidballs.xml.h:9 hacks/config/qix.xml.h:9 -#: hacks/config/speedmine.xml.h:4 -msgid "Gravity" -msgstr "Gravedad" - #: hacks/config/fluidballs.xml.h:10 msgid "Hurricane" msgstr "Huracán" @@ -2895,8 +3366,9 @@ msgstr "" "Peter Birtles y Jamie Zawinski." #: hacks/config/fluidballs.xml.h:15 -msgid "Sandpaper" -msgstr "Papel arena" +#, fuzzy +msgid "Rubber" +msgstr "Burbujas" #: hacks/config/fluidballs.xml.h:16 msgid "Shake Box" @@ -2914,6 +3386,101 @@ msgstr "Varios tamaños de bolas" msgid "Wind" msgstr "Viento" +#: hacks/config/flurry.xml.h:1 +msgid "Binary" +msgstr "" + +#: hacks/config/flurry.xml.h:2 +#, fuzzy +msgid "Classic" +msgstr "Vidrio" + +#: hacks/config/flurry.xml.h:3 +#, fuzzy +msgid "Fire" +msgstr "_Archivo" + +#: hacks/config/flurry.xml.h:4 +msgid "Flurry" +msgstr "" + +#: hacks/config/flurry.xml.h:5 +msgid "Insane" +msgstr "" + +#: hacks/config/flurry.xml.h:6 +#, fuzzy +msgid "Psychedelic" +msgstr "Colores psicodélicos" + +#: hacks/config/flurry.xml.h:7 +msgid "RGB" +msgstr "" + +#: hacks/config/flurry.xml.h:8 hacks/config/jigglypuff.xml.h:13 +#: hacks/config/sballs.xml.h:10 hacks/config/whirlygig.xml.h:12 +msgid "Random" +msgstr "Aleatorio" + +#: hacks/config/flurry.xml.h:10 +msgid "" +"This port of the OSX screensaver of the same name draws a colourful star" +"(fish)like flurry of particles. xscreensaver port by Tobias Sargeant <" +"tobias.sargeant@bigpond.com> Original Mac version by Calum Robinson <" +"calumr@mac.com> http://homepage.mac.com/calumr" +msgstr "" + +#: hacks/config/flurry.xml.h:11 +#, fuzzy +msgid "Water" +msgstr "Delirante" + +#: hacks/config/flyingtoasters.xml.h:1 +msgid "" +"A fleet of 3d space-age jet-powered flying toasters (and toast!) Inspired by " +"the ancient Berkeley Systems After Dark flying toasters. By Jamie Zawinski " +"and Baconmonkey." +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:2 +#, fuzzy +msgid "Air Speed" +msgstr "Velocidad de animación" + +#: hacks/config/flyingtoasters.xml.h:4 +msgid "Chrome Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:6 +msgid "Flying Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:7 hacks/config/glslideshow.xml.h:16 +#: hacks/config/jigglypuff.xml.h:12 hacks/config/juggle.xml.h:6 +#: hacks/config/pipes.xml.h:10 +msgid "None" +msgstr "Ninguno" + +#: hacks/config/flyingtoasters.xml.h:8 +#, fuzzy +msgid "Number of Slices" +msgstr "Número de círculos" + +#: hacks/config/flyingtoasters.xml.h:9 +#, fuzzy +msgid "Number of Toasters" +msgstr "Número de focos" + +#: hacks/config/flyingtoasters.xml.h:12 +#, fuzzy +msgid "Solid Colors" +msgstr "Base sólida" + +#: hacks/config/flyingtoasters.xml.h:13 +#, fuzzy +msgid "Swarm" +msgstr "XRaySwarm" + #: hacks/config/forest.xml.h:2 hacks/config/glforestfire.xml.h:6 msgid "Forest" msgstr "Bosque" @@ -3006,7 +3573,7 @@ msgstr "Imagen de pantalla" msgid "Wave Speed" msgstr "Velocidad de onda" -#: hacks/config/gflux.xml.h:15 +#: hacks/config/gflux.xml.h:15 hacks/config/glmatrix.xml.h:20 msgid "Waves" msgstr "Ondas" @@ -3014,6 +3581,26 @@ msgstr "Ondas" msgid "Wire Mesh" msgstr "Malla alambrada" +#: hacks/config/glblur.xml.h:1 +#, fuzzy +msgid "Blur Smoothness" +msgstr "Líneas suavizadas" + +#: hacks/config/glblur.xml.h:5 +msgid "GLBlur" +msgstr "" + +#: hacks/config/glblur.xml.h:18 +msgid "" +"This program draws a box and a few line segments, and generates a radial " +"blur outward from it. This creates flowing field effects. This is done by " +"rendering the scene into a small texture, then repeatedly rendering " +"increasingly-enlarged and increasingly-transparent versions of that texture " +"onto the frame buffer. As such, it's quite graphics intensive: don't bother " +"trying to run this if you don't have hardware-accelerated OpenGL texture " +"support. It will hurt your machine bad." +msgstr "" + #: hacks/config/glforestfire.xml.h:2 msgid "Desert" msgstr "Desértico" @@ -3029,7 +3616,7 @@ msgstr "" "para los mapas de textura. Escrito por Eric Lassauge <lassauge@mail." "dotcom.fr>." -#: hacks/config/glforestfire.xml.h:5 +#: hacks/config/glforestfire.xml.h:5 hacks/config/glmatrix.xml.h:9 msgid "Fog" msgstr "Niebla" @@ -3057,10 +3644,91 @@ msgstr "Lluvia" msgid "Track mouse" msgstr "Rastrear ratón" -#: hacks/config/glforestfire.xml.h:18 hacks/config/lament.xml.h:8 -#: hacks/config/sballs.xml.h:17 -msgid "Untextured" -msgstr "No texturizado" +#: hacks/config/glknots.xml.h:4 +#, fuzzy +msgid "GLKnots" +msgstr "Muchos" + +#: hacks/config/glknots.xml.h:5 +#, fuzzy +msgid "" +"Generates some twisting 3d knot patterns. Spins 'em around. Written by Jamie " +"Zawinski." +msgstr "" +"Este repetidamente genera espirales de patrones. Escrito por Jamie Zawinski. " + +#: hacks/config/glknots.xml.h:7 hacks/config/lavalite.xml.h:17 +#: hacks/config/spheremonics.xml.h:9 +msgid "Resolution" +msgstr "Resolución" + +#: hacks/config/glknots.xml.h:15 +#, fuzzy +msgid "Segmented" +msgstr "Segmentos" + +#: hacks/config/glknots.xml.h:18 hacks/config/lavalite.xml.h:28 +msgid "Smooth" +msgstr "Suave" + +#: hacks/config/glmatrix.xml.h:2 hacks/config/xmatrix.xml.h:1 +msgid "Binary Encoding" +msgstr "Codificación binaria" + +#: hacks/config/glmatrix.xml.h:4 +#, fuzzy +msgid "Draw Glyphs" +msgstr "Dibujar Focos" + +#: hacks/config/glmatrix.xml.h:5 +#, fuzzy +msgid "Draw Outlines" +msgstr "Dibujar hormigas" + +#: hacks/config/glmatrix.xml.h:6 +#, fuzzy +msgid "Draw Solid Boxes" +msgstr "Dibujar enlace atómico" + +#: hacks/config/glmatrix.xml.h:7 +msgid "" +"Draws 3D dropping characters similar to what is seen in the title sequence " +"of \"The Matrix\". See also \"xmatrix\" for a 2D rendering of the similar " +"effect that appeared on the computer monitors actually *in* the movie. " +"Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/glmatrix.xml.h:10 +#, fuzzy +msgid "GLMatrix" +msgstr "Xmatrix" + +#: hacks/config/glmatrix.xml.h:11 hacks/config/xmatrix.xml.h:7 +msgid "Genetic Encoding" +msgstr "Codificación genética" + +#: hacks/config/glmatrix.xml.h:12 +#, fuzzy +msgid "Glyph Density" +msgstr "Densidad de malla" + +#: hacks/config/glmatrix.xml.h:13 +#, fuzzy +msgid "Glyph Speed" +msgstr "Velocidad del pescado" + +#: hacks/config/glmatrix.xml.h:14 hacks/config/xmatrix.xml.h:8 +msgid "Hexadecimal Encoding" +msgstr "Codificación hexadecimal" + +#: hacks/config/glmatrix.xml.h:15 hacks/config/xmatrix.xml.h:11 +msgid "Matrix Encoding" +msgstr "Codificación matrix" + +#: hacks/config/glmatrix.xml.h:16 +#, fuzzy +msgid "Panning" +msgstr "Empaquetado" #: hacks/config/glplanet.xml.h:1 msgid "" @@ -3082,14 +3750,65 @@ msgstr "Planeta GL" msgid "Image File" msgstr "Imagen" -#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 -msgid "1" -msgstr "1" +#: hacks/config/glslideshow.xml.h:4 hacks/config/rd-bomb.xml.h:5 +#, no-c-format +msgid "100%" +msgstr "100%" -#: hacks/config/glsnake.xml.h:2 hacks/config/penrose.xml.h:2 +#: hacks/config/glslideshow.xml.h:5 hacks/config/glsnake.xml.h:2 +#: hacks/config/penrose.xml.h:2 msgid "30 Seconds" msgstr "30 segundos" +#: hacks/config/glslideshow.xml.h:6 +#, fuzzy +msgid "5 Minutes" +msgstr "1 minuto." + +#: hacks/config/glslideshow.xml.h:8 +#, no-c-format +msgid "50%" +msgstr "" + +#: hacks/config/glslideshow.xml.h:9 +msgid "Always show at least this much of the image:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:10 +#, fuzzy +msgid "Crossfade Duration:" +msgstr "Duración del fundido" + +#: hacks/config/glslideshow.xml.h:11 +msgid "Frame Rate:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:12 +msgid "GLSlideshow" +msgstr "" + +#: hacks/config/glslideshow.xml.h:14 +msgid "" +"Loads a random sequence of images and smoothly scans and zooms around in " +"each, fading from pan to pan. You can set the directory from which images " +"are loaded on the \"Advanced\" tab. This program requires a good video card " +"capable of supporting large textures. Written by Jamie Zawinski and Mike " +"Oliphant." +msgstr "" + +#: hacks/config/glslideshow.xml.h:17 +#, fuzzy +msgid "Pan/Zoom Duration:" +msgstr "Duración del fundido" + +#: hacks/config/glslideshow.xml.h:19 +msgid "Time until loading a new image:" +msgstr "" + +#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 +msgid "1" +msgstr "1" + #: hacks/config/glsnake.xml.h:3 msgid "" "Draws a simulation of the Rubik's Snake puzzle. Written by Jamie Wilkinson, " @@ -3246,8 +3965,57 @@ msgstr "Grisnética" msgid "" "This draws random colored and stippled rectangles. Written by Jamie Zawinski." msgstr "" -"Dibuja aleatoriamente rectángulos coloreados y granulados. Escrito por Jamie " -"Zawinski." +"Dibuja aleatoriamente rectángulos coloreados y granulados. Escrito por Jamie " +"Zawinski." + +#: hacks/config/halftone.xml.h:1 +msgid "Delay (Large = low cpu load)" +msgstr "" + +#: hacks/config/halftone.xml.h:2 +msgid "Dot fill factor" +msgstr "" + +#: hacks/config/halftone.xml.h:3 +#, fuzzy +msgid "Dot size" +msgstr "Tamaño de la hormiga" + +#: hacks/config/halftone.xml.h:4 +msgid "" +"Draws the gravity force in each point on the screen seen through a halftone " +"dot pattern. The gravity force is calculated from a set of moving mass " +"points. View it from a distance for best effect. Written by Peter Jaric <" +"peter@jaric.org>." +msgstr "" + +#: hacks/config/halftone.xml.h:5 +#, fuzzy +msgid "Gravity points" +msgstr "Gravedad" + +#: hacks/config/halftone.xml.h:6 +#, fuzzy +msgid "Halftone" +msgstr "Halo" + +#: hacks/config/halftone.xml.h:10 +msgid "Maximum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:11 +#, fuzzy +msgid "Maximum speed" +msgstr "Máxima expansión de vida" + +#: hacks/config/halftone.xml.h:12 +msgid "Minimum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:13 +#, fuzzy +msgid "Minimum speed" +msgstr "Velocidad de animación" #: hacks/config/halo.xml.h:1 msgid "Animate Circles" @@ -3421,6 +4189,112 @@ msgstr "" "bordes de cada cara. No piense demasiado acerca de esto o se le quemara el " "cerebro. Escrito por Joe Keane, Fritz Mueller y Jamie Zawinski." +#: hacks/config/hypertorus.xml.h:1 +msgid "-4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:2 +msgid "4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:3 +msgid "4D Hypertorus" +msgstr "" + +#: hacks/config/hypertorus.xml.h:4 +#, fuzzy +msgid "Color Wheel" +msgstr "Color" + +#: hacks/config/hypertorus.xml.h:5 +#, fuzzy +msgid "Display Speed" +msgstr "Mostrar segundos" + +#: hacks/config/hypertorus.xml.h:7 +#, fuzzy +msgid "Orthographic 3d" +msgstr "Proyección ortográfica" + +#: hacks/config/hypertorus.xml.h:8 +#, fuzzy +msgid "Orthographic 4d" +msgstr "Proyección ortográfica" + +#: hacks/config/hypertorus.xml.h:9 +msgid "Perspective 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:10 +msgid "Perspective 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:11 +#, fuzzy +msgid "See-Through Bands" +msgstr "Ciclar a través de los modos" + +#: hacks/config/hypertorus.xml.h:14 +#, fuzzy +msgid "Solid Object" +msgstr "Objetos sólidos" + +#: hacks/config/hypertorus.xml.h:15 hacks/config/pulsar.xml.h:16 +msgid "Solid Surface" +msgstr "Superficie sólida" + +#: hacks/config/hypertorus.xml.h:16 +msgid "" +"This program shows a rotating Clifford Torus: a torus lying on the \"surface" +"\" of a 4D hypersphere. Written by Carsten Steger, inspired by Thomas " +"Banchoff's book \"Beyond the Third Dimension: Geometry, Computer Graphics, " +"and Higher Dimensions\", Scientific American Library, 1990." +msgstr "" + +#: hacks/config/hypertorus.xml.h:17 +#, fuzzy +msgid "Transparent Surface" +msgstr "Transparente" + +#: hacks/config/hypertorus.xml.h:18 +msgid "Two-Sided" +msgstr "" + +#: hacks/config/hypertorus.xml.h:19 +#, fuzzy +msgid "WX Rotation Speed" +msgstr "Velocidad de rotación" + +#: hacks/config/hypertorus.xml.h:20 +#, fuzzy +msgid "WY Rotation Speed" +msgstr "Velocidad de rotación" + +#: hacks/config/hypertorus.xml.h:21 +#, fuzzy +msgid "WZ Rotation Speed" +msgstr "Velocidad de rotación" + +#: hacks/config/hypertorus.xml.h:22 +#, fuzzy +msgid "Wireframe Mesh" +msgstr "Marco de alambre" + +#: hacks/config/hypertorus.xml.h:23 +#, fuzzy +msgid "XY Rotation Speed" +msgstr "Velocidad de rotación" + +#: hacks/config/hypertorus.xml.h:24 +#, fuzzy +msgid "XZ Rotation Speed" +msgstr "Velocidad de rotación" + +#: hacks/config/hypertorus.xml.h:25 +#, fuzzy +msgid "YZ Rotation Speed" +msgstr "Velocidad de rotación" + #: hacks/config/ifs.xml.h:2 msgid "IFS" msgstr "IFS" @@ -3504,6 +4378,99 @@ msgstr "Número de ondas" msgid "Wave Size" msgstr "Tamaño de onda" +#: hacks/config/jigglypuff.xml.h:2 +msgid "Chrome" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:3 +msgid "Clown barf" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:5 +#, fuzzy +msgid "Cycle" +msgstr "Ciclos" + +#: hacks/config/jigglypuff.xml.h:7 +msgid "Flower box" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:9 +msgid "Inertial damping" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:10 +msgid "JigglyPuff" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:14 +#, fuzzy +msgid "Rotation speed" +msgstr "Velocidad de rotación" + +#: hacks/config/jigglypuff.xml.h:17 hacks/config/sphere.xml.h:7 +msgid "Sphere" +msgstr "Esfera" + +#: hacks/config/jigglypuff.xml.h:18 +msgid "Sphere strength" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:19 +#, fuzzy +msgid "Spookiness" +msgstr "Polilíneas" + +#: hacks/config/jigglypuff.xml.h:20 +msgid "Spoooooky" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:21 hacks/config/sballs.xml.h:16 +msgid "Tetrahedron" +msgstr "Tetraedro" + +#: hacks/config/jigglypuff.xml.h:22 +msgid "" +"This little gem does bad things with quasi-spherical objects. The gist of it " +"is that you have what is, structurally, a tetrahedron with tesselated faces. " +"the vertices on these faces have forces on them in the form of one " +"proportional to their distance from the surface of a sphere, and one which " +"is proportional to how far they differ from some ideal distance from their " +"neighbors. They also have inertia. The forces and distance are parameters " +"and there are also a couple of visual parameters. The resulting effect can " +"range from a shape that does nothing, to a frenetic polygon storm. Somewhere " +"in between there it usually manifests as a blob that jiggles in a kind of " +"disturbing manner. woo. It doesn't matter, however. You should just pick " +"'random'. It overrides all the other options, except for fps, delay and " +"complexity. By Keith Macleod" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:23 +msgid "Vertex-vertex behavior" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:24 +msgid "Vertex-vertex force" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:26 +msgid "collapse" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:27 +msgid "expand" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:28 +#, fuzzy +msgid "none" +msgstr "Ninguno" + +#: hacks/config/jigglypuff.xml.h:29 +#, fuzzy +msgid "strong" +msgstr "Extraño" + #: hacks/config/jigsaw.xml.h:4 msgid "Jigsaw" msgstr "Rompecabezas" @@ -3540,10 +4507,6 @@ msgstr "Dibuja un malabarista flaco. Escrito por Tim Auckland." msgid "Juggle" msgstr "Malabarista" -#: hacks/config/juggle.xml.h:6 hacks/config/pipes.xml.h:10 -msgid "None" -msgstr "Ninguno" - #: hacks/config/julia.xml.h:3 hacks/config/rorschach.xml.h:4 msgid "Iterations" msgstr "Iteraciones" @@ -3597,6 +4560,25 @@ msgstr "Simetría" msgid "Trails" msgstr "Rastros" +#: hacks/config/klein.xml.h:3 +msgid "Klein" +msgstr "" + +#: hacks/config/klein.xml.h:10 +msgid "" +"This draws a visualization of a Klein bottle or some other interesting " +"parametric surfaces. Written by Andrey Mirtchovski." +msgstr "" + +#: hacks/config/klein.xml.h:11 +msgid "Use Randomized Surfaces and Primitives" +msgstr "" + +#: hacks/config/klein.xml.h:12 +#, fuzzy +msgid "Wander Around the Screen" +msgstr "Centrar en la pantalla" + #: hacks/config/kumppa.xml.h:5 msgid "Kumppa" msgstr "Kumppa" @@ -3697,18 +4679,10 @@ msgstr "Gotas máximas" msgid "Random Lamp Style" msgstr "Estilo de lampara aleatorio" -#: hacks/config/lavalite.xml.h:17 hacks/config/spheremonics.xml.h:9 -msgid "Resolution" -msgstr "Resolución" - #: hacks/config/lavalite.xml.h:18 msgid "Rocket Lavalite" msgstr "Lampara cohete" -#: hacks/config/lavalite.xml.h:27 -msgid "Smooth" -msgstr "Suave" - #: hacks/config/lightning.xml.h:2 msgid "Lightning" msgstr "Rayos" @@ -3872,6 +4846,36 @@ msgstr "" "objeto fractal de forma cúbica análogo al Tetraedro Sierpinski. Escrito por " "Jamie Zawinski." +#: hacks/config/metaballs.xml.h:1 +#, fuzzy +msgid "Big" +msgstr "Mas grande" + +#: hacks/config/metaballs.xml.h:2 +msgid "" +"Draws two dimensional metaballs: overlapping and merging balls with fuzzy " +"edges. By W.P. van Paassen." +msgstr "" + +#: hacks/config/metaballs.xml.h:7 +msgid "MetaBall Movement" +msgstr "" + +#: hacks/config/metaballs.xml.h:8 +#, fuzzy +msgid "MetaBall Radius" +msgstr "Radio de semilla" + +#: hacks/config/metaballs.xml.h:9 +#, fuzzy +msgid "MetaBalls" +msgstr "Bolas" + +#: hacks/config/metaballs.xml.h:11 +#, fuzzy +msgid "Number of MetaBalls" +msgstr "Número de fractales" + #: hacks/config/moebius.xml.h:1 msgid "" "Another M. C. Escher hack by Marcelo Vianna, this one draws ``Moebius Strip " @@ -4289,6 +5293,30 @@ msgstr "Fósforo" msgid "Scale" msgstr "Escala" +#: hacks/config/piecewise.xml.h:1 +msgid "Color shifting speed" +msgstr "" + +#: hacks/config/piecewise.xml.h:6 +#, fuzzy +msgid "Maximum radius" +msgstr "Máxima expansión de vida" + +#: hacks/config/piecewise.xml.h:7 +#, fuzzy +msgid "Minimum radius" +msgstr "Mínima expansión de vida" + +#: hacks/config/piecewise.xml.h:8 +msgid "Piecewise" +msgstr "" + +#: hacks/config/piecewise.xml.h:12 +msgid "" +"This draws a bunch of moving circles which switch from visibility to " +"invisibility at intersection points. Written by Geoffrey Irving." +msgstr "" + #: hacks/config/pipes.xml.h:1 msgid "Allow Tight Turns" msgstr "Permitir giros cerrados" @@ -4354,6 +5382,38 @@ msgstr "" "Repetidamente intenta llenar completamente un rectángulo con piezas de " "rompecabezas irregulares. Escrito por Stephen Montgomery-Smith." +#: hacks/config/popsquares.xml.h:1 +#, fuzzy +msgid "Border" +msgstr "Ancho del borde" + +#: hacks/config/popsquares.xml.h:2 +msgid "End color" +msgstr "" + +#: hacks/config/popsquares.xml.h:7 +#, fuzzy +msgid "Start color" +msgstr "Colores siniestros" + +#: hacks/config/popsquares.xml.h:8 +msgid "Subdivision" +msgstr "" + +#: hacks/config/popsquares.xml.h:9 +msgid "" +"This draws a pop-art-ish looking grid of pulsing colors. By Levi Burton." +msgstr "" + +#: hacks/config/popsquares.xml.h:10 +msgid "Twitch" +msgstr "" + +#: hacks/config/popsquares.xml.h:11 +#, fuzzy +msgid "popsquares" +msgstr "Cuadrado" + #: hacks/config/pulsar.xml.h:1 msgid "Anti-alias Lines" msgstr "Líneas suavizadas" @@ -4405,10 +5465,6 @@ msgstr "Pulsar" msgid "Quad Count" msgstr "Cantidad de cuadrantes" -#: hacks/config/pulsar.xml.h:16 -msgid "Solid Surface" -msgstr "Superficie sólida" - #: hacks/config/pulsar.xml.h:18 msgid "Texture PPM File" msgstr "Archivo de textura PPM" @@ -4421,10 +5477,6 @@ msgstr "Campo explosivo" msgid "Launch Frequency" msgstr "Frecuencia de lanzamiento" -#: hacks/config/pyro.xml.h:8 -msgid "Often" -msgstr "A menudo" - #: hacks/config/pyro.xml.h:9 msgid "Particle Density" msgstr "Densidad de la partícula" @@ -4513,11 +5565,6 @@ msgstr "/" msgid "1%" msgstr "1%" -#: hacks/config/rd-bomb.xml.h:5 -#, no-c-format -msgid "100%" -msgstr "100%" - #: hacks/config/rd-bomb.xml.h:7 msgid "" "Another variation of the `Bomb' program by Scott Draves. This draws a grid " @@ -4753,10 +5800,6 @@ msgstr "Avión" msgid "Pyramid" msgstr "Pirámide" -#: hacks/config/sballs.xml.h:10 -msgid "Random" -msgstr "Aleatorio" - #: hacks/config/sballs.xml.h:11 msgid "Sballs" msgstr "Sbolas" @@ -4765,10 +5808,6 @@ msgstr "Sbolas" msgid "Star" msgstr "Estrella" -#: hacks/config/sballs.xml.h:16 -msgid "Tetrahedron" -msgstr "Tetraedro" - #: hacks/config/shadebobs.xml.h:7 msgid "ShadeBobs" msgstr "ShadeBobs" @@ -4942,10 +5981,6 @@ msgstr "" "esferas sombreadas en múltiples colores. Este hack retrocede en su linaje " "hasta Tom Duff en 1982." -#: hacks/config/sphere.xml.h:7 -msgid "Sphere" -msgstr "Esfera" - #: hacks/config/sphereEversion.xml.h:1 msgid "SphereEversion" msgstr "SphereEversion" @@ -4989,7 +6024,7 @@ msgstr "" "los operadores angulares de momento de eigenfunctions. Escrito por Paul " "Bourke y Jamie Zawinski." -#: hacks/config/spiral.xml.h:2 +#: hacks/config/spiral.xml.h:2 hacks/config/superquadrics.xml.h:2 msgid "Cycles" msgstr "Ciclos" @@ -5058,6 +6093,7 @@ msgid "SSystem" msgstr "SSystem" #: hacks/config/ssystem.xml.h:2 +#, fuzzy msgid "" "SSystem is a GL Solar System simulator. It simulates flybys of Sun, the nine " "planets and a few major satellites, with four camera modes. Written by Raul " @@ -5067,10 +6103,9 @@ msgid "" "work with some window managers, but not with others, so your mileage may " "vary. SSystem was once available at <http://www1.las.es/~amil/ssystem/" ">, but is now gone. You may still be able to find copies elsewhere. " -"SSystem has since evolved into two different programs: OpenUniverse (http://" -"openuniverse.sourceforge.net/) and Celestia (http://www.shatters.net/" -"celestia/). Sadly, neither of these programs work with xscreensaver at all. " -"You are encouraged to nag their authors into adding xscreensaver support!" +"SSystem has since evolved into Celestia, found at <http://www.shatters." +"net/celestia/>. Sadly, Celestia does not work with xscreensaver at all. " +"You are encouraged to nag the authors into adding xscreensaver support!" msgstr "" "Ssystem es un simulador GL del sistema solar. Simula las fluctuaciones del " "Sol, los nueve planetas y unos pocos satélites importantes, posee cuatro " @@ -5217,7 +6252,7 @@ msgstr "" "de puntos que se intercambian y giran alrededor. El movimiento es muy " "bonito. Escrito por Massimino Pascal." -#: hacks/config/superquadrics.xml.h:2 +#: hacks/config/superquadrics.xml.h:3 msgid "" "Ed Mackey reports that he wrote the first version of this program in BASIC " "on a Commodore 64 in 1987, as a 320x200 black and white wireframe. Now it is " @@ -5227,7 +6262,7 @@ msgstr "" "usando una Commodore 64 en 1987, como una malla de alambre en blanco y " "negro. Ahora esto es un GL y tiene reflexión especular." -#: hacks/config/superquadrics.xml.h:10 +#: hacks/config/superquadrics.xml.h:11 msgid "Superquadrics" msgstr "Superquadrics" @@ -5486,19 +6521,71 @@ msgid "Amplitude" msgstr "Amplitud" #: hacks/config/whirlygig.xml.h:2 +#, fuzzy +msgid "Circle" +msgstr "Ciclos" + +#: hacks/config/whirlygig.xml.h:3 msgid "Draws zooming chains of sinusoidal spots. Written by Ashton Trey Belew." msgstr "" "Dibuja cadenas de focos sinoidales acercándose. Escrito por Ashton Trey " "Belew." +#: hacks/config/whirlygig.xml.h:4 +#, fuzzy +msgid "Explain modes" +msgstr "Modos de visualización" + #: hacks/config/whirlygig.xml.h:5 +msgid "Fun" +msgstr "" + +#: hacks/config/whirlygig.xml.h:6 +msgid "Funky" +msgstr "" + +#: hacks/config/whirlygig.xml.h:7 +msgid "Innie" +msgstr "" + +#: hacks/config/whirlygig.xml.h:8 +#, fuzzy +msgid "Leave a trail" +msgstr "Dejar rastros" + +#: hacks/config/whirlygig.xml.h:9 +#, fuzzy +msgid "Linear" +msgstr "Líneas" + +#: hacks/config/whirlygig.xml.h:11 +#, fuzzy +msgid "Lissajous" +msgstr "Figuras Lissajous" + +#: hacks/config/whirlygig.xml.h:15 +#, fuzzy +msgid "Test" +msgstr "Mejor" + +#: hacks/config/whirlygig.xml.h:16 +#, fuzzy +msgid "Use Double Buffering" +msgstr "Buffer doble" + +#: hacks/config/whirlygig.xml.h:17 msgid "Whirlies" msgstr "Whirlies" -#: hacks/config/whirlygig.xml.h:6 +#: hacks/config/whirlygig.xml.h:18 msgid "WhirlyGig" msgstr "WhirlyGig" +#: hacks/config/whirlygig.xml.h:19 +#, fuzzy +msgid "Wrap the screen" +msgstr "Tomar pantalla" + #: hacks/config/worm.xml.h:1 msgid "" "An ancient xlock hack that draws multicolored worms that crawl around the " @@ -5514,11 +6601,12 @@ msgid "XaoS" msgstr "XaoS" #: hacks/config/xaos.xml.h:2 +#, fuzzy msgid "" "XaoS generates fast fly-through animations of the Mandelbrot and other " "fractal sets. Written by Thomas Marsh and Jan Hubicka. This is not included " "with the XScreenSaver package, but if you don't have it already, you can " -"find it at <http://limax.paru.cas.cz/~hubicka/XaoS/>." +"find it at <http://xaos.theory.org/>." msgstr "" "XaoS genera animaciones voladoras rápidas de Mandelbrot y otros conjuntos de " "fractales. Escrito por Thomas Marsh y Jan Hubicka. No viene incluido con el " @@ -5545,7 +6633,7 @@ msgstr "Mostrar segundos" msgid "Huge Font" msgstr "Tipografía enorme" -#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:9 +#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:10 msgid "Large Font" msgstr "Tipografía grande" @@ -5553,7 +6641,7 @@ msgstr "Tipografía grande" msgid "Medium Font" msgstr "Tipografía mediana" -#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:16 msgid "Small Font" msgstr "Tipografía pequeña" @@ -5745,17 +6833,13 @@ msgstr "" msgid "Xlyap" msgstr "Xlyap" -#: hacks/config/xmatrix.xml.h:1 +#: hacks/config/xmatrix.xml.h:3 msgid "" -"A rendition of the text scrolls seen in the movie ``The Matrix.'' Written by " -"Jamie Zawinski." +"Draws dropping characters similar to what is seen on the computer monitors " +"in \"The Matrix\". See also \"glmatrix\" for a 3D rendering of the similar " +"effect that appeared in the title sequence of the movie. Written by Jamie " +"Zawinski." msgstr "" -"Un homenaje a los textos que se desplazan en la película «The Matrix». " -"Escrito por Jamie Zawinski." - -#: hacks/config/xmatrix.xml.h:2 -msgid "Binary Encoding" -msgstr "Codificación binaria" #: hacks/config/xmatrix.xml.h:4 msgid "Expansion Algorithm" @@ -5765,35 +6849,27 @@ msgstr "Algoritmo de expansión" msgid "Full" msgstr "Completo" -#: hacks/config/xmatrix.xml.h:7 -msgid "Genetic Encoding" -msgstr "Codificación genética" - -#: hacks/config/xmatrix.xml.h:8 -msgid "Hexadecimal Encoding" -msgstr "Codificación hexadecimal" - -#: hacks/config/xmatrix.xml.h:10 -msgid "Matrix Encoding" -msgstr "Codificación matrix" +#: hacks/config/xmatrix.xml.h:9 +msgid "Knock Knock" +msgstr "" -#: hacks/config/xmatrix.xml.h:11 +#: hacks/config/xmatrix.xml.h:12 msgid "Phone Number" msgstr "Número de teléfono" -#: hacks/config/xmatrix.xml.h:12 +#: hacks/config/xmatrix.xml.h:13 msgid "Run Trace Program" msgstr "Ejecutar programa de rastreo" -#: hacks/config/xmatrix.xml.h:13 +#: hacks/config/xmatrix.xml.h:14 msgid "Slider Algorithm" msgstr "Algoritmo desplazador" -#: hacks/config/xmatrix.xml.h:18 +#: hacks/config/xmatrix.xml.h:19 msgid "Synergistic Algorithm" msgstr "Algoritmo sinérgico" -#: hacks/config/xmatrix.xml.h:19 +#: hacks/config/xmatrix.xml.h:20 msgid "Xmatrix" msgstr "Xmatrix" @@ -5916,10 +6992,3 @@ msgstr "" "Aumenta una parte de la pantalla y luego se mueve alrededor. Con la opción -" "lenses el resultado es similar a mirar a través de varios lentes " "superpuestos mas que un simple acercamiento. Escrito por James Macnicol." - -#, fuzzy -#~ msgid "Copyright 1991-2002 %s" -#~ msgstr "Copyright 1991-2002 %s" - -#~ msgid "Copyright (C) 1991-2002 %s" -#~ msgstr "Copyright (C) 1991-2002 %s" diff --git a/po/et.po b/po/et.po index cba8a3ca..a42b6e59 100644 --- a/po/et.po +++ b/po/et.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: xscreensaver\n" -"POT-Creation-Date: 2002-06-18 21:56+0200\n" +"POT-Creation-Date: 2003-07-24 19:05+0200\n" "PO-Revision-Date: 2002-08-29 20:14+0300\n" "Last-Translator: Tõivo Leedjärv \n" "Language-Team: Estonian \n" @@ -13,35 +13,40 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: driver/demo-Gtk-conf.c:729 +#: driver/demo-Gtk-conf.c:731 msgid "Browse..." msgstr "Vali..." -#: driver/demo-Gtk-conf.c:1021 +#: driver/demo-Gtk-conf.c:1023 msgid "Select file." msgstr "Vali fail." -#: driver/demo-Gtk-support.c:121 +#: driver/demo-Gtk-support.c:135 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "" -#: driver/demo-Gtk-support.c:130 +#: driver/demo-Gtk-support.c:147 driver/demo-Gtk-support.c:179 #, c-format msgid "Error loading pixmap file: %s" msgstr "" +#: driver/demo-Gtk-support.c:182 +#, c-format +msgid "reason: %s\n" +msgstr "" + #: driver/demo-Gtk-widgets.c:155 driver/xscreensaver-demo.glade.h:89 -#: driver/xscreensaver-demo.glade2.h:43 +#: driver/xscreensaver-demo.glade2.h:65 msgid "XScreenSaver" msgstr "XScreenSaver" -#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:54 +#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:76 msgid "_File" msgstr "_Fail" #: driver/demo-Gtk-widgets.c:196 driver/xscreensaver-demo.glade.h:93 -#: driver/xscreensaver-demo.glade2.h:48 +#: driver/xscreensaver-demo.glade2.h:70 msgid "_Blank Screen Now" msgstr "" @@ -51,7 +56,7 @@ msgid "" msgstr "" #: driver/demo-Gtk-widgets.c:209 driver/xscreensaver-demo.glade.h:97 -#: driver/xscreensaver-demo.glade2.h:58 +#: driver/xscreensaver-demo.glade2.h:80 msgid "_Lock Screen Now" msgstr "" @@ -60,7 +65,7 @@ msgid "Lock the screen now (even if \"Lock Screen\" is unchecked.)" msgstr "" #: driver/demo-Gtk-widgets.c:222 driver/xscreensaver-demo.glade.h:96 -#: driver/xscreensaver-demo.glade2.h:56 +#: driver/xscreensaver-demo.glade2.h:78 msgid "_Kill Daemon" msgstr "" @@ -69,7 +74,7 @@ msgid "Tell the running XScreenSaver daemon to exit." msgstr "" #: driver/demo-Gtk-widgets.c:235 driver/xscreensaver-demo.glade.h:98 -#: driver/xscreensaver-demo.glade2.h:64 +#: driver/xscreensaver-demo.glade2.h:86 msgid "_Restart Daemon" msgstr "" @@ -87,12 +92,12 @@ msgid "" "running in the background.)" msgstr "" -#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:55 +#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:77 msgid "_Help" msgstr "_Abi" #: driver/demo-Gtk-widgets.c:290 driver/xscreensaver-demo.glade.h:92 -#: driver/xscreensaver-demo.glade2.h:44 +#: driver/xscreensaver-demo.glade2.h:66 msgid "_About..." msgstr "_Info..." @@ -101,7 +106,7 @@ msgid "Display version information." msgstr "" #: driver/demo-Gtk-widgets.c:303 driver/xscreensaver-demo.glade.h:94 -#: driver/xscreensaver-demo.glade2.h:53 +#: driver/xscreensaver-demo.glade2.h:75 msgid "_Documentation..." msgstr "_Dokumentatsioon..." @@ -114,7 +119,7 @@ msgid "Cycle After" msgstr "" #: driver/demo-Gtk-widgets.c:364 driver/xscreensaver-demo.glade.h:78 -#: driver/xscreensaver-demo.glade2.h:42 +#: driver/xscreensaver-demo.glade2.h:54 msgid "Whether a password should be required to un-blank the screen." msgstr "" @@ -128,23 +133,24 @@ msgstr "" #: driver/demo-Gtk-widgets.c:397 driver/demo-Gtk-widgets.c:447 #: driver/demo-Gtk-widgets.c:461 driver/demo-Gtk-widgets.c:1010 -#: driver/xscreensaver-demo.glade.h:43 driver/xscreensaver-demo.glade2.h:26 +#: driver/xscreensaver-demo.glade.h:43 msgid "How long before the monitor goes completely black." msgstr "Kui pika aja pärast läheb ekraan täiesti mustaks." #: driver/demo-Gtk-widgets.c:401 driver/demo-Gtk-widgets.c:413 #: driver/demo-Gtk-widgets.c:425 driver/demo-Gtk-widgets.c:1014 #: driver/demo-Gtk-widgets.c:1026 driver/demo-Gtk-widgets.c:1038 -#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:70 +#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:92 msgid "minutes" msgstr "minuti pärast" -#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2661 +#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2831 #: driver/xscreensaver-demo.glade.h:58 msgid "Preview" msgstr "Eelvaade" #: driver/demo-Gtk-widgets.c:484 driver/xscreensaver-demo.glade.h:21 +#: driver/xscreensaver-demo.glade2.h:12 msgid "" "Demo the selected screen saver in full-screen mode (click the mouse to " "return.)" @@ -155,6 +161,7 @@ msgid "Settings..." msgstr "Sätted..." #: driver/demo-Gtk-widgets.c:494 driver/xscreensaver-demo.glade.h:17 +#: driver/xscreensaver-demo.glade2.h:9 msgid "Customization and explanation of the selected screen saver." msgstr "" @@ -163,7 +170,7 @@ msgid "Mode:" msgstr "" #: driver/demo-Gtk-widgets.c:533 driver/xscreensaver-demo.glade.h:25 -#: driver/xscreensaver-demo.glade2.h:14 +#: driver/xscreensaver-demo.glade2.h:16 msgid "Disable Screen Saver" msgstr "Keela ekraanisäästja" @@ -173,21 +180,21 @@ msgid "Blank Screen Only" msgstr "Ainult must ekraan" #: driver/demo-Gtk-widgets.c:539 driver/xscreensaver-demo.glade.h:56 -#: driver/xscreensaver-demo.glade2.h:32 +#: driver/xscreensaver-demo.glade2.h:42 msgid "Only One Screen Saver" msgstr "Ainult üks ekraanisäästja" #: driver/demo-Gtk-widgets.c:542 driver/xscreensaver-demo.glade.h:60 -#: driver/xscreensaver-demo.glade2.h:35 +#: driver/xscreensaver-demo.glade2.h:44 msgid "Random Screen Saver" msgstr "Suvaline ekraanisäästja" -#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2034 +#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2120 #: driver/xscreensaver-demo.glade.h:75 msgid "Use" msgstr "" -#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2044 +#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2130 #: driver/xscreensaver-demo.glade.h:63 msgid "Screen Saver" msgstr "Ekraanisäästja" @@ -197,6 +204,7 @@ msgid "\\/" msgstr "" #: driver/demo-Gtk-widgets.c:646 driver/xscreensaver-demo.glade.h:61 +#: driver/xscreensaver-demo.glade2.h:45 msgid "" "Run the next screen saver in the list in full-screen mode (click the mouse " "to return.)" @@ -207,13 +215,14 @@ msgid "/\\" msgstr "" #: driver/demo-Gtk-widgets.c:656 driver/xscreensaver-demo.glade.h:62 +#: driver/xscreensaver-demo.glade2.h:46 msgid "" "Run the previous screen saver in the list in full-screen mode (click the " "mouse to return.)" msgstr "" #: driver/demo-Gtk-widgets.c:658 driver/demo-Gtk-widgets.c:1601 -#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:11 +#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:13 msgid "Description" msgstr "Kirjeldus" @@ -222,11 +231,12 @@ msgid "Display Modes" msgstr "" #: driver/demo-Gtk-widgets.c:701 driver/xscreensaver-demo.glade.h:23 -#: driver/xscreensaver-demo.glade2.h:12 +#: driver/xscreensaver-demo.glade2.h:14 msgid "Diagnostics" msgstr "Diagnostika" #: driver/demo-Gtk-widgets.c:745 driver/xscreensaver-demo.glade.h:80 +#: driver/xscreensaver-demo.glade2.h:56 msgid "Whether the daemon should print lots of debugging information." msgstr "" @@ -235,6 +245,7 @@ msgid "Verbose Diagnostics" msgstr "" #: driver/demo-Gtk-widgets.c:762 driver/xscreensaver-demo.glade.h:79 +#: driver/xscreensaver-demo.glade2.h:55 msgid "" "Whether any error output of the display modes should be redirected to the " "screen." @@ -245,6 +256,7 @@ msgid "Display Subprocess Errors" msgstr "" #: driver/demo-Gtk-widgets.c:779 driver/xscreensaver-demo.glade.h:87 +#: driver/xscreensaver-demo.glade2.h:63 msgid "" "Whether the splash screen (with the version number and `Help' button) should " "be momentarily displayed when the daemon first starts up." @@ -260,6 +272,7 @@ msgid "Colormaps" msgstr "Värvikaardid" #: driver/demo-Gtk-widgets.c:834 driver/xscreensaver-demo.glade.h:88 +#: driver/xscreensaver-demo.glade2.h:64 msgid "" "Whether to install a private colormap when running in 8-bit mode on the " "default Visual." @@ -270,6 +283,7 @@ msgid "Install Colormap" msgstr "Installi värvikaart" #: driver/demo-Gtk-widgets.c:859 driver/xscreensaver-demo.glade.h:86 +#: driver/xscreensaver-demo.glade2.h:62 msgid "" "Whether the screen should slowly fade to black when the screen saver " "activates." @@ -280,6 +294,7 @@ msgid "Fade To Black When Blanking" msgstr "" #: driver/demo-Gtk-widgets.c:876 driver/xscreensaver-demo.glade.h:85 +#: driver/xscreensaver-demo.glade2.h:61 msgid "" "Whether the screen should slowly fade in from black when the screen saver " "deactivates." @@ -294,20 +309,22 @@ msgid "Fade Duration" msgstr "" #: driver/demo-Gtk-widgets.c:922 driver/xscreensaver-demo.glade.h:44 +#: driver/xscreensaver-demo.glade2.h:31 msgid "How long it should take for the screen to fade in and out." msgstr "" #: driver/demo-Gtk-widgets.c:926 driver/xscreensaver-demo.glade.h:100 -#: driver/xscreensaver-demo.glade2.h:73 +#: driver/xscreensaver-demo.glade2.h:96 msgid "seconds" msgstr "sekundi pärast" #: driver/demo-Gtk-widgets.c:936 driver/xscreensaver-demo.glade.h:27 -#: driver/xscreensaver-demo.glade2.h:15 +#: driver/xscreensaver-demo.glade2.h:17 msgid "Display Power Management" msgstr "" #: driver/demo-Gtk-widgets.c:980 driver/xscreensaver-demo.glade.h:84 +#: driver/xscreensaver-demo.glade2.h:60 msgid "Whether the monitor should be powered down after a while." msgstr "" @@ -328,19 +345,22 @@ msgid "Standby After" msgstr "Ooterežiim" #: driver/demo-Gtk-widgets.c:1099 driver/xscreensaver-demo.glade.h:45 +#: driver/xscreensaver-demo.glade2.h:33 msgid "How long until the monitor goes into power-saving mode." msgstr "Kui pika aja pärast läheb monitor energiasäästurežiimi." #: driver/demo-Gtk-widgets.c:1113 driver/xscreensaver-demo.glade.h:46 +#: driver/xscreensaver-demo.glade2.h:34 msgid "How long until the monitor powers down." msgstr "Kui pika aja pärast lülitab monitor end välja." #: driver/demo-Gtk-widgets.c:1117 driver/xscreensaver-demo.glade.h:47 -#: driver/xscreensaver-demo.glade2.h:27 +#: driver/xscreensaver-demo.glade2.h:35 msgid "Image Manipulation" msgstr "" #: driver/demo-Gtk-widgets.c:1161 driver/xscreensaver-demo.glade.h:81 +#: driver/xscreensaver-demo.glade2.h:57 msgid "" "Whether the image-manipulating modes should be allowed to operate on an " "image of your desktop." @@ -361,6 +381,7 @@ msgid "Grab Video Frames" msgstr "" #: driver/demo-Gtk-widgets.c:1195 driver/xscreensaver-demo.glade.h:83 +#: driver/xscreensaver-demo.glade2.h:59 msgid "" "Whether the image-manipulating modes should operate on random images loaded " "from disk." @@ -371,6 +392,7 @@ msgid "Choose Random Image:" msgstr "" #: driver/demo-Gtk-widgets.c:1230 driver/xscreensaver-demo.glade.h:73 +#: driver/xscreensaver-demo.glade2.h:52 msgid "The directory from which images will be randomly chosen." msgstr "" @@ -388,12 +410,12 @@ msgid "XScreenSaver: Mode-Specific Settings" msgstr "" #: driver/demo-Gtk-widgets.c:1460 driver/xscreensaver-demo.glade.h:64 -#: driver/xscreensaver-demo.glade2.h:36 +#: driver/xscreensaver-demo.glade2.h:47 msgid "Settings" msgstr "Sätted" #: driver/demo-Gtk-widgets.c:1489 driver/xscreensaver-demo.glade.h:66 -#: driver/xscreensaver-demo.glade2.h:38 +#: driver/xscreensaver-demo.glade2.h:49 msgid "Standard" msgstr "" @@ -402,7 +424,7 @@ msgid "Visual:" msgstr "" #: driver/demo-Gtk-widgets.c:1544 driver/demo-Gtk-widgets.c:1567 -#: driver/demo-Gtk.c:1479 driver/demo-Gtk.c:2680 +#: driver/demo-Gtk.c:1518 driver/demo-Gtk.c:2850 #: driver/xscreensaver-demo.glade.h:5 driver/xscreensaver-demo.glade2.h:3 msgid "Any" msgstr "Ükskõik milline" @@ -413,42 +435,42 @@ msgid "Best" msgstr "Parim" #: driver/demo-Gtk-widgets.c:1546 driver/xscreensaver-demo.glade.h:19 -#: driver/xscreensaver-demo.glade2.h:9 +#: driver/xscreensaver-demo.glade2.h:10 msgid "Default" msgstr "Vaikimisi" #: driver/demo-Gtk-widgets.c:1547 driver/xscreensaver-demo.glade.h:20 -#: driver/xscreensaver-demo.glade2.h:10 +#: driver/xscreensaver-demo.glade2.h:11 msgid "Default-N" msgstr "" #: driver/demo-Gtk-widgets.c:1548 driver/xscreensaver-demo.glade.h:37 -#: driver/xscreensaver-demo.glade2.h:21 +#: driver/xscreensaver-demo.glade2.h:23 msgid "GL" msgstr "GL" #: driver/demo-Gtk-widgets.c:1549 driver/xscreensaver-demo.glade.h:74 -#: driver/xscreensaver-demo.glade2.h:41 +#: driver/xscreensaver-demo.glade2.h:53 msgid "TrueColor" msgstr "" #: driver/demo-Gtk-widgets.c:1550 driver/xscreensaver-demo.glade.h:59 -#: driver/xscreensaver-demo.glade2.h:34 +#: driver/xscreensaver-demo.glade2.h:43 msgid "PseudoColor" msgstr "" #: driver/demo-Gtk-widgets.c:1551 driver/xscreensaver-demo.glade.h:69 -#: driver/xscreensaver-demo.glade2.h:39 +#: driver/xscreensaver-demo.glade2.h:50 msgid "StaticGray" msgstr "" #: driver/demo-Gtk-widgets.c:1552 driver/xscreensaver-demo.glade.h:42 -#: driver/xscreensaver-demo.glade2.h:25 +#: driver/xscreensaver-demo.glade2.h:27 msgid "GrayScale" msgstr "Halltoonid" #: driver/demo-Gtk-widgets.c:1553 driver/xscreensaver-demo.glade.h:24 -#: driver/xscreensaver-demo.glade2.h:13 +#: driver/xscreensaver-demo.glade2.h:15 msgid "DirectColor" msgstr "" @@ -458,12 +480,12 @@ msgid "Color" msgstr "Värv" #: driver/demo-Gtk-widgets.c:1555 driver/xscreensaver-demo.glade.h:41 -#: driver/xscreensaver-demo.glade2.h:24 +#: driver/xscreensaver-demo.glade2.h:26 msgid "Gray" msgstr "Hall" #: driver/demo-Gtk-widgets.c:1556 driver/xscreensaver-demo.glade.h:53 -#: driver/xscreensaver-demo.glade2.h:29 +#: driver/xscreensaver-demo.glade2.h:37 msgid "Mono" msgstr "" @@ -501,7 +523,7 @@ msgstr "" msgid "Back to the graphical configuration options." msgstr "" -#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:688 +#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:727 #: driver/xscreensaver-demo.glade.h:54 msgid "OK" msgstr "Olgu" @@ -510,28 +532,18 @@ msgstr "Olgu" msgid "Cancel" msgstr "Loobu" -#: driver/demo-Gtk.c:601 +#: driver/demo-Gtk.c:632 msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "Uuendusi leiad aadressilt http://www.jwz.org/xscreensaver/" -#: driver/demo-Gtk.c:608 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:610 -#, c-format -msgid "Copyright 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:726 +#: driver/demo-Gtk.c:765 msgid "" "Error:\n" "\n" "No Help URL has been specified.\n" msgstr "" -#: driver/demo-Gtk.c:812 +#: driver/demo-Gtk.c:851 msgid "" "Error:\n" "\n" @@ -539,7 +551,7 @@ msgid "" "\n" msgstr "" -#: driver/demo-Gtk.c:818 +#: driver/demo-Gtk.c:857 msgid "" "You are running as root. This usually means that xscreensaver\n" "was unable to contact your X server because access control is\n" @@ -558,18 +570,18 @@ msgid "" "normal user, and `su' as necessary." msgstr "" -#: driver/demo-Gtk.c:834 +#: driver/demo-Gtk.c:873 msgid "Please check your $PATH and permissions." msgstr "" -#: driver/demo-Gtk.c:869 +#: driver/demo-Gtk.c:908 msgid "" "Error:\n" "\n" "Couldn't determine init file name!\n" msgstr "" -#: driver/demo-Gtk.c:874 +#: driver/demo-Gtk.c:913 #, c-format msgid "" "Error:\n" @@ -577,14 +589,14 @@ msgid "" "Couldn't write %s\n" msgstr "" -#: driver/demo-Gtk.c:933 +#: driver/demo-Gtk.c:972 msgid "" "Error:\n" "\n" "no `manualCommand' resource set." msgstr "" -#: driver/demo-Gtk.c:1114 +#: driver/demo-Gtk.c:1153 #, c-format msgid "" "Error:\n" @@ -592,7 +604,7 @@ msgid "" "Unparsable time format: \"%s\"\n" msgstr "" -#: driver/demo-Gtk.c:1779 +#: driver/demo-Gtk.c:1818 #, c-format msgid "" "Error:\n" @@ -600,23 +612,23 @@ msgid "" "Directory does not exist: \"%s\"\n" msgstr "" -#: driver/demo-Gtk.c:2376 +#: driver/demo-Gtk.c:2532 msgid "Descriptions not available: no XML support compiled in." msgstr "" -#: driver/demo-Gtk.c:2381 +#: driver/demo-Gtk.c:2537 msgid "No description available." msgstr "" -#: driver/demo-Gtk.c:2632 +#: driver/demo-Gtk.c:2802 msgid "Blank Screen" msgstr "Must ekraan" -#: driver/demo-Gtk.c:2638 +#: driver/demo-Gtk.c:2808 msgid "Screen Saver Disabled" msgstr "Ekraanisäästja keelatud" -#: driver/demo-Gtk.c:2798 +#: driver/demo-Gtk.c:2996 #, c-format msgid "" "Warning:\n" @@ -624,15 +636,23 @@ msgid "" "file \"%s\" has changed, reloading.\n" msgstr "" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "No Preview" msgstr "Eelvaadet pole" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "Available" msgstr "saadaval" -#: driver/demo-Gtk.c:3543 +#: driver/demo-Gtk.c:3079 +msgid "Not" +msgstr "" + +#: driver/demo-Gtk.c:3079 +msgid "Installed" +msgstr "" + +#: driver/demo-Gtk.c:3780 #, c-format msgid "" "Warning:\n" @@ -641,7 +661,7 @@ msgid "" "on display \"%s\". Launch it now?" msgstr "" -#: driver/demo-Gtk.c:3553 +#: driver/demo-Gtk.c:3790 #, c-format msgid "" "Warning:\n" @@ -660,7 +680,7 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3578 +#: driver/demo-Gtk.c:3815 #, c-format msgid "" "Warning:\n" @@ -676,7 +696,7 @@ msgid "" "Restart the daemon on \"%s\" as \"%s\" now?\n" msgstr "" -#: driver/demo-Gtk.c:3600 +#: driver/demo-Gtk.c:3837 #, c-format msgid "" "Warning:\n" @@ -688,14 +708,19 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3999 +#: driver/demo-Gtk.c:4272 #, c-format msgid "%s: unknown option: %s\n" msgstr "" +#: driver/demo-Gtk.c:4335 +#, fuzzy +msgid "Screensaver Preferences" +msgstr "Ekraanisäästja" + #: driver/screensaver-properties.desktop.in.h:1 -msgid "Configure the settings of the screensaver." -msgstr "Ekraanisäästja häälestus" +msgid "Change screensaver properties" +msgstr "" #: driver/screensaver-properties.desktop.in.h:2 msgid "Screensaver" @@ -713,150 +738,182 @@ msgstr "*" msgid "Choose _Random Image:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:16 +#: driver/xscreensaver-demo.glade2.h:18 msgid "Display Subprocess _Errors" msgstr "" -#: driver/xscreensaver-demo.glade2.h:17 +#: driver/xscreensaver-demo.glade2.h:19 #, fuzzy msgid "Display _Splash Screen at Startup" msgstr "Keela ekraanisäästja" -#: driver/xscreensaver-demo.glade2.h:18 +#: driver/xscreensaver-demo.glade2.h:20 #, fuzzy msgid "F_ade Duration" msgstr "Kestus" -#: driver/xscreensaver-demo.glade2.h:19 +#: driver/xscreensaver-demo.glade2.h:21 msgid "Fade from Black When _Unblanking" msgstr "" -#: driver/xscreensaver-demo.glade2.h:20 +#: driver/xscreensaver-demo.glade2.h:22 msgid "Fade to Black when _Blanking" msgstr "" -#: driver/xscreensaver-demo.glade2.h:22 +#: driver/xscreensaver-demo.glade2.h:24 msgid "Grab Desktop _Images" msgstr "" -#: driver/xscreensaver-demo.glade2.h:23 +#: driver/xscreensaver-demo.glade2.h:25 msgid "Grab _Video Frames" msgstr "" #: driver/xscreensaver-demo.glade2.h:28 +msgid "How long after the screen blanks until a password will be required." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:29 +#, fuzzy +msgid "How long before the screensaver activates." +msgstr "Kui pika aja pärast läheb ekraan täiesti mustaks." + +#: driver/xscreensaver-demo.glade2.h:30 +msgid "" +"How long each display mode should run before choosing a new one (in Random " +"mode.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:32 +#, fuzzy +msgid "How long until the monitor goes completely black." +msgstr "Kui pika aja pärast läheb ekraan täiesti mustaks." + +#: driver/xscreensaver-demo.glade2.h:36 #, fuzzy msgid "Install _Colormap" msgstr "Installi värvikaart" -#: driver/xscreensaver-demo.glade2.h:30 +#: driver/xscreensaver-demo.glade2.h:38 #, fuzzy msgid "" "No Preview\n" "Available" msgstr "Eelvaadet pole" -#: driver/xscreensaver-demo.glade2.h:33 -msgid "Preview of screen saver" -msgstr "Ekraanisäästja eelvaade" +#: driver/xscreensaver-demo.glade2.h:40 +msgid "" +"Not\n" +"Installed" +msgstr "" -#: driver/xscreensaver-demo.glade2.h:37 +#: driver/xscreensaver-demo.glade2.h:48 #, fuzzy msgid "Stand_by After" msgstr "Ooterežiim" -#: driver/xscreensaver-demo.glade2.h:40 +#: driver/xscreensaver-demo.glade2.h:51 #, fuzzy msgid "Sus_pend After" msgstr "Seiskamine" -#: driver/xscreensaver-demo.glade2.h:45 +#: driver/xscreensaver-demo.glade2.h:58 +msgid "" +"Whether the image-manipulating modes should operate on images captured from " +"the system's video input (if there is one.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:67 msgid "_Advanced" msgstr "_Edasijõudnutele" -#: driver/xscreensaver-demo.glade2.h:46 +#: driver/xscreensaver-demo.glade2.h:68 #, fuzzy msgid "_Advanced >>" msgstr "Edasijõudnutele >>" -#: driver/xscreensaver-demo.glade2.h:47 +#: driver/xscreensaver-demo.glade2.h:69 #, fuzzy msgid "_Blank After" msgstr "Ooterežiim" -#: driver/xscreensaver-demo.glade2.h:49 +#: driver/xscreensaver-demo.glade2.h:71 #, fuzzy msgid "_Browse" msgstr "Vali" -#: driver/xscreensaver-demo.glade2.h:50 +#: driver/xscreensaver-demo.glade2.h:72 #, fuzzy msgid "_Command Line:" msgstr "Käsurida:" -#: driver/xscreensaver-demo.glade2.h:51 +#: driver/xscreensaver-demo.glade2.h:73 msgid "_Cycle After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:52 +#: driver/xscreensaver-demo.glade2.h:74 msgid "_Display Modes" msgstr "" -#: driver/xscreensaver-demo.glade2.h:57 +#: driver/xscreensaver-demo.glade2.h:79 #, fuzzy msgid "_Lock Screen After" msgstr "Lukusta ekraan" -#: driver/xscreensaver-demo.glade2.h:59 +#: driver/xscreensaver-demo.glade2.h:81 msgid "_Mode:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:60 +#: driver/xscreensaver-demo.glade2.h:82 #, fuzzy msgid "_Off After" msgstr "Väljalülitamine" -#: driver/xscreensaver-demo.glade2.h:61 +#: driver/xscreensaver-demo.glade2.h:83 msgid "_Power Management Enabled" msgstr "" -#: driver/xscreensaver-demo.glade2.h:62 +#: driver/xscreensaver-demo.glade2.h:84 #, fuzzy msgid "_Preview" msgstr "Eelvaade" -#: driver/xscreensaver-demo.glade2.h:63 +#: driver/xscreensaver-demo.glade2.h:85 #, fuzzy msgid "_Quit" msgstr "_Välju" -#: driver/xscreensaver-demo.glade2.h:65 +#: driver/xscreensaver-demo.glade2.h:87 #, fuzzy msgid "_Settings..." msgstr "Sätted..." -#: driver/xscreensaver-demo.glade2.h:66 +#: driver/xscreensaver-demo.glade2.h:88 msgid "_Standard <<" msgstr "" -#: driver/xscreensaver-demo.glade2.h:67 +#: driver/xscreensaver-demo.glade2.h:89 #, fuzzy -msgid "_Verbose Dialognostics" +msgid "_Verbose Diagnostics" msgstr "Diagnostika" -#: driver/xscreensaver-demo.glade2.h:68 +#: driver/xscreensaver-demo.glade2.h:90 msgid "_Visual:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:69 +#: driver/xscreensaver-demo.glade2.h:91 msgid "dialog1" msgstr "dialog1" -#: driver/xscreensaver-demo.glade2.h:71 +#: driver/xscreensaver-demo.glade2.h:93 #, fuzzy msgid "no preview" msgstr "eelvaade" -#: driver/xscreensaver-demo.glade2.h:72 +#: driver/xscreensaver-demo.glade2.h:94 +msgid "not installed" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:95 msgid "preview" msgstr "eelvaade" @@ -868,85 +925,95 @@ msgstr "" msgid "Arms" msgstr "" -#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:5 +#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:6 #: hacks/config/apollonian.xml.h:5 hacks/config/atlantis.xml.h:4 -#: hacks/config/attraction.xml.h:8 hacks/config/blaster.xml.h:3 -#: hacks/config/blitspin.xml.h:4 hacks/config/bouboule.xml.h:3 +#: hacks/config/attraction.xml.h:8 hacks/config/atunnel.xml.h:3 +#: hacks/config/barcode.xml.h:4 hacks/config/blaster.xml.h:3 +#: hacks/config/blitspin.xml.h:4 hacks/config/blocktube.xml.h:4 +#: hacks/config/bouboule.xml.h:3 hacks/config/bouncingcow.xml.h:6 #: hacks/config/boxed.xml.h:4 hacks/config/braid.xml.h:4 #: hacks/config/bubble3d.xml.h:3 hacks/config/bubbles.xml.h:8 #: hacks/config/bumps.xml.h:3 hacks/config/cage.xml.h:2 -#: hacks/config/circuit.xml.h:4 hacks/config/compass.xml.h:3 -#: hacks/config/coral.xml.h:7 hacks/config/critical.xml.h:3 -#: hacks/config/crystal.xml.h:6 hacks/config/cubenetic.xml.h:8 +#: hacks/config/circuit.xml.h:4 hacks/config/cloudlife.xml.h:3 +#: hacks/config/compass.xml.h:3 hacks/config/coral.xml.h:7 +#: hacks/config/critical.xml.h:3 hacks/config/crystal.xml.h:6 +#: hacks/config/cubenetic.xml.h:8 hacks/config/cubestorm.xml.h:4 #: hacks/config/cynosure.xml.h:4 hacks/config/dangerball.xml.h:3 #: hacks/config/decayscreen.xml.h:2 hacks/config/deluxe.xml.h:4 #: hacks/config/demon.xml.h:4 hacks/config/discrete.xml.h:2 #: hacks/config/distort.xml.h:4 hacks/config/drift.xml.h:3 -#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:3 -#: hacks/config/epicycle.xml.h:5 hacks/config/euler2d.xml.h:3 -#: hacks/config/extrusion.xml.h:3 hacks/config/fadeplot.xml.h:4 -#: hacks/config/flag.xml.h:2 hacks/config/flame.xml.h:6 -#: hacks/config/flipscreen3d.xml.h:1 hacks/config/flow.xml.h:4 -#: hacks/config/fluidballs.xml.h:3 hacks/config/forest.xml.h:1 +#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:8 +#: hacks/config/epicycle.xml.h:5 hacks/config/eruption.xml.h:5 +#: hacks/config/euler2d.xml.h:3 hacks/config/extrusion.xml.h:3 +#: hacks/config/fadeplot.xml.h:4 hacks/config/flag.xml.h:2 +#: hacks/config/flame.xml.h:6 hacks/config/flipscreen3d.xml.h:1 +#: hacks/config/flow.xml.h:4 hacks/config/fluidballs.xml.h:5 +#: hacks/config/flyingtoasters.xml.h:5 hacks/config/forest.xml.h:1 #: hacks/config/galaxy.xml.h:3 hacks/config/gears.xml.h:2 -#: hacks/config/gflux.xml.h:6 hacks/config/glforestfire.xml.h:4 -#: hacks/config/glplanet.xml.h:2 hacks/config/glsnake.xml.h:5 -#: hacks/config/gltext.xml.h:3 hacks/config/goop.xml.h:4 -#: hacks/config/grav.xml.h:2 hacks/config/greynetic.xml.h:1 -#: hacks/config/halo.xml.h:2 hacks/config/hopalong.xml.h:9 -#: hacks/config/hyperball.xml.h:2 hacks/config/hypercube.xml.h:2 +#: hacks/config/gflux.xml.h:6 hacks/config/glblur.xml.h:4 +#: hacks/config/glforestfire.xml.h:4 hacks/config/glknots.xml.h:3 +#: hacks/config/glmatrix.xml.h:8 hacks/config/glplanet.xml.h:2 +#: hacks/config/glsnake.xml.h:5 hacks/config/gltext.xml.h:3 +#: hacks/config/goop.xml.h:4 hacks/config/grav.xml.h:2 +#: hacks/config/greynetic.xml.h:1 hacks/config/halo.xml.h:2 +#: hacks/config/hopalong.xml.h:9 hacks/config/hyperball.xml.h:2 +#: hacks/config/hypercube.xml.h:2 hacks/config/hypertorus.xml.h:6 #: hacks/config/ifs.xml.h:1 hacks/config/interference.xml.h:5 -#: hacks/config/jigsaw.xml.h:3 hacks/config/juggle.xml.h:3 -#: hacks/config/julia.xml.h:2 hacks/config/kaleidescope.xml.h:2 +#: hacks/config/jigglypuff.xml.h:6 hacks/config/jigsaw.xml.h:3 +#: hacks/config/juggle.xml.h:3 hacks/config/julia.xml.h:2 +#: hacks/config/kaleidescope.xml.h:2 hacks/config/klein.xml.h:2 #: hacks/config/kumppa.xml.h:3 hacks/config/lament.xml.h:2 #: hacks/config/laser.xml.h:3 hacks/config/lavalite.xml.h:10 #: hacks/config/lightning.xml.h:1 hacks/config/lisa.xml.h:2 #: hacks/config/lissie.xml.h:3 hacks/config/lmorph.xml.h:3 #: hacks/config/loop.xml.h:1 hacks/config/maze.xml.h:4 -#: hacks/config/menger.xml.h:3 hacks/config/moebius.xml.h:3 -#: hacks/config/moire2.xml.h:2 hacks/config/molecule.xml.h:10 -#: hacks/config/morph3d.xml.h:3 hacks/config/mountain.xml.h:2 -#: hacks/config/munch.xml.h:3 hacks/config/nerverot.xml.h:9 -#: hacks/config/penetrate.xml.h:3 hacks/config/penrose.xml.h:6 -#: hacks/config/petri.xml.h:5 hacks/config/phosphor.xml.h:3 +#: hacks/config/menger.xml.h:3 hacks/config/metaballs.xml.h:4 +#: hacks/config/moebius.xml.h:3 hacks/config/moire2.xml.h:2 +#: hacks/config/molecule.xml.h:10 hacks/config/morph3d.xml.h:3 +#: hacks/config/mountain.xml.h:2 hacks/config/munch.xml.h:3 +#: hacks/config/nerverot.xml.h:9 hacks/config/penetrate.xml.h:3 +#: hacks/config/penrose.xml.h:6 hacks/config/petri.xml.h:5 +#: hacks/config/phosphor.xml.h:3 hacks/config/piecewise.xml.h:4 #: hacks/config/pipes.xml.h:5 hacks/config/polyominoes.xml.h:2 -#: hacks/config/pulsar.xml.h:11 hacks/config/pyro.xml.h:4 -#: hacks/config/qix.xml.h:7 hacks/config/queens.xml.h:1 -#: hacks/config/rd-bomb.xml.h:9 hacks/config/ripples.xml.h:4 -#: hacks/config/rocks.xml.h:4 hacks/config/rotor.xml.h:3 -#: hacks/config/rubik.xml.h:3 hacks/config/sballs.xml.h:4 -#: hacks/config/shadebobs.xml.h:3 hacks/config/sierpinski.xml.h:2 -#: hacks/config/sierpinski3d.xml.h:2 hacks/config/slidescreen.xml.h:2 -#: hacks/config/slip.xml.h:2 hacks/config/speedmine.xml.h:3 -#: hacks/config/sphere.xml.h:2 hacks/config/spheremonics.xml.h:5 -#: hacks/config/spiral.xml.h:3 hacks/config/spotlight.xml.h:2 -#: hacks/config/sproingies.xml.h:2 hacks/config/squiral.xml.h:4 -#: hacks/config/stairs.xml.h:1 hacks/config/starfish.xml.h:3 -#: hacks/config/starwars.xml.h:6 hacks/config/strange.xml.h:2 -#: hacks/config/superquadrics.xml.h:3 hacks/config/swirl.xml.h:2 -#: hacks/config/t3d.xml.h:6 hacks/config/thornbird.xml.h:2 -#: hacks/config/triangle.xml.h:1 hacks/config/truchet.xml.h:1 -#: hacks/config/twang.xml.h:3 hacks/config/vines.xml.h:1 -#: hacks/config/webcollage.xml.h:4 hacks/config/worm.xml.h:3 -#: hacks/config/xearth.xml.h:7 hacks/config/xfishtank.xml.h:3 -#: hacks/config/xflame.xml.h:4 hacks/config/xjack.xml.h:1 -#: hacks/config/xmatrix.xml.h:5 hacks/config/xmountains.xml.h:1 -#: hacks/config/xrayswarm.xml.h:2 hacks/config/zoom.xml.h:2 +#: hacks/config/popsquares.xml.h:3 hacks/config/pulsar.xml.h:11 +#: hacks/config/pyro.xml.h:4 hacks/config/qix.xml.h:7 +#: hacks/config/queens.xml.h:1 hacks/config/rd-bomb.xml.h:9 +#: hacks/config/ripples.xml.h:4 hacks/config/rocks.xml.h:4 +#: hacks/config/rotor.xml.h:3 hacks/config/rubik.xml.h:3 +#: hacks/config/sballs.xml.h:4 hacks/config/shadebobs.xml.h:3 +#: hacks/config/sierpinski.xml.h:2 hacks/config/sierpinski3d.xml.h:2 +#: hacks/config/slidescreen.xml.h:2 hacks/config/slip.xml.h:2 +#: hacks/config/speedmine.xml.h:3 hacks/config/sphere.xml.h:2 +#: hacks/config/spheremonics.xml.h:5 hacks/config/spiral.xml.h:3 +#: hacks/config/spotlight.xml.h:2 hacks/config/sproingies.xml.h:2 +#: hacks/config/squiral.xml.h:4 hacks/config/stairs.xml.h:1 +#: hacks/config/starfish.xml.h:3 hacks/config/starwars.xml.h:6 +#: hacks/config/strange.xml.h:2 hacks/config/superquadrics.xml.h:4 +#: hacks/config/swirl.xml.h:2 hacks/config/t3d.xml.h:6 +#: hacks/config/thornbird.xml.h:2 hacks/config/triangle.xml.h:1 +#: hacks/config/truchet.xml.h:1 hacks/config/twang.xml.h:3 +#: hacks/config/vines.xml.h:1 hacks/config/webcollage.xml.h:4 +#: hacks/config/worm.xml.h:3 hacks/config/xearth.xml.h:7 +#: hacks/config/xfishtank.xml.h:3 hacks/config/xflame.xml.h:4 +#: hacks/config/xjack.xml.h:1 hacks/config/xmatrix.xml.h:5 +#: hacks/config/xmountains.xml.h:1 hacks/config/xrayswarm.xml.h:2 +#: hacks/config/zoom.xml.h:2 msgid "Fast" msgstr "Kiire" #: hacks/config/anemone.xml.h:4 hacks/config/blaster.xml.h:4 #: hacks/config/bouboule.xml.h:4 hacks/config/coral.xml.h:8 -#: hacks/config/cubenetic.xml.h:9 hacks/config/euler2d.xml.h:4 -#: hacks/config/flame.xml.h:7 hacks/config/fluidballs.xml.h:4 -#: hacks/config/kaleidescope.xml.h:3 hacks/config/lisa.xml.h:3 -#: hacks/config/pedal.xml.h:4 hacks/config/petri.xml.h:7 -#: hacks/config/qix.xml.h:8 hacks/config/thornbird.xml.h:3 -#: hacks/config/whirlwindwarp.xml.h:1 hacks/config/xfishtank.xml.h:4 +#: hacks/config/cubenetic.xml.h:9 hacks/config/eruption.xml.h:6 +#: hacks/config/euler2d.xml.h:4 hacks/config/flame.xml.h:7 +#: hacks/config/fluidballs.xml.h:6 hacks/config/kaleidescope.xml.h:3 +#: hacks/config/lisa.xml.h:3 hacks/config/pedal.xml.h:4 +#: hacks/config/petri.xml.h:7 hacks/config/qix.xml.h:8 +#: hacks/config/thornbird.xml.h:3 hacks/config/whirlwindwarp.xml.h:1 +#: hacks/config/xfishtank.xml.h:4 msgid "Few" msgstr "" -#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:8 +#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:9 #: hacks/config/apollonian.xml.h:7 hacks/config/attraction.xml.h:18 #: hacks/config/blaster.xml.h:6 hacks/config/bouboule.xml.h:5 #: hacks/config/braid.xml.h:7 hacks/config/coral.xml.h:9 @@ -955,17 +1022,18 @@ msgstr "" #: hacks/config/deco.xml.h:5 hacks/config/deluxe.xml.h:6 #: hacks/config/demon.xml.h:6 hacks/config/discrete.xml.h:4 #: hacks/config/drift.xml.h:9 hacks/config/epicycle.xml.h:8 -#: hacks/config/euler2d.xml.h:8 hacks/config/fadeplot.xml.h:6 -#: hacks/config/flag.xml.h:5 hacks/config/flame.xml.h:11 -#: hacks/config/flow.xml.h:8 hacks/config/fluidballs.xml.h:13 -#: hacks/config/forest.xml.h:3 hacks/config/galaxy.xml.h:6 -#: hacks/config/grav.xml.h:4 hacks/config/halo.xml.h:4 -#: hacks/config/hopalong.xml.h:15 hacks/config/ifs.xml.h:3 -#: hacks/config/imsmap.xml.h:9 hacks/config/interference.xml.h:11 -#: hacks/config/julia.xml.h:6 hacks/config/kaleidescope.xml.h:5 -#: hacks/config/laser.xml.h:6 hacks/config/lightning.xml.h:3 -#: hacks/config/lisa.xml.h:5 hacks/config/lissie.xml.h:6 -#: hacks/config/loop.xml.h:4 hacks/config/moire.xml.h:5 +#: hacks/config/eruption.xml.h:12 hacks/config/euler2d.xml.h:8 +#: hacks/config/fadeplot.xml.h:6 hacks/config/flag.xml.h:5 +#: hacks/config/flame.xml.h:11 hacks/config/flow.xml.h:8 +#: hacks/config/fluidballs.xml.h:13 hacks/config/forest.xml.h:3 +#: hacks/config/galaxy.xml.h:6 hacks/config/grav.xml.h:4 +#: hacks/config/halo.xml.h:4 hacks/config/hopalong.xml.h:15 +#: hacks/config/ifs.xml.h:3 hacks/config/imsmap.xml.h:9 +#: hacks/config/interference.xml.h:11 hacks/config/julia.xml.h:6 +#: hacks/config/kaleidescope.xml.h:5 hacks/config/laser.xml.h:6 +#: hacks/config/lightning.xml.h:3 hacks/config/lisa.xml.h:5 +#: hacks/config/lissie.xml.h:6 hacks/config/loop.xml.h:4 +#: hacks/config/metaballs.xml.h:6 hacks/config/moire.xml.h:5 #: hacks/config/moire2.xml.h:3 hacks/config/mountain.xml.h:4 #: hacks/config/nerverot.xml.h:15 hacks/config/pedal.xml.h:6 #: hacks/config/penrose.xml.h:7 hacks/config/petri.xml.h:11 @@ -983,111 +1051,131 @@ msgstr "" msgid "Many" msgstr "Mitu" -#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:10 +#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:11 #: hacks/config/apollonian.xml.h:8 hacks/config/attraction.xml.h:19 #: hacks/config/bouboule.xml.h:6 hacks/config/braid.xml.h:9 #: hacks/config/critical.xml.h:5 hacks/config/crystal.xml.h:10 #: hacks/config/cynosure.xml.h:7 hacks/config/deco.xml.h:8 #: hacks/config/deluxe.xml.h:7 hacks/config/demon.xml.h:7 #: hacks/config/discrete.xml.h:6 hacks/config/drift.xml.h:10 -#: hacks/config/epicycle.xml.h:9 hacks/config/euler2d.xml.h:9 -#: hacks/config/fadeplot.xml.h:7 hacks/config/flag.xml.h:6 -#: hacks/config/flame.xml.h:12 hacks/config/flow.xml.h:9 -#: hacks/config/forest.xml.h:4 hacks/config/galaxy.xml.h:7 -#: hacks/config/grav.xml.h:5 hacks/config/halo.xml.h:6 -#: hacks/config/hopalong.xml.h:17 hacks/config/ifs.xml.h:4 -#: hacks/config/imsmap.xml.h:10 hacks/config/interference.xml.h:12 -#: hacks/config/julia.xml.h:7 hacks/config/laser.xml.h:8 -#: hacks/config/lightning.xml.h:4 hacks/config/lisa.xml.h:6 -#: hacks/config/lissie.xml.h:7 hacks/config/loop.xml.h:5 +#: hacks/config/epicycle.xml.h:9 hacks/config/eruption.xml.h:14 +#: hacks/config/euler2d.xml.h:9 hacks/config/fadeplot.xml.h:7 +#: hacks/config/flag.xml.h:6 hacks/config/flame.xml.h:12 +#: hacks/config/flow.xml.h:9 hacks/config/forest.xml.h:4 +#: hacks/config/galaxy.xml.h:7 hacks/config/grav.xml.h:5 +#: hacks/config/halo.xml.h:6 hacks/config/hopalong.xml.h:17 +#: hacks/config/ifs.xml.h:4 hacks/config/imsmap.xml.h:10 +#: hacks/config/interference.xml.h:12 hacks/config/julia.xml.h:7 +#: hacks/config/laser.xml.h:8 hacks/config/lightning.xml.h:4 +#: hacks/config/lisa.xml.h:6 hacks/config/lissie.xml.h:7 +#: hacks/config/loop.xml.h:5 hacks/config/metaballs.xml.h:10 #: hacks/config/moire.xml.h:7 hacks/config/moire2.xml.h:5 #: hacks/config/mountain.xml.h:6 hacks/config/penrose.xml.h:8 -#: hacks/config/polyominoes.xml.h:6 hacks/config/rd-bomb.xml.h:13 -#: hacks/config/rocks.xml.h:6 hacks/config/rotor.xml.h:7 -#: hacks/config/shadebobs.xml.h:6 hacks/config/sierpinski.xml.h:5 -#: hacks/config/slip.xml.h:5 hacks/config/sphere.xml.h:4 -#: hacks/config/spiral.xml.h:8 hacks/config/squiral.xml.h:10 -#: hacks/config/starfish.xml.h:6 hacks/config/strange.xml.h:6 -#: hacks/config/swirl.xml.h:5 hacks/config/thornbird.xml.h:5 -#: hacks/config/triangle.xml.h:4 hacks/config/vines.xml.h:3 -#: hacks/config/worm.xml.h:5 hacks/config/xearth.xml.h:17 -#: hacks/config/xfishtank.xml.h:9 +#: hacks/config/polyominoes.xml.h:6 hacks/config/popsquares.xml.h:4 +#: hacks/config/rd-bomb.xml.h:13 hacks/config/rocks.xml.h:6 +#: hacks/config/rotor.xml.h:7 hacks/config/shadebobs.xml.h:6 +#: hacks/config/sierpinski.xml.h:5 hacks/config/slip.xml.h:5 +#: hacks/config/sphere.xml.h:4 hacks/config/spiral.xml.h:8 +#: hacks/config/squiral.xml.h:10 hacks/config/starfish.xml.h:6 +#: hacks/config/strange.xml.h:6 hacks/config/swirl.xml.h:5 +#: hacks/config/thornbird.xml.h:5 hacks/config/triangle.xml.h:4 +#: hacks/config/vines.xml.h:3 hacks/config/worm.xml.h:5 +#: hacks/config/xearth.xml.h:17 hacks/config/xfishtank.xml.h:9 msgid "Number of Colors" msgstr "Värvide arv" -#: hacks/config/anemone.xml.h:7 hacks/config/ant.xml.h:14 +#: hacks/config/anemone.xml.h:7 hacks/config/pyro.xml.h:8 +msgid "Often" +msgstr "" + +#: hacks/config/anemone.xml.h:8 +msgid "Rarely" +msgstr "" + +#: hacks/config/anemone.xml.h:9 hacks/config/ant.xml.h:15 #: hacks/config/apollonian.xml.h:11 hacks/config/atlantis.xml.h:13 -#: hacks/config/attraction.xml.h:26 hacks/config/blaster.xml.h:8 -#: hacks/config/blitspin.xml.h:7 hacks/config/bouboule.xml.h:8 +#: hacks/config/attraction.xml.h:26 hacks/config/atunnel.xml.h:6 +#: hacks/config/barcode.xml.h:6 hacks/config/blaster.xml.h:8 +#: hacks/config/blitspin.xml.h:7 hacks/config/blocktube.xml.h:9 +#: hacks/config/bouboule.xml.h:8 hacks/config/bouncingcow.xml.h:10 #: hacks/config/boxed.xml.h:6 hacks/config/braid.xml.h:11 #: hacks/config/bubble3d.xml.h:5 hacks/config/bubbles.xml.h:10 #: hacks/config/bumps.xml.h:4 hacks/config/cage.xml.h:4 -#: hacks/config/circuit.xml.h:10 hacks/config/compass.xml.h:4 -#: hacks/config/coral.xml.h:12 hacks/config/critical.xml.h:6 -#: hacks/config/crystal.xml.h:11 hacks/config/cubenetic.xml.h:22 +#: hacks/config/circuit.xml.h:10 hacks/config/cloudlife.xml.h:11 +#: hacks/config/compass.xml.h:4 hacks/config/coral.xml.h:12 +#: hacks/config/critical.xml.h:6 hacks/config/crystal.xml.h:11 +#: hacks/config/cubenetic.xml.h:22 hacks/config/cubestorm.xml.h:8 #: hacks/config/cynosure.xml.h:9 hacks/config/dangerball.xml.h:5 #: hacks/config/decayscreen.xml.h:17 hacks/config/deluxe.xml.h:8 #: hacks/config/demon.xml.h:8 hacks/config/discrete.xml.h:7 #: hacks/config/distort.xml.h:11 hacks/config/drift.xml.h:12 -#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:5 -#: hacks/config/epicycle.xml.h:10 hacks/config/euler2d.xml.h:14 -#: hacks/config/extrusion.xml.h:11 hacks/config/fadeplot.xml.h:8 -#: hacks/config/flag.xml.h:7 hacks/config/flame.xml.h:14 -#: hacks/config/flipscreen3d.xml.h:6 hacks/config/flow.xml.h:13 -#: hacks/config/fluidballs.xml.h:18 hacks/config/forest.xml.h:5 +#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:15 +#: hacks/config/epicycle.xml.h:10 hacks/config/eruption.xml.h:19 +#: hacks/config/euler2d.xml.h:14 hacks/config/extrusion.xml.h:11 +#: hacks/config/fadeplot.xml.h:8 hacks/config/flag.xml.h:7 +#: hacks/config/flame.xml.h:14 hacks/config/flipscreen3d.xml.h:6 +#: hacks/config/flow.xml.h:13 hacks/config/fluidballs.xml.h:18 +#: hacks/config/flyingtoasters.xml.h:11 hacks/config/forest.xml.h:5 #: hacks/config/galaxy.xml.h:10 hacks/config/gears.xml.h:7 -#: hacks/config/gflux.xml.h:12 hacks/config/glforestfire.xml.h:14 -#: hacks/config/glplanet.xml.h:6 hacks/config/glsnake.xml.h:12 -#: hacks/config/gltext.xml.h:13 hacks/config/goop.xml.h:10 -#: hacks/config/grav.xml.h:8 hacks/config/greynetic.xml.h:3 -#: hacks/config/halo.xml.h:9 hacks/config/hopalong.xml.h:21 -#: hacks/config/hyperball.xml.h:8 hacks/config/hypercube.xml.h:7 +#: hacks/config/gflux.xml.h:12 hacks/config/glblur.xml.h:14 +#: hacks/config/glforestfire.xml.h:14 hacks/config/glknots.xml.h:17 +#: hacks/config/glmatrix.xml.h:18 hacks/config/glplanet.xml.h:6 +#: hacks/config/glsnake.xml.h:12 hacks/config/gltext.xml.h:13 +#: hacks/config/goop.xml.h:10 hacks/config/grav.xml.h:8 +#: hacks/config/greynetic.xml.h:3 hacks/config/halo.xml.h:9 +#: hacks/config/hopalong.xml.h:21 hacks/config/hyperball.xml.h:8 +#: hacks/config/hypercube.xml.h:7 hacks/config/hypertorus.xml.h:13 #: hacks/config/ifs.xml.h:5 hacks/config/interference.xml.h:14 -#: hacks/config/jigsaw.xml.h:5 hacks/config/juggle.xml.h:7 -#: hacks/config/julia.xml.h:8 hacks/config/kaleidescope.xml.h:7 +#: hacks/config/jigglypuff.xml.h:16 hacks/config/jigsaw.xml.h:5 +#: hacks/config/juggle.xml.h:7 hacks/config/julia.xml.h:8 +#: hacks/config/kaleidescope.xml.h:7 hacks/config/klein.xml.h:7 #: hacks/config/kumppa.xml.h:8 hacks/config/lament.xml.h:6 -#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:26 +#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:27 #: hacks/config/lightning.xml.h:5 hacks/config/lisa.xml.h:8 #: hacks/config/lissie.xml.h:9 hacks/config/lmorph.xml.h:11 #: hacks/config/loop.xml.h:7 hacks/config/maze.xml.h:14 -#: hacks/config/menger.xml.h:16 hacks/config/moebius.xml.h:7 -#: hacks/config/moire2.xml.h:6 hacks/config/molecule.xml.h:22 -#: hacks/config/morph3d.xml.h:6 hacks/config/mountain.xml.h:7 -#: hacks/config/munch.xml.h:7 hacks/config/nerverot.xml.h:20 -#: hacks/config/penetrate.xml.h:6 hacks/config/penrose.xml.h:11 -#: hacks/config/petri.xml.h:23 hacks/config/phosphor.xml.h:6 +#: hacks/config/menger.xml.h:16 hacks/config/metaballs.xml.h:13 +#: hacks/config/moebius.xml.h:7 hacks/config/moire2.xml.h:6 +#: hacks/config/molecule.xml.h:22 hacks/config/morph3d.xml.h:6 +#: hacks/config/mountain.xml.h:7 hacks/config/munch.xml.h:7 +#: hacks/config/nerverot.xml.h:20 hacks/config/penetrate.xml.h:6 +#: hacks/config/penrose.xml.h:11 hacks/config/petri.xml.h:23 +#: hacks/config/phosphor.xml.h:6 hacks/config/piecewise.xml.h:9 #: hacks/config/pipes.xml.h:15 hacks/config/polyominoes.xml.h:10 -#: hacks/config/pulsar.xml.h:15 hacks/config/pyro.xml.h:13 -#: hacks/config/qix.xml.h:19 hacks/config/queens.xml.h:4 -#: hacks/config/rd-bomb.xml.h:17 hacks/config/ripples.xml.h:11 -#: hacks/config/rocks.xml.h:9 hacks/config/rotor.xml.h:11 -#: hacks/config/rubik.xml.h:9 hacks/config/sballs.xml.h:13 -#: hacks/config/shadebobs.xml.h:9 hacks/config/sierpinski.xml.h:7 -#: hacks/config/sierpinski3d.xml.h:8 hacks/config/slidescreen.xml.h:6 -#: hacks/config/slip.xml.h:7 hacks/config/speedmine.xml.h:13 -#: hacks/config/sphere.xml.h:5 hacks/config/spheremonics.xml.h:19 -#: hacks/config/spiral.xml.h:9 hacks/config/spotlight.xml.h:4 -#: hacks/config/sproingies.xml.h:6 hacks/config/squiral.xml.h:14 -#: hacks/config/stairs.xml.h:3 hacks/config/starfish.xml.h:8 -#: hacks/config/starwars.xml.h:12 hacks/config/strange.xml.h:7 -#: hacks/config/superquadrics.xml.h:7 hacks/config/swirl.xml.h:6 -#: hacks/config/t3d.xml.h:11 hacks/config/thornbird.xml.h:7 -#: hacks/config/triangle.xml.h:5 hacks/config/truchet.xml.h:2 -#: hacks/config/twang.xml.h:9 hacks/config/vines.xml.h:4 -#: hacks/config/webcollage.xml.h:7 hacks/config/worm.xml.h:7 -#: hacks/config/xearth.xml.h:22 hacks/config/xfishtank.xml.h:10 -#: hacks/config/xflame.xml.h:5 hacks/config/xjack.xml.h:2 -#: hacks/config/xmatrix.xml.h:14 hacks/config/xmountains.xml.h:4 -#: hacks/config/xrayswarm.xml.h:3 hacks/config/zoom.xml.h:6 +#: hacks/config/popsquares.xml.h:5 hacks/config/pulsar.xml.h:15 +#: hacks/config/pyro.xml.h:13 hacks/config/qix.xml.h:19 +#: hacks/config/queens.xml.h:4 hacks/config/rd-bomb.xml.h:17 +#: hacks/config/ripples.xml.h:11 hacks/config/rocks.xml.h:9 +#: hacks/config/rotor.xml.h:11 hacks/config/rubik.xml.h:9 +#: hacks/config/sballs.xml.h:13 hacks/config/shadebobs.xml.h:9 +#: hacks/config/sierpinski.xml.h:7 hacks/config/sierpinski3d.xml.h:8 +#: hacks/config/slidescreen.xml.h:6 hacks/config/slip.xml.h:7 +#: hacks/config/speedmine.xml.h:13 hacks/config/sphere.xml.h:5 +#: hacks/config/spheremonics.xml.h:19 hacks/config/spiral.xml.h:9 +#: hacks/config/spotlight.xml.h:4 hacks/config/sproingies.xml.h:6 +#: hacks/config/squiral.xml.h:14 hacks/config/stairs.xml.h:3 +#: hacks/config/starfish.xml.h:8 hacks/config/starwars.xml.h:12 +#: hacks/config/strange.xml.h:7 hacks/config/superquadrics.xml.h:8 +#: hacks/config/swirl.xml.h:6 hacks/config/t3d.xml.h:11 +#: hacks/config/thornbird.xml.h:7 hacks/config/triangle.xml.h:5 +#: hacks/config/truchet.xml.h:2 hacks/config/twang.xml.h:9 +#: hacks/config/vines.xml.h:4 hacks/config/webcollage.xml.h:7 +#: hacks/config/worm.xml.h:7 hacks/config/xearth.xml.h:22 +#: hacks/config/xfishtank.xml.h:10 hacks/config/xflame.xml.h:5 +#: hacks/config/xjack.xml.h:2 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xmountains.xml.h:4 hacks/config/xrayswarm.xml.h:3 +#: hacks/config/zoom.xml.h:6 msgid "Slow" msgstr "Aeglane" -#: hacks/config/anemone.xml.h:8 hacks/config/ant.xml.h:16 +#: hacks/config/anemone.xml.h:10 hacks/config/ant.xml.h:17 #: hacks/config/apollonian.xml.h:12 hacks/config/attraction.xml.h:28 -#: hacks/config/blaster.xml.h:9 hacks/config/bouboule.xml.h:9 -#: hacks/config/braid.xml.h:12 hacks/config/bubble3d.xml.h:6 -#: hacks/config/bubbles.xml.h:11 hacks/config/bumps.xml.h:5 -#: hacks/config/cage.xml.h:6 hacks/config/circuit.xml.h:11 +#: hacks/config/atunnel.xml.h:7 hacks/config/barcode.xml.h:7 +#: hacks/config/blaster.xml.h:9 hacks/config/blocktube.xml.h:11 +#: hacks/config/bouboule.xml.h:9 hacks/config/braid.xml.h:12 +#: hacks/config/bubble3d.xml.h:6 hacks/config/bubbles.xml.h:11 +#: hacks/config/bumps.xml.h:5 hacks/config/cage.xml.h:6 +#: hacks/config/circuit.xml.h:11 hacks/config/cloudlife.xml.h:13 #: hacks/config/compass.xml.h:5 hacks/config/coral.xml.h:14 #: hacks/config/critical.xml.h:7 hacks/config/crystal.xml.h:12 #: hacks/config/cubenetic.xml.h:24 hacks/config/cynosure.xml.h:10 @@ -1095,12 +1183,13 @@ msgstr "Aeglane" #: hacks/config/deluxe.xml.h:9 hacks/config/demon.xml.h:10 #: hacks/config/discrete.xml.h:9 hacks/config/distort.xml.h:13 #: hacks/config/drift.xml.h:13 hacks/config/endgame.xml.h:6 -#: hacks/config/engine.xml.h:6 hacks/config/epicycle.xml.h:11 -#: hacks/config/euler2d.xml.h:15 hacks/config/extrusion.xml.h:13 -#: hacks/config/fadeplot.xml.h:10 hacks/config/flag.xml.h:9 -#: hacks/config/flame.xml.h:15 hacks/config/flipscreen3d.xml.h:7 -#: hacks/config/flow.xml.h:16 hacks/config/fluidballs.xml.h:20 -#: hacks/config/forest.xml.h:6 hacks/config/galaxy.xml.h:11 +#: hacks/config/engine.xml.h:16 hacks/config/epicycle.xml.h:11 +#: hacks/config/eruption.xml.h:20 hacks/config/euler2d.xml.h:15 +#: hacks/config/extrusion.xml.h:13 hacks/config/fadeplot.xml.h:10 +#: hacks/config/flag.xml.h:9 hacks/config/flame.xml.h:15 +#: hacks/config/flipscreen3d.xml.h:7 hacks/config/flow.xml.h:16 +#: hacks/config/fluidballs.xml.h:20 hacks/config/forest.xml.h:6 +#: hacks/config/galaxy.xml.h:11 hacks/config/glblur.xml.h:17 #: hacks/config/glforestfire.xml.h:15 hacks/config/glplanet.xml.h:8 #: hacks/config/gltext.xml.h:15 hacks/config/goop.xml.h:11 #: hacks/config/grav.xml.h:9 hacks/config/greynetic.xml.h:4 @@ -1108,18 +1197,20 @@ msgstr "Aeglane" #: hacks/config/hyperball.xml.h:9 hacks/config/hypercube.xml.h:8 #: hacks/config/ifs.xml.h:6 hacks/config/jigsaw.xml.h:7 #: hacks/config/juggle.xml.h:8 hacks/config/julia.xml.h:10 -#: hacks/config/kaleidescope.xml.h:8 hacks/config/kumppa.xml.h:9 -#: hacks/config/lament.xml.h:7 hacks/config/laser.xml.h:11 -#: hacks/config/lavalite.xml.h:29 hacks/config/lightning.xml.h:6 -#: hacks/config/lisa.xml.h:9 hacks/config/lissie.xml.h:11 -#: hacks/config/lmorph.xml.h:12 hacks/config/loop.xml.h:9 -#: hacks/config/menger.xml.h:18 hacks/config/moebius.xml.h:10 +#: hacks/config/kaleidescope.xml.h:8 hacks/config/klein.xml.h:8 +#: hacks/config/kumppa.xml.h:9 hacks/config/lament.xml.h:7 +#: hacks/config/laser.xml.h:11 hacks/config/lavalite.xml.h:30 +#: hacks/config/lightning.xml.h:6 hacks/config/lisa.xml.h:9 +#: hacks/config/lissie.xml.h:11 hacks/config/lmorph.xml.h:12 +#: hacks/config/loop.xml.h:9 hacks/config/menger.xml.h:18 +#: hacks/config/metaballs.xml.h:15 hacks/config/moebius.xml.h:10 #: hacks/config/moire2.xml.h:7 hacks/config/molecule.xml.h:24 #: hacks/config/morph3d.xml.h:7 hacks/config/mountain.xml.h:8 #: hacks/config/munch.xml.h:9 hacks/config/nerverot.xml.h:22 #: hacks/config/penrose.xml.h:12 hacks/config/petri.xml.h:25 -#: hacks/config/phosphor.xml.h:7 hacks/config/pipes.xml.h:16 -#: hacks/config/polyominoes.xml.h:11 hacks/config/pulsar.xml.h:17 +#: hacks/config/phosphor.xml.h:7 hacks/config/piecewise.xml.h:11 +#: hacks/config/pipes.xml.h:16 hacks/config/polyominoes.xml.h:11 +#: hacks/config/popsquares.xml.h:6 hacks/config/pulsar.xml.h:17 #: hacks/config/qix.xml.h:22 hacks/config/queens.xml.h:6 #: hacks/config/rotor.xml.h:12 hacks/config/rubik.xml.h:11 #: hacks/config/sballs.xml.h:14 hacks/config/shadebobs.xml.h:10 @@ -1130,40 +1221,46 @@ msgstr "Aeglane" #: hacks/config/spotlight.xml.h:5 hacks/config/sproingies.xml.h:8 #: hacks/config/squiral.xml.h:16 hacks/config/stairs.xml.h:5 #: hacks/config/starfish.xml.h:9 hacks/config/strange.xml.h:8 -#: hacks/config/superquadrics.xml.h:9 hacks/config/swirl.xml.h:7 +#: hacks/config/superquadrics.xml.h:10 hacks/config/swirl.xml.h:7 #: hacks/config/t3d.xml.h:13 hacks/config/thornbird.xml.h:8 #: hacks/config/triangle.xml.h:6 hacks/config/truchet.xml.h:3 #: hacks/config/twang.xml.h:10 hacks/config/vines.xml.h:5 -#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:4 +#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:13 #: hacks/config/worm.xml.h:8 hacks/config/xearth.xml.h:25 #: hacks/config/xflame.xml.h:6 hacks/config/xjack.xml.h:3 -#: hacks/config/xmatrix.xml.h:17 hacks/config/xmountains.xml.h:5 +#: hacks/config/xmatrix.xml.h:18 hacks/config/xmountains.xml.h:5 #: hacks/config/xrayswarm.xml.h:4 hacks/config/zoom.xml.h:7 msgid "Speed" msgstr "Kiirus" -#: hacks/config/anemone.xml.h:9 +#: hacks/config/anemone.xml.h:11 msgid "Tentacles" msgstr "" -#: hacks/config/anemone.xml.h:10 hacks/config/deluxe.xml.h:10 +#: hacks/config/anemone.xml.h:12 hacks/config/cubestorm.xml.h:11 +#: hacks/config/deluxe.xml.h:10 hacks/config/glknots.xml.h:19 #: hacks/config/lmorph.xml.h:13 hacks/config/starfish.xml.h:11 #: hacks/config/thornbird.xml.h:9 msgid "Thick" msgstr "" -#: hacks/config/anemone.xml.h:11 hacks/config/moire2.xml.h:8 -#: hacks/config/thornbird.xml.h:10 +#: hacks/config/anemone.xml.h:13 hacks/config/glknots.xml.h:20 +#: hacks/config/moire2.xml.h:8 hacks/config/thornbird.xml.h:10 msgid "Thickness" msgstr "" -#: hacks/config/anemone.xml.h:12 hacks/config/deluxe.xml.h:11 +#: hacks/config/anemone.xml.h:14 hacks/config/cubestorm.xml.h:12 +#: hacks/config/deluxe.xml.h:11 hacks/config/glknots.xml.h:21 #: hacks/config/lmorph.xml.h:14 hacks/config/starfish.xml.h:12 #: hacks/config/thornbird.xml.h:11 msgid "Thin" msgstr "" -#: hacks/config/anemone.xml.h:13 hacks/config/ant.xml.h:21 +#: hacks/config/anemone.xml.h:15 +msgid "Turn speed" +msgstr "" + +#: hacks/config/anemone.xml.h:16 hacks/config/ant.xml.h:22 #: hacks/config/apollonian.xml.h:13 hacks/config/attraction.xml.h:32 #: hacks/config/bouboule.xml.h:11 hacks/config/braid.xml.h:13 #: hacks/config/critical.xml.h:8 hacks/config/crystal.xml.h:13 @@ -1180,25 +1277,30 @@ msgstr "" #: hacks/config/julia.xml.h:12 hacks/config/laser.xml.h:12 #: hacks/config/lightning.xml.h:8 hacks/config/lisa.xml.h:12 #: hacks/config/lissie.xml.h:13 hacks/config/loop.xml.h:12 -#: hacks/config/moire.xml.h:11 hacks/config/moire2.xml.h:9 -#: hacks/config/mountain.xml.h:9 hacks/config/nerverot.xml.h:23 -#: hacks/config/penrose.xml.h:13 hacks/config/polyominoes.xml.h:12 -#: hacks/config/rd-bomb.xml.h:20 hacks/config/rocks.xml.h:12 -#: hacks/config/rotor.xml.h:13 hacks/config/shadebobs.xml.h:12 -#: hacks/config/sierpinski.xml.h:12 hacks/config/slip.xml.h:12 -#: hacks/config/sphere.xml.h:8 hacks/config/spiral.xml.h:12 -#: hacks/config/squiral.xml.h:18 hacks/config/starfish.xml.h:14 -#: hacks/config/strange.xml.h:11 hacks/config/swirl.xml.h:9 -#: hacks/config/thornbird.xml.h:13 hacks/config/triangle.xml.h:8 -#: hacks/config/vines.xml.h:7 hacks/config/worm.xml.h:9 -#: hacks/config/xearth.xml.h:28 hacks/config/xfishtank.xml.h:11 +#: hacks/config/metaballs.xml.h:16 hacks/config/moire.xml.h:11 +#: hacks/config/moire2.xml.h:9 hacks/config/mountain.xml.h:9 +#: hacks/config/nerverot.xml.h:23 hacks/config/penrose.xml.h:13 +#: hacks/config/polyominoes.xml.h:12 hacks/config/rd-bomb.xml.h:20 +#: hacks/config/rocks.xml.h:12 hacks/config/rotor.xml.h:13 +#: hacks/config/shadebobs.xml.h:12 hacks/config/sierpinski.xml.h:12 +#: hacks/config/slip.xml.h:12 hacks/config/sphere.xml.h:8 +#: hacks/config/spiral.xml.h:12 hacks/config/squiral.xml.h:18 +#: hacks/config/starfish.xml.h:14 hacks/config/strange.xml.h:11 +#: hacks/config/swirl.xml.h:9 hacks/config/thornbird.xml.h:13 +#: hacks/config/triangle.xml.h:8 hacks/config/vines.xml.h:7 +#: hacks/config/worm.xml.h:9 hacks/config/xearth.xml.h:28 +#: hacks/config/xfishtank.xml.h:11 msgid "Two" msgstr "Kaks" -#: hacks/config/anemone.xml.h:14 +#: hacks/config/anemone.xml.h:17 msgid "Wiggling tentacles. By Gabriel Finch." msgstr "" +#: hacks/config/anemone.xml.h:18 +msgid "Withdraw freqency" +msgstr "" + #: hacks/config/ant.xml.h:1 msgid "" "A cellular automaton that is really a two-dimensional Turing machine: as the " @@ -1219,59 +1321,66 @@ msgstr "" msgid "Ants Count" msgstr "" -#: hacks/config/ant.xml.h:6 +#: hacks/config/ant.xml.h:5 +msgid "Draw Eyes" +msgstr "" + +#: hacks/config/ant.xml.h:7 msgid "Four Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:7 hacks/config/attraction.xml.h:13 -#: hacks/config/cubenetic.xml.h:11 hacks/config/demon.xml.h:5 -#: hacks/config/discrete.xml.h:3 hacks/config/distort.xml.h:5 -#: hacks/config/fadeplot.xml.h:5 hacks/config/flag.xml.h:4 -#: hacks/config/flow.xml.h:7 hacks/config/fluidballs.xml.h:12 +#: hacks/config/ant.xml.h:8 hacks/config/attraction.xml.h:13 +#: hacks/config/cloudlife.xml.h:7 hacks/config/cubenetic.xml.h:11 +#: hacks/config/demon.xml.h:5 hacks/config/discrete.xml.h:3 +#: hacks/config/distort.xml.h:5 hacks/config/fadeplot.xml.h:5 +#: hacks/config/flag.xml.h:4 hacks/config/flow.xml.h:7 +#: hacks/config/fluidballs.xml.h:12 hacks/config/halftone.xml.h:8 #: hacks/config/hopalong.xml.h:13 hacks/config/interference.xml.h:8 #: hacks/config/julia.xml.h:5 hacks/config/lissie.xml.h:4 #: hacks/config/loop.xml.h:2 hacks/config/moire.xml.h:4 -#: hacks/config/rd-bomb.xml.h:11 hacks/config/rorschach.xml.h:5 -#: hacks/config/rubik.xml.h:4 hacks/config/sierpinski.xml.h:3 -#: hacks/config/slip.xml.h:3 +#: hacks/config/piecewise.xml.h:5 hacks/config/rd-bomb.xml.h:11 +#: hacks/config/rorschach.xml.h:5 hacks/config/rubik.xml.h:4 +#: hacks/config/sierpinski.xml.h:3 hacks/config/slip.xml.h:3 msgid "Large" msgstr "Suur" -#: hacks/config/ant.xml.h:9 +#: hacks/config/ant.xml.h:10 msgid "Nine Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:11 +#: hacks/config/ant.xml.h:12 msgid "Random Cell Shape" msgstr "" -#: hacks/config/ant.xml.h:12 hacks/config/speedmine.xml.h:11 +#: hacks/config/ant.xml.h:13 hacks/config/speedmine.xml.h:11 msgid "Sharp Turns" msgstr "" -#: hacks/config/ant.xml.h:13 +#: hacks/config/ant.xml.h:14 msgid "Six Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:15 hacks/config/attraction.xml.h:27 -#: hacks/config/cubenetic.xml.h:23 hacks/config/demon.xml.h:9 -#: hacks/config/discrete.xml.h:8 hacks/config/distort.xml.h:12 -#: hacks/config/fadeplot.xml.h:9 hacks/config/flag.xml.h:8 -#: hacks/config/flow.xml.h:15 hacks/config/fluidballs.xml.h:19 +#: hacks/config/ant.xml.h:16 hacks/config/attraction.xml.h:27 +#: hacks/config/cloudlife.xml.h:12 hacks/config/cubenetic.xml.h:23 +#: hacks/config/demon.xml.h:9 hacks/config/discrete.xml.h:8 +#: hacks/config/distort.xml.h:12 hacks/config/fadeplot.xml.h:9 +#: hacks/config/flag.xml.h:8 hacks/config/flow.xml.h:15 +#: hacks/config/fluidballs.xml.h:19 hacks/config/halftone.xml.h:14 #: hacks/config/hopalong.xml.h:22 hacks/config/interference.xml.h:15 #: hacks/config/julia.xml.h:9 hacks/config/lissie.xml.h:10 -#: hacks/config/loop.xml.h:8 hacks/config/moire.xml.h:9 +#: hacks/config/loop.xml.h:8 hacks/config/metaballs.xml.h:14 +#: hacks/config/moire.xml.h:9 hacks/config/piecewise.xml.h:10 #: hacks/config/rd-bomb.xml.h:18 hacks/config/rorschach.xml.h:8 #: hacks/config/rubik.xml.h:10 hacks/config/sierpinski.xml.h:8 #: hacks/config/slip.xml.h:8 msgid "Small" msgstr "Väike" -#: hacks/config/ant.xml.h:17 +#: hacks/config/ant.xml.h:18 msgid "Three Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:18 hacks/config/demon.xml.h:12 +#: hacks/config/ant.xml.h:19 hacks/config/demon.xml.h:12 #: hacks/config/discrete.xml.h:10 hacks/config/fadeplot.xml.h:11 #: hacks/config/flag.xml.h:12 hacks/config/flow.xml.h:17 #: hacks/config/lissie.xml.h:12 hacks/config/loop.xml.h:11 @@ -1280,11 +1389,11 @@ msgstr "" msgid "Timeout" msgstr "" -#: hacks/config/ant.xml.h:19 +#: hacks/config/ant.xml.h:20 msgid "Truchet Lines" msgstr "" -#: hacks/config/ant.xml.h:20 +#: hacks/config/ant.xml.h:21 msgid "Twelve Sided Cells" msgstr "" @@ -1354,23 +1463,30 @@ msgstr "" msgid "Shimmering Water" msgstr "" -#: hacks/config/atlantis.xml.h:11 hacks/config/boxed.xml.h:5 +#: hacks/config/atlantis.xml.h:11 hacks/config/atunnel.xml.h:5 +#: hacks/config/blocktube.xml.h:8 hacks/config/boxed.xml.h:5 #: hacks/config/bubble3d.xml.h:4 hacks/config/cage.xml.h:3 #: hacks/config/circuit.xml.h:9 hacks/config/cubenetic.xml.h:21 -#: hacks/config/dangerball.xml.h:4 hacks/config/endgame.xml.h:4 -#: hacks/config/engine.xml.h:4 hacks/config/extrusion.xml.h:10 -#: hacks/config/flipscreen3d.xml.h:5 hacks/config/fluidballs.xml.h:17 -#: hacks/config/gears.xml.h:6 hacks/config/gflux.xml.h:11 -#: hacks/config/glforestfire.xml.h:13 hacks/config/glplanet.xml.h:5 -#: hacks/config/glsnake.xml.h:10 hacks/config/gltext.xml.h:12 -#: hacks/config/lament.xml.h:5 hacks/config/menger.xml.h:15 -#: hacks/config/moebius.xml.h:6 hacks/config/molecule.xml.h:21 -#: hacks/config/morph3d.xml.h:5 hacks/config/pipes.xml.h:14 -#: hacks/config/pulsar.xml.h:14 hacks/config/queens.xml.h:3 -#: hacks/config/rubik.xml.h:6 hacks/config/sballs.xml.h:12 -#: hacks/config/sierpinski3d.xml.h:6 hacks/config/spheremonics.xml.h:18 -#: hacks/config/sproingies.xml.h:4 hacks/config/stairs.xml.h:2 -#: hacks/config/starwars.xml.h:11 hacks/config/superquadrics.xml.h:6 +#: hacks/config/cubestorm.xml.h:7 hacks/config/dangerball.xml.h:4 +#: hacks/config/endgame.xml.h:4 hacks/config/engine.xml.h:14 +#: hacks/config/extrusion.xml.h:10 hacks/config/flipscreen3d.xml.h:5 +#: hacks/config/fluidballs.xml.h:17 hacks/config/flurry.xml.h:9 +#: hacks/config/flyingtoasters.xml.h:10 hacks/config/gears.xml.h:6 +#: hacks/config/gflux.xml.h:11 hacks/config/glblur.xml.h:13 +#: hacks/config/glforestfire.xml.h:13 hacks/config/glknots.xml.h:16 +#: hacks/config/glmatrix.xml.h:17 hacks/config/glplanet.xml.h:5 +#: hacks/config/glslideshow.xml.h:18 hacks/config/glsnake.xml.h:10 +#: hacks/config/gltext.xml.h:12 hacks/config/hypertorus.xml.h:12 +#: hacks/config/jigglypuff.xml.h:15 hacks/config/klein.xml.h:6 +#: hacks/config/lament.xml.h:5 hacks/config/lavalite.xml.h:26 +#: hacks/config/menger.xml.h:15 hacks/config/moebius.xml.h:6 +#: hacks/config/molecule.xml.h:21 hacks/config/morph3d.xml.h:5 +#: hacks/config/pipes.xml.h:14 hacks/config/pulsar.xml.h:14 +#: hacks/config/queens.xml.h:3 hacks/config/rubik.xml.h:6 +#: hacks/config/sballs.xml.h:12 hacks/config/sierpinski3d.xml.h:6 +#: hacks/config/spheremonics.xml.h:18 hacks/config/sproingies.xml.h:4 +#: hacks/config/stairs.xml.h:2 hacks/config/starwars.xml.h:11 +#: hacks/config/superquadrics.xml.h:7 msgid "Show Frames-per-Second" msgstr "" @@ -1380,13 +1496,14 @@ msgstr "" #: hacks/config/atlantis.xml.h:14 hacks/config/boxed.xml.h:7 #: hacks/config/cage.xml.h:5 hacks/config/extrusion.xml.h:12 -#: hacks/config/gears.xml.h:8 hacks/config/glplanet.xml.h:7 -#: hacks/config/glsnake.xml.h:13 hacks/config/gltext.xml.h:14 -#: hacks/config/menger.xml.h:17 hacks/config/molecule.xml.h:23 -#: hacks/config/munch.xml.h:8 hacks/config/sierpinski3d.xml.h:9 -#: hacks/config/speedmine.xml.h:14 hacks/config/spheremonics.xml.h:21 -#: hacks/config/sproingies.xml.h:7 hacks/config/stairs.xml.h:4 -#: hacks/config/stonerview.xml.h:2 hacks/config/superquadrics.xml.h:8 +#: hacks/config/gears.xml.h:8 hacks/config/glblur.xml.h:15 +#: hacks/config/glplanet.xml.h:7 hacks/config/glsnake.xml.h:13 +#: hacks/config/gltext.xml.h:14 hacks/config/menger.xml.h:17 +#: hacks/config/molecule.xml.h:23 hacks/config/munch.xml.h:8 +#: hacks/config/sierpinski3d.xml.h:9 hacks/config/speedmine.xml.h:14 +#: hacks/config/spheremonics.xml.h:21 hacks/config/sproingies.xml.h:7 +#: hacks/config/stairs.xml.h:4 hacks/config/stonerview.xml.h:2 +#: hacks/config/superquadrics.xml.h:9 msgid "Solid" msgstr "" @@ -1401,18 +1518,22 @@ msgstr "" msgid "Whale Speed" msgstr "" -#: hacks/config/atlantis.xml.h:17 hacks/config/boxed.xml.h:8 -#: hacks/config/cage.xml.h:8 hacks/config/dangerball.xml.h:11 -#: hacks/config/extrusion.xml.h:19 hacks/config/gears.xml.h:11 -#: hacks/config/glforestfire.xml.h:20 hacks/config/glplanet.xml.h:11 +#: hacks/config/atlantis.xml.h:17 hacks/config/atunnel.xml.h:10 +#: hacks/config/blocktube.xml.h:13 hacks/config/boxed.xml.h:8 +#: hacks/config/cage.xml.h:8 hacks/config/cubestorm.xml.h:14 +#: hacks/config/dangerball.xml.h:11 hacks/config/extrusion.xml.h:19 +#: hacks/config/flyingtoasters.xml.h:14 hacks/config/gears.xml.h:11 +#: hacks/config/glblur.xml.h:20 hacks/config/glforestfire.xml.h:20 +#: hacks/config/glknots.xml.h:23 hacks/config/glplanet.xml.h:11 #: hacks/config/glsnake.xml.h:16 hacks/config/gltext.xml.h:18 -#: hacks/config/lament.xml.h:9 hacks/config/lavalite.xml.h:31 -#: hacks/config/menger.xml.h:21 hacks/config/moebius.xml.h:11 -#: hacks/config/molecule.xml.h:26 hacks/config/pulsar.xml.h:20 -#: hacks/config/sballs.xml.h:18 hacks/config/sierpinski3d.xml.h:12 -#: hacks/config/speedmine.xml.h:18 hacks/config/spheremonics.xml.h:26 -#: hacks/config/sproingies.xml.h:10 hacks/config/stairs.xml.h:7 -#: hacks/config/stonerview.xml.h:4 hacks/config/superquadrics.xml.h:11 +#: hacks/config/jigglypuff.xml.h:25 hacks/config/lament.xml.h:9 +#: hacks/config/lavalite.xml.h:32 hacks/config/menger.xml.h:21 +#: hacks/config/moebius.xml.h:11 hacks/config/molecule.xml.h:26 +#: hacks/config/pulsar.xml.h:20 hacks/config/sballs.xml.h:18 +#: hacks/config/sierpinski3d.xml.h:12 hacks/config/speedmine.xml.h:18 +#: hacks/config/spheremonics.xml.h:26 hacks/config/sproingies.xml.h:10 +#: hacks/config/stairs.xml.h:7 hacks/config/stonerview.xml.h:4 +#: hacks/config/superquadrics.xml.h:12 msgid "Wireframe" msgstr "" @@ -1428,7 +1549,7 @@ msgstr "" msgid "Ball Mass" msgstr "" -#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:2 +#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:3 msgid "Balls" msgstr "" @@ -1451,16 +1572,18 @@ msgid "Filled Splines" msgstr "" #: hacks/config/attraction.xml.h:10 hacks/config/ccurve.xml.h:9 -#: hacks/config/cubenetic.xml.h:10 hacks/config/euler2d.xml.h:5 -#: hacks/config/flame.xml.h:9 hacks/config/goop.xml.h:6 -#: hacks/config/hopalong.xml.h:10 hacks/config/hyperball.xml.h:3 -#: hacks/config/hypercube.xml.h:3 hacks/config/interference.xml.h:6 +#: hacks/config/cloudlife.xml.h:5 hacks/config/cubenetic.xml.h:10 +#: hacks/config/euler2d.xml.h:5 hacks/config/flame.xml.h:9 +#: hacks/config/glslideshow.xml.h:13 hacks/config/goop.xml.h:6 +#: hacks/config/halftone.xml.h:7 hacks/config/hopalong.xml.h:10 +#: hacks/config/hyperball.xml.h:3 hacks/config/hypercube.xml.h:3 +#: hacks/config/interference.xml.h:6 hacks/config/jigglypuff.xml.h:8 #: hacks/config/kumppa.xml.h:4 hacks/config/lavalite.xml.h:12 #: hacks/config/nerverot.xml.h:11 hacks/config/petri.xml.h:8 #: hacks/config/pyro.xml.h:5 hacks/config/qix.xml.h:10 #: hacks/config/speedmine.xml.h:5 hacks/config/spheremonics.xml.h:6 #: hacks/config/spiral.xml.h:4 hacks/config/squiral.xml.h:6 -#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:4 +#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:5 #: hacks/config/t3d.xml.h:7 hacks/config/twang.xml.h:5 #: hacks/config/wander.xml.h:8 msgid "High" @@ -1490,15 +1613,17 @@ msgstr "" #: hacks/config/attraction.xml.h:15 hacks/config/deluxe.xml.h:5 #: hacks/config/lmorph.xml.h:7 hacks/config/pedal.xml.h:5 -#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:3 +#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:10 msgid "Lines" msgstr "" -#: hacks/config/attraction.xml.h:16 hacks/config/braid.xml.h:6 -#: hacks/config/cynosure.xml.h:5 hacks/config/drift.xml.h:8 +#: hacks/config/attraction.xml.h:16 hacks/config/blocktube.xml.h:5 +#: hacks/config/braid.xml.h:6 hacks/config/cynosure.xml.h:5 +#: hacks/config/drift.xml.h:8 hacks/config/eruption.xml.h:11 #: hacks/config/euler2d.xml.h:6 hacks/config/galaxy.xml.h:5 -#: hacks/config/juggle.xml.h:5 hacks/config/laser.xml.h:5 -#: hacks/config/menger.xml.h:4 hacks/config/munch.xml.h:4 +#: hacks/config/juggle.xml.h:5 hacks/config/klein.xml.h:4 +#: hacks/config/laser.xml.h:5 hacks/config/menger.xml.h:4 +#: hacks/config/metaballs.xml.h:5 hacks/config/munch.xml.h:4 #: hacks/config/nerverot.xml.h:13 hacks/config/petri.xml.h:9 #: hacks/config/polyominoes.xml.h:4 hacks/config/rotor.xml.h:5 #: hacks/config/shadebobs.xml.h:4 hacks/config/sierpinski3d.xml.h:3 @@ -1508,16 +1633,18 @@ msgid "Long" msgstr "Pikk" #: hacks/config/attraction.xml.h:17 hacks/config/ccurve.xml.h:10 -#: hacks/config/cubenetic.xml.h:12 hacks/config/euler2d.xml.h:7 -#: hacks/config/flame.xml.h:10 hacks/config/goop.xml.h:7 -#: hacks/config/hopalong.xml.h:14 hacks/config/hyperball.xml.h:6 -#: hacks/config/hypercube.xml.h:5 hacks/config/interference.xml.h:9 +#: hacks/config/cloudlife.xml.h:8 hacks/config/cubenetic.xml.h:12 +#: hacks/config/euler2d.xml.h:7 hacks/config/flame.xml.h:10 +#: hacks/config/glslideshow.xml.h:15 hacks/config/goop.xml.h:7 +#: hacks/config/halftone.xml.h:9 hacks/config/hopalong.xml.h:14 +#: hacks/config/hyperball.xml.h:6 hacks/config/hypercube.xml.h:5 +#: hacks/config/interference.xml.h:9 hacks/config/jigglypuff.xml.h:11 #: hacks/config/kumppa.xml.h:6 hacks/config/lavalite.xml.h:14 #: hacks/config/nerverot.xml.h:14 hacks/config/petri.xml.h:10 #: hacks/config/pyro.xml.h:7 hacks/config/qix.xml.h:13 #: hacks/config/speedmine.xml.h:6 hacks/config/spheremonics.xml.h:8 #: hacks/config/spiral.xml.h:5 hacks/config/squiral.xml.h:8 -#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:5 +#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:6 #: hacks/config/t3d.xml.h:8 hacks/config/twang.xml.h:7 #: hacks/config/wander.xml.h:11 msgid "Low" @@ -1543,10 +1670,12 @@ msgstr "" msgid "Repulsion Threshold" msgstr "" -#: hacks/config/attraction.xml.h:25 hacks/config/braid.xml.h:10 -#: hacks/config/cynosure.xml.h:8 hacks/config/drift.xml.h:11 +#: hacks/config/attraction.xml.h:25 hacks/config/blocktube.xml.h:7 +#: hacks/config/braid.xml.h:10 hacks/config/cynosure.xml.h:8 +#: hacks/config/drift.xml.h:11 hacks/config/eruption.xml.h:18 #: hacks/config/euler2d.xml.h:12 hacks/config/galaxy.xml.h:8 -#: hacks/config/laser.xml.h:9 hacks/config/menger.xml.h:14 +#: hacks/config/klein.xml.h:5 hacks/config/laser.xml.h:9 +#: hacks/config/menger.xml.h:14 hacks/config/metaballs.xml.h:12 #: hacks/config/munch.xml.h:6 hacks/config/nerverot.xml.h:19 #: hacks/config/petri.xml.h:22 hacks/config/polyominoes.xml.h:9 #: hacks/config/rotor.xml.h:9 hacks/config/shadebobs.xml.h:8 @@ -1568,6 +1697,55 @@ msgstr "" msgid "Trail Length" msgstr "" +#: hacks/config/atunnel.xml.h:1 +msgid "Atunnel" +msgstr "" + +#: hacks/config/atunnel.xml.h:2 +msgid "" +"Draws an animation of a textured tunnel in GL. Requires OpenGL, and a " +"machine with fast hardware support for texture maps. Written by Eric " +"Lassauge and Roman Podobedov." +msgstr "" + +#: hacks/config/atunnel.xml.h:4 hacks/config/distort.xml.h:9 +#: hacks/config/glforestfire.xml.h:10 hacks/config/lament.xml.h:4 +#: hacks/config/sballs.xml.h:6 +msgid "Normal" +msgstr "" + +#: hacks/config/atunnel.xml.h:8 hacks/config/glforestfire.xml.h:18 +#: hacks/config/lament.xml.h:8 hacks/config/sballs.xml.h:17 +msgid "Untextured" +msgstr "" + +#: hacks/config/atunnel.xml.h:9 +msgid "Use light" +msgstr "" + +#: hacks/config/barcode.xml.h:1 +#, fuzzy +msgid "Barcode" +msgstr "Vali" + +#: hacks/config/barcode.xml.h:2 +msgid "Barcode Clock (24 Hour)" +msgstr "" + +#: hacks/config/barcode.xml.h:3 +msgid "Barcode Clock (AM/PM)" +msgstr "" + +#: hacks/config/barcode.xml.h:5 +msgid "Scrolling Barcodes" +msgstr "" + +#: hacks/config/barcode.xml.h:8 +msgid "" +"This draws a random sequence of colorful barcodes scrolling across your " +"screen. CONSUME! By Dan Bornstein." +msgstr "" + #: hacks/config/blaster.xml.h:1 msgid "Blaster" msgstr "" @@ -1624,6 +1802,32 @@ msgid "" "image and rotate that." msgstr "" +#: hacks/config/blocktube.xml.h:1 +msgid "BlockTube" +msgstr "" + +#: hacks/config/blocktube.xml.h:2 +msgid "Color Change Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:3 +msgid "Color Hold Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:6 +msgid "Reflective Blocks" +msgstr "" + +#: hacks/config/blocktube.xml.h:10 +msgid "Solid Blocks" +msgstr "" + +#: hacks/config/blocktube.xml.h:12 +msgid "" +"This hack draws a swirling, falling tunnel of reflective slabs. They fade " +"from hue to hue. Written by Lars R. Damerow." +msgstr "" + #: hacks/config/bouboule.xml.h:1 msgid "Bouboule" msgstr "" @@ -1642,13 +1846,49 @@ msgid "" "spots painted on its invisible surface. Written by Jeremie Petit." msgstr "" -#: hacks/config/boxed.xml.h:1 hacks/config/gears.xml.h:1 -#: hacks/config/gflux.xml.h:1 hacks/config/pyro.xml.h:1 +#: hacks/config/bouncingcow.xml.h:1 +msgid "A Cow. A Trampoline. Together, they fight crime. By Jamie Zawinski." +msgstr "" + +#: hacks/config/bouncingcow.xml.h:2 hacks/config/boxed.xml.h:1 +#: hacks/config/cubestorm.xml.h:1 hacks/config/flyingtoasters.xml.h:3 +#: hacks/config/gears.xml.h:1 hacks/config/gflux.xml.h:1 +#: hacks/config/glknots.xml.h:1 hacks/config/glmatrix.xml.h:1 +#: hacks/config/jigglypuff.xml.h:1 hacks/config/pyro.xml.h:1 #: hacks/config/rd-bomb.xml.h:6 hacks/config/rocks.xml.h:1 #: hacks/config/starwars.xml.h:1 hacks/config/xfishtank.xml.h:1 msgid "Animation Speed" msgstr "Animatsiooni kiirus" +#: hacks/config/bouncingcow.xml.h:3 +msgid "Beefy Cow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:4 +msgid "Bounce Speed" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:5 +msgid "BouncingCow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:7 +msgid "Herd" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:8 +msgid "Moo" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:9 +#, fuzzy +msgid "Number of Cows" +msgstr "Värvide arv" + +#: hacks/config/bouncingcow.xml.h:11 +msgid "Wireframe Cow" +msgstr "" + #: hacks/config/boxed.xml.h:2 msgid "Boxed" msgstr "" @@ -1669,23 +1909,24 @@ msgid "" "Neil." msgstr "" -#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:8 +#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:9 #: hacks/config/ccurve.xml.h:7 hacks/config/coral.xml.h:6 #: hacks/config/cynosure.xml.h:3 hacks/config/deco.xml.h:4 #: hacks/config/drift.xml.h:2 hacks/config/epicycle.xml.h:3 -#: hacks/config/euler2d.xml.h:1 hacks/config/flame.xml.h:5 -#: hacks/config/galaxy.xml.h:2 hacks/config/glsnake.xml.h:4 -#: hacks/config/helix.xml.h:3 hacks/config/hopalong.xml.h:2 -#: hacks/config/imsmap.xml.h:6 hacks/config/laser.xml.h:2 -#: hacks/config/menger.xml.h:2 hacks/config/moire.xml.h:3 -#: hacks/config/molecule.xml.h:9 hacks/config/munch.xml.h:2 -#: hacks/config/nerverot.xml.h:8 hacks/config/pedal.xml.h:3 -#: hacks/config/penrose.xml.h:5 hacks/config/polyominoes.xml.h:1 -#: hacks/config/rorschach.xml.h:3 hacks/config/rotzoomer.xml.h:5 -#: hacks/config/shadebobs.xml.h:2 hacks/config/sierpinski3d.xml.h:1 -#: hacks/config/spheremonics.xml.h:4 hacks/config/starfish.xml.h:2 -#: hacks/config/vidwhacker.xml.h:3 hacks/config/wander.xml.h:7 -#: hacks/config/xspirograph.xml.h:3 +#: hacks/config/eruption.xml.h:3 hacks/config/euler2d.xml.h:1 +#: hacks/config/flame.xml.h:5 hacks/config/galaxy.xml.h:2 +#: hacks/config/glsnake.xml.h:4 hacks/config/helix.xml.h:3 +#: hacks/config/hopalong.xml.h:2 hacks/config/imsmap.xml.h:6 +#: hacks/config/klein.xml.h:1 hacks/config/laser.xml.h:2 +#: hacks/config/menger.xml.h:2 hacks/config/metaballs.xml.h:3 +#: hacks/config/moire.xml.h:3 hacks/config/molecule.xml.h:9 +#: hacks/config/munch.xml.h:2 hacks/config/nerverot.xml.h:8 +#: hacks/config/pedal.xml.h:3 hacks/config/penrose.xml.h:5 +#: hacks/config/polyominoes.xml.h:1 hacks/config/rorschach.xml.h:3 +#: hacks/config/rotzoomer.xml.h:5 hacks/config/shadebobs.xml.h:2 +#: hacks/config/sierpinski3d.xml.h:1 hacks/config/spheremonics.xml.h:4 +#: hacks/config/starfish.xml.h:2 hacks/config/vidwhacker.xml.h:3 +#: hacks/config/wander.xml.h:7 hacks/config/xspirograph.xml.h:3 msgid "Duration" msgstr "Kestus" @@ -1712,61 +1953,81 @@ msgid "AmigaDOS" msgstr "" #: hacks/config/bsod.xml.h:4 -msgid "Atari" +msgid "Apple II" msgstr "" #: hacks/config/bsod.xml.h:5 -msgid "BSD" +msgid "Atari" msgstr "" #: hacks/config/bsod.xml.h:6 -msgid "BSOD" +msgid "BSD" msgstr "" #: hacks/config/bsod.xml.h:7 +msgid "BSOD" +msgstr "" + +#: hacks/config/bsod.xml.h:8 msgid "" "BSOD stands for ``Blue Screen of Death.'' The finest in personal computer " "emulation, this hack simulates popular screen savers from a number of less " "robust operating systems. Written by Jamie Zawinski." msgstr "" -#: hacks/config/bsod.xml.h:9 -msgid "Mac Bomb" -msgstr "" - #: hacks/config/bsod.xml.h:10 -msgid "MacsBug" +msgid "HPUX" msgstr "" #: hacks/config/bsod.xml.h:11 -msgid "NCD X Terminal" +msgid "Linux" msgstr "" #: hacks/config/bsod.xml.h:12 -msgid "SCO" +msgid "Mac Bomb" msgstr "" #: hacks/config/bsod.xml.h:13 -msgid "Sad Mac" +msgid "MacOS X" msgstr "" #: hacks/config/bsod.xml.h:14 -msgid "Solaris" +msgid "MacsBug" msgstr "" #: hacks/config/bsod.xml.h:15 -msgid "Sparc Linux" +msgid "NCD X Terminal" msgstr "" #: hacks/config/bsod.xml.h:16 -msgid "Windows" +msgid "OS/390" msgstr "" #: hacks/config/bsod.xml.h:17 -msgid "Windows 2000" +msgid "SCO" msgstr "" #: hacks/config/bsod.xml.h:18 +msgid "Sad Mac" +msgstr "" + +#: hacks/config/bsod.xml.h:19 +msgid "Solaris" +msgstr "" + +#: hacks/config/bsod.xml.h:20 +msgid "Sparc Linux" +msgstr "" + +#: hacks/config/bsod.xml.h:21 +msgid "Windows 2000" +msgstr "" + +#: hacks/config/bsod.xml.h:22 +msgid "Windows 3.1" +msgstr "" + +#: hacks/config/bsod.xml.h:23 msgid "Windows NT" msgstr "" @@ -1863,7 +2124,7 @@ msgstr "" #: hacks/config/ccurve.xml.h:6 hacks/config/coral.xml.h:5 #: hacks/config/imsmap.xml.h:5 hacks/config/kumppa.xml.h:1 #: hacks/config/qix.xml.h:6 hacks/config/squiral.xml.h:2 -#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:3 +#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:2 msgid "Density" msgstr "" @@ -1902,18 +2163,55 @@ msgstr "" msgid "Rotation Speed" msgstr "" -#: hacks/config/circuit.xml.h:12 hacks/config/dangerball.xml.h:9 -#: hacks/config/engine.xml.h:7 +#: hacks/config/circuit.xml.h:12 hacks/config/cubestorm.xml.h:9 +#: hacks/config/dangerball.xml.h:9 hacks/config/engine.xml.h:17 +#: hacks/config/klein.xml.h:9 hacks/config/whirlygig.xml.h:14 msgid "Spin" msgstr "" +#: hacks/config/cloudlife.xml.h:1 hacks/config/demon.xml.h:2 +#: hacks/config/petri.xml.h:1 +msgid "Cell Size" +msgstr "" + +#: hacks/config/cloudlife.xml.h:2 +msgid "CloudLife" +msgstr "" + +#: hacks/config/cloudlife.xml.h:4 +msgid "" +"Generates cloud-like formations based on a variant of Conway's Life. The " +"difference is that cells have a maximum age, after which they count as 3 for " +"populating the next generation. This makes long-lived formations explode " +"instead of just sitting there burning a hole in your screen. Written by Don " +"Marti." +msgstr "" + +#: hacks/config/cloudlife.xml.h:6 +msgid "Initial Density" +msgstr "" + +#: hacks/config/cloudlife.xml.h:9 +msgid "Max Age" +msgstr "" + +#: hacks/config/cloudlife.xml.h:10 +msgid "Old" +msgstr "" + +#: hacks/config/cloudlife.xml.h:14 +#, fuzzy +msgid "Young" +msgstr "Pikk" + #: hacks/config/compass.xml.h:1 msgid "Compass" msgstr "" #: hacks/config/compass.xml.h:2 hacks/config/deluxe.xml.h:3 #: hacks/config/interference.xml.h:4 hacks/config/kumppa.xml.h:2 -#: hacks/config/nerverot.xml.h:6 hacks/config/pipes.xml.h:4 +#: hacks/config/nerverot.xml.h:6 hacks/config/piecewise.xml.h:3 +#: hacks/config/pipes.xml.h:4 msgid "Double Buffer" msgstr "" @@ -1933,10 +2231,10 @@ msgid "1 Minute" msgstr "" #: hacks/config/coral.xml.h:2 hacks/config/deco.xml.h:2 -#: hacks/config/helix.xml.h:2 hacks/config/imsmap.xml.h:2 -#: hacks/config/moire.xml.h:2 hacks/config/pedal.xml.h:2 -#: hacks/config/penrose.xml.h:1 hacks/config/rorschach.xml.h:2 -#: hacks/config/xspirograph.xml.h:2 +#: hacks/config/glslideshow.xml.h:1 hacks/config/helix.xml.h:2 +#: hacks/config/imsmap.xml.h:2 hacks/config/moire.xml.h:2 +#: hacks/config/pedal.xml.h:2 hacks/config/penrose.xml.h:1 +#: hacks/config/rorschach.xml.h:2 hacks/config/xspirograph.xml.h:2 msgid "1 Second" msgstr "" @@ -1945,6 +2243,7 @@ msgid "Coral" msgstr "" #: hacks/config/coral.xml.h:4 hacks/config/gflux.xml.h:3 +#: hacks/config/glblur.xml.h:2 hacks/config/glmatrix.xml.h:3 #: hacks/config/imsmap.xml.h:4 hacks/config/lavalite.xml.h:6 #: hacks/config/pyro.xml.h:2 hacks/config/qix.xml.h:5 #: hacks/config/squiral.xml.h:1 hacks/config/xearth.xml.h:4 @@ -1961,10 +2260,11 @@ msgid "" msgstr "" #: hacks/config/coral.xml.h:13 hacks/config/gflux.xml.h:13 -#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:28 +#: hacks/config/glblur.xml.h:16 hacks/config/glmatrix.xml.h:19 +#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:29 #: hacks/config/pyro.xml.h:14 hacks/config/qix.xml.h:21 #: hacks/config/squiral.xml.h:15 hacks/config/xearth.xml.h:24 -#: hacks/config/xmatrix.xml.h:16 +#: hacks/config/xmatrix.xml.h:17 msgid "Sparse" msgstr "" @@ -1998,13 +2298,13 @@ msgstr "" #: hacks/config/grav.xml.h:1 hacks/config/julia.xml.h:1 #: hacks/config/laser.xml.h:1 hacks/config/lisa.xml.h:1 #: hacks/config/lissie.xml.h:2 hacks/config/morph3d.xml.h:2 -#: hacks/config/mountain.xml.h:1 hacks/config/qix.xml.h:4 -#: hacks/config/rocks.xml.h:2 hacks/config/rotor.xml.h:2 -#: hacks/config/rubik.xml.h:1 hacks/config/shadebobs.xml.h:1 -#: hacks/config/sierpinski.xml.h:1 hacks/config/slip.xml.h:1 -#: hacks/config/spiral.xml.h:1 hacks/config/sproingies.xml.h:1 -#: hacks/config/superquadrics.xml.h:1 hacks/config/swirl.xml.h:1 -#: hacks/config/worm.xml.h:2 +#: hacks/config/mountain.xml.h:1 hacks/config/piecewise.xml.h:2 +#: hacks/config/qix.xml.h:4 hacks/config/rocks.xml.h:2 +#: hacks/config/rotor.xml.h:2 hacks/config/rubik.xml.h:1 +#: hacks/config/shadebobs.xml.h:1 hacks/config/sierpinski.xml.h:1 +#: hacks/config/slip.xml.h:1 hacks/config/spiral.xml.h:1 +#: hacks/config/sproingies.xml.h:1 hacks/config/superquadrics.xml.h:1 +#: hacks/config/swirl.xml.h:1 hacks/config/worm.xml.h:2 msgid "Count" msgstr "" @@ -2055,7 +2355,8 @@ msgstr "" msgid "Display Wireframe" msgstr "" -#: hacks/config/cubenetic.xml.h:6 hacks/config/gltext.xml.h:2 +#: hacks/config/cubenetic.xml.h:6 hacks/config/glblur.xml.h:3 +#: hacks/config/glknots.xml.h:2 hacks/config/gltext.xml.h:2 #: hacks/config/lavalite.xml.h:7 hacks/config/menger.xml.h:1 #: hacks/config/molecule.xml.h:4 hacks/config/spheremonics.xml.h:1 msgid "Don't Rotate" @@ -2068,43 +2369,50 @@ msgid "" "Jamie Zawinski." msgstr "" -#: hacks/config/cubenetic.xml.h:14 hacks/config/gltext.xml.h:5 +#: hacks/config/cubenetic.xml.h:14 hacks/config/glblur.xml.h:6 +#: hacks/config/glknots.xml.h:8 hacks/config/gltext.xml.h:5 #: hacks/config/lavalite.xml.h:19 hacks/config/menger.xml.h:7 #: hacks/config/molecule.xml.h:14 hacks/config/spheremonics.xml.h:10 msgid "Rotate around X and Y axes" msgstr "" -#: hacks/config/cubenetic.xml.h:15 hacks/config/gltext.xml.h:6 +#: hacks/config/cubenetic.xml.h:15 hacks/config/glblur.xml.h:7 +#: hacks/config/glknots.xml.h:9 hacks/config/gltext.xml.h:6 #: hacks/config/lavalite.xml.h:20 hacks/config/menger.xml.h:8 #: hacks/config/molecule.xml.h:15 hacks/config/spheremonics.xml.h:11 msgid "Rotate around X and Z axes" msgstr "" -#: hacks/config/cubenetic.xml.h:16 hacks/config/gltext.xml.h:7 +#: hacks/config/cubenetic.xml.h:16 hacks/config/glblur.xml.h:8 +#: hacks/config/glknots.xml.h:10 hacks/config/gltext.xml.h:7 #: hacks/config/lavalite.xml.h:21 hacks/config/menger.xml.h:9 #: hacks/config/molecule.xml.h:16 hacks/config/spheremonics.xml.h:12 msgid "Rotate around X axis" msgstr "" -#: hacks/config/cubenetic.xml.h:17 hacks/config/gltext.xml.h:8 +#: hacks/config/cubenetic.xml.h:17 hacks/config/glblur.xml.h:9 +#: hacks/config/glknots.xml.h:11 hacks/config/gltext.xml.h:8 #: hacks/config/lavalite.xml.h:22 hacks/config/menger.xml.h:10 #: hacks/config/molecule.xml.h:17 hacks/config/spheremonics.xml.h:13 msgid "Rotate around Y and Z axes" msgstr "" -#: hacks/config/cubenetic.xml.h:18 hacks/config/gltext.xml.h:9 +#: hacks/config/cubenetic.xml.h:18 hacks/config/glblur.xml.h:10 +#: hacks/config/glknots.xml.h:12 hacks/config/gltext.xml.h:9 #: hacks/config/lavalite.xml.h:23 hacks/config/menger.xml.h:11 #: hacks/config/molecule.xml.h:18 hacks/config/spheremonics.xml.h:14 msgid "Rotate around Y axis" msgstr "" -#: hacks/config/cubenetic.xml.h:19 hacks/config/gltext.xml.h:10 +#: hacks/config/cubenetic.xml.h:19 hacks/config/glblur.xml.h:11 +#: hacks/config/glknots.xml.h:13 hacks/config/gltext.xml.h:10 #: hacks/config/lavalite.xml.h:24 hacks/config/menger.xml.h:12 #: hacks/config/molecule.xml.h:19 hacks/config/spheremonics.xml.h:15 msgid "Rotate around Z axis" msgstr "" -#: hacks/config/cubenetic.xml.h:20 hacks/config/gltext.xml.h:11 +#: hacks/config/cubenetic.xml.h:20 hacks/config/glblur.xml.h:12 +#: hacks/config/glknots.xml.h:14 hacks/config/gltext.xml.h:11 #: hacks/config/lavalite.xml.h:25 hacks/config/menger.xml.h:13 #: hacks/config/molecule.xml.h:20 hacks/config/spheremonics.xml.h:16 msgid "Rotate around all three axes" @@ -2122,14 +2430,40 @@ msgstr "" msgid "Surface Pattern Speed" msgstr "" -#: hacks/config/cubenetic.xml.h:28 hacks/config/dangerball.xml.h:10 -#: hacks/config/engine.xml.h:8 hacks/config/glforestfire.xml.h:19 -#: hacks/config/gltext.xml.h:17 hacks/config/lavalite.xml.h:30 -#: hacks/config/menger.xml.h:20 hacks/config/molecule.xml.h:25 -#: hacks/config/spheremonics.xml.h:25 hacks/config/wander.xml.h:15 +#: hacks/config/cubenetic.xml.h:28 hacks/config/cubestorm.xml.h:13 +#: hacks/config/dangerball.xml.h:10 hacks/config/engine.xml.h:20 +#: hacks/config/glblur.xml.h:19 hacks/config/glforestfire.xml.h:19 +#: hacks/config/glknots.xml.h:22 hacks/config/gltext.xml.h:17 +#: hacks/config/lavalite.xml.h:31 hacks/config/menger.xml.h:20 +#: hacks/config/molecule.xml.h:25 hacks/config/spheremonics.xml.h:25 +#: hacks/config/wander.xml.h:15 msgid "Wander" msgstr "" +#: hacks/config/cubestorm.xml.h:2 +msgid "CubeStorm" +msgstr "" + +#: hacks/config/cubestorm.xml.h:3 +msgid "" +"Draws a series of rotating 3D boxes that intersect each other and eventually " +"fill space. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/cubestorm.xml.h:5 hacks/config/glknots.xml.h:6 +#, fuzzy +msgid "Motion Speed" +msgstr "Animatsiooni kiirus" + +#: hacks/config/cubestorm.xml.h:6 +#, fuzzy +msgid "Number of Cubes" +msgstr "Puude arv" + +#: hacks/config/cubestorm.xml.h:10 +msgid "Strut Thickness" +msgstr "" + #: hacks/config/cynosure.xml.h:1 msgid "" "A hack similar to `greynetic', but less frenetic. The first implementation " @@ -2229,8 +2563,8 @@ msgid "" "This takes an image and makes it melt. You've no doubt seen this effect " "before, but no screensaver would really be complete without it. It works " "best if there's something colorful visible. Warning, if the effect continues " -"after the screen saver is off, seek medical attention. Written by David Wald " -"and Vivek Khera." +"after the screen saver is off, seek medical attention. Written by David " +"Wald, Vivek Khera, Jamie Zawinski, and Vince Levey." msgstr "" #: hacks/config/deco.xml.h:3 @@ -2255,7 +2589,7 @@ msgid "" msgstr "" #: hacks/config/deco.xml.h:11 hacks/config/rd-bomb.xml.h:23 -#: hacks/config/whirlygig.xml.h:7 hacks/config/xearth.xml.h:33 +#: hacks/config/whirlygig.xml.h:20 hacks/config/xearth.xml.h:33 #: hacks/config/zoom.xml.h:10 msgid "x" msgstr "" @@ -2282,10 +2616,6 @@ msgid "" "stripes and spirals. Written by David Bagley." msgstr "" -#: hacks/config/demon.xml.h:2 hacks/config/petri.xml.h:1 -msgid "Cell Size" -msgstr "" - #: hacks/config/demon.xml.h:3 msgid "Demon" msgstr "" @@ -2328,11 +2658,6 @@ msgstr "" msgid "Magnify" msgstr "" -#: hacks/config/distort.xml.h:9 hacks/config/glforestfire.xml.h:10 -#: hacks/config/lament.xml.h:4 hacks/config/sballs.xml.h:6 -msgid "Normal" -msgstr "" - #: hacks/config/distort.xml.h:10 msgid "Reflect" msgstr "" @@ -2383,18 +2708,42 @@ msgid "Lissojous Figures" msgstr "" #: hacks/config/electricsheep.xml.h:1 -msgid "ElectricSheep" -msgstr "" - -#: hacks/config/electricsheep.xml.h:2 msgid "" "ElectricSheep is an xscreensaver module that displays mpeg video of an " "animated fractal flame. In the background, it contributes render cycles to " "the next animation. Periodically it uploades completed frames to the server, " "where they are compressed for distribution to all clients. This program is " -"recommended only if you have a high bandwidth connection to the Internet. By " -"Scott Draves. You can find it at <http://www.electricsheep.org/>. See " -"that web site for configuration information." +"recommended only if you have a high bandwidth, always-on connection to the " +"Internet. By Scott Draves. You can find it at <http://www.electricsheep." +"org/>." +msgstr "" + +#: hacks/config/electricsheep.xml.h:2 +msgid "Frame Rate" +msgstr "" + +#: hacks/config/electricsheep.xml.h:3 +msgid "Hide Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:4 +msgid "Megabytes of Local Sheep Storage" +msgstr "" + +#: hacks/config/electricsheep.xml.h:5 +msgid "Nickname" +msgstr "" + +#: hacks/config/electricsheep.xml.h:6 +msgid "Repititions of each Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:7 +msgid "Standalone" +msgstr "" + +#: hacks/config/electricsheep.xml.h:8 +msgid "URL" msgstr "" #: hacks/config/endgame.xml.h:1 @@ -2408,15 +2757,63 @@ msgid "Endgame" msgstr "" #: hacks/config/engine.xml.h:1 -msgid "" -"Draws a simple four-stroke engine that floats around the screen. Written by " -"Ben Buxton." +msgid "Audi Quattro (5 cylinders)" msgstr "" #: hacks/config/engine.xml.h:2 +msgid "BMW M3 (4 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:3 +msgid "BMW M5 (6 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:4 +msgid "Corvette Z06 (8 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:5 +msgid "Dodge Viper (10 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:6 +msgid "" +"Draws a simple model of an engine that floats around the screen. Written by " +"Ben Buxton and Ed Beroset." +msgstr "" + +#: hacks/config/engine.xml.h:7 msgid "Engine" msgstr "" +#: hacks/config/engine.xml.h:9 +msgid "Honda Insight (3 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:10 +msgid "Jaguar XKE (12 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:11 +msgid "Porsche 911 (6 cylinders, flat)" +msgstr "" + +#: hacks/config/engine.xml.h:12 +msgid "Random Engine" +msgstr "" + +#: hacks/config/engine.xml.h:13 +msgid "Show Engine Name" +msgstr "" + +#: hacks/config/engine.xml.h:18 +msgid "Subaru XT (6 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:19 +msgid "VW Beetle (4 cylinders, flat)" +msgstr "" + #: hacks/config/epicycle.xml.h:4 msgid "Epicycle" msgstr "" @@ -2433,6 +2830,53 @@ msgid "" "planetary motion. Written by James Youngman." msgstr "" +#: hacks/config/eruption.xml.h:1 +msgid "An exposive version of XFlame. By W.P. van Paassen." +msgstr "" + +#: hacks/config/eruption.xml.h:2 +msgid "Cooling factor" +msgstr "" + +#: hacks/config/eruption.xml.h:4 +#, fuzzy +msgid "Eruption" +msgstr "Kirjeldus" + +#: hacks/config/eruption.xml.h:7 hacks/config/fluidballs.xml.h:9 +#: hacks/config/qix.xml.h:9 hacks/config/speedmine.xml.h:4 +msgid "Gravity" +msgstr "" + +#: hacks/config/eruption.xml.h:8 +msgid "Heat" +msgstr "" + +#: hacks/config/eruption.xml.h:9 +msgid "Inferno" +msgstr "" + +#: hacks/config/eruption.xml.h:10 +msgid "Little" +msgstr "" + +#: hacks/config/eruption.xml.h:13 +msgid "Negative" +msgstr "" + +#: hacks/config/eruption.xml.h:15 +#, fuzzy +msgid "Number of Particles" +msgstr "Puude arv" + +#: hacks/config/eruption.xml.h:16 +msgid "Pleasant" +msgstr "" + +#: hacks/config/eruption.xml.h:17 +msgid "Positive" +msgstr "" + #: hacks/config/euler2d.xml.h:2 msgid "Euler2d" msgstr "" @@ -2544,7 +2988,8 @@ msgstr "" msgid "0 Seconds" msgstr "" -#: hacks/config/flame.xml.h:2 hacks/config/maze.xml.h:2 +#: hacks/config/flame.xml.h:2 hacks/config/glslideshow.xml.h:2 +#: hacks/config/maze.xml.h:2 msgid "10 Seconds" msgstr "" @@ -2552,7 +2997,7 @@ msgstr "" msgid "Another iterative fractal generator. Written by Scott Draves." msgstr "" -#: hacks/config/flame.xml.h:4 +#: hacks/config/flame.xml.h:4 hacks/config/jigglypuff.xml.h:4 msgid "Complexity" msgstr "" @@ -2613,28 +3058,23 @@ msgid "Zoom In and Out" msgstr "" #: hacks/config/fluidballs.xml.h:1 -msgid "Ball Size" +msgid " Freefall" msgstr "" -#: hacks/config/fluidballs.xml.h:5 -msgid "FluidBalls" +#: hacks/config/fluidballs.xml.h:2 +msgid "Ball Size" msgstr "" -#: hacks/config/fluidballs.xml.h:6 -msgid "Freefall" +#: hacks/config/fluidballs.xml.h:4 +msgid "Clay" msgstr "" -#: hacks/config/fluidballs.xml.h:7 hacks/config/twang.xml.h:4 -msgid "Friction" -msgstr "" - -#: hacks/config/fluidballs.xml.h:8 -msgid "Glass" +#: hacks/config/fluidballs.xml.h:7 +msgid "FluidBalls" msgstr "" -#: hacks/config/fluidballs.xml.h:9 hacks/config/qix.xml.h:9 -#: hacks/config/speedmine.xml.h:4 -msgid "Gravity" +#: hacks/config/fluidballs.xml.h:8 hacks/config/twang.xml.h:4 +msgid "Friction" msgstr "" #: hacks/config/fluidballs.xml.h:10 @@ -2654,7 +3094,7 @@ msgid "" msgstr "" #: hacks/config/fluidballs.xml.h:15 -msgid "Sandpaper" +msgid "Rubber" msgstr "" #: hacks/config/fluidballs.xml.h:16 @@ -2673,6 +3113,96 @@ msgstr "" msgid "Wind" msgstr "" +#: hacks/config/flurry.xml.h:1 +msgid "Binary" +msgstr "" + +#: hacks/config/flurry.xml.h:2 +msgid "Classic" +msgstr "" + +#: hacks/config/flurry.xml.h:3 +#, fuzzy +msgid "Fire" +msgstr "_Fail" + +#: hacks/config/flurry.xml.h:4 +msgid "Flurry" +msgstr "" + +#: hacks/config/flurry.xml.h:5 +msgid "Insane" +msgstr "" + +#: hacks/config/flurry.xml.h:6 +msgid "Psychedelic" +msgstr "" + +#: hacks/config/flurry.xml.h:7 +msgid "RGB" +msgstr "" + +#: hacks/config/flurry.xml.h:8 hacks/config/jigglypuff.xml.h:13 +#: hacks/config/sballs.xml.h:10 hacks/config/whirlygig.xml.h:12 +msgid "Random" +msgstr "" + +#: hacks/config/flurry.xml.h:10 +msgid "" +"This port of the OSX screensaver of the same name draws a colourful star" +"(fish)like flurry of particles. xscreensaver port by Tobias Sargeant <" +"tobias.sargeant@bigpond.com> Original Mac version by Calum Robinson <" +"calumr@mac.com> http://homepage.mac.com/calumr" +msgstr "" + +#: hacks/config/flurry.xml.h:11 +msgid "Water" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:1 +msgid "" +"A fleet of 3d space-age jet-powered flying toasters (and toast!) Inspired by " +"the ancient Berkeley Systems After Dark flying toasters. By Jamie Zawinski " +"and Baconmonkey." +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:2 +#, fuzzy +msgid "Air Speed" +msgstr "Kiirus" + +#: hacks/config/flyingtoasters.xml.h:4 +msgid "Chrome Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:6 +msgid "Flying Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:7 hacks/config/glslideshow.xml.h:16 +#: hacks/config/jigglypuff.xml.h:12 hacks/config/juggle.xml.h:6 +#: hacks/config/pipes.xml.h:10 +msgid "None" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:8 +#, fuzzy +msgid "Number of Slices" +msgstr "Puude arv" + +#: hacks/config/flyingtoasters.xml.h:9 +#, fuzzy +msgid "Number of Toasters" +msgstr "Puude arv" + +#: hacks/config/flyingtoasters.xml.h:12 +msgid "Solid Colors" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:13 +msgid "Swarm" +msgstr "" + #: hacks/config/forest.xml.h:2 hacks/config/glforestfire.xml.h:6 msgid "Forest" msgstr "" @@ -2755,7 +3285,7 @@ msgstr "Ekraanipilt" msgid "Wave Speed" msgstr "" -#: hacks/config/gflux.xml.h:15 +#: hacks/config/gflux.xml.h:15 hacks/config/glmatrix.xml.h:20 msgid "Waves" msgstr "" @@ -2763,6 +3293,25 @@ msgstr "" msgid "Wire Mesh" msgstr "" +#: hacks/config/glblur.xml.h:1 +msgid "Blur Smoothness" +msgstr "" + +#: hacks/config/glblur.xml.h:5 +msgid "GLBlur" +msgstr "" + +#: hacks/config/glblur.xml.h:18 +msgid "" +"This program draws a box and a few line segments, and generates a radial " +"blur outward from it. This creates flowing field effects. This is done by " +"rendering the scene into a small texture, then repeatedly rendering " +"increasingly-enlarged and increasingly-transparent versions of that texture " +"onto the frame buffer. As such, it's quite graphics intensive: don't bother " +"trying to run this if you don't have hardware-accelerated OpenGL texture " +"support. It will hurt your machine bad." +msgstr "" + #: hacks/config/glforestfire.xml.h:2 msgid "Desert" msgstr "Kõrb" @@ -2774,7 +3323,7 @@ msgid "" "for texture maps. Written by Eric Lassauge <lassauge@mail.dotcom.fr>." msgstr "" -#: hacks/config/glforestfire.xml.h:5 +#: hacks/config/glforestfire.xml.h:5 hacks/config/glmatrix.xml.h:9 msgid "Fog" msgstr "" @@ -2798,39 +3347,161 @@ msgstr "Puude arv" msgid "Rain" msgstr "" -#: hacks/config/glforestfire.xml.h:17 -msgid "Track mouse" +#: hacks/config/glforestfire.xml.h:17 +msgid "Track mouse" +msgstr "" + +#: hacks/config/glknots.xml.h:4 +msgid "GLKnots" +msgstr "" + +#: hacks/config/glknots.xml.h:5 +msgid "" +"Generates some twisting 3d knot patterns. Spins 'em around. Written by Jamie " +"Zawinski." +msgstr "" + +#: hacks/config/glknots.xml.h:7 hacks/config/lavalite.xml.h:17 +#: hacks/config/spheremonics.xml.h:9 +msgid "Resolution" +msgstr "" + +#: hacks/config/glknots.xml.h:15 +msgid "Segmented" +msgstr "" + +#: hacks/config/glknots.xml.h:18 hacks/config/lavalite.xml.h:28 +msgid "Smooth" +msgstr "" + +#: hacks/config/glmatrix.xml.h:2 hacks/config/xmatrix.xml.h:1 +msgid "Binary Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:4 +msgid "Draw Glyphs" +msgstr "" + +#: hacks/config/glmatrix.xml.h:5 +msgid "Draw Outlines" +msgstr "" + +#: hacks/config/glmatrix.xml.h:6 +msgid "Draw Solid Boxes" +msgstr "" + +#: hacks/config/glmatrix.xml.h:7 +msgid "" +"Draws 3D dropping characters similar to what is seen in the title sequence " +"of \"The Matrix\". See also \"xmatrix\" for a 2D rendering of the similar " +"effect that appeared on the computer monitors actually *in* the movie. " +"Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/glmatrix.xml.h:10 +msgid "GLMatrix" +msgstr "" + +#: hacks/config/glmatrix.xml.h:11 hacks/config/xmatrix.xml.h:7 +msgid "Genetic Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:12 +msgid "Glyph Density" +msgstr "" + +#: hacks/config/glmatrix.xml.h:13 +#, fuzzy +msgid "Glyph Speed" +msgstr "Kiirus" + +#: hacks/config/glmatrix.xml.h:14 hacks/config/xmatrix.xml.h:8 +msgid "Hexadecimal Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:15 hacks/config/xmatrix.xml.h:11 +msgid "Matrix Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:16 +msgid "Panning" +msgstr "" + +#: hacks/config/glplanet.xml.h:1 +msgid "" +"Draws a planet bouncing around in space. Written by David Konerding. The " +"built-in image is a map of the earth (extracted from `xearth'), but you can " +"wrap any texture around the sphere, e.g., the planetary textures that come " +"with `ssystem'." +msgstr "" + +#: hacks/config/glplanet.xml.h:3 +msgid "GLPlanet" +msgstr "" + +#: hacks/config/glplanet.xml.h:4 +msgid "Image File" +msgstr "" + +#: hacks/config/glslideshow.xml.h:4 hacks/config/rd-bomb.xml.h:5 +#, no-c-format +msgid "100%" +msgstr "" + +#: hacks/config/glslideshow.xml.h:5 hacks/config/glsnake.xml.h:2 +#: hacks/config/penrose.xml.h:2 +msgid "30 Seconds" +msgstr "" + +#: hacks/config/glslideshow.xml.h:6 +#, fuzzy +msgid "5 Minutes" +msgstr "2 minutit" + +#: hacks/config/glslideshow.xml.h:8 +#, no-c-format +msgid "50%" +msgstr "" + +#: hacks/config/glslideshow.xml.h:9 +msgid "Always show at least this much of the image:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:10 +#, fuzzy +msgid "Crossfade Duration:" +msgstr "Kestus" + +#: hacks/config/glslideshow.xml.h:11 +msgid "Frame Rate:" msgstr "" -#: hacks/config/glforestfire.xml.h:18 hacks/config/lament.xml.h:8 -#: hacks/config/sballs.xml.h:17 -msgid "Untextured" +#: hacks/config/glslideshow.xml.h:12 +msgid "GLSlideshow" msgstr "" -#: hacks/config/glplanet.xml.h:1 +#: hacks/config/glslideshow.xml.h:14 msgid "" -"Draws a planet bouncing around in space. Written by David Konerding. The " -"built-in image is a map of the earth (extracted from `xearth'), but you can " -"wrap any texture around the sphere, e.g., the planetary textures that come " -"with `ssystem'." +"Loads a random sequence of images and smoothly scans and zooms around in " +"each, fading from pan to pan. You can set the directory from which images " +"are loaded on the \"Advanced\" tab. This program requires a good video card " +"capable of supporting large textures. Written by Jamie Zawinski and Mike " +"Oliphant." msgstr "" -#: hacks/config/glplanet.xml.h:3 -msgid "GLPlanet" -msgstr "" +#: hacks/config/glslideshow.xml.h:17 +#, fuzzy +msgid "Pan/Zoom Duration:" +msgstr "Kestus" -#: hacks/config/glplanet.xml.h:4 -msgid "Image File" +#: hacks/config/glslideshow.xml.h:19 +msgid "Time until loading a new image:" msgstr "" #: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 msgid "1" msgstr "" -#: hacks/config/glsnake.xml.h:2 hacks/config/penrose.xml.h:2 -msgid "30 Seconds" -msgstr "" - #: hacks/config/glsnake.xml.h:3 msgid "" "Draws a simulation of the Rubik's Snake puzzle. Written by Jamie Wilkinson, " @@ -2971,6 +3642,50 @@ msgid "" "This draws random colored and stippled rectangles. Written by Jamie Zawinski." msgstr "" +#: hacks/config/halftone.xml.h:1 +msgid "Delay (Large = low cpu load)" +msgstr "" + +#: hacks/config/halftone.xml.h:2 +msgid "Dot fill factor" +msgstr "" + +#: hacks/config/halftone.xml.h:3 +msgid "Dot size" +msgstr "" + +#: hacks/config/halftone.xml.h:4 +msgid "" +"Draws the gravity force in each point on the screen seen through a halftone " +"dot pattern. The gravity force is calculated from a set of moving mass " +"points. View it from a distance for best effect. Written by Peter Jaric <" +"peter@jaric.org>." +msgstr "" + +#: hacks/config/halftone.xml.h:5 +msgid "Gravity points" +msgstr "" + +#: hacks/config/halftone.xml.h:6 +msgid "Halftone" +msgstr "" + +#: hacks/config/halftone.xml.h:10 +msgid "Maximum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:11 +msgid "Maximum speed" +msgstr "" + +#: hacks/config/halftone.xml.h:12 +msgid "Minimum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:13 +msgid "Minimum speed" +msgstr "" + #: hacks/config/halo.xml.h:1 msgid "Animate Circles" msgstr "" @@ -3125,6 +3840,105 @@ msgid "" "brain will melt. Written by Joe Keane, Fritz Mueller, and Jamie Zawinski." msgstr "" +#: hacks/config/hypertorus.xml.h:1 +msgid "-4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:2 +msgid "4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:3 +msgid "4D Hypertorus" +msgstr "" + +#: hacks/config/hypertorus.xml.h:4 +#, fuzzy +msgid "Color Wheel" +msgstr "Värv" + +#: hacks/config/hypertorus.xml.h:5 +msgid "Display Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:7 +msgid "Orthographic 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:8 +msgid "Orthographic 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:9 +msgid "Perspective 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:10 +msgid "Perspective 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:11 +msgid "See-Through Bands" +msgstr "" + +#: hacks/config/hypertorus.xml.h:14 +msgid "Solid Object" +msgstr "" + +#: hacks/config/hypertorus.xml.h:15 hacks/config/pulsar.xml.h:16 +msgid "Solid Surface" +msgstr "" + +#: hacks/config/hypertorus.xml.h:16 +msgid "" +"This program shows a rotating Clifford Torus: a torus lying on the \"surface" +"\" of a 4D hypersphere. Written by Carsten Steger, inspired by Thomas " +"Banchoff's book \"Beyond the Third Dimension: Geometry, Computer Graphics, " +"and Higher Dimensions\", Scientific American Library, 1990." +msgstr "" + +#: hacks/config/hypertorus.xml.h:17 +msgid "Transparent Surface" +msgstr "" + +#: hacks/config/hypertorus.xml.h:18 +msgid "Two-Sided" +msgstr "" + +#: hacks/config/hypertorus.xml.h:19 +#, fuzzy +msgid "WX Rotation Speed" +msgstr "Animatsiooni kiirus" + +#: hacks/config/hypertorus.xml.h:20 +#, fuzzy +msgid "WY Rotation Speed" +msgstr "Animatsiooni kiirus" + +#: hacks/config/hypertorus.xml.h:21 +#, fuzzy +msgid "WZ Rotation Speed" +msgstr "Animatsiooni kiirus" + +#: hacks/config/hypertorus.xml.h:22 +msgid "Wireframe Mesh" +msgstr "" + +#: hacks/config/hypertorus.xml.h:23 +#, fuzzy +msgid "XY Rotation Speed" +msgstr "Animatsiooni kiirus" + +#: hacks/config/hypertorus.xml.h:24 +#, fuzzy +msgid "XZ Rotation Speed" +msgstr "Animatsiooni kiirus" + +#: hacks/config/hypertorus.xml.h:25 +#, fuzzy +msgid "YZ Rotation Speed" +msgstr "Animatsiooni kiirus" + #: hacks/config/ifs.xml.h:2 msgid "IFS" msgstr "" @@ -3193,6 +4007,95 @@ msgstr "" msgid "Wave Size" msgstr "" +#: hacks/config/jigglypuff.xml.h:2 +msgid "Chrome" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:3 +msgid "Clown barf" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:5 +msgid "Cycle" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:7 +msgid "Flower box" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:9 +msgid "Inertial damping" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:10 +msgid "JigglyPuff" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:14 +#, fuzzy +msgid "Rotation speed" +msgstr "Animatsiooni kiirus" + +#: hacks/config/jigglypuff.xml.h:17 hacks/config/sphere.xml.h:7 +msgid "Sphere" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:18 +msgid "Sphere strength" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:19 +msgid "Spookiness" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:20 +msgid "Spoooooky" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:21 hacks/config/sballs.xml.h:16 +msgid "Tetrahedron" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:22 +msgid "" +"This little gem does bad things with quasi-spherical objects. The gist of it " +"is that you have what is, structurally, a tetrahedron with tesselated faces. " +"the vertices on these faces have forces on them in the form of one " +"proportional to their distance from the surface of a sphere, and one which " +"is proportional to how far they differ from some ideal distance from their " +"neighbors. They also have inertia. The forces and distance are parameters " +"and there are also a couple of visual parameters. The resulting effect can " +"range from a shape that does nothing, to a frenetic polygon storm. Somewhere " +"in between there it usually manifests as a blob that jiggles in a kind of " +"disturbing manner. woo. It doesn't matter, however. You should just pick " +"'random'. It overrides all the other options, except for fps, delay and " +"complexity. By Keith Macleod" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:23 +msgid "Vertex-vertex behavior" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:24 +msgid "Vertex-vertex force" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:26 +msgid "collapse" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:27 +msgid "expand" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:28 +msgid "none" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:29 +msgid "strong" +msgstr "" + #: hacks/config/jigsaw.xml.h:4 msgid "Jigsaw" msgstr "" @@ -3223,10 +4126,6 @@ msgstr "" msgid "Juggle" msgstr "" -#: hacks/config/juggle.xml.h:6 hacks/config/pipes.xml.h:10 -msgid "None" -msgstr "" - #: hacks/config/julia.xml.h:3 hacks/config/rorschach.xml.h:4 msgid "Iterations" msgstr "" @@ -3269,6 +4168,24 @@ msgstr "" msgid "Trails" msgstr "" +#: hacks/config/klein.xml.h:3 +msgid "Klein" +msgstr "" + +#: hacks/config/klein.xml.h:10 +msgid "" +"This draws a visualization of a Klein bottle or some other interesting " +"parametric surfaces. Written by Andrey Mirtchovski." +msgstr "" + +#: hacks/config/klein.xml.h:11 +msgid "Use Randomized Surfaces and Primitives" +msgstr "" + +#: hacks/config/klein.xml.h:12 +msgid "Wander Around the Screen" +msgstr "" + #: hacks/config/kumppa.xml.h:5 msgid "Kumppa" msgstr "" @@ -3352,18 +4269,10 @@ msgstr "" msgid "Random Lamp Style" msgstr "" -#: hacks/config/lavalite.xml.h:17 hacks/config/spheremonics.xml.h:9 -msgid "Resolution" -msgstr "" - #: hacks/config/lavalite.xml.h:18 msgid "Rocket Lavalite" msgstr "" -#: hacks/config/lavalite.xml.h:27 -msgid "Smooth" -msgstr "" - #: hacks/config/lightning.xml.h:2 msgid "Lightning" msgstr "" @@ -3509,6 +4418,33 @@ msgid "" "by Jamie Zawinski." msgstr "" +#: hacks/config/metaballs.xml.h:1 +msgid "Big" +msgstr "" + +#: hacks/config/metaballs.xml.h:2 +msgid "" +"Draws two dimensional metaballs: overlapping and merging balls with fuzzy " +"edges. By W.P. van Paassen." +msgstr "" + +#: hacks/config/metaballs.xml.h:7 +msgid "MetaBall Movement" +msgstr "" + +#: hacks/config/metaballs.xml.h:8 +msgid "MetaBall Radius" +msgstr "" + +#: hacks/config/metaballs.xml.h:9 +msgid "MetaBalls" +msgstr "" + +#: hacks/config/metaballs.xml.h:11 +#, fuzzy +msgid "Number of MetaBalls" +msgstr "Puude arv" + #: hacks/config/moebius.xml.h:1 msgid "" "Another M. C. Escher hack by Marcelo Vianna, this one draws ``Moebius Strip " @@ -3864,6 +4800,28 @@ msgstr "" msgid "Scale" msgstr "" +#: hacks/config/piecewise.xml.h:1 +msgid "Color shifting speed" +msgstr "" + +#: hacks/config/piecewise.xml.h:6 +msgid "Maximum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:7 +msgid "Minimum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:8 +msgid "Piecewise" +msgstr "" + +#: hacks/config/piecewise.xml.h:12 +msgid "" +"This draws a bunch of moving circles which switch from visibility to " +"invisibility at intersection points. Written by Geoffrey Irving." +msgstr "" + #: hacks/config/pipes.xml.h:1 msgid "Allow Tight Turns" msgstr "" @@ -3924,6 +4882,35 @@ msgid "" "puzzle pieces. Written by Stephen Montgomery-Smith." msgstr "" +#: hacks/config/popsquares.xml.h:1 +msgid "Border" +msgstr "" + +#: hacks/config/popsquares.xml.h:2 +msgid "End color" +msgstr "" + +#: hacks/config/popsquares.xml.h:7 +msgid "Start color" +msgstr "" + +#: hacks/config/popsquares.xml.h:8 +msgid "Subdivision" +msgstr "" + +#: hacks/config/popsquares.xml.h:9 +msgid "" +"This draws a pop-art-ish looking grid of pulsing colors. By Levi Burton." +msgstr "" + +#: hacks/config/popsquares.xml.h:10 +msgid "Twitch" +msgstr "" + +#: hacks/config/popsquares.xml.h:11 +msgid "popsquares" +msgstr "" + #: hacks/config/pulsar.xml.h:1 msgid "Anti-alias Lines" msgstr "" @@ -3971,10 +4958,6 @@ msgstr "" msgid "Quad Count" msgstr "" -#: hacks/config/pulsar.xml.h:16 -msgid "Solid Surface" -msgstr "" - #: hacks/config/pulsar.xml.h:18 msgid "Texture PPM File" msgstr "" @@ -3987,10 +4970,6 @@ msgstr "" msgid "Launch Frequency" msgstr "" -#: hacks/config/pyro.xml.h:8 -msgid "Often" -msgstr "" - #: hacks/config/pyro.xml.h:9 msgid "Particle Density" msgstr "" @@ -4068,11 +5047,6 @@ msgstr "" msgid "1%" msgstr "" -#: hacks/config/rd-bomb.xml.h:5 -#, no-c-format -msgid "100%" -msgstr "" - #: hacks/config/rd-bomb.xml.h:7 msgid "" "Another variation of the `Bomb' program by Scott Draves. This draws a grid " @@ -4284,10 +5258,6 @@ msgstr "" msgid "Pyramid" msgstr "" -#: hacks/config/sballs.xml.h:10 -msgid "Random" -msgstr "" - #: hacks/config/sballs.xml.h:11 msgid "Sballs" msgstr "" @@ -4296,10 +5266,6 @@ msgstr "" msgid "Star" msgstr "" -#: hacks/config/sballs.xml.h:16 -msgid "Tetrahedron" -msgstr "" - #: hacks/config/shadebobs.xml.h:7 msgid "ShadeBobs" msgstr "" @@ -4450,10 +5416,6 @@ msgid "" "Duff in 1982." msgstr "" -#: hacks/config/sphere.xml.h:7 -msgid "Sphere" -msgstr "" - #: hacks/config/sphereEversion.xml.h:1 msgid "SphereEversion" msgstr "" @@ -4485,7 +5447,7 @@ msgid "" "angular momentum operators. Written by Paul Bourke and Jamie Zawinski." msgstr "" -#: hacks/config/spiral.xml.h:2 +#: hacks/config/spiral.xml.h:2 hacks/config/superquadrics.xml.h:2 msgid "Cycles" msgstr "" @@ -4558,10 +5520,9 @@ msgid "" "work with some window managers, but not with others, so your mileage may " "vary. SSystem was once available at <http://www1.las.es/~amil/ssystem/" ">, but is now gone. You may still be able to find copies elsewhere. " -"SSystem has since evolved into two different programs: OpenUniverse (http://" -"openuniverse.sourceforge.net/) and Celestia (http://www.shatters.net/" -"celestia/). Sadly, neither of these programs work with xscreensaver at all. " -"You are encouraged to nag their authors into adding xscreensaver support!" +"SSystem has since evolved into Celestia, found at <http://www.shatters." +"net/celestia/>. Sadly, Celestia does not work with xscreensaver at all. " +"You are encouraged to nag the authors into adding xscreensaver support!" msgstr "" #: hacks/config/stairs.xml.h:6 @@ -4679,14 +5640,14 @@ msgid "" "Written by Massimino Pascal." msgstr "" -#: hacks/config/superquadrics.xml.h:2 +#: hacks/config/superquadrics.xml.h:3 msgid "" "Ed Mackey reports that he wrote the first version of this program in BASIC " "on a Commodore 64 in 1987, as a 320x200 black and white wireframe. Now it is " "GL and has specular reflections." msgstr "" -#: hacks/config/superquadrics.xml.h:10 +#: hacks/config/superquadrics.xml.h:11 msgid "Superquadrics" msgstr "" @@ -4907,17 +5868,62 @@ msgid "Amplitude" msgstr "" #: hacks/config/whirlygig.xml.h:2 +msgid "Circle" +msgstr "" + +#: hacks/config/whirlygig.xml.h:3 msgid "Draws zooming chains of sinusoidal spots. Written by Ashton Trey Belew." msgstr "" +#: hacks/config/whirlygig.xml.h:4 +msgid "Explain modes" +msgstr "" + #: hacks/config/whirlygig.xml.h:5 -msgid "Whirlies" +msgid "Fun" msgstr "" #: hacks/config/whirlygig.xml.h:6 +msgid "Funky" +msgstr "" + +#: hacks/config/whirlygig.xml.h:7 +msgid "Innie" +msgstr "" + +#: hacks/config/whirlygig.xml.h:8 +msgid "Leave a trail" +msgstr "" + +#: hacks/config/whirlygig.xml.h:9 +msgid "Linear" +msgstr "" + +#: hacks/config/whirlygig.xml.h:11 +msgid "Lissajous" +msgstr "" + +#: hacks/config/whirlygig.xml.h:15 +#, fuzzy +msgid "Test" +msgstr "Parim" + +#: hacks/config/whirlygig.xml.h:16 +msgid "Use Double Buffering" +msgstr "" + +#: hacks/config/whirlygig.xml.h:17 +msgid "Whirlies" +msgstr "" + +#: hacks/config/whirlygig.xml.h:18 msgid "WhirlyGig" msgstr "" +#: hacks/config/whirlygig.xml.h:19 +msgid "Wrap the screen" +msgstr "" + #: hacks/config/worm.xml.h:1 msgid "" "An ancient xlock hack that draws multicolored worms that crawl around the " @@ -4934,7 +5940,7 @@ msgid "" "XaoS generates fast fly-through animations of the Mandelbrot and other " "fractal sets. Written by Thomas Marsh and Jan Hubicka. This is not included " "with the XScreenSaver package, but if you don't have it already, you can " -"find it at <http://limax.paru.cas.cz/~hubicka/XaoS/>." +"find it at <http://xaos.theory.org/>." msgstr "" #: hacks/config/xdaliclock.xml.h:1 @@ -4957,7 +5963,7 @@ msgstr "" msgid "Huge Font" msgstr "" -#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:9 +#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:10 msgid "Large Font" msgstr "" @@ -4965,7 +5971,7 @@ msgstr "" msgid "Medium Font" msgstr "" -#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:16 msgid "Small Font" msgstr "" @@ -5134,14 +6140,12 @@ msgstr "" msgid "Xlyap" msgstr "" -#: hacks/config/xmatrix.xml.h:1 +#: hacks/config/xmatrix.xml.h:3 msgid "" -"A rendition of the text scrolls seen in the movie ``The Matrix.'' Written by " -"Jamie Zawinski." -msgstr "" - -#: hacks/config/xmatrix.xml.h:2 -msgid "Binary Encoding" +"Draws dropping characters similar to what is seen on the computer monitors " +"in \"The Matrix\". See also \"glmatrix\" for a 3D rendering of the similar " +"effect that appeared in the title sequence of the movie. Written by Jamie " +"Zawinski." msgstr "" #: hacks/config/xmatrix.xml.h:4 @@ -5152,35 +6156,27 @@ msgstr "" msgid "Full" msgstr "" -#: hacks/config/xmatrix.xml.h:7 -msgid "Genetic Encoding" -msgstr "" - -#: hacks/config/xmatrix.xml.h:8 -msgid "Hexadecimal Encoding" -msgstr "" - -#: hacks/config/xmatrix.xml.h:10 -msgid "Matrix Encoding" +#: hacks/config/xmatrix.xml.h:9 +msgid "Knock Knock" msgstr "" -#: hacks/config/xmatrix.xml.h:11 +#: hacks/config/xmatrix.xml.h:12 msgid "Phone Number" msgstr "" -#: hacks/config/xmatrix.xml.h:12 +#: hacks/config/xmatrix.xml.h:13 msgid "Run Trace Program" msgstr "" -#: hacks/config/xmatrix.xml.h:13 +#: hacks/config/xmatrix.xml.h:14 msgid "Slider Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:18 +#: hacks/config/xmatrix.xml.h:19 msgid "Synergistic Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:19 +#: hacks/config/xmatrix.xml.h:20 msgid "Xmatrix" msgstr "" @@ -5285,5 +6281,11 @@ msgid "" "than just a simple zoom. Written by James Macnicol." msgstr "" +#~ msgid "Configure the settings of the screensaver." +#~ msgstr "Ekraanisäästja häälestus" + +#~ msgid "Preview of screen saver" +#~ msgstr "Ekraanisäästja eelvaade" + #~ msgid "Advanced >>" #~ msgstr "Edasijõudnutele >>" diff --git a/po/fi.po b/po/fi.po index 337302c7..b1f5f457 100644 --- a/po/fi.po +++ b/po/fi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2002-06-18 21:56+0200\n" +"POT-Creation-Date: 2003-07-24 19:05+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -14,36 +14,41 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: driver/demo-Gtk-conf.c:729 +#: driver/demo-Gtk-conf.c:731 msgid "Browse..." msgstr "" -#: driver/demo-Gtk-conf.c:1021 +#: driver/demo-Gtk-conf.c:1023 msgid "Select file." msgstr "" -#: driver/demo-Gtk-support.c:121 +#: driver/demo-Gtk-support.c:135 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "" -#: driver/demo-Gtk-support.c:130 +#: driver/demo-Gtk-support.c:147 driver/demo-Gtk-support.c:179 #, c-format msgid "Error loading pixmap file: %s" msgstr "" +#: driver/demo-Gtk-support.c:182 +#, c-format +msgid "reason: %s\n" +msgstr "" + #: driver/demo-Gtk-widgets.c:155 driver/xscreensaver-demo.glade.h:89 -#: driver/xscreensaver-demo.glade2.h:43 +#: driver/xscreensaver-demo.glade2.h:65 #, fuzzy msgid "XScreenSaver" -msgstr "Ruudunsäästäjä" +msgstr "Ruudunsstj" -#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:54 +#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:76 msgid "_File" msgstr "" #: driver/demo-Gtk-widgets.c:196 driver/xscreensaver-demo.glade.h:93 -#: driver/xscreensaver-demo.glade2.h:48 +#: driver/xscreensaver-demo.glade2.h:70 msgid "_Blank Screen Now" msgstr "" @@ -53,7 +58,7 @@ msgid "" msgstr "" #: driver/demo-Gtk-widgets.c:209 driver/xscreensaver-demo.glade.h:97 -#: driver/xscreensaver-demo.glade2.h:58 +#: driver/xscreensaver-demo.glade2.h:80 msgid "_Lock Screen Now" msgstr "" @@ -62,7 +67,7 @@ msgid "Lock the screen now (even if \"Lock Screen\" is unchecked.)" msgstr "" #: driver/demo-Gtk-widgets.c:222 driver/xscreensaver-demo.glade.h:96 -#: driver/xscreensaver-demo.glade2.h:56 +#: driver/xscreensaver-demo.glade2.h:78 msgid "_Kill Daemon" msgstr "" @@ -71,7 +76,7 @@ msgid "Tell the running XScreenSaver daemon to exit." msgstr "" #: driver/demo-Gtk-widgets.c:235 driver/xscreensaver-demo.glade.h:98 -#: driver/xscreensaver-demo.glade2.h:64 +#: driver/xscreensaver-demo.glade2.h:86 msgid "_Restart Daemon" msgstr "" @@ -89,12 +94,12 @@ msgid "" "running in the background.)" msgstr "" -#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:55 +#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:77 msgid "_Help" msgstr "" #: driver/demo-Gtk-widgets.c:290 driver/xscreensaver-demo.glade.h:92 -#: driver/xscreensaver-demo.glade2.h:44 +#: driver/xscreensaver-demo.glade2.h:66 msgid "_About..." msgstr "" @@ -103,7 +108,7 @@ msgid "Display version information." msgstr "" #: driver/demo-Gtk-widgets.c:303 driver/xscreensaver-demo.glade.h:94 -#: driver/xscreensaver-demo.glade2.h:53 +#: driver/xscreensaver-demo.glade2.h:75 msgid "_Documentation..." msgstr "" @@ -116,7 +121,7 @@ msgid "Cycle After" msgstr "" #: driver/demo-Gtk-widgets.c:364 driver/xscreensaver-demo.glade.h:78 -#: driver/xscreensaver-demo.glade2.h:42 +#: driver/xscreensaver-demo.glade2.h:54 msgid "Whether a password should be required to un-blank the screen." msgstr "" @@ -130,23 +135,24 @@ msgstr "" #: driver/demo-Gtk-widgets.c:397 driver/demo-Gtk-widgets.c:447 #: driver/demo-Gtk-widgets.c:461 driver/demo-Gtk-widgets.c:1010 -#: driver/xscreensaver-demo.glade.h:43 driver/xscreensaver-demo.glade2.h:26 +#: driver/xscreensaver-demo.glade.h:43 msgid "How long before the monitor goes completely black." msgstr "" #: driver/demo-Gtk-widgets.c:401 driver/demo-Gtk-widgets.c:413 #: driver/demo-Gtk-widgets.c:425 driver/demo-Gtk-widgets.c:1014 #: driver/demo-Gtk-widgets.c:1026 driver/demo-Gtk-widgets.c:1038 -#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:70 +#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:92 msgid "minutes" msgstr "" -#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2661 +#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2831 #: driver/xscreensaver-demo.glade.h:58 msgid "Preview" msgstr "" #: driver/demo-Gtk-widgets.c:484 driver/xscreensaver-demo.glade.h:21 +#: driver/xscreensaver-demo.glade2.h:12 msgid "" "Demo the selected screen saver in full-screen mode (click the mouse to " "return.)" @@ -157,6 +163,7 @@ msgid "Settings..." msgstr "" #: driver/demo-Gtk-widgets.c:494 driver/xscreensaver-demo.glade.h:17 +#: driver/xscreensaver-demo.glade2.h:9 msgid "Customization and explanation of the selected screen saver." msgstr "" @@ -165,10 +172,10 @@ msgid "Mode:" msgstr "" #: driver/demo-Gtk-widgets.c:533 driver/xscreensaver-demo.glade.h:25 -#: driver/xscreensaver-demo.glade2.h:14 +#: driver/xscreensaver-demo.glade2.h:16 #, fuzzy msgid "Disable Screen Saver" -msgstr "Ruudunsäästäjä" +msgstr "Ruudunsstj" #: driver/demo-Gtk-widgets.c:536 driver/xscreensaver-demo.glade.h:9 #: driver/xscreensaver-demo.glade2.h:5 @@ -176,33 +183,34 @@ msgid "Blank Screen Only" msgstr "" #: driver/demo-Gtk-widgets.c:539 driver/xscreensaver-demo.glade.h:56 -#: driver/xscreensaver-demo.glade2.h:32 +#: driver/xscreensaver-demo.glade2.h:42 #, fuzzy msgid "Only One Screen Saver" -msgstr "Ruudunsäästäjä" +msgstr "Ruudunsstj" #: driver/demo-Gtk-widgets.c:542 driver/xscreensaver-demo.glade.h:60 -#: driver/xscreensaver-demo.glade2.h:35 +#: driver/xscreensaver-demo.glade2.h:44 #, fuzzy msgid "Random Screen Saver" -msgstr "Ruudunsäästäjä" +msgstr "Ruudunsstj" -#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2034 +#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2120 #: driver/xscreensaver-demo.glade.h:75 msgid "Use" msgstr "" -#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2044 +#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2130 #: driver/xscreensaver-demo.glade.h:63 #, fuzzy msgid "Screen Saver" -msgstr "Ruudunsäästäjä" +msgstr "Ruudunsstj" #: driver/demo-Gtk-widgets.c:638 driver/xscreensaver-demo.glade.h:91 msgid "\\/" msgstr "" #: driver/demo-Gtk-widgets.c:646 driver/xscreensaver-demo.glade.h:61 +#: driver/xscreensaver-demo.glade2.h:45 msgid "" "Run the next screen saver in the list in full-screen mode (click the mouse " "to return.)" @@ -213,13 +221,14 @@ msgid "/\\" msgstr "" #: driver/demo-Gtk-widgets.c:656 driver/xscreensaver-demo.glade.h:62 +#: driver/xscreensaver-demo.glade2.h:46 msgid "" "Run the previous screen saver in the list in full-screen mode (click the " "mouse to return.)" msgstr "" #: driver/demo-Gtk-widgets.c:658 driver/demo-Gtk-widgets.c:1601 -#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:11 +#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:13 msgid "Description" msgstr "" @@ -228,11 +237,12 @@ msgid "Display Modes" msgstr "" #: driver/demo-Gtk-widgets.c:701 driver/xscreensaver-demo.glade.h:23 -#: driver/xscreensaver-demo.glade2.h:12 +#: driver/xscreensaver-demo.glade2.h:14 msgid "Diagnostics" msgstr "" #: driver/demo-Gtk-widgets.c:745 driver/xscreensaver-demo.glade.h:80 +#: driver/xscreensaver-demo.glade2.h:56 msgid "Whether the daemon should print lots of debugging information." msgstr "" @@ -241,6 +251,7 @@ msgid "Verbose Diagnostics" msgstr "" #: driver/demo-Gtk-widgets.c:762 driver/xscreensaver-demo.glade.h:79 +#: driver/xscreensaver-demo.glade2.h:55 msgid "" "Whether any error output of the display modes should be redirected to the " "screen." @@ -251,6 +262,7 @@ msgid "Display Subprocess Errors" msgstr "" #: driver/demo-Gtk-widgets.c:779 driver/xscreensaver-demo.glade.h:87 +#: driver/xscreensaver-demo.glade2.h:63 msgid "" "Whether the splash screen (with the version number and `Help' button) should " "be momentarily displayed when the daemon first starts up." @@ -266,6 +278,7 @@ msgid "Colormaps" msgstr "" #: driver/demo-Gtk-widgets.c:834 driver/xscreensaver-demo.glade.h:88 +#: driver/xscreensaver-demo.glade2.h:64 msgid "" "Whether to install a private colormap when running in 8-bit mode on the " "default Visual." @@ -276,6 +289,7 @@ msgid "Install Colormap" msgstr "" #: driver/demo-Gtk-widgets.c:859 driver/xscreensaver-demo.glade.h:86 +#: driver/xscreensaver-demo.glade2.h:62 msgid "" "Whether the screen should slowly fade to black when the screen saver " "activates." @@ -286,6 +300,7 @@ msgid "Fade To Black When Blanking" msgstr "" #: driver/demo-Gtk-widgets.c:876 driver/xscreensaver-demo.glade.h:85 +#: driver/xscreensaver-demo.glade2.h:61 msgid "" "Whether the screen should slowly fade in from black when the screen saver " "deactivates." @@ -300,20 +315,22 @@ msgid "Fade Duration" msgstr "" #: driver/demo-Gtk-widgets.c:922 driver/xscreensaver-demo.glade.h:44 +#: driver/xscreensaver-demo.glade2.h:31 msgid "How long it should take for the screen to fade in and out." msgstr "" #: driver/demo-Gtk-widgets.c:926 driver/xscreensaver-demo.glade.h:100 -#: driver/xscreensaver-demo.glade2.h:73 +#: driver/xscreensaver-demo.glade2.h:96 msgid "seconds" msgstr "" #: driver/demo-Gtk-widgets.c:936 driver/xscreensaver-demo.glade.h:27 -#: driver/xscreensaver-demo.glade2.h:15 +#: driver/xscreensaver-demo.glade2.h:17 msgid "Display Power Management" msgstr "" #: driver/demo-Gtk-widgets.c:980 driver/xscreensaver-demo.glade.h:84 +#: driver/xscreensaver-demo.glade2.h:60 msgid "Whether the monitor should be powered down after a while." msgstr "" @@ -334,19 +351,22 @@ msgid "Standby After" msgstr "" #: driver/demo-Gtk-widgets.c:1099 driver/xscreensaver-demo.glade.h:45 +#: driver/xscreensaver-demo.glade2.h:33 msgid "How long until the monitor goes into power-saving mode." msgstr "" #: driver/demo-Gtk-widgets.c:1113 driver/xscreensaver-demo.glade.h:46 +#: driver/xscreensaver-demo.glade2.h:34 msgid "How long until the monitor powers down." msgstr "" #: driver/demo-Gtk-widgets.c:1117 driver/xscreensaver-demo.glade.h:47 -#: driver/xscreensaver-demo.glade2.h:27 +#: driver/xscreensaver-demo.glade2.h:35 msgid "Image Manipulation" msgstr "" #: driver/demo-Gtk-widgets.c:1161 driver/xscreensaver-demo.glade.h:81 +#: driver/xscreensaver-demo.glade2.h:57 msgid "" "Whether the image-manipulating modes should be allowed to operate on an " "image of your desktop." @@ -367,6 +387,7 @@ msgid "Grab Video Frames" msgstr "" #: driver/demo-Gtk-widgets.c:1195 driver/xscreensaver-demo.glade.h:83 +#: driver/xscreensaver-demo.glade2.h:59 msgid "" "Whether the image-manipulating modes should operate on random images loaded " "from disk." @@ -377,6 +398,7 @@ msgid "Choose Random Image:" msgstr "" #: driver/demo-Gtk-widgets.c:1230 driver/xscreensaver-demo.glade.h:73 +#: driver/xscreensaver-demo.glade2.h:52 msgid "The directory from which images will be randomly chosen." msgstr "" @@ -394,12 +416,12 @@ msgid "XScreenSaver: Mode-Specific Settings" msgstr "" #: driver/demo-Gtk-widgets.c:1460 driver/xscreensaver-demo.glade.h:64 -#: driver/xscreensaver-demo.glade2.h:36 +#: driver/xscreensaver-demo.glade2.h:47 msgid "Settings" msgstr "" #: driver/demo-Gtk-widgets.c:1489 driver/xscreensaver-demo.glade.h:66 -#: driver/xscreensaver-demo.glade2.h:38 +#: driver/xscreensaver-demo.glade2.h:49 msgid "Standard" msgstr "" @@ -408,7 +430,7 @@ msgid "Visual:" msgstr "" #: driver/demo-Gtk-widgets.c:1544 driver/demo-Gtk-widgets.c:1567 -#: driver/demo-Gtk.c:1479 driver/demo-Gtk.c:2680 +#: driver/demo-Gtk.c:1518 driver/demo-Gtk.c:2850 #: driver/xscreensaver-demo.glade.h:5 driver/xscreensaver-demo.glade2.h:3 msgid "Any" msgstr "" @@ -419,42 +441,42 @@ msgid "Best" msgstr "" #: driver/demo-Gtk-widgets.c:1546 driver/xscreensaver-demo.glade.h:19 -#: driver/xscreensaver-demo.glade2.h:9 +#: driver/xscreensaver-demo.glade2.h:10 msgid "Default" msgstr "" #: driver/demo-Gtk-widgets.c:1547 driver/xscreensaver-demo.glade.h:20 -#: driver/xscreensaver-demo.glade2.h:10 +#: driver/xscreensaver-demo.glade2.h:11 msgid "Default-N" msgstr "" #: driver/demo-Gtk-widgets.c:1548 driver/xscreensaver-demo.glade.h:37 -#: driver/xscreensaver-demo.glade2.h:21 +#: driver/xscreensaver-demo.glade2.h:23 msgid "GL" msgstr "" #: driver/demo-Gtk-widgets.c:1549 driver/xscreensaver-demo.glade.h:74 -#: driver/xscreensaver-demo.glade2.h:41 +#: driver/xscreensaver-demo.glade2.h:53 msgid "TrueColor" msgstr "" #: driver/demo-Gtk-widgets.c:1550 driver/xscreensaver-demo.glade.h:59 -#: driver/xscreensaver-demo.glade2.h:34 +#: driver/xscreensaver-demo.glade2.h:43 msgid "PseudoColor" msgstr "" #: driver/demo-Gtk-widgets.c:1551 driver/xscreensaver-demo.glade.h:69 -#: driver/xscreensaver-demo.glade2.h:39 +#: driver/xscreensaver-demo.glade2.h:50 msgid "StaticGray" msgstr "" #: driver/demo-Gtk-widgets.c:1552 driver/xscreensaver-demo.glade.h:42 -#: driver/xscreensaver-demo.glade2.h:25 +#: driver/xscreensaver-demo.glade2.h:27 msgid "GrayScale" msgstr "" #: driver/demo-Gtk-widgets.c:1553 driver/xscreensaver-demo.glade.h:24 -#: driver/xscreensaver-demo.glade2.h:13 +#: driver/xscreensaver-demo.glade2.h:15 msgid "DirectColor" msgstr "" @@ -464,12 +486,12 @@ msgid "Color" msgstr "" #: driver/demo-Gtk-widgets.c:1555 driver/xscreensaver-demo.glade.h:41 -#: driver/xscreensaver-demo.glade2.h:24 +#: driver/xscreensaver-demo.glade2.h:26 msgid "Gray" msgstr "" #: driver/demo-Gtk-widgets.c:1556 driver/xscreensaver-demo.glade.h:53 -#: driver/xscreensaver-demo.glade2.h:29 +#: driver/xscreensaver-demo.glade2.h:37 msgid "Mono" msgstr "" @@ -507,7 +529,7 @@ msgstr "" msgid "Back to the graphical configuration options." msgstr "" -#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:688 +#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:727 #: driver/xscreensaver-demo.glade.h:54 msgid "OK" msgstr "" @@ -516,28 +538,18 @@ msgstr "" msgid "Cancel" msgstr "" -#: driver/demo-Gtk.c:601 +#: driver/demo-Gtk.c:632 msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "" -#: driver/demo-Gtk.c:608 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:610 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:726 +#: driver/demo-Gtk.c:765 msgid "" "Error:\n" "\n" "No Help URL has been specified.\n" msgstr "" -#: driver/demo-Gtk.c:812 +#: driver/demo-Gtk.c:851 msgid "" "Error:\n" "\n" @@ -545,7 +557,7 @@ msgid "" "\n" msgstr "" -#: driver/demo-Gtk.c:818 +#: driver/demo-Gtk.c:857 msgid "" "You are running as root. This usually means that xscreensaver\n" "was unable to contact your X server because access control is\n" @@ -564,18 +576,18 @@ msgid "" "normal user, and `su' as necessary." msgstr "" -#: driver/demo-Gtk.c:834 +#: driver/demo-Gtk.c:873 msgid "Please check your $PATH and permissions." msgstr "" -#: driver/demo-Gtk.c:869 +#: driver/demo-Gtk.c:908 msgid "" "Error:\n" "\n" "Couldn't determine init file name!\n" msgstr "" -#: driver/demo-Gtk.c:874 +#: driver/demo-Gtk.c:913 #, c-format msgid "" "Error:\n" @@ -583,14 +595,14 @@ msgid "" "Couldn't write %s\n" msgstr "" -#: driver/demo-Gtk.c:933 +#: driver/demo-Gtk.c:972 msgid "" "Error:\n" "\n" "no `manualCommand' resource set." msgstr "" -#: driver/demo-Gtk.c:1114 +#: driver/demo-Gtk.c:1153 #, c-format msgid "" "Error:\n" @@ -598,7 +610,7 @@ msgid "" "Unparsable time format: \"%s\"\n" msgstr "" -#: driver/demo-Gtk.c:1779 +#: driver/demo-Gtk.c:1818 #, c-format msgid "" "Error:\n" @@ -606,24 +618,24 @@ msgid "" "Directory does not exist: \"%s\"\n" msgstr "" -#: driver/demo-Gtk.c:2376 +#: driver/demo-Gtk.c:2532 msgid "Descriptions not available: no XML support compiled in." msgstr "" -#: driver/demo-Gtk.c:2381 +#: driver/demo-Gtk.c:2537 msgid "No description available." msgstr "" -#: driver/demo-Gtk.c:2632 +#: driver/demo-Gtk.c:2802 msgid "Blank Screen" msgstr "" -#: driver/demo-Gtk.c:2638 +#: driver/demo-Gtk.c:2808 #, fuzzy msgid "Screen Saver Disabled" -msgstr "Ruudunsäästäjä" +msgstr "Ruudunsstj" -#: driver/demo-Gtk.c:2798 +#: driver/demo-Gtk.c:2996 #, c-format msgid "" "Warning:\n" @@ -631,15 +643,23 @@ msgid "" "file \"%s\" has changed, reloading.\n" msgstr "" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "No Preview" msgstr "" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "Available" msgstr "" -#: driver/demo-Gtk.c:3543 +#: driver/demo-Gtk.c:3079 +msgid "Not" +msgstr "" + +#: driver/demo-Gtk.c:3079 +msgid "Installed" +msgstr "" + +#: driver/demo-Gtk.c:3780 #, c-format msgid "" "Warning:\n" @@ -648,7 +668,7 @@ msgid "" "on display \"%s\". Launch it now?" msgstr "" -#: driver/demo-Gtk.c:3553 +#: driver/demo-Gtk.c:3790 #, c-format msgid "" "Warning:\n" @@ -667,7 +687,7 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3578 +#: driver/demo-Gtk.c:3815 #, c-format msgid "" "Warning:\n" @@ -683,7 +703,7 @@ msgid "" "Restart the daemon on \"%s\" as \"%s\" now?\n" msgstr "" -#: driver/demo-Gtk.c:3600 +#: driver/demo-Gtk.c:3837 #, c-format msgid "" "Warning:\n" @@ -695,19 +715,24 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3999 +#: driver/demo-Gtk.c:4272 #, c-format msgid "%s: unknown option: %s\n" msgstr "" +#: driver/demo-Gtk.c:4335 +#, fuzzy +msgid "Screensaver Preferences" +msgstr "Ruudunsstj" + #: driver/screensaver-properties.desktop.in.h:1 -msgid "Configure the settings of the screensaver." -msgstr "Aseta ruudunsäästäjän asetukset." +msgid "Change screensaver properties" +msgstr "" #: driver/screensaver-properties.desktop.in.h:2 #, fuzzy msgid "Screensaver" -msgstr "Ruudunsäästäjä" +msgstr "Ruudunsstj" #: driver/xscreensaver-demo.glade.h:1 msgid "/\");" @@ -721,136 +746,165 @@ msgstr "" msgid "Choose _Random Image:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:16 +#: driver/xscreensaver-demo.glade2.h:18 msgid "Display Subprocess _Errors" msgstr "" -#: driver/xscreensaver-demo.glade2.h:17 +#: driver/xscreensaver-demo.glade2.h:19 #, fuzzy msgid "Display _Splash Screen at Startup" -msgstr "Ruudunsäästäjä" +msgstr "Ruudunsstj" -#: driver/xscreensaver-demo.glade2.h:18 +#: driver/xscreensaver-demo.glade2.h:20 msgid "F_ade Duration" msgstr "" -#: driver/xscreensaver-demo.glade2.h:19 +#: driver/xscreensaver-demo.glade2.h:21 msgid "Fade from Black When _Unblanking" msgstr "" -#: driver/xscreensaver-demo.glade2.h:20 +#: driver/xscreensaver-demo.glade2.h:22 msgid "Fade to Black when _Blanking" msgstr "" -#: driver/xscreensaver-demo.glade2.h:22 +#: driver/xscreensaver-demo.glade2.h:24 msgid "Grab Desktop _Images" msgstr "" -#: driver/xscreensaver-demo.glade2.h:23 +#: driver/xscreensaver-demo.glade2.h:25 msgid "Grab _Video Frames" msgstr "" #: driver/xscreensaver-demo.glade2.h:28 -msgid "Install _Colormap" +msgid "How long after the screen blanks until a password will be required." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:29 +msgid "How long before the screensaver activates." msgstr "" #: driver/xscreensaver-demo.glade2.h:30 msgid "" +"How long each display mode should run before choosing a new one (in Random " +"mode.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:32 +msgid "How long until the monitor goes completely black." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:36 +msgid "Install _Colormap" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:38 +msgid "" "No Preview\n" "Available" msgstr "" -#: driver/xscreensaver-demo.glade2.h:33 -#, fuzzy -msgid "Preview of screen saver" -msgstr "Ruudunsäästäjä" +#: driver/xscreensaver-demo.glade2.h:40 +msgid "" +"Not\n" +"Installed" +msgstr "" -#: driver/xscreensaver-demo.glade2.h:37 +#: driver/xscreensaver-demo.glade2.h:48 msgid "Stand_by After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:40 +#: driver/xscreensaver-demo.glade2.h:51 msgid "Sus_pend After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:45 +#: driver/xscreensaver-demo.glade2.h:58 +msgid "" +"Whether the image-manipulating modes should operate on images captured from " +"the system's video input (if there is one.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:67 msgid "_Advanced" msgstr "" -#: driver/xscreensaver-demo.glade2.h:46 +#: driver/xscreensaver-demo.glade2.h:68 msgid "_Advanced >>" msgstr "" -#: driver/xscreensaver-demo.glade2.h:47 +#: driver/xscreensaver-demo.glade2.h:69 msgid "_Blank After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:49 +#: driver/xscreensaver-demo.glade2.h:71 msgid "_Browse" msgstr "" -#: driver/xscreensaver-demo.glade2.h:50 +#: driver/xscreensaver-demo.glade2.h:72 msgid "_Command Line:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:51 +#: driver/xscreensaver-demo.glade2.h:73 msgid "_Cycle After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:52 +#: driver/xscreensaver-demo.glade2.h:74 msgid "_Display Modes" msgstr "" -#: driver/xscreensaver-demo.glade2.h:57 +#: driver/xscreensaver-demo.glade2.h:79 #, fuzzy msgid "_Lock Screen After" -msgstr "Ruudunsäästäjä" +msgstr "Ruudunsstj" -#: driver/xscreensaver-demo.glade2.h:59 +#: driver/xscreensaver-demo.glade2.h:81 msgid "_Mode:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:60 +#: driver/xscreensaver-demo.glade2.h:82 msgid "_Off After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:61 +#: driver/xscreensaver-demo.glade2.h:83 msgid "_Power Management Enabled" msgstr "" -#: driver/xscreensaver-demo.glade2.h:62 +#: driver/xscreensaver-demo.glade2.h:84 msgid "_Preview" msgstr "" -#: driver/xscreensaver-demo.glade2.h:63 +#: driver/xscreensaver-demo.glade2.h:85 msgid "_Quit" msgstr "" -#: driver/xscreensaver-demo.glade2.h:65 +#: driver/xscreensaver-demo.glade2.h:87 msgid "_Settings..." msgstr "" -#: driver/xscreensaver-demo.glade2.h:66 +#: driver/xscreensaver-demo.glade2.h:88 msgid "_Standard <<" msgstr "" -#: driver/xscreensaver-demo.glade2.h:67 -msgid "_Verbose Dialognostics" +#: driver/xscreensaver-demo.glade2.h:89 +msgid "_Verbose Diagnostics" msgstr "" -#: driver/xscreensaver-demo.glade2.h:68 +#: driver/xscreensaver-demo.glade2.h:90 msgid "_Visual:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:69 +#: driver/xscreensaver-demo.glade2.h:91 msgid "dialog1" msgstr "" -#: driver/xscreensaver-demo.glade2.h:71 +#: driver/xscreensaver-demo.glade2.h:93 msgid "no preview" msgstr "" -#: driver/xscreensaver-demo.glade2.h:72 +#: driver/xscreensaver-demo.glade2.h:94 +msgid "not installed" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:95 msgid "preview" msgstr "" @@ -862,85 +916,95 @@ msgstr "" msgid "Arms" msgstr "" -#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:5 +#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:6 #: hacks/config/apollonian.xml.h:5 hacks/config/atlantis.xml.h:4 -#: hacks/config/attraction.xml.h:8 hacks/config/blaster.xml.h:3 -#: hacks/config/blitspin.xml.h:4 hacks/config/bouboule.xml.h:3 +#: hacks/config/attraction.xml.h:8 hacks/config/atunnel.xml.h:3 +#: hacks/config/barcode.xml.h:4 hacks/config/blaster.xml.h:3 +#: hacks/config/blitspin.xml.h:4 hacks/config/blocktube.xml.h:4 +#: hacks/config/bouboule.xml.h:3 hacks/config/bouncingcow.xml.h:6 #: hacks/config/boxed.xml.h:4 hacks/config/braid.xml.h:4 #: hacks/config/bubble3d.xml.h:3 hacks/config/bubbles.xml.h:8 #: hacks/config/bumps.xml.h:3 hacks/config/cage.xml.h:2 -#: hacks/config/circuit.xml.h:4 hacks/config/compass.xml.h:3 -#: hacks/config/coral.xml.h:7 hacks/config/critical.xml.h:3 -#: hacks/config/crystal.xml.h:6 hacks/config/cubenetic.xml.h:8 +#: hacks/config/circuit.xml.h:4 hacks/config/cloudlife.xml.h:3 +#: hacks/config/compass.xml.h:3 hacks/config/coral.xml.h:7 +#: hacks/config/critical.xml.h:3 hacks/config/crystal.xml.h:6 +#: hacks/config/cubenetic.xml.h:8 hacks/config/cubestorm.xml.h:4 #: hacks/config/cynosure.xml.h:4 hacks/config/dangerball.xml.h:3 #: hacks/config/decayscreen.xml.h:2 hacks/config/deluxe.xml.h:4 #: hacks/config/demon.xml.h:4 hacks/config/discrete.xml.h:2 #: hacks/config/distort.xml.h:4 hacks/config/drift.xml.h:3 -#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:3 -#: hacks/config/epicycle.xml.h:5 hacks/config/euler2d.xml.h:3 -#: hacks/config/extrusion.xml.h:3 hacks/config/fadeplot.xml.h:4 -#: hacks/config/flag.xml.h:2 hacks/config/flame.xml.h:6 -#: hacks/config/flipscreen3d.xml.h:1 hacks/config/flow.xml.h:4 -#: hacks/config/fluidballs.xml.h:3 hacks/config/forest.xml.h:1 +#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:8 +#: hacks/config/epicycle.xml.h:5 hacks/config/eruption.xml.h:5 +#: hacks/config/euler2d.xml.h:3 hacks/config/extrusion.xml.h:3 +#: hacks/config/fadeplot.xml.h:4 hacks/config/flag.xml.h:2 +#: hacks/config/flame.xml.h:6 hacks/config/flipscreen3d.xml.h:1 +#: hacks/config/flow.xml.h:4 hacks/config/fluidballs.xml.h:5 +#: hacks/config/flyingtoasters.xml.h:5 hacks/config/forest.xml.h:1 #: hacks/config/galaxy.xml.h:3 hacks/config/gears.xml.h:2 -#: hacks/config/gflux.xml.h:6 hacks/config/glforestfire.xml.h:4 -#: hacks/config/glplanet.xml.h:2 hacks/config/glsnake.xml.h:5 -#: hacks/config/gltext.xml.h:3 hacks/config/goop.xml.h:4 -#: hacks/config/grav.xml.h:2 hacks/config/greynetic.xml.h:1 -#: hacks/config/halo.xml.h:2 hacks/config/hopalong.xml.h:9 -#: hacks/config/hyperball.xml.h:2 hacks/config/hypercube.xml.h:2 +#: hacks/config/gflux.xml.h:6 hacks/config/glblur.xml.h:4 +#: hacks/config/glforestfire.xml.h:4 hacks/config/glknots.xml.h:3 +#: hacks/config/glmatrix.xml.h:8 hacks/config/glplanet.xml.h:2 +#: hacks/config/glsnake.xml.h:5 hacks/config/gltext.xml.h:3 +#: hacks/config/goop.xml.h:4 hacks/config/grav.xml.h:2 +#: hacks/config/greynetic.xml.h:1 hacks/config/halo.xml.h:2 +#: hacks/config/hopalong.xml.h:9 hacks/config/hyperball.xml.h:2 +#: hacks/config/hypercube.xml.h:2 hacks/config/hypertorus.xml.h:6 #: hacks/config/ifs.xml.h:1 hacks/config/interference.xml.h:5 -#: hacks/config/jigsaw.xml.h:3 hacks/config/juggle.xml.h:3 -#: hacks/config/julia.xml.h:2 hacks/config/kaleidescope.xml.h:2 +#: hacks/config/jigglypuff.xml.h:6 hacks/config/jigsaw.xml.h:3 +#: hacks/config/juggle.xml.h:3 hacks/config/julia.xml.h:2 +#: hacks/config/kaleidescope.xml.h:2 hacks/config/klein.xml.h:2 #: hacks/config/kumppa.xml.h:3 hacks/config/lament.xml.h:2 #: hacks/config/laser.xml.h:3 hacks/config/lavalite.xml.h:10 #: hacks/config/lightning.xml.h:1 hacks/config/lisa.xml.h:2 #: hacks/config/lissie.xml.h:3 hacks/config/lmorph.xml.h:3 #: hacks/config/loop.xml.h:1 hacks/config/maze.xml.h:4 -#: hacks/config/menger.xml.h:3 hacks/config/moebius.xml.h:3 -#: hacks/config/moire2.xml.h:2 hacks/config/molecule.xml.h:10 -#: hacks/config/morph3d.xml.h:3 hacks/config/mountain.xml.h:2 -#: hacks/config/munch.xml.h:3 hacks/config/nerverot.xml.h:9 -#: hacks/config/penetrate.xml.h:3 hacks/config/penrose.xml.h:6 -#: hacks/config/petri.xml.h:5 hacks/config/phosphor.xml.h:3 +#: hacks/config/menger.xml.h:3 hacks/config/metaballs.xml.h:4 +#: hacks/config/moebius.xml.h:3 hacks/config/moire2.xml.h:2 +#: hacks/config/molecule.xml.h:10 hacks/config/morph3d.xml.h:3 +#: hacks/config/mountain.xml.h:2 hacks/config/munch.xml.h:3 +#: hacks/config/nerverot.xml.h:9 hacks/config/penetrate.xml.h:3 +#: hacks/config/penrose.xml.h:6 hacks/config/petri.xml.h:5 +#: hacks/config/phosphor.xml.h:3 hacks/config/piecewise.xml.h:4 #: hacks/config/pipes.xml.h:5 hacks/config/polyominoes.xml.h:2 -#: hacks/config/pulsar.xml.h:11 hacks/config/pyro.xml.h:4 -#: hacks/config/qix.xml.h:7 hacks/config/queens.xml.h:1 -#: hacks/config/rd-bomb.xml.h:9 hacks/config/ripples.xml.h:4 -#: hacks/config/rocks.xml.h:4 hacks/config/rotor.xml.h:3 -#: hacks/config/rubik.xml.h:3 hacks/config/sballs.xml.h:4 -#: hacks/config/shadebobs.xml.h:3 hacks/config/sierpinski.xml.h:2 -#: hacks/config/sierpinski3d.xml.h:2 hacks/config/slidescreen.xml.h:2 -#: hacks/config/slip.xml.h:2 hacks/config/speedmine.xml.h:3 -#: hacks/config/sphere.xml.h:2 hacks/config/spheremonics.xml.h:5 -#: hacks/config/spiral.xml.h:3 hacks/config/spotlight.xml.h:2 -#: hacks/config/sproingies.xml.h:2 hacks/config/squiral.xml.h:4 -#: hacks/config/stairs.xml.h:1 hacks/config/starfish.xml.h:3 -#: hacks/config/starwars.xml.h:6 hacks/config/strange.xml.h:2 -#: hacks/config/superquadrics.xml.h:3 hacks/config/swirl.xml.h:2 -#: hacks/config/t3d.xml.h:6 hacks/config/thornbird.xml.h:2 -#: hacks/config/triangle.xml.h:1 hacks/config/truchet.xml.h:1 -#: hacks/config/twang.xml.h:3 hacks/config/vines.xml.h:1 -#: hacks/config/webcollage.xml.h:4 hacks/config/worm.xml.h:3 -#: hacks/config/xearth.xml.h:7 hacks/config/xfishtank.xml.h:3 -#: hacks/config/xflame.xml.h:4 hacks/config/xjack.xml.h:1 -#: hacks/config/xmatrix.xml.h:5 hacks/config/xmountains.xml.h:1 -#: hacks/config/xrayswarm.xml.h:2 hacks/config/zoom.xml.h:2 +#: hacks/config/popsquares.xml.h:3 hacks/config/pulsar.xml.h:11 +#: hacks/config/pyro.xml.h:4 hacks/config/qix.xml.h:7 +#: hacks/config/queens.xml.h:1 hacks/config/rd-bomb.xml.h:9 +#: hacks/config/ripples.xml.h:4 hacks/config/rocks.xml.h:4 +#: hacks/config/rotor.xml.h:3 hacks/config/rubik.xml.h:3 +#: hacks/config/sballs.xml.h:4 hacks/config/shadebobs.xml.h:3 +#: hacks/config/sierpinski.xml.h:2 hacks/config/sierpinski3d.xml.h:2 +#: hacks/config/slidescreen.xml.h:2 hacks/config/slip.xml.h:2 +#: hacks/config/speedmine.xml.h:3 hacks/config/sphere.xml.h:2 +#: hacks/config/spheremonics.xml.h:5 hacks/config/spiral.xml.h:3 +#: hacks/config/spotlight.xml.h:2 hacks/config/sproingies.xml.h:2 +#: hacks/config/squiral.xml.h:4 hacks/config/stairs.xml.h:1 +#: hacks/config/starfish.xml.h:3 hacks/config/starwars.xml.h:6 +#: hacks/config/strange.xml.h:2 hacks/config/superquadrics.xml.h:4 +#: hacks/config/swirl.xml.h:2 hacks/config/t3d.xml.h:6 +#: hacks/config/thornbird.xml.h:2 hacks/config/triangle.xml.h:1 +#: hacks/config/truchet.xml.h:1 hacks/config/twang.xml.h:3 +#: hacks/config/vines.xml.h:1 hacks/config/webcollage.xml.h:4 +#: hacks/config/worm.xml.h:3 hacks/config/xearth.xml.h:7 +#: hacks/config/xfishtank.xml.h:3 hacks/config/xflame.xml.h:4 +#: hacks/config/xjack.xml.h:1 hacks/config/xmatrix.xml.h:5 +#: hacks/config/xmountains.xml.h:1 hacks/config/xrayswarm.xml.h:2 +#: hacks/config/zoom.xml.h:2 msgid "Fast" msgstr "" #: hacks/config/anemone.xml.h:4 hacks/config/blaster.xml.h:4 #: hacks/config/bouboule.xml.h:4 hacks/config/coral.xml.h:8 -#: hacks/config/cubenetic.xml.h:9 hacks/config/euler2d.xml.h:4 -#: hacks/config/flame.xml.h:7 hacks/config/fluidballs.xml.h:4 -#: hacks/config/kaleidescope.xml.h:3 hacks/config/lisa.xml.h:3 -#: hacks/config/pedal.xml.h:4 hacks/config/petri.xml.h:7 -#: hacks/config/qix.xml.h:8 hacks/config/thornbird.xml.h:3 -#: hacks/config/whirlwindwarp.xml.h:1 hacks/config/xfishtank.xml.h:4 +#: hacks/config/cubenetic.xml.h:9 hacks/config/eruption.xml.h:6 +#: hacks/config/euler2d.xml.h:4 hacks/config/flame.xml.h:7 +#: hacks/config/fluidballs.xml.h:6 hacks/config/kaleidescope.xml.h:3 +#: hacks/config/lisa.xml.h:3 hacks/config/pedal.xml.h:4 +#: hacks/config/petri.xml.h:7 hacks/config/qix.xml.h:8 +#: hacks/config/thornbird.xml.h:3 hacks/config/whirlwindwarp.xml.h:1 +#: hacks/config/xfishtank.xml.h:4 msgid "Few" msgstr "" -#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:8 +#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:9 #: hacks/config/apollonian.xml.h:7 hacks/config/attraction.xml.h:18 #: hacks/config/blaster.xml.h:6 hacks/config/bouboule.xml.h:5 #: hacks/config/braid.xml.h:7 hacks/config/coral.xml.h:9 @@ -949,17 +1013,18 @@ msgstr "" #: hacks/config/deco.xml.h:5 hacks/config/deluxe.xml.h:6 #: hacks/config/demon.xml.h:6 hacks/config/discrete.xml.h:4 #: hacks/config/drift.xml.h:9 hacks/config/epicycle.xml.h:8 -#: hacks/config/euler2d.xml.h:8 hacks/config/fadeplot.xml.h:6 -#: hacks/config/flag.xml.h:5 hacks/config/flame.xml.h:11 -#: hacks/config/flow.xml.h:8 hacks/config/fluidballs.xml.h:13 -#: hacks/config/forest.xml.h:3 hacks/config/galaxy.xml.h:6 -#: hacks/config/grav.xml.h:4 hacks/config/halo.xml.h:4 -#: hacks/config/hopalong.xml.h:15 hacks/config/ifs.xml.h:3 -#: hacks/config/imsmap.xml.h:9 hacks/config/interference.xml.h:11 -#: hacks/config/julia.xml.h:6 hacks/config/kaleidescope.xml.h:5 -#: hacks/config/laser.xml.h:6 hacks/config/lightning.xml.h:3 -#: hacks/config/lisa.xml.h:5 hacks/config/lissie.xml.h:6 -#: hacks/config/loop.xml.h:4 hacks/config/moire.xml.h:5 +#: hacks/config/eruption.xml.h:12 hacks/config/euler2d.xml.h:8 +#: hacks/config/fadeplot.xml.h:6 hacks/config/flag.xml.h:5 +#: hacks/config/flame.xml.h:11 hacks/config/flow.xml.h:8 +#: hacks/config/fluidballs.xml.h:13 hacks/config/forest.xml.h:3 +#: hacks/config/galaxy.xml.h:6 hacks/config/grav.xml.h:4 +#: hacks/config/halo.xml.h:4 hacks/config/hopalong.xml.h:15 +#: hacks/config/ifs.xml.h:3 hacks/config/imsmap.xml.h:9 +#: hacks/config/interference.xml.h:11 hacks/config/julia.xml.h:6 +#: hacks/config/kaleidescope.xml.h:5 hacks/config/laser.xml.h:6 +#: hacks/config/lightning.xml.h:3 hacks/config/lisa.xml.h:5 +#: hacks/config/lissie.xml.h:6 hacks/config/loop.xml.h:4 +#: hacks/config/metaballs.xml.h:6 hacks/config/moire.xml.h:5 #: hacks/config/moire2.xml.h:3 hacks/config/mountain.xml.h:4 #: hacks/config/nerverot.xml.h:15 hacks/config/pedal.xml.h:6 #: hacks/config/penrose.xml.h:7 hacks/config/petri.xml.h:11 @@ -977,111 +1042,131 @@ msgstr "" msgid "Many" msgstr "" -#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:10 +#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:11 #: hacks/config/apollonian.xml.h:8 hacks/config/attraction.xml.h:19 #: hacks/config/bouboule.xml.h:6 hacks/config/braid.xml.h:9 #: hacks/config/critical.xml.h:5 hacks/config/crystal.xml.h:10 #: hacks/config/cynosure.xml.h:7 hacks/config/deco.xml.h:8 #: hacks/config/deluxe.xml.h:7 hacks/config/demon.xml.h:7 #: hacks/config/discrete.xml.h:6 hacks/config/drift.xml.h:10 -#: hacks/config/epicycle.xml.h:9 hacks/config/euler2d.xml.h:9 -#: hacks/config/fadeplot.xml.h:7 hacks/config/flag.xml.h:6 -#: hacks/config/flame.xml.h:12 hacks/config/flow.xml.h:9 -#: hacks/config/forest.xml.h:4 hacks/config/galaxy.xml.h:7 -#: hacks/config/grav.xml.h:5 hacks/config/halo.xml.h:6 -#: hacks/config/hopalong.xml.h:17 hacks/config/ifs.xml.h:4 -#: hacks/config/imsmap.xml.h:10 hacks/config/interference.xml.h:12 -#: hacks/config/julia.xml.h:7 hacks/config/laser.xml.h:8 -#: hacks/config/lightning.xml.h:4 hacks/config/lisa.xml.h:6 -#: hacks/config/lissie.xml.h:7 hacks/config/loop.xml.h:5 +#: hacks/config/epicycle.xml.h:9 hacks/config/eruption.xml.h:14 +#: hacks/config/euler2d.xml.h:9 hacks/config/fadeplot.xml.h:7 +#: hacks/config/flag.xml.h:6 hacks/config/flame.xml.h:12 +#: hacks/config/flow.xml.h:9 hacks/config/forest.xml.h:4 +#: hacks/config/galaxy.xml.h:7 hacks/config/grav.xml.h:5 +#: hacks/config/halo.xml.h:6 hacks/config/hopalong.xml.h:17 +#: hacks/config/ifs.xml.h:4 hacks/config/imsmap.xml.h:10 +#: hacks/config/interference.xml.h:12 hacks/config/julia.xml.h:7 +#: hacks/config/laser.xml.h:8 hacks/config/lightning.xml.h:4 +#: hacks/config/lisa.xml.h:6 hacks/config/lissie.xml.h:7 +#: hacks/config/loop.xml.h:5 hacks/config/metaballs.xml.h:10 #: hacks/config/moire.xml.h:7 hacks/config/moire2.xml.h:5 #: hacks/config/mountain.xml.h:6 hacks/config/penrose.xml.h:8 -#: hacks/config/polyominoes.xml.h:6 hacks/config/rd-bomb.xml.h:13 -#: hacks/config/rocks.xml.h:6 hacks/config/rotor.xml.h:7 -#: hacks/config/shadebobs.xml.h:6 hacks/config/sierpinski.xml.h:5 -#: hacks/config/slip.xml.h:5 hacks/config/sphere.xml.h:4 -#: hacks/config/spiral.xml.h:8 hacks/config/squiral.xml.h:10 -#: hacks/config/starfish.xml.h:6 hacks/config/strange.xml.h:6 -#: hacks/config/swirl.xml.h:5 hacks/config/thornbird.xml.h:5 -#: hacks/config/triangle.xml.h:4 hacks/config/vines.xml.h:3 -#: hacks/config/worm.xml.h:5 hacks/config/xearth.xml.h:17 -#: hacks/config/xfishtank.xml.h:9 +#: hacks/config/polyominoes.xml.h:6 hacks/config/popsquares.xml.h:4 +#: hacks/config/rd-bomb.xml.h:13 hacks/config/rocks.xml.h:6 +#: hacks/config/rotor.xml.h:7 hacks/config/shadebobs.xml.h:6 +#: hacks/config/sierpinski.xml.h:5 hacks/config/slip.xml.h:5 +#: hacks/config/sphere.xml.h:4 hacks/config/spiral.xml.h:8 +#: hacks/config/squiral.xml.h:10 hacks/config/starfish.xml.h:6 +#: hacks/config/strange.xml.h:6 hacks/config/swirl.xml.h:5 +#: hacks/config/thornbird.xml.h:5 hacks/config/triangle.xml.h:4 +#: hacks/config/vines.xml.h:3 hacks/config/worm.xml.h:5 +#: hacks/config/xearth.xml.h:17 hacks/config/xfishtank.xml.h:9 msgid "Number of Colors" msgstr "" -#: hacks/config/anemone.xml.h:7 hacks/config/ant.xml.h:14 +#: hacks/config/anemone.xml.h:7 hacks/config/pyro.xml.h:8 +msgid "Often" +msgstr "" + +#: hacks/config/anemone.xml.h:8 +msgid "Rarely" +msgstr "" + +#: hacks/config/anemone.xml.h:9 hacks/config/ant.xml.h:15 #: hacks/config/apollonian.xml.h:11 hacks/config/atlantis.xml.h:13 -#: hacks/config/attraction.xml.h:26 hacks/config/blaster.xml.h:8 -#: hacks/config/blitspin.xml.h:7 hacks/config/bouboule.xml.h:8 +#: hacks/config/attraction.xml.h:26 hacks/config/atunnel.xml.h:6 +#: hacks/config/barcode.xml.h:6 hacks/config/blaster.xml.h:8 +#: hacks/config/blitspin.xml.h:7 hacks/config/blocktube.xml.h:9 +#: hacks/config/bouboule.xml.h:8 hacks/config/bouncingcow.xml.h:10 #: hacks/config/boxed.xml.h:6 hacks/config/braid.xml.h:11 #: hacks/config/bubble3d.xml.h:5 hacks/config/bubbles.xml.h:10 #: hacks/config/bumps.xml.h:4 hacks/config/cage.xml.h:4 -#: hacks/config/circuit.xml.h:10 hacks/config/compass.xml.h:4 -#: hacks/config/coral.xml.h:12 hacks/config/critical.xml.h:6 -#: hacks/config/crystal.xml.h:11 hacks/config/cubenetic.xml.h:22 +#: hacks/config/circuit.xml.h:10 hacks/config/cloudlife.xml.h:11 +#: hacks/config/compass.xml.h:4 hacks/config/coral.xml.h:12 +#: hacks/config/critical.xml.h:6 hacks/config/crystal.xml.h:11 +#: hacks/config/cubenetic.xml.h:22 hacks/config/cubestorm.xml.h:8 #: hacks/config/cynosure.xml.h:9 hacks/config/dangerball.xml.h:5 #: hacks/config/decayscreen.xml.h:17 hacks/config/deluxe.xml.h:8 #: hacks/config/demon.xml.h:8 hacks/config/discrete.xml.h:7 #: hacks/config/distort.xml.h:11 hacks/config/drift.xml.h:12 -#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:5 -#: hacks/config/epicycle.xml.h:10 hacks/config/euler2d.xml.h:14 -#: hacks/config/extrusion.xml.h:11 hacks/config/fadeplot.xml.h:8 -#: hacks/config/flag.xml.h:7 hacks/config/flame.xml.h:14 -#: hacks/config/flipscreen3d.xml.h:6 hacks/config/flow.xml.h:13 -#: hacks/config/fluidballs.xml.h:18 hacks/config/forest.xml.h:5 +#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:15 +#: hacks/config/epicycle.xml.h:10 hacks/config/eruption.xml.h:19 +#: hacks/config/euler2d.xml.h:14 hacks/config/extrusion.xml.h:11 +#: hacks/config/fadeplot.xml.h:8 hacks/config/flag.xml.h:7 +#: hacks/config/flame.xml.h:14 hacks/config/flipscreen3d.xml.h:6 +#: hacks/config/flow.xml.h:13 hacks/config/fluidballs.xml.h:18 +#: hacks/config/flyingtoasters.xml.h:11 hacks/config/forest.xml.h:5 #: hacks/config/galaxy.xml.h:10 hacks/config/gears.xml.h:7 -#: hacks/config/gflux.xml.h:12 hacks/config/glforestfire.xml.h:14 -#: hacks/config/glplanet.xml.h:6 hacks/config/glsnake.xml.h:12 -#: hacks/config/gltext.xml.h:13 hacks/config/goop.xml.h:10 -#: hacks/config/grav.xml.h:8 hacks/config/greynetic.xml.h:3 -#: hacks/config/halo.xml.h:9 hacks/config/hopalong.xml.h:21 -#: hacks/config/hyperball.xml.h:8 hacks/config/hypercube.xml.h:7 +#: hacks/config/gflux.xml.h:12 hacks/config/glblur.xml.h:14 +#: hacks/config/glforestfire.xml.h:14 hacks/config/glknots.xml.h:17 +#: hacks/config/glmatrix.xml.h:18 hacks/config/glplanet.xml.h:6 +#: hacks/config/glsnake.xml.h:12 hacks/config/gltext.xml.h:13 +#: hacks/config/goop.xml.h:10 hacks/config/grav.xml.h:8 +#: hacks/config/greynetic.xml.h:3 hacks/config/halo.xml.h:9 +#: hacks/config/hopalong.xml.h:21 hacks/config/hyperball.xml.h:8 +#: hacks/config/hypercube.xml.h:7 hacks/config/hypertorus.xml.h:13 #: hacks/config/ifs.xml.h:5 hacks/config/interference.xml.h:14 -#: hacks/config/jigsaw.xml.h:5 hacks/config/juggle.xml.h:7 -#: hacks/config/julia.xml.h:8 hacks/config/kaleidescope.xml.h:7 +#: hacks/config/jigglypuff.xml.h:16 hacks/config/jigsaw.xml.h:5 +#: hacks/config/juggle.xml.h:7 hacks/config/julia.xml.h:8 +#: hacks/config/kaleidescope.xml.h:7 hacks/config/klein.xml.h:7 #: hacks/config/kumppa.xml.h:8 hacks/config/lament.xml.h:6 -#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:26 +#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:27 #: hacks/config/lightning.xml.h:5 hacks/config/lisa.xml.h:8 #: hacks/config/lissie.xml.h:9 hacks/config/lmorph.xml.h:11 #: hacks/config/loop.xml.h:7 hacks/config/maze.xml.h:14 -#: hacks/config/menger.xml.h:16 hacks/config/moebius.xml.h:7 -#: hacks/config/moire2.xml.h:6 hacks/config/molecule.xml.h:22 -#: hacks/config/morph3d.xml.h:6 hacks/config/mountain.xml.h:7 -#: hacks/config/munch.xml.h:7 hacks/config/nerverot.xml.h:20 -#: hacks/config/penetrate.xml.h:6 hacks/config/penrose.xml.h:11 -#: hacks/config/petri.xml.h:23 hacks/config/phosphor.xml.h:6 +#: hacks/config/menger.xml.h:16 hacks/config/metaballs.xml.h:13 +#: hacks/config/moebius.xml.h:7 hacks/config/moire2.xml.h:6 +#: hacks/config/molecule.xml.h:22 hacks/config/morph3d.xml.h:6 +#: hacks/config/mountain.xml.h:7 hacks/config/munch.xml.h:7 +#: hacks/config/nerverot.xml.h:20 hacks/config/penetrate.xml.h:6 +#: hacks/config/penrose.xml.h:11 hacks/config/petri.xml.h:23 +#: hacks/config/phosphor.xml.h:6 hacks/config/piecewise.xml.h:9 #: hacks/config/pipes.xml.h:15 hacks/config/polyominoes.xml.h:10 -#: hacks/config/pulsar.xml.h:15 hacks/config/pyro.xml.h:13 -#: hacks/config/qix.xml.h:19 hacks/config/queens.xml.h:4 -#: hacks/config/rd-bomb.xml.h:17 hacks/config/ripples.xml.h:11 -#: hacks/config/rocks.xml.h:9 hacks/config/rotor.xml.h:11 -#: hacks/config/rubik.xml.h:9 hacks/config/sballs.xml.h:13 -#: hacks/config/shadebobs.xml.h:9 hacks/config/sierpinski.xml.h:7 -#: hacks/config/sierpinski3d.xml.h:8 hacks/config/slidescreen.xml.h:6 -#: hacks/config/slip.xml.h:7 hacks/config/speedmine.xml.h:13 -#: hacks/config/sphere.xml.h:5 hacks/config/spheremonics.xml.h:19 -#: hacks/config/spiral.xml.h:9 hacks/config/spotlight.xml.h:4 -#: hacks/config/sproingies.xml.h:6 hacks/config/squiral.xml.h:14 -#: hacks/config/stairs.xml.h:3 hacks/config/starfish.xml.h:8 -#: hacks/config/starwars.xml.h:12 hacks/config/strange.xml.h:7 -#: hacks/config/superquadrics.xml.h:7 hacks/config/swirl.xml.h:6 -#: hacks/config/t3d.xml.h:11 hacks/config/thornbird.xml.h:7 -#: hacks/config/triangle.xml.h:5 hacks/config/truchet.xml.h:2 -#: hacks/config/twang.xml.h:9 hacks/config/vines.xml.h:4 -#: hacks/config/webcollage.xml.h:7 hacks/config/worm.xml.h:7 -#: hacks/config/xearth.xml.h:22 hacks/config/xfishtank.xml.h:10 -#: hacks/config/xflame.xml.h:5 hacks/config/xjack.xml.h:2 -#: hacks/config/xmatrix.xml.h:14 hacks/config/xmountains.xml.h:4 -#: hacks/config/xrayswarm.xml.h:3 hacks/config/zoom.xml.h:6 +#: hacks/config/popsquares.xml.h:5 hacks/config/pulsar.xml.h:15 +#: hacks/config/pyro.xml.h:13 hacks/config/qix.xml.h:19 +#: hacks/config/queens.xml.h:4 hacks/config/rd-bomb.xml.h:17 +#: hacks/config/ripples.xml.h:11 hacks/config/rocks.xml.h:9 +#: hacks/config/rotor.xml.h:11 hacks/config/rubik.xml.h:9 +#: hacks/config/sballs.xml.h:13 hacks/config/shadebobs.xml.h:9 +#: hacks/config/sierpinski.xml.h:7 hacks/config/sierpinski3d.xml.h:8 +#: hacks/config/slidescreen.xml.h:6 hacks/config/slip.xml.h:7 +#: hacks/config/speedmine.xml.h:13 hacks/config/sphere.xml.h:5 +#: hacks/config/spheremonics.xml.h:19 hacks/config/spiral.xml.h:9 +#: hacks/config/spotlight.xml.h:4 hacks/config/sproingies.xml.h:6 +#: hacks/config/squiral.xml.h:14 hacks/config/stairs.xml.h:3 +#: hacks/config/starfish.xml.h:8 hacks/config/starwars.xml.h:12 +#: hacks/config/strange.xml.h:7 hacks/config/superquadrics.xml.h:8 +#: hacks/config/swirl.xml.h:6 hacks/config/t3d.xml.h:11 +#: hacks/config/thornbird.xml.h:7 hacks/config/triangle.xml.h:5 +#: hacks/config/truchet.xml.h:2 hacks/config/twang.xml.h:9 +#: hacks/config/vines.xml.h:4 hacks/config/webcollage.xml.h:7 +#: hacks/config/worm.xml.h:7 hacks/config/xearth.xml.h:22 +#: hacks/config/xfishtank.xml.h:10 hacks/config/xflame.xml.h:5 +#: hacks/config/xjack.xml.h:2 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xmountains.xml.h:4 hacks/config/xrayswarm.xml.h:3 +#: hacks/config/zoom.xml.h:6 msgid "Slow" msgstr "" -#: hacks/config/anemone.xml.h:8 hacks/config/ant.xml.h:16 +#: hacks/config/anemone.xml.h:10 hacks/config/ant.xml.h:17 #: hacks/config/apollonian.xml.h:12 hacks/config/attraction.xml.h:28 -#: hacks/config/blaster.xml.h:9 hacks/config/bouboule.xml.h:9 -#: hacks/config/braid.xml.h:12 hacks/config/bubble3d.xml.h:6 -#: hacks/config/bubbles.xml.h:11 hacks/config/bumps.xml.h:5 -#: hacks/config/cage.xml.h:6 hacks/config/circuit.xml.h:11 +#: hacks/config/atunnel.xml.h:7 hacks/config/barcode.xml.h:7 +#: hacks/config/blaster.xml.h:9 hacks/config/blocktube.xml.h:11 +#: hacks/config/bouboule.xml.h:9 hacks/config/braid.xml.h:12 +#: hacks/config/bubble3d.xml.h:6 hacks/config/bubbles.xml.h:11 +#: hacks/config/bumps.xml.h:5 hacks/config/cage.xml.h:6 +#: hacks/config/circuit.xml.h:11 hacks/config/cloudlife.xml.h:13 #: hacks/config/compass.xml.h:5 hacks/config/coral.xml.h:14 #: hacks/config/critical.xml.h:7 hacks/config/crystal.xml.h:12 #: hacks/config/cubenetic.xml.h:24 hacks/config/cynosure.xml.h:10 @@ -1089,12 +1174,13 @@ msgstr "" #: hacks/config/deluxe.xml.h:9 hacks/config/demon.xml.h:10 #: hacks/config/discrete.xml.h:9 hacks/config/distort.xml.h:13 #: hacks/config/drift.xml.h:13 hacks/config/endgame.xml.h:6 -#: hacks/config/engine.xml.h:6 hacks/config/epicycle.xml.h:11 -#: hacks/config/euler2d.xml.h:15 hacks/config/extrusion.xml.h:13 -#: hacks/config/fadeplot.xml.h:10 hacks/config/flag.xml.h:9 -#: hacks/config/flame.xml.h:15 hacks/config/flipscreen3d.xml.h:7 -#: hacks/config/flow.xml.h:16 hacks/config/fluidballs.xml.h:20 -#: hacks/config/forest.xml.h:6 hacks/config/galaxy.xml.h:11 +#: hacks/config/engine.xml.h:16 hacks/config/epicycle.xml.h:11 +#: hacks/config/eruption.xml.h:20 hacks/config/euler2d.xml.h:15 +#: hacks/config/extrusion.xml.h:13 hacks/config/fadeplot.xml.h:10 +#: hacks/config/flag.xml.h:9 hacks/config/flame.xml.h:15 +#: hacks/config/flipscreen3d.xml.h:7 hacks/config/flow.xml.h:16 +#: hacks/config/fluidballs.xml.h:20 hacks/config/forest.xml.h:6 +#: hacks/config/galaxy.xml.h:11 hacks/config/glblur.xml.h:17 #: hacks/config/glforestfire.xml.h:15 hacks/config/glplanet.xml.h:8 #: hacks/config/gltext.xml.h:15 hacks/config/goop.xml.h:11 #: hacks/config/grav.xml.h:9 hacks/config/greynetic.xml.h:4 @@ -1102,18 +1188,20 @@ msgstr "" #: hacks/config/hyperball.xml.h:9 hacks/config/hypercube.xml.h:8 #: hacks/config/ifs.xml.h:6 hacks/config/jigsaw.xml.h:7 #: hacks/config/juggle.xml.h:8 hacks/config/julia.xml.h:10 -#: hacks/config/kaleidescope.xml.h:8 hacks/config/kumppa.xml.h:9 -#: hacks/config/lament.xml.h:7 hacks/config/laser.xml.h:11 -#: hacks/config/lavalite.xml.h:29 hacks/config/lightning.xml.h:6 -#: hacks/config/lisa.xml.h:9 hacks/config/lissie.xml.h:11 -#: hacks/config/lmorph.xml.h:12 hacks/config/loop.xml.h:9 -#: hacks/config/menger.xml.h:18 hacks/config/moebius.xml.h:10 +#: hacks/config/kaleidescope.xml.h:8 hacks/config/klein.xml.h:8 +#: hacks/config/kumppa.xml.h:9 hacks/config/lament.xml.h:7 +#: hacks/config/laser.xml.h:11 hacks/config/lavalite.xml.h:30 +#: hacks/config/lightning.xml.h:6 hacks/config/lisa.xml.h:9 +#: hacks/config/lissie.xml.h:11 hacks/config/lmorph.xml.h:12 +#: hacks/config/loop.xml.h:9 hacks/config/menger.xml.h:18 +#: hacks/config/metaballs.xml.h:15 hacks/config/moebius.xml.h:10 #: hacks/config/moire2.xml.h:7 hacks/config/molecule.xml.h:24 #: hacks/config/morph3d.xml.h:7 hacks/config/mountain.xml.h:8 #: hacks/config/munch.xml.h:9 hacks/config/nerverot.xml.h:22 #: hacks/config/penrose.xml.h:12 hacks/config/petri.xml.h:25 -#: hacks/config/phosphor.xml.h:7 hacks/config/pipes.xml.h:16 -#: hacks/config/polyominoes.xml.h:11 hacks/config/pulsar.xml.h:17 +#: hacks/config/phosphor.xml.h:7 hacks/config/piecewise.xml.h:11 +#: hacks/config/pipes.xml.h:16 hacks/config/polyominoes.xml.h:11 +#: hacks/config/popsquares.xml.h:6 hacks/config/pulsar.xml.h:17 #: hacks/config/qix.xml.h:22 hacks/config/queens.xml.h:6 #: hacks/config/rotor.xml.h:12 hacks/config/rubik.xml.h:11 #: hacks/config/sballs.xml.h:14 hacks/config/shadebobs.xml.h:10 @@ -1124,40 +1212,46 @@ msgstr "" #: hacks/config/spotlight.xml.h:5 hacks/config/sproingies.xml.h:8 #: hacks/config/squiral.xml.h:16 hacks/config/stairs.xml.h:5 #: hacks/config/starfish.xml.h:9 hacks/config/strange.xml.h:8 -#: hacks/config/superquadrics.xml.h:9 hacks/config/swirl.xml.h:7 +#: hacks/config/superquadrics.xml.h:10 hacks/config/swirl.xml.h:7 #: hacks/config/t3d.xml.h:13 hacks/config/thornbird.xml.h:8 #: hacks/config/triangle.xml.h:6 hacks/config/truchet.xml.h:3 #: hacks/config/twang.xml.h:10 hacks/config/vines.xml.h:5 -#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:4 +#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:13 #: hacks/config/worm.xml.h:8 hacks/config/xearth.xml.h:25 #: hacks/config/xflame.xml.h:6 hacks/config/xjack.xml.h:3 -#: hacks/config/xmatrix.xml.h:17 hacks/config/xmountains.xml.h:5 +#: hacks/config/xmatrix.xml.h:18 hacks/config/xmountains.xml.h:5 #: hacks/config/xrayswarm.xml.h:4 hacks/config/zoom.xml.h:7 msgid "Speed" msgstr "" -#: hacks/config/anemone.xml.h:9 +#: hacks/config/anemone.xml.h:11 msgid "Tentacles" msgstr "" -#: hacks/config/anemone.xml.h:10 hacks/config/deluxe.xml.h:10 +#: hacks/config/anemone.xml.h:12 hacks/config/cubestorm.xml.h:11 +#: hacks/config/deluxe.xml.h:10 hacks/config/glknots.xml.h:19 #: hacks/config/lmorph.xml.h:13 hacks/config/starfish.xml.h:11 #: hacks/config/thornbird.xml.h:9 msgid "Thick" msgstr "" -#: hacks/config/anemone.xml.h:11 hacks/config/moire2.xml.h:8 -#: hacks/config/thornbird.xml.h:10 +#: hacks/config/anemone.xml.h:13 hacks/config/glknots.xml.h:20 +#: hacks/config/moire2.xml.h:8 hacks/config/thornbird.xml.h:10 msgid "Thickness" msgstr "" -#: hacks/config/anemone.xml.h:12 hacks/config/deluxe.xml.h:11 +#: hacks/config/anemone.xml.h:14 hacks/config/cubestorm.xml.h:12 +#: hacks/config/deluxe.xml.h:11 hacks/config/glknots.xml.h:21 #: hacks/config/lmorph.xml.h:14 hacks/config/starfish.xml.h:12 #: hacks/config/thornbird.xml.h:11 msgid "Thin" msgstr "" -#: hacks/config/anemone.xml.h:13 hacks/config/ant.xml.h:21 +#: hacks/config/anemone.xml.h:15 +msgid "Turn speed" +msgstr "" + +#: hacks/config/anemone.xml.h:16 hacks/config/ant.xml.h:22 #: hacks/config/apollonian.xml.h:13 hacks/config/attraction.xml.h:32 #: hacks/config/bouboule.xml.h:11 hacks/config/braid.xml.h:13 #: hacks/config/critical.xml.h:8 hacks/config/crystal.xml.h:13 @@ -1174,25 +1268,30 @@ msgstr "" #: hacks/config/julia.xml.h:12 hacks/config/laser.xml.h:12 #: hacks/config/lightning.xml.h:8 hacks/config/lisa.xml.h:12 #: hacks/config/lissie.xml.h:13 hacks/config/loop.xml.h:12 -#: hacks/config/moire.xml.h:11 hacks/config/moire2.xml.h:9 -#: hacks/config/mountain.xml.h:9 hacks/config/nerverot.xml.h:23 -#: hacks/config/penrose.xml.h:13 hacks/config/polyominoes.xml.h:12 -#: hacks/config/rd-bomb.xml.h:20 hacks/config/rocks.xml.h:12 -#: hacks/config/rotor.xml.h:13 hacks/config/shadebobs.xml.h:12 -#: hacks/config/sierpinski.xml.h:12 hacks/config/slip.xml.h:12 -#: hacks/config/sphere.xml.h:8 hacks/config/spiral.xml.h:12 -#: hacks/config/squiral.xml.h:18 hacks/config/starfish.xml.h:14 -#: hacks/config/strange.xml.h:11 hacks/config/swirl.xml.h:9 -#: hacks/config/thornbird.xml.h:13 hacks/config/triangle.xml.h:8 -#: hacks/config/vines.xml.h:7 hacks/config/worm.xml.h:9 -#: hacks/config/xearth.xml.h:28 hacks/config/xfishtank.xml.h:11 +#: hacks/config/metaballs.xml.h:16 hacks/config/moire.xml.h:11 +#: hacks/config/moire2.xml.h:9 hacks/config/mountain.xml.h:9 +#: hacks/config/nerverot.xml.h:23 hacks/config/penrose.xml.h:13 +#: hacks/config/polyominoes.xml.h:12 hacks/config/rd-bomb.xml.h:20 +#: hacks/config/rocks.xml.h:12 hacks/config/rotor.xml.h:13 +#: hacks/config/shadebobs.xml.h:12 hacks/config/sierpinski.xml.h:12 +#: hacks/config/slip.xml.h:12 hacks/config/sphere.xml.h:8 +#: hacks/config/spiral.xml.h:12 hacks/config/squiral.xml.h:18 +#: hacks/config/starfish.xml.h:14 hacks/config/strange.xml.h:11 +#: hacks/config/swirl.xml.h:9 hacks/config/thornbird.xml.h:13 +#: hacks/config/triangle.xml.h:8 hacks/config/vines.xml.h:7 +#: hacks/config/worm.xml.h:9 hacks/config/xearth.xml.h:28 +#: hacks/config/xfishtank.xml.h:11 msgid "Two" msgstr "" -#: hacks/config/anemone.xml.h:14 +#: hacks/config/anemone.xml.h:17 msgid "Wiggling tentacles. By Gabriel Finch." msgstr "" +#: hacks/config/anemone.xml.h:18 +msgid "Withdraw freqency" +msgstr "" + #: hacks/config/ant.xml.h:1 msgid "" "A cellular automaton that is really a two-dimensional Turing machine: as the " @@ -1213,59 +1312,66 @@ msgstr "" msgid "Ants Count" msgstr "" -#: hacks/config/ant.xml.h:6 +#: hacks/config/ant.xml.h:5 +msgid "Draw Eyes" +msgstr "" + +#: hacks/config/ant.xml.h:7 msgid "Four Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:7 hacks/config/attraction.xml.h:13 -#: hacks/config/cubenetic.xml.h:11 hacks/config/demon.xml.h:5 -#: hacks/config/discrete.xml.h:3 hacks/config/distort.xml.h:5 -#: hacks/config/fadeplot.xml.h:5 hacks/config/flag.xml.h:4 -#: hacks/config/flow.xml.h:7 hacks/config/fluidballs.xml.h:12 +#: hacks/config/ant.xml.h:8 hacks/config/attraction.xml.h:13 +#: hacks/config/cloudlife.xml.h:7 hacks/config/cubenetic.xml.h:11 +#: hacks/config/demon.xml.h:5 hacks/config/discrete.xml.h:3 +#: hacks/config/distort.xml.h:5 hacks/config/fadeplot.xml.h:5 +#: hacks/config/flag.xml.h:4 hacks/config/flow.xml.h:7 +#: hacks/config/fluidballs.xml.h:12 hacks/config/halftone.xml.h:8 #: hacks/config/hopalong.xml.h:13 hacks/config/interference.xml.h:8 #: hacks/config/julia.xml.h:5 hacks/config/lissie.xml.h:4 #: hacks/config/loop.xml.h:2 hacks/config/moire.xml.h:4 -#: hacks/config/rd-bomb.xml.h:11 hacks/config/rorschach.xml.h:5 -#: hacks/config/rubik.xml.h:4 hacks/config/sierpinski.xml.h:3 -#: hacks/config/slip.xml.h:3 +#: hacks/config/piecewise.xml.h:5 hacks/config/rd-bomb.xml.h:11 +#: hacks/config/rorschach.xml.h:5 hacks/config/rubik.xml.h:4 +#: hacks/config/sierpinski.xml.h:3 hacks/config/slip.xml.h:3 msgid "Large" msgstr "" -#: hacks/config/ant.xml.h:9 +#: hacks/config/ant.xml.h:10 msgid "Nine Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:11 +#: hacks/config/ant.xml.h:12 msgid "Random Cell Shape" msgstr "" -#: hacks/config/ant.xml.h:12 hacks/config/speedmine.xml.h:11 +#: hacks/config/ant.xml.h:13 hacks/config/speedmine.xml.h:11 msgid "Sharp Turns" msgstr "" -#: hacks/config/ant.xml.h:13 +#: hacks/config/ant.xml.h:14 msgid "Six Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:15 hacks/config/attraction.xml.h:27 -#: hacks/config/cubenetic.xml.h:23 hacks/config/demon.xml.h:9 -#: hacks/config/discrete.xml.h:8 hacks/config/distort.xml.h:12 -#: hacks/config/fadeplot.xml.h:9 hacks/config/flag.xml.h:8 -#: hacks/config/flow.xml.h:15 hacks/config/fluidballs.xml.h:19 +#: hacks/config/ant.xml.h:16 hacks/config/attraction.xml.h:27 +#: hacks/config/cloudlife.xml.h:12 hacks/config/cubenetic.xml.h:23 +#: hacks/config/demon.xml.h:9 hacks/config/discrete.xml.h:8 +#: hacks/config/distort.xml.h:12 hacks/config/fadeplot.xml.h:9 +#: hacks/config/flag.xml.h:8 hacks/config/flow.xml.h:15 +#: hacks/config/fluidballs.xml.h:19 hacks/config/halftone.xml.h:14 #: hacks/config/hopalong.xml.h:22 hacks/config/interference.xml.h:15 #: hacks/config/julia.xml.h:9 hacks/config/lissie.xml.h:10 -#: hacks/config/loop.xml.h:8 hacks/config/moire.xml.h:9 +#: hacks/config/loop.xml.h:8 hacks/config/metaballs.xml.h:14 +#: hacks/config/moire.xml.h:9 hacks/config/piecewise.xml.h:10 #: hacks/config/rd-bomb.xml.h:18 hacks/config/rorschach.xml.h:8 #: hacks/config/rubik.xml.h:10 hacks/config/sierpinski.xml.h:8 #: hacks/config/slip.xml.h:8 msgid "Small" msgstr "" -#: hacks/config/ant.xml.h:17 +#: hacks/config/ant.xml.h:18 msgid "Three Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:18 hacks/config/demon.xml.h:12 +#: hacks/config/ant.xml.h:19 hacks/config/demon.xml.h:12 #: hacks/config/discrete.xml.h:10 hacks/config/fadeplot.xml.h:11 #: hacks/config/flag.xml.h:12 hacks/config/flow.xml.h:17 #: hacks/config/lissie.xml.h:12 hacks/config/loop.xml.h:11 @@ -1274,11 +1380,11 @@ msgstr "" msgid "Timeout" msgstr "" -#: hacks/config/ant.xml.h:19 +#: hacks/config/ant.xml.h:20 msgid "Truchet Lines" msgstr "" -#: hacks/config/ant.xml.h:20 +#: hacks/config/ant.xml.h:21 msgid "Twelve Sided Cells" msgstr "" @@ -1348,23 +1454,30 @@ msgstr "" msgid "Shimmering Water" msgstr "" -#: hacks/config/atlantis.xml.h:11 hacks/config/boxed.xml.h:5 +#: hacks/config/atlantis.xml.h:11 hacks/config/atunnel.xml.h:5 +#: hacks/config/blocktube.xml.h:8 hacks/config/boxed.xml.h:5 #: hacks/config/bubble3d.xml.h:4 hacks/config/cage.xml.h:3 #: hacks/config/circuit.xml.h:9 hacks/config/cubenetic.xml.h:21 -#: hacks/config/dangerball.xml.h:4 hacks/config/endgame.xml.h:4 -#: hacks/config/engine.xml.h:4 hacks/config/extrusion.xml.h:10 -#: hacks/config/flipscreen3d.xml.h:5 hacks/config/fluidballs.xml.h:17 -#: hacks/config/gears.xml.h:6 hacks/config/gflux.xml.h:11 -#: hacks/config/glforestfire.xml.h:13 hacks/config/glplanet.xml.h:5 -#: hacks/config/glsnake.xml.h:10 hacks/config/gltext.xml.h:12 -#: hacks/config/lament.xml.h:5 hacks/config/menger.xml.h:15 -#: hacks/config/moebius.xml.h:6 hacks/config/molecule.xml.h:21 -#: hacks/config/morph3d.xml.h:5 hacks/config/pipes.xml.h:14 -#: hacks/config/pulsar.xml.h:14 hacks/config/queens.xml.h:3 -#: hacks/config/rubik.xml.h:6 hacks/config/sballs.xml.h:12 -#: hacks/config/sierpinski3d.xml.h:6 hacks/config/spheremonics.xml.h:18 -#: hacks/config/sproingies.xml.h:4 hacks/config/stairs.xml.h:2 -#: hacks/config/starwars.xml.h:11 hacks/config/superquadrics.xml.h:6 +#: hacks/config/cubestorm.xml.h:7 hacks/config/dangerball.xml.h:4 +#: hacks/config/endgame.xml.h:4 hacks/config/engine.xml.h:14 +#: hacks/config/extrusion.xml.h:10 hacks/config/flipscreen3d.xml.h:5 +#: hacks/config/fluidballs.xml.h:17 hacks/config/flurry.xml.h:9 +#: hacks/config/flyingtoasters.xml.h:10 hacks/config/gears.xml.h:6 +#: hacks/config/gflux.xml.h:11 hacks/config/glblur.xml.h:13 +#: hacks/config/glforestfire.xml.h:13 hacks/config/glknots.xml.h:16 +#: hacks/config/glmatrix.xml.h:17 hacks/config/glplanet.xml.h:5 +#: hacks/config/glslideshow.xml.h:18 hacks/config/glsnake.xml.h:10 +#: hacks/config/gltext.xml.h:12 hacks/config/hypertorus.xml.h:12 +#: hacks/config/jigglypuff.xml.h:15 hacks/config/klein.xml.h:6 +#: hacks/config/lament.xml.h:5 hacks/config/lavalite.xml.h:26 +#: hacks/config/menger.xml.h:15 hacks/config/moebius.xml.h:6 +#: hacks/config/molecule.xml.h:21 hacks/config/morph3d.xml.h:5 +#: hacks/config/pipes.xml.h:14 hacks/config/pulsar.xml.h:14 +#: hacks/config/queens.xml.h:3 hacks/config/rubik.xml.h:6 +#: hacks/config/sballs.xml.h:12 hacks/config/sierpinski3d.xml.h:6 +#: hacks/config/spheremonics.xml.h:18 hacks/config/sproingies.xml.h:4 +#: hacks/config/stairs.xml.h:2 hacks/config/starwars.xml.h:11 +#: hacks/config/superquadrics.xml.h:7 msgid "Show Frames-per-Second" msgstr "" @@ -1374,13 +1487,14 @@ msgstr "" #: hacks/config/atlantis.xml.h:14 hacks/config/boxed.xml.h:7 #: hacks/config/cage.xml.h:5 hacks/config/extrusion.xml.h:12 -#: hacks/config/gears.xml.h:8 hacks/config/glplanet.xml.h:7 -#: hacks/config/glsnake.xml.h:13 hacks/config/gltext.xml.h:14 -#: hacks/config/menger.xml.h:17 hacks/config/molecule.xml.h:23 -#: hacks/config/munch.xml.h:8 hacks/config/sierpinski3d.xml.h:9 -#: hacks/config/speedmine.xml.h:14 hacks/config/spheremonics.xml.h:21 -#: hacks/config/sproingies.xml.h:7 hacks/config/stairs.xml.h:4 -#: hacks/config/stonerview.xml.h:2 hacks/config/superquadrics.xml.h:8 +#: hacks/config/gears.xml.h:8 hacks/config/glblur.xml.h:15 +#: hacks/config/glplanet.xml.h:7 hacks/config/glsnake.xml.h:13 +#: hacks/config/gltext.xml.h:14 hacks/config/menger.xml.h:17 +#: hacks/config/molecule.xml.h:23 hacks/config/munch.xml.h:8 +#: hacks/config/sierpinski3d.xml.h:9 hacks/config/speedmine.xml.h:14 +#: hacks/config/spheremonics.xml.h:21 hacks/config/sproingies.xml.h:7 +#: hacks/config/stairs.xml.h:4 hacks/config/stonerview.xml.h:2 +#: hacks/config/superquadrics.xml.h:9 msgid "Solid" msgstr "" @@ -1395,18 +1509,22 @@ msgstr "" msgid "Whale Speed" msgstr "" -#: hacks/config/atlantis.xml.h:17 hacks/config/boxed.xml.h:8 -#: hacks/config/cage.xml.h:8 hacks/config/dangerball.xml.h:11 -#: hacks/config/extrusion.xml.h:19 hacks/config/gears.xml.h:11 -#: hacks/config/glforestfire.xml.h:20 hacks/config/glplanet.xml.h:11 +#: hacks/config/atlantis.xml.h:17 hacks/config/atunnel.xml.h:10 +#: hacks/config/blocktube.xml.h:13 hacks/config/boxed.xml.h:8 +#: hacks/config/cage.xml.h:8 hacks/config/cubestorm.xml.h:14 +#: hacks/config/dangerball.xml.h:11 hacks/config/extrusion.xml.h:19 +#: hacks/config/flyingtoasters.xml.h:14 hacks/config/gears.xml.h:11 +#: hacks/config/glblur.xml.h:20 hacks/config/glforestfire.xml.h:20 +#: hacks/config/glknots.xml.h:23 hacks/config/glplanet.xml.h:11 #: hacks/config/glsnake.xml.h:16 hacks/config/gltext.xml.h:18 -#: hacks/config/lament.xml.h:9 hacks/config/lavalite.xml.h:31 -#: hacks/config/menger.xml.h:21 hacks/config/moebius.xml.h:11 -#: hacks/config/molecule.xml.h:26 hacks/config/pulsar.xml.h:20 -#: hacks/config/sballs.xml.h:18 hacks/config/sierpinski3d.xml.h:12 -#: hacks/config/speedmine.xml.h:18 hacks/config/spheremonics.xml.h:26 -#: hacks/config/sproingies.xml.h:10 hacks/config/stairs.xml.h:7 -#: hacks/config/stonerview.xml.h:4 hacks/config/superquadrics.xml.h:11 +#: hacks/config/jigglypuff.xml.h:25 hacks/config/lament.xml.h:9 +#: hacks/config/lavalite.xml.h:32 hacks/config/menger.xml.h:21 +#: hacks/config/moebius.xml.h:11 hacks/config/molecule.xml.h:26 +#: hacks/config/pulsar.xml.h:20 hacks/config/sballs.xml.h:18 +#: hacks/config/sierpinski3d.xml.h:12 hacks/config/speedmine.xml.h:18 +#: hacks/config/spheremonics.xml.h:26 hacks/config/sproingies.xml.h:10 +#: hacks/config/stairs.xml.h:7 hacks/config/stonerview.xml.h:4 +#: hacks/config/superquadrics.xml.h:12 msgid "Wireframe" msgstr "" @@ -1422,7 +1540,7 @@ msgstr "" msgid "Ball Mass" msgstr "" -#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:2 +#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:3 msgid "Balls" msgstr "" @@ -1445,16 +1563,18 @@ msgid "Filled Splines" msgstr "" #: hacks/config/attraction.xml.h:10 hacks/config/ccurve.xml.h:9 -#: hacks/config/cubenetic.xml.h:10 hacks/config/euler2d.xml.h:5 -#: hacks/config/flame.xml.h:9 hacks/config/goop.xml.h:6 -#: hacks/config/hopalong.xml.h:10 hacks/config/hyperball.xml.h:3 -#: hacks/config/hypercube.xml.h:3 hacks/config/interference.xml.h:6 +#: hacks/config/cloudlife.xml.h:5 hacks/config/cubenetic.xml.h:10 +#: hacks/config/euler2d.xml.h:5 hacks/config/flame.xml.h:9 +#: hacks/config/glslideshow.xml.h:13 hacks/config/goop.xml.h:6 +#: hacks/config/halftone.xml.h:7 hacks/config/hopalong.xml.h:10 +#: hacks/config/hyperball.xml.h:3 hacks/config/hypercube.xml.h:3 +#: hacks/config/interference.xml.h:6 hacks/config/jigglypuff.xml.h:8 #: hacks/config/kumppa.xml.h:4 hacks/config/lavalite.xml.h:12 #: hacks/config/nerverot.xml.h:11 hacks/config/petri.xml.h:8 #: hacks/config/pyro.xml.h:5 hacks/config/qix.xml.h:10 #: hacks/config/speedmine.xml.h:5 hacks/config/spheremonics.xml.h:6 #: hacks/config/spiral.xml.h:4 hacks/config/squiral.xml.h:6 -#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:4 +#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:5 #: hacks/config/t3d.xml.h:7 hacks/config/twang.xml.h:5 #: hacks/config/wander.xml.h:8 msgid "High" @@ -1484,15 +1604,17 @@ msgstr "" #: hacks/config/attraction.xml.h:15 hacks/config/deluxe.xml.h:5 #: hacks/config/lmorph.xml.h:7 hacks/config/pedal.xml.h:5 -#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:3 +#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:10 msgid "Lines" msgstr "" -#: hacks/config/attraction.xml.h:16 hacks/config/braid.xml.h:6 -#: hacks/config/cynosure.xml.h:5 hacks/config/drift.xml.h:8 +#: hacks/config/attraction.xml.h:16 hacks/config/blocktube.xml.h:5 +#: hacks/config/braid.xml.h:6 hacks/config/cynosure.xml.h:5 +#: hacks/config/drift.xml.h:8 hacks/config/eruption.xml.h:11 #: hacks/config/euler2d.xml.h:6 hacks/config/galaxy.xml.h:5 -#: hacks/config/juggle.xml.h:5 hacks/config/laser.xml.h:5 -#: hacks/config/menger.xml.h:4 hacks/config/munch.xml.h:4 +#: hacks/config/juggle.xml.h:5 hacks/config/klein.xml.h:4 +#: hacks/config/laser.xml.h:5 hacks/config/menger.xml.h:4 +#: hacks/config/metaballs.xml.h:5 hacks/config/munch.xml.h:4 #: hacks/config/nerverot.xml.h:13 hacks/config/petri.xml.h:9 #: hacks/config/polyominoes.xml.h:4 hacks/config/rotor.xml.h:5 #: hacks/config/shadebobs.xml.h:4 hacks/config/sierpinski3d.xml.h:3 @@ -1502,16 +1624,18 @@ msgid "Long" msgstr "" #: hacks/config/attraction.xml.h:17 hacks/config/ccurve.xml.h:10 -#: hacks/config/cubenetic.xml.h:12 hacks/config/euler2d.xml.h:7 -#: hacks/config/flame.xml.h:10 hacks/config/goop.xml.h:7 -#: hacks/config/hopalong.xml.h:14 hacks/config/hyperball.xml.h:6 -#: hacks/config/hypercube.xml.h:5 hacks/config/interference.xml.h:9 +#: hacks/config/cloudlife.xml.h:8 hacks/config/cubenetic.xml.h:12 +#: hacks/config/euler2d.xml.h:7 hacks/config/flame.xml.h:10 +#: hacks/config/glslideshow.xml.h:15 hacks/config/goop.xml.h:7 +#: hacks/config/halftone.xml.h:9 hacks/config/hopalong.xml.h:14 +#: hacks/config/hyperball.xml.h:6 hacks/config/hypercube.xml.h:5 +#: hacks/config/interference.xml.h:9 hacks/config/jigglypuff.xml.h:11 #: hacks/config/kumppa.xml.h:6 hacks/config/lavalite.xml.h:14 #: hacks/config/nerverot.xml.h:14 hacks/config/petri.xml.h:10 #: hacks/config/pyro.xml.h:7 hacks/config/qix.xml.h:13 #: hacks/config/speedmine.xml.h:6 hacks/config/spheremonics.xml.h:8 #: hacks/config/spiral.xml.h:5 hacks/config/squiral.xml.h:8 -#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:5 +#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:6 #: hacks/config/t3d.xml.h:8 hacks/config/twang.xml.h:7 #: hacks/config/wander.xml.h:11 msgid "Low" @@ -1537,10 +1661,12 @@ msgstr "" msgid "Repulsion Threshold" msgstr "" -#: hacks/config/attraction.xml.h:25 hacks/config/braid.xml.h:10 -#: hacks/config/cynosure.xml.h:8 hacks/config/drift.xml.h:11 +#: hacks/config/attraction.xml.h:25 hacks/config/blocktube.xml.h:7 +#: hacks/config/braid.xml.h:10 hacks/config/cynosure.xml.h:8 +#: hacks/config/drift.xml.h:11 hacks/config/eruption.xml.h:18 #: hacks/config/euler2d.xml.h:12 hacks/config/galaxy.xml.h:8 -#: hacks/config/laser.xml.h:9 hacks/config/menger.xml.h:14 +#: hacks/config/klein.xml.h:5 hacks/config/laser.xml.h:9 +#: hacks/config/menger.xml.h:14 hacks/config/metaballs.xml.h:12 #: hacks/config/munch.xml.h:6 hacks/config/nerverot.xml.h:19 #: hacks/config/petri.xml.h:22 hacks/config/polyominoes.xml.h:9 #: hacks/config/rotor.xml.h:9 hacks/config/shadebobs.xml.h:8 @@ -1562,6 +1688,54 @@ msgstr "" msgid "Trail Length" msgstr "" +#: hacks/config/atunnel.xml.h:1 +msgid "Atunnel" +msgstr "" + +#: hacks/config/atunnel.xml.h:2 +msgid "" +"Draws an animation of a textured tunnel in GL. Requires OpenGL, and a " +"machine with fast hardware support for texture maps. Written by Eric " +"Lassauge and Roman Podobedov." +msgstr "" + +#: hacks/config/atunnel.xml.h:4 hacks/config/distort.xml.h:9 +#: hacks/config/glforestfire.xml.h:10 hacks/config/lament.xml.h:4 +#: hacks/config/sballs.xml.h:6 +msgid "Normal" +msgstr "" + +#: hacks/config/atunnel.xml.h:8 hacks/config/glforestfire.xml.h:18 +#: hacks/config/lament.xml.h:8 hacks/config/sballs.xml.h:17 +msgid "Untextured" +msgstr "" + +#: hacks/config/atunnel.xml.h:9 +msgid "Use light" +msgstr "" + +#: hacks/config/barcode.xml.h:1 +msgid "Barcode" +msgstr "" + +#: hacks/config/barcode.xml.h:2 +msgid "Barcode Clock (24 Hour)" +msgstr "" + +#: hacks/config/barcode.xml.h:3 +msgid "Barcode Clock (AM/PM)" +msgstr "" + +#: hacks/config/barcode.xml.h:5 +msgid "Scrolling Barcodes" +msgstr "" + +#: hacks/config/barcode.xml.h:8 +msgid "" +"This draws a random sequence of colorful barcodes scrolling across your " +"screen. CONSUME! By Dan Bornstein." +msgstr "" + #: hacks/config/blaster.xml.h:1 msgid "Blaster" msgstr "" @@ -1618,6 +1792,32 @@ msgid "" "image and rotate that." msgstr "" +#: hacks/config/blocktube.xml.h:1 +msgid "BlockTube" +msgstr "" + +#: hacks/config/blocktube.xml.h:2 +msgid "Color Change Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:3 +msgid "Color Hold Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:6 +msgid "Reflective Blocks" +msgstr "" + +#: hacks/config/blocktube.xml.h:10 +msgid "Solid Blocks" +msgstr "" + +#: hacks/config/blocktube.xml.h:12 +msgid "" +"This hack draws a swirling, falling tunnel of reflective slabs. They fade " +"from hue to hue. Written by Lars R. Damerow." +msgstr "" + #: hacks/config/bouboule.xml.h:1 msgid "Bouboule" msgstr "" @@ -1636,13 +1836,48 @@ msgid "" "spots painted on its invisible surface. Written by Jeremie Petit." msgstr "" -#: hacks/config/boxed.xml.h:1 hacks/config/gears.xml.h:1 -#: hacks/config/gflux.xml.h:1 hacks/config/pyro.xml.h:1 +#: hacks/config/bouncingcow.xml.h:1 +msgid "A Cow. A Trampoline. Together, they fight crime. By Jamie Zawinski." +msgstr "" + +#: hacks/config/bouncingcow.xml.h:2 hacks/config/boxed.xml.h:1 +#: hacks/config/cubestorm.xml.h:1 hacks/config/flyingtoasters.xml.h:3 +#: hacks/config/gears.xml.h:1 hacks/config/gflux.xml.h:1 +#: hacks/config/glknots.xml.h:1 hacks/config/glmatrix.xml.h:1 +#: hacks/config/jigglypuff.xml.h:1 hacks/config/pyro.xml.h:1 #: hacks/config/rd-bomb.xml.h:6 hacks/config/rocks.xml.h:1 #: hacks/config/starwars.xml.h:1 hacks/config/xfishtank.xml.h:1 msgid "Animation Speed" msgstr "" +#: hacks/config/bouncingcow.xml.h:3 +msgid "Beefy Cow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:4 +msgid "Bounce Speed" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:5 +msgid "BouncingCow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:7 +msgid "Herd" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:8 +msgid "Moo" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:9 +msgid "Number of Cows" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:11 +msgid "Wireframe Cow" +msgstr "" + #: hacks/config/boxed.xml.h:2 msgid "Boxed" msgstr "" @@ -1663,23 +1898,24 @@ msgid "" "Neil." msgstr "" -#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:8 +#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:9 #: hacks/config/ccurve.xml.h:7 hacks/config/coral.xml.h:6 #: hacks/config/cynosure.xml.h:3 hacks/config/deco.xml.h:4 #: hacks/config/drift.xml.h:2 hacks/config/epicycle.xml.h:3 -#: hacks/config/euler2d.xml.h:1 hacks/config/flame.xml.h:5 -#: hacks/config/galaxy.xml.h:2 hacks/config/glsnake.xml.h:4 -#: hacks/config/helix.xml.h:3 hacks/config/hopalong.xml.h:2 -#: hacks/config/imsmap.xml.h:6 hacks/config/laser.xml.h:2 -#: hacks/config/menger.xml.h:2 hacks/config/moire.xml.h:3 -#: hacks/config/molecule.xml.h:9 hacks/config/munch.xml.h:2 -#: hacks/config/nerverot.xml.h:8 hacks/config/pedal.xml.h:3 -#: hacks/config/penrose.xml.h:5 hacks/config/polyominoes.xml.h:1 -#: hacks/config/rorschach.xml.h:3 hacks/config/rotzoomer.xml.h:5 -#: hacks/config/shadebobs.xml.h:2 hacks/config/sierpinski3d.xml.h:1 -#: hacks/config/spheremonics.xml.h:4 hacks/config/starfish.xml.h:2 -#: hacks/config/vidwhacker.xml.h:3 hacks/config/wander.xml.h:7 -#: hacks/config/xspirograph.xml.h:3 +#: hacks/config/eruption.xml.h:3 hacks/config/euler2d.xml.h:1 +#: hacks/config/flame.xml.h:5 hacks/config/galaxy.xml.h:2 +#: hacks/config/glsnake.xml.h:4 hacks/config/helix.xml.h:3 +#: hacks/config/hopalong.xml.h:2 hacks/config/imsmap.xml.h:6 +#: hacks/config/klein.xml.h:1 hacks/config/laser.xml.h:2 +#: hacks/config/menger.xml.h:2 hacks/config/metaballs.xml.h:3 +#: hacks/config/moire.xml.h:3 hacks/config/molecule.xml.h:9 +#: hacks/config/munch.xml.h:2 hacks/config/nerverot.xml.h:8 +#: hacks/config/pedal.xml.h:3 hacks/config/penrose.xml.h:5 +#: hacks/config/polyominoes.xml.h:1 hacks/config/rorschach.xml.h:3 +#: hacks/config/rotzoomer.xml.h:5 hacks/config/shadebobs.xml.h:2 +#: hacks/config/sierpinski3d.xml.h:1 hacks/config/spheremonics.xml.h:4 +#: hacks/config/starfish.xml.h:2 hacks/config/vidwhacker.xml.h:3 +#: hacks/config/wander.xml.h:7 hacks/config/xspirograph.xml.h:3 msgid "Duration" msgstr "" @@ -1706,61 +1942,81 @@ msgid "AmigaDOS" msgstr "" #: hacks/config/bsod.xml.h:4 -msgid "Atari" +msgid "Apple II" msgstr "" #: hacks/config/bsod.xml.h:5 -msgid "BSD" +msgid "Atari" msgstr "" #: hacks/config/bsod.xml.h:6 -msgid "BSOD" +msgid "BSD" msgstr "" #: hacks/config/bsod.xml.h:7 +msgid "BSOD" +msgstr "" + +#: hacks/config/bsod.xml.h:8 msgid "" "BSOD stands for ``Blue Screen of Death.'' The finest in personal computer " "emulation, this hack simulates popular screen savers from a number of less " "robust operating systems. Written by Jamie Zawinski." msgstr "" -#: hacks/config/bsod.xml.h:9 -msgid "Mac Bomb" -msgstr "" - #: hacks/config/bsod.xml.h:10 -msgid "MacsBug" +msgid "HPUX" msgstr "" #: hacks/config/bsod.xml.h:11 -msgid "NCD X Terminal" +msgid "Linux" msgstr "" #: hacks/config/bsod.xml.h:12 -msgid "SCO" +msgid "Mac Bomb" msgstr "" #: hacks/config/bsod.xml.h:13 -msgid "Sad Mac" +msgid "MacOS X" msgstr "" #: hacks/config/bsod.xml.h:14 -msgid "Solaris" +msgid "MacsBug" msgstr "" #: hacks/config/bsod.xml.h:15 -msgid "Sparc Linux" +msgid "NCD X Terminal" msgstr "" #: hacks/config/bsod.xml.h:16 -msgid "Windows" +msgid "OS/390" msgstr "" #: hacks/config/bsod.xml.h:17 -msgid "Windows 2000" +msgid "SCO" msgstr "" #: hacks/config/bsod.xml.h:18 +msgid "Sad Mac" +msgstr "" + +#: hacks/config/bsod.xml.h:19 +msgid "Solaris" +msgstr "" + +#: hacks/config/bsod.xml.h:20 +msgid "Sparc Linux" +msgstr "" + +#: hacks/config/bsod.xml.h:21 +msgid "Windows 2000" +msgstr "" + +#: hacks/config/bsod.xml.h:22 +msgid "Windows 3.1" +msgstr "" + +#: hacks/config/bsod.xml.h:23 msgid "Windows NT" msgstr "" @@ -1857,7 +2113,7 @@ msgstr "" #: hacks/config/ccurve.xml.h:6 hacks/config/coral.xml.h:5 #: hacks/config/imsmap.xml.h:5 hacks/config/kumppa.xml.h:1 #: hacks/config/qix.xml.h:6 hacks/config/squiral.xml.h:2 -#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:3 +#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:2 msgid "Density" msgstr "" @@ -1896,18 +2152,54 @@ msgstr "" msgid "Rotation Speed" msgstr "" -#: hacks/config/circuit.xml.h:12 hacks/config/dangerball.xml.h:9 -#: hacks/config/engine.xml.h:7 +#: hacks/config/circuit.xml.h:12 hacks/config/cubestorm.xml.h:9 +#: hacks/config/dangerball.xml.h:9 hacks/config/engine.xml.h:17 +#: hacks/config/klein.xml.h:9 hacks/config/whirlygig.xml.h:14 msgid "Spin" msgstr "" +#: hacks/config/cloudlife.xml.h:1 hacks/config/demon.xml.h:2 +#: hacks/config/petri.xml.h:1 +msgid "Cell Size" +msgstr "" + +#: hacks/config/cloudlife.xml.h:2 +msgid "CloudLife" +msgstr "" + +#: hacks/config/cloudlife.xml.h:4 +msgid "" +"Generates cloud-like formations based on a variant of Conway's Life. The " +"difference is that cells have a maximum age, after which they count as 3 for " +"populating the next generation. This makes long-lived formations explode " +"instead of just sitting there burning a hole in your screen. Written by Don " +"Marti." +msgstr "" + +#: hacks/config/cloudlife.xml.h:6 +msgid "Initial Density" +msgstr "" + +#: hacks/config/cloudlife.xml.h:9 +msgid "Max Age" +msgstr "" + +#: hacks/config/cloudlife.xml.h:10 +msgid "Old" +msgstr "" + +#: hacks/config/cloudlife.xml.h:14 +msgid "Young" +msgstr "" + #: hacks/config/compass.xml.h:1 msgid "Compass" msgstr "" #: hacks/config/compass.xml.h:2 hacks/config/deluxe.xml.h:3 #: hacks/config/interference.xml.h:4 hacks/config/kumppa.xml.h:2 -#: hacks/config/nerverot.xml.h:6 hacks/config/pipes.xml.h:4 +#: hacks/config/nerverot.xml.h:6 hacks/config/piecewise.xml.h:3 +#: hacks/config/pipes.xml.h:4 msgid "Double Buffer" msgstr "" @@ -1927,10 +2219,10 @@ msgid "1 Minute" msgstr "" #: hacks/config/coral.xml.h:2 hacks/config/deco.xml.h:2 -#: hacks/config/helix.xml.h:2 hacks/config/imsmap.xml.h:2 -#: hacks/config/moire.xml.h:2 hacks/config/pedal.xml.h:2 -#: hacks/config/penrose.xml.h:1 hacks/config/rorschach.xml.h:2 -#: hacks/config/xspirograph.xml.h:2 +#: hacks/config/glslideshow.xml.h:1 hacks/config/helix.xml.h:2 +#: hacks/config/imsmap.xml.h:2 hacks/config/moire.xml.h:2 +#: hacks/config/pedal.xml.h:2 hacks/config/penrose.xml.h:1 +#: hacks/config/rorschach.xml.h:2 hacks/config/xspirograph.xml.h:2 msgid "1 Second" msgstr "" @@ -1939,6 +2231,7 @@ msgid "Coral" msgstr "" #: hacks/config/coral.xml.h:4 hacks/config/gflux.xml.h:3 +#: hacks/config/glblur.xml.h:2 hacks/config/glmatrix.xml.h:3 #: hacks/config/imsmap.xml.h:4 hacks/config/lavalite.xml.h:6 #: hacks/config/pyro.xml.h:2 hacks/config/qix.xml.h:5 #: hacks/config/squiral.xml.h:1 hacks/config/xearth.xml.h:4 @@ -1955,10 +2248,11 @@ msgid "" msgstr "" #: hacks/config/coral.xml.h:13 hacks/config/gflux.xml.h:13 -#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:28 +#: hacks/config/glblur.xml.h:16 hacks/config/glmatrix.xml.h:19 +#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:29 #: hacks/config/pyro.xml.h:14 hacks/config/qix.xml.h:21 #: hacks/config/squiral.xml.h:15 hacks/config/xearth.xml.h:24 -#: hacks/config/xmatrix.xml.h:16 +#: hacks/config/xmatrix.xml.h:17 msgid "Sparse" msgstr "" @@ -1992,13 +2286,13 @@ msgstr "" #: hacks/config/grav.xml.h:1 hacks/config/julia.xml.h:1 #: hacks/config/laser.xml.h:1 hacks/config/lisa.xml.h:1 #: hacks/config/lissie.xml.h:2 hacks/config/morph3d.xml.h:2 -#: hacks/config/mountain.xml.h:1 hacks/config/qix.xml.h:4 -#: hacks/config/rocks.xml.h:2 hacks/config/rotor.xml.h:2 -#: hacks/config/rubik.xml.h:1 hacks/config/shadebobs.xml.h:1 -#: hacks/config/sierpinski.xml.h:1 hacks/config/slip.xml.h:1 -#: hacks/config/spiral.xml.h:1 hacks/config/sproingies.xml.h:1 -#: hacks/config/superquadrics.xml.h:1 hacks/config/swirl.xml.h:1 -#: hacks/config/worm.xml.h:2 +#: hacks/config/mountain.xml.h:1 hacks/config/piecewise.xml.h:2 +#: hacks/config/qix.xml.h:4 hacks/config/rocks.xml.h:2 +#: hacks/config/rotor.xml.h:2 hacks/config/rubik.xml.h:1 +#: hacks/config/shadebobs.xml.h:1 hacks/config/sierpinski.xml.h:1 +#: hacks/config/slip.xml.h:1 hacks/config/spiral.xml.h:1 +#: hacks/config/sproingies.xml.h:1 hacks/config/superquadrics.xml.h:1 +#: hacks/config/swirl.xml.h:1 hacks/config/worm.xml.h:2 msgid "Count" msgstr "" @@ -2049,7 +2343,8 @@ msgstr "" msgid "Display Wireframe" msgstr "" -#: hacks/config/cubenetic.xml.h:6 hacks/config/gltext.xml.h:2 +#: hacks/config/cubenetic.xml.h:6 hacks/config/glblur.xml.h:3 +#: hacks/config/glknots.xml.h:2 hacks/config/gltext.xml.h:2 #: hacks/config/lavalite.xml.h:7 hacks/config/menger.xml.h:1 #: hacks/config/molecule.xml.h:4 hacks/config/spheremonics.xml.h:1 msgid "Don't Rotate" @@ -2062,43 +2357,50 @@ msgid "" "Jamie Zawinski." msgstr "" -#: hacks/config/cubenetic.xml.h:14 hacks/config/gltext.xml.h:5 +#: hacks/config/cubenetic.xml.h:14 hacks/config/glblur.xml.h:6 +#: hacks/config/glknots.xml.h:8 hacks/config/gltext.xml.h:5 #: hacks/config/lavalite.xml.h:19 hacks/config/menger.xml.h:7 #: hacks/config/molecule.xml.h:14 hacks/config/spheremonics.xml.h:10 msgid "Rotate around X and Y axes" msgstr "" -#: hacks/config/cubenetic.xml.h:15 hacks/config/gltext.xml.h:6 +#: hacks/config/cubenetic.xml.h:15 hacks/config/glblur.xml.h:7 +#: hacks/config/glknots.xml.h:9 hacks/config/gltext.xml.h:6 #: hacks/config/lavalite.xml.h:20 hacks/config/menger.xml.h:8 #: hacks/config/molecule.xml.h:15 hacks/config/spheremonics.xml.h:11 msgid "Rotate around X and Z axes" msgstr "" -#: hacks/config/cubenetic.xml.h:16 hacks/config/gltext.xml.h:7 +#: hacks/config/cubenetic.xml.h:16 hacks/config/glblur.xml.h:8 +#: hacks/config/glknots.xml.h:10 hacks/config/gltext.xml.h:7 #: hacks/config/lavalite.xml.h:21 hacks/config/menger.xml.h:9 #: hacks/config/molecule.xml.h:16 hacks/config/spheremonics.xml.h:12 msgid "Rotate around X axis" msgstr "" -#: hacks/config/cubenetic.xml.h:17 hacks/config/gltext.xml.h:8 +#: hacks/config/cubenetic.xml.h:17 hacks/config/glblur.xml.h:9 +#: hacks/config/glknots.xml.h:11 hacks/config/gltext.xml.h:8 #: hacks/config/lavalite.xml.h:22 hacks/config/menger.xml.h:10 #: hacks/config/molecule.xml.h:17 hacks/config/spheremonics.xml.h:13 msgid "Rotate around Y and Z axes" msgstr "" -#: hacks/config/cubenetic.xml.h:18 hacks/config/gltext.xml.h:9 +#: hacks/config/cubenetic.xml.h:18 hacks/config/glblur.xml.h:10 +#: hacks/config/glknots.xml.h:12 hacks/config/gltext.xml.h:9 #: hacks/config/lavalite.xml.h:23 hacks/config/menger.xml.h:11 #: hacks/config/molecule.xml.h:18 hacks/config/spheremonics.xml.h:14 msgid "Rotate around Y axis" msgstr "" -#: hacks/config/cubenetic.xml.h:19 hacks/config/gltext.xml.h:10 +#: hacks/config/cubenetic.xml.h:19 hacks/config/glblur.xml.h:11 +#: hacks/config/glknots.xml.h:13 hacks/config/gltext.xml.h:10 #: hacks/config/lavalite.xml.h:24 hacks/config/menger.xml.h:12 #: hacks/config/molecule.xml.h:19 hacks/config/spheremonics.xml.h:15 msgid "Rotate around Z axis" msgstr "" -#: hacks/config/cubenetic.xml.h:20 hacks/config/gltext.xml.h:11 +#: hacks/config/cubenetic.xml.h:20 hacks/config/glblur.xml.h:12 +#: hacks/config/glknots.xml.h:14 hacks/config/gltext.xml.h:11 #: hacks/config/lavalite.xml.h:25 hacks/config/menger.xml.h:13 #: hacks/config/molecule.xml.h:20 hacks/config/spheremonics.xml.h:16 msgid "Rotate around all three axes" @@ -2116,14 +2418,38 @@ msgstr "" msgid "Surface Pattern Speed" msgstr "" -#: hacks/config/cubenetic.xml.h:28 hacks/config/dangerball.xml.h:10 -#: hacks/config/engine.xml.h:8 hacks/config/glforestfire.xml.h:19 -#: hacks/config/gltext.xml.h:17 hacks/config/lavalite.xml.h:30 -#: hacks/config/menger.xml.h:20 hacks/config/molecule.xml.h:25 -#: hacks/config/spheremonics.xml.h:25 hacks/config/wander.xml.h:15 +#: hacks/config/cubenetic.xml.h:28 hacks/config/cubestorm.xml.h:13 +#: hacks/config/dangerball.xml.h:10 hacks/config/engine.xml.h:20 +#: hacks/config/glblur.xml.h:19 hacks/config/glforestfire.xml.h:19 +#: hacks/config/glknots.xml.h:22 hacks/config/gltext.xml.h:17 +#: hacks/config/lavalite.xml.h:31 hacks/config/menger.xml.h:20 +#: hacks/config/molecule.xml.h:25 hacks/config/spheremonics.xml.h:25 +#: hacks/config/wander.xml.h:15 msgid "Wander" msgstr "" +#: hacks/config/cubestorm.xml.h:2 +msgid "CubeStorm" +msgstr "" + +#: hacks/config/cubestorm.xml.h:3 +msgid "" +"Draws a series of rotating 3D boxes that intersect each other and eventually " +"fill space. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/cubestorm.xml.h:5 hacks/config/glknots.xml.h:6 +msgid "Motion Speed" +msgstr "" + +#: hacks/config/cubestorm.xml.h:6 +msgid "Number of Cubes" +msgstr "" + +#: hacks/config/cubestorm.xml.h:10 +msgid "Strut Thickness" +msgstr "" + #: hacks/config/cynosure.xml.h:1 msgid "" "A hack similar to `greynetic', but less frenetic. The first implementation " @@ -2223,8 +2549,8 @@ msgid "" "This takes an image and makes it melt. You've no doubt seen this effect " "before, but no screensaver would really be complete without it. It works " "best if there's something colorful visible. Warning, if the effect continues " -"after the screen saver is off, seek medical attention. Written by David Wald " -"and Vivek Khera." +"after the screen saver is off, seek medical attention. Written by David " +"Wald, Vivek Khera, Jamie Zawinski, and Vince Levey." msgstr "" #: hacks/config/deco.xml.h:3 @@ -2249,7 +2575,7 @@ msgid "" msgstr "" #: hacks/config/deco.xml.h:11 hacks/config/rd-bomb.xml.h:23 -#: hacks/config/whirlygig.xml.h:7 hacks/config/xearth.xml.h:33 +#: hacks/config/whirlygig.xml.h:20 hacks/config/xearth.xml.h:33 #: hacks/config/zoom.xml.h:10 msgid "x" msgstr "" @@ -2276,10 +2602,6 @@ msgid "" "stripes and spirals. Written by David Bagley." msgstr "" -#: hacks/config/demon.xml.h:2 hacks/config/petri.xml.h:1 -msgid "Cell Size" -msgstr "" - #: hacks/config/demon.xml.h:3 msgid "Demon" msgstr "" @@ -2322,11 +2644,6 @@ msgstr "" msgid "Magnify" msgstr "" -#: hacks/config/distort.xml.h:9 hacks/config/glforestfire.xml.h:10 -#: hacks/config/lament.xml.h:4 hacks/config/sballs.xml.h:6 -msgid "Normal" -msgstr "" - #: hacks/config/distort.xml.h:10 msgid "Reflect" msgstr "" @@ -2377,18 +2694,42 @@ msgid "Lissojous Figures" msgstr "" #: hacks/config/electricsheep.xml.h:1 -msgid "ElectricSheep" -msgstr "" - -#: hacks/config/electricsheep.xml.h:2 msgid "" "ElectricSheep is an xscreensaver module that displays mpeg video of an " "animated fractal flame. In the background, it contributes render cycles to " "the next animation. Periodically it uploades completed frames to the server, " "where they are compressed for distribution to all clients. This program is " -"recommended only if you have a high bandwidth connection to the Internet. By " -"Scott Draves. You can find it at <http://www.electricsheep.org/>. See " -"that web site for configuration information." +"recommended only if you have a high bandwidth, always-on connection to the " +"Internet. By Scott Draves. You can find it at <http://www.electricsheep." +"org/>." +msgstr "" + +#: hacks/config/electricsheep.xml.h:2 +msgid "Frame Rate" +msgstr "" + +#: hacks/config/electricsheep.xml.h:3 +msgid "Hide Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:4 +msgid "Megabytes of Local Sheep Storage" +msgstr "" + +#: hacks/config/electricsheep.xml.h:5 +msgid "Nickname" +msgstr "" + +#: hacks/config/electricsheep.xml.h:6 +msgid "Repititions of each Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:7 +msgid "Standalone" +msgstr "" + +#: hacks/config/electricsheep.xml.h:8 +msgid "URL" msgstr "" #: hacks/config/endgame.xml.h:1 @@ -2402,15 +2743,63 @@ msgid "Endgame" msgstr "" #: hacks/config/engine.xml.h:1 -msgid "" -"Draws a simple four-stroke engine that floats around the screen. Written by " -"Ben Buxton." +msgid "Audi Quattro (5 cylinders)" msgstr "" #: hacks/config/engine.xml.h:2 +msgid "BMW M3 (4 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:3 +msgid "BMW M5 (6 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:4 +msgid "Corvette Z06 (8 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:5 +msgid "Dodge Viper (10 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:6 +msgid "" +"Draws a simple model of an engine that floats around the screen. Written by " +"Ben Buxton and Ed Beroset." +msgstr "" + +#: hacks/config/engine.xml.h:7 msgid "Engine" msgstr "" +#: hacks/config/engine.xml.h:9 +msgid "Honda Insight (3 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:10 +msgid "Jaguar XKE (12 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:11 +msgid "Porsche 911 (6 cylinders, flat)" +msgstr "" + +#: hacks/config/engine.xml.h:12 +msgid "Random Engine" +msgstr "" + +#: hacks/config/engine.xml.h:13 +msgid "Show Engine Name" +msgstr "" + +#: hacks/config/engine.xml.h:18 +msgid "Subaru XT (6 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:19 +msgid "VW Beetle (4 cylinders, flat)" +msgstr "" + #: hacks/config/epicycle.xml.h:4 msgid "Epicycle" msgstr "" @@ -2427,6 +2816,51 @@ msgid "" "planetary motion. Written by James Youngman." msgstr "" +#: hacks/config/eruption.xml.h:1 +msgid "An exposive version of XFlame. By W.P. van Paassen." +msgstr "" + +#: hacks/config/eruption.xml.h:2 +msgid "Cooling factor" +msgstr "" + +#: hacks/config/eruption.xml.h:4 +msgid "Eruption" +msgstr "" + +#: hacks/config/eruption.xml.h:7 hacks/config/fluidballs.xml.h:9 +#: hacks/config/qix.xml.h:9 hacks/config/speedmine.xml.h:4 +msgid "Gravity" +msgstr "" + +#: hacks/config/eruption.xml.h:8 +msgid "Heat" +msgstr "" + +#: hacks/config/eruption.xml.h:9 +msgid "Inferno" +msgstr "" + +#: hacks/config/eruption.xml.h:10 +msgid "Little" +msgstr "" + +#: hacks/config/eruption.xml.h:13 +msgid "Negative" +msgstr "" + +#: hacks/config/eruption.xml.h:15 +msgid "Number of Particles" +msgstr "" + +#: hacks/config/eruption.xml.h:16 +msgid "Pleasant" +msgstr "" + +#: hacks/config/eruption.xml.h:17 +msgid "Positive" +msgstr "" + #: hacks/config/euler2d.xml.h:2 msgid "Euler2d" msgstr "" @@ -2538,7 +2972,8 @@ msgstr "" msgid "0 Seconds" msgstr "" -#: hacks/config/flame.xml.h:2 hacks/config/maze.xml.h:2 +#: hacks/config/flame.xml.h:2 hacks/config/glslideshow.xml.h:2 +#: hacks/config/maze.xml.h:2 msgid "10 Seconds" msgstr "" @@ -2546,7 +2981,7 @@ msgstr "" msgid "Another iterative fractal generator. Written by Scott Draves." msgstr "" -#: hacks/config/flame.xml.h:4 +#: hacks/config/flame.xml.h:4 hacks/config/jigglypuff.xml.h:4 msgid "Complexity" msgstr "" @@ -2607,28 +3042,23 @@ msgid "Zoom In and Out" msgstr "" #: hacks/config/fluidballs.xml.h:1 -msgid "Ball Size" -msgstr "" - -#: hacks/config/fluidballs.xml.h:5 -msgid "FluidBalls" +msgid " Freefall" msgstr "" -#: hacks/config/fluidballs.xml.h:6 -msgid "Freefall" +#: hacks/config/fluidballs.xml.h:2 +msgid "Ball Size" msgstr "" -#: hacks/config/fluidballs.xml.h:7 hacks/config/twang.xml.h:4 -msgid "Friction" +#: hacks/config/fluidballs.xml.h:4 +msgid "Clay" msgstr "" -#: hacks/config/fluidballs.xml.h:8 -msgid "Glass" +#: hacks/config/fluidballs.xml.h:7 +msgid "FluidBalls" msgstr "" -#: hacks/config/fluidballs.xml.h:9 hacks/config/qix.xml.h:9 -#: hacks/config/speedmine.xml.h:4 -msgid "Gravity" +#: hacks/config/fluidballs.xml.h:8 hacks/config/twang.xml.h:4 +msgid "Friction" msgstr "" #: hacks/config/fluidballs.xml.h:10 @@ -2648,7 +3078,7 @@ msgid "" msgstr "" #: hacks/config/fluidballs.xml.h:15 -msgid "Sandpaper" +msgid "Rubber" msgstr "" #: hacks/config/fluidballs.xml.h:16 @@ -2667,6 +3097,92 @@ msgstr "" msgid "Wind" msgstr "" +#: hacks/config/flurry.xml.h:1 +msgid "Binary" +msgstr "" + +#: hacks/config/flurry.xml.h:2 +msgid "Classic" +msgstr "" + +#: hacks/config/flurry.xml.h:3 +msgid "Fire" +msgstr "" + +#: hacks/config/flurry.xml.h:4 +msgid "Flurry" +msgstr "" + +#: hacks/config/flurry.xml.h:5 +msgid "Insane" +msgstr "" + +#: hacks/config/flurry.xml.h:6 +msgid "Psychedelic" +msgstr "" + +#: hacks/config/flurry.xml.h:7 +msgid "RGB" +msgstr "" + +#: hacks/config/flurry.xml.h:8 hacks/config/jigglypuff.xml.h:13 +#: hacks/config/sballs.xml.h:10 hacks/config/whirlygig.xml.h:12 +msgid "Random" +msgstr "" + +#: hacks/config/flurry.xml.h:10 +msgid "" +"This port of the OSX screensaver of the same name draws a colourful star" +"(fish)like flurry of particles. xscreensaver port by Tobias Sargeant <" +"tobias.sargeant@bigpond.com> Original Mac version by Calum Robinson <" +"calumr@mac.com> http://homepage.mac.com/calumr" +msgstr "" + +#: hacks/config/flurry.xml.h:11 +msgid "Water" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:1 +msgid "" +"A fleet of 3d space-age jet-powered flying toasters (and toast!) Inspired by " +"the ancient Berkeley Systems After Dark flying toasters. By Jamie Zawinski " +"and Baconmonkey." +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:2 +msgid "Air Speed" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:4 +msgid "Chrome Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:6 +msgid "Flying Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:7 hacks/config/glslideshow.xml.h:16 +#: hacks/config/jigglypuff.xml.h:12 hacks/config/juggle.xml.h:6 +#: hacks/config/pipes.xml.h:10 +msgid "None" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:8 +msgid "Number of Slices" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:9 +msgid "Number of Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:12 +msgid "Solid Colors" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:13 +msgid "Swarm" +msgstr "" + #: hacks/config/forest.xml.h:2 hacks/config/glforestfire.xml.h:6 msgid "Forest" msgstr "" @@ -2744,13 +3260,13 @@ msgstr "" #: hacks/config/gflux.xml.h:10 #, fuzzy msgid "Screen Image" -msgstr "Ruudunsäästäjä" +msgstr "Ruudunsstj" #: hacks/config/gflux.xml.h:14 hacks/config/interference.xml.h:18 msgid "Wave Speed" msgstr "" -#: hacks/config/gflux.xml.h:15 +#: hacks/config/gflux.xml.h:15 hacks/config/glmatrix.xml.h:20 msgid "Waves" msgstr "" @@ -2758,6 +3274,25 @@ msgstr "" msgid "Wire Mesh" msgstr "" +#: hacks/config/glblur.xml.h:1 +msgid "Blur Smoothness" +msgstr "" + +#: hacks/config/glblur.xml.h:5 +msgid "GLBlur" +msgstr "" + +#: hacks/config/glblur.xml.h:18 +msgid "" +"This program draws a box and a few line segments, and generates a radial " +"blur outward from it. This creates flowing field effects. This is done by " +"rendering the scene into a small texture, then repeatedly rendering " +"increasingly-enlarged and increasingly-transparent versions of that texture " +"onto the frame buffer. As such, it's quite graphics intensive: don't bother " +"trying to run this if you don't have hardware-accelerated OpenGL texture " +"support. It will hurt your machine bad." +msgstr "" + #: hacks/config/glforestfire.xml.h:2 msgid "Desert" msgstr "" @@ -2769,63 +3304,181 @@ msgid "" "for texture maps. Written by Eric Lassauge <lassauge@mail.dotcom.fr>." msgstr "" -#: hacks/config/glforestfire.xml.h:5 +#: hacks/config/glforestfire.xml.h:5 hacks/config/glmatrix.xml.h:9 msgid "Fog" msgstr "" -#: hacks/config/glforestfire.xml.h:7 -msgid "GLForestFire" +#: hacks/config/glforestfire.xml.h:7 +msgid "GLForestFire" +msgstr "" + +#: hacks/config/glforestfire.xml.h:8 +msgid "Huge Fire" +msgstr "" + +#: hacks/config/glforestfire.xml.h:9 +msgid "No shadow" +msgstr "" + +#: hacks/config/glforestfire.xml.h:11 +msgid "Number of trees" +msgstr "" + +#: hacks/config/glforestfire.xml.h:12 +msgid "Rain" +msgstr "" + +#: hacks/config/glforestfire.xml.h:17 +msgid "Track mouse" +msgstr "" + +#: hacks/config/glknots.xml.h:4 +msgid "GLKnots" +msgstr "" + +#: hacks/config/glknots.xml.h:5 +msgid "" +"Generates some twisting 3d knot patterns. Spins 'em around. Written by Jamie " +"Zawinski." +msgstr "" + +#: hacks/config/glknots.xml.h:7 hacks/config/lavalite.xml.h:17 +#: hacks/config/spheremonics.xml.h:9 +msgid "Resolution" +msgstr "" + +#: hacks/config/glknots.xml.h:15 +msgid "Segmented" +msgstr "" + +#: hacks/config/glknots.xml.h:18 hacks/config/lavalite.xml.h:28 +msgid "Smooth" +msgstr "" + +#: hacks/config/glmatrix.xml.h:2 hacks/config/xmatrix.xml.h:1 +msgid "Binary Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:4 +msgid "Draw Glyphs" +msgstr "" + +#: hacks/config/glmatrix.xml.h:5 +msgid "Draw Outlines" +msgstr "" + +#: hacks/config/glmatrix.xml.h:6 +msgid "Draw Solid Boxes" +msgstr "" + +#: hacks/config/glmatrix.xml.h:7 +msgid "" +"Draws 3D dropping characters similar to what is seen in the title sequence " +"of \"The Matrix\". See also \"xmatrix\" for a 2D rendering of the similar " +"effect that appeared on the computer monitors actually *in* the movie. " +"Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/glmatrix.xml.h:10 +msgid "GLMatrix" +msgstr "" + +#: hacks/config/glmatrix.xml.h:11 hacks/config/xmatrix.xml.h:7 +msgid "Genetic Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:12 +msgid "Glyph Density" +msgstr "" + +#: hacks/config/glmatrix.xml.h:13 +msgid "Glyph Speed" +msgstr "" + +#: hacks/config/glmatrix.xml.h:14 hacks/config/xmatrix.xml.h:8 +msgid "Hexadecimal Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:15 hacks/config/xmatrix.xml.h:11 +msgid "Matrix Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:16 +msgid "Panning" +msgstr "" + +#: hacks/config/glplanet.xml.h:1 +msgid "" +"Draws a planet bouncing around in space. Written by David Konerding. The " +"built-in image is a map of the earth (extracted from `xearth'), but you can " +"wrap any texture around the sphere, e.g., the planetary textures that come " +"with `ssystem'." +msgstr "" + +#: hacks/config/glplanet.xml.h:3 +msgid "GLPlanet" +msgstr "" + +#: hacks/config/glplanet.xml.h:4 +msgid "Image File" +msgstr "" + +#: hacks/config/glslideshow.xml.h:4 hacks/config/rd-bomb.xml.h:5 +#, no-c-format +msgid "100%" +msgstr "" + +#: hacks/config/glslideshow.xml.h:5 hacks/config/glsnake.xml.h:2 +#: hacks/config/penrose.xml.h:2 +msgid "30 Seconds" msgstr "" -#: hacks/config/glforestfire.xml.h:8 -msgid "Huge Fire" +#: hacks/config/glslideshow.xml.h:6 +msgid "5 Minutes" msgstr "" -#: hacks/config/glforestfire.xml.h:9 -msgid "No shadow" +#: hacks/config/glslideshow.xml.h:8 +#, no-c-format +msgid "50%" msgstr "" -#: hacks/config/glforestfire.xml.h:11 -msgid "Number of trees" +#: hacks/config/glslideshow.xml.h:9 +msgid "Always show at least this much of the image:" msgstr "" -#: hacks/config/glforestfire.xml.h:12 -msgid "Rain" +#: hacks/config/glslideshow.xml.h:10 +msgid "Crossfade Duration:" msgstr "" -#: hacks/config/glforestfire.xml.h:17 -msgid "Track mouse" +#: hacks/config/glslideshow.xml.h:11 +msgid "Frame Rate:" msgstr "" -#: hacks/config/glforestfire.xml.h:18 hacks/config/lament.xml.h:8 -#: hacks/config/sballs.xml.h:17 -msgid "Untextured" +#: hacks/config/glslideshow.xml.h:12 +msgid "GLSlideshow" msgstr "" -#: hacks/config/glplanet.xml.h:1 +#: hacks/config/glslideshow.xml.h:14 msgid "" -"Draws a planet bouncing around in space. Written by David Konerding. The " -"built-in image is a map of the earth (extracted from `xearth'), but you can " -"wrap any texture around the sphere, e.g., the planetary textures that come " -"with `ssystem'." +"Loads a random sequence of images and smoothly scans and zooms around in " +"each, fading from pan to pan. You can set the directory from which images " +"are loaded on the \"Advanced\" tab. This program requires a good video card " +"capable of supporting large textures. Written by Jamie Zawinski and Mike " +"Oliphant." msgstr "" -#: hacks/config/glplanet.xml.h:3 -msgid "GLPlanet" +#: hacks/config/glslideshow.xml.h:17 +msgid "Pan/Zoom Duration:" msgstr "" -#: hacks/config/glplanet.xml.h:4 -msgid "Image File" +#: hacks/config/glslideshow.xml.h:19 +msgid "Time until loading a new image:" msgstr "" #: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 msgid "1" msgstr "" -#: hacks/config/glsnake.xml.h:2 hacks/config/penrose.xml.h:2 -msgid "30 Seconds" -msgstr "" - #: hacks/config/glsnake.xml.h:3 msgid "" "Draws a simulation of the Rubik's Snake puzzle. Written by Jamie Wilkinson, " @@ -2966,6 +3619,50 @@ msgid "" "This draws random colored and stippled rectangles. Written by Jamie Zawinski." msgstr "" +#: hacks/config/halftone.xml.h:1 +msgid "Delay (Large = low cpu load)" +msgstr "" + +#: hacks/config/halftone.xml.h:2 +msgid "Dot fill factor" +msgstr "" + +#: hacks/config/halftone.xml.h:3 +msgid "Dot size" +msgstr "" + +#: hacks/config/halftone.xml.h:4 +msgid "" +"Draws the gravity force in each point on the screen seen through a halftone " +"dot pattern. The gravity force is calculated from a set of moving mass " +"points. View it from a distance for best effect. Written by Peter Jaric <" +"peter@jaric.org>." +msgstr "" + +#: hacks/config/halftone.xml.h:5 +msgid "Gravity points" +msgstr "" + +#: hacks/config/halftone.xml.h:6 +msgid "Halftone" +msgstr "" + +#: hacks/config/halftone.xml.h:10 +msgid "Maximum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:11 +msgid "Maximum speed" +msgstr "" + +#: hacks/config/halftone.xml.h:12 +msgid "Minimum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:13 +msgid "Minimum speed" +msgstr "" + #: hacks/config/halo.xml.h:1 msgid "Animate Circles" msgstr "" @@ -3120,6 +3817,98 @@ msgid "" "brain will melt. Written by Joe Keane, Fritz Mueller, and Jamie Zawinski." msgstr "" +#: hacks/config/hypertorus.xml.h:1 +msgid "-4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:2 +msgid "4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:3 +msgid "4D Hypertorus" +msgstr "" + +#: hacks/config/hypertorus.xml.h:4 +msgid "Color Wheel" +msgstr "" + +#: hacks/config/hypertorus.xml.h:5 +msgid "Display Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:7 +msgid "Orthographic 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:8 +msgid "Orthographic 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:9 +msgid "Perspective 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:10 +msgid "Perspective 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:11 +msgid "See-Through Bands" +msgstr "" + +#: hacks/config/hypertorus.xml.h:14 +msgid "Solid Object" +msgstr "" + +#: hacks/config/hypertorus.xml.h:15 hacks/config/pulsar.xml.h:16 +msgid "Solid Surface" +msgstr "" + +#: hacks/config/hypertorus.xml.h:16 +msgid "" +"This program shows a rotating Clifford Torus: a torus lying on the \"surface" +"\" of a 4D hypersphere. Written by Carsten Steger, inspired by Thomas " +"Banchoff's book \"Beyond the Third Dimension: Geometry, Computer Graphics, " +"and Higher Dimensions\", Scientific American Library, 1990." +msgstr "" + +#: hacks/config/hypertorus.xml.h:17 +msgid "Transparent Surface" +msgstr "" + +#: hacks/config/hypertorus.xml.h:18 +msgid "Two-Sided" +msgstr "" + +#: hacks/config/hypertorus.xml.h:19 +msgid "WX Rotation Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:20 +msgid "WY Rotation Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:21 +msgid "WZ Rotation Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:22 +msgid "Wireframe Mesh" +msgstr "" + +#: hacks/config/hypertorus.xml.h:23 +msgid "XY Rotation Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:24 +msgid "XZ Rotation Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:25 +msgid "YZ Rotation Speed" +msgstr "" + #: hacks/config/ifs.xml.h:2 msgid "IFS" msgstr "" @@ -3188,6 +3977,94 @@ msgstr "" msgid "Wave Size" msgstr "" +#: hacks/config/jigglypuff.xml.h:2 +msgid "Chrome" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:3 +msgid "Clown barf" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:5 +msgid "Cycle" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:7 +msgid "Flower box" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:9 +msgid "Inertial damping" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:10 +msgid "JigglyPuff" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:14 +msgid "Rotation speed" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:17 hacks/config/sphere.xml.h:7 +msgid "Sphere" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:18 +msgid "Sphere strength" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:19 +msgid "Spookiness" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:20 +msgid "Spoooooky" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:21 hacks/config/sballs.xml.h:16 +msgid "Tetrahedron" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:22 +msgid "" +"This little gem does bad things with quasi-spherical objects. The gist of it " +"is that you have what is, structurally, a tetrahedron with tesselated faces. " +"the vertices on these faces have forces on them in the form of one " +"proportional to their distance from the surface of a sphere, and one which " +"is proportional to how far they differ from some ideal distance from their " +"neighbors. They also have inertia. The forces and distance are parameters " +"and there are also a couple of visual parameters. The resulting effect can " +"range from a shape that does nothing, to a frenetic polygon storm. Somewhere " +"in between there it usually manifests as a blob that jiggles in a kind of " +"disturbing manner. woo. It doesn't matter, however. You should just pick " +"'random'. It overrides all the other options, except for fps, delay and " +"complexity. By Keith Macleod" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:23 +msgid "Vertex-vertex behavior" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:24 +msgid "Vertex-vertex force" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:26 +msgid "collapse" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:27 +msgid "expand" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:28 +msgid "none" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:29 +msgid "strong" +msgstr "" + #: hacks/config/jigsaw.xml.h:4 msgid "Jigsaw" msgstr "" @@ -3218,10 +4095,6 @@ msgstr "" msgid "Juggle" msgstr "" -#: hacks/config/juggle.xml.h:6 hacks/config/pipes.xml.h:10 -msgid "None" -msgstr "" - #: hacks/config/julia.xml.h:3 hacks/config/rorschach.xml.h:4 msgid "Iterations" msgstr "" @@ -3264,6 +4137,24 @@ msgstr "" msgid "Trails" msgstr "" +#: hacks/config/klein.xml.h:3 +msgid "Klein" +msgstr "" + +#: hacks/config/klein.xml.h:10 +msgid "" +"This draws a visualization of a Klein bottle or some other interesting " +"parametric surfaces. Written by Andrey Mirtchovski." +msgstr "" + +#: hacks/config/klein.xml.h:11 +msgid "Use Randomized Surfaces and Primitives" +msgstr "" + +#: hacks/config/klein.xml.h:12 +msgid "Wander Around the Screen" +msgstr "" + #: hacks/config/kumppa.xml.h:5 msgid "Kumppa" msgstr "" @@ -3347,18 +4238,10 @@ msgstr "" msgid "Random Lamp Style" msgstr "" -#: hacks/config/lavalite.xml.h:17 hacks/config/spheremonics.xml.h:9 -msgid "Resolution" -msgstr "" - #: hacks/config/lavalite.xml.h:18 msgid "Rocket Lavalite" msgstr "" -#: hacks/config/lavalite.xml.h:27 -msgid "Smooth" -msgstr "" - #: hacks/config/lightning.xml.h:2 msgid "Lightning" msgstr "" @@ -3504,6 +4387,32 @@ msgid "" "by Jamie Zawinski." msgstr "" +#: hacks/config/metaballs.xml.h:1 +msgid "Big" +msgstr "" + +#: hacks/config/metaballs.xml.h:2 +msgid "" +"Draws two dimensional metaballs: overlapping and merging balls with fuzzy " +"edges. By W.P. van Paassen." +msgstr "" + +#: hacks/config/metaballs.xml.h:7 +msgid "MetaBall Movement" +msgstr "" + +#: hacks/config/metaballs.xml.h:8 +msgid "MetaBall Radius" +msgstr "" + +#: hacks/config/metaballs.xml.h:9 +msgid "MetaBalls" +msgstr "" + +#: hacks/config/metaballs.xml.h:11 +msgid "Number of MetaBalls" +msgstr "" + #: hacks/config/moebius.xml.h:1 msgid "" "Another M. C. Escher hack by Marcelo Vianna, this one draws ``Moebius Strip " @@ -3859,6 +4768,28 @@ msgstr "" msgid "Scale" msgstr "" +#: hacks/config/piecewise.xml.h:1 +msgid "Color shifting speed" +msgstr "" + +#: hacks/config/piecewise.xml.h:6 +msgid "Maximum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:7 +msgid "Minimum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:8 +msgid "Piecewise" +msgstr "" + +#: hacks/config/piecewise.xml.h:12 +msgid "" +"This draws a bunch of moving circles which switch from visibility to " +"invisibility at intersection points. Written by Geoffrey Irving." +msgstr "" + #: hacks/config/pipes.xml.h:1 msgid "Allow Tight Turns" msgstr "" @@ -3919,6 +4850,35 @@ msgid "" "puzzle pieces. Written by Stephen Montgomery-Smith." msgstr "" +#: hacks/config/popsquares.xml.h:1 +msgid "Border" +msgstr "" + +#: hacks/config/popsquares.xml.h:2 +msgid "End color" +msgstr "" + +#: hacks/config/popsquares.xml.h:7 +msgid "Start color" +msgstr "" + +#: hacks/config/popsquares.xml.h:8 +msgid "Subdivision" +msgstr "" + +#: hacks/config/popsquares.xml.h:9 +msgid "" +"This draws a pop-art-ish looking grid of pulsing colors. By Levi Burton." +msgstr "" + +#: hacks/config/popsquares.xml.h:10 +msgid "Twitch" +msgstr "" + +#: hacks/config/popsquares.xml.h:11 +msgid "popsquares" +msgstr "" + #: hacks/config/pulsar.xml.h:1 msgid "Anti-alias Lines" msgstr "" @@ -3966,10 +4926,6 @@ msgstr "" msgid "Quad Count" msgstr "" -#: hacks/config/pulsar.xml.h:16 -msgid "Solid Surface" -msgstr "" - #: hacks/config/pulsar.xml.h:18 msgid "Texture PPM File" msgstr "" @@ -3982,10 +4938,6 @@ msgstr "" msgid "Launch Frequency" msgstr "" -#: hacks/config/pyro.xml.h:8 -msgid "Often" -msgstr "" - #: hacks/config/pyro.xml.h:9 msgid "Particle Density" msgstr "" @@ -4063,11 +5015,6 @@ msgstr "" msgid "1%" msgstr "" -#: hacks/config/rd-bomb.xml.h:5 -#, no-c-format -msgid "100%" -msgstr "" - #: hacks/config/rd-bomb.xml.h:7 msgid "" "Another variation of the `Bomb' program by Scott Draves. This draws a grid " @@ -4279,10 +5226,6 @@ msgstr "" msgid "Pyramid" msgstr "" -#: hacks/config/sballs.xml.h:10 -msgid "Random" -msgstr "" - #: hacks/config/sballs.xml.h:11 msgid "Sballs" msgstr "" @@ -4291,10 +5234,6 @@ msgstr "" msgid "Star" msgstr "" -#: hacks/config/sballs.xml.h:16 -msgid "Tetrahedron" -msgstr "" - #: hacks/config/shadebobs.xml.h:7 msgid "ShadeBobs" msgstr "" @@ -4445,10 +5384,6 @@ msgid "" "Duff in 1982." msgstr "" -#: hacks/config/sphere.xml.h:7 -msgid "Sphere" -msgstr "" - #: hacks/config/sphereEversion.xml.h:1 msgid "SphereEversion" msgstr "" @@ -4480,7 +5415,7 @@ msgid "" "angular momentum operators. Written by Paul Bourke and Jamie Zawinski." msgstr "" -#: hacks/config/spiral.xml.h:2 +#: hacks/config/spiral.xml.h:2 hacks/config/superquadrics.xml.h:2 msgid "Cycles" msgstr "" @@ -4553,10 +5488,9 @@ msgid "" "work with some window managers, but not with others, so your mileage may " "vary. SSystem was once available at <http://www1.las.es/~amil/ssystem/" ">, but is now gone. You may still be able to find copies elsewhere. " -"SSystem has since evolved into two different programs: OpenUniverse (http://" -"openuniverse.sourceforge.net/) and Celestia (http://www.shatters.net/" -"celestia/). Sadly, neither of these programs work with xscreensaver at all. " -"You are encouraged to nag their authors into adding xscreensaver support!" +"SSystem has since evolved into Celestia, found at <http://www.shatters." +"net/celestia/>. Sadly, Celestia does not work with xscreensaver at all. " +"You are encouraged to nag the authors into adding xscreensaver support!" msgstr "" #: hacks/config/stairs.xml.h:6 @@ -4674,14 +5608,14 @@ msgid "" "Written by Massimino Pascal." msgstr "" -#: hacks/config/superquadrics.xml.h:2 +#: hacks/config/superquadrics.xml.h:3 msgid "" "Ed Mackey reports that he wrote the first version of this program in BASIC " "on a Commodore 64 in 1987, as a 320x200 black and white wireframe. Now it is " "GL and has specular reflections." msgstr "" -#: hacks/config/superquadrics.xml.h:10 +#: hacks/config/superquadrics.xml.h:11 msgid "Superquadrics" msgstr "" @@ -4902,17 +5836,61 @@ msgid "Amplitude" msgstr "" #: hacks/config/whirlygig.xml.h:2 +msgid "Circle" +msgstr "" + +#: hacks/config/whirlygig.xml.h:3 msgid "Draws zooming chains of sinusoidal spots. Written by Ashton Trey Belew." msgstr "" +#: hacks/config/whirlygig.xml.h:4 +msgid "Explain modes" +msgstr "" + #: hacks/config/whirlygig.xml.h:5 -msgid "Whirlies" +msgid "Fun" msgstr "" #: hacks/config/whirlygig.xml.h:6 +msgid "Funky" +msgstr "" + +#: hacks/config/whirlygig.xml.h:7 +msgid "Innie" +msgstr "" + +#: hacks/config/whirlygig.xml.h:8 +msgid "Leave a trail" +msgstr "" + +#: hacks/config/whirlygig.xml.h:9 +msgid "Linear" +msgstr "" + +#: hacks/config/whirlygig.xml.h:11 +msgid "Lissajous" +msgstr "" + +#: hacks/config/whirlygig.xml.h:15 +msgid "Test" +msgstr "" + +#: hacks/config/whirlygig.xml.h:16 +msgid "Use Double Buffering" +msgstr "" + +#: hacks/config/whirlygig.xml.h:17 +msgid "Whirlies" +msgstr "" + +#: hacks/config/whirlygig.xml.h:18 msgid "WhirlyGig" msgstr "" +#: hacks/config/whirlygig.xml.h:19 +msgid "Wrap the screen" +msgstr "" + #: hacks/config/worm.xml.h:1 msgid "" "An ancient xlock hack that draws multicolored worms that crawl around the " @@ -4929,7 +5907,7 @@ msgid "" "XaoS generates fast fly-through animations of the Mandelbrot and other " "fractal sets. Written by Thomas Marsh and Jan Hubicka. This is not included " "with the XScreenSaver package, but if you don't have it already, you can " -"find it at <http://limax.paru.cas.cz/~hubicka/XaoS/>." +"find it at <http://xaos.theory.org/>." msgstr "" #: hacks/config/xdaliclock.xml.h:1 @@ -4952,7 +5930,7 @@ msgstr "" msgid "Huge Font" msgstr "" -#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:9 +#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:10 msgid "Large Font" msgstr "" @@ -4960,7 +5938,7 @@ msgstr "" msgid "Medium Font" msgstr "" -#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:16 msgid "Small Font" msgstr "" @@ -5129,14 +6107,12 @@ msgstr "" msgid "Xlyap" msgstr "" -#: hacks/config/xmatrix.xml.h:1 +#: hacks/config/xmatrix.xml.h:3 msgid "" -"A rendition of the text scrolls seen in the movie ``The Matrix.'' Written by " -"Jamie Zawinski." -msgstr "" - -#: hacks/config/xmatrix.xml.h:2 -msgid "Binary Encoding" +"Draws dropping characters similar to what is seen on the computer monitors " +"in \"The Matrix\". See also \"glmatrix\" for a 3D rendering of the similar " +"effect that appeared in the title sequence of the movie. Written by Jamie " +"Zawinski." msgstr "" #: hacks/config/xmatrix.xml.h:4 @@ -5147,35 +6123,27 @@ msgstr "" msgid "Full" msgstr "" -#: hacks/config/xmatrix.xml.h:7 -msgid "Genetic Encoding" -msgstr "" - -#: hacks/config/xmatrix.xml.h:8 -msgid "Hexadecimal Encoding" +#: hacks/config/xmatrix.xml.h:9 +msgid "Knock Knock" msgstr "" -#: hacks/config/xmatrix.xml.h:10 -msgid "Matrix Encoding" -msgstr "" - -#: hacks/config/xmatrix.xml.h:11 +#: hacks/config/xmatrix.xml.h:12 msgid "Phone Number" msgstr "" -#: hacks/config/xmatrix.xml.h:12 +#: hacks/config/xmatrix.xml.h:13 msgid "Run Trace Program" msgstr "" -#: hacks/config/xmatrix.xml.h:13 +#: hacks/config/xmatrix.xml.h:14 msgid "Slider Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:18 +#: hacks/config/xmatrix.xml.h:19 msgid "Synergistic Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:19 +#: hacks/config/xmatrix.xml.h:20 msgid "Xmatrix" msgstr "" @@ -5279,3 +6247,10 @@ msgid "" "option the result is like looking through many overlapping lenses rather " "than just a simple zoom. Written by James Macnicol." msgstr "" + +#~ msgid "Configure the settings of the screensaver." +#~ msgstr "Aseta ruudunsstjn asetukset." + +#, fuzzy +#~ msgid "Preview of screen saver" +#~ msgstr "Ruudunsstj" diff --git a/po/fr.po b/po/fr.po index f068153c..e0b4db16 100644 --- a/po/fr.po +++ b/po/fr.po @@ -736,7 +736,7 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3578 +#: driver/demo-Gtk.c:3812 #, c-format msgid "" "Warning:\n" @@ -752,7 +752,7 @@ msgid "" "Restart the daemon on \"%s\" as \"%s\" now?\n" msgstr "" -#: driver/demo-Gtk.c:3600 +#: driver/demo-Gtk.c:3834 #, c-format msgid "" "Warning:\n" @@ -1017,17 +1017,18 @@ msgstr "Peu" #: hacks/config/deco.xml.h:5 hacks/config/deluxe.xml.h:6 #: hacks/config/demon.xml.h:6 hacks/config/discrete.xml.h:4 #: hacks/config/drift.xml.h:9 hacks/config/epicycle.xml.h:8 -#: hacks/config/euler2d.xml.h:8 hacks/config/fadeplot.xml.h:6 -#: hacks/config/flag.xml.h:5 hacks/config/flame.xml.h:11 -#: hacks/config/flow.xml.h:8 hacks/config/fluidballs.xml.h:13 -#: hacks/config/forest.xml.h:3 hacks/config/galaxy.xml.h:6 -#: hacks/config/grav.xml.h:4 hacks/config/halo.xml.h:4 -#: hacks/config/hopalong.xml.h:15 hacks/config/ifs.xml.h:3 -#: hacks/config/imsmap.xml.h:9 hacks/config/interference.xml.h:11 -#: hacks/config/julia.xml.h:6 hacks/config/kaleidescope.xml.h:5 -#: hacks/config/laser.xml.h:6 hacks/config/lightning.xml.h:3 -#: hacks/config/lisa.xml.h:5 hacks/config/lissie.xml.h:6 -#: hacks/config/loop.xml.h:4 hacks/config/moire.xml.h:5 +#: hacks/config/eruption.xml.h:12 hacks/config/euler2d.xml.h:8 +#: hacks/config/fadeplot.xml.h:6 hacks/config/flag.xml.h:5 +#: hacks/config/flame.xml.h:11 hacks/config/flow.xml.h:8 +#: hacks/config/fluidballs.xml.h:13 hacks/config/forest.xml.h:3 +#: hacks/config/galaxy.xml.h:6 hacks/config/grav.xml.h:4 +#: hacks/config/halo.xml.h:4 hacks/config/hopalong.xml.h:15 +#: hacks/config/ifs.xml.h:3 hacks/config/imsmap.xml.h:9 +#: hacks/config/interference.xml.h:11 hacks/config/julia.xml.h:6 +#: hacks/config/kaleidescope.xml.h:5 hacks/config/laser.xml.h:6 +#: hacks/config/lightning.xml.h:3 hacks/config/lisa.xml.h:5 +#: hacks/config/lissie.xml.h:6 hacks/config/loop.xml.h:4 +#: hacks/config/metaballs.xml.h:6 hacks/config/moire.xml.h:5 #: hacks/config/moire2.xml.h:3 hacks/config/mountain.xml.h:4 #: hacks/config/nerverot.xml.h:15 hacks/config/pedal.xml.h:6 #: hacks/config/penrose.xml.h:7 hacks/config/petri.xml.h:11 @@ -1157,12 +1158,13 @@ msgstr "Lent(e)" #: hacks/config/deluxe.xml.h:9 hacks/config/demon.xml.h:10 #: hacks/config/discrete.xml.h:9 hacks/config/distort.xml.h:13 #: hacks/config/drift.xml.h:13 hacks/config/endgame.xml.h:6 -#: hacks/config/engine.xml.h:6 hacks/config/epicycle.xml.h:11 -#: hacks/config/euler2d.xml.h:15 hacks/config/extrusion.xml.h:13 -#: hacks/config/fadeplot.xml.h:10 hacks/config/flag.xml.h:9 -#: hacks/config/flame.xml.h:15 hacks/config/flipscreen3d.xml.h:7 -#: hacks/config/flow.xml.h:16 hacks/config/fluidballs.xml.h:20 -#: hacks/config/forest.xml.h:6 hacks/config/galaxy.xml.h:11 +#: hacks/config/engine.xml.h:16 hacks/config/epicycle.xml.h:11 +#: hacks/config/eruption.xml.h:20 hacks/config/euler2d.xml.h:15 +#: hacks/config/extrusion.xml.h:13 hacks/config/fadeplot.xml.h:10 +#: hacks/config/flag.xml.h:9 hacks/config/flame.xml.h:15 +#: hacks/config/flipscreen3d.xml.h:7 hacks/config/flow.xml.h:16 +#: hacks/config/fluidballs.xml.h:20 hacks/config/forest.xml.h:6 +#: hacks/config/galaxy.xml.h:11 hacks/config/glblur.xml.h:17 #: hacks/config/glforestfire.xml.h:15 hacks/config/glplanet.xml.h:8 #: hacks/config/gltext.xml.h:15 hacks/config/goop.xml.h:11 #: hacks/config/grav.xml.h:9 hacks/config/greynetic.xml.h:4 @@ -1170,18 +1172,20 @@ msgstr "Lent(e)" #: hacks/config/hyperball.xml.h:9 hacks/config/hypercube.xml.h:8 #: hacks/config/ifs.xml.h:6 hacks/config/jigsaw.xml.h:7 #: hacks/config/juggle.xml.h:8 hacks/config/julia.xml.h:10 -#: hacks/config/kaleidescope.xml.h:8 hacks/config/kumppa.xml.h:9 -#: hacks/config/lament.xml.h:7 hacks/config/laser.xml.h:11 -#: hacks/config/lavalite.xml.h:29 hacks/config/lightning.xml.h:6 -#: hacks/config/lisa.xml.h:9 hacks/config/lissie.xml.h:11 -#: hacks/config/lmorph.xml.h:12 hacks/config/loop.xml.h:9 -#: hacks/config/menger.xml.h:18 hacks/config/moebius.xml.h:10 +#: hacks/config/kaleidescope.xml.h:8 hacks/config/klein.xml.h:8 +#: hacks/config/kumppa.xml.h:9 hacks/config/lament.xml.h:7 +#: hacks/config/laser.xml.h:11 hacks/config/lavalite.xml.h:30 +#: hacks/config/lightning.xml.h:6 hacks/config/lisa.xml.h:9 +#: hacks/config/lissie.xml.h:11 hacks/config/lmorph.xml.h:12 +#: hacks/config/loop.xml.h:9 hacks/config/menger.xml.h:18 +#: hacks/config/metaballs.xml.h:15 hacks/config/moebius.xml.h:10 #: hacks/config/moire2.xml.h:7 hacks/config/molecule.xml.h:24 #: hacks/config/morph3d.xml.h:7 hacks/config/mountain.xml.h:8 #: hacks/config/munch.xml.h:9 hacks/config/nerverot.xml.h:22 #: hacks/config/penrose.xml.h:12 hacks/config/petri.xml.h:25 -#: hacks/config/phosphor.xml.h:7 hacks/config/pipes.xml.h:16 -#: hacks/config/polyominoes.xml.h:11 hacks/config/pulsar.xml.h:17 +#: hacks/config/phosphor.xml.h:7 hacks/config/piecewise.xml.h:11 +#: hacks/config/pipes.xml.h:16 hacks/config/polyominoes.xml.h:11 +#: hacks/config/popsquares.xml.h:6 hacks/config/pulsar.xml.h:17 #: hacks/config/qix.xml.h:22 hacks/config/queens.xml.h:6 #: hacks/config/rotor.xml.h:12 hacks/config/rubik.xml.h:11 #: hacks/config/sballs.xml.h:14 hacks/config/shadebobs.xml.h:10 @@ -1242,25 +1246,30 @@ msgstr "Fin" #: hacks/config/julia.xml.h:12 hacks/config/laser.xml.h:12 #: hacks/config/lightning.xml.h:8 hacks/config/lisa.xml.h:12 #: hacks/config/lissie.xml.h:13 hacks/config/loop.xml.h:12 -#: hacks/config/moire.xml.h:11 hacks/config/moire2.xml.h:9 -#: hacks/config/mountain.xml.h:9 hacks/config/nerverot.xml.h:23 -#: hacks/config/penrose.xml.h:13 hacks/config/polyominoes.xml.h:12 -#: hacks/config/rd-bomb.xml.h:20 hacks/config/rocks.xml.h:12 -#: hacks/config/rotor.xml.h:13 hacks/config/shadebobs.xml.h:12 -#: hacks/config/sierpinski.xml.h:12 hacks/config/slip.xml.h:12 -#: hacks/config/sphere.xml.h:8 hacks/config/spiral.xml.h:12 -#: hacks/config/squiral.xml.h:18 hacks/config/starfish.xml.h:14 -#: hacks/config/strange.xml.h:11 hacks/config/swirl.xml.h:9 -#: hacks/config/thornbird.xml.h:13 hacks/config/triangle.xml.h:8 -#: hacks/config/vines.xml.h:7 hacks/config/worm.xml.h:9 -#: hacks/config/xearth.xml.h:28 hacks/config/xfishtank.xml.h:11 +#: hacks/config/metaballs.xml.h:16 hacks/config/moire.xml.h:11 +#: hacks/config/moire2.xml.h:9 hacks/config/mountain.xml.h:9 +#: hacks/config/nerverot.xml.h:23 hacks/config/penrose.xml.h:13 +#: hacks/config/polyominoes.xml.h:12 hacks/config/rd-bomb.xml.h:20 +#: hacks/config/rocks.xml.h:12 hacks/config/rotor.xml.h:13 +#: hacks/config/shadebobs.xml.h:12 hacks/config/sierpinski.xml.h:12 +#: hacks/config/slip.xml.h:12 hacks/config/sphere.xml.h:8 +#: hacks/config/spiral.xml.h:12 hacks/config/squiral.xml.h:18 +#: hacks/config/starfish.xml.h:14 hacks/config/strange.xml.h:11 +#: hacks/config/swirl.xml.h:9 hacks/config/thornbird.xml.h:13 +#: hacks/config/triangle.xml.h:8 hacks/config/vines.xml.h:7 +#: hacks/config/worm.xml.h:9 hacks/config/xearth.xml.h:28 +#: hacks/config/xfishtank.xml.h:11 msgid "Two" msgstr "Deux" -#: hacks/config/anemone.xml.h:14 +#: hacks/config/anemone.xml.h:17 msgid "Wiggling tentacles. By Gabriel Finch." msgstr "" +#: hacks/config/anemone.xml.h:18 +msgid "Withdraw freqency" +msgstr "Fréquence de retrait" + #: hacks/config/ant.xml.h:1 msgid "" "A cellular automaton that is really a two-dimensional Turing machine: as the " @@ -1449,13 +1458,14 @@ msgstr "Timide" #: hacks/config/atlantis.xml.h:14 hacks/config/boxed.xml.h:7 #: hacks/config/cage.xml.h:5 hacks/config/extrusion.xml.h:12 -#: hacks/config/gears.xml.h:8 hacks/config/glplanet.xml.h:7 -#: hacks/config/glsnake.xml.h:13 hacks/config/gltext.xml.h:14 -#: hacks/config/menger.xml.h:17 hacks/config/molecule.xml.h:23 -#: hacks/config/munch.xml.h:8 hacks/config/sierpinski3d.xml.h:9 -#: hacks/config/speedmine.xml.h:14 hacks/config/spheremonics.xml.h:21 -#: hacks/config/sproingies.xml.h:7 hacks/config/stairs.xml.h:4 -#: hacks/config/stonerview.xml.h:2 hacks/config/superquadrics.xml.h:8 +#: hacks/config/gears.xml.h:8 hacks/config/glblur.xml.h:15 +#: hacks/config/glplanet.xml.h:7 hacks/config/glsnake.xml.h:13 +#: hacks/config/gltext.xml.h:14 hacks/config/menger.xml.h:17 +#: hacks/config/molecule.xml.h:23 hacks/config/munch.xml.h:8 +#: hacks/config/sierpinski3d.xml.h:9 hacks/config/speedmine.xml.h:14 +#: hacks/config/spheremonics.xml.h:21 hacks/config/sproingies.xml.h:7 +#: hacks/config/stairs.xml.h:4 hacks/config/stonerview.xml.h:2 +#: hacks/config/superquadrics.xml.h:9 msgid "Solid" msgstr "Uni" @@ -2033,7 +2043,8 @@ msgstr "Boussole" #: hacks/config/compass.xml.h:2 hacks/config/deluxe.xml.h:3 #: hacks/config/interference.xml.h:4 hacks/config/kumppa.xml.h:2 -#: hacks/config/nerverot.xml.h:6 hacks/config/pipes.xml.h:4 +#: hacks/config/nerverot.xml.h:6 hacks/config/piecewise.xml.h:3 +#: hacks/config/pipes.xml.h:4 msgid "Double Buffer" msgstr "Double tampon" @@ -2055,10 +2066,10 @@ msgid "1 Minute" msgstr "1 minute" #: hacks/config/coral.xml.h:2 hacks/config/deco.xml.h:2 -#: hacks/config/helix.xml.h:2 hacks/config/imsmap.xml.h:2 -#: hacks/config/moire.xml.h:2 hacks/config/pedal.xml.h:2 -#: hacks/config/penrose.xml.h:1 hacks/config/rorschach.xml.h:2 -#: hacks/config/xspirograph.xml.h:2 +#: hacks/config/glslideshow.xml.h:1 hacks/config/helix.xml.h:2 +#: hacks/config/imsmap.xml.h:2 hacks/config/moire.xml.h:2 +#: hacks/config/pedal.xml.h:2 hacks/config/penrose.xml.h:1 +#: hacks/config/rorschach.xml.h:2 hacks/config/xspirograph.xml.h:2 msgid "1 Second" msgstr "1 seconde" @@ -2067,6 +2078,7 @@ msgid "Coral" msgstr "Corail" #: hacks/config/coral.xml.h:4 hacks/config/gflux.xml.h:3 +#: hacks/config/glblur.xml.h:2 hacks/config/glmatrix.xml.h:3 #: hacks/config/imsmap.xml.h:4 hacks/config/lavalite.xml.h:6 #: hacks/config/pyro.xml.h:2 hacks/config/qix.xml.h:5 #: hacks/config/squiral.xml.h:1 hacks/config/xearth.xml.h:4 @@ -2083,10 +2095,11 @@ msgid "" msgstr "" #: hacks/config/coral.xml.h:13 hacks/config/gflux.xml.h:13 -#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:28 +#: hacks/config/glblur.xml.h:16 hacks/config/glmatrix.xml.h:19 +#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:29 #: hacks/config/pyro.xml.h:14 hacks/config/qix.xml.h:21 #: hacks/config/squiral.xml.h:15 hacks/config/xearth.xml.h:24 -#: hacks/config/xmatrix.xml.h:16 +#: hacks/config/xmatrix.xml.h:17 msgid "Sparse" msgstr "Rare" @@ -2123,13 +2136,13 @@ msgstr "Centr #: hacks/config/grav.xml.h:1 hacks/config/julia.xml.h:1 #: hacks/config/laser.xml.h:1 hacks/config/lisa.xml.h:1 #: hacks/config/lissie.xml.h:2 hacks/config/morph3d.xml.h:2 -#: hacks/config/mountain.xml.h:1 hacks/config/qix.xml.h:4 -#: hacks/config/rocks.xml.h:2 hacks/config/rotor.xml.h:2 -#: hacks/config/rubik.xml.h:1 hacks/config/shadebobs.xml.h:1 -#: hacks/config/sierpinski.xml.h:1 hacks/config/slip.xml.h:1 -#: hacks/config/spiral.xml.h:1 hacks/config/sproingies.xml.h:1 -#: hacks/config/superquadrics.xml.h:1 hacks/config/swirl.xml.h:1 -#: hacks/config/worm.xml.h:2 +#: hacks/config/mountain.xml.h:1 hacks/config/piecewise.xml.h:2 +#: hacks/config/qix.xml.h:4 hacks/config/rocks.xml.h:2 +#: hacks/config/rotor.xml.h:2 hacks/config/rubik.xml.h:1 +#: hacks/config/shadebobs.xml.h:1 hacks/config/sierpinski.xml.h:1 +#: hacks/config/slip.xml.h:1 hacks/config/spiral.xml.h:1 +#: hacks/config/sproingies.xml.h:1 hacks/config/superquadrics.xml.h:1 +#: hacks/config/swirl.xml.h:1 hacks/config/worm.xml.h:2 msgid "Count" msgstr "Nombre" @@ -2195,43 +2208,50 @@ msgid "" "Jamie Zawinski." msgstr "" -#: hacks/config/cubenetic.xml.h:14 hacks/config/gltext.xml.h:5 +#: hacks/config/cubenetic.xml.h:14 hacks/config/glblur.xml.h:6 +#: hacks/config/glknots.xml.h:8 hacks/config/gltext.xml.h:5 #: hacks/config/lavalite.xml.h:19 hacks/config/menger.xml.h:7 #: hacks/config/molecule.xml.h:14 hacks/config/spheremonics.xml.h:10 msgid "Rotate around X and Y axes" msgstr "Rotation autour des axes X et Y" -#: hacks/config/cubenetic.xml.h:15 hacks/config/gltext.xml.h:6 +#: hacks/config/cubenetic.xml.h:15 hacks/config/glblur.xml.h:7 +#: hacks/config/glknots.xml.h:9 hacks/config/gltext.xml.h:6 #: hacks/config/lavalite.xml.h:20 hacks/config/menger.xml.h:8 #: hacks/config/molecule.xml.h:15 hacks/config/spheremonics.xml.h:11 msgid "Rotate around X and Z axes" msgstr "Rotation autour des axes X et Z" -#: hacks/config/cubenetic.xml.h:16 hacks/config/gltext.xml.h:7 +#: hacks/config/cubenetic.xml.h:16 hacks/config/glblur.xml.h:8 +#: hacks/config/glknots.xml.h:10 hacks/config/gltext.xml.h:7 #: hacks/config/lavalite.xml.h:21 hacks/config/menger.xml.h:9 #: hacks/config/molecule.xml.h:16 hacks/config/spheremonics.xml.h:12 msgid "Rotate around X axis" msgstr "Rotation autour de l'axe X" -#: hacks/config/cubenetic.xml.h:17 hacks/config/gltext.xml.h:8 +#: hacks/config/cubenetic.xml.h:17 hacks/config/glblur.xml.h:9 +#: hacks/config/glknots.xml.h:11 hacks/config/gltext.xml.h:8 #: hacks/config/lavalite.xml.h:22 hacks/config/menger.xml.h:10 #: hacks/config/molecule.xml.h:17 hacks/config/spheremonics.xml.h:13 msgid "Rotate around Y and Z axes" msgstr "Rotation autour des axes Y et Z" -#: hacks/config/cubenetic.xml.h:18 hacks/config/gltext.xml.h:9 +#: hacks/config/cubenetic.xml.h:18 hacks/config/glblur.xml.h:10 +#: hacks/config/glknots.xml.h:12 hacks/config/gltext.xml.h:9 #: hacks/config/lavalite.xml.h:23 hacks/config/menger.xml.h:11 #: hacks/config/molecule.xml.h:18 hacks/config/spheremonics.xml.h:14 msgid "Rotate around Y axis" msgstr "Rotation autour de l'axe Y" -#: hacks/config/cubenetic.xml.h:19 hacks/config/gltext.xml.h:10 +#: hacks/config/cubenetic.xml.h:19 hacks/config/glblur.xml.h:11 +#: hacks/config/glknots.xml.h:13 hacks/config/gltext.xml.h:10 #: hacks/config/lavalite.xml.h:24 hacks/config/menger.xml.h:12 #: hacks/config/molecule.xml.h:19 hacks/config/spheremonics.xml.h:15 msgid "Rotate around Z axis" msgstr "Rotation autour de l'axe Z" -#: hacks/config/cubenetic.xml.h:20 hacks/config/gltext.xml.h:11 +#: hacks/config/cubenetic.xml.h:20 hacks/config/glblur.xml.h:12 +#: hacks/config/glknots.xml.h:14 hacks/config/gltext.xml.h:11 #: hacks/config/lavalite.xml.h:25 hacks/config/menger.xml.h:13 #: hacks/config/molecule.xml.h:20 hacks/config/spheremonics.xml.h:16 msgid "Rotate around all three axes" @@ -2989,10 +3009,80 @@ msgstr "Pluie" msgid "Track mouse" msgstr "Suivre la souris" -#: hacks/config/glforestfire.xml.h:18 hacks/config/lament.xml.h:8 -#: hacks/config/sballs.xml.h:17 -msgid "Untextured" -msgstr "Pas de texture" +#: hacks/config/glknots.xml.h:4 +msgid "GLKnots" +msgstr "Noeuds GL" + +#: hacks/config/glknots.xml.h:5 +msgid "" +"Generates some twisting 3d knot patterns. Spins 'em around. Written by Jamie " +"Zawinski." +msgstr "Génère de nombreux motifs 3D en spirale. Écrit par Jamie Zawinski." + +#: hacks/config/glknots.xml.h:7 hacks/config/lavalite.xml.h:17 +#: hacks/config/spheremonics.xml.h:9 +msgid "Resolution" +msgstr "Résolution" + +#: hacks/config/glknots.xml.h:15 +msgid "Segmented" +msgstr "Segmenté" + +#: hacks/config/glknots.xml.h:18 hacks/config/lavalite.xml.h:28 +msgid "Smooth" +msgstr "Lisse" + +#: hacks/config/glmatrix.xml.h:2 hacks/config/xmatrix.xml.h:1 +msgid "Binary Encoding" +msgstr "Encodage binaire" + +#: hacks/config/glmatrix.xml.h:4 +msgid "Draw Glyphs" +msgstr "Dessiner des glyphes" + +#: hacks/config/glmatrix.xml.h:5 +msgid "Draw Outlines" +msgstr "Dessiner en fil de fer" + +#: hacks/config/glmatrix.xml.h:6 +msgid "Draw Solid Boxes" +msgstr "Dessiner sans texture" + +#: hacks/config/glmatrix.xml.h:7 +msgid "" +"Draws 3D dropping characters similar to what is seen in the title sequence " +"of \"The Matrix\". See also \"xmatrix\" for a 2D rendering of the similar " +"effect that appeared on the computer monitors actually *in* the movie. " +"Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/glmatrix.xml.h:10 +msgid "GLMatrix" +msgstr "GLMatrix" + +#: hacks/config/glmatrix.xml.h:11 hacks/config/xmatrix.xml.h:7 +msgid "Genetic Encoding" +msgstr "Encodage génétique" + +#: hacks/config/glmatrix.xml.h:12 +msgid "Glyph Density" +msgstr "Densité des glyphes" + +#: hacks/config/glmatrix.xml.h:13 +msgid "Glyph Speed" +msgstr "Vitesse des glyphes" + +#: hacks/config/glmatrix.xml.h:14 hacks/config/xmatrix.xml.h:8 +msgid "Hexadecimal Encoding" +msgstr "Encodage hexadécimal" + +#: hacks/config/glmatrix.xml.h:15 hacks/config/xmatrix.xml.h:11 +msgid "Matrix Encoding" +msgstr "Encodage Matrix" + +#: hacks/config/glmatrix.xml.h:16 +msgid "Panning" +msgstr "Panoramique" #: hacks/config/glplanet.xml.h:1 msgid "" @@ -4320,10 +4410,6 @@ msgstr "Pulsar" msgid "Quad Count" msgstr "Nombre de quads" -#: hacks/config/pulsar.xml.h:16 -msgid "Solid Surface" -msgstr "Surface unie" - #: hacks/config/pulsar.xml.h:18 msgid "Texture PPM File" msgstr "Fichier PPM de texture" @@ -4888,7 +4974,7 @@ msgid "" "angular momentum operators. Written by Paul Bourke and Jamie Zawinski." msgstr "" -#: hacks/config/spiral.xml.h:2 +#: hacks/config/spiral.xml.h:2 hacks/config/superquadrics.xml.h:2 msgid "Cycles" msgstr "Cycles" @@ -4968,10 +5054,9 @@ msgid "" "work with some window managers, but not with others, so your mileage may " "vary. SSystem was once available at <http://www1.las.es/~amil/ssystem/" ">, but is now gone. You may still be able to find copies elsewhere. " -"SSystem has since evolved into two different programs: OpenUniverse (http://" -"openuniverse.sourceforge.net/) and Celestia (http://www.shatters.net/" -"celestia/). Sadly, neither of these programs work with xscreensaver at all. " -"You are encouraged to nag their authors into adding xscreensaver support!" +"SSystem has since evolved into Celestia, found at <http://www.shatters." +"net/celestia/>. Sadly, Celestia does not work with xscreensaver at all. " +"You are encouraged to nag the authors into adding xscreensaver support!" msgstr "" #: hacks/config/stairs.xml.h:6 @@ -5402,7 +5487,7 @@ msgid "" "XaoS generates fast fly-through animations of the Mandelbrot and other " "fractal sets. Written by Thomas Marsh and Jan Hubicka. This is not included " "with the XScreenSaver package, but if you don't have it already, you can " -"find it at <http://limax.paru.cas.cz/~hubicka/XaoS/>." +"find it at <http://xaos.theory.org/>." msgstr "" #: hacks/config/xdaliclock.xml.h:1 @@ -5433,7 +5518,7 @@ msgstr "Grande police" msgid "Medium Font" msgstr "Police moyenne" -#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:16 msgid "Small Font" msgstr "Petite police" diff --git a/po/hu.po b/po/hu.po index 26e33746..9ea5d9ed 100644 --- a/po/hu.po +++ b/po/hu.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: control-center VERSION\n" -"POT-Creation-Date: 2002-06-18 21:56+0200\n" +"POT-Creation-Date: 2003-07-24 19:05+0200\n" "PO-Revision-Date: 2002-08-23 22:31+0200\n" "Last-Translator: Emese Kovacs \n" "Language-Team: Hungarian \n" @@ -13,35 +13,40 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-2\n" "Content-Transfer-Encoding: 8bit\n" -#: driver/demo-Gtk-conf.c:729 +#: driver/demo-Gtk-conf.c:731 msgid "Browse..." msgstr "Keresés... " -#: driver/demo-Gtk-conf.c:1021 +#: driver/demo-Gtk-conf.c:1023 msgid "Select file." msgstr "Válassz ki egy fájlt." -#: driver/demo-Gtk-support.c:121 +#: driver/demo-Gtk-support.c:135 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "" -#: driver/demo-Gtk-support.c:130 +#: driver/demo-Gtk-support.c:147 driver/demo-Gtk-support.c:179 #, c-format msgid "Error loading pixmap file: %s" msgstr "" +#: driver/demo-Gtk-support.c:182 +#, c-format +msgid "reason: %s\n" +msgstr "" + #: driver/demo-Gtk-widgets.c:155 driver/xscreensaver-demo.glade.h:89 -#: driver/xscreensaver-demo.glade2.h:43 +#: driver/xscreensaver-demo.glade2.h:65 msgid "XScreenSaver" msgstr "XScreenSaver" -#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:54 +#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:76 msgid "_File" msgstr "_Fájl" #: driver/demo-Gtk-widgets.c:196 driver/xscreensaver-demo.glade.h:93 -#: driver/xscreensaver-demo.glade2.h:48 +#: driver/xscreensaver-demo.glade2.h:70 msgid "_Blank Screen Now" msgstr "" @@ -51,7 +56,7 @@ msgid "" msgstr "" #: driver/demo-Gtk-widgets.c:209 driver/xscreensaver-demo.glade.h:97 -#: driver/xscreensaver-demo.glade2.h:58 +#: driver/xscreensaver-demo.glade2.h:80 msgid "_Lock Screen Now" msgstr "" @@ -60,7 +65,7 @@ msgid "Lock the screen now (even if \"Lock Screen\" is unchecked.)" msgstr "" #: driver/demo-Gtk-widgets.c:222 driver/xscreensaver-demo.glade.h:96 -#: driver/xscreensaver-demo.glade2.h:56 +#: driver/xscreensaver-demo.glade2.h:78 msgid "_Kill Daemon" msgstr "" @@ -69,7 +74,7 @@ msgid "Tell the running XScreenSaver daemon to exit." msgstr "" #: driver/demo-Gtk-widgets.c:235 driver/xscreensaver-demo.glade.h:98 -#: driver/xscreensaver-demo.glade2.h:64 +#: driver/xscreensaver-demo.glade2.h:86 msgid "_Restart Daemon" msgstr "" @@ -87,12 +92,12 @@ msgid "" "running in the background.)" msgstr "" -#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:55 +#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:77 msgid "_Help" msgstr "_Súgó" #: driver/demo-Gtk-widgets.c:290 driver/xscreensaver-demo.glade.h:92 -#: driver/xscreensaver-demo.glade2.h:44 +#: driver/xscreensaver-demo.glade2.h:66 msgid "_About..." msgstr "_Névjegy..." @@ -102,7 +107,7 @@ msgid "Display version information." msgstr "A képernyõvédõ megjelenítése fekete-fehérben." #: driver/demo-Gtk-widgets.c:303 driver/xscreensaver-demo.glade.h:94 -#: driver/xscreensaver-demo.glade2.h:53 +#: driver/xscreensaver-demo.glade2.h:75 msgid "_Documentation..." msgstr "_Dokumentáció..." @@ -116,7 +121,7 @@ msgid "Cycle After" msgstr "Bezár" #: driver/demo-Gtk-widgets.c:364 driver/xscreensaver-demo.glade.h:78 -#: driver/xscreensaver-demo.glade2.h:42 +#: driver/xscreensaver-demo.glade2.h:54 msgid "Whether a password should be required to un-blank the screen." msgstr "" @@ -132,24 +137,25 @@ msgstr "K #: driver/demo-Gtk-widgets.c:397 driver/demo-Gtk-widgets.c:447 #: driver/demo-Gtk-widgets.c:461 driver/demo-Gtk-widgets.c:1010 -#: driver/xscreensaver-demo.glade.h:43 driver/xscreensaver-demo.glade2.h:26 +#: driver/xscreensaver-demo.glade.h:43 msgid "How long before the monitor goes completely black." msgstr "" #: driver/demo-Gtk-widgets.c:401 driver/demo-Gtk-widgets.c:413 #: driver/demo-Gtk-widgets.c:425 driver/demo-Gtk-widgets.c:1014 #: driver/demo-Gtk-widgets.c:1026 driver/demo-Gtk-widgets.c:1038 -#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:70 +#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:92 #, fuzzy msgid "minutes" msgstr " perc inaktivitás után." -#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2661 +#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2831 #: driver/xscreensaver-demo.glade.h:58 msgid "Preview" msgstr "Elõnézet" #: driver/demo-Gtk-widgets.c:484 driver/xscreensaver-demo.glade.h:21 +#: driver/xscreensaver-demo.glade2.h:12 msgid "" "Demo the selected screen saver in full-screen mode (click the mouse to " "return.)" @@ -160,6 +166,7 @@ msgid "Settings..." msgstr "Beállítások..." #: driver/demo-Gtk-widgets.c:494 driver/xscreensaver-demo.glade.h:17 +#: driver/xscreensaver-demo.glade2.h:9 msgid "Customization and explanation of the selected screen saver." msgstr "" @@ -168,7 +175,7 @@ msgid "Mode:" msgstr "Mód:" #: driver/demo-Gtk-widgets.c:533 driver/xscreensaver-demo.glade.h:25 -#: driver/xscreensaver-demo.glade2.h:14 +#: driver/xscreensaver-demo.glade2.h:16 msgid "Disable Screen Saver" msgstr "Képernyõvédõ tiltása" @@ -178,22 +185,22 @@ msgid "Blank Screen Only" msgstr "Csak üres képernyõ" #: driver/demo-Gtk-widgets.c:539 driver/xscreensaver-demo.glade.h:56 -#: driver/xscreensaver-demo.glade2.h:32 +#: driver/xscreensaver-demo.glade2.h:42 #, fuzzy msgid "Only One Screen Saver" msgstr "Képernyõvédõ" #: driver/demo-Gtk-widgets.c:542 driver/xscreensaver-demo.glade.h:60 -#: driver/xscreensaver-demo.glade2.h:35 +#: driver/xscreensaver-demo.glade2.h:44 msgid "Random Screen Saver" msgstr "Véletlenszerû képernyõvédõ" -#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2034 +#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2120 #: driver/xscreensaver-demo.glade.h:75 msgid "Use" msgstr "Használat" -#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2044 +#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2130 #: driver/xscreensaver-demo.glade.h:63 msgid "Screen Saver" msgstr "Képernyõvédõ" @@ -203,6 +210,7 @@ msgid "\\/" msgstr "\\/" #: driver/demo-Gtk-widgets.c:646 driver/xscreensaver-demo.glade.h:61 +#: driver/xscreensaver-demo.glade2.h:45 msgid "" "Run the next screen saver in the list in full-screen mode (click the mouse " "to return.)" @@ -213,13 +221,14 @@ msgid "/\\" msgstr "/\\" #: driver/demo-Gtk-widgets.c:656 driver/xscreensaver-demo.glade.h:62 +#: driver/xscreensaver-demo.glade2.h:46 msgid "" "Run the previous screen saver in the list in full-screen mode (click the " "mouse to return.)" msgstr "" #: driver/demo-Gtk-widgets.c:658 driver/demo-Gtk-widgets.c:1601 -#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:11 +#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:13 msgid "Description" msgstr "Leírás" @@ -229,12 +238,13 @@ msgid "Display Modes" msgstr "Szép dolog" #: driver/demo-Gtk-widgets.c:701 driver/xscreensaver-demo.glade.h:23 -#: driver/xscreensaver-demo.glade2.h:12 +#: driver/xscreensaver-demo.glade2.h:14 #, fuzzy msgid "Diagnostics" msgstr "Párbeszédablak helyzete" #: driver/demo-Gtk-widgets.c:745 driver/xscreensaver-demo.glade.h:80 +#: driver/xscreensaver-demo.glade2.h:56 msgid "Whether the daemon should print lots of debugging information." msgstr "" @@ -243,6 +253,7 @@ msgid "Verbose Diagnostics" msgstr "" #: driver/demo-Gtk-widgets.c:762 driver/xscreensaver-demo.glade.h:79 +#: driver/xscreensaver-demo.glade2.h:55 msgid "" "Whether any error output of the display modes should be redirected to the " "screen." @@ -253,6 +264,7 @@ msgid "Display Subprocess Errors" msgstr "" #: driver/demo-Gtk-widgets.c:779 driver/xscreensaver-demo.glade.h:87 +#: driver/xscreensaver-demo.glade2.h:63 msgid "" "Whether the splash screen (with the version number and `Help' button) should " "be momentarily displayed when the daemon first starts up." @@ -269,6 +281,7 @@ msgid "Colormaps" msgstr "Színek" #: driver/demo-Gtk-widgets.c:834 driver/xscreensaver-demo.glade.h:88 +#: driver/xscreensaver-demo.glade2.h:64 msgid "" "Whether to install a private colormap when running in 8-bit mode on the " "default Visual." @@ -279,6 +292,7 @@ msgid "Install Colormap" msgstr "" #: driver/demo-Gtk-widgets.c:859 driver/xscreensaver-demo.glade.h:86 +#: driver/xscreensaver-demo.glade2.h:62 msgid "" "Whether the screen should slowly fade to black when the screen saver " "activates." @@ -289,6 +303,7 @@ msgid "Fade To Black When Blanking" msgstr "" #: driver/demo-Gtk-widgets.c:876 driver/xscreensaver-demo.glade.h:85 +#: driver/xscreensaver-demo.glade2.h:61 msgid "" "Whether the screen should slowly fade in from black when the screen saver " "deactivates." @@ -304,21 +319,23 @@ msgid "Fade Duration" msgstr "Idõtartam" #: driver/demo-Gtk-widgets.c:922 driver/xscreensaver-demo.glade.h:44 +#: driver/xscreensaver-demo.glade2.h:31 msgid "How long it should take for the screen to fade in and out." msgstr "" #: driver/demo-Gtk-widgets.c:926 driver/xscreensaver-demo.glade.h:100 -#: driver/xscreensaver-demo.glade2.h:73 +#: driver/xscreensaver-demo.glade2.h:96 msgid "seconds" msgstr "másodperc" #: driver/demo-Gtk-widgets.c:936 driver/xscreensaver-demo.glade.h:27 -#: driver/xscreensaver-demo.glade2.h:15 +#: driver/xscreensaver-demo.glade2.h:17 #, fuzzy msgid "Display Power Management" msgstr "Energiagazdálkodás használata." #: driver/demo-Gtk-widgets.c:980 driver/xscreensaver-demo.glade.h:84 +#: driver/xscreensaver-demo.glade2.h:60 msgid "Whether the monitor should be powered down after a while." msgstr "" @@ -341,19 +358,22 @@ msgid "Standby After" msgstr "Képernyõvédõ indítása " #: driver/demo-Gtk-widgets.c:1099 driver/xscreensaver-demo.glade.h:45 +#: driver/xscreensaver-demo.glade2.h:33 msgid "How long until the monitor goes into power-saving mode." msgstr "" #: driver/demo-Gtk-widgets.c:1113 driver/xscreensaver-demo.glade.h:46 +#: driver/xscreensaver-demo.glade2.h:34 msgid "How long until the monitor powers down." msgstr "" #: driver/demo-Gtk-widgets.c:1117 driver/xscreensaver-demo.glade.h:47 -#: driver/xscreensaver-demo.glade2.h:27 +#: driver/xscreensaver-demo.glade2.h:35 msgid "Image Manipulation" msgstr "" #: driver/demo-Gtk-widgets.c:1161 driver/xscreensaver-demo.glade.h:81 +#: driver/xscreensaver-demo.glade2.h:57 msgid "" "Whether the image-manipulating modes should be allowed to operate on an " "image of your desktop." @@ -374,6 +394,7 @@ msgid "Grab Video Frames" msgstr "" #: driver/demo-Gtk-widgets.c:1195 driver/xscreensaver-demo.glade.h:83 +#: driver/xscreensaver-demo.glade2.h:59 msgid "" "Whether the image-manipulating modes should operate on random images loaded " "from disk." @@ -385,6 +406,7 @@ msgid "Choose Random Image:" msgstr "Ablakkezelõ választása" #: driver/demo-Gtk-widgets.c:1230 driver/xscreensaver-demo.glade.h:73 +#: driver/xscreensaver-demo.glade2.h:52 msgid "The directory from which images will be randomly chosen." msgstr "" @@ -404,12 +426,12 @@ msgid "XScreenSaver: Mode-Specific Settings" msgstr "Képernyõvédõ beállításai" #: driver/demo-Gtk-widgets.c:1460 driver/xscreensaver-demo.glade.h:64 -#: driver/xscreensaver-demo.glade2.h:36 +#: driver/xscreensaver-demo.glade2.h:47 msgid "Settings" msgstr "Beállítások" #: driver/demo-Gtk-widgets.c:1489 driver/xscreensaver-demo.glade.h:66 -#: driver/xscreensaver-demo.glade2.h:38 +#: driver/xscreensaver-demo.glade2.h:49 #, fuzzy msgid "Standard" msgstr "Sonar" @@ -419,7 +441,7 @@ msgid "Visual:" msgstr "" #: driver/demo-Gtk-widgets.c:1544 driver/demo-Gtk-widgets.c:1567 -#: driver/demo-Gtk.c:1479 driver/demo-Gtk.c:2680 +#: driver/demo-Gtk.c:1518 driver/demo-Gtk.c:2850 #: driver/xscreensaver-demo.glade.h:5 driver/xscreensaver-demo.glade2.h:3 #, fuzzy msgid "Any" @@ -432,48 +454,48 @@ msgid "Best" msgstr "Próba" #: driver/demo-Gtk-widgets.c:1546 driver/xscreensaver-demo.glade.h:19 -#: driver/xscreensaver-demo.glade2.h:9 +#: driver/xscreensaver-demo.glade2.h:10 #, fuzzy msgid "Default" msgstr "Alapérték" #: driver/demo-Gtk-widgets.c:1547 driver/xscreensaver-demo.glade.h:20 -#: driver/xscreensaver-demo.glade2.h:10 +#: driver/xscreensaver-demo.glade2.h:11 #, fuzzy msgid "Default-N" msgstr "Alapérték" #: driver/demo-Gtk-widgets.c:1548 driver/xscreensaver-demo.glade.h:37 -#: driver/xscreensaver-demo.glade2.h:21 +#: driver/xscreensaver-demo.glade2.h:23 msgid "GL" msgstr "" #: driver/demo-Gtk-widgets.c:1549 driver/xscreensaver-demo.glade.h:74 -#: driver/xscreensaver-demo.glade2.h:41 +#: driver/xscreensaver-demo.glade2.h:53 #, fuzzy msgid "TrueColor" msgstr "Szín" #: driver/demo-Gtk-widgets.c:1550 driver/xscreensaver-demo.glade.h:59 -#: driver/xscreensaver-demo.glade2.h:34 +#: driver/xscreensaver-demo.glade2.h:43 #, fuzzy msgid "PseudoColor" msgstr "Szín" #: driver/demo-Gtk-widgets.c:1551 driver/xscreensaver-demo.glade.h:69 -#: driver/xscreensaver-demo.glade2.h:39 +#: driver/xscreensaver-demo.glade2.h:50 #, fuzzy msgid "StaticGray" msgstr "Stairs" #: driver/demo-Gtk-widgets.c:1552 driver/xscreensaver-demo.glade.h:42 -#: driver/xscreensaver-demo.glade2.h:25 +#: driver/xscreensaver-demo.glade2.h:27 #, fuzzy msgid "GrayScale" msgstr "Feszített" #: driver/demo-Gtk-widgets.c:1553 driver/xscreensaver-demo.glade.h:24 -#: driver/xscreensaver-demo.glade2.h:13 +#: driver/xscreensaver-demo.glade2.h:15 #, fuzzy msgid "DirectColor" msgstr "Szín" @@ -484,13 +506,13 @@ msgid "Color" msgstr "Szín" #: driver/demo-Gtk-widgets.c:1555 driver/xscreensaver-demo.glade.h:41 -#: driver/xscreensaver-demo.glade2.h:24 +#: driver/xscreensaver-demo.glade2.h:26 #, fuzzy msgid "Gray" msgstr "Grav" #: driver/demo-Gtk-widgets.c:1556 driver/xscreensaver-demo.glade.h:53 -#: driver/xscreensaver-demo.glade2.h:29 +#: driver/xscreensaver-demo.glade2.h:37 msgid "Mono" msgstr "Mono" @@ -530,7 +552,7 @@ msgstr "" msgid "Back to the graphical configuration options." msgstr "" -#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:688 +#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:727 #: driver/xscreensaver-demo.glade.h:54 msgid "OK" msgstr "OK" @@ -539,28 +561,18 @@ msgstr "OK" msgid "Cancel" msgstr "" -#: driver/demo-Gtk.c:601 +#: driver/demo-Gtk.c:632 msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "" -#: driver/demo-Gtk.c:608 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:610 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:726 +#: driver/demo-Gtk.c:765 msgid "" "Error:\n" "\n" "No Help URL has been specified.\n" msgstr "" -#: driver/demo-Gtk.c:812 +#: driver/demo-Gtk.c:851 msgid "" "Error:\n" "\n" @@ -568,7 +580,7 @@ msgid "" "\n" msgstr "" -#: driver/demo-Gtk.c:818 +#: driver/demo-Gtk.c:857 msgid "" "You are running as root. This usually means that xscreensaver\n" "was unable to contact your X server because access control is\n" @@ -587,18 +599,18 @@ msgid "" "normal user, and `su' as necessary." msgstr "" -#: driver/demo-Gtk.c:834 +#: driver/demo-Gtk.c:873 msgid "Please check your $PATH and permissions." msgstr "" -#: driver/demo-Gtk.c:869 +#: driver/demo-Gtk.c:908 msgid "" "Error:\n" "\n" "Couldn't determine init file name!\n" msgstr "" -#: driver/demo-Gtk.c:874 +#: driver/demo-Gtk.c:913 #, c-format msgid "" "Error:\n" @@ -606,14 +618,14 @@ msgid "" "Couldn't write %s\n" msgstr "" -#: driver/demo-Gtk.c:933 +#: driver/demo-Gtk.c:972 msgid "" "Error:\n" "\n" "no `manualCommand' resource set." msgstr "" -#: driver/demo-Gtk.c:1114 +#: driver/demo-Gtk.c:1153 #, c-format msgid "" "Error:\n" @@ -621,7 +633,7 @@ msgid "" "Unparsable time format: \"%s\"\n" msgstr "" -#: driver/demo-Gtk.c:1779 +#: driver/demo-Gtk.c:1818 #, fuzzy, c-format msgid "" "Error:\n" @@ -629,24 +641,24 @@ msgid "" "Directory does not exist: \"%s\"\n" msgstr "A saját könyvtár nem létezik!\n" -#: driver/demo-Gtk.c:2376 +#: driver/demo-Gtk.c:2532 msgid "Descriptions not available: no XML support compiled in." msgstr "" -#: driver/demo-Gtk.c:2381 +#: driver/demo-Gtk.c:2537 msgid "No description available." msgstr "" -#: driver/demo-Gtk.c:2632 +#: driver/demo-Gtk.c:2802 msgid "Blank Screen" msgstr "" -#: driver/demo-Gtk.c:2638 +#: driver/demo-Gtk.c:2808 #, fuzzy msgid "Screen Saver Disabled" msgstr "Képernyõvédõ bemutató" -#: driver/demo-Gtk.c:2798 +#: driver/demo-Gtk.c:2996 #, c-format msgid "" "Warning:\n" @@ -654,17 +666,25 @@ msgid "" "file \"%s\" has changed, reloading.\n" msgstr "" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 #, fuzzy msgid "No Preview" msgstr "Elõnézet" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 #, fuzzy msgid "Available" msgstr "Rendelkezésre álló témák" -#: driver/demo-Gtk.c:3543 +#: driver/demo-Gtk.c:3079 +msgid "Not" +msgstr "" + +#: driver/demo-Gtk.c:3079 +msgid "Installed" +msgstr "" + +#: driver/demo-Gtk.c:3780 #, c-format msgid "" "Warning:\n" @@ -673,7 +693,7 @@ msgid "" "on display \"%s\". Launch it now?" msgstr "" -#: driver/demo-Gtk.c:3553 +#: driver/demo-Gtk.c:3790 #, c-format msgid "" "Warning:\n" @@ -692,7 +712,7 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3578 +#: driver/demo-Gtk.c:3815 #, c-format msgid "" "Warning:\n" @@ -708,7 +728,7 @@ msgid "" "Restart the daemon on \"%s\" as \"%s\" now?\n" msgstr "" -#: driver/demo-Gtk.c:3600 +#: driver/demo-Gtk.c:3837 #, c-format msgid "" "Warning:\n" @@ -720,15 +740,19 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3999 +#: driver/demo-Gtk.c:4272 #, c-format msgid "%s: unknown option: %s\n" msgstr "" -#: driver/screensaver-properties.desktop.in.h:1 +#: driver/demo-Gtk.c:4335 #, fuzzy -msgid "Configure the settings of the screensaver." -msgstr "Képernyõvédõ beállítások" +msgid "Screensaver Preferences" +msgstr "Képernyõvédõ" + +#: driver/screensaver-properties.desktop.in.h:1 +msgid "Change screensaver properties" +msgstr "" #: driver/screensaver-properties.desktop.in.h:2 msgid "Screensaver" @@ -747,146 +771,176 @@ msgstr "" msgid "Choose _Random Image:" msgstr "Ablakkezelõ választása" -#: driver/xscreensaver-demo.glade2.h:16 +#: driver/xscreensaver-demo.glade2.h:18 msgid "Display Subprocess _Errors" msgstr "" -#: driver/xscreensaver-demo.glade2.h:17 +#: driver/xscreensaver-demo.glade2.h:19 msgid "Display _Splash Screen at Startup" msgstr "" -#: driver/xscreensaver-demo.glade2.h:18 +#: driver/xscreensaver-demo.glade2.h:20 #, fuzzy msgid "F_ade Duration" msgstr "Idõtartam" -#: driver/xscreensaver-demo.glade2.h:19 +#: driver/xscreensaver-demo.glade2.h:21 msgid "Fade from Black When _Unblanking" msgstr "" -#: driver/xscreensaver-demo.glade2.h:20 +#: driver/xscreensaver-demo.glade2.h:22 msgid "Fade to Black when _Blanking" msgstr "" -#: driver/xscreensaver-demo.glade2.h:22 +#: driver/xscreensaver-demo.glade2.h:24 msgid "Grab Desktop _Images" msgstr "" -#: driver/xscreensaver-demo.glade2.h:23 +#: driver/xscreensaver-demo.glade2.h:25 msgid "Grab _Video Frames" msgstr "" #: driver/xscreensaver-demo.glade2.h:28 -msgid "Install _Colormap" +msgid "How long after the screen blanks until a password will be required." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:29 +msgid "How long before the screensaver activates." msgstr "" #: driver/xscreensaver-demo.glade2.h:30 msgid "" +"How long each display mode should run before choosing a new one (in Random " +"mode.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:32 +msgid "How long until the monitor goes completely black." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:36 +msgid "Install _Colormap" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:38 +msgid "" "No Preview\n" "Available" msgstr "" -#: driver/xscreensaver-demo.glade2.h:33 -#, fuzzy -msgid "Preview of screen saver" -msgstr "Nincs képernyõvédõ" +#: driver/xscreensaver-demo.glade2.h:40 +msgid "" +"Not\n" +"Installed" +msgstr "" -#: driver/xscreensaver-demo.glade2.h:37 +#: driver/xscreensaver-demo.glade2.h:48 #, fuzzy msgid "Stand_by After" msgstr "Képernyõvédõ indítása " -#: driver/xscreensaver-demo.glade2.h:40 +#: driver/xscreensaver-demo.glade2.h:51 msgid "Sus_pend After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:45 +#: driver/xscreensaver-demo.glade2.h:58 +msgid "" +"Whether the image-manipulating modes should operate on images captured from " +"the system's video input (if there is one.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:67 msgid "_Advanced" msgstr "" -#: driver/xscreensaver-demo.glade2.h:46 +#: driver/xscreensaver-demo.glade2.h:68 msgid "_Advanced >>" msgstr "" -#: driver/xscreensaver-demo.glade2.h:47 +#: driver/xscreensaver-demo.glade2.h:69 msgid "_Blank After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:49 +#: driver/xscreensaver-demo.glade2.h:71 #, fuzzy msgid "_Browse" msgstr " Keres... " -#: driver/xscreensaver-demo.glade2.h:50 +#: driver/xscreensaver-demo.glade2.h:72 #, fuzzy msgid "_Command Line:" msgstr "Parancs:" -#: driver/xscreensaver-demo.glade2.h:51 +#: driver/xscreensaver-demo.glade2.h:73 msgid "_Cycle After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:52 +#: driver/xscreensaver-demo.glade2.h:74 #, fuzzy msgid "_Display Modes" msgstr "Szép dolog" -#: driver/xscreensaver-demo.glade2.h:57 +#: driver/xscreensaver-demo.glade2.h:79 #, fuzzy msgid "_Lock Screen After" msgstr "Nincs képernyõvédõ" -#: driver/xscreensaver-demo.glade2.h:59 +#: driver/xscreensaver-demo.glade2.h:81 #, fuzzy msgid "_Mode:" msgstr "Mód" -#: driver/xscreensaver-demo.glade2.h:60 +#: driver/xscreensaver-demo.glade2.h:82 msgid "_Off After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:61 +#: driver/xscreensaver-demo.glade2.h:83 #, fuzzy msgid "_Power Management Enabled" msgstr "Energiagazdálkodás használata." -#: driver/xscreensaver-demo.glade2.h:62 +#: driver/xscreensaver-demo.glade2.h:84 #, fuzzy msgid "_Preview" msgstr "Elõnézet" -#: driver/xscreensaver-demo.glade2.h:63 +#: driver/xscreensaver-demo.glade2.h:85 msgid "_Quit" msgstr "" -#: driver/xscreensaver-demo.glade2.h:65 +#: driver/xscreensaver-demo.glade2.h:87 #, fuzzy msgid "_Settings..." msgstr "Beállítások..." -#: driver/xscreensaver-demo.glade2.h:66 +#: driver/xscreensaver-demo.glade2.h:88 msgid "_Standard <<" msgstr "" -#: driver/xscreensaver-demo.glade2.h:67 -msgid "_Verbose Dialognostics" -msgstr "" +#: driver/xscreensaver-demo.glade2.h:89 +#, fuzzy +msgid "_Verbose Diagnostics" +msgstr "Párbeszédablak helyzete" -#: driver/xscreensaver-demo.glade2.h:68 +#: driver/xscreensaver-demo.glade2.h:90 msgid "_Visual:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:69 +#: driver/xscreensaver-demo.glade2.h:91 #, fuzzy msgid "dialog1" msgstr "Párbeszédablakok" -#: driver/xscreensaver-demo.glade2.h:71 +#: driver/xscreensaver-demo.glade2.h:93 #, fuzzy msgid "no preview" msgstr "Elõnézet" -#: driver/xscreensaver-demo.glade2.h:72 +#: driver/xscreensaver-demo.glade2.h:94 +msgid "not installed" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:95 #, fuzzy msgid "preview" msgstr "Elõnézet" @@ -900,85 +954,95 @@ msgstr "nincs" msgid "Arms" msgstr "" -#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:5 +#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:6 #: hacks/config/apollonian.xml.h:5 hacks/config/atlantis.xml.h:4 -#: hacks/config/attraction.xml.h:8 hacks/config/blaster.xml.h:3 -#: hacks/config/blitspin.xml.h:4 hacks/config/bouboule.xml.h:3 +#: hacks/config/attraction.xml.h:8 hacks/config/atunnel.xml.h:3 +#: hacks/config/barcode.xml.h:4 hacks/config/blaster.xml.h:3 +#: hacks/config/blitspin.xml.h:4 hacks/config/blocktube.xml.h:4 +#: hacks/config/bouboule.xml.h:3 hacks/config/bouncingcow.xml.h:6 #: hacks/config/boxed.xml.h:4 hacks/config/braid.xml.h:4 #: hacks/config/bubble3d.xml.h:3 hacks/config/bubbles.xml.h:8 #: hacks/config/bumps.xml.h:3 hacks/config/cage.xml.h:2 -#: hacks/config/circuit.xml.h:4 hacks/config/compass.xml.h:3 -#: hacks/config/coral.xml.h:7 hacks/config/critical.xml.h:3 -#: hacks/config/crystal.xml.h:6 hacks/config/cubenetic.xml.h:8 +#: hacks/config/circuit.xml.h:4 hacks/config/cloudlife.xml.h:3 +#: hacks/config/compass.xml.h:3 hacks/config/coral.xml.h:7 +#: hacks/config/critical.xml.h:3 hacks/config/crystal.xml.h:6 +#: hacks/config/cubenetic.xml.h:8 hacks/config/cubestorm.xml.h:4 #: hacks/config/cynosure.xml.h:4 hacks/config/dangerball.xml.h:3 #: hacks/config/decayscreen.xml.h:2 hacks/config/deluxe.xml.h:4 #: hacks/config/demon.xml.h:4 hacks/config/discrete.xml.h:2 #: hacks/config/distort.xml.h:4 hacks/config/drift.xml.h:3 -#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:3 -#: hacks/config/epicycle.xml.h:5 hacks/config/euler2d.xml.h:3 -#: hacks/config/extrusion.xml.h:3 hacks/config/fadeplot.xml.h:4 -#: hacks/config/flag.xml.h:2 hacks/config/flame.xml.h:6 -#: hacks/config/flipscreen3d.xml.h:1 hacks/config/flow.xml.h:4 -#: hacks/config/fluidballs.xml.h:3 hacks/config/forest.xml.h:1 +#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:8 +#: hacks/config/epicycle.xml.h:5 hacks/config/eruption.xml.h:5 +#: hacks/config/euler2d.xml.h:3 hacks/config/extrusion.xml.h:3 +#: hacks/config/fadeplot.xml.h:4 hacks/config/flag.xml.h:2 +#: hacks/config/flame.xml.h:6 hacks/config/flipscreen3d.xml.h:1 +#: hacks/config/flow.xml.h:4 hacks/config/fluidballs.xml.h:5 +#: hacks/config/flyingtoasters.xml.h:5 hacks/config/forest.xml.h:1 #: hacks/config/galaxy.xml.h:3 hacks/config/gears.xml.h:2 -#: hacks/config/gflux.xml.h:6 hacks/config/glforestfire.xml.h:4 -#: hacks/config/glplanet.xml.h:2 hacks/config/glsnake.xml.h:5 -#: hacks/config/gltext.xml.h:3 hacks/config/goop.xml.h:4 -#: hacks/config/grav.xml.h:2 hacks/config/greynetic.xml.h:1 -#: hacks/config/halo.xml.h:2 hacks/config/hopalong.xml.h:9 -#: hacks/config/hyperball.xml.h:2 hacks/config/hypercube.xml.h:2 +#: hacks/config/gflux.xml.h:6 hacks/config/glblur.xml.h:4 +#: hacks/config/glforestfire.xml.h:4 hacks/config/glknots.xml.h:3 +#: hacks/config/glmatrix.xml.h:8 hacks/config/glplanet.xml.h:2 +#: hacks/config/glsnake.xml.h:5 hacks/config/gltext.xml.h:3 +#: hacks/config/goop.xml.h:4 hacks/config/grav.xml.h:2 +#: hacks/config/greynetic.xml.h:1 hacks/config/halo.xml.h:2 +#: hacks/config/hopalong.xml.h:9 hacks/config/hyperball.xml.h:2 +#: hacks/config/hypercube.xml.h:2 hacks/config/hypertorus.xml.h:6 #: hacks/config/ifs.xml.h:1 hacks/config/interference.xml.h:5 -#: hacks/config/jigsaw.xml.h:3 hacks/config/juggle.xml.h:3 -#: hacks/config/julia.xml.h:2 hacks/config/kaleidescope.xml.h:2 +#: hacks/config/jigglypuff.xml.h:6 hacks/config/jigsaw.xml.h:3 +#: hacks/config/juggle.xml.h:3 hacks/config/julia.xml.h:2 +#: hacks/config/kaleidescope.xml.h:2 hacks/config/klein.xml.h:2 #: hacks/config/kumppa.xml.h:3 hacks/config/lament.xml.h:2 #: hacks/config/laser.xml.h:3 hacks/config/lavalite.xml.h:10 #: hacks/config/lightning.xml.h:1 hacks/config/lisa.xml.h:2 #: hacks/config/lissie.xml.h:3 hacks/config/lmorph.xml.h:3 #: hacks/config/loop.xml.h:1 hacks/config/maze.xml.h:4 -#: hacks/config/menger.xml.h:3 hacks/config/moebius.xml.h:3 -#: hacks/config/moire2.xml.h:2 hacks/config/molecule.xml.h:10 -#: hacks/config/morph3d.xml.h:3 hacks/config/mountain.xml.h:2 -#: hacks/config/munch.xml.h:3 hacks/config/nerverot.xml.h:9 -#: hacks/config/penetrate.xml.h:3 hacks/config/penrose.xml.h:6 -#: hacks/config/petri.xml.h:5 hacks/config/phosphor.xml.h:3 +#: hacks/config/menger.xml.h:3 hacks/config/metaballs.xml.h:4 +#: hacks/config/moebius.xml.h:3 hacks/config/moire2.xml.h:2 +#: hacks/config/molecule.xml.h:10 hacks/config/morph3d.xml.h:3 +#: hacks/config/mountain.xml.h:2 hacks/config/munch.xml.h:3 +#: hacks/config/nerverot.xml.h:9 hacks/config/penetrate.xml.h:3 +#: hacks/config/penrose.xml.h:6 hacks/config/petri.xml.h:5 +#: hacks/config/phosphor.xml.h:3 hacks/config/piecewise.xml.h:4 #: hacks/config/pipes.xml.h:5 hacks/config/polyominoes.xml.h:2 -#: hacks/config/pulsar.xml.h:11 hacks/config/pyro.xml.h:4 -#: hacks/config/qix.xml.h:7 hacks/config/queens.xml.h:1 -#: hacks/config/rd-bomb.xml.h:9 hacks/config/ripples.xml.h:4 -#: hacks/config/rocks.xml.h:4 hacks/config/rotor.xml.h:3 -#: hacks/config/rubik.xml.h:3 hacks/config/sballs.xml.h:4 -#: hacks/config/shadebobs.xml.h:3 hacks/config/sierpinski.xml.h:2 -#: hacks/config/sierpinski3d.xml.h:2 hacks/config/slidescreen.xml.h:2 -#: hacks/config/slip.xml.h:2 hacks/config/speedmine.xml.h:3 -#: hacks/config/sphere.xml.h:2 hacks/config/spheremonics.xml.h:5 -#: hacks/config/spiral.xml.h:3 hacks/config/spotlight.xml.h:2 -#: hacks/config/sproingies.xml.h:2 hacks/config/squiral.xml.h:4 -#: hacks/config/stairs.xml.h:1 hacks/config/starfish.xml.h:3 -#: hacks/config/starwars.xml.h:6 hacks/config/strange.xml.h:2 -#: hacks/config/superquadrics.xml.h:3 hacks/config/swirl.xml.h:2 -#: hacks/config/t3d.xml.h:6 hacks/config/thornbird.xml.h:2 -#: hacks/config/triangle.xml.h:1 hacks/config/truchet.xml.h:1 -#: hacks/config/twang.xml.h:3 hacks/config/vines.xml.h:1 -#: hacks/config/webcollage.xml.h:4 hacks/config/worm.xml.h:3 -#: hacks/config/xearth.xml.h:7 hacks/config/xfishtank.xml.h:3 -#: hacks/config/xflame.xml.h:4 hacks/config/xjack.xml.h:1 -#: hacks/config/xmatrix.xml.h:5 hacks/config/xmountains.xml.h:1 -#: hacks/config/xrayswarm.xml.h:2 hacks/config/zoom.xml.h:2 +#: hacks/config/popsquares.xml.h:3 hacks/config/pulsar.xml.h:11 +#: hacks/config/pyro.xml.h:4 hacks/config/qix.xml.h:7 +#: hacks/config/queens.xml.h:1 hacks/config/rd-bomb.xml.h:9 +#: hacks/config/ripples.xml.h:4 hacks/config/rocks.xml.h:4 +#: hacks/config/rotor.xml.h:3 hacks/config/rubik.xml.h:3 +#: hacks/config/sballs.xml.h:4 hacks/config/shadebobs.xml.h:3 +#: hacks/config/sierpinski.xml.h:2 hacks/config/sierpinski3d.xml.h:2 +#: hacks/config/slidescreen.xml.h:2 hacks/config/slip.xml.h:2 +#: hacks/config/speedmine.xml.h:3 hacks/config/sphere.xml.h:2 +#: hacks/config/spheremonics.xml.h:5 hacks/config/spiral.xml.h:3 +#: hacks/config/spotlight.xml.h:2 hacks/config/sproingies.xml.h:2 +#: hacks/config/squiral.xml.h:4 hacks/config/stairs.xml.h:1 +#: hacks/config/starfish.xml.h:3 hacks/config/starwars.xml.h:6 +#: hacks/config/strange.xml.h:2 hacks/config/superquadrics.xml.h:4 +#: hacks/config/swirl.xml.h:2 hacks/config/t3d.xml.h:6 +#: hacks/config/thornbird.xml.h:2 hacks/config/triangle.xml.h:1 +#: hacks/config/truchet.xml.h:1 hacks/config/twang.xml.h:3 +#: hacks/config/vines.xml.h:1 hacks/config/webcollage.xml.h:4 +#: hacks/config/worm.xml.h:3 hacks/config/xearth.xml.h:7 +#: hacks/config/xfishtank.xml.h:3 hacks/config/xflame.xml.h:4 +#: hacks/config/xjack.xml.h:1 hacks/config/xmatrix.xml.h:5 +#: hacks/config/xmountains.xml.h:1 hacks/config/xrayswarm.xml.h:2 +#: hacks/config/zoom.xml.h:2 msgid "Fast" msgstr "Gyors" #: hacks/config/anemone.xml.h:4 hacks/config/blaster.xml.h:4 #: hacks/config/bouboule.xml.h:4 hacks/config/coral.xml.h:8 -#: hacks/config/cubenetic.xml.h:9 hacks/config/euler2d.xml.h:4 -#: hacks/config/flame.xml.h:7 hacks/config/fluidballs.xml.h:4 -#: hacks/config/kaleidescope.xml.h:3 hacks/config/lisa.xml.h:3 -#: hacks/config/pedal.xml.h:4 hacks/config/petri.xml.h:7 -#: hacks/config/qix.xml.h:8 hacks/config/thornbird.xml.h:3 -#: hacks/config/whirlwindwarp.xml.h:1 hacks/config/xfishtank.xml.h:4 +#: hacks/config/cubenetic.xml.h:9 hacks/config/eruption.xml.h:6 +#: hacks/config/euler2d.xml.h:4 hacks/config/flame.xml.h:7 +#: hacks/config/fluidballs.xml.h:6 hacks/config/kaleidescope.xml.h:3 +#: hacks/config/lisa.xml.h:3 hacks/config/pedal.xml.h:4 +#: hacks/config/petri.xml.h:7 hacks/config/qix.xml.h:8 +#: hacks/config/thornbird.xml.h:3 hacks/config/whirlwindwarp.xml.h:1 +#: hacks/config/xfishtank.xml.h:4 msgid "Few" msgstr "" -#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:8 +#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:9 #: hacks/config/apollonian.xml.h:7 hacks/config/attraction.xml.h:18 #: hacks/config/blaster.xml.h:6 hacks/config/bouboule.xml.h:5 #: hacks/config/braid.xml.h:7 hacks/config/coral.xml.h:9 @@ -987,17 +1051,18 @@ msgstr "" #: hacks/config/deco.xml.h:5 hacks/config/deluxe.xml.h:6 #: hacks/config/demon.xml.h:6 hacks/config/discrete.xml.h:4 #: hacks/config/drift.xml.h:9 hacks/config/epicycle.xml.h:8 -#: hacks/config/euler2d.xml.h:8 hacks/config/fadeplot.xml.h:6 -#: hacks/config/flag.xml.h:5 hacks/config/flame.xml.h:11 -#: hacks/config/flow.xml.h:8 hacks/config/fluidballs.xml.h:13 -#: hacks/config/forest.xml.h:3 hacks/config/galaxy.xml.h:6 -#: hacks/config/grav.xml.h:4 hacks/config/halo.xml.h:4 -#: hacks/config/hopalong.xml.h:15 hacks/config/ifs.xml.h:3 -#: hacks/config/imsmap.xml.h:9 hacks/config/interference.xml.h:11 -#: hacks/config/julia.xml.h:6 hacks/config/kaleidescope.xml.h:5 -#: hacks/config/laser.xml.h:6 hacks/config/lightning.xml.h:3 -#: hacks/config/lisa.xml.h:5 hacks/config/lissie.xml.h:6 -#: hacks/config/loop.xml.h:4 hacks/config/moire.xml.h:5 +#: hacks/config/eruption.xml.h:12 hacks/config/euler2d.xml.h:8 +#: hacks/config/fadeplot.xml.h:6 hacks/config/flag.xml.h:5 +#: hacks/config/flame.xml.h:11 hacks/config/flow.xml.h:8 +#: hacks/config/fluidballs.xml.h:13 hacks/config/forest.xml.h:3 +#: hacks/config/galaxy.xml.h:6 hacks/config/grav.xml.h:4 +#: hacks/config/halo.xml.h:4 hacks/config/hopalong.xml.h:15 +#: hacks/config/ifs.xml.h:3 hacks/config/imsmap.xml.h:9 +#: hacks/config/interference.xml.h:11 hacks/config/julia.xml.h:6 +#: hacks/config/kaleidescope.xml.h:5 hacks/config/laser.xml.h:6 +#: hacks/config/lightning.xml.h:3 hacks/config/lisa.xml.h:5 +#: hacks/config/lissie.xml.h:6 hacks/config/loop.xml.h:4 +#: hacks/config/metaballs.xml.h:6 hacks/config/moire.xml.h:5 #: hacks/config/moire2.xml.h:3 hacks/config/mountain.xml.h:4 #: hacks/config/nerverot.xml.h:15 hacks/config/pedal.xml.h:6 #: hacks/config/penrose.xml.h:7 hacks/config/petri.xml.h:11 @@ -1015,111 +1080,131 @@ msgstr "" msgid "Many" msgstr "" -#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:10 +#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:11 #: hacks/config/apollonian.xml.h:8 hacks/config/attraction.xml.h:19 #: hacks/config/bouboule.xml.h:6 hacks/config/braid.xml.h:9 #: hacks/config/critical.xml.h:5 hacks/config/crystal.xml.h:10 #: hacks/config/cynosure.xml.h:7 hacks/config/deco.xml.h:8 #: hacks/config/deluxe.xml.h:7 hacks/config/demon.xml.h:7 #: hacks/config/discrete.xml.h:6 hacks/config/drift.xml.h:10 -#: hacks/config/epicycle.xml.h:9 hacks/config/euler2d.xml.h:9 -#: hacks/config/fadeplot.xml.h:7 hacks/config/flag.xml.h:6 -#: hacks/config/flame.xml.h:12 hacks/config/flow.xml.h:9 -#: hacks/config/forest.xml.h:4 hacks/config/galaxy.xml.h:7 -#: hacks/config/grav.xml.h:5 hacks/config/halo.xml.h:6 -#: hacks/config/hopalong.xml.h:17 hacks/config/ifs.xml.h:4 -#: hacks/config/imsmap.xml.h:10 hacks/config/interference.xml.h:12 -#: hacks/config/julia.xml.h:7 hacks/config/laser.xml.h:8 -#: hacks/config/lightning.xml.h:4 hacks/config/lisa.xml.h:6 -#: hacks/config/lissie.xml.h:7 hacks/config/loop.xml.h:5 +#: hacks/config/epicycle.xml.h:9 hacks/config/eruption.xml.h:14 +#: hacks/config/euler2d.xml.h:9 hacks/config/fadeplot.xml.h:7 +#: hacks/config/flag.xml.h:6 hacks/config/flame.xml.h:12 +#: hacks/config/flow.xml.h:9 hacks/config/forest.xml.h:4 +#: hacks/config/galaxy.xml.h:7 hacks/config/grav.xml.h:5 +#: hacks/config/halo.xml.h:6 hacks/config/hopalong.xml.h:17 +#: hacks/config/ifs.xml.h:4 hacks/config/imsmap.xml.h:10 +#: hacks/config/interference.xml.h:12 hacks/config/julia.xml.h:7 +#: hacks/config/laser.xml.h:8 hacks/config/lightning.xml.h:4 +#: hacks/config/lisa.xml.h:6 hacks/config/lissie.xml.h:7 +#: hacks/config/loop.xml.h:5 hacks/config/metaballs.xml.h:10 #: hacks/config/moire.xml.h:7 hacks/config/moire2.xml.h:5 #: hacks/config/mountain.xml.h:6 hacks/config/penrose.xml.h:8 -#: hacks/config/polyominoes.xml.h:6 hacks/config/rd-bomb.xml.h:13 -#: hacks/config/rocks.xml.h:6 hacks/config/rotor.xml.h:7 -#: hacks/config/shadebobs.xml.h:6 hacks/config/sierpinski.xml.h:5 -#: hacks/config/slip.xml.h:5 hacks/config/sphere.xml.h:4 -#: hacks/config/spiral.xml.h:8 hacks/config/squiral.xml.h:10 -#: hacks/config/starfish.xml.h:6 hacks/config/strange.xml.h:6 -#: hacks/config/swirl.xml.h:5 hacks/config/thornbird.xml.h:5 -#: hacks/config/triangle.xml.h:4 hacks/config/vines.xml.h:3 -#: hacks/config/worm.xml.h:5 hacks/config/xearth.xml.h:17 -#: hacks/config/xfishtank.xml.h:9 +#: hacks/config/polyominoes.xml.h:6 hacks/config/popsquares.xml.h:4 +#: hacks/config/rd-bomb.xml.h:13 hacks/config/rocks.xml.h:6 +#: hacks/config/rotor.xml.h:7 hacks/config/shadebobs.xml.h:6 +#: hacks/config/sierpinski.xml.h:5 hacks/config/slip.xml.h:5 +#: hacks/config/sphere.xml.h:4 hacks/config/spiral.xml.h:8 +#: hacks/config/squiral.xml.h:10 hacks/config/starfish.xml.h:6 +#: hacks/config/strange.xml.h:6 hacks/config/swirl.xml.h:5 +#: hacks/config/thornbird.xml.h:5 hacks/config/triangle.xml.h:4 +#: hacks/config/vines.xml.h:3 hacks/config/worm.xml.h:5 +#: hacks/config/xearth.xml.h:17 hacks/config/xfishtank.xml.h:9 msgid "Number of Colors" msgstr "Színek száma" -#: hacks/config/anemone.xml.h:7 hacks/config/ant.xml.h:14 +#: hacks/config/anemone.xml.h:7 hacks/config/pyro.xml.h:8 +msgid "Often" +msgstr "" + +#: hacks/config/anemone.xml.h:8 +msgid "Rarely" +msgstr "" + +#: hacks/config/anemone.xml.h:9 hacks/config/ant.xml.h:15 #: hacks/config/apollonian.xml.h:11 hacks/config/atlantis.xml.h:13 -#: hacks/config/attraction.xml.h:26 hacks/config/blaster.xml.h:8 -#: hacks/config/blitspin.xml.h:7 hacks/config/bouboule.xml.h:8 +#: hacks/config/attraction.xml.h:26 hacks/config/atunnel.xml.h:6 +#: hacks/config/barcode.xml.h:6 hacks/config/blaster.xml.h:8 +#: hacks/config/blitspin.xml.h:7 hacks/config/blocktube.xml.h:9 +#: hacks/config/bouboule.xml.h:8 hacks/config/bouncingcow.xml.h:10 #: hacks/config/boxed.xml.h:6 hacks/config/braid.xml.h:11 #: hacks/config/bubble3d.xml.h:5 hacks/config/bubbles.xml.h:10 #: hacks/config/bumps.xml.h:4 hacks/config/cage.xml.h:4 -#: hacks/config/circuit.xml.h:10 hacks/config/compass.xml.h:4 -#: hacks/config/coral.xml.h:12 hacks/config/critical.xml.h:6 -#: hacks/config/crystal.xml.h:11 hacks/config/cubenetic.xml.h:22 +#: hacks/config/circuit.xml.h:10 hacks/config/cloudlife.xml.h:11 +#: hacks/config/compass.xml.h:4 hacks/config/coral.xml.h:12 +#: hacks/config/critical.xml.h:6 hacks/config/crystal.xml.h:11 +#: hacks/config/cubenetic.xml.h:22 hacks/config/cubestorm.xml.h:8 #: hacks/config/cynosure.xml.h:9 hacks/config/dangerball.xml.h:5 #: hacks/config/decayscreen.xml.h:17 hacks/config/deluxe.xml.h:8 #: hacks/config/demon.xml.h:8 hacks/config/discrete.xml.h:7 #: hacks/config/distort.xml.h:11 hacks/config/drift.xml.h:12 -#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:5 -#: hacks/config/epicycle.xml.h:10 hacks/config/euler2d.xml.h:14 -#: hacks/config/extrusion.xml.h:11 hacks/config/fadeplot.xml.h:8 -#: hacks/config/flag.xml.h:7 hacks/config/flame.xml.h:14 -#: hacks/config/flipscreen3d.xml.h:6 hacks/config/flow.xml.h:13 -#: hacks/config/fluidballs.xml.h:18 hacks/config/forest.xml.h:5 +#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:15 +#: hacks/config/epicycle.xml.h:10 hacks/config/eruption.xml.h:19 +#: hacks/config/euler2d.xml.h:14 hacks/config/extrusion.xml.h:11 +#: hacks/config/fadeplot.xml.h:8 hacks/config/flag.xml.h:7 +#: hacks/config/flame.xml.h:14 hacks/config/flipscreen3d.xml.h:6 +#: hacks/config/flow.xml.h:13 hacks/config/fluidballs.xml.h:18 +#: hacks/config/flyingtoasters.xml.h:11 hacks/config/forest.xml.h:5 #: hacks/config/galaxy.xml.h:10 hacks/config/gears.xml.h:7 -#: hacks/config/gflux.xml.h:12 hacks/config/glforestfire.xml.h:14 -#: hacks/config/glplanet.xml.h:6 hacks/config/glsnake.xml.h:12 -#: hacks/config/gltext.xml.h:13 hacks/config/goop.xml.h:10 -#: hacks/config/grav.xml.h:8 hacks/config/greynetic.xml.h:3 -#: hacks/config/halo.xml.h:9 hacks/config/hopalong.xml.h:21 -#: hacks/config/hyperball.xml.h:8 hacks/config/hypercube.xml.h:7 +#: hacks/config/gflux.xml.h:12 hacks/config/glblur.xml.h:14 +#: hacks/config/glforestfire.xml.h:14 hacks/config/glknots.xml.h:17 +#: hacks/config/glmatrix.xml.h:18 hacks/config/glplanet.xml.h:6 +#: hacks/config/glsnake.xml.h:12 hacks/config/gltext.xml.h:13 +#: hacks/config/goop.xml.h:10 hacks/config/grav.xml.h:8 +#: hacks/config/greynetic.xml.h:3 hacks/config/halo.xml.h:9 +#: hacks/config/hopalong.xml.h:21 hacks/config/hyperball.xml.h:8 +#: hacks/config/hypercube.xml.h:7 hacks/config/hypertorus.xml.h:13 #: hacks/config/ifs.xml.h:5 hacks/config/interference.xml.h:14 -#: hacks/config/jigsaw.xml.h:5 hacks/config/juggle.xml.h:7 -#: hacks/config/julia.xml.h:8 hacks/config/kaleidescope.xml.h:7 +#: hacks/config/jigglypuff.xml.h:16 hacks/config/jigsaw.xml.h:5 +#: hacks/config/juggle.xml.h:7 hacks/config/julia.xml.h:8 +#: hacks/config/kaleidescope.xml.h:7 hacks/config/klein.xml.h:7 #: hacks/config/kumppa.xml.h:8 hacks/config/lament.xml.h:6 -#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:26 +#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:27 #: hacks/config/lightning.xml.h:5 hacks/config/lisa.xml.h:8 #: hacks/config/lissie.xml.h:9 hacks/config/lmorph.xml.h:11 #: hacks/config/loop.xml.h:7 hacks/config/maze.xml.h:14 -#: hacks/config/menger.xml.h:16 hacks/config/moebius.xml.h:7 -#: hacks/config/moire2.xml.h:6 hacks/config/molecule.xml.h:22 -#: hacks/config/morph3d.xml.h:6 hacks/config/mountain.xml.h:7 -#: hacks/config/munch.xml.h:7 hacks/config/nerverot.xml.h:20 -#: hacks/config/penetrate.xml.h:6 hacks/config/penrose.xml.h:11 -#: hacks/config/petri.xml.h:23 hacks/config/phosphor.xml.h:6 +#: hacks/config/menger.xml.h:16 hacks/config/metaballs.xml.h:13 +#: hacks/config/moebius.xml.h:7 hacks/config/moire2.xml.h:6 +#: hacks/config/molecule.xml.h:22 hacks/config/morph3d.xml.h:6 +#: hacks/config/mountain.xml.h:7 hacks/config/munch.xml.h:7 +#: hacks/config/nerverot.xml.h:20 hacks/config/penetrate.xml.h:6 +#: hacks/config/penrose.xml.h:11 hacks/config/petri.xml.h:23 +#: hacks/config/phosphor.xml.h:6 hacks/config/piecewise.xml.h:9 #: hacks/config/pipes.xml.h:15 hacks/config/polyominoes.xml.h:10 -#: hacks/config/pulsar.xml.h:15 hacks/config/pyro.xml.h:13 -#: hacks/config/qix.xml.h:19 hacks/config/queens.xml.h:4 -#: hacks/config/rd-bomb.xml.h:17 hacks/config/ripples.xml.h:11 -#: hacks/config/rocks.xml.h:9 hacks/config/rotor.xml.h:11 -#: hacks/config/rubik.xml.h:9 hacks/config/sballs.xml.h:13 -#: hacks/config/shadebobs.xml.h:9 hacks/config/sierpinski.xml.h:7 -#: hacks/config/sierpinski3d.xml.h:8 hacks/config/slidescreen.xml.h:6 -#: hacks/config/slip.xml.h:7 hacks/config/speedmine.xml.h:13 -#: hacks/config/sphere.xml.h:5 hacks/config/spheremonics.xml.h:19 -#: hacks/config/spiral.xml.h:9 hacks/config/spotlight.xml.h:4 -#: hacks/config/sproingies.xml.h:6 hacks/config/squiral.xml.h:14 -#: hacks/config/stairs.xml.h:3 hacks/config/starfish.xml.h:8 -#: hacks/config/starwars.xml.h:12 hacks/config/strange.xml.h:7 -#: hacks/config/superquadrics.xml.h:7 hacks/config/swirl.xml.h:6 -#: hacks/config/t3d.xml.h:11 hacks/config/thornbird.xml.h:7 -#: hacks/config/triangle.xml.h:5 hacks/config/truchet.xml.h:2 -#: hacks/config/twang.xml.h:9 hacks/config/vines.xml.h:4 -#: hacks/config/webcollage.xml.h:7 hacks/config/worm.xml.h:7 -#: hacks/config/xearth.xml.h:22 hacks/config/xfishtank.xml.h:10 -#: hacks/config/xflame.xml.h:5 hacks/config/xjack.xml.h:2 -#: hacks/config/xmatrix.xml.h:14 hacks/config/xmountains.xml.h:4 -#: hacks/config/xrayswarm.xml.h:3 hacks/config/zoom.xml.h:6 +#: hacks/config/popsquares.xml.h:5 hacks/config/pulsar.xml.h:15 +#: hacks/config/pyro.xml.h:13 hacks/config/qix.xml.h:19 +#: hacks/config/queens.xml.h:4 hacks/config/rd-bomb.xml.h:17 +#: hacks/config/ripples.xml.h:11 hacks/config/rocks.xml.h:9 +#: hacks/config/rotor.xml.h:11 hacks/config/rubik.xml.h:9 +#: hacks/config/sballs.xml.h:13 hacks/config/shadebobs.xml.h:9 +#: hacks/config/sierpinski.xml.h:7 hacks/config/sierpinski3d.xml.h:8 +#: hacks/config/slidescreen.xml.h:6 hacks/config/slip.xml.h:7 +#: hacks/config/speedmine.xml.h:13 hacks/config/sphere.xml.h:5 +#: hacks/config/spheremonics.xml.h:19 hacks/config/spiral.xml.h:9 +#: hacks/config/spotlight.xml.h:4 hacks/config/sproingies.xml.h:6 +#: hacks/config/squiral.xml.h:14 hacks/config/stairs.xml.h:3 +#: hacks/config/starfish.xml.h:8 hacks/config/starwars.xml.h:12 +#: hacks/config/strange.xml.h:7 hacks/config/superquadrics.xml.h:8 +#: hacks/config/swirl.xml.h:6 hacks/config/t3d.xml.h:11 +#: hacks/config/thornbird.xml.h:7 hacks/config/triangle.xml.h:5 +#: hacks/config/truchet.xml.h:2 hacks/config/twang.xml.h:9 +#: hacks/config/vines.xml.h:4 hacks/config/webcollage.xml.h:7 +#: hacks/config/worm.xml.h:7 hacks/config/xearth.xml.h:22 +#: hacks/config/xfishtank.xml.h:10 hacks/config/xflame.xml.h:5 +#: hacks/config/xjack.xml.h:2 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xmountains.xml.h:4 hacks/config/xrayswarm.xml.h:3 +#: hacks/config/zoom.xml.h:6 msgid "Slow" msgstr "Lassú" -#: hacks/config/anemone.xml.h:8 hacks/config/ant.xml.h:16 +#: hacks/config/anemone.xml.h:10 hacks/config/ant.xml.h:17 #: hacks/config/apollonian.xml.h:12 hacks/config/attraction.xml.h:28 -#: hacks/config/blaster.xml.h:9 hacks/config/bouboule.xml.h:9 -#: hacks/config/braid.xml.h:12 hacks/config/bubble3d.xml.h:6 -#: hacks/config/bubbles.xml.h:11 hacks/config/bumps.xml.h:5 -#: hacks/config/cage.xml.h:6 hacks/config/circuit.xml.h:11 +#: hacks/config/atunnel.xml.h:7 hacks/config/barcode.xml.h:7 +#: hacks/config/blaster.xml.h:9 hacks/config/blocktube.xml.h:11 +#: hacks/config/bouboule.xml.h:9 hacks/config/braid.xml.h:12 +#: hacks/config/bubble3d.xml.h:6 hacks/config/bubbles.xml.h:11 +#: hacks/config/bumps.xml.h:5 hacks/config/cage.xml.h:6 +#: hacks/config/circuit.xml.h:11 hacks/config/cloudlife.xml.h:13 #: hacks/config/compass.xml.h:5 hacks/config/coral.xml.h:14 #: hacks/config/critical.xml.h:7 hacks/config/crystal.xml.h:12 #: hacks/config/cubenetic.xml.h:24 hacks/config/cynosure.xml.h:10 @@ -1127,12 +1212,13 @@ msgstr "Lass #: hacks/config/deluxe.xml.h:9 hacks/config/demon.xml.h:10 #: hacks/config/discrete.xml.h:9 hacks/config/distort.xml.h:13 #: hacks/config/drift.xml.h:13 hacks/config/endgame.xml.h:6 -#: hacks/config/engine.xml.h:6 hacks/config/epicycle.xml.h:11 -#: hacks/config/euler2d.xml.h:15 hacks/config/extrusion.xml.h:13 -#: hacks/config/fadeplot.xml.h:10 hacks/config/flag.xml.h:9 -#: hacks/config/flame.xml.h:15 hacks/config/flipscreen3d.xml.h:7 -#: hacks/config/flow.xml.h:16 hacks/config/fluidballs.xml.h:20 -#: hacks/config/forest.xml.h:6 hacks/config/galaxy.xml.h:11 +#: hacks/config/engine.xml.h:16 hacks/config/epicycle.xml.h:11 +#: hacks/config/eruption.xml.h:20 hacks/config/euler2d.xml.h:15 +#: hacks/config/extrusion.xml.h:13 hacks/config/fadeplot.xml.h:10 +#: hacks/config/flag.xml.h:9 hacks/config/flame.xml.h:15 +#: hacks/config/flipscreen3d.xml.h:7 hacks/config/flow.xml.h:16 +#: hacks/config/fluidballs.xml.h:20 hacks/config/forest.xml.h:6 +#: hacks/config/galaxy.xml.h:11 hacks/config/glblur.xml.h:17 #: hacks/config/glforestfire.xml.h:15 hacks/config/glplanet.xml.h:8 #: hacks/config/gltext.xml.h:15 hacks/config/goop.xml.h:11 #: hacks/config/grav.xml.h:9 hacks/config/greynetic.xml.h:4 @@ -1140,18 +1226,20 @@ msgstr "Lass #: hacks/config/hyperball.xml.h:9 hacks/config/hypercube.xml.h:8 #: hacks/config/ifs.xml.h:6 hacks/config/jigsaw.xml.h:7 #: hacks/config/juggle.xml.h:8 hacks/config/julia.xml.h:10 -#: hacks/config/kaleidescope.xml.h:8 hacks/config/kumppa.xml.h:9 -#: hacks/config/lament.xml.h:7 hacks/config/laser.xml.h:11 -#: hacks/config/lavalite.xml.h:29 hacks/config/lightning.xml.h:6 -#: hacks/config/lisa.xml.h:9 hacks/config/lissie.xml.h:11 -#: hacks/config/lmorph.xml.h:12 hacks/config/loop.xml.h:9 -#: hacks/config/menger.xml.h:18 hacks/config/moebius.xml.h:10 +#: hacks/config/kaleidescope.xml.h:8 hacks/config/klein.xml.h:8 +#: hacks/config/kumppa.xml.h:9 hacks/config/lament.xml.h:7 +#: hacks/config/laser.xml.h:11 hacks/config/lavalite.xml.h:30 +#: hacks/config/lightning.xml.h:6 hacks/config/lisa.xml.h:9 +#: hacks/config/lissie.xml.h:11 hacks/config/lmorph.xml.h:12 +#: hacks/config/loop.xml.h:9 hacks/config/menger.xml.h:18 +#: hacks/config/metaballs.xml.h:15 hacks/config/moebius.xml.h:10 #: hacks/config/moire2.xml.h:7 hacks/config/molecule.xml.h:24 #: hacks/config/morph3d.xml.h:7 hacks/config/mountain.xml.h:8 #: hacks/config/munch.xml.h:9 hacks/config/nerverot.xml.h:22 #: hacks/config/penrose.xml.h:12 hacks/config/petri.xml.h:25 -#: hacks/config/phosphor.xml.h:7 hacks/config/pipes.xml.h:16 -#: hacks/config/polyominoes.xml.h:11 hacks/config/pulsar.xml.h:17 +#: hacks/config/phosphor.xml.h:7 hacks/config/piecewise.xml.h:11 +#: hacks/config/pipes.xml.h:16 hacks/config/polyominoes.xml.h:11 +#: hacks/config/popsquares.xml.h:6 hacks/config/pulsar.xml.h:17 #: hacks/config/qix.xml.h:22 hacks/config/queens.xml.h:6 #: hacks/config/rotor.xml.h:12 hacks/config/rubik.xml.h:11 #: hacks/config/sballs.xml.h:14 hacks/config/shadebobs.xml.h:10 @@ -1162,42 +1250,48 @@ msgstr "Lass #: hacks/config/spotlight.xml.h:5 hacks/config/sproingies.xml.h:8 #: hacks/config/squiral.xml.h:16 hacks/config/stairs.xml.h:5 #: hacks/config/starfish.xml.h:9 hacks/config/strange.xml.h:8 -#: hacks/config/superquadrics.xml.h:9 hacks/config/swirl.xml.h:7 +#: hacks/config/superquadrics.xml.h:10 hacks/config/swirl.xml.h:7 #: hacks/config/t3d.xml.h:13 hacks/config/thornbird.xml.h:8 #: hacks/config/triangle.xml.h:6 hacks/config/truchet.xml.h:3 #: hacks/config/twang.xml.h:10 hacks/config/vines.xml.h:5 -#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:4 +#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:13 #: hacks/config/worm.xml.h:8 hacks/config/xearth.xml.h:25 #: hacks/config/xflame.xml.h:6 hacks/config/xjack.xml.h:3 -#: hacks/config/xmatrix.xml.h:17 hacks/config/xmountains.xml.h:5 +#: hacks/config/xmatrix.xml.h:18 hacks/config/xmountains.xml.h:5 #: hacks/config/xrayswarm.xml.h:4 hacks/config/zoom.xml.h:7 msgid "Speed" msgstr "Sebesség" -#: hacks/config/anemone.xml.h:9 +#: hacks/config/anemone.xml.h:11 msgid "Tentacles" msgstr "" -#: hacks/config/anemone.xml.h:10 hacks/config/deluxe.xml.h:10 +#: hacks/config/anemone.xml.h:12 hacks/config/cubestorm.xml.h:11 +#: hacks/config/deluxe.xml.h:10 hacks/config/glknots.xml.h:19 #: hacks/config/lmorph.xml.h:13 hacks/config/starfish.xml.h:11 #: hacks/config/thornbird.xml.h:9 msgid "Thick" msgstr "" -#: hacks/config/anemone.xml.h:11 hacks/config/moire2.xml.h:8 -#: hacks/config/thornbird.xml.h:10 +#: hacks/config/anemone.xml.h:13 hacks/config/glknots.xml.h:20 +#: hacks/config/moire2.xml.h:8 hacks/config/thornbird.xml.h:10 #, fuzzy msgid "Thickness" msgstr "Ritkább" -#: hacks/config/anemone.xml.h:12 hacks/config/deluxe.xml.h:11 +#: hacks/config/anemone.xml.h:14 hacks/config/cubestorm.xml.h:12 +#: hacks/config/deluxe.xml.h:11 hacks/config/glknots.xml.h:21 #: hacks/config/lmorph.xml.h:14 hacks/config/starfish.xml.h:12 #: hacks/config/thornbird.xml.h:11 #, fuzzy msgid "Thin" msgstr "Ritkább" -#: hacks/config/anemone.xml.h:13 hacks/config/ant.xml.h:21 +#: hacks/config/anemone.xml.h:15 +msgid "Turn speed" +msgstr "" + +#: hacks/config/anemone.xml.h:16 hacks/config/ant.xml.h:22 #: hacks/config/apollonian.xml.h:13 hacks/config/attraction.xml.h:32 #: hacks/config/bouboule.xml.h:11 hacks/config/braid.xml.h:13 #: hacks/config/critical.xml.h:8 hacks/config/crystal.xml.h:13 @@ -1214,25 +1308,30 @@ msgstr "Ritk #: hacks/config/julia.xml.h:12 hacks/config/laser.xml.h:12 #: hacks/config/lightning.xml.h:8 hacks/config/lisa.xml.h:12 #: hacks/config/lissie.xml.h:13 hacks/config/loop.xml.h:12 -#: hacks/config/moire.xml.h:11 hacks/config/moire2.xml.h:9 -#: hacks/config/mountain.xml.h:9 hacks/config/nerverot.xml.h:23 -#: hacks/config/penrose.xml.h:13 hacks/config/polyominoes.xml.h:12 -#: hacks/config/rd-bomb.xml.h:20 hacks/config/rocks.xml.h:12 -#: hacks/config/rotor.xml.h:13 hacks/config/shadebobs.xml.h:12 -#: hacks/config/sierpinski.xml.h:12 hacks/config/slip.xml.h:12 -#: hacks/config/sphere.xml.h:8 hacks/config/spiral.xml.h:12 -#: hacks/config/squiral.xml.h:18 hacks/config/starfish.xml.h:14 -#: hacks/config/strange.xml.h:11 hacks/config/swirl.xml.h:9 -#: hacks/config/thornbird.xml.h:13 hacks/config/triangle.xml.h:8 -#: hacks/config/vines.xml.h:7 hacks/config/worm.xml.h:9 -#: hacks/config/xearth.xml.h:28 hacks/config/xfishtank.xml.h:11 +#: hacks/config/metaballs.xml.h:16 hacks/config/moire.xml.h:11 +#: hacks/config/moire2.xml.h:9 hacks/config/mountain.xml.h:9 +#: hacks/config/nerverot.xml.h:23 hacks/config/penrose.xml.h:13 +#: hacks/config/polyominoes.xml.h:12 hacks/config/rd-bomb.xml.h:20 +#: hacks/config/rocks.xml.h:12 hacks/config/rotor.xml.h:13 +#: hacks/config/shadebobs.xml.h:12 hacks/config/sierpinski.xml.h:12 +#: hacks/config/slip.xml.h:12 hacks/config/sphere.xml.h:8 +#: hacks/config/spiral.xml.h:12 hacks/config/squiral.xml.h:18 +#: hacks/config/starfish.xml.h:14 hacks/config/strange.xml.h:11 +#: hacks/config/swirl.xml.h:9 hacks/config/thornbird.xml.h:13 +#: hacks/config/triangle.xml.h:8 hacks/config/vines.xml.h:7 +#: hacks/config/worm.xml.h:9 hacks/config/xearth.xml.h:28 +#: hacks/config/xfishtank.xml.h:11 msgid "Two" msgstr "Kettõ" -#: hacks/config/anemone.xml.h:14 +#: hacks/config/anemone.xml.h:17 msgid "Wiggling tentacles. By Gabriel Finch." msgstr "" +#: hacks/config/anemone.xml.h:18 +msgid "Withdraw freqency" +msgstr "" + #: hacks/config/ant.xml.h:1 msgid "" "A cellular automaton that is really a two-dimensional Turing machine: as the " @@ -1253,59 +1352,67 @@ msgstr "Hangy msgid "Ants Count" msgstr "Hangyák száma" -#: hacks/config/ant.xml.h:6 +#: hacks/config/ant.xml.h:5 +#, fuzzy +msgid "Draw Eyes" +msgstr "Hossz (ms)" + +#: hacks/config/ant.xml.h:7 msgid "Four Sided Cells" msgstr "Négyoldalú cellák" -#: hacks/config/ant.xml.h:7 hacks/config/attraction.xml.h:13 -#: hacks/config/cubenetic.xml.h:11 hacks/config/demon.xml.h:5 -#: hacks/config/discrete.xml.h:3 hacks/config/distort.xml.h:5 -#: hacks/config/fadeplot.xml.h:5 hacks/config/flag.xml.h:4 -#: hacks/config/flow.xml.h:7 hacks/config/fluidballs.xml.h:12 +#: hacks/config/ant.xml.h:8 hacks/config/attraction.xml.h:13 +#: hacks/config/cloudlife.xml.h:7 hacks/config/cubenetic.xml.h:11 +#: hacks/config/demon.xml.h:5 hacks/config/discrete.xml.h:3 +#: hacks/config/distort.xml.h:5 hacks/config/fadeplot.xml.h:5 +#: hacks/config/flag.xml.h:4 hacks/config/flow.xml.h:7 +#: hacks/config/fluidballs.xml.h:12 hacks/config/halftone.xml.h:8 #: hacks/config/hopalong.xml.h:13 hacks/config/interference.xml.h:8 #: hacks/config/julia.xml.h:5 hacks/config/lissie.xml.h:4 #: hacks/config/loop.xml.h:2 hacks/config/moire.xml.h:4 -#: hacks/config/rd-bomb.xml.h:11 hacks/config/rorschach.xml.h:5 -#: hacks/config/rubik.xml.h:4 hacks/config/sierpinski.xml.h:3 -#: hacks/config/slip.xml.h:3 +#: hacks/config/piecewise.xml.h:5 hacks/config/rd-bomb.xml.h:11 +#: hacks/config/rorschach.xml.h:5 hacks/config/rubik.xml.h:4 +#: hacks/config/sierpinski.xml.h:3 hacks/config/slip.xml.h:3 msgid "Large" msgstr "Hosszú" -#: hacks/config/ant.xml.h:9 +#: hacks/config/ant.xml.h:10 msgid "Nine Sided Cells" msgstr "Kilencoldalú cellák" -#: hacks/config/ant.xml.h:11 +#: hacks/config/ant.xml.h:12 msgid "Random Cell Shape" msgstr "Véletlen cellaalak" -#: hacks/config/ant.xml.h:12 hacks/config/speedmine.xml.h:11 +#: hacks/config/ant.xml.h:13 hacks/config/speedmine.xml.h:11 msgid "Sharp Turns" msgstr "Éles fordulások" -#: hacks/config/ant.xml.h:13 +#: hacks/config/ant.xml.h:14 msgid "Six Sided Cells" msgstr "Hatoldalú cellák" -#: hacks/config/ant.xml.h:15 hacks/config/attraction.xml.h:27 -#: hacks/config/cubenetic.xml.h:23 hacks/config/demon.xml.h:9 -#: hacks/config/discrete.xml.h:8 hacks/config/distort.xml.h:12 -#: hacks/config/fadeplot.xml.h:9 hacks/config/flag.xml.h:8 -#: hacks/config/flow.xml.h:15 hacks/config/fluidballs.xml.h:19 +#: hacks/config/ant.xml.h:16 hacks/config/attraction.xml.h:27 +#: hacks/config/cloudlife.xml.h:12 hacks/config/cubenetic.xml.h:23 +#: hacks/config/demon.xml.h:9 hacks/config/discrete.xml.h:8 +#: hacks/config/distort.xml.h:12 hacks/config/fadeplot.xml.h:9 +#: hacks/config/flag.xml.h:8 hacks/config/flow.xml.h:15 +#: hacks/config/fluidballs.xml.h:19 hacks/config/halftone.xml.h:14 #: hacks/config/hopalong.xml.h:22 hacks/config/interference.xml.h:15 #: hacks/config/julia.xml.h:9 hacks/config/lissie.xml.h:10 -#: hacks/config/loop.xml.h:8 hacks/config/moire.xml.h:9 +#: hacks/config/loop.xml.h:8 hacks/config/metaballs.xml.h:14 +#: hacks/config/moire.xml.h:9 hacks/config/piecewise.xml.h:10 #: hacks/config/rd-bomb.xml.h:18 hacks/config/rorschach.xml.h:8 #: hacks/config/rubik.xml.h:10 hacks/config/sierpinski.xml.h:8 #: hacks/config/slip.xml.h:8 msgid "Small" msgstr "Rövid" -#: hacks/config/ant.xml.h:17 +#: hacks/config/ant.xml.h:18 msgid "Three Sided Cells" msgstr "Háromoldalú cellák" -#: hacks/config/ant.xml.h:18 hacks/config/demon.xml.h:12 +#: hacks/config/ant.xml.h:19 hacks/config/demon.xml.h:12 #: hacks/config/discrete.xml.h:10 hacks/config/fadeplot.xml.h:11 #: hacks/config/flag.xml.h:12 hacks/config/flow.xml.h:17 #: hacks/config/lissie.xml.h:12 hacks/config/loop.xml.h:11 @@ -1314,11 +1421,11 @@ msgstr "H msgid "Timeout" msgstr "" -#: hacks/config/ant.xml.h:19 +#: hacks/config/ant.xml.h:20 msgid "Truchet Lines" msgstr "" -#: hacks/config/ant.xml.h:20 +#: hacks/config/ant.xml.h:21 msgid "Twelve Sided Cells" msgstr "" @@ -1388,23 +1495,30 @@ msgstr "C msgid "Shimmering Water" msgstr "" -#: hacks/config/atlantis.xml.h:11 hacks/config/boxed.xml.h:5 +#: hacks/config/atlantis.xml.h:11 hacks/config/atunnel.xml.h:5 +#: hacks/config/blocktube.xml.h:8 hacks/config/boxed.xml.h:5 #: hacks/config/bubble3d.xml.h:4 hacks/config/cage.xml.h:3 #: hacks/config/circuit.xml.h:9 hacks/config/cubenetic.xml.h:21 -#: hacks/config/dangerball.xml.h:4 hacks/config/endgame.xml.h:4 -#: hacks/config/engine.xml.h:4 hacks/config/extrusion.xml.h:10 -#: hacks/config/flipscreen3d.xml.h:5 hacks/config/fluidballs.xml.h:17 -#: hacks/config/gears.xml.h:6 hacks/config/gflux.xml.h:11 -#: hacks/config/glforestfire.xml.h:13 hacks/config/glplanet.xml.h:5 -#: hacks/config/glsnake.xml.h:10 hacks/config/gltext.xml.h:12 -#: hacks/config/lament.xml.h:5 hacks/config/menger.xml.h:15 -#: hacks/config/moebius.xml.h:6 hacks/config/molecule.xml.h:21 -#: hacks/config/morph3d.xml.h:5 hacks/config/pipes.xml.h:14 -#: hacks/config/pulsar.xml.h:14 hacks/config/queens.xml.h:3 -#: hacks/config/rubik.xml.h:6 hacks/config/sballs.xml.h:12 -#: hacks/config/sierpinski3d.xml.h:6 hacks/config/spheremonics.xml.h:18 -#: hacks/config/sproingies.xml.h:4 hacks/config/stairs.xml.h:2 -#: hacks/config/starwars.xml.h:11 hacks/config/superquadrics.xml.h:6 +#: hacks/config/cubestorm.xml.h:7 hacks/config/dangerball.xml.h:4 +#: hacks/config/endgame.xml.h:4 hacks/config/engine.xml.h:14 +#: hacks/config/extrusion.xml.h:10 hacks/config/flipscreen3d.xml.h:5 +#: hacks/config/fluidballs.xml.h:17 hacks/config/flurry.xml.h:9 +#: hacks/config/flyingtoasters.xml.h:10 hacks/config/gears.xml.h:6 +#: hacks/config/gflux.xml.h:11 hacks/config/glblur.xml.h:13 +#: hacks/config/glforestfire.xml.h:13 hacks/config/glknots.xml.h:16 +#: hacks/config/glmatrix.xml.h:17 hacks/config/glplanet.xml.h:5 +#: hacks/config/glslideshow.xml.h:18 hacks/config/glsnake.xml.h:10 +#: hacks/config/gltext.xml.h:12 hacks/config/hypertorus.xml.h:12 +#: hacks/config/jigglypuff.xml.h:15 hacks/config/klein.xml.h:6 +#: hacks/config/lament.xml.h:5 hacks/config/lavalite.xml.h:26 +#: hacks/config/menger.xml.h:15 hacks/config/moebius.xml.h:6 +#: hacks/config/molecule.xml.h:21 hacks/config/morph3d.xml.h:5 +#: hacks/config/pipes.xml.h:14 hacks/config/pulsar.xml.h:14 +#: hacks/config/queens.xml.h:3 hacks/config/rubik.xml.h:6 +#: hacks/config/sballs.xml.h:12 hacks/config/sierpinski3d.xml.h:6 +#: hacks/config/spheremonics.xml.h:18 hacks/config/sproingies.xml.h:4 +#: hacks/config/stairs.xml.h:2 hacks/config/starwars.xml.h:11 +#: hacks/config/superquadrics.xml.h:7 msgid "Show Frames-per-Second" msgstr "" @@ -1414,13 +1528,14 @@ msgstr "" #: hacks/config/atlantis.xml.h:14 hacks/config/boxed.xml.h:7 #: hacks/config/cage.xml.h:5 hacks/config/extrusion.xml.h:12 -#: hacks/config/gears.xml.h:8 hacks/config/glplanet.xml.h:7 -#: hacks/config/glsnake.xml.h:13 hacks/config/gltext.xml.h:14 -#: hacks/config/menger.xml.h:17 hacks/config/molecule.xml.h:23 -#: hacks/config/munch.xml.h:8 hacks/config/sierpinski3d.xml.h:9 -#: hacks/config/speedmine.xml.h:14 hacks/config/spheremonics.xml.h:21 -#: hacks/config/sproingies.xml.h:7 hacks/config/stairs.xml.h:4 -#: hacks/config/stonerview.xml.h:2 hacks/config/superquadrics.xml.h:8 +#: hacks/config/gears.xml.h:8 hacks/config/glblur.xml.h:15 +#: hacks/config/glplanet.xml.h:7 hacks/config/glsnake.xml.h:13 +#: hacks/config/gltext.xml.h:14 hacks/config/menger.xml.h:17 +#: hacks/config/molecule.xml.h:23 hacks/config/munch.xml.h:8 +#: hacks/config/sierpinski3d.xml.h:9 hacks/config/speedmine.xml.h:14 +#: hacks/config/spheremonics.xml.h:21 hacks/config/sproingies.xml.h:7 +#: hacks/config/stairs.xml.h:4 hacks/config/stonerview.xml.h:2 +#: hacks/config/superquadrics.xml.h:9 msgid "Solid" msgstr "Egyszínû" @@ -1436,18 +1551,22 @@ msgstr "" msgid "Whale Speed" msgstr "Sebesség" -#: hacks/config/atlantis.xml.h:17 hacks/config/boxed.xml.h:8 -#: hacks/config/cage.xml.h:8 hacks/config/dangerball.xml.h:11 -#: hacks/config/extrusion.xml.h:19 hacks/config/gears.xml.h:11 -#: hacks/config/glforestfire.xml.h:20 hacks/config/glplanet.xml.h:11 +#: hacks/config/atlantis.xml.h:17 hacks/config/atunnel.xml.h:10 +#: hacks/config/blocktube.xml.h:13 hacks/config/boxed.xml.h:8 +#: hacks/config/cage.xml.h:8 hacks/config/cubestorm.xml.h:14 +#: hacks/config/dangerball.xml.h:11 hacks/config/extrusion.xml.h:19 +#: hacks/config/flyingtoasters.xml.h:14 hacks/config/gears.xml.h:11 +#: hacks/config/glblur.xml.h:20 hacks/config/glforestfire.xml.h:20 +#: hacks/config/glknots.xml.h:23 hacks/config/glplanet.xml.h:11 #: hacks/config/glsnake.xml.h:16 hacks/config/gltext.xml.h:18 -#: hacks/config/lament.xml.h:9 hacks/config/lavalite.xml.h:31 -#: hacks/config/menger.xml.h:21 hacks/config/moebius.xml.h:11 -#: hacks/config/molecule.xml.h:26 hacks/config/pulsar.xml.h:20 -#: hacks/config/sballs.xml.h:18 hacks/config/sierpinski3d.xml.h:12 -#: hacks/config/speedmine.xml.h:18 hacks/config/spheremonics.xml.h:26 -#: hacks/config/sproingies.xml.h:10 hacks/config/stairs.xml.h:7 -#: hacks/config/stonerview.xml.h:4 hacks/config/superquadrics.xml.h:11 +#: hacks/config/jigglypuff.xml.h:25 hacks/config/lament.xml.h:9 +#: hacks/config/lavalite.xml.h:32 hacks/config/menger.xml.h:21 +#: hacks/config/moebius.xml.h:11 hacks/config/molecule.xml.h:26 +#: hacks/config/pulsar.xml.h:20 hacks/config/sballs.xml.h:18 +#: hacks/config/sierpinski3d.xml.h:12 hacks/config/speedmine.xml.h:18 +#: hacks/config/spheremonics.xml.h:26 hacks/config/sproingies.xml.h:10 +#: hacks/config/stairs.xml.h:7 hacks/config/stonerview.xml.h:4 +#: hacks/config/superquadrics.xml.h:12 msgid "Wireframe" msgstr "" @@ -1464,7 +1583,7 @@ msgstr "Sz msgid "Ball Mass" msgstr "" -#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:2 +#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:3 msgid "Balls" msgstr "" @@ -1487,16 +1606,18 @@ msgid "Filled Splines" msgstr "" #: hacks/config/attraction.xml.h:10 hacks/config/ccurve.xml.h:9 -#: hacks/config/cubenetic.xml.h:10 hacks/config/euler2d.xml.h:5 -#: hacks/config/flame.xml.h:9 hacks/config/goop.xml.h:6 -#: hacks/config/hopalong.xml.h:10 hacks/config/hyperball.xml.h:3 -#: hacks/config/hypercube.xml.h:3 hacks/config/interference.xml.h:6 +#: hacks/config/cloudlife.xml.h:5 hacks/config/cubenetic.xml.h:10 +#: hacks/config/euler2d.xml.h:5 hacks/config/flame.xml.h:9 +#: hacks/config/glslideshow.xml.h:13 hacks/config/goop.xml.h:6 +#: hacks/config/halftone.xml.h:7 hacks/config/hopalong.xml.h:10 +#: hacks/config/hyperball.xml.h:3 hacks/config/hypercube.xml.h:3 +#: hacks/config/interference.xml.h:6 hacks/config/jigglypuff.xml.h:8 #: hacks/config/kumppa.xml.h:4 hacks/config/lavalite.xml.h:12 #: hacks/config/nerverot.xml.h:11 hacks/config/petri.xml.h:8 #: hacks/config/pyro.xml.h:5 hacks/config/qix.xml.h:10 #: hacks/config/speedmine.xml.h:5 hacks/config/spheremonics.xml.h:6 #: hacks/config/spiral.xml.h:4 hacks/config/squiral.xml.h:6 -#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:4 +#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:5 #: hacks/config/t3d.xml.h:7 hacks/config/twang.xml.h:5 #: hacks/config/wander.xml.h:8 msgid "High" @@ -1526,16 +1647,18 @@ msgstr "" #: hacks/config/attraction.xml.h:15 hacks/config/deluxe.xml.h:5 #: hacks/config/lmorph.xml.h:7 hacks/config/pedal.xml.h:5 -#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:3 +#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:10 #, fuzzy msgid "Lines" msgstr "Kevesebb" -#: hacks/config/attraction.xml.h:16 hacks/config/braid.xml.h:6 -#: hacks/config/cynosure.xml.h:5 hacks/config/drift.xml.h:8 +#: hacks/config/attraction.xml.h:16 hacks/config/blocktube.xml.h:5 +#: hacks/config/braid.xml.h:6 hacks/config/cynosure.xml.h:5 +#: hacks/config/drift.xml.h:8 hacks/config/eruption.xml.h:11 #: hacks/config/euler2d.xml.h:6 hacks/config/galaxy.xml.h:5 -#: hacks/config/juggle.xml.h:5 hacks/config/laser.xml.h:5 -#: hacks/config/menger.xml.h:4 hacks/config/munch.xml.h:4 +#: hacks/config/juggle.xml.h:5 hacks/config/klein.xml.h:4 +#: hacks/config/laser.xml.h:5 hacks/config/menger.xml.h:4 +#: hacks/config/metaballs.xml.h:5 hacks/config/munch.xml.h:4 #: hacks/config/nerverot.xml.h:13 hacks/config/petri.xml.h:9 #: hacks/config/polyominoes.xml.h:4 hacks/config/rotor.xml.h:5 #: hacks/config/shadebobs.xml.h:4 hacks/config/sierpinski3d.xml.h:3 @@ -1546,16 +1669,18 @@ msgid "Long" msgstr "Hosszabb" #: hacks/config/attraction.xml.h:17 hacks/config/ccurve.xml.h:10 -#: hacks/config/cubenetic.xml.h:12 hacks/config/euler2d.xml.h:7 -#: hacks/config/flame.xml.h:10 hacks/config/goop.xml.h:7 -#: hacks/config/hopalong.xml.h:14 hacks/config/hyperball.xml.h:6 -#: hacks/config/hypercube.xml.h:5 hacks/config/interference.xml.h:9 +#: hacks/config/cloudlife.xml.h:8 hacks/config/cubenetic.xml.h:12 +#: hacks/config/euler2d.xml.h:7 hacks/config/flame.xml.h:10 +#: hacks/config/glslideshow.xml.h:15 hacks/config/goop.xml.h:7 +#: hacks/config/halftone.xml.h:9 hacks/config/hopalong.xml.h:14 +#: hacks/config/hyperball.xml.h:6 hacks/config/hypercube.xml.h:5 +#: hacks/config/interference.xml.h:9 hacks/config/jigglypuff.xml.h:11 #: hacks/config/kumppa.xml.h:6 hacks/config/lavalite.xml.h:14 #: hacks/config/nerverot.xml.h:14 hacks/config/petri.xml.h:10 #: hacks/config/pyro.xml.h:7 hacks/config/qix.xml.h:13 #: hacks/config/speedmine.xml.h:6 hacks/config/spheremonics.xml.h:8 #: hacks/config/spiral.xml.h:5 hacks/config/squiral.xml.h:8 -#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:5 +#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:6 #: hacks/config/t3d.xml.h:8 hacks/config/twang.xml.h:7 #: hacks/config/wander.xml.h:11 msgid "Low" @@ -1582,10 +1707,12 @@ msgstr "Sug msgid "Repulsion Threshold" msgstr "Utókép hossza" -#: hacks/config/attraction.xml.h:25 hacks/config/braid.xml.h:10 -#: hacks/config/cynosure.xml.h:8 hacks/config/drift.xml.h:11 +#: hacks/config/attraction.xml.h:25 hacks/config/blocktube.xml.h:7 +#: hacks/config/braid.xml.h:10 hacks/config/cynosure.xml.h:8 +#: hacks/config/drift.xml.h:11 hacks/config/eruption.xml.h:18 #: hacks/config/euler2d.xml.h:12 hacks/config/galaxy.xml.h:8 -#: hacks/config/laser.xml.h:9 hacks/config/menger.xml.h:14 +#: hacks/config/klein.xml.h:5 hacks/config/laser.xml.h:9 +#: hacks/config/menger.xml.h:14 hacks/config/metaballs.xml.h:12 #: hacks/config/munch.xml.h:6 hacks/config/nerverot.xml.h:19 #: hacks/config/petri.xml.h:22 hacks/config/polyominoes.xml.h:9 #: hacks/config/rotor.xml.h:9 hacks/config/shadebobs.xml.h:8 @@ -1610,6 +1737,58 @@ msgstr "Csemp msgid "Trail Length" msgstr "" +#: hacks/config/atunnel.xml.h:1 +msgid "Atunnel" +msgstr "" + +#: hacks/config/atunnel.xml.h:2 +msgid "" +"Draws an animation of a textured tunnel in GL. Requires OpenGL, and a " +"machine with fast hardware support for texture maps. Written by Eric " +"Lassauge and Roman Podobedov." +msgstr "" + +#: hacks/config/atunnel.xml.h:4 hacks/config/distort.xml.h:9 +#: hacks/config/glforestfire.xml.h:10 hacks/config/lament.xml.h:4 +#: hacks/config/sballs.xml.h:6 +#, fuzzy +msgid "Normal" +msgstr " Normális" + +#: hacks/config/atunnel.xml.h:8 hacks/config/glforestfire.xml.h:18 +#: hacks/config/lament.xml.h:8 hacks/config/sballs.xml.h:17 +#, fuzzy +msgid "Untextured" +msgstr "Középre helyezett" + +#: hacks/config/atunnel.xml.h:9 +#, fuzzy +msgid "Use light" +msgstr "Lightning" + +#: hacks/config/barcode.xml.h:1 +#, fuzzy +msgid "Barcode" +msgstr " Keres... " + +#: hacks/config/barcode.xml.h:2 +msgid "Barcode Clock (24 Hour)" +msgstr "" + +#: hacks/config/barcode.xml.h:3 +msgid "Barcode Clock (AM/PM)" +msgstr "" + +#: hacks/config/barcode.xml.h:5 +msgid "Scrolling Barcodes" +msgstr "" + +#: hacks/config/barcode.xml.h:8 +msgid "" +"This draws a random sequence of colorful barcodes scrolling across your " +"screen. CONSUME! By Dan Bornstein." +msgstr "" + #: hacks/config/blaster.xml.h:1 #, fuzzy msgid "Blaster" @@ -1670,6 +1849,34 @@ msgid "" "image and rotate that." msgstr "" +#: hacks/config/blocktube.xml.h:1 +msgid "BlockTube" +msgstr "" + +#: hacks/config/blocktube.xml.h:2 +msgid "Color Change Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:3 +msgid "Color Hold Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:6 +#, fuzzy +msgid "Reflective Blocks" +msgstr "Alapértelmezett mûvelet" + +#: hacks/config/blocktube.xml.h:10 +#, fuzzy +msgid "Solid Blocks" +msgstr "Egyszínû" + +#: hacks/config/blocktube.xml.h:12 +msgid "" +"This hack draws a swirling, falling tunnel of reflective slabs. They fade " +"from hue to hue. Written by Lars R. Damerow." +msgstr "" + #: hacks/config/bouboule.xml.h:1 msgid "Bouboule" msgstr "Bouboule" @@ -1690,13 +1897,51 @@ msgid "" "spots painted on its invisible surface. Written by Jeremie Petit." msgstr "" -#: hacks/config/boxed.xml.h:1 hacks/config/gears.xml.h:1 -#: hacks/config/gflux.xml.h:1 hacks/config/pyro.xml.h:1 +#: hacks/config/bouncingcow.xml.h:1 +msgid "A Cow. A Trampoline. Together, they fight crime. By Jamie Zawinski." +msgstr "" + +#: hacks/config/bouncingcow.xml.h:2 hacks/config/boxed.xml.h:1 +#: hacks/config/cubestorm.xml.h:1 hacks/config/flyingtoasters.xml.h:3 +#: hacks/config/gears.xml.h:1 hacks/config/gflux.xml.h:1 +#: hacks/config/glknots.xml.h:1 hacks/config/glmatrix.xml.h:1 +#: hacks/config/jigglypuff.xml.h:1 hacks/config/pyro.xml.h:1 #: hacks/config/rd-bomb.xml.h:6 hacks/config/rocks.xml.h:1 #: hacks/config/starwars.xml.h:1 hacks/config/xfishtank.xml.h:1 msgid "Animation Speed" msgstr "" +#: hacks/config/bouncingcow.xml.h:3 +msgid "Beefy Cow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:4 +#, fuzzy +msgid "Bounce Speed" +msgstr "Sebesség" + +#: hacks/config/bouncingcow.xml.h:5 +msgid "BouncingCow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:7 +msgid "Herd" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:8 +#, fuzzy +msgid "Moo" +msgstr "Mono" + +#: hacks/config/bouncingcow.xml.h:9 +#, fuzzy +msgid "Number of Cows" +msgstr "Színek száma" + +#: hacks/config/bouncingcow.xml.h:11 +msgid "Wireframe Cow" +msgstr "" + #: hacks/config/boxed.xml.h:2 #, fuzzy msgid "Boxed" @@ -1718,23 +1963,24 @@ msgid "" "Neil." msgstr "" -#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:8 +#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:9 #: hacks/config/ccurve.xml.h:7 hacks/config/coral.xml.h:6 #: hacks/config/cynosure.xml.h:3 hacks/config/deco.xml.h:4 #: hacks/config/drift.xml.h:2 hacks/config/epicycle.xml.h:3 -#: hacks/config/euler2d.xml.h:1 hacks/config/flame.xml.h:5 -#: hacks/config/galaxy.xml.h:2 hacks/config/glsnake.xml.h:4 -#: hacks/config/helix.xml.h:3 hacks/config/hopalong.xml.h:2 -#: hacks/config/imsmap.xml.h:6 hacks/config/laser.xml.h:2 -#: hacks/config/menger.xml.h:2 hacks/config/moire.xml.h:3 -#: hacks/config/molecule.xml.h:9 hacks/config/munch.xml.h:2 -#: hacks/config/nerverot.xml.h:8 hacks/config/pedal.xml.h:3 -#: hacks/config/penrose.xml.h:5 hacks/config/polyominoes.xml.h:1 -#: hacks/config/rorschach.xml.h:3 hacks/config/rotzoomer.xml.h:5 -#: hacks/config/shadebobs.xml.h:2 hacks/config/sierpinski3d.xml.h:1 -#: hacks/config/spheremonics.xml.h:4 hacks/config/starfish.xml.h:2 -#: hacks/config/vidwhacker.xml.h:3 hacks/config/wander.xml.h:7 -#: hacks/config/xspirograph.xml.h:3 +#: hacks/config/eruption.xml.h:3 hacks/config/euler2d.xml.h:1 +#: hacks/config/flame.xml.h:5 hacks/config/galaxy.xml.h:2 +#: hacks/config/glsnake.xml.h:4 hacks/config/helix.xml.h:3 +#: hacks/config/hopalong.xml.h:2 hacks/config/imsmap.xml.h:6 +#: hacks/config/klein.xml.h:1 hacks/config/laser.xml.h:2 +#: hacks/config/menger.xml.h:2 hacks/config/metaballs.xml.h:3 +#: hacks/config/moire.xml.h:3 hacks/config/molecule.xml.h:9 +#: hacks/config/munch.xml.h:2 hacks/config/nerverot.xml.h:8 +#: hacks/config/pedal.xml.h:3 hacks/config/penrose.xml.h:5 +#: hacks/config/polyominoes.xml.h:1 hacks/config/rorschach.xml.h:3 +#: hacks/config/rotzoomer.xml.h:5 hacks/config/shadebobs.xml.h:2 +#: hacks/config/sierpinski3d.xml.h:1 hacks/config/spheremonics.xml.h:4 +#: hacks/config/starfish.xml.h:2 hacks/config/vidwhacker.xml.h:3 +#: hacks/config/wander.xml.h:7 hacks/config/xspirograph.xml.h:3 msgid "Duration" msgstr "Idõtartam" @@ -1763,65 +2009,85 @@ msgid "AmigaDOS" msgstr "" #: hacks/config/bsod.xml.h:4 +msgid "Apple II" +msgstr "" + +#: hacks/config/bsod.xml.h:5 #, fuzzy msgid "Atari" msgstr "Atlantis" -#: hacks/config/bsod.xml.h:5 +#: hacks/config/bsod.xml.h:6 msgid "BSD" msgstr "" -#: hacks/config/bsod.xml.h:6 +#: hacks/config/bsod.xml.h:7 msgid "BSOD" msgstr "" -#: hacks/config/bsod.xml.h:7 +#: hacks/config/bsod.xml.h:8 msgid "" "BSOD stands for ``Blue Screen of Death.'' The finest in personal computer " "emulation, this hack simulates popular screen savers from a number of less " "robust operating systems. Written by Jamie Zawinski." msgstr "" -#: hacks/config/bsod.xml.h:9 +#: hacks/config/bsod.xml.h:10 +msgid "HPUX" +msgstr "" + +#: hacks/config/bsod.xml.h:11 +msgid "Linux" +msgstr "" + +#: hacks/config/bsod.xml.h:12 msgid "Mac Bomb" msgstr "" -#: hacks/config/bsod.xml.h:10 +#: hacks/config/bsod.xml.h:13 +msgid "MacOS X" +msgstr "" + +#: hacks/config/bsod.xml.h:14 msgid "MacsBug" msgstr "" -#: hacks/config/bsod.xml.h:11 +#: hacks/config/bsod.xml.h:15 #, fuzzy msgid "NCD X Terminal" msgstr "Terminálban fusson" -#: hacks/config/bsod.xml.h:12 +#: hacks/config/bsod.xml.h:16 +msgid "OS/390" +msgstr "" + +#: hacks/config/bsod.xml.h:17 msgid "SCO" msgstr "" -#: hacks/config/bsod.xml.h:13 +#: hacks/config/bsod.xml.h:18 msgid "Sad Mac" msgstr "" -#: hacks/config/bsod.xml.h:14 +#: hacks/config/bsod.xml.h:19 #, fuzzy msgid "Solaris" msgstr "Egyszínû" -#: hacks/config/bsod.xml.h:15 +#: hacks/config/bsod.xml.h:20 msgid "Sparc Linux" msgstr "" -#: hacks/config/bsod.xml.h:16 -#, fuzzy -msgid "Windows" -msgstr "Window Maker" - -#: hacks/config/bsod.xml.h:17 +#: hacks/config/bsod.xml.h:21 msgid "Windows 2000" msgstr "" -#: hacks/config/bsod.xml.h:18 +#: hacks/config/bsod.xml.h:22 +#, fuzzy +msgid "Windows 3.1" +msgstr "Window Maker" + +#: hacks/config/bsod.xml.h:23 #, fuzzy msgid "Windows NT" msgstr "Window Maker" @@ -1926,7 +2192,7 @@ msgstr "K #: hacks/config/ccurve.xml.h:6 hacks/config/coral.xml.h:5 #: hacks/config/imsmap.xml.h:5 hacks/config/kumppa.xml.h:1 #: hacks/config/qix.xml.h:6 hacks/config/squiral.xml.h:2 -#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:3 +#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:2 msgid "Density" msgstr "Sûrûség" @@ -1968,18 +2234,58 @@ msgstr "Gyorsass msgid "Rotation Speed" msgstr "Gyorsasság" -#: hacks/config/circuit.xml.h:12 hacks/config/dangerball.xml.h:9 -#: hacks/config/engine.xml.h:7 +#: hacks/config/circuit.xml.h:12 hacks/config/cubestorm.xml.h:9 +#: hacks/config/dangerball.xml.h:9 hacks/config/engine.xml.h:17 +#: hacks/config/klein.xml.h:9 hacks/config/whirlygig.xml.h:14 msgid "Spin" msgstr "" +#: hacks/config/cloudlife.xml.h:1 hacks/config/demon.xml.h:2 +#: hacks/config/petri.xml.h:1 +#, fuzzy +msgid "Cell Size" +msgstr "Méret" + +#: hacks/config/cloudlife.xml.h:2 +msgid "CloudLife" +msgstr "" + +#: hacks/config/cloudlife.xml.h:4 +msgid "" +"Generates cloud-like formations based on a variant of Conway's Life. The " +"difference is that cells have a maximum age, after which they count as 3 for " +"populating the next generation. This makes long-lived formations explode " +"instead of just sitting there burning a hole in your screen. Written by Don " +"Marti." +msgstr "" + +#: hacks/config/cloudlife.xml.h:6 +#, fuzzy +msgid "Initial Density" +msgstr "Sûrûség" + +#: hacks/config/cloudlife.xml.h:9 +#, fuzzy +msgid "Max Age" +msgstr "Méret" + +#: hacks/config/cloudlife.xml.h:10 +msgid "Old" +msgstr "" + +#: hacks/config/cloudlife.xml.h:14 +#, fuzzy +msgid "Young" +msgstr "Hosszabb" + #: hacks/config/compass.xml.h:1 msgid "Compass" msgstr "Compass" #: hacks/config/compass.xml.h:2 hacks/config/deluxe.xml.h:3 #: hacks/config/interference.xml.h:4 hacks/config/kumppa.xml.h:2 -#: hacks/config/nerverot.xml.h:6 hacks/config/pipes.xml.h:4 +#: hacks/config/nerverot.xml.h:6 hacks/config/piecewise.xml.h:3 +#: hacks/config/pipes.xml.h:4 msgid "Double Buffer" msgstr "" @@ -2000,10 +2306,10 @@ msgid "1 Minute" msgstr " perc inaktivitás után." #: hacks/config/coral.xml.h:2 hacks/config/deco.xml.h:2 -#: hacks/config/helix.xml.h:2 hacks/config/imsmap.xml.h:2 -#: hacks/config/moire.xml.h:2 hacks/config/pedal.xml.h:2 -#: hacks/config/penrose.xml.h:1 hacks/config/rorschach.xml.h:2 -#: hacks/config/xspirograph.xml.h:2 +#: hacks/config/glslideshow.xml.h:1 hacks/config/helix.xml.h:2 +#: hacks/config/imsmap.xml.h:2 hacks/config/moire.xml.h:2 +#: hacks/config/pedal.xml.h:2 hacks/config/penrose.xml.h:1 +#: hacks/config/rorschach.xml.h:2 hacks/config/xspirograph.xml.h:2 #, fuzzy msgid "1 Second" msgstr "Másodperc" @@ -2013,6 +2319,7 @@ msgid "Coral" msgstr "Coral" #: hacks/config/coral.xml.h:4 hacks/config/gflux.xml.h:3 +#: hacks/config/glblur.xml.h:2 hacks/config/glmatrix.xml.h:3 #: hacks/config/imsmap.xml.h:4 hacks/config/lavalite.xml.h:6 #: hacks/config/pyro.xml.h:2 hacks/config/qix.xml.h:5 #: hacks/config/squiral.xml.h:1 hacks/config/xearth.xml.h:4 @@ -2031,10 +2338,11 @@ msgid "" msgstr "" #: hacks/config/coral.xml.h:13 hacks/config/gflux.xml.h:13 -#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:28 +#: hacks/config/glblur.xml.h:16 hacks/config/glmatrix.xml.h:19 +#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:29 #: hacks/config/pyro.xml.h:14 hacks/config/qix.xml.h:21 #: hacks/config/squiral.xml.h:15 hacks/config/xearth.xml.h:24 -#: hacks/config/xmatrix.xml.h:16 +#: hacks/config/xmatrix.xml.h:17 #, fuzzy msgid "Sparse" msgstr "Sphere" @@ -2071,13 +2379,13 @@ msgstr "A k #: hacks/config/grav.xml.h:1 hacks/config/julia.xml.h:1 #: hacks/config/laser.xml.h:1 hacks/config/lisa.xml.h:1 #: hacks/config/lissie.xml.h:2 hacks/config/morph3d.xml.h:2 -#: hacks/config/mountain.xml.h:1 hacks/config/qix.xml.h:4 -#: hacks/config/rocks.xml.h:2 hacks/config/rotor.xml.h:2 -#: hacks/config/rubik.xml.h:1 hacks/config/shadebobs.xml.h:1 -#: hacks/config/sierpinski.xml.h:1 hacks/config/slip.xml.h:1 -#: hacks/config/spiral.xml.h:1 hacks/config/sproingies.xml.h:1 -#: hacks/config/superquadrics.xml.h:1 hacks/config/swirl.xml.h:1 -#: hacks/config/worm.xml.h:2 +#: hacks/config/mountain.xml.h:1 hacks/config/piecewise.xml.h:2 +#: hacks/config/qix.xml.h:4 hacks/config/rocks.xml.h:2 +#: hacks/config/rotor.xml.h:2 hacks/config/rubik.xml.h:1 +#: hacks/config/shadebobs.xml.h:1 hacks/config/sierpinski.xml.h:1 +#: hacks/config/slip.xml.h:1 hacks/config/spiral.xml.h:1 +#: hacks/config/sproingies.xml.h:1 hacks/config/superquadrics.xml.h:1 +#: hacks/config/swirl.xml.h:1 hacks/config/worm.xml.h:2 msgid "Count" msgstr "Szám" @@ -2133,7 +2441,8 @@ msgstr "" msgid "Display Wireframe" msgstr "Szép dolog" -#: hacks/config/cubenetic.xml.h:6 hacks/config/gltext.xml.h:2 +#: hacks/config/cubenetic.xml.h:6 hacks/config/glblur.xml.h:3 +#: hacks/config/glknots.xml.h:2 hacks/config/gltext.xml.h:2 #: hacks/config/lavalite.xml.h:7 hacks/config/menger.xml.h:1 #: hacks/config/molecule.xml.h:4 hacks/config/spheremonics.xml.h:1 msgid "Don't Rotate" @@ -2146,43 +2455,50 @@ msgid "" "Jamie Zawinski." msgstr "" -#: hacks/config/cubenetic.xml.h:14 hacks/config/gltext.xml.h:5 +#: hacks/config/cubenetic.xml.h:14 hacks/config/glblur.xml.h:6 +#: hacks/config/glknots.xml.h:8 hacks/config/gltext.xml.h:5 #: hacks/config/lavalite.xml.h:19 hacks/config/menger.xml.h:7 #: hacks/config/molecule.xml.h:14 hacks/config/spheremonics.xml.h:10 msgid "Rotate around X and Y axes" msgstr "" -#: hacks/config/cubenetic.xml.h:15 hacks/config/gltext.xml.h:6 +#: hacks/config/cubenetic.xml.h:15 hacks/config/glblur.xml.h:7 +#: hacks/config/glknots.xml.h:9 hacks/config/gltext.xml.h:6 #: hacks/config/lavalite.xml.h:20 hacks/config/menger.xml.h:8 #: hacks/config/molecule.xml.h:15 hacks/config/spheremonics.xml.h:11 msgid "Rotate around X and Z axes" msgstr "" -#: hacks/config/cubenetic.xml.h:16 hacks/config/gltext.xml.h:7 +#: hacks/config/cubenetic.xml.h:16 hacks/config/glblur.xml.h:8 +#: hacks/config/glknots.xml.h:10 hacks/config/gltext.xml.h:7 #: hacks/config/lavalite.xml.h:21 hacks/config/menger.xml.h:9 #: hacks/config/molecule.xml.h:16 hacks/config/spheremonics.xml.h:12 msgid "Rotate around X axis" msgstr "" -#: hacks/config/cubenetic.xml.h:17 hacks/config/gltext.xml.h:8 +#: hacks/config/cubenetic.xml.h:17 hacks/config/glblur.xml.h:9 +#: hacks/config/glknots.xml.h:11 hacks/config/gltext.xml.h:8 #: hacks/config/lavalite.xml.h:22 hacks/config/menger.xml.h:10 #: hacks/config/molecule.xml.h:17 hacks/config/spheremonics.xml.h:13 msgid "Rotate around Y and Z axes" msgstr "" -#: hacks/config/cubenetic.xml.h:18 hacks/config/gltext.xml.h:9 +#: hacks/config/cubenetic.xml.h:18 hacks/config/glblur.xml.h:10 +#: hacks/config/glknots.xml.h:12 hacks/config/gltext.xml.h:9 #: hacks/config/lavalite.xml.h:23 hacks/config/menger.xml.h:11 #: hacks/config/molecule.xml.h:18 hacks/config/spheremonics.xml.h:14 msgid "Rotate around Y axis" msgstr "" -#: hacks/config/cubenetic.xml.h:19 hacks/config/gltext.xml.h:10 +#: hacks/config/cubenetic.xml.h:19 hacks/config/glblur.xml.h:11 +#: hacks/config/glknots.xml.h:13 hacks/config/gltext.xml.h:10 #: hacks/config/lavalite.xml.h:24 hacks/config/menger.xml.h:12 #: hacks/config/molecule.xml.h:19 hacks/config/spheremonics.xml.h:15 msgid "Rotate around Z axis" msgstr "" -#: hacks/config/cubenetic.xml.h:20 hacks/config/gltext.xml.h:11 +#: hacks/config/cubenetic.xml.h:20 hacks/config/glblur.xml.h:12 +#: hacks/config/glknots.xml.h:14 hacks/config/gltext.xml.h:11 #: hacks/config/lavalite.xml.h:25 hacks/config/menger.xml.h:13 #: hacks/config/molecule.xml.h:20 hacks/config/spheremonics.xml.h:16 msgid "Rotate around all three axes" @@ -2200,15 +2516,42 @@ msgstr "" msgid "Surface Pattern Speed" msgstr "" -#: hacks/config/cubenetic.xml.h:28 hacks/config/dangerball.xml.h:10 -#: hacks/config/engine.xml.h:8 hacks/config/glforestfire.xml.h:19 -#: hacks/config/gltext.xml.h:17 hacks/config/lavalite.xml.h:30 -#: hacks/config/menger.xml.h:20 hacks/config/molecule.xml.h:25 -#: hacks/config/spheremonics.xml.h:25 hacks/config/wander.xml.h:15 +#: hacks/config/cubenetic.xml.h:28 hacks/config/cubestorm.xml.h:13 +#: hacks/config/dangerball.xml.h:10 hacks/config/engine.xml.h:20 +#: hacks/config/glblur.xml.h:19 hacks/config/glforestfire.xml.h:19 +#: hacks/config/glknots.xml.h:22 hacks/config/gltext.xml.h:17 +#: hacks/config/lavalite.xml.h:31 hacks/config/menger.xml.h:20 +#: hacks/config/molecule.xml.h:25 hacks/config/spheremonics.xml.h:25 +#: hacks/config/wander.xml.h:15 #, fuzzy msgid "Wander" msgstr "kezelõ:" +#: hacks/config/cubestorm.xml.h:2 +msgid "CubeStorm" +msgstr "" + +#: hacks/config/cubestorm.xml.h:3 +msgid "" +"Draws a series of rotating 3D boxes that intersect each other and eventually " +"fill space. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/cubestorm.xml.h:5 hacks/config/glknots.xml.h:6 +#, fuzzy +msgid "Motion Speed" +msgstr "Gyorsasság" + +#: hacks/config/cubestorm.xml.h:6 +#, fuzzy +msgid "Number of Cubes" +msgstr "Színek száma" + +#: hacks/config/cubestorm.xml.h:10 +#, fuzzy +msgid "Strut Thickness" +msgstr "Ritkább" + #: hacks/config/cynosure.xml.h:1 msgid "" "A hack similar to `greynetic', but less frenetic. The first implementation " @@ -2312,8 +2655,8 @@ msgid "" "This takes an image and makes it melt. You've no doubt seen this effect " "before, but no screensaver would really be complete without it. It works " "best if there's something colorful visible. Warning, if the effect continues " -"after the screen saver is off, seek medical attention. Written by David Wald " -"and Vivek Khera." +"after the screen saver is off, seek medical attention. Written by David " +"Wald, Vivek Khera, Jamie Zawinski, and Vince Levey." msgstr "" #: hacks/config/deco.xml.h:3 @@ -2340,7 +2683,7 @@ msgid "" msgstr "" #: hacks/config/deco.xml.h:11 hacks/config/rd-bomb.xml.h:23 -#: hacks/config/whirlygig.xml.h:7 hacks/config/xearth.xml.h:33 +#: hacks/config/whirlygig.xml.h:20 hacks/config/xearth.xml.h:33 #: hacks/config/zoom.xml.h:10 msgid "x" msgstr "" @@ -2368,11 +2711,6 @@ msgid "" "stripes and spirals. Written by David Bagley." msgstr "" -#: hacks/config/demon.xml.h:2 hacks/config/petri.xml.h:1 -#, fuzzy -msgid "Cell Size" -msgstr "Méret" - #: hacks/config/demon.xml.h:3 msgid "Demon" msgstr "Demon" @@ -2419,12 +2757,6 @@ msgstr "M msgid "Magnify" msgstr "" -#: hacks/config/distort.xml.h:9 hacks/config/glforestfire.xml.h:10 -#: hacks/config/lament.xml.h:4 hacks/config/sballs.xml.h:6 -#, fuzzy -msgid "Normal" -msgstr " Normális" - #: hacks/config/distort.xml.h:10 #, fuzzy msgid "Reflect" @@ -2478,18 +2810,44 @@ msgid "Lissojous Figures" msgstr "Lissajous" #: hacks/config/electricsheep.xml.h:1 -msgid "ElectricSheep" -msgstr "" - -#: hacks/config/electricsheep.xml.h:2 msgid "" "ElectricSheep is an xscreensaver module that displays mpeg video of an " "animated fractal flame. In the background, it contributes render cycles to " "the next animation. Periodically it uploades completed frames to the server, " "where they are compressed for distribution to all clients. This program is " -"recommended only if you have a high bandwidth connection to the Internet. By " -"Scott Draves. You can find it at <http://www.electricsheep.org/>. See " -"that web site for configuration information." +"recommended only if you have a high bandwidth, always-on connection to the " +"Internet. By Scott Draves. You can find it at <http://www.electricsheep." +"org/>." +msgstr "" + +#: hacks/config/electricsheep.xml.h:2 +msgid "Frame Rate" +msgstr "" + +#: hacks/config/electricsheep.xml.h:3 +#, fuzzy +msgid "Hide Sheep" +msgstr "Slidescreen" + +#: hacks/config/electricsheep.xml.h:4 +msgid "Megabytes of Local Sheep Storage" +msgstr "" + +#: hacks/config/electricsheep.xml.h:5 +msgid "Nickname" +msgstr "" + +#: hacks/config/electricsheep.xml.h:6 +msgid "Repititions of each Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:7 +#, fuzzy +msgid "Standalone" +msgstr "Sonar" + +#: hacks/config/electricsheep.xml.h:8 +msgid "URL" msgstr "" #: hacks/config/endgame.xml.h:1 @@ -2504,16 +2862,65 @@ msgid "Endgame" msgstr "Engedélyezés" #: hacks/config/engine.xml.h:1 -msgid "" -"Draws a simple four-stroke engine that floats around the screen. Written by " -"Ben Buxton." +msgid "Audi Quattro (5 cylinders)" msgstr "" #: hacks/config/engine.xml.h:2 +msgid "BMW M3 (4 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:3 +msgid "BMW M5 (6 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:4 +msgid "Corvette Z06 (8 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:5 +msgid "Dodge Viper (10 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:6 +msgid "" +"Draws a simple model of an engine that floats around the screen. Written by " +"Ben Buxton and Ed Beroset." +msgstr "" + +#: hacks/config/engine.xml.h:7 #, fuzzy msgid "Engine" msgstr "Ecc" +#: hacks/config/engine.xml.h:9 +msgid "Honda Insight (3 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:10 +msgid "Jaguar XKE (12 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:11 +msgid "Porsche 911 (6 cylinders, flat)" +msgstr "" + +#: hacks/config/engine.xml.h:12 +#, fuzzy +msgid "Random Engine" +msgstr "Véletlen" + +#: hacks/config/engine.xml.h:13 +msgid "Show Engine Name" +msgstr "" + +#: hacks/config/engine.xml.h:18 +msgid "Subaru XT (6 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:19 +msgid "VW Beetle (4 cylinders, flat)" +msgstr "" + #: hacks/config/epicycle.xml.h:4 msgid "Epicycle" msgstr "Epicycle" @@ -2530,6 +2937,56 @@ msgid "" "planetary motion. Written by James Youngman." msgstr "" +#: hacks/config/eruption.xml.h:1 +msgid "An exposive version of XFlame. By W.P. van Paassen." +msgstr "" + +#: hacks/config/eruption.xml.h:2 +msgid "Cooling factor" +msgstr "" + +#: hacks/config/eruption.xml.h:4 +#, fuzzy +msgid "Eruption" +msgstr "Kiterjesztés" + +#: hacks/config/eruption.xml.h:7 hacks/config/fluidballs.xml.h:9 +#: hacks/config/qix.xml.h:9 hacks/config/speedmine.xml.h:4 +#, fuzzy +msgid "Gravity" +msgstr "Grav" + +#: hacks/config/eruption.xml.h:8 +msgid "Heat" +msgstr "" + +#: hacks/config/eruption.xml.h:9 +#, fuzzy +msgid "Inferno" +msgstr "Interference" + +#: hacks/config/eruption.xml.h:10 +msgid "Little" +msgstr "" + +#: hacks/config/eruption.xml.h:13 +msgid "Negative" +msgstr "" + +#: hacks/config/eruption.xml.h:15 +#, fuzzy +msgid "Number of Particles" +msgstr "Színek száma" + +#: hacks/config/eruption.xml.h:16 +#, fuzzy +msgid "Pleasant" +msgstr "GLPlanet" + +#: hacks/config/eruption.xml.h:17 +msgid "Positive" +msgstr "" + #: hacks/config/euler2d.xml.h:2 msgid "Euler2d" msgstr "" @@ -2652,7 +3109,8 @@ msgstr "" msgid "0 Seconds" msgstr "Másodperc" -#: hacks/config/flame.xml.h:2 hacks/config/maze.xml.h:2 +#: hacks/config/flame.xml.h:2 hacks/config/glslideshow.xml.h:2 +#: hacks/config/maze.xml.h:2 #, fuzzy msgid "10 Seconds" msgstr "Másodperc" @@ -2661,7 +3119,7 @@ msgstr "M msgid "Another iterative fractal generator. Written by Scott Draves." msgstr "" -#: hacks/config/flame.xml.h:4 +#: hacks/config/flame.xml.h:4 hacks/config/jigglypuff.xml.h:4 msgid "Complexity" msgstr "" @@ -2725,33 +3183,28 @@ msgid "Zoom In and Out" msgstr "" #: hacks/config/fluidballs.xml.h:1 +msgid " Freefall" +msgstr "" + +#: hacks/config/fluidballs.xml.h:2 #, fuzzy msgid "Ball Size" msgstr "Méret" -#: hacks/config/fluidballs.xml.h:5 -msgid "FluidBalls" -msgstr "" +#: hacks/config/fluidballs.xml.h:4 +#, fuzzy +msgid "Clay" +msgstr "Késleltetés" -#: hacks/config/fluidballs.xml.h:6 -msgid "Freefall" +#: hacks/config/fluidballs.xml.h:7 +msgid "FluidBalls" msgstr "" -#: hacks/config/fluidballs.xml.h:7 hacks/config/twang.xml.h:4 +#: hacks/config/fluidballs.xml.h:8 hacks/config/twang.xml.h:4 #, fuzzy msgid "Friction" msgstr "Vonzás" -#: hacks/config/fluidballs.xml.h:8 -msgid "Glass" -msgstr "" - -#: hacks/config/fluidballs.xml.h:9 hacks/config/qix.xml.h:9 -#: hacks/config/speedmine.xml.h:4 -#, fuzzy -msgid "Gravity" -msgstr "Grav" - #: hacks/config/fluidballs.xml.h:10 msgid "Hurricane" msgstr "" @@ -2770,8 +3223,8 @@ msgstr "" #: hacks/config/fluidballs.xml.h:15 #, fuzzy -msgid "Sandpaper" -msgstr "Háttérkép" +msgid "Rubber" +msgstr "Buborékok" #: hacks/config/fluidballs.xml.h:16 msgid "Shake Box" @@ -2789,6 +3242,99 @@ msgstr "" msgid "Wind" msgstr "" +#: hacks/config/flurry.xml.h:1 +msgid "Binary" +msgstr "" + +#: hacks/config/flurry.xml.h:2 +msgid "Classic" +msgstr "" + +#: hacks/config/flurry.xml.h:3 +#, fuzzy +msgid "Fire" +msgstr "_Fájl" + +#: hacks/config/flurry.xml.h:4 +msgid "Flurry" +msgstr "" + +#: hacks/config/flurry.xml.h:5 +msgid "Insane" +msgstr "" + +#: hacks/config/flurry.xml.h:6 +msgid "Psychedelic" +msgstr "" + +#: hacks/config/flurry.xml.h:7 +msgid "RGB" +msgstr "" + +#: hacks/config/flurry.xml.h:8 hacks/config/jigglypuff.xml.h:13 +#: hacks/config/sballs.xml.h:10 hacks/config/whirlygig.xml.h:12 +msgid "Random" +msgstr "Véletlen" + +#: hacks/config/flurry.xml.h:10 +msgid "" +"This port of the OSX screensaver of the same name draws a colourful star" +"(fish)like flurry of particles. xscreensaver port by Tobias Sargeant <" +"tobias.sargeant@bigpond.com> Original Mac version by Calum Robinson <" +"calumr@mac.com> http://homepage.mac.com/calumr" +msgstr "" + +#: hacks/config/flurry.xml.h:11 +#, fuzzy +msgid "Water" +msgstr "kezelõ:" + +#: hacks/config/flyingtoasters.xml.h:1 +msgid "" +"A fleet of 3d space-age jet-powered flying toasters (and toast!) Inspired by " +"the ancient Berkeley Systems After Dark flying toasters. By Jamie Zawinski " +"and Baconmonkey." +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:2 +#, fuzzy +msgid "Air Speed" +msgstr "Sebesség" + +#: hacks/config/flyingtoasters.xml.h:4 +msgid "Chrome Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:6 +msgid "Flying Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:7 hacks/config/glslideshow.xml.h:16 +#: hacks/config/jigglypuff.xml.h:12 hacks/config/juggle.xml.h:6 +#: hacks/config/pipes.xml.h:10 +msgid "None" +msgstr "Nincs" + +#: hacks/config/flyingtoasters.xml.h:8 +#, fuzzy +msgid "Number of Slices" +msgstr "Színek száma" + +#: hacks/config/flyingtoasters.xml.h:9 +#, fuzzy +msgid "Number of Toasters" +msgstr "A hangyák száma." + +#: hacks/config/flyingtoasters.xml.h:12 +#, fuzzy +msgid "Solid Colors" +msgstr "Egyszínû" + +#: hacks/config/flyingtoasters.xml.h:13 +#, fuzzy +msgid "Swarm" +msgstr "Stairs" + #: hacks/config/forest.xml.h:2 hacks/config/glforestfire.xml.h:6 msgid "Forest" msgstr "Forest" @@ -2876,7 +3422,7 @@ msgstr "K msgid "Wave Speed" msgstr "Sebesség" -#: hacks/config/gflux.xml.h:15 +#: hacks/config/gflux.xml.h:15 hacks/config/glmatrix.xml.h:20 msgid "Waves" msgstr "" @@ -2884,6 +3430,25 @@ msgstr "" msgid "Wire Mesh" msgstr "" +#: hacks/config/glblur.xml.h:1 +msgid "Blur Smoothness" +msgstr "" + +#: hacks/config/glblur.xml.h:5 +msgid "GLBlur" +msgstr "" + +#: hacks/config/glblur.xml.h:18 +msgid "" +"This program draws a box and a few line segments, and generates a radial " +"blur outward from it. This creates flowing field effects. This is done by " +"rendering the scene into a small texture, then repeatedly rendering " +"increasingly-enlarged and increasingly-transparent versions of that texture " +"onto the frame buffer. As such, it's quite graphics intensive: don't bother " +"trying to run this if you don't have hardware-accelerated OpenGL texture " +"support. It will hurt your machine bad." +msgstr "" + #: hacks/config/glforestfire.xml.h:2 #, fuzzy msgid "Desert" @@ -2896,7 +3461,7 @@ msgid "" "for texture maps. Written by Eric Lassauge <lassauge@mail.dotcom.fr>." msgstr "" -#: hacks/config/glforestfire.xml.h:5 +#: hacks/config/glforestfire.xml.h:5 hacks/config/glmatrix.xml.h:9 msgid "Fog" msgstr "" @@ -2927,11 +3492,86 @@ msgstr "Gyorsass msgid "Track mouse" msgstr "" -#: hacks/config/glforestfire.xml.h:18 hacks/config/lament.xml.h:8 -#: hacks/config/sballs.xml.h:17 +#: hacks/config/glknots.xml.h:4 +msgid "GLKnots" +msgstr "" + +#: hacks/config/glknots.xml.h:5 +msgid "" +"Generates some twisting 3d knot patterns. Spins 'em around. Written by Jamie " +"Zawinski." +msgstr "" + +#: hacks/config/glknots.xml.h:7 hacks/config/lavalite.xml.h:17 +#: hacks/config/spheremonics.xml.h:9 #, fuzzy -msgid "Untextured" -msgstr "Középre helyezett" +msgid "Resolution" +msgstr "Gyorsasság" + +#: hacks/config/glknots.xml.h:15 +#, fuzzy +msgid "Segmented" +msgstr "Darabkák" + +#: hacks/config/glknots.xml.h:18 hacks/config/lavalite.xml.h:28 +msgid "Smooth" +msgstr "" + +#: hacks/config/glmatrix.xml.h:2 hacks/config/xmatrix.xml.h:1 +msgid "Binary Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:4 +msgid "Draw Glyphs" +msgstr "" + +#: hacks/config/glmatrix.xml.h:5 +#, fuzzy +msgid "Draw Outlines" +msgstr "Hossz (ms)" + +#: hacks/config/glmatrix.xml.h:6 +msgid "Draw Solid Boxes" +msgstr "" + +#: hacks/config/glmatrix.xml.h:7 +msgid "" +"Draws 3D dropping characters similar to what is seen in the title sequence " +"of \"The Matrix\". See also \"xmatrix\" for a 2D rendering of the similar " +"effect that appeared on the computer monitors actually *in* the movie. " +"Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/glmatrix.xml.h:10 +#, fuzzy +msgid "GLMatrix" +msgstr "Xmatrix" + +#: hacks/config/glmatrix.xml.h:11 hacks/config/xmatrix.xml.h:7 +msgid "Genetic Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:12 +#, fuzzy +msgid "Glyph Density" +msgstr "Sûrûség" + +#: hacks/config/glmatrix.xml.h:13 +#, fuzzy +msgid "Glyph Speed" +msgstr "Sebesség" + +#: hacks/config/glmatrix.xml.h:14 hacks/config/xmatrix.xml.h:8 +msgid "Hexadecimal Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:15 hacks/config/xmatrix.xml.h:11 +msgid "Matrix Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:16 +msgid "Panning" +msgstr "" #: hacks/config/glplanet.xml.h:1 msgid "" @@ -2949,15 +3589,66 @@ msgstr "GLPlanet" msgid "Image File" msgstr "" -#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 -msgid "1" +#: hacks/config/glslideshow.xml.h:4 hacks/config/rd-bomb.xml.h:5 +#, no-c-format +msgid "100%" msgstr "" -#: hacks/config/glsnake.xml.h:2 hacks/config/penrose.xml.h:2 +#: hacks/config/glslideshow.xml.h:5 hacks/config/glsnake.xml.h:2 +#: hacks/config/penrose.xml.h:2 #, fuzzy msgid "30 Seconds" msgstr "Másodperc" +#: hacks/config/glslideshow.xml.h:6 +#, fuzzy +msgid "5 Minutes" +msgstr " perc inaktivitás után." + +#: hacks/config/glslideshow.xml.h:8 +#, no-c-format +msgid "50%" +msgstr "" + +#: hacks/config/glslideshow.xml.h:9 +msgid "Always show at least this much of the image:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:10 +#, fuzzy +msgid "Crossfade Duration:" +msgstr "Idõtartam" + +#: hacks/config/glslideshow.xml.h:11 +msgid "Frame Rate:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:12 +msgid "GLSlideshow" +msgstr "" + +#: hacks/config/glslideshow.xml.h:14 +msgid "" +"Loads a random sequence of images and smoothly scans and zooms around in " +"each, fading from pan to pan. You can set the directory from which images " +"are loaded on the \"Advanced\" tab. This program requires a good video card " +"capable of supporting large textures. Written by Jamie Zawinski and Mike " +"Oliphant." +msgstr "" + +#: hacks/config/glslideshow.xml.h:17 +#, fuzzy +msgid "Pan/Zoom Duration:" +msgstr "Idõtartam" + +#: hacks/config/glslideshow.xml.h:19 +msgid "Time until loading a new image:" +msgstr "" + +#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 +msgid "1" +msgstr "" + #: hacks/config/glsnake.xml.h:3 msgid "" "Draws a simulation of the Rubik's Snake puzzle. Written by Jamie Wilkinson, " @@ -3092,21 +3783,70 @@ msgstr "" msgid "Orbital Decay" msgstr "" -#: hacks/config/grav.xml.h:10 -msgid "" -"This program draws a simple orbital simulation. If you turn on trails, it " -"looks kind of like a cloud-chamber photograph. Written by Greg Bowering." +#: hacks/config/grav.xml.h:10 +msgid "" +"This program draws a simple orbital simulation. If you turn on trails, it " +"looks kind of like a cloud-chamber photograph. Written by Greg Bowering." +msgstr "" + +#: hacks/config/greynetic.xml.h:2 +msgid "Greynetic" +msgstr "Greynetic" + +#: hacks/config/greynetic.xml.h:5 +msgid "" +"This draws random colored and stippled rectangles. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/halftone.xml.h:1 +msgid "Delay (Large = low cpu load)" +msgstr "" + +#: hacks/config/halftone.xml.h:2 +msgid "Dot fill factor" +msgstr "" + +#: hacks/config/halftone.xml.h:3 +#, fuzzy +msgid "Dot size" +msgstr "Hangyák mérete" + +#: hacks/config/halftone.xml.h:4 +msgid "" +"Draws the gravity force in each point on the screen seen through a halftone " +"dot pattern. The gravity force is calculated from a set of moving mass " +"points. View it from a distance for best effect. Written by Peter Jaric <" +"peter@jaric.org>." +msgstr "" + +#: hacks/config/halftone.xml.h:5 +#, fuzzy +msgid "Gravity points" +msgstr "Grav" + +#: hacks/config/halftone.xml.h:6 +#, fuzzy +msgid "Halftone" +msgstr "Halo" + +#: hacks/config/halftone.xml.h:10 +msgid "Maximum mass" msgstr "" -#: hacks/config/greynetic.xml.h:2 -msgid "Greynetic" -msgstr "Greynetic" +#: hacks/config/halftone.xml.h:11 +#, fuzzy +msgid "Maximum speed" +msgstr "Sebesség" -#: hacks/config/greynetic.xml.h:5 -msgid "" -"This draws random colored and stippled rectangles. Written by Jamie Zawinski." +#: hacks/config/halftone.xml.h:12 +msgid "Minimum mass" msgstr "" +#: hacks/config/halftone.xml.h:13 +#, fuzzy +msgid "Minimum speed" +msgstr "Sebesség" + #: hacks/config/halo.xml.h:1 msgid "Animate Circles" msgstr "" @@ -3274,6 +4014,108 @@ msgid "" "brain will melt. Written by Joe Keane, Fritz Mueller, and Jamie Zawinski." msgstr "" +#: hacks/config/hypertorus.xml.h:1 +msgid "-4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:2 +msgid "4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:3 +msgid "4D Hypertorus" +msgstr "" + +#: hacks/config/hypertorus.xml.h:4 +#, fuzzy +msgid "Color Wheel" +msgstr "Szín" + +#: hacks/config/hypertorus.xml.h:5 +#, fuzzy +msgid "Display Speed" +msgstr "másodperc" + +#: hacks/config/hypertorus.xml.h:7 +msgid "Orthographic 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:8 +msgid "Orthographic 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:9 +msgid "Perspective 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:10 +msgid "Perspective 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:11 +msgid "See-Through Bands" +msgstr "" + +#: hacks/config/hypertorus.xml.h:14 +#, fuzzy +msgid "Solid Object" +msgstr "Véletlenségi beállítások" + +#: hacks/config/hypertorus.xml.h:15 hacks/config/pulsar.xml.h:16 +msgid "Solid Surface" +msgstr "" + +#: hacks/config/hypertorus.xml.h:16 +msgid "" +"This program shows a rotating Clifford Torus: a torus lying on the \"surface" +"\" of a 4D hypersphere. Written by Carsten Steger, inspired by Thomas " +"Banchoff's book \"Beyond the Third Dimension: Geometry, Computer Graphics, " +"and Higher Dimensions\", Scientific American Library, 1990." +msgstr "" + +#: hacks/config/hypertorus.xml.h:17 +#, fuzzy +msgid "Transparent Surface" +msgstr "Átlátszó" + +#: hacks/config/hypertorus.xml.h:18 +msgid "Two-Sided" +msgstr "" + +#: hacks/config/hypertorus.xml.h:19 +#, fuzzy +msgid "WX Rotation Speed" +msgstr "Gyorsasság" + +#: hacks/config/hypertorus.xml.h:20 +#, fuzzy +msgid "WY Rotation Speed" +msgstr "Gyorsasság" + +#: hacks/config/hypertorus.xml.h:21 +#, fuzzy +msgid "WZ Rotation Speed" +msgstr "Gyorsasság" + +#: hacks/config/hypertorus.xml.h:22 +msgid "Wireframe Mesh" +msgstr "" + +#: hacks/config/hypertorus.xml.h:23 +#, fuzzy +msgid "XY Rotation Speed" +msgstr "Gyorsasság" + +#: hacks/config/hypertorus.xml.h:24 +#, fuzzy +msgid "XZ Rotation Speed" +msgstr "Gyorsasság" + +#: hacks/config/hypertorus.xml.h:25 +#, fuzzy +msgid "YZ Rotation Speed" +msgstr "Gyorsasság" + #: hacks/config/ifs.xml.h:2 msgid "IFS" msgstr "" @@ -3349,6 +4191,99 @@ msgstr "A hangy msgid "Wave Size" msgstr "Méret" +#: hacks/config/jigglypuff.xml.h:2 +msgid "Chrome" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:3 +msgid "Clown barf" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:5 +#, fuzzy +msgid "Cycle" +msgstr "Bezár" + +#: hacks/config/jigglypuff.xml.h:7 +msgid "Flower box" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:9 +msgid "Inertial damping" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:10 +msgid "JigglyPuff" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:14 +#, fuzzy +msgid "Rotation speed" +msgstr "Gyorsasság" + +#: hacks/config/jigglypuff.xml.h:17 hacks/config/sphere.xml.h:7 +msgid "Sphere" +msgstr "Sphere" + +#: hacks/config/jigglypuff.xml.h:18 +msgid "Sphere strength" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:19 +#, fuzzy +msgid "Spookiness" +msgstr "Sproingies" + +#: hacks/config/jigglypuff.xml.h:20 +msgid "Spoooooky" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:21 hacks/config/sballs.xml.h:16 +msgid "Tetrahedron" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:22 +msgid "" +"This little gem does bad things with quasi-spherical objects. The gist of it " +"is that you have what is, structurally, a tetrahedron with tesselated faces. " +"the vertices on these faces have forces on them in the form of one " +"proportional to their distance from the surface of a sphere, and one which " +"is proportional to how far they differ from some ideal distance from their " +"neighbors. They also have inertia. The forces and distance are parameters " +"and there are also a couple of visual parameters. The resulting effect can " +"range from a shape that does nothing, to a frenetic polygon storm. Somewhere " +"in between there it usually manifests as a blob that jiggles in a kind of " +"disturbing manner. woo. It doesn't matter, however. You should just pick " +"'random'. It overrides all the other options, except for fps, delay and " +"complexity. By Keith Macleod" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:23 +msgid "Vertex-vertex behavior" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:24 +msgid "Vertex-vertex force" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:26 +msgid "collapse" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:27 +msgid "expand" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:28 +#, fuzzy +msgid "none" +msgstr "Nincs" + +#: hacks/config/jigglypuff.xml.h:29 +#, fuzzy +msgid "strong" +msgstr "Strange" + #: hacks/config/jigsaw.xml.h:4 msgid "Jigsaw" msgstr "Jigsaw" @@ -3380,10 +4315,6 @@ msgstr "" msgid "Juggle" msgstr "" -#: hacks/config/juggle.xml.h:6 hacks/config/pipes.xml.h:10 -msgid "None" -msgstr "Nincs" - #: hacks/config/julia.xml.h:3 hacks/config/rorschach.xml.h:4 msgid "Iterations" msgstr "Iterációk" @@ -3427,6 +4358,25 @@ msgstr "" msgid "Trails" msgstr "Csempézett" +#: hacks/config/klein.xml.h:3 +msgid "Klein" +msgstr "" + +#: hacks/config/klein.xml.h:10 +msgid "" +"This draws a visualization of a Klein bottle or some other interesting " +"parametric surfaces. Written by Andrey Mirtchovski." +msgstr "" + +#: hacks/config/klein.xml.h:11 +msgid "Use Randomized Surfaces and Primitives" +msgstr "" + +#: hacks/config/klein.xml.h:12 +#, fuzzy +msgid "Wander Around the Screen" +msgstr "A képernyõ közepére" + #: hacks/config/kumppa.xml.h:5 msgid "Kumppa" msgstr "Kumppa" @@ -3512,19 +4462,10 @@ msgstr "" msgid "Random Lamp Style" msgstr "" -#: hacks/config/lavalite.xml.h:17 hacks/config/spheremonics.xml.h:9 -#, fuzzy -msgid "Resolution" -msgstr "Gyorsasság" - #: hacks/config/lavalite.xml.h:18 msgid "Rocket Lavalite" msgstr "" -#: hacks/config/lavalite.xml.h:27 -msgid "Smooth" -msgstr "" - #: hacks/config/lightning.xml.h:2 msgid "Lightning" msgstr "Lightning" @@ -3679,6 +4620,35 @@ msgid "" "by Jamie Zawinski." msgstr "" +#: hacks/config/metaballs.xml.h:1 +#, fuzzy +msgid "Big" +msgstr "Bejöhetsz" + +#: hacks/config/metaballs.xml.h:2 +msgid "" +"Draws two dimensional metaballs: overlapping and merging balls with fuzzy " +"edges. By W.P. van Paassen." +msgstr "" + +#: hacks/config/metaballs.xml.h:7 +msgid "MetaBall Movement" +msgstr "" + +#: hacks/config/metaballs.xml.h:8 +#, fuzzy +msgid "MetaBall Radius" +msgstr "Sugár" + +#: hacks/config/metaballs.xml.h:9 +msgid "MetaBalls" +msgstr "" + +#: hacks/config/metaballs.xml.h:11 +#, fuzzy +msgid "Number of MetaBalls" +msgstr "A hangyák száma." + #: hacks/config/moebius.xml.h:1 msgid "" "Another M. C. Escher hack by Marcelo Vianna, this one draws ``Moebius Strip " @@ -4049,6 +5019,28 @@ msgstr "Phosphor" msgid "Scale" msgstr "Feszített" +#: hacks/config/piecewise.xml.h:1 +msgid "Color shifting speed" +msgstr "" + +#: hacks/config/piecewise.xml.h:6 +msgid "Maximum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:7 +msgid "Minimum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:8 +msgid "Piecewise" +msgstr "" + +#: hacks/config/piecewise.xml.h:12 +msgid "" +"This draws a bunch of moving circles which switch from visibility to " +"invisibility at intersection points. Written by Geoffrey Irving." +msgstr "" + #: hacks/config/pipes.xml.h:1 msgid "Allow Tight Turns" msgstr "" @@ -4112,6 +5104,38 @@ msgid "" "puzzle pieces. Written by Stephen Montgomery-Smith." msgstr "" +#: hacks/config/popsquares.xml.h:1 +#, fuzzy +msgid "Border" +msgstr "Közelebb" + +#: hacks/config/popsquares.xml.h:2 +msgid "End color" +msgstr "" + +#: hacks/config/popsquares.xml.h:7 +#, fuzzy +msgid "Start color" +msgstr "Második szín" + +#: hacks/config/popsquares.xml.h:8 +msgid "Subdivision" +msgstr "" + +#: hacks/config/popsquares.xml.h:9 +msgid "" +"This draws a pop-art-ish looking grid of pulsing colors. By Levi Burton." +msgstr "" + +#: hacks/config/popsquares.xml.h:10 +msgid "Twitch" +msgstr "" + +#: hacks/config/popsquares.xml.h:11 +#, fuzzy +msgid "popsquares" +msgstr "Squiral" + #: hacks/config/pulsar.xml.h:1 msgid "Anti-alias Lines" msgstr "" @@ -4162,10 +5186,6 @@ msgstr "" msgid "Quad Count" msgstr "Szám" -#: hacks/config/pulsar.xml.h:16 -msgid "Solid Surface" -msgstr "" - #: hacks/config/pulsar.xml.h:18 msgid "Texture PPM File" msgstr "" @@ -4178,10 +5198,6 @@ msgstr "" msgid "Launch Frequency" msgstr "" -#: hacks/config/pyro.xml.h:8 -msgid "Often" -msgstr "" - #: hacks/config/pyro.xml.h:9 #, fuzzy msgid "Particle Density" @@ -4266,11 +5282,6 @@ msgstr "" msgid "1%" msgstr "" -#: hacks/config/rd-bomb.xml.h:5 -#, no-c-format -msgid "100%" -msgstr "" - #: hacks/config/rd-bomb.xml.h:7 msgid "" "Another variation of the `Bomb' program by Scott Draves. This draws a grid " @@ -4497,10 +5508,6 @@ msgstr "GLPlanet" msgid "Pyramid" msgstr "Braid" -#: hacks/config/sballs.xml.h:10 -msgid "Random" -msgstr "Véletlen" - #: hacks/config/sballs.xml.h:11 #, fuzzy msgid "Sballs" @@ -4511,10 +5518,6 @@ msgstr "R msgid "Star" msgstr "Stairs" -#: hacks/config/sballs.xml.h:16 -msgid "Tetrahedron" -msgstr "" - #: hacks/config/shadebobs.xml.h:7 #, fuzzy msgid "ShadeBobs" @@ -4670,10 +5673,6 @@ msgid "" "Duff in 1982." msgstr "" -#: hacks/config/sphere.xml.h:7 -msgid "Sphere" -msgstr "Sphere" - #: hacks/config/sphereEversion.xml.h:1 msgid "SphereEversion" msgstr "" @@ -4706,7 +5705,7 @@ msgid "" "angular momentum operators. Written by Paul Bourke and Jamie Zawinski." msgstr "" -#: hacks/config/spiral.xml.h:2 +#: hacks/config/spiral.xml.h:2 hacks/config/superquadrics.xml.h:2 #, fuzzy msgid "Cycles" msgstr "Bezár" @@ -4781,10 +5780,9 @@ msgid "" "work with some window managers, but not with others, so your mileage may " "vary. SSystem was once available at <http://www1.las.es/~amil/ssystem/" ">, but is now gone. You may still be able to find copies elsewhere. " -"SSystem has since evolved into two different programs: OpenUniverse (http://" -"openuniverse.sourceforge.net/) and Celestia (http://www.shatters.net/" -"celestia/). Sadly, neither of these programs work with xscreensaver at all. " -"You are encouraged to nag their authors into adding xscreensaver support!" +"SSystem has since evolved into Celestia, found at <http://www.shatters." +"net/celestia/>. Sadly, Celestia does not work with xscreensaver at all. " +"You are encouraged to nag the authors into adding xscreensaver support!" msgstr "" #: hacks/config/stairs.xml.h:6 @@ -4906,14 +5904,14 @@ msgid "" "Written by Massimino Pascal." msgstr "" -#: hacks/config/superquadrics.xml.h:2 +#: hacks/config/superquadrics.xml.h:3 msgid "" "Ed Mackey reports that he wrote the first version of this program in BASIC " "on a Commodore 64 in 1987, as a 320x200 black and white wireframe. Now it is " "GL and has specular reflections." msgstr "" -#: hacks/config/superquadrics.xml.h:10 +#: hacks/config/superquadrics.xml.h:11 msgid "Superquadrics" msgstr "" @@ -5144,17 +6142,66 @@ msgid "Amplitude" msgstr "" #: hacks/config/whirlygig.xml.h:2 +#, fuzzy +msgid "Circle" +msgstr "Bezár" + +#: hacks/config/whirlygig.xml.h:3 msgid "Draws zooming chains of sinusoidal spots. Written by Ashton Trey Belew." msgstr "" +#: hacks/config/whirlygig.xml.h:4 +#, fuzzy +msgid "Explain modes" +msgstr "Szép dolog" + #: hacks/config/whirlygig.xml.h:5 -msgid "Whirlies" +msgid "Fun" msgstr "" #: hacks/config/whirlygig.xml.h:6 +msgid "Funky" +msgstr "" + +#: hacks/config/whirlygig.xml.h:7 +msgid "Innie" +msgstr "" + +#: hacks/config/whirlygig.xml.h:8 +msgid "Leave a trail" +msgstr "" + +#: hacks/config/whirlygig.xml.h:9 +#, fuzzy +msgid "Linear" +msgstr "Kevesebb" + +#: hacks/config/whirlygig.xml.h:11 +#, fuzzy +msgid "Lissajous" +msgstr "Lissajous" + +#: hacks/config/whirlygig.xml.h:15 +#, fuzzy +msgid "Test" +msgstr "Próba" + +#: hacks/config/whirlygig.xml.h:16 +msgid "Use Double Buffering" +msgstr "" + +#: hacks/config/whirlygig.xml.h:17 +msgid "Whirlies" +msgstr "" + +#: hacks/config/whirlygig.xml.h:18 msgid "WhirlyGig" msgstr "" +#: hacks/config/whirlygig.xml.h:19 +msgid "Wrap the screen" +msgstr "" + #: hacks/config/worm.xml.h:1 msgid "" "An ancient xlock hack that draws multicolored worms that crawl around the " @@ -5171,7 +6218,7 @@ msgid "" "XaoS generates fast fly-through animations of the Mandelbrot and other " "fractal sets. Written by Thomas Marsh and Jan Hubicka. This is not included " "with the XScreenSaver package, but if you don't have it already, you can " -"find it at <http://limax.paru.cas.cz/~hubicka/XaoS/>." +"find it at <http://xaos.theory.org/>." msgstr "" #: hacks/config/xdaliclock.xml.h:1 @@ -5197,7 +6244,7 @@ msgstr "m msgid "Huge Font" msgstr "Felhasználói betûkészlet" -#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:9 +#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:10 #, fuzzy msgid "Large Font" msgstr "Hosszú" @@ -5206,7 +6253,7 @@ msgstr "Hossz msgid "Medium Font" msgstr "" -#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:16 #, fuzzy msgid "Small Font" msgstr "Rövid" @@ -5383,14 +6430,12 @@ msgstr "" msgid "Xlyap" msgstr "Xlyap" -#: hacks/config/xmatrix.xml.h:1 +#: hacks/config/xmatrix.xml.h:3 msgid "" -"A rendition of the text scrolls seen in the movie ``The Matrix.'' Written by " -"Jamie Zawinski." -msgstr "" - -#: hacks/config/xmatrix.xml.h:2 -msgid "Binary Encoding" +"Draws dropping characters similar to what is seen on the computer monitors " +"in \"The Matrix\". See also \"glmatrix\" for a 3D rendering of the similar " +"effect that appeared in the title sequence of the movie. Written by Jamie " +"Zawinski." msgstr "" #: hacks/config/xmatrix.xml.h:4 @@ -5401,35 +6446,27 @@ msgstr "" msgid "Full" msgstr "" -#: hacks/config/xmatrix.xml.h:7 -msgid "Genetic Encoding" -msgstr "" - -#: hacks/config/xmatrix.xml.h:8 -msgid "Hexadecimal Encoding" -msgstr "" - -#: hacks/config/xmatrix.xml.h:10 -msgid "Matrix Encoding" +#: hacks/config/xmatrix.xml.h:9 +msgid "Knock Knock" msgstr "" -#: hacks/config/xmatrix.xml.h:11 +#: hacks/config/xmatrix.xml.h:12 msgid "Phone Number" msgstr "" -#: hacks/config/xmatrix.xml.h:12 +#: hacks/config/xmatrix.xml.h:13 msgid "Run Trace Program" msgstr "" -#: hacks/config/xmatrix.xml.h:13 +#: hacks/config/xmatrix.xml.h:14 msgid "Slider Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:18 +#: hacks/config/xmatrix.xml.h:19 msgid "Synergistic Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:19 +#: hacks/config/xmatrix.xml.h:20 msgid "Xmatrix" msgstr "Xmatrix" @@ -5538,3 +6575,15 @@ msgid "" "option the result is like looking through many overlapping lenses rather " "than just a simple zoom. Written by James Macnicol." msgstr "" + +#, fuzzy +#~ msgid "Configure the settings of the screensaver." +#~ msgstr "Képernyõvédõ beállítások" + +#, fuzzy +#~ msgid "Preview of screen saver" +#~ msgstr "Nincs képernyõvédõ" + +#, fuzzy +#~ msgid "Sandpaper" +#~ msgstr "Háttérkép" diff --git a/po/it.po b/po/it.po index bbefdb84..7978e2f7 100644 --- a/po/it.po +++ b/po/it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2002-06-18 21:56+0200\n" +"POT-Creation-Date: 2003-07-24 19:05+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -14,36 +14,41 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: driver/demo-Gtk-conf.c:729 +#: driver/demo-Gtk-conf.c:731 msgid "Browse..." msgstr "" -#: driver/demo-Gtk-conf.c:1021 +#: driver/demo-Gtk-conf.c:1023 msgid "Select file." msgstr "" -#: driver/demo-Gtk-support.c:121 +#: driver/demo-Gtk-support.c:135 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "" -#: driver/demo-Gtk-support.c:130 +#: driver/demo-Gtk-support.c:147 driver/demo-Gtk-support.c:179 #, c-format msgid "Error loading pixmap file: %s" msgstr "" +#: driver/demo-Gtk-support.c:182 +#, c-format +msgid "reason: %s\n" +msgstr "" + #: driver/demo-Gtk-widgets.c:155 driver/xscreensaver-demo.glade.h:89 -#: driver/xscreensaver-demo.glade2.h:43 +#: driver/xscreensaver-demo.glade2.h:65 #, fuzzy msgid "XScreenSaver" msgstr "Salvaschermo" -#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:54 +#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:76 msgid "_File" msgstr "" #: driver/demo-Gtk-widgets.c:196 driver/xscreensaver-demo.glade.h:93 -#: driver/xscreensaver-demo.glade2.h:48 +#: driver/xscreensaver-demo.glade2.h:70 msgid "_Blank Screen Now" msgstr "" @@ -53,7 +58,7 @@ msgid "" msgstr "" #: driver/demo-Gtk-widgets.c:209 driver/xscreensaver-demo.glade.h:97 -#: driver/xscreensaver-demo.glade2.h:58 +#: driver/xscreensaver-demo.glade2.h:80 msgid "_Lock Screen Now" msgstr "" @@ -62,7 +67,7 @@ msgid "Lock the screen now (even if \"Lock Screen\" is unchecked.)" msgstr "" #: driver/demo-Gtk-widgets.c:222 driver/xscreensaver-demo.glade.h:96 -#: driver/xscreensaver-demo.glade2.h:56 +#: driver/xscreensaver-demo.glade2.h:78 msgid "_Kill Daemon" msgstr "" @@ -71,7 +76,7 @@ msgid "Tell the running XScreenSaver daemon to exit." msgstr "" #: driver/demo-Gtk-widgets.c:235 driver/xscreensaver-demo.glade.h:98 -#: driver/xscreensaver-demo.glade2.h:64 +#: driver/xscreensaver-demo.glade2.h:86 msgid "_Restart Daemon" msgstr "" @@ -89,12 +94,12 @@ msgid "" "running in the background.)" msgstr "" -#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:55 +#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:77 msgid "_Help" msgstr "" #: driver/demo-Gtk-widgets.c:290 driver/xscreensaver-demo.glade.h:92 -#: driver/xscreensaver-demo.glade2.h:44 +#: driver/xscreensaver-demo.glade2.h:66 msgid "_About..." msgstr "" @@ -103,7 +108,7 @@ msgid "Display version information." msgstr "" #: driver/demo-Gtk-widgets.c:303 driver/xscreensaver-demo.glade.h:94 -#: driver/xscreensaver-demo.glade2.h:53 +#: driver/xscreensaver-demo.glade2.h:75 msgid "_Documentation..." msgstr "" @@ -116,7 +121,7 @@ msgid "Cycle After" msgstr "" #: driver/demo-Gtk-widgets.c:364 driver/xscreensaver-demo.glade.h:78 -#: driver/xscreensaver-demo.glade2.h:42 +#: driver/xscreensaver-demo.glade2.h:54 msgid "Whether a password should be required to un-blank the screen." msgstr "" @@ -130,23 +135,24 @@ msgstr "" #: driver/demo-Gtk-widgets.c:397 driver/demo-Gtk-widgets.c:447 #: driver/demo-Gtk-widgets.c:461 driver/demo-Gtk-widgets.c:1010 -#: driver/xscreensaver-demo.glade.h:43 driver/xscreensaver-demo.glade2.h:26 +#: driver/xscreensaver-demo.glade.h:43 msgid "How long before the monitor goes completely black." msgstr "" #: driver/demo-Gtk-widgets.c:401 driver/demo-Gtk-widgets.c:413 #: driver/demo-Gtk-widgets.c:425 driver/demo-Gtk-widgets.c:1014 #: driver/demo-Gtk-widgets.c:1026 driver/demo-Gtk-widgets.c:1038 -#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:70 +#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:92 msgid "minutes" msgstr "" -#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2661 +#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2831 #: driver/xscreensaver-demo.glade.h:58 msgid "Preview" msgstr "" #: driver/demo-Gtk-widgets.c:484 driver/xscreensaver-demo.glade.h:21 +#: driver/xscreensaver-demo.glade2.h:12 msgid "" "Demo the selected screen saver in full-screen mode (click the mouse to " "return.)" @@ -157,6 +163,7 @@ msgid "Settings..." msgstr "" #: driver/demo-Gtk-widgets.c:494 driver/xscreensaver-demo.glade.h:17 +#: driver/xscreensaver-demo.glade2.h:9 msgid "Customization and explanation of the selected screen saver." msgstr "" @@ -165,7 +172,7 @@ msgid "Mode:" msgstr "" #: driver/demo-Gtk-widgets.c:533 driver/xscreensaver-demo.glade.h:25 -#: driver/xscreensaver-demo.glade2.h:14 +#: driver/xscreensaver-demo.glade2.h:16 #, fuzzy msgid "Disable Screen Saver" msgstr "Salvaschermo" @@ -176,23 +183,23 @@ msgid "Blank Screen Only" msgstr "" #: driver/demo-Gtk-widgets.c:539 driver/xscreensaver-demo.glade.h:56 -#: driver/xscreensaver-demo.glade2.h:32 +#: driver/xscreensaver-demo.glade2.h:42 #, fuzzy msgid "Only One Screen Saver" msgstr "Salvaschermo" #: driver/demo-Gtk-widgets.c:542 driver/xscreensaver-demo.glade.h:60 -#: driver/xscreensaver-demo.glade2.h:35 +#: driver/xscreensaver-demo.glade2.h:44 #, fuzzy msgid "Random Screen Saver" msgstr "Salvaschermo" -#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2034 +#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2120 #: driver/xscreensaver-demo.glade.h:75 msgid "Use" msgstr "" -#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2044 +#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2130 #: driver/xscreensaver-demo.glade.h:63 #, fuzzy msgid "Screen Saver" @@ -203,6 +210,7 @@ msgid "\\/" msgstr "" #: driver/demo-Gtk-widgets.c:646 driver/xscreensaver-demo.glade.h:61 +#: driver/xscreensaver-demo.glade2.h:45 msgid "" "Run the next screen saver in the list in full-screen mode (click the mouse " "to return.)" @@ -213,13 +221,14 @@ msgid "/\\" msgstr "" #: driver/demo-Gtk-widgets.c:656 driver/xscreensaver-demo.glade.h:62 +#: driver/xscreensaver-demo.glade2.h:46 msgid "" "Run the previous screen saver in the list in full-screen mode (click the " "mouse to return.)" msgstr "" #: driver/demo-Gtk-widgets.c:658 driver/demo-Gtk-widgets.c:1601 -#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:11 +#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:13 msgid "Description" msgstr "" @@ -228,11 +237,12 @@ msgid "Display Modes" msgstr "" #: driver/demo-Gtk-widgets.c:701 driver/xscreensaver-demo.glade.h:23 -#: driver/xscreensaver-demo.glade2.h:12 +#: driver/xscreensaver-demo.glade2.h:14 msgid "Diagnostics" msgstr "" #: driver/demo-Gtk-widgets.c:745 driver/xscreensaver-demo.glade.h:80 +#: driver/xscreensaver-demo.glade2.h:56 msgid "Whether the daemon should print lots of debugging information." msgstr "" @@ -241,6 +251,7 @@ msgid "Verbose Diagnostics" msgstr "" #: driver/demo-Gtk-widgets.c:762 driver/xscreensaver-demo.glade.h:79 +#: driver/xscreensaver-demo.glade2.h:55 msgid "" "Whether any error output of the display modes should be redirected to the " "screen." @@ -251,6 +262,7 @@ msgid "Display Subprocess Errors" msgstr "" #: driver/demo-Gtk-widgets.c:779 driver/xscreensaver-demo.glade.h:87 +#: driver/xscreensaver-demo.glade2.h:63 msgid "" "Whether the splash screen (with the version number and `Help' button) should " "be momentarily displayed when the daemon first starts up." @@ -266,6 +278,7 @@ msgid "Colormaps" msgstr "" #: driver/demo-Gtk-widgets.c:834 driver/xscreensaver-demo.glade.h:88 +#: driver/xscreensaver-demo.glade2.h:64 msgid "" "Whether to install a private colormap when running in 8-bit mode on the " "default Visual." @@ -276,6 +289,7 @@ msgid "Install Colormap" msgstr "" #: driver/demo-Gtk-widgets.c:859 driver/xscreensaver-demo.glade.h:86 +#: driver/xscreensaver-demo.glade2.h:62 msgid "" "Whether the screen should slowly fade to black when the screen saver " "activates." @@ -286,6 +300,7 @@ msgid "Fade To Black When Blanking" msgstr "" #: driver/demo-Gtk-widgets.c:876 driver/xscreensaver-demo.glade.h:85 +#: driver/xscreensaver-demo.glade2.h:61 msgid "" "Whether the screen should slowly fade in from black when the screen saver " "deactivates." @@ -300,20 +315,22 @@ msgid "Fade Duration" msgstr "" #: driver/demo-Gtk-widgets.c:922 driver/xscreensaver-demo.glade.h:44 +#: driver/xscreensaver-demo.glade2.h:31 msgid "How long it should take for the screen to fade in and out." msgstr "" #: driver/demo-Gtk-widgets.c:926 driver/xscreensaver-demo.glade.h:100 -#: driver/xscreensaver-demo.glade2.h:73 +#: driver/xscreensaver-demo.glade2.h:96 msgid "seconds" msgstr "" #: driver/demo-Gtk-widgets.c:936 driver/xscreensaver-demo.glade.h:27 -#: driver/xscreensaver-demo.glade2.h:15 +#: driver/xscreensaver-demo.glade2.h:17 msgid "Display Power Management" msgstr "" #: driver/demo-Gtk-widgets.c:980 driver/xscreensaver-demo.glade.h:84 +#: driver/xscreensaver-demo.glade2.h:60 msgid "Whether the monitor should be powered down after a while." msgstr "" @@ -334,19 +351,22 @@ msgid "Standby After" msgstr "" #: driver/demo-Gtk-widgets.c:1099 driver/xscreensaver-demo.glade.h:45 +#: driver/xscreensaver-demo.glade2.h:33 msgid "How long until the monitor goes into power-saving mode." msgstr "" #: driver/demo-Gtk-widgets.c:1113 driver/xscreensaver-demo.glade.h:46 +#: driver/xscreensaver-demo.glade2.h:34 msgid "How long until the monitor powers down." msgstr "" #: driver/demo-Gtk-widgets.c:1117 driver/xscreensaver-demo.glade.h:47 -#: driver/xscreensaver-demo.glade2.h:27 +#: driver/xscreensaver-demo.glade2.h:35 msgid "Image Manipulation" msgstr "" #: driver/demo-Gtk-widgets.c:1161 driver/xscreensaver-demo.glade.h:81 +#: driver/xscreensaver-demo.glade2.h:57 msgid "" "Whether the image-manipulating modes should be allowed to operate on an " "image of your desktop." @@ -367,6 +387,7 @@ msgid "Grab Video Frames" msgstr "" #: driver/demo-Gtk-widgets.c:1195 driver/xscreensaver-demo.glade.h:83 +#: driver/xscreensaver-demo.glade2.h:59 msgid "" "Whether the image-manipulating modes should operate on random images loaded " "from disk." @@ -377,6 +398,7 @@ msgid "Choose Random Image:" msgstr "" #: driver/demo-Gtk-widgets.c:1230 driver/xscreensaver-demo.glade.h:73 +#: driver/xscreensaver-demo.glade2.h:52 msgid "The directory from which images will be randomly chosen." msgstr "" @@ -394,12 +416,12 @@ msgid "XScreenSaver: Mode-Specific Settings" msgstr "" #: driver/demo-Gtk-widgets.c:1460 driver/xscreensaver-demo.glade.h:64 -#: driver/xscreensaver-demo.glade2.h:36 +#: driver/xscreensaver-demo.glade2.h:47 msgid "Settings" msgstr "" #: driver/demo-Gtk-widgets.c:1489 driver/xscreensaver-demo.glade.h:66 -#: driver/xscreensaver-demo.glade2.h:38 +#: driver/xscreensaver-demo.glade2.h:49 msgid "Standard" msgstr "" @@ -408,7 +430,7 @@ msgid "Visual:" msgstr "" #: driver/demo-Gtk-widgets.c:1544 driver/demo-Gtk-widgets.c:1567 -#: driver/demo-Gtk.c:1479 driver/demo-Gtk.c:2680 +#: driver/demo-Gtk.c:1518 driver/demo-Gtk.c:2850 #: driver/xscreensaver-demo.glade.h:5 driver/xscreensaver-demo.glade2.h:3 msgid "Any" msgstr "" @@ -419,42 +441,42 @@ msgid "Best" msgstr "" #: driver/demo-Gtk-widgets.c:1546 driver/xscreensaver-demo.glade.h:19 -#: driver/xscreensaver-demo.glade2.h:9 +#: driver/xscreensaver-demo.glade2.h:10 msgid "Default" msgstr "" #: driver/demo-Gtk-widgets.c:1547 driver/xscreensaver-demo.glade.h:20 -#: driver/xscreensaver-demo.glade2.h:10 +#: driver/xscreensaver-demo.glade2.h:11 msgid "Default-N" msgstr "" #: driver/demo-Gtk-widgets.c:1548 driver/xscreensaver-demo.glade.h:37 -#: driver/xscreensaver-demo.glade2.h:21 +#: driver/xscreensaver-demo.glade2.h:23 msgid "GL" msgstr "" #: driver/demo-Gtk-widgets.c:1549 driver/xscreensaver-demo.glade.h:74 -#: driver/xscreensaver-demo.glade2.h:41 +#: driver/xscreensaver-demo.glade2.h:53 msgid "TrueColor" msgstr "" #: driver/demo-Gtk-widgets.c:1550 driver/xscreensaver-demo.glade.h:59 -#: driver/xscreensaver-demo.glade2.h:34 +#: driver/xscreensaver-demo.glade2.h:43 msgid "PseudoColor" msgstr "" #: driver/demo-Gtk-widgets.c:1551 driver/xscreensaver-demo.glade.h:69 -#: driver/xscreensaver-demo.glade2.h:39 +#: driver/xscreensaver-demo.glade2.h:50 msgid "StaticGray" msgstr "" #: driver/demo-Gtk-widgets.c:1552 driver/xscreensaver-demo.glade.h:42 -#: driver/xscreensaver-demo.glade2.h:25 +#: driver/xscreensaver-demo.glade2.h:27 msgid "GrayScale" msgstr "" #: driver/demo-Gtk-widgets.c:1553 driver/xscreensaver-demo.glade.h:24 -#: driver/xscreensaver-demo.glade2.h:13 +#: driver/xscreensaver-demo.glade2.h:15 msgid "DirectColor" msgstr "" @@ -464,12 +486,12 @@ msgid "Color" msgstr "" #: driver/demo-Gtk-widgets.c:1555 driver/xscreensaver-demo.glade.h:41 -#: driver/xscreensaver-demo.glade2.h:24 +#: driver/xscreensaver-demo.glade2.h:26 msgid "Gray" msgstr "" #: driver/demo-Gtk-widgets.c:1556 driver/xscreensaver-demo.glade.h:53 -#: driver/xscreensaver-demo.glade2.h:29 +#: driver/xscreensaver-demo.glade2.h:37 msgid "Mono" msgstr "" @@ -507,7 +529,7 @@ msgstr "" msgid "Back to the graphical configuration options." msgstr "" -#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:688 +#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:727 #: driver/xscreensaver-demo.glade.h:54 msgid "OK" msgstr "" @@ -516,28 +538,18 @@ msgstr "" msgid "Cancel" msgstr "" -#: driver/demo-Gtk.c:601 +#: driver/demo-Gtk.c:632 msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "" -#: driver/demo-Gtk.c:608 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:610 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:726 +#: driver/demo-Gtk.c:765 msgid "" "Error:\n" "\n" "No Help URL has been specified.\n" msgstr "" -#: driver/demo-Gtk.c:812 +#: driver/demo-Gtk.c:851 msgid "" "Error:\n" "\n" @@ -545,7 +557,7 @@ msgid "" "\n" msgstr "" -#: driver/demo-Gtk.c:818 +#: driver/demo-Gtk.c:857 msgid "" "You are running as root. This usually means that xscreensaver\n" "was unable to contact your X server because access control is\n" @@ -564,18 +576,18 @@ msgid "" "normal user, and `su' as necessary." msgstr "" -#: driver/demo-Gtk.c:834 +#: driver/demo-Gtk.c:873 msgid "Please check your $PATH and permissions." msgstr "" -#: driver/demo-Gtk.c:869 +#: driver/demo-Gtk.c:908 msgid "" "Error:\n" "\n" "Couldn't determine init file name!\n" msgstr "" -#: driver/demo-Gtk.c:874 +#: driver/demo-Gtk.c:913 #, c-format msgid "" "Error:\n" @@ -583,14 +595,14 @@ msgid "" "Couldn't write %s\n" msgstr "" -#: driver/demo-Gtk.c:933 +#: driver/demo-Gtk.c:972 msgid "" "Error:\n" "\n" "no `manualCommand' resource set." msgstr "" -#: driver/demo-Gtk.c:1114 +#: driver/demo-Gtk.c:1153 #, c-format msgid "" "Error:\n" @@ -598,7 +610,7 @@ msgid "" "Unparsable time format: \"%s\"\n" msgstr "" -#: driver/demo-Gtk.c:1779 +#: driver/demo-Gtk.c:1818 #, c-format msgid "" "Error:\n" @@ -606,24 +618,24 @@ msgid "" "Directory does not exist: \"%s\"\n" msgstr "" -#: driver/demo-Gtk.c:2376 +#: driver/demo-Gtk.c:2532 msgid "Descriptions not available: no XML support compiled in." msgstr "" -#: driver/demo-Gtk.c:2381 +#: driver/demo-Gtk.c:2537 msgid "No description available." msgstr "" -#: driver/demo-Gtk.c:2632 +#: driver/demo-Gtk.c:2802 msgid "Blank Screen" msgstr "" -#: driver/demo-Gtk.c:2638 +#: driver/demo-Gtk.c:2808 #, fuzzy msgid "Screen Saver Disabled" msgstr "Salvaschermo" -#: driver/demo-Gtk.c:2798 +#: driver/demo-Gtk.c:2996 #, c-format msgid "" "Warning:\n" @@ -631,15 +643,23 @@ msgid "" "file \"%s\" has changed, reloading.\n" msgstr "" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "No Preview" msgstr "" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "Available" msgstr "" -#: driver/demo-Gtk.c:3543 +#: driver/demo-Gtk.c:3079 +msgid "Not" +msgstr "" + +#: driver/demo-Gtk.c:3079 +msgid "Installed" +msgstr "" + +#: driver/demo-Gtk.c:3780 #, c-format msgid "" "Warning:\n" @@ -648,7 +668,7 @@ msgid "" "on display \"%s\". Launch it now?" msgstr "" -#: driver/demo-Gtk.c:3553 +#: driver/demo-Gtk.c:3790 #, c-format msgid "" "Warning:\n" @@ -667,7 +687,7 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3578 +#: driver/demo-Gtk.c:3815 #, c-format msgid "" "Warning:\n" @@ -683,7 +703,7 @@ msgid "" "Restart the daemon on \"%s\" as \"%s\" now?\n" msgstr "" -#: driver/demo-Gtk.c:3600 +#: driver/demo-Gtk.c:3837 #, c-format msgid "" "Warning:\n" @@ -695,14 +715,19 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3999 +#: driver/demo-Gtk.c:4272 #, c-format msgid "%s: unknown option: %s\n" msgstr "" +#: driver/demo-Gtk.c:4335 +#, fuzzy +msgid "Screensaver Preferences" +msgstr "Salvaschermo" + #: driver/screensaver-properties.desktop.in.h:1 -msgid "Configure the settings of the screensaver." -msgstr "Impostazioni del salvaschermo" +msgid "Change screensaver properties" +msgstr "" #: driver/screensaver-properties.desktop.in.h:2 #, fuzzy @@ -721,136 +746,165 @@ msgstr "" msgid "Choose _Random Image:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:16 +#: driver/xscreensaver-demo.glade2.h:18 msgid "Display Subprocess _Errors" msgstr "" -#: driver/xscreensaver-demo.glade2.h:17 +#: driver/xscreensaver-demo.glade2.h:19 #, fuzzy msgid "Display _Splash Screen at Startup" msgstr "Salvaschermo" -#: driver/xscreensaver-demo.glade2.h:18 +#: driver/xscreensaver-demo.glade2.h:20 msgid "F_ade Duration" msgstr "" -#: driver/xscreensaver-demo.glade2.h:19 +#: driver/xscreensaver-demo.glade2.h:21 msgid "Fade from Black When _Unblanking" msgstr "" -#: driver/xscreensaver-demo.glade2.h:20 +#: driver/xscreensaver-demo.glade2.h:22 msgid "Fade to Black when _Blanking" msgstr "" -#: driver/xscreensaver-demo.glade2.h:22 +#: driver/xscreensaver-demo.glade2.h:24 msgid "Grab Desktop _Images" msgstr "" -#: driver/xscreensaver-demo.glade2.h:23 +#: driver/xscreensaver-demo.glade2.h:25 msgid "Grab _Video Frames" msgstr "" #: driver/xscreensaver-demo.glade2.h:28 -msgid "Install _Colormap" +msgid "How long after the screen blanks until a password will be required." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:29 +msgid "How long before the screensaver activates." msgstr "" #: driver/xscreensaver-demo.glade2.h:30 msgid "" +"How long each display mode should run before choosing a new one (in Random " +"mode.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:32 +msgid "How long until the monitor goes completely black." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:36 +msgid "Install _Colormap" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:38 +msgid "" "No Preview\n" "Available" msgstr "" -#: driver/xscreensaver-demo.glade2.h:33 -#, fuzzy -msgid "Preview of screen saver" -msgstr "Salvaschermo" +#: driver/xscreensaver-demo.glade2.h:40 +msgid "" +"Not\n" +"Installed" +msgstr "" -#: driver/xscreensaver-demo.glade2.h:37 +#: driver/xscreensaver-demo.glade2.h:48 msgid "Stand_by After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:40 +#: driver/xscreensaver-demo.glade2.h:51 msgid "Sus_pend After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:45 +#: driver/xscreensaver-demo.glade2.h:58 +msgid "" +"Whether the image-manipulating modes should operate on images captured from " +"the system's video input (if there is one.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:67 msgid "_Advanced" msgstr "" -#: driver/xscreensaver-demo.glade2.h:46 +#: driver/xscreensaver-demo.glade2.h:68 msgid "_Advanced >>" msgstr "" -#: driver/xscreensaver-demo.glade2.h:47 +#: driver/xscreensaver-demo.glade2.h:69 msgid "_Blank After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:49 +#: driver/xscreensaver-demo.glade2.h:71 msgid "_Browse" msgstr "" -#: driver/xscreensaver-demo.glade2.h:50 +#: driver/xscreensaver-demo.glade2.h:72 msgid "_Command Line:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:51 +#: driver/xscreensaver-demo.glade2.h:73 msgid "_Cycle After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:52 +#: driver/xscreensaver-demo.glade2.h:74 msgid "_Display Modes" msgstr "" -#: driver/xscreensaver-demo.glade2.h:57 +#: driver/xscreensaver-demo.glade2.h:79 #, fuzzy msgid "_Lock Screen After" msgstr "Salvaschermo" -#: driver/xscreensaver-demo.glade2.h:59 +#: driver/xscreensaver-demo.glade2.h:81 msgid "_Mode:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:60 +#: driver/xscreensaver-demo.glade2.h:82 msgid "_Off After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:61 +#: driver/xscreensaver-demo.glade2.h:83 msgid "_Power Management Enabled" msgstr "" -#: driver/xscreensaver-demo.glade2.h:62 +#: driver/xscreensaver-demo.glade2.h:84 msgid "_Preview" msgstr "" -#: driver/xscreensaver-demo.glade2.h:63 +#: driver/xscreensaver-demo.glade2.h:85 msgid "_Quit" msgstr "" -#: driver/xscreensaver-demo.glade2.h:65 +#: driver/xscreensaver-demo.glade2.h:87 msgid "_Settings..." msgstr "" -#: driver/xscreensaver-demo.glade2.h:66 +#: driver/xscreensaver-demo.glade2.h:88 msgid "_Standard <<" msgstr "" -#: driver/xscreensaver-demo.glade2.h:67 -msgid "_Verbose Dialognostics" +#: driver/xscreensaver-demo.glade2.h:89 +msgid "_Verbose Diagnostics" msgstr "" -#: driver/xscreensaver-demo.glade2.h:68 +#: driver/xscreensaver-demo.glade2.h:90 msgid "_Visual:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:69 +#: driver/xscreensaver-demo.glade2.h:91 msgid "dialog1" msgstr "" -#: driver/xscreensaver-demo.glade2.h:71 +#: driver/xscreensaver-demo.glade2.h:93 msgid "no preview" msgstr "" -#: driver/xscreensaver-demo.glade2.h:72 +#: driver/xscreensaver-demo.glade2.h:94 +msgid "not installed" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:95 msgid "preview" msgstr "" @@ -862,85 +916,95 @@ msgstr "" msgid "Arms" msgstr "" -#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:5 +#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:6 #: hacks/config/apollonian.xml.h:5 hacks/config/atlantis.xml.h:4 -#: hacks/config/attraction.xml.h:8 hacks/config/blaster.xml.h:3 -#: hacks/config/blitspin.xml.h:4 hacks/config/bouboule.xml.h:3 +#: hacks/config/attraction.xml.h:8 hacks/config/atunnel.xml.h:3 +#: hacks/config/barcode.xml.h:4 hacks/config/blaster.xml.h:3 +#: hacks/config/blitspin.xml.h:4 hacks/config/blocktube.xml.h:4 +#: hacks/config/bouboule.xml.h:3 hacks/config/bouncingcow.xml.h:6 #: hacks/config/boxed.xml.h:4 hacks/config/braid.xml.h:4 #: hacks/config/bubble3d.xml.h:3 hacks/config/bubbles.xml.h:8 #: hacks/config/bumps.xml.h:3 hacks/config/cage.xml.h:2 -#: hacks/config/circuit.xml.h:4 hacks/config/compass.xml.h:3 -#: hacks/config/coral.xml.h:7 hacks/config/critical.xml.h:3 -#: hacks/config/crystal.xml.h:6 hacks/config/cubenetic.xml.h:8 +#: hacks/config/circuit.xml.h:4 hacks/config/cloudlife.xml.h:3 +#: hacks/config/compass.xml.h:3 hacks/config/coral.xml.h:7 +#: hacks/config/critical.xml.h:3 hacks/config/crystal.xml.h:6 +#: hacks/config/cubenetic.xml.h:8 hacks/config/cubestorm.xml.h:4 #: hacks/config/cynosure.xml.h:4 hacks/config/dangerball.xml.h:3 #: hacks/config/decayscreen.xml.h:2 hacks/config/deluxe.xml.h:4 #: hacks/config/demon.xml.h:4 hacks/config/discrete.xml.h:2 #: hacks/config/distort.xml.h:4 hacks/config/drift.xml.h:3 -#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:3 -#: hacks/config/epicycle.xml.h:5 hacks/config/euler2d.xml.h:3 -#: hacks/config/extrusion.xml.h:3 hacks/config/fadeplot.xml.h:4 -#: hacks/config/flag.xml.h:2 hacks/config/flame.xml.h:6 -#: hacks/config/flipscreen3d.xml.h:1 hacks/config/flow.xml.h:4 -#: hacks/config/fluidballs.xml.h:3 hacks/config/forest.xml.h:1 +#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:8 +#: hacks/config/epicycle.xml.h:5 hacks/config/eruption.xml.h:5 +#: hacks/config/euler2d.xml.h:3 hacks/config/extrusion.xml.h:3 +#: hacks/config/fadeplot.xml.h:4 hacks/config/flag.xml.h:2 +#: hacks/config/flame.xml.h:6 hacks/config/flipscreen3d.xml.h:1 +#: hacks/config/flow.xml.h:4 hacks/config/fluidballs.xml.h:5 +#: hacks/config/flyingtoasters.xml.h:5 hacks/config/forest.xml.h:1 #: hacks/config/galaxy.xml.h:3 hacks/config/gears.xml.h:2 -#: hacks/config/gflux.xml.h:6 hacks/config/glforestfire.xml.h:4 -#: hacks/config/glplanet.xml.h:2 hacks/config/glsnake.xml.h:5 -#: hacks/config/gltext.xml.h:3 hacks/config/goop.xml.h:4 -#: hacks/config/grav.xml.h:2 hacks/config/greynetic.xml.h:1 -#: hacks/config/halo.xml.h:2 hacks/config/hopalong.xml.h:9 -#: hacks/config/hyperball.xml.h:2 hacks/config/hypercube.xml.h:2 +#: hacks/config/gflux.xml.h:6 hacks/config/glblur.xml.h:4 +#: hacks/config/glforestfire.xml.h:4 hacks/config/glknots.xml.h:3 +#: hacks/config/glmatrix.xml.h:8 hacks/config/glplanet.xml.h:2 +#: hacks/config/glsnake.xml.h:5 hacks/config/gltext.xml.h:3 +#: hacks/config/goop.xml.h:4 hacks/config/grav.xml.h:2 +#: hacks/config/greynetic.xml.h:1 hacks/config/halo.xml.h:2 +#: hacks/config/hopalong.xml.h:9 hacks/config/hyperball.xml.h:2 +#: hacks/config/hypercube.xml.h:2 hacks/config/hypertorus.xml.h:6 #: hacks/config/ifs.xml.h:1 hacks/config/interference.xml.h:5 -#: hacks/config/jigsaw.xml.h:3 hacks/config/juggle.xml.h:3 -#: hacks/config/julia.xml.h:2 hacks/config/kaleidescope.xml.h:2 +#: hacks/config/jigglypuff.xml.h:6 hacks/config/jigsaw.xml.h:3 +#: hacks/config/juggle.xml.h:3 hacks/config/julia.xml.h:2 +#: hacks/config/kaleidescope.xml.h:2 hacks/config/klein.xml.h:2 #: hacks/config/kumppa.xml.h:3 hacks/config/lament.xml.h:2 #: hacks/config/laser.xml.h:3 hacks/config/lavalite.xml.h:10 #: hacks/config/lightning.xml.h:1 hacks/config/lisa.xml.h:2 #: hacks/config/lissie.xml.h:3 hacks/config/lmorph.xml.h:3 #: hacks/config/loop.xml.h:1 hacks/config/maze.xml.h:4 -#: hacks/config/menger.xml.h:3 hacks/config/moebius.xml.h:3 -#: hacks/config/moire2.xml.h:2 hacks/config/molecule.xml.h:10 -#: hacks/config/morph3d.xml.h:3 hacks/config/mountain.xml.h:2 -#: hacks/config/munch.xml.h:3 hacks/config/nerverot.xml.h:9 -#: hacks/config/penetrate.xml.h:3 hacks/config/penrose.xml.h:6 -#: hacks/config/petri.xml.h:5 hacks/config/phosphor.xml.h:3 +#: hacks/config/menger.xml.h:3 hacks/config/metaballs.xml.h:4 +#: hacks/config/moebius.xml.h:3 hacks/config/moire2.xml.h:2 +#: hacks/config/molecule.xml.h:10 hacks/config/morph3d.xml.h:3 +#: hacks/config/mountain.xml.h:2 hacks/config/munch.xml.h:3 +#: hacks/config/nerverot.xml.h:9 hacks/config/penetrate.xml.h:3 +#: hacks/config/penrose.xml.h:6 hacks/config/petri.xml.h:5 +#: hacks/config/phosphor.xml.h:3 hacks/config/piecewise.xml.h:4 #: hacks/config/pipes.xml.h:5 hacks/config/polyominoes.xml.h:2 -#: hacks/config/pulsar.xml.h:11 hacks/config/pyro.xml.h:4 -#: hacks/config/qix.xml.h:7 hacks/config/queens.xml.h:1 -#: hacks/config/rd-bomb.xml.h:9 hacks/config/ripples.xml.h:4 -#: hacks/config/rocks.xml.h:4 hacks/config/rotor.xml.h:3 -#: hacks/config/rubik.xml.h:3 hacks/config/sballs.xml.h:4 -#: hacks/config/shadebobs.xml.h:3 hacks/config/sierpinski.xml.h:2 -#: hacks/config/sierpinski3d.xml.h:2 hacks/config/slidescreen.xml.h:2 -#: hacks/config/slip.xml.h:2 hacks/config/speedmine.xml.h:3 -#: hacks/config/sphere.xml.h:2 hacks/config/spheremonics.xml.h:5 -#: hacks/config/spiral.xml.h:3 hacks/config/spotlight.xml.h:2 -#: hacks/config/sproingies.xml.h:2 hacks/config/squiral.xml.h:4 -#: hacks/config/stairs.xml.h:1 hacks/config/starfish.xml.h:3 -#: hacks/config/starwars.xml.h:6 hacks/config/strange.xml.h:2 -#: hacks/config/superquadrics.xml.h:3 hacks/config/swirl.xml.h:2 -#: hacks/config/t3d.xml.h:6 hacks/config/thornbird.xml.h:2 -#: hacks/config/triangle.xml.h:1 hacks/config/truchet.xml.h:1 -#: hacks/config/twang.xml.h:3 hacks/config/vines.xml.h:1 -#: hacks/config/webcollage.xml.h:4 hacks/config/worm.xml.h:3 -#: hacks/config/xearth.xml.h:7 hacks/config/xfishtank.xml.h:3 -#: hacks/config/xflame.xml.h:4 hacks/config/xjack.xml.h:1 -#: hacks/config/xmatrix.xml.h:5 hacks/config/xmountains.xml.h:1 -#: hacks/config/xrayswarm.xml.h:2 hacks/config/zoom.xml.h:2 +#: hacks/config/popsquares.xml.h:3 hacks/config/pulsar.xml.h:11 +#: hacks/config/pyro.xml.h:4 hacks/config/qix.xml.h:7 +#: hacks/config/queens.xml.h:1 hacks/config/rd-bomb.xml.h:9 +#: hacks/config/ripples.xml.h:4 hacks/config/rocks.xml.h:4 +#: hacks/config/rotor.xml.h:3 hacks/config/rubik.xml.h:3 +#: hacks/config/sballs.xml.h:4 hacks/config/shadebobs.xml.h:3 +#: hacks/config/sierpinski.xml.h:2 hacks/config/sierpinski3d.xml.h:2 +#: hacks/config/slidescreen.xml.h:2 hacks/config/slip.xml.h:2 +#: hacks/config/speedmine.xml.h:3 hacks/config/sphere.xml.h:2 +#: hacks/config/spheremonics.xml.h:5 hacks/config/spiral.xml.h:3 +#: hacks/config/spotlight.xml.h:2 hacks/config/sproingies.xml.h:2 +#: hacks/config/squiral.xml.h:4 hacks/config/stairs.xml.h:1 +#: hacks/config/starfish.xml.h:3 hacks/config/starwars.xml.h:6 +#: hacks/config/strange.xml.h:2 hacks/config/superquadrics.xml.h:4 +#: hacks/config/swirl.xml.h:2 hacks/config/t3d.xml.h:6 +#: hacks/config/thornbird.xml.h:2 hacks/config/triangle.xml.h:1 +#: hacks/config/truchet.xml.h:1 hacks/config/twang.xml.h:3 +#: hacks/config/vines.xml.h:1 hacks/config/webcollage.xml.h:4 +#: hacks/config/worm.xml.h:3 hacks/config/xearth.xml.h:7 +#: hacks/config/xfishtank.xml.h:3 hacks/config/xflame.xml.h:4 +#: hacks/config/xjack.xml.h:1 hacks/config/xmatrix.xml.h:5 +#: hacks/config/xmountains.xml.h:1 hacks/config/xrayswarm.xml.h:2 +#: hacks/config/zoom.xml.h:2 msgid "Fast" msgstr "" #: hacks/config/anemone.xml.h:4 hacks/config/blaster.xml.h:4 #: hacks/config/bouboule.xml.h:4 hacks/config/coral.xml.h:8 -#: hacks/config/cubenetic.xml.h:9 hacks/config/euler2d.xml.h:4 -#: hacks/config/flame.xml.h:7 hacks/config/fluidballs.xml.h:4 -#: hacks/config/kaleidescope.xml.h:3 hacks/config/lisa.xml.h:3 -#: hacks/config/pedal.xml.h:4 hacks/config/petri.xml.h:7 -#: hacks/config/qix.xml.h:8 hacks/config/thornbird.xml.h:3 -#: hacks/config/whirlwindwarp.xml.h:1 hacks/config/xfishtank.xml.h:4 +#: hacks/config/cubenetic.xml.h:9 hacks/config/eruption.xml.h:6 +#: hacks/config/euler2d.xml.h:4 hacks/config/flame.xml.h:7 +#: hacks/config/fluidballs.xml.h:6 hacks/config/kaleidescope.xml.h:3 +#: hacks/config/lisa.xml.h:3 hacks/config/pedal.xml.h:4 +#: hacks/config/petri.xml.h:7 hacks/config/qix.xml.h:8 +#: hacks/config/thornbird.xml.h:3 hacks/config/whirlwindwarp.xml.h:1 +#: hacks/config/xfishtank.xml.h:4 msgid "Few" msgstr "" -#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:8 +#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:9 #: hacks/config/apollonian.xml.h:7 hacks/config/attraction.xml.h:18 #: hacks/config/blaster.xml.h:6 hacks/config/bouboule.xml.h:5 #: hacks/config/braid.xml.h:7 hacks/config/coral.xml.h:9 @@ -949,17 +1013,18 @@ msgstr "" #: hacks/config/deco.xml.h:5 hacks/config/deluxe.xml.h:6 #: hacks/config/demon.xml.h:6 hacks/config/discrete.xml.h:4 #: hacks/config/drift.xml.h:9 hacks/config/epicycle.xml.h:8 -#: hacks/config/euler2d.xml.h:8 hacks/config/fadeplot.xml.h:6 -#: hacks/config/flag.xml.h:5 hacks/config/flame.xml.h:11 -#: hacks/config/flow.xml.h:8 hacks/config/fluidballs.xml.h:13 -#: hacks/config/forest.xml.h:3 hacks/config/galaxy.xml.h:6 -#: hacks/config/grav.xml.h:4 hacks/config/halo.xml.h:4 -#: hacks/config/hopalong.xml.h:15 hacks/config/ifs.xml.h:3 -#: hacks/config/imsmap.xml.h:9 hacks/config/interference.xml.h:11 -#: hacks/config/julia.xml.h:6 hacks/config/kaleidescope.xml.h:5 -#: hacks/config/laser.xml.h:6 hacks/config/lightning.xml.h:3 -#: hacks/config/lisa.xml.h:5 hacks/config/lissie.xml.h:6 -#: hacks/config/loop.xml.h:4 hacks/config/moire.xml.h:5 +#: hacks/config/eruption.xml.h:12 hacks/config/euler2d.xml.h:8 +#: hacks/config/fadeplot.xml.h:6 hacks/config/flag.xml.h:5 +#: hacks/config/flame.xml.h:11 hacks/config/flow.xml.h:8 +#: hacks/config/fluidballs.xml.h:13 hacks/config/forest.xml.h:3 +#: hacks/config/galaxy.xml.h:6 hacks/config/grav.xml.h:4 +#: hacks/config/halo.xml.h:4 hacks/config/hopalong.xml.h:15 +#: hacks/config/ifs.xml.h:3 hacks/config/imsmap.xml.h:9 +#: hacks/config/interference.xml.h:11 hacks/config/julia.xml.h:6 +#: hacks/config/kaleidescope.xml.h:5 hacks/config/laser.xml.h:6 +#: hacks/config/lightning.xml.h:3 hacks/config/lisa.xml.h:5 +#: hacks/config/lissie.xml.h:6 hacks/config/loop.xml.h:4 +#: hacks/config/metaballs.xml.h:6 hacks/config/moire.xml.h:5 #: hacks/config/moire2.xml.h:3 hacks/config/mountain.xml.h:4 #: hacks/config/nerverot.xml.h:15 hacks/config/pedal.xml.h:6 #: hacks/config/penrose.xml.h:7 hacks/config/petri.xml.h:11 @@ -977,111 +1042,131 @@ msgstr "" msgid "Many" msgstr "" -#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:10 +#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:11 #: hacks/config/apollonian.xml.h:8 hacks/config/attraction.xml.h:19 #: hacks/config/bouboule.xml.h:6 hacks/config/braid.xml.h:9 #: hacks/config/critical.xml.h:5 hacks/config/crystal.xml.h:10 #: hacks/config/cynosure.xml.h:7 hacks/config/deco.xml.h:8 #: hacks/config/deluxe.xml.h:7 hacks/config/demon.xml.h:7 #: hacks/config/discrete.xml.h:6 hacks/config/drift.xml.h:10 -#: hacks/config/epicycle.xml.h:9 hacks/config/euler2d.xml.h:9 -#: hacks/config/fadeplot.xml.h:7 hacks/config/flag.xml.h:6 -#: hacks/config/flame.xml.h:12 hacks/config/flow.xml.h:9 -#: hacks/config/forest.xml.h:4 hacks/config/galaxy.xml.h:7 -#: hacks/config/grav.xml.h:5 hacks/config/halo.xml.h:6 -#: hacks/config/hopalong.xml.h:17 hacks/config/ifs.xml.h:4 -#: hacks/config/imsmap.xml.h:10 hacks/config/interference.xml.h:12 -#: hacks/config/julia.xml.h:7 hacks/config/laser.xml.h:8 -#: hacks/config/lightning.xml.h:4 hacks/config/lisa.xml.h:6 -#: hacks/config/lissie.xml.h:7 hacks/config/loop.xml.h:5 +#: hacks/config/epicycle.xml.h:9 hacks/config/eruption.xml.h:14 +#: hacks/config/euler2d.xml.h:9 hacks/config/fadeplot.xml.h:7 +#: hacks/config/flag.xml.h:6 hacks/config/flame.xml.h:12 +#: hacks/config/flow.xml.h:9 hacks/config/forest.xml.h:4 +#: hacks/config/galaxy.xml.h:7 hacks/config/grav.xml.h:5 +#: hacks/config/halo.xml.h:6 hacks/config/hopalong.xml.h:17 +#: hacks/config/ifs.xml.h:4 hacks/config/imsmap.xml.h:10 +#: hacks/config/interference.xml.h:12 hacks/config/julia.xml.h:7 +#: hacks/config/laser.xml.h:8 hacks/config/lightning.xml.h:4 +#: hacks/config/lisa.xml.h:6 hacks/config/lissie.xml.h:7 +#: hacks/config/loop.xml.h:5 hacks/config/metaballs.xml.h:10 #: hacks/config/moire.xml.h:7 hacks/config/moire2.xml.h:5 #: hacks/config/mountain.xml.h:6 hacks/config/penrose.xml.h:8 -#: hacks/config/polyominoes.xml.h:6 hacks/config/rd-bomb.xml.h:13 -#: hacks/config/rocks.xml.h:6 hacks/config/rotor.xml.h:7 -#: hacks/config/shadebobs.xml.h:6 hacks/config/sierpinski.xml.h:5 -#: hacks/config/slip.xml.h:5 hacks/config/sphere.xml.h:4 -#: hacks/config/spiral.xml.h:8 hacks/config/squiral.xml.h:10 -#: hacks/config/starfish.xml.h:6 hacks/config/strange.xml.h:6 -#: hacks/config/swirl.xml.h:5 hacks/config/thornbird.xml.h:5 -#: hacks/config/triangle.xml.h:4 hacks/config/vines.xml.h:3 -#: hacks/config/worm.xml.h:5 hacks/config/xearth.xml.h:17 -#: hacks/config/xfishtank.xml.h:9 +#: hacks/config/polyominoes.xml.h:6 hacks/config/popsquares.xml.h:4 +#: hacks/config/rd-bomb.xml.h:13 hacks/config/rocks.xml.h:6 +#: hacks/config/rotor.xml.h:7 hacks/config/shadebobs.xml.h:6 +#: hacks/config/sierpinski.xml.h:5 hacks/config/slip.xml.h:5 +#: hacks/config/sphere.xml.h:4 hacks/config/spiral.xml.h:8 +#: hacks/config/squiral.xml.h:10 hacks/config/starfish.xml.h:6 +#: hacks/config/strange.xml.h:6 hacks/config/swirl.xml.h:5 +#: hacks/config/thornbird.xml.h:5 hacks/config/triangle.xml.h:4 +#: hacks/config/vines.xml.h:3 hacks/config/worm.xml.h:5 +#: hacks/config/xearth.xml.h:17 hacks/config/xfishtank.xml.h:9 msgid "Number of Colors" msgstr "" -#: hacks/config/anemone.xml.h:7 hacks/config/ant.xml.h:14 +#: hacks/config/anemone.xml.h:7 hacks/config/pyro.xml.h:8 +msgid "Often" +msgstr "" + +#: hacks/config/anemone.xml.h:8 +msgid "Rarely" +msgstr "" + +#: hacks/config/anemone.xml.h:9 hacks/config/ant.xml.h:15 #: hacks/config/apollonian.xml.h:11 hacks/config/atlantis.xml.h:13 -#: hacks/config/attraction.xml.h:26 hacks/config/blaster.xml.h:8 -#: hacks/config/blitspin.xml.h:7 hacks/config/bouboule.xml.h:8 +#: hacks/config/attraction.xml.h:26 hacks/config/atunnel.xml.h:6 +#: hacks/config/barcode.xml.h:6 hacks/config/blaster.xml.h:8 +#: hacks/config/blitspin.xml.h:7 hacks/config/blocktube.xml.h:9 +#: hacks/config/bouboule.xml.h:8 hacks/config/bouncingcow.xml.h:10 #: hacks/config/boxed.xml.h:6 hacks/config/braid.xml.h:11 #: hacks/config/bubble3d.xml.h:5 hacks/config/bubbles.xml.h:10 #: hacks/config/bumps.xml.h:4 hacks/config/cage.xml.h:4 -#: hacks/config/circuit.xml.h:10 hacks/config/compass.xml.h:4 -#: hacks/config/coral.xml.h:12 hacks/config/critical.xml.h:6 -#: hacks/config/crystal.xml.h:11 hacks/config/cubenetic.xml.h:22 +#: hacks/config/circuit.xml.h:10 hacks/config/cloudlife.xml.h:11 +#: hacks/config/compass.xml.h:4 hacks/config/coral.xml.h:12 +#: hacks/config/critical.xml.h:6 hacks/config/crystal.xml.h:11 +#: hacks/config/cubenetic.xml.h:22 hacks/config/cubestorm.xml.h:8 #: hacks/config/cynosure.xml.h:9 hacks/config/dangerball.xml.h:5 #: hacks/config/decayscreen.xml.h:17 hacks/config/deluxe.xml.h:8 #: hacks/config/demon.xml.h:8 hacks/config/discrete.xml.h:7 #: hacks/config/distort.xml.h:11 hacks/config/drift.xml.h:12 -#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:5 -#: hacks/config/epicycle.xml.h:10 hacks/config/euler2d.xml.h:14 -#: hacks/config/extrusion.xml.h:11 hacks/config/fadeplot.xml.h:8 -#: hacks/config/flag.xml.h:7 hacks/config/flame.xml.h:14 -#: hacks/config/flipscreen3d.xml.h:6 hacks/config/flow.xml.h:13 -#: hacks/config/fluidballs.xml.h:18 hacks/config/forest.xml.h:5 +#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:15 +#: hacks/config/epicycle.xml.h:10 hacks/config/eruption.xml.h:19 +#: hacks/config/euler2d.xml.h:14 hacks/config/extrusion.xml.h:11 +#: hacks/config/fadeplot.xml.h:8 hacks/config/flag.xml.h:7 +#: hacks/config/flame.xml.h:14 hacks/config/flipscreen3d.xml.h:6 +#: hacks/config/flow.xml.h:13 hacks/config/fluidballs.xml.h:18 +#: hacks/config/flyingtoasters.xml.h:11 hacks/config/forest.xml.h:5 #: hacks/config/galaxy.xml.h:10 hacks/config/gears.xml.h:7 -#: hacks/config/gflux.xml.h:12 hacks/config/glforestfire.xml.h:14 -#: hacks/config/glplanet.xml.h:6 hacks/config/glsnake.xml.h:12 -#: hacks/config/gltext.xml.h:13 hacks/config/goop.xml.h:10 -#: hacks/config/grav.xml.h:8 hacks/config/greynetic.xml.h:3 -#: hacks/config/halo.xml.h:9 hacks/config/hopalong.xml.h:21 -#: hacks/config/hyperball.xml.h:8 hacks/config/hypercube.xml.h:7 +#: hacks/config/gflux.xml.h:12 hacks/config/glblur.xml.h:14 +#: hacks/config/glforestfire.xml.h:14 hacks/config/glknots.xml.h:17 +#: hacks/config/glmatrix.xml.h:18 hacks/config/glplanet.xml.h:6 +#: hacks/config/glsnake.xml.h:12 hacks/config/gltext.xml.h:13 +#: hacks/config/goop.xml.h:10 hacks/config/grav.xml.h:8 +#: hacks/config/greynetic.xml.h:3 hacks/config/halo.xml.h:9 +#: hacks/config/hopalong.xml.h:21 hacks/config/hyperball.xml.h:8 +#: hacks/config/hypercube.xml.h:7 hacks/config/hypertorus.xml.h:13 #: hacks/config/ifs.xml.h:5 hacks/config/interference.xml.h:14 -#: hacks/config/jigsaw.xml.h:5 hacks/config/juggle.xml.h:7 -#: hacks/config/julia.xml.h:8 hacks/config/kaleidescope.xml.h:7 +#: hacks/config/jigglypuff.xml.h:16 hacks/config/jigsaw.xml.h:5 +#: hacks/config/juggle.xml.h:7 hacks/config/julia.xml.h:8 +#: hacks/config/kaleidescope.xml.h:7 hacks/config/klein.xml.h:7 #: hacks/config/kumppa.xml.h:8 hacks/config/lament.xml.h:6 -#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:26 +#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:27 #: hacks/config/lightning.xml.h:5 hacks/config/lisa.xml.h:8 #: hacks/config/lissie.xml.h:9 hacks/config/lmorph.xml.h:11 #: hacks/config/loop.xml.h:7 hacks/config/maze.xml.h:14 -#: hacks/config/menger.xml.h:16 hacks/config/moebius.xml.h:7 -#: hacks/config/moire2.xml.h:6 hacks/config/molecule.xml.h:22 -#: hacks/config/morph3d.xml.h:6 hacks/config/mountain.xml.h:7 -#: hacks/config/munch.xml.h:7 hacks/config/nerverot.xml.h:20 -#: hacks/config/penetrate.xml.h:6 hacks/config/penrose.xml.h:11 -#: hacks/config/petri.xml.h:23 hacks/config/phosphor.xml.h:6 +#: hacks/config/menger.xml.h:16 hacks/config/metaballs.xml.h:13 +#: hacks/config/moebius.xml.h:7 hacks/config/moire2.xml.h:6 +#: hacks/config/molecule.xml.h:22 hacks/config/morph3d.xml.h:6 +#: hacks/config/mountain.xml.h:7 hacks/config/munch.xml.h:7 +#: hacks/config/nerverot.xml.h:20 hacks/config/penetrate.xml.h:6 +#: hacks/config/penrose.xml.h:11 hacks/config/petri.xml.h:23 +#: hacks/config/phosphor.xml.h:6 hacks/config/piecewise.xml.h:9 #: hacks/config/pipes.xml.h:15 hacks/config/polyominoes.xml.h:10 -#: hacks/config/pulsar.xml.h:15 hacks/config/pyro.xml.h:13 -#: hacks/config/qix.xml.h:19 hacks/config/queens.xml.h:4 -#: hacks/config/rd-bomb.xml.h:17 hacks/config/ripples.xml.h:11 -#: hacks/config/rocks.xml.h:9 hacks/config/rotor.xml.h:11 -#: hacks/config/rubik.xml.h:9 hacks/config/sballs.xml.h:13 -#: hacks/config/shadebobs.xml.h:9 hacks/config/sierpinski.xml.h:7 -#: hacks/config/sierpinski3d.xml.h:8 hacks/config/slidescreen.xml.h:6 -#: hacks/config/slip.xml.h:7 hacks/config/speedmine.xml.h:13 -#: hacks/config/sphere.xml.h:5 hacks/config/spheremonics.xml.h:19 -#: hacks/config/spiral.xml.h:9 hacks/config/spotlight.xml.h:4 -#: hacks/config/sproingies.xml.h:6 hacks/config/squiral.xml.h:14 -#: hacks/config/stairs.xml.h:3 hacks/config/starfish.xml.h:8 -#: hacks/config/starwars.xml.h:12 hacks/config/strange.xml.h:7 -#: hacks/config/superquadrics.xml.h:7 hacks/config/swirl.xml.h:6 -#: hacks/config/t3d.xml.h:11 hacks/config/thornbird.xml.h:7 -#: hacks/config/triangle.xml.h:5 hacks/config/truchet.xml.h:2 -#: hacks/config/twang.xml.h:9 hacks/config/vines.xml.h:4 -#: hacks/config/webcollage.xml.h:7 hacks/config/worm.xml.h:7 -#: hacks/config/xearth.xml.h:22 hacks/config/xfishtank.xml.h:10 -#: hacks/config/xflame.xml.h:5 hacks/config/xjack.xml.h:2 -#: hacks/config/xmatrix.xml.h:14 hacks/config/xmountains.xml.h:4 -#: hacks/config/xrayswarm.xml.h:3 hacks/config/zoom.xml.h:6 +#: hacks/config/popsquares.xml.h:5 hacks/config/pulsar.xml.h:15 +#: hacks/config/pyro.xml.h:13 hacks/config/qix.xml.h:19 +#: hacks/config/queens.xml.h:4 hacks/config/rd-bomb.xml.h:17 +#: hacks/config/ripples.xml.h:11 hacks/config/rocks.xml.h:9 +#: hacks/config/rotor.xml.h:11 hacks/config/rubik.xml.h:9 +#: hacks/config/sballs.xml.h:13 hacks/config/shadebobs.xml.h:9 +#: hacks/config/sierpinski.xml.h:7 hacks/config/sierpinski3d.xml.h:8 +#: hacks/config/slidescreen.xml.h:6 hacks/config/slip.xml.h:7 +#: hacks/config/speedmine.xml.h:13 hacks/config/sphere.xml.h:5 +#: hacks/config/spheremonics.xml.h:19 hacks/config/spiral.xml.h:9 +#: hacks/config/spotlight.xml.h:4 hacks/config/sproingies.xml.h:6 +#: hacks/config/squiral.xml.h:14 hacks/config/stairs.xml.h:3 +#: hacks/config/starfish.xml.h:8 hacks/config/starwars.xml.h:12 +#: hacks/config/strange.xml.h:7 hacks/config/superquadrics.xml.h:8 +#: hacks/config/swirl.xml.h:6 hacks/config/t3d.xml.h:11 +#: hacks/config/thornbird.xml.h:7 hacks/config/triangle.xml.h:5 +#: hacks/config/truchet.xml.h:2 hacks/config/twang.xml.h:9 +#: hacks/config/vines.xml.h:4 hacks/config/webcollage.xml.h:7 +#: hacks/config/worm.xml.h:7 hacks/config/xearth.xml.h:22 +#: hacks/config/xfishtank.xml.h:10 hacks/config/xflame.xml.h:5 +#: hacks/config/xjack.xml.h:2 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xmountains.xml.h:4 hacks/config/xrayswarm.xml.h:3 +#: hacks/config/zoom.xml.h:6 msgid "Slow" msgstr "" -#: hacks/config/anemone.xml.h:8 hacks/config/ant.xml.h:16 +#: hacks/config/anemone.xml.h:10 hacks/config/ant.xml.h:17 #: hacks/config/apollonian.xml.h:12 hacks/config/attraction.xml.h:28 -#: hacks/config/blaster.xml.h:9 hacks/config/bouboule.xml.h:9 -#: hacks/config/braid.xml.h:12 hacks/config/bubble3d.xml.h:6 -#: hacks/config/bubbles.xml.h:11 hacks/config/bumps.xml.h:5 -#: hacks/config/cage.xml.h:6 hacks/config/circuit.xml.h:11 +#: hacks/config/atunnel.xml.h:7 hacks/config/barcode.xml.h:7 +#: hacks/config/blaster.xml.h:9 hacks/config/blocktube.xml.h:11 +#: hacks/config/bouboule.xml.h:9 hacks/config/braid.xml.h:12 +#: hacks/config/bubble3d.xml.h:6 hacks/config/bubbles.xml.h:11 +#: hacks/config/bumps.xml.h:5 hacks/config/cage.xml.h:6 +#: hacks/config/circuit.xml.h:11 hacks/config/cloudlife.xml.h:13 #: hacks/config/compass.xml.h:5 hacks/config/coral.xml.h:14 #: hacks/config/critical.xml.h:7 hacks/config/crystal.xml.h:12 #: hacks/config/cubenetic.xml.h:24 hacks/config/cynosure.xml.h:10 @@ -1089,12 +1174,13 @@ msgstr "" #: hacks/config/deluxe.xml.h:9 hacks/config/demon.xml.h:10 #: hacks/config/discrete.xml.h:9 hacks/config/distort.xml.h:13 #: hacks/config/drift.xml.h:13 hacks/config/endgame.xml.h:6 -#: hacks/config/engine.xml.h:6 hacks/config/epicycle.xml.h:11 -#: hacks/config/euler2d.xml.h:15 hacks/config/extrusion.xml.h:13 -#: hacks/config/fadeplot.xml.h:10 hacks/config/flag.xml.h:9 -#: hacks/config/flame.xml.h:15 hacks/config/flipscreen3d.xml.h:7 -#: hacks/config/flow.xml.h:16 hacks/config/fluidballs.xml.h:20 -#: hacks/config/forest.xml.h:6 hacks/config/galaxy.xml.h:11 +#: hacks/config/engine.xml.h:16 hacks/config/epicycle.xml.h:11 +#: hacks/config/eruption.xml.h:20 hacks/config/euler2d.xml.h:15 +#: hacks/config/extrusion.xml.h:13 hacks/config/fadeplot.xml.h:10 +#: hacks/config/flag.xml.h:9 hacks/config/flame.xml.h:15 +#: hacks/config/flipscreen3d.xml.h:7 hacks/config/flow.xml.h:16 +#: hacks/config/fluidballs.xml.h:20 hacks/config/forest.xml.h:6 +#: hacks/config/galaxy.xml.h:11 hacks/config/glblur.xml.h:17 #: hacks/config/glforestfire.xml.h:15 hacks/config/glplanet.xml.h:8 #: hacks/config/gltext.xml.h:15 hacks/config/goop.xml.h:11 #: hacks/config/grav.xml.h:9 hacks/config/greynetic.xml.h:4 @@ -1102,18 +1188,20 @@ msgstr "" #: hacks/config/hyperball.xml.h:9 hacks/config/hypercube.xml.h:8 #: hacks/config/ifs.xml.h:6 hacks/config/jigsaw.xml.h:7 #: hacks/config/juggle.xml.h:8 hacks/config/julia.xml.h:10 -#: hacks/config/kaleidescope.xml.h:8 hacks/config/kumppa.xml.h:9 -#: hacks/config/lament.xml.h:7 hacks/config/laser.xml.h:11 -#: hacks/config/lavalite.xml.h:29 hacks/config/lightning.xml.h:6 -#: hacks/config/lisa.xml.h:9 hacks/config/lissie.xml.h:11 -#: hacks/config/lmorph.xml.h:12 hacks/config/loop.xml.h:9 -#: hacks/config/menger.xml.h:18 hacks/config/moebius.xml.h:10 +#: hacks/config/kaleidescope.xml.h:8 hacks/config/klein.xml.h:8 +#: hacks/config/kumppa.xml.h:9 hacks/config/lament.xml.h:7 +#: hacks/config/laser.xml.h:11 hacks/config/lavalite.xml.h:30 +#: hacks/config/lightning.xml.h:6 hacks/config/lisa.xml.h:9 +#: hacks/config/lissie.xml.h:11 hacks/config/lmorph.xml.h:12 +#: hacks/config/loop.xml.h:9 hacks/config/menger.xml.h:18 +#: hacks/config/metaballs.xml.h:15 hacks/config/moebius.xml.h:10 #: hacks/config/moire2.xml.h:7 hacks/config/molecule.xml.h:24 #: hacks/config/morph3d.xml.h:7 hacks/config/mountain.xml.h:8 #: hacks/config/munch.xml.h:9 hacks/config/nerverot.xml.h:22 #: hacks/config/penrose.xml.h:12 hacks/config/petri.xml.h:25 -#: hacks/config/phosphor.xml.h:7 hacks/config/pipes.xml.h:16 -#: hacks/config/polyominoes.xml.h:11 hacks/config/pulsar.xml.h:17 +#: hacks/config/phosphor.xml.h:7 hacks/config/piecewise.xml.h:11 +#: hacks/config/pipes.xml.h:16 hacks/config/polyominoes.xml.h:11 +#: hacks/config/popsquares.xml.h:6 hacks/config/pulsar.xml.h:17 #: hacks/config/qix.xml.h:22 hacks/config/queens.xml.h:6 #: hacks/config/rotor.xml.h:12 hacks/config/rubik.xml.h:11 #: hacks/config/sballs.xml.h:14 hacks/config/shadebobs.xml.h:10 @@ -1124,40 +1212,46 @@ msgstr "" #: hacks/config/spotlight.xml.h:5 hacks/config/sproingies.xml.h:8 #: hacks/config/squiral.xml.h:16 hacks/config/stairs.xml.h:5 #: hacks/config/starfish.xml.h:9 hacks/config/strange.xml.h:8 -#: hacks/config/superquadrics.xml.h:9 hacks/config/swirl.xml.h:7 +#: hacks/config/superquadrics.xml.h:10 hacks/config/swirl.xml.h:7 #: hacks/config/t3d.xml.h:13 hacks/config/thornbird.xml.h:8 #: hacks/config/triangle.xml.h:6 hacks/config/truchet.xml.h:3 #: hacks/config/twang.xml.h:10 hacks/config/vines.xml.h:5 -#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:4 +#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:13 #: hacks/config/worm.xml.h:8 hacks/config/xearth.xml.h:25 #: hacks/config/xflame.xml.h:6 hacks/config/xjack.xml.h:3 -#: hacks/config/xmatrix.xml.h:17 hacks/config/xmountains.xml.h:5 +#: hacks/config/xmatrix.xml.h:18 hacks/config/xmountains.xml.h:5 #: hacks/config/xrayswarm.xml.h:4 hacks/config/zoom.xml.h:7 msgid "Speed" msgstr "" -#: hacks/config/anemone.xml.h:9 +#: hacks/config/anemone.xml.h:11 msgid "Tentacles" msgstr "" -#: hacks/config/anemone.xml.h:10 hacks/config/deluxe.xml.h:10 +#: hacks/config/anemone.xml.h:12 hacks/config/cubestorm.xml.h:11 +#: hacks/config/deluxe.xml.h:10 hacks/config/glknots.xml.h:19 #: hacks/config/lmorph.xml.h:13 hacks/config/starfish.xml.h:11 #: hacks/config/thornbird.xml.h:9 msgid "Thick" msgstr "" -#: hacks/config/anemone.xml.h:11 hacks/config/moire2.xml.h:8 -#: hacks/config/thornbird.xml.h:10 +#: hacks/config/anemone.xml.h:13 hacks/config/glknots.xml.h:20 +#: hacks/config/moire2.xml.h:8 hacks/config/thornbird.xml.h:10 msgid "Thickness" msgstr "" -#: hacks/config/anemone.xml.h:12 hacks/config/deluxe.xml.h:11 +#: hacks/config/anemone.xml.h:14 hacks/config/cubestorm.xml.h:12 +#: hacks/config/deluxe.xml.h:11 hacks/config/glknots.xml.h:21 #: hacks/config/lmorph.xml.h:14 hacks/config/starfish.xml.h:12 #: hacks/config/thornbird.xml.h:11 msgid "Thin" msgstr "" -#: hacks/config/anemone.xml.h:13 hacks/config/ant.xml.h:21 +#: hacks/config/anemone.xml.h:15 +msgid "Turn speed" +msgstr "" + +#: hacks/config/anemone.xml.h:16 hacks/config/ant.xml.h:22 #: hacks/config/apollonian.xml.h:13 hacks/config/attraction.xml.h:32 #: hacks/config/bouboule.xml.h:11 hacks/config/braid.xml.h:13 #: hacks/config/critical.xml.h:8 hacks/config/crystal.xml.h:13 @@ -1174,25 +1268,30 @@ msgstr "" #: hacks/config/julia.xml.h:12 hacks/config/laser.xml.h:12 #: hacks/config/lightning.xml.h:8 hacks/config/lisa.xml.h:12 #: hacks/config/lissie.xml.h:13 hacks/config/loop.xml.h:12 -#: hacks/config/moire.xml.h:11 hacks/config/moire2.xml.h:9 -#: hacks/config/mountain.xml.h:9 hacks/config/nerverot.xml.h:23 -#: hacks/config/penrose.xml.h:13 hacks/config/polyominoes.xml.h:12 -#: hacks/config/rd-bomb.xml.h:20 hacks/config/rocks.xml.h:12 -#: hacks/config/rotor.xml.h:13 hacks/config/shadebobs.xml.h:12 -#: hacks/config/sierpinski.xml.h:12 hacks/config/slip.xml.h:12 -#: hacks/config/sphere.xml.h:8 hacks/config/spiral.xml.h:12 -#: hacks/config/squiral.xml.h:18 hacks/config/starfish.xml.h:14 -#: hacks/config/strange.xml.h:11 hacks/config/swirl.xml.h:9 -#: hacks/config/thornbird.xml.h:13 hacks/config/triangle.xml.h:8 -#: hacks/config/vines.xml.h:7 hacks/config/worm.xml.h:9 -#: hacks/config/xearth.xml.h:28 hacks/config/xfishtank.xml.h:11 +#: hacks/config/metaballs.xml.h:16 hacks/config/moire.xml.h:11 +#: hacks/config/moire2.xml.h:9 hacks/config/mountain.xml.h:9 +#: hacks/config/nerverot.xml.h:23 hacks/config/penrose.xml.h:13 +#: hacks/config/polyominoes.xml.h:12 hacks/config/rd-bomb.xml.h:20 +#: hacks/config/rocks.xml.h:12 hacks/config/rotor.xml.h:13 +#: hacks/config/shadebobs.xml.h:12 hacks/config/sierpinski.xml.h:12 +#: hacks/config/slip.xml.h:12 hacks/config/sphere.xml.h:8 +#: hacks/config/spiral.xml.h:12 hacks/config/squiral.xml.h:18 +#: hacks/config/starfish.xml.h:14 hacks/config/strange.xml.h:11 +#: hacks/config/swirl.xml.h:9 hacks/config/thornbird.xml.h:13 +#: hacks/config/triangle.xml.h:8 hacks/config/vines.xml.h:7 +#: hacks/config/worm.xml.h:9 hacks/config/xearth.xml.h:28 +#: hacks/config/xfishtank.xml.h:11 msgid "Two" msgstr "" -#: hacks/config/anemone.xml.h:14 +#: hacks/config/anemone.xml.h:17 msgid "Wiggling tentacles. By Gabriel Finch." msgstr "" +#: hacks/config/anemone.xml.h:18 +msgid "Withdraw freqency" +msgstr "" + #: hacks/config/ant.xml.h:1 msgid "" "A cellular automaton that is really a two-dimensional Turing machine: as the " @@ -1213,59 +1312,66 @@ msgstr "" msgid "Ants Count" msgstr "" -#: hacks/config/ant.xml.h:6 +#: hacks/config/ant.xml.h:5 +msgid "Draw Eyes" +msgstr "" + +#: hacks/config/ant.xml.h:7 msgid "Four Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:7 hacks/config/attraction.xml.h:13 -#: hacks/config/cubenetic.xml.h:11 hacks/config/demon.xml.h:5 -#: hacks/config/discrete.xml.h:3 hacks/config/distort.xml.h:5 -#: hacks/config/fadeplot.xml.h:5 hacks/config/flag.xml.h:4 -#: hacks/config/flow.xml.h:7 hacks/config/fluidballs.xml.h:12 +#: hacks/config/ant.xml.h:8 hacks/config/attraction.xml.h:13 +#: hacks/config/cloudlife.xml.h:7 hacks/config/cubenetic.xml.h:11 +#: hacks/config/demon.xml.h:5 hacks/config/discrete.xml.h:3 +#: hacks/config/distort.xml.h:5 hacks/config/fadeplot.xml.h:5 +#: hacks/config/flag.xml.h:4 hacks/config/flow.xml.h:7 +#: hacks/config/fluidballs.xml.h:12 hacks/config/halftone.xml.h:8 #: hacks/config/hopalong.xml.h:13 hacks/config/interference.xml.h:8 #: hacks/config/julia.xml.h:5 hacks/config/lissie.xml.h:4 #: hacks/config/loop.xml.h:2 hacks/config/moire.xml.h:4 -#: hacks/config/rd-bomb.xml.h:11 hacks/config/rorschach.xml.h:5 -#: hacks/config/rubik.xml.h:4 hacks/config/sierpinski.xml.h:3 -#: hacks/config/slip.xml.h:3 +#: hacks/config/piecewise.xml.h:5 hacks/config/rd-bomb.xml.h:11 +#: hacks/config/rorschach.xml.h:5 hacks/config/rubik.xml.h:4 +#: hacks/config/sierpinski.xml.h:3 hacks/config/slip.xml.h:3 msgid "Large" msgstr "" -#: hacks/config/ant.xml.h:9 +#: hacks/config/ant.xml.h:10 msgid "Nine Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:11 +#: hacks/config/ant.xml.h:12 msgid "Random Cell Shape" msgstr "" -#: hacks/config/ant.xml.h:12 hacks/config/speedmine.xml.h:11 +#: hacks/config/ant.xml.h:13 hacks/config/speedmine.xml.h:11 msgid "Sharp Turns" msgstr "" -#: hacks/config/ant.xml.h:13 +#: hacks/config/ant.xml.h:14 msgid "Six Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:15 hacks/config/attraction.xml.h:27 -#: hacks/config/cubenetic.xml.h:23 hacks/config/demon.xml.h:9 -#: hacks/config/discrete.xml.h:8 hacks/config/distort.xml.h:12 -#: hacks/config/fadeplot.xml.h:9 hacks/config/flag.xml.h:8 -#: hacks/config/flow.xml.h:15 hacks/config/fluidballs.xml.h:19 +#: hacks/config/ant.xml.h:16 hacks/config/attraction.xml.h:27 +#: hacks/config/cloudlife.xml.h:12 hacks/config/cubenetic.xml.h:23 +#: hacks/config/demon.xml.h:9 hacks/config/discrete.xml.h:8 +#: hacks/config/distort.xml.h:12 hacks/config/fadeplot.xml.h:9 +#: hacks/config/flag.xml.h:8 hacks/config/flow.xml.h:15 +#: hacks/config/fluidballs.xml.h:19 hacks/config/halftone.xml.h:14 #: hacks/config/hopalong.xml.h:22 hacks/config/interference.xml.h:15 #: hacks/config/julia.xml.h:9 hacks/config/lissie.xml.h:10 -#: hacks/config/loop.xml.h:8 hacks/config/moire.xml.h:9 +#: hacks/config/loop.xml.h:8 hacks/config/metaballs.xml.h:14 +#: hacks/config/moire.xml.h:9 hacks/config/piecewise.xml.h:10 #: hacks/config/rd-bomb.xml.h:18 hacks/config/rorschach.xml.h:8 #: hacks/config/rubik.xml.h:10 hacks/config/sierpinski.xml.h:8 #: hacks/config/slip.xml.h:8 msgid "Small" msgstr "" -#: hacks/config/ant.xml.h:17 +#: hacks/config/ant.xml.h:18 msgid "Three Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:18 hacks/config/demon.xml.h:12 +#: hacks/config/ant.xml.h:19 hacks/config/demon.xml.h:12 #: hacks/config/discrete.xml.h:10 hacks/config/fadeplot.xml.h:11 #: hacks/config/flag.xml.h:12 hacks/config/flow.xml.h:17 #: hacks/config/lissie.xml.h:12 hacks/config/loop.xml.h:11 @@ -1274,11 +1380,11 @@ msgstr "" msgid "Timeout" msgstr "" -#: hacks/config/ant.xml.h:19 +#: hacks/config/ant.xml.h:20 msgid "Truchet Lines" msgstr "" -#: hacks/config/ant.xml.h:20 +#: hacks/config/ant.xml.h:21 msgid "Twelve Sided Cells" msgstr "" @@ -1348,23 +1454,30 @@ msgstr "" msgid "Shimmering Water" msgstr "" -#: hacks/config/atlantis.xml.h:11 hacks/config/boxed.xml.h:5 +#: hacks/config/atlantis.xml.h:11 hacks/config/atunnel.xml.h:5 +#: hacks/config/blocktube.xml.h:8 hacks/config/boxed.xml.h:5 #: hacks/config/bubble3d.xml.h:4 hacks/config/cage.xml.h:3 #: hacks/config/circuit.xml.h:9 hacks/config/cubenetic.xml.h:21 -#: hacks/config/dangerball.xml.h:4 hacks/config/endgame.xml.h:4 -#: hacks/config/engine.xml.h:4 hacks/config/extrusion.xml.h:10 -#: hacks/config/flipscreen3d.xml.h:5 hacks/config/fluidballs.xml.h:17 -#: hacks/config/gears.xml.h:6 hacks/config/gflux.xml.h:11 -#: hacks/config/glforestfire.xml.h:13 hacks/config/glplanet.xml.h:5 -#: hacks/config/glsnake.xml.h:10 hacks/config/gltext.xml.h:12 -#: hacks/config/lament.xml.h:5 hacks/config/menger.xml.h:15 -#: hacks/config/moebius.xml.h:6 hacks/config/molecule.xml.h:21 -#: hacks/config/morph3d.xml.h:5 hacks/config/pipes.xml.h:14 -#: hacks/config/pulsar.xml.h:14 hacks/config/queens.xml.h:3 -#: hacks/config/rubik.xml.h:6 hacks/config/sballs.xml.h:12 -#: hacks/config/sierpinski3d.xml.h:6 hacks/config/spheremonics.xml.h:18 -#: hacks/config/sproingies.xml.h:4 hacks/config/stairs.xml.h:2 -#: hacks/config/starwars.xml.h:11 hacks/config/superquadrics.xml.h:6 +#: hacks/config/cubestorm.xml.h:7 hacks/config/dangerball.xml.h:4 +#: hacks/config/endgame.xml.h:4 hacks/config/engine.xml.h:14 +#: hacks/config/extrusion.xml.h:10 hacks/config/flipscreen3d.xml.h:5 +#: hacks/config/fluidballs.xml.h:17 hacks/config/flurry.xml.h:9 +#: hacks/config/flyingtoasters.xml.h:10 hacks/config/gears.xml.h:6 +#: hacks/config/gflux.xml.h:11 hacks/config/glblur.xml.h:13 +#: hacks/config/glforestfire.xml.h:13 hacks/config/glknots.xml.h:16 +#: hacks/config/glmatrix.xml.h:17 hacks/config/glplanet.xml.h:5 +#: hacks/config/glslideshow.xml.h:18 hacks/config/glsnake.xml.h:10 +#: hacks/config/gltext.xml.h:12 hacks/config/hypertorus.xml.h:12 +#: hacks/config/jigglypuff.xml.h:15 hacks/config/klein.xml.h:6 +#: hacks/config/lament.xml.h:5 hacks/config/lavalite.xml.h:26 +#: hacks/config/menger.xml.h:15 hacks/config/moebius.xml.h:6 +#: hacks/config/molecule.xml.h:21 hacks/config/morph3d.xml.h:5 +#: hacks/config/pipes.xml.h:14 hacks/config/pulsar.xml.h:14 +#: hacks/config/queens.xml.h:3 hacks/config/rubik.xml.h:6 +#: hacks/config/sballs.xml.h:12 hacks/config/sierpinski3d.xml.h:6 +#: hacks/config/spheremonics.xml.h:18 hacks/config/sproingies.xml.h:4 +#: hacks/config/stairs.xml.h:2 hacks/config/starwars.xml.h:11 +#: hacks/config/superquadrics.xml.h:7 msgid "Show Frames-per-Second" msgstr "" @@ -1374,13 +1487,14 @@ msgstr "" #: hacks/config/atlantis.xml.h:14 hacks/config/boxed.xml.h:7 #: hacks/config/cage.xml.h:5 hacks/config/extrusion.xml.h:12 -#: hacks/config/gears.xml.h:8 hacks/config/glplanet.xml.h:7 -#: hacks/config/glsnake.xml.h:13 hacks/config/gltext.xml.h:14 -#: hacks/config/menger.xml.h:17 hacks/config/molecule.xml.h:23 -#: hacks/config/munch.xml.h:8 hacks/config/sierpinski3d.xml.h:9 -#: hacks/config/speedmine.xml.h:14 hacks/config/spheremonics.xml.h:21 -#: hacks/config/sproingies.xml.h:7 hacks/config/stairs.xml.h:4 -#: hacks/config/stonerview.xml.h:2 hacks/config/superquadrics.xml.h:8 +#: hacks/config/gears.xml.h:8 hacks/config/glblur.xml.h:15 +#: hacks/config/glplanet.xml.h:7 hacks/config/glsnake.xml.h:13 +#: hacks/config/gltext.xml.h:14 hacks/config/menger.xml.h:17 +#: hacks/config/molecule.xml.h:23 hacks/config/munch.xml.h:8 +#: hacks/config/sierpinski3d.xml.h:9 hacks/config/speedmine.xml.h:14 +#: hacks/config/spheremonics.xml.h:21 hacks/config/sproingies.xml.h:7 +#: hacks/config/stairs.xml.h:4 hacks/config/stonerview.xml.h:2 +#: hacks/config/superquadrics.xml.h:9 msgid "Solid" msgstr "" @@ -1395,18 +1509,22 @@ msgstr "" msgid "Whale Speed" msgstr "" -#: hacks/config/atlantis.xml.h:17 hacks/config/boxed.xml.h:8 -#: hacks/config/cage.xml.h:8 hacks/config/dangerball.xml.h:11 -#: hacks/config/extrusion.xml.h:19 hacks/config/gears.xml.h:11 -#: hacks/config/glforestfire.xml.h:20 hacks/config/glplanet.xml.h:11 +#: hacks/config/atlantis.xml.h:17 hacks/config/atunnel.xml.h:10 +#: hacks/config/blocktube.xml.h:13 hacks/config/boxed.xml.h:8 +#: hacks/config/cage.xml.h:8 hacks/config/cubestorm.xml.h:14 +#: hacks/config/dangerball.xml.h:11 hacks/config/extrusion.xml.h:19 +#: hacks/config/flyingtoasters.xml.h:14 hacks/config/gears.xml.h:11 +#: hacks/config/glblur.xml.h:20 hacks/config/glforestfire.xml.h:20 +#: hacks/config/glknots.xml.h:23 hacks/config/glplanet.xml.h:11 #: hacks/config/glsnake.xml.h:16 hacks/config/gltext.xml.h:18 -#: hacks/config/lament.xml.h:9 hacks/config/lavalite.xml.h:31 -#: hacks/config/menger.xml.h:21 hacks/config/moebius.xml.h:11 -#: hacks/config/molecule.xml.h:26 hacks/config/pulsar.xml.h:20 -#: hacks/config/sballs.xml.h:18 hacks/config/sierpinski3d.xml.h:12 -#: hacks/config/speedmine.xml.h:18 hacks/config/spheremonics.xml.h:26 -#: hacks/config/sproingies.xml.h:10 hacks/config/stairs.xml.h:7 -#: hacks/config/stonerview.xml.h:4 hacks/config/superquadrics.xml.h:11 +#: hacks/config/jigglypuff.xml.h:25 hacks/config/lament.xml.h:9 +#: hacks/config/lavalite.xml.h:32 hacks/config/menger.xml.h:21 +#: hacks/config/moebius.xml.h:11 hacks/config/molecule.xml.h:26 +#: hacks/config/pulsar.xml.h:20 hacks/config/sballs.xml.h:18 +#: hacks/config/sierpinski3d.xml.h:12 hacks/config/speedmine.xml.h:18 +#: hacks/config/spheremonics.xml.h:26 hacks/config/sproingies.xml.h:10 +#: hacks/config/stairs.xml.h:7 hacks/config/stonerview.xml.h:4 +#: hacks/config/superquadrics.xml.h:12 msgid "Wireframe" msgstr "" @@ -1422,7 +1540,7 @@ msgstr "" msgid "Ball Mass" msgstr "" -#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:2 +#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:3 msgid "Balls" msgstr "" @@ -1445,16 +1563,18 @@ msgid "Filled Splines" msgstr "" #: hacks/config/attraction.xml.h:10 hacks/config/ccurve.xml.h:9 -#: hacks/config/cubenetic.xml.h:10 hacks/config/euler2d.xml.h:5 -#: hacks/config/flame.xml.h:9 hacks/config/goop.xml.h:6 -#: hacks/config/hopalong.xml.h:10 hacks/config/hyperball.xml.h:3 -#: hacks/config/hypercube.xml.h:3 hacks/config/interference.xml.h:6 +#: hacks/config/cloudlife.xml.h:5 hacks/config/cubenetic.xml.h:10 +#: hacks/config/euler2d.xml.h:5 hacks/config/flame.xml.h:9 +#: hacks/config/glslideshow.xml.h:13 hacks/config/goop.xml.h:6 +#: hacks/config/halftone.xml.h:7 hacks/config/hopalong.xml.h:10 +#: hacks/config/hyperball.xml.h:3 hacks/config/hypercube.xml.h:3 +#: hacks/config/interference.xml.h:6 hacks/config/jigglypuff.xml.h:8 #: hacks/config/kumppa.xml.h:4 hacks/config/lavalite.xml.h:12 #: hacks/config/nerverot.xml.h:11 hacks/config/petri.xml.h:8 #: hacks/config/pyro.xml.h:5 hacks/config/qix.xml.h:10 #: hacks/config/speedmine.xml.h:5 hacks/config/spheremonics.xml.h:6 #: hacks/config/spiral.xml.h:4 hacks/config/squiral.xml.h:6 -#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:4 +#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:5 #: hacks/config/t3d.xml.h:7 hacks/config/twang.xml.h:5 #: hacks/config/wander.xml.h:8 msgid "High" @@ -1484,15 +1604,17 @@ msgstr "" #: hacks/config/attraction.xml.h:15 hacks/config/deluxe.xml.h:5 #: hacks/config/lmorph.xml.h:7 hacks/config/pedal.xml.h:5 -#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:3 +#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:10 msgid "Lines" msgstr "" -#: hacks/config/attraction.xml.h:16 hacks/config/braid.xml.h:6 -#: hacks/config/cynosure.xml.h:5 hacks/config/drift.xml.h:8 +#: hacks/config/attraction.xml.h:16 hacks/config/blocktube.xml.h:5 +#: hacks/config/braid.xml.h:6 hacks/config/cynosure.xml.h:5 +#: hacks/config/drift.xml.h:8 hacks/config/eruption.xml.h:11 #: hacks/config/euler2d.xml.h:6 hacks/config/galaxy.xml.h:5 -#: hacks/config/juggle.xml.h:5 hacks/config/laser.xml.h:5 -#: hacks/config/menger.xml.h:4 hacks/config/munch.xml.h:4 +#: hacks/config/juggle.xml.h:5 hacks/config/klein.xml.h:4 +#: hacks/config/laser.xml.h:5 hacks/config/menger.xml.h:4 +#: hacks/config/metaballs.xml.h:5 hacks/config/munch.xml.h:4 #: hacks/config/nerverot.xml.h:13 hacks/config/petri.xml.h:9 #: hacks/config/polyominoes.xml.h:4 hacks/config/rotor.xml.h:5 #: hacks/config/shadebobs.xml.h:4 hacks/config/sierpinski3d.xml.h:3 @@ -1502,16 +1624,18 @@ msgid "Long" msgstr "" #: hacks/config/attraction.xml.h:17 hacks/config/ccurve.xml.h:10 -#: hacks/config/cubenetic.xml.h:12 hacks/config/euler2d.xml.h:7 -#: hacks/config/flame.xml.h:10 hacks/config/goop.xml.h:7 -#: hacks/config/hopalong.xml.h:14 hacks/config/hyperball.xml.h:6 -#: hacks/config/hypercube.xml.h:5 hacks/config/interference.xml.h:9 +#: hacks/config/cloudlife.xml.h:8 hacks/config/cubenetic.xml.h:12 +#: hacks/config/euler2d.xml.h:7 hacks/config/flame.xml.h:10 +#: hacks/config/glslideshow.xml.h:15 hacks/config/goop.xml.h:7 +#: hacks/config/halftone.xml.h:9 hacks/config/hopalong.xml.h:14 +#: hacks/config/hyperball.xml.h:6 hacks/config/hypercube.xml.h:5 +#: hacks/config/interference.xml.h:9 hacks/config/jigglypuff.xml.h:11 #: hacks/config/kumppa.xml.h:6 hacks/config/lavalite.xml.h:14 #: hacks/config/nerverot.xml.h:14 hacks/config/petri.xml.h:10 #: hacks/config/pyro.xml.h:7 hacks/config/qix.xml.h:13 #: hacks/config/speedmine.xml.h:6 hacks/config/spheremonics.xml.h:8 #: hacks/config/spiral.xml.h:5 hacks/config/squiral.xml.h:8 -#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:5 +#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:6 #: hacks/config/t3d.xml.h:8 hacks/config/twang.xml.h:7 #: hacks/config/wander.xml.h:11 msgid "Low" @@ -1537,10 +1661,12 @@ msgstr "" msgid "Repulsion Threshold" msgstr "" -#: hacks/config/attraction.xml.h:25 hacks/config/braid.xml.h:10 -#: hacks/config/cynosure.xml.h:8 hacks/config/drift.xml.h:11 +#: hacks/config/attraction.xml.h:25 hacks/config/blocktube.xml.h:7 +#: hacks/config/braid.xml.h:10 hacks/config/cynosure.xml.h:8 +#: hacks/config/drift.xml.h:11 hacks/config/eruption.xml.h:18 #: hacks/config/euler2d.xml.h:12 hacks/config/galaxy.xml.h:8 -#: hacks/config/laser.xml.h:9 hacks/config/menger.xml.h:14 +#: hacks/config/klein.xml.h:5 hacks/config/laser.xml.h:9 +#: hacks/config/menger.xml.h:14 hacks/config/metaballs.xml.h:12 #: hacks/config/munch.xml.h:6 hacks/config/nerverot.xml.h:19 #: hacks/config/petri.xml.h:22 hacks/config/polyominoes.xml.h:9 #: hacks/config/rotor.xml.h:9 hacks/config/shadebobs.xml.h:8 @@ -1562,6 +1688,54 @@ msgstr "" msgid "Trail Length" msgstr "" +#: hacks/config/atunnel.xml.h:1 +msgid "Atunnel" +msgstr "" + +#: hacks/config/atunnel.xml.h:2 +msgid "" +"Draws an animation of a textured tunnel in GL. Requires OpenGL, and a " +"machine with fast hardware support for texture maps. Written by Eric " +"Lassauge and Roman Podobedov." +msgstr "" + +#: hacks/config/atunnel.xml.h:4 hacks/config/distort.xml.h:9 +#: hacks/config/glforestfire.xml.h:10 hacks/config/lament.xml.h:4 +#: hacks/config/sballs.xml.h:6 +msgid "Normal" +msgstr "" + +#: hacks/config/atunnel.xml.h:8 hacks/config/glforestfire.xml.h:18 +#: hacks/config/lament.xml.h:8 hacks/config/sballs.xml.h:17 +msgid "Untextured" +msgstr "" + +#: hacks/config/atunnel.xml.h:9 +msgid "Use light" +msgstr "" + +#: hacks/config/barcode.xml.h:1 +msgid "Barcode" +msgstr "" + +#: hacks/config/barcode.xml.h:2 +msgid "Barcode Clock (24 Hour)" +msgstr "" + +#: hacks/config/barcode.xml.h:3 +msgid "Barcode Clock (AM/PM)" +msgstr "" + +#: hacks/config/barcode.xml.h:5 +msgid "Scrolling Barcodes" +msgstr "" + +#: hacks/config/barcode.xml.h:8 +msgid "" +"This draws a random sequence of colorful barcodes scrolling across your " +"screen. CONSUME! By Dan Bornstein." +msgstr "" + #: hacks/config/blaster.xml.h:1 msgid "Blaster" msgstr "" @@ -1618,6 +1792,32 @@ msgid "" "image and rotate that." msgstr "" +#: hacks/config/blocktube.xml.h:1 +msgid "BlockTube" +msgstr "" + +#: hacks/config/blocktube.xml.h:2 +msgid "Color Change Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:3 +msgid "Color Hold Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:6 +msgid "Reflective Blocks" +msgstr "" + +#: hacks/config/blocktube.xml.h:10 +msgid "Solid Blocks" +msgstr "" + +#: hacks/config/blocktube.xml.h:12 +msgid "" +"This hack draws a swirling, falling tunnel of reflective slabs. They fade " +"from hue to hue. Written by Lars R. Damerow." +msgstr "" + #: hacks/config/bouboule.xml.h:1 msgid "Bouboule" msgstr "" @@ -1636,13 +1836,48 @@ msgid "" "spots painted on its invisible surface. Written by Jeremie Petit." msgstr "" -#: hacks/config/boxed.xml.h:1 hacks/config/gears.xml.h:1 -#: hacks/config/gflux.xml.h:1 hacks/config/pyro.xml.h:1 +#: hacks/config/bouncingcow.xml.h:1 +msgid "A Cow. A Trampoline. Together, they fight crime. By Jamie Zawinski." +msgstr "" + +#: hacks/config/bouncingcow.xml.h:2 hacks/config/boxed.xml.h:1 +#: hacks/config/cubestorm.xml.h:1 hacks/config/flyingtoasters.xml.h:3 +#: hacks/config/gears.xml.h:1 hacks/config/gflux.xml.h:1 +#: hacks/config/glknots.xml.h:1 hacks/config/glmatrix.xml.h:1 +#: hacks/config/jigglypuff.xml.h:1 hacks/config/pyro.xml.h:1 #: hacks/config/rd-bomb.xml.h:6 hacks/config/rocks.xml.h:1 #: hacks/config/starwars.xml.h:1 hacks/config/xfishtank.xml.h:1 msgid "Animation Speed" msgstr "" +#: hacks/config/bouncingcow.xml.h:3 +msgid "Beefy Cow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:4 +msgid "Bounce Speed" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:5 +msgid "BouncingCow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:7 +msgid "Herd" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:8 +msgid "Moo" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:9 +msgid "Number of Cows" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:11 +msgid "Wireframe Cow" +msgstr "" + #: hacks/config/boxed.xml.h:2 msgid "Boxed" msgstr "" @@ -1663,23 +1898,24 @@ msgid "" "Neil." msgstr "" -#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:8 +#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:9 #: hacks/config/ccurve.xml.h:7 hacks/config/coral.xml.h:6 #: hacks/config/cynosure.xml.h:3 hacks/config/deco.xml.h:4 #: hacks/config/drift.xml.h:2 hacks/config/epicycle.xml.h:3 -#: hacks/config/euler2d.xml.h:1 hacks/config/flame.xml.h:5 -#: hacks/config/galaxy.xml.h:2 hacks/config/glsnake.xml.h:4 -#: hacks/config/helix.xml.h:3 hacks/config/hopalong.xml.h:2 -#: hacks/config/imsmap.xml.h:6 hacks/config/laser.xml.h:2 -#: hacks/config/menger.xml.h:2 hacks/config/moire.xml.h:3 -#: hacks/config/molecule.xml.h:9 hacks/config/munch.xml.h:2 -#: hacks/config/nerverot.xml.h:8 hacks/config/pedal.xml.h:3 -#: hacks/config/penrose.xml.h:5 hacks/config/polyominoes.xml.h:1 -#: hacks/config/rorschach.xml.h:3 hacks/config/rotzoomer.xml.h:5 -#: hacks/config/shadebobs.xml.h:2 hacks/config/sierpinski3d.xml.h:1 -#: hacks/config/spheremonics.xml.h:4 hacks/config/starfish.xml.h:2 -#: hacks/config/vidwhacker.xml.h:3 hacks/config/wander.xml.h:7 -#: hacks/config/xspirograph.xml.h:3 +#: hacks/config/eruption.xml.h:3 hacks/config/euler2d.xml.h:1 +#: hacks/config/flame.xml.h:5 hacks/config/galaxy.xml.h:2 +#: hacks/config/glsnake.xml.h:4 hacks/config/helix.xml.h:3 +#: hacks/config/hopalong.xml.h:2 hacks/config/imsmap.xml.h:6 +#: hacks/config/klein.xml.h:1 hacks/config/laser.xml.h:2 +#: hacks/config/menger.xml.h:2 hacks/config/metaballs.xml.h:3 +#: hacks/config/moire.xml.h:3 hacks/config/molecule.xml.h:9 +#: hacks/config/munch.xml.h:2 hacks/config/nerverot.xml.h:8 +#: hacks/config/pedal.xml.h:3 hacks/config/penrose.xml.h:5 +#: hacks/config/polyominoes.xml.h:1 hacks/config/rorschach.xml.h:3 +#: hacks/config/rotzoomer.xml.h:5 hacks/config/shadebobs.xml.h:2 +#: hacks/config/sierpinski3d.xml.h:1 hacks/config/spheremonics.xml.h:4 +#: hacks/config/starfish.xml.h:2 hacks/config/vidwhacker.xml.h:3 +#: hacks/config/wander.xml.h:7 hacks/config/xspirograph.xml.h:3 msgid "Duration" msgstr "" @@ -1706,61 +1942,81 @@ msgid "AmigaDOS" msgstr "" #: hacks/config/bsod.xml.h:4 -msgid "Atari" +msgid "Apple II" msgstr "" #: hacks/config/bsod.xml.h:5 -msgid "BSD" +msgid "Atari" msgstr "" #: hacks/config/bsod.xml.h:6 -msgid "BSOD" +msgid "BSD" msgstr "" #: hacks/config/bsod.xml.h:7 +msgid "BSOD" +msgstr "" + +#: hacks/config/bsod.xml.h:8 msgid "" "BSOD stands for ``Blue Screen of Death.'' The finest in personal computer " "emulation, this hack simulates popular screen savers from a number of less " "robust operating systems. Written by Jamie Zawinski." msgstr "" -#: hacks/config/bsod.xml.h:9 -msgid "Mac Bomb" -msgstr "" - #: hacks/config/bsod.xml.h:10 -msgid "MacsBug" +msgid "HPUX" msgstr "" #: hacks/config/bsod.xml.h:11 -msgid "NCD X Terminal" +msgid "Linux" msgstr "" #: hacks/config/bsod.xml.h:12 -msgid "SCO" +msgid "Mac Bomb" msgstr "" #: hacks/config/bsod.xml.h:13 -msgid "Sad Mac" +msgid "MacOS X" msgstr "" #: hacks/config/bsod.xml.h:14 -msgid "Solaris" +msgid "MacsBug" msgstr "" #: hacks/config/bsod.xml.h:15 -msgid "Sparc Linux" +msgid "NCD X Terminal" msgstr "" #: hacks/config/bsod.xml.h:16 -msgid "Windows" +msgid "OS/390" msgstr "" #: hacks/config/bsod.xml.h:17 -msgid "Windows 2000" +msgid "SCO" msgstr "" #: hacks/config/bsod.xml.h:18 +msgid "Sad Mac" +msgstr "" + +#: hacks/config/bsod.xml.h:19 +msgid "Solaris" +msgstr "" + +#: hacks/config/bsod.xml.h:20 +msgid "Sparc Linux" +msgstr "" + +#: hacks/config/bsod.xml.h:21 +msgid "Windows 2000" +msgstr "" + +#: hacks/config/bsod.xml.h:22 +msgid "Windows 3.1" +msgstr "" + +#: hacks/config/bsod.xml.h:23 msgid "Windows NT" msgstr "" @@ -1857,7 +2113,7 @@ msgstr "" #: hacks/config/ccurve.xml.h:6 hacks/config/coral.xml.h:5 #: hacks/config/imsmap.xml.h:5 hacks/config/kumppa.xml.h:1 #: hacks/config/qix.xml.h:6 hacks/config/squiral.xml.h:2 -#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:3 +#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:2 msgid "Density" msgstr "" @@ -1896,18 +2152,54 @@ msgstr "" msgid "Rotation Speed" msgstr "" -#: hacks/config/circuit.xml.h:12 hacks/config/dangerball.xml.h:9 -#: hacks/config/engine.xml.h:7 +#: hacks/config/circuit.xml.h:12 hacks/config/cubestorm.xml.h:9 +#: hacks/config/dangerball.xml.h:9 hacks/config/engine.xml.h:17 +#: hacks/config/klein.xml.h:9 hacks/config/whirlygig.xml.h:14 msgid "Spin" msgstr "" +#: hacks/config/cloudlife.xml.h:1 hacks/config/demon.xml.h:2 +#: hacks/config/petri.xml.h:1 +msgid "Cell Size" +msgstr "" + +#: hacks/config/cloudlife.xml.h:2 +msgid "CloudLife" +msgstr "" + +#: hacks/config/cloudlife.xml.h:4 +msgid "" +"Generates cloud-like formations based on a variant of Conway's Life. The " +"difference is that cells have a maximum age, after which they count as 3 for " +"populating the next generation. This makes long-lived formations explode " +"instead of just sitting there burning a hole in your screen. Written by Don " +"Marti." +msgstr "" + +#: hacks/config/cloudlife.xml.h:6 +msgid "Initial Density" +msgstr "" + +#: hacks/config/cloudlife.xml.h:9 +msgid "Max Age" +msgstr "" + +#: hacks/config/cloudlife.xml.h:10 +msgid "Old" +msgstr "" + +#: hacks/config/cloudlife.xml.h:14 +msgid "Young" +msgstr "" + #: hacks/config/compass.xml.h:1 msgid "Compass" msgstr "" #: hacks/config/compass.xml.h:2 hacks/config/deluxe.xml.h:3 #: hacks/config/interference.xml.h:4 hacks/config/kumppa.xml.h:2 -#: hacks/config/nerverot.xml.h:6 hacks/config/pipes.xml.h:4 +#: hacks/config/nerverot.xml.h:6 hacks/config/piecewise.xml.h:3 +#: hacks/config/pipes.xml.h:4 msgid "Double Buffer" msgstr "" @@ -1927,10 +2219,10 @@ msgid "1 Minute" msgstr "" #: hacks/config/coral.xml.h:2 hacks/config/deco.xml.h:2 -#: hacks/config/helix.xml.h:2 hacks/config/imsmap.xml.h:2 -#: hacks/config/moire.xml.h:2 hacks/config/pedal.xml.h:2 -#: hacks/config/penrose.xml.h:1 hacks/config/rorschach.xml.h:2 -#: hacks/config/xspirograph.xml.h:2 +#: hacks/config/glslideshow.xml.h:1 hacks/config/helix.xml.h:2 +#: hacks/config/imsmap.xml.h:2 hacks/config/moire.xml.h:2 +#: hacks/config/pedal.xml.h:2 hacks/config/penrose.xml.h:1 +#: hacks/config/rorschach.xml.h:2 hacks/config/xspirograph.xml.h:2 msgid "1 Second" msgstr "" @@ -1939,6 +2231,7 @@ msgid "Coral" msgstr "" #: hacks/config/coral.xml.h:4 hacks/config/gflux.xml.h:3 +#: hacks/config/glblur.xml.h:2 hacks/config/glmatrix.xml.h:3 #: hacks/config/imsmap.xml.h:4 hacks/config/lavalite.xml.h:6 #: hacks/config/pyro.xml.h:2 hacks/config/qix.xml.h:5 #: hacks/config/squiral.xml.h:1 hacks/config/xearth.xml.h:4 @@ -1955,10 +2248,11 @@ msgid "" msgstr "" #: hacks/config/coral.xml.h:13 hacks/config/gflux.xml.h:13 -#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:28 +#: hacks/config/glblur.xml.h:16 hacks/config/glmatrix.xml.h:19 +#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:29 #: hacks/config/pyro.xml.h:14 hacks/config/qix.xml.h:21 #: hacks/config/squiral.xml.h:15 hacks/config/xearth.xml.h:24 -#: hacks/config/xmatrix.xml.h:16 +#: hacks/config/xmatrix.xml.h:17 msgid "Sparse" msgstr "" @@ -1992,13 +2286,13 @@ msgstr "" #: hacks/config/grav.xml.h:1 hacks/config/julia.xml.h:1 #: hacks/config/laser.xml.h:1 hacks/config/lisa.xml.h:1 #: hacks/config/lissie.xml.h:2 hacks/config/morph3d.xml.h:2 -#: hacks/config/mountain.xml.h:1 hacks/config/qix.xml.h:4 -#: hacks/config/rocks.xml.h:2 hacks/config/rotor.xml.h:2 -#: hacks/config/rubik.xml.h:1 hacks/config/shadebobs.xml.h:1 -#: hacks/config/sierpinski.xml.h:1 hacks/config/slip.xml.h:1 -#: hacks/config/spiral.xml.h:1 hacks/config/sproingies.xml.h:1 -#: hacks/config/superquadrics.xml.h:1 hacks/config/swirl.xml.h:1 -#: hacks/config/worm.xml.h:2 +#: hacks/config/mountain.xml.h:1 hacks/config/piecewise.xml.h:2 +#: hacks/config/qix.xml.h:4 hacks/config/rocks.xml.h:2 +#: hacks/config/rotor.xml.h:2 hacks/config/rubik.xml.h:1 +#: hacks/config/shadebobs.xml.h:1 hacks/config/sierpinski.xml.h:1 +#: hacks/config/slip.xml.h:1 hacks/config/spiral.xml.h:1 +#: hacks/config/sproingies.xml.h:1 hacks/config/superquadrics.xml.h:1 +#: hacks/config/swirl.xml.h:1 hacks/config/worm.xml.h:2 msgid "Count" msgstr "" @@ -2049,7 +2343,8 @@ msgstr "" msgid "Display Wireframe" msgstr "" -#: hacks/config/cubenetic.xml.h:6 hacks/config/gltext.xml.h:2 +#: hacks/config/cubenetic.xml.h:6 hacks/config/glblur.xml.h:3 +#: hacks/config/glknots.xml.h:2 hacks/config/gltext.xml.h:2 #: hacks/config/lavalite.xml.h:7 hacks/config/menger.xml.h:1 #: hacks/config/molecule.xml.h:4 hacks/config/spheremonics.xml.h:1 msgid "Don't Rotate" @@ -2062,43 +2357,50 @@ msgid "" "Jamie Zawinski." msgstr "" -#: hacks/config/cubenetic.xml.h:14 hacks/config/gltext.xml.h:5 +#: hacks/config/cubenetic.xml.h:14 hacks/config/glblur.xml.h:6 +#: hacks/config/glknots.xml.h:8 hacks/config/gltext.xml.h:5 #: hacks/config/lavalite.xml.h:19 hacks/config/menger.xml.h:7 #: hacks/config/molecule.xml.h:14 hacks/config/spheremonics.xml.h:10 msgid "Rotate around X and Y axes" msgstr "" -#: hacks/config/cubenetic.xml.h:15 hacks/config/gltext.xml.h:6 +#: hacks/config/cubenetic.xml.h:15 hacks/config/glblur.xml.h:7 +#: hacks/config/glknots.xml.h:9 hacks/config/gltext.xml.h:6 #: hacks/config/lavalite.xml.h:20 hacks/config/menger.xml.h:8 #: hacks/config/molecule.xml.h:15 hacks/config/spheremonics.xml.h:11 msgid "Rotate around X and Z axes" msgstr "" -#: hacks/config/cubenetic.xml.h:16 hacks/config/gltext.xml.h:7 +#: hacks/config/cubenetic.xml.h:16 hacks/config/glblur.xml.h:8 +#: hacks/config/glknots.xml.h:10 hacks/config/gltext.xml.h:7 #: hacks/config/lavalite.xml.h:21 hacks/config/menger.xml.h:9 #: hacks/config/molecule.xml.h:16 hacks/config/spheremonics.xml.h:12 msgid "Rotate around X axis" msgstr "" -#: hacks/config/cubenetic.xml.h:17 hacks/config/gltext.xml.h:8 +#: hacks/config/cubenetic.xml.h:17 hacks/config/glblur.xml.h:9 +#: hacks/config/glknots.xml.h:11 hacks/config/gltext.xml.h:8 #: hacks/config/lavalite.xml.h:22 hacks/config/menger.xml.h:10 #: hacks/config/molecule.xml.h:17 hacks/config/spheremonics.xml.h:13 msgid "Rotate around Y and Z axes" msgstr "" -#: hacks/config/cubenetic.xml.h:18 hacks/config/gltext.xml.h:9 +#: hacks/config/cubenetic.xml.h:18 hacks/config/glblur.xml.h:10 +#: hacks/config/glknots.xml.h:12 hacks/config/gltext.xml.h:9 #: hacks/config/lavalite.xml.h:23 hacks/config/menger.xml.h:11 #: hacks/config/molecule.xml.h:18 hacks/config/spheremonics.xml.h:14 msgid "Rotate around Y axis" msgstr "" -#: hacks/config/cubenetic.xml.h:19 hacks/config/gltext.xml.h:10 +#: hacks/config/cubenetic.xml.h:19 hacks/config/glblur.xml.h:11 +#: hacks/config/glknots.xml.h:13 hacks/config/gltext.xml.h:10 #: hacks/config/lavalite.xml.h:24 hacks/config/menger.xml.h:12 #: hacks/config/molecule.xml.h:19 hacks/config/spheremonics.xml.h:15 msgid "Rotate around Z axis" msgstr "" -#: hacks/config/cubenetic.xml.h:20 hacks/config/gltext.xml.h:11 +#: hacks/config/cubenetic.xml.h:20 hacks/config/glblur.xml.h:12 +#: hacks/config/glknots.xml.h:14 hacks/config/gltext.xml.h:11 #: hacks/config/lavalite.xml.h:25 hacks/config/menger.xml.h:13 #: hacks/config/molecule.xml.h:20 hacks/config/spheremonics.xml.h:16 msgid "Rotate around all three axes" @@ -2116,14 +2418,38 @@ msgstr "" msgid "Surface Pattern Speed" msgstr "" -#: hacks/config/cubenetic.xml.h:28 hacks/config/dangerball.xml.h:10 -#: hacks/config/engine.xml.h:8 hacks/config/glforestfire.xml.h:19 -#: hacks/config/gltext.xml.h:17 hacks/config/lavalite.xml.h:30 -#: hacks/config/menger.xml.h:20 hacks/config/molecule.xml.h:25 -#: hacks/config/spheremonics.xml.h:25 hacks/config/wander.xml.h:15 +#: hacks/config/cubenetic.xml.h:28 hacks/config/cubestorm.xml.h:13 +#: hacks/config/dangerball.xml.h:10 hacks/config/engine.xml.h:20 +#: hacks/config/glblur.xml.h:19 hacks/config/glforestfire.xml.h:19 +#: hacks/config/glknots.xml.h:22 hacks/config/gltext.xml.h:17 +#: hacks/config/lavalite.xml.h:31 hacks/config/menger.xml.h:20 +#: hacks/config/molecule.xml.h:25 hacks/config/spheremonics.xml.h:25 +#: hacks/config/wander.xml.h:15 msgid "Wander" msgstr "" +#: hacks/config/cubestorm.xml.h:2 +msgid "CubeStorm" +msgstr "" + +#: hacks/config/cubestorm.xml.h:3 +msgid "" +"Draws a series of rotating 3D boxes that intersect each other and eventually " +"fill space. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/cubestorm.xml.h:5 hacks/config/glknots.xml.h:6 +msgid "Motion Speed" +msgstr "" + +#: hacks/config/cubestorm.xml.h:6 +msgid "Number of Cubes" +msgstr "" + +#: hacks/config/cubestorm.xml.h:10 +msgid "Strut Thickness" +msgstr "" + #: hacks/config/cynosure.xml.h:1 msgid "" "A hack similar to `greynetic', but less frenetic. The first implementation " @@ -2223,8 +2549,8 @@ msgid "" "This takes an image and makes it melt. You've no doubt seen this effect " "before, but no screensaver would really be complete without it. It works " "best if there's something colorful visible. Warning, if the effect continues " -"after the screen saver is off, seek medical attention. Written by David Wald " -"and Vivek Khera." +"after the screen saver is off, seek medical attention. Written by David " +"Wald, Vivek Khera, Jamie Zawinski, and Vince Levey." msgstr "" #: hacks/config/deco.xml.h:3 @@ -2249,7 +2575,7 @@ msgid "" msgstr "" #: hacks/config/deco.xml.h:11 hacks/config/rd-bomb.xml.h:23 -#: hacks/config/whirlygig.xml.h:7 hacks/config/xearth.xml.h:33 +#: hacks/config/whirlygig.xml.h:20 hacks/config/xearth.xml.h:33 #: hacks/config/zoom.xml.h:10 msgid "x" msgstr "" @@ -2276,10 +2602,6 @@ msgid "" "stripes and spirals. Written by David Bagley." msgstr "" -#: hacks/config/demon.xml.h:2 hacks/config/petri.xml.h:1 -msgid "Cell Size" -msgstr "" - #: hacks/config/demon.xml.h:3 msgid "Demon" msgstr "" @@ -2322,11 +2644,6 @@ msgstr "" msgid "Magnify" msgstr "" -#: hacks/config/distort.xml.h:9 hacks/config/glforestfire.xml.h:10 -#: hacks/config/lament.xml.h:4 hacks/config/sballs.xml.h:6 -msgid "Normal" -msgstr "" - #: hacks/config/distort.xml.h:10 msgid "Reflect" msgstr "" @@ -2377,18 +2694,42 @@ msgid "Lissojous Figures" msgstr "" #: hacks/config/electricsheep.xml.h:1 -msgid "ElectricSheep" -msgstr "" - -#: hacks/config/electricsheep.xml.h:2 msgid "" "ElectricSheep is an xscreensaver module that displays mpeg video of an " "animated fractal flame. In the background, it contributes render cycles to " "the next animation. Periodically it uploades completed frames to the server, " "where they are compressed for distribution to all clients. This program is " -"recommended only if you have a high bandwidth connection to the Internet. By " -"Scott Draves. You can find it at <http://www.electricsheep.org/>. See " -"that web site for configuration information." +"recommended only if you have a high bandwidth, always-on connection to the " +"Internet. By Scott Draves. You can find it at <http://www.electricsheep." +"org/>." +msgstr "" + +#: hacks/config/electricsheep.xml.h:2 +msgid "Frame Rate" +msgstr "" + +#: hacks/config/electricsheep.xml.h:3 +msgid "Hide Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:4 +msgid "Megabytes of Local Sheep Storage" +msgstr "" + +#: hacks/config/electricsheep.xml.h:5 +msgid "Nickname" +msgstr "" + +#: hacks/config/electricsheep.xml.h:6 +msgid "Repititions of each Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:7 +msgid "Standalone" +msgstr "" + +#: hacks/config/electricsheep.xml.h:8 +msgid "URL" msgstr "" #: hacks/config/endgame.xml.h:1 @@ -2402,15 +2743,63 @@ msgid "Endgame" msgstr "" #: hacks/config/engine.xml.h:1 -msgid "" -"Draws a simple four-stroke engine that floats around the screen. Written by " -"Ben Buxton." +msgid "Audi Quattro (5 cylinders)" msgstr "" #: hacks/config/engine.xml.h:2 +msgid "BMW M3 (4 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:3 +msgid "BMW M5 (6 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:4 +msgid "Corvette Z06 (8 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:5 +msgid "Dodge Viper (10 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:6 +msgid "" +"Draws a simple model of an engine that floats around the screen. Written by " +"Ben Buxton and Ed Beroset." +msgstr "" + +#: hacks/config/engine.xml.h:7 msgid "Engine" msgstr "" +#: hacks/config/engine.xml.h:9 +msgid "Honda Insight (3 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:10 +msgid "Jaguar XKE (12 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:11 +msgid "Porsche 911 (6 cylinders, flat)" +msgstr "" + +#: hacks/config/engine.xml.h:12 +msgid "Random Engine" +msgstr "" + +#: hacks/config/engine.xml.h:13 +msgid "Show Engine Name" +msgstr "" + +#: hacks/config/engine.xml.h:18 +msgid "Subaru XT (6 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:19 +msgid "VW Beetle (4 cylinders, flat)" +msgstr "" + #: hacks/config/epicycle.xml.h:4 msgid "Epicycle" msgstr "" @@ -2427,6 +2816,51 @@ msgid "" "planetary motion. Written by James Youngman." msgstr "" +#: hacks/config/eruption.xml.h:1 +msgid "An exposive version of XFlame. By W.P. van Paassen." +msgstr "" + +#: hacks/config/eruption.xml.h:2 +msgid "Cooling factor" +msgstr "" + +#: hacks/config/eruption.xml.h:4 +msgid "Eruption" +msgstr "" + +#: hacks/config/eruption.xml.h:7 hacks/config/fluidballs.xml.h:9 +#: hacks/config/qix.xml.h:9 hacks/config/speedmine.xml.h:4 +msgid "Gravity" +msgstr "" + +#: hacks/config/eruption.xml.h:8 +msgid "Heat" +msgstr "" + +#: hacks/config/eruption.xml.h:9 +msgid "Inferno" +msgstr "" + +#: hacks/config/eruption.xml.h:10 +msgid "Little" +msgstr "" + +#: hacks/config/eruption.xml.h:13 +msgid "Negative" +msgstr "" + +#: hacks/config/eruption.xml.h:15 +msgid "Number of Particles" +msgstr "" + +#: hacks/config/eruption.xml.h:16 +msgid "Pleasant" +msgstr "" + +#: hacks/config/eruption.xml.h:17 +msgid "Positive" +msgstr "" + #: hacks/config/euler2d.xml.h:2 msgid "Euler2d" msgstr "" @@ -2538,7 +2972,8 @@ msgstr "" msgid "0 Seconds" msgstr "" -#: hacks/config/flame.xml.h:2 hacks/config/maze.xml.h:2 +#: hacks/config/flame.xml.h:2 hacks/config/glslideshow.xml.h:2 +#: hacks/config/maze.xml.h:2 msgid "10 Seconds" msgstr "" @@ -2546,7 +2981,7 @@ msgstr "" msgid "Another iterative fractal generator. Written by Scott Draves." msgstr "" -#: hacks/config/flame.xml.h:4 +#: hacks/config/flame.xml.h:4 hacks/config/jigglypuff.xml.h:4 msgid "Complexity" msgstr "" @@ -2607,28 +3042,23 @@ msgid "Zoom In and Out" msgstr "" #: hacks/config/fluidballs.xml.h:1 -msgid "Ball Size" -msgstr "" - -#: hacks/config/fluidballs.xml.h:5 -msgid "FluidBalls" +msgid " Freefall" msgstr "" -#: hacks/config/fluidballs.xml.h:6 -msgid "Freefall" +#: hacks/config/fluidballs.xml.h:2 +msgid "Ball Size" msgstr "" -#: hacks/config/fluidballs.xml.h:7 hacks/config/twang.xml.h:4 -msgid "Friction" +#: hacks/config/fluidballs.xml.h:4 +msgid "Clay" msgstr "" -#: hacks/config/fluidballs.xml.h:8 -msgid "Glass" +#: hacks/config/fluidballs.xml.h:7 +msgid "FluidBalls" msgstr "" -#: hacks/config/fluidballs.xml.h:9 hacks/config/qix.xml.h:9 -#: hacks/config/speedmine.xml.h:4 -msgid "Gravity" +#: hacks/config/fluidballs.xml.h:8 hacks/config/twang.xml.h:4 +msgid "Friction" msgstr "" #: hacks/config/fluidballs.xml.h:10 @@ -2648,7 +3078,7 @@ msgid "" msgstr "" #: hacks/config/fluidballs.xml.h:15 -msgid "Sandpaper" +msgid "Rubber" msgstr "" #: hacks/config/fluidballs.xml.h:16 @@ -2667,6 +3097,92 @@ msgstr "" msgid "Wind" msgstr "" +#: hacks/config/flurry.xml.h:1 +msgid "Binary" +msgstr "" + +#: hacks/config/flurry.xml.h:2 +msgid "Classic" +msgstr "" + +#: hacks/config/flurry.xml.h:3 +msgid "Fire" +msgstr "" + +#: hacks/config/flurry.xml.h:4 +msgid "Flurry" +msgstr "" + +#: hacks/config/flurry.xml.h:5 +msgid "Insane" +msgstr "" + +#: hacks/config/flurry.xml.h:6 +msgid "Psychedelic" +msgstr "" + +#: hacks/config/flurry.xml.h:7 +msgid "RGB" +msgstr "" + +#: hacks/config/flurry.xml.h:8 hacks/config/jigglypuff.xml.h:13 +#: hacks/config/sballs.xml.h:10 hacks/config/whirlygig.xml.h:12 +msgid "Random" +msgstr "" + +#: hacks/config/flurry.xml.h:10 +msgid "" +"This port of the OSX screensaver of the same name draws a colourful star" +"(fish)like flurry of particles. xscreensaver port by Tobias Sargeant <" +"tobias.sargeant@bigpond.com> Original Mac version by Calum Robinson <" +"calumr@mac.com> http://homepage.mac.com/calumr" +msgstr "" + +#: hacks/config/flurry.xml.h:11 +msgid "Water" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:1 +msgid "" +"A fleet of 3d space-age jet-powered flying toasters (and toast!) Inspired by " +"the ancient Berkeley Systems After Dark flying toasters. By Jamie Zawinski " +"and Baconmonkey." +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:2 +msgid "Air Speed" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:4 +msgid "Chrome Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:6 +msgid "Flying Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:7 hacks/config/glslideshow.xml.h:16 +#: hacks/config/jigglypuff.xml.h:12 hacks/config/juggle.xml.h:6 +#: hacks/config/pipes.xml.h:10 +msgid "None" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:8 +msgid "Number of Slices" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:9 +msgid "Number of Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:12 +msgid "Solid Colors" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:13 +msgid "Swarm" +msgstr "" + #: hacks/config/forest.xml.h:2 hacks/config/glforestfire.xml.h:6 msgid "Forest" msgstr "" @@ -2750,7 +3266,7 @@ msgstr "Salvaschermo" msgid "Wave Speed" msgstr "" -#: hacks/config/gflux.xml.h:15 +#: hacks/config/gflux.xml.h:15 hacks/config/glmatrix.xml.h:20 msgid "Waves" msgstr "" @@ -2758,6 +3274,25 @@ msgstr "" msgid "Wire Mesh" msgstr "" +#: hacks/config/glblur.xml.h:1 +msgid "Blur Smoothness" +msgstr "" + +#: hacks/config/glblur.xml.h:5 +msgid "GLBlur" +msgstr "" + +#: hacks/config/glblur.xml.h:18 +msgid "" +"This program draws a box and a few line segments, and generates a radial " +"blur outward from it. This creates flowing field effects. This is done by " +"rendering the scene into a small texture, then repeatedly rendering " +"increasingly-enlarged and increasingly-transparent versions of that texture " +"onto the frame buffer. As such, it's quite graphics intensive: don't bother " +"trying to run this if you don't have hardware-accelerated OpenGL texture " +"support. It will hurt your machine bad." +msgstr "" + #: hacks/config/glforestfire.xml.h:2 msgid "Desert" msgstr "" @@ -2769,63 +3304,181 @@ msgid "" "for texture maps. Written by Eric Lassauge <lassauge@mail.dotcom.fr>." msgstr "" -#: hacks/config/glforestfire.xml.h:5 +#: hacks/config/glforestfire.xml.h:5 hacks/config/glmatrix.xml.h:9 msgid "Fog" msgstr "" -#: hacks/config/glforestfire.xml.h:7 -msgid "GLForestFire" +#: hacks/config/glforestfire.xml.h:7 +msgid "GLForestFire" +msgstr "" + +#: hacks/config/glforestfire.xml.h:8 +msgid "Huge Fire" +msgstr "" + +#: hacks/config/glforestfire.xml.h:9 +msgid "No shadow" +msgstr "" + +#: hacks/config/glforestfire.xml.h:11 +msgid "Number of trees" +msgstr "" + +#: hacks/config/glforestfire.xml.h:12 +msgid "Rain" +msgstr "" + +#: hacks/config/glforestfire.xml.h:17 +msgid "Track mouse" +msgstr "" + +#: hacks/config/glknots.xml.h:4 +msgid "GLKnots" +msgstr "" + +#: hacks/config/glknots.xml.h:5 +msgid "" +"Generates some twisting 3d knot patterns. Spins 'em around. Written by Jamie " +"Zawinski." +msgstr "" + +#: hacks/config/glknots.xml.h:7 hacks/config/lavalite.xml.h:17 +#: hacks/config/spheremonics.xml.h:9 +msgid "Resolution" +msgstr "" + +#: hacks/config/glknots.xml.h:15 +msgid "Segmented" +msgstr "" + +#: hacks/config/glknots.xml.h:18 hacks/config/lavalite.xml.h:28 +msgid "Smooth" +msgstr "" + +#: hacks/config/glmatrix.xml.h:2 hacks/config/xmatrix.xml.h:1 +msgid "Binary Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:4 +msgid "Draw Glyphs" +msgstr "" + +#: hacks/config/glmatrix.xml.h:5 +msgid "Draw Outlines" +msgstr "" + +#: hacks/config/glmatrix.xml.h:6 +msgid "Draw Solid Boxes" +msgstr "" + +#: hacks/config/glmatrix.xml.h:7 +msgid "" +"Draws 3D dropping characters similar to what is seen in the title sequence " +"of \"The Matrix\". See also \"xmatrix\" for a 2D rendering of the similar " +"effect that appeared on the computer monitors actually *in* the movie. " +"Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/glmatrix.xml.h:10 +msgid "GLMatrix" +msgstr "" + +#: hacks/config/glmatrix.xml.h:11 hacks/config/xmatrix.xml.h:7 +msgid "Genetic Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:12 +msgid "Glyph Density" +msgstr "" + +#: hacks/config/glmatrix.xml.h:13 +msgid "Glyph Speed" +msgstr "" + +#: hacks/config/glmatrix.xml.h:14 hacks/config/xmatrix.xml.h:8 +msgid "Hexadecimal Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:15 hacks/config/xmatrix.xml.h:11 +msgid "Matrix Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:16 +msgid "Panning" +msgstr "" + +#: hacks/config/glplanet.xml.h:1 +msgid "" +"Draws a planet bouncing around in space. Written by David Konerding. The " +"built-in image is a map of the earth (extracted from `xearth'), but you can " +"wrap any texture around the sphere, e.g., the planetary textures that come " +"with `ssystem'." +msgstr "" + +#: hacks/config/glplanet.xml.h:3 +msgid "GLPlanet" +msgstr "" + +#: hacks/config/glplanet.xml.h:4 +msgid "Image File" +msgstr "" + +#: hacks/config/glslideshow.xml.h:4 hacks/config/rd-bomb.xml.h:5 +#, no-c-format +msgid "100%" +msgstr "" + +#: hacks/config/glslideshow.xml.h:5 hacks/config/glsnake.xml.h:2 +#: hacks/config/penrose.xml.h:2 +msgid "30 Seconds" msgstr "" -#: hacks/config/glforestfire.xml.h:8 -msgid "Huge Fire" +#: hacks/config/glslideshow.xml.h:6 +msgid "5 Minutes" msgstr "" -#: hacks/config/glforestfire.xml.h:9 -msgid "No shadow" +#: hacks/config/glslideshow.xml.h:8 +#, no-c-format +msgid "50%" msgstr "" -#: hacks/config/glforestfire.xml.h:11 -msgid "Number of trees" +#: hacks/config/glslideshow.xml.h:9 +msgid "Always show at least this much of the image:" msgstr "" -#: hacks/config/glforestfire.xml.h:12 -msgid "Rain" +#: hacks/config/glslideshow.xml.h:10 +msgid "Crossfade Duration:" msgstr "" -#: hacks/config/glforestfire.xml.h:17 -msgid "Track mouse" +#: hacks/config/glslideshow.xml.h:11 +msgid "Frame Rate:" msgstr "" -#: hacks/config/glforestfire.xml.h:18 hacks/config/lament.xml.h:8 -#: hacks/config/sballs.xml.h:17 -msgid "Untextured" +#: hacks/config/glslideshow.xml.h:12 +msgid "GLSlideshow" msgstr "" -#: hacks/config/glplanet.xml.h:1 +#: hacks/config/glslideshow.xml.h:14 msgid "" -"Draws a planet bouncing around in space. Written by David Konerding. The " -"built-in image is a map of the earth (extracted from `xearth'), but you can " -"wrap any texture around the sphere, e.g., the planetary textures that come " -"with `ssystem'." +"Loads a random sequence of images and smoothly scans and zooms around in " +"each, fading from pan to pan. You can set the directory from which images " +"are loaded on the \"Advanced\" tab. This program requires a good video card " +"capable of supporting large textures. Written by Jamie Zawinski and Mike " +"Oliphant." msgstr "" -#: hacks/config/glplanet.xml.h:3 -msgid "GLPlanet" +#: hacks/config/glslideshow.xml.h:17 +msgid "Pan/Zoom Duration:" msgstr "" -#: hacks/config/glplanet.xml.h:4 -msgid "Image File" +#: hacks/config/glslideshow.xml.h:19 +msgid "Time until loading a new image:" msgstr "" #: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 msgid "1" msgstr "" -#: hacks/config/glsnake.xml.h:2 hacks/config/penrose.xml.h:2 -msgid "30 Seconds" -msgstr "" - #: hacks/config/glsnake.xml.h:3 msgid "" "Draws a simulation of the Rubik's Snake puzzle. Written by Jamie Wilkinson, " @@ -2966,6 +3619,50 @@ msgid "" "This draws random colored and stippled rectangles. Written by Jamie Zawinski." msgstr "" +#: hacks/config/halftone.xml.h:1 +msgid "Delay (Large = low cpu load)" +msgstr "" + +#: hacks/config/halftone.xml.h:2 +msgid "Dot fill factor" +msgstr "" + +#: hacks/config/halftone.xml.h:3 +msgid "Dot size" +msgstr "" + +#: hacks/config/halftone.xml.h:4 +msgid "" +"Draws the gravity force in each point on the screen seen through a halftone " +"dot pattern. The gravity force is calculated from a set of moving mass " +"points. View it from a distance for best effect. Written by Peter Jaric <" +"peter@jaric.org>." +msgstr "" + +#: hacks/config/halftone.xml.h:5 +msgid "Gravity points" +msgstr "" + +#: hacks/config/halftone.xml.h:6 +msgid "Halftone" +msgstr "" + +#: hacks/config/halftone.xml.h:10 +msgid "Maximum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:11 +msgid "Maximum speed" +msgstr "" + +#: hacks/config/halftone.xml.h:12 +msgid "Minimum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:13 +msgid "Minimum speed" +msgstr "" + #: hacks/config/halo.xml.h:1 msgid "Animate Circles" msgstr "" @@ -3120,6 +3817,98 @@ msgid "" "brain will melt. Written by Joe Keane, Fritz Mueller, and Jamie Zawinski." msgstr "" +#: hacks/config/hypertorus.xml.h:1 +msgid "-4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:2 +msgid "4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:3 +msgid "4D Hypertorus" +msgstr "" + +#: hacks/config/hypertorus.xml.h:4 +msgid "Color Wheel" +msgstr "" + +#: hacks/config/hypertorus.xml.h:5 +msgid "Display Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:7 +msgid "Orthographic 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:8 +msgid "Orthographic 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:9 +msgid "Perspective 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:10 +msgid "Perspective 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:11 +msgid "See-Through Bands" +msgstr "" + +#: hacks/config/hypertorus.xml.h:14 +msgid "Solid Object" +msgstr "" + +#: hacks/config/hypertorus.xml.h:15 hacks/config/pulsar.xml.h:16 +msgid "Solid Surface" +msgstr "" + +#: hacks/config/hypertorus.xml.h:16 +msgid "" +"This program shows a rotating Clifford Torus: a torus lying on the \"surface" +"\" of a 4D hypersphere. Written by Carsten Steger, inspired by Thomas " +"Banchoff's book \"Beyond the Third Dimension: Geometry, Computer Graphics, " +"and Higher Dimensions\", Scientific American Library, 1990." +msgstr "" + +#: hacks/config/hypertorus.xml.h:17 +msgid "Transparent Surface" +msgstr "" + +#: hacks/config/hypertorus.xml.h:18 +msgid "Two-Sided" +msgstr "" + +#: hacks/config/hypertorus.xml.h:19 +msgid "WX Rotation Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:20 +msgid "WY Rotation Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:21 +msgid "WZ Rotation Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:22 +msgid "Wireframe Mesh" +msgstr "" + +#: hacks/config/hypertorus.xml.h:23 +msgid "XY Rotation Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:24 +msgid "XZ Rotation Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:25 +msgid "YZ Rotation Speed" +msgstr "" + #: hacks/config/ifs.xml.h:2 msgid "IFS" msgstr "" @@ -3188,6 +3977,94 @@ msgstr "" msgid "Wave Size" msgstr "" +#: hacks/config/jigglypuff.xml.h:2 +msgid "Chrome" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:3 +msgid "Clown barf" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:5 +msgid "Cycle" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:7 +msgid "Flower box" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:9 +msgid "Inertial damping" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:10 +msgid "JigglyPuff" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:14 +msgid "Rotation speed" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:17 hacks/config/sphere.xml.h:7 +msgid "Sphere" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:18 +msgid "Sphere strength" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:19 +msgid "Spookiness" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:20 +msgid "Spoooooky" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:21 hacks/config/sballs.xml.h:16 +msgid "Tetrahedron" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:22 +msgid "" +"This little gem does bad things with quasi-spherical objects. The gist of it " +"is that you have what is, structurally, a tetrahedron with tesselated faces. " +"the vertices on these faces have forces on them in the form of one " +"proportional to their distance from the surface of a sphere, and one which " +"is proportional to how far they differ from some ideal distance from their " +"neighbors. They also have inertia. The forces and distance are parameters " +"and there are also a couple of visual parameters. The resulting effect can " +"range from a shape that does nothing, to a frenetic polygon storm. Somewhere " +"in between there it usually manifests as a blob that jiggles in a kind of " +"disturbing manner. woo. It doesn't matter, however. You should just pick " +"'random'. It overrides all the other options, except for fps, delay and " +"complexity. By Keith Macleod" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:23 +msgid "Vertex-vertex behavior" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:24 +msgid "Vertex-vertex force" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:26 +msgid "collapse" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:27 +msgid "expand" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:28 +msgid "none" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:29 +msgid "strong" +msgstr "" + #: hacks/config/jigsaw.xml.h:4 msgid "Jigsaw" msgstr "" @@ -3218,10 +4095,6 @@ msgstr "" msgid "Juggle" msgstr "" -#: hacks/config/juggle.xml.h:6 hacks/config/pipes.xml.h:10 -msgid "None" -msgstr "" - #: hacks/config/julia.xml.h:3 hacks/config/rorschach.xml.h:4 msgid "Iterations" msgstr "" @@ -3264,6 +4137,24 @@ msgstr "" msgid "Trails" msgstr "" +#: hacks/config/klein.xml.h:3 +msgid "Klein" +msgstr "" + +#: hacks/config/klein.xml.h:10 +msgid "" +"This draws a visualization of a Klein bottle or some other interesting " +"parametric surfaces. Written by Andrey Mirtchovski." +msgstr "" + +#: hacks/config/klein.xml.h:11 +msgid "Use Randomized Surfaces and Primitives" +msgstr "" + +#: hacks/config/klein.xml.h:12 +msgid "Wander Around the Screen" +msgstr "" + #: hacks/config/kumppa.xml.h:5 msgid "Kumppa" msgstr "" @@ -3347,18 +4238,10 @@ msgstr "" msgid "Random Lamp Style" msgstr "" -#: hacks/config/lavalite.xml.h:17 hacks/config/spheremonics.xml.h:9 -msgid "Resolution" -msgstr "" - #: hacks/config/lavalite.xml.h:18 msgid "Rocket Lavalite" msgstr "" -#: hacks/config/lavalite.xml.h:27 -msgid "Smooth" -msgstr "" - #: hacks/config/lightning.xml.h:2 msgid "Lightning" msgstr "" @@ -3504,6 +4387,32 @@ msgid "" "by Jamie Zawinski." msgstr "" +#: hacks/config/metaballs.xml.h:1 +msgid "Big" +msgstr "" + +#: hacks/config/metaballs.xml.h:2 +msgid "" +"Draws two dimensional metaballs: overlapping and merging balls with fuzzy " +"edges. By W.P. van Paassen." +msgstr "" + +#: hacks/config/metaballs.xml.h:7 +msgid "MetaBall Movement" +msgstr "" + +#: hacks/config/metaballs.xml.h:8 +msgid "MetaBall Radius" +msgstr "" + +#: hacks/config/metaballs.xml.h:9 +msgid "MetaBalls" +msgstr "" + +#: hacks/config/metaballs.xml.h:11 +msgid "Number of MetaBalls" +msgstr "" + #: hacks/config/moebius.xml.h:1 msgid "" "Another M. C. Escher hack by Marcelo Vianna, this one draws ``Moebius Strip " @@ -3859,6 +4768,28 @@ msgstr "" msgid "Scale" msgstr "" +#: hacks/config/piecewise.xml.h:1 +msgid "Color shifting speed" +msgstr "" + +#: hacks/config/piecewise.xml.h:6 +msgid "Maximum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:7 +msgid "Minimum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:8 +msgid "Piecewise" +msgstr "" + +#: hacks/config/piecewise.xml.h:12 +msgid "" +"This draws a bunch of moving circles which switch from visibility to " +"invisibility at intersection points. Written by Geoffrey Irving." +msgstr "" + #: hacks/config/pipes.xml.h:1 msgid "Allow Tight Turns" msgstr "" @@ -3919,6 +4850,35 @@ msgid "" "puzzle pieces. Written by Stephen Montgomery-Smith." msgstr "" +#: hacks/config/popsquares.xml.h:1 +msgid "Border" +msgstr "" + +#: hacks/config/popsquares.xml.h:2 +msgid "End color" +msgstr "" + +#: hacks/config/popsquares.xml.h:7 +msgid "Start color" +msgstr "" + +#: hacks/config/popsquares.xml.h:8 +msgid "Subdivision" +msgstr "" + +#: hacks/config/popsquares.xml.h:9 +msgid "" +"This draws a pop-art-ish looking grid of pulsing colors. By Levi Burton." +msgstr "" + +#: hacks/config/popsquares.xml.h:10 +msgid "Twitch" +msgstr "" + +#: hacks/config/popsquares.xml.h:11 +msgid "popsquares" +msgstr "" + #: hacks/config/pulsar.xml.h:1 msgid "Anti-alias Lines" msgstr "" @@ -3966,10 +4926,6 @@ msgstr "" msgid "Quad Count" msgstr "" -#: hacks/config/pulsar.xml.h:16 -msgid "Solid Surface" -msgstr "" - #: hacks/config/pulsar.xml.h:18 msgid "Texture PPM File" msgstr "" @@ -3982,10 +4938,6 @@ msgstr "" msgid "Launch Frequency" msgstr "" -#: hacks/config/pyro.xml.h:8 -msgid "Often" -msgstr "" - #: hacks/config/pyro.xml.h:9 msgid "Particle Density" msgstr "" @@ -4063,11 +5015,6 @@ msgstr "" msgid "1%" msgstr "" -#: hacks/config/rd-bomb.xml.h:5 -#, no-c-format -msgid "100%" -msgstr "" - #: hacks/config/rd-bomb.xml.h:7 msgid "" "Another variation of the `Bomb' program by Scott Draves. This draws a grid " @@ -4279,10 +5226,6 @@ msgstr "" msgid "Pyramid" msgstr "" -#: hacks/config/sballs.xml.h:10 -msgid "Random" -msgstr "" - #: hacks/config/sballs.xml.h:11 msgid "Sballs" msgstr "" @@ -4291,10 +5234,6 @@ msgstr "" msgid "Star" msgstr "" -#: hacks/config/sballs.xml.h:16 -msgid "Tetrahedron" -msgstr "" - #: hacks/config/shadebobs.xml.h:7 msgid "ShadeBobs" msgstr "" @@ -4445,10 +5384,6 @@ msgid "" "Duff in 1982." msgstr "" -#: hacks/config/sphere.xml.h:7 -msgid "Sphere" -msgstr "" - #: hacks/config/sphereEversion.xml.h:1 msgid "SphereEversion" msgstr "" @@ -4480,7 +5415,7 @@ msgid "" "angular momentum operators. Written by Paul Bourke and Jamie Zawinski." msgstr "" -#: hacks/config/spiral.xml.h:2 +#: hacks/config/spiral.xml.h:2 hacks/config/superquadrics.xml.h:2 msgid "Cycles" msgstr "" @@ -4553,10 +5488,9 @@ msgid "" "work with some window managers, but not with others, so your mileage may " "vary. SSystem was once available at <http://www1.las.es/~amil/ssystem/" ">, but is now gone. You may still be able to find copies elsewhere. " -"SSystem has since evolved into two different programs: OpenUniverse (http://" -"openuniverse.sourceforge.net/) and Celestia (http://www.shatters.net/" -"celestia/). Sadly, neither of these programs work with xscreensaver at all. " -"You are encouraged to nag their authors into adding xscreensaver support!" +"SSystem has since evolved into Celestia, found at <http://www.shatters." +"net/celestia/>. Sadly, Celestia does not work with xscreensaver at all. " +"You are encouraged to nag the authors into adding xscreensaver support!" msgstr "" #: hacks/config/stairs.xml.h:6 @@ -4674,14 +5608,14 @@ msgid "" "Written by Massimino Pascal." msgstr "" -#: hacks/config/superquadrics.xml.h:2 +#: hacks/config/superquadrics.xml.h:3 msgid "" "Ed Mackey reports that he wrote the first version of this program in BASIC " "on a Commodore 64 in 1987, as a 320x200 black and white wireframe. Now it is " "GL and has specular reflections." msgstr "" -#: hacks/config/superquadrics.xml.h:10 +#: hacks/config/superquadrics.xml.h:11 msgid "Superquadrics" msgstr "" @@ -4902,17 +5836,61 @@ msgid "Amplitude" msgstr "" #: hacks/config/whirlygig.xml.h:2 +msgid "Circle" +msgstr "" + +#: hacks/config/whirlygig.xml.h:3 msgid "Draws zooming chains of sinusoidal spots. Written by Ashton Trey Belew." msgstr "" +#: hacks/config/whirlygig.xml.h:4 +msgid "Explain modes" +msgstr "" + #: hacks/config/whirlygig.xml.h:5 -msgid "Whirlies" +msgid "Fun" msgstr "" #: hacks/config/whirlygig.xml.h:6 +msgid "Funky" +msgstr "" + +#: hacks/config/whirlygig.xml.h:7 +msgid "Innie" +msgstr "" + +#: hacks/config/whirlygig.xml.h:8 +msgid "Leave a trail" +msgstr "" + +#: hacks/config/whirlygig.xml.h:9 +msgid "Linear" +msgstr "" + +#: hacks/config/whirlygig.xml.h:11 +msgid "Lissajous" +msgstr "" + +#: hacks/config/whirlygig.xml.h:15 +msgid "Test" +msgstr "" + +#: hacks/config/whirlygig.xml.h:16 +msgid "Use Double Buffering" +msgstr "" + +#: hacks/config/whirlygig.xml.h:17 +msgid "Whirlies" +msgstr "" + +#: hacks/config/whirlygig.xml.h:18 msgid "WhirlyGig" msgstr "" +#: hacks/config/whirlygig.xml.h:19 +msgid "Wrap the screen" +msgstr "" + #: hacks/config/worm.xml.h:1 msgid "" "An ancient xlock hack that draws multicolored worms that crawl around the " @@ -4929,7 +5907,7 @@ msgid "" "XaoS generates fast fly-through animations of the Mandelbrot and other " "fractal sets. Written by Thomas Marsh and Jan Hubicka. This is not included " "with the XScreenSaver package, but if you don't have it already, you can " -"find it at <http://limax.paru.cas.cz/~hubicka/XaoS/>." +"find it at <http://xaos.theory.org/>." msgstr "" #: hacks/config/xdaliclock.xml.h:1 @@ -4952,7 +5930,7 @@ msgstr "" msgid "Huge Font" msgstr "" -#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:9 +#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:10 msgid "Large Font" msgstr "" @@ -4960,7 +5938,7 @@ msgstr "" msgid "Medium Font" msgstr "" -#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:16 msgid "Small Font" msgstr "" @@ -5129,14 +6107,12 @@ msgstr "" msgid "Xlyap" msgstr "" -#: hacks/config/xmatrix.xml.h:1 +#: hacks/config/xmatrix.xml.h:3 msgid "" -"A rendition of the text scrolls seen in the movie ``The Matrix.'' Written by " -"Jamie Zawinski." -msgstr "" - -#: hacks/config/xmatrix.xml.h:2 -msgid "Binary Encoding" +"Draws dropping characters similar to what is seen on the computer monitors " +"in \"The Matrix\". See also \"glmatrix\" for a 3D rendering of the similar " +"effect that appeared in the title sequence of the movie. Written by Jamie " +"Zawinski." msgstr "" #: hacks/config/xmatrix.xml.h:4 @@ -5147,35 +6123,27 @@ msgstr "" msgid "Full" msgstr "" -#: hacks/config/xmatrix.xml.h:7 -msgid "Genetic Encoding" -msgstr "" - -#: hacks/config/xmatrix.xml.h:8 -msgid "Hexadecimal Encoding" +#: hacks/config/xmatrix.xml.h:9 +msgid "Knock Knock" msgstr "" -#: hacks/config/xmatrix.xml.h:10 -msgid "Matrix Encoding" -msgstr "" - -#: hacks/config/xmatrix.xml.h:11 +#: hacks/config/xmatrix.xml.h:12 msgid "Phone Number" msgstr "" -#: hacks/config/xmatrix.xml.h:12 +#: hacks/config/xmatrix.xml.h:13 msgid "Run Trace Program" msgstr "" -#: hacks/config/xmatrix.xml.h:13 +#: hacks/config/xmatrix.xml.h:14 msgid "Slider Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:18 +#: hacks/config/xmatrix.xml.h:19 msgid "Synergistic Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:19 +#: hacks/config/xmatrix.xml.h:20 msgid "Xmatrix" msgstr "" @@ -5279,3 +6247,10 @@ msgid "" "option the result is like looking through many overlapping lenses rather " "than just a simple zoom. Written by James Macnicol." msgstr "" + +#~ msgid "Configure the settings of the screensaver." +#~ msgstr "Impostazioni del salvaschermo" + +#, fuzzy +#~ msgid "Preview of screen saver" +#~ msgstr "Salvaschermo" diff --git a/po/ja.po b/po/ja.po index 998d5836..25a0dc16 100644 --- a/po/ja.po +++ b/po/ja.po @@ -544,16 +544,6 @@ msgstr "キャンセル" msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "更新情報については http://www.jwz.org/xscreensaver/ を参照して下さい。" -#: driver/demo-Gtk.c:608 -#, fuzzy, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "Copyright 1991-2002 %s" - -#: driver/demo-Gtk.c:610 -#, fuzzy, c-format -msgid "Copyright 1991-2002 %s" -msgstr "Copyright 1991-2002 %s" - #: driver/demo-Gtk.c:726 msgid "" "Error:\n" diff --git a/po/ko.po b/po/ko.po index ece3d8b1..4eda2b61 100644 --- a/po/ko.po +++ b/po/ko.po @@ -518,16 +518,6 @@ msgstr "취소" msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "업데이트 하려면 http://www.jwz.org/xscreensaver/ 를 확인하십시오" -#: driver/demo-Gtk.c:608 -#, fuzzy, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "Copyright 1991-2002 %s" - -#: driver/demo-Gtk.c:610 -#, fuzzy, c-format -msgid "Copyright 1991-2002 %s" -msgstr "Copyright 1991-2002 %s" - #: driver/demo-Gtk.c:726 msgid "" "Error:\n" @@ -5384,7 +5374,3 @@ msgid "" "option the result is like looking through many overlapping lenses rather " "than just a simple zoom. Written by James Macnicol." msgstr "" - -#, fuzzy -#~ msgid "Copyright 1991-2002 %s" -#~ msgstr "Copyright 1991-2002 %s" diff --git a/po/nl.po b/po/nl.po index 2a44c919..0a8e8d6c 100644 --- a/po/nl.po +++ b/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: xscreensaver CVS\n" -"POT-Creation-Date: 2002-06-18 21:56+0200\n" +"POT-Creation-Date: 2003-07-24 19:05+0200\n" "PO-Revision-Date: 2002-08-31 08:06+0200\n" "Last-Translator: Tino Meinen \n" "Language-Team: Dutch \n" @@ -14,35 +14,40 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: driver/demo-Gtk-conf.c:729 +#: driver/demo-Gtk-conf.c:731 msgid "Browse..." msgstr "Bladeren..." -#: driver/demo-Gtk-conf.c:1021 +#: driver/demo-Gtk-conf.c:1023 msgid "Select file." msgstr "Kies bestand." -#: driver/demo-Gtk-support.c:121 +#: driver/demo-Gtk-support.c:135 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "Kon pixmap-bestand: %s niet vinden" -#: driver/demo-Gtk-support.c:130 +#: driver/demo-Gtk-support.c:147 driver/demo-Gtk-support.c:179 #, c-format msgid "Error loading pixmap file: %s" msgstr "Fout bij laden pixmap-bestand: %s" +#: driver/demo-Gtk-support.c:182 +#, c-format +msgid "reason: %s\n" +msgstr "" + #: driver/demo-Gtk-widgets.c:155 driver/xscreensaver-demo.glade.h:89 -#: driver/xscreensaver-demo.glade2.h:43 +#: driver/xscreensaver-demo.glade2.h:65 msgid "XScreenSaver" msgstr "XScreenSaver" -#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:54 +#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:76 msgid "_File" msgstr "_Bestand" #: driver/demo-Gtk-widgets.c:196 driver/xscreensaver-demo.glade.h:93 -#: driver/xscreensaver-demo.glade2.h:48 +#: driver/xscreensaver-demo.glade2.h:70 msgid "_Blank Screen Now" msgstr "Het Scherm Nu _Wissen" @@ -53,7 +58,7 @@ msgstr "" "De XScreenSaver-daemon nu activeren (en het scherm desgewenst vergrendelen.)" #: driver/demo-Gtk-widgets.c:209 driver/xscreensaver-demo.glade.h:97 -#: driver/xscreensaver-demo.glade2.h:58 +#: driver/xscreensaver-demo.glade2.h:80 msgid "_Lock Screen Now" msgstr "Het Scherm Nu _Vergrendelen" @@ -64,7 +69,7 @@ msgstr "" "aangevinkt is.)" #: driver/demo-Gtk-widgets.c:222 driver/xscreensaver-demo.glade.h:96 -#: driver/xscreensaver-demo.glade2.h:56 +#: driver/xscreensaver-demo.glade2.h:78 msgid "_Kill Daemon" msgstr "Daemon _Afbreken" @@ -73,7 +78,7 @@ msgid "Tell the running XScreenSaver daemon to exit." msgstr "Geef de lopende XScreenSaver daemon opdracht af te sluiten." #: driver/demo-Gtk-widgets.c:235 driver/xscreensaver-demo.glade.h:98 -#: driver/xscreensaver-demo.glade2.h:64 +#: driver/xscreensaver-demo.glade2.h:86 msgid "_Restart Daemon" msgstr "Daemon _Herstarten" @@ -93,12 +98,12 @@ msgstr "" "Het xscreensaver-demo programma afsluiten (maar de XScreenSaver-daemon in de " "achtergrond laten lopen.)" -#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:55 +#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:77 msgid "_Help" msgstr "_Hulp" #: driver/demo-Gtk-widgets.c:290 driver/xscreensaver-demo.glade.h:92 -#: driver/xscreensaver-demo.glade2.h:44 +#: driver/xscreensaver-demo.glade2.h:66 msgid "_About..." msgstr "_Info..." @@ -107,7 +112,7 @@ msgid "Display version information." msgstr "Toon versie" #: driver/demo-Gtk-widgets.c:303 driver/xscreensaver-demo.glade.h:94 -#: driver/xscreensaver-demo.glade2.h:53 +#: driver/xscreensaver-demo.glade2.h:75 msgid "_Documentation..." msgstr "_Documentatie..." @@ -120,7 +125,7 @@ msgid "Cycle After" msgstr "Wisselen Na" #: driver/demo-Gtk-widgets.c:364 driver/xscreensaver-demo.glade.h:78 -#: driver/xscreensaver-demo.glade2.h:42 +#: driver/xscreensaver-demo.glade2.h:54 msgid "Whether a password should be required to un-blank the screen." msgstr "" "Of een wachtwoord nodig is om het scherm weer te activeren als het zwart is." @@ -137,23 +142,24 @@ msgstr "Sneller" #: driver/demo-Gtk-widgets.c:397 driver/demo-Gtk-widgets.c:447 #: driver/demo-Gtk-widgets.c:461 driver/demo-Gtk-widgets.c:1010 -#: driver/xscreensaver-demo.glade.h:43 driver/xscreensaver-demo.glade2.h:26 +#: driver/xscreensaver-demo.glade.h:43 msgid "How long before the monitor goes completely black." msgstr "Hoe lang voordat de monitor compleet op zwart gaat." #: driver/demo-Gtk-widgets.c:401 driver/demo-Gtk-widgets.c:413 #: driver/demo-Gtk-widgets.c:425 driver/demo-Gtk-widgets.c:1014 #: driver/demo-Gtk-widgets.c:1026 driver/demo-Gtk-widgets.c:1038 -#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:70 +#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:92 msgid "minutes" msgstr "minuten" -#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2661 +#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2831 #: driver/xscreensaver-demo.glade.h:58 msgid "Preview" msgstr "Voorbeeld" #: driver/demo-Gtk-widgets.c:484 driver/xscreensaver-demo.glade.h:21 +#: driver/xscreensaver-demo.glade2.h:12 msgid "" "Demo the selected screen saver in full-screen mode (click the mouse to " "return.)" @@ -166,6 +172,7 @@ msgid "Settings..." msgstr "Instellingen..." #: driver/demo-Gtk-widgets.c:494 driver/xscreensaver-demo.glade.h:17 +#: driver/xscreensaver-demo.glade2.h:9 msgid "Customization and explanation of the selected screen saver." msgstr "" @@ -174,7 +181,7 @@ msgid "Mode:" msgstr "Modus:" #: driver/demo-Gtk-widgets.c:533 driver/xscreensaver-demo.glade.h:25 -#: driver/xscreensaver-demo.glade2.h:14 +#: driver/xscreensaver-demo.glade2.h:16 #, fuzzy msgid "Disable Screen Saver" msgstr "Scherm Beveiliging" @@ -185,23 +192,23 @@ msgid "Blank Screen Only" msgstr "Enkel Leeg Scherm" #: driver/demo-Gtk-widgets.c:539 driver/xscreensaver-demo.glade.h:56 -#: driver/xscreensaver-demo.glade2.h:32 +#: driver/xscreensaver-demo.glade2.h:42 #, fuzzy msgid "Only One Screen Saver" msgstr "Voorbeeld Scherm Beveiliging" #: driver/demo-Gtk-widgets.c:542 driver/xscreensaver-demo.glade.h:60 -#: driver/xscreensaver-demo.glade2.h:35 +#: driver/xscreensaver-demo.glade2.h:44 #, fuzzy msgid "Random Screen Saver" msgstr "Geen Schermbeveiliging" -#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2034 +#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2120 #: driver/xscreensaver-demo.glade.h:75 msgid "Use" msgstr "Gebruik" -#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2044 +#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2130 #: driver/xscreensaver-demo.glade.h:63 msgid "Screen Saver" msgstr "Schermbeveiliging" @@ -211,6 +218,7 @@ msgid "\\/" msgstr "\\/" #: driver/demo-Gtk-widgets.c:646 driver/xscreensaver-demo.glade.h:61 +#: driver/xscreensaver-demo.glade2.h:45 msgid "" "Run the next screen saver in the list in full-screen mode (click the mouse " "to return.)" @@ -223,6 +231,7 @@ msgid "/\\" msgstr "/\\" #: driver/demo-Gtk-widgets.c:656 driver/xscreensaver-demo.glade.h:62 +#: driver/xscreensaver-demo.glade2.h:46 msgid "" "Run the previous screen saver in the list in full-screen mode (click the " "mouse to return.)" @@ -231,7 +240,7 @@ msgstr "" "muisklik om terug te keren)" #: driver/demo-Gtk-widgets.c:658 driver/demo-Gtk-widgets.c:1601 -#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:11 +#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:13 msgid "Description" msgstr "Beschrijving" @@ -241,11 +250,12 @@ msgid "Display Modes" msgstr "Tekent een sonar scoop." #: driver/demo-Gtk-widgets.c:701 driver/xscreensaver-demo.glade.h:23 -#: driver/xscreensaver-demo.glade2.h:12 +#: driver/xscreensaver-demo.glade2.h:14 msgid "Diagnostics" msgstr "Diagnostiek" #: driver/demo-Gtk-widgets.c:745 driver/xscreensaver-demo.glade.h:80 +#: driver/xscreensaver-demo.glade2.h:56 msgid "Whether the daemon should print lots of debugging information." msgstr "Of de daemon uitgebreide debug-informatie moet afdrukken" @@ -254,6 +264,7 @@ msgid "Verbose Diagnostics" msgstr "Uitgebreide Diagnostiek" #: driver/demo-Gtk-widgets.c:762 driver/xscreensaver-demo.glade.h:79 +#: driver/xscreensaver-demo.glade2.h:55 msgid "" "Whether any error output of the display modes should be redirected to the " "screen." @@ -265,6 +276,7 @@ msgid "Display Subprocess Errors" msgstr "Teken ruis." #: driver/demo-Gtk-widgets.c:779 driver/xscreensaver-demo.glade.h:87 +#: driver/xscreensaver-demo.glade2.h:63 msgid "" "Whether the splash screen (with the version number and `Help' button) should " "be momentarily displayed when the daemon first starts up." @@ -281,6 +293,7 @@ msgid "Colormaps" msgstr "Kleuren" #: driver/demo-Gtk-widgets.c:834 driver/xscreensaver-demo.glade.h:88 +#: driver/xscreensaver-demo.glade2.h:64 msgid "" "Whether to install a private colormap when running in 8-bit mode on the " "default Visual." @@ -291,6 +304,7 @@ msgid "Install Colormap" msgstr "" #: driver/demo-Gtk-widgets.c:859 driver/xscreensaver-demo.glade.h:86 +#: driver/xscreensaver-demo.glade2.h:62 msgid "" "Whether the screen should slowly fade to black when the screen saver " "activates." @@ -302,6 +316,7 @@ msgid "Fade To Black When Blanking" msgstr "" #: driver/demo-Gtk-widgets.c:876 driver/xscreensaver-demo.glade.h:85 +#: driver/xscreensaver-demo.glade2.h:61 msgid "" "Whether the screen should slowly fade in from black when the screen saver " "deactivates." @@ -319,21 +334,23 @@ msgid "Fade Duration" msgstr "Duur" #: driver/demo-Gtk-widgets.c:922 driver/xscreensaver-demo.glade.h:44 +#: driver/xscreensaver-demo.glade2.h:31 msgid "How long it should take for the screen to fade in and out." msgstr "" #: driver/demo-Gtk-widgets.c:926 driver/xscreensaver-demo.glade.h:100 -#: driver/xscreensaver-demo.glade2.h:73 +#: driver/xscreensaver-demo.glade2.h:96 msgid "seconds" msgstr "seconden" #: driver/demo-Gtk-widgets.c:936 driver/xscreensaver-demo.glade.h:27 -#: driver/xscreensaver-demo.glade2.h:15 +#: driver/xscreensaver-demo.glade2.h:17 #, fuzzy msgid "Display Power Management" msgstr "Gebruik energie beheer" #: driver/demo-Gtk-widgets.c:980 driver/xscreensaver-demo.glade.h:84 +#: driver/xscreensaver-demo.glade2.h:60 msgid "Whether the monitor should be powered down after a while." msgstr "" @@ -356,19 +373,22 @@ msgid "Standby After" msgstr "Start Na " #: driver/demo-Gtk-widgets.c:1099 driver/xscreensaver-demo.glade.h:45 +#: driver/xscreensaver-demo.glade2.h:33 msgid "How long until the monitor goes into power-saving mode." msgstr "" #: driver/demo-Gtk-widgets.c:1113 driver/xscreensaver-demo.glade.h:46 +#: driver/xscreensaver-demo.glade2.h:34 msgid "How long until the monitor powers down." msgstr "" #: driver/demo-Gtk-widgets.c:1117 driver/xscreensaver-demo.glade.h:47 -#: driver/xscreensaver-demo.glade2.h:27 +#: driver/xscreensaver-demo.glade2.h:35 msgid "Image Manipulation" msgstr "Beeldbewerking" #: driver/demo-Gtk-widgets.c:1161 driver/xscreensaver-demo.glade.h:81 +#: driver/xscreensaver-demo.glade2.h:57 msgid "" "Whether the image-manipulating modes should be allowed to operate on an " "image of your desktop." @@ -390,6 +410,7 @@ msgid "Grab Video Frames" msgstr "" #: driver/demo-Gtk-widgets.c:1195 driver/xscreensaver-demo.glade.h:83 +#: driver/xscreensaver-demo.glade2.h:59 msgid "" "Whether the image-manipulating modes should operate on random images loaded " "from disk." @@ -401,6 +422,7 @@ msgid "Choose Random Image:" msgstr "Kies een windowmanager" #: driver/demo-Gtk-widgets.c:1230 driver/xscreensaver-demo.glade.h:73 +#: driver/xscreensaver-demo.glade2.h:52 msgid "The directory from which images will be randomly chosen." msgstr "De map waaruit willekeurige afbeeldingen zullen worden gekozen." @@ -419,13 +441,13 @@ msgid "XScreenSaver: Mode-Specific Settings" msgstr "Scherm Beveiliging Instellingen" #: driver/demo-Gtk-widgets.c:1460 driver/xscreensaver-demo.glade.h:64 -#: driver/xscreensaver-demo.glade2.h:36 +#: driver/xscreensaver-demo.glade2.h:47 #, fuzzy msgid "Settings" msgstr "Instellingen..." #: driver/demo-Gtk-widgets.c:1489 driver/xscreensaver-demo.glade.h:66 -#: driver/xscreensaver-demo.glade2.h:38 +#: driver/xscreensaver-demo.glade2.h:49 msgid "Standard" msgstr "Standaard" @@ -434,7 +456,7 @@ msgid "Visual:" msgstr "Visueel:" #: driver/demo-Gtk-widgets.c:1544 driver/demo-Gtk-widgets.c:1567 -#: driver/demo-Gtk.c:1479 driver/demo-Gtk.c:2680 +#: driver/demo-Gtk.c:1518 driver/demo-Gtk.c:2850 #: driver/xscreensaver-demo.glade.h:5 driver/xscreensaver-demo.glade2.h:3 msgid "Any" msgstr "Willekeurig" @@ -445,46 +467,46 @@ msgid "Best" msgstr "Beste" #: driver/demo-Gtk-widgets.c:1546 driver/xscreensaver-demo.glade.h:19 -#: driver/xscreensaver-demo.glade2.h:9 +#: driver/xscreensaver-demo.glade2.h:10 msgid "Default" msgstr "Standaardwaarde" #: driver/demo-Gtk-widgets.c:1547 driver/xscreensaver-demo.glade.h:20 -#: driver/xscreensaver-demo.glade2.h:10 +#: driver/xscreensaver-demo.glade2.h:11 #, fuzzy msgid "Default-N" msgstr "Standaard waarde" #: driver/demo-Gtk-widgets.c:1548 driver/xscreensaver-demo.glade.h:37 -#: driver/xscreensaver-demo.glade2.h:21 +#: driver/xscreensaver-demo.glade2.h:23 msgid "GL" msgstr "GL" #: driver/demo-Gtk-widgets.c:1549 driver/xscreensaver-demo.glade.h:74 -#: driver/xscreensaver-demo.glade2.h:41 +#: driver/xscreensaver-demo.glade2.h:53 msgid "TrueColor" msgstr "WareKleur" #: driver/demo-Gtk-widgets.c:1550 driver/xscreensaver-demo.glade.h:59 -#: driver/xscreensaver-demo.glade2.h:34 +#: driver/xscreensaver-demo.glade2.h:43 #, fuzzy msgid "PseudoColor" msgstr "Kleur" #: driver/demo-Gtk-widgets.c:1551 driver/xscreensaver-demo.glade.h:69 -#: driver/xscreensaver-demo.glade2.h:39 +#: driver/xscreensaver-demo.glade2.h:50 #, fuzzy msgid "StaticGray" msgstr "Ruis." #: driver/demo-Gtk-widgets.c:1552 driver/xscreensaver-demo.glade.h:42 -#: driver/xscreensaver-demo.glade2.h:25 +#: driver/xscreensaver-demo.glade2.h:27 #, fuzzy msgid "GrayScale" msgstr "Geschaald" #: driver/demo-Gtk-widgets.c:1553 driver/xscreensaver-demo.glade.h:24 -#: driver/xscreensaver-demo.glade2.h:13 +#: driver/xscreensaver-demo.glade2.h:15 #, fuzzy msgid "DirectColor" msgstr "Kleur" @@ -495,12 +517,12 @@ msgid "Color" msgstr "Kleur" #: driver/demo-Gtk-widgets.c:1555 driver/xscreensaver-demo.glade.h:41 -#: driver/xscreensaver-demo.glade2.h:24 +#: driver/xscreensaver-demo.glade2.h:26 msgid "Gray" msgstr "Grijs" #: driver/demo-Gtk-widgets.c:1556 driver/xscreensaver-demo.glade.h:53 -#: driver/xscreensaver-demo.glade2.h:29 +#: driver/xscreensaver-demo.glade2.h:37 msgid "Mono" msgstr "Mono" @@ -540,7 +562,7 @@ msgstr "Standaard <<" msgid "Back to the graphical configuration options." msgstr "" -#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:688 +#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:727 #: driver/xscreensaver-demo.glade.h:54 msgid "OK" msgstr "OK" @@ -549,21 +571,11 @@ msgstr "OK" msgid "Cancel" msgstr "Annuleren" -#: driver/demo-Gtk.c:601 +#: driver/demo-Gtk.c:632 msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "" -#: driver/demo-Gtk.c:608 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:610 -#, fuzzy, c-format -msgid "Copyright 1991-2002 %s" -msgstr "Copyright 1991-2002 %s" - -#: driver/demo-Gtk.c:726 +#: driver/demo-Gtk.c:765 msgid "" "Error:\n" "\n" @@ -573,7 +585,7 @@ msgstr "" "\n" "Er is geen Hulp-URL opgegeven.\n" -#: driver/demo-Gtk.c:812 +#: driver/demo-Gtk.c:851 msgid "" "Error:\n" "\n" @@ -584,7 +596,7 @@ msgstr "" "\n" "De xcsreensaver daemon is niet goed opgestart.\n" -#: driver/demo-Gtk.c:818 +#: driver/demo-Gtk.c:857 msgid "" "You are running as root. This usually means that xscreensaver\n" "was unable to contact your X server because access control is\n" @@ -603,11 +615,11 @@ msgid "" "normal user, and `su' as necessary." msgstr "" -#: driver/demo-Gtk.c:834 +#: driver/demo-Gtk.c:873 msgid "Please check your $PATH and permissions." msgstr "Controleer uw $PATH en permissies." -#: driver/demo-Gtk.c:869 +#: driver/demo-Gtk.c:908 msgid "" "Error:\n" "\n" @@ -617,7 +629,7 @@ msgstr "" "\n" "Kon de init-bestandsnaam niet bepalen!\n" -#: driver/demo-Gtk.c:874 +#: driver/demo-Gtk.c:913 #, c-format msgid "" "Error:\n" @@ -628,7 +640,7 @@ msgstr "" "\n" "Kon %s niet schrijven\n" -#: driver/demo-Gtk.c:933 +#: driver/demo-Gtk.c:972 msgid "" "Error:\n" "\n" @@ -638,7 +650,7 @@ msgstr "" "\n" "geen 'manualCommand' bron ingesteld." -#: driver/demo-Gtk.c:1114 +#: driver/demo-Gtk.c:1153 #, c-format msgid "" "Error:\n" @@ -649,7 +661,7 @@ msgstr "" "\n" "Ongeldig tijdsformaat: \"%s\"\n" -#: driver/demo-Gtk.c:1779 +#: driver/demo-Gtk.c:1818 #, c-format msgid "" "Error:\n" @@ -660,25 +672,25 @@ msgstr "" "\n" "Map bestaat niet: \"%s\"\n" -#: driver/demo-Gtk.c:2376 +#: driver/demo-Gtk.c:2532 msgid "Descriptions not available: no XML support compiled in." msgstr "" "Beschrijvingen niet beschikbaar: geen XML-ondersteuning meegecompileerd." -#: driver/demo-Gtk.c:2381 +#: driver/demo-Gtk.c:2537 msgid "No description available." msgstr "Geen beschrijving beschikbaar." -#: driver/demo-Gtk.c:2632 +#: driver/demo-Gtk.c:2802 #, fuzzy msgid "Blank Screen" msgstr "Schermverval" -#: driver/demo-Gtk.c:2638 +#: driver/demo-Gtk.c:2808 msgid "Screen Saver Disabled" msgstr "Schermbeveiliging Uitgezet" -#: driver/demo-Gtk.c:2798 +#: driver/demo-Gtk.c:2996 #, c-format msgid "" "Warning:\n" @@ -689,16 +701,24 @@ msgstr "" "\n" "bestand \"%s\" is veranderd. bezig met herladen.\n" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 #, fuzzy msgid "No Preview" msgstr "Voorbeeld" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "Available" msgstr "Beschikbaar" -#: driver/demo-Gtk.c:3543 +#: driver/demo-Gtk.c:3079 +msgid "Not" +msgstr "" + +#: driver/demo-Gtk.c:3079 +msgid "Installed" +msgstr "" + +#: driver/demo-Gtk.c:3780 #, c-format msgid "" "Warning:\n" @@ -711,7 +731,7 @@ msgstr "" "De XScreenSaver daemon loopt kennelijk niet op \n" "display \"%s\". Nu opstarten." -#: driver/demo-Gtk.c:3553 +#: driver/demo-Gtk.c:3790 #, c-format msgid "" "Warning:\n" @@ -743,7 +763,7 @@ msgstr "" "\n" "De schermbeveiligings-daemon nu opnieuw opstarten?\n" -#: driver/demo-Gtk.c:3578 +#: driver/demo-Gtk.c:3815 #, c-format msgid "" "Warning:\n" @@ -759,7 +779,7 @@ msgid "" "Restart the daemon on \"%s\" as \"%s\" now?\n" msgstr "" -#: driver/demo-Gtk.c:3600 +#: driver/demo-Gtk.c:3837 #, c-format msgid "" "Warning:\n" @@ -778,14 +798,19 @@ msgstr "" "\n" "De schermbeveiligings-daemon nu opnieuw opstarten?\n" -#: driver/demo-Gtk.c:3999 +#: driver/demo-Gtk.c:4272 #, c-format msgid "%s: unknown option: %s\n" msgstr "%s: onbekende optie: %s\n" +#: driver/demo-Gtk.c:4335 +#, fuzzy +msgid "Screensaver Preferences" +msgstr "Schermbeveiliging" + #: driver/screensaver-properties.desktop.in.h:1 -msgid "Configure the settings of the screensaver." -msgstr "Instellingen voor de schermbeveiliging." +msgid "Change screensaver properties" +msgstr "" #: driver/screensaver-properties.desktop.in.h:2 msgid "Screensaver" @@ -804,145 +829,177 @@ msgstr "*" msgid "Choose _Random Image:" msgstr "Kies een windowmanager" -#: driver/xscreensaver-demo.glade2.h:16 +#: driver/xscreensaver-demo.glade2.h:18 #, fuzzy msgid "Display Subprocess _Errors" msgstr "Teken ruis." -#: driver/xscreensaver-demo.glade2.h:17 +#: driver/xscreensaver-demo.glade2.h:19 #, fuzzy msgid "Display _Splash Screen at Startup" msgstr "Scherm Beveiliging" -#: driver/xscreensaver-demo.glade2.h:18 +#: driver/xscreensaver-demo.glade2.h:20 #, fuzzy msgid "F_ade Duration" msgstr "Duur" -#: driver/xscreensaver-demo.glade2.h:19 +#: driver/xscreensaver-demo.glade2.h:21 msgid "Fade from Black When _Unblanking" msgstr "" -#: driver/xscreensaver-demo.glade2.h:20 +#: driver/xscreensaver-demo.glade2.h:22 #, fuzzy msgid "Fade to Black when _Blanking" msgstr "Langzaam overgaan naar Zwart bij blank gaan" -#: driver/xscreensaver-demo.glade2.h:22 +#: driver/xscreensaver-demo.glade2.h:24 #, fuzzy msgid "Grab Desktop _Images" msgstr "Scherm Beveiliging" -#: driver/xscreensaver-demo.glade2.h:23 +#: driver/xscreensaver-demo.glade2.h:25 msgid "Grab _Video Frames" msgstr "" #: driver/xscreensaver-demo.glade2.h:28 +msgid "How long after the screen blanks until a password will be required." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:29 +#, fuzzy +msgid "How long before the screensaver activates." +msgstr "Hoe lang voordat de monitor compleet op zwart gaat." + +#: driver/xscreensaver-demo.glade2.h:30 +msgid "" +"How long each display mode should run before choosing a new one (in Random " +"mode.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:32 +#, fuzzy +msgid "How long until the monitor goes completely black." +msgstr "Hoe lang voordat de monitor compleet op zwart gaat." + +#: driver/xscreensaver-demo.glade2.h:36 #, fuzzy msgid "Install _Colormap" msgstr "Kleuren" -#: driver/xscreensaver-demo.glade2.h:30 +#: driver/xscreensaver-demo.glade2.h:38 #, fuzzy msgid "" "No Preview\n" "Available" msgstr "Voorbeeld" -#: driver/xscreensaver-demo.glade2.h:33 -#, fuzzy -msgid "Preview of screen saver" -msgstr "Scherm Beveiliging" +#: driver/xscreensaver-demo.glade2.h:40 +msgid "" +"Not\n" +"Installed" +msgstr "" -#: driver/xscreensaver-demo.glade2.h:37 +#: driver/xscreensaver-demo.glade2.h:48 #, fuzzy msgid "Stand_by After" msgstr "Start Na " -#: driver/xscreensaver-demo.glade2.h:40 +#: driver/xscreensaver-demo.glade2.h:51 #, fuzzy msgid "Sus_pend After" msgstr "Start Na " -#: driver/xscreensaver-demo.glade2.h:45 +#: driver/xscreensaver-demo.glade2.h:58 +msgid "" +"Whether the image-manipulating modes should operate on images captured from " +"the system's video input (if there is one.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:67 msgid "_Advanced" msgstr "_Details" -#: driver/xscreensaver-demo.glade2.h:46 +#: driver/xscreensaver-demo.glade2.h:68 msgid "_Advanced >>" msgstr "_Details >>" -#: driver/xscreensaver-demo.glade2.h:47 +#: driver/xscreensaver-demo.glade2.h:69 #, fuzzy msgid "_Blank After" msgstr "Sneller" -#: driver/xscreensaver-demo.glade2.h:49 +#: driver/xscreensaver-demo.glade2.h:71 msgid "_Browse" msgstr "_Bladeren" -#: driver/xscreensaver-demo.glade2.h:50 +#: driver/xscreensaver-demo.glade2.h:72 msgid "_Command Line:" msgstr "Opdra_chtregel:" -#: driver/xscreensaver-demo.glade2.h:51 +#: driver/xscreensaver-demo.glade2.h:73 msgid "_Cycle After" msgstr "_Volgende Na" -#: driver/xscreensaver-demo.glade2.h:52 +#: driver/xscreensaver-demo.glade2.h:74 msgid "_Display Modes" msgstr "_Weergavemodi" -#: driver/xscreensaver-demo.glade2.h:57 +#: driver/xscreensaver-demo.glade2.h:79 #, fuzzy msgid "_Lock Screen After" msgstr "Geen Schermbeveiliging" -#: driver/xscreensaver-demo.glade2.h:59 +#: driver/xscreensaver-demo.glade2.h:81 msgid "_Mode:" msgstr "_Modus:" -#: driver/xscreensaver-demo.glade2.h:60 +#: driver/xscreensaver-demo.glade2.h:82 msgid "_Off After" msgstr "_Uit Na" -#: driver/xscreensaver-demo.glade2.h:61 +#: driver/xscreensaver-demo.glade2.h:83 msgid "_Power Management Enabled" msgstr "Gebruik _Energiebeheer" -#: driver/xscreensaver-demo.glade2.h:62 +#: driver/xscreensaver-demo.glade2.h:84 msgid "_Preview" msgstr "_Voorbeeld" -#: driver/xscreensaver-demo.glade2.h:63 +#: driver/xscreensaver-demo.glade2.h:85 msgid "_Quit" msgstr "_Afsluiten" -#: driver/xscreensaver-demo.glade2.h:65 +#: driver/xscreensaver-demo.glade2.h:87 msgid "_Settings..." msgstr "In_stellingen..." -#: driver/xscreensaver-demo.glade2.h:66 +#: driver/xscreensaver-demo.glade2.h:88 msgid "_Standard <<" msgstr "_Standaard <<" -#: driver/xscreensaver-demo.glade2.h:67 -msgid "_Verbose Dialognostics" -msgstr "_Uitgebreide Diagnostiek" +#: driver/xscreensaver-demo.glade2.h:89 +#, fuzzy +msgid "_Verbose Diagnostics" +msgstr "Uitgebreide Diagnostiek" -#: driver/xscreensaver-demo.glade2.h:68 +#: driver/xscreensaver-demo.glade2.h:90 msgid "_Visual:" msgstr "_Visueel:" -#: driver/xscreensaver-demo.glade2.h:69 +#: driver/xscreensaver-demo.glade2.h:91 msgid "dialog1" msgstr "Dialo" -#: driver/xscreensaver-demo.glade2.h:71 +#: driver/xscreensaver-demo.glade2.h:93 msgid "no preview" msgstr "geen voorbeeld" -#: driver/xscreensaver-demo.glade2.h:72 +#: driver/xscreensaver-demo.glade2.h:94 +msgid "not installed" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:95 msgid "preview" msgstr "voorbeeld" @@ -954,85 +1011,95 @@ msgstr "Anemoon" msgid "Arms" msgstr "Armen" -#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:5 +#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:6 #: hacks/config/apollonian.xml.h:5 hacks/config/atlantis.xml.h:4 -#: hacks/config/attraction.xml.h:8 hacks/config/blaster.xml.h:3 -#: hacks/config/blitspin.xml.h:4 hacks/config/bouboule.xml.h:3 +#: hacks/config/attraction.xml.h:8 hacks/config/atunnel.xml.h:3 +#: hacks/config/barcode.xml.h:4 hacks/config/blaster.xml.h:3 +#: hacks/config/blitspin.xml.h:4 hacks/config/blocktube.xml.h:4 +#: hacks/config/bouboule.xml.h:3 hacks/config/bouncingcow.xml.h:6 #: hacks/config/boxed.xml.h:4 hacks/config/braid.xml.h:4 #: hacks/config/bubble3d.xml.h:3 hacks/config/bubbles.xml.h:8 #: hacks/config/bumps.xml.h:3 hacks/config/cage.xml.h:2 -#: hacks/config/circuit.xml.h:4 hacks/config/compass.xml.h:3 -#: hacks/config/coral.xml.h:7 hacks/config/critical.xml.h:3 -#: hacks/config/crystal.xml.h:6 hacks/config/cubenetic.xml.h:8 +#: hacks/config/circuit.xml.h:4 hacks/config/cloudlife.xml.h:3 +#: hacks/config/compass.xml.h:3 hacks/config/coral.xml.h:7 +#: hacks/config/critical.xml.h:3 hacks/config/crystal.xml.h:6 +#: hacks/config/cubenetic.xml.h:8 hacks/config/cubestorm.xml.h:4 #: hacks/config/cynosure.xml.h:4 hacks/config/dangerball.xml.h:3 #: hacks/config/decayscreen.xml.h:2 hacks/config/deluxe.xml.h:4 #: hacks/config/demon.xml.h:4 hacks/config/discrete.xml.h:2 #: hacks/config/distort.xml.h:4 hacks/config/drift.xml.h:3 -#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:3 -#: hacks/config/epicycle.xml.h:5 hacks/config/euler2d.xml.h:3 -#: hacks/config/extrusion.xml.h:3 hacks/config/fadeplot.xml.h:4 -#: hacks/config/flag.xml.h:2 hacks/config/flame.xml.h:6 -#: hacks/config/flipscreen3d.xml.h:1 hacks/config/flow.xml.h:4 -#: hacks/config/fluidballs.xml.h:3 hacks/config/forest.xml.h:1 +#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:8 +#: hacks/config/epicycle.xml.h:5 hacks/config/eruption.xml.h:5 +#: hacks/config/euler2d.xml.h:3 hacks/config/extrusion.xml.h:3 +#: hacks/config/fadeplot.xml.h:4 hacks/config/flag.xml.h:2 +#: hacks/config/flame.xml.h:6 hacks/config/flipscreen3d.xml.h:1 +#: hacks/config/flow.xml.h:4 hacks/config/fluidballs.xml.h:5 +#: hacks/config/flyingtoasters.xml.h:5 hacks/config/forest.xml.h:1 #: hacks/config/galaxy.xml.h:3 hacks/config/gears.xml.h:2 -#: hacks/config/gflux.xml.h:6 hacks/config/glforestfire.xml.h:4 -#: hacks/config/glplanet.xml.h:2 hacks/config/glsnake.xml.h:5 -#: hacks/config/gltext.xml.h:3 hacks/config/goop.xml.h:4 -#: hacks/config/grav.xml.h:2 hacks/config/greynetic.xml.h:1 -#: hacks/config/halo.xml.h:2 hacks/config/hopalong.xml.h:9 -#: hacks/config/hyperball.xml.h:2 hacks/config/hypercube.xml.h:2 +#: hacks/config/gflux.xml.h:6 hacks/config/glblur.xml.h:4 +#: hacks/config/glforestfire.xml.h:4 hacks/config/glknots.xml.h:3 +#: hacks/config/glmatrix.xml.h:8 hacks/config/glplanet.xml.h:2 +#: hacks/config/glsnake.xml.h:5 hacks/config/gltext.xml.h:3 +#: hacks/config/goop.xml.h:4 hacks/config/grav.xml.h:2 +#: hacks/config/greynetic.xml.h:1 hacks/config/halo.xml.h:2 +#: hacks/config/hopalong.xml.h:9 hacks/config/hyperball.xml.h:2 +#: hacks/config/hypercube.xml.h:2 hacks/config/hypertorus.xml.h:6 #: hacks/config/ifs.xml.h:1 hacks/config/interference.xml.h:5 -#: hacks/config/jigsaw.xml.h:3 hacks/config/juggle.xml.h:3 -#: hacks/config/julia.xml.h:2 hacks/config/kaleidescope.xml.h:2 +#: hacks/config/jigglypuff.xml.h:6 hacks/config/jigsaw.xml.h:3 +#: hacks/config/juggle.xml.h:3 hacks/config/julia.xml.h:2 +#: hacks/config/kaleidescope.xml.h:2 hacks/config/klein.xml.h:2 #: hacks/config/kumppa.xml.h:3 hacks/config/lament.xml.h:2 #: hacks/config/laser.xml.h:3 hacks/config/lavalite.xml.h:10 #: hacks/config/lightning.xml.h:1 hacks/config/lisa.xml.h:2 #: hacks/config/lissie.xml.h:3 hacks/config/lmorph.xml.h:3 #: hacks/config/loop.xml.h:1 hacks/config/maze.xml.h:4 -#: hacks/config/menger.xml.h:3 hacks/config/moebius.xml.h:3 -#: hacks/config/moire2.xml.h:2 hacks/config/molecule.xml.h:10 -#: hacks/config/morph3d.xml.h:3 hacks/config/mountain.xml.h:2 -#: hacks/config/munch.xml.h:3 hacks/config/nerverot.xml.h:9 -#: hacks/config/penetrate.xml.h:3 hacks/config/penrose.xml.h:6 -#: hacks/config/petri.xml.h:5 hacks/config/phosphor.xml.h:3 +#: hacks/config/menger.xml.h:3 hacks/config/metaballs.xml.h:4 +#: hacks/config/moebius.xml.h:3 hacks/config/moire2.xml.h:2 +#: hacks/config/molecule.xml.h:10 hacks/config/morph3d.xml.h:3 +#: hacks/config/mountain.xml.h:2 hacks/config/munch.xml.h:3 +#: hacks/config/nerverot.xml.h:9 hacks/config/penetrate.xml.h:3 +#: hacks/config/penrose.xml.h:6 hacks/config/petri.xml.h:5 +#: hacks/config/phosphor.xml.h:3 hacks/config/piecewise.xml.h:4 #: hacks/config/pipes.xml.h:5 hacks/config/polyominoes.xml.h:2 -#: hacks/config/pulsar.xml.h:11 hacks/config/pyro.xml.h:4 -#: hacks/config/qix.xml.h:7 hacks/config/queens.xml.h:1 -#: hacks/config/rd-bomb.xml.h:9 hacks/config/ripples.xml.h:4 -#: hacks/config/rocks.xml.h:4 hacks/config/rotor.xml.h:3 -#: hacks/config/rubik.xml.h:3 hacks/config/sballs.xml.h:4 -#: hacks/config/shadebobs.xml.h:3 hacks/config/sierpinski.xml.h:2 -#: hacks/config/sierpinski3d.xml.h:2 hacks/config/slidescreen.xml.h:2 -#: hacks/config/slip.xml.h:2 hacks/config/speedmine.xml.h:3 -#: hacks/config/sphere.xml.h:2 hacks/config/spheremonics.xml.h:5 -#: hacks/config/spiral.xml.h:3 hacks/config/spotlight.xml.h:2 -#: hacks/config/sproingies.xml.h:2 hacks/config/squiral.xml.h:4 -#: hacks/config/stairs.xml.h:1 hacks/config/starfish.xml.h:3 -#: hacks/config/starwars.xml.h:6 hacks/config/strange.xml.h:2 -#: hacks/config/superquadrics.xml.h:3 hacks/config/swirl.xml.h:2 -#: hacks/config/t3d.xml.h:6 hacks/config/thornbird.xml.h:2 -#: hacks/config/triangle.xml.h:1 hacks/config/truchet.xml.h:1 -#: hacks/config/twang.xml.h:3 hacks/config/vines.xml.h:1 -#: hacks/config/webcollage.xml.h:4 hacks/config/worm.xml.h:3 -#: hacks/config/xearth.xml.h:7 hacks/config/xfishtank.xml.h:3 -#: hacks/config/xflame.xml.h:4 hacks/config/xjack.xml.h:1 -#: hacks/config/xmatrix.xml.h:5 hacks/config/xmountains.xml.h:1 -#: hacks/config/xrayswarm.xml.h:2 hacks/config/zoom.xml.h:2 +#: hacks/config/popsquares.xml.h:3 hacks/config/pulsar.xml.h:11 +#: hacks/config/pyro.xml.h:4 hacks/config/qix.xml.h:7 +#: hacks/config/queens.xml.h:1 hacks/config/rd-bomb.xml.h:9 +#: hacks/config/ripples.xml.h:4 hacks/config/rocks.xml.h:4 +#: hacks/config/rotor.xml.h:3 hacks/config/rubik.xml.h:3 +#: hacks/config/sballs.xml.h:4 hacks/config/shadebobs.xml.h:3 +#: hacks/config/sierpinski.xml.h:2 hacks/config/sierpinski3d.xml.h:2 +#: hacks/config/slidescreen.xml.h:2 hacks/config/slip.xml.h:2 +#: hacks/config/speedmine.xml.h:3 hacks/config/sphere.xml.h:2 +#: hacks/config/spheremonics.xml.h:5 hacks/config/spiral.xml.h:3 +#: hacks/config/spotlight.xml.h:2 hacks/config/sproingies.xml.h:2 +#: hacks/config/squiral.xml.h:4 hacks/config/stairs.xml.h:1 +#: hacks/config/starfish.xml.h:3 hacks/config/starwars.xml.h:6 +#: hacks/config/strange.xml.h:2 hacks/config/superquadrics.xml.h:4 +#: hacks/config/swirl.xml.h:2 hacks/config/t3d.xml.h:6 +#: hacks/config/thornbird.xml.h:2 hacks/config/triangle.xml.h:1 +#: hacks/config/truchet.xml.h:1 hacks/config/twang.xml.h:3 +#: hacks/config/vines.xml.h:1 hacks/config/webcollage.xml.h:4 +#: hacks/config/worm.xml.h:3 hacks/config/xearth.xml.h:7 +#: hacks/config/xfishtank.xml.h:3 hacks/config/xflame.xml.h:4 +#: hacks/config/xjack.xml.h:1 hacks/config/xmatrix.xml.h:5 +#: hacks/config/xmountains.xml.h:1 hacks/config/xrayswarm.xml.h:2 +#: hacks/config/zoom.xml.h:2 msgid "Fast" msgstr "Snel" #: hacks/config/anemone.xml.h:4 hacks/config/blaster.xml.h:4 #: hacks/config/bouboule.xml.h:4 hacks/config/coral.xml.h:8 -#: hacks/config/cubenetic.xml.h:9 hacks/config/euler2d.xml.h:4 -#: hacks/config/flame.xml.h:7 hacks/config/fluidballs.xml.h:4 -#: hacks/config/kaleidescope.xml.h:3 hacks/config/lisa.xml.h:3 -#: hacks/config/pedal.xml.h:4 hacks/config/petri.xml.h:7 -#: hacks/config/qix.xml.h:8 hacks/config/thornbird.xml.h:3 -#: hacks/config/whirlwindwarp.xml.h:1 hacks/config/xfishtank.xml.h:4 +#: hacks/config/cubenetic.xml.h:9 hacks/config/eruption.xml.h:6 +#: hacks/config/euler2d.xml.h:4 hacks/config/flame.xml.h:7 +#: hacks/config/fluidballs.xml.h:6 hacks/config/kaleidescope.xml.h:3 +#: hacks/config/lisa.xml.h:3 hacks/config/pedal.xml.h:4 +#: hacks/config/petri.xml.h:7 hacks/config/qix.xml.h:8 +#: hacks/config/thornbird.xml.h:3 hacks/config/whirlwindwarp.xml.h:1 +#: hacks/config/xfishtank.xml.h:4 msgid "Few" msgstr "Weinig" -#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:8 +#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:9 #: hacks/config/apollonian.xml.h:7 hacks/config/attraction.xml.h:18 #: hacks/config/blaster.xml.h:6 hacks/config/bouboule.xml.h:5 #: hacks/config/braid.xml.h:7 hacks/config/coral.xml.h:9 @@ -1041,17 +1108,18 @@ msgstr "Weinig" #: hacks/config/deco.xml.h:5 hacks/config/deluxe.xml.h:6 #: hacks/config/demon.xml.h:6 hacks/config/discrete.xml.h:4 #: hacks/config/drift.xml.h:9 hacks/config/epicycle.xml.h:8 -#: hacks/config/euler2d.xml.h:8 hacks/config/fadeplot.xml.h:6 -#: hacks/config/flag.xml.h:5 hacks/config/flame.xml.h:11 -#: hacks/config/flow.xml.h:8 hacks/config/fluidballs.xml.h:13 -#: hacks/config/forest.xml.h:3 hacks/config/galaxy.xml.h:6 -#: hacks/config/grav.xml.h:4 hacks/config/halo.xml.h:4 -#: hacks/config/hopalong.xml.h:15 hacks/config/ifs.xml.h:3 -#: hacks/config/imsmap.xml.h:9 hacks/config/interference.xml.h:11 -#: hacks/config/julia.xml.h:6 hacks/config/kaleidescope.xml.h:5 -#: hacks/config/laser.xml.h:6 hacks/config/lightning.xml.h:3 -#: hacks/config/lisa.xml.h:5 hacks/config/lissie.xml.h:6 -#: hacks/config/loop.xml.h:4 hacks/config/moire.xml.h:5 +#: hacks/config/eruption.xml.h:12 hacks/config/euler2d.xml.h:8 +#: hacks/config/fadeplot.xml.h:6 hacks/config/flag.xml.h:5 +#: hacks/config/flame.xml.h:11 hacks/config/flow.xml.h:8 +#: hacks/config/fluidballs.xml.h:13 hacks/config/forest.xml.h:3 +#: hacks/config/galaxy.xml.h:6 hacks/config/grav.xml.h:4 +#: hacks/config/halo.xml.h:4 hacks/config/hopalong.xml.h:15 +#: hacks/config/ifs.xml.h:3 hacks/config/imsmap.xml.h:9 +#: hacks/config/interference.xml.h:11 hacks/config/julia.xml.h:6 +#: hacks/config/kaleidescope.xml.h:5 hacks/config/laser.xml.h:6 +#: hacks/config/lightning.xml.h:3 hacks/config/lisa.xml.h:5 +#: hacks/config/lissie.xml.h:6 hacks/config/loop.xml.h:4 +#: hacks/config/metaballs.xml.h:6 hacks/config/moire.xml.h:5 #: hacks/config/moire2.xml.h:3 hacks/config/mountain.xml.h:4 #: hacks/config/nerverot.xml.h:15 hacks/config/pedal.xml.h:6 #: hacks/config/penrose.xml.h:7 hacks/config/petri.xml.h:11 @@ -1069,111 +1137,131 @@ msgstr "Weinig" msgid "Many" msgstr "Veel" -#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:10 +#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:11 #: hacks/config/apollonian.xml.h:8 hacks/config/attraction.xml.h:19 #: hacks/config/bouboule.xml.h:6 hacks/config/braid.xml.h:9 #: hacks/config/critical.xml.h:5 hacks/config/crystal.xml.h:10 #: hacks/config/cynosure.xml.h:7 hacks/config/deco.xml.h:8 #: hacks/config/deluxe.xml.h:7 hacks/config/demon.xml.h:7 #: hacks/config/discrete.xml.h:6 hacks/config/drift.xml.h:10 -#: hacks/config/epicycle.xml.h:9 hacks/config/euler2d.xml.h:9 -#: hacks/config/fadeplot.xml.h:7 hacks/config/flag.xml.h:6 -#: hacks/config/flame.xml.h:12 hacks/config/flow.xml.h:9 -#: hacks/config/forest.xml.h:4 hacks/config/galaxy.xml.h:7 -#: hacks/config/grav.xml.h:5 hacks/config/halo.xml.h:6 -#: hacks/config/hopalong.xml.h:17 hacks/config/ifs.xml.h:4 -#: hacks/config/imsmap.xml.h:10 hacks/config/interference.xml.h:12 -#: hacks/config/julia.xml.h:7 hacks/config/laser.xml.h:8 -#: hacks/config/lightning.xml.h:4 hacks/config/lisa.xml.h:6 -#: hacks/config/lissie.xml.h:7 hacks/config/loop.xml.h:5 +#: hacks/config/epicycle.xml.h:9 hacks/config/eruption.xml.h:14 +#: hacks/config/euler2d.xml.h:9 hacks/config/fadeplot.xml.h:7 +#: hacks/config/flag.xml.h:6 hacks/config/flame.xml.h:12 +#: hacks/config/flow.xml.h:9 hacks/config/forest.xml.h:4 +#: hacks/config/galaxy.xml.h:7 hacks/config/grav.xml.h:5 +#: hacks/config/halo.xml.h:6 hacks/config/hopalong.xml.h:17 +#: hacks/config/ifs.xml.h:4 hacks/config/imsmap.xml.h:10 +#: hacks/config/interference.xml.h:12 hacks/config/julia.xml.h:7 +#: hacks/config/laser.xml.h:8 hacks/config/lightning.xml.h:4 +#: hacks/config/lisa.xml.h:6 hacks/config/lissie.xml.h:7 +#: hacks/config/loop.xml.h:5 hacks/config/metaballs.xml.h:10 #: hacks/config/moire.xml.h:7 hacks/config/moire2.xml.h:5 #: hacks/config/mountain.xml.h:6 hacks/config/penrose.xml.h:8 -#: hacks/config/polyominoes.xml.h:6 hacks/config/rd-bomb.xml.h:13 -#: hacks/config/rocks.xml.h:6 hacks/config/rotor.xml.h:7 -#: hacks/config/shadebobs.xml.h:6 hacks/config/sierpinski.xml.h:5 -#: hacks/config/slip.xml.h:5 hacks/config/sphere.xml.h:4 -#: hacks/config/spiral.xml.h:8 hacks/config/squiral.xml.h:10 -#: hacks/config/starfish.xml.h:6 hacks/config/strange.xml.h:6 -#: hacks/config/swirl.xml.h:5 hacks/config/thornbird.xml.h:5 -#: hacks/config/triangle.xml.h:4 hacks/config/vines.xml.h:3 -#: hacks/config/worm.xml.h:5 hacks/config/xearth.xml.h:17 -#: hacks/config/xfishtank.xml.h:9 +#: hacks/config/polyominoes.xml.h:6 hacks/config/popsquares.xml.h:4 +#: hacks/config/rd-bomb.xml.h:13 hacks/config/rocks.xml.h:6 +#: hacks/config/rotor.xml.h:7 hacks/config/shadebobs.xml.h:6 +#: hacks/config/sierpinski.xml.h:5 hacks/config/slip.xml.h:5 +#: hacks/config/sphere.xml.h:4 hacks/config/spiral.xml.h:8 +#: hacks/config/squiral.xml.h:10 hacks/config/starfish.xml.h:6 +#: hacks/config/strange.xml.h:6 hacks/config/swirl.xml.h:5 +#: hacks/config/thornbird.xml.h:5 hacks/config/triangle.xml.h:4 +#: hacks/config/vines.xml.h:3 hacks/config/worm.xml.h:5 +#: hacks/config/xearth.xml.h:17 hacks/config/xfishtank.xml.h:9 msgid "Number of Colors" msgstr "Aantal Kleuren" -#: hacks/config/anemone.xml.h:7 hacks/config/ant.xml.h:14 +#: hacks/config/anemone.xml.h:7 hacks/config/pyro.xml.h:8 +msgid "Often" +msgstr "Vaak" + +#: hacks/config/anemone.xml.h:8 +msgid "Rarely" +msgstr "" + +#: hacks/config/anemone.xml.h:9 hacks/config/ant.xml.h:15 #: hacks/config/apollonian.xml.h:11 hacks/config/atlantis.xml.h:13 -#: hacks/config/attraction.xml.h:26 hacks/config/blaster.xml.h:8 -#: hacks/config/blitspin.xml.h:7 hacks/config/bouboule.xml.h:8 +#: hacks/config/attraction.xml.h:26 hacks/config/atunnel.xml.h:6 +#: hacks/config/barcode.xml.h:6 hacks/config/blaster.xml.h:8 +#: hacks/config/blitspin.xml.h:7 hacks/config/blocktube.xml.h:9 +#: hacks/config/bouboule.xml.h:8 hacks/config/bouncingcow.xml.h:10 #: hacks/config/boxed.xml.h:6 hacks/config/braid.xml.h:11 #: hacks/config/bubble3d.xml.h:5 hacks/config/bubbles.xml.h:10 #: hacks/config/bumps.xml.h:4 hacks/config/cage.xml.h:4 -#: hacks/config/circuit.xml.h:10 hacks/config/compass.xml.h:4 -#: hacks/config/coral.xml.h:12 hacks/config/critical.xml.h:6 -#: hacks/config/crystal.xml.h:11 hacks/config/cubenetic.xml.h:22 +#: hacks/config/circuit.xml.h:10 hacks/config/cloudlife.xml.h:11 +#: hacks/config/compass.xml.h:4 hacks/config/coral.xml.h:12 +#: hacks/config/critical.xml.h:6 hacks/config/crystal.xml.h:11 +#: hacks/config/cubenetic.xml.h:22 hacks/config/cubestorm.xml.h:8 #: hacks/config/cynosure.xml.h:9 hacks/config/dangerball.xml.h:5 #: hacks/config/decayscreen.xml.h:17 hacks/config/deluxe.xml.h:8 #: hacks/config/demon.xml.h:8 hacks/config/discrete.xml.h:7 #: hacks/config/distort.xml.h:11 hacks/config/drift.xml.h:12 -#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:5 -#: hacks/config/epicycle.xml.h:10 hacks/config/euler2d.xml.h:14 -#: hacks/config/extrusion.xml.h:11 hacks/config/fadeplot.xml.h:8 -#: hacks/config/flag.xml.h:7 hacks/config/flame.xml.h:14 -#: hacks/config/flipscreen3d.xml.h:6 hacks/config/flow.xml.h:13 -#: hacks/config/fluidballs.xml.h:18 hacks/config/forest.xml.h:5 +#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:15 +#: hacks/config/epicycle.xml.h:10 hacks/config/eruption.xml.h:19 +#: hacks/config/euler2d.xml.h:14 hacks/config/extrusion.xml.h:11 +#: hacks/config/fadeplot.xml.h:8 hacks/config/flag.xml.h:7 +#: hacks/config/flame.xml.h:14 hacks/config/flipscreen3d.xml.h:6 +#: hacks/config/flow.xml.h:13 hacks/config/fluidballs.xml.h:18 +#: hacks/config/flyingtoasters.xml.h:11 hacks/config/forest.xml.h:5 #: hacks/config/galaxy.xml.h:10 hacks/config/gears.xml.h:7 -#: hacks/config/gflux.xml.h:12 hacks/config/glforestfire.xml.h:14 -#: hacks/config/glplanet.xml.h:6 hacks/config/glsnake.xml.h:12 -#: hacks/config/gltext.xml.h:13 hacks/config/goop.xml.h:10 -#: hacks/config/grav.xml.h:8 hacks/config/greynetic.xml.h:3 -#: hacks/config/halo.xml.h:9 hacks/config/hopalong.xml.h:21 -#: hacks/config/hyperball.xml.h:8 hacks/config/hypercube.xml.h:7 +#: hacks/config/gflux.xml.h:12 hacks/config/glblur.xml.h:14 +#: hacks/config/glforestfire.xml.h:14 hacks/config/glknots.xml.h:17 +#: hacks/config/glmatrix.xml.h:18 hacks/config/glplanet.xml.h:6 +#: hacks/config/glsnake.xml.h:12 hacks/config/gltext.xml.h:13 +#: hacks/config/goop.xml.h:10 hacks/config/grav.xml.h:8 +#: hacks/config/greynetic.xml.h:3 hacks/config/halo.xml.h:9 +#: hacks/config/hopalong.xml.h:21 hacks/config/hyperball.xml.h:8 +#: hacks/config/hypercube.xml.h:7 hacks/config/hypertorus.xml.h:13 #: hacks/config/ifs.xml.h:5 hacks/config/interference.xml.h:14 -#: hacks/config/jigsaw.xml.h:5 hacks/config/juggle.xml.h:7 -#: hacks/config/julia.xml.h:8 hacks/config/kaleidescope.xml.h:7 +#: hacks/config/jigglypuff.xml.h:16 hacks/config/jigsaw.xml.h:5 +#: hacks/config/juggle.xml.h:7 hacks/config/julia.xml.h:8 +#: hacks/config/kaleidescope.xml.h:7 hacks/config/klein.xml.h:7 #: hacks/config/kumppa.xml.h:8 hacks/config/lament.xml.h:6 -#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:26 +#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:27 #: hacks/config/lightning.xml.h:5 hacks/config/lisa.xml.h:8 #: hacks/config/lissie.xml.h:9 hacks/config/lmorph.xml.h:11 #: hacks/config/loop.xml.h:7 hacks/config/maze.xml.h:14 -#: hacks/config/menger.xml.h:16 hacks/config/moebius.xml.h:7 -#: hacks/config/moire2.xml.h:6 hacks/config/molecule.xml.h:22 -#: hacks/config/morph3d.xml.h:6 hacks/config/mountain.xml.h:7 -#: hacks/config/munch.xml.h:7 hacks/config/nerverot.xml.h:20 -#: hacks/config/penetrate.xml.h:6 hacks/config/penrose.xml.h:11 -#: hacks/config/petri.xml.h:23 hacks/config/phosphor.xml.h:6 +#: hacks/config/menger.xml.h:16 hacks/config/metaballs.xml.h:13 +#: hacks/config/moebius.xml.h:7 hacks/config/moire2.xml.h:6 +#: hacks/config/molecule.xml.h:22 hacks/config/morph3d.xml.h:6 +#: hacks/config/mountain.xml.h:7 hacks/config/munch.xml.h:7 +#: hacks/config/nerverot.xml.h:20 hacks/config/penetrate.xml.h:6 +#: hacks/config/penrose.xml.h:11 hacks/config/petri.xml.h:23 +#: hacks/config/phosphor.xml.h:6 hacks/config/piecewise.xml.h:9 #: hacks/config/pipes.xml.h:15 hacks/config/polyominoes.xml.h:10 -#: hacks/config/pulsar.xml.h:15 hacks/config/pyro.xml.h:13 -#: hacks/config/qix.xml.h:19 hacks/config/queens.xml.h:4 -#: hacks/config/rd-bomb.xml.h:17 hacks/config/ripples.xml.h:11 -#: hacks/config/rocks.xml.h:9 hacks/config/rotor.xml.h:11 -#: hacks/config/rubik.xml.h:9 hacks/config/sballs.xml.h:13 -#: hacks/config/shadebobs.xml.h:9 hacks/config/sierpinski.xml.h:7 -#: hacks/config/sierpinski3d.xml.h:8 hacks/config/slidescreen.xml.h:6 -#: hacks/config/slip.xml.h:7 hacks/config/speedmine.xml.h:13 -#: hacks/config/sphere.xml.h:5 hacks/config/spheremonics.xml.h:19 -#: hacks/config/spiral.xml.h:9 hacks/config/spotlight.xml.h:4 -#: hacks/config/sproingies.xml.h:6 hacks/config/squiral.xml.h:14 -#: hacks/config/stairs.xml.h:3 hacks/config/starfish.xml.h:8 -#: hacks/config/starwars.xml.h:12 hacks/config/strange.xml.h:7 -#: hacks/config/superquadrics.xml.h:7 hacks/config/swirl.xml.h:6 -#: hacks/config/t3d.xml.h:11 hacks/config/thornbird.xml.h:7 -#: hacks/config/triangle.xml.h:5 hacks/config/truchet.xml.h:2 -#: hacks/config/twang.xml.h:9 hacks/config/vines.xml.h:4 -#: hacks/config/webcollage.xml.h:7 hacks/config/worm.xml.h:7 -#: hacks/config/xearth.xml.h:22 hacks/config/xfishtank.xml.h:10 -#: hacks/config/xflame.xml.h:5 hacks/config/xjack.xml.h:2 -#: hacks/config/xmatrix.xml.h:14 hacks/config/xmountains.xml.h:4 -#: hacks/config/xrayswarm.xml.h:3 hacks/config/zoom.xml.h:6 +#: hacks/config/popsquares.xml.h:5 hacks/config/pulsar.xml.h:15 +#: hacks/config/pyro.xml.h:13 hacks/config/qix.xml.h:19 +#: hacks/config/queens.xml.h:4 hacks/config/rd-bomb.xml.h:17 +#: hacks/config/ripples.xml.h:11 hacks/config/rocks.xml.h:9 +#: hacks/config/rotor.xml.h:11 hacks/config/rubik.xml.h:9 +#: hacks/config/sballs.xml.h:13 hacks/config/shadebobs.xml.h:9 +#: hacks/config/sierpinski.xml.h:7 hacks/config/sierpinski3d.xml.h:8 +#: hacks/config/slidescreen.xml.h:6 hacks/config/slip.xml.h:7 +#: hacks/config/speedmine.xml.h:13 hacks/config/sphere.xml.h:5 +#: hacks/config/spheremonics.xml.h:19 hacks/config/spiral.xml.h:9 +#: hacks/config/spotlight.xml.h:4 hacks/config/sproingies.xml.h:6 +#: hacks/config/squiral.xml.h:14 hacks/config/stairs.xml.h:3 +#: hacks/config/starfish.xml.h:8 hacks/config/starwars.xml.h:12 +#: hacks/config/strange.xml.h:7 hacks/config/superquadrics.xml.h:8 +#: hacks/config/swirl.xml.h:6 hacks/config/t3d.xml.h:11 +#: hacks/config/thornbird.xml.h:7 hacks/config/triangle.xml.h:5 +#: hacks/config/truchet.xml.h:2 hacks/config/twang.xml.h:9 +#: hacks/config/vines.xml.h:4 hacks/config/webcollage.xml.h:7 +#: hacks/config/worm.xml.h:7 hacks/config/xearth.xml.h:22 +#: hacks/config/xfishtank.xml.h:10 hacks/config/xflame.xml.h:5 +#: hacks/config/xjack.xml.h:2 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xmountains.xml.h:4 hacks/config/xrayswarm.xml.h:3 +#: hacks/config/zoom.xml.h:6 msgid "Slow" msgstr "Langzaam" -#: hacks/config/anemone.xml.h:8 hacks/config/ant.xml.h:16 +#: hacks/config/anemone.xml.h:10 hacks/config/ant.xml.h:17 #: hacks/config/apollonian.xml.h:12 hacks/config/attraction.xml.h:28 -#: hacks/config/blaster.xml.h:9 hacks/config/bouboule.xml.h:9 -#: hacks/config/braid.xml.h:12 hacks/config/bubble3d.xml.h:6 -#: hacks/config/bubbles.xml.h:11 hacks/config/bumps.xml.h:5 -#: hacks/config/cage.xml.h:6 hacks/config/circuit.xml.h:11 +#: hacks/config/atunnel.xml.h:7 hacks/config/barcode.xml.h:7 +#: hacks/config/blaster.xml.h:9 hacks/config/blocktube.xml.h:11 +#: hacks/config/bouboule.xml.h:9 hacks/config/braid.xml.h:12 +#: hacks/config/bubble3d.xml.h:6 hacks/config/bubbles.xml.h:11 +#: hacks/config/bumps.xml.h:5 hacks/config/cage.xml.h:6 +#: hacks/config/circuit.xml.h:11 hacks/config/cloudlife.xml.h:13 #: hacks/config/compass.xml.h:5 hacks/config/coral.xml.h:14 #: hacks/config/critical.xml.h:7 hacks/config/crystal.xml.h:12 #: hacks/config/cubenetic.xml.h:24 hacks/config/cynosure.xml.h:10 @@ -1181,12 +1269,13 @@ msgstr "Langzaam" #: hacks/config/deluxe.xml.h:9 hacks/config/demon.xml.h:10 #: hacks/config/discrete.xml.h:9 hacks/config/distort.xml.h:13 #: hacks/config/drift.xml.h:13 hacks/config/endgame.xml.h:6 -#: hacks/config/engine.xml.h:6 hacks/config/epicycle.xml.h:11 -#: hacks/config/euler2d.xml.h:15 hacks/config/extrusion.xml.h:13 -#: hacks/config/fadeplot.xml.h:10 hacks/config/flag.xml.h:9 -#: hacks/config/flame.xml.h:15 hacks/config/flipscreen3d.xml.h:7 -#: hacks/config/flow.xml.h:16 hacks/config/fluidballs.xml.h:20 -#: hacks/config/forest.xml.h:6 hacks/config/galaxy.xml.h:11 +#: hacks/config/engine.xml.h:16 hacks/config/epicycle.xml.h:11 +#: hacks/config/eruption.xml.h:20 hacks/config/euler2d.xml.h:15 +#: hacks/config/extrusion.xml.h:13 hacks/config/fadeplot.xml.h:10 +#: hacks/config/flag.xml.h:9 hacks/config/flame.xml.h:15 +#: hacks/config/flipscreen3d.xml.h:7 hacks/config/flow.xml.h:16 +#: hacks/config/fluidballs.xml.h:20 hacks/config/forest.xml.h:6 +#: hacks/config/galaxy.xml.h:11 hacks/config/glblur.xml.h:17 #: hacks/config/glforestfire.xml.h:15 hacks/config/glplanet.xml.h:8 #: hacks/config/gltext.xml.h:15 hacks/config/goop.xml.h:11 #: hacks/config/grav.xml.h:9 hacks/config/greynetic.xml.h:4 @@ -1194,18 +1283,20 @@ msgstr "Langzaam" #: hacks/config/hyperball.xml.h:9 hacks/config/hypercube.xml.h:8 #: hacks/config/ifs.xml.h:6 hacks/config/jigsaw.xml.h:7 #: hacks/config/juggle.xml.h:8 hacks/config/julia.xml.h:10 -#: hacks/config/kaleidescope.xml.h:8 hacks/config/kumppa.xml.h:9 -#: hacks/config/lament.xml.h:7 hacks/config/laser.xml.h:11 -#: hacks/config/lavalite.xml.h:29 hacks/config/lightning.xml.h:6 -#: hacks/config/lisa.xml.h:9 hacks/config/lissie.xml.h:11 -#: hacks/config/lmorph.xml.h:12 hacks/config/loop.xml.h:9 -#: hacks/config/menger.xml.h:18 hacks/config/moebius.xml.h:10 +#: hacks/config/kaleidescope.xml.h:8 hacks/config/klein.xml.h:8 +#: hacks/config/kumppa.xml.h:9 hacks/config/lament.xml.h:7 +#: hacks/config/laser.xml.h:11 hacks/config/lavalite.xml.h:30 +#: hacks/config/lightning.xml.h:6 hacks/config/lisa.xml.h:9 +#: hacks/config/lissie.xml.h:11 hacks/config/lmorph.xml.h:12 +#: hacks/config/loop.xml.h:9 hacks/config/menger.xml.h:18 +#: hacks/config/metaballs.xml.h:15 hacks/config/moebius.xml.h:10 #: hacks/config/moire2.xml.h:7 hacks/config/molecule.xml.h:24 #: hacks/config/morph3d.xml.h:7 hacks/config/mountain.xml.h:8 #: hacks/config/munch.xml.h:9 hacks/config/nerverot.xml.h:22 #: hacks/config/penrose.xml.h:12 hacks/config/petri.xml.h:25 -#: hacks/config/phosphor.xml.h:7 hacks/config/pipes.xml.h:16 -#: hacks/config/polyominoes.xml.h:11 hacks/config/pulsar.xml.h:17 +#: hacks/config/phosphor.xml.h:7 hacks/config/piecewise.xml.h:11 +#: hacks/config/pipes.xml.h:16 hacks/config/polyominoes.xml.h:11 +#: hacks/config/popsquares.xml.h:6 hacks/config/pulsar.xml.h:17 #: hacks/config/qix.xml.h:22 hacks/config/queens.xml.h:6 #: hacks/config/rotor.xml.h:12 hacks/config/rubik.xml.h:11 #: hacks/config/sballs.xml.h:14 hacks/config/shadebobs.xml.h:10 @@ -1216,40 +1307,46 @@ msgstr "Langzaam" #: hacks/config/spotlight.xml.h:5 hacks/config/sproingies.xml.h:8 #: hacks/config/squiral.xml.h:16 hacks/config/stairs.xml.h:5 #: hacks/config/starfish.xml.h:9 hacks/config/strange.xml.h:8 -#: hacks/config/superquadrics.xml.h:9 hacks/config/swirl.xml.h:7 +#: hacks/config/superquadrics.xml.h:10 hacks/config/swirl.xml.h:7 #: hacks/config/t3d.xml.h:13 hacks/config/thornbird.xml.h:8 #: hacks/config/triangle.xml.h:6 hacks/config/truchet.xml.h:3 #: hacks/config/twang.xml.h:10 hacks/config/vines.xml.h:5 -#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:4 +#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:13 #: hacks/config/worm.xml.h:8 hacks/config/xearth.xml.h:25 #: hacks/config/xflame.xml.h:6 hacks/config/xjack.xml.h:3 -#: hacks/config/xmatrix.xml.h:17 hacks/config/xmountains.xml.h:5 +#: hacks/config/xmatrix.xml.h:18 hacks/config/xmountains.xml.h:5 #: hacks/config/xrayswarm.xml.h:4 hacks/config/zoom.xml.h:7 msgid "Speed" msgstr "Snelheid" -#: hacks/config/anemone.xml.h:9 +#: hacks/config/anemone.xml.h:11 msgid "Tentacles" msgstr "Tentakels" -#: hacks/config/anemone.xml.h:10 hacks/config/deluxe.xml.h:10 +#: hacks/config/anemone.xml.h:12 hacks/config/cubestorm.xml.h:11 +#: hacks/config/deluxe.xml.h:10 hacks/config/glknots.xml.h:19 #: hacks/config/lmorph.xml.h:13 hacks/config/starfish.xml.h:11 #: hacks/config/thornbird.xml.h:9 msgid "Thick" msgstr "Dik" -#: hacks/config/anemone.xml.h:11 hacks/config/moire2.xml.h:8 -#: hacks/config/thornbird.xml.h:10 +#: hacks/config/anemone.xml.h:13 hacks/config/glknots.xml.h:20 +#: hacks/config/moire2.xml.h:8 hacks/config/thornbird.xml.h:10 msgid "Thickness" msgstr "Dikte" -#: hacks/config/anemone.xml.h:12 hacks/config/deluxe.xml.h:11 +#: hacks/config/anemone.xml.h:14 hacks/config/cubestorm.xml.h:12 +#: hacks/config/deluxe.xml.h:11 hacks/config/glknots.xml.h:21 #: hacks/config/lmorph.xml.h:14 hacks/config/starfish.xml.h:12 #: hacks/config/thornbird.xml.h:11 msgid "Thin" msgstr "Dun" -#: hacks/config/anemone.xml.h:13 hacks/config/ant.xml.h:21 +#: hacks/config/anemone.xml.h:15 +msgid "Turn speed" +msgstr "" + +#: hacks/config/anemone.xml.h:16 hacks/config/ant.xml.h:22 #: hacks/config/apollonian.xml.h:13 hacks/config/attraction.xml.h:32 #: hacks/config/bouboule.xml.h:11 hacks/config/braid.xml.h:13 #: hacks/config/critical.xml.h:8 hacks/config/crystal.xml.h:13 @@ -1266,25 +1363,30 @@ msgstr "Dun" #: hacks/config/julia.xml.h:12 hacks/config/laser.xml.h:12 #: hacks/config/lightning.xml.h:8 hacks/config/lisa.xml.h:12 #: hacks/config/lissie.xml.h:13 hacks/config/loop.xml.h:12 -#: hacks/config/moire.xml.h:11 hacks/config/moire2.xml.h:9 -#: hacks/config/mountain.xml.h:9 hacks/config/nerverot.xml.h:23 -#: hacks/config/penrose.xml.h:13 hacks/config/polyominoes.xml.h:12 -#: hacks/config/rd-bomb.xml.h:20 hacks/config/rocks.xml.h:12 -#: hacks/config/rotor.xml.h:13 hacks/config/shadebobs.xml.h:12 -#: hacks/config/sierpinski.xml.h:12 hacks/config/slip.xml.h:12 -#: hacks/config/sphere.xml.h:8 hacks/config/spiral.xml.h:12 -#: hacks/config/squiral.xml.h:18 hacks/config/starfish.xml.h:14 -#: hacks/config/strange.xml.h:11 hacks/config/swirl.xml.h:9 -#: hacks/config/thornbird.xml.h:13 hacks/config/triangle.xml.h:8 -#: hacks/config/vines.xml.h:7 hacks/config/worm.xml.h:9 -#: hacks/config/xearth.xml.h:28 hacks/config/xfishtank.xml.h:11 +#: hacks/config/metaballs.xml.h:16 hacks/config/moire.xml.h:11 +#: hacks/config/moire2.xml.h:9 hacks/config/mountain.xml.h:9 +#: hacks/config/nerverot.xml.h:23 hacks/config/penrose.xml.h:13 +#: hacks/config/polyominoes.xml.h:12 hacks/config/rd-bomb.xml.h:20 +#: hacks/config/rocks.xml.h:12 hacks/config/rotor.xml.h:13 +#: hacks/config/shadebobs.xml.h:12 hacks/config/sierpinski.xml.h:12 +#: hacks/config/slip.xml.h:12 hacks/config/sphere.xml.h:8 +#: hacks/config/spiral.xml.h:12 hacks/config/squiral.xml.h:18 +#: hacks/config/starfish.xml.h:14 hacks/config/strange.xml.h:11 +#: hacks/config/swirl.xml.h:9 hacks/config/thornbird.xml.h:13 +#: hacks/config/triangle.xml.h:8 hacks/config/vines.xml.h:7 +#: hacks/config/worm.xml.h:9 hacks/config/xearth.xml.h:28 +#: hacks/config/xfishtank.xml.h:11 msgid "Two" msgstr "Twee" -#: hacks/config/anemone.xml.h:14 +#: hacks/config/anemone.xml.h:17 msgid "Wiggling tentacles. By Gabriel Finch." msgstr "Friemelende tentakels. Door Gabriel Finch." +#: hacks/config/anemone.xml.h:18 +msgid "Withdraw freqency" +msgstr "" + #: hacks/config/ant.xml.h:1 #, fuzzy msgid "" @@ -1310,59 +1412,67 @@ msgstr "Grootte Van Mier" msgid "Ants Count" msgstr "Aantal Mieren" -#: hacks/config/ant.xml.h:6 +#: hacks/config/ant.xml.h:5 +#, fuzzy +msgid "Draw Eyes" +msgstr "Toon Labels" + +#: hacks/config/ant.xml.h:7 msgid "Four Sided Cells" msgstr "Vierzijdige Cellen" -#: hacks/config/ant.xml.h:7 hacks/config/attraction.xml.h:13 -#: hacks/config/cubenetic.xml.h:11 hacks/config/demon.xml.h:5 -#: hacks/config/discrete.xml.h:3 hacks/config/distort.xml.h:5 -#: hacks/config/fadeplot.xml.h:5 hacks/config/flag.xml.h:4 -#: hacks/config/flow.xml.h:7 hacks/config/fluidballs.xml.h:12 +#: hacks/config/ant.xml.h:8 hacks/config/attraction.xml.h:13 +#: hacks/config/cloudlife.xml.h:7 hacks/config/cubenetic.xml.h:11 +#: hacks/config/demon.xml.h:5 hacks/config/discrete.xml.h:3 +#: hacks/config/distort.xml.h:5 hacks/config/fadeplot.xml.h:5 +#: hacks/config/flag.xml.h:4 hacks/config/flow.xml.h:7 +#: hacks/config/fluidballs.xml.h:12 hacks/config/halftone.xml.h:8 #: hacks/config/hopalong.xml.h:13 hacks/config/interference.xml.h:8 #: hacks/config/julia.xml.h:5 hacks/config/lissie.xml.h:4 #: hacks/config/loop.xml.h:2 hacks/config/moire.xml.h:4 -#: hacks/config/rd-bomb.xml.h:11 hacks/config/rorschach.xml.h:5 -#: hacks/config/rubik.xml.h:4 hacks/config/sierpinski.xml.h:3 -#: hacks/config/slip.xml.h:3 +#: hacks/config/piecewise.xml.h:5 hacks/config/rd-bomb.xml.h:11 +#: hacks/config/rorschach.xml.h:5 hacks/config/rubik.xml.h:4 +#: hacks/config/sierpinski.xml.h:3 hacks/config/slip.xml.h:3 msgid "Large" msgstr "Groot" -#: hacks/config/ant.xml.h:9 +#: hacks/config/ant.xml.h:10 msgid "Nine Sided Cells" msgstr "Negenkantige Cellen" -#: hacks/config/ant.xml.h:11 +#: hacks/config/ant.xml.h:12 msgid "Random Cell Shape" msgstr "Willekeurige Celvorm" -#: hacks/config/ant.xml.h:12 hacks/config/speedmine.xml.h:11 +#: hacks/config/ant.xml.h:13 hacks/config/speedmine.xml.h:11 msgid "Sharp Turns" msgstr "Scherpe Wendingen" -#: hacks/config/ant.xml.h:13 +#: hacks/config/ant.xml.h:14 msgid "Six Sided Cells" msgstr "Zeskantige Cellen" -#: hacks/config/ant.xml.h:15 hacks/config/attraction.xml.h:27 -#: hacks/config/cubenetic.xml.h:23 hacks/config/demon.xml.h:9 -#: hacks/config/discrete.xml.h:8 hacks/config/distort.xml.h:12 -#: hacks/config/fadeplot.xml.h:9 hacks/config/flag.xml.h:8 -#: hacks/config/flow.xml.h:15 hacks/config/fluidballs.xml.h:19 +#: hacks/config/ant.xml.h:16 hacks/config/attraction.xml.h:27 +#: hacks/config/cloudlife.xml.h:12 hacks/config/cubenetic.xml.h:23 +#: hacks/config/demon.xml.h:9 hacks/config/discrete.xml.h:8 +#: hacks/config/distort.xml.h:12 hacks/config/fadeplot.xml.h:9 +#: hacks/config/flag.xml.h:8 hacks/config/flow.xml.h:15 +#: hacks/config/fluidballs.xml.h:19 hacks/config/halftone.xml.h:14 #: hacks/config/hopalong.xml.h:22 hacks/config/interference.xml.h:15 #: hacks/config/julia.xml.h:9 hacks/config/lissie.xml.h:10 -#: hacks/config/loop.xml.h:8 hacks/config/moire.xml.h:9 +#: hacks/config/loop.xml.h:8 hacks/config/metaballs.xml.h:14 +#: hacks/config/moire.xml.h:9 hacks/config/piecewise.xml.h:10 #: hacks/config/rd-bomb.xml.h:18 hacks/config/rorschach.xml.h:8 #: hacks/config/rubik.xml.h:10 hacks/config/sierpinski.xml.h:8 #: hacks/config/slip.xml.h:8 msgid "Small" msgstr "Klein" -#: hacks/config/ant.xml.h:17 +#: hacks/config/ant.xml.h:18 msgid "Three Sided Cells" msgstr "Driekantige Cellen" -#: hacks/config/ant.xml.h:18 hacks/config/demon.xml.h:12 +#: hacks/config/ant.xml.h:19 hacks/config/demon.xml.h:12 #: hacks/config/discrete.xml.h:10 hacks/config/fadeplot.xml.h:11 #: hacks/config/flag.xml.h:12 hacks/config/flow.xml.h:17 #: hacks/config/lissie.xml.h:12 hacks/config/loop.xml.h:11 @@ -1371,11 +1481,11 @@ msgstr "Driekantige Cellen" msgid "Timeout" msgstr "Timeout" -#: hacks/config/ant.xml.h:19 +#: hacks/config/ant.xml.h:20 msgid "Truchet Lines" msgstr "Truchet`Lijnen" -#: hacks/config/ant.xml.h:20 +#: hacks/config/ant.xml.h:21 msgid "Twelve Sided Cells" msgstr "Twaalfkantige Cellen" @@ -1446,23 +1556,30 @@ msgstr "Snelheid van Haaien" msgid "Shimmering Water" msgstr "" -#: hacks/config/atlantis.xml.h:11 hacks/config/boxed.xml.h:5 +#: hacks/config/atlantis.xml.h:11 hacks/config/atunnel.xml.h:5 +#: hacks/config/blocktube.xml.h:8 hacks/config/boxed.xml.h:5 #: hacks/config/bubble3d.xml.h:4 hacks/config/cage.xml.h:3 #: hacks/config/circuit.xml.h:9 hacks/config/cubenetic.xml.h:21 -#: hacks/config/dangerball.xml.h:4 hacks/config/endgame.xml.h:4 -#: hacks/config/engine.xml.h:4 hacks/config/extrusion.xml.h:10 -#: hacks/config/flipscreen3d.xml.h:5 hacks/config/fluidballs.xml.h:17 -#: hacks/config/gears.xml.h:6 hacks/config/gflux.xml.h:11 -#: hacks/config/glforestfire.xml.h:13 hacks/config/glplanet.xml.h:5 -#: hacks/config/glsnake.xml.h:10 hacks/config/gltext.xml.h:12 -#: hacks/config/lament.xml.h:5 hacks/config/menger.xml.h:15 -#: hacks/config/moebius.xml.h:6 hacks/config/molecule.xml.h:21 -#: hacks/config/morph3d.xml.h:5 hacks/config/pipes.xml.h:14 -#: hacks/config/pulsar.xml.h:14 hacks/config/queens.xml.h:3 -#: hacks/config/rubik.xml.h:6 hacks/config/sballs.xml.h:12 -#: hacks/config/sierpinski3d.xml.h:6 hacks/config/spheremonics.xml.h:18 -#: hacks/config/sproingies.xml.h:4 hacks/config/stairs.xml.h:2 -#: hacks/config/starwars.xml.h:11 hacks/config/superquadrics.xml.h:6 +#: hacks/config/cubestorm.xml.h:7 hacks/config/dangerball.xml.h:4 +#: hacks/config/endgame.xml.h:4 hacks/config/engine.xml.h:14 +#: hacks/config/extrusion.xml.h:10 hacks/config/flipscreen3d.xml.h:5 +#: hacks/config/fluidballs.xml.h:17 hacks/config/flurry.xml.h:9 +#: hacks/config/flyingtoasters.xml.h:10 hacks/config/gears.xml.h:6 +#: hacks/config/gflux.xml.h:11 hacks/config/glblur.xml.h:13 +#: hacks/config/glforestfire.xml.h:13 hacks/config/glknots.xml.h:16 +#: hacks/config/glmatrix.xml.h:17 hacks/config/glplanet.xml.h:5 +#: hacks/config/glslideshow.xml.h:18 hacks/config/glsnake.xml.h:10 +#: hacks/config/gltext.xml.h:12 hacks/config/hypertorus.xml.h:12 +#: hacks/config/jigglypuff.xml.h:15 hacks/config/klein.xml.h:6 +#: hacks/config/lament.xml.h:5 hacks/config/lavalite.xml.h:26 +#: hacks/config/menger.xml.h:15 hacks/config/moebius.xml.h:6 +#: hacks/config/molecule.xml.h:21 hacks/config/morph3d.xml.h:5 +#: hacks/config/pipes.xml.h:14 hacks/config/pulsar.xml.h:14 +#: hacks/config/queens.xml.h:3 hacks/config/rubik.xml.h:6 +#: hacks/config/sballs.xml.h:12 hacks/config/sierpinski3d.xml.h:6 +#: hacks/config/spheremonics.xml.h:18 hacks/config/sproingies.xml.h:4 +#: hacks/config/stairs.xml.h:2 hacks/config/starwars.xml.h:11 +#: hacks/config/superquadrics.xml.h:7 msgid "Show Frames-per-Second" msgstr "Toon Beelden-per-Seconde" @@ -1472,13 +1589,14 @@ msgstr "Verlegen" #: hacks/config/atlantis.xml.h:14 hacks/config/boxed.xml.h:7 #: hacks/config/cage.xml.h:5 hacks/config/extrusion.xml.h:12 -#: hacks/config/gears.xml.h:8 hacks/config/glplanet.xml.h:7 -#: hacks/config/glsnake.xml.h:13 hacks/config/gltext.xml.h:14 -#: hacks/config/menger.xml.h:17 hacks/config/molecule.xml.h:23 -#: hacks/config/munch.xml.h:8 hacks/config/sierpinski3d.xml.h:9 -#: hacks/config/speedmine.xml.h:14 hacks/config/spheremonics.xml.h:21 -#: hacks/config/sproingies.xml.h:7 hacks/config/stairs.xml.h:4 -#: hacks/config/stonerview.xml.h:2 hacks/config/superquadrics.xml.h:8 +#: hacks/config/gears.xml.h:8 hacks/config/glblur.xml.h:15 +#: hacks/config/glplanet.xml.h:7 hacks/config/glsnake.xml.h:13 +#: hacks/config/gltext.xml.h:14 hacks/config/menger.xml.h:17 +#: hacks/config/molecule.xml.h:23 hacks/config/munch.xml.h:8 +#: hacks/config/sierpinski3d.xml.h:9 hacks/config/speedmine.xml.h:14 +#: hacks/config/spheremonics.xml.h:21 hacks/config/sproingies.xml.h:7 +#: hacks/config/stairs.xml.h:4 hacks/config/stonerview.xml.h:2 +#: hacks/config/superquadrics.xml.h:9 msgid "Solid" msgstr "Opgevuld" @@ -1494,18 +1612,22 @@ msgstr "" msgid "Whale Speed" msgstr "Snelheid" -#: hacks/config/atlantis.xml.h:17 hacks/config/boxed.xml.h:8 -#: hacks/config/cage.xml.h:8 hacks/config/dangerball.xml.h:11 -#: hacks/config/extrusion.xml.h:19 hacks/config/gears.xml.h:11 -#: hacks/config/glforestfire.xml.h:20 hacks/config/glplanet.xml.h:11 +#: hacks/config/atlantis.xml.h:17 hacks/config/atunnel.xml.h:10 +#: hacks/config/blocktube.xml.h:13 hacks/config/boxed.xml.h:8 +#: hacks/config/cage.xml.h:8 hacks/config/cubestorm.xml.h:14 +#: hacks/config/dangerball.xml.h:11 hacks/config/extrusion.xml.h:19 +#: hacks/config/flyingtoasters.xml.h:14 hacks/config/gears.xml.h:11 +#: hacks/config/glblur.xml.h:20 hacks/config/glforestfire.xml.h:20 +#: hacks/config/glknots.xml.h:23 hacks/config/glplanet.xml.h:11 #: hacks/config/glsnake.xml.h:16 hacks/config/gltext.xml.h:18 -#: hacks/config/lament.xml.h:9 hacks/config/lavalite.xml.h:31 -#: hacks/config/menger.xml.h:21 hacks/config/moebius.xml.h:11 -#: hacks/config/molecule.xml.h:26 hacks/config/pulsar.xml.h:20 -#: hacks/config/sballs.xml.h:18 hacks/config/sierpinski3d.xml.h:12 -#: hacks/config/speedmine.xml.h:18 hacks/config/spheremonics.xml.h:26 -#: hacks/config/sproingies.xml.h:10 hacks/config/stairs.xml.h:7 -#: hacks/config/stonerview.xml.h:4 hacks/config/superquadrics.xml.h:11 +#: hacks/config/jigglypuff.xml.h:25 hacks/config/lament.xml.h:9 +#: hacks/config/lavalite.xml.h:32 hacks/config/menger.xml.h:21 +#: hacks/config/moebius.xml.h:11 hacks/config/molecule.xml.h:26 +#: hacks/config/pulsar.xml.h:20 hacks/config/sballs.xml.h:18 +#: hacks/config/sierpinski3d.xml.h:12 hacks/config/speedmine.xml.h:18 +#: hacks/config/spheremonics.xml.h:26 hacks/config/sproingies.xml.h:10 +#: hacks/config/stairs.xml.h:7 hacks/config/stonerview.xml.h:4 +#: hacks/config/superquadrics.xml.h:12 msgid "Wireframe" msgstr "Draadraamwerk" @@ -1521,7 +1643,7 @@ msgstr "Aantal Ballen" msgid "Ball Mass" msgstr "Bal-massa" -#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:2 +#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:3 msgid "Balls" msgstr "Ballen" @@ -1546,16 +1668,18 @@ msgid "Filled Splines" msgstr "Teken gekleurde polylijnen" #: hacks/config/attraction.xml.h:10 hacks/config/ccurve.xml.h:9 -#: hacks/config/cubenetic.xml.h:10 hacks/config/euler2d.xml.h:5 -#: hacks/config/flame.xml.h:9 hacks/config/goop.xml.h:6 -#: hacks/config/hopalong.xml.h:10 hacks/config/hyperball.xml.h:3 -#: hacks/config/hypercube.xml.h:3 hacks/config/interference.xml.h:6 +#: hacks/config/cloudlife.xml.h:5 hacks/config/cubenetic.xml.h:10 +#: hacks/config/euler2d.xml.h:5 hacks/config/flame.xml.h:9 +#: hacks/config/glslideshow.xml.h:13 hacks/config/goop.xml.h:6 +#: hacks/config/halftone.xml.h:7 hacks/config/hopalong.xml.h:10 +#: hacks/config/hyperball.xml.h:3 hacks/config/hypercube.xml.h:3 +#: hacks/config/interference.xml.h:6 hacks/config/jigglypuff.xml.h:8 #: hacks/config/kumppa.xml.h:4 hacks/config/lavalite.xml.h:12 #: hacks/config/nerverot.xml.h:11 hacks/config/petri.xml.h:8 #: hacks/config/pyro.xml.h:5 hacks/config/qix.xml.h:10 #: hacks/config/speedmine.xml.h:5 hacks/config/spheremonics.xml.h:6 #: hacks/config/spiral.xml.h:4 hacks/config/squiral.xml.h:6 -#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:4 +#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:5 #: hacks/config/t3d.xml.h:7 hacks/config/twang.xml.h:5 #: hacks/config/wander.xml.h:8 msgid "High" @@ -1585,15 +1709,17 @@ msgstr "" #: hacks/config/attraction.xml.h:15 hacks/config/deluxe.xml.h:5 #: hacks/config/lmorph.xml.h:7 hacks/config/pedal.xml.h:5 -#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:3 +#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:10 msgid "Lines" msgstr "Lijnen" -#: hacks/config/attraction.xml.h:16 hacks/config/braid.xml.h:6 -#: hacks/config/cynosure.xml.h:5 hacks/config/drift.xml.h:8 +#: hacks/config/attraction.xml.h:16 hacks/config/blocktube.xml.h:5 +#: hacks/config/braid.xml.h:6 hacks/config/cynosure.xml.h:5 +#: hacks/config/drift.xml.h:8 hacks/config/eruption.xml.h:11 #: hacks/config/euler2d.xml.h:6 hacks/config/galaxy.xml.h:5 -#: hacks/config/juggle.xml.h:5 hacks/config/laser.xml.h:5 -#: hacks/config/menger.xml.h:4 hacks/config/munch.xml.h:4 +#: hacks/config/juggle.xml.h:5 hacks/config/klein.xml.h:4 +#: hacks/config/laser.xml.h:5 hacks/config/menger.xml.h:4 +#: hacks/config/metaballs.xml.h:5 hacks/config/munch.xml.h:4 #: hacks/config/nerverot.xml.h:13 hacks/config/petri.xml.h:9 #: hacks/config/polyominoes.xml.h:4 hacks/config/rotor.xml.h:5 #: hacks/config/shadebobs.xml.h:4 hacks/config/sierpinski3d.xml.h:3 @@ -1603,16 +1729,18 @@ msgid "Long" msgstr "Lang" #: hacks/config/attraction.xml.h:17 hacks/config/ccurve.xml.h:10 -#: hacks/config/cubenetic.xml.h:12 hacks/config/euler2d.xml.h:7 -#: hacks/config/flame.xml.h:10 hacks/config/goop.xml.h:7 -#: hacks/config/hopalong.xml.h:14 hacks/config/hyperball.xml.h:6 -#: hacks/config/hypercube.xml.h:5 hacks/config/interference.xml.h:9 +#: hacks/config/cloudlife.xml.h:8 hacks/config/cubenetic.xml.h:12 +#: hacks/config/euler2d.xml.h:7 hacks/config/flame.xml.h:10 +#: hacks/config/glslideshow.xml.h:15 hacks/config/goop.xml.h:7 +#: hacks/config/halftone.xml.h:9 hacks/config/hopalong.xml.h:14 +#: hacks/config/hyperball.xml.h:6 hacks/config/hypercube.xml.h:5 +#: hacks/config/interference.xml.h:9 hacks/config/jigglypuff.xml.h:11 #: hacks/config/kumppa.xml.h:6 hacks/config/lavalite.xml.h:14 #: hacks/config/nerverot.xml.h:14 hacks/config/petri.xml.h:10 #: hacks/config/pyro.xml.h:7 hacks/config/qix.xml.h:13 #: hacks/config/speedmine.xml.h:6 hacks/config/spheremonics.xml.h:8 #: hacks/config/spiral.xml.h:5 hacks/config/squiral.xml.h:8 -#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:5 +#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:6 #: hacks/config/t3d.xml.h:8 hacks/config/twang.xml.h:7 #: hacks/config/wander.xml.h:11 msgid "Low" @@ -1638,10 +1766,12 @@ msgstr "Radius" msgid "Repulsion Threshold" msgstr "Afstotingsdrempelwaarde" -#: hacks/config/attraction.xml.h:25 hacks/config/braid.xml.h:10 -#: hacks/config/cynosure.xml.h:8 hacks/config/drift.xml.h:11 +#: hacks/config/attraction.xml.h:25 hacks/config/blocktube.xml.h:7 +#: hacks/config/braid.xml.h:10 hacks/config/cynosure.xml.h:8 +#: hacks/config/drift.xml.h:11 hacks/config/eruption.xml.h:18 #: hacks/config/euler2d.xml.h:12 hacks/config/galaxy.xml.h:8 -#: hacks/config/laser.xml.h:9 hacks/config/menger.xml.h:14 +#: hacks/config/klein.xml.h:5 hacks/config/laser.xml.h:9 +#: hacks/config/menger.xml.h:14 hacks/config/metaballs.xml.h:12 #: hacks/config/munch.xml.h:6 hacks/config/nerverot.xml.h:19 #: hacks/config/petri.xml.h:22 hacks/config/polyominoes.xml.h:9 #: hacks/config/rotor.xml.h:9 hacks/config/shadebobs.xml.h:8 @@ -1664,6 +1794,61 @@ msgstr "Sporen" msgid "Trail Length" msgstr "Spoorlengte" +#: hacks/config/atunnel.xml.h:1 +msgid "Atunnel" +msgstr "" + +#: hacks/config/atunnel.xml.h:2 +#, fuzzy +msgid "" +"Draws an animation of a textured tunnel in GL. Requires OpenGL, and a " +"machine with fast hardware support for texture maps. Written by Eric " +"Lassauge and Roman Podobedov." +msgstr "" +"Toont een simulatie van Lemarchands Kubus. Lost zichzelf herhaaldelijk op. " +"OpenGL benodigd en een computer met goede hardware ondersteuning voor " +"texture-maps. Waarschuwing: opent af en toe dueren. Geschreven door Jamie " +"Zawinski." + +#: hacks/config/atunnel.xml.h:4 hacks/config/distort.xml.h:9 +#: hacks/config/glforestfire.xml.h:10 hacks/config/lament.xml.h:4 +#: hacks/config/sballs.xml.h:6 +msgid "Normal" +msgstr "Normaal" + +#: hacks/config/atunnel.xml.h:8 hacks/config/glforestfire.xml.h:18 +#: hacks/config/lament.xml.h:8 hacks/config/sballs.xml.h:17 +msgid "Untextured" +msgstr "Zonder textuur" + +#: hacks/config/atunnel.xml.h:9 +#, fuzzy +msgid "Use light" +msgstr "Bliksem Gebruiken" + +#: hacks/config/barcode.xml.h:1 +#, fuzzy +msgid "Barcode" +msgstr "Bladeren" + +#: hacks/config/barcode.xml.h:2 +msgid "Barcode Clock (24 Hour)" +msgstr "" + +#: hacks/config/barcode.xml.h:3 +msgid "Barcode Clock (AM/PM)" +msgstr "" + +#: hacks/config/barcode.xml.h:5 +msgid "Scrolling Barcodes" +msgstr "" + +#: hacks/config/barcode.xml.h:8 +msgid "" +"This draws a random sequence of colorful barcodes scrolling across your " +"screen. CONSUME! By Dan Bornstein." +msgstr "" + #: hacks/config/blaster.xml.h:1 #, fuzzy msgid "Blaster" @@ -1722,6 +1907,34 @@ msgid "" "image and rotate that." msgstr "" +#: hacks/config/blocktube.xml.h:1 +msgid "BlockTube" +msgstr "" + +#: hacks/config/blocktube.xml.h:2 +msgid "Color Change Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:3 +msgid "Color Hold Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:6 +#, fuzzy +msgid "Reflective Blocks" +msgstr "Spiegelingen" + +#: hacks/config/blocktube.xml.h:10 +#, fuzzy +msgid "Solid Blocks" +msgstr "Vaste Vloer" + +#: hacks/config/blocktube.xml.h:12 +msgid "" +"This hack draws a swirling, falling tunnel of reflective slabs. They fade " +"from hue to hue. Written by Lars R. Damerow." +msgstr "" + #: hacks/config/bouboule.xml.h:1 msgid "Bouboule" msgstr "Bouboule" @@ -1742,13 +1955,52 @@ msgid "" "spots painted on its invisible surface. Written by Jeremie Petit." msgstr "" -#: hacks/config/boxed.xml.h:1 hacks/config/gears.xml.h:1 -#: hacks/config/gflux.xml.h:1 hacks/config/pyro.xml.h:1 +#: hacks/config/bouncingcow.xml.h:1 +msgid "A Cow. A Trampoline. Together, they fight crime. By Jamie Zawinski." +msgstr "" + +#: hacks/config/bouncingcow.xml.h:2 hacks/config/boxed.xml.h:1 +#: hacks/config/cubestorm.xml.h:1 hacks/config/flyingtoasters.xml.h:3 +#: hacks/config/gears.xml.h:1 hacks/config/gflux.xml.h:1 +#: hacks/config/glknots.xml.h:1 hacks/config/glmatrix.xml.h:1 +#: hacks/config/jigglypuff.xml.h:1 hacks/config/pyro.xml.h:1 #: hacks/config/rd-bomb.xml.h:6 hacks/config/rocks.xml.h:1 #: hacks/config/starwars.xml.h:1 hacks/config/xfishtank.xml.h:1 msgid "Animation Speed" msgstr "Animatiesnelheid" +#: hacks/config/bouncingcow.xml.h:3 +msgid "Beefy Cow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:4 +#, fuzzy +msgid "Bounce Speed" +msgstr "Snelheid" + +#: hacks/config/bouncingcow.xml.h:5 +msgid "BouncingCow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:7 +msgid "Herd" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:8 +#, fuzzy +msgid "Moo" +msgstr "Mono" + +#: hacks/config/bouncingcow.xml.h:9 +#, fuzzy +msgid "Number of Cows" +msgstr "Aantal Kleuren" + +#: hacks/config/bouncingcow.xml.h:11 +#, fuzzy +msgid "Wireframe Cow" +msgstr "Draadraamwerk" + #: hacks/config/boxed.xml.h:2 #, fuzzy msgid "Boxed" @@ -1770,23 +2022,24 @@ msgid "" "Neil." msgstr "" -#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:8 +#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:9 #: hacks/config/ccurve.xml.h:7 hacks/config/coral.xml.h:6 #: hacks/config/cynosure.xml.h:3 hacks/config/deco.xml.h:4 #: hacks/config/drift.xml.h:2 hacks/config/epicycle.xml.h:3 -#: hacks/config/euler2d.xml.h:1 hacks/config/flame.xml.h:5 -#: hacks/config/galaxy.xml.h:2 hacks/config/glsnake.xml.h:4 -#: hacks/config/helix.xml.h:3 hacks/config/hopalong.xml.h:2 -#: hacks/config/imsmap.xml.h:6 hacks/config/laser.xml.h:2 -#: hacks/config/menger.xml.h:2 hacks/config/moire.xml.h:3 -#: hacks/config/molecule.xml.h:9 hacks/config/munch.xml.h:2 -#: hacks/config/nerverot.xml.h:8 hacks/config/pedal.xml.h:3 -#: hacks/config/penrose.xml.h:5 hacks/config/polyominoes.xml.h:1 -#: hacks/config/rorschach.xml.h:3 hacks/config/rotzoomer.xml.h:5 -#: hacks/config/shadebobs.xml.h:2 hacks/config/sierpinski3d.xml.h:1 -#: hacks/config/spheremonics.xml.h:4 hacks/config/starfish.xml.h:2 -#: hacks/config/vidwhacker.xml.h:3 hacks/config/wander.xml.h:7 -#: hacks/config/xspirograph.xml.h:3 +#: hacks/config/eruption.xml.h:3 hacks/config/euler2d.xml.h:1 +#: hacks/config/flame.xml.h:5 hacks/config/galaxy.xml.h:2 +#: hacks/config/glsnake.xml.h:4 hacks/config/helix.xml.h:3 +#: hacks/config/hopalong.xml.h:2 hacks/config/imsmap.xml.h:6 +#: hacks/config/klein.xml.h:1 hacks/config/laser.xml.h:2 +#: hacks/config/menger.xml.h:2 hacks/config/metaballs.xml.h:3 +#: hacks/config/moire.xml.h:3 hacks/config/molecule.xml.h:9 +#: hacks/config/munch.xml.h:2 hacks/config/nerverot.xml.h:8 +#: hacks/config/pedal.xml.h:3 hacks/config/penrose.xml.h:5 +#: hacks/config/polyominoes.xml.h:1 hacks/config/rorschach.xml.h:3 +#: hacks/config/rotzoomer.xml.h:5 hacks/config/shadebobs.xml.h:2 +#: hacks/config/sierpinski3d.xml.h:1 hacks/config/spheremonics.xml.h:4 +#: hacks/config/starfish.xml.h:2 hacks/config/vidwhacker.xml.h:3 +#: hacks/config/wander.xml.h:7 hacks/config/xspirograph.xml.h:3 msgid "Duration" msgstr "Duur" @@ -1813,18 +2066,22 @@ msgid "AmigaDOS" msgstr "AmigaDOS" #: hacks/config/bsod.xml.h:4 +msgid "Apple II" +msgstr "" + +#: hacks/config/bsod.xml.h:5 msgid "Atari" msgstr "Atari" -#: hacks/config/bsod.xml.h:5 +#: hacks/config/bsod.xml.h:6 msgid "BSD" msgstr "BSD" -#: hacks/config/bsod.xml.h:6 +#: hacks/config/bsod.xml.h:7 msgid "BSOD" msgstr "BSOD" -#: hacks/config/bsod.xml.h:7 +#: hacks/config/bsod.xml.h:8 msgid "" "BSOD stands for ``Blue Screen of Death.'' The finest in personal computer " "emulation, this hack simulates popular screen savers from a number of less " @@ -1834,43 +2091,61 @@ msgstr "" "deze hack simuleert populaire schermbeveiligingen van een aantal minder " "robuuste besturingssystemen. Geschreven door Jamie Zawinski." -#: hacks/config/bsod.xml.h:9 +#: hacks/config/bsod.xml.h:10 +msgid "HPUX" +msgstr "" + +#: hacks/config/bsod.xml.h:11 +#, fuzzy +msgid "Linux" +msgstr "Sparc Linux" + +#: hacks/config/bsod.xml.h:12 msgid "Mac Bomb" msgstr "Mac Bomb" -#: hacks/config/bsod.xml.h:10 +#: hacks/config/bsod.xml.h:13 +msgid "MacOS X" +msgstr "" + +#: hacks/config/bsod.xml.h:14 msgid "MacsBug" msgstr "MacsBug" -#: hacks/config/bsod.xml.h:11 +#: hacks/config/bsod.xml.h:15 msgid "NCD X Terminal" msgstr "NCD X Terminal" -#: hacks/config/bsod.xml.h:12 +#: hacks/config/bsod.xml.h:16 +msgid "OS/390" +msgstr "" + +#: hacks/config/bsod.xml.h:17 msgid "SCO" msgstr "SCO" -#: hacks/config/bsod.xml.h:13 +#: hacks/config/bsod.xml.h:18 msgid "Sad Mac" msgstr "Sad Mac" -#: hacks/config/bsod.xml.h:14 +#: hacks/config/bsod.xml.h:19 msgid "Solaris" msgstr "Solaris" -#: hacks/config/bsod.xml.h:15 +#: hacks/config/bsod.xml.h:20 msgid "Sparc Linux" msgstr "Sparc Linux" -#: hacks/config/bsod.xml.h:16 -msgid "Windows" -msgstr "Windows" - -#: hacks/config/bsod.xml.h:17 +#: hacks/config/bsod.xml.h:21 msgid "Windows 2000" msgstr "Windows 2000" -#: hacks/config/bsod.xml.h:18 +#: hacks/config/bsod.xml.h:22 +#, fuzzy +msgid "Windows 3.1" +msgstr "Windows" + +#: hacks/config/bsod.xml.h:23 msgid "Windows NT" msgstr "Windows NT" @@ -1973,7 +2248,7 @@ msgstr "Vertraging" #: hacks/config/ccurve.xml.h:6 hacks/config/coral.xml.h:5 #: hacks/config/imsmap.xml.h:5 hacks/config/kumppa.xml.h:1 #: hacks/config/qix.xml.h:6 hacks/config/squiral.xml.h:2 -#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:3 +#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:2 msgid "Density" msgstr "Dichtheid" @@ -2014,18 +2289,57 @@ msgstr "Draaien" msgid "Rotation Speed" msgstr "Rotatie" -#: hacks/config/circuit.xml.h:12 hacks/config/dangerball.xml.h:9 -#: hacks/config/engine.xml.h:7 +#: hacks/config/circuit.xml.h:12 hacks/config/cubestorm.xml.h:9 +#: hacks/config/dangerball.xml.h:9 hacks/config/engine.xml.h:17 +#: hacks/config/klein.xml.h:9 hacks/config/whirlygig.xml.h:14 msgid "Spin" msgstr "Draaien" +#: hacks/config/cloudlife.xml.h:1 hacks/config/demon.xml.h:2 +#: hacks/config/petri.xml.h:1 +msgid "Cell Size" +msgstr "Celgrootte" + +#: hacks/config/cloudlife.xml.h:2 +msgid "CloudLife" +msgstr "" + +#: hacks/config/cloudlife.xml.h:4 +msgid "" +"Generates cloud-like formations based on a variant of Conway's Life. The " +"difference is that cells have a maximum age, after which they count as 3 for " +"populating the next generation. This makes long-lived formations explode " +"instead of just sitting there burning a hole in your screen. Written by Don " +"Marti." +msgstr "" + +#: hacks/config/cloudlife.xml.h:6 +#, fuzzy +msgid "Initial Density" +msgstr "Brokstukken op het scherm" + +#: hacks/config/cloudlife.xml.h:9 +#, fuzzy +msgid "Max Age" +msgstr "Max Grootte" + +#: hacks/config/cloudlife.xml.h:10 +msgid "Old" +msgstr "" + +#: hacks/config/cloudlife.xml.h:14 +#, fuzzy +msgid "Young" +msgstr "Lang" + #: hacks/config/compass.xml.h:1 msgid "Compass" msgstr "Compas" #: hacks/config/compass.xml.h:2 hacks/config/deluxe.xml.h:3 #: hacks/config/interference.xml.h:4 hacks/config/kumppa.xml.h:2 -#: hacks/config/nerverot.xml.h:6 hacks/config/pipes.xml.h:4 +#: hacks/config/nerverot.xml.h:6 hacks/config/piecewise.xml.h:3 +#: hacks/config/pipes.xml.h:4 msgid "Double Buffer" msgstr "Dubbele buffer" @@ -2045,10 +2359,10 @@ msgid "1 Minute" msgstr "1 Minuut" #: hacks/config/coral.xml.h:2 hacks/config/deco.xml.h:2 -#: hacks/config/helix.xml.h:2 hacks/config/imsmap.xml.h:2 -#: hacks/config/moire.xml.h:2 hacks/config/pedal.xml.h:2 -#: hacks/config/penrose.xml.h:1 hacks/config/rorschach.xml.h:2 -#: hacks/config/xspirograph.xml.h:2 +#: hacks/config/glslideshow.xml.h:1 hacks/config/helix.xml.h:2 +#: hacks/config/imsmap.xml.h:2 hacks/config/moire.xml.h:2 +#: hacks/config/pedal.xml.h:2 hacks/config/penrose.xml.h:1 +#: hacks/config/rorschach.xml.h:2 hacks/config/xspirograph.xml.h:2 msgid "1 Second" msgstr "1 Seconde" @@ -2057,6 +2371,7 @@ msgid "Coral" msgstr "Koraal" #: hacks/config/coral.xml.h:4 hacks/config/gflux.xml.h:3 +#: hacks/config/glblur.xml.h:2 hacks/config/glmatrix.xml.h:3 #: hacks/config/imsmap.xml.h:4 hacks/config/lavalite.xml.h:6 #: hacks/config/pyro.xml.h:2 hacks/config/qix.xml.h:5 #: hacks/config/squiral.xml.h:1 hacks/config/xearth.xml.h:4 @@ -2074,10 +2389,11 @@ msgid "" msgstr "" #: hacks/config/coral.xml.h:13 hacks/config/gflux.xml.h:13 -#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:28 +#: hacks/config/glblur.xml.h:16 hacks/config/glmatrix.xml.h:19 +#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:29 #: hacks/config/pyro.xml.h:14 hacks/config/qix.xml.h:21 #: hacks/config/squiral.xml.h:15 hacks/config/xearth.xml.h:24 -#: hacks/config/xmatrix.xml.h:16 +#: hacks/config/xmatrix.xml.h:17 msgid "Sparse" msgstr "Schaars" @@ -2111,13 +2427,13 @@ msgstr "Centreren op beeldscherm" #: hacks/config/grav.xml.h:1 hacks/config/julia.xml.h:1 #: hacks/config/laser.xml.h:1 hacks/config/lisa.xml.h:1 #: hacks/config/lissie.xml.h:2 hacks/config/morph3d.xml.h:2 -#: hacks/config/mountain.xml.h:1 hacks/config/qix.xml.h:4 -#: hacks/config/rocks.xml.h:2 hacks/config/rotor.xml.h:2 -#: hacks/config/rubik.xml.h:1 hacks/config/shadebobs.xml.h:1 -#: hacks/config/sierpinski.xml.h:1 hacks/config/slip.xml.h:1 -#: hacks/config/spiral.xml.h:1 hacks/config/sproingies.xml.h:1 -#: hacks/config/superquadrics.xml.h:1 hacks/config/swirl.xml.h:1 -#: hacks/config/worm.xml.h:2 +#: hacks/config/mountain.xml.h:1 hacks/config/piecewise.xml.h:2 +#: hacks/config/qix.xml.h:4 hacks/config/rocks.xml.h:2 +#: hacks/config/rotor.xml.h:2 hacks/config/rubik.xml.h:1 +#: hacks/config/shadebobs.xml.h:1 hacks/config/sierpinski.xml.h:1 +#: hacks/config/slip.xml.h:1 hacks/config/spiral.xml.h:1 +#: hacks/config/sproingies.xml.h:1 hacks/config/superquadrics.xml.h:1 +#: hacks/config/swirl.xml.h:1 hacks/config/worm.xml.h:2 msgid "Count" msgstr "Aantal" @@ -2174,7 +2490,8 @@ msgstr "Teken ruis." msgid "Display Wireframe" msgstr "Teken een arcadespelletje" -#: hacks/config/cubenetic.xml.h:6 hacks/config/gltext.xml.h:2 +#: hacks/config/cubenetic.xml.h:6 hacks/config/glblur.xml.h:3 +#: hacks/config/glknots.xml.h:2 hacks/config/gltext.xml.h:2 #: hacks/config/lavalite.xml.h:7 hacks/config/menger.xml.h:1 #: hacks/config/molecule.xml.h:4 hacks/config/spheremonics.xml.h:1 msgid "Don't Rotate" @@ -2187,43 +2504,50 @@ msgid "" "Jamie Zawinski." msgstr "" -#: hacks/config/cubenetic.xml.h:14 hacks/config/gltext.xml.h:5 +#: hacks/config/cubenetic.xml.h:14 hacks/config/glblur.xml.h:6 +#: hacks/config/glknots.xml.h:8 hacks/config/gltext.xml.h:5 #: hacks/config/lavalite.xml.h:19 hacks/config/menger.xml.h:7 #: hacks/config/molecule.xml.h:14 hacks/config/spheremonics.xml.h:10 msgid "Rotate around X and Y axes" msgstr "Roteren rond X en Y-assen" -#: hacks/config/cubenetic.xml.h:15 hacks/config/gltext.xml.h:6 +#: hacks/config/cubenetic.xml.h:15 hacks/config/glblur.xml.h:7 +#: hacks/config/glknots.xml.h:9 hacks/config/gltext.xml.h:6 #: hacks/config/lavalite.xml.h:20 hacks/config/menger.xml.h:8 #: hacks/config/molecule.xml.h:15 hacks/config/spheremonics.xml.h:11 msgid "Rotate around X and Z axes" msgstr "Roteren rond X en Z-assen" -#: hacks/config/cubenetic.xml.h:16 hacks/config/gltext.xml.h:7 +#: hacks/config/cubenetic.xml.h:16 hacks/config/glblur.xml.h:8 +#: hacks/config/glknots.xml.h:10 hacks/config/gltext.xml.h:7 #: hacks/config/lavalite.xml.h:21 hacks/config/menger.xml.h:9 #: hacks/config/molecule.xml.h:16 hacks/config/spheremonics.xml.h:12 msgid "Rotate around X axis" msgstr "Roteren rond X-as" -#: hacks/config/cubenetic.xml.h:17 hacks/config/gltext.xml.h:8 +#: hacks/config/cubenetic.xml.h:17 hacks/config/glblur.xml.h:9 +#: hacks/config/glknots.xml.h:11 hacks/config/gltext.xml.h:8 #: hacks/config/lavalite.xml.h:22 hacks/config/menger.xml.h:10 #: hacks/config/molecule.xml.h:17 hacks/config/spheremonics.xml.h:13 msgid "Rotate around Y and Z axes" msgstr "Roteren rond Y en Z-assen" -#: hacks/config/cubenetic.xml.h:18 hacks/config/gltext.xml.h:9 +#: hacks/config/cubenetic.xml.h:18 hacks/config/glblur.xml.h:10 +#: hacks/config/glknots.xml.h:12 hacks/config/gltext.xml.h:9 #: hacks/config/lavalite.xml.h:23 hacks/config/menger.xml.h:11 #: hacks/config/molecule.xml.h:18 hacks/config/spheremonics.xml.h:14 msgid "Rotate around Y axis" msgstr "Roteren rond Y-as" -#: hacks/config/cubenetic.xml.h:19 hacks/config/gltext.xml.h:10 +#: hacks/config/cubenetic.xml.h:19 hacks/config/glblur.xml.h:11 +#: hacks/config/glknots.xml.h:13 hacks/config/gltext.xml.h:10 #: hacks/config/lavalite.xml.h:24 hacks/config/menger.xml.h:12 #: hacks/config/molecule.xml.h:19 hacks/config/spheremonics.xml.h:15 msgid "Rotate around Z axis" msgstr "Roteren rond Z-as" -#: hacks/config/cubenetic.xml.h:20 hacks/config/gltext.xml.h:11 +#: hacks/config/cubenetic.xml.h:20 hacks/config/glblur.xml.h:12 +#: hacks/config/glknots.xml.h:14 hacks/config/gltext.xml.h:11 #: hacks/config/lavalite.xml.h:25 hacks/config/menger.xml.h:13 #: hacks/config/molecule.xml.h:20 hacks/config/spheremonics.xml.h:16 msgid "Rotate around all three axes" @@ -2241,15 +2565,43 @@ msgstr "" msgid "Surface Pattern Speed" msgstr "" -#: hacks/config/cubenetic.xml.h:28 hacks/config/dangerball.xml.h:10 -#: hacks/config/engine.xml.h:8 hacks/config/glforestfire.xml.h:19 -#: hacks/config/gltext.xml.h:17 hacks/config/lavalite.xml.h:30 -#: hacks/config/menger.xml.h:20 hacks/config/molecule.xml.h:25 -#: hacks/config/spheremonics.xml.h:25 hacks/config/wander.xml.h:15 +#: hacks/config/cubenetic.xml.h:28 hacks/config/cubestorm.xml.h:13 +#: hacks/config/dangerball.xml.h:10 hacks/config/engine.xml.h:20 +#: hacks/config/glblur.xml.h:19 hacks/config/glforestfire.xml.h:19 +#: hacks/config/glknots.xml.h:22 hacks/config/gltext.xml.h:17 +#: hacks/config/lavalite.xml.h:31 hacks/config/menger.xml.h:20 +#: hacks/config/molecule.xml.h:25 hacks/config/spheremonics.xml.h:25 +#: hacks/config/wander.xml.h:15 #, fuzzy msgid "Wander" msgstr "handler:" +#: hacks/config/cubestorm.xml.h:2 +#, fuzzy +msgid "CubeStorm" +msgstr "Storm" + +#: hacks/config/cubestorm.xml.h:3 +msgid "" +"Draws a series of rotating 3D boxes that intersect each other and eventually " +"fill space. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/cubestorm.xml.h:5 hacks/config/glknots.xml.h:6 +#, fuzzy +msgid "Motion Speed" +msgstr "Rotatie" + +#: hacks/config/cubestorm.xml.h:6 +#, fuzzy +msgid "Number of Cubes" +msgstr "Aantal Cirkels" + +#: hacks/config/cubestorm.xml.h:10 +#, fuzzy +msgid "Strut Thickness" +msgstr "Dikte" + #: hacks/config/cynosure.xml.h:1 msgid "" "A hack similar to `greynetic', but less frenetic. The first implementation " @@ -2349,12 +2701,13 @@ msgid "Stretchy Melt" msgstr "" #: hacks/config/decayscreen.xml.h:20 +#, fuzzy msgid "" "This takes an image and makes it melt. You've no doubt seen this effect " "before, but no screensaver would really be complete without it. It works " "best if there's something colorful visible. Warning, if the effect continues " -"after the screen saver is off, seek medical attention. Written by David Wald " -"and Vivek Khera." +"after the screen saver is off, seek medical attention. Written by David " +"Wald, Vivek Khera, Jamie Zawinski, and Vince Levey." msgstr "" "Deze neemt een afbeelding en doet het smelten. U heeft het vast eerder " "gezien, maar geen screensaver is compleet zonder. Als er iets kleurrijks in " @@ -2385,7 +2738,7 @@ msgid "" msgstr "" #: hacks/config/deco.xml.h:11 hacks/config/rd-bomb.xml.h:23 -#: hacks/config/whirlygig.xml.h:7 hacks/config/xearth.xml.h:33 +#: hacks/config/whirlygig.xml.h:20 hacks/config/xearth.xml.h:33 #: hacks/config/zoom.xml.h:10 msgid "x" msgstr "x" @@ -2415,10 +2768,6 @@ msgstr "" "Een cellulaire automaat die begint met een willekeurig veld en dit ordent " "tot strepen en spiralen." -#: hacks/config/demon.xml.h:2 hacks/config/petri.xml.h:1 -msgid "Cell Size" -msgstr "Celgrootte" - #: hacks/config/demon.xml.h:3 msgid "Demon" msgstr "Duivel" @@ -2464,11 +2813,6 @@ msgstr "Grootte" msgid "Magnify" msgstr "Vergroten" -#: hacks/config/distort.xml.h:9 hacks/config/glforestfire.xml.h:10 -#: hacks/config/lament.xml.h:4 hacks/config/sballs.xml.h:6 -msgid "Normal" -msgstr "Normaal" - #: hacks/config/distort.xml.h:10 msgid "Reflect" msgstr "Reflecteren" @@ -2520,18 +2864,44 @@ msgid "Lissojous Figures" msgstr "" #: hacks/config/electricsheep.xml.h:1 -msgid "ElectricSheep" -msgstr "ElectricSheep" - -#: hacks/config/electricsheep.xml.h:2 msgid "" "ElectricSheep is an xscreensaver module that displays mpeg video of an " "animated fractal flame. In the background, it contributes render cycles to " "the next animation. Periodically it uploades completed frames to the server, " "where they are compressed for distribution to all clients. This program is " -"recommended only if you have a high bandwidth connection to the Internet. By " -"Scott Draves. You can find it at <http://www.electricsheep.org/>. See " -"that web site for configuration information." +"recommended only if you have a high bandwidth, always-on connection to the " +"Internet. By Scott Draves. You can find it at <http://www.electricsheep." +"org/>." +msgstr "" + +#: hacks/config/electricsheep.xml.h:2 +msgid "Frame Rate" +msgstr "" + +#: hacks/config/electricsheep.xml.h:3 +#, fuzzy +msgid "Hide Sheep" +msgstr "Schijfscherm" + +#: hacks/config/electricsheep.xml.h:4 +msgid "Megabytes of Local Sheep Storage" +msgstr "" + +#: hacks/config/electricsheep.xml.h:5 +msgid "Nickname" +msgstr "" + +#: hacks/config/electricsheep.xml.h:6 +msgid "Repititions of each Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:7 +#, fuzzy +msgid "Standalone" +msgstr "Standaard" + +#: hacks/config/electricsheep.xml.h:8 +msgid "URL" msgstr "" #: hacks/config/endgame.xml.h:1 @@ -2545,17 +2915,67 @@ msgid "Endgame" msgstr "Endgame" #: hacks/config/engine.xml.h:1 +msgid "Audi Quattro (5 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:2 +msgid "BMW M3 (4 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:3 +msgid "BMW M5 (6 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:4 +msgid "Corvette Z06 (8 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:5 +msgid "Dodge Viper (10 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:6 +#, fuzzy msgid "" -"Draws a simple four-stroke engine that floats around the screen. Written by " -"Ben Buxton." +"Draws a simple model of an engine that floats around the screen. Written by " +"Ben Buxton and Ed Beroset." msgstr "" "Toont een eenvoudige viertaktmotor die over het scherm zweeft. Geschreven " "door Ben Buxton." -#: hacks/config/engine.xml.h:2 +#: hacks/config/engine.xml.h:7 msgid "Engine" msgstr "Motor" +#: hacks/config/engine.xml.h:9 +msgid "Honda Insight (3 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:10 +msgid "Jaguar XKE (12 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:11 +msgid "Porsche 911 (6 cylinders, flat)" +msgstr "" + +#: hacks/config/engine.xml.h:12 +#, fuzzy +msgid "Random Engine" +msgstr "Willekeurig" + +#: hacks/config/engine.xml.h:13 +msgid "Show Engine Name" +msgstr "" + +#: hacks/config/engine.xml.h:18 +msgid "Subaru XT (6 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:19 +msgid "VW Beetle (4 cylinders, flat)" +msgstr "" + #: hacks/config/epicycle.xml.h:4 msgid "Epicycle" msgstr "Epicycle" @@ -2575,6 +2995,55 @@ msgstr "" "Epicycle tekent het pad dat wordt afgelegd door een punt op de rand van een " "cirkel die draait op de rand van een andere cirkel en ga zo maar door..." +#: hacks/config/eruption.xml.h:1 +msgid "An exposive version of XFlame. By W.P. van Paassen." +msgstr "" + +#: hacks/config/eruption.xml.h:2 +msgid "Cooling factor" +msgstr "" + +#: hacks/config/eruption.xml.h:4 +#, fuzzy +msgid "Eruption" +msgstr "Extensie" + +#: hacks/config/eruption.xml.h:7 hacks/config/fluidballs.xml.h:9 +#: hacks/config/qix.xml.h:9 hacks/config/speedmine.xml.h:4 +msgid "Gravity" +msgstr "Zwaartekracht" + +#: hacks/config/eruption.xml.h:8 +msgid "Heat" +msgstr "" + +#: hacks/config/eruption.xml.h:9 +#, fuzzy +msgid "Inferno" +msgstr "Interferentie" + +#: hacks/config/eruption.xml.h:10 +msgid "Little" +msgstr "" + +#: hacks/config/eruption.xml.h:13 +msgid "Negative" +msgstr "" + +#: hacks/config/eruption.xml.h:15 +#, fuzzy +msgid "Number of Particles" +msgstr "Aantal Cirkels" + +#: hacks/config/eruption.xml.h:16 +#, fuzzy +msgid "Pleasant" +msgstr "GLPlaneet" + +#: hacks/config/eruption.xml.h:17 +msgid "Positive" +msgstr "" + #: hacks/config/euler2d.xml.h:2 msgid "Euler2d" msgstr "Euler2d" @@ -2698,7 +3167,8 @@ msgstr "" msgid "0 Seconds" msgstr "0 Seconden" -#: hacks/config/flame.xml.h:2 hacks/config/maze.xml.h:2 +#: hacks/config/flame.xml.h:2 hacks/config/glslideshow.xml.h:2 +#: hacks/config/maze.xml.h:2 msgid "10 Seconds" msgstr "10 Seconden" @@ -2706,7 +3176,7 @@ msgstr "10 Seconden" msgid "Another iterative fractal generator. Written by Scott Draves." msgstr "Nog een iteratieve fractal-generator. Geschreven door Scott Draves." -#: hacks/config/flame.xml.h:4 +#: hacks/config/flame.xml.h:4 hacks/config/jigglypuff.xml.h:4 msgid "Complexity" msgstr "Complexiteit" @@ -2768,30 +3238,27 @@ msgid "Zoom In and Out" msgstr "In en Uitzoomen" #: hacks/config/fluidballs.xml.h:1 +#, fuzzy +msgid " Freefall" +msgstr "Vrije val" + +#: hacks/config/fluidballs.xml.h:2 msgid "Ball Size" msgstr "Grootte" -#: hacks/config/fluidballs.xml.h:5 +#: hacks/config/fluidballs.xml.h:4 +#, fuzzy +msgid "Clay" +msgstr "Vertraging" + +#: hacks/config/fluidballs.xml.h:7 msgid "FluidBalls" msgstr "FluidBalls" -#: hacks/config/fluidballs.xml.h:6 -msgid "Freefall" -msgstr "Vrije val" - -#: hacks/config/fluidballs.xml.h:7 hacks/config/twang.xml.h:4 +#: hacks/config/fluidballs.xml.h:8 hacks/config/twang.xml.h:4 msgid "Friction" msgstr "Wrijving" -#: hacks/config/fluidballs.xml.h:8 -msgid "Glass" -msgstr "Glas" - -#: hacks/config/fluidballs.xml.h:9 hacks/config/qix.xml.h:9 -#: hacks/config/speedmine.xml.h:4 -msgid "Gravity" -msgstr "Zwaartekracht" - #: hacks/config/fluidballs.xml.h:10 msgid "Hurricane" msgstr "Orkaan" @@ -2815,8 +3282,8 @@ msgstr "" #: hacks/config/fluidballs.xml.h:15 #, fuzzy -msgid "Sandpaper" -msgstr "Trappen" +msgid "Rubber" +msgstr "Zeepbellen" #: hacks/config/fluidballs.xml.h:16 #, fuzzy @@ -2836,6 +3303,100 @@ msgstr "" msgid "Wind" msgstr "Wind" +#: hacks/config/flurry.xml.h:1 +msgid "Binary" +msgstr "" + +#: hacks/config/flurry.xml.h:2 +#, fuzzy +msgid "Classic" +msgstr "Glas" + +#: hacks/config/flurry.xml.h:3 +#, fuzzy +msgid "Fire" +msgstr "_Bestand" + +#: hacks/config/flurry.xml.h:4 +msgid "Flurry" +msgstr "" + +#: hacks/config/flurry.xml.h:5 +msgid "Insane" +msgstr "" + +#: hacks/config/flurry.xml.h:6 +msgid "Psychedelic" +msgstr "" + +#: hacks/config/flurry.xml.h:7 +msgid "RGB" +msgstr "" + +#: hacks/config/flurry.xml.h:8 hacks/config/jigglypuff.xml.h:13 +#: hacks/config/sballs.xml.h:10 hacks/config/whirlygig.xml.h:12 +msgid "Random" +msgstr "Willekeurig" + +#: hacks/config/flurry.xml.h:10 +msgid "" +"This port of the OSX screensaver of the same name draws a colourful star" +"(fish)like flurry of particles. xscreensaver port by Tobias Sargeant <" +"tobias.sargeant@bigpond.com> Original Mac version by Calum Robinson <" +"calumr@mac.com> http://homepage.mac.com/calumr" +msgstr "" + +#: hacks/config/flurry.xml.h:11 +#, fuzzy +msgid "Water" +msgstr "handler:" + +#: hacks/config/flyingtoasters.xml.h:1 +msgid "" +"A fleet of 3d space-age jet-powered flying toasters (and toast!) Inspired by " +"the ancient Berkeley Systems After Dark flying toasters. By Jamie Zawinski " +"and Baconmonkey." +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:2 +#, fuzzy +msgid "Air Speed" +msgstr "Animatiesnelheid" + +#: hacks/config/flyingtoasters.xml.h:4 +msgid "Chrome Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:6 +msgid "Flying Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:7 hacks/config/glslideshow.xml.h:16 +#: hacks/config/jigglypuff.xml.h:12 hacks/config/juggle.xml.h:6 +#: hacks/config/pipes.xml.h:10 +msgid "None" +msgstr "Geen" + +#: hacks/config/flyingtoasters.xml.h:8 +#, fuzzy +msgid "Number of Slices" +msgstr "Aantal Cirkels" + +#: hacks/config/flyingtoasters.xml.h:9 +#, fuzzy +msgid "Number of Toasters" +msgstr "Aantal punten." + +#: hacks/config/flyingtoasters.xml.h:12 +#, fuzzy +msgid "Solid Colors" +msgstr "Vaste Vloer" + +#: hacks/config/flyingtoasters.xml.h:13 +#, fuzzy +msgid "Swarm" +msgstr "XRaySwarm" + #: hacks/config/forest.xml.h:2 hacks/config/glforestfire.xml.h:6 msgid "Forest" msgstr "Bos" @@ -2923,7 +3484,7 @@ msgstr "Scherm Beveiliging" msgid "Wave Speed" msgstr "Snelheid" -#: hacks/config/gflux.xml.h:15 +#: hacks/config/gflux.xml.h:15 hacks/config/glmatrix.xml.h:20 msgid "Waves" msgstr "Golven" @@ -2931,6 +3492,25 @@ msgstr "Golven" msgid "Wire Mesh" msgstr "" +#: hacks/config/glblur.xml.h:1 +msgid "Blur Smoothness" +msgstr "" + +#: hacks/config/glblur.xml.h:5 +msgid "GLBlur" +msgstr "" + +#: hacks/config/glblur.xml.h:18 +msgid "" +"This program draws a box and a few line segments, and generates a radial " +"blur outward from it. This creates flowing field effects. This is done by " +"rendering the scene into a small texture, then repeatedly rendering " +"increasingly-enlarged and increasingly-transparent versions of that texture " +"onto the frame buffer. As such, it's quite graphics intensive: don't bother " +"trying to run this if you don't have hardware-accelerated OpenGL texture " +"support. It will hurt your machine bad." +msgstr "" + #: hacks/config/glforestfire.xml.h:2 #, fuzzy msgid "Desert" @@ -2943,7 +3523,7 @@ msgid "" "for texture maps. Written by Eric Lassauge <lassauge@mail.dotcom.fr>." msgstr "" -#: hacks/config/glforestfire.xml.h:5 +#: hacks/config/glforestfire.xml.h:5 hacks/config/glmatrix.xml.h:9 msgid "Fog" msgstr "Mist" @@ -2973,10 +3553,88 @@ msgstr "Regen" msgid "Track mouse" msgstr "" -#: hacks/config/glforestfire.xml.h:18 hacks/config/lament.xml.h:8 -#: hacks/config/sballs.xml.h:17 -msgid "Untextured" -msgstr "Zonder textuur" +#: hacks/config/glknots.xml.h:4 +#, fuzzy +msgid "GLKnots" +msgstr "Punten" + +#: hacks/config/glknots.xml.h:5 +msgid "" +"Generates some twisting 3d knot patterns. Spins 'em around. Written by Jamie " +"Zawinski." +msgstr "" + +#: hacks/config/glknots.xml.h:7 hacks/config/lavalite.xml.h:17 +#: hacks/config/spheremonics.xml.h:9 +msgid "Resolution" +msgstr "Resolutie" + +#: hacks/config/glknots.xml.h:15 +#, fuzzy +msgid "Segmented" +msgstr "Segmenten" + +#: hacks/config/glknots.xml.h:18 hacks/config/lavalite.xml.h:28 +msgid "Smooth" +msgstr "Glad" + +#: hacks/config/glmatrix.xml.h:2 hacks/config/xmatrix.xml.h:1 +msgid "Binary Encoding" +msgstr "Binaire Tekenset" + +#: hacks/config/glmatrix.xml.h:4 +#, fuzzy +msgid "Draw Glyphs" +msgstr "Toon Labels" + +#: hacks/config/glmatrix.xml.h:5 +#, fuzzy +msgid "Draw Outlines" +msgstr "Mieren tonen" + +#: hacks/config/glmatrix.xml.h:6 +#, fuzzy +msgid "Draw Solid Boxes" +msgstr "Atoombindingen Weergeven" + +#: hacks/config/glmatrix.xml.h:7 +msgid "" +"Draws 3D dropping characters similar to what is seen in the title sequence " +"of \"The Matrix\". See also \"xmatrix\" for a 2D rendering of the similar " +"effect that appeared on the computer monitors actually *in* the movie. " +"Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/glmatrix.xml.h:10 +#, fuzzy +msgid "GLMatrix" +msgstr "Xmatrix" + +#: hacks/config/glmatrix.xml.h:11 hacks/config/xmatrix.xml.h:7 +msgid "Genetic Encoding" +msgstr "Genetische Tekenset" + +#: hacks/config/glmatrix.xml.h:12 +#, fuzzy +msgid "Glyph Density" +msgstr "Dichtheid" + +#: hacks/config/glmatrix.xml.h:13 +#, fuzzy +msgid "Glyph Speed" +msgstr "Snelheid" + +#: hacks/config/glmatrix.xml.h:14 hacks/config/xmatrix.xml.h:8 +msgid "Hexadecimal Encoding" +msgstr "Hexadecimale Tekenset" + +#: hacks/config/glmatrix.xml.h:15 hacks/config/xmatrix.xml.h:11 +msgid "Matrix Encoding" +msgstr "Matrix Tekenset" + +#: hacks/config/glmatrix.xml.h:16 +msgid "Panning" +msgstr "" #: hacks/config/glplanet.xml.h:1 msgid "" @@ -2994,14 +3652,65 @@ msgstr "GLPlaneet" msgid "Image File" msgstr "Afbeeldingsbestand" -#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 -msgid "1" -msgstr "1" +#: hacks/config/glslideshow.xml.h:4 hacks/config/rd-bomb.xml.h:5 +#, no-c-format +msgid "100%" +msgstr "100%" -#: hacks/config/glsnake.xml.h:2 hacks/config/penrose.xml.h:2 +#: hacks/config/glslideshow.xml.h:5 hacks/config/glsnake.xml.h:2 +#: hacks/config/penrose.xml.h:2 msgid "30 Seconds" msgstr "30 Seconden" +#: hacks/config/glslideshow.xml.h:6 +#, fuzzy +msgid "5 Minutes" +msgstr "1 Minuut" + +#: hacks/config/glslideshow.xml.h:8 +#, no-c-format +msgid "50%" +msgstr "" + +#: hacks/config/glslideshow.xml.h:9 +msgid "Always show at least this much of the image:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:10 +#, fuzzy +msgid "Crossfade Duration:" +msgstr "Duur" + +#: hacks/config/glslideshow.xml.h:11 +msgid "Frame Rate:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:12 +msgid "GLSlideshow" +msgstr "" + +#: hacks/config/glslideshow.xml.h:14 +msgid "" +"Loads a random sequence of images and smoothly scans and zooms around in " +"each, fading from pan to pan. You can set the directory from which images " +"are loaded on the \"Advanced\" tab. This program requires a good video card " +"capable of supporting large textures. Written by Jamie Zawinski and Mike " +"Oliphant." +msgstr "" + +#: hacks/config/glslideshow.xml.h:17 +#, fuzzy +msgid "Pan/Zoom Duration:" +msgstr "Duur" + +#: hacks/config/glslideshow.xml.h:19 +msgid "Time until loading a new image:" +msgstr "" + +#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 +msgid "1" +msgstr "1" + #: hacks/config/glsnake.xml.h:3 msgid "" "Draws a simulation of the Rubik's Snake puzzle. Written by Jamie Wilkinson, " @@ -3141,16 +3850,65 @@ msgid "" "looks kind of like a cloud-chamber photograph. Written by Greg Bowering." msgstr "" -#: hacks/config/greynetic.xml.h:2 -msgid "Greynetic" -msgstr "Greynetic" +#: hacks/config/greynetic.xml.h:2 +msgid "Greynetic" +msgstr "Greynetic" + +#: hacks/config/greynetic.xml.h:5 +msgid "" +"This draws random colored and stippled rectangles. Written by Jamie Zawinski." +msgstr "" +"Deze toont willekeurig gekleurde en gestippelde rechthoeken. Geschreven door " +"Jamie Zawinski." + +#: hacks/config/halftone.xml.h:1 +msgid "Delay (Large = low cpu load)" +msgstr "" + +#: hacks/config/halftone.xml.h:2 +msgid "Dot fill factor" +msgstr "" + +#: hacks/config/halftone.xml.h:3 +#, fuzzy +msgid "Dot size" +msgstr "Grootte Van Mier" + +#: hacks/config/halftone.xml.h:4 +msgid "" +"Draws the gravity force in each point on the screen seen through a halftone " +"dot pattern. The gravity force is calculated from a set of moving mass " +"points. View it from a distance for best effect. Written by Peter Jaric <" +"peter@jaric.org>." +msgstr "" + +#: hacks/config/halftone.xml.h:5 +#, fuzzy +msgid "Gravity points" +msgstr "Zwaartekracht" + +#: hacks/config/halftone.xml.h:6 +#, fuzzy +msgid "Halftone" +msgstr "Halo" + +#: hacks/config/halftone.xml.h:10 +msgid "Maximum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:11 +#, fuzzy +msgid "Maximum speed" +msgstr "Animatiesnelheid" -#: hacks/config/greynetic.xml.h:5 -msgid "" -"This draws random colored and stippled rectangles. Written by Jamie Zawinski." +#: hacks/config/halftone.xml.h:12 +msgid "Minimum mass" msgstr "" -"Deze toont willekeurig gekleurde en gestippelde rechthoeken. Geschreven door " -"Jamie Zawinski." + +#: hacks/config/halftone.xml.h:13 +#, fuzzy +msgid "Minimum speed" +msgstr "Animatiesnelheid" #: hacks/config/halo.xml.h:1 #, fuzzy @@ -3308,6 +4066,112 @@ msgid "" "brain will melt. Written by Joe Keane, Fritz Mueller, and Jamie Zawinski." msgstr "" +#: hacks/config/hypertorus.xml.h:1 +msgid "-4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:2 +msgid "4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:3 +msgid "4D Hypertorus" +msgstr "" + +#: hacks/config/hypertorus.xml.h:4 +#, fuzzy +msgid "Color Wheel" +msgstr "Kleur" + +#: hacks/config/hypertorus.xml.h:5 +#, fuzzy +msgid "Display Speed" +msgstr "Tekent een sonar scoop." + +#: hacks/config/hypertorus.xml.h:7 +#, fuzzy +msgid "Orthographic 3d" +msgstr "Orthografische projectie" + +#: hacks/config/hypertorus.xml.h:8 +#, fuzzy +msgid "Orthographic 4d" +msgstr "Orthografische projectie" + +#: hacks/config/hypertorus.xml.h:9 +msgid "Perspective 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:10 +msgid "Perspective 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:11 +#, fuzzy +msgid "See-Through Bands" +msgstr "Roterende kleuren." + +#: hacks/config/hypertorus.xml.h:14 +#, fuzzy +msgid "Solid Object" +msgstr "Vaste Objecten" + +#: hacks/config/hypertorus.xml.h:15 hacks/config/pulsar.xml.h:16 +msgid "Solid Surface" +msgstr "Egaal Oppervlak" + +#: hacks/config/hypertorus.xml.h:16 +msgid "" +"This program shows a rotating Clifford Torus: a torus lying on the \"surface" +"\" of a 4D hypersphere. Written by Carsten Steger, inspired by Thomas " +"Banchoff's book \"Beyond the Third Dimension: Geometry, Computer Graphics, " +"and Higher Dimensions\", Scientific American Library, 1990." +msgstr "" + +#: hacks/config/hypertorus.xml.h:17 +#, fuzzy +msgid "Transparent Surface" +msgstr "Transparant" + +#: hacks/config/hypertorus.xml.h:18 +msgid "Two-Sided" +msgstr "" + +#: hacks/config/hypertorus.xml.h:19 +#, fuzzy +msgid "WX Rotation Speed" +msgstr "Rotatie" + +#: hacks/config/hypertorus.xml.h:20 +#, fuzzy +msgid "WY Rotation Speed" +msgstr "Rotatie" + +#: hacks/config/hypertorus.xml.h:21 +#, fuzzy +msgid "WZ Rotation Speed" +msgstr "Rotatie" + +#: hacks/config/hypertorus.xml.h:22 +#, fuzzy +msgid "Wireframe Mesh" +msgstr "Draadraamwerk" + +#: hacks/config/hypertorus.xml.h:23 +#, fuzzy +msgid "XY Rotation Speed" +msgstr "Rotatie" + +#: hacks/config/hypertorus.xml.h:24 +#, fuzzy +msgid "XZ Rotation Speed" +msgstr "Rotatie" + +#: hacks/config/hypertorus.xml.h:25 +#, fuzzy +msgid "YZ Rotation Speed" +msgstr "Rotatie" + #: hacks/config/ifs.xml.h:2 msgid "IFS" msgstr "IFS" @@ -3390,6 +4254,99 @@ msgstr "Aantal Golven" msgid "Wave Size" msgstr "Golfgrootte" +#: hacks/config/jigglypuff.xml.h:2 +msgid "Chrome" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:3 +msgid "Clown barf" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:5 +#, fuzzy +msgid "Cycle" +msgstr "Cycli" + +#: hacks/config/jigglypuff.xml.h:7 +msgid "Flower box" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:9 +msgid "Inertial damping" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:10 +msgid "JigglyPuff" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:14 +#, fuzzy +msgid "Rotation speed" +msgstr "Rotatie" + +#: hacks/config/jigglypuff.xml.h:17 hacks/config/sphere.xml.h:7 +msgid "Sphere" +msgstr "Bol" + +#: hacks/config/jigglypuff.xml.h:18 +msgid "Sphere strength" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:19 +#, fuzzy +msgid "Spookiness" +msgstr "Splines" + +#: hacks/config/jigglypuff.xml.h:20 +msgid "Spoooooky" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:21 hacks/config/sballs.xml.h:16 +msgid "Tetrahedron" +msgstr "Tetraëder" + +#: hacks/config/jigglypuff.xml.h:22 +msgid "" +"This little gem does bad things with quasi-spherical objects. The gist of it " +"is that you have what is, structurally, a tetrahedron with tesselated faces. " +"the vertices on these faces have forces on them in the form of one " +"proportional to their distance from the surface of a sphere, and one which " +"is proportional to how far they differ from some ideal distance from their " +"neighbors. They also have inertia. The forces and distance are parameters " +"and there are also a couple of visual parameters. The resulting effect can " +"range from a shape that does nothing, to a frenetic polygon storm. Somewhere " +"in between there it usually manifests as a blob that jiggles in a kind of " +"disturbing manner. woo. It doesn't matter, however. You should just pick " +"'random'. It overrides all the other options, except for fps, delay and " +"complexity. By Keith Macleod" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:23 +msgid "Vertex-vertex behavior" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:24 +msgid "Vertex-vertex force" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:26 +msgid "collapse" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:27 +msgid "expand" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:28 +#, fuzzy +msgid "none" +msgstr "Geen" + +#: hacks/config/jigglypuff.xml.h:29 +#, fuzzy +msgid "strong" +msgstr "Vreemd" + #: hacks/config/jigsaw.xml.h:4 msgid "Jigsaw" msgstr "Legpuzzel" @@ -3420,10 +4377,6 @@ msgstr "Toont een jonglerend mannetje. Geschreven door Tim Auckland." msgid "Juggle" msgstr "Jongleren" -#: hacks/config/juggle.xml.h:6 hacks/config/pipes.xml.h:10 -msgid "None" -msgstr "Geen" - #: hacks/config/julia.xml.h:3 hacks/config/rorschach.xml.h:4 msgid "Iterations" msgstr "Iteraties" @@ -3466,6 +4419,25 @@ msgstr "Symmetrie" msgid "Trails" msgstr "Sporen" +#: hacks/config/klein.xml.h:3 +msgid "Klein" +msgstr "" + +#: hacks/config/klein.xml.h:10 +msgid "" +"This draws a visualization of a Klein bottle or some other interesting " +"parametric surfaces. Written by Andrey Mirtchovski." +msgstr "" + +#: hacks/config/klein.xml.h:11 +msgid "Use Randomized Surfaces and Primitives" +msgstr "" + +#: hacks/config/klein.xml.h:12 +#, fuzzy +msgid "Wander Around the Screen" +msgstr "Centreren op beeldscherm" + #: hacks/config/kumppa.xml.h:5 msgid "Kumppa" msgstr "Kumppa" @@ -3555,18 +4527,10 @@ msgstr "Klont" msgid "Random Lamp Style" msgstr "Willekeurig Lamptype" -#: hacks/config/lavalite.xml.h:17 hacks/config/spheremonics.xml.h:9 -msgid "Resolution" -msgstr "Resolutie" - #: hacks/config/lavalite.xml.h:18 msgid "Rocket Lavalite" msgstr "Raket Lavalamp" -#: hacks/config/lavalite.xml.h:27 -msgid "Smooth" -msgstr "Glad" - #: hacks/config/lightning.xml.h:2 msgid "Lightning" msgstr "Bliksem" @@ -3721,6 +4685,36 @@ msgid "" "by Jamie Zawinski." msgstr "" +#: hacks/config/metaballs.xml.h:1 +#, fuzzy +msgid "Big" +msgstr "Groter" + +#: hacks/config/metaballs.xml.h:2 +msgid "" +"Draws two dimensional metaballs: overlapping and merging balls with fuzzy " +"edges. By W.P. van Paassen." +msgstr "" + +#: hacks/config/metaballs.xml.h:7 +msgid "MetaBall Movement" +msgstr "" + +#: hacks/config/metaballs.xml.h:8 +#, fuzzy +msgid "MetaBall Radius" +msgstr "Radius" + +#: hacks/config/metaballs.xml.h:9 +#, fuzzy +msgid "MetaBalls" +msgstr "Ballen" + +#: hacks/config/metaballs.xml.h:11 +#, fuzzy +msgid "Number of MetaBalls" +msgstr "Aantal Fractals" + #: hacks/config/moebius.xml.h:1 msgid "" "Another M. C. Escher hack by Marcelo Vianna, this one draws ``Moebius Strip " @@ -4089,6 +5083,29 @@ msgstr "Fosfor" msgid "Scale" msgstr "Geschaald" +#: hacks/config/piecewise.xml.h:1 +msgid "Color shifting speed" +msgstr "" + +#: hacks/config/piecewise.xml.h:6 +msgid "Maximum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:7 +#, fuzzy +msgid "Minimum radius" +msgstr "Minimum Levensverwachting" + +#: hacks/config/piecewise.xml.h:8 +msgid "Piecewise" +msgstr "" + +#: hacks/config/piecewise.xml.h:12 +msgid "" +"This draws a bunch of moving circles which switch from visibility to " +"invisibility at intersection points. Written by Geoffrey Irving." +msgstr "" + #: hacks/config/pipes.xml.h:1 msgid "Allow Tight Turns" msgstr "Scherpe Bochten Toestaan" @@ -4153,6 +5170,38 @@ msgid "" "puzzle pieces. Written by Stephen Montgomery-Smith." msgstr "" +#: hacks/config/popsquares.xml.h:1 +#, fuzzy +msgid "Border" +msgstr "Hoeken" + +#: hacks/config/popsquares.xml.h:2 +msgid "End color" +msgstr "" + +#: hacks/config/popsquares.xml.h:7 +#, fuzzy +msgid "Start color" +msgstr "Secundaire kleur" + +#: hacks/config/popsquares.xml.h:8 +msgid "Subdivision" +msgstr "" + +#: hacks/config/popsquares.xml.h:9 +msgid "" +"This draws a pop-art-ish looking grid of pulsing colors. By Levi Burton." +msgstr "" + +#: hacks/config/popsquares.xml.h:10 +msgid "Twitch" +msgstr "" + +#: hacks/config/popsquares.xml.h:11 +#, fuzzy +msgid "popsquares" +msgstr "Vierkant" + #: hacks/config/pulsar.xml.h:1 msgid "Anti-alias Lines" msgstr "" @@ -4204,10 +5253,6 @@ msgstr "Afspelen" msgid "Quad Count" msgstr "Aantal" -#: hacks/config/pulsar.xml.h:16 -msgid "Solid Surface" -msgstr "Egaal Oppervlak" - #: hacks/config/pulsar.xml.h:18 msgid "Texture PPM File" msgstr "" @@ -4221,10 +5266,6 @@ msgstr "" msgid "Launch Frequency" msgstr "Frequentie" -#: hacks/config/pyro.xml.h:8 -msgid "Often" -msgstr "Vaak" - #: hacks/config/pyro.xml.h:9 #, fuzzy msgid "Particle Density" @@ -4308,11 +5349,6 @@ msgstr "/" msgid "1%" msgstr "1%" -#: hacks/config/rd-bomb.xml.h:5 -#, no-c-format -msgid "100%" -msgstr "100%" - #: hacks/config/rd-bomb.xml.h:7 msgid "" "Another variation of the `Bomb' program by Scott Draves. This draws a grid " @@ -4536,10 +5572,6 @@ msgstr "GLPlaneet" msgid "Pyramid" msgstr "Pyramide" -#: hacks/config/sballs.xml.h:10 -msgid "Random" -msgstr "Willekeurig" - #: hacks/config/sballs.xml.h:11 #, fuzzy msgid "Sballs" @@ -4549,10 +5581,6 @@ msgstr "Klein" msgid "Star" msgstr "Ster" -#: hacks/config/sballs.xml.h:16 -msgid "Tetrahedron" -msgstr "Tetraëder" - #: hacks/config/shadebobs.xml.h:7 #, fuzzy msgid "ShadeBobs" @@ -4720,10 +5748,6 @@ msgstr "" "verschillende kleuren. De eerste verschijningsvormen van deze hack zijn " "terug te traceren naar Tom Duff in 1982." -#: hacks/config/sphere.xml.h:7 -msgid "Sphere" -msgstr "Bol" - #: hacks/config/sphereEversion.xml.h:1 #, fuzzy msgid "SphereEversion" @@ -4757,7 +5781,7 @@ msgid "" "angular momentum operators. Written by Paul Bourke and Jamie Zawinski." msgstr "" -#: hacks/config/spiral.xml.h:2 +#: hacks/config/spiral.xml.h:2 hacks/config/superquadrics.xml.h:2 msgid "Cycles" msgstr "Cycli" @@ -4830,10 +5854,9 @@ msgid "" "work with some window managers, but not with others, so your mileage may " "vary. SSystem was once available at <http://www1.las.es/~amil/ssystem/" ">, but is now gone. You may still be able to find copies elsewhere. " -"SSystem has since evolved into two different programs: OpenUniverse (http://" -"openuniverse.sourceforge.net/) and Celestia (http://www.shatters.net/" -"celestia/). Sadly, neither of these programs work with xscreensaver at all. " -"You are encouraged to nag their authors into adding xscreensaver support!" +"SSystem has since evolved into Celestia, found at <http://www.shatters." +"net/celestia/>. Sadly, Celestia does not work with xscreensaver at all. " +"You are encouraged to nag the authors into adding xscreensaver support!" msgstr "" #: hacks/config/stairs.xml.h:6 @@ -4955,14 +5978,14 @@ msgid "" "Written by Massimino Pascal." msgstr "" -#: hacks/config/superquadrics.xml.h:2 +#: hacks/config/superquadrics.xml.h:3 msgid "" "Ed Mackey reports that he wrote the first version of this program in BASIC " "on a Commodore 64 in 1987, as a 320x200 black and white wireframe. Now it is " "GL and has specular reflections." msgstr "" -#: hacks/config/superquadrics.xml.h:10 +#: hacks/config/superquadrics.xml.h:11 msgid "Superquadrics" msgstr "Superquadrics" @@ -5193,17 +6216,68 @@ msgid "Amplitude" msgstr "Amplitude" #: hacks/config/whirlygig.xml.h:2 +#, fuzzy +msgid "Circle" +msgstr "Cycli" + +#: hacks/config/whirlygig.xml.h:3 msgid "Draws zooming chains of sinusoidal spots. Written by Ashton Trey Belew." msgstr "" +#: hacks/config/whirlygig.xml.h:4 +#, fuzzy +msgid "Explain modes" +msgstr "Tekent een sonar scoop." + #: hacks/config/whirlygig.xml.h:5 -msgid "Whirlies" +msgid "Fun" msgstr "" #: hacks/config/whirlygig.xml.h:6 +msgid "Funky" +msgstr "" + +#: hacks/config/whirlygig.xml.h:7 +msgid "Innie" +msgstr "" + +#: hacks/config/whirlygig.xml.h:8 +#, fuzzy +msgid "Leave a trail" +msgstr "Sporen" + +#: hacks/config/whirlygig.xml.h:9 +#, fuzzy +msgid "Linear" +msgstr "Lijnen" + +#: hacks/config/whirlygig.xml.h:11 +#, fuzzy +msgid "Lissajous" +msgstr "Lisa" + +#: hacks/config/whirlygig.xml.h:15 +#, fuzzy +msgid "Test" +msgstr "Beste" + +#: hacks/config/whirlygig.xml.h:16 +#, fuzzy +msgid "Use Double Buffering" +msgstr "Dubbele buffer" + +#: hacks/config/whirlygig.xml.h:17 +msgid "Whirlies" +msgstr "" + +#: hacks/config/whirlygig.xml.h:18 msgid "WhirlyGig" msgstr "" +#: hacks/config/whirlygig.xml.h:19 +msgid "Wrap the screen" +msgstr "" + #: hacks/config/worm.xml.h:1 msgid "" "An ancient xlock hack that draws multicolored worms that crawl around the " @@ -5220,7 +6294,7 @@ msgid "" "XaoS generates fast fly-through animations of the Mandelbrot and other " "fractal sets. Written by Thomas Marsh and Jan Hubicka. This is not included " "with the XScreenSaver package, but if you don't have it already, you can " -"find it at <http://limax.paru.cas.cz/~hubicka/XaoS/>." +"find it at <http://xaos.theory.org/>." msgstr "" #: hacks/config/xdaliclock.xml.h:1 @@ -5246,7 +6320,7 @@ msgstr "Tekent een sonar scoop." msgid "Huge Font" msgstr "Keuze Lettertype" -#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:9 +#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:10 msgid "Large Font" msgstr "Groot lettertype" @@ -5254,7 +6328,7 @@ msgstr "Groot lettertype" msgid "Medium Font" msgstr "Medium Lettertype" -#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:16 msgid "Small Font" msgstr "Klein Lettertype" @@ -5431,17 +6505,13 @@ msgstr "" msgid "Xlyap" msgstr "Xlyap" -#: hacks/config/xmatrix.xml.h:1 +#: hacks/config/xmatrix.xml.h:3 msgid "" -"A rendition of the text scrolls seen in the movie ``The Matrix.'' Written by " -"Jamie Zawinski." +"Draws dropping characters similar to what is seen on the computer monitors " +"in \"The Matrix\". See also \"glmatrix\" for a 3D rendering of the similar " +"effect that appeared in the title sequence of the movie. Written by Jamie " +"Zawinski." msgstr "" -"Een nabootsing van het effect van de vallende letters in de film \"The Matrix" -"\". Geschreven door Jamie Zawinski." - -#: hacks/config/xmatrix.xml.h:2 -msgid "Binary Encoding" -msgstr "Binaire Tekenset" #: hacks/config/xmatrix.xml.h:4 msgid "Expansion Algorithm" @@ -5451,35 +6521,27 @@ msgstr "Expansie Algoritme" msgid "Full" msgstr "Vol" -#: hacks/config/xmatrix.xml.h:7 -msgid "Genetic Encoding" -msgstr "Genetische Tekenset" - -#: hacks/config/xmatrix.xml.h:8 -msgid "Hexadecimal Encoding" -msgstr "Hexadecimale Tekenset" - -#: hacks/config/xmatrix.xml.h:10 -msgid "Matrix Encoding" -msgstr "Matrix Tekenset" +#: hacks/config/xmatrix.xml.h:9 +msgid "Knock Knock" +msgstr "" -#: hacks/config/xmatrix.xml.h:11 +#: hacks/config/xmatrix.xml.h:12 msgid "Phone Number" msgstr "Telefoonnummer" -#: hacks/config/xmatrix.xml.h:12 +#: hacks/config/xmatrix.xml.h:13 msgid "Run Trace Program" msgstr "Traceringsprogramma Uitvoeren" -#: hacks/config/xmatrix.xml.h:13 +#: hacks/config/xmatrix.xml.h:14 msgid "Slider Algorithm" msgstr "Schuifalgoritme" -#: hacks/config/xmatrix.xml.h:18 +#: hacks/config/xmatrix.xml.h:19 msgid "Synergistic Algorithm" msgstr "Synergistisch Algoritme" -#: hacks/config/xmatrix.xml.h:19 +#: hacks/config/xmatrix.xml.h:20 msgid "Xmatrix" msgstr "Xmatrix" diff --git a/po/no.po b/po/no.po index 94a59e9a..bf68c18d 100644 --- a/po/no.po +++ b/po/no.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: control-center 1.5.8\n" -"POT-Creation-Date: 2002-06-18 21:56+0200\n" +"POT-Creation-Date: 2003-07-24 19:05+0200\n" "PO-Revision-Date: 2002-09-03 18:28+0200\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian \n" @@ -13,35 +13,40 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -#: driver/demo-Gtk-conf.c:729 +#: driver/demo-Gtk-conf.c:731 msgid "Browse..." msgstr "Bla gjennom..." -#: driver/demo-Gtk-conf.c:1021 +#: driver/demo-Gtk-conf.c:1023 msgid "Select file." msgstr "Velg fil." -#: driver/demo-Gtk-support.c:121 +#: driver/demo-Gtk-support.c:135 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "Kunne ikke finne pixmap-fil: %s" -#: driver/demo-Gtk-support.c:130 +#: driver/demo-Gtk-support.c:147 driver/demo-Gtk-support.c:179 #, c-format msgid "Error loading pixmap file: %s" msgstr "Feil under lasting av pixmap-fil: %s" +#: driver/demo-Gtk-support.c:182 +#, c-format +msgid "reason: %s\n" +msgstr "" + #: driver/demo-Gtk-widgets.c:155 driver/xscreensaver-demo.glade.h:89 -#: driver/xscreensaver-demo.glade2.h:43 +#: driver/xscreensaver-demo.glade2.h:65 msgid "XScreenSaver" msgstr "XScreenSaver" -#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:54 +#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:76 msgid "_File" msgstr "_Fil" #: driver/demo-Gtk-widgets.c:196 driver/xscreensaver-demo.glade.h:93 -#: driver/xscreensaver-demo.glade2.h:48 +#: driver/xscreensaver-demo.glade2.h:70 msgid "_Blank Screen Now" msgstr "_Blank ut skjermen nå" @@ -51,7 +56,7 @@ msgid "" msgstr "" #: driver/demo-Gtk-widgets.c:209 driver/xscreensaver-demo.glade.h:97 -#: driver/xscreensaver-demo.glade2.h:58 +#: driver/xscreensaver-demo.glade2.h:80 msgid "_Lock Screen Now" msgstr "_Lås skjermen nå" @@ -60,7 +65,7 @@ msgid "Lock the screen now (even if \"Lock Screen\" is unchecked.)" msgstr "Lås skjermen nå (selv om «Lås skjerm» ikke er avkrysset.)" #: driver/demo-Gtk-widgets.c:222 driver/xscreensaver-demo.glade.h:96 -#: driver/xscreensaver-demo.glade2.h:56 +#: driver/xscreensaver-demo.glade2.h:78 msgid "_Kill Daemon" msgstr "_Terminer daemon" @@ -69,7 +74,7 @@ msgid "Tell the running XScreenSaver daemon to exit." msgstr "Be kjørende XScreenSaver daemon om å avslutte." #: driver/demo-Gtk-widgets.c:235 driver/xscreensaver-demo.glade.h:98 -#: driver/xscreensaver-demo.glade2.h:64 +#: driver/xscreensaver-demo.glade2.h:86 msgid "_Restart Daemon" msgstr "Sta_rt daemon på nytt" @@ -87,12 +92,12 @@ msgid "" "running in the background.)" msgstr "" -#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:55 +#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:77 msgid "_Help" msgstr "_Hjelp" #: driver/demo-Gtk-widgets.c:290 driver/xscreensaver-demo.glade.h:92 -#: driver/xscreensaver-demo.glade2.h:44 +#: driver/xscreensaver-demo.glade2.h:66 msgid "_About..." msgstr "_Om..." @@ -101,7 +106,7 @@ msgid "Display version information." msgstr "Vis versjonsinformasjon." #: driver/demo-Gtk-widgets.c:303 driver/xscreensaver-demo.glade.h:94 -#: driver/xscreensaver-demo.glade2.h:53 +#: driver/xscreensaver-demo.glade2.h:75 msgid "_Documentation..." msgstr "_Dokumentasjon..." @@ -114,7 +119,7 @@ msgid "Cycle After" msgstr "Skift etter" #: driver/demo-Gtk-widgets.c:364 driver/xscreensaver-demo.glade.h:78 -#: driver/xscreensaver-demo.glade2.h:42 +#: driver/xscreensaver-demo.glade2.h:54 msgid "Whether a password should be required to un-blank the screen." msgstr "" @@ -128,23 +133,24 @@ msgstr "Blank ut etter" #: driver/demo-Gtk-widgets.c:397 driver/demo-Gtk-widgets.c:447 #: driver/demo-Gtk-widgets.c:461 driver/demo-Gtk-widgets.c:1010 -#: driver/xscreensaver-demo.glade.h:43 driver/xscreensaver-demo.glade2.h:26 +#: driver/xscreensaver-demo.glade.h:43 msgid "How long before the monitor goes completely black." msgstr "" #: driver/demo-Gtk-widgets.c:401 driver/demo-Gtk-widgets.c:413 #: driver/demo-Gtk-widgets.c:425 driver/demo-Gtk-widgets.c:1014 #: driver/demo-Gtk-widgets.c:1026 driver/demo-Gtk-widgets.c:1038 -#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:70 +#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:92 msgid "minutes" msgstr "minutter" -#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2661 +#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2831 #: driver/xscreensaver-demo.glade.h:58 msgid "Preview" msgstr "Forhåndsvisning" #: driver/demo-Gtk-widgets.c:484 driver/xscreensaver-demo.glade.h:21 +#: driver/xscreensaver-demo.glade2.h:12 msgid "" "Demo the selected screen saver in full-screen mode (click the mouse to " "return.)" @@ -155,6 +161,7 @@ msgid "Settings..." msgstr "Innstillinger..." #: driver/demo-Gtk-widgets.c:494 driver/xscreensaver-demo.glade.h:17 +#: driver/xscreensaver-demo.glade2.h:9 msgid "Customization and explanation of the selected screen saver." msgstr "" @@ -163,7 +170,7 @@ msgid "Mode:" msgstr "Modus:" #: driver/demo-Gtk-widgets.c:533 driver/xscreensaver-demo.glade.h:25 -#: driver/xscreensaver-demo.glade2.h:14 +#: driver/xscreensaver-demo.glade2.h:16 msgid "Disable Screen Saver" msgstr "Slå av skjermsparer" @@ -173,21 +180,21 @@ msgid "Blank Screen Only" msgstr "Kun blank ut skjerm" #: driver/demo-Gtk-widgets.c:539 driver/xscreensaver-demo.glade.h:56 -#: driver/xscreensaver-demo.glade2.h:32 +#: driver/xscreensaver-demo.glade2.h:42 msgid "Only One Screen Saver" msgstr "Kun én skjermsparer" #: driver/demo-Gtk-widgets.c:542 driver/xscreensaver-demo.glade.h:60 -#: driver/xscreensaver-demo.glade2.h:35 +#: driver/xscreensaver-demo.glade2.h:44 msgid "Random Screen Saver" msgstr "Tilfeldig skjermsparer" -#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2034 +#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2120 #: driver/xscreensaver-demo.glade.h:75 msgid "Use" msgstr "Bruk" -#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2044 +#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2130 #: driver/xscreensaver-demo.glade.h:63 msgid "Screen Saver" msgstr "Skjermsparer" @@ -197,6 +204,7 @@ msgid "\\/" msgstr "\\/" #: driver/demo-Gtk-widgets.c:646 driver/xscreensaver-demo.glade.h:61 +#: driver/xscreensaver-demo.glade2.h:45 msgid "" "Run the next screen saver in the list in full-screen mode (click the mouse " "to return.)" @@ -207,13 +215,14 @@ msgid "/\\" msgstr "/\\" #: driver/demo-Gtk-widgets.c:656 driver/xscreensaver-demo.glade.h:62 +#: driver/xscreensaver-demo.glade2.h:46 msgid "" "Run the previous screen saver in the list in full-screen mode (click the " "mouse to return.)" msgstr "" #: driver/demo-Gtk-widgets.c:658 driver/demo-Gtk-widgets.c:1601 -#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:11 +#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:13 msgid "Description" msgstr "Beskrivelse" @@ -222,11 +231,12 @@ msgid "Display Modes" msgstr "Visningsmodi" #: driver/demo-Gtk-widgets.c:701 driver/xscreensaver-demo.glade.h:23 -#: driver/xscreensaver-demo.glade2.h:12 +#: driver/xscreensaver-demo.glade2.h:14 msgid "Diagnostics" msgstr "Diagnostikk" #: driver/demo-Gtk-widgets.c:745 driver/xscreensaver-demo.glade.h:80 +#: driver/xscreensaver-demo.glade2.h:56 msgid "Whether the daemon should print lots of debugging information." msgstr "" @@ -235,6 +245,7 @@ msgid "Verbose Diagnostics" msgstr "Utfyllende diagnostikk" #: driver/demo-Gtk-widgets.c:762 driver/xscreensaver-demo.glade.h:79 +#: driver/xscreensaver-demo.glade2.h:55 msgid "" "Whether any error output of the display modes should be redirected to the " "screen." @@ -245,6 +256,7 @@ msgid "Display Subprocess Errors" msgstr "Vis feil i underprosesser" #: driver/demo-Gtk-widgets.c:779 driver/xscreensaver-demo.glade.h:87 +#: driver/xscreensaver-demo.glade2.h:63 msgid "" "Whether the splash screen (with the version number and `Help' button) should " "be momentarily displayed when the daemon first starts up." @@ -260,6 +272,7 @@ msgid "Colormaps" msgstr "Fargekart" #: driver/demo-Gtk-widgets.c:834 driver/xscreensaver-demo.glade.h:88 +#: driver/xscreensaver-demo.glade2.h:64 msgid "" "Whether to install a private colormap when running in 8-bit mode on the " "default Visual." @@ -270,6 +283,7 @@ msgid "Install Colormap" msgstr "Installer fargekart" #: driver/demo-Gtk-widgets.c:859 driver/xscreensaver-demo.glade.h:86 +#: driver/xscreensaver-demo.glade2.h:62 msgid "" "Whether the screen should slowly fade to black when the screen saver " "activates." @@ -280,6 +294,7 @@ msgid "Fade To Black When Blanking" msgstr "" #: driver/demo-Gtk-widgets.c:876 driver/xscreensaver-demo.glade.h:85 +#: driver/xscreensaver-demo.glade2.h:61 msgid "" "Whether the screen should slowly fade in from black when the screen saver " "deactivates." @@ -294,20 +309,22 @@ msgid "Fade Duration" msgstr "" #: driver/demo-Gtk-widgets.c:922 driver/xscreensaver-demo.glade.h:44 +#: driver/xscreensaver-demo.glade2.h:31 msgid "How long it should take for the screen to fade in and out." msgstr "" #: driver/demo-Gtk-widgets.c:926 driver/xscreensaver-demo.glade.h:100 -#: driver/xscreensaver-demo.glade2.h:73 +#: driver/xscreensaver-demo.glade2.h:96 msgid "seconds" msgstr "sekunder" #: driver/demo-Gtk-widgets.c:936 driver/xscreensaver-demo.glade.h:27 -#: driver/xscreensaver-demo.glade2.h:15 +#: driver/xscreensaver-demo.glade2.h:17 msgid "Display Power Management" msgstr "Strømstyring for skjermen" #: driver/demo-Gtk-widgets.c:980 driver/xscreensaver-demo.glade.h:84 +#: driver/xscreensaver-demo.glade2.h:60 msgid "Whether the monitor should be powered down after a while." msgstr "" @@ -328,19 +345,22 @@ msgid "Standby After" msgstr "Ventemodus etter" #: driver/demo-Gtk-widgets.c:1099 driver/xscreensaver-demo.glade.h:45 +#: driver/xscreensaver-demo.glade2.h:33 msgid "How long until the monitor goes into power-saving mode." msgstr "" #: driver/demo-Gtk-widgets.c:1113 driver/xscreensaver-demo.glade.h:46 +#: driver/xscreensaver-demo.glade2.h:34 msgid "How long until the monitor powers down." msgstr "" #: driver/demo-Gtk-widgets.c:1117 driver/xscreensaver-demo.glade.h:47 -#: driver/xscreensaver-demo.glade2.h:27 +#: driver/xscreensaver-demo.glade2.h:35 msgid "Image Manipulation" msgstr "Bildemanipulering" #: driver/demo-Gtk-widgets.c:1161 driver/xscreensaver-demo.glade.h:81 +#: driver/xscreensaver-demo.glade2.h:57 msgid "" "Whether the image-manipulating modes should be allowed to operate on an " "image of your desktop." @@ -361,6 +381,7 @@ msgid "Grab Video Frames" msgstr "" #: driver/demo-Gtk-widgets.c:1195 driver/xscreensaver-demo.glade.h:83 +#: driver/xscreensaver-demo.glade2.h:59 msgid "" "Whether the image-manipulating modes should operate on random images loaded " "from disk." @@ -371,6 +392,7 @@ msgid "Choose Random Image:" msgstr "Velg tilfeldig bilde:" #: driver/demo-Gtk-widgets.c:1230 driver/xscreensaver-demo.glade.h:73 +#: driver/xscreensaver-demo.glade2.h:52 msgid "The directory from which images will be randomly chosen." msgstr "" @@ -388,12 +410,12 @@ msgid "XScreenSaver: Mode-Specific Settings" msgstr "" #: driver/demo-Gtk-widgets.c:1460 driver/xscreensaver-demo.glade.h:64 -#: driver/xscreensaver-demo.glade2.h:36 +#: driver/xscreensaver-demo.glade2.h:47 msgid "Settings" msgstr "Innstillinger" #: driver/demo-Gtk-widgets.c:1489 driver/xscreensaver-demo.glade.h:66 -#: driver/xscreensaver-demo.glade2.h:38 +#: driver/xscreensaver-demo.glade2.h:49 msgid "Standard" msgstr "Forvalg" @@ -402,7 +424,7 @@ msgid "Visual:" msgstr "Synlig:" #: driver/demo-Gtk-widgets.c:1544 driver/demo-Gtk-widgets.c:1567 -#: driver/demo-Gtk.c:1479 driver/demo-Gtk.c:2680 +#: driver/demo-Gtk.c:1518 driver/demo-Gtk.c:2850 #: driver/xscreensaver-demo.glade.h:5 driver/xscreensaver-demo.glade2.h:3 msgid "Any" msgstr "Enhver" @@ -413,42 +435,42 @@ msgid "Best" msgstr "Best" #: driver/demo-Gtk-widgets.c:1546 driver/xscreensaver-demo.glade.h:19 -#: driver/xscreensaver-demo.glade2.h:9 +#: driver/xscreensaver-demo.glade2.h:10 msgid "Default" msgstr "Forvalg" #: driver/demo-Gtk-widgets.c:1547 driver/xscreensaver-demo.glade.h:20 -#: driver/xscreensaver-demo.glade2.h:10 +#: driver/xscreensaver-demo.glade2.h:11 msgid "Default-N" msgstr "Forvalg-N" #: driver/demo-Gtk-widgets.c:1548 driver/xscreensaver-demo.glade.h:37 -#: driver/xscreensaver-demo.glade2.h:21 +#: driver/xscreensaver-demo.glade2.h:23 msgid "GL" msgstr "GL" #: driver/demo-Gtk-widgets.c:1549 driver/xscreensaver-demo.glade.h:74 -#: driver/xscreensaver-demo.glade2.h:41 +#: driver/xscreensaver-demo.glade2.h:53 msgid "TrueColor" msgstr "Sanne farger" #: driver/demo-Gtk-widgets.c:1550 driver/xscreensaver-demo.glade.h:59 -#: driver/xscreensaver-demo.glade2.h:34 +#: driver/xscreensaver-demo.glade2.h:43 msgid "PseudoColor" msgstr "Pseudofarge" #: driver/demo-Gtk-widgets.c:1551 driver/xscreensaver-demo.glade.h:69 -#: driver/xscreensaver-demo.glade2.h:39 +#: driver/xscreensaver-demo.glade2.h:50 msgid "StaticGray" msgstr "StaticGray" #: driver/demo-Gtk-widgets.c:1552 driver/xscreensaver-demo.glade.h:42 -#: driver/xscreensaver-demo.glade2.h:25 +#: driver/xscreensaver-demo.glade2.h:27 msgid "GrayScale" msgstr "GreyScale" #: driver/demo-Gtk-widgets.c:1553 driver/xscreensaver-demo.glade.h:24 -#: driver/xscreensaver-demo.glade2.h:13 +#: driver/xscreensaver-demo.glade2.h:15 msgid "DirectColor" msgstr "DirectColor" @@ -458,12 +480,12 @@ msgid "Color" msgstr "Farger" #: driver/demo-Gtk-widgets.c:1555 driver/xscreensaver-demo.glade.h:41 -#: driver/xscreensaver-demo.glade2.h:24 +#: driver/xscreensaver-demo.glade2.h:26 msgid "Gray" msgstr "Gråtone" #: driver/demo-Gtk-widgets.c:1556 driver/xscreensaver-demo.glade.h:53 -#: driver/xscreensaver-demo.glade2.h:29 +#: driver/xscreensaver-demo.glade2.h:37 msgid "Mono" msgstr "Mono" @@ -501,7 +523,7 @@ msgstr "Generell <<" msgid "Back to the graphical configuration options." msgstr "" -#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:688 +#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:727 #: driver/xscreensaver-demo.glade.h:54 msgid "OK" msgstr "OK" @@ -510,21 +532,11 @@ msgstr "OK" msgid "Cancel" msgstr "Avbryt" -#: driver/demo-Gtk.c:601 +#: driver/demo-Gtk.c:632 msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "For oppdateringer, sjekk http://www.jwz.org/xscreensaver/" -#: driver/demo-Gtk.c:608 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "Opphavsrett © 1991-2002 %s" - -#: driver/demo-Gtk.c:610 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "Opphavsrett © 1991-2002 %s" - -#: driver/demo-Gtk.c:726 +#: driver/demo-Gtk.c:765 msgid "" "Error:\n" "\n" @@ -534,7 +546,7 @@ msgstr "" "\n" "Ingen URL oppgitt for hjelp.\n" -#: driver/demo-Gtk.c:812 +#: driver/demo-Gtk.c:851 msgid "" "Error:\n" "\n" @@ -545,7 +557,7 @@ msgstr "" "\n" "Xscreensaver daemonen startet ikke opp riktig.\n" -#: driver/demo-Gtk.c:818 +#: driver/demo-Gtk.c:857 msgid "" "You are running as root. This usually means that xscreensaver\n" "was unable to contact your X server because access control is\n" @@ -564,11 +576,11 @@ msgid "" "normal user, and `su' as necessary." msgstr "" -#: driver/demo-Gtk.c:834 +#: driver/demo-Gtk.c:873 msgid "Please check your $PATH and permissions." msgstr "Vennligst sjekk $PATH og rettigheter." -#: driver/demo-Gtk.c:869 +#: driver/demo-Gtk.c:908 msgid "" "Error:\n" "\n" @@ -578,7 +590,7 @@ msgstr "" "\n" "Kunne ikke bestemme navn på initieringsfil!\n" -#: driver/demo-Gtk.c:874 +#: driver/demo-Gtk.c:913 #, c-format msgid "" "Error:\n" @@ -589,7 +601,7 @@ msgstr "" "\n" "Kunne ikke skrive %s\n" -#: driver/demo-Gtk.c:933 +#: driver/demo-Gtk.c:972 msgid "" "Error:\n" "\n" @@ -599,7 +611,7 @@ msgstr "" "\n" "ingen «manualCommand»-ressurs satt." -#: driver/demo-Gtk.c:1114 +#: driver/demo-Gtk.c:1153 #, c-format msgid "" "Error:\n" @@ -610,7 +622,7 @@ msgstr "" "\n" "Forstår ikke tidsformatet: «%s»\n" -#: driver/demo-Gtk.c:1779 +#: driver/demo-Gtk.c:1818 #, c-format msgid "" "Error:\n" @@ -621,23 +633,23 @@ msgstr "" "\n" "Katalogen eksisterer ikke: «%s»\n" -#: driver/demo-Gtk.c:2376 +#: driver/demo-Gtk.c:2532 msgid "Descriptions not available: no XML support compiled in." msgstr "Beskrivelser ikke tilgjengelig: ingen støtte for XML kompilert inn." -#: driver/demo-Gtk.c:2381 +#: driver/demo-Gtk.c:2537 msgid "No description available." msgstr "Ingen beskrivelse tilgjengelig." -#: driver/demo-Gtk.c:2632 +#: driver/demo-Gtk.c:2802 msgid "Blank Screen" msgstr "Blank skjerm" -#: driver/demo-Gtk.c:2638 +#: driver/demo-Gtk.c:2808 msgid "Screen Saver Disabled" msgstr "Skjermsparer deaktivert" -#: driver/demo-Gtk.c:2798 +#: driver/demo-Gtk.c:2996 #, c-format msgid "" "Warning:\n" @@ -645,15 +657,23 @@ msgid "" "file \"%s\" has changed, reloading.\n" msgstr "" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "No Preview" msgstr "Ingen forhåndsvisning" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "Available" msgstr "Tilgjengelig" -#: driver/demo-Gtk.c:3543 +#: driver/demo-Gtk.c:3079 +msgid "Not" +msgstr "" + +#: driver/demo-Gtk.c:3079 +msgid "Installed" +msgstr "" + +#: driver/demo-Gtk.c:3780 #, c-format msgid "" "Warning:\n" @@ -662,7 +682,7 @@ msgid "" "on display \"%s\". Launch it now?" msgstr "" -#: driver/demo-Gtk.c:3553 +#: driver/demo-Gtk.c:3790 #, c-format msgid "" "Warning:\n" @@ -681,7 +701,7 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3578 +#: driver/demo-Gtk.c:3815 #, c-format msgid "" "Warning:\n" @@ -697,7 +717,7 @@ msgid "" "Restart the daemon on \"%s\" as \"%s\" now?\n" msgstr "" -#: driver/demo-Gtk.c:3600 +#: driver/demo-Gtk.c:3837 #, c-format msgid "" "Warning:\n" @@ -709,14 +729,19 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3999 +#: driver/demo-Gtk.c:4272 #, c-format msgid "%s: unknown option: %s\n" msgstr "%s: ukjent flagg: %s\n" +#: driver/demo-Gtk.c:4335 +#, fuzzy +msgid "Screensaver Preferences" +msgstr "Skjermsparer" + #: driver/screensaver-properties.desktop.in.h:1 -msgid "Configure the settings of the screensaver." -msgstr "Endre innstillingene for skjermspareren." +msgid "Change screensaver properties" +msgstr "" #: driver/screensaver-properties.desktop.in.h:2 msgid "Screensaver" @@ -734,39 +759,57 @@ msgstr "" msgid "Choose _Random Image:" msgstr "Velg _tilfeldig bilde:" -#: driver/xscreensaver-demo.glade2.h:16 +#: driver/xscreensaver-demo.glade2.h:18 msgid "Display Subprocess _Errors" msgstr "Vis f_eil i underprosesser" -#: driver/xscreensaver-demo.glade2.h:17 +#: driver/xscreensaver-demo.glade2.h:19 msgid "Display _Splash Screen at Startup" msgstr "Vis opp_startsskjerm" -#: driver/xscreensaver-demo.glade2.h:18 +#: driver/xscreensaver-demo.glade2.h:20 msgid "F_ade Duration" msgstr "V_arighet for utfasing" -#: driver/xscreensaver-demo.glade2.h:19 +#: driver/xscreensaver-demo.glade2.h:21 msgid "Fade from Black When _Unblanking" msgstr "" -#: driver/xscreensaver-demo.glade2.h:20 +#: driver/xscreensaver-demo.glade2.h:22 msgid "Fade to Black when _Blanking" msgstr "" -#: driver/xscreensaver-demo.glade2.h:22 +#: driver/xscreensaver-demo.glade2.h:24 msgid "Grab Desktop _Images" msgstr "Hent b_ilder fra skrivebordet" -#: driver/xscreensaver-demo.glade2.h:23 +#: driver/xscreensaver-demo.glade2.h:25 msgid "Grab _Video Frames" msgstr "" #: driver/xscreensaver-demo.glade2.h:28 +msgid "How long after the screen blanks until a password will be required." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:29 +msgid "How long before the screensaver activates." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:30 +msgid "" +"How long each display mode should run before choosing a new one (in Random " +"mode.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:32 +msgid "How long until the monitor goes completely black." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:36 msgid "Install _Colormap" msgstr "Installer _fargekart" -#: driver/xscreensaver-demo.glade2.h:30 +#: driver/xscreensaver-demo.glade2.h:38 msgid "" "No Preview\n" "Available" @@ -774,95 +817,108 @@ msgstr "" "Ingen forhåndsvisning\n" "tilgjengelig" -#: driver/xscreensaver-demo.glade2.h:33 -msgid "Preview of screen saver" -msgstr "Forhåndsvisning av skjermsparer" +#: driver/xscreensaver-demo.glade2.h:40 +msgid "" +"Not\n" +"Installed" +msgstr "" -#: driver/xscreensaver-demo.glade2.h:37 +#: driver/xscreensaver-demo.glade2.h:48 msgid "Stand_by After" msgstr "_Ventemodus etter" -#: driver/xscreensaver-demo.glade2.h:40 +#: driver/xscreensaver-demo.glade2.h:51 msgid "Sus_pend After" msgstr "_Pause etter" -#: driver/xscreensaver-demo.glade2.h:45 +#: driver/xscreensaver-demo.glade2.h:58 +msgid "" +"Whether the image-manipulating modes should operate on images captured from " +"the system's video input (if there is one.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:67 msgid "_Advanced" msgstr "_Avansert" -#: driver/xscreensaver-demo.glade2.h:46 +#: driver/xscreensaver-demo.glade2.h:68 msgid "_Advanced >>" msgstr "_Avansert >>" -#: driver/xscreensaver-demo.glade2.h:47 +#: driver/xscreensaver-demo.glade2.h:69 msgid "_Blank After" msgstr "_Blank ut etter" -#: driver/xscreensaver-demo.glade2.h:49 +#: driver/xscreensaver-demo.glade2.h:71 msgid "_Browse" msgstr "_Bla gjennom" -#: driver/xscreensaver-demo.glade2.h:50 +#: driver/xscreensaver-demo.glade2.h:72 msgid "_Command Line:" msgstr "_Kommandolinje:" -#: driver/xscreensaver-demo.glade2.h:51 +#: driver/xscreensaver-demo.glade2.h:73 msgid "_Cycle After" msgstr "_Skift etter" -#: driver/xscreensaver-demo.glade2.h:52 +#: driver/xscreensaver-demo.glade2.h:74 msgid "_Display Modes" msgstr "_Visningsmodi" -#: driver/xscreensaver-demo.glade2.h:57 +#: driver/xscreensaver-demo.glade2.h:79 msgid "_Lock Screen After" msgstr "_Lås skjermen etter" -#: driver/xscreensaver-demo.glade2.h:59 +#: driver/xscreensaver-demo.glade2.h:81 msgid "_Mode:" msgstr "_Modus:" -#: driver/xscreensaver-demo.glade2.h:60 +#: driver/xscreensaver-demo.glade2.h:82 msgid "_Off After" msgstr "_Av etter" -#: driver/xscreensaver-demo.glade2.h:61 +#: driver/xscreensaver-demo.glade2.h:83 msgid "_Power Management Enabled" msgstr "_Strømstyring aktivert" -#: driver/xscreensaver-demo.glade2.h:62 +#: driver/xscreensaver-demo.glade2.h:84 msgid "_Preview" msgstr "_Forhåndsvisning" -#: driver/xscreensaver-demo.glade2.h:63 +#: driver/xscreensaver-demo.glade2.h:85 msgid "_Quit" msgstr "_Avslutt" -#: driver/xscreensaver-demo.glade2.h:65 +#: driver/xscreensaver-demo.glade2.h:87 msgid "_Settings..." msgstr "_Innstillinger..." -#: driver/xscreensaver-demo.glade2.h:66 +#: driver/xscreensaver-demo.glade2.h:88 msgid "_Standard <<" msgstr "_Generelt <<" -#: driver/xscreensaver-demo.glade2.h:67 -msgid "_Verbose Dialognostics" -msgstr "_Utfyllende diagnostikk" +#: driver/xscreensaver-demo.glade2.h:89 +#, fuzzy +msgid "_Verbose Diagnostics" +msgstr "Utfyllende diagnostikk" -#: driver/xscreensaver-demo.glade2.h:68 +#: driver/xscreensaver-demo.glade2.h:90 msgid "_Visual:" msgstr "_Synlig:" -#: driver/xscreensaver-demo.glade2.h:69 +#: driver/xscreensaver-demo.glade2.h:91 msgid "dialog1" msgstr "dialog1" -#: driver/xscreensaver-demo.glade2.h:71 +#: driver/xscreensaver-demo.glade2.h:93 msgid "no preview" msgstr "ingen forhåndsvisning" -#: driver/xscreensaver-demo.glade2.h:72 +#: driver/xscreensaver-demo.glade2.h:94 +msgid "not installed" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:95 msgid "preview" msgstr "forhåndsvisning" @@ -874,85 +930,95 @@ msgstr "Anemone" msgid "Arms" msgstr "Armer" -#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:5 +#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:6 #: hacks/config/apollonian.xml.h:5 hacks/config/atlantis.xml.h:4 -#: hacks/config/attraction.xml.h:8 hacks/config/blaster.xml.h:3 -#: hacks/config/blitspin.xml.h:4 hacks/config/bouboule.xml.h:3 +#: hacks/config/attraction.xml.h:8 hacks/config/atunnel.xml.h:3 +#: hacks/config/barcode.xml.h:4 hacks/config/blaster.xml.h:3 +#: hacks/config/blitspin.xml.h:4 hacks/config/blocktube.xml.h:4 +#: hacks/config/bouboule.xml.h:3 hacks/config/bouncingcow.xml.h:6 #: hacks/config/boxed.xml.h:4 hacks/config/braid.xml.h:4 #: hacks/config/bubble3d.xml.h:3 hacks/config/bubbles.xml.h:8 #: hacks/config/bumps.xml.h:3 hacks/config/cage.xml.h:2 -#: hacks/config/circuit.xml.h:4 hacks/config/compass.xml.h:3 -#: hacks/config/coral.xml.h:7 hacks/config/critical.xml.h:3 -#: hacks/config/crystal.xml.h:6 hacks/config/cubenetic.xml.h:8 +#: hacks/config/circuit.xml.h:4 hacks/config/cloudlife.xml.h:3 +#: hacks/config/compass.xml.h:3 hacks/config/coral.xml.h:7 +#: hacks/config/critical.xml.h:3 hacks/config/crystal.xml.h:6 +#: hacks/config/cubenetic.xml.h:8 hacks/config/cubestorm.xml.h:4 #: hacks/config/cynosure.xml.h:4 hacks/config/dangerball.xml.h:3 #: hacks/config/decayscreen.xml.h:2 hacks/config/deluxe.xml.h:4 #: hacks/config/demon.xml.h:4 hacks/config/discrete.xml.h:2 #: hacks/config/distort.xml.h:4 hacks/config/drift.xml.h:3 -#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:3 -#: hacks/config/epicycle.xml.h:5 hacks/config/euler2d.xml.h:3 -#: hacks/config/extrusion.xml.h:3 hacks/config/fadeplot.xml.h:4 -#: hacks/config/flag.xml.h:2 hacks/config/flame.xml.h:6 -#: hacks/config/flipscreen3d.xml.h:1 hacks/config/flow.xml.h:4 -#: hacks/config/fluidballs.xml.h:3 hacks/config/forest.xml.h:1 +#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:8 +#: hacks/config/epicycle.xml.h:5 hacks/config/eruption.xml.h:5 +#: hacks/config/euler2d.xml.h:3 hacks/config/extrusion.xml.h:3 +#: hacks/config/fadeplot.xml.h:4 hacks/config/flag.xml.h:2 +#: hacks/config/flame.xml.h:6 hacks/config/flipscreen3d.xml.h:1 +#: hacks/config/flow.xml.h:4 hacks/config/fluidballs.xml.h:5 +#: hacks/config/flyingtoasters.xml.h:5 hacks/config/forest.xml.h:1 #: hacks/config/galaxy.xml.h:3 hacks/config/gears.xml.h:2 -#: hacks/config/gflux.xml.h:6 hacks/config/glforestfire.xml.h:4 -#: hacks/config/glplanet.xml.h:2 hacks/config/glsnake.xml.h:5 -#: hacks/config/gltext.xml.h:3 hacks/config/goop.xml.h:4 -#: hacks/config/grav.xml.h:2 hacks/config/greynetic.xml.h:1 -#: hacks/config/halo.xml.h:2 hacks/config/hopalong.xml.h:9 -#: hacks/config/hyperball.xml.h:2 hacks/config/hypercube.xml.h:2 +#: hacks/config/gflux.xml.h:6 hacks/config/glblur.xml.h:4 +#: hacks/config/glforestfire.xml.h:4 hacks/config/glknots.xml.h:3 +#: hacks/config/glmatrix.xml.h:8 hacks/config/glplanet.xml.h:2 +#: hacks/config/glsnake.xml.h:5 hacks/config/gltext.xml.h:3 +#: hacks/config/goop.xml.h:4 hacks/config/grav.xml.h:2 +#: hacks/config/greynetic.xml.h:1 hacks/config/halo.xml.h:2 +#: hacks/config/hopalong.xml.h:9 hacks/config/hyperball.xml.h:2 +#: hacks/config/hypercube.xml.h:2 hacks/config/hypertorus.xml.h:6 #: hacks/config/ifs.xml.h:1 hacks/config/interference.xml.h:5 -#: hacks/config/jigsaw.xml.h:3 hacks/config/juggle.xml.h:3 -#: hacks/config/julia.xml.h:2 hacks/config/kaleidescope.xml.h:2 +#: hacks/config/jigglypuff.xml.h:6 hacks/config/jigsaw.xml.h:3 +#: hacks/config/juggle.xml.h:3 hacks/config/julia.xml.h:2 +#: hacks/config/kaleidescope.xml.h:2 hacks/config/klein.xml.h:2 #: hacks/config/kumppa.xml.h:3 hacks/config/lament.xml.h:2 #: hacks/config/laser.xml.h:3 hacks/config/lavalite.xml.h:10 #: hacks/config/lightning.xml.h:1 hacks/config/lisa.xml.h:2 #: hacks/config/lissie.xml.h:3 hacks/config/lmorph.xml.h:3 #: hacks/config/loop.xml.h:1 hacks/config/maze.xml.h:4 -#: hacks/config/menger.xml.h:3 hacks/config/moebius.xml.h:3 -#: hacks/config/moire2.xml.h:2 hacks/config/molecule.xml.h:10 -#: hacks/config/morph3d.xml.h:3 hacks/config/mountain.xml.h:2 -#: hacks/config/munch.xml.h:3 hacks/config/nerverot.xml.h:9 -#: hacks/config/penetrate.xml.h:3 hacks/config/penrose.xml.h:6 -#: hacks/config/petri.xml.h:5 hacks/config/phosphor.xml.h:3 +#: hacks/config/menger.xml.h:3 hacks/config/metaballs.xml.h:4 +#: hacks/config/moebius.xml.h:3 hacks/config/moire2.xml.h:2 +#: hacks/config/molecule.xml.h:10 hacks/config/morph3d.xml.h:3 +#: hacks/config/mountain.xml.h:2 hacks/config/munch.xml.h:3 +#: hacks/config/nerverot.xml.h:9 hacks/config/penetrate.xml.h:3 +#: hacks/config/penrose.xml.h:6 hacks/config/petri.xml.h:5 +#: hacks/config/phosphor.xml.h:3 hacks/config/piecewise.xml.h:4 #: hacks/config/pipes.xml.h:5 hacks/config/polyominoes.xml.h:2 -#: hacks/config/pulsar.xml.h:11 hacks/config/pyro.xml.h:4 -#: hacks/config/qix.xml.h:7 hacks/config/queens.xml.h:1 -#: hacks/config/rd-bomb.xml.h:9 hacks/config/ripples.xml.h:4 -#: hacks/config/rocks.xml.h:4 hacks/config/rotor.xml.h:3 -#: hacks/config/rubik.xml.h:3 hacks/config/sballs.xml.h:4 -#: hacks/config/shadebobs.xml.h:3 hacks/config/sierpinski.xml.h:2 -#: hacks/config/sierpinski3d.xml.h:2 hacks/config/slidescreen.xml.h:2 -#: hacks/config/slip.xml.h:2 hacks/config/speedmine.xml.h:3 -#: hacks/config/sphere.xml.h:2 hacks/config/spheremonics.xml.h:5 -#: hacks/config/spiral.xml.h:3 hacks/config/spotlight.xml.h:2 -#: hacks/config/sproingies.xml.h:2 hacks/config/squiral.xml.h:4 -#: hacks/config/stairs.xml.h:1 hacks/config/starfish.xml.h:3 -#: hacks/config/starwars.xml.h:6 hacks/config/strange.xml.h:2 -#: hacks/config/superquadrics.xml.h:3 hacks/config/swirl.xml.h:2 -#: hacks/config/t3d.xml.h:6 hacks/config/thornbird.xml.h:2 -#: hacks/config/triangle.xml.h:1 hacks/config/truchet.xml.h:1 -#: hacks/config/twang.xml.h:3 hacks/config/vines.xml.h:1 -#: hacks/config/webcollage.xml.h:4 hacks/config/worm.xml.h:3 -#: hacks/config/xearth.xml.h:7 hacks/config/xfishtank.xml.h:3 -#: hacks/config/xflame.xml.h:4 hacks/config/xjack.xml.h:1 -#: hacks/config/xmatrix.xml.h:5 hacks/config/xmountains.xml.h:1 -#: hacks/config/xrayswarm.xml.h:2 hacks/config/zoom.xml.h:2 +#: hacks/config/popsquares.xml.h:3 hacks/config/pulsar.xml.h:11 +#: hacks/config/pyro.xml.h:4 hacks/config/qix.xml.h:7 +#: hacks/config/queens.xml.h:1 hacks/config/rd-bomb.xml.h:9 +#: hacks/config/ripples.xml.h:4 hacks/config/rocks.xml.h:4 +#: hacks/config/rotor.xml.h:3 hacks/config/rubik.xml.h:3 +#: hacks/config/sballs.xml.h:4 hacks/config/shadebobs.xml.h:3 +#: hacks/config/sierpinski.xml.h:2 hacks/config/sierpinski3d.xml.h:2 +#: hacks/config/slidescreen.xml.h:2 hacks/config/slip.xml.h:2 +#: hacks/config/speedmine.xml.h:3 hacks/config/sphere.xml.h:2 +#: hacks/config/spheremonics.xml.h:5 hacks/config/spiral.xml.h:3 +#: hacks/config/spotlight.xml.h:2 hacks/config/sproingies.xml.h:2 +#: hacks/config/squiral.xml.h:4 hacks/config/stairs.xml.h:1 +#: hacks/config/starfish.xml.h:3 hacks/config/starwars.xml.h:6 +#: hacks/config/strange.xml.h:2 hacks/config/superquadrics.xml.h:4 +#: hacks/config/swirl.xml.h:2 hacks/config/t3d.xml.h:6 +#: hacks/config/thornbird.xml.h:2 hacks/config/triangle.xml.h:1 +#: hacks/config/truchet.xml.h:1 hacks/config/twang.xml.h:3 +#: hacks/config/vines.xml.h:1 hacks/config/webcollage.xml.h:4 +#: hacks/config/worm.xml.h:3 hacks/config/xearth.xml.h:7 +#: hacks/config/xfishtank.xml.h:3 hacks/config/xflame.xml.h:4 +#: hacks/config/xjack.xml.h:1 hacks/config/xmatrix.xml.h:5 +#: hacks/config/xmountains.xml.h:1 hacks/config/xrayswarm.xml.h:2 +#: hacks/config/zoom.xml.h:2 msgid "Fast" msgstr "Fort" #: hacks/config/anemone.xml.h:4 hacks/config/blaster.xml.h:4 #: hacks/config/bouboule.xml.h:4 hacks/config/coral.xml.h:8 -#: hacks/config/cubenetic.xml.h:9 hacks/config/euler2d.xml.h:4 -#: hacks/config/flame.xml.h:7 hacks/config/fluidballs.xml.h:4 -#: hacks/config/kaleidescope.xml.h:3 hacks/config/lisa.xml.h:3 -#: hacks/config/pedal.xml.h:4 hacks/config/petri.xml.h:7 -#: hacks/config/qix.xml.h:8 hacks/config/thornbird.xml.h:3 -#: hacks/config/whirlwindwarp.xml.h:1 hacks/config/xfishtank.xml.h:4 +#: hacks/config/cubenetic.xml.h:9 hacks/config/eruption.xml.h:6 +#: hacks/config/euler2d.xml.h:4 hacks/config/flame.xml.h:7 +#: hacks/config/fluidballs.xml.h:6 hacks/config/kaleidescope.xml.h:3 +#: hacks/config/lisa.xml.h:3 hacks/config/pedal.xml.h:4 +#: hacks/config/petri.xml.h:7 hacks/config/qix.xml.h:8 +#: hacks/config/thornbird.xml.h:3 hacks/config/whirlwindwarp.xml.h:1 +#: hacks/config/xfishtank.xml.h:4 msgid "Few" msgstr "Få" -#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:8 +#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:9 #: hacks/config/apollonian.xml.h:7 hacks/config/attraction.xml.h:18 #: hacks/config/blaster.xml.h:6 hacks/config/bouboule.xml.h:5 #: hacks/config/braid.xml.h:7 hacks/config/coral.xml.h:9 @@ -961,17 +1027,18 @@ msgstr "F #: hacks/config/deco.xml.h:5 hacks/config/deluxe.xml.h:6 #: hacks/config/demon.xml.h:6 hacks/config/discrete.xml.h:4 #: hacks/config/drift.xml.h:9 hacks/config/epicycle.xml.h:8 -#: hacks/config/euler2d.xml.h:8 hacks/config/fadeplot.xml.h:6 -#: hacks/config/flag.xml.h:5 hacks/config/flame.xml.h:11 -#: hacks/config/flow.xml.h:8 hacks/config/fluidballs.xml.h:13 -#: hacks/config/forest.xml.h:3 hacks/config/galaxy.xml.h:6 -#: hacks/config/grav.xml.h:4 hacks/config/halo.xml.h:4 -#: hacks/config/hopalong.xml.h:15 hacks/config/ifs.xml.h:3 -#: hacks/config/imsmap.xml.h:9 hacks/config/interference.xml.h:11 -#: hacks/config/julia.xml.h:6 hacks/config/kaleidescope.xml.h:5 -#: hacks/config/laser.xml.h:6 hacks/config/lightning.xml.h:3 -#: hacks/config/lisa.xml.h:5 hacks/config/lissie.xml.h:6 -#: hacks/config/loop.xml.h:4 hacks/config/moire.xml.h:5 +#: hacks/config/eruption.xml.h:12 hacks/config/euler2d.xml.h:8 +#: hacks/config/fadeplot.xml.h:6 hacks/config/flag.xml.h:5 +#: hacks/config/flame.xml.h:11 hacks/config/flow.xml.h:8 +#: hacks/config/fluidballs.xml.h:13 hacks/config/forest.xml.h:3 +#: hacks/config/galaxy.xml.h:6 hacks/config/grav.xml.h:4 +#: hacks/config/halo.xml.h:4 hacks/config/hopalong.xml.h:15 +#: hacks/config/ifs.xml.h:3 hacks/config/imsmap.xml.h:9 +#: hacks/config/interference.xml.h:11 hacks/config/julia.xml.h:6 +#: hacks/config/kaleidescope.xml.h:5 hacks/config/laser.xml.h:6 +#: hacks/config/lightning.xml.h:3 hacks/config/lisa.xml.h:5 +#: hacks/config/lissie.xml.h:6 hacks/config/loop.xml.h:4 +#: hacks/config/metaballs.xml.h:6 hacks/config/moire.xml.h:5 #: hacks/config/moire2.xml.h:3 hacks/config/mountain.xml.h:4 #: hacks/config/nerverot.xml.h:15 hacks/config/pedal.xml.h:6 #: hacks/config/penrose.xml.h:7 hacks/config/petri.xml.h:11 @@ -989,111 +1056,131 @@ msgstr "F msgid "Many" msgstr "Mange" -#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:10 +#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:11 #: hacks/config/apollonian.xml.h:8 hacks/config/attraction.xml.h:19 #: hacks/config/bouboule.xml.h:6 hacks/config/braid.xml.h:9 #: hacks/config/critical.xml.h:5 hacks/config/crystal.xml.h:10 #: hacks/config/cynosure.xml.h:7 hacks/config/deco.xml.h:8 #: hacks/config/deluxe.xml.h:7 hacks/config/demon.xml.h:7 #: hacks/config/discrete.xml.h:6 hacks/config/drift.xml.h:10 -#: hacks/config/epicycle.xml.h:9 hacks/config/euler2d.xml.h:9 -#: hacks/config/fadeplot.xml.h:7 hacks/config/flag.xml.h:6 -#: hacks/config/flame.xml.h:12 hacks/config/flow.xml.h:9 -#: hacks/config/forest.xml.h:4 hacks/config/galaxy.xml.h:7 -#: hacks/config/grav.xml.h:5 hacks/config/halo.xml.h:6 -#: hacks/config/hopalong.xml.h:17 hacks/config/ifs.xml.h:4 -#: hacks/config/imsmap.xml.h:10 hacks/config/interference.xml.h:12 -#: hacks/config/julia.xml.h:7 hacks/config/laser.xml.h:8 -#: hacks/config/lightning.xml.h:4 hacks/config/lisa.xml.h:6 -#: hacks/config/lissie.xml.h:7 hacks/config/loop.xml.h:5 +#: hacks/config/epicycle.xml.h:9 hacks/config/eruption.xml.h:14 +#: hacks/config/euler2d.xml.h:9 hacks/config/fadeplot.xml.h:7 +#: hacks/config/flag.xml.h:6 hacks/config/flame.xml.h:12 +#: hacks/config/flow.xml.h:9 hacks/config/forest.xml.h:4 +#: hacks/config/galaxy.xml.h:7 hacks/config/grav.xml.h:5 +#: hacks/config/halo.xml.h:6 hacks/config/hopalong.xml.h:17 +#: hacks/config/ifs.xml.h:4 hacks/config/imsmap.xml.h:10 +#: hacks/config/interference.xml.h:12 hacks/config/julia.xml.h:7 +#: hacks/config/laser.xml.h:8 hacks/config/lightning.xml.h:4 +#: hacks/config/lisa.xml.h:6 hacks/config/lissie.xml.h:7 +#: hacks/config/loop.xml.h:5 hacks/config/metaballs.xml.h:10 #: hacks/config/moire.xml.h:7 hacks/config/moire2.xml.h:5 #: hacks/config/mountain.xml.h:6 hacks/config/penrose.xml.h:8 -#: hacks/config/polyominoes.xml.h:6 hacks/config/rd-bomb.xml.h:13 -#: hacks/config/rocks.xml.h:6 hacks/config/rotor.xml.h:7 -#: hacks/config/shadebobs.xml.h:6 hacks/config/sierpinski.xml.h:5 -#: hacks/config/slip.xml.h:5 hacks/config/sphere.xml.h:4 -#: hacks/config/spiral.xml.h:8 hacks/config/squiral.xml.h:10 -#: hacks/config/starfish.xml.h:6 hacks/config/strange.xml.h:6 -#: hacks/config/swirl.xml.h:5 hacks/config/thornbird.xml.h:5 -#: hacks/config/triangle.xml.h:4 hacks/config/vines.xml.h:3 -#: hacks/config/worm.xml.h:5 hacks/config/xearth.xml.h:17 -#: hacks/config/xfishtank.xml.h:9 +#: hacks/config/polyominoes.xml.h:6 hacks/config/popsquares.xml.h:4 +#: hacks/config/rd-bomb.xml.h:13 hacks/config/rocks.xml.h:6 +#: hacks/config/rotor.xml.h:7 hacks/config/shadebobs.xml.h:6 +#: hacks/config/sierpinski.xml.h:5 hacks/config/slip.xml.h:5 +#: hacks/config/sphere.xml.h:4 hacks/config/spiral.xml.h:8 +#: hacks/config/squiral.xml.h:10 hacks/config/starfish.xml.h:6 +#: hacks/config/strange.xml.h:6 hacks/config/swirl.xml.h:5 +#: hacks/config/thornbird.xml.h:5 hacks/config/triangle.xml.h:4 +#: hacks/config/vines.xml.h:3 hacks/config/worm.xml.h:5 +#: hacks/config/xearth.xml.h:17 hacks/config/xfishtank.xml.h:9 msgid "Number of Colors" msgstr "Antall farger" -#: hacks/config/anemone.xml.h:7 hacks/config/ant.xml.h:14 +#: hacks/config/anemone.xml.h:7 hacks/config/pyro.xml.h:8 +msgid "Often" +msgstr "Ofte" + +#: hacks/config/anemone.xml.h:8 +msgid "Rarely" +msgstr "" + +#: hacks/config/anemone.xml.h:9 hacks/config/ant.xml.h:15 #: hacks/config/apollonian.xml.h:11 hacks/config/atlantis.xml.h:13 -#: hacks/config/attraction.xml.h:26 hacks/config/blaster.xml.h:8 -#: hacks/config/blitspin.xml.h:7 hacks/config/bouboule.xml.h:8 +#: hacks/config/attraction.xml.h:26 hacks/config/atunnel.xml.h:6 +#: hacks/config/barcode.xml.h:6 hacks/config/blaster.xml.h:8 +#: hacks/config/blitspin.xml.h:7 hacks/config/blocktube.xml.h:9 +#: hacks/config/bouboule.xml.h:8 hacks/config/bouncingcow.xml.h:10 #: hacks/config/boxed.xml.h:6 hacks/config/braid.xml.h:11 #: hacks/config/bubble3d.xml.h:5 hacks/config/bubbles.xml.h:10 #: hacks/config/bumps.xml.h:4 hacks/config/cage.xml.h:4 -#: hacks/config/circuit.xml.h:10 hacks/config/compass.xml.h:4 -#: hacks/config/coral.xml.h:12 hacks/config/critical.xml.h:6 -#: hacks/config/crystal.xml.h:11 hacks/config/cubenetic.xml.h:22 +#: hacks/config/circuit.xml.h:10 hacks/config/cloudlife.xml.h:11 +#: hacks/config/compass.xml.h:4 hacks/config/coral.xml.h:12 +#: hacks/config/critical.xml.h:6 hacks/config/crystal.xml.h:11 +#: hacks/config/cubenetic.xml.h:22 hacks/config/cubestorm.xml.h:8 #: hacks/config/cynosure.xml.h:9 hacks/config/dangerball.xml.h:5 #: hacks/config/decayscreen.xml.h:17 hacks/config/deluxe.xml.h:8 #: hacks/config/demon.xml.h:8 hacks/config/discrete.xml.h:7 #: hacks/config/distort.xml.h:11 hacks/config/drift.xml.h:12 -#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:5 -#: hacks/config/epicycle.xml.h:10 hacks/config/euler2d.xml.h:14 -#: hacks/config/extrusion.xml.h:11 hacks/config/fadeplot.xml.h:8 -#: hacks/config/flag.xml.h:7 hacks/config/flame.xml.h:14 -#: hacks/config/flipscreen3d.xml.h:6 hacks/config/flow.xml.h:13 -#: hacks/config/fluidballs.xml.h:18 hacks/config/forest.xml.h:5 +#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:15 +#: hacks/config/epicycle.xml.h:10 hacks/config/eruption.xml.h:19 +#: hacks/config/euler2d.xml.h:14 hacks/config/extrusion.xml.h:11 +#: hacks/config/fadeplot.xml.h:8 hacks/config/flag.xml.h:7 +#: hacks/config/flame.xml.h:14 hacks/config/flipscreen3d.xml.h:6 +#: hacks/config/flow.xml.h:13 hacks/config/fluidballs.xml.h:18 +#: hacks/config/flyingtoasters.xml.h:11 hacks/config/forest.xml.h:5 #: hacks/config/galaxy.xml.h:10 hacks/config/gears.xml.h:7 -#: hacks/config/gflux.xml.h:12 hacks/config/glforestfire.xml.h:14 -#: hacks/config/glplanet.xml.h:6 hacks/config/glsnake.xml.h:12 -#: hacks/config/gltext.xml.h:13 hacks/config/goop.xml.h:10 -#: hacks/config/grav.xml.h:8 hacks/config/greynetic.xml.h:3 -#: hacks/config/halo.xml.h:9 hacks/config/hopalong.xml.h:21 -#: hacks/config/hyperball.xml.h:8 hacks/config/hypercube.xml.h:7 +#: hacks/config/gflux.xml.h:12 hacks/config/glblur.xml.h:14 +#: hacks/config/glforestfire.xml.h:14 hacks/config/glknots.xml.h:17 +#: hacks/config/glmatrix.xml.h:18 hacks/config/glplanet.xml.h:6 +#: hacks/config/glsnake.xml.h:12 hacks/config/gltext.xml.h:13 +#: hacks/config/goop.xml.h:10 hacks/config/grav.xml.h:8 +#: hacks/config/greynetic.xml.h:3 hacks/config/halo.xml.h:9 +#: hacks/config/hopalong.xml.h:21 hacks/config/hyperball.xml.h:8 +#: hacks/config/hypercube.xml.h:7 hacks/config/hypertorus.xml.h:13 #: hacks/config/ifs.xml.h:5 hacks/config/interference.xml.h:14 -#: hacks/config/jigsaw.xml.h:5 hacks/config/juggle.xml.h:7 -#: hacks/config/julia.xml.h:8 hacks/config/kaleidescope.xml.h:7 +#: hacks/config/jigglypuff.xml.h:16 hacks/config/jigsaw.xml.h:5 +#: hacks/config/juggle.xml.h:7 hacks/config/julia.xml.h:8 +#: hacks/config/kaleidescope.xml.h:7 hacks/config/klein.xml.h:7 #: hacks/config/kumppa.xml.h:8 hacks/config/lament.xml.h:6 -#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:26 +#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:27 #: hacks/config/lightning.xml.h:5 hacks/config/lisa.xml.h:8 #: hacks/config/lissie.xml.h:9 hacks/config/lmorph.xml.h:11 #: hacks/config/loop.xml.h:7 hacks/config/maze.xml.h:14 -#: hacks/config/menger.xml.h:16 hacks/config/moebius.xml.h:7 -#: hacks/config/moire2.xml.h:6 hacks/config/molecule.xml.h:22 -#: hacks/config/morph3d.xml.h:6 hacks/config/mountain.xml.h:7 -#: hacks/config/munch.xml.h:7 hacks/config/nerverot.xml.h:20 -#: hacks/config/penetrate.xml.h:6 hacks/config/penrose.xml.h:11 -#: hacks/config/petri.xml.h:23 hacks/config/phosphor.xml.h:6 +#: hacks/config/menger.xml.h:16 hacks/config/metaballs.xml.h:13 +#: hacks/config/moebius.xml.h:7 hacks/config/moire2.xml.h:6 +#: hacks/config/molecule.xml.h:22 hacks/config/morph3d.xml.h:6 +#: hacks/config/mountain.xml.h:7 hacks/config/munch.xml.h:7 +#: hacks/config/nerverot.xml.h:20 hacks/config/penetrate.xml.h:6 +#: hacks/config/penrose.xml.h:11 hacks/config/petri.xml.h:23 +#: hacks/config/phosphor.xml.h:6 hacks/config/piecewise.xml.h:9 #: hacks/config/pipes.xml.h:15 hacks/config/polyominoes.xml.h:10 -#: hacks/config/pulsar.xml.h:15 hacks/config/pyro.xml.h:13 -#: hacks/config/qix.xml.h:19 hacks/config/queens.xml.h:4 -#: hacks/config/rd-bomb.xml.h:17 hacks/config/ripples.xml.h:11 -#: hacks/config/rocks.xml.h:9 hacks/config/rotor.xml.h:11 -#: hacks/config/rubik.xml.h:9 hacks/config/sballs.xml.h:13 -#: hacks/config/shadebobs.xml.h:9 hacks/config/sierpinski.xml.h:7 -#: hacks/config/sierpinski3d.xml.h:8 hacks/config/slidescreen.xml.h:6 -#: hacks/config/slip.xml.h:7 hacks/config/speedmine.xml.h:13 -#: hacks/config/sphere.xml.h:5 hacks/config/spheremonics.xml.h:19 -#: hacks/config/spiral.xml.h:9 hacks/config/spotlight.xml.h:4 -#: hacks/config/sproingies.xml.h:6 hacks/config/squiral.xml.h:14 -#: hacks/config/stairs.xml.h:3 hacks/config/starfish.xml.h:8 -#: hacks/config/starwars.xml.h:12 hacks/config/strange.xml.h:7 -#: hacks/config/superquadrics.xml.h:7 hacks/config/swirl.xml.h:6 -#: hacks/config/t3d.xml.h:11 hacks/config/thornbird.xml.h:7 -#: hacks/config/triangle.xml.h:5 hacks/config/truchet.xml.h:2 -#: hacks/config/twang.xml.h:9 hacks/config/vines.xml.h:4 -#: hacks/config/webcollage.xml.h:7 hacks/config/worm.xml.h:7 -#: hacks/config/xearth.xml.h:22 hacks/config/xfishtank.xml.h:10 -#: hacks/config/xflame.xml.h:5 hacks/config/xjack.xml.h:2 -#: hacks/config/xmatrix.xml.h:14 hacks/config/xmountains.xml.h:4 -#: hacks/config/xrayswarm.xml.h:3 hacks/config/zoom.xml.h:6 +#: hacks/config/popsquares.xml.h:5 hacks/config/pulsar.xml.h:15 +#: hacks/config/pyro.xml.h:13 hacks/config/qix.xml.h:19 +#: hacks/config/queens.xml.h:4 hacks/config/rd-bomb.xml.h:17 +#: hacks/config/ripples.xml.h:11 hacks/config/rocks.xml.h:9 +#: hacks/config/rotor.xml.h:11 hacks/config/rubik.xml.h:9 +#: hacks/config/sballs.xml.h:13 hacks/config/shadebobs.xml.h:9 +#: hacks/config/sierpinski.xml.h:7 hacks/config/sierpinski3d.xml.h:8 +#: hacks/config/slidescreen.xml.h:6 hacks/config/slip.xml.h:7 +#: hacks/config/speedmine.xml.h:13 hacks/config/sphere.xml.h:5 +#: hacks/config/spheremonics.xml.h:19 hacks/config/spiral.xml.h:9 +#: hacks/config/spotlight.xml.h:4 hacks/config/sproingies.xml.h:6 +#: hacks/config/squiral.xml.h:14 hacks/config/stairs.xml.h:3 +#: hacks/config/starfish.xml.h:8 hacks/config/starwars.xml.h:12 +#: hacks/config/strange.xml.h:7 hacks/config/superquadrics.xml.h:8 +#: hacks/config/swirl.xml.h:6 hacks/config/t3d.xml.h:11 +#: hacks/config/thornbird.xml.h:7 hacks/config/triangle.xml.h:5 +#: hacks/config/truchet.xml.h:2 hacks/config/twang.xml.h:9 +#: hacks/config/vines.xml.h:4 hacks/config/webcollage.xml.h:7 +#: hacks/config/worm.xml.h:7 hacks/config/xearth.xml.h:22 +#: hacks/config/xfishtank.xml.h:10 hacks/config/xflame.xml.h:5 +#: hacks/config/xjack.xml.h:2 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xmountains.xml.h:4 hacks/config/xrayswarm.xml.h:3 +#: hacks/config/zoom.xml.h:6 msgid "Slow" msgstr "Sakte" -#: hacks/config/anemone.xml.h:8 hacks/config/ant.xml.h:16 +#: hacks/config/anemone.xml.h:10 hacks/config/ant.xml.h:17 #: hacks/config/apollonian.xml.h:12 hacks/config/attraction.xml.h:28 -#: hacks/config/blaster.xml.h:9 hacks/config/bouboule.xml.h:9 -#: hacks/config/braid.xml.h:12 hacks/config/bubble3d.xml.h:6 -#: hacks/config/bubbles.xml.h:11 hacks/config/bumps.xml.h:5 -#: hacks/config/cage.xml.h:6 hacks/config/circuit.xml.h:11 +#: hacks/config/atunnel.xml.h:7 hacks/config/barcode.xml.h:7 +#: hacks/config/blaster.xml.h:9 hacks/config/blocktube.xml.h:11 +#: hacks/config/bouboule.xml.h:9 hacks/config/braid.xml.h:12 +#: hacks/config/bubble3d.xml.h:6 hacks/config/bubbles.xml.h:11 +#: hacks/config/bumps.xml.h:5 hacks/config/cage.xml.h:6 +#: hacks/config/circuit.xml.h:11 hacks/config/cloudlife.xml.h:13 #: hacks/config/compass.xml.h:5 hacks/config/coral.xml.h:14 #: hacks/config/critical.xml.h:7 hacks/config/crystal.xml.h:12 #: hacks/config/cubenetic.xml.h:24 hacks/config/cynosure.xml.h:10 @@ -1101,12 +1188,13 @@ msgstr "Sakte" #: hacks/config/deluxe.xml.h:9 hacks/config/demon.xml.h:10 #: hacks/config/discrete.xml.h:9 hacks/config/distort.xml.h:13 #: hacks/config/drift.xml.h:13 hacks/config/endgame.xml.h:6 -#: hacks/config/engine.xml.h:6 hacks/config/epicycle.xml.h:11 -#: hacks/config/euler2d.xml.h:15 hacks/config/extrusion.xml.h:13 -#: hacks/config/fadeplot.xml.h:10 hacks/config/flag.xml.h:9 -#: hacks/config/flame.xml.h:15 hacks/config/flipscreen3d.xml.h:7 -#: hacks/config/flow.xml.h:16 hacks/config/fluidballs.xml.h:20 -#: hacks/config/forest.xml.h:6 hacks/config/galaxy.xml.h:11 +#: hacks/config/engine.xml.h:16 hacks/config/epicycle.xml.h:11 +#: hacks/config/eruption.xml.h:20 hacks/config/euler2d.xml.h:15 +#: hacks/config/extrusion.xml.h:13 hacks/config/fadeplot.xml.h:10 +#: hacks/config/flag.xml.h:9 hacks/config/flame.xml.h:15 +#: hacks/config/flipscreen3d.xml.h:7 hacks/config/flow.xml.h:16 +#: hacks/config/fluidballs.xml.h:20 hacks/config/forest.xml.h:6 +#: hacks/config/galaxy.xml.h:11 hacks/config/glblur.xml.h:17 #: hacks/config/glforestfire.xml.h:15 hacks/config/glplanet.xml.h:8 #: hacks/config/gltext.xml.h:15 hacks/config/goop.xml.h:11 #: hacks/config/grav.xml.h:9 hacks/config/greynetic.xml.h:4 @@ -1114,18 +1202,20 @@ msgstr "Sakte" #: hacks/config/hyperball.xml.h:9 hacks/config/hypercube.xml.h:8 #: hacks/config/ifs.xml.h:6 hacks/config/jigsaw.xml.h:7 #: hacks/config/juggle.xml.h:8 hacks/config/julia.xml.h:10 -#: hacks/config/kaleidescope.xml.h:8 hacks/config/kumppa.xml.h:9 -#: hacks/config/lament.xml.h:7 hacks/config/laser.xml.h:11 -#: hacks/config/lavalite.xml.h:29 hacks/config/lightning.xml.h:6 -#: hacks/config/lisa.xml.h:9 hacks/config/lissie.xml.h:11 -#: hacks/config/lmorph.xml.h:12 hacks/config/loop.xml.h:9 -#: hacks/config/menger.xml.h:18 hacks/config/moebius.xml.h:10 +#: hacks/config/kaleidescope.xml.h:8 hacks/config/klein.xml.h:8 +#: hacks/config/kumppa.xml.h:9 hacks/config/lament.xml.h:7 +#: hacks/config/laser.xml.h:11 hacks/config/lavalite.xml.h:30 +#: hacks/config/lightning.xml.h:6 hacks/config/lisa.xml.h:9 +#: hacks/config/lissie.xml.h:11 hacks/config/lmorph.xml.h:12 +#: hacks/config/loop.xml.h:9 hacks/config/menger.xml.h:18 +#: hacks/config/metaballs.xml.h:15 hacks/config/moebius.xml.h:10 #: hacks/config/moire2.xml.h:7 hacks/config/molecule.xml.h:24 #: hacks/config/morph3d.xml.h:7 hacks/config/mountain.xml.h:8 #: hacks/config/munch.xml.h:9 hacks/config/nerverot.xml.h:22 #: hacks/config/penrose.xml.h:12 hacks/config/petri.xml.h:25 -#: hacks/config/phosphor.xml.h:7 hacks/config/pipes.xml.h:16 -#: hacks/config/polyominoes.xml.h:11 hacks/config/pulsar.xml.h:17 +#: hacks/config/phosphor.xml.h:7 hacks/config/piecewise.xml.h:11 +#: hacks/config/pipes.xml.h:16 hacks/config/polyominoes.xml.h:11 +#: hacks/config/popsquares.xml.h:6 hacks/config/pulsar.xml.h:17 #: hacks/config/qix.xml.h:22 hacks/config/queens.xml.h:6 #: hacks/config/rotor.xml.h:12 hacks/config/rubik.xml.h:11 #: hacks/config/sballs.xml.h:14 hacks/config/shadebobs.xml.h:10 @@ -1136,40 +1226,46 @@ msgstr "Sakte" #: hacks/config/spotlight.xml.h:5 hacks/config/sproingies.xml.h:8 #: hacks/config/squiral.xml.h:16 hacks/config/stairs.xml.h:5 #: hacks/config/starfish.xml.h:9 hacks/config/strange.xml.h:8 -#: hacks/config/superquadrics.xml.h:9 hacks/config/swirl.xml.h:7 +#: hacks/config/superquadrics.xml.h:10 hacks/config/swirl.xml.h:7 #: hacks/config/t3d.xml.h:13 hacks/config/thornbird.xml.h:8 #: hacks/config/triangle.xml.h:6 hacks/config/truchet.xml.h:3 #: hacks/config/twang.xml.h:10 hacks/config/vines.xml.h:5 -#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:4 +#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:13 #: hacks/config/worm.xml.h:8 hacks/config/xearth.xml.h:25 #: hacks/config/xflame.xml.h:6 hacks/config/xjack.xml.h:3 -#: hacks/config/xmatrix.xml.h:17 hacks/config/xmountains.xml.h:5 +#: hacks/config/xmatrix.xml.h:18 hacks/config/xmountains.xml.h:5 #: hacks/config/xrayswarm.xml.h:4 hacks/config/zoom.xml.h:7 msgid "Speed" msgstr "Hastighet" -#: hacks/config/anemone.xml.h:9 +#: hacks/config/anemone.xml.h:11 msgid "Tentacles" msgstr "Tentakler" -#: hacks/config/anemone.xml.h:10 hacks/config/deluxe.xml.h:10 +#: hacks/config/anemone.xml.h:12 hacks/config/cubestorm.xml.h:11 +#: hacks/config/deluxe.xml.h:10 hacks/config/glknots.xml.h:19 #: hacks/config/lmorph.xml.h:13 hacks/config/starfish.xml.h:11 #: hacks/config/thornbird.xml.h:9 msgid "Thick" msgstr "Tykk" -#: hacks/config/anemone.xml.h:11 hacks/config/moire2.xml.h:8 -#: hacks/config/thornbird.xml.h:10 +#: hacks/config/anemone.xml.h:13 hacks/config/glknots.xml.h:20 +#: hacks/config/moire2.xml.h:8 hacks/config/thornbird.xml.h:10 msgid "Thickness" msgstr "Tykkhet" -#: hacks/config/anemone.xml.h:12 hacks/config/deluxe.xml.h:11 +#: hacks/config/anemone.xml.h:14 hacks/config/cubestorm.xml.h:12 +#: hacks/config/deluxe.xml.h:11 hacks/config/glknots.xml.h:21 #: hacks/config/lmorph.xml.h:14 hacks/config/starfish.xml.h:12 #: hacks/config/thornbird.xml.h:11 msgid "Thin" msgstr "Tynn" -#: hacks/config/anemone.xml.h:13 hacks/config/ant.xml.h:21 +#: hacks/config/anemone.xml.h:15 +msgid "Turn speed" +msgstr "" + +#: hacks/config/anemone.xml.h:16 hacks/config/ant.xml.h:22 #: hacks/config/apollonian.xml.h:13 hacks/config/attraction.xml.h:32 #: hacks/config/bouboule.xml.h:11 hacks/config/braid.xml.h:13 #: hacks/config/critical.xml.h:8 hacks/config/crystal.xml.h:13 @@ -1186,25 +1282,30 @@ msgstr "Tynn" #: hacks/config/julia.xml.h:12 hacks/config/laser.xml.h:12 #: hacks/config/lightning.xml.h:8 hacks/config/lisa.xml.h:12 #: hacks/config/lissie.xml.h:13 hacks/config/loop.xml.h:12 -#: hacks/config/moire.xml.h:11 hacks/config/moire2.xml.h:9 -#: hacks/config/mountain.xml.h:9 hacks/config/nerverot.xml.h:23 -#: hacks/config/penrose.xml.h:13 hacks/config/polyominoes.xml.h:12 -#: hacks/config/rd-bomb.xml.h:20 hacks/config/rocks.xml.h:12 -#: hacks/config/rotor.xml.h:13 hacks/config/shadebobs.xml.h:12 -#: hacks/config/sierpinski.xml.h:12 hacks/config/slip.xml.h:12 -#: hacks/config/sphere.xml.h:8 hacks/config/spiral.xml.h:12 -#: hacks/config/squiral.xml.h:18 hacks/config/starfish.xml.h:14 -#: hacks/config/strange.xml.h:11 hacks/config/swirl.xml.h:9 -#: hacks/config/thornbird.xml.h:13 hacks/config/triangle.xml.h:8 -#: hacks/config/vines.xml.h:7 hacks/config/worm.xml.h:9 -#: hacks/config/xearth.xml.h:28 hacks/config/xfishtank.xml.h:11 +#: hacks/config/metaballs.xml.h:16 hacks/config/moire.xml.h:11 +#: hacks/config/moire2.xml.h:9 hacks/config/mountain.xml.h:9 +#: hacks/config/nerverot.xml.h:23 hacks/config/penrose.xml.h:13 +#: hacks/config/polyominoes.xml.h:12 hacks/config/rd-bomb.xml.h:20 +#: hacks/config/rocks.xml.h:12 hacks/config/rotor.xml.h:13 +#: hacks/config/shadebobs.xml.h:12 hacks/config/sierpinski.xml.h:12 +#: hacks/config/slip.xml.h:12 hacks/config/sphere.xml.h:8 +#: hacks/config/spiral.xml.h:12 hacks/config/squiral.xml.h:18 +#: hacks/config/starfish.xml.h:14 hacks/config/strange.xml.h:11 +#: hacks/config/swirl.xml.h:9 hacks/config/thornbird.xml.h:13 +#: hacks/config/triangle.xml.h:8 hacks/config/vines.xml.h:7 +#: hacks/config/worm.xml.h:9 hacks/config/xearth.xml.h:28 +#: hacks/config/xfishtank.xml.h:11 msgid "Two" msgstr "To" -#: hacks/config/anemone.xml.h:14 +#: hacks/config/anemone.xml.h:17 msgid "Wiggling tentacles. By Gabriel Finch." msgstr "" +#: hacks/config/anemone.xml.h:18 +msgid "Withdraw freqency" +msgstr "" + #: hacks/config/ant.xml.h:1 msgid "" "A cellular automaton that is really a two-dimensional Turing machine: as the " @@ -1225,59 +1326,67 @@ msgstr "St msgid "Ants Count" msgstr "Antall maur" -#: hacks/config/ant.xml.h:6 +#: hacks/config/ant.xml.h:5 +#, fuzzy +msgid "Draw Eyes" +msgstr "Tegn etiketter" + +#: hacks/config/ant.xml.h:7 msgid "Four Sided Cells" msgstr "Firesidede celler" -#: hacks/config/ant.xml.h:7 hacks/config/attraction.xml.h:13 -#: hacks/config/cubenetic.xml.h:11 hacks/config/demon.xml.h:5 -#: hacks/config/discrete.xml.h:3 hacks/config/distort.xml.h:5 -#: hacks/config/fadeplot.xml.h:5 hacks/config/flag.xml.h:4 -#: hacks/config/flow.xml.h:7 hacks/config/fluidballs.xml.h:12 +#: hacks/config/ant.xml.h:8 hacks/config/attraction.xml.h:13 +#: hacks/config/cloudlife.xml.h:7 hacks/config/cubenetic.xml.h:11 +#: hacks/config/demon.xml.h:5 hacks/config/discrete.xml.h:3 +#: hacks/config/distort.xml.h:5 hacks/config/fadeplot.xml.h:5 +#: hacks/config/flag.xml.h:4 hacks/config/flow.xml.h:7 +#: hacks/config/fluidballs.xml.h:12 hacks/config/halftone.xml.h:8 #: hacks/config/hopalong.xml.h:13 hacks/config/interference.xml.h:8 #: hacks/config/julia.xml.h:5 hacks/config/lissie.xml.h:4 #: hacks/config/loop.xml.h:2 hacks/config/moire.xml.h:4 -#: hacks/config/rd-bomb.xml.h:11 hacks/config/rorschach.xml.h:5 -#: hacks/config/rubik.xml.h:4 hacks/config/sierpinski.xml.h:3 -#: hacks/config/slip.xml.h:3 +#: hacks/config/piecewise.xml.h:5 hacks/config/rd-bomb.xml.h:11 +#: hacks/config/rorschach.xml.h:5 hacks/config/rubik.xml.h:4 +#: hacks/config/sierpinski.xml.h:3 hacks/config/slip.xml.h:3 msgid "Large" msgstr "Stor" -#: hacks/config/ant.xml.h:9 +#: hacks/config/ant.xml.h:10 msgid "Nine Sided Cells" msgstr "Nisidede celler" -#: hacks/config/ant.xml.h:11 +#: hacks/config/ant.xml.h:12 msgid "Random Cell Shape" msgstr "Tilfeldig form på celler" -#: hacks/config/ant.xml.h:12 hacks/config/speedmine.xml.h:11 +#: hacks/config/ant.xml.h:13 hacks/config/speedmine.xml.h:11 msgid "Sharp Turns" msgstr "Skarpe svinger" -#: hacks/config/ant.xml.h:13 +#: hacks/config/ant.xml.h:14 msgid "Six Sided Cells" msgstr "Sekssidede celler" -#: hacks/config/ant.xml.h:15 hacks/config/attraction.xml.h:27 -#: hacks/config/cubenetic.xml.h:23 hacks/config/demon.xml.h:9 -#: hacks/config/discrete.xml.h:8 hacks/config/distort.xml.h:12 -#: hacks/config/fadeplot.xml.h:9 hacks/config/flag.xml.h:8 -#: hacks/config/flow.xml.h:15 hacks/config/fluidballs.xml.h:19 +#: hacks/config/ant.xml.h:16 hacks/config/attraction.xml.h:27 +#: hacks/config/cloudlife.xml.h:12 hacks/config/cubenetic.xml.h:23 +#: hacks/config/demon.xml.h:9 hacks/config/discrete.xml.h:8 +#: hacks/config/distort.xml.h:12 hacks/config/fadeplot.xml.h:9 +#: hacks/config/flag.xml.h:8 hacks/config/flow.xml.h:15 +#: hacks/config/fluidballs.xml.h:19 hacks/config/halftone.xml.h:14 #: hacks/config/hopalong.xml.h:22 hacks/config/interference.xml.h:15 #: hacks/config/julia.xml.h:9 hacks/config/lissie.xml.h:10 -#: hacks/config/loop.xml.h:8 hacks/config/moire.xml.h:9 +#: hacks/config/loop.xml.h:8 hacks/config/metaballs.xml.h:14 +#: hacks/config/moire.xml.h:9 hacks/config/piecewise.xml.h:10 #: hacks/config/rd-bomb.xml.h:18 hacks/config/rorschach.xml.h:8 #: hacks/config/rubik.xml.h:10 hacks/config/sierpinski.xml.h:8 #: hacks/config/slip.xml.h:8 msgid "Small" msgstr "Liten" -#: hacks/config/ant.xml.h:17 +#: hacks/config/ant.xml.h:18 msgid "Three Sided Cells" msgstr "Tresidede celler" -#: hacks/config/ant.xml.h:18 hacks/config/demon.xml.h:12 +#: hacks/config/ant.xml.h:19 hacks/config/demon.xml.h:12 #: hacks/config/discrete.xml.h:10 hacks/config/fadeplot.xml.h:11 #: hacks/config/flag.xml.h:12 hacks/config/flow.xml.h:17 #: hacks/config/lissie.xml.h:12 hacks/config/loop.xml.h:11 @@ -1286,11 +1395,11 @@ msgstr "Tresidede celler" msgid "Timeout" msgstr "Tidsavbrudd" -#: hacks/config/ant.xml.h:19 +#: hacks/config/ant.xml.h:20 msgid "Truchet Lines" msgstr "Truchet-linjer" -#: hacks/config/ant.xml.h:20 +#: hacks/config/ant.xml.h:21 msgid "Twelve Sided Cells" msgstr "Tolvsidede celler" @@ -1360,23 +1469,30 @@ msgstr "Haiens hastighet" msgid "Shimmering Water" msgstr "" -#: hacks/config/atlantis.xml.h:11 hacks/config/boxed.xml.h:5 +#: hacks/config/atlantis.xml.h:11 hacks/config/atunnel.xml.h:5 +#: hacks/config/blocktube.xml.h:8 hacks/config/boxed.xml.h:5 #: hacks/config/bubble3d.xml.h:4 hacks/config/cage.xml.h:3 #: hacks/config/circuit.xml.h:9 hacks/config/cubenetic.xml.h:21 -#: hacks/config/dangerball.xml.h:4 hacks/config/endgame.xml.h:4 -#: hacks/config/engine.xml.h:4 hacks/config/extrusion.xml.h:10 -#: hacks/config/flipscreen3d.xml.h:5 hacks/config/fluidballs.xml.h:17 -#: hacks/config/gears.xml.h:6 hacks/config/gflux.xml.h:11 -#: hacks/config/glforestfire.xml.h:13 hacks/config/glplanet.xml.h:5 -#: hacks/config/glsnake.xml.h:10 hacks/config/gltext.xml.h:12 -#: hacks/config/lament.xml.h:5 hacks/config/menger.xml.h:15 -#: hacks/config/moebius.xml.h:6 hacks/config/molecule.xml.h:21 -#: hacks/config/morph3d.xml.h:5 hacks/config/pipes.xml.h:14 -#: hacks/config/pulsar.xml.h:14 hacks/config/queens.xml.h:3 -#: hacks/config/rubik.xml.h:6 hacks/config/sballs.xml.h:12 -#: hacks/config/sierpinski3d.xml.h:6 hacks/config/spheremonics.xml.h:18 -#: hacks/config/sproingies.xml.h:4 hacks/config/stairs.xml.h:2 -#: hacks/config/starwars.xml.h:11 hacks/config/superquadrics.xml.h:6 +#: hacks/config/cubestorm.xml.h:7 hacks/config/dangerball.xml.h:4 +#: hacks/config/endgame.xml.h:4 hacks/config/engine.xml.h:14 +#: hacks/config/extrusion.xml.h:10 hacks/config/flipscreen3d.xml.h:5 +#: hacks/config/fluidballs.xml.h:17 hacks/config/flurry.xml.h:9 +#: hacks/config/flyingtoasters.xml.h:10 hacks/config/gears.xml.h:6 +#: hacks/config/gflux.xml.h:11 hacks/config/glblur.xml.h:13 +#: hacks/config/glforestfire.xml.h:13 hacks/config/glknots.xml.h:16 +#: hacks/config/glmatrix.xml.h:17 hacks/config/glplanet.xml.h:5 +#: hacks/config/glslideshow.xml.h:18 hacks/config/glsnake.xml.h:10 +#: hacks/config/gltext.xml.h:12 hacks/config/hypertorus.xml.h:12 +#: hacks/config/jigglypuff.xml.h:15 hacks/config/klein.xml.h:6 +#: hacks/config/lament.xml.h:5 hacks/config/lavalite.xml.h:26 +#: hacks/config/menger.xml.h:15 hacks/config/moebius.xml.h:6 +#: hacks/config/molecule.xml.h:21 hacks/config/morph3d.xml.h:5 +#: hacks/config/pipes.xml.h:14 hacks/config/pulsar.xml.h:14 +#: hacks/config/queens.xml.h:3 hacks/config/rubik.xml.h:6 +#: hacks/config/sballs.xml.h:12 hacks/config/sierpinski3d.xml.h:6 +#: hacks/config/spheremonics.xml.h:18 hacks/config/sproingies.xml.h:4 +#: hacks/config/stairs.xml.h:2 hacks/config/starwars.xml.h:11 +#: hacks/config/superquadrics.xml.h:7 msgid "Show Frames-per-Second" msgstr "" @@ -1386,13 +1502,14 @@ msgstr "Sky" #: hacks/config/atlantis.xml.h:14 hacks/config/boxed.xml.h:7 #: hacks/config/cage.xml.h:5 hacks/config/extrusion.xml.h:12 -#: hacks/config/gears.xml.h:8 hacks/config/glplanet.xml.h:7 -#: hacks/config/glsnake.xml.h:13 hacks/config/gltext.xml.h:14 -#: hacks/config/menger.xml.h:17 hacks/config/molecule.xml.h:23 -#: hacks/config/munch.xml.h:8 hacks/config/sierpinski3d.xml.h:9 -#: hacks/config/speedmine.xml.h:14 hacks/config/spheremonics.xml.h:21 -#: hacks/config/sproingies.xml.h:7 hacks/config/stairs.xml.h:4 -#: hacks/config/stonerview.xml.h:2 hacks/config/superquadrics.xml.h:8 +#: hacks/config/gears.xml.h:8 hacks/config/glblur.xml.h:15 +#: hacks/config/glplanet.xml.h:7 hacks/config/glsnake.xml.h:13 +#: hacks/config/gltext.xml.h:14 hacks/config/menger.xml.h:17 +#: hacks/config/molecule.xml.h:23 hacks/config/munch.xml.h:8 +#: hacks/config/sierpinski3d.xml.h:9 hacks/config/speedmine.xml.h:14 +#: hacks/config/spheremonics.xml.h:21 hacks/config/sproingies.xml.h:7 +#: hacks/config/stairs.xml.h:4 hacks/config/stonerview.xml.h:2 +#: hacks/config/superquadrics.xml.h:9 msgid "Solid" msgstr "Helfylt" @@ -1407,18 +1524,22 @@ msgstr "" msgid "Whale Speed" msgstr "Hvalens hastighet" -#: hacks/config/atlantis.xml.h:17 hacks/config/boxed.xml.h:8 -#: hacks/config/cage.xml.h:8 hacks/config/dangerball.xml.h:11 -#: hacks/config/extrusion.xml.h:19 hacks/config/gears.xml.h:11 -#: hacks/config/glforestfire.xml.h:20 hacks/config/glplanet.xml.h:11 +#: hacks/config/atlantis.xml.h:17 hacks/config/atunnel.xml.h:10 +#: hacks/config/blocktube.xml.h:13 hacks/config/boxed.xml.h:8 +#: hacks/config/cage.xml.h:8 hacks/config/cubestorm.xml.h:14 +#: hacks/config/dangerball.xml.h:11 hacks/config/extrusion.xml.h:19 +#: hacks/config/flyingtoasters.xml.h:14 hacks/config/gears.xml.h:11 +#: hacks/config/glblur.xml.h:20 hacks/config/glforestfire.xml.h:20 +#: hacks/config/glknots.xml.h:23 hacks/config/glplanet.xml.h:11 #: hacks/config/glsnake.xml.h:16 hacks/config/gltext.xml.h:18 -#: hacks/config/lament.xml.h:9 hacks/config/lavalite.xml.h:31 -#: hacks/config/menger.xml.h:21 hacks/config/moebius.xml.h:11 -#: hacks/config/molecule.xml.h:26 hacks/config/pulsar.xml.h:20 -#: hacks/config/sballs.xml.h:18 hacks/config/sierpinski3d.xml.h:12 -#: hacks/config/speedmine.xml.h:18 hacks/config/spheremonics.xml.h:26 -#: hacks/config/sproingies.xml.h:10 hacks/config/stairs.xml.h:7 -#: hacks/config/stonerview.xml.h:4 hacks/config/superquadrics.xml.h:11 +#: hacks/config/jigglypuff.xml.h:25 hacks/config/lament.xml.h:9 +#: hacks/config/lavalite.xml.h:32 hacks/config/menger.xml.h:21 +#: hacks/config/moebius.xml.h:11 hacks/config/molecule.xml.h:26 +#: hacks/config/pulsar.xml.h:20 hacks/config/sballs.xml.h:18 +#: hacks/config/sierpinski3d.xml.h:12 hacks/config/speedmine.xml.h:18 +#: hacks/config/spheremonics.xml.h:26 hacks/config/sproingies.xml.h:10 +#: hacks/config/stairs.xml.h:7 hacks/config/stonerview.xml.h:4 +#: hacks/config/superquadrics.xml.h:12 msgid "Wireframe" msgstr "" @@ -1434,7 +1555,7 @@ msgstr "Antall baller" msgid "Ball Mass" msgstr "Ballens masse" -#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:2 +#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:3 msgid "Balls" msgstr "Baller" @@ -1457,16 +1578,18 @@ msgid "Filled Splines" msgstr "Fylte splines" #: hacks/config/attraction.xml.h:10 hacks/config/ccurve.xml.h:9 -#: hacks/config/cubenetic.xml.h:10 hacks/config/euler2d.xml.h:5 -#: hacks/config/flame.xml.h:9 hacks/config/goop.xml.h:6 -#: hacks/config/hopalong.xml.h:10 hacks/config/hyperball.xml.h:3 -#: hacks/config/hypercube.xml.h:3 hacks/config/interference.xml.h:6 +#: hacks/config/cloudlife.xml.h:5 hacks/config/cubenetic.xml.h:10 +#: hacks/config/euler2d.xml.h:5 hacks/config/flame.xml.h:9 +#: hacks/config/glslideshow.xml.h:13 hacks/config/goop.xml.h:6 +#: hacks/config/halftone.xml.h:7 hacks/config/hopalong.xml.h:10 +#: hacks/config/hyperball.xml.h:3 hacks/config/hypercube.xml.h:3 +#: hacks/config/interference.xml.h:6 hacks/config/jigglypuff.xml.h:8 #: hacks/config/kumppa.xml.h:4 hacks/config/lavalite.xml.h:12 #: hacks/config/nerverot.xml.h:11 hacks/config/petri.xml.h:8 #: hacks/config/pyro.xml.h:5 hacks/config/qix.xml.h:10 #: hacks/config/speedmine.xml.h:5 hacks/config/spheremonics.xml.h:6 #: hacks/config/spiral.xml.h:4 hacks/config/squiral.xml.h:6 -#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:4 +#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:5 #: hacks/config/t3d.xml.h:7 hacks/config/twang.xml.h:5 #: hacks/config/wander.xml.h:8 msgid "High" @@ -1496,15 +1619,17 @@ msgstr "" #: hacks/config/attraction.xml.h:15 hacks/config/deluxe.xml.h:5 #: hacks/config/lmorph.xml.h:7 hacks/config/pedal.xml.h:5 -#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:3 +#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:10 msgid "Lines" msgstr "Linjer" -#: hacks/config/attraction.xml.h:16 hacks/config/braid.xml.h:6 -#: hacks/config/cynosure.xml.h:5 hacks/config/drift.xml.h:8 +#: hacks/config/attraction.xml.h:16 hacks/config/blocktube.xml.h:5 +#: hacks/config/braid.xml.h:6 hacks/config/cynosure.xml.h:5 +#: hacks/config/drift.xml.h:8 hacks/config/eruption.xml.h:11 #: hacks/config/euler2d.xml.h:6 hacks/config/galaxy.xml.h:5 -#: hacks/config/juggle.xml.h:5 hacks/config/laser.xml.h:5 -#: hacks/config/menger.xml.h:4 hacks/config/munch.xml.h:4 +#: hacks/config/juggle.xml.h:5 hacks/config/klein.xml.h:4 +#: hacks/config/laser.xml.h:5 hacks/config/menger.xml.h:4 +#: hacks/config/metaballs.xml.h:5 hacks/config/munch.xml.h:4 #: hacks/config/nerverot.xml.h:13 hacks/config/petri.xml.h:9 #: hacks/config/polyominoes.xml.h:4 hacks/config/rotor.xml.h:5 #: hacks/config/shadebobs.xml.h:4 hacks/config/sierpinski3d.xml.h:3 @@ -1514,16 +1639,18 @@ msgid "Long" msgstr "Langt" #: hacks/config/attraction.xml.h:17 hacks/config/ccurve.xml.h:10 -#: hacks/config/cubenetic.xml.h:12 hacks/config/euler2d.xml.h:7 -#: hacks/config/flame.xml.h:10 hacks/config/goop.xml.h:7 -#: hacks/config/hopalong.xml.h:14 hacks/config/hyperball.xml.h:6 -#: hacks/config/hypercube.xml.h:5 hacks/config/interference.xml.h:9 +#: hacks/config/cloudlife.xml.h:8 hacks/config/cubenetic.xml.h:12 +#: hacks/config/euler2d.xml.h:7 hacks/config/flame.xml.h:10 +#: hacks/config/glslideshow.xml.h:15 hacks/config/goop.xml.h:7 +#: hacks/config/halftone.xml.h:9 hacks/config/hopalong.xml.h:14 +#: hacks/config/hyperball.xml.h:6 hacks/config/hypercube.xml.h:5 +#: hacks/config/interference.xml.h:9 hacks/config/jigglypuff.xml.h:11 #: hacks/config/kumppa.xml.h:6 hacks/config/lavalite.xml.h:14 #: hacks/config/nerverot.xml.h:14 hacks/config/petri.xml.h:10 #: hacks/config/pyro.xml.h:7 hacks/config/qix.xml.h:13 #: hacks/config/speedmine.xml.h:6 hacks/config/spheremonics.xml.h:8 #: hacks/config/spiral.xml.h:5 hacks/config/squiral.xml.h:8 -#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:5 +#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:6 #: hacks/config/t3d.xml.h:8 hacks/config/twang.xml.h:7 #: hacks/config/wander.xml.h:11 msgid "Low" @@ -1549,10 +1676,12 @@ msgstr "" msgid "Repulsion Threshold" msgstr "" -#: hacks/config/attraction.xml.h:25 hacks/config/braid.xml.h:10 -#: hacks/config/cynosure.xml.h:8 hacks/config/drift.xml.h:11 +#: hacks/config/attraction.xml.h:25 hacks/config/blocktube.xml.h:7 +#: hacks/config/braid.xml.h:10 hacks/config/cynosure.xml.h:8 +#: hacks/config/drift.xml.h:11 hacks/config/eruption.xml.h:18 #: hacks/config/euler2d.xml.h:12 hacks/config/galaxy.xml.h:8 -#: hacks/config/laser.xml.h:9 hacks/config/menger.xml.h:14 +#: hacks/config/klein.xml.h:5 hacks/config/laser.xml.h:9 +#: hacks/config/menger.xml.h:14 hacks/config/metaballs.xml.h:12 #: hacks/config/munch.xml.h:6 hacks/config/nerverot.xml.h:19 #: hacks/config/petri.xml.h:22 hacks/config/polyominoes.xml.h:9 #: hacks/config/rotor.xml.h:9 hacks/config/shadebobs.xml.h:8 @@ -1574,6 +1703,56 @@ msgstr "Haler" msgid "Trail Length" msgstr "Lengde på spor" +#: hacks/config/atunnel.xml.h:1 +msgid "Atunnel" +msgstr "" + +#: hacks/config/atunnel.xml.h:2 +msgid "" +"Draws an animation of a textured tunnel in GL. Requires OpenGL, and a " +"machine with fast hardware support for texture maps. Written by Eric " +"Lassauge and Roman Podobedov." +msgstr "" + +#: hacks/config/atunnel.xml.h:4 hacks/config/distort.xml.h:9 +#: hacks/config/glforestfire.xml.h:10 hacks/config/lament.xml.h:4 +#: hacks/config/sballs.xml.h:6 +msgid "Normal" +msgstr "Normal" + +#: hacks/config/atunnel.xml.h:8 hacks/config/glforestfire.xml.h:18 +#: hacks/config/lament.xml.h:8 hacks/config/sballs.xml.h:17 +msgid "Untextured" +msgstr "Uten tekstur" + +#: hacks/config/atunnel.xml.h:9 +#, fuzzy +msgid "Use light" +msgstr "Bruk lyn" + +#: hacks/config/barcode.xml.h:1 +#, fuzzy +msgid "Barcode" +msgstr "Bla gjennom" + +#: hacks/config/barcode.xml.h:2 +msgid "Barcode Clock (24 Hour)" +msgstr "" + +#: hacks/config/barcode.xml.h:3 +msgid "Barcode Clock (AM/PM)" +msgstr "" + +#: hacks/config/barcode.xml.h:5 +msgid "Scrolling Barcodes" +msgstr "" + +#: hacks/config/barcode.xml.h:8 +msgid "" +"This draws a random sequence of colorful barcodes scrolling across your " +"screen. CONSUME! By Dan Bornstein." +msgstr "" + #: hacks/config/blaster.xml.h:1 msgid "Blaster" msgstr "Blaster" @@ -1630,6 +1809,33 @@ msgid "" "image and rotate that." msgstr "" +#: hacks/config/blocktube.xml.h:1 +msgid "BlockTube" +msgstr "" + +#: hacks/config/blocktube.xml.h:2 +msgid "Color Change Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:3 +msgid "Color Hold Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:6 +msgid "Reflective Blocks" +msgstr "" + +#: hacks/config/blocktube.xml.h:10 +#, fuzzy +msgid "Solid Blocks" +msgstr "Helfylt gulv" + +#: hacks/config/blocktube.xml.h:12 +msgid "" +"This hack draws a swirling, falling tunnel of reflective slabs. They fade " +"from hue to hue. Written by Lars R. Damerow." +msgstr "" + #: hacks/config/bouboule.xml.h:1 msgid "Bouboule" msgstr "Bouboule" @@ -1649,13 +1855,51 @@ msgid "" "spots painted on its invisible surface. Written by Jeremie Petit." msgstr "Gjenopprett konfigurasjonen fra et bestemt punkt" -#: hacks/config/boxed.xml.h:1 hacks/config/gears.xml.h:1 -#: hacks/config/gflux.xml.h:1 hacks/config/pyro.xml.h:1 +#: hacks/config/bouncingcow.xml.h:1 +msgid "A Cow. A Trampoline. Together, they fight crime. By Jamie Zawinski." +msgstr "" + +#: hacks/config/bouncingcow.xml.h:2 hacks/config/boxed.xml.h:1 +#: hacks/config/cubestorm.xml.h:1 hacks/config/flyingtoasters.xml.h:3 +#: hacks/config/gears.xml.h:1 hacks/config/gflux.xml.h:1 +#: hacks/config/glknots.xml.h:1 hacks/config/glmatrix.xml.h:1 +#: hacks/config/jigglypuff.xml.h:1 hacks/config/pyro.xml.h:1 #: hacks/config/rd-bomb.xml.h:6 hacks/config/rocks.xml.h:1 #: hacks/config/starwars.xml.h:1 hacks/config/xfishtank.xml.h:1 msgid "Animation Speed" msgstr "Animasjonshastighet" +#: hacks/config/bouncingcow.xml.h:3 +msgid "Beefy Cow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:4 +#, fuzzy +msgid "Bounce Speed" +msgstr "Løsningshastighet" + +#: hacks/config/bouncingcow.xml.h:5 +msgid "BouncingCow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:7 +msgid "Herd" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:8 +#, fuzzy +msgid "Moo" +msgstr "Mono" + +#: hacks/config/bouncingcow.xml.h:9 +#, fuzzy +msgid "Number of Cows" +msgstr "Antall farger" + +#: hacks/config/bouncingcow.xml.h:11 +msgid "Wireframe Cow" +msgstr "" + #: hacks/config/boxed.xml.h:2 msgid "Boxed" msgstr "" @@ -1676,23 +1920,24 @@ msgid "" "Neil." msgstr "" -#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:8 +#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:9 #: hacks/config/ccurve.xml.h:7 hacks/config/coral.xml.h:6 #: hacks/config/cynosure.xml.h:3 hacks/config/deco.xml.h:4 #: hacks/config/drift.xml.h:2 hacks/config/epicycle.xml.h:3 -#: hacks/config/euler2d.xml.h:1 hacks/config/flame.xml.h:5 -#: hacks/config/galaxy.xml.h:2 hacks/config/glsnake.xml.h:4 -#: hacks/config/helix.xml.h:3 hacks/config/hopalong.xml.h:2 -#: hacks/config/imsmap.xml.h:6 hacks/config/laser.xml.h:2 -#: hacks/config/menger.xml.h:2 hacks/config/moire.xml.h:3 -#: hacks/config/molecule.xml.h:9 hacks/config/munch.xml.h:2 -#: hacks/config/nerverot.xml.h:8 hacks/config/pedal.xml.h:3 -#: hacks/config/penrose.xml.h:5 hacks/config/polyominoes.xml.h:1 -#: hacks/config/rorschach.xml.h:3 hacks/config/rotzoomer.xml.h:5 -#: hacks/config/shadebobs.xml.h:2 hacks/config/sierpinski3d.xml.h:1 -#: hacks/config/spheremonics.xml.h:4 hacks/config/starfish.xml.h:2 -#: hacks/config/vidwhacker.xml.h:3 hacks/config/wander.xml.h:7 -#: hacks/config/xspirograph.xml.h:3 +#: hacks/config/eruption.xml.h:3 hacks/config/euler2d.xml.h:1 +#: hacks/config/flame.xml.h:5 hacks/config/galaxy.xml.h:2 +#: hacks/config/glsnake.xml.h:4 hacks/config/helix.xml.h:3 +#: hacks/config/hopalong.xml.h:2 hacks/config/imsmap.xml.h:6 +#: hacks/config/klein.xml.h:1 hacks/config/laser.xml.h:2 +#: hacks/config/menger.xml.h:2 hacks/config/metaballs.xml.h:3 +#: hacks/config/moire.xml.h:3 hacks/config/molecule.xml.h:9 +#: hacks/config/munch.xml.h:2 hacks/config/nerverot.xml.h:8 +#: hacks/config/pedal.xml.h:3 hacks/config/penrose.xml.h:5 +#: hacks/config/polyominoes.xml.h:1 hacks/config/rorschach.xml.h:3 +#: hacks/config/rotzoomer.xml.h:5 hacks/config/shadebobs.xml.h:2 +#: hacks/config/sierpinski3d.xml.h:1 hacks/config/spheremonics.xml.h:4 +#: hacks/config/starfish.xml.h:2 hacks/config/vidwhacker.xml.h:3 +#: hacks/config/wander.xml.h:7 hacks/config/xspirograph.xml.h:3 msgid "Duration" msgstr "Varighet" @@ -1719,63 +1964,85 @@ msgid "AmigaDOS" msgstr "AmigaDOS" #: hacks/config/bsod.xml.h:4 +msgid "Apple II" +msgstr "" + +#: hacks/config/bsod.xml.h:5 msgid "Atari" msgstr "Atari" -#: hacks/config/bsod.xml.h:5 +#: hacks/config/bsod.xml.h:6 msgid "BSD" msgstr "BSD" -#: hacks/config/bsod.xml.h:6 +#: hacks/config/bsod.xml.h:7 msgid "BSOD" msgstr "BSOD" -#: hacks/config/bsod.xml.h:7 +#: hacks/config/bsod.xml.h:8 msgid "" "BSOD stands for ``Blue Screen of Death.'' The finest in personal computer " "emulation, this hack simulates popular screen savers from a number of less " "robust operating systems. Written by Jamie Zawinski." msgstr "" -#: hacks/config/bsod.xml.h:9 +#: hacks/config/bsod.xml.h:10 +msgid "HPUX" +msgstr "" + +#: hacks/config/bsod.xml.h:11 +#, fuzzy +msgid "Linux" +msgstr "Sparc Linux" + +#: hacks/config/bsod.xml.h:12 msgid "Mac Bomb" msgstr "" -#: hacks/config/bsod.xml.h:10 +#: hacks/config/bsod.xml.h:13 +msgid "MacOS X" +msgstr "" + +#: hacks/config/bsod.xml.h:14 msgid "MacsBug" msgstr "" -#: hacks/config/bsod.xml.h:11 +#: hacks/config/bsod.xml.h:15 msgid "NCD X Terminal" msgstr "NCD X-terminal" -#: hacks/config/bsod.xml.h:12 +#: hacks/config/bsod.xml.h:16 +msgid "OS/390" +msgstr "" + +#: hacks/config/bsod.xml.h:17 msgid "SCO" msgstr "SCO" -#: hacks/config/bsod.xml.h:13 +#: hacks/config/bsod.xml.h:18 msgid "Sad Mac" msgstr "Trist Mac" -#: hacks/config/bsod.xml.h:14 +#: hacks/config/bsod.xml.h:19 msgid "Solaris" msgstr "Solaris" -#: hacks/config/bsod.xml.h:15 +#: hacks/config/bsod.xml.h:20 msgid "Sparc Linux" msgstr "Sparc Linux" -#: hacks/config/bsod.xml.h:16 -msgid "Windows" -msgstr "Windows" - -#: hacks/config/bsod.xml.h:17 +#: hacks/config/bsod.xml.h:21 msgid "Windows 2000" msgstr "Windows 2000" -#: hacks/config/bsod.xml.h:18 -msgid "Windows NT" -msgstr "Windows NT" +#: hacks/config/bsod.xml.h:22 +#, fuzzy +msgid "Windows 3.1" +msgstr "Windows" + +#: hacks/config/bsod.xml.h:23 +msgid "Windows NT" +msgstr "Windows NT" #: hacks/config/bubble3d.xml.h:1 msgid "Bubble3D" @@ -1870,7 +2137,7 @@ msgstr "Pause" #: hacks/config/ccurve.xml.h:6 hacks/config/coral.xml.h:5 #: hacks/config/imsmap.xml.h:5 hacks/config/kumppa.xml.h:1 #: hacks/config/qix.xml.h:6 hacks/config/squiral.xml.h:2 -#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:3 +#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:2 msgid "Density" msgstr "Tetthet" @@ -1909,18 +2176,57 @@ msgstr "Roter" msgid "Rotation Speed" msgstr "Roteringshastighet" -#: hacks/config/circuit.xml.h:12 hacks/config/dangerball.xml.h:9 -#: hacks/config/engine.xml.h:7 +#: hacks/config/circuit.xml.h:12 hacks/config/cubestorm.xml.h:9 +#: hacks/config/dangerball.xml.h:9 hacks/config/engine.xml.h:17 +#: hacks/config/klein.xml.h:9 hacks/config/whirlygig.xml.h:14 msgid "Spin" msgstr "Spinn" +#: hacks/config/cloudlife.xml.h:1 hacks/config/demon.xml.h:2 +#: hacks/config/petri.xml.h:1 +msgid "Cell Size" +msgstr "Cellestørrelse" + +#: hacks/config/cloudlife.xml.h:2 +msgid "CloudLife" +msgstr "" + +#: hacks/config/cloudlife.xml.h:4 +msgid "" +"Generates cloud-like formations based on a variant of Conway's Life. The " +"difference is that cells have a maximum age, after which they count as 3 for " +"populating the next generation. This makes long-lived formations explode " +"instead of just sitting there burning a hole in your screen. Written by Don " +"Marti." +msgstr "" + +#: hacks/config/cloudlife.xml.h:6 +#, fuzzy +msgid "Initial Density" +msgstr "Partikkeltetthet" + +#: hacks/config/cloudlife.xml.h:9 +#, fuzzy +msgid "Max Age" +msgstr "Maks størrelse" + +#: hacks/config/cloudlife.xml.h:10 +msgid "Old" +msgstr "" + +#: hacks/config/cloudlife.xml.h:14 +#, fuzzy +msgid "Young" +msgstr "Langt" + #: hacks/config/compass.xml.h:1 msgid "Compass" msgstr "Kompass" #: hacks/config/compass.xml.h:2 hacks/config/deluxe.xml.h:3 #: hacks/config/interference.xml.h:4 hacks/config/kumppa.xml.h:2 -#: hacks/config/nerverot.xml.h:6 hacks/config/pipes.xml.h:4 +#: hacks/config/nerverot.xml.h:6 hacks/config/piecewise.xml.h:3 +#: hacks/config/pipes.xml.h:4 msgid "Double Buffer" msgstr "Double buffer" @@ -1940,10 +2246,10 @@ msgid "1 Minute" msgstr "1 minutt" #: hacks/config/coral.xml.h:2 hacks/config/deco.xml.h:2 -#: hacks/config/helix.xml.h:2 hacks/config/imsmap.xml.h:2 -#: hacks/config/moire.xml.h:2 hacks/config/pedal.xml.h:2 -#: hacks/config/penrose.xml.h:1 hacks/config/rorschach.xml.h:2 -#: hacks/config/xspirograph.xml.h:2 +#: hacks/config/glslideshow.xml.h:1 hacks/config/helix.xml.h:2 +#: hacks/config/imsmap.xml.h:2 hacks/config/moire.xml.h:2 +#: hacks/config/pedal.xml.h:2 hacks/config/penrose.xml.h:1 +#: hacks/config/rorschach.xml.h:2 hacks/config/xspirograph.xml.h:2 msgid "1 Second" msgstr "1 sekund" @@ -1952,6 +2258,7 @@ msgid "Coral" msgstr "Korall" #: hacks/config/coral.xml.h:4 hacks/config/gflux.xml.h:3 +#: hacks/config/glblur.xml.h:2 hacks/config/glmatrix.xml.h:3 #: hacks/config/imsmap.xml.h:4 hacks/config/lavalite.xml.h:6 #: hacks/config/pyro.xml.h:2 hacks/config/qix.xml.h:5 #: hacks/config/squiral.xml.h:1 hacks/config/xearth.xml.h:4 @@ -1968,10 +2275,11 @@ msgid "" msgstr "" #: hacks/config/coral.xml.h:13 hacks/config/gflux.xml.h:13 -#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:28 +#: hacks/config/glblur.xml.h:16 hacks/config/glmatrix.xml.h:19 +#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:29 #: hacks/config/pyro.xml.h:14 hacks/config/qix.xml.h:21 #: hacks/config/squiral.xml.h:15 hacks/config/xearth.xml.h:24 -#: hacks/config/xmatrix.xml.h:16 +#: hacks/config/xmatrix.xml.h:17 msgid "Sparse" msgstr "" @@ -2005,13 +2313,13 @@ msgstr "Sentrer p #: hacks/config/grav.xml.h:1 hacks/config/julia.xml.h:1 #: hacks/config/laser.xml.h:1 hacks/config/lisa.xml.h:1 #: hacks/config/lissie.xml.h:2 hacks/config/morph3d.xml.h:2 -#: hacks/config/mountain.xml.h:1 hacks/config/qix.xml.h:4 -#: hacks/config/rocks.xml.h:2 hacks/config/rotor.xml.h:2 -#: hacks/config/rubik.xml.h:1 hacks/config/shadebobs.xml.h:1 -#: hacks/config/sierpinski.xml.h:1 hacks/config/slip.xml.h:1 -#: hacks/config/spiral.xml.h:1 hacks/config/sproingies.xml.h:1 -#: hacks/config/superquadrics.xml.h:1 hacks/config/swirl.xml.h:1 -#: hacks/config/worm.xml.h:2 +#: hacks/config/mountain.xml.h:1 hacks/config/piecewise.xml.h:2 +#: hacks/config/qix.xml.h:4 hacks/config/rocks.xml.h:2 +#: hacks/config/rotor.xml.h:2 hacks/config/rubik.xml.h:1 +#: hacks/config/shadebobs.xml.h:1 hacks/config/sierpinski.xml.h:1 +#: hacks/config/slip.xml.h:1 hacks/config/spiral.xml.h:1 +#: hacks/config/sproingies.xml.h:1 hacks/config/superquadrics.xml.h:1 +#: hacks/config/swirl.xml.h:1 hacks/config/worm.xml.h:2 msgid "Count" msgstr "Antall" @@ -2062,7 +2370,8 @@ msgstr "Vis overflatem msgid "Display Wireframe" msgstr "" -#: hacks/config/cubenetic.xml.h:6 hacks/config/gltext.xml.h:2 +#: hacks/config/cubenetic.xml.h:6 hacks/config/glblur.xml.h:3 +#: hacks/config/glknots.xml.h:2 hacks/config/gltext.xml.h:2 #: hacks/config/lavalite.xml.h:7 hacks/config/menger.xml.h:1 #: hacks/config/molecule.xml.h:4 hacks/config/spheremonics.xml.h:1 msgid "Don't Rotate" @@ -2075,43 +2384,50 @@ msgid "" "Jamie Zawinski." msgstr "" -#: hacks/config/cubenetic.xml.h:14 hacks/config/gltext.xml.h:5 +#: hacks/config/cubenetic.xml.h:14 hacks/config/glblur.xml.h:6 +#: hacks/config/glknots.xml.h:8 hacks/config/gltext.xml.h:5 #: hacks/config/lavalite.xml.h:19 hacks/config/menger.xml.h:7 #: hacks/config/molecule.xml.h:14 hacks/config/spheremonics.xml.h:10 msgid "Rotate around X and Y axes" msgstr "" -#: hacks/config/cubenetic.xml.h:15 hacks/config/gltext.xml.h:6 +#: hacks/config/cubenetic.xml.h:15 hacks/config/glblur.xml.h:7 +#: hacks/config/glknots.xml.h:9 hacks/config/gltext.xml.h:6 #: hacks/config/lavalite.xml.h:20 hacks/config/menger.xml.h:8 #: hacks/config/molecule.xml.h:15 hacks/config/spheremonics.xml.h:11 msgid "Rotate around X and Z axes" msgstr "" -#: hacks/config/cubenetic.xml.h:16 hacks/config/gltext.xml.h:7 +#: hacks/config/cubenetic.xml.h:16 hacks/config/glblur.xml.h:8 +#: hacks/config/glknots.xml.h:10 hacks/config/gltext.xml.h:7 #: hacks/config/lavalite.xml.h:21 hacks/config/menger.xml.h:9 #: hacks/config/molecule.xml.h:16 hacks/config/spheremonics.xml.h:12 msgid "Rotate around X axis" msgstr "" -#: hacks/config/cubenetic.xml.h:17 hacks/config/gltext.xml.h:8 +#: hacks/config/cubenetic.xml.h:17 hacks/config/glblur.xml.h:9 +#: hacks/config/glknots.xml.h:11 hacks/config/gltext.xml.h:8 #: hacks/config/lavalite.xml.h:22 hacks/config/menger.xml.h:10 #: hacks/config/molecule.xml.h:17 hacks/config/spheremonics.xml.h:13 msgid "Rotate around Y and Z axes" msgstr "" -#: hacks/config/cubenetic.xml.h:18 hacks/config/gltext.xml.h:9 +#: hacks/config/cubenetic.xml.h:18 hacks/config/glblur.xml.h:10 +#: hacks/config/glknots.xml.h:12 hacks/config/gltext.xml.h:9 #: hacks/config/lavalite.xml.h:23 hacks/config/menger.xml.h:11 #: hacks/config/molecule.xml.h:18 hacks/config/spheremonics.xml.h:14 msgid "Rotate around Y axis" msgstr "" -#: hacks/config/cubenetic.xml.h:19 hacks/config/gltext.xml.h:10 +#: hacks/config/cubenetic.xml.h:19 hacks/config/glblur.xml.h:11 +#: hacks/config/glknots.xml.h:13 hacks/config/gltext.xml.h:10 #: hacks/config/lavalite.xml.h:24 hacks/config/menger.xml.h:12 #: hacks/config/molecule.xml.h:19 hacks/config/spheremonics.xml.h:15 msgid "Rotate around Z axis" msgstr "" -#: hacks/config/cubenetic.xml.h:20 hacks/config/gltext.xml.h:11 +#: hacks/config/cubenetic.xml.h:20 hacks/config/glblur.xml.h:12 +#: hacks/config/glknots.xml.h:14 hacks/config/gltext.xml.h:11 #: hacks/config/lavalite.xml.h:25 hacks/config/menger.xml.h:13 #: hacks/config/molecule.xml.h:20 hacks/config/spheremonics.xml.h:16 msgid "Rotate around all three axes" @@ -2129,14 +2445,42 @@ msgstr "" msgid "Surface Pattern Speed" msgstr "" -#: hacks/config/cubenetic.xml.h:28 hacks/config/dangerball.xml.h:10 -#: hacks/config/engine.xml.h:8 hacks/config/glforestfire.xml.h:19 -#: hacks/config/gltext.xml.h:17 hacks/config/lavalite.xml.h:30 -#: hacks/config/menger.xml.h:20 hacks/config/molecule.xml.h:25 -#: hacks/config/spheremonics.xml.h:25 hacks/config/wander.xml.h:15 +#: hacks/config/cubenetic.xml.h:28 hacks/config/cubestorm.xml.h:13 +#: hacks/config/dangerball.xml.h:10 hacks/config/engine.xml.h:20 +#: hacks/config/glblur.xml.h:19 hacks/config/glforestfire.xml.h:19 +#: hacks/config/glknots.xml.h:22 hacks/config/gltext.xml.h:17 +#: hacks/config/lavalite.xml.h:31 hacks/config/menger.xml.h:20 +#: hacks/config/molecule.xml.h:25 hacks/config/spheremonics.xml.h:25 +#: hacks/config/wander.xml.h:15 msgid "Wander" msgstr "Vandre" +#: hacks/config/cubestorm.xml.h:2 +#, fuzzy +msgid "CubeStorm" +msgstr "Storm" + +#: hacks/config/cubestorm.xml.h:3 +msgid "" +"Draws a series of rotating 3D boxes that intersect each other and eventually " +"fill space. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/cubestorm.xml.h:5 hacks/config/glknots.xml.h:6 +#, fuzzy +msgid "Motion Speed" +msgstr "Roteringshastighet" + +#: hacks/config/cubestorm.xml.h:6 +#, fuzzy +msgid "Number of Cubes" +msgstr "Antall sirkler" + +#: hacks/config/cubestorm.xml.h:10 +#, fuzzy +msgid "Strut Thickness" +msgstr "Tykkhet" + #: hacks/config/cynosure.xml.h:1 msgid "" "A hack similar to `greynetic', but less frenetic. The first implementation " @@ -2236,8 +2580,8 @@ msgid "" "This takes an image and makes it melt. You've no doubt seen this effect " "before, but no screensaver would really be complete without it. It works " "best if there's something colorful visible. Warning, if the effect continues " -"after the screen saver is off, seek medical attention. Written by David Wald " -"and Vivek Khera." +"after the screen saver is off, seek medical attention. Written by David " +"Wald, Vivek Khera, Jamie Zawinski, and Vince Levey." msgstr "" #: hacks/config/deco.xml.h:3 @@ -2262,7 +2606,7 @@ msgid "" msgstr "" #: hacks/config/deco.xml.h:11 hacks/config/rd-bomb.xml.h:23 -#: hacks/config/whirlygig.xml.h:7 hacks/config/xearth.xml.h:33 +#: hacks/config/whirlygig.xml.h:20 hacks/config/xearth.xml.h:33 #: hacks/config/zoom.xml.h:10 msgid "x" msgstr "x" @@ -2289,10 +2633,6 @@ msgid "" "stripes and spirals. Written by David Bagley." msgstr "" -#: hacks/config/demon.xml.h:2 hacks/config/petri.xml.h:1 -msgid "Cell Size" -msgstr "Cellestørrelse" - #: hacks/config/demon.xml.h:3 msgid "Demon" msgstr "Demon" @@ -2335,11 +2675,6 @@ msgstr "Linsest msgid "Magnify" msgstr "Forstørr" -#: hacks/config/distort.xml.h:9 hacks/config/glforestfire.xml.h:10 -#: hacks/config/lament.xml.h:4 hacks/config/sballs.xml.h:6 -msgid "Normal" -msgstr "Normal" - #: hacks/config/distort.xml.h:10 msgid "Reflect" msgstr "Reflekter" @@ -2390,18 +2725,44 @@ msgid "Lissojous Figures" msgstr "" #: hacks/config/electricsheep.xml.h:1 -msgid "ElectricSheep" -msgstr "ElektriskSau" - -#: hacks/config/electricsheep.xml.h:2 msgid "" "ElectricSheep is an xscreensaver module that displays mpeg video of an " "animated fractal flame. In the background, it contributes render cycles to " "the next animation. Periodically it uploades completed frames to the server, " "where they are compressed for distribution to all clients. This program is " -"recommended only if you have a high bandwidth connection to the Internet. By " -"Scott Draves. You can find it at <http://www.electricsheep.org/>. See " -"that web site for configuration information." +"recommended only if you have a high bandwidth, always-on connection to the " +"Internet. By Scott Draves. You can find it at <http://www.electricsheep." +"org/>." +msgstr "" + +#: hacks/config/electricsheep.xml.h:2 +msgid "Frame Rate" +msgstr "" + +#: hacks/config/electricsheep.xml.h:3 +#, fuzzy +msgid "Hide Sheep" +msgstr "Lysbildehastighet" + +#: hacks/config/electricsheep.xml.h:4 +msgid "Megabytes of Local Sheep Storage" +msgstr "" + +#: hacks/config/electricsheep.xml.h:5 +msgid "Nickname" +msgstr "" + +#: hacks/config/electricsheep.xml.h:6 +msgid "Repititions of each Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:7 +#, fuzzy +msgid "Standalone" +msgstr "Forvalg" + +#: hacks/config/electricsheep.xml.h:8 +msgid "URL" msgstr "" #: hacks/config/endgame.xml.h:1 @@ -2415,15 +2776,64 @@ msgid "Endgame" msgstr "" #: hacks/config/engine.xml.h:1 -msgid "" -"Draws a simple four-stroke engine that floats around the screen. Written by " -"Ben Buxton." +msgid "Audi Quattro (5 cylinders)" msgstr "" #: hacks/config/engine.xml.h:2 +msgid "BMW M3 (4 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:3 +msgid "BMW M5 (6 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:4 +msgid "Corvette Z06 (8 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:5 +msgid "Dodge Viper (10 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:6 +msgid "" +"Draws a simple model of an engine that floats around the screen. Written by " +"Ben Buxton and Ed Beroset." +msgstr "" + +#: hacks/config/engine.xml.h:7 msgid "Engine" msgstr "" +#: hacks/config/engine.xml.h:9 +msgid "Honda Insight (3 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:10 +msgid "Jaguar XKE (12 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:11 +msgid "Porsche 911 (6 cylinders, flat)" +msgstr "" + +#: hacks/config/engine.xml.h:12 +#, fuzzy +msgid "Random Engine" +msgstr "Gjør tilfeldig" + +#: hacks/config/engine.xml.h:13 +msgid "Show Engine Name" +msgstr "" + +#: hacks/config/engine.xml.h:18 +msgid "Subaru XT (6 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:19 +msgid "VW Beetle (4 cylinders, flat)" +msgstr "" + #: hacks/config/epicycle.xml.h:4 msgid "Epicycle" msgstr "Episyklus" @@ -2440,6 +2850,55 @@ msgid "" "planetary motion. Written by James Youngman." msgstr "" +#: hacks/config/eruption.xml.h:1 +msgid "An exposive version of XFlame. By W.P. van Paassen." +msgstr "" + +#: hacks/config/eruption.xml.h:2 +msgid "Cooling factor" +msgstr "" + +#: hacks/config/eruption.xml.h:4 +#, fuzzy +msgid "Eruption" +msgstr "Ekstrusjon" + +#: hacks/config/eruption.xml.h:7 hacks/config/fluidballs.xml.h:9 +#: hacks/config/qix.xml.h:9 hacks/config/speedmine.xml.h:4 +msgid "Gravity" +msgstr "Gravitet" + +#: hacks/config/eruption.xml.h:8 +msgid "Heat" +msgstr "" + +#: hacks/config/eruption.xml.h:9 +#, fuzzy +msgid "Inferno" +msgstr "Forstyrrelse" + +#: hacks/config/eruption.xml.h:10 +msgid "Little" +msgstr "" + +#: hacks/config/eruption.xml.h:13 +msgid "Negative" +msgstr "" + +#: hacks/config/eruption.xml.h:15 +#, fuzzy +msgid "Number of Particles" +msgstr "Antall sirkler" + +#: hacks/config/eruption.xml.h:16 +#, fuzzy +msgid "Pleasant" +msgstr "GLPlanet" + +#: hacks/config/eruption.xml.h:17 +msgid "Positive" +msgstr "" + #: hacks/config/euler2d.xml.h:2 msgid "Euler2d" msgstr "" @@ -2551,7 +3010,8 @@ msgstr "" msgid "0 Seconds" msgstr "0 scekunder" -#: hacks/config/flame.xml.h:2 hacks/config/maze.xml.h:2 +#: hacks/config/flame.xml.h:2 hacks/config/glslideshow.xml.h:2 +#: hacks/config/maze.xml.h:2 msgid "10 Seconds" msgstr "10 sekunder" @@ -2559,7 +3019,7 @@ msgstr "10 sekunder" msgid "Another iterative fractal generator. Written by Scott Draves." msgstr "" -#: hacks/config/flame.xml.h:4 +#: hacks/config/flame.xml.h:4 hacks/config/jigglypuff.xml.h:4 msgid "Complexity" msgstr "Kompleksitet" @@ -2620,30 +3080,27 @@ msgid "Zoom In and Out" msgstr "" #: hacks/config/fluidballs.xml.h:1 +#, fuzzy +msgid " Freefall" +msgstr "FrittFall" + +#: hacks/config/fluidballs.xml.h:2 msgid "Ball Size" msgstr "Størrelse på ball" -#: hacks/config/fluidballs.xml.h:5 +#: hacks/config/fluidballs.xml.h:4 +#, fuzzy +msgid "Clay" +msgstr "Pause" + +#: hacks/config/fluidballs.xml.h:7 msgid "FluidBalls" msgstr "FlytendeBaller" -#: hacks/config/fluidballs.xml.h:6 -msgid "Freefall" -msgstr "FrittFall" - -#: hacks/config/fluidballs.xml.h:7 hacks/config/twang.xml.h:4 +#: hacks/config/fluidballs.xml.h:8 hacks/config/twang.xml.h:4 msgid "Friction" msgstr "Friksjon" -#: hacks/config/fluidballs.xml.h:8 -msgid "Glass" -msgstr "Glass" - -#: hacks/config/fluidballs.xml.h:9 hacks/config/qix.xml.h:9 -#: hacks/config/speedmine.xml.h:4 -msgid "Gravity" -msgstr "Gravitet" - #: hacks/config/fluidballs.xml.h:10 msgid "Hurricane" msgstr "Virvelvind" @@ -2661,8 +3118,9 @@ msgid "" msgstr "" #: hacks/config/fluidballs.xml.h:15 -msgid "Sandpaper" -msgstr "Sandpapir" +#, fuzzy +msgid "Rubber" +msgstr "Bobler" #: hacks/config/fluidballs.xml.h:16 msgid "Shake Box" @@ -2680,6 +3138,101 @@ msgstr "" msgid "Wind" msgstr "Vind" +#: hacks/config/flurry.xml.h:1 +msgid "Binary" +msgstr "" + +#: hacks/config/flurry.xml.h:2 +#, fuzzy +msgid "Classic" +msgstr "Glass" + +#: hacks/config/flurry.xml.h:3 +#, fuzzy +msgid "Fire" +msgstr "_Fil" + +#: hacks/config/flurry.xml.h:4 +msgid "Flurry" +msgstr "" + +#: hacks/config/flurry.xml.h:5 +msgid "Insane" +msgstr "" + +#: hacks/config/flurry.xml.h:6 +#, fuzzy +msgid "Psychedelic" +msgstr "Psykedeliske farger" + +#: hacks/config/flurry.xml.h:7 +msgid "RGB" +msgstr "" + +#: hacks/config/flurry.xml.h:8 hacks/config/jigglypuff.xml.h:13 +#: hacks/config/sballs.xml.h:10 hacks/config/whirlygig.xml.h:12 +msgid "Random" +msgstr "Tilfeldig" + +#: hacks/config/flurry.xml.h:10 +msgid "" +"This port of the OSX screensaver of the same name draws a colourful star" +"(fish)like flurry of particles. xscreensaver port by Tobias Sargeant <" +"tobias.sargeant@bigpond.com> Original Mac version by Calum Robinson <" +"calumr@mac.com> http://homepage.mac.com/calumr" +msgstr "" + +#: hacks/config/flurry.xml.h:11 +#, fuzzy +msgid "Water" +msgstr "Vandre" + +#: hacks/config/flyingtoasters.xml.h:1 +msgid "" +"A fleet of 3d space-age jet-powered flying toasters (and toast!) Inspired by " +"the ancient Berkeley Systems After Dark flying toasters. By Jamie Zawinski " +"and Baconmonkey." +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:2 +#, fuzzy +msgid "Air Speed" +msgstr "Animasjonshastighet" + +#: hacks/config/flyingtoasters.xml.h:4 +msgid "Chrome Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:6 +msgid "Flying Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:7 hacks/config/glslideshow.xml.h:16 +#: hacks/config/jigglypuff.xml.h:12 hacks/config/juggle.xml.h:6 +#: hacks/config/pipes.xml.h:10 +msgid "None" +msgstr "Ingen" + +#: hacks/config/flyingtoasters.xml.h:8 +#, fuzzy +msgid "Number of Slices" +msgstr "Antall sirkler" + +#: hacks/config/flyingtoasters.xml.h:9 +#, fuzzy +msgid "Number of Toasters" +msgstr "Antall punkter" + +#: hacks/config/flyingtoasters.xml.h:12 +#, fuzzy +msgid "Solid Colors" +msgstr "Helfylt gulv" + +#: hacks/config/flyingtoasters.xml.h:13 +#, fuzzy +msgid "Swarm" +msgstr "XStråleSverm" + #: hacks/config/forest.xml.h:2 hacks/config/glforestfire.xml.h:6 msgid "Forest" msgstr "Skog" @@ -2762,7 +3315,7 @@ msgstr "Skjermbilde" msgid "Wave Speed" msgstr "Bølgehastighet" -#: hacks/config/gflux.xml.h:15 +#: hacks/config/gflux.xml.h:15 hacks/config/glmatrix.xml.h:20 msgid "Waves" msgstr "Bølger" @@ -2770,6 +3323,26 @@ msgstr "B msgid "Wire Mesh" msgstr "" +#: hacks/config/glblur.xml.h:1 +#, fuzzy +msgid "Blur Smoothness" +msgstr "Myke linjer" + +#: hacks/config/glblur.xml.h:5 +msgid "GLBlur" +msgstr "" + +#: hacks/config/glblur.xml.h:18 +msgid "" +"This program draws a box and a few line segments, and generates a radial " +"blur outward from it. This creates flowing field effects. This is done by " +"rendering the scene into a small texture, then repeatedly rendering " +"increasingly-enlarged and increasingly-transparent versions of that texture " +"onto the frame buffer. As such, it's quite graphics intensive: don't bother " +"trying to run this if you don't have hardware-accelerated OpenGL texture " +"support. It will hurt your machine bad." +msgstr "" + #: hacks/config/glforestfire.xml.h:2 msgid "Desert" msgstr "Ørken" @@ -2781,7 +3354,7 @@ msgid "" "for texture maps. Written by Eric Lassauge <lassauge@mail.dotcom.fr>." msgstr "" -#: hacks/config/glforestfire.xml.h:5 +#: hacks/config/glforestfire.xml.h:5 hacks/config/glmatrix.xml.h:9 msgid "Fog" msgstr "Tåke" @@ -2809,10 +3382,88 @@ msgstr "Regn" msgid "Track mouse" msgstr "" -#: hacks/config/glforestfire.xml.h:18 hacks/config/lament.xml.h:8 -#: hacks/config/sballs.xml.h:17 -msgid "Untextured" -msgstr "Uten tekstur" +#: hacks/config/glknots.xml.h:4 +msgid "GLKnots" +msgstr "" + +#: hacks/config/glknots.xml.h:5 +msgid "" +"Generates some twisting 3d knot patterns. Spins 'em around. Written by Jamie " +"Zawinski." +msgstr "" + +#: hacks/config/glknots.xml.h:7 hacks/config/lavalite.xml.h:17 +#: hacks/config/spheremonics.xml.h:9 +msgid "Resolution" +msgstr "Oppløsing" + +#: hacks/config/glknots.xml.h:15 +#, fuzzy +msgid "Segmented" +msgstr "Segmenter" + +#: hacks/config/glknots.xml.h:18 hacks/config/lavalite.xml.h:28 +msgid "Smooth" +msgstr "Myk" + +#: hacks/config/glmatrix.xml.h:2 hacks/config/xmatrix.xml.h:1 +msgid "Binary Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:4 +#, fuzzy +msgid "Draw Glyphs" +msgstr "Tegn flekker" + +#: hacks/config/glmatrix.xml.h:5 +#, fuzzy +msgid "Draw Outlines" +msgstr "Tegn maur" + +#: hacks/config/glmatrix.xml.h:6 +#, fuzzy +msgid "Draw Solid Boxes" +msgstr "Tegn flekker" + +#: hacks/config/glmatrix.xml.h:7 +msgid "" +"Draws 3D dropping characters similar to what is seen in the title sequence " +"of \"The Matrix\". See also \"xmatrix\" for a 2D rendering of the similar " +"effect that appeared on the computer monitors actually *in* the movie. " +"Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/glmatrix.xml.h:10 +#, fuzzy +msgid "GLMatrix" +msgstr "Xmatrise" + +#: hacks/config/glmatrix.xml.h:11 hacks/config/xmatrix.xml.h:7 +msgid "Genetic Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:12 +#, fuzzy +msgid "Glyph Density" +msgstr "Tetthet" + +#: hacks/config/glmatrix.xml.h:13 +#, fuzzy +msgid "Glyph Speed" +msgstr "Hastighet på fisk" + +#: hacks/config/glmatrix.xml.h:14 hacks/config/xmatrix.xml.h:8 +msgid "Hexadecimal Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:15 hacks/config/xmatrix.xml.h:11 +msgid "Matrix Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:16 +#, fuzzy +msgid "Panning" +msgstr "Pakking" #: hacks/config/glplanet.xml.h:1 msgid "" @@ -2830,14 +3481,65 @@ msgstr "GLPlanet" msgid "Image File" msgstr "Bildefil" -#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 -msgid "1" -msgstr "1" +#: hacks/config/glslideshow.xml.h:4 hacks/config/rd-bomb.xml.h:5 +#, no-c-format +msgid "100%" +msgstr "100%" -#: hacks/config/glsnake.xml.h:2 hacks/config/penrose.xml.h:2 +#: hacks/config/glslideshow.xml.h:5 hacks/config/glsnake.xml.h:2 +#: hacks/config/penrose.xml.h:2 msgid "30 Seconds" msgstr "30 sekunder" +#: hacks/config/glslideshow.xml.h:6 +#, fuzzy +msgid "5 Minutes" +msgstr "1 minutt" + +#: hacks/config/glslideshow.xml.h:8 +#, no-c-format +msgid "50%" +msgstr "" + +#: hacks/config/glslideshow.xml.h:9 +msgid "Always show at least this much of the image:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:10 +#, fuzzy +msgid "Crossfade Duration:" +msgstr "V_arighet for utfasing" + +#: hacks/config/glslideshow.xml.h:11 +msgid "Frame Rate:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:12 +msgid "GLSlideshow" +msgstr "" + +#: hacks/config/glslideshow.xml.h:14 +msgid "" +"Loads a random sequence of images and smoothly scans and zooms around in " +"each, fading from pan to pan. You can set the directory from which images " +"are loaded on the \"Advanced\" tab. This program requires a good video card " +"capable of supporting large textures. Written by Jamie Zawinski and Mike " +"Oliphant." +msgstr "" + +#: hacks/config/glslideshow.xml.h:17 +#, fuzzy +msgid "Pan/Zoom Duration:" +msgstr "V_arighet for utfasing" + +#: hacks/config/glslideshow.xml.h:19 +msgid "Time until loading a new image:" +msgstr "" + +#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 +msgid "1" +msgstr "1" + #: hacks/config/glsnake.xml.h:3 msgid "" "Draws a simulation of the Rubik's Snake puzzle. Written by Jamie Wilkinson, " @@ -2963,21 +3665,70 @@ msgstr "Objektspor" msgid "Orbital Decay" msgstr "Avtagning i banen" -#: hacks/config/grav.xml.h:10 -msgid "" -"This program draws a simple orbital simulation. If you turn on trails, it " -"looks kind of like a cloud-chamber photograph. Written by Greg Bowering." +#: hacks/config/grav.xml.h:10 +msgid "" +"This program draws a simple orbital simulation. If you turn on trails, it " +"looks kind of like a cloud-chamber photograph. Written by Greg Bowering." +msgstr "" + +#: hacks/config/greynetic.xml.h:2 +msgid "Greynetic" +msgstr "Greynetic" + +#: hacks/config/greynetic.xml.h:5 +msgid "" +"This draws random colored and stippled rectangles. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/halftone.xml.h:1 +msgid "Delay (Large = low cpu load)" +msgstr "" + +#: hacks/config/halftone.xml.h:2 +msgid "Dot fill factor" +msgstr "" + +#: hacks/config/halftone.xml.h:3 +#, fuzzy +msgid "Dot size" +msgstr "Størrelse på maur" + +#: hacks/config/halftone.xml.h:4 +msgid "" +"Draws the gravity force in each point on the screen seen through a halftone " +"dot pattern. The gravity force is calculated from a set of moving mass " +"points. View it from a distance for best effect. Written by Peter Jaric <" +"peter@jaric.org>." +msgstr "" + +#: hacks/config/halftone.xml.h:5 +#, fuzzy +msgid "Gravity points" +msgstr "Gravitet" + +#: hacks/config/halftone.xml.h:6 +#, fuzzy +msgid "Halftone" +msgstr "Halo" + +#: hacks/config/halftone.xml.h:10 +msgid "Maximum mass" msgstr "" -#: hacks/config/greynetic.xml.h:2 -msgid "Greynetic" -msgstr "Greynetic" +#: hacks/config/halftone.xml.h:11 +#, fuzzy +msgid "Maximum speed" +msgstr "Animasjonshastighet" -#: hacks/config/greynetic.xml.h:5 -msgid "" -"This draws random colored and stippled rectangles. Written by Jamie Zawinski." +#: hacks/config/halftone.xml.h:12 +msgid "Minimum mass" msgstr "" +#: hacks/config/halftone.xml.h:13 +#, fuzzy +msgid "Minimum speed" +msgstr "Animasjonshastighet" + #: hacks/config/halo.xml.h:1 msgid "Animate Circles" msgstr "Animer sirkler" @@ -3132,6 +3883,109 @@ msgid "" "brain will melt. Written by Joe Keane, Fritz Mueller, and Jamie Zawinski." msgstr "" +#: hacks/config/hypertorus.xml.h:1 +msgid "-4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:2 +msgid "4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:3 +msgid "4D Hypertorus" +msgstr "" + +#: hacks/config/hypertorus.xml.h:4 +#, fuzzy +msgid "Color Wheel" +msgstr "Farger" + +#: hacks/config/hypertorus.xml.h:5 +#, fuzzy +msgid "Display Speed" +msgstr "Stil" + +#: hacks/config/hypertorus.xml.h:7 +msgid "Orthographic 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:8 +msgid "Orthographic 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:9 +msgid "Perspective 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:10 +msgid "Perspective 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:11 +#, fuzzy +msgid "See-Through Bands" +msgstr "Veksle mellom farger." + +#: hacks/config/hypertorus.xml.h:14 +#, fuzzy +msgid "Solid Object" +msgstr "Helfylte objekter" + +#: hacks/config/hypertorus.xml.h:15 hacks/config/pulsar.xml.h:16 +msgid "Solid Surface" +msgstr "Hel overflate" + +#: hacks/config/hypertorus.xml.h:16 +msgid "" +"This program shows a rotating Clifford Torus: a torus lying on the \"surface" +"\" of a 4D hypersphere. Written by Carsten Steger, inspired by Thomas " +"Banchoff's book \"Beyond the Third Dimension: Geometry, Computer Graphics, " +"and Higher Dimensions\", Scientific American Library, 1990." +msgstr "" + +#: hacks/config/hypertorus.xml.h:17 +#, fuzzy +msgid "Transparent Surface" +msgstr "Gjennomsiktig" + +#: hacks/config/hypertorus.xml.h:18 +msgid "Two-Sided" +msgstr "" + +#: hacks/config/hypertorus.xml.h:19 +#, fuzzy +msgid "WX Rotation Speed" +msgstr "Roteringshastighet" + +#: hacks/config/hypertorus.xml.h:20 +#, fuzzy +msgid "WY Rotation Speed" +msgstr "Roteringshastighet" + +#: hacks/config/hypertorus.xml.h:21 +#, fuzzy +msgid "WZ Rotation Speed" +msgstr "Roteringshastighet" + +#: hacks/config/hypertorus.xml.h:22 +msgid "Wireframe Mesh" +msgstr "" + +#: hacks/config/hypertorus.xml.h:23 +#, fuzzy +msgid "XY Rotation Speed" +msgstr "Roteringshastighet" + +#: hacks/config/hypertorus.xml.h:24 +#, fuzzy +msgid "XZ Rotation Speed" +msgstr "Roteringshastighet" + +#: hacks/config/hypertorus.xml.h:25 +#, fuzzy +msgid "YZ Rotation Speed" +msgstr "Roteringshastighet" + #: hacks/config/ifs.xml.h:2 msgid "IFS" msgstr "IFS" @@ -3200,6 +4054,99 @@ msgstr "Antall b msgid "Wave Size" msgstr "Bølgestørrelse" +#: hacks/config/jigglypuff.xml.h:2 +msgid "Chrome" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:3 +msgid "Clown barf" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:5 +#, fuzzy +msgid "Cycle" +msgstr "Omganger" + +#: hacks/config/jigglypuff.xml.h:7 +msgid "Flower box" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:9 +msgid "Inertial damping" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:10 +msgid "JigglyPuff" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:14 +#, fuzzy +msgid "Rotation speed" +msgstr "Roteringshastighet" + +#: hacks/config/jigglypuff.xml.h:17 hacks/config/sphere.xml.h:7 +msgid "Sphere" +msgstr "Sfære" + +#: hacks/config/jigglypuff.xml.h:18 +msgid "Sphere strength" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:19 +#, fuzzy +msgid "Spookiness" +msgstr "Splines" + +#: hacks/config/jigglypuff.xml.h:20 +msgid "Spoooooky" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:21 hacks/config/sballs.xml.h:16 +msgid "Tetrahedron" +msgstr "Tetrahedron" + +#: hacks/config/jigglypuff.xml.h:22 +msgid "" +"This little gem does bad things with quasi-spherical objects. The gist of it " +"is that you have what is, structurally, a tetrahedron with tesselated faces. " +"the vertices on these faces have forces on them in the form of one " +"proportional to their distance from the surface of a sphere, and one which " +"is proportional to how far they differ from some ideal distance from their " +"neighbors. They also have inertia. The forces and distance are parameters " +"and there are also a couple of visual parameters. The resulting effect can " +"range from a shape that does nothing, to a frenetic polygon storm. Somewhere " +"in between there it usually manifests as a blob that jiggles in a kind of " +"disturbing manner. woo. It doesn't matter, however. You should just pick " +"'random'. It overrides all the other options, except for fps, delay and " +"complexity. By Keith Macleod" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:23 +msgid "Vertex-vertex behavior" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:24 +msgid "Vertex-vertex force" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:26 +msgid "collapse" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:27 +msgid "expand" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:28 +#, fuzzy +msgid "none" +msgstr "Ingen" + +#: hacks/config/jigglypuff.xml.h:29 +#, fuzzy +msgid "strong" +msgstr "Rar" + #: hacks/config/jigsaw.xml.h:4 msgid "Jigsaw" msgstr "Puslespill" @@ -3230,10 +4177,6 @@ msgstr "" msgid "Juggle" msgstr "Jongler" -#: hacks/config/juggle.xml.h:6 hacks/config/pipes.xml.h:10 -msgid "None" -msgstr "Ingen" - #: hacks/config/julia.xml.h:3 hacks/config/rorschach.xml.h:4 msgid "Iterations" msgstr "Gjennomganger" @@ -3276,6 +4219,25 @@ msgstr "" msgid "Trails" msgstr "Spor" +#: hacks/config/klein.xml.h:3 +msgid "Klein" +msgstr "" + +#: hacks/config/klein.xml.h:10 +msgid "" +"This draws a visualization of a Klein bottle or some other interesting " +"parametric surfaces. Written by Andrey Mirtchovski." +msgstr "" + +#: hacks/config/klein.xml.h:11 +msgid "Use Randomized Surfaces and Primitives" +msgstr "" + +#: hacks/config/klein.xml.h:12 +#, fuzzy +msgid "Wander Around the Screen" +msgstr "Sentrer på skjermen" + #: hacks/config/kumppa.xml.h:5 msgid "Kumppa" msgstr "Kumppa" @@ -3359,18 +4321,10 @@ msgstr "Maks antall blubber" msgid "Random Lamp Style" msgstr "Tilfeldig lampestil" -#: hacks/config/lavalite.xml.h:17 hacks/config/spheremonics.xml.h:9 -msgid "Resolution" -msgstr "Oppløsing" - #: hacks/config/lavalite.xml.h:18 msgid "Rocket Lavalite" msgstr "" -#: hacks/config/lavalite.xml.h:27 -msgid "Smooth" -msgstr "Myk" - #: hacks/config/lightning.xml.h:2 msgid "Lightning" msgstr "Lyn" @@ -3518,6 +4472,36 @@ msgid "" "by Jamie Zawinski." msgstr "" +#: hacks/config/metaballs.xml.h:1 +#, fuzzy +msgid "Big" +msgstr "Lys" + +#: hacks/config/metaballs.xml.h:2 +msgid "" +"Draws two dimensional metaballs: overlapping and merging balls with fuzzy " +"edges. By W.P. van Paassen." +msgstr "" + +#: hacks/config/metaballs.xml.h:7 +msgid "MetaBall Movement" +msgstr "" + +#: hacks/config/metaballs.xml.h:8 +#, fuzzy +msgid "MetaBall Radius" +msgstr "Utgangsverdier" + +#: hacks/config/metaballs.xml.h:9 +#, fuzzy +msgid "MetaBalls" +msgstr "Baller" + +#: hacks/config/metaballs.xml.h:11 +#, fuzzy +msgid "Number of MetaBalls" +msgstr "Antall fraktaler" + #: hacks/config/moebius.xml.h:1 msgid "" "Another M. C. Escher hack by Marcelo Vianna, this one draws ``Moebius Strip " @@ -3887,6 +4871,28 @@ msgstr "Fosfor" msgid "Scale" msgstr "Skala" +#: hacks/config/piecewise.xml.h:1 +msgid "Color shifting speed" +msgstr "" + +#: hacks/config/piecewise.xml.h:6 +msgid "Maximum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:7 +msgid "Minimum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:8 +msgid "Piecewise" +msgstr "" + +#: hacks/config/piecewise.xml.h:12 +msgid "" +"This draws a bunch of moving circles which switch from visibility to " +"invisibility at intersection points. Written by Geoffrey Irving." +msgstr "" + #: hacks/config/pipes.xml.h:1 msgid "Allow Tight Turns" msgstr "" @@ -3948,6 +4954,38 @@ msgid "" "puzzle pieces. Written by Stephen Montgomery-Smith." msgstr "" +#: hacks/config/popsquares.xml.h:1 +#, fuzzy +msgid "Border" +msgstr "Kantbredde" + +#: hacks/config/popsquares.xml.h:2 +msgid "End color" +msgstr "" + +#: hacks/config/popsquares.xml.h:7 +#, fuzzy +msgid "Start color" +msgstr "Skremmende farger" + +#: hacks/config/popsquares.xml.h:8 +msgid "Subdivision" +msgstr "" + +#: hacks/config/popsquares.xml.h:9 +msgid "" +"This draws a pop-art-ish looking grid of pulsing colors. By Levi Burton." +msgstr "" + +#: hacks/config/popsquares.xml.h:10 +msgid "Twitch" +msgstr "" + +#: hacks/config/popsquares.xml.h:11 +#, fuzzy +msgid "popsquares" +msgstr "Firkantet" + #: hacks/config/pulsar.xml.h:1 msgid "Anti-alias Lines" msgstr "" @@ -3996,10 +5034,6 @@ msgstr "Pulsar" msgid "Quad Count" msgstr "Antall:" -#: hacks/config/pulsar.xml.h:16 -msgid "Solid Surface" -msgstr "Hel overflate" - #: hacks/config/pulsar.xml.h:18 msgid "Texture PPM File" msgstr "PPM-fil for tekstur" @@ -4012,10 +5046,6 @@ msgstr "" msgid "Launch Frequency" msgstr "" -#: hacks/config/pyro.xml.h:8 -msgid "Often" -msgstr "Ofte" - #: hacks/config/pyro.xml.h:9 msgid "Particle Density" msgstr "Partikkeltetthet" @@ -4093,11 +5123,6 @@ msgstr "/" msgid "1%" msgstr "1%" -#: hacks/config/rd-bomb.xml.h:5 -#, no-c-format -msgid "100%" -msgstr "100%" - #: hacks/config/rd-bomb.xml.h:7 msgid "" "Another variation of the `Bomb' program by Scott Draves. This draws a grid " @@ -4310,10 +5335,6 @@ msgstr "Plan" msgid "Pyramid" msgstr "Pyramide" -#: hacks/config/sballs.xml.h:10 -msgid "Random" -msgstr "Tilfeldig" - #: hacks/config/sballs.xml.h:11 msgid "Sballs" msgstr "Sballer" @@ -4322,10 +5343,6 @@ msgstr "Sballer" msgid "Star" msgstr "Stjerne" -#: hacks/config/sballs.xml.h:16 -msgid "Tetrahedron" -msgstr "Tetrahedron" - #: hacks/config/shadebobs.xml.h:7 msgid "ShadeBobs" msgstr "" @@ -4476,10 +5493,6 @@ msgid "" "Duff in 1982." msgstr "" -#: hacks/config/sphere.xml.h:7 -msgid "Sphere" -msgstr "Sfære" - #: hacks/config/sphereEversion.xml.h:1 msgid "SphereEversion" msgstr "" @@ -4511,7 +5524,7 @@ msgid "" "angular momentum operators. Written by Paul Bourke and Jamie Zawinski." msgstr "" -#: hacks/config/spiral.xml.h:2 +#: hacks/config/spiral.xml.h:2 hacks/config/superquadrics.xml.h:2 msgid "Cycles" msgstr "Omganger" @@ -4584,10 +5597,9 @@ msgid "" "work with some window managers, but not with others, so your mileage may " "vary. SSystem was once available at <http://www1.las.es/~amil/ssystem/" ">, but is now gone. You may still be able to find copies elsewhere. " -"SSystem has since evolved into two different programs: OpenUniverse (http://" -"openuniverse.sourceforge.net/) and Celestia (http://www.shatters.net/" -"celestia/). Sadly, neither of these programs work with xscreensaver at all. " -"You are encouraged to nag their authors into adding xscreensaver support!" +"SSystem has since evolved into Celestia, found at <http://www.shatters." +"net/celestia/>. Sadly, Celestia does not work with xscreensaver at all. " +"You are encouraged to nag the authors into adding xscreensaver support!" msgstr "" #: hacks/config/stairs.xml.h:6 @@ -4706,14 +5718,14 @@ msgid "" "Written by Massimino Pascal." msgstr "" -#: hacks/config/superquadrics.xml.h:2 +#: hacks/config/superquadrics.xml.h:3 msgid "" "Ed Mackey reports that he wrote the first version of this program in BASIC " "on a Commodore 64 in 1987, as a 320x200 black and white wireframe. Now it is " "GL and has specular reflections." msgstr "" -#: hacks/config/superquadrics.xml.h:10 +#: hacks/config/superquadrics.xml.h:11 msgid "Superquadrics" msgstr "Superkvadratisk" @@ -4935,17 +5947,69 @@ msgid "Amplitude" msgstr "Amplityde" #: hacks/config/whirlygig.xml.h:2 +#, fuzzy +msgid "Circle" +msgstr "Omganger" + +#: hacks/config/whirlygig.xml.h:3 msgid "Draws zooming chains of sinusoidal spots. Written by Ashton Trey Belew." msgstr "" +#: hacks/config/whirlygig.xml.h:4 +#, fuzzy +msgid "Explain modes" +msgstr "Visningsmodi" + #: hacks/config/whirlygig.xml.h:5 -msgid "Whirlies" +msgid "Fun" msgstr "" #: hacks/config/whirlygig.xml.h:6 +msgid "Funky" +msgstr "" + +#: hacks/config/whirlygig.xml.h:7 +msgid "Innie" +msgstr "" + +#: hacks/config/whirlygig.xml.h:8 +#, fuzzy +msgid "Leave a trail" +msgstr "Etterlat spor" + +#: hacks/config/whirlygig.xml.h:9 +#, fuzzy +msgid "Linear" +msgstr "Linjer" + +#: hacks/config/whirlygig.xml.h:11 +#, fuzzy +msgid "Lissajous" +msgstr "Lisa" + +#: hacks/config/whirlygig.xml.h:15 +#, fuzzy +msgid "Test" +msgstr "Best" + +#: hacks/config/whirlygig.xml.h:16 +#, fuzzy +msgid "Use Double Buffering" +msgstr "Double buffer" + +#: hacks/config/whirlygig.xml.h:17 +msgid "Whirlies" +msgstr "" + +#: hacks/config/whirlygig.xml.h:18 msgid "WhirlyGig" msgstr "WhirlyGig" +#: hacks/config/whirlygig.xml.h:19 +#, fuzzy +msgid "Wrap the screen" +msgstr "Hent skjerm" + #: hacks/config/worm.xml.h:1 msgid "" "An ancient xlock hack that draws multicolored worms that crawl around the " @@ -4962,7 +6026,7 @@ msgid "" "XaoS generates fast fly-through animations of the Mandelbrot and other " "fractal sets. Written by Thomas Marsh and Jan Hubicka. This is not included " "with the XScreenSaver package, but if you don't have it already, you can " -"find it at <http://limax.paru.cas.cz/~hubicka/XaoS/>." +"find it at <http://xaos.theory.org/>." msgstr "" #: hacks/config/xdaliclock.xml.h:1 @@ -4987,7 +6051,7 @@ msgstr "Stil" msgid "Huge Font" msgstr "Enorm skrift" -#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:9 +#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:10 msgid "Large Font" msgstr "Stor skrift" @@ -4995,7 +6059,7 @@ msgstr "Stor skrift" msgid "Medium Font" msgstr "Middels skrift" -#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:16 msgid "Small Font" msgstr "Liten skrift" @@ -5164,14 +6228,12 @@ msgstr "" msgid "Xlyap" msgstr "Xlyap" -#: hacks/config/xmatrix.xml.h:1 +#: hacks/config/xmatrix.xml.h:3 msgid "" -"A rendition of the text scrolls seen in the movie ``The Matrix.'' Written by " -"Jamie Zawinski." -msgstr "" - -#: hacks/config/xmatrix.xml.h:2 -msgid "Binary Encoding" +"Draws dropping characters similar to what is seen on the computer monitors " +"in \"The Matrix\". See also \"glmatrix\" for a 3D rendering of the similar " +"effect that appeared in the title sequence of the movie. Written by Jamie " +"Zawinski." msgstr "" #: hacks/config/xmatrix.xml.h:4 @@ -5182,35 +6244,27 @@ msgstr "" msgid "Full" msgstr "" -#: hacks/config/xmatrix.xml.h:7 -msgid "Genetic Encoding" -msgstr "" - -#: hacks/config/xmatrix.xml.h:8 -msgid "Hexadecimal Encoding" -msgstr "" - -#: hacks/config/xmatrix.xml.h:10 -msgid "Matrix Encoding" +#: hacks/config/xmatrix.xml.h:9 +msgid "Knock Knock" msgstr "" -#: hacks/config/xmatrix.xml.h:11 +#: hacks/config/xmatrix.xml.h:12 msgid "Phone Number" msgstr "Telefonnummer" -#: hacks/config/xmatrix.xml.h:12 +#: hacks/config/xmatrix.xml.h:13 msgid "Run Trace Program" msgstr "" -#: hacks/config/xmatrix.xml.h:13 +#: hacks/config/xmatrix.xml.h:14 msgid "Slider Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:18 +#: hacks/config/xmatrix.xml.h:19 msgid "Synergistic Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:19 +#: hacks/config/xmatrix.xml.h:20 msgid "Xmatrix" msgstr "Xmatrise" diff --git a/po/pl.po b/po/pl.po index c89ccbc1..472bd8f0 100644 --- a/po/pl.po +++ b/po/pl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: xscreensaver\n" -"POT-Creation-Date: 2002-06-18 21:56+0200\n" +"POT-Creation-Date: 2003-07-24 19:05+0200\n" "PO-Revision-Date: 2002-06-05 17:30+0200\n" "Last-Translator: GNOME PL Team \n" "Language-Team: Polish \n" @@ -17,35 +17,40 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: driver/demo-Gtk-conf.c:729 +#: driver/demo-Gtk-conf.c:731 msgid "Browse..." msgstr "Przeglądaj..." -#: driver/demo-Gtk-conf.c:1021 +#: driver/demo-Gtk-conf.c:1023 msgid "Select file." msgstr "Wybór pliku" -#: driver/demo-Gtk-support.c:121 +#: driver/demo-Gtk-support.c:135 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "Nie można odnaleźć pliku z piksmapą: %s" -#: driver/demo-Gtk-support.c:130 +#: driver/demo-Gtk-support.c:147 driver/demo-Gtk-support.c:179 #, c-format msgid "Error loading pixmap file: %s" msgstr "Błąd przy wczytywaniu pliku z piksmapą: %s" +#: driver/demo-Gtk-support.c:182 +#, c-format +msgid "reason: %s\n" +msgstr "" + #: driver/demo-Gtk-widgets.c:155 driver/xscreensaver-demo.glade.h:89 -#: driver/xscreensaver-demo.glade2.h:43 +#: driver/xscreensaver-demo.glade2.h:65 msgid "XScreenSaver" msgstr "XScreenSaver" -#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:54 +#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:76 msgid "_File" msgstr "_Plik" #: driver/demo-Gtk-widgets.c:196 driver/xscreensaver-demo.glade.h:93 -#: driver/xscreensaver-demo.glade2.h:48 +#: driver/xscreensaver-demo.glade2.h:70 msgid "_Blank Screen Now" msgstr "Za_czernij ekran" @@ -55,7 +60,7 @@ msgid "" msgstr "" #: driver/demo-Gtk-widgets.c:209 driver/xscreensaver-demo.glade.h:97 -#: driver/xscreensaver-demo.glade2.h:58 +#: driver/xscreensaver-demo.glade2.h:80 msgid "_Lock Screen Now" msgstr "Za_blokuj ekran" @@ -64,7 +69,7 @@ msgid "Lock the screen now (even if \"Lock Screen\" is unchecked.)" msgstr "" #: driver/demo-Gtk-widgets.c:222 driver/xscreensaver-demo.glade.h:96 -#: driver/xscreensaver-demo.glade2.h:56 +#: driver/xscreensaver-demo.glade2.h:78 msgid "_Kill Daemon" msgstr "Zakończ _demona" @@ -73,7 +78,7 @@ msgid "Tell the running XScreenSaver daemon to exit." msgstr "" #: driver/demo-Gtk-widgets.c:235 driver/xscreensaver-demo.glade.h:98 -#: driver/xscreensaver-demo.glade2.h:64 +#: driver/xscreensaver-demo.glade2.h:86 msgid "_Restart Daemon" msgstr "_Uruchom ponownie demona" @@ -91,12 +96,12 @@ msgid "" "running in the background.)" msgstr "" -#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:55 +#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:77 msgid "_Help" msgstr "Pomo_c" #: driver/demo-Gtk-widgets.c:290 driver/xscreensaver-demo.glade.h:92 -#: driver/xscreensaver-demo.glade2.h:44 +#: driver/xscreensaver-demo.glade2.h:66 msgid "_About..." msgstr "_Informacje o..." @@ -105,7 +110,7 @@ msgid "Display version information." msgstr "Wyświetla informacje na temat wersji." #: driver/demo-Gtk-widgets.c:303 driver/xscreensaver-demo.glade.h:94 -#: driver/xscreensaver-demo.glade2.h:53 +#: driver/xscreensaver-demo.glade2.h:75 msgid "_Documentation..." msgstr "_Dokumentacja..." @@ -118,7 +123,7 @@ msgid "Cycle After" msgstr "Zmiana wygaszacza po" #: driver/demo-Gtk-widgets.c:364 driver/xscreensaver-demo.glade.h:78 -#: driver/xscreensaver-demo.glade2.h:42 +#: driver/xscreensaver-demo.glade2.h:54 msgid "Whether a password should be required to un-blank the screen." msgstr "Określa, czy przed przywróceniem obrazu wymagane jest podanie hasła." @@ -132,23 +137,24 @@ msgstr "Zaczernianie ekranu po" #: driver/demo-Gtk-widgets.c:397 driver/demo-Gtk-widgets.c:447 #: driver/demo-Gtk-widgets.c:461 driver/demo-Gtk-widgets.c:1010 -#: driver/xscreensaver-demo.glade.h:43 driver/xscreensaver-demo.glade2.h:26 +#: driver/xscreensaver-demo.glade.h:43 msgid "How long before the monitor goes completely black." msgstr "Okres, po którym obraz gaśnie zupełnie." #: driver/demo-Gtk-widgets.c:401 driver/demo-Gtk-widgets.c:413 #: driver/demo-Gtk-widgets.c:425 driver/demo-Gtk-widgets.c:1014 #: driver/demo-Gtk-widgets.c:1026 driver/demo-Gtk-widgets.c:1038 -#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:70 +#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:92 msgid "minutes" msgstr "min." -#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2661 +#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2831 #: driver/xscreensaver-demo.glade.h:58 msgid "Preview" msgstr "Podgląd" #: driver/demo-Gtk-widgets.c:484 driver/xscreensaver-demo.glade.h:21 +#: driver/xscreensaver-demo.glade2.h:12 msgid "" "Demo the selected screen saver in full-screen mode (click the mouse to " "return.)" @@ -159,6 +165,7 @@ msgid "Settings..." msgstr "Ustawienia..." #: driver/demo-Gtk-widgets.c:494 driver/xscreensaver-demo.glade.h:17 +#: driver/xscreensaver-demo.glade2.h:9 msgid "Customization and explanation of the selected screen saver." msgstr "Dostosowywanie i konfiguracja wybranego wygaszacza ekranu." @@ -167,7 +174,7 @@ msgid "Mode:" msgstr "Tryb:" #: driver/demo-Gtk-widgets.c:533 driver/xscreensaver-demo.glade.h:25 -#: driver/xscreensaver-demo.glade2.h:14 +#: driver/xscreensaver-demo.glade2.h:16 msgid "Disable Screen Saver" msgstr "Bez wygaszacza ekranu" @@ -177,21 +184,21 @@ msgid "Blank Screen Only" msgstr "Czarny ekran" #: driver/demo-Gtk-widgets.c:539 driver/xscreensaver-demo.glade.h:56 -#: driver/xscreensaver-demo.glade2.h:32 +#: driver/xscreensaver-demo.glade2.h:42 msgid "Only One Screen Saver" msgstr "Jeden wygaszacz ekranu" #: driver/demo-Gtk-widgets.c:542 driver/xscreensaver-demo.glade.h:60 -#: driver/xscreensaver-demo.glade2.h:35 +#: driver/xscreensaver-demo.glade2.h:44 msgid "Random Screen Saver" msgstr "Losowy wygaszacz ekranu" -#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2034 +#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2120 #: driver/xscreensaver-demo.glade.h:75 msgid "Use" msgstr "" -#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2044 +#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2130 #: driver/xscreensaver-demo.glade.h:63 msgid "Screen Saver" msgstr "Wygaszacz ekranu" @@ -201,6 +208,7 @@ msgid "\\/" msgstr "\\/" #: driver/demo-Gtk-widgets.c:646 driver/xscreensaver-demo.glade.h:61 +#: driver/xscreensaver-demo.glade2.h:45 msgid "" "Run the next screen saver in the list in full-screen mode (click the mouse " "to return.)" @@ -211,13 +219,14 @@ msgid "/\\" msgstr "/\\" #: driver/demo-Gtk-widgets.c:656 driver/xscreensaver-demo.glade.h:62 +#: driver/xscreensaver-demo.glade2.h:46 msgid "" "Run the previous screen saver in the list in full-screen mode (click the " "mouse to return.)" msgstr "" #: driver/demo-Gtk-widgets.c:658 driver/demo-Gtk-widgets.c:1601 -#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:11 +#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:13 msgid "Description" msgstr "Opis" @@ -226,11 +235,12 @@ msgid "Display Modes" msgstr "Tryby wyświetlania" #: driver/demo-Gtk-widgets.c:701 driver/xscreensaver-demo.glade.h:23 -#: driver/xscreensaver-demo.glade2.h:12 +#: driver/xscreensaver-demo.glade2.h:14 msgid "Diagnostics" msgstr "Diagnostyka" #: driver/demo-Gtk-widgets.c:745 driver/xscreensaver-demo.glade.h:80 +#: driver/xscreensaver-demo.glade2.h:56 msgid "Whether the daemon should print lots of debugging information." msgstr "Określa czy demon powinien wypisywać wiele informacji diagnostycznych." @@ -239,6 +249,7 @@ msgid "Verbose Diagnostics" msgstr "Szczegółowa diagnostyka" #: driver/demo-Gtk-widgets.c:762 driver/xscreensaver-demo.glade.h:79 +#: driver/xscreensaver-demo.glade2.h:55 msgid "" "Whether any error output of the display modes should be redirected to the " "screen." @@ -251,6 +262,7 @@ msgid "Display Subprocess Errors" msgstr "Wyświetlanie błędów procesów potomnych" #: driver/demo-Gtk-widgets.c:779 driver/xscreensaver-demo.glade.h:87 +#: driver/xscreensaver-demo.glade2.h:63 msgid "" "Whether the splash screen (with the version number and `Help' button) should " "be momentarily displayed when the daemon first starts up." @@ -268,6 +280,7 @@ msgid "Colormaps" msgstr "Palety kolorów" #: driver/demo-Gtk-widgets.c:834 driver/xscreensaver-demo.glade.h:88 +#: driver/xscreensaver-demo.glade2.h:64 msgid "" "Whether to install a private colormap when running in 8-bit mode on the " "default Visual." @@ -280,6 +293,7 @@ msgid "Install Colormap" msgstr "Instalowanie palety kolorów" #: driver/demo-Gtk-widgets.c:859 driver/xscreensaver-demo.glade.h:86 +#: driver/xscreensaver-demo.glade2.h:62 msgid "" "Whether the screen should slowly fade to black when the screen saver " "activates." @@ -292,6 +306,7 @@ msgid "Fade To Black When Blanking" msgstr "Przejście do czerni przy rozpoczęciu wygaszania" #: driver/demo-Gtk-widgets.c:876 driver/xscreensaver-demo.glade.h:85 +#: driver/xscreensaver-demo.glade2.h:61 msgid "" "Whether the screen should slowly fade in from black when the screen saver " "deactivates." @@ -308,20 +323,22 @@ msgid "Fade Duration" msgstr "Okres blaknięcia" #: driver/demo-Gtk-widgets.c:922 driver/xscreensaver-demo.glade.h:44 +#: driver/xscreensaver-demo.glade2.h:31 msgid "How long it should take for the screen to fade in and out." msgstr "Czas wykonywania operacji przyciemniania i rozjaśniania ekranu." #: driver/demo-Gtk-widgets.c:926 driver/xscreensaver-demo.glade.h:100 -#: driver/xscreensaver-demo.glade2.h:73 +#: driver/xscreensaver-demo.glade2.h:96 msgid "seconds" msgstr "sekund(y)" #: driver/demo-Gtk-widgets.c:936 driver/xscreensaver-demo.glade.h:27 -#: driver/xscreensaver-demo.glade2.h:15 +#: driver/xscreensaver-demo.glade2.h:17 msgid "Display Power Management" msgstr "Zarządzanie poborem energii ekranu" #: driver/demo-Gtk-widgets.c:980 driver/xscreensaver-demo.glade.h:84 +#: driver/xscreensaver-demo.glade2.h:60 msgid "Whether the monitor should be powered down after a while." msgstr "" @@ -342,19 +359,22 @@ msgid "Standby After" msgstr "Stan oczekiwania po" #: driver/demo-Gtk-widgets.c:1099 driver/xscreensaver-demo.glade.h:45 +#: driver/xscreensaver-demo.glade2.h:33 msgid "How long until the monitor goes into power-saving mode." msgstr "Okres, po którym monitor przechodzi w tryb oszczędzania energii." #: driver/demo-Gtk-widgets.c:1113 driver/xscreensaver-demo.glade.h:46 +#: driver/xscreensaver-demo.glade2.h:34 msgid "How long until the monitor powers down." msgstr "Okres, po którym monitor jest wyłączany." #: driver/demo-Gtk-widgets.c:1117 driver/xscreensaver-demo.glade.h:47 -#: driver/xscreensaver-demo.glade2.h:27 +#: driver/xscreensaver-demo.glade2.h:35 msgid "Image Manipulation" msgstr "Operacje na obrazie" #: driver/demo-Gtk-widgets.c:1161 driver/xscreensaver-demo.glade.h:81 +#: driver/xscreensaver-demo.glade2.h:57 msgid "" "Whether the image-manipulating modes should be allowed to operate on an " "image of your desktop." @@ -375,6 +395,7 @@ msgid "Grab Video Frames" msgstr "" #: driver/demo-Gtk-widgets.c:1195 driver/xscreensaver-demo.glade.h:83 +#: driver/xscreensaver-demo.glade2.h:59 msgid "" "Whether the image-manipulating modes should operate on random images loaded " "from disk." @@ -385,6 +406,7 @@ msgid "Choose Random Image:" msgstr "Wybór losowego obrazu:" #: driver/demo-Gtk-widgets.c:1230 driver/xscreensaver-demo.glade.h:73 +#: driver/xscreensaver-demo.glade2.h:52 msgid "The directory from which images will be randomly chosen." msgstr "Katalog, z którego losowo wybierane będą obrazy." @@ -402,12 +424,12 @@ msgid "XScreenSaver: Mode-Specific Settings" msgstr "XScreenSaver: ustawienia zależne od trybu" #: driver/demo-Gtk-widgets.c:1460 driver/xscreensaver-demo.glade.h:64 -#: driver/xscreensaver-demo.glade2.h:36 +#: driver/xscreensaver-demo.glade2.h:47 msgid "Settings" msgstr "Ustawienia" #: driver/demo-Gtk-widgets.c:1489 driver/xscreensaver-demo.glade.h:66 -#: driver/xscreensaver-demo.glade2.h:38 +#: driver/xscreensaver-demo.glade2.h:49 msgid "Standard" msgstr "Standardowe" @@ -416,7 +438,7 @@ msgid "Visual:" msgstr "Tryb wyświetlania:" #: driver/demo-Gtk-widgets.c:1544 driver/demo-Gtk-widgets.c:1567 -#: driver/demo-Gtk.c:1479 driver/demo-Gtk.c:2680 +#: driver/demo-Gtk.c:1518 driver/demo-Gtk.c:2850 #: driver/xscreensaver-demo.glade.h:5 driver/xscreensaver-demo.glade2.h:3 msgid "Any" msgstr "Dowolny" @@ -427,44 +449,44 @@ msgid "Best" msgstr "Najlepszy" #: driver/demo-Gtk-widgets.c:1546 driver/xscreensaver-demo.glade.h:19 -#: driver/xscreensaver-demo.glade2.h:9 +#: driver/xscreensaver-demo.glade2.h:10 msgid "Default" msgstr "Domyślny" #: driver/demo-Gtk-widgets.c:1547 driver/xscreensaver-demo.glade.h:20 -#: driver/xscreensaver-demo.glade2.h:10 +#: driver/xscreensaver-demo.glade2.h:11 msgid "Default-N" msgstr "Domyślny-N" #: driver/demo-Gtk-widgets.c:1548 driver/xscreensaver-demo.glade.h:37 -#: driver/xscreensaver-demo.glade2.h:21 +#: driver/xscreensaver-demo.glade2.h:23 msgid "GL" msgstr "GL" #: driver/demo-Gtk-widgets.c:1549 driver/xscreensaver-demo.glade.h:74 -#: driver/xscreensaver-demo.glade2.h:41 +#: driver/xscreensaver-demo.glade2.h:53 #, fuzzy msgid "TrueColor" msgstr "Kolory" #: driver/demo-Gtk-widgets.c:1550 driver/xscreensaver-demo.glade.h:59 -#: driver/xscreensaver-demo.glade2.h:34 +#: driver/xscreensaver-demo.glade2.h:43 msgid "PseudoColor" msgstr "Paletowy" #: driver/demo-Gtk-widgets.c:1551 driver/xscreensaver-demo.glade.h:69 -#: driver/xscreensaver-demo.glade2.h:39 +#: driver/xscreensaver-demo.glade2.h:50 #, fuzzy msgid "StaticGray" msgstr "Schody" #: driver/demo-Gtk-widgets.c:1552 driver/xscreensaver-demo.glade.h:42 -#: driver/xscreensaver-demo.glade2.h:25 +#: driver/xscreensaver-demo.glade2.h:27 msgid "GrayScale" msgstr "Odcienie szarości" #: driver/demo-Gtk-widgets.c:1553 driver/xscreensaver-demo.glade.h:24 -#: driver/xscreensaver-demo.glade2.h:13 +#: driver/xscreensaver-demo.glade2.h:15 msgid "DirectColor" msgstr "" @@ -474,12 +496,12 @@ msgid "Color" msgstr "Kolor" #: driver/demo-Gtk-widgets.c:1555 driver/xscreensaver-demo.glade.h:41 -#: driver/xscreensaver-demo.glade2.h:24 +#: driver/xscreensaver-demo.glade2.h:26 msgid "Gray" msgstr "Odcienie szarości" #: driver/demo-Gtk-widgets.c:1556 driver/xscreensaver-demo.glade.h:53 -#: driver/xscreensaver-demo.glade2.h:29 +#: driver/xscreensaver-demo.glade2.h:37 msgid "Mono" msgstr "Monochromatyczny" @@ -517,7 +539,7 @@ msgstr "Standardowe <<" msgid "Back to the graphical configuration options." msgstr "" -#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:688 +#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:727 #: driver/xscreensaver-demo.glade.h:54 msgid "OK" msgstr "OK" @@ -526,28 +548,18 @@ msgstr "OK" msgid "Cancel" msgstr "Anuluj" -#: driver/demo-Gtk.c:601 +#: driver/demo-Gtk.c:632 msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "Aktualizacji szukaj na witrynie http://www.jwz.org/xscreensaver/" -#: driver/demo-Gtk.c:608 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:610 -#, c-format -msgid "Copyright 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:726 +#: driver/demo-Gtk.c:765 msgid "" "Error:\n" "\n" "No Help URL has been specified.\n" msgstr "" -#: driver/demo-Gtk.c:812 +#: driver/demo-Gtk.c:851 msgid "" "Error:\n" "\n" @@ -555,7 +567,7 @@ msgid "" "\n" msgstr "" -#: driver/demo-Gtk.c:818 +#: driver/demo-Gtk.c:857 msgid "" "You are running as root. This usually means that xscreensaver\n" "was unable to contact your X server because access control is\n" @@ -574,11 +586,11 @@ msgid "" "normal user, and `su' as necessary." msgstr "" -#: driver/demo-Gtk.c:834 +#: driver/demo-Gtk.c:873 msgid "Please check your $PATH and permissions." msgstr "" -#: driver/demo-Gtk.c:869 +#: driver/demo-Gtk.c:908 msgid "" "Error:\n" "\n" @@ -588,7 +600,7 @@ msgstr "" "\n" "Nie można określić nazwy pliku inicjującego!\n" -#: driver/demo-Gtk.c:874 +#: driver/demo-Gtk.c:913 #, c-format msgid "" "Error:\n" @@ -596,14 +608,14 @@ msgid "" "Couldn't write %s\n" msgstr "" -#: driver/demo-Gtk.c:933 +#: driver/demo-Gtk.c:972 msgid "" "Error:\n" "\n" "no `manualCommand' resource set." msgstr "" -#: driver/demo-Gtk.c:1114 +#: driver/demo-Gtk.c:1153 #, c-format msgid "" "Error:\n" @@ -611,7 +623,7 @@ msgid "" "Unparsable time format: \"%s\"\n" msgstr "" -#: driver/demo-Gtk.c:1779 +#: driver/demo-Gtk.c:1818 #, c-format msgid "" "Error:\n" @@ -622,23 +634,23 @@ msgstr "" "\n" "Katalog nie istnieje: \"%s\"\n" -#: driver/demo-Gtk.c:2376 +#: driver/demo-Gtk.c:2532 msgid "Descriptions not available: no XML support compiled in." msgstr "Opisy nie są dostępne: brak wkompilowanej obsługi XML." -#: driver/demo-Gtk.c:2381 +#: driver/demo-Gtk.c:2537 msgid "No description available." msgstr "Brak opisu." -#: driver/demo-Gtk.c:2632 +#: driver/demo-Gtk.c:2802 msgid "Blank Screen" msgstr "Pusty ekran" -#: driver/demo-Gtk.c:2638 +#: driver/demo-Gtk.c:2808 msgid "Screen Saver Disabled" msgstr "Bez wygaszacza ekranu" -#: driver/demo-Gtk.c:2798 +#: driver/demo-Gtk.c:2996 #, c-format msgid "" "Warning:\n" @@ -649,15 +661,23 @@ msgstr "" "\n" "Plik \"%s\" został zmieniony, zostaje wczytany ponownie.\n" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "No Preview" msgstr "Brak podglądu" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "Available" msgstr "Dostępny" -#: driver/demo-Gtk.c:3543 +#: driver/demo-Gtk.c:3079 +msgid "Not" +msgstr "" + +#: driver/demo-Gtk.c:3079 +msgid "Installed" +msgstr "" + +#: driver/demo-Gtk.c:3780 #, c-format msgid "" "Warning:\n" @@ -671,7 +691,7 @@ msgstr "" "XScreenSaver, powiązany z ekranem \"%s\".\n" "Czy chcesz go teraz uruchomić?" -#: driver/demo-Gtk.c:3553 +#: driver/demo-Gtk.c:3790 #, c-format msgid "" "Warning:\n" @@ -704,7 +724,7 @@ msgstr "" "\n" "Czy chcesz teraz ponownie uruchomić program demona xscreensaver?\n" -#: driver/demo-Gtk.c:3578 +#: driver/demo-Gtk.c:3815 #, c-format msgid "" "Warning:\n" @@ -732,7 +752,7 @@ msgstr "" "Czy chcesz teraz ponownie uruchomić program demona xscreensaver\n" "na komputerze \"%s\" jako użytkownik \"%s\"?\n" -#: driver/demo-Gtk.c:3600 +#: driver/demo-Gtk.c:3837 #, c-format msgid "" "Warning:\n" @@ -751,14 +771,19 @@ msgstr "" "\n" "Czy chcesz teraz ponownie uruchomić program demona xscreensaver?\n" -#: driver/demo-Gtk.c:3999 +#: driver/demo-Gtk.c:4272 #, c-format msgid "%s: unknown option: %s\n" msgstr "%s: nieznana opcja: %s\n" +#: driver/demo-Gtk.c:4335 +#, fuzzy +msgid "Screensaver Preferences" +msgstr "Wygaszacz ekranu" + #: driver/screensaver-properties.desktop.in.h:1 -msgid "Configure the settings of the screensaver." -msgstr "Konfiguracja ustawień wygaszacza ekranu." +msgid "Change screensaver properties" +msgstr "" #: driver/screensaver-properties.desktop.in.h:2 msgid "Screensaver" @@ -776,39 +801,59 @@ msgstr "*" msgid "Choose _Random Image:" msgstr "Wybór _losowego obrazu:" -#: driver/xscreensaver-demo.glade2.h:16 +#: driver/xscreensaver-demo.glade2.h:18 msgid "Display Subprocess _Errors" msgstr "" -#: driver/xscreensaver-demo.glade2.h:17 +#: driver/xscreensaver-demo.glade2.h:19 msgid "Display _Splash Screen at Startup" msgstr "" -#: driver/xscreensaver-demo.glade2.h:18 +#: driver/xscreensaver-demo.glade2.h:20 msgid "F_ade Duration" msgstr "Okres _blaknięcia" -#: driver/xscreensaver-demo.glade2.h:19 +#: driver/xscreensaver-demo.glade2.h:21 msgid "Fade from Black When _Unblanking" msgstr "Przejście z czerni przy zakończeniu wygaszania" -#: driver/xscreensaver-demo.glade2.h:20 +#: driver/xscreensaver-demo.glade2.h:22 msgid "Fade to Black when _Blanking" msgstr "Przejście do czerni przy rozpoczęciu wygaszania" -#: driver/xscreensaver-demo.glade2.h:22 +#: driver/xscreensaver-demo.glade2.h:24 msgid "Grab Desktop _Images" msgstr "" -#: driver/xscreensaver-demo.glade2.h:23 +#: driver/xscreensaver-demo.glade2.h:25 msgid "Grab _Video Frames" msgstr "" #: driver/xscreensaver-demo.glade2.h:28 +msgid "How long after the screen blanks until a password will be required." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:29 +#, fuzzy +msgid "How long before the screensaver activates." +msgstr "Czas wykonywania operacji przyciemniania i rozjaśniania ekranu." + +#: driver/xscreensaver-demo.glade2.h:30 +msgid "" +"How long each display mode should run before choosing a new one (in Random " +"mode.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:32 +#, fuzzy +msgid "How long until the monitor goes completely black." +msgstr "Okres, po którym obraz gaśnie zupełnie." + +#: driver/xscreensaver-demo.glade2.h:36 msgid "Install _Colormap" msgstr "_Instalowanie palety kolorów" -#: driver/xscreensaver-demo.glade2.h:30 +#: driver/xscreensaver-demo.glade2.h:38 msgid "" "No Preview\n" "Available" @@ -816,95 +861,108 @@ msgstr "" "Brak\n" "podglądu" -#: driver/xscreensaver-demo.glade2.h:33 -msgid "Preview of screen saver" -msgstr "Podgląd wygaszacza ekranu" +#: driver/xscreensaver-demo.glade2.h:40 +msgid "" +"Not\n" +"Installed" +msgstr "" -#: driver/xscreensaver-demo.glade2.h:37 +#: driver/xscreensaver-demo.glade2.h:48 msgid "Stand_by After" msgstr "Stan _oczekiwania po" -#: driver/xscreensaver-demo.glade2.h:40 +#: driver/xscreensaver-demo.glade2.h:51 msgid "Sus_pend After" msgstr "Stan _uśpienia po" -#: driver/xscreensaver-demo.glade2.h:45 +#: driver/xscreensaver-demo.glade2.h:58 +msgid "" +"Whether the image-manipulating modes should operate on images captured from " +"the system's video input (if there is one.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:67 msgid "_Advanced" msgstr "_Zaawansowane" -#: driver/xscreensaver-demo.glade2.h:46 +#: driver/xscreensaver-demo.glade2.h:68 msgid "_Advanced >>" msgstr "_Zaawansowane >>" -#: driver/xscreensaver-demo.glade2.h:47 +#: driver/xscreensaver-demo.glade2.h:69 msgid "_Blank After" msgstr "Cz_arny po" -#: driver/xscreensaver-demo.glade2.h:49 +#: driver/xscreensaver-demo.glade2.h:71 msgid "_Browse" msgstr "_Przeglądaj" -#: driver/xscreensaver-demo.glade2.h:50 +#: driver/xscreensaver-demo.glade2.h:72 msgid "_Command Line:" msgstr "_Wiersz polecenia:" -#: driver/xscreensaver-demo.glade2.h:51 +#: driver/xscreensaver-demo.glade2.h:73 msgid "_Cycle After" msgstr "Z_miana wygaszacza po" -#: driver/xscreensaver-demo.glade2.h:52 +#: driver/xscreensaver-demo.glade2.h:74 msgid "_Display Modes" msgstr "_Tryby wyświetlania" -#: driver/xscreensaver-demo.glade2.h:57 +#: driver/xscreensaver-demo.glade2.h:79 msgid "_Lock Screen After" msgstr "_Blokowanie ekranu po" -#: driver/xscreensaver-demo.glade2.h:59 +#: driver/xscreensaver-demo.glade2.h:81 msgid "_Mode:" msgstr "T_ryb:" -#: driver/xscreensaver-demo.glade2.h:60 +#: driver/xscreensaver-demo.glade2.h:82 msgid "_Off After" msgstr "_Wyłączenie po" -#: driver/xscreensaver-demo.glade2.h:61 +#: driver/xscreensaver-demo.glade2.h:83 msgid "_Power Management Enabled" msgstr "_Zarządzanie oszczędzaniem energii" -#: driver/xscreensaver-demo.glade2.h:62 +#: driver/xscreensaver-demo.glade2.h:84 msgid "_Preview" msgstr "P_odgląd" -#: driver/xscreensaver-demo.glade2.h:63 +#: driver/xscreensaver-demo.glade2.h:85 msgid "_Quit" msgstr "Za_kończ" -#: driver/xscreensaver-demo.glade2.h:65 +#: driver/xscreensaver-demo.glade2.h:87 msgid "_Settings..." msgstr "_Ustawienia..." -#: driver/xscreensaver-demo.glade2.h:66 +#: driver/xscreensaver-demo.glade2.h:88 msgid "_Standard <<" msgstr "_Standardowe <<" -#: driver/xscreensaver-demo.glade2.h:67 -msgid "_Verbose Dialognostics" -msgstr "" +#: driver/xscreensaver-demo.glade2.h:89 +#, fuzzy +msgid "_Verbose Diagnostics" +msgstr "Szczegółowa diagnostyka" -#: driver/xscreensaver-demo.glade2.h:68 +#: driver/xscreensaver-demo.glade2.h:90 msgid "_Visual:" msgstr "T_ryb wyświetlania:" -#: driver/xscreensaver-demo.glade2.h:69 +#: driver/xscreensaver-demo.glade2.h:91 msgid "dialog1" msgstr "okno1" -#: driver/xscreensaver-demo.glade2.h:71 +#: driver/xscreensaver-demo.glade2.h:93 msgid "no preview" msgstr "brak podglądu" -#: driver/xscreensaver-demo.glade2.h:72 +#: driver/xscreensaver-demo.glade2.h:94 +msgid "not installed" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:95 msgid "preview" msgstr "podgląd" @@ -917,85 +975,95 @@ msgstr "Demon" msgid "Arms" msgstr "" -#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:5 +#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:6 #: hacks/config/apollonian.xml.h:5 hacks/config/atlantis.xml.h:4 -#: hacks/config/attraction.xml.h:8 hacks/config/blaster.xml.h:3 -#: hacks/config/blitspin.xml.h:4 hacks/config/bouboule.xml.h:3 +#: hacks/config/attraction.xml.h:8 hacks/config/atunnel.xml.h:3 +#: hacks/config/barcode.xml.h:4 hacks/config/blaster.xml.h:3 +#: hacks/config/blitspin.xml.h:4 hacks/config/blocktube.xml.h:4 +#: hacks/config/bouboule.xml.h:3 hacks/config/bouncingcow.xml.h:6 #: hacks/config/boxed.xml.h:4 hacks/config/braid.xml.h:4 #: hacks/config/bubble3d.xml.h:3 hacks/config/bubbles.xml.h:8 #: hacks/config/bumps.xml.h:3 hacks/config/cage.xml.h:2 -#: hacks/config/circuit.xml.h:4 hacks/config/compass.xml.h:3 -#: hacks/config/coral.xml.h:7 hacks/config/critical.xml.h:3 -#: hacks/config/crystal.xml.h:6 hacks/config/cubenetic.xml.h:8 +#: hacks/config/circuit.xml.h:4 hacks/config/cloudlife.xml.h:3 +#: hacks/config/compass.xml.h:3 hacks/config/coral.xml.h:7 +#: hacks/config/critical.xml.h:3 hacks/config/crystal.xml.h:6 +#: hacks/config/cubenetic.xml.h:8 hacks/config/cubestorm.xml.h:4 #: hacks/config/cynosure.xml.h:4 hacks/config/dangerball.xml.h:3 #: hacks/config/decayscreen.xml.h:2 hacks/config/deluxe.xml.h:4 #: hacks/config/demon.xml.h:4 hacks/config/discrete.xml.h:2 #: hacks/config/distort.xml.h:4 hacks/config/drift.xml.h:3 -#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:3 -#: hacks/config/epicycle.xml.h:5 hacks/config/euler2d.xml.h:3 -#: hacks/config/extrusion.xml.h:3 hacks/config/fadeplot.xml.h:4 -#: hacks/config/flag.xml.h:2 hacks/config/flame.xml.h:6 -#: hacks/config/flipscreen3d.xml.h:1 hacks/config/flow.xml.h:4 -#: hacks/config/fluidballs.xml.h:3 hacks/config/forest.xml.h:1 +#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:8 +#: hacks/config/epicycle.xml.h:5 hacks/config/eruption.xml.h:5 +#: hacks/config/euler2d.xml.h:3 hacks/config/extrusion.xml.h:3 +#: hacks/config/fadeplot.xml.h:4 hacks/config/flag.xml.h:2 +#: hacks/config/flame.xml.h:6 hacks/config/flipscreen3d.xml.h:1 +#: hacks/config/flow.xml.h:4 hacks/config/fluidballs.xml.h:5 +#: hacks/config/flyingtoasters.xml.h:5 hacks/config/forest.xml.h:1 #: hacks/config/galaxy.xml.h:3 hacks/config/gears.xml.h:2 -#: hacks/config/gflux.xml.h:6 hacks/config/glforestfire.xml.h:4 -#: hacks/config/glplanet.xml.h:2 hacks/config/glsnake.xml.h:5 -#: hacks/config/gltext.xml.h:3 hacks/config/goop.xml.h:4 -#: hacks/config/grav.xml.h:2 hacks/config/greynetic.xml.h:1 -#: hacks/config/halo.xml.h:2 hacks/config/hopalong.xml.h:9 -#: hacks/config/hyperball.xml.h:2 hacks/config/hypercube.xml.h:2 +#: hacks/config/gflux.xml.h:6 hacks/config/glblur.xml.h:4 +#: hacks/config/glforestfire.xml.h:4 hacks/config/glknots.xml.h:3 +#: hacks/config/glmatrix.xml.h:8 hacks/config/glplanet.xml.h:2 +#: hacks/config/glsnake.xml.h:5 hacks/config/gltext.xml.h:3 +#: hacks/config/goop.xml.h:4 hacks/config/grav.xml.h:2 +#: hacks/config/greynetic.xml.h:1 hacks/config/halo.xml.h:2 +#: hacks/config/hopalong.xml.h:9 hacks/config/hyperball.xml.h:2 +#: hacks/config/hypercube.xml.h:2 hacks/config/hypertorus.xml.h:6 #: hacks/config/ifs.xml.h:1 hacks/config/interference.xml.h:5 -#: hacks/config/jigsaw.xml.h:3 hacks/config/juggle.xml.h:3 -#: hacks/config/julia.xml.h:2 hacks/config/kaleidescope.xml.h:2 +#: hacks/config/jigglypuff.xml.h:6 hacks/config/jigsaw.xml.h:3 +#: hacks/config/juggle.xml.h:3 hacks/config/julia.xml.h:2 +#: hacks/config/kaleidescope.xml.h:2 hacks/config/klein.xml.h:2 #: hacks/config/kumppa.xml.h:3 hacks/config/lament.xml.h:2 #: hacks/config/laser.xml.h:3 hacks/config/lavalite.xml.h:10 #: hacks/config/lightning.xml.h:1 hacks/config/lisa.xml.h:2 #: hacks/config/lissie.xml.h:3 hacks/config/lmorph.xml.h:3 #: hacks/config/loop.xml.h:1 hacks/config/maze.xml.h:4 -#: hacks/config/menger.xml.h:3 hacks/config/moebius.xml.h:3 -#: hacks/config/moire2.xml.h:2 hacks/config/molecule.xml.h:10 -#: hacks/config/morph3d.xml.h:3 hacks/config/mountain.xml.h:2 -#: hacks/config/munch.xml.h:3 hacks/config/nerverot.xml.h:9 -#: hacks/config/penetrate.xml.h:3 hacks/config/penrose.xml.h:6 -#: hacks/config/petri.xml.h:5 hacks/config/phosphor.xml.h:3 +#: hacks/config/menger.xml.h:3 hacks/config/metaballs.xml.h:4 +#: hacks/config/moebius.xml.h:3 hacks/config/moire2.xml.h:2 +#: hacks/config/molecule.xml.h:10 hacks/config/morph3d.xml.h:3 +#: hacks/config/mountain.xml.h:2 hacks/config/munch.xml.h:3 +#: hacks/config/nerverot.xml.h:9 hacks/config/penetrate.xml.h:3 +#: hacks/config/penrose.xml.h:6 hacks/config/petri.xml.h:5 +#: hacks/config/phosphor.xml.h:3 hacks/config/piecewise.xml.h:4 #: hacks/config/pipes.xml.h:5 hacks/config/polyominoes.xml.h:2 -#: hacks/config/pulsar.xml.h:11 hacks/config/pyro.xml.h:4 -#: hacks/config/qix.xml.h:7 hacks/config/queens.xml.h:1 -#: hacks/config/rd-bomb.xml.h:9 hacks/config/ripples.xml.h:4 -#: hacks/config/rocks.xml.h:4 hacks/config/rotor.xml.h:3 -#: hacks/config/rubik.xml.h:3 hacks/config/sballs.xml.h:4 -#: hacks/config/shadebobs.xml.h:3 hacks/config/sierpinski.xml.h:2 -#: hacks/config/sierpinski3d.xml.h:2 hacks/config/slidescreen.xml.h:2 -#: hacks/config/slip.xml.h:2 hacks/config/speedmine.xml.h:3 -#: hacks/config/sphere.xml.h:2 hacks/config/spheremonics.xml.h:5 -#: hacks/config/spiral.xml.h:3 hacks/config/spotlight.xml.h:2 -#: hacks/config/sproingies.xml.h:2 hacks/config/squiral.xml.h:4 -#: hacks/config/stairs.xml.h:1 hacks/config/starfish.xml.h:3 -#: hacks/config/starwars.xml.h:6 hacks/config/strange.xml.h:2 -#: hacks/config/superquadrics.xml.h:3 hacks/config/swirl.xml.h:2 -#: hacks/config/t3d.xml.h:6 hacks/config/thornbird.xml.h:2 -#: hacks/config/triangle.xml.h:1 hacks/config/truchet.xml.h:1 -#: hacks/config/twang.xml.h:3 hacks/config/vines.xml.h:1 -#: hacks/config/webcollage.xml.h:4 hacks/config/worm.xml.h:3 -#: hacks/config/xearth.xml.h:7 hacks/config/xfishtank.xml.h:3 -#: hacks/config/xflame.xml.h:4 hacks/config/xjack.xml.h:1 -#: hacks/config/xmatrix.xml.h:5 hacks/config/xmountains.xml.h:1 -#: hacks/config/xrayswarm.xml.h:2 hacks/config/zoom.xml.h:2 +#: hacks/config/popsquares.xml.h:3 hacks/config/pulsar.xml.h:11 +#: hacks/config/pyro.xml.h:4 hacks/config/qix.xml.h:7 +#: hacks/config/queens.xml.h:1 hacks/config/rd-bomb.xml.h:9 +#: hacks/config/ripples.xml.h:4 hacks/config/rocks.xml.h:4 +#: hacks/config/rotor.xml.h:3 hacks/config/rubik.xml.h:3 +#: hacks/config/sballs.xml.h:4 hacks/config/shadebobs.xml.h:3 +#: hacks/config/sierpinski.xml.h:2 hacks/config/sierpinski3d.xml.h:2 +#: hacks/config/slidescreen.xml.h:2 hacks/config/slip.xml.h:2 +#: hacks/config/speedmine.xml.h:3 hacks/config/sphere.xml.h:2 +#: hacks/config/spheremonics.xml.h:5 hacks/config/spiral.xml.h:3 +#: hacks/config/spotlight.xml.h:2 hacks/config/sproingies.xml.h:2 +#: hacks/config/squiral.xml.h:4 hacks/config/stairs.xml.h:1 +#: hacks/config/starfish.xml.h:3 hacks/config/starwars.xml.h:6 +#: hacks/config/strange.xml.h:2 hacks/config/superquadrics.xml.h:4 +#: hacks/config/swirl.xml.h:2 hacks/config/t3d.xml.h:6 +#: hacks/config/thornbird.xml.h:2 hacks/config/triangle.xml.h:1 +#: hacks/config/truchet.xml.h:1 hacks/config/twang.xml.h:3 +#: hacks/config/vines.xml.h:1 hacks/config/webcollage.xml.h:4 +#: hacks/config/worm.xml.h:3 hacks/config/xearth.xml.h:7 +#: hacks/config/xfishtank.xml.h:3 hacks/config/xflame.xml.h:4 +#: hacks/config/xjack.xml.h:1 hacks/config/xmatrix.xml.h:5 +#: hacks/config/xmountains.xml.h:1 hacks/config/xrayswarm.xml.h:2 +#: hacks/config/zoom.xml.h:2 msgid "Fast" msgstr "Szybkie" #: hacks/config/anemone.xml.h:4 hacks/config/blaster.xml.h:4 #: hacks/config/bouboule.xml.h:4 hacks/config/coral.xml.h:8 -#: hacks/config/cubenetic.xml.h:9 hacks/config/euler2d.xml.h:4 -#: hacks/config/flame.xml.h:7 hacks/config/fluidballs.xml.h:4 -#: hacks/config/kaleidescope.xml.h:3 hacks/config/lisa.xml.h:3 -#: hacks/config/pedal.xml.h:4 hacks/config/petri.xml.h:7 -#: hacks/config/qix.xml.h:8 hacks/config/thornbird.xml.h:3 -#: hacks/config/whirlwindwarp.xml.h:1 hacks/config/xfishtank.xml.h:4 +#: hacks/config/cubenetic.xml.h:9 hacks/config/eruption.xml.h:6 +#: hacks/config/euler2d.xml.h:4 hacks/config/flame.xml.h:7 +#: hacks/config/fluidballs.xml.h:6 hacks/config/kaleidescope.xml.h:3 +#: hacks/config/lisa.xml.h:3 hacks/config/pedal.xml.h:4 +#: hacks/config/petri.xml.h:7 hacks/config/qix.xml.h:8 +#: hacks/config/thornbird.xml.h:3 hacks/config/whirlwindwarp.xml.h:1 +#: hacks/config/xfishtank.xml.h:4 msgid "Few" msgstr "" -#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:8 +#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:9 #: hacks/config/apollonian.xml.h:7 hacks/config/attraction.xml.h:18 #: hacks/config/blaster.xml.h:6 hacks/config/bouboule.xml.h:5 #: hacks/config/braid.xml.h:7 hacks/config/coral.xml.h:9 @@ -1004,17 +1072,18 @@ msgstr "" #: hacks/config/deco.xml.h:5 hacks/config/deluxe.xml.h:6 #: hacks/config/demon.xml.h:6 hacks/config/discrete.xml.h:4 #: hacks/config/drift.xml.h:9 hacks/config/epicycle.xml.h:8 -#: hacks/config/euler2d.xml.h:8 hacks/config/fadeplot.xml.h:6 -#: hacks/config/flag.xml.h:5 hacks/config/flame.xml.h:11 -#: hacks/config/flow.xml.h:8 hacks/config/fluidballs.xml.h:13 -#: hacks/config/forest.xml.h:3 hacks/config/galaxy.xml.h:6 -#: hacks/config/grav.xml.h:4 hacks/config/halo.xml.h:4 -#: hacks/config/hopalong.xml.h:15 hacks/config/ifs.xml.h:3 -#: hacks/config/imsmap.xml.h:9 hacks/config/interference.xml.h:11 -#: hacks/config/julia.xml.h:6 hacks/config/kaleidescope.xml.h:5 -#: hacks/config/laser.xml.h:6 hacks/config/lightning.xml.h:3 -#: hacks/config/lisa.xml.h:5 hacks/config/lissie.xml.h:6 -#: hacks/config/loop.xml.h:4 hacks/config/moire.xml.h:5 +#: hacks/config/eruption.xml.h:12 hacks/config/euler2d.xml.h:8 +#: hacks/config/fadeplot.xml.h:6 hacks/config/flag.xml.h:5 +#: hacks/config/flame.xml.h:11 hacks/config/flow.xml.h:8 +#: hacks/config/fluidballs.xml.h:13 hacks/config/forest.xml.h:3 +#: hacks/config/galaxy.xml.h:6 hacks/config/grav.xml.h:4 +#: hacks/config/halo.xml.h:4 hacks/config/hopalong.xml.h:15 +#: hacks/config/ifs.xml.h:3 hacks/config/imsmap.xml.h:9 +#: hacks/config/interference.xml.h:11 hacks/config/julia.xml.h:6 +#: hacks/config/kaleidescope.xml.h:5 hacks/config/laser.xml.h:6 +#: hacks/config/lightning.xml.h:3 hacks/config/lisa.xml.h:5 +#: hacks/config/lissie.xml.h:6 hacks/config/loop.xml.h:4 +#: hacks/config/metaballs.xml.h:6 hacks/config/moire.xml.h:5 #: hacks/config/moire2.xml.h:3 hacks/config/mountain.xml.h:4 #: hacks/config/nerverot.xml.h:15 hacks/config/pedal.xml.h:6 #: hacks/config/penrose.xml.h:7 hacks/config/petri.xml.h:11 @@ -1032,111 +1101,132 @@ msgstr "" msgid "Many" msgstr "Wiele" -#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:10 +#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:11 #: hacks/config/apollonian.xml.h:8 hacks/config/attraction.xml.h:19 #: hacks/config/bouboule.xml.h:6 hacks/config/braid.xml.h:9 #: hacks/config/critical.xml.h:5 hacks/config/crystal.xml.h:10 #: hacks/config/cynosure.xml.h:7 hacks/config/deco.xml.h:8 #: hacks/config/deluxe.xml.h:7 hacks/config/demon.xml.h:7 #: hacks/config/discrete.xml.h:6 hacks/config/drift.xml.h:10 -#: hacks/config/epicycle.xml.h:9 hacks/config/euler2d.xml.h:9 -#: hacks/config/fadeplot.xml.h:7 hacks/config/flag.xml.h:6 -#: hacks/config/flame.xml.h:12 hacks/config/flow.xml.h:9 -#: hacks/config/forest.xml.h:4 hacks/config/galaxy.xml.h:7 -#: hacks/config/grav.xml.h:5 hacks/config/halo.xml.h:6 -#: hacks/config/hopalong.xml.h:17 hacks/config/ifs.xml.h:4 -#: hacks/config/imsmap.xml.h:10 hacks/config/interference.xml.h:12 -#: hacks/config/julia.xml.h:7 hacks/config/laser.xml.h:8 -#: hacks/config/lightning.xml.h:4 hacks/config/lisa.xml.h:6 -#: hacks/config/lissie.xml.h:7 hacks/config/loop.xml.h:5 +#: hacks/config/epicycle.xml.h:9 hacks/config/eruption.xml.h:14 +#: hacks/config/euler2d.xml.h:9 hacks/config/fadeplot.xml.h:7 +#: hacks/config/flag.xml.h:6 hacks/config/flame.xml.h:12 +#: hacks/config/flow.xml.h:9 hacks/config/forest.xml.h:4 +#: hacks/config/galaxy.xml.h:7 hacks/config/grav.xml.h:5 +#: hacks/config/halo.xml.h:6 hacks/config/hopalong.xml.h:17 +#: hacks/config/ifs.xml.h:4 hacks/config/imsmap.xml.h:10 +#: hacks/config/interference.xml.h:12 hacks/config/julia.xml.h:7 +#: hacks/config/laser.xml.h:8 hacks/config/lightning.xml.h:4 +#: hacks/config/lisa.xml.h:6 hacks/config/lissie.xml.h:7 +#: hacks/config/loop.xml.h:5 hacks/config/metaballs.xml.h:10 #: hacks/config/moire.xml.h:7 hacks/config/moire2.xml.h:5 #: hacks/config/mountain.xml.h:6 hacks/config/penrose.xml.h:8 -#: hacks/config/polyominoes.xml.h:6 hacks/config/rd-bomb.xml.h:13 -#: hacks/config/rocks.xml.h:6 hacks/config/rotor.xml.h:7 -#: hacks/config/shadebobs.xml.h:6 hacks/config/sierpinski.xml.h:5 -#: hacks/config/slip.xml.h:5 hacks/config/sphere.xml.h:4 -#: hacks/config/spiral.xml.h:8 hacks/config/squiral.xml.h:10 -#: hacks/config/starfish.xml.h:6 hacks/config/strange.xml.h:6 -#: hacks/config/swirl.xml.h:5 hacks/config/thornbird.xml.h:5 -#: hacks/config/triangle.xml.h:4 hacks/config/vines.xml.h:3 -#: hacks/config/worm.xml.h:5 hacks/config/xearth.xml.h:17 -#: hacks/config/xfishtank.xml.h:9 +#: hacks/config/polyominoes.xml.h:6 hacks/config/popsquares.xml.h:4 +#: hacks/config/rd-bomb.xml.h:13 hacks/config/rocks.xml.h:6 +#: hacks/config/rotor.xml.h:7 hacks/config/shadebobs.xml.h:6 +#: hacks/config/sierpinski.xml.h:5 hacks/config/slip.xml.h:5 +#: hacks/config/sphere.xml.h:4 hacks/config/spiral.xml.h:8 +#: hacks/config/squiral.xml.h:10 hacks/config/starfish.xml.h:6 +#: hacks/config/strange.xml.h:6 hacks/config/swirl.xml.h:5 +#: hacks/config/thornbird.xml.h:5 hacks/config/triangle.xml.h:4 +#: hacks/config/vines.xml.h:3 hacks/config/worm.xml.h:5 +#: hacks/config/xearth.xml.h:17 hacks/config/xfishtank.xml.h:9 msgid "Number of Colors" msgstr "Liczba kolorów" -#: hacks/config/anemone.xml.h:7 hacks/config/ant.xml.h:14 +#: hacks/config/anemone.xml.h:7 hacks/config/pyro.xml.h:8 +#, fuzzy +msgid "Often" +msgstr "Otwarcie" + +#: hacks/config/anemone.xml.h:8 +msgid "Rarely" +msgstr "" + +#: hacks/config/anemone.xml.h:9 hacks/config/ant.xml.h:15 #: hacks/config/apollonian.xml.h:11 hacks/config/atlantis.xml.h:13 -#: hacks/config/attraction.xml.h:26 hacks/config/blaster.xml.h:8 -#: hacks/config/blitspin.xml.h:7 hacks/config/bouboule.xml.h:8 +#: hacks/config/attraction.xml.h:26 hacks/config/atunnel.xml.h:6 +#: hacks/config/barcode.xml.h:6 hacks/config/blaster.xml.h:8 +#: hacks/config/blitspin.xml.h:7 hacks/config/blocktube.xml.h:9 +#: hacks/config/bouboule.xml.h:8 hacks/config/bouncingcow.xml.h:10 #: hacks/config/boxed.xml.h:6 hacks/config/braid.xml.h:11 #: hacks/config/bubble3d.xml.h:5 hacks/config/bubbles.xml.h:10 #: hacks/config/bumps.xml.h:4 hacks/config/cage.xml.h:4 -#: hacks/config/circuit.xml.h:10 hacks/config/compass.xml.h:4 -#: hacks/config/coral.xml.h:12 hacks/config/critical.xml.h:6 -#: hacks/config/crystal.xml.h:11 hacks/config/cubenetic.xml.h:22 +#: hacks/config/circuit.xml.h:10 hacks/config/cloudlife.xml.h:11 +#: hacks/config/compass.xml.h:4 hacks/config/coral.xml.h:12 +#: hacks/config/critical.xml.h:6 hacks/config/crystal.xml.h:11 +#: hacks/config/cubenetic.xml.h:22 hacks/config/cubestorm.xml.h:8 #: hacks/config/cynosure.xml.h:9 hacks/config/dangerball.xml.h:5 #: hacks/config/decayscreen.xml.h:17 hacks/config/deluxe.xml.h:8 #: hacks/config/demon.xml.h:8 hacks/config/discrete.xml.h:7 #: hacks/config/distort.xml.h:11 hacks/config/drift.xml.h:12 -#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:5 -#: hacks/config/epicycle.xml.h:10 hacks/config/euler2d.xml.h:14 -#: hacks/config/extrusion.xml.h:11 hacks/config/fadeplot.xml.h:8 -#: hacks/config/flag.xml.h:7 hacks/config/flame.xml.h:14 -#: hacks/config/flipscreen3d.xml.h:6 hacks/config/flow.xml.h:13 -#: hacks/config/fluidballs.xml.h:18 hacks/config/forest.xml.h:5 +#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:15 +#: hacks/config/epicycle.xml.h:10 hacks/config/eruption.xml.h:19 +#: hacks/config/euler2d.xml.h:14 hacks/config/extrusion.xml.h:11 +#: hacks/config/fadeplot.xml.h:8 hacks/config/flag.xml.h:7 +#: hacks/config/flame.xml.h:14 hacks/config/flipscreen3d.xml.h:6 +#: hacks/config/flow.xml.h:13 hacks/config/fluidballs.xml.h:18 +#: hacks/config/flyingtoasters.xml.h:11 hacks/config/forest.xml.h:5 #: hacks/config/galaxy.xml.h:10 hacks/config/gears.xml.h:7 -#: hacks/config/gflux.xml.h:12 hacks/config/glforestfire.xml.h:14 -#: hacks/config/glplanet.xml.h:6 hacks/config/glsnake.xml.h:12 -#: hacks/config/gltext.xml.h:13 hacks/config/goop.xml.h:10 -#: hacks/config/grav.xml.h:8 hacks/config/greynetic.xml.h:3 -#: hacks/config/halo.xml.h:9 hacks/config/hopalong.xml.h:21 -#: hacks/config/hyperball.xml.h:8 hacks/config/hypercube.xml.h:7 +#: hacks/config/gflux.xml.h:12 hacks/config/glblur.xml.h:14 +#: hacks/config/glforestfire.xml.h:14 hacks/config/glknots.xml.h:17 +#: hacks/config/glmatrix.xml.h:18 hacks/config/glplanet.xml.h:6 +#: hacks/config/glsnake.xml.h:12 hacks/config/gltext.xml.h:13 +#: hacks/config/goop.xml.h:10 hacks/config/grav.xml.h:8 +#: hacks/config/greynetic.xml.h:3 hacks/config/halo.xml.h:9 +#: hacks/config/hopalong.xml.h:21 hacks/config/hyperball.xml.h:8 +#: hacks/config/hypercube.xml.h:7 hacks/config/hypertorus.xml.h:13 #: hacks/config/ifs.xml.h:5 hacks/config/interference.xml.h:14 -#: hacks/config/jigsaw.xml.h:5 hacks/config/juggle.xml.h:7 -#: hacks/config/julia.xml.h:8 hacks/config/kaleidescope.xml.h:7 +#: hacks/config/jigglypuff.xml.h:16 hacks/config/jigsaw.xml.h:5 +#: hacks/config/juggle.xml.h:7 hacks/config/julia.xml.h:8 +#: hacks/config/kaleidescope.xml.h:7 hacks/config/klein.xml.h:7 #: hacks/config/kumppa.xml.h:8 hacks/config/lament.xml.h:6 -#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:26 +#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:27 #: hacks/config/lightning.xml.h:5 hacks/config/lisa.xml.h:8 #: hacks/config/lissie.xml.h:9 hacks/config/lmorph.xml.h:11 #: hacks/config/loop.xml.h:7 hacks/config/maze.xml.h:14 -#: hacks/config/menger.xml.h:16 hacks/config/moebius.xml.h:7 -#: hacks/config/moire2.xml.h:6 hacks/config/molecule.xml.h:22 -#: hacks/config/morph3d.xml.h:6 hacks/config/mountain.xml.h:7 -#: hacks/config/munch.xml.h:7 hacks/config/nerverot.xml.h:20 -#: hacks/config/penetrate.xml.h:6 hacks/config/penrose.xml.h:11 -#: hacks/config/petri.xml.h:23 hacks/config/phosphor.xml.h:6 +#: hacks/config/menger.xml.h:16 hacks/config/metaballs.xml.h:13 +#: hacks/config/moebius.xml.h:7 hacks/config/moire2.xml.h:6 +#: hacks/config/molecule.xml.h:22 hacks/config/morph3d.xml.h:6 +#: hacks/config/mountain.xml.h:7 hacks/config/munch.xml.h:7 +#: hacks/config/nerverot.xml.h:20 hacks/config/penetrate.xml.h:6 +#: hacks/config/penrose.xml.h:11 hacks/config/petri.xml.h:23 +#: hacks/config/phosphor.xml.h:6 hacks/config/piecewise.xml.h:9 #: hacks/config/pipes.xml.h:15 hacks/config/polyominoes.xml.h:10 -#: hacks/config/pulsar.xml.h:15 hacks/config/pyro.xml.h:13 -#: hacks/config/qix.xml.h:19 hacks/config/queens.xml.h:4 -#: hacks/config/rd-bomb.xml.h:17 hacks/config/ripples.xml.h:11 -#: hacks/config/rocks.xml.h:9 hacks/config/rotor.xml.h:11 -#: hacks/config/rubik.xml.h:9 hacks/config/sballs.xml.h:13 -#: hacks/config/shadebobs.xml.h:9 hacks/config/sierpinski.xml.h:7 -#: hacks/config/sierpinski3d.xml.h:8 hacks/config/slidescreen.xml.h:6 -#: hacks/config/slip.xml.h:7 hacks/config/speedmine.xml.h:13 -#: hacks/config/sphere.xml.h:5 hacks/config/spheremonics.xml.h:19 -#: hacks/config/spiral.xml.h:9 hacks/config/spotlight.xml.h:4 -#: hacks/config/sproingies.xml.h:6 hacks/config/squiral.xml.h:14 -#: hacks/config/stairs.xml.h:3 hacks/config/starfish.xml.h:8 -#: hacks/config/starwars.xml.h:12 hacks/config/strange.xml.h:7 -#: hacks/config/superquadrics.xml.h:7 hacks/config/swirl.xml.h:6 -#: hacks/config/t3d.xml.h:11 hacks/config/thornbird.xml.h:7 -#: hacks/config/triangle.xml.h:5 hacks/config/truchet.xml.h:2 -#: hacks/config/twang.xml.h:9 hacks/config/vines.xml.h:4 -#: hacks/config/webcollage.xml.h:7 hacks/config/worm.xml.h:7 -#: hacks/config/xearth.xml.h:22 hacks/config/xfishtank.xml.h:10 -#: hacks/config/xflame.xml.h:5 hacks/config/xjack.xml.h:2 -#: hacks/config/xmatrix.xml.h:14 hacks/config/xmountains.xml.h:4 -#: hacks/config/xrayswarm.xml.h:3 hacks/config/zoom.xml.h:6 +#: hacks/config/popsquares.xml.h:5 hacks/config/pulsar.xml.h:15 +#: hacks/config/pyro.xml.h:13 hacks/config/qix.xml.h:19 +#: hacks/config/queens.xml.h:4 hacks/config/rd-bomb.xml.h:17 +#: hacks/config/ripples.xml.h:11 hacks/config/rocks.xml.h:9 +#: hacks/config/rotor.xml.h:11 hacks/config/rubik.xml.h:9 +#: hacks/config/sballs.xml.h:13 hacks/config/shadebobs.xml.h:9 +#: hacks/config/sierpinski.xml.h:7 hacks/config/sierpinski3d.xml.h:8 +#: hacks/config/slidescreen.xml.h:6 hacks/config/slip.xml.h:7 +#: hacks/config/speedmine.xml.h:13 hacks/config/sphere.xml.h:5 +#: hacks/config/spheremonics.xml.h:19 hacks/config/spiral.xml.h:9 +#: hacks/config/spotlight.xml.h:4 hacks/config/sproingies.xml.h:6 +#: hacks/config/squiral.xml.h:14 hacks/config/stairs.xml.h:3 +#: hacks/config/starfish.xml.h:8 hacks/config/starwars.xml.h:12 +#: hacks/config/strange.xml.h:7 hacks/config/superquadrics.xml.h:8 +#: hacks/config/swirl.xml.h:6 hacks/config/t3d.xml.h:11 +#: hacks/config/thornbird.xml.h:7 hacks/config/triangle.xml.h:5 +#: hacks/config/truchet.xml.h:2 hacks/config/twang.xml.h:9 +#: hacks/config/vines.xml.h:4 hacks/config/webcollage.xml.h:7 +#: hacks/config/worm.xml.h:7 hacks/config/xearth.xml.h:22 +#: hacks/config/xfishtank.xml.h:10 hacks/config/xflame.xml.h:5 +#: hacks/config/xjack.xml.h:2 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xmountains.xml.h:4 hacks/config/xrayswarm.xml.h:3 +#: hacks/config/zoom.xml.h:6 msgid "Slow" msgstr "Wolne" -#: hacks/config/anemone.xml.h:8 hacks/config/ant.xml.h:16 +#: hacks/config/anemone.xml.h:10 hacks/config/ant.xml.h:17 #: hacks/config/apollonian.xml.h:12 hacks/config/attraction.xml.h:28 -#: hacks/config/blaster.xml.h:9 hacks/config/bouboule.xml.h:9 -#: hacks/config/braid.xml.h:12 hacks/config/bubble3d.xml.h:6 -#: hacks/config/bubbles.xml.h:11 hacks/config/bumps.xml.h:5 -#: hacks/config/cage.xml.h:6 hacks/config/circuit.xml.h:11 +#: hacks/config/atunnel.xml.h:7 hacks/config/barcode.xml.h:7 +#: hacks/config/blaster.xml.h:9 hacks/config/blocktube.xml.h:11 +#: hacks/config/bouboule.xml.h:9 hacks/config/braid.xml.h:12 +#: hacks/config/bubble3d.xml.h:6 hacks/config/bubbles.xml.h:11 +#: hacks/config/bumps.xml.h:5 hacks/config/cage.xml.h:6 +#: hacks/config/circuit.xml.h:11 hacks/config/cloudlife.xml.h:13 #: hacks/config/compass.xml.h:5 hacks/config/coral.xml.h:14 #: hacks/config/critical.xml.h:7 hacks/config/crystal.xml.h:12 #: hacks/config/cubenetic.xml.h:24 hacks/config/cynosure.xml.h:10 @@ -1144,12 +1234,13 @@ msgstr "Wolne" #: hacks/config/deluxe.xml.h:9 hacks/config/demon.xml.h:10 #: hacks/config/discrete.xml.h:9 hacks/config/distort.xml.h:13 #: hacks/config/drift.xml.h:13 hacks/config/endgame.xml.h:6 -#: hacks/config/engine.xml.h:6 hacks/config/epicycle.xml.h:11 -#: hacks/config/euler2d.xml.h:15 hacks/config/extrusion.xml.h:13 -#: hacks/config/fadeplot.xml.h:10 hacks/config/flag.xml.h:9 -#: hacks/config/flame.xml.h:15 hacks/config/flipscreen3d.xml.h:7 -#: hacks/config/flow.xml.h:16 hacks/config/fluidballs.xml.h:20 -#: hacks/config/forest.xml.h:6 hacks/config/galaxy.xml.h:11 +#: hacks/config/engine.xml.h:16 hacks/config/epicycle.xml.h:11 +#: hacks/config/eruption.xml.h:20 hacks/config/euler2d.xml.h:15 +#: hacks/config/extrusion.xml.h:13 hacks/config/fadeplot.xml.h:10 +#: hacks/config/flag.xml.h:9 hacks/config/flame.xml.h:15 +#: hacks/config/flipscreen3d.xml.h:7 hacks/config/flow.xml.h:16 +#: hacks/config/fluidballs.xml.h:20 hacks/config/forest.xml.h:6 +#: hacks/config/galaxy.xml.h:11 hacks/config/glblur.xml.h:17 #: hacks/config/glforestfire.xml.h:15 hacks/config/glplanet.xml.h:8 #: hacks/config/gltext.xml.h:15 hacks/config/goop.xml.h:11 #: hacks/config/grav.xml.h:9 hacks/config/greynetic.xml.h:4 @@ -1157,18 +1248,20 @@ msgstr "Wolne" #: hacks/config/hyperball.xml.h:9 hacks/config/hypercube.xml.h:8 #: hacks/config/ifs.xml.h:6 hacks/config/jigsaw.xml.h:7 #: hacks/config/juggle.xml.h:8 hacks/config/julia.xml.h:10 -#: hacks/config/kaleidescope.xml.h:8 hacks/config/kumppa.xml.h:9 -#: hacks/config/lament.xml.h:7 hacks/config/laser.xml.h:11 -#: hacks/config/lavalite.xml.h:29 hacks/config/lightning.xml.h:6 -#: hacks/config/lisa.xml.h:9 hacks/config/lissie.xml.h:11 -#: hacks/config/lmorph.xml.h:12 hacks/config/loop.xml.h:9 -#: hacks/config/menger.xml.h:18 hacks/config/moebius.xml.h:10 +#: hacks/config/kaleidescope.xml.h:8 hacks/config/klein.xml.h:8 +#: hacks/config/kumppa.xml.h:9 hacks/config/lament.xml.h:7 +#: hacks/config/laser.xml.h:11 hacks/config/lavalite.xml.h:30 +#: hacks/config/lightning.xml.h:6 hacks/config/lisa.xml.h:9 +#: hacks/config/lissie.xml.h:11 hacks/config/lmorph.xml.h:12 +#: hacks/config/loop.xml.h:9 hacks/config/menger.xml.h:18 +#: hacks/config/metaballs.xml.h:15 hacks/config/moebius.xml.h:10 #: hacks/config/moire2.xml.h:7 hacks/config/molecule.xml.h:24 #: hacks/config/morph3d.xml.h:7 hacks/config/mountain.xml.h:8 #: hacks/config/munch.xml.h:9 hacks/config/nerverot.xml.h:22 #: hacks/config/penrose.xml.h:12 hacks/config/petri.xml.h:25 -#: hacks/config/phosphor.xml.h:7 hacks/config/pipes.xml.h:16 -#: hacks/config/polyominoes.xml.h:11 hacks/config/pulsar.xml.h:17 +#: hacks/config/phosphor.xml.h:7 hacks/config/piecewise.xml.h:11 +#: hacks/config/pipes.xml.h:16 hacks/config/polyominoes.xml.h:11 +#: hacks/config/popsquares.xml.h:6 hacks/config/pulsar.xml.h:17 #: hacks/config/qix.xml.h:22 hacks/config/queens.xml.h:6 #: hacks/config/rotor.xml.h:12 hacks/config/rubik.xml.h:11 #: hacks/config/sballs.xml.h:14 hacks/config/shadebobs.xml.h:10 @@ -1179,40 +1272,46 @@ msgstr "Wolne" #: hacks/config/spotlight.xml.h:5 hacks/config/sproingies.xml.h:8 #: hacks/config/squiral.xml.h:16 hacks/config/stairs.xml.h:5 #: hacks/config/starfish.xml.h:9 hacks/config/strange.xml.h:8 -#: hacks/config/superquadrics.xml.h:9 hacks/config/swirl.xml.h:7 +#: hacks/config/superquadrics.xml.h:10 hacks/config/swirl.xml.h:7 #: hacks/config/t3d.xml.h:13 hacks/config/thornbird.xml.h:8 #: hacks/config/triangle.xml.h:6 hacks/config/truchet.xml.h:3 #: hacks/config/twang.xml.h:10 hacks/config/vines.xml.h:5 -#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:4 +#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:13 #: hacks/config/worm.xml.h:8 hacks/config/xearth.xml.h:25 #: hacks/config/xflame.xml.h:6 hacks/config/xjack.xml.h:3 -#: hacks/config/xmatrix.xml.h:17 hacks/config/xmountains.xml.h:5 +#: hacks/config/xmatrix.xml.h:18 hacks/config/xmountains.xml.h:5 #: hacks/config/xrayswarm.xml.h:4 hacks/config/zoom.xml.h:7 msgid "Speed" msgstr "Tempo" -#: hacks/config/anemone.xml.h:9 +#: hacks/config/anemone.xml.h:11 msgid "Tentacles" msgstr "" -#: hacks/config/anemone.xml.h:10 hacks/config/deluxe.xml.h:10 +#: hacks/config/anemone.xml.h:12 hacks/config/cubestorm.xml.h:11 +#: hacks/config/deluxe.xml.h:10 hacks/config/glknots.xml.h:19 #: hacks/config/lmorph.xml.h:13 hacks/config/starfish.xml.h:11 #: hacks/config/thornbird.xml.h:9 msgid "Thick" msgstr "" -#: hacks/config/anemone.xml.h:11 hacks/config/moire2.xml.h:8 -#: hacks/config/thornbird.xml.h:10 +#: hacks/config/anemone.xml.h:13 hacks/config/glknots.xml.h:20 +#: hacks/config/moire2.xml.h:8 hacks/config/thornbird.xml.h:10 msgid "Thickness" msgstr "Grubość" -#: hacks/config/anemone.xml.h:12 hacks/config/deluxe.xml.h:11 +#: hacks/config/anemone.xml.h:14 hacks/config/cubestorm.xml.h:12 +#: hacks/config/deluxe.xml.h:11 hacks/config/glknots.xml.h:21 #: hacks/config/lmorph.xml.h:14 hacks/config/starfish.xml.h:12 #: hacks/config/thornbird.xml.h:11 msgid "Thin" msgstr "" -#: hacks/config/anemone.xml.h:13 hacks/config/ant.xml.h:21 +#: hacks/config/anemone.xml.h:15 +msgid "Turn speed" +msgstr "" + +#: hacks/config/anemone.xml.h:16 hacks/config/ant.xml.h:22 #: hacks/config/apollonian.xml.h:13 hacks/config/attraction.xml.h:32 #: hacks/config/bouboule.xml.h:11 hacks/config/braid.xml.h:13 #: hacks/config/critical.xml.h:8 hacks/config/crystal.xml.h:13 @@ -1229,25 +1328,30 @@ msgstr "" #: hacks/config/julia.xml.h:12 hacks/config/laser.xml.h:12 #: hacks/config/lightning.xml.h:8 hacks/config/lisa.xml.h:12 #: hacks/config/lissie.xml.h:13 hacks/config/loop.xml.h:12 -#: hacks/config/moire.xml.h:11 hacks/config/moire2.xml.h:9 -#: hacks/config/mountain.xml.h:9 hacks/config/nerverot.xml.h:23 -#: hacks/config/penrose.xml.h:13 hacks/config/polyominoes.xml.h:12 -#: hacks/config/rd-bomb.xml.h:20 hacks/config/rocks.xml.h:12 -#: hacks/config/rotor.xml.h:13 hacks/config/shadebobs.xml.h:12 -#: hacks/config/sierpinski.xml.h:12 hacks/config/slip.xml.h:12 -#: hacks/config/sphere.xml.h:8 hacks/config/spiral.xml.h:12 -#: hacks/config/squiral.xml.h:18 hacks/config/starfish.xml.h:14 -#: hacks/config/strange.xml.h:11 hacks/config/swirl.xml.h:9 -#: hacks/config/thornbird.xml.h:13 hacks/config/triangle.xml.h:8 -#: hacks/config/vines.xml.h:7 hacks/config/worm.xml.h:9 -#: hacks/config/xearth.xml.h:28 hacks/config/xfishtank.xml.h:11 +#: hacks/config/metaballs.xml.h:16 hacks/config/moire.xml.h:11 +#: hacks/config/moire2.xml.h:9 hacks/config/mountain.xml.h:9 +#: hacks/config/nerverot.xml.h:23 hacks/config/penrose.xml.h:13 +#: hacks/config/polyominoes.xml.h:12 hacks/config/rd-bomb.xml.h:20 +#: hacks/config/rocks.xml.h:12 hacks/config/rotor.xml.h:13 +#: hacks/config/shadebobs.xml.h:12 hacks/config/sierpinski.xml.h:12 +#: hacks/config/slip.xml.h:12 hacks/config/sphere.xml.h:8 +#: hacks/config/spiral.xml.h:12 hacks/config/squiral.xml.h:18 +#: hacks/config/starfish.xml.h:14 hacks/config/strange.xml.h:11 +#: hacks/config/swirl.xml.h:9 hacks/config/thornbird.xml.h:13 +#: hacks/config/triangle.xml.h:8 hacks/config/vines.xml.h:7 +#: hacks/config/worm.xml.h:9 hacks/config/xearth.xml.h:28 +#: hacks/config/xfishtank.xml.h:11 msgid "Two" msgstr "Dwa" -#: hacks/config/anemone.xml.h:14 +#: hacks/config/anemone.xml.h:17 msgid "Wiggling tentacles. By Gabriel Finch." msgstr "" +#: hacks/config/anemone.xml.h:18 +msgid "Withdraw freqency" +msgstr "" + #: hacks/config/ant.xml.h:1 msgid "" "A cellular automaton that is really a two-dimensional Turing machine: as the " @@ -1268,59 +1372,67 @@ msgstr "Rozmiar mrówki" msgid "Ants Count" msgstr "Liczba mrówek" -#: hacks/config/ant.xml.h:6 +#: hacks/config/ant.xml.h:5 +#, fuzzy +msgid "Draw Eyes" +msgstr "Komórka" + +#: hacks/config/ant.xml.h:7 msgid "Four Sided Cells" msgstr "Komórki czterokątne" -#: hacks/config/ant.xml.h:7 hacks/config/attraction.xml.h:13 -#: hacks/config/cubenetic.xml.h:11 hacks/config/demon.xml.h:5 -#: hacks/config/discrete.xml.h:3 hacks/config/distort.xml.h:5 -#: hacks/config/fadeplot.xml.h:5 hacks/config/flag.xml.h:4 -#: hacks/config/flow.xml.h:7 hacks/config/fluidballs.xml.h:12 +#: hacks/config/ant.xml.h:8 hacks/config/attraction.xml.h:13 +#: hacks/config/cloudlife.xml.h:7 hacks/config/cubenetic.xml.h:11 +#: hacks/config/demon.xml.h:5 hacks/config/discrete.xml.h:3 +#: hacks/config/distort.xml.h:5 hacks/config/fadeplot.xml.h:5 +#: hacks/config/flag.xml.h:4 hacks/config/flow.xml.h:7 +#: hacks/config/fluidballs.xml.h:12 hacks/config/halftone.xml.h:8 #: hacks/config/hopalong.xml.h:13 hacks/config/interference.xml.h:8 #: hacks/config/julia.xml.h:5 hacks/config/lissie.xml.h:4 #: hacks/config/loop.xml.h:2 hacks/config/moire.xml.h:4 -#: hacks/config/rd-bomb.xml.h:11 hacks/config/rorschach.xml.h:5 -#: hacks/config/rubik.xml.h:4 hacks/config/sierpinski.xml.h:3 -#: hacks/config/slip.xml.h:3 +#: hacks/config/piecewise.xml.h:5 hacks/config/rd-bomb.xml.h:11 +#: hacks/config/rorschach.xml.h:5 hacks/config/rubik.xml.h:4 +#: hacks/config/sierpinski.xml.h:3 hacks/config/slip.xml.h:3 msgid "Large" msgstr "Duże" -#: hacks/config/ant.xml.h:9 +#: hacks/config/ant.xml.h:10 msgid "Nine Sided Cells" msgstr "Komórki dziewięciokątne" -#: hacks/config/ant.xml.h:11 +#: hacks/config/ant.xml.h:12 msgid "Random Cell Shape" msgstr "Losowy kształt komórki" -#: hacks/config/ant.xml.h:12 hacks/config/speedmine.xml.h:11 +#: hacks/config/ant.xml.h:13 hacks/config/speedmine.xml.h:11 msgid "Sharp Turns" msgstr "Gwałtowne ruchy" -#: hacks/config/ant.xml.h:13 +#: hacks/config/ant.xml.h:14 msgid "Six Sided Cells" msgstr "Komórki sześciokątne" -#: hacks/config/ant.xml.h:15 hacks/config/attraction.xml.h:27 -#: hacks/config/cubenetic.xml.h:23 hacks/config/demon.xml.h:9 -#: hacks/config/discrete.xml.h:8 hacks/config/distort.xml.h:12 -#: hacks/config/fadeplot.xml.h:9 hacks/config/flag.xml.h:8 -#: hacks/config/flow.xml.h:15 hacks/config/fluidballs.xml.h:19 +#: hacks/config/ant.xml.h:16 hacks/config/attraction.xml.h:27 +#: hacks/config/cloudlife.xml.h:12 hacks/config/cubenetic.xml.h:23 +#: hacks/config/demon.xml.h:9 hacks/config/discrete.xml.h:8 +#: hacks/config/distort.xml.h:12 hacks/config/fadeplot.xml.h:9 +#: hacks/config/flag.xml.h:8 hacks/config/flow.xml.h:15 +#: hacks/config/fluidballs.xml.h:19 hacks/config/halftone.xml.h:14 #: hacks/config/hopalong.xml.h:22 hacks/config/interference.xml.h:15 #: hacks/config/julia.xml.h:9 hacks/config/lissie.xml.h:10 -#: hacks/config/loop.xml.h:8 hacks/config/moire.xml.h:9 +#: hacks/config/loop.xml.h:8 hacks/config/metaballs.xml.h:14 +#: hacks/config/moire.xml.h:9 hacks/config/piecewise.xml.h:10 #: hacks/config/rd-bomb.xml.h:18 hacks/config/rorschach.xml.h:8 #: hacks/config/rubik.xml.h:10 hacks/config/sierpinski.xml.h:8 #: hacks/config/slip.xml.h:8 msgid "Small" msgstr "Małe" -#: hacks/config/ant.xml.h:17 +#: hacks/config/ant.xml.h:18 msgid "Three Sided Cells" msgstr "Komórki trójkątne" -#: hacks/config/ant.xml.h:18 hacks/config/demon.xml.h:12 +#: hacks/config/ant.xml.h:19 hacks/config/demon.xml.h:12 #: hacks/config/discrete.xml.h:10 hacks/config/fadeplot.xml.h:11 #: hacks/config/flag.xml.h:12 hacks/config/flow.xml.h:17 #: hacks/config/lissie.xml.h:12 hacks/config/loop.xml.h:11 @@ -1329,12 +1441,12 @@ msgstr "Komórki trójkątne" msgid "Timeout" msgstr "Opóźnienie" -#: hacks/config/ant.xml.h:19 +#: hacks/config/ant.xml.h:20 #, fuzzy msgid "Truchet Lines" msgstr "Linie" -#: hacks/config/ant.xml.h:20 +#: hacks/config/ant.xml.h:21 msgid "Twelve Sided Cells" msgstr "Komórki dwunastokątne" @@ -1406,23 +1518,30 @@ msgstr "Tempo ruchu rekina" msgid "Shimmering Water" msgstr "Migocząca woda" -#: hacks/config/atlantis.xml.h:11 hacks/config/boxed.xml.h:5 +#: hacks/config/atlantis.xml.h:11 hacks/config/atunnel.xml.h:5 +#: hacks/config/blocktube.xml.h:8 hacks/config/boxed.xml.h:5 #: hacks/config/bubble3d.xml.h:4 hacks/config/cage.xml.h:3 #: hacks/config/circuit.xml.h:9 hacks/config/cubenetic.xml.h:21 -#: hacks/config/dangerball.xml.h:4 hacks/config/endgame.xml.h:4 -#: hacks/config/engine.xml.h:4 hacks/config/extrusion.xml.h:10 -#: hacks/config/flipscreen3d.xml.h:5 hacks/config/fluidballs.xml.h:17 -#: hacks/config/gears.xml.h:6 hacks/config/gflux.xml.h:11 -#: hacks/config/glforestfire.xml.h:13 hacks/config/glplanet.xml.h:5 -#: hacks/config/glsnake.xml.h:10 hacks/config/gltext.xml.h:12 -#: hacks/config/lament.xml.h:5 hacks/config/menger.xml.h:15 -#: hacks/config/moebius.xml.h:6 hacks/config/molecule.xml.h:21 -#: hacks/config/morph3d.xml.h:5 hacks/config/pipes.xml.h:14 -#: hacks/config/pulsar.xml.h:14 hacks/config/queens.xml.h:3 -#: hacks/config/rubik.xml.h:6 hacks/config/sballs.xml.h:12 -#: hacks/config/sierpinski3d.xml.h:6 hacks/config/spheremonics.xml.h:18 -#: hacks/config/sproingies.xml.h:4 hacks/config/stairs.xml.h:2 -#: hacks/config/starwars.xml.h:11 hacks/config/superquadrics.xml.h:6 +#: hacks/config/cubestorm.xml.h:7 hacks/config/dangerball.xml.h:4 +#: hacks/config/endgame.xml.h:4 hacks/config/engine.xml.h:14 +#: hacks/config/extrusion.xml.h:10 hacks/config/flipscreen3d.xml.h:5 +#: hacks/config/fluidballs.xml.h:17 hacks/config/flurry.xml.h:9 +#: hacks/config/flyingtoasters.xml.h:10 hacks/config/gears.xml.h:6 +#: hacks/config/gflux.xml.h:11 hacks/config/glblur.xml.h:13 +#: hacks/config/glforestfire.xml.h:13 hacks/config/glknots.xml.h:16 +#: hacks/config/glmatrix.xml.h:17 hacks/config/glplanet.xml.h:5 +#: hacks/config/glslideshow.xml.h:18 hacks/config/glsnake.xml.h:10 +#: hacks/config/gltext.xml.h:12 hacks/config/hypertorus.xml.h:12 +#: hacks/config/jigglypuff.xml.h:15 hacks/config/klein.xml.h:6 +#: hacks/config/lament.xml.h:5 hacks/config/lavalite.xml.h:26 +#: hacks/config/menger.xml.h:15 hacks/config/moebius.xml.h:6 +#: hacks/config/molecule.xml.h:21 hacks/config/morph3d.xml.h:5 +#: hacks/config/pipes.xml.h:14 hacks/config/pulsar.xml.h:14 +#: hacks/config/queens.xml.h:3 hacks/config/rubik.xml.h:6 +#: hacks/config/sballs.xml.h:12 hacks/config/sierpinski3d.xml.h:6 +#: hacks/config/spheremonics.xml.h:18 hacks/config/sproingies.xml.h:4 +#: hacks/config/stairs.xml.h:2 hacks/config/starwars.xml.h:11 +#: hacks/config/superquadrics.xml.h:7 msgid "Show Frames-per-Second" msgstr "Wyświetlanie liczby klatek na sekundę" @@ -1432,13 +1551,14 @@ msgstr "" #: hacks/config/atlantis.xml.h:14 hacks/config/boxed.xml.h:7 #: hacks/config/cage.xml.h:5 hacks/config/extrusion.xml.h:12 -#: hacks/config/gears.xml.h:8 hacks/config/glplanet.xml.h:7 -#: hacks/config/glsnake.xml.h:13 hacks/config/gltext.xml.h:14 -#: hacks/config/menger.xml.h:17 hacks/config/molecule.xml.h:23 -#: hacks/config/munch.xml.h:8 hacks/config/sierpinski3d.xml.h:9 -#: hacks/config/speedmine.xml.h:14 hacks/config/spheremonics.xml.h:21 -#: hacks/config/sproingies.xml.h:7 hacks/config/stairs.xml.h:4 -#: hacks/config/stonerview.xml.h:2 hacks/config/superquadrics.xml.h:8 +#: hacks/config/gears.xml.h:8 hacks/config/glblur.xml.h:15 +#: hacks/config/glplanet.xml.h:7 hacks/config/glsnake.xml.h:13 +#: hacks/config/gltext.xml.h:14 hacks/config/menger.xml.h:17 +#: hacks/config/molecule.xml.h:23 hacks/config/munch.xml.h:8 +#: hacks/config/sierpinski3d.xml.h:9 hacks/config/speedmine.xml.h:14 +#: hacks/config/spheremonics.xml.h:21 hacks/config/sproingies.xml.h:7 +#: hacks/config/stairs.xml.h:4 hacks/config/stonerview.xml.h:2 +#: hacks/config/superquadrics.xml.h:9 msgid "Solid" msgstr "Jednolity" @@ -1453,18 +1573,22 @@ msgstr "" msgid "Whale Speed" msgstr "Tempo ruchu wieloryba" -#: hacks/config/atlantis.xml.h:17 hacks/config/boxed.xml.h:8 -#: hacks/config/cage.xml.h:8 hacks/config/dangerball.xml.h:11 -#: hacks/config/extrusion.xml.h:19 hacks/config/gears.xml.h:11 -#: hacks/config/glforestfire.xml.h:20 hacks/config/glplanet.xml.h:11 +#: hacks/config/atlantis.xml.h:17 hacks/config/atunnel.xml.h:10 +#: hacks/config/blocktube.xml.h:13 hacks/config/boxed.xml.h:8 +#: hacks/config/cage.xml.h:8 hacks/config/cubestorm.xml.h:14 +#: hacks/config/dangerball.xml.h:11 hacks/config/extrusion.xml.h:19 +#: hacks/config/flyingtoasters.xml.h:14 hacks/config/gears.xml.h:11 +#: hacks/config/glblur.xml.h:20 hacks/config/glforestfire.xml.h:20 +#: hacks/config/glknots.xml.h:23 hacks/config/glplanet.xml.h:11 #: hacks/config/glsnake.xml.h:16 hacks/config/gltext.xml.h:18 -#: hacks/config/lament.xml.h:9 hacks/config/lavalite.xml.h:31 -#: hacks/config/menger.xml.h:21 hacks/config/moebius.xml.h:11 -#: hacks/config/molecule.xml.h:26 hacks/config/pulsar.xml.h:20 -#: hacks/config/sballs.xml.h:18 hacks/config/sierpinski3d.xml.h:12 -#: hacks/config/speedmine.xml.h:18 hacks/config/spheremonics.xml.h:26 -#: hacks/config/sproingies.xml.h:10 hacks/config/stairs.xml.h:7 -#: hacks/config/stonerview.xml.h:4 hacks/config/superquadrics.xml.h:11 +#: hacks/config/jigglypuff.xml.h:25 hacks/config/lament.xml.h:9 +#: hacks/config/lavalite.xml.h:32 hacks/config/menger.xml.h:21 +#: hacks/config/moebius.xml.h:11 hacks/config/molecule.xml.h:26 +#: hacks/config/pulsar.xml.h:20 hacks/config/sballs.xml.h:18 +#: hacks/config/sierpinski3d.xml.h:12 hacks/config/speedmine.xml.h:18 +#: hacks/config/spheremonics.xml.h:26 hacks/config/sproingies.xml.h:10 +#: hacks/config/stairs.xml.h:7 hacks/config/stonerview.xml.h:4 +#: hacks/config/superquadrics.xml.h:12 msgid "Wireframe" msgstr "Szkielet" @@ -1480,7 +1604,7 @@ msgstr "Liczba piłek" msgid "Ball Mass" msgstr "Masa piłki" -#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:2 +#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:3 msgid "Balls" msgstr "Piłki" @@ -1504,16 +1628,18 @@ msgid "Filled Splines" msgstr "Krzywe" #: hacks/config/attraction.xml.h:10 hacks/config/ccurve.xml.h:9 -#: hacks/config/cubenetic.xml.h:10 hacks/config/euler2d.xml.h:5 -#: hacks/config/flame.xml.h:9 hacks/config/goop.xml.h:6 -#: hacks/config/hopalong.xml.h:10 hacks/config/hyperball.xml.h:3 -#: hacks/config/hypercube.xml.h:3 hacks/config/interference.xml.h:6 +#: hacks/config/cloudlife.xml.h:5 hacks/config/cubenetic.xml.h:10 +#: hacks/config/euler2d.xml.h:5 hacks/config/flame.xml.h:9 +#: hacks/config/glslideshow.xml.h:13 hacks/config/goop.xml.h:6 +#: hacks/config/halftone.xml.h:7 hacks/config/hopalong.xml.h:10 +#: hacks/config/hyperball.xml.h:3 hacks/config/hypercube.xml.h:3 +#: hacks/config/interference.xml.h:6 hacks/config/jigglypuff.xml.h:8 #: hacks/config/kumppa.xml.h:4 hacks/config/lavalite.xml.h:12 #: hacks/config/nerverot.xml.h:11 hacks/config/petri.xml.h:8 #: hacks/config/pyro.xml.h:5 hacks/config/qix.xml.h:10 #: hacks/config/speedmine.xml.h:5 hacks/config/spheremonics.xml.h:6 #: hacks/config/spiral.xml.h:4 hacks/config/squiral.xml.h:6 -#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:4 +#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:5 #: hacks/config/t3d.xml.h:7 hacks/config/twang.xml.h:5 #: hacks/config/wander.xml.h:8 msgid "High" @@ -1543,15 +1669,17 @@ msgstr "" #: hacks/config/attraction.xml.h:15 hacks/config/deluxe.xml.h:5 #: hacks/config/lmorph.xml.h:7 hacks/config/pedal.xml.h:5 -#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:3 +#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:10 msgid "Lines" msgstr "Linie" -#: hacks/config/attraction.xml.h:16 hacks/config/braid.xml.h:6 -#: hacks/config/cynosure.xml.h:5 hacks/config/drift.xml.h:8 +#: hacks/config/attraction.xml.h:16 hacks/config/blocktube.xml.h:5 +#: hacks/config/braid.xml.h:6 hacks/config/cynosure.xml.h:5 +#: hacks/config/drift.xml.h:8 hacks/config/eruption.xml.h:11 #: hacks/config/euler2d.xml.h:6 hacks/config/galaxy.xml.h:5 -#: hacks/config/juggle.xml.h:5 hacks/config/laser.xml.h:5 -#: hacks/config/menger.xml.h:4 hacks/config/munch.xml.h:4 +#: hacks/config/juggle.xml.h:5 hacks/config/klein.xml.h:4 +#: hacks/config/laser.xml.h:5 hacks/config/menger.xml.h:4 +#: hacks/config/metaballs.xml.h:5 hacks/config/munch.xml.h:4 #: hacks/config/nerverot.xml.h:13 hacks/config/petri.xml.h:9 #: hacks/config/polyominoes.xml.h:4 hacks/config/rotor.xml.h:5 #: hacks/config/shadebobs.xml.h:4 hacks/config/sierpinski3d.xml.h:3 @@ -1561,16 +1689,18 @@ msgid "Long" msgstr "Długie" #: hacks/config/attraction.xml.h:17 hacks/config/ccurve.xml.h:10 -#: hacks/config/cubenetic.xml.h:12 hacks/config/euler2d.xml.h:7 -#: hacks/config/flame.xml.h:10 hacks/config/goop.xml.h:7 -#: hacks/config/hopalong.xml.h:14 hacks/config/hyperball.xml.h:6 -#: hacks/config/hypercube.xml.h:5 hacks/config/interference.xml.h:9 +#: hacks/config/cloudlife.xml.h:8 hacks/config/cubenetic.xml.h:12 +#: hacks/config/euler2d.xml.h:7 hacks/config/flame.xml.h:10 +#: hacks/config/glslideshow.xml.h:15 hacks/config/goop.xml.h:7 +#: hacks/config/halftone.xml.h:9 hacks/config/hopalong.xml.h:14 +#: hacks/config/hyperball.xml.h:6 hacks/config/hypercube.xml.h:5 +#: hacks/config/interference.xml.h:9 hacks/config/jigglypuff.xml.h:11 #: hacks/config/kumppa.xml.h:6 hacks/config/lavalite.xml.h:14 #: hacks/config/nerverot.xml.h:14 hacks/config/petri.xml.h:10 #: hacks/config/pyro.xml.h:7 hacks/config/qix.xml.h:13 #: hacks/config/speedmine.xml.h:6 hacks/config/spheremonics.xml.h:8 #: hacks/config/spiral.xml.h:5 hacks/config/squiral.xml.h:8 -#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:5 +#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:6 #: hacks/config/t3d.xml.h:8 hacks/config/twang.xml.h:7 #: hacks/config/wander.xml.h:11 msgid "Low" @@ -1597,10 +1727,12 @@ msgstr "Promień" msgid "Repulsion Threshold" msgstr "Prz_esunięcie progowe:" -#: hacks/config/attraction.xml.h:25 hacks/config/braid.xml.h:10 -#: hacks/config/cynosure.xml.h:8 hacks/config/drift.xml.h:11 +#: hacks/config/attraction.xml.h:25 hacks/config/blocktube.xml.h:7 +#: hacks/config/braid.xml.h:10 hacks/config/cynosure.xml.h:8 +#: hacks/config/drift.xml.h:11 hacks/config/eruption.xml.h:18 #: hacks/config/euler2d.xml.h:12 hacks/config/galaxy.xml.h:8 -#: hacks/config/laser.xml.h:9 hacks/config/menger.xml.h:14 +#: hacks/config/klein.xml.h:5 hacks/config/laser.xml.h:9 +#: hacks/config/menger.xml.h:14 hacks/config/metaballs.xml.h:12 #: hacks/config/munch.xml.h:6 hacks/config/nerverot.xml.h:19 #: hacks/config/petri.xml.h:22 hacks/config/polyominoes.xml.h:9 #: hacks/config/rotor.xml.h:9 hacks/config/shadebobs.xml.h:8 @@ -1622,6 +1754,56 @@ msgstr "Warkocze" msgid "Trail Length" msgstr "Długość warkocza" +#: hacks/config/atunnel.xml.h:1 +msgid "Atunnel" +msgstr "" + +#: hacks/config/atunnel.xml.h:2 +msgid "" +"Draws an animation of a textured tunnel in GL. Requires OpenGL, and a " +"machine with fast hardware support for texture maps. Written by Eric " +"Lassauge and Roman Podobedov." +msgstr "" + +#: hacks/config/atunnel.xml.h:4 hacks/config/distort.xml.h:9 +#: hacks/config/glforestfire.xml.h:10 hacks/config/lament.xml.h:4 +#: hacks/config/sballs.xml.h:6 +msgid "Normal" +msgstr "Zwykły" + +#: hacks/config/atunnel.xml.h:8 hacks/config/glforestfire.xml.h:18 +#: hacks/config/lament.xml.h:8 hacks/config/sballs.xml.h:17 +msgid "Untextured" +msgstr "Bez tekstury" + +#: hacks/config/atunnel.xml.h:9 +#, fuzzy +msgid "Use light" +msgstr "Prawa" + +#: hacks/config/barcode.xml.h:1 +#, fuzzy +msgid "Barcode" +msgstr "Przeglądaj" + +#: hacks/config/barcode.xml.h:2 +msgid "Barcode Clock (24 Hour)" +msgstr "" + +#: hacks/config/barcode.xml.h:3 +msgid "Barcode Clock (AM/PM)" +msgstr "" + +#: hacks/config/barcode.xml.h:5 +msgid "Scrolling Barcodes" +msgstr "" + +#: hacks/config/barcode.xml.h:8 +msgid "" +"This draws a random sequence of colorful barcodes scrolling across your " +"screen. CONSUME! By Dan Bornstein." +msgstr "" + #: hacks/config/blaster.xml.h:1 msgid "Blaster" msgstr "Blaster" @@ -1679,6 +1861,33 @@ msgid "" "image and rotate that." msgstr "" +#: hacks/config/blocktube.xml.h:1 +msgid "BlockTube" +msgstr "" + +#: hacks/config/blocktube.xml.h:2 +msgid "Color Change Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:3 +msgid "Color Hold Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:6 +msgid "Reflective Blocks" +msgstr "" + +#: hacks/config/blocktube.xml.h:10 +#, fuzzy +msgid "Solid Blocks" +msgstr "Jednolite podłoże" + +#: hacks/config/blocktube.xml.h:12 +msgid "" +"This hack draws a swirling, falling tunnel of reflective slabs. They fade " +"from hue to hue. Written by Lars R. Damerow." +msgstr "" + #: hacks/config/bouboule.xml.h:1 msgid "Bouboule" msgstr "Bouboule" @@ -1697,13 +1906,52 @@ msgid "" "spots painted on its invisible surface. Written by Jeremie Petit." msgstr "" -#: hacks/config/boxed.xml.h:1 hacks/config/gears.xml.h:1 -#: hacks/config/gflux.xml.h:1 hacks/config/pyro.xml.h:1 +#: hacks/config/bouncingcow.xml.h:1 +msgid "A Cow. A Trampoline. Together, they fight crime. By Jamie Zawinski." +msgstr "" + +#: hacks/config/bouncingcow.xml.h:2 hacks/config/boxed.xml.h:1 +#: hacks/config/cubestorm.xml.h:1 hacks/config/flyingtoasters.xml.h:3 +#: hacks/config/gears.xml.h:1 hacks/config/gflux.xml.h:1 +#: hacks/config/glknots.xml.h:1 hacks/config/glmatrix.xml.h:1 +#: hacks/config/jigglypuff.xml.h:1 hacks/config/pyro.xml.h:1 #: hacks/config/rd-bomb.xml.h:6 hacks/config/rocks.xml.h:1 #: hacks/config/starwars.xml.h:1 hacks/config/xfishtank.xml.h:1 msgid "Animation Speed" msgstr "Tempo animacji" +#: hacks/config/bouncingcow.xml.h:3 +msgid "Beefy Cow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:4 +#, fuzzy +msgid "Bounce Speed" +msgstr "Tempo" + +#: hacks/config/bouncingcow.xml.h:5 +msgid "BouncingCow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:7 +msgid "Herd" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:8 +#, fuzzy +msgid "Moo" +msgstr "Monochromatyczny" + +#: hacks/config/bouncingcow.xml.h:9 +#, fuzzy +msgid "Number of Cows" +msgstr "Liczba kolorów" + +#: hacks/config/bouncingcow.xml.h:11 +#, fuzzy +msgid "Wireframe Cow" +msgstr "Szkielet" + #: hacks/config/boxed.xml.h:2 msgid "Boxed" msgstr "" @@ -1724,23 +1972,24 @@ msgid "" "Neil." msgstr "" -#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:8 +#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:9 #: hacks/config/ccurve.xml.h:7 hacks/config/coral.xml.h:6 #: hacks/config/cynosure.xml.h:3 hacks/config/deco.xml.h:4 #: hacks/config/drift.xml.h:2 hacks/config/epicycle.xml.h:3 -#: hacks/config/euler2d.xml.h:1 hacks/config/flame.xml.h:5 -#: hacks/config/galaxy.xml.h:2 hacks/config/glsnake.xml.h:4 -#: hacks/config/helix.xml.h:3 hacks/config/hopalong.xml.h:2 -#: hacks/config/imsmap.xml.h:6 hacks/config/laser.xml.h:2 -#: hacks/config/menger.xml.h:2 hacks/config/moire.xml.h:3 -#: hacks/config/molecule.xml.h:9 hacks/config/munch.xml.h:2 -#: hacks/config/nerverot.xml.h:8 hacks/config/pedal.xml.h:3 -#: hacks/config/penrose.xml.h:5 hacks/config/polyominoes.xml.h:1 -#: hacks/config/rorschach.xml.h:3 hacks/config/rotzoomer.xml.h:5 -#: hacks/config/shadebobs.xml.h:2 hacks/config/sierpinski3d.xml.h:1 -#: hacks/config/spheremonics.xml.h:4 hacks/config/starfish.xml.h:2 -#: hacks/config/vidwhacker.xml.h:3 hacks/config/wander.xml.h:7 -#: hacks/config/xspirograph.xml.h:3 +#: hacks/config/eruption.xml.h:3 hacks/config/euler2d.xml.h:1 +#: hacks/config/flame.xml.h:5 hacks/config/galaxy.xml.h:2 +#: hacks/config/glsnake.xml.h:4 hacks/config/helix.xml.h:3 +#: hacks/config/hopalong.xml.h:2 hacks/config/imsmap.xml.h:6 +#: hacks/config/klein.xml.h:1 hacks/config/laser.xml.h:2 +#: hacks/config/menger.xml.h:2 hacks/config/metaballs.xml.h:3 +#: hacks/config/moire.xml.h:3 hacks/config/molecule.xml.h:9 +#: hacks/config/munch.xml.h:2 hacks/config/nerverot.xml.h:8 +#: hacks/config/pedal.xml.h:3 hacks/config/penrose.xml.h:5 +#: hacks/config/polyominoes.xml.h:1 hacks/config/rorschach.xml.h:3 +#: hacks/config/rotzoomer.xml.h:5 hacks/config/shadebobs.xml.h:2 +#: hacks/config/sierpinski3d.xml.h:1 hacks/config/spheremonics.xml.h:4 +#: hacks/config/starfish.xml.h:2 hacks/config/vidwhacker.xml.h:3 +#: hacks/config/wander.xml.h:7 hacks/config/xspirograph.xml.h:3 msgid "Duration" msgstr "Okres" @@ -1767,61 +2016,83 @@ msgid "AmigaDOS" msgstr "AmigaDOS" #: hacks/config/bsod.xml.h:4 +msgid "Apple II" +msgstr "" + +#: hacks/config/bsod.xml.h:5 msgid "Atari" msgstr "Atari" -#: hacks/config/bsod.xml.h:5 +#: hacks/config/bsod.xml.h:6 msgid "BSD" msgstr "BSD" -#: hacks/config/bsod.xml.h:6 +#: hacks/config/bsod.xml.h:7 msgid "BSOD" msgstr "BSOD" -#: hacks/config/bsod.xml.h:7 +#: hacks/config/bsod.xml.h:8 msgid "" "BSOD stands for ``Blue Screen of Death.'' The finest in personal computer " "emulation, this hack simulates popular screen savers from a number of less " "robust operating systems. Written by Jamie Zawinski." msgstr "" -#: hacks/config/bsod.xml.h:9 +#: hacks/config/bsod.xml.h:10 +msgid "HPUX" +msgstr "" + +#: hacks/config/bsod.xml.h:11 +#, fuzzy +msgid "Linux" +msgstr "Sparc Linux" + +#: hacks/config/bsod.xml.h:12 msgid "Mac Bomb" msgstr "" -#: hacks/config/bsod.xml.h:10 +#: hacks/config/bsod.xml.h:13 +msgid "MacOS X" +msgstr "" + +#: hacks/config/bsod.xml.h:14 msgid "MacsBug" msgstr "" -#: hacks/config/bsod.xml.h:11 +#: hacks/config/bsod.xml.h:15 msgid "NCD X Terminal" msgstr "NCD X Terminal" -#: hacks/config/bsod.xml.h:12 +#: hacks/config/bsod.xml.h:16 +msgid "OS/390" +msgstr "" + +#: hacks/config/bsod.xml.h:17 msgid "SCO" msgstr "SCO" -#: hacks/config/bsod.xml.h:13 +#: hacks/config/bsod.xml.h:18 msgid "Sad Mac" msgstr "" -#: hacks/config/bsod.xml.h:14 +#: hacks/config/bsod.xml.h:19 msgid "Solaris" msgstr "Solaris" -#: hacks/config/bsod.xml.h:15 +#: hacks/config/bsod.xml.h:20 msgid "Sparc Linux" msgstr "Sparc Linux" -#: hacks/config/bsod.xml.h:16 -msgid "Windows" -msgstr "Windows" - -#: hacks/config/bsod.xml.h:17 +#: hacks/config/bsod.xml.h:21 msgid "Windows 2000" msgstr "Windows 2000" -#: hacks/config/bsod.xml.h:18 +#: hacks/config/bsod.xml.h:22 +#, fuzzy +msgid "Windows 3.1" +msgstr "Windows" + +#: hacks/config/bsod.xml.h:23 msgid "Windows NT" msgstr "Windows NT" @@ -1922,7 +2193,7 @@ msgstr "" #: hacks/config/ccurve.xml.h:6 hacks/config/coral.xml.h:5 #: hacks/config/imsmap.xml.h:5 hacks/config/kumppa.xml.h:1 #: hacks/config/qix.xml.h:6 hacks/config/squiral.xml.h:2 -#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:3 +#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:2 msgid "Density" msgstr "Gęstość" @@ -1963,19 +2234,58 @@ msgstr "" msgid "Rotation Speed" msgstr "Tempo rotacji" -#: hacks/config/circuit.xml.h:12 hacks/config/dangerball.xml.h:9 -#: hacks/config/engine.xml.h:7 +#: hacks/config/circuit.xml.h:12 hacks/config/cubestorm.xml.h:9 +#: hacks/config/dangerball.xml.h:9 hacks/config/engine.xml.h:17 +#: hacks/config/klein.xml.h:9 hacks/config/whirlygig.xml.h:14 #, fuzzy msgid "Spin" msgstr "Krzywe" +#: hacks/config/cloudlife.xml.h:1 hacks/config/demon.xml.h:2 +#: hacks/config/petri.xml.h:1 +msgid "Cell Size" +msgstr "Rozmiar komórki" + +#: hacks/config/cloudlife.xml.h:2 +msgid "CloudLife" +msgstr "" + +#: hacks/config/cloudlife.xml.h:4 +msgid "" +"Generates cloud-like formations based on a variant of Conway's Life. The " +"difference is that cells have a maximum age, after which they count as 3 for " +"populating the next generation. This makes long-lived formations explode " +"instead of just sitting there burning a hole in your screen. Written by Don " +"Marti." +msgstr "" + +#: hacks/config/cloudlife.xml.h:6 +#, fuzzy +msgid "Initial Density" +msgstr "Gęstość cząstek" + +#: hacks/config/cloudlife.xml.h:9 +#, fuzzy +msgid "Max Age" +msgstr "Maksymalny rozmiar" + +#: hacks/config/cloudlife.xml.h:10 +msgid "Old" +msgstr "" + +#: hacks/config/cloudlife.xml.h:14 +#, fuzzy +msgid "Young" +msgstr "Długie" + #: hacks/config/compass.xml.h:1 msgid "Compass" msgstr "Kompas" #: hacks/config/compass.xml.h:2 hacks/config/deluxe.xml.h:3 #: hacks/config/interference.xml.h:4 hacks/config/kumppa.xml.h:2 -#: hacks/config/nerverot.xml.h:6 hacks/config/pipes.xml.h:4 +#: hacks/config/nerverot.xml.h:6 hacks/config/piecewise.xml.h:3 +#: hacks/config/pipes.xml.h:4 msgid "Double Buffer" msgstr "Podwójne buforowanie" @@ -1995,10 +2305,10 @@ msgid "1 Minute" msgstr "1 minuta" #: hacks/config/coral.xml.h:2 hacks/config/deco.xml.h:2 -#: hacks/config/helix.xml.h:2 hacks/config/imsmap.xml.h:2 -#: hacks/config/moire.xml.h:2 hacks/config/pedal.xml.h:2 -#: hacks/config/penrose.xml.h:1 hacks/config/rorschach.xml.h:2 -#: hacks/config/xspirograph.xml.h:2 +#: hacks/config/glslideshow.xml.h:1 hacks/config/helix.xml.h:2 +#: hacks/config/imsmap.xml.h:2 hacks/config/moire.xml.h:2 +#: hacks/config/pedal.xml.h:2 hacks/config/penrose.xml.h:1 +#: hacks/config/rorschach.xml.h:2 hacks/config/xspirograph.xml.h:2 msgid "1 Second" msgstr "1 sekunda" @@ -2007,6 +2317,7 @@ msgid "Coral" msgstr "Koral" #: hacks/config/coral.xml.h:4 hacks/config/gflux.xml.h:3 +#: hacks/config/glblur.xml.h:2 hacks/config/glmatrix.xml.h:3 #: hacks/config/imsmap.xml.h:4 hacks/config/lavalite.xml.h:6 #: hacks/config/pyro.xml.h:2 hacks/config/qix.xml.h:5 #: hacks/config/squiral.xml.h:1 hacks/config/xearth.xml.h:4 @@ -2024,10 +2335,11 @@ msgid "" msgstr "" #: hacks/config/coral.xml.h:13 hacks/config/gflux.xml.h:13 -#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:28 +#: hacks/config/glblur.xml.h:16 hacks/config/glmatrix.xml.h:19 +#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:29 #: hacks/config/pyro.xml.h:14 hacks/config/qix.xml.h:21 #: hacks/config/squiral.xml.h:15 hacks/config/xearth.xml.h:24 -#: hacks/config/xmatrix.xml.h:16 +#: hacks/config/xmatrix.xml.h:17 #, fuzzy msgid "Sparse" msgstr "Schody" @@ -2062,13 +2374,13 @@ msgstr "Wyśrodkowanie na ekranie" #: hacks/config/grav.xml.h:1 hacks/config/julia.xml.h:1 #: hacks/config/laser.xml.h:1 hacks/config/lisa.xml.h:1 #: hacks/config/lissie.xml.h:2 hacks/config/morph3d.xml.h:2 -#: hacks/config/mountain.xml.h:1 hacks/config/qix.xml.h:4 -#: hacks/config/rocks.xml.h:2 hacks/config/rotor.xml.h:2 -#: hacks/config/rubik.xml.h:1 hacks/config/shadebobs.xml.h:1 -#: hacks/config/sierpinski.xml.h:1 hacks/config/slip.xml.h:1 -#: hacks/config/spiral.xml.h:1 hacks/config/sproingies.xml.h:1 -#: hacks/config/superquadrics.xml.h:1 hacks/config/swirl.xml.h:1 -#: hacks/config/worm.xml.h:2 +#: hacks/config/mountain.xml.h:1 hacks/config/piecewise.xml.h:2 +#: hacks/config/qix.xml.h:4 hacks/config/rocks.xml.h:2 +#: hacks/config/rotor.xml.h:2 hacks/config/rubik.xml.h:1 +#: hacks/config/shadebobs.xml.h:1 hacks/config/sierpinski.xml.h:1 +#: hacks/config/slip.xml.h:1 hacks/config/spiral.xml.h:1 +#: hacks/config/sproingies.xml.h:1 hacks/config/superquadrics.xml.h:1 +#: hacks/config/swirl.xml.h:1 hacks/config/worm.xml.h:2 msgid "Count" msgstr "Liczba" @@ -2125,7 +2437,8 @@ msgstr "Wybór" msgid "Display Wireframe" msgstr "Zarządzanie poborem energii ekranu" -#: hacks/config/cubenetic.xml.h:6 hacks/config/gltext.xml.h:2 +#: hacks/config/cubenetic.xml.h:6 hacks/config/glblur.xml.h:3 +#: hacks/config/glknots.xml.h:2 hacks/config/gltext.xml.h:2 #: hacks/config/lavalite.xml.h:7 hacks/config/menger.xml.h:1 #: hacks/config/molecule.xml.h:4 hacks/config/spheremonics.xml.h:1 msgid "Don't Rotate" @@ -2138,43 +2451,50 @@ msgid "" "Jamie Zawinski." msgstr "" -#: hacks/config/cubenetic.xml.h:14 hacks/config/gltext.xml.h:5 +#: hacks/config/cubenetic.xml.h:14 hacks/config/glblur.xml.h:6 +#: hacks/config/glknots.xml.h:8 hacks/config/gltext.xml.h:5 #: hacks/config/lavalite.xml.h:19 hacks/config/menger.xml.h:7 #: hacks/config/molecule.xml.h:14 hacks/config/spheremonics.xml.h:10 msgid "Rotate around X and Y axes" msgstr "Obrót wokół osi X i Y" -#: hacks/config/cubenetic.xml.h:15 hacks/config/gltext.xml.h:6 +#: hacks/config/cubenetic.xml.h:15 hacks/config/glblur.xml.h:7 +#: hacks/config/glknots.xml.h:9 hacks/config/gltext.xml.h:6 #: hacks/config/lavalite.xml.h:20 hacks/config/menger.xml.h:8 #: hacks/config/molecule.xml.h:15 hacks/config/spheremonics.xml.h:11 msgid "Rotate around X and Z axes" msgstr "Obrót wokół osi X i Z" -#: hacks/config/cubenetic.xml.h:16 hacks/config/gltext.xml.h:7 +#: hacks/config/cubenetic.xml.h:16 hacks/config/glblur.xml.h:8 +#: hacks/config/glknots.xml.h:10 hacks/config/gltext.xml.h:7 #: hacks/config/lavalite.xml.h:21 hacks/config/menger.xml.h:9 #: hacks/config/molecule.xml.h:16 hacks/config/spheremonics.xml.h:12 msgid "Rotate around X axis" msgstr "Obrót wokół osi X" -#: hacks/config/cubenetic.xml.h:17 hacks/config/gltext.xml.h:8 +#: hacks/config/cubenetic.xml.h:17 hacks/config/glblur.xml.h:9 +#: hacks/config/glknots.xml.h:11 hacks/config/gltext.xml.h:8 #: hacks/config/lavalite.xml.h:22 hacks/config/menger.xml.h:10 #: hacks/config/molecule.xml.h:17 hacks/config/spheremonics.xml.h:13 msgid "Rotate around Y and Z axes" msgstr "Obrót wokół osi Y i Z" -#: hacks/config/cubenetic.xml.h:18 hacks/config/gltext.xml.h:9 +#: hacks/config/cubenetic.xml.h:18 hacks/config/glblur.xml.h:10 +#: hacks/config/glknots.xml.h:12 hacks/config/gltext.xml.h:9 #: hacks/config/lavalite.xml.h:23 hacks/config/menger.xml.h:11 #: hacks/config/molecule.xml.h:18 hacks/config/spheremonics.xml.h:14 msgid "Rotate around Y axis" msgstr "Obrót wokół osi Y" -#: hacks/config/cubenetic.xml.h:19 hacks/config/gltext.xml.h:10 +#: hacks/config/cubenetic.xml.h:19 hacks/config/glblur.xml.h:11 +#: hacks/config/glknots.xml.h:13 hacks/config/gltext.xml.h:10 #: hacks/config/lavalite.xml.h:24 hacks/config/menger.xml.h:12 #: hacks/config/molecule.xml.h:19 hacks/config/spheremonics.xml.h:15 msgid "Rotate around Z axis" msgstr "Obrót wokół osi Z" -#: hacks/config/cubenetic.xml.h:20 hacks/config/gltext.xml.h:11 +#: hacks/config/cubenetic.xml.h:20 hacks/config/glblur.xml.h:12 +#: hacks/config/glknots.xml.h:14 hacks/config/gltext.xml.h:11 #: hacks/config/lavalite.xml.h:25 hacks/config/menger.xml.h:13 #: hacks/config/molecule.xml.h:20 hacks/config/spheremonics.xml.h:16 msgid "Rotate around all three axes" @@ -2192,14 +2512,42 @@ msgstr "" msgid "Surface Pattern Speed" msgstr "" -#: hacks/config/cubenetic.xml.h:28 hacks/config/dangerball.xml.h:10 -#: hacks/config/engine.xml.h:8 hacks/config/glforestfire.xml.h:19 -#: hacks/config/gltext.xml.h:17 hacks/config/lavalite.xml.h:30 -#: hacks/config/menger.xml.h:20 hacks/config/molecule.xml.h:25 -#: hacks/config/spheremonics.xml.h:25 hacks/config/wander.xml.h:15 +#: hacks/config/cubenetic.xml.h:28 hacks/config/cubestorm.xml.h:13 +#: hacks/config/dangerball.xml.h:10 hacks/config/engine.xml.h:20 +#: hacks/config/glblur.xml.h:19 hacks/config/glforestfire.xml.h:19 +#: hacks/config/glknots.xml.h:22 hacks/config/gltext.xml.h:17 +#: hacks/config/lavalite.xml.h:31 hacks/config/menger.xml.h:20 +#: hacks/config/molecule.xml.h:25 hacks/config/spheremonics.xml.h:25 +#: hacks/config/wander.xml.h:15 msgid "Wander" msgstr "" +#: hacks/config/cubestorm.xml.h:2 +#, fuzzy +msgid "CubeStorm" +msgstr "Krótkie" + +#: hacks/config/cubestorm.xml.h:3 +msgid "" +"Draws a series of rotating 3D boxes that intersect each other and eventually " +"fill space. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/cubestorm.xml.h:5 hacks/config/glknots.xml.h:6 +#, fuzzy +msgid "Motion Speed" +msgstr "Tempo rotacji" + +#: hacks/config/cubestorm.xml.h:6 +#, fuzzy +msgid "Number of Cubes" +msgstr "Liczba okręgów" + +#: hacks/config/cubestorm.xml.h:10 +#, fuzzy +msgid "Strut Thickness" +msgstr "Grubość" + #: hacks/config/cynosure.xml.h:1 msgid "" "A hack similar to `greynetic', but less frenetic. The first implementation " @@ -2304,8 +2652,8 @@ msgid "" "This takes an image and makes it melt. You've no doubt seen this effect " "before, but no screensaver would really be complete without it. It works " "best if there's something colorful visible. Warning, if the effect continues " -"after the screen saver is off, seek medical attention. Written by David Wald " -"and Vivek Khera." +"after the screen saver is off, seek medical attention. Written by David " +"Wald, Vivek Khera, Jamie Zawinski, and Vince Levey." msgstr "" #: hacks/config/deco.xml.h:3 @@ -2330,7 +2678,7 @@ msgid "" msgstr "" #: hacks/config/deco.xml.h:11 hacks/config/rd-bomb.xml.h:23 -#: hacks/config/whirlygig.xml.h:7 hacks/config/xearth.xml.h:33 +#: hacks/config/whirlygig.xml.h:20 hacks/config/xearth.xml.h:33 #: hacks/config/zoom.xml.h:10 msgid "x" msgstr "x" @@ -2357,10 +2705,6 @@ msgid "" "stripes and spirals. Written by David Bagley." msgstr "" -#: hacks/config/demon.xml.h:2 hacks/config/petri.xml.h:1 -msgid "Cell Size" -msgstr "Rozmiar komórki" - #: hacks/config/demon.xml.h:3 msgid "Demon" msgstr "Demon" @@ -2405,11 +2749,6 @@ msgstr "Rozmiar soczewek" msgid "Magnify" msgstr "Wiele" -#: hacks/config/distort.xml.h:9 hacks/config/glforestfire.xml.h:10 -#: hacks/config/lament.xml.h:4 hacks/config/sballs.xml.h:6 -msgid "Normal" -msgstr "Zwykły" - #: hacks/config/distort.xml.h:10 #, fuzzy msgid "Reflect" @@ -2463,18 +2802,44 @@ msgid "Lissojous Figures" msgstr "" #: hacks/config/electricsheep.xml.h:1 -msgid "ElectricSheep" -msgstr "Elektryczna Owca" - -#: hacks/config/electricsheep.xml.h:2 msgid "" "ElectricSheep is an xscreensaver module that displays mpeg video of an " "animated fractal flame. In the background, it contributes render cycles to " "the next animation. Periodically it uploades completed frames to the server, " "where they are compressed for distribution to all clients. This program is " -"recommended only if you have a high bandwidth connection to the Internet. By " -"Scott Draves. You can find it at <http://www.electricsheep.org/>. See " -"that web site for configuration information." +"recommended only if you have a high bandwidth, always-on connection to the " +"Internet. By Scott Draves. You can find it at <http://www.electricsheep." +"org/>." +msgstr "" + +#: hacks/config/electricsheep.xml.h:2 +msgid "Frame Rate" +msgstr "" + +#: hacks/config/electricsheep.xml.h:3 +#, fuzzy +msgid "Hide Sheep" +msgstr "Tempo" + +#: hacks/config/electricsheep.xml.h:4 +msgid "Megabytes of Local Sheep Storage" +msgstr "" + +#: hacks/config/electricsheep.xml.h:5 +msgid "Nickname" +msgstr "" + +#: hacks/config/electricsheep.xml.h:6 +msgid "Repititions of each Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:7 +#, fuzzy +msgid "Standalone" +msgstr "Standardowe" + +#: hacks/config/electricsheep.xml.h:8 +msgid "URL" msgstr "" #: hacks/config/endgame.xml.h:1 @@ -2489,15 +2854,64 @@ msgid "Endgame" msgstr "Silnik" #: hacks/config/engine.xml.h:1 -msgid "" -"Draws a simple four-stroke engine that floats around the screen. Written by " -"Ben Buxton." +msgid "Audi Quattro (5 cylinders)" msgstr "" #: hacks/config/engine.xml.h:2 +msgid "BMW M3 (4 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:3 +msgid "BMW M5 (6 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:4 +msgid "Corvette Z06 (8 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:5 +msgid "Dodge Viper (10 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:6 +msgid "" +"Draws a simple model of an engine that floats around the screen. Written by " +"Ben Buxton and Ed Beroset." +msgstr "" + +#: hacks/config/engine.xml.h:7 msgid "Engine" msgstr "Silnik" +#: hacks/config/engine.xml.h:9 +msgid "Honda Insight (3 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:10 +msgid "Jaguar XKE (12 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:11 +msgid "Porsche 911 (6 cylinders, flat)" +msgstr "" + +#: hacks/config/engine.xml.h:12 +#, fuzzy +msgid "Random Engine" +msgstr "Losowanie" + +#: hacks/config/engine.xml.h:13 +msgid "Show Engine Name" +msgstr "" + +#: hacks/config/engine.xml.h:18 +msgid "Subaru XT (6 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:19 +msgid "VW Beetle (4 cylinders, flat)" +msgstr "" + #: hacks/config/epicycle.xml.h:4 msgid "Epicycle" msgstr "Epicykl" @@ -2514,6 +2928,55 @@ msgid "" "planetary motion. Written by James Youngman." msgstr "" +#: hacks/config/eruption.xml.h:1 +msgid "An exposive version of XFlame. By W.P. van Paassen." +msgstr "" + +#: hacks/config/eruption.xml.h:2 +msgid "Cooling factor" +msgstr "" + +#: hacks/config/eruption.xml.h:4 +#, fuzzy +msgid "Eruption" +msgstr "Odpychanie" + +#: hacks/config/eruption.xml.h:7 hacks/config/fluidballs.xml.h:9 +#: hacks/config/qix.xml.h:9 hacks/config/speedmine.xml.h:4 +msgid "Gravity" +msgstr "Grawitacja" + +#: hacks/config/eruption.xml.h:8 +msgid "Heat" +msgstr "" + +#: hacks/config/eruption.xml.h:9 +#, fuzzy +msgid "Inferno" +msgstr "Interferencja" + +#: hacks/config/eruption.xml.h:10 +msgid "Little" +msgstr "" + +#: hacks/config/eruption.xml.h:13 +msgid "Negative" +msgstr "" + +#: hacks/config/eruption.xml.h:15 +#, fuzzy +msgid "Number of Particles" +msgstr "Liczba okręgów" + +#: hacks/config/eruption.xml.h:16 +#, fuzzy +msgid "Pleasant" +msgstr "Planeta GL" + +#: hacks/config/eruption.xml.h:17 +msgid "Positive" +msgstr "" + #: hacks/config/euler2d.xml.h:2 msgid "Euler2d" msgstr "" @@ -2630,7 +3093,8 @@ msgstr "" msgid "0 Seconds" msgstr "0 sekund" -#: hacks/config/flame.xml.h:2 hacks/config/maze.xml.h:2 +#: hacks/config/flame.xml.h:2 hacks/config/glslideshow.xml.h:2 +#: hacks/config/maze.xml.h:2 msgid "10 Seconds" msgstr "10 sekund" @@ -2640,7 +3104,7 @@ msgid "Another iterative fractal generator. Written by Scott Draves." msgstr "" "Kolejny interaktywny generator fraktali. Napisany przez Scotta Dravesa." -#: hacks/config/flame.xml.h:4 +#: hacks/config/flame.xml.h:4 hacks/config/jigglypuff.xml.h:4 msgid "Complexity" msgstr "" @@ -2701,34 +3165,28 @@ msgid "Zoom In and Out" msgstr "" #: hacks/config/fluidballs.xml.h:1 +msgid " Freefall" +msgstr "" + +#: hacks/config/fluidballs.xml.h:2 #, fuzzy msgid "Ball Size" msgstr "Rozmiar komórki" -#: hacks/config/fluidballs.xml.h:5 +#: hacks/config/fluidballs.xml.h:4 +msgid "Clay" +msgstr "" + +#: hacks/config/fluidballs.xml.h:7 #, fuzzy msgid "FluidBalls" msgstr "Piłki" -#: hacks/config/fluidballs.xml.h:6 -msgid "Freefall" -msgstr "" - -#: hacks/config/fluidballs.xml.h:7 hacks/config/twang.xml.h:4 +#: hacks/config/fluidballs.xml.h:8 hacks/config/twang.xml.h:4 #, fuzzy msgid "Friction" msgstr "_Czynność" -#: hacks/config/fluidballs.xml.h:8 -#, fuzzy -msgid "Glass" -msgstr "Koła zębate" - -#: hacks/config/fluidballs.xml.h:9 hacks/config/qix.xml.h:9 -#: hacks/config/speedmine.xml.h:4 -msgid "Gravity" -msgstr "Grawitacja" - #: hacks/config/fluidballs.xml.h:10 msgid "Hurricane" msgstr "" @@ -2747,8 +3205,8 @@ msgstr "" #: hacks/config/fluidballs.xml.h:15 #, fuzzy -msgid "Sandpaper" -msgstr "_Tapeta" +msgid "Rubber" +msgstr "Bąble" #: hacks/config/fluidballs.xml.h:16 msgid "Shake Box" @@ -2768,6 +3226,100 @@ msgstr "" msgid "Wind" msgstr "Windows" +#: hacks/config/flurry.xml.h:1 +msgid "Binary" +msgstr "" + +#: hacks/config/flurry.xml.h:2 +#, fuzzy +msgid "Classic" +msgstr "Koła zębate" + +#: hacks/config/flurry.xml.h:3 +#, fuzzy +msgid "Fire" +msgstr "_Plik" + +#: hacks/config/flurry.xml.h:4 +msgid "Flurry" +msgstr "" + +#: hacks/config/flurry.xml.h:5 +msgid "Insane" +msgstr "" + +#: hacks/config/flurry.xml.h:6 +msgid "Psychedelic" +msgstr "" + +#: hacks/config/flurry.xml.h:7 +msgid "RGB" +msgstr "" + +#: hacks/config/flurry.xml.h:8 hacks/config/jigglypuff.xml.h:13 +#: hacks/config/sballs.xml.h:10 hacks/config/whirlygig.xml.h:12 +msgid "Random" +msgstr "Losowa" + +#: hacks/config/flurry.xml.h:10 +msgid "" +"This port of the OSX screensaver of the same name draws a colourful star" +"(fish)like flurry of particles. xscreensaver port by Tobias Sargeant <" +"tobias.sargeant@bigpond.com> Original Mac version by Calum Robinson <" +"calumr@mac.com> http://homepage.mac.com/calumr" +msgstr "" + +#: hacks/config/flurry.xml.h:11 +#, fuzzy +msgid "Water" +msgstr "Blaster" + +#: hacks/config/flyingtoasters.xml.h:1 +msgid "" +"A fleet of 3d space-age jet-powered flying toasters (and toast!) Inspired by " +"the ancient Berkeley Systems After Dark flying toasters. By Jamie Zawinski " +"and Baconmonkey." +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:2 +#, fuzzy +msgid "Air Speed" +msgstr "Tempo animacji" + +#: hacks/config/flyingtoasters.xml.h:4 +msgid "Chrome Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:6 +msgid "Flying Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:7 hacks/config/glslideshow.xml.h:16 +#: hacks/config/jigglypuff.xml.h:12 hacks/config/juggle.xml.h:6 +#: hacks/config/pipes.xml.h:10 +msgid "None" +msgstr "Brak" + +#: hacks/config/flyingtoasters.xml.h:8 +#, fuzzy +msgid "Number of Slices" +msgstr "Liczba okręgów" + +#: hacks/config/flyingtoasters.xml.h:9 +#, fuzzy +msgid "Number of Toasters" +msgstr "Liczba punktów" + +#: hacks/config/flyingtoasters.xml.h:12 +#, fuzzy +msgid "Solid Colors" +msgstr "Jednolite podłoże" + +#: hacks/config/flyingtoasters.xml.h:13 +#, fuzzy +msgid "Swarm" +msgstr "XRaySwarm" + #: hacks/config/forest.xml.h:2 hacks/config/glforestfire.xml.h:6 msgid "Forest" msgstr "Las" @@ -2852,7 +3404,7 @@ msgstr "Wygaszacz ekranu" msgid "Wave Speed" msgstr "Tempo ruchu fali" -#: hacks/config/gflux.xml.h:15 +#: hacks/config/gflux.xml.h:15 hacks/config/glmatrix.xml.h:20 msgid "Waves" msgstr "Fale" @@ -2860,6 +3412,25 @@ msgstr "Fale" msgid "Wire Mesh" msgstr "" +#: hacks/config/glblur.xml.h:1 +msgid "Blur Smoothness" +msgstr "" + +#: hacks/config/glblur.xml.h:5 +msgid "GLBlur" +msgstr "" + +#: hacks/config/glblur.xml.h:18 +msgid "" +"This program draws a box and a few line segments, and generates a radial " +"blur outward from it. This creates flowing field effects. This is done by " +"rendering the scene into a small texture, then repeatedly rendering " +"increasingly-enlarged and increasingly-transparent versions of that texture " +"onto the frame buffer. As such, it's quite graphics intensive: don't bother " +"trying to run this if you don't have hardware-accelerated OpenGL texture " +"support. It will hurt your machine bad." +msgstr "" + #: hacks/config/glforestfire.xml.h:2 msgid "Desert" msgstr "Pustynia" @@ -2871,7 +3442,7 @@ msgid "" "for texture maps. Written by Eric Lassauge <lassauge@mail.dotcom.fr>." msgstr "" -#: hacks/config/glforestfire.xml.h:5 +#: hacks/config/glforestfire.xml.h:5 hacks/config/glmatrix.xml.h:9 msgid "Fog" msgstr "Mgła" @@ -2900,10 +3471,89 @@ msgstr "Deszcz" msgid "Track mouse" msgstr "" -#: hacks/config/glforestfire.xml.h:18 hacks/config/lament.xml.h:8 -#: hacks/config/sballs.xml.h:17 -msgid "Untextured" -msgstr "Bez tekstury" +#: hacks/config/glknots.xml.h:4 +#, fuzzy +msgid "GLKnots" +msgstr "Układ" + +#: hacks/config/glknots.xml.h:5 +msgid "" +"Generates some twisting 3d knot patterns. Spins 'em around. Written by Jamie " +"Zawinski." +msgstr "" + +#: hacks/config/glknots.xml.h:7 hacks/config/lavalite.xml.h:17 +#: hacks/config/spheremonics.xml.h:9 +#, fuzzy +msgid "Resolution" +msgstr "Obrót" + +#: hacks/config/glknots.xml.h:15 +#, fuzzy +msgid "Segmented" +msgstr "Segmenty" + +#: hacks/config/glknots.xml.h:18 hacks/config/lavalite.xml.h:28 +msgid "Smooth" +msgstr "" + +#: hacks/config/glmatrix.xml.h:2 hacks/config/xmatrix.xml.h:1 +msgid "Binary Encoding" +msgstr "Kodowanie binarne" + +#: hacks/config/glmatrix.xml.h:4 +msgid "Draw Glyphs" +msgstr "" + +#: hacks/config/glmatrix.xml.h:5 +#, fuzzy +msgid "Draw Outlines" +msgstr "Rysowanie atomów" + +#: hacks/config/glmatrix.xml.h:6 +#, fuzzy +msgid "Draw Solid Boxes" +msgstr "Wybór" + +#: hacks/config/glmatrix.xml.h:7 +msgid "" +"Draws 3D dropping characters similar to what is seen in the title sequence " +"of \"The Matrix\". See also \"xmatrix\" for a 2D rendering of the similar " +"effect that appeared on the computer monitors actually *in* the movie. " +"Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/glmatrix.xml.h:10 +#, fuzzy +msgid "GLMatrix" +msgstr "Xmatrix" + +#: hacks/config/glmatrix.xml.h:11 hacks/config/xmatrix.xml.h:7 +msgid "Genetic Encoding" +msgstr "Kodowanie genetyczne" + +#: hacks/config/glmatrix.xml.h:12 +#, fuzzy +msgid "Glyph Density" +msgstr "Gęstość" + +#: hacks/config/glmatrix.xml.h:13 +#, fuzzy +msgid "Glyph Speed" +msgstr "Tempo ruchu ryby" + +#: hacks/config/glmatrix.xml.h:14 hacks/config/xmatrix.xml.h:8 +msgid "Hexadecimal Encoding" +msgstr "Kodowanie szesnastkowe" + +#: hacks/config/glmatrix.xml.h:15 hacks/config/xmatrix.xml.h:11 +msgid "Matrix Encoding" +msgstr "Kodowanie macierzy" + +#: hacks/config/glmatrix.xml.h:16 +#, fuzzy +msgid "Panning" +msgstr "Pakiety" #: hacks/config/glplanet.xml.h:1 msgid "" @@ -2921,14 +3571,65 @@ msgstr "Planeta GL" msgid "Image File" msgstr "Plik z obrazem" -#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 -msgid "1" -msgstr "1" +#: hacks/config/glslideshow.xml.h:4 hacks/config/rd-bomb.xml.h:5 +#, no-c-format +msgid "100%" +msgstr "100%" -#: hacks/config/glsnake.xml.h:2 hacks/config/penrose.xml.h:2 +#: hacks/config/glslideshow.xml.h:5 hacks/config/glsnake.xml.h:2 +#: hacks/config/penrose.xml.h:2 msgid "30 Seconds" msgstr "30 sekund" +#: hacks/config/glslideshow.xml.h:6 +#, fuzzy +msgid "5 Minutes" +msgstr "1 minuta" + +#: hacks/config/glslideshow.xml.h:8 +#, no-c-format +msgid "50%" +msgstr "" + +#: hacks/config/glslideshow.xml.h:9 +msgid "Always show at least this much of the image:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:10 +#, fuzzy +msgid "Crossfade Duration:" +msgstr "Okres blaknięcia" + +#: hacks/config/glslideshow.xml.h:11 +msgid "Frame Rate:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:12 +msgid "GLSlideshow" +msgstr "" + +#: hacks/config/glslideshow.xml.h:14 +msgid "" +"Loads a random sequence of images and smoothly scans and zooms around in " +"each, fading from pan to pan. You can set the directory from which images " +"are loaded on the \"Advanced\" tab. This program requires a good video card " +"capable of supporting large textures. Written by Jamie Zawinski and Mike " +"Oliphant." +msgstr "" + +#: hacks/config/glslideshow.xml.h:17 +#, fuzzy +msgid "Pan/Zoom Duration:" +msgstr "Okres blaknięcia" + +#: hacks/config/glslideshow.xml.h:19 +msgid "Time until loading a new image:" +msgstr "" + +#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 +msgid "1" +msgstr "1" + #: hacks/config/glsnake.xml.h:3 msgid "" "Draws a simulation of the Rubik's Snake puzzle. Written by Jamie Wilkinson, " @@ -3068,15 +3769,64 @@ msgid "" "looks kind of like a cloud-chamber photograph. Written by Greg Bowering." msgstr "" -#: hacks/config/greynetic.xml.h:2 -msgid "Greynetic" -msgstr "Greynetic" +#: hacks/config/greynetic.xml.h:2 +msgid "Greynetic" +msgstr "Greynetic" + +#: hacks/config/greynetic.xml.h:5 +msgid "" +"This draws random colored and stippled rectangles. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/halftone.xml.h:1 +msgid "Delay (Large = low cpu load)" +msgstr "" + +#: hacks/config/halftone.xml.h:2 +msgid "Dot fill factor" +msgstr "" + +#: hacks/config/halftone.xml.h:3 +#, fuzzy +msgid "Dot size" +msgstr "Rozmiar mrówki" + +#: hacks/config/halftone.xml.h:4 +msgid "" +"Draws the gravity force in each point on the screen seen through a halftone " +"dot pattern. The gravity force is calculated from a set of moving mass " +"points. View it from a distance for best effect. Written by Peter Jaric <" +"peter@jaric.org>." +msgstr "" + +#: hacks/config/halftone.xml.h:5 +#, fuzzy +msgid "Gravity points" +msgstr "Grawitacja" + +#: hacks/config/halftone.xml.h:6 +#, fuzzy +msgid "Halftone" +msgstr "Halo" + +#: hacks/config/halftone.xml.h:10 +msgid "Maximum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:11 +#, fuzzy +msgid "Maximum speed" +msgstr "Tempo animacji" -#: hacks/config/greynetic.xml.h:5 -msgid "" -"This draws random colored and stippled rectangles. Written by Jamie Zawinski." +#: hacks/config/halftone.xml.h:12 +msgid "Minimum mass" msgstr "" +#: hacks/config/halftone.xml.h:13 +#, fuzzy +msgid "Minimum speed" +msgstr "Tempo animacji" + #: hacks/config/halo.xml.h:1 msgid "Animate Circles" msgstr "Animowanie okręgów" @@ -3233,6 +3983,109 @@ msgid "" "brain will melt. Written by Joe Keane, Fritz Mueller, and Jamie Zawinski." msgstr "" +#: hacks/config/hypertorus.xml.h:1 +msgid "-4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:2 +msgid "4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:3 +msgid "4D Hypertorus" +msgstr "" + +#: hacks/config/hypertorus.xml.h:4 +#, fuzzy +msgid "Color Wheel" +msgstr "Kolor" + +#: hacks/config/hypertorus.xml.h:5 +#, fuzzy +msgid "Display Speed" +msgstr "Wybór" + +#: hacks/config/hypertorus.xml.h:7 +msgid "Orthographic 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:8 +msgid "Orthographic 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:9 +msgid "Perspective 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:10 +msgid "Perspective 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:11 +msgid "See-Through Bands" +msgstr "" + +#: hacks/config/hypertorus.xml.h:14 +#, fuzzy +msgid "Solid Object" +msgstr "Losowy obiekt" + +#: hacks/config/hypertorus.xml.h:15 hacks/config/pulsar.xml.h:16 +msgid "Solid Surface" +msgstr "Jednolita powierzchnia" + +#: hacks/config/hypertorus.xml.h:16 +msgid "" +"This program shows a rotating Clifford Torus: a torus lying on the \"surface" +"\" of a 4D hypersphere. Written by Carsten Steger, inspired by Thomas " +"Banchoff's book \"Beyond the Third Dimension: Geometry, Computer Graphics, " +"and Higher Dimensions\", Scientific American Library, 1990." +msgstr "" + +#: hacks/config/hypertorus.xml.h:17 +#, fuzzy +msgid "Transparent Surface" +msgstr "Przezroczystość" + +#: hacks/config/hypertorus.xml.h:18 +msgid "Two-Sided" +msgstr "" + +#: hacks/config/hypertorus.xml.h:19 +#, fuzzy +msgid "WX Rotation Speed" +msgstr "Tempo rotacji" + +#: hacks/config/hypertorus.xml.h:20 +#, fuzzy +msgid "WY Rotation Speed" +msgstr "Tempo rotacji" + +#: hacks/config/hypertorus.xml.h:21 +#, fuzzy +msgid "WZ Rotation Speed" +msgstr "Tempo rotacji" + +#: hacks/config/hypertorus.xml.h:22 +#, fuzzy +msgid "Wireframe Mesh" +msgstr "Szkielet" + +#: hacks/config/hypertorus.xml.h:23 +#, fuzzy +msgid "XY Rotation Speed" +msgstr "Tempo rotacji" + +#: hacks/config/hypertorus.xml.h:24 +#, fuzzy +msgid "XZ Rotation Speed" +msgstr "Tempo rotacji" + +#: hacks/config/hypertorus.xml.h:25 +#, fuzzy +msgid "YZ Rotation Speed" +msgstr "Tempo rotacji" + #: hacks/config/ifs.xml.h:2 msgid "IFS" msgstr "IFS" @@ -3301,6 +4154,98 @@ msgstr "Liczba fal" msgid "Wave Size" msgstr "Rozmiar fali" +#: hacks/config/jigglypuff.xml.h:2 +msgid "Chrome" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:3 +msgid "Clown barf" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:5 +#, fuzzy +msgid "Cycle" +msgstr "Zmiana wygaszacza po" + +#: hacks/config/jigglypuff.xml.h:7 +msgid "Flower box" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:9 +msgid "Inertial damping" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:10 +msgid "JigglyPuff" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:14 +#, fuzzy +msgid "Rotation speed" +msgstr "Tempo rotacji" + +#: hacks/config/jigglypuff.xml.h:17 hacks/config/sphere.xml.h:7 +msgid "Sphere" +msgstr "Sfera" + +#: hacks/config/jigglypuff.xml.h:18 +msgid "Sphere strength" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:19 +#, fuzzy +msgid "Spookiness" +msgstr "Krzywe" + +#: hacks/config/jigglypuff.xml.h:20 +msgid "Spoooooky" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:21 hacks/config/sballs.xml.h:16 +msgid "Tetrahedron" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:22 +msgid "" +"This little gem does bad things with quasi-spherical objects. The gist of it " +"is that you have what is, structurally, a tetrahedron with tesselated faces. " +"the vertices on these faces have forces on them in the form of one " +"proportional to their distance from the surface of a sphere, and one which " +"is proportional to how far they differ from some ideal distance from their " +"neighbors. They also have inertia. The forces and distance are parameters " +"and there are also a couple of visual parameters. The resulting effect can " +"range from a shape that does nothing, to a frenetic polygon storm. Somewhere " +"in between there it usually manifests as a blob that jiggles in a kind of " +"disturbing manner. woo. It doesn't matter, however. You should just pick " +"'random'. It overrides all the other options, except for fps, delay and " +"complexity. By Keith Macleod" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:23 +msgid "Vertex-vertex behavior" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:24 +msgid "Vertex-vertex force" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:26 +msgid "collapse" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:27 +msgid "expand" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:28 +#, fuzzy +msgid "none" +msgstr "Brak" + +#: hacks/config/jigglypuff.xml.h:29 +msgid "strong" +msgstr "" + #: hacks/config/jigsaw.xml.h:4 msgid "Jigsaw" msgstr "Układanka" @@ -3332,10 +4277,6 @@ msgstr "" msgid "Juggle" msgstr "" -#: hacks/config/juggle.xml.h:6 hacks/config/pipes.xml.h:10 -msgid "None" -msgstr "Brak" - #: hacks/config/julia.xml.h:3 hacks/config/rorschach.xml.h:4 msgid "Iterations" msgstr "Iteracje" @@ -3378,6 +4319,25 @@ msgstr "" msgid "Trails" msgstr "Warkocze" +#: hacks/config/klein.xml.h:3 +msgid "Klein" +msgstr "" + +#: hacks/config/klein.xml.h:10 +msgid "" +"This draws a visualization of a Klein bottle or some other interesting " +"parametric surfaces. Written by Andrey Mirtchovski." +msgstr "" + +#: hacks/config/klein.xml.h:11 +msgid "Use Randomized Surfaces and Primitives" +msgstr "" + +#: hacks/config/klein.xml.h:12 +#, fuzzy +msgid "Wander Around the Screen" +msgstr "Wyśrodkowanie na ekranie" + #: hacks/config/kumppa.xml.h:5 msgid "Kumppa" msgstr "Kumppa" @@ -3464,19 +4424,10 @@ msgstr "Nałożenie z operacją XOR" msgid "Random Lamp Style" msgstr "Losowy rozmiar do" -#: hacks/config/lavalite.xml.h:17 hacks/config/spheremonics.xml.h:9 -#, fuzzy -msgid "Resolution" -msgstr "Obrót" - #: hacks/config/lavalite.xml.h:18 msgid "Rocket Lavalite" msgstr "" -#: hacks/config/lavalite.xml.h:27 -msgid "Smooth" -msgstr "" - #: hacks/config/lightning.xml.h:2 msgid "Lightning" msgstr "" @@ -3627,6 +4578,36 @@ msgstr "" "Rysuje w dwóch wymiarach rekurencyjnie fraktal - trójkąt Sierpińskiego. " "Autor: Desmond Daignault." +#: hacks/config/metaballs.xml.h:1 +#, fuzzy +msgid "Big" +msgstr "nóżki" + +#: hacks/config/metaballs.xml.h:2 +msgid "" +"Draws two dimensional metaballs: overlapping and merging balls with fuzzy " +"edges. By W.P. van Paassen." +msgstr "" + +#: hacks/config/metaballs.xml.h:7 +msgid "MetaBall Movement" +msgstr "" + +#: hacks/config/metaballs.xml.h:8 +#, fuzzy +msgid "MetaBall Radius" +msgstr "Promień ziarna" + +#: hacks/config/metaballs.xml.h:9 +#, fuzzy +msgid "MetaBalls" +msgstr "Piłki" + +#: hacks/config/metaballs.xml.h:11 +#, fuzzy +msgid "Number of MetaBalls" +msgstr "Liczba fraktali" + #: hacks/config/moebius.xml.h:1 msgid "" "Another M. C. Escher hack by Marcelo Vianna, this one draws ``Moebius Strip " @@ -3993,6 +4974,28 @@ msgstr "Fosfor" msgid "Scale" msgstr "Skalowana" +#: hacks/config/piecewise.xml.h:1 +msgid "Color shifting speed" +msgstr "" + +#: hacks/config/piecewise.xml.h:6 +msgid "Maximum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:7 +msgid "Minimum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:8 +msgid "Piecewise" +msgstr "" + +#: hacks/config/piecewise.xml.h:12 +msgid "" +"This draws a bunch of moving circles which switch from visibility to " +"invisibility at intersection points. Written by Geoffrey Irving." +msgstr "" + #: hacks/config/pipes.xml.h:1 msgid "Allow Tight Turns" msgstr "" @@ -4060,6 +5063,37 @@ msgid "" "puzzle pieces. Written by Stephen Montgomery-Smith." msgstr "" +#: hacks/config/popsquares.xml.h:1 +#, fuzzy +msgid "Border" +msgstr "Szerokość krawędzi" + +#: hacks/config/popsquares.xml.h:2 +msgid "End color" +msgstr "" + +#: hacks/config/popsquares.xml.h:7 +#, fuzzy +msgid "Start color" +msgstr "Drugi kolor" + +#: hacks/config/popsquares.xml.h:8 +msgid "Subdivision" +msgstr "" + +#: hacks/config/popsquares.xml.h:9 +msgid "" +"This draws a pop-art-ish looking grid of pulsing colors. By Levi Burton." +msgstr "" + +#: hacks/config/popsquares.xml.h:10 +msgid "Twitch" +msgstr "" + +#: hacks/config/popsquares.xml.h:11 +msgid "popsquares" +msgstr "" + #: hacks/config/pulsar.xml.h:1 msgid "Anti-alias Lines" msgstr "" @@ -4108,10 +5142,6 @@ msgstr "Pulsar" msgid "Quad Count" msgstr "Liczba:" -#: hacks/config/pulsar.xml.h:16 -msgid "Solid Surface" -msgstr "Jednolita powierzchnia" - #: hacks/config/pulsar.xml.h:18 msgid "Texture PPM File" msgstr "Plik PPM z teksturą" @@ -4124,11 +5154,6 @@ msgstr "" msgid "Launch Frequency" msgstr "" -#: hacks/config/pyro.xml.h:8 -#, fuzzy -msgid "Often" -msgstr "Otwarcie" - #: hacks/config/pyro.xml.h:9 msgid "Particle Density" msgstr "Gęstość cząstek" @@ -4206,11 +5231,6 @@ msgstr "/" msgid "1%" msgstr "1%" -#: hacks/config/rd-bomb.xml.h:5 -#, no-c-format -msgid "100%" -msgstr "100%" - #: hacks/config/rd-bomb.xml.h:7 msgid "" "Another variation of the `Bomb' program by Scott Draves. This draws a grid " @@ -4428,10 +5448,6 @@ msgstr "Panel" msgid "Pyramid" msgstr "Piramida" -#: hacks/config/sballs.xml.h:10 -msgid "Random" -msgstr "Losowa" - #: hacks/config/sballs.xml.h:11 #, fuzzy msgid "Sballs" @@ -4441,10 +5457,6 @@ msgstr "Małe" msgid "Star" msgstr "Gwiazda" -#: hacks/config/sballs.xml.h:16 -msgid "Tetrahedron" -msgstr "" - #: hacks/config/shadebobs.xml.h:7 msgid "ShadeBobs" msgstr "" @@ -4605,10 +5617,6 @@ msgid "" "Duff in 1982." msgstr "" -#: hacks/config/sphere.xml.h:7 -msgid "Sphere" -msgstr "Sfera" - #: hacks/config/sphereEversion.xml.h:1 #, fuzzy msgid "SphereEversion" @@ -4642,7 +5650,7 @@ msgid "" "angular momentum operators. Written by Paul Bourke and Jamie Zawinski." msgstr "" -#: hacks/config/spiral.xml.h:2 +#: hacks/config/spiral.xml.h:2 hacks/config/superquadrics.xml.h:2 msgid "Cycles" msgstr "" @@ -4715,10 +5723,9 @@ msgid "" "work with some window managers, but not with others, so your mileage may " "vary. SSystem was once available at <http://www1.las.es/~amil/ssystem/" ">, but is now gone. You may still be able to find copies elsewhere. " -"SSystem has since evolved into two different programs: OpenUniverse (http://" -"openuniverse.sourceforge.net/) and Celestia (http://www.shatters.net/" -"celestia/). Sadly, neither of these programs work with xscreensaver at all. " -"You are encouraged to nag their authors into adding xscreensaver support!" +"SSystem has since evolved into Celestia, found at <http://www.shatters." +"net/celestia/>. Sadly, Celestia does not work with xscreensaver at all. " +"You are encouraged to nag the authors into adding xscreensaver support!" msgstr "" #: hacks/config/stairs.xml.h:6 @@ -4839,14 +5846,14 @@ msgid "" "Written by Massimino Pascal." msgstr "" -#: hacks/config/superquadrics.xml.h:2 +#: hacks/config/superquadrics.xml.h:3 msgid "" "Ed Mackey reports that he wrote the first version of this program in BASIC " "on a Commodore 64 in 1987, as a 320x200 black and white wireframe. Now it is " "GL and has specular reflections." msgstr "" -#: hacks/config/superquadrics.xml.h:10 +#: hacks/config/superquadrics.xml.h:11 msgid "Superquadrics" msgstr "" @@ -5076,17 +6083,68 @@ msgid "Amplitude" msgstr "" #: hacks/config/whirlygig.xml.h:2 +#, fuzzy +msgid "Circle" +msgstr "Obwód" + +#: hacks/config/whirlygig.xml.h:3 msgid "Draws zooming chains of sinusoidal spots. Written by Ashton Trey Belew." msgstr "" +#: hacks/config/whirlygig.xml.h:4 +#, fuzzy +msgid "Explain modes" +msgstr "Tryby wyświetlania" + #: hacks/config/whirlygig.xml.h:5 -msgid "Whirlies" +msgid "Fun" msgstr "" #: hacks/config/whirlygig.xml.h:6 +msgid "Funky" +msgstr "" + +#: hacks/config/whirlygig.xml.h:7 +msgid "Innie" +msgstr "" + +#: hacks/config/whirlygig.xml.h:8 +#, fuzzy +msgid "Leave a trail" +msgstr "Nałożenie z operacją XOR" + +#: hacks/config/whirlygig.xml.h:9 +#, fuzzy +msgid "Linear" +msgstr "Linie" + +#: hacks/config/whirlygig.xml.h:11 +#, fuzzy +msgid "Lissajous" +msgstr "Lisa" + +#: hacks/config/whirlygig.xml.h:15 +#, fuzzy +msgid "Test" +msgstr "Najlepszy" + +#: hacks/config/whirlygig.xml.h:16 +#, fuzzy +msgid "Use Double Buffering" +msgstr "Podwójne buforowanie" + +#: hacks/config/whirlygig.xml.h:17 +msgid "Whirlies" +msgstr "" + +#: hacks/config/whirlygig.xml.h:18 msgid "WhirlyGig" msgstr "" +#: hacks/config/whirlygig.xml.h:19 +msgid "Wrap the screen" +msgstr "" + #: hacks/config/worm.xml.h:1 msgid "" "An ancient xlock hack that draws multicolored worms that crawl around the " @@ -5103,7 +6161,7 @@ msgid "" "XaoS generates fast fly-through animations of the Mandelbrot and other " "fractal sets. Written by Thomas Marsh and Jan Hubicka. This is not included " "with the XScreenSaver package, but if you don't have it already, you can " -"find it at <http://limax.paru.cas.cz/~hubicka/XaoS/>." +"find it at <http://xaos.theory.org/>." msgstr "" #: hacks/config/xdaliclock.xml.h:1 @@ -5128,7 +6186,7 @@ msgstr "Wybór" msgid "Huge Font" msgstr "Potężna czcionka" -#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:9 +#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:10 msgid "Large Font" msgstr "Duża czcionka" @@ -5136,7 +6194,7 @@ msgstr "Duża czcionka" msgid "Medium Font" msgstr "Średnia czcionka" -#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:16 msgid "Small Font" msgstr "Mała czcionka" @@ -5309,16 +6367,14 @@ msgstr "" msgid "Xlyap" msgstr "Xlyap" -#: hacks/config/xmatrix.xml.h:1 +#: hacks/config/xmatrix.xml.h:3 msgid "" -"A rendition of the text scrolls seen in the movie ``The Matrix.'' Written by " -"Jamie Zawinski." +"Draws dropping characters similar to what is seen on the computer monitors " +"in \"The Matrix\". See also \"glmatrix\" for a 3D rendering of the similar " +"effect that appeared in the title sequence of the movie. Written by Jamie " +"Zawinski." msgstr "" -#: hacks/config/xmatrix.xml.h:2 -msgid "Binary Encoding" -msgstr "Kodowanie binarne" - #: hacks/config/xmatrix.xml.h:4 msgid "Expansion Algorithm" msgstr "" @@ -5327,35 +6383,27 @@ msgstr "" msgid "Full" msgstr "" -#: hacks/config/xmatrix.xml.h:7 -msgid "Genetic Encoding" -msgstr "Kodowanie genetyczne" - -#: hacks/config/xmatrix.xml.h:8 -msgid "Hexadecimal Encoding" -msgstr "Kodowanie szesnastkowe" - -#: hacks/config/xmatrix.xml.h:10 -msgid "Matrix Encoding" -msgstr "Kodowanie macierzy" +#: hacks/config/xmatrix.xml.h:9 +msgid "Knock Knock" +msgstr "" -#: hacks/config/xmatrix.xml.h:11 +#: hacks/config/xmatrix.xml.h:12 msgid "Phone Number" msgstr "Number telefonu" -#: hacks/config/xmatrix.xml.h:12 +#: hacks/config/xmatrix.xml.h:13 msgid "Run Trace Program" msgstr "Uruchomienie programu śledzącego" -#: hacks/config/xmatrix.xml.h:13 +#: hacks/config/xmatrix.xml.h:14 msgid "Slider Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:18 +#: hacks/config/xmatrix.xml.h:19 msgid "Synergistic Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:19 +#: hacks/config/xmatrix.xml.h:20 msgid "Xmatrix" msgstr "Xmatrix" @@ -5460,3 +6508,16 @@ msgid "" "option the result is like looking through many overlapping lenses rather " "than just a simple zoom. Written by James Macnicol." msgstr "" + +#~ msgid "Configure the settings of the screensaver." +#~ msgstr "Konfiguracja ustawień wygaszacza ekranu." + +#~ msgid "Preview of screen saver" +#~ msgstr "Podgląd wygaszacza ekranu" + +#~ msgid "ElectricSheep" +#~ msgstr "Elektryczna Owca" + +#, fuzzy +#~ msgid "Sandpaper" +#~ msgstr "_Tapeta" diff --git a/po/pt.po b/po/pt.po index 0d1d1cea..73e7a1d0 100644 --- a/po/pt.po +++ b/po/pt.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.0\n" -"POT-Creation-Date: 2002-06-18 21:56+0200\n" +"POT-Creation-Date: 2003-07-24 19:05+0200\n" "PO-Revision-Date: 2002-04-27 01:15+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Potuguese \n" @@ -13,35 +13,40 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: driver/demo-Gtk-conf.c:729 +#: driver/demo-Gtk-conf.c:731 msgid "Browse..." msgstr "Pesquisar..." -#: driver/demo-Gtk-conf.c:1021 +#: driver/demo-Gtk-conf.c:1023 msgid "Select file." msgstr "Seleccionar ficheiro." -#: driver/demo-Gtk-support.c:121 +#: driver/demo-Gtk-support.c:135 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "" -#: driver/demo-Gtk-support.c:130 +#: driver/demo-Gtk-support.c:147 driver/demo-Gtk-support.c:179 #, c-format msgid "Error loading pixmap file: %s" msgstr "" +#: driver/demo-Gtk-support.c:182 +#, c-format +msgid "reason: %s\n" +msgstr "" + #: driver/demo-Gtk-widgets.c:155 driver/xscreensaver-demo.glade.h:89 -#: driver/xscreensaver-demo.glade2.h:43 +#: driver/xscreensaver-demo.glade2.h:65 msgid "XScreenSaver" msgstr "XScreenSaver" -#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:54 +#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:76 msgid "_File" msgstr "_Ficheiro" #: driver/demo-Gtk-widgets.c:196 driver/xscreensaver-demo.glade.h:93 -#: driver/xscreensaver-demo.glade2.h:48 +#: driver/xscreensaver-demo.glade2.h:70 msgid "_Blank Screen Now" msgstr "Ecrã Preto _Agora" @@ -52,7 +57,7 @@ msgstr "" "Activar agora o deamon XScreenSaver (trancando o ecrã se assim configurado.)" #: driver/demo-Gtk-widgets.c:209 driver/xscreensaver-demo.glade.h:97 -#: driver/xscreensaver-demo.glade2.h:58 +#: driver/xscreensaver-demo.glade2.h:80 msgid "_Lock Screen Now" msgstr "_Trancar Ecrã Agora" @@ -61,7 +66,7 @@ msgid "Lock the screen now (even if \"Lock Screen\" is unchecked.)" msgstr "Trancar o ecrã agora (mesmo se \"Trancar Ecrã\" não seleccionado.)" #: driver/demo-Gtk-widgets.c:222 driver/xscreensaver-demo.glade.h:96 -#: driver/xscreensaver-demo.glade2.h:56 +#: driver/xscreensaver-demo.glade2.h:78 msgid "_Kill Daemon" msgstr "Ma_tar Deamon" @@ -70,7 +75,7 @@ msgid "Tell the running XScreenSaver daemon to exit." msgstr "Dizer ao deamon em execução do XScreenSaver para terminar." #: driver/demo-Gtk-widgets.c:235 driver/xscreensaver-demo.glade.h:98 -#: driver/xscreensaver-demo.glade2.h:64 +#: driver/xscreensaver-demo.glade2.h:86 msgid "_Restart Daemon" msgstr "_Reiniciar Deamon" @@ -90,12 +95,12 @@ msgstr "" "Sair do programa de demonstração do xscreensaver (mas deixar o deamon do " "XScreenSaver a correr por trás.)" -#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:55 +#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:77 msgid "_Help" msgstr "_Ajuda" #: driver/demo-Gtk-widgets.c:290 driver/xscreensaver-demo.glade.h:92 -#: driver/xscreensaver-demo.glade2.h:44 +#: driver/xscreensaver-demo.glade2.h:66 msgid "_About..." msgstr "_Sobre..." @@ -104,7 +109,7 @@ msgid "Display version information." msgstr "Mostrar informação de versão." #: driver/demo-Gtk-widgets.c:303 driver/xscreensaver-demo.glade.h:94 -#: driver/xscreensaver-demo.glade2.h:53 +#: driver/xscreensaver-demo.glade2.h:75 msgid "_Documentation..." msgstr "_Documentação..." @@ -117,7 +122,7 @@ msgid "Cycle After" msgstr "Ciclar Após" #: driver/demo-Gtk-widgets.c:364 driver/xscreensaver-demo.glade.h:78 -#: driver/xscreensaver-demo.glade2.h:42 +#: driver/xscreensaver-demo.glade2.h:54 msgid "Whether a password should be required to un-blank the screen." msgstr "Se é necessária uma senha para desbloquear o ecrã." @@ -131,23 +136,24 @@ msgstr "Preto Ap #: driver/demo-Gtk-widgets.c:397 driver/demo-Gtk-widgets.c:447 #: driver/demo-Gtk-widgets.c:461 driver/demo-Gtk-widgets.c:1010 -#: driver/xscreensaver-demo.glade.h:43 driver/xscreensaver-demo.glade2.h:26 +#: driver/xscreensaver-demo.glade.h:43 msgid "How long before the monitor goes completely black." msgstr "Quanto tempo até o monitor ficar totalmente preto." #: driver/demo-Gtk-widgets.c:401 driver/demo-Gtk-widgets.c:413 #: driver/demo-Gtk-widgets.c:425 driver/demo-Gtk-widgets.c:1014 #: driver/demo-Gtk-widgets.c:1026 driver/demo-Gtk-widgets.c:1038 -#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:70 +#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:92 msgid "minutes" msgstr "minutos" -#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2661 +#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2831 #: driver/xscreensaver-demo.glade.h:58 msgid "Preview" msgstr "Prever" #: driver/demo-Gtk-widgets.c:484 driver/xscreensaver-demo.glade.h:21 +#: driver/xscreensaver-demo.glade2.h:12 msgid "" "Demo the selected screen saver in full-screen mode (click the mouse to " "return.)" @@ -160,6 +166,7 @@ msgid "Settings..." msgstr "Definições..." #: driver/demo-Gtk-widgets.c:494 driver/xscreensaver-demo.glade.h:17 +#: driver/xscreensaver-demo.glade2.h:9 msgid "Customization and explanation of the selected screen saver." msgstr "Customização e explicação do protector de ecrã seleccionado." @@ -168,7 +175,7 @@ msgid "Mode:" msgstr "Modo:" #: driver/demo-Gtk-widgets.c:533 driver/xscreensaver-demo.glade.h:25 -#: driver/xscreensaver-demo.glade2.h:14 +#: driver/xscreensaver-demo.glade2.h:16 msgid "Disable Screen Saver" msgstr "Desactivar Protecção de Ecrã" @@ -178,21 +185,21 @@ msgid "Blank Screen Only" msgstr "Apenas Ecrã Branco" #: driver/demo-Gtk-widgets.c:539 driver/xscreensaver-demo.glade.h:56 -#: driver/xscreensaver-demo.glade2.h:32 +#: driver/xscreensaver-demo.glade2.h:42 msgid "Only One Screen Saver" msgstr "Apenas Uma Protecção de Ecrã" #: driver/demo-Gtk-widgets.c:542 driver/xscreensaver-demo.glade.h:60 -#: driver/xscreensaver-demo.glade2.h:35 +#: driver/xscreensaver-demo.glade2.h:44 msgid "Random Screen Saver" msgstr "Protecção de Ecrã Aleatória" -#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2034 +#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2120 #: driver/xscreensaver-demo.glade.h:75 msgid "Use" msgstr "Utilizar" -#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2044 +#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2130 #: driver/xscreensaver-demo.glade.h:63 msgid "Screen Saver" msgstr "Protecção de Ecrã" @@ -202,6 +209,7 @@ msgid "\\/" msgstr "\\/" #: driver/demo-Gtk-widgets.c:646 driver/xscreensaver-demo.glade.h:61 +#: driver/xscreensaver-demo.glade2.h:45 msgid "" "Run the next screen saver in the list in full-screen mode (click the mouse " "to return.)" @@ -214,6 +222,7 @@ msgid "/\\" msgstr "/\\" #: driver/demo-Gtk-widgets.c:656 driver/xscreensaver-demo.glade.h:62 +#: driver/xscreensaver-demo.glade2.h:46 msgid "" "Run the previous screen saver in the list in full-screen mode (click the " "mouse to return.)" @@ -222,7 +231,7 @@ msgstr "" "rato para voltar.)" #: driver/demo-Gtk-widgets.c:658 driver/demo-Gtk-widgets.c:1601 -#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:11 +#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:13 msgid "Description" msgstr "Descrição" @@ -231,11 +240,12 @@ msgid "Display Modes" msgstr "Modos do Monitor" #: driver/demo-Gtk-widgets.c:701 driver/xscreensaver-demo.glade.h:23 -#: driver/xscreensaver-demo.glade2.h:12 +#: driver/xscreensaver-demo.glade2.h:14 msgid "Diagnostics" msgstr "Diagnóstico" #: driver/demo-Gtk-widgets.c:745 driver/xscreensaver-demo.glade.h:80 +#: driver/xscreensaver-demo.glade2.h:56 msgid "Whether the daemon should print lots of debugging information." msgstr "Se o deamon deverá ou não imprimir imensa informação de depuração." @@ -244,6 +254,7 @@ msgid "Verbose Diagnostics" msgstr "Diagnóstico Completo" #: driver/demo-Gtk-widgets.c:762 driver/xscreensaver-demo.glade.h:79 +#: driver/xscreensaver-demo.glade2.h:55 msgid "" "Whether any error output of the display modes should be redirected to the " "screen." @@ -256,6 +267,7 @@ msgid "Display Subprocess Errors" msgstr "Erros do Subprocesso de Monitor" #: driver/demo-Gtk-widgets.c:779 driver/xscreensaver-demo.glade.h:87 +#: driver/xscreensaver-demo.glade2.h:63 msgid "" "Whether the splash screen (with the version number and `Help' button) should " "be momentarily displayed when the daemon first starts up." @@ -273,6 +285,7 @@ msgid "Colormaps" msgstr "Mapas de Cor" #: driver/demo-Gtk-widgets.c:834 driver/xscreensaver-demo.glade.h:88 +#: driver/xscreensaver-demo.glade2.h:64 msgid "" "Whether to install a private colormap when running in 8-bit mode on the " "default Visual." @@ -285,6 +298,7 @@ msgid "Install Colormap" msgstr "Instalar Mapa Cores" #: driver/demo-Gtk-widgets.c:859 driver/xscreensaver-demo.glade.h:86 +#: driver/xscreensaver-demo.glade2.h:62 msgid "" "Whether the screen should slowly fade to black when the screen saver " "activates." @@ -297,6 +311,7 @@ msgid "Fade To Black When Blanking" msgstr "Desbotar Para Preto ao Iniciar" #: driver/demo-Gtk-widgets.c:876 driver/xscreensaver-demo.glade.h:85 +#: driver/xscreensaver-demo.glade2.h:61 msgid "" "Whether the screen should slowly fade in from black when the screen saver " "deactivates." @@ -313,20 +328,22 @@ msgid "Fade Duration" msgstr "Duração Desbotar" #: driver/demo-Gtk-widgets.c:922 driver/xscreensaver-demo.glade.h:44 +#: driver/xscreensaver-demo.glade2.h:31 msgid "How long it should take for the screen to fade in and out." msgstr "Quanto tempo deverá o ecrã demorar a desbotar e retomar." #: driver/demo-Gtk-widgets.c:926 driver/xscreensaver-demo.glade.h:100 -#: driver/xscreensaver-demo.glade2.h:73 +#: driver/xscreensaver-demo.glade2.h:96 msgid "seconds" msgstr "segundos" #: driver/demo-Gtk-widgets.c:936 driver/xscreensaver-demo.glade.h:27 -#: driver/xscreensaver-demo.glade2.h:15 +#: driver/xscreensaver-demo.glade2.h:17 msgid "Display Power Management" msgstr "Gestão de Energia de Monitor" #: driver/demo-Gtk-widgets.c:980 driver/xscreensaver-demo.glade.h:84 +#: driver/xscreensaver-demo.glade2.h:60 msgid "Whether the monitor should be powered down after a while." msgstr "Se o monitor deverá ou não ser desligado ao fim de algum tempo." @@ -347,19 +364,22 @@ msgid "Standby After" msgstr "Poupança Energia Após" #: driver/demo-Gtk-widgets.c:1099 driver/xscreensaver-demo.glade.h:45 +#: driver/xscreensaver-demo.glade2.h:33 msgid "How long until the monitor goes into power-saving mode." msgstr "Quanto tempo até o monitor entrar em modo de poupança de energia." #: driver/demo-Gtk-widgets.c:1113 driver/xscreensaver-demo.glade.h:46 +#: driver/xscreensaver-demo.glade2.h:34 msgid "How long until the monitor powers down." msgstr "Quanto tempo até o monitor ser desligado." #: driver/demo-Gtk-widgets.c:1117 driver/xscreensaver-demo.glade.h:47 -#: driver/xscreensaver-demo.glade2.h:27 +#: driver/xscreensaver-demo.glade2.h:35 msgid "Image Manipulation" msgstr "Manipulação Imagem" #: driver/demo-Gtk-widgets.c:1161 driver/xscreensaver-demo.glade.h:81 +#: driver/xscreensaver-demo.glade2.h:57 msgid "" "Whether the image-manipulating modes should be allowed to operate on an " "image of your desktop." @@ -384,6 +404,7 @@ msgid "Grab Video Frames" msgstr "Capturar Frames Vídeo" #: driver/demo-Gtk-widgets.c:1195 driver/xscreensaver-demo.glade.h:83 +#: driver/xscreensaver-demo.glade2.h:59 msgid "" "Whether the image-manipulating modes should operate on random images loaded " "from disk." @@ -396,6 +417,7 @@ msgid "Choose Random Image:" msgstr "Seleccionar Imagem Aleatória:" #: driver/demo-Gtk-widgets.c:1230 driver/xscreensaver-demo.glade.h:73 +#: driver/xscreensaver-demo.glade2.h:52 msgid "The directory from which images will be randomly chosen." msgstr "O directório de onde as imagens serão aleatoriamente seleccionadas." @@ -413,12 +435,12 @@ msgid "XScreenSaver: Mode-Specific Settings" msgstr "XScreenSaver: Definições Específicas de Modo" #: driver/demo-Gtk-widgets.c:1460 driver/xscreensaver-demo.glade.h:64 -#: driver/xscreensaver-demo.glade2.h:36 +#: driver/xscreensaver-demo.glade2.h:47 msgid "Settings" msgstr "Definições" #: driver/demo-Gtk-widgets.c:1489 driver/xscreensaver-demo.glade.h:66 -#: driver/xscreensaver-demo.glade2.h:38 +#: driver/xscreensaver-demo.glade2.h:49 msgid "Standard" msgstr "Standard" @@ -427,7 +449,7 @@ msgid "Visual:" msgstr "Visual:" #: driver/demo-Gtk-widgets.c:1544 driver/demo-Gtk-widgets.c:1567 -#: driver/demo-Gtk.c:1479 driver/demo-Gtk.c:2680 +#: driver/demo-Gtk.c:1518 driver/demo-Gtk.c:2850 #: driver/xscreensaver-demo.glade.h:5 driver/xscreensaver-demo.glade2.h:3 msgid "Any" msgstr "Qualquer" @@ -438,42 +460,42 @@ msgid "Best" msgstr "Melhor" #: driver/demo-Gtk-widgets.c:1546 driver/xscreensaver-demo.glade.h:19 -#: driver/xscreensaver-demo.glade2.h:9 +#: driver/xscreensaver-demo.glade2.h:10 msgid "Default" msgstr "Omissão" #: driver/demo-Gtk-widgets.c:1547 driver/xscreensaver-demo.glade.h:20 -#: driver/xscreensaver-demo.glade2.h:10 +#: driver/xscreensaver-demo.glade2.h:11 msgid "Default-N" msgstr "Omissão-N" #: driver/demo-Gtk-widgets.c:1548 driver/xscreensaver-demo.glade.h:37 -#: driver/xscreensaver-demo.glade2.h:21 +#: driver/xscreensaver-demo.glade2.h:23 msgid "GL" msgstr "GL" #: driver/demo-Gtk-widgets.c:1549 driver/xscreensaver-demo.glade.h:74 -#: driver/xscreensaver-demo.glade2.h:41 +#: driver/xscreensaver-demo.glade2.h:53 msgid "TrueColor" msgstr "CorReal" #: driver/demo-Gtk-widgets.c:1550 driver/xscreensaver-demo.glade.h:59 -#: driver/xscreensaver-demo.glade2.h:34 +#: driver/xscreensaver-demo.glade2.h:43 msgid "PseudoColor" msgstr "PseudoCor" #: driver/demo-Gtk-widgets.c:1551 driver/xscreensaver-demo.glade.h:69 -#: driver/xscreensaver-demo.glade2.h:39 +#: driver/xscreensaver-demo.glade2.h:50 msgid "StaticGray" msgstr "CinzaEstática" #: driver/demo-Gtk-widgets.c:1552 driver/xscreensaver-demo.glade.h:42 -#: driver/xscreensaver-demo.glade2.h:25 +#: driver/xscreensaver-demo.glade2.h:27 msgid "GrayScale" msgstr "EscalaCinza" #: driver/demo-Gtk-widgets.c:1553 driver/xscreensaver-demo.glade.h:24 -#: driver/xscreensaver-demo.glade2.h:13 +#: driver/xscreensaver-demo.glade2.h:15 msgid "DirectColor" msgstr "DirectColor" @@ -483,12 +505,12 @@ msgid "Color" msgstr "Cor" #: driver/demo-Gtk-widgets.c:1555 driver/xscreensaver-demo.glade.h:41 -#: driver/xscreensaver-demo.glade2.h:24 +#: driver/xscreensaver-demo.glade2.h:26 msgid "Gray" msgstr "Cinzento" #: driver/demo-Gtk-widgets.c:1556 driver/xscreensaver-demo.glade.h:53 -#: driver/xscreensaver-demo.glade2.h:29 +#: driver/xscreensaver-demo.glade2.h:37 msgid "Mono" msgstr "Mono" @@ -528,7 +550,7 @@ msgstr "Standard <<" msgid "Back to the graphical configuration options." msgstr "Regressar às opções de configuração gráfica." -#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:688 +#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:727 #: driver/xscreensaver-demo.glade.h:54 msgid "OK" msgstr "OK" @@ -537,21 +559,11 @@ msgstr "OK" msgid "Cancel" msgstr "Cancelar" -#: driver/demo-Gtk.c:601 +#: driver/demo-Gtk.c:632 msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "Para actualizações, consulte http://www.jwz.org/xscreensaver/" -#: driver/demo-Gtk.c:608 -#, fuzzy, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "Copyright 1991-2002 %s" - -#: driver/demo-Gtk.c:610 -#, fuzzy, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "Copyright 1991-2002 %s" - -#: driver/demo-Gtk.c:726 +#: driver/demo-Gtk.c:765 msgid "" "Error:\n" "\n" @@ -561,7 +573,7 @@ msgstr "" "\n" "Não foi especificado nenhum URL de ajuda.\n" -#: driver/demo-Gtk.c:812 +#: driver/demo-Gtk.c:851 msgid "" "Error:\n" "\n" @@ -573,7 +585,7 @@ msgstr "" "O deamon de protecção de ecrã não arrancou apropriadamente.\n" "\n" -#: driver/demo-Gtk.c:818 +#: driver/demo-Gtk.c:857 msgid "" "You are running as root. This usually means that xscreensaver\n" "was unable to contact your X server because access control is\n" @@ -607,11 +619,11 @@ msgstr "" "Não deverá executar o X como root. Deverá iniciar uma sessão como\n" "utilizador normal, e executar o `su' quando necessário." -#: driver/demo-Gtk.c:834 +#: driver/demo-Gtk.c:873 msgid "Please check your $PATH and permissions." msgstr "Verifique o seu $PATH e permissões." -#: driver/demo-Gtk.c:869 +#: driver/demo-Gtk.c:908 msgid "" "Error:\n" "\n" @@ -621,7 +633,7 @@ msgstr "" "\n" "Incapaz de determinar nome do ficheiro init!\n" -#: driver/demo-Gtk.c:874 +#: driver/demo-Gtk.c:913 #, c-format msgid "" "Error:\n" @@ -632,7 +644,7 @@ msgstr "" "\n" "Incapaz de escrever %s\n" -#: driver/demo-Gtk.c:933 +#: driver/demo-Gtk.c:972 msgid "" "Error:\n" "\n" @@ -642,7 +654,7 @@ msgstr "" "\n" "nenhum conjunto de recursos `manualCommand'." -#: driver/demo-Gtk.c:1114 +#: driver/demo-Gtk.c:1153 #, c-format msgid "" "Error:\n" @@ -653,7 +665,7 @@ msgstr "" "\n" "Formato de hora imparseável: \"%s\"\n" -#: driver/demo-Gtk.c:1779 +#: driver/demo-Gtk.c:1818 #, c-format msgid "" "Error:\n" @@ -664,23 +676,23 @@ msgstr "" "\n" "Directório não existe: \"%s\"\n" -#: driver/demo-Gtk.c:2376 +#: driver/demo-Gtk.c:2532 msgid "Descriptions not available: no XML support compiled in." msgstr "Descrições indisponíveis: nenhum suporte XML compilado." -#: driver/demo-Gtk.c:2381 +#: driver/demo-Gtk.c:2537 msgid "No description available." msgstr "Nenhuma descrição disponível" -#: driver/demo-Gtk.c:2632 +#: driver/demo-Gtk.c:2802 msgid "Blank Screen" msgstr "Ecrã Preto" -#: driver/demo-Gtk.c:2638 +#: driver/demo-Gtk.c:2808 msgid "Screen Saver Disabled" msgstr "Protecção de Ecrã Desactiva" -#: driver/demo-Gtk.c:2798 +#: driver/demo-Gtk.c:2996 #, c-format msgid "" "Warning:\n" @@ -691,15 +703,23 @@ msgstr "" "\n" "ficheiro \"%s\" foi modificado, a reler.\n" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "No Preview" msgstr "sem Previsão" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "Available" msgstr "Disponível" -#: driver/demo-Gtk.c:3543 +#: driver/demo-Gtk.c:3079 +msgid "Not" +msgstr "" + +#: driver/demo-Gtk.c:3079 +msgid "Installed" +msgstr "" + +#: driver/demo-Gtk.c:3780 #, c-format msgid "" "Warning:\n" @@ -712,7 +732,7 @@ msgstr "" "Parece que o deamon do XScreenSaver não está em\n" "execução no ecrã \"%s\". Lança-lo agora?" -#: driver/demo-Gtk.c:3553 +#: driver/demo-Gtk.c:3790 #, c-format msgid "" "Warning:\n" @@ -745,7 +765,7 @@ msgstr "" "\n" "Reiniciar o deamon do screensaver agora?\n" -#: driver/demo-Gtk.c:3578 +#: driver/demo-Gtk.c:3815 #, c-format msgid "" "Warning:\n" @@ -772,7 +792,7 @@ msgstr "" "\n" "Reiniciar agora o deamon em \"%s\" como \"%s\"?\n" -#: driver/demo-Gtk.c:3600 +#: driver/demo-Gtk.c:3837 #, c-format msgid "" "Warning:\n" @@ -791,14 +811,19 @@ msgstr "" "\n" "Reiniciar agora o deamon do xscreensaver?\n" -#: driver/demo-Gtk.c:3999 +#: driver/demo-Gtk.c:4272 #, c-format msgid "%s: unknown option: %s\n" msgstr "%s: opção desconhecida: %s\n" +#: driver/demo-Gtk.c:4335 +#, fuzzy +msgid "Screensaver Preferences" +msgstr "Protecção Ecrã" + #: driver/screensaver-properties.desktop.in.h:1 -msgid "Configure the settings of the screensaver." -msgstr "Configura as opções da protecção de ecrã." +msgid "Change screensaver properties" +msgstr "" #: driver/screensaver-properties.desktop.in.h:2 msgid "Screensaver" @@ -817,161 +842,196 @@ msgstr "*" msgid "Choose _Random Image:" msgstr "Seleccionar Imagem Aleatória:" -#: driver/xscreensaver-demo.glade2.h:16 +#: driver/xscreensaver-demo.glade2.h:18 #, fuzzy msgid "Display Subprocess _Errors" msgstr "Erros do Subprocesso de Monitor" -#: driver/xscreensaver-demo.glade2.h:17 +#: driver/xscreensaver-demo.glade2.h:19 #, fuzzy msgid "Display _Splash Screen at Startup" msgstr "Mo_strar Ecrã de Logo ao Iniciar" -#: driver/xscreensaver-demo.glade2.h:18 +#: driver/xscreensaver-demo.glade2.h:20 #, fuzzy msgid "F_ade Duration" msgstr "Duração Desbotar" -#: driver/xscreensaver-demo.glade2.h:19 +#: driver/xscreensaver-demo.glade2.h:21 #, fuzzy msgid "Fade from Black When _Unblanking" msgstr "Desbotar de Preto ao Retomar" -#: driver/xscreensaver-demo.glade2.h:20 +#: driver/xscreensaver-demo.glade2.h:22 #, fuzzy msgid "Fade to Black when _Blanking" msgstr "Desbotar Para Preto ao Iniciar" -#: driver/xscreensaver-demo.glade2.h:22 +#: driver/xscreensaver-demo.glade2.h:24 #, fuzzy msgid "Grab Desktop _Images" msgstr "Capturar Imagens Ambiente Trabalho" -#: driver/xscreensaver-demo.glade2.h:23 +#: driver/xscreensaver-demo.glade2.h:25 #, fuzzy msgid "Grab _Video Frames" msgstr "Capturar Frames Vídeo" #: driver/xscreensaver-demo.glade2.h:28 +msgid "How long after the screen blanks until a password will be required." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:29 +#, fuzzy +msgid "How long before the screensaver activates." +msgstr "Quanto tempo deverá o ecrã demorar a desbotar e retomar." + +#: driver/xscreensaver-demo.glade2.h:30 +msgid "" +"How long each display mode should run before choosing a new one (in Random " +"mode.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:32 +#, fuzzy +msgid "How long until the monitor goes completely black." +msgstr "Quanto tempo até o monitor ficar totalmente preto." + +#: driver/xscreensaver-demo.glade2.h:36 #, fuzzy msgid "Install _Colormap" msgstr "Instalar Mapa Cores" -#: driver/xscreensaver-demo.glade2.h:30 +#: driver/xscreensaver-demo.glade2.h:38 #, fuzzy msgid "" "No Preview\n" "Available" msgstr "sem Previsão" -#: driver/xscreensaver-demo.glade2.h:33 -msgid "Preview of screen saver" -msgstr "Previsão da protecção de ecrã" +#: driver/xscreensaver-demo.glade2.h:40 +msgid "" +"Not\n" +"Installed" +msgstr "" -#: driver/xscreensaver-demo.glade2.h:37 +#: driver/xscreensaver-demo.glade2.h:48 #, fuzzy msgid "Stand_by After" msgstr "Poupança Energia Após" -#: driver/xscreensaver-demo.glade2.h:40 +#: driver/xscreensaver-demo.glade2.h:51 #, fuzzy msgid "Sus_pend After" msgstr "Suspender Após" -#: driver/xscreensaver-demo.glade2.h:45 +#: driver/xscreensaver-demo.glade2.h:58 +#, fuzzy +msgid "" +"Whether the image-manipulating modes should operate on images captured from " +"the system's video input (if there is one.)" +msgstr "" +"Se os modos de manipulação de imagem deverão ou não trabalhar imagens " +"capturadas da entrada de vídeo do sistema (se existir alguma)." + +#: driver/xscreensaver-demo.glade2.h:67 msgid "_Advanced" msgstr "_Avançado" -#: driver/xscreensaver-demo.glade2.h:46 +#: driver/xscreensaver-demo.glade2.h:68 #, fuzzy msgid "_Advanced >>" msgstr "Avançado >>" -#: driver/xscreensaver-demo.glade2.h:47 +#: driver/xscreensaver-demo.glade2.h:69 #, fuzzy msgid "_Blank After" msgstr "Preto Após" -#: driver/xscreensaver-demo.glade2.h:49 +#: driver/xscreensaver-demo.glade2.h:71 #, fuzzy msgid "_Browse" msgstr "Pesquisar" -#: driver/xscreensaver-demo.glade2.h:50 +#: driver/xscreensaver-demo.glade2.h:72 #, fuzzy msgid "_Command Line:" msgstr "Linha Comando:" -#: driver/xscreensaver-demo.glade2.h:51 +#: driver/xscreensaver-demo.glade2.h:73 #, fuzzy msgid "_Cycle After" msgstr "Ciclar Após" -#: driver/xscreensaver-demo.glade2.h:52 +#: driver/xscreensaver-demo.glade2.h:74 #, fuzzy msgid "_Display Modes" msgstr "Modos do Monitor" -#: driver/xscreensaver-demo.glade2.h:57 +#: driver/xscreensaver-demo.glade2.h:79 #, fuzzy msgid "_Lock Screen After" msgstr "Trancar Ecrã Após" -#: driver/xscreensaver-demo.glade2.h:59 +#: driver/xscreensaver-demo.glade2.h:81 #, fuzzy msgid "_Mode:" msgstr "Modo:" -#: driver/xscreensaver-demo.glade2.h:60 +#: driver/xscreensaver-demo.glade2.h:82 #, fuzzy msgid "_Off After" msgstr "Desligado Após" -#: driver/xscreensaver-demo.glade2.h:61 +#: driver/xscreensaver-demo.glade2.h:83 #, fuzzy msgid "_Power Management Enabled" msgstr "Gestão de Energia Activa" -#: driver/xscreensaver-demo.glade2.h:62 +#: driver/xscreensaver-demo.glade2.h:84 #, fuzzy msgid "_Preview" msgstr "Prever" -#: driver/xscreensaver-demo.glade2.h:63 +#: driver/xscreensaver-demo.glade2.h:85 #, fuzzy msgid "_Quit" msgstr "_Sair" -#: driver/xscreensaver-demo.glade2.h:65 +#: driver/xscreensaver-demo.glade2.h:87 #, fuzzy msgid "_Settings..." msgstr "Definições..." -#: driver/xscreensaver-demo.glade2.h:66 +#: driver/xscreensaver-demo.glade2.h:88 #, fuzzy msgid "_Standard <<" msgstr "Standard <<" -#: driver/xscreensaver-demo.glade2.h:67 +#: driver/xscreensaver-demo.glade2.h:89 #, fuzzy -msgid "_Verbose Dialognostics" +msgid "_Verbose Diagnostics" msgstr "Diagnóstico Completo" -#: driver/xscreensaver-demo.glade2.h:68 +#: driver/xscreensaver-demo.glade2.h:90 #, fuzzy msgid "_Visual:" msgstr "Visual:" -#: driver/xscreensaver-demo.glade2.h:69 +#: driver/xscreensaver-demo.glade2.h:91 msgid "dialog1" msgstr "diálogo1" -#: driver/xscreensaver-demo.glade2.h:71 +#: driver/xscreensaver-demo.glade2.h:93 #, fuzzy msgid "no preview" msgstr "prever" -#: driver/xscreensaver-demo.glade2.h:72 +#: driver/xscreensaver-demo.glade2.h:94 +msgid "not installed" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:95 msgid "preview" msgstr "prever" @@ -984,85 +1044,95 @@ msgstr "Demon" msgid "Arms" msgstr "" -#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:5 +#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:6 #: hacks/config/apollonian.xml.h:5 hacks/config/atlantis.xml.h:4 -#: hacks/config/attraction.xml.h:8 hacks/config/blaster.xml.h:3 -#: hacks/config/blitspin.xml.h:4 hacks/config/bouboule.xml.h:3 +#: hacks/config/attraction.xml.h:8 hacks/config/atunnel.xml.h:3 +#: hacks/config/barcode.xml.h:4 hacks/config/blaster.xml.h:3 +#: hacks/config/blitspin.xml.h:4 hacks/config/blocktube.xml.h:4 +#: hacks/config/bouboule.xml.h:3 hacks/config/bouncingcow.xml.h:6 #: hacks/config/boxed.xml.h:4 hacks/config/braid.xml.h:4 #: hacks/config/bubble3d.xml.h:3 hacks/config/bubbles.xml.h:8 #: hacks/config/bumps.xml.h:3 hacks/config/cage.xml.h:2 -#: hacks/config/circuit.xml.h:4 hacks/config/compass.xml.h:3 -#: hacks/config/coral.xml.h:7 hacks/config/critical.xml.h:3 -#: hacks/config/crystal.xml.h:6 hacks/config/cubenetic.xml.h:8 +#: hacks/config/circuit.xml.h:4 hacks/config/cloudlife.xml.h:3 +#: hacks/config/compass.xml.h:3 hacks/config/coral.xml.h:7 +#: hacks/config/critical.xml.h:3 hacks/config/crystal.xml.h:6 +#: hacks/config/cubenetic.xml.h:8 hacks/config/cubestorm.xml.h:4 #: hacks/config/cynosure.xml.h:4 hacks/config/dangerball.xml.h:3 #: hacks/config/decayscreen.xml.h:2 hacks/config/deluxe.xml.h:4 #: hacks/config/demon.xml.h:4 hacks/config/discrete.xml.h:2 #: hacks/config/distort.xml.h:4 hacks/config/drift.xml.h:3 -#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:3 -#: hacks/config/epicycle.xml.h:5 hacks/config/euler2d.xml.h:3 -#: hacks/config/extrusion.xml.h:3 hacks/config/fadeplot.xml.h:4 -#: hacks/config/flag.xml.h:2 hacks/config/flame.xml.h:6 -#: hacks/config/flipscreen3d.xml.h:1 hacks/config/flow.xml.h:4 -#: hacks/config/fluidballs.xml.h:3 hacks/config/forest.xml.h:1 +#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:8 +#: hacks/config/epicycle.xml.h:5 hacks/config/eruption.xml.h:5 +#: hacks/config/euler2d.xml.h:3 hacks/config/extrusion.xml.h:3 +#: hacks/config/fadeplot.xml.h:4 hacks/config/flag.xml.h:2 +#: hacks/config/flame.xml.h:6 hacks/config/flipscreen3d.xml.h:1 +#: hacks/config/flow.xml.h:4 hacks/config/fluidballs.xml.h:5 +#: hacks/config/flyingtoasters.xml.h:5 hacks/config/forest.xml.h:1 #: hacks/config/galaxy.xml.h:3 hacks/config/gears.xml.h:2 -#: hacks/config/gflux.xml.h:6 hacks/config/glforestfire.xml.h:4 -#: hacks/config/glplanet.xml.h:2 hacks/config/glsnake.xml.h:5 -#: hacks/config/gltext.xml.h:3 hacks/config/goop.xml.h:4 -#: hacks/config/grav.xml.h:2 hacks/config/greynetic.xml.h:1 -#: hacks/config/halo.xml.h:2 hacks/config/hopalong.xml.h:9 -#: hacks/config/hyperball.xml.h:2 hacks/config/hypercube.xml.h:2 +#: hacks/config/gflux.xml.h:6 hacks/config/glblur.xml.h:4 +#: hacks/config/glforestfire.xml.h:4 hacks/config/glknots.xml.h:3 +#: hacks/config/glmatrix.xml.h:8 hacks/config/glplanet.xml.h:2 +#: hacks/config/glsnake.xml.h:5 hacks/config/gltext.xml.h:3 +#: hacks/config/goop.xml.h:4 hacks/config/grav.xml.h:2 +#: hacks/config/greynetic.xml.h:1 hacks/config/halo.xml.h:2 +#: hacks/config/hopalong.xml.h:9 hacks/config/hyperball.xml.h:2 +#: hacks/config/hypercube.xml.h:2 hacks/config/hypertorus.xml.h:6 #: hacks/config/ifs.xml.h:1 hacks/config/interference.xml.h:5 -#: hacks/config/jigsaw.xml.h:3 hacks/config/juggle.xml.h:3 -#: hacks/config/julia.xml.h:2 hacks/config/kaleidescope.xml.h:2 +#: hacks/config/jigglypuff.xml.h:6 hacks/config/jigsaw.xml.h:3 +#: hacks/config/juggle.xml.h:3 hacks/config/julia.xml.h:2 +#: hacks/config/kaleidescope.xml.h:2 hacks/config/klein.xml.h:2 #: hacks/config/kumppa.xml.h:3 hacks/config/lament.xml.h:2 #: hacks/config/laser.xml.h:3 hacks/config/lavalite.xml.h:10 #: hacks/config/lightning.xml.h:1 hacks/config/lisa.xml.h:2 #: hacks/config/lissie.xml.h:3 hacks/config/lmorph.xml.h:3 #: hacks/config/loop.xml.h:1 hacks/config/maze.xml.h:4 -#: hacks/config/menger.xml.h:3 hacks/config/moebius.xml.h:3 -#: hacks/config/moire2.xml.h:2 hacks/config/molecule.xml.h:10 -#: hacks/config/morph3d.xml.h:3 hacks/config/mountain.xml.h:2 -#: hacks/config/munch.xml.h:3 hacks/config/nerverot.xml.h:9 -#: hacks/config/penetrate.xml.h:3 hacks/config/penrose.xml.h:6 -#: hacks/config/petri.xml.h:5 hacks/config/phosphor.xml.h:3 +#: hacks/config/menger.xml.h:3 hacks/config/metaballs.xml.h:4 +#: hacks/config/moebius.xml.h:3 hacks/config/moire2.xml.h:2 +#: hacks/config/molecule.xml.h:10 hacks/config/morph3d.xml.h:3 +#: hacks/config/mountain.xml.h:2 hacks/config/munch.xml.h:3 +#: hacks/config/nerverot.xml.h:9 hacks/config/penetrate.xml.h:3 +#: hacks/config/penrose.xml.h:6 hacks/config/petri.xml.h:5 +#: hacks/config/phosphor.xml.h:3 hacks/config/piecewise.xml.h:4 #: hacks/config/pipes.xml.h:5 hacks/config/polyominoes.xml.h:2 -#: hacks/config/pulsar.xml.h:11 hacks/config/pyro.xml.h:4 -#: hacks/config/qix.xml.h:7 hacks/config/queens.xml.h:1 -#: hacks/config/rd-bomb.xml.h:9 hacks/config/ripples.xml.h:4 -#: hacks/config/rocks.xml.h:4 hacks/config/rotor.xml.h:3 -#: hacks/config/rubik.xml.h:3 hacks/config/sballs.xml.h:4 -#: hacks/config/shadebobs.xml.h:3 hacks/config/sierpinski.xml.h:2 -#: hacks/config/sierpinski3d.xml.h:2 hacks/config/slidescreen.xml.h:2 -#: hacks/config/slip.xml.h:2 hacks/config/speedmine.xml.h:3 -#: hacks/config/sphere.xml.h:2 hacks/config/spheremonics.xml.h:5 -#: hacks/config/spiral.xml.h:3 hacks/config/spotlight.xml.h:2 -#: hacks/config/sproingies.xml.h:2 hacks/config/squiral.xml.h:4 -#: hacks/config/stairs.xml.h:1 hacks/config/starfish.xml.h:3 -#: hacks/config/starwars.xml.h:6 hacks/config/strange.xml.h:2 -#: hacks/config/superquadrics.xml.h:3 hacks/config/swirl.xml.h:2 -#: hacks/config/t3d.xml.h:6 hacks/config/thornbird.xml.h:2 -#: hacks/config/triangle.xml.h:1 hacks/config/truchet.xml.h:1 -#: hacks/config/twang.xml.h:3 hacks/config/vines.xml.h:1 -#: hacks/config/webcollage.xml.h:4 hacks/config/worm.xml.h:3 -#: hacks/config/xearth.xml.h:7 hacks/config/xfishtank.xml.h:3 -#: hacks/config/xflame.xml.h:4 hacks/config/xjack.xml.h:1 -#: hacks/config/xmatrix.xml.h:5 hacks/config/xmountains.xml.h:1 -#: hacks/config/xrayswarm.xml.h:2 hacks/config/zoom.xml.h:2 +#: hacks/config/popsquares.xml.h:3 hacks/config/pulsar.xml.h:11 +#: hacks/config/pyro.xml.h:4 hacks/config/qix.xml.h:7 +#: hacks/config/queens.xml.h:1 hacks/config/rd-bomb.xml.h:9 +#: hacks/config/ripples.xml.h:4 hacks/config/rocks.xml.h:4 +#: hacks/config/rotor.xml.h:3 hacks/config/rubik.xml.h:3 +#: hacks/config/sballs.xml.h:4 hacks/config/shadebobs.xml.h:3 +#: hacks/config/sierpinski.xml.h:2 hacks/config/sierpinski3d.xml.h:2 +#: hacks/config/slidescreen.xml.h:2 hacks/config/slip.xml.h:2 +#: hacks/config/speedmine.xml.h:3 hacks/config/sphere.xml.h:2 +#: hacks/config/spheremonics.xml.h:5 hacks/config/spiral.xml.h:3 +#: hacks/config/spotlight.xml.h:2 hacks/config/sproingies.xml.h:2 +#: hacks/config/squiral.xml.h:4 hacks/config/stairs.xml.h:1 +#: hacks/config/starfish.xml.h:3 hacks/config/starwars.xml.h:6 +#: hacks/config/strange.xml.h:2 hacks/config/superquadrics.xml.h:4 +#: hacks/config/swirl.xml.h:2 hacks/config/t3d.xml.h:6 +#: hacks/config/thornbird.xml.h:2 hacks/config/triangle.xml.h:1 +#: hacks/config/truchet.xml.h:1 hacks/config/twang.xml.h:3 +#: hacks/config/vines.xml.h:1 hacks/config/webcollage.xml.h:4 +#: hacks/config/worm.xml.h:3 hacks/config/xearth.xml.h:7 +#: hacks/config/xfishtank.xml.h:3 hacks/config/xflame.xml.h:4 +#: hacks/config/xjack.xml.h:1 hacks/config/xmatrix.xml.h:5 +#: hacks/config/xmountains.xml.h:1 hacks/config/xrayswarm.xml.h:2 +#: hacks/config/zoom.xml.h:2 msgid "Fast" msgstr "Rápido" #: hacks/config/anemone.xml.h:4 hacks/config/blaster.xml.h:4 #: hacks/config/bouboule.xml.h:4 hacks/config/coral.xml.h:8 -#: hacks/config/cubenetic.xml.h:9 hacks/config/euler2d.xml.h:4 -#: hacks/config/flame.xml.h:7 hacks/config/fluidballs.xml.h:4 -#: hacks/config/kaleidescope.xml.h:3 hacks/config/lisa.xml.h:3 -#: hacks/config/pedal.xml.h:4 hacks/config/petri.xml.h:7 -#: hacks/config/qix.xml.h:8 hacks/config/thornbird.xml.h:3 -#: hacks/config/whirlwindwarp.xml.h:1 hacks/config/xfishtank.xml.h:4 +#: hacks/config/cubenetic.xml.h:9 hacks/config/eruption.xml.h:6 +#: hacks/config/euler2d.xml.h:4 hacks/config/flame.xml.h:7 +#: hacks/config/fluidballs.xml.h:6 hacks/config/kaleidescope.xml.h:3 +#: hacks/config/lisa.xml.h:3 hacks/config/pedal.xml.h:4 +#: hacks/config/petri.xml.h:7 hacks/config/qix.xml.h:8 +#: hacks/config/thornbird.xml.h:3 hacks/config/whirlwindwarp.xml.h:1 +#: hacks/config/xfishtank.xml.h:4 msgid "Few" msgstr "Poucos" -#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:8 +#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:9 #: hacks/config/apollonian.xml.h:7 hacks/config/attraction.xml.h:18 #: hacks/config/blaster.xml.h:6 hacks/config/bouboule.xml.h:5 #: hacks/config/braid.xml.h:7 hacks/config/coral.xml.h:9 @@ -1071,17 +1141,18 @@ msgstr "Poucos" #: hacks/config/deco.xml.h:5 hacks/config/deluxe.xml.h:6 #: hacks/config/demon.xml.h:6 hacks/config/discrete.xml.h:4 #: hacks/config/drift.xml.h:9 hacks/config/epicycle.xml.h:8 -#: hacks/config/euler2d.xml.h:8 hacks/config/fadeplot.xml.h:6 -#: hacks/config/flag.xml.h:5 hacks/config/flame.xml.h:11 -#: hacks/config/flow.xml.h:8 hacks/config/fluidballs.xml.h:13 -#: hacks/config/forest.xml.h:3 hacks/config/galaxy.xml.h:6 -#: hacks/config/grav.xml.h:4 hacks/config/halo.xml.h:4 -#: hacks/config/hopalong.xml.h:15 hacks/config/ifs.xml.h:3 -#: hacks/config/imsmap.xml.h:9 hacks/config/interference.xml.h:11 -#: hacks/config/julia.xml.h:6 hacks/config/kaleidescope.xml.h:5 -#: hacks/config/laser.xml.h:6 hacks/config/lightning.xml.h:3 -#: hacks/config/lisa.xml.h:5 hacks/config/lissie.xml.h:6 -#: hacks/config/loop.xml.h:4 hacks/config/moire.xml.h:5 +#: hacks/config/eruption.xml.h:12 hacks/config/euler2d.xml.h:8 +#: hacks/config/fadeplot.xml.h:6 hacks/config/flag.xml.h:5 +#: hacks/config/flame.xml.h:11 hacks/config/flow.xml.h:8 +#: hacks/config/fluidballs.xml.h:13 hacks/config/forest.xml.h:3 +#: hacks/config/galaxy.xml.h:6 hacks/config/grav.xml.h:4 +#: hacks/config/halo.xml.h:4 hacks/config/hopalong.xml.h:15 +#: hacks/config/ifs.xml.h:3 hacks/config/imsmap.xml.h:9 +#: hacks/config/interference.xml.h:11 hacks/config/julia.xml.h:6 +#: hacks/config/kaleidescope.xml.h:5 hacks/config/laser.xml.h:6 +#: hacks/config/lightning.xml.h:3 hacks/config/lisa.xml.h:5 +#: hacks/config/lissie.xml.h:6 hacks/config/loop.xml.h:4 +#: hacks/config/metaballs.xml.h:6 hacks/config/moire.xml.h:5 #: hacks/config/moire2.xml.h:3 hacks/config/mountain.xml.h:4 #: hacks/config/nerverot.xml.h:15 hacks/config/pedal.xml.h:6 #: hacks/config/penrose.xml.h:7 hacks/config/petri.xml.h:11 @@ -1099,111 +1170,131 @@ msgstr "Poucos" msgid "Many" msgstr "Muito" -#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:10 +#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:11 #: hacks/config/apollonian.xml.h:8 hacks/config/attraction.xml.h:19 #: hacks/config/bouboule.xml.h:6 hacks/config/braid.xml.h:9 #: hacks/config/critical.xml.h:5 hacks/config/crystal.xml.h:10 #: hacks/config/cynosure.xml.h:7 hacks/config/deco.xml.h:8 #: hacks/config/deluxe.xml.h:7 hacks/config/demon.xml.h:7 #: hacks/config/discrete.xml.h:6 hacks/config/drift.xml.h:10 -#: hacks/config/epicycle.xml.h:9 hacks/config/euler2d.xml.h:9 -#: hacks/config/fadeplot.xml.h:7 hacks/config/flag.xml.h:6 -#: hacks/config/flame.xml.h:12 hacks/config/flow.xml.h:9 -#: hacks/config/forest.xml.h:4 hacks/config/galaxy.xml.h:7 -#: hacks/config/grav.xml.h:5 hacks/config/halo.xml.h:6 -#: hacks/config/hopalong.xml.h:17 hacks/config/ifs.xml.h:4 -#: hacks/config/imsmap.xml.h:10 hacks/config/interference.xml.h:12 -#: hacks/config/julia.xml.h:7 hacks/config/laser.xml.h:8 -#: hacks/config/lightning.xml.h:4 hacks/config/lisa.xml.h:6 -#: hacks/config/lissie.xml.h:7 hacks/config/loop.xml.h:5 +#: hacks/config/epicycle.xml.h:9 hacks/config/eruption.xml.h:14 +#: hacks/config/euler2d.xml.h:9 hacks/config/fadeplot.xml.h:7 +#: hacks/config/flag.xml.h:6 hacks/config/flame.xml.h:12 +#: hacks/config/flow.xml.h:9 hacks/config/forest.xml.h:4 +#: hacks/config/galaxy.xml.h:7 hacks/config/grav.xml.h:5 +#: hacks/config/halo.xml.h:6 hacks/config/hopalong.xml.h:17 +#: hacks/config/ifs.xml.h:4 hacks/config/imsmap.xml.h:10 +#: hacks/config/interference.xml.h:12 hacks/config/julia.xml.h:7 +#: hacks/config/laser.xml.h:8 hacks/config/lightning.xml.h:4 +#: hacks/config/lisa.xml.h:6 hacks/config/lissie.xml.h:7 +#: hacks/config/loop.xml.h:5 hacks/config/metaballs.xml.h:10 #: hacks/config/moire.xml.h:7 hacks/config/moire2.xml.h:5 #: hacks/config/mountain.xml.h:6 hacks/config/penrose.xml.h:8 -#: hacks/config/polyominoes.xml.h:6 hacks/config/rd-bomb.xml.h:13 -#: hacks/config/rocks.xml.h:6 hacks/config/rotor.xml.h:7 -#: hacks/config/shadebobs.xml.h:6 hacks/config/sierpinski.xml.h:5 -#: hacks/config/slip.xml.h:5 hacks/config/sphere.xml.h:4 -#: hacks/config/spiral.xml.h:8 hacks/config/squiral.xml.h:10 -#: hacks/config/starfish.xml.h:6 hacks/config/strange.xml.h:6 -#: hacks/config/swirl.xml.h:5 hacks/config/thornbird.xml.h:5 -#: hacks/config/triangle.xml.h:4 hacks/config/vines.xml.h:3 -#: hacks/config/worm.xml.h:5 hacks/config/xearth.xml.h:17 -#: hacks/config/xfishtank.xml.h:9 +#: hacks/config/polyominoes.xml.h:6 hacks/config/popsquares.xml.h:4 +#: hacks/config/rd-bomb.xml.h:13 hacks/config/rocks.xml.h:6 +#: hacks/config/rotor.xml.h:7 hacks/config/shadebobs.xml.h:6 +#: hacks/config/sierpinski.xml.h:5 hacks/config/slip.xml.h:5 +#: hacks/config/sphere.xml.h:4 hacks/config/spiral.xml.h:8 +#: hacks/config/squiral.xml.h:10 hacks/config/starfish.xml.h:6 +#: hacks/config/strange.xml.h:6 hacks/config/swirl.xml.h:5 +#: hacks/config/thornbird.xml.h:5 hacks/config/triangle.xml.h:4 +#: hacks/config/vines.xml.h:3 hacks/config/worm.xml.h:5 +#: hacks/config/xearth.xml.h:17 hacks/config/xfishtank.xml.h:9 msgid "Number of Colors" msgstr "Número de Cores" -#: hacks/config/anemone.xml.h:7 hacks/config/ant.xml.h:14 +#: hacks/config/anemone.xml.h:7 hacks/config/pyro.xml.h:8 +msgid "Often" +msgstr "Frequente" + +#: hacks/config/anemone.xml.h:8 +msgid "Rarely" +msgstr "" + +#: hacks/config/anemone.xml.h:9 hacks/config/ant.xml.h:15 #: hacks/config/apollonian.xml.h:11 hacks/config/atlantis.xml.h:13 -#: hacks/config/attraction.xml.h:26 hacks/config/blaster.xml.h:8 -#: hacks/config/blitspin.xml.h:7 hacks/config/bouboule.xml.h:8 +#: hacks/config/attraction.xml.h:26 hacks/config/atunnel.xml.h:6 +#: hacks/config/barcode.xml.h:6 hacks/config/blaster.xml.h:8 +#: hacks/config/blitspin.xml.h:7 hacks/config/blocktube.xml.h:9 +#: hacks/config/bouboule.xml.h:8 hacks/config/bouncingcow.xml.h:10 #: hacks/config/boxed.xml.h:6 hacks/config/braid.xml.h:11 #: hacks/config/bubble3d.xml.h:5 hacks/config/bubbles.xml.h:10 #: hacks/config/bumps.xml.h:4 hacks/config/cage.xml.h:4 -#: hacks/config/circuit.xml.h:10 hacks/config/compass.xml.h:4 -#: hacks/config/coral.xml.h:12 hacks/config/critical.xml.h:6 -#: hacks/config/crystal.xml.h:11 hacks/config/cubenetic.xml.h:22 +#: hacks/config/circuit.xml.h:10 hacks/config/cloudlife.xml.h:11 +#: hacks/config/compass.xml.h:4 hacks/config/coral.xml.h:12 +#: hacks/config/critical.xml.h:6 hacks/config/crystal.xml.h:11 +#: hacks/config/cubenetic.xml.h:22 hacks/config/cubestorm.xml.h:8 #: hacks/config/cynosure.xml.h:9 hacks/config/dangerball.xml.h:5 #: hacks/config/decayscreen.xml.h:17 hacks/config/deluxe.xml.h:8 #: hacks/config/demon.xml.h:8 hacks/config/discrete.xml.h:7 #: hacks/config/distort.xml.h:11 hacks/config/drift.xml.h:12 -#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:5 -#: hacks/config/epicycle.xml.h:10 hacks/config/euler2d.xml.h:14 -#: hacks/config/extrusion.xml.h:11 hacks/config/fadeplot.xml.h:8 -#: hacks/config/flag.xml.h:7 hacks/config/flame.xml.h:14 -#: hacks/config/flipscreen3d.xml.h:6 hacks/config/flow.xml.h:13 -#: hacks/config/fluidballs.xml.h:18 hacks/config/forest.xml.h:5 +#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:15 +#: hacks/config/epicycle.xml.h:10 hacks/config/eruption.xml.h:19 +#: hacks/config/euler2d.xml.h:14 hacks/config/extrusion.xml.h:11 +#: hacks/config/fadeplot.xml.h:8 hacks/config/flag.xml.h:7 +#: hacks/config/flame.xml.h:14 hacks/config/flipscreen3d.xml.h:6 +#: hacks/config/flow.xml.h:13 hacks/config/fluidballs.xml.h:18 +#: hacks/config/flyingtoasters.xml.h:11 hacks/config/forest.xml.h:5 #: hacks/config/galaxy.xml.h:10 hacks/config/gears.xml.h:7 -#: hacks/config/gflux.xml.h:12 hacks/config/glforestfire.xml.h:14 -#: hacks/config/glplanet.xml.h:6 hacks/config/glsnake.xml.h:12 -#: hacks/config/gltext.xml.h:13 hacks/config/goop.xml.h:10 -#: hacks/config/grav.xml.h:8 hacks/config/greynetic.xml.h:3 -#: hacks/config/halo.xml.h:9 hacks/config/hopalong.xml.h:21 -#: hacks/config/hyperball.xml.h:8 hacks/config/hypercube.xml.h:7 +#: hacks/config/gflux.xml.h:12 hacks/config/glblur.xml.h:14 +#: hacks/config/glforestfire.xml.h:14 hacks/config/glknots.xml.h:17 +#: hacks/config/glmatrix.xml.h:18 hacks/config/glplanet.xml.h:6 +#: hacks/config/glsnake.xml.h:12 hacks/config/gltext.xml.h:13 +#: hacks/config/goop.xml.h:10 hacks/config/grav.xml.h:8 +#: hacks/config/greynetic.xml.h:3 hacks/config/halo.xml.h:9 +#: hacks/config/hopalong.xml.h:21 hacks/config/hyperball.xml.h:8 +#: hacks/config/hypercube.xml.h:7 hacks/config/hypertorus.xml.h:13 #: hacks/config/ifs.xml.h:5 hacks/config/interference.xml.h:14 -#: hacks/config/jigsaw.xml.h:5 hacks/config/juggle.xml.h:7 -#: hacks/config/julia.xml.h:8 hacks/config/kaleidescope.xml.h:7 +#: hacks/config/jigglypuff.xml.h:16 hacks/config/jigsaw.xml.h:5 +#: hacks/config/juggle.xml.h:7 hacks/config/julia.xml.h:8 +#: hacks/config/kaleidescope.xml.h:7 hacks/config/klein.xml.h:7 #: hacks/config/kumppa.xml.h:8 hacks/config/lament.xml.h:6 -#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:26 +#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:27 #: hacks/config/lightning.xml.h:5 hacks/config/lisa.xml.h:8 #: hacks/config/lissie.xml.h:9 hacks/config/lmorph.xml.h:11 #: hacks/config/loop.xml.h:7 hacks/config/maze.xml.h:14 -#: hacks/config/menger.xml.h:16 hacks/config/moebius.xml.h:7 -#: hacks/config/moire2.xml.h:6 hacks/config/molecule.xml.h:22 -#: hacks/config/morph3d.xml.h:6 hacks/config/mountain.xml.h:7 -#: hacks/config/munch.xml.h:7 hacks/config/nerverot.xml.h:20 -#: hacks/config/penetrate.xml.h:6 hacks/config/penrose.xml.h:11 -#: hacks/config/petri.xml.h:23 hacks/config/phosphor.xml.h:6 +#: hacks/config/menger.xml.h:16 hacks/config/metaballs.xml.h:13 +#: hacks/config/moebius.xml.h:7 hacks/config/moire2.xml.h:6 +#: hacks/config/molecule.xml.h:22 hacks/config/morph3d.xml.h:6 +#: hacks/config/mountain.xml.h:7 hacks/config/munch.xml.h:7 +#: hacks/config/nerverot.xml.h:20 hacks/config/penetrate.xml.h:6 +#: hacks/config/penrose.xml.h:11 hacks/config/petri.xml.h:23 +#: hacks/config/phosphor.xml.h:6 hacks/config/piecewise.xml.h:9 #: hacks/config/pipes.xml.h:15 hacks/config/polyominoes.xml.h:10 -#: hacks/config/pulsar.xml.h:15 hacks/config/pyro.xml.h:13 -#: hacks/config/qix.xml.h:19 hacks/config/queens.xml.h:4 -#: hacks/config/rd-bomb.xml.h:17 hacks/config/ripples.xml.h:11 -#: hacks/config/rocks.xml.h:9 hacks/config/rotor.xml.h:11 -#: hacks/config/rubik.xml.h:9 hacks/config/sballs.xml.h:13 -#: hacks/config/shadebobs.xml.h:9 hacks/config/sierpinski.xml.h:7 -#: hacks/config/sierpinski3d.xml.h:8 hacks/config/slidescreen.xml.h:6 -#: hacks/config/slip.xml.h:7 hacks/config/speedmine.xml.h:13 -#: hacks/config/sphere.xml.h:5 hacks/config/spheremonics.xml.h:19 -#: hacks/config/spiral.xml.h:9 hacks/config/spotlight.xml.h:4 -#: hacks/config/sproingies.xml.h:6 hacks/config/squiral.xml.h:14 -#: hacks/config/stairs.xml.h:3 hacks/config/starfish.xml.h:8 -#: hacks/config/starwars.xml.h:12 hacks/config/strange.xml.h:7 -#: hacks/config/superquadrics.xml.h:7 hacks/config/swirl.xml.h:6 -#: hacks/config/t3d.xml.h:11 hacks/config/thornbird.xml.h:7 -#: hacks/config/triangle.xml.h:5 hacks/config/truchet.xml.h:2 -#: hacks/config/twang.xml.h:9 hacks/config/vines.xml.h:4 -#: hacks/config/webcollage.xml.h:7 hacks/config/worm.xml.h:7 -#: hacks/config/xearth.xml.h:22 hacks/config/xfishtank.xml.h:10 -#: hacks/config/xflame.xml.h:5 hacks/config/xjack.xml.h:2 -#: hacks/config/xmatrix.xml.h:14 hacks/config/xmountains.xml.h:4 -#: hacks/config/xrayswarm.xml.h:3 hacks/config/zoom.xml.h:6 +#: hacks/config/popsquares.xml.h:5 hacks/config/pulsar.xml.h:15 +#: hacks/config/pyro.xml.h:13 hacks/config/qix.xml.h:19 +#: hacks/config/queens.xml.h:4 hacks/config/rd-bomb.xml.h:17 +#: hacks/config/ripples.xml.h:11 hacks/config/rocks.xml.h:9 +#: hacks/config/rotor.xml.h:11 hacks/config/rubik.xml.h:9 +#: hacks/config/sballs.xml.h:13 hacks/config/shadebobs.xml.h:9 +#: hacks/config/sierpinski.xml.h:7 hacks/config/sierpinski3d.xml.h:8 +#: hacks/config/slidescreen.xml.h:6 hacks/config/slip.xml.h:7 +#: hacks/config/speedmine.xml.h:13 hacks/config/sphere.xml.h:5 +#: hacks/config/spheremonics.xml.h:19 hacks/config/spiral.xml.h:9 +#: hacks/config/spotlight.xml.h:4 hacks/config/sproingies.xml.h:6 +#: hacks/config/squiral.xml.h:14 hacks/config/stairs.xml.h:3 +#: hacks/config/starfish.xml.h:8 hacks/config/starwars.xml.h:12 +#: hacks/config/strange.xml.h:7 hacks/config/superquadrics.xml.h:8 +#: hacks/config/swirl.xml.h:6 hacks/config/t3d.xml.h:11 +#: hacks/config/thornbird.xml.h:7 hacks/config/triangle.xml.h:5 +#: hacks/config/truchet.xml.h:2 hacks/config/twang.xml.h:9 +#: hacks/config/vines.xml.h:4 hacks/config/webcollage.xml.h:7 +#: hacks/config/worm.xml.h:7 hacks/config/xearth.xml.h:22 +#: hacks/config/xfishtank.xml.h:10 hacks/config/xflame.xml.h:5 +#: hacks/config/xjack.xml.h:2 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xmountains.xml.h:4 hacks/config/xrayswarm.xml.h:3 +#: hacks/config/zoom.xml.h:6 msgid "Slow" msgstr "Devagar" -#: hacks/config/anemone.xml.h:8 hacks/config/ant.xml.h:16 +#: hacks/config/anemone.xml.h:10 hacks/config/ant.xml.h:17 #: hacks/config/apollonian.xml.h:12 hacks/config/attraction.xml.h:28 -#: hacks/config/blaster.xml.h:9 hacks/config/bouboule.xml.h:9 -#: hacks/config/braid.xml.h:12 hacks/config/bubble3d.xml.h:6 -#: hacks/config/bubbles.xml.h:11 hacks/config/bumps.xml.h:5 -#: hacks/config/cage.xml.h:6 hacks/config/circuit.xml.h:11 +#: hacks/config/atunnel.xml.h:7 hacks/config/barcode.xml.h:7 +#: hacks/config/blaster.xml.h:9 hacks/config/blocktube.xml.h:11 +#: hacks/config/bouboule.xml.h:9 hacks/config/braid.xml.h:12 +#: hacks/config/bubble3d.xml.h:6 hacks/config/bubbles.xml.h:11 +#: hacks/config/bumps.xml.h:5 hacks/config/cage.xml.h:6 +#: hacks/config/circuit.xml.h:11 hacks/config/cloudlife.xml.h:13 #: hacks/config/compass.xml.h:5 hacks/config/coral.xml.h:14 #: hacks/config/critical.xml.h:7 hacks/config/crystal.xml.h:12 #: hacks/config/cubenetic.xml.h:24 hacks/config/cynosure.xml.h:10 @@ -1211,12 +1302,13 @@ msgstr "Devagar" #: hacks/config/deluxe.xml.h:9 hacks/config/demon.xml.h:10 #: hacks/config/discrete.xml.h:9 hacks/config/distort.xml.h:13 #: hacks/config/drift.xml.h:13 hacks/config/endgame.xml.h:6 -#: hacks/config/engine.xml.h:6 hacks/config/epicycle.xml.h:11 -#: hacks/config/euler2d.xml.h:15 hacks/config/extrusion.xml.h:13 -#: hacks/config/fadeplot.xml.h:10 hacks/config/flag.xml.h:9 -#: hacks/config/flame.xml.h:15 hacks/config/flipscreen3d.xml.h:7 -#: hacks/config/flow.xml.h:16 hacks/config/fluidballs.xml.h:20 -#: hacks/config/forest.xml.h:6 hacks/config/galaxy.xml.h:11 +#: hacks/config/engine.xml.h:16 hacks/config/epicycle.xml.h:11 +#: hacks/config/eruption.xml.h:20 hacks/config/euler2d.xml.h:15 +#: hacks/config/extrusion.xml.h:13 hacks/config/fadeplot.xml.h:10 +#: hacks/config/flag.xml.h:9 hacks/config/flame.xml.h:15 +#: hacks/config/flipscreen3d.xml.h:7 hacks/config/flow.xml.h:16 +#: hacks/config/fluidballs.xml.h:20 hacks/config/forest.xml.h:6 +#: hacks/config/galaxy.xml.h:11 hacks/config/glblur.xml.h:17 #: hacks/config/glforestfire.xml.h:15 hacks/config/glplanet.xml.h:8 #: hacks/config/gltext.xml.h:15 hacks/config/goop.xml.h:11 #: hacks/config/grav.xml.h:9 hacks/config/greynetic.xml.h:4 @@ -1224,18 +1316,20 @@ msgstr "Devagar" #: hacks/config/hyperball.xml.h:9 hacks/config/hypercube.xml.h:8 #: hacks/config/ifs.xml.h:6 hacks/config/jigsaw.xml.h:7 #: hacks/config/juggle.xml.h:8 hacks/config/julia.xml.h:10 -#: hacks/config/kaleidescope.xml.h:8 hacks/config/kumppa.xml.h:9 -#: hacks/config/lament.xml.h:7 hacks/config/laser.xml.h:11 -#: hacks/config/lavalite.xml.h:29 hacks/config/lightning.xml.h:6 -#: hacks/config/lisa.xml.h:9 hacks/config/lissie.xml.h:11 -#: hacks/config/lmorph.xml.h:12 hacks/config/loop.xml.h:9 -#: hacks/config/menger.xml.h:18 hacks/config/moebius.xml.h:10 +#: hacks/config/kaleidescope.xml.h:8 hacks/config/klein.xml.h:8 +#: hacks/config/kumppa.xml.h:9 hacks/config/lament.xml.h:7 +#: hacks/config/laser.xml.h:11 hacks/config/lavalite.xml.h:30 +#: hacks/config/lightning.xml.h:6 hacks/config/lisa.xml.h:9 +#: hacks/config/lissie.xml.h:11 hacks/config/lmorph.xml.h:12 +#: hacks/config/loop.xml.h:9 hacks/config/menger.xml.h:18 +#: hacks/config/metaballs.xml.h:15 hacks/config/moebius.xml.h:10 #: hacks/config/moire2.xml.h:7 hacks/config/molecule.xml.h:24 #: hacks/config/morph3d.xml.h:7 hacks/config/mountain.xml.h:8 #: hacks/config/munch.xml.h:9 hacks/config/nerverot.xml.h:22 #: hacks/config/penrose.xml.h:12 hacks/config/petri.xml.h:25 -#: hacks/config/phosphor.xml.h:7 hacks/config/pipes.xml.h:16 -#: hacks/config/polyominoes.xml.h:11 hacks/config/pulsar.xml.h:17 +#: hacks/config/phosphor.xml.h:7 hacks/config/piecewise.xml.h:11 +#: hacks/config/pipes.xml.h:16 hacks/config/polyominoes.xml.h:11 +#: hacks/config/popsquares.xml.h:6 hacks/config/pulsar.xml.h:17 #: hacks/config/qix.xml.h:22 hacks/config/queens.xml.h:6 #: hacks/config/rotor.xml.h:12 hacks/config/rubik.xml.h:11 #: hacks/config/sballs.xml.h:14 hacks/config/shadebobs.xml.h:10 @@ -1246,40 +1340,46 @@ msgstr "Devagar" #: hacks/config/spotlight.xml.h:5 hacks/config/sproingies.xml.h:8 #: hacks/config/squiral.xml.h:16 hacks/config/stairs.xml.h:5 #: hacks/config/starfish.xml.h:9 hacks/config/strange.xml.h:8 -#: hacks/config/superquadrics.xml.h:9 hacks/config/swirl.xml.h:7 +#: hacks/config/superquadrics.xml.h:10 hacks/config/swirl.xml.h:7 #: hacks/config/t3d.xml.h:13 hacks/config/thornbird.xml.h:8 #: hacks/config/triangle.xml.h:6 hacks/config/truchet.xml.h:3 #: hacks/config/twang.xml.h:10 hacks/config/vines.xml.h:5 -#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:4 +#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:13 #: hacks/config/worm.xml.h:8 hacks/config/xearth.xml.h:25 #: hacks/config/xflame.xml.h:6 hacks/config/xjack.xml.h:3 -#: hacks/config/xmatrix.xml.h:17 hacks/config/xmountains.xml.h:5 +#: hacks/config/xmatrix.xml.h:18 hacks/config/xmountains.xml.h:5 #: hacks/config/xrayswarm.xml.h:4 hacks/config/zoom.xml.h:7 msgid "Speed" msgstr "Velocidade" -#: hacks/config/anemone.xml.h:9 +#: hacks/config/anemone.xml.h:11 msgid "Tentacles" msgstr "" -#: hacks/config/anemone.xml.h:10 hacks/config/deluxe.xml.h:10 +#: hacks/config/anemone.xml.h:12 hacks/config/cubestorm.xml.h:11 +#: hacks/config/deluxe.xml.h:10 hacks/config/glknots.xml.h:19 #: hacks/config/lmorph.xml.h:13 hacks/config/starfish.xml.h:11 #: hacks/config/thornbird.xml.h:9 msgid "Thick" msgstr "Espesso" -#: hacks/config/anemone.xml.h:11 hacks/config/moire2.xml.h:8 -#: hacks/config/thornbird.xml.h:10 +#: hacks/config/anemone.xml.h:13 hacks/config/glknots.xml.h:20 +#: hacks/config/moire2.xml.h:8 hacks/config/thornbird.xml.h:10 msgid "Thickness" msgstr "Espessura" -#: hacks/config/anemone.xml.h:12 hacks/config/deluxe.xml.h:11 +#: hacks/config/anemone.xml.h:14 hacks/config/cubestorm.xml.h:12 +#: hacks/config/deluxe.xml.h:11 hacks/config/glknots.xml.h:21 #: hacks/config/lmorph.xml.h:14 hacks/config/starfish.xml.h:12 #: hacks/config/thornbird.xml.h:11 msgid "Thin" msgstr "Fino" -#: hacks/config/anemone.xml.h:13 hacks/config/ant.xml.h:21 +#: hacks/config/anemone.xml.h:15 +msgid "Turn speed" +msgstr "" + +#: hacks/config/anemone.xml.h:16 hacks/config/ant.xml.h:22 #: hacks/config/apollonian.xml.h:13 hacks/config/attraction.xml.h:32 #: hacks/config/bouboule.xml.h:11 hacks/config/braid.xml.h:13 #: hacks/config/critical.xml.h:8 hacks/config/crystal.xml.h:13 @@ -1296,25 +1396,30 @@ msgstr "Fino" #: hacks/config/julia.xml.h:12 hacks/config/laser.xml.h:12 #: hacks/config/lightning.xml.h:8 hacks/config/lisa.xml.h:12 #: hacks/config/lissie.xml.h:13 hacks/config/loop.xml.h:12 -#: hacks/config/moire.xml.h:11 hacks/config/moire2.xml.h:9 -#: hacks/config/mountain.xml.h:9 hacks/config/nerverot.xml.h:23 -#: hacks/config/penrose.xml.h:13 hacks/config/polyominoes.xml.h:12 -#: hacks/config/rd-bomb.xml.h:20 hacks/config/rocks.xml.h:12 -#: hacks/config/rotor.xml.h:13 hacks/config/shadebobs.xml.h:12 -#: hacks/config/sierpinski.xml.h:12 hacks/config/slip.xml.h:12 -#: hacks/config/sphere.xml.h:8 hacks/config/spiral.xml.h:12 -#: hacks/config/squiral.xml.h:18 hacks/config/starfish.xml.h:14 -#: hacks/config/strange.xml.h:11 hacks/config/swirl.xml.h:9 -#: hacks/config/thornbird.xml.h:13 hacks/config/triangle.xml.h:8 -#: hacks/config/vines.xml.h:7 hacks/config/worm.xml.h:9 -#: hacks/config/xearth.xml.h:28 hacks/config/xfishtank.xml.h:11 +#: hacks/config/metaballs.xml.h:16 hacks/config/moire.xml.h:11 +#: hacks/config/moire2.xml.h:9 hacks/config/mountain.xml.h:9 +#: hacks/config/nerverot.xml.h:23 hacks/config/penrose.xml.h:13 +#: hacks/config/polyominoes.xml.h:12 hacks/config/rd-bomb.xml.h:20 +#: hacks/config/rocks.xml.h:12 hacks/config/rotor.xml.h:13 +#: hacks/config/shadebobs.xml.h:12 hacks/config/sierpinski.xml.h:12 +#: hacks/config/slip.xml.h:12 hacks/config/sphere.xml.h:8 +#: hacks/config/spiral.xml.h:12 hacks/config/squiral.xml.h:18 +#: hacks/config/starfish.xml.h:14 hacks/config/strange.xml.h:11 +#: hacks/config/swirl.xml.h:9 hacks/config/thornbird.xml.h:13 +#: hacks/config/triangle.xml.h:8 hacks/config/vines.xml.h:7 +#: hacks/config/worm.xml.h:9 hacks/config/xearth.xml.h:28 +#: hacks/config/xfishtank.xml.h:11 msgid "Two" msgstr "Dois" -#: hacks/config/anemone.xml.h:14 +#: hacks/config/anemone.xml.h:17 msgid "Wiggling tentacles. By Gabriel Finch." msgstr "" +#: hacks/config/anemone.xml.h:18 +msgid "Withdraw freqency" +msgstr "" + #: hacks/config/ant.xml.h:1 msgid "" "A cellular automaton that is really a two-dimensional Turing machine: as the " @@ -1339,59 +1444,67 @@ msgstr "Tamanho Formiga" msgid "Ants Count" msgstr "Número Formigas" -#: hacks/config/ant.xml.h:6 +#: hacks/config/ant.xml.h:5 +#, fuzzy +msgid "Draw Eyes" +msgstr "Desenhar Etiquetas" + +#: hacks/config/ant.xml.h:7 msgid "Four Sided Cells" msgstr "Células de Quatro Lados" -#: hacks/config/ant.xml.h:7 hacks/config/attraction.xml.h:13 -#: hacks/config/cubenetic.xml.h:11 hacks/config/demon.xml.h:5 -#: hacks/config/discrete.xml.h:3 hacks/config/distort.xml.h:5 -#: hacks/config/fadeplot.xml.h:5 hacks/config/flag.xml.h:4 -#: hacks/config/flow.xml.h:7 hacks/config/fluidballs.xml.h:12 +#: hacks/config/ant.xml.h:8 hacks/config/attraction.xml.h:13 +#: hacks/config/cloudlife.xml.h:7 hacks/config/cubenetic.xml.h:11 +#: hacks/config/demon.xml.h:5 hacks/config/discrete.xml.h:3 +#: hacks/config/distort.xml.h:5 hacks/config/fadeplot.xml.h:5 +#: hacks/config/flag.xml.h:4 hacks/config/flow.xml.h:7 +#: hacks/config/fluidballs.xml.h:12 hacks/config/halftone.xml.h:8 #: hacks/config/hopalong.xml.h:13 hacks/config/interference.xml.h:8 #: hacks/config/julia.xml.h:5 hacks/config/lissie.xml.h:4 #: hacks/config/loop.xml.h:2 hacks/config/moire.xml.h:4 -#: hacks/config/rd-bomb.xml.h:11 hacks/config/rorschach.xml.h:5 -#: hacks/config/rubik.xml.h:4 hacks/config/sierpinski.xml.h:3 -#: hacks/config/slip.xml.h:3 +#: hacks/config/piecewise.xml.h:5 hacks/config/rd-bomb.xml.h:11 +#: hacks/config/rorschach.xml.h:5 hacks/config/rubik.xml.h:4 +#: hacks/config/sierpinski.xml.h:3 hacks/config/slip.xml.h:3 msgid "Large" msgstr "Grande" -#: hacks/config/ant.xml.h:9 +#: hacks/config/ant.xml.h:10 msgid "Nine Sided Cells" msgstr "Células de Nove Lados" -#: hacks/config/ant.xml.h:11 +#: hacks/config/ant.xml.h:12 msgid "Random Cell Shape" msgstr "Formato de Célula Aleatório" -#: hacks/config/ant.xml.h:12 hacks/config/speedmine.xml.h:11 +#: hacks/config/ant.xml.h:13 hacks/config/speedmine.xml.h:11 msgid "Sharp Turns" msgstr "Curvas Apertadas" -#: hacks/config/ant.xml.h:13 +#: hacks/config/ant.xml.h:14 msgid "Six Sided Cells" msgstr "Células de Seis Lados" -#: hacks/config/ant.xml.h:15 hacks/config/attraction.xml.h:27 -#: hacks/config/cubenetic.xml.h:23 hacks/config/demon.xml.h:9 -#: hacks/config/discrete.xml.h:8 hacks/config/distort.xml.h:12 -#: hacks/config/fadeplot.xml.h:9 hacks/config/flag.xml.h:8 -#: hacks/config/flow.xml.h:15 hacks/config/fluidballs.xml.h:19 +#: hacks/config/ant.xml.h:16 hacks/config/attraction.xml.h:27 +#: hacks/config/cloudlife.xml.h:12 hacks/config/cubenetic.xml.h:23 +#: hacks/config/demon.xml.h:9 hacks/config/discrete.xml.h:8 +#: hacks/config/distort.xml.h:12 hacks/config/fadeplot.xml.h:9 +#: hacks/config/flag.xml.h:8 hacks/config/flow.xml.h:15 +#: hacks/config/fluidballs.xml.h:19 hacks/config/halftone.xml.h:14 #: hacks/config/hopalong.xml.h:22 hacks/config/interference.xml.h:15 #: hacks/config/julia.xml.h:9 hacks/config/lissie.xml.h:10 -#: hacks/config/loop.xml.h:8 hacks/config/moire.xml.h:9 +#: hacks/config/loop.xml.h:8 hacks/config/metaballs.xml.h:14 +#: hacks/config/moire.xml.h:9 hacks/config/piecewise.xml.h:10 #: hacks/config/rd-bomb.xml.h:18 hacks/config/rorschach.xml.h:8 #: hacks/config/rubik.xml.h:10 hacks/config/sierpinski.xml.h:8 #: hacks/config/slip.xml.h:8 msgid "Small" msgstr "Pequeno" -#: hacks/config/ant.xml.h:17 +#: hacks/config/ant.xml.h:18 msgid "Three Sided Cells" msgstr "Células de Três Lados" -#: hacks/config/ant.xml.h:18 hacks/config/demon.xml.h:12 +#: hacks/config/ant.xml.h:19 hacks/config/demon.xml.h:12 #: hacks/config/discrete.xml.h:10 hacks/config/fadeplot.xml.h:11 #: hacks/config/flag.xml.h:12 hacks/config/flow.xml.h:17 #: hacks/config/lissie.xml.h:12 hacks/config/loop.xml.h:11 @@ -1400,11 +1513,11 @@ msgstr "C msgid "Timeout" msgstr "Expirar" -#: hacks/config/ant.xml.h:19 +#: hacks/config/ant.xml.h:20 msgid "Truchet Lines" msgstr "Linhas Truchet" -#: hacks/config/ant.xml.h:20 +#: hacks/config/ant.xml.h:21 msgid "Twelve Sided Cells" msgstr "Células de Doze Lados" @@ -1476,23 +1589,30 @@ msgstr "Velocidade Tubar msgid "Shimmering Water" msgstr "Água Baça" -#: hacks/config/atlantis.xml.h:11 hacks/config/boxed.xml.h:5 +#: hacks/config/atlantis.xml.h:11 hacks/config/atunnel.xml.h:5 +#: hacks/config/blocktube.xml.h:8 hacks/config/boxed.xml.h:5 #: hacks/config/bubble3d.xml.h:4 hacks/config/cage.xml.h:3 #: hacks/config/circuit.xml.h:9 hacks/config/cubenetic.xml.h:21 -#: hacks/config/dangerball.xml.h:4 hacks/config/endgame.xml.h:4 -#: hacks/config/engine.xml.h:4 hacks/config/extrusion.xml.h:10 -#: hacks/config/flipscreen3d.xml.h:5 hacks/config/fluidballs.xml.h:17 -#: hacks/config/gears.xml.h:6 hacks/config/gflux.xml.h:11 -#: hacks/config/glforestfire.xml.h:13 hacks/config/glplanet.xml.h:5 -#: hacks/config/glsnake.xml.h:10 hacks/config/gltext.xml.h:12 -#: hacks/config/lament.xml.h:5 hacks/config/menger.xml.h:15 -#: hacks/config/moebius.xml.h:6 hacks/config/molecule.xml.h:21 -#: hacks/config/morph3d.xml.h:5 hacks/config/pipes.xml.h:14 -#: hacks/config/pulsar.xml.h:14 hacks/config/queens.xml.h:3 -#: hacks/config/rubik.xml.h:6 hacks/config/sballs.xml.h:12 -#: hacks/config/sierpinski3d.xml.h:6 hacks/config/spheremonics.xml.h:18 -#: hacks/config/sproingies.xml.h:4 hacks/config/stairs.xml.h:2 -#: hacks/config/starwars.xml.h:11 hacks/config/superquadrics.xml.h:6 +#: hacks/config/cubestorm.xml.h:7 hacks/config/dangerball.xml.h:4 +#: hacks/config/endgame.xml.h:4 hacks/config/engine.xml.h:14 +#: hacks/config/extrusion.xml.h:10 hacks/config/flipscreen3d.xml.h:5 +#: hacks/config/fluidballs.xml.h:17 hacks/config/flurry.xml.h:9 +#: hacks/config/flyingtoasters.xml.h:10 hacks/config/gears.xml.h:6 +#: hacks/config/gflux.xml.h:11 hacks/config/glblur.xml.h:13 +#: hacks/config/glforestfire.xml.h:13 hacks/config/glknots.xml.h:16 +#: hacks/config/glmatrix.xml.h:17 hacks/config/glplanet.xml.h:5 +#: hacks/config/glslideshow.xml.h:18 hacks/config/glsnake.xml.h:10 +#: hacks/config/gltext.xml.h:12 hacks/config/hypertorus.xml.h:12 +#: hacks/config/jigglypuff.xml.h:15 hacks/config/klein.xml.h:6 +#: hacks/config/lament.xml.h:5 hacks/config/lavalite.xml.h:26 +#: hacks/config/menger.xml.h:15 hacks/config/moebius.xml.h:6 +#: hacks/config/molecule.xml.h:21 hacks/config/morph3d.xml.h:5 +#: hacks/config/pipes.xml.h:14 hacks/config/pulsar.xml.h:14 +#: hacks/config/queens.xml.h:3 hacks/config/rubik.xml.h:6 +#: hacks/config/sballs.xml.h:12 hacks/config/sierpinski3d.xml.h:6 +#: hacks/config/spheremonics.xml.h:18 hacks/config/sproingies.xml.h:4 +#: hacks/config/stairs.xml.h:2 hacks/config/starwars.xml.h:11 +#: hacks/config/superquadrics.xml.h:7 msgid "Show Frames-per-Second" msgstr "Mostrar Frames-por-Segundo" @@ -1502,13 +1622,14 @@ msgstr "Envergonhado" #: hacks/config/atlantis.xml.h:14 hacks/config/boxed.xml.h:7 #: hacks/config/cage.xml.h:5 hacks/config/extrusion.xml.h:12 -#: hacks/config/gears.xml.h:8 hacks/config/glplanet.xml.h:7 -#: hacks/config/glsnake.xml.h:13 hacks/config/gltext.xml.h:14 -#: hacks/config/menger.xml.h:17 hacks/config/molecule.xml.h:23 -#: hacks/config/munch.xml.h:8 hacks/config/sierpinski3d.xml.h:9 -#: hacks/config/speedmine.xml.h:14 hacks/config/spheremonics.xml.h:21 -#: hacks/config/sproingies.xml.h:7 hacks/config/stairs.xml.h:4 -#: hacks/config/stonerview.xml.h:2 hacks/config/superquadrics.xml.h:8 +#: hacks/config/gears.xml.h:8 hacks/config/glblur.xml.h:15 +#: hacks/config/glplanet.xml.h:7 hacks/config/glsnake.xml.h:13 +#: hacks/config/gltext.xml.h:14 hacks/config/menger.xml.h:17 +#: hacks/config/molecule.xml.h:23 hacks/config/munch.xml.h:8 +#: hacks/config/sierpinski3d.xml.h:9 hacks/config/speedmine.xml.h:14 +#: hacks/config/spheremonics.xml.h:21 hacks/config/sproingies.xml.h:7 +#: hacks/config/stairs.xml.h:4 hacks/config/stonerview.xml.h:2 +#: hacks/config/superquadrics.xml.h:9 msgid "Solid" msgstr "Sólido" @@ -1526,18 +1647,22 @@ msgstr "" msgid "Whale Speed" msgstr "Velocidade Baleia" -#: hacks/config/atlantis.xml.h:17 hacks/config/boxed.xml.h:8 -#: hacks/config/cage.xml.h:8 hacks/config/dangerball.xml.h:11 -#: hacks/config/extrusion.xml.h:19 hacks/config/gears.xml.h:11 -#: hacks/config/glforestfire.xml.h:20 hacks/config/glplanet.xml.h:11 +#: hacks/config/atlantis.xml.h:17 hacks/config/atunnel.xml.h:10 +#: hacks/config/blocktube.xml.h:13 hacks/config/boxed.xml.h:8 +#: hacks/config/cage.xml.h:8 hacks/config/cubestorm.xml.h:14 +#: hacks/config/dangerball.xml.h:11 hacks/config/extrusion.xml.h:19 +#: hacks/config/flyingtoasters.xml.h:14 hacks/config/gears.xml.h:11 +#: hacks/config/glblur.xml.h:20 hacks/config/glforestfire.xml.h:20 +#: hacks/config/glknots.xml.h:23 hacks/config/glplanet.xml.h:11 #: hacks/config/glsnake.xml.h:16 hacks/config/gltext.xml.h:18 -#: hacks/config/lament.xml.h:9 hacks/config/lavalite.xml.h:31 -#: hacks/config/menger.xml.h:21 hacks/config/moebius.xml.h:11 -#: hacks/config/molecule.xml.h:26 hacks/config/pulsar.xml.h:20 -#: hacks/config/sballs.xml.h:18 hacks/config/sierpinski3d.xml.h:12 -#: hacks/config/speedmine.xml.h:18 hacks/config/spheremonics.xml.h:26 -#: hacks/config/sproingies.xml.h:10 hacks/config/stairs.xml.h:7 -#: hacks/config/stonerview.xml.h:4 hacks/config/superquadrics.xml.h:11 +#: hacks/config/jigglypuff.xml.h:25 hacks/config/lament.xml.h:9 +#: hacks/config/lavalite.xml.h:32 hacks/config/menger.xml.h:21 +#: hacks/config/moebius.xml.h:11 hacks/config/molecule.xml.h:26 +#: hacks/config/pulsar.xml.h:20 hacks/config/sballs.xml.h:18 +#: hacks/config/sierpinski3d.xml.h:12 hacks/config/speedmine.xml.h:18 +#: hacks/config/spheremonics.xml.h:26 hacks/config/sproingies.xml.h:10 +#: hacks/config/stairs.xml.h:7 hacks/config/stonerview.xml.h:4 +#: hacks/config/superquadrics.xml.h:12 msgid "Wireframe" msgstr "Delimitação" @@ -1553,7 +1678,7 @@ msgstr "Contagem Bolas" msgid "Ball Mass" msgstr "Massa Bolas" -#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:2 +#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:3 msgid "Balls" msgstr "Bolas" @@ -1576,16 +1701,18 @@ msgid "Filled Splines" msgstr "Splinhas Cheias" #: hacks/config/attraction.xml.h:10 hacks/config/ccurve.xml.h:9 -#: hacks/config/cubenetic.xml.h:10 hacks/config/euler2d.xml.h:5 -#: hacks/config/flame.xml.h:9 hacks/config/goop.xml.h:6 -#: hacks/config/hopalong.xml.h:10 hacks/config/hyperball.xml.h:3 -#: hacks/config/hypercube.xml.h:3 hacks/config/interference.xml.h:6 +#: hacks/config/cloudlife.xml.h:5 hacks/config/cubenetic.xml.h:10 +#: hacks/config/euler2d.xml.h:5 hacks/config/flame.xml.h:9 +#: hacks/config/glslideshow.xml.h:13 hacks/config/goop.xml.h:6 +#: hacks/config/halftone.xml.h:7 hacks/config/hopalong.xml.h:10 +#: hacks/config/hyperball.xml.h:3 hacks/config/hypercube.xml.h:3 +#: hacks/config/interference.xml.h:6 hacks/config/jigglypuff.xml.h:8 #: hacks/config/kumppa.xml.h:4 hacks/config/lavalite.xml.h:12 #: hacks/config/nerverot.xml.h:11 hacks/config/petri.xml.h:8 #: hacks/config/pyro.xml.h:5 hacks/config/qix.xml.h:10 #: hacks/config/speedmine.xml.h:5 hacks/config/spheremonics.xml.h:6 #: hacks/config/spiral.xml.h:4 hacks/config/squiral.xml.h:6 -#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:4 +#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:5 #: hacks/config/t3d.xml.h:7 hacks/config/twang.xml.h:5 #: hacks/config/wander.xml.h:8 msgid "High" @@ -1625,15 +1752,17 @@ msgstr "" #: hacks/config/attraction.xml.h:15 hacks/config/deluxe.xml.h:5 #: hacks/config/lmorph.xml.h:7 hacks/config/pedal.xml.h:5 -#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:3 +#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:10 msgid "Lines" msgstr "Linhas" -#: hacks/config/attraction.xml.h:16 hacks/config/braid.xml.h:6 -#: hacks/config/cynosure.xml.h:5 hacks/config/drift.xml.h:8 +#: hacks/config/attraction.xml.h:16 hacks/config/blocktube.xml.h:5 +#: hacks/config/braid.xml.h:6 hacks/config/cynosure.xml.h:5 +#: hacks/config/drift.xml.h:8 hacks/config/eruption.xml.h:11 #: hacks/config/euler2d.xml.h:6 hacks/config/galaxy.xml.h:5 -#: hacks/config/juggle.xml.h:5 hacks/config/laser.xml.h:5 -#: hacks/config/menger.xml.h:4 hacks/config/munch.xml.h:4 +#: hacks/config/juggle.xml.h:5 hacks/config/klein.xml.h:4 +#: hacks/config/laser.xml.h:5 hacks/config/menger.xml.h:4 +#: hacks/config/metaballs.xml.h:5 hacks/config/munch.xml.h:4 #: hacks/config/nerverot.xml.h:13 hacks/config/petri.xml.h:9 #: hacks/config/polyominoes.xml.h:4 hacks/config/rotor.xml.h:5 #: hacks/config/shadebobs.xml.h:4 hacks/config/sierpinski3d.xml.h:3 @@ -1643,16 +1772,18 @@ msgid "Long" msgstr "Longo" #: hacks/config/attraction.xml.h:17 hacks/config/ccurve.xml.h:10 -#: hacks/config/cubenetic.xml.h:12 hacks/config/euler2d.xml.h:7 -#: hacks/config/flame.xml.h:10 hacks/config/goop.xml.h:7 -#: hacks/config/hopalong.xml.h:14 hacks/config/hyperball.xml.h:6 -#: hacks/config/hypercube.xml.h:5 hacks/config/interference.xml.h:9 +#: hacks/config/cloudlife.xml.h:8 hacks/config/cubenetic.xml.h:12 +#: hacks/config/euler2d.xml.h:7 hacks/config/flame.xml.h:10 +#: hacks/config/glslideshow.xml.h:15 hacks/config/goop.xml.h:7 +#: hacks/config/halftone.xml.h:9 hacks/config/hopalong.xml.h:14 +#: hacks/config/hyperball.xml.h:6 hacks/config/hypercube.xml.h:5 +#: hacks/config/interference.xml.h:9 hacks/config/jigglypuff.xml.h:11 #: hacks/config/kumppa.xml.h:6 hacks/config/lavalite.xml.h:14 #: hacks/config/nerverot.xml.h:14 hacks/config/petri.xml.h:10 #: hacks/config/pyro.xml.h:7 hacks/config/qix.xml.h:13 #: hacks/config/speedmine.xml.h:6 hacks/config/spheremonics.xml.h:8 #: hacks/config/spiral.xml.h:5 hacks/config/squiral.xml.h:8 -#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:5 +#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:6 #: hacks/config/t3d.xml.h:8 hacks/config/twang.xml.h:7 #: hacks/config/wander.xml.h:11 msgid "Low" @@ -1678,10 +1809,12 @@ msgstr "Raio" msgid "Repulsion Threshold" msgstr "Margem de Repulsa" -#: hacks/config/attraction.xml.h:25 hacks/config/braid.xml.h:10 -#: hacks/config/cynosure.xml.h:8 hacks/config/drift.xml.h:11 +#: hacks/config/attraction.xml.h:25 hacks/config/blocktube.xml.h:7 +#: hacks/config/braid.xml.h:10 hacks/config/cynosure.xml.h:8 +#: hacks/config/drift.xml.h:11 hacks/config/eruption.xml.h:18 #: hacks/config/euler2d.xml.h:12 hacks/config/galaxy.xml.h:8 -#: hacks/config/laser.xml.h:9 hacks/config/menger.xml.h:14 +#: hacks/config/klein.xml.h:5 hacks/config/laser.xml.h:9 +#: hacks/config/menger.xml.h:14 hacks/config/metaballs.xml.h:12 #: hacks/config/munch.xml.h:6 hacks/config/nerverot.xml.h:19 #: hacks/config/petri.xml.h:22 hacks/config/polyominoes.xml.h:9 #: hacks/config/rotor.xml.h:9 hacks/config/shadebobs.xml.h:8 @@ -1703,6 +1836,60 @@ msgstr "Caudas" msgid "Trail Length" msgstr "Comprimento Cauda" +#: hacks/config/atunnel.xml.h:1 +msgid "Atunnel" +msgstr "" + +#: hacks/config/atunnel.xml.h:2 +#, fuzzy +msgid "" +"Draws an animation of a textured tunnel in GL. Requires OpenGL, and a " +"machine with fast hardware support for texture maps. Written by Eric " +"Lassauge and Roman Podobedov." +msgstr "" +"Desenha uma animação de bolas com texturas a girar como loucas em GL. Requer " +"OpenGL e uma máquina com equipamento rápido e suporte para mapas de " +"texturas. Escrito por Eric Lassauge <lassauge@mail.dotcom.fr>." + +#: hacks/config/atunnel.xml.h:4 hacks/config/distort.xml.h:9 +#: hacks/config/glforestfire.xml.h:10 hacks/config/lament.xml.h:4 +#: hacks/config/sballs.xml.h:6 +msgid "Normal" +msgstr "Normal" + +#: hacks/config/atunnel.xml.h:8 hacks/config/glforestfire.xml.h:18 +#: hacks/config/lament.xml.h:8 hacks/config/sballs.xml.h:17 +msgid "Untextured" +msgstr "Sem textura" + +#: hacks/config/atunnel.xml.h:9 +#, fuzzy +msgid "Use light" +msgstr "Utilizar Iluminação" + +#: hacks/config/barcode.xml.h:1 +#, fuzzy +msgid "Barcode" +msgstr "Pesquisar" + +#: hacks/config/barcode.xml.h:2 +msgid "Barcode Clock (24 Hour)" +msgstr "" + +#: hacks/config/barcode.xml.h:3 +msgid "Barcode Clock (AM/PM)" +msgstr "" + +#: hacks/config/barcode.xml.h:5 +msgid "Scrolling Barcodes" +msgstr "" + +#: hacks/config/barcode.xml.h:8 +msgid "" +"This draws a random sequence of colorful barcodes scrolling across your " +"screen. CONSUME! By Dan Bornstein." +msgstr "" + #: hacks/config/blaster.xml.h:1 msgid "Blaster" msgstr "Explosão" @@ -1773,6 +1960,34 @@ msgstr "" "utilizar, como ficheiro XBM ou XPM, ou pedir a captura de ecrã e efectuar a " "sua rotação." +#: hacks/config/blocktube.xml.h:1 +msgid "BlockTube" +msgstr "" + +#: hacks/config/blocktube.xml.h:2 +msgid "Color Change Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:3 +msgid "Color Hold Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:6 +#, fuzzy +msgid "Reflective Blocks" +msgstr "Reflexos" + +#: hacks/config/blocktube.xml.h:10 +#, fuzzy +msgid "Solid Blocks" +msgstr "Chão Sólido" + +#: hacks/config/blocktube.xml.h:12 +msgid "" +"This hack draws a swirling, falling tunnel of reflective slabs. They fade " +"from hue to hue. Written by Lars R. Damerow." +msgstr "" + #: hacks/config/bouboule.xml.h:1 msgid "Bouboule" msgstr "Bouboule" @@ -1793,13 +2008,52 @@ msgstr "" "Desenha o que parece um balão deformado e a rodopiar, com pontos de vários " "tamanhos pintados na sua superfície invisível. Escrito por Jeremie Petit." -#: hacks/config/boxed.xml.h:1 hacks/config/gears.xml.h:1 -#: hacks/config/gflux.xml.h:1 hacks/config/pyro.xml.h:1 +#: hacks/config/bouncingcow.xml.h:1 +msgid "A Cow. A Trampoline. Together, they fight crime. By Jamie Zawinski." +msgstr "" + +#: hacks/config/bouncingcow.xml.h:2 hacks/config/boxed.xml.h:1 +#: hacks/config/cubestorm.xml.h:1 hacks/config/flyingtoasters.xml.h:3 +#: hacks/config/gears.xml.h:1 hacks/config/gflux.xml.h:1 +#: hacks/config/glknots.xml.h:1 hacks/config/glmatrix.xml.h:1 +#: hacks/config/jigglypuff.xml.h:1 hacks/config/pyro.xml.h:1 #: hacks/config/rd-bomb.xml.h:6 hacks/config/rocks.xml.h:1 #: hacks/config/starwars.xml.h:1 hacks/config/xfishtank.xml.h:1 msgid "Animation Speed" msgstr "Velocidade Animação" +#: hacks/config/bouncingcow.xml.h:3 +msgid "Beefy Cow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:4 +#, fuzzy +msgid "Bounce Speed" +msgstr "Velocidade de Resolução" + +#: hacks/config/bouncingcow.xml.h:5 +msgid "BouncingCow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:7 +msgid "Herd" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:8 +#, fuzzy +msgid "Moo" +msgstr "Mono" + +#: hacks/config/bouncingcow.xml.h:9 +#, fuzzy +msgid "Number of Cows" +msgstr "Número de Cores" + +#: hacks/config/bouncingcow.xml.h:11 +#, fuzzy +msgid "Wireframe Cow" +msgstr "Delimitação" + #: hacks/config/boxed.xml.h:2 msgid "Boxed" msgstr "Boxed" @@ -1824,23 +2078,24 @@ msgstr "" "Desenha círculos concêntricos aleatórios com cores cicladas. Escrito por " "John Neil." -#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:8 +#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:9 #: hacks/config/ccurve.xml.h:7 hacks/config/coral.xml.h:6 #: hacks/config/cynosure.xml.h:3 hacks/config/deco.xml.h:4 #: hacks/config/drift.xml.h:2 hacks/config/epicycle.xml.h:3 -#: hacks/config/euler2d.xml.h:1 hacks/config/flame.xml.h:5 -#: hacks/config/galaxy.xml.h:2 hacks/config/glsnake.xml.h:4 -#: hacks/config/helix.xml.h:3 hacks/config/hopalong.xml.h:2 -#: hacks/config/imsmap.xml.h:6 hacks/config/laser.xml.h:2 -#: hacks/config/menger.xml.h:2 hacks/config/moire.xml.h:3 -#: hacks/config/molecule.xml.h:9 hacks/config/munch.xml.h:2 -#: hacks/config/nerverot.xml.h:8 hacks/config/pedal.xml.h:3 -#: hacks/config/penrose.xml.h:5 hacks/config/polyominoes.xml.h:1 -#: hacks/config/rorschach.xml.h:3 hacks/config/rotzoomer.xml.h:5 -#: hacks/config/shadebobs.xml.h:2 hacks/config/sierpinski3d.xml.h:1 -#: hacks/config/spheremonics.xml.h:4 hacks/config/starfish.xml.h:2 -#: hacks/config/vidwhacker.xml.h:3 hacks/config/wander.xml.h:7 -#: hacks/config/xspirograph.xml.h:3 +#: hacks/config/eruption.xml.h:3 hacks/config/euler2d.xml.h:1 +#: hacks/config/flame.xml.h:5 hacks/config/galaxy.xml.h:2 +#: hacks/config/glsnake.xml.h:4 hacks/config/helix.xml.h:3 +#: hacks/config/hopalong.xml.h:2 hacks/config/imsmap.xml.h:6 +#: hacks/config/klein.xml.h:1 hacks/config/laser.xml.h:2 +#: hacks/config/menger.xml.h:2 hacks/config/metaballs.xml.h:3 +#: hacks/config/moire.xml.h:3 hacks/config/molecule.xml.h:9 +#: hacks/config/munch.xml.h:2 hacks/config/nerverot.xml.h:8 +#: hacks/config/pedal.xml.h:3 hacks/config/penrose.xml.h:5 +#: hacks/config/polyominoes.xml.h:1 hacks/config/rorschach.xml.h:3 +#: hacks/config/rotzoomer.xml.h:5 hacks/config/shadebobs.xml.h:2 +#: hacks/config/sierpinski3d.xml.h:1 hacks/config/spheremonics.xml.h:4 +#: hacks/config/starfish.xml.h:2 hacks/config/vidwhacker.xml.h:3 +#: hacks/config/wander.xml.h:7 hacks/config/xspirograph.xml.h:3 msgid "Duration" msgstr "Duração" @@ -1867,18 +2122,22 @@ msgid "AmigaDOS" msgstr "AmigaDOS" #: hacks/config/bsod.xml.h:4 +msgid "Apple II" +msgstr "" + +#: hacks/config/bsod.xml.h:5 msgid "Atari" msgstr "Atari" -#: hacks/config/bsod.xml.h:5 +#: hacks/config/bsod.xml.h:6 msgid "BSD" msgstr "BSD" -#: hacks/config/bsod.xml.h:6 +#: hacks/config/bsod.xml.h:7 msgid "BSOD" msgstr "BSOD" -#: hacks/config/bsod.xml.h:7 +#: hacks/config/bsod.xml.h:8 msgid "" "BSOD stands for ``Blue Screen of Death.'' The finest in personal computer " "emulation, this hack simulates popular screen savers from a number of less " @@ -1888,43 +2147,62 @@ msgstr "" "pessoais, este programa simula protectores de ecrã populares de um conjunto " "de sistemas operativos menos robustos. Escrito por Jamie Zawinski." -#: hacks/config/bsod.xml.h:9 +#: hacks/config/bsod.xml.h:10 +msgid "HPUX" +msgstr "" + +#: hacks/config/bsod.xml.h:11 +#, fuzzy +msgid "Linux" +msgstr "Linux Sparc" + +#: hacks/config/bsod.xml.h:12 msgid "Mac Bomb" msgstr "Bomba Mac" -#: hacks/config/bsod.xml.h:10 +#: hacks/config/bsod.xml.h:13 +#, fuzzy +msgid "MacOS X" +msgstr "MacOS" + +#: hacks/config/bsod.xml.h:14 msgid "MacsBug" msgstr "MacsBug" -#: hacks/config/bsod.xml.h:11 +#: hacks/config/bsod.xml.h:15 msgid "NCD X Terminal" msgstr "Terminal X NCD" -#: hacks/config/bsod.xml.h:12 +#: hacks/config/bsod.xml.h:16 +msgid "OS/390" +msgstr "" + +#: hacks/config/bsod.xml.h:17 msgid "SCO" msgstr "SCO" -#: hacks/config/bsod.xml.h:13 +#: hacks/config/bsod.xml.h:18 msgid "Sad Mac" msgstr "Mac Triste" -#: hacks/config/bsod.xml.h:14 +#: hacks/config/bsod.xml.h:19 msgid "Solaris" msgstr "Solaris" -#: hacks/config/bsod.xml.h:15 +#: hacks/config/bsod.xml.h:20 msgid "Sparc Linux" msgstr "Linux Sparc" -#: hacks/config/bsod.xml.h:16 -msgid "Windows" -msgstr "Windows" - -#: hacks/config/bsod.xml.h:17 +#: hacks/config/bsod.xml.h:21 msgid "Windows 2000" msgstr "Windows 2000" -#: hacks/config/bsod.xml.h:18 +#: hacks/config/bsod.xml.h:22 +#, fuzzy +msgid "Windows 3.1" +msgstr "Windows" + +#: hacks/config/bsod.xml.h:23 msgid "Windows NT" msgstr "Windows NT" @@ -2033,7 +2311,7 @@ msgstr "Atraso" #: hacks/config/ccurve.xml.h:6 hacks/config/coral.xml.h:5 #: hacks/config/imsmap.xml.h:5 hacks/config/kumppa.xml.h:1 #: hacks/config/qix.xml.h:6 hacks/config/squiral.xml.h:2 -#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:3 +#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:2 msgid "Density" msgstr "Densidade" @@ -2075,18 +2353,57 @@ msgstr "Rodar" msgid "Rotation Speed" msgstr "Velocidade Rotação" -#: hacks/config/circuit.xml.h:12 hacks/config/dangerball.xml.h:9 -#: hacks/config/engine.xml.h:7 +#: hacks/config/circuit.xml.h:12 hacks/config/cubestorm.xml.h:9 +#: hacks/config/dangerball.xml.h:9 hacks/config/engine.xml.h:17 +#: hacks/config/klein.xml.h:9 hacks/config/whirlygig.xml.h:14 msgid "Spin" msgstr "Girar" +#: hacks/config/cloudlife.xml.h:1 hacks/config/demon.xml.h:2 +#: hacks/config/petri.xml.h:1 +msgid "Cell Size" +msgstr "Tamanho Célula" + +#: hacks/config/cloudlife.xml.h:2 +msgid "CloudLife" +msgstr "" + +#: hacks/config/cloudlife.xml.h:4 +msgid "" +"Generates cloud-like formations based on a variant of Conway's Life. The " +"difference is that cells have a maximum age, after which they count as 3 for " +"populating the next generation. This makes long-lived formations explode " +"instead of just sitting there burning a hole in your screen. Written by Don " +"Marti." +msgstr "" + +#: hacks/config/cloudlife.xml.h:6 +#, fuzzy +msgid "Initial Density" +msgstr "Densidade Partículas" + +#: hacks/config/cloudlife.xml.h:9 +#, fuzzy +msgid "Max Age" +msgstr "Tamanho Máx" + +#: hacks/config/cloudlife.xml.h:10 +msgid "Old" +msgstr "" + +#: hacks/config/cloudlife.xml.h:14 +#, fuzzy +msgid "Young" +msgstr "Longo" + #: hacks/config/compass.xml.h:1 msgid "Compass" msgstr "Bússula" #: hacks/config/compass.xml.h:2 hacks/config/deluxe.xml.h:3 #: hacks/config/interference.xml.h:4 hacks/config/kumppa.xml.h:2 -#: hacks/config/nerverot.xml.h:6 hacks/config/pipes.xml.h:4 +#: hacks/config/nerverot.xml.h:6 hacks/config/piecewise.xml.h:3 +#: hacks/config/pipes.xml.h:4 msgid "Double Buffer" msgstr "Buffer Duplo" @@ -2108,10 +2425,10 @@ msgid "1 Minute" msgstr "1 Minuto" #: hacks/config/coral.xml.h:2 hacks/config/deco.xml.h:2 -#: hacks/config/helix.xml.h:2 hacks/config/imsmap.xml.h:2 -#: hacks/config/moire.xml.h:2 hacks/config/pedal.xml.h:2 -#: hacks/config/penrose.xml.h:1 hacks/config/rorschach.xml.h:2 -#: hacks/config/xspirograph.xml.h:2 +#: hacks/config/glslideshow.xml.h:1 hacks/config/helix.xml.h:2 +#: hacks/config/imsmap.xml.h:2 hacks/config/moire.xml.h:2 +#: hacks/config/pedal.xml.h:2 hacks/config/penrose.xml.h:1 +#: hacks/config/rorschach.xml.h:2 hacks/config/xspirograph.xml.h:2 msgid "1 Second" msgstr "1 Segundo" @@ -2120,6 +2437,7 @@ msgid "Coral" msgstr "Coral" #: hacks/config/coral.xml.h:4 hacks/config/gflux.xml.h:3 +#: hacks/config/glblur.xml.h:2 hacks/config/glmatrix.xml.h:3 #: hacks/config/imsmap.xml.h:4 hacks/config/lavalite.xml.h:6 #: hacks/config/pyro.xml.h:2 hacks/config/qix.xml.h:5 #: hacks/config/squiral.xml.h:1 hacks/config/xearth.xml.h:4 @@ -2139,10 +2457,11 @@ msgstr "" "lhe faz justiça. Escrito por Frederick Roeber." #: hacks/config/coral.xml.h:13 hacks/config/gflux.xml.h:13 -#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:28 +#: hacks/config/glblur.xml.h:16 hacks/config/glmatrix.xml.h:19 +#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:29 #: hacks/config/pyro.xml.h:14 hacks/config/qix.xml.h:21 #: hacks/config/squiral.xml.h:15 hacks/config/xearth.xml.h:24 -#: hacks/config/xmatrix.xml.h:16 +#: hacks/config/xmatrix.xml.h:17 msgid "Sparse" msgstr "Escasso" @@ -2181,13 +2500,13 @@ msgstr "Centrar no Ecr #: hacks/config/grav.xml.h:1 hacks/config/julia.xml.h:1 #: hacks/config/laser.xml.h:1 hacks/config/lisa.xml.h:1 #: hacks/config/lissie.xml.h:2 hacks/config/morph3d.xml.h:2 -#: hacks/config/mountain.xml.h:1 hacks/config/qix.xml.h:4 -#: hacks/config/rocks.xml.h:2 hacks/config/rotor.xml.h:2 -#: hacks/config/rubik.xml.h:1 hacks/config/shadebobs.xml.h:1 -#: hacks/config/sierpinski.xml.h:1 hacks/config/slip.xml.h:1 -#: hacks/config/spiral.xml.h:1 hacks/config/sproingies.xml.h:1 -#: hacks/config/superquadrics.xml.h:1 hacks/config/swirl.xml.h:1 -#: hacks/config/worm.xml.h:2 +#: hacks/config/mountain.xml.h:1 hacks/config/piecewise.xml.h:2 +#: hacks/config/qix.xml.h:4 hacks/config/rocks.xml.h:2 +#: hacks/config/rotor.xml.h:2 hacks/config/rubik.xml.h:1 +#: hacks/config/shadebobs.xml.h:1 hacks/config/sierpinski.xml.h:1 +#: hacks/config/slip.xml.h:1 hacks/config/spiral.xml.h:1 +#: hacks/config/sproingies.xml.h:1 hacks/config/superquadrics.xml.h:1 +#: hacks/config/swirl.xml.h:1 hacks/config/worm.xml.h:2 msgid "Count" msgstr "Contagem" @@ -2245,7 +2564,8 @@ msgstr "Erros do Subprocesso de Monitor" msgid "Display Wireframe" msgstr "Delimitação" -#: hacks/config/cubenetic.xml.h:6 hacks/config/gltext.xml.h:2 +#: hacks/config/cubenetic.xml.h:6 hacks/config/glblur.xml.h:3 +#: hacks/config/glknots.xml.h:2 hacks/config/gltext.xml.h:2 #: hacks/config/lavalite.xml.h:7 hacks/config/menger.xml.h:1 #: hacks/config/molecule.xml.h:4 hacks/config/spheremonics.xml.h:1 msgid "Don't Rotate" @@ -2258,43 +2578,50 @@ msgid "" "Jamie Zawinski." msgstr "" -#: hacks/config/cubenetic.xml.h:14 hacks/config/gltext.xml.h:5 +#: hacks/config/cubenetic.xml.h:14 hacks/config/glblur.xml.h:6 +#: hacks/config/glknots.xml.h:8 hacks/config/gltext.xml.h:5 #: hacks/config/lavalite.xml.h:19 hacks/config/menger.xml.h:7 #: hacks/config/molecule.xml.h:14 hacks/config/spheremonics.xml.h:10 msgid "Rotate around X and Y axes" msgstr "Rodar à volta dos eixos X e Y" -#: hacks/config/cubenetic.xml.h:15 hacks/config/gltext.xml.h:6 +#: hacks/config/cubenetic.xml.h:15 hacks/config/glblur.xml.h:7 +#: hacks/config/glknots.xml.h:9 hacks/config/gltext.xml.h:6 #: hacks/config/lavalite.xml.h:20 hacks/config/menger.xml.h:8 #: hacks/config/molecule.xml.h:15 hacks/config/spheremonics.xml.h:11 msgid "Rotate around X and Z axes" msgstr "Rodar à volta dos eixos X e Z" -#: hacks/config/cubenetic.xml.h:16 hacks/config/gltext.xml.h:7 +#: hacks/config/cubenetic.xml.h:16 hacks/config/glblur.xml.h:8 +#: hacks/config/glknots.xml.h:10 hacks/config/gltext.xml.h:7 #: hacks/config/lavalite.xml.h:21 hacks/config/menger.xml.h:9 #: hacks/config/molecule.xml.h:16 hacks/config/spheremonics.xml.h:12 msgid "Rotate around X axis" msgstr "Rodar à volta do eixo X" -#: hacks/config/cubenetic.xml.h:17 hacks/config/gltext.xml.h:8 +#: hacks/config/cubenetic.xml.h:17 hacks/config/glblur.xml.h:9 +#: hacks/config/glknots.xml.h:11 hacks/config/gltext.xml.h:8 #: hacks/config/lavalite.xml.h:22 hacks/config/menger.xml.h:10 #: hacks/config/molecule.xml.h:17 hacks/config/spheremonics.xml.h:13 msgid "Rotate around Y and Z axes" msgstr "Rodar à volta dos eixos Y e Z" -#: hacks/config/cubenetic.xml.h:18 hacks/config/gltext.xml.h:9 +#: hacks/config/cubenetic.xml.h:18 hacks/config/glblur.xml.h:10 +#: hacks/config/glknots.xml.h:12 hacks/config/gltext.xml.h:9 #: hacks/config/lavalite.xml.h:23 hacks/config/menger.xml.h:11 #: hacks/config/molecule.xml.h:18 hacks/config/spheremonics.xml.h:14 msgid "Rotate around Y axis" msgstr "Rodar à volta do eixo Y" -#: hacks/config/cubenetic.xml.h:19 hacks/config/gltext.xml.h:10 +#: hacks/config/cubenetic.xml.h:19 hacks/config/glblur.xml.h:11 +#: hacks/config/glknots.xml.h:13 hacks/config/gltext.xml.h:10 #: hacks/config/lavalite.xml.h:24 hacks/config/menger.xml.h:12 #: hacks/config/molecule.xml.h:19 hacks/config/spheremonics.xml.h:15 msgid "Rotate around Z axis" msgstr "Rodar à volta do eixo Z" -#: hacks/config/cubenetic.xml.h:20 hacks/config/gltext.xml.h:11 +#: hacks/config/cubenetic.xml.h:20 hacks/config/glblur.xml.h:12 +#: hacks/config/glknots.xml.h:14 hacks/config/gltext.xml.h:11 #: hacks/config/lavalite.xml.h:25 hacks/config/menger.xml.h:13 #: hacks/config/molecule.xml.h:20 hacks/config/spheremonics.xml.h:16 msgid "Rotate around all three axes" @@ -2313,14 +2640,42 @@ msgstr "" msgid "Surface Pattern Speed" msgstr "Velocidade Rotação Estrela" -#: hacks/config/cubenetic.xml.h:28 hacks/config/dangerball.xml.h:10 -#: hacks/config/engine.xml.h:8 hacks/config/glforestfire.xml.h:19 -#: hacks/config/gltext.xml.h:17 hacks/config/lavalite.xml.h:30 -#: hacks/config/menger.xml.h:20 hacks/config/molecule.xml.h:25 -#: hacks/config/spheremonics.xml.h:25 hacks/config/wander.xml.h:15 +#: hacks/config/cubenetic.xml.h:28 hacks/config/cubestorm.xml.h:13 +#: hacks/config/dangerball.xml.h:10 hacks/config/engine.xml.h:20 +#: hacks/config/glblur.xml.h:19 hacks/config/glforestfire.xml.h:19 +#: hacks/config/glknots.xml.h:22 hacks/config/gltext.xml.h:17 +#: hacks/config/lavalite.xml.h:31 hacks/config/menger.xml.h:20 +#: hacks/config/molecule.xml.h:25 hacks/config/spheremonics.xml.h:25 +#: hacks/config/wander.xml.h:15 msgid "Wander" msgstr "Varinha" +#: hacks/config/cubestorm.xml.h:2 +#, fuzzy +msgid "CubeStorm" +msgstr "Tempestade" + +#: hacks/config/cubestorm.xml.h:3 +msgid "" +"Draws a series of rotating 3D boxes that intersect each other and eventually " +"fill space. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/cubestorm.xml.h:5 hacks/config/glknots.xml.h:6 +#, fuzzy +msgid "Motion Speed" +msgstr "Velocidade Rotação" + +#: hacks/config/cubestorm.xml.h:6 +#, fuzzy +msgid "Number of Cubes" +msgstr "Número de Círculos" + +#: hacks/config/cubestorm.xml.h:10 +#, fuzzy +msgid "Strut Thickness" +msgstr "Espessura" + #: hacks/config/cynosure.xml.h:1 msgid "" "A hack similar to `greynetic', but less frenetic. The first implementation " @@ -2422,12 +2777,13 @@ msgid "Stretchy Melt" msgstr "Derreter Esticado" #: hacks/config/decayscreen.xml.h:20 +#, fuzzy msgid "" "This takes an image and makes it melt. You've no doubt seen this effect " "before, but no screensaver would really be complete without it. It works " "best if there's something colorful visible. Warning, if the effect continues " -"after the screen saver is off, seek medical attention. Written by David Wald " -"and Vivek Khera." +"after the screen saver is off, seek medical attention. Written by David " +"Wald, Vivek Khera, Jamie Zawinski, and Vince Levey." msgstr "" "Agarra numa imagem e derrete-a. De certeza que você já viu este efeito " "anteriormente, mas nenhum protector de ecrã ficaria completo sem o ter. " @@ -2461,7 +2817,7 @@ msgstr "" "Zawinski, inspirado por código Java de Michael Bayne." #: hacks/config/deco.xml.h:11 hacks/config/rd-bomb.xml.h:23 -#: hacks/config/whirlygig.xml.h:7 hacks/config/xearth.xml.h:33 +#: hacks/config/whirlygig.xml.h:20 hacks/config/xearth.xml.h:33 #: hacks/config/zoom.xml.h:10 msgid "x" msgstr "x" @@ -2494,10 +2850,6 @@ msgstr "" "Um robot celular que começa com um campo aleatório, e se organiza em tiras e " "espirais. Escrito por David Bagley." -#: hacks/config/demon.xml.h:2 hacks/config/petri.xml.h:1 -msgid "Cell Size" -msgstr "Tamanho Célula" - #: hacks/config/demon.xml.h:3 msgid "Demon" msgstr "Demon" @@ -2542,11 +2894,6 @@ msgstr "Tamanho Lentes" msgid "Magnify" msgstr "Ampliação" -#: hacks/config/distort.xml.h:9 hacks/config/glforestfire.xml.h:10 -#: hacks/config/lament.xml.h:4 hacks/config/sballs.xml.h:6 -msgid "Normal" -msgstr "Normal" - #: hacks/config/distort.xml.h:10 msgid "Reflect" msgstr "Reflectir" @@ -2602,18 +2949,15 @@ msgid "Lissojous Figures" msgstr "Figuras Lissojous" #: hacks/config/electricsheep.xml.h:1 -msgid "ElectricSheep" -msgstr "OvelhaEléctrica" - -#: hacks/config/electricsheep.xml.h:2 +#, fuzzy msgid "" "ElectricSheep is an xscreensaver module that displays mpeg video of an " "animated fractal flame. In the background, it contributes render cycles to " "the next animation. Periodically it uploades completed frames to the server, " "where they are compressed for distribution to all clients. This program is " -"recommended only if you have a high bandwidth connection to the Internet. By " -"Scott Draves. You can find it at <http://www.electricsheep.org/>. See " -"that web site for configuration information." +"recommended only if you have a high bandwidth, always-on connection to the " +"Internet. By Scott Draves. You can find it at <http://www.electricsheep." +"org/>." msgstr "" "OvelhaEléctrica é um módulo do xscreensaver que mostra um video mpeg de uma " "chama fractal animada. No fundo, contribui com cíclos de renderização para a " @@ -2623,6 +2967,36 @@ msgstr "" "larga. Por Scott Draves. Pode encontra-lo em <http://www.electricsheep." "org/>. Consulte essa página para informações de configuração." +#: hacks/config/electricsheep.xml.h:2 +msgid "Frame Rate" +msgstr "" + +#: hacks/config/electricsheep.xml.h:3 +#, fuzzy +msgid "Hide Sheep" +msgstr "Velocidade Deslizar" + +#: hacks/config/electricsheep.xml.h:4 +msgid "Megabytes of Local Sheep Storage" +msgstr "" + +#: hacks/config/electricsheep.xml.h:5 +msgid "Nickname" +msgstr "" + +#: hacks/config/electricsheep.xml.h:6 +msgid "Repititions of each Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:7 +#, fuzzy +msgid "Standalone" +msgstr "Standard" + +#: hacks/config/electricsheep.xml.h:8 +msgid "URL" +msgstr "" + #: hacks/config/endgame.xml.h:1 msgid "" "Black slips out of three mating nets, but the fourth one holds him tight! A " @@ -2635,17 +3009,67 @@ msgid "Endgame" msgstr "Motor" #: hacks/config/engine.xml.h:1 +msgid "Audi Quattro (5 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:2 +msgid "BMW M3 (4 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:3 +msgid "BMW M5 (6 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:4 +msgid "Corvette Z06 (8 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:5 +msgid "Dodge Viper (10 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:6 +#, fuzzy msgid "" -"Draws a simple four-stroke engine that floats around the screen. Written by " -"Ben Buxton." +"Draws a simple model of an engine that floats around the screen. Written by " +"Ben Buxton and Ed Beroset." msgstr "" "Desenha um motor a quatro-tempos simples que flutua pelo ecrã. Escrito pelo " "Ben Buxton." -#: hacks/config/engine.xml.h:2 +#: hacks/config/engine.xml.h:7 msgid "Engine" msgstr "Motor" +#: hacks/config/engine.xml.h:9 +msgid "Honda Insight (3 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:10 +msgid "Jaguar XKE (12 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:11 +msgid "Porsche 911 (6 cylinders, flat)" +msgstr "" + +#: hacks/config/engine.xml.h:12 +#, fuzzy +msgid "Random Engine" +msgstr "Aleatório" + +#: hacks/config/engine.xml.h:13 +msgid "Show Engine Name" +msgstr "" + +#: hacks/config/engine.xml.h:18 +msgid "Subaru XT (6 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:19 +msgid "VW Beetle (4 cylinders, flat)" +msgstr "" + #: hacks/config/epicycle.xml.h:4 msgid "Epicycle" msgstr "Epicíclo" @@ -2666,6 +3090,55 @@ msgstr "" "vezes. Estas foram as bases para o modelo pré-heliocêntrico do movimento " "planetário. Escrito por James Youngman." +#: hacks/config/eruption.xml.h:1 +msgid "An exposive version of XFlame. By W.P. van Paassen." +msgstr "" + +#: hacks/config/eruption.xml.h:2 +msgid "Cooling factor" +msgstr "" + +#: hacks/config/eruption.xml.h:4 +#, fuzzy +msgid "Eruption" +msgstr "Extrusão" + +#: hacks/config/eruption.xml.h:7 hacks/config/fluidballs.xml.h:9 +#: hacks/config/qix.xml.h:9 hacks/config/speedmine.xml.h:4 +msgid "Gravity" +msgstr "Gravidade" + +#: hacks/config/eruption.xml.h:8 +msgid "Heat" +msgstr "" + +#: hacks/config/eruption.xml.h:9 +#, fuzzy +msgid "Inferno" +msgstr "Interferência" + +#: hacks/config/eruption.xml.h:10 +msgid "Little" +msgstr "" + +#: hacks/config/eruption.xml.h:13 +msgid "Negative" +msgstr "" + +#: hacks/config/eruption.xml.h:15 +#, fuzzy +msgid "Number of Particles" +msgstr "Número de Círculos" + +#: hacks/config/eruption.xml.h:16 +#, fuzzy +msgid "Pleasant" +msgstr "GLPlaneta" + +#: hacks/config/eruption.xml.h:17 +msgid "Positive" +msgstr "" + #: hacks/config/euler2d.xml.h:2 msgid "Euler2d" msgstr "Euler2d" @@ -2789,7 +3262,8 @@ msgstr "" msgid "0 Seconds" msgstr "0 Segundos" -#: hacks/config/flame.xml.h:2 hacks/config/maze.xml.h:2 +#: hacks/config/flame.xml.h:2 hacks/config/glslideshow.xml.h:2 +#: hacks/config/maze.xml.h:2 msgid "10 Seconds" msgstr "10 Segundos" @@ -2797,7 +3271,7 @@ msgstr "10 Segundos" msgid "Another iterative fractal generator. Written by Scott Draves." msgstr "Outro gerador de fractais interactivo. Escrito por Scott Draves." -#: hacks/config/flame.xml.h:4 +#: hacks/config/flame.xml.h:4 hacks/config/jigglypuff.xml.h:4 msgid "Complexity" msgstr "Complexidade" @@ -2860,33 +3334,28 @@ msgid "Zoom In and Out" msgstr "Aum e Dim Zoom" #: hacks/config/fluidballs.xml.h:1 +msgid " Freefall" +msgstr "" + +#: hacks/config/fluidballs.xml.h:2 #, fuzzy msgid "Ball Size" msgstr "Tamanho Célula" -#: hacks/config/fluidballs.xml.h:5 +#: hacks/config/fluidballs.xml.h:4 +#, fuzzy +msgid "Clay" +msgstr "Atraso" + +#: hacks/config/fluidballs.xml.h:7 #, fuzzy msgid "FluidBalls" msgstr "Bolas" -#: hacks/config/fluidballs.xml.h:6 -msgid "Freefall" -msgstr "" - -#: hacks/config/fluidballs.xml.h:7 hacks/config/twang.xml.h:4 +#: hacks/config/fluidballs.xml.h:8 hacks/config/twang.xml.h:4 msgid "Friction" msgstr "Fricção" -#: hacks/config/fluidballs.xml.h:8 -#, fuzzy -msgid "Glass" -msgstr "Rodas Dentadas" - -#: hacks/config/fluidballs.xml.h:9 hacks/config/qix.xml.h:9 -#: hacks/config/speedmine.xml.h:4 -msgid "Gravity" -msgstr "Gravidade" - #: hacks/config/fluidballs.xml.h:10 msgid "Hurricane" msgstr "" @@ -2905,8 +3374,8 @@ msgstr "" #: hacks/config/fluidballs.xml.h:15 #, fuzzy -msgid "Sandpaper" -msgstr "Standard" +msgid "Rubber" +msgstr "Bolhas" #: hacks/config/fluidballs.xml.h:16 #, fuzzy @@ -2926,6 +3395,101 @@ msgstr "" msgid "Wind" msgstr "Windows" +#: hacks/config/flurry.xml.h:1 +msgid "Binary" +msgstr "" + +#: hacks/config/flurry.xml.h:2 +#, fuzzy +msgid "Classic" +msgstr "Rodas Dentadas" + +#: hacks/config/flurry.xml.h:3 +#, fuzzy +msgid "Fire" +msgstr "_Ficheiro" + +#: hacks/config/flurry.xml.h:4 +msgid "Flurry" +msgstr "" + +#: hacks/config/flurry.xml.h:5 +msgid "Insane" +msgstr "" + +#: hacks/config/flurry.xml.h:6 +#, fuzzy +msgid "Psychedelic" +msgstr "Cores Psicadélicas" + +#: hacks/config/flurry.xml.h:7 +msgid "RGB" +msgstr "" + +#: hacks/config/flurry.xml.h:8 hacks/config/jigglypuff.xml.h:13 +#: hacks/config/sballs.xml.h:10 hacks/config/whirlygig.xml.h:12 +msgid "Random" +msgstr "Aleatório" + +#: hacks/config/flurry.xml.h:10 +msgid "" +"This port of the OSX screensaver of the same name draws a colourful star" +"(fish)like flurry of particles. xscreensaver port by Tobias Sargeant <" +"tobias.sargeant@bigpond.com> Original Mac version by Calum Robinson <" +"calumr@mac.com> http://homepage.mac.com/calumr" +msgstr "" + +#: hacks/config/flurry.xml.h:11 +#, fuzzy +msgid "Water" +msgstr "Varinha" + +#: hacks/config/flyingtoasters.xml.h:1 +msgid "" +"A fleet of 3d space-age jet-powered flying toasters (and toast!) Inspired by " +"the ancient Berkeley Systems After Dark flying toasters. By Jamie Zawinski " +"and Baconmonkey." +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:2 +#, fuzzy +msgid "Air Speed" +msgstr "Velocidade Anim" + +#: hacks/config/flyingtoasters.xml.h:4 +msgid "Chrome Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:6 +msgid "Flying Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:7 hacks/config/glslideshow.xml.h:16 +#: hacks/config/jigglypuff.xml.h:12 hacks/config/juggle.xml.h:6 +#: hacks/config/pipes.xml.h:10 +msgid "None" +msgstr "Nenhum" + +#: hacks/config/flyingtoasters.xml.h:8 +#, fuzzy +msgid "Number of Slices" +msgstr "Número de Círculos" + +#: hacks/config/flyingtoasters.xml.h:9 +#, fuzzy +msgid "Number of Toasters" +msgstr "Número de Pontos" + +#: hacks/config/flyingtoasters.xml.h:12 +#, fuzzy +msgid "Solid Colors" +msgstr "Chão Sólido" + +#: hacks/config/flyingtoasters.xml.h:13 +#, fuzzy +msgid "Swarm" +msgstr "XRaySwarm" + #: hacks/config/forest.xml.h:2 hacks/config/glforestfire.xml.h:6 msgid "Forest" msgstr "Floresta" @@ -3018,7 +3582,7 @@ msgstr "Imagem Ecr msgid "Wave Speed" msgstr "Velocidade Onda" -#: hacks/config/gflux.xml.h:15 +#: hacks/config/gflux.xml.h:15 hacks/config/glmatrix.xml.h:20 msgid "Waves" msgstr "Ondas" @@ -3026,6 +3590,25 @@ msgstr "Ondas" msgid "Wire Mesh" msgstr "Mescla Arame" +#: hacks/config/glblur.xml.h:1 +msgid "Blur Smoothness" +msgstr "" + +#: hacks/config/glblur.xml.h:5 +msgid "GLBlur" +msgstr "" + +#: hacks/config/glblur.xml.h:18 +msgid "" +"This program draws a box and a few line segments, and generates a radial " +"blur outward from it. This creates flowing field effects. This is done by " +"rendering the scene into a small texture, then repeatedly rendering " +"increasingly-enlarged and increasingly-transparent versions of that texture " +"onto the frame buffer. As such, it's quite graphics intensive: don't bother " +"trying to run this if you don't have hardware-accelerated OpenGL texture " +"support. It will hurt your machine bad." +msgstr "" + #: hacks/config/glforestfire.xml.h:2 msgid "Desert" msgstr "Deserto" @@ -3040,7 +3623,7 @@ msgstr "" "árvores. Requer o OpenGL, e uma máquina com equipamento rápido que suporte " "mapas de texturas. Escrito por Eric Lassauge <lassauge@mail.dotcom.fr>." -#: hacks/config/glforestfire.xml.h:5 +#: hacks/config/glforestfire.xml.h:5 hacks/config/glmatrix.xml.h:9 msgid "Fog" msgstr "Nevoeiro" @@ -3068,10 +3651,93 @@ msgstr "Chuva" msgid "Track mouse" msgstr "Seguir rato" -#: hacks/config/glforestfire.xml.h:18 hacks/config/lament.xml.h:8 -#: hacks/config/sballs.xml.h:17 -msgid "Untextured" -msgstr "Sem textura" +#: hacks/config/glknots.xml.h:4 +#, fuzzy +msgid "GLKnots" +msgstr "Muitos" + +#: hacks/config/glknots.xml.h:5 +#, fuzzy +msgid "" +"Generates some twisting 3d knot patterns. Spins 'em around. Written by Jamie " +"Zawinski." +msgstr "" +"Gera repetidamente padrões em espiral tipo artístico. Escrito por Jamie " +"Zawinski." + +#: hacks/config/glknots.xml.h:7 hacks/config/lavalite.xml.h:17 +#: hacks/config/spheremonics.xml.h:9 +#, fuzzy +msgid "Resolution" +msgstr "Reflexos" + +#: hacks/config/glknots.xml.h:15 +#, fuzzy +msgid "Segmented" +msgstr "Segmentos" + +#: hacks/config/glknots.xml.h:18 hacks/config/lavalite.xml.h:28 +msgid "Smooth" +msgstr "" + +#: hacks/config/glmatrix.xml.h:2 hacks/config/xmatrix.xml.h:1 +msgid "Binary Encoding" +msgstr "Codificação Binária" + +#: hacks/config/glmatrix.xml.h:4 +#, fuzzy +msgid "Draw Glyphs" +msgstr "Desenha Pontos" + +#: hacks/config/glmatrix.xml.h:5 +#, fuzzy +msgid "Draw Outlines" +msgstr "Desenhar Formigas" + +#: hacks/config/glmatrix.xml.h:6 +#, fuzzy +msgid "Draw Solid Boxes" +msgstr "Desenhar Laços Atómicos" + +#: hacks/config/glmatrix.xml.h:7 +msgid "" +"Draws 3D dropping characters similar to what is seen in the title sequence " +"of \"The Matrix\". See also \"xmatrix\" for a 2D rendering of the similar " +"effect that appeared on the computer monitors actually *in* the movie. " +"Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/glmatrix.xml.h:10 +#, fuzzy +msgid "GLMatrix" +msgstr "Xmatrix" + +#: hacks/config/glmatrix.xml.h:11 hacks/config/xmatrix.xml.h:7 +msgid "Genetic Encoding" +msgstr "Codificação Genética" + +#: hacks/config/glmatrix.xml.h:12 +#, fuzzy +msgid "Glyph Density" +msgstr "Mesclar Densidade" + +#: hacks/config/glmatrix.xml.h:13 +#, fuzzy +msgid "Glyph Speed" +msgstr "Velocidade Peixes" + +#: hacks/config/glmatrix.xml.h:14 hacks/config/xmatrix.xml.h:8 +msgid "Hexadecimal Encoding" +msgstr "Codificação Hexadecimal" + +#: hacks/config/glmatrix.xml.h:15 hacks/config/xmatrix.xml.h:11 +msgid "Matrix Encoding" +msgstr "Codificação Matrix" + +#: hacks/config/glmatrix.xml.h:16 +#, fuzzy +msgid "Panning" +msgstr "Empacotamento" #: hacks/config/glplanet.xml.h:1 msgid "" @@ -3093,14 +3759,65 @@ msgstr "GLPlaneta" msgid "Image File" msgstr "Ficheiro Imagem" -#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 -msgid "1" -msgstr "1" +#: hacks/config/glslideshow.xml.h:4 hacks/config/rd-bomb.xml.h:5 +#, no-c-format +msgid "100%" +msgstr "100%" -#: hacks/config/glsnake.xml.h:2 hacks/config/penrose.xml.h:2 +#: hacks/config/glslideshow.xml.h:5 hacks/config/glsnake.xml.h:2 +#: hacks/config/penrose.xml.h:2 msgid "30 Seconds" msgstr "30 Segundos" +#: hacks/config/glslideshow.xml.h:6 +#, fuzzy +msgid "5 Minutes" +msgstr "1 Minuto" + +#: hacks/config/glslideshow.xml.h:8 +#, no-c-format +msgid "50%" +msgstr "" + +#: hacks/config/glslideshow.xml.h:9 +msgid "Always show at least this much of the image:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:10 +#, fuzzy +msgid "Crossfade Duration:" +msgstr "Duração Desbotar" + +#: hacks/config/glslideshow.xml.h:11 +msgid "Frame Rate:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:12 +msgid "GLSlideshow" +msgstr "" + +#: hacks/config/glslideshow.xml.h:14 +msgid "" +"Loads a random sequence of images and smoothly scans and zooms around in " +"each, fading from pan to pan. You can set the directory from which images " +"are loaded on the \"Advanced\" tab. This program requires a good video card " +"capable of supporting large textures. Written by Jamie Zawinski and Mike " +"Oliphant." +msgstr "" + +#: hacks/config/glslideshow.xml.h:17 +#, fuzzy +msgid "Pan/Zoom Duration:" +msgstr "Duração Desbotar" + +#: hacks/config/glslideshow.xml.h:19 +msgid "Time until loading a new image:" +msgstr "" + +#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 +msgid "1" +msgstr "1" + #: hacks/config/glsnake.xml.h:3 msgid "" "Draws a simulation of the Rubik's Snake puzzle. Written by Jamie Wilkinson, " @@ -3259,6 +3976,55 @@ msgstr "" "Desenha rectângulos aleatórios coloridos e às riscas. Escrito por Jamie " "Zawinski." +#: hacks/config/halftone.xml.h:1 +msgid "Delay (Large = low cpu load)" +msgstr "" + +#: hacks/config/halftone.xml.h:2 +msgid "Dot fill factor" +msgstr "" + +#: hacks/config/halftone.xml.h:3 +#, fuzzy +msgid "Dot size" +msgstr "Tamanho Formiga" + +#: hacks/config/halftone.xml.h:4 +msgid "" +"Draws the gravity force in each point on the screen seen through a halftone " +"dot pattern. The gravity force is calculated from a set of moving mass " +"points. View it from a distance for best effect. Written by Peter Jaric <" +"peter@jaric.org>." +msgstr "" + +#: hacks/config/halftone.xml.h:5 +#, fuzzy +msgid "Gravity points" +msgstr "Gravidade" + +#: hacks/config/halftone.xml.h:6 +#, fuzzy +msgid "Halftone" +msgstr "Halo" + +#: hacks/config/halftone.xml.h:10 +msgid "Maximum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:11 +#, fuzzy +msgid "Maximum speed" +msgstr "Tempo Máximo Vida" + +#: hacks/config/halftone.xml.h:12 +msgid "Minimum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:13 +#, fuzzy +msgid "Minimum speed" +msgstr "Velocidade Anim" + #: hacks/config/halo.xml.h:1 msgid "Animate Circles" msgstr "Círculos Animados" @@ -3431,6 +4197,112 @@ msgstr "" "ou o seu cérebro derreterá. Escrito por Joe Keane, Fritz Mueller e Jamie " "Zawinski." +#: hacks/config/hypertorus.xml.h:1 +msgid "-4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:2 +msgid "4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:3 +msgid "4D Hypertorus" +msgstr "" + +#: hacks/config/hypertorus.xml.h:4 +#, fuzzy +msgid "Color Wheel" +msgstr "Cor" + +#: hacks/config/hypertorus.xml.h:5 +#, fuzzy +msgid "Display Speed" +msgstr "Mostrar Segundos" + +#: hacks/config/hypertorus.xml.h:7 +#, fuzzy +msgid "Orthographic 3d" +msgstr "Projecção Ortográfica" + +#: hacks/config/hypertorus.xml.h:8 +#, fuzzy +msgid "Orthographic 4d" +msgstr "Projecção Ortográfica" + +#: hacks/config/hypertorus.xml.h:9 +msgid "Perspective 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:10 +msgid "Perspective 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:11 +#, fuzzy +msgid "See-Through Bands" +msgstr "Ciclar Através Modos" + +#: hacks/config/hypertorus.xml.h:14 +#, fuzzy +msgid "Solid Object" +msgstr "Objectos Sólidos" + +#: hacks/config/hypertorus.xml.h:15 hacks/config/pulsar.xml.h:16 +msgid "Solid Surface" +msgstr "Superfície Sólida" + +#: hacks/config/hypertorus.xml.h:16 +msgid "" +"This program shows a rotating Clifford Torus: a torus lying on the \"surface" +"\" of a 4D hypersphere. Written by Carsten Steger, inspired by Thomas " +"Banchoff's book \"Beyond the Third Dimension: Geometry, Computer Graphics, " +"and Higher Dimensions\", Scientific American Library, 1990." +msgstr "" + +#: hacks/config/hypertorus.xml.h:17 +#, fuzzy +msgid "Transparent Surface" +msgstr "Transparente" + +#: hacks/config/hypertorus.xml.h:18 +msgid "Two-Sided" +msgstr "" + +#: hacks/config/hypertorus.xml.h:19 +#, fuzzy +msgid "WX Rotation Speed" +msgstr "Velocidade Rotação" + +#: hacks/config/hypertorus.xml.h:20 +#, fuzzy +msgid "WY Rotation Speed" +msgstr "Velocidade Rotação" + +#: hacks/config/hypertorus.xml.h:21 +#, fuzzy +msgid "WZ Rotation Speed" +msgstr "Velocidade Rotação" + +#: hacks/config/hypertorus.xml.h:22 +#, fuzzy +msgid "Wireframe Mesh" +msgstr "Delimitação" + +#: hacks/config/hypertorus.xml.h:23 +#, fuzzy +msgid "XY Rotation Speed" +msgstr "Velocidade Rotação" + +#: hacks/config/hypertorus.xml.h:24 +#, fuzzy +msgid "XZ Rotation Speed" +msgstr "Velocidade Rotação" + +#: hacks/config/hypertorus.xml.h:25 +#, fuzzy +msgid "YZ Rotation Speed" +msgstr "Velocidade Rotação" + #: hacks/config/ifs.xml.h:2 msgid "IFS" msgstr "IFS" @@ -3512,6 +4384,99 @@ msgstr "N msgid "Wave Size" msgstr "Tamanho Onda" +#: hacks/config/jigglypuff.xml.h:2 +msgid "Chrome" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:3 +msgid "Clown barf" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:5 +#, fuzzy +msgid "Cycle" +msgstr "Círculos" + +#: hacks/config/jigglypuff.xml.h:7 +msgid "Flower box" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:9 +msgid "Inertial damping" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:10 +msgid "JigglyPuff" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:14 +#, fuzzy +msgid "Rotation speed" +msgstr "Velocidade Rotação" + +#: hacks/config/jigglypuff.xml.h:17 hacks/config/sphere.xml.h:7 +msgid "Sphere" +msgstr "Esfera" + +#: hacks/config/jigglypuff.xml.h:18 +msgid "Sphere strength" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:19 +#, fuzzy +msgid "Spookiness" +msgstr "Splinhas" + +#: hacks/config/jigglypuff.xml.h:20 +msgid "Spoooooky" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:21 hacks/config/sballs.xml.h:16 +msgid "Tetrahedron" +msgstr "Tetrahedro" + +#: hacks/config/jigglypuff.xml.h:22 +msgid "" +"This little gem does bad things with quasi-spherical objects. The gist of it " +"is that you have what is, structurally, a tetrahedron with tesselated faces. " +"the vertices on these faces have forces on them in the form of one " +"proportional to their distance from the surface of a sphere, and one which " +"is proportional to how far they differ from some ideal distance from their " +"neighbors. They also have inertia. The forces and distance are parameters " +"and there are also a couple of visual parameters. The resulting effect can " +"range from a shape that does nothing, to a frenetic polygon storm. Somewhere " +"in between there it usually manifests as a blob that jiggles in a kind of " +"disturbing manner. woo. It doesn't matter, however. You should just pick " +"'random'. It overrides all the other options, except for fps, delay and " +"complexity. By Keith Macleod" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:23 +msgid "Vertex-vertex behavior" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:24 +msgid "Vertex-vertex force" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:26 +msgid "collapse" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:27 +msgid "expand" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:28 +#, fuzzy +msgid "none" +msgstr "Nenhum" + +#: hacks/config/jigglypuff.xml.h:29 +#, fuzzy +msgid "strong" +msgstr "Estranho" + #: hacks/config/jigsaw.xml.h:4 msgid "Jigsaw" msgstr "Puzzle" @@ -3548,10 +4513,6 @@ msgstr "Desenha um homem-palito equilibrista. Escrito por Tim Auckland." msgid "Juggle" msgstr "Selva" -#: hacks/config/juggle.xml.h:6 hacks/config/pipes.xml.h:10 -msgid "None" -msgstr "Nenhum" - #: hacks/config/julia.xml.h:3 hacks/config/rorschach.xml.h:4 msgid "Iterations" msgstr "Iterações" @@ -3604,6 +4565,25 @@ msgstr "Simetria" msgid "Trails" msgstr "Rastos" +#: hacks/config/klein.xml.h:3 +msgid "Klein" +msgstr "" + +#: hacks/config/klein.xml.h:10 +msgid "" +"This draws a visualization of a Klein bottle or some other interesting " +"parametric surfaces. Written by Andrey Mirtchovski." +msgstr "" + +#: hacks/config/klein.xml.h:11 +msgid "Use Randomized Surfaces and Primitives" +msgstr "" + +#: hacks/config/klein.xml.h:12 +#, fuzzy +msgid "Wander Around the Screen" +msgstr "Centrar no Ecrã" + #: hacks/config/kumppa.xml.h:5 msgid "Kumppa" msgstr "Kumppa" @@ -3697,19 +4677,10 @@ msgstr "Bomba Mac" msgid "Random Lamp Style" msgstr "Derreter Aleatoriamente" -#: hacks/config/lavalite.xml.h:17 hacks/config/spheremonics.xml.h:9 -#, fuzzy -msgid "Resolution" -msgstr "Reflexos" - #: hacks/config/lavalite.xml.h:18 msgid "Rocket Lavalite" msgstr "" -#: hacks/config/lavalite.xml.h:27 -msgid "Smooth" -msgstr "" - #: hacks/config/lightning.xml.h:2 msgid "Lightning" msgstr "Relâmpago" @@ -3872,6 +4843,36 @@ msgstr "" "fractal baseado num cubo análogo ao Tetrahedro de Sierpsinski. Escrito por " "Jamie Zawinski." +#: hacks/config/metaballs.xml.h:1 +#, fuzzy +msgid "Big" +msgstr "Maior" + +#: hacks/config/metaballs.xml.h:2 +msgid "" +"Draws two dimensional metaballs: overlapping and merging balls with fuzzy " +"edges. By W.P. van Paassen." +msgstr "" + +#: hacks/config/metaballs.xml.h:7 +msgid "MetaBall Movement" +msgstr "" + +#: hacks/config/metaballs.xml.h:8 +#, fuzzy +msgid "MetaBall Radius" +msgstr "Semente de Raio" + +#: hacks/config/metaballs.xml.h:9 +#, fuzzy +msgid "MetaBalls" +msgstr "Bolas" + +#: hacks/config/metaballs.xml.h:11 +#, fuzzy +msgid "Number of MetaBalls" +msgstr "Número de Fractais" + #: hacks/config/moebius.xml.h:1 msgid "" "Another M. C. Escher hack by Marcelo Vianna, this one draws ``Moebius Strip " @@ -4284,6 +5285,30 @@ msgstr "F msgid "Scale" msgstr "Escala" +#: hacks/config/piecewise.xml.h:1 +msgid "Color shifting speed" +msgstr "" + +#: hacks/config/piecewise.xml.h:6 +#, fuzzy +msgid "Maximum radius" +msgstr "Tempo Máximo Vida" + +#: hacks/config/piecewise.xml.h:7 +#, fuzzy +msgid "Minimum radius" +msgstr "Tempo Mínimo Vida" + +#: hacks/config/piecewise.xml.h:8 +msgid "Piecewise" +msgstr "" + +#: hacks/config/piecewise.xml.h:12 +msgid "" +"This draws a bunch of moving circles which switch from visibility to " +"invisibility at intersection points. Written by Geoffrey Irving." +msgstr "" + #: hacks/config/pipes.xml.h:1 msgid "Allow Tight Turns" msgstr "Permitir Curvas Apertadas" @@ -4348,6 +5373,38 @@ msgstr "" "Tenta repetidamente encher um rectângulo com peças de puzzle com formatos " "irregulares. Escrito por Stephen Montgomery-Smith." +#: hacks/config/popsquares.xml.h:1 +#, fuzzy +msgid "Border" +msgstr "Lagura Margem" + +#: hacks/config/popsquares.xml.h:2 +msgid "End color" +msgstr "" + +#: hacks/config/popsquares.xml.h:7 +#, fuzzy +msgid "Start color" +msgstr "Cores Assustadoras" + +#: hacks/config/popsquares.xml.h:8 +msgid "Subdivision" +msgstr "" + +#: hacks/config/popsquares.xml.h:9 +msgid "" +"This draws a pop-art-ish looking grid of pulsing colors. By Levi Burton." +msgstr "" + +#: hacks/config/popsquares.xml.h:10 +msgid "Twitch" +msgstr "" + +#: hacks/config/popsquares.xml.h:11 +#, fuzzy +msgid "popsquares" +msgstr "Quadrado" + #: hacks/config/pulsar.xml.h:1 msgid "Anti-alias Lines" msgstr "Linhas Anti-alias" @@ -4399,10 +5456,6 @@ msgstr "Pulsar" msgid "Quad Count" msgstr "Contagem Quad" -#: hacks/config/pulsar.xml.h:16 -msgid "Solid Surface" -msgstr "Superfície Sólida" - #: hacks/config/pulsar.xml.h:18 msgid "Texture PPM File" msgstr "Ficheiro Textura PPM" @@ -4415,10 +5468,6 @@ msgstr "Taxa Explos msgid "Launch Frequency" msgstr "Frequência Lancamento" -#: hacks/config/pyro.xml.h:8 -msgid "Often" -msgstr "Frequente" - #: hacks/config/pyro.xml.h:9 msgid "Particle Density" msgstr "Densidade Partículas" @@ -4503,11 +5552,6 @@ msgstr "/" msgid "1%" msgstr "1%" -#: hacks/config/rd-bomb.xml.h:5 -#, no-c-format -msgid "100%" -msgstr "100%" - #: hacks/config/rd-bomb.xml.h:7 msgid "" "Another variation of the `Bomb' program by Scott Draves. This draws a grid " @@ -4745,10 +5789,6 @@ msgstr "Plano" msgid "Pyramid" msgstr "Pirâmide" -#: hacks/config/sballs.xml.h:10 -msgid "Random" -msgstr "Aleatório" - #: hacks/config/sballs.xml.h:11 msgid "Sballs" msgstr "SBolas" @@ -4757,10 +5797,6 @@ msgstr "SBolas" msgid "Star" msgstr "Estrela" -#: hacks/config/sballs.xml.h:16 -msgid "Tetrahedron" -msgstr "Tetrahedro" - #: hacks/config/shadebobs.xml.h:7 msgid "ShadeBobs" msgstr "BolhasSombreadas" @@ -4937,10 +5973,6 @@ msgstr "" "Outra das rotinas clássicas do passado, esta desenha esferas sombreadas de " "várias cores. Esta rotina tem uma linhagem que remonta a Tom Duff em 1982." -#: hacks/config/sphere.xml.h:7 -msgid "Sphere" -msgstr "Esfera" - #: hacks/config/sphereEversion.xml.h:1 msgid "SphereEversion" msgstr "SphereEversion" @@ -4980,7 +6012,7 @@ msgid "" "angular momentum operators. Written by Paul Bourke and Jamie Zawinski." msgstr "" -#: hacks/config/spiral.xml.h:2 +#: hacks/config/spiral.xml.h:2 hacks/config/superquadrics.xml.h:2 msgid "Cycles" msgstr "Círculos" @@ -5051,6 +6083,7 @@ msgid "SSystem" msgstr "SSystem" #: hacks/config/ssystem.xml.h:2 +#, fuzzy msgid "" "SSystem is a GL Solar System simulator. It simulates flybys of Sun, the nine " "planets and a few major satellites, with four camera modes. Written by Raul " @@ -5060,10 +6093,9 @@ msgid "" "work with some window managers, but not with others, so your mileage may " "vary. SSystem was once available at <http://www1.las.es/~amil/ssystem/" ">, but is now gone. You may still be able to find copies elsewhere. " -"SSystem has since evolved into two different programs: OpenUniverse (http://" -"openuniverse.sourceforge.net/) and Celestia (http://www.shatters.net/" -"celestia/). Sadly, neither of these programs work with xscreensaver at all. " -"You are encouraged to nag their authors into adding xscreensaver support!" +"SSystem has since evolved into Celestia, found at <http://www.shatters." +"net/celestia/>. Sadly, Celestia does not work with xscreensaver at all. " +"You are encouraged to nag the authors into adding xscreensaver support!" msgstr "" "SSystem é um simulador GL do Sistema Solar. Simula voos orbitais do Sol, os " "nove planetas e alguns dos principais satélites, com quatro modos de câmara. " @@ -5209,7 +6241,7 @@ msgstr "" "de pontos que se mexe e torce. O movimento é muito engraçado. Escrito por " "Massimino Pascal." -#: hacks/config/superquadrics.xml.h:2 +#: hacks/config/superquadrics.xml.h:3 msgid "" "Ed Mackey reports that he wrote the first version of this program in BASIC " "on a Commodore 64 in 1987, as a 320x200 black and white wireframe. Now it is " @@ -5219,7 +6251,7 @@ msgstr "" "Commodore 64 em 1987, como uma estrutura de arame a preto e branco de " "320x200. Agora é em GL e tem reflexos espetaculares." -#: hacks/config/superquadrics.xml.h:10 +#: hacks/config/superquadrics.xml.h:11 msgid "Superquadrics" msgstr "Superquadrics" @@ -5472,19 +6504,71 @@ msgid "Amplitude" msgstr "Amplitude" #: hacks/config/whirlygig.xml.h:2 +#, fuzzy +msgid "Circle" +msgstr "Círculos" + +#: hacks/config/whirlygig.xml.h:3 msgid "Draws zooming chains of sinusoidal spots. Written by Ashton Trey Belew." msgstr "" "Desenha cadeias crescentes de pontos sinusoidais. Escrito por Ashton Trey " "Belew." +#: hacks/config/whirlygig.xml.h:4 +#, fuzzy +msgid "Explain modes" +msgstr "Modos do Monitor" + #: hacks/config/whirlygig.xml.h:5 +msgid "Fun" +msgstr "" + +#: hacks/config/whirlygig.xml.h:6 +msgid "Funky" +msgstr "" + +#: hacks/config/whirlygig.xml.h:7 +msgid "Innie" +msgstr "" + +#: hacks/config/whirlygig.xml.h:8 +#, fuzzy +msgid "Leave a trail" +msgstr "Deixar Rasto" + +#: hacks/config/whirlygig.xml.h:9 +#, fuzzy +msgid "Linear" +msgstr "Linhas" + +#: hacks/config/whirlygig.xml.h:11 +#, fuzzy +msgid "Lissajous" +msgstr "Figuras Lissojous" + +#: hacks/config/whirlygig.xml.h:15 +#, fuzzy +msgid "Test" +msgstr "Melhor" + +#: hacks/config/whirlygig.xml.h:16 +#, fuzzy +msgid "Use Double Buffering" +msgstr "Buffer Duplo" + +#: hacks/config/whirlygig.xml.h:17 msgid "Whirlies" msgstr "Whirlies" -#: hacks/config/whirlygig.xml.h:6 +#: hacks/config/whirlygig.xml.h:18 msgid "WhirlyGig" msgstr "WhirlyGig" +#: hacks/config/whirlygig.xml.h:19 +#, fuzzy +msgid "Wrap the screen" +msgstr "Capturar Ecrã" + #: hacks/config/worm.xml.h:1 msgid "" "An ancient xlock hack that draws multicolored worms that crawl around the " @@ -5500,11 +6584,12 @@ msgid "XaoS" msgstr "XaoS" #: hacks/config/xaos.xml.h:2 +#, fuzzy msgid "" "XaoS generates fast fly-through animations of the Mandelbrot and other " "fractal sets. Written by Thomas Marsh and Jan Hubicka. This is not included " "with the XScreenSaver package, but if you don't have it already, you can " -"find it at <http://limax.paru.cas.cz/~hubicka/XaoS/>." +"find it at <http://xaos.theory.org/>." msgstr "" "XaoS gera rápidas animações onde se sobrevoam Mandelbrot e outros conjuntos " "de fractais. Escrito por Thomas Marsh e Jan Hubicka. Não está incluido no " @@ -5531,7 +6616,7 @@ msgstr "Mostrar Segundos" msgid "Huge Font" msgstr "Fonte Enorme" -#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:9 +#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:10 msgid "Large Font" msgstr "Fonte Grande" @@ -5539,7 +6624,7 @@ msgstr "Fonte Grande" msgid "Medium Font" msgstr "Fonte Média" -#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:16 msgid "Small Font" msgstr "Fonte Pequena" @@ -5729,17 +6814,13 @@ msgstr "" msgid "Xlyap" msgstr "Xlyap" -#: hacks/config/xmatrix.xml.h:1 +#: hacks/config/xmatrix.xml.h:3 msgid "" -"A rendition of the text scrolls seen in the movie ``The Matrix.'' Written by " -"Jamie Zawinski." +"Draws dropping characters similar to what is seen on the computer monitors " +"in \"The Matrix\". See also \"glmatrix\" for a 3D rendering of the similar " +"effect that appeared in the title sequence of the movie. Written by Jamie " +"Zawinski." msgstr "" -"Uma renderização das listas de texto que se viam no filme ``Matrix''. " -"Escrito por Jamie Zawinski." - -#: hacks/config/xmatrix.xml.h:2 -msgid "Binary Encoding" -msgstr "Codificação Binária" #: hacks/config/xmatrix.xml.h:4 msgid "Expansion Algorithm" @@ -5749,35 +6830,27 @@ msgstr "Algor msgid "Full" msgstr "Cheio" -#: hacks/config/xmatrix.xml.h:7 -msgid "Genetic Encoding" -msgstr "Codificação Genética" - -#: hacks/config/xmatrix.xml.h:8 -msgid "Hexadecimal Encoding" -msgstr "Codificação Hexadecimal" - -#: hacks/config/xmatrix.xml.h:10 -msgid "Matrix Encoding" -msgstr "Codificação Matrix" +#: hacks/config/xmatrix.xml.h:9 +msgid "Knock Knock" +msgstr "" -#: hacks/config/xmatrix.xml.h:11 +#: hacks/config/xmatrix.xml.h:12 msgid "Phone Number" msgstr "Número Telefone" -#: hacks/config/xmatrix.xml.h:12 +#: hacks/config/xmatrix.xml.h:13 msgid "Run Trace Program" msgstr "Executar Aplicação Detecção" -#: hacks/config/xmatrix.xml.h:13 +#: hacks/config/xmatrix.xml.h:14 msgid "Slider Algorithm" msgstr "Algorítmo Escorrega" -#: hacks/config/xmatrix.xml.h:18 +#: hacks/config/xmatrix.xml.h:19 msgid "Synergistic Algorithm" msgstr "Algorítmo Sinergético" -#: hacks/config/xmatrix.xml.h:19 +#: hacks/config/xmatrix.xml.h:20 msgid "Xmatrix" msgstr "Xmatrix" @@ -5898,20 +6971,3 @@ msgstr "" "Faz zoom a uma parte do ecrã e depois move-se à volta. Com a opção -lenses o " "resultado é como olhar através de várias lentes sobrepostas em vez de um " "simples zoom. Escrito por James Macnicol." - -#, fuzzy -#~ msgid "0°" -#~ msgstr "0" - -#, fuzzy -#~ msgid "90°" -#~ msgstr "90" - -#~ msgid "Advanced >>" -#~ msgstr "Avançado >>" - -#~ msgid "Standard <<" -#~ msgstr "Standard <<" - -#~ msgid "MacOS" -#~ msgstr "MacOS" diff --git a/po/pt_BR.po b/po/pt_BR.po index f6719057..1454e1ac 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2002-06-18 21:56+0200\n" +"POT-Creation-Date: 2003-07-24 19:05+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -14,36 +14,41 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: driver/demo-Gtk-conf.c:729 +#: driver/demo-Gtk-conf.c:731 msgid "Browse..." msgstr "" -#: driver/demo-Gtk-conf.c:1021 +#: driver/demo-Gtk-conf.c:1023 msgid "Select file." msgstr "" -#: driver/demo-Gtk-support.c:121 +#: driver/demo-Gtk-support.c:135 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "" -#: driver/demo-Gtk-support.c:130 +#: driver/demo-Gtk-support.c:147 driver/demo-Gtk-support.c:179 #, c-format msgid "Error loading pixmap file: %s" msgstr "" +#: driver/demo-Gtk-support.c:182 +#, c-format +msgid "reason: %s\n" +msgstr "" + #: driver/demo-Gtk-widgets.c:155 driver/xscreensaver-demo.glade.h:89 -#: driver/xscreensaver-demo.glade2.h:43 +#: driver/xscreensaver-demo.glade2.h:65 #, fuzzy msgid "XScreenSaver" -msgstr "Propriedades da proteção de tela" +msgstr "Propriedades da proteo de tela" -#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:54 +#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:76 msgid "_File" msgstr "" #: driver/demo-Gtk-widgets.c:196 driver/xscreensaver-demo.glade.h:93 -#: driver/xscreensaver-demo.glade2.h:48 +#: driver/xscreensaver-demo.glade2.h:70 msgid "_Blank Screen Now" msgstr "" @@ -53,7 +58,7 @@ msgid "" msgstr "" #: driver/demo-Gtk-widgets.c:209 driver/xscreensaver-demo.glade.h:97 -#: driver/xscreensaver-demo.glade2.h:58 +#: driver/xscreensaver-demo.glade2.h:80 msgid "_Lock Screen Now" msgstr "" @@ -62,7 +67,7 @@ msgid "Lock the screen now (even if \"Lock Screen\" is unchecked.)" msgstr "" #: driver/demo-Gtk-widgets.c:222 driver/xscreensaver-demo.glade.h:96 -#: driver/xscreensaver-demo.glade2.h:56 +#: driver/xscreensaver-demo.glade2.h:78 msgid "_Kill Daemon" msgstr "" @@ -71,7 +76,7 @@ msgid "Tell the running XScreenSaver daemon to exit." msgstr "" #: driver/demo-Gtk-widgets.c:235 driver/xscreensaver-demo.glade.h:98 -#: driver/xscreensaver-demo.glade2.h:64 +#: driver/xscreensaver-demo.glade2.h:86 msgid "_Restart Daemon" msgstr "" @@ -89,12 +94,12 @@ msgid "" "running in the background.)" msgstr "" -#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:55 +#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:77 msgid "_Help" msgstr "" #: driver/demo-Gtk-widgets.c:290 driver/xscreensaver-demo.glade.h:92 -#: driver/xscreensaver-demo.glade2.h:44 +#: driver/xscreensaver-demo.glade2.h:66 msgid "_About..." msgstr "" @@ -103,7 +108,7 @@ msgid "Display version information." msgstr "" #: driver/demo-Gtk-widgets.c:303 driver/xscreensaver-demo.glade.h:94 -#: driver/xscreensaver-demo.glade2.h:53 +#: driver/xscreensaver-demo.glade2.h:75 msgid "_Documentation..." msgstr "" @@ -116,7 +121,7 @@ msgid "Cycle After" msgstr "" #: driver/demo-Gtk-widgets.c:364 driver/xscreensaver-demo.glade.h:78 -#: driver/xscreensaver-demo.glade2.h:42 +#: driver/xscreensaver-demo.glade2.h:54 msgid "Whether a password should be required to un-blank the screen." msgstr "" @@ -130,23 +135,24 @@ msgstr "" #: driver/demo-Gtk-widgets.c:397 driver/demo-Gtk-widgets.c:447 #: driver/demo-Gtk-widgets.c:461 driver/demo-Gtk-widgets.c:1010 -#: driver/xscreensaver-demo.glade.h:43 driver/xscreensaver-demo.glade2.h:26 +#: driver/xscreensaver-demo.glade.h:43 msgid "How long before the monitor goes completely black." msgstr "" #: driver/demo-Gtk-widgets.c:401 driver/demo-Gtk-widgets.c:413 #: driver/demo-Gtk-widgets.c:425 driver/demo-Gtk-widgets.c:1014 #: driver/demo-Gtk-widgets.c:1026 driver/demo-Gtk-widgets.c:1038 -#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:70 +#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:92 msgid "minutes" msgstr "" -#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2661 +#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2831 #: driver/xscreensaver-demo.glade.h:58 msgid "Preview" msgstr "" #: driver/demo-Gtk-widgets.c:484 driver/xscreensaver-demo.glade.h:21 +#: driver/xscreensaver-demo.glade2.h:12 msgid "" "Demo the selected screen saver in full-screen mode (click the mouse to " "return.)" @@ -157,6 +163,7 @@ msgid "Settings..." msgstr "" #: driver/demo-Gtk-widgets.c:494 driver/xscreensaver-demo.glade.h:17 +#: driver/xscreensaver-demo.glade2.h:9 msgid "Customization and explanation of the selected screen saver." msgstr "" @@ -165,10 +172,10 @@ msgid "Mode:" msgstr "" #: driver/demo-Gtk-widgets.c:533 driver/xscreensaver-demo.glade.h:25 -#: driver/xscreensaver-demo.glade2.h:14 +#: driver/xscreensaver-demo.glade2.h:16 #, fuzzy msgid "Disable Screen Saver" -msgstr "Propriedades da proteção de tela" +msgstr "Propriedades da proteo de tela" #: driver/demo-Gtk-widgets.c:536 driver/xscreensaver-demo.glade.h:9 #: driver/xscreensaver-demo.glade2.h:5 @@ -176,33 +183,34 @@ msgid "Blank Screen Only" msgstr "" #: driver/demo-Gtk-widgets.c:539 driver/xscreensaver-demo.glade.h:56 -#: driver/xscreensaver-demo.glade2.h:32 +#: driver/xscreensaver-demo.glade2.h:42 #, fuzzy msgid "Only One Screen Saver" -msgstr "Propriedades da proteção de tela" +msgstr "Propriedades da proteo de tela" #: driver/demo-Gtk-widgets.c:542 driver/xscreensaver-demo.glade.h:60 -#: driver/xscreensaver-demo.glade2.h:35 +#: driver/xscreensaver-demo.glade2.h:44 #, fuzzy msgid "Random Screen Saver" -msgstr "Propriedades da proteção de tela" +msgstr "Propriedades da proteo de tela" -#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2034 +#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2120 #: driver/xscreensaver-demo.glade.h:75 msgid "Use" msgstr "" -#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2044 +#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2130 #: driver/xscreensaver-demo.glade.h:63 #, fuzzy msgid "Screen Saver" -msgstr "Propriedades da proteção de tela" +msgstr "Propriedades da proteo de tela" #: driver/demo-Gtk-widgets.c:638 driver/xscreensaver-demo.glade.h:91 msgid "\\/" msgstr "" #: driver/demo-Gtk-widgets.c:646 driver/xscreensaver-demo.glade.h:61 +#: driver/xscreensaver-demo.glade2.h:45 msgid "" "Run the next screen saver in the list in full-screen mode (click the mouse " "to return.)" @@ -213,13 +221,14 @@ msgid "/\\" msgstr "" #: driver/demo-Gtk-widgets.c:656 driver/xscreensaver-demo.glade.h:62 +#: driver/xscreensaver-demo.glade2.h:46 msgid "" "Run the previous screen saver in the list in full-screen mode (click the " "mouse to return.)" msgstr "" #: driver/demo-Gtk-widgets.c:658 driver/demo-Gtk-widgets.c:1601 -#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:11 +#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:13 msgid "Description" msgstr "" @@ -228,11 +237,12 @@ msgid "Display Modes" msgstr "" #: driver/demo-Gtk-widgets.c:701 driver/xscreensaver-demo.glade.h:23 -#: driver/xscreensaver-demo.glade2.h:12 +#: driver/xscreensaver-demo.glade2.h:14 msgid "Diagnostics" msgstr "" #: driver/demo-Gtk-widgets.c:745 driver/xscreensaver-demo.glade.h:80 +#: driver/xscreensaver-demo.glade2.h:56 msgid "Whether the daemon should print lots of debugging information." msgstr "" @@ -241,6 +251,7 @@ msgid "Verbose Diagnostics" msgstr "" #: driver/demo-Gtk-widgets.c:762 driver/xscreensaver-demo.glade.h:79 +#: driver/xscreensaver-demo.glade2.h:55 msgid "" "Whether any error output of the display modes should be redirected to the " "screen." @@ -251,6 +262,7 @@ msgid "Display Subprocess Errors" msgstr "" #: driver/demo-Gtk-widgets.c:779 driver/xscreensaver-demo.glade.h:87 +#: driver/xscreensaver-demo.glade2.h:63 msgid "" "Whether the splash screen (with the version number and `Help' button) should " "be momentarily displayed when the daemon first starts up." @@ -266,6 +278,7 @@ msgid "Colormaps" msgstr "" #: driver/demo-Gtk-widgets.c:834 driver/xscreensaver-demo.glade.h:88 +#: driver/xscreensaver-demo.glade2.h:64 msgid "" "Whether to install a private colormap when running in 8-bit mode on the " "default Visual." @@ -276,6 +289,7 @@ msgid "Install Colormap" msgstr "" #: driver/demo-Gtk-widgets.c:859 driver/xscreensaver-demo.glade.h:86 +#: driver/xscreensaver-demo.glade2.h:62 msgid "" "Whether the screen should slowly fade to black when the screen saver " "activates." @@ -286,6 +300,7 @@ msgid "Fade To Black When Blanking" msgstr "" #: driver/demo-Gtk-widgets.c:876 driver/xscreensaver-demo.glade.h:85 +#: driver/xscreensaver-demo.glade2.h:61 msgid "" "Whether the screen should slowly fade in from black when the screen saver " "deactivates." @@ -300,20 +315,22 @@ msgid "Fade Duration" msgstr "" #: driver/demo-Gtk-widgets.c:922 driver/xscreensaver-demo.glade.h:44 +#: driver/xscreensaver-demo.glade2.h:31 msgid "How long it should take for the screen to fade in and out." msgstr "" #: driver/demo-Gtk-widgets.c:926 driver/xscreensaver-demo.glade.h:100 -#: driver/xscreensaver-demo.glade2.h:73 +#: driver/xscreensaver-demo.glade2.h:96 msgid "seconds" msgstr "" #: driver/demo-Gtk-widgets.c:936 driver/xscreensaver-demo.glade.h:27 -#: driver/xscreensaver-demo.glade2.h:15 +#: driver/xscreensaver-demo.glade2.h:17 msgid "Display Power Management" msgstr "" #: driver/demo-Gtk-widgets.c:980 driver/xscreensaver-demo.glade.h:84 +#: driver/xscreensaver-demo.glade2.h:60 msgid "Whether the monitor should be powered down after a while." msgstr "" @@ -334,19 +351,22 @@ msgid "Standby After" msgstr "" #: driver/demo-Gtk-widgets.c:1099 driver/xscreensaver-demo.glade.h:45 +#: driver/xscreensaver-demo.glade2.h:33 msgid "How long until the monitor goes into power-saving mode." msgstr "" #: driver/demo-Gtk-widgets.c:1113 driver/xscreensaver-demo.glade.h:46 +#: driver/xscreensaver-demo.glade2.h:34 msgid "How long until the monitor powers down." msgstr "" #: driver/demo-Gtk-widgets.c:1117 driver/xscreensaver-demo.glade.h:47 -#: driver/xscreensaver-demo.glade2.h:27 +#: driver/xscreensaver-demo.glade2.h:35 msgid "Image Manipulation" msgstr "" #: driver/demo-Gtk-widgets.c:1161 driver/xscreensaver-demo.glade.h:81 +#: driver/xscreensaver-demo.glade2.h:57 msgid "" "Whether the image-manipulating modes should be allowed to operate on an " "image of your desktop." @@ -367,6 +387,7 @@ msgid "Grab Video Frames" msgstr "" #: driver/demo-Gtk-widgets.c:1195 driver/xscreensaver-demo.glade.h:83 +#: driver/xscreensaver-demo.glade2.h:59 msgid "" "Whether the image-manipulating modes should operate on random images loaded " "from disk." @@ -377,6 +398,7 @@ msgid "Choose Random Image:" msgstr "" #: driver/demo-Gtk-widgets.c:1230 driver/xscreensaver-demo.glade.h:73 +#: driver/xscreensaver-demo.glade2.h:52 msgid "The directory from which images will be randomly chosen." msgstr "" @@ -394,12 +416,12 @@ msgid "XScreenSaver: Mode-Specific Settings" msgstr "" #: driver/demo-Gtk-widgets.c:1460 driver/xscreensaver-demo.glade.h:64 -#: driver/xscreensaver-demo.glade2.h:36 +#: driver/xscreensaver-demo.glade2.h:47 msgid "Settings" msgstr "" #: driver/demo-Gtk-widgets.c:1489 driver/xscreensaver-demo.glade.h:66 -#: driver/xscreensaver-demo.glade2.h:38 +#: driver/xscreensaver-demo.glade2.h:49 msgid "Standard" msgstr "" @@ -408,7 +430,7 @@ msgid "Visual:" msgstr "" #: driver/demo-Gtk-widgets.c:1544 driver/demo-Gtk-widgets.c:1567 -#: driver/demo-Gtk.c:1479 driver/demo-Gtk.c:2680 +#: driver/demo-Gtk.c:1518 driver/demo-Gtk.c:2850 #: driver/xscreensaver-demo.glade.h:5 driver/xscreensaver-demo.glade2.h:3 msgid "Any" msgstr "" @@ -419,42 +441,42 @@ msgid "Best" msgstr "" #: driver/demo-Gtk-widgets.c:1546 driver/xscreensaver-demo.glade.h:19 -#: driver/xscreensaver-demo.glade2.h:9 +#: driver/xscreensaver-demo.glade2.h:10 msgid "Default" msgstr "" #: driver/demo-Gtk-widgets.c:1547 driver/xscreensaver-demo.glade.h:20 -#: driver/xscreensaver-demo.glade2.h:10 +#: driver/xscreensaver-demo.glade2.h:11 msgid "Default-N" msgstr "" #: driver/demo-Gtk-widgets.c:1548 driver/xscreensaver-demo.glade.h:37 -#: driver/xscreensaver-demo.glade2.h:21 +#: driver/xscreensaver-demo.glade2.h:23 msgid "GL" msgstr "" #: driver/demo-Gtk-widgets.c:1549 driver/xscreensaver-demo.glade.h:74 -#: driver/xscreensaver-demo.glade2.h:41 +#: driver/xscreensaver-demo.glade2.h:53 msgid "TrueColor" msgstr "" #: driver/demo-Gtk-widgets.c:1550 driver/xscreensaver-demo.glade.h:59 -#: driver/xscreensaver-demo.glade2.h:34 +#: driver/xscreensaver-demo.glade2.h:43 msgid "PseudoColor" msgstr "" #: driver/demo-Gtk-widgets.c:1551 driver/xscreensaver-demo.glade.h:69 -#: driver/xscreensaver-demo.glade2.h:39 +#: driver/xscreensaver-demo.glade2.h:50 msgid "StaticGray" msgstr "" #: driver/demo-Gtk-widgets.c:1552 driver/xscreensaver-demo.glade.h:42 -#: driver/xscreensaver-demo.glade2.h:25 +#: driver/xscreensaver-demo.glade2.h:27 msgid "GrayScale" msgstr "" #: driver/demo-Gtk-widgets.c:1553 driver/xscreensaver-demo.glade.h:24 -#: driver/xscreensaver-demo.glade2.h:13 +#: driver/xscreensaver-demo.glade2.h:15 msgid "DirectColor" msgstr "" @@ -464,12 +486,12 @@ msgid "Color" msgstr "" #: driver/demo-Gtk-widgets.c:1555 driver/xscreensaver-demo.glade.h:41 -#: driver/xscreensaver-demo.glade2.h:24 +#: driver/xscreensaver-demo.glade2.h:26 msgid "Gray" msgstr "" #: driver/demo-Gtk-widgets.c:1556 driver/xscreensaver-demo.glade.h:53 -#: driver/xscreensaver-demo.glade2.h:29 +#: driver/xscreensaver-demo.glade2.h:37 msgid "Mono" msgstr "" @@ -507,7 +529,7 @@ msgstr "" msgid "Back to the graphical configuration options." msgstr "" -#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:688 +#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:727 #: driver/xscreensaver-demo.glade.h:54 msgid "OK" msgstr "" @@ -516,28 +538,18 @@ msgstr "" msgid "Cancel" msgstr "" -#: driver/demo-Gtk.c:601 +#: driver/demo-Gtk.c:632 msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "" -#: driver/demo-Gtk.c:608 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:610 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:726 +#: driver/demo-Gtk.c:765 msgid "" "Error:\n" "\n" "No Help URL has been specified.\n" msgstr "" -#: driver/demo-Gtk.c:812 +#: driver/demo-Gtk.c:851 msgid "" "Error:\n" "\n" @@ -545,7 +557,7 @@ msgid "" "\n" msgstr "" -#: driver/demo-Gtk.c:818 +#: driver/demo-Gtk.c:857 msgid "" "You are running as root. This usually means that xscreensaver\n" "was unable to contact your X server because access control is\n" @@ -564,18 +576,18 @@ msgid "" "normal user, and `su' as necessary." msgstr "" -#: driver/demo-Gtk.c:834 +#: driver/demo-Gtk.c:873 msgid "Please check your $PATH and permissions." msgstr "" -#: driver/demo-Gtk.c:869 +#: driver/demo-Gtk.c:908 msgid "" "Error:\n" "\n" "Couldn't determine init file name!\n" msgstr "" -#: driver/demo-Gtk.c:874 +#: driver/demo-Gtk.c:913 #, c-format msgid "" "Error:\n" @@ -583,14 +595,14 @@ msgid "" "Couldn't write %s\n" msgstr "" -#: driver/demo-Gtk.c:933 +#: driver/demo-Gtk.c:972 msgid "" "Error:\n" "\n" "no `manualCommand' resource set." msgstr "" -#: driver/demo-Gtk.c:1114 +#: driver/demo-Gtk.c:1153 #, c-format msgid "" "Error:\n" @@ -598,7 +610,7 @@ msgid "" "Unparsable time format: \"%s\"\n" msgstr "" -#: driver/demo-Gtk.c:1779 +#: driver/demo-Gtk.c:1818 #, c-format msgid "" "Error:\n" @@ -606,24 +618,24 @@ msgid "" "Directory does not exist: \"%s\"\n" msgstr "" -#: driver/demo-Gtk.c:2376 +#: driver/demo-Gtk.c:2532 msgid "Descriptions not available: no XML support compiled in." msgstr "" -#: driver/demo-Gtk.c:2381 +#: driver/demo-Gtk.c:2537 msgid "No description available." msgstr "" -#: driver/demo-Gtk.c:2632 +#: driver/demo-Gtk.c:2802 msgid "Blank Screen" msgstr "" -#: driver/demo-Gtk.c:2638 +#: driver/demo-Gtk.c:2808 #, fuzzy msgid "Screen Saver Disabled" -msgstr "Propriedades da proteção de tela" +msgstr "Propriedades da proteo de tela" -#: driver/demo-Gtk.c:2798 +#: driver/demo-Gtk.c:2996 #, c-format msgid "" "Warning:\n" @@ -631,15 +643,23 @@ msgid "" "file \"%s\" has changed, reloading.\n" msgstr "" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "No Preview" msgstr "" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "Available" msgstr "" -#: driver/demo-Gtk.c:3543 +#: driver/demo-Gtk.c:3079 +msgid "Not" +msgstr "" + +#: driver/demo-Gtk.c:3079 +msgid "Installed" +msgstr "" + +#: driver/demo-Gtk.c:3780 #, c-format msgid "" "Warning:\n" @@ -648,7 +668,7 @@ msgid "" "on display \"%s\". Launch it now?" msgstr "" -#: driver/demo-Gtk.c:3553 +#: driver/demo-Gtk.c:3790 #, c-format msgid "" "Warning:\n" @@ -667,7 +687,7 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3578 +#: driver/demo-Gtk.c:3815 #, c-format msgid "" "Warning:\n" @@ -683,7 +703,7 @@ msgid "" "Restart the daemon on \"%s\" as \"%s\" now?\n" msgstr "" -#: driver/demo-Gtk.c:3600 +#: driver/demo-Gtk.c:3837 #, c-format msgid "" "Warning:\n" @@ -695,19 +715,24 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3999 +#: driver/demo-Gtk.c:4272 #, c-format msgid "%s: unknown option: %s\n" msgstr "" +#: driver/demo-Gtk.c:4335 +#, fuzzy +msgid "Screensaver Preferences" +msgstr "Propriedades da proteo de tela" + #: driver/screensaver-properties.desktop.in.h:1 -msgid "Configure the settings of the screensaver." +msgid "Change screensaver properties" msgstr "" #: driver/screensaver-properties.desktop.in.h:2 #, fuzzy msgid "Screensaver" -msgstr "Propriedades da proteção de tela" +msgstr "Propriedades da proteo de tela" #: driver/xscreensaver-demo.glade.h:1 msgid "/\");" @@ -721,136 +746,165 @@ msgstr "" msgid "Choose _Random Image:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:16 +#: driver/xscreensaver-demo.glade2.h:18 msgid "Display Subprocess _Errors" msgstr "" -#: driver/xscreensaver-demo.glade2.h:17 +#: driver/xscreensaver-demo.glade2.h:19 #, fuzzy msgid "Display _Splash Screen at Startup" -msgstr "Propriedades da proteção de tela" +msgstr "Propriedades da proteo de tela" -#: driver/xscreensaver-demo.glade2.h:18 +#: driver/xscreensaver-demo.glade2.h:20 msgid "F_ade Duration" msgstr "" -#: driver/xscreensaver-demo.glade2.h:19 +#: driver/xscreensaver-demo.glade2.h:21 msgid "Fade from Black When _Unblanking" msgstr "" -#: driver/xscreensaver-demo.glade2.h:20 +#: driver/xscreensaver-demo.glade2.h:22 msgid "Fade to Black when _Blanking" msgstr "" -#: driver/xscreensaver-demo.glade2.h:22 +#: driver/xscreensaver-demo.glade2.h:24 msgid "Grab Desktop _Images" msgstr "" -#: driver/xscreensaver-demo.glade2.h:23 +#: driver/xscreensaver-demo.glade2.h:25 msgid "Grab _Video Frames" msgstr "" #: driver/xscreensaver-demo.glade2.h:28 -msgid "Install _Colormap" +msgid "How long after the screen blanks until a password will be required." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:29 +msgid "How long before the screensaver activates." msgstr "" #: driver/xscreensaver-demo.glade2.h:30 msgid "" +"How long each display mode should run before choosing a new one (in Random " +"mode.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:32 +msgid "How long until the monitor goes completely black." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:36 +msgid "Install _Colormap" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:38 +msgid "" "No Preview\n" "Available" msgstr "" -#: driver/xscreensaver-demo.glade2.h:33 -#, fuzzy -msgid "Preview of screen saver" -msgstr "Propriedades da proteção de tela" +#: driver/xscreensaver-demo.glade2.h:40 +msgid "" +"Not\n" +"Installed" +msgstr "" -#: driver/xscreensaver-demo.glade2.h:37 +#: driver/xscreensaver-demo.glade2.h:48 msgid "Stand_by After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:40 +#: driver/xscreensaver-demo.glade2.h:51 msgid "Sus_pend After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:45 +#: driver/xscreensaver-demo.glade2.h:58 +msgid "" +"Whether the image-manipulating modes should operate on images captured from " +"the system's video input (if there is one.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:67 msgid "_Advanced" msgstr "" -#: driver/xscreensaver-demo.glade2.h:46 +#: driver/xscreensaver-demo.glade2.h:68 msgid "_Advanced >>" msgstr "" -#: driver/xscreensaver-demo.glade2.h:47 +#: driver/xscreensaver-demo.glade2.h:69 msgid "_Blank After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:49 +#: driver/xscreensaver-demo.glade2.h:71 msgid "_Browse" msgstr "" -#: driver/xscreensaver-demo.glade2.h:50 +#: driver/xscreensaver-demo.glade2.h:72 msgid "_Command Line:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:51 +#: driver/xscreensaver-demo.glade2.h:73 msgid "_Cycle After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:52 +#: driver/xscreensaver-demo.glade2.h:74 msgid "_Display Modes" msgstr "" -#: driver/xscreensaver-demo.glade2.h:57 +#: driver/xscreensaver-demo.glade2.h:79 #, fuzzy msgid "_Lock Screen After" -msgstr "Propriedades da proteção de tela" +msgstr "Propriedades da proteo de tela" -#: driver/xscreensaver-demo.glade2.h:59 +#: driver/xscreensaver-demo.glade2.h:81 msgid "_Mode:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:60 +#: driver/xscreensaver-demo.glade2.h:82 msgid "_Off After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:61 +#: driver/xscreensaver-demo.glade2.h:83 msgid "_Power Management Enabled" msgstr "" -#: driver/xscreensaver-demo.glade2.h:62 +#: driver/xscreensaver-demo.glade2.h:84 msgid "_Preview" msgstr "" -#: driver/xscreensaver-demo.glade2.h:63 +#: driver/xscreensaver-demo.glade2.h:85 msgid "_Quit" msgstr "" -#: driver/xscreensaver-demo.glade2.h:65 +#: driver/xscreensaver-demo.glade2.h:87 msgid "_Settings..." msgstr "" -#: driver/xscreensaver-demo.glade2.h:66 +#: driver/xscreensaver-demo.glade2.h:88 msgid "_Standard <<" msgstr "" -#: driver/xscreensaver-demo.glade2.h:67 -msgid "_Verbose Dialognostics" +#: driver/xscreensaver-demo.glade2.h:89 +msgid "_Verbose Diagnostics" msgstr "" -#: driver/xscreensaver-demo.glade2.h:68 +#: driver/xscreensaver-demo.glade2.h:90 msgid "_Visual:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:69 +#: driver/xscreensaver-demo.glade2.h:91 msgid "dialog1" msgstr "" -#: driver/xscreensaver-demo.glade2.h:71 +#: driver/xscreensaver-demo.glade2.h:93 msgid "no preview" msgstr "" -#: driver/xscreensaver-demo.glade2.h:72 +#: driver/xscreensaver-demo.glade2.h:94 +msgid "not installed" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:95 msgid "preview" msgstr "" @@ -862,85 +916,95 @@ msgstr "" msgid "Arms" msgstr "" -#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:5 +#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:6 #: hacks/config/apollonian.xml.h:5 hacks/config/atlantis.xml.h:4 -#: hacks/config/attraction.xml.h:8 hacks/config/blaster.xml.h:3 -#: hacks/config/blitspin.xml.h:4 hacks/config/bouboule.xml.h:3 +#: hacks/config/attraction.xml.h:8 hacks/config/atunnel.xml.h:3 +#: hacks/config/barcode.xml.h:4 hacks/config/blaster.xml.h:3 +#: hacks/config/blitspin.xml.h:4 hacks/config/blocktube.xml.h:4 +#: hacks/config/bouboule.xml.h:3 hacks/config/bouncingcow.xml.h:6 #: hacks/config/boxed.xml.h:4 hacks/config/braid.xml.h:4 #: hacks/config/bubble3d.xml.h:3 hacks/config/bubbles.xml.h:8 #: hacks/config/bumps.xml.h:3 hacks/config/cage.xml.h:2 -#: hacks/config/circuit.xml.h:4 hacks/config/compass.xml.h:3 -#: hacks/config/coral.xml.h:7 hacks/config/critical.xml.h:3 -#: hacks/config/crystal.xml.h:6 hacks/config/cubenetic.xml.h:8 +#: hacks/config/circuit.xml.h:4 hacks/config/cloudlife.xml.h:3 +#: hacks/config/compass.xml.h:3 hacks/config/coral.xml.h:7 +#: hacks/config/critical.xml.h:3 hacks/config/crystal.xml.h:6 +#: hacks/config/cubenetic.xml.h:8 hacks/config/cubestorm.xml.h:4 #: hacks/config/cynosure.xml.h:4 hacks/config/dangerball.xml.h:3 #: hacks/config/decayscreen.xml.h:2 hacks/config/deluxe.xml.h:4 #: hacks/config/demon.xml.h:4 hacks/config/discrete.xml.h:2 #: hacks/config/distort.xml.h:4 hacks/config/drift.xml.h:3 -#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:3 -#: hacks/config/epicycle.xml.h:5 hacks/config/euler2d.xml.h:3 -#: hacks/config/extrusion.xml.h:3 hacks/config/fadeplot.xml.h:4 -#: hacks/config/flag.xml.h:2 hacks/config/flame.xml.h:6 -#: hacks/config/flipscreen3d.xml.h:1 hacks/config/flow.xml.h:4 -#: hacks/config/fluidballs.xml.h:3 hacks/config/forest.xml.h:1 +#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:8 +#: hacks/config/epicycle.xml.h:5 hacks/config/eruption.xml.h:5 +#: hacks/config/euler2d.xml.h:3 hacks/config/extrusion.xml.h:3 +#: hacks/config/fadeplot.xml.h:4 hacks/config/flag.xml.h:2 +#: hacks/config/flame.xml.h:6 hacks/config/flipscreen3d.xml.h:1 +#: hacks/config/flow.xml.h:4 hacks/config/fluidballs.xml.h:5 +#: hacks/config/flyingtoasters.xml.h:5 hacks/config/forest.xml.h:1 #: hacks/config/galaxy.xml.h:3 hacks/config/gears.xml.h:2 -#: hacks/config/gflux.xml.h:6 hacks/config/glforestfire.xml.h:4 -#: hacks/config/glplanet.xml.h:2 hacks/config/glsnake.xml.h:5 -#: hacks/config/gltext.xml.h:3 hacks/config/goop.xml.h:4 -#: hacks/config/grav.xml.h:2 hacks/config/greynetic.xml.h:1 -#: hacks/config/halo.xml.h:2 hacks/config/hopalong.xml.h:9 -#: hacks/config/hyperball.xml.h:2 hacks/config/hypercube.xml.h:2 +#: hacks/config/gflux.xml.h:6 hacks/config/glblur.xml.h:4 +#: hacks/config/glforestfire.xml.h:4 hacks/config/glknots.xml.h:3 +#: hacks/config/glmatrix.xml.h:8 hacks/config/glplanet.xml.h:2 +#: hacks/config/glsnake.xml.h:5 hacks/config/gltext.xml.h:3 +#: hacks/config/goop.xml.h:4 hacks/config/grav.xml.h:2 +#: hacks/config/greynetic.xml.h:1 hacks/config/halo.xml.h:2 +#: hacks/config/hopalong.xml.h:9 hacks/config/hyperball.xml.h:2 +#: hacks/config/hypercube.xml.h:2 hacks/config/hypertorus.xml.h:6 #: hacks/config/ifs.xml.h:1 hacks/config/interference.xml.h:5 -#: hacks/config/jigsaw.xml.h:3 hacks/config/juggle.xml.h:3 -#: hacks/config/julia.xml.h:2 hacks/config/kaleidescope.xml.h:2 +#: hacks/config/jigglypuff.xml.h:6 hacks/config/jigsaw.xml.h:3 +#: hacks/config/juggle.xml.h:3 hacks/config/julia.xml.h:2 +#: hacks/config/kaleidescope.xml.h:2 hacks/config/klein.xml.h:2 #: hacks/config/kumppa.xml.h:3 hacks/config/lament.xml.h:2 #: hacks/config/laser.xml.h:3 hacks/config/lavalite.xml.h:10 #: hacks/config/lightning.xml.h:1 hacks/config/lisa.xml.h:2 #: hacks/config/lissie.xml.h:3 hacks/config/lmorph.xml.h:3 #: hacks/config/loop.xml.h:1 hacks/config/maze.xml.h:4 -#: hacks/config/menger.xml.h:3 hacks/config/moebius.xml.h:3 -#: hacks/config/moire2.xml.h:2 hacks/config/molecule.xml.h:10 -#: hacks/config/morph3d.xml.h:3 hacks/config/mountain.xml.h:2 -#: hacks/config/munch.xml.h:3 hacks/config/nerverot.xml.h:9 -#: hacks/config/penetrate.xml.h:3 hacks/config/penrose.xml.h:6 -#: hacks/config/petri.xml.h:5 hacks/config/phosphor.xml.h:3 +#: hacks/config/menger.xml.h:3 hacks/config/metaballs.xml.h:4 +#: hacks/config/moebius.xml.h:3 hacks/config/moire2.xml.h:2 +#: hacks/config/molecule.xml.h:10 hacks/config/morph3d.xml.h:3 +#: hacks/config/mountain.xml.h:2 hacks/config/munch.xml.h:3 +#: hacks/config/nerverot.xml.h:9 hacks/config/penetrate.xml.h:3 +#: hacks/config/penrose.xml.h:6 hacks/config/petri.xml.h:5 +#: hacks/config/phosphor.xml.h:3 hacks/config/piecewise.xml.h:4 #: hacks/config/pipes.xml.h:5 hacks/config/polyominoes.xml.h:2 -#: hacks/config/pulsar.xml.h:11 hacks/config/pyro.xml.h:4 -#: hacks/config/qix.xml.h:7 hacks/config/queens.xml.h:1 -#: hacks/config/rd-bomb.xml.h:9 hacks/config/ripples.xml.h:4 -#: hacks/config/rocks.xml.h:4 hacks/config/rotor.xml.h:3 -#: hacks/config/rubik.xml.h:3 hacks/config/sballs.xml.h:4 -#: hacks/config/shadebobs.xml.h:3 hacks/config/sierpinski.xml.h:2 -#: hacks/config/sierpinski3d.xml.h:2 hacks/config/slidescreen.xml.h:2 -#: hacks/config/slip.xml.h:2 hacks/config/speedmine.xml.h:3 -#: hacks/config/sphere.xml.h:2 hacks/config/spheremonics.xml.h:5 -#: hacks/config/spiral.xml.h:3 hacks/config/spotlight.xml.h:2 -#: hacks/config/sproingies.xml.h:2 hacks/config/squiral.xml.h:4 -#: hacks/config/stairs.xml.h:1 hacks/config/starfish.xml.h:3 -#: hacks/config/starwars.xml.h:6 hacks/config/strange.xml.h:2 -#: hacks/config/superquadrics.xml.h:3 hacks/config/swirl.xml.h:2 -#: hacks/config/t3d.xml.h:6 hacks/config/thornbird.xml.h:2 -#: hacks/config/triangle.xml.h:1 hacks/config/truchet.xml.h:1 -#: hacks/config/twang.xml.h:3 hacks/config/vines.xml.h:1 -#: hacks/config/webcollage.xml.h:4 hacks/config/worm.xml.h:3 -#: hacks/config/xearth.xml.h:7 hacks/config/xfishtank.xml.h:3 -#: hacks/config/xflame.xml.h:4 hacks/config/xjack.xml.h:1 -#: hacks/config/xmatrix.xml.h:5 hacks/config/xmountains.xml.h:1 -#: hacks/config/xrayswarm.xml.h:2 hacks/config/zoom.xml.h:2 +#: hacks/config/popsquares.xml.h:3 hacks/config/pulsar.xml.h:11 +#: hacks/config/pyro.xml.h:4 hacks/config/qix.xml.h:7 +#: hacks/config/queens.xml.h:1 hacks/config/rd-bomb.xml.h:9 +#: hacks/config/ripples.xml.h:4 hacks/config/rocks.xml.h:4 +#: hacks/config/rotor.xml.h:3 hacks/config/rubik.xml.h:3 +#: hacks/config/sballs.xml.h:4 hacks/config/shadebobs.xml.h:3 +#: hacks/config/sierpinski.xml.h:2 hacks/config/sierpinski3d.xml.h:2 +#: hacks/config/slidescreen.xml.h:2 hacks/config/slip.xml.h:2 +#: hacks/config/speedmine.xml.h:3 hacks/config/sphere.xml.h:2 +#: hacks/config/spheremonics.xml.h:5 hacks/config/spiral.xml.h:3 +#: hacks/config/spotlight.xml.h:2 hacks/config/sproingies.xml.h:2 +#: hacks/config/squiral.xml.h:4 hacks/config/stairs.xml.h:1 +#: hacks/config/starfish.xml.h:3 hacks/config/starwars.xml.h:6 +#: hacks/config/strange.xml.h:2 hacks/config/superquadrics.xml.h:4 +#: hacks/config/swirl.xml.h:2 hacks/config/t3d.xml.h:6 +#: hacks/config/thornbird.xml.h:2 hacks/config/triangle.xml.h:1 +#: hacks/config/truchet.xml.h:1 hacks/config/twang.xml.h:3 +#: hacks/config/vines.xml.h:1 hacks/config/webcollage.xml.h:4 +#: hacks/config/worm.xml.h:3 hacks/config/xearth.xml.h:7 +#: hacks/config/xfishtank.xml.h:3 hacks/config/xflame.xml.h:4 +#: hacks/config/xjack.xml.h:1 hacks/config/xmatrix.xml.h:5 +#: hacks/config/xmountains.xml.h:1 hacks/config/xrayswarm.xml.h:2 +#: hacks/config/zoom.xml.h:2 msgid "Fast" msgstr "" #: hacks/config/anemone.xml.h:4 hacks/config/blaster.xml.h:4 #: hacks/config/bouboule.xml.h:4 hacks/config/coral.xml.h:8 -#: hacks/config/cubenetic.xml.h:9 hacks/config/euler2d.xml.h:4 -#: hacks/config/flame.xml.h:7 hacks/config/fluidballs.xml.h:4 -#: hacks/config/kaleidescope.xml.h:3 hacks/config/lisa.xml.h:3 -#: hacks/config/pedal.xml.h:4 hacks/config/petri.xml.h:7 -#: hacks/config/qix.xml.h:8 hacks/config/thornbird.xml.h:3 -#: hacks/config/whirlwindwarp.xml.h:1 hacks/config/xfishtank.xml.h:4 +#: hacks/config/cubenetic.xml.h:9 hacks/config/eruption.xml.h:6 +#: hacks/config/euler2d.xml.h:4 hacks/config/flame.xml.h:7 +#: hacks/config/fluidballs.xml.h:6 hacks/config/kaleidescope.xml.h:3 +#: hacks/config/lisa.xml.h:3 hacks/config/pedal.xml.h:4 +#: hacks/config/petri.xml.h:7 hacks/config/qix.xml.h:8 +#: hacks/config/thornbird.xml.h:3 hacks/config/whirlwindwarp.xml.h:1 +#: hacks/config/xfishtank.xml.h:4 msgid "Few" msgstr "" -#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:8 +#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:9 #: hacks/config/apollonian.xml.h:7 hacks/config/attraction.xml.h:18 #: hacks/config/blaster.xml.h:6 hacks/config/bouboule.xml.h:5 #: hacks/config/braid.xml.h:7 hacks/config/coral.xml.h:9 @@ -949,17 +1013,18 @@ msgstr "" #: hacks/config/deco.xml.h:5 hacks/config/deluxe.xml.h:6 #: hacks/config/demon.xml.h:6 hacks/config/discrete.xml.h:4 #: hacks/config/drift.xml.h:9 hacks/config/epicycle.xml.h:8 -#: hacks/config/euler2d.xml.h:8 hacks/config/fadeplot.xml.h:6 -#: hacks/config/flag.xml.h:5 hacks/config/flame.xml.h:11 -#: hacks/config/flow.xml.h:8 hacks/config/fluidballs.xml.h:13 -#: hacks/config/forest.xml.h:3 hacks/config/galaxy.xml.h:6 -#: hacks/config/grav.xml.h:4 hacks/config/halo.xml.h:4 -#: hacks/config/hopalong.xml.h:15 hacks/config/ifs.xml.h:3 -#: hacks/config/imsmap.xml.h:9 hacks/config/interference.xml.h:11 -#: hacks/config/julia.xml.h:6 hacks/config/kaleidescope.xml.h:5 -#: hacks/config/laser.xml.h:6 hacks/config/lightning.xml.h:3 -#: hacks/config/lisa.xml.h:5 hacks/config/lissie.xml.h:6 -#: hacks/config/loop.xml.h:4 hacks/config/moire.xml.h:5 +#: hacks/config/eruption.xml.h:12 hacks/config/euler2d.xml.h:8 +#: hacks/config/fadeplot.xml.h:6 hacks/config/flag.xml.h:5 +#: hacks/config/flame.xml.h:11 hacks/config/flow.xml.h:8 +#: hacks/config/fluidballs.xml.h:13 hacks/config/forest.xml.h:3 +#: hacks/config/galaxy.xml.h:6 hacks/config/grav.xml.h:4 +#: hacks/config/halo.xml.h:4 hacks/config/hopalong.xml.h:15 +#: hacks/config/ifs.xml.h:3 hacks/config/imsmap.xml.h:9 +#: hacks/config/interference.xml.h:11 hacks/config/julia.xml.h:6 +#: hacks/config/kaleidescope.xml.h:5 hacks/config/laser.xml.h:6 +#: hacks/config/lightning.xml.h:3 hacks/config/lisa.xml.h:5 +#: hacks/config/lissie.xml.h:6 hacks/config/loop.xml.h:4 +#: hacks/config/metaballs.xml.h:6 hacks/config/moire.xml.h:5 #: hacks/config/moire2.xml.h:3 hacks/config/mountain.xml.h:4 #: hacks/config/nerverot.xml.h:15 hacks/config/pedal.xml.h:6 #: hacks/config/penrose.xml.h:7 hacks/config/petri.xml.h:11 @@ -977,111 +1042,131 @@ msgstr "" msgid "Many" msgstr "" -#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:10 +#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:11 #: hacks/config/apollonian.xml.h:8 hacks/config/attraction.xml.h:19 #: hacks/config/bouboule.xml.h:6 hacks/config/braid.xml.h:9 #: hacks/config/critical.xml.h:5 hacks/config/crystal.xml.h:10 #: hacks/config/cynosure.xml.h:7 hacks/config/deco.xml.h:8 #: hacks/config/deluxe.xml.h:7 hacks/config/demon.xml.h:7 #: hacks/config/discrete.xml.h:6 hacks/config/drift.xml.h:10 -#: hacks/config/epicycle.xml.h:9 hacks/config/euler2d.xml.h:9 -#: hacks/config/fadeplot.xml.h:7 hacks/config/flag.xml.h:6 -#: hacks/config/flame.xml.h:12 hacks/config/flow.xml.h:9 -#: hacks/config/forest.xml.h:4 hacks/config/galaxy.xml.h:7 -#: hacks/config/grav.xml.h:5 hacks/config/halo.xml.h:6 -#: hacks/config/hopalong.xml.h:17 hacks/config/ifs.xml.h:4 -#: hacks/config/imsmap.xml.h:10 hacks/config/interference.xml.h:12 -#: hacks/config/julia.xml.h:7 hacks/config/laser.xml.h:8 -#: hacks/config/lightning.xml.h:4 hacks/config/lisa.xml.h:6 -#: hacks/config/lissie.xml.h:7 hacks/config/loop.xml.h:5 +#: hacks/config/epicycle.xml.h:9 hacks/config/eruption.xml.h:14 +#: hacks/config/euler2d.xml.h:9 hacks/config/fadeplot.xml.h:7 +#: hacks/config/flag.xml.h:6 hacks/config/flame.xml.h:12 +#: hacks/config/flow.xml.h:9 hacks/config/forest.xml.h:4 +#: hacks/config/galaxy.xml.h:7 hacks/config/grav.xml.h:5 +#: hacks/config/halo.xml.h:6 hacks/config/hopalong.xml.h:17 +#: hacks/config/ifs.xml.h:4 hacks/config/imsmap.xml.h:10 +#: hacks/config/interference.xml.h:12 hacks/config/julia.xml.h:7 +#: hacks/config/laser.xml.h:8 hacks/config/lightning.xml.h:4 +#: hacks/config/lisa.xml.h:6 hacks/config/lissie.xml.h:7 +#: hacks/config/loop.xml.h:5 hacks/config/metaballs.xml.h:10 #: hacks/config/moire.xml.h:7 hacks/config/moire2.xml.h:5 #: hacks/config/mountain.xml.h:6 hacks/config/penrose.xml.h:8 -#: hacks/config/polyominoes.xml.h:6 hacks/config/rd-bomb.xml.h:13 -#: hacks/config/rocks.xml.h:6 hacks/config/rotor.xml.h:7 -#: hacks/config/shadebobs.xml.h:6 hacks/config/sierpinski.xml.h:5 -#: hacks/config/slip.xml.h:5 hacks/config/sphere.xml.h:4 -#: hacks/config/spiral.xml.h:8 hacks/config/squiral.xml.h:10 -#: hacks/config/starfish.xml.h:6 hacks/config/strange.xml.h:6 -#: hacks/config/swirl.xml.h:5 hacks/config/thornbird.xml.h:5 -#: hacks/config/triangle.xml.h:4 hacks/config/vines.xml.h:3 -#: hacks/config/worm.xml.h:5 hacks/config/xearth.xml.h:17 -#: hacks/config/xfishtank.xml.h:9 +#: hacks/config/polyominoes.xml.h:6 hacks/config/popsquares.xml.h:4 +#: hacks/config/rd-bomb.xml.h:13 hacks/config/rocks.xml.h:6 +#: hacks/config/rotor.xml.h:7 hacks/config/shadebobs.xml.h:6 +#: hacks/config/sierpinski.xml.h:5 hacks/config/slip.xml.h:5 +#: hacks/config/sphere.xml.h:4 hacks/config/spiral.xml.h:8 +#: hacks/config/squiral.xml.h:10 hacks/config/starfish.xml.h:6 +#: hacks/config/strange.xml.h:6 hacks/config/swirl.xml.h:5 +#: hacks/config/thornbird.xml.h:5 hacks/config/triangle.xml.h:4 +#: hacks/config/vines.xml.h:3 hacks/config/worm.xml.h:5 +#: hacks/config/xearth.xml.h:17 hacks/config/xfishtank.xml.h:9 msgid "Number of Colors" msgstr "" -#: hacks/config/anemone.xml.h:7 hacks/config/ant.xml.h:14 +#: hacks/config/anemone.xml.h:7 hacks/config/pyro.xml.h:8 +msgid "Often" +msgstr "" + +#: hacks/config/anemone.xml.h:8 +msgid "Rarely" +msgstr "" + +#: hacks/config/anemone.xml.h:9 hacks/config/ant.xml.h:15 #: hacks/config/apollonian.xml.h:11 hacks/config/atlantis.xml.h:13 -#: hacks/config/attraction.xml.h:26 hacks/config/blaster.xml.h:8 -#: hacks/config/blitspin.xml.h:7 hacks/config/bouboule.xml.h:8 +#: hacks/config/attraction.xml.h:26 hacks/config/atunnel.xml.h:6 +#: hacks/config/barcode.xml.h:6 hacks/config/blaster.xml.h:8 +#: hacks/config/blitspin.xml.h:7 hacks/config/blocktube.xml.h:9 +#: hacks/config/bouboule.xml.h:8 hacks/config/bouncingcow.xml.h:10 #: hacks/config/boxed.xml.h:6 hacks/config/braid.xml.h:11 #: hacks/config/bubble3d.xml.h:5 hacks/config/bubbles.xml.h:10 #: hacks/config/bumps.xml.h:4 hacks/config/cage.xml.h:4 -#: hacks/config/circuit.xml.h:10 hacks/config/compass.xml.h:4 -#: hacks/config/coral.xml.h:12 hacks/config/critical.xml.h:6 -#: hacks/config/crystal.xml.h:11 hacks/config/cubenetic.xml.h:22 +#: hacks/config/circuit.xml.h:10 hacks/config/cloudlife.xml.h:11 +#: hacks/config/compass.xml.h:4 hacks/config/coral.xml.h:12 +#: hacks/config/critical.xml.h:6 hacks/config/crystal.xml.h:11 +#: hacks/config/cubenetic.xml.h:22 hacks/config/cubestorm.xml.h:8 #: hacks/config/cynosure.xml.h:9 hacks/config/dangerball.xml.h:5 #: hacks/config/decayscreen.xml.h:17 hacks/config/deluxe.xml.h:8 #: hacks/config/demon.xml.h:8 hacks/config/discrete.xml.h:7 #: hacks/config/distort.xml.h:11 hacks/config/drift.xml.h:12 -#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:5 -#: hacks/config/epicycle.xml.h:10 hacks/config/euler2d.xml.h:14 -#: hacks/config/extrusion.xml.h:11 hacks/config/fadeplot.xml.h:8 -#: hacks/config/flag.xml.h:7 hacks/config/flame.xml.h:14 -#: hacks/config/flipscreen3d.xml.h:6 hacks/config/flow.xml.h:13 -#: hacks/config/fluidballs.xml.h:18 hacks/config/forest.xml.h:5 +#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:15 +#: hacks/config/epicycle.xml.h:10 hacks/config/eruption.xml.h:19 +#: hacks/config/euler2d.xml.h:14 hacks/config/extrusion.xml.h:11 +#: hacks/config/fadeplot.xml.h:8 hacks/config/flag.xml.h:7 +#: hacks/config/flame.xml.h:14 hacks/config/flipscreen3d.xml.h:6 +#: hacks/config/flow.xml.h:13 hacks/config/fluidballs.xml.h:18 +#: hacks/config/flyingtoasters.xml.h:11 hacks/config/forest.xml.h:5 #: hacks/config/galaxy.xml.h:10 hacks/config/gears.xml.h:7 -#: hacks/config/gflux.xml.h:12 hacks/config/glforestfire.xml.h:14 -#: hacks/config/glplanet.xml.h:6 hacks/config/glsnake.xml.h:12 -#: hacks/config/gltext.xml.h:13 hacks/config/goop.xml.h:10 -#: hacks/config/grav.xml.h:8 hacks/config/greynetic.xml.h:3 -#: hacks/config/halo.xml.h:9 hacks/config/hopalong.xml.h:21 -#: hacks/config/hyperball.xml.h:8 hacks/config/hypercube.xml.h:7 +#: hacks/config/gflux.xml.h:12 hacks/config/glblur.xml.h:14 +#: hacks/config/glforestfire.xml.h:14 hacks/config/glknots.xml.h:17 +#: hacks/config/glmatrix.xml.h:18 hacks/config/glplanet.xml.h:6 +#: hacks/config/glsnake.xml.h:12 hacks/config/gltext.xml.h:13 +#: hacks/config/goop.xml.h:10 hacks/config/grav.xml.h:8 +#: hacks/config/greynetic.xml.h:3 hacks/config/halo.xml.h:9 +#: hacks/config/hopalong.xml.h:21 hacks/config/hyperball.xml.h:8 +#: hacks/config/hypercube.xml.h:7 hacks/config/hypertorus.xml.h:13 #: hacks/config/ifs.xml.h:5 hacks/config/interference.xml.h:14 -#: hacks/config/jigsaw.xml.h:5 hacks/config/juggle.xml.h:7 -#: hacks/config/julia.xml.h:8 hacks/config/kaleidescope.xml.h:7 +#: hacks/config/jigglypuff.xml.h:16 hacks/config/jigsaw.xml.h:5 +#: hacks/config/juggle.xml.h:7 hacks/config/julia.xml.h:8 +#: hacks/config/kaleidescope.xml.h:7 hacks/config/klein.xml.h:7 #: hacks/config/kumppa.xml.h:8 hacks/config/lament.xml.h:6 -#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:26 +#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:27 #: hacks/config/lightning.xml.h:5 hacks/config/lisa.xml.h:8 #: hacks/config/lissie.xml.h:9 hacks/config/lmorph.xml.h:11 #: hacks/config/loop.xml.h:7 hacks/config/maze.xml.h:14 -#: hacks/config/menger.xml.h:16 hacks/config/moebius.xml.h:7 -#: hacks/config/moire2.xml.h:6 hacks/config/molecule.xml.h:22 -#: hacks/config/morph3d.xml.h:6 hacks/config/mountain.xml.h:7 -#: hacks/config/munch.xml.h:7 hacks/config/nerverot.xml.h:20 -#: hacks/config/penetrate.xml.h:6 hacks/config/penrose.xml.h:11 -#: hacks/config/petri.xml.h:23 hacks/config/phosphor.xml.h:6 +#: hacks/config/menger.xml.h:16 hacks/config/metaballs.xml.h:13 +#: hacks/config/moebius.xml.h:7 hacks/config/moire2.xml.h:6 +#: hacks/config/molecule.xml.h:22 hacks/config/morph3d.xml.h:6 +#: hacks/config/mountain.xml.h:7 hacks/config/munch.xml.h:7 +#: hacks/config/nerverot.xml.h:20 hacks/config/penetrate.xml.h:6 +#: hacks/config/penrose.xml.h:11 hacks/config/petri.xml.h:23 +#: hacks/config/phosphor.xml.h:6 hacks/config/piecewise.xml.h:9 #: hacks/config/pipes.xml.h:15 hacks/config/polyominoes.xml.h:10 -#: hacks/config/pulsar.xml.h:15 hacks/config/pyro.xml.h:13 -#: hacks/config/qix.xml.h:19 hacks/config/queens.xml.h:4 -#: hacks/config/rd-bomb.xml.h:17 hacks/config/ripples.xml.h:11 -#: hacks/config/rocks.xml.h:9 hacks/config/rotor.xml.h:11 -#: hacks/config/rubik.xml.h:9 hacks/config/sballs.xml.h:13 -#: hacks/config/shadebobs.xml.h:9 hacks/config/sierpinski.xml.h:7 -#: hacks/config/sierpinski3d.xml.h:8 hacks/config/slidescreen.xml.h:6 -#: hacks/config/slip.xml.h:7 hacks/config/speedmine.xml.h:13 -#: hacks/config/sphere.xml.h:5 hacks/config/spheremonics.xml.h:19 -#: hacks/config/spiral.xml.h:9 hacks/config/spotlight.xml.h:4 -#: hacks/config/sproingies.xml.h:6 hacks/config/squiral.xml.h:14 -#: hacks/config/stairs.xml.h:3 hacks/config/starfish.xml.h:8 -#: hacks/config/starwars.xml.h:12 hacks/config/strange.xml.h:7 -#: hacks/config/superquadrics.xml.h:7 hacks/config/swirl.xml.h:6 -#: hacks/config/t3d.xml.h:11 hacks/config/thornbird.xml.h:7 -#: hacks/config/triangle.xml.h:5 hacks/config/truchet.xml.h:2 -#: hacks/config/twang.xml.h:9 hacks/config/vines.xml.h:4 -#: hacks/config/webcollage.xml.h:7 hacks/config/worm.xml.h:7 -#: hacks/config/xearth.xml.h:22 hacks/config/xfishtank.xml.h:10 -#: hacks/config/xflame.xml.h:5 hacks/config/xjack.xml.h:2 -#: hacks/config/xmatrix.xml.h:14 hacks/config/xmountains.xml.h:4 -#: hacks/config/xrayswarm.xml.h:3 hacks/config/zoom.xml.h:6 +#: hacks/config/popsquares.xml.h:5 hacks/config/pulsar.xml.h:15 +#: hacks/config/pyro.xml.h:13 hacks/config/qix.xml.h:19 +#: hacks/config/queens.xml.h:4 hacks/config/rd-bomb.xml.h:17 +#: hacks/config/ripples.xml.h:11 hacks/config/rocks.xml.h:9 +#: hacks/config/rotor.xml.h:11 hacks/config/rubik.xml.h:9 +#: hacks/config/sballs.xml.h:13 hacks/config/shadebobs.xml.h:9 +#: hacks/config/sierpinski.xml.h:7 hacks/config/sierpinski3d.xml.h:8 +#: hacks/config/slidescreen.xml.h:6 hacks/config/slip.xml.h:7 +#: hacks/config/speedmine.xml.h:13 hacks/config/sphere.xml.h:5 +#: hacks/config/spheremonics.xml.h:19 hacks/config/spiral.xml.h:9 +#: hacks/config/spotlight.xml.h:4 hacks/config/sproingies.xml.h:6 +#: hacks/config/squiral.xml.h:14 hacks/config/stairs.xml.h:3 +#: hacks/config/starfish.xml.h:8 hacks/config/starwars.xml.h:12 +#: hacks/config/strange.xml.h:7 hacks/config/superquadrics.xml.h:8 +#: hacks/config/swirl.xml.h:6 hacks/config/t3d.xml.h:11 +#: hacks/config/thornbird.xml.h:7 hacks/config/triangle.xml.h:5 +#: hacks/config/truchet.xml.h:2 hacks/config/twang.xml.h:9 +#: hacks/config/vines.xml.h:4 hacks/config/webcollage.xml.h:7 +#: hacks/config/worm.xml.h:7 hacks/config/xearth.xml.h:22 +#: hacks/config/xfishtank.xml.h:10 hacks/config/xflame.xml.h:5 +#: hacks/config/xjack.xml.h:2 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xmountains.xml.h:4 hacks/config/xrayswarm.xml.h:3 +#: hacks/config/zoom.xml.h:6 msgid "Slow" msgstr "" -#: hacks/config/anemone.xml.h:8 hacks/config/ant.xml.h:16 +#: hacks/config/anemone.xml.h:10 hacks/config/ant.xml.h:17 #: hacks/config/apollonian.xml.h:12 hacks/config/attraction.xml.h:28 -#: hacks/config/blaster.xml.h:9 hacks/config/bouboule.xml.h:9 -#: hacks/config/braid.xml.h:12 hacks/config/bubble3d.xml.h:6 -#: hacks/config/bubbles.xml.h:11 hacks/config/bumps.xml.h:5 -#: hacks/config/cage.xml.h:6 hacks/config/circuit.xml.h:11 +#: hacks/config/atunnel.xml.h:7 hacks/config/barcode.xml.h:7 +#: hacks/config/blaster.xml.h:9 hacks/config/blocktube.xml.h:11 +#: hacks/config/bouboule.xml.h:9 hacks/config/braid.xml.h:12 +#: hacks/config/bubble3d.xml.h:6 hacks/config/bubbles.xml.h:11 +#: hacks/config/bumps.xml.h:5 hacks/config/cage.xml.h:6 +#: hacks/config/circuit.xml.h:11 hacks/config/cloudlife.xml.h:13 #: hacks/config/compass.xml.h:5 hacks/config/coral.xml.h:14 #: hacks/config/critical.xml.h:7 hacks/config/crystal.xml.h:12 #: hacks/config/cubenetic.xml.h:24 hacks/config/cynosure.xml.h:10 @@ -1089,12 +1174,13 @@ msgstr "" #: hacks/config/deluxe.xml.h:9 hacks/config/demon.xml.h:10 #: hacks/config/discrete.xml.h:9 hacks/config/distort.xml.h:13 #: hacks/config/drift.xml.h:13 hacks/config/endgame.xml.h:6 -#: hacks/config/engine.xml.h:6 hacks/config/epicycle.xml.h:11 -#: hacks/config/euler2d.xml.h:15 hacks/config/extrusion.xml.h:13 -#: hacks/config/fadeplot.xml.h:10 hacks/config/flag.xml.h:9 -#: hacks/config/flame.xml.h:15 hacks/config/flipscreen3d.xml.h:7 -#: hacks/config/flow.xml.h:16 hacks/config/fluidballs.xml.h:20 -#: hacks/config/forest.xml.h:6 hacks/config/galaxy.xml.h:11 +#: hacks/config/engine.xml.h:16 hacks/config/epicycle.xml.h:11 +#: hacks/config/eruption.xml.h:20 hacks/config/euler2d.xml.h:15 +#: hacks/config/extrusion.xml.h:13 hacks/config/fadeplot.xml.h:10 +#: hacks/config/flag.xml.h:9 hacks/config/flame.xml.h:15 +#: hacks/config/flipscreen3d.xml.h:7 hacks/config/flow.xml.h:16 +#: hacks/config/fluidballs.xml.h:20 hacks/config/forest.xml.h:6 +#: hacks/config/galaxy.xml.h:11 hacks/config/glblur.xml.h:17 #: hacks/config/glforestfire.xml.h:15 hacks/config/glplanet.xml.h:8 #: hacks/config/gltext.xml.h:15 hacks/config/goop.xml.h:11 #: hacks/config/grav.xml.h:9 hacks/config/greynetic.xml.h:4 @@ -1102,18 +1188,20 @@ msgstr "" #: hacks/config/hyperball.xml.h:9 hacks/config/hypercube.xml.h:8 #: hacks/config/ifs.xml.h:6 hacks/config/jigsaw.xml.h:7 #: hacks/config/juggle.xml.h:8 hacks/config/julia.xml.h:10 -#: hacks/config/kaleidescope.xml.h:8 hacks/config/kumppa.xml.h:9 -#: hacks/config/lament.xml.h:7 hacks/config/laser.xml.h:11 -#: hacks/config/lavalite.xml.h:29 hacks/config/lightning.xml.h:6 -#: hacks/config/lisa.xml.h:9 hacks/config/lissie.xml.h:11 -#: hacks/config/lmorph.xml.h:12 hacks/config/loop.xml.h:9 -#: hacks/config/menger.xml.h:18 hacks/config/moebius.xml.h:10 +#: hacks/config/kaleidescope.xml.h:8 hacks/config/klein.xml.h:8 +#: hacks/config/kumppa.xml.h:9 hacks/config/lament.xml.h:7 +#: hacks/config/laser.xml.h:11 hacks/config/lavalite.xml.h:30 +#: hacks/config/lightning.xml.h:6 hacks/config/lisa.xml.h:9 +#: hacks/config/lissie.xml.h:11 hacks/config/lmorph.xml.h:12 +#: hacks/config/loop.xml.h:9 hacks/config/menger.xml.h:18 +#: hacks/config/metaballs.xml.h:15 hacks/config/moebius.xml.h:10 #: hacks/config/moire2.xml.h:7 hacks/config/molecule.xml.h:24 #: hacks/config/morph3d.xml.h:7 hacks/config/mountain.xml.h:8 #: hacks/config/munch.xml.h:9 hacks/config/nerverot.xml.h:22 #: hacks/config/penrose.xml.h:12 hacks/config/petri.xml.h:25 -#: hacks/config/phosphor.xml.h:7 hacks/config/pipes.xml.h:16 -#: hacks/config/polyominoes.xml.h:11 hacks/config/pulsar.xml.h:17 +#: hacks/config/phosphor.xml.h:7 hacks/config/piecewise.xml.h:11 +#: hacks/config/pipes.xml.h:16 hacks/config/polyominoes.xml.h:11 +#: hacks/config/popsquares.xml.h:6 hacks/config/pulsar.xml.h:17 #: hacks/config/qix.xml.h:22 hacks/config/queens.xml.h:6 #: hacks/config/rotor.xml.h:12 hacks/config/rubik.xml.h:11 #: hacks/config/sballs.xml.h:14 hacks/config/shadebobs.xml.h:10 @@ -1124,40 +1212,46 @@ msgstr "" #: hacks/config/spotlight.xml.h:5 hacks/config/sproingies.xml.h:8 #: hacks/config/squiral.xml.h:16 hacks/config/stairs.xml.h:5 #: hacks/config/starfish.xml.h:9 hacks/config/strange.xml.h:8 -#: hacks/config/superquadrics.xml.h:9 hacks/config/swirl.xml.h:7 +#: hacks/config/superquadrics.xml.h:10 hacks/config/swirl.xml.h:7 #: hacks/config/t3d.xml.h:13 hacks/config/thornbird.xml.h:8 #: hacks/config/triangle.xml.h:6 hacks/config/truchet.xml.h:3 #: hacks/config/twang.xml.h:10 hacks/config/vines.xml.h:5 -#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:4 +#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:13 #: hacks/config/worm.xml.h:8 hacks/config/xearth.xml.h:25 #: hacks/config/xflame.xml.h:6 hacks/config/xjack.xml.h:3 -#: hacks/config/xmatrix.xml.h:17 hacks/config/xmountains.xml.h:5 +#: hacks/config/xmatrix.xml.h:18 hacks/config/xmountains.xml.h:5 #: hacks/config/xrayswarm.xml.h:4 hacks/config/zoom.xml.h:7 msgid "Speed" msgstr "" -#: hacks/config/anemone.xml.h:9 +#: hacks/config/anemone.xml.h:11 msgid "Tentacles" msgstr "" -#: hacks/config/anemone.xml.h:10 hacks/config/deluxe.xml.h:10 +#: hacks/config/anemone.xml.h:12 hacks/config/cubestorm.xml.h:11 +#: hacks/config/deluxe.xml.h:10 hacks/config/glknots.xml.h:19 #: hacks/config/lmorph.xml.h:13 hacks/config/starfish.xml.h:11 #: hacks/config/thornbird.xml.h:9 msgid "Thick" msgstr "" -#: hacks/config/anemone.xml.h:11 hacks/config/moire2.xml.h:8 -#: hacks/config/thornbird.xml.h:10 +#: hacks/config/anemone.xml.h:13 hacks/config/glknots.xml.h:20 +#: hacks/config/moire2.xml.h:8 hacks/config/thornbird.xml.h:10 msgid "Thickness" msgstr "" -#: hacks/config/anemone.xml.h:12 hacks/config/deluxe.xml.h:11 +#: hacks/config/anemone.xml.h:14 hacks/config/cubestorm.xml.h:12 +#: hacks/config/deluxe.xml.h:11 hacks/config/glknots.xml.h:21 #: hacks/config/lmorph.xml.h:14 hacks/config/starfish.xml.h:12 #: hacks/config/thornbird.xml.h:11 msgid "Thin" msgstr "" -#: hacks/config/anemone.xml.h:13 hacks/config/ant.xml.h:21 +#: hacks/config/anemone.xml.h:15 +msgid "Turn speed" +msgstr "" + +#: hacks/config/anemone.xml.h:16 hacks/config/ant.xml.h:22 #: hacks/config/apollonian.xml.h:13 hacks/config/attraction.xml.h:32 #: hacks/config/bouboule.xml.h:11 hacks/config/braid.xml.h:13 #: hacks/config/critical.xml.h:8 hacks/config/crystal.xml.h:13 @@ -1174,25 +1268,30 @@ msgstr "" #: hacks/config/julia.xml.h:12 hacks/config/laser.xml.h:12 #: hacks/config/lightning.xml.h:8 hacks/config/lisa.xml.h:12 #: hacks/config/lissie.xml.h:13 hacks/config/loop.xml.h:12 -#: hacks/config/moire.xml.h:11 hacks/config/moire2.xml.h:9 -#: hacks/config/mountain.xml.h:9 hacks/config/nerverot.xml.h:23 -#: hacks/config/penrose.xml.h:13 hacks/config/polyominoes.xml.h:12 -#: hacks/config/rd-bomb.xml.h:20 hacks/config/rocks.xml.h:12 -#: hacks/config/rotor.xml.h:13 hacks/config/shadebobs.xml.h:12 -#: hacks/config/sierpinski.xml.h:12 hacks/config/slip.xml.h:12 -#: hacks/config/sphere.xml.h:8 hacks/config/spiral.xml.h:12 -#: hacks/config/squiral.xml.h:18 hacks/config/starfish.xml.h:14 -#: hacks/config/strange.xml.h:11 hacks/config/swirl.xml.h:9 -#: hacks/config/thornbird.xml.h:13 hacks/config/triangle.xml.h:8 -#: hacks/config/vines.xml.h:7 hacks/config/worm.xml.h:9 -#: hacks/config/xearth.xml.h:28 hacks/config/xfishtank.xml.h:11 +#: hacks/config/metaballs.xml.h:16 hacks/config/moire.xml.h:11 +#: hacks/config/moire2.xml.h:9 hacks/config/mountain.xml.h:9 +#: hacks/config/nerverot.xml.h:23 hacks/config/penrose.xml.h:13 +#: hacks/config/polyominoes.xml.h:12 hacks/config/rd-bomb.xml.h:20 +#: hacks/config/rocks.xml.h:12 hacks/config/rotor.xml.h:13 +#: hacks/config/shadebobs.xml.h:12 hacks/config/sierpinski.xml.h:12 +#: hacks/config/slip.xml.h:12 hacks/config/sphere.xml.h:8 +#: hacks/config/spiral.xml.h:12 hacks/config/squiral.xml.h:18 +#: hacks/config/starfish.xml.h:14 hacks/config/strange.xml.h:11 +#: hacks/config/swirl.xml.h:9 hacks/config/thornbird.xml.h:13 +#: hacks/config/triangle.xml.h:8 hacks/config/vines.xml.h:7 +#: hacks/config/worm.xml.h:9 hacks/config/xearth.xml.h:28 +#: hacks/config/xfishtank.xml.h:11 msgid "Two" msgstr "" -#: hacks/config/anemone.xml.h:14 +#: hacks/config/anemone.xml.h:17 msgid "Wiggling tentacles. By Gabriel Finch." msgstr "" +#: hacks/config/anemone.xml.h:18 +msgid "Withdraw freqency" +msgstr "" + #: hacks/config/ant.xml.h:1 msgid "" "A cellular automaton that is really a two-dimensional Turing machine: as the " @@ -1213,59 +1312,66 @@ msgstr "" msgid "Ants Count" msgstr "" -#: hacks/config/ant.xml.h:6 +#: hacks/config/ant.xml.h:5 +msgid "Draw Eyes" +msgstr "" + +#: hacks/config/ant.xml.h:7 msgid "Four Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:7 hacks/config/attraction.xml.h:13 -#: hacks/config/cubenetic.xml.h:11 hacks/config/demon.xml.h:5 -#: hacks/config/discrete.xml.h:3 hacks/config/distort.xml.h:5 -#: hacks/config/fadeplot.xml.h:5 hacks/config/flag.xml.h:4 -#: hacks/config/flow.xml.h:7 hacks/config/fluidballs.xml.h:12 +#: hacks/config/ant.xml.h:8 hacks/config/attraction.xml.h:13 +#: hacks/config/cloudlife.xml.h:7 hacks/config/cubenetic.xml.h:11 +#: hacks/config/demon.xml.h:5 hacks/config/discrete.xml.h:3 +#: hacks/config/distort.xml.h:5 hacks/config/fadeplot.xml.h:5 +#: hacks/config/flag.xml.h:4 hacks/config/flow.xml.h:7 +#: hacks/config/fluidballs.xml.h:12 hacks/config/halftone.xml.h:8 #: hacks/config/hopalong.xml.h:13 hacks/config/interference.xml.h:8 #: hacks/config/julia.xml.h:5 hacks/config/lissie.xml.h:4 #: hacks/config/loop.xml.h:2 hacks/config/moire.xml.h:4 -#: hacks/config/rd-bomb.xml.h:11 hacks/config/rorschach.xml.h:5 -#: hacks/config/rubik.xml.h:4 hacks/config/sierpinski.xml.h:3 -#: hacks/config/slip.xml.h:3 +#: hacks/config/piecewise.xml.h:5 hacks/config/rd-bomb.xml.h:11 +#: hacks/config/rorschach.xml.h:5 hacks/config/rubik.xml.h:4 +#: hacks/config/sierpinski.xml.h:3 hacks/config/slip.xml.h:3 msgid "Large" msgstr "" -#: hacks/config/ant.xml.h:9 +#: hacks/config/ant.xml.h:10 msgid "Nine Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:11 +#: hacks/config/ant.xml.h:12 msgid "Random Cell Shape" msgstr "" -#: hacks/config/ant.xml.h:12 hacks/config/speedmine.xml.h:11 +#: hacks/config/ant.xml.h:13 hacks/config/speedmine.xml.h:11 msgid "Sharp Turns" msgstr "" -#: hacks/config/ant.xml.h:13 +#: hacks/config/ant.xml.h:14 msgid "Six Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:15 hacks/config/attraction.xml.h:27 -#: hacks/config/cubenetic.xml.h:23 hacks/config/demon.xml.h:9 -#: hacks/config/discrete.xml.h:8 hacks/config/distort.xml.h:12 -#: hacks/config/fadeplot.xml.h:9 hacks/config/flag.xml.h:8 -#: hacks/config/flow.xml.h:15 hacks/config/fluidballs.xml.h:19 +#: hacks/config/ant.xml.h:16 hacks/config/attraction.xml.h:27 +#: hacks/config/cloudlife.xml.h:12 hacks/config/cubenetic.xml.h:23 +#: hacks/config/demon.xml.h:9 hacks/config/discrete.xml.h:8 +#: hacks/config/distort.xml.h:12 hacks/config/fadeplot.xml.h:9 +#: hacks/config/flag.xml.h:8 hacks/config/flow.xml.h:15 +#: hacks/config/fluidballs.xml.h:19 hacks/config/halftone.xml.h:14 #: hacks/config/hopalong.xml.h:22 hacks/config/interference.xml.h:15 #: hacks/config/julia.xml.h:9 hacks/config/lissie.xml.h:10 -#: hacks/config/loop.xml.h:8 hacks/config/moire.xml.h:9 +#: hacks/config/loop.xml.h:8 hacks/config/metaballs.xml.h:14 +#: hacks/config/moire.xml.h:9 hacks/config/piecewise.xml.h:10 #: hacks/config/rd-bomb.xml.h:18 hacks/config/rorschach.xml.h:8 #: hacks/config/rubik.xml.h:10 hacks/config/sierpinski.xml.h:8 #: hacks/config/slip.xml.h:8 msgid "Small" msgstr "" -#: hacks/config/ant.xml.h:17 +#: hacks/config/ant.xml.h:18 msgid "Three Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:18 hacks/config/demon.xml.h:12 +#: hacks/config/ant.xml.h:19 hacks/config/demon.xml.h:12 #: hacks/config/discrete.xml.h:10 hacks/config/fadeplot.xml.h:11 #: hacks/config/flag.xml.h:12 hacks/config/flow.xml.h:17 #: hacks/config/lissie.xml.h:12 hacks/config/loop.xml.h:11 @@ -1274,11 +1380,11 @@ msgstr "" msgid "Timeout" msgstr "" -#: hacks/config/ant.xml.h:19 +#: hacks/config/ant.xml.h:20 msgid "Truchet Lines" msgstr "" -#: hacks/config/ant.xml.h:20 +#: hacks/config/ant.xml.h:21 msgid "Twelve Sided Cells" msgstr "" @@ -1348,23 +1454,30 @@ msgstr "" msgid "Shimmering Water" msgstr "" -#: hacks/config/atlantis.xml.h:11 hacks/config/boxed.xml.h:5 +#: hacks/config/atlantis.xml.h:11 hacks/config/atunnel.xml.h:5 +#: hacks/config/blocktube.xml.h:8 hacks/config/boxed.xml.h:5 #: hacks/config/bubble3d.xml.h:4 hacks/config/cage.xml.h:3 #: hacks/config/circuit.xml.h:9 hacks/config/cubenetic.xml.h:21 -#: hacks/config/dangerball.xml.h:4 hacks/config/endgame.xml.h:4 -#: hacks/config/engine.xml.h:4 hacks/config/extrusion.xml.h:10 -#: hacks/config/flipscreen3d.xml.h:5 hacks/config/fluidballs.xml.h:17 -#: hacks/config/gears.xml.h:6 hacks/config/gflux.xml.h:11 -#: hacks/config/glforestfire.xml.h:13 hacks/config/glplanet.xml.h:5 -#: hacks/config/glsnake.xml.h:10 hacks/config/gltext.xml.h:12 -#: hacks/config/lament.xml.h:5 hacks/config/menger.xml.h:15 -#: hacks/config/moebius.xml.h:6 hacks/config/molecule.xml.h:21 -#: hacks/config/morph3d.xml.h:5 hacks/config/pipes.xml.h:14 -#: hacks/config/pulsar.xml.h:14 hacks/config/queens.xml.h:3 -#: hacks/config/rubik.xml.h:6 hacks/config/sballs.xml.h:12 -#: hacks/config/sierpinski3d.xml.h:6 hacks/config/spheremonics.xml.h:18 -#: hacks/config/sproingies.xml.h:4 hacks/config/stairs.xml.h:2 -#: hacks/config/starwars.xml.h:11 hacks/config/superquadrics.xml.h:6 +#: hacks/config/cubestorm.xml.h:7 hacks/config/dangerball.xml.h:4 +#: hacks/config/endgame.xml.h:4 hacks/config/engine.xml.h:14 +#: hacks/config/extrusion.xml.h:10 hacks/config/flipscreen3d.xml.h:5 +#: hacks/config/fluidballs.xml.h:17 hacks/config/flurry.xml.h:9 +#: hacks/config/flyingtoasters.xml.h:10 hacks/config/gears.xml.h:6 +#: hacks/config/gflux.xml.h:11 hacks/config/glblur.xml.h:13 +#: hacks/config/glforestfire.xml.h:13 hacks/config/glknots.xml.h:16 +#: hacks/config/glmatrix.xml.h:17 hacks/config/glplanet.xml.h:5 +#: hacks/config/glslideshow.xml.h:18 hacks/config/glsnake.xml.h:10 +#: hacks/config/gltext.xml.h:12 hacks/config/hypertorus.xml.h:12 +#: hacks/config/jigglypuff.xml.h:15 hacks/config/klein.xml.h:6 +#: hacks/config/lament.xml.h:5 hacks/config/lavalite.xml.h:26 +#: hacks/config/menger.xml.h:15 hacks/config/moebius.xml.h:6 +#: hacks/config/molecule.xml.h:21 hacks/config/morph3d.xml.h:5 +#: hacks/config/pipes.xml.h:14 hacks/config/pulsar.xml.h:14 +#: hacks/config/queens.xml.h:3 hacks/config/rubik.xml.h:6 +#: hacks/config/sballs.xml.h:12 hacks/config/sierpinski3d.xml.h:6 +#: hacks/config/spheremonics.xml.h:18 hacks/config/sproingies.xml.h:4 +#: hacks/config/stairs.xml.h:2 hacks/config/starwars.xml.h:11 +#: hacks/config/superquadrics.xml.h:7 msgid "Show Frames-per-Second" msgstr "" @@ -1374,13 +1487,14 @@ msgstr "" #: hacks/config/atlantis.xml.h:14 hacks/config/boxed.xml.h:7 #: hacks/config/cage.xml.h:5 hacks/config/extrusion.xml.h:12 -#: hacks/config/gears.xml.h:8 hacks/config/glplanet.xml.h:7 -#: hacks/config/glsnake.xml.h:13 hacks/config/gltext.xml.h:14 -#: hacks/config/menger.xml.h:17 hacks/config/molecule.xml.h:23 -#: hacks/config/munch.xml.h:8 hacks/config/sierpinski3d.xml.h:9 -#: hacks/config/speedmine.xml.h:14 hacks/config/spheremonics.xml.h:21 -#: hacks/config/sproingies.xml.h:7 hacks/config/stairs.xml.h:4 -#: hacks/config/stonerview.xml.h:2 hacks/config/superquadrics.xml.h:8 +#: hacks/config/gears.xml.h:8 hacks/config/glblur.xml.h:15 +#: hacks/config/glplanet.xml.h:7 hacks/config/glsnake.xml.h:13 +#: hacks/config/gltext.xml.h:14 hacks/config/menger.xml.h:17 +#: hacks/config/molecule.xml.h:23 hacks/config/munch.xml.h:8 +#: hacks/config/sierpinski3d.xml.h:9 hacks/config/speedmine.xml.h:14 +#: hacks/config/spheremonics.xml.h:21 hacks/config/sproingies.xml.h:7 +#: hacks/config/stairs.xml.h:4 hacks/config/stonerview.xml.h:2 +#: hacks/config/superquadrics.xml.h:9 msgid "Solid" msgstr "" @@ -1395,18 +1509,22 @@ msgstr "" msgid "Whale Speed" msgstr "" -#: hacks/config/atlantis.xml.h:17 hacks/config/boxed.xml.h:8 -#: hacks/config/cage.xml.h:8 hacks/config/dangerball.xml.h:11 -#: hacks/config/extrusion.xml.h:19 hacks/config/gears.xml.h:11 -#: hacks/config/glforestfire.xml.h:20 hacks/config/glplanet.xml.h:11 +#: hacks/config/atlantis.xml.h:17 hacks/config/atunnel.xml.h:10 +#: hacks/config/blocktube.xml.h:13 hacks/config/boxed.xml.h:8 +#: hacks/config/cage.xml.h:8 hacks/config/cubestorm.xml.h:14 +#: hacks/config/dangerball.xml.h:11 hacks/config/extrusion.xml.h:19 +#: hacks/config/flyingtoasters.xml.h:14 hacks/config/gears.xml.h:11 +#: hacks/config/glblur.xml.h:20 hacks/config/glforestfire.xml.h:20 +#: hacks/config/glknots.xml.h:23 hacks/config/glplanet.xml.h:11 #: hacks/config/glsnake.xml.h:16 hacks/config/gltext.xml.h:18 -#: hacks/config/lament.xml.h:9 hacks/config/lavalite.xml.h:31 -#: hacks/config/menger.xml.h:21 hacks/config/moebius.xml.h:11 -#: hacks/config/molecule.xml.h:26 hacks/config/pulsar.xml.h:20 -#: hacks/config/sballs.xml.h:18 hacks/config/sierpinski3d.xml.h:12 -#: hacks/config/speedmine.xml.h:18 hacks/config/spheremonics.xml.h:26 -#: hacks/config/sproingies.xml.h:10 hacks/config/stairs.xml.h:7 -#: hacks/config/stonerview.xml.h:4 hacks/config/superquadrics.xml.h:11 +#: hacks/config/jigglypuff.xml.h:25 hacks/config/lament.xml.h:9 +#: hacks/config/lavalite.xml.h:32 hacks/config/menger.xml.h:21 +#: hacks/config/moebius.xml.h:11 hacks/config/molecule.xml.h:26 +#: hacks/config/pulsar.xml.h:20 hacks/config/sballs.xml.h:18 +#: hacks/config/sierpinski3d.xml.h:12 hacks/config/speedmine.xml.h:18 +#: hacks/config/spheremonics.xml.h:26 hacks/config/sproingies.xml.h:10 +#: hacks/config/stairs.xml.h:7 hacks/config/stonerview.xml.h:4 +#: hacks/config/superquadrics.xml.h:12 msgid "Wireframe" msgstr "" @@ -1422,7 +1540,7 @@ msgstr "" msgid "Ball Mass" msgstr "" -#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:2 +#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:3 msgid "Balls" msgstr "" @@ -1445,16 +1563,18 @@ msgid "Filled Splines" msgstr "" #: hacks/config/attraction.xml.h:10 hacks/config/ccurve.xml.h:9 -#: hacks/config/cubenetic.xml.h:10 hacks/config/euler2d.xml.h:5 -#: hacks/config/flame.xml.h:9 hacks/config/goop.xml.h:6 -#: hacks/config/hopalong.xml.h:10 hacks/config/hyperball.xml.h:3 -#: hacks/config/hypercube.xml.h:3 hacks/config/interference.xml.h:6 +#: hacks/config/cloudlife.xml.h:5 hacks/config/cubenetic.xml.h:10 +#: hacks/config/euler2d.xml.h:5 hacks/config/flame.xml.h:9 +#: hacks/config/glslideshow.xml.h:13 hacks/config/goop.xml.h:6 +#: hacks/config/halftone.xml.h:7 hacks/config/hopalong.xml.h:10 +#: hacks/config/hyperball.xml.h:3 hacks/config/hypercube.xml.h:3 +#: hacks/config/interference.xml.h:6 hacks/config/jigglypuff.xml.h:8 #: hacks/config/kumppa.xml.h:4 hacks/config/lavalite.xml.h:12 #: hacks/config/nerverot.xml.h:11 hacks/config/petri.xml.h:8 #: hacks/config/pyro.xml.h:5 hacks/config/qix.xml.h:10 #: hacks/config/speedmine.xml.h:5 hacks/config/spheremonics.xml.h:6 #: hacks/config/spiral.xml.h:4 hacks/config/squiral.xml.h:6 -#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:4 +#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:5 #: hacks/config/t3d.xml.h:7 hacks/config/twang.xml.h:5 #: hacks/config/wander.xml.h:8 msgid "High" @@ -1484,15 +1604,17 @@ msgstr "" #: hacks/config/attraction.xml.h:15 hacks/config/deluxe.xml.h:5 #: hacks/config/lmorph.xml.h:7 hacks/config/pedal.xml.h:5 -#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:3 +#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:10 msgid "Lines" msgstr "" -#: hacks/config/attraction.xml.h:16 hacks/config/braid.xml.h:6 -#: hacks/config/cynosure.xml.h:5 hacks/config/drift.xml.h:8 +#: hacks/config/attraction.xml.h:16 hacks/config/blocktube.xml.h:5 +#: hacks/config/braid.xml.h:6 hacks/config/cynosure.xml.h:5 +#: hacks/config/drift.xml.h:8 hacks/config/eruption.xml.h:11 #: hacks/config/euler2d.xml.h:6 hacks/config/galaxy.xml.h:5 -#: hacks/config/juggle.xml.h:5 hacks/config/laser.xml.h:5 -#: hacks/config/menger.xml.h:4 hacks/config/munch.xml.h:4 +#: hacks/config/juggle.xml.h:5 hacks/config/klein.xml.h:4 +#: hacks/config/laser.xml.h:5 hacks/config/menger.xml.h:4 +#: hacks/config/metaballs.xml.h:5 hacks/config/munch.xml.h:4 #: hacks/config/nerverot.xml.h:13 hacks/config/petri.xml.h:9 #: hacks/config/polyominoes.xml.h:4 hacks/config/rotor.xml.h:5 #: hacks/config/shadebobs.xml.h:4 hacks/config/sierpinski3d.xml.h:3 @@ -1502,16 +1624,18 @@ msgid "Long" msgstr "" #: hacks/config/attraction.xml.h:17 hacks/config/ccurve.xml.h:10 -#: hacks/config/cubenetic.xml.h:12 hacks/config/euler2d.xml.h:7 -#: hacks/config/flame.xml.h:10 hacks/config/goop.xml.h:7 -#: hacks/config/hopalong.xml.h:14 hacks/config/hyperball.xml.h:6 -#: hacks/config/hypercube.xml.h:5 hacks/config/interference.xml.h:9 +#: hacks/config/cloudlife.xml.h:8 hacks/config/cubenetic.xml.h:12 +#: hacks/config/euler2d.xml.h:7 hacks/config/flame.xml.h:10 +#: hacks/config/glslideshow.xml.h:15 hacks/config/goop.xml.h:7 +#: hacks/config/halftone.xml.h:9 hacks/config/hopalong.xml.h:14 +#: hacks/config/hyperball.xml.h:6 hacks/config/hypercube.xml.h:5 +#: hacks/config/interference.xml.h:9 hacks/config/jigglypuff.xml.h:11 #: hacks/config/kumppa.xml.h:6 hacks/config/lavalite.xml.h:14 #: hacks/config/nerverot.xml.h:14 hacks/config/petri.xml.h:10 #: hacks/config/pyro.xml.h:7 hacks/config/qix.xml.h:13 #: hacks/config/speedmine.xml.h:6 hacks/config/spheremonics.xml.h:8 #: hacks/config/spiral.xml.h:5 hacks/config/squiral.xml.h:8 -#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:5 +#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:6 #: hacks/config/t3d.xml.h:8 hacks/config/twang.xml.h:7 #: hacks/config/wander.xml.h:11 msgid "Low" @@ -1537,10 +1661,12 @@ msgstr "" msgid "Repulsion Threshold" msgstr "" -#: hacks/config/attraction.xml.h:25 hacks/config/braid.xml.h:10 -#: hacks/config/cynosure.xml.h:8 hacks/config/drift.xml.h:11 +#: hacks/config/attraction.xml.h:25 hacks/config/blocktube.xml.h:7 +#: hacks/config/braid.xml.h:10 hacks/config/cynosure.xml.h:8 +#: hacks/config/drift.xml.h:11 hacks/config/eruption.xml.h:18 #: hacks/config/euler2d.xml.h:12 hacks/config/galaxy.xml.h:8 -#: hacks/config/laser.xml.h:9 hacks/config/menger.xml.h:14 +#: hacks/config/klein.xml.h:5 hacks/config/laser.xml.h:9 +#: hacks/config/menger.xml.h:14 hacks/config/metaballs.xml.h:12 #: hacks/config/munch.xml.h:6 hacks/config/nerverot.xml.h:19 #: hacks/config/petri.xml.h:22 hacks/config/polyominoes.xml.h:9 #: hacks/config/rotor.xml.h:9 hacks/config/shadebobs.xml.h:8 @@ -1562,6 +1688,54 @@ msgstr "" msgid "Trail Length" msgstr "" +#: hacks/config/atunnel.xml.h:1 +msgid "Atunnel" +msgstr "" + +#: hacks/config/atunnel.xml.h:2 +msgid "" +"Draws an animation of a textured tunnel in GL. Requires OpenGL, and a " +"machine with fast hardware support for texture maps. Written by Eric " +"Lassauge and Roman Podobedov." +msgstr "" + +#: hacks/config/atunnel.xml.h:4 hacks/config/distort.xml.h:9 +#: hacks/config/glforestfire.xml.h:10 hacks/config/lament.xml.h:4 +#: hacks/config/sballs.xml.h:6 +msgid "Normal" +msgstr "" + +#: hacks/config/atunnel.xml.h:8 hacks/config/glforestfire.xml.h:18 +#: hacks/config/lament.xml.h:8 hacks/config/sballs.xml.h:17 +msgid "Untextured" +msgstr "" + +#: hacks/config/atunnel.xml.h:9 +msgid "Use light" +msgstr "" + +#: hacks/config/barcode.xml.h:1 +msgid "Barcode" +msgstr "" + +#: hacks/config/barcode.xml.h:2 +msgid "Barcode Clock (24 Hour)" +msgstr "" + +#: hacks/config/barcode.xml.h:3 +msgid "Barcode Clock (AM/PM)" +msgstr "" + +#: hacks/config/barcode.xml.h:5 +msgid "Scrolling Barcodes" +msgstr "" + +#: hacks/config/barcode.xml.h:8 +msgid "" +"This draws a random sequence of colorful barcodes scrolling across your " +"screen. CONSUME! By Dan Bornstein." +msgstr "" + #: hacks/config/blaster.xml.h:1 msgid "Blaster" msgstr "" @@ -1618,6 +1792,32 @@ msgid "" "image and rotate that." msgstr "" +#: hacks/config/blocktube.xml.h:1 +msgid "BlockTube" +msgstr "" + +#: hacks/config/blocktube.xml.h:2 +msgid "Color Change Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:3 +msgid "Color Hold Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:6 +msgid "Reflective Blocks" +msgstr "" + +#: hacks/config/blocktube.xml.h:10 +msgid "Solid Blocks" +msgstr "" + +#: hacks/config/blocktube.xml.h:12 +msgid "" +"This hack draws a swirling, falling tunnel of reflective slabs. They fade " +"from hue to hue. Written by Lars R. Damerow." +msgstr "" + #: hacks/config/bouboule.xml.h:1 msgid "Bouboule" msgstr "" @@ -1636,13 +1836,48 @@ msgid "" "spots painted on its invisible surface. Written by Jeremie Petit." msgstr "" -#: hacks/config/boxed.xml.h:1 hacks/config/gears.xml.h:1 -#: hacks/config/gflux.xml.h:1 hacks/config/pyro.xml.h:1 +#: hacks/config/bouncingcow.xml.h:1 +msgid "A Cow. A Trampoline. Together, they fight crime. By Jamie Zawinski." +msgstr "" + +#: hacks/config/bouncingcow.xml.h:2 hacks/config/boxed.xml.h:1 +#: hacks/config/cubestorm.xml.h:1 hacks/config/flyingtoasters.xml.h:3 +#: hacks/config/gears.xml.h:1 hacks/config/gflux.xml.h:1 +#: hacks/config/glknots.xml.h:1 hacks/config/glmatrix.xml.h:1 +#: hacks/config/jigglypuff.xml.h:1 hacks/config/pyro.xml.h:1 #: hacks/config/rd-bomb.xml.h:6 hacks/config/rocks.xml.h:1 #: hacks/config/starwars.xml.h:1 hacks/config/xfishtank.xml.h:1 msgid "Animation Speed" msgstr "" +#: hacks/config/bouncingcow.xml.h:3 +msgid "Beefy Cow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:4 +msgid "Bounce Speed" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:5 +msgid "BouncingCow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:7 +msgid "Herd" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:8 +msgid "Moo" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:9 +msgid "Number of Cows" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:11 +msgid "Wireframe Cow" +msgstr "" + #: hacks/config/boxed.xml.h:2 msgid "Boxed" msgstr "" @@ -1663,23 +1898,24 @@ msgid "" "Neil." msgstr "" -#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:8 +#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:9 #: hacks/config/ccurve.xml.h:7 hacks/config/coral.xml.h:6 #: hacks/config/cynosure.xml.h:3 hacks/config/deco.xml.h:4 #: hacks/config/drift.xml.h:2 hacks/config/epicycle.xml.h:3 -#: hacks/config/euler2d.xml.h:1 hacks/config/flame.xml.h:5 -#: hacks/config/galaxy.xml.h:2 hacks/config/glsnake.xml.h:4 -#: hacks/config/helix.xml.h:3 hacks/config/hopalong.xml.h:2 -#: hacks/config/imsmap.xml.h:6 hacks/config/laser.xml.h:2 -#: hacks/config/menger.xml.h:2 hacks/config/moire.xml.h:3 -#: hacks/config/molecule.xml.h:9 hacks/config/munch.xml.h:2 -#: hacks/config/nerverot.xml.h:8 hacks/config/pedal.xml.h:3 -#: hacks/config/penrose.xml.h:5 hacks/config/polyominoes.xml.h:1 -#: hacks/config/rorschach.xml.h:3 hacks/config/rotzoomer.xml.h:5 -#: hacks/config/shadebobs.xml.h:2 hacks/config/sierpinski3d.xml.h:1 -#: hacks/config/spheremonics.xml.h:4 hacks/config/starfish.xml.h:2 -#: hacks/config/vidwhacker.xml.h:3 hacks/config/wander.xml.h:7 -#: hacks/config/xspirograph.xml.h:3 +#: hacks/config/eruption.xml.h:3 hacks/config/euler2d.xml.h:1 +#: hacks/config/flame.xml.h:5 hacks/config/galaxy.xml.h:2 +#: hacks/config/glsnake.xml.h:4 hacks/config/helix.xml.h:3 +#: hacks/config/hopalong.xml.h:2 hacks/config/imsmap.xml.h:6 +#: hacks/config/klein.xml.h:1 hacks/config/laser.xml.h:2 +#: hacks/config/menger.xml.h:2 hacks/config/metaballs.xml.h:3 +#: hacks/config/moire.xml.h:3 hacks/config/molecule.xml.h:9 +#: hacks/config/munch.xml.h:2 hacks/config/nerverot.xml.h:8 +#: hacks/config/pedal.xml.h:3 hacks/config/penrose.xml.h:5 +#: hacks/config/polyominoes.xml.h:1 hacks/config/rorschach.xml.h:3 +#: hacks/config/rotzoomer.xml.h:5 hacks/config/shadebobs.xml.h:2 +#: hacks/config/sierpinski3d.xml.h:1 hacks/config/spheremonics.xml.h:4 +#: hacks/config/starfish.xml.h:2 hacks/config/vidwhacker.xml.h:3 +#: hacks/config/wander.xml.h:7 hacks/config/xspirograph.xml.h:3 msgid "Duration" msgstr "" @@ -1706,61 +1942,81 @@ msgid "AmigaDOS" msgstr "" #: hacks/config/bsod.xml.h:4 -msgid "Atari" +msgid "Apple II" msgstr "" #: hacks/config/bsod.xml.h:5 -msgid "BSD" +msgid "Atari" msgstr "" #: hacks/config/bsod.xml.h:6 -msgid "BSOD" +msgid "BSD" msgstr "" #: hacks/config/bsod.xml.h:7 +msgid "BSOD" +msgstr "" + +#: hacks/config/bsod.xml.h:8 msgid "" "BSOD stands for ``Blue Screen of Death.'' The finest in personal computer " "emulation, this hack simulates popular screen savers from a number of less " "robust operating systems. Written by Jamie Zawinski." msgstr "" -#: hacks/config/bsod.xml.h:9 -msgid "Mac Bomb" -msgstr "" - #: hacks/config/bsod.xml.h:10 -msgid "MacsBug" +msgid "HPUX" msgstr "" #: hacks/config/bsod.xml.h:11 -msgid "NCD X Terminal" +msgid "Linux" msgstr "" #: hacks/config/bsod.xml.h:12 -msgid "SCO" +msgid "Mac Bomb" msgstr "" #: hacks/config/bsod.xml.h:13 -msgid "Sad Mac" +msgid "MacOS X" msgstr "" #: hacks/config/bsod.xml.h:14 -msgid "Solaris" +msgid "MacsBug" msgstr "" #: hacks/config/bsod.xml.h:15 -msgid "Sparc Linux" +msgid "NCD X Terminal" msgstr "" #: hacks/config/bsod.xml.h:16 -msgid "Windows" +msgid "OS/390" msgstr "" #: hacks/config/bsod.xml.h:17 -msgid "Windows 2000" +msgid "SCO" msgstr "" #: hacks/config/bsod.xml.h:18 +msgid "Sad Mac" +msgstr "" + +#: hacks/config/bsod.xml.h:19 +msgid "Solaris" +msgstr "" + +#: hacks/config/bsod.xml.h:20 +msgid "Sparc Linux" +msgstr "" + +#: hacks/config/bsod.xml.h:21 +msgid "Windows 2000" +msgstr "" + +#: hacks/config/bsod.xml.h:22 +msgid "Windows 3.1" +msgstr "" + +#: hacks/config/bsod.xml.h:23 msgid "Windows NT" msgstr "" @@ -1857,7 +2113,7 @@ msgstr "" #: hacks/config/ccurve.xml.h:6 hacks/config/coral.xml.h:5 #: hacks/config/imsmap.xml.h:5 hacks/config/kumppa.xml.h:1 #: hacks/config/qix.xml.h:6 hacks/config/squiral.xml.h:2 -#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:3 +#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:2 msgid "Density" msgstr "" @@ -1896,18 +2152,54 @@ msgstr "" msgid "Rotation Speed" msgstr "" -#: hacks/config/circuit.xml.h:12 hacks/config/dangerball.xml.h:9 -#: hacks/config/engine.xml.h:7 +#: hacks/config/circuit.xml.h:12 hacks/config/cubestorm.xml.h:9 +#: hacks/config/dangerball.xml.h:9 hacks/config/engine.xml.h:17 +#: hacks/config/klein.xml.h:9 hacks/config/whirlygig.xml.h:14 msgid "Spin" msgstr "" +#: hacks/config/cloudlife.xml.h:1 hacks/config/demon.xml.h:2 +#: hacks/config/petri.xml.h:1 +msgid "Cell Size" +msgstr "" + +#: hacks/config/cloudlife.xml.h:2 +msgid "CloudLife" +msgstr "" + +#: hacks/config/cloudlife.xml.h:4 +msgid "" +"Generates cloud-like formations based on a variant of Conway's Life. The " +"difference is that cells have a maximum age, after which they count as 3 for " +"populating the next generation. This makes long-lived formations explode " +"instead of just sitting there burning a hole in your screen. Written by Don " +"Marti." +msgstr "" + +#: hacks/config/cloudlife.xml.h:6 +msgid "Initial Density" +msgstr "" + +#: hacks/config/cloudlife.xml.h:9 +msgid "Max Age" +msgstr "" + +#: hacks/config/cloudlife.xml.h:10 +msgid "Old" +msgstr "" + +#: hacks/config/cloudlife.xml.h:14 +msgid "Young" +msgstr "" + #: hacks/config/compass.xml.h:1 msgid "Compass" msgstr "" #: hacks/config/compass.xml.h:2 hacks/config/deluxe.xml.h:3 #: hacks/config/interference.xml.h:4 hacks/config/kumppa.xml.h:2 -#: hacks/config/nerverot.xml.h:6 hacks/config/pipes.xml.h:4 +#: hacks/config/nerverot.xml.h:6 hacks/config/piecewise.xml.h:3 +#: hacks/config/pipes.xml.h:4 msgid "Double Buffer" msgstr "" @@ -1927,10 +2219,10 @@ msgid "1 Minute" msgstr "" #: hacks/config/coral.xml.h:2 hacks/config/deco.xml.h:2 -#: hacks/config/helix.xml.h:2 hacks/config/imsmap.xml.h:2 -#: hacks/config/moire.xml.h:2 hacks/config/pedal.xml.h:2 -#: hacks/config/penrose.xml.h:1 hacks/config/rorschach.xml.h:2 -#: hacks/config/xspirograph.xml.h:2 +#: hacks/config/glslideshow.xml.h:1 hacks/config/helix.xml.h:2 +#: hacks/config/imsmap.xml.h:2 hacks/config/moire.xml.h:2 +#: hacks/config/pedal.xml.h:2 hacks/config/penrose.xml.h:1 +#: hacks/config/rorschach.xml.h:2 hacks/config/xspirograph.xml.h:2 msgid "1 Second" msgstr "" @@ -1939,6 +2231,7 @@ msgid "Coral" msgstr "" #: hacks/config/coral.xml.h:4 hacks/config/gflux.xml.h:3 +#: hacks/config/glblur.xml.h:2 hacks/config/glmatrix.xml.h:3 #: hacks/config/imsmap.xml.h:4 hacks/config/lavalite.xml.h:6 #: hacks/config/pyro.xml.h:2 hacks/config/qix.xml.h:5 #: hacks/config/squiral.xml.h:1 hacks/config/xearth.xml.h:4 @@ -1955,10 +2248,11 @@ msgid "" msgstr "" #: hacks/config/coral.xml.h:13 hacks/config/gflux.xml.h:13 -#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:28 +#: hacks/config/glblur.xml.h:16 hacks/config/glmatrix.xml.h:19 +#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:29 #: hacks/config/pyro.xml.h:14 hacks/config/qix.xml.h:21 #: hacks/config/squiral.xml.h:15 hacks/config/xearth.xml.h:24 -#: hacks/config/xmatrix.xml.h:16 +#: hacks/config/xmatrix.xml.h:17 msgid "Sparse" msgstr "" @@ -1992,13 +2286,13 @@ msgstr "" #: hacks/config/grav.xml.h:1 hacks/config/julia.xml.h:1 #: hacks/config/laser.xml.h:1 hacks/config/lisa.xml.h:1 #: hacks/config/lissie.xml.h:2 hacks/config/morph3d.xml.h:2 -#: hacks/config/mountain.xml.h:1 hacks/config/qix.xml.h:4 -#: hacks/config/rocks.xml.h:2 hacks/config/rotor.xml.h:2 -#: hacks/config/rubik.xml.h:1 hacks/config/shadebobs.xml.h:1 -#: hacks/config/sierpinski.xml.h:1 hacks/config/slip.xml.h:1 -#: hacks/config/spiral.xml.h:1 hacks/config/sproingies.xml.h:1 -#: hacks/config/superquadrics.xml.h:1 hacks/config/swirl.xml.h:1 -#: hacks/config/worm.xml.h:2 +#: hacks/config/mountain.xml.h:1 hacks/config/piecewise.xml.h:2 +#: hacks/config/qix.xml.h:4 hacks/config/rocks.xml.h:2 +#: hacks/config/rotor.xml.h:2 hacks/config/rubik.xml.h:1 +#: hacks/config/shadebobs.xml.h:1 hacks/config/sierpinski.xml.h:1 +#: hacks/config/slip.xml.h:1 hacks/config/spiral.xml.h:1 +#: hacks/config/sproingies.xml.h:1 hacks/config/superquadrics.xml.h:1 +#: hacks/config/swirl.xml.h:1 hacks/config/worm.xml.h:2 msgid "Count" msgstr "" @@ -2049,7 +2343,8 @@ msgstr "" msgid "Display Wireframe" msgstr "" -#: hacks/config/cubenetic.xml.h:6 hacks/config/gltext.xml.h:2 +#: hacks/config/cubenetic.xml.h:6 hacks/config/glblur.xml.h:3 +#: hacks/config/glknots.xml.h:2 hacks/config/gltext.xml.h:2 #: hacks/config/lavalite.xml.h:7 hacks/config/menger.xml.h:1 #: hacks/config/molecule.xml.h:4 hacks/config/spheremonics.xml.h:1 msgid "Don't Rotate" @@ -2062,43 +2357,50 @@ msgid "" "Jamie Zawinski." msgstr "" -#: hacks/config/cubenetic.xml.h:14 hacks/config/gltext.xml.h:5 +#: hacks/config/cubenetic.xml.h:14 hacks/config/glblur.xml.h:6 +#: hacks/config/glknots.xml.h:8 hacks/config/gltext.xml.h:5 #: hacks/config/lavalite.xml.h:19 hacks/config/menger.xml.h:7 #: hacks/config/molecule.xml.h:14 hacks/config/spheremonics.xml.h:10 msgid "Rotate around X and Y axes" msgstr "" -#: hacks/config/cubenetic.xml.h:15 hacks/config/gltext.xml.h:6 +#: hacks/config/cubenetic.xml.h:15 hacks/config/glblur.xml.h:7 +#: hacks/config/glknots.xml.h:9 hacks/config/gltext.xml.h:6 #: hacks/config/lavalite.xml.h:20 hacks/config/menger.xml.h:8 #: hacks/config/molecule.xml.h:15 hacks/config/spheremonics.xml.h:11 msgid "Rotate around X and Z axes" msgstr "" -#: hacks/config/cubenetic.xml.h:16 hacks/config/gltext.xml.h:7 +#: hacks/config/cubenetic.xml.h:16 hacks/config/glblur.xml.h:8 +#: hacks/config/glknots.xml.h:10 hacks/config/gltext.xml.h:7 #: hacks/config/lavalite.xml.h:21 hacks/config/menger.xml.h:9 #: hacks/config/molecule.xml.h:16 hacks/config/spheremonics.xml.h:12 msgid "Rotate around X axis" msgstr "" -#: hacks/config/cubenetic.xml.h:17 hacks/config/gltext.xml.h:8 +#: hacks/config/cubenetic.xml.h:17 hacks/config/glblur.xml.h:9 +#: hacks/config/glknots.xml.h:11 hacks/config/gltext.xml.h:8 #: hacks/config/lavalite.xml.h:22 hacks/config/menger.xml.h:10 #: hacks/config/molecule.xml.h:17 hacks/config/spheremonics.xml.h:13 msgid "Rotate around Y and Z axes" msgstr "" -#: hacks/config/cubenetic.xml.h:18 hacks/config/gltext.xml.h:9 +#: hacks/config/cubenetic.xml.h:18 hacks/config/glblur.xml.h:10 +#: hacks/config/glknots.xml.h:12 hacks/config/gltext.xml.h:9 #: hacks/config/lavalite.xml.h:23 hacks/config/menger.xml.h:11 #: hacks/config/molecule.xml.h:18 hacks/config/spheremonics.xml.h:14 msgid "Rotate around Y axis" msgstr "" -#: hacks/config/cubenetic.xml.h:19 hacks/config/gltext.xml.h:10 +#: hacks/config/cubenetic.xml.h:19 hacks/config/glblur.xml.h:11 +#: hacks/config/glknots.xml.h:13 hacks/config/gltext.xml.h:10 #: hacks/config/lavalite.xml.h:24 hacks/config/menger.xml.h:12 #: hacks/config/molecule.xml.h:19 hacks/config/spheremonics.xml.h:15 msgid "Rotate around Z axis" msgstr "" -#: hacks/config/cubenetic.xml.h:20 hacks/config/gltext.xml.h:11 +#: hacks/config/cubenetic.xml.h:20 hacks/config/glblur.xml.h:12 +#: hacks/config/glknots.xml.h:14 hacks/config/gltext.xml.h:11 #: hacks/config/lavalite.xml.h:25 hacks/config/menger.xml.h:13 #: hacks/config/molecule.xml.h:20 hacks/config/spheremonics.xml.h:16 msgid "Rotate around all three axes" @@ -2116,14 +2418,38 @@ msgstr "" msgid "Surface Pattern Speed" msgstr "" -#: hacks/config/cubenetic.xml.h:28 hacks/config/dangerball.xml.h:10 -#: hacks/config/engine.xml.h:8 hacks/config/glforestfire.xml.h:19 -#: hacks/config/gltext.xml.h:17 hacks/config/lavalite.xml.h:30 -#: hacks/config/menger.xml.h:20 hacks/config/molecule.xml.h:25 -#: hacks/config/spheremonics.xml.h:25 hacks/config/wander.xml.h:15 +#: hacks/config/cubenetic.xml.h:28 hacks/config/cubestorm.xml.h:13 +#: hacks/config/dangerball.xml.h:10 hacks/config/engine.xml.h:20 +#: hacks/config/glblur.xml.h:19 hacks/config/glforestfire.xml.h:19 +#: hacks/config/glknots.xml.h:22 hacks/config/gltext.xml.h:17 +#: hacks/config/lavalite.xml.h:31 hacks/config/menger.xml.h:20 +#: hacks/config/molecule.xml.h:25 hacks/config/spheremonics.xml.h:25 +#: hacks/config/wander.xml.h:15 msgid "Wander" msgstr "" +#: hacks/config/cubestorm.xml.h:2 +msgid "CubeStorm" +msgstr "" + +#: hacks/config/cubestorm.xml.h:3 +msgid "" +"Draws a series of rotating 3D boxes that intersect each other and eventually " +"fill space. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/cubestorm.xml.h:5 hacks/config/glknots.xml.h:6 +msgid "Motion Speed" +msgstr "" + +#: hacks/config/cubestorm.xml.h:6 +msgid "Number of Cubes" +msgstr "" + +#: hacks/config/cubestorm.xml.h:10 +msgid "Strut Thickness" +msgstr "" + #: hacks/config/cynosure.xml.h:1 msgid "" "A hack similar to `greynetic', but less frenetic. The first implementation " @@ -2223,8 +2549,8 @@ msgid "" "This takes an image and makes it melt. You've no doubt seen this effect " "before, but no screensaver would really be complete without it. It works " "best if there's something colorful visible. Warning, if the effect continues " -"after the screen saver is off, seek medical attention. Written by David Wald " -"and Vivek Khera." +"after the screen saver is off, seek medical attention. Written by David " +"Wald, Vivek Khera, Jamie Zawinski, and Vince Levey." msgstr "" #: hacks/config/deco.xml.h:3 @@ -2249,7 +2575,7 @@ msgid "" msgstr "" #: hacks/config/deco.xml.h:11 hacks/config/rd-bomb.xml.h:23 -#: hacks/config/whirlygig.xml.h:7 hacks/config/xearth.xml.h:33 +#: hacks/config/whirlygig.xml.h:20 hacks/config/xearth.xml.h:33 #: hacks/config/zoom.xml.h:10 msgid "x" msgstr "" @@ -2276,10 +2602,6 @@ msgid "" "stripes and spirals. Written by David Bagley." msgstr "" -#: hacks/config/demon.xml.h:2 hacks/config/petri.xml.h:1 -msgid "Cell Size" -msgstr "" - #: hacks/config/demon.xml.h:3 msgid "Demon" msgstr "" @@ -2322,11 +2644,6 @@ msgstr "" msgid "Magnify" msgstr "" -#: hacks/config/distort.xml.h:9 hacks/config/glforestfire.xml.h:10 -#: hacks/config/lament.xml.h:4 hacks/config/sballs.xml.h:6 -msgid "Normal" -msgstr "" - #: hacks/config/distort.xml.h:10 msgid "Reflect" msgstr "" @@ -2377,18 +2694,42 @@ msgid "Lissojous Figures" msgstr "" #: hacks/config/electricsheep.xml.h:1 -msgid "ElectricSheep" -msgstr "" - -#: hacks/config/electricsheep.xml.h:2 msgid "" "ElectricSheep is an xscreensaver module that displays mpeg video of an " "animated fractal flame. In the background, it contributes render cycles to " "the next animation. Periodically it uploades completed frames to the server, " "where they are compressed for distribution to all clients. This program is " -"recommended only if you have a high bandwidth connection to the Internet. By " -"Scott Draves. You can find it at <http://www.electricsheep.org/>. See " -"that web site for configuration information." +"recommended only if you have a high bandwidth, always-on connection to the " +"Internet. By Scott Draves. You can find it at <http://www.electricsheep." +"org/>." +msgstr "" + +#: hacks/config/electricsheep.xml.h:2 +msgid "Frame Rate" +msgstr "" + +#: hacks/config/electricsheep.xml.h:3 +msgid "Hide Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:4 +msgid "Megabytes of Local Sheep Storage" +msgstr "" + +#: hacks/config/electricsheep.xml.h:5 +msgid "Nickname" +msgstr "" + +#: hacks/config/electricsheep.xml.h:6 +msgid "Repititions of each Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:7 +msgid "Standalone" +msgstr "" + +#: hacks/config/electricsheep.xml.h:8 +msgid "URL" msgstr "" #: hacks/config/endgame.xml.h:1 @@ -2402,15 +2743,63 @@ msgid "Endgame" msgstr "" #: hacks/config/engine.xml.h:1 -msgid "" -"Draws a simple four-stroke engine that floats around the screen. Written by " -"Ben Buxton." +msgid "Audi Quattro (5 cylinders)" msgstr "" #: hacks/config/engine.xml.h:2 +msgid "BMW M3 (4 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:3 +msgid "BMW M5 (6 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:4 +msgid "Corvette Z06 (8 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:5 +msgid "Dodge Viper (10 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:6 +msgid "" +"Draws a simple model of an engine that floats around the screen. Written by " +"Ben Buxton and Ed Beroset." +msgstr "" + +#: hacks/config/engine.xml.h:7 msgid "Engine" msgstr "" +#: hacks/config/engine.xml.h:9 +msgid "Honda Insight (3 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:10 +msgid "Jaguar XKE (12 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:11 +msgid "Porsche 911 (6 cylinders, flat)" +msgstr "" + +#: hacks/config/engine.xml.h:12 +msgid "Random Engine" +msgstr "" + +#: hacks/config/engine.xml.h:13 +msgid "Show Engine Name" +msgstr "" + +#: hacks/config/engine.xml.h:18 +msgid "Subaru XT (6 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:19 +msgid "VW Beetle (4 cylinders, flat)" +msgstr "" + #: hacks/config/epicycle.xml.h:4 msgid "Epicycle" msgstr "" @@ -2427,6 +2816,51 @@ msgid "" "planetary motion. Written by James Youngman." msgstr "" +#: hacks/config/eruption.xml.h:1 +msgid "An exposive version of XFlame. By W.P. van Paassen." +msgstr "" + +#: hacks/config/eruption.xml.h:2 +msgid "Cooling factor" +msgstr "" + +#: hacks/config/eruption.xml.h:4 +msgid "Eruption" +msgstr "" + +#: hacks/config/eruption.xml.h:7 hacks/config/fluidballs.xml.h:9 +#: hacks/config/qix.xml.h:9 hacks/config/speedmine.xml.h:4 +msgid "Gravity" +msgstr "" + +#: hacks/config/eruption.xml.h:8 +msgid "Heat" +msgstr "" + +#: hacks/config/eruption.xml.h:9 +msgid "Inferno" +msgstr "" + +#: hacks/config/eruption.xml.h:10 +msgid "Little" +msgstr "" + +#: hacks/config/eruption.xml.h:13 +msgid "Negative" +msgstr "" + +#: hacks/config/eruption.xml.h:15 +msgid "Number of Particles" +msgstr "" + +#: hacks/config/eruption.xml.h:16 +msgid "Pleasant" +msgstr "" + +#: hacks/config/eruption.xml.h:17 +msgid "Positive" +msgstr "" + #: hacks/config/euler2d.xml.h:2 msgid "Euler2d" msgstr "" @@ -2538,7 +2972,8 @@ msgstr "" msgid "0 Seconds" msgstr "" -#: hacks/config/flame.xml.h:2 hacks/config/maze.xml.h:2 +#: hacks/config/flame.xml.h:2 hacks/config/glslideshow.xml.h:2 +#: hacks/config/maze.xml.h:2 msgid "10 Seconds" msgstr "" @@ -2546,7 +2981,7 @@ msgstr "" msgid "Another iterative fractal generator. Written by Scott Draves." msgstr "" -#: hacks/config/flame.xml.h:4 +#: hacks/config/flame.xml.h:4 hacks/config/jigglypuff.xml.h:4 msgid "Complexity" msgstr "" @@ -2607,28 +3042,23 @@ msgid "Zoom In and Out" msgstr "" #: hacks/config/fluidballs.xml.h:1 -msgid "Ball Size" -msgstr "" - -#: hacks/config/fluidballs.xml.h:5 -msgid "FluidBalls" +msgid " Freefall" msgstr "" -#: hacks/config/fluidballs.xml.h:6 -msgid "Freefall" +#: hacks/config/fluidballs.xml.h:2 +msgid "Ball Size" msgstr "" -#: hacks/config/fluidballs.xml.h:7 hacks/config/twang.xml.h:4 -msgid "Friction" +#: hacks/config/fluidballs.xml.h:4 +msgid "Clay" msgstr "" -#: hacks/config/fluidballs.xml.h:8 -msgid "Glass" +#: hacks/config/fluidballs.xml.h:7 +msgid "FluidBalls" msgstr "" -#: hacks/config/fluidballs.xml.h:9 hacks/config/qix.xml.h:9 -#: hacks/config/speedmine.xml.h:4 -msgid "Gravity" +#: hacks/config/fluidballs.xml.h:8 hacks/config/twang.xml.h:4 +msgid "Friction" msgstr "" #: hacks/config/fluidballs.xml.h:10 @@ -2648,7 +3078,7 @@ msgid "" msgstr "" #: hacks/config/fluidballs.xml.h:15 -msgid "Sandpaper" +msgid "Rubber" msgstr "" #: hacks/config/fluidballs.xml.h:16 @@ -2667,6 +3097,92 @@ msgstr "" msgid "Wind" msgstr "" +#: hacks/config/flurry.xml.h:1 +msgid "Binary" +msgstr "" + +#: hacks/config/flurry.xml.h:2 +msgid "Classic" +msgstr "" + +#: hacks/config/flurry.xml.h:3 +msgid "Fire" +msgstr "" + +#: hacks/config/flurry.xml.h:4 +msgid "Flurry" +msgstr "" + +#: hacks/config/flurry.xml.h:5 +msgid "Insane" +msgstr "" + +#: hacks/config/flurry.xml.h:6 +msgid "Psychedelic" +msgstr "" + +#: hacks/config/flurry.xml.h:7 +msgid "RGB" +msgstr "" + +#: hacks/config/flurry.xml.h:8 hacks/config/jigglypuff.xml.h:13 +#: hacks/config/sballs.xml.h:10 hacks/config/whirlygig.xml.h:12 +msgid "Random" +msgstr "" + +#: hacks/config/flurry.xml.h:10 +msgid "" +"This port of the OSX screensaver of the same name draws a colourful star" +"(fish)like flurry of particles. xscreensaver port by Tobias Sargeant <" +"tobias.sargeant@bigpond.com> Original Mac version by Calum Robinson <" +"calumr@mac.com> http://homepage.mac.com/calumr" +msgstr "" + +#: hacks/config/flurry.xml.h:11 +msgid "Water" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:1 +msgid "" +"A fleet of 3d space-age jet-powered flying toasters (and toast!) Inspired by " +"the ancient Berkeley Systems After Dark flying toasters. By Jamie Zawinski " +"and Baconmonkey." +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:2 +msgid "Air Speed" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:4 +msgid "Chrome Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:6 +msgid "Flying Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:7 hacks/config/glslideshow.xml.h:16 +#: hacks/config/jigglypuff.xml.h:12 hacks/config/juggle.xml.h:6 +#: hacks/config/pipes.xml.h:10 +msgid "None" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:8 +msgid "Number of Slices" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:9 +msgid "Number of Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:12 +msgid "Solid Colors" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:13 +msgid "Swarm" +msgstr "" + #: hacks/config/forest.xml.h:2 hacks/config/glforestfire.xml.h:6 msgid "Forest" msgstr "" @@ -2744,13 +3260,13 @@ msgstr "" #: hacks/config/gflux.xml.h:10 #, fuzzy msgid "Screen Image" -msgstr "Propriedades da proteção de tela" +msgstr "Propriedades da proteo de tela" #: hacks/config/gflux.xml.h:14 hacks/config/interference.xml.h:18 msgid "Wave Speed" msgstr "" -#: hacks/config/gflux.xml.h:15 +#: hacks/config/gflux.xml.h:15 hacks/config/glmatrix.xml.h:20 msgid "Waves" msgstr "" @@ -2758,6 +3274,25 @@ msgstr "" msgid "Wire Mesh" msgstr "" +#: hacks/config/glblur.xml.h:1 +msgid "Blur Smoothness" +msgstr "" + +#: hacks/config/glblur.xml.h:5 +msgid "GLBlur" +msgstr "" + +#: hacks/config/glblur.xml.h:18 +msgid "" +"This program draws a box and a few line segments, and generates a radial " +"blur outward from it. This creates flowing field effects. This is done by " +"rendering the scene into a small texture, then repeatedly rendering " +"increasingly-enlarged and increasingly-transparent versions of that texture " +"onto the frame buffer. As such, it's quite graphics intensive: don't bother " +"trying to run this if you don't have hardware-accelerated OpenGL texture " +"support. It will hurt your machine bad." +msgstr "" + #: hacks/config/glforestfire.xml.h:2 msgid "Desert" msgstr "" @@ -2769,63 +3304,181 @@ msgid "" "for texture maps. Written by Eric Lassauge <lassauge@mail.dotcom.fr>." msgstr "" -#: hacks/config/glforestfire.xml.h:5 +#: hacks/config/glforestfire.xml.h:5 hacks/config/glmatrix.xml.h:9 msgid "Fog" msgstr "" -#: hacks/config/glforestfire.xml.h:7 -msgid "GLForestFire" +#: hacks/config/glforestfire.xml.h:7 +msgid "GLForestFire" +msgstr "" + +#: hacks/config/glforestfire.xml.h:8 +msgid "Huge Fire" +msgstr "" + +#: hacks/config/glforestfire.xml.h:9 +msgid "No shadow" +msgstr "" + +#: hacks/config/glforestfire.xml.h:11 +msgid "Number of trees" +msgstr "" + +#: hacks/config/glforestfire.xml.h:12 +msgid "Rain" +msgstr "" + +#: hacks/config/glforestfire.xml.h:17 +msgid "Track mouse" +msgstr "" + +#: hacks/config/glknots.xml.h:4 +msgid "GLKnots" +msgstr "" + +#: hacks/config/glknots.xml.h:5 +msgid "" +"Generates some twisting 3d knot patterns. Spins 'em around. Written by Jamie " +"Zawinski." +msgstr "" + +#: hacks/config/glknots.xml.h:7 hacks/config/lavalite.xml.h:17 +#: hacks/config/spheremonics.xml.h:9 +msgid "Resolution" +msgstr "" + +#: hacks/config/glknots.xml.h:15 +msgid "Segmented" +msgstr "" + +#: hacks/config/glknots.xml.h:18 hacks/config/lavalite.xml.h:28 +msgid "Smooth" +msgstr "" + +#: hacks/config/glmatrix.xml.h:2 hacks/config/xmatrix.xml.h:1 +msgid "Binary Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:4 +msgid "Draw Glyphs" +msgstr "" + +#: hacks/config/glmatrix.xml.h:5 +msgid "Draw Outlines" +msgstr "" + +#: hacks/config/glmatrix.xml.h:6 +msgid "Draw Solid Boxes" +msgstr "" + +#: hacks/config/glmatrix.xml.h:7 +msgid "" +"Draws 3D dropping characters similar to what is seen in the title sequence " +"of \"The Matrix\". See also \"xmatrix\" for a 2D rendering of the similar " +"effect that appeared on the computer monitors actually *in* the movie. " +"Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/glmatrix.xml.h:10 +msgid "GLMatrix" +msgstr "" + +#: hacks/config/glmatrix.xml.h:11 hacks/config/xmatrix.xml.h:7 +msgid "Genetic Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:12 +msgid "Glyph Density" +msgstr "" + +#: hacks/config/glmatrix.xml.h:13 +msgid "Glyph Speed" +msgstr "" + +#: hacks/config/glmatrix.xml.h:14 hacks/config/xmatrix.xml.h:8 +msgid "Hexadecimal Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:15 hacks/config/xmatrix.xml.h:11 +msgid "Matrix Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:16 +msgid "Panning" +msgstr "" + +#: hacks/config/glplanet.xml.h:1 +msgid "" +"Draws a planet bouncing around in space. Written by David Konerding. The " +"built-in image is a map of the earth (extracted from `xearth'), but you can " +"wrap any texture around the sphere, e.g., the planetary textures that come " +"with `ssystem'." +msgstr "" + +#: hacks/config/glplanet.xml.h:3 +msgid "GLPlanet" +msgstr "" + +#: hacks/config/glplanet.xml.h:4 +msgid "Image File" +msgstr "" + +#: hacks/config/glslideshow.xml.h:4 hacks/config/rd-bomb.xml.h:5 +#, no-c-format +msgid "100%" +msgstr "" + +#: hacks/config/glslideshow.xml.h:5 hacks/config/glsnake.xml.h:2 +#: hacks/config/penrose.xml.h:2 +msgid "30 Seconds" msgstr "" -#: hacks/config/glforestfire.xml.h:8 -msgid "Huge Fire" +#: hacks/config/glslideshow.xml.h:6 +msgid "5 Minutes" msgstr "" -#: hacks/config/glforestfire.xml.h:9 -msgid "No shadow" +#: hacks/config/glslideshow.xml.h:8 +#, no-c-format +msgid "50%" msgstr "" -#: hacks/config/glforestfire.xml.h:11 -msgid "Number of trees" +#: hacks/config/glslideshow.xml.h:9 +msgid "Always show at least this much of the image:" msgstr "" -#: hacks/config/glforestfire.xml.h:12 -msgid "Rain" +#: hacks/config/glslideshow.xml.h:10 +msgid "Crossfade Duration:" msgstr "" -#: hacks/config/glforestfire.xml.h:17 -msgid "Track mouse" +#: hacks/config/glslideshow.xml.h:11 +msgid "Frame Rate:" msgstr "" -#: hacks/config/glforestfire.xml.h:18 hacks/config/lament.xml.h:8 -#: hacks/config/sballs.xml.h:17 -msgid "Untextured" +#: hacks/config/glslideshow.xml.h:12 +msgid "GLSlideshow" msgstr "" -#: hacks/config/glplanet.xml.h:1 +#: hacks/config/glslideshow.xml.h:14 msgid "" -"Draws a planet bouncing around in space. Written by David Konerding. The " -"built-in image is a map of the earth (extracted from `xearth'), but you can " -"wrap any texture around the sphere, e.g., the planetary textures that come " -"with `ssystem'." +"Loads a random sequence of images and smoothly scans and zooms around in " +"each, fading from pan to pan. You can set the directory from which images " +"are loaded on the \"Advanced\" tab. This program requires a good video card " +"capable of supporting large textures. Written by Jamie Zawinski and Mike " +"Oliphant." msgstr "" -#: hacks/config/glplanet.xml.h:3 -msgid "GLPlanet" +#: hacks/config/glslideshow.xml.h:17 +msgid "Pan/Zoom Duration:" msgstr "" -#: hacks/config/glplanet.xml.h:4 -msgid "Image File" +#: hacks/config/glslideshow.xml.h:19 +msgid "Time until loading a new image:" msgstr "" #: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 msgid "1" msgstr "" -#: hacks/config/glsnake.xml.h:2 hacks/config/penrose.xml.h:2 -msgid "30 Seconds" -msgstr "" - #: hacks/config/glsnake.xml.h:3 msgid "" "Draws a simulation of the Rubik's Snake puzzle. Written by Jamie Wilkinson, " @@ -2966,6 +3619,50 @@ msgid "" "This draws random colored and stippled rectangles. Written by Jamie Zawinski." msgstr "" +#: hacks/config/halftone.xml.h:1 +msgid "Delay (Large = low cpu load)" +msgstr "" + +#: hacks/config/halftone.xml.h:2 +msgid "Dot fill factor" +msgstr "" + +#: hacks/config/halftone.xml.h:3 +msgid "Dot size" +msgstr "" + +#: hacks/config/halftone.xml.h:4 +msgid "" +"Draws the gravity force in each point on the screen seen through a halftone " +"dot pattern. The gravity force is calculated from a set of moving mass " +"points. View it from a distance for best effect. Written by Peter Jaric <" +"peter@jaric.org>." +msgstr "" + +#: hacks/config/halftone.xml.h:5 +msgid "Gravity points" +msgstr "" + +#: hacks/config/halftone.xml.h:6 +msgid "Halftone" +msgstr "" + +#: hacks/config/halftone.xml.h:10 +msgid "Maximum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:11 +msgid "Maximum speed" +msgstr "" + +#: hacks/config/halftone.xml.h:12 +msgid "Minimum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:13 +msgid "Minimum speed" +msgstr "" + #: hacks/config/halo.xml.h:1 msgid "Animate Circles" msgstr "" @@ -3120,6 +3817,98 @@ msgid "" "brain will melt. Written by Joe Keane, Fritz Mueller, and Jamie Zawinski." msgstr "" +#: hacks/config/hypertorus.xml.h:1 +msgid "-4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:2 +msgid "4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:3 +msgid "4D Hypertorus" +msgstr "" + +#: hacks/config/hypertorus.xml.h:4 +msgid "Color Wheel" +msgstr "" + +#: hacks/config/hypertorus.xml.h:5 +msgid "Display Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:7 +msgid "Orthographic 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:8 +msgid "Orthographic 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:9 +msgid "Perspective 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:10 +msgid "Perspective 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:11 +msgid "See-Through Bands" +msgstr "" + +#: hacks/config/hypertorus.xml.h:14 +msgid "Solid Object" +msgstr "" + +#: hacks/config/hypertorus.xml.h:15 hacks/config/pulsar.xml.h:16 +msgid "Solid Surface" +msgstr "" + +#: hacks/config/hypertorus.xml.h:16 +msgid "" +"This program shows a rotating Clifford Torus: a torus lying on the \"surface" +"\" of a 4D hypersphere. Written by Carsten Steger, inspired by Thomas " +"Banchoff's book \"Beyond the Third Dimension: Geometry, Computer Graphics, " +"and Higher Dimensions\", Scientific American Library, 1990." +msgstr "" + +#: hacks/config/hypertorus.xml.h:17 +msgid "Transparent Surface" +msgstr "" + +#: hacks/config/hypertorus.xml.h:18 +msgid "Two-Sided" +msgstr "" + +#: hacks/config/hypertorus.xml.h:19 +msgid "WX Rotation Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:20 +msgid "WY Rotation Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:21 +msgid "WZ Rotation Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:22 +msgid "Wireframe Mesh" +msgstr "" + +#: hacks/config/hypertorus.xml.h:23 +msgid "XY Rotation Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:24 +msgid "XZ Rotation Speed" +msgstr "" + +#: hacks/config/hypertorus.xml.h:25 +msgid "YZ Rotation Speed" +msgstr "" + #: hacks/config/ifs.xml.h:2 msgid "IFS" msgstr "" @@ -3188,6 +3977,94 @@ msgstr "" msgid "Wave Size" msgstr "" +#: hacks/config/jigglypuff.xml.h:2 +msgid "Chrome" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:3 +msgid "Clown barf" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:5 +msgid "Cycle" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:7 +msgid "Flower box" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:9 +msgid "Inertial damping" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:10 +msgid "JigglyPuff" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:14 +msgid "Rotation speed" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:17 hacks/config/sphere.xml.h:7 +msgid "Sphere" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:18 +msgid "Sphere strength" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:19 +msgid "Spookiness" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:20 +msgid "Spoooooky" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:21 hacks/config/sballs.xml.h:16 +msgid "Tetrahedron" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:22 +msgid "" +"This little gem does bad things with quasi-spherical objects. The gist of it " +"is that you have what is, structurally, a tetrahedron with tesselated faces. " +"the vertices on these faces have forces on them in the form of one " +"proportional to their distance from the surface of a sphere, and one which " +"is proportional to how far they differ from some ideal distance from their " +"neighbors. They also have inertia. The forces and distance are parameters " +"and there are also a couple of visual parameters. The resulting effect can " +"range from a shape that does nothing, to a frenetic polygon storm. Somewhere " +"in between there it usually manifests as a blob that jiggles in a kind of " +"disturbing manner. woo. It doesn't matter, however. You should just pick " +"'random'. It overrides all the other options, except for fps, delay and " +"complexity. By Keith Macleod" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:23 +msgid "Vertex-vertex behavior" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:24 +msgid "Vertex-vertex force" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:26 +msgid "collapse" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:27 +msgid "expand" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:28 +msgid "none" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:29 +msgid "strong" +msgstr "" + #: hacks/config/jigsaw.xml.h:4 msgid "Jigsaw" msgstr "" @@ -3218,10 +4095,6 @@ msgstr "" msgid "Juggle" msgstr "" -#: hacks/config/juggle.xml.h:6 hacks/config/pipes.xml.h:10 -msgid "None" -msgstr "" - #: hacks/config/julia.xml.h:3 hacks/config/rorschach.xml.h:4 msgid "Iterations" msgstr "" @@ -3264,6 +4137,24 @@ msgstr "" msgid "Trails" msgstr "" +#: hacks/config/klein.xml.h:3 +msgid "Klein" +msgstr "" + +#: hacks/config/klein.xml.h:10 +msgid "" +"This draws a visualization of a Klein bottle or some other interesting " +"parametric surfaces. Written by Andrey Mirtchovski." +msgstr "" + +#: hacks/config/klein.xml.h:11 +msgid "Use Randomized Surfaces and Primitives" +msgstr "" + +#: hacks/config/klein.xml.h:12 +msgid "Wander Around the Screen" +msgstr "" + #: hacks/config/kumppa.xml.h:5 msgid "Kumppa" msgstr "" @@ -3347,18 +4238,10 @@ msgstr "" msgid "Random Lamp Style" msgstr "" -#: hacks/config/lavalite.xml.h:17 hacks/config/spheremonics.xml.h:9 -msgid "Resolution" -msgstr "" - #: hacks/config/lavalite.xml.h:18 msgid "Rocket Lavalite" msgstr "" -#: hacks/config/lavalite.xml.h:27 -msgid "Smooth" -msgstr "" - #: hacks/config/lightning.xml.h:2 msgid "Lightning" msgstr "" @@ -3504,6 +4387,32 @@ msgid "" "by Jamie Zawinski." msgstr "" +#: hacks/config/metaballs.xml.h:1 +msgid "Big" +msgstr "" + +#: hacks/config/metaballs.xml.h:2 +msgid "" +"Draws two dimensional metaballs: overlapping and merging balls with fuzzy " +"edges. By W.P. van Paassen." +msgstr "" + +#: hacks/config/metaballs.xml.h:7 +msgid "MetaBall Movement" +msgstr "" + +#: hacks/config/metaballs.xml.h:8 +msgid "MetaBall Radius" +msgstr "" + +#: hacks/config/metaballs.xml.h:9 +msgid "MetaBalls" +msgstr "" + +#: hacks/config/metaballs.xml.h:11 +msgid "Number of MetaBalls" +msgstr "" + #: hacks/config/moebius.xml.h:1 msgid "" "Another M. C. Escher hack by Marcelo Vianna, this one draws ``Moebius Strip " @@ -3859,6 +4768,28 @@ msgstr "" msgid "Scale" msgstr "" +#: hacks/config/piecewise.xml.h:1 +msgid "Color shifting speed" +msgstr "" + +#: hacks/config/piecewise.xml.h:6 +msgid "Maximum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:7 +msgid "Minimum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:8 +msgid "Piecewise" +msgstr "" + +#: hacks/config/piecewise.xml.h:12 +msgid "" +"This draws a bunch of moving circles which switch from visibility to " +"invisibility at intersection points. Written by Geoffrey Irving." +msgstr "" + #: hacks/config/pipes.xml.h:1 msgid "Allow Tight Turns" msgstr "" @@ -3919,6 +4850,35 @@ msgid "" "puzzle pieces. Written by Stephen Montgomery-Smith." msgstr "" +#: hacks/config/popsquares.xml.h:1 +msgid "Border" +msgstr "" + +#: hacks/config/popsquares.xml.h:2 +msgid "End color" +msgstr "" + +#: hacks/config/popsquares.xml.h:7 +msgid "Start color" +msgstr "" + +#: hacks/config/popsquares.xml.h:8 +msgid "Subdivision" +msgstr "" + +#: hacks/config/popsquares.xml.h:9 +msgid "" +"This draws a pop-art-ish looking grid of pulsing colors. By Levi Burton." +msgstr "" + +#: hacks/config/popsquares.xml.h:10 +msgid "Twitch" +msgstr "" + +#: hacks/config/popsquares.xml.h:11 +msgid "popsquares" +msgstr "" + #: hacks/config/pulsar.xml.h:1 msgid "Anti-alias Lines" msgstr "" @@ -3966,10 +4926,6 @@ msgstr "" msgid "Quad Count" msgstr "" -#: hacks/config/pulsar.xml.h:16 -msgid "Solid Surface" -msgstr "" - #: hacks/config/pulsar.xml.h:18 msgid "Texture PPM File" msgstr "" @@ -3982,10 +4938,6 @@ msgstr "" msgid "Launch Frequency" msgstr "" -#: hacks/config/pyro.xml.h:8 -msgid "Often" -msgstr "" - #: hacks/config/pyro.xml.h:9 msgid "Particle Density" msgstr "" @@ -4063,11 +5015,6 @@ msgstr "" msgid "1%" msgstr "" -#: hacks/config/rd-bomb.xml.h:5 -#, no-c-format -msgid "100%" -msgstr "" - #: hacks/config/rd-bomb.xml.h:7 msgid "" "Another variation of the `Bomb' program by Scott Draves. This draws a grid " @@ -4279,10 +5226,6 @@ msgstr "" msgid "Pyramid" msgstr "" -#: hacks/config/sballs.xml.h:10 -msgid "Random" -msgstr "" - #: hacks/config/sballs.xml.h:11 msgid "Sballs" msgstr "" @@ -4291,10 +5234,6 @@ msgstr "" msgid "Star" msgstr "" -#: hacks/config/sballs.xml.h:16 -msgid "Tetrahedron" -msgstr "" - #: hacks/config/shadebobs.xml.h:7 msgid "ShadeBobs" msgstr "" @@ -4445,10 +5384,6 @@ msgid "" "Duff in 1982." msgstr "" -#: hacks/config/sphere.xml.h:7 -msgid "Sphere" -msgstr "" - #: hacks/config/sphereEversion.xml.h:1 msgid "SphereEversion" msgstr "" @@ -4480,7 +5415,7 @@ msgid "" "angular momentum operators. Written by Paul Bourke and Jamie Zawinski." msgstr "" -#: hacks/config/spiral.xml.h:2 +#: hacks/config/spiral.xml.h:2 hacks/config/superquadrics.xml.h:2 msgid "Cycles" msgstr "" @@ -4553,10 +5488,9 @@ msgid "" "work with some window managers, but not with others, so your mileage may " "vary. SSystem was once available at <http://www1.las.es/~amil/ssystem/" ">, but is now gone. You may still be able to find copies elsewhere. " -"SSystem has since evolved into two different programs: OpenUniverse (http://" -"openuniverse.sourceforge.net/) and Celestia (http://www.shatters.net/" -"celestia/). Sadly, neither of these programs work with xscreensaver at all. " -"You are encouraged to nag their authors into adding xscreensaver support!" +"SSystem has since evolved into Celestia, found at <http://www.shatters." +"net/celestia/>. Sadly, Celestia does not work with xscreensaver at all. " +"You are encouraged to nag the authors into adding xscreensaver support!" msgstr "" #: hacks/config/stairs.xml.h:6 @@ -4674,14 +5608,14 @@ msgid "" "Written by Massimino Pascal." msgstr "" -#: hacks/config/superquadrics.xml.h:2 +#: hacks/config/superquadrics.xml.h:3 msgid "" "Ed Mackey reports that he wrote the first version of this program in BASIC " "on a Commodore 64 in 1987, as a 320x200 black and white wireframe. Now it is " "GL and has specular reflections." msgstr "" -#: hacks/config/superquadrics.xml.h:10 +#: hacks/config/superquadrics.xml.h:11 msgid "Superquadrics" msgstr "" @@ -4902,17 +5836,61 @@ msgid "Amplitude" msgstr "" #: hacks/config/whirlygig.xml.h:2 +msgid "Circle" +msgstr "" + +#: hacks/config/whirlygig.xml.h:3 msgid "Draws zooming chains of sinusoidal spots. Written by Ashton Trey Belew." msgstr "" +#: hacks/config/whirlygig.xml.h:4 +msgid "Explain modes" +msgstr "" + #: hacks/config/whirlygig.xml.h:5 -msgid "Whirlies" +msgid "Fun" msgstr "" #: hacks/config/whirlygig.xml.h:6 +msgid "Funky" +msgstr "" + +#: hacks/config/whirlygig.xml.h:7 +msgid "Innie" +msgstr "" + +#: hacks/config/whirlygig.xml.h:8 +msgid "Leave a trail" +msgstr "" + +#: hacks/config/whirlygig.xml.h:9 +msgid "Linear" +msgstr "" + +#: hacks/config/whirlygig.xml.h:11 +msgid "Lissajous" +msgstr "" + +#: hacks/config/whirlygig.xml.h:15 +msgid "Test" +msgstr "" + +#: hacks/config/whirlygig.xml.h:16 +msgid "Use Double Buffering" +msgstr "" + +#: hacks/config/whirlygig.xml.h:17 +msgid "Whirlies" +msgstr "" + +#: hacks/config/whirlygig.xml.h:18 msgid "WhirlyGig" msgstr "" +#: hacks/config/whirlygig.xml.h:19 +msgid "Wrap the screen" +msgstr "" + #: hacks/config/worm.xml.h:1 msgid "" "An ancient xlock hack that draws multicolored worms that crawl around the " @@ -4929,7 +5907,7 @@ msgid "" "XaoS generates fast fly-through animations of the Mandelbrot and other " "fractal sets. Written by Thomas Marsh and Jan Hubicka. This is not included " "with the XScreenSaver package, but if you don't have it already, you can " -"find it at <http://limax.paru.cas.cz/~hubicka/XaoS/>." +"find it at <http://xaos.theory.org/>." msgstr "" #: hacks/config/xdaliclock.xml.h:1 @@ -4952,7 +5930,7 @@ msgstr "" msgid "Huge Font" msgstr "" -#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:9 +#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:10 msgid "Large Font" msgstr "" @@ -4960,7 +5938,7 @@ msgstr "" msgid "Medium Font" msgstr "" -#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:16 msgid "Small Font" msgstr "" @@ -5129,14 +6107,12 @@ msgstr "" msgid "Xlyap" msgstr "" -#: hacks/config/xmatrix.xml.h:1 +#: hacks/config/xmatrix.xml.h:3 msgid "" -"A rendition of the text scrolls seen in the movie ``The Matrix.'' Written by " -"Jamie Zawinski." -msgstr "" - -#: hacks/config/xmatrix.xml.h:2 -msgid "Binary Encoding" +"Draws dropping characters similar to what is seen on the computer monitors " +"in \"The Matrix\". See also \"glmatrix\" for a 3D rendering of the similar " +"effect that appeared in the title sequence of the movie. Written by Jamie " +"Zawinski." msgstr "" #: hacks/config/xmatrix.xml.h:4 @@ -5147,35 +6123,27 @@ msgstr "" msgid "Full" msgstr "" -#: hacks/config/xmatrix.xml.h:7 -msgid "Genetic Encoding" -msgstr "" - -#: hacks/config/xmatrix.xml.h:8 -msgid "Hexadecimal Encoding" -msgstr "" - -#: hacks/config/xmatrix.xml.h:10 -msgid "Matrix Encoding" +#: hacks/config/xmatrix.xml.h:9 +msgid "Knock Knock" msgstr "" -#: hacks/config/xmatrix.xml.h:11 +#: hacks/config/xmatrix.xml.h:12 msgid "Phone Number" msgstr "" -#: hacks/config/xmatrix.xml.h:12 +#: hacks/config/xmatrix.xml.h:13 msgid "Run Trace Program" msgstr "" -#: hacks/config/xmatrix.xml.h:13 +#: hacks/config/xmatrix.xml.h:14 msgid "Slider Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:18 +#: hacks/config/xmatrix.xml.h:19 msgid "Synergistic Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:19 +#: hacks/config/xmatrix.xml.h:20 msgid "Xmatrix" msgstr "" @@ -5279,3 +6247,7 @@ msgid "" "option the result is like looking through many overlapping lenses rather " "than just a simple zoom. Written by James Macnicol." msgstr "" + +#, fuzzy +#~ msgid "Preview of screen saver" +#~ msgstr "Propriedades da proteo de tela" diff --git a/po/ru.po b/po/ru.po index f8933bc4..4cce7738 100644 --- a/po/ru.po +++ b/po/ru.po @@ -546,16 +546,6 @@ msgstr "Отменить" msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "Для обновлений см. http://www.jwz.org/xscreensaver/" -#: driver/demo-Gtk.c:608 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "Copyright (C) 1991-2002 %s" - -#: driver/demo-Gtk.c:610 -#, fuzzy, c-format -msgid "Copyright 1991-2002 %s" -msgstr "Copyright (C) 1991-2002 %s" - #: driver/demo-Gtk.c:726 msgid "" "Error:\n" @@ -5339,177 +5329,3 @@ msgid "" "option the result is like looking through many overlapping lenses rather " "than just a simple zoom. Written by James Macnicol." msgstr "" - -#~ msgid "Not" -#~ msgstr "Не" - -#~ msgid "Installed" -#~ msgstr "установлено" - -#, fuzzy -#~ msgid "Screensaver Preferences" -#~ msgstr "Хранитель экрана" - -#~ msgid "How long after the screen blanks until a password will be required." -#~ msgstr "" -#~ "Как долго должен быть активен хранитель экрана, прежде чем для его де-" -#~ "активации потребуется пароль." - -#~ msgid "How long before the screensaver activates." -#~ msgstr "" -#~ "Как долго от пользователя не должно быть никакой активности, чтобы " -#~ "активировался хранитель экрана." - -#~ msgid "" -#~ "How long each display mode should run before choosing a new one (in " -#~ "Random mode.)" -#~ msgstr "" -#~ "Как долго должена проработать одина заставка-хранитель, прежде чем вместо " -#~ "неё будет запущена другая (имеет смысл только в режиме \"Случайный " -#~ "хранитель экрана\").." - -#~ msgid "How long until the monitor goes completely black." -#~ msgstr "" -#~ "Через какое время монитор должен начать показывать только \"черный экран" -#~ "\"." - -#~ msgid "" -#~ "Whether the image-manipulating modes should operate on images captured " -#~ "from the system's video input (if there is one.)" -#~ msgstr "" -#~ "Должны ли заставки-хранители, манипулирующие изображениями, работать с " -#~ "изображениями, захваченными с системного видео входа (если таковой " -#~ "имеется)." - -#~ msgid "_Verbose Diagnostics" -#~ msgstr "_Расширенная диагностика" - -#~ msgid "Rarely" -#~ msgstr "Редко" - -#, fuzzy -#~ msgid "Barcode" -#~ msgstr "Обзор" - -#, fuzzy -#~ msgid "Bounce Speed" -#~ msgstr "Скорость блуждания" - -#, fuzzy -#~ msgid "Number of Cows" -#~ msgstr "Количество цветов" - -#, fuzzy -#~ msgid "Wireframe Cow" -#~ msgstr "Каркасное изображение" - -#, fuzzy -#~ msgid "Linux" -#~ msgstr "Sparc Linux" - -#, fuzzy -#~ msgid "Windows 3.1" -#~ msgstr "Windows" - -#, fuzzy -#~ msgid "Standalone" -#~ msgstr "Стандартные" - -#~ msgid "URL" -#~ msgstr "URL" - -#~ msgid "Audi Quattro (5 cylinders)" -#~ msgstr "Audi Quattro (5 цилиндров)" - -#~ msgid "BMW M3 (4 cylinders)" -#~ msgstr "BMW M3 (4 цилиндра)" - -#~ msgid "BMW M5 (6 cylinders)" -#~ msgstr "BMW M5 (6 цилиндров)" - -#~ msgid "Corvette Z06 (8 cylinders, V)" -#~ msgstr "Corvette Z06 (8 цилиндров, V)" - -#~ msgid "Dodge Viper (10 cylinders, V)" -#~ msgstr "Dodge Viper (10 цилиндров, V)" - -#~ msgid "Jaguar XKE (12 cylinders, V)" -#~ msgstr "Jaguar XKE (12 цилиндров, V)" - -#~ msgid "Porsche 911 (6 cylinders, flat)" -#~ msgstr "Porsche 911 (6 цилиндров, flat)" - -#~ msgid "Random Engine" -#~ msgstr "Случайный двигатель" - -#~ msgid "Subaru XT (6 cylinders, V)" -#~ msgstr "Subaru XT (6 цилиндров, V)" - -#~ msgid "VW Beetle (4 cylinders, flat)" -#~ msgstr "VW Beetle (4 цилиндра, flat)" - -#, fuzzy -#~ msgid "Eruption" -#~ msgstr "Описание" - -#, fuzzy -#~ msgid "Number of Particles" -#~ msgstr "Количество акул" - -#, fuzzy -#~ msgid "Fire" -#~ msgstr "Файл" - -#, fuzzy -#~ msgid "Water" -#~ msgstr "Чистая вода" - -#, fuzzy -#~ msgid "Air Speed" -#~ msgstr "Скорость" - -#, fuzzy -#~ msgid "Number of Slices" -#~ msgstr "Количество цветов" - -#, fuzzy -#~ msgid "Number of Toasters" -#~ msgstr "Количество акул" - -#, fuzzy -#~ msgid "5 Minutes" -#~ msgstr "1 минута" - -#, fuzzy -#~ msgid "Image Duration" -#~ msgstr "Манипуляции с изображениями" - -#, fuzzy -#~ msgid "Disable Spin" -#~ msgstr "Запретить хранитель экрана" - -#~ msgid "Big" -#~ msgstr "Большой" - -#, fuzzy -#~ msgid "MetaBall Radius" -#~ msgstr "Радиус зерен" - -#, fuzzy -#~ msgid "MetaBalls" -#~ msgstr "Мячи" - -#, fuzzy -#~ msgid "Number of MetaBalls" -#~ msgstr "Количество цветов" - -#, fuzzy -#~ msgid "Explain modes" -#~ msgstr "Режимы экрана" - -#, fuzzy -#~ msgid "Linear" -#~ msgstr "Линии" - -#~ msgid "Copyright 1991-2002 %s" -#~ msgstr "Copyright (C) 1991-2002 %s" diff --git a/po/sk.po b/po/sk.po index be4dd06b..9bcdef9d 100644 --- a/po/sk.po +++ b/po/sk.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: xscreensaver\n" -"POT-Creation-Date: 2002-06-18 21:56+0200\n" +"POT-Creation-Date: 2003-07-24 19:05+0200\n" "PO-Revision-Date: 2002-04-08 08:33+0200\n" "Last-Translator: Marcel Telka \n" "Language-Team: Slovak \n" @@ -13,35 +13,40 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-2\n" "Content-Transfer-Encoding: 8bit\n" -#: driver/demo-Gtk-conf.c:729 +#: driver/demo-Gtk-conf.c:731 msgid "Browse..." msgstr "Prezera»..." -#: driver/demo-Gtk-conf.c:1021 +#: driver/demo-Gtk-conf.c:1023 msgid "Select file." msgstr "Vybra» súbor." -#: driver/demo-Gtk-support.c:121 +#: driver/demo-Gtk-support.c:135 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "" -#: driver/demo-Gtk-support.c:130 +#: driver/demo-Gtk-support.c:147 driver/demo-Gtk-support.c:179 #, c-format msgid "Error loading pixmap file: %s" msgstr "" +#: driver/demo-Gtk-support.c:182 +#, c-format +msgid "reason: %s\n" +msgstr "" + #: driver/demo-Gtk-widgets.c:155 driver/xscreensaver-demo.glade.h:89 -#: driver/xscreensaver-demo.glade2.h:43 +#: driver/xscreensaver-demo.glade2.h:65 msgid "XScreenSaver" msgstr "" -#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:54 +#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:76 msgid "_File" msgstr "_Súbor" #: driver/demo-Gtk-widgets.c:196 driver/xscreensaver-demo.glade.h:93 -#: driver/xscreensaver-demo.glade2.h:48 +#: driver/xscreensaver-demo.glade2.h:70 msgid "_Blank Screen Now" msgstr "_Vypnú» obrazovku okam¾ite" @@ -51,7 +56,7 @@ msgid "" msgstr "" #: driver/demo-Gtk-widgets.c:209 driver/xscreensaver-demo.glade.h:97 -#: driver/xscreensaver-demo.glade2.h:58 +#: driver/xscreensaver-demo.glade2.h:80 msgid "_Lock Screen Now" msgstr "_Zamknú» obrazuvku okam¾ite" @@ -60,7 +65,7 @@ msgid "Lock the screen now (even if \"Lock Screen\" is unchecked.)" msgstr "" #: driver/demo-Gtk-widgets.c:222 driver/xscreensaver-demo.glade.h:96 -#: driver/xscreensaver-demo.glade2.h:56 +#: driver/xscreensaver-demo.glade2.h:78 msgid "_Kill Daemon" msgstr "_Zabi» démona" @@ -69,7 +74,7 @@ msgid "Tell the running XScreenSaver daemon to exit." msgstr "" #: driver/demo-Gtk-widgets.c:235 driver/xscreensaver-demo.glade.h:98 -#: driver/xscreensaver-demo.glade2.h:64 +#: driver/xscreensaver-demo.glade2.h:86 msgid "_Restart Daemon" msgstr "_Re¹tartova» démona" @@ -87,12 +92,12 @@ msgid "" "running in the background.)" msgstr "" -#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:55 +#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:77 msgid "_Help" msgstr "_Pomocník" #: driver/demo-Gtk-widgets.c:290 driver/xscreensaver-demo.glade.h:92 -#: driver/xscreensaver-demo.glade2.h:44 +#: driver/xscreensaver-demo.glade2.h:66 msgid "_About..." msgstr "_O programe..." @@ -101,7 +106,7 @@ msgid "Display version information." msgstr "" #: driver/demo-Gtk-widgets.c:303 driver/xscreensaver-demo.glade.h:94 -#: driver/xscreensaver-demo.glade2.h:53 +#: driver/xscreensaver-demo.glade2.h:75 msgid "_Documentation..." msgstr "_Dokumentácia..." @@ -115,7 +120,7 @@ msgid "Cycle After" msgstr "_Opakova» po" #: driver/demo-Gtk-widgets.c:364 driver/xscreensaver-demo.glade.h:78 -#: driver/xscreensaver-demo.glade2.h:42 +#: driver/xscreensaver-demo.glade2.h:54 msgid "Whether a password should be required to un-blank the screen." msgstr "Èi má by» po¾adované heslo pri obnovení obrazovky." @@ -131,24 +136,25 @@ msgstr "_Vypn #: driver/demo-Gtk-widgets.c:397 driver/demo-Gtk-widgets.c:447 #: driver/demo-Gtk-widgets.c:461 driver/demo-Gtk-widgets.c:1010 -#: driver/xscreensaver-demo.glade.h:43 driver/xscreensaver-demo.glade2.h:26 +#: driver/xscreensaver-demo.glade.h:43 msgid "How long before the monitor goes completely black." msgstr "" #: driver/demo-Gtk-widgets.c:401 driver/demo-Gtk-widgets.c:413 #: driver/demo-Gtk-widgets.c:425 driver/demo-Gtk-widgets.c:1014 #: driver/demo-Gtk-widgets.c:1026 driver/demo-Gtk-widgets.c:1038 -#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:70 +#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:92 msgid "minutes" msgstr "minút" -#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2661 +#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2831 #: driver/xscreensaver-demo.glade.h:58 #, fuzzy msgid "Preview" msgstr "_Náhµad" #: driver/demo-Gtk-widgets.c:484 driver/xscreensaver-demo.glade.h:21 +#: driver/xscreensaver-demo.glade2.h:12 msgid "" "Demo the selected screen saver in full-screen mode (click the mouse to " "return.)" @@ -160,6 +166,7 @@ msgid "Settings..." msgstr "_Nastavenia..." #: driver/demo-Gtk-widgets.c:494 driver/xscreensaver-demo.glade.h:17 +#: driver/xscreensaver-demo.glade2.h:9 msgid "Customization and explanation of the selected screen saver." msgstr "" @@ -169,7 +176,7 @@ msgid "Mode:" msgstr "_Re¾im:" #: driver/demo-Gtk-widgets.c:533 driver/xscreensaver-demo.glade.h:25 -#: driver/xscreensaver-demo.glade2.h:14 +#: driver/xscreensaver-demo.glade2.h:16 msgid "Disable Screen Saver" msgstr "Deaktivova» ¹etriè obrazovky" @@ -179,21 +186,21 @@ msgid "Blank Screen Only" msgstr "Len prázdna obrazovka" #: driver/demo-Gtk-widgets.c:539 driver/xscreensaver-demo.glade.h:56 -#: driver/xscreensaver-demo.glade2.h:32 +#: driver/xscreensaver-demo.glade2.h:42 msgid "Only One Screen Saver" msgstr "Len jeden ¹etriè obrazovky" #: driver/demo-Gtk-widgets.c:542 driver/xscreensaver-demo.glade.h:60 -#: driver/xscreensaver-demo.glade2.h:35 +#: driver/xscreensaver-demo.glade2.h:44 msgid "Random Screen Saver" msgstr "Náhodný ¹etriè obrazovky" -#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2034 +#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2120 #: driver/xscreensaver-demo.glade.h:75 msgid "Use" msgstr "Pou¾i»" -#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2044 +#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2130 #: driver/xscreensaver-demo.glade.h:63 msgid "Screen Saver" msgstr "©etriè obrazovky" @@ -204,6 +211,7 @@ msgid "\\/" msgstr "/" #: driver/demo-Gtk-widgets.c:646 driver/xscreensaver-demo.glade.h:61 +#: driver/xscreensaver-demo.glade2.h:45 msgid "" "Run the next screen saver in the list in full-screen mode (click the mouse " "to return.)" @@ -215,13 +223,14 @@ msgid "/\\" msgstr "/" #: driver/demo-Gtk-widgets.c:656 driver/xscreensaver-demo.glade.h:62 +#: driver/xscreensaver-demo.glade2.h:46 msgid "" "Run the previous screen saver in the list in full-screen mode (click the " "mouse to return.)" msgstr "" #: driver/demo-Gtk-widgets.c:658 driver/demo-Gtk-widgets.c:1601 -#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:11 +#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:13 msgid "Description" msgstr "Popis" @@ -231,11 +240,12 @@ msgid "Display Modes" msgstr "_Re¾imy zobrazovania" #: driver/demo-Gtk-widgets.c:701 driver/xscreensaver-demo.glade.h:23 -#: driver/xscreensaver-demo.glade2.h:12 +#: driver/xscreensaver-demo.glade2.h:14 msgid "Diagnostics" msgstr "" #: driver/demo-Gtk-widgets.c:745 driver/xscreensaver-demo.glade.h:80 +#: driver/xscreensaver-demo.glade2.h:56 msgid "Whether the daemon should print lots of debugging information." msgstr "" @@ -244,6 +254,7 @@ msgid "Verbose Diagnostics" msgstr "" #: driver/demo-Gtk-widgets.c:762 driver/xscreensaver-demo.glade.h:79 +#: driver/xscreensaver-demo.glade2.h:55 #, fuzzy msgid "" "Whether any error output of the display modes should be redirected to the " @@ -256,6 +267,7 @@ msgid "Display Subprocess Errors" msgstr "Zobrazi» _chyby podprocesu" #: driver/demo-Gtk-widgets.c:779 driver/xscreensaver-demo.glade.h:87 +#: driver/xscreensaver-demo.glade2.h:63 msgid "" "Whether the splash screen (with the version number and `Help' button) should " "be momentarily displayed when the daemon first starts up." @@ -272,6 +284,7 @@ msgid "Colormaps" msgstr "Farebné mapy" #: driver/demo-Gtk-widgets.c:834 driver/xscreensaver-demo.glade.h:88 +#: driver/xscreensaver-demo.glade2.h:64 msgid "" "Whether to install a private colormap when running in 8-bit mode on the " "default Visual." @@ -283,6 +296,7 @@ msgid "Install Colormap" msgstr "_In¹talova» farebnú mapu" #: driver/demo-Gtk-widgets.c:859 driver/xscreensaver-demo.glade.h:86 +#: driver/xscreensaver-demo.glade2.h:62 msgid "" "Whether the screen should slowly fade to black when the screen saver " "activates." @@ -294,6 +308,7 @@ msgid "Fade To Black When Blanking" msgstr "Prechod do èiernej pri _vypínaní" #: driver/demo-Gtk-widgets.c:876 driver/xscreensaver-demo.glade.h:85 +#: driver/xscreensaver-demo.glade2.h:61 msgid "" "Whether the screen should slowly fade in from black when the screen saver " "deactivates." @@ -310,20 +325,22 @@ msgid "Fade Duration" msgstr "_Trvanie prechodu" #: driver/demo-Gtk-widgets.c:922 driver/xscreensaver-demo.glade.h:44 +#: driver/xscreensaver-demo.glade2.h:31 msgid "How long it should take for the screen to fade in and out." msgstr "" #: driver/demo-Gtk-widgets.c:926 driver/xscreensaver-demo.glade.h:100 -#: driver/xscreensaver-demo.glade2.h:73 +#: driver/xscreensaver-demo.glade2.h:96 msgid "seconds" msgstr "sekúnd" #: driver/demo-Gtk-widgets.c:936 driver/xscreensaver-demo.glade.h:27 -#: driver/xscreensaver-demo.glade2.h:15 +#: driver/xscreensaver-demo.glade2.h:17 msgid "Display Power Management" msgstr "Zobrazi» správu napájania" #: driver/demo-Gtk-widgets.c:980 driver/xscreensaver-demo.glade.h:84 +#: driver/xscreensaver-demo.glade2.h:60 msgid "Whether the monitor should be powered down after a while." msgstr "" @@ -347,19 +364,22 @@ msgid "Standby After" msgstr "_Vypnú» obrazovku po" #: driver/demo-Gtk-widgets.c:1099 driver/xscreensaver-demo.glade.h:45 +#: driver/xscreensaver-demo.glade2.h:33 msgid "How long until the monitor goes into power-saving mode." msgstr "" #: driver/demo-Gtk-widgets.c:1113 driver/xscreensaver-demo.glade.h:46 +#: driver/xscreensaver-demo.glade2.h:34 msgid "How long until the monitor powers down." msgstr "" #: driver/demo-Gtk-widgets.c:1117 driver/xscreensaver-demo.glade.h:47 -#: driver/xscreensaver-demo.glade2.h:27 +#: driver/xscreensaver-demo.glade2.h:35 msgid "Image Manipulation" msgstr "" #: driver/demo-Gtk-widgets.c:1161 driver/xscreensaver-demo.glade.h:81 +#: driver/xscreensaver-demo.glade2.h:57 msgid "" "Whether the image-manipulating modes should be allowed to operate on an " "image of your desktop." @@ -380,6 +400,7 @@ msgid "Grab Video Frames" msgstr "" #: driver/demo-Gtk-widgets.c:1195 driver/xscreensaver-demo.glade.h:83 +#: driver/xscreensaver-demo.glade2.h:59 msgid "" "Whether the image-manipulating modes should operate on random images loaded " "from disk." @@ -391,6 +412,7 @@ msgid "Choose Random Image:" msgstr "_Vybra» náhodný obrázok:" #: driver/demo-Gtk-widgets.c:1230 driver/xscreensaver-demo.glade.h:73 +#: driver/xscreensaver-demo.glade2.h:52 msgid "The directory from which images will be randomly chosen." msgstr "" @@ -409,12 +431,12 @@ msgid "XScreenSaver: Mode-Specific Settings" msgstr "" #: driver/demo-Gtk-widgets.c:1460 driver/xscreensaver-demo.glade.h:64 -#: driver/xscreensaver-demo.glade2.h:36 +#: driver/xscreensaver-demo.glade2.h:47 msgid "Settings" msgstr "Nastavenia" #: driver/demo-Gtk-widgets.c:1489 driver/xscreensaver-demo.glade.h:66 -#: driver/xscreensaver-demo.glade2.h:38 +#: driver/xscreensaver-demo.glade2.h:49 msgid "Standard" msgstr "©tandardné" @@ -423,7 +445,7 @@ msgid "Visual:" msgstr "" #: driver/demo-Gtk-widgets.c:1544 driver/demo-Gtk-widgets.c:1567 -#: driver/demo-Gtk.c:1479 driver/demo-Gtk.c:2680 +#: driver/demo-Gtk.c:1518 driver/demo-Gtk.c:2850 #: driver/xscreensaver-demo.glade.h:5 driver/xscreensaver-demo.glade2.h:3 msgid "Any" msgstr "¥ubovoµný" @@ -434,42 +456,42 @@ msgid "Best" msgstr "Najlep¹í" #: driver/demo-Gtk-widgets.c:1546 driver/xscreensaver-demo.glade.h:19 -#: driver/xscreensaver-demo.glade2.h:9 +#: driver/xscreensaver-demo.glade2.h:10 msgid "Default" msgstr "Predvolené" #: driver/demo-Gtk-widgets.c:1547 driver/xscreensaver-demo.glade.h:20 -#: driver/xscreensaver-demo.glade2.h:10 +#: driver/xscreensaver-demo.glade2.h:11 msgid "Default-N" msgstr "Predvolené-N" #: driver/demo-Gtk-widgets.c:1548 driver/xscreensaver-demo.glade.h:37 -#: driver/xscreensaver-demo.glade2.h:21 +#: driver/xscreensaver-demo.glade2.h:23 msgid "GL" msgstr "GL" #: driver/demo-Gtk-widgets.c:1549 driver/xscreensaver-demo.glade.h:74 -#: driver/xscreensaver-demo.glade2.h:41 +#: driver/xscreensaver-demo.glade2.h:53 msgid "TrueColor" msgstr "TrueColor" #: driver/demo-Gtk-widgets.c:1550 driver/xscreensaver-demo.glade.h:59 -#: driver/xscreensaver-demo.glade2.h:34 +#: driver/xscreensaver-demo.glade2.h:43 msgid "PseudoColor" msgstr "" #: driver/demo-Gtk-widgets.c:1551 driver/xscreensaver-demo.glade.h:69 -#: driver/xscreensaver-demo.glade2.h:39 +#: driver/xscreensaver-demo.glade2.h:50 msgid "StaticGray" msgstr "" #: driver/demo-Gtk-widgets.c:1552 driver/xscreensaver-demo.glade.h:42 -#: driver/xscreensaver-demo.glade2.h:25 +#: driver/xscreensaver-demo.glade2.h:27 msgid "GrayScale" msgstr "" #: driver/demo-Gtk-widgets.c:1553 driver/xscreensaver-demo.glade.h:24 -#: driver/xscreensaver-demo.glade2.h:13 +#: driver/xscreensaver-demo.glade2.h:15 msgid "DirectColor" msgstr "" @@ -479,12 +501,12 @@ msgid "Color" msgstr "Farba" #: driver/demo-Gtk-widgets.c:1555 driver/xscreensaver-demo.glade.h:41 -#: driver/xscreensaver-demo.glade2.h:24 +#: driver/xscreensaver-demo.glade2.h:26 msgid "Gray" msgstr "Sivá" #: driver/demo-Gtk-widgets.c:1556 driver/xscreensaver-demo.glade.h:53 -#: driver/xscreensaver-demo.glade2.h:29 +#: driver/xscreensaver-demo.glade2.h:37 msgid "Mono" msgstr "ÈB" @@ -526,7 +548,7 @@ msgstr " msgid "Back to the graphical configuration options." msgstr "" -#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:688 +#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:727 #: driver/xscreensaver-demo.glade.h:54 msgid "OK" msgstr "" @@ -536,28 +558,18 @@ msgstr "" msgid "Cancel" msgstr "Zmeny" -#: driver/demo-Gtk.c:601 +#: driver/demo-Gtk.c:632 msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "" -#: driver/demo-Gtk.c:608 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:610 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:726 +#: driver/demo-Gtk.c:765 msgid "" "Error:\n" "\n" "No Help URL has been specified.\n" msgstr "" -#: driver/demo-Gtk.c:812 +#: driver/demo-Gtk.c:851 msgid "" "Error:\n" "\n" @@ -565,7 +577,7 @@ msgid "" "\n" msgstr "" -#: driver/demo-Gtk.c:818 +#: driver/demo-Gtk.c:857 msgid "" "You are running as root. This usually means that xscreensaver\n" "was unable to contact your X server because access control is\n" @@ -584,18 +596,18 @@ msgid "" "normal user, and `su' as necessary." msgstr "" -#: driver/demo-Gtk.c:834 +#: driver/demo-Gtk.c:873 msgid "Please check your $PATH and permissions." msgstr "" -#: driver/demo-Gtk.c:869 +#: driver/demo-Gtk.c:908 msgid "" "Error:\n" "\n" "Couldn't determine init file name!\n" msgstr "" -#: driver/demo-Gtk.c:874 +#: driver/demo-Gtk.c:913 #, c-format msgid "" "Error:\n" @@ -603,14 +615,14 @@ msgid "" "Couldn't write %s\n" msgstr "" -#: driver/demo-Gtk.c:933 +#: driver/demo-Gtk.c:972 msgid "" "Error:\n" "\n" "no `manualCommand' resource set." msgstr "" -#: driver/demo-Gtk.c:1114 +#: driver/demo-Gtk.c:1153 #, c-format msgid "" "Error:\n" @@ -618,7 +630,7 @@ msgid "" "Unparsable time format: \"%s\"\n" msgstr "" -#: driver/demo-Gtk.c:1779 +#: driver/demo-Gtk.c:1818 #, c-format msgid "" "Error:\n" @@ -626,25 +638,25 @@ msgid "" "Directory does not exist: \"%s\"\n" msgstr "" -#: driver/demo-Gtk.c:2376 +#: driver/demo-Gtk.c:2532 msgid "Descriptions not available: no XML support compiled in." msgstr "" -#: driver/demo-Gtk.c:2381 +#: driver/demo-Gtk.c:2537 msgid "No description available." msgstr "" -#: driver/demo-Gtk.c:2632 +#: driver/demo-Gtk.c:2802 #, fuzzy msgid "Blank Screen" msgstr "Len prázdna obrazovka" -#: driver/demo-Gtk.c:2638 +#: driver/demo-Gtk.c:2808 #, fuzzy msgid "Screen Saver Disabled" msgstr "©etriè obrazovky" -#: driver/demo-Gtk.c:2798 +#: driver/demo-Gtk.c:2996 #, c-format msgid "" "Warning:\n" @@ -652,19 +664,27 @@ msgid "" "file \"%s\" has changed, reloading.\n" msgstr "" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 #, fuzzy msgid "No Preview" msgstr "bez náhµadu" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 #, fuzzy msgid "Available" msgstr "" "Náhµad nie je\n" "dostupný" -#: driver/demo-Gtk.c:3543 +#: driver/demo-Gtk.c:3079 +msgid "Not" +msgstr "" + +#: driver/demo-Gtk.c:3079 +msgid "Installed" +msgstr "" + +#: driver/demo-Gtk.c:3780 #, c-format msgid "" "Warning:\n" @@ -673,7 +693,7 @@ msgid "" "on display \"%s\". Launch it now?" msgstr "" -#: driver/demo-Gtk.c:3553 +#: driver/demo-Gtk.c:3790 #, c-format msgid "" "Warning:\n" @@ -692,7 +712,7 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3578 +#: driver/demo-Gtk.c:3815 #, c-format msgid "" "Warning:\n" @@ -708,7 +728,7 @@ msgid "" "Restart the daemon on \"%s\" as \"%s\" now?\n" msgstr "" -#: driver/demo-Gtk.c:3600 +#: driver/demo-Gtk.c:3837 #, c-format msgid "" "Warning:\n" @@ -720,14 +740,19 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3999 +#: driver/demo-Gtk.c:4272 #, c-format msgid "%s: unknown option: %s\n" msgstr "" +#: driver/demo-Gtk.c:4335 +#, fuzzy +msgid "Screensaver Preferences" +msgstr "©etriè obrazovky" + #: driver/screensaver-properties.desktop.in.h:1 -msgid "Configure the settings of the screensaver." -msgstr "Konfigurova» nastavenia ¹etrièa obrazovky." +msgid "Change screensaver properties" +msgstr "" #: driver/screensaver-properties.desktop.in.h:2 msgid "Screensaver" @@ -746,156 +771,186 @@ msgstr "*" msgid "Choose _Random Image:" msgstr "_Vybra» náhodný obrázok:" -#: driver/xscreensaver-demo.glade2.h:16 +#: driver/xscreensaver-demo.glade2.h:18 #, fuzzy msgid "Display Subprocess _Errors" msgstr "Zobrazi» _chyby podprocesu" -#: driver/xscreensaver-demo.glade2.h:17 +#: driver/xscreensaver-demo.glade2.h:19 #, fuzzy msgid "Display _Splash Screen at Startup" msgstr "Zobrazi» úvodnú _obrazovku pri ¹tarte" -#: driver/xscreensaver-demo.glade2.h:18 +#: driver/xscreensaver-demo.glade2.h:20 #, fuzzy msgid "F_ade Duration" msgstr "_Trvanie prechodu" -#: driver/xscreensaver-demo.glade2.h:19 +#: driver/xscreensaver-demo.glade2.h:21 #, fuzzy msgid "Fade from Black When _Unblanking" msgstr "Prechod z èiernej pri _obnovení" -#: driver/xscreensaver-demo.glade2.h:20 +#: driver/xscreensaver-demo.glade2.h:22 #, fuzzy msgid "Fade to Black when _Blanking" msgstr "Prechod do èiernej pri _vypínaní" -#: driver/xscreensaver-demo.glade2.h:22 +#: driver/xscreensaver-demo.glade2.h:24 msgid "Grab Desktop _Images" msgstr "" -#: driver/xscreensaver-demo.glade2.h:23 +#: driver/xscreensaver-demo.glade2.h:25 msgid "Grab _Video Frames" msgstr "" #: driver/xscreensaver-demo.glade2.h:28 +msgid "How long after the screen blanks until a password will be required." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:29 +msgid "How long before the screensaver activates." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:30 +msgid "" +"How long each display mode should run before choosing a new one (in Random " +"mode.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:32 +msgid "How long until the monitor goes completely black." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:36 #, fuzzy msgid "Install _Colormap" msgstr "_In¹talova» farebnú mapu" -#: driver/xscreensaver-demo.glade2.h:30 +#: driver/xscreensaver-demo.glade2.h:38 #, fuzzy msgid "" "No Preview\n" "Available" msgstr "bez náhµadu" -#: driver/xscreensaver-demo.glade2.h:33 -msgid "Preview of screen saver" -msgstr "Náhµad ¹etrièa obrazovky" +#: driver/xscreensaver-demo.glade2.h:40 +msgid "" +"Not\n" +"Installed" +msgstr "" -#: driver/xscreensaver-demo.glade2.h:37 +#: driver/xscreensaver-demo.glade2.h:48 #, fuzzy msgid "Stand_by After" msgstr "_Vypnú» obrazovku po" -#: driver/xscreensaver-demo.glade2.h:40 +#: driver/xscreensaver-demo.glade2.h:51 #, fuzzy msgid "Sus_pend After" msgstr "_Vypnú» obrazovku po" -#: driver/xscreensaver-demo.glade2.h:45 +#: driver/xscreensaver-demo.glade2.h:58 +msgid "" +"Whether the image-manipulating modes should operate on images captured from " +"the system's video input (if there is one.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:67 msgid "_Advanced" msgstr "_Roz¹írené" -#: driver/xscreensaver-demo.glade2.h:46 +#: driver/xscreensaver-demo.glade2.h:68 #, fuzzy msgid "_Advanced >>" msgstr "Roz¹írené" -#: driver/xscreensaver-demo.glade2.h:47 +#: driver/xscreensaver-demo.glade2.h:69 #, fuzzy msgid "_Blank After" msgstr "_Vypnú» obrazovku po" -#: driver/xscreensaver-demo.glade2.h:49 +#: driver/xscreensaver-demo.glade2.h:71 #, fuzzy msgid "_Browse" msgstr "_Prezera»" -#: driver/xscreensaver-demo.glade2.h:50 +#: driver/xscreensaver-demo.glade2.h:72 #, fuzzy msgid "_Command Line:" msgstr "_Príkazový riadok:" -#: driver/xscreensaver-demo.glade2.h:51 +#: driver/xscreensaver-demo.glade2.h:73 #, fuzzy msgid "_Cycle After" msgstr "_Opakova» po" -#: driver/xscreensaver-demo.glade2.h:52 +#: driver/xscreensaver-demo.glade2.h:74 #, fuzzy msgid "_Display Modes" msgstr "_Re¾imy zobrazovania" -#: driver/xscreensaver-demo.glade2.h:57 +#: driver/xscreensaver-demo.glade2.h:79 #, fuzzy msgid "_Lock Screen After" msgstr "_Zamknú» obrazovku po" -#: driver/xscreensaver-demo.glade2.h:59 +#: driver/xscreensaver-demo.glade2.h:81 #, fuzzy msgid "_Mode:" msgstr "_Re¾im:" -#: driver/xscreensaver-demo.glade2.h:60 +#: driver/xscreensaver-demo.glade2.h:82 #, fuzzy msgid "_Off After" msgstr "_Vypnú» po" -#: driver/xscreensaver-demo.glade2.h:61 +#: driver/xscreensaver-demo.glade2.h:83 #, fuzzy msgid "_Power Management Enabled" msgstr "_Správa napájania aktívna" -#: driver/xscreensaver-demo.glade2.h:62 +#: driver/xscreensaver-demo.glade2.h:84 #, fuzzy msgid "_Preview" msgstr "_Náhµad" -#: driver/xscreensaver-demo.glade2.h:63 +#: driver/xscreensaver-demo.glade2.h:85 msgid "_Quit" msgstr "_Koniec" -#: driver/xscreensaver-demo.glade2.h:65 +#: driver/xscreensaver-demo.glade2.h:87 #, fuzzy msgid "_Settings..." msgstr "_Nastavenia..." -#: driver/xscreensaver-demo.glade2.h:66 +#: driver/xscreensaver-demo.glade2.h:88 #, fuzzy msgid "_Standard <<" msgstr "©tandardné" -#: driver/xscreensaver-demo.glade2.h:67 -msgid "_Verbose Dialognostics" +#: driver/xscreensaver-demo.glade2.h:89 +msgid "_Verbose Diagnostics" msgstr "" -#: driver/xscreensaver-demo.glade2.h:68 +#: driver/xscreensaver-demo.glade2.h:90 msgid "_Visual:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:69 +#: driver/xscreensaver-demo.glade2.h:91 msgid "dialog1" msgstr "dialog1" -#: driver/xscreensaver-demo.glade2.h:71 +#: driver/xscreensaver-demo.glade2.h:93 #, fuzzy msgid "no preview" msgstr "náhµad" -#: driver/xscreensaver-demo.glade2.h:72 +#: driver/xscreensaver-demo.glade2.h:94 +msgid "not installed" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:95 msgid "preview" msgstr "náhµad" @@ -907,85 +962,95 @@ msgstr "" msgid "Arms" msgstr "" -#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:5 +#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:6 #: hacks/config/apollonian.xml.h:5 hacks/config/atlantis.xml.h:4 -#: hacks/config/attraction.xml.h:8 hacks/config/blaster.xml.h:3 -#: hacks/config/blitspin.xml.h:4 hacks/config/bouboule.xml.h:3 +#: hacks/config/attraction.xml.h:8 hacks/config/atunnel.xml.h:3 +#: hacks/config/barcode.xml.h:4 hacks/config/blaster.xml.h:3 +#: hacks/config/blitspin.xml.h:4 hacks/config/blocktube.xml.h:4 +#: hacks/config/bouboule.xml.h:3 hacks/config/bouncingcow.xml.h:6 #: hacks/config/boxed.xml.h:4 hacks/config/braid.xml.h:4 #: hacks/config/bubble3d.xml.h:3 hacks/config/bubbles.xml.h:8 #: hacks/config/bumps.xml.h:3 hacks/config/cage.xml.h:2 -#: hacks/config/circuit.xml.h:4 hacks/config/compass.xml.h:3 -#: hacks/config/coral.xml.h:7 hacks/config/critical.xml.h:3 -#: hacks/config/crystal.xml.h:6 hacks/config/cubenetic.xml.h:8 +#: hacks/config/circuit.xml.h:4 hacks/config/cloudlife.xml.h:3 +#: hacks/config/compass.xml.h:3 hacks/config/coral.xml.h:7 +#: hacks/config/critical.xml.h:3 hacks/config/crystal.xml.h:6 +#: hacks/config/cubenetic.xml.h:8 hacks/config/cubestorm.xml.h:4 #: hacks/config/cynosure.xml.h:4 hacks/config/dangerball.xml.h:3 #: hacks/config/decayscreen.xml.h:2 hacks/config/deluxe.xml.h:4 #: hacks/config/demon.xml.h:4 hacks/config/discrete.xml.h:2 #: hacks/config/distort.xml.h:4 hacks/config/drift.xml.h:3 -#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:3 -#: hacks/config/epicycle.xml.h:5 hacks/config/euler2d.xml.h:3 -#: hacks/config/extrusion.xml.h:3 hacks/config/fadeplot.xml.h:4 -#: hacks/config/flag.xml.h:2 hacks/config/flame.xml.h:6 -#: hacks/config/flipscreen3d.xml.h:1 hacks/config/flow.xml.h:4 -#: hacks/config/fluidballs.xml.h:3 hacks/config/forest.xml.h:1 +#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:8 +#: hacks/config/epicycle.xml.h:5 hacks/config/eruption.xml.h:5 +#: hacks/config/euler2d.xml.h:3 hacks/config/extrusion.xml.h:3 +#: hacks/config/fadeplot.xml.h:4 hacks/config/flag.xml.h:2 +#: hacks/config/flame.xml.h:6 hacks/config/flipscreen3d.xml.h:1 +#: hacks/config/flow.xml.h:4 hacks/config/fluidballs.xml.h:5 +#: hacks/config/flyingtoasters.xml.h:5 hacks/config/forest.xml.h:1 #: hacks/config/galaxy.xml.h:3 hacks/config/gears.xml.h:2 -#: hacks/config/gflux.xml.h:6 hacks/config/glforestfire.xml.h:4 -#: hacks/config/glplanet.xml.h:2 hacks/config/glsnake.xml.h:5 -#: hacks/config/gltext.xml.h:3 hacks/config/goop.xml.h:4 -#: hacks/config/grav.xml.h:2 hacks/config/greynetic.xml.h:1 -#: hacks/config/halo.xml.h:2 hacks/config/hopalong.xml.h:9 -#: hacks/config/hyperball.xml.h:2 hacks/config/hypercube.xml.h:2 +#: hacks/config/gflux.xml.h:6 hacks/config/glblur.xml.h:4 +#: hacks/config/glforestfire.xml.h:4 hacks/config/glknots.xml.h:3 +#: hacks/config/glmatrix.xml.h:8 hacks/config/glplanet.xml.h:2 +#: hacks/config/glsnake.xml.h:5 hacks/config/gltext.xml.h:3 +#: hacks/config/goop.xml.h:4 hacks/config/grav.xml.h:2 +#: hacks/config/greynetic.xml.h:1 hacks/config/halo.xml.h:2 +#: hacks/config/hopalong.xml.h:9 hacks/config/hyperball.xml.h:2 +#: hacks/config/hypercube.xml.h:2 hacks/config/hypertorus.xml.h:6 #: hacks/config/ifs.xml.h:1 hacks/config/interference.xml.h:5 -#: hacks/config/jigsaw.xml.h:3 hacks/config/juggle.xml.h:3 -#: hacks/config/julia.xml.h:2 hacks/config/kaleidescope.xml.h:2 +#: hacks/config/jigglypuff.xml.h:6 hacks/config/jigsaw.xml.h:3 +#: hacks/config/juggle.xml.h:3 hacks/config/julia.xml.h:2 +#: hacks/config/kaleidescope.xml.h:2 hacks/config/klein.xml.h:2 #: hacks/config/kumppa.xml.h:3 hacks/config/lament.xml.h:2 #: hacks/config/laser.xml.h:3 hacks/config/lavalite.xml.h:10 #: hacks/config/lightning.xml.h:1 hacks/config/lisa.xml.h:2 #: hacks/config/lissie.xml.h:3 hacks/config/lmorph.xml.h:3 #: hacks/config/loop.xml.h:1 hacks/config/maze.xml.h:4 -#: hacks/config/menger.xml.h:3 hacks/config/moebius.xml.h:3 -#: hacks/config/moire2.xml.h:2 hacks/config/molecule.xml.h:10 -#: hacks/config/morph3d.xml.h:3 hacks/config/mountain.xml.h:2 -#: hacks/config/munch.xml.h:3 hacks/config/nerverot.xml.h:9 -#: hacks/config/penetrate.xml.h:3 hacks/config/penrose.xml.h:6 -#: hacks/config/petri.xml.h:5 hacks/config/phosphor.xml.h:3 +#: hacks/config/menger.xml.h:3 hacks/config/metaballs.xml.h:4 +#: hacks/config/moebius.xml.h:3 hacks/config/moire2.xml.h:2 +#: hacks/config/molecule.xml.h:10 hacks/config/morph3d.xml.h:3 +#: hacks/config/mountain.xml.h:2 hacks/config/munch.xml.h:3 +#: hacks/config/nerverot.xml.h:9 hacks/config/penetrate.xml.h:3 +#: hacks/config/penrose.xml.h:6 hacks/config/petri.xml.h:5 +#: hacks/config/phosphor.xml.h:3 hacks/config/piecewise.xml.h:4 #: hacks/config/pipes.xml.h:5 hacks/config/polyominoes.xml.h:2 -#: hacks/config/pulsar.xml.h:11 hacks/config/pyro.xml.h:4 -#: hacks/config/qix.xml.h:7 hacks/config/queens.xml.h:1 -#: hacks/config/rd-bomb.xml.h:9 hacks/config/ripples.xml.h:4 -#: hacks/config/rocks.xml.h:4 hacks/config/rotor.xml.h:3 -#: hacks/config/rubik.xml.h:3 hacks/config/sballs.xml.h:4 -#: hacks/config/shadebobs.xml.h:3 hacks/config/sierpinski.xml.h:2 -#: hacks/config/sierpinski3d.xml.h:2 hacks/config/slidescreen.xml.h:2 -#: hacks/config/slip.xml.h:2 hacks/config/speedmine.xml.h:3 -#: hacks/config/sphere.xml.h:2 hacks/config/spheremonics.xml.h:5 -#: hacks/config/spiral.xml.h:3 hacks/config/spotlight.xml.h:2 -#: hacks/config/sproingies.xml.h:2 hacks/config/squiral.xml.h:4 -#: hacks/config/stairs.xml.h:1 hacks/config/starfish.xml.h:3 -#: hacks/config/starwars.xml.h:6 hacks/config/strange.xml.h:2 -#: hacks/config/superquadrics.xml.h:3 hacks/config/swirl.xml.h:2 -#: hacks/config/t3d.xml.h:6 hacks/config/thornbird.xml.h:2 -#: hacks/config/triangle.xml.h:1 hacks/config/truchet.xml.h:1 -#: hacks/config/twang.xml.h:3 hacks/config/vines.xml.h:1 -#: hacks/config/webcollage.xml.h:4 hacks/config/worm.xml.h:3 -#: hacks/config/xearth.xml.h:7 hacks/config/xfishtank.xml.h:3 -#: hacks/config/xflame.xml.h:4 hacks/config/xjack.xml.h:1 -#: hacks/config/xmatrix.xml.h:5 hacks/config/xmountains.xml.h:1 -#: hacks/config/xrayswarm.xml.h:2 hacks/config/zoom.xml.h:2 +#: hacks/config/popsquares.xml.h:3 hacks/config/pulsar.xml.h:11 +#: hacks/config/pyro.xml.h:4 hacks/config/qix.xml.h:7 +#: hacks/config/queens.xml.h:1 hacks/config/rd-bomb.xml.h:9 +#: hacks/config/ripples.xml.h:4 hacks/config/rocks.xml.h:4 +#: hacks/config/rotor.xml.h:3 hacks/config/rubik.xml.h:3 +#: hacks/config/sballs.xml.h:4 hacks/config/shadebobs.xml.h:3 +#: hacks/config/sierpinski.xml.h:2 hacks/config/sierpinski3d.xml.h:2 +#: hacks/config/slidescreen.xml.h:2 hacks/config/slip.xml.h:2 +#: hacks/config/speedmine.xml.h:3 hacks/config/sphere.xml.h:2 +#: hacks/config/spheremonics.xml.h:5 hacks/config/spiral.xml.h:3 +#: hacks/config/spotlight.xml.h:2 hacks/config/sproingies.xml.h:2 +#: hacks/config/squiral.xml.h:4 hacks/config/stairs.xml.h:1 +#: hacks/config/starfish.xml.h:3 hacks/config/starwars.xml.h:6 +#: hacks/config/strange.xml.h:2 hacks/config/superquadrics.xml.h:4 +#: hacks/config/swirl.xml.h:2 hacks/config/t3d.xml.h:6 +#: hacks/config/thornbird.xml.h:2 hacks/config/triangle.xml.h:1 +#: hacks/config/truchet.xml.h:1 hacks/config/twang.xml.h:3 +#: hacks/config/vines.xml.h:1 hacks/config/webcollage.xml.h:4 +#: hacks/config/worm.xml.h:3 hacks/config/xearth.xml.h:7 +#: hacks/config/xfishtank.xml.h:3 hacks/config/xflame.xml.h:4 +#: hacks/config/xjack.xml.h:1 hacks/config/xmatrix.xml.h:5 +#: hacks/config/xmountains.xml.h:1 hacks/config/xrayswarm.xml.h:2 +#: hacks/config/zoom.xml.h:2 msgid "Fast" msgstr "Rýchlo" #: hacks/config/anemone.xml.h:4 hacks/config/blaster.xml.h:4 #: hacks/config/bouboule.xml.h:4 hacks/config/coral.xml.h:8 -#: hacks/config/cubenetic.xml.h:9 hacks/config/euler2d.xml.h:4 -#: hacks/config/flame.xml.h:7 hacks/config/fluidballs.xml.h:4 -#: hacks/config/kaleidescope.xml.h:3 hacks/config/lisa.xml.h:3 -#: hacks/config/pedal.xml.h:4 hacks/config/petri.xml.h:7 -#: hacks/config/qix.xml.h:8 hacks/config/thornbird.xml.h:3 -#: hacks/config/whirlwindwarp.xml.h:1 hacks/config/xfishtank.xml.h:4 +#: hacks/config/cubenetic.xml.h:9 hacks/config/eruption.xml.h:6 +#: hacks/config/euler2d.xml.h:4 hacks/config/flame.xml.h:7 +#: hacks/config/fluidballs.xml.h:6 hacks/config/kaleidescope.xml.h:3 +#: hacks/config/lisa.xml.h:3 hacks/config/pedal.xml.h:4 +#: hacks/config/petri.xml.h:7 hacks/config/qix.xml.h:8 +#: hacks/config/thornbird.xml.h:3 hacks/config/whirlwindwarp.xml.h:1 +#: hacks/config/xfishtank.xml.h:4 msgid "Few" msgstr "Málo" -#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:8 +#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:9 #: hacks/config/apollonian.xml.h:7 hacks/config/attraction.xml.h:18 #: hacks/config/blaster.xml.h:6 hacks/config/bouboule.xml.h:5 #: hacks/config/braid.xml.h:7 hacks/config/coral.xml.h:9 @@ -994,17 +1059,18 @@ msgstr "M #: hacks/config/deco.xml.h:5 hacks/config/deluxe.xml.h:6 #: hacks/config/demon.xml.h:6 hacks/config/discrete.xml.h:4 #: hacks/config/drift.xml.h:9 hacks/config/epicycle.xml.h:8 -#: hacks/config/euler2d.xml.h:8 hacks/config/fadeplot.xml.h:6 -#: hacks/config/flag.xml.h:5 hacks/config/flame.xml.h:11 -#: hacks/config/flow.xml.h:8 hacks/config/fluidballs.xml.h:13 -#: hacks/config/forest.xml.h:3 hacks/config/galaxy.xml.h:6 -#: hacks/config/grav.xml.h:4 hacks/config/halo.xml.h:4 -#: hacks/config/hopalong.xml.h:15 hacks/config/ifs.xml.h:3 -#: hacks/config/imsmap.xml.h:9 hacks/config/interference.xml.h:11 -#: hacks/config/julia.xml.h:6 hacks/config/kaleidescope.xml.h:5 -#: hacks/config/laser.xml.h:6 hacks/config/lightning.xml.h:3 -#: hacks/config/lisa.xml.h:5 hacks/config/lissie.xml.h:6 -#: hacks/config/loop.xml.h:4 hacks/config/moire.xml.h:5 +#: hacks/config/eruption.xml.h:12 hacks/config/euler2d.xml.h:8 +#: hacks/config/fadeplot.xml.h:6 hacks/config/flag.xml.h:5 +#: hacks/config/flame.xml.h:11 hacks/config/flow.xml.h:8 +#: hacks/config/fluidballs.xml.h:13 hacks/config/forest.xml.h:3 +#: hacks/config/galaxy.xml.h:6 hacks/config/grav.xml.h:4 +#: hacks/config/halo.xml.h:4 hacks/config/hopalong.xml.h:15 +#: hacks/config/ifs.xml.h:3 hacks/config/imsmap.xml.h:9 +#: hacks/config/interference.xml.h:11 hacks/config/julia.xml.h:6 +#: hacks/config/kaleidescope.xml.h:5 hacks/config/laser.xml.h:6 +#: hacks/config/lightning.xml.h:3 hacks/config/lisa.xml.h:5 +#: hacks/config/lissie.xml.h:6 hacks/config/loop.xml.h:4 +#: hacks/config/metaballs.xml.h:6 hacks/config/moire.xml.h:5 #: hacks/config/moire2.xml.h:3 hacks/config/mountain.xml.h:4 #: hacks/config/nerverot.xml.h:15 hacks/config/pedal.xml.h:6 #: hacks/config/penrose.xml.h:7 hacks/config/petri.xml.h:11 @@ -1022,111 +1088,131 @@ msgstr "M msgid "Many" msgstr "Veµa" -#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:10 +#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:11 #: hacks/config/apollonian.xml.h:8 hacks/config/attraction.xml.h:19 #: hacks/config/bouboule.xml.h:6 hacks/config/braid.xml.h:9 #: hacks/config/critical.xml.h:5 hacks/config/crystal.xml.h:10 #: hacks/config/cynosure.xml.h:7 hacks/config/deco.xml.h:8 #: hacks/config/deluxe.xml.h:7 hacks/config/demon.xml.h:7 #: hacks/config/discrete.xml.h:6 hacks/config/drift.xml.h:10 -#: hacks/config/epicycle.xml.h:9 hacks/config/euler2d.xml.h:9 -#: hacks/config/fadeplot.xml.h:7 hacks/config/flag.xml.h:6 -#: hacks/config/flame.xml.h:12 hacks/config/flow.xml.h:9 -#: hacks/config/forest.xml.h:4 hacks/config/galaxy.xml.h:7 -#: hacks/config/grav.xml.h:5 hacks/config/halo.xml.h:6 -#: hacks/config/hopalong.xml.h:17 hacks/config/ifs.xml.h:4 -#: hacks/config/imsmap.xml.h:10 hacks/config/interference.xml.h:12 -#: hacks/config/julia.xml.h:7 hacks/config/laser.xml.h:8 -#: hacks/config/lightning.xml.h:4 hacks/config/lisa.xml.h:6 -#: hacks/config/lissie.xml.h:7 hacks/config/loop.xml.h:5 +#: hacks/config/epicycle.xml.h:9 hacks/config/eruption.xml.h:14 +#: hacks/config/euler2d.xml.h:9 hacks/config/fadeplot.xml.h:7 +#: hacks/config/flag.xml.h:6 hacks/config/flame.xml.h:12 +#: hacks/config/flow.xml.h:9 hacks/config/forest.xml.h:4 +#: hacks/config/galaxy.xml.h:7 hacks/config/grav.xml.h:5 +#: hacks/config/halo.xml.h:6 hacks/config/hopalong.xml.h:17 +#: hacks/config/ifs.xml.h:4 hacks/config/imsmap.xml.h:10 +#: hacks/config/interference.xml.h:12 hacks/config/julia.xml.h:7 +#: hacks/config/laser.xml.h:8 hacks/config/lightning.xml.h:4 +#: hacks/config/lisa.xml.h:6 hacks/config/lissie.xml.h:7 +#: hacks/config/loop.xml.h:5 hacks/config/metaballs.xml.h:10 #: hacks/config/moire.xml.h:7 hacks/config/moire2.xml.h:5 #: hacks/config/mountain.xml.h:6 hacks/config/penrose.xml.h:8 -#: hacks/config/polyominoes.xml.h:6 hacks/config/rd-bomb.xml.h:13 -#: hacks/config/rocks.xml.h:6 hacks/config/rotor.xml.h:7 -#: hacks/config/shadebobs.xml.h:6 hacks/config/sierpinski.xml.h:5 -#: hacks/config/slip.xml.h:5 hacks/config/sphere.xml.h:4 -#: hacks/config/spiral.xml.h:8 hacks/config/squiral.xml.h:10 -#: hacks/config/starfish.xml.h:6 hacks/config/strange.xml.h:6 -#: hacks/config/swirl.xml.h:5 hacks/config/thornbird.xml.h:5 -#: hacks/config/triangle.xml.h:4 hacks/config/vines.xml.h:3 -#: hacks/config/worm.xml.h:5 hacks/config/xearth.xml.h:17 -#: hacks/config/xfishtank.xml.h:9 +#: hacks/config/polyominoes.xml.h:6 hacks/config/popsquares.xml.h:4 +#: hacks/config/rd-bomb.xml.h:13 hacks/config/rocks.xml.h:6 +#: hacks/config/rotor.xml.h:7 hacks/config/shadebobs.xml.h:6 +#: hacks/config/sierpinski.xml.h:5 hacks/config/slip.xml.h:5 +#: hacks/config/sphere.xml.h:4 hacks/config/spiral.xml.h:8 +#: hacks/config/squiral.xml.h:10 hacks/config/starfish.xml.h:6 +#: hacks/config/strange.xml.h:6 hacks/config/swirl.xml.h:5 +#: hacks/config/thornbird.xml.h:5 hacks/config/triangle.xml.h:4 +#: hacks/config/vines.xml.h:3 hacks/config/worm.xml.h:5 +#: hacks/config/xearth.xml.h:17 hacks/config/xfishtank.xml.h:9 msgid "Number of Colors" msgstr "Poèet farieb" -#: hacks/config/anemone.xml.h:7 hacks/config/ant.xml.h:14 +#: hacks/config/anemone.xml.h:7 hacks/config/pyro.xml.h:8 +msgid "Often" +msgstr "Èasto" + +#: hacks/config/anemone.xml.h:8 +msgid "Rarely" +msgstr "" + +#: hacks/config/anemone.xml.h:9 hacks/config/ant.xml.h:15 #: hacks/config/apollonian.xml.h:11 hacks/config/atlantis.xml.h:13 -#: hacks/config/attraction.xml.h:26 hacks/config/blaster.xml.h:8 -#: hacks/config/blitspin.xml.h:7 hacks/config/bouboule.xml.h:8 +#: hacks/config/attraction.xml.h:26 hacks/config/atunnel.xml.h:6 +#: hacks/config/barcode.xml.h:6 hacks/config/blaster.xml.h:8 +#: hacks/config/blitspin.xml.h:7 hacks/config/blocktube.xml.h:9 +#: hacks/config/bouboule.xml.h:8 hacks/config/bouncingcow.xml.h:10 #: hacks/config/boxed.xml.h:6 hacks/config/braid.xml.h:11 #: hacks/config/bubble3d.xml.h:5 hacks/config/bubbles.xml.h:10 #: hacks/config/bumps.xml.h:4 hacks/config/cage.xml.h:4 -#: hacks/config/circuit.xml.h:10 hacks/config/compass.xml.h:4 -#: hacks/config/coral.xml.h:12 hacks/config/critical.xml.h:6 -#: hacks/config/crystal.xml.h:11 hacks/config/cubenetic.xml.h:22 +#: hacks/config/circuit.xml.h:10 hacks/config/cloudlife.xml.h:11 +#: hacks/config/compass.xml.h:4 hacks/config/coral.xml.h:12 +#: hacks/config/critical.xml.h:6 hacks/config/crystal.xml.h:11 +#: hacks/config/cubenetic.xml.h:22 hacks/config/cubestorm.xml.h:8 #: hacks/config/cynosure.xml.h:9 hacks/config/dangerball.xml.h:5 #: hacks/config/decayscreen.xml.h:17 hacks/config/deluxe.xml.h:8 #: hacks/config/demon.xml.h:8 hacks/config/discrete.xml.h:7 #: hacks/config/distort.xml.h:11 hacks/config/drift.xml.h:12 -#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:5 -#: hacks/config/epicycle.xml.h:10 hacks/config/euler2d.xml.h:14 -#: hacks/config/extrusion.xml.h:11 hacks/config/fadeplot.xml.h:8 -#: hacks/config/flag.xml.h:7 hacks/config/flame.xml.h:14 -#: hacks/config/flipscreen3d.xml.h:6 hacks/config/flow.xml.h:13 -#: hacks/config/fluidballs.xml.h:18 hacks/config/forest.xml.h:5 +#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:15 +#: hacks/config/epicycle.xml.h:10 hacks/config/eruption.xml.h:19 +#: hacks/config/euler2d.xml.h:14 hacks/config/extrusion.xml.h:11 +#: hacks/config/fadeplot.xml.h:8 hacks/config/flag.xml.h:7 +#: hacks/config/flame.xml.h:14 hacks/config/flipscreen3d.xml.h:6 +#: hacks/config/flow.xml.h:13 hacks/config/fluidballs.xml.h:18 +#: hacks/config/flyingtoasters.xml.h:11 hacks/config/forest.xml.h:5 #: hacks/config/galaxy.xml.h:10 hacks/config/gears.xml.h:7 -#: hacks/config/gflux.xml.h:12 hacks/config/glforestfire.xml.h:14 -#: hacks/config/glplanet.xml.h:6 hacks/config/glsnake.xml.h:12 -#: hacks/config/gltext.xml.h:13 hacks/config/goop.xml.h:10 -#: hacks/config/grav.xml.h:8 hacks/config/greynetic.xml.h:3 -#: hacks/config/halo.xml.h:9 hacks/config/hopalong.xml.h:21 -#: hacks/config/hyperball.xml.h:8 hacks/config/hypercube.xml.h:7 +#: hacks/config/gflux.xml.h:12 hacks/config/glblur.xml.h:14 +#: hacks/config/glforestfire.xml.h:14 hacks/config/glknots.xml.h:17 +#: hacks/config/glmatrix.xml.h:18 hacks/config/glplanet.xml.h:6 +#: hacks/config/glsnake.xml.h:12 hacks/config/gltext.xml.h:13 +#: hacks/config/goop.xml.h:10 hacks/config/grav.xml.h:8 +#: hacks/config/greynetic.xml.h:3 hacks/config/halo.xml.h:9 +#: hacks/config/hopalong.xml.h:21 hacks/config/hyperball.xml.h:8 +#: hacks/config/hypercube.xml.h:7 hacks/config/hypertorus.xml.h:13 #: hacks/config/ifs.xml.h:5 hacks/config/interference.xml.h:14 -#: hacks/config/jigsaw.xml.h:5 hacks/config/juggle.xml.h:7 -#: hacks/config/julia.xml.h:8 hacks/config/kaleidescope.xml.h:7 +#: hacks/config/jigglypuff.xml.h:16 hacks/config/jigsaw.xml.h:5 +#: hacks/config/juggle.xml.h:7 hacks/config/julia.xml.h:8 +#: hacks/config/kaleidescope.xml.h:7 hacks/config/klein.xml.h:7 #: hacks/config/kumppa.xml.h:8 hacks/config/lament.xml.h:6 -#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:26 +#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:27 #: hacks/config/lightning.xml.h:5 hacks/config/lisa.xml.h:8 #: hacks/config/lissie.xml.h:9 hacks/config/lmorph.xml.h:11 #: hacks/config/loop.xml.h:7 hacks/config/maze.xml.h:14 -#: hacks/config/menger.xml.h:16 hacks/config/moebius.xml.h:7 -#: hacks/config/moire2.xml.h:6 hacks/config/molecule.xml.h:22 -#: hacks/config/morph3d.xml.h:6 hacks/config/mountain.xml.h:7 -#: hacks/config/munch.xml.h:7 hacks/config/nerverot.xml.h:20 -#: hacks/config/penetrate.xml.h:6 hacks/config/penrose.xml.h:11 -#: hacks/config/petri.xml.h:23 hacks/config/phosphor.xml.h:6 +#: hacks/config/menger.xml.h:16 hacks/config/metaballs.xml.h:13 +#: hacks/config/moebius.xml.h:7 hacks/config/moire2.xml.h:6 +#: hacks/config/molecule.xml.h:22 hacks/config/morph3d.xml.h:6 +#: hacks/config/mountain.xml.h:7 hacks/config/munch.xml.h:7 +#: hacks/config/nerverot.xml.h:20 hacks/config/penetrate.xml.h:6 +#: hacks/config/penrose.xml.h:11 hacks/config/petri.xml.h:23 +#: hacks/config/phosphor.xml.h:6 hacks/config/piecewise.xml.h:9 #: hacks/config/pipes.xml.h:15 hacks/config/polyominoes.xml.h:10 -#: hacks/config/pulsar.xml.h:15 hacks/config/pyro.xml.h:13 -#: hacks/config/qix.xml.h:19 hacks/config/queens.xml.h:4 -#: hacks/config/rd-bomb.xml.h:17 hacks/config/ripples.xml.h:11 -#: hacks/config/rocks.xml.h:9 hacks/config/rotor.xml.h:11 -#: hacks/config/rubik.xml.h:9 hacks/config/sballs.xml.h:13 -#: hacks/config/shadebobs.xml.h:9 hacks/config/sierpinski.xml.h:7 -#: hacks/config/sierpinski3d.xml.h:8 hacks/config/slidescreen.xml.h:6 -#: hacks/config/slip.xml.h:7 hacks/config/speedmine.xml.h:13 -#: hacks/config/sphere.xml.h:5 hacks/config/spheremonics.xml.h:19 -#: hacks/config/spiral.xml.h:9 hacks/config/spotlight.xml.h:4 -#: hacks/config/sproingies.xml.h:6 hacks/config/squiral.xml.h:14 -#: hacks/config/stairs.xml.h:3 hacks/config/starfish.xml.h:8 -#: hacks/config/starwars.xml.h:12 hacks/config/strange.xml.h:7 -#: hacks/config/superquadrics.xml.h:7 hacks/config/swirl.xml.h:6 -#: hacks/config/t3d.xml.h:11 hacks/config/thornbird.xml.h:7 -#: hacks/config/triangle.xml.h:5 hacks/config/truchet.xml.h:2 -#: hacks/config/twang.xml.h:9 hacks/config/vines.xml.h:4 -#: hacks/config/webcollage.xml.h:7 hacks/config/worm.xml.h:7 -#: hacks/config/xearth.xml.h:22 hacks/config/xfishtank.xml.h:10 -#: hacks/config/xflame.xml.h:5 hacks/config/xjack.xml.h:2 -#: hacks/config/xmatrix.xml.h:14 hacks/config/xmountains.xml.h:4 -#: hacks/config/xrayswarm.xml.h:3 hacks/config/zoom.xml.h:6 +#: hacks/config/popsquares.xml.h:5 hacks/config/pulsar.xml.h:15 +#: hacks/config/pyro.xml.h:13 hacks/config/qix.xml.h:19 +#: hacks/config/queens.xml.h:4 hacks/config/rd-bomb.xml.h:17 +#: hacks/config/ripples.xml.h:11 hacks/config/rocks.xml.h:9 +#: hacks/config/rotor.xml.h:11 hacks/config/rubik.xml.h:9 +#: hacks/config/sballs.xml.h:13 hacks/config/shadebobs.xml.h:9 +#: hacks/config/sierpinski.xml.h:7 hacks/config/sierpinski3d.xml.h:8 +#: hacks/config/slidescreen.xml.h:6 hacks/config/slip.xml.h:7 +#: hacks/config/speedmine.xml.h:13 hacks/config/sphere.xml.h:5 +#: hacks/config/spheremonics.xml.h:19 hacks/config/spiral.xml.h:9 +#: hacks/config/spotlight.xml.h:4 hacks/config/sproingies.xml.h:6 +#: hacks/config/squiral.xml.h:14 hacks/config/stairs.xml.h:3 +#: hacks/config/starfish.xml.h:8 hacks/config/starwars.xml.h:12 +#: hacks/config/strange.xml.h:7 hacks/config/superquadrics.xml.h:8 +#: hacks/config/swirl.xml.h:6 hacks/config/t3d.xml.h:11 +#: hacks/config/thornbird.xml.h:7 hacks/config/triangle.xml.h:5 +#: hacks/config/truchet.xml.h:2 hacks/config/twang.xml.h:9 +#: hacks/config/vines.xml.h:4 hacks/config/webcollage.xml.h:7 +#: hacks/config/worm.xml.h:7 hacks/config/xearth.xml.h:22 +#: hacks/config/xfishtank.xml.h:10 hacks/config/xflame.xml.h:5 +#: hacks/config/xjack.xml.h:2 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xmountains.xml.h:4 hacks/config/xrayswarm.xml.h:3 +#: hacks/config/zoom.xml.h:6 msgid "Slow" msgstr "Pomaly" -#: hacks/config/anemone.xml.h:8 hacks/config/ant.xml.h:16 +#: hacks/config/anemone.xml.h:10 hacks/config/ant.xml.h:17 #: hacks/config/apollonian.xml.h:12 hacks/config/attraction.xml.h:28 -#: hacks/config/blaster.xml.h:9 hacks/config/bouboule.xml.h:9 -#: hacks/config/braid.xml.h:12 hacks/config/bubble3d.xml.h:6 -#: hacks/config/bubbles.xml.h:11 hacks/config/bumps.xml.h:5 -#: hacks/config/cage.xml.h:6 hacks/config/circuit.xml.h:11 +#: hacks/config/atunnel.xml.h:7 hacks/config/barcode.xml.h:7 +#: hacks/config/blaster.xml.h:9 hacks/config/blocktube.xml.h:11 +#: hacks/config/bouboule.xml.h:9 hacks/config/braid.xml.h:12 +#: hacks/config/bubble3d.xml.h:6 hacks/config/bubbles.xml.h:11 +#: hacks/config/bumps.xml.h:5 hacks/config/cage.xml.h:6 +#: hacks/config/circuit.xml.h:11 hacks/config/cloudlife.xml.h:13 #: hacks/config/compass.xml.h:5 hacks/config/coral.xml.h:14 #: hacks/config/critical.xml.h:7 hacks/config/crystal.xml.h:12 #: hacks/config/cubenetic.xml.h:24 hacks/config/cynosure.xml.h:10 @@ -1134,12 +1220,13 @@ msgstr "Pomaly" #: hacks/config/deluxe.xml.h:9 hacks/config/demon.xml.h:10 #: hacks/config/discrete.xml.h:9 hacks/config/distort.xml.h:13 #: hacks/config/drift.xml.h:13 hacks/config/endgame.xml.h:6 -#: hacks/config/engine.xml.h:6 hacks/config/epicycle.xml.h:11 -#: hacks/config/euler2d.xml.h:15 hacks/config/extrusion.xml.h:13 -#: hacks/config/fadeplot.xml.h:10 hacks/config/flag.xml.h:9 -#: hacks/config/flame.xml.h:15 hacks/config/flipscreen3d.xml.h:7 -#: hacks/config/flow.xml.h:16 hacks/config/fluidballs.xml.h:20 -#: hacks/config/forest.xml.h:6 hacks/config/galaxy.xml.h:11 +#: hacks/config/engine.xml.h:16 hacks/config/epicycle.xml.h:11 +#: hacks/config/eruption.xml.h:20 hacks/config/euler2d.xml.h:15 +#: hacks/config/extrusion.xml.h:13 hacks/config/fadeplot.xml.h:10 +#: hacks/config/flag.xml.h:9 hacks/config/flame.xml.h:15 +#: hacks/config/flipscreen3d.xml.h:7 hacks/config/flow.xml.h:16 +#: hacks/config/fluidballs.xml.h:20 hacks/config/forest.xml.h:6 +#: hacks/config/galaxy.xml.h:11 hacks/config/glblur.xml.h:17 #: hacks/config/glforestfire.xml.h:15 hacks/config/glplanet.xml.h:8 #: hacks/config/gltext.xml.h:15 hacks/config/goop.xml.h:11 #: hacks/config/grav.xml.h:9 hacks/config/greynetic.xml.h:4 @@ -1147,18 +1234,20 @@ msgstr "Pomaly" #: hacks/config/hyperball.xml.h:9 hacks/config/hypercube.xml.h:8 #: hacks/config/ifs.xml.h:6 hacks/config/jigsaw.xml.h:7 #: hacks/config/juggle.xml.h:8 hacks/config/julia.xml.h:10 -#: hacks/config/kaleidescope.xml.h:8 hacks/config/kumppa.xml.h:9 -#: hacks/config/lament.xml.h:7 hacks/config/laser.xml.h:11 -#: hacks/config/lavalite.xml.h:29 hacks/config/lightning.xml.h:6 -#: hacks/config/lisa.xml.h:9 hacks/config/lissie.xml.h:11 -#: hacks/config/lmorph.xml.h:12 hacks/config/loop.xml.h:9 -#: hacks/config/menger.xml.h:18 hacks/config/moebius.xml.h:10 +#: hacks/config/kaleidescope.xml.h:8 hacks/config/klein.xml.h:8 +#: hacks/config/kumppa.xml.h:9 hacks/config/lament.xml.h:7 +#: hacks/config/laser.xml.h:11 hacks/config/lavalite.xml.h:30 +#: hacks/config/lightning.xml.h:6 hacks/config/lisa.xml.h:9 +#: hacks/config/lissie.xml.h:11 hacks/config/lmorph.xml.h:12 +#: hacks/config/loop.xml.h:9 hacks/config/menger.xml.h:18 +#: hacks/config/metaballs.xml.h:15 hacks/config/moebius.xml.h:10 #: hacks/config/moire2.xml.h:7 hacks/config/molecule.xml.h:24 #: hacks/config/morph3d.xml.h:7 hacks/config/mountain.xml.h:8 #: hacks/config/munch.xml.h:9 hacks/config/nerverot.xml.h:22 #: hacks/config/penrose.xml.h:12 hacks/config/petri.xml.h:25 -#: hacks/config/phosphor.xml.h:7 hacks/config/pipes.xml.h:16 -#: hacks/config/polyominoes.xml.h:11 hacks/config/pulsar.xml.h:17 +#: hacks/config/phosphor.xml.h:7 hacks/config/piecewise.xml.h:11 +#: hacks/config/pipes.xml.h:16 hacks/config/polyominoes.xml.h:11 +#: hacks/config/popsquares.xml.h:6 hacks/config/pulsar.xml.h:17 #: hacks/config/qix.xml.h:22 hacks/config/queens.xml.h:6 #: hacks/config/rotor.xml.h:12 hacks/config/rubik.xml.h:11 #: hacks/config/sballs.xml.h:14 hacks/config/shadebobs.xml.h:10 @@ -1169,40 +1258,46 @@ msgstr "Pomaly" #: hacks/config/spotlight.xml.h:5 hacks/config/sproingies.xml.h:8 #: hacks/config/squiral.xml.h:16 hacks/config/stairs.xml.h:5 #: hacks/config/starfish.xml.h:9 hacks/config/strange.xml.h:8 -#: hacks/config/superquadrics.xml.h:9 hacks/config/swirl.xml.h:7 +#: hacks/config/superquadrics.xml.h:10 hacks/config/swirl.xml.h:7 #: hacks/config/t3d.xml.h:13 hacks/config/thornbird.xml.h:8 #: hacks/config/triangle.xml.h:6 hacks/config/truchet.xml.h:3 #: hacks/config/twang.xml.h:10 hacks/config/vines.xml.h:5 -#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:4 +#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:13 #: hacks/config/worm.xml.h:8 hacks/config/xearth.xml.h:25 #: hacks/config/xflame.xml.h:6 hacks/config/xjack.xml.h:3 -#: hacks/config/xmatrix.xml.h:17 hacks/config/xmountains.xml.h:5 +#: hacks/config/xmatrix.xml.h:18 hacks/config/xmountains.xml.h:5 #: hacks/config/xrayswarm.xml.h:4 hacks/config/zoom.xml.h:7 msgid "Speed" msgstr "Rýchlos»" -#: hacks/config/anemone.xml.h:9 +#: hacks/config/anemone.xml.h:11 msgid "Tentacles" msgstr "" -#: hacks/config/anemone.xml.h:10 hacks/config/deluxe.xml.h:10 +#: hacks/config/anemone.xml.h:12 hacks/config/cubestorm.xml.h:11 +#: hacks/config/deluxe.xml.h:10 hacks/config/glknots.xml.h:19 #: hacks/config/lmorph.xml.h:13 hacks/config/starfish.xml.h:11 #: hacks/config/thornbird.xml.h:9 msgid "Thick" msgstr "Hrubý" -#: hacks/config/anemone.xml.h:11 hacks/config/moire2.xml.h:8 -#: hacks/config/thornbird.xml.h:10 +#: hacks/config/anemone.xml.h:13 hacks/config/glknots.xml.h:20 +#: hacks/config/moire2.xml.h:8 hacks/config/thornbird.xml.h:10 msgid "Thickness" msgstr "Hrúbka" -#: hacks/config/anemone.xml.h:12 hacks/config/deluxe.xml.h:11 +#: hacks/config/anemone.xml.h:14 hacks/config/cubestorm.xml.h:12 +#: hacks/config/deluxe.xml.h:11 hacks/config/glknots.xml.h:21 #: hacks/config/lmorph.xml.h:14 hacks/config/starfish.xml.h:12 #: hacks/config/thornbird.xml.h:11 msgid "Thin" msgstr "Tenký" -#: hacks/config/anemone.xml.h:13 hacks/config/ant.xml.h:21 +#: hacks/config/anemone.xml.h:15 +msgid "Turn speed" +msgstr "" + +#: hacks/config/anemone.xml.h:16 hacks/config/ant.xml.h:22 #: hacks/config/apollonian.xml.h:13 hacks/config/attraction.xml.h:32 #: hacks/config/bouboule.xml.h:11 hacks/config/braid.xml.h:13 #: hacks/config/critical.xml.h:8 hacks/config/crystal.xml.h:13 @@ -1219,25 +1314,30 @@ msgstr "Tenk #: hacks/config/julia.xml.h:12 hacks/config/laser.xml.h:12 #: hacks/config/lightning.xml.h:8 hacks/config/lisa.xml.h:12 #: hacks/config/lissie.xml.h:13 hacks/config/loop.xml.h:12 -#: hacks/config/moire.xml.h:11 hacks/config/moire2.xml.h:9 -#: hacks/config/mountain.xml.h:9 hacks/config/nerverot.xml.h:23 -#: hacks/config/penrose.xml.h:13 hacks/config/polyominoes.xml.h:12 -#: hacks/config/rd-bomb.xml.h:20 hacks/config/rocks.xml.h:12 -#: hacks/config/rotor.xml.h:13 hacks/config/shadebobs.xml.h:12 -#: hacks/config/sierpinski.xml.h:12 hacks/config/slip.xml.h:12 -#: hacks/config/sphere.xml.h:8 hacks/config/spiral.xml.h:12 -#: hacks/config/squiral.xml.h:18 hacks/config/starfish.xml.h:14 -#: hacks/config/strange.xml.h:11 hacks/config/swirl.xml.h:9 -#: hacks/config/thornbird.xml.h:13 hacks/config/triangle.xml.h:8 -#: hacks/config/vines.xml.h:7 hacks/config/worm.xml.h:9 -#: hacks/config/xearth.xml.h:28 hacks/config/xfishtank.xml.h:11 +#: hacks/config/metaballs.xml.h:16 hacks/config/moire.xml.h:11 +#: hacks/config/moire2.xml.h:9 hacks/config/mountain.xml.h:9 +#: hacks/config/nerverot.xml.h:23 hacks/config/penrose.xml.h:13 +#: hacks/config/polyominoes.xml.h:12 hacks/config/rd-bomb.xml.h:20 +#: hacks/config/rocks.xml.h:12 hacks/config/rotor.xml.h:13 +#: hacks/config/shadebobs.xml.h:12 hacks/config/sierpinski.xml.h:12 +#: hacks/config/slip.xml.h:12 hacks/config/sphere.xml.h:8 +#: hacks/config/spiral.xml.h:12 hacks/config/squiral.xml.h:18 +#: hacks/config/starfish.xml.h:14 hacks/config/strange.xml.h:11 +#: hacks/config/swirl.xml.h:9 hacks/config/thornbird.xml.h:13 +#: hacks/config/triangle.xml.h:8 hacks/config/vines.xml.h:7 +#: hacks/config/worm.xml.h:9 hacks/config/xearth.xml.h:28 +#: hacks/config/xfishtank.xml.h:11 msgid "Two" msgstr "Dve" -#: hacks/config/anemone.xml.h:14 +#: hacks/config/anemone.xml.h:17 msgid "Wiggling tentacles. By Gabriel Finch." msgstr "" +#: hacks/config/anemone.xml.h:18 +msgid "Withdraw freqency" +msgstr "" + #: hacks/config/ant.xml.h:1 msgid "" "A cellular automaton that is really a two-dimensional Turing machine: as the " @@ -1258,59 +1358,67 @@ msgstr "Ve msgid "Ants Count" msgstr "Poèet mravcov" -#: hacks/config/ant.xml.h:6 +#: hacks/config/ant.xml.h:5 +#, fuzzy +msgid "Draw Eyes" +msgstr "Vykresli» návestia" + +#: hacks/config/ant.xml.h:7 msgid "Four Sided Cells" msgstr "©tvoruholníkové políèka" -#: hacks/config/ant.xml.h:7 hacks/config/attraction.xml.h:13 -#: hacks/config/cubenetic.xml.h:11 hacks/config/demon.xml.h:5 -#: hacks/config/discrete.xml.h:3 hacks/config/distort.xml.h:5 -#: hacks/config/fadeplot.xml.h:5 hacks/config/flag.xml.h:4 -#: hacks/config/flow.xml.h:7 hacks/config/fluidballs.xml.h:12 +#: hacks/config/ant.xml.h:8 hacks/config/attraction.xml.h:13 +#: hacks/config/cloudlife.xml.h:7 hacks/config/cubenetic.xml.h:11 +#: hacks/config/demon.xml.h:5 hacks/config/discrete.xml.h:3 +#: hacks/config/distort.xml.h:5 hacks/config/fadeplot.xml.h:5 +#: hacks/config/flag.xml.h:4 hacks/config/flow.xml.h:7 +#: hacks/config/fluidballs.xml.h:12 hacks/config/halftone.xml.h:8 #: hacks/config/hopalong.xml.h:13 hacks/config/interference.xml.h:8 #: hacks/config/julia.xml.h:5 hacks/config/lissie.xml.h:4 #: hacks/config/loop.xml.h:2 hacks/config/moire.xml.h:4 -#: hacks/config/rd-bomb.xml.h:11 hacks/config/rorschach.xml.h:5 -#: hacks/config/rubik.xml.h:4 hacks/config/sierpinski.xml.h:3 -#: hacks/config/slip.xml.h:3 +#: hacks/config/piecewise.xml.h:5 hacks/config/rd-bomb.xml.h:11 +#: hacks/config/rorschach.xml.h:5 hacks/config/rubik.xml.h:4 +#: hacks/config/sierpinski.xml.h:3 hacks/config/slip.xml.h:3 msgid "Large" msgstr "Veµké" -#: hacks/config/ant.xml.h:9 +#: hacks/config/ant.xml.h:10 msgid "Nine Sided Cells" msgstr "Devä»uholníkové políèka" -#: hacks/config/ant.xml.h:11 +#: hacks/config/ant.xml.h:12 msgid "Random Cell Shape" msgstr "" -#: hacks/config/ant.xml.h:12 hacks/config/speedmine.xml.h:11 +#: hacks/config/ant.xml.h:13 hacks/config/speedmine.xml.h:11 msgid "Sharp Turns" msgstr "Ostré zákruty" -#: hacks/config/ant.xml.h:13 +#: hacks/config/ant.xml.h:14 msgid "Six Sided Cells" msgstr "©es»uholníkové políèka" -#: hacks/config/ant.xml.h:15 hacks/config/attraction.xml.h:27 -#: hacks/config/cubenetic.xml.h:23 hacks/config/demon.xml.h:9 -#: hacks/config/discrete.xml.h:8 hacks/config/distort.xml.h:12 -#: hacks/config/fadeplot.xml.h:9 hacks/config/flag.xml.h:8 -#: hacks/config/flow.xml.h:15 hacks/config/fluidballs.xml.h:19 +#: hacks/config/ant.xml.h:16 hacks/config/attraction.xml.h:27 +#: hacks/config/cloudlife.xml.h:12 hacks/config/cubenetic.xml.h:23 +#: hacks/config/demon.xml.h:9 hacks/config/discrete.xml.h:8 +#: hacks/config/distort.xml.h:12 hacks/config/fadeplot.xml.h:9 +#: hacks/config/flag.xml.h:8 hacks/config/flow.xml.h:15 +#: hacks/config/fluidballs.xml.h:19 hacks/config/halftone.xml.h:14 #: hacks/config/hopalong.xml.h:22 hacks/config/interference.xml.h:15 #: hacks/config/julia.xml.h:9 hacks/config/lissie.xml.h:10 -#: hacks/config/loop.xml.h:8 hacks/config/moire.xml.h:9 +#: hacks/config/loop.xml.h:8 hacks/config/metaballs.xml.h:14 +#: hacks/config/moire.xml.h:9 hacks/config/piecewise.xml.h:10 #: hacks/config/rd-bomb.xml.h:18 hacks/config/rorschach.xml.h:8 #: hacks/config/rubik.xml.h:10 hacks/config/sierpinski.xml.h:8 #: hacks/config/slip.xml.h:8 msgid "Small" msgstr "Malé" -#: hacks/config/ant.xml.h:17 +#: hacks/config/ant.xml.h:18 msgid "Three Sided Cells" msgstr "Trojuholníkové políèka" -#: hacks/config/ant.xml.h:18 hacks/config/demon.xml.h:12 +#: hacks/config/ant.xml.h:19 hacks/config/demon.xml.h:12 #: hacks/config/discrete.xml.h:10 hacks/config/fadeplot.xml.h:11 #: hacks/config/flag.xml.h:12 hacks/config/flow.xml.h:17 #: hacks/config/lissie.xml.h:12 hacks/config/loop.xml.h:11 @@ -1319,11 +1427,11 @@ msgstr "Trojuholn msgid "Timeout" msgstr "Èasový interval" -#: hacks/config/ant.xml.h:19 +#: hacks/config/ant.xml.h:20 msgid "Truchet Lines" msgstr "" -#: hacks/config/ant.xml.h:20 +#: hacks/config/ant.xml.h:21 msgid "Twelve Sided Cells" msgstr "Dvanás»uholníkové políèka" @@ -1393,23 +1501,30 @@ msgstr "R msgid "Shimmering Water" msgstr "Trblietajúca voda" -#: hacks/config/atlantis.xml.h:11 hacks/config/boxed.xml.h:5 +#: hacks/config/atlantis.xml.h:11 hacks/config/atunnel.xml.h:5 +#: hacks/config/blocktube.xml.h:8 hacks/config/boxed.xml.h:5 #: hacks/config/bubble3d.xml.h:4 hacks/config/cage.xml.h:3 #: hacks/config/circuit.xml.h:9 hacks/config/cubenetic.xml.h:21 -#: hacks/config/dangerball.xml.h:4 hacks/config/endgame.xml.h:4 -#: hacks/config/engine.xml.h:4 hacks/config/extrusion.xml.h:10 -#: hacks/config/flipscreen3d.xml.h:5 hacks/config/fluidballs.xml.h:17 -#: hacks/config/gears.xml.h:6 hacks/config/gflux.xml.h:11 -#: hacks/config/glforestfire.xml.h:13 hacks/config/glplanet.xml.h:5 -#: hacks/config/glsnake.xml.h:10 hacks/config/gltext.xml.h:12 -#: hacks/config/lament.xml.h:5 hacks/config/menger.xml.h:15 -#: hacks/config/moebius.xml.h:6 hacks/config/molecule.xml.h:21 -#: hacks/config/morph3d.xml.h:5 hacks/config/pipes.xml.h:14 -#: hacks/config/pulsar.xml.h:14 hacks/config/queens.xml.h:3 -#: hacks/config/rubik.xml.h:6 hacks/config/sballs.xml.h:12 -#: hacks/config/sierpinski3d.xml.h:6 hacks/config/spheremonics.xml.h:18 -#: hacks/config/sproingies.xml.h:4 hacks/config/stairs.xml.h:2 -#: hacks/config/starwars.xml.h:11 hacks/config/superquadrics.xml.h:6 +#: hacks/config/cubestorm.xml.h:7 hacks/config/dangerball.xml.h:4 +#: hacks/config/endgame.xml.h:4 hacks/config/engine.xml.h:14 +#: hacks/config/extrusion.xml.h:10 hacks/config/flipscreen3d.xml.h:5 +#: hacks/config/fluidballs.xml.h:17 hacks/config/flurry.xml.h:9 +#: hacks/config/flyingtoasters.xml.h:10 hacks/config/gears.xml.h:6 +#: hacks/config/gflux.xml.h:11 hacks/config/glblur.xml.h:13 +#: hacks/config/glforestfire.xml.h:13 hacks/config/glknots.xml.h:16 +#: hacks/config/glmatrix.xml.h:17 hacks/config/glplanet.xml.h:5 +#: hacks/config/glslideshow.xml.h:18 hacks/config/glsnake.xml.h:10 +#: hacks/config/gltext.xml.h:12 hacks/config/hypertorus.xml.h:12 +#: hacks/config/jigglypuff.xml.h:15 hacks/config/klein.xml.h:6 +#: hacks/config/lament.xml.h:5 hacks/config/lavalite.xml.h:26 +#: hacks/config/menger.xml.h:15 hacks/config/moebius.xml.h:6 +#: hacks/config/molecule.xml.h:21 hacks/config/morph3d.xml.h:5 +#: hacks/config/pipes.xml.h:14 hacks/config/pulsar.xml.h:14 +#: hacks/config/queens.xml.h:3 hacks/config/rubik.xml.h:6 +#: hacks/config/sballs.xml.h:12 hacks/config/sierpinski3d.xml.h:6 +#: hacks/config/spheremonics.xml.h:18 hacks/config/sproingies.xml.h:4 +#: hacks/config/stairs.xml.h:2 hacks/config/starwars.xml.h:11 +#: hacks/config/superquadrics.xml.h:7 msgid "Show Frames-per-Second" msgstr "Zobrazi» poèet obrázkov za sekundu" @@ -1419,13 +1534,14 @@ msgstr "" #: hacks/config/atlantis.xml.h:14 hacks/config/boxed.xml.h:7 #: hacks/config/cage.xml.h:5 hacks/config/extrusion.xml.h:12 -#: hacks/config/gears.xml.h:8 hacks/config/glplanet.xml.h:7 -#: hacks/config/glsnake.xml.h:13 hacks/config/gltext.xml.h:14 -#: hacks/config/menger.xml.h:17 hacks/config/molecule.xml.h:23 -#: hacks/config/munch.xml.h:8 hacks/config/sierpinski3d.xml.h:9 -#: hacks/config/speedmine.xml.h:14 hacks/config/spheremonics.xml.h:21 -#: hacks/config/sproingies.xml.h:7 hacks/config/stairs.xml.h:4 -#: hacks/config/stonerview.xml.h:2 hacks/config/superquadrics.xml.h:8 +#: hacks/config/gears.xml.h:8 hacks/config/glblur.xml.h:15 +#: hacks/config/glplanet.xml.h:7 hacks/config/glsnake.xml.h:13 +#: hacks/config/gltext.xml.h:14 hacks/config/menger.xml.h:17 +#: hacks/config/molecule.xml.h:23 hacks/config/munch.xml.h:8 +#: hacks/config/sierpinski3d.xml.h:9 hacks/config/speedmine.xml.h:14 +#: hacks/config/spheremonics.xml.h:21 hacks/config/sproingies.xml.h:7 +#: hacks/config/stairs.xml.h:4 hacks/config/stonerview.xml.h:2 +#: hacks/config/superquadrics.xml.h:9 msgid "Solid" msgstr "" @@ -1440,18 +1556,22 @@ msgstr "" msgid "Whale Speed" msgstr "Rýchlos» veµryby" -#: hacks/config/atlantis.xml.h:17 hacks/config/boxed.xml.h:8 -#: hacks/config/cage.xml.h:8 hacks/config/dangerball.xml.h:11 -#: hacks/config/extrusion.xml.h:19 hacks/config/gears.xml.h:11 -#: hacks/config/glforestfire.xml.h:20 hacks/config/glplanet.xml.h:11 +#: hacks/config/atlantis.xml.h:17 hacks/config/atunnel.xml.h:10 +#: hacks/config/blocktube.xml.h:13 hacks/config/boxed.xml.h:8 +#: hacks/config/cage.xml.h:8 hacks/config/cubestorm.xml.h:14 +#: hacks/config/dangerball.xml.h:11 hacks/config/extrusion.xml.h:19 +#: hacks/config/flyingtoasters.xml.h:14 hacks/config/gears.xml.h:11 +#: hacks/config/glblur.xml.h:20 hacks/config/glforestfire.xml.h:20 +#: hacks/config/glknots.xml.h:23 hacks/config/glplanet.xml.h:11 #: hacks/config/glsnake.xml.h:16 hacks/config/gltext.xml.h:18 -#: hacks/config/lament.xml.h:9 hacks/config/lavalite.xml.h:31 -#: hacks/config/menger.xml.h:21 hacks/config/moebius.xml.h:11 -#: hacks/config/molecule.xml.h:26 hacks/config/pulsar.xml.h:20 -#: hacks/config/sballs.xml.h:18 hacks/config/sierpinski3d.xml.h:12 -#: hacks/config/speedmine.xml.h:18 hacks/config/spheremonics.xml.h:26 -#: hacks/config/sproingies.xml.h:10 hacks/config/stairs.xml.h:7 -#: hacks/config/stonerview.xml.h:4 hacks/config/superquadrics.xml.h:11 +#: hacks/config/jigglypuff.xml.h:25 hacks/config/lament.xml.h:9 +#: hacks/config/lavalite.xml.h:32 hacks/config/menger.xml.h:21 +#: hacks/config/moebius.xml.h:11 hacks/config/molecule.xml.h:26 +#: hacks/config/pulsar.xml.h:20 hacks/config/sballs.xml.h:18 +#: hacks/config/sierpinski3d.xml.h:12 hacks/config/speedmine.xml.h:18 +#: hacks/config/spheremonics.xml.h:26 hacks/config/sproingies.xml.h:10 +#: hacks/config/stairs.xml.h:7 hacks/config/stonerview.xml.h:4 +#: hacks/config/superquadrics.xml.h:12 msgid "Wireframe" msgstr "" @@ -1467,7 +1587,7 @@ msgstr "Po msgid "Ball Mass" msgstr "Hmotnos» lôpt" -#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:2 +#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:3 msgid "Balls" msgstr "Lopty" @@ -1490,16 +1610,18 @@ msgid "Filled Splines" msgstr "" #: hacks/config/attraction.xml.h:10 hacks/config/ccurve.xml.h:9 -#: hacks/config/cubenetic.xml.h:10 hacks/config/euler2d.xml.h:5 -#: hacks/config/flame.xml.h:9 hacks/config/goop.xml.h:6 -#: hacks/config/hopalong.xml.h:10 hacks/config/hyperball.xml.h:3 -#: hacks/config/hypercube.xml.h:3 hacks/config/interference.xml.h:6 +#: hacks/config/cloudlife.xml.h:5 hacks/config/cubenetic.xml.h:10 +#: hacks/config/euler2d.xml.h:5 hacks/config/flame.xml.h:9 +#: hacks/config/glslideshow.xml.h:13 hacks/config/goop.xml.h:6 +#: hacks/config/halftone.xml.h:7 hacks/config/hopalong.xml.h:10 +#: hacks/config/hyperball.xml.h:3 hacks/config/hypercube.xml.h:3 +#: hacks/config/interference.xml.h:6 hacks/config/jigglypuff.xml.h:8 #: hacks/config/kumppa.xml.h:4 hacks/config/lavalite.xml.h:12 #: hacks/config/nerverot.xml.h:11 hacks/config/petri.xml.h:8 #: hacks/config/pyro.xml.h:5 hacks/config/qix.xml.h:10 #: hacks/config/speedmine.xml.h:5 hacks/config/spheremonics.xml.h:6 #: hacks/config/spiral.xml.h:4 hacks/config/squiral.xml.h:6 -#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:4 +#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:5 #: hacks/config/t3d.xml.h:7 hacks/config/twang.xml.h:5 #: hacks/config/wander.xml.h:8 msgid "High" @@ -1529,15 +1651,17 @@ msgstr "" #: hacks/config/attraction.xml.h:15 hacks/config/deluxe.xml.h:5 #: hacks/config/lmorph.xml.h:7 hacks/config/pedal.xml.h:5 -#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:3 +#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:10 msgid "Lines" msgstr "Èiary" -#: hacks/config/attraction.xml.h:16 hacks/config/braid.xml.h:6 -#: hacks/config/cynosure.xml.h:5 hacks/config/drift.xml.h:8 +#: hacks/config/attraction.xml.h:16 hacks/config/blocktube.xml.h:5 +#: hacks/config/braid.xml.h:6 hacks/config/cynosure.xml.h:5 +#: hacks/config/drift.xml.h:8 hacks/config/eruption.xml.h:11 #: hacks/config/euler2d.xml.h:6 hacks/config/galaxy.xml.h:5 -#: hacks/config/juggle.xml.h:5 hacks/config/laser.xml.h:5 -#: hacks/config/menger.xml.h:4 hacks/config/munch.xml.h:4 +#: hacks/config/juggle.xml.h:5 hacks/config/klein.xml.h:4 +#: hacks/config/laser.xml.h:5 hacks/config/menger.xml.h:4 +#: hacks/config/metaballs.xml.h:5 hacks/config/munch.xml.h:4 #: hacks/config/nerverot.xml.h:13 hacks/config/petri.xml.h:9 #: hacks/config/polyominoes.xml.h:4 hacks/config/rotor.xml.h:5 #: hacks/config/shadebobs.xml.h:4 hacks/config/sierpinski3d.xml.h:3 @@ -1547,16 +1671,18 @@ msgid "Long" msgstr "Dlhý" #: hacks/config/attraction.xml.h:17 hacks/config/ccurve.xml.h:10 -#: hacks/config/cubenetic.xml.h:12 hacks/config/euler2d.xml.h:7 -#: hacks/config/flame.xml.h:10 hacks/config/goop.xml.h:7 -#: hacks/config/hopalong.xml.h:14 hacks/config/hyperball.xml.h:6 -#: hacks/config/hypercube.xml.h:5 hacks/config/interference.xml.h:9 +#: hacks/config/cloudlife.xml.h:8 hacks/config/cubenetic.xml.h:12 +#: hacks/config/euler2d.xml.h:7 hacks/config/flame.xml.h:10 +#: hacks/config/glslideshow.xml.h:15 hacks/config/goop.xml.h:7 +#: hacks/config/halftone.xml.h:9 hacks/config/hopalong.xml.h:14 +#: hacks/config/hyperball.xml.h:6 hacks/config/hypercube.xml.h:5 +#: hacks/config/interference.xml.h:9 hacks/config/jigglypuff.xml.h:11 #: hacks/config/kumppa.xml.h:6 hacks/config/lavalite.xml.h:14 #: hacks/config/nerverot.xml.h:14 hacks/config/petri.xml.h:10 #: hacks/config/pyro.xml.h:7 hacks/config/qix.xml.h:13 #: hacks/config/speedmine.xml.h:6 hacks/config/spheremonics.xml.h:8 #: hacks/config/spiral.xml.h:5 hacks/config/squiral.xml.h:8 -#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:5 +#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:6 #: hacks/config/t3d.xml.h:8 hacks/config/twang.xml.h:7 #: hacks/config/wander.xml.h:11 msgid "Low" @@ -1582,10 +1708,12 @@ msgstr "Polomer" msgid "Repulsion Threshold" msgstr "" -#: hacks/config/attraction.xml.h:25 hacks/config/braid.xml.h:10 -#: hacks/config/cynosure.xml.h:8 hacks/config/drift.xml.h:11 +#: hacks/config/attraction.xml.h:25 hacks/config/blocktube.xml.h:7 +#: hacks/config/braid.xml.h:10 hacks/config/cynosure.xml.h:8 +#: hacks/config/drift.xml.h:11 hacks/config/eruption.xml.h:18 #: hacks/config/euler2d.xml.h:12 hacks/config/galaxy.xml.h:8 -#: hacks/config/laser.xml.h:9 hacks/config/menger.xml.h:14 +#: hacks/config/klein.xml.h:5 hacks/config/laser.xml.h:9 +#: hacks/config/menger.xml.h:14 hacks/config/metaballs.xml.h:12 #: hacks/config/munch.xml.h:6 hacks/config/nerverot.xml.h:19 #: hacks/config/petri.xml.h:22 hacks/config/polyominoes.xml.h:9 #: hacks/config/rotor.xml.h:9 hacks/config/shadebobs.xml.h:8 @@ -1607,6 +1735,56 @@ msgstr "Chvosty" msgid "Trail Length" msgstr "Då¾ka pásu" +#: hacks/config/atunnel.xml.h:1 +msgid "Atunnel" +msgstr "" + +#: hacks/config/atunnel.xml.h:2 +msgid "" +"Draws an animation of a textured tunnel in GL. Requires OpenGL, and a " +"machine with fast hardware support for texture maps. Written by Eric " +"Lassauge and Roman Podobedov." +msgstr "" + +#: hacks/config/atunnel.xml.h:4 hacks/config/distort.xml.h:9 +#: hacks/config/glforestfire.xml.h:10 hacks/config/lament.xml.h:4 +#: hacks/config/sballs.xml.h:6 +msgid "Normal" +msgstr "" + +#: hacks/config/atunnel.xml.h:8 hacks/config/glforestfire.xml.h:18 +#: hacks/config/lament.xml.h:8 hacks/config/sballs.xml.h:17 +msgid "Untextured" +msgstr "" + +#: hacks/config/atunnel.xml.h:9 +#, fuzzy +msgid "Use light" +msgstr "Kazenie doprava" + +#: hacks/config/barcode.xml.h:1 +#, fuzzy +msgid "Barcode" +msgstr "_Prezera»" + +#: hacks/config/barcode.xml.h:2 +msgid "Barcode Clock (24 Hour)" +msgstr "" + +#: hacks/config/barcode.xml.h:3 +msgid "Barcode Clock (AM/PM)" +msgstr "" + +#: hacks/config/barcode.xml.h:5 +msgid "Scrolling Barcodes" +msgstr "" + +#: hacks/config/barcode.xml.h:8 +msgid "" +"This draws a random sequence of colorful barcodes scrolling across your " +"screen. CONSUME! By Dan Bornstein." +msgstr "" + #: hacks/config/blaster.xml.h:1 msgid "Blaster" msgstr "" @@ -1667,6 +1845,32 @@ msgid "" "image and rotate that." msgstr "" +#: hacks/config/blocktube.xml.h:1 +msgid "BlockTube" +msgstr "" + +#: hacks/config/blocktube.xml.h:2 +msgid "Color Change Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:3 +msgid "Color Hold Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:6 +msgid "Reflective Blocks" +msgstr "" + +#: hacks/config/blocktube.xml.h:10 +msgid "Solid Blocks" +msgstr "" + +#: hacks/config/blocktube.xml.h:12 +msgid "" +"This hack draws a swirling, falling tunnel of reflective slabs. They fade " +"from hue to hue. Written by Lars R. Damerow." +msgstr "" + #: hacks/config/bouboule.xml.h:1 msgid "Bouboule" msgstr "" @@ -1685,13 +1889,51 @@ msgid "" "spots painted on its invisible surface. Written by Jeremie Petit." msgstr "" -#: hacks/config/boxed.xml.h:1 hacks/config/gears.xml.h:1 -#: hacks/config/gflux.xml.h:1 hacks/config/pyro.xml.h:1 +#: hacks/config/bouncingcow.xml.h:1 +msgid "A Cow. A Trampoline. Together, they fight crime. By Jamie Zawinski." +msgstr "" + +#: hacks/config/bouncingcow.xml.h:2 hacks/config/boxed.xml.h:1 +#: hacks/config/cubestorm.xml.h:1 hacks/config/flyingtoasters.xml.h:3 +#: hacks/config/gears.xml.h:1 hacks/config/gflux.xml.h:1 +#: hacks/config/glknots.xml.h:1 hacks/config/glmatrix.xml.h:1 +#: hacks/config/jigglypuff.xml.h:1 hacks/config/pyro.xml.h:1 #: hacks/config/rd-bomb.xml.h:6 hacks/config/rocks.xml.h:1 #: hacks/config/starwars.xml.h:1 hacks/config/xfishtank.xml.h:1 msgid "Animation Speed" msgstr "Rýchlos» animácie" +#: hacks/config/bouncingcow.xml.h:3 +msgid "Beefy Cow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:4 +#, fuzzy +msgid "Bounce Speed" +msgstr "Rýchlos» rie¹enia" + +#: hacks/config/bouncingcow.xml.h:5 +msgid "BouncingCow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:7 +msgid "Herd" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:8 +#, fuzzy +msgid "Moo" +msgstr "ÈB" + +#: hacks/config/bouncingcow.xml.h:9 +#, fuzzy +msgid "Number of Cows" +msgstr "Poèet farieb" + +#: hacks/config/bouncingcow.xml.h:11 +msgid "Wireframe Cow" +msgstr "" + #: hacks/config/boxed.xml.h:2 msgid "Boxed" msgstr "V krabici" @@ -1714,23 +1956,24 @@ msgid "" "Neil." msgstr "" -#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:8 +#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:9 #: hacks/config/ccurve.xml.h:7 hacks/config/coral.xml.h:6 #: hacks/config/cynosure.xml.h:3 hacks/config/deco.xml.h:4 #: hacks/config/drift.xml.h:2 hacks/config/epicycle.xml.h:3 -#: hacks/config/euler2d.xml.h:1 hacks/config/flame.xml.h:5 -#: hacks/config/galaxy.xml.h:2 hacks/config/glsnake.xml.h:4 -#: hacks/config/helix.xml.h:3 hacks/config/hopalong.xml.h:2 -#: hacks/config/imsmap.xml.h:6 hacks/config/laser.xml.h:2 -#: hacks/config/menger.xml.h:2 hacks/config/moire.xml.h:3 -#: hacks/config/molecule.xml.h:9 hacks/config/munch.xml.h:2 -#: hacks/config/nerverot.xml.h:8 hacks/config/pedal.xml.h:3 -#: hacks/config/penrose.xml.h:5 hacks/config/polyominoes.xml.h:1 -#: hacks/config/rorschach.xml.h:3 hacks/config/rotzoomer.xml.h:5 -#: hacks/config/shadebobs.xml.h:2 hacks/config/sierpinski3d.xml.h:1 -#: hacks/config/spheremonics.xml.h:4 hacks/config/starfish.xml.h:2 -#: hacks/config/vidwhacker.xml.h:3 hacks/config/wander.xml.h:7 -#: hacks/config/xspirograph.xml.h:3 +#: hacks/config/eruption.xml.h:3 hacks/config/euler2d.xml.h:1 +#: hacks/config/flame.xml.h:5 hacks/config/galaxy.xml.h:2 +#: hacks/config/glsnake.xml.h:4 hacks/config/helix.xml.h:3 +#: hacks/config/hopalong.xml.h:2 hacks/config/imsmap.xml.h:6 +#: hacks/config/klein.xml.h:1 hacks/config/laser.xml.h:2 +#: hacks/config/menger.xml.h:2 hacks/config/metaballs.xml.h:3 +#: hacks/config/moire.xml.h:3 hacks/config/molecule.xml.h:9 +#: hacks/config/munch.xml.h:2 hacks/config/nerverot.xml.h:8 +#: hacks/config/pedal.xml.h:3 hacks/config/penrose.xml.h:5 +#: hacks/config/polyominoes.xml.h:1 hacks/config/rorschach.xml.h:3 +#: hacks/config/rotzoomer.xml.h:5 hacks/config/shadebobs.xml.h:2 +#: hacks/config/sierpinski3d.xml.h:1 hacks/config/spheremonics.xml.h:4 +#: hacks/config/starfish.xml.h:2 hacks/config/vidwhacker.xml.h:3 +#: hacks/config/wander.xml.h:7 hacks/config/xspirograph.xml.h:3 msgid "Duration" msgstr "Trvanie" @@ -1757,62 +2000,85 @@ msgid "AmigaDOS" msgstr "AmigaDOS" #: hacks/config/bsod.xml.h:4 +msgid "Apple II" +msgstr "" + +#: hacks/config/bsod.xml.h:5 msgid "Atari" msgstr "Atari" -#: hacks/config/bsod.xml.h:5 +#: hacks/config/bsod.xml.h:6 msgid "BSD" msgstr "BSD" -#: hacks/config/bsod.xml.h:6 +#: hacks/config/bsod.xml.h:7 msgid "BSOD" msgstr "BSOD" -#: hacks/config/bsod.xml.h:7 +#: hacks/config/bsod.xml.h:8 msgid "" "BSOD stands for ``Blue Screen of Death.'' The finest in personal computer " "emulation, this hack simulates popular screen savers from a number of less " "robust operating systems. Written by Jamie Zawinski." msgstr "" -#: hacks/config/bsod.xml.h:9 +#: hacks/config/bsod.xml.h:10 +msgid "HPUX" +msgstr "" + +#: hacks/config/bsod.xml.h:11 +#, fuzzy +msgid "Linux" +msgstr "Sparc Linux" + +#: hacks/config/bsod.xml.h:12 msgid "Mac Bomb" msgstr "" -#: hacks/config/bsod.xml.h:10 +#: hacks/config/bsod.xml.h:13 +#, fuzzy +msgid "MacOS X" +msgstr "MacOS" + +#: hacks/config/bsod.xml.h:14 msgid "MacsBug" msgstr "MacsBug" -#: hacks/config/bsod.xml.h:11 +#: hacks/config/bsod.xml.h:15 msgid "NCD X Terminal" msgstr "NCD X Terminál" -#: hacks/config/bsod.xml.h:12 +#: hacks/config/bsod.xml.h:16 +msgid "OS/390" +msgstr "" + +#: hacks/config/bsod.xml.h:17 msgid "SCO" msgstr "SCO" -#: hacks/config/bsod.xml.h:13 +#: hacks/config/bsod.xml.h:18 msgid "Sad Mac" msgstr "" -#: hacks/config/bsod.xml.h:14 +#: hacks/config/bsod.xml.h:19 msgid "Solaris" msgstr "Solaris" -#: hacks/config/bsod.xml.h:15 +#: hacks/config/bsod.xml.h:20 msgid "Sparc Linux" msgstr "Sparc Linux" -#: hacks/config/bsod.xml.h:16 -msgid "Windows" +#: hacks/config/bsod.xml.h:21 +#, fuzzy +msgid "Windows 2000" msgstr "Windows" -#: hacks/config/bsod.xml.h:17 +#: hacks/config/bsod.xml.h:22 #, fuzzy -msgid "Windows 2000" +msgid "Windows 3.1" msgstr "Windows" -#: hacks/config/bsod.xml.h:18 +#: hacks/config/bsod.xml.h:23 msgid "Windows NT" msgstr "Windows NT" @@ -1912,7 +2178,7 @@ msgstr "Oneskorenie" #: hacks/config/ccurve.xml.h:6 hacks/config/coral.xml.h:5 #: hacks/config/imsmap.xml.h:5 hacks/config/kumppa.xml.h:1 #: hacks/config/qix.xml.h:6 hacks/config/squiral.xml.h:2 -#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:3 +#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:2 msgid "Density" msgstr "Hustota" @@ -1952,18 +2218,57 @@ msgstr "Ot msgid "Rotation Speed" msgstr "Rýchlos» otáèania" -#: hacks/config/circuit.xml.h:12 hacks/config/dangerball.xml.h:9 -#: hacks/config/engine.xml.h:7 +#: hacks/config/circuit.xml.h:12 hacks/config/cubestorm.xml.h:9 +#: hacks/config/dangerball.xml.h:9 hacks/config/engine.xml.h:17 +#: hacks/config/klein.xml.h:9 hacks/config/whirlygig.xml.h:14 msgid "Spin" msgstr "Krúti»" -#: hacks/config/compass.xml.h:1 +#: hacks/config/cloudlife.xml.h:1 hacks/config/demon.xml.h:2 +#: hacks/config/petri.xml.h:1 +msgid "Cell Size" +msgstr "" + +#: hacks/config/cloudlife.xml.h:2 +msgid "CloudLife" +msgstr "" + +#: hacks/config/cloudlife.xml.h:4 +msgid "" +"Generates cloud-like formations based on a variant of Conway's Life. The " +"difference is that cells have a maximum age, after which they count as 3 for " +"populating the next generation. This makes long-lived formations explode " +"instead of just sitting there burning a hole in your screen. Written by Don " +"Marti." +msgstr "" + +#: hacks/config/cloudlife.xml.h:6 +#, fuzzy +msgid "Initial Density" +msgstr "Hustota" + +#: hacks/config/cloudlife.xml.h:9 +#, fuzzy +msgid "Max Age" +msgstr "Maximálna håbka" + +#: hacks/config/cloudlife.xml.h:10 +msgid "Old" +msgstr "" + +#: hacks/config/cloudlife.xml.h:14 +#, fuzzy +msgid "Young" +msgstr "Dlhý" + +#: hacks/config/compass.xml.h:1 msgid "Compass" msgstr "Kompas" #: hacks/config/compass.xml.h:2 hacks/config/deluxe.xml.h:3 #: hacks/config/interference.xml.h:4 hacks/config/kumppa.xml.h:2 -#: hacks/config/nerverot.xml.h:6 hacks/config/pipes.xml.h:4 +#: hacks/config/nerverot.xml.h:6 hacks/config/piecewise.xml.h:3 +#: hacks/config/pipes.xml.h:4 msgid "Double Buffer" msgstr "" @@ -1983,10 +2288,10 @@ msgid "1 Minute" msgstr "1 minúta" #: hacks/config/coral.xml.h:2 hacks/config/deco.xml.h:2 -#: hacks/config/helix.xml.h:2 hacks/config/imsmap.xml.h:2 -#: hacks/config/moire.xml.h:2 hacks/config/pedal.xml.h:2 -#: hacks/config/penrose.xml.h:1 hacks/config/rorschach.xml.h:2 -#: hacks/config/xspirograph.xml.h:2 +#: hacks/config/glslideshow.xml.h:1 hacks/config/helix.xml.h:2 +#: hacks/config/imsmap.xml.h:2 hacks/config/moire.xml.h:2 +#: hacks/config/pedal.xml.h:2 hacks/config/penrose.xml.h:1 +#: hacks/config/rorschach.xml.h:2 hacks/config/xspirograph.xml.h:2 msgid "1 Second" msgstr "1 sekunda" @@ -1995,6 +2300,7 @@ msgid "Coral" msgstr "Koral" #: hacks/config/coral.xml.h:4 hacks/config/gflux.xml.h:3 +#: hacks/config/glblur.xml.h:2 hacks/config/glmatrix.xml.h:3 #: hacks/config/imsmap.xml.h:4 hacks/config/lavalite.xml.h:6 #: hacks/config/pyro.xml.h:2 hacks/config/qix.xml.h:5 #: hacks/config/squiral.xml.h:1 hacks/config/xearth.xml.h:4 @@ -2014,10 +2320,11 @@ msgstr "" "pravdivo. Napísal Frederick Roeber." #: hacks/config/coral.xml.h:13 hacks/config/gflux.xml.h:13 -#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:28 +#: hacks/config/glblur.xml.h:16 hacks/config/glmatrix.xml.h:19 +#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:29 #: hacks/config/pyro.xml.h:14 hacks/config/qix.xml.h:21 #: hacks/config/squiral.xml.h:15 hacks/config/xearth.xml.h:24 -#: hacks/config/xmatrix.xml.h:16 +#: hacks/config/xmatrix.xml.h:17 msgid "Sparse" msgstr "Riedky" @@ -2051,13 +2358,13 @@ msgstr "" #: hacks/config/grav.xml.h:1 hacks/config/julia.xml.h:1 #: hacks/config/laser.xml.h:1 hacks/config/lisa.xml.h:1 #: hacks/config/lissie.xml.h:2 hacks/config/morph3d.xml.h:2 -#: hacks/config/mountain.xml.h:1 hacks/config/qix.xml.h:4 -#: hacks/config/rocks.xml.h:2 hacks/config/rotor.xml.h:2 -#: hacks/config/rubik.xml.h:1 hacks/config/shadebobs.xml.h:1 -#: hacks/config/sierpinski.xml.h:1 hacks/config/slip.xml.h:1 -#: hacks/config/spiral.xml.h:1 hacks/config/sproingies.xml.h:1 -#: hacks/config/superquadrics.xml.h:1 hacks/config/swirl.xml.h:1 -#: hacks/config/worm.xml.h:2 +#: hacks/config/mountain.xml.h:1 hacks/config/piecewise.xml.h:2 +#: hacks/config/qix.xml.h:4 hacks/config/rocks.xml.h:2 +#: hacks/config/rotor.xml.h:2 hacks/config/rubik.xml.h:1 +#: hacks/config/shadebobs.xml.h:1 hacks/config/sierpinski.xml.h:1 +#: hacks/config/slip.xml.h:1 hacks/config/spiral.xml.h:1 +#: hacks/config/sproingies.xml.h:1 hacks/config/superquadrics.xml.h:1 +#: hacks/config/swirl.xml.h:1 hacks/config/worm.xml.h:2 msgid "Count" msgstr "Poèet" @@ -2116,7 +2423,8 @@ msgstr "Zobrazi msgid "Display Wireframe" msgstr "Zobrazi» správu napájania" -#: hacks/config/cubenetic.xml.h:6 hacks/config/gltext.xml.h:2 +#: hacks/config/cubenetic.xml.h:6 hacks/config/glblur.xml.h:3 +#: hacks/config/glknots.xml.h:2 hacks/config/gltext.xml.h:2 #: hacks/config/lavalite.xml.h:7 hacks/config/menger.xml.h:1 #: hacks/config/molecule.xml.h:4 hacks/config/spheremonics.xml.h:1 msgid "Don't Rotate" @@ -2129,43 +2437,50 @@ msgid "" "Jamie Zawinski." msgstr "" -#: hacks/config/cubenetic.xml.h:14 hacks/config/gltext.xml.h:5 +#: hacks/config/cubenetic.xml.h:14 hacks/config/glblur.xml.h:6 +#: hacks/config/glknots.xml.h:8 hacks/config/gltext.xml.h:5 #: hacks/config/lavalite.xml.h:19 hacks/config/menger.xml.h:7 #: hacks/config/molecule.xml.h:14 hacks/config/spheremonics.xml.h:10 msgid "Rotate around X and Y axes" msgstr "Rotova» okolo osí X a Z" -#: hacks/config/cubenetic.xml.h:15 hacks/config/gltext.xml.h:6 +#: hacks/config/cubenetic.xml.h:15 hacks/config/glblur.xml.h:7 +#: hacks/config/glknots.xml.h:9 hacks/config/gltext.xml.h:6 #: hacks/config/lavalite.xml.h:20 hacks/config/menger.xml.h:8 #: hacks/config/molecule.xml.h:15 hacks/config/spheremonics.xml.h:11 msgid "Rotate around X and Z axes" msgstr "Rotova» okolo osí X a Z" -#: hacks/config/cubenetic.xml.h:16 hacks/config/gltext.xml.h:7 +#: hacks/config/cubenetic.xml.h:16 hacks/config/glblur.xml.h:8 +#: hacks/config/glknots.xml.h:10 hacks/config/gltext.xml.h:7 #: hacks/config/lavalite.xml.h:21 hacks/config/menger.xml.h:9 #: hacks/config/molecule.xml.h:16 hacks/config/spheremonics.xml.h:12 msgid "Rotate around X axis" msgstr "Rotova» okolo osi X" -#: hacks/config/cubenetic.xml.h:17 hacks/config/gltext.xml.h:8 +#: hacks/config/cubenetic.xml.h:17 hacks/config/glblur.xml.h:9 +#: hacks/config/glknots.xml.h:11 hacks/config/gltext.xml.h:8 #: hacks/config/lavalite.xml.h:22 hacks/config/menger.xml.h:10 #: hacks/config/molecule.xml.h:17 hacks/config/spheremonics.xml.h:13 msgid "Rotate around Y and Z axes" msgstr "Rotova» okolo osí Y a Z" -#: hacks/config/cubenetic.xml.h:18 hacks/config/gltext.xml.h:9 +#: hacks/config/cubenetic.xml.h:18 hacks/config/glblur.xml.h:10 +#: hacks/config/glknots.xml.h:12 hacks/config/gltext.xml.h:9 #: hacks/config/lavalite.xml.h:23 hacks/config/menger.xml.h:11 #: hacks/config/molecule.xml.h:18 hacks/config/spheremonics.xml.h:14 msgid "Rotate around Y axis" msgstr "Rotova» okolo osi Y" -#: hacks/config/cubenetic.xml.h:19 hacks/config/gltext.xml.h:10 +#: hacks/config/cubenetic.xml.h:19 hacks/config/glblur.xml.h:11 +#: hacks/config/glknots.xml.h:13 hacks/config/gltext.xml.h:10 #: hacks/config/lavalite.xml.h:24 hacks/config/menger.xml.h:12 #: hacks/config/molecule.xml.h:19 hacks/config/spheremonics.xml.h:15 msgid "Rotate around Z axis" msgstr "Rotova» okolo osi Z" -#: hacks/config/cubenetic.xml.h:20 hacks/config/gltext.xml.h:11 +#: hacks/config/cubenetic.xml.h:20 hacks/config/glblur.xml.h:12 +#: hacks/config/glknots.xml.h:14 hacks/config/gltext.xml.h:11 #: hacks/config/lavalite.xml.h:25 hacks/config/menger.xml.h:13 #: hacks/config/molecule.xml.h:20 hacks/config/spheremonics.xml.h:16 msgid "Rotate around all three axes" @@ -2183,14 +2498,42 @@ msgstr "" msgid "Surface Pattern Speed" msgstr "" -#: hacks/config/cubenetic.xml.h:28 hacks/config/dangerball.xml.h:10 -#: hacks/config/engine.xml.h:8 hacks/config/glforestfire.xml.h:19 -#: hacks/config/gltext.xml.h:17 hacks/config/lavalite.xml.h:30 -#: hacks/config/menger.xml.h:20 hacks/config/molecule.xml.h:25 -#: hacks/config/spheremonics.xml.h:25 hacks/config/wander.xml.h:15 +#: hacks/config/cubenetic.xml.h:28 hacks/config/cubestorm.xml.h:13 +#: hacks/config/dangerball.xml.h:10 hacks/config/engine.xml.h:20 +#: hacks/config/glblur.xml.h:19 hacks/config/glforestfire.xml.h:19 +#: hacks/config/glknots.xml.h:22 hacks/config/gltext.xml.h:17 +#: hacks/config/lavalite.xml.h:31 hacks/config/menger.xml.h:20 +#: hacks/config/molecule.xml.h:25 hacks/config/spheremonics.xml.h:25 +#: hacks/config/wander.xml.h:15 msgid "Wander" msgstr "" +#: hacks/config/cubestorm.xml.h:2 +#, fuzzy +msgid "CubeStorm" +msgstr "Búrka" + +#: hacks/config/cubestorm.xml.h:3 +msgid "" +"Draws a series of rotating 3D boxes that intersect each other and eventually " +"fill space. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/cubestorm.xml.h:5 hacks/config/glknots.xml.h:6 +#, fuzzy +msgid "Motion Speed" +msgstr "Rýchlos» otáèania" + +#: hacks/config/cubestorm.xml.h:6 +#, fuzzy +msgid "Number of Cubes" +msgstr "Poèet kru¾níc" + +#: hacks/config/cubestorm.xml.h:10 +#, fuzzy +msgid "Strut Thickness" +msgstr "Hrúbka" + #: hacks/config/cynosure.xml.h:1 msgid "" "A hack similar to `greynetic', but less frenetic. The first implementation " @@ -2290,8 +2633,8 @@ msgid "" "This takes an image and makes it melt. You've no doubt seen this effect " "before, but no screensaver would really be complete without it. It works " "best if there's something colorful visible. Warning, if the effect continues " -"after the screen saver is off, seek medical attention. Written by David Wald " -"and Vivek Khera." +"after the screen saver is off, seek medical attention. Written by David " +"Wald, Vivek Khera, Jamie Zawinski, and Vince Levey." msgstr "" #: hacks/config/deco.xml.h:3 @@ -2316,7 +2659,7 @@ msgid "" msgstr "" #: hacks/config/deco.xml.h:11 hacks/config/rd-bomb.xml.h:23 -#: hacks/config/whirlygig.xml.h:7 hacks/config/xearth.xml.h:33 +#: hacks/config/whirlygig.xml.h:20 hacks/config/xearth.xml.h:33 #: hacks/config/zoom.xml.h:10 msgid "x" msgstr "x" @@ -2343,10 +2686,6 @@ msgid "" "stripes and spirals. Written by David Bagley." msgstr "" -#: hacks/config/demon.xml.h:2 hacks/config/petri.xml.h:1 -msgid "Cell Size" -msgstr "" - #: hacks/config/demon.xml.h:3 msgid "Demon" msgstr "" @@ -2389,11 +2728,6 @@ msgstr "Ve msgid "Magnify" msgstr "Zväè¹ova»" -#: hacks/config/distort.xml.h:9 hacks/config/glforestfire.xml.h:10 -#: hacks/config/lament.xml.h:4 hacks/config/sballs.xml.h:6 -msgid "Normal" -msgstr "" - #: hacks/config/distort.xml.h:10 msgid "Reflect" msgstr "" @@ -2444,18 +2778,43 @@ msgid "Lissojous Figures" msgstr "" #: hacks/config/electricsheep.xml.h:1 -msgid "ElectricSheep" -msgstr "" - -#: hacks/config/electricsheep.xml.h:2 msgid "" "ElectricSheep is an xscreensaver module that displays mpeg video of an " "animated fractal flame. In the background, it contributes render cycles to " "the next animation. Periodically it uploades completed frames to the server, " "where they are compressed for distribution to all clients. This program is " -"recommended only if you have a high bandwidth connection to the Internet. By " -"Scott Draves. You can find it at <http://www.electricsheep.org/>. See " -"that web site for configuration information." +"recommended only if you have a high bandwidth, always-on connection to the " +"Internet. By Scott Draves. You can find it at <http://www.electricsheep." +"org/>." +msgstr "" + +#: hacks/config/electricsheep.xml.h:2 +msgid "Frame Rate" +msgstr "" + +#: hacks/config/electricsheep.xml.h:3 +msgid "Hide Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:4 +msgid "Megabytes of Local Sheep Storage" +msgstr "" + +#: hacks/config/electricsheep.xml.h:5 +msgid "Nickname" +msgstr "" + +#: hacks/config/electricsheep.xml.h:6 +msgid "Repititions of each Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:7 +#, fuzzy +msgid "Standalone" +msgstr "©tandardné" + +#: hacks/config/electricsheep.xml.h:8 +msgid "URL" msgstr "" #: hacks/config/endgame.xml.h:1 @@ -2470,15 +2829,64 @@ msgid "Endgame" msgstr "Motor" #: hacks/config/engine.xml.h:1 -msgid "" -"Draws a simple four-stroke engine that floats around the screen. Written by " -"Ben Buxton." +msgid "Audi Quattro (5 cylinders)" msgstr "" #: hacks/config/engine.xml.h:2 +msgid "BMW M3 (4 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:3 +msgid "BMW M5 (6 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:4 +msgid "Corvette Z06 (8 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:5 +msgid "Dodge Viper (10 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:6 +msgid "" +"Draws a simple model of an engine that floats around the screen. Written by " +"Ben Buxton and Ed Beroset." +msgstr "" + +#: hacks/config/engine.xml.h:7 msgid "Engine" msgstr "Motor" +#: hacks/config/engine.xml.h:9 +msgid "Honda Insight (3 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:10 +msgid "Jaguar XKE (12 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:11 +msgid "Porsche 911 (6 cylinders, flat)" +msgstr "" + +#: hacks/config/engine.xml.h:12 +#, fuzzy +msgid "Random Engine" +msgstr "Náhodne" + +#: hacks/config/engine.xml.h:13 +msgid "Show Engine Name" +msgstr "" + +#: hacks/config/engine.xml.h:18 +msgid "Subaru XT (6 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:19 +msgid "VW Beetle (4 cylinders, flat)" +msgstr "" + #: hacks/config/epicycle.xml.h:4 msgid "Epicycle" msgstr "Epicyklus" @@ -2495,6 +2903,53 @@ msgid "" "planetary motion. Written by James Youngman." msgstr "" +#: hacks/config/eruption.xml.h:1 +msgid "An exposive version of XFlame. By W.P. van Paassen." +msgstr "" + +#: hacks/config/eruption.xml.h:2 +msgid "Cooling factor" +msgstr "" + +#: hacks/config/eruption.xml.h:4 +#, fuzzy +msgid "Eruption" +msgstr "Popis" + +#: hacks/config/eruption.xml.h:7 hacks/config/fluidballs.xml.h:9 +#: hacks/config/qix.xml.h:9 hacks/config/speedmine.xml.h:4 +msgid "Gravity" +msgstr "Gravitácia" + +#: hacks/config/eruption.xml.h:8 +msgid "Heat" +msgstr "" + +#: hacks/config/eruption.xml.h:9 +msgid "Inferno" +msgstr "" + +#: hacks/config/eruption.xml.h:10 +msgid "Little" +msgstr "" + +#: hacks/config/eruption.xml.h:13 +msgid "Negative" +msgstr "" + +#: hacks/config/eruption.xml.h:15 +#, fuzzy +msgid "Number of Particles" +msgstr "Poèet kru¾níc" + +#: hacks/config/eruption.xml.h:16 +msgid "Pleasant" +msgstr "" + +#: hacks/config/eruption.xml.h:17 +msgid "Positive" +msgstr "" + #: hacks/config/euler2d.xml.h:2 msgid "Euler2d" msgstr "" @@ -2606,7 +3061,8 @@ msgstr "" msgid "0 Seconds" msgstr "0 sekúnd" -#: hacks/config/flame.xml.h:2 hacks/config/maze.xml.h:2 +#: hacks/config/flame.xml.h:2 hacks/config/glslideshow.xml.h:2 +#: hacks/config/maze.xml.h:2 msgid "10 Seconds" msgstr "10 sekúnd" @@ -2614,7 +3070,7 @@ msgstr "10 sek msgid "Another iterative fractal generator. Written by Scott Draves." msgstr "" -#: hacks/config/flame.xml.h:4 +#: hacks/config/flame.xml.h:4 hacks/config/jigglypuff.xml.h:4 msgid "Complexity" msgstr "Zlo¾itos»" @@ -2675,32 +3131,28 @@ msgid "Zoom In and Out" msgstr "Zväè¹ova» a zmen¹ova»" #: hacks/config/fluidballs.xml.h:1 +msgid " Freefall" +msgstr "" + +#: hacks/config/fluidballs.xml.h:2 #, fuzzy msgid "Ball Size" msgstr "Veµkos» vlny" -#: hacks/config/fluidballs.xml.h:5 +#: hacks/config/fluidballs.xml.h:4 +#, fuzzy +msgid "Clay" +msgstr "Oneskorenie" + +#: hacks/config/fluidballs.xml.h:7 #, fuzzy msgid "FluidBalls" msgstr "Lopty" -#: hacks/config/fluidballs.xml.h:6 -msgid "Freefall" -msgstr "" - -#: hacks/config/fluidballs.xml.h:7 hacks/config/twang.xml.h:4 +#: hacks/config/fluidballs.xml.h:8 hacks/config/twang.xml.h:4 msgid "Friction" msgstr "" -#: hacks/config/fluidballs.xml.h:8 -msgid "Glass" -msgstr "" - -#: hacks/config/fluidballs.xml.h:9 hacks/config/qix.xml.h:9 -#: hacks/config/speedmine.xml.h:4 -msgid "Gravity" -msgstr "Gravitácia" - #: hacks/config/fluidballs.xml.h:10 msgid "Hurricane" msgstr "" @@ -2719,8 +3171,8 @@ msgstr "" #: hacks/config/fluidballs.xml.h:15 #, fuzzy -msgid "Sandpaper" -msgstr "©tandardné" +msgid "Rubber" +msgstr "Bubliny" #: hacks/config/fluidballs.xml.h:16 msgid "Shake Box" @@ -2739,6 +3191,99 @@ msgstr "" msgid "Wind" msgstr "Windows" +#: hacks/config/flurry.xml.h:1 +msgid "Binary" +msgstr "" + +#: hacks/config/flurry.xml.h:2 +msgid "Classic" +msgstr "" + +#: hacks/config/flurry.xml.h:3 +#, fuzzy +msgid "Fire" +msgstr "_Súbor" + +#: hacks/config/flurry.xml.h:4 +msgid "Flurry" +msgstr "" + +#: hacks/config/flurry.xml.h:5 +msgid "Insane" +msgstr "" + +#: hacks/config/flurry.xml.h:6 +msgid "Psychedelic" +msgstr "" + +#: hacks/config/flurry.xml.h:7 +msgid "RGB" +msgstr "" + +#: hacks/config/flurry.xml.h:8 hacks/config/jigglypuff.xml.h:13 +#: hacks/config/sballs.xml.h:10 hacks/config/whirlygig.xml.h:12 +msgid "Random" +msgstr "Náhodne" + +#: hacks/config/flurry.xml.h:10 +msgid "" +"This port of the OSX screensaver of the same name draws a colourful star" +"(fish)like flurry of particles. xscreensaver port by Tobias Sargeant <" +"tobias.sargeant@bigpond.com> Original Mac version by Calum Robinson <" +"calumr@mac.com> http://homepage.mac.com/calumr" +msgstr "" + +#: hacks/config/flurry.xml.h:11 +#, fuzzy +msgid "Water" +msgstr "Èistá voda" + +#: hacks/config/flyingtoasters.xml.h:1 +msgid "" +"A fleet of 3d space-age jet-powered flying toasters (and toast!) Inspired by " +"the ancient Berkeley Systems After Dark flying toasters. By Jamie Zawinski " +"and Baconmonkey." +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:2 +#, fuzzy +msgid "Air Speed" +msgstr "Rýchlos» animácie" + +#: hacks/config/flyingtoasters.xml.h:4 +msgid "Chrome Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:6 +msgid "Flying Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:7 hacks/config/glslideshow.xml.h:16 +#: hacks/config/jigglypuff.xml.h:12 hacks/config/juggle.xml.h:6 +#: hacks/config/pipes.xml.h:10 +msgid "None" +msgstr "®iadne" + +#: hacks/config/flyingtoasters.xml.h:8 +#, fuzzy +msgid "Number of Slices" +msgstr "Poèet kru¾níc" + +#: hacks/config/flyingtoasters.xml.h:9 +#, fuzzy +msgid "Number of Toasters" +msgstr "Poèet stromov" + +#: hacks/config/flyingtoasters.xml.h:12 +#, fuzzy +msgid "Solid Colors" +msgstr "Zobrazi» hviezdy" + +#: hacks/config/flyingtoasters.xml.h:13 +#, fuzzy +msgid "Swarm" +msgstr "Hviezda" + #: hacks/config/forest.xml.h:2 hacks/config/glforestfire.xml.h:6 msgid "Forest" msgstr "Les" @@ -2821,7 +3366,7 @@ msgstr "" msgid "Wave Speed" msgstr "Rýchlos» vån" -#: hacks/config/gflux.xml.h:15 +#: hacks/config/gflux.xml.h:15 hacks/config/glmatrix.xml.h:20 msgid "Waves" msgstr "Vlny" @@ -2829,6 +3374,25 @@ msgstr "Vlny" msgid "Wire Mesh" msgstr "" +#: hacks/config/glblur.xml.h:1 +msgid "Blur Smoothness" +msgstr "" + +#: hacks/config/glblur.xml.h:5 +msgid "GLBlur" +msgstr "" + +#: hacks/config/glblur.xml.h:18 +msgid "" +"This program draws a box and a few line segments, and generates a radial " +"blur outward from it. This creates flowing field effects. This is done by " +"rendering the scene into a small texture, then repeatedly rendering " +"increasingly-enlarged and increasingly-transparent versions of that texture " +"onto the frame buffer. As such, it's quite graphics intensive: don't bother " +"trying to run this if you don't have hardware-accelerated OpenGL texture " +"support. It will hurt your machine bad." +msgstr "" + #: hacks/config/glforestfire.xml.h:2 msgid "Desert" msgstr "Pú¹»" @@ -2840,7 +3404,7 @@ msgid "" "for texture maps. Written by Eric Lassauge <lassauge@mail.dotcom.fr>." msgstr "" -#: hacks/config/glforestfire.xml.h:5 +#: hacks/config/glforestfire.xml.h:5 hacks/config/glmatrix.xml.h:9 msgid "Fog" msgstr "Hmla" @@ -2868,9 +3432,87 @@ msgstr "D msgid "Track mouse" msgstr "" -#: hacks/config/glforestfire.xml.h:18 hacks/config/lament.xml.h:8 -#: hacks/config/sballs.xml.h:17 -msgid "Untextured" +#: hacks/config/glknots.xml.h:4 +msgid "GLKnots" +msgstr "" + +#: hacks/config/glknots.xml.h:5 +msgid "" +"Generates some twisting 3d knot patterns. Spins 'em around. Written by Jamie " +"Zawinski." +msgstr "" + +#: hacks/config/glknots.xml.h:7 hacks/config/lavalite.xml.h:17 +#: hacks/config/spheremonics.xml.h:9 +#, fuzzy +msgid "Resolution" +msgstr "Rotácia" + +#: hacks/config/glknots.xml.h:15 +#, fuzzy +msgid "Segmented" +msgstr "Segmenty" + +#: hacks/config/glknots.xml.h:18 hacks/config/lavalite.xml.h:28 +msgid "Smooth" +msgstr "" + +#: hacks/config/glmatrix.xml.h:2 hacks/config/xmatrix.xml.h:1 +msgid "Binary Encoding" +msgstr "Binárne kódovanie" + +#: hacks/config/glmatrix.xml.h:4 +#, fuzzy +msgid "Draw Glyphs" +msgstr "Vykresli» návestia" + +#: hacks/config/glmatrix.xml.h:5 +#, fuzzy +msgid "Draw Outlines" +msgstr "Kresli» marvce" + +#: hacks/config/glmatrix.xml.h:6 +#, fuzzy +msgid "Draw Solid Boxes" +msgstr "Zobrazi» hviezdy" + +#: hacks/config/glmatrix.xml.h:7 +msgid "" +"Draws 3D dropping characters similar to what is seen in the title sequence " +"of \"The Matrix\". See also \"xmatrix\" for a 2D rendering of the similar " +"effect that appeared on the computer monitors actually *in* the movie. " +"Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/glmatrix.xml.h:10 +#, fuzzy +msgid "GLMatrix" +msgstr "Xmatrix" + +#: hacks/config/glmatrix.xml.h:11 hacks/config/xmatrix.xml.h:7 +msgid "Genetic Encoding" +msgstr "Genetické kódovanie" + +#: hacks/config/glmatrix.xml.h:12 +#, fuzzy +msgid "Glyph Density" +msgstr "Hustota" + +#: hacks/config/glmatrix.xml.h:13 +#, fuzzy +msgid "Glyph Speed" +msgstr "Rýchlos» ryby" + +#: hacks/config/glmatrix.xml.h:14 hacks/config/xmatrix.xml.h:8 +msgid "Hexadecimal Encoding" +msgstr "Hexadecimálne kódovanie" + +#: hacks/config/glmatrix.xml.h:15 hacks/config/xmatrix.xml.h:11 +msgid "Matrix Encoding" +msgstr "Kódovanie Matrix" + +#: hacks/config/glmatrix.xml.h:16 +msgid "Panning" msgstr "" #: hacks/config/glplanet.xml.h:1 @@ -2889,14 +3531,65 @@ msgstr "" msgid "Image File" msgstr "" -#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 -msgid "1" -msgstr "1" +#: hacks/config/glslideshow.xml.h:4 hacks/config/rd-bomb.xml.h:5 +#, no-c-format +msgid "100%" +msgstr "100 %" -#: hacks/config/glsnake.xml.h:2 hacks/config/penrose.xml.h:2 +#: hacks/config/glslideshow.xml.h:5 hacks/config/glsnake.xml.h:2 +#: hacks/config/penrose.xml.h:2 msgid "30 Seconds" msgstr "30 sekúnd" +#: hacks/config/glslideshow.xml.h:6 +#, fuzzy +msgid "5 Minutes" +msgstr "1 minúta" + +#: hacks/config/glslideshow.xml.h:8 +#, no-c-format +msgid "50%" +msgstr "" + +#: hacks/config/glslideshow.xml.h:9 +msgid "Always show at least this much of the image:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:10 +#, fuzzy +msgid "Crossfade Duration:" +msgstr "_Trvanie prechodu" + +#: hacks/config/glslideshow.xml.h:11 +msgid "Frame Rate:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:12 +msgid "GLSlideshow" +msgstr "" + +#: hacks/config/glslideshow.xml.h:14 +msgid "" +"Loads a random sequence of images and smoothly scans and zooms around in " +"each, fading from pan to pan. You can set the directory from which images " +"are loaded on the \"Advanced\" tab. This program requires a good video card " +"capable of supporting large textures. Written by Jamie Zawinski and Mike " +"Oliphant." +msgstr "" + +#: hacks/config/glslideshow.xml.h:17 +#, fuzzy +msgid "Pan/Zoom Duration:" +msgstr "_Trvanie prechodu" + +#: hacks/config/glslideshow.xml.h:19 +msgid "Time until loading a new image:" +msgstr "" + +#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 +msgid "1" +msgstr "1" + #: hacks/config/glsnake.xml.h:3 msgid "" "Draws a simulation of the Rubik's Snake puzzle. Written by Jamie Wilkinson, " @@ -3024,21 +3717,69 @@ msgstr "" msgid "Orbital Decay" msgstr "" -#: hacks/config/grav.xml.h:10 +#: hacks/config/grav.xml.h:10 +msgid "" +"This program draws a simple orbital simulation. If you turn on trails, it " +"looks kind of like a cloud-chamber photograph. Written by Greg Bowering." +msgstr "" + +#: hacks/config/greynetic.xml.h:2 +msgid "Greynetic" +msgstr "" + +#: hacks/config/greynetic.xml.h:5 +msgid "" +"This draws random colored and stippled rectangles. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/halftone.xml.h:1 +msgid "Delay (Large = low cpu load)" +msgstr "" + +#: hacks/config/halftone.xml.h:2 +msgid "Dot fill factor" +msgstr "" + +#: hacks/config/halftone.xml.h:3 +#, fuzzy +msgid "Dot size" +msgstr "Veµkos» mravca" + +#: hacks/config/halftone.xml.h:4 msgid "" -"This program draws a simple orbital simulation. If you turn on trails, it " -"looks kind of like a cloud-chamber photograph. Written by Greg Bowering." +"Draws the gravity force in each point on the screen seen through a halftone " +"dot pattern. The gravity force is calculated from a set of moving mass " +"points. View it from a distance for best effect. Written by Peter Jaric <" +"peter@jaric.org>." msgstr "" -#: hacks/config/greynetic.xml.h:2 -msgid "Greynetic" +#: hacks/config/halftone.xml.h:5 +#, fuzzy +msgid "Gravity points" +msgstr "Gravitácia" + +#: hacks/config/halftone.xml.h:6 +msgid "Halftone" msgstr "" -#: hacks/config/greynetic.xml.h:5 -msgid "" -"This draws random colored and stippled rectangles. Written by Jamie Zawinski." +#: hacks/config/halftone.xml.h:10 +msgid "Maximum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:11 +#, fuzzy +msgid "Maximum speed" +msgstr "Rýchlos» animácie" + +#: hacks/config/halftone.xml.h:12 +msgid "Minimum mass" msgstr "" +#: hacks/config/halftone.xml.h:13 +#, fuzzy +msgid "Minimum speed" +msgstr "Rýchlos» animácie" + #: hacks/config/halo.xml.h:1 msgid "Animate Circles" msgstr "" @@ -3193,6 +3934,108 @@ msgid "" "brain will melt. Written by Joe Keane, Fritz Mueller, and Jamie Zawinski." msgstr "" +#: hacks/config/hypertorus.xml.h:1 +msgid "-4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:2 +msgid "4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:3 +msgid "4D Hypertorus" +msgstr "" + +#: hacks/config/hypertorus.xml.h:4 +#, fuzzy +msgid "Color Wheel" +msgstr "Farba" + +#: hacks/config/hypertorus.xml.h:5 +#, fuzzy +msgid "Display Speed" +msgstr "Rýchlos» ryby" + +#: hacks/config/hypertorus.xml.h:7 +msgid "Orthographic 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:8 +msgid "Orthographic 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:9 +msgid "Perspective 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:10 +msgid "Perspective 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:11 +#, fuzzy +msgid "See-Through Bands" +msgstr "Prepína» re¾imy" + +#: hacks/config/hypertorus.xml.h:14 +#, fuzzy +msgid "Solid Object" +msgstr "Náhodný objekt" + +#: hacks/config/hypertorus.xml.h:15 hacks/config/pulsar.xml.h:16 +msgid "Solid Surface" +msgstr "" + +#: hacks/config/hypertorus.xml.h:16 +msgid "" +"This program shows a rotating Clifford Torus: a torus lying on the \"surface" +"\" of a 4D hypersphere. Written by Carsten Steger, inspired by Thomas " +"Banchoff's book \"Beyond the Third Dimension: Geometry, Computer Graphics, " +"and Higher Dimensions\", Scientific American Library, 1990." +msgstr "" + +#: hacks/config/hypertorus.xml.h:17 +msgid "Transparent Surface" +msgstr "" + +#: hacks/config/hypertorus.xml.h:18 +msgid "Two-Sided" +msgstr "" + +#: hacks/config/hypertorus.xml.h:19 +#, fuzzy +msgid "WX Rotation Speed" +msgstr "Rýchlos» otáèania" + +#: hacks/config/hypertorus.xml.h:20 +#, fuzzy +msgid "WY Rotation Speed" +msgstr "Rýchlos» otáèania" + +#: hacks/config/hypertorus.xml.h:21 +#, fuzzy +msgid "WZ Rotation Speed" +msgstr "Rýchlos» otáèania" + +#: hacks/config/hypertorus.xml.h:22 +msgid "Wireframe Mesh" +msgstr "" + +#: hacks/config/hypertorus.xml.h:23 +#, fuzzy +msgid "XY Rotation Speed" +msgstr "Rýchlos» otáèania" + +#: hacks/config/hypertorus.xml.h:24 +#, fuzzy +msgid "XZ Rotation Speed" +msgstr "Rýchlos» otáèania" + +#: hacks/config/hypertorus.xml.h:25 +#, fuzzy +msgid "YZ Rotation Speed" +msgstr "Rýchlos» otáèania" + #: hacks/config/ifs.xml.h:2 msgid "IFS" msgstr "IFS" @@ -3261,6 +4104,97 @@ msgstr "Po msgid "Wave Size" msgstr "Veµkos» vlny" +#: hacks/config/jigglypuff.xml.h:2 +msgid "Chrome" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:3 +msgid "Clown barf" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:5 +#, fuzzy +msgid "Cycle" +msgstr "_Opakova» po" + +#: hacks/config/jigglypuff.xml.h:7 +msgid "Flower box" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:9 +msgid "Inertial damping" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:10 +msgid "JigglyPuff" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:14 +#, fuzzy +msgid "Rotation speed" +msgstr "Rýchlos» otáèania" + +#: hacks/config/jigglypuff.xml.h:17 hacks/config/sphere.xml.h:7 +msgid "Sphere" +msgstr "Guµa" + +#: hacks/config/jigglypuff.xml.h:18 +msgid "Sphere strength" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:19 +msgid "Spookiness" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:20 +msgid "Spoooooky" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:21 hacks/config/sballs.xml.h:16 +msgid "Tetrahedron" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:22 +msgid "" +"This little gem does bad things with quasi-spherical objects. The gist of it " +"is that you have what is, structurally, a tetrahedron with tesselated faces. " +"the vertices on these faces have forces on them in the form of one " +"proportional to their distance from the surface of a sphere, and one which " +"is proportional to how far they differ from some ideal distance from their " +"neighbors. They also have inertia. The forces and distance are parameters " +"and there are also a couple of visual parameters. The resulting effect can " +"range from a shape that does nothing, to a frenetic polygon storm. Somewhere " +"in between there it usually manifests as a blob that jiggles in a kind of " +"disturbing manner. woo. It doesn't matter, however. You should just pick " +"'random'. It overrides all the other options, except for fps, delay and " +"complexity. By Keith Macleod" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:23 +msgid "Vertex-vertex behavior" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:24 +msgid "Vertex-vertex force" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:26 +msgid "collapse" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:27 +msgid "expand" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:28 +#, fuzzy +msgid "none" +msgstr "®iadne" + +#: hacks/config/jigglypuff.xml.h:29 +msgid "strong" +msgstr "" + #: hacks/config/jigsaw.xml.h:4 msgid "Jigsaw" msgstr "Skladaèka" @@ -3291,10 +4225,6 @@ msgstr "Nakresl msgid "Juggle" msgstr "®onglovanie" -#: hacks/config/juggle.xml.h:6 hacks/config/pipes.xml.h:10 -msgid "None" -msgstr "®iadne" - #: hacks/config/julia.xml.h:3 hacks/config/rorschach.xml.h:4 msgid "Iterations" msgstr "Iterácie" @@ -3337,6 +4267,24 @@ msgstr "" msgid "Trails" msgstr "" +#: hacks/config/klein.xml.h:3 +msgid "Klein" +msgstr "" + +#: hacks/config/klein.xml.h:10 +msgid "" +"This draws a visualization of a Klein bottle or some other interesting " +"parametric surfaces. Written by Andrey Mirtchovski." +msgstr "" + +#: hacks/config/klein.xml.h:11 +msgid "Use Randomized Surfaces and Primitives" +msgstr "" + +#: hacks/config/klein.xml.h:12 +msgid "Wander Around the Screen" +msgstr "" + #: hacks/config/kumppa.xml.h:5 msgid "Kumppa" msgstr "" @@ -3422,19 +4370,10 @@ msgstr "" msgid "Random Lamp Style" msgstr "Náhodný ¹týl kazenia" -#: hacks/config/lavalite.xml.h:17 hacks/config/spheremonics.xml.h:9 -#, fuzzy -msgid "Resolution" -msgstr "Rotácia" - #: hacks/config/lavalite.xml.h:18 msgid "Rocket Lavalite" msgstr "" -#: hacks/config/lavalite.xml.h:27 -msgid "Smooth" -msgstr "" - #: hacks/config/lightning.xml.h:2 msgid "Lightning" msgstr "" @@ -3580,6 +4519,35 @@ msgid "" "by Jamie Zawinski." msgstr "" +#: hacks/config/metaballs.xml.h:1 +#, fuzzy +msgid "Big" +msgstr "Väè¹ie" + +#: hacks/config/metaballs.xml.h:2 +msgid "" +"Draws two dimensional metaballs: overlapping and merging balls with fuzzy " +"edges. By W.P. van Paassen." +msgstr "" + +#: hacks/config/metaballs.xml.h:7 +msgid "MetaBall Movement" +msgstr "" + +#: hacks/config/metaballs.xml.h:8 +msgid "MetaBall Radius" +msgstr "" + +#: hacks/config/metaballs.xml.h:9 +#, fuzzy +msgid "MetaBalls" +msgstr "Lopty" + +#: hacks/config/metaballs.xml.h:11 +#, fuzzy +msgid "Number of MetaBalls" +msgstr "Poèet fraktálov" + #: hacks/config/moebius.xml.h:1 msgid "" "Another M. C. Escher hack by Marcelo Vianna, this one draws ``Moebius Strip " @@ -3935,6 +4903,28 @@ msgstr "" msgid "Scale" msgstr "" +#: hacks/config/piecewise.xml.h:1 +msgid "Color shifting speed" +msgstr "" + +#: hacks/config/piecewise.xml.h:6 +msgid "Maximum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:7 +msgid "Minimum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:8 +msgid "Piecewise" +msgstr "" + +#: hacks/config/piecewise.xml.h:12 +msgid "" +"This draws a bunch of moving circles which switch from visibility to " +"invisibility at intersection points. Written by Geoffrey Irving." +msgstr "" + #: hacks/config/pipes.xml.h:1 msgid "Allow Tight Turns" msgstr "" @@ -3995,6 +4985,36 @@ msgid "" "puzzle pieces. Written by Stephen Montgomery-Smith." msgstr "" +#: hacks/config/popsquares.xml.h:1 +#, fuzzy +msgid "Border" +msgstr "©írka okraja" + +#: hacks/config/popsquares.xml.h:2 +msgid "End color" +msgstr "" + +#: hacks/config/popsquares.xml.h:7 +msgid "Start color" +msgstr "" + +#: hacks/config/popsquares.xml.h:8 +msgid "Subdivision" +msgstr "" + +#: hacks/config/popsquares.xml.h:9 +msgid "" +"This draws a pop-art-ish looking grid of pulsing colors. By Levi Burton." +msgstr "" + +#: hacks/config/popsquares.xml.h:10 +msgid "Twitch" +msgstr "" + +#: hacks/config/popsquares.xml.h:11 +msgid "popsquares" +msgstr "" + #: hacks/config/pulsar.xml.h:1 msgid "Anti-alias Lines" msgstr "" @@ -4042,10 +5062,6 @@ msgstr "" msgid "Quad Count" msgstr "" -#: hacks/config/pulsar.xml.h:16 -msgid "Solid Surface" -msgstr "" - #: hacks/config/pulsar.xml.h:18 msgid "Texture PPM File" msgstr "" @@ -4058,10 +5074,6 @@ msgstr "" msgid "Launch Frequency" msgstr "" -#: hacks/config/pyro.xml.h:8 -msgid "Often" -msgstr "Èasto" - #: hacks/config/pyro.xml.h:9 msgid "Particle Density" msgstr "" @@ -4139,11 +5151,6 @@ msgstr "/" msgid "1%" msgstr "1 %" -#: hacks/config/rd-bomb.xml.h:5 -#, no-c-format -msgid "100%" -msgstr "100 %" - #: hacks/config/rd-bomb.xml.h:7 msgid "" "Another variation of the `Bomb' program by Scott Draves. This draws a grid " @@ -4355,10 +5362,6 @@ msgstr "" msgid "Pyramid" msgstr "Pyramída" -#: hacks/config/sballs.xml.h:10 -msgid "Random" -msgstr "Náhodne" - #: hacks/config/sballs.xml.h:11 msgid "Sballs" msgstr "" @@ -4367,10 +5370,6 @@ msgstr "" msgid "Star" msgstr "Hviezda" -#: hacks/config/sballs.xml.h:16 -msgid "Tetrahedron" -msgstr "" - #: hacks/config/shadebobs.xml.h:7 msgid "ShadeBobs" msgstr "" @@ -4521,10 +5520,6 @@ msgid "" "Duff in 1982." msgstr "" -#: hacks/config/sphere.xml.h:7 -msgid "Sphere" -msgstr "Guµa" - #: hacks/config/sphereEversion.xml.h:1 msgid "SphereEversion" msgstr "" @@ -4557,7 +5552,7 @@ msgid "" "angular momentum operators. Written by Paul Bourke and Jamie Zawinski." msgstr "" -#: hacks/config/spiral.xml.h:2 +#: hacks/config/spiral.xml.h:2 hacks/config/superquadrics.xml.h:2 msgid "Cycles" msgstr "" @@ -4630,10 +5625,9 @@ msgid "" "work with some window managers, but not with others, so your mileage may " "vary. SSystem was once available at <http://www1.las.es/~amil/ssystem/" ">, but is now gone. You may still be able to find copies elsewhere. " -"SSystem has since evolved into two different programs: OpenUniverse (http://" -"openuniverse.sourceforge.net/) and Celestia (http://www.shatters.net/" -"celestia/). Sadly, neither of these programs work with xscreensaver at all. " -"You are encouraged to nag their authors into adding xscreensaver support!" +"SSystem has since evolved into Celestia, found at <http://www.shatters." +"net/celestia/>. Sadly, Celestia does not work with xscreensaver at all. " +"You are encouraged to nag the authors into adding xscreensaver support!" msgstr "" #: hacks/config/stairs.xml.h:6 @@ -4751,14 +5745,14 @@ msgid "" "Written by Massimino Pascal." msgstr "" -#: hacks/config/superquadrics.xml.h:2 +#: hacks/config/superquadrics.xml.h:3 msgid "" "Ed Mackey reports that he wrote the first version of this program in BASIC " "on a Commodore 64 in 1987, as a 320x200 black and white wireframe. Now it is " "GL and has specular reflections." msgstr "" -#: hacks/config/superquadrics.xml.h:10 +#: hacks/config/superquadrics.xml.h:11 msgid "Superquadrics" msgstr "" @@ -4979,17 +5973,65 @@ msgid "Amplitude" msgstr "Amplitúda" #: hacks/config/whirlygig.xml.h:2 +#, fuzzy +msgid "Circle" +msgstr "Obvod" + +#: hacks/config/whirlygig.xml.h:3 msgid "Draws zooming chains of sinusoidal spots. Written by Ashton Trey Belew." msgstr "" +#: hacks/config/whirlygig.xml.h:4 +#, fuzzy +msgid "Explain modes" +msgstr "_Re¾imy zobrazovania" + #: hacks/config/whirlygig.xml.h:5 -msgid "Whirlies" +msgid "Fun" msgstr "" #: hacks/config/whirlygig.xml.h:6 +msgid "Funky" +msgstr "" + +#: hacks/config/whirlygig.xml.h:7 +msgid "Innie" +msgstr "" + +#: hacks/config/whirlygig.xml.h:8 +msgid "Leave a trail" +msgstr "" + +#: hacks/config/whirlygig.xml.h:9 +#, fuzzy +msgid "Linear" +msgstr "Èiary" + +#: hacks/config/whirlygig.xml.h:11 +msgid "Lissajous" +msgstr "" + +#: hacks/config/whirlygig.xml.h:15 +#, fuzzy +msgid "Test" +msgstr "Najlep¹í" + +#: hacks/config/whirlygig.xml.h:16 +msgid "Use Double Buffering" +msgstr "" + +#: hacks/config/whirlygig.xml.h:17 +msgid "Whirlies" +msgstr "" + +#: hacks/config/whirlygig.xml.h:18 msgid "WhirlyGig" msgstr "" +#: hacks/config/whirlygig.xml.h:19 +msgid "Wrap the screen" +msgstr "" + #: hacks/config/worm.xml.h:1 msgid "" "An ancient xlock hack that draws multicolored worms that crawl around the " @@ -5006,7 +6048,7 @@ msgid "" "XaoS generates fast fly-through animations of the Mandelbrot and other " "fractal sets. Written by Thomas Marsh and Jan Hubicka. This is not included " "with the XScreenSaver package, but if you don't have it already, you can " -"find it at <http://limax.paru.cas.cz/~hubicka/XaoS/>." +"find it at <http://xaos.theory.org/>." msgstr "" #: hacks/config/xdaliclock.xml.h:1 @@ -5029,7 +6071,7 @@ msgstr "" msgid "Huge Font" msgstr "Obrovské písmo" -#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:9 +#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:10 msgid "Large Font" msgstr "Veµké písmo" @@ -5037,7 +6079,7 @@ msgstr "Ve msgid "Medium Font" msgstr "Stredné písmo" -#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:16 msgid "Small Font" msgstr "Malé písmo" @@ -5206,16 +6248,14 @@ msgstr "" msgid "Xlyap" msgstr "" -#: hacks/config/xmatrix.xml.h:1 +#: hacks/config/xmatrix.xml.h:3 msgid "" -"A rendition of the text scrolls seen in the movie ``The Matrix.'' Written by " -"Jamie Zawinski." +"Draws dropping characters similar to what is seen on the computer monitors " +"in \"The Matrix\". See also \"glmatrix\" for a 3D rendering of the similar " +"effect that appeared in the title sequence of the movie. Written by Jamie " +"Zawinski." msgstr "" -#: hacks/config/xmatrix.xml.h:2 -msgid "Binary Encoding" -msgstr "Binárne kódovanie" - #: hacks/config/xmatrix.xml.h:4 msgid "Expansion Algorithm" msgstr "" @@ -5224,35 +6264,27 @@ msgstr "" msgid "Full" msgstr "" -#: hacks/config/xmatrix.xml.h:7 -msgid "Genetic Encoding" -msgstr "Genetické kódovanie" - -#: hacks/config/xmatrix.xml.h:8 -msgid "Hexadecimal Encoding" -msgstr "Hexadecimálne kódovanie" - -#: hacks/config/xmatrix.xml.h:10 -msgid "Matrix Encoding" -msgstr "Kódovanie Matrix" +#: hacks/config/xmatrix.xml.h:9 +msgid "Knock Knock" +msgstr "" -#: hacks/config/xmatrix.xml.h:11 +#: hacks/config/xmatrix.xml.h:12 msgid "Phone Number" msgstr "Telefónne èíslo" -#: hacks/config/xmatrix.xml.h:12 +#: hacks/config/xmatrix.xml.h:13 msgid "Run Trace Program" msgstr "" -#: hacks/config/xmatrix.xml.h:13 +#: hacks/config/xmatrix.xml.h:14 msgid "Slider Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:18 +#: hacks/config/xmatrix.xml.h:19 msgid "Synergistic Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:19 +#: hacks/config/xmatrix.xml.h:20 msgid "Xmatrix" msgstr "Xmatrix" @@ -5366,15 +6398,22 @@ msgstr "" "akoby pohµad cez viacero prekrývajúcich sa ¹o¹oviek namiesto jednoduchého " "zväè¹enia. Napísal James Macnicol." +#~ msgid "Configure the settings of the screensaver." +#~ msgstr "Konfigurova» nastavenia ¹etrièa obrazovky." + +#~ msgid "Preview of screen saver" +#~ msgstr "Náhµad ¹etrièa obrazovky" + +#, fuzzy +#~ msgid "Sandpaper" +#~ msgstr "©tandardné" + #~ msgid "_Advanced >>" #~ msgstr "_Roz¹írené >>" #~ msgid "_Standard <<" #~ msgstr "©_tandardné <<" -#~ msgid "MacOS" -#~ msgstr "MacOS" - #~ msgid "0°" #~ msgstr "0°" diff --git a/po/sv.po b/po/sv.po index fdac887a..1c7dd98f 100644 --- a/po/sv.po +++ b/po/sv.po @@ -3,12 +3,12 @@ # Martin Wahlen , 1998, 1999. # Christian Rose , 2000, 2001, 2002. # -# $Id: sv.po,v 1.7 2003/05/20 12:28:49 jwz Exp $ +# $Id: sv.po,v 1.8 2003/09/06 06:16:25 jwz Exp $ # msgid "" msgstr "" "Project-Id-Version: xscreensaver\n" -"POT-Creation-Date: 2002-06-18 21:56+0200\n" +"POT-Creation-Date: 2003-07-24 19:05+0200\n" "PO-Revision-Date: 2002-07-22 00:55+0200\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" @@ -16,35 +16,40 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: driver/demo-Gtk-conf.c:729 +#: driver/demo-Gtk-conf.c:731 msgid "Browse..." msgstr "Bläddra..." -#: driver/demo-Gtk-conf.c:1021 +#: driver/demo-Gtk-conf.c:1023 msgid "Select file." msgstr "Välj fil." -#: driver/demo-Gtk-support.c:121 +#: driver/demo-Gtk-support.c:135 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "Kunde inte htta bildfil: %s" -#: driver/demo-Gtk-support.c:130 +#: driver/demo-Gtk-support.c:147 driver/demo-Gtk-support.c:179 #, c-format msgid "Error loading pixmap file: %s" msgstr "Fel vid inläsning av bildfil: %s" +#: driver/demo-Gtk-support.c:182 +#, c-format +msgid "reason: %s\n" +msgstr "" + #: driver/demo-Gtk-widgets.c:155 driver/xscreensaver-demo.glade.h:89 -#: driver/xscreensaver-demo.glade2.h:43 +#: driver/xscreensaver-demo.glade2.h:65 msgid "XScreenSaver" msgstr "XScreenSaver" -#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:54 +#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:76 msgid "_File" msgstr "_Arkiv" #: driver/demo-Gtk-widgets.c:196 driver/xscreensaver-demo.glade.h:93 -#: driver/xscreensaver-demo.glade2.h:48 +#: driver/xscreensaver-demo.glade2.h:70 msgid "_Blank Screen Now" msgstr "_Töm skärm nu" @@ -55,7 +60,7 @@ msgstr "" "Aktivera XScreenSaver-demonen nu (lÃ¥s skärmen om detta är konfigurerat)." #: driver/demo-Gtk-widgets.c:209 driver/xscreensaver-demo.glade.h:97 -#: driver/xscreensaver-demo.glade2.h:58 +#: driver/xscreensaver-demo.glade2.h:80 msgid "_Lock Screen Now" msgstr "_LÃ¥s skärm nu" @@ -64,7 +69,7 @@ msgid "Lock the screen now (even if \"Lock Screen\" is unchecked.)" msgstr "LÃ¥s skärmen nu (även om \"LÃ¥s skärmen\" inte är förkryssat)." #: driver/demo-Gtk-widgets.c:222 driver/xscreensaver-demo.glade.h:96 -#: driver/xscreensaver-demo.glade2.h:56 +#: driver/xscreensaver-demo.glade2.h:78 msgid "_Kill Daemon" msgstr "_Döda demon" @@ -73,7 +78,7 @@ msgid "Tell the running XScreenSaver daemon to exit." msgstr "Säg Ã¥t den körande XScreenSaver-demonen att avsluta." #: driver/demo-Gtk-widgets.c:235 driver/xscreensaver-demo.glade.h:98 -#: driver/xscreensaver-demo.glade2.h:64 +#: driver/xscreensaver-demo.glade2.h:86 msgid "_Restart Daemon" msgstr "_Starta om demonen" @@ -93,12 +98,12 @@ msgstr "" "Avsluta xscreensaver-demo-programmet (men lämna XScreenSaver-demonen körande " "i bakgrunden)." -#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:55 +#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:77 msgid "_Help" msgstr "_Hjälp" #: driver/demo-Gtk-widgets.c:290 driver/xscreensaver-demo.glade.h:92 -#: driver/xscreensaver-demo.glade2.h:44 +#: driver/xscreensaver-demo.glade2.h:66 msgid "_About..." msgstr "_Om..." @@ -107,7 +112,7 @@ msgid "Display version information." msgstr "Visa versionsinformation." #: driver/demo-Gtk-widgets.c:303 driver/xscreensaver-demo.glade.h:94 -#: driver/xscreensaver-demo.glade2.h:53 +#: driver/xscreensaver-demo.glade2.h:75 msgid "_Documentation..." msgstr "_Dokumentation..." @@ -120,7 +125,7 @@ msgid "Cycle After" msgstr "" #: driver/demo-Gtk-widgets.c:364 driver/xscreensaver-demo.glade.h:78 -#: driver/xscreensaver-demo.glade2.h:42 +#: driver/xscreensaver-demo.glade2.h:54 msgid "Whether a password should be required to un-blank the screen." msgstr "Huruvida ett lösenord ska krävas för att Ã¥terställa skärmen." @@ -134,23 +139,24 @@ msgstr "Töm efter" #: driver/demo-Gtk-widgets.c:397 driver/demo-Gtk-widgets.c:447 #: driver/demo-Gtk-widgets.c:461 driver/demo-Gtk-widgets.c:1010 -#: driver/xscreensaver-demo.glade.h:43 driver/xscreensaver-demo.glade2.h:26 +#: driver/xscreensaver-demo.glade.h:43 msgid "How long before the monitor goes completely black." msgstr "Hur lÃ¥ng tid som ska gÃ¥ innan bildskärmen blir svart." #: driver/demo-Gtk-widgets.c:401 driver/demo-Gtk-widgets.c:413 #: driver/demo-Gtk-widgets.c:425 driver/demo-Gtk-widgets.c:1014 #: driver/demo-Gtk-widgets.c:1026 driver/demo-Gtk-widgets.c:1038 -#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:70 +#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:92 msgid "minutes" msgstr "minuter" -#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2661 +#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2831 #: driver/xscreensaver-demo.glade.h:58 msgid "Preview" msgstr "Förhandsgranska" #: driver/demo-Gtk-widgets.c:484 driver/xscreensaver-demo.glade.h:21 +#: driver/xscreensaver-demo.glade2.h:12 msgid "" "Demo the selected screen saver in full-screen mode (click the mouse to " "return.)" @@ -163,6 +169,7 @@ msgid "Settings..." msgstr "Inställningar..." #: driver/demo-Gtk-widgets.c:494 driver/xscreensaver-demo.glade.h:17 +#: driver/xscreensaver-demo.glade2.h:9 msgid "Customization and explanation of the selected screen saver." msgstr "Anpassning av och förklaring för den valda skärmsläckaren." @@ -171,7 +178,7 @@ msgid "Mode:" msgstr "Läge:" #: driver/demo-Gtk-widgets.c:533 driver/xscreensaver-demo.glade.h:25 -#: driver/xscreensaver-demo.glade2.h:14 +#: driver/xscreensaver-demo.glade2.h:16 msgid "Disable Screen Saver" msgstr "Inaktivera skärmsläckare" @@ -181,21 +188,21 @@ msgid "Blank Screen Only" msgstr "Endast tom skärm" #: driver/demo-Gtk-widgets.c:539 driver/xscreensaver-demo.glade.h:56 -#: driver/xscreensaver-demo.glade2.h:32 +#: driver/xscreensaver-demo.glade2.h:42 msgid "Only One Screen Saver" msgstr "Endast en skärmsläckare" #: driver/demo-Gtk-widgets.c:542 driver/xscreensaver-demo.glade.h:60 -#: driver/xscreensaver-demo.glade2.h:35 +#: driver/xscreensaver-demo.glade2.h:44 msgid "Random Screen Saver" msgstr "Slumpmässig skärmsläckare" -#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2034 +#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2120 #: driver/xscreensaver-demo.glade.h:75 msgid "Use" msgstr "Använd" -#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2044 +#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2130 #: driver/xscreensaver-demo.glade.h:63 msgid "Screen Saver" msgstr "Skärmsläckare" @@ -205,6 +212,7 @@ msgid "\\/" msgstr "\\/" #: driver/demo-Gtk-widgets.c:646 driver/xscreensaver-demo.glade.h:61 +#: driver/xscreensaver-demo.glade2.h:45 msgid "" "Run the next screen saver in the list in full-screen mode (click the mouse " "to return.)" @@ -217,6 +225,7 @@ msgid "/\\" msgstr "/\\" #: driver/demo-Gtk-widgets.c:656 driver/xscreensaver-demo.glade.h:62 +#: driver/xscreensaver-demo.glade2.h:46 msgid "" "Run the previous screen saver in the list in full-screen mode (click the " "mouse to return.)" @@ -225,7 +234,7 @@ msgstr "" "att Ã¥tervända)." #: driver/demo-Gtk-widgets.c:658 driver/demo-Gtk-widgets.c:1601 -#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:11 +#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:13 msgid "Description" msgstr "Beskrivning" @@ -234,11 +243,12 @@ msgid "Display Modes" msgstr "Visningslägen" #: driver/demo-Gtk-widgets.c:701 driver/xscreensaver-demo.glade.h:23 -#: driver/xscreensaver-demo.glade2.h:12 +#: driver/xscreensaver-demo.glade2.h:14 msgid "Diagnostics" msgstr "Diagnostik" #: driver/demo-Gtk-widgets.c:745 driver/xscreensaver-demo.glade.h:80 +#: driver/xscreensaver-demo.glade2.h:56 msgid "Whether the daemon should print lots of debugging information." msgstr "Huruvida demonen ska skriva ut mycket felsökningsinformation." @@ -247,6 +257,7 @@ msgid "Verbose Diagnostics" msgstr "Utförlig diagnostik" #: driver/demo-Gtk-widgets.c:762 driver/xscreensaver-demo.glade.h:79 +#: driver/xscreensaver-demo.glade2.h:55 msgid "" "Whether any error output of the display modes should be redirected to the " "screen." @@ -257,6 +268,7 @@ msgid "Display Subprocess Errors" msgstr "Visa underprocessfel" #: driver/demo-Gtk-widgets.c:779 driver/xscreensaver-demo.glade.h:87 +#: driver/xscreensaver-demo.glade2.h:63 msgid "" "Whether the splash screen (with the version number and `Help' button) should " "be momentarily displayed when the daemon first starts up." @@ -274,6 +286,7 @@ msgid "Colormaps" msgstr "Färgkartor" #: driver/demo-Gtk-widgets.c:834 driver/xscreensaver-demo.glade.h:88 +#: driver/xscreensaver-demo.glade2.h:64 msgid "" "Whether to install a private colormap when running in 8-bit mode on the " "default Visual." @@ -286,6 +299,7 @@ msgid "Install Colormap" msgstr "Installera färgkarta" #: driver/demo-Gtk-widgets.c:859 driver/xscreensaver-demo.glade.h:86 +#: driver/xscreensaver-demo.glade2.h:62 msgid "" "Whether the screen should slowly fade to black when the screen saver " "activates." @@ -296,6 +310,7 @@ msgid "Fade To Black When Blanking" msgstr "Tona mörk när skärmen töms" #: driver/demo-Gtk-widgets.c:876 driver/xscreensaver-demo.glade.h:85 +#: driver/xscreensaver-demo.glade2.h:61 msgid "" "Whether the screen should slowly fade in from black when the screen saver " "deactivates." @@ -310,20 +325,22 @@ msgid "Fade Duration" msgstr "Toningslängd" #: driver/demo-Gtk-widgets.c:922 driver/xscreensaver-demo.glade.h:44 +#: driver/xscreensaver-demo.glade2.h:31 msgid "How long it should take for the screen to fade in and out." msgstr "Hur lÃ¥ng tid det ska ta för skärmen att ljusna och mörkna." #: driver/demo-Gtk-widgets.c:926 driver/xscreensaver-demo.glade.h:100 -#: driver/xscreensaver-demo.glade2.h:73 +#: driver/xscreensaver-demo.glade2.h:96 msgid "seconds" msgstr "sekunder" #: driver/demo-Gtk-widgets.c:936 driver/xscreensaver-demo.glade.h:27 -#: driver/xscreensaver-demo.glade2.h:15 +#: driver/xscreensaver-demo.glade2.h:17 msgid "Display Power Management" msgstr "Strömsparfunktioner för bildskärm" #: driver/demo-Gtk-widgets.c:980 driver/xscreensaver-demo.glade.h:84 +#: driver/xscreensaver-demo.glade2.h:60 msgid "Whether the monitor should be powered down after a while." msgstr "Huruvida bildskärmen ska stängas av efter ett tag." @@ -344,19 +361,22 @@ msgid "Standby After" msgstr "GÃ¥ i standby-läge efter" #: driver/demo-Gtk-widgets.c:1099 driver/xscreensaver-demo.glade.h:45 +#: driver/xscreensaver-demo.glade2.h:33 msgid "How long until the monitor goes into power-saving mode." msgstr "Hur lÃ¥ng tid som ska gÃ¥ innan bildskärmen gÃ¥r i strömsparläge." #: driver/demo-Gtk-widgets.c:1113 driver/xscreensaver-demo.glade.h:46 +#: driver/xscreensaver-demo.glade2.h:34 msgid "How long until the monitor powers down." msgstr "Hur lÃ¥ng tid som ska gÃ¥ innan bildskärmen stängs av." #: driver/demo-Gtk-widgets.c:1117 driver/xscreensaver-demo.glade.h:47 -#: driver/xscreensaver-demo.glade2.h:27 +#: driver/xscreensaver-demo.glade2.h:35 msgid "Image Manipulation" msgstr "Bildmanipulering" #: driver/demo-Gtk-widgets.c:1161 driver/xscreensaver-demo.glade.h:81 +#: driver/xscreensaver-demo.glade2.h:57 msgid "" "Whether the image-manipulating modes should be allowed to operate on an " "image of your desktop." @@ -381,6 +401,7 @@ msgid "Grab Video Frames" msgstr "FÃ¥nga videoramar" #: driver/demo-Gtk-widgets.c:1195 driver/xscreensaver-demo.glade.h:83 +#: driver/xscreensaver-demo.glade2.h:59 msgid "" "Whether the image-manipulating modes should operate on random images loaded " "from disk." @@ -393,6 +414,7 @@ msgid "Choose Random Image:" msgstr "Välj slumpmässiga bilder:" #: driver/demo-Gtk-widgets.c:1230 driver/xscreensaver-demo.glade.h:73 +#: driver/xscreensaver-demo.glade2.h:52 msgid "The directory from which images will be randomly chosen." msgstr "Katalogen frÃ¥n vilka bilder kommer att väljas slumpmässigt." @@ -410,12 +432,12 @@ msgid "XScreenSaver: Mode-Specific Settings" msgstr "XScreenSaver: Lägesspecifika inställningar" #: driver/demo-Gtk-widgets.c:1460 driver/xscreensaver-demo.glade.h:64 -#: driver/xscreensaver-demo.glade2.h:36 +#: driver/xscreensaver-demo.glade2.h:47 msgid "Settings" msgstr "Inställningar" #: driver/demo-Gtk-widgets.c:1489 driver/xscreensaver-demo.glade.h:66 -#: driver/xscreensaver-demo.glade2.h:38 +#: driver/xscreensaver-demo.glade2.h:49 msgid "Standard" msgstr "Standardvärde" @@ -424,7 +446,7 @@ msgid "Visual:" msgstr "Grafikläge:" #: driver/demo-Gtk-widgets.c:1544 driver/demo-Gtk-widgets.c:1567 -#: driver/demo-Gtk.c:1479 driver/demo-Gtk.c:2680 +#: driver/demo-Gtk.c:1518 driver/demo-Gtk.c:2850 #: driver/xscreensaver-demo.glade.h:5 driver/xscreensaver-demo.glade2.h:3 msgid "Any" msgstr "Vilken som helst" @@ -435,43 +457,43 @@ msgid "Best" msgstr "Bästa" #: driver/demo-Gtk-widgets.c:1546 driver/xscreensaver-demo.glade.h:19 -#: driver/xscreensaver-demo.glade2.h:9 +#: driver/xscreensaver-demo.glade2.h:10 msgid "Default" msgstr "Standardvärde" #: driver/demo-Gtk-widgets.c:1547 driver/xscreensaver-demo.glade.h:20 -#: driver/xscreensaver-demo.glade2.h:10 +#: driver/xscreensaver-demo.glade2.h:11 msgid "Default-N" msgstr "Standardvärde-N" #: driver/demo-Gtk-widgets.c:1548 driver/xscreensaver-demo.glade.h:37 -#: driver/xscreensaver-demo.glade2.h:21 +#: driver/xscreensaver-demo.glade2.h:23 msgid "GL" msgstr "GL" # Vet inte om detta är nÃ¥got man bör översätta #: driver/demo-Gtk-widgets.c:1549 driver/xscreensaver-demo.glade.h:74 -#: driver/xscreensaver-demo.glade2.h:41 +#: driver/xscreensaver-demo.glade2.h:53 msgid "TrueColor" msgstr "TrueColor" #: driver/demo-Gtk-widgets.c:1550 driver/xscreensaver-demo.glade.h:59 -#: driver/xscreensaver-demo.glade2.h:34 +#: driver/xscreensaver-demo.glade2.h:43 msgid "PseudoColor" msgstr "PseudoColor" #: driver/demo-Gtk-widgets.c:1551 driver/xscreensaver-demo.glade.h:69 -#: driver/xscreensaver-demo.glade2.h:39 +#: driver/xscreensaver-demo.glade2.h:50 msgid "StaticGray" msgstr "Statisk grÃ¥" #: driver/demo-Gtk-widgets.c:1552 driver/xscreensaver-demo.glade.h:42 -#: driver/xscreensaver-demo.glade2.h:25 +#: driver/xscreensaver-demo.glade2.h:27 msgid "GrayScale" msgstr "GrÃ¥skala" #: driver/demo-Gtk-widgets.c:1553 driver/xscreensaver-demo.glade.h:24 -#: driver/xscreensaver-demo.glade2.h:13 +#: driver/xscreensaver-demo.glade2.h:15 msgid "DirectColor" msgstr "Direktfärg" @@ -481,12 +503,12 @@ msgid "Color" msgstr "Färg" #: driver/demo-Gtk-widgets.c:1555 driver/xscreensaver-demo.glade.h:41 -#: driver/xscreensaver-demo.glade2.h:24 +#: driver/xscreensaver-demo.glade2.h:26 msgid "Gray" msgstr "GrÃ¥" #: driver/demo-Gtk-widgets.c:1556 driver/xscreensaver-demo.glade.h:53 -#: driver/xscreensaver-demo.glade2.h:29 +#: driver/xscreensaver-demo.glade2.h:37 msgid "Mono" msgstr "Monokrom" @@ -527,7 +549,7 @@ msgstr "Standardvärde <<" msgid "Back to the graphical configuration options." msgstr "Tillbaka till de grafiska konfigurationsalternativen." -#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:688 +#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:727 #: driver/xscreensaver-demo.glade.h:54 msgid "OK" msgstr "OK" @@ -536,21 +558,11 @@ msgstr "OK" msgid "Cancel" msgstr "Avbryt" -#: driver/demo-Gtk.c:601 +#: driver/demo-Gtk.c:632 msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "Uppdateringar kan hittas pÃ¥ http://www.jwz.org/xscreensaver/" -#: driver/demo-Gtk.c:608 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:610 -#, c-format -msgid "Copyright 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:726 +#: driver/demo-Gtk.c:765 msgid "" "Error:\n" "\n" @@ -560,7 +572,7 @@ msgstr "" "\n" "Ingen hjälp-URL har angivits.\n" -#: driver/demo-Gtk.c:812 +#: driver/demo-Gtk.c:851 msgid "" "Error:\n" "\n" @@ -572,7 +584,7 @@ msgstr "" "xscreensaver-demonen startade inte korrekt.\n" "\n" -#: driver/demo-Gtk.c:818 +#: driver/demo-Gtk.c:857 msgid "" "You are running as root. This usually means that xscreensaver\n" "was unable to contact your X server because access control is\n" @@ -591,11 +603,11 @@ msgid "" "normal user, and `su' as necessary." msgstr "" -#: driver/demo-Gtk.c:834 +#: driver/demo-Gtk.c:873 msgid "Please check your $PATH and permissions." msgstr "Kontrollera din $PATH och rättigheterna." -#: driver/demo-Gtk.c:869 +#: driver/demo-Gtk.c:908 msgid "" "Error:\n" "\n" @@ -605,7 +617,7 @@ msgstr "" "\n" "Kunde inte avgöra init-filnamn!\n" -#: driver/demo-Gtk.c:874 +#: driver/demo-Gtk.c:913 #, c-format msgid "" "Error:\n" @@ -616,7 +628,7 @@ msgstr "" "\n" "Kunde inte skriva %s\n" -#: driver/demo-Gtk.c:933 +#: driver/demo-Gtk.c:972 msgid "" "Error:\n" "\n" @@ -626,7 +638,7 @@ msgstr "" "\n" "ingen \"manualCommand\"-resurs har satts." -#: driver/demo-Gtk.c:1114 +#: driver/demo-Gtk.c:1153 #, c-format msgid "" "Error:\n" @@ -637,7 +649,7 @@ msgstr "" "\n" "Otolkningsbart tidsformat: \"%s\"\n" -#: driver/demo-Gtk.c:1779 +#: driver/demo-Gtk.c:1818 #, c-format msgid "" "Error:\n" @@ -648,23 +660,23 @@ msgstr "" "\n" "Katalogen finns inte: \"%s\"\n" -#: driver/demo-Gtk.c:2376 +#: driver/demo-Gtk.c:2532 msgid "Descriptions not available: no XML support compiled in." msgstr "Beskrivningar är inte tillgängliga: inget XML-stöd är inkompilerat." -#: driver/demo-Gtk.c:2381 +#: driver/demo-Gtk.c:2537 msgid "No description available." msgstr "Ingen beskrivning finns tillgänglig." -#: driver/demo-Gtk.c:2632 +#: driver/demo-Gtk.c:2802 msgid "Blank Screen" msgstr "Tom skärm" -#: driver/demo-Gtk.c:2638 +#: driver/demo-Gtk.c:2808 msgid "Screen Saver Disabled" msgstr "Skärmsläckare inaktiverad" -#: driver/demo-Gtk.c:2798 +#: driver/demo-Gtk.c:2996 #, c-format msgid "" "Warning:\n" @@ -675,15 +687,23 @@ msgstr "" "\n" "filen \"%s\" har ändrats, läser om.\n" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "No Preview" msgstr "Ingen förhandsvisning" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "Available" msgstr "Tillgängliga" -#: driver/demo-Gtk.c:3543 +#: driver/demo-Gtk.c:3079 +msgid "Not" +msgstr "" + +#: driver/demo-Gtk.c:3079 +msgid "Installed" +msgstr "" + +#: driver/demo-Gtk.c:3780 #, c-format msgid "" "Warning:\n" @@ -696,7 +716,7 @@ msgstr "" "XScreenSaver-demonen verkar inte köras pÃ¥ display\n" "\"%s\". Starta den nu?" -#: driver/demo-Gtk.c:3553 +#: driver/demo-Gtk.c:3790 #, c-format msgid "" "Warning:\n" @@ -715,7 +735,7 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3578 +#: driver/demo-Gtk.c:3815 #, c-format msgid "" "Warning:\n" @@ -731,7 +751,7 @@ msgid "" "Restart the daemon on \"%s\" as \"%s\" now?\n" msgstr "" -#: driver/demo-Gtk.c:3600 +#: driver/demo-Gtk.c:3837 #, c-format msgid "" "Warning:\n" @@ -743,14 +763,20 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3999 +#: driver/demo-Gtk.c:4272 #, c-format msgid "%s: unknown option: %s\n" msgstr "%s: okänd flagga: %s\n" +#: driver/demo-Gtk.c:4335 +#, fuzzy +msgid "Screensaver Preferences" +msgstr "Bakgrundsegenskaper" + #: driver/screensaver-properties.desktop.in.h:1 -msgid "Configure the settings of the screensaver." -msgstr "Konfigurera inställningarna för skärmsläckaren." +#, fuzzy +msgid "Change screensaver properties" +msgstr "En skärmsläckare hela tiden" #: driver/screensaver-properties.desktop.in.h:2 msgid "Screensaver" @@ -768,39 +794,59 @@ msgstr "*" msgid "Choose _Random Image:" msgstr "Välj _slumpmässig bild:" -#: driver/xscreensaver-demo.glade2.h:16 +#: driver/xscreensaver-demo.glade2.h:18 msgid "Display Subprocess _Errors" msgstr "Visa underprocess_fel" -#: driver/xscreensaver-demo.glade2.h:17 +#: driver/xscreensaver-demo.glade2.h:19 msgid "Display _Splash Screen at Startup" msgstr "Visa _startbild vid uppstart" -#: driver/xscreensaver-demo.glade2.h:18 +#: driver/xscreensaver-demo.glade2.h:20 msgid "F_ade Duration" msgstr "_Toningslängd" -#: driver/xscreensaver-demo.glade2.h:19 +#: driver/xscreensaver-demo.glade2.h:21 msgid "Fade from Black When _Unblanking" msgstr "Ljusna vid _inaktivering" -#: driver/xscreensaver-demo.glade2.h:20 +#: driver/xscreensaver-demo.glade2.h:22 msgid "Fade to Black when _Blanking" msgstr "Tona mörk vid _tömning" -#: driver/xscreensaver-demo.glade2.h:22 +#: driver/xscreensaver-demo.glade2.h:24 msgid "Grab Desktop _Images" msgstr "FÃ¥nga skrivbords_bilder" -#: driver/xscreensaver-demo.glade2.h:23 +#: driver/xscreensaver-demo.glade2.h:25 msgid "Grab _Video Frames" msgstr "FÃ¥nga _videoramar" #: driver/xscreensaver-demo.glade2.h:28 +msgid "How long after the screen blanks until a password will be required." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:29 +#, fuzzy +msgid "How long before the screensaver activates." +msgstr "Hur lÃ¥ng tid det ska ta för skärmen att ljusna och mörkna." + +#: driver/xscreensaver-demo.glade2.h:30 +msgid "" +"How long each display mode should run before choosing a new one (in Random " +"mode.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:32 +#, fuzzy +msgid "How long until the monitor goes completely black." +msgstr "Hur lÃ¥ng tid som ska gÃ¥ innan bildskärmen blir svart." + +#: driver/xscreensaver-demo.glade2.h:36 msgid "Install _Colormap" msgstr "Installera _färgkarta" -#: driver/xscreensaver-demo.glade2.h:30 +#: driver/xscreensaver-demo.glade2.h:38 msgid "" "No Preview\n" "Available" @@ -808,96 +854,112 @@ msgstr "" "Ingen förhandsvisning\n" "tillgänglig" -#: driver/xscreensaver-demo.glade2.h:33 -msgid "Preview of screen saver" -msgstr "Förhandsvisning av skärmsläckare" +#: driver/xscreensaver-demo.glade2.h:40 +msgid "" +"Not\n" +"Installed" +msgstr "" -#: driver/xscreensaver-demo.glade2.h:37 +#: driver/xscreensaver-demo.glade2.h:48 msgid "Stand_by After" msgstr "GÃ¥ i stand_by-läge efter" -#: driver/xscreensaver-demo.glade2.h:40 +#: driver/xscreensaver-demo.glade2.h:51 msgid "Sus_pend After" msgstr "GÃ¥ i _pausläge efter" -#: driver/xscreensaver-demo.glade2.h:45 +#: driver/xscreensaver-demo.glade2.h:58 +#, fuzzy +msgid "" +"Whether the image-manipulating modes should operate on images captured from " +"the system's video input (if there is one.)" +msgstr "" +"Huruvida bildmanipuleringslägena ska operera pÃ¥ bilder fÃ¥ngade frÃ¥n " +"systemets videoinkanal (om det finns en)." + +#: driver/xscreensaver-demo.glade2.h:67 msgid "_Advanced" msgstr "_Avancerat" -#: driver/xscreensaver-demo.glade2.h:46 +#: driver/xscreensaver-demo.glade2.h:68 msgid "_Advanced >>" msgstr "_Avancerat >>" -#: driver/xscreensaver-demo.glade2.h:47 +#: driver/xscreensaver-demo.glade2.h:69 msgid "_Blank After" msgstr "_Töm efter" -#: driver/xscreensaver-demo.glade2.h:49 +#: driver/xscreensaver-demo.glade2.h:71 msgid "_Browse" msgstr "_Bläddra" -#: driver/xscreensaver-demo.glade2.h:50 +#: driver/xscreensaver-demo.glade2.h:72 msgid "_Command Line:" msgstr "_Kommandorad:" -#: driver/xscreensaver-demo.glade2.h:51 +#: driver/xscreensaver-demo.glade2.h:73 msgid "_Cycle After" msgstr "_Byt efter" # Eller "visa lägen"? -#: driver/xscreensaver-demo.glade2.h:52 +#: driver/xscreensaver-demo.glade2.h:74 msgid "_Display Modes" msgstr "_Visningslägen" -#: driver/xscreensaver-demo.glade2.h:57 +#: driver/xscreensaver-demo.glade2.h:79 msgid "_Lock Screen After" msgstr "_LÃ¥s skärm efter" -#: driver/xscreensaver-demo.glade2.h:59 +#: driver/xscreensaver-demo.glade2.h:81 msgid "_Mode:" msgstr "_Läge:" -#: driver/xscreensaver-demo.glade2.h:60 +#: driver/xscreensaver-demo.glade2.h:82 msgid "_Off After" msgstr "_Av efter" -#: driver/xscreensaver-demo.glade2.h:61 +#: driver/xscreensaver-demo.glade2.h:83 msgid "_Power Management Enabled" msgstr "_Strömsparfunktioner aktiverade" -#: driver/xscreensaver-demo.glade2.h:62 +#: driver/xscreensaver-demo.glade2.h:84 msgid "_Preview" msgstr "_Förhandsgranska" -#: driver/xscreensaver-demo.glade2.h:63 +#: driver/xscreensaver-demo.glade2.h:85 msgid "_Quit" msgstr "_Avsluta" -#: driver/xscreensaver-demo.glade2.h:65 +#: driver/xscreensaver-demo.glade2.h:87 msgid "_Settings..." msgstr "_Inställningar..." -#: driver/xscreensaver-demo.glade2.h:66 +#: driver/xscreensaver-demo.glade2.h:88 msgid "_Standard <<" msgstr "_Standardvärde <<" -#: driver/xscreensaver-demo.glade2.h:67 -msgid "_Verbose Dialognostics" -msgstr "_Utförlig diagnostik" +#: driver/xscreensaver-demo.glade2.h:89 +#, fuzzy +msgid "_Verbose Diagnostics" +msgstr "Utförlig diagnostik" -#: driver/xscreensaver-demo.glade2.h:68 +#: driver/xscreensaver-demo.glade2.h:90 msgid "_Visual:" msgstr "_Grafikläge:" -#: driver/xscreensaver-demo.glade2.h:69 +#: driver/xscreensaver-demo.glade2.h:91 msgid "dialog1" msgstr "dialog1" -#: driver/xscreensaver-demo.glade2.h:71 +#: driver/xscreensaver-demo.glade2.h:93 msgid "no preview" msgstr "ingen förhandsvisning" -#: driver/xscreensaver-demo.glade2.h:72 +#: driver/xscreensaver-demo.glade2.h:94 +msgid "not installed" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:95 msgid "preview" msgstr "förhandsvisning" @@ -909,85 +971,95 @@ msgstr "Anemon" msgid "Arms" msgstr "" -#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:5 +#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:6 #: hacks/config/apollonian.xml.h:5 hacks/config/atlantis.xml.h:4 -#: hacks/config/attraction.xml.h:8 hacks/config/blaster.xml.h:3 -#: hacks/config/blitspin.xml.h:4 hacks/config/bouboule.xml.h:3 +#: hacks/config/attraction.xml.h:8 hacks/config/atunnel.xml.h:3 +#: hacks/config/barcode.xml.h:4 hacks/config/blaster.xml.h:3 +#: hacks/config/blitspin.xml.h:4 hacks/config/blocktube.xml.h:4 +#: hacks/config/bouboule.xml.h:3 hacks/config/bouncingcow.xml.h:6 #: hacks/config/boxed.xml.h:4 hacks/config/braid.xml.h:4 #: hacks/config/bubble3d.xml.h:3 hacks/config/bubbles.xml.h:8 #: hacks/config/bumps.xml.h:3 hacks/config/cage.xml.h:2 -#: hacks/config/circuit.xml.h:4 hacks/config/compass.xml.h:3 -#: hacks/config/coral.xml.h:7 hacks/config/critical.xml.h:3 -#: hacks/config/crystal.xml.h:6 hacks/config/cubenetic.xml.h:8 +#: hacks/config/circuit.xml.h:4 hacks/config/cloudlife.xml.h:3 +#: hacks/config/compass.xml.h:3 hacks/config/coral.xml.h:7 +#: hacks/config/critical.xml.h:3 hacks/config/crystal.xml.h:6 +#: hacks/config/cubenetic.xml.h:8 hacks/config/cubestorm.xml.h:4 #: hacks/config/cynosure.xml.h:4 hacks/config/dangerball.xml.h:3 #: hacks/config/decayscreen.xml.h:2 hacks/config/deluxe.xml.h:4 #: hacks/config/demon.xml.h:4 hacks/config/discrete.xml.h:2 #: hacks/config/distort.xml.h:4 hacks/config/drift.xml.h:3 -#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:3 -#: hacks/config/epicycle.xml.h:5 hacks/config/euler2d.xml.h:3 -#: hacks/config/extrusion.xml.h:3 hacks/config/fadeplot.xml.h:4 -#: hacks/config/flag.xml.h:2 hacks/config/flame.xml.h:6 -#: hacks/config/flipscreen3d.xml.h:1 hacks/config/flow.xml.h:4 -#: hacks/config/fluidballs.xml.h:3 hacks/config/forest.xml.h:1 +#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:8 +#: hacks/config/epicycle.xml.h:5 hacks/config/eruption.xml.h:5 +#: hacks/config/euler2d.xml.h:3 hacks/config/extrusion.xml.h:3 +#: hacks/config/fadeplot.xml.h:4 hacks/config/flag.xml.h:2 +#: hacks/config/flame.xml.h:6 hacks/config/flipscreen3d.xml.h:1 +#: hacks/config/flow.xml.h:4 hacks/config/fluidballs.xml.h:5 +#: hacks/config/flyingtoasters.xml.h:5 hacks/config/forest.xml.h:1 #: hacks/config/galaxy.xml.h:3 hacks/config/gears.xml.h:2 -#: hacks/config/gflux.xml.h:6 hacks/config/glforestfire.xml.h:4 -#: hacks/config/glplanet.xml.h:2 hacks/config/glsnake.xml.h:5 -#: hacks/config/gltext.xml.h:3 hacks/config/goop.xml.h:4 -#: hacks/config/grav.xml.h:2 hacks/config/greynetic.xml.h:1 -#: hacks/config/halo.xml.h:2 hacks/config/hopalong.xml.h:9 -#: hacks/config/hyperball.xml.h:2 hacks/config/hypercube.xml.h:2 +#: hacks/config/gflux.xml.h:6 hacks/config/glblur.xml.h:4 +#: hacks/config/glforestfire.xml.h:4 hacks/config/glknots.xml.h:3 +#: hacks/config/glmatrix.xml.h:8 hacks/config/glplanet.xml.h:2 +#: hacks/config/glsnake.xml.h:5 hacks/config/gltext.xml.h:3 +#: hacks/config/goop.xml.h:4 hacks/config/grav.xml.h:2 +#: hacks/config/greynetic.xml.h:1 hacks/config/halo.xml.h:2 +#: hacks/config/hopalong.xml.h:9 hacks/config/hyperball.xml.h:2 +#: hacks/config/hypercube.xml.h:2 hacks/config/hypertorus.xml.h:6 #: hacks/config/ifs.xml.h:1 hacks/config/interference.xml.h:5 -#: hacks/config/jigsaw.xml.h:3 hacks/config/juggle.xml.h:3 -#: hacks/config/julia.xml.h:2 hacks/config/kaleidescope.xml.h:2 +#: hacks/config/jigglypuff.xml.h:6 hacks/config/jigsaw.xml.h:3 +#: hacks/config/juggle.xml.h:3 hacks/config/julia.xml.h:2 +#: hacks/config/kaleidescope.xml.h:2 hacks/config/klein.xml.h:2 #: hacks/config/kumppa.xml.h:3 hacks/config/lament.xml.h:2 #: hacks/config/laser.xml.h:3 hacks/config/lavalite.xml.h:10 #: hacks/config/lightning.xml.h:1 hacks/config/lisa.xml.h:2 #: hacks/config/lissie.xml.h:3 hacks/config/lmorph.xml.h:3 #: hacks/config/loop.xml.h:1 hacks/config/maze.xml.h:4 -#: hacks/config/menger.xml.h:3 hacks/config/moebius.xml.h:3 -#: hacks/config/moire2.xml.h:2 hacks/config/molecule.xml.h:10 -#: hacks/config/morph3d.xml.h:3 hacks/config/mountain.xml.h:2 -#: hacks/config/munch.xml.h:3 hacks/config/nerverot.xml.h:9 -#: hacks/config/penetrate.xml.h:3 hacks/config/penrose.xml.h:6 -#: hacks/config/petri.xml.h:5 hacks/config/phosphor.xml.h:3 +#: hacks/config/menger.xml.h:3 hacks/config/metaballs.xml.h:4 +#: hacks/config/moebius.xml.h:3 hacks/config/moire2.xml.h:2 +#: hacks/config/molecule.xml.h:10 hacks/config/morph3d.xml.h:3 +#: hacks/config/mountain.xml.h:2 hacks/config/munch.xml.h:3 +#: hacks/config/nerverot.xml.h:9 hacks/config/penetrate.xml.h:3 +#: hacks/config/penrose.xml.h:6 hacks/config/petri.xml.h:5 +#: hacks/config/phosphor.xml.h:3 hacks/config/piecewise.xml.h:4 #: hacks/config/pipes.xml.h:5 hacks/config/polyominoes.xml.h:2 -#: hacks/config/pulsar.xml.h:11 hacks/config/pyro.xml.h:4 -#: hacks/config/qix.xml.h:7 hacks/config/queens.xml.h:1 -#: hacks/config/rd-bomb.xml.h:9 hacks/config/ripples.xml.h:4 -#: hacks/config/rocks.xml.h:4 hacks/config/rotor.xml.h:3 -#: hacks/config/rubik.xml.h:3 hacks/config/sballs.xml.h:4 -#: hacks/config/shadebobs.xml.h:3 hacks/config/sierpinski.xml.h:2 -#: hacks/config/sierpinski3d.xml.h:2 hacks/config/slidescreen.xml.h:2 -#: hacks/config/slip.xml.h:2 hacks/config/speedmine.xml.h:3 -#: hacks/config/sphere.xml.h:2 hacks/config/spheremonics.xml.h:5 -#: hacks/config/spiral.xml.h:3 hacks/config/spotlight.xml.h:2 -#: hacks/config/sproingies.xml.h:2 hacks/config/squiral.xml.h:4 -#: hacks/config/stairs.xml.h:1 hacks/config/starfish.xml.h:3 -#: hacks/config/starwars.xml.h:6 hacks/config/strange.xml.h:2 -#: hacks/config/superquadrics.xml.h:3 hacks/config/swirl.xml.h:2 -#: hacks/config/t3d.xml.h:6 hacks/config/thornbird.xml.h:2 -#: hacks/config/triangle.xml.h:1 hacks/config/truchet.xml.h:1 -#: hacks/config/twang.xml.h:3 hacks/config/vines.xml.h:1 -#: hacks/config/webcollage.xml.h:4 hacks/config/worm.xml.h:3 -#: hacks/config/xearth.xml.h:7 hacks/config/xfishtank.xml.h:3 -#: hacks/config/xflame.xml.h:4 hacks/config/xjack.xml.h:1 -#: hacks/config/xmatrix.xml.h:5 hacks/config/xmountains.xml.h:1 -#: hacks/config/xrayswarm.xml.h:2 hacks/config/zoom.xml.h:2 +#: hacks/config/popsquares.xml.h:3 hacks/config/pulsar.xml.h:11 +#: hacks/config/pyro.xml.h:4 hacks/config/qix.xml.h:7 +#: hacks/config/queens.xml.h:1 hacks/config/rd-bomb.xml.h:9 +#: hacks/config/ripples.xml.h:4 hacks/config/rocks.xml.h:4 +#: hacks/config/rotor.xml.h:3 hacks/config/rubik.xml.h:3 +#: hacks/config/sballs.xml.h:4 hacks/config/shadebobs.xml.h:3 +#: hacks/config/sierpinski.xml.h:2 hacks/config/sierpinski3d.xml.h:2 +#: hacks/config/slidescreen.xml.h:2 hacks/config/slip.xml.h:2 +#: hacks/config/speedmine.xml.h:3 hacks/config/sphere.xml.h:2 +#: hacks/config/spheremonics.xml.h:5 hacks/config/spiral.xml.h:3 +#: hacks/config/spotlight.xml.h:2 hacks/config/sproingies.xml.h:2 +#: hacks/config/squiral.xml.h:4 hacks/config/stairs.xml.h:1 +#: hacks/config/starfish.xml.h:3 hacks/config/starwars.xml.h:6 +#: hacks/config/strange.xml.h:2 hacks/config/superquadrics.xml.h:4 +#: hacks/config/swirl.xml.h:2 hacks/config/t3d.xml.h:6 +#: hacks/config/thornbird.xml.h:2 hacks/config/triangle.xml.h:1 +#: hacks/config/truchet.xml.h:1 hacks/config/twang.xml.h:3 +#: hacks/config/vines.xml.h:1 hacks/config/webcollage.xml.h:4 +#: hacks/config/worm.xml.h:3 hacks/config/xearth.xml.h:7 +#: hacks/config/xfishtank.xml.h:3 hacks/config/xflame.xml.h:4 +#: hacks/config/xjack.xml.h:1 hacks/config/xmatrix.xml.h:5 +#: hacks/config/xmountains.xml.h:1 hacks/config/xrayswarm.xml.h:2 +#: hacks/config/zoom.xml.h:2 msgid "Fast" msgstr "Snabb" #: hacks/config/anemone.xml.h:4 hacks/config/blaster.xml.h:4 #: hacks/config/bouboule.xml.h:4 hacks/config/coral.xml.h:8 -#: hacks/config/cubenetic.xml.h:9 hacks/config/euler2d.xml.h:4 -#: hacks/config/flame.xml.h:7 hacks/config/fluidballs.xml.h:4 -#: hacks/config/kaleidescope.xml.h:3 hacks/config/lisa.xml.h:3 -#: hacks/config/pedal.xml.h:4 hacks/config/petri.xml.h:7 -#: hacks/config/qix.xml.h:8 hacks/config/thornbird.xml.h:3 -#: hacks/config/whirlwindwarp.xml.h:1 hacks/config/xfishtank.xml.h:4 +#: hacks/config/cubenetic.xml.h:9 hacks/config/eruption.xml.h:6 +#: hacks/config/euler2d.xml.h:4 hacks/config/flame.xml.h:7 +#: hacks/config/fluidballs.xml.h:6 hacks/config/kaleidescope.xml.h:3 +#: hacks/config/lisa.xml.h:3 hacks/config/pedal.xml.h:4 +#: hacks/config/petri.xml.h:7 hacks/config/qix.xml.h:8 +#: hacks/config/thornbird.xml.h:3 hacks/config/whirlwindwarp.xml.h:1 +#: hacks/config/xfishtank.xml.h:4 msgid "Few" msgstr "FÃ¥" -#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:8 +#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:9 #: hacks/config/apollonian.xml.h:7 hacks/config/attraction.xml.h:18 #: hacks/config/blaster.xml.h:6 hacks/config/bouboule.xml.h:5 #: hacks/config/braid.xml.h:7 hacks/config/coral.xml.h:9 @@ -996,17 +1068,18 @@ msgstr "FÃ¥" #: hacks/config/deco.xml.h:5 hacks/config/deluxe.xml.h:6 #: hacks/config/demon.xml.h:6 hacks/config/discrete.xml.h:4 #: hacks/config/drift.xml.h:9 hacks/config/epicycle.xml.h:8 -#: hacks/config/euler2d.xml.h:8 hacks/config/fadeplot.xml.h:6 -#: hacks/config/flag.xml.h:5 hacks/config/flame.xml.h:11 -#: hacks/config/flow.xml.h:8 hacks/config/fluidballs.xml.h:13 -#: hacks/config/forest.xml.h:3 hacks/config/galaxy.xml.h:6 -#: hacks/config/grav.xml.h:4 hacks/config/halo.xml.h:4 -#: hacks/config/hopalong.xml.h:15 hacks/config/ifs.xml.h:3 -#: hacks/config/imsmap.xml.h:9 hacks/config/interference.xml.h:11 -#: hacks/config/julia.xml.h:6 hacks/config/kaleidescope.xml.h:5 -#: hacks/config/laser.xml.h:6 hacks/config/lightning.xml.h:3 -#: hacks/config/lisa.xml.h:5 hacks/config/lissie.xml.h:6 -#: hacks/config/loop.xml.h:4 hacks/config/moire.xml.h:5 +#: hacks/config/eruption.xml.h:12 hacks/config/euler2d.xml.h:8 +#: hacks/config/fadeplot.xml.h:6 hacks/config/flag.xml.h:5 +#: hacks/config/flame.xml.h:11 hacks/config/flow.xml.h:8 +#: hacks/config/fluidballs.xml.h:13 hacks/config/forest.xml.h:3 +#: hacks/config/galaxy.xml.h:6 hacks/config/grav.xml.h:4 +#: hacks/config/halo.xml.h:4 hacks/config/hopalong.xml.h:15 +#: hacks/config/ifs.xml.h:3 hacks/config/imsmap.xml.h:9 +#: hacks/config/interference.xml.h:11 hacks/config/julia.xml.h:6 +#: hacks/config/kaleidescope.xml.h:5 hacks/config/laser.xml.h:6 +#: hacks/config/lightning.xml.h:3 hacks/config/lisa.xml.h:5 +#: hacks/config/lissie.xml.h:6 hacks/config/loop.xml.h:4 +#: hacks/config/metaballs.xml.h:6 hacks/config/moire.xml.h:5 #: hacks/config/moire2.xml.h:3 hacks/config/mountain.xml.h:4 #: hacks/config/nerverot.xml.h:15 hacks/config/pedal.xml.h:6 #: hacks/config/penrose.xml.h:7 hacks/config/petri.xml.h:11 @@ -1024,111 +1097,131 @@ msgstr "FÃ¥" msgid "Many" msgstr "MÃ¥nga" -#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:10 +#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:11 #: hacks/config/apollonian.xml.h:8 hacks/config/attraction.xml.h:19 #: hacks/config/bouboule.xml.h:6 hacks/config/braid.xml.h:9 #: hacks/config/critical.xml.h:5 hacks/config/crystal.xml.h:10 #: hacks/config/cynosure.xml.h:7 hacks/config/deco.xml.h:8 #: hacks/config/deluxe.xml.h:7 hacks/config/demon.xml.h:7 #: hacks/config/discrete.xml.h:6 hacks/config/drift.xml.h:10 -#: hacks/config/epicycle.xml.h:9 hacks/config/euler2d.xml.h:9 -#: hacks/config/fadeplot.xml.h:7 hacks/config/flag.xml.h:6 -#: hacks/config/flame.xml.h:12 hacks/config/flow.xml.h:9 -#: hacks/config/forest.xml.h:4 hacks/config/galaxy.xml.h:7 -#: hacks/config/grav.xml.h:5 hacks/config/halo.xml.h:6 -#: hacks/config/hopalong.xml.h:17 hacks/config/ifs.xml.h:4 -#: hacks/config/imsmap.xml.h:10 hacks/config/interference.xml.h:12 -#: hacks/config/julia.xml.h:7 hacks/config/laser.xml.h:8 -#: hacks/config/lightning.xml.h:4 hacks/config/lisa.xml.h:6 -#: hacks/config/lissie.xml.h:7 hacks/config/loop.xml.h:5 +#: hacks/config/epicycle.xml.h:9 hacks/config/eruption.xml.h:14 +#: hacks/config/euler2d.xml.h:9 hacks/config/fadeplot.xml.h:7 +#: hacks/config/flag.xml.h:6 hacks/config/flame.xml.h:12 +#: hacks/config/flow.xml.h:9 hacks/config/forest.xml.h:4 +#: hacks/config/galaxy.xml.h:7 hacks/config/grav.xml.h:5 +#: hacks/config/halo.xml.h:6 hacks/config/hopalong.xml.h:17 +#: hacks/config/ifs.xml.h:4 hacks/config/imsmap.xml.h:10 +#: hacks/config/interference.xml.h:12 hacks/config/julia.xml.h:7 +#: hacks/config/laser.xml.h:8 hacks/config/lightning.xml.h:4 +#: hacks/config/lisa.xml.h:6 hacks/config/lissie.xml.h:7 +#: hacks/config/loop.xml.h:5 hacks/config/metaballs.xml.h:10 #: hacks/config/moire.xml.h:7 hacks/config/moire2.xml.h:5 #: hacks/config/mountain.xml.h:6 hacks/config/penrose.xml.h:8 -#: hacks/config/polyominoes.xml.h:6 hacks/config/rd-bomb.xml.h:13 -#: hacks/config/rocks.xml.h:6 hacks/config/rotor.xml.h:7 -#: hacks/config/shadebobs.xml.h:6 hacks/config/sierpinski.xml.h:5 -#: hacks/config/slip.xml.h:5 hacks/config/sphere.xml.h:4 -#: hacks/config/spiral.xml.h:8 hacks/config/squiral.xml.h:10 -#: hacks/config/starfish.xml.h:6 hacks/config/strange.xml.h:6 -#: hacks/config/swirl.xml.h:5 hacks/config/thornbird.xml.h:5 -#: hacks/config/triangle.xml.h:4 hacks/config/vines.xml.h:3 -#: hacks/config/worm.xml.h:5 hacks/config/xearth.xml.h:17 -#: hacks/config/xfishtank.xml.h:9 +#: hacks/config/polyominoes.xml.h:6 hacks/config/popsquares.xml.h:4 +#: hacks/config/rd-bomb.xml.h:13 hacks/config/rocks.xml.h:6 +#: hacks/config/rotor.xml.h:7 hacks/config/shadebobs.xml.h:6 +#: hacks/config/sierpinski.xml.h:5 hacks/config/slip.xml.h:5 +#: hacks/config/sphere.xml.h:4 hacks/config/spiral.xml.h:8 +#: hacks/config/squiral.xml.h:10 hacks/config/starfish.xml.h:6 +#: hacks/config/strange.xml.h:6 hacks/config/swirl.xml.h:5 +#: hacks/config/thornbird.xml.h:5 hacks/config/triangle.xml.h:4 +#: hacks/config/vines.xml.h:3 hacks/config/worm.xml.h:5 +#: hacks/config/xearth.xml.h:17 hacks/config/xfishtank.xml.h:9 msgid "Number of Colors" msgstr "Antal färger" -#: hacks/config/anemone.xml.h:7 hacks/config/ant.xml.h:14 +#: hacks/config/anemone.xml.h:7 hacks/config/pyro.xml.h:8 +msgid "Often" +msgstr "" + +#: hacks/config/anemone.xml.h:8 +msgid "Rarely" +msgstr "" + +#: hacks/config/anemone.xml.h:9 hacks/config/ant.xml.h:15 #: hacks/config/apollonian.xml.h:11 hacks/config/atlantis.xml.h:13 -#: hacks/config/attraction.xml.h:26 hacks/config/blaster.xml.h:8 -#: hacks/config/blitspin.xml.h:7 hacks/config/bouboule.xml.h:8 +#: hacks/config/attraction.xml.h:26 hacks/config/atunnel.xml.h:6 +#: hacks/config/barcode.xml.h:6 hacks/config/blaster.xml.h:8 +#: hacks/config/blitspin.xml.h:7 hacks/config/blocktube.xml.h:9 +#: hacks/config/bouboule.xml.h:8 hacks/config/bouncingcow.xml.h:10 #: hacks/config/boxed.xml.h:6 hacks/config/braid.xml.h:11 #: hacks/config/bubble3d.xml.h:5 hacks/config/bubbles.xml.h:10 #: hacks/config/bumps.xml.h:4 hacks/config/cage.xml.h:4 -#: hacks/config/circuit.xml.h:10 hacks/config/compass.xml.h:4 -#: hacks/config/coral.xml.h:12 hacks/config/critical.xml.h:6 -#: hacks/config/crystal.xml.h:11 hacks/config/cubenetic.xml.h:22 +#: hacks/config/circuit.xml.h:10 hacks/config/cloudlife.xml.h:11 +#: hacks/config/compass.xml.h:4 hacks/config/coral.xml.h:12 +#: hacks/config/critical.xml.h:6 hacks/config/crystal.xml.h:11 +#: hacks/config/cubenetic.xml.h:22 hacks/config/cubestorm.xml.h:8 #: hacks/config/cynosure.xml.h:9 hacks/config/dangerball.xml.h:5 #: hacks/config/decayscreen.xml.h:17 hacks/config/deluxe.xml.h:8 #: hacks/config/demon.xml.h:8 hacks/config/discrete.xml.h:7 #: hacks/config/distort.xml.h:11 hacks/config/drift.xml.h:12 -#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:5 -#: hacks/config/epicycle.xml.h:10 hacks/config/euler2d.xml.h:14 -#: hacks/config/extrusion.xml.h:11 hacks/config/fadeplot.xml.h:8 -#: hacks/config/flag.xml.h:7 hacks/config/flame.xml.h:14 -#: hacks/config/flipscreen3d.xml.h:6 hacks/config/flow.xml.h:13 -#: hacks/config/fluidballs.xml.h:18 hacks/config/forest.xml.h:5 +#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:15 +#: hacks/config/epicycle.xml.h:10 hacks/config/eruption.xml.h:19 +#: hacks/config/euler2d.xml.h:14 hacks/config/extrusion.xml.h:11 +#: hacks/config/fadeplot.xml.h:8 hacks/config/flag.xml.h:7 +#: hacks/config/flame.xml.h:14 hacks/config/flipscreen3d.xml.h:6 +#: hacks/config/flow.xml.h:13 hacks/config/fluidballs.xml.h:18 +#: hacks/config/flyingtoasters.xml.h:11 hacks/config/forest.xml.h:5 #: hacks/config/galaxy.xml.h:10 hacks/config/gears.xml.h:7 -#: hacks/config/gflux.xml.h:12 hacks/config/glforestfire.xml.h:14 -#: hacks/config/glplanet.xml.h:6 hacks/config/glsnake.xml.h:12 -#: hacks/config/gltext.xml.h:13 hacks/config/goop.xml.h:10 -#: hacks/config/grav.xml.h:8 hacks/config/greynetic.xml.h:3 -#: hacks/config/halo.xml.h:9 hacks/config/hopalong.xml.h:21 -#: hacks/config/hyperball.xml.h:8 hacks/config/hypercube.xml.h:7 +#: hacks/config/gflux.xml.h:12 hacks/config/glblur.xml.h:14 +#: hacks/config/glforestfire.xml.h:14 hacks/config/glknots.xml.h:17 +#: hacks/config/glmatrix.xml.h:18 hacks/config/glplanet.xml.h:6 +#: hacks/config/glsnake.xml.h:12 hacks/config/gltext.xml.h:13 +#: hacks/config/goop.xml.h:10 hacks/config/grav.xml.h:8 +#: hacks/config/greynetic.xml.h:3 hacks/config/halo.xml.h:9 +#: hacks/config/hopalong.xml.h:21 hacks/config/hyperball.xml.h:8 +#: hacks/config/hypercube.xml.h:7 hacks/config/hypertorus.xml.h:13 #: hacks/config/ifs.xml.h:5 hacks/config/interference.xml.h:14 -#: hacks/config/jigsaw.xml.h:5 hacks/config/juggle.xml.h:7 -#: hacks/config/julia.xml.h:8 hacks/config/kaleidescope.xml.h:7 +#: hacks/config/jigglypuff.xml.h:16 hacks/config/jigsaw.xml.h:5 +#: hacks/config/juggle.xml.h:7 hacks/config/julia.xml.h:8 +#: hacks/config/kaleidescope.xml.h:7 hacks/config/klein.xml.h:7 #: hacks/config/kumppa.xml.h:8 hacks/config/lament.xml.h:6 -#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:26 +#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:27 #: hacks/config/lightning.xml.h:5 hacks/config/lisa.xml.h:8 #: hacks/config/lissie.xml.h:9 hacks/config/lmorph.xml.h:11 #: hacks/config/loop.xml.h:7 hacks/config/maze.xml.h:14 -#: hacks/config/menger.xml.h:16 hacks/config/moebius.xml.h:7 -#: hacks/config/moire2.xml.h:6 hacks/config/molecule.xml.h:22 -#: hacks/config/morph3d.xml.h:6 hacks/config/mountain.xml.h:7 -#: hacks/config/munch.xml.h:7 hacks/config/nerverot.xml.h:20 -#: hacks/config/penetrate.xml.h:6 hacks/config/penrose.xml.h:11 -#: hacks/config/petri.xml.h:23 hacks/config/phosphor.xml.h:6 +#: hacks/config/menger.xml.h:16 hacks/config/metaballs.xml.h:13 +#: hacks/config/moebius.xml.h:7 hacks/config/moire2.xml.h:6 +#: hacks/config/molecule.xml.h:22 hacks/config/morph3d.xml.h:6 +#: hacks/config/mountain.xml.h:7 hacks/config/munch.xml.h:7 +#: hacks/config/nerverot.xml.h:20 hacks/config/penetrate.xml.h:6 +#: hacks/config/penrose.xml.h:11 hacks/config/petri.xml.h:23 +#: hacks/config/phosphor.xml.h:6 hacks/config/piecewise.xml.h:9 #: hacks/config/pipes.xml.h:15 hacks/config/polyominoes.xml.h:10 -#: hacks/config/pulsar.xml.h:15 hacks/config/pyro.xml.h:13 -#: hacks/config/qix.xml.h:19 hacks/config/queens.xml.h:4 -#: hacks/config/rd-bomb.xml.h:17 hacks/config/ripples.xml.h:11 -#: hacks/config/rocks.xml.h:9 hacks/config/rotor.xml.h:11 -#: hacks/config/rubik.xml.h:9 hacks/config/sballs.xml.h:13 -#: hacks/config/shadebobs.xml.h:9 hacks/config/sierpinski.xml.h:7 -#: hacks/config/sierpinski3d.xml.h:8 hacks/config/slidescreen.xml.h:6 -#: hacks/config/slip.xml.h:7 hacks/config/speedmine.xml.h:13 -#: hacks/config/sphere.xml.h:5 hacks/config/spheremonics.xml.h:19 -#: hacks/config/spiral.xml.h:9 hacks/config/spotlight.xml.h:4 -#: hacks/config/sproingies.xml.h:6 hacks/config/squiral.xml.h:14 -#: hacks/config/stairs.xml.h:3 hacks/config/starfish.xml.h:8 -#: hacks/config/starwars.xml.h:12 hacks/config/strange.xml.h:7 -#: hacks/config/superquadrics.xml.h:7 hacks/config/swirl.xml.h:6 -#: hacks/config/t3d.xml.h:11 hacks/config/thornbird.xml.h:7 -#: hacks/config/triangle.xml.h:5 hacks/config/truchet.xml.h:2 -#: hacks/config/twang.xml.h:9 hacks/config/vines.xml.h:4 -#: hacks/config/webcollage.xml.h:7 hacks/config/worm.xml.h:7 -#: hacks/config/xearth.xml.h:22 hacks/config/xfishtank.xml.h:10 -#: hacks/config/xflame.xml.h:5 hacks/config/xjack.xml.h:2 -#: hacks/config/xmatrix.xml.h:14 hacks/config/xmountains.xml.h:4 -#: hacks/config/xrayswarm.xml.h:3 hacks/config/zoom.xml.h:6 +#: hacks/config/popsquares.xml.h:5 hacks/config/pulsar.xml.h:15 +#: hacks/config/pyro.xml.h:13 hacks/config/qix.xml.h:19 +#: hacks/config/queens.xml.h:4 hacks/config/rd-bomb.xml.h:17 +#: hacks/config/ripples.xml.h:11 hacks/config/rocks.xml.h:9 +#: hacks/config/rotor.xml.h:11 hacks/config/rubik.xml.h:9 +#: hacks/config/sballs.xml.h:13 hacks/config/shadebobs.xml.h:9 +#: hacks/config/sierpinski.xml.h:7 hacks/config/sierpinski3d.xml.h:8 +#: hacks/config/slidescreen.xml.h:6 hacks/config/slip.xml.h:7 +#: hacks/config/speedmine.xml.h:13 hacks/config/sphere.xml.h:5 +#: hacks/config/spheremonics.xml.h:19 hacks/config/spiral.xml.h:9 +#: hacks/config/spotlight.xml.h:4 hacks/config/sproingies.xml.h:6 +#: hacks/config/squiral.xml.h:14 hacks/config/stairs.xml.h:3 +#: hacks/config/starfish.xml.h:8 hacks/config/starwars.xml.h:12 +#: hacks/config/strange.xml.h:7 hacks/config/superquadrics.xml.h:8 +#: hacks/config/swirl.xml.h:6 hacks/config/t3d.xml.h:11 +#: hacks/config/thornbird.xml.h:7 hacks/config/triangle.xml.h:5 +#: hacks/config/truchet.xml.h:2 hacks/config/twang.xml.h:9 +#: hacks/config/vines.xml.h:4 hacks/config/webcollage.xml.h:7 +#: hacks/config/worm.xml.h:7 hacks/config/xearth.xml.h:22 +#: hacks/config/xfishtank.xml.h:10 hacks/config/xflame.xml.h:5 +#: hacks/config/xjack.xml.h:2 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xmountains.xml.h:4 hacks/config/xrayswarm.xml.h:3 +#: hacks/config/zoom.xml.h:6 msgid "Slow" msgstr "LÃ¥ngsam" -#: hacks/config/anemone.xml.h:8 hacks/config/ant.xml.h:16 +#: hacks/config/anemone.xml.h:10 hacks/config/ant.xml.h:17 #: hacks/config/apollonian.xml.h:12 hacks/config/attraction.xml.h:28 -#: hacks/config/blaster.xml.h:9 hacks/config/bouboule.xml.h:9 -#: hacks/config/braid.xml.h:12 hacks/config/bubble3d.xml.h:6 -#: hacks/config/bubbles.xml.h:11 hacks/config/bumps.xml.h:5 -#: hacks/config/cage.xml.h:6 hacks/config/circuit.xml.h:11 +#: hacks/config/atunnel.xml.h:7 hacks/config/barcode.xml.h:7 +#: hacks/config/blaster.xml.h:9 hacks/config/blocktube.xml.h:11 +#: hacks/config/bouboule.xml.h:9 hacks/config/braid.xml.h:12 +#: hacks/config/bubble3d.xml.h:6 hacks/config/bubbles.xml.h:11 +#: hacks/config/bumps.xml.h:5 hacks/config/cage.xml.h:6 +#: hacks/config/circuit.xml.h:11 hacks/config/cloudlife.xml.h:13 #: hacks/config/compass.xml.h:5 hacks/config/coral.xml.h:14 #: hacks/config/critical.xml.h:7 hacks/config/crystal.xml.h:12 #: hacks/config/cubenetic.xml.h:24 hacks/config/cynosure.xml.h:10 @@ -1136,12 +1229,13 @@ msgstr "LÃ¥ngsam" #: hacks/config/deluxe.xml.h:9 hacks/config/demon.xml.h:10 #: hacks/config/discrete.xml.h:9 hacks/config/distort.xml.h:13 #: hacks/config/drift.xml.h:13 hacks/config/endgame.xml.h:6 -#: hacks/config/engine.xml.h:6 hacks/config/epicycle.xml.h:11 -#: hacks/config/euler2d.xml.h:15 hacks/config/extrusion.xml.h:13 -#: hacks/config/fadeplot.xml.h:10 hacks/config/flag.xml.h:9 -#: hacks/config/flame.xml.h:15 hacks/config/flipscreen3d.xml.h:7 -#: hacks/config/flow.xml.h:16 hacks/config/fluidballs.xml.h:20 -#: hacks/config/forest.xml.h:6 hacks/config/galaxy.xml.h:11 +#: hacks/config/engine.xml.h:16 hacks/config/epicycle.xml.h:11 +#: hacks/config/eruption.xml.h:20 hacks/config/euler2d.xml.h:15 +#: hacks/config/extrusion.xml.h:13 hacks/config/fadeplot.xml.h:10 +#: hacks/config/flag.xml.h:9 hacks/config/flame.xml.h:15 +#: hacks/config/flipscreen3d.xml.h:7 hacks/config/flow.xml.h:16 +#: hacks/config/fluidballs.xml.h:20 hacks/config/forest.xml.h:6 +#: hacks/config/galaxy.xml.h:11 hacks/config/glblur.xml.h:17 #: hacks/config/glforestfire.xml.h:15 hacks/config/glplanet.xml.h:8 #: hacks/config/gltext.xml.h:15 hacks/config/goop.xml.h:11 #: hacks/config/grav.xml.h:9 hacks/config/greynetic.xml.h:4 @@ -1149,18 +1243,20 @@ msgstr "LÃ¥ngsam" #: hacks/config/hyperball.xml.h:9 hacks/config/hypercube.xml.h:8 #: hacks/config/ifs.xml.h:6 hacks/config/jigsaw.xml.h:7 #: hacks/config/juggle.xml.h:8 hacks/config/julia.xml.h:10 -#: hacks/config/kaleidescope.xml.h:8 hacks/config/kumppa.xml.h:9 -#: hacks/config/lament.xml.h:7 hacks/config/laser.xml.h:11 -#: hacks/config/lavalite.xml.h:29 hacks/config/lightning.xml.h:6 -#: hacks/config/lisa.xml.h:9 hacks/config/lissie.xml.h:11 -#: hacks/config/lmorph.xml.h:12 hacks/config/loop.xml.h:9 -#: hacks/config/menger.xml.h:18 hacks/config/moebius.xml.h:10 +#: hacks/config/kaleidescope.xml.h:8 hacks/config/klein.xml.h:8 +#: hacks/config/kumppa.xml.h:9 hacks/config/lament.xml.h:7 +#: hacks/config/laser.xml.h:11 hacks/config/lavalite.xml.h:30 +#: hacks/config/lightning.xml.h:6 hacks/config/lisa.xml.h:9 +#: hacks/config/lissie.xml.h:11 hacks/config/lmorph.xml.h:12 +#: hacks/config/loop.xml.h:9 hacks/config/menger.xml.h:18 +#: hacks/config/metaballs.xml.h:15 hacks/config/moebius.xml.h:10 #: hacks/config/moire2.xml.h:7 hacks/config/molecule.xml.h:24 #: hacks/config/morph3d.xml.h:7 hacks/config/mountain.xml.h:8 #: hacks/config/munch.xml.h:9 hacks/config/nerverot.xml.h:22 #: hacks/config/penrose.xml.h:12 hacks/config/petri.xml.h:25 -#: hacks/config/phosphor.xml.h:7 hacks/config/pipes.xml.h:16 -#: hacks/config/polyominoes.xml.h:11 hacks/config/pulsar.xml.h:17 +#: hacks/config/phosphor.xml.h:7 hacks/config/piecewise.xml.h:11 +#: hacks/config/pipes.xml.h:16 hacks/config/polyominoes.xml.h:11 +#: hacks/config/popsquares.xml.h:6 hacks/config/pulsar.xml.h:17 #: hacks/config/qix.xml.h:22 hacks/config/queens.xml.h:6 #: hacks/config/rotor.xml.h:12 hacks/config/rubik.xml.h:11 #: hacks/config/sballs.xml.h:14 hacks/config/shadebobs.xml.h:10 @@ -1171,40 +1267,47 @@ msgstr "LÃ¥ngsam" #: hacks/config/spotlight.xml.h:5 hacks/config/sproingies.xml.h:8 #: hacks/config/squiral.xml.h:16 hacks/config/stairs.xml.h:5 #: hacks/config/starfish.xml.h:9 hacks/config/strange.xml.h:8 -#: hacks/config/superquadrics.xml.h:9 hacks/config/swirl.xml.h:7 +#: hacks/config/superquadrics.xml.h:10 hacks/config/swirl.xml.h:7 #: hacks/config/t3d.xml.h:13 hacks/config/thornbird.xml.h:8 #: hacks/config/triangle.xml.h:6 hacks/config/truchet.xml.h:3 #: hacks/config/twang.xml.h:10 hacks/config/vines.xml.h:5 -#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:4 +#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:13 #: hacks/config/worm.xml.h:8 hacks/config/xearth.xml.h:25 #: hacks/config/xflame.xml.h:6 hacks/config/xjack.xml.h:3 -#: hacks/config/xmatrix.xml.h:17 hacks/config/xmountains.xml.h:5 +#: hacks/config/xmatrix.xml.h:18 hacks/config/xmountains.xml.h:5 #: hacks/config/xrayswarm.xml.h:4 hacks/config/zoom.xml.h:7 msgid "Speed" msgstr "Hastighet" -#: hacks/config/anemone.xml.h:9 +#: hacks/config/anemone.xml.h:11 msgid "Tentacles" msgstr "Tentakler" -#: hacks/config/anemone.xml.h:10 hacks/config/deluxe.xml.h:10 +#: hacks/config/anemone.xml.h:12 hacks/config/cubestorm.xml.h:11 +#: hacks/config/deluxe.xml.h:10 hacks/config/glknots.xml.h:19 #: hacks/config/lmorph.xml.h:13 hacks/config/starfish.xml.h:11 #: hacks/config/thornbird.xml.h:9 msgid "Thick" msgstr "Tjock" -#: hacks/config/anemone.xml.h:11 hacks/config/moire2.xml.h:8 -#: hacks/config/thornbird.xml.h:10 +#: hacks/config/anemone.xml.h:13 hacks/config/glknots.xml.h:20 +#: hacks/config/moire2.xml.h:8 hacks/config/thornbird.xml.h:10 msgid "Thickness" msgstr "Tjocklek" -#: hacks/config/anemone.xml.h:12 hacks/config/deluxe.xml.h:11 +#: hacks/config/anemone.xml.h:14 hacks/config/cubestorm.xml.h:12 +#: hacks/config/deluxe.xml.h:11 hacks/config/glknots.xml.h:21 #: hacks/config/lmorph.xml.h:14 hacks/config/starfish.xml.h:12 #: hacks/config/thornbird.xml.h:11 msgid "Thin" msgstr "Tunn" -#: hacks/config/anemone.xml.h:13 hacks/config/ant.xml.h:21 +#: hacks/config/anemone.xml.h:15 +#, fuzzy +msgid "Turn speed" +msgstr "Mushastighet:" + +#: hacks/config/anemone.xml.h:16 hacks/config/ant.xml.h:22 #: hacks/config/apollonian.xml.h:13 hacks/config/attraction.xml.h:32 #: hacks/config/bouboule.xml.h:11 hacks/config/braid.xml.h:13 #: hacks/config/critical.xml.h:8 hacks/config/crystal.xml.h:13 @@ -1221,25 +1324,30 @@ msgstr "Tunn" #: hacks/config/julia.xml.h:12 hacks/config/laser.xml.h:12 #: hacks/config/lightning.xml.h:8 hacks/config/lisa.xml.h:12 #: hacks/config/lissie.xml.h:13 hacks/config/loop.xml.h:12 -#: hacks/config/moire.xml.h:11 hacks/config/moire2.xml.h:9 -#: hacks/config/mountain.xml.h:9 hacks/config/nerverot.xml.h:23 -#: hacks/config/penrose.xml.h:13 hacks/config/polyominoes.xml.h:12 -#: hacks/config/rd-bomb.xml.h:20 hacks/config/rocks.xml.h:12 -#: hacks/config/rotor.xml.h:13 hacks/config/shadebobs.xml.h:12 -#: hacks/config/sierpinski.xml.h:12 hacks/config/slip.xml.h:12 -#: hacks/config/sphere.xml.h:8 hacks/config/spiral.xml.h:12 -#: hacks/config/squiral.xml.h:18 hacks/config/starfish.xml.h:14 -#: hacks/config/strange.xml.h:11 hacks/config/swirl.xml.h:9 -#: hacks/config/thornbird.xml.h:13 hacks/config/triangle.xml.h:8 -#: hacks/config/vines.xml.h:7 hacks/config/worm.xml.h:9 -#: hacks/config/xearth.xml.h:28 hacks/config/xfishtank.xml.h:11 +#: hacks/config/metaballs.xml.h:16 hacks/config/moire.xml.h:11 +#: hacks/config/moire2.xml.h:9 hacks/config/mountain.xml.h:9 +#: hacks/config/nerverot.xml.h:23 hacks/config/penrose.xml.h:13 +#: hacks/config/polyominoes.xml.h:12 hacks/config/rd-bomb.xml.h:20 +#: hacks/config/rocks.xml.h:12 hacks/config/rotor.xml.h:13 +#: hacks/config/shadebobs.xml.h:12 hacks/config/sierpinski.xml.h:12 +#: hacks/config/slip.xml.h:12 hacks/config/sphere.xml.h:8 +#: hacks/config/spiral.xml.h:12 hacks/config/squiral.xml.h:18 +#: hacks/config/starfish.xml.h:14 hacks/config/strange.xml.h:11 +#: hacks/config/swirl.xml.h:9 hacks/config/thornbird.xml.h:13 +#: hacks/config/triangle.xml.h:8 hacks/config/vines.xml.h:7 +#: hacks/config/worm.xml.h:9 hacks/config/xearth.xml.h:28 +#: hacks/config/xfishtank.xml.h:11 msgid "Two" msgstr "TvÃ¥" -#: hacks/config/anemone.xml.h:14 +#: hacks/config/anemone.xml.h:17 msgid "Wiggling tentacles. By Gabriel Finch." msgstr "" +#: hacks/config/anemone.xml.h:18 +msgid "Withdraw freqency" +msgstr "" + #: hacks/config/ant.xml.h:1 msgid "" "A cellular automaton that is really a two-dimensional Turing machine: as the " @@ -1266,61 +1374,69 @@ msgstr "Storlek:" msgid "Ants Count" msgstr "Antal:" -#: hacks/config/ant.xml.h:6 +#: hacks/config/ant.xml.h:5 +#, fuzzy +msgid "Draw Eyes" +msgstr "Cell" + +#: hacks/config/ant.xml.h:7 msgid "Four Sided Cells" msgstr "Fyrsidiga celler" -#: hacks/config/ant.xml.h:7 hacks/config/attraction.xml.h:13 -#: hacks/config/cubenetic.xml.h:11 hacks/config/demon.xml.h:5 -#: hacks/config/discrete.xml.h:3 hacks/config/distort.xml.h:5 -#: hacks/config/fadeplot.xml.h:5 hacks/config/flag.xml.h:4 -#: hacks/config/flow.xml.h:7 hacks/config/fluidballs.xml.h:12 +#: hacks/config/ant.xml.h:8 hacks/config/attraction.xml.h:13 +#: hacks/config/cloudlife.xml.h:7 hacks/config/cubenetic.xml.h:11 +#: hacks/config/demon.xml.h:5 hacks/config/discrete.xml.h:3 +#: hacks/config/distort.xml.h:5 hacks/config/fadeplot.xml.h:5 +#: hacks/config/flag.xml.h:4 hacks/config/flow.xml.h:7 +#: hacks/config/fluidballs.xml.h:12 hacks/config/halftone.xml.h:8 #: hacks/config/hopalong.xml.h:13 hacks/config/interference.xml.h:8 #: hacks/config/julia.xml.h:5 hacks/config/lissie.xml.h:4 #: hacks/config/loop.xml.h:2 hacks/config/moire.xml.h:4 -#: hacks/config/rd-bomb.xml.h:11 hacks/config/rorschach.xml.h:5 -#: hacks/config/rubik.xml.h:4 hacks/config/sierpinski.xml.h:3 -#: hacks/config/slip.xml.h:3 +#: hacks/config/piecewise.xml.h:5 hacks/config/rd-bomb.xml.h:11 +#: hacks/config/rorschach.xml.h:5 hacks/config/rubik.xml.h:4 +#: hacks/config/sierpinski.xml.h:3 hacks/config/slip.xml.h:3 msgid "Large" msgstr "Stor" -#: hacks/config/ant.xml.h:9 +#: hacks/config/ant.xml.h:10 #, fuzzy msgid "Nine Sided Cells" msgstr "Niosidiga celler" -#: hacks/config/ant.xml.h:11 +#: hacks/config/ant.xml.h:12 #, fuzzy msgid "Random Cell Shape" msgstr "Slumpvis storlek upp till" -#: hacks/config/ant.xml.h:12 hacks/config/speedmine.xml.h:11 +#: hacks/config/ant.xml.h:13 hacks/config/speedmine.xml.h:11 msgid "Sharp Turns" msgstr "Skarpa svängar" -#: hacks/config/ant.xml.h:13 +#: hacks/config/ant.xml.h:14 msgid "Six Sided Cells" msgstr "Sexsidiga celler" -#: hacks/config/ant.xml.h:15 hacks/config/attraction.xml.h:27 -#: hacks/config/cubenetic.xml.h:23 hacks/config/demon.xml.h:9 -#: hacks/config/discrete.xml.h:8 hacks/config/distort.xml.h:12 -#: hacks/config/fadeplot.xml.h:9 hacks/config/flag.xml.h:8 -#: hacks/config/flow.xml.h:15 hacks/config/fluidballs.xml.h:19 +#: hacks/config/ant.xml.h:16 hacks/config/attraction.xml.h:27 +#: hacks/config/cloudlife.xml.h:12 hacks/config/cubenetic.xml.h:23 +#: hacks/config/demon.xml.h:9 hacks/config/discrete.xml.h:8 +#: hacks/config/distort.xml.h:12 hacks/config/fadeplot.xml.h:9 +#: hacks/config/flag.xml.h:8 hacks/config/flow.xml.h:15 +#: hacks/config/fluidballs.xml.h:19 hacks/config/halftone.xml.h:14 #: hacks/config/hopalong.xml.h:22 hacks/config/interference.xml.h:15 #: hacks/config/julia.xml.h:9 hacks/config/lissie.xml.h:10 -#: hacks/config/loop.xml.h:8 hacks/config/moire.xml.h:9 +#: hacks/config/loop.xml.h:8 hacks/config/metaballs.xml.h:14 +#: hacks/config/moire.xml.h:9 hacks/config/piecewise.xml.h:10 #: hacks/config/rd-bomb.xml.h:18 hacks/config/rorschach.xml.h:8 #: hacks/config/rubik.xml.h:10 hacks/config/sierpinski.xml.h:8 #: hacks/config/slip.xml.h:8 msgid "Small" msgstr "Liten" -#: hacks/config/ant.xml.h:17 +#: hacks/config/ant.xml.h:18 msgid "Three Sided Cells" msgstr "Tresidiga celler" -#: hacks/config/ant.xml.h:18 hacks/config/demon.xml.h:12 +#: hacks/config/ant.xml.h:19 hacks/config/demon.xml.h:12 #: hacks/config/discrete.xml.h:10 hacks/config/fadeplot.xml.h:11 #: hacks/config/flag.xml.h:12 hacks/config/flow.xml.h:17 #: hacks/config/lissie.xml.h:12 hacks/config/loop.xml.h:11 @@ -1329,11 +1445,11 @@ msgstr "Tresidiga celler" msgid "Timeout" msgstr "Tidsgräns" -#: hacks/config/ant.xml.h:19 +#: hacks/config/ant.xml.h:20 msgid "Truchet Lines" msgstr "Truchetlinjer" -#: hacks/config/ant.xml.h:20 +#: hacks/config/ant.xml.h:21 msgid "Twelve Sided Cells" msgstr "Tolvsidiga celler" @@ -1407,23 +1523,30 @@ msgstr "Hastighet" msgid "Shimmering Water" msgstr "" -#: hacks/config/atlantis.xml.h:11 hacks/config/boxed.xml.h:5 +#: hacks/config/atlantis.xml.h:11 hacks/config/atunnel.xml.h:5 +#: hacks/config/blocktube.xml.h:8 hacks/config/boxed.xml.h:5 #: hacks/config/bubble3d.xml.h:4 hacks/config/cage.xml.h:3 #: hacks/config/circuit.xml.h:9 hacks/config/cubenetic.xml.h:21 -#: hacks/config/dangerball.xml.h:4 hacks/config/endgame.xml.h:4 -#: hacks/config/engine.xml.h:4 hacks/config/extrusion.xml.h:10 -#: hacks/config/flipscreen3d.xml.h:5 hacks/config/fluidballs.xml.h:17 -#: hacks/config/gears.xml.h:6 hacks/config/gflux.xml.h:11 -#: hacks/config/glforestfire.xml.h:13 hacks/config/glplanet.xml.h:5 -#: hacks/config/glsnake.xml.h:10 hacks/config/gltext.xml.h:12 -#: hacks/config/lament.xml.h:5 hacks/config/menger.xml.h:15 -#: hacks/config/moebius.xml.h:6 hacks/config/molecule.xml.h:21 -#: hacks/config/morph3d.xml.h:5 hacks/config/pipes.xml.h:14 -#: hacks/config/pulsar.xml.h:14 hacks/config/queens.xml.h:3 -#: hacks/config/rubik.xml.h:6 hacks/config/sballs.xml.h:12 -#: hacks/config/sierpinski3d.xml.h:6 hacks/config/spheremonics.xml.h:18 -#: hacks/config/sproingies.xml.h:4 hacks/config/stairs.xml.h:2 -#: hacks/config/starwars.xml.h:11 hacks/config/superquadrics.xml.h:6 +#: hacks/config/cubestorm.xml.h:7 hacks/config/dangerball.xml.h:4 +#: hacks/config/endgame.xml.h:4 hacks/config/engine.xml.h:14 +#: hacks/config/extrusion.xml.h:10 hacks/config/flipscreen3d.xml.h:5 +#: hacks/config/fluidballs.xml.h:17 hacks/config/flurry.xml.h:9 +#: hacks/config/flyingtoasters.xml.h:10 hacks/config/gears.xml.h:6 +#: hacks/config/gflux.xml.h:11 hacks/config/glblur.xml.h:13 +#: hacks/config/glforestfire.xml.h:13 hacks/config/glknots.xml.h:16 +#: hacks/config/glmatrix.xml.h:17 hacks/config/glplanet.xml.h:5 +#: hacks/config/glslideshow.xml.h:18 hacks/config/glsnake.xml.h:10 +#: hacks/config/gltext.xml.h:12 hacks/config/hypertorus.xml.h:12 +#: hacks/config/jigglypuff.xml.h:15 hacks/config/klein.xml.h:6 +#: hacks/config/lament.xml.h:5 hacks/config/lavalite.xml.h:26 +#: hacks/config/menger.xml.h:15 hacks/config/moebius.xml.h:6 +#: hacks/config/molecule.xml.h:21 hacks/config/morph3d.xml.h:5 +#: hacks/config/pipes.xml.h:14 hacks/config/pulsar.xml.h:14 +#: hacks/config/queens.xml.h:3 hacks/config/rubik.xml.h:6 +#: hacks/config/sballs.xml.h:12 hacks/config/sierpinski3d.xml.h:6 +#: hacks/config/spheremonics.xml.h:18 hacks/config/sproingies.xml.h:4 +#: hacks/config/stairs.xml.h:2 hacks/config/starwars.xml.h:11 +#: hacks/config/superquadrics.xml.h:7 msgid "Show Frames-per-Second" msgstr "" @@ -1433,13 +1556,14 @@ msgstr "" #: hacks/config/atlantis.xml.h:14 hacks/config/boxed.xml.h:7 #: hacks/config/cage.xml.h:5 hacks/config/extrusion.xml.h:12 -#: hacks/config/gears.xml.h:8 hacks/config/glplanet.xml.h:7 -#: hacks/config/glsnake.xml.h:13 hacks/config/gltext.xml.h:14 -#: hacks/config/menger.xml.h:17 hacks/config/molecule.xml.h:23 -#: hacks/config/munch.xml.h:8 hacks/config/sierpinski3d.xml.h:9 -#: hacks/config/speedmine.xml.h:14 hacks/config/spheremonics.xml.h:21 -#: hacks/config/sproingies.xml.h:7 hacks/config/stairs.xml.h:4 -#: hacks/config/stonerview.xml.h:2 hacks/config/superquadrics.xml.h:8 +#: hacks/config/gears.xml.h:8 hacks/config/glblur.xml.h:15 +#: hacks/config/glplanet.xml.h:7 hacks/config/glsnake.xml.h:13 +#: hacks/config/gltext.xml.h:14 hacks/config/menger.xml.h:17 +#: hacks/config/molecule.xml.h:23 hacks/config/munch.xml.h:8 +#: hacks/config/sierpinski3d.xml.h:9 hacks/config/speedmine.xml.h:14 +#: hacks/config/spheremonics.xml.h:21 hacks/config/sproingies.xml.h:7 +#: hacks/config/stairs.xml.h:4 hacks/config/stonerview.xml.h:2 +#: hacks/config/superquadrics.xml.h:9 #, fuzzy msgid "Solid" msgstr "Enfärgad" @@ -1459,18 +1583,22 @@ msgstr "" msgid "Whale Speed" msgstr "Hastighet" -#: hacks/config/atlantis.xml.h:17 hacks/config/boxed.xml.h:8 -#: hacks/config/cage.xml.h:8 hacks/config/dangerball.xml.h:11 -#: hacks/config/extrusion.xml.h:19 hacks/config/gears.xml.h:11 -#: hacks/config/glforestfire.xml.h:20 hacks/config/glplanet.xml.h:11 +#: hacks/config/atlantis.xml.h:17 hacks/config/atunnel.xml.h:10 +#: hacks/config/blocktube.xml.h:13 hacks/config/boxed.xml.h:8 +#: hacks/config/cage.xml.h:8 hacks/config/cubestorm.xml.h:14 +#: hacks/config/dangerball.xml.h:11 hacks/config/extrusion.xml.h:19 +#: hacks/config/flyingtoasters.xml.h:14 hacks/config/gears.xml.h:11 +#: hacks/config/glblur.xml.h:20 hacks/config/glforestfire.xml.h:20 +#: hacks/config/glknots.xml.h:23 hacks/config/glplanet.xml.h:11 #: hacks/config/glsnake.xml.h:16 hacks/config/gltext.xml.h:18 -#: hacks/config/lament.xml.h:9 hacks/config/lavalite.xml.h:31 -#: hacks/config/menger.xml.h:21 hacks/config/moebius.xml.h:11 -#: hacks/config/molecule.xml.h:26 hacks/config/pulsar.xml.h:20 -#: hacks/config/sballs.xml.h:18 hacks/config/sierpinski3d.xml.h:12 -#: hacks/config/speedmine.xml.h:18 hacks/config/spheremonics.xml.h:26 -#: hacks/config/sproingies.xml.h:10 hacks/config/stairs.xml.h:7 -#: hacks/config/stonerview.xml.h:4 hacks/config/superquadrics.xml.h:11 +#: hacks/config/jigglypuff.xml.h:25 hacks/config/lament.xml.h:9 +#: hacks/config/lavalite.xml.h:32 hacks/config/menger.xml.h:21 +#: hacks/config/moebius.xml.h:11 hacks/config/molecule.xml.h:26 +#: hacks/config/pulsar.xml.h:20 hacks/config/sballs.xml.h:18 +#: hacks/config/sierpinski3d.xml.h:12 hacks/config/speedmine.xml.h:18 +#: hacks/config/spheremonics.xml.h:26 hacks/config/sproingies.xml.h:10 +#: hacks/config/stairs.xml.h:7 hacks/config/stonerview.xml.h:4 +#: hacks/config/superquadrics.xml.h:12 msgid "Wireframe" msgstr "" @@ -1489,7 +1617,7 @@ msgstr "Antal:" msgid "Ball Mass" msgstr "Bollar" -#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:2 +#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:3 msgid "Balls" msgstr "Bollar" @@ -1513,16 +1641,18 @@ msgid "Filled Splines" msgstr "Spliner" #: hacks/config/attraction.xml.h:10 hacks/config/ccurve.xml.h:9 -#: hacks/config/cubenetic.xml.h:10 hacks/config/euler2d.xml.h:5 -#: hacks/config/flame.xml.h:9 hacks/config/goop.xml.h:6 -#: hacks/config/hopalong.xml.h:10 hacks/config/hyperball.xml.h:3 -#: hacks/config/hypercube.xml.h:3 hacks/config/interference.xml.h:6 +#: hacks/config/cloudlife.xml.h:5 hacks/config/cubenetic.xml.h:10 +#: hacks/config/euler2d.xml.h:5 hacks/config/flame.xml.h:9 +#: hacks/config/glslideshow.xml.h:13 hacks/config/goop.xml.h:6 +#: hacks/config/halftone.xml.h:7 hacks/config/hopalong.xml.h:10 +#: hacks/config/hyperball.xml.h:3 hacks/config/hypercube.xml.h:3 +#: hacks/config/interference.xml.h:6 hacks/config/jigglypuff.xml.h:8 #: hacks/config/kumppa.xml.h:4 hacks/config/lavalite.xml.h:12 #: hacks/config/nerverot.xml.h:11 hacks/config/petri.xml.h:8 #: hacks/config/pyro.xml.h:5 hacks/config/qix.xml.h:10 #: hacks/config/speedmine.xml.h:5 hacks/config/spheremonics.xml.h:6 #: hacks/config/spiral.xml.h:4 hacks/config/squiral.xml.h:6 -#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:4 +#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:5 #: hacks/config/t3d.xml.h:7 hacks/config/twang.xml.h:5 #: hacks/config/wander.xml.h:8 msgid "High" @@ -1552,15 +1682,17 @@ msgstr "" #: hacks/config/attraction.xml.h:15 hacks/config/deluxe.xml.h:5 #: hacks/config/lmorph.xml.h:7 hacks/config/pedal.xml.h:5 -#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:3 +#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:10 msgid "Lines" msgstr "Linjer" -#: hacks/config/attraction.xml.h:16 hacks/config/braid.xml.h:6 -#: hacks/config/cynosure.xml.h:5 hacks/config/drift.xml.h:8 +#: hacks/config/attraction.xml.h:16 hacks/config/blocktube.xml.h:5 +#: hacks/config/braid.xml.h:6 hacks/config/cynosure.xml.h:5 +#: hacks/config/drift.xml.h:8 hacks/config/eruption.xml.h:11 #: hacks/config/euler2d.xml.h:6 hacks/config/galaxy.xml.h:5 -#: hacks/config/juggle.xml.h:5 hacks/config/laser.xml.h:5 -#: hacks/config/menger.xml.h:4 hacks/config/munch.xml.h:4 +#: hacks/config/juggle.xml.h:5 hacks/config/klein.xml.h:4 +#: hacks/config/laser.xml.h:5 hacks/config/menger.xml.h:4 +#: hacks/config/metaballs.xml.h:5 hacks/config/munch.xml.h:4 #: hacks/config/nerverot.xml.h:13 hacks/config/petri.xml.h:9 #: hacks/config/polyominoes.xml.h:4 hacks/config/rotor.xml.h:5 #: hacks/config/shadebobs.xml.h:4 hacks/config/sierpinski3d.xml.h:3 @@ -1570,16 +1702,18 @@ msgid "Long" msgstr "LÃ¥ng" #: hacks/config/attraction.xml.h:17 hacks/config/ccurve.xml.h:10 -#: hacks/config/cubenetic.xml.h:12 hacks/config/euler2d.xml.h:7 -#: hacks/config/flame.xml.h:10 hacks/config/goop.xml.h:7 -#: hacks/config/hopalong.xml.h:14 hacks/config/hyperball.xml.h:6 -#: hacks/config/hypercube.xml.h:5 hacks/config/interference.xml.h:9 +#: hacks/config/cloudlife.xml.h:8 hacks/config/cubenetic.xml.h:12 +#: hacks/config/euler2d.xml.h:7 hacks/config/flame.xml.h:10 +#: hacks/config/glslideshow.xml.h:15 hacks/config/goop.xml.h:7 +#: hacks/config/halftone.xml.h:9 hacks/config/hopalong.xml.h:14 +#: hacks/config/hyperball.xml.h:6 hacks/config/hypercube.xml.h:5 +#: hacks/config/interference.xml.h:9 hacks/config/jigglypuff.xml.h:11 #: hacks/config/kumppa.xml.h:6 hacks/config/lavalite.xml.h:14 #: hacks/config/nerverot.xml.h:14 hacks/config/petri.xml.h:10 #: hacks/config/pyro.xml.h:7 hacks/config/qix.xml.h:13 #: hacks/config/speedmine.xml.h:6 hacks/config/spheremonics.xml.h:8 #: hacks/config/spiral.xml.h:5 hacks/config/squiral.xml.h:8 -#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:5 +#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:6 #: hacks/config/t3d.xml.h:8 hacks/config/twang.xml.h:7 #: hacks/config/wander.xml.h:11 msgid "Low" @@ -1606,10 +1740,12 @@ msgstr "" msgid "Repulsion Threshold" msgstr "_Tröskel:" -#: hacks/config/attraction.xml.h:25 hacks/config/braid.xml.h:10 -#: hacks/config/cynosure.xml.h:8 hacks/config/drift.xml.h:11 +#: hacks/config/attraction.xml.h:25 hacks/config/blocktube.xml.h:7 +#: hacks/config/braid.xml.h:10 hacks/config/cynosure.xml.h:8 +#: hacks/config/drift.xml.h:11 hacks/config/eruption.xml.h:18 #: hacks/config/euler2d.xml.h:12 hacks/config/galaxy.xml.h:8 -#: hacks/config/laser.xml.h:9 hacks/config/menger.xml.h:14 +#: hacks/config/klein.xml.h:5 hacks/config/laser.xml.h:9 +#: hacks/config/menger.xml.h:14 hacks/config/metaballs.xml.h:12 #: hacks/config/munch.xml.h:6 hacks/config/nerverot.xml.h:19 #: hacks/config/petri.xml.h:22 hacks/config/polyominoes.xml.h:9 #: hacks/config/rotor.xml.h:9 hacks/config/shadebobs.xml.h:8 @@ -1632,6 +1768,58 @@ msgstr "Svansar" msgid "Trail Length" msgstr "Längd" +#: hacks/config/atunnel.xml.h:1 +msgid "Atunnel" +msgstr "" + +#: hacks/config/atunnel.xml.h:2 +msgid "" +"Draws an animation of a textured tunnel in GL. Requires OpenGL, and a " +"machine with fast hardware support for texture maps. Written by Eric " +"Lassauge and Roman Podobedov." +msgstr "" + +#: hacks/config/atunnel.xml.h:4 hacks/config/distort.xml.h:9 +#: hacks/config/glforestfire.xml.h:10 hacks/config/lament.xml.h:4 +#: hacks/config/sballs.xml.h:6 +#, fuzzy +msgid "Normal" +msgstr "Korall" + +#: hacks/config/atunnel.xml.h:8 hacks/config/glforestfire.xml.h:18 +#: hacks/config/lament.xml.h:8 hacks/config/sballs.xml.h:17 +#, fuzzy +msgid "Untextured" +msgstr "Centrerad" + +#: hacks/config/atunnel.xml.h:9 +#, fuzzy +msgid "Use light" +msgstr "Blixt" + +#: hacks/config/barcode.xml.h:1 +#, fuzzy +msgid "Barcode" +msgstr "Bläddra" + +#: hacks/config/barcode.xml.h:2 +msgid "Barcode Clock (24 Hour)" +msgstr "" + +#: hacks/config/barcode.xml.h:3 +msgid "Barcode Clock (AM/PM)" +msgstr "" + +#: hacks/config/barcode.xml.h:5 +msgid "Scrolling Barcodes" +msgstr "" + +#: hacks/config/barcode.xml.h:8 +msgid "" +"This draws a random sequence of colorful barcodes scrolling across your " +"screen. CONSUME! By Dan Bornstein." +msgstr "" + #: hacks/config/blaster.xml.h:1 msgid "Blaster" msgstr "BlÃ¥sare" @@ -1695,6 +1883,34 @@ msgid "" "image and rotate that." msgstr "" +#: hacks/config/blocktube.xml.h:1 +msgid "BlockTube" +msgstr "" + +#: hacks/config/blocktube.xml.h:2 +msgid "Color Change Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:3 +msgid "Color Hold Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:6 +#, fuzzy +msgid "Reflective Blocks" +msgstr "Åtgärder" + +#: hacks/config/blocktube.xml.h:10 +#, fuzzy +msgid "Solid Blocks" +msgstr "Enfärgad" + +#: hacks/config/blocktube.xml.h:12 +msgid "" +"This hack draws a swirling, falling tunnel of reflective slabs. They fade " +"from hue to hue. Written by Lars R. Damerow." +msgstr "" + #: hacks/config/bouboule.xml.h:1 msgid "Bouboule" msgstr "Bouboule" @@ -1717,13 +1933,51 @@ msgstr "" "Detta ritar vad som liknar en roterande balong som ändrar form med fläckar " "av varierande storlek ritade pÃ¥ dess osynliga yta. Skriven av Jeramie Petit." -#: hacks/config/boxed.xml.h:1 hacks/config/gears.xml.h:1 -#: hacks/config/gflux.xml.h:1 hacks/config/pyro.xml.h:1 +#: hacks/config/bouncingcow.xml.h:1 +msgid "A Cow. A Trampoline. Together, they fight crime. By Jamie Zawinski." +msgstr "" + +#: hacks/config/bouncingcow.xml.h:2 hacks/config/boxed.xml.h:1 +#: hacks/config/cubestorm.xml.h:1 hacks/config/flyingtoasters.xml.h:3 +#: hacks/config/gears.xml.h:1 hacks/config/gflux.xml.h:1 +#: hacks/config/glknots.xml.h:1 hacks/config/glmatrix.xml.h:1 +#: hacks/config/jigglypuff.xml.h:1 hacks/config/pyro.xml.h:1 #: hacks/config/rd-bomb.xml.h:6 hacks/config/rocks.xml.h:1 #: hacks/config/starwars.xml.h:1 hacks/config/xfishtank.xml.h:1 msgid "Animation Speed" msgstr "" +#: hacks/config/bouncingcow.xml.h:3 +msgid "Beefy Cow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:4 +#, fuzzy +msgid "Bounce Speed" +msgstr "Hastighet" + +#: hacks/config/bouncingcow.xml.h:5 +msgid "BouncingCow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:7 +msgid "Herd" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:8 +#, fuzzy +msgid "Moo" +msgstr "Monokrom" + +#: hacks/config/bouncingcow.xml.h:9 +#, fuzzy +msgid "Number of Cows" +msgstr "Antal färger" + +#: hacks/config/bouncingcow.xml.h:11 +msgid "Wireframe Cow" +msgstr "" + #: hacks/config/boxed.xml.h:2 msgid "Boxed" msgstr "" @@ -1746,23 +2000,24 @@ msgstr "" "Ritar slumpmässiga färgcyklande garnerade koncentriska cirklar. Skriven av " "John Neil." -#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:8 +#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:9 #: hacks/config/ccurve.xml.h:7 hacks/config/coral.xml.h:6 #: hacks/config/cynosure.xml.h:3 hacks/config/deco.xml.h:4 #: hacks/config/drift.xml.h:2 hacks/config/epicycle.xml.h:3 -#: hacks/config/euler2d.xml.h:1 hacks/config/flame.xml.h:5 -#: hacks/config/galaxy.xml.h:2 hacks/config/glsnake.xml.h:4 -#: hacks/config/helix.xml.h:3 hacks/config/hopalong.xml.h:2 -#: hacks/config/imsmap.xml.h:6 hacks/config/laser.xml.h:2 -#: hacks/config/menger.xml.h:2 hacks/config/moire.xml.h:3 -#: hacks/config/molecule.xml.h:9 hacks/config/munch.xml.h:2 -#: hacks/config/nerverot.xml.h:8 hacks/config/pedal.xml.h:3 -#: hacks/config/penrose.xml.h:5 hacks/config/polyominoes.xml.h:1 -#: hacks/config/rorschach.xml.h:3 hacks/config/rotzoomer.xml.h:5 -#: hacks/config/shadebobs.xml.h:2 hacks/config/sierpinski3d.xml.h:1 -#: hacks/config/spheremonics.xml.h:4 hacks/config/starfish.xml.h:2 -#: hacks/config/vidwhacker.xml.h:3 hacks/config/wander.xml.h:7 -#: hacks/config/xspirograph.xml.h:3 +#: hacks/config/eruption.xml.h:3 hacks/config/euler2d.xml.h:1 +#: hacks/config/flame.xml.h:5 hacks/config/galaxy.xml.h:2 +#: hacks/config/glsnake.xml.h:4 hacks/config/helix.xml.h:3 +#: hacks/config/hopalong.xml.h:2 hacks/config/imsmap.xml.h:6 +#: hacks/config/klein.xml.h:1 hacks/config/laser.xml.h:2 +#: hacks/config/menger.xml.h:2 hacks/config/metaballs.xml.h:3 +#: hacks/config/moire.xml.h:3 hacks/config/molecule.xml.h:9 +#: hacks/config/munch.xml.h:2 hacks/config/nerverot.xml.h:8 +#: hacks/config/pedal.xml.h:3 hacks/config/penrose.xml.h:5 +#: hacks/config/polyominoes.xml.h:1 hacks/config/rorschach.xml.h:3 +#: hacks/config/rotzoomer.xml.h:5 hacks/config/shadebobs.xml.h:2 +#: hacks/config/sierpinski3d.xml.h:1 hacks/config/spheremonics.xml.h:4 +#: hacks/config/starfish.xml.h:2 hacks/config/vidwhacker.xml.h:3 +#: hacks/config/wander.xml.h:7 hacks/config/xspirograph.xml.h:3 #, fuzzy msgid "Duration" msgstr "Längd (ms)" @@ -1793,20 +2048,24 @@ msgid "AmigaDOS" msgstr "" #: hacks/config/bsod.xml.h:4 +msgid "Apple II" +msgstr "" + +#: hacks/config/bsod.xml.h:5 #, fuzzy msgid "Atari" msgstr "Atlantis" -#: hacks/config/bsod.xml.h:5 +#: hacks/config/bsod.xml.h:6 #, fuzzy msgid "BSD" msgstr "BSOD" -#: hacks/config/bsod.xml.h:6 +#: hacks/config/bsod.xml.h:7 msgid "BSOD" msgstr "BSOD" -#: hacks/config/bsod.xml.h:7 +#: hacks/config/bsod.xml.h:8 msgid "" "BSOD stands for ``Blue Screen of Death.'' The finest in personal computer " "emulation, this hack simulates popular screen savers from a number of less " @@ -1817,44 +2076,63 @@ msgstr "" "skärmsläckare frÃ¥n ett antal mindre stabila operativsystem. Skriven av Jamie " "Zawinski." -#: hacks/config/bsod.xml.h:9 +#: hacks/config/bsod.xml.h:10 +msgid "HPUX" +msgstr "" + +#: hacks/config/bsod.xml.h:11 +#, fuzzy +msgid "Linux" +msgstr "Sparc Linux" + +#: hacks/config/bsod.xml.h:12 msgid "Mac Bomb" msgstr "" -#: hacks/config/bsod.xml.h:10 +#: hacks/config/bsod.xml.h:13 +#, fuzzy +msgid "MacOS X" +msgstr "MacOS" + +#: hacks/config/bsod.xml.h:14 msgid "MacsBug" msgstr "MacsBug" -#: hacks/config/bsod.xml.h:11 +#: hacks/config/bsod.xml.h:15 msgid "NCD X Terminal" msgstr "NCD X-terminal" -#: hacks/config/bsod.xml.h:12 +#: hacks/config/bsod.xml.h:16 +msgid "OS/390" +msgstr "" + +#: hacks/config/bsod.xml.h:17 msgid "SCO" msgstr "SCO" -#: hacks/config/bsod.xml.h:13 +#: hacks/config/bsod.xml.h:18 msgid "Sad Mac" msgstr "" -#: hacks/config/bsod.xml.h:14 +#: hacks/config/bsod.xml.h:19 msgid "Solaris" msgstr "Solaris" -#: hacks/config/bsod.xml.h:15 +#: hacks/config/bsod.xml.h:20 msgid "Sparc Linux" msgstr "Sparc Linux" -#: hacks/config/bsod.xml.h:16 -msgid "Windows" +#: hacks/config/bsod.xml.h:21 +#, fuzzy +msgid "Windows 2000" msgstr "Windows" -#: hacks/config/bsod.xml.h:17 +#: hacks/config/bsod.xml.h:22 #, fuzzy -msgid "Windows 2000" +msgid "Windows 3.1" msgstr "Windows" -#: hacks/config/bsod.xml.h:18 +#: hacks/config/bsod.xml.h:23 msgid "Windows NT" msgstr "Windows NT" @@ -1966,7 +2244,7 @@ msgstr "Mer fördröjning" #: hacks/config/ccurve.xml.h:6 hacks/config/coral.xml.h:5 #: hacks/config/imsmap.xml.h:5 hacks/config/kumppa.xml.h:1 #: hacks/config/qix.xml.h:6 hacks/config/squiral.xml.h:2 -#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:3 +#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:2 msgid "Density" msgstr "Täthet" @@ -2008,19 +2286,59 @@ msgstr "" msgid "Rotation Speed" msgstr "" -#: hacks/config/circuit.xml.h:12 hacks/config/dangerball.xml.h:9 -#: hacks/config/engine.xml.h:7 +#: hacks/config/circuit.xml.h:12 hacks/config/cubestorm.xml.h:9 +#: hacks/config/dangerball.xml.h:9 hacks/config/engine.xml.h:17 +#: hacks/config/klein.xml.h:9 hacks/config/whirlygig.xml.h:14 #, fuzzy msgid "Spin" msgstr "Spliner" +#: hacks/config/cloudlife.xml.h:1 hacks/config/demon.xml.h:2 +#: hacks/config/petri.xml.h:1 +#, fuzzy +msgid "Cell Size" +msgstr "Cell" + +#: hacks/config/cloudlife.xml.h:2 +msgid "CloudLife" +msgstr "" + +#: hacks/config/cloudlife.xml.h:4 +msgid "" +"Generates cloud-like formations based on a variant of Conway's Life. The " +"difference is that cells have a maximum age, after which they count as 3 for " +"populating the next generation. This makes long-lived formations explode " +"instead of just sitting there burning a hole in your screen. Written by Don " +"Marti." +msgstr "" + +#: hacks/config/cloudlife.xml.h:6 +#, fuzzy +msgid "Initial Density" +msgstr "Partiklar pÃ¥ skärmen" + +#: hacks/config/cloudlife.xml.h:9 +#, fuzzy +msgid "Max Age" +msgstr "Labyrint" + +#: hacks/config/cloudlife.xml.h:10 +msgid "Old" +msgstr "" + +#: hacks/config/cloudlife.xml.h:14 +#, fuzzy +msgid "Young" +msgstr "LÃ¥ng" + #: hacks/config/compass.xml.h:1 msgid "Compass" msgstr "Kompass" #: hacks/config/compass.xml.h:2 hacks/config/deluxe.xml.h:3 #: hacks/config/interference.xml.h:4 hacks/config/kumppa.xml.h:2 -#: hacks/config/nerverot.xml.h:6 hacks/config/pipes.xml.h:4 +#: hacks/config/nerverot.xml.h:6 hacks/config/piecewise.xml.h:3 +#: hacks/config/pipes.xml.h:4 #, fuzzy msgid "Double Buffer" msgstr "Använd dubbelbuffring" @@ -2044,10 +2362,10 @@ msgid "1 Minute" msgstr "1 minut sedan" #: hacks/config/coral.xml.h:2 hacks/config/deco.xml.h:2 -#: hacks/config/helix.xml.h:2 hacks/config/imsmap.xml.h:2 -#: hacks/config/moire.xml.h:2 hacks/config/pedal.xml.h:2 -#: hacks/config/penrose.xml.h:1 hacks/config/rorschach.xml.h:2 -#: hacks/config/xspirograph.xml.h:2 +#: hacks/config/glslideshow.xml.h:1 hacks/config/helix.xml.h:2 +#: hacks/config/imsmap.xml.h:2 hacks/config/moire.xml.h:2 +#: hacks/config/pedal.xml.h:2 hacks/config/penrose.xml.h:1 +#: hacks/config/rorschach.xml.h:2 hacks/config/xspirograph.xml.h:2 #, fuzzy msgid "1 Second" msgstr "Sekunder" @@ -2057,6 +2375,7 @@ msgid "Coral" msgstr "Korall" #: hacks/config/coral.xml.h:4 hacks/config/gflux.xml.h:3 +#: hacks/config/glblur.xml.h:2 hacks/config/glmatrix.xml.h:3 #: hacks/config/imsmap.xml.h:4 hacks/config/lavalite.xml.h:6 #: hacks/config/pyro.xml.h:2 hacks/config/qix.xml.h:5 #: hacks/config/squiral.xml.h:1 hacks/config/xearth.xml.h:4 @@ -2077,10 +2396,11 @@ msgstr "" "egentligen ingen rättvisa. Skriven av Frederick Roeber." #: hacks/config/coral.xml.h:13 hacks/config/gflux.xml.h:13 -#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:28 +#: hacks/config/glblur.xml.h:16 hacks/config/glmatrix.xml.h:19 +#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:29 #: hacks/config/pyro.xml.h:14 hacks/config/qix.xml.h:21 #: hacks/config/squiral.xml.h:15 hacks/config/xearth.xml.h:24 -#: hacks/config/xmatrix.xml.h:16 +#: hacks/config/xmatrix.xml.h:17 #, fuzzy msgid "Sparse" msgstr "Sfär" @@ -2122,13 +2442,13 @@ msgstr "Partiklar pÃ¥ skärmen" #: hacks/config/grav.xml.h:1 hacks/config/julia.xml.h:1 #: hacks/config/laser.xml.h:1 hacks/config/lisa.xml.h:1 #: hacks/config/lissie.xml.h:2 hacks/config/morph3d.xml.h:2 -#: hacks/config/mountain.xml.h:1 hacks/config/qix.xml.h:4 -#: hacks/config/rocks.xml.h:2 hacks/config/rotor.xml.h:2 -#: hacks/config/rubik.xml.h:1 hacks/config/shadebobs.xml.h:1 -#: hacks/config/sierpinski.xml.h:1 hacks/config/slip.xml.h:1 -#: hacks/config/spiral.xml.h:1 hacks/config/sproingies.xml.h:1 -#: hacks/config/superquadrics.xml.h:1 hacks/config/swirl.xml.h:1 -#: hacks/config/worm.xml.h:2 +#: hacks/config/mountain.xml.h:1 hacks/config/piecewise.xml.h:2 +#: hacks/config/qix.xml.h:4 hacks/config/rocks.xml.h:2 +#: hacks/config/rotor.xml.h:2 hacks/config/rubik.xml.h:1 +#: hacks/config/shadebobs.xml.h:1 hacks/config/sierpinski.xml.h:1 +#: hacks/config/slip.xml.h:1 hacks/config/spiral.xml.h:1 +#: hacks/config/sproingies.xml.h:1 hacks/config/superquadrics.xml.h:1 +#: hacks/config/swirl.xml.h:1 hacks/config/worm.xml.h:2 #, fuzzy msgid "Count" msgstr "Antal:" @@ -2190,7 +2510,8 @@ msgstr "Visa underprocess_fel" msgid "Display Wireframe" msgstr "Strömsparfunktioner för bildskärm" -#: hacks/config/cubenetic.xml.h:6 hacks/config/gltext.xml.h:2 +#: hacks/config/cubenetic.xml.h:6 hacks/config/glblur.xml.h:3 +#: hacks/config/glknots.xml.h:2 hacks/config/gltext.xml.h:2 #: hacks/config/lavalite.xml.h:7 hacks/config/menger.xml.h:1 #: hacks/config/molecule.xml.h:4 hacks/config/spheremonics.xml.h:1 msgid "Don't Rotate" @@ -2203,43 +2524,50 @@ msgid "" "Jamie Zawinski." msgstr "" -#: hacks/config/cubenetic.xml.h:14 hacks/config/gltext.xml.h:5 +#: hacks/config/cubenetic.xml.h:14 hacks/config/glblur.xml.h:6 +#: hacks/config/glknots.xml.h:8 hacks/config/gltext.xml.h:5 #: hacks/config/lavalite.xml.h:19 hacks/config/menger.xml.h:7 #: hacks/config/molecule.xml.h:14 hacks/config/spheremonics.xml.h:10 msgid "Rotate around X and Y axes" msgstr "" -#: hacks/config/cubenetic.xml.h:15 hacks/config/gltext.xml.h:6 +#: hacks/config/cubenetic.xml.h:15 hacks/config/glblur.xml.h:7 +#: hacks/config/glknots.xml.h:9 hacks/config/gltext.xml.h:6 #: hacks/config/lavalite.xml.h:20 hacks/config/menger.xml.h:8 #: hacks/config/molecule.xml.h:15 hacks/config/spheremonics.xml.h:11 msgid "Rotate around X and Z axes" msgstr "" -#: hacks/config/cubenetic.xml.h:16 hacks/config/gltext.xml.h:7 +#: hacks/config/cubenetic.xml.h:16 hacks/config/glblur.xml.h:8 +#: hacks/config/glknots.xml.h:10 hacks/config/gltext.xml.h:7 #: hacks/config/lavalite.xml.h:21 hacks/config/menger.xml.h:9 #: hacks/config/molecule.xml.h:16 hacks/config/spheremonics.xml.h:12 msgid "Rotate around X axis" msgstr "" -#: hacks/config/cubenetic.xml.h:17 hacks/config/gltext.xml.h:8 +#: hacks/config/cubenetic.xml.h:17 hacks/config/glblur.xml.h:9 +#: hacks/config/glknots.xml.h:11 hacks/config/gltext.xml.h:8 #: hacks/config/lavalite.xml.h:22 hacks/config/menger.xml.h:10 #: hacks/config/molecule.xml.h:17 hacks/config/spheremonics.xml.h:13 msgid "Rotate around Y and Z axes" msgstr "" -#: hacks/config/cubenetic.xml.h:18 hacks/config/gltext.xml.h:9 +#: hacks/config/cubenetic.xml.h:18 hacks/config/glblur.xml.h:10 +#: hacks/config/glknots.xml.h:12 hacks/config/gltext.xml.h:9 #: hacks/config/lavalite.xml.h:23 hacks/config/menger.xml.h:11 #: hacks/config/molecule.xml.h:18 hacks/config/spheremonics.xml.h:14 msgid "Rotate around Y axis" msgstr "" -#: hacks/config/cubenetic.xml.h:19 hacks/config/gltext.xml.h:10 +#: hacks/config/cubenetic.xml.h:19 hacks/config/glblur.xml.h:11 +#: hacks/config/glknots.xml.h:13 hacks/config/gltext.xml.h:10 #: hacks/config/lavalite.xml.h:24 hacks/config/menger.xml.h:12 #: hacks/config/molecule.xml.h:19 hacks/config/spheremonics.xml.h:15 msgid "Rotate around Z axis" msgstr "" -#: hacks/config/cubenetic.xml.h:20 hacks/config/gltext.xml.h:11 +#: hacks/config/cubenetic.xml.h:20 hacks/config/glblur.xml.h:12 +#: hacks/config/glknots.xml.h:14 hacks/config/gltext.xml.h:11 #: hacks/config/lavalite.xml.h:25 hacks/config/menger.xml.h:13 #: hacks/config/molecule.xml.h:20 hacks/config/spheremonics.xml.h:16 msgid "Rotate around all three axes" @@ -2257,14 +2585,42 @@ msgstr "" msgid "Surface Pattern Speed" msgstr "" -#: hacks/config/cubenetic.xml.h:28 hacks/config/dangerball.xml.h:10 -#: hacks/config/engine.xml.h:8 hacks/config/glforestfire.xml.h:19 -#: hacks/config/gltext.xml.h:17 hacks/config/lavalite.xml.h:30 -#: hacks/config/menger.xml.h:20 hacks/config/molecule.xml.h:25 -#: hacks/config/spheremonics.xml.h:25 hacks/config/wander.xml.h:15 +#: hacks/config/cubenetic.xml.h:28 hacks/config/cubestorm.xml.h:13 +#: hacks/config/dangerball.xml.h:10 hacks/config/engine.xml.h:20 +#: hacks/config/glblur.xml.h:19 hacks/config/glforestfire.xml.h:19 +#: hacks/config/glknots.xml.h:22 hacks/config/gltext.xml.h:17 +#: hacks/config/lavalite.xml.h:31 hacks/config/menger.xml.h:20 +#: hacks/config/molecule.xml.h:25 hacks/config/spheremonics.xml.h:25 +#: hacks/config/wander.xml.h:15 msgid "Wander" msgstr "" +#: hacks/config/cubestorm.xml.h:2 +#, fuzzy +msgid "CubeStorm" +msgstr "Ekolod" + +#: hacks/config/cubestorm.xml.h:3 +msgid "" +"Draws a series of rotating 3D boxes that intersect each other and eventually " +"fill space. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/cubestorm.xml.h:5 hacks/config/glknots.xml.h:6 +#, fuzzy +msgid "Motion Speed" +msgstr "_Rörelse" + +#: hacks/config/cubestorm.xml.h:6 +#, fuzzy +msgid "Number of Cubes" +msgstr "Antal cykler" + +#: hacks/config/cubestorm.xml.h:10 +#, fuzzy +msgid "Strut Thickness" +msgstr "Tjocklek" + #: hacks/config/cynosure.xml.h:1 msgid "" "A hack similar to `greynetic', but less frenetic. The first implementation " @@ -2372,8 +2728,8 @@ msgid "" "This takes an image and makes it melt. You've no doubt seen this effect " "before, but no screensaver would really be complete without it. It works " "best if there's something colorful visible. Warning, if the effect continues " -"after the screen saver is off, seek medical attention. Written by David Wald " -"and Vivek Khera." +"after the screen saver is off, seek medical attention. Written by David " +"Wald, Vivek Khera, Jamie Zawinski, and Vince Levey." msgstr "" #: hacks/config/deco.xml.h:3 @@ -2403,7 +2759,7 @@ msgstr "" "av Michael Bayne." #: hacks/config/deco.xml.h:11 hacks/config/rd-bomb.xml.h:23 -#: hacks/config/whirlygig.xml.h:7 hacks/config/xearth.xml.h:33 +#: hacks/config/whirlygig.xml.h:20 hacks/config/xearth.xml.h:33 #: hacks/config/zoom.xml.h:10 msgid "x" msgstr "" @@ -2438,11 +2794,6 @@ msgstr "" "En cellulär automation som börjar med ett slumpmässigt fält och sorterar det " "i ränder och spiraler. Skriven av David Bagley." -#: hacks/config/demon.xml.h:2 hacks/config/petri.xml.h:1 -#, fuzzy -msgid "Cell Size" -msgstr "Cell" - #: hacks/config/demon.xml.h:3 msgid "Demon" msgstr "Demon" @@ -2490,12 +2841,6 @@ msgstr "" msgid "Magnify" msgstr "MÃ¥nga" -#: hacks/config/distort.xml.h:9 hacks/config/glforestfire.xml.h:10 -#: hacks/config/lament.xml.h:4 hacks/config/sballs.xml.h:6 -#, fuzzy -msgid "Normal" -msgstr "Korall" - #: hacks/config/distort.xml.h:10 msgid "Reflect" msgstr "" @@ -2554,19 +2899,15 @@ msgid "Lissojous Figures" msgstr "" #: hacks/config/electricsheep.xml.h:1 -msgid "ElectricSheep" -msgstr "ElektrisktFÃ¥r" - -#: hacks/config/electricsheep.xml.h:2 #, fuzzy msgid "" "ElectricSheep is an xscreensaver module that displays mpeg video of an " "animated fractal flame. In the background, it contributes render cycles to " "the next animation. Periodically it uploades completed frames to the server, " "where they are compressed for distribution to all clients. This program is " -"recommended only if you have a high bandwidth connection to the Internet. By " -"Scott Draves. You can find it at <http://www.electricsheep.org/>. See " -"that web site for configuration information." +"recommended only if you have a high bandwidth, always-on connection to the " +"Internet. By Scott Draves. You can find it at <http://www.electricsheep." +"org/>." msgstr "" "ElektrisktFÃ¥r är en xscreensaver-modul som visar mpeg-video med en animerad " "fraktalflamma. I bakgrunden bidrar den med renderingscykler till nästa " @@ -2576,6 +2917,37 @@ msgstr "" "hitta det pÃ¥ . För konfigurationsinformation " "hänvisas till den webbplatsen." +#: hacks/config/electricsheep.xml.h:2 +msgid "Frame Rate" +msgstr "" + +#: hacks/config/electricsheep.xml.h:3 +#, fuzzy +msgid "Hide Sheep" +msgstr "Hastighet" + +#: hacks/config/electricsheep.xml.h:4 +msgid "Megabytes of Local Sheep Storage" +msgstr "" + +#: hacks/config/electricsheep.xml.h:5 +#, fuzzy +msgid "Nickname" +msgstr "Namn" + +#: hacks/config/electricsheep.xml.h:6 +msgid "Repititions of each Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:7 +#, fuzzy +msgid "Standalone" +msgstr "Standardvärde" + +#: hacks/config/electricsheep.xml.h:8 +msgid "URL" +msgstr "" + #: hacks/config/endgame.xml.h:1 msgid "" "Black slips out of three mating nets, but the fourth one holds him tight! A " @@ -2588,16 +2960,65 @@ msgid "Endgame" msgstr "Ett" #: hacks/config/engine.xml.h:1 -msgid "" -"Draws a simple four-stroke engine that floats around the screen. Written by " -"Ben Buxton." +msgid "Audi Quattro (5 cylinders)" msgstr "" #: hacks/config/engine.xml.h:2 +msgid "BMW M3 (4 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:3 +msgid "BMW M5 (6 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:4 +msgid "Corvette Z06 (8 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:5 +msgid "Dodge Viper (10 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:6 +msgid "" +"Draws a simple model of an engine that floats around the screen. Written by " +"Ben Buxton and Ed Beroset." +msgstr "" + +#: hacks/config/engine.xml.h:7 #, fuzzy msgid "Engine" msgstr "Ett" +#: hacks/config/engine.xml.h:9 +msgid "Honda Insight (3 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:10 +msgid "Jaguar XKE (12 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:11 +msgid "Porsche 911 (6 cylinders, flat)" +msgstr "" + +#: hacks/config/engine.xml.h:12 +#, fuzzy +msgid "Random Engine" +msgstr "Slumpa" + +#: hacks/config/engine.xml.h:13 +msgid "Show Engine Name" +msgstr "" + +#: hacks/config/engine.xml.h:18 +msgid "Subaru XT (6 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:19 +msgid "VW Beetle (4 cylinders, flat)" +msgstr "" + #: hacks/config/epicycle.xml.h:4 msgid "Epicycle" msgstr "Epicykel" @@ -2619,6 +3040,56 @@ msgstr "" "preheliocentriska modellen av planeternas rörelser. Skriven av James " "Youngman." +#: hacks/config/eruption.xml.h:1 +msgid "An exposive version of XFlame. By W.P. van Paassen." +msgstr "" + +#: hacks/config/eruption.xml.h:2 +msgid "Cooling factor" +msgstr "" + +#: hacks/config/eruption.xml.h:4 +#, fuzzy +msgid "Eruption" +msgstr "Tillägg" + +#: hacks/config/eruption.xml.h:7 hacks/config/fluidballs.xml.h:9 +#: hacks/config/qix.xml.h:9 hacks/config/speedmine.xml.h:4 +#, fuzzy +msgid "Gravity" +msgstr "Grav" + +#: hacks/config/eruption.xml.h:8 +msgid "Heat" +msgstr "" + +#: hacks/config/eruption.xml.h:9 +#, fuzzy +msgid "Inferno" +msgstr "Internettjänster" + +#: hacks/config/eruption.xml.h:10 +msgid "Little" +msgstr "" + +#: hacks/config/eruption.xml.h:13 +msgid "Negative" +msgstr "" + +#: hacks/config/eruption.xml.h:15 +#, fuzzy +msgid "Number of Particles" +msgstr "Antal partiklar" + +#: hacks/config/eruption.xml.h:16 +#, fuzzy +msgid "Pleasant" +msgstr "Vanlig text" + +#: hacks/config/eruption.xml.h:17 +msgid "Positive" +msgstr "" + #: hacks/config/euler2d.xml.h:2 msgid "Euler2d" msgstr "" @@ -2750,7 +3221,8 @@ msgstr "" msgid "0 Seconds" msgstr "0 sekunder" -#: hacks/config/flame.xml.h:2 hacks/config/maze.xml.h:2 +#: hacks/config/flame.xml.h:2 hacks/config/glslideshow.xml.h:2 +#: hacks/config/maze.xml.h:2 msgid "10 Seconds" msgstr "10 sekunder" @@ -2758,7 +3230,7 @@ msgstr "10 sekunder" msgid "Another iterative fractal generator. Written by Scott Draves." msgstr "Ytterligare en iterativ fraktalgenerator. Skriven av Scott Draves." -#: hacks/config/flame.xml.h:4 +#: hacks/config/flame.xml.h:4 hacks/config/jigglypuff.xml.h:4 msgid "Complexity" msgstr "Komplexitet" @@ -2822,35 +3294,29 @@ msgid "Zoom In and Out" msgstr "" #: hacks/config/fluidballs.xml.h:1 +msgid " Freefall" +msgstr "" + +#: hacks/config/fluidballs.xml.h:2 #, fuzzy msgid "Ball Size" msgstr "Cell" -#: hacks/config/fluidballs.xml.h:5 +#: hacks/config/fluidballs.xml.h:4 +#, fuzzy +msgid "Clay" +msgstr "Mer fördröjning" + +#: hacks/config/fluidballs.xml.h:7 #, fuzzy msgid "FluidBalls" msgstr "Bollar" -#: hacks/config/fluidballs.xml.h:6 -msgid "Freefall" -msgstr "" - -#: hacks/config/fluidballs.xml.h:7 hacks/config/twang.xml.h:4 +#: hacks/config/fluidballs.xml.h:8 hacks/config/twang.xml.h:4 #, fuzzy msgid "Friction" msgstr "Åtgärder" -#: hacks/config/fluidballs.xml.h:8 -#, fuzzy -msgid "Glass" -msgstr "Kugghjul" - -#: hacks/config/fluidballs.xml.h:9 hacks/config/qix.xml.h:9 -#: hacks/config/speedmine.xml.h:4 -#, fuzzy -msgid "Gravity" -msgstr "Grav" - #: hacks/config/fluidballs.xml.h:10 msgid "Hurricane" msgstr "" @@ -2869,8 +3335,8 @@ msgstr "" #: hacks/config/fluidballs.xml.h:15 #, fuzzy -msgid "Sandpaper" -msgstr "Standardvärde" +msgid "Rubber" +msgstr "Bubblor" #: hacks/config/fluidballs.xml.h:16 msgid "Shake Box" @@ -2890,6 +3356,100 @@ msgstr "" msgid "Wind" msgstr "Windows" +#: hacks/config/flurry.xml.h:1 +msgid "Binary" +msgstr "" + +#: hacks/config/flurry.xml.h:2 +#, fuzzy +msgid "Classic" +msgstr "Kugghjul" + +#: hacks/config/flurry.xml.h:3 +#, fuzzy +msgid "Fire" +msgstr "_Arkiv" + +#: hacks/config/flurry.xml.h:4 +msgid "Flurry" +msgstr "" + +#: hacks/config/flurry.xml.h:5 +msgid "Insane" +msgstr "" + +#: hacks/config/flurry.xml.h:6 +msgid "Psychedelic" +msgstr "" + +#: hacks/config/flurry.xml.h:7 +msgid "RGB" +msgstr "" + +#: hacks/config/flurry.xml.h:8 hacks/config/jigglypuff.xml.h:13 +#: hacks/config/sballs.xml.h:10 hacks/config/whirlygig.xml.h:12 +msgid "Random" +msgstr "Slumpvis" + +#: hacks/config/flurry.xml.h:10 +msgid "" +"This port of the OSX screensaver of the same name draws a colourful star" +"(fish)like flurry of particles. xscreensaver port by Tobias Sargeant <" +"tobias.sargeant@bigpond.com> Original Mac version by Calum Robinson <" +"calumr@mac.com> http://homepage.mac.com/calumr" +msgstr "" + +#: hacks/config/flurry.xml.h:11 +#, fuzzy +msgid "Water" +msgstr "BlÃ¥sare" + +#: hacks/config/flyingtoasters.xml.h:1 +msgid "" +"A fleet of 3d space-age jet-powered flying toasters (and toast!) Inspired by " +"the ancient Berkeley Systems After Dark flying toasters. By Jamie Zawinski " +"and Baconmonkey." +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:2 +#, fuzzy +msgid "Air Speed" +msgstr "Hastighet" + +#: hacks/config/flyingtoasters.xml.h:4 +msgid "Chrome Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:6 +msgid "Flying Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:7 hacks/config/glslideshow.xml.h:16 +#: hacks/config/jigglypuff.xml.h:12 hacks/config/juggle.xml.h:6 +#: hacks/config/pipes.xml.h:10 +msgid "None" +msgstr "Ingen" + +#: hacks/config/flyingtoasters.xml.h:8 +#, fuzzy +msgid "Number of Slices" +msgstr "Antal cykler" + +#: hacks/config/flyingtoasters.xml.h:9 +#, fuzzy +msgid "Number of Toasters" +msgstr "Antal punkter." + +#: hacks/config/flyingtoasters.xml.h:12 +#, fuzzy +msgid "Solid Colors" +msgstr "Enfärgad" + +#: hacks/config/flyingtoasters.xml.h:13 +#, fuzzy +msgid "Swarm" +msgstr "Ekolod" + #: hacks/config/forest.xml.h:2 hacks/config/glforestfire.xml.h:6 #, fuzzy msgid "Forest" @@ -2987,7 +3547,7 @@ msgstr "Skärmsläckare" msgid "Wave Speed" msgstr "Hastighet" -#: hacks/config/gflux.xml.h:15 +#: hacks/config/gflux.xml.h:15 hacks/config/glmatrix.xml.h:20 msgid "Waves" msgstr "" @@ -2995,6 +3555,25 @@ msgstr "" msgid "Wire Mesh" msgstr "" +#: hacks/config/glblur.xml.h:1 +msgid "Blur Smoothness" +msgstr "" + +#: hacks/config/glblur.xml.h:5 +msgid "GLBlur" +msgstr "" + +#: hacks/config/glblur.xml.h:18 +msgid "" +"This program draws a box and a few line segments, and generates a radial " +"blur outward from it. This creates flowing field effects. This is done by " +"rendering the scene into a small texture, then repeatedly rendering " +"increasingly-enlarged and increasingly-transparent versions of that texture " +"onto the frame buffer. As such, it's quite graphics intensive: don't bother " +"trying to run this if you don't have hardware-accelerated OpenGL texture " +"support. It will hurt your machine bad." +msgstr "" + #: hacks/config/glforestfire.xml.h:2 #, fuzzy msgid "Desert" @@ -3007,7 +3586,7 @@ msgid "" "for texture maps. Written by Eric Lassauge <lassauge@mail.dotcom.fr>." msgstr "" -#: hacks/config/glforestfire.xml.h:5 +#: hacks/config/glforestfire.xml.h:5 hacks/config/glmatrix.xml.h:9 msgid "Fog" msgstr "" @@ -3037,11 +3616,91 @@ msgstr "Slumpvis" msgid "Track mouse" msgstr "" -#: hacks/config/glforestfire.xml.h:18 hacks/config/lament.xml.h:8 -#: hacks/config/sballs.xml.h:17 +#: hacks/config/glknots.xml.h:4 #, fuzzy -msgid "Untextured" -msgstr "Centrerad" +msgid "GLKnots" +msgstr "Layout" + +#: hacks/config/glknots.xml.h:5 +#, fuzzy +msgid "" +"Generates some twisting 3d knot patterns. Spins 'em around. Written by Jamie " +"Zawinski." +msgstr "" +"Detta genererar upprepade spiraliserande strängkonstlade mönster. Skriven av " +"Jamie Zawinski." + +#: hacks/config/glknots.xml.h:7 hacks/config/lavalite.xml.h:17 +#: hacks/config/spheremonics.xml.h:9 +#, fuzzy +msgid "Resolution" +msgstr "Åtgärder" + +#: hacks/config/glknots.xml.h:15 +#, fuzzy +msgid "Segmented" +msgstr "Segment" + +#: hacks/config/glknots.xml.h:18 hacks/config/lavalite.xml.h:28 +msgid "Smooth" +msgstr "" + +#: hacks/config/glmatrix.xml.h:2 hacks/config/xmatrix.xml.h:1 +msgid "Binary Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:4 +msgid "Draw Glyphs" +msgstr "" + +#: hacks/config/glmatrix.xml.h:5 +#, fuzzy +msgid "Draw Outlines" +msgstr "Längd (ms)" + +#: hacks/config/glmatrix.xml.h:6 +#, fuzzy +msgid "Draw Solid Boxes" +msgstr "Sekunder" + +#: hacks/config/glmatrix.xml.h:7 +msgid "" +"Draws 3D dropping characters similar to what is seen in the title sequence " +"of \"The Matrix\". See also \"xmatrix\" for a 2D rendering of the similar " +"effect that appeared on the computer monitors actually *in* the movie. " +"Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/glmatrix.xml.h:10 +msgid "GLMatrix" +msgstr "" + +#: hacks/config/glmatrix.xml.h:11 hacks/config/xmatrix.xml.h:7 +msgid "Genetic Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:12 +#, fuzzy +msgid "Glyph Density" +msgstr "Täthet" + +#: hacks/config/glmatrix.xml.h:13 +#, fuzzy +msgid "Glyph Speed" +msgstr "Hastighet" + +#: hacks/config/glmatrix.xml.h:14 hacks/config/xmatrix.xml.h:8 +msgid "Hexadecimal Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:15 hacks/config/xmatrix.xml.h:11 +msgid "Matrix Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:16 +#, fuzzy +msgid "Panning" +msgstr "Paket" #: hacks/config/glplanet.xml.h:1 msgid "" @@ -3061,15 +3720,66 @@ msgstr "Vanlig text" msgid "Image File" msgstr "Spara fil" -#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 -msgid "1" +#: hacks/config/glslideshow.xml.h:4 hacks/config/rd-bomb.xml.h:5 +#, no-c-format +msgid "100%" msgstr "" -#: hacks/config/glsnake.xml.h:2 hacks/config/penrose.xml.h:2 +#: hacks/config/glslideshow.xml.h:5 hacks/config/glsnake.xml.h:2 +#: hacks/config/penrose.xml.h:2 #, fuzzy msgid "30 Seconds" msgstr "Sekunder" +#: hacks/config/glslideshow.xml.h:6 +#, fuzzy +msgid "5 Minutes" +msgstr "1 minut sedan" + +#: hacks/config/glslideshow.xml.h:8 +#, no-c-format +msgid "50%" +msgstr "" + +#: hacks/config/glslideshow.xml.h:9 +msgid "Always show at least this much of the image:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:10 +#, fuzzy +msgid "Crossfade Duration:" +msgstr "Toningslängd" + +#: hacks/config/glslideshow.xml.h:11 +msgid "Frame Rate:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:12 +msgid "GLSlideshow" +msgstr "" + +#: hacks/config/glslideshow.xml.h:14 +msgid "" +"Loads a random sequence of images and smoothly scans and zooms around in " +"each, fading from pan to pan. You can set the directory from which images " +"are loaded on the \"Advanced\" tab. This program requires a good video card " +"capable of supporting large textures. Written by Jamie Zawinski and Mike " +"Oliphant." +msgstr "" + +#: hacks/config/glslideshow.xml.h:17 +#, fuzzy +msgid "Pan/Zoom Duration:" +msgstr "Toningslängd" + +#: hacks/config/glslideshow.xml.h:19 +msgid "Time until loading a new image:" +msgstr "" + +#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 +msgid "1" +msgstr "" + #: hacks/config/glsnake.xml.h:3 msgid "" "Draws a simulation of the Rubik's Snake puzzle. Written by Jamie Wilkinson, " @@ -3224,6 +3934,56 @@ msgstr "" "Detta genererar upprepade spiraliserande strängkonstlade mönster. Skriven av " "Jamie Zawinski." +#: hacks/config/halftone.xml.h:1 +msgid "Delay (Large = low cpu load)" +msgstr "" + +#: hacks/config/halftone.xml.h:2 +#, fuzzy +msgid "Dot fill factor" +msgstr "Redigera filkategori" + +#: hacks/config/halftone.xml.h:3 +#, fuzzy +msgid "Dot size" +msgstr "Storlek:" + +#: hacks/config/halftone.xml.h:4 +msgid "" +"Draws the gravity force in each point on the screen seen through a halftone " +"dot pattern. The gravity force is calculated from a set of moving mass " +"points. View it from a distance for best effect. Written by Peter Jaric <" +"peter@jaric.org>." +msgstr "" + +#: hacks/config/halftone.xml.h:5 +#, fuzzy +msgid "Gravity points" +msgstr "Grav" + +#: hacks/config/halftone.xml.h:6 +#, fuzzy +msgid "Halftone" +msgstr "Gloria" + +#: hacks/config/halftone.xml.h:10 +msgid "Maximum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:11 +#, fuzzy +msgid "Maximum speed" +msgstr "Mushastighet:" + +#: hacks/config/halftone.xml.h:12 +msgid "Minimum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:13 +#, fuzzy +msgid "Minimum speed" +msgstr "Hastighet" + #: hacks/config/halo.xml.h:1 #, fuzzy msgid "Animate Circles" @@ -3389,6 +4149,110 @@ msgid "" "brain will melt. Written by Joe Keane, Fritz Mueller, and Jamie Zawinski." msgstr "" +#: hacks/config/hypertorus.xml.h:1 +msgid "-4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:2 +msgid "4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:3 +msgid "4D Hypertorus" +msgstr "" + +#: hacks/config/hypertorus.xml.h:4 +#, fuzzy +msgid "Color Wheel" +msgstr "Färg" + +#: hacks/config/hypertorus.xml.h:5 +#, fuzzy +msgid "Display Speed" +msgstr "Sekunder" + +#: hacks/config/hypertorus.xml.h:7 +msgid "Orthographic 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:8 +msgid "Orthographic 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:9 +msgid "Perspective 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:10 +msgid "Perspective 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:11 +#, fuzzy +msgid "See-Through Bands" +msgstr "Byt färger." + +#: hacks/config/hypertorus.xml.h:14 +#, fuzzy +msgid "Solid Object" +msgstr "Slumpa" + +#: hacks/config/hypertorus.xml.h:15 hacks/config/pulsar.xml.h:16 +#, fuzzy +msgid "Solid Surface" +msgstr "Solida spÃ¥r" + +#: hacks/config/hypertorus.xml.h:16 +msgid "" +"This program shows a rotating Clifford Torus: a torus lying on the \"surface" +"\" of a 4D hypersphere. Written by Carsten Steger, inspired by Thomas " +"Banchoff's book \"Beyond the Third Dimension: Geometry, Computer Graphics, " +"and Higher Dimensions\", Scientific American Library, 1990." +msgstr "" + +#: hacks/config/hypertorus.xml.h:17 +#, fuzzy +msgid "Transparent Surface" +msgstr "Transparenta spÃ¥r" + +#: hacks/config/hypertorus.xml.h:18 +msgid "Two-Sided" +msgstr "" + +#: hacks/config/hypertorus.xml.h:19 +#, fuzzy +msgid "WX Rotation Speed" +msgstr "_Rörelse" + +#: hacks/config/hypertorus.xml.h:20 +#, fuzzy +msgid "WY Rotation Speed" +msgstr "_Rörelse" + +#: hacks/config/hypertorus.xml.h:21 +#, fuzzy +msgid "WZ Rotation Speed" +msgstr "_Rörelse" + +#: hacks/config/hypertorus.xml.h:22 +msgid "Wireframe Mesh" +msgstr "" + +#: hacks/config/hypertorus.xml.h:23 +#, fuzzy +msgid "XY Rotation Speed" +msgstr "_Rörelse" + +#: hacks/config/hypertorus.xml.h:24 +#, fuzzy +msgid "XZ Rotation Speed" +msgstr "_Rörelse" + +#: hacks/config/hypertorus.xml.h:25 +#, fuzzy +msgid "YZ Rotation Speed" +msgstr "_Rörelse" + #: hacks/config/ifs.xml.h:2 msgid "IFS" msgstr "IFS" @@ -3464,6 +4328,100 @@ msgstr "Antal frön" msgid "Wave Size" msgstr "Spara fil" +#: hacks/config/jigglypuff.xml.h:2 +#, fuzzy +msgid "Chrome" +msgstr "Enfärgad" + +#: hacks/config/jigglypuff.xml.h:3 +msgid "Clown barf" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:5 +#, fuzzy +msgid "Cycle" +msgstr "Epicykel" + +#: hacks/config/jigglypuff.xml.h:7 +msgid "Flower box" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:9 +msgid "Inertial damping" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:10 +msgid "JigglyPuff" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:14 +#, fuzzy +msgid "Rotation speed" +msgstr "_Rörelse" + +#: hacks/config/jigglypuff.xml.h:17 hacks/config/sphere.xml.h:7 +msgid "Sphere" +msgstr "Sfär" + +#: hacks/config/jigglypuff.xml.h:18 +msgid "Sphere strength" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:19 +#, fuzzy +msgid "Spookiness" +msgstr "Spliner" + +#: hacks/config/jigglypuff.xml.h:20 +msgid "Spoooooky" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:21 hacks/config/sballs.xml.h:16 +msgid "Tetrahedron" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:22 +msgid "" +"This little gem does bad things with quasi-spherical objects. The gist of it " +"is that you have what is, structurally, a tetrahedron with tesselated faces. " +"the vertices on these faces have forces on them in the form of one " +"proportional to their distance from the surface of a sphere, and one which " +"is proportional to how far they differ from some ideal distance from their " +"neighbors. They also have inertia. The forces and distance are parameters " +"and there are also a couple of visual parameters. The resulting effect can " +"range from a shape that does nothing, to a frenetic polygon storm. Somewhere " +"in between there it usually manifests as a blob that jiggles in a kind of " +"disturbing manner. woo. It doesn't matter, however. You should just pick " +"'random'. It overrides all the other options, except for fps, delay and " +"complexity. By Keith Macleod" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:23 +msgid "Vertex-vertex behavior" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:24 +msgid "Vertex-vertex force" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:26 +msgid "collapse" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:27 +msgid "expand" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:28 +#, fuzzy +msgid "none" +msgstr "Ingen" + +#: hacks/config/jigglypuff.xml.h:29 +#, fuzzy +msgid "strong" +msgstr "Triangel" + #: hacks/config/jigsaw.xml.h:4 #, fuzzy msgid "Jigsaw" @@ -3496,10 +4454,6 @@ msgstr "" msgid "Juggle" msgstr "" -#: hacks/config/juggle.xml.h:6 hacks/config/pipes.xml.h:10 -msgid "None" -msgstr "Ingen" - #: hacks/config/julia.xml.h:3 hacks/config/rorschach.xml.h:4 #, fuzzy msgid "Iterations" @@ -3544,6 +4498,25 @@ msgstr "" msgid "Trails" msgstr "Svansar" +#: hacks/config/klein.xml.h:3 +msgid "Klein" +msgstr "" + +#: hacks/config/klein.xml.h:10 +msgid "" +"This draws a visualization of a Klein bottle or some other interesting " +"parametric surfaces. Written by Andrey Mirtchovski." +msgstr "" + +#: hacks/config/klein.xml.h:11 +msgid "Use Randomized Surfaces and Primitives" +msgstr "" + +#: hacks/config/klein.xml.h:12 +#, fuzzy +msgid "Wander Around the Screen" +msgstr "Partiklar pÃ¥ skärmen" + #: hacks/config/kumppa.xml.h:5 msgid "Kumppa" msgstr "Kumppa" @@ -3630,19 +4603,10 @@ msgstr "XOR-spÃ¥r" msgid "Random Lamp Style" msgstr "Slumpvis storlek upp till" -#: hacks/config/lavalite.xml.h:17 hacks/config/spheremonics.xml.h:9 -#, fuzzy -msgid "Resolution" -msgstr "Åtgärder" - #: hacks/config/lavalite.xml.h:18 msgid "Rocket Lavalite" msgstr "" -#: hacks/config/lavalite.xml.h:27 -msgid "Smooth" -msgstr "" - #: hacks/config/lightning.xml.h:2 msgid "Lightning" msgstr "Blixt" @@ -3799,6 +4763,36 @@ msgid "" "by Jamie Zawinski." msgstr "" +#: hacks/config/metaballs.xml.h:1 +#, fuzzy +msgid "Big" +msgstr "Byxor" + +#: hacks/config/metaballs.xml.h:2 +msgid "" +"Draws two dimensional metaballs: overlapping and merging balls with fuzzy " +"edges. By W.P. van Paassen." +msgstr "" + +#: hacks/config/metaballs.xml.h:7 +msgid "MetaBall Movement" +msgstr "" + +#: hacks/config/metaballs.xml.h:8 +#, fuzzy +msgid "MetaBall Radius" +msgstr "Frön" + +#: hacks/config/metaballs.xml.h:9 +#, fuzzy +msgid "MetaBalls" +msgstr "Bollar" + +#: hacks/config/metaballs.xml.h:11 +#, fuzzy +msgid "Number of MetaBalls" +msgstr "Antal spÃ¥r:" + #: hacks/config/moebius.xml.h:1 msgid "" "Another M. C. Escher hack by Marcelo Vianna, this one draws ``Moebius Strip " @@ -4194,6 +5188,30 @@ msgstr "" msgid "Scale" msgstr "Mindre" +#: hacks/config/piecewise.xml.h:1 +msgid "Color shifting speed" +msgstr "" + +#: hacks/config/piecewise.xml.h:6 +#, fuzzy +msgid "Maximum radius" +msgstr "Maximal radieökning" + +#: hacks/config/piecewise.xml.h:7 +#, fuzzy +msgid "Minimum radius" +msgstr "Maximal radieökning" + +#: hacks/config/piecewise.xml.h:8 +msgid "Piecewise" +msgstr "" + +#: hacks/config/piecewise.xml.h:12 +msgid "" +"This draws a bunch of moving circles which switch from visibility to " +"invisibility at intersection points. Written by Geoffrey Irving." +msgstr "" + #: hacks/config/pipes.xml.h:1 msgid "Allow Tight Turns" msgstr "" @@ -4263,6 +5281,38 @@ msgid "" "puzzle pieces. Written by Stephen Montgomery-Smith." msgstr "" +#: hacks/config/popsquares.xml.h:1 +#, fuzzy +msgid "Border" +msgstr "Förhandsgranska" + +#: hacks/config/popsquares.xml.h:2 +#, fuzzy +msgid "End color" +msgstr "Bakgrundsfärger" + +#: hacks/config/popsquares.xml.h:7 +#, fuzzy +msgid "Start color" +msgstr "Enfärgad" + +#: hacks/config/popsquares.xml.h:8 +msgid "Subdivision" +msgstr "" + +#: hacks/config/popsquares.xml.h:9 +msgid "" +"This draws a pop-art-ish looking grid of pulsing colors. By Levi Burton." +msgstr "" + +#: hacks/config/popsquares.xml.h:10 +msgid "Twitch" +msgstr "" + +#: hacks/config/popsquares.xml.h:11 +msgid "popsquares" +msgstr "" + #: hacks/config/pulsar.xml.h:1 msgid "Anti-alias Lines" msgstr "" @@ -4312,11 +5362,6 @@ msgstr "" msgid "Quad Count" msgstr "Antal:" -#: hacks/config/pulsar.xml.h:16 -#, fuzzy -msgid "Solid Surface" -msgstr "Solida spÃ¥r" - #: hacks/config/pulsar.xml.h:18 msgid "Texture PPM File" msgstr "" @@ -4329,10 +5374,6 @@ msgstr "" msgid "Launch Frequency" msgstr "" -#: hacks/config/pyro.xml.h:8 -msgid "Often" -msgstr "" - #: hacks/config/pyro.xml.h:9 #, fuzzy msgid "Particle Density" @@ -4418,11 +5459,6 @@ msgstr "" msgid "1%" msgstr "" -#: hacks/config/rd-bomb.xml.h:5 -#, no-c-format -msgid "100%" -msgstr "" - #: hacks/config/rd-bomb.xml.h:7 msgid "" "Another variation of the `Bomb' program by Scott Draves. This draws a grid " @@ -4648,10 +5684,6 @@ msgstr "Panel" msgid "Pyramid" msgstr "Garnering" -#: hacks/config/sballs.xml.h:10 -msgid "Random" -msgstr "Slumpvis" - #: hacks/config/sballs.xml.h:11 #, fuzzy msgid "Sballs" @@ -4662,10 +5694,6 @@ msgstr "Liten" msgid "Star" msgstr "Ekolod" -#: hacks/config/sballs.xml.h:16 -msgid "Tetrahedron" -msgstr "" - #: hacks/config/shadebobs.xml.h:7 msgid "ShadeBobs" msgstr "" @@ -4820,10 +5848,6 @@ msgid "" "Duff in 1982." msgstr "" -#: hacks/config/sphere.xml.h:7 -msgid "Sphere" -msgstr "Sfär" - #: hacks/config/sphereEversion.xml.h:1 #, fuzzy msgid "SphereEversion" @@ -4857,7 +5881,7 @@ msgid "" "angular momentum operators. Written by Paul Bourke and Jamie Zawinski." msgstr "" -#: hacks/config/spiral.xml.h:2 +#: hacks/config/spiral.xml.h:2 hacks/config/superquadrics.xml.h:2 msgid "Cycles" msgstr "" @@ -4934,10 +5958,9 @@ msgid "" "work with some window managers, but not with others, so your mileage may " "vary. SSystem was once available at <http://www1.las.es/~amil/ssystem/" ">, but is now gone. You may still be able to find copies elsewhere. " -"SSystem has since evolved into two different programs: OpenUniverse (http://" -"openuniverse.sourceforge.net/) and Celestia (http://www.shatters.net/" -"celestia/). Sadly, neither of these programs work with xscreensaver at all. " -"You are encouraged to nag their authors into adding xscreensaver support!" +"SSystem has since evolved into Celestia, found at <http://www.shatters." +"net/celestia/>. Sadly, Celestia does not work with xscreensaver at all. " +"You are encouraged to nag the authors into adding xscreensaver support!" msgstr "" #: hacks/config/stairs.xml.h:6 @@ -5063,14 +6086,14 @@ msgid "" "Written by Massimino Pascal." msgstr "" -#: hacks/config/superquadrics.xml.h:2 +#: hacks/config/superquadrics.xml.h:3 msgid "" "Ed Mackey reports that he wrote the first version of this program in BASIC " "on a Commodore 64 in 1987, as a 320x200 black and white wireframe. Now it is " "GL and has specular reflections." msgstr "" -#: hacks/config/superquadrics.xml.h:10 +#: hacks/config/superquadrics.xml.h:11 msgid "Superquadrics" msgstr "" @@ -5301,17 +6324,67 @@ msgid "Amplitude" msgstr "" #: hacks/config/whirlygig.xml.h:2 +msgid "Circle" +msgstr "" + +#: hacks/config/whirlygig.xml.h:3 msgid "Draws zooming chains of sinusoidal spots. Written by Ashton Trey Belew." msgstr "" +#: hacks/config/whirlygig.xml.h:4 +#, fuzzy +msgid "Explain modes" +msgstr "Visningslägen" + #: hacks/config/whirlygig.xml.h:5 -msgid "Whirlies" +msgid "Fun" msgstr "" #: hacks/config/whirlygig.xml.h:6 +msgid "Funky" +msgstr "" + +#: hacks/config/whirlygig.xml.h:7 +msgid "Innie" +msgstr "" + +#: hacks/config/whirlygig.xml.h:8 +#, fuzzy +msgid "Leave a trail" +msgstr "Lämna spÃ¥r" + +#: hacks/config/whirlygig.xml.h:9 +#, fuzzy +msgid "Linear" +msgstr "Linjer" + +#: hacks/config/whirlygig.xml.h:11 +#, fuzzy +msgid "Lissajous" +msgstr "Lisa" + +#: hacks/config/whirlygig.xml.h:15 +#, fuzzy +msgid "Test" +msgstr "Bästa" + +#: hacks/config/whirlygig.xml.h:16 +#, fuzzy +msgid "Use Double Buffering" +msgstr "Använd dubbelbuffring" + +#: hacks/config/whirlygig.xml.h:17 +msgid "Whirlies" +msgstr "" + +#: hacks/config/whirlygig.xml.h:18 msgid "WhirlyGig" msgstr "" +#: hacks/config/whirlygig.xml.h:19 +msgid "Wrap the screen" +msgstr "" + #: hacks/config/worm.xml.h:1 msgid "" "An ancient xlock hack that draws multicolored worms that crawl around the " @@ -5328,7 +6401,7 @@ msgid "" "XaoS generates fast fly-through animations of the Mandelbrot and other " "fractal sets. Written by Thomas Marsh and Jan Hubicka. This is not included " "with the XScreenSaver package, but if you don't have it already, you can " -"find it at <http://limax.paru.cas.cz/~hubicka/XaoS/>." +"find it at <http://xaos.theory.org/>." msgstr "" #: hacks/config/xdaliclock.xml.h:1 @@ -5354,7 +6427,7 @@ msgstr "Sekunder" msgid "Huge Font" msgstr "Typsnitt" -#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:9 +#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:10 #, fuzzy msgid "Large Font" msgstr "Stor" @@ -5364,7 +6437,7 @@ msgstr "Stor" msgid "Medium Font" msgstr "Mellan" -#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:16 #, fuzzy msgid "Small Font" msgstr "Liten" @@ -5540,14 +6613,12 @@ msgstr "" msgid "Xlyap" msgstr "" -#: hacks/config/xmatrix.xml.h:1 +#: hacks/config/xmatrix.xml.h:3 msgid "" -"A rendition of the text scrolls seen in the movie ``The Matrix.'' Written by " -"Jamie Zawinski." -msgstr "" - -#: hacks/config/xmatrix.xml.h:2 -msgid "Binary Encoding" +"Draws dropping characters similar to what is seen on the computer monitors " +"in \"The Matrix\". See also \"glmatrix\" for a 3D rendering of the similar " +"effect that appeared in the title sequence of the movie. Written by Jamie " +"Zawinski." msgstr "" #: hacks/config/xmatrix.xml.h:4 @@ -5558,37 +6629,29 @@ msgstr "" msgid "Full" msgstr "" -#: hacks/config/xmatrix.xml.h:7 -msgid "Genetic Encoding" -msgstr "" - -#: hacks/config/xmatrix.xml.h:8 -msgid "Hexadecimal Encoding" +#: hacks/config/xmatrix.xml.h:9 +msgid "Knock Knock" msgstr "" -#: hacks/config/xmatrix.xml.h:10 -msgid "Matrix Encoding" -msgstr "" - -#: hacks/config/xmatrix.xml.h:11 +#: hacks/config/xmatrix.xml.h:12 #, fuzzy msgid "Phone Number" msgstr "Antal" -#: hacks/config/xmatrix.xml.h:12 +#: hacks/config/xmatrix.xml.h:13 #, fuzzy msgid "Run Trace Program" msgstr "Kör ett program" -#: hacks/config/xmatrix.xml.h:13 +#: hacks/config/xmatrix.xml.h:14 msgid "Slider Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:18 +#: hacks/config/xmatrix.xml.h:19 msgid "Synergistic Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:19 +#: hacks/config/xmatrix.xml.h:20 msgid "Xmatrix" msgstr "" @@ -5703,15 +6766,28 @@ msgid "" "than just a simple zoom. Written by James Macnicol." msgstr "" +#~ msgid "Configure the settings of the screensaver." +#~ msgstr "Konfigurera inställningarna för skärmsläckaren." + +#~ msgid "Preview of screen saver" +#~ msgstr "Förhandsvisning av skärmsläckare" + +#~ msgid "_Verbose Dialognostics" +#~ msgstr "_Utförlig diagnostik" + +#~ msgid "ElectricSheep" +#~ msgstr "ElektrisktFÃ¥r" + +#, fuzzy +#~ msgid "Sandpaper" +#~ msgstr "Standardvärde" + #~ msgid "Mode-Specific Settings" #~ msgstr "Lägesspecifika inställningar" #~ msgid "_Advanced >>" #~ msgstr "_Avancerat >>" -#~ msgid "MacOS" -#~ msgstr "MacOS" - #~ msgid "_Enable keyboard accessibility" #~ msgstr "_Använd tangentbordsÃ¥tkomst" @@ -5758,10 +6834,6 @@ msgstr "" #~ msgid "Retrieve and store legacy settings" #~ msgstr "Hämta och lagra förÃ¥ldrade inställningar" -#, fuzzy -#~ msgid "Background Preferences" -#~ msgstr "Bakgrundsegenskaper" - #, fuzzy #~ msgid "E-Mail" #~ msgstr "Huvud" @@ -6101,9 +7173,6 @@ msgstr "" #~ msgid "MIME Type" #~ msgstr "MIME-typ" -#~ msgid "Name" -#~ msgstr "Namn" - #~ msgid "Needs terminal" #~ msgstr "Behöver terminal" @@ -6128,9 +7197,6 @@ msgstr "" #~ msgid "Viewing component" #~ msgstr "Visningskomponent" -#~ msgid "Edit file category" -#~ msgstr "Redigera filkategori" - #~ msgid "GtkTreeModel that contains the category data" #~ msgstr "GtkTreeModel som innehÃ¥ller kategoridata" @@ -6719,9 +7785,6 @@ msgstr "" #~ msgid "Keybinding Properties" #~ msgstr "Tangentbordsinställningar" -#~ msgid "Background colors" -#~ msgstr "Bakgrundsfärger" - #~ msgid "Background picture" #~ msgstr "Bakgrundsbild" @@ -7055,9 +8118,6 @@ msgstr "" #~ msgid "3d clock" #~ msgstr "3d-klocka" -#~ msgid "Monochrome" -#~ msgstr "Enfärgad" - #~ msgid "Number of colours" #~ msgstr "Antal färger" @@ -7196,9 +8256,6 @@ msgstr "" #~ msgid "Put a bridge over the logo?" #~ msgstr "Visa en bro över logotypen?" -#~ msgid "Maximum radius increment" -#~ msgstr "Maximal radieökning" - #~ msgid "Draw square at weird starting points." #~ msgstr "Rita fyrkant vid konstiga startpunkter." @@ -7217,9 +8274,6 @@ msgstr "" #~ msgid "Frequency of missile launch" #~ msgstr "Missiluppskjutningsfrekvens" -#~ msgid "Number of particles" -#~ msgstr "Antal partiklar" - #~ msgid "Color contrast" #~ msgstr "Färgkontrast" @@ -7229,9 +8283,6 @@ msgstr "" #~ msgid "Number of points:" #~ msgstr "Antal punkter:" -#~ msgid "Number of trails:" -#~ msgstr "Antal spÃ¥r:" - #~ msgid "Spread between lines" #~ msgstr "Sprid mellan linjer" @@ -7292,9 +8343,6 @@ msgstr "" #~ msgid "Pitch (Hz)" #~ msgstr "Tonläge (Hz)" -#~ msgid "Mouse speed:" -#~ msgstr "Mushastighet:" - #~ msgid "My mouse is:" #~ msgstr "Min mus är:" @@ -7345,9 +8393,6 @@ msgstr "" #~ msgid "Go to suspend mode after" #~ msgstr "GÃ¥ i pausläge efter" -#~ msgid "One screensaver all the time" -#~ msgstr "En skärmsläckare hela tiden" - #~ msgid "R_equire password to unlock screen" #~ msgstr "_Kräv lösenord för att lÃ¥sa upp skärmen" diff --git a/po/vi.po b/po/vi.po index 5411f096..65e5f5f4 100644 --- a/po/vi.po +++ b/po/vi.po @@ -531,16 +531,6 @@ msgstr "Bỏ qua" msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "Để cập nhật, xem tại: http://www.jwz.org/xscreensaver/" -#: driver/demo-Gtk.c:608 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "Copyright © 1991-2002 %s" - -#: driver/demo-Gtk.c:610 -#, c-format -msgid "Copyright 1991-2002 %s" -msgstr "Copyright (c) 1991-2002 %s" - #: driver/demo-Gtk.c:726 msgid "" "Error:\n" @@ -5358,7 +5348,3 @@ msgstr "" "Phóng to một phần màn hình rồi di chuyển quanh. Với tùy chọn đa ống " "kính, kết quả thấy được nhÆ° là nhìn qua nhiều lớp thấu kính chứ không " "phải qua một thấu kính đơn thuần. Do James Macnicol viết." - -#~ msgid "Copyright 1991-2002 %s" -#~ msgstr "Copyright 1991-2002 %s" - diff --git a/po/wa.po b/po/wa.po index fe889cce..cdae54c3 100644 --- a/po/wa.po +++ b/po/wa.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: xscreensaver VERSION\n" -"POT-Creation-Date: 2002-06-18 21:56+0200\n" +"POT-Creation-Date: 2003-07-24 19:05+0200\n" "PO-Revision-Date: 2002-04-29 16:40MET\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Walon \n" @@ -15,35 +15,40 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 0.9.5\n" -#: driver/demo-Gtk-conf.c:729 +#: driver/demo-Gtk-conf.c:731 msgid "Browse..." msgstr "Foyter..." -#: driver/demo-Gtk-conf.c:1021 +#: driver/demo-Gtk-conf.c:1023 msgid "Select file." msgstr "Tchoezi on fitchî." -#: driver/demo-Gtk-support.c:121 +#: driver/demo-Gtk-support.c:135 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "Dji n' a savou trover l' fitchî pixmap: %s" -#: driver/demo-Gtk-support.c:130 +#: driver/demo-Gtk-support.c:147 driver/demo-Gtk-support.c:179 #, c-format msgid "Error loading pixmap file: %s" msgstr "Åk n' a nén stî tot tcherdjant l' fitchî pixmap: %s" +#: driver/demo-Gtk-support.c:182 +#, c-format +msgid "reason: %s\n" +msgstr "" + #: driver/demo-Gtk-widgets.c:155 driver/xscreensaver-demo.glade.h:89 -#: driver/xscreensaver-demo.glade2.h:43 +#: driver/xscreensaver-demo.glade2.h:65 msgid "XScreenSaver" msgstr "SipÃ¥rgneu di waitroûle" -#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:54 +#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:76 msgid "_File" msgstr "_Fitchî" #: driver/demo-Gtk-widgets.c:196 driver/xscreensaver-demo.glade.h:93 -#: driver/xscreensaver-demo.glade2.h:48 +#: driver/xscreensaver-demo.glade2.h:70 msgid "_Blank Screen Now" msgstr "Enonder li _spÃ¥rgneu di waitroûle" @@ -55,7 +60,7 @@ msgstr "" "çoula a stî apontyî come çoula)." #: driver/demo-Gtk-widgets.c:209 driver/xscreensaver-demo.glade.h:97 -#: driver/xscreensaver-demo.glade2.h:58 +#: driver/xscreensaver-demo.glade2.h:80 msgid "_Lock Screen Now" msgstr "_Eclawer li waitroûle" @@ -66,7 +71,7 @@ msgstr "" "stî defini)." #: driver/demo-Gtk-widgets.c:222 driver/xscreensaver-demo.glade.h:96 -#: driver/xscreensaver-demo.glade2.h:56 +#: driver/xscreensaver-demo.glade2.h:78 msgid "_Kill Daemon" msgstr "_Touwer li demon" @@ -75,7 +80,7 @@ msgid "Tell the running XScreenSaver daemon to exit." msgstr "Dire Ã¥ demon XScreenSaver ki toûne pol moumint di s' arester." #: driver/demo-Gtk-widgets.c:235 driver/xscreensaver-demo.glade.h:98 -#: driver/xscreensaver-demo.glade2.h:64 +#: driver/xscreensaver-demo.glade2.h:86 msgid "_Restart Daemon" msgstr "_Renonder l' demon" @@ -95,12 +100,12 @@ msgstr "" "Moussî foû do programe xscreensaver-demo (mins tot leyant li demon " "XScreenSaver ki toûne come bouye di fond)." -#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:55 +#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:77 msgid "_Help" msgstr "_Aidance" #: driver/demo-Gtk-widgets.c:290 driver/xscreensaver-demo.glade.h:92 -#: driver/xscreensaver-demo.glade2.h:44 +#: driver/xscreensaver-demo.glade2.h:66 msgid "_About..." msgstr "Å _dfait..." @@ -109,7 +114,7 @@ msgid "Display version information." msgstr "Mostere l' informÃ¥cion Ã¥ dfait del modêye do programe." #: driver/demo-Gtk-widgets.c:303 driver/xscreensaver-demo.glade.h:94 -#: driver/xscreensaver-demo.glade2.h:53 +#: driver/xscreensaver-demo.glade2.h:75 msgid "_Documentation..." msgstr "_DocumintÃ¥cion..." @@ -123,7 +128,7 @@ msgid "Cycle After" msgstr "Netyî l' aiwe" #: driver/demo-Gtk-widgets.c:364 driver/xscreensaver-demo.glade.h:78 -#: driver/xscreensaver-demo.glade2.h:42 +#: driver/xscreensaver-demo.glade2.h:54 msgid "Whether a password should be required to un-blank the screen." msgstr "" @@ -137,23 +142,24 @@ msgstr "Enonder li spÃ¥rgneu après" #: driver/demo-Gtk-widgets.c:397 driver/demo-Gtk-widgets.c:447 #: driver/demo-Gtk-widgets.c:461 driver/demo-Gtk-widgets.c:1010 -#: driver/xscreensaver-demo.glade.h:43 driver/xscreensaver-demo.glade2.h:26 +#: driver/xscreensaver-demo.glade.h:43 msgid "How long before the monitor goes completely black." msgstr "" #: driver/demo-Gtk-widgets.c:401 driver/demo-Gtk-widgets.c:413 #: driver/demo-Gtk-widgets.c:425 driver/demo-Gtk-widgets.c:1014 #: driver/demo-Gtk-widgets.c:1026 driver/demo-Gtk-widgets.c:1038 -#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:70 +#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:92 msgid "minutes" msgstr "munutes" -#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2661 +#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2831 #: driver/xscreensaver-demo.glade.h:58 msgid "Preview" msgstr "Sayî" #: driver/demo-Gtk-widgets.c:484 driver/xscreensaver-demo.glade.h:21 +#: driver/xscreensaver-demo.glade2.h:12 msgid "" "Demo the selected screen saver in full-screen mode (click the mouse to " "return.)" @@ -164,6 +170,7 @@ msgid "Settings..." msgstr "Apontiaedjes..." #: driver/demo-Gtk-widgets.c:494 driver/xscreensaver-demo.glade.h:17 +#: driver/xscreensaver-demo.glade2.h:9 msgid "Customization and explanation of the selected screen saver." msgstr "" @@ -172,7 +179,7 @@ msgid "Mode:" msgstr "Môde:" #: driver/demo-Gtk-widgets.c:533 driver/xscreensaver-demo.glade.h:25 -#: driver/xscreensaver-demo.glade2.h:14 +#: driver/xscreensaver-demo.glade2.h:16 msgid "Disable Screen Saver" msgstr "Essocter li spÃ¥rgneu di waitroûle" @@ -182,21 +189,21 @@ msgid "Blank Screen Only" msgstr "Rén kel noere waitroûle" #: driver/demo-Gtk-widgets.c:539 driver/xscreensaver-demo.glade.h:56 -#: driver/xscreensaver-demo.glade2.h:32 +#: driver/xscreensaver-demo.glade2.h:42 msgid "Only One Screen Saver" msgstr "Rén k' on spÃ¥rgneu di waitroûle" #: driver/demo-Gtk-widgets.c:542 driver/xscreensaver-demo.glade.h:60 -#: driver/xscreensaver-demo.glade2.h:35 +#: driver/xscreensaver-demo.glade2.h:44 msgid "Random Screen Saver" msgstr "SipÃ¥rgneus di waitroûle a l' astcheyance" -#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2034 +#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2120 #: driver/xscreensaver-demo.glade.h:75 msgid "Use" msgstr "Eployî" -#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2044 +#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2130 #: driver/xscreensaver-demo.glade.h:63 msgid "Screen Saver" msgstr "SipÃ¥rgneu di waitroûle" @@ -206,6 +213,7 @@ msgid "\\/" msgstr "\\/" #: driver/demo-Gtk-widgets.c:646 driver/xscreensaver-demo.glade.h:61 +#: driver/xscreensaver-demo.glade2.h:45 msgid "" "Run the next screen saver in the list in full-screen mode (click the mouse " "to return.)" @@ -216,13 +224,14 @@ msgid "/\\" msgstr "/\\" #: driver/demo-Gtk-widgets.c:656 driver/xscreensaver-demo.glade.h:62 +#: driver/xscreensaver-demo.glade2.h:46 msgid "" "Run the previous screen saver in the list in full-screen mode (click the " "mouse to return.)" msgstr "" #: driver/demo-Gtk-widgets.c:658 driver/demo-Gtk-widgets.c:1601 -#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:11 +#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:13 msgid "Description" msgstr "Discrijhaedje" @@ -231,11 +240,12 @@ msgid "Display Modes" msgstr "Môdes do hÃ¥ynaedje" #: driver/demo-Gtk-widgets.c:701 driver/xscreensaver-demo.glade.h:23 -#: driver/xscreensaver-demo.glade2.h:12 +#: driver/xscreensaver-demo.glade2.h:14 msgid "Diagnostics" msgstr "" #: driver/demo-Gtk-widgets.c:745 driver/xscreensaver-demo.glade.h:80 +#: driver/xscreensaver-demo.glade2.h:56 msgid "Whether the daemon should print lots of debugging information." msgstr "" @@ -244,6 +254,7 @@ msgid "Verbose Diagnostics" msgstr "" #: driver/demo-Gtk-widgets.c:762 driver/xscreensaver-demo.glade.h:79 +#: driver/xscreensaver-demo.glade2.h:55 msgid "" "Whether any error output of the display modes should be redirected to the " "screen." @@ -255,6 +266,7 @@ msgid "Display Subprocess Errors" msgstr "HÃ¥yner les segondes" #: driver/demo-Gtk-widgets.c:779 driver/xscreensaver-demo.glade.h:87 +#: driver/xscreensaver-demo.glade2.h:63 msgid "" "Whether the splash screen (with the version number and `Help' button) should " "be momentarily displayed when the daemon first starts up." @@ -271,6 +283,7 @@ msgid "Colormaps" msgstr "Coleurs" #: driver/demo-Gtk-widgets.c:834 driver/xscreensaver-demo.glade.h:88 +#: driver/xscreensaver-demo.glade2.h:64 msgid "" "Whether to install a private colormap when running in 8-bit mode on the " "default Visual." @@ -281,6 +294,7 @@ msgid "Install Colormap" msgstr "" #: driver/demo-Gtk-widgets.c:859 driver/xscreensaver-demo.glade.h:86 +#: driver/xscreensaver-demo.glade2.h:62 msgid "" "Whether the screen should slowly fade to black when the screen saver " "activates." @@ -291,6 +305,7 @@ msgid "Fade To Black When Blanking" msgstr "" #: driver/demo-Gtk-widgets.c:876 driver/xscreensaver-demo.glade.h:85 +#: driver/xscreensaver-demo.glade2.h:61 msgid "" "Whether the screen should slowly fade in from black when the screen saver " "deactivates." @@ -306,20 +321,22 @@ msgid "Fade Duration" msgstr "IterÃ¥cions" #: driver/demo-Gtk-widgets.c:922 driver/xscreensaver-demo.glade.h:44 +#: driver/xscreensaver-demo.glade2.h:31 msgid "How long it should take for the screen to fade in and out." msgstr "" #: driver/demo-Gtk-widgets.c:926 driver/xscreensaver-demo.glade.h:100 -#: driver/xscreensaver-demo.glade2.h:73 +#: driver/xscreensaver-demo.glade2.h:96 msgid "seconds" msgstr "segondes" #: driver/demo-Gtk-widgets.c:936 driver/xscreensaver-demo.glade.h:27 -#: driver/xscreensaver-demo.glade2.h:15 +#: driver/xscreensaver-demo.glade2.h:17 msgid "Display Power Management" msgstr "" #: driver/demo-Gtk-widgets.c:980 driver/xscreensaver-demo.glade.h:84 +#: driver/xscreensaver-demo.glade2.h:60 msgid "Whether the monitor should be powered down after a while." msgstr "" @@ -340,19 +357,22 @@ msgid "Standby After" msgstr "" #: driver/demo-Gtk-widgets.c:1099 driver/xscreensaver-demo.glade.h:45 +#: driver/xscreensaver-demo.glade2.h:33 msgid "How long until the monitor goes into power-saving mode." msgstr "" #: driver/demo-Gtk-widgets.c:1113 driver/xscreensaver-demo.glade.h:46 +#: driver/xscreensaver-demo.glade2.h:34 msgid "How long until the monitor powers down." msgstr "" #: driver/demo-Gtk-widgets.c:1117 driver/xscreensaver-demo.glade.h:47 -#: driver/xscreensaver-demo.glade2.h:27 +#: driver/xscreensaver-demo.glade2.h:35 msgid "Image Manipulation" msgstr "" #: driver/demo-Gtk-widgets.c:1161 driver/xscreensaver-demo.glade.h:81 +#: driver/xscreensaver-demo.glade2.h:57 msgid "" "Whether the image-manipulating modes should be allowed to operate on an " "image of your desktop." @@ -374,6 +394,7 @@ msgid "Grab Video Frames" msgstr "" #: driver/demo-Gtk-widgets.c:1195 driver/xscreensaver-demo.glade.h:83 +#: driver/xscreensaver-demo.glade2.h:59 msgid "" "Whether the image-manipulating modes should operate on random images loaded " "from disk." @@ -384,6 +405,7 @@ msgid "Choose Random Image:" msgstr "" #: driver/demo-Gtk-widgets.c:1230 driver/xscreensaver-demo.glade.h:73 +#: driver/xscreensaver-demo.glade2.h:52 msgid "The directory from which images will be randomly chosen." msgstr "" @@ -401,12 +423,12 @@ msgid "XScreenSaver: Mode-Specific Settings" msgstr "" #: driver/demo-Gtk-widgets.c:1460 driver/xscreensaver-demo.glade.h:64 -#: driver/xscreensaver-demo.glade2.h:36 +#: driver/xscreensaver-demo.glade2.h:47 msgid "Settings" msgstr "Apontiaedjes" #: driver/demo-Gtk-widgets.c:1489 driver/xscreensaver-demo.glade.h:66 -#: driver/xscreensaver-demo.glade2.h:38 +#: driver/xscreensaver-demo.glade2.h:49 msgid "Standard" msgstr "SitandÃ¥rd" @@ -415,7 +437,7 @@ msgid "Visual:" msgstr "" #: driver/demo-Gtk-widgets.c:1544 driver/demo-Gtk-widgets.c:1567 -#: driver/demo-Gtk.c:1479 driver/demo-Gtk.c:2680 +#: driver/demo-Gtk.c:1518 driver/demo-Gtk.c:2850 #: driver/xscreensaver-demo.glade.h:5 driver/xscreensaver-demo.glade2.h:3 msgid "Any" msgstr "Tot l' minme li kék" @@ -426,43 +448,43 @@ msgid "Best" msgstr "Meyeu" #: driver/demo-Gtk-widgets.c:1546 driver/xscreensaver-demo.glade.h:19 -#: driver/xscreensaver-demo.glade2.h:9 +#: driver/xscreensaver-demo.glade2.h:10 msgid "Default" msgstr "Prémetou" #: driver/demo-Gtk-widgets.c:1547 driver/xscreensaver-demo.glade.h:20 -#: driver/xscreensaver-demo.glade2.h:10 +#: driver/xscreensaver-demo.glade2.h:11 msgid "Default-N" msgstr "Prémetou-N" #: driver/demo-Gtk-widgets.c:1548 driver/xscreensaver-demo.glade.h:37 -#: driver/xscreensaver-demo.glade2.h:21 +#: driver/xscreensaver-demo.glade2.h:23 msgid "GL" msgstr "GL" #: driver/demo-Gtk-widgets.c:1549 driver/xscreensaver-demo.glade.h:74 -#: driver/xscreensaver-demo.glade2.h:41 +#: driver/xscreensaver-demo.glade2.h:53 msgid "TrueColor" msgstr "Vraiyès coleurs" #: driver/demo-Gtk-widgets.c:1550 driver/xscreensaver-demo.glade.h:59 -#: driver/xscreensaver-demo.glade2.h:34 +#: driver/xscreensaver-demo.glade2.h:43 msgid "PseudoColor" msgstr "FÃ¥ssès coleurs" #: driver/demo-Gtk-widgets.c:1551 driver/xscreensaver-demo.glade.h:69 -#: driver/xscreensaver-demo.glade2.h:39 +#: driver/xscreensaver-demo.glade2.h:50 #, fuzzy msgid "StaticGray" msgstr "Egrès" #: driver/demo-Gtk-widgets.c:1552 driver/xscreensaver-demo.glade.h:42 -#: driver/xscreensaver-demo.glade2.h:25 +#: driver/xscreensaver-demo.glade2.h:27 msgid "GrayScale" msgstr "Liveas di gris" #: driver/demo-Gtk-widgets.c:1553 driver/xscreensaver-demo.glade.h:24 -#: driver/xscreensaver-demo.glade2.h:13 +#: driver/xscreensaver-demo.glade2.h:15 #, fuzzy msgid "DirectColor" msgstr "Ridant des imÃ¥djes" @@ -473,12 +495,12 @@ msgid "Color" msgstr "Coleur" #: driver/demo-Gtk-widgets.c:1555 driver/xscreensaver-demo.glade.h:41 -#: driver/xscreensaver-demo.glade2.h:24 +#: driver/xscreensaver-demo.glade2.h:26 msgid "Gray" msgstr "Gris" #: driver/demo-Gtk-widgets.c:1556 driver/xscreensaver-demo.glade.h:53 -#: driver/xscreensaver-demo.glade2.h:29 +#: driver/xscreensaver-demo.glade2.h:37 msgid "Mono" msgstr "Mono" @@ -516,7 +538,7 @@ msgstr "SitandÃ¥rd <<" msgid "Back to the graphical configuration options." msgstr "" -#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:688 +#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:727 #: driver/xscreensaver-demo.glade.h:54 msgid "OK" msgstr "'l est bon" @@ -525,28 +547,18 @@ msgstr "'l est bon" msgid "Cancel" msgstr "Rinoncî" -#: driver/demo-Gtk.c:601 +#: driver/demo-Gtk.c:632 msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "Po les metaedjes a djoû, loukîz http://www.jwz.org/xscreensaver/" -#: driver/demo-Gtk.c:608 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "Copyright © 1991-2002 %s" - -#: driver/demo-Gtk.c:610 -#, fuzzy, c-format -msgid "Copyright 1991-2002 %s" -msgstr "Copyright © 1991-2002 %s" - -#: driver/demo-Gtk.c:726 +#: driver/demo-Gtk.c:765 msgid "" "Error:\n" "\n" "No Help URL has been specified.\n" msgstr "" -#: driver/demo-Gtk.c:812 +#: driver/demo-Gtk.c:851 msgid "" "Error:\n" "\n" @@ -554,7 +566,7 @@ msgid "" "\n" msgstr "" -#: driver/demo-Gtk.c:818 +#: driver/demo-Gtk.c:857 msgid "" "You are running as root. This usually means that xscreensaver\n" "was unable to contact your X server because access control is\n" @@ -573,18 +585,18 @@ msgid "" "normal user, and `su' as necessary." msgstr "" -#: driver/demo-Gtk.c:834 +#: driver/demo-Gtk.c:873 msgid "Please check your $PATH and permissions." msgstr "" -#: driver/demo-Gtk.c:869 +#: driver/demo-Gtk.c:908 msgid "" "Error:\n" "\n" "Couldn't determine init file name!\n" msgstr "" -#: driver/demo-Gtk.c:874 +#: driver/demo-Gtk.c:913 #, c-format msgid "" "Error:\n" @@ -592,14 +604,14 @@ msgid "" "Couldn't write %s\n" msgstr "" -#: driver/demo-Gtk.c:933 +#: driver/demo-Gtk.c:972 msgid "" "Error:\n" "\n" "no `manualCommand' resource set." msgstr "" -#: driver/demo-Gtk.c:1114 +#: driver/demo-Gtk.c:1153 #, c-format msgid "" "Error:\n" @@ -607,7 +619,7 @@ msgid "" "Unparsable time format: \"%s\"\n" msgstr "" -#: driver/demo-Gtk.c:1779 +#: driver/demo-Gtk.c:1818 #, c-format msgid "" "Error:\n" @@ -615,23 +627,23 @@ msgid "" "Directory does not exist: \"%s\"\n" msgstr "" -#: driver/demo-Gtk.c:2376 +#: driver/demo-Gtk.c:2532 msgid "Descriptions not available: no XML support compiled in." msgstr "" -#: driver/demo-Gtk.c:2381 +#: driver/demo-Gtk.c:2537 msgid "No description available." msgstr "I gn a pont d' discrijhaedje." -#: driver/demo-Gtk.c:2632 +#: driver/demo-Gtk.c:2802 msgid "Blank Screen" msgstr "Noere waitroûle" -#: driver/demo-Gtk.c:2638 +#: driver/demo-Gtk.c:2808 msgid "Screen Saver Disabled" msgstr "SipÃ¥rgneu di waitroûle essocté" -#: driver/demo-Gtk.c:2798 +#: driver/demo-Gtk.c:2996 #, c-format msgid "" "Warning:\n" @@ -639,15 +651,23 @@ msgid "" "file \"%s\" has changed, reloading.\n" msgstr "" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "No Preview" msgstr "" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "Available" msgstr "" -#: driver/demo-Gtk.c:3543 +#: driver/demo-Gtk.c:3079 +msgid "Not" +msgstr "" + +#: driver/demo-Gtk.c:3079 +msgid "Installed" +msgstr "" + +#: driver/demo-Gtk.c:3780 #, c-format msgid "" "Warning:\n" @@ -656,7 +676,7 @@ msgid "" "on display \"%s\". Launch it now?" msgstr "" -#: driver/demo-Gtk.c:3553 +#: driver/demo-Gtk.c:3790 #, c-format msgid "" "Warning:\n" @@ -675,7 +695,7 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3578 +#: driver/demo-Gtk.c:3815 #, c-format msgid "" "Warning:\n" @@ -691,7 +711,7 @@ msgid "" "Restart the daemon on \"%s\" as \"%s\" now?\n" msgstr "" -#: driver/demo-Gtk.c:3600 +#: driver/demo-Gtk.c:3837 #, c-format msgid "" "Warning:\n" @@ -703,14 +723,19 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3999 +#: driver/demo-Gtk.c:4272 #, c-format msgid "%s: unknown option: %s\n" msgstr "" +#: driver/demo-Gtk.c:4335 +#, fuzzy +msgid "Screensaver Preferences" +msgstr "SpÃ¥rgneu di waitroûle" + #: driver/screensaver-properties.desktop.in.h:1 -msgid "Configure the settings of the screensaver." -msgstr "Apontiaedje do spÃ¥rgneu di waitroûle" +msgid "Change screensaver properties" +msgstr "" #: driver/screensaver-properties.desktop.in.h:2 msgid "Screensaver" @@ -728,135 +753,165 @@ msgstr "*" msgid "Choose _Random Image:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:16 +#: driver/xscreensaver-demo.glade2.h:18 msgid "Display Subprocess _Errors" msgstr "" -#: driver/xscreensaver-demo.glade2.h:17 +#: driver/xscreensaver-demo.glade2.h:19 msgid "Display _Splash Screen at Startup" msgstr "" -#: driver/xscreensaver-demo.glade2.h:18 +#: driver/xscreensaver-demo.glade2.h:20 msgid "F_ade Duration" msgstr "" -#: driver/xscreensaver-demo.glade2.h:19 +#: driver/xscreensaver-demo.glade2.h:21 msgid "Fade from Black When _Unblanking" msgstr "" -#: driver/xscreensaver-demo.glade2.h:20 +#: driver/xscreensaver-demo.glade2.h:22 msgid "Fade to Black when _Blanking" msgstr "" -#: driver/xscreensaver-demo.glade2.h:22 +#: driver/xscreensaver-demo.glade2.h:24 #, fuzzy msgid "Grab Desktop _Images" msgstr "Prinde ene waitroûlêye" -#: driver/xscreensaver-demo.glade2.h:23 +#: driver/xscreensaver-demo.glade2.h:25 msgid "Grab _Video Frames" msgstr "" #: driver/xscreensaver-demo.glade2.h:28 -msgid "Install _Colormap" +msgid "How long after the screen blanks until a password will be required." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:29 +msgid "How long before the screensaver activates." msgstr "" #: driver/xscreensaver-demo.glade2.h:30 msgid "" +"How long each display mode should run before choosing a new one (in Random " +"mode.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:32 +msgid "How long until the monitor goes completely black." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:36 +msgid "Install _Colormap" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:38 +msgid "" "No Preview\n" "Available" msgstr "" -#: driver/xscreensaver-demo.glade2.h:33 -msgid "Preview of screen saver" +#: driver/xscreensaver-demo.glade2.h:40 +msgid "" +"Not\n" +"Installed" msgstr "" -#: driver/xscreensaver-demo.glade2.h:37 +#: driver/xscreensaver-demo.glade2.h:48 msgid "Stand_by After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:40 +#: driver/xscreensaver-demo.glade2.h:51 msgid "Sus_pend After" msgstr "" -#: driver/xscreensaver-demo.glade2.h:45 +#: driver/xscreensaver-demo.glade2.h:58 +msgid "" +"Whether the image-manipulating modes should operate on images captured from " +"the system's video input (if there is one.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:67 msgid "_Advanced" msgstr "_Sipepieus" -#: driver/xscreensaver-demo.glade2.h:46 +#: driver/xscreensaver-demo.glade2.h:68 msgid "_Advanced >>" msgstr "_Sipepieus >>" -#: driver/xscreensaver-demo.glade2.h:47 +#: driver/xscreensaver-demo.glade2.h:69 msgid "_Blank After" msgstr "Enonder li _spÃ¥rgneu après" -#: driver/xscreensaver-demo.glade2.h:49 +#: driver/xscreensaver-demo.glade2.h:71 msgid "_Browse" msgstr "_Foyter" -#: driver/xscreensaver-demo.glade2.h:50 +#: driver/xscreensaver-demo.glade2.h:72 msgid "_Command Line:" msgstr "Roye di _comande:" -#: driver/xscreensaver-demo.glade2.h:51 +#: driver/xscreensaver-demo.glade2.h:73 #, fuzzy msgid "_Cycle After" msgstr "Netyî l' aiwe" -#: driver/xscreensaver-demo.glade2.h:52 +#: driver/xscreensaver-demo.glade2.h:74 msgid "_Display Modes" msgstr "Môdes di _hÃ¥ynaedje" -#: driver/xscreensaver-demo.glade2.h:57 +#: driver/xscreensaver-demo.glade2.h:79 msgid "_Lock Screen After" msgstr "_Eclawer li waitroûle après" -#: driver/xscreensaver-demo.glade2.h:59 +#: driver/xscreensaver-demo.glade2.h:81 msgid "_Mode:" msgstr "_Môde:" -#: driver/xscreensaver-demo.glade2.h:60 +#: driver/xscreensaver-demo.glade2.h:82 msgid "_Off After" msgstr "_Distinde après" -#: driver/xscreensaver-demo.glade2.h:61 +#: driver/xscreensaver-demo.glade2.h:83 msgid "_Power Management Enabled" msgstr "Manaedjmint del _enerdjeye en alaedje" -#: driver/xscreensaver-demo.glade2.h:62 +#: driver/xscreensaver-demo.glade2.h:84 msgid "_Preview" msgstr "_Sayî" -#: driver/xscreensaver-demo.glade2.h:63 +#: driver/xscreensaver-demo.glade2.h:85 msgid "_Quit" msgstr "Moussî _foû" -#: driver/xscreensaver-demo.glade2.h:65 +#: driver/xscreensaver-demo.glade2.h:87 msgid "_Settings..." msgstr "A_pontiaedjes..." -#: driver/xscreensaver-demo.glade2.h:66 +#: driver/xscreensaver-demo.glade2.h:88 msgid "_Standard <<" msgstr "_SitandÃ¥rd <<" -#: driver/xscreensaver-demo.glade2.h:67 -msgid "_Verbose Dialognostics" +#: driver/xscreensaver-demo.glade2.h:89 +msgid "_Verbose Diagnostics" msgstr "" -#: driver/xscreensaver-demo.glade2.h:68 +#: driver/xscreensaver-demo.glade2.h:90 msgid "_Visual:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:69 +#: driver/xscreensaver-demo.glade2.h:91 msgid "dialog1" msgstr "" -#: driver/xscreensaver-demo.glade2.h:71 +#: driver/xscreensaver-demo.glade2.h:93 msgid "no preview" msgstr "" -#: driver/xscreensaver-demo.glade2.h:72 +#: driver/xscreensaver-demo.glade2.h:94 +msgid "not installed" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:95 msgid "preview" msgstr "" @@ -868,85 +923,95 @@ msgstr "" msgid "Arms" msgstr "" -#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:5 +#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:6 #: hacks/config/apollonian.xml.h:5 hacks/config/atlantis.xml.h:4 -#: hacks/config/attraction.xml.h:8 hacks/config/blaster.xml.h:3 -#: hacks/config/blitspin.xml.h:4 hacks/config/bouboule.xml.h:3 +#: hacks/config/attraction.xml.h:8 hacks/config/atunnel.xml.h:3 +#: hacks/config/barcode.xml.h:4 hacks/config/blaster.xml.h:3 +#: hacks/config/blitspin.xml.h:4 hacks/config/blocktube.xml.h:4 +#: hacks/config/bouboule.xml.h:3 hacks/config/bouncingcow.xml.h:6 #: hacks/config/boxed.xml.h:4 hacks/config/braid.xml.h:4 #: hacks/config/bubble3d.xml.h:3 hacks/config/bubbles.xml.h:8 #: hacks/config/bumps.xml.h:3 hacks/config/cage.xml.h:2 -#: hacks/config/circuit.xml.h:4 hacks/config/compass.xml.h:3 -#: hacks/config/coral.xml.h:7 hacks/config/critical.xml.h:3 -#: hacks/config/crystal.xml.h:6 hacks/config/cubenetic.xml.h:8 +#: hacks/config/circuit.xml.h:4 hacks/config/cloudlife.xml.h:3 +#: hacks/config/compass.xml.h:3 hacks/config/coral.xml.h:7 +#: hacks/config/critical.xml.h:3 hacks/config/crystal.xml.h:6 +#: hacks/config/cubenetic.xml.h:8 hacks/config/cubestorm.xml.h:4 #: hacks/config/cynosure.xml.h:4 hacks/config/dangerball.xml.h:3 #: hacks/config/decayscreen.xml.h:2 hacks/config/deluxe.xml.h:4 #: hacks/config/demon.xml.h:4 hacks/config/discrete.xml.h:2 #: hacks/config/distort.xml.h:4 hacks/config/drift.xml.h:3 -#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:3 -#: hacks/config/epicycle.xml.h:5 hacks/config/euler2d.xml.h:3 -#: hacks/config/extrusion.xml.h:3 hacks/config/fadeplot.xml.h:4 -#: hacks/config/flag.xml.h:2 hacks/config/flame.xml.h:6 -#: hacks/config/flipscreen3d.xml.h:1 hacks/config/flow.xml.h:4 -#: hacks/config/fluidballs.xml.h:3 hacks/config/forest.xml.h:1 +#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:8 +#: hacks/config/epicycle.xml.h:5 hacks/config/eruption.xml.h:5 +#: hacks/config/euler2d.xml.h:3 hacks/config/extrusion.xml.h:3 +#: hacks/config/fadeplot.xml.h:4 hacks/config/flag.xml.h:2 +#: hacks/config/flame.xml.h:6 hacks/config/flipscreen3d.xml.h:1 +#: hacks/config/flow.xml.h:4 hacks/config/fluidballs.xml.h:5 +#: hacks/config/flyingtoasters.xml.h:5 hacks/config/forest.xml.h:1 #: hacks/config/galaxy.xml.h:3 hacks/config/gears.xml.h:2 -#: hacks/config/gflux.xml.h:6 hacks/config/glforestfire.xml.h:4 -#: hacks/config/glplanet.xml.h:2 hacks/config/glsnake.xml.h:5 -#: hacks/config/gltext.xml.h:3 hacks/config/goop.xml.h:4 -#: hacks/config/grav.xml.h:2 hacks/config/greynetic.xml.h:1 -#: hacks/config/halo.xml.h:2 hacks/config/hopalong.xml.h:9 -#: hacks/config/hyperball.xml.h:2 hacks/config/hypercube.xml.h:2 +#: hacks/config/gflux.xml.h:6 hacks/config/glblur.xml.h:4 +#: hacks/config/glforestfire.xml.h:4 hacks/config/glknots.xml.h:3 +#: hacks/config/glmatrix.xml.h:8 hacks/config/glplanet.xml.h:2 +#: hacks/config/glsnake.xml.h:5 hacks/config/gltext.xml.h:3 +#: hacks/config/goop.xml.h:4 hacks/config/grav.xml.h:2 +#: hacks/config/greynetic.xml.h:1 hacks/config/halo.xml.h:2 +#: hacks/config/hopalong.xml.h:9 hacks/config/hyperball.xml.h:2 +#: hacks/config/hypercube.xml.h:2 hacks/config/hypertorus.xml.h:6 #: hacks/config/ifs.xml.h:1 hacks/config/interference.xml.h:5 -#: hacks/config/jigsaw.xml.h:3 hacks/config/juggle.xml.h:3 -#: hacks/config/julia.xml.h:2 hacks/config/kaleidescope.xml.h:2 +#: hacks/config/jigglypuff.xml.h:6 hacks/config/jigsaw.xml.h:3 +#: hacks/config/juggle.xml.h:3 hacks/config/julia.xml.h:2 +#: hacks/config/kaleidescope.xml.h:2 hacks/config/klein.xml.h:2 #: hacks/config/kumppa.xml.h:3 hacks/config/lament.xml.h:2 #: hacks/config/laser.xml.h:3 hacks/config/lavalite.xml.h:10 #: hacks/config/lightning.xml.h:1 hacks/config/lisa.xml.h:2 #: hacks/config/lissie.xml.h:3 hacks/config/lmorph.xml.h:3 #: hacks/config/loop.xml.h:1 hacks/config/maze.xml.h:4 -#: hacks/config/menger.xml.h:3 hacks/config/moebius.xml.h:3 -#: hacks/config/moire2.xml.h:2 hacks/config/molecule.xml.h:10 -#: hacks/config/morph3d.xml.h:3 hacks/config/mountain.xml.h:2 -#: hacks/config/munch.xml.h:3 hacks/config/nerverot.xml.h:9 -#: hacks/config/penetrate.xml.h:3 hacks/config/penrose.xml.h:6 -#: hacks/config/petri.xml.h:5 hacks/config/phosphor.xml.h:3 +#: hacks/config/menger.xml.h:3 hacks/config/metaballs.xml.h:4 +#: hacks/config/moebius.xml.h:3 hacks/config/moire2.xml.h:2 +#: hacks/config/molecule.xml.h:10 hacks/config/morph3d.xml.h:3 +#: hacks/config/mountain.xml.h:2 hacks/config/munch.xml.h:3 +#: hacks/config/nerverot.xml.h:9 hacks/config/penetrate.xml.h:3 +#: hacks/config/penrose.xml.h:6 hacks/config/petri.xml.h:5 +#: hacks/config/phosphor.xml.h:3 hacks/config/piecewise.xml.h:4 #: hacks/config/pipes.xml.h:5 hacks/config/polyominoes.xml.h:2 -#: hacks/config/pulsar.xml.h:11 hacks/config/pyro.xml.h:4 -#: hacks/config/qix.xml.h:7 hacks/config/queens.xml.h:1 -#: hacks/config/rd-bomb.xml.h:9 hacks/config/ripples.xml.h:4 -#: hacks/config/rocks.xml.h:4 hacks/config/rotor.xml.h:3 -#: hacks/config/rubik.xml.h:3 hacks/config/sballs.xml.h:4 -#: hacks/config/shadebobs.xml.h:3 hacks/config/sierpinski.xml.h:2 -#: hacks/config/sierpinski3d.xml.h:2 hacks/config/slidescreen.xml.h:2 -#: hacks/config/slip.xml.h:2 hacks/config/speedmine.xml.h:3 -#: hacks/config/sphere.xml.h:2 hacks/config/spheremonics.xml.h:5 -#: hacks/config/spiral.xml.h:3 hacks/config/spotlight.xml.h:2 -#: hacks/config/sproingies.xml.h:2 hacks/config/squiral.xml.h:4 -#: hacks/config/stairs.xml.h:1 hacks/config/starfish.xml.h:3 -#: hacks/config/starwars.xml.h:6 hacks/config/strange.xml.h:2 -#: hacks/config/superquadrics.xml.h:3 hacks/config/swirl.xml.h:2 -#: hacks/config/t3d.xml.h:6 hacks/config/thornbird.xml.h:2 -#: hacks/config/triangle.xml.h:1 hacks/config/truchet.xml.h:1 -#: hacks/config/twang.xml.h:3 hacks/config/vines.xml.h:1 -#: hacks/config/webcollage.xml.h:4 hacks/config/worm.xml.h:3 -#: hacks/config/xearth.xml.h:7 hacks/config/xfishtank.xml.h:3 -#: hacks/config/xflame.xml.h:4 hacks/config/xjack.xml.h:1 -#: hacks/config/xmatrix.xml.h:5 hacks/config/xmountains.xml.h:1 -#: hacks/config/xrayswarm.xml.h:2 hacks/config/zoom.xml.h:2 +#: hacks/config/popsquares.xml.h:3 hacks/config/pulsar.xml.h:11 +#: hacks/config/pyro.xml.h:4 hacks/config/qix.xml.h:7 +#: hacks/config/queens.xml.h:1 hacks/config/rd-bomb.xml.h:9 +#: hacks/config/ripples.xml.h:4 hacks/config/rocks.xml.h:4 +#: hacks/config/rotor.xml.h:3 hacks/config/rubik.xml.h:3 +#: hacks/config/sballs.xml.h:4 hacks/config/shadebobs.xml.h:3 +#: hacks/config/sierpinski.xml.h:2 hacks/config/sierpinski3d.xml.h:2 +#: hacks/config/slidescreen.xml.h:2 hacks/config/slip.xml.h:2 +#: hacks/config/speedmine.xml.h:3 hacks/config/sphere.xml.h:2 +#: hacks/config/spheremonics.xml.h:5 hacks/config/spiral.xml.h:3 +#: hacks/config/spotlight.xml.h:2 hacks/config/sproingies.xml.h:2 +#: hacks/config/squiral.xml.h:4 hacks/config/stairs.xml.h:1 +#: hacks/config/starfish.xml.h:3 hacks/config/starwars.xml.h:6 +#: hacks/config/strange.xml.h:2 hacks/config/superquadrics.xml.h:4 +#: hacks/config/swirl.xml.h:2 hacks/config/t3d.xml.h:6 +#: hacks/config/thornbird.xml.h:2 hacks/config/triangle.xml.h:1 +#: hacks/config/truchet.xml.h:1 hacks/config/twang.xml.h:3 +#: hacks/config/vines.xml.h:1 hacks/config/webcollage.xml.h:4 +#: hacks/config/worm.xml.h:3 hacks/config/xearth.xml.h:7 +#: hacks/config/xfishtank.xml.h:3 hacks/config/xflame.xml.h:4 +#: hacks/config/xjack.xml.h:1 hacks/config/xmatrix.xml.h:5 +#: hacks/config/xmountains.xml.h:1 hacks/config/xrayswarm.xml.h:2 +#: hacks/config/zoom.xml.h:2 msgid "Fast" msgstr "Roed" #: hacks/config/anemone.xml.h:4 hacks/config/blaster.xml.h:4 #: hacks/config/bouboule.xml.h:4 hacks/config/coral.xml.h:8 -#: hacks/config/cubenetic.xml.h:9 hacks/config/euler2d.xml.h:4 -#: hacks/config/flame.xml.h:7 hacks/config/fluidballs.xml.h:4 -#: hacks/config/kaleidescope.xml.h:3 hacks/config/lisa.xml.h:3 -#: hacks/config/pedal.xml.h:4 hacks/config/petri.xml.h:7 -#: hacks/config/qix.xml.h:8 hacks/config/thornbird.xml.h:3 -#: hacks/config/whirlwindwarp.xml.h:1 hacks/config/xfishtank.xml.h:4 +#: hacks/config/cubenetic.xml.h:9 hacks/config/eruption.xml.h:6 +#: hacks/config/euler2d.xml.h:4 hacks/config/flame.xml.h:7 +#: hacks/config/fluidballs.xml.h:6 hacks/config/kaleidescope.xml.h:3 +#: hacks/config/lisa.xml.h:3 hacks/config/pedal.xml.h:4 +#: hacks/config/petri.xml.h:7 hacks/config/qix.xml.h:8 +#: hacks/config/thornbird.xml.h:3 hacks/config/whirlwindwarp.xml.h:1 +#: hacks/config/xfishtank.xml.h:4 msgid "Few" msgstr "Waire" -#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:8 +#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:9 #: hacks/config/apollonian.xml.h:7 hacks/config/attraction.xml.h:18 #: hacks/config/blaster.xml.h:6 hacks/config/bouboule.xml.h:5 #: hacks/config/braid.xml.h:7 hacks/config/coral.xml.h:9 @@ -955,17 +1020,18 @@ msgstr "Waire" #: hacks/config/deco.xml.h:5 hacks/config/deluxe.xml.h:6 #: hacks/config/demon.xml.h:6 hacks/config/discrete.xml.h:4 #: hacks/config/drift.xml.h:9 hacks/config/epicycle.xml.h:8 -#: hacks/config/euler2d.xml.h:8 hacks/config/fadeplot.xml.h:6 -#: hacks/config/flag.xml.h:5 hacks/config/flame.xml.h:11 -#: hacks/config/flow.xml.h:8 hacks/config/fluidballs.xml.h:13 -#: hacks/config/forest.xml.h:3 hacks/config/galaxy.xml.h:6 -#: hacks/config/grav.xml.h:4 hacks/config/halo.xml.h:4 -#: hacks/config/hopalong.xml.h:15 hacks/config/ifs.xml.h:3 -#: hacks/config/imsmap.xml.h:9 hacks/config/interference.xml.h:11 -#: hacks/config/julia.xml.h:6 hacks/config/kaleidescope.xml.h:5 -#: hacks/config/laser.xml.h:6 hacks/config/lightning.xml.h:3 -#: hacks/config/lisa.xml.h:5 hacks/config/lissie.xml.h:6 -#: hacks/config/loop.xml.h:4 hacks/config/moire.xml.h:5 +#: hacks/config/eruption.xml.h:12 hacks/config/euler2d.xml.h:8 +#: hacks/config/fadeplot.xml.h:6 hacks/config/flag.xml.h:5 +#: hacks/config/flame.xml.h:11 hacks/config/flow.xml.h:8 +#: hacks/config/fluidballs.xml.h:13 hacks/config/forest.xml.h:3 +#: hacks/config/galaxy.xml.h:6 hacks/config/grav.xml.h:4 +#: hacks/config/halo.xml.h:4 hacks/config/hopalong.xml.h:15 +#: hacks/config/ifs.xml.h:3 hacks/config/imsmap.xml.h:9 +#: hacks/config/interference.xml.h:11 hacks/config/julia.xml.h:6 +#: hacks/config/kaleidescope.xml.h:5 hacks/config/laser.xml.h:6 +#: hacks/config/lightning.xml.h:3 hacks/config/lisa.xml.h:5 +#: hacks/config/lissie.xml.h:6 hacks/config/loop.xml.h:4 +#: hacks/config/metaballs.xml.h:6 hacks/config/moire.xml.h:5 #: hacks/config/moire2.xml.h:3 hacks/config/mountain.xml.h:4 #: hacks/config/nerverot.xml.h:15 hacks/config/pedal.xml.h:6 #: hacks/config/penrose.xml.h:7 hacks/config/petri.xml.h:11 @@ -983,111 +1049,131 @@ msgstr "Waire" msgid "Many" msgstr "BrÃ¥mint" -#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:10 +#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:11 #: hacks/config/apollonian.xml.h:8 hacks/config/attraction.xml.h:19 #: hacks/config/bouboule.xml.h:6 hacks/config/braid.xml.h:9 #: hacks/config/critical.xml.h:5 hacks/config/crystal.xml.h:10 #: hacks/config/cynosure.xml.h:7 hacks/config/deco.xml.h:8 #: hacks/config/deluxe.xml.h:7 hacks/config/demon.xml.h:7 #: hacks/config/discrete.xml.h:6 hacks/config/drift.xml.h:10 -#: hacks/config/epicycle.xml.h:9 hacks/config/euler2d.xml.h:9 -#: hacks/config/fadeplot.xml.h:7 hacks/config/flag.xml.h:6 -#: hacks/config/flame.xml.h:12 hacks/config/flow.xml.h:9 -#: hacks/config/forest.xml.h:4 hacks/config/galaxy.xml.h:7 -#: hacks/config/grav.xml.h:5 hacks/config/halo.xml.h:6 -#: hacks/config/hopalong.xml.h:17 hacks/config/ifs.xml.h:4 -#: hacks/config/imsmap.xml.h:10 hacks/config/interference.xml.h:12 -#: hacks/config/julia.xml.h:7 hacks/config/laser.xml.h:8 -#: hacks/config/lightning.xml.h:4 hacks/config/lisa.xml.h:6 -#: hacks/config/lissie.xml.h:7 hacks/config/loop.xml.h:5 +#: hacks/config/epicycle.xml.h:9 hacks/config/eruption.xml.h:14 +#: hacks/config/euler2d.xml.h:9 hacks/config/fadeplot.xml.h:7 +#: hacks/config/flag.xml.h:6 hacks/config/flame.xml.h:12 +#: hacks/config/flow.xml.h:9 hacks/config/forest.xml.h:4 +#: hacks/config/galaxy.xml.h:7 hacks/config/grav.xml.h:5 +#: hacks/config/halo.xml.h:6 hacks/config/hopalong.xml.h:17 +#: hacks/config/ifs.xml.h:4 hacks/config/imsmap.xml.h:10 +#: hacks/config/interference.xml.h:12 hacks/config/julia.xml.h:7 +#: hacks/config/laser.xml.h:8 hacks/config/lightning.xml.h:4 +#: hacks/config/lisa.xml.h:6 hacks/config/lissie.xml.h:7 +#: hacks/config/loop.xml.h:5 hacks/config/metaballs.xml.h:10 #: hacks/config/moire.xml.h:7 hacks/config/moire2.xml.h:5 #: hacks/config/mountain.xml.h:6 hacks/config/penrose.xml.h:8 -#: hacks/config/polyominoes.xml.h:6 hacks/config/rd-bomb.xml.h:13 -#: hacks/config/rocks.xml.h:6 hacks/config/rotor.xml.h:7 -#: hacks/config/shadebobs.xml.h:6 hacks/config/sierpinski.xml.h:5 -#: hacks/config/slip.xml.h:5 hacks/config/sphere.xml.h:4 -#: hacks/config/spiral.xml.h:8 hacks/config/squiral.xml.h:10 -#: hacks/config/starfish.xml.h:6 hacks/config/strange.xml.h:6 -#: hacks/config/swirl.xml.h:5 hacks/config/thornbird.xml.h:5 -#: hacks/config/triangle.xml.h:4 hacks/config/vines.xml.h:3 -#: hacks/config/worm.xml.h:5 hacks/config/xearth.xml.h:17 -#: hacks/config/xfishtank.xml.h:9 +#: hacks/config/polyominoes.xml.h:6 hacks/config/popsquares.xml.h:4 +#: hacks/config/rd-bomb.xml.h:13 hacks/config/rocks.xml.h:6 +#: hacks/config/rotor.xml.h:7 hacks/config/shadebobs.xml.h:6 +#: hacks/config/sierpinski.xml.h:5 hacks/config/slip.xml.h:5 +#: hacks/config/sphere.xml.h:4 hacks/config/spiral.xml.h:8 +#: hacks/config/squiral.xml.h:10 hacks/config/starfish.xml.h:6 +#: hacks/config/strange.xml.h:6 hacks/config/swirl.xml.h:5 +#: hacks/config/thornbird.xml.h:5 hacks/config/triangle.xml.h:4 +#: hacks/config/vines.xml.h:3 hacks/config/worm.xml.h:5 +#: hacks/config/xearth.xml.h:17 hacks/config/xfishtank.xml.h:9 msgid "Number of Colors" msgstr "Nombe di coleurs" -#: hacks/config/anemone.xml.h:7 hacks/config/ant.xml.h:14 +#: hacks/config/anemone.xml.h:7 hacks/config/pyro.xml.h:8 +msgid "Often" +msgstr "" + +#: hacks/config/anemone.xml.h:8 +msgid "Rarely" +msgstr "" + +#: hacks/config/anemone.xml.h:9 hacks/config/ant.xml.h:15 #: hacks/config/apollonian.xml.h:11 hacks/config/atlantis.xml.h:13 -#: hacks/config/attraction.xml.h:26 hacks/config/blaster.xml.h:8 -#: hacks/config/blitspin.xml.h:7 hacks/config/bouboule.xml.h:8 +#: hacks/config/attraction.xml.h:26 hacks/config/atunnel.xml.h:6 +#: hacks/config/barcode.xml.h:6 hacks/config/blaster.xml.h:8 +#: hacks/config/blitspin.xml.h:7 hacks/config/blocktube.xml.h:9 +#: hacks/config/bouboule.xml.h:8 hacks/config/bouncingcow.xml.h:10 #: hacks/config/boxed.xml.h:6 hacks/config/braid.xml.h:11 #: hacks/config/bubble3d.xml.h:5 hacks/config/bubbles.xml.h:10 #: hacks/config/bumps.xml.h:4 hacks/config/cage.xml.h:4 -#: hacks/config/circuit.xml.h:10 hacks/config/compass.xml.h:4 -#: hacks/config/coral.xml.h:12 hacks/config/critical.xml.h:6 -#: hacks/config/crystal.xml.h:11 hacks/config/cubenetic.xml.h:22 +#: hacks/config/circuit.xml.h:10 hacks/config/cloudlife.xml.h:11 +#: hacks/config/compass.xml.h:4 hacks/config/coral.xml.h:12 +#: hacks/config/critical.xml.h:6 hacks/config/crystal.xml.h:11 +#: hacks/config/cubenetic.xml.h:22 hacks/config/cubestorm.xml.h:8 #: hacks/config/cynosure.xml.h:9 hacks/config/dangerball.xml.h:5 #: hacks/config/decayscreen.xml.h:17 hacks/config/deluxe.xml.h:8 #: hacks/config/demon.xml.h:8 hacks/config/discrete.xml.h:7 #: hacks/config/distort.xml.h:11 hacks/config/drift.xml.h:12 -#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:5 -#: hacks/config/epicycle.xml.h:10 hacks/config/euler2d.xml.h:14 -#: hacks/config/extrusion.xml.h:11 hacks/config/fadeplot.xml.h:8 -#: hacks/config/flag.xml.h:7 hacks/config/flame.xml.h:14 -#: hacks/config/flipscreen3d.xml.h:6 hacks/config/flow.xml.h:13 -#: hacks/config/fluidballs.xml.h:18 hacks/config/forest.xml.h:5 +#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:15 +#: hacks/config/epicycle.xml.h:10 hacks/config/eruption.xml.h:19 +#: hacks/config/euler2d.xml.h:14 hacks/config/extrusion.xml.h:11 +#: hacks/config/fadeplot.xml.h:8 hacks/config/flag.xml.h:7 +#: hacks/config/flame.xml.h:14 hacks/config/flipscreen3d.xml.h:6 +#: hacks/config/flow.xml.h:13 hacks/config/fluidballs.xml.h:18 +#: hacks/config/flyingtoasters.xml.h:11 hacks/config/forest.xml.h:5 #: hacks/config/galaxy.xml.h:10 hacks/config/gears.xml.h:7 -#: hacks/config/gflux.xml.h:12 hacks/config/glforestfire.xml.h:14 -#: hacks/config/glplanet.xml.h:6 hacks/config/glsnake.xml.h:12 -#: hacks/config/gltext.xml.h:13 hacks/config/goop.xml.h:10 -#: hacks/config/grav.xml.h:8 hacks/config/greynetic.xml.h:3 -#: hacks/config/halo.xml.h:9 hacks/config/hopalong.xml.h:21 -#: hacks/config/hyperball.xml.h:8 hacks/config/hypercube.xml.h:7 +#: hacks/config/gflux.xml.h:12 hacks/config/glblur.xml.h:14 +#: hacks/config/glforestfire.xml.h:14 hacks/config/glknots.xml.h:17 +#: hacks/config/glmatrix.xml.h:18 hacks/config/glplanet.xml.h:6 +#: hacks/config/glsnake.xml.h:12 hacks/config/gltext.xml.h:13 +#: hacks/config/goop.xml.h:10 hacks/config/grav.xml.h:8 +#: hacks/config/greynetic.xml.h:3 hacks/config/halo.xml.h:9 +#: hacks/config/hopalong.xml.h:21 hacks/config/hyperball.xml.h:8 +#: hacks/config/hypercube.xml.h:7 hacks/config/hypertorus.xml.h:13 #: hacks/config/ifs.xml.h:5 hacks/config/interference.xml.h:14 -#: hacks/config/jigsaw.xml.h:5 hacks/config/juggle.xml.h:7 -#: hacks/config/julia.xml.h:8 hacks/config/kaleidescope.xml.h:7 +#: hacks/config/jigglypuff.xml.h:16 hacks/config/jigsaw.xml.h:5 +#: hacks/config/juggle.xml.h:7 hacks/config/julia.xml.h:8 +#: hacks/config/kaleidescope.xml.h:7 hacks/config/klein.xml.h:7 #: hacks/config/kumppa.xml.h:8 hacks/config/lament.xml.h:6 -#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:26 +#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:27 #: hacks/config/lightning.xml.h:5 hacks/config/lisa.xml.h:8 #: hacks/config/lissie.xml.h:9 hacks/config/lmorph.xml.h:11 #: hacks/config/loop.xml.h:7 hacks/config/maze.xml.h:14 -#: hacks/config/menger.xml.h:16 hacks/config/moebius.xml.h:7 -#: hacks/config/moire2.xml.h:6 hacks/config/molecule.xml.h:22 -#: hacks/config/morph3d.xml.h:6 hacks/config/mountain.xml.h:7 -#: hacks/config/munch.xml.h:7 hacks/config/nerverot.xml.h:20 -#: hacks/config/penetrate.xml.h:6 hacks/config/penrose.xml.h:11 -#: hacks/config/petri.xml.h:23 hacks/config/phosphor.xml.h:6 +#: hacks/config/menger.xml.h:16 hacks/config/metaballs.xml.h:13 +#: hacks/config/moebius.xml.h:7 hacks/config/moire2.xml.h:6 +#: hacks/config/molecule.xml.h:22 hacks/config/morph3d.xml.h:6 +#: hacks/config/mountain.xml.h:7 hacks/config/munch.xml.h:7 +#: hacks/config/nerverot.xml.h:20 hacks/config/penetrate.xml.h:6 +#: hacks/config/penrose.xml.h:11 hacks/config/petri.xml.h:23 +#: hacks/config/phosphor.xml.h:6 hacks/config/piecewise.xml.h:9 #: hacks/config/pipes.xml.h:15 hacks/config/polyominoes.xml.h:10 -#: hacks/config/pulsar.xml.h:15 hacks/config/pyro.xml.h:13 -#: hacks/config/qix.xml.h:19 hacks/config/queens.xml.h:4 -#: hacks/config/rd-bomb.xml.h:17 hacks/config/ripples.xml.h:11 -#: hacks/config/rocks.xml.h:9 hacks/config/rotor.xml.h:11 -#: hacks/config/rubik.xml.h:9 hacks/config/sballs.xml.h:13 -#: hacks/config/shadebobs.xml.h:9 hacks/config/sierpinski.xml.h:7 -#: hacks/config/sierpinski3d.xml.h:8 hacks/config/slidescreen.xml.h:6 -#: hacks/config/slip.xml.h:7 hacks/config/speedmine.xml.h:13 -#: hacks/config/sphere.xml.h:5 hacks/config/spheremonics.xml.h:19 -#: hacks/config/spiral.xml.h:9 hacks/config/spotlight.xml.h:4 -#: hacks/config/sproingies.xml.h:6 hacks/config/squiral.xml.h:14 -#: hacks/config/stairs.xml.h:3 hacks/config/starfish.xml.h:8 -#: hacks/config/starwars.xml.h:12 hacks/config/strange.xml.h:7 -#: hacks/config/superquadrics.xml.h:7 hacks/config/swirl.xml.h:6 -#: hacks/config/t3d.xml.h:11 hacks/config/thornbird.xml.h:7 -#: hacks/config/triangle.xml.h:5 hacks/config/truchet.xml.h:2 -#: hacks/config/twang.xml.h:9 hacks/config/vines.xml.h:4 -#: hacks/config/webcollage.xml.h:7 hacks/config/worm.xml.h:7 -#: hacks/config/xearth.xml.h:22 hacks/config/xfishtank.xml.h:10 -#: hacks/config/xflame.xml.h:5 hacks/config/xjack.xml.h:2 -#: hacks/config/xmatrix.xml.h:14 hacks/config/xmountains.xml.h:4 -#: hacks/config/xrayswarm.xml.h:3 hacks/config/zoom.xml.h:6 +#: hacks/config/popsquares.xml.h:5 hacks/config/pulsar.xml.h:15 +#: hacks/config/pyro.xml.h:13 hacks/config/qix.xml.h:19 +#: hacks/config/queens.xml.h:4 hacks/config/rd-bomb.xml.h:17 +#: hacks/config/ripples.xml.h:11 hacks/config/rocks.xml.h:9 +#: hacks/config/rotor.xml.h:11 hacks/config/rubik.xml.h:9 +#: hacks/config/sballs.xml.h:13 hacks/config/shadebobs.xml.h:9 +#: hacks/config/sierpinski.xml.h:7 hacks/config/sierpinski3d.xml.h:8 +#: hacks/config/slidescreen.xml.h:6 hacks/config/slip.xml.h:7 +#: hacks/config/speedmine.xml.h:13 hacks/config/sphere.xml.h:5 +#: hacks/config/spheremonics.xml.h:19 hacks/config/spiral.xml.h:9 +#: hacks/config/spotlight.xml.h:4 hacks/config/sproingies.xml.h:6 +#: hacks/config/squiral.xml.h:14 hacks/config/stairs.xml.h:3 +#: hacks/config/starfish.xml.h:8 hacks/config/starwars.xml.h:12 +#: hacks/config/strange.xml.h:7 hacks/config/superquadrics.xml.h:8 +#: hacks/config/swirl.xml.h:6 hacks/config/t3d.xml.h:11 +#: hacks/config/thornbird.xml.h:7 hacks/config/triangle.xml.h:5 +#: hacks/config/truchet.xml.h:2 hacks/config/twang.xml.h:9 +#: hacks/config/vines.xml.h:4 hacks/config/webcollage.xml.h:7 +#: hacks/config/worm.xml.h:7 hacks/config/xearth.xml.h:22 +#: hacks/config/xfishtank.xml.h:10 hacks/config/xflame.xml.h:5 +#: hacks/config/xjack.xml.h:2 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xmountains.xml.h:4 hacks/config/xrayswarm.xml.h:3 +#: hacks/config/zoom.xml.h:6 msgid "Slow" msgstr "Londjin" -#: hacks/config/anemone.xml.h:8 hacks/config/ant.xml.h:16 +#: hacks/config/anemone.xml.h:10 hacks/config/ant.xml.h:17 #: hacks/config/apollonian.xml.h:12 hacks/config/attraction.xml.h:28 -#: hacks/config/blaster.xml.h:9 hacks/config/bouboule.xml.h:9 -#: hacks/config/braid.xml.h:12 hacks/config/bubble3d.xml.h:6 -#: hacks/config/bubbles.xml.h:11 hacks/config/bumps.xml.h:5 -#: hacks/config/cage.xml.h:6 hacks/config/circuit.xml.h:11 +#: hacks/config/atunnel.xml.h:7 hacks/config/barcode.xml.h:7 +#: hacks/config/blaster.xml.h:9 hacks/config/blocktube.xml.h:11 +#: hacks/config/bouboule.xml.h:9 hacks/config/braid.xml.h:12 +#: hacks/config/bubble3d.xml.h:6 hacks/config/bubbles.xml.h:11 +#: hacks/config/bumps.xml.h:5 hacks/config/cage.xml.h:6 +#: hacks/config/circuit.xml.h:11 hacks/config/cloudlife.xml.h:13 #: hacks/config/compass.xml.h:5 hacks/config/coral.xml.h:14 #: hacks/config/critical.xml.h:7 hacks/config/crystal.xml.h:12 #: hacks/config/cubenetic.xml.h:24 hacks/config/cynosure.xml.h:10 @@ -1095,12 +1181,13 @@ msgstr "Londjin" #: hacks/config/deluxe.xml.h:9 hacks/config/demon.xml.h:10 #: hacks/config/discrete.xml.h:9 hacks/config/distort.xml.h:13 #: hacks/config/drift.xml.h:13 hacks/config/endgame.xml.h:6 -#: hacks/config/engine.xml.h:6 hacks/config/epicycle.xml.h:11 -#: hacks/config/euler2d.xml.h:15 hacks/config/extrusion.xml.h:13 -#: hacks/config/fadeplot.xml.h:10 hacks/config/flag.xml.h:9 -#: hacks/config/flame.xml.h:15 hacks/config/flipscreen3d.xml.h:7 -#: hacks/config/flow.xml.h:16 hacks/config/fluidballs.xml.h:20 -#: hacks/config/forest.xml.h:6 hacks/config/galaxy.xml.h:11 +#: hacks/config/engine.xml.h:16 hacks/config/epicycle.xml.h:11 +#: hacks/config/eruption.xml.h:20 hacks/config/euler2d.xml.h:15 +#: hacks/config/extrusion.xml.h:13 hacks/config/fadeplot.xml.h:10 +#: hacks/config/flag.xml.h:9 hacks/config/flame.xml.h:15 +#: hacks/config/flipscreen3d.xml.h:7 hacks/config/flow.xml.h:16 +#: hacks/config/fluidballs.xml.h:20 hacks/config/forest.xml.h:6 +#: hacks/config/galaxy.xml.h:11 hacks/config/glblur.xml.h:17 #: hacks/config/glforestfire.xml.h:15 hacks/config/glplanet.xml.h:8 #: hacks/config/gltext.xml.h:15 hacks/config/goop.xml.h:11 #: hacks/config/grav.xml.h:9 hacks/config/greynetic.xml.h:4 @@ -1108,18 +1195,20 @@ msgstr "Londjin" #: hacks/config/hyperball.xml.h:9 hacks/config/hypercube.xml.h:8 #: hacks/config/ifs.xml.h:6 hacks/config/jigsaw.xml.h:7 #: hacks/config/juggle.xml.h:8 hacks/config/julia.xml.h:10 -#: hacks/config/kaleidescope.xml.h:8 hacks/config/kumppa.xml.h:9 -#: hacks/config/lament.xml.h:7 hacks/config/laser.xml.h:11 -#: hacks/config/lavalite.xml.h:29 hacks/config/lightning.xml.h:6 -#: hacks/config/lisa.xml.h:9 hacks/config/lissie.xml.h:11 -#: hacks/config/lmorph.xml.h:12 hacks/config/loop.xml.h:9 -#: hacks/config/menger.xml.h:18 hacks/config/moebius.xml.h:10 +#: hacks/config/kaleidescope.xml.h:8 hacks/config/klein.xml.h:8 +#: hacks/config/kumppa.xml.h:9 hacks/config/lament.xml.h:7 +#: hacks/config/laser.xml.h:11 hacks/config/lavalite.xml.h:30 +#: hacks/config/lightning.xml.h:6 hacks/config/lisa.xml.h:9 +#: hacks/config/lissie.xml.h:11 hacks/config/lmorph.xml.h:12 +#: hacks/config/loop.xml.h:9 hacks/config/menger.xml.h:18 +#: hacks/config/metaballs.xml.h:15 hacks/config/moebius.xml.h:10 #: hacks/config/moire2.xml.h:7 hacks/config/molecule.xml.h:24 #: hacks/config/morph3d.xml.h:7 hacks/config/mountain.xml.h:8 #: hacks/config/munch.xml.h:9 hacks/config/nerverot.xml.h:22 #: hacks/config/penrose.xml.h:12 hacks/config/petri.xml.h:25 -#: hacks/config/phosphor.xml.h:7 hacks/config/pipes.xml.h:16 -#: hacks/config/polyominoes.xml.h:11 hacks/config/pulsar.xml.h:17 +#: hacks/config/phosphor.xml.h:7 hacks/config/piecewise.xml.h:11 +#: hacks/config/pipes.xml.h:16 hacks/config/polyominoes.xml.h:11 +#: hacks/config/popsquares.xml.h:6 hacks/config/pulsar.xml.h:17 #: hacks/config/qix.xml.h:22 hacks/config/queens.xml.h:6 #: hacks/config/rotor.xml.h:12 hacks/config/rubik.xml.h:11 #: hacks/config/sballs.xml.h:14 hacks/config/shadebobs.xml.h:10 @@ -1130,40 +1219,46 @@ msgstr "Londjin" #: hacks/config/spotlight.xml.h:5 hacks/config/sproingies.xml.h:8 #: hacks/config/squiral.xml.h:16 hacks/config/stairs.xml.h:5 #: hacks/config/starfish.xml.h:9 hacks/config/strange.xml.h:8 -#: hacks/config/superquadrics.xml.h:9 hacks/config/swirl.xml.h:7 +#: hacks/config/superquadrics.xml.h:10 hacks/config/swirl.xml.h:7 #: hacks/config/t3d.xml.h:13 hacks/config/thornbird.xml.h:8 #: hacks/config/triangle.xml.h:6 hacks/config/truchet.xml.h:3 #: hacks/config/twang.xml.h:10 hacks/config/vines.xml.h:5 -#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:4 +#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:13 #: hacks/config/worm.xml.h:8 hacks/config/xearth.xml.h:25 #: hacks/config/xflame.xml.h:6 hacks/config/xjack.xml.h:3 -#: hacks/config/xmatrix.xml.h:17 hacks/config/xmountains.xml.h:5 +#: hacks/config/xmatrix.xml.h:18 hacks/config/xmountains.xml.h:5 #: hacks/config/xrayswarm.xml.h:4 hacks/config/zoom.xml.h:7 msgid "Speed" msgstr "Roedeu" -#: hacks/config/anemone.xml.h:9 +#: hacks/config/anemone.xml.h:11 msgid "Tentacles" msgstr "" -#: hacks/config/anemone.xml.h:10 hacks/config/deluxe.xml.h:10 +#: hacks/config/anemone.xml.h:12 hacks/config/cubestorm.xml.h:11 +#: hacks/config/deluxe.xml.h:10 hacks/config/glknots.xml.h:19 #: hacks/config/lmorph.xml.h:13 hacks/config/starfish.xml.h:11 #: hacks/config/thornbird.xml.h:9 msgid "Thick" msgstr "Sipès" -#: hacks/config/anemone.xml.h:11 hacks/config/moire2.xml.h:8 -#: hacks/config/thornbird.xml.h:10 +#: hacks/config/anemone.xml.h:13 hacks/config/glknots.xml.h:20 +#: hacks/config/moire2.xml.h:8 hacks/config/thornbird.xml.h:10 msgid "Thickness" msgstr "Sipexheu" -#: hacks/config/anemone.xml.h:12 hacks/config/deluxe.xml.h:11 +#: hacks/config/anemone.xml.h:14 hacks/config/cubestorm.xml.h:12 +#: hacks/config/deluxe.xml.h:11 hacks/config/glknots.xml.h:21 #: hacks/config/lmorph.xml.h:14 hacks/config/starfish.xml.h:12 #: hacks/config/thornbird.xml.h:11 msgid "Thin" msgstr "Tene" -#: hacks/config/anemone.xml.h:13 hacks/config/ant.xml.h:21 +#: hacks/config/anemone.xml.h:15 +msgid "Turn speed" +msgstr "" + +#: hacks/config/anemone.xml.h:16 hacks/config/ant.xml.h:22 #: hacks/config/apollonian.xml.h:13 hacks/config/attraction.xml.h:32 #: hacks/config/bouboule.xml.h:11 hacks/config/braid.xml.h:13 #: hacks/config/critical.xml.h:8 hacks/config/crystal.xml.h:13 @@ -1180,25 +1275,30 @@ msgstr "Tene" #: hacks/config/julia.xml.h:12 hacks/config/laser.xml.h:12 #: hacks/config/lightning.xml.h:8 hacks/config/lisa.xml.h:12 #: hacks/config/lissie.xml.h:13 hacks/config/loop.xml.h:12 -#: hacks/config/moire.xml.h:11 hacks/config/moire2.xml.h:9 -#: hacks/config/mountain.xml.h:9 hacks/config/nerverot.xml.h:23 -#: hacks/config/penrose.xml.h:13 hacks/config/polyominoes.xml.h:12 -#: hacks/config/rd-bomb.xml.h:20 hacks/config/rocks.xml.h:12 -#: hacks/config/rotor.xml.h:13 hacks/config/shadebobs.xml.h:12 -#: hacks/config/sierpinski.xml.h:12 hacks/config/slip.xml.h:12 -#: hacks/config/sphere.xml.h:8 hacks/config/spiral.xml.h:12 -#: hacks/config/squiral.xml.h:18 hacks/config/starfish.xml.h:14 -#: hacks/config/strange.xml.h:11 hacks/config/swirl.xml.h:9 -#: hacks/config/thornbird.xml.h:13 hacks/config/triangle.xml.h:8 -#: hacks/config/vines.xml.h:7 hacks/config/worm.xml.h:9 -#: hacks/config/xearth.xml.h:28 hacks/config/xfishtank.xml.h:11 +#: hacks/config/metaballs.xml.h:16 hacks/config/moire.xml.h:11 +#: hacks/config/moire2.xml.h:9 hacks/config/mountain.xml.h:9 +#: hacks/config/nerverot.xml.h:23 hacks/config/penrose.xml.h:13 +#: hacks/config/polyominoes.xml.h:12 hacks/config/rd-bomb.xml.h:20 +#: hacks/config/rocks.xml.h:12 hacks/config/rotor.xml.h:13 +#: hacks/config/shadebobs.xml.h:12 hacks/config/sierpinski.xml.h:12 +#: hacks/config/slip.xml.h:12 hacks/config/sphere.xml.h:8 +#: hacks/config/spiral.xml.h:12 hacks/config/squiral.xml.h:18 +#: hacks/config/starfish.xml.h:14 hacks/config/strange.xml.h:11 +#: hacks/config/swirl.xml.h:9 hacks/config/thornbird.xml.h:13 +#: hacks/config/triangle.xml.h:8 hacks/config/vines.xml.h:7 +#: hacks/config/worm.xml.h:9 hacks/config/xearth.xml.h:28 +#: hacks/config/xfishtank.xml.h:11 msgid "Two" msgstr "Deus" -#: hacks/config/anemone.xml.h:14 +#: hacks/config/anemone.xml.h:17 msgid "Wiggling tentacles. By Gabriel Finch." msgstr "" +#: hacks/config/anemone.xml.h:18 +msgid "Withdraw freqency" +msgstr "" + #: hacks/config/ant.xml.h:1 msgid "" "A cellular automaton that is really a two-dimensional Turing machine: as the " @@ -1219,59 +1319,66 @@ msgstr "Grandeu des frumixhes" msgid "Ants Count" msgstr "Nombe di frumixhes" -#: hacks/config/ant.xml.h:6 +#: hacks/config/ant.xml.h:5 +msgid "Draw Eyes" +msgstr "" + +#: hacks/config/ant.xml.h:7 msgid "Four Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:7 hacks/config/attraction.xml.h:13 -#: hacks/config/cubenetic.xml.h:11 hacks/config/demon.xml.h:5 -#: hacks/config/discrete.xml.h:3 hacks/config/distort.xml.h:5 -#: hacks/config/fadeplot.xml.h:5 hacks/config/flag.xml.h:4 -#: hacks/config/flow.xml.h:7 hacks/config/fluidballs.xml.h:12 +#: hacks/config/ant.xml.h:8 hacks/config/attraction.xml.h:13 +#: hacks/config/cloudlife.xml.h:7 hacks/config/cubenetic.xml.h:11 +#: hacks/config/demon.xml.h:5 hacks/config/discrete.xml.h:3 +#: hacks/config/distort.xml.h:5 hacks/config/fadeplot.xml.h:5 +#: hacks/config/flag.xml.h:4 hacks/config/flow.xml.h:7 +#: hacks/config/fluidballs.xml.h:12 hacks/config/halftone.xml.h:8 #: hacks/config/hopalong.xml.h:13 hacks/config/interference.xml.h:8 #: hacks/config/julia.xml.h:5 hacks/config/lissie.xml.h:4 #: hacks/config/loop.xml.h:2 hacks/config/moire.xml.h:4 -#: hacks/config/rd-bomb.xml.h:11 hacks/config/rorschach.xml.h:5 -#: hacks/config/rubik.xml.h:4 hacks/config/sierpinski.xml.h:3 -#: hacks/config/slip.xml.h:3 +#: hacks/config/piecewise.xml.h:5 hacks/config/rd-bomb.xml.h:11 +#: hacks/config/rorschach.xml.h:5 hacks/config/rubik.xml.h:4 +#: hacks/config/sierpinski.xml.h:3 hacks/config/slip.xml.h:3 msgid "Large" msgstr "LÃ¥dje" -#: hacks/config/ant.xml.h:9 +#: hacks/config/ant.xml.h:10 msgid "Nine Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:11 +#: hacks/config/ant.xml.h:12 msgid "Random Cell Shape" msgstr "Foûme des celules a l' astcheyance" -#: hacks/config/ant.xml.h:12 hacks/config/speedmine.xml.h:11 +#: hacks/config/ant.xml.h:13 hacks/config/speedmine.xml.h:11 msgid "Sharp Turns" msgstr "" -#: hacks/config/ant.xml.h:13 +#: hacks/config/ant.xml.h:14 msgid "Six Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:15 hacks/config/attraction.xml.h:27 -#: hacks/config/cubenetic.xml.h:23 hacks/config/demon.xml.h:9 -#: hacks/config/discrete.xml.h:8 hacks/config/distort.xml.h:12 -#: hacks/config/fadeplot.xml.h:9 hacks/config/flag.xml.h:8 -#: hacks/config/flow.xml.h:15 hacks/config/fluidballs.xml.h:19 +#: hacks/config/ant.xml.h:16 hacks/config/attraction.xml.h:27 +#: hacks/config/cloudlife.xml.h:12 hacks/config/cubenetic.xml.h:23 +#: hacks/config/demon.xml.h:9 hacks/config/discrete.xml.h:8 +#: hacks/config/distort.xml.h:12 hacks/config/fadeplot.xml.h:9 +#: hacks/config/flag.xml.h:8 hacks/config/flow.xml.h:15 +#: hacks/config/fluidballs.xml.h:19 hacks/config/halftone.xml.h:14 #: hacks/config/hopalong.xml.h:22 hacks/config/interference.xml.h:15 #: hacks/config/julia.xml.h:9 hacks/config/lissie.xml.h:10 -#: hacks/config/loop.xml.h:8 hacks/config/moire.xml.h:9 +#: hacks/config/loop.xml.h:8 hacks/config/metaballs.xml.h:14 +#: hacks/config/moire.xml.h:9 hacks/config/piecewise.xml.h:10 #: hacks/config/rd-bomb.xml.h:18 hacks/config/rorschach.xml.h:8 #: hacks/config/rubik.xml.h:10 hacks/config/sierpinski.xml.h:8 #: hacks/config/slip.xml.h:8 msgid "Small" msgstr "Pitit" -#: hacks/config/ant.xml.h:17 +#: hacks/config/ant.xml.h:18 msgid "Three Sided Cells" msgstr "" -#: hacks/config/ant.xml.h:18 hacks/config/demon.xml.h:12 +#: hacks/config/ant.xml.h:19 hacks/config/demon.xml.h:12 #: hacks/config/discrete.xml.h:10 hacks/config/fadeplot.xml.h:11 #: hacks/config/flag.xml.h:12 hacks/config/flow.xml.h:17 #: hacks/config/lissie.xml.h:12 hacks/config/loop.xml.h:11 @@ -1280,11 +1387,11 @@ msgstr "" msgid "Timeout" msgstr "Ratindaedje" -#: hacks/config/ant.xml.h:19 +#: hacks/config/ant.xml.h:20 msgid "Truchet Lines" msgstr "Royes di truchet" -#: hacks/config/ant.xml.h:20 +#: hacks/config/ant.xml.h:21 msgid "Twelve Sided Cells" msgstr "" @@ -1355,23 +1462,30 @@ msgstr "Roedeu des rekins" msgid "Shimmering Water" msgstr "" -#: hacks/config/atlantis.xml.h:11 hacks/config/boxed.xml.h:5 +#: hacks/config/atlantis.xml.h:11 hacks/config/atunnel.xml.h:5 +#: hacks/config/blocktube.xml.h:8 hacks/config/boxed.xml.h:5 #: hacks/config/bubble3d.xml.h:4 hacks/config/cage.xml.h:3 #: hacks/config/circuit.xml.h:9 hacks/config/cubenetic.xml.h:21 -#: hacks/config/dangerball.xml.h:4 hacks/config/endgame.xml.h:4 -#: hacks/config/engine.xml.h:4 hacks/config/extrusion.xml.h:10 -#: hacks/config/flipscreen3d.xml.h:5 hacks/config/fluidballs.xml.h:17 -#: hacks/config/gears.xml.h:6 hacks/config/gflux.xml.h:11 -#: hacks/config/glforestfire.xml.h:13 hacks/config/glplanet.xml.h:5 -#: hacks/config/glsnake.xml.h:10 hacks/config/gltext.xml.h:12 -#: hacks/config/lament.xml.h:5 hacks/config/menger.xml.h:15 -#: hacks/config/moebius.xml.h:6 hacks/config/molecule.xml.h:21 -#: hacks/config/morph3d.xml.h:5 hacks/config/pipes.xml.h:14 -#: hacks/config/pulsar.xml.h:14 hacks/config/queens.xml.h:3 -#: hacks/config/rubik.xml.h:6 hacks/config/sballs.xml.h:12 -#: hacks/config/sierpinski3d.xml.h:6 hacks/config/spheremonics.xml.h:18 -#: hacks/config/sproingies.xml.h:4 hacks/config/stairs.xml.h:2 -#: hacks/config/starwars.xml.h:11 hacks/config/superquadrics.xml.h:6 +#: hacks/config/cubestorm.xml.h:7 hacks/config/dangerball.xml.h:4 +#: hacks/config/endgame.xml.h:4 hacks/config/engine.xml.h:14 +#: hacks/config/extrusion.xml.h:10 hacks/config/flipscreen3d.xml.h:5 +#: hacks/config/fluidballs.xml.h:17 hacks/config/flurry.xml.h:9 +#: hacks/config/flyingtoasters.xml.h:10 hacks/config/gears.xml.h:6 +#: hacks/config/gflux.xml.h:11 hacks/config/glblur.xml.h:13 +#: hacks/config/glforestfire.xml.h:13 hacks/config/glknots.xml.h:16 +#: hacks/config/glmatrix.xml.h:17 hacks/config/glplanet.xml.h:5 +#: hacks/config/glslideshow.xml.h:18 hacks/config/glsnake.xml.h:10 +#: hacks/config/gltext.xml.h:12 hacks/config/hypertorus.xml.h:12 +#: hacks/config/jigglypuff.xml.h:15 hacks/config/klein.xml.h:6 +#: hacks/config/lament.xml.h:5 hacks/config/lavalite.xml.h:26 +#: hacks/config/menger.xml.h:15 hacks/config/moebius.xml.h:6 +#: hacks/config/molecule.xml.h:21 hacks/config/morph3d.xml.h:5 +#: hacks/config/pipes.xml.h:14 hacks/config/pulsar.xml.h:14 +#: hacks/config/queens.xml.h:3 hacks/config/rubik.xml.h:6 +#: hacks/config/sballs.xml.h:12 hacks/config/sierpinski3d.xml.h:6 +#: hacks/config/spheremonics.xml.h:18 hacks/config/sproingies.xml.h:4 +#: hacks/config/stairs.xml.h:2 hacks/config/starwars.xml.h:11 +#: hacks/config/superquadrics.xml.h:7 msgid "Show Frames-per-Second" msgstr "" @@ -1381,13 +1495,14 @@ msgstr "Timide" #: hacks/config/atlantis.xml.h:14 hacks/config/boxed.xml.h:7 #: hacks/config/cage.xml.h:5 hacks/config/extrusion.xml.h:12 -#: hacks/config/gears.xml.h:8 hacks/config/glplanet.xml.h:7 -#: hacks/config/glsnake.xml.h:13 hacks/config/gltext.xml.h:14 -#: hacks/config/menger.xml.h:17 hacks/config/molecule.xml.h:23 -#: hacks/config/munch.xml.h:8 hacks/config/sierpinski3d.xml.h:9 -#: hacks/config/speedmine.xml.h:14 hacks/config/spheremonics.xml.h:21 -#: hacks/config/sproingies.xml.h:7 hacks/config/stairs.xml.h:4 -#: hacks/config/stonerview.xml.h:2 hacks/config/superquadrics.xml.h:8 +#: hacks/config/gears.xml.h:8 hacks/config/glblur.xml.h:15 +#: hacks/config/glplanet.xml.h:7 hacks/config/glsnake.xml.h:13 +#: hacks/config/gltext.xml.h:14 hacks/config/menger.xml.h:17 +#: hacks/config/molecule.xml.h:23 hacks/config/munch.xml.h:8 +#: hacks/config/sierpinski3d.xml.h:9 hacks/config/speedmine.xml.h:14 +#: hacks/config/spheremonics.xml.h:21 hacks/config/sproingies.xml.h:7 +#: hacks/config/stairs.xml.h:4 hacks/config/stonerview.xml.h:2 +#: hacks/config/superquadrics.xml.h:9 msgid "Solid" msgstr "Solide" @@ -1402,18 +1517,22 @@ msgstr "" msgid "Whale Speed" msgstr "Roedeu des balinnes" -#: hacks/config/atlantis.xml.h:17 hacks/config/boxed.xml.h:8 -#: hacks/config/cage.xml.h:8 hacks/config/dangerball.xml.h:11 -#: hacks/config/extrusion.xml.h:19 hacks/config/gears.xml.h:11 -#: hacks/config/glforestfire.xml.h:20 hacks/config/glplanet.xml.h:11 +#: hacks/config/atlantis.xml.h:17 hacks/config/atunnel.xml.h:10 +#: hacks/config/blocktube.xml.h:13 hacks/config/boxed.xml.h:8 +#: hacks/config/cage.xml.h:8 hacks/config/cubestorm.xml.h:14 +#: hacks/config/dangerball.xml.h:11 hacks/config/extrusion.xml.h:19 +#: hacks/config/flyingtoasters.xml.h:14 hacks/config/gears.xml.h:11 +#: hacks/config/glblur.xml.h:20 hacks/config/glforestfire.xml.h:20 +#: hacks/config/glknots.xml.h:23 hacks/config/glplanet.xml.h:11 #: hacks/config/glsnake.xml.h:16 hacks/config/gltext.xml.h:18 -#: hacks/config/lament.xml.h:9 hacks/config/lavalite.xml.h:31 -#: hacks/config/menger.xml.h:21 hacks/config/moebius.xml.h:11 -#: hacks/config/molecule.xml.h:26 hacks/config/pulsar.xml.h:20 -#: hacks/config/sballs.xml.h:18 hacks/config/sierpinski3d.xml.h:12 -#: hacks/config/speedmine.xml.h:18 hacks/config/spheremonics.xml.h:26 -#: hacks/config/sproingies.xml.h:10 hacks/config/stairs.xml.h:7 -#: hacks/config/stonerview.xml.h:4 hacks/config/superquadrics.xml.h:11 +#: hacks/config/jigglypuff.xml.h:25 hacks/config/lament.xml.h:9 +#: hacks/config/lavalite.xml.h:32 hacks/config/menger.xml.h:21 +#: hacks/config/moebius.xml.h:11 hacks/config/molecule.xml.h:26 +#: hacks/config/pulsar.xml.h:20 hacks/config/sballs.xml.h:18 +#: hacks/config/sierpinski3d.xml.h:12 hacks/config/speedmine.xml.h:18 +#: hacks/config/spheremonics.xml.h:26 hacks/config/sproingies.xml.h:10 +#: hacks/config/stairs.xml.h:7 hacks/config/stonerview.xml.h:4 +#: hacks/config/superquadrics.xml.h:12 msgid "Wireframe" msgstr "" @@ -1429,7 +1548,7 @@ msgstr "Nombe di boles" msgid "Ball Mass" msgstr "Masse des boles" -#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:2 +#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:3 msgid "Balls" msgstr "Boles" @@ -1452,16 +1571,18 @@ msgid "Filled Splines" msgstr "" #: hacks/config/attraction.xml.h:10 hacks/config/ccurve.xml.h:9 -#: hacks/config/cubenetic.xml.h:10 hacks/config/euler2d.xml.h:5 -#: hacks/config/flame.xml.h:9 hacks/config/goop.xml.h:6 -#: hacks/config/hopalong.xml.h:10 hacks/config/hyperball.xml.h:3 -#: hacks/config/hypercube.xml.h:3 hacks/config/interference.xml.h:6 +#: hacks/config/cloudlife.xml.h:5 hacks/config/cubenetic.xml.h:10 +#: hacks/config/euler2d.xml.h:5 hacks/config/flame.xml.h:9 +#: hacks/config/glslideshow.xml.h:13 hacks/config/goop.xml.h:6 +#: hacks/config/halftone.xml.h:7 hacks/config/hopalong.xml.h:10 +#: hacks/config/hyperball.xml.h:3 hacks/config/hypercube.xml.h:3 +#: hacks/config/interference.xml.h:6 hacks/config/jigglypuff.xml.h:8 #: hacks/config/kumppa.xml.h:4 hacks/config/lavalite.xml.h:12 #: hacks/config/nerverot.xml.h:11 hacks/config/petri.xml.h:8 #: hacks/config/pyro.xml.h:5 hacks/config/qix.xml.h:10 #: hacks/config/speedmine.xml.h:5 hacks/config/spheremonics.xml.h:6 #: hacks/config/spiral.xml.h:4 hacks/config/squiral.xml.h:6 -#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:4 +#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:5 #: hacks/config/t3d.xml.h:7 hacks/config/twang.xml.h:5 #: hacks/config/wander.xml.h:8 msgid "High" @@ -1491,15 +1612,17 @@ msgstr "" #: hacks/config/attraction.xml.h:15 hacks/config/deluxe.xml.h:5 #: hacks/config/lmorph.xml.h:7 hacks/config/pedal.xml.h:5 -#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:3 +#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:10 msgid "Lines" msgstr "Royes" -#: hacks/config/attraction.xml.h:16 hacks/config/braid.xml.h:6 -#: hacks/config/cynosure.xml.h:5 hacks/config/drift.xml.h:8 +#: hacks/config/attraction.xml.h:16 hacks/config/blocktube.xml.h:5 +#: hacks/config/braid.xml.h:6 hacks/config/cynosure.xml.h:5 +#: hacks/config/drift.xml.h:8 hacks/config/eruption.xml.h:11 #: hacks/config/euler2d.xml.h:6 hacks/config/galaxy.xml.h:5 -#: hacks/config/juggle.xml.h:5 hacks/config/laser.xml.h:5 -#: hacks/config/menger.xml.h:4 hacks/config/munch.xml.h:4 +#: hacks/config/juggle.xml.h:5 hacks/config/klein.xml.h:4 +#: hacks/config/laser.xml.h:5 hacks/config/menger.xml.h:4 +#: hacks/config/metaballs.xml.h:5 hacks/config/munch.xml.h:4 #: hacks/config/nerverot.xml.h:13 hacks/config/petri.xml.h:9 #: hacks/config/polyominoes.xml.h:4 hacks/config/rotor.xml.h:5 #: hacks/config/shadebobs.xml.h:4 hacks/config/sierpinski3d.xml.h:3 @@ -1509,16 +1632,18 @@ msgid "Long" msgstr "Long" #: hacks/config/attraction.xml.h:17 hacks/config/ccurve.xml.h:10 -#: hacks/config/cubenetic.xml.h:12 hacks/config/euler2d.xml.h:7 -#: hacks/config/flame.xml.h:10 hacks/config/goop.xml.h:7 -#: hacks/config/hopalong.xml.h:14 hacks/config/hyperball.xml.h:6 -#: hacks/config/hypercube.xml.h:5 hacks/config/interference.xml.h:9 +#: hacks/config/cloudlife.xml.h:8 hacks/config/cubenetic.xml.h:12 +#: hacks/config/euler2d.xml.h:7 hacks/config/flame.xml.h:10 +#: hacks/config/glslideshow.xml.h:15 hacks/config/goop.xml.h:7 +#: hacks/config/halftone.xml.h:9 hacks/config/hopalong.xml.h:14 +#: hacks/config/hyperball.xml.h:6 hacks/config/hypercube.xml.h:5 +#: hacks/config/interference.xml.h:9 hacks/config/jigglypuff.xml.h:11 #: hacks/config/kumppa.xml.h:6 hacks/config/lavalite.xml.h:14 #: hacks/config/nerverot.xml.h:14 hacks/config/petri.xml.h:10 #: hacks/config/pyro.xml.h:7 hacks/config/qix.xml.h:13 #: hacks/config/speedmine.xml.h:6 hacks/config/spheremonics.xml.h:8 #: hacks/config/spiral.xml.h:5 hacks/config/squiral.xml.h:8 -#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:5 +#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:6 #: hacks/config/t3d.xml.h:8 hacks/config/twang.xml.h:7 #: hacks/config/wander.xml.h:11 msgid "Low" @@ -1544,10 +1669,12 @@ msgstr "" msgid "Repulsion Threshold" msgstr "" -#: hacks/config/attraction.xml.h:25 hacks/config/braid.xml.h:10 -#: hacks/config/cynosure.xml.h:8 hacks/config/drift.xml.h:11 +#: hacks/config/attraction.xml.h:25 hacks/config/blocktube.xml.h:7 +#: hacks/config/braid.xml.h:10 hacks/config/cynosure.xml.h:8 +#: hacks/config/drift.xml.h:11 hacks/config/eruption.xml.h:18 #: hacks/config/euler2d.xml.h:12 hacks/config/galaxy.xml.h:8 -#: hacks/config/laser.xml.h:9 hacks/config/menger.xml.h:14 +#: hacks/config/klein.xml.h:5 hacks/config/laser.xml.h:9 +#: hacks/config/menger.xml.h:14 hacks/config/metaballs.xml.h:12 #: hacks/config/munch.xml.h:6 hacks/config/nerverot.xml.h:19 #: hacks/config/petri.xml.h:22 hacks/config/polyominoes.xml.h:9 #: hacks/config/rotor.xml.h:9 hacks/config/shadebobs.xml.h:8 @@ -1569,6 +1696,55 @@ msgstr "Cawes" msgid "Trail Length" msgstr "" +#: hacks/config/atunnel.xml.h:1 +msgid "Atunnel" +msgstr "" + +#: hacks/config/atunnel.xml.h:2 +msgid "" +"Draws an animation of a textured tunnel in GL. Requires OpenGL, and a " +"machine with fast hardware support for texture maps. Written by Eric " +"Lassauge and Roman Podobedov." +msgstr "" + +#: hacks/config/atunnel.xml.h:4 hacks/config/distort.xml.h:9 +#: hacks/config/glforestfire.xml.h:10 hacks/config/lament.xml.h:4 +#: hacks/config/sballs.xml.h:6 +msgid "Normal" +msgstr "NormÃ¥" + +#: hacks/config/atunnel.xml.h:8 hacks/config/glforestfire.xml.h:18 +#: hacks/config/lament.xml.h:8 hacks/config/sballs.xml.h:17 +msgid "Untextured" +msgstr "" + +#: hacks/config/atunnel.xml.h:9 +msgid "Use light" +msgstr "" + +#: hacks/config/barcode.xml.h:1 +#, fuzzy +msgid "Barcode" +msgstr "Foyter" + +#: hacks/config/barcode.xml.h:2 +msgid "Barcode Clock (24 Hour)" +msgstr "" + +#: hacks/config/barcode.xml.h:3 +msgid "Barcode Clock (AM/PM)" +msgstr "" + +#: hacks/config/barcode.xml.h:5 +msgid "Scrolling Barcodes" +msgstr "" + +#: hacks/config/barcode.xml.h:8 +msgid "" +"This draws a random sequence of colorful barcodes scrolling across your " +"screen. CONSUME! By Dan Bornstein." +msgstr "" + #: hacks/config/blaster.xml.h:1 msgid "Blaster" msgstr "" @@ -1626,6 +1802,32 @@ msgid "" "image and rotate that." msgstr "" +#: hacks/config/blocktube.xml.h:1 +msgid "BlockTube" +msgstr "" + +#: hacks/config/blocktube.xml.h:2 +msgid "Color Change Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:3 +msgid "Color Hold Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:6 +msgid "Reflective Blocks" +msgstr "" + +#: hacks/config/blocktube.xml.h:10 +msgid "Solid Blocks" +msgstr "" + +#: hacks/config/blocktube.xml.h:12 +msgid "" +"This hack draws a swirling, falling tunnel of reflective slabs. They fade " +"from hue to hue. Written by Lars R. Damerow." +msgstr "" + #: hacks/config/bouboule.xml.h:1 msgid "Bouboule" msgstr "Bouboule" @@ -1644,13 +1846,51 @@ msgid "" "spots painted on its invisible surface. Written by Jeremie Petit." msgstr "" -#: hacks/config/boxed.xml.h:1 hacks/config/gears.xml.h:1 -#: hacks/config/gflux.xml.h:1 hacks/config/pyro.xml.h:1 +#: hacks/config/bouncingcow.xml.h:1 +msgid "A Cow. A Trampoline. Together, they fight crime. By Jamie Zawinski." +msgstr "" + +#: hacks/config/bouncingcow.xml.h:2 hacks/config/boxed.xml.h:1 +#: hacks/config/cubestorm.xml.h:1 hacks/config/flyingtoasters.xml.h:3 +#: hacks/config/gears.xml.h:1 hacks/config/gflux.xml.h:1 +#: hacks/config/glknots.xml.h:1 hacks/config/glmatrix.xml.h:1 +#: hacks/config/jigglypuff.xml.h:1 hacks/config/pyro.xml.h:1 #: hacks/config/rd-bomb.xml.h:6 hacks/config/rocks.xml.h:1 #: hacks/config/starwars.xml.h:1 hacks/config/xfishtank.xml.h:1 msgid "Animation Speed" msgstr "Roedeu di l' animÃ¥cion" +#: hacks/config/bouncingcow.xml.h:3 +msgid "Beefy Cow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:4 +#, fuzzy +msgid "Bounce Speed" +msgstr "Roedeu del wache" + +#: hacks/config/bouncingcow.xml.h:5 +msgid "BouncingCow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:7 +msgid "Herd" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:8 +#, fuzzy +msgid "Moo" +msgstr "Mono" + +#: hacks/config/bouncingcow.xml.h:9 +#, fuzzy +msgid "Number of Cows" +msgstr "Nombe di coleurs" + +#: hacks/config/bouncingcow.xml.h:11 +msgid "Wireframe Cow" +msgstr "" + #: hacks/config/boxed.xml.h:2 msgid "Boxed" msgstr "" @@ -1671,23 +1911,24 @@ msgid "" "Neil." msgstr "" -#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:8 +#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:9 #: hacks/config/ccurve.xml.h:7 hacks/config/coral.xml.h:6 #: hacks/config/cynosure.xml.h:3 hacks/config/deco.xml.h:4 #: hacks/config/drift.xml.h:2 hacks/config/epicycle.xml.h:3 -#: hacks/config/euler2d.xml.h:1 hacks/config/flame.xml.h:5 -#: hacks/config/galaxy.xml.h:2 hacks/config/glsnake.xml.h:4 -#: hacks/config/helix.xml.h:3 hacks/config/hopalong.xml.h:2 -#: hacks/config/imsmap.xml.h:6 hacks/config/laser.xml.h:2 -#: hacks/config/menger.xml.h:2 hacks/config/moire.xml.h:3 -#: hacks/config/molecule.xml.h:9 hacks/config/munch.xml.h:2 -#: hacks/config/nerverot.xml.h:8 hacks/config/pedal.xml.h:3 -#: hacks/config/penrose.xml.h:5 hacks/config/polyominoes.xml.h:1 -#: hacks/config/rorschach.xml.h:3 hacks/config/rotzoomer.xml.h:5 -#: hacks/config/shadebobs.xml.h:2 hacks/config/sierpinski3d.xml.h:1 -#: hacks/config/spheremonics.xml.h:4 hacks/config/starfish.xml.h:2 -#: hacks/config/vidwhacker.xml.h:3 hacks/config/wander.xml.h:7 -#: hacks/config/xspirograph.xml.h:3 +#: hacks/config/eruption.xml.h:3 hacks/config/euler2d.xml.h:1 +#: hacks/config/flame.xml.h:5 hacks/config/galaxy.xml.h:2 +#: hacks/config/glsnake.xml.h:4 hacks/config/helix.xml.h:3 +#: hacks/config/hopalong.xml.h:2 hacks/config/imsmap.xml.h:6 +#: hacks/config/klein.xml.h:1 hacks/config/laser.xml.h:2 +#: hacks/config/menger.xml.h:2 hacks/config/metaballs.xml.h:3 +#: hacks/config/moire.xml.h:3 hacks/config/molecule.xml.h:9 +#: hacks/config/munch.xml.h:2 hacks/config/nerverot.xml.h:8 +#: hacks/config/pedal.xml.h:3 hacks/config/penrose.xml.h:5 +#: hacks/config/polyominoes.xml.h:1 hacks/config/rorschach.xml.h:3 +#: hacks/config/rotzoomer.xml.h:5 hacks/config/shadebobs.xml.h:2 +#: hacks/config/sierpinski3d.xml.h:1 hacks/config/spheremonics.xml.h:4 +#: hacks/config/starfish.xml.h:2 hacks/config/vidwhacker.xml.h:3 +#: hacks/config/wander.xml.h:7 hacks/config/xspirograph.xml.h:3 msgid "Duration" msgstr "" @@ -1714,18 +1955,22 @@ msgid "AmigaDOS" msgstr "AmigaDOS" #: hacks/config/bsod.xml.h:4 +msgid "Apple II" +msgstr "" + +#: hacks/config/bsod.xml.h:5 msgid "Atari" msgstr "Atari" -#: hacks/config/bsod.xml.h:5 +#: hacks/config/bsod.xml.h:6 msgid "BSD" msgstr "BSD" -#: hacks/config/bsod.xml.h:6 +#: hacks/config/bsod.xml.h:7 msgid "BSOD" msgstr "BSOD" -#: hacks/config/bsod.xml.h:7 +#: hacks/config/bsod.xml.h:8 msgid "" "BSOD stands for ``Blue Screen of Death.'' The finest in personal computer " "emulation, this hack simulates popular screen savers from a number of less " @@ -1737,43 +1982,61 @@ msgstr "" "Ci spÃ¥rgneu chal fwait l' simulÃ¥cion des waitroûlêyes d' aroke di sacwants " "sistinmes d' operance ene miete moens stocaesse. Sicrît pa Jamie Zawinski." -#: hacks/config/bsod.xml.h:9 +#: hacks/config/bsod.xml.h:10 +msgid "HPUX" +msgstr "" + +#: hacks/config/bsod.xml.h:11 +#, fuzzy +msgid "Linux" +msgstr "Sparc Linux" + +#: hacks/config/bsod.xml.h:12 msgid "Mac Bomb" msgstr "Mac Bomb" -#: hacks/config/bsod.xml.h:10 +#: hacks/config/bsod.xml.h:13 +msgid "MacOS X" +msgstr "" + +#: hacks/config/bsod.xml.h:14 msgid "MacsBug" msgstr "MacsBug" -#: hacks/config/bsod.xml.h:11 +#: hacks/config/bsod.xml.h:15 msgid "NCD X Terminal" msgstr "TerminÃ¥ X di NCD" -#: hacks/config/bsod.xml.h:12 +#: hacks/config/bsod.xml.h:16 +msgid "OS/390" +msgstr "" + +#: hacks/config/bsod.xml.h:17 msgid "SCO" msgstr "SCO" -#: hacks/config/bsod.xml.h:13 +#: hacks/config/bsod.xml.h:18 msgid "Sad Mac" msgstr "Mac trisse" -#: hacks/config/bsod.xml.h:14 +#: hacks/config/bsod.xml.h:19 msgid "Solaris" msgstr "Solaris" -#: hacks/config/bsod.xml.h:15 +#: hacks/config/bsod.xml.h:20 msgid "Sparc Linux" msgstr "Sparc Linux" -#: hacks/config/bsod.xml.h:16 -msgid "Windows" -msgstr "Windows" - -#: hacks/config/bsod.xml.h:17 +#: hacks/config/bsod.xml.h:21 msgid "Windows 2000" msgstr "Windows 2000" -#: hacks/config/bsod.xml.h:18 +#: hacks/config/bsod.xml.h:22 +#, fuzzy +msgid "Windows 3.1" +msgstr "Windows" + +#: hacks/config/bsod.xml.h:23 msgid "Windows NT" msgstr "Windows NT" @@ -1870,7 +2133,7 @@ msgstr "TÃ¥rdjaedje" #: hacks/config/ccurve.xml.h:6 hacks/config/coral.xml.h:5 #: hacks/config/imsmap.xml.h:5 hacks/config/kumppa.xml.h:1 #: hacks/config/qix.xml.h:6 hacks/config/squiral.xml.h:2 -#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:3 +#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:2 msgid "Density" msgstr "Dinsité" @@ -1909,18 +2172,57 @@ msgstr "Fé tourner" msgid "Rotation Speed" msgstr "" -#: hacks/config/circuit.xml.h:12 hacks/config/dangerball.xml.h:9 -#: hacks/config/engine.xml.h:7 +#: hacks/config/circuit.xml.h:12 hacks/config/cubestorm.xml.h:9 +#: hacks/config/dangerball.xml.h:9 hacks/config/engine.xml.h:17 +#: hacks/config/klein.xml.h:9 hacks/config/whirlygig.xml.h:14 msgid "Spin" msgstr "" -#: hacks/config/compass.xml.h:1 -msgid "Compass" +#: hacks/config/cloudlife.xml.h:1 hacks/config/demon.xml.h:2 +#: hacks/config/petri.xml.h:1 +msgid "Cell Size" msgstr "" -#: hacks/config/compass.xml.h:2 hacks/config/deluxe.xml.h:3 -#: hacks/config/interference.xml.h:4 hacks/config/kumppa.xml.h:2 -#: hacks/config/nerverot.xml.h:6 hacks/config/pipes.xml.h:4 +#: hacks/config/cloudlife.xml.h:2 +msgid "CloudLife" +msgstr "" + +#: hacks/config/cloudlife.xml.h:4 +msgid "" +"Generates cloud-like formations based on a variant of Conway's Life. The " +"difference is that cells have a maximum age, after which they count as 3 for " +"populating the next generation. This makes long-lived formations explode " +"instead of just sitting there burning a hole in your screen. Written by Don " +"Marti." +msgstr "" + +#: hacks/config/cloudlife.xml.h:6 +#, fuzzy +msgid "Initial Density" +msgstr "Dinsité" + +#: hacks/config/cloudlife.xml.h:9 +#, fuzzy +msgid "Max Age" +msgstr "Grandeu macsimom" + +#: hacks/config/cloudlife.xml.h:10 +msgid "Old" +msgstr "" + +#: hacks/config/cloudlife.xml.h:14 +#, fuzzy +msgid "Young" +msgstr "Long" + +#: hacks/config/compass.xml.h:1 +msgid "Compass" +msgstr "" + +#: hacks/config/compass.xml.h:2 hacks/config/deluxe.xml.h:3 +#: hacks/config/interference.xml.h:4 hacks/config/kumppa.xml.h:2 +#: hacks/config/nerverot.xml.h:6 hacks/config/piecewise.xml.h:3 +#: hacks/config/pipes.xml.h:4 msgid "Double Buffer" msgstr "Dobe tampon" @@ -1940,10 +2242,10 @@ msgid "1 Minute" msgstr "1 munute" #: hacks/config/coral.xml.h:2 hacks/config/deco.xml.h:2 -#: hacks/config/helix.xml.h:2 hacks/config/imsmap.xml.h:2 -#: hacks/config/moire.xml.h:2 hacks/config/pedal.xml.h:2 -#: hacks/config/penrose.xml.h:1 hacks/config/rorschach.xml.h:2 -#: hacks/config/xspirograph.xml.h:2 +#: hacks/config/glslideshow.xml.h:1 hacks/config/helix.xml.h:2 +#: hacks/config/imsmap.xml.h:2 hacks/config/moire.xml.h:2 +#: hacks/config/pedal.xml.h:2 hacks/config/penrose.xml.h:1 +#: hacks/config/rorschach.xml.h:2 hacks/config/xspirograph.xml.h:2 msgid "1 Second" msgstr "1 segonde" @@ -1952,6 +2254,7 @@ msgid "Coral" msgstr "CorÃ¥" #: hacks/config/coral.xml.h:4 hacks/config/gflux.xml.h:3 +#: hacks/config/glblur.xml.h:2 hacks/config/glmatrix.xml.h:3 #: hacks/config/imsmap.xml.h:4 hacks/config/lavalite.xml.h:6 #: hacks/config/pyro.xml.h:2 hacks/config/qix.xml.h:5 #: hacks/config/squiral.xml.h:1 hacks/config/xearth.xml.h:4 @@ -1968,10 +2271,11 @@ msgid "" msgstr "" #: hacks/config/coral.xml.h:13 hacks/config/gflux.xml.h:13 -#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:28 +#: hacks/config/glblur.xml.h:16 hacks/config/glmatrix.xml.h:19 +#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:29 #: hacks/config/pyro.xml.h:14 hacks/config/qix.xml.h:21 #: hacks/config/squiral.xml.h:15 hacks/config/xearth.xml.h:24 -#: hacks/config/xmatrix.xml.h:16 +#: hacks/config/xmatrix.xml.h:17 msgid "Sparse" msgstr "" @@ -2005,13 +2309,13 @@ msgstr "Mitan del waitroûle" #: hacks/config/grav.xml.h:1 hacks/config/julia.xml.h:1 #: hacks/config/laser.xml.h:1 hacks/config/lisa.xml.h:1 #: hacks/config/lissie.xml.h:2 hacks/config/morph3d.xml.h:2 -#: hacks/config/mountain.xml.h:1 hacks/config/qix.xml.h:4 -#: hacks/config/rocks.xml.h:2 hacks/config/rotor.xml.h:2 -#: hacks/config/rubik.xml.h:1 hacks/config/shadebobs.xml.h:1 -#: hacks/config/sierpinski.xml.h:1 hacks/config/slip.xml.h:1 -#: hacks/config/spiral.xml.h:1 hacks/config/sproingies.xml.h:1 -#: hacks/config/superquadrics.xml.h:1 hacks/config/swirl.xml.h:1 -#: hacks/config/worm.xml.h:2 +#: hacks/config/mountain.xml.h:1 hacks/config/piecewise.xml.h:2 +#: hacks/config/qix.xml.h:4 hacks/config/rocks.xml.h:2 +#: hacks/config/rotor.xml.h:2 hacks/config/rubik.xml.h:1 +#: hacks/config/shadebobs.xml.h:1 hacks/config/sierpinski.xml.h:1 +#: hacks/config/slip.xml.h:1 hacks/config/spiral.xml.h:1 +#: hacks/config/sproingies.xml.h:1 hacks/config/superquadrics.xml.h:1 +#: hacks/config/swirl.xml.h:1 hacks/config/worm.xml.h:2 msgid "Count" msgstr "Conter" @@ -2065,7 +2369,8 @@ msgstr "HÃ¥yner les stoeles" msgid "Display Wireframe" msgstr "HÃ¥yner les stoeles" -#: hacks/config/cubenetic.xml.h:6 hacks/config/gltext.xml.h:2 +#: hacks/config/cubenetic.xml.h:6 hacks/config/glblur.xml.h:3 +#: hacks/config/glknots.xml.h:2 hacks/config/gltext.xml.h:2 #: hacks/config/lavalite.xml.h:7 hacks/config/menger.xml.h:1 #: hacks/config/molecule.xml.h:4 hacks/config/spheremonics.xml.h:1 msgid "Don't Rotate" @@ -2078,43 +2383,50 @@ msgid "" "Jamie Zawinski." msgstr "" -#: hacks/config/cubenetic.xml.h:14 hacks/config/gltext.xml.h:5 +#: hacks/config/cubenetic.xml.h:14 hacks/config/glblur.xml.h:6 +#: hacks/config/glknots.xml.h:8 hacks/config/gltext.xml.h:5 #: hacks/config/lavalite.xml.h:19 hacks/config/menger.xml.h:7 #: hacks/config/molecule.xml.h:14 hacks/config/spheremonics.xml.h:10 msgid "Rotate around X and Y axes" msgstr "Fé tourner Ã¥toû des aessis X et Y" -#: hacks/config/cubenetic.xml.h:15 hacks/config/gltext.xml.h:6 +#: hacks/config/cubenetic.xml.h:15 hacks/config/glblur.xml.h:7 +#: hacks/config/glknots.xml.h:9 hacks/config/gltext.xml.h:6 #: hacks/config/lavalite.xml.h:20 hacks/config/menger.xml.h:8 #: hacks/config/molecule.xml.h:15 hacks/config/spheremonics.xml.h:11 msgid "Rotate around X and Z axes" msgstr "Fé tourner Ã¥toû des aessis X et Z" -#: hacks/config/cubenetic.xml.h:16 hacks/config/gltext.xml.h:7 +#: hacks/config/cubenetic.xml.h:16 hacks/config/glblur.xml.h:8 +#: hacks/config/glknots.xml.h:10 hacks/config/gltext.xml.h:7 #: hacks/config/lavalite.xml.h:21 hacks/config/menger.xml.h:9 #: hacks/config/molecule.xml.h:16 hacks/config/spheremonics.xml.h:12 msgid "Rotate around X axis" msgstr "Fé tourner Ã¥toû di l' aessi X" -#: hacks/config/cubenetic.xml.h:17 hacks/config/gltext.xml.h:8 +#: hacks/config/cubenetic.xml.h:17 hacks/config/glblur.xml.h:9 +#: hacks/config/glknots.xml.h:11 hacks/config/gltext.xml.h:8 #: hacks/config/lavalite.xml.h:22 hacks/config/menger.xml.h:10 #: hacks/config/molecule.xml.h:17 hacks/config/spheremonics.xml.h:13 msgid "Rotate around Y and Z axes" msgstr "Fé tourner Ã¥toû des aessis Y et Z" -#: hacks/config/cubenetic.xml.h:18 hacks/config/gltext.xml.h:9 +#: hacks/config/cubenetic.xml.h:18 hacks/config/glblur.xml.h:10 +#: hacks/config/glknots.xml.h:12 hacks/config/gltext.xml.h:9 #: hacks/config/lavalite.xml.h:23 hacks/config/menger.xml.h:11 #: hacks/config/molecule.xml.h:18 hacks/config/spheremonics.xml.h:14 msgid "Rotate around Y axis" msgstr "Fé tourner Ã¥toû di l' aessi Y" -#: hacks/config/cubenetic.xml.h:19 hacks/config/gltext.xml.h:10 +#: hacks/config/cubenetic.xml.h:19 hacks/config/glblur.xml.h:11 +#: hacks/config/glknots.xml.h:13 hacks/config/gltext.xml.h:10 #: hacks/config/lavalite.xml.h:24 hacks/config/menger.xml.h:12 #: hacks/config/molecule.xml.h:19 hacks/config/spheremonics.xml.h:15 msgid "Rotate around Z axis" msgstr "Fé tourner Ã¥toû di l' aessi Z" -#: hacks/config/cubenetic.xml.h:20 hacks/config/gltext.xml.h:11 +#: hacks/config/cubenetic.xml.h:20 hacks/config/glblur.xml.h:12 +#: hacks/config/glknots.xml.h:14 hacks/config/gltext.xml.h:11 #: hacks/config/lavalite.xml.h:25 hacks/config/menger.xml.h:13 #: hacks/config/molecule.xml.h:20 hacks/config/spheremonics.xml.h:16 msgid "Rotate around all three axes" @@ -2132,14 +2444,41 @@ msgstr "" msgid "Surface Pattern Speed" msgstr "" -#: hacks/config/cubenetic.xml.h:28 hacks/config/dangerball.xml.h:10 -#: hacks/config/engine.xml.h:8 hacks/config/glforestfire.xml.h:19 -#: hacks/config/gltext.xml.h:17 hacks/config/lavalite.xml.h:30 -#: hacks/config/menger.xml.h:20 hacks/config/molecule.xml.h:25 -#: hacks/config/spheremonics.xml.h:25 hacks/config/wander.xml.h:15 +#: hacks/config/cubenetic.xml.h:28 hacks/config/cubestorm.xml.h:13 +#: hacks/config/dangerball.xml.h:10 hacks/config/engine.xml.h:20 +#: hacks/config/glblur.xml.h:19 hacks/config/glforestfire.xml.h:19 +#: hacks/config/glknots.xml.h:22 hacks/config/gltext.xml.h:17 +#: hacks/config/lavalite.xml.h:31 hacks/config/menger.xml.h:20 +#: hacks/config/molecule.xml.h:25 hacks/config/spheremonics.xml.h:25 +#: hacks/config/wander.xml.h:15 msgid "Wander" msgstr "" +#: hacks/config/cubestorm.xml.h:2 +msgid "CubeStorm" +msgstr "" + +#: hacks/config/cubestorm.xml.h:3 +msgid "" +"Draws a series of rotating 3D boxes that intersect each other and eventually " +"fill space. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/cubestorm.xml.h:5 hacks/config/glknots.xml.h:6 +#, fuzzy +msgid "Motion Speed" +msgstr "Roedeu di l' animÃ¥cion" + +#: hacks/config/cubestorm.xml.h:6 +#, fuzzy +msgid "Number of Cubes" +msgstr "Nombe d' åbes" + +#: hacks/config/cubestorm.xml.h:10 +#, fuzzy +msgid "Strut Thickness" +msgstr "Sipexheu" + #: hacks/config/cynosure.xml.h:1 msgid "" "A hack similar to `greynetic', but less frenetic. The first implementation " @@ -2239,8 +2578,8 @@ msgid "" "This takes an image and makes it melt. You've no doubt seen this effect " "before, but no screensaver would really be complete without it. It works " "best if there's something colorful visible. Warning, if the effect continues " -"after the screen saver is off, seek medical attention. Written by David Wald " -"and Vivek Khera." +"after the screen saver is off, seek medical attention. Written by David " +"Wald, Vivek Khera, Jamie Zawinski, and Vince Levey." msgstr "" #: hacks/config/deco.xml.h:3 @@ -2265,7 +2604,7 @@ msgid "" msgstr "" #: hacks/config/deco.xml.h:11 hacks/config/rd-bomb.xml.h:23 -#: hacks/config/whirlygig.xml.h:7 hacks/config/xearth.xml.h:33 +#: hacks/config/whirlygig.xml.h:20 hacks/config/xearth.xml.h:33 #: hacks/config/zoom.xml.h:10 msgid "x" msgstr "x" @@ -2292,10 +2631,6 @@ msgid "" "stripes and spirals. Written by David Bagley." msgstr "" -#: hacks/config/demon.xml.h:2 hacks/config/petri.xml.h:1 -msgid "Cell Size" -msgstr "" - #: hacks/config/demon.xml.h:3 msgid "Demon" msgstr "Demon" @@ -2338,11 +2673,6 @@ msgstr "" msgid "Magnify" msgstr "" -#: hacks/config/distort.xml.h:9 hacks/config/glforestfire.xml.h:10 -#: hacks/config/lament.xml.h:4 hacks/config/sballs.xml.h:6 -msgid "Normal" -msgstr "NormÃ¥" - #: hacks/config/distort.xml.h:10 msgid "Reflect" msgstr "" @@ -2393,18 +2723,43 @@ msgid "Lissojous Figures" msgstr "" #: hacks/config/electricsheep.xml.h:1 -msgid "ElectricSheep" -msgstr "Berbis Electrikes" - -#: hacks/config/electricsheep.xml.h:2 msgid "" "ElectricSheep is an xscreensaver module that displays mpeg video of an " "animated fractal flame. In the background, it contributes render cycles to " "the next animation. Periodically it uploades completed frames to the server, " "where they are compressed for distribution to all clients. This program is " -"recommended only if you have a high bandwidth connection to the Internet. By " -"Scott Draves. You can find it at <http://www.electricsheep.org/>. See " -"that web site for configuration information." +"recommended only if you have a high bandwidth, always-on connection to the " +"Internet. By Scott Draves. You can find it at <http://www.electricsheep." +"org/>." +msgstr "" + +#: hacks/config/electricsheep.xml.h:2 +msgid "Frame Rate" +msgstr "" + +#: hacks/config/electricsheep.xml.h:3 +msgid "Hide Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:4 +msgid "Megabytes of Local Sheep Storage" +msgstr "" + +#: hacks/config/electricsheep.xml.h:5 +msgid "Nickname" +msgstr "" + +#: hacks/config/electricsheep.xml.h:6 +msgid "Repititions of each Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:7 +#, fuzzy +msgid "Standalone" +msgstr "SitandÃ¥rd" + +#: hacks/config/electricsheep.xml.h:8 +msgid "URL" msgstr "" #: hacks/config/endgame.xml.h:1 @@ -2418,15 +2773,64 @@ msgid "Endgame" msgstr "" #: hacks/config/engine.xml.h:1 -msgid "" -"Draws a simple four-stroke engine that floats around the screen. Written by " -"Ben Buxton." +msgid "Audi Quattro (5 cylinders)" msgstr "" #: hacks/config/engine.xml.h:2 +msgid "BMW M3 (4 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:3 +msgid "BMW M5 (6 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:4 +msgid "Corvette Z06 (8 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:5 +msgid "Dodge Viper (10 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:6 +msgid "" +"Draws a simple model of an engine that floats around the screen. Written by " +"Ben Buxton and Ed Beroset." +msgstr "" + +#: hacks/config/engine.xml.h:7 msgid "Engine" msgstr "" +#: hacks/config/engine.xml.h:9 +msgid "Honda Insight (3 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:10 +msgid "Jaguar XKE (12 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:11 +msgid "Porsche 911 (6 cylinders, flat)" +msgstr "" + +#: hacks/config/engine.xml.h:12 +#, fuzzy +msgid "Random Engine" +msgstr "A l' astcheyance" + +#: hacks/config/engine.xml.h:13 +msgid "Show Engine Name" +msgstr "" + +#: hacks/config/engine.xml.h:18 +msgid "Subaru XT (6 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:19 +msgid "VW Beetle (4 cylinders, flat)" +msgstr "" + #: hacks/config/epicycle.xml.h:4 msgid "Epicycle" msgstr "" @@ -2443,6 +2847,53 @@ msgid "" "planetary motion. Written by James Youngman." msgstr "" +#: hacks/config/eruption.xml.h:1 +msgid "An exposive version of XFlame. By W.P. van Paassen." +msgstr "" + +#: hacks/config/eruption.xml.h:2 +msgid "Cooling factor" +msgstr "" + +#: hacks/config/eruption.xml.h:4 +#, fuzzy +msgid "Eruption" +msgstr "Discrijhaedje" + +#: hacks/config/eruption.xml.h:7 hacks/config/fluidballs.xml.h:9 +#: hacks/config/qix.xml.h:9 hacks/config/speedmine.xml.h:4 +msgid "Gravity" +msgstr "Gravité" + +#: hacks/config/eruption.xml.h:8 +msgid "Heat" +msgstr "" + +#: hacks/config/eruption.xml.h:9 +msgid "Inferno" +msgstr "" + +#: hacks/config/eruption.xml.h:10 +msgid "Little" +msgstr "" + +#: hacks/config/eruption.xml.h:13 +msgid "Negative" +msgstr "" + +#: hacks/config/eruption.xml.h:15 +#, fuzzy +msgid "Number of Particles" +msgstr "Nombe d' åbes" + +#: hacks/config/eruption.xml.h:16 +msgid "Pleasant" +msgstr "" + +#: hacks/config/eruption.xml.h:17 +msgid "Positive" +msgstr "" + #: hacks/config/euler2d.xml.h:2 msgid "Euler2d" msgstr "" @@ -2554,7 +3005,8 @@ msgstr "" msgid "0 Seconds" msgstr "0 segondes" -#: hacks/config/flame.xml.h:2 hacks/config/maze.xml.h:2 +#: hacks/config/flame.xml.h:2 hacks/config/glslideshow.xml.h:2 +#: hacks/config/maze.xml.h:2 msgid "10 Seconds" msgstr "10 segondes" @@ -2562,7 +3014,7 @@ msgstr "10 segondes" msgid "Another iterative fractal generator. Written by Scott Draves." msgstr "" -#: hacks/config/flame.xml.h:4 +#: hacks/config/flame.xml.h:4 hacks/config/jigglypuff.xml.h:4 msgid "Complexity" msgstr "" @@ -2623,31 +3075,27 @@ msgid "Zoom In and Out" msgstr "" #: hacks/config/fluidballs.xml.h:1 +msgid " Freefall" +msgstr "" + +#: hacks/config/fluidballs.xml.h:2 msgid "Ball Size" msgstr "Grandeu des boles" -#: hacks/config/fluidballs.xml.h:5 +#: hacks/config/fluidballs.xml.h:4 +#, fuzzy +msgid "Clay" +msgstr "TÃ¥rdjaedje" + +#: hacks/config/fluidballs.xml.h:7 #, fuzzy msgid "FluidBalls" msgstr "Boles" -#: hacks/config/fluidballs.xml.h:6 -msgid "Freefall" -msgstr "" - -#: hacks/config/fluidballs.xml.h:7 hacks/config/twang.xml.h:4 +#: hacks/config/fluidballs.xml.h:8 hacks/config/twang.xml.h:4 msgid "Friction" msgstr "" -#: hacks/config/fluidballs.xml.h:8 -msgid "Glass" -msgstr "" - -#: hacks/config/fluidballs.xml.h:9 hacks/config/qix.xml.h:9 -#: hacks/config/speedmine.xml.h:4 -msgid "Gravity" -msgstr "Gravité" - #: hacks/config/fluidballs.xml.h:10 msgid "Hurricane" msgstr "" @@ -2665,8 +3113,9 @@ msgid "" msgstr "" #: hacks/config/fluidballs.xml.h:15 -msgid "Sandpaper" -msgstr "" +#, fuzzy +msgid "Rubber" +msgstr "Boles" #: hacks/config/fluidballs.xml.h:16 msgid "Shake Box" @@ -2685,6 +3134,100 @@ msgstr "" msgid "Wind" msgstr "Vint" +#: hacks/config/flurry.xml.h:1 +msgid "Binary" +msgstr "" + +#: hacks/config/flurry.xml.h:2 +msgid "Classic" +msgstr "" + +#: hacks/config/flurry.xml.h:3 +#, fuzzy +msgid "Fire" +msgstr "_Fitchî" + +#: hacks/config/flurry.xml.h:4 +msgid "Flurry" +msgstr "" + +#: hacks/config/flurry.xml.h:5 +msgid "Insane" +msgstr "" + +#: hacks/config/flurry.xml.h:6 +#, fuzzy +msgid "Psychedelic" +msgstr "Coleurs psikedelikes" + +#: hacks/config/flurry.xml.h:7 +msgid "RGB" +msgstr "" + +#: hacks/config/flurry.xml.h:8 hacks/config/jigglypuff.xml.h:13 +#: hacks/config/sballs.xml.h:10 hacks/config/whirlygig.xml.h:12 +msgid "Random" +msgstr "A l' astcheyance" + +#: hacks/config/flurry.xml.h:10 +msgid "" +"This port of the OSX screensaver of the same name draws a colourful star" +"(fish)like flurry of particles. xscreensaver port by Tobias Sargeant <" +"tobias.sargeant@bigpond.com> Original Mac version by Calum Robinson <" +"calumr@mac.com> http://homepage.mac.com/calumr" +msgstr "" + +#: hacks/config/flurry.xml.h:11 +#, fuzzy +msgid "Water" +msgstr "Netyî l' aiwe" + +#: hacks/config/flyingtoasters.xml.h:1 +msgid "" +"A fleet of 3d space-age jet-powered flying toasters (and toast!) Inspired by " +"the ancient Berkeley Systems After Dark flying toasters. By Jamie Zawinski " +"and Baconmonkey." +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:2 +#, fuzzy +msgid "Air Speed" +msgstr "Roedeu do pexhon" + +#: hacks/config/flyingtoasters.xml.h:4 +msgid "Chrome Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:6 +msgid "Flying Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:7 hacks/config/glslideshow.xml.h:16 +#: hacks/config/jigglypuff.xml.h:12 hacks/config/juggle.xml.h:6 +#: hacks/config/pipes.xml.h:10 +msgid "None" +msgstr "Nouk" + +#: hacks/config/flyingtoasters.xml.h:8 +#, fuzzy +msgid "Number of Slices" +msgstr "Nombe di taetches" + +#: hacks/config/flyingtoasters.xml.h:9 +#, fuzzy +msgid "Number of Toasters" +msgstr "Nombe di taetches" + +#: hacks/config/flyingtoasters.xml.h:12 +#, fuzzy +msgid "Solid Colors" +msgstr "HÃ¥yner les segondes" + +#: hacks/config/flyingtoasters.xml.h:13 +#, fuzzy +msgid "Swarm" +msgstr "Sitoele" + #: hacks/config/forest.xml.h:2 hacks/config/glforestfire.xml.h:6 msgid "Forest" msgstr "Bwès" @@ -2767,7 +3310,7 @@ msgstr "Waitroûlêye" msgid "Wave Speed" msgstr "Roedeu del wache" -#: hacks/config/gflux.xml.h:15 +#: hacks/config/gflux.xml.h:15 hacks/config/glmatrix.xml.h:20 msgid "Waves" msgstr "Waches" @@ -2775,6 +3318,25 @@ msgstr "Waches" msgid "Wire Mesh" msgstr "" +#: hacks/config/glblur.xml.h:1 +msgid "Blur Smoothness" +msgstr "" + +#: hacks/config/glblur.xml.h:5 +msgid "GLBlur" +msgstr "" + +#: hacks/config/glblur.xml.h:18 +msgid "" +"This program draws a box and a few line segments, and generates a radial " +"blur outward from it. This creates flowing field effects. This is done by " +"rendering the scene into a small texture, then repeatedly rendering " +"increasingly-enlarged and increasingly-transparent versions of that texture " +"onto the frame buffer. As such, it's quite graphics intensive: don't bother " +"trying to run this if you don't have hardware-accelerated OpenGL texture " +"support. It will hurt your machine bad." +msgstr "" + #: hacks/config/glforestfire.xml.h:2 msgid "Desert" msgstr "" @@ -2786,7 +3348,7 @@ msgid "" "for texture maps. Written by Eric Lassauge <lassauge@mail.dotcom.fr>." msgstr "" -#: hacks/config/glforestfire.xml.h:5 +#: hacks/config/glforestfire.xml.h:5 hacks/config/glmatrix.xml.h:9 msgid "Fog" msgstr "BrouyÃ¥rd" @@ -2816,11 +3378,86 @@ msgstr "Plouve" msgid "Track mouse" msgstr "" -#: hacks/config/glforestfire.xml.h:18 hacks/config/lament.xml.h:8 -#: hacks/config/sballs.xml.h:17 -msgid "Untextured" +#: hacks/config/glknots.xml.h:4 +#, fuzzy +msgid "GLKnots" +msgstr "Tot plin" + +#: hacks/config/glknots.xml.h:5 +msgid "" +"Generates some twisting 3d knot patterns. Spins 'em around. Written by Jamie " +"Zawinski." +msgstr "" + +#: hacks/config/glknots.xml.h:7 hacks/config/lavalite.xml.h:17 +#: hacks/config/spheremonics.xml.h:9 +msgid "Resolution" +msgstr "" + +#: hacks/config/glknots.xml.h:15 +msgid "Segmented" +msgstr "" + +#: hacks/config/glknots.xml.h:18 hacks/config/lavalite.xml.h:28 +msgid "Smooth" msgstr "" +#: hacks/config/glmatrix.xml.h:2 hacks/config/xmatrix.xml.h:1 +msgid "Binary Encoding" +msgstr "Ecôdaedje binaire" + +#: hacks/config/glmatrix.xml.h:4 +msgid "Draw Glyphs" +msgstr "" + +#: hacks/config/glmatrix.xml.h:5 +msgid "Draw Outlines" +msgstr "" + +#: hacks/config/glmatrix.xml.h:6 +#, fuzzy +msgid "Draw Solid Boxes" +msgstr "HÃ¥yner les segondes" + +#: hacks/config/glmatrix.xml.h:7 +msgid "" +"Draws 3D dropping characters similar to what is seen in the title sequence " +"of \"The Matrix\". See also \"xmatrix\" for a 2D rendering of the similar " +"effect that appeared on the computer monitors actually *in* the movie. " +"Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/glmatrix.xml.h:10 +msgid "GLMatrix" +msgstr "" + +#: hacks/config/glmatrix.xml.h:11 hacks/config/xmatrix.xml.h:7 +msgid "Genetic Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:12 +#, fuzzy +msgid "Glyph Density" +msgstr "Dinsité" + +#: hacks/config/glmatrix.xml.h:13 +#, fuzzy +msgid "Glyph Speed" +msgstr "Roedeu do pexhon" + +#: hacks/config/glmatrix.xml.h:14 hacks/config/xmatrix.xml.h:8 +msgid "Hexadecimal Encoding" +msgstr "Ecôdaedje HecsadecimÃ¥" + +#: hacks/config/glmatrix.xml.h:15 hacks/config/xmatrix.xml.h:11 +msgid "Matrix Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:16 +#, fuzzy +msgid "Panning" +msgstr "Espåçmint" + #: hacks/config/glplanet.xml.h:1 msgid "" "Draws a planet bouncing around in space. Written by David Konerding. The " @@ -2837,14 +3474,65 @@ msgstr "" msgid "Image File" msgstr "Fitchî imÃ¥dje" -#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 -msgid "1" -msgstr "1" +#: hacks/config/glslideshow.xml.h:4 hacks/config/rd-bomb.xml.h:5 +#, no-c-format +msgid "100%" +msgstr "100%" -#: hacks/config/glsnake.xml.h:2 hacks/config/penrose.xml.h:2 +#: hacks/config/glslideshow.xml.h:5 hacks/config/glsnake.xml.h:2 +#: hacks/config/penrose.xml.h:2 msgid "30 Seconds" msgstr "30 segondes" +#: hacks/config/glslideshow.xml.h:6 +#, fuzzy +msgid "5 Minutes" +msgstr "1 munute" + +#: hacks/config/glslideshow.xml.h:8 +#, no-c-format +msgid "50%" +msgstr "" + +#: hacks/config/glslideshow.xml.h:9 +msgid "Always show at least this much of the image:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:10 +#, fuzzy +msgid "Crossfade Duration:" +msgstr "IterÃ¥cions" + +#: hacks/config/glslideshow.xml.h:11 +msgid "Frame Rate:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:12 +msgid "GLSlideshow" +msgstr "" + +#: hacks/config/glslideshow.xml.h:14 +msgid "" +"Loads a random sequence of images and smoothly scans and zooms around in " +"each, fading from pan to pan. You can set the directory from which images " +"are loaded on the \"Advanced\" tab. This program requires a good video card " +"capable of supporting large textures. Written by Jamie Zawinski and Mike " +"Oliphant." +msgstr "" + +#: hacks/config/glslideshow.xml.h:17 +#, fuzzy +msgid "Pan/Zoom Duration:" +msgstr "IterÃ¥cions" + +#: hacks/config/glslideshow.xml.h:19 +msgid "Time until loading a new image:" +msgstr "" + +#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 +msgid "1" +msgstr "1" + #: hacks/config/glsnake.xml.h:3 msgid "" "Draws a simulation of the Rubik's Snake puzzle. Written by Jamie Wilkinson, " @@ -2991,6 +3679,52 @@ msgid "" "This draws random colored and stippled rectangles. Written by Jamie Zawinski." msgstr "" +#: hacks/config/halftone.xml.h:1 +msgid "Delay (Large = low cpu load)" +msgstr "" + +#: hacks/config/halftone.xml.h:2 +msgid "Dot fill factor" +msgstr "" + +#: hacks/config/halftone.xml.h:3 +#, fuzzy +msgid "Dot size" +msgstr "Grandeu des frumixhes" + +#: hacks/config/halftone.xml.h:4 +msgid "" +"Draws the gravity force in each point on the screen seen through a halftone " +"dot pattern. The gravity force is calculated from a set of moving mass " +"points. View it from a distance for best effect. Written by Peter Jaric <" +"peter@jaric.org>." +msgstr "" + +#: hacks/config/halftone.xml.h:5 +#, fuzzy +msgid "Gravity points" +msgstr "Gravité" + +#: hacks/config/halftone.xml.h:6 +msgid "Halftone" +msgstr "" + +#: hacks/config/halftone.xml.h:10 +msgid "Maximum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:11 +msgid "Maximum speed" +msgstr "" + +#: hacks/config/halftone.xml.h:12 +msgid "Minimum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:13 +msgid "Minimum speed" +msgstr "" + #: hacks/config/halo.xml.h:1 msgid "Animate Circles" msgstr "" @@ -3145,6 +3879,110 @@ msgid "" "brain will melt. Written by Joe Keane, Fritz Mueller, and Jamie Zawinski." msgstr "" +#: hacks/config/hypertorus.xml.h:1 +msgid "-4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:2 +msgid "4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:3 +msgid "4D Hypertorus" +msgstr "" + +#: hacks/config/hypertorus.xml.h:4 +#, fuzzy +msgid "Color Wheel" +msgstr "Coleur" + +#: hacks/config/hypertorus.xml.h:5 +#, fuzzy +msgid "Display Speed" +msgstr "HÃ¥yner les segondes" + +#: hacks/config/hypertorus.xml.h:7 +#, fuzzy +msgid "Orthographic 3d" +msgstr "Prodjeccion ortografike" + +#: hacks/config/hypertorus.xml.h:8 +#, fuzzy +msgid "Orthographic 4d" +msgstr "Prodjeccion ortografike" + +#: hacks/config/hypertorus.xml.h:9 +msgid "Perspective 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:10 +msgid "Perspective 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:11 +msgid "See-Through Bands" +msgstr "" + +#: hacks/config/hypertorus.xml.h:14 +#, fuzzy +msgid "Solid Object" +msgstr "Objet a l' astcheyance" + +#: hacks/config/hypertorus.xml.h:15 hacks/config/pulsar.xml.h:16 +msgid "Solid Surface" +msgstr "" + +#: hacks/config/hypertorus.xml.h:16 +msgid "" +"This program shows a rotating Clifford Torus: a torus lying on the \"surface" +"\" of a 4D hypersphere. Written by Carsten Steger, inspired by Thomas " +"Banchoff's book \"Beyond the Third Dimension: Geometry, Computer Graphics, " +"and Higher Dimensions\", Scientific American Library, 1990." +msgstr "" + +#: hacks/config/hypertorus.xml.h:17 +#, fuzzy +msgid "Transparent Surface" +msgstr "Vey hute" + +#: hacks/config/hypertorus.xml.h:18 +msgid "Two-Sided" +msgstr "" + +#: hacks/config/hypertorus.xml.h:19 +#, fuzzy +msgid "WX Rotation Speed" +msgstr "Roedeu di l' animÃ¥cion" + +#: hacks/config/hypertorus.xml.h:20 +#, fuzzy +msgid "WY Rotation Speed" +msgstr "Roedeu di l' animÃ¥cion" + +#: hacks/config/hypertorus.xml.h:21 +#, fuzzy +msgid "WZ Rotation Speed" +msgstr "Roedeu di l' animÃ¥cion" + +#: hacks/config/hypertorus.xml.h:22 +msgid "Wireframe Mesh" +msgstr "" + +#: hacks/config/hypertorus.xml.h:23 +#, fuzzy +msgid "XY Rotation Speed" +msgstr "Roedeu di l' animÃ¥cion" + +#: hacks/config/hypertorus.xml.h:24 +#, fuzzy +msgid "XZ Rotation Speed" +msgstr "Roedeu di l' animÃ¥cion" + +#: hacks/config/hypertorus.xml.h:25 +#, fuzzy +msgid "YZ Rotation Speed" +msgstr "Roedeu di l' animÃ¥cion" + #: hacks/config/ifs.xml.h:2 msgid "IFS" msgstr "" @@ -3213,6 +4051,97 @@ msgstr "Nombe di waches" msgid "Wave Size" msgstr "Grandeu des waches" +#: hacks/config/jigglypuff.xml.h:2 +msgid "Chrome" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:3 +msgid "Clown barf" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:5 +#, fuzzy +msgid "Cycle" +msgstr "Netyî l' aiwe" + +#: hacks/config/jigglypuff.xml.h:7 +msgid "Flower box" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:9 +msgid "Inertial damping" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:10 +msgid "JigglyPuff" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:14 +#, fuzzy +msgid "Rotation speed" +msgstr "Roedeu di l' animÃ¥cion" + +#: hacks/config/jigglypuff.xml.h:17 hacks/config/sphere.xml.h:7 +msgid "Sphere" +msgstr "Bole" + +#: hacks/config/jigglypuff.xml.h:18 +msgid "Sphere strength" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:19 +msgid "Spookiness" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:20 +msgid "Spoooooky" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:21 hacks/config/sballs.xml.h:16 +msgid "Tetrahedron" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:22 +msgid "" +"This little gem does bad things with quasi-spherical objects. The gist of it " +"is that you have what is, structurally, a tetrahedron with tesselated faces. " +"the vertices on these faces have forces on them in the form of one " +"proportional to their distance from the surface of a sphere, and one which " +"is proportional to how far they differ from some ideal distance from their " +"neighbors. They also have inertia. The forces and distance are parameters " +"and there are also a couple of visual parameters. The resulting effect can " +"range from a shape that does nothing, to a frenetic polygon storm. Somewhere " +"in between there it usually manifests as a blob that jiggles in a kind of " +"disturbing manner. woo. It doesn't matter, however. You should just pick " +"'random'. It overrides all the other options, except for fps, delay and " +"complexity. By Keith Macleod" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:23 +msgid "Vertex-vertex behavior" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:24 +msgid "Vertex-vertex force" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:26 +msgid "collapse" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:27 +msgid "expand" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:28 +#, fuzzy +msgid "none" +msgstr "Nouk" + +#: hacks/config/jigglypuff.xml.h:29 +msgid "strong" +msgstr "" + #: hacks/config/jigsaw.xml.h:4 msgid "Jigsaw" msgstr "" @@ -3243,10 +4172,6 @@ msgstr "" msgid "Juggle" msgstr "" -#: hacks/config/juggle.xml.h:6 hacks/config/pipes.xml.h:10 -msgid "None" -msgstr "Nouk" - #: hacks/config/julia.xml.h:3 hacks/config/rorschach.xml.h:4 msgid "Iterations" msgstr "IterÃ¥cions" @@ -3289,6 +4214,25 @@ msgstr "" msgid "Trails" msgstr "" +#: hacks/config/klein.xml.h:3 +msgid "Klein" +msgstr "" + +#: hacks/config/klein.xml.h:10 +msgid "" +"This draws a visualization of a Klein bottle or some other interesting " +"parametric surfaces. Written by Andrey Mirtchovski." +msgstr "" + +#: hacks/config/klein.xml.h:11 +msgid "Use Randomized Surfaces and Primitives" +msgstr "" + +#: hacks/config/klein.xml.h:12 +#, fuzzy +msgid "Wander Around the Screen" +msgstr "Mitan del waitroûle" + #: hacks/config/kumppa.xml.h:5 msgid "Kumppa" msgstr "" @@ -3372,18 +4316,10 @@ msgstr "" msgid "Random Lamp Style" msgstr "" -#: hacks/config/lavalite.xml.h:17 hacks/config/spheremonics.xml.h:9 -msgid "Resolution" -msgstr "" - #: hacks/config/lavalite.xml.h:18 msgid "Rocket Lavalite" msgstr "" -#: hacks/config/lavalite.xml.h:27 -msgid "Smooth" -msgstr "" - #: hacks/config/lightning.xml.h:2 msgid "Lightning" msgstr "Aloumires" @@ -3529,6 +4465,34 @@ msgid "" "by Jamie Zawinski." msgstr "" +#: hacks/config/metaballs.xml.h:1 +msgid "Big" +msgstr "" + +#: hacks/config/metaballs.xml.h:2 +msgid "" +"Draws two dimensional metaballs: overlapping and merging balls with fuzzy " +"edges. By W.P. van Paassen." +msgstr "" + +#: hacks/config/metaballs.xml.h:7 +msgid "MetaBall Movement" +msgstr "" + +#: hacks/config/metaballs.xml.h:8 +msgid "MetaBall Radius" +msgstr "" + +#: hacks/config/metaballs.xml.h:9 +#, fuzzy +msgid "MetaBalls" +msgstr "Boles" + +#: hacks/config/metaballs.xml.h:11 +#, fuzzy +msgid "Number of MetaBalls" +msgstr "Nombe di taetches" + #: hacks/config/moebius.xml.h:1 msgid "" "Another M. C. Escher hack by Marcelo Vianna, this one draws ``Moebius Strip " @@ -3884,6 +4848,28 @@ msgstr "" msgid "Scale" msgstr "SchÃ¥le" +#: hacks/config/piecewise.xml.h:1 +msgid "Color shifting speed" +msgstr "" + +#: hacks/config/piecewise.xml.h:6 +msgid "Maximum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:7 +msgid "Minimum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:8 +msgid "Piecewise" +msgstr "" + +#: hacks/config/piecewise.xml.h:12 +msgid "" +"This draws a bunch of moving circles which switch from visibility to " +"invisibility at intersection points. Written by Geoffrey Irving." +msgstr "" + #: hacks/config/pipes.xml.h:1 msgid "Allow Tight Turns" msgstr "" @@ -3945,6 +4931,37 @@ msgid "" "puzzle pieces. Written by Stephen Montgomery-Smith." msgstr "" +#: hacks/config/popsquares.xml.h:1 +#, fuzzy +msgid "Border" +msgstr "LÃ¥rdjeu del boirdeure" + +#: hacks/config/popsquares.xml.h:2 +msgid "End color" +msgstr "" + +#: hacks/config/popsquares.xml.h:7 +#, fuzzy +msgid "Start color" +msgstr "Coleurs" + +#: hacks/config/popsquares.xml.h:8 +msgid "Subdivision" +msgstr "" + +#: hacks/config/popsquares.xml.h:9 +msgid "" +"This draws a pop-art-ish looking grid of pulsing colors. By Levi Burton." +msgstr "" + +#: hacks/config/popsquares.xml.h:10 +msgid "Twitch" +msgstr "" + +#: hacks/config/popsquares.xml.h:11 +msgid "popsquares" +msgstr "" + #: hacks/config/pulsar.xml.h:1 msgid "Anti-alias Lines" msgstr "" @@ -3992,10 +5009,6 @@ msgstr "" msgid "Quad Count" msgstr "" -#: hacks/config/pulsar.xml.h:16 -msgid "Solid Surface" -msgstr "" - #: hacks/config/pulsar.xml.h:18 msgid "Texture PPM File" msgstr "" @@ -4008,10 +5021,6 @@ msgstr "" msgid "Launch Frequency" msgstr "" -#: hacks/config/pyro.xml.h:8 -msgid "Often" -msgstr "" - #: hacks/config/pyro.xml.h:9 msgid "Particle Density" msgstr "" @@ -4089,11 +5098,6 @@ msgstr "/" msgid "1%" msgstr "1%" -#: hacks/config/rd-bomb.xml.h:5 -#, no-c-format -msgid "100%" -msgstr "100%" - #: hacks/config/rd-bomb.xml.h:7 msgid "" "Another variation of the `Bomb' program by Scott Draves. This draws a grid " @@ -4305,10 +5309,6 @@ msgstr "" msgid "Pyramid" msgstr "Piramide" -#: hacks/config/sballs.xml.h:10 -msgid "Random" -msgstr "A l' astcheyance" - #: hacks/config/sballs.xml.h:11 #, fuzzy msgid "Sballs" @@ -4318,10 +5318,6 @@ msgstr "Pitit" msgid "Star" msgstr "Sitoele" -#: hacks/config/sballs.xml.h:16 -msgid "Tetrahedron" -msgstr "" - #: hacks/config/shadebobs.xml.h:7 msgid "ShadeBobs" msgstr "" @@ -4472,10 +5468,6 @@ msgid "" "Duff in 1982." msgstr "" -#: hacks/config/sphere.xml.h:7 -msgid "Sphere" -msgstr "Bole" - #: hacks/config/sphereEversion.xml.h:1 msgid "SphereEversion" msgstr "" @@ -4508,7 +5500,7 @@ msgid "" "angular momentum operators. Written by Paul Bourke and Jamie Zawinski." msgstr "" -#: hacks/config/spiral.xml.h:2 +#: hacks/config/spiral.xml.h:2 hacks/config/superquadrics.xml.h:2 msgid "Cycles" msgstr "" @@ -4581,10 +5573,9 @@ msgid "" "work with some window managers, but not with others, so your mileage may " "vary. SSystem was once available at <http://www1.las.es/~amil/ssystem/" ">, but is now gone. You may still be able to find copies elsewhere. " -"SSystem has since evolved into two different programs: OpenUniverse (http://" -"openuniverse.sourceforge.net/) and Celestia (http://www.shatters.net/" -"celestia/). Sadly, neither of these programs work with xscreensaver at all. " -"You are encouraged to nag their authors into adding xscreensaver support!" +"SSystem has since evolved into Celestia, found at <http://www.shatters." +"net/celestia/>. Sadly, Celestia does not work with xscreensaver at all. " +"You are encouraged to nag the authors into adding xscreensaver support!" msgstr "" #: hacks/config/stairs.xml.h:6 @@ -4702,14 +5693,14 @@ msgid "" "Written by Massimino Pascal." msgstr "" -#: hacks/config/superquadrics.xml.h:2 +#: hacks/config/superquadrics.xml.h:3 msgid "" "Ed Mackey reports that he wrote the first version of this program in BASIC " "on a Commodore 64 in 1987, as a 320x200 black and white wireframe. Now it is " "GL and has specular reflections." msgstr "" -#: hacks/config/superquadrics.xml.h:10 +#: hacks/config/superquadrics.xml.h:11 msgid "Superquadrics" msgstr "" @@ -4931,17 +5922,65 @@ msgid "Amplitude" msgstr "" #: hacks/config/whirlygig.xml.h:2 +msgid "Circle" +msgstr "" + +#: hacks/config/whirlygig.xml.h:3 msgid "Draws zooming chains of sinusoidal spots. Written by Ashton Trey Belew." msgstr "" +#: hacks/config/whirlygig.xml.h:4 +#, fuzzy +msgid "Explain modes" +msgstr "Môdes do hÃ¥ynaedje" + #: hacks/config/whirlygig.xml.h:5 -msgid "Whirlies" +msgid "Fun" msgstr "" #: hacks/config/whirlygig.xml.h:6 +msgid "Funky" +msgstr "" + +#: hacks/config/whirlygig.xml.h:7 +msgid "Innie" +msgstr "" + +#: hacks/config/whirlygig.xml.h:8 +msgid "Leave a trail" +msgstr "" + +#: hacks/config/whirlygig.xml.h:9 +#, fuzzy +msgid "Linear" +msgstr "Royes" + +#: hacks/config/whirlygig.xml.h:11 +msgid "Lissajous" +msgstr "" + +#: hacks/config/whirlygig.xml.h:15 +#, fuzzy +msgid "Test" +msgstr "Meyeu" + +#: hacks/config/whirlygig.xml.h:16 +#, fuzzy +msgid "Use Double Buffering" +msgstr "Dobe tampon" + +#: hacks/config/whirlygig.xml.h:17 +msgid "Whirlies" +msgstr "" + +#: hacks/config/whirlygig.xml.h:18 msgid "WhirlyGig" msgstr "" +#: hacks/config/whirlygig.xml.h:19 +msgid "Wrap the screen" +msgstr "" + #: hacks/config/worm.xml.h:1 msgid "" "An ancient xlock hack that draws multicolored worms that crawl around the " @@ -4958,7 +5997,7 @@ msgid "" "XaoS generates fast fly-through animations of the Mandelbrot and other " "fractal sets. Written by Thomas Marsh and Jan Hubicka. This is not included " "with the XScreenSaver package, but if you don't have it already, you can " -"find it at <http://limax.paru.cas.cz/~hubicka/XaoS/>." +"find it at <http://xaos.theory.org/>." msgstr "" #: hacks/config/xdaliclock.xml.h:1 @@ -4981,7 +6020,7 @@ msgstr "HÃ¥yner les segondes" msgid "Huge Font" msgstr "Foirt grande fonte" -#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:9 +#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:10 msgid "Large Font" msgstr "Grande fonte" @@ -4989,7 +6028,7 @@ msgstr "Grande fonte" msgid "Medium Font" msgstr "Moyene fonte" -#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:16 msgid "Small Font" msgstr "Pitite fonte" @@ -5158,16 +6197,14 @@ msgstr "" msgid "Xlyap" msgstr "" -#: hacks/config/xmatrix.xml.h:1 +#: hacks/config/xmatrix.xml.h:3 msgid "" -"A rendition of the text scrolls seen in the movie ``The Matrix.'' Written by " -"Jamie Zawinski." +"Draws dropping characters similar to what is seen on the computer monitors " +"in \"The Matrix\". See also \"glmatrix\" for a 3D rendering of the similar " +"effect that appeared in the title sequence of the movie. Written by Jamie " +"Zawinski." msgstr "" -#: hacks/config/xmatrix.xml.h:2 -msgid "Binary Encoding" -msgstr "Ecôdaedje binaire" - #: hacks/config/xmatrix.xml.h:4 msgid "Expansion Algorithm" msgstr "" @@ -5176,35 +6213,27 @@ msgstr "" msgid "Full" msgstr "" -#: hacks/config/xmatrix.xml.h:7 -msgid "Genetic Encoding" -msgstr "" - -#: hacks/config/xmatrix.xml.h:8 -msgid "Hexadecimal Encoding" -msgstr "Ecôdaedje HecsadecimÃ¥" - -#: hacks/config/xmatrix.xml.h:10 -msgid "Matrix Encoding" +#: hacks/config/xmatrix.xml.h:9 +msgid "Knock Knock" msgstr "" -#: hacks/config/xmatrix.xml.h:11 +#: hacks/config/xmatrix.xml.h:12 msgid "Phone Number" msgstr "Limero di telefone" -#: hacks/config/xmatrix.xml.h:12 +#: hacks/config/xmatrix.xml.h:13 msgid "Run Trace Program" msgstr "" -#: hacks/config/xmatrix.xml.h:13 +#: hacks/config/xmatrix.xml.h:14 msgid "Slider Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:18 +#: hacks/config/xmatrix.xml.h:19 msgid "Synergistic Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:19 +#: hacks/config/xmatrix.xml.h:20 msgid "Xmatrix" msgstr "" @@ -5308,10 +6337,3 @@ msgid "" "option the result is like looking through many overlapping lenses rather " "than just a simple zoom. Written by James Macnicol." msgstr "" - -#, fuzzy -#~ msgid "Copyright 1991-2002 %s" -#~ msgstr "Copyright © 1991-2002 %s" - -#~ msgid "MacOS" -#~ msgstr "MacOS" diff --git a/po/zh_CN.po b/po/zh_CN.po index 62521e0b..13cd1a72 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: xscreensaver\n" -"POT-Creation-Date: 2002-06-18 21:56+0200\n" +"POT-Creation-Date: 2003-07-24 19:05+0200\n" "PO-Revision-Date: 2002-05-17 01:17+0800\n" "Last-Translator: He Qiangqiang \n" "Language-Team: zh_CN \n" @@ -14,35 +14,40 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: driver/demo-Gtk-conf.c:729 +#: driver/demo-Gtk-conf.c:731 msgid "Browse..." msgstr "浏览..." -#: driver/demo-Gtk-conf.c:1021 +#: driver/demo-Gtk-conf.c:1023 msgid "Select file." msgstr "选择一个文件。" -#: driver/demo-Gtk-support.c:121 +#: driver/demo-Gtk-support.c:135 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "" -#: driver/demo-Gtk-support.c:130 +#: driver/demo-Gtk-support.c:147 driver/demo-Gtk-support.c:179 #, c-format msgid "Error loading pixmap file: %s" msgstr "" +#: driver/demo-Gtk-support.c:182 +#, c-format +msgid "reason: %s\n" +msgstr "" + #: driver/demo-Gtk-widgets.c:155 driver/xscreensaver-demo.glade.h:89 -#: driver/xscreensaver-demo.glade2.h:43 +#: driver/xscreensaver-demo.glade2.h:65 msgid "XScreenSaver" msgstr "XScreenSaver" -#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:54 +#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:76 msgid "_File" msgstr "文件(_F)" #: driver/demo-Gtk-widgets.c:196 driver/xscreensaver-demo.glade.h:93 -#: driver/xscreensaver-demo.glade2.h:48 +#: driver/xscreensaver-demo.glade2.h:70 msgid "_Blank Screen Now" msgstr "立刻显示黑屏(_B)" @@ -52,7 +57,7 @@ msgid "" msgstr "" #: driver/demo-Gtk-widgets.c:209 driver/xscreensaver-demo.glade.h:97 -#: driver/xscreensaver-demo.glade2.h:58 +#: driver/xscreensaver-demo.glade2.h:80 msgid "_Lock Screen Now" msgstr "立刻锁住屏幕(_L)" @@ -61,7 +66,7 @@ msgid "Lock the screen now (even if \"Lock Screen\" is unchecked.)" msgstr "" #: driver/demo-Gtk-widgets.c:222 driver/xscreensaver-demo.glade.h:96 -#: driver/xscreensaver-demo.glade2.h:56 +#: driver/xscreensaver-demo.glade2.h:78 msgid "_Kill Daemon" msgstr "强行中止守护进程(_K)" @@ -70,7 +75,7 @@ msgid "Tell the running XScreenSaver daemon to exit." msgstr "" #: driver/demo-Gtk-widgets.c:235 driver/xscreensaver-demo.glade.h:98 -#: driver/xscreensaver-demo.glade2.h:64 +#: driver/xscreensaver-demo.glade2.h:86 msgid "_Restart Daemon" msgstr "重新启动守护进程(_R)" @@ -88,12 +93,12 @@ msgid "" "running in the background.)" msgstr "" -#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:55 +#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:77 msgid "_Help" msgstr "帮助(_H)" #: driver/demo-Gtk-widgets.c:290 driver/xscreensaver-demo.glade.h:92 -#: driver/xscreensaver-demo.glade2.h:44 +#: driver/xscreensaver-demo.glade2.h:66 msgid "_About..." msgstr "关于(_A)..." @@ -102,7 +107,7 @@ msgid "Display version information." msgstr "" #: driver/demo-Gtk-widgets.c:303 driver/xscreensaver-demo.glade.h:94 -#: driver/xscreensaver-demo.glade2.h:53 +#: driver/xscreensaver-demo.glade2.h:75 msgid "_Documentation..." msgstr "文档(_D)..." @@ -116,7 +121,7 @@ msgid "Cycle After" msgstr "多久后循环(_C)" #: driver/demo-Gtk-widgets.c:364 driver/xscreensaver-demo.glade.h:78 -#: driver/xscreensaver-demo.glade2.h:42 +#: driver/xscreensaver-demo.glade2.h:54 msgid "Whether a password should be required to un-blank the screen." msgstr "恢复屏幕时是否需要输入口令。" @@ -132,24 +137,25 @@ msgstr "多久后黑屏(_B)" #: driver/demo-Gtk-widgets.c:397 driver/demo-Gtk-widgets.c:447 #: driver/demo-Gtk-widgets.c:461 driver/demo-Gtk-widgets.c:1010 -#: driver/xscreensaver-demo.glade.h:43 driver/xscreensaver-demo.glade2.h:26 +#: driver/xscreensaver-demo.glade.h:43 msgid "How long before the monitor goes completely black." msgstr "多久后监视器完全黑屏。" #: driver/demo-Gtk-widgets.c:401 driver/demo-Gtk-widgets.c:413 #: driver/demo-Gtk-widgets.c:425 driver/demo-Gtk-widgets.c:1014 #: driver/demo-Gtk-widgets.c:1026 driver/demo-Gtk-widgets.c:1038 -#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:70 +#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:92 msgid "minutes" msgstr "分钟" -#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2661 +#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2831 #: driver/xscreensaver-demo.glade.h:58 #, fuzzy msgid "Preview" msgstr "预览(_P)" #: driver/demo-Gtk-widgets.c:484 driver/xscreensaver-demo.glade.h:21 +#: driver/xscreensaver-demo.glade2.h:12 msgid "" "Demo the selected screen saver in full-screen mode (click the mouse to " "return.)" @@ -161,6 +167,7 @@ msgid "Settings..." msgstr "设置(_S)..." #: driver/demo-Gtk-widgets.c:494 driver/xscreensaver-demo.glade.h:17 +#: driver/xscreensaver-demo.glade2.h:9 msgid "Customization and explanation of the selected screen saver." msgstr "" @@ -170,7 +177,7 @@ msgid "Mode:" msgstr "模式(_M):" #: driver/demo-Gtk-widgets.c:533 driver/xscreensaver-demo.glade.h:25 -#: driver/xscreensaver-demo.glade2.h:14 +#: driver/xscreensaver-demo.glade2.h:16 msgid "Disable Screen Saver" msgstr "禁用屏幕保护程序" @@ -180,21 +187,21 @@ msgid "Blank Screen Only" msgstr "只显示黑屏" #: driver/demo-Gtk-widgets.c:539 driver/xscreensaver-demo.glade.h:56 -#: driver/xscreensaver-demo.glade2.h:32 +#: driver/xscreensaver-demo.glade2.h:42 msgid "Only One Screen Saver" msgstr "只使用一个屏幕保护程序" #: driver/demo-Gtk-widgets.c:542 driver/xscreensaver-demo.glade.h:60 -#: driver/xscreensaver-demo.glade2.h:35 +#: driver/xscreensaver-demo.glade2.h:44 msgid "Random Screen Saver" msgstr "随机选取屏幕保护程序" -#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2034 +#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2120 #: driver/xscreensaver-demo.glade.h:75 msgid "Use" msgstr "使用" -#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2044 +#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2130 #: driver/xscreensaver-demo.glade.h:63 msgid "Screen Saver" msgstr "屏幕保护程序" @@ -205,6 +212,7 @@ msgid "\\/" msgstr "/" #: driver/demo-Gtk-widgets.c:646 driver/xscreensaver-demo.glade.h:61 +#: driver/xscreensaver-demo.glade2.h:45 msgid "" "Run the next screen saver in the list in full-screen mode (click the mouse " "to return.)" @@ -216,13 +224,14 @@ msgid "/\\" msgstr "/" #: driver/demo-Gtk-widgets.c:656 driver/xscreensaver-demo.glade.h:62 +#: driver/xscreensaver-demo.glade2.h:46 msgid "" "Run the previous screen saver in the list in full-screen mode (click the " "mouse to return.)" msgstr "" #: driver/demo-Gtk-widgets.c:658 driver/demo-Gtk-widgets.c:1601 -#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:11 +#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:13 msgid "Description" msgstr "描述" @@ -232,11 +241,12 @@ msgid "Display Modes" msgstr "显示模式(_D)" #: driver/demo-Gtk-widgets.c:701 driver/xscreensaver-demo.glade.h:23 -#: driver/xscreensaver-demo.glade2.h:12 +#: driver/xscreensaver-demo.glade2.h:14 msgid "Diagnostics" msgstr "诊断" #: driver/demo-Gtk-widgets.c:745 driver/xscreensaver-demo.glade.h:80 +#: driver/xscreensaver-demo.glade2.h:56 msgid "Whether the daemon should print lots of debugging information." msgstr "" @@ -246,6 +256,7 @@ msgid "Verbose Diagnostics" msgstr "详细诊断(_V)" #: driver/demo-Gtk-widgets.c:762 driver/xscreensaver-demo.glade.h:79 +#: driver/xscreensaver-demo.glade2.h:55 #, fuzzy msgid "" "Whether any error output of the display modes should be redirected to the " @@ -258,6 +269,7 @@ msgid "Display Subprocess Errors" msgstr "显示子进程出错信息(_E)" #: driver/demo-Gtk-widgets.c:779 driver/xscreensaver-demo.glade.h:87 +#: driver/xscreensaver-demo.glade2.h:63 msgid "" "Whether the splash screen (with the version number and `Help' button) should " "be momentarily displayed when the daemon first starts up." @@ -275,6 +287,7 @@ msgid "Colormaps" msgstr "颜色映射表" #: driver/demo-Gtk-widgets.c:834 driver/xscreensaver-demo.glade.h:88 +#: driver/xscreensaver-demo.glade2.h:64 msgid "" "Whether to install a private colormap when running in 8-bit mode on the " "default Visual." @@ -286,6 +299,7 @@ msgid "Install Colormap" msgstr "安装颜色映射表(_C)" #: driver/demo-Gtk-widgets.c:859 driver/xscreensaver-demo.glade.h:86 +#: driver/xscreensaver-demo.glade2.h:62 msgid "" "Whether the screen should slowly fade to black when the screen saver " "activates." @@ -297,6 +311,7 @@ msgid "Fade To Black When Blanking" msgstr "启用屏保时淡出(_B)" #: driver/demo-Gtk-widgets.c:876 driver/xscreensaver-demo.glade.h:85 +#: driver/xscreensaver-demo.glade2.h:61 msgid "" "Whether the screen should slowly fade in from black when the screen saver " "deactivates." @@ -313,20 +328,22 @@ msgid "Fade Duration" msgstr "淡入淡出持续时间(_A)" #: driver/demo-Gtk-widgets.c:922 driver/xscreensaver-demo.glade.h:44 +#: driver/xscreensaver-demo.glade2.h:31 msgid "How long it should take for the screen to fade in and out." msgstr "" #: driver/demo-Gtk-widgets.c:926 driver/xscreensaver-demo.glade.h:100 -#: driver/xscreensaver-demo.glade2.h:73 +#: driver/xscreensaver-demo.glade2.h:96 msgid "seconds" msgstr "秒" #: driver/demo-Gtk-widgets.c:936 driver/xscreensaver-demo.glade.h:27 -#: driver/xscreensaver-demo.glade2.h:15 +#: driver/xscreensaver-demo.glade2.h:17 msgid "Display Power Management" msgstr "显示器电源管理" #: driver/demo-Gtk-widgets.c:980 driver/xscreensaver-demo.glade.h:84 +#: driver/xscreensaver-demo.glade2.h:60 msgid "Whether the monitor should be powered down after a while." msgstr "" @@ -351,21 +368,24 @@ msgid "Standby After" msgstr "多久后进入等待状态(_B)" #: driver/demo-Gtk-widgets.c:1099 driver/xscreensaver-demo.glade.h:45 +#: driver/xscreensaver-demo.glade2.h:33 #, fuzzy msgid "How long until the monitor goes into power-saving mode." msgstr "多久后监视器完全黑屏。" #: driver/demo-Gtk-widgets.c:1113 driver/xscreensaver-demo.glade.h:46 +#: driver/xscreensaver-demo.glade2.h:34 #, fuzzy msgid "How long until the monitor powers down." msgstr "多久后监视器完全黑屏。" #: driver/demo-Gtk-widgets.c:1117 driver/xscreensaver-demo.glade.h:47 -#: driver/xscreensaver-demo.glade2.h:27 +#: driver/xscreensaver-demo.glade2.h:35 msgid "Image Manipulation" msgstr "图像处理" #: driver/demo-Gtk-widgets.c:1161 driver/xscreensaver-demo.glade.h:81 +#: driver/xscreensaver-demo.glade2.h:57 msgid "" "Whether the image-manipulating modes should be allowed to operate on an " "image of your desktop." @@ -388,6 +408,7 @@ msgid "Grab Video Frames" msgstr "捕获视频帧(_V)" #: driver/demo-Gtk-widgets.c:1195 driver/xscreensaver-demo.glade.h:83 +#: driver/xscreensaver-demo.glade2.h:59 msgid "" "Whether the image-manipulating modes should operate on random images loaded " "from disk." @@ -399,6 +420,7 @@ msgid "Choose Random Image:" msgstr "随机选择图像(_R):" #: driver/demo-Gtk-widgets.c:1230 driver/xscreensaver-demo.glade.h:73 +#: driver/xscreensaver-demo.glade2.h:52 msgid "The directory from which images will be randomly chosen." msgstr "" @@ -417,12 +439,12 @@ msgid "XScreenSaver: Mode-Specific Settings" msgstr "" #: driver/demo-Gtk-widgets.c:1460 driver/xscreensaver-demo.glade.h:64 -#: driver/xscreensaver-demo.glade2.h:36 +#: driver/xscreensaver-demo.glade2.h:47 msgid "Settings" msgstr "设置" #: driver/demo-Gtk-widgets.c:1489 driver/xscreensaver-demo.glade.h:66 -#: driver/xscreensaver-demo.glade2.h:38 +#: driver/xscreensaver-demo.glade2.h:49 msgid "Standard" msgstr "标准" @@ -431,7 +453,7 @@ msgid "Visual:" msgstr "" #: driver/demo-Gtk-widgets.c:1544 driver/demo-Gtk-widgets.c:1567 -#: driver/demo-Gtk.c:1479 driver/demo-Gtk.c:2680 +#: driver/demo-Gtk.c:1518 driver/demo-Gtk.c:2850 #: driver/xscreensaver-demo.glade.h:5 driver/xscreensaver-demo.glade2.h:3 msgid "Any" msgstr "任意" @@ -443,43 +465,43 @@ msgid "Best" msgstr "最佳" #: driver/demo-Gtk-widgets.c:1546 driver/xscreensaver-demo.glade.h:19 -#: driver/xscreensaver-demo.glade2.h:9 +#: driver/xscreensaver-demo.glade2.h:10 msgid "Default" msgstr "默认" #: driver/demo-Gtk-widgets.c:1547 driver/xscreensaver-demo.glade.h:20 -#: driver/xscreensaver-demo.glade2.h:10 +#: driver/xscreensaver-demo.glade2.h:11 #, fuzzy msgid "Default-N" msgstr "默认-N" #: driver/demo-Gtk-widgets.c:1548 driver/xscreensaver-demo.glade.h:37 -#: driver/xscreensaver-demo.glade2.h:21 +#: driver/xscreensaver-demo.glade2.h:23 msgid "GL" msgstr "GL" #: driver/demo-Gtk-widgets.c:1549 driver/xscreensaver-demo.glade.h:74 -#: driver/xscreensaver-demo.glade2.h:41 +#: driver/xscreensaver-demo.glade2.h:53 msgid "TrueColor" msgstr "真彩色" #: driver/demo-Gtk-widgets.c:1550 driver/xscreensaver-demo.glade.h:59 -#: driver/xscreensaver-demo.glade2.h:34 +#: driver/xscreensaver-demo.glade2.h:43 msgid "PseudoColor" msgstr "伪彩色" #: driver/demo-Gtk-widgets.c:1551 driver/xscreensaver-demo.glade.h:69 -#: driver/xscreensaver-demo.glade2.h:39 +#: driver/xscreensaver-demo.glade2.h:50 msgid "StaticGray" msgstr "StaticGray" #: driver/demo-Gtk-widgets.c:1552 driver/xscreensaver-demo.glade.h:42 -#: driver/xscreensaver-demo.glade2.h:25 +#: driver/xscreensaver-demo.glade2.h:27 msgid "GrayScale" msgstr "灰度" #: driver/demo-Gtk-widgets.c:1553 driver/xscreensaver-demo.glade.h:24 -#: driver/xscreensaver-demo.glade2.h:13 +#: driver/xscreensaver-demo.glade2.h:15 msgid "DirectColor" msgstr "DirectColor" @@ -489,12 +511,12 @@ msgid "Color" msgstr "颜色" #: driver/demo-Gtk-widgets.c:1555 driver/xscreensaver-demo.glade.h:41 -#: driver/xscreensaver-demo.glade2.h:24 +#: driver/xscreensaver-demo.glade2.h:26 msgid "Gray" msgstr "灰" #: driver/demo-Gtk-widgets.c:1556 driver/xscreensaver-demo.glade.h:53 -#: driver/xscreensaver-demo.glade2.h:29 +#: driver/xscreensaver-demo.glade2.h:37 msgid "Mono" msgstr "单声道" @@ -536,7 +558,7 @@ msgstr "标准" msgid "Back to the graphical configuration options." msgstr "" -#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:688 +#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:727 #: driver/xscreensaver-demo.glade.h:54 msgid "OK" msgstr "" @@ -546,28 +568,18 @@ msgstr "" msgid "Cancel" msgstr "修改" -#: driver/demo-Gtk.c:601 +#: driver/demo-Gtk.c:632 msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "" -#: driver/demo-Gtk.c:608 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:610 -#, c-format -msgid "Copyright 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:726 +#: driver/demo-Gtk.c:765 msgid "" "Error:\n" "\n" "No Help URL has been specified.\n" msgstr "" -#: driver/demo-Gtk.c:812 +#: driver/demo-Gtk.c:851 msgid "" "Error:\n" "\n" @@ -575,7 +587,7 @@ msgid "" "\n" msgstr "" -#: driver/demo-Gtk.c:818 +#: driver/demo-Gtk.c:857 msgid "" "You are running as root. This usually means that xscreensaver\n" "was unable to contact your X server because access control is\n" @@ -594,18 +606,18 @@ msgid "" "normal user, and `su' as necessary." msgstr "" -#: driver/demo-Gtk.c:834 +#: driver/demo-Gtk.c:873 msgid "Please check your $PATH and permissions." msgstr "" -#: driver/demo-Gtk.c:869 +#: driver/demo-Gtk.c:908 msgid "" "Error:\n" "\n" "Couldn't determine init file name!\n" msgstr "" -#: driver/demo-Gtk.c:874 +#: driver/demo-Gtk.c:913 #, c-format msgid "" "Error:\n" @@ -613,14 +625,14 @@ msgid "" "Couldn't write %s\n" msgstr "" -#: driver/demo-Gtk.c:933 +#: driver/demo-Gtk.c:972 msgid "" "Error:\n" "\n" "no `manualCommand' resource set." msgstr "" -#: driver/demo-Gtk.c:1114 +#: driver/demo-Gtk.c:1153 #, c-format msgid "" "Error:\n" @@ -628,7 +640,7 @@ msgid "" "Unparsable time format: \"%s\"\n" msgstr "" -#: driver/demo-Gtk.c:1779 +#: driver/demo-Gtk.c:1818 #, c-format msgid "" "Error:\n" @@ -636,25 +648,25 @@ msgid "" "Directory does not exist: \"%s\"\n" msgstr "" -#: driver/demo-Gtk.c:2376 +#: driver/demo-Gtk.c:2532 msgid "Descriptions not available: no XML support compiled in." msgstr "" -#: driver/demo-Gtk.c:2381 +#: driver/demo-Gtk.c:2537 msgid "No description available." msgstr "" -#: driver/demo-Gtk.c:2632 +#: driver/demo-Gtk.c:2802 #, fuzzy msgid "Blank Screen" msgstr "只显示黑屏" -#: driver/demo-Gtk.c:2638 +#: driver/demo-Gtk.c:2808 #, fuzzy msgid "Screen Saver Disabled" msgstr "屏幕保护程序" -#: driver/demo-Gtk.c:2798 +#: driver/demo-Gtk.c:2996 #, c-format msgid "" "Warning:\n" @@ -662,19 +674,27 @@ msgid "" "file \"%s\" has changed, reloading.\n" msgstr "" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 #, fuzzy msgid "No Preview" msgstr "没有预览" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 #, fuzzy msgid "Available" msgstr "" "无可用\n" "预览" -#: driver/demo-Gtk.c:3543 +#: driver/demo-Gtk.c:3079 +msgid "Not" +msgstr "" + +#: driver/demo-Gtk.c:3079 +msgid "Installed" +msgstr "" + +#: driver/demo-Gtk.c:3780 #, c-format msgid "" "Warning:\n" @@ -683,7 +703,7 @@ msgid "" "on display \"%s\". Launch it now?" msgstr "" -#: driver/demo-Gtk.c:3553 +#: driver/demo-Gtk.c:3790 #, c-format msgid "" "Warning:\n" @@ -702,7 +722,7 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3578 +#: driver/demo-Gtk.c:3815 #, c-format msgid "" "Warning:\n" @@ -718,7 +738,7 @@ msgid "" "Restart the daemon on \"%s\" as \"%s\" now?\n" msgstr "" -#: driver/demo-Gtk.c:3600 +#: driver/demo-Gtk.c:3837 #, c-format msgid "" "Warning:\n" @@ -730,14 +750,19 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3999 +#: driver/demo-Gtk.c:4272 #, c-format msgid "%s: unknown option: %s\n" msgstr "" +#: driver/demo-Gtk.c:4335 +#, fuzzy +msgid "Screensaver Preferences" +msgstr "屏幕保护程序" + #: driver/screensaver-properties.desktop.in.h:1 -msgid "Configure the settings of the screensaver." -msgstr "配置屏幕保护程序设置。" +msgid "Change screensaver properties" +msgstr "" #: driver/screensaver-properties.desktop.in.h:2 msgid "Screensaver" @@ -756,159 +781,191 @@ msgstr "*" msgid "Choose _Random Image:" msgstr "随机选择图像(_R):" -#: driver/xscreensaver-demo.glade2.h:16 +#: driver/xscreensaver-demo.glade2.h:18 #, fuzzy msgid "Display Subprocess _Errors" msgstr "显示子进程出错信息(_E)" -#: driver/xscreensaver-demo.glade2.h:17 +#: driver/xscreensaver-demo.glade2.h:19 #, fuzzy msgid "Display _Splash Screen at Startup" msgstr "启动时显示启动画面(_S)" -#: driver/xscreensaver-demo.glade2.h:18 +#: driver/xscreensaver-demo.glade2.h:20 #, fuzzy msgid "F_ade Duration" msgstr "淡入淡出持续时间(_A)" -#: driver/xscreensaver-demo.glade2.h:19 +#: driver/xscreensaver-demo.glade2.h:21 #, fuzzy msgid "Fade from Black When _Unblanking" msgstr "恢复屏幕时淡入(_U)" -#: driver/xscreensaver-demo.glade2.h:20 +#: driver/xscreensaver-demo.glade2.h:22 #, fuzzy msgid "Fade to Black when _Blanking" msgstr "启用屏保时淡出(_B)" -#: driver/xscreensaver-demo.glade2.h:22 +#: driver/xscreensaver-demo.glade2.h:24 #, fuzzy msgid "Grab Desktop _Images" msgstr "捕获桌面图像(_I)" -#: driver/xscreensaver-demo.glade2.h:23 +#: driver/xscreensaver-demo.glade2.h:25 #, fuzzy msgid "Grab _Video Frames" msgstr "捕获视频帧(_V)" #: driver/xscreensaver-demo.glade2.h:28 +msgid "How long after the screen blanks until a password will be required." +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:29 +#, fuzzy +msgid "How long before the screensaver activates." +msgstr "多久后监视器完全黑屏。" + +#: driver/xscreensaver-demo.glade2.h:30 +msgid "" +"How long each display mode should run before choosing a new one (in Random " +"mode.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:32 +#, fuzzy +msgid "How long until the monitor goes completely black." +msgstr "多久后监视器完全黑屏。" + +#: driver/xscreensaver-demo.glade2.h:36 #, fuzzy msgid "Install _Colormap" msgstr "安装颜色映射表(_C)" -#: driver/xscreensaver-demo.glade2.h:30 +#: driver/xscreensaver-demo.glade2.h:38 #, fuzzy msgid "" "No Preview\n" "Available" msgstr "没有预览" -#: driver/xscreensaver-demo.glade2.h:33 -msgid "Preview of screen saver" -msgstr "屏幕保护程序预览" +#: driver/xscreensaver-demo.glade2.h:40 +msgid "" +"Not\n" +"Installed" +msgstr "" -#: driver/xscreensaver-demo.glade2.h:37 +#: driver/xscreensaver-demo.glade2.h:48 #, fuzzy msgid "Stand_by After" msgstr "多久后进入等待状态(_B)" -#: driver/xscreensaver-demo.glade2.h:40 +#: driver/xscreensaver-demo.glade2.h:51 #, fuzzy msgid "Sus_pend After" msgstr "多久后系统挂起(_P)" -#: driver/xscreensaver-demo.glade2.h:45 +#: driver/xscreensaver-demo.glade2.h:58 +msgid "" +"Whether the image-manipulating modes should operate on images captured from " +"the system's video input (if there is one.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:67 msgid "_Advanced" msgstr "高级(_A)" -#: driver/xscreensaver-demo.glade2.h:46 +#: driver/xscreensaver-demo.glade2.h:68 #, fuzzy msgid "_Advanced >>" msgstr "高级" -#: driver/xscreensaver-demo.glade2.h:47 +#: driver/xscreensaver-demo.glade2.h:69 #, fuzzy msgid "_Blank After" msgstr "多久后黑屏(_B)" -#: driver/xscreensaver-demo.glade2.h:49 +#: driver/xscreensaver-demo.glade2.h:71 #, fuzzy msgid "_Browse" msgstr "浏览(_B)" -#: driver/xscreensaver-demo.glade2.h:50 +#: driver/xscreensaver-demo.glade2.h:72 #, fuzzy msgid "_Command Line:" msgstr "命令行:(_C)" -#: driver/xscreensaver-demo.glade2.h:51 +#: driver/xscreensaver-demo.glade2.h:73 #, fuzzy msgid "_Cycle After" msgstr "多久后循环(_C)" -#: driver/xscreensaver-demo.glade2.h:52 +#: driver/xscreensaver-demo.glade2.h:74 #, fuzzy msgid "_Display Modes" msgstr "显示模式(_D)" -#: driver/xscreensaver-demo.glade2.h:57 +#: driver/xscreensaver-demo.glade2.h:79 #, fuzzy msgid "_Lock Screen After" msgstr "多久后锁住屏幕(_L)" -#: driver/xscreensaver-demo.glade2.h:59 +#: driver/xscreensaver-demo.glade2.h:81 #, fuzzy msgid "_Mode:" msgstr "模式(_M):" -#: driver/xscreensaver-demo.glade2.h:60 +#: driver/xscreensaver-demo.glade2.h:82 #, fuzzy msgid "_Off After" msgstr "多久后关闭显示器(_O)" -#: driver/xscreensaver-demo.glade2.h:61 +#: driver/xscreensaver-demo.glade2.h:83 #, fuzzy msgid "_Power Management Enabled" msgstr "启用电源管理(_P)" -#: driver/xscreensaver-demo.glade2.h:62 +#: driver/xscreensaver-demo.glade2.h:84 #, fuzzy msgid "_Preview" msgstr "预览(_P)" -#: driver/xscreensaver-demo.glade2.h:63 +#: driver/xscreensaver-demo.glade2.h:85 msgid "_Quit" msgstr "退出(_Q)" -#: driver/xscreensaver-demo.glade2.h:65 +#: driver/xscreensaver-demo.glade2.h:87 #, fuzzy msgid "_Settings..." msgstr "设置(_S)..." -#: driver/xscreensaver-demo.glade2.h:66 +#: driver/xscreensaver-demo.glade2.h:88 #, fuzzy msgid "_Standard <<" msgstr "标准" -#: driver/xscreensaver-demo.glade2.h:67 +#: driver/xscreensaver-demo.glade2.h:89 #, fuzzy -msgid "_Verbose Dialognostics" +msgid "_Verbose Diagnostics" msgstr "详细诊断(_V)" -#: driver/xscreensaver-demo.glade2.h:68 +#: driver/xscreensaver-demo.glade2.h:90 msgid "_Visual:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:69 +#: driver/xscreensaver-demo.glade2.h:91 msgid "dialog1" msgstr "dialog1" -#: driver/xscreensaver-demo.glade2.h:71 +#: driver/xscreensaver-demo.glade2.h:93 #, fuzzy msgid "no preview" msgstr "预览" -#: driver/xscreensaver-demo.glade2.h:72 +#: driver/xscreensaver-demo.glade2.h:94 +msgid "not installed" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:95 msgid "preview" msgstr "预览" @@ -921,85 +978,95 @@ msgstr "魔鬼" msgid "Arms" msgstr "" -#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:5 +#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:6 #: hacks/config/apollonian.xml.h:5 hacks/config/atlantis.xml.h:4 -#: hacks/config/attraction.xml.h:8 hacks/config/blaster.xml.h:3 -#: hacks/config/blitspin.xml.h:4 hacks/config/bouboule.xml.h:3 +#: hacks/config/attraction.xml.h:8 hacks/config/atunnel.xml.h:3 +#: hacks/config/barcode.xml.h:4 hacks/config/blaster.xml.h:3 +#: hacks/config/blitspin.xml.h:4 hacks/config/blocktube.xml.h:4 +#: hacks/config/bouboule.xml.h:3 hacks/config/bouncingcow.xml.h:6 #: hacks/config/boxed.xml.h:4 hacks/config/braid.xml.h:4 #: hacks/config/bubble3d.xml.h:3 hacks/config/bubbles.xml.h:8 #: hacks/config/bumps.xml.h:3 hacks/config/cage.xml.h:2 -#: hacks/config/circuit.xml.h:4 hacks/config/compass.xml.h:3 -#: hacks/config/coral.xml.h:7 hacks/config/critical.xml.h:3 -#: hacks/config/crystal.xml.h:6 hacks/config/cubenetic.xml.h:8 +#: hacks/config/circuit.xml.h:4 hacks/config/cloudlife.xml.h:3 +#: hacks/config/compass.xml.h:3 hacks/config/coral.xml.h:7 +#: hacks/config/critical.xml.h:3 hacks/config/crystal.xml.h:6 +#: hacks/config/cubenetic.xml.h:8 hacks/config/cubestorm.xml.h:4 #: hacks/config/cynosure.xml.h:4 hacks/config/dangerball.xml.h:3 #: hacks/config/decayscreen.xml.h:2 hacks/config/deluxe.xml.h:4 #: hacks/config/demon.xml.h:4 hacks/config/discrete.xml.h:2 #: hacks/config/distort.xml.h:4 hacks/config/drift.xml.h:3 -#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:3 -#: hacks/config/epicycle.xml.h:5 hacks/config/euler2d.xml.h:3 -#: hacks/config/extrusion.xml.h:3 hacks/config/fadeplot.xml.h:4 -#: hacks/config/flag.xml.h:2 hacks/config/flame.xml.h:6 -#: hacks/config/flipscreen3d.xml.h:1 hacks/config/flow.xml.h:4 -#: hacks/config/fluidballs.xml.h:3 hacks/config/forest.xml.h:1 +#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:8 +#: hacks/config/epicycle.xml.h:5 hacks/config/eruption.xml.h:5 +#: hacks/config/euler2d.xml.h:3 hacks/config/extrusion.xml.h:3 +#: hacks/config/fadeplot.xml.h:4 hacks/config/flag.xml.h:2 +#: hacks/config/flame.xml.h:6 hacks/config/flipscreen3d.xml.h:1 +#: hacks/config/flow.xml.h:4 hacks/config/fluidballs.xml.h:5 +#: hacks/config/flyingtoasters.xml.h:5 hacks/config/forest.xml.h:1 #: hacks/config/galaxy.xml.h:3 hacks/config/gears.xml.h:2 -#: hacks/config/gflux.xml.h:6 hacks/config/glforestfire.xml.h:4 -#: hacks/config/glplanet.xml.h:2 hacks/config/glsnake.xml.h:5 -#: hacks/config/gltext.xml.h:3 hacks/config/goop.xml.h:4 -#: hacks/config/grav.xml.h:2 hacks/config/greynetic.xml.h:1 -#: hacks/config/halo.xml.h:2 hacks/config/hopalong.xml.h:9 -#: hacks/config/hyperball.xml.h:2 hacks/config/hypercube.xml.h:2 +#: hacks/config/gflux.xml.h:6 hacks/config/glblur.xml.h:4 +#: hacks/config/glforestfire.xml.h:4 hacks/config/glknots.xml.h:3 +#: hacks/config/glmatrix.xml.h:8 hacks/config/glplanet.xml.h:2 +#: hacks/config/glsnake.xml.h:5 hacks/config/gltext.xml.h:3 +#: hacks/config/goop.xml.h:4 hacks/config/grav.xml.h:2 +#: hacks/config/greynetic.xml.h:1 hacks/config/halo.xml.h:2 +#: hacks/config/hopalong.xml.h:9 hacks/config/hyperball.xml.h:2 +#: hacks/config/hypercube.xml.h:2 hacks/config/hypertorus.xml.h:6 #: hacks/config/ifs.xml.h:1 hacks/config/interference.xml.h:5 -#: hacks/config/jigsaw.xml.h:3 hacks/config/juggle.xml.h:3 -#: hacks/config/julia.xml.h:2 hacks/config/kaleidescope.xml.h:2 +#: hacks/config/jigglypuff.xml.h:6 hacks/config/jigsaw.xml.h:3 +#: hacks/config/juggle.xml.h:3 hacks/config/julia.xml.h:2 +#: hacks/config/kaleidescope.xml.h:2 hacks/config/klein.xml.h:2 #: hacks/config/kumppa.xml.h:3 hacks/config/lament.xml.h:2 #: hacks/config/laser.xml.h:3 hacks/config/lavalite.xml.h:10 #: hacks/config/lightning.xml.h:1 hacks/config/lisa.xml.h:2 #: hacks/config/lissie.xml.h:3 hacks/config/lmorph.xml.h:3 #: hacks/config/loop.xml.h:1 hacks/config/maze.xml.h:4 -#: hacks/config/menger.xml.h:3 hacks/config/moebius.xml.h:3 -#: hacks/config/moire2.xml.h:2 hacks/config/molecule.xml.h:10 -#: hacks/config/morph3d.xml.h:3 hacks/config/mountain.xml.h:2 -#: hacks/config/munch.xml.h:3 hacks/config/nerverot.xml.h:9 -#: hacks/config/penetrate.xml.h:3 hacks/config/penrose.xml.h:6 -#: hacks/config/petri.xml.h:5 hacks/config/phosphor.xml.h:3 +#: hacks/config/menger.xml.h:3 hacks/config/metaballs.xml.h:4 +#: hacks/config/moebius.xml.h:3 hacks/config/moire2.xml.h:2 +#: hacks/config/molecule.xml.h:10 hacks/config/morph3d.xml.h:3 +#: hacks/config/mountain.xml.h:2 hacks/config/munch.xml.h:3 +#: hacks/config/nerverot.xml.h:9 hacks/config/penetrate.xml.h:3 +#: hacks/config/penrose.xml.h:6 hacks/config/petri.xml.h:5 +#: hacks/config/phosphor.xml.h:3 hacks/config/piecewise.xml.h:4 #: hacks/config/pipes.xml.h:5 hacks/config/polyominoes.xml.h:2 -#: hacks/config/pulsar.xml.h:11 hacks/config/pyro.xml.h:4 -#: hacks/config/qix.xml.h:7 hacks/config/queens.xml.h:1 -#: hacks/config/rd-bomb.xml.h:9 hacks/config/ripples.xml.h:4 -#: hacks/config/rocks.xml.h:4 hacks/config/rotor.xml.h:3 -#: hacks/config/rubik.xml.h:3 hacks/config/sballs.xml.h:4 -#: hacks/config/shadebobs.xml.h:3 hacks/config/sierpinski.xml.h:2 -#: hacks/config/sierpinski3d.xml.h:2 hacks/config/slidescreen.xml.h:2 -#: hacks/config/slip.xml.h:2 hacks/config/speedmine.xml.h:3 -#: hacks/config/sphere.xml.h:2 hacks/config/spheremonics.xml.h:5 -#: hacks/config/spiral.xml.h:3 hacks/config/spotlight.xml.h:2 -#: hacks/config/sproingies.xml.h:2 hacks/config/squiral.xml.h:4 -#: hacks/config/stairs.xml.h:1 hacks/config/starfish.xml.h:3 -#: hacks/config/starwars.xml.h:6 hacks/config/strange.xml.h:2 -#: hacks/config/superquadrics.xml.h:3 hacks/config/swirl.xml.h:2 -#: hacks/config/t3d.xml.h:6 hacks/config/thornbird.xml.h:2 -#: hacks/config/triangle.xml.h:1 hacks/config/truchet.xml.h:1 -#: hacks/config/twang.xml.h:3 hacks/config/vines.xml.h:1 -#: hacks/config/webcollage.xml.h:4 hacks/config/worm.xml.h:3 -#: hacks/config/xearth.xml.h:7 hacks/config/xfishtank.xml.h:3 -#: hacks/config/xflame.xml.h:4 hacks/config/xjack.xml.h:1 -#: hacks/config/xmatrix.xml.h:5 hacks/config/xmountains.xml.h:1 -#: hacks/config/xrayswarm.xml.h:2 hacks/config/zoom.xml.h:2 +#: hacks/config/popsquares.xml.h:3 hacks/config/pulsar.xml.h:11 +#: hacks/config/pyro.xml.h:4 hacks/config/qix.xml.h:7 +#: hacks/config/queens.xml.h:1 hacks/config/rd-bomb.xml.h:9 +#: hacks/config/ripples.xml.h:4 hacks/config/rocks.xml.h:4 +#: hacks/config/rotor.xml.h:3 hacks/config/rubik.xml.h:3 +#: hacks/config/sballs.xml.h:4 hacks/config/shadebobs.xml.h:3 +#: hacks/config/sierpinski.xml.h:2 hacks/config/sierpinski3d.xml.h:2 +#: hacks/config/slidescreen.xml.h:2 hacks/config/slip.xml.h:2 +#: hacks/config/speedmine.xml.h:3 hacks/config/sphere.xml.h:2 +#: hacks/config/spheremonics.xml.h:5 hacks/config/spiral.xml.h:3 +#: hacks/config/spotlight.xml.h:2 hacks/config/sproingies.xml.h:2 +#: hacks/config/squiral.xml.h:4 hacks/config/stairs.xml.h:1 +#: hacks/config/starfish.xml.h:3 hacks/config/starwars.xml.h:6 +#: hacks/config/strange.xml.h:2 hacks/config/superquadrics.xml.h:4 +#: hacks/config/swirl.xml.h:2 hacks/config/t3d.xml.h:6 +#: hacks/config/thornbird.xml.h:2 hacks/config/triangle.xml.h:1 +#: hacks/config/truchet.xml.h:1 hacks/config/twang.xml.h:3 +#: hacks/config/vines.xml.h:1 hacks/config/webcollage.xml.h:4 +#: hacks/config/worm.xml.h:3 hacks/config/xearth.xml.h:7 +#: hacks/config/xfishtank.xml.h:3 hacks/config/xflame.xml.h:4 +#: hacks/config/xjack.xml.h:1 hacks/config/xmatrix.xml.h:5 +#: hacks/config/xmountains.xml.h:1 hacks/config/xrayswarm.xml.h:2 +#: hacks/config/zoom.xml.h:2 msgid "Fast" msgstr "å¿«" #: hacks/config/anemone.xml.h:4 hacks/config/blaster.xml.h:4 #: hacks/config/bouboule.xml.h:4 hacks/config/coral.xml.h:8 -#: hacks/config/cubenetic.xml.h:9 hacks/config/euler2d.xml.h:4 -#: hacks/config/flame.xml.h:7 hacks/config/fluidballs.xml.h:4 -#: hacks/config/kaleidescope.xml.h:3 hacks/config/lisa.xml.h:3 -#: hacks/config/pedal.xml.h:4 hacks/config/petri.xml.h:7 -#: hacks/config/qix.xml.h:8 hacks/config/thornbird.xml.h:3 -#: hacks/config/whirlwindwarp.xml.h:1 hacks/config/xfishtank.xml.h:4 +#: hacks/config/cubenetic.xml.h:9 hacks/config/eruption.xml.h:6 +#: hacks/config/euler2d.xml.h:4 hacks/config/flame.xml.h:7 +#: hacks/config/fluidballs.xml.h:6 hacks/config/kaleidescope.xml.h:3 +#: hacks/config/lisa.xml.h:3 hacks/config/pedal.xml.h:4 +#: hacks/config/petri.xml.h:7 hacks/config/qix.xml.h:8 +#: hacks/config/thornbird.xml.h:3 hacks/config/whirlwindwarp.xml.h:1 +#: hacks/config/xfishtank.xml.h:4 msgid "Few" msgstr "少" -#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:8 +#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:9 #: hacks/config/apollonian.xml.h:7 hacks/config/attraction.xml.h:18 #: hacks/config/blaster.xml.h:6 hacks/config/bouboule.xml.h:5 #: hacks/config/braid.xml.h:7 hacks/config/coral.xml.h:9 @@ -1008,17 +1075,18 @@ msgstr "少" #: hacks/config/deco.xml.h:5 hacks/config/deluxe.xml.h:6 #: hacks/config/demon.xml.h:6 hacks/config/discrete.xml.h:4 #: hacks/config/drift.xml.h:9 hacks/config/epicycle.xml.h:8 -#: hacks/config/euler2d.xml.h:8 hacks/config/fadeplot.xml.h:6 -#: hacks/config/flag.xml.h:5 hacks/config/flame.xml.h:11 -#: hacks/config/flow.xml.h:8 hacks/config/fluidballs.xml.h:13 -#: hacks/config/forest.xml.h:3 hacks/config/galaxy.xml.h:6 -#: hacks/config/grav.xml.h:4 hacks/config/halo.xml.h:4 -#: hacks/config/hopalong.xml.h:15 hacks/config/ifs.xml.h:3 -#: hacks/config/imsmap.xml.h:9 hacks/config/interference.xml.h:11 -#: hacks/config/julia.xml.h:6 hacks/config/kaleidescope.xml.h:5 -#: hacks/config/laser.xml.h:6 hacks/config/lightning.xml.h:3 -#: hacks/config/lisa.xml.h:5 hacks/config/lissie.xml.h:6 -#: hacks/config/loop.xml.h:4 hacks/config/moire.xml.h:5 +#: hacks/config/eruption.xml.h:12 hacks/config/euler2d.xml.h:8 +#: hacks/config/fadeplot.xml.h:6 hacks/config/flag.xml.h:5 +#: hacks/config/flame.xml.h:11 hacks/config/flow.xml.h:8 +#: hacks/config/fluidballs.xml.h:13 hacks/config/forest.xml.h:3 +#: hacks/config/galaxy.xml.h:6 hacks/config/grav.xml.h:4 +#: hacks/config/halo.xml.h:4 hacks/config/hopalong.xml.h:15 +#: hacks/config/ifs.xml.h:3 hacks/config/imsmap.xml.h:9 +#: hacks/config/interference.xml.h:11 hacks/config/julia.xml.h:6 +#: hacks/config/kaleidescope.xml.h:5 hacks/config/laser.xml.h:6 +#: hacks/config/lightning.xml.h:3 hacks/config/lisa.xml.h:5 +#: hacks/config/lissie.xml.h:6 hacks/config/loop.xml.h:4 +#: hacks/config/metaballs.xml.h:6 hacks/config/moire.xml.h:5 #: hacks/config/moire2.xml.h:3 hacks/config/mountain.xml.h:4 #: hacks/config/nerverot.xml.h:15 hacks/config/pedal.xml.h:6 #: hacks/config/penrose.xml.h:7 hacks/config/petri.xml.h:11 @@ -1036,111 +1104,131 @@ msgstr "少" msgid "Many" msgstr "多" -#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:10 +#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:11 #: hacks/config/apollonian.xml.h:8 hacks/config/attraction.xml.h:19 #: hacks/config/bouboule.xml.h:6 hacks/config/braid.xml.h:9 #: hacks/config/critical.xml.h:5 hacks/config/crystal.xml.h:10 #: hacks/config/cynosure.xml.h:7 hacks/config/deco.xml.h:8 #: hacks/config/deluxe.xml.h:7 hacks/config/demon.xml.h:7 #: hacks/config/discrete.xml.h:6 hacks/config/drift.xml.h:10 -#: hacks/config/epicycle.xml.h:9 hacks/config/euler2d.xml.h:9 -#: hacks/config/fadeplot.xml.h:7 hacks/config/flag.xml.h:6 -#: hacks/config/flame.xml.h:12 hacks/config/flow.xml.h:9 -#: hacks/config/forest.xml.h:4 hacks/config/galaxy.xml.h:7 -#: hacks/config/grav.xml.h:5 hacks/config/halo.xml.h:6 -#: hacks/config/hopalong.xml.h:17 hacks/config/ifs.xml.h:4 -#: hacks/config/imsmap.xml.h:10 hacks/config/interference.xml.h:12 -#: hacks/config/julia.xml.h:7 hacks/config/laser.xml.h:8 -#: hacks/config/lightning.xml.h:4 hacks/config/lisa.xml.h:6 -#: hacks/config/lissie.xml.h:7 hacks/config/loop.xml.h:5 +#: hacks/config/epicycle.xml.h:9 hacks/config/eruption.xml.h:14 +#: hacks/config/euler2d.xml.h:9 hacks/config/fadeplot.xml.h:7 +#: hacks/config/flag.xml.h:6 hacks/config/flame.xml.h:12 +#: hacks/config/flow.xml.h:9 hacks/config/forest.xml.h:4 +#: hacks/config/galaxy.xml.h:7 hacks/config/grav.xml.h:5 +#: hacks/config/halo.xml.h:6 hacks/config/hopalong.xml.h:17 +#: hacks/config/ifs.xml.h:4 hacks/config/imsmap.xml.h:10 +#: hacks/config/interference.xml.h:12 hacks/config/julia.xml.h:7 +#: hacks/config/laser.xml.h:8 hacks/config/lightning.xml.h:4 +#: hacks/config/lisa.xml.h:6 hacks/config/lissie.xml.h:7 +#: hacks/config/loop.xml.h:5 hacks/config/metaballs.xml.h:10 #: hacks/config/moire.xml.h:7 hacks/config/moire2.xml.h:5 #: hacks/config/mountain.xml.h:6 hacks/config/penrose.xml.h:8 -#: hacks/config/polyominoes.xml.h:6 hacks/config/rd-bomb.xml.h:13 -#: hacks/config/rocks.xml.h:6 hacks/config/rotor.xml.h:7 -#: hacks/config/shadebobs.xml.h:6 hacks/config/sierpinski.xml.h:5 -#: hacks/config/slip.xml.h:5 hacks/config/sphere.xml.h:4 -#: hacks/config/spiral.xml.h:8 hacks/config/squiral.xml.h:10 -#: hacks/config/starfish.xml.h:6 hacks/config/strange.xml.h:6 -#: hacks/config/swirl.xml.h:5 hacks/config/thornbird.xml.h:5 -#: hacks/config/triangle.xml.h:4 hacks/config/vines.xml.h:3 -#: hacks/config/worm.xml.h:5 hacks/config/xearth.xml.h:17 -#: hacks/config/xfishtank.xml.h:9 +#: hacks/config/polyominoes.xml.h:6 hacks/config/popsquares.xml.h:4 +#: hacks/config/rd-bomb.xml.h:13 hacks/config/rocks.xml.h:6 +#: hacks/config/rotor.xml.h:7 hacks/config/shadebobs.xml.h:6 +#: hacks/config/sierpinski.xml.h:5 hacks/config/slip.xml.h:5 +#: hacks/config/sphere.xml.h:4 hacks/config/spiral.xml.h:8 +#: hacks/config/squiral.xml.h:10 hacks/config/starfish.xml.h:6 +#: hacks/config/strange.xml.h:6 hacks/config/swirl.xml.h:5 +#: hacks/config/thornbird.xml.h:5 hacks/config/triangle.xml.h:4 +#: hacks/config/vines.xml.h:3 hacks/config/worm.xml.h:5 +#: hacks/config/xearth.xml.h:17 hacks/config/xfishtank.xml.h:9 msgid "Number of Colors" msgstr "颜色数" -#: hacks/config/anemone.xml.h:7 hacks/config/ant.xml.h:14 +#: hacks/config/anemone.xml.h:7 hacks/config/pyro.xml.h:8 +msgid "Often" +msgstr "经常" + +#: hacks/config/anemone.xml.h:8 +msgid "Rarely" +msgstr "" + +#: hacks/config/anemone.xml.h:9 hacks/config/ant.xml.h:15 #: hacks/config/apollonian.xml.h:11 hacks/config/atlantis.xml.h:13 -#: hacks/config/attraction.xml.h:26 hacks/config/blaster.xml.h:8 -#: hacks/config/blitspin.xml.h:7 hacks/config/bouboule.xml.h:8 +#: hacks/config/attraction.xml.h:26 hacks/config/atunnel.xml.h:6 +#: hacks/config/barcode.xml.h:6 hacks/config/blaster.xml.h:8 +#: hacks/config/blitspin.xml.h:7 hacks/config/blocktube.xml.h:9 +#: hacks/config/bouboule.xml.h:8 hacks/config/bouncingcow.xml.h:10 #: hacks/config/boxed.xml.h:6 hacks/config/braid.xml.h:11 #: hacks/config/bubble3d.xml.h:5 hacks/config/bubbles.xml.h:10 #: hacks/config/bumps.xml.h:4 hacks/config/cage.xml.h:4 -#: hacks/config/circuit.xml.h:10 hacks/config/compass.xml.h:4 -#: hacks/config/coral.xml.h:12 hacks/config/critical.xml.h:6 -#: hacks/config/crystal.xml.h:11 hacks/config/cubenetic.xml.h:22 +#: hacks/config/circuit.xml.h:10 hacks/config/cloudlife.xml.h:11 +#: hacks/config/compass.xml.h:4 hacks/config/coral.xml.h:12 +#: hacks/config/critical.xml.h:6 hacks/config/crystal.xml.h:11 +#: hacks/config/cubenetic.xml.h:22 hacks/config/cubestorm.xml.h:8 #: hacks/config/cynosure.xml.h:9 hacks/config/dangerball.xml.h:5 #: hacks/config/decayscreen.xml.h:17 hacks/config/deluxe.xml.h:8 #: hacks/config/demon.xml.h:8 hacks/config/discrete.xml.h:7 #: hacks/config/distort.xml.h:11 hacks/config/drift.xml.h:12 -#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:5 -#: hacks/config/epicycle.xml.h:10 hacks/config/euler2d.xml.h:14 -#: hacks/config/extrusion.xml.h:11 hacks/config/fadeplot.xml.h:8 -#: hacks/config/flag.xml.h:7 hacks/config/flame.xml.h:14 -#: hacks/config/flipscreen3d.xml.h:6 hacks/config/flow.xml.h:13 -#: hacks/config/fluidballs.xml.h:18 hacks/config/forest.xml.h:5 +#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:15 +#: hacks/config/epicycle.xml.h:10 hacks/config/eruption.xml.h:19 +#: hacks/config/euler2d.xml.h:14 hacks/config/extrusion.xml.h:11 +#: hacks/config/fadeplot.xml.h:8 hacks/config/flag.xml.h:7 +#: hacks/config/flame.xml.h:14 hacks/config/flipscreen3d.xml.h:6 +#: hacks/config/flow.xml.h:13 hacks/config/fluidballs.xml.h:18 +#: hacks/config/flyingtoasters.xml.h:11 hacks/config/forest.xml.h:5 #: hacks/config/galaxy.xml.h:10 hacks/config/gears.xml.h:7 -#: hacks/config/gflux.xml.h:12 hacks/config/glforestfire.xml.h:14 -#: hacks/config/glplanet.xml.h:6 hacks/config/glsnake.xml.h:12 -#: hacks/config/gltext.xml.h:13 hacks/config/goop.xml.h:10 -#: hacks/config/grav.xml.h:8 hacks/config/greynetic.xml.h:3 -#: hacks/config/halo.xml.h:9 hacks/config/hopalong.xml.h:21 -#: hacks/config/hyperball.xml.h:8 hacks/config/hypercube.xml.h:7 +#: hacks/config/gflux.xml.h:12 hacks/config/glblur.xml.h:14 +#: hacks/config/glforestfire.xml.h:14 hacks/config/glknots.xml.h:17 +#: hacks/config/glmatrix.xml.h:18 hacks/config/glplanet.xml.h:6 +#: hacks/config/glsnake.xml.h:12 hacks/config/gltext.xml.h:13 +#: hacks/config/goop.xml.h:10 hacks/config/grav.xml.h:8 +#: hacks/config/greynetic.xml.h:3 hacks/config/halo.xml.h:9 +#: hacks/config/hopalong.xml.h:21 hacks/config/hyperball.xml.h:8 +#: hacks/config/hypercube.xml.h:7 hacks/config/hypertorus.xml.h:13 #: hacks/config/ifs.xml.h:5 hacks/config/interference.xml.h:14 -#: hacks/config/jigsaw.xml.h:5 hacks/config/juggle.xml.h:7 -#: hacks/config/julia.xml.h:8 hacks/config/kaleidescope.xml.h:7 +#: hacks/config/jigglypuff.xml.h:16 hacks/config/jigsaw.xml.h:5 +#: hacks/config/juggle.xml.h:7 hacks/config/julia.xml.h:8 +#: hacks/config/kaleidescope.xml.h:7 hacks/config/klein.xml.h:7 #: hacks/config/kumppa.xml.h:8 hacks/config/lament.xml.h:6 -#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:26 +#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:27 #: hacks/config/lightning.xml.h:5 hacks/config/lisa.xml.h:8 #: hacks/config/lissie.xml.h:9 hacks/config/lmorph.xml.h:11 #: hacks/config/loop.xml.h:7 hacks/config/maze.xml.h:14 -#: hacks/config/menger.xml.h:16 hacks/config/moebius.xml.h:7 -#: hacks/config/moire2.xml.h:6 hacks/config/molecule.xml.h:22 -#: hacks/config/morph3d.xml.h:6 hacks/config/mountain.xml.h:7 -#: hacks/config/munch.xml.h:7 hacks/config/nerverot.xml.h:20 -#: hacks/config/penetrate.xml.h:6 hacks/config/penrose.xml.h:11 -#: hacks/config/petri.xml.h:23 hacks/config/phosphor.xml.h:6 +#: hacks/config/menger.xml.h:16 hacks/config/metaballs.xml.h:13 +#: hacks/config/moebius.xml.h:7 hacks/config/moire2.xml.h:6 +#: hacks/config/molecule.xml.h:22 hacks/config/morph3d.xml.h:6 +#: hacks/config/mountain.xml.h:7 hacks/config/munch.xml.h:7 +#: hacks/config/nerverot.xml.h:20 hacks/config/penetrate.xml.h:6 +#: hacks/config/penrose.xml.h:11 hacks/config/petri.xml.h:23 +#: hacks/config/phosphor.xml.h:6 hacks/config/piecewise.xml.h:9 #: hacks/config/pipes.xml.h:15 hacks/config/polyominoes.xml.h:10 -#: hacks/config/pulsar.xml.h:15 hacks/config/pyro.xml.h:13 -#: hacks/config/qix.xml.h:19 hacks/config/queens.xml.h:4 -#: hacks/config/rd-bomb.xml.h:17 hacks/config/ripples.xml.h:11 -#: hacks/config/rocks.xml.h:9 hacks/config/rotor.xml.h:11 -#: hacks/config/rubik.xml.h:9 hacks/config/sballs.xml.h:13 -#: hacks/config/shadebobs.xml.h:9 hacks/config/sierpinski.xml.h:7 -#: hacks/config/sierpinski3d.xml.h:8 hacks/config/slidescreen.xml.h:6 -#: hacks/config/slip.xml.h:7 hacks/config/speedmine.xml.h:13 -#: hacks/config/sphere.xml.h:5 hacks/config/spheremonics.xml.h:19 -#: hacks/config/spiral.xml.h:9 hacks/config/spotlight.xml.h:4 -#: hacks/config/sproingies.xml.h:6 hacks/config/squiral.xml.h:14 -#: hacks/config/stairs.xml.h:3 hacks/config/starfish.xml.h:8 -#: hacks/config/starwars.xml.h:12 hacks/config/strange.xml.h:7 -#: hacks/config/superquadrics.xml.h:7 hacks/config/swirl.xml.h:6 -#: hacks/config/t3d.xml.h:11 hacks/config/thornbird.xml.h:7 -#: hacks/config/triangle.xml.h:5 hacks/config/truchet.xml.h:2 -#: hacks/config/twang.xml.h:9 hacks/config/vines.xml.h:4 -#: hacks/config/webcollage.xml.h:7 hacks/config/worm.xml.h:7 -#: hacks/config/xearth.xml.h:22 hacks/config/xfishtank.xml.h:10 -#: hacks/config/xflame.xml.h:5 hacks/config/xjack.xml.h:2 -#: hacks/config/xmatrix.xml.h:14 hacks/config/xmountains.xml.h:4 -#: hacks/config/xrayswarm.xml.h:3 hacks/config/zoom.xml.h:6 +#: hacks/config/popsquares.xml.h:5 hacks/config/pulsar.xml.h:15 +#: hacks/config/pyro.xml.h:13 hacks/config/qix.xml.h:19 +#: hacks/config/queens.xml.h:4 hacks/config/rd-bomb.xml.h:17 +#: hacks/config/ripples.xml.h:11 hacks/config/rocks.xml.h:9 +#: hacks/config/rotor.xml.h:11 hacks/config/rubik.xml.h:9 +#: hacks/config/sballs.xml.h:13 hacks/config/shadebobs.xml.h:9 +#: hacks/config/sierpinski.xml.h:7 hacks/config/sierpinski3d.xml.h:8 +#: hacks/config/slidescreen.xml.h:6 hacks/config/slip.xml.h:7 +#: hacks/config/speedmine.xml.h:13 hacks/config/sphere.xml.h:5 +#: hacks/config/spheremonics.xml.h:19 hacks/config/spiral.xml.h:9 +#: hacks/config/spotlight.xml.h:4 hacks/config/sproingies.xml.h:6 +#: hacks/config/squiral.xml.h:14 hacks/config/stairs.xml.h:3 +#: hacks/config/starfish.xml.h:8 hacks/config/starwars.xml.h:12 +#: hacks/config/strange.xml.h:7 hacks/config/superquadrics.xml.h:8 +#: hacks/config/swirl.xml.h:6 hacks/config/t3d.xml.h:11 +#: hacks/config/thornbird.xml.h:7 hacks/config/triangle.xml.h:5 +#: hacks/config/truchet.xml.h:2 hacks/config/twang.xml.h:9 +#: hacks/config/vines.xml.h:4 hacks/config/webcollage.xml.h:7 +#: hacks/config/worm.xml.h:7 hacks/config/xearth.xml.h:22 +#: hacks/config/xfishtank.xml.h:10 hacks/config/xflame.xml.h:5 +#: hacks/config/xjack.xml.h:2 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xmountains.xml.h:4 hacks/config/xrayswarm.xml.h:3 +#: hacks/config/zoom.xml.h:6 msgid "Slow" msgstr "慢" -#: hacks/config/anemone.xml.h:8 hacks/config/ant.xml.h:16 +#: hacks/config/anemone.xml.h:10 hacks/config/ant.xml.h:17 #: hacks/config/apollonian.xml.h:12 hacks/config/attraction.xml.h:28 -#: hacks/config/blaster.xml.h:9 hacks/config/bouboule.xml.h:9 -#: hacks/config/braid.xml.h:12 hacks/config/bubble3d.xml.h:6 -#: hacks/config/bubbles.xml.h:11 hacks/config/bumps.xml.h:5 -#: hacks/config/cage.xml.h:6 hacks/config/circuit.xml.h:11 +#: hacks/config/atunnel.xml.h:7 hacks/config/barcode.xml.h:7 +#: hacks/config/blaster.xml.h:9 hacks/config/blocktube.xml.h:11 +#: hacks/config/bouboule.xml.h:9 hacks/config/braid.xml.h:12 +#: hacks/config/bubble3d.xml.h:6 hacks/config/bubbles.xml.h:11 +#: hacks/config/bumps.xml.h:5 hacks/config/cage.xml.h:6 +#: hacks/config/circuit.xml.h:11 hacks/config/cloudlife.xml.h:13 #: hacks/config/compass.xml.h:5 hacks/config/coral.xml.h:14 #: hacks/config/critical.xml.h:7 hacks/config/crystal.xml.h:12 #: hacks/config/cubenetic.xml.h:24 hacks/config/cynosure.xml.h:10 @@ -1148,12 +1236,13 @@ msgstr "慢" #: hacks/config/deluxe.xml.h:9 hacks/config/demon.xml.h:10 #: hacks/config/discrete.xml.h:9 hacks/config/distort.xml.h:13 #: hacks/config/drift.xml.h:13 hacks/config/endgame.xml.h:6 -#: hacks/config/engine.xml.h:6 hacks/config/epicycle.xml.h:11 -#: hacks/config/euler2d.xml.h:15 hacks/config/extrusion.xml.h:13 -#: hacks/config/fadeplot.xml.h:10 hacks/config/flag.xml.h:9 -#: hacks/config/flame.xml.h:15 hacks/config/flipscreen3d.xml.h:7 -#: hacks/config/flow.xml.h:16 hacks/config/fluidballs.xml.h:20 -#: hacks/config/forest.xml.h:6 hacks/config/galaxy.xml.h:11 +#: hacks/config/engine.xml.h:16 hacks/config/epicycle.xml.h:11 +#: hacks/config/eruption.xml.h:20 hacks/config/euler2d.xml.h:15 +#: hacks/config/extrusion.xml.h:13 hacks/config/fadeplot.xml.h:10 +#: hacks/config/flag.xml.h:9 hacks/config/flame.xml.h:15 +#: hacks/config/flipscreen3d.xml.h:7 hacks/config/flow.xml.h:16 +#: hacks/config/fluidballs.xml.h:20 hacks/config/forest.xml.h:6 +#: hacks/config/galaxy.xml.h:11 hacks/config/glblur.xml.h:17 #: hacks/config/glforestfire.xml.h:15 hacks/config/glplanet.xml.h:8 #: hacks/config/gltext.xml.h:15 hacks/config/goop.xml.h:11 #: hacks/config/grav.xml.h:9 hacks/config/greynetic.xml.h:4 @@ -1161,18 +1250,20 @@ msgstr "慢" #: hacks/config/hyperball.xml.h:9 hacks/config/hypercube.xml.h:8 #: hacks/config/ifs.xml.h:6 hacks/config/jigsaw.xml.h:7 #: hacks/config/juggle.xml.h:8 hacks/config/julia.xml.h:10 -#: hacks/config/kaleidescope.xml.h:8 hacks/config/kumppa.xml.h:9 -#: hacks/config/lament.xml.h:7 hacks/config/laser.xml.h:11 -#: hacks/config/lavalite.xml.h:29 hacks/config/lightning.xml.h:6 -#: hacks/config/lisa.xml.h:9 hacks/config/lissie.xml.h:11 -#: hacks/config/lmorph.xml.h:12 hacks/config/loop.xml.h:9 -#: hacks/config/menger.xml.h:18 hacks/config/moebius.xml.h:10 +#: hacks/config/kaleidescope.xml.h:8 hacks/config/klein.xml.h:8 +#: hacks/config/kumppa.xml.h:9 hacks/config/lament.xml.h:7 +#: hacks/config/laser.xml.h:11 hacks/config/lavalite.xml.h:30 +#: hacks/config/lightning.xml.h:6 hacks/config/lisa.xml.h:9 +#: hacks/config/lissie.xml.h:11 hacks/config/lmorph.xml.h:12 +#: hacks/config/loop.xml.h:9 hacks/config/menger.xml.h:18 +#: hacks/config/metaballs.xml.h:15 hacks/config/moebius.xml.h:10 #: hacks/config/moire2.xml.h:7 hacks/config/molecule.xml.h:24 #: hacks/config/morph3d.xml.h:7 hacks/config/mountain.xml.h:8 #: hacks/config/munch.xml.h:9 hacks/config/nerverot.xml.h:22 #: hacks/config/penrose.xml.h:12 hacks/config/petri.xml.h:25 -#: hacks/config/phosphor.xml.h:7 hacks/config/pipes.xml.h:16 -#: hacks/config/polyominoes.xml.h:11 hacks/config/pulsar.xml.h:17 +#: hacks/config/phosphor.xml.h:7 hacks/config/piecewise.xml.h:11 +#: hacks/config/pipes.xml.h:16 hacks/config/polyominoes.xml.h:11 +#: hacks/config/popsquares.xml.h:6 hacks/config/pulsar.xml.h:17 #: hacks/config/qix.xml.h:22 hacks/config/queens.xml.h:6 #: hacks/config/rotor.xml.h:12 hacks/config/rubik.xml.h:11 #: hacks/config/sballs.xml.h:14 hacks/config/shadebobs.xml.h:10 @@ -1183,42 +1274,48 @@ msgstr "慢" #: hacks/config/spotlight.xml.h:5 hacks/config/sproingies.xml.h:8 #: hacks/config/squiral.xml.h:16 hacks/config/stairs.xml.h:5 #: hacks/config/starfish.xml.h:9 hacks/config/strange.xml.h:8 -#: hacks/config/superquadrics.xml.h:9 hacks/config/swirl.xml.h:7 +#: hacks/config/superquadrics.xml.h:10 hacks/config/swirl.xml.h:7 #: hacks/config/t3d.xml.h:13 hacks/config/thornbird.xml.h:8 #: hacks/config/triangle.xml.h:6 hacks/config/truchet.xml.h:3 #: hacks/config/twang.xml.h:10 hacks/config/vines.xml.h:5 -#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:4 +#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:13 #: hacks/config/worm.xml.h:8 hacks/config/xearth.xml.h:25 #: hacks/config/xflame.xml.h:6 hacks/config/xjack.xml.h:3 -#: hacks/config/xmatrix.xml.h:17 hacks/config/xmountains.xml.h:5 +#: hacks/config/xmatrix.xml.h:18 hacks/config/xmountains.xml.h:5 #: hacks/config/xrayswarm.xml.h:4 hacks/config/zoom.xml.h:7 msgid "Speed" msgstr "速度" -#: hacks/config/anemone.xml.h:9 +#: hacks/config/anemone.xml.h:11 msgid "Tentacles" msgstr "" -#: hacks/config/anemone.xml.h:10 hacks/config/deluxe.xml.h:10 +#: hacks/config/anemone.xml.h:12 hacks/config/cubestorm.xml.h:11 +#: hacks/config/deluxe.xml.h:10 hacks/config/glknots.xml.h:19 #: hacks/config/lmorph.xml.h:13 hacks/config/starfish.xml.h:11 #: hacks/config/thornbird.xml.h:9 #, fuzzy msgid "Thick" msgstr "厚" -#: hacks/config/anemone.xml.h:11 hacks/config/moire2.xml.h:8 -#: hacks/config/thornbird.xml.h:10 +#: hacks/config/anemone.xml.h:13 hacks/config/glknots.xml.h:20 +#: hacks/config/moire2.xml.h:8 hacks/config/thornbird.xml.h:10 msgid "Thickness" msgstr "厚度" -#: hacks/config/anemone.xml.h:12 hacks/config/deluxe.xml.h:11 +#: hacks/config/anemone.xml.h:14 hacks/config/cubestorm.xml.h:12 +#: hacks/config/deluxe.xml.h:11 hacks/config/glknots.xml.h:21 #: hacks/config/lmorph.xml.h:14 hacks/config/starfish.xml.h:12 #: hacks/config/thornbird.xml.h:11 #, fuzzy msgid "Thin" msgstr "薄" -#: hacks/config/anemone.xml.h:13 hacks/config/ant.xml.h:21 +#: hacks/config/anemone.xml.h:15 +msgid "Turn speed" +msgstr "" + +#: hacks/config/anemone.xml.h:16 hacks/config/ant.xml.h:22 #: hacks/config/apollonian.xml.h:13 hacks/config/attraction.xml.h:32 #: hacks/config/bouboule.xml.h:11 hacks/config/braid.xml.h:13 #: hacks/config/critical.xml.h:8 hacks/config/crystal.xml.h:13 @@ -1235,25 +1332,30 @@ msgstr "薄" #: hacks/config/julia.xml.h:12 hacks/config/laser.xml.h:12 #: hacks/config/lightning.xml.h:8 hacks/config/lisa.xml.h:12 #: hacks/config/lissie.xml.h:13 hacks/config/loop.xml.h:12 -#: hacks/config/moire.xml.h:11 hacks/config/moire2.xml.h:9 -#: hacks/config/mountain.xml.h:9 hacks/config/nerverot.xml.h:23 -#: hacks/config/penrose.xml.h:13 hacks/config/polyominoes.xml.h:12 -#: hacks/config/rd-bomb.xml.h:20 hacks/config/rocks.xml.h:12 -#: hacks/config/rotor.xml.h:13 hacks/config/shadebobs.xml.h:12 -#: hacks/config/sierpinski.xml.h:12 hacks/config/slip.xml.h:12 -#: hacks/config/sphere.xml.h:8 hacks/config/spiral.xml.h:12 -#: hacks/config/squiral.xml.h:18 hacks/config/starfish.xml.h:14 -#: hacks/config/strange.xml.h:11 hacks/config/swirl.xml.h:9 -#: hacks/config/thornbird.xml.h:13 hacks/config/triangle.xml.h:8 -#: hacks/config/vines.xml.h:7 hacks/config/worm.xml.h:9 -#: hacks/config/xearth.xml.h:28 hacks/config/xfishtank.xml.h:11 +#: hacks/config/metaballs.xml.h:16 hacks/config/moire.xml.h:11 +#: hacks/config/moire2.xml.h:9 hacks/config/mountain.xml.h:9 +#: hacks/config/nerverot.xml.h:23 hacks/config/penrose.xml.h:13 +#: hacks/config/polyominoes.xml.h:12 hacks/config/rd-bomb.xml.h:20 +#: hacks/config/rocks.xml.h:12 hacks/config/rotor.xml.h:13 +#: hacks/config/shadebobs.xml.h:12 hacks/config/sierpinski.xml.h:12 +#: hacks/config/slip.xml.h:12 hacks/config/sphere.xml.h:8 +#: hacks/config/spiral.xml.h:12 hacks/config/squiral.xml.h:18 +#: hacks/config/starfish.xml.h:14 hacks/config/strange.xml.h:11 +#: hacks/config/swirl.xml.h:9 hacks/config/thornbird.xml.h:13 +#: hacks/config/triangle.xml.h:8 hacks/config/vines.xml.h:7 +#: hacks/config/worm.xml.h:9 hacks/config/xearth.xml.h:28 +#: hacks/config/xfishtank.xml.h:11 msgid "Two" msgstr "二" -#: hacks/config/anemone.xml.h:14 +#: hacks/config/anemone.xml.h:17 msgid "Wiggling tentacles. By Gabriel Finch." msgstr "" +#: hacks/config/anemone.xml.h:18 +msgid "Withdraw freqency" +msgstr "" + #: hacks/config/ant.xml.h:1 #, fuzzy msgid "" @@ -1278,60 +1380,68 @@ msgstr "蚂蚁大小" msgid "Ants Count" msgstr "蚂蚁数目" -#: hacks/config/ant.xml.h:6 +#: hacks/config/ant.xml.h:5 +#, fuzzy +msgid "Draw Eyes" +msgstr "绘制标签" + +#: hacks/config/ant.xml.h:7 msgid "Four Sided Cells" msgstr "四边形格" -#: hacks/config/ant.xml.h:7 hacks/config/attraction.xml.h:13 -#: hacks/config/cubenetic.xml.h:11 hacks/config/demon.xml.h:5 -#: hacks/config/discrete.xml.h:3 hacks/config/distort.xml.h:5 -#: hacks/config/fadeplot.xml.h:5 hacks/config/flag.xml.h:4 -#: hacks/config/flow.xml.h:7 hacks/config/fluidballs.xml.h:12 +#: hacks/config/ant.xml.h:8 hacks/config/attraction.xml.h:13 +#: hacks/config/cloudlife.xml.h:7 hacks/config/cubenetic.xml.h:11 +#: hacks/config/demon.xml.h:5 hacks/config/discrete.xml.h:3 +#: hacks/config/distort.xml.h:5 hacks/config/fadeplot.xml.h:5 +#: hacks/config/flag.xml.h:4 hacks/config/flow.xml.h:7 +#: hacks/config/fluidballs.xml.h:12 hacks/config/halftone.xml.h:8 #: hacks/config/hopalong.xml.h:13 hacks/config/interference.xml.h:8 #: hacks/config/julia.xml.h:5 hacks/config/lissie.xml.h:4 #: hacks/config/loop.xml.h:2 hacks/config/moire.xml.h:4 -#: hacks/config/rd-bomb.xml.h:11 hacks/config/rorschach.xml.h:5 -#: hacks/config/rubik.xml.h:4 hacks/config/sierpinski.xml.h:3 -#: hacks/config/slip.xml.h:3 +#: hacks/config/piecewise.xml.h:5 hacks/config/rd-bomb.xml.h:11 +#: hacks/config/rorschach.xml.h:5 hacks/config/rubik.xml.h:4 +#: hacks/config/sierpinski.xml.h:3 hacks/config/slip.xml.h:3 msgid "Large" msgstr "大" -#: hacks/config/ant.xml.h:9 +#: hacks/config/ant.xml.h:10 msgid "Nine Sided Cells" msgstr "九边形格" -#: hacks/config/ant.xml.h:11 +#: hacks/config/ant.xml.h:12 #, fuzzy msgid "Random Cell Shape" msgstr "随机格子形状" -#: hacks/config/ant.xml.h:12 hacks/config/speedmine.xml.h:11 +#: hacks/config/ant.xml.h:13 hacks/config/speedmine.xml.h:11 msgid "Sharp Turns" msgstr "可突然转向" -#: hacks/config/ant.xml.h:13 +#: hacks/config/ant.xml.h:14 msgid "Six Sided Cells" msgstr "六边形格" -#: hacks/config/ant.xml.h:15 hacks/config/attraction.xml.h:27 -#: hacks/config/cubenetic.xml.h:23 hacks/config/demon.xml.h:9 -#: hacks/config/discrete.xml.h:8 hacks/config/distort.xml.h:12 -#: hacks/config/fadeplot.xml.h:9 hacks/config/flag.xml.h:8 -#: hacks/config/flow.xml.h:15 hacks/config/fluidballs.xml.h:19 +#: hacks/config/ant.xml.h:16 hacks/config/attraction.xml.h:27 +#: hacks/config/cloudlife.xml.h:12 hacks/config/cubenetic.xml.h:23 +#: hacks/config/demon.xml.h:9 hacks/config/discrete.xml.h:8 +#: hacks/config/distort.xml.h:12 hacks/config/fadeplot.xml.h:9 +#: hacks/config/flag.xml.h:8 hacks/config/flow.xml.h:15 +#: hacks/config/fluidballs.xml.h:19 hacks/config/halftone.xml.h:14 #: hacks/config/hopalong.xml.h:22 hacks/config/interference.xml.h:15 #: hacks/config/julia.xml.h:9 hacks/config/lissie.xml.h:10 -#: hacks/config/loop.xml.h:8 hacks/config/moire.xml.h:9 +#: hacks/config/loop.xml.h:8 hacks/config/metaballs.xml.h:14 +#: hacks/config/moire.xml.h:9 hacks/config/piecewise.xml.h:10 #: hacks/config/rd-bomb.xml.h:18 hacks/config/rorschach.xml.h:8 #: hacks/config/rubik.xml.h:10 hacks/config/sierpinski.xml.h:8 #: hacks/config/slip.xml.h:8 msgid "Small" msgstr "小" -#: hacks/config/ant.xml.h:17 +#: hacks/config/ant.xml.h:18 msgid "Three Sided Cells" msgstr "三角形格" -#: hacks/config/ant.xml.h:18 hacks/config/demon.xml.h:12 +#: hacks/config/ant.xml.h:19 hacks/config/demon.xml.h:12 #: hacks/config/discrete.xml.h:10 hacks/config/fadeplot.xml.h:11 #: hacks/config/flag.xml.h:12 hacks/config/flow.xml.h:17 #: hacks/config/lissie.xml.h:12 hacks/config/loop.xml.h:11 @@ -1340,11 +1450,11 @@ msgstr "三角形格" msgid "Timeout" msgstr "超时" -#: hacks/config/ant.xml.h:19 +#: hacks/config/ant.xml.h:20 msgid "Truchet Lines" msgstr "Truchet 线" -#: hacks/config/ant.xml.h:20 +#: hacks/config/ant.xml.h:21 msgid "Twelve Sided Cells" msgstr "十二边格" @@ -1415,23 +1525,30 @@ msgstr "鲨鱼的速度" msgid "Shimmering Water" msgstr "水波荡漾" -#: hacks/config/atlantis.xml.h:11 hacks/config/boxed.xml.h:5 +#: hacks/config/atlantis.xml.h:11 hacks/config/atunnel.xml.h:5 +#: hacks/config/blocktube.xml.h:8 hacks/config/boxed.xml.h:5 #: hacks/config/bubble3d.xml.h:4 hacks/config/cage.xml.h:3 #: hacks/config/circuit.xml.h:9 hacks/config/cubenetic.xml.h:21 -#: hacks/config/dangerball.xml.h:4 hacks/config/endgame.xml.h:4 -#: hacks/config/engine.xml.h:4 hacks/config/extrusion.xml.h:10 -#: hacks/config/flipscreen3d.xml.h:5 hacks/config/fluidballs.xml.h:17 -#: hacks/config/gears.xml.h:6 hacks/config/gflux.xml.h:11 -#: hacks/config/glforestfire.xml.h:13 hacks/config/glplanet.xml.h:5 -#: hacks/config/glsnake.xml.h:10 hacks/config/gltext.xml.h:12 -#: hacks/config/lament.xml.h:5 hacks/config/menger.xml.h:15 -#: hacks/config/moebius.xml.h:6 hacks/config/molecule.xml.h:21 -#: hacks/config/morph3d.xml.h:5 hacks/config/pipes.xml.h:14 -#: hacks/config/pulsar.xml.h:14 hacks/config/queens.xml.h:3 -#: hacks/config/rubik.xml.h:6 hacks/config/sballs.xml.h:12 -#: hacks/config/sierpinski3d.xml.h:6 hacks/config/spheremonics.xml.h:18 -#: hacks/config/sproingies.xml.h:4 hacks/config/stairs.xml.h:2 -#: hacks/config/starwars.xml.h:11 hacks/config/superquadrics.xml.h:6 +#: hacks/config/cubestorm.xml.h:7 hacks/config/dangerball.xml.h:4 +#: hacks/config/endgame.xml.h:4 hacks/config/engine.xml.h:14 +#: hacks/config/extrusion.xml.h:10 hacks/config/flipscreen3d.xml.h:5 +#: hacks/config/fluidballs.xml.h:17 hacks/config/flurry.xml.h:9 +#: hacks/config/flyingtoasters.xml.h:10 hacks/config/gears.xml.h:6 +#: hacks/config/gflux.xml.h:11 hacks/config/glblur.xml.h:13 +#: hacks/config/glforestfire.xml.h:13 hacks/config/glknots.xml.h:16 +#: hacks/config/glmatrix.xml.h:17 hacks/config/glplanet.xml.h:5 +#: hacks/config/glslideshow.xml.h:18 hacks/config/glsnake.xml.h:10 +#: hacks/config/gltext.xml.h:12 hacks/config/hypertorus.xml.h:12 +#: hacks/config/jigglypuff.xml.h:15 hacks/config/klein.xml.h:6 +#: hacks/config/lament.xml.h:5 hacks/config/lavalite.xml.h:26 +#: hacks/config/menger.xml.h:15 hacks/config/moebius.xml.h:6 +#: hacks/config/molecule.xml.h:21 hacks/config/morph3d.xml.h:5 +#: hacks/config/pipes.xml.h:14 hacks/config/pulsar.xml.h:14 +#: hacks/config/queens.xml.h:3 hacks/config/rubik.xml.h:6 +#: hacks/config/sballs.xml.h:12 hacks/config/sierpinski3d.xml.h:6 +#: hacks/config/spheremonics.xml.h:18 hacks/config/sproingies.xml.h:4 +#: hacks/config/stairs.xml.h:2 hacks/config/starwars.xml.h:11 +#: hacks/config/superquadrics.xml.h:7 msgid "Show Frames-per-Second" msgstr "显示每秒帧数" @@ -1441,13 +1558,14 @@ msgstr "" #: hacks/config/atlantis.xml.h:14 hacks/config/boxed.xml.h:7 #: hacks/config/cage.xml.h:5 hacks/config/extrusion.xml.h:12 -#: hacks/config/gears.xml.h:8 hacks/config/glplanet.xml.h:7 -#: hacks/config/glsnake.xml.h:13 hacks/config/gltext.xml.h:14 -#: hacks/config/menger.xml.h:17 hacks/config/molecule.xml.h:23 -#: hacks/config/munch.xml.h:8 hacks/config/sierpinski3d.xml.h:9 -#: hacks/config/speedmine.xml.h:14 hacks/config/spheremonics.xml.h:21 -#: hacks/config/sproingies.xml.h:7 hacks/config/stairs.xml.h:4 -#: hacks/config/stonerview.xml.h:2 hacks/config/superquadrics.xml.h:8 +#: hacks/config/gears.xml.h:8 hacks/config/glblur.xml.h:15 +#: hacks/config/glplanet.xml.h:7 hacks/config/glsnake.xml.h:13 +#: hacks/config/gltext.xml.h:14 hacks/config/menger.xml.h:17 +#: hacks/config/molecule.xml.h:23 hacks/config/munch.xml.h:8 +#: hacks/config/sierpinski3d.xml.h:9 hacks/config/speedmine.xml.h:14 +#: hacks/config/spheremonics.xml.h:21 hacks/config/sproingies.xml.h:7 +#: hacks/config/stairs.xml.h:4 hacks/config/stonerview.xml.h:2 +#: hacks/config/superquadrics.xml.h:9 msgid "Solid" msgstr "单色" @@ -1464,18 +1582,22 @@ msgstr "" msgid "Whale Speed" msgstr "鲸鱼的速度" -#: hacks/config/atlantis.xml.h:17 hacks/config/boxed.xml.h:8 -#: hacks/config/cage.xml.h:8 hacks/config/dangerball.xml.h:11 -#: hacks/config/extrusion.xml.h:19 hacks/config/gears.xml.h:11 -#: hacks/config/glforestfire.xml.h:20 hacks/config/glplanet.xml.h:11 +#: hacks/config/atlantis.xml.h:17 hacks/config/atunnel.xml.h:10 +#: hacks/config/blocktube.xml.h:13 hacks/config/boxed.xml.h:8 +#: hacks/config/cage.xml.h:8 hacks/config/cubestorm.xml.h:14 +#: hacks/config/dangerball.xml.h:11 hacks/config/extrusion.xml.h:19 +#: hacks/config/flyingtoasters.xml.h:14 hacks/config/gears.xml.h:11 +#: hacks/config/glblur.xml.h:20 hacks/config/glforestfire.xml.h:20 +#: hacks/config/glknots.xml.h:23 hacks/config/glplanet.xml.h:11 #: hacks/config/glsnake.xml.h:16 hacks/config/gltext.xml.h:18 -#: hacks/config/lament.xml.h:9 hacks/config/lavalite.xml.h:31 -#: hacks/config/menger.xml.h:21 hacks/config/moebius.xml.h:11 -#: hacks/config/molecule.xml.h:26 hacks/config/pulsar.xml.h:20 -#: hacks/config/sballs.xml.h:18 hacks/config/sierpinski3d.xml.h:12 -#: hacks/config/speedmine.xml.h:18 hacks/config/spheremonics.xml.h:26 -#: hacks/config/sproingies.xml.h:10 hacks/config/stairs.xml.h:7 -#: hacks/config/stonerview.xml.h:4 hacks/config/superquadrics.xml.h:11 +#: hacks/config/jigglypuff.xml.h:25 hacks/config/lament.xml.h:9 +#: hacks/config/lavalite.xml.h:32 hacks/config/menger.xml.h:21 +#: hacks/config/moebius.xml.h:11 hacks/config/molecule.xml.h:26 +#: hacks/config/pulsar.xml.h:20 hacks/config/sballs.xml.h:18 +#: hacks/config/sierpinski3d.xml.h:12 hacks/config/speedmine.xml.h:18 +#: hacks/config/spheremonics.xml.h:26 hacks/config/sproingies.xml.h:10 +#: hacks/config/stairs.xml.h:7 hacks/config/stonerview.xml.h:4 +#: hacks/config/superquadrics.xml.h:12 msgid "Wireframe" msgstr "线框" @@ -1491,7 +1613,7 @@ msgstr "小球的数目" msgid "Ball Mass" msgstr "小球的质量" -#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:2 +#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:3 msgid "Balls" msgstr "小球" @@ -1514,16 +1636,18 @@ msgid "Filled Splines" msgstr "" #: hacks/config/attraction.xml.h:10 hacks/config/ccurve.xml.h:9 -#: hacks/config/cubenetic.xml.h:10 hacks/config/euler2d.xml.h:5 -#: hacks/config/flame.xml.h:9 hacks/config/goop.xml.h:6 -#: hacks/config/hopalong.xml.h:10 hacks/config/hyperball.xml.h:3 -#: hacks/config/hypercube.xml.h:3 hacks/config/interference.xml.h:6 +#: hacks/config/cloudlife.xml.h:5 hacks/config/cubenetic.xml.h:10 +#: hacks/config/euler2d.xml.h:5 hacks/config/flame.xml.h:9 +#: hacks/config/glslideshow.xml.h:13 hacks/config/goop.xml.h:6 +#: hacks/config/halftone.xml.h:7 hacks/config/hopalong.xml.h:10 +#: hacks/config/hyperball.xml.h:3 hacks/config/hypercube.xml.h:3 +#: hacks/config/interference.xml.h:6 hacks/config/jigglypuff.xml.h:8 #: hacks/config/kumppa.xml.h:4 hacks/config/lavalite.xml.h:12 #: hacks/config/nerverot.xml.h:11 hacks/config/petri.xml.h:8 #: hacks/config/pyro.xml.h:5 hacks/config/qix.xml.h:10 #: hacks/config/speedmine.xml.h:5 hacks/config/spheremonics.xml.h:6 #: hacks/config/spiral.xml.h:4 hacks/config/squiral.xml.h:6 -#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:4 +#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:5 #: hacks/config/t3d.xml.h:7 hacks/config/twang.xml.h:5 #: hacks/config/wander.xml.h:8 msgid "High" @@ -1553,15 +1677,17 @@ msgstr "" #: hacks/config/attraction.xml.h:15 hacks/config/deluxe.xml.h:5 #: hacks/config/lmorph.xml.h:7 hacks/config/pedal.xml.h:5 -#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:3 +#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:10 msgid "Lines" msgstr "线" -#: hacks/config/attraction.xml.h:16 hacks/config/braid.xml.h:6 -#: hacks/config/cynosure.xml.h:5 hacks/config/drift.xml.h:8 +#: hacks/config/attraction.xml.h:16 hacks/config/blocktube.xml.h:5 +#: hacks/config/braid.xml.h:6 hacks/config/cynosure.xml.h:5 +#: hacks/config/drift.xml.h:8 hacks/config/eruption.xml.h:11 #: hacks/config/euler2d.xml.h:6 hacks/config/galaxy.xml.h:5 -#: hacks/config/juggle.xml.h:5 hacks/config/laser.xml.h:5 -#: hacks/config/menger.xml.h:4 hacks/config/munch.xml.h:4 +#: hacks/config/juggle.xml.h:5 hacks/config/klein.xml.h:4 +#: hacks/config/laser.xml.h:5 hacks/config/menger.xml.h:4 +#: hacks/config/metaballs.xml.h:5 hacks/config/munch.xml.h:4 #: hacks/config/nerverot.xml.h:13 hacks/config/petri.xml.h:9 #: hacks/config/polyominoes.xml.h:4 hacks/config/rotor.xml.h:5 #: hacks/config/shadebobs.xml.h:4 hacks/config/sierpinski3d.xml.h:3 @@ -1571,16 +1697,18 @@ msgid "Long" msgstr "长" #: hacks/config/attraction.xml.h:17 hacks/config/ccurve.xml.h:10 -#: hacks/config/cubenetic.xml.h:12 hacks/config/euler2d.xml.h:7 -#: hacks/config/flame.xml.h:10 hacks/config/goop.xml.h:7 -#: hacks/config/hopalong.xml.h:14 hacks/config/hyperball.xml.h:6 -#: hacks/config/hypercube.xml.h:5 hacks/config/interference.xml.h:9 +#: hacks/config/cloudlife.xml.h:8 hacks/config/cubenetic.xml.h:12 +#: hacks/config/euler2d.xml.h:7 hacks/config/flame.xml.h:10 +#: hacks/config/glslideshow.xml.h:15 hacks/config/goop.xml.h:7 +#: hacks/config/halftone.xml.h:9 hacks/config/hopalong.xml.h:14 +#: hacks/config/hyperball.xml.h:6 hacks/config/hypercube.xml.h:5 +#: hacks/config/interference.xml.h:9 hacks/config/jigglypuff.xml.h:11 #: hacks/config/kumppa.xml.h:6 hacks/config/lavalite.xml.h:14 #: hacks/config/nerverot.xml.h:14 hacks/config/petri.xml.h:10 #: hacks/config/pyro.xml.h:7 hacks/config/qix.xml.h:13 #: hacks/config/speedmine.xml.h:6 hacks/config/spheremonics.xml.h:8 #: hacks/config/spiral.xml.h:5 hacks/config/squiral.xml.h:8 -#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:5 +#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:6 #: hacks/config/t3d.xml.h:8 hacks/config/twang.xml.h:7 #: hacks/config/wander.xml.h:11 msgid "Low" @@ -1606,10 +1734,12 @@ msgstr "半径" msgid "Repulsion Threshold" msgstr "排斥距离临界值" -#: hacks/config/attraction.xml.h:25 hacks/config/braid.xml.h:10 -#: hacks/config/cynosure.xml.h:8 hacks/config/drift.xml.h:11 +#: hacks/config/attraction.xml.h:25 hacks/config/blocktube.xml.h:7 +#: hacks/config/braid.xml.h:10 hacks/config/cynosure.xml.h:8 +#: hacks/config/drift.xml.h:11 hacks/config/eruption.xml.h:18 #: hacks/config/euler2d.xml.h:12 hacks/config/galaxy.xml.h:8 -#: hacks/config/laser.xml.h:9 hacks/config/menger.xml.h:14 +#: hacks/config/klein.xml.h:5 hacks/config/laser.xml.h:9 +#: hacks/config/menger.xml.h:14 hacks/config/metaballs.xml.h:12 #: hacks/config/munch.xml.h:6 hacks/config/nerverot.xml.h:19 #: hacks/config/petri.xml.h:22 hacks/config/polyominoes.xml.h:9 #: hacks/config/rotor.xml.h:9 hacks/config/shadebobs.xml.h:8 @@ -1631,6 +1761,56 @@ msgstr "轨迹" msgid "Trail Length" msgstr "轨迹的长度" +#: hacks/config/atunnel.xml.h:1 +msgid "Atunnel" +msgstr "" + +#: hacks/config/atunnel.xml.h:2 +msgid "" +"Draws an animation of a textured tunnel in GL. Requires OpenGL, and a " +"machine with fast hardware support for texture maps. Written by Eric " +"Lassauge and Roman Podobedov." +msgstr "" + +#: hacks/config/atunnel.xml.h:4 hacks/config/distort.xml.h:9 +#: hacks/config/glforestfire.xml.h:10 hacks/config/lament.xml.h:4 +#: hacks/config/sballs.xml.h:6 +msgid "Normal" +msgstr "一般" + +#: hacks/config/atunnel.xml.h:8 hacks/config/glforestfire.xml.h:18 +#: hacks/config/lament.xml.h:8 hacks/config/sballs.xml.h:17 +msgid "Untextured" +msgstr "" + +#: hacks/config/atunnel.xml.h:9 +#, fuzzy +msgid "Use light" +msgstr "右上角" + +#: hacks/config/barcode.xml.h:1 +#, fuzzy +msgid "Barcode" +msgstr "浏览(_B)" + +#: hacks/config/barcode.xml.h:2 +msgid "Barcode Clock (24 Hour)" +msgstr "" + +#: hacks/config/barcode.xml.h:3 +msgid "Barcode Clock (AM/PM)" +msgstr "" + +#: hacks/config/barcode.xml.h:5 +msgid "Scrolling Barcodes" +msgstr "" + +#: hacks/config/barcode.xml.h:8 +msgid "" +"This draws a random sequence of colorful barcodes scrolling across your " +"screen. CONSUME! By Dan Bornstein." +msgstr "" + #: hacks/config/blaster.xml.h:1 msgid "Blaster" msgstr "星际战争" @@ -1692,6 +1872,33 @@ msgid "" "image and rotate that." msgstr "" +#: hacks/config/blocktube.xml.h:1 +msgid "BlockTube" +msgstr "" + +#: hacks/config/blocktube.xml.h:2 +msgid "Color Change Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:3 +msgid "Color Hold Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:6 +#, fuzzy +msgid "Reflective Blocks" +msgstr "反射" + +#: hacks/config/blocktube.xml.h:10 +msgid "Solid Blocks" +msgstr "" + +#: hacks/config/blocktube.xml.h:12 +msgid "" +"This hack draws a swirling, falling tunnel of reflective slabs. They fade " +"from hue to hue. Written by Lars R. Damerow." +msgstr "" + #: hacks/config/bouboule.xml.h:1 msgid "Bouboule" msgstr "Bouboule" @@ -1711,13 +1918,52 @@ msgid "" "spots painted on its invisible surface. Written by Jeremie Petit." msgstr "" -#: hacks/config/boxed.xml.h:1 hacks/config/gears.xml.h:1 -#: hacks/config/gflux.xml.h:1 hacks/config/pyro.xml.h:1 +#: hacks/config/bouncingcow.xml.h:1 +msgid "A Cow. A Trampoline. Together, they fight crime. By Jamie Zawinski." +msgstr "" + +#: hacks/config/bouncingcow.xml.h:2 hacks/config/boxed.xml.h:1 +#: hacks/config/cubestorm.xml.h:1 hacks/config/flyingtoasters.xml.h:3 +#: hacks/config/gears.xml.h:1 hacks/config/gflux.xml.h:1 +#: hacks/config/glknots.xml.h:1 hacks/config/glmatrix.xml.h:1 +#: hacks/config/jigglypuff.xml.h:1 hacks/config/pyro.xml.h:1 #: hacks/config/rd-bomb.xml.h:6 hacks/config/rocks.xml.h:1 #: hacks/config/starwars.xml.h:1 hacks/config/xfishtank.xml.h:1 msgid "Animation Speed" msgstr "动画速度" +#: hacks/config/bouncingcow.xml.h:3 +msgid "Beefy Cow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:4 +#, fuzzy +msgid "Bounce Speed" +msgstr "完成迷宫的速度" + +#: hacks/config/bouncingcow.xml.h:5 +msgid "BouncingCow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:7 +msgid "Herd" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:8 +#, fuzzy +msgid "Moo" +msgstr "单声道" + +#: hacks/config/bouncingcow.xml.h:9 +#, fuzzy +msgid "Number of Cows" +msgstr "颜色数" + +#: hacks/config/bouncingcow.xml.h:11 +#, fuzzy +msgid "Wireframe Cow" +msgstr "线框" + #: hacks/config/boxed.xml.h:2 msgid "Boxed" msgstr "" @@ -1740,23 +1986,24 @@ msgid "" "Neil." msgstr "绘制随机的颜色旋转变化而且交织在一起的同心圆。由 John Neil 编写。" -#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:8 +#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:9 #: hacks/config/ccurve.xml.h:7 hacks/config/coral.xml.h:6 #: hacks/config/cynosure.xml.h:3 hacks/config/deco.xml.h:4 #: hacks/config/drift.xml.h:2 hacks/config/epicycle.xml.h:3 -#: hacks/config/euler2d.xml.h:1 hacks/config/flame.xml.h:5 -#: hacks/config/galaxy.xml.h:2 hacks/config/glsnake.xml.h:4 -#: hacks/config/helix.xml.h:3 hacks/config/hopalong.xml.h:2 -#: hacks/config/imsmap.xml.h:6 hacks/config/laser.xml.h:2 -#: hacks/config/menger.xml.h:2 hacks/config/moire.xml.h:3 -#: hacks/config/molecule.xml.h:9 hacks/config/munch.xml.h:2 -#: hacks/config/nerverot.xml.h:8 hacks/config/pedal.xml.h:3 -#: hacks/config/penrose.xml.h:5 hacks/config/polyominoes.xml.h:1 -#: hacks/config/rorschach.xml.h:3 hacks/config/rotzoomer.xml.h:5 -#: hacks/config/shadebobs.xml.h:2 hacks/config/sierpinski3d.xml.h:1 -#: hacks/config/spheremonics.xml.h:4 hacks/config/starfish.xml.h:2 -#: hacks/config/vidwhacker.xml.h:3 hacks/config/wander.xml.h:7 -#: hacks/config/xspirograph.xml.h:3 +#: hacks/config/eruption.xml.h:3 hacks/config/euler2d.xml.h:1 +#: hacks/config/flame.xml.h:5 hacks/config/galaxy.xml.h:2 +#: hacks/config/glsnake.xml.h:4 hacks/config/helix.xml.h:3 +#: hacks/config/hopalong.xml.h:2 hacks/config/imsmap.xml.h:6 +#: hacks/config/klein.xml.h:1 hacks/config/laser.xml.h:2 +#: hacks/config/menger.xml.h:2 hacks/config/metaballs.xml.h:3 +#: hacks/config/moire.xml.h:3 hacks/config/molecule.xml.h:9 +#: hacks/config/munch.xml.h:2 hacks/config/nerverot.xml.h:8 +#: hacks/config/pedal.xml.h:3 hacks/config/penrose.xml.h:5 +#: hacks/config/polyominoes.xml.h:1 hacks/config/rorschach.xml.h:3 +#: hacks/config/rotzoomer.xml.h:5 hacks/config/shadebobs.xml.h:2 +#: hacks/config/sierpinski3d.xml.h:1 hacks/config/spheremonics.xml.h:4 +#: hacks/config/starfish.xml.h:2 hacks/config/vidwhacker.xml.h:3 +#: hacks/config/wander.xml.h:7 hacks/config/xspirograph.xml.h:3 msgid "Duration" msgstr "持续时间" @@ -1784,18 +2031,22 @@ msgid "AmigaDOS" msgstr "AmigaDOS" #: hacks/config/bsod.xml.h:4 +msgid "Apple II" +msgstr "" + +#: hacks/config/bsod.xml.h:5 msgid "Atari" msgstr "Atari" -#: hacks/config/bsod.xml.h:5 +#: hacks/config/bsod.xml.h:6 msgid "BSD" msgstr "BSD" -#: hacks/config/bsod.xml.h:6 +#: hacks/config/bsod.xml.h:7 msgid "BSOD" msgstr "BSOD" -#: hacks/config/bsod.xml.h:7 +#: hacks/config/bsod.xml.h:8 msgid "" "BSOD stands for ``Blue Screen of Death.'' The finest in personal computer " "emulation, this hack simulates popular screen savers from a number of less " @@ -1804,44 +2055,63 @@ msgstr "" "BSOD 代表 “Blue Screen of Death”(蓝屏死机状态)。此保护程序是做得最好的仿真程" "序之一,会仿真一些较不稳定的操作系统的死机画面。由 Jamie Zawinski 编写。" -#: hacks/config/bsod.xml.h:9 +#: hacks/config/bsod.xml.h:10 +msgid "HPUX" +msgstr "" + +#: hacks/config/bsod.xml.h:11 +#, fuzzy +msgid "Linux" +msgstr "Sparc Linux" + +#: hacks/config/bsod.xml.h:12 msgid "Mac Bomb" msgstr "" -#: hacks/config/bsod.xml.h:10 +#: hacks/config/bsod.xml.h:13 +#, fuzzy +msgid "MacOS X" +msgstr "MacOS" + +#: hacks/config/bsod.xml.h:14 msgid "MacsBug" msgstr "MacsBug" -#: hacks/config/bsod.xml.h:11 +#: hacks/config/bsod.xml.h:15 msgid "NCD X Terminal" msgstr "NCD X 终端" -#: hacks/config/bsod.xml.h:12 +#: hacks/config/bsod.xml.h:16 +msgid "OS/390" +msgstr "" + +#: hacks/config/bsod.xml.h:17 msgid "SCO" msgstr "SCO" -#: hacks/config/bsod.xml.h:13 +#: hacks/config/bsod.xml.h:18 msgid "Sad Mac" msgstr "" -#: hacks/config/bsod.xml.h:14 +#: hacks/config/bsod.xml.h:19 msgid "Solaris" msgstr "Solaris" -#: hacks/config/bsod.xml.h:15 +#: hacks/config/bsod.xml.h:20 msgid "Sparc Linux" msgstr "Sparc Linux" -#: hacks/config/bsod.xml.h:16 -msgid "Windows" -msgstr "Windows" - -#: hacks/config/bsod.xml.h:17 +#: hacks/config/bsod.xml.h:21 #, fuzzy msgid "Windows 2000" msgstr "Windows" -#: hacks/config/bsod.xml.h:18 +#: hacks/config/bsod.xml.h:22 +#, fuzzy +msgid "Windows 3.1" +msgstr "Windows" + +#: hacks/config/bsod.xml.h:23 msgid "Windows NT" msgstr "Windows NT" @@ -1944,7 +2214,7 @@ msgstr "延时" #: hacks/config/ccurve.xml.h:6 hacks/config/coral.xml.h:5 #: hacks/config/imsmap.xml.h:5 hacks/config/kumppa.xml.h:1 #: hacks/config/qix.xml.h:6 hacks/config/squiral.xml.h:2 -#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:3 +#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:2 msgid "Density" msgstr "密度" @@ -1984,19 +2254,58 @@ msgstr "旋转" msgid "Rotation Speed" msgstr "旋转速度" -#: hacks/config/circuit.xml.h:12 hacks/config/dangerball.xml.h:9 -#: hacks/config/engine.xml.h:7 +#: hacks/config/circuit.xml.h:12 hacks/config/cubestorm.xml.h:9 +#: hacks/config/dangerball.xml.h:9 hacks/config/engine.xml.h:17 +#: hacks/config/klein.xml.h:9 hacks/config/whirlygig.xml.h:14 #, fuzzy msgid "Spin" msgstr "旋转" +#: hacks/config/cloudlife.xml.h:1 hacks/config/demon.xml.h:2 +#: hacks/config/petri.xml.h:1 +msgid "Cell Size" +msgstr "格子大小" + +#: hacks/config/cloudlife.xml.h:2 +msgid "CloudLife" +msgstr "" + +#: hacks/config/cloudlife.xml.h:4 +msgid "" +"Generates cloud-like formations based on a variant of Conway's Life. The " +"difference is that cells have a maximum age, after which they count as 3 for " +"populating the next generation. This makes long-lived formations explode " +"instead of just sitting there burning a hole in your screen. Written by Don " +"Marti." +msgstr "" + +#: hacks/config/cloudlife.xml.h:6 +#, fuzzy +msgid "Initial Density" +msgstr "烟花密度" + +#: hacks/config/cloudlife.xml.h:9 +#, fuzzy +msgid "Max Age" +msgstr "最大大小" + +#: hacks/config/cloudlife.xml.h:10 +msgid "Old" +msgstr "" + +#: hacks/config/cloudlife.xml.h:14 +#, fuzzy +msgid "Young" +msgstr "长" + #: hacks/config/compass.xml.h:1 msgid "Compass" msgstr "指南针" #: hacks/config/compass.xml.h:2 hacks/config/deluxe.xml.h:3 #: hacks/config/interference.xml.h:4 hacks/config/kumppa.xml.h:2 -#: hacks/config/nerverot.xml.h:6 hacks/config/pipes.xml.h:4 +#: hacks/config/nerverot.xml.h:6 hacks/config/piecewise.xml.h:3 +#: hacks/config/pipes.xml.h:4 msgid "Double Buffer" msgstr "使用双重缓冲区" @@ -2018,10 +2327,10 @@ msgid "1 Minute" msgstr "1 分钟" #: hacks/config/coral.xml.h:2 hacks/config/deco.xml.h:2 -#: hacks/config/helix.xml.h:2 hacks/config/imsmap.xml.h:2 -#: hacks/config/moire.xml.h:2 hacks/config/pedal.xml.h:2 -#: hacks/config/penrose.xml.h:1 hacks/config/rorschach.xml.h:2 -#: hacks/config/xspirograph.xml.h:2 +#: hacks/config/glslideshow.xml.h:1 hacks/config/helix.xml.h:2 +#: hacks/config/imsmap.xml.h:2 hacks/config/moire.xml.h:2 +#: hacks/config/pedal.xml.h:2 hacks/config/penrose.xml.h:1 +#: hacks/config/rorschach.xml.h:2 hacks/config/xspirograph.xml.h:2 msgid "1 Second" msgstr "1 秒" @@ -2030,6 +2339,7 @@ msgid "Coral" msgstr "珊瑚" #: hacks/config/coral.xml.h:4 hacks/config/gflux.xml.h:3 +#: hacks/config/glblur.xml.h:2 hacks/config/glmatrix.xml.h:3 #: hacks/config/imsmap.xml.h:4 hacks/config/lavalite.xml.h:6 #: hacks/config/pyro.xml.h:2 hacks/config/qix.xml.h:5 #: hacks/config/squiral.xml.h:1 hacks/config/xearth.xml.h:4 @@ -2050,10 +2360,11 @@ msgstr "" "Roeber 编写。" #: hacks/config/coral.xml.h:13 hacks/config/gflux.xml.h:13 -#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:28 +#: hacks/config/glblur.xml.h:16 hacks/config/glmatrix.xml.h:19 +#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:29 #: hacks/config/pyro.xml.h:14 hacks/config/qix.xml.h:21 #: hacks/config/squiral.xml.h:15 hacks/config/xearth.xml.h:24 -#: hacks/config/xmatrix.xml.h:16 +#: hacks/config/xmatrix.xml.h:17 msgid "Sparse" msgstr "较稀疏" @@ -2092,13 +2403,13 @@ msgstr "居于屏幕中央" #: hacks/config/grav.xml.h:1 hacks/config/julia.xml.h:1 #: hacks/config/laser.xml.h:1 hacks/config/lisa.xml.h:1 #: hacks/config/lissie.xml.h:2 hacks/config/morph3d.xml.h:2 -#: hacks/config/mountain.xml.h:1 hacks/config/qix.xml.h:4 -#: hacks/config/rocks.xml.h:2 hacks/config/rotor.xml.h:2 -#: hacks/config/rubik.xml.h:1 hacks/config/shadebobs.xml.h:1 -#: hacks/config/sierpinski.xml.h:1 hacks/config/slip.xml.h:1 -#: hacks/config/spiral.xml.h:1 hacks/config/sproingies.xml.h:1 -#: hacks/config/superquadrics.xml.h:1 hacks/config/swirl.xml.h:1 -#: hacks/config/worm.xml.h:2 +#: hacks/config/mountain.xml.h:1 hacks/config/piecewise.xml.h:2 +#: hacks/config/qix.xml.h:4 hacks/config/rocks.xml.h:2 +#: hacks/config/rotor.xml.h:2 hacks/config/rubik.xml.h:1 +#: hacks/config/shadebobs.xml.h:1 hacks/config/sierpinski.xml.h:1 +#: hacks/config/slip.xml.h:1 hacks/config/spiral.xml.h:1 +#: hacks/config/sproingies.xml.h:1 hacks/config/superquadrics.xml.h:1 +#: hacks/config/swirl.xml.h:1 hacks/config/worm.xml.h:2 msgid "Count" msgstr "数目" @@ -2156,7 +2467,8 @@ msgstr "显示子进程出错信息(_E)" msgid "Display Wireframe" msgstr "线框" -#: hacks/config/cubenetic.xml.h:6 hacks/config/gltext.xml.h:2 +#: hacks/config/cubenetic.xml.h:6 hacks/config/glblur.xml.h:3 +#: hacks/config/glknots.xml.h:2 hacks/config/gltext.xml.h:2 #: hacks/config/lavalite.xml.h:7 hacks/config/menger.xml.h:1 #: hacks/config/molecule.xml.h:4 hacks/config/spheremonics.xml.h:1 msgid "Don't Rotate" @@ -2169,43 +2481,50 @@ msgid "" "Jamie Zawinski." msgstr "" -#: hacks/config/cubenetic.xml.h:14 hacks/config/gltext.xml.h:5 +#: hacks/config/cubenetic.xml.h:14 hacks/config/glblur.xml.h:6 +#: hacks/config/glknots.xml.h:8 hacks/config/gltext.xml.h:5 #: hacks/config/lavalite.xml.h:19 hacks/config/menger.xml.h:7 #: hacks/config/molecule.xml.h:14 hacks/config/spheremonics.xml.h:10 msgid "Rotate around X and Y axes" msgstr "围绕 X 和 Y 轴旋转" -#: hacks/config/cubenetic.xml.h:15 hacks/config/gltext.xml.h:6 +#: hacks/config/cubenetic.xml.h:15 hacks/config/glblur.xml.h:7 +#: hacks/config/glknots.xml.h:9 hacks/config/gltext.xml.h:6 #: hacks/config/lavalite.xml.h:20 hacks/config/menger.xml.h:8 #: hacks/config/molecule.xml.h:15 hacks/config/spheremonics.xml.h:11 msgid "Rotate around X and Z axes" msgstr "围绕 X 和 Z 轴旋转" -#: hacks/config/cubenetic.xml.h:16 hacks/config/gltext.xml.h:7 +#: hacks/config/cubenetic.xml.h:16 hacks/config/glblur.xml.h:8 +#: hacks/config/glknots.xml.h:10 hacks/config/gltext.xml.h:7 #: hacks/config/lavalite.xml.h:21 hacks/config/menger.xml.h:9 #: hacks/config/molecule.xml.h:16 hacks/config/spheremonics.xml.h:12 msgid "Rotate around X axis" msgstr "围绕 X 轴旋转" -#: hacks/config/cubenetic.xml.h:17 hacks/config/gltext.xml.h:8 +#: hacks/config/cubenetic.xml.h:17 hacks/config/glblur.xml.h:9 +#: hacks/config/glknots.xml.h:11 hacks/config/gltext.xml.h:8 #: hacks/config/lavalite.xml.h:22 hacks/config/menger.xml.h:10 #: hacks/config/molecule.xml.h:17 hacks/config/spheremonics.xml.h:13 msgid "Rotate around Y and Z axes" msgstr "围绕 Y 和 Z 轴旋转" -#: hacks/config/cubenetic.xml.h:18 hacks/config/gltext.xml.h:9 +#: hacks/config/cubenetic.xml.h:18 hacks/config/glblur.xml.h:10 +#: hacks/config/glknots.xml.h:12 hacks/config/gltext.xml.h:9 #: hacks/config/lavalite.xml.h:23 hacks/config/menger.xml.h:11 #: hacks/config/molecule.xml.h:18 hacks/config/spheremonics.xml.h:14 msgid "Rotate around Y axis" msgstr "围绕 Y 轴旋转" -#: hacks/config/cubenetic.xml.h:19 hacks/config/gltext.xml.h:10 +#: hacks/config/cubenetic.xml.h:19 hacks/config/glblur.xml.h:11 +#: hacks/config/glknots.xml.h:13 hacks/config/gltext.xml.h:10 #: hacks/config/lavalite.xml.h:24 hacks/config/menger.xml.h:12 #: hacks/config/molecule.xml.h:19 hacks/config/spheremonics.xml.h:15 msgid "Rotate around Z axis" msgstr "围绕 Z 轴旋转" -#: hacks/config/cubenetic.xml.h:20 hacks/config/gltext.xml.h:11 +#: hacks/config/cubenetic.xml.h:20 hacks/config/glblur.xml.h:12 +#: hacks/config/glknots.xml.h:14 hacks/config/gltext.xml.h:11 #: hacks/config/lavalite.xml.h:25 hacks/config/menger.xml.h:13 #: hacks/config/molecule.xml.h:20 hacks/config/spheremonics.xml.h:16 msgid "Rotate around all three axes" @@ -2223,15 +2542,43 @@ msgstr "" msgid "Surface Pattern Speed" msgstr "" -#: hacks/config/cubenetic.xml.h:28 hacks/config/dangerball.xml.h:10 -#: hacks/config/engine.xml.h:8 hacks/config/glforestfire.xml.h:19 -#: hacks/config/gltext.xml.h:17 hacks/config/lavalite.xml.h:30 -#: hacks/config/menger.xml.h:20 hacks/config/molecule.xml.h:25 -#: hacks/config/spheremonics.xml.h:25 hacks/config/wander.xml.h:15 +#: hacks/config/cubenetic.xml.h:28 hacks/config/cubestorm.xml.h:13 +#: hacks/config/dangerball.xml.h:10 hacks/config/engine.xml.h:20 +#: hacks/config/glblur.xml.h:19 hacks/config/glforestfire.xml.h:19 +#: hacks/config/glknots.xml.h:22 hacks/config/gltext.xml.h:17 +#: hacks/config/lavalite.xml.h:31 hacks/config/menger.xml.h:20 +#: hacks/config/molecule.xml.h:25 hacks/config/spheremonics.xml.h:25 +#: hacks/config/wander.xml.h:15 #, fuzzy msgid "Wander" msgstr "漫步" +#: hacks/config/cubestorm.xml.h:2 +#, fuzzy +msgid "CubeStorm" +msgstr "暴雨" + +#: hacks/config/cubestorm.xml.h:3 +msgid "" +"Draws a series of rotating 3D boxes that intersect each other and eventually " +"fill space. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/cubestorm.xml.h:5 hacks/config/glknots.xml.h:6 +#, fuzzy +msgid "Motion Speed" +msgstr "旋转速度" + +#: hacks/config/cubestorm.xml.h:6 +#, fuzzy +msgid "Number of Cubes" +msgstr "光环的数目" + +#: hacks/config/cubestorm.xml.h:10 +#, fuzzy +msgid "Strut Thickness" +msgstr "厚度" + #: hacks/config/cynosure.xml.h:1 msgid "" "A hack similar to `greynetic', but less frenetic. The first implementation " @@ -2331,12 +2678,13 @@ msgid "Stretchy Melt" msgstr "熔化时拉伸" #: hacks/config/decayscreen.xml.h:20 +#, fuzzy msgid "" "This takes an image and makes it melt. You've no doubt seen this effect " "before, but no screensaver would really be complete without it. It works " "best if there's something colorful visible. Warning, if the effect continues " -"after the screen saver is off, seek medical attention. Written by David Wald " -"and Vivek Khera." +"after the screen saver is off, seek medical attention. Written by David " +"Wald, Vivek Khera, Jamie Zawinski, and Vince Levey." msgstr "" "让一幅图片熔化。您一定见过这种效果,但是没有它不能算完整的屏幕保护程序。如果" "图片色彩较丰富的话效果会很好。警告:如果此屏保结束后熔化效果继续的话,请作健" @@ -2365,7 +2713,7 @@ msgid "" msgstr "" #: hacks/config/deco.xml.h:11 hacks/config/rd-bomb.xml.h:23 -#: hacks/config/whirlygig.xml.h:7 hacks/config/xearth.xml.h:33 +#: hacks/config/whirlygig.xml.h:20 hacks/config/xearth.xml.h:33 #: hacks/config/zoom.xml.h:10 msgid "x" msgstr "x" @@ -2392,10 +2740,6 @@ msgid "" "stripes and spirals. Written by David Bagley." msgstr "" -#: hacks/config/demon.xml.h:2 hacks/config/petri.xml.h:1 -msgid "Cell Size" -msgstr "格子大小" - #: hacks/config/demon.xml.h:3 msgid "Demon" msgstr "魔鬼" @@ -2439,11 +2783,6 @@ msgstr "透镜大小" msgid "Magnify" msgstr "放大" -#: hacks/config/distort.xml.h:9 hacks/config/glforestfire.xml.h:10 -#: hacks/config/lament.xml.h:4 hacks/config/sballs.xml.h:6 -msgid "Normal" -msgstr "一般" - #: hacks/config/distort.xml.h:10 msgid "Reflect" msgstr "反射" @@ -2496,18 +2835,44 @@ msgid "Lissojous Figures" msgstr "Lissojous 图案" #: hacks/config/electricsheep.xml.h:1 -msgid "ElectricSheep" -msgstr "" - -#: hacks/config/electricsheep.xml.h:2 msgid "" "ElectricSheep is an xscreensaver module that displays mpeg video of an " "animated fractal flame. In the background, it contributes render cycles to " "the next animation. Periodically it uploades completed frames to the server, " "where they are compressed for distribution to all clients. This program is " -"recommended only if you have a high bandwidth connection to the Internet. By " -"Scott Draves. You can find it at <http://www.electricsheep.org/>. See " -"that web site for configuration information." +"recommended only if you have a high bandwidth, always-on connection to the " +"Internet. By Scott Draves. You can find it at <http://www.electricsheep." +"org/>." +msgstr "" + +#: hacks/config/electricsheep.xml.h:2 +msgid "Frame Rate" +msgstr "" + +#: hacks/config/electricsheep.xml.h:3 +#, fuzzy +msgid "Hide Sheep" +msgstr "滑动速度" + +#: hacks/config/electricsheep.xml.h:4 +msgid "Megabytes of Local Sheep Storage" +msgstr "" + +#: hacks/config/electricsheep.xml.h:5 +msgid "Nickname" +msgstr "" + +#: hacks/config/electricsheep.xml.h:6 +msgid "Repititions of each Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:7 +#, fuzzy +msgid "Standalone" +msgstr "标准" + +#: hacks/config/electricsheep.xml.h:8 +msgid "URL" msgstr "" #: hacks/config/endgame.xml.h:1 @@ -2522,15 +2887,65 @@ msgid "Endgame" msgstr "引擎" #: hacks/config/engine.xml.h:1 +msgid "Audi Quattro (5 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:2 +msgid "BMW M3 (4 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:3 +msgid "BMW M5 (6 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:4 +msgid "Corvette Z06 (8 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:5 +msgid "Dodge Viper (10 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:6 +#, fuzzy msgid "" -"Draws a simple four-stroke engine that floats around the screen. Written by " -"Ben Buxton." +"Draws a simple model of an engine that floats around the screen. Written by " +"Ben Buxton and Ed Beroset." msgstr "绘制一个简单的四冲程引擎,并在屏幕上四处移动。由 Ben Buxton 编写。" -#: hacks/config/engine.xml.h:2 +#: hacks/config/engine.xml.h:7 msgid "Engine" msgstr "引擎" +#: hacks/config/engine.xml.h:9 +msgid "Honda Insight (3 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:10 +msgid "Jaguar XKE (12 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:11 +msgid "Porsche 911 (6 cylinders, flat)" +msgstr "" + +#: hacks/config/engine.xml.h:12 +#, fuzzy +msgid "Random Engine" +msgstr "随机化" + +#: hacks/config/engine.xml.h:13 +msgid "Show Engine Name" +msgstr "" + +#: hacks/config/engine.xml.h:18 +msgid "Subaru XT (6 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:19 +msgid "VW Beetle (4 cylinders, flat)" +msgstr "" + #: hacks/config/epicycle.xml.h:4 #, fuzzy msgid "Epicycle" @@ -2548,6 +2963,55 @@ msgid "" "planetary motion. Written by James Youngman." msgstr "" +#: hacks/config/eruption.xml.h:1 +msgid "An exposive version of XFlame. By W.P. van Paassen." +msgstr "" + +#: hacks/config/eruption.xml.h:2 +msgid "Cooling factor" +msgstr "" + +#: hacks/config/eruption.xml.h:4 +#, fuzzy +msgid "Eruption" +msgstr "描述" + +#: hacks/config/eruption.xml.h:7 hacks/config/fluidballs.xml.h:9 +#: hacks/config/qix.xml.h:9 hacks/config/speedmine.xml.h:4 +msgid "Gravity" +msgstr "引力" + +#: hacks/config/eruption.xml.h:8 +msgid "Heat" +msgstr "" + +#: hacks/config/eruption.xml.h:9 +#, fuzzy +msgid "Inferno" +msgstr "干涉" + +#: hacks/config/eruption.xml.h:10 +msgid "Little" +msgstr "" + +#: hacks/config/eruption.xml.h:13 +msgid "Negative" +msgstr "" + +#: hacks/config/eruption.xml.h:15 +#, fuzzy +msgid "Number of Particles" +msgstr "光环的数目" + +#: hacks/config/eruption.xml.h:16 +#, fuzzy +msgid "Pleasant" +msgstr "GL 星球" + +#: hacks/config/eruption.xml.h:17 +msgid "Positive" +msgstr "" + #: hacks/config/euler2d.xml.h:2 msgid "Euler2d" msgstr "Euler2d" @@ -2666,7 +3130,8 @@ msgstr "" msgid "0 Seconds" msgstr "0 秒" -#: hacks/config/flame.xml.h:2 hacks/config/maze.xml.h:2 +#: hacks/config/flame.xml.h:2 hacks/config/glslideshow.xml.h:2 +#: hacks/config/maze.xml.h:2 msgid "10 Seconds" msgstr "10 秒" @@ -2674,7 +3139,7 @@ msgstr "10 秒" msgid "Another iterative fractal generator. Written by Scott Draves." msgstr "又一个迭代分形生成程序。由 Scott Draves 编写。" -#: hacks/config/flame.xml.h:4 +#: hacks/config/flame.xml.h:4 hacks/config/jigglypuff.xml.h:4 msgid "Complexity" msgstr "复杂度" @@ -2737,32 +3202,28 @@ msgid "Zoom In and Out" msgstr "放大和缩小" #: hacks/config/fluidballs.xml.h:1 +msgid " Freefall" +msgstr "" + +#: hacks/config/fluidballs.xml.h:2 #, fuzzy msgid "Ball Size" msgstr "格子大小" -#: hacks/config/fluidballs.xml.h:5 +#: hacks/config/fluidballs.xml.h:4 +#, fuzzy +msgid "Clay" +msgstr "延时" + +#: hacks/config/fluidballs.xml.h:7 #, fuzzy msgid "FluidBalls" msgstr "小球" -#: hacks/config/fluidballs.xml.h:6 -msgid "Freefall" -msgstr "" - -#: hacks/config/fluidballs.xml.h:7 hacks/config/twang.xml.h:4 +#: hacks/config/fluidballs.xml.h:8 hacks/config/twang.xml.h:4 msgid "Friction" msgstr "" -#: hacks/config/fluidballs.xml.h:8 -msgid "Glass" -msgstr "" - -#: hacks/config/fluidballs.xml.h:9 hacks/config/qix.xml.h:9 -#: hacks/config/speedmine.xml.h:4 -msgid "Gravity" -msgstr "引力" - #: hacks/config/fluidballs.xml.h:10 msgid "Hurricane" msgstr "" @@ -2781,8 +3242,8 @@ msgstr "" #: hacks/config/fluidballs.xml.h:15 #, fuzzy -msgid "Sandpaper" -msgstr "标准" +msgid "Rubber" +msgstr "泡沫" #: hacks/config/fluidballs.xml.h:16 msgid "Shake Box" @@ -2801,6 +3262,99 @@ msgstr "" msgid "Wind" msgstr "Windows" +#: hacks/config/flurry.xml.h:1 +msgid "Binary" +msgstr "" + +#: hacks/config/flurry.xml.h:2 +msgid "Classic" +msgstr "" + +#: hacks/config/flurry.xml.h:3 +#, fuzzy +msgid "Fire" +msgstr "文件(_F)" + +#: hacks/config/flurry.xml.h:4 +msgid "Flurry" +msgstr "" + +#: hacks/config/flurry.xml.h:5 +msgid "Insane" +msgstr "" + +#: hacks/config/flurry.xml.h:6 +#, fuzzy +msgid "Psychedelic" +msgstr "迷幻色彩" + +#: hacks/config/flurry.xml.h:7 +msgid "RGB" +msgstr "" + +#: hacks/config/flurry.xml.h:8 hacks/config/jigglypuff.xml.h:13 +#: hacks/config/sballs.xml.h:10 hacks/config/whirlygig.xml.h:12 +msgid "Random" +msgstr "随机" + +#: hacks/config/flurry.xml.h:10 +msgid "" +"This port of the OSX screensaver of the same name draws a colourful star" +"(fish)like flurry of particles. xscreensaver port by Tobias Sargeant <" +"tobias.sargeant@bigpond.com> Original Mac version by Calum Robinson <" +"calumr@mac.com> http://homepage.mac.com/calumr" +msgstr "" + +#: hacks/config/flurry.xml.h:11 +#, fuzzy +msgid "Water" +msgstr "漫步" + +#: hacks/config/flyingtoasters.xml.h:1 +msgid "" +"A fleet of 3d space-age jet-powered flying toasters (and toast!) Inspired by " +"the ancient Berkeley Systems After Dark flying toasters. By Jamie Zawinski " +"and Baconmonkey." +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:2 +#, fuzzy +msgid "Air Speed" +msgstr "动画速度" + +#: hacks/config/flyingtoasters.xml.h:4 +msgid "Chrome Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:6 +msgid "Flying Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:7 hacks/config/glslideshow.xml.h:16 +#: hacks/config/jigglypuff.xml.h:12 hacks/config/juggle.xml.h:6 +#: hacks/config/pipes.xml.h:10 +msgid "None" +msgstr "无" + +#: hacks/config/flyingtoasters.xml.h:8 +#, fuzzy +msgid "Number of Slices" +msgstr "光环的数目" + +#: hacks/config/flyingtoasters.xml.h:9 +#, fuzzy +msgid "Number of Toasters" +msgstr "点数" + +#: hacks/config/flyingtoasters.xml.h:12 +#, fuzzy +msgid "Solid Colors" +msgstr "显示秒数" + +#: hacks/config/flyingtoasters.xml.h:13 +msgid "Swarm" +msgstr "" + #: hacks/config/forest.xml.h:2 hacks/config/glforestfire.xml.h:6 msgid "Forest" msgstr "森林" @@ -2886,7 +3440,7 @@ msgstr "屏幕图片" msgid "Wave Speed" msgstr "" -#: hacks/config/gflux.xml.h:15 +#: hacks/config/gflux.xml.h:15 hacks/config/glmatrix.xml.h:20 msgid "Waves" msgstr "" @@ -2894,6 +3448,25 @@ msgstr "" msgid "Wire Mesh" msgstr "" +#: hacks/config/glblur.xml.h:1 +msgid "Blur Smoothness" +msgstr "" + +#: hacks/config/glblur.xml.h:5 +msgid "GLBlur" +msgstr "" + +#: hacks/config/glblur.xml.h:18 +msgid "" +"This program draws a box and a few line segments, and generates a radial " +"blur outward from it. This creates flowing field effects. This is done by " +"rendering the scene into a small texture, then repeatedly rendering " +"increasingly-enlarged and increasingly-transparent versions of that texture " +"onto the frame buffer. As such, it's quite graphics intensive: don't bother " +"trying to run this if you don't have hardware-accelerated OpenGL texture " +"support. It will hurt your machine bad." +msgstr "" + #: hacks/config/glforestfire.xml.h:2 msgid "Desert" msgstr "沙漠" @@ -2905,7 +3478,7 @@ msgid "" "for texture maps. Written by Eric Lassauge <lassauge@mail.dotcom.fr>." msgstr "" -#: hacks/config/glforestfire.xml.h:5 +#: hacks/config/glforestfire.xml.h:5 hacks/config/glmatrix.xml.h:9 msgid "Fog" msgstr "雾" @@ -2933,9 +3506,89 @@ msgstr "雨" msgid "Track mouse" msgstr "" -#: hacks/config/glforestfire.xml.h:18 hacks/config/lament.xml.h:8 -#: hacks/config/sballs.xml.h:17 -msgid "Untextured" +#: hacks/config/glknots.xml.h:4 +msgid "GLKnots" +msgstr "" + +#: hacks/config/glknots.xml.h:5 +msgid "" +"Generates some twisting 3d knot patterns. Spins 'em around. Written by Jamie " +"Zawinski." +msgstr "" + +#: hacks/config/glknots.xml.h:7 hacks/config/lavalite.xml.h:17 +#: hacks/config/spheremonics.xml.h:9 +#, fuzzy +msgid "Resolution" +msgstr "旋转" + +#: hacks/config/glknots.xml.h:15 +#, fuzzy +msgid "Segmented" +msgstr "碎片" + +#: hacks/config/glknots.xml.h:18 hacks/config/lavalite.xml.h:28 +msgid "Smooth" +msgstr "" + +#: hacks/config/glmatrix.xml.h:2 hacks/config/xmatrix.xml.h:1 +msgid "Binary Encoding" +msgstr "二进制编码" + +#: hacks/config/glmatrix.xml.h:4 +#, fuzzy +msgid "Draw Glyphs" +msgstr "绘制标签" + +#: hacks/config/glmatrix.xml.h:5 +#, fuzzy +msgid "Draw Outlines" +msgstr "绘制蚂蚁" + +#: hacks/config/glmatrix.xml.h:6 +#, fuzzy +msgid "Draw Solid Boxes" +msgstr "绘制分子键" + +#: hacks/config/glmatrix.xml.h:7 +msgid "" +"Draws 3D dropping characters similar to what is seen in the title sequence " +"of \"The Matrix\". See also \"xmatrix\" for a 2D rendering of the similar " +"effect that appeared on the computer monitors actually *in* the movie. " +"Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/glmatrix.xml.h:10 +#, fuzzy +msgid "GLMatrix" +msgstr "黑客帝国" + +#: hacks/config/glmatrix.xml.h:11 hacks/config/xmatrix.xml.h:7 +#, fuzzy +msgid "Genetic Encoding" +msgstr "遗传编码" + +#: hacks/config/glmatrix.xml.h:12 +#, fuzzy +msgid "Glyph Density" +msgstr "网孔密度" + +#: hacks/config/glmatrix.xml.h:13 +#, fuzzy +msgid "Glyph Speed" +msgstr "小鱼的速度" + +#: hacks/config/glmatrix.xml.h:14 hacks/config/xmatrix.xml.h:8 +msgid "Hexadecimal Encoding" +msgstr "十六进制编码" + +#: hacks/config/glmatrix.xml.h:15 hacks/config/xmatrix.xml.h:11 +#, fuzzy +msgid "Matrix Encoding" +msgstr "矩阵编码" + +#: hacks/config/glmatrix.xml.h:16 +msgid "Panning" msgstr "" #: hacks/config/glplanet.xml.h:1 @@ -2954,14 +3607,65 @@ msgstr "GL 星球" msgid "Image File" msgstr "图像文件" -#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 -msgid "1" -msgstr "1" +#: hacks/config/glslideshow.xml.h:4 hacks/config/rd-bomb.xml.h:5 +#, no-c-format +msgid "100%" +msgstr "100%" -#: hacks/config/glsnake.xml.h:2 hacks/config/penrose.xml.h:2 +#: hacks/config/glslideshow.xml.h:5 hacks/config/glsnake.xml.h:2 +#: hacks/config/penrose.xml.h:2 msgid "30 Seconds" msgstr "30 秒" +#: hacks/config/glslideshow.xml.h:6 +#, fuzzy +msgid "5 Minutes" +msgstr "1 分钟" + +#: hacks/config/glslideshow.xml.h:8 +#, no-c-format +msgid "50%" +msgstr "" + +#: hacks/config/glslideshow.xml.h:9 +msgid "Always show at least this much of the image:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:10 +#, fuzzy +msgid "Crossfade Duration:" +msgstr "淡入淡出持续时间(_A)" + +#: hacks/config/glslideshow.xml.h:11 +msgid "Frame Rate:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:12 +msgid "GLSlideshow" +msgstr "" + +#: hacks/config/glslideshow.xml.h:14 +msgid "" +"Loads a random sequence of images and smoothly scans and zooms around in " +"each, fading from pan to pan. You can set the directory from which images " +"are loaded on the \"Advanced\" tab. This program requires a good video card " +"capable of supporting large textures. Written by Jamie Zawinski and Mike " +"Oliphant." +msgstr "" + +#: hacks/config/glslideshow.xml.h:17 +#, fuzzy +msgid "Pan/Zoom Duration:" +msgstr "淡入淡出持续时间(_A)" + +#: hacks/config/glslideshow.xml.h:19 +msgid "Time until loading a new image:" +msgstr "" + +#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 +msgid "1" +msgstr "1" + #: hacks/config/glsnake.xml.h:3 msgid "" "Draws a simulation of the Rubik's Snake puzzle. Written by Jamie Wilkinson, " @@ -3105,10 +3809,59 @@ msgstr "" msgid "Greynetic" msgstr "" -#: hacks/config/greynetic.xml.h:5 -msgid "" -"This draws random colored and stippled rectangles. Written by Jamie Zawinski." -msgstr "随机绘制彩色点绘矩形。由 Jamie Zawinski 编写。" +#: hacks/config/greynetic.xml.h:5 +msgid "" +"This draws random colored and stippled rectangles. Written by Jamie Zawinski." +msgstr "随机绘制彩色点绘矩形。由 Jamie Zawinski 编写。" + +#: hacks/config/halftone.xml.h:1 +msgid "Delay (Large = low cpu load)" +msgstr "" + +#: hacks/config/halftone.xml.h:2 +msgid "Dot fill factor" +msgstr "" + +#: hacks/config/halftone.xml.h:3 +#, fuzzy +msgid "Dot size" +msgstr "蚂蚁大小" + +#: hacks/config/halftone.xml.h:4 +msgid "" +"Draws the gravity force in each point on the screen seen through a halftone " +"dot pattern. The gravity force is calculated from a set of moving mass " +"points. View it from a distance for best effect. Written by Peter Jaric <" +"peter@jaric.org>." +msgstr "" + +#: hacks/config/halftone.xml.h:5 +#, fuzzy +msgid "Gravity points" +msgstr "引力" + +#: hacks/config/halftone.xml.h:6 +#, fuzzy +msgid "Halftone" +msgstr "晕轮" + +#: hacks/config/halftone.xml.h:10 +msgid "Maximum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:11 +#, fuzzy +msgid "Maximum speed" +msgstr "最长寿命" + +#: hacks/config/halftone.xml.h:12 +msgid "Minimum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:13 +#, fuzzy +msgid "Minimum speed" +msgstr "动画速度" #: hacks/config/halo.xml.h:1 #, fuzzy @@ -3273,6 +4026,109 @@ msgstr "" "颜色。不要想太久,否则会烧坏脑袋呢。由 Joe Keane、Fritz Mueller 及 Jamie " "Zawinski 编写。" +#: hacks/config/hypertorus.xml.h:1 +msgid "-4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:2 +msgid "4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:3 +msgid "4D Hypertorus" +msgstr "" + +#: hacks/config/hypertorus.xml.h:4 +#, fuzzy +msgid "Color Wheel" +msgstr "颜色" + +#: hacks/config/hypertorus.xml.h:5 +#, fuzzy +msgid "Display Speed" +msgstr "显示秒数" + +#: hacks/config/hypertorus.xml.h:7 +msgid "Orthographic 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:8 +msgid "Orthographic 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:9 +msgid "Perspective 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:10 +msgid "Perspective 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:11 +#, fuzzy +msgid "See-Through Bands" +msgstr "循环使用各种模式" + +#: hacks/config/hypertorus.xml.h:14 +msgid "Solid Object" +msgstr "" + +#: hacks/config/hypertorus.xml.h:15 hacks/config/pulsar.xml.h:16 +msgid "Solid Surface" +msgstr "" + +#: hacks/config/hypertorus.xml.h:16 +msgid "" +"This program shows a rotating Clifford Torus: a torus lying on the \"surface" +"\" of a 4D hypersphere. Written by Carsten Steger, inspired by Thomas " +"Banchoff's book \"Beyond the Third Dimension: Geometry, Computer Graphics, " +"and Higher Dimensions\", Scientific American Library, 1990." +msgstr "" + +#: hacks/config/hypertorus.xml.h:17 +#, fuzzy +msgid "Transparent Surface" +msgstr "透明" + +#: hacks/config/hypertorus.xml.h:18 +msgid "Two-Sided" +msgstr "" + +#: hacks/config/hypertorus.xml.h:19 +#, fuzzy +msgid "WX Rotation Speed" +msgstr "旋转速度" + +#: hacks/config/hypertorus.xml.h:20 +#, fuzzy +msgid "WY Rotation Speed" +msgstr "旋转速度" + +#: hacks/config/hypertorus.xml.h:21 +#, fuzzy +msgid "WZ Rotation Speed" +msgstr "旋转速度" + +#: hacks/config/hypertorus.xml.h:22 +#, fuzzy +msgid "Wireframe Mesh" +msgstr "线框" + +#: hacks/config/hypertorus.xml.h:23 +#, fuzzy +msgid "XY Rotation Speed" +msgstr "旋转速度" + +#: hacks/config/hypertorus.xml.h:24 +#, fuzzy +msgid "XZ Rotation Speed" +msgstr "旋转速度" + +#: hacks/config/hypertorus.xml.h:25 +#, fuzzy +msgid "YZ Rotation Speed" +msgstr "旋转速度" + #: hacks/config/ifs.xml.h:2 msgid "IFS" msgstr "迭代函数系统" @@ -3343,6 +4199,98 @@ msgstr "波形数目" msgid "Wave Size" msgstr "波形大小" +#: hacks/config/jigglypuff.xml.h:2 +msgid "Chrome" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:3 +msgid "Clown barf" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:5 +#, fuzzy +msgid "Cycle" +msgstr "多久后循环(_C)" + +#: hacks/config/jigglypuff.xml.h:7 +msgid "Flower box" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:9 +msgid "Inertial damping" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:10 +msgid "JigglyPuff" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:14 +#, fuzzy +msgid "Rotation speed" +msgstr "旋转速度" + +#: hacks/config/jigglypuff.xml.h:17 hacks/config/sphere.xml.h:7 +msgid "Sphere" +msgstr "球体" + +#: hacks/config/jigglypuff.xml.h:18 +msgid "Sphere strength" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:19 +msgid "Spookiness" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:20 +msgid "Spoooooky" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:21 hacks/config/sballs.xml.h:16 +msgid "Tetrahedron" +msgstr "正四面体" + +#: hacks/config/jigglypuff.xml.h:22 +msgid "" +"This little gem does bad things with quasi-spherical objects. The gist of it " +"is that you have what is, structurally, a tetrahedron with tesselated faces. " +"the vertices on these faces have forces on them in the form of one " +"proportional to their distance from the surface of a sphere, and one which " +"is proportional to how far they differ from some ideal distance from their " +"neighbors. They also have inertia. The forces and distance are parameters " +"and there are also a couple of visual parameters. The resulting effect can " +"range from a shape that does nothing, to a frenetic polygon storm. Somewhere " +"in between there it usually manifests as a blob that jiggles in a kind of " +"disturbing manner. woo. It doesn't matter, however. You should just pick " +"'random'. It overrides all the other options, except for fps, delay and " +"complexity. By Keith Macleod" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:23 +msgid "Vertex-vertex behavior" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:24 +msgid "Vertex-vertex force" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:26 +msgid "collapse" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:27 +msgid "expand" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:28 +#, fuzzy +msgid "none" +msgstr "无" + +#: hacks/config/jigglypuff.xml.h:29 +#, fuzzy +msgid "strong" +msgstr "奇异吸引子" + #: hacks/config/jigsaw.xml.h:4 msgid "Jigsaw" msgstr "拼图" @@ -3373,10 +4321,6 @@ msgstr "" msgid "Juggle" msgstr "杂技" -#: hacks/config/juggle.xml.h:6 hacks/config/pipes.xml.h:10 -msgid "None" -msgstr "无" - #: hacks/config/julia.xml.h:3 hacks/config/rorschach.xml.h:4 #, fuzzy msgid "Iterations" @@ -3422,6 +4366,25 @@ msgstr "对称" msgid "Trails" msgstr "轨迹" +#: hacks/config/klein.xml.h:3 +msgid "Klein" +msgstr "" + +#: hacks/config/klein.xml.h:10 +msgid "" +"This draws a visualization of a Klein bottle or some other interesting " +"parametric surfaces. Written by Andrey Mirtchovski." +msgstr "" + +#: hacks/config/klein.xml.h:11 +msgid "Use Randomized Surfaces and Primitives" +msgstr "" + +#: hacks/config/klein.xml.h:12 +#, fuzzy +msgid "Wander Around the Screen" +msgstr "居于屏幕中央" + #: hacks/config/kumppa.xml.h:5 #, fuzzy msgid "Kumppa" @@ -3508,19 +4471,10 @@ msgstr "" msgid "Random Lamp Style" msgstr "随机选择熔化方式" -#: hacks/config/lavalite.xml.h:17 hacks/config/spheremonics.xml.h:9 -#, fuzzy -msgid "Resolution" -msgstr "旋转" - #: hacks/config/lavalite.xml.h:18 msgid "Rocket Lavalite" msgstr "" -#: hacks/config/lavalite.xml.h:27 -msgid "Smooth" -msgstr "" - #: hacks/config/lightning.xml.h:2 msgid "Lightning" msgstr "闪电" @@ -3675,6 +4629,35 @@ msgid "" "by Jamie Zawinski." msgstr "" +#: hacks/config/metaballs.xml.h:1 +#, fuzzy +msgid "Big" +msgstr "较大" + +#: hacks/config/metaballs.xml.h:2 +msgid "" +"Draws two dimensional metaballs: overlapping and merging balls with fuzzy " +"edges. By W.P. van Paassen." +msgstr "" + +#: hacks/config/metaballs.xml.h:7 +msgid "MetaBall Movement" +msgstr "" + +#: hacks/config/metaballs.xml.h:8 +msgid "MetaBall Radius" +msgstr "" + +#: hacks/config/metaballs.xml.h:9 +#, fuzzy +msgid "MetaBalls" +msgstr "小球" + +#: hacks/config/metaballs.xml.h:11 +#, fuzzy +msgid "Number of MetaBalls" +msgstr "碎片的数目。" + #: hacks/config/moebius.xml.h:1 msgid "" "Another M. C. Escher hack by Marcelo Vianna, this one draws ``Moebius Strip " @@ -4049,6 +5032,30 @@ msgstr "磷光" msgid "Scale" msgstr "" +#: hacks/config/piecewise.xml.h:1 +msgid "Color shifting speed" +msgstr "" + +#: hacks/config/piecewise.xml.h:6 +#, fuzzy +msgid "Maximum radius" +msgstr "最长寿命" + +#: hacks/config/piecewise.xml.h:7 +#, fuzzy +msgid "Minimum radius" +msgstr "最短寿命" + +#: hacks/config/piecewise.xml.h:8 +msgid "Piecewise" +msgstr "" + +#: hacks/config/piecewise.xml.h:12 +msgid "" +"This draws a bunch of moving circles which switch from visibility to " +"invisibility at intersection points. Written by Geoffrey Irving." +msgstr "" + #: hacks/config/pipes.xml.h:1 msgid "Allow Tight Turns" msgstr "" @@ -4114,6 +5121,37 @@ msgid "" "puzzle pieces. Written by Stephen Montgomery-Smith." msgstr "" +#: hacks/config/popsquares.xml.h:1 +#, fuzzy +msgid "Border" +msgstr "边框宽度" + +#: hacks/config/popsquares.xml.h:2 +msgid "End color" +msgstr "" + +#: hacks/config/popsquares.xml.h:7 +msgid "Start color" +msgstr "" + +#: hacks/config/popsquares.xml.h:8 +msgid "Subdivision" +msgstr "" + +#: hacks/config/popsquares.xml.h:9 +msgid "" +"This draws a pop-art-ish looking grid of pulsing colors. By Levi Burton." +msgstr "" + +#: hacks/config/popsquares.xml.h:10 +msgid "Twitch" +msgstr "" + +#: hacks/config/popsquares.xml.h:11 +#, fuzzy +msgid "popsquares" +msgstr "方形" + #: hacks/config/pulsar.xml.h:1 msgid "Anti-alias Lines" msgstr "平滑线条" @@ -4162,10 +5200,6 @@ msgstr "脉冲星" msgid "Quad Count" msgstr "" -#: hacks/config/pulsar.xml.h:16 -msgid "Solid Surface" -msgstr "" - #: hacks/config/pulsar.xml.h:18 msgid "Texture PPM File" msgstr "材质 PPM 文件" @@ -4178,10 +5212,6 @@ msgstr "" msgid "Launch Frequency" msgstr "发射频率" -#: hacks/config/pyro.xml.h:8 -msgid "Often" -msgstr "经常" - #: hacks/config/pyro.xml.h:9 msgid "Particle Density" msgstr "烟花密度" @@ -4260,11 +5290,6 @@ msgstr "/" msgid "1%" msgstr "1%" -#: hacks/config/rd-bomb.xml.h:5 -#, no-c-format -msgid "100%" -msgstr "100%" - #: hacks/config/rd-bomb.xml.h:7 msgid "" "Another variation of the `Bomb' program by Scott Draves. This draws a grid " @@ -4479,10 +5504,6 @@ msgstr "平面" msgid "Pyramid" msgstr "锥体" -#: hacks/config/sballs.xml.h:10 -msgid "Random" -msgstr "随机" - #: hacks/config/sballs.xml.h:11 msgid "Sballs" msgstr "" @@ -4491,10 +5512,6 @@ msgstr "" msgid "Star" msgstr "" -#: hacks/config/sballs.xml.h:16 -msgid "Tetrahedron" -msgstr "正四面体" - #: hacks/config/shadebobs.xml.h:7 msgid "ShadeBobs" msgstr "" @@ -4649,10 +5666,6 @@ msgstr "" "另一款年代久远的经典屏幕装饰,它使用多种颜色绘制带有阴影的球体。它的出现可以" "追溯到 1982 年由 Tom Duff 编写的程序。" -#: hacks/config/sphere.xml.h:7 -msgid "Sphere" -msgstr "球体" - #: hacks/config/sphereEversion.xml.h:1 msgid "SphereEversion" msgstr "" @@ -4685,7 +5698,7 @@ msgid "" "angular momentum operators. Written by Paul Bourke and Jamie Zawinski." msgstr "" -#: hacks/config/spiral.xml.h:2 +#: hacks/config/spiral.xml.h:2 hacks/config/superquadrics.xml.h:2 msgid "Cycles" msgstr "" @@ -4760,10 +5773,9 @@ msgid "" "work with some window managers, but not with others, so your mileage may " "vary. SSystem was once available at <http://www1.las.es/~amil/ssystem/" ">, but is now gone. You may still be able to find copies elsewhere. " -"SSystem has since evolved into two different programs: OpenUniverse (http://" -"openuniverse.sourceforge.net/) and Celestia (http://www.shatters.net/" -"celestia/). Sadly, neither of these programs work with xscreensaver at all. " -"You are encouraged to nag their authors into adding xscreensaver support!" +"SSystem has since evolved into Celestia, found at <http://www.shatters." +"net/celestia/>. Sadly, Celestia does not work with xscreensaver at all. " +"You are encouraged to nag the authors into adding xscreensaver support!" msgstr "" #: hacks/config/stairs.xml.h:6 @@ -4885,14 +5897,14 @@ msgid "" "Written by Massimino Pascal." msgstr "" -#: hacks/config/superquadrics.xml.h:2 +#: hacks/config/superquadrics.xml.h:3 msgid "" "Ed Mackey reports that he wrote the first version of this program in BASIC " "on a Commodore 64 in 1987, as a 320x200 black and white wireframe. Now it is " "GL and has specular reflections." msgstr "" -#: hacks/config/superquadrics.xml.h:10 +#: hacks/config/superquadrics.xml.h:11 msgid "Superquadrics" msgstr "超二次曲面" @@ -5117,17 +6129,69 @@ msgid "Amplitude" msgstr "幅度" #: hacks/config/whirlygig.xml.h:2 +#, fuzzy +msgid "Circle" +msgstr "电路图" + +#: hacks/config/whirlygig.xml.h:3 msgid "Draws zooming chains of sinusoidal spots. Written by Ashton Trey Belew." msgstr "" +#: hacks/config/whirlygig.xml.h:4 +#, fuzzy +msgid "Explain modes" +msgstr "显示模式(_D)" + #: hacks/config/whirlygig.xml.h:5 -msgid "Whirlies" +msgid "Fun" msgstr "" #: hacks/config/whirlygig.xml.h:6 +msgid "Funky" +msgstr "" + +#: hacks/config/whirlygig.xml.h:7 +msgid "Innie" +msgstr "" + +#: hacks/config/whirlygig.xml.h:8 +#, fuzzy +msgid "Leave a trail" +msgstr "留下轨迹" + +#: hacks/config/whirlygig.xml.h:9 +#, fuzzy +msgid "Linear" +msgstr "线" + +#: hacks/config/whirlygig.xml.h:11 +#, fuzzy +msgid "Lissajous" +msgstr "Lissojous 图案" + +#: hacks/config/whirlygig.xml.h:15 +#, fuzzy +msgid "Test" +msgstr "最佳" + +#: hacks/config/whirlygig.xml.h:16 +#, fuzzy +msgid "Use Double Buffering" +msgstr "使用双重缓冲区" + +#: hacks/config/whirlygig.xml.h:17 +msgid "Whirlies" +msgstr "" + +#: hacks/config/whirlygig.xml.h:18 msgid "WhirlyGig" msgstr "" +#: hacks/config/whirlygig.xml.h:19 +#, fuzzy +msgid "Wrap the screen" +msgstr "撷取屏幕" + #: hacks/config/worm.xml.h:1 msgid "" "An ancient xlock hack that draws multicolored worms that crawl around the " @@ -5144,7 +6208,7 @@ msgid "" "XaoS generates fast fly-through animations of the Mandelbrot and other " "fractal sets. Written by Thomas Marsh and Jan Hubicka. This is not included " "with the XScreenSaver package, but if you don't have it already, you can " -"find it at <http://limax.paru.cas.cz/~hubicka/XaoS/>." +"find it at <http://xaos.theory.org/>." msgstr "" #: hacks/config/xdaliclock.xml.h:1 @@ -5167,7 +6231,7 @@ msgstr "显示秒数" msgid "Huge Font" msgstr "极大字体" -#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:9 +#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:10 msgid "Large Font" msgstr "大字体" @@ -5175,7 +6239,7 @@ msgstr "大字体" msgid "Medium Font" msgstr "中等字体" -#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:16 msgid "Small Font" msgstr "小字体" @@ -5344,15 +6408,13 @@ msgstr "" msgid "Xlyap" msgstr "" -#: hacks/config/xmatrix.xml.h:1 +#: hacks/config/xmatrix.xml.h:3 msgid "" -"A rendition of the text scrolls seen in the movie ``The Matrix.'' Written by " -"Jamie Zawinski." -msgstr "演示如同在电影“黑客帝国”中看到的滚动的文字。由 Jamie Zawinski 编写。" - -#: hacks/config/xmatrix.xml.h:2 -msgid "Binary Encoding" -msgstr "二进制编码" +"Draws dropping characters similar to what is seen on the computer monitors " +"in \"The Matrix\". See also \"glmatrix\" for a 3D rendering of the similar " +"effect that appeared in the title sequence of the movie. Written by Jamie " +"Zawinski." +msgstr "" #: hacks/config/xmatrix.xml.h:4 msgid "Expansion Algorithm" @@ -5362,38 +6424,28 @@ msgstr "" msgid "Full" msgstr "" -#: hacks/config/xmatrix.xml.h:7 -#, fuzzy -msgid "Genetic Encoding" -msgstr "遗传编码" - -#: hacks/config/xmatrix.xml.h:8 -msgid "Hexadecimal Encoding" -msgstr "十六进制编码" - -#: hacks/config/xmatrix.xml.h:10 -#, fuzzy -msgid "Matrix Encoding" -msgstr "矩阵编码" +#: hacks/config/xmatrix.xml.h:9 +msgid "Knock Knock" +msgstr "" -#: hacks/config/xmatrix.xml.h:11 +#: hacks/config/xmatrix.xml.h:12 msgid "Phone Number" msgstr "电话号码" -#: hacks/config/xmatrix.xml.h:12 +#: hacks/config/xmatrix.xml.h:13 #, fuzzy msgid "Run Trace Program" msgstr "运行跟踪程序" -#: hacks/config/xmatrix.xml.h:13 +#: hacks/config/xmatrix.xml.h:14 msgid "Slider Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:18 +#: hacks/config/xmatrix.xml.h:19 msgid "Synergistic Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:19 +#: hacks/config/xmatrix.xml.h:20 msgid "Xmatrix" msgstr "黑客帝国" @@ -5500,6 +6552,26 @@ msgid "" "than just a simple zoom. Written by James Macnicol." msgstr "" +#~ msgid "Configure the settings of the screensaver." +#~ msgstr "配置屏幕保护程序设置。" + +#~ msgid "Preview of screen saver" +#~ msgstr "屏幕保护程序预览" + +#, fuzzy +#~ msgid "_Verbose Dialognostics" +#~ msgstr "详细诊断(_V)" + +#, fuzzy +#~ msgid "Sandpaper" +#~ msgstr "标准" + +#~ msgid "" +#~ "A rendition of the text scrolls seen in the movie ``The Matrix.'' Written " +#~ "by Jamie Zawinski." +#~ msgstr "" +#~ "演示如同在电影“黑客帝国”中看到的滚动的文字。由 Jamie Zawinski 编写。" + #~ msgid "_Advanced >>" #~ msgstr "高级(_A) >>" @@ -5511,6 +6583,3 @@ msgstr "" #~ msgid "90" #~ msgstr "90" - -#~ msgid "MacOS" -#~ msgstr "MacOS" diff --git a/po/zh_TW.po b/po/zh_TW.po index 96c42727..61ecdaf5 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: xscreensaver 4.04\n" -"POT-Creation-Date: 2002-06-18 21:56+0200\n" +"POT-Creation-Date: 2003-07-24 19:05+0200\n" "PO-Revision-Date: 2002-06-11 23:41+0800\n" "Last-Translator: Abel Cheung \n" "Language-Team: traditional Chinese \n" @@ -13,35 +13,40 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: driver/demo-Gtk-conf.c:729 +#: driver/demo-Gtk-conf.c:731 msgid "Browse..." msgstr "瀏覽..." -#: driver/demo-Gtk-conf.c:1021 +#: driver/demo-Gtk-conf.c:1023 msgid "Select file." msgstr "選擇檔案。" -#: driver/demo-Gtk-support.c:121 +#: driver/demo-Gtk-support.c:135 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "" -#: driver/demo-Gtk-support.c:130 +#: driver/demo-Gtk-support.c:147 driver/demo-Gtk-support.c:179 #, c-format msgid "Error loading pixmap file: %s" msgstr "" +#: driver/demo-Gtk-support.c:182 +#, c-format +msgid "reason: %s\n" +msgstr "" + #: driver/demo-Gtk-widgets.c:155 driver/xscreensaver-demo.glade.h:89 -#: driver/xscreensaver-demo.glade2.h:43 +#: driver/xscreensaver-demo.glade2.h:65 msgid "XScreenSaver" msgstr "XScreenSaver" -#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:54 +#: driver/demo-Gtk-widgets.c:176 driver/xscreensaver-demo.glade2.h:76 msgid "_File" msgstr "檔案(_F)" #: driver/demo-Gtk-widgets.c:196 driver/xscreensaver-demo.glade.h:93 -#: driver/xscreensaver-demo.glade2.h:48 +#: driver/xscreensaver-demo.glade2.h:70 msgid "_Blank Screen Now" msgstr "" @@ -51,7 +56,7 @@ msgid "" msgstr "" #: driver/demo-Gtk-widgets.c:209 driver/xscreensaver-demo.glade.h:97 -#: driver/xscreensaver-demo.glade2.h:58 +#: driver/xscreensaver-demo.glade2.h:80 msgid "_Lock Screen Now" msgstr "立刻鎖定畫面(_L)" @@ -60,7 +65,7 @@ msgid "Lock the screen now (even if \"Lock Screen\" is unchecked.)" msgstr "" #: driver/demo-Gtk-widgets.c:222 driver/xscreensaver-demo.glade.h:96 -#: driver/xscreensaver-demo.glade2.h:56 +#: driver/xscreensaver-demo.glade2.h:78 msgid "_Kill Daemon" msgstr "強行終止伺服程式(_K)" @@ -69,7 +74,7 @@ msgid "Tell the running XScreenSaver daemon to exit." msgstr "" #: driver/demo-Gtk-widgets.c:235 driver/xscreensaver-demo.glade.h:98 -#: driver/xscreensaver-demo.glade2.h:64 +#: driver/xscreensaver-demo.glade2.h:86 msgid "_Restart Daemon" msgstr "重新啟動伺服程式(_R)" @@ -88,13 +93,13 @@ msgid "" "running in the background.)" msgstr "" -#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:55 +#: driver/demo-Gtk-widgets.c:270 driver/xscreensaver-demo.glade2.h:77 msgid "_Help" msgstr "說明(_H)" # src/battstat_applet.c:1379 #: driver/demo-Gtk-widgets.c:290 driver/xscreensaver-demo.glade.h:92 -#: driver/xscreensaver-demo.glade2.h:44 +#: driver/xscreensaver-demo.glade2.h:66 msgid "_About..." msgstr "關於(_A)..." @@ -103,7 +108,7 @@ msgid "Display version information." msgstr "" #: driver/demo-Gtk-widgets.c:303 driver/xscreensaver-demo.glade.h:94 -#: driver/xscreensaver-demo.glade2.h:53 +#: driver/xscreensaver-demo.glade2.h:75 msgid "_Documentation..." msgstr "文件(_D)..." @@ -117,7 +122,7 @@ msgid "Cycle After" msgstr "彩色 Xterm" #: driver/demo-Gtk-widgets.c:364 driver/xscreensaver-demo.glade.h:78 -#: driver/xscreensaver-demo.glade2.h:42 +#: driver/xscreensaver-demo.glade2.h:54 msgid "Whether a password should be required to un-blank the screen." msgstr "還原畫面是否需要密碼。" @@ -133,24 +138,25 @@ msgstr "進入待命模式前的時間" #: driver/demo-Gtk-widgets.c:397 driver/demo-Gtk-widgets.c:447 #: driver/demo-Gtk-widgets.c:461 driver/demo-Gtk-widgets.c:1010 -#: driver/xscreensaver-demo.glade.h:43 driver/xscreensaver-demo.glade2.h:26 +#: driver/xscreensaver-demo.glade.h:43 msgid "How long before the monitor goes completely black." msgstr "畫面完全變黑前的時間。" #: driver/demo-Gtk-widgets.c:401 driver/demo-Gtk-widgets.c:413 #: driver/demo-Gtk-widgets.c:425 driver/demo-Gtk-widgets.c:1014 #: driver/demo-Gtk-widgets.c:1026 driver/demo-Gtk-widgets.c:1038 -#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:70 +#: driver/xscreensaver-demo.glade.h:99 driver/xscreensaver-demo.glade2.h:92 msgid "minutes" msgstr "分鐘" -#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2661 +#: driver/demo-Gtk-widgets.c:476 driver/demo-Gtk.c:2831 #: driver/xscreensaver-demo.glade.h:58 #, fuzzy msgid "Preview" msgstr "預覽(_P)" #: driver/demo-Gtk-widgets.c:484 driver/xscreensaver-demo.glade.h:21 +#: driver/xscreensaver-demo.glade2.h:12 msgid "" "Demo the selected screen saver in full-screen mode (click the mouse to " "return.)" @@ -162,6 +168,7 @@ msgid "Settings..." msgstr "設定(_S)..." #: driver/demo-Gtk-widgets.c:494 driver/xscreensaver-demo.glade.h:17 +#: driver/xscreensaver-demo.glade2.h:9 msgid "Customization and explanation of the selected screen saver." msgstr "" @@ -171,7 +178,7 @@ msgid "Mode:" msgstr "模式(_M):" #: driver/demo-Gtk-widgets.c:533 driver/xscreensaver-demo.glade.h:25 -#: driver/xscreensaver-demo.glade2.h:14 +#: driver/xscreensaver-demo.glade2.h:16 msgid "Disable Screen Saver" msgstr "不使用螢幕保護程式" @@ -181,21 +188,21 @@ msgid "Blank Screen Only" msgstr "畫面變黑" #: driver/demo-Gtk-widgets.c:539 driver/xscreensaver-demo.glade.h:56 -#: driver/xscreensaver-demo.glade2.h:32 +#: driver/xscreensaver-demo.glade2.h:42 msgid "Only One Screen Saver" msgstr "只使用一款螢幕保護程式" #: driver/demo-Gtk-widgets.c:542 driver/xscreensaver-demo.glade.h:60 -#: driver/xscreensaver-demo.glade2.h:35 +#: driver/xscreensaver-demo.glade2.h:44 msgid "Random Screen Saver" msgstr "隨機選取螢幕保護程式" -#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2034 +#: driver/demo-Gtk-widgets.c:565 driver/demo-Gtk.c:2120 #: driver/xscreensaver-demo.glade.h:75 msgid "Use" msgstr "使用" -#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2044 +#: driver/demo-Gtk-widgets.c:585 driver/demo-Gtk.c:2130 #: driver/xscreensaver-demo.glade.h:63 msgid "Screen Saver" msgstr "螢幕保護程式" @@ -206,6 +213,7 @@ msgid "\\/" msgstr "/" #: driver/demo-Gtk-widgets.c:646 driver/xscreensaver-demo.glade.h:61 +#: driver/xscreensaver-demo.glade2.h:45 msgid "" "Run the next screen saver in the list in full-screen mode (click the mouse " "to return.)" @@ -217,13 +225,14 @@ msgid "/\\" msgstr "/" #: driver/demo-Gtk-widgets.c:656 driver/xscreensaver-demo.glade.h:62 +#: driver/xscreensaver-demo.glade2.h:46 msgid "" "Run the previous screen saver in the list in full-screen mode (click the " "mouse to return.)" msgstr "" #: driver/demo-Gtk-widgets.c:658 driver/demo-Gtk-widgets.c:1601 -#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:11 +#: driver/xscreensaver-demo.glade.h:22 driver/xscreensaver-demo.glade2.h:13 msgid "Description" msgstr "描述" @@ -232,11 +241,12 @@ msgid "Display Modes" msgstr "顯示模式" #: driver/demo-Gtk-widgets.c:701 driver/xscreensaver-demo.glade.h:23 -#: driver/xscreensaver-demo.glade2.h:12 +#: driver/xscreensaver-demo.glade2.h:14 msgid "Diagnostics" msgstr "" #: driver/demo-Gtk-widgets.c:745 driver/xscreensaver-demo.glade.h:80 +#: driver/xscreensaver-demo.glade2.h:56 msgid "Whether the daemon should print lots of debugging information." msgstr "" @@ -245,6 +255,7 @@ msgid "Verbose Diagnostics" msgstr "" #: driver/demo-Gtk-widgets.c:762 driver/xscreensaver-demo.glade.h:79 +#: driver/xscreensaver-demo.glade2.h:55 #, fuzzy msgid "" "Whether any error output of the display modes should be redirected to the " @@ -257,6 +268,7 @@ msgid "Display Subprocess Errors" msgstr "顯示副程序錯誤訊息(_E)" #: driver/demo-Gtk-widgets.c:779 driver/xscreensaver-demo.glade.h:87 +#: driver/xscreensaver-demo.glade2.h:63 msgid "" "Whether the splash screen (with the version number and `Help' button) should " "be momentarily displayed when the daemon first starts up." @@ -273,6 +285,7 @@ msgid "Colormaps" msgstr "" #: driver/demo-Gtk-widgets.c:834 driver/xscreensaver-demo.glade.h:88 +#: driver/xscreensaver-demo.glade2.h:64 msgid "" "Whether to install a private colormap when running in 8-bit mode on the " "default Visual." @@ -283,6 +296,7 @@ msgid "Install Colormap" msgstr "" #: driver/demo-Gtk-widgets.c:859 driver/xscreensaver-demo.glade.h:86 +#: driver/xscreensaver-demo.glade2.h:62 msgid "" "Whether the screen should slowly fade to black when the screen saver " "activates." @@ -294,6 +308,7 @@ msgid "Fade To Black When Blanking" msgstr "啟用螢幕保護程式時畫面逐漸變黑(_B)" #: driver/demo-Gtk-widgets.c:876 driver/xscreensaver-demo.glade.h:85 +#: driver/xscreensaver-demo.glade2.h:61 msgid "" "Whether the screen should slowly fade in from black when the screen saver " "deactivates." @@ -310,20 +325,22 @@ msgid "Fade Duration" msgstr "變化時間" #: driver/demo-Gtk-widgets.c:922 driver/xscreensaver-demo.glade.h:44 +#: driver/xscreensaver-demo.glade2.h:31 msgid "How long it should take for the screen to fade in and out." msgstr "" #: driver/demo-Gtk-widgets.c:926 driver/xscreensaver-demo.glade.h:100 -#: driver/xscreensaver-demo.glade2.h:73 +#: driver/xscreensaver-demo.glade2.h:96 msgid "seconds" msgstr "秒" #: driver/demo-Gtk-widgets.c:936 driver/xscreensaver-demo.glade.h:27 -#: driver/xscreensaver-demo.glade2.h:15 +#: driver/xscreensaver-demo.glade2.h:17 msgid "Display Power Management" msgstr "" #: driver/demo-Gtk-widgets.c:980 driver/xscreensaver-demo.glade.h:84 +#: driver/xscreensaver-demo.glade2.h:60 msgid "Whether the monitor should be powered down after a while." msgstr "" @@ -346,21 +363,24 @@ msgid "Standby After" msgstr "進入待命模式前的時間" #: driver/demo-Gtk-widgets.c:1099 driver/xscreensaver-demo.glade.h:45 +#: driver/xscreensaver-demo.glade2.h:33 #, fuzzy msgid "How long until the monitor goes into power-saving mode." msgstr "畫面完全變黑前的時間。" #: driver/demo-Gtk-widgets.c:1113 driver/xscreensaver-demo.glade.h:46 +#: driver/xscreensaver-demo.glade2.h:34 #, fuzzy msgid "How long until the monitor powers down." msgstr "畫面完全變黑前的時間。" #: driver/demo-Gtk-widgets.c:1117 driver/xscreensaver-demo.glade.h:47 -#: driver/xscreensaver-demo.glade2.h:27 +#: driver/xscreensaver-demo.glade2.h:35 msgid "Image Manipulation" msgstr "圖像處理" #: driver/demo-Gtk-widgets.c:1161 driver/xscreensaver-demo.glade.h:81 +#: driver/xscreensaver-demo.glade2.h:57 msgid "" "Whether the image-manipulating modes should be allowed to operate on an " "image of your desktop." @@ -382,6 +402,7 @@ msgid "Grab Video Frames" msgstr "" #: driver/demo-Gtk-widgets.c:1195 driver/xscreensaver-demo.glade.h:83 +#: driver/xscreensaver-demo.glade2.h:59 msgid "" "Whether the image-manipulating modes should operate on random images loaded " "from disk." @@ -393,6 +414,7 @@ msgid "Choose Random Image:" msgstr "選擇隨機圖像(_C):" #: driver/demo-Gtk-widgets.c:1230 driver/xscreensaver-demo.glade.h:73 +#: driver/xscreensaver-demo.glade2.h:52 msgid "The directory from which images will be randomly chosen." msgstr "" @@ -411,12 +433,12 @@ msgid "XScreenSaver: Mode-Specific Settings" msgstr "" #: driver/demo-Gtk-widgets.c:1460 driver/xscreensaver-demo.glade.h:64 -#: driver/xscreensaver-demo.glade2.h:36 +#: driver/xscreensaver-demo.glade2.h:47 msgid "Settings" msgstr "設定" #: driver/demo-Gtk-widgets.c:1489 driver/xscreensaver-demo.glade.h:66 -#: driver/xscreensaver-demo.glade2.h:38 +#: driver/xscreensaver-demo.glade2.h:49 msgid "Standard" msgstr "標準" @@ -425,7 +447,7 @@ msgid "Visual:" msgstr "" #: driver/demo-Gtk-widgets.c:1544 driver/demo-Gtk-widgets.c:1567 -#: driver/demo-Gtk.c:1479 driver/demo-Gtk.c:2680 +#: driver/demo-Gtk.c:1518 driver/demo-Gtk.c:2850 #: driver/xscreensaver-demo.glade.h:5 driver/xscreensaver-demo.glade2.h:3 msgid "Any" msgstr "任選" @@ -436,42 +458,42 @@ msgid "Best" msgstr "" #: driver/demo-Gtk-widgets.c:1546 driver/xscreensaver-demo.glade.h:19 -#: driver/xscreensaver-demo.glade2.h:9 +#: driver/xscreensaver-demo.glade2.h:10 msgid "Default" msgstr "預設值" #: driver/demo-Gtk-widgets.c:1547 driver/xscreensaver-demo.glade.h:20 -#: driver/xscreensaver-demo.glade2.h:10 +#: driver/xscreensaver-demo.glade2.h:11 msgid "Default-N" msgstr "" #: driver/demo-Gtk-widgets.c:1548 driver/xscreensaver-demo.glade.h:37 -#: driver/xscreensaver-demo.glade2.h:21 +#: driver/xscreensaver-demo.glade2.h:23 msgid "GL" msgstr "GL" #: driver/demo-Gtk-widgets.c:1549 driver/xscreensaver-demo.glade.h:74 -#: driver/xscreensaver-demo.glade2.h:41 +#: driver/xscreensaver-demo.glade2.h:53 msgid "TrueColor" msgstr "全彩" #: driver/demo-Gtk-widgets.c:1550 driver/xscreensaver-demo.glade.h:59 -#: driver/xscreensaver-demo.glade2.h:34 +#: driver/xscreensaver-demo.glade2.h:43 msgid "PseudoColor" msgstr "PseudoColor" #: driver/demo-Gtk-widgets.c:1551 driver/xscreensaver-demo.glade.h:69 -#: driver/xscreensaver-demo.glade2.h:39 +#: driver/xscreensaver-demo.glade2.h:50 msgid "StaticGray" msgstr "" #: driver/demo-Gtk-widgets.c:1552 driver/xscreensaver-demo.glade.h:42 -#: driver/xscreensaver-demo.glade2.h:25 +#: driver/xscreensaver-demo.glade2.h:27 msgid "GrayScale" msgstr "灰階" #: driver/demo-Gtk-widgets.c:1553 driver/xscreensaver-demo.glade.h:24 -#: driver/xscreensaver-demo.glade2.h:13 +#: driver/xscreensaver-demo.glade2.h:15 msgid "DirectColor" msgstr "DirectColor" @@ -481,12 +503,12 @@ msgid "Color" msgstr "顏色" #: driver/demo-Gtk-widgets.c:1555 driver/xscreensaver-demo.glade.h:41 -#: driver/xscreensaver-demo.glade2.h:24 +#: driver/xscreensaver-demo.glade2.h:26 msgid "Gray" msgstr "灰" #: driver/demo-Gtk-widgets.c:1556 driver/xscreensaver-demo.glade.h:53 -#: driver/xscreensaver-demo.glade2.h:29 +#: driver/xscreensaver-demo.glade2.h:37 msgid "Mono" msgstr "單色" @@ -527,7 +549,7 @@ msgstr "標準" msgid "Back to the graphical configuration options." msgstr "" -#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:688 +#: driver/demo-Gtk-widgets.c:1703 driver/demo-Gtk.c:727 #: driver/xscreensaver-demo.glade.h:54 msgid "OK" msgstr "" @@ -537,28 +559,18 @@ msgstr "" msgid "Cancel" msgstr "平靜" -#: driver/demo-Gtk.c:601 +#: driver/demo-Gtk.c:632 msgid "For updates, check http://www.jwz.org/xscreensaver/" msgstr "" -#: driver/demo-Gtk.c:608 -#, c-format -msgid "Copyright © 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:610 -#, c-format -msgid "Copyright 1991-2002 %s" -msgstr "" - -#: driver/demo-Gtk.c:726 +#: driver/demo-Gtk.c:765 msgid "" "Error:\n" "\n" "No Help URL has been specified.\n" msgstr "" -#: driver/demo-Gtk.c:812 +#: driver/demo-Gtk.c:851 msgid "" "Error:\n" "\n" @@ -566,7 +578,7 @@ msgid "" "\n" msgstr "" -#: driver/demo-Gtk.c:818 +#: driver/demo-Gtk.c:857 msgid "" "You are running as root. This usually means that xscreensaver\n" "was unable to contact your X server because access control is\n" @@ -585,18 +597,18 @@ msgid "" "normal user, and `su' as necessary." msgstr "" -#: driver/demo-Gtk.c:834 +#: driver/demo-Gtk.c:873 msgid "Please check your $PATH and permissions." msgstr "" -#: driver/demo-Gtk.c:869 +#: driver/demo-Gtk.c:908 msgid "" "Error:\n" "\n" "Couldn't determine init file name!\n" msgstr "" -#: driver/demo-Gtk.c:874 +#: driver/demo-Gtk.c:913 #, c-format msgid "" "Error:\n" @@ -604,14 +616,14 @@ msgid "" "Couldn't write %s\n" msgstr "" -#: driver/demo-Gtk.c:933 +#: driver/demo-Gtk.c:972 msgid "" "Error:\n" "\n" "no `manualCommand' resource set." msgstr "" -#: driver/demo-Gtk.c:1114 +#: driver/demo-Gtk.c:1153 #, c-format msgid "" "Error:\n" @@ -619,7 +631,7 @@ msgid "" "Unparsable time format: \"%s\"\n" msgstr "" -#: driver/demo-Gtk.c:1779 +#: driver/demo-Gtk.c:1818 #, c-format msgid "" "Error:\n" @@ -627,25 +639,25 @@ msgid "" "Directory does not exist: \"%s\"\n" msgstr "" -#: driver/demo-Gtk.c:2376 +#: driver/demo-Gtk.c:2532 msgid "Descriptions not available: no XML support compiled in." msgstr "" -#: driver/demo-Gtk.c:2381 +#: driver/demo-Gtk.c:2537 msgid "No description available." msgstr "" -#: driver/demo-Gtk.c:2632 +#: driver/demo-Gtk.c:2802 #, fuzzy msgid "Blank Screen" msgstr "畫面變黑" -#: driver/demo-Gtk.c:2638 +#: driver/demo-Gtk.c:2808 #, fuzzy msgid "Screen Saver Disabled" msgstr "螢幕保護程式" -#: driver/demo-Gtk.c:2798 +#: driver/demo-Gtk.c:2996 #, c-format msgid "" "Warning:\n" @@ -653,16 +665,24 @@ msgid "" "file \"%s\" has changed, reloading.\n" msgstr "" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 #, fuzzy msgid "No Preview" msgstr "預覽(_P)" -#: driver/demo-Gtk.c:2875 +#: driver/demo-Gtk.c:3078 msgid "Available" msgstr "" -#: driver/demo-Gtk.c:3543 +#: driver/demo-Gtk.c:3079 +msgid "Not" +msgstr "" + +#: driver/demo-Gtk.c:3079 +msgid "Installed" +msgstr "" + +#: driver/demo-Gtk.c:3780 #, c-format msgid "" "Warning:\n" @@ -671,7 +691,7 @@ msgid "" "on display \"%s\". Launch it now?" msgstr "" -#: driver/demo-Gtk.c:3553 +#: driver/demo-Gtk.c:3790 #, c-format msgid "" "Warning:\n" @@ -690,7 +710,7 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3578 +#: driver/demo-Gtk.c:3815 #, c-format msgid "" "Warning:\n" @@ -706,7 +726,7 @@ msgid "" "Restart the daemon on \"%s\" as \"%s\" now?\n" msgstr "" -#: driver/demo-Gtk.c:3600 +#: driver/demo-Gtk.c:3837 #, c-format msgid "" "Warning:\n" @@ -718,14 +738,19 @@ msgid "" "Restart the xscreensaver daemon now?\n" msgstr "" -#: driver/demo-Gtk.c:3999 +#: driver/demo-Gtk.c:4272 #, c-format msgid "%s: unknown option: %s\n" msgstr "" +#: driver/demo-Gtk.c:4335 +#, fuzzy +msgid "Screensaver Preferences" +msgstr "螢幕保護程式" + #: driver/screensaver-properties.desktop.in.h:1 -msgid "Configure the settings of the screensaver." -msgstr "更改螢幕保護程式的設定。" +msgid "Change screensaver properties" +msgstr "" #: driver/screensaver-properties.desktop.in.h:2 msgid "Screensaver" @@ -744,159 +769,190 @@ msgstr "" msgid "Choose _Random Image:" msgstr "選擇隨機圖像(_C):" -#: driver/xscreensaver-demo.glade2.h:16 +#: driver/xscreensaver-demo.glade2.h:18 #, fuzzy msgid "Display Subprocess _Errors" msgstr "顯示副程序錯誤訊息(_E)" -#: driver/xscreensaver-demo.glade2.h:17 +#: driver/xscreensaver-demo.glade2.h:19 #, fuzzy msgid "Display _Splash Screen at Startup" msgstr "不使用螢幕保護程式" -#: driver/xscreensaver-demo.glade2.h:18 +#: driver/xscreensaver-demo.glade2.h:20 #, fuzzy msgid "F_ade Duration" msgstr "變化時間" -#: driver/xscreensaver-demo.glade2.h:19 +#: driver/xscreensaver-demo.glade2.h:21 #, fuzzy msgid "Fade from Black When _Unblanking" msgstr "啟用螢幕保護程式時畫面逐漸變黑(_B)" -#: driver/xscreensaver-demo.glade2.h:20 +#: driver/xscreensaver-demo.glade2.h:22 #, fuzzy msgid "Fade to Black when _Blanking" msgstr "啟用螢幕保護程式時畫面逐漸變黑(_B)" -#: driver/xscreensaver-demo.glade2.h:22 +#: driver/xscreensaver-demo.glade2.h:24 #, fuzzy msgid "Grab Desktop _Images" msgstr "擷取畫面圖像(_D)" -#: driver/xscreensaver-demo.glade2.h:23 +#: driver/xscreensaver-demo.glade2.h:25 msgid "Grab _Video Frames" msgstr "" #: driver/xscreensaver-demo.glade2.h:28 -msgid "Install _Colormap" +msgid "How long after the screen blanks until a password will be required." msgstr "" +#: driver/xscreensaver-demo.glade2.h:29 +#, fuzzy +msgid "How long before the screensaver activates." +msgstr "畫面完全變黑前的時間。" + #: driver/xscreensaver-demo.glade2.h:30 +msgid "" +"How long each display mode should run before choosing a new one (in Random " +"mode.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:32 +#, fuzzy +msgid "How long until the monitor goes completely black." +msgstr "畫面完全變黑前的時間。" + +#: driver/xscreensaver-demo.glade2.h:36 +msgid "Install _Colormap" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:38 #, fuzzy msgid "" "No Preview\n" "Available" msgstr "預覽(_P)" -#: driver/xscreensaver-demo.glade2.h:33 -#, fuzzy -msgid "Preview of screen saver" -msgstr "不使用螢幕保護程式" +#: driver/xscreensaver-demo.glade2.h:40 +msgid "" +"Not\n" +"Installed" +msgstr "" -#: driver/xscreensaver-demo.glade2.h:37 +#: driver/xscreensaver-demo.glade2.h:48 #, fuzzy msgid "Stand_by After" msgstr "進入待命模式前的時間" -#: driver/xscreensaver-demo.glade2.h:40 +#: driver/xscreensaver-demo.glade2.h:51 #, fuzzy msgid "Sus_pend After" msgstr "進入待命模式前的時間" -#: driver/xscreensaver-demo.glade2.h:45 +#: driver/xscreensaver-demo.glade2.h:58 +msgid "" +"Whether the image-manipulating modes should operate on images captured from " +"the system's video input (if there is one.)" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:67 #, fuzzy msgid "_Advanced" msgstr "進階" -#: driver/xscreensaver-demo.glade2.h:46 +#: driver/xscreensaver-demo.glade2.h:68 #, fuzzy msgid "_Advanced >>" msgstr "進階" -#: driver/xscreensaver-demo.glade2.h:47 +#: driver/xscreensaver-demo.glade2.h:69 #, fuzzy msgid "_Blank After" msgstr "進入待命模式前的時間" -#: driver/xscreensaver-demo.glade2.h:49 +#: driver/xscreensaver-demo.glade2.h:71 #, fuzzy msgid "_Browse" msgstr "瀏覽(_B)" -#: driver/xscreensaver-demo.glade2.h:50 +#: driver/xscreensaver-demo.glade2.h:72 #, fuzzy msgid "_Command Line:" msgstr "指令列:" -#: driver/xscreensaver-demo.glade2.h:51 +#: driver/xscreensaver-demo.glade2.h:73 #, fuzzy msgid "_Cycle After" msgstr "彩色 Xterm" -#: driver/xscreensaver-demo.glade2.h:52 +#: driver/xscreensaver-demo.glade2.h:74 #, fuzzy msgid "_Display Modes" msgstr "顯示模式" -#: driver/xscreensaver-demo.glade2.h:57 +#: driver/xscreensaver-demo.glade2.h:79 #, fuzzy msgid "_Lock Screen After" msgstr "鎖定畫面" -#: driver/xscreensaver-demo.glade2.h:59 +#: driver/xscreensaver-demo.glade2.h:81 #, fuzzy msgid "_Mode:" msgstr "模式(_M):" -#: driver/xscreensaver-demo.glade2.h:60 +#: driver/xscreensaver-demo.glade2.h:82 #, fuzzy msgid "_Off After" msgstr "關閉前的時間" -#: driver/xscreensaver-demo.glade2.h:61 +#: driver/xscreensaver-demo.glade2.h:83 #, fuzzy msgid "_Power Management Enabled" msgstr "啟用電源管理(_P)" -#: driver/xscreensaver-demo.glade2.h:62 +#: driver/xscreensaver-demo.glade2.h:84 #, fuzzy msgid "_Preview" msgstr "預覽(_P)" -#: driver/xscreensaver-demo.glade2.h:63 +#: driver/xscreensaver-demo.glade2.h:85 #, fuzzy msgid "_Quit" msgstr "離開(_Q)" -#: driver/xscreensaver-demo.glade2.h:65 +#: driver/xscreensaver-demo.glade2.h:87 #, fuzzy msgid "_Settings..." msgstr "設定(_S)..." -#: driver/xscreensaver-demo.glade2.h:66 +#: driver/xscreensaver-demo.glade2.h:88 #, fuzzy msgid "_Standard <<" msgstr "標準" -#: driver/xscreensaver-demo.glade2.h:67 -msgid "_Verbose Dialognostics" +#: driver/xscreensaver-demo.glade2.h:89 +msgid "_Verbose Diagnostics" msgstr "" -#: driver/xscreensaver-demo.glade2.h:68 +#: driver/xscreensaver-demo.glade2.h:90 msgid "_Visual:" msgstr "" -#: driver/xscreensaver-demo.glade2.h:69 +#: driver/xscreensaver-demo.glade2.h:91 msgid "dialog1" msgstr "" -#: driver/xscreensaver-demo.glade2.h:71 +#: driver/xscreensaver-demo.glade2.h:93 #, fuzzy msgid "no preview" msgstr "預覽(_P)" -#: driver/xscreensaver-demo.glade2.h:72 +#: driver/xscreensaver-demo.glade2.h:94 +msgid "not installed" +msgstr "" + +#: driver/xscreensaver-demo.glade2.h:95 #, fuzzy msgid "preview" msgstr "預覽(_P)" @@ -910,85 +966,95 @@ msgstr "魔鬼" msgid "Arms" msgstr "" -#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:5 +#: hacks/config/anemone.xml.h:3 hacks/config/ant.xml.h:6 #: hacks/config/apollonian.xml.h:5 hacks/config/atlantis.xml.h:4 -#: hacks/config/attraction.xml.h:8 hacks/config/blaster.xml.h:3 -#: hacks/config/blitspin.xml.h:4 hacks/config/bouboule.xml.h:3 +#: hacks/config/attraction.xml.h:8 hacks/config/atunnel.xml.h:3 +#: hacks/config/barcode.xml.h:4 hacks/config/blaster.xml.h:3 +#: hacks/config/blitspin.xml.h:4 hacks/config/blocktube.xml.h:4 +#: hacks/config/bouboule.xml.h:3 hacks/config/bouncingcow.xml.h:6 #: hacks/config/boxed.xml.h:4 hacks/config/braid.xml.h:4 #: hacks/config/bubble3d.xml.h:3 hacks/config/bubbles.xml.h:8 #: hacks/config/bumps.xml.h:3 hacks/config/cage.xml.h:2 -#: hacks/config/circuit.xml.h:4 hacks/config/compass.xml.h:3 -#: hacks/config/coral.xml.h:7 hacks/config/critical.xml.h:3 -#: hacks/config/crystal.xml.h:6 hacks/config/cubenetic.xml.h:8 +#: hacks/config/circuit.xml.h:4 hacks/config/cloudlife.xml.h:3 +#: hacks/config/compass.xml.h:3 hacks/config/coral.xml.h:7 +#: hacks/config/critical.xml.h:3 hacks/config/crystal.xml.h:6 +#: hacks/config/cubenetic.xml.h:8 hacks/config/cubestorm.xml.h:4 #: hacks/config/cynosure.xml.h:4 hacks/config/dangerball.xml.h:3 #: hacks/config/decayscreen.xml.h:2 hacks/config/deluxe.xml.h:4 #: hacks/config/demon.xml.h:4 hacks/config/discrete.xml.h:2 #: hacks/config/distort.xml.h:4 hacks/config/drift.xml.h:3 -#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:3 -#: hacks/config/epicycle.xml.h:5 hacks/config/euler2d.xml.h:3 -#: hacks/config/extrusion.xml.h:3 hacks/config/fadeplot.xml.h:4 -#: hacks/config/flag.xml.h:2 hacks/config/flame.xml.h:6 -#: hacks/config/flipscreen3d.xml.h:1 hacks/config/flow.xml.h:4 -#: hacks/config/fluidballs.xml.h:3 hacks/config/forest.xml.h:1 +#: hacks/config/endgame.xml.h:3 hacks/config/engine.xml.h:8 +#: hacks/config/epicycle.xml.h:5 hacks/config/eruption.xml.h:5 +#: hacks/config/euler2d.xml.h:3 hacks/config/extrusion.xml.h:3 +#: hacks/config/fadeplot.xml.h:4 hacks/config/flag.xml.h:2 +#: hacks/config/flame.xml.h:6 hacks/config/flipscreen3d.xml.h:1 +#: hacks/config/flow.xml.h:4 hacks/config/fluidballs.xml.h:5 +#: hacks/config/flyingtoasters.xml.h:5 hacks/config/forest.xml.h:1 #: hacks/config/galaxy.xml.h:3 hacks/config/gears.xml.h:2 -#: hacks/config/gflux.xml.h:6 hacks/config/glforestfire.xml.h:4 -#: hacks/config/glplanet.xml.h:2 hacks/config/glsnake.xml.h:5 -#: hacks/config/gltext.xml.h:3 hacks/config/goop.xml.h:4 -#: hacks/config/grav.xml.h:2 hacks/config/greynetic.xml.h:1 -#: hacks/config/halo.xml.h:2 hacks/config/hopalong.xml.h:9 -#: hacks/config/hyperball.xml.h:2 hacks/config/hypercube.xml.h:2 +#: hacks/config/gflux.xml.h:6 hacks/config/glblur.xml.h:4 +#: hacks/config/glforestfire.xml.h:4 hacks/config/glknots.xml.h:3 +#: hacks/config/glmatrix.xml.h:8 hacks/config/glplanet.xml.h:2 +#: hacks/config/glsnake.xml.h:5 hacks/config/gltext.xml.h:3 +#: hacks/config/goop.xml.h:4 hacks/config/grav.xml.h:2 +#: hacks/config/greynetic.xml.h:1 hacks/config/halo.xml.h:2 +#: hacks/config/hopalong.xml.h:9 hacks/config/hyperball.xml.h:2 +#: hacks/config/hypercube.xml.h:2 hacks/config/hypertorus.xml.h:6 #: hacks/config/ifs.xml.h:1 hacks/config/interference.xml.h:5 -#: hacks/config/jigsaw.xml.h:3 hacks/config/juggle.xml.h:3 -#: hacks/config/julia.xml.h:2 hacks/config/kaleidescope.xml.h:2 +#: hacks/config/jigglypuff.xml.h:6 hacks/config/jigsaw.xml.h:3 +#: hacks/config/juggle.xml.h:3 hacks/config/julia.xml.h:2 +#: hacks/config/kaleidescope.xml.h:2 hacks/config/klein.xml.h:2 #: hacks/config/kumppa.xml.h:3 hacks/config/lament.xml.h:2 #: hacks/config/laser.xml.h:3 hacks/config/lavalite.xml.h:10 #: hacks/config/lightning.xml.h:1 hacks/config/lisa.xml.h:2 #: hacks/config/lissie.xml.h:3 hacks/config/lmorph.xml.h:3 #: hacks/config/loop.xml.h:1 hacks/config/maze.xml.h:4 -#: hacks/config/menger.xml.h:3 hacks/config/moebius.xml.h:3 -#: hacks/config/moire2.xml.h:2 hacks/config/molecule.xml.h:10 -#: hacks/config/morph3d.xml.h:3 hacks/config/mountain.xml.h:2 -#: hacks/config/munch.xml.h:3 hacks/config/nerverot.xml.h:9 -#: hacks/config/penetrate.xml.h:3 hacks/config/penrose.xml.h:6 -#: hacks/config/petri.xml.h:5 hacks/config/phosphor.xml.h:3 +#: hacks/config/menger.xml.h:3 hacks/config/metaballs.xml.h:4 +#: hacks/config/moebius.xml.h:3 hacks/config/moire2.xml.h:2 +#: hacks/config/molecule.xml.h:10 hacks/config/morph3d.xml.h:3 +#: hacks/config/mountain.xml.h:2 hacks/config/munch.xml.h:3 +#: hacks/config/nerverot.xml.h:9 hacks/config/penetrate.xml.h:3 +#: hacks/config/penrose.xml.h:6 hacks/config/petri.xml.h:5 +#: hacks/config/phosphor.xml.h:3 hacks/config/piecewise.xml.h:4 #: hacks/config/pipes.xml.h:5 hacks/config/polyominoes.xml.h:2 -#: hacks/config/pulsar.xml.h:11 hacks/config/pyro.xml.h:4 -#: hacks/config/qix.xml.h:7 hacks/config/queens.xml.h:1 -#: hacks/config/rd-bomb.xml.h:9 hacks/config/ripples.xml.h:4 -#: hacks/config/rocks.xml.h:4 hacks/config/rotor.xml.h:3 -#: hacks/config/rubik.xml.h:3 hacks/config/sballs.xml.h:4 -#: hacks/config/shadebobs.xml.h:3 hacks/config/sierpinski.xml.h:2 -#: hacks/config/sierpinski3d.xml.h:2 hacks/config/slidescreen.xml.h:2 -#: hacks/config/slip.xml.h:2 hacks/config/speedmine.xml.h:3 -#: hacks/config/sphere.xml.h:2 hacks/config/spheremonics.xml.h:5 -#: hacks/config/spiral.xml.h:3 hacks/config/spotlight.xml.h:2 -#: hacks/config/sproingies.xml.h:2 hacks/config/squiral.xml.h:4 -#: hacks/config/stairs.xml.h:1 hacks/config/starfish.xml.h:3 -#: hacks/config/starwars.xml.h:6 hacks/config/strange.xml.h:2 -#: hacks/config/superquadrics.xml.h:3 hacks/config/swirl.xml.h:2 -#: hacks/config/t3d.xml.h:6 hacks/config/thornbird.xml.h:2 -#: hacks/config/triangle.xml.h:1 hacks/config/truchet.xml.h:1 -#: hacks/config/twang.xml.h:3 hacks/config/vines.xml.h:1 -#: hacks/config/webcollage.xml.h:4 hacks/config/worm.xml.h:3 -#: hacks/config/xearth.xml.h:7 hacks/config/xfishtank.xml.h:3 -#: hacks/config/xflame.xml.h:4 hacks/config/xjack.xml.h:1 -#: hacks/config/xmatrix.xml.h:5 hacks/config/xmountains.xml.h:1 -#: hacks/config/xrayswarm.xml.h:2 hacks/config/zoom.xml.h:2 +#: hacks/config/popsquares.xml.h:3 hacks/config/pulsar.xml.h:11 +#: hacks/config/pyro.xml.h:4 hacks/config/qix.xml.h:7 +#: hacks/config/queens.xml.h:1 hacks/config/rd-bomb.xml.h:9 +#: hacks/config/ripples.xml.h:4 hacks/config/rocks.xml.h:4 +#: hacks/config/rotor.xml.h:3 hacks/config/rubik.xml.h:3 +#: hacks/config/sballs.xml.h:4 hacks/config/shadebobs.xml.h:3 +#: hacks/config/sierpinski.xml.h:2 hacks/config/sierpinski3d.xml.h:2 +#: hacks/config/slidescreen.xml.h:2 hacks/config/slip.xml.h:2 +#: hacks/config/speedmine.xml.h:3 hacks/config/sphere.xml.h:2 +#: hacks/config/spheremonics.xml.h:5 hacks/config/spiral.xml.h:3 +#: hacks/config/spotlight.xml.h:2 hacks/config/sproingies.xml.h:2 +#: hacks/config/squiral.xml.h:4 hacks/config/stairs.xml.h:1 +#: hacks/config/starfish.xml.h:3 hacks/config/starwars.xml.h:6 +#: hacks/config/strange.xml.h:2 hacks/config/superquadrics.xml.h:4 +#: hacks/config/swirl.xml.h:2 hacks/config/t3d.xml.h:6 +#: hacks/config/thornbird.xml.h:2 hacks/config/triangle.xml.h:1 +#: hacks/config/truchet.xml.h:1 hacks/config/twang.xml.h:3 +#: hacks/config/vines.xml.h:1 hacks/config/webcollage.xml.h:4 +#: hacks/config/worm.xml.h:3 hacks/config/xearth.xml.h:7 +#: hacks/config/xfishtank.xml.h:3 hacks/config/xflame.xml.h:4 +#: hacks/config/xjack.xml.h:1 hacks/config/xmatrix.xml.h:5 +#: hacks/config/xmountains.xml.h:1 hacks/config/xrayswarm.xml.h:2 +#: hacks/config/zoom.xml.h:2 msgid "Fast" msgstr "快" #: hacks/config/anemone.xml.h:4 hacks/config/blaster.xml.h:4 #: hacks/config/bouboule.xml.h:4 hacks/config/coral.xml.h:8 -#: hacks/config/cubenetic.xml.h:9 hacks/config/euler2d.xml.h:4 -#: hacks/config/flame.xml.h:7 hacks/config/fluidballs.xml.h:4 -#: hacks/config/kaleidescope.xml.h:3 hacks/config/lisa.xml.h:3 -#: hacks/config/pedal.xml.h:4 hacks/config/petri.xml.h:7 -#: hacks/config/qix.xml.h:8 hacks/config/thornbird.xml.h:3 -#: hacks/config/whirlwindwarp.xml.h:1 hacks/config/xfishtank.xml.h:4 +#: hacks/config/cubenetic.xml.h:9 hacks/config/eruption.xml.h:6 +#: hacks/config/euler2d.xml.h:4 hacks/config/flame.xml.h:7 +#: hacks/config/fluidballs.xml.h:6 hacks/config/kaleidescope.xml.h:3 +#: hacks/config/lisa.xml.h:3 hacks/config/pedal.xml.h:4 +#: hacks/config/petri.xml.h:7 hacks/config/qix.xml.h:8 +#: hacks/config/thornbird.xml.h:3 hacks/config/whirlwindwarp.xml.h:1 +#: hacks/config/xfishtank.xml.h:4 msgid "Few" msgstr "少" -#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:8 +#: hacks/config/anemone.xml.h:5 hacks/config/ant.xml.h:9 #: hacks/config/apollonian.xml.h:7 hacks/config/attraction.xml.h:18 #: hacks/config/blaster.xml.h:6 hacks/config/bouboule.xml.h:5 #: hacks/config/braid.xml.h:7 hacks/config/coral.xml.h:9 @@ -997,17 +1063,18 @@ msgstr "少" #: hacks/config/deco.xml.h:5 hacks/config/deluxe.xml.h:6 #: hacks/config/demon.xml.h:6 hacks/config/discrete.xml.h:4 #: hacks/config/drift.xml.h:9 hacks/config/epicycle.xml.h:8 -#: hacks/config/euler2d.xml.h:8 hacks/config/fadeplot.xml.h:6 -#: hacks/config/flag.xml.h:5 hacks/config/flame.xml.h:11 -#: hacks/config/flow.xml.h:8 hacks/config/fluidballs.xml.h:13 -#: hacks/config/forest.xml.h:3 hacks/config/galaxy.xml.h:6 -#: hacks/config/grav.xml.h:4 hacks/config/halo.xml.h:4 -#: hacks/config/hopalong.xml.h:15 hacks/config/ifs.xml.h:3 -#: hacks/config/imsmap.xml.h:9 hacks/config/interference.xml.h:11 -#: hacks/config/julia.xml.h:6 hacks/config/kaleidescope.xml.h:5 -#: hacks/config/laser.xml.h:6 hacks/config/lightning.xml.h:3 -#: hacks/config/lisa.xml.h:5 hacks/config/lissie.xml.h:6 -#: hacks/config/loop.xml.h:4 hacks/config/moire.xml.h:5 +#: hacks/config/eruption.xml.h:12 hacks/config/euler2d.xml.h:8 +#: hacks/config/fadeplot.xml.h:6 hacks/config/flag.xml.h:5 +#: hacks/config/flame.xml.h:11 hacks/config/flow.xml.h:8 +#: hacks/config/fluidballs.xml.h:13 hacks/config/forest.xml.h:3 +#: hacks/config/galaxy.xml.h:6 hacks/config/grav.xml.h:4 +#: hacks/config/halo.xml.h:4 hacks/config/hopalong.xml.h:15 +#: hacks/config/ifs.xml.h:3 hacks/config/imsmap.xml.h:9 +#: hacks/config/interference.xml.h:11 hacks/config/julia.xml.h:6 +#: hacks/config/kaleidescope.xml.h:5 hacks/config/laser.xml.h:6 +#: hacks/config/lightning.xml.h:3 hacks/config/lisa.xml.h:5 +#: hacks/config/lissie.xml.h:6 hacks/config/loop.xml.h:4 +#: hacks/config/metaballs.xml.h:6 hacks/config/moire.xml.h:5 #: hacks/config/moire2.xml.h:3 hacks/config/mountain.xml.h:4 #: hacks/config/nerverot.xml.h:15 hacks/config/pedal.xml.h:6 #: hacks/config/penrose.xml.h:7 hacks/config/petri.xml.h:11 @@ -1025,111 +1092,131 @@ msgstr "少" msgid "Many" msgstr "多" -#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:10 +#: hacks/config/anemone.xml.h:6 hacks/config/ant.xml.h:11 #: hacks/config/apollonian.xml.h:8 hacks/config/attraction.xml.h:19 #: hacks/config/bouboule.xml.h:6 hacks/config/braid.xml.h:9 #: hacks/config/critical.xml.h:5 hacks/config/crystal.xml.h:10 #: hacks/config/cynosure.xml.h:7 hacks/config/deco.xml.h:8 #: hacks/config/deluxe.xml.h:7 hacks/config/demon.xml.h:7 #: hacks/config/discrete.xml.h:6 hacks/config/drift.xml.h:10 -#: hacks/config/epicycle.xml.h:9 hacks/config/euler2d.xml.h:9 -#: hacks/config/fadeplot.xml.h:7 hacks/config/flag.xml.h:6 -#: hacks/config/flame.xml.h:12 hacks/config/flow.xml.h:9 -#: hacks/config/forest.xml.h:4 hacks/config/galaxy.xml.h:7 -#: hacks/config/grav.xml.h:5 hacks/config/halo.xml.h:6 -#: hacks/config/hopalong.xml.h:17 hacks/config/ifs.xml.h:4 -#: hacks/config/imsmap.xml.h:10 hacks/config/interference.xml.h:12 -#: hacks/config/julia.xml.h:7 hacks/config/laser.xml.h:8 -#: hacks/config/lightning.xml.h:4 hacks/config/lisa.xml.h:6 -#: hacks/config/lissie.xml.h:7 hacks/config/loop.xml.h:5 +#: hacks/config/epicycle.xml.h:9 hacks/config/eruption.xml.h:14 +#: hacks/config/euler2d.xml.h:9 hacks/config/fadeplot.xml.h:7 +#: hacks/config/flag.xml.h:6 hacks/config/flame.xml.h:12 +#: hacks/config/flow.xml.h:9 hacks/config/forest.xml.h:4 +#: hacks/config/galaxy.xml.h:7 hacks/config/grav.xml.h:5 +#: hacks/config/halo.xml.h:6 hacks/config/hopalong.xml.h:17 +#: hacks/config/ifs.xml.h:4 hacks/config/imsmap.xml.h:10 +#: hacks/config/interference.xml.h:12 hacks/config/julia.xml.h:7 +#: hacks/config/laser.xml.h:8 hacks/config/lightning.xml.h:4 +#: hacks/config/lisa.xml.h:6 hacks/config/lissie.xml.h:7 +#: hacks/config/loop.xml.h:5 hacks/config/metaballs.xml.h:10 #: hacks/config/moire.xml.h:7 hacks/config/moire2.xml.h:5 #: hacks/config/mountain.xml.h:6 hacks/config/penrose.xml.h:8 -#: hacks/config/polyominoes.xml.h:6 hacks/config/rd-bomb.xml.h:13 -#: hacks/config/rocks.xml.h:6 hacks/config/rotor.xml.h:7 -#: hacks/config/shadebobs.xml.h:6 hacks/config/sierpinski.xml.h:5 -#: hacks/config/slip.xml.h:5 hacks/config/sphere.xml.h:4 -#: hacks/config/spiral.xml.h:8 hacks/config/squiral.xml.h:10 -#: hacks/config/starfish.xml.h:6 hacks/config/strange.xml.h:6 -#: hacks/config/swirl.xml.h:5 hacks/config/thornbird.xml.h:5 -#: hacks/config/triangle.xml.h:4 hacks/config/vines.xml.h:3 -#: hacks/config/worm.xml.h:5 hacks/config/xearth.xml.h:17 -#: hacks/config/xfishtank.xml.h:9 +#: hacks/config/polyominoes.xml.h:6 hacks/config/popsquares.xml.h:4 +#: hacks/config/rd-bomb.xml.h:13 hacks/config/rocks.xml.h:6 +#: hacks/config/rotor.xml.h:7 hacks/config/shadebobs.xml.h:6 +#: hacks/config/sierpinski.xml.h:5 hacks/config/slip.xml.h:5 +#: hacks/config/sphere.xml.h:4 hacks/config/spiral.xml.h:8 +#: hacks/config/squiral.xml.h:10 hacks/config/starfish.xml.h:6 +#: hacks/config/strange.xml.h:6 hacks/config/swirl.xml.h:5 +#: hacks/config/thornbird.xml.h:5 hacks/config/triangle.xml.h:4 +#: hacks/config/vines.xml.h:3 hacks/config/worm.xml.h:5 +#: hacks/config/xearth.xml.h:17 hacks/config/xfishtank.xml.h:9 msgid "Number of Colors" msgstr "顏色的數目" -#: hacks/config/anemone.xml.h:7 hacks/config/ant.xml.h:14 +#: hacks/config/anemone.xml.h:7 hacks/config/pyro.xml.h:8 +msgid "Often" +msgstr "經常" + +#: hacks/config/anemone.xml.h:8 +msgid "Rarely" +msgstr "" + +#: hacks/config/anemone.xml.h:9 hacks/config/ant.xml.h:15 #: hacks/config/apollonian.xml.h:11 hacks/config/atlantis.xml.h:13 -#: hacks/config/attraction.xml.h:26 hacks/config/blaster.xml.h:8 -#: hacks/config/blitspin.xml.h:7 hacks/config/bouboule.xml.h:8 +#: hacks/config/attraction.xml.h:26 hacks/config/atunnel.xml.h:6 +#: hacks/config/barcode.xml.h:6 hacks/config/blaster.xml.h:8 +#: hacks/config/blitspin.xml.h:7 hacks/config/blocktube.xml.h:9 +#: hacks/config/bouboule.xml.h:8 hacks/config/bouncingcow.xml.h:10 #: hacks/config/boxed.xml.h:6 hacks/config/braid.xml.h:11 #: hacks/config/bubble3d.xml.h:5 hacks/config/bubbles.xml.h:10 #: hacks/config/bumps.xml.h:4 hacks/config/cage.xml.h:4 -#: hacks/config/circuit.xml.h:10 hacks/config/compass.xml.h:4 -#: hacks/config/coral.xml.h:12 hacks/config/critical.xml.h:6 -#: hacks/config/crystal.xml.h:11 hacks/config/cubenetic.xml.h:22 +#: hacks/config/circuit.xml.h:10 hacks/config/cloudlife.xml.h:11 +#: hacks/config/compass.xml.h:4 hacks/config/coral.xml.h:12 +#: hacks/config/critical.xml.h:6 hacks/config/crystal.xml.h:11 +#: hacks/config/cubenetic.xml.h:22 hacks/config/cubestorm.xml.h:8 #: hacks/config/cynosure.xml.h:9 hacks/config/dangerball.xml.h:5 #: hacks/config/decayscreen.xml.h:17 hacks/config/deluxe.xml.h:8 #: hacks/config/demon.xml.h:8 hacks/config/discrete.xml.h:7 #: hacks/config/distort.xml.h:11 hacks/config/drift.xml.h:12 -#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:5 -#: hacks/config/epicycle.xml.h:10 hacks/config/euler2d.xml.h:14 -#: hacks/config/extrusion.xml.h:11 hacks/config/fadeplot.xml.h:8 -#: hacks/config/flag.xml.h:7 hacks/config/flame.xml.h:14 -#: hacks/config/flipscreen3d.xml.h:6 hacks/config/flow.xml.h:13 -#: hacks/config/fluidballs.xml.h:18 hacks/config/forest.xml.h:5 +#: hacks/config/endgame.xml.h:5 hacks/config/engine.xml.h:15 +#: hacks/config/epicycle.xml.h:10 hacks/config/eruption.xml.h:19 +#: hacks/config/euler2d.xml.h:14 hacks/config/extrusion.xml.h:11 +#: hacks/config/fadeplot.xml.h:8 hacks/config/flag.xml.h:7 +#: hacks/config/flame.xml.h:14 hacks/config/flipscreen3d.xml.h:6 +#: hacks/config/flow.xml.h:13 hacks/config/fluidballs.xml.h:18 +#: hacks/config/flyingtoasters.xml.h:11 hacks/config/forest.xml.h:5 #: hacks/config/galaxy.xml.h:10 hacks/config/gears.xml.h:7 -#: hacks/config/gflux.xml.h:12 hacks/config/glforestfire.xml.h:14 -#: hacks/config/glplanet.xml.h:6 hacks/config/glsnake.xml.h:12 -#: hacks/config/gltext.xml.h:13 hacks/config/goop.xml.h:10 -#: hacks/config/grav.xml.h:8 hacks/config/greynetic.xml.h:3 -#: hacks/config/halo.xml.h:9 hacks/config/hopalong.xml.h:21 -#: hacks/config/hyperball.xml.h:8 hacks/config/hypercube.xml.h:7 +#: hacks/config/gflux.xml.h:12 hacks/config/glblur.xml.h:14 +#: hacks/config/glforestfire.xml.h:14 hacks/config/glknots.xml.h:17 +#: hacks/config/glmatrix.xml.h:18 hacks/config/glplanet.xml.h:6 +#: hacks/config/glsnake.xml.h:12 hacks/config/gltext.xml.h:13 +#: hacks/config/goop.xml.h:10 hacks/config/grav.xml.h:8 +#: hacks/config/greynetic.xml.h:3 hacks/config/halo.xml.h:9 +#: hacks/config/hopalong.xml.h:21 hacks/config/hyperball.xml.h:8 +#: hacks/config/hypercube.xml.h:7 hacks/config/hypertorus.xml.h:13 #: hacks/config/ifs.xml.h:5 hacks/config/interference.xml.h:14 -#: hacks/config/jigsaw.xml.h:5 hacks/config/juggle.xml.h:7 -#: hacks/config/julia.xml.h:8 hacks/config/kaleidescope.xml.h:7 +#: hacks/config/jigglypuff.xml.h:16 hacks/config/jigsaw.xml.h:5 +#: hacks/config/juggle.xml.h:7 hacks/config/julia.xml.h:8 +#: hacks/config/kaleidescope.xml.h:7 hacks/config/klein.xml.h:7 #: hacks/config/kumppa.xml.h:8 hacks/config/lament.xml.h:6 -#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:26 +#: hacks/config/laser.xml.h:10 hacks/config/lavalite.xml.h:27 #: hacks/config/lightning.xml.h:5 hacks/config/lisa.xml.h:8 #: hacks/config/lissie.xml.h:9 hacks/config/lmorph.xml.h:11 #: hacks/config/loop.xml.h:7 hacks/config/maze.xml.h:14 -#: hacks/config/menger.xml.h:16 hacks/config/moebius.xml.h:7 -#: hacks/config/moire2.xml.h:6 hacks/config/molecule.xml.h:22 -#: hacks/config/morph3d.xml.h:6 hacks/config/mountain.xml.h:7 -#: hacks/config/munch.xml.h:7 hacks/config/nerverot.xml.h:20 -#: hacks/config/penetrate.xml.h:6 hacks/config/penrose.xml.h:11 -#: hacks/config/petri.xml.h:23 hacks/config/phosphor.xml.h:6 +#: hacks/config/menger.xml.h:16 hacks/config/metaballs.xml.h:13 +#: hacks/config/moebius.xml.h:7 hacks/config/moire2.xml.h:6 +#: hacks/config/molecule.xml.h:22 hacks/config/morph3d.xml.h:6 +#: hacks/config/mountain.xml.h:7 hacks/config/munch.xml.h:7 +#: hacks/config/nerverot.xml.h:20 hacks/config/penetrate.xml.h:6 +#: hacks/config/penrose.xml.h:11 hacks/config/petri.xml.h:23 +#: hacks/config/phosphor.xml.h:6 hacks/config/piecewise.xml.h:9 #: hacks/config/pipes.xml.h:15 hacks/config/polyominoes.xml.h:10 -#: hacks/config/pulsar.xml.h:15 hacks/config/pyro.xml.h:13 -#: hacks/config/qix.xml.h:19 hacks/config/queens.xml.h:4 -#: hacks/config/rd-bomb.xml.h:17 hacks/config/ripples.xml.h:11 -#: hacks/config/rocks.xml.h:9 hacks/config/rotor.xml.h:11 -#: hacks/config/rubik.xml.h:9 hacks/config/sballs.xml.h:13 -#: hacks/config/shadebobs.xml.h:9 hacks/config/sierpinski.xml.h:7 -#: hacks/config/sierpinski3d.xml.h:8 hacks/config/slidescreen.xml.h:6 -#: hacks/config/slip.xml.h:7 hacks/config/speedmine.xml.h:13 -#: hacks/config/sphere.xml.h:5 hacks/config/spheremonics.xml.h:19 -#: hacks/config/spiral.xml.h:9 hacks/config/spotlight.xml.h:4 -#: hacks/config/sproingies.xml.h:6 hacks/config/squiral.xml.h:14 -#: hacks/config/stairs.xml.h:3 hacks/config/starfish.xml.h:8 -#: hacks/config/starwars.xml.h:12 hacks/config/strange.xml.h:7 -#: hacks/config/superquadrics.xml.h:7 hacks/config/swirl.xml.h:6 -#: hacks/config/t3d.xml.h:11 hacks/config/thornbird.xml.h:7 -#: hacks/config/triangle.xml.h:5 hacks/config/truchet.xml.h:2 -#: hacks/config/twang.xml.h:9 hacks/config/vines.xml.h:4 -#: hacks/config/webcollage.xml.h:7 hacks/config/worm.xml.h:7 -#: hacks/config/xearth.xml.h:22 hacks/config/xfishtank.xml.h:10 -#: hacks/config/xflame.xml.h:5 hacks/config/xjack.xml.h:2 -#: hacks/config/xmatrix.xml.h:14 hacks/config/xmountains.xml.h:4 -#: hacks/config/xrayswarm.xml.h:3 hacks/config/zoom.xml.h:6 +#: hacks/config/popsquares.xml.h:5 hacks/config/pulsar.xml.h:15 +#: hacks/config/pyro.xml.h:13 hacks/config/qix.xml.h:19 +#: hacks/config/queens.xml.h:4 hacks/config/rd-bomb.xml.h:17 +#: hacks/config/ripples.xml.h:11 hacks/config/rocks.xml.h:9 +#: hacks/config/rotor.xml.h:11 hacks/config/rubik.xml.h:9 +#: hacks/config/sballs.xml.h:13 hacks/config/shadebobs.xml.h:9 +#: hacks/config/sierpinski.xml.h:7 hacks/config/sierpinski3d.xml.h:8 +#: hacks/config/slidescreen.xml.h:6 hacks/config/slip.xml.h:7 +#: hacks/config/speedmine.xml.h:13 hacks/config/sphere.xml.h:5 +#: hacks/config/spheremonics.xml.h:19 hacks/config/spiral.xml.h:9 +#: hacks/config/spotlight.xml.h:4 hacks/config/sproingies.xml.h:6 +#: hacks/config/squiral.xml.h:14 hacks/config/stairs.xml.h:3 +#: hacks/config/starfish.xml.h:8 hacks/config/starwars.xml.h:12 +#: hacks/config/strange.xml.h:7 hacks/config/superquadrics.xml.h:8 +#: hacks/config/swirl.xml.h:6 hacks/config/t3d.xml.h:11 +#: hacks/config/thornbird.xml.h:7 hacks/config/triangle.xml.h:5 +#: hacks/config/truchet.xml.h:2 hacks/config/twang.xml.h:9 +#: hacks/config/vines.xml.h:4 hacks/config/webcollage.xml.h:7 +#: hacks/config/worm.xml.h:7 hacks/config/xearth.xml.h:22 +#: hacks/config/xfishtank.xml.h:10 hacks/config/xflame.xml.h:5 +#: hacks/config/xjack.xml.h:2 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xmountains.xml.h:4 hacks/config/xrayswarm.xml.h:3 +#: hacks/config/zoom.xml.h:6 msgid "Slow" msgstr "慢" -#: hacks/config/anemone.xml.h:8 hacks/config/ant.xml.h:16 +#: hacks/config/anemone.xml.h:10 hacks/config/ant.xml.h:17 #: hacks/config/apollonian.xml.h:12 hacks/config/attraction.xml.h:28 -#: hacks/config/blaster.xml.h:9 hacks/config/bouboule.xml.h:9 -#: hacks/config/braid.xml.h:12 hacks/config/bubble3d.xml.h:6 -#: hacks/config/bubbles.xml.h:11 hacks/config/bumps.xml.h:5 -#: hacks/config/cage.xml.h:6 hacks/config/circuit.xml.h:11 +#: hacks/config/atunnel.xml.h:7 hacks/config/barcode.xml.h:7 +#: hacks/config/blaster.xml.h:9 hacks/config/blocktube.xml.h:11 +#: hacks/config/bouboule.xml.h:9 hacks/config/braid.xml.h:12 +#: hacks/config/bubble3d.xml.h:6 hacks/config/bubbles.xml.h:11 +#: hacks/config/bumps.xml.h:5 hacks/config/cage.xml.h:6 +#: hacks/config/circuit.xml.h:11 hacks/config/cloudlife.xml.h:13 #: hacks/config/compass.xml.h:5 hacks/config/coral.xml.h:14 #: hacks/config/critical.xml.h:7 hacks/config/crystal.xml.h:12 #: hacks/config/cubenetic.xml.h:24 hacks/config/cynosure.xml.h:10 @@ -1137,12 +1224,13 @@ msgstr "慢" #: hacks/config/deluxe.xml.h:9 hacks/config/demon.xml.h:10 #: hacks/config/discrete.xml.h:9 hacks/config/distort.xml.h:13 #: hacks/config/drift.xml.h:13 hacks/config/endgame.xml.h:6 -#: hacks/config/engine.xml.h:6 hacks/config/epicycle.xml.h:11 -#: hacks/config/euler2d.xml.h:15 hacks/config/extrusion.xml.h:13 -#: hacks/config/fadeplot.xml.h:10 hacks/config/flag.xml.h:9 -#: hacks/config/flame.xml.h:15 hacks/config/flipscreen3d.xml.h:7 -#: hacks/config/flow.xml.h:16 hacks/config/fluidballs.xml.h:20 -#: hacks/config/forest.xml.h:6 hacks/config/galaxy.xml.h:11 +#: hacks/config/engine.xml.h:16 hacks/config/epicycle.xml.h:11 +#: hacks/config/eruption.xml.h:20 hacks/config/euler2d.xml.h:15 +#: hacks/config/extrusion.xml.h:13 hacks/config/fadeplot.xml.h:10 +#: hacks/config/flag.xml.h:9 hacks/config/flame.xml.h:15 +#: hacks/config/flipscreen3d.xml.h:7 hacks/config/flow.xml.h:16 +#: hacks/config/fluidballs.xml.h:20 hacks/config/forest.xml.h:6 +#: hacks/config/galaxy.xml.h:11 hacks/config/glblur.xml.h:17 #: hacks/config/glforestfire.xml.h:15 hacks/config/glplanet.xml.h:8 #: hacks/config/gltext.xml.h:15 hacks/config/goop.xml.h:11 #: hacks/config/grav.xml.h:9 hacks/config/greynetic.xml.h:4 @@ -1150,18 +1238,20 @@ msgstr "慢" #: hacks/config/hyperball.xml.h:9 hacks/config/hypercube.xml.h:8 #: hacks/config/ifs.xml.h:6 hacks/config/jigsaw.xml.h:7 #: hacks/config/juggle.xml.h:8 hacks/config/julia.xml.h:10 -#: hacks/config/kaleidescope.xml.h:8 hacks/config/kumppa.xml.h:9 -#: hacks/config/lament.xml.h:7 hacks/config/laser.xml.h:11 -#: hacks/config/lavalite.xml.h:29 hacks/config/lightning.xml.h:6 -#: hacks/config/lisa.xml.h:9 hacks/config/lissie.xml.h:11 -#: hacks/config/lmorph.xml.h:12 hacks/config/loop.xml.h:9 -#: hacks/config/menger.xml.h:18 hacks/config/moebius.xml.h:10 +#: hacks/config/kaleidescope.xml.h:8 hacks/config/klein.xml.h:8 +#: hacks/config/kumppa.xml.h:9 hacks/config/lament.xml.h:7 +#: hacks/config/laser.xml.h:11 hacks/config/lavalite.xml.h:30 +#: hacks/config/lightning.xml.h:6 hacks/config/lisa.xml.h:9 +#: hacks/config/lissie.xml.h:11 hacks/config/lmorph.xml.h:12 +#: hacks/config/loop.xml.h:9 hacks/config/menger.xml.h:18 +#: hacks/config/metaballs.xml.h:15 hacks/config/moebius.xml.h:10 #: hacks/config/moire2.xml.h:7 hacks/config/molecule.xml.h:24 #: hacks/config/morph3d.xml.h:7 hacks/config/mountain.xml.h:8 #: hacks/config/munch.xml.h:9 hacks/config/nerverot.xml.h:22 #: hacks/config/penrose.xml.h:12 hacks/config/petri.xml.h:25 -#: hacks/config/phosphor.xml.h:7 hacks/config/pipes.xml.h:16 -#: hacks/config/polyominoes.xml.h:11 hacks/config/pulsar.xml.h:17 +#: hacks/config/phosphor.xml.h:7 hacks/config/piecewise.xml.h:11 +#: hacks/config/pipes.xml.h:16 hacks/config/polyominoes.xml.h:11 +#: hacks/config/popsquares.xml.h:6 hacks/config/pulsar.xml.h:17 #: hacks/config/qix.xml.h:22 hacks/config/queens.xml.h:6 #: hacks/config/rotor.xml.h:12 hacks/config/rubik.xml.h:11 #: hacks/config/sballs.xml.h:14 hacks/config/shadebobs.xml.h:10 @@ -1172,40 +1262,46 @@ msgstr "慢" #: hacks/config/spotlight.xml.h:5 hacks/config/sproingies.xml.h:8 #: hacks/config/squiral.xml.h:16 hacks/config/stairs.xml.h:5 #: hacks/config/starfish.xml.h:9 hacks/config/strange.xml.h:8 -#: hacks/config/superquadrics.xml.h:9 hacks/config/swirl.xml.h:7 +#: hacks/config/superquadrics.xml.h:10 hacks/config/swirl.xml.h:7 #: hacks/config/t3d.xml.h:13 hacks/config/thornbird.xml.h:8 #: hacks/config/triangle.xml.h:6 hacks/config/truchet.xml.h:3 #: hacks/config/twang.xml.h:10 hacks/config/vines.xml.h:5 -#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:4 +#: hacks/config/webcollage.xml.h:8 hacks/config/whirlygig.xml.h:13 #: hacks/config/worm.xml.h:8 hacks/config/xearth.xml.h:25 #: hacks/config/xflame.xml.h:6 hacks/config/xjack.xml.h:3 -#: hacks/config/xmatrix.xml.h:17 hacks/config/xmountains.xml.h:5 +#: hacks/config/xmatrix.xml.h:18 hacks/config/xmountains.xml.h:5 #: hacks/config/xrayswarm.xml.h:4 hacks/config/zoom.xml.h:7 msgid "Speed" msgstr "速度" -#: hacks/config/anemone.xml.h:9 +#: hacks/config/anemone.xml.h:11 msgid "Tentacles" msgstr "" -#: hacks/config/anemone.xml.h:10 hacks/config/deluxe.xml.h:10 +#: hacks/config/anemone.xml.h:12 hacks/config/cubestorm.xml.h:11 +#: hacks/config/deluxe.xml.h:10 hacks/config/glknots.xml.h:19 #: hacks/config/lmorph.xml.h:13 hacks/config/starfish.xml.h:11 #: hacks/config/thornbird.xml.h:9 msgid "Thick" msgstr "" -#: hacks/config/anemone.xml.h:11 hacks/config/moire2.xml.h:8 -#: hacks/config/thornbird.xml.h:10 +#: hacks/config/anemone.xml.h:13 hacks/config/glknots.xml.h:20 +#: hacks/config/moire2.xml.h:8 hacks/config/thornbird.xml.h:10 msgid "Thickness" msgstr "厚度" -#: hacks/config/anemone.xml.h:12 hacks/config/deluxe.xml.h:11 +#: hacks/config/anemone.xml.h:14 hacks/config/cubestorm.xml.h:12 +#: hacks/config/deluxe.xml.h:11 hacks/config/glknots.xml.h:21 #: hacks/config/lmorph.xml.h:14 hacks/config/starfish.xml.h:12 #: hacks/config/thornbird.xml.h:11 msgid "Thin" msgstr "" -#: hacks/config/anemone.xml.h:13 hacks/config/ant.xml.h:21 +#: hacks/config/anemone.xml.h:15 +msgid "Turn speed" +msgstr "" + +#: hacks/config/anemone.xml.h:16 hacks/config/ant.xml.h:22 #: hacks/config/apollonian.xml.h:13 hacks/config/attraction.xml.h:32 #: hacks/config/bouboule.xml.h:11 hacks/config/braid.xml.h:13 #: hacks/config/critical.xml.h:8 hacks/config/crystal.xml.h:13 @@ -1222,25 +1318,30 @@ msgstr "" #: hacks/config/julia.xml.h:12 hacks/config/laser.xml.h:12 #: hacks/config/lightning.xml.h:8 hacks/config/lisa.xml.h:12 #: hacks/config/lissie.xml.h:13 hacks/config/loop.xml.h:12 -#: hacks/config/moire.xml.h:11 hacks/config/moire2.xml.h:9 -#: hacks/config/mountain.xml.h:9 hacks/config/nerverot.xml.h:23 -#: hacks/config/penrose.xml.h:13 hacks/config/polyominoes.xml.h:12 -#: hacks/config/rd-bomb.xml.h:20 hacks/config/rocks.xml.h:12 -#: hacks/config/rotor.xml.h:13 hacks/config/shadebobs.xml.h:12 -#: hacks/config/sierpinski.xml.h:12 hacks/config/slip.xml.h:12 -#: hacks/config/sphere.xml.h:8 hacks/config/spiral.xml.h:12 -#: hacks/config/squiral.xml.h:18 hacks/config/starfish.xml.h:14 -#: hacks/config/strange.xml.h:11 hacks/config/swirl.xml.h:9 -#: hacks/config/thornbird.xml.h:13 hacks/config/triangle.xml.h:8 -#: hacks/config/vines.xml.h:7 hacks/config/worm.xml.h:9 -#: hacks/config/xearth.xml.h:28 hacks/config/xfishtank.xml.h:11 +#: hacks/config/metaballs.xml.h:16 hacks/config/moire.xml.h:11 +#: hacks/config/moire2.xml.h:9 hacks/config/mountain.xml.h:9 +#: hacks/config/nerverot.xml.h:23 hacks/config/penrose.xml.h:13 +#: hacks/config/polyominoes.xml.h:12 hacks/config/rd-bomb.xml.h:20 +#: hacks/config/rocks.xml.h:12 hacks/config/rotor.xml.h:13 +#: hacks/config/shadebobs.xml.h:12 hacks/config/sierpinski.xml.h:12 +#: hacks/config/slip.xml.h:12 hacks/config/sphere.xml.h:8 +#: hacks/config/spiral.xml.h:12 hacks/config/squiral.xml.h:18 +#: hacks/config/starfish.xml.h:14 hacks/config/strange.xml.h:11 +#: hacks/config/swirl.xml.h:9 hacks/config/thornbird.xml.h:13 +#: hacks/config/triangle.xml.h:8 hacks/config/vines.xml.h:7 +#: hacks/config/worm.xml.h:9 hacks/config/xearth.xml.h:28 +#: hacks/config/xfishtank.xml.h:11 msgid "Two" msgstr "二" -#: hacks/config/anemone.xml.h:14 +#: hacks/config/anemone.xml.h:17 msgid "Wiggling tentacles. By Gabriel Finch." msgstr "" +#: hacks/config/anemone.xml.h:18 +msgid "Withdraw freqency" +msgstr "" + #: hacks/config/ant.xml.h:1 #, fuzzy msgid "" @@ -1265,63 +1366,71 @@ msgstr "螞蟻大小" msgid "Ants Count" msgstr "螞蟻數目" -#: hacks/config/ant.xml.h:6 +#: hacks/config/ant.xml.h:5 +#, fuzzy +msgid "Draw Eyes" +msgstr "繪畫標籤" + +#: hacks/config/ant.xml.h:7 #, fuzzy msgid "Four Sided Cells" msgstr "四邊格子" -#: hacks/config/ant.xml.h:7 hacks/config/attraction.xml.h:13 -#: hacks/config/cubenetic.xml.h:11 hacks/config/demon.xml.h:5 -#: hacks/config/discrete.xml.h:3 hacks/config/distort.xml.h:5 -#: hacks/config/fadeplot.xml.h:5 hacks/config/flag.xml.h:4 -#: hacks/config/flow.xml.h:7 hacks/config/fluidballs.xml.h:12 +#: hacks/config/ant.xml.h:8 hacks/config/attraction.xml.h:13 +#: hacks/config/cloudlife.xml.h:7 hacks/config/cubenetic.xml.h:11 +#: hacks/config/demon.xml.h:5 hacks/config/discrete.xml.h:3 +#: hacks/config/distort.xml.h:5 hacks/config/fadeplot.xml.h:5 +#: hacks/config/flag.xml.h:4 hacks/config/flow.xml.h:7 +#: hacks/config/fluidballs.xml.h:12 hacks/config/halftone.xml.h:8 #: hacks/config/hopalong.xml.h:13 hacks/config/interference.xml.h:8 #: hacks/config/julia.xml.h:5 hacks/config/lissie.xml.h:4 #: hacks/config/loop.xml.h:2 hacks/config/moire.xml.h:4 -#: hacks/config/rd-bomb.xml.h:11 hacks/config/rorschach.xml.h:5 -#: hacks/config/rubik.xml.h:4 hacks/config/sierpinski.xml.h:3 -#: hacks/config/slip.xml.h:3 +#: hacks/config/piecewise.xml.h:5 hacks/config/rd-bomb.xml.h:11 +#: hacks/config/rorschach.xml.h:5 hacks/config/rubik.xml.h:4 +#: hacks/config/sierpinski.xml.h:3 hacks/config/slip.xml.h:3 msgid "Large" msgstr "大" -#: hacks/config/ant.xml.h:9 +#: hacks/config/ant.xml.h:10 #, fuzzy msgid "Nine Sided Cells" msgstr "九邊格子" -#: hacks/config/ant.xml.h:11 +#: hacks/config/ant.xml.h:12 msgid "Random Cell Shape" msgstr "" -#: hacks/config/ant.xml.h:12 hacks/config/speedmine.xml.h:11 +#: hacks/config/ant.xml.h:13 hacks/config/speedmine.xml.h:11 msgid "Sharp Turns" msgstr "可突然轉向" -#: hacks/config/ant.xml.h:13 +#: hacks/config/ant.xml.h:14 #, fuzzy msgid "Six Sided Cells" msgstr "六邊格子" -#: hacks/config/ant.xml.h:15 hacks/config/attraction.xml.h:27 -#: hacks/config/cubenetic.xml.h:23 hacks/config/demon.xml.h:9 -#: hacks/config/discrete.xml.h:8 hacks/config/distort.xml.h:12 -#: hacks/config/fadeplot.xml.h:9 hacks/config/flag.xml.h:8 -#: hacks/config/flow.xml.h:15 hacks/config/fluidballs.xml.h:19 +#: hacks/config/ant.xml.h:16 hacks/config/attraction.xml.h:27 +#: hacks/config/cloudlife.xml.h:12 hacks/config/cubenetic.xml.h:23 +#: hacks/config/demon.xml.h:9 hacks/config/discrete.xml.h:8 +#: hacks/config/distort.xml.h:12 hacks/config/fadeplot.xml.h:9 +#: hacks/config/flag.xml.h:8 hacks/config/flow.xml.h:15 +#: hacks/config/fluidballs.xml.h:19 hacks/config/halftone.xml.h:14 #: hacks/config/hopalong.xml.h:22 hacks/config/interference.xml.h:15 #: hacks/config/julia.xml.h:9 hacks/config/lissie.xml.h:10 -#: hacks/config/loop.xml.h:8 hacks/config/moire.xml.h:9 +#: hacks/config/loop.xml.h:8 hacks/config/metaballs.xml.h:14 +#: hacks/config/moire.xml.h:9 hacks/config/piecewise.xml.h:10 #: hacks/config/rd-bomb.xml.h:18 hacks/config/rorschach.xml.h:8 #: hacks/config/rubik.xml.h:10 hacks/config/sierpinski.xml.h:8 #: hacks/config/slip.xml.h:8 msgid "Small" msgstr "小" -#: hacks/config/ant.xml.h:17 +#: hacks/config/ant.xml.h:18 #, fuzzy msgid "Three Sided Cells" msgstr "三邊格子" -#: hacks/config/ant.xml.h:18 hacks/config/demon.xml.h:12 +#: hacks/config/ant.xml.h:19 hacks/config/demon.xml.h:12 #: hacks/config/discrete.xml.h:10 hacks/config/fadeplot.xml.h:11 #: hacks/config/flag.xml.h:12 hacks/config/flow.xml.h:17 #: hacks/config/lissie.xml.h:12 hacks/config/loop.xml.h:11 @@ -1330,11 +1439,11 @@ msgstr "三邊格子" msgid "Timeout" msgstr "時限" -#: hacks/config/ant.xml.h:19 +#: hacks/config/ant.xml.h:20 msgid "Truchet Lines" msgstr "Truchet 線條" -#: hacks/config/ant.xml.h:20 +#: hacks/config/ant.xml.h:21 #, fuzzy msgid "Twelve Sided Cells" msgstr "十二邊格子" @@ -1407,23 +1516,30 @@ msgstr "鯊魚的速度" msgid "Shimmering Water" msgstr "" -#: hacks/config/atlantis.xml.h:11 hacks/config/boxed.xml.h:5 +#: hacks/config/atlantis.xml.h:11 hacks/config/atunnel.xml.h:5 +#: hacks/config/blocktube.xml.h:8 hacks/config/boxed.xml.h:5 #: hacks/config/bubble3d.xml.h:4 hacks/config/cage.xml.h:3 #: hacks/config/circuit.xml.h:9 hacks/config/cubenetic.xml.h:21 -#: hacks/config/dangerball.xml.h:4 hacks/config/endgame.xml.h:4 -#: hacks/config/engine.xml.h:4 hacks/config/extrusion.xml.h:10 -#: hacks/config/flipscreen3d.xml.h:5 hacks/config/fluidballs.xml.h:17 -#: hacks/config/gears.xml.h:6 hacks/config/gflux.xml.h:11 -#: hacks/config/glforestfire.xml.h:13 hacks/config/glplanet.xml.h:5 -#: hacks/config/glsnake.xml.h:10 hacks/config/gltext.xml.h:12 -#: hacks/config/lament.xml.h:5 hacks/config/menger.xml.h:15 -#: hacks/config/moebius.xml.h:6 hacks/config/molecule.xml.h:21 -#: hacks/config/morph3d.xml.h:5 hacks/config/pipes.xml.h:14 -#: hacks/config/pulsar.xml.h:14 hacks/config/queens.xml.h:3 -#: hacks/config/rubik.xml.h:6 hacks/config/sballs.xml.h:12 -#: hacks/config/sierpinski3d.xml.h:6 hacks/config/spheremonics.xml.h:18 -#: hacks/config/sproingies.xml.h:4 hacks/config/stairs.xml.h:2 -#: hacks/config/starwars.xml.h:11 hacks/config/superquadrics.xml.h:6 +#: hacks/config/cubestorm.xml.h:7 hacks/config/dangerball.xml.h:4 +#: hacks/config/endgame.xml.h:4 hacks/config/engine.xml.h:14 +#: hacks/config/extrusion.xml.h:10 hacks/config/flipscreen3d.xml.h:5 +#: hacks/config/fluidballs.xml.h:17 hacks/config/flurry.xml.h:9 +#: hacks/config/flyingtoasters.xml.h:10 hacks/config/gears.xml.h:6 +#: hacks/config/gflux.xml.h:11 hacks/config/glblur.xml.h:13 +#: hacks/config/glforestfire.xml.h:13 hacks/config/glknots.xml.h:16 +#: hacks/config/glmatrix.xml.h:17 hacks/config/glplanet.xml.h:5 +#: hacks/config/glslideshow.xml.h:18 hacks/config/glsnake.xml.h:10 +#: hacks/config/gltext.xml.h:12 hacks/config/hypertorus.xml.h:12 +#: hacks/config/jigglypuff.xml.h:15 hacks/config/klein.xml.h:6 +#: hacks/config/lament.xml.h:5 hacks/config/lavalite.xml.h:26 +#: hacks/config/menger.xml.h:15 hacks/config/moebius.xml.h:6 +#: hacks/config/molecule.xml.h:21 hacks/config/morph3d.xml.h:5 +#: hacks/config/pipes.xml.h:14 hacks/config/pulsar.xml.h:14 +#: hacks/config/queens.xml.h:3 hacks/config/rubik.xml.h:6 +#: hacks/config/sballs.xml.h:12 hacks/config/sierpinski3d.xml.h:6 +#: hacks/config/spheremonics.xml.h:18 hacks/config/sproingies.xml.h:4 +#: hacks/config/stairs.xml.h:2 hacks/config/starwars.xml.h:11 +#: hacks/config/superquadrics.xml.h:7 msgid "Show Frames-per-Second" msgstr "印出每秒顯示的畫格數目" @@ -1433,13 +1549,14 @@ msgstr "" #: hacks/config/atlantis.xml.h:14 hacks/config/boxed.xml.h:7 #: hacks/config/cage.xml.h:5 hacks/config/extrusion.xml.h:12 -#: hacks/config/gears.xml.h:8 hacks/config/glplanet.xml.h:7 -#: hacks/config/glsnake.xml.h:13 hacks/config/gltext.xml.h:14 -#: hacks/config/menger.xml.h:17 hacks/config/molecule.xml.h:23 -#: hacks/config/munch.xml.h:8 hacks/config/sierpinski3d.xml.h:9 -#: hacks/config/speedmine.xml.h:14 hacks/config/spheremonics.xml.h:21 -#: hacks/config/sproingies.xml.h:7 hacks/config/stairs.xml.h:4 -#: hacks/config/stonerview.xml.h:2 hacks/config/superquadrics.xml.h:8 +#: hacks/config/gears.xml.h:8 hacks/config/glblur.xml.h:15 +#: hacks/config/glplanet.xml.h:7 hacks/config/glsnake.xml.h:13 +#: hacks/config/gltext.xml.h:14 hacks/config/menger.xml.h:17 +#: hacks/config/molecule.xml.h:23 hacks/config/munch.xml.h:8 +#: hacks/config/sierpinski3d.xml.h:9 hacks/config/speedmine.xml.h:14 +#: hacks/config/spheremonics.xml.h:21 hacks/config/sproingies.xml.h:7 +#: hacks/config/stairs.xml.h:4 hacks/config/stonerview.xml.h:2 +#: hacks/config/superquadrics.xml.h:9 msgid "Solid" msgstr "單色" @@ -1456,18 +1573,22 @@ msgstr "" msgid "Whale Speed" msgstr "鯨魚的速度" -#: hacks/config/atlantis.xml.h:17 hacks/config/boxed.xml.h:8 -#: hacks/config/cage.xml.h:8 hacks/config/dangerball.xml.h:11 -#: hacks/config/extrusion.xml.h:19 hacks/config/gears.xml.h:11 -#: hacks/config/glforestfire.xml.h:20 hacks/config/glplanet.xml.h:11 +#: hacks/config/atlantis.xml.h:17 hacks/config/atunnel.xml.h:10 +#: hacks/config/blocktube.xml.h:13 hacks/config/boxed.xml.h:8 +#: hacks/config/cage.xml.h:8 hacks/config/cubestorm.xml.h:14 +#: hacks/config/dangerball.xml.h:11 hacks/config/extrusion.xml.h:19 +#: hacks/config/flyingtoasters.xml.h:14 hacks/config/gears.xml.h:11 +#: hacks/config/glblur.xml.h:20 hacks/config/glforestfire.xml.h:20 +#: hacks/config/glknots.xml.h:23 hacks/config/glplanet.xml.h:11 #: hacks/config/glsnake.xml.h:16 hacks/config/gltext.xml.h:18 -#: hacks/config/lament.xml.h:9 hacks/config/lavalite.xml.h:31 -#: hacks/config/menger.xml.h:21 hacks/config/moebius.xml.h:11 -#: hacks/config/molecule.xml.h:26 hacks/config/pulsar.xml.h:20 -#: hacks/config/sballs.xml.h:18 hacks/config/sierpinski3d.xml.h:12 -#: hacks/config/speedmine.xml.h:18 hacks/config/spheremonics.xml.h:26 -#: hacks/config/sproingies.xml.h:10 hacks/config/stairs.xml.h:7 -#: hacks/config/stonerview.xml.h:4 hacks/config/superquadrics.xml.h:11 +#: hacks/config/jigglypuff.xml.h:25 hacks/config/lament.xml.h:9 +#: hacks/config/lavalite.xml.h:32 hacks/config/menger.xml.h:21 +#: hacks/config/moebius.xml.h:11 hacks/config/molecule.xml.h:26 +#: hacks/config/pulsar.xml.h:20 hacks/config/sballs.xml.h:18 +#: hacks/config/sierpinski3d.xml.h:12 hacks/config/speedmine.xml.h:18 +#: hacks/config/spheremonics.xml.h:26 hacks/config/sproingies.xml.h:10 +#: hacks/config/stairs.xml.h:7 hacks/config/stonerview.xml.h:4 +#: hacks/config/superquadrics.xml.h:12 msgid "Wireframe" msgstr "" @@ -1483,7 +1604,7 @@ msgstr "圓球的數目" msgid "Ball Mass" msgstr "圓球的質量" -#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:2 +#: hacks/config/attraction.xml.h:4 hacks/config/fluidballs.xml.h:3 msgid "Balls" msgstr "圓球" @@ -1506,16 +1627,18 @@ msgid "Filled Splines" msgstr "" #: hacks/config/attraction.xml.h:10 hacks/config/ccurve.xml.h:9 -#: hacks/config/cubenetic.xml.h:10 hacks/config/euler2d.xml.h:5 -#: hacks/config/flame.xml.h:9 hacks/config/goop.xml.h:6 -#: hacks/config/hopalong.xml.h:10 hacks/config/hyperball.xml.h:3 -#: hacks/config/hypercube.xml.h:3 hacks/config/interference.xml.h:6 +#: hacks/config/cloudlife.xml.h:5 hacks/config/cubenetic.xml.h:10 +#: hacks/config/euler2d.xml.h:5 hacks/config/flame.xml.h:9 +#: hacks/config/glslideshow.xml.h:13 hacks/config/goop.xml.h:6 +#: hacks/config/halftone.xml.h:7 hacks/config/hopalong.xml.h:10 +#: hacks/config/hyperball.xml.h:3 hacks/config/hypercube.xml.h:3 +#: hacks/config/interference.xml.h:6 hacks/config/jigglypuff.xml.h:8 #: hacks/config/kumppa.xml.h:4 hacks/config/lavalite.xml.h:12 #: hacks/config/nerverot.xml.h:11 hacks/config/petri.xml.h:8 #: hacks/config/pyro.xml.h:5 hacks/config/qix.xml.h:10 #: hacks/config/speedmine.xml.h:5 hacks/config/spheremonics.xml.h:6 #: hacks/config/spiral.xml.h:4 hacks/config/squiral.xml.h:6 -#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:4 +#: hacks/config/strange.xml.h:3 hacks/config/superquadrics.xml.h:5 #: hacks/config/t3d.xml.h:7 hacks/config/twang.xml.h:5 #: hacks/config/wander.xml.h:8 msgid "High" @@ -1545,15 +1668,17 @@ msgstr "" #: hacks/config/attraction.xml.h:15 hacks/config/deluxe.xml.h:5 #: hacks/config/lmorph.xml.h:7 hacks/config/pedal.xml.h:5 -#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:3 +#: hacks/config/starfish.xml.h:4 hacks/config/whirlygig.xml.h:10 msgid "Lines" msgstr "線" -#: hacks/config/attraction.xml.h:16 hacks/config/braid.xml.h:6 -#: hacks/config/cynosure.xml.h:5 hacks/config/drift.xml.h:8 +#: hacks/config/attraction.xml.h:16 hacks/config/blocktube.xml.h:5 +#: hacks/config/braid.xml.h:6 hacks/config/cynosure.xml.h:5 +#: hacks/config/drift.xml.h:8 hacks/config/eruption.xml.h:11 #: hacks/config/euler2d.xml.h:6 hacks/config/galaxy.xml.h:5 -#: hacks/config/juggle.xml.h:5 hacks/config/laser.xml.h:5 -#: hacks/config/menger.xml.h:4 hacks/config/munch.xml.h:4 +#: hacks/config/juggle.xml.h:5 hacks/config/klein.xml.h:4 +#: hacks/config/laser.xml.h:5 hacks/config/menger.xml.h:4 +#: hacks/config/metaballs.xml.h:5 hacks/config/munch.xml.h:4 #: hacks/config/nerverot.xml.h:13 hacks/config/petri.xml.h:9 #: hacks/config/polyominoes.xml.h:4 hacks/config/rotor.xml.h:5 #: hacks/config/shadebobs.xml.h:4 hacks/config/sierpinski3d.xml.h:3 @@ -1563,16 +1688,18 @@ msgid "Long" msgstr "長" #: hacks/config/attraction.xml.h:17 hacks/config/ccurve.xml.h:10 -#: hacks/config/cubenetic.xml.h:12 hacks/config/euler2d.xml.h:7 -#: hacks/config/flame.xml.h:10 hacks/config/goop.xml.h:7 -#: hacks/config/hopalong.xml.h:14 hacks/config/hyperball.xml.h:6 -#: hacks/config/hypercube.xml.h:5 hacks/config/interference.xml.h:9 +#: hacks/config/cloudlife.xml.h:8 hacks/config/cubenetic.xml.h:12 +#: hacks/config/euler2d.xml.h:7 hacks/config/flame.xml.h:10 +#: hacks/config/glslideshow.xml.h:15 hacks/config/goop.xml.h:7 +#: hacks/config/halftone.xml.h:9 hacks/config/hopalong.xml.h:14 +#: hacks/config/hyperball.xml.h:6 hacks/config/hypercube.xml.h:5 +#: hacks/config/interference.xml.h:9 hacks/config/jigglypuff.xml.h:11 #: hacks/config/kumppa.xml.h:6 hacks/config/lavalite.xml.h:14 #: hacks/config/nerverot.xml.h:14 hacks/config/petri.xml.h:10 #: hacks/config/pyro.xml.h:7 hacks/config/qix.xml.h:13 #: hacks/config/speedmine.xml.h:6 hacks/config/spheremonics.xml.h:8 #: hacks/config/spiral.xml.h:5 hacks/config/squiral.xml.h:8 -#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:5 +#: hacks/config/strange.xml.h:4 hacks/config/superquadrics.xml.h:6 #: hacks/config/t3d.xml.h:8 hacks/config/twang.xml.h:7 #: hacks/config/wander.xml.h:11 msgid "Low" @@ -1598,10 +1725,12 @@ msgstr "半徑" msgid "Repulsion Threshold" msgstr "排斥距離臨界值" -#: hacks/config/attraction.xml.h:25 hacks/config/braid.xml.h:10 -#: hacks/config/cynosure.xml.h:8 hacks/config/drift.xml.h:11 +#: hacks/config/attraction.xml.h:25 hacks/config/blocktube.xml.h:7 +#: hacks/config/braid.xml.h:10 hacks/config/cynosure.xml.h:8 +#: hacks/config/drift.xml.h:11 hacks/config/eruption.xml.h:18 #: hacks/config/euler2d.xml.h:12 hacks/config/galaxy.xml.h:8 -#: hacks/config/laser.xml.h:9 hacks/config/menger.xml.h:14 +#: hacks/config/klein.xml.h:5 hacks/config/laser.xml.h:9 +#: hacks/config/menger.xml.h:14 hacks/config/metaballs.xml.h:12 #: hacks/config/munch.xml.h:6 hacks/config/nerverot.xml.h:19 #: hacks/config/petri.xml.h:22 hacks/config/polyominoes.xml.h:9 #: hacks/config/rotor.xml.h:9 hacks/config/shadebobs.xml.h:8 @@ -1623,6 +1752,56 @@ msgstr "" msgid "Trail Length" msgstr "" +#: hacks/config/atunnel.xml.h:1 +msgid "Atunnel" +msgstr "" + +#: hacks/config/atunnel.xml.h:2 +msgid "" +"Draws an animation of a textured tunnel in GL. Requires OpenGL, and a " +"machine with fast hardware support for texture maps. Written by Eric " +"Lassauge and Roman Podobedov." +msgstr "" + +#: hacks/config/atunnel.xml.h:4 hacks/config/distort.xml.h:9 +#: hacks/config/glforestfire.xml.h:10 hacks/config/lament.xml.h:4 +#: hacks/config/sballs.xml.h:6 +msgid "Normal" +msgstr "一般" + +#: hacks/config/atunnel.xml.h:8 hacks/config/glforestfire.xml.h:18 +#: hacks/config/lament.xml.h:8 hacks/config/sballs.xml.h:17 +msgid "Untextured" +msgstr "" + +#: hacks/config/atunnel.xml.h:9 +#, fuzzy +msgid "Use light" +msgstr "右上角" + +#: hacks/config/barcode.xml.h:1 +#, fuzzy +msgid "Barcode" +msgstr "瀏覽(_B)" + +#: hacks/config/barcode.xml.h:2 +msgid "Barcode Clock (24 Hour)" +msgstr "" + +#: hacks/config/barcode.xml.h:3 +msgid "Barcode Clock (AM/PM)" +msgstr "" + +#: hacks/config/barcode.xml.h:5 +msgid "Scrolling Barcodes" +msgstr "" + +#: hacks/config/barcode.xml.h:8 +msgid "" +"This draws a random sequence of colorful barcodes scrolling across your " +"screen. CONSUME! By Dan Bornstein." +msgstr "" + #: hacks/config/blaster.xml.h:1 msgid "Blaster" msgstr "" @@ -1682,6 +1861,32 @@ msgid "" "image and rotate that." msgstr "" +#: hacks/config/blocktube.xml.h:1 +msgid "BlockTube" +msgstr "" + +#: hacks/config/blocktube.xml.h:2 +msgid "Color Change Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:3 +msgid "Color Hold Time" +msgstr "" + +#: hacks/config/blocktube.xml.h:6 +msgid "Reflective Blocks" +msgstr "" + +#: hacks/config/blocktube.xml.h:10 +msgid "Solid Blocks" +msgstr "" + +#: hacks/config/blocktube.xml.h:12 +msgid "" +"This hack draws a swirling, falling tunnel of reflective slabs. They fade " +"from hue to hue. Written by Lars R. Damerow." +msgstr "" + #: hacks/config/bouboule.xml.h:1 msgid "Bouboule" msgstr "Bouboule" @@ -1700,13 +1905,51 @@ msgid "" "spots painted on its invisible surface. Written by Jeremie Petit." msgstr "" -#: hacks/config/boxed.xml.h:1 hacks/config/gears.xml.h:1 -#: hacks/config/gflux.xml.h:1 hacks/config/pyro.xml.h:1 +#: hacks/config/bouncingcow.xml.h:1 +msgid "A Cow. A Trampoline. Together, they fight crime. By Jamie Zawinski." +msgstr "" + +#: hacks/config/bouncingcow.xml.h:2 hacks/config/boxed.xml.h:1 +#: hacks/config/cubestorm.xml.h:1 hacks/config/flyingtoasters.xml.h:3 +#: hacks/config/gears.xml.h:1 hacks/config/gflux.xml.h:1 +#: hacks/config/glknots.xml.h:1 hacks/config/glmatrix.xml.h:1 +#: hacks/config/jigglypuff.xml.h:1 hacks/config/pyro.xml.h:1 #: hacks/config/rd-bomb.xml.h:6 hacks/config/rocks.xml.h:1 #: hacks/config/starwars.xml.h:1 hacks/config/xfishtank.xml.h:1 msgid "Animation Speed" msgstr "動畫速度" +#: hacks/config/bouncingcow.xml.h:3 +msgid "Beefy Cow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:4 +#, fuzzy +msgid "Bounce Speed" +msgstr "完成迷官的速度" + +#: hacks/config/bouncingcow.xml.h:5 +msgid "BouncingCow" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:7 +msgid "Herd" +msgstr "" + +#: hacks/config/bouncingcow.xml.h:8 +#, fuzzy +msgid "Moo" +msgstr "單色" + +#: hacks/config/bouncingcow.xml.h:9 +#, fuzzy +msgid "Number of Cows" +msgstr "顏色的數目" + +#: hacks/config/bouncingcow.xml.h:11 +msgid "Wireframe Cow" +msgstr "" + #: hacks/config/boxed.xml.h:2 msgid "Boxed" msgstr "" @@ -1727,23 +1970,24 @@ msgid "" "Neil." msgstr "繪畫顏色不斷隨機變換而且交織在一起的同心圓。由 John Neil 編寫。" -#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:8 +#: hacks/config/braid.xml.h:3 hacks/config/bsod.xml.h:9 #: hacks/config/ccurve.xml.h:7 hacks/config/coral.xml.h:6 #: hacks/config/cynosure.xml.h:3 hacks/config/deco.xml.h:4 #: hacks/config/drift.xml.h:2 hacks/config/epicycle.xml.h:3 -#: hacks/config/euler2d.xml.h:1 hacks/config/flame.xml.h:5 -#: hacks/config/galaxy.xml.h:2 hacks/config/glsnake.xml.h:4 -#: hacks/config/helix.xml.h:3 hacks/config/hopalong.xml.h:2 -#: hacks/config/imsmap.xml.h:6 hacks/config/laser.xml.h:2 -#: hacks/config/menger.xml.h:2 hacks/config/moire.xml.h:3 -#: hacks/config/molecule.xml.h:9 hacks/config/munch.xml.h:2 -#: hacks/config/nerverot.xml.h:8 hacks/config/pedal.xml.h:3 -#: hacks/config/penrose.xml.h:5 hacks/config/polyominoes.xml.h:1 -#: hacks/config/rorschach.xml.h:3 hacks/config/rotzoomer.xml.h:5 -#: hacks/config/shadebobs.xml.h:2 hacks/config/sierpinski3d.xml.h:1 -#: hacks/config/spheremonics.xml.h:4 hacks/config/starfish.xml.h:2 -#: hacks/config/vidwhacker.xml.h:3 hacks/config/wander.xml.h:7 -#: hacks/config/xspirograph.xml.h:3 +#: hacks/config/eruption.xml.h:3 hacks/config/euler2d.xml.h:1 +#: hacks/config/flame.xml.h:5 hacks/config/galaxy.xml.h:2 +#: hacks/config/glsnake.xml.h:4 hacks/config/helix.xml.h:3 +#: hacks/config/hopalong.xml.h:2 hacks/config/imsmap.xml.h:6 +#: hacks/config/klein.xml.h:1 hacks/config/laser.xml.h:2 +#: hacks/config/menger.xml.h:2 hacks/config/metaballs.xml.h:3 +#: hacks/config/moire.xml.h:3 hacks/config/molecule.xml.h:9 +#: hacks/config/munch.xml.h:2 hacks/config/nerverot.xml.h:8 +#: hacks/config/pedal.xml.h:3 hacks/config/penrose.xml.h:5 +#: hacks/config/polyominoes.xml.h:1 hacks/config/rorschach.xml.h:3 +#: hacks/config/rotzoomer.xml.h:5 hacks/config/shadebobs.xml.h:2 +#: hacks/config/sierpinski3d.xml.h:1 hacks/config/spheremonics.xml.h:4 +#: hacks/config/starfish.xml.h:2 hacks/config/vidwhacker.xml.h:3 +#: hacks/config/wander.xml.h:7 hacks/config/xspirograph.xml.h:3 msgid "Duration" msgstr "持續時間" @@ -1770,18 +2014,22 @@ msgid "AmigaDOS" msgstr "AmigaDOS" #: hacks/config/bsod.xml.h:4 +msgid "Apple II" +msgstr "" + +#: hacks/config/bsod.xml.h:5 msgid "Atari" msgstr "Atari" -#: hacks/config/bsod.xml.h:5 +#: hacks/config/bsod.xml.h:6 msgid "BSD" msgstr "BSD" -#: hacks/config/bsod.xml.h:6 +#: hacks/config/bsod.xml.h:7 msgid "BSOD" msgstr "BSOD" -#: hacks/config/bsod.xml.h:7 +#: hacks/config/bsod.xml.h:8 msgid "" "BSOD stands for ``Blue Screen of Death.'' The finest in personal computer " "emulation, this hack simulates popular screen savers from a number of less " @@ -1790,44 +2038,62 @@ msgstr "" "BSOD 表示“Blue Screen of Death”。此保護程式是做得最好的模擬程式之一,會模擬一" "些較不穩定的作業系統的當機畫面。由 Jamie Zawinski 編寫。" -#: hacks/config/bsod.xml.h:9 +#: hacks/config/bsod.xml.h:10 +msgid "HPUX" +msgstr "" + +#: hacks/config/bsod.xml.h:11 +#, fuzzy +msgid "Linux" +msgstr "Sparc Linux" + +#: hacks/config/bsod.xml.h:12 msgid "Mac Bomb" msgstr "" -#: hacks/config/bsod.xml.h:10 +#: hacks/config/bsod.xml.h:13 +msgid "MacOS X" +msgstr "" + +#: hacks/config/bsod.xml.h:14 msgid "MacsBug" msgstr "MacsBug" -#: hacks/config/bsod.xml.h:11 +#: hacks/config/bsod.xml.h:15 msgid "NCD X Terminal" msgstr "NCD X 終端機" -#: hacks/config/bsod.xml.h:12 +#: hacks/config/bsod.xml.h:16 +msgid "OS/390" +msgstr "" + +#: hacks/config/bsod.xml.h:17 msgid "SCO" msgstr "SCO" -#: hacks/config/bsod.xml.h:13 +#: hacks/config/bsod.xml.h:18 msgid "Sad Mac" msgstr "" -#: hacks/config/bsod.xml.h:14 +#: hacks/config/bsod.xml.h:19 msgid "Solaris" msgstr "Solaris" -#: hacks/config/bsod.xml.h:15 +#: hacks/config/bsod.xml.h:20 msgid "Sparc Linux" msgstr "Sparc Linux" -#: hacks/config/bsod.xml.h:16 -msgid "Windows" -msgstr "Windows" - -#: hacks/config/bsod.xml.h:17 +#: hacks/config/bsod.xml.h:21 #, fuzzy msgid "Windows 2000" msgstr "Windows" -#: hacks/config/bsod.xml.h:18 +#: hacks/config/bsod.xml.h:22 +#, fuzzy +msgid "Windows 3.1" +msgstr "Windows" + +#: hacks/config/bsod.xml.h:23 msgid "Windows NT" msgstr "Windows NT" @@ -1929,7 +2195,7 @@ msgstr "延遲" #: hacks/config/ccurve.xml.h:6 hacks/config/coral.xml.h:5 #: hacks/config/imsmap.xml.h:5 hacks/config/kumppa.xml.h:1 #: hacks/config/qix.xml.h:6 hacks/config/squiral.xml.h:2 -#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:3 +#: hacks/config/wander.xml.h:4 hacks/config/xmatrix.xml.h:2 msgid "Density" msgstr "密度" @@ -1968,18 +2234,56 @@ msgstr "旋轉" msgid "Rotation Speed" msgstr "旋轉速度" -#: hacks/config/circuit.xml.h:12 hacks/config/dangerball.xml.h:9 -#: hacks/config/engine.xml.h:7 +#: hacks/config/circuit.xml.h:12 hacks/config/cubestorm.xml.h:9 +#: hacks/config/dangerball.xml.h:9 hacks/config/engine.xml.h:17 +#: hacks/config/klein.xml.h:9 hacks/config/whirlygig.xml.h:14 msgid "Spin" msgstr "" +#: hacks/config/cloudlife.xml.h:1 hacks/config/demon.xml.h:2 +#: hacks/config/petri.xml.h:1 +msgid "Cell Size" +msgstr "" + +#: hacks/config/cloudlife.xml.h:2 +msgid "CloudLife" +msgstr "" + +#: hacks/config/cloudlife.xml.h:4 +msgid "" +"Generates cloud-like formations based on a variant of Conway's Life. The " +"difference is that cells have a maximum age, after which they count as 3 for " +"populating the next generation. This makes long-lived formations explode " +"instead of just sitting there burning a hole in your screen. Written by Don " +"Marti." +msgstr "" + +#: hacks/config/cloudlife.xml.h:6 +#, fuzzy +msgid "Initial Density" +msgstr "煙花密度" + +#: hacks/config/cloudlife.xml.h:9 +msgid "Max Age" +msgstr "" + +#: hacks/config/cloudlife.xml.h:10 +msgid "Old" +msgstr "" + +#: hacks/config/cloudlife.xml.h:14 +#, fuzzy +msgid "Young" +msgstr "長" + #: hacks/config/compass.xml.h:1 msgid "Compass" msgstr "指南針" #: hacks/config/compass.xml.h:2 hacks/config/deluxe.xml.h:3 #: hacks/config/interference.xml.h:4 hacks/config/kumppa.xml.h:2 -#: hacks/config/nerverot.xml.h:6 hacks/config/pipes.xml.h:4 +#: hacks/config/nerverot.xml.h:6 hacks/config/piecewise.xml.h:3 +#: hacks/config/pipes.xml.h:4 msgid "Double Buffer" msgstr "使用雙重緩衝區" @@ -1999,10 +2303,10 @@ msgid "1 Minute" msgstr "1 分鐘" #: hacks/config/coral.xml.h:2 hacks/config/deco.xml.h:2 -#: hacks/config/helix.xml.h:2 hacks/config/imsmap.xml.h:2 -#: hacks/config/moire.xml.h:2 hacks/config/pedal.xml.h:2 -#: hacks/config/penrose.xml.h:1 hacks/config/rorschach.xml.h:2 -#: hacks/config/xspirograph.xml.h:2 +#: hacks/config/glslideshow.xml.h:1 hacks/config/helix.xml.h:2 +#: hacks/config/imsmap.xml.h:2 hacks/config/moire.xml.h:2 +#: hacks/config/pedal.xml.h:2 hacks/config/penrose.xml.h:1 +#: hacks/config/rorschach.xml.h:2 hacks/config/xspirograph.xml.h:2 msgid "1 Second" msgstr "1 秒" @@ -2011,6 +2315,7 @@ msgid "Coral" msgstr "珊瑚" #: hacks/config/coral.xml.h:4 hacks/config/gflux.xml.h:3 +#: hacks/config/glblur.xml.h:2 hacks/config/glmatrix.xml.h:3 #: hacks/config/imsmap.xml.h:4 hacks/config/lavalite.xml.h:6 #: hacks/config/pyro.xml.h:2 hacks/config/qix.xml.h:5 #: hacks/config/squiral.xml.h:1 hacks/config/xearth.xml.h:4 @@ -2027,10 +2332,11 @@ msgid "" msgstr "" #: hacks/config/coral.xml.h:13 hacks/config/gflux.xml.h:13 -#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:28 +#: hacks/config/glblur.xml.h:16 hacks/config/glmatrix.xml.h:19 +#: hacks/config/imsmap.xml.h:13 hacks/config/lavalite.xml.h:29 #: hacks/config/pyro.xml.h:14 hacks/config/qix.xml.h:21 #: hacks/config/squiral.xml.h:15 hacks/config/xearth.xml.h:24 -#: hacks/config/xmatrix.xml.h:16 +#: hacks/config/xmatrix.xml.h:17 msgid "Sparse" msgstr "較稀疏" @@ -2065,13 +2371,13 @@ msgstr "畫面中央" #: hacks/config/grav.xml.h:1 hacks/config/julia.xml.h:1 #: hacks/config/laser.xml.h:1 hacks/config/lisa.xml.h:1 #: hacks/config/lissie.xml.h:2 hacks/config/morph3d.xml.h:2 -#: hacks/config/mountain.xml.h:1 hacks/config/qix.xml.h:4 -#: hacks/config/rocks.xml.h:2 hacks/config/rotor.xml.h:2 -#: hacks/config/rubik.xml.h:1 hacks/config/shadebobs.xml.h:1 -#: hacks/config/sierpinski.xml.h:1 hacks/config/slip.xml.h:1 -#: hacks/config/spiral.xml.h:1 hacks/config/sproingies.xml.h:1 -#: hacks/config/superquadrics.xml.h:1 hacks/config/swirl.xml.h:1 -#: hacks/config/worm.xml.h:2 +#: hacks/config/mountain.xml.h:1 hacks/config/piecewise.xml.h:2 +#: hacks/config/qix.xml.h:4 hacks/config/rocks.xml.h:2 +#: hacks/config/rotor.xml.h:2 hacks/config/rubik.xml.h:1 +#: hacks/config/shadebobs.xml.h:1 hacks/config/sierpinski.xml.h:1 +#: hacks/config/slip.xml.h:1 hacks/config/spiral.xml.h:1 +#: hacks/config/sproingies.xml.h:1 hacks/config/superquadrics.xml.h:1 +#: hacks/config/swirl.xml.h:1 hacks/config/worm.xml.h:2 msgid "Count" msgstr "計數" @@ -2128,7 +2434,8 @@ msgstr "顯示副程序錯誤訊息(_E)" msgid "Display Wireframe" msgstr "顯示模式" -#: hacks/config/cubenetic.xml.h:6 hacks/config/gltext.xml.h:2 +#: hacks/config/cubenetic.xml.h:6 hacks/config/glblur.xml.h:3 +#: hacks/config/glknots.xml.h:2 hacks/config/gltext.xml.h:2 #: hacks/config/lavalite.xml.h:7 hacks/config/menger.xml.h:1 #: hacks/config/molecule.xml.h:4 hacks/config/spheremonics.xml.h:1 msgid "Don't Rotate" @@ -2141,43 +2448,50 @@ msgid "" "Jamie Zawinski." msgstr "" -#: hacks/config/cubenetic.xml.h:14 hacks/config/gltext.xml.h:5 +#: hacks/config/cubenetic.xml.h:14 hacks/config/glblur.xml.h:6 +#: hacks/config/glknots.xml.h:8 hacks/config/gltext.xml.h:5 #: hacks/config/lavalite.xml.h:19 hacks/config/menger.xml.h:7 #: hacks/config/molecule.xml.h:14 hacks/config/spheremonics.xml.h:10 msgid "Rotate around X and Y axes" msgstr "沿 X 及 Y 軸旋轉" -#: hacks/config/cubenetic.xml.h:15 hacks/config/gltext.xml.h:6 +#: hacks/config/cubenetic.xml.h:15 hacks/config/glblur.xml.h:7 +#: hacks/config/glknots.xml.h:9 hacks/config/gltext.xml.h:6 #: hacks/config/lavalite.xml.h:20 hacks/config/menger.xml.h:8 #: hacks/config/molecule.xml.h:15 hacks/config/spheremonics.xml.h:11 msgid "Rotate around X and Z axes" msgstr "沿 X 及 Z 軸旋轉" -#: hacks/config/cubenetic.xml.h:16 hacks/config/gltext.xml.h:7 +#: hacks/config/cubenetic.xml.h:16 hacks/config/glblur.xml.h:8 +#: hacks/config/glknots.xml.h:10 hacks/config/gltext.xml.h:7 #: hacks/config/lavalite.xml.h:21 hacks/config/menger.xml.h:9 #: hacks/config/molecule.xml.h:16 hacks/config/spheremonics.xml.h:12 msgid "Rotate around X axis" msgstr "沿 X 軸旋轉" -#: hacks/config/cubenetic.xml.h:17 hacks/config/gltext.xml.h:8 +#: hacks/config/cubenetic.xml.h:17 hacks/config/glblur.xml.h:9 +#: hacks/config/glknots.xml.h:11 hacks/config/gltext.xml.h:8 #: hacks/config/lavalite.xml.h:22 hacks/config/menger.xml.h:10 #: hacks/config/molecule.xml.h:17 hacks/config/spheremonics.xml.h:13 msgid "Rotate around Y and Z axes" msgstr "沿 Y 及 Z 軸旋轉" -#: hacks/config/cubenetic.xml.h:18 hacks/config/gltext.xml.h:9 +#: hacks/config/cubenetic.xml.h:18 hacks/config/glblur.xml.h:10 +#: hacks/config/glknots.xml.h:12 hacks/config/gltext.xml.h:9 #: hacks/config/lavalite.xml.h:23 hacks/config/menger.xml.h:11 #: hacks/config/molecule.xml.h:18 hacks/config/spheremonics.xml.h:14 msgid "Rotate around Y axis" msgstr "沿 Y 軸旋轉" -#: hacks/config/cubenetic.xml.h:19 hacks/config/gltext.xml.h:10 +#: hacks/config/cubenetic.xml.h:19 hacks/config/glblur.xml.h:11 +#: hacks/config/glknots.xml.h:13 hacks/config/gltext.xml.h:10 #: hacks/config/lavalite.xml.h:24 hacks/config/menger.xml.h:12 #: hacks/config/molecule.xml.h:19 hacks/config/spheremonics.xml.h:15 msgid "Rotate around Z axis" msgstr "沿 Z 軸旋轉" -#: hacks/config/cubenetic.xml.h:20 hacks/config/gltext.xml.h:11 +#: hacks/config/cubenetic.xml.h:20 hacks/config/glblur.xml.h:12 +#: hacks/config/glknots.xml.h:14 hacks/config/gltext.xml.h:11 #: hacks/config/lavalite.xml.h:25 hacks/config/menger.xml.h:13 #: hacks/config/molecule.xml.h:20 hacks/config/spheremonics.xml.h:16 msgid "Rotate around all three axes" @@ -2195,14 +2509,42 @@ msgstr "" msgid "Surface Pattern Speed" msgstr "" -#: hacks/config/cubenetic.xml.h:28 hacks/config/dangerball.xml.h:10 -#: hacks/config/engine.xml.h:8 hacks/config/glforestfire.xml.h:19 -#: hacks/config/gltext.xml.h:17 hacks/config/lavalite.xml.h:30 -#: hacks/config/menger.xml.h:20 hacks/config/molecule.xml.h:25 -#: hacks/config/spheremonics.xml.h:25 hacks/config/wander.xml.h:15 +#: hacks/config/cubenetic.xml.h:28 hacks/config/cubestorm.xml.h:13 +#: hacks/config/dangerball.xml.h:10 hacks/config/engine.xml.h:20 +#: hacks/config/glblur.xml.h:19 hacks/config/glforestfire.xml.h:19 +#: hacks/config/glknots.xml.h:22 hacks/config/gltext.xml.h:17 +#: hacks/config/lavalite.xml.h:31 hacks/config/menger.xml.h:20 +#: hacks/config/molecule.xml.h:25 hacks/config/spheremonics.xml.h:25 +#: hacks/config/wander.xml.h:15 msgid "Wander" msgstr "" +#: hacks/config/cubestorm.xml.h:2 +#, fuzzy +msgid "CubeStorm" +msgstr "立方體" + +#: hacks/config/cubestorm.xml.h:3 +msgid "" +"Draws a series of rotating 3D boxes that intersect each other and eventually " +"fill space. Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/cubestorm.xml.h:5 hacks/config/glknots.xml.h:6 +#, fuzzy +msgid "Motion Speed" +msgstr "旋轉速度" + +#: hacks/config/cubestorm.xml.h:6 +#, fuzzy +msgid "Number of Cubes" +msgstr "光環的數目" + +#: hacks/config/cubestorm.xml.h:10 +#, fuzzy +msgid "Strut Thickness" +msgstr "厚度" + #: hacks/config/cynosure.xml.h:1 msgid "" "A hack similar to `greynetic', but less frenetic. The first implementation " @@ -2306,8 +2648,8 @@ msgid "" "This takes an image and makes it melt. You've no doubt seen this effect " "before, but no screensaver would really be complete without it. It works " "best if there's something colorful visible. Warning, if the effect continues " -"after the screen saver is off, seek medical attention. Written by David Wald " -"and Vivek Khera." +"after the screen saver is off, seek medical attention. Written by David " +"Wald, Vivek Khera, Jamie Zawinski, and Vince Levey." msgstr "" #: hacks/config/deco.xml.h:3 @@ -2332,7 +2674,7 @@ msgid "" msgstr "" #: hacks/config/deco.xml.h:11 hacks/config/rd-bomb.xml.h:23 -#: hacks/config/whirlygig.xml.h:7 hacks/config/xearth.xml.h:33 +#: hacks/config/whirlygig.xml.h:20 hacks/config/xearth.xml.h:33 #: hacks/config/zoom.xml.h:10 msgid "x" msgstr "x" @@ -2359,10 +2701,6 @@ msgid "" "stripes and spirals. Written by David Bagley." msgstr "" -#: hacks/config/demon.xml.h:2 hacks/config/petri.xml.h:1 -msgid "Cell Size" -msgstr "" - #: hacks/config/demon.xml.h:3 msgid "Demon" msgstr "魔鬼" @@ -2405,11 +2743,6 @@ msgstr "鏡片大小" msgid "Magnify" msgstr "放大" -#: hacks/config/distort.xml.h:9 hacks/config/glforestfire.xml.h:10 -#: hacks/config/lament.xml.h:4 hacks/config/sballs.xml.h:6 -msgid "Normal" -msgstr "一般" - #: hacks/config/distort.xml.h:10 msgid "Reflect" msgstr "反射" @@ -2462,18 +2795,44 @@ msgid "Lissojous Figures" msgstr "Lissojous 圖案" #: hacks/config/electricsheep.xml.h:1 -msgid "ElectricSheep" -msgstr "" - -#: hacks/config/electricsheep.xml.h:2 msgid "" "ElectricSheep is an xscreensaver module that displays mpeg video of an " "animated fractal flame. In the background, it contributes render cycles to " "the next animation. Periodically it uploades completed frames to the server, " "where they are compressed for distribution to all clients. This program is " -"recommended only if you have a high bandwidth connection to the Internet. By " -"Scott Draves. You can find it at <http://www.electricsheep.org/>. See " -"that web site for configuration information." +"recommended only if you have a high bandwidth, always-on connection to the " +"Internet. By Scott Draves. You can find it at <http://www.electricsheep." +"org/>." +msgstr "" + +#: hacks/config/electricsheep.xml.h:2 +msgid "Frame Rate" +msgstr "" + +#: hacks/config/electricsheep.xml.h:3 +#, fuzzy +msgid "Hide Sheep" +msgstr "滑動速度" + +#: hacks/config/electricsheep.xml.h:4 +msgid "Megabytes of Local Sheep Storage" +msgstr "" + +#: hacks/config/electricsheep.xml.h:5 +msgid "Nickname" +msgstr "" + +#: hacks/config/electricsheep.xml.h:6 +msgid "Repititions of each Sheep" +msgstr "" + +#: hacks/config/electricsheep.xml.h:7 +#, fuzzy +msgid "Standalone" +msgstr "標準" + +#: hacks/config/electricsheep.xml.h:8 +msgid "URL" msgstr "" #: hacks/config/endgame.xml.h:1 @@ -2487,15 +2846,64 @@ msgid "Endgame" msgstr "" #: hacks/config/engine.xml.h:1 -msgid "" -"Draws a simple four-stroke engine that floats around the screen. Written by " -"Ben Buxton." +msgid "Audi Quattro (5 cylinders)" msgstr "" #: hacks/config/engine.xml.h:2 +msgid "BMW M3 (4 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:3 +msgid "BMW M5 (6 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:4 +msgid "Corvette Z06 (8 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:5 +msgid "Dodge Viper (10 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:6 +msgid "" +"Draws a simple model of an engine that floats around the screen. Written by " +"Ben Buxton and Ed Beroset." +msgstr "" + +#: hacks/config/engine.xml.h:7 msgid "Engine" msgstr "" +#: hacks/config/engine.xml.h:9 +msgid "Honda Insight (3 cylinders)" +msgstr "" + +#: hacks/config/engine.xml.h:10 +msgid "Jaguar XKE (12 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:11 +msgid "Porsche 911 (6 cylinders, flat)" +msgstr "" + +#: hacks/config/engine.xml.h:12 +#, fuzzy +msgid "Random Engine" +msgstr "隨機化" + +#: hacks/config/engine.xml.h:13 +msgid "Show Engine Name" +msgstr "" + +#: hacks/config/engine.xml.h:18 +msgid "Subaru XT (6 cylinders, V)" +msgstr "" + +#: hacks/config/engine.xml.h:19 +msgid "VW Beetle (4 cylinders, flat)" +msgstr "" + #: hacks/config/epicycle.xml.h:4 msgid "Epicycle" msgstr "擺線" @@ -2512,6 +2920,55 @@ msgid "" "planetary motion. Written by James Youngman." msgstr "" +#: hacks/config/eruption.xml.h:1 +msgid "An exposive version of XFlame. By W.P. van Paassen." +msgstr "" + +#: hacks/config/eruption.xml.h:2 +msgid "Cooling factor" +msgstr "" + +#: hacks/config/eruption.xml.h:4 +#, fuzzy +msgid "Eruption" +msgstr "描述" + +#: hacks/config/eruption.xml.h:7 hacks/config/fluidballs.xml.h:9 +#: hacks/config/qix.xml.h:9 hacks/config/speedmine.xml.h:4 +msgid "Gravity" +msgstr "重力" + +#: hacks/config/eruption.xml.h:8 +msgid "Heat" +msgstr "" + +#: hacks/config/eruption.xml.h:9 +#, fuzzy +msgid "Inferno" +msgstr "干擾" + +#: hacks/config/eruption.xml.h:10 +msgid "Little" +msgstr "" + +#: hacks/config/eruption.xml.h:13 +msgid "Negative" +msgstr "" + +#: hacks/config/eruption.xml.h:15 +#, fuzzy +msgid "Number of Particles" +msgstr "光環的數目" + +#: hacks/config/eruption.xml.h:16 +#, fuzzy +msgid "Pleasant" +msgstr "GL 星球" + +#: hacks/config/eruption.xml.h:17 +msgid "Positive" +msgstr "" + #: hacks/config/euler2d.xml.h:2 msgid "Euler2d" msgstr "Euler2d" @@ -2623,7 +3080,8 @@ msgstr "" msgid "0 Seconds" msgstr "0 秒" -#: hacks/config/flame.xml.h:2 hacks/config/maze.xml.h:2 +#: hacks/config/flame.xml.h:2 hacks/config/glslideshow.xml.h:2 +#: hacks/config/maze.xml.h:2 msgid "10 Seconds" msgstr "10 秒" @@ -2631,7 +3089,7 @@ msgstr "10 秒" msgid "Another iterative fractal generator. Written by Scott Draves." msgstr "" -#: hacks/config/flame.xml.h:4 +#: hacks/config/flame.xml.h:4 hacks/config/jigglypuff.xml.h:4 msgid "Complexity" msgstr "複雜度" @@ -2692,33 +3150,28 @@ msgid "Zoom In and Out" msgstr "拉近及拉遠" #: hacks/config/fluidballs.xml.h:1 +msgid " Freefall" +msgstr "" + +#: hacks/config/fluidballs.xml.h:2 #, fuzzy msgid "Ball Size" msgstr "軌跡大小" -#: hacks/config/fluidballs.xml.h:5 +#: hacks/config/fluidballs.xml.h:4 +#, fuzzy +msgid "Clay" +msgstr "延遲" + +#: hacks/config/fluidballs.xml.h:7 #, fuzzy msgid "FluidBalls" msgstr "圓球" -#: hacks/config/fluidballs.xml.h:6 -msgid "Freefall" -msgstr "" - -#: hacks/config/fluidballs.xml.h:7 hacks/config/twang.xml.h:4 +#: hacks/config/fluidballs.xml.h:8 hacks/config/twang.xml.h:4 msgid "Friction" msgstr "" -#: hacks/config/fluidballs.xml.h:8 -#, fuzzy -msgid "Glass" -msgstr "齒輪" - -#: hacks/config/fluidballs.xml.h:9 hacks/config/qix.xml.h:9 -#: hacks/config/speedmine.xml.h:4 -msgid "Gravity" -msgstr "重力" - #: hacks/config/fluidballs.xml.h:10 msgid "Hurricane" msgstr "" @@ -2737,8 +3190,8 @@ msgstr "" #: hacks/config/fluidballs.xml.h:15 #, fuzzy -msgid "Sandpaper" -msgstr "標準" +msgid "Rubber" +msgstr "氣泡" #: hacks/config/fluidballs.xml.h:16 msgid "Shake Box" @@ -2757,6 +3210,100 @@ msgstr "" msgid "Wind" msgstr "Windows" +#: hacks/config/flurry.xml.h:1 +msgid "Binary" +msgstr "" + +#: hacks/config/flurry.xml.h:2 +#, fuzzy +msgid "Classic" +msgstr "齒輪" + +#: hacks/config/flurry.xml.h:3 +#, fuzzy +msgid "Fire" +msgstr "檔案(_F)" + +#: hacks/config/flurry.xml.h:4 +msgid "Flurry" +msgstr "" + +#: hacks/config/flurry.xml.h:5 +msgid "Insane" +msgstr "" + +#: hacks/config/flurry.xml.h:6 +#, fuzzy +msgid "Psychedelic" +msgstr "迷幻色彩" + +#: hacks/config/flurry.xml.h:7 +msgid "RGB" +msgstr "" + +#: hacks/config/flurry.xml.h:8 hacks/config/jigglypuff.xml.h:13 +#: hacks/config/sballs.xml.h:10 hacks/config/whirlygig.xml.h:12 +msgid "Random" +msgstr "隨機" + +#: hacks/config/flurry.xml.h:10 +msgid "" +"This port of the OSX screensaver of the same name draws a colourful star" +"(fish)like flurry of particles. xscreensaver port by Tobias Sargeant <" +"tobias.sargeant@bigpond.com> Original Mac version by Calum Robinson <" +"calumr@mac.com> http://homepage.mac.com/calumr" +msgstr "" + +#: hacks/config/flurry.xml.h:11 +#, fuzzy +msgid "Water" +msgstr "彩色 Xterm" + +#: hacks/config/flyingtoasters.xml.h:1 +msgid "" +"A fleet of 3d space-age jet-powered flying toasters (and toast!) Inspired by " +"the ancient Berkeley Systems After Dark flying toasters. By Jamie Zawinski " +"and Baconmonkey." +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:2 +#, fuzzy +msgid "Air Speed" +msgstr "動畫速度" + +#: hacks/config/flyingtoasters.xml.h:4 +msgid "Chrome Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:6 +msgid "Flying Toasters" +msgstr "" + +#: hacks/config/flyingtoasters.xml.h:7 hacks/config/glslideshow.xml.h:16 +#: hacks/config/jigglypuff.xml.h:12 hacks/config/juggle.xml.h:6 +#: hacks/config/pipes.xml.h:10 +msgid "None" +msgstr "無" + +#: hacks/config/flyingtoasters.xml.h:8 +#, fuzzy +msgid "Number of Slices" +msgstr "光環的數目" + +#: hacks/config/flyingtoasters.xml.h:9 +#, fuzzy +msgid "Number of Toasters" +msgstr "點數" + +#: hacks/config/flyingtoasters.xml.h:12 +#, fuzzy +msgid "Solid Colors" +msgstr "顯示秒數" + +#: hacks/config/flyingtoasters.xml.h:13 +msgid "Swarm" +msgstr "" + #: hacks/config/forest.xml.h:2 hacks/config/glforestfire.xml.h:6 msgid "Forest" msgstr "森林" @@ -2843,7 +3390,7 @@ msgstr "畫面圖像" msgid "Wave Speed" msgstr "" -#: hacks/config/gflux.xml.h:15 +#: hacks/config/gflux.xml.h:15 hacks/config/glmatrix.xml.h:20 msgid "Waves" msgstr "" @@ -2851,6 +3398,25 @@ msgstr "" msgid "Wire Mesh" msgstr "" +#: hacks/config/glblur.xml.h:1 +msgid "Blur Smoothness" +msgstr "" + +#: hacks/config/glblur.xml.h:5 +msgid "GLBlur" +msgstr "" + +#: hacks/config/glblur.xml.h:18 +msgid "" +"This program draws a box and a few line segments, and generates a radial " +"blur outward from it. This creates flowing field effects. This is done by " +"rendering the scene into a small texture, then repeatedly rendering " +"increasingly-enlarged and increasingly-transparent versions of that texture " +"onto the frame buffer. As such, it's quite graphics intensive: don't bother " +"trying to run this if you don't have hardware-accelerated OpenGL texture " +"support. It will hurt your machine bad." +msgstr "" + #: hacks/config/glforestfire.xml.h:2 msgid "Desert" msgstr "沙漠" @@ -2862,7 +3428,7 @@ msgid "" "for texture maps. Written by Eric Lassauge <lassauge@mail.dotcom.fr>." msgstr "" -#: hacks/config/glforestfire.xml.h:5 +#: hacks/config/glforestfire.xml.h:5 hacks/config/glmatrix.xml.h:9 msgid "Fog" msgstr "霧" @@ -2890,9 +3456,87 @@ msgstr "雨" msgid "Track mouse" msgstr "" -#: hacks/config/glforestfire.xml.h:18 hacks/config/lament.xml.h:8 -#: hacks/config/sballs.xml.h:17 -msgid "Untextured" +#: hacks/config/glknots.xml.h:4 +msgid "GLKnots" +msgstr "" + +#: hacks/config/glknots.xml.h:5 +msgid "" +"Generates some twisting 3d knot patterns. Spins 'em around. Written by Jamie " +"Zawinski." +msgstr "" + +#: hacks/config/glknots.xml.h:7 hacks/config/lavalite.xml.h:17 +#: hacks/config/spheremonics.xml.h:9 +#, fuzzy +msgid "Resolution" +msgstr "旋轉" + +#: hacks/config/glknots.xml.h:15 +#, fuzzy +msgid "Segmented" +msgstr "線條" + +#: hacks/config/glknots.xml.h:18 hacks/config/lavalite.xml.h:28 +msgid "Smooth" +msgstr "" + +#: hacks/config/glmatrix.xml.h:2 hacks/config/xmatrix.xml.h:1 +msgid "Binary Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:4 +#, fuzzy +msgid "Draw Glyphs" +msgstr "繪畫標籤" + +#: hacks/config/glmatrix.xml.h:5 +#, fuzzy +msgid "Draw Outlines" +msgstr "畫出螞蟻" + +#: hacks/config/glmatrix.xml.h:6 +#, fuzzy +msgid "Draw Solid Boxes" +msgstr "繪畫分子鍵" + +#: hacks/config/glmatrix.xml.h:7 +msgid "" +"Draws 3D dropping characters similar to what is seen in the title sequence " +"of \"The Matrix\". See also \"xmatrix\" for a 2D rendering of the similar " +"effect that appeared on the computer monitors actually *in* the movie. " +"Written by Jamie Zawinski." +msgstr "" + +#: hacks/config/glmatrix.xml.h:10 +#, fuzzy +msgid "GLMatrix" +msgstr "Xmatrix" + +#: hacks/config/glmatrix.xml.h:11 hacks/config/xmatrix.xml.h:7 +msgid "Genetic Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:12 +#, fuzzy +msgid "Glyph Density" +msgstr "密度" + +#: hacks/config/glmatrix.xml.h:13 +#, fuzzy +msgid "Glyph Speed" +msgstr "小魚的速度" + +#: hacks/config/glmatrix.xml.h:14 hacks/config/xmatrix.xml.h:8 +msgid "Hexadecimal Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:15 hacks/config/xmatrix.xml.h:11 +msgid "Matrix Encoding" +msgstr "" + +#: hacks/config/glmatrix.xml.h:16 +msgid "Panning" msgstr "" #: hacks/config/glplanet.xml.h:1 @@ -2911,14 +3555,65 @@ msgstr "GL 星球" msgid "Image File" msgstr "圖像檔" -#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 -msgid "1" -msgstr "1" +#: hacks/config/glslideshow.xml.h:4 hacks/config/rd-bomb.xml.h:5 +#, no-c-format +msgid "100%" +msgstr "100%" -#: hacks/config/glsnake.xml.h:2 hacks/config/penrose.xml.h:2 +#: hacks/config/glslideshow.xml.h:5 hacks/config/glsnake.xml.h:2 +#: hacks/config/penrose.xml.h:2 msgid "30 Seconds" msgstr "30 秒" +#: hacks/config/glslideshow.xml.h:6 +#, fuzzy +msgid "5 Minutes" +msgstr "1 分鐘" + +#: hacks/config/glslideshow.xml.h:8 +#, no-c-format +msgid "50%" +msgstr "" + +#: hacks/config/glslideshow.xml.h:9 +msgid "Always show at least this much of the image:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:10 +#, fuzzy +msgid "Crossfade Duration:" +msgstr "變化時間" + +#: hacks/config/glslideshow.xml.h:11 +msgid "Frame Rate:" +msgstr "" + +#: hacks/config/glslideshow.xml.h:12 +msgid "GLSlideshow" +msgstr "" + +#: hacks/config/glslideshow.xml.h:14 +msgid "" +"Loads a random sequence of images and smoothly scans and zooms around in " +"each, fading from pan to pan. You can set the directory from which images " +"are loaded on the \"Advanced\" tab. This program requires a good video card " +"capable of supporting large textures. Written by Jamie Zawinski and Mike " +"Oliphant." +msgstr "" + +#: hacks/config/glslideshow.xml.h:17 +#, fuzzy +msgid "Pan/Zoom Duration:" +msgstr "變化時間" + +#: hacks/config/glslideshow.xml.h:19 +msgid "Time until loading a new image:" +msgstr "" + +#: hacks/config/glsnake.xml.h:1 hacks/config/lavalite.xml.h:1 +msgid "1" +msgstr "1" + #: hacks/config/glsnake.xml.h:3 msgid "" "Draws a simulation of the Rubik's Snake puzzle. Written by Jamie Wilkinson, " @@ -3046,20 +3741,69 @@ msgstr "物件會留下軌跡" msgid "Orbital Decay" msgstr "軌跡逐漸褪色" -#: hacks/config/grav.xml.h:10 -msgid "" -"This program draws a simple orbital simulation. If you turn on trails, it " -"looks kind of like a cloud-chamber photograph. Written by Greg Bowering." +#: hacks/config/grav.xml.h:10 +msgid "" +"This program draws a simple orbital simulation. If you turn on trails, it " +"looks kind of like a cloud-chamber photograph. Written by Greg Bowering." +msgstr "" + +#: hacks/config/greynetic.xml.h:2 +msgid "Greynetic" +msgstr "Greynetic" + +#: hacks/config/greynetic.xml.h:5 +msgid "" +"This draws random colored and stippled rectangles. Written by Jamie Zawinski." +msgstr "它繪畫隨機顏色的條狀矩形。由 Jamie Zawinski 編寫。" + +#: hacks/config/halftone.xml.h:1 +msgid "Delay (Large = low cpu load)" +msgstr "" + +#: hacks/config/halftone.xml.h:2 +msgid "Dot fill factor" +msgstr "" + +#: hacks/config/halftone.xml.h:3 +#, fuzzy +msgid "Dot size" +msgstr "螞蟻大小" + +#: hacks/config/halftone.xml.h:4 +msgid "" +"Draws the gravity force in each point on the screen seen through a halftone " +"dot pattern. The gravity force is calculated from a set of moving mass " +"points. View it from a distance for best effect. Written by Peter Jaric <" +"peter@jaric.org>." +msgstr "" + +#: hacks/config/halftone.xml.h:5 +#, fuzzy +msgid "Gravity points" +msgstr "重力" + +#: hacks/config/halftone.xml.h:6 +#, fuzzy +msgid "Halftone" +msgstr "暈輪" + +#: hacks/config/halftone.xml.h:10 +msgid "Maximum mass" msgstr "" -#: hacks/config/greynetic.xml.h:2 -msgid "Greynetic" -msgstr "Greynetic" +#: hacks/config/halftone.xml.h:11 +#, fuzzy +msgid "Maximum speed" +msgstr "動畫速度" -#: hacks/config/greynetic.xml.h:5 -msgid "" -"This draws random colored and stippled rectangles. Written by Jamie Zawinski." -msgstr "它繪畫隨機顏色的條狀矩形。由 Jamie Zawinski 編寫。" +#: hacks/config/halftone.xml.h:12 +msgid "Minimum mass" +msgstr "" + +#: hacks/config/halftone.xml.h:13 +#, fuzzy +msgid "Minimum speed" +msgstr "動畫速度" #: hacks/config/halo.xml.h:1 msgid "Animate Circles" @@ -3221,6 +3965,108 @@ msgstr "" "色。不要想太久,否則會燒壞腦袋呢。由 Joe Keane、Fritz Mueller 及 Jamie " "Zawinski 編寫。" +#: hacks/config/hypertorus.xml.h:1 +msgid "-4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:2 +msgid "4.0" +msgstr "" + +#: hacks/config/hypertorus.xml.h:3 +msgid "4D Hypertorus" +msgstr "" + +#: hacks/config/hypertorus.xml.h:4 +#, fuzzy +msgid "Color Wheel" +msgstr "顏色" + +#: hacks/config/hypertorus.xml.h:5 +#, fuzzy +msgid "Display Speed" +msgstr "顯示秒數" + +#: hacks/config/hypertorus.xml.h:7 +msgid "Orthographic 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:8 +msgid "Orthographic 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:9 +msgid "Perspective 3d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:10 +msgid "Perspective 4d" +msgstr "" + +#: hacks/config/hypertorus.xml.h:11 +msgid "See-Through Bands" +msgstr "" + +#: hacks/config/hypertorus.xml.h:14 +#, fuzzy +msgid "Solid Object" +msgstr "隨機物件" + +#: hacks/config/hypertorus.xml.h:15 hacks/config/pulsar.xml.h:16 +msgid "Solid Surface" +msgstr "" + +#: hacks/config/hypertorus.xml.h:16 +msgid "" +"This program shows a rotating Clifford Torus: a torus lying on the \"surface" +"\" of a 4D hypersphere. Written by Carsten Steger, inspired by Thomas " +"Banchoff's book \"Beyond the Third Dimension: Geometry, Computer Graphics, " +"and Higher Dimensions\", Scientific American Library, 1990." +msgstr "" + +#: hacks/config/hypertorus.xml.h:17 +#, fuzzy +msgid "Transparent Surface" +msgstr "透明" + +#: hacks/config/hypertorus.xml.h:18 +msgid "Two-Sided" +msgstr "" + +#: hacks/config/hypertorus.xml.h:19 +#, fuzzy +msgid "WX Rotation Speed" +msgstr "旋轉速度" + +#: hacks/config/hypertorus.xml.h:20 +#, fuzzy +msgid "WY Rotation Speed" +msgstr "旋轉速度" + +#: hacks/config/hypertorus.xml.h:21 +#, fuzzy +msgid "WZ Rotation Speed" +msgstr "旋轉速度" + +#: hacks/config/hypertorus.xml.h:22 +msgid "Wireframe Mesh" +msgstr "" + +#: hacks/config/hypertorus.xml.h:23 +#, fuzzy +msgid "XY Rotation Speed" +msgstr "旋轉速度" + +#: hacks/config/hypertorus.xml.h:24 +#, fuzzy +msgid "XZ Rotation Speed" +msgstr "旋轉速度" + +#: hacks/config/hypertorus.xml.h:25 +#, fuzzy +msgid "YZ Rotation Speed" +msgstr "旋轉速度" + #: hacks/config/ifs.xml.h:2 msgid "IFS" msgstr "IFS" @@ -3289,6 +4135,98 @@ msgstr "" msgid "Wave Size" msgstr "" +#: hacks/config/jigglypuff.xml.h:2 +msgid "Chrome" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:3 +msgid "Clown barf" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:5 +#, fuzzy +msgid "Cycle" +msgstr "彩色 Xterm" + +#: hacks/config/jigglypuff.xml.h:7 +msgid "Flower box" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:9 +msgid "Inertial damping" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:10 +msgid "JigglyPuff" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:14 +#, fuzzy +msgid "Rotation speed" +msgstr "旋轉速度" + +#: hacks/config/jigglypuff.xml.h:17 hacks/config/sphere.xml.h:7 +msgid "Sphere" +msgstr "球體" + +#: hacks/config/jigglypuff.xml.h:18 +msgid "Sphere strength" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:19 +#, fuzzy +msgid "Spookiness" +msgstr "Sproingies" + +#: hacks/config/jigglypuff.xml.h:20 +msgid "Spoooooky" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:21 hacks/config/sballs.xml.h:16 +msgid "Tetrahedron" +msgstr "正四面體" + +#: hacks/config/jigglypuff.xml.h:22 +msgid "" +"This little gem does bad things with quasi-spherical objects. The gist of it " +"is that you have what is, structurally, a tetrahedron with tesselated faces. " +"the vertices on these faces have forces on them in the form of one " +"proportional to their distance from the surface of a sphere, and one which " +"is proportional to how far they differ from some ideal distance from their " +"neighbors. They also have inertia. The forces and distance are parameters " +"and there are also a couple of visual parameters. The resulting effect can " +"range from a shape that does nothing, to a frenetic polygon storm. Somewhere " +"in between there it usually manifests as a blob that jiggles in a kind of " +"disturbing manner. woo. It doesn't matter, however. You should just pick " +"'random'. It overrides all the other options, except for fps, delay and " +"complexity. By Keith Macleod" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:23 +msgid "Vertex-vertex behavior" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:24 +msgid "Vertex-vertex force" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:26 +msgid "collapse" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:27 +msgid "expand" +msgstr "" + +#: hacks/config/jigglypuff.xml.h:28 +#, fuzzy +msgid "none" +msgstr "無" + +#: hacks/config/jigglypuff.xml.h:29 +msgid "strong" +msgstr "" + #: hacks/config/jigsaw.xml.h:4 msgid "Jigsaw" msgstr "拼圖" @@ -3319,10 +4257,6 @@ msgstr "" msgid "Juggle" msgstr "" -#: hacks/config/juggle.xml.h:6 hacks/config/pipes.xml.h:10 -msgid "None" -msgstr "無" - #: hacks/config/julia.xml.h:3 hacks/config/rorschach.xml.h:4 msgid "Iterations" msgstr "" @@ -3365,6 +4299,25 @@ msgstr "" msgid "Trails" msgstr "軌跡" +#: hacks/config/klein.xml.h:3 +msgid "Klein" +msgstr "" + +#: hacks/config/klein.xml.h:10 +msgid "" +"This draws a visualization of a Klein bottle or some other interesting " +"parametric surfaces. Written by Andrey Mirtchovski." +msgstr "" + +#: hacks/config/klein.xml.h:11 +msgid "Use Randomized Surfaces and Primitives" +msgstr "" + +#: hacks/config/klein.xml.h:12 +#, fuzzy +msgid "Wander Around the Screen" +msgstr "畫面中央" + #: hacks/config/kumppa.xml.h:5 msgid "Kumppa" msgstr "Kumppa" @@ -3450,19 +4403,10 @@ msgstr "" msgid "Random Lamp Style" msgstr "隨機溶化方式" -#: hacks/config/lavalite.xml.h:17 hacks/config/spheremonics.xml.h:9 -#, fuzzy -msgid "Resolution" -msgstr "旋轉" - #: hacks/config/lavalite.xml.h:18 msgid "Rocket Lavalite" msgstr "" -#: hacks/config/lavalite.xml.h:27 -msgid "Smooth" -msgstr "" - #: hacks/config/lightning.xml.h:2 msgid "Lightning" msgstr "閃電" @@ -3613,6 +4557,35 @@ msgid "" "by Jamie Zawinski." msgstr "" +#: hacks/config/metaballs.xml.h:1 +#, fuzzy +msgid "Big" +msgstr "較大" + +#: hacks/config/metaballs.xml.h:2 +msgid "" +"Draws two dimensional metaballs: overlapping and merging balls with fuzzy " +"edges. By W.P. van Paassen." +msgstr "" + +#: hacks/config/metaballs.xml.h:7 +msgid "MetaBall Movement" +msgstr "" + +#: hacks/config/metaballs.xml.h:8 +msgid "MetaBall Radius" +msgstr "" + +#: hacks/config/metaballs.xml.h:9 +#, fuzzy +msgid "MetaBalls" +msgstr "圓球" + +#: hacks/config/metaballs.xml.h:11 +#, fuzzy +msgid "Number of MetaBalls" +msgstr "碎形數目" + #: hacks/config/moebius.xml.h:1 msgid "" "Another M. C. Escher hack by Marcelo Vianna, this one draws ``Moebius Strip " @@ -3973,6 +4946,28 @@ msgstr "燐光" msgid "Scale" msgstr "" +#: hacks/config/piecewise.xml.h:1 +msgid "Color shifting speed" +msgstr "" + +#: hacks/config/piecewise.xml.h:6 +msgid "Maximum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:7 +msgid "Minimum radius" +msgstr "" + +#: hacks/config/piecewise.xml.h:8 +msgid "Piecewise" +msgstr "" + +#: hacks/config/piecewise.xml.h:12 +msgid "" +"This draws a bunch of moving circles which switch from visibility to " +"invisibility at intersection points. Written by Geoffrey Irving." +msgstr "" + #: hacks/config/pipes.xml.h:1 msgid "Allow Tight Turns" msgstr "" @@ -4035,6 +5030,36 @@ msgid "" "puzzle pieces. Written by Stephen Montgomery-Smith." msgstr "" +#: hacks/config/popsquares.xml.h:1 +#, fuzzy +msgid "Border" +msgstr "邊框寬度" + +#: hacks/config/popsquares.xml.h:2 +msgid "End color" +msgstr "" + +#: hacks/config/popsquares.xml.h:7 +msgid "Start color" +msgstr "" + +#: hacks/config/popsquares.xml.h:8 +msgid "Subdivision" +msgstr "" + +#: hacks/config/popsquares.xml.h:9 +msgid "" +"This draws a pop-art-ish looking grid of pulsing colors. By Levi Burton." +msgstr "" + +#: hacks/config/popsquares.xml.h:10 +msgid "Twitch" +msgstr "" + +#: hacks/config/popsquares.xml.h:11 +msgid "popsquares" +msgstr "" + #: hacks/config/pulsar.xml.h:1 msgid "Anti-alias Lines" msgstr "平滑線條" @@ -4082,10 +5107,6 @@ msgstr "脈沖" msgid "Quad Count" msgstr "" -#: hacks/config/pulsar.xml.h:16 -msgid "Solid Surface" -msgstr "" - #: hacks/config/pulsar.xml.h:18 msgid "Texture PPM File" msgstr "" @@ -4098,10 +5119,6 @@ msgstr "" msgid "Launch Frequency" msgstr "發放頻率" -#: hacks/config/pyro.xml.h:8 -msgid "Often" -msgstr "經常" - #: hacks/config/pyro.xml.h:9 msgid "Particle Density" msgstr "煙花密度" @@ -4179,11 +5196,6 @@ msgstr "/" msgid "1%" msgstr "1%" -#: hacks/config/rd-bomb.xml.h:5 -#, no-c-format -msgid "100%" -msgstr "100%" - #: hacks/config/rd-bomb.xml.h:7 msgid "" "Another variation of the `Bomb' program by Scott Draves. This draws a grid " @@ -4395,10 +5407,6 @@ msgstr "平面" msgid "Pyramid" msgstr "錐體" -#: hacks/config/sballs.xml.h:10 -msgid "Random" -msgstr "隨機" - #: hacks/config/sballs.xml.h:11 msgid "Sballs" msgstr "" @@ -4407,10 +5415,6 @@ msgstr "" msgid "Star" msgstr "" -#: hacks/config/sballs.xml.h:16 -msgid "Tetrahedron" -msgstr "正四面體" - #: hacks/config/shadebobs.xml.h:7 msgid "ShadeBobs" msgstr "" @@ -4565,10 +5569,6 @@ msgstr "" "另一款年代久遠的經典畫面裝飾,它使用不同的顏色繪畫帶有陰影的球體。它的出現可" "以追溯至 1982 年由 Tom Duff 的程式。" -#: hacks/config/sphere.xml.h:7 -msgid "Sphere" -msgstr "球體" - #: hacks/config/sphereEversion.xml.h:1 msgid "SphereEversion" msgstr "" @@ -4601,7 +5601,7 @@ msgid "" "angular momentum operators. Written by Paul Bourke and Jamie Zawinski." msgstr "" -#: hacks/config/spiral.xml.h:2 +#: hacks/config/spiral.xml.h:2 hacks/config/superquadrics.xml.h:2 msgid "Cycles" msgstr "" @@ -4674,10 +5674,9 @@ msgid "" "work with some window managers, but not with others, so your mileage may " "vary. SSystem was once available at <http://www1.las.es/~amil/ssystem/" ">, but is now gone. You may still be able to find copies elsewhere. " -"SSystem has since evolved into two different programs: OpenUniverse (http://" -"openuniverse.sourceforge.net/) and Celestia (http://www.shatters.net/" -"celestia/). Sadly, neither of these programs work with xscreensaver at all. " -"You are encouraged to nag their authors into adding xscreensaver support!" +"SSystem has since evolved into Celestia, found at <http://www.shatters." +"net/celestia/>. Sadly, Celestia does not work with xscreensaver at all. " +"You are encouraged to nag the authors into adding xscreensaver support!" msgstr "" #: hacks/config/stairs.xml.h:6 @@ -4795,14 +5794,14 @@ msgid "" "Written by Massimino Pascal." msgstr "" -#: hacks/config/superquadrics.xml.h:2 +#: hacks/config/superquadrics.xml.h:3 msgid "" "Ed Mackey reports that he wrote the first version of this program in BASIC " "on a Commodore 64 in 1987, as a 320x200 black and white wireframe. Now it is " "GL and has specular reflections." msgstr "" -#: hacks/config/superquadrics.xml.h:10 +#: hacks/config/superquadrics.xml.h:11 msgid "Superquadrics" msgstr "" @@ -5026,17 +6025,69 @@ msgid "Amplitude" msgstr "幅度" #: hacks/config/whirlygig.xml.h:2 +#, fuzzy +msgid "Circle" +msgstr "電路圖" + +#: hacks/config/whirlygig.xml.h:3 msgid "Draws zooming chains of sinusoidal spots. Written by Ashton Trey Belew." msgstr "" +#: hacks/config/whirlygig.xml.h:4 +#, fuzzy +msgid "Explain modes" +msgstr "顯示模式" + #: hacks/config/whirlygig.xml.h:5 -msgid "Whirlies" +msgid "Fun" msgstr "" #: hacks/config/whirlygig.xml.h:6 +msgid "Funky" +msgstr "" + +#: hacks/config/whirlygig.xml.h:7 +msgid "Innie" +msgstr "" + +#: hacks/config/whirlygig.xml.h:8 +#, fuzzy +msgid "Leave a trail" +msgstr "留下軌跡" + +#: hacks/config/whirlygig.xml.h:9 +#, fuzzy +msgid "Linear" +msgstr "線" + +#: hacks/config/whirlygig.xml.h:11 +#, fuzzy +msgid "Lissajous" +msgstr "Lissojous 圖案" + +#: hacks/config/whirlygig.xml.h:15 +#, fuzzy +msgid "Test" +msgstr "文字" + +#: hacks/config/whirlygig.xml.h:16 +#, fuzzy +msgid "Use Double Buffering" +msgstr "使用雙重緩衝區" + +#: hacks/config/whirlygig.xml.h:17 +msgid "Whirlies" +msgstr "" + +#: hacks/config/whirlygig.xml.h:18 msgid "WhirlyGig" msgstr "" +#: hacks/config/whirlygig.xml.h:19 +#, fuzzy +msgid "Wrap the screen" +msgstr "擷取畫面" + #: hacks/config/worm.xml.h:1 msgid "" "An ancient xlock hack that draws multicolored worms that crawl around the " @@ -5053,7 +6104,7 @@ msgid "" "XaoS generates fast fly-through animations of the Mandelbrot and other " "fractal sets. Written by Thomas Marsh and Jan Hubicka. This is not included " "with the XScreenSaver package, but if you don't have it already, you can " -"find it at <http://limax.paru.cas.cz/~hubicka/XaoS/>." +"find it at <http://xaos.theory.org/>." msgstr "" #: hacks/config/xdaliclock.xml.h:1 @@ -5076,7 +6127,7 @@ msgstr "顯示秒數" msgid "Huge Font" msgstr "極大字體" -#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:9 +#: hacks/config/xdaliclock.xml.h:6 hacks/config/xmatrix.xml.h:10 msgid "Large Font" msgstr "大字體" @@ -5084,7 +6135,7 @@ msgstr "大字體" msgid "Medium Font" msgstr "中等字體大小" -#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:15 +#: hacks/config/xdaliclock.xml.h:8 hacks/config/xmatrix.xml.h:16 msgid "Small Font" msgstr "小字體" @@ -5253,14 +6304,12 @@ msgstr "" msgid "Xlyap" msgstr "" -#: hacks/config/xmatrix.xml.h:1 +#: hacks/config/xmatrix.xml.h:3 msgid "" -"A rendition of the text scrolls seen in the movie ``The Matrix.'' Written by " -"Jamie Zawinski." -msgstr "" - -#: hacks/config/xmatrix.xml.h:2 -msgid "Binary Encoding" +"Draws dropping characters similar to what is seen on the computer monitors " +"in \"The Matrix\". See also \"glmatrix\" for a 3D rendering of the similar " +"effect that appeared in the title sequence of the movie. Written by Jamie " +"Zawinski." msgstr "" #: hacks/config/xmatrix.xml.h:4 @@ -5271,35 +6320,27 @@ msgstr "" msgid "Full" msgstr "" -#: hacks/config/xmatrix.xml.h:7 -msgid "Genetic Encoding" -msgstr "" - -#: hacks/config/xmatrix.xml.h:8 -msgid "Hexadecimal Encoding" -msgstr "" - -#: hacks/config/xmatrix.xml.h:10 -msgid "Matrix Encoding" +#: hacks/config/xmatrix.xml.h:9 +msgid "Knock Knock" msgstr "" -#: hacks/config/xmatrix.xml.h:11 +#: hacks/config/xmatrix.xml.h:12 msgid "Phone Number" msgstr "電話號碼" -#: hacks/config/xmatrix.xml.h:12 +#: hacks/config/xmatrix.xml.h:13 msgid "Run Trace Program" msgstr "" -#: hacks/config/xmatrix.xml.h:13 +#: hacks/config/xmatrix.xml.h:14 msgid "Slider Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:18 +#: hacks/config/xmatrix.xml.h:19 msgid "Synergistic Algorithm" msgstr "" -#: hacks/config/xmatrix.xml.h:19 +#: hacks/config/xmatrix.xml.h:20 msgid "Xmatrix" msgstr "Xmatrix" @@ -5404,6 +6445,17 @@ msgid "" "than just a simple zoom. Written by James Macnicol." msgstr "" +#~ msgid "Configure the settings of the screensaver." +#~ msgstr "更改螢幕保護程式的設定。" + +#, fuzzy +#~ msgid "Preview of screen saver" +#~ msgstr "不使用螢幕保護程式" + +#, fuzzy +#~ msgid "Sandpaper" +#~ msgstr "標準" + #~ msgid "_Advanced >>" #~ msgstr "進階設定(_A) >>" diff --git a/setup.com b/setup.com index 96f60971..81a68fc0 100644 --- a/setup.com +++ b/setup.com @@ -64,8 +64,8 @@ $ lmorph :== $'mydir'lmorph $ loop :== $'mydir'loop $ maze :== $'mydir'maze $ metaballs :== $'mydir'metaballs -$ moire :== $'mydir'moire $ moire2 :== $'mydir'moire2 +$ moire :== $'mydir'moire $ mountain :== $'mydir'mountain $ munch :== $'mydir'munch $ nerverot :== $'mydir'nerverot diff --git a/utils/fade.c b/utils/fade.c index a5e7593b..18e94068 100644 --- a/utils/fade.c +++ b/utils/fade.c @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1992-2002 Jamie Zawinski +/* xscreensaver, Copyright (c) 1992-2003 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -73,24 +73,28 @@ blacken_colormap (Screen *screen, Colormap cmap) static void fade_screens_1 (Display *dpy, Colormap *cmaps, - Window *black_windows, int seconds, int ticks, + Window *black_windows, int nwindows, + int seconds, int ticks, Bool out_p, Bool clear_windows); #ifdef HAVE_SGI_VC_EXTENSION static int sgi_gamma_fade (Display *dpy, - Window *black_windows, int seconds, int ticks, + Window *black_windows, int nwindows, + int seconds, int ticks, Bool out_p, Bool clear_windows); #endif /* HAVE_SGI_VC_EXTENSION */ #ifdef HAVE_XF86VMODE_GAMMA static int xf86_gamma_fade (Display *dpy, - Window *black_windows, int seconds, int ticks, + Window *black_windows, int nwindows, + int seconds, int ticks, Bool out_p, Bool clear_windows); #endif /* HAVE_XF86VMODE_GAMMA */ void -fade_screens (Display *dpy, Colormap *cmaps, Window *black_windows, +fade_screens (Display *dpy, Colormap *cmaps, + Window *black_windows, int nwindows, int seconds, int ticks, Bool out_p, Bool clear_windows) { @@ -116,7 +120,8 @@ fade_screens (Display *dpy, Colormap *cmaps, Window *black_windows, #ifdef HAVE_SGI_VC_EXTENSION /* First try to do it by fading the gamma in an SGI-specific way... */ - if (0 == sgi_gamma_fade(dpy, black_windows, seconds, ticks, out_p, + if (0 == sgi_gamma_fade(dpy, black_windows, nwindows, + seconds, ticks, out_p, clear_windows)) ; else @@ -124,7 +129,8 @@ fade_screens (Display *dpy, Colormap *cmaps, Window *black_windows, #ifdef HAVE_XF86VMODE_GAMMA /* Then try to do it by fading the gamma in an XFree86-specific way... */ - if (0 == xf86_gamma_fade(dpy, black_windows, seconds, ticks, out_p, + if (0 == xf86_gamma_fade(dpy, black_windows, nwindows, + seconds, ticks, out_p, clear_windows)) ; else @@ -132,7 +138,8 @@ fade_screens (Display *dpy, Colormap *cmaps, Window *black_windows, /* Else, do it the old-fashioned way, which (somewhat) loses if there are TrueColor windows visible. */ - fade_screens_1 (dpy, cmaps, black_windows, seconds, ticks, + fade_screens_1 (dpy, cmaps, black_windows, nwindows, + seconds, ticks, out_p, clear_windows); /* If we were supposed to be fading in, do so now (we just faded out, @@ -168,7 +175,8 @@ fade_screens (Display *dpy, Colormap *cmaps, Window *black_windows, what is implemented in sgi_gamma_fade(), so we use that if we can. */ static void -fade_screens_1 (Display *dpy, Colormap *cmaps, Window *black_windows, +fade_screens_1 (Display *dpy, Colormap *cmaps, + Window *black_windows, int nwindows, int seconds, int ticks, Bool out_p, Bool clear_windows) { @@ -286,7 +294,7 @@ fade_screens_1 (Display *dpy, Colormap *cmaps, Window *black_windows, installed = True; if (black_windows && !out_p) - for (j = 0; j < nscreens; j++) + for (j = 0; j < nwindows; j++) if (black_windows[j]) { XUnmapWindow (dpy, black_windows[j]); @@ -341,7 +349,7 @@ fade_screens_1 (Display *dpy, Colormap *cmaps, Window *black_windows, */ if (out_p && black_windows) { - for (i = 0; i < nscreens; i++) + for (i = 0; i < nwindows; i++) { if (clear_windows) XClearWindow (dpy, black_windows[i]); @@ -400,7 +408,8 @@ static void sgi_whack_gamma(Display *dpy, int screen, static int sgi_gamma_fade (Display *dpy, - Window *black_windows, int seconds, int ticks, + Window *black_windows, int nwindows, + int seconds, int ticks, Bool out_p, Bool clear_windows) { int steps = seconds * ticks; @@ -472,17 +481,18 @@ sgi_gamma_fade (Display *dpy, way down to 0, then take the windows off the screen. */ if (!out_p) - for (screen = 0; screen < nscreens; screen++) - { + { + for (screen = 0; screen < nscreens; screen++) sgi_whack_gamma(dpy, screen, &info[screen], 0.0); + + for (screen = 0; screen < nwindows; screen++) if (black_windows && black_windows[screen]) { XUnmapWindow (dpy, black_windows[screen]); XClearWindow (dpy, black_windows[screen]); XSync(dpy, False); } - } - + } /* Iterate by steps of the animation... */ for (i = (out_p ? steps : 0); @@ -536,7 +546,7 @@ sgi_gamma_fade (Display *dpy, if (out_p && black_windows) { - for (screen = 0; screen < nscreens; screen++) + for (screen = 0; screen < nwindows; screen++) { if (clear_windows) XClearWindow (dpy, black_windows[screen]); @@ -618,7 +628,8 @@ static Bool xf86_whack_gamma (Display *dpy, int screen, static int xf86_gamma_fade (Display *dpy, - Window *black_windows, int seconds, int ticks, + Window *black_windows, int nwindows, + int seconds, int ticks, Bool out_p, Bool clear_windows) { int steps = seconds * ticks; @@ -698,17 +709,17 @@ xf86_gamma_fade (Display *dpy, way down to 0, then take the windows off the screen. */ if (!out_p) - for (screen = 0; screen < nscreens; screen++) - { + { + for (screen = 0; screen < nscreens; screen++) xf86_whack_gamma(dpy, screen, &info[screen], 0.0); + for (screen = 0; screen < nwindows; screen++) if (black_windows && black_windows[screen]) { XUnmapWindow (dpy, black_windows[screen]); XClearWindow (dpy, black_windows[screen]); XSync(dpy, False); } - } - + } /* Iterate by steps of the animation... */ for (i = (out_p ? steps : 0); @@ -762,7 +773,7 @@ xf86_gamma_fade (Display *dpy, if (out_p && black_windows) { - for (screen = 0; screen < nscreens; screen++) + for (screen = 0; screen < nwindows; screen++) { if (clear_windows) XClearWindow (dpy, black_windows[screen]); diff --git a/utils/fade.h b/utils/fade.h index bbe1c9bb..bedae936 100644 --- a/utils/fade.h +++ b/utils/fade.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1992-1997 Jamie Zawinski +/* xscreensaver, Copyright (c) 1992-1997, 2003 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -15,7 +15,7 @@ extern Colormap copy_colormap (Screen *, Visual *, Colormap from, Colormap to); extern void blacken_colormap (Screen *, Colormap cmap); extern void fade_screens (Display *dpy, - Colormap *cmaps, Window *black_windows, + Colormap *cmaps, Window *black_windows, int nwindows, int seconds, int ticks, Bool out_p, Bool clear_windows); #endif /* __FADE_H__ */ diff --git a/utils/grabscreen.c b/utils/grabscreen.c index 9bcb4264..d9a52097 100644 --- a/utils/grabscreen.c +++ b/utils/grabscreen.c @@ -133,7 +133,6 @@ xscreensaver_window_p (Display *dpy, Window window) /* Whether the given window is: - the real root window; - - the virtual root window; - a direct child of the root window; - a direct child of the window manager's decorations. */ @@ -142,20 +141,16 @@ top_level_window_p (Screen *screen, Window window) { Display *dpy = DisplayOfScreen (screen); Window root, parent, *kids; - Window vroot = VirtualRootWindowOfScreen(screen); unsigned int nkids; - if (window == vroot) - return True; - if (!XQueryTree (dpy, window, &root, &parent, &kids, &nkids)) return False; if (window == root) return True; - /* If our direct parent is the root (or *a* root), then yes. */ - if (parent == root || parent == vroot) + /* If our direct parent is the real root window, then yes. */ + if (parent == root) return True; else { @@ -183,7 +178,6 @@ top_level_window_p (Screen *screen, Window window) } - static Bool error_handler_hit_p = False; static XErrorHandler old_ehandler = 0; static int @@ -231,7 +225,7 @@ install_screen_colormaps (Screen *screen) { int i; Display *dpy = DisplayOfScreen (screen); - Window vroot, real_root; + Window real_root; Window parent, *kids = 0; unsigned int nkids = 0; @@ -239,8 +233,8 @@ install_screen_colormaps (Screen *screen) old_ehandler = XSetErrorHandler (BadWindow_ehandler); error_handler_hit_p = False; - vroot = VirtualRootWindowOfScreen (screen); - if (XQueryTree (dpy, vroot, &real_root, &parent, &kids, &nkids)) + real_root = XRootWindowOfScreen (screen); /* not vroot */ + if (XQueryTree (dpy, real_root, &real_root, &parent, &kids, &nkids)) for (i = 0; i < nkids; i++) { XWindowAttributes xgwa; diff --git a/utils/version.h b/utils/version.h index fc9ffa80..ca230993 100644 --- a/utils/version.h +++ b/utils/version.h @@ -1,2 +1,2 @@ static const char screensaver_id[] = - "@(#)xscreensaver 4.12 (14-Aug-2003), by Jamie Zawinski (jwz@jwz.org)"; + "@(#)xscreensaver 4.13 (07-Sep-2003), by Jamie Zawinski (jwz@jwz.org)"; diff --git a/utils/vroot.h b/utils/vroot.h index ba3e5d29..ef41073a 100644 --- a/utils/vroot.h +++ b/utils/vroot.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; tab-width: 2 -*- */ /*****************************************************************************/ /** Copyright 1991 by Andreas Stolcke **/ /** Copyright 1990 by Solbourne Computer Inc. **/ @@ -52,13 +53,23 @@ * - replaced all NULL's with properly cast 0's, 5/6/91 * - free children list (suggested by Mark Martin ), 5/16/91 * - include X11/Xlib.h and support RootWindowOfScreen, too 9/17/91 + * + * Jamie Zawinski , 28-Apr-1997 + * - use ANSI C + * + * Jamie Zawinski , 3-Sep-2003 + * - if the environment variable "XSCREENSAVER_WINDOW" is set, use that + * as the root window instead of searching for __SWM_VROOT. */ #ifndef _VROOT_H_ #define _VROOT_H_ +#define _XSCREENSAVER_VROOT_H_ #if !defined(lint) && !defined(SABER) -static const char vroot_rcsid[] = "#Id: vroot.h,v 1.4 1991/09/30 19:23:16 stolcke Exp stolcke #"; +static const char vroot_rcsid[] = + "#Id: vroot.h,v 1.5 2003/09/04 01:04:38 jwz Exp #" "\n" + "#Id: vroot.h,v 1.4 1991/09/30 19:23:16 stolcke Exp stolcke #"; #endif #include @@ -82,6 +93,19 @@ VirtualRootWindowOfScreen(screen) Screen *screen; Window rootReturn, parentReturn, *children; unsigned int numChildren; + /* first check for a hex or decimal window ID in the environment */ + const char *xss_id = getenv("XSCREENSAVER_WINDOW"); + if (xss_id && *xss_id) { + unsigned long id = 0; + char c; + if (1 == sscanf (xss_id, " 0x%lx %c", &id, &c) || + 1 == sscanf (xss_id, " %lu %c", &id, &c)) { + root = (Window) id; + save_screen = screen; + return root; + } + } + root = RootWindowOfScreen(screen); /* go look for a virtual root */ diff --git a/xscreensaver.lsm b/xscreensaver.lsm index 51482e52..1bb616dc 100644 --- a/xscreensaver.lsm +++ b/xscreensaver.lsm @@ -1,7 +1,7 @@ Begin3 Title: xscreensaver -Version: 4.12 -Entered-date: 14AUG03 +Version: 4.13 +Entered-date: 07SEP03 Description: A modular screen saver and locker for the X Window System. Highly customizable: allows the use of any program that can draw on the root window as a display mode. @@ -10,15 +10,15 @@ Keywords: screen saver, screen lock, lock, xlock, X11 Author: jwz@jwz.org (Jamie Zawinski) Maintained-by: jwz@jwz.org (Jamie Zawinski) Primary-site: http://www.jwz.org/xscreensaver/ - 3793K xscreensaver-4.12.tar.gz + xscreensaver-4.13.tar.gz 65K xscreensaver.README 1K xscreensaver.lsm Alternate-site: sunsite.unc.edu /pub/Linux/X11/screensavers/ - 3793K xscreensaver-4.12.tar.gz + xscreensaver-4.13.tar.gz 65K xscreensaver.README 1K xscreensaver.lsm Alternate-site: ftp.x.org /contrib/applications/ - 3793K xscreensaver-4.12.tar.gz + xscreensaver-4.13.tar.gz 65K xscreensaver.README 1K xscreensaver.lsm Platforms: Linux, Irix, SunOS, Solaris, HPUX, AIX, FreeBSD, NetBSD, diff --git a/xscreensaver.spec b/xscreensaver.spec index 21e32876..5c53dd0f 100644 --- a/xscreensaver.spec +++ b/xscreensaver.spec @@ -1,5 +1,5 @@ %define name xscreensaver -%define version 4.12 +%define version 4.13 %define release 1 %define serial 1 %define x11_prefix /usr/X11R6 -- 2.30.2