diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-10-06 21:30:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-10-06 21:30:09 +0000 |
commit | aa7798c94fa57f6c00fab4393c9fe91334864371 (patch) | |
tree | 61b5a60e9c086b1ba44b4718e7666304a8edab6f /troff | |
download | src-aa7798c94fa57f6c00fab4393c9fe91334864371.tar.gz src-aa7798c94fa57f6c00fab4393c9fe91334864371.zip |
Import heirloom doctools snapshot from git as of 161006vendor/heirloom-doctools/20161006
Notes
Notes:
svn path=/vendor/heirloom-doctools/dist/; revision=306788
svn path=/vendor/heirloom-doctools/20161006/; revision=306789; tag=vendor/heirloom-doctools/20161006
Diffstat (limited to 'troff')
409 files changed, 145076 insertions, 0 deletions
diff --git a/troff/ext.h b/troff/ext.h new file mode 100644 index 000000000000..ec171f1c0685 --- /dev/null +++ b/troff/ext.h @@ -0,0 +1,600 @@ +/* + * CDDL HEADER START + * + * The contents of this file are subject to the terms of the + * Common Development and Distribution License, Version 1.0 only + * (the "License"). You may not use this file except in compliance + * with the License. + * + * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE + * or http://www.opensolaris.org/os/licensing. + * See the License for the specific language governing permissions + * and limitations under the License. + * + * When distributing Covered Code, include this CDDL HEADER in each + * file and include the License file at usr/src/OPENSOLARIS.LICENSE. + * If applicable, add the following below this CDDL HEADER, with the + * fields enclosed by brackets "[]" replaced with your own identifying + * information: Portions Copyright [yyyy] [name of copyright owner] + * + * CDDL HEADER END + */ +/* + * Copyright 2002 Sun Microsystems, Inc. All rights reserved. + * Use is subject to license terms. + */ + +/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ +/* All Rights Reserved */ + + +/* from OpenSolaris "ext.h 1.10 05/06/08 SMI" */ + +/* + * Portions Copyright (c) 2005 Gunnar Ritter, Freiburg i. Br., Germany + * + * Sccsid @(#)ext.h 1.111 (gritter) 10/23/09 + */ + +/* + * Changes Copyright (c) 2014 Carsten Kunze <carsten.kunze at arcor.de> + */ + +/* + * University Copyright- Copyright (c) 1982, 1986, 1988 + * The Regents of the University of California + * All Rights Reserved + * + * University Acknowledgment- Portions of this document are derived from + * software developed by the University of California, Berkeley, and its + * contributors. + */ + +#include <sys/types.h> + +extern char **argp; +extern char *chname; +extern char *eibuf; +extern char *ibufp; +extern char *obufp; +extern char *xbufp; +extern char *xeibuf; +extern char *cfname[NSO+1]; +extern char devname[20]; +extern char ibuf[IBUFSZ]; +extern char **mfiles; +extern char *nextf; +extern char obuf[], *obufp; +extern char *termtab, *fontfile; +extern char xbuf[IBUFSZ]; +extern filep apptr; +extern filep ip; +extern filep nextb; +extern filep offset; +extern filep roff; +extern filep woff; +#ifdef NROFF +extern long lvmot; +extern size_t *chtab; +#else +extern short *chtab; +extern int html; +#endif +extern int *pnp; +extern int *pstab; +extern int app; +extern int ascii; +extern int bd; +extern int *bdtab; +extern int blmac; +extern int lsmac; +extern int glss; +extern int lsn; +extern int ccs; +extern int charf; +extern tchar **chartab; +extern struct charout *charout; +extern int charoutsz; +extern int clonef; +extern int copyf; +extern int cs; +extern int defaultpl; +extern int defcf; +extern int dfact; +extern int dfactd; +extern int diflg; +extern int dilev; +extern int donef; +extern int donep; +extern int dotT; +extern int dpn; +extern int dl; +extern int ds; +extern int ecs; +extern int ejf; +extern int em; +extern int eqflg; +extern int error; +extern int esc; +extern int eschar; +extern int ev; +extern int fc; +extern char *fchartab; +extern int flss; +extern int fmtchar; +extern int *fontlab; +extern int gflag; +extern int hflg; +extern int ifi; +extern int ifile; +extern int ifl[NSO]; +extern int iflg; +extern int init; +extern int lastkern; +extern int lasttrack; +extern int lead; +extern int lg; +extern int lgf; +extern int macerr; +extern int mb_cur_max; +extern int mflg; +extern int mfont; +extern int minflg; +extern int minspc; +extern int mpts; +extern int ndone; +extern struct contab *newmn; +extern int nflush; +extern int nfo; +extern int nfonts; +extern int nform; +extern int nhyp; +extern int nlflg; +extern int nmfi; +extern int no_out; +extern int nofeed; +extern int nolt; +extern int nonumb; +extern int noscale; +extern int npn; +extern int npnflg; +extern int nx; +extern int oldbits; +extern struct contab *oldmn; +extern int *olt; +extern int over; +extern int padc; +extern int padj; +extern int pfont; +extern int pfrom; +extern pid_t pipeflg; +extern int pl; +extern int pnlist[]; +extern int po1; +extern int po; +extern int ppts; +extern int print; +extern int ptid; +extern int pto; +extern int quiet; +extern int ralss; +extern int rargc; +extern int raw; +extern int rawwidth; +extern long realpage; +extern int res; +extern int setwdf; +extern int sfont; +extern int smnt; +extern int stdi; +extern int stop; +extern int sv; +extern int tabch, ldrch; +extern int tailflg; +extern int tflg; +extern int totout; +extern int trap; +extern int *trtab; +extern int *trintab; +extern int *trnttab; +extern int tryglf; +extern int tty; +extern int ttyod; +extern int Tflg; +extern int ulfont; +extern int vflag; +extern int vpt; +extern int wbfi; +extern int widthp; +extern int xflag; +extern int xfont; +extern int xpts; +extern int no_out; +extern int ejl; +extern struct s *frame, *stk, *nxf; +extern tchar **hyp; +extern tchar *olinep; +extern tchar *pbbuf; +extern int pbsize; +extern int pbp; +extern int lastpbp; +extern tchar ch; +extern tchar nrbits; +extern tchar *oline; +extern size_t olinesz; +extern struct widcache { /* width cache, indexed by character */ + int fontpts; + int rst; + int rsb; + int width; + int track; + char *evid; +} *widcache; +extern char *gchtab; +extern struct d *d; +extern struct d *dip; +extern int initbdtab[]; + +#ifdef EUC +#include <stddef.h> +extern int multi_locale; +extern int csi_width[]; +extern char mbbuf1[]; +extern char *mbbuf1p; +extern wchar_t twc; +extern int (*wdbdg)(wchar_t, wchar_t, int); +extern wchar_t *(*wddlm)(wchar_t, wchar_t, int); +#endif /* EUC */ +extern int **lhangtab; +extern int **rhangtab; +extern int **kernafter; +extern int **kernbefore; +extern int **ftrtab; +extern char *lgmark; +extern struct lgtab **lgtab; +extern int ***lgrevtab; +extern int spreadwarn; +extern int spreadlimit; +extern int lastrq; +extern int noschr; +extern int argdelim; +extern int bol; +extern int prdblesc; +extern int gemu; +extern int chomp; +extern int chompend; + +/* n1.c */ +extern void mainloop(void); +extern int tryfile(char *, char *, int); +extern void catch(int); +extern void kcatch(int); +extern void init0(void); +extern void init1(char); +extern void init2(void); +extern void cvtime(void); +extern int ctoi(register char *); +extern void mesg(int); +extern void errprint(const char *, ...); +#define fdprintf xxfdprintf +extern void fdprintf(int, char *, ...); +extern char *roff_sprintf(char *, size_t, char *, ...); +extern int control(register int, register int); +extern int getrq2(void); +extern int getrq(int); +extern tchar getch(void); +extern void setxon(void); +extern tchar getch0(void); +extern void pushback(register tchar *); +extern void cpushback(register char *); +extern tchar *growpbbuf(void); +extern int nextfile(void); +extern int popf(void); +extern void flushi(void); +extern int getach(void); +extern int rgetach(void); +extern void casenx(void); +extern int getname(void); +extern void caseso(void); +extern void casepso(void); +extern void caself(void); +extern void casecf(void); +extern void casesy(void); +extern void getpn(register char *); +extern void setrpt(void); +extern void casedb(void); +extern void casexflag(void); +extern void casecp(void); +extern void caserecursionlimit(void); +extern void casechar(int); +extern void casefchar(void); +extern void caserchar(void); +extern tchar setchar(tchar); +extern tchar sfmask(tchar); +extern int issame(tchar, tchar); +/* n2.c */ +extern int pchar(register tchar); +extern void pchar1(register tchar); +extern void outascii(tchar); +extern void oputs(register char *); +extern void flusho(void); +extern void caseoutput(void); +extern void done(int); +extern void done1(int); +extern void done2(int); +extern void done3(int); +extern void edone(int); +extern void casepi(void); +/* n3.c */ +extern void *growcontab(void); +extern void *growblist(void); +extern void caseig(void); +extern void casern(void); +extern void maddhash(register struct contab *); +extern void munhash(register struct contab *); +extern filep finds(register int, int, int); +extern void caserm(void); +extern void caseas(void); +extern void caseds(void); +extern void caseam(void); +extern void casede(void); +extern struct contab *findmn(register int); +extern struct contab *findmx(register int); +extern int skip(int); +extern int copyb(void); +extern void copys(void); +extern filep alloc(void); +extern void ffree(filep); +extern void wbt(tchar); +extern void wbf(register tchar); +extern void wbfl(void); +extern tchar rbf(void); +extern tchar rbf0(register filep); +extern filep incoff(register filep); +extern tchar popi(void); +extern int pushi(filep, int, enum flags); +extern void sfree(struct s *); +extern struct s *macframe(void); +extern int getsn(int); +extern int setstr(void); +extern void collect(void); +extern void seta(void); +extern void casebox(void); +extern void caseboxa(void); +extern void caseda(int); +extern void casedi(int); +extern void casedt(void); +extern void caseals(void); +extern void casewatch(int); +extern void caseunwatch(void); +extern void prwatch(struct contab *, int, int); +extern void casetl(void); +extern void casepc(void); +extern void casechop(void); +extern void casepm(void); +extern void stackdump(void); +extern char *macname(int); +extern int maybemore(int, int); +extern tchar setuc(void); +extern int makerq(const char *); +/* n4.c */ +extern void *grownumtab(void); +extern void setn(void); +extern int wrc(tchar); +extern void setn1(int, int, tchar); +extern void nunhash(register struct numtab *); +extern struct numtab *findr(register int); +extern struct numtab *usedr(register int); +extern int fnumb(register int, register int (*)(tchar)); +extern int decml(register int, register int (*)(tchar)); +extern int roman(int, int (*)(tchar)); +extern int roman0(int, int (*)(tchar), char *, char *); +extern int abc(int, int (*)(tchar)); +extern int abc0(int, int (*)(tchar)); +extern int hatoi(void); +#undef atof +#define atof xxatof +extern float atof(void); +extern long long atoi0(void); +extern double atof0(void); +extern void setnr(const char *, int, int); +extern void setnrf(const char *, float, float); +extern void caserr(void); +extern void casernn(void); +extern void casenr(void); +extern void casenrf(void); +extern void caselnr(void); +extern void caselnrf(void); +extern void setr(void); +extern void caseaf(void); +extern void setaf(void); +extern void casealn(void); +extern void casewatchn(int); +extern void caseunwatchn(void); +extern void prwatchn(struct numtab *); +extern int vnumb(int *); +extern int hnumb(int *); +extern int inumb(int *); +extern int inumb2(int *, int *); +extern float atop(void); +extern int quant(int, int); +extern tchar moflo(int); +/* n5.c */ +extern void save_tty(void); +extern void casead(void); +extern void casena(void); +extern void casefi(void); +extern void casenf(void); +extern void casepadj(void); +extern void casers(void); +extern void casens(void); +extern void casespreadwarn(void); +extern int chget(int); +extern void casecc(void); +extern void casec2(void); +extern void casehc(void); +extern void casetc(void); +extern void caselc(void); +extern void casehy(void); +extern void casenh(void); +extern void casehlm(void); +extern void casehcode(void); +extern void caseshc(void); +extern void casehylen(void); +extern void casehypp(void); +extern void casepshape(void); +extern void caselpfx(void); +extern int max(int, int); +extern int min(int, int); +extern void casece(void); +extern void caserj(void); +extern void casebrnl(void); +extern void casebrpnl(void); +extern void casein(void); +extern void casell(void); +extern void caselt(void); +extern void caseti(void); +extern void casels(void); +extern void casepo(void); +extern void casepl(void); +extern void casewh(void); +extern void casedwh(void); +extern void casech(void); +extern void casedch(void); +extern void casevpt(void); +extern tchar setolt(void); +extern int findn(struct d *, int); +extern void casepn(void); +extern void casebp(void); +extern void casetm(int); +extern void casetmc(void); +extern void caseerrprint(void); +extern void caseopen(void); +extern void caseopena(void); +extern void casewrite(void); +extern void casewritec(void); +extern void casewritem(void); +extern void caseclose(void); +extern void casesp(int); +extern void casebrp(void); +extern void caseblm(void); +extern void caselsm(void); +extern void casert(void); +extern void caseem(void); +extern void casefl(void); +extern void caseev(void); +extern void caseevc(void); +extern void evc(struct env *, struct env *); +extern void evcline(struct env *, struct env *); +extern void relsev(struct env *); +extern void caseel(void); +extern void caseie(void); +extern void caseif(int); +extern void casenop(void); +extern void casechomp(void); +extern void casereturn(void); +extern void casewhile(void); +extern void casebreak(void); +extern void casecontinue(int); +extern void eatblk(int); +extern int cmpstr(tchar); +extern void caserd(void); +extern int rdtty(void); +extern void caseec(void); +extern void caseeo(void); +extern void caseecs(void); +extern void caseecr(void); +extern void caseescoff(void); +extern void caseescon(void); +extern void caseta(void); +extern void casene(void); +extern void casetr(int); +extern void casetrin(void); +extern void casetrnt(void); +extern void casecu(void); +extern void caseul(void); +extern void caseuf(void); +extern void caseit(int); +extern void caseitc(void); +extern void casemc(void); +extern void casesentchar(void); +extern void casetranschar(void); +extern void casebreakchar(void); +extern void casenhychar(void); +extern void caseconnectchar(void); +extern void casemk(void); +extern void casesv(void); +extern void caseos(void); +extern void casenm(void); +extern void getnm(int *, int); +extern void casenn(void); +extern void caseab(void); +extern void restore_tty(void); +extern void set_tty(void); +extern void echo_off(void); +extern void echo_on(void); +/* n7.c */ +extern int collectmb(tchar); +extern void tbreak(void); +extern void donum(void); +extern void text(void); +extern void nofill(void); +extern void callsp(void); +extern void ckul(void); +extern int storeline(register tchar, int); +extern void newline(int); +extern int findn1(struct d *, int); +extern void chkpn(void); +extern int findt(struct d *, int); +extern int findt1(void); +extern void eject(struct s *); +extern int movword(void); +extern void horiz(int); +extern void setnel(void); +extern int getword(int); +extern void storeword(register tchar, register int); +extern void growpgsize(void); +/* n8.c */ +extern void hyphen(tchar *); +extern int punct(tchar); +extern int alph(tchar); +extern void caseht(void); +extern void casehw(void); +extern int exword(void); +extern int suffix(void); +extern int maplow(tchar); +extern int vowel(tchar); +extern tchar *chkvow(tchar *); +extern void digram(void); +extern int dilook(tchar, tchar, const char [26][13]); +extern void casehylang(void); +/* n9.c */ +extern tchar setz(void); +extern void setline(void); +extern tchar eat(tchar); +extern void setov(void); +extern void setbra(void); +extern void setvline(void); +extern void setdraw(void); +extern void casefc(void); +extern tchar setfield(int); +extern tchar setpenalty(void); +extern tchar setdpenal(void); +extern tchar mkxfunc(int, int); +extern void pushinlev(void); +extern tchar popinlev(void); +extern void localize(void); +extern void caselc_ctype(void); +extern void casepsbb(void); +extern void casewarn(void); +extern void nosuch(int); +extern void illseq(int, const char *, int); +extern void missing(void); +extern void nodelim(int); +extern void storerq(int); +extern int fetchrq(tchar *); +extern void morechars(int); +#ifdef NROFF +extern void caseutf8conv(void); +extern int addch(char *); +#endif diff --git a/troff/hytab.c b/troff/hytab.c new file mode 100644 index 000000000000..604236357a54 --- /dev/null +++ b/troff/hytab.c @@ -0,0 +1,171 @@ +/* + * CDDL HEADER START + * + * The contents of this file are subject to the terms of the + * Common Development and Distribution License, Version 1.0 only + * (the "License"). You may not use this file except in compliance + * with the License. + * + * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE + * or http://www.opensolaris.org/os/licensing. + * See the License for the specific language governing permissions + * and limitations under the License. + * + * When distributing Covered Code, include this CDDL HEADER in each + * file and include the License file at usr/src/OPENSOLARIS.LICENSE. + * If applicable, add the following below this CDDL HEADER, with the + * fields enclosed by brackets "[]" replaced with your own identifying + * information: Portions Copyright [yyyy] [name of copyright owner] + * + * CDDL HEADER END + */ +/* + * Copyright 1989 Sun Microsystems, Inc. All rights reserved. + * Use is subject to license terms. + */ + +/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ +/* All Rights Reserved */ + + +/* from OpenSolaris "hytab.c 1.5 05/06/08 SMI" */ + +/* + * Portions Copyright (c) 2005 Gunnar Ritter, Freiburg i. Br., Germany + * + * Sccsid @(#)hytab.c 1.4 (gritter) 8/16/05 + */ + +/* + * University Copyright- Copyright (c) 1982, 1986, 1988 + * The Regents of the University of California + * All Rights Reserved + * + * University Acknowledgment- Portions of this document are derived from + * software developed by the University of California, Berkeley, and its + * contributors. + */ + +/* + * Hyphenation digram tables + */ + +const unsigned char bxh[1][13] = { + { 0060,0000,0040,0000,0040,0000,0000,0040,0000,0000,0040,0000,0040 } +}; + +const unsigned char hxx[26][13] = { + { 0006,0042,0041,0123,0021,0024,0063,0042,0002,0043,0021,0001,0022 }, + { 0140,0000,0200,0003,0260,0006,0000,0160,0007,0000,0140,0000,0320 }, + { 0220,0000,0160,0005,0240,0010,0000,0100,0006,0000,0200,0000,0320 }, + { 0240,0000,0120,0003,0140,0000,0000,0240,0010,0000,0220,0000,0160 }, + { 0042,0023,0041,0040,0040,0022,0043,0041,0030,0064,0021,0000,0041 }, + { 0100,0000,0140,0000,0220,0006,0000,0140,0003,0000,0200,0000,0000 }, + { 0200,0000,0120,0002,0220,0010,0000,0160,0006,0000,0140,0000,0320 }, + { 0020,0000,0020,0000,0020,0000,0000,0020,0000,0000,0020,0000,0000 }, + { 0043,0163,0065,0044,0022,0043,0104,0042,0061,0146,0061,0000,0007 }, + { 0100,0000,0140,0000,0040,0000,0000,0100,0000,0000,0120,0000,0000 }, + { 0140,0000,0040,0011,0060,0004,0001,0120,0003,0000,0140,0000,0040 }, + { 0200,0000,0100,0000,0140,0000,0000,0140,0000,0000,0140,0000,0240 }, + { 0200,0000,0140,0000,0160,0000,0000,0220,0000,0000,0140,0000,0240 }, + { 0200,0000,0140,0000,0160,0000,0000,0220,0000,0000,0060,0000,0240 }, + { 0021,0043,0041,0121,0040,0023,0042,0003,0142,0042,0061,0001,0022 }, + { 0120,0000,0140,0010,0140,0010,0000,0140,0002,0000,0120,0000,0120 }, + { 0000,0000,0000,0000,0360,0000,0000,0000,0000,0000,0160,0000,0000 }, + { 0100,0000,0040,0005,0120,0000,0000,0100,0000,0000,0060,0000,0140 }, + { 0140,0040,0100,0001,0240,0041,0000,0242,0000,0002,0140,0000,0100 }, + { 0240,0000,0120,0002,0200,0000,0000,0320,0007,0000,0240,0000,0340 }, + { 0101,0021,0041,0020,0040,0005,0042,0121,0002,0021,0201,0000,0020 }, + { 0160,0000,0100,0000,0140,0000,0000,0160,0006,0000,0220,0000,0140 }, + { 0140,0000,0020,0001,0020,0000,0000,0100,0001,0000,0300,0000,0000 }, + { 0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000 }, + { 0106,0041,0040,0147,0040,0000,0063,0041,0001,0102,0160,0002,0002 }, + { 0300,0000,0040,0017,0140,0017,0000,0240,0000,0000,0140,0000,0120 } +}; + +const unsigned char bxxh[26][13] = { + { 0005,0150,0153,0062,0062,0246,0152,0127,0146,0203,0310,0017,0206 }, + { 0100,0000,0120,0000,0140,0000,0000,0100,0000,0000,0120,0000,0060 }, + { 0100,0000,0040,0000,0060,0000,0000,0060,0000,0000,0220,0000,0040 }, + { 0100,0000,0120,0000,0200,0000,0000,0100,0000,0000,0140,0000,0060 }, + { 0043,0142,0046,0140,0062,0147,0210,0131,0046,0106,0246,0017,0111 }, + { 0060,0000,0020,0000,0060,0000,0000,0040,0000,0000,0100,0000,0000 }, + { 0060,0000,0040,0000,0040,0000,0000,0040,0000,0000,0100,0000,0040 }, + { 0100,0000,0100,0000,0100,0000,0000,0040,0000,0000,0100,0000,0140 }, + { 0066,0045,0145,0140,0000,0070,0377,0030,0130,0103,0003,0017,0006 }, + { 0040,0000,0040,0000,0020,0000,0000,0040,0000,0000,0100,0000,0000 }, + { 0200,0000,0020,0000,0140,0000,0000,0120,0000,0000,0120,0000,0040 }, + { 0120,0000,0040,0000,0060,0000,0000,0060,0000,0000,0160,0000,0040 }, + { 0120,0000,0040,0000,0120,0000,0000,0040,0000,0000,0160,0000,0040 }, + { 0120,0000,0020,0000,0140,0000,0000,0120,0000,0000,0140,0000,0040 }, + { 0051,0126,0150,0140,0060,0210,0146,0006,0006,0165,0003,0017,0244 }, + { 0120,0000,0040,0000,0160,0000,0000,0140,0000,0000,0060,0000,0140 }, + { 0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000 }, + { 0140,0000,0140,0000,0060,0000,0000,0100,0000,0000,0140,0000,0020 }, + { 0120,0000,0020,0000,0060,0000,0000,0060,0000,0000,0060,0000,0040 }, + { 0140,0000,0020,0000,0100,0000,0000,0140,0000,0000,0140,0000,0020 }, + { 0070,0125,0051,0162,0120,0105,0126,0104,0006,0044,0000,0017,0052 }, + { 0140,0000,0020,0000,0140,0000,0000,0060,0000,0000,0060,0000,0040 }, + { 0020,0000,0000,0000,0020,0000,0000,0000,0000,0000,0000,0000,0060 }, + { 0140,0000,0160,0000,0200,0000,0000,0140,0000,0000,0000,0000,0240 }, + { 0065,0042,0060,0200,0000,0210,0222,0146,0006,0204,0220,0012,0003 }, + { 0240,0000,0020,0000,0120,0000,0000,0200,0000,0000,0200,0000,0240 } +}; + +const unsigned char xhx[26][13] = { + { 0032,0146,0042,0107,0076,0102,0042,0146,0202,0050,0006,0000,0051 }, + { 0036,0377,0057,0013,0057,0366,0377,0057,0001,0377,0057,0000,0040 }, + { 0037,0377,0020,0000,0100,0022,0377,0057,0362,0116,0100,0000,0017 }, + { 0057,0377,0057,0031,0137,0363,0377,0037,0362,0270,0077,0000,0117 }, + { 0074,0142,0012,0236,0076,0125,0063,0165,0341,0046,0047,0000,0024 }, + { 0020,0017,0075,0377,0040,0001,0377,0017,0001,0204,0020,0000,0040 }, + { 0057,0017,0057,0340,0140,0362,0314,0117,0003,0302,0100,0000,0057 }, + { 0057,0357,0077,0017,0100,0366,0314,0057,0342,0346,0037,0000,0060 }, + { 0252,0145,0072,0157,0377,0165,0063,0066,0164,0050,0363,0000,0362 }, + { 0000,0000,0020,0000,0020,0000,0000,0017,0000,0000,0020,0000,0000 }, + { 0117,0017,0237,0377,0200,0354,0125,0110,0004,0257,0000,0000,0300 }, + { 0057,0367,0054,0357,0157,0216,0314,0114,0217,0353,0053,0000,0057 }, + { 0077,0213,0077,0077,0177,0317,0377,0114,0377,0352,0077,0000,0076 }, + { 0077,0213,0077,0077,0157,0177,0377,0054,0377,0352,0117,0000,0075 }, + { 0125,0230,0065,0216,0057,0066,0063,0047,0345,0126,0011,0000,0033 }, + { 0057,0377,0051,0360,0120,0361,0273,0056,0001,0256,0057,0000,0060 }, + { 0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000 }, + { 0076,0310,0056,0310,0137,0174,0273,0055,0335,0266,0033,0000,0155 }, + { 0077,0157,0057,0360,0057,0063,0042,0024,0077,0206,0020,0000,0040 }, + { 0057,0037,0077,0360,0100,0365,0377,0037,0362,0176,0050,0000,0026 }, + { 0167,0146,0042,0112,0077,0110,0062,0254,0366,0052,0377,0000,0163 }, + { 0060,0000,0040,0000,0120,0000,0377,0060,0012,0000,0037,0000,0257 }, + { 0037,0232,0157,0361,0040,0003,0125,0010,0001,0256,0000,0000,0340 }, + { 0377,0377,0377,0377,0377,0377,0377,0377,0377,0377,0377,0017,0277 }, + { 0253,0315,0257,0216,0377,0206,0146,0306,0371,0126,0232,0000,0004 }, + { 0057,0012,0100,0360,0160,0360,0000,0040,0000,0017,0157,0000,0176 } +}; + +const unsigned char xxh[26][13] = { + { 0045,0150,0154,0162,0042,0246,0210,0147,0152,0103,0230,0017,0206 }, + { 0100,0000,0040,0000,0140,0000,0000,0100,0000,0021,0120,0017,0060 }, + { 0100,0000,0040,0002,0140,0320,0000,0060,0000,0001,0220,0017,0040 }, + { 0100,0001,0120,0001,0241,0000,0000,0100,0000,0020,0140,0017,0060 }, + { 0023,0162,0046,0142,0022,0207,0210,0131,0052,0106,0250,0017,0110 }, + { 0060,0000,0042,0000,0160,0000,0000,0040,0000,0212,0100,0017,0000 }, + { 0140,0000,0040,0002,0140,0000,0000,0120,0000,0040,0120,0017,0040 }, + { 0100,0000,0100,0000,0140,0001,0021,0140,0000,0046,0100,0017,0140 }, + { 0066,0045,0025,0201,0020,0130,0146,0030,0130,0103,0025,0017,0006 }, + { 0100,0000,0040,0000,0020,0000,0000,0040,0000,0000,0200,0017,0000 }, + { 0200,0000,0020,0001,0140,0000,0000,0140,0000,0000,0120,0017,0040 }, + { 0120,0026,0042,0020,0140,0161,0042,0143,0000,0022,0162,0017,0040 }, + { 0121,0042,0060,0020,0140,0200,0000,0123,0000,0021,0220,0017,0041 }, + { 0121,0042,0060,0120,0140,0200,0000,0123,0000,0021,0160,0017,0041 }, + { 0051,0126,0150,0141,0060,0210,0146,0066,0026,0165,0026,0017,0247 }, + { 0120,0000,0040,0003,0160,0000,0000,0140,0000,0021,0100,0017,0140 }, + { 0000,0000,0000,0000,0200,0000,0000,0000,0000,0000,0000,0017,0000 }, + { 0141,0023,0122,0040,0160,0143,0042,0142,0000,0047,0143,0017,0020 }, + { 0120,0000,0040,0006,0140,0060,0000,0141,0000,0026,0100,0017,0040 }, + { 0140,0000,0020,0007,0100,0000,0000,0140,0000,0001,0140,0017,0020 }, + { 0110,0125,0051,0162,0120,0125,0127,0104,0006,0104,0000,0017,0052 }, + { 0140,0000,0040,0000,0160,0000,0000,0140,0000,0000,0060,0017,0000 }, + { 0040,0005,0020,0000,0040,0313,0231,0030,0000,0140,0000,0017,0056 }, + { 0140,0000,0160,0000,0200,0000,0000,0140,0000,0000,0000,0017,0240 }, + { 0065,0042,0060,0040,0000,0206,0231,0146,0006,0224,0220,0017,0004 }, + { 0240,0000,0020,0000,0140,0000,0000,0220,0000,0000,0200,0017,0141 } +}; diff --git a/troff/libhnj/AUTHORS b/troff/libhnj/AUTHORS new file mode 100644 index 000000000000..d98daadc2b8a --- /dev/null +++ b/troff/libhnj/AUTHORS @@ -0,0 +1,19 @@ +This was taken from the OpenOffice project. Bug reports should be sent +to the usual address for the Heirloom Documentation Tools project, as +given in the top-level README file. + + Gunnar Ritter 8/26/05 + + +--- +This is part of libhnj library, but it is heavily modified, so write +bug reports to me: +Peter Novodvorsky <nidd@alt-linux.org> + + +--- +Libhnj was written and is maintained by: +Raph Levien <raph@acm.org> + +Please contact the author for information about licensing for +proprietary applications. diff --git a/troff/libhnj/Makefile.mk b/troff/libhnj/Makefile.mk new file mode 100644 index 000000000000..30ede3c72596 --- /dev/null +++ b/troff/libhnj/Makefile.mk @@ -0,0 +1,22 @@ +FLAGS = + +.c.o: + $(CC) $(CFLAGS) $(WARN) $(CPPFLAGS) $(FLAGS) -c $< + +OBJ = hnjalloc.o hyphen.o + +all: libhnj.a test + +libhnj.a: $(OBJ) + $(AR) crs $@ $(OBJ) + +test: test.o libhnj.a + $(CC) $(CFLAGS) $(LDFLAGS) test.o -L. -lhnj -o test + +install: + +clean: + rm -f $(OBJ) test test.o core log *~ + +mrproper: clean + rm -f libhnj.a diff --git a/troff/libhnj/README b/troff/libhnj/README new file mode 100644 index 000000000000..fcd3cc00a4ee --- /dev/null +++ b/troff/libhnj/README @@ -0,0 +1,13 @@ +This was part of libhnj library by Raph Levien. I've cut only hyphenation +part from it, to use in OOo. + +--- +LibHnj is a library for high quality hyphenation and justification. It +is dual licensed under both LGPL and MPL to encourage widespread use. +The parseAFM.[ch] files are written by Adobe and distributed under a +slightly different license, but one that appears to be compatible with +both LGPL and MPL. + +The code is currently fairly rough. In particular, psset has many +fixed-size buffers and is simply not suitable for production. Further +speedups are also possible, although the code isn't exactly slow now. diff --git a/troff/libhnj/README.hyphen b/troff/libhnj/README.hyphen new file mode 100644 index 000000000000..8b740a8ba0af --- /dev/null +++ b/troff/libhnj/README.hyphen @@ -0,0 +1,96 @@ +Brief explanation of the hyphenation algorithm herein. + +Raph Levien <raph@acm.org> +4 Aug 1998 + + The hyphenation algorithm is basically the same as Knuth's TeX +algorithm. However, the implementation is quite a bit faster. + + The hyphenation files from TeX can almost be used directly. There +is a preprocessing step, however. If you don't do the preprocessing +step, you'll get bad hyphenations (i.e. a silent failure). + + Start with a file such as hyphen.us. This is the TeX ushyph1.tex +file, with the exception dictionary encoded using the same rules as +the main portion of the file. Any line beginning with % is a comment. +Each other line should contain exactly one rule. + + Then, do the preprocessing - "perl substrings.pl hyphen.us". The +resulting file is hyphen.mashed. It's in Perl, and it's fairly slow +(it uses brute force algorithms; about 17 seconds on a P100), but it +could probably be redone in C with clever algorithms. This would be +valuable, for example, if it was handle user-supplied exception +dictionaries by integrating them into the rule table. + + Once the rules are preprocessed, loading them is quite quick - +about 200ms on a P100. It then hyphenates at about 40,000 words per +second on a P100. I haven't benchmarked it against other +implementations (both TeX and groff contain essentially the same +algorithm), but expect that it runs quite a bit faster than any of +them. + +Knuth's algorithm + + This section contains a brief explanation of Knuth's algorithm, in +case you missed it from the TeX books. We'll use the semi-word +"example" as our running example. + + Since the beginning and end of a word are special, the algorithm is +actually run over the prepared word (prep_word in the source) +".example.". Knuths algorithm basically just does pattern matches from +the rule set, then applies the matches. The patterns in this case that +match are "xa", "xam", "mp", and "pl". These are actually stored as +"x1a", "xam3", "4m1p", and "1p2l2". Whenever numbers appear between +the letters, they are added in. If two (or more) patterns have numbers +in the same place, the highest number wins. Here's the example: + + . e x a m p l e . + x1a + x a m3 + 4m1p + 1p2l2 + ----------------- + . e x1a4m3p2l2e . + + Finally, hyphens are placed wherever odd numbers appear. They are, +however, suppressed after the first letter and before the last letter +of the word (TeX actually suppresses them before the next-to-last, as +well). So, it's "ex-am-ple", which is correct. + + Knuth uses a trie to implement this. I.e. he stores each rule in a +trie structure. For each position in the word, he searches the trie, +searching for a match. Most patterns are short, so efficiency should +be quite good. + +Theory of the algorithm + + The algorithm works as a slightly modified finite state machine. +There are two kinds of transitions: those that consume one letter of +input (which work just like your regular finite state machine), and +"fallback" transitions, which don't consume any input. If no +transition matching the next letter is found, the fallback is used. +One way of looking at this is a form of compression of the transition +tables - i.e. it behaves the same as a completely vanilla state +machine in which the actual transition table of a node is made up of +the union of transition tables of the node itself, plus its fallbacks. + + Each state is represented by a string. Thus, if the current state +is "am" and the next letter is "p", then the next state is "amp". +Fallback transitions go to states which chop off one or (sometimes) +more letters from the beginning. For example, if none of the +transitions from "amp" match the next letter, then it will fall back +to "mp". Similarly, if none of the transitions from "mp" match the +next letter, it will fall back to "m". + + Each state is also associated with a (possibly null) "match" +string. This represents the union of all patterns which are +right-justified substrings of the match string. I.e. the pattern "mp" +is a right-justified substring of the state "amp", so it's numbers get +added in. The actual calculation of this union is done by the +Perl preprocessing script, but could probably be done in C just about +as easily. + + Because each state transition either consumes one input character +or shortens the state string by one character, the total number of +state transitions is linear in the length of the word. + diff --git a/troff/libhnj/hnjalloc.c b/troff/libhnj/hnjalloc.c new file mode 100644 index 000000000000..d0a8b9d48bf0 --- /dev/null +++ b/troff/libhnj/hnjalloc.c @@ -0,0 +1,97 @@ +/* LibHnj is dual licensed under LGPL and MPL. Boilerplate for both + * licenses follows. + */ + +/* LibHnj - a library for high quality hyphenation and justification + * Copyright (C) 1998 Raph Levien, (C) 2001 ALTLinux, Moscow + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307 USA. +*/ + +/* + * The contents of this file are subject to the Mozilla Public License + * Version 1.0 (the "MPL"); you may not use this file except in + * compliance with the MPL. You may obtain a copy of the MPL at + * http://www.mozilla.org/MPL/ + * + * Software distributed under the MPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the MPL + * for the specific language governing rights and limitations under the + * MPL. + * + */ + +/* + * Changes by Gunnar Ritter, Freiburg i. Br., Germany, August 2005. + * + * Sccsid @(#)hnjalloc.c 1.3 (gritter) 8/26/05 + */ + +/* wrappers for malloc */ + +#include <stdlib.h> +#include <stdio.h> +#include "hyphen.h" + +void * +hnj_malloc (int size, HyphenDict *hp) +{ + void *p; + +#if 0 + if (hp && hp->space == NULL) + hp->spptr = hp->space = malloc(hp->spacesize = 262144); + if (hp && hp->space && &hp->spptr[size] < &hp->space[hp->spacesize]) { + p = hp->spptr; + hp->spptr += size; + } else +#endif + { + if ((p = malloc(size)) == NULL) + { + fprintf (stderr, "can't allocate %d bytes\n", size); + exit (1); + } + } + return p; +} + +void * +hnj_realloc (void *p, int size, HyphenDict *hp) +{ +#if 0 + if (hp && p >= (void *)hp->space && p < (void *)&hp->space[hp->spacesize]) + abort(); +#endif + p = realloc (p, size); + if (p == NULL) + { + fprintf (stderr, "can't allocate %d bytes\n", size); + exit (1); + } + return p; +} + +void +hnj_free (void *p, HyphenDict *hp) +{ +#if 0 + if (hp && p >= (void *)hp->space && p < (void *)&hp->space[hp->spacesize]) + return; +#endif + free (p); +} + diff --git a/troff/libhnj/hnjalloc.h b/troff/libhnj/hnjalloc.h new file mode 100644 index 000000000000..ac69870a3233 --- /dev/null +++ b/troff/libhnj/hnjalloc.h @@ -0,0 +1,53 @@ +/* LibHnj is dual licensed under LGPL and MPL. Boilerplate for both + * licenses follows. + */ + +/* LibHnj - a library for high quality hyphenation and justification + * Copyright (C) 1998 Raph Levien + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307 USA. +*/ + +/* + * The contents of this file are subject to the Mozilla Public License + * Version 1.0 (the "MPL"); you may not use this file except in + * compliance with the MPL. You may obtain a copy of the MPL at + * http://www.mozilla.org/MPL/ + * + * Software distributed under the MPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the MPL + * for the specific language governing rights and limitations under the + * MPL. + * + */ + +/* + * Changes by Gunnar Ritter, Freiburg i. Br., Germany, August 2005. + * + * Sccsid @(#)hnjalloc.h 1.2 (gritter) 8/25/05 + */ + +/* wrappers for malloc */ + +void * +hnj_malloc (int size, HyphenDict *); + +void * +hnj_realloc (void *p, int size, HyphenDict *); + +void +hnj_free (void *p, HyphenDict *); + diff --git a/troff/libhnj/hyphen.c b/troff/libhnj/hyphen.c new file mode 100644 index 000000000000..3d74b3becf8c --- /dev/null +++ b/troff/libhnj/hyphen.c @@ -0,0 +1,515 @@ +/* LibHnj is dual licensed under LGPL and MPL. Boilerplate for both + * licenses follows. + */ + +/* LibHnj - a library for high quality hyphenation and justification + * Copyright (C) 1998 Raph Levien, + * (C) 2001 ALTLinux, Moscow (http://www.alt-linux.org), + * (C) 2001 Peter Novodvorsky (nidd@cs.msu.su) + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307 USA. +*/ + +/* + * The contents of this file are subject to the Mozilla Public License + * Version 1.0 (the "MPL"); you may not use this file except in + * compliance with the MPL. You may obtain a copy of the MPL at + * http://www.mozilla.org/MPL/ + * + * Software distributed under the MPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the MPL + * for the specific language governing rights and limitations under the + * MPL. + * + */ + +/* + * Changes by Gunnar Ritter, Freiburg i. Br., Germany, August 2005. + * + * Sccsid @(#)hyphen.c 1.5 (gritter) 4/19/06 + */ + +#include <stdlib.h> /* for NULL, malloc */ +#include <stdio.h> /* for fprintf */ +#include <string.h> /* for strdup */ + +#ifdef UNX +#include <unistd.h> /* for exit */ +#endif + +#define noVERBOSE + +#include "hyphen.h" +#include "hnjalloc.h" + +static char * +hnj_strdup (const char *s, HyphenDict *hp) +{ + char *new; + int l; + + l = strlen (s); + new = hnj_malloc (l + 1, hp); + memcpy (new, s, l); + new[l] = 0; + return new; +} + +/* a little bit of a hash table implementation. This simply maps strings + to state numbers */ + +typedef struct _HashTab HashTab; +typedef struct _HashEntry HashEntry; + +/* A cheap, but effective, hack. */ +#define HASH_SIZE 31627 + +struct _HashTab { + HashEntry *entries[HASH_SIZE]; +}; + +struct _HashEntry { + HashEntry *next; + char *key; + int val; +}; + +/* a char* hash function from ASU - adapted from Gtk+ */ +static unsigned int +hnj_string_hash (const char *s) +{ + const char *p; + unsigned int h=0, g; + + for(p = s; *p != '\0'; p += 1) { + h = ( h << 4 ) + *p; + if ( ( g = h & 0xf0000000 ) ) { + h = h ^ (g >> 24); + h = h ^ g; + } + } + return h /* % M */; +} + +static HashTab * +hnj_hash_new (HyphenDict *hp) +{ + HashTab *hashtab; + int i; + + hashtab = hnj_malloc (sizeof(HashTab), hp); + for (i = 0; i < HASH_SIZE; i++) + hashtab->entries[i] = NULL; + + return hashtab; +} + +static void +hnj_hash_free (HashTab *hashtab, HyphenDict *hp) +{ + int i; + HashEntry *e, *next; + + for (i = 0; i < HASH_SIZE; i++) + for (e = hashtab->entries[i]; e; e = next) + { + next = e->next; + hnj_free (e->key, hp); + hnj_free (e, hp); + } + + hnj_free (hashtab, hp); +} + +/* assumes that key is not already present! */ +static void +hnj_hash_insert (HashTab *hashtab, const char *key, int val, HyphenDict *hp) +{ + int i; + HashEntry *e; + + i = hnj_string_hash (key) % HASH_SIZE; + e = hnj_malloc (sizeof(HashEntry), hp); + e->next = hashtab->entries[i]; + e->key = hnj_strdup (key, hp); + e->val = val; + hashtab->entries[i] = e; +} + +/* return val if found, otherwise -1 */ +static int +hnj_hash_lookup (HashTab *hashtab, const char *key) +{ + int i; + HashEntry *e; + + i = hnj_string_hash (key) % HASH_SIZE; + for (e = hashtab->entries[i]; e; e = e->next) + if (!strcmp (key, e->key)) + return e->val; + return -1; +} + +/* Get the state number, allocating a new state if necessary. */ +static int +hnj_get_state (HyphenDict *dict, HashTab *hashtab, const char *string) +{ + int state_num; + + state_num = hnj_hash_lookup (hashtab, string); + + if (state_num >= 0) + return state_num; + + hnj_hash_insert (hashtab, string, dict->num_states, dict); + /* predicate is true if dict->num_states is a power of two */ + if (dict->num_states >= dict->alc_states) + { + dict->alc_states *= 2; + dict->states = hnj_realloc (dict->states, + dict->alc_states * + sizeof(HyphenState), dict); + } + dict->states[dict->num_states].match = NULL; + dict->states[dict->num_states].fallback_state = -1; + dict->states[dict->num_states].num_trans = 0; + dict->states[dict->num_states].trans = NULL; + return dict->num_states++; +} + +/* add a transition from state1 to state2 through ch - assumes that the + transition does not already exist */ +static void +hnj_add_trans (HyphenDict *dict, int state1, int state2, char ch) +{ + int num_trans; + + num_trans = dict->states[state1].num_trans; + if (num_trans == 0) + { + dict->states[state1].alc_trans = 64; + dict->states[state1].trans = hnj_realloc (NULL, + dict->states[state1].alc_trans * sizeof(HyphenTrans), dict); + } + else if (num_trans >= dict->states[state1].alc_trans) + { + dict->states[state1].alc_trans *= 2; + dict->states[state1].trans = hnj_realloc (dict->states[state1].trans, + dict->states[state1].alc_trans * + sizeof(HyphenTrans), dict); + } + dict->states[state1].trans[num_trans].ch = ch; + dict->states[state1].trans[num_trans].new_state = state2; + dict->states[state1].num_trans++; +} + +#ifdef VERBOSE +HashTab *global; + +static char * +get_state_str (int state) +{ + int i; + HashEntry *e; + + for (i = 0; i < HASH_SIZE; i++) + for (e = global->entries[i]; e; e = e->next) + if (e->val == state) + return e->key; + return NULL; +} +#endif + +HyphenDict * +hnj_hyphen_load (const char *fn) +{ + HyphenDict *dict; + HashTab *hashtab; + FILE *f; + char buf[80]; + char word[80]; + char pattern[80]; + int state_num, last_state; + int i, j; + char ch; + int found; + HashEntry *e; + + f = fopen (fn, "r"); + if (f == NULL) + return NULL; + + hashtab = hnj_hash_new (NULL); +#ifdef VERBOSE + global = hashtab; +#endif + hnj_hash_insert (hashtab, "", 0, NULL); + + dict = hnj_malloc (sizeof(HyphenDict), NULL); + memset(dict, 0, sizeof *dict); + dict->num_states = 1; + dict->alc_states = 12288; + dict->states = hnj_realloc (NULL, dict->alc_states*sizeof(HyphenState), dict); + dict->states[0].match = NULL; + dict->states[0].fallback_state = -1; + dict->states[0].num_trans = 0; + dict->states[0].trans = NULL; + + /* read in character set info */ + for (i=0;i<MAX_NAME;i++) dict->cset[i]= 0; + fgets(dict->cset, sizeof(dict->cset),f); + for (i=0;i<MAX_NAME;i++) + if ((dict->cset[i] == '\r') || (dict->cset[i] == '\n')) + dict->cset[i] = 0; + + while (fgets (buf, sizeof(buf), f) != NULL) + { + if (buf[0] != '%') + { + j = 0; + pattern[j] = '0'; + for (i = 0; ((buf[i] > ' ') || (buf[i] < 0)); i++) + { + if (buf[i] >= '0' && buf[i] <= '9') + pattern[j] = buf[i]; + else + { + word[j] = buf[i]; + pattern[++j] = '0'; + } + } + word[j] = '\0'; + pattern[j + 1] = '\0'; + + /* Optimize away leading zeroes */ + for (i = 0; pattern[i] == '0'; i++); + +#ifdef VERBOSE + printf ("word %s pattern %s, j = %d\n", word, pattern + i, j); +#endif + found = hnj_hash_lookup (hashtab, word); + state_num = hnj_get_state (dict, hashtab, word); + dict->states[state_num].match = hnj_strdup (pattern + i, dict); + + /* now, put in the prefix transitions */ + for (; found < 0 ;j--) + { + last_state = state_num; + ch = word[j - 1]; + word[j - 1] = '\0'; + found = hnj_hash_lookup (hashtab, word); + state_num = hnj_get_state (dict, hashtab, word); + hnj_add_trans (dict, state_num, last_state, ch); + } + } + } + + /* Could do unioning of matches here (instead of the preprocessor script). + If we did, the pseudocode would look something like this: + + foreach state in the hash table + foreach i = [1..length(state) - 1] + state to check is substr (state, i) + look it up + if found, and if there is a match, union the match in. + + It's also possible to avoid the quadratic blowup by doing the + search in order of increasing state string sizes - then you + can break the loop after finding the first match. + + This step should be optional in any case - if there is a + preprocessed rule table, it's always faster to use that. + +*/ + + /* put in the fallback states */ + for (i = 0; i < HASH_SIZE; i++) + for (e = hashtab->entries[i]; e; e = e->next) + { + state_num = -1; + for (j = 1; e->key[j-1]; j++) + { + state_num = hnj_hash_lookup (hashtab, e->key + j); + if (state_num >= 0) + break; + } + /* KBH: FIXME state 0 fallback_state should always be -1? */ + if (e->val && state_num >= 0) + dict->states[e->val].fallback_state = state_num; + } +#ifdef VERBOSE + for (i = 0; i < HASH_SIZE; i++) + for (e = hashtab->entries[i]; e; e = e->next) + { + printf ("%d string %s state %d, fallback=%d\n", i, e->key, e->val, + dict->states[e->val].fallback_state); + for (j = 0; j < dict->states[e->val].num_trans; j++) + printf (" %c->%d\n", dict->states[e->val].trans[j].ch, + dict->states[e->val].trans[j].new_state); + } +#endif + +#ifndef VERBOSE + hnj_hash_free (hashtab, dict); +#endif + + return dict; +} + +void hnj_hyphen_free (HyphenDict *dict) +{ + int state_num; + HyphenState *hstate; + + for (state_num = 0; state_num < dict->num_states; state_num++) + { + hstate = &dict->states[state_num]; + if (hstate->match) + hnj_free (hstate->match, dict); + if (hstate->trans) + hnj_free (hstate->trans, dict); + } + + hnj_free (dict->states, dict); + + hnj_free (dict, NULL); +} + +#define MAX_WORD 256 + +int hnj_hyphen_hyphenate (HyphenDict *dict, + const char *word, int word_size, + char *hyphens) +{ + char prep_word_buf[MAX_WORD]; + char *prep_word; + int i, j, k; + int state; + char ch; + HyphenState *hstate; + char *match; + int offset; + + if (word_size + 3 < MAX_WORD) + prep_word = prep_word_buf; + else + prep_word = hnj_malloc (word_size + 3, dict); + + j = 0; + prep_word[j++] = '.'; + + for (i = 0; i < word_size; i++) + prep_word[j++] = word[i]; + + for (i = 0; i < j; i++) + hyphens[i] = '0'; + + prep_word[j++] = '.'; + + prep_word[j] = '\0'; +#ifdef VERBOSE + printf ("prep_word = %s\n", prep_word); +#endif + + /* now, run the finite state machine */ + state = 0; + for (i = 0; i < j; i++) + { + ch = prep_word[i]; + for (;;) + { + + if (state == -1) { + /* return 1; + * KBH: FIXME shouldn't this be as follows? + */ + state = 0; + goto try_next_letter; + } + +#ifdef VERBOSE + char *state_str; + state_str = get_state_str (state); + + for (k = 0; k < i - strlen (state_str); k++) + putchar (' '); + printf ("%s", state_str); +#endif + + hstate = &dict->states[state]; + for (k = 0; k < hstate->num_trans; k++) + if (hstate->trans[k].ch == ch) + { + state = hstate->trans[k].new_state; + goto found_state; + } + state = hstate->fallback_state; +#ifdef VERBOSE + printf (" falling back, fallback_state %d\n", state); +#endif + } + found_state: +#ifdef VERBOSE + printf ("found state %d\n",state); +#endif + /* Additional optimization is possible here - especially, + elimination of trailing zeroes from the match. Leading zeroes + have already been optimized. */ + match = dict->states[state].match; + if (match) + { + offset = i + 1 - strlen (match); +#ifdef VERBOSE + for (k = 0; k < offset; k++) + putchar (' '); + printf ("%s\n", match); +#endif + /* This is a linear search because I tried a binary search and + found it to be just a teeny bit slower. */ + for (k = 0; match[k]; k++) + if (offset + k < word_size && hyphens[offset + k] < match[k]) + hyphens[offset + k] = match[k]; + } + + /* KBH: we need this to make sure we keep looking in a word + * for patterns even if the current character is not known in state 0 + * since patterns for hyphenation may occur anywhere in the word + */ + try_next_letter: ; + + } +#ifdef VERBOSE + for (i = 0; i < j; i++) + putchar (hyphens[i]); + putchar ('\n'); +#endif + + for (i = 0; i < j - 4; i++) +#if 0 + if (hyphens[i + 1] & 1) + hyphens[i] = '-'; +#else + hyphens[i] = hyphens[i + 1]; +#endif + hyphens[0] = '0'; + for (; i < word_size; i++) + hyphens[i] = '0'; + hyphens[word_size] = '\0'; + + if (prep_word != prep_word_buf) + hnj_free (prep_word, dict); + return 0; +} diff --git a/troff/libhnj/hyphen.d/Makefile.mk b/troff/libhnj/hyphen.d/Makefile.mk new file mode 100644 index 000000000000..b8dca044d0c5 --- /dev/null +++ b/troff/libhnj/hyphen.d/Makefile.mk @@ -0,0 +1,12 @@ +all: + +install: all + test -d $(ROOT)$(HYPDIR) || mkdir -p $(ROOT)$(HYPDIR) + for i in *.dic; \ + do \ + $(INSTALL) -c -m 644 $$i $(ROOT)$(HYPDIR)/$$i || exit; \ + done + +clean: + +mrproper: clean diff --git a/troff/libhnj/hyphen.d/NOTES b/troff/libhnj/hyphen.d/NOTES new file mode 100644 index 000000000000..fb9114ecaa46 --- /dev/null +++ b/troff/libhnj/hyphen.d/NOTES @@ -0,0 +1,58 @@ +Adding hyphenation files to troff +================================= + +There are principally two methods to obtain hyphenation files for +use with troff: + +1. Get an OpenOffice hyphenation file. The file format of these should + be principally compatible; however, the results when hyphenating with + them were rather mediocre. I have not followed this issue further. + Replace the first line with the string "UTF-8" and recode the rest + of the file from the original encoding to UTF-8. + +2. Derive a hyphenation file from TeX sources in the following steps: + + a) Verify that you are allowed to do this by reading the license of + the individual file. + + b) Create a temporary copy of the file for the next steps. + + c) Delete everything except the \patterns{} and \hyphenation{} parts; + the latter may be missing. + + d) Delete all remaining comments, i.e. any "%" character and following + ones to the end of the line. + + e) Recode the \hyphenation{} part, if any, to the same format as the + \patterns{} part. Replace each hyphen by a "9", and insert an "8" + after any letter that is not followed by a hyphen. The first and + last characters of each word are not hyphenated anyway, so there + is no need to insert an "8" there. Surround each word by dots. In + effect, "phil-an-thropic" becomes ".ph8i8l9a8n9t8h8r8o8p8ic." + + f) Delete remaining part separators, if any. + + g) Reformat the file such that each pattern is on a single line, and + delete any other white space. + + h) Replace any non-ASCII characters in one of the TeX encodings by + their UTF-8 equivalents. + + i) Run "perl substring.pl tmp_file". This will print a lot of output, + and will finally generate the file "hyphen.mashed". Move it to + "hyph_<lc>_<CC>[@extra].dic", where "lc" is a language code, and + "CC" is a country code, as appropriate. The optional "@extra" part + may be added to describe special variations. + + j) Add the line "UTF-8" as the first line of the new file. + + k) Insert copyright/authorship statements from the original file into + the new one using "%" as a comment character. Supply any information + that is additionally demanded by the license of the original. + + l) Insert a prominent remark that you changed the file, and that you + will accept bug reports for your variant. + + m) Contribute your work if you like. + +Gunnar Ritter 9/3/05 diff --git a/troff/libhnj/hyphen.d/hyph_de_DE.dic b/troff/libhnj/hyphen.d/hyph_de_DE.dic new file mode 100644 index 000000000000..a8392e50a6ff --- /dev/null +++ b/troff/libhnj/hyphen.d/hyph_de_DE.dic @@ -0,0 +1,7462 @@ +UTF-8 +% This file has been derived from `dehyphn.tex', revision level 31, +% to which the following applies: +% ----------------------------------------------------------------- +% Copyright (C) 1988,1991 Rechenzentrum der Ruhr-Universitaet Bochum +% [german hyphen patterns] +% Copyright (C) 1993,1994,1999 Bernd Raichle/DANTE e.V. +% [macros, adaption for TeX 2] +% Copyright (C) 1998--2001 Walter Schmidt +% [adaption to new German orthography] +% +% ----------------------------------------------------------------- +% IMPORTANT NOTICE: +% +% This program can be redistributed and/or modified under the terms +% of the LaTeX Project Public License Distributed from CTAN +% archives in directory macros/latex/base/lppl.txt; either +% version 1 of the License, or any later version. +% ----------------------------------------------------------------- +% A copy of the original can be obtained from <http://www.tug.org/teTeX/>. +% ----------------------------------------------------------------- +% For sending bug reports, follow the instructions on +% <http://n-t-roff.github.io/heirloom/doctools.html>. +% ----------------------------------------------------------------- +% Sccsid @(#)hyph_de_DE.dic 1.3 (gritter) 9/3/05 +.1be +.1bi +.1br +.1che6f5 +.1da8c +.1de +.1di +.1fe +.1fu +.1ga +.1ge +.1k2o +.1ka +.1kr8 +.1kü +.1li +.1lös +.1ma +.1mi +.1p2o +.1pe +.1ph6 +.1se +.1si +.1spi +.1sy +.1tag +.1ve +.1wah +.1weg +.1zi +.1zu +.2e1ri +.2er3ei +.6a1ba +.8ar6tei +.a1b1l8 +.a1b1r +.a1b3u +.a1be +.a1bi2 +.a1d +.a1do +.a1n1e +.a2l1t +.a2r1s +.a2r1t +.a3na3c +.a6n1s +.aa6l +.ab3a4s +.ab3ei +.ab3it +.ad3o4r +.alti6 +.an2gs +.an5a2l1g +.ang8s2t1 +.ap1p +.ar6sc +.ar6ta +.as2z +.au2f1 +.au2s3 +.b6ie +.be2r1t +.be3na +.be5er1b +.ber6t5r6 +.bi2ms +.bie6r5 +.bim6s5t +.br6u6s +.brot3 +.c8h6 +.d2a1ri +.da1r5u +.da2r +.dar5in +.de1re +.de1sp2 +.de3s1z +.de5r6en +.de8s2p2o +.den6ka +.des6pe +.dia3s4 +.dien4 +.dy2s1 +.e1p2o1 +.e1r5er +.e1re +.e1s1p2 +.e2n1d +.e2s8t1l +.e6hr +.e8rd +.eh1re +.ehre6n5 +.ei1ne6 +.ei6n5eh +.ei6ns +.ei8nen +.ein5sa +.en1de +.en1te +.en3k4 +.en4t3r6 +.en6d5r4 +.en6der +.en8ta8 +.en8tei +.er1b +.er1ba +.er1be +.er1du +.er1w +.er3in +.er3o4b +.er6b5ei +.er6ban +.er6bla +.er6d5um +.erbl8 +.erwi5s +.es8t1n +.ex1a2 +.ex3em +.fa2ls +.fal6sc +.fe6s1t5a +.flu4g3 +.furc8h8 +.ga1ne +.ga6ner +.ge1s6 +.ge3n4a +.ge5rö8 +.ha2lb5 +.hal1be6 +.hal6br +.hau4t +.haup4 +.he4r3e +.he5x +.hei1ma6 +.her6za +.hi2r1s +.hin3 +.hir8sc +.ho4c +.hu3sa +.hy5o +.i1be5 +.i1ma +.i1ni6 +.i1s5chi +.ima6ge +.in1 +.isc8h +.ja6gd5 +.ka6l1k +.ka6ph +.kal6k5o +.ki4e +.kop6f3 +.kraf6 +.kü5ra +.l8i1i +.la2b1b +.lab6br +.liie6 +.lo6s5k2 +.lö4s3t +.ma5d2 +.mi2t1 +.mis2s1 +.no1to +.no6th +.no6top +.o1b1l8 +.o1be +.o1st3a +.o2r1t +.o8bs2 +.ob2e8ri +.ob6s1t5e +.or2ts +.or3c +.ort6s5e +.os1te +.oste8r +.p8er +.pe3t2s +.pe4re6 +.po8str6 +.r6au4m3 +.re5an +.ro8q +.ru5the +.rü5b6e2 +.sc8h8 +.se5n6h +.se5ra +.se6e +.si2e +.sp2 +.spi1k +.spi6ke +.st4 +.sy2n1 +.t8o1ni +.ta1ge +.ta8th +.tage4s5 +.tan6kl8 +.te6e +.te8str6 +.to1d +.to1de4 +.to6der +.to6we +.to8nin +.u1ne6 +.u1re +.u2mp +.um1 +.umpf4 +.un1 +.un1ge +.ung8e5n +.ur1c +.ur5en +.v2e1ri +.v2or1 +.ve6rin +.ver1 +.vora8 +.wah6l5 +.we1ge +.we8ge1s +.we8s2t +.wes3te +.wo6r +.wor3a +.wu6n4s +.z2uc +.zi4e +.zuc8h8 +.ä2n1d +.än1de +.ände8re +.öc8h8 +1a2b1f8 +1a2b1g2 +1a2b1n +1a2b1w +1a2d1v +1a2g8o1g +1a2sth +1a2th1l +1ab1k2o +1abdr4 +1abhä +1ad1j +1adle +1aero +1afri +1ag1gr4 +1ak1k2o +1aka1d +1al1gi +1an1fä +1an1r +1an5l6 +1anfa +1ap1pa +1ar2z1t +1au1to +1au2f1n +1au2f1w +1au2s1b2 +1au2s1f2 +1au2s1w +1au2s3g2 +1aus1z +1ba +1be +1bi +1blat +1blu +1bo +1br +1bu +1by1 +1bä +1bü +1c6r +1c8hae +1c8o +1ca +1ce +1che1f +1ci +1ck2e1ru +1cka1d +1cke. +1cke1re +1cke2r1t +1cke2rn +1ckel +1cken +1cker. +1ckie +1ckig +1ckun +1cu +1cy +1da. +1dac +1dat +1de +1di +1do +1drah +1dria +1dru +1drü +1du +1dä +1dü +1e2t1n +1e4k1d +1e8x3p2 +1egy +1eign8 +1elek +1emp1f +1emp1t +1emto +1en2t1z +1extr6 +1f8ran +1fe +1fi +1flor +1fo +1fr2is +1fu +1fä +1fü +1g2li1k +1g2lim +1g2ly +1g6hr +1ga +1gan6g5a +1ge +1gi +1gl2on +1gla1d +1glas +1gle. +1glem +1gloa +1glop +1glü +1gna +1gno +1go +1gr4 +1gu +1gä +1gö +1gü +1haa +1he2m1m +1hoh +1holz +1in1fo +1k2o +1ka +1kla +1klä +1kr8 +1ku +1kä +1kö +1kü +1la. +1la1w +1la2n1d +1le6hr +1ler +1li +1lo1k +1los. +1lun +1ly +1lös +1ma +1me +1mi +1mo +1mun +1my +1män +1mü +1n2a1ri +1n2ah +1n2ar. +1n8aß +1na. +1na1ma +1na1ni +1na1v +1nae +1nag +1nai +1nann +1nau1e +1ne +1ni +1nu +1nys +1näc +1nöt +1o2zea +1o6ns +1o8o1g +1ob1j +1of1fi +1okta +1opti +1or1ga +1or2d1n6 +1oram +1p2o +1p2sy +1pak +1pap +1pau +1pe +1ph +1pis +1pres +1pro1d +1prob +1präs +1prüf +1pu +1q6ui +1r2ig +1r4uf +1rar1h8 +1re. +1re1no +1rer +1rinn +1ro6hr +1ru2ts +1s2ki. +1s2pek +1s2phä +1s2pur +1sa. +1sa2n1d +1saa +1saf +1sag +1sai +1sal +1sam +1sas +1sat +1sche +1schi +1scho +1schu +1se +1si +1so +1span +1spi +1spra +1spru +1spü +1sta +1sto +1stu +1stä +1stö +1stü +1su +1sy +1sä +1süc +1sün +1t2a1ri +1t2sua +1t2uc +1t6hr6 +1t8heo +1ta1fe4 +1ta1le +1tag +1te2il +1the. +1thes +1thet +1thy +1ti2l1g +1trag +1trai +1trib +1träg +1tu1e +1tu2m1h +1tu2ms +1ty1 +1tön +1tür. +1u2n2if +1un1fä +1ve +1wah +1was +1weg +1wi1d +1wj +1xag +1xe. +1xen +1xes +1xi +1xo +1xu +1zah +1ze +1zi +1zo +1zu +1zwi +1zy +1zä +1zö +1zü +1ße +1ßi +1ßu8 +1ähn5l6 +1äug +1äuß +1ö2k2o +1öl. +2a1re +2a1ri +2a1ti +2ar2b1t +2b1b +2b1c +2b1d +2b1f8 +2b1g2 +2b1h +2b1k2 +2b1lun +2b1m +2b1n +2b1p2 +2b1t +2b1w +2c2ks +2ch. +2chn6 +2chs +2cht +2ck. +2d1a2b1g2 +2d1an5l6 +2d1ar1b +2d1auf +2d1aus +2d1b +2d1c +2d1d +2d1e6hr +2d1f +2d1g +2d1h +2d1i6ns +2d1k +2d1l +2d1m +2d1n6 +2d1o8r1g +2d1p +2d1rer +2d1u2n1d +2d1v +2d1w +2d1z +2deal +2deol +2dju +2ds +2dt +2e1ni +2e1ri +2e1ru +2erei +2f1a2r1t +2f1b2 +2f1d +2f1ec2k +2f1g2 +2f1k2 +2f1m +2f1n +2f1op +2f1p8 +2f1w +2f1z +2f2f1f +2ff +2fs +2ft +2g1a2t1m8 +2g1a6r1m +2g1ar1c +2g1b +2g1f8 +2g1g +2g1k +2g1ler +2g1m +2g1n2ah +2g1p2 +2g1r2ig +2g1t +2g1w +2g8o1g +2grot +2gs +2gue. +2ha1ni +2hal. +2hein +2hoi +2hö. +2höe +2i1ge +2i1v +2if +2il +2io +2ip +2k1an5l6 +2k1b +2k1c +2k1eig +2k1f8 +2k1g +2k1h +2k1k2 +2k1m +2k1p2 +2k1rec +2k1t +2k1w +2k1z +2klic +2kr2ip +2krib +2ks +2l1a2m1t +2l1a8b1s +2l1g +2l1m +2l1o8rd +2l1t +2l1u2m1f6 +2l1u2m1w +2l1w +2l1äug +2lb +2lic2k +2ließ +2lint +2ls +2luh +2m1a2mp +2m1b +2m1c +2m1d +2m1f6 +2m1g +2m1h +2m1i2m1m +2m1k8 +2m1l +2m1m +2m1r +2m1t +2m1v +2m1w +2m1z +2mp +2ms +2n1a2r1t +2n1ang +2n1ar1c +2n1d +2n1e2mp +2n1e2rr +2n1egy +2n1erz +2n1i2mp +2n1i2n1d +2n1i6ns +2n1o2r1t +2n1on1k +2n1u2n1d +2n1unt +2na1x +2nec +2no2b1t +2nu6r +2nup +2p1haf +2p1ler +2p2ft +2p2uc +2p3lig +2p3r2ig +2pe2rr +2pek +2ph. +2po2rn +2pst +2r1a2r1t +2r1ar1b +2r1ex +2r1ir +2r1s +2r1t +2r1u2m1g +2r1u2m1l +2r1unt +2r1ur +2r2t3a2r1t +2r8tu2r1t +2ra6ll +2re2m1t +2reh +2ress +2rn +2rr +2ru2ms +2s1a2r1t +2s1a2t1l +2s1a6ns +2s1a8b1s +2s1ar1b +2s1aus +2s1b2 +2s1c8o +2s1ca +2s1d +2s1e2mp +2s1eig +2s1f2 +2s1i6ns +2s1in1f +2s1in1h +2s1ku +2s1m +2s1o1do +2s1o8rd +2s1pap +2s1pf +2s1pis +2s1r +2s1sc8h +2s1se +2s1si +2s1so +2s1sä +2s1ta. +2s1ta1ni +2s1tag +2s1tan. +2s1trua +2s1tu1e +2s1tung +2s1unt +2s1v +2s1w +2s1ü2b +2s2cht +2s2s1ei +2s2t1b2 +2s2t1g2 +2s2t1k2 +2s2t1l +2s2t1m8 +2s2t1s6 +2s2t1t +2s2t1v +2s2t1w +2s2t5r2ig +2s3g2 +2s3kow +2s4ch1h +2s5pla +2s5pol +2s6ch1f2 +2s7tus +2sch1g +2sch1k2 +2sch1z +2siat +2skau +2ssa +2ssö +2ssü +2st. +2sth +2t1a2m1t +2t1a6r1m +2t1an1r +2t1b2 +2t1c +2t1d +2t1e6hr +2t1f2 +2t1g2 +2t1h2il +2t1haa +2t1hau +2t1hö +2t1j +2t1k2 +2t1l +2t1m8 +2t1n +2t1ony +2t1p2 +2t1r2ig +2t1t +2t1unt +2t1v +2t1w +2ta2r1t +2ta6rk +2te1he +2th. +2th1l +2th1m +2to1ti +2trec +2ts +2tz +2uc +2v1b +2v1f +2v1g +2v1k +2v1l +2v1m +2v1p +2v1t +2v1v +2v1z +2v2s +2w1l +2z1a1ra +2z1b +2z1ex +2z1f8 +2z1k +2z1l +2z1m +2z1s8 +2z1t +2z1v +2z1z +2z1ü2b +2ß1ei +3a8na1ly +3abtei +3adres +3al8a6r1m +3album +3an1n2ah +3angab +3angri +3anzug +3apfel +3arbei +3atlas +3au2s1d +3auf1fü +3auf1ga +3auf1tr6 +3auge. +3blau. +3ble. +3blä +3blü +3ch2a1ri +3effek +3eifri +3ele1me +3entl8a +3er1klä +3erb1se +3ernst +3europ +3flöt +3för +3gleic +3glie1d +3i2deal +3i2deol +3indus +3infek +3jä +3klei1d +3kow +3lig +3lo2ch. +3losig +3lä2n1d +3man +3mas +3mes +3mi2t1t +3mäß +3müt +3na1z +3na2cht +3o4pe1ra +3ob2st. +3paa +3par2t1n +3pe2r1s +3preis +3rable +3re1a2k1t +3refl +3ro2ck. +3rö6ll +3rü2mp +3s2kr2ip +3s2krib +3s2t2if +3s2t2il +3s2te2if +3s2te2m1m +3s2te2mp +3s2te6ll +3s2tec +3s2teg +3s2teh +3s2teig +3s2tein +3s2telz +3s2tep +3s2teu1e +3s2ti1tu +3s2tic +3s2tie1b +3s2tieg +3s2tim +3s2tink +3s2trec +3s2uc +3s4kin. +3s8au1e +3s8eit +3s8prec +3sa2ck. +3sa8r1g +3scha. +3schaf +3schal +3schri +3sel. +3str8aß +3strum +3t2hal. +3t4hea +3this +3to1be +3trau1e +3treib +3troc +3umfan +3un1glü +3undzw8 +3unfal +3ur5tei +3urlau +3ursac +3zaun +3ä2t1k2 +3äq +3ärmel +3ärz2t1l +3ü4ber1 +4a1tr6 +4aner. +4blic8h +4c2k1h +4ch1h +4ck1ent +4d3a2r1t +4d3in1h +4d3reg +4d3uh +4drec8h +4e1lo +4e1mo +4e5re. +4ene. +4ener. +4erer. +4f1h +4f3lein +4ferd. +4fling +4g1v +4g3ei1se +4g3ex3 +4g3i6ns +4g3reic +4g3uh +4gak +4grut +4he1rap +4k1d +4k3arti +4k3leit +4k3ra1d +4k3reic +4k3ä1mi +4kus1ti +4l1au1to +4l1en2t1z +4l3e8r1g +4l3en2t1w +4l3in1du +4l3in1h +4l3o4p8er +4l3o6hr +4l3un1te +4laus3s4 +4lektr6 +4leu1ro +4li1sam +4lin2k1t +4lipp +4lo2r1t +4lu8r1g +4m3ar1be +4m5auf +4ma2g1g +4n1ein +4n1int +4n1o8r1g +4n1u6hr +4n3e4lem +4n3en3th +4n3i6gel +4n3o4p8er +4n3o8bs +4nauf +4p1d +4peic +4per1si +4ph3t1he +4plei +4r3e8rd +4r3ei6ns +4r3ein1a4 +4r3en2t1w +4r3enth +4r3er6ns +4r3erla +4ra2l1g +4reben +4rinst +4ro1fe +4s1a2ff +4s1a2k1t +4s1en2t1z +4s1j +4s1or1ga +4s1t2uc +4s1ta1fe4 +4s1te2il +4s1trai +4s1tür. +4s2ta2l1g +4s2ti2g1m +4s2tin1f +4s3alpi +4s3ox +4s3pe2r1s +4s5t8e2ch3n6 +4so1pe +4st1r4uf +4st3a6ns +4st3o1pe +4t1au2f1n +4t1elek +4t1holz +4t1hä +4t1reg +4t3en2t1w +4t3er2b1t +4t3re1z +4ta8b1s +4tab. +4te2ff +4tein1h +4teis +4ths +4tre2if +4tüb +4v3w +4v5n +4xis1te +4z1h +4z1p +4z3ak +4z3e2ff +4z3i2mp +4z3oh +4ze2mp +5a4gent +5a6blag +5a6blö +5a6brec +5a6l5eth +5a6mei1se +5a6n1o2d +5a6n3o1ma +5a6no8rd +5ab1ze +5ab1zu +5ad1di +5akro1 +5anfe2r1t +5ange1bo +5anhä +5anschl6 +5anstal +5antenn +5anwä +5anzeig +5anzieh +5anäs +5atlant +5au4f3ent +5blit +5blum +5blö +5ch4lor +5cha1ra +5cha1to +5chia1d +5chias +5cho. +5chth2on +5cä1 +5d4eic +5d6scha. +5dschi1k +5e6las1ti +5elte2rn +5ener1gi +5entwic +5entwu +5epi1d +5epos +5erfül +5erge2b1n +5ergänz +5erhö1hu +5erlös. +5erstat +5erwer1b +5essenz +5f8läc +5flop +5fr4ei. +5ghel. +5glaub +5gleis +5glom +5go1gr4 +5gr2if +5he2ft +5hi2tz +5horn. +5in1j +5in1s2pe +5index +5ing2e1ni +5inhab +5instit +5instru +5inte1re +5inter1v +5jo +5kl2ip +5klet +5klop +5l6uk +5la1du +5laken +5lampe. +5le2uc +5lei1stu +5lip1t +5loge. +5lohn +5läuf +5me6ld +5mot +5mün +5n6a2r1s +5n6äi +5na6ui +5nan1c +5napf. +5ne1ei +5nä1e +5näus +5nü. +5nüß +5o4be2r1s +5o6rient +5ohm. +5olym +5orgel. +5p6ty1 +5p8ar5tei +5pa1d +5pf8lanz +5pin1se +5pla +5po1ti +5pol +5pr8o1g +5prinz +5py +5ra3fal +5ra6ld +5ran1gi +5re1ha +5ren1te +5rhy1t +5rout +5rö6hr +5römis +5s4hop +5s4tre2if +5s6au1se +5s6h2ip +5s6pom +5s6z4ene. +5scha1de +5schlag +5schlu +5schö +5schü +5sein. +5spal +5spring +5spän +5söm +5süß +5t4he1rap +5t6si1k +5t8e2ch3n6 +5tau1se +5tep1pi +5tha. +5ther1f +5thi. +5ti1te +5to2cht +5toll. +5topf. +5tropf +5trub +5trup +5trüb +5täg +5tüc8h +5umlau +5undein +5unge1a2 +5w2a1re +5wec8h +5wei1se +5wer1du +5werk. +5wi2r1t +5wunde. +5ya. +5zange. +5zwec2k +5ßa. +5änd2e1ru +5ärge2rn +5ö6dem +5öf2f1n +5öste2rr +5ü2bu +6a1ba +6a1tu +6a2t1f2 +6a2t1g2 +6a2t1n +6ab8el +6aum +6b1la1d +6b1v +6b3lein +6b5eisen +6blag +6ch1b2 +6ch1f2 +6ch1p +6ch2m +6ch3unt +6chei +6cher1kl8 +6chi6ns +6chuh +6d1a2b1w +6d1re. +6d5a6l1k +6d5o1be +6d5ony +6d5r1h8 +6d5unt +6da2b1t +6da6ns +6dan1zu +6de2ff +6din1f +6dje +6do1th +6do8rd +6dur1l +6dursa +6däh +6e1nat +6e1ro. +6e3roi +6elan +6ele1f +6enem. +6enen +6enes +6eren. +6f1an5l6 +6f1c +6f1j +6f1r2ig +6f1v +6f1äug +6f3l2on +6f5otte +6f5u2ms +6fap +6fun1f +6g1a2b1w +6g1an5l6 +6g1hei +6g1hi +6g1rec +6g3arti +6g5a2m1t +6g5auf +6g5en2t1f2 +6g5erz. +6g5oh +6g5unt +6gar1b +6gd +6glass +6gn. +6gonist +6groh +6gue1d +6gä6r1m +6güb +6h1e2mp +6ha1le +6hanz +6har1b +6ho8r1g +6hr +6jm +6k1en2t1z +6k1r2ig +6k1v +6k3ar1be +6k5ein +6k5eis +6k5l6er. +6k5ox +6kin1h +6kner +6kro1ba +6l1e8x3p2 +6l1h +6l1j +6l1k +6l1p +6l1ü1b6e2 +6l5a2t1m8 +6l5en2t1s +6l5er1de +6l5erzie +6l5in1j +6l5u6n2io +6la2ff +6lan1ä +6lann +6larm. +6ld +6le1pi +6le2ff +6lendun +6ler1kl8 +6ll +6ln +6lo8r1g +6lu2r1s +6ly2m1p2 +6m1ap1pa +6m5ony +6m5uh +6mj +6möl +6n1a6r1m +6n1au1to +6n1au2s1b2 +6n1opti +6n1ü2b +6n5e2b1n +6n5e4ne8r1g +6n5erde. +6n5erhö +6n5ertra +6n5in1h +6n5inn +6n5o6le3u +6n5ox +6n5u2m1w +6n5u2ms +6n5un1r +6na2t1m8 +6nair +6nopf +6ns +6nu1ni +6o1se +6p1m +6p5heit +6p5les +6p5ling +6p5uh +6paug +6ph1b2 +6ph1g +6ph1z +6phn +6r1arz +6r1eign8 +6r1emp1f +6r1m +6r1o8o1g +6r3ein1b2 +6r5einn +6r5er1nä +6r5erreg +6r5i6tal +6r5olym +6ra1ha +6ra2t1l +6ra8b1z +6ran1ga +6rapf +6raus. +6rein1g +6rein1r +6rer8bs +6rewo +6rinner +6rk +6ro8bs +6run1f +6run2d1z +6s1a2b1t +6s1a2b1w +6s1an5l6 +6s1arz +6s1che1f +6s1cu +6s1e8x3p2 +6s1prob +6s1ta1le +6s1träg +6s1äuß +6s2chs +6s2t1c +6s2t1d +6s2t1f2 +6s2t1i2n1d +6s2t1p2 +6s2tz +6s3a4der +6s3an1tr6 +6s3e4lem +6s3preis +6s3tre1f +6s4t3eu1ro +6s5eid. +6s5ein1h +6s5en2t1s +6s5i6de1e +6s5o4fen +6s5pig +6s5pin1se +6s5po1ti +6s5pos +6s5py +6s5tep1pi +6s5toll. +6s5topf. +6s5tr6aum +6s5u6ran +6s5ä2n1d +6s6ch1p +6salter +6sch1n8aß +6sch1v +6sch3mäß +6scho8rd +6ser1öf +6sk. +6skn8 +6sna +6snot +6ss5um +6st1re1no +6st3re1v +6st5a8n1w +6st5an1f +6star1b +6staus +6sto8rd +6stres +6sumfa +6surte +6säu1gi +6t1an5l6 +6t1au2s3g2 +6t1eign8 +6t1hab +6t1q +6t1re1d +6t1röh +6t1äuß +6t3a2cht +6t3er1klä +6t3ha2n1d +6t5a6mer +6t5haf +6t5herz +6t5o6fen +6t5ro1sa +6t5u2m1r +6ta2mp +6tadr4 +6tar1be +6tarz +6terben +6th1opti +6tha2ls +6top1t +6tu2n1d +6tuh +6tun1f +6ty6o +6täh +6ui +6uk +6und. +6v5c +6v5h +6vang +6var1b +6vd +6ve5g6 +6w5t +6w5w +6wk +6ws2 +6x1l +6x3w +6z1am +6z1c +6z1d +6z1j +6z1n +6z1r +6z1wo +6z1öl. +6z5as +6z5engel +6z5in1f +6z5in1ni +6z5u6hr +6ß5um +6äi +8a1fä +8a1lu +8a1ta +8ad. +8afa +8ame. +8apl8 +8ar5tei +8atmus +8aß +8b1leg +8b1leh +8b1los +8b1z +8b5riem +8ba8del +8be1cke. +8be2cht +8be2ff +8bex +8blam +8blei1d +8bleih +8bling +8bo2ff +8bon1k +8bre1f +8bröh +8bs +8c1t +8c6hanz +8ch1j +8chob +8chw +8cor1b +8d1ren +8d3reic +8d5a2m1t +8da1br +8da2t1m8 +8daas +8dan1zi +8darz +8deng8en +8denge. +8der2d1b +8deul +8di2n1d +8drak +8drem +8dres. +8dri2n1d +8drut +8ds1l +8du2m1l +8du2m1w +8du2r1t +8dä2n1d +8e2ch3n6 +8eifen +8er6a1ba +8f1ric +8f5elte2rn +8fe2mp +8fei6ns +8fin1f +8flib +8fä6r1m +8föf +8g3leu +8ga8b1z +8gan1sc +8ge2ff +8gerhö +8gl. +8gnac8h +8gnot +8go8rd +8gof +8grenn +8gu2ms +8gä8m +8hae +8han. +8he2l1t +8heo +8höi +8i1i +8ind. +8k3lig +8k5en2t1s +8ka2chs +8ka2k1z +8kapf +8karz +8ke2mp +8keic +8ki1k +8ki8ö8 +8klac +8l1a2b1f8 +8l1a2d1v +8l1ap1pa +8l1r +8la2b1h +8la2m1b +8la8n1w +8lan1me +8lc +8le1p2o +8le2mp +8leinn +8len1zy +8len2ds +8leo1z +8ler8bs +8lerö8 +8lesel +8li2m1b2 +8lin1v +8lo1bl8 +8lu8fe +8m1a2b1g2 +8m1q +8m5an1st +8mal1de +8man1gr4 +8me2mp +8mentsp2 +8mof +8n1a2b1n +8n1a2m1t +8n1w +8n5en2t1n +8n5en2t1s +8na1ly +8na8n1w +8ne2m1b +8neis +8nen2t1b2 +8nen2t1l +8ner1bi +8nerlö +8neuß +8nin1f +8no2st. +8nu2m1l +8o1g +8o1ni +8p5c +8ph1d +8ph1k2 +8poh +8proß +8pär +8r1en2t1z +8r1g +8r1j +8r5e2l1t +8ra2b1k2 +8ra8n1w +8ramei +8ran1f +8rd +8re2ff +8reier +8ren2t1l +8rer1kl8 +8rerhö +8rerlö +8ru6ns +8s1a8n1w +8s1kü +8s1zu +8s2ch. +8s2t1a2m1t +8s2t1r2is +8s3paa +8s3treib +8s5er1zi +8s5täg +8s5tüc8h +8s6ch1b2 +8s6ch3unt +8sa1p2o +8sch1r2ig +8sch1ric +8schan1c +8schex +8schrou +8se2ff +8sermä +8sexa +8sphi +8sta6l1k +8ste2s1se +8stun. +8su2m1k8 +8syl. +8t1au2s1f2 +8t1e8x3p2 +8t1en2t1z +8t1ob1j +8t3reis +8t5an1tr6 +8ta8b1z +8tanwa +8taus. +8tei1w +8telem +8ter8bs +8terbar +8terhö +8thak +8thir +8toc2k +8tre1p2o +8tu2m1t +8tym +8tä8st +8tö8k +8van1b2 +8vint +8vo8f +8vra +8w1n +8wer1c +8x1b +8x1h +8x1t +8x3p2 +8x5o6d +8xa2m1t +8xf +8xi1d +8xn +8z1an5l6 +8z5wes +8za6d +8zein +8zer1gä +8zerz +8zinsuf +8zunem +8zungl +8ße8g +8ße8h +8ßem +a1b1lu +a1be +a1bi +a1bl8 +a1br +a1bu +a1bä +a1ce +a1che +a1chi +a1cho +a1chu +a1chy +a1d +a1de +a1di +a1do +a1e2d +a1er. +a1fe +a1fu +a1g5las +a1ga +a1ge +a1gn8 +a1go +a1gu +a1ha +a1he +a1hi +a1hu +a1j +a1ka +a1ke +a1ki +a1kr8 +a1le +a1ler +a1li +a1lo +a1lä +a1ma +a1me +a1mu +a1mä +a1na1d +a1nas +a1nat +a1ne +a1ni +a1no +a1nö +a1os +a1p2o +a1pa +a1ph +a1pi +a1pr6 +a1ra +a1rol +a1ru +a1ry +a1sa +a1sche +a1str6 +a1te +a1th +a1to +a1tä +a1tü +a1v +a1ve +a1w +a1x +a1xi +a1ya +a1z +a1zi +a2b1d +a2b1h +a2b1k2 +a2b1m +a2b1t +a2c2ks +a2ch5n6 +a2d1d +a2d1l +a2dre +a2dt1 +a2f1ex1 +a2ff +a2ft +a2g1g +a2h5ein +a2if6 +a2k1k2 +a2l1g +a2l1t +a2l3int +a2lb +a2ls +a2m1m +a2m1t +a2mp +a2ms +a2n1d +a2n1ec +a2ph1t2 +a2r1s +a2r1t +a2r3a6ll +a2rn +a2s1to +a2t1l +a2t1m8 +a2t1t +a2tz +a2uc +a2xia +a3fal +a3in1se +a3ismu +a3na2c +a3pü +a3ros +a3s4hi +a4ce. +a4h3er1h8 +a4ka1de +a4l3ein +a4l5ob +a4r3af +a4s3tel +a5arti +a5chal +a5far +a5fat +a5ho +a5i8s2ch. +a5lal +a5ny +a5pä +a6bl8aß +a6ch3m +a6ch5er1f +a6d5ac +a6dä +a6f5um +a6fen2t1l +a6g5u2n1d +a6hr +a6l5e6be +a6le2r1t +a6ll +a6lur +a6ma1te +a6n5e8rd +a6n5er1ke +a6ns +a6po1th +a6pos2t +a6rk +a6s2chn6 +a6schec +a6t5ops +a6t5ort. +a6t5ru +a6tapf +a6te1li +a6uk +a6wes +a6x2io +a8b1s +a8b1z +a8blä +a8ch1w +a8chent +a8dein +a8l1c +a8lel +a8ler1b +a8ler1h8 +a8n1w +a8n5eis +a8ner1f +a8r1g +a8ror +aa1c +aa1l5e +aa2gr4 +aa2r1t +aa2s1t +aa2t2s +aa6r5a +ab1ir +ab1la +ab1ma +ab1ra +ab1re +ab1ro +ab1ur +ab1än +ab3a2r1t +ab4ler +ab5e2r1r +ab5e2s1se +ab5e6rk +ab8s1k2 +abe2n1d +aben6dr4 +abma5c +abs2z +abäu8 +ac1k2o +ac2k +ac6hr +ac8h +ach1l6 +ach3re +ach5a2r1t +ach5au +ach5äf +ach6er. +ack5sta +acks6t8 +ad1op +ad3ant +ad8ar +ade5o8 +adi5en +adr4 +ae1r +af1an +af1au +af1fr6 +af1re +af1te +af1tr6 +af5rau +af6tent +af6tra +afr6 +aft5re +ag1lo +ag2ne +ag5a1be +ag8er +age1s +age1s5e +ah1le +ah1ma +ah1re +ah1ru +ah2r1t +ah4m3ar +ah8rei +ah8ö +ahl1a +ahn1a +ahr5ab +ahr8ti +ahra6 +ahre4s3 +ahre6n8s +ai1d +ai1e +ai1re +ai1s8e +ai1so6 +ai2s1m +ai3d2s +ai4re. +ai6ns +ais6n +aisc8h +al1be +al1bu +al1la +al1le +al1sc +al4g1li +al4l3ar +al4lab +al4t3re +al4the +al5a6ns +al6s6ch2m +al6u5i +al8be1b +al8ber1w +al8lan +alb5la +albl8 +ale1b +alle3g +alsc8h +altr6 +alu3ta +am1me +am1sc +am2n8 +am2ta +am6m5ei +am6mum +am6s8chw +ampf3a6 +amsc8h +an1de +an1e2k +an1f +an1fe +an1ga +an1ge +an1gr4 +an1h +an1k2n8 +an1kl8 +an1kr8 +an1m +an1ma +an1na +an1ne +an1s2z +an1sa +an1sc +an1so +an1st +an1sta +an1te +an1th +an1ze +an1zi +an1zu +an1ä +an2g5t6 +an2gn8 +an2io +an3a1k2o +an3a1me +an3a2ra +an3a6l1p +an3g1li +an4kro +an4so1z +an4z3e1d +an5as1ti +an5i8on +an6i1k +an6kno +an8dent +ana1di +ana2t5s +anadi5e +ande4s3 +ane6rk +ang6lis +ange1b +ani4ka +ani5g +anma5c +anmar4 +anne4s3 +ansc8h +anö8d +ap1fe +ap1pr6 +aph5ä6 +apo1c +apo1s +ar1b +ar1be +ar1c +ar1ke +ar1l +ar1na +ar1o2d +ar1ü2 +ar2gl +ar2ie +ar2on +ar3ein +ar3ony +ar4nan +ar5o6c8h +ar5ox +ar5öm +ar6les +ar6schl6 +ar6t5ri +ar8ke2r1s +ar8zä +ari5es +arsc8h +artr6 +arz1w8 +arä8m +arö6 +as1h +as1pa +as1te +as2s3te +as5te1v +as6ch3m +asc8h +asch5l6 +asp2 +asp5l8 +ast3re +at2t1h +at3hal +at5t6hä +at8a5pl8 +ata3la +ata5c +ate5ran +aten5a +ath6a +atl8a +ato2r1t +ato6ra +atz1w8 +au1a +au1br +au1e +au1fe +au1ge +au1kl8 +au1le +au1ma +au1si +au1te +au1th +au1ße8 +au2f1g2 +au2f1t +au2ff +au2m5p +au4kle +au4sta +au6bre +au8mar +au8sin +auc8h +auch3a +aue4l +aule8s +aus3s4 +aut5eng +av2e1r6i +ave5r6a +aver1 +azi5er. +b1ga +b1ge1 +b1j +b1kü6 +b1le1b +b1le1d +b1li +b1loh +b1o2r1t +b1q +b1r2ig +b1rup +b1s2p2 +b1sa +b1sc +b1se +b1so +b1su +b2b1li +b2il +b2l2io +b2ruz +b2s1ar +b2st1h +b2t1h +b3stru +b3ü4ber1 +b4e1l8o +b4li2n1d +b4li2tz +b5re1d +b5stä +b5ä6s5 +b6ie +b6la. +b6la1v +b6ri1ga +b6sun +b6ui +b6ü5be1re +b8el +b8er. +b8la2t1t +b8sang +b8sof +b8u1re +ba1d +ba1de +ba1la +ba1na +ba1ro +ba5ot +ba8rd +ban6k5r8 +bar1di +bardi6n +bas1te +basten6 +bau3sp2 +bb6le +bbl8 +be1a +be1c8h +be1en +be1f2 +be1g2 +be1hö8 +be1lu +be1ne +be1no +be1nä +be1nü +be1o2 +be1ra +be1rü +be1s2p2 +be1s8c +be1se +be1un +be1ur +be1z +be2e8rei +be2n1d +be2r1r +be2ts +be3na2c +be4nor +be5e1ta +be5el +be5th6a +be6n5e2r1s +be6n5er1w +be6ns +be6zwec +be8at. +be8r1g +be8rac +bec2k +bee3r4e +bei1s +bei1se +bei3tr6 +belu3t2 +ben1d6o +ben4se6 +bens5el +ber1ga +ber8gab. +bes5er1h8 +bet5sc +bezw8 +bga2s5 +bho1le6 +bi1bl8 +bi1el +bi1la +bi1lä5 +bi1na +bi1no +bi2t1t +bi4no1k +bi5tr6 +bi6stu +bit4t5r6 +bl4e4m3o2 +bl8 +blu2ts +blut3a +blut5sc +blä6s5c +blü8sc +bo1c8h +bo1d +bo1ra +bo5d6s +boe5 +br2ie +bra2il6 +brast8 +bre4a +bro1s +brö2s5c +bs2ti +bs3er1l +bs3erz +bstr6 +bu1ie +bu1si +bu6l6k +bu6sin +by1t +by6te. +bü1b6e2 +bü1ge6 +bü2r1s +büge1l5e +bür6sc +c1c +c1k1r8 +c1k2o +c1ka +c1ku +c2a6re +c2hoi +c2k +c2l +c3q +c6hr +c8h +ca5la +ca5y +cag6 +ce1li +ce1ro +celi4c +celic8h5 +ch1ah +ch1ni +ch1ti +ch3a2k1t +ch3e2il +ch3eis +ch3ren +ch3rü +ch6res +ch6tin +ch8n6ie +cha1me +cha6mer +che6rk +chl6 +choi8d +cht3hi +cht5h6a +chu2t6t +chu4la +ci5tr6 +ck1ei +ck3l8 +ck3n8 +ck5o8f +ck5stra +ck6s5u +ckst8 +ckstr6 +con6ne +cos6t +cö5 +d1ap +d1dä +d1j +d1ni6 +d1ric +d1sa +d1sat6 +d1sc +d1schi +d1se +d1sp2 +d1st +d1sü +d1ta +d1te +d1ti +d1to +d1tu +d2e1ru +d2erei +d2il +d2io +d2ip +d2t1s6 +d3ar1c +d3d2h +d4s1pak +d5de +d5q +d5r6a2n1d +d5rei1fe +d5tä +d5ö4st +d5öl +d6rec2k +d6san +d6ui +d8e2r1s +d8se8r1g +d8spä +da1ni +da2gr4 +da2r1a8 +da6r1m +dan1c +dan1ce +dan1ke +dan6ce. +dan6ie +dan8ker +dani5er +danla6 +dar1me +dar6men +ddä2m1m +ddäm1me8 +de1e +de1f +de1fe6 +de1la +de1ma +de1mu +de1ne +de1re +de1ro +de1sa +de1si +de1so +de1sp2 +de2ls +de2r1r +de2su +de3cha +de4mag +de4s3am +de4s3an +de4sau +de4sin +de4spr6 +de5an +de5isc +de5o6d +de5ram +de5us. +de6s2il +de8lar +de8mun +de8nep +de8rd +de8sor +dec8h +del1sp2 +del6s5e +del6spr6 +den1ge +dene6r +der5ein +der5um +df2l +di1ce5 +di1gn8 +di1la +di1na +di1se +di1ta +di1ti +di2l8s +di3c6hr +di3p4t +di5a1ra +di5ena +di5o6d +di5s8p8er +di6s5to +di8sen +di8tan +di8tin +dia5c +dic8h +dis1p2 +dis1pe +dis3tr6 +dn1j +dnje6 +do2r1t +do2t1t +do3ran +do6ber1f +dor4t3h +dott8e +dr4 +dre2if +dro5x +droi6 +drö2s5c +drü5b +drü8sc +ds2p2o +dsc8h +dse8e +du1b6 +du1e +du2ft +du2r1s +du5a2ls +du5ie +du8ni +du8sc6hr +duf4t3r6 +dur2c +durc8h3 +dus1t +dusc8h +dwa8l +dä6r +dö1b +dö8bl8 +dö8sc +dör1f +dör6fl +e1a2k1t +e1a2l1g +e1a2l1t +e1a2n1d +e1a6l1k +e1a6ll +e1a6rk +e1ac +e1ah +e1al. +e1am +e1ar. +e1aus +e1b +e1ba +e1be +e1che +e1chi +e1chu +e1d +e1e6ll +e1e8rd +e1ei +e1ex +e1f +e1fe +e1ge +e1ha +e1he +e1hi +e1ho +e1hu +e1hy +e1hä +e1hö +e1i2rr +e1j +e1k2l8 +e1ke +e1ki +e1kn8 +e1la +e1le +e1ler +e1li +e1lu +e1lä +e1lü +e1mu +e1mä +e1na1d +e1ne +e1no +e1nu +e1nös +e1nüg +e1o8r1g +e1o8rd +e1on. +e1p2f +e1p2o +e1pa +e1pe +e1pi +e1pl8 +e1pr6 +e1pä +e1q +e1r2on +e1r4uf +e1r8o1g +e1ra. +e1rap +e1rat +e1re +e1rer +e1ro1d +e1rom +e1ros +e1rot +e1ry +e1sa +e1sc +e1se +e1si +e1so +e1sp2 +e1sta +e1sto +e1str6 +e1su +e1sü +e1t2a1ri +e1t8ag +e1ta +e1te +e1ti +e1to +e1tr6 +e1tu +e1tä +e1tö +e1tü +e1um. +e1v +e1ve +e1w +e1xo +e1z +e1ße +e1ä2 +e1ü +e2chs +e2ff +e2i1o +e2if +e2il +e2l1al +e2l1g2 +e2l1t +e2lb +e2ls +e2m1d +e2m1m +e2m1t +e2mp +e2n1d +e2nec +e2nex +e2r1or +e2r1s +e2r1t +e2r3a6ll +e2r3ess +e2r3u2ms +e2r5e2h +e2rn +e2s1l +e2s1se +e2s1z +e2t1t +e2t3rec +e2ts +e2tz +e2wig +e3a2r1t +e3hüt +e3in1sä +e3ny +e3on1f +e3r2a1ri +e3r4ei. +e3r6a2n1d +e3r6aum +e3ra1ne +e3rol +e3rop8 +e3rös. +e4l3e2rr +e4l3o1fe +e4n3auf +e4n3o8rd +e4ne8r1g +e4nent +e4r3en1m +e4r3erz +e4r3i2n1d +e4r3u6hr +e5a2l1w +e5a2t1t +e5a6l1p +e5a6r1m +e5a8lin +e5al1f +e5ar1f +e5at. +e5c2l +e5o2k1k2 +e5o6fe +e5on1k +e5on1r +e5on5l6 +e5opf +e5ops +e5or. +e5r6ab8el +e5r6us +e5r8anz. +e5ra1bi +e5thel +e5unter +e5ö8 +e6a1te +e6a5t6l +e6au. +e6b5am +e6ch3m +e6fau +e6h5ac8h +e6hap +e6hr +e6l3a2r1t +e6l5a6ns +e6l5e1he +e6l5e1pi +e6l5ein1h +e6l5ersc +e6l5i6ns +e6lan1f +e6lau1ge +e6lemen +e6len1te +e6ll +e6n3er1f +e6n5e6hr +e6n5eim +e6n5erla +e6n5ess +e6n5opf +e6nerst +e6nober +e6ns +e6p5e6g +e6pidem +e6pos. +e6r1m +e6r1ü2b +e6r5e6r1m +e6r5ein1r +e6r5i6n5i6 +e6r5iat +e6r5int +e6rk +e6s4ta8b1s +e6s5a6v +e6st5ak +e6st5res +e6staf +e6ui +e6uk2 +e8a2ts +e8bs +e8cherz +e8fe8b +e8i1ni +e8l1an5l6 +e8le2if +e8lel +e8n3eis +e8ne2ff +e8ne8rd +e8pee +e8r1g +e8rei1ne +e8s1ap +e8s1h +e8stob +e8tscha +e8x1t +e8ßes +ea1be +ea1li +ea1ni +ea4ben +ea6nim +eb1li +eb1se +eb1si +eb4lie +eb4s3in +eb4ser +ebe6ns +eben4s5e6 +ebl8 +ec1ka +ec2k +ec6h1r +ec8h +ech1se +ech4su +ech8se2n1d +eck5an +ee1le +ee1ta +ee3e +ee3r4e +ee5a +ee5g +ee5isc +ee5lö +ee5rä +ee6le2n1d +ee6tat +ee8reng +eei4s3t +eere6s5 +ef3rom +ef5fe +efr6 +eg1los +ege6ra +eglo6si +eh1le +eh1mu +eh1ne +eh1re +eh1ri +eh1ru +eh1w +eh2n5ec +eh3l5ein +eh5a6ns +eh5auf +eh6r5um +ehl3a +ehr1a +ehre6n +ei1a +ei1ba +ei1d +ei1de +ei1e +ei1fe +ei1ma +ei1ne +ei1no +ei1sa +ei1se +ei1so +ei1ta +ei1tu +ei2ds +ei2ts +ei3d4sc +ei4dar +ei4nor +ei4t3al +ei5ru +ei5s2chn6 +ei6bar +ei6d5ei +ei6l1d +ei6mab +ei6n5o1d +ei6ne1te +ei6ns +ei6s5ent +ei6t5um +ei6thi +ei8der1f +ei8mag +ei8nat +ei8ner1h8 +ei8ness +ei8no1k +ei8sab +ei8sol +ei8tho +eia6s +eic6h5r +eic8h +eich3a +eifr6 +ein1a4 +ein1g +ein1k +eisc8h +eit1h +eit1sam +eit3ar +eit8sa2m1t +ek2ni4 +el1f +el1l8er +el1le +el1so +el3a6r1m +el3ar1b +el5ten +el8bs +el8soh +el8tent +elb1st5a +ele2r1s +ele6h +elf2l +elut2 +em1de +em1me +em8dei +em8meis +emo5s +emu6rk4 +emur2ks5 +en1a6p +en1a6s +en1am +en1ar +en1c +en1de +en1ni +en1no +en1se +en1sp2 +en1ta +en1te +en1ti +en1tr6 +en1za +en1öf +en2ce +en2t1l +en2t1w +en3a2l1t +en3an. +en3ant +en3anz +en3aus +en3glo +en4t3a5go +en5a2chs +en5a6ben +en5a6ll +en5ac2k +en5af +en5e2r1s +en5ec2k +en5er1w +en5t6ag +en6ns8 +en6ti1d +en6u5i +en8dess +en8se2r1s +en8ter1bu +en8zan +ena1be +ena2c +enac8h +end5e8r1g +end5er1f +enda6l +ene1f +ener1l +enn6i6s5 +enn6os4 +eno1be +eno8f +ens1k2 +ens1p2o +ens3s4 +ens6por +ens8kl8 +ent5ric +enter1b +eo1c +eo1k +eo1t +eo5r6h8 +ep4p3a +ep5ent +epi1de +er1b +er1c +er1f +er1fü +er1ga +er1ge +er1gä +er1h8 +er1kl8 +er1l +er1lös +er1me +er1na +er1o2f +er1sta +er1w +er2g5h +er2it +er2t1h +er3a2m1t +er3a6ns +er3a6si +er3a8b1s +er3ac8h +er3ar1c +er3auf +er3ec2k +er3zwu +er5a6ben +er5aal +er5e2g1g +er5er5o +er5erst +er5i6ns +er5it2io +er5ox +er5t6her +er5tei +er5zwa +er5äs +er6nab +er6ns +er6t5ein +er8bs +er8gan. +era1be +era2t3s +era5e +era5k6l8 +ere2r1s +erge1b +eri1ti +eri5ak +erme6n6s +ero5i1d +ero8i1de +ersc8h4 +eru2f4s3 +erzw8 +erä8m +erö8 +es1k2 +es1k2o +es1pe +es2il +es2p2o +es2pu +es3int +es3ur +es4kop +es4pei6s5 +es5e1be +es5i6ll +esa8b +esc8h +esch4l6 +ese1a +ese1b +eser1v +eser1ve5 +eso8b +est3ar +et1ze +et2t1r6 +et2th +et5hal +et6tei +et8a8ta +et8se +et8zent +et8zw8 +etar2i5e +eten6te +eth6a +etsc8h +etu1s +eu1a2 +eu1e +eu1er +eu1ni +eu1o6 +eu1ro +eu1sp2 +eu2e8rei +eu5fe +eu5p +eu5str6 +eu6n2io +eu8zo +eue1re +euin5 +eun1te +ev2e1r4i +eva2l6s +eve2re2 +eve5r6en +ever1 +ex1or +ey3er. +f1fa +f1fla +f1ge +f1li +f1q +f1rib +f1sc +f1se +f1stä +f1tak +f1te +f1ti +f1tr6 +f1tu +f2fs +f2il +f2lix +f2on +f2s1er +f2t1w +f2t1z +f2ts +f3reic +f3rest +f5eis +f5fe +f5ram +f5str6 +f5to +f6eim +f6f5a6r1m +f8in. +f8lanz +f8r8aß +f8re. +fa1d +fa1de8 +fa1na +fa1sc +fa2l1t +fa2rr +fa3y +fa5el. +fa6ch5i +fa6del +fa6ll +fac8h +fal6lo +falt8e +fan4gr4 +far1b +far4bl8 +far6ba +far6r5a +fau8str6 +fe1d +fe1le +fe1sto +fe1stu +fe1ta +fe2l1t +fe2rr +fe2s1ta +fe2t1t +fe5rant +fe6dr4 +fe6str6 +fe6stum +fe8rd +fe8stof +fe8t8ag +feh1le +feh6lei +fel5en +fer1ri8 +fet6ta +fex1 +ff1li +ff3lei +ff4lie +ff6s5ta +ff8sa +ffe1le +ffe5in +ffe6la +ffe8ler +ffl8e +fge1w +fgewen6 +fi1d4 +fi1la +fi1le +fi1na +fi2l1m +fi3ds +fi6u +fi8lei +fi8scho +fie1b4 +fil4m5a +fisc8h +fl8e +fo2r1s +fo2r1t +fo2t1t +fo5ra +fo5ru +fo6na +fo6r1m +foh1 +for1me +for6t5r6 +for8mei +for8str6 +for8th +fr2on +fr6 +frei1 +fro8na +fräs5t +fs3tät +ft1h +ft1sc +ft1wi3d4 +ft2so +ft5e6h +ft5ra1d +fte1re6 +fu1ße +fu8ße2n1d +fun4ka +fuße6n +fä1c +fä8ß +fö1de3 +fün1f +fün4f3u +g1da +g1ha +g1ho +g1hö +g1j +g1li +g1los +g1nas +g1ne +g1ni +g1q +g1s8a2n1d +g1sc +g1se +g1si +g1z +g2e1ni +g2e1ri +g2il +g2lie +g2n6ie +g2s1er +g2s1o +g2s1u +g2t1h +g3a4der +g3lauf +g3lein +g3n6is +g3te +g4loss +g5aus +g5c +g5henn +g5lag +g5le1b +g5luf +g5rahm +g5reit +g5riem +g5ring +g5s8e2il +g5sah +g6l2io +g8neu +g8o1ni +ga1d +ga1de +ga1la +ga1na +ga1ne +ga1str6 +ga2r1t +ga5isc +ga5n1j +ga5ro +ga6bl8 +ga6ns +ga6st3re +ga8ho +ga8sa +ga8sc +gan5er1b +gau5fr6 +ge1a2 +ge1e2 +ge1f2 +ge1g2l +ge1im +ge1or +ge1ra +ge1ro +ge1rä +ge1rü +ge1s +ge1s2p2 +ge2l1t +ge2lb +ge2s7te. +ge2s7ten +ge2s7ter +ge2s7ti1k +ge3nä +ge5lö +ge5unt +ge6an +ge6es +ge6rab +ge8at. +ge8nin +geist5r6 +gel1br +gel2t8s +gel8bra +gen3k +ger1h8 +ger8au +ger8i6ns +ges1te +ges1ti +gi1me +gi1na +gi5la +gi8me. +gis1tr6 +glan4z3 +gli8a +gn8 +gna2c +go1ra +goe1 +gon6i5e +gon6is +gr2i4e +gra4s3t +gra8m +gre6ge +gro6ß +gs1ab +gs1ak +gs1an +gs1ar +gs1au +gs1e1f +gs1in +gs1pr6 +gs3s4 +gs5ein +gso2r +gsp2 +gu2e +gu2s1to +gu2tu +gu5as +gut3h +gy1n +h1a2t1m8 +h1b2 +h1c +h1d +h1e2if +h1f2 +h1g +h1go +h1h +h1iat +h1j +h1k2 +h1l8aß +h1las +h1le1d +h1ler +h1li +h1läs +h1me +h1ne +h1ni +h1nol +h1nu +h1p +h1q +h1rai +h1re1d +h1rer +h1ric +h1sam +h1sc +h1se +h1so +h1sp2 +h1str6 +h1stu +h1su +h1sü +h1te +h1ti +h1tu +h1v +h1z +h2e1ru +h2il +h2io +h2l2if +h2l2ip +h2l5int +h2lim +h2lit +h2n2ip +h2n2uc +h2n8erz +h2nee +h2nei +h2nel +h2nit +h2nu1d +h2nul +h2on +h2r1t +h2rom +h2t1ec +h2t1eu +h2t3e1he +h2ts +h2tz8 +h3ar1be +h3ar1me +h3e2cht +h3er1bi +h3l6o1se +h3lein +h3reg +h3weis +h4lor +h4r3er1b +h4s3tum +h4sob +h4spun +h4t3e2ff +h4t3e2if +h4t3ein +h4t3eis +h4t3er1h8 +h4t3ex +h5an1th +h5e6he. +h5l6er. +h5lai +h5r6aum +h5ta. +h5tab +h5tanz +h5taub +h5tüm +h5uhr. +h5up. +h5weib +h6enen +h6jo +h6ne2tz +h6ns +h6rum +h6s5a2m1t +h6s5ec +h6s5er1l +h6t5ersc +h6te2mp +h6ter1fü +h8a8ß +h8l1c +h8lin1f +h8r1g2 +h8r4ei. +h8rank +h8re2r1t +h8sp8aß +h8spel +h8te1se +h8teim +h8ten2t1f2 +h8ter1gr4 +h8terst +h8tess +ha1b8r +ha1d +ha1de +ha1la +ha1na +ha2ft +ha2lb +ha2n1d +ha2t1h +ha5el. +ha5ro +ha6r1m +ha8del +hade4n +haf6tr6 +hal4b5a +han1ge +han6dr4 +han6ge. +hau1sa +hau6san +he1b +he1d +he1f +he1he +he1me +he1ne +he1ro +he1sp2 +he1st +he1ta6 +he1xa +he2bl8 +he2k1t +he2nu +he3cho +he3i2s1m +he4r3um +he4s1pe +he5d6s +he5i2st. +he5rak +he5th +he6ll +he6mer +he8q +he8ro8b +hec8h +hei1d +hei2t8s3 +hei8ds +hek6ta +hel1la +hel8lau +hen1tr6 +hen5e2n1d +hen5klo +hen6tri +henkl8 +her1b +her1ze +her3ab +her3an +her3au +her6z5er +het5am +heu3sc +hey5e +hgol8 +hi1k +hi1sp2 +hi1th +hi2e6r5i +hi2nu +hi2rn +hi5k1t +hi5nak +hi5ob +hi5tr6 +hil1a2 +hil1f +hil4fr6 +hin4ta +hir5n5e +hir6ner +hl8am +hla2b1b4 +hla4ga +hla6gr4 +hme5e +hn3eig +hn5sp2 +hne4p3f +hne8n +ho1la +ho1ra +ho2rn +ho3s1l +ho4l3ar +ho4spi +hoc8h1 +hoh1le +hoh8lei +hos1p2 +hpi6 +hr1c +hr1c6r +hr1z +hr2t1h +hr5i6ns +hr6t5er1l +hr6t5ra +hr8tri +hrcre8 +hrtr6 +hs1pe +hs1pu +hs3ac8h +hs3u2n1d +hs6p2o +hs8erle +ht1ak +ht1ar +ht1at +ht1he +ht1sc +ht1se +ht3ac +ht3ang +ht5hu +ht5rak +ht6sex +ht8s1k2 +ht8so +hte1f +hte1re +hte2r1s +hte8r1g +hte8ren +hter1f4 +htr6 +hts3ah +hu1le +hu6b5r +hu6hr +hu6ld +hu8lent +hu8lä +hub5l8 +huh1l +huld5a6 +hä1k +hä1ma +hä1sche +hä2l8s +hä2t1s +hä8kl8 +hä8sche. +häm6a8tu8 +häsc8h +häu4s3c +hö6s +hös5c +hü2ls +hü2t1t +hüh1ne6 +hül4s3t +hütte8re +i1a2l1g +i1a2l1t +i1a2lb +i1a2ls +i1a2s1m +i1a6l1k +i1a6l1p +i1a6ld +i1a6ll +i1a8l1r +i1af +i1al. +i1al1a +i1al1f +i1al1v +i1an. +i1ang +i1ant +i1anz +i1ar. +i1as. +i1ass +i1at. +i1au +i1be +i1br +i1bu +i1bü +i1che +i1chi +i1cho +i1chu +i1d +i1de +i1di +i1e2n1d +i1e2t1t +i1e4lek +i1ei +i1en. +i1en1p2 +i1en1r +i1enz +i1fa +i1fre +i1ga +i1gr4 +i1ha +i1he +i1hi +i1hu +i1j +i1k +i1ka +i1ku +i1lag +i1lau +i1le +i1li +i1lo +i1lu +i1lä +i1ma +i1me +i1mi +i1mu +i1mä +i1n2ah +i1nat +i1ne +i1ni +i1no +i1när +i1nös +i1o6n2s1 +i1o8x +i1ol. +i1om. +i1on. +i1ont +i1or. +i1os. +i1ot. +i1p2l8 +i1pa +i1pi +i1pr6 +i1q +i1ra +i1re +i1ri +i1ro +i1sa +i1sam +i1sche +i1se +i1si +i1so +i1sta +i1sto +i1stu +i1ta +i1te +i1thi +i1tho +i1ti +i1to +i1tri +i1tu +i1tä +i1tü +i1u +i1ve +i1w +i1xe +i1z +i1ze +i1zi +i1ße +i1ä6r +i1ö8 +i2c2ks +i2ch1n6 +i2cht +i2d1t +i2e1re +i2e1ru +i2erei +i2ff +i2ft +i2g3rot +i2gs +i2l1t +i2m1b2 +i2m1m +i2n1d +i2n1ei +i2r1s +i2rn +i2rr +i2s1au +i2s1tal +i2s1tol +i2s1tor +i2t1a2m +i2t1m8 +i2t1t +i2ts +i2tz +i2vob +i3a2n1d +i3a6l1h +i3alz +i3ank +i3e6ll +i3en1f +i3ern. +i3oral +i4blis +i4l3ipp +i4s3er1h8 +i4t5ab. +i4t8hä +i5a2d1n6 +i5a2l1w +i5a2rr +i5a2st. +i5a2ts +i5a2z1z +i5ak. +i5alei +i5ann +i5en1v +i5enn +i5ensa +i5f6lie +i5gla +i5go +i5lac +i5las +i5mö +i5nec +i5ny +i5o8p1t +i5on1b2 +i5ops +i5orc +i5r6us +i5ry +i5rä +i5s1ty1 +i5sö +i5t6hr6 +i5xa +i5ät. +i5äv +i6a1p2o +i6b1r2ig +i6b5ei1s +i6b5eig +i6b5unt +i6büb +i6ch3m +i6ch5ei +i6ch5i6ns +i6cher1b +i6diot +i6fau +i6h1r +i6k5unt +i6kak +i6kes +i6ll +i6ns +i6r1m +i6sar +i6v5e1ne +i6va1d +i6z5w8 +i6ß5e2r1s +i8ch1w +i8gess +i8ha6ns +i8ham +i8hum +i8kerz +i8lel +i8ma2r1t +i8me1le +i8mi1d +i8ner1w +i8s5tum +i8s6chei +i8sa2m1t +i8scheh +i8si2n1d +i8ta1x +i8tersc +i8ti8d +i8tof +i8vei +i8ver1h8 +i8vur +i8zir +ia1d +ia1le +ia1n8e +ia1ra +ia1z +ia5na +ia6rab +ia8ne8b +ib1li +ib2le +ibl8 +ic2k +ic5l +ic8h +ich1l6 +icht3r6 +icht5an +ick6s5te +ickst8 +id2io +id3a6r1m +id5rec +ide5rö8 +ide8na +idr4 +ie1a +ie1b +ie1b1r +ie1ba +ie1be +ie1d +ie1e8 +ie1f +ie1le +ie1n6e +ie1r8er +ie1sc +ie1ta +ie1te +ie1tr6 +ie2bl8 +ie2dr4 +ie2f1l +ie2f1t +ie2f5f +ie2rn +ie4bre +ie4fro +ie4l3ec +ie4rap +ie4rec +ie5o +ie5the +ie5un +ie6b5ar +ie6f5a1d +ie6ns +ie6r5ein +ie6r5eis +ie6s5che +ie6t5ri +ie6tau +ie8bra +ie8bä +ie8lei +ie8ru2n1d +ie8rum +ie8te2r1t +iebe4s3 +iefr6 +ien1ne +ien1sta +ien6ne. +ien8stal +ier3a4b +iesc8h +iex5 +if1fr6 +if1li +if5ang +if5lac +if6t5r6 +ifr6 +ift5a +ig2ni +ig3a2r1t +ig3s2p2 +ig5he +ige1s +ign8 +ih1n +ih1w +ii2s +ii2t +ik4ler +ikl8 +il1f +il1le +il2fl +il2ip +il3a6ns +il6auf +il6l5enn +ile8h +ilt8e +im1me +imme6l5a +in1au +in1de +in1du +in1f +in1fe +in1ge +in1h +in1kä +in1na +in1sp2 +in1str6 +in1te +in1äs +in2gs +in3o4ku +in3the +in4d3an +in5sau +in5t2r6 +in5öd +in6ie +in8kät +in8nan +ina5he +inau8s +ind2r4 +ing5s6o +ing8en +ini5er. +ino1k +inoi8d +ins1ti +ins1z +ins4ze +inä2 +inö8 +io1a8 +io1c +io1d +io1de4 +io2di +io3rat +ioi8 +ir1b +ir1me +ir1na +ir2m1o2 +ir5rho +ir6bl8 +ir6sc6h5r +ir6schl6 +ir8me8d +ir8nak +irr1h8 +irsc8h +is1k2 +is1k2o +is1p2o +is2on +is2s3te +is3e2rr +is4kop +is6ch5m +is6por +is8e1le +isc6h3r +isc8h +ischä8 +ise3ra +isi1d +isi6de +iso1n5e +isp2 +it1me +it1sc +it1ze +it2se +it3ran +it3rau +it5spa +it6z1w8 +it6z5e8r1g +it8tru +ite2r1s +iti1k +iti6kl8 +itmen4 +itr2i5o +itr6 +itsp2 +ittr6 +itä2ts5 +itä6r5e8 +ität2 +iu6r +iv2a1ti +iva8tin +iver1 +iwi2 +ize8n +iä8m +iü8 +j2uc +ja5la +je2t3r6 +jo1ra +jo5as +jou6l +ju1ge +ju5cha +juc8h +juge2n1d5 +jugen4 +jun2g5s6 +k1ler +k1li +k1ma +k1ne +k1q +k1sa +k1sal +k1sam +k1sc +k1se +k1spi +k1spr6 +k1su +k2if +k2io +k2lim +k2lin +k2ni +k2s1ex +k2s1uf +k2t1h +k2t1s +k2t3rec +k2uc +k3en2t1f2 +k3leib +k3lek +k3lor +k3man +k3ou +k3u6hr +k4e8lo +k5ente. +k5erlau +k5lag8er +k5s1pe +k5spat +k6sab +k6san +k6ui +k8a6pl8 +k8sa2m1t +k8sp2il +k8tein +k8tin1f +ka1la +ka1na +ka1ro +ka1rä +ka1si +ka1te +ka2m5t +ka2r1t +ka2t1t +ka5r6a +ka6l5d +ka6te1b +kac8h +kar1b +kar1p +kar6p5f +kasi5e +kat8ta +kau2f6s +kau3t2 +ke1la +ke1le +ke1ra +ke6hr +ke6lar +ke8leis +keh2r6s +kehrs5a +ken1te +ker1l +ki5fl +ki5os +ki5sp2 +ki5th +kin2g6s5 +kl8 +kla1ge +kle1b +kle4br +kle5isc +kma1ni +kman6i5e +kn8 +knä8 +ko1a2 +ko1d +ko1de +ko1i +ko1mi +ko1op +ko1or +ko1ph +ko2ts +ko3ra +ko5ru +ko5t6sc +ko6de. +ko6min +ko6pht2 +ko8rd +koi8t +kor1de +kor6d5er +kre5i1e +ks1p2o +ks6por +ksa2l8s +ksp2 +kst8 +kt5a6re +kta8l +kte8re +ktr6 +ku1c8h +ku1ra +ku1ta +ku2m2s1 +ku2s1to +ku4ro +ku5ie +ku6n2s +ku8rau +ku8ß +kuc2k8 +kun1f +kun2ft +kunf2ts5 +kunst3 +kurz1 +ky5n +kä1se5 +kä4m +kö1c +kö1s +kü1c +kü2r1s +kür6sc +l1ba +l1be +l1bi +l1che +l1chi +l1de +l1dü +l1f +l1ge +l1k2o +l1la +l1le +l1ler +l1li +l1lo +l1lu +l1lä +l1mo +l1na +l1no +l1ph +l1q +l1sa +l1sc +l1se +l1sp2 +l1str6 +l1su +l1sü +l1t5u2ms +l1u6hr +l1v +l1ve +l1ze +l1zo +l1öl +l2a1re +l2a1t8i +l2erei +l2i1v +l2il +l2ip +l2ks +l2l1b +l2l1t +l2ls +l2on +l2p1t +l2pst +l2t1ho +l2ts +l3ar1be +l3glie1d6 +l3u2r1t +l3zwei +l4b3i6ns +l4d3ei +l4e1mo2 +l4l3eim +l4l3o2r1t +l4l3u8r1g +l4le1ti +l4s3e2r1s +l4t3ein +l4t3hei +l5blo +l5cho +l5l2ip +l5lü +l5o4fen +l5s6la +l5ten +l6ch3m +l6düb +l6enen +l6er. +l6l1d6 +l6l5ei1se +l6lüb +l6m5o6d +l6o1se +l6s1a6r1m +l6s5e8r1g +l6t5a2mp +l6t5eng +l6t5er1p +l6t5i6b +l6ui +l8ar. +l8bab +l8bauf +l8be1de +l8bs +l8ch5w +l8che2r1t +l8en. +l8er1gr4 +l8gh +l8keim +l8kj +l8l1c +l8la2b1t +l8o1g +l8p1n +l8pho +l8s1h +l8sec +l8su1ni +l8trö +l8zess +l8zo8f +la1b2r +la1d +la1ke +la1me +la1na +la1sc +la2f5t +la2gn8 +la2mp +la4r4af +la5ra +la6mer +la6r1m +la6r5a6s +la8dr4 +la8rag +la8ran +la8rei +la8sa +la8sta +lac6h3r +lac8h +lam1pe +lan1m +lan4d3a +lan4d3r4 +lan4gr4 +lap6pr6 +lap8p1l8 +lar1b +lb1sta +lbe1d +lbl8 +lbs1t3e +lbst5an +lc8h +ld1re +ldr4 +le1b +le1br +le1d +le1f +le1ga +le1le +le1ler +le1ne +le1re +le1se +le1si +le2bl8 +le2cht +le2k1t +le2n1d +le2t1s +le3s1k2o +le3th6a +le4gas +le4r3er +le5xe +le6l5e2r1s +le6p2ip +le6rk +le8bre +le8in1f +le8ne2n1d +le8rd +le8re2n1d +le8reis +lec8h +lech2t6s5 +led2r4 +lei6br +len1du +len8er1w +ler1b +ler1zi +les1k2 +lesi5e +leu4s3t +lg1li +lg2lie3 +lge2n1d8 +li1ar +li1as +li1d +li1en +li1g6n8 +li1ga +li1l8a +li1na +li1sa +li2n1d +li5en6n +li8dr4 +li8e2r1s +li8e2r1t +li8ga8b +lin2gs5 +lin2k4s3 +livi5e +lk2l8 +lk2sa +lk2se +lko8f +lkor8 +ll1sp2 +ll3a4be +ll5o1v +ll6spr6 +ll8an5l6 +ller3a +llte8 +lo1fe +lo1ge +lo1pe +lo1ra +lo1ru +lo1si +lo1v +lo1wi5 +lo6br +lo6ve +lo8sei +loc8h +lp2f +lp4s3te +ls1l +ls1p2o +ls2pu +ls4por +lt1sc +lt1se +lt2i1l +lt3her +lt4s3o +lt6s1er +ltr6 +lu1d +lu1en8 +lu1ni +lu1te +lu1to +lu2dr4 +lu2ft +lu2t1r6 +lu3the +lu4sto +lu5it +lu5ol +lu6g5r4 +lu6st5re +lu6t5e6g +lu6t5or +lu6tal +lu6ß5 +lu8br +lu8su +lu8te8r1g +luf8tr6 +luft3a +lus1tr6 +lv2e5r6u8 +lver1 +ly1no +lya6 +lz5wu +lzw8 +lä2t1s +lä5on +lä5v +lä6sc +läu6s5c +lö1ß6t +m1b6r +m1ma +m1me +m1n8 +m1o6ns +m1p2o +m1pa +m1ph +m1pi +m1pl8 +m1pr6 +m1pu +m1pö +m1sc +m1str6 +m2ds +m2il +m2m1n8 +m2ms +m2on +m2plu +m2t1h +m2ts +m3spri +m5ni +m6m5ak +m6ma1d2 +m8a1lu8 +m8men2t1w +m8menth +m8män +m8o1g +m8tein +ma1d2 +ma1g8n8 +ma1la +ma1li +ma1ni +ma1r4o +ma1sc +ma1tö +ma2n1d2 +ma2r1s +ma5chan +ma5el +ma5yo +ma6l5d +ma6ns +ma6rk +ma8lau +ma8lut +mac8h +mali5e +man2i5o +man3ds +mar1b +mar8kr8 +mar8s6ch2m +marsc8h +md6sä +me1c8h +me1ra +me1ro +me1se +me1ta +me1th +me2ls +me2n1d +me5isc +me5nal +me6ns +me6s5ei +me8r1g +me8ß +mel8sa +men1sc +men2t1s +men4dr4 +men8s8chw +men8schl6 +mensc8h +mer4gl +meta3s2 +mi1a +mi1la +mi1na +mi1sa +mi4s3an +mi5nü +mi5t6ra +mi6a1le +mi6ß5 +mit1h +mitr6 +mitta8 +mm5sp2 +mm5u2ms +mme6ra +mmu2t5s +mo1d +mo1ga +mo1k +mo1no +mo1pa6 +mo1ra +mo1sc +mo1sp2 +mo2n1d +mo4dr4 +mo4kla +mo4n3o1d +mo5ar +mo6l5d +mo8gal +mo8rd +mok2l8 +mon1t8a +mon2s1tr6 +mon8do +mor8d5a +moy5 +mp1t +mp2li +mp8th +mpf3l +mpfa6 +mphe6 +mpin6 +mpo8s1te +mprä5 +mpu5ts +mput6 +ms5au +ms6p2o +msc8h +msch4l6 +msp2 +mspr6 +mt1ar +mt6se +mt8sä +mu1mi1 +mu1se +mu1ta +mu2n1d +mu5e +mun6dr4 +muse5e +mvo6ll3 +mvol2 +mä1k +mä1s +mä5tr6 +mä6kl8 +mäu4s3c +mö1b2 +n1a2k1t +n1a2mp +n1a2n1d +n1a6ns +n1a8b1s +n1a8b1z +n1afr6 +n1b2 +n1ba +n1c +n1de +n1do +n1du +n1f +n1ga +n1ge +n1gr4 +n1gu +n1gy +n1gä +n1h +n1j +n1k2n8 +n1ka +n1ke +n1ki +n1kr8 +n1ku +n1kü +n1li +n1m +n1me +n1na +n1ne +n1ni +n1no +n1nu +n1ny +n1nä +n1nö +n1nü +n1o4ram +n1ony +n1p2 +n1q +n1r +n1s2pe +n1sac +n1sc +n1se +n1si +n1spr6 +n1sta +n1sto +n1str6 +n1ta +n1tag +n1te +n1ti +n1to +n1tr6 +n1tu +n1tä +n1tö +n1tü +n1v +n1za +n1zi +n1zo +n1zu +n1zw8 +n1zwi +n1öl +n2d1ak +n2d1ei +n2d1j +n2d1n6 +n2ds +n2dt +n2erei +n2f5f +n2ft +n2g1g2 +n2g1um +n2gs +n2i1ge +n2il +n2k1t +n2ks +n2t1l +n2t1m8 +n2t1s +n2t1z +n2t3a2r1t +n2t3a6rk +n2t3o4ti +n2t3rec +n2z1ar +n3aug +n3ther +n3thus +n4t3a4go +n4t3eis +n4t3rin +n4t3rot +n4trü +n5a6uk +n5ab. +n5klö +n5l6 +n5u1ri +n5ärz +n5ö2z +n6a5um +n6and. +n6ch5m +n6d5a6ns +n6d5o2r6t +n6g5d +n6glic +n6i1k +n6ie +n6is +n6ji +n6k5in1h +n6küb +n6os +n6s5tat. +n6se6rk +n6stob +n6ui +n6z5a6b +n6z5unt +n6zaus +n6zwir +n8a6rk +n8a8rd +n8ar1v +n8derhi +n8du2m1d +n8ers. +n8g5ac +n8gäl +n8k5not +n8ka1d +n8kerla +n8krü +n8kuh +n8ne8r1g +n8o1ni +n8s5er1f +n8se8r1g +n8sel1f +n8sint +n8tin1h +n8töl +n8zof +n8äl +na1ch3e +na1k2o +na1m2n8 +na1me +na2c +na2ra +na2ts +na4kol +na4mer +na5el +na6bä +na8ha +na8ho +nac8h +nal1a +nan6ce +nat6s5e +nbau5s +nc8h +nche5e +nd1ni6 +nd1sa +nd1sam +nd1st +nd2s1te +nd3rec +nd3rot +nd6sau +nd8sa2m1t +nda8d +nde1la +nde1sta +nde2ls +nde4se +nde8lac +nde8stal +ndel6sa +nder1h8 +ndn6is5 +ndr4 +ndt1h +ne1b +ne1g4l +ne1le +ne1ne +ne1ra +ne1re +ne1si +ne2bl8 +ne2r1s +ne2r1t +ne5as +ne5en +ne5r8al +ne8ras +ne8rd +nen1a +nen3k +ner1b +ner1de +ner1f +ner1fo +ner1h8 +ner1l +nere5i6d +nerfor6 +nertr6 +nesi3e +net1h +neu4ra +neu5sc +nf1li +nf2l +nf2ts +nf5lin +nfl8e +nflei8 +nft8st +ng1h +ng1li +ng2se4 +ng2si +ng3r2ip +ng8en +ng8ru +nge1ra +nge8ram +nhe6r5e +ni1bl8 +ni1d +ni1de +ni1en +ni1la +ni1ni +ni1th +ni1tr6 +ni5chä +ni5na +ni8de1e +ni8e2t1n +ni8nit +nic8h +nie6s5te +niet5h +nis1tr6 +nk3rot +nk5a6ns +nk5s1p2o +nk6t5r6 +nker1l +nkl8 +nksp2 +nli4mi +nme6n4s +nn1ta +nn2i5o +nn4t3ak +nnt1h +nnu1e +no1bl8 +no1che8 +no1d +no1di +no1le +no1ma +no1pe +no1st +no1ta +no1te +no1ty1 +no3ra +no4b3la +no4dis +no4mal +no5a +no5isc +no6die +no8ia +no8rd +no8tan +no8ter +noc8h +non6ie +noni6er +nop1t +nor6da +noty6pe +nrös3 +ns3ang +ns5er1w +nsp2 +nt1h6a +nt1me +nt2e6rei +nt2s1k2 +nt5an1h +nt5hie +nt6har +nt8rea +nt8rep +nt8rop +nte1ne +nte1re +nte5n6ar +nte8nei +nter3a +nti1c +nti1t +ntlo6b +ntmen8 +ntra5f +ntra5ut +nts6an +nu1a +nu3s1kr8 +nu5el +nu5en +nu5ie +nu5ta +nus1k2 +nzi4ga +nä6m +nä6re +o1a2m +o1an +o1ba +o1be +o1bl8 +o1che +o1d +o1de +o1e1f +o1e2l +o1e2p +o1er. +o1fa +o1fr6 +o1ha +o1he +o1hi +o1ho +o1hu +o1hy +o1hä +o1i2s1m +o1id. +o1j +o1k +o1kla +o1la +o1le +o1le1r +o1lo +o1lu +o1ly +o1ma +o1me +o1mu +o1mun +o1mä +o1mö +o1na +o1ne +o1no +o1nä +o1pa +o1pe +o1pi +o1pl8 +o1pr6 +o1pä +o1q +o1r6us +o1ra. +o1re +o1ri +o1ro +o1ry +o1rä +o1s1k2 +o1sa +o1sa3i +o1so +o1sta +o1stu +o1su6 +o1ta +o1te +o1th +o1ti +o1to +o1tri +o1tro +o1tu +o1v +o1wa +o1we +o1wi +o1wi1d6 +o1wo +o1xe +o1z +o1ze +o1zo +o1ße +o2b1li +o2cht +o2d1ag +o2d1d +o2dt +o2ff +o2k1t +o2l1g +o2l1s +o2m1b +o2mab +o2ms +o2n1a1x +o2p1li +o2r1t +o2re2h +o2rn +o2rr +o2s1o2d +o2s1tul +o2t1t +o2t6h1r6 +o2ts +o3chi +o3chro +o3chu +o3i2st. +o3m6an +o3p4ter +o3pf1li +o3ra1d +o3s4p8er +o3stra +o3t1su +o4b2e1ru +o4no2k1t +o4stam +o5ab. +o5e6b +o5e6der. +o5e8x +o5fla +o5i2ds +o5i6tu +o5i8s2ch. +o5ia +o5p6n +o5pö +o5ras +o5re. +o5s6ze +o5u6gr4 +o5wu +o5yo +o6ber1h8 +o6ch3m +o6h5eis +o6hr +o6l1k +o6ld +o6ll +o6n5er1b +o6rang +o6s5ur +o6ske +o6ski +o6stau +o6taus +o6ter1w +o6ui +o6wer. +o8ala +o8bs +o8ch1w +o8chec +o8i1di +o8klä +o8mau +o8merz +o8munt +o8r1g +o8r5ein +o8ra2d1d +o8rauf +o8rd +o8se6rk +oa2l +ob1ac +ob5s1k2 +ob5s1z +ob8sta +obe1se +obe4ra +obe6ser +obst5re +obstr6 +oc6hr +oc8h +och1l6 +och3to +oche8b +ocho8f +od1tr6 +od2dr4 +ode5i +ode6n5e +oe1d +oe1de +oe8du +of1fa +of6f5la +of8fan +of8fin +og2n8 +oh1le +oh1re +oh1ru +oh1w +oh2ni +oh4l3er +ohl1a +oi1d +oi1se +oi8dr4 +oisc8h +oiset6 +ok2l8 +ok3lau +ol1la +ol1le +ol2k2l8 +ol2k4s1 +ol2ster +ol6gl +ol6lel +ol6s1k2 +ol8lak +ol8lauf. +ol8less +old5am +old5r4 +ole3u +ole5in +ols1te +oly1e2 +om1be4 +om5sp2 +on1k +on1na +on2t1s8 +on6ie +on6n5a6b +on8ent +ona8m +oni5er. +ono1c +ono1k +oo2pe +oo2sa +oo8f +op1t +op6p1l8 +op8er +op8pa +opf2l +opf3lo +opf3r6 +or1da +or1de +or1do +or1f +or1ge +or1na +or1r2h8 +or1ü2 +or2gl +or2ie +or4d3a4m +or4dos +or5cha +or6enn +or6t5an +or8dei +or8deu +or8f1li +or8fla +or8nan +or8nä +or8tau +or8te1re +orc8h +ore5isc +ori1en +os1n +os1ni +os1pe +os1z +os2k2o +os2kl8 +os2kr8 +osn6i5e +osp2 +ost3re +ostr6 +ot1re +ot1sc +ot2t3h +ot2t5r6 +ot3auf +ot6t5e8r1g +ot8tö +othe5u +oto1a +otr6 +ou1ra +ou1t6a +ou3e +ou5f6l +ou5ie +ou6rar +ouf1 +oy1e +oy1i +oy5al. +oza2r +ozo3is +oß1t +oß5e2l1t +oö8 +p1b +p1fe +p1g +p1k +p1li +p1n +p1pa +p1pe +p1pi +p1t +p1v +p1z +p2a1re +p2f1ec +p2f1f +p2il +p2io +p2lau +p2li1z +p2p1h +p2pst +p2t1s +p3lein +p3w +p4fei +p5ho6ll +p5pö +p5schl6 +p5ä6m +p6li1k +p6p5ei +p8er +p8to8d +pa1la +pa1ni +pa1no +pa1th +pa2r1t +pa2s1se +pa4nor +pa4th6a +pa6ce +pa6n1s2 +pa6rk +pa8na8t +pa8rei +pag2 +pan6ie +pani5el +pap8s +par2o8n +par5o6ti +par8kr8 +part8e +pas6sep +pau3sc +pe1ra +pe1re6 +pe2t2s +pe3rü +pe4rem +pe4sta +pe5isc +pen3k +pen8to8 +per1ra +per5e1b +per5ea +per8ran +pf2l +pf3lei +pf3ta +pf8leg +pfl8e +ph3th6a +ph5e1me +phi6e +pht2 +phu6 +pi1en +pi1la +pi1na +pi1s2k2 +pi1th +pi5e2rr +pi6ns +pi8o1ni +pion6i8e +pl8 +plo1mi +plo8min +po1la +po1ly1 +po1ra +po2r1t +po3ny +po5rö +po8lan +por4t3h +pp1l8 +pp1s +pp2s1te +pp5f +pp5ren +ppe6la +ppp6 +ppr6 +pr6 +pro1te +pro6t5a +pro8p1t +prote5i +prä1te4 +prä3l +psc8h +pu1b2 +pu1d +pu1re +pu1ta +pu2dr4 +pu2ff +pu5s6h +pu6n8s +pu8rei +puf8fr6 +py5l +pä1de +pä2t1s +pä6der +pä8nu +pät5h +qu6 +r1a2b1t +r1a6r1m +r1b +r1bo +r1br +r1ce +r1che +r1da +r1dac +r1de +r1di +r1do +r1dr4 +r1f +r1fe +r1ga +r1ge +r1go +r1gr4 +r1h8 +r1k2n8 +r1ke +r1ki +r1ku +r1kä +r1l +r1ma +r1mi +r1mo +r1na +r1no +r1nä +r1nü +r1p +r1pe +r1q +r1ra +r1re +r1rer6 +r1ri +r1ro +r1ru +r1rä +r1rö +r1rü +r1se +r1sta +r1v +r1ve +r1w +r1x +r1za +r1ze +r1zu +r1öf +r1ör +r2cht +r2g1ni2 +r2gs +r2hy +r2i1v +r2ie +r2if +r2il +r2io +r2is +r2it +r2k1t +r2ks +r2ms +r2on +r2p1t +r2ps +r2s1h +r2s1l +r2s1te +r2s1ti +r2s1w +r2s1z +r2ts +r2z1t +r3an1gr4 +r3anal +r3eint +r3en1ni +r3k2lin +r3man +r3o2r1t +r3ry +r4a1tr6 +r4ei. +r4g3ret +r4m3a1ph +r4san1f +r4t3er1h8 +r4t3hei +r4t3int +r4t5re2if +r5atta +r5au4sta +r5ertr6 +r5erwec +r5erö8 +r5li +r5ne +r5rhö +r5t6hu +r5tei +r6a2n1d +r6b1ler +r6ch3m +r6kuh +r6m1an5l6 +r6n1h +r6n5oc +r6ne2if +r6nex +r6ns +r6s1ka +r6sab +r6ski +r6stauf +r6t5u2n1d +r6ui +r6us +r6z5al +r6z5er1f +r8a5pl8 +r8afa +r8anz. +r8bre2cht +r8bs +r8ces +r8ch1w +r8d1ap +r8da2chs +r8dir +r8drau +r8e1di +r8fe8rd +r8gah +r8gob +r8in1de +r8in1sp2 +r8min1f +r8mob +r8s1k2o +r8ster1w +r8stran +r8taut +r8te1pe +r8terla +r8z1ar +r8ze8rd +r8zum +ra1bl8 +ra1d +ra1fe +ra1li +ra1me +ra1te +ra1th +ra2br +ra2dr4 +ra2g3n8 +ra2l5t +ra2t1t +ra4dan +ra4f3er +ra4t3ro +ra5gla +ra5or +ra5ro +ra6b1la +ra6ns +ra6t5he +ra8li6ns +ra8tei +ral5am +ran1de +ran4dr4 +ran8der +ran8g1li +rans5pa +ransp2 +rap1se +rap6s5er +rau1e +rau1te +rau2t5s +rau8tel +raue4n +ray1 +rb1li +rb4lie +rb5lass +rb6s5tä +rbl8 +rbon6n +rbrec8h +rc6hr +rc8h +rch1l6 +rch3re +rch3tr6 +rd2io5 +rd3ost +rda5ro +rdac8h +rde5i6ns +re1ak +re1am +re1as +re1b +re1be +re1d +re1f +re1li +re1on +re1q +re1q6ui5 +re1sc +re1w +re2mp +re2r1t +re2rn +re2rr +re2sa +re3a2ls +re3er +re5i2mp +re5u8ni +re6am. +re6bl8 +re6rk +re8s6ch2m +rec8h +rech5a +rei1e +rei2ch6s5 +reic8h +reli3e +ren4zw8 +ren5a6b +ren8gl +requ6 +rer1b +rer1h8 +rer1l +rer1re +rer1w +rer4bl8 +rer5o +resc8h +rf1li +rf4lie +rg1se +rg6ne +rg8sel +rge1b +rge1s +rge4bl8 +rge5na +rgest4 +rgn8 +ri1ar +ri1d +ri1el +ri1en +ri1fa +ri1fe +ri1k +ri1mä8 +ri1na +ri1no1 +ri1nä2 +ri1o2d +ri1ta +ri1ve +ri2d2g +ri2n1d +ri3er. +ri3o6st +ri3s1k2o +ri5cha +ri5ers. +ri5la +ri5o6c8h +ri5s1v +ri5tr6 +ri6e1le +ri6fan +ri6ns +ri6ve. +ri8ei +ri8fer +ri8fr6 +ri8kn8 +ri8spr6 +ric8h +rie2g4s5 +rie2r1s +rin1ne +rin4ga +rin6gr4 +rio1c +ris1k2 +risp2 +rk1li +rk3str6 +rk4t3an +rk6to +rke6hr +rkeh2r6s5 +rkl8 +rkst8 +rkä4s3t +rli1ne +rline5a +rm5sa +rma4p +rn1k +rn1sp2 +rn2ei +rna8be +ro1be +ro1c8h +ro1d +ro1e +ro1he +ro1in +ro1ly +ro1ph +ro1s2p2 +ro1ta +ro1tr6 +ro4tau +ro5de +ro5i1d +ro5isc +ro5s6w +ro6be2rn +ro6phan +ro6ts +ro8he2r1t +roc2k +rp2f +rp8er +rpe8re6 +rr1h8 +rr6hos +rr8or +rro8f +rror5a +rs1k2 +rs1wi3d4 +rs2kl8 +rs2p2 +rse5na +rse6e +rstr6 +rt1sc +rt1se +rt5e2i1ge +rt6s1er +rt6s5o +rt6s5u +rter1l +rtr6 +ru1be6 +ru1en +ru1ie +ru2fs +ru2n1d +ru6sta +ru6tr6 +ruf4st +run1de +run4d5r4 +run8der +rus1tr6 +rven1 +rvi2c +rz4t3h +rz5ac +rz8er1h8 +rä4s1te +räu8sc +rö1mi +rö2sc +rö5le +s1a6r1m +s1ap +s1c6r +s1ge +s1h +s1k2 +s1k2o +s1ka +s1kr8 +s1l +s1n +s1p2o +s1pe +s1ph +s1pu +s1q +s1sche +s1su +s1te +s1ti +s1ty1 +s1z +s1ze +s1äug +s2chn6 +s2e1ri +s2erei +s2i1f2 +s2il +s2on +s2pec +s2pul +s2s1b8 +s2s1to +s2s1tr6 +s2s3chen +s2s3d +s2s3f2 +s2s3g2 +s2s3h +s2s3k2 +s2s3l +s2s3m +s2s3n +s2s3p8 +s2s3r +s2s3s2 +s2s3ti +s2s3v +s2s3w +s2s3z +s2s5ec +s2s5q +s2st3hei +s2sth +s2ti4el +s2ti8r +s2tyl +s3a4ben +s3s2ter +s3tral +s4ce +s4low +s4peis +s4ze2n1d +s5an1b2 +s5angeh +s5au2ff +s6a1ph +s6aur +s6ch2m +s6ke1le +s6ki1z +s6pe8r1g +s6pes +s8a1fa +s8a1t8a +s8ar. +s8e2il +s8er. +s8he1w +s8kj +s8lal +s8t1hi +s8tro1ma +sa1be +sa1d +sa1de +sa1i2k1 +sa1la +sa1to +sa2bl8 +sa2l1t +sa5fr6 +sa5ro +sa6l1p +sa6u5i +sa8tom +sac2k +salz3a +san1ge +san2c +sap5p6 +sc6hr +sc8h +sch3ta +sch3tr6 +sch5a1me +scha1d +schl6 +scre6 +se1ap +se1b +se1be +se1ei +se1f +se1ha +se1la +se1le +se1ler +se1ne +se1r5inn +se1re +se1um +se2lb4 +se3er1l +se4lar +se5an +se5ec +se5nec +se6ben +se6han +se6r1m +se8hi +se8hö +se8ler1l +se8reim +see5i6g +sei1d +sei5n6e +sen3a2c +serö8 +sfa6ll +sfal1le +sfal8ler +sge5b2 +si1b +si1d +si1de +si1en +si1g2n8 +si1k +si1ka +si1la +si1na +si2cht +si2kl8 +si2lb +si4kin +si5e2rr +si5ru +si5str6 +si6g5r4 +si8kau +si8kü +sic8h +sich2t6s +sie1ge +siege6s5 +sik1i +sil6br +sin1ne +sin5g1h +sinne6s5 +ske8l6c +skelc8h5 +slei3t +so1c8h +so1d +so1fe +so1lo3 +so1ra +so2u5c +so3un +so4dor +so5o8f +so8r1g +sp2 +sp8er +spi4e +spi6ns +spl8 +spr6 +ss1te +sse8nu +ssi1ni +ssin6i6s +ssoi6r +sss2t8 +st1h6a +st1ho +st3hei +st5hu +st5r6o1se +sta3la +sta4te +stec8h +sto6ll +str6 +stu5a +su1e +su1ma +su1ra +su2b1 +su2fe +su2m1f6 +su2r1t +su8mar +sup1p2 +sy1ne4 +sy2na +sy5la +syn1 +sze1ne +sü8di +t1he1b +t1hum +t1hü +t1i2n1d +t1rüc +t1rüs +t1sac +t1sal +t1se +t1si +t1so +t1st +t1sta +t1sto +t1su +t1ze +t1zo +t1zu +t1zä +t2erei +t2i1ge +t2i1v +t2il +t2o6ns +t2s1te +t2s1th +t2s1u8n +t2s1uf +t2s1ur +t2ts +t3a6ns +t3ab1sc +t3arti +t3eu1ro +t3heit +t3hel1f +t3him +t3rahm +t3re1v +t3rec8h +t3s2te2rn +t3sc6hr +t3ü4ber1 +t4re. +t4s3int +t4s3tor +t4se6rk +t4z3um +t5a8n1w +t5au2f1b2 +t5au8s1l +t5e6sel +t5einhe +t5eisen +t5erbe. +t5erde. +t5h1j +t5hah +t5he2il +t5hob +t5hof +t5roß +t5s6por +t5schä +t5u6hr +t5ä2l1t +t5öffen +t6a1ba +t6chu +t6ra6ns +t6ric2k +t6s5a2l1t +t6s5tanz +t6sprei +t6stit +t6u1i +t6z5ei. +t6zor +t6zäu +t6ü5b8er. +t8erscha +t8ou +t8rec2k +t8ree +t8rink +t8s1h +t8ser1f +t8sum. +t8zec +t8än +ta1b2l8 +ta1br +ta1d +ta1de +ta1ge +ta1ler +ta1me +ta1ni +ta1nu6 +ta1ra +ta1ro +ta1sc +ta1si +ta2d2t1 +ta2d6s +ta2gs +ta2k1t +ta2n1d +ta2s1ta +ta5ir. +ta6b1re +ta6der +ta6ga6 +ta6l5e2r1t +ta6si1en +ta8ban +ta8gei +ta8leng +ta8rau +ta8s1to +ta8stem +taa2t2s3 +taba6k +tac8h +tag6s5t +tage4s +tah8 +tahl3 +tai1ne +tai6ne. +tak8ta +tal3au +tam1pe6 +tan2ds +tan5d6a +tan6i5e +tan8dr4 +tan8zw8 +tand1s5a +tar1b +tas1te +tc8h +te1b +te1be +te1f +te1gr4 +te1ha +te1la +te1le +te1ma +te1ne +te1pl8 +te1re +te1rer +te1se +te1xa +te2am +te2r1s +te2rn +te2rr +te2s1ta +te2s3ti +te3ral +te4g3re +te4hel +te4lar +te5id. +te6hau +te6man +te6n5ag +te6ns +te6p1li +te6rk +te8ben +te8lam +te8rd +te8re2r1s +te8stau +te8x1t +tea4s +tec8h +tei1d +tei1se +tei8gr4 +teig5l +ten1s4p2 +ten1tr6 +ten5k +ten8er1w +ten8tro +ter1b +ter1ba +ter1be +ter1de +ter1f4 +ter1h8 +ter1kl8 +ter1no +ter1re +ter5a6b +ter5au +ter5e1be +ter5ein +ter6re. +ter8nor +tere1b +tersc8h4 +tex3e +tex6ta +th1n +th6a +thop1t +ti1a2m +ti1b +ti1en +ti1k +ti1ve +ti3spa +ti5lat +ti5str6 +ti5tr6 +ti8gerz +ti8kin +ti8vel +ti8vr +tie1f +tie1fe +tie6fer +tig3l +tin4k3l8 +tisp2 +tl8a +to1d +to1de4 +to1e +to1fe +to1in +to1me +to1pe +to1ra +to1s +to1s1k2 +to1tr6 +to2s1te +to3cha +to4p8er +to6ll +to6s1ka +to8del +to8du +to8me1ne +toc8h +toi6r +tos2l +tr2ie +tr2io +tr2on +tr5ü3bu +tr6 +tr6e6t5r6 +tr8afa +tra2f5t +tra3sc +tra5cha +tra6gl +tra6gr4 +tra6st +tra8far +trac8h +tri1z +tri1zi5 +tri6er +tri6o5d +tro1a +tro1ma +tro3m6an +tro3ny +tro5i8d +tro8man. +troc2k +trocke6 +trut5 +ts1ab +ts1ak +ts1an +ts1ar +ts1er +ts1p2o +ts1ti +ts3auf +ts3ent +ts5ort. +tsa8d +tsc8h +tse1e5i +tse6e +tsei6n6s +tso2r1t +tsp2 +tspr6 +tt1h6a +tt1sc +tt1se +tt5e2if +tt5s6z +tt8ret +tt8s1er +tte6sa +ttr6 +tu1re +tu4r3er +tu5ra +tu6it +tu6rau +tu6re. +tuc8h +tuch5a +ty6a +ty8la +tz1an +tz1ar +tz5al +tzeh6 +tzehn5 +tä1re8 +tö2ff +töf5fe +tü1b6e2 +u1au +u1ba +u1bi +u1br +u1bü +u1che +u1chi +u1chu +u1d +u1ei +u1er +u1fa +u1fe +u1ga +u1ge +u1go +u1ha +u1he +u1hi +u1ho +u1hu +u1hä +u1hö +u1ig +u1j +u1k6n8 +u1ke +u1ki +u1kl8 +u1la +u1le +u1lo +u1lu +u1lä +u1lö +u1mo +u1mu +u1n1a +u1ne +u1ni +u1no +u1p2l8 +u1pa +u1pi +u1pr6 +u1q +u1ra +u1re +u1ri +u1ro +u1ru +u1ry +u1rü +u1sa +u1sag +u1sche +u1se +u1sta +u1su +u1tal +u1tan +u1tas +u1te +u1ti +u1to +u1tr6 +u1tu +u1u +u1v +u1ve +u1w +u1xe +u1yi +u1ze +u1ße +u2bab +u2ch5n6 +u2cht +u2est +u2f1ei +u2ff +u2fs +u2ft +u2l1t +u2m1f6 +u2m1l +u2mp +u2n1d +u2n1ec +u2p4s3t +u2r1s +u2r1t +u2r1u6r +u2rn +u2s1ar +u2s1au +u2s1ei +u2s1uf +u2ts +u2tz +u2z1eh +u3a2n1d +u3a6l1h +u3a6l1p +u3al. +u3an. +u3i6ns +u4f3ent +u4st3a4b +u4t3hei +u4tent +u5a2lb +u5a6l1k +u5a6ns +u5al1f +u5ar. +u5bö +u5i8s2ch. +u5ky +u5mö +u5os. +u5rö +u5ya +u5ö +u6b5r2it +u6ch3m +u6ch5ec +u6e1la +u6ep +u6gap +u6hr +u6ld +u6ll +u6ln +u6ns +u6r1m +u6r5a6ns +u6rak +u6rana +u6terin +u8bs +u8büb +u8ch1w +u8e1sc +u8e1v +u8fer1h8 +u8ga1d +u8ga2b1t +u8gn8 +u8klu +u8mo8f +u8n3eis +u8r1g +u8ra2t1t +u8rap +u8s1l +u8schec +u8su2rn +u8teic +u8ter1f4 +u8zer1h8 +ua1y +ua5na +ua6th +ub6ie +ubi5er. +ubs2k2 +uc1k1a +uc2k +uc6h1r +uc8h +uch1l6 +uch5to +ucht5re +uchtr6 +uck5in +ud4a +ue1ne8 +ue1re +ue1rer +ue8rer1l +uer1a +uer5o +uf1fr6 +uf1l +uf1ra +uf1re +uf1rä +uf1rü +uf1s2p2 +uf1st +uf2t1s +ufr6 +uge1b8 +ugo3s4 +uh1le +uh1re +uh1w +ui5en +uin1te +uin8tes +uisc8h +ul1la +ul1le +ul1ni8 +ul1v +ul2ds +ul2vr +ul6lau +ul6le6l +ul6lo +ul8lac +uld8se +ulo6i +ult6a +ult8e +um1ph +um8pho +umu8s +un1de +un1du +un1dü8 +un1f +un1ge +un1kr8 +un1p2 +un1v +un2al +un2d1ei +un2d1z +un2g2s1 +un2k5s +un4d3um +un4it +un6at +un8düb +un8gä +un8kro +unau2 +une2b +une2h +unpa2 +uns2p2 +unvo6ll5 +unvol4 +up1t +up2t1a +ur1gr4 +ur1l +ur1me +ur1na +ur1se +ur2za +ur3a2l5t +ur3eig +ur4s1k2 +ur5a6ri +ur5a8b1s +ur5ah +ur5i6ns +ur5ä6m +ur6u5i6 +ur6zä +ur8gri +ur8nan +ur8sau +ur8sei +ura8d +urmen6 +urü8c2k3 +us2s3te +us3tau +us8chw +usa4gi +usc8h +usch5wi +use1ke +use8kel +ut1ac +ut1ar +ut1au +ut1hu +ut1s6p2 +ut1sa +ut1st +ut2e1ri +ut5ho +ut6stro +uta8m +uti1ne5 +uti6q +uto5c +utstr6 +utz5w8 +uve3r4ä +uve5n +uver1 +uy5e6 +uße1n5e +uße6n +v2e2ru8 +v2il +v2or1 +v4a2t1r6 +v6re +v8a6t5a +va1te +va8r8d +va8tei +ve1s +ve2re2 +ve2s1te +ve2s1ti +ve2s1to +ve2s3p2 +ve3xe +ve8r1g8 +ver1 +ver5b +verb8l8 +vi1g4 +vi1le +vi1ru +vi1tr6 +vi6el +vi6ll +vi8le8h +vie6w5 +vil1le +vil6le. +vo1ri +vo2il +vo2re +vo2ro +vo6ll +vo8rin +voi6le +vol1le +vol8le2n1d +vol8li +w1d +w1s1k2 +w5c +wa2ff +wa2l1t +wa2n1d +wa5la +wa6g5n8 +wa6ld +wa8ru +waf5fe8 +wah8n +wal1di +wal6ta +wal8din +wan4dr4 +war4za +we1f +we1ge +we2g1r4 +we2l2t +we2r1t +we2sp2 +we2t1t +we6fl +we6hr +we6rat +we6rk +we8geng +we8rd +we8s4te2n1d +we8str6 +we8stö +weg3l +weg5h +weh1re +weh6r5er +weit3r6 +welt3r6 +wer1f +wer4fl +wer4ka +wer4ta +wer8ku +wer8te6r1m +wes1te +wet8ta +wi1k6 +wi2chs +wi2dr4 +wi2m1m +wi2n1d +wic8h +wich6s5t +wie1d +wie1de4 +wieder5 +wim6ma +win4d3r4 +wisc8h +wisch5l6 +wo1c +wo1che6 +wo2r1t +woc8h +wol6f +wor6t5r6 +wu1sc +wu2n1d +wu2t1 +wun1de +wun6gr4 +wy5a +wä1sc +wä6r1m +wär1me5 +x1ak +x1an +x1c +x1erz +x1g +x1k +x1m +x1r +x1s6 +x1z +x2t1h +x3a4men +x3e4g +x5ul +x6tak +x8ter1f4 +xa1me +xe1ro +xi8so +xu1e +y1b +y1c +y1d +y1g +y1j +y1k2 +y1lak +y1le +y1lo +y1na +y1o4p +y1on. +y1p2o1 +y1pr6 +y1r +y1si +y1t +y1z +y2m1p2 +y2r1r2 +y2s5iat +y3mu +y3w +y4chia +y5an. +y5ank +y5e2rn +y5h +y5in +y5la1x +y5lu +y5ou +y6cha +y8m1n8 +y8ps +yc8h +yen6n +yl1al +yla8m +yn1t +yno2d +yr2i3e +ys8ty1 +yä8m +z1g +z1wal +z1wel +z1wer +z1zi +z2e1r8i +z4t3e2n1d +z4t3hei +z5a6b +z5auf +z5q +z6we8r1g +z8o1g +z8thi +za1b5l8 +za5is +zan1ge +ze1d +ze1di +ze1f +ze1le +ze1ro +ze2l1t +ze2r1s8 +ze2r1t +ze4di1k +ze6la +ze8lec +ze8r1g +ze8s1te +zei1te +zei4ta +zei8te2r1s +zel8th +zen1ge +zen1zi +zen8zin +zer8tab +zer8tag +zerta8 +zeu6gr4 +zi1en +zi1na +zi1tr6 +zi5es. +zi5th +zi6ns +zin1se +zin1su +zin6s5er +zist5r6 +zo1on +zo2rn +zo6gl +zor6na8 +zu1b4 +zu1f2 +zu1n2a +zu1ne +zu1o +zu1s8 +zu1z +zu3al +zun1f8 +zup8fi +zw8 +zwei3s +zwi1s +zz8a +zzi1s +zö1le +ß1a8 +ß1b8 +ß1c +ß1d +ß1f8 +ß1g +ß1h +ß1k +ß1l +ß1m +ß1n +ß1o +ß1p8 +ß1r +ß1s2 +ß1ta +ß1te +ß1ti +ß1tr6 +ß1v +ß1w +ß1z +ß5ec +ß5q +ß5to +ß8as +ßst8 +ßt3hei +ä1a6 +ä1che +ä1de +ä1di +ä1e +ä1gna +ä1he +ä1hi +ä1hu +ä1isc +ä1k +ä1le +ä1mi +ä1ne +ä1no +ä1pa +ä1re +ä1ri +ä1ro +ä1ru +ä1sche +ä1se +ä1te +ä1ti +ä1to +ä1um. +ä1us. +ä1z +ä2chs +ä2ft +ä2gs +ä2ls +ä2m8s +ä2n1d +ä2r1t +ä2s1th +ä2ts +ä3chi +ä5chu +ä5fa +ä5i2s1m +ä5j +ä5na +ä5rö +ä5tu +ä6d5ia +ä6g5nan +ä6hr +ä6i1sche +ä6ns +ä6r1m +ä6s5chen +ä6thy +ä6u5i +ä8l1c +ä8lei +ä8r1g +äb1l8 +äc1k5a +äc2k +äc8h +äch8sc +äch8sp2 +äd1a +äd5era +äf1l +äf2t6s +äg1h +äg3le +äg5str6 +ägn8 +äh1le +äh1re +äh1ru +äh1w +äh5ne +äh5ri +äisc8h +äl1sc +äl6schl6 +älsc8h +äm8n8 +ämi1e +än1de +än6s5c +äne5i8 +äng3l +änk5l8 +äp6s5c +är1c +är1ge +är1me +är2t6s5 +är2z1t +är6gl +äre8m +äsc8h +äse6n8s +ät2e1ri4 +ät8schl6 +äta8b +äter5it +äts1p2 +ätsc8h +äu1e +äu8ga +äub1l8 +ö1b +ö1che +ö1de +ö1he +ö1hu +ö1is +ö1ke +ö1mu +ö1ni +ö1no +ö1re +ö1ri +ö1ru +ö1te +ö1ti +ö1tu +ö1v +ö1w +ö2chs +ö2cht6 +ö2ff +ö2r1t +ö2z +ö5chi +ö5na +ö5o6t +ö5th +ö6hr +ö6l1k +ö6l1p +ö8r1g +öc8h +öch8s2tei +öch8str6 +öchs1te +öh1l8 +öh1re +öl6k5l8 +öl8pl8 +öni2g6s3 +öp6s5c +öpf3l +ör8g1li +ör8tr6 +ös1te +öwe8 +ü1b1r +ü1b6e2 +ü1che +ü1chi +ü1de +ü1di +ü1ge +ü1he +ü1hu +ü1le +ü1lu +ü1re +ü1ri +ü1ro +ü1ru +ü1se +ü1te +ü1ti +ü1tu +ü1v +ü2chs +ü2d1o4 +ü2d5s6 +ü2ls +ü2n1d +ü2r1s +ü2t1t +ü2tz +ü3k +ü3ta +ü5pi +ü6deu +ü6h5e6rk +ü6hr +ü6l1p +ü6ll +ü8c2k +ü8ch3l6 +ü8heh +ü8r1g +ü8rei +ü8sta +ü8stes +üb1l8 +üc1k1a +üc8h +üch6s5c +ück5e2r1s +üd1a2 +üdi8t +üg1l +üge4l5a +üh1le +üh1re +üh1ru +üh1w +üh5a +ül4l5a +ül4ps +ül6s5c +ül8lo +ün1f +ün1fe +ün6zw8 +ün8da +ün8fei +ün8za +ünk5l8 +ür1f +ür1ge +ür8fl +ür8fr6 +ür8geng +ür8sta +üs1te +üs2s3te +üse8n +üt1ze +üt8tr6 +üt8zei diff --git a/troff/libhnj/hyphen.d/hyph_de_DE@traditional.dic b/troff/libhnj/hyphen.d/hyph_de_DE@traditional.dic new file mode 100644 index 000000000000..a56c48c37f6b --- /dev/null +++ b/troff/libhnj/hyphen.d/hyph_de_DE@traditional.dic @@ -0,0 +1,7382 @@ +UTF-8 +% This file has been derived from `dehypht.tex' as of 03 March 1999, +% to which the following applies: +% ----------------------------------------------------------------- +% Copyright (C) 1988,1991 Rechenzentrum der Ruhr-Universitaet Bochum +% [german hyphen patterns] +% Copyright (C) 1993,1994,1999 Bernd Raichle/DANTE e.V. +% [macros, adaption for TeX 2] +% +% ----------------------------------------------------------------- +% IMPORTANT NOTICE: +% +% This program can be redistributed and/or modified under the terms +% of the LaTeX Project Public License Distributed from CTAN +% archives in directory macros/latex/base/lppl.txt; either +% version 1 of the License, or any later version. +% ----------------------------------------------------------------- +% A copy of the original can be obtained from <http://www.tug.org/teTeX/>. +% ----------------------------------------------------------------- +% For sending bug reports, follow the instructions on +% <http://n-t-roff.github.io/heirloom/doctools.html>. +% ----------------------------------------------------------------- +% Sccsid @(#)hyph_de_DE@traditional.dic 1.3 (gritter) 9/3/05 +.aa6l +.a1b1l8 +.a1b1r +.ab3a4s +.6a1ba +.ab3ei +.a1be +.a1bi2 +.ab3it +.a1b3u +.ad3o4r +.a1d +.a1do +.alti6 +.a2l1t +.a1n1e +.a6n1s +.an5a2l1g +.a3na3c +.an2g8s +.ap1p +.ar6sc +.a2r1s +.ar6ta +.a2r1t +.8ar6tei +.as2z +.au2f1 +.au2s3 +.be3na +.1be +.be5er1b +.ber6t5r6 +.be2r1t +.bie6r5 +.1bi +.b6ie +.bim6s5t +.bi2ms +.brot3 +.1br +.br6u6s +.c8h6 +.1che6f5 +.da2r +.1da8c +.dar5in +.d2a1ri +.da1r5u +.de3s1z +.1de +.de5r6en +.de1re +.de8s2p2o +.de1sp2 +.den6ka +.des6pe +.dia3s4 +.1di +.dien4 +.dy2s1 +.ehre6n5 +.eh1re +.e6hr +.ei1ne6 +.ei6n5eh +.ei8nen +.ein5sa +.ei6ns +.en3k4 +.en4t3r6 +.en6d5r4 +.e2n1d +.en6der +.en1de +.en8ta8 +.en8tei +.en1te +.e1p2o1 +.2er3ei +.e1re +.er3in +.2e1ri +.er3o4b +.e1r5er +.er6b5ei +.er1b +.er1be +.er6ban +.er1ba +.er6bla +.erbl8 +.er6d5um +.e8rd +.er1du +.erwi5s +.er1w +.e1s1p2 +.es8t +.ex1a2 +.ex3em +.fal6sc +.fa2ls +.fe6st5a +.1fe +.flu4g3 +.furc8h8 +.1fu +.ga6ner +.1ga +.ga1ne +.ge3n4a +.1ge +.ge5rö8 +.ge1s6 +.ha2lb5 +.hal6br +.hal1be6 +.hau4t +.haup4 +.he4r3e +.he5x +.hei1ma6 +.her6za +.hin3 +.hir8sc +.hi2r1s +.ho4c +.hu3sa +.hy5o +.i1be5 +.ima6ge +.i1ma +.in1 +.i1ni6 +.i1s5chi +.isc8h +.ja6gd5 +.ka6ph +.1ka +.kal6k5o +.ka6l1k +.ki4e +.kop6f3 +.1k2o +.kraf6 +.1kr8 +.kü5ra +.1kü +.lab6br +.la2b1b +.liie6 +.1li +.l8i1i +.lo6s5k2 +.lö4s3t +.1lös +.ma5d2 +.1ma +.mi2t1 +.1mi +.no6th +.no6top +.no1to +.o1b1l8 +.o8bs2 +.ob6st5e +.ob2e8ri +.o1be +.or3c +.ort6s5e +.o2r1t +.or2ts +.o1st3a +.oste8r +.o1ste +.pe3t2s +.1pe +.pe4re6 +.p8er +.1ph6 +.po8str6 +.1p2o +.r6au4m3 +.re5an +.ro8q +.ru5the +.rü5b6e2 +.rü8stet +.rü1ste +.sc8h8 +.se5n6h +.1se +.se5ra +.se6e +.si2e +.1si +.spi6ke +.sp2 +.1spi +.spi1k +.st4 +.sy2n1 +.1sy +.ta8th +.tage4s5 +.1tag +.ta1ge +.tan6kl8 +.te6e +.te8str6 +.to6der +.to1de4 +.to1d +.to6we +.to8nin +.t8o1ni +.um1 +.umpf4 +.u2mp +.un1 +.u1ne6 +.ung8e5n +.un1ge +.ur1c +.ur5en +.u1re +.ve6rin +.1ve +.ver1 +.v2e1ri +.vora8 +.v2or1 +.wah6l5 +.1wah +.we8ge1s +.1weg +.we1ge +.wo6r +.wor3a +.wu6n4s +.zi4e +.1zi +.zuc8h8 +.1zu +.z2uc +.ände8re +.ä2n1d +.än1de +.öc8h8 +1abdr4 +a2b1d +1a2b1f8 +1a2b1g2 +1abhä +a2b1h +1ab1k2o +a2b1k2 +1a2b1n +1a2b1w +a1d +1ad1j +1adle +a2d1l +1a2d1v +ae1r +1aero +1afri +afr6 +1ag1gr4 +a2g1g +1a2g8o1g +a1go +1aka1d +a1ka +1ak1k2o +a2k1k2 +1al1gi +a2l1g +1anfa +an1f +1an1fä +1an5l6 +1an1r +1ap1pa +1ar2z1t +1a2sth +a1th +1a2th1l +1au2f1n +1au2f1w +1au2s1b2 +1au2s1f2 +1au2s3g2 +1au2s1w +1aus1z +1au1to +1ba +1be +1bi +bl8 +1blat +1blu +1bo +1br +1bu +1by1 +1bä +1bü +1c6r +1c8o +1ca +1ce +c8h +1c8hae +1che1f +1ci +1cu +1cy +1da. +1dac +1dat +1de +1di +1do +dr4 +1drah +1dria +1dru +1drü +1du +1dä +1dü +1egy +1eign8 +1e4k1d +e1le +1elek +1emp1f +e2mp +1emp1t +1emto +e2m1t +1en2t1z +1e2t1n +1e8x3p2 +1extr6 +e8x1t +fr6 +1f8ran +1fe +1fi +1flor +1fo +1fr2is +1fu +1fä +1fü +1g2li1k +g1li +1g2lim +1g2ly +1ga +1ge +1g6hr +1gi +1gla1d +1glas +1gle. +1glem +1gloa +1gl2on +1glop +1glü +gn8 +1gna +1gno +1go +1gr4 +1gu +1gä +1gö +1gü +1haa +1he2m1m +1hoh +1holz +1in1fo +in1f +1k2o +1ka +kl8 +1kla +1klä +1kr8 +1ku +1kä +1kö +1kü +1la. +1la2n1d +1la1w +1le6hr +1ler +1li +1lo1k +1los. +1lun +1ly +1lös +1ma +1me +1mi +1mo +1mun +1my +1män +1mü +1n2ah +1n2ar. +1na. +1nae +1nag +1nai +1na1ma +1na1ni +1nann +1n2a1ri +1nau1e +1na1v +1n8aß +1ne +1ni +1nu +1ny1s +1näc +1nöt +o1z +1o2zea +o1ze +1ob1j +1of1fi +o2ff +o1k +1okta +o2k1t +1o6ns +1o8o1g +1opti +op1t +1oram +1or2d1n6 +o8rd +1or1ga +o8r1g +1p2o +1p2sy +1pak +1pap +1pau +1pe +1ph +1pis +pr6 +1pres +1prob +1pro1d +1präs +1prüf +1pu +qu6 +1q6ui +1r2ig +1r4uf +1rar1h8 +1re. +1re1no +1rer +1rinn +1ro6hr +1ru2ts +s1k2 +1s2ki. +sp2 +1s2phä +s1ph +1s2pur +s1pu +1sa. +1saa +1saf +1sag +1sai +1sal +1sam +1sa2n1d +1sas +1sat +1sche +sc8h +1schi +1scho +1schu +1se +1si +1so +1span +1s2pek +s1pe +1spi +1spra +spr6 +1spru +1spü +1sta +1ste +1sti +1sto +1stu +1stä +1stö +1stü +1su +1sy +1sä +1süc +1sün +2ts +1t2sua +t1su +1ta1fe4 +1tag +1ta1le +1t2a1ri +1te2il +1the. +1t8heo +1thes +1thet +1t6hr6 +1thy +1ti2l1g +t2il +tr6 +1trag +1trai +1trib +1träg +1tu1e +1t2uc +1tu2m1h +1tu2ms +1ty1 +1tön +1tür. +1u2n2if +u1ni +1un1fä +un1f +1ve +1wah +1was +1weg +1wi1d +1wj +1xag +1xe. +1xen +1xes +1xi +1xo +1xu +1zah +1ze +1zi +1zo +1zu +zw8 +1zwi +1zy +1zä +1zö +1zü +1ße +1ßi +1ßu8 +1ähn5l6 +1äug +1äuß +1ö2k2o +1öl. +2a1re +2a1ri +2a1ti +2ar2b1t +ar1b +2b1b +2b1c +2b1d +2b1f8 +2b1g2 +2b1h +2b1k2 +2b1m +2b1n +2b1p2 +2b1t +2b1w +2b1lun +2ch. +2chn6 +2chs +2cht +c2k +2ck. +2c2ks +2d1ar1b +2d1auf +2d1aus +2d1b +2d1c +2d1d +2d1e6hr +2d1f +2d1g +2d1h +2d1i6ns +2d1k +2d1l +2d1m +2d1n6 +2d1o8r1g +2d1p +2d1u2n1d +2d1v +2d1w +2d1z +2d1a2b1g2 +2d1an5l6 +2deal +2deol +d1j +2dju +2d1rer +2ds +2dt +2e1ri +2e1ru +2e1ni +e1re +2erei +2f1a2r1t +2f1b2 +2f1d +2f1ec2k +2f1g2 +2f1k2 +2f1m +2f1n +2f1op +2f1p8 +2f1w +2f1z +2ff +2fs +2ft +2g1ar1c +2g1a6r1m +2g1a2t1m8 +2g1b +2g1f8 +2g1g +2g1k +2g1m +2g1p2 +2g1t +2g1w +2g1ler +2g1n2ah +2g8o1g +2g1r2ig +2grot +2gs +gu2e +2gue. +2hal. +2ha1ni +2hein +2hoi +2hö. +2höe +2i1v +2if +2i1ge +2il +2io +2ip +2k1b +2k1c +2k1eig +2k1f8 +2k1g +2k1h +2k1k2 +2k1m +2k1p2 +2k1rec +2k1t +2k1w +2k1z +2k1an5l6 +2klic +k1li +2krib +2kr2ip +2ks +2l1a8b1s +2l1a2m1t +2l1g +2l1m +2l1o8rd +2l1t +2l1u2m1f6 +2l1u2m1w +2l1w +2lb +2lic2k +2ließ +2lint +2ls +2luh +2l1äug +2m1a2mp +2m1b +2m1c +2m1d +2m1f6 +2m1g +2m1h +2m1i2m1m +2m1k8 +2m1l +2m1m +2m1r +2m1t +2m1v +2m1w +2m1z +2mp +2ms +2n1ang +2n1ar1c +2n1a2r1t +2n1d +2n1e2mp +2n1e2rr +2n1erz +2n1i2mp +2n1i2n1d +2n1i6ns +2n1on1k +2n1o2r1t +2n1u2n1d +2n1unt +2na1x +2nec +2n1egy +2no2b1t +2nu6r +2nup +2p1haf +2p3r2ig +2pek +p8er +2pe2rr +2p2ft +2ph. +pl8 +2p1ler +2p3lig +p1li +2po2rn +2pst +2p2uc +2r1ar1b +2r1a2r1t +2r1ex +2r1ir +2r1s +2r1t +2r1u2m1g +2r1u2m1l +2r1unt +2r1ur +2ra6ll +2reh +2re2m1t +2re2s1s2 +2rn +2rr +2ru2ms +2s1a8b1s +2s1a6ns +2s1ar1b +2s1a2r1t +2s1a2t1l +2s1aus +2s1b2 +2s1d +2s1eig +2s1e2mp +2s1f2 +2s1in1f +2s1in1h +2s1i6ns +2s1m +2s1o1do +so1d +2s1o8rd +2s1pf +2s1r +2s1s2 +2s1unt +2s1v +2s1w +2s1ü2b +2s3g2 +2s1ca +2s6ch1f2 +2sch1g +2s4ch1h +2sch1k2 +2s2cht +2sch1z +2s1c8o +2siat +2skau +s1ka +2s3kow +s1k2o +2s1ku +2s1pap +2s1pis +2s5pla +spl8 +2s5pol +s1p2o +2st. +2s2t1s6 +2s1tag +2s2t1b2 +2s2t1g2 +2sth +2s2t1k2 +2s2t1l +2s2t1m8 +2s2t1t +2s1tu1e +2s2t1v +2s2t1w +2t1a2m1t +2t1a6r1m +2t1b2 +2t1c +2t1d +2t1e6hr +2t1f2 +2t1g2 +th6a +2t1hau +2t1h2il +2t1hö +2t1j +2t1k2 +2t1l +2t1m8 +2t1n +2t1ony +2t1p2 +2t1t +2t1unt +2t1v +2t1w +2t1an1r +2ta6rk +2ta2r1t +2te1he +2th. +2th1l +2th1m +2t1haa +2to1ti +2trec +2t1r2ig +2tz +2uc +2v1b +2v1f +2v1g +2v1k +2v1l +2v1m +2v1p +2v1s +2v1t +2v1v +2v1z +2w1l +2z1a1ra +2z1b +2z1ex +2z1f8 +2z1k +2z1l +2z1m +2z1s8 +2z1t +2z1v +2z1z +2z1ü2b +2ß1ei +3abtei +a2b1t +a2dre +3adres +adr4 +3al8a6r1m +3album +a2lb +al1bu +3a8na1ly +3angab +an1ga +3angri +an1gr4 +3an1n2ah +an1na +3anzug +an1zu +3apfel +ap1fe +3arbei +ar1be +3atlas +a2t1l +atl8a +3auf1fü +au2ff +3auf1ga +au2f1g2 +au2f1t +3auf1tr6 +3auge. +au1ge +3au2s1d +3au2s1s2 +3blau. +3ble. +3blä +3blü +3ch2a1ri +e1f +3effek +e2ff +ef5fe +3eifri +e2if +eifr6 +3ele1me +3entl8a +en2t1l +3erb1se +er1b +er8bs +er1kl8 +3er1klä +e6rk +3ernst +e2rn +er6ns +3europ +eu1ro +3flöt +3för +3gleic +g2lie +3glie1d +i1d +3i2deal +i1de +3i2deol +3indu1s +i2n1d +in1du +3infek +in1fe +3jä +3klei1d +3kow +3lig +3lo2ch. +loc8h +3losig +lo1si +3lä2n1d +3man +3mas +3mes +3mi2t1t +3mäß +3müt +na2c +3na2cht +nac8h +3na1z +3o4pe1ra +o1pe +op8er +3ob2st. +o8bs +3paa +3par2t1n +pa2r1t +3pe2r1s +3preis +3rable +ra1bl8 +re1ak +3re1a2k1t +3refl +re1f +3ro2ck. +roc2k +3rö6ll +3rü2mp +3s2tel +3s4kin. +3s4tral +str6 +3s4tro1a +3s8au1e +3s8eit +3s8prec +3sa2ck. +sac2k +3sa8r1g +3scha. +3schaf +3schal +3schri +sc6hr +3sel. +3s2krib +s1kr8 +3s2kr2ip +3str8aß +3s2trec +3strum +3s2uc +3t4hea +3t2hal. +3this +3to1be +3trau1e +3treib +3troc +3umfan +u2m1f6 +3undzw8 +u2n1d +un2d1z +3unfal +3un1glü +3urlau +ur1l +3ursac +u2r1s +3ur5tei +u2r1t +3zaun +3äq +3ärmel +ä6r1m +är1me +3ärz2t1l +är2z1t +3ä2t1k2 +ü1b6e2 +3ü4ber1 +4a1tr6 +4aner. +a1ne +4blic8h +b1li +4ch1h +4c2k1h +4d3a2r1t +4d3in1h +4d3reg +4d3uh +4drec8h +4e1lo +4e5re. +4e1mo +4ene. +e1ne +4ener. +4erer. +e1rer +4f1h +fl8e +4f3lein +4ferd. +fe8rd +4fling +f1li +4g1v +4g3ei1se +4g3ex3 +4g3i6ns +4g3reic +4g3uh +4gak +4grut +4he1rap +4k1d +4k3arti +ka2r1t +4k3leit +4k3ra1d +4k3reic +kä4m +4k3ä1mi +ku1st +4ku1sti +4l3en2t1w +4l3e8r1g +4l3in1du +li2n1d +4l3in1h +4l3o4p8er +lo1pe +4l3o6hr +4l3un1te +4l3au2s1s2 +4l1au1to +4lektr6 +le2k1t +4l1en2t1z +4leu1ro +4lin2k1t +4lipp +l2ip +4li1sam +li1sa +4lo2r1t +4lu8r1g +4m3ar1be +mar1b +4m5auf +4ma2g1g +4n1ein +4n1int +4n1o8r1g +4n1u6hr +4n3e4lem +ne1le +4n3en3th +4n3i6gel +n2i1ge +4n3o4p8er +no1pe +4n3o8bs +4nauf +4p1d +4peic +4per1si +pht2 +4ph3t1he +4plei +4r3ein1a4 +4r3ei6ns +4r3enth +4r3en2t1w +4r3e8rd +4r3erla +rer1l +4r3er6ns +re2rn +4ra2l1g +4reben +re1b +re1be +4rinst +ri6ns +4ro1fe +4s1a2ff +4s1a2k1t +4s1j +4s3alpi +sa6l1p +4s3ox +4s1en2t1z +4so1pe +4s1or1ga +so8r1g +4s3pe2r1s +sp8er +4st3o1pe +4s1ta1fe4 +4sta2l1g +4st3a6ns +4s1te2il +4sti2g1m +4stin1f +4s1trai +4st1r4uf +4s1t2uc +4s1tür. +4t1hä +4t1reg +4t3en2t1w +4t3er2b1t +ter1b +4t3re1z +4tab. +4ta8b1s +4t1au2f1n +4te2ff +te1f +4tein1h +4teis +4t1elek +te1le +4t1holz +4ths +4tre2if +4tüb +4v3w +4v5n +4xi1ste +4z1h +4z1p +4z3ak +4z3e2ff +ze1f +4z3i2mp +4z3oh +4ze2mp +5a4gent +a1ge +a1bl8 +5a6blö +ab1re +5a6brec +a1br +a1le +5a6l5eth +5a6mei1se +a1me +a1no +5a6n1o2d +5a6n3o1ma +5a6no8rd +ab1la +5a6blag +5ab1ze +a8b1z +5ab1zu +5ad1di +a2d1d +5akro1 +a1kr8 +5anfe2r1t +an1fe +5ange1bo +an1ge +ange1b +5anhä +an1h +5anschl6 +a6ns +an1sc +ansc8h +an1st +5anstal +an1sta +5antenn +an1te +5anwä +a8n1w +5anzeig +an1ze +5anzieh +an1zi +an1ä +5anäs +5atlant +5au4f3ent +au1fe +5blit +5blum +5blö +5cha1ra +5cha1to +5chia1d +5chias +chl6 +5ch4lor +5cho. +5chth2on +5cä1 +5d4eic +d1sc +5d6scha. +dsc8h +5dschi1k +d1schi +e1la +5e6la1sti +5elte2rn +e2l1t +e4ne8r1g +5ener1gi +5entwic +en2t1w +5entwu +e1pi +5epi1d +5epos +e1p2o +5erfül +er1f +er1fü +5erge2b1n +e8r1g +er1ge +erge1b +5ergänz +er1gä +5erhö1hu +er1h8 +5erlös. +er1l +er1lös +5erstat +e2r1s +er1sta +5erwer1b +er1w +5essenz +e2s1s2 +es1se +5f8läc +5flop +frei1 +5fr4ei. +5ghel. +5glaub +5gleis +5glom +5go1gr4 +5gr2if +5he2ft +he1f +5hi2tz +5horn. +ho2rn +5index +in1de +5ing2e1ni +ing8en +in1ge +5inhab +in1h +5in1j +in1sp2 +5in1s2pe +i6ns +5instit +in1sti +5instru +in1str6 +5inte1re +in1te +5inter1v +5jo +5klet +5kl2ip +5klop +5la1du +la1d +5laken +la1ke +5lampe. +la2mp +lam1pe +5lei1stu +5le2uc +5lip1t +5loge. +l8o1g +lo1ge +5lohn +5l6uk +5läuf +5me6ld +5mot +5mün +5n6a2r1s +5nan1c +5napf. +5na6ui +5ne1ei +5nä1e +5n6äi +5näus +5nü. +5nüß +5o4be2r1s +o1be +o1ri +5o6rient +or2ie +ori1en +5ohm. +5olym +o1ly +5orgel. +or1ge +p1t +5p6ty1 +5pa1d +part8e +5p8ar5tei +pf2l +5pf8lanz +5pin1se +pi6ns +5pla +5pol +5po1ti +5prinz +5pr8o1g +5py +5ra3fal +r8afa +5ra6ld +5ran1gi +5re1ha +5ren1te +r1h8 +r2hy +5rhy1t +5rout +5rö6hr +5römis +rö1mi +s1h +5s4hop +5s6au1se +5s6h2ip +5s6pom +5s6tria +s1z +5s6z4ene. +s1ze +sze1ne +5scha1de +scha1d +5schlag +schl6 +5schlu +5schö +5schü +5sein. +5spal +5spring +5spän +5stra. +5s4tre2if +5stri1k +5söm +5süß +5t6si1k +t1si +5tau1se +5t8e2ch3n6 +tec8h +5tep1pi +5tha. +5t4he1rap +5ther1f +5thi. +5ti1te +5to2cht +toc8h +5toll. +to6ll +5topf. +5tropf +5trub +5trup +5trüb +5täg +5tüc8h +5umlau +u2m1l +5undein +un2d1ei +un1de +5unge1a2 +un1ge +5w2a1re +5wec8h +5wei1se +5wer1du +we8rd +5werk. +we6rk +5wi2r1t +5wunde. +wu2n1d +wun1de +5ya. +5zange. +zan1ge +5zwec2k +ß1a8 +5ßa. +5änd2e1ru +ä2n1d +än1de +5ärge2rn +ä8r1g +är1ge +5ö6dem +ö1de +5öf2f1n +ö2ff +5öste2rr +ö1ste +5ü2bu +6a1tu +6a1ba +6ab8el +a1be +6a2t1f2 +6a2t1g2 +6a2t1n +6aum +6b1la1d +6b1v +6b3lein +bei1s +6b5eisen +bei1se +6blag +6ch2m +6ch3unt +6ch1b2 +6chei +6cher1kl8 +che6rk +6ch1f2 +6chi6ns +6ch1p +6chuh +6d5a6l1k +6d5o1be +6d5ony +6d5r1h8 +6d5unt +6da2b1t +6d1a2b1w +6da6ns +6dan1zu +6de2ff +de1f +6din1f +6dje +6do8rd +6do1th +6d1re. +6dur1l +6dursa +du2r1s +6däh +6e1nat +6e1ro. +6e3roi +6elan +6ele1f +6enem. +6enen +6enes +6eren. +6f1c +6f1j +6f1v +6f3l2on +6f5otte +fo2t1t +6f5u2ms +6f1an5l6 +6fap +6f1r2ig +6fun1f +6f1äug +6g1hei +6g1hi +6g1rec +6g3arti +ga2r1t +6g5a2m1t +6g5auf +6g5en2t1f2 +6g5erz. +6g5oh +6g5unt +6g1a2b1w +6g1an5l6 +6gar1b +6gd +6gla2s1s2 +6gn. +6gonist +g8o1ni +gon6is +6groh +6gue1d +6gä6r1m +6güb +6h1e2mp +6ha1le +6hanz +6har1b +6ho8r1g +6hr +6jm +6k1v +6k3ar1be +kar1b +6k5ein +6k5eis +6k5l6er. +k1ler +6k5ox +6k1en2t1z +6kin1h +kn8 +6kner +k1ne +6k1r2ig +6kro1ba +6l1h +6l1j +6l1k +6l1p +6l1ü1b6e2 +6l5a2t1m8 +6l5en2t1s +6l5er1de +le8rd +6l5erzie +ler1zi +6l5u6n2io +lu1ni +6la2ff +6lann +6lan1ä +6larm. +la6r1m +6ld +6le2ff +le1f +6lendun +le2n1d +len1du +6le1pi +6ler1kl8 +le6rk +6l1e8x3p2 +6l5in1j +6ll +6ln +6lo8r1g +6lu2r1s +6ly2m1p2 +m2on +6m5ony +6m5uh +6m1ap1pa +6mj +6möl +6n1a6r1m +6n1ü2b +6n5e2b1n +ne1b +6n5e4ne8r1g +ne1ne +6n5erde. +ne8rd +ner1de +6n5erhö +ner1h8 +6n5ertra +ne2r1t +nertr6 +6n5in1h +6n5inn +6n5o6le3u +no1le +6n5ox +6n5u2ms +6n5u2m1w +6n5un1r +6nair +6na2t1m8 +6n1au2s1b2 +6n1au1to +6nopf +6n1opti +nop1t +6ns +6nu1ni +6o1se +6p1m +6p5heit +6p5les +6p5ling +6p5uh +6paug +6ph1b2 +6ph1g +6phn +6ph1z +6r1arz +6r1m +6r3ein1b2 +6r5einn +6r5er1nä +6r5erreg +re2rr +rer1re +r2it +6r5i6tal +ri1ta +6ra8b1z +6ra1ha +6ran1ga +6rapf +6ra2t1l +6raus. +6r1eign8 +6rein1g +6rein1r +6r1emp1f +re2mp +6rer8bs +rer1b +6rewo +re1w +6rinner +rin1ne +6rk +6ro8bs +6r5olym +ro1ly +6r1o8o1g +6run2d1z +ru2n1d +6run1f +6s1a2b1t +6s1arz +6s3a4der +sa1d +sa1de +6s3an1tr6 +6s3e4lem +se1le +6s3tre1f +6s5eid. +sei1d +6s5ein1h +6s5en2t1s +6s5i6de1e +si1d +si1de +6s5o4fen +so1fe +6s5pig +6s5pos +6s5tr6aum +6s5u6ran +su1ra +6s5ä2n1d +6s1a2b1w +6salter +sa2l1t +6s1an5l6 +6s1che1f +6sch3mäß +s6ch2m +6sch1n8aß +s2chn6 +6scho8rd +6s6ch1p +6s2chs +6sch1v +6s1cu +6ser1öf +serö8 +6s1e8x3p2 +6sk. +6skn8 +s1n +6sna +6snot +6s5pin1se +spi6ns +6s5po1ti +6s3preis +6s1prob +6s5py +6st5an1f +6s1ta1le +6st5a8n1w +6star1b +6staus +6s2t1c +6s2t1d +6s5tep1pi +6s2t1f2 +6st1i2n1d +6s5toll. +sto6ll +6s5topf. +6sto8rd +6s2t1p2 +6st1re1no +6stres +6st3re1v +6s2t1r2ig +6s1träg +6s2tz +6sumfa +su2m1f6 +6surte +su2r1t +6säu1gi +s1äug +6s1äuß +6t1hab +6t1q +6t1re1d +6t1röh +6t3a2cht +tac8h +6t3ha2n1d +6t5a6mer +ta1me +6t5haf +6t5herz +6t5o6fen +to1fe +6t5ro1sa +6t5u2m1r +6tadr4 +ta1d +6ta2mp +6t1an5l6 +6tar1be +tar1b +6tarz +6t1au2s3g2 +6t1eign8 +6terben +ter1be +6t3er1klä +ter1kl8 +te6rk +6tha2ls +6th1opti +thop1t +6top1t +6tuh +6tu2n1d +6tun1f +6ty6o +6täh +6t1äuß +6ui +6uk +6und. +6v5c +6v5h +6vang +6var1b +6vd +6ve5g6 +6w5t +6w5w +6wk +6ws2 +6x1l +6x3w +6z1am +6z1c +6z1d +6z1j +6z1n +6z1r +6z1wo +6z5as +6z5engel +zen1ge +6z5in1f +6z5in1ni +6z5u6hr +6z1öl. +6ß5um +6äi +8a1lu +8a1ta +8ad. +8afa +8a1fä +8ame. +8apl8 +8ar5tei +a2r1t +8atmus +a2t1m8 +8aß +8b1leg +8b1leh +8b1los +8b1z +8b5riem +br2ie +8ba8del +ba1d +ba1de +be1c8h +8be2cht +8becke. +bec2k +be1f2 +8be2ff +8bex +8blam +8blei1d +8bleih +8bling +8bo2ff +8bon1k +8bre1f +8bröh +8bs +8c1t +8c6hanz +8ch1j +8chob +8chw +8cor1b +8d1ren +8d3reic +8d5a2m1t +8daas +8da1br +8dan1zi +8darz +8da2t1m8 +8denge. +den1ge +8deng8en +8der2d1b +de8rd +8deul +8di2n1d +8drak +8drem +8dres. +8dri2n1d +8drut +8ds1l +8du2m1l +8du2m1w +8du2r1t +8dä2n1d +8e2ch3n6 +ec8h +8eifen +ei1fe +8er6a1ba +8f1ric +8fei6ns +8f5elte2rn +fe2l1t +8fe2mp +8fin1f +8flib +8fä6r1m +8föf +8g3leu +8ga8b1z +8gan1sc +ga6ns +ge1f2 +8ge2ff +8gerhö +ger1h8 +8gl. +8gnac8h +gna2c +8gnot +8gof +8go8rd +8grenn +8gu2ms +8gä8m +8hae +8han. +8he2l1t +8heo +8höi +8i1i +8ind. +8k5en2t1s +8ka2chs +kac8h +8ka2k1z +8kapf +8karz +8keic +8ke2mp +8ki8ö8 +8ki1k +8klac +8k3lig +8l1r +8l1a2b1f8 +8la2b1h +8l1a2d1v +8la2m1b +8lan1me +lan1m +8la8n1w +8l1ap1pa +8lc +8leinn +8le2mp +8len2ds +8len1zy +8leo1z +8le1p2o +8ler8bs +ler1b +8lerö8 +8lesel +le1se +8li2m1b2 +8lin1v +8lo1bl8 +8lu8fe +8m1q +8m5an1st +ma6ns +8m1a2b1g2 +ma6l5d +8mal1de +8man1gr4 +8me2mp +8mentsp2 +men2t1s +8mof +8n1a2m1t +8n1w +8n5en2t1n +8n5en2t1s +8n1a2b1n +8na1ly +8na8n1w +8neis +8ne2m1b +8nen2t1b2 +8nen2t1l +8ner1bi +ner1b +8nerlö +ner1l +8neuß +8nin1f +n6os +no1st +8no2st. +8nu2m1l +8o1g +8o1ni +8p5c +8ph1d +8ph1k2 +8poh +8proß +8pär +8r1g +8r1j +8r5e2l1t +8ra2b1k2 +8ramei +ra1me +8ran1f +8ra8n1w +8rd +8re2ff +8reier +rei1e +8ren2t1l +8r1en2t1z +8rerhö +rer1h8 +8rer1kl8 +re6rk +8rerlö +8ru6ns +8s1a8n1w +8s5er1zi +s1ap +8sa1p2o +8s2ch. +8schan1c +8s6ch1b2 +8schex +8sch1ric +8sch1r2ig +8schrou +8s6ch3unt +8se2ff +se1f +8sermä +se6r1m +8sexa +8s1kü +8s3paa +8sphi +8sta6l1k +8s2t1a2m1t +8ste2m1b +8ste1se +8stes1se +ste2s1s2 +8s3treib +8stri1si +str2is +8stun. +8s5täg +8s5tüc8h +8su2m1k8 +8syl. +8s1zu +8t3reis +8t5an1tr6 +8ta8b1z +t5a8n1w +8tanwa +8taus. +8t1au2s1f2 +8tei1w +8telem +8t1en2t1z +8terbar +ter1ba +8ter8bs +8terhö +ter1h8 +8t1e8x3p2 +8thak +8thir +8t1ob1j +8toc2k +8tre1p2o +8tu2m1t +8tym +8tä8st +8tö8k +8van1b2 +8vint +8vo8f +8vra +8w1n +8wer1c +8x1b +8x1h +8x1t +8x3p2 +8x5o6d +8xa2m1t +8xf +8xi1d +8xn +8z5wes +8za6d +8z1an5l6 +8zein +8zer1gä +ze8r1g +8zerz +8zinsuf +zi6ns +zin1su +8zunem +zu1ne +8zungl +8ße8g +8ße8h +8ßem +a1che +ac8h +a1chi +a1cho +a1chu +a1chy +a1e2d +a1er. +a1gn8 +a1ha +a1he +a1hi +a1hu +a1j +a1ke +a1ki +a1lo +a1lä +a1mu +a1mä +a1na1d +a1nas +a1nat +a1nö +a1os +a1pa +a1pi +a1pr6 +a1ra +a1rol +a1ru +a1ry +a1sa +a1str6 +a1te +a1to +a1tä +a1tü +a1v +a1w +a1x +a1ya +a1z +a2f1ex1 +a1fe +a2ph1t2 +a1ph +a2xia +a1xi +a3fal +a3in1se +ai6ns +a3ismu +ai2s1m +a3na2c +a3pü +a3ros +a3s4hi +as1h +a4ce. +a1ce +a4h3er1h8 +a4ka1de +a4l3ein +a4l5ob +a4r3af +a5arti +aa2r1t +a5chal +a5far +a5fat +a5ho +a5i8s2ch. +aisc8h +a5lal +a5ny +a5pä +a6bl8aß +a6ch5er1f +a6d5ac +a6dä +a6f5um +a1fu +a6fen2t1l +a6g5u2n1d +a1gu +a6l5e6be +ale1b +a6le2r1t +a1ler +a6lur +a6ma1te +a1ma +a6n5e8rd +a6n5er1ke +ane6rk +apo1s +a6po1ste +a1p2o +a6po1th +a6schec +a1sche +asc8h +a6s2chn6 +a6stoc +a1sto +a6t5ops +a6t5ort. +ato2r1t +a6t5ru +a6tapf +a6te1li +a6wes +a6x2io +a8blä +a8chent +a8dein +a1de +a8lel +a8ler1b +a8ler1h8 +a8ner1f +a8ror +a8ste1b +a1ste +aa1c +aa2gr4 +aa2s1t +aa6r5a +aa1l5e +aa2t2s +ab1ir +a1bi +a1b1lu +ab1ra +ab1ro +a8b1s +ab1ur +a1bu +ab1än +a1bä +ab3a2r1t +ab4ler +ab5e6rk +ab5e2r1r +ab5es1se +abe2s1s2 +ab8s1k2 +aben6dr4 +abe2n1d +abma5c +a2b1m +ab1ma +abs2z +abäu8 +ach1l6 +a8ch1w +a6ch3m +ach3re +ac6hr +ach5a2r1t +ach5au +a2ch5n6 +ach5äf +ach6er. +ac1k2o +ac2k +acks6t8 +ack5sta +a2c2ks +ad1op +a1do +ad3ant +ad8ar +ade5o8 +adi5en +a1di +a2dt1 +af1an +af1au +af1fr6 +a2ff +af1re +af5rau +af6tent +a2ft +af1te +af6tra +af1tr6 +aft5re +ag1lo +ag2ne +ag5a1be +a1ga +a1g5las +ag8er +age1s5e +age1s +ah1le +ah1re +a6hr +ah1ru +ah4m3ar +ah1ma +a2h5ein +ah8rei +ah8ö +ahl1a +ahn1a +ahra6 +ahr5ab +ahr8ti +ah2r1t +ahre4s3 +ahre6n8s +ai1e +ai3d2s +ai1d +ai4re. +ai1re +a2if6 +ais6n +ai1s8e +ai1so6 +a8l1c +a2l3int +a1li +al4g1li +al4l3ar +a6ll +al1la +al4lab +al4t3re +a2l1t +altr6 +al4the +al5a6ns +al6s6ch2m +a2ls +al1sc +alsc8h +al8be1b +al1be +al8ber1w +al8lan +alb5la +albl8 +alle3g +al1le +altist5 +alu3ta +al6u5i +am2n8 +am2ta +a2m1t +am6m5ei +a2m1m +am1me +am6mum +am6s8chw +a2ms +am1sc +amsc8h +ampf3a6 +a2mp +an1e2k +a2n1ec +an1kl8 +an1s2z +an1sa +an1th +an2gn8 +an3a1k2o +an3a6l1p +an3a1me +an3a2ra +an3g1li +an4kro +an1kr8 +an4so1z +an1so +an4z3e1d +an5a1sti +a8n5eis +an5i8on +a1ni +an2io +an6kno +an1k2n8 +an8dent +a2n1d +an1de +anadi5e +ana1di +ana2t5s +ande4s3 +an2g5t6 +ang6lis +ani4ka +an6i1k +ani5g +anma5c +an1m +an1ma +anmar4 +anne4s3 +an1ne +anö8d +ap1pr6 +aph5ä6 +apo1c +ar1c +ar1o2d +ar1ü2 +ar2gl +a8r1g +a2r3a6ll +ar3ein +ar3ony +ar2on +ar4nan +a2rn +ar1na +ar5o6c8h +ar5ox +arö6 +ar5öm +ar6les +ar1l +ar6schl6 +a2r1s +arsc8h +ar6t5ri +artr6 +ar8ke2r1s +a6rk +ar1ke +ar8zä +ari5es +ar2ie +arz1w8 +arä8m +as1pa +asp2 +as5te1v +as6ch3m +asch5l6 +asp5l8 +ast3re +at2t1h +a2t1t +at3hal +ath6a +at5t6hä +ata3la +ata5c +at8a5pl8 +ate5ran +aten5a +ato6ra +atz1w8 +a2tz +au1a +au1e +au1th +au4kle +a6uk +au1kl8 +au4sta +au6bre +au1br +au8mar +au1ma +au8sin +au1si +auch3a +a2uc +auc8h +aue4l +aule8s +au1le +au2m5p +aut5eng +au1te +au1ße8 +ave5r6a +a1ve +aver1 +av2e1r6i +azi5er. +a1zi +b1j +b1le1b +b1le1d +b1loh +b1o2r1t +b1q +b1rup +b1s2p2 +b1sa +b1sc +b2b1li +bbl8 +b2l2io +b2ruz +b2s1ar +b2t1h +b3stru +bstr6 +b4li2n1d +b4li2tz +b5re1d +b5stä +b5ä6s5 +b6ie +b6la. +b6la1v +b6ri1ga +b1r2ig +b6sun +b1su +b6ü5be1re +bü1b6e2 +b3ü4ber1 +b8el +b8er. +b8la2t1t +b8sang +b8sof +b1so +b8u1re +ba1la +ba1na +ba1ro +ba5ot +ban6k5r8 +bardi6n +ba8rd +bar1di +basten6 +ba1ste +bau3sp2 +bb6le +be1a +be1en +be1g2 +be1nä +be1nü +be1o2 +be1ra +be1rü +be1un +be1ur +be3na2c +be4nor +be1no +be5el +be5e1ta +be5th6a +be6n5e2r1s +be1ne +be6n5er1w +be6zwec +be1z +bezw8 +be8at. +be8rac +be2e8rei +bee3r4e +be1hö8 +bei3tr6 +b4e1l8o +belu3t2 +be1lu +ben4se6 +be6ns +ben1d6o +be2n1d +bens5el +be2r1r +ber8gab. +be8r1g +ber1ga +be1s2p2 +bes5er1h8 +be1se +be1s8c +bet5sc +be2ts +bfe6st5e +b1fe +bga2s5 +b1ga +b1ge1 +bho1le6 +bi1bl8 +bi1el +bi1la +b2il +bi1na +bi4no1k +bi1no +bi5str6 +bi5tr6 +bi6stu +bi1lä5 +bit4t5r6 +bi2t1t +b1kü6 +bl4e4m3o2 +blei3s +blut3a +blut5sc +blu2ts +blä6s5c +blü8sc +bo1c8h +bo1ra +bo5d6s +bo1d +boe5 +bra2il6 +brast8 +bre4a +bro1s +brö2s5c +bs3er1l +b1se +bs3erz +b2st1h +bu1ie +b6ui +bu6sin +bu1si +bu6l6k +by6te. +by1t +bzi1s +b1zi +bü1ge6 +büge1l5e +bür6sc +bü2r1s +c1c +c2l +c3q +ca5la +ca5y +c2a6re +cag6 +ce1ro +celi4c +ce1li +celic8h5 +ch1ah +ch3a2k1t +ch3e2il +ch3eis +ch3ren +c6hr +ch3rü +ch6res +ch6tin +ch1ti +ch8n6ie +ch1ni +cha6mer +cha1me +choi8d +c2hoi +cht3hi +cht5h6a +chu4la +chu2t6t +ci5tr6 +ck1ei +c1k1r8 +ck3l8 +ck3n8 +ck5o8f +c1k2o +ck5stra +ckst8 +ckstr6 +ck6s5u +con6ne +cos6t +cö5 +d1ap +d1ric +d1sa +d1sp2 +d1st +d1sü +d1ta +d1te +d1ti +d1to +d1tu +d3ar1c +d3d2h +d4s1pak +d5de +d5q +d5r6a2n1d +d5rei1fe +dre2if +d5tä +d5ö4st +d5öl +d6rec2k +d6san +d8e2r1s +d8se8r1g +d1se +d8spä +da2gr4 +da2r1a8 +dan6ce. +dan1c +dan1ce +dan8ker +dan1ke +dani5er +da1ni +dan6ie +danla6 +dar6men +da6r1m +dar1me +ddäm1me8 +d1dä +ddä2m1m +de1e +de1ro +de2su +de3cha +dec8h +de4mag +de1ma +de4s3am +de1sa +de4s3an +de4sau +de4sin +de1si +de4spr6 +de1sp2 +de5an +de5isc +de5o6d +de5ram +de5us. +de6s2il +de8lar +de1la +de8mun +de1mu +de8nep +de1ne +de8sor +de1so +de1fe6 +del6s5e +de2ls +del6spr6 +del1sp2 +dene6r +de2r1r +der5ein +de1re +d2erei +der5um +d2e1ru +df2l +di1gn8 +di1la +d2il +di1na +di3c6hr +dic8h +di3p4t +d2ip +di5a1ra +di5ena +di5o6d +d2io +dis1p2 +di5s8p8er +dis1pe +di6s5to +di8sen +di1se +di8tan +di1ta +di8tin +di1ti +dia5c +di1ce5 +di2l8s +dis5tra +distr6 +d1ni6 +dnje6 +dn1j +do3ran +do6ber1f +do6ste +dor4t3h +do2r1t +dott8e +do2t1t +dro5x +droi6 +drö2s5c +drü5b +drü8sc +ds2p2o +d1sat6 +dse8e +d2t1s6 +du1b6 +du1e +du1s +du5a2ls +du5ie +d6ui +du8ni +du8sc6hr +dusc8h +duf4t3r6 +du2ft +dur2c +durc8h3 +dwa8l +dä6r +dö8bl8 +dö1b +dö8sc +dör6fl +dör1f +dö1s3te +e1ac +e1ah +e1a2k1t +e1al. +e1a2l1g +e1a6l1k +e1a6ll +e1a2l1t +e1am +e1a2n1d +e1ar. +e1a6rk +e1aus +e1b +e1che +e1chi +e1chu +e1d +e1ei +e1e6ll +e1e8rd +e1ex +e1ha +e1he +e1hi +e1ho +e1hu +e1hy +e1hä +e1hö +e1i2rr +e1j +e1k2l8 +e1ke +e1ki +e1kn8 +e1lu +e1lä +e1lü +e1mu +e1mä +e1na1d +e1no +e1nös +e1nüg +e1on. +e1o8rd +e1o8r1g +e1p2f +e1pa +e1pl8 +e1pr6 +e1pä +e1q +e1ra. +e1rap +e1rat +e1ro1d +e1r8o1g +e1rom +e1r2on +e1ros +e1rot +e1ry +e1sa +e1sc +e1sp2 +e1str6 +e1sü +e1ta +e1te +e1ti +e1to +e1tr6 +e1tu +e1tä +e1tö +e1tü +e1um. +e1v +e1w +e1z +e1ä2 +e1ü +e2l1al +e2nex +e2r1or +e2s1l +e2s1z +e2wig +e3a2r1t +e3hüt +e3in1sä +ei6ns +e3ny +e3on1f +e3r6a2n1d +e3ra1ne +e3r2a1ri +e3r6aum +e3r4ei. +e3rol +e3rop8 +erö8 +e3rös. +e4l3e2rr +e1ler +e4l3o1fe +e4n3o8rd +e4nent +e4r3en1m +e4r3erz +e4r3i2n1d +e4r3u6hr +e5a8lin +ea1li +e5al1f +e5a6l1p +e5a2l1w +e5ar1f +e5a6r1m +e5at. +e5a2t1t +e5c2l +e5o6fe +e5o2k1k2 +eo1k +e5on1k +e5on5l6 +e5on1r +e5opf +e5ops +e5or. +e5r6ab8el +era1be +e5ra1bi +e5r8anz. +e5r6us +e5thel +e5unter +eun1te +e5ö8 +e6a5t6l +e6a1te +e6au. +e6b5am +e1ba +e6fau +e6h5ac8h +e6hap +e6l3a2r1t +e6l5a6ns +ele6h +e6l5e1he +e6l5ein1h +e6l5ersc +ele2r1s +e6l5i6ns +e1li +e6lan1f +e6lau1ge +e6lemen +e6len1te +e6n3er1f +e6n5e6hr +e6n5eim +e6n5erla +ener1l +e6n5e2s1s2 +en5e2r1s +e6nerst +e6nober +eno1be +e6p5e6g +e1pe +e6pidem +epi1de +e6pos. +e6r1ü2b +e6r5e6r1m +e6r5i6n5i6 +e6r5iat +e6r5int +e6s5a6v +e6st5ak +e1sta +e6s4ta8b1s +e6staf +e8a2ts +e8cherz +e8fe8b +e1fe +e8i1ni +e8l1an5l6 +e8le2if +e8lel +e8ne2ff +ene1f +e8ne8rd +e8pee +e8rei1ne +e8s1ap +e8s1h +e8stob +e1sto +e8tscha +e2ts +etsc8h +e8ßes +e1ße +ea4ben +ea1be +ea6nim +ea1ni +eb4lie +ebl8 +eb1li +eb4s3in +e8bs +eb1si +eb4ser +eb1se +eben4s5e6 +e1be +ebe6ns +ec6h1r +e6ch3m +ech4su +e2chs +ech8se2n1d +ech1se +eck5an +ec2k +ec1ka +ee3e +ee3r4e +ee5a +ee5g +ee5isc +ee5lö +ee5rä +ee6le2n1d +ee1le +ee6tat +ee1ta +ee8reng +eei4s3t +eere6s5 +ef3rom +efr6 +ege6ra +e1ge +eglo6si +eg1los +eh1le +eh1mu +eh1re +e6hr +eh1ri +eh1ru +eh1w +eh5a6ns +eh5auf +ehl3a +eh3l5ein +eh2n5ec +eh1ne +ehr1a +eh6r5um +ehre6n +ei1a +ei1e +e2i1o +ei3d4sc +ei1d +ei2ds +ei4dar +ei4nor +ei1no +ei4t3al +ei1ta +ei5ru +ei5s2chn6 +eisc8h +ei6bar +ei1ba +ei6d5ei +ei1de +ei6mab +ei1ma +ei6n5o1d +ei6ne1te +ei1ne +ei6s5ent +ei1se +ei6t5um +ei1tu +eit1h +ei6thi +ei8der1f +ei8mag +ein1a4 +ei8nat +ei8ner1h8 +ei8ne2s1s2 +ei8no1k +ei8sab +ei1sa +ei8sol +ei1so +ei8tho +eia6s +eich3a +eic8h +eic6h5r +ei6l1d +e2il +ein1g +ein1k +eit3ar +eit8sa2m1t +ei2ts +eit1sam +ek2ni4 +el3ar1b +el3a6r1m +e6l5e1pi +el8soh +e2ls +el1so +el8tent +el5ten +elb1st5a +e2lb +el8bs +elf2l +el1f +e2l1g2 +el1l8er +e6ll +el1le +elut2 +em8dei +e2m1d +em1de +em8meis +e2m1m +em1me +emo5s +emu6rk4 +emur2ks5 +en1a6p +en1a6s +en1am +en1ar +en1sp2 +e6ns +en1öf +en2ce +en1c +en3a2l1t +en3an. +en3ant +en3anz +e4n3auf +en3aus +e8n3eis +en3glo +en5a6ben +ena1be +en5a2chs +ena2c +enac8h +en5ac2k +en5af +en5a6ll +en5ec2k +e2nec +en5er1w +e6n5opf +en5t6ag +en1ta +en6ti1d +en1ti +en8de2s1s2 +e2n1d +en1de +en8se2r1s +en1se +en8ter1bu +en1te +enter1b +en8zan +en1za +end5er1f +end5e8r1g +enda6l +enn6i6s5 +en1ni +enn6os4 +en1no +en6ns8 +eno8f +ens6por +ens1p2o +ens8kl8 +ens1k2 +ent5ric +en1tr6 +en4t3a5go +en6u5i +e1nu +eo1c +eo1t +eo5r6h8 +ep4p3a +ep5ent +er1c +er1o2f +er2g5h +er2t1h +e2r1t +er3a6si +er3a8b1s +er3ac8h +e2r3a6ll +er3a2m1t +er3a6ns +er3ar1c +er3auf +er3ec2k +e2r3e2s1s2 +e2r3u2ms +er3zwu +erzw8 +er5a6ben +er5aal +e2r5e2h +er5e2g1g +e6r5ein1r +er5er5o +er5erst +ere2r1s +er5i6ns +er5it2io +er2it +eri1ti +er5ox +er5t6her +er5zwa +er5äs +er6nab +er1na +er6t5ein +er5tei +er8gan. +er1ga +era5e +era5k6l8 +era2t3s +eri5ak +erme6n6s +e6r1m +er1me +ero8i1de +ero5i1d +ersc8h4 +eru2f4s3 +e1r4uf +erä8m +es2p2o +es2pu +es3int +e1si +es3ur +e1su +es4kop +es1k2 +es1k2o +es5e1be +e1se +ese1b +es5i6ll +es2il +esa8b +esch4l6 +esc8h +ese1a +eser1ve5 +eser1v +eso8b +e1so +es4pei6s5 +es1pe +est3ar +e6st5res +et2t1r6 +e2t1t +et2th +e2t3rec +et5hal +eth6a +et6tei +e1t8ag +et8se +et8zent +e2tz +et1ze +et8zw8 +et8a8ta +etar2i5e +e1t2a1ri +eten6te +etu1s +eu1a2 +eu1e +eu1o6 +eu1sp2 +eu5fe +eu5p +eu5str6 +eu6n2io +eu1ni +eu8zo +eu2e8rei +eu1er +eue1re +euin5 +e6ui +e6uk2 +eva2l6s +eve5r6en +e1ve +ever1 +eve2re2 +ev2e1r4i +ex1or +e1xo +ey3er. +f1fa +f1fla +f1q +f1rib +f1sc +f1tak +f1te +f1ti +f1tr6 +f1tu +f2lix +f2on +f2s1er +f1se +f3reic +f3rest +f5eis +f5fe +f5ram +f5str6 +f5to +f6eim +f6f5a6r1m +f8in. +f8lanz +f8r8aß +f8re. +fa1na +fa1sc +fa3y +fa5el. +fa6ch5i +fac8h +fa1de8 +fa6del +fa1d +fal6lo +fa6ll +falt8e +fa2l1t +fan4gr4 +far4bl8 +far1b +far6ba +far6r5a +fa2rr +fau8str6 +fe5rant +fe6dr4 +fe1d +fe6str6 +fe6stum +fe1stu +fe8stof +fe1sto +fe8t8ag +fe1ta +feh6lei +feh1le +fel5en +fe1le +fer1ri8 +fe2rr +fet6ta +fe2t1t +fex1 +2f2f1f +ff3lei +ffl8e +ff4lie +ff1li +ff6s5ta +f2fs +ff8sa +ffe5in +ffe6la +ffe8ler +ffe1le +fgewen6 +f1ge +fge1w +fi1la +f2il +fi1na +fi1d4 +fi3ds +fi6u +fi8lei +fi1le +fi8scho +fisc8h +fie1b4 +fil4m5a +fi2l1m +fo5ra +fo5ru +fo6na +foh1 +for6t5r6 +fo2r1t +for8mei +fo6r1m +for1me +for8str6 +fo2r1s +for8th +fro8na +fr2on +fräs5t +fs3tät +f1stä +ft1h +ft1sc +f2ts +f2t1z +ft2so +ft5e6h +ft5ra1d +fte1re6 +ft1wi3d4 +f2t1w +fu8ße2n1d +fuße6n +fu1ße +fun4ka +fä1c +fä8ß +fö1de3 +fün4f3u +fün1f +g1da +g1ha +g1ho +g1hö +g1j +g1los +g1nas +g1q +g1sc +g1z +g2n6ie +g1ni +g2s1er +g1se +g2s1o +g2s1u +g2t1h +g3a4der +ga1d +ga1de +g3lauf +g3lein +g3n6is +g3te +g4lo2s1s2 +g5aus +g5c +g5henn +g5lag +g5le1b +g5luf +g5rahm +g5reit +gr2i4e +g5riem +g5ring +g5sah +g5s8e2il +g6l2io +g8neu +g1ne +ga1la +ga1na +ga5isc +ga5n1j +ga5ro +ga6bl8 +ga6st3re +ga1str6 +ga8ho +ga8sa +ga8sc +gan5er1b +ga1ne +1gan6g5a +gau5fr6 +ge1a2 +ge1e2 +ge1g2l +ge1im +ge1or +ge1ra +ge1ro +ge1rä +ge1rü +ge1s +ge3nä +ge5lö +ge5unt +ge6an +ge6es +ge6rab +ge8at. +ge8nin +g2e1ni +geist5r6 +gel8bra +ge2lb +gel1br +gel2t8s +ge2l1t +gen3k +ger8au +ger8i6ns +g2e1ri +ge1s2p2 +gi1na +gi3str6 +gi5la +g2il +gi8me. +gi1me +glan4z3 +gli8a +go1ra +goe1 +gon6i5e +gra4s3t +gra8m +gre6ge +gro6ß +gs1ab +gs1ak +gs1an +gs1ar +gs1au +gs1e1f +gs1in +g1si +gs1pr6 +gsp2 +gs5ein +g1s8a2n1d +gso2r +gu1s +gu2tu +gu5as +gut3h +gy1n +h1a2t1m8 +h1b2 +h1c +h1d +h1e2if +h1f2 +h1g +h1h +h1iat +h1j +h1k2 +h1las +h1l8aß +h1le1d +h1läs +h1nol +h1p +h1q +h1rai +h1re1d +h1ric +h1sc +h1sp2 +h1str6 +h1sü +h1te +h1ti +h1tu +h1v +h1z +h2l2if +h1li +h2lim +h2l2ip +h2lit +h2nee +h1ne +h2nei +h2nel +h2n2ip +h1ni +h2nit +h2n2uc +h1nu +h2nu1d +h2nul +h2on +h2rom +h2t1ec +h2t1eu +h3ar1be +h3ar1me +ha6r1m +h3e2cht +hec8h +h3er1bi +her1b +h3lein +h3l6o1se +h3reg +h3weis +h4lor +h4r3er1b +h1rer +h4s3tum +h1stu +h4sob +h1so +h4spun +hs1pu +h4t3e2if +h4t3ein +h4t3er1h8 +h4t3ex +h5an1th +h5e6he. +he1he +h5lai +h5l6er. +h1ler +h5r6aum +h5ta. +h5tab +h5tanz +h5taub +h5tüm +h5uhr. +hu6hr +h5up. +h5weib +h6jo +h6ne2tz +h6rum +h6s5a2m1t +h1sam +h6s5ec +h1se +h6s5er1l +h6t5ersc +hte2r1s +h6te2mp +h6ter1fü +hter1f4 +h8lin1f +h8rank +h8r4ei. +h8re2r1t +h8sp8aß +h8spel +hs1pe +h8teim +h8ten2t1f2 +h8ter1gr4 +hte8r1g +h8terst +h8te1se +h8te2s1s2 +ha1la +ha1na +ha2t1h +ha5el. +ha5ro +ha8del +ha1d +ha1de +h8a8ß +ha1b8r +hade4n +haf6tr6 +ha2ft +hal4b5a +ha2lb +han6dr4 +ha2n1d +han6ge. +han1ge +hau6san +hau1sa +he1ro +he1st +he1xa +he2bl8 +he1b +he2nu +he3cho +he3i2s1m +he4r3um +h2e1ru +he4s1pe +he1sp2 +he5d6s +he1d +he5i2st. +he5rak +he5th +he6mer +he1me +he8q +he8ro8b +hei8ds +hei1d +hei2t8s3 +hek6ta +he2k1t +hel8lau +he6ll +hel1la +hen5e2n1d +h6enen +he1ne +hen5klo +henkl8 +hen6tri +hen1tr6 +her3ab +her3an +her3au +her6z5er +her1ze +he1ta6 +het5am +heu3sc +hey5e +hgol8 +h1go +hi1sp2 +hi1th +hi2nu +hi5k1t +hi1k +hi5nak +hi5ob +h2io +hi5tr6 +hi2e6r5i +hil1a2 +h2il +hil4fr6 +hil1f +hin4ta +hir5n5e +hir6ner +hi2rn +h8l1c +h2l5int +hl8am +hla4ga +hla6gr4 +hla2b1b4 +hme5e +h1me +hn3eig +hn5sp2 +h6ns +h2n8erz +hne4p3f +hne8n +ho1ra +ho3s1l +ho4l3ar +ho1la +hos1p2 +ho4spi +hoc8h1 +hoh8lei +hoh1le +hpi6 +hr1c +hr1z +hr2t1h +h2r1t +hr5i6ns +hr6t5er1l +hr6t5ra +hrtr6 +hr8tri +hrcre8 +hr1c6r +h8r1g2 +hs3ac8h +hs3u2n1d +h1su +hs6p2o +hs8erle +ht1ak +ht1ar +ht1at +ht1he +ht1sc +h2ts +ht3ac +ht3ang +h4t3e2ff +hte1f +h2t3e1he +h4t3eis +ht5hu +ht5rak +htr6 +ht6sex +ht1se +ht8s1k2 +ht8so +hte8ren +hte1re +hts3ah +h2tz8 +hu6b5r +hu8lent +hu1le +hu8lä +hub5l8 +huh1l +huld5a6 +hu6ld +hä8kl8 +hä1k +hä8sche. +hä1sche +häsc8h +hä2l8s +häm6a8tu8 +hä1ma +hä2t1s +häu4s3c +hö6s +hös5c +hüh1ne6 +hül4s3t +hü2ls +hütte8re +hü2t1t +i1af +i1al. +i1al1a +i1a2lb +i1a6ld +i1al1f +i1a2l1g +i1a6l1k +i1a6ll +i1a6l1p +i1a8l1r +i1a2ls +i1a2l1t +i1al1v +i1an. +i1ang +i1ant +i1anz +i1ar. +i1as. +i1a2s1m +i1a2s1s2 +i1at. +i1au +i1che +ic8h +i1chi +i1cho +i1chu +i1ei +i1en. +i1e2n1d +i1en1p2 +i1en1r +i1enz +i1e2t1t +i1fa +i1fre +ifr6 +i1ha +i1he +i1hi +i1hu +i1j +i1k +i1lag +i1lau +i1le +i1lo +i1lu +i1lä +i1mu +i1mä +i1nat +i1no +inä2 +i1när +inö8 +i1nös +i1o8x +i1ol. +i1om. +i1on. +i1ont +i1or. +i1os. +i1ot. +i1p2l8 +i1pa +i1pi +i1pr6 +i1q +i1ra +i1re +i1ri +i1ro +i1sa +i1ta +i1te +i1thi +i1tho +i1ti +i1to +i1tri +itr6 +i1tu +i1tä +i1tü +i1u +i1w +i1xe +i1z +i1ä6r +i1ö8 +i2e1re +i2n1ei +i1ne +i2s1au +i2t1a2m +i2vob +i3a6l1h +i3alz +i3a2n1d +i3ank +i3e6ll +i3en1f +i3ern. +ie2rn +i3oral +i4blis +ibl8 +ib1li +i4s3er1h8 +i1se +i5a2d1n6 +ia1d +i5ak. +i5alei +ia1le +i5a2l1w +i5ann +i5a2rr +i5a2st. +i5a2ts +i5a2z1z +ia1z +i5enn +i5ensa +ie6ns +i5en1v +i5f6lie +if1li +i5gla +i5go +i5lac +i5las +i5mö +i5nec +i5ny +i5o8p1t +i5on1b2 +i5ops +i5orc +i5r6us +i5ry +i5rä +i5s1ty1 +i5sö +i5t6hr6 +i5xa +i5ät. +i5äv +i6a1p2o +i6b5eig +i1be +i6b5ei1s +i6b5unt +i1bu +i6b1r2ig +i1br +i6büb +i1bü +i6cher1b +i6diot +i1di +id2io +i6fau +i6k5unt +i1ku +i6kak +i1ka +i6kes +i6sar +i6v5e1ne +i1ve +i6va1d +i6z5w8 +i6ß5e2r1s +i1ße +i8ge2s1s2 +ige1s +i8ham +i8ha6ns +i8hum +i8kerz +i8lel +i8ma2r1t +i1ma +i8me1le +i1me +i8mi1d +i1mi +i8ner1w +i8s5tum +i1stu +i8sa2m1t +i1sam +i8scheh +i1sche +isc8h +i8s6chei +i8si2n1d +i1si +i8ta1x +i8tersc +ite2r1s +i8ti8d +i8tof +i8vei +i8ver1h8 +iver1 +i8vur +i8zir +i1zi +ia5na +ia6rab +ia1ra +ia1n8e +ia8ne8b +ib2le +ic5l +ich1l6 +i2ch1n6 +i8ch1w +i6ch3m +i6ch5ei +i6ch5i6ns +icht3r6 +i2cht +icht5an +ick6s5te +ic2k +i2c2ks +ickst8 +i2d1t +id3a6r1m +id5rec +idr4 +ide5rö8 +ide8na +ie1a +ie1e8 +ie2bl8 +ie1b +ie2dr4 +ie1d +ie2f1l +ie1f +ie1b1r +ie4bre +ie4fro +iefr6 +ie4l3ec +ie1le +i1e4lek +ie4rap +ie4rec +ie5o +ie5the +ie5un +ie6b5ar +ie1ba +ie6f5a1d +ie6r5ein +i2erei +ie6r5eis +ie6s5che +ie1sc +iesc8h +ie6t5ri +ie1tr6 +ie6tau +ie1ta +ie8bra +ie8bä +ie8lei +ie8rum +i2e1ru +ie8ru2n1d +ie8te2r1t +ie1te +iebe4s3 +ie1be +ie2f1t +ie2f5f +ie1n6e +ien6ne. +ien1ne +ien8stal +ien1sta +ier3a4b +ie1r8er +iex5 +if1fr6 +i2ff +if5ang +if5lac +if6t5r6 +i2ft +ift5a +ig2ni +ign8 +ig3a2r1t +i1ga +i2g3rot +i1gr4 +ig3s2p2 +i2gs +ig5he +ih1n +i6h1r +ih1w +ii2s +ii2t +ik4ler +ikl8 +il2fl +il1f +il3a6ns +i4l3ipp +i1li +il2ip +il6auf +il6l5enn +i6ll +il1le +ile8h +ilt8e +i2l1t +i2m1b2 +imme6l5a +i2m1m +im1me +in1au +in1äs +in3o4ku +ino1k +in3the +in4d3an +in5sau +in5t2r6 +in5öd +in8kät +in1kä +in8nan +in1na +ina5he +i1n2ah +inau8s +ind2r4 +ing5s6o +in2gs +ini5er. +i1ni +in6ie +inoi8d +ins4ze +ins1z +io1a8 +io1c +io2di +io1d +io3rat +io1de4 +ioi8 +i1o6n2s1 +ir2m1o2 +i6r1m +ir5rho +i2rr +irr1h8 +ir6bl8 +ir1b +ir6sc6h5r +i2r1s +irsc8h +ir6schl6 +ir8me8d +ir1me +ir8nak +i2rn +ir1na +is3e2rr +is4kop +is1k2 +is1k2o +is6por +isp2 +is1p2o +is8e1le +isc6h3r +is6ch5m +ischä8 +ise3ra +isi6de +isi1d +iso1n5e +i1so +is2on +it1sc +i2ts +it2se +it3ran +it3rau +i4t5ab. +it5spa +itsp2 +it6z1w8 +i2tz +it6z5e8r1g +it1ze +i4t8hä +it8tru +i2t1t +ittr6 +iti6kl8 +iti1k +itmen4 +i2t1m8 +it1me +itr2i5o +itä6r5e8 +ität2 +itä2ts5 +iu6r +iva8tin +iv2a1ti +iwi2 +ize8n +i1ze +iä8m +iü8 +ja5la +je2t3r6 +jo1ra +jo5as +jou6l +ju1s +ju5cha +j2uc +juc8h +jugen4 +ju1ge +juge2n1d5 +jun2g5s6 +k1q +k1sa +k1sc +k1spr6 +ksp2 +k2lim +k2lin +k2ni +k2s1ex +k1se +k2s1uf +k1su +k2t1h +k3en2t1f2 +k3leib +k3lek +k3lor +k3ou +k3u6hr +k5ente. +ken1te +k5erlau +ker1l +k5lag8er +kla1ge +k5spat +k5s1pe +k6sab +k6san +k8sa2m1t +k1sam +k8sp2il +k1spi +k8tein +k8tin1f +ka1la +ka1na +ka1ro +ka1rä +ka5r6a +k8a6pl8 +ka6te1b +ka1te +ka6l5d +ka2m5t +kar6p5f +kar1p +kasi5e +ka1si +kat8ta +ka2t1t +kau3t2 +kau2f6s +ke1ra +ke6lar +ke1la +ke8leis +ke1le +k4e8lo +keh2r6s +ke6hr +kehrs5a +ki5fl +k2if +ki5os +k2io +ki5sp2 +ki5th +kin2g6s5 +kle4br +kle1b +kle5isc +kman6i5e +k1ma +k3man +kma1ni +knä8 +ko1a2 +ko1i +ko1op +ko1or +ko3ra +ko5ru +ko5t6sc +ko2ts +ko6de. +ko1d +ko1de +ko6min +ko1mi +ko6pht2 +ko1ph +koi8t +kor6d5er +ko8rd +kor1de +kre5i1e +ks6por +ks1p2o +ksa2l8s +k1sal +kst8 +k2t1s +k2t3rec +ktr6 +kt5a6re +kta8l +kte8re +ku1c8h +k2uc +ku1ta +ku4ro +ku5ie +k6ui +ku8rau +ku1ra +ku8ß +kuc2k8 +ku2m2s1 +ku6n2s +kunf2ts5 +kun1f +kun2ft +kunst3 +kurz1 +ky5n +kä1se5 +kö1c +kö1s +kü1c +kü1s +kür6sc +kü2r1s +l1che +lc8h +l1chi +l1f +l1la +l1le +l1lo +l1lu +l1lä +l1na +l1no +l1q +l1sa +l1sc +l1sp2 +l1str6 +l1sü +l1u6hr +l1v +l1öl +l2on +l2p1t +l2t1ho +l3ar1be +lar1b +l3u2r1t +l3zwei +lzw8 +l4b3i6ns +l1bi +l4d3ei +l1de +l4l3eim +l4le1ti +l4s3e2r1s +l1se +l4t3ein +l4t3hei +l5blo +lbl8 +l5cho +l5l2ip +l1li +l5lü +l5o4fen +lo1fe +l5s6la +ls1l +l5ten +l6düb +l1dü +l6er. +l6l5ei1se +l6lüb +l6m5o6d +l1mo +l6s5e8r1g +l6s1a6r1m +l6t5eng +l6t5er1p +l6t5i6b +l8ar. +l8bab +l1ba +l8bauf +l8be1de +l1be +lbe1d +l8che2r1t +l8en. +l8er1gr4 +l8gh +l8keim +l8kj +l8la2b1t +l8pho +l1ph +l8p1n +l8sec +l8s1h +l8su1ni +l1su +l8trö +ltr6 +l8ze2s1s2 +l1ze +l8zo8f +l1zo +la1na +la1sc +la2gn8 +la5ra +la6mer +la1me +la6r5a6s +la8dr4 +la8rag +la8ran +la8rei +l2a1re +la8sa +la8sta +la1b2r +lac6h3r +lac8h +la2f5t +lan4d3a +lan4d3r4 +lan4gr4 +lap6pr6 +lap8p1l8 +la4r4af +l2a1t8i +lb1st3e +l8bs +lbst5an +lb1sta +l6ch3m +l8ch5w +ld1re +ldr4 +le2bl8 +le1b +le3s1k2o +les1k2 +le3th6a +le4gas +le1ga +le4r3er +le1re +le5xe +le6l5e2r1s +le1le +le1ler +le6p2ip +le8bre +le1br +le8in1f +le8ne2n1d +l6enen +le1ne +le8reis +l2erei +le8re2n1d +lech2t6s5 +lec8h +le2cht +led2r4 +le1d +lei6br +l4e1mo2 +len8er1w +lesi5e +le1si +le2t1s +leu4s3t +lge2n1d8 +l1ge +lg2lie3 +lg1li +l3glie1d6 +li1ar +li1as +li1en +li1g6n8 +li1l8a +l2il +li1na +li8dr4 +li1d +li8e2r1s +li8e2r1t +li8ga8b +li1ga +li5en6n +lin2gs5 +lin2k4s3 +lion5s6t +l2io +li1o6n2s1 +livi5e +l2i1v +lk2l8 +lk2sa +l2ks +lk2se +lko8f +l1k2o +lkor8 +l2l1b +l8l1c +l6l1d6 +ll3a4be +l4l3o2r1t +l4l3u8r1g +ll5o1v +ll6spr6 +l2ls +ll1sp2 +ll8an5l6 +ller3a +l1ler +llte8 +l2l1t +lo1ra +lo1ru +lo6br +lo6ve +lo1v +lo8sei +l6o1se +lo1wi5 +lp2f +lp4s3te +l2pst +ls2pu +ls4por +ls1p2o +lt1sc +l2ts +lt3her +lt4s3o +l6t5a2mp +l1t5u2ms +lt6s1er +lt1se +lt2i1l +lu1en8 +lu2dr4 +lu1d +lu2t1r6 +lu3str6 +lu3the +lu4sto +lu5it +l6ui +lu5ol +lu6g5r4 +lu6st5re +lu6t5e6g +lu1te +lu6t5or +lu1to +lu6tal +lu6ß5 +lu8br +lu8su +lu8te8r1g +luf8tr6 +lu2ft +luft3a +lv2e5r6u8 +l1ve +lver1 +ly1no +lya6 +lz5wu +lä5on +lä5v +lä6sc +lä2t1s +läu6s5c +lö1ß6t +m1n8 +m1pa +m1pi +m1pl8 +m1pr6 +m1pö +m1sc +m1str6 +m2m1n8 +m2plu +m2t1h +m3spri +msp2 +mspr6 +m5ni +m6m5ak +m1ma +m6ma1d2 +m8menth +m1me +m8men2t1w +m8män +m8tein +ma1la +ma1r4o +ma1sc +ma1tö +ma5chan +mac8h +ma5el +ma5yo +ma8lau +m8a1lu8 +ma8lut +ma1d2 +ma1g8n8 +mali5e +ma1li +ma2n1d2 +man3ds +man2i5o +ma1ni +mar8kr8 +ma6rk +mar8s6ch2m +ma2r1s +marsc8h +m1b6r +md6sä +m2ds +me1c8h +me1ra +me1ro +me1th +me5isc +me5nal +me6s5ei +me1se +me8ß +mel8sa +me2ls +men4dr4 +me2n1d +men8schl6 +me6ns +men1sc +mensc8h +men8s8chw +mer4gl +me8r1g +mi1a +mi1la +m2il +mi1na +mi4s3an +mi1sa +mi5nü +mi5t6ra +mitr6 +mi6a1le +mi6ß5 +mit1h +mitta8 +mm5sp2 +m2ms +mm5u2ms +mme6ra +mmu2t5s +mo1ra +mo1sc +mo1sp2 +mo4dr4 +mo1d +mo4kla +mo1k +mok2l8 +mo4n3o1d +mo1no +mo5ar +mo8gal +m8o1g +mo1ga +mo6l5d +mon8do +mo2n1d +mon1t8a +mo1pa6 +mor8d5a +mo8rd +moy5 +mp2li +mp8th +mp1t +mpf3l +mpfa6 +mphe6 +m1ph +mpin6 +mpo8ste +m1p2o +mprä5 +mput6 +mpu5ts +m1pu +ms5au +ms6p2o +msch4l6 +msc8h +mt1ar +mt6se +m2ts +mt8sä +mu1ta +mu5e +mu1mi1 +mun6dr4 +mu2n1d +muse5e +mu1se +mvol2 +mvo6ll3 +mä1s +mä5tr6 +mä6kl8 +mä1k +mäu4s3c +mö1b2 +n1a8b1s +n1a8b1z +n1afr6 +n1a2k1t +n1a2mp +n1a2n1d +n1a6ns +n1b2 +n1c +n1f +n1gy +n1h +n1j +n1k2n8 +n1ke +n1ki +n1m +n1na +n1no +n1ny +n1nä +n1nö +n1nü +n1ony +n1p2 +n1q +n1r +n1s2pe +nsp2 +n1sac +n1sc +n1spr6 +n1str6 +n1ta +n1te +n1ti +n1to +n1tr6 +n1tu +n1tä +n1tö +n1tü +n1v +n1za +n1zw8 +n1öl +n2d1ak +n2d1ei +n1de +n2d1j +n2g1um +n1gu +n2z1ar +n3aug +n3ther +n3thus +n4t3a4go +n1tag +n4t3rin +n4t3rot +n4trü +n5ab. +n5a6uk +n5klö +nkl8 +n5l6 +n5s6te. +n1ste +n5u1ri +n5ärz +n5ö2z +n6and. +n6d5o2r6t +n1do +n6glic +ng1li +n6ie +n6i1k +n6is +n6ji +n6küb +n1kü +n6s5tat. +n1sta +n6se6rk +n1se +n6stob +n1sto +n6z5unt +n1zu +n6z5a6b +n6zaus +n6zwir +n1zwi +n8a8rd +n8a6rk +n8ar1v +n8derhi +nder1h8 +n8du2m1d +n1du +n8ers. +ne2r1s +n8g5ac +n1ga +n8gäl +n1gä +n8k5not +n8ka1d +n1ka +n8kerla +nker1l +n8krü +n1kr8 +n8kuh +n1ku +n8ne8r1g +n1ne +n8s5er1f +n8sel1f +n8se8r1g +n8sint +n1si +n8tin1h +n8töl +n8zof +n1zo +n8äl +na1m2n8 +na2ra +na4kol +na1k2o +na4mer +na1me +na5el +n6a5um +na6bä +na8ha +na8ho +na1ch3e +nal1a +nan6ce +nat6s5e +na2ts +nbau5s +n1ba +n6ch5m +nc8h +nche5e +nd3rec +ndr4 +nd3rot +n6d5a6ns +nd6sau +n2ds +nd1sa +nd8sa2m1t +nd1sam +nda8d +nde4se +nde8lac +nde1la +nde8stal +nde1sta +ndel6sa +nde2ls +ndn6is5 +n2d1n6 +nd1ni6 +ndt1h +n2dt +ne1g4l +ne1ra +ne2bl8 +ne5as +ne5en +ne5r8al +ne8ras +nen1a +nen3k +nere5i6d +ne1re +n2erei +nerfor6 +ner1f +ner1fo +nesi3e +ne1si +net1h +neu4ra +neu5sc +nf2l +n2f5f +nf5lin +nf1li +nflei8 +nfl8e +nft8st +n2ft +nf2ts +ng1h +ng2se4 +n2gs +ng2si +ng3r2ip +n1gr4 +n6g5d +ng8en +n1ge +ng8ru +nge8ram +nge1ra +n2g1g2 +nhe6r5e +ni1bl8 +ni1en +ni1la +n2il +ni1th +ni1tr6 +ni3str6 +ni5chä +nic8h +ni5na +ni8de1e +ni1d +ni1de +ni8e2t1n +ni8nit +ni1ni +nie6s5te +niet5h +nk3rot +nk5a6ns +n6k5in1h +nk5s1p2o +n2ks +nksp2 +nk6t5r6 +n2k1t +nli4mi +n1li +nme6n4s +n1me +nn4t3ak +nn1ta +nn2i5o +n1ni +nnt1h +nnu1e +n1nu +no3ra +no4b3la +no1bl8 +no4dis +no1d +no1di +no4mal +no1ma +n1o4ram +no5a +no5isc +no6die +no8ia +no8tan +no1ta +no8ter +no1te +no1che8 +noc8h +noni6er +n8o1ni +non6ie +nor6da +no8rd +noty6pe +no1ty1 +nrös3 +ns3ang +ns5er1w +nt1h6a +n2t1s +n2t1z +nt2s1k2 +n2t3a6rk +n2t3a2r1t +n4t3eis +n2t3o4ti +n2t3rec +nt5an1h +nt5hie +nt6har +nt8rea +nt8rep +nt8rop +nte5n6ar +nt2e6rei +nte1re +nte8nei +nte1ne +nter3a +nti1c +nti1t +ntlo6b +n2t1l +ntmen8 +n2t1m8 +nt1me +ntra5f +ntra5ut +nts6an +nu1a +nu3s1kr8 +nus1k2 +nu5el +nu5en +nu5ie +n6ui +nu5ta +nzi4ga +n1zi +nä6m +nä6re +o1a2m +o1an +o1bl8 +o1che +oc8h +o1d +o1e2l +o1e2p +o1e1f +o1er. +o1fa +o1fr6 +o1ha +o1he +o1hi +o1ho +o1hu +o1hy +o1hä +o1id. +oi1d +o1i2s1m +o1j +o1la +o1le +o1lo +o1lu +o1mu +o1mä +o1mö +o1na +o1no +o1nä +o1pa +o1pi +o1pl8 +o1pr6 +o1pä +o1q +o1ra. +o1re +o1ro +o1r6us +o1ry +o1rä +o1sa +o1s1k2 +o1ta +o1te +o1th +o1ti +o1to +o1tri +otr6 +o1tro +o1tu +o1v +o1wa +o1we +o1wi +o1wo +o1xe +o2b1li +o2d1ag +o2mab +o1ma +o2p1li +o2s1o2d +o1so +o2t6h1r6 +o3chi +o3chro +oc6hr +o3chu +o3i2st. +o3p4ter +o3pf1li +opf2l +o3ra1d +o3s4p8er +osp2 +os1pe +o3stra +ostr6 +o3t1su +o2ts +o4b2e1ru +o4no2k1t +ono1k +o4stam +o1sta +o5ab. +o5e6b +o5e6der. +oe1d +oe1de +o5e8x +o5fla +o5i6tu +o5ia +o5i2ds +o5i8s2ch. +oisc8h +o5p6n +o5pö +o5ras +o5re. +o5s6ze +os1z +o5u6gr4 +o5wu +o5yo +o6ber1h8 +o6h5eis +o6n5er1b +o1ne +o6rang +o1su6 +o6s5ur +o6ske +o6ski +o6stau +o6taus +o6ter1w +o6wer. +oa2l +o8ala +o8chec +o8i1di +ok2l8 +o8klä +o8mau +o8merz +o1me +o8munt +o1mun +o8r5ein +o8ra2d1d +o8rauf +o8se6rk +ob1ac +o1ba +ob5s1k2 +ob5s1z +ob8sta +obe4ra +obe6ser +obe1se +obst5re +obstr6 +och1l6 +o8ch1w +o6ch3m +och3to +o2cht +oche8b +ocho8f +od1tr6 +o2dt +od2dr4 +o2d1d +ode5i +o1de +ode6n5e +oe8du +of6f5la +of8fan +of1fa +of8fin +og2n8 +oh1le +oh1re +o6hr +oh1ru +oh1w +oh2ni +oh4l3er +ohl1a +oi8dr4 +oiset6 +oi1se +ok3lau +o1kla +o2l1s +ol2k2l8 +o6l1k +ol6gl +o2l1g +ol6lel +o6ll +ol1le +ol6s1k2 +ol8lak +ol1la +ol8lauf. +ol8le2s1s2 +old5am +o6ld +old5r4 +o1le1r +ole3u +ole5in +ol2k4s1 +oly1e2 +om5sp2 +o2ms +o3m6an +om1be4 +o2m1b +o2n1a1x +on1k +on6n5a6b +on1na +on8ent +ona8m +oni5er. +on6ie +ono1c +on2t1s8 +oo2pe +oo2sa +oo8f +op6p1l8 +op8pa +opf3lo +opf3r6 +or1r2h8 +o2rr +or1ü2 +or2gl +or4d3a4m +or1da +or4dos +or1do +or5cha +orc8h +or6enn +or6t5an +o2r1t +or8dei +or1de +or8deu +or8fla +or1f +or8f1li +or8nan +o2rn +or1na +or8nä +or8tau +or8te1re +o2re2h +ore5isc +os2kl8 +os2k2o +os2kr8 +o1sa3i +osn6i5e +os1n +os1ni +ost3re +ot1re +ot1sc +ot2t3h +o2t1t +ot2t5r6 +ot3auf +ot6t5e8r1g +ot8tö +othe5u +oto1a +ou1t6a +ou3e +ouf1 +ou5f6l +ou5ie +o6ui +ou6rar +ou1ra +o1wi1d6 +oy1e +oy1i +oy5al. +oza2r +ozo3is +o1zo +oß1t +oß5e2l1t +o1ße +oö8 +p1b +p1g +p1k +p1n +p1pa +p1pi +p1v +p1z +p2f1ec +p1fe +p2lau +p2li1z +p2p1h +p3lein +p3w +p4fei +p5ho6ll +p5pö +p5schl6 +psc8h +p5ä6m +p6li1k +p6p5ei +p1pe +p8to8d +pa1la +pa4nor +pa1no +pa4th6a +pa1th +pa6ce +pa8na8t +pa8rei +p2a1re +pag2 +pa6n1s2 +pani5el +pa1ni +pan6ie +pap8s +par5o6ti +par8kr8 +pa6rk +par2o8n +pas6sep +pa2s1s2 +pas1se +pau3sc +pe1ra +pe3rü +pe1re6 +pe4rem +pe4sta +pe5isc +pen3k +pen8to8 +per5ea +per5e1b +per8ran +per1ra +pe2t2s +p2f1f +pf3lei +pfl8e +pf3ta +pf8leg +ph3th6a +ph5e1me +phi6e +phu6 +pi1en +pi1la +p2il +pi1na +pi1s2k2 +pi1th +pi5e2rr +pion6i8e +p2io +pi8o1ni +plo8min +plo1mi +po1ra +po3ny +po5rö +po8lan +po1la +po1ly1 +por4t3h +po2r1t +pp1l8 +pp1s +pp5f +pp5ren +ppr6 +ppe6la +ppp6 +pro6t5a +pro8p1t +prote5i +pro1te +prä3l +prä1te4 +p2t1s +pu1b2 +pu1ta +pu2dr4 +pu1d +pu5s6h +pu8rei +pu1re +puf8fr6 +pu2ff +pu6n8s +py5l +pä6der +pä1de +pä8nu +pä2t1s +pät5h +r1a2b1t +r1a6r1m +r1b +r1che +rc8h +r1da +r1dr4 +r1f +r1k2n8 +r1ke +r1ki +r1l +r1na +r1no +r1nä +r1nü +r1p +r1q +r1ra +r1re +r1ri +r1ro +r1ru +r1rä +r1rö +r1rü +r1v +r1w +r1x +r1za +r1öf +r1ör +r2g1ni2 +rgn8 +r2ie +r2is +r2on +r2ps +r2p1t +r2s1h +r2s1l +r2s1z +r3anal +r3an1gr4 +r3eint +r3en1ni +r3k2lin +rkl8 +rk1li +r3o2r1t +r3ry +r4ei. +r4g3ret +r1gr4 +rma4p +r4m3a1ph +r1ma +r4san1f +r4t3er1h8 +r4t3hei +r4t3int +r5atta +ra2t1t +r5au4sta +r5ertr6 +re2r1t +r5erwec +rer1w +r5erö8 +r5li +r5ne +r5rhö +rr1h8 +r5t6hu +r5tei +r6a2n1d +r6b1ler +rbl8 +r6kuh +r1ku +r6m1an5l6 +r3man +r6n5oc +rn2ei +r6ne2if +r6nex +r6n1h +r6sab +r6s1ka +rs1k2 +r6ski +r6stauf +r1sta +r6us +r6z5al +r6z5er1f +r1ze +r8anz. +r8bre2cht +r1br +rbrec8h +r8ces +r1ce +r8da2chs +r1dac +rdac8h +r8d1ap +r8dir +r1di +r8drau +r8e1di +re1d +r8fe8rd +r1fe +r8gah +r1ga +r8gob +r1go +r8in1de +ri2n1d +r8in1sp2 +r8min1f +r1mi +r8mob +r1mo +r8s1k2o +r8ster1w +r1ste +r8stran +rstr6 +r8taut +r8te1pe +r8terla +rter1l +2r8tu2r1t +r8z1ar +r8ze8rd +r8zum +r1zu +ra2br +ra2dr4 +ra1d +ra2g3n8 +ra4dan +ra4f3er +ra1fe +ra4t3ro +r4a1tr6 +ra5gla +ra5or +r8a5pl8 +ra5ro +ra6b1la +ra6t5he +ra1th +ra8li6ns +ra1li +ra8tei +ra1te +ral5am +ra2l5t +ran4dr4 +ran8der +ran1de +ran8g1li +rans5pa +ra6ns +ransp2 +rap6s5er +rap1se +rau8tel +rau1te +raue4n +rau1e +rau2t5s +ray1 +rb4lie +rb1li +rb5la2s1s2 +rb6s5tä +r8bs +rbon6n +r1bo +rch1l6 +r8ch1w +r6ch3m +rch3re +rc6hr +rch3tr6 +r2cht +rd3ost +r1do +rda5ro +rde5i6ns +r1de +rd2io5 +re1as +re1on +re2sa +re3a2ls +re3er +re5i2mp +re5u8ni +re6am. +re1am +re6bl8 +re8s6ch2m +re1sc +resc8h +rech5a +rec8h +rei2ch6s5 +reic8h +reli3e +re1li +ren4zw8 +ren5a6b +ren8gl +re1q6ui5 +re1q +requ6 +rer4bl8 +rer5o +rf4lie +rf1li +rg6ne +rg8sel +r2gs +rg1se +rge4bl8 +r1ge +rge1b +rge5na +rgest4 +rge1s +ri1ar +ri1el +ri1en +ri1na +ri1nä2 +ri1o2d +r2io +ri3er. +ri3o6st +ri3s1k2o +ris1k2 +ri5cha +ric8h +ri5ers. +rie2r1s +ri5la +r2il +ri5o6c8h +rio1c +ri5s1v +ri5tr6 +ri6e1le +ri6fan +r2if +ri1fa +ri6ve. +r2i1v +ri1ve +ri8ei +ri8fer +ri1fe +ri8fr6 +ri8kn8 +ri1k +ri8spr6 +risp2 +ri8stü +ri2d2g +ri1d +rie2g4s5 +ri1mä8 +rin4ga +rin6gr4 +ri1no1 +rk3str6 +r2ks +rkst8 +rk4t3an +r2k1t +rk6to +rkeh2r6s5 +rke6hr +rkä4s3t +r1kä +rline5a +rli1ne +rm5sa +r2ms +rn1k +rn1sp2 +r6ns +rna8be +ro1c8h +ro1e +ro1in +ro1s2p2 +ro1tr6 +ro4tau +ro1ta +ro5de +ro1d +ro5i1d +ro5isc +ro5s6w +ro6be2rn +ro1be +ro6phan +ro1ph +ro6ts +ro8he2r1t +ro1he +rp2f +rpe8re6 +r1pe +rp8er +rr6hos +rr8or +r1rer6 +rro8f +rror5a +rs2kl8 +rs2p2 +rse5na +r1se +rse6e +rs1wi3d4 +r2s1w +rt1sc +r2ts +2r2t3a2r1t +rt5e2i1ge +r4t5re2if +rtr6 +r6t5u2n1d +rt6s5o +rt6s5u +rt6s1er +rt1se +ru1en +ru1ie +r6ui +ru3str6 +ru6sta +ru6tr6 +ru1be6 +ruf4st +ru2fs +run4d5r4 +run8der +run1de +rven1 +r1ve +rvi2c +rz4t3h +r2z1t +rz5ac +rz8er1h8 +rä4ste +räu8sc +rö2sc +rö5le +s1a6r1m +s1l +s1q +s2on +s2pec +s2pul +s2tyl +s1ty1 +s3a4ben +sa1be +s4ce +s4low +s4peis +s4ze2n1d +s5an1b2 +s5angeh +san1ge +s5au2ff +s6a1ph +s6aur +s6ke1le +s6ki1z +s6pe8r1g +s6pes +s8ar. +s8e2il +s8er. +s8he1w +s8kj +s8lal +s8t1hi +s8tro1ma +s8a1fa +sa1i2k1 +sa1la +sa2bl8 +sa5fr6 +sa5ro +sa8tom +sa1to +salz3a +san2c +sap5p6 +s8a1t8a +sa6u5i +sch3ta +sch3tr6 +sch5a1me +scre6 +s1c6r +se1ap +se1um +se3er1l +se4lar +se1la +se5an +se5ec +se5nec +se1ne +se6ben +se1b +se1be +se6han +se1ha +se8hi +se8hö +se8ler1l +se1ler +se8reim +se1re +s2erei +see5i6g +se1ei +sei5n6e +se2lb4 +sen3a2c +se1r5inn +s2e1ri +sfal8ler +sfa6ll +sfal1le +sge5b2 +s1ge +si1b +si1en +s2i1f2 +si1g2n8 +si1la +s2il +si1na +si2kl8 +si1k +sik1i +si4kin +si5e2rr +si5ru +si5str6 +si6g5r4 +si8kau +si1ka +si8kü +sich2t6s +sic8h +si2cht +siege6s5 +sie1ge +sil6br +si2lb +sin5g1h +sinne6s5 +sin1ne +ske8l6c +skelc8h5 +slei3t +so1c8h +so1ra +so3un +so4dor +so5o8f +so1lo3 +so2u5c +spi4e +sse8nu +s1se +ssin6i6s +s1si +ssi1ni +ssoi6r +s1so +st1h6a +st1ho +st3e2lb +st3hei +st5hu +st5r6o1se +sta3la +sta4te +sti3na +sti4el +sti8r +stu5a +su1e +su2b1 +su2fe +su8mar +su1ma +sup1p2 +syn1 +sy2na +sy5la +sy1ne4 +sü8di +t1he1b +t1hum +t1hü +t1i2n1d +t1rüc +t1rüs +t1sac +t1st +t2o6ns +t2s1u8n +t2s1uf +t2s1ur +t3ab1sc +t3a6ns +t3arti +t3eu1ro +t3heit +t3hel1f +t3him +t3rahm +t3rec8h +t3re1v +t3sc6hr +tsc8h +t4re. +t4s3int +t4s3tor +t1sto +ts1er +t4se6rk +t1se +t4z3um +t1zu +t5au2f1b2 +t5au8s1l +t5e6sel +te1se +t5einhe +t5eisen +tei1se +t5erbe. +t5erde. +te8rd +ter1de +t5hah +t5he2il +t5h1j +t5hob +t5hof +t5roß +t5s6por +tsp2 +ts1p2o +t5schä +t5u6hr +t5ä2l1t +t5öffen +tö2ff +töf5fe +t6chu +tc8h +t6ra6ns +t6ric2k +t6s5a2l1t +t1sal +t6s5tanz +t1sta +t6sprei +tspr6 +t6stit +t1sti +t6z5ei. +t1ze +t6zor +t1zo +t6zäu +t1zä +t6ü5b8er. +tü1b6e2 +t3ü4ber1 +t8erscha +tersc8h4 +te2r1s +t8ou +t8rec2k +t8ree +t8rink +t8ser1f +t8s1h +t8sum. +t8zec +t8än +ta1ro +ta1sc +ta5ir. +ta6b1re +ta1br +ta6der +ta1de +ta6ga6 +ta6si1en +ta1si +ta8ban +t6a1ba +ta8gei +ta1ge +ta8leng +ta8rau +ta1ra +ta8stem +ta1ste +ta8sto +taa2t2s3 +ta1b2l8 +taba6k +ta2d2t1 +ta2d6s +tag6s5t +ta2gs +tage4s +tah8 +tahl3 +tai6ne. +tai1ne +tak8ta +ta2k1t +tal3au +ta6l5e2r1t +ta1ler +tam1pe6 +tan5d6a +ta2n1d +tan8dr4 +tan8zw8 +tand1s5a +tan2ds +tan6i5e +ta1ni +ta1nu6 +te1xa +te2am +te3ral +te4g3re +te1gr4 +te4hel +te4lar +te1la +te5id. +tei1d +te6hau +te1ha +te6man +te1ma +te6n5ag +te6p1li +te1pl8 +te8ben +te1b +te1be +te8lam +te8re2r1s +te1re +te1rer +te8stau +te1sta +tea4s +tei8gr4 +teig5l +ten5k +ten8er1w +te1ne +ten8tro +ten1tr6 +ten1s4p2 +te6ns +ter5a6b +ter5au +ter5e1be +tere1b +ter5ein +t2erei +ter6re. +te2rr +ter1re +ter8nor +te2rn +ter1no +ter1f4 +tex3e +tex6ta +te8x1t +th1n +ti1a2m +ti1b +ti1en +ti3spa +tisp2 +ti5lat +ti5str6 +ti5tr6 +ti8gerz +t2i1ge +ti8kin +ti1k +ti8vel +t2i1v +ti1ve +ti8vr +tie6fer +tie1f +tie1fe +tig3l +tin4k3l8 +tl8a +to1e +to1in +to1ra +to1s +to1tr6 +to3cha +to4p8er +to1pe +to6s1ka +to1s1k2 +to1de4 +to8del +to1d +to8du +to8me1ne +to1me +toi6r +tos2l +tra3sc +tra5cha +trac8h +tra6gl +tra6gr4 +tra6st +tra8far +tr8afa +tra2f5t +tr6e6t5r6 +tri6er +tr2ie +tri6o5d +tr2io +tri1zi5 +tri1z +tro1a +tro3ny +tr2on +tro8man. +tro3m6an +tro1ma +trocke6 +troc2k +tro5i8d +trut5 +tr5ü3bu +ts1ab +ts1ak +ts1an +ts1ar +t2s1th +ts3auf +ts3ent +ts5ort. +t1so +tso2r1t +tsa8d +tse6e +tse1e5i +tsei6n6s +tt1h6a +tt1sc +t2ts +tt5e2if +tt5s6z +tt8ret +ttr6 +tt8s1er +tt1se +tte6sa +t6u1i +tu4r3er +tu1re +tu5ra +tu6it +tu6rau +tu6re. +tuch5a +tuc8h +ty6a +ty8la +tz1an +tz1ar +tz5al +tzeh6 +tzehn5 +tä1re8 +u1au +u1che +uc8h +u1chi +u1chu +u1d +u1ei +u1er +u1fa +u1ha +u1he +u1hi +u1ho +u1hu +u1hä +u1hö +u1ig +u1j +u1k6n8 +u1ke +u1ki +u1kl8 +u1la +u1le +u1lo +u1lu +u1lä +u1lö +u1mu +u1n1a +u1no +u1p2l8 +u1pa +u1pi +u1pr6 +u1q +u1ra +u1re +u1ri +u1ro +u1ru +u1ry +u1rü +u1sa +u1tal +u1tan +u1tas +u1te +u1ti +u1to +u1tr6 +u1tu +u1u +u1v +u1w +u1xe +u1yi +u2bab +u1ba +u2est +u2f1ei +u1fe +u2s1ar +u2s1au +u2s1ei +u1se +u2s1uf +u1su +u2z1eh +u1ze +u3al. +u3a6l1h +u3a6l1p +u3an. +u3a2n1d +u3i6ns +u3s4ter +u1ste +u4f3ent +u4st3a4b +u1sta +u4t3hei +u4tent +u5a2lb +u5al1f +u5a6l1k +u5a6ns +u5ar. +u5bö +u5i8s2ch. +uisc8h +u5ky +u5mö +u5os. +u5rö +u5ya +u5ö +u6b5r2it +u1br +u6ch5ec +u6e1la +u6ep +u6gap +u1ga +u6r5a6ns +u6rak +u6rana +u6terin +ut2e1ri +u8büb +u1bü +u8e1sc +u8e1v +u8fer1h8 +u8ga2b1t +u8ga1d +u8gn8 +u8klu +u8rap +u8ra2t1t +u8schec +u1sche +usc8h +u8s1l +u8su2rn +u8teic +u8ter1f4 +u8zer1h8 +ua1y +ua5na +ua6th +ubi5er. +u1bi +ub6ie +ubs2k2 +u8bs +uch1l6 +uc6h1r +u8ch1w +u6ch3m +u2ch5n6 +uch5to +u2cht +ucht5re +uchtr6 +uc1k1a +uc2k +uck5in +ud4a +ue8rer1l +ue1re +ue1rer +ue1ne8 +uer1a +uer5o +uf1fr6 +u2ff +uf1l +uf1ra +ufr6 +uf1re +uf1rä +uf1rü +uf1s2p2 +u2fs +uf1st +uf2t1s +u2ft +uge1b8 +u1ge +ugo3s4 +u1go +uh1le +uh1re +u6hr +uh1w +ui5en +uin8tes +uin1te +ul2vr +ul1v +ul6lau +u6ll +ul1la +ul6le6l +ul1le +ul6lo +ul8lac +uld8se +u6ld +ul2ds +ul1ni8 +u6ln +ulo6i +ult6a +u2l1t +ult8e +um8pho +u2mp +um1ph +u8mo8f +u1mo +umu8s +u2n1ec +u1ne +un2al +u8n3eis +un4d3um +un1du +un4it +un6at +un1dü8 +un8düb +un8gä +un8kro +un1kr8 +unau2 +une2b +une2h +un2g2s1 +un2k5s +unpa2 +un1p2 +uns2p2 +u6ns +unvol4 +un1v +unvo6ll5 +up2t1a +up1t +u2p4s3t +ur2za +ur3a2l5t +ur3eig +ur4s1k2 +ur5a6ri +ur5a8b1s +ur5ah +ur5i6ns +ur5ä6m +ur6zä +ur8gri +u8r1g +ur1gr4 +ur8nan +u2rn +ur1na +ur8sau +ur8sei +ur1se +ura8d +urmen6 +u6r1m +ur1me +ur6u5i6 +u2r1u6r +urü8c2k3 +us3tau +usa4gi +u1sag +usch5wi +us8chw +use8kel +use1ke +ut1ac +ut1ar +ut1au +ut1hu +ut1s6p2 +u2ts +ut1sa +ut5ho +ut6stro +ut1st +utstr6 +uta8m +uti6q +uti1ne5 +uto5c +utz5w8 +u2tz +uve3r4ä +u1ve +uver1 +uve5n +uy5e6 +uße6n +u1ße +uße1n5e +v2or1 +v6re +v4a2t1r6 +v8a6t5a +va8tei +va1te +va8r8d +ve1s +ver1 +ve2re2 +v2e2ru8 +ve2s3p2 +ve3xe +ver5b +verb8l8 +ve8r1g8 +vi1g4 +vi1ru +vi1tr6 +vi6el +vi8le8h +v2il +vi1le +vie6w5 +vil6le. +vi6ll +vil1le +vo2re +vo2ro +vo8rin +vo1ri +voi6le +vo2il +vol8le2n1d +vo6ll +vol1le +vol8li +w1d +w1s1k2 +w5c +wa5la +wa6g5n8 +wa8ru +waf5fe8 +wa2ff +wah8n +wal6ta +wa2l1t +wal8din +wa6ld +wal1di +wan4dr4 +wa2n1d +war4za +we2g1r4 +we2sp2 +we6fl +we1f +we6rat +we6steu +we1ste +we8geng +we1ge +we8ste2n1d +we8str6 +we8stö +weg3l +weg5h +weh6r5er +weh1re +we6hr +weit3r6 +we2l2t +welt3r6 +wer4fl +wer1f +wer4ka +wer4ta +we2r1t +wer8ku +wer8te6r1m +wet8ta +we2t1t +wi2dr4 +wich6s5t +wic8h +wi2chs +wie1de4 +wie1d +wieder5 +wi1k6 +wim6ma +wi2m1m +win4d3r4 +wi2n1d +wisch5l6 +wisc8h +wo1c +wo1che6 +woc8h +wol6f +wor6t5r6 +wo2r1t +wu1sc +wu2t1 +wun6gr4 +wy5a +wä1sc +wär1me5 +wä6r1m +x1ak +x1an +x1c +x1erz +x1g +x1k +x1m +x1r +x1s6 +x1z +x2t1h +x3a4men +xa1me +x3e4g +x5ul +x6tak +x8ter1f4 +xe1ro +xi8so +xu1e +y1b +y1c +y1d +y1g +y1j +y1k2 +y1lak +y1le +y1lo +y1na +y1o4p +y1on. +y1pr6 +y1r +y1s +y1t +y1z +y3mu +y3w +y4chia +yc8h +y5an. +y5ank +y5e2rn +y5h +y5in +y5la1x +y5lu +y5ou +y6cha +y8m1n8 +y8ps +yen6n +yl1al +yla8m +y2m1p2 +yn1t +yno2d +y1p2o1 +y2r1r2 +yr2i3e +y2s5iat +y1si +ys8ty1 +yä8m +z1g +z1wal +z1wel +z1wer +z4t3e2n1d +z4t3hei +z5a6b +z5auf +z5q +z6we8r1g +z8thi +za5is +za1b5l8 +ze1ro +ze4di1k +ze1d +ze1di +ze6la +ze8lec +ze1le +ze8ste +zei4ta +zei8te2r1s +zei1te +zel8th +ze2l1t +zen8zin +zen1zi +z2e1r8i +zerta8 +zer8tab +ze2r1t +zer8tag +ze2r1s8 +zeu6gr4 +zi1en +zi1na +zi1tr6 +zi5es. +zi5th +zin6s5er +zin1se +zist5r6 +zo1on +zo6gl +z8o1g +zor6na8 +zo2rn +zu1b4 +zu1f2 +zu1o +zu1s8 +zu1z +zu3al +zu1n2a +zun1f8 +zup8fi +zwei3s +zwi1s +zz8a +zzi1s +z1zi +zö1le +ß1b8 +ß1c +ß1d +ß1f8 +ß1g +ß1h +ß1k +ß1l +ß1m +ß1n +ß1o +ß1p8 +ß1r +ß1s2 +ß1ta +ß1te +ß1ti +ß1tr6 +ß1v +ß1w +ß1z +ß5ec +ß5q +ß5to +ß8as +ßmana8 +ß1ma +ß3man +ßst8 +ßt3hei +ä1a6 +ä1che +äc8h +ä1e +ä1he +ä1hi +ä1hu +ä1isc +ä1k +ä1le +ä1no +ä1pa +ä1re +ä1ri +ä1ro +ä1ru +ä1te +ä1ti +ä1to +ä1um. +ä1us. +ä1z +ä3chi +ä5chu +ä5fa +ä5i2s1m +ä5j +ä5na +ä5rö +ä5tu +ä6d5ia +ä1di +ä6g5nan +ägn8 +ä1gna +ä6i1sche +äisc8h +ä6s5chen +ä1sche +äsc8h +ä6thy +ä8lei +äb1l8 +äch8sc +ä2chs +äch8sp2 +äc1k5a +äc2k +äd1a +äd5era +ä1de +äf1l +äf2t6s +ä2ft +äg1h +äg3le +äg5str6 +ä2gs +äh1le +äh1re +ä6hr +äh1ru +äh1w +äh5ne +äh5ri +ä8l1c +äl6schl6 +ä2ls +äl1sc +älsc8h +äm8n8 +ä2m8s +ämi1e +ä1mi +än6s5c +ä6ns +äne5i8 +ä1ne +äng3l +änk5l8 +äp6s5c +är1c +är6gl +äre8m +är2t6s5 +ä2r1t +ä2s1th +äse6n8s +ä1se +ät8schl6 +ä2ts +ätsc8h +äta8b +ät2e1ri4 +äter5it +äts1p2 +äu1e +ä6u5i +äu8ga +äub1l8 +ö1b +ö1che +öc8h +ö1he +ö1hu +ö1is +ö1ke +ö1mu +ö1no +ö1re +ö1ri +ö1ru +ö1te +ö1ti +ö1tu +ö1v +ö1w +ö2z +ö5chi +ö5na +ö5o6t +ö5th +öch8stei +ö2chs +öch1ste +öch8str6 +ö2cht6 +öh1l8 +öh1re +ö6hr +öl6k5l8 +ö6l1k +öl8pl8 +ö6l1p +öni2g6s3 +ö1ni +öp6s5c +öpf3l +ör8g1li +ö8r1g +ör8tr6 +ö2r1t +öwe8 +ü1che +üc8h +ü1chi +ü1he +ü1hu +ü1le +ü1lu +ü1re +ü1ri +ü1ro +ü1ru +ü1te +ü1ti +ü1tu +ü1v +ü2d1o4 +ü3k +ü3ta +ü5pi +ü6deu +ü1de +ü6h5e6rk +ü6s5te1te +ü1ste +ü8ch3l6 +ü8c2k +ü8heh +ü8rei +ü8sta +ü8stes +üb1l8 +ü1b1r +üch6s5c +ü2chs +üc1k1a +ück5e2r1s +üd1a2 +ü2d5s6 +üdi8t +ü1di +üg1l +üge4l5a +ü1ge +üh1le +üh1re +ü6hr +üh1ru +üh1w +üh5a +ül4l5a +ü6ll +ül4ps +ü6l1p +ül6s5c +ü2ls +ül8lo +ün6zw8 +ün8da +ü2n1d +ün8fei +ün1f +ün1fe +ün8za +ünk5l8 +ür8fl +ür1f +ür8fr6 +ür8geng +ü8r1g +ür1ge +ür8sta +ü2r1s +ür8ster +ür1ste +üse8n +ü1se +üt8tr6 +ü2t1t +üt8zei +ü2tz +üt1ze diff --git a/troff/libhnj/hyphen.d/hyph_en_US.dic b/troff/libhnj/hyphen.d/hyph_en_US.dic new file mode 100644 index 000000000000..ea8cf7897538 --- /dev/null +++ b/troff/libhnj/hyphen.d/hyph_en_US.dic @@ -0,0 +1,5551 @@ +UTF-8 +% This file has been derived from Donald Knuth's `hyphen.tex', +% to which the following applies: +% ----------------------------------------------------------------- +% The Plain TeX hyphenation tables [NOT TO BE CHANGED IN ANY WAY!] +% Unlimited copying and redistribution of this file are permitted as long +% as this file is not modified. Modifications are permitted, but only if +% the resulting file is not named hyphen.tex. +% ----------------------------------------------------------------- +% A copy of the original can be obtained from <http://www.tug.org/teTeX/>. +% ----------------------------------------------------------------- +% For sending bug reports, follow the instructions on +% <http://n-t-roff.github.io/heirloom/doctools.html>. +% ----------------------------------------------------------------- +% Sccsid @(#)hyph_en_US.dic 1.2 (gritter) 9/3/05 +.1ca +.1ci2 +.1co +.1do +.1du +.1fo +.1g2i5a +.1ga2 +.1gen +.1geo +.1go +.1ma +.1mo +.1mu +.1ta4 +.1tim +.1to +.2a2r +.2ang4 +.2c1it +.2ch4 +.2e1b4 +.2i2n3s2 +.2id +.2ine2 +.2p2ed +.2s1in +.2t1in +.2tab +.2us +.3di2c1t +.3p2i1o +.3s4c2i3e4 +.3ten5a2n +.4a1ma +.4bes4 +.4eu3 +.4i4n2k2 +.4ir +.4oth3 +.5se2l2f5 +.a1to +.a2ch4 +.a2d +.a2f +.a2f1t +.a2n +.a2s1s +.a2tom5 +.a4l3t +.a4r5s2 +.ad1d4 +.ad4der +.am5at +.an1i5m +.an1t4 +.an3te +.an5c +.ant2i +.anti5s +.ar1ti +.ar4t2ie4 +.ar4ty +.as1p +.as1so +.as3c +.as9s8o9c8i8a8t8es. +.as9s8o9c8i8a8te. +.asso1ci +.asso3c2i1a +.aster5 +.au1d +.av4i +.awn4 +.b4e5s2to +.ba2n +.ba4g +.ba5na +.bas4e +.be3s1m +.be5r1a +.ber4 +.bri2 +.bu4t3t2 +.but4ti +.c2a2r +.ca1pa +.ca2n +.ca4m1p +.ca4t +.cam4pe +.can5c +.capa5b +.car5ol +.ce4la +.ch4il2 +.chil1l +.chill5i +.cit5r +.co3e2 +.co4r +.cor5n1er +.corn2e +.d4em +.de1c4l4 +.de1mo +.de1s4c +.de3o +.de3r1a +.de3r1i +.de4moi2 +.de8c9l8i9n8a9t8i8on. +.decl4i1na +.declin2at +.declina1t2io +.declinatio2n +.des2 +.dic1t2io5 +.do4t +.du4c +.du4m1b5 +.e1na +.e1q +.e2a2r +.e2l5d +.e2n3s2 +.ear2t +.earth5 +.eas3i +.eer4 +.eg2 +.el3em +.en3g +.enam3 +.eq2ui2 +.eq5ui5t +.equ2 +.er1r4 +.er4ri +.es3 +.eye5 +.fes3 +.fo2r +.for1m +.for2me +.for5mer +.ge2 +.ge5o2g +.gen3t4 +.gi4b +.go4r +.h1es3 +.h2ero +.h2ie4 +.h4and +.ha2n +.ha4n5k2 +.hand5i +.he2 +.he4t3 +.hero5i2 +.hi3b +.hi3er +.ho2n +.hon3o +.hon5ey +.hov5 +.i1do +.i4m1p +.id4l +.idol3 +.im2pi +.im3m +.im5p1i2n +.in1 +.in3ci +.ir5r4 +.is4i +.ju3r +.l1i4t +.l2i3o +.l2i4g +.l4ath5 +.la4cy +.la4m +.lat5er +.le2 +.leg5e +.len4 +.lep5 +.lev1 +.li1g5a +.li2n +.m2a2r +.m2is1 +.ma1g5a5 +.ma1n5a +.ma2n +.mal5o +.mar5ti +.me1te +.me2 +.me5ter +.mer3c +.mis4t5i +.mo2n +.mo2r +.mo3ro +.mon3e +.mu2ta5b +.mu5ta +.ni4c +.o1ra +.o2ft +.ob2l2 +.ob8l8i8g9a9t8o8ry. +.obl2ig +.obli1ga +.obliga1to +.obligato1ry +.od1d5 +.od2 +.of5te +.or1d +.or3c +.or3t +.or5a1to +.os3 +.os4tl +.ou2 +.out3 +.p2e2d2a +.p2i4e4 +.p3re1s2e +.pe2t +.pe5te +.pe5tit +.ped5al +.ph4il2 +.ph8i8l9a8n9t8h8r8o8p8ic. +.phi1la +.phila2n +.philan1t +.philant4hr4 +.philanthrop3ic +.pi2t +.pio5n4 +.pr2 +.pr8e8s8e8n8ts. +.pr8e8s8e8nt. +.pr8o8j8e8c8ts. +.pr8o8j8e8ct. +.pre3m +.presen1t +.presen4t4s2 +.pro1je +.pro5j +.proje2c1t +.projec4t1s2 +.r2i4g +.ra1t2io +.ra2n +.ra4c +.ran4t +.ratio2n4 +.ratio5n1a +.re1c2i +.re1co +.re1f +.re1fo +.re2cog +.re3tri +.re5mit +.re5stat +.re8c8i9p8r8o8c8i8ty. +.re8f9o8r9m8a9t8i8on. +.re8t9r8i9b8u9t8i8on. +.re9c8o8g9n8i9z8a8n8ce. +.rec2ip +.rec3ogniz +.recipr2 +.recipr2oc +.recipro1ci +.recipro2c1it +.reciproci1ty +.recog1ni +.recogniza1 +.recogniza2n +.ree2 +.refo2r +.refor1m +.refor1ma +.reforma1t2io +.reformatio2n +.res1ta +.res2 +.res2t +.retr4ib +.retri3bu1t2io +.retrib4u1t2i +.retributio2n +.ri2t5u +.ro4q +.ros5t +.row5d +.ru4d +.s1ci +.s1ta +.s2h2 +.s2tab +.s3ing4 +.s4y2 +.se2n +.se5r2ie4 +.sel1l5 +.ser1i +.si2 +.st4 +.sta5b2l2 +.t4i4n5k2 +.ta9b8le. +.tab2l2 +.te1na +.te4 +.th2 +.ti1m5o5 +.ti2 +.til4 +.ting4 +.to1n4a +.to2n +.to2u5s +.to4p +.top5i +.tou2 +.tr4ib +.trib5ut +.u1n1a +.u2n1e +.u4n5k2 +.un1de +.un3ce +.un3u4 +.un5o +.under5 +.up3 +.ure3 +.us5a2 +.ve5r1a +.ven4de +.wi2 +.wil2 +.wil5i +.ye4 +1bat +1bel +1bil +1c2us +1c4l4 +1ca +1cen +1ci +1co +1cy +1d2a +1d2i1v +1d2io +1d4i3a +1den +1di1na +1do +1dr +1du +1e4f1f +1ex3p +1fa +1fi +1fo +1fy +1g2i4a +1ga +1gen +1geo +1gle +1go +1gr +1gy +1hea2d1 +1ho2us +1je +1k2no +1kee +1l4ine +1len1t +1lut +1ly +1ma +1men +1mo +1mu +1na +1nen +1nes +1nou2 +1o1gis +1o1gy +1p2l2 +1p4or +1pa +1phy +1pos +1room +1s2io +1s2iv +1sis +1so +1su +1t2i1a +1t2io +1t2iv +1ta +1tan1ta3 +1tee +1ten1t +1teo +1ter1i +1tim +1tiz +1to +1tra +1tu +1ty +1va +1wo2 +1zo +2a2r +2adi +2ale +2ang +2b1b +2b3if +2b5s2 +2bf +2bt +2c1it +2c1t +2c5ah +2ce. +2cen4e +2ch +2cim +2cin +2cog +2d1ed +2d1ly +2d1s2 +2d3a4b +2d3lo +2d5of +2dag +2de. +2e1b +2e2d2a +2e2re. +2e2ss +2er1b +2ero +2est4r +2f3ic. +2f3s +2fed +2fin +2ft +2g5y3n +2gam +2ge. +2ged +2gue +2h1n +2i1a +2i1ci +2i1no +2i1t2io +2i2n1s2 +2i4n1n2 +2id +2ie4 +2ig +2il1it +2in. +2in4th +2ine +2ini +2int. +2io +2ip +2is. +2is1c +2ite +2ith +2iv +2l1b +2l1n2 +2l1s2 +2l1w +2l3h +2ld +2lf +2lm +2lout +2lp +2lys4 +2mab +2mah +2med +2mes +2mh +2n1a2b +2n1s2 +2ne. +2ned +2nes. +2nest +2o2g5y3n +2ok +2ond +2oph +2p1s2 +2p1t +2p2ed +2p3k2 +2p3n +2que. +2r2ed +2rab +2re. +2s1ab +2s1in +2s1m +2s1pa +2s3g +2s5peo +2sh. +2sper +2ss +2st. +2t1b +2t1ed +2t1f +2t1in +2t1n2 +2t2ig +2t3up. +2t4h1s2 +2tab +2taw +2th. +2ti2b +2tl +2tof +2trim +2tyl +2ui2 +2us +2v1a4b +2vil +2wac +2z1i +2ze +3a3g4o4g +3alyz +3ana1ly +3away +3b2i3t2io +3b2ie4 +3bet +3bit5u1a +3bod +3boo2 +3bu1t2io +3c2i1a +3c4ul1tu2 +3c4ut +3cei2 +3cel1l +3cen1t +3cenc +3cep +3ces1si +3chemi +3chit +3cho2 +3cil1i +3cin2at +3cun +3d2id +3dat +3demic +3di2c1t +3di2ne. +3dle. +3dled +3dles. +3do. +3dos +3dox +3efit +3fu +3g2us +3g4in. +3g4ir +3g4o4g +3gal1i +3giz +3glo +3go. +3guar2d +3gun +3he2a2r +3hol4e +3hood +3i4s3f +3ka. +3l2e2ss +3l4and +3l4er1i +3l4ik +3lenc +3lerg2 +3ley +3li2di +3ligh +3lo. +3log1ic +3logu +3m4ind +3men1t +3mest2i +3mil3i1a +3mo2us +3mum +3n2i1t2io +3n4i1a +3naut +3neo +3net1ic +3noe +3nomic +3noun +3nu3it +3nu4n +3ogniz +3oncil +3oper1a +3orrh4 +3p2i1o +3p4edi +3pare +3pay +3pe4a +3pede +3phiz +3phob +3phone +3piec +3pla2n +3pr2e2ss +3quer +3quet +3ra1phy +3ri1mo +3s2i1t2io +3s4c2ie4 +3s4on. +3sanc +3se2c1t +3sh2i4p +3si2de. +3som +3sph4er +3store +3syl +3t2ini +3t2us +3t4eu +3t4ise +3ta. +3tel. +3ten2a2n +3tenc +3tend +3tex +3the4t +3ti2ne. +3tien +3tle. +3tled +3tles. +3tum +3ture +3u1fa +3v2iv +3v2ok +3vat +3ver2se +3vol2v +3w4ise +3y1sis +3y2a2r4 +4a1du +4a1ma +4a2ci +4a2lm +4a2lys4 +4ab. +4abr +4ag4eu +4ag4l2 +4aldi4 +4allic +4an1to +4and +4ao +4aphi +4as. +4ath +4ati. +4b1d +4b1m +4b1o1ra +4b3h +4b3n +4b5w +4be. +4be2d +4be5m +4bes4 +4bp +4brit +4bu1ta +4c3re1ta +4c3s2 +4c4i5i4 +4c5u1t2iv +4ca1t2iv +4cag4 +4calo +4cas4y +4ce1den +4ce1s4a2 +4ced. +4ceni +4ch. +4ch1in +4ch3ab +4ch4ed +4cier +4cip4ic +4cipe4 +4cis1t2i +4cis1ta +4cl2a2r +4clic +4cor1b +4cutr +4d1f +4d1n4 +4d3l2e2ss +4d5la +4d5lu +4d5out +4da1t2iv +4da1to +4da2f +4dary +4dee. +4dey +4dr2ai2 +4drow +4dry +4duc4t1s2 +4duct. +4dup +4e1do +4e2t1n2 +4e4n1n2 +4e4n3z +4ed3d4 +4edi +4egal +4ella +4eno +4enth1es +4er2tl +4er3n2it +4er4and +4er4ati. +4erene +4erit +4eru +4es2h +4es2to +4eu +4f1f +4f3ical +4f4a4ma +4f5b +4f5p +4fa1to +4fag +4fd +4fe. +4fe1ca +4fh +4fi1ly +4fi4c3s2 +4ficate +4fm +4fn +4fu1ta +4fug +4g1g2 +4g3o3n1a +4g3ra1phy +4g4eno +4ga1t2iv +4gano4 +4gaz +4ge1ly +4ge1to +4geny +4gra1d2a +4gray +4gress. +4grit +4gu4t +4h1l4 +4h1m +4h1s2 +4h5p +4hk +4hr4 +4i1cr +4i1t2i1a +4i2ch +4i2f3ic. +4i2ft +4i2l1n2 +4i2s1s +4i2tic +4i3ta. +4i4n1l +4i4nk2 +4i4t3t2 +4i5i4 +4i5w +4ian4t +4ianc +4ic2a2r +4icam +4iceo +4if. +4igi +4ik +4imet +4imit +4in1ga +4in1go +4in1gu +4inav +4ind +4inge +4ingi +4iny +4io. +4ir +4is4k2 +4is4m1s2 +4ise +4istral +4ita5m +4itis +4ito2n +4itz. +4iy +4iz2a2r2 +4jes2ty +4jes4t2ie4 +4k1ly +4k1s2 +4k3ley +4l1c2 +4l1g4 +4l1r +4l4i4l +4l4iq +4la1t2iv +4latel2i4 +4lav +4len. +4leye +4li4c3s2 +4lict. +4lj +4lof +4lov +4lt +4lup +4ly1b +4lya +4m1b +4m1f +4m1l +4m1n +4m1p +4m1s2 +4m2ith +4m2ok +4m3r +4m5c +4ma2ld +4map +4mati3za1 +4me. +4med. +4mene +4mk +4mo5ra. +4mocr +4mt +4mup +4mw +4n1b4 +4n1h4 +4n1l +4n1n2 +4n3o2d +4na4lt +4nac. +4nare +4ne1sp +4nene +4nes4w2 +4nk2 +4nog +4nop +4nos2c +4nz +4o5r2i3a +4oa +4op4erag +4oscopi +4oth +4p1b +4p1m +4p1p +4p4h1s2 +4pe. +4pf +4pg +4ph. +4pl2ig +4r2i1ci +4raril +4rh. +4rhal +4rs2 +4s1er. +4s1wo2 +4s3cei2 +4s3f +4s3p2i1o +4s4ed +4s5b +4s5d +4scopy5 +4se. +4se1me +4sen2tl +4sen4t1d +4senc +4ser3vo +4sh1w +4si1ly +4sig1n4a +4ske +4sov +4sp4ot +4st3w4 +4stry +4sv +4sy1c +4t1d +4t1g +4t1m +4t1p +4t1s2 +4t1wa +4t1wo2 +4t2e2ss +4t3t2 +4t4a2ci +4t4h1l4 +4ta2f4 +4talk +4tar1c +4tare +4tat1ic +4tc +4te. +4te1nes +4tea2t +4tes. +4tey +4th4il2 +4thea +4thoo2 +4ti4m1p +4tick1 +4to2do4 +4tono +4tony +4tout +4tri4c3s2 +4trony +4tue +4tuf4 +4tv +4tya +4tz +4u1t2i +4u2l1s2 +4u2l3m +4u4te. +4uab +4uk +4ul1tu2 +4ura. +4utel +4uten +4v3i1den +4ve. +4ved +4ves. +4vi1ti +4vi1ty +4vi4na +4ving +4vo1tee +4vv4 +4wt +4y3h +4z1z2 +4zb +4zm +5a5lys1t +5a5si4t +5alyt +5anniz +5ba. +5ble1sp +5bor. +5bore +5bori +5bos4 +5bust +5by. +5c2i1no +5c2r2ed +5c4i2f3ic. +5cel. +5ch2ini +5ch2io +5cha4n1ic +5chi2ne. +5ciz +5clare +5colo +5crat. +5crat1ic +5cri1ti +5cul2i +5d2ini +5da. +5dav4 +5day +5dem. +5der3m4 +5di. +5di3en +5disi +5doe +5dren +5drupli +5dyn +5e1gy +5ef2i1c4i +5elec +5emniz +5eniz +5erick1 +5erniz +5erwau +5ey1c +5eye. +5f2a2r +5fe2c1t +5fer1r4 +5fi1na +5fi3c2i1a +5fic2ie4 +5fo2n +5g2io +5g2iv +5g4i2n1s2 +5gal. +5ge1si +5gi. +5gi3c2i1a +5gies. +5glas +5goe +5goo2 +5gos. +5gra4ph. +5graph1ic +5gui5t +5hand. +5haz +5i3n2i1t2io +5i5r2iz +5i5tick1 +5icap +5icra +5ie5ga +5iron. +5izon1t +5ja +5judg +5k2ic +5ki. +5le2ne. +5le4g1g2 +5leg. +5lesq +5less. +5lic2io +5ligate +5lit3i1ca +5lo4pe. +5long +5los. +5los5o1phy +5los5o3phiz +5lu1mi +5lum3n4i1a +5ma3n4i1a +5mag1n +5mate +5me3d4i3a +5met3ric +5mi. +5moc5ra1tiz +5mu4lt +5n2is. +5neck1 +5nege +5ni2ne. +5nol1o1gis +5nop5o5l2i +5ocrit +5ommend +5p2us +5paga4n +5pathic +5ph2ie4 +5phis1t2i +5phoni +5phu +5pi2di +5po4g +5pod. +5poin1t +5poun +5pr2i4e4 +5pre1c2i +5pute +5r4igi +5rea2v +5ri5c2id +5rima2n +5rina. +5riph +5role. +5root +5rynge +5s4m2ith +5s4tick1 +5sa3t2io +5sack1 +5sai2 +5saw +5sc4in4d +5se2l2f +5se5um +5sei2 +5selv +5sev +5sex +5shev +5si1u +5si2di +5si2ne. +5side4s2 +5sio2n +5siz +5sol2v +5soph1ic +5sp4ai2 +5st4and +5st4ir +5stat. +5stock1 +5stone +5stra2tu +5t2u3i2 +5t4er3n2it +5tab5o5l1iz +5te2c1t +5te2l1s2 +5ter3d +5th4i4nk2 +5thod3ic +5ti2di +5tigu +5tiq +5tisti1ca +5tour +5tr2i3a +5tri3c2i1a +5turi +5u5tiz +5ulche2 +5v2e2re. +5v2il1it +5va. +5vi2a2n +5vi2d1ed +5vi2de. +5vi2di +5vide4s2 +5vo. +5vo4l2t +5ynx +5zl +a1ca +a1do +a1dr +a1ga +a1ge4o +a1j +a1len1t +a1ly +a1na +a1nes +a1p4or +a1pa +a1pos +a1so +a1su +a1t2io +a1to +a1tr +a1vor +a2c1in +a2c1t +a2ch +a2d +a2d1s2 +a2f +a2go +a2gue +a2i1n5o +a2ini +a2ite +a2ld +a2m5ab +a2mo +a2n +a2n1s2 +a2nest +a2p1s2 +a2p2l2 +a2s4ab +a2ss +a2t5i5b +a2ta +a2tab +a2tom +a2tu +a2ty +a2us +a2va +a2z1i +a3c2ie4 +a3c2io +a3d2io +a3d4i3a +a3dit +a3du2c +a3ha +a3he +a3ho +a3ic. +a3n2a2r +a3n2ip +a3n4eu +a3nati +a3nen +a3ni1u +a3nies +a3ph4er +a3pi2tu +a3pu +a3ree +a3ri5et +a3roo2 +a3si1b +a3sic +a4c2a2r +a4f1f4 +a4gab +a4gy +a4h4l4 +a4i4n +a4l2a2r +a4lent2i +a4ly. +a4m1p +a4m5a1to +a4ma3tis +a4n1ic +a4n1n2 +a4nk2 +a4pilla +a4rs2 +a4soc +a4t1s2 +a4t3t2 +a4t5ue +a4tog +a4top +a4tos2 +a4ut5en +a4z1z2 +a5ba2n +a5bal +a5ceou2 +a5che4t +a5di1u +a5guer +a5i1a +a5le5o +a5log. +a5mo2n +a5n2ine +a5nee +a5nim1i +a5nur +a5r2e2ss +a5ra1t2io +a5rade +a5rame1te +a5rau +a5roni +a5sia. +a5t2i1a +a5ter1na +a5the2n +a5va2n +ab2i5a +ab2l2 +ab3ul +ab5erd +ab5i2t5ab +ab5lat +ab5o5l1iz +ab5rog +abe2 +abi1ta +abi2t +abol2i +ac1er +ac3ul +ac4um +ac5ard +ac5aro +ac5rob +ache2 +act5if2 +ad1d4 +ad2ie4 +ad3i1ca +ad3ow +ad4d1in +ad4le +ad4su +ad5er. +ad5ra2n +ad5um +adi4er +ae4r +aer1i +aer2i4e4 +ag1i +ag1n +ag3o3ni +ag5el1l +ag5ul +aga4n +ago2n2 +ai2 +ai5ly +ain5in +ait5en +ak1en +al1i +al1l +al2i1a +al2i4e4 +al2le +al3a2d +al3end +al4ia. +al5ab +al5lev +all2i +am1in +am2a2r +am2i4no +am3ag +am3ic +am5asc +am5er1a +am5i1ly +am5if +ama5ra +amo2r +amor5i +amp5en +an1de +an1dl +an1do +an1gl2 +an1im +an1in +an1k1l +an1su +an1t +an1ta +an2at +an2ie4 +an2sa2 +an2sp +an2tr +an3age +an3ar3c +an3dis1 +an3i3f +an3i4o +an3is2h +an3it +an3u1a +an3ul +an4dow +an4ime +an4kli +an4oth5 +an4s1co +an4s1n4 +an4st +an4su2r +an4t2ie4 +an4tw4 +an5e2st. +an5ot +anar4i +ande4s2 +ang5ie4 +ano4 +ans3po +ans4c +ant2i +anta2l4 +ap2a2r4 +ap2se +ap3i1ta +ap3i2n +ap5at +ap5er3o +ap5ill2a2r +ap5o1la +apil1l +apo4c5 +apor5i +apos3t +aps5e4s +aqu2 +aque5 +ar1b +ar1c +ar1f +ar1i +ar1m +ar1r4 +ar2adi +ar2an4g +ar2ch +ar2i1na +ar2i3a +ar2ie4 +ar2iz +ar2mi +ar2p +ar2s2h +ar3a2c1t +ar3al +ar3cha +ar3en1t +ar3i1o +ar3i2a2n +ar3q +ar4at +ar4cha2n +ar4dr +ar4f4l2 +ar4fi +ar4im +ar4sa2 +ar5a1t2iv +ar5adis1 +ar5av4 +ar5d2ine +ar5eas +ar5i2al +ar5in2at +ar5o5d +ara2d +ara2n +ara3p +aram3et +araw4 +arbal4 +ard1in4 +ard2i +aro2n +arre4 +as1t4r +as2h +as2i1a +as3an1t +as3ten +as4l2 +as4s2h +as5ph +asa2 +asa2n +ashi4 +ask2 +ask3i +asu1r5a +asu2r +at1ic +at1ta +at3ab2l2 +at3alo +at3e1go +at3en. +at3er1a +at3est +at3i1tu +at3if2 +at3u1ra +at3ul +at4ho +at4sk2 +at4tag +at4th +at5ac +at5ap +at5e2ch +at5ev +at5om2iz +at5rop +at5te +at5u1a +ata2l +ate5c +ateg4 +ater5n +ath2e +ath5em +ath5om +atio1n1a +atio2n +ation5a2r +au1th +au3gu +au3r +au4b +au4l2 +au5si1b +augh3 +aun5d +av1i +av2ie4 +av3ag4 +av3er1a +av3ig +av4e4no +av5ern +av5ery +av5oc +avi4er +aw3i2 +aw4ly +aws4 +ax3i +ax4i5c +ax4id +ay5al +aye4 +ays4 +az2ie4 +az2z5i +azi4er +b1j +b1so +b1v +b2a2r +b2be +b2e3d2a +b2e5st4r +b2i4d +b2ine +b2io +b2l2 +b2t4l +b2us +b3ber +b3lis +b3tr +b4and +b4e3di +b4in4d +b4le. +b4lo +b4oth5 +b4to +b4u1t2i +b5i4tz +b5o1ta +b5u1to +ba2d +ba2n +ba2ss +ba4ge +ba4z +bad5ger +bal1a +ban1d2a +ban3i +ban4e +ban5dag +bar1b +bar1i +bar2i4a +barbi5 +bas4si +bbi4na +be1l2i +be1t5iz +be3de +be3gi +be3lo +be3sp +be3tw4 +be3w +be5gu +be5n2ig +be5nu +be5tr +be5y1o4 +bea2t3 +beak4 +bi1na +bi1ti +bi1tu +bi2b +bi2t +bi3l2iz +bi3o2gr +bi3tr +bi4er +bi5en +bi5net +bi5ou2 +bil1i +bin2a5r4 +bk4 +bl4ath5 +blen4 +bles2 +blun4t +bne5g +bo1n4a +bo2n +bo4e +bo4m1b +bo4to +bod3i +bol2i +bol3ic +bom4bi +bon5at +bor5d +bou2 +boun2d3 +br4oth3 +bsor4 +bu1mi4 +bu2ss +bu3l2i +bu3re +bu4f1f +bu4ga +bu4n +buf4fer1 +bun1t +bunt4i +bus5ie4 +buss4e +bys4 +c1ci +c1co +c1ing +c1ly4 +c1q +c1ta +c1tim +c1tu +c2a2r +c2ch +c2e2ss +c2ie4 +c2ine +c2io +c2ip +c2ta4b +c2te +c2ze4 +c3c +c3c2i4a +c3ter +c3ume +c4a4th +c4an5d +c4i1na +c4oa +c4one +c4rin +c4t4ic1u +c4tw4 +c4u1t2i +c4uf +c4ui2 +c5e4ta +c5ing. +c5la5ra1t2io +c5n +c5tan1t +ca1b2l2 +ca2ch4 +ca2d +ca2n +ca2va +ca3lat +ca4n4ic +ca5den +ca5per +cab3in +cal1l +cal2l5in4 +cal4la +call2i +can1t +can3iz +can4e +can4ty +can5is +cany4 +car5om +cas5t2ig +cast2i +cast5er +cav5al +ccha5 +cco2n4 +cco4m1p +ccom1pa5 +ccou2 +ccou3t +ce5ram +cer1a +ces5si5b +ces5t +cet4 +cew4 +ch2ine +ch3e4r1s2 +ch3er. +ch4ti +ch5a5nis +ch5e5lo +ch5ene +ch5i5n2e2ss +cha2n +che2 +che2n +cheap3 +chi1nes +chi2z +ci1fi +ci1t3iz +ci1ti +ci2a5b +ci2a5r +ci3ph +ci4la +ci5c +cin3em +cio2n4 +cip3i +ck1 +ck3i +clar4at +cle4m +clim4 +co1n4a +co2me +co2n +co2z5e +co3inc +co3pa +co4gr +co4p2l2 +co5ag +co5z1i +coe2 +coi4 +col3o4r +col5i +com5er +con3g +con5t +cop3ic +coro3n +cos4e +cov1 +cove4 +cow5a +cr2as +cr2is4 +cras5t +cre3a2t +cre4v2 +cri2 +cri5f +cro4p2l2 +crop5o +cros4e +cru4d +ct5ang +cta2n +ctim3i +ctu4r +cu1ra +cu2ma +cu2r5a4b +cu2ss +cu3pi +cu4lt +cu4mi +cu4t2ie4 +cu5i1ty +cu5py +cu5r2i3a +cud5 +cul1ti +cul4tis4 +cus1s4i +d1b +d1d4 +d1h2 +d1if +d1in +d1j +d1m +d1p +d1u1a +d1u3ca +d1v +d1w +d2a2r +d2an3g +d2e1b +d2e3st4r +d2es. +d2gy +d2i1ti +d2ie4 +d2ig +d2ine +d2ip +d2th +d2y +d3e1q +d3ge4t +d3ul4e +d4e3no +d4em +d4er1h4 +d4ga +d4i4cam +d4ice +d4ir2 +d4is3t +d4og +d4or +d4s4y +d4sw2 +d5c +d5ern5iz +d5k2 +da2ch4 +da2m2 +da2n +dard5 +dark5 +dav5e +de1c2i +de1ca +de1co +de1mo +de1na +de1p +de1s2c +de1t +de1v +de1vi +de2pu +de2s5o +de2to +de2v3i4l +de3nu +de3pa +de4b5i2t +de4bo2n +de4cil +de4l5i5q +de4mo2n3s2 +de4n2a2r +de4r5s2 +de4su +de5com +de5if +de5lo +de5mil +dea2f5 +deca2n4 +dei2 +del2i +del2i4e4 +dem5ic. +demo2n +demo2r5 +den1t +dent2i +denti5f2 +depi4 +des2 +des3t2i +dg1i +di1ca +di1la +di1re +di3ge +di4la1to +di4p2l2 +di5niz +dia5b +dio5g +dir1t5i +dis1 +dles2 +do1n1a +do2n +do3n2at +do4la +do4p4p +do4v +do5de +do5lo4r +dol2i4 +dom5iz +doni4 +doo2 +doo3d +dou2 +dr4i4b +dra2go +drag5o2n2 +dre2a5r +dre4 +dril4 +dro4p +dru3p2l2 +ds4p +du2c +du2c1t +du4g +du4m1b +du4n +du4pe +du5el +duc5er +dum4be +dy4s2e +dys5p +e1a4b +e1bel +e1c2i +e1c4l4 +e1ca +e1ce +e1co +e1cr +e1cu +e1dr +e1du +e1f +e1fi +e1fo +e1ga +e1go +e1h4 +e1ing +e1j +e1la +e1les2 +e1ma +e1me +e1mo +e1mu +e1na +e1nes +e1or +e1p2l2 +e1po +e1q +e1r2i1o +e1r2i3a4 +e1s2e +e1s4a2 +e1si +e1sis +e1so +e1sp +e1su +e1ta +e1to +e1tu +e1ty +e1va +e1vi +e1wa +e2a2r +e2adi +e2ale +e2c1i4t +e2c1t +e2c3im +e2col +e2cor +e2fin +e2i2n1s2 +e2i3th +e2i5d +e2ig2 +e2it3e +e2l1s2 +e2l2f +e2lis +e2mel +e2n1s2 +e2n5est +e2p1s2 +e2p1t +e2pa +e2ra4b +e2s1ca +e2s1m +e2s2id +e2s3per +e2s4i4n +e2s5im +e2sec +e2sic +e2so2n +e2sol +e2su2r +e2t1in4 +e2ta4b +e2us4 +e2vas +e2vi4l +e3a2c1t +e3a2ss +e3br +e3d4i3a +e3f2i2ne +e3fu +e3i4m1b +e3in3f +e3l2io +e3l2iv3 +e3l4an4d +e3le2a +e3libe4 +e3lier +e3my +e3n2i4o +e3ne4w +e3ny. +e3ol +e3p4ai2 +e3pen1t +e3pro +e3re1a4l +e3rien +e3scr +e3sha +e3sto2n +e3ten4d +e3teo +e3tra +e3tre +e3up +e3v2i4v +e3wh +e3wit +e4a3tu +e4ath +e4be2l1s2 +e4bel. +e4ben +e4bi2t +e4ca2d +e4cib +e4cl2us +e4clam +e4com1m +e4compe +e4con1c +e4crem +e4cul +e4d1er +e4dol +e4dri +e4dul +e4ed3i +e4f3ere +e4fic +e4fu4se. +e4go. +e4gos +e4ir +e4jud +e4l1er +e4l3ing +e4l5a1t2iv +e4l5ic. +e4la. +e4lac +e4law +e4led +e4lt +e4m1n +e4m1p +e4m2is +e4m5b +e4mac +e4mag +e4met +e4mul +e4nan1t +e4no4g +e4nos +e4oi4 +e4ot +e4p2r2ed +e4pli +e4prec +e4prob +e4pu2t +e4q3ui3s +e4r1s2 +e4ri1va +e4s5enc +e4s5ig1n4a +e4sa2ge. +e4sages +e4ser1va +e4ser4t1s2 +e4sert. +e4t5z +e4u1t2i +e4v1in +e4wag +e5and +e5at3if2 +e5c2ite +e5ex +e5git5 +e5gur +e5i1ty +e5ic +e5inst +e5len +e5lim +e5loc +e5lud +e5m4i2s1s +e5ma2n +e5n2ie4 +e5nea +e5nee +e5ni1u +e5nil +e5of +e5out +e5ow +e5pel +e5r2oc +e5si4u +e5skin +e5stro +e5t2i1t2io +e5t4ir +e5tide +e5un +e5v2er1b +e5vea +e5veng +e5voc +e5vu +e5wee +ea2d1 +ea2n +ea2t +ea2v +ea4ge +ea4l +ea5ger +ea5sp +ead5ie4 +eal3ou2 +eal5er +eam3er +ear1i +ear2t +ear3a +ear4c +ear4ic +ear4il +ear5es +ear5k +eart3e +east3 +eat5en +eath3i +eav3en +eav5i +eav5o +ec1ca5 +ec1ta +ec2e2ss +ec3c +ec3o1ra +ec3u1la +ec4ta2n +ec4te +ec5es1sa2 +ec5i1fy +ec5i3f2ie4 +ec5ificat +eca2n +ecan5c +eci1fi +ecifi1ca +eco2n +eco4m1p +eco5ro +ed1it +ed3i1ca +ed3ib +ed3im +ed5u1l4o +ede4s2 +edi5z +edo2n2 +ee2c +ee2f +ee2m +ee2s4 +ee4ly +ee4na +ee4p1 +ee4ty +eel3i +eest4 +ef2ini +ef2us +ef5i5n2ite +efer1 +efil4 +efin2it +efo2r +efor5es +eg1ul +eg4ic +eg5ib +eg5ing +eg5n +eger4 +eher4 +ei2 +ei5g4l2 +eir4d +ej5udi +ek1i +ek1l +ek4la +eki4n +el1l +el2e1b +el2i +el2ie4 +el2ig +el2s2h +el3e1ga +el3i1ca +el3op. +el4igi +el4lab +el4ta +el5ebra +el5i3gib +el5is2h +el5og +el5ug +ela2n +elax1a4 +ele3br +ell4o4 +em1in2 +em2i4e4 +em2ig4 +em3i1ca +em3i3ni +em3iz +em3pi +em5a1na +em5igra +em5ine +em5is2h +em5u1la +emi1gr +emo2n +emo3n2i5o +emo4g +emu3n2 +en1er +en1t +en1ta +en2a2n +en2ch +en3dic +en3em +en3etr +en3is2h +en3it +en3ov +en3u1a +en4sw2 +en5a2mo +en5e1si +en5ero +en5i4c3s2 +en5uf +ench4er +enche2 +ent5age +enth2e +eo2g +eo2pa +eo3re +eo4to +eo5rol +eop3a2r +eos4 +eou2 +ep3re1h4 +ep4s4h +ep5anc +ep5e5t2i1t2io +ep5re1ca +ep5ti5b +ep5u1ta +epa2n +epe2t +epeti1ti +ephe4 +epr2 +eq2ui2 +equ2 +equi3l +er1a +er1c +er1h4 +er1i +er1ou2 +er1w +er2i4v +er2ie4 +er2se +er3a2r +er3ch +er3e1mo +er3en1t +er3es2t +er3in4e +er3m4 +er3no4 +er3set +er3tw4 +er4b2l2 +er4che2 +er4i1u +er4nis4 +er5e1na +er5e2ss +er5el. +er5ence +er5ob +era2n +ere3in +ere4q +ere5co +erei2 +eret4 +eri4er +ero4r +ert3er +eru4t +es1si +es1ta +es2c +es2ig +es3olu +es3t2ig +es4mi +es4pre +es4si4b +es4w2 +es5ca2n +es5cu +es5e1cr +es5i1den +es5o1n1a4 +es5pi1ra +es5tim +es5ur1r4 +esh5e2n +esis4te +esk1i +esk2 +esp4ir +espr2 +est2i +esta2n4 +estruc5 +et1ic +et2i4no +et2id +et3ric +et3rog +et3u1a +et5i1t2iv +et5o1n1a +et5rif +et5ros +et5ym +ethod3 +eti1ti +eto2n +eu3ro +eu5tr +eute4 +euti5l +ev1er +ev3el1l +ev3id +ev5ast +eva2p5 +eve4l3o +even4i +ew3in4g +ewi2 +ewil5 +eys4 +f1fi +f1in3g +f2e4b +f2f5is +f2fin +f2fy +f2i1c4i +f2i2ne +f2i3a +f2i4n4n2 +f2id +f2ig +f2ly5 +f2ond +f2ty +f2us +f3i1cen +f3ica2n +f4ab3r +f4ath +f4f2ie4 +f4f2ly5 +f4fes +f4in2d5 +f4l2 +f4to +f5f2in. +f5l2e2ss +f5rea +fa3b2l2 +fa3ta +fa3th2e +fa4ce +fa4i4n4 +fai2 +fal1l +fal2l5e +fam5is +far5th +fau4l2 +fau4lt5 +fe3l2i +fe4ath3 +fe4mo +fea2t +feas4 +fen1d5e +fen2d +fer1 +fev4 +ff4l2 +fi1ca +fi3cer +fi3cu +fi5del +fight5 +fil1l +fil2l5in4 +fil5i +fill2i +fis4t2i +fles2 +flin4 +flo3re +fo1ra +fo2r +fo5rat +fon4de +fon4t +for1t5a +for4i +for5ay +fore5t +fos5 +fra4t +fres5c +fri2 +fril4 +frol5 +fu1mi +fu2s4s +fu3ri +fu4min +fu5el +fu5ne +fusi4 +g1go4 +g1ic +g1m +g1n4a +g1ni +g1no +g2a2r +g2ge +g2i1ci +g2ie4 +g2n1in +g2ond +g2ui2 +g3b +g3ger +g3i1men +g3is1l2 +g3l2ig +g3p +g3w +g4ath3 +g4ery +g4i1co +g4in5ge +g4my +g4n2i4o +g4na. +g4no4n +g4r2ai2 +g4ro +g5a2mo +g5e5niz +g5ra3ph4er +g5ste +ga2f4 +ga2n +ga2ss4 +ga3lo +ga3niz +ga5met +gan5is +gani5za1 +gar5n4 +gd4 +ge1na +ge3om +ge4n2at +ge4ty +ge4v +ge5l1iz +ge5lis +geez4 +gel2i +gel4in +geth5 +ggl2 +gglu5 +gh3in +gh4to +gh5out +ghou2 +gi2a5r +gi4u +gien5 +gil4 +gir4l +gl2 +gl2ad5i +gla2d +gla4 +gli4b +glo3r +gne4t4t2 +go2n2 +go3is +go3ni +go5riz +gob5 +goi2 +gon5do5 +gor5ou2 +gov1 +gr2e2ss +gr4aphi +gra2d +gra2n2 +gre4n +gruf4 +gs2 +gth3 +gu2a2r +gu4a +gy5ra +h1b +h1es +h1f +h1h +h1ta +h1w +h2a2r +h2an4g +h2er1b +h2ero +h2i1a +h2i2v +h2i4p +h2ig +h2io +h2ith +h2lo +h2us +h3ab4l2 +h3ern +h3ery +h4and +h4e5do5 +h4ed +h4er1a +h4eu4 +h4i1na +h4i2s4s +h4il2 +h4ir +h4ise +h4s2h +h4t2a2r +h4ty +h4war4t +h5a5niz +h5agu +h5ecat +h5elo +h5er1ou2 +h5o2d1s2 +h5odiz +ha2ch4 +ha2n +ha2p3l2 +ha2p5t +ha2s5s +ha3la +ha3ra2n +ha4m +ha4n4k2 +ha5r2as +hae4m +hae4t +hala3m +han1g5o +han1t +han4ci +han4cy +han4te +hang5er +har1l +har2d +har2p +har4le4 +har5ter +hard3e +harp5en +haun4 +haz3a1 +he1ca +he1na4 +he1o5r +he2n +he2s5p +he2t4ed +he3l4i +he4ca2n +he4m4p +he4t +hel1l +hel4lis +hel4ly +hell2i +hen5at +hep5 +her4ba +hera3p +here5a +hi3ro +hi4co +hi5a2n +high5 +himer4 +hio2n +hion4e +hir4l +hir4p +hir4r4 +his3el +hith2e +hith5er +hla2n4 +hlo3ri +hmet4 +ho1ge4 +ho1la +ho1n4a +ho1ra +ho2me3 +ho2n +ho4g +ho4ma +ho5ny +ho5r2is +ho5ru +ho5sen +hol5a2r +hoo2 +hoo2n4 +hor5at +hort3e +hos1p +hos4e +hou2 +house3 +hov5el +hree5 +hro2n +hro3po +hro5niz +ht1en +ht5es +hu1mi +hu4g +hu4min +hu4nk2 +hu4t +hun4t +hun5ke +hus3t4 +hw2a2r +hy2s +hy3pe +hy3ph +i1b2l2 +i1br +i1c4l4 +i1ca +i1co +i1d2a +i1d3io +i1d4i3a +i1do +i1er. +i1est +i1fi +i1ga +i1gr +i1la +i1ma +i1men +i1mo +i1na +i1nes +i1ol +i1ra +i1ta +i1ti +i1to +i1tra +i1tu +i1u +i1zo +i2a2n +i2al +i2b5ri +i2c1t +i2c2ip +i2c5oc +i2cin +i2di +i2du +i2go +i2l5am +i2l5f +i2mu +i2o5ph +i2r2ed +i2ra4b +i2s1m +i2so +i2su +i2t3ig +i2t5o5m +i2tab +i2tim +i2vil +i2z1i4 +i3cur +i3dle +i3ent2i +i3es2c +i3et +i3f2ie4 +i3f4l2 +i3gib +i3h +i3j +i3leg +i3men1t +i3mo2n +i3nee +i3qua +i3som +i3ta2n +i3tat +i4a1t2iv +i4a2tu +i4c1ly4 +i4car. +i4cara +i4cay +i4cry +i4dai2 +i4dom +i4dr +i4f1f +i4g4l2 +i4l4ade +i4lt +i4m1n +i4mag +i4n3au +i4n4i1a +i4no4c +i4not +i4o5th +i4os +i4our +i4rac +i4re1f +i4rel4 +i4res +i4tag +i4ti2s4m +i4tram +i4tz +i4v3er. +i4v3ot +i4vers. +i5bo +i5bu4n +i5c2id +i5d2ie4 +i5e4n1n2 +i5gre +i5m2ini +i5n2e2ss +i5n2us +i5ni. +i5ni4te. +i5oti +i5sis +i5ter1i +i5tud2 +i5vore +ia1tr +ia2ss4 +ia4tric +ia5pe +iam4 +iam5e1te +ian3i +ib3er1a +ib3in +ib3li +ib5ert +ib5i1a +ib5it. +ib5ite +ibe4 +ibi2t +ic1tu2 +ic3c +ic3i1pa +ic3u1la +ic4t3u1a +ic4te +ic4um +ic5i1na +ic5uo +icas5 +iccu4 +id1it +id3ow +id5anc +id5d4 +id5i1u +id5i2a2n +id5uo +ida2n +ide3a4l +ide4s2 +idi4a2r +idi5ou2 +ie1n5a4 +ie2ld3 +ied4e +ien1t +ien4e +if4fr +if5ero +ifer1 +iff5en +ig1ur +ig2u5i2 +ig3er1a +ig3il4 +ig3in +ig3it +ig3or +ig5ot +iga5b +ight3i +il1er +il1i +il1l +il2a2r +il2ib +il2iz +il3a4b +il3i1a +il3io +il3o1q +il3v +il4ist +il4ty +il5ur +ila2d +ila5ra +ilev4 +ill5ab +im1i +im2a2r +im2id +im3age +im3u1la +im4ni +im5i1d4a +ima5ry +imen1ta +iment2a5r +imi5le +in1er +in1is +in1su +in1t +in1u +in2it +in2ite +in3cer +in3i1ty +in3i4o +in3se +in4er4a2r +in5dling +in5gen +in5gling +incel4 +iner1a +ingl2 +ini1ti +ino4s +insu1r5a +insu2r +io1ge4 +io1n1a +io2gr +io2n +io4m +io4to +ion1er +ion3at +ion3i +ion4ery +ior3i +iou2 +ip3i +ip3ul +ip4hr4 +ip4ic +ip4re4 +ipe4 +iphr2as4 +ipr2 +iq2ui2 +iq3u2id +iq3ui3t +iq5ue1f +iqu2 +ir1i +ir1m +ir2id +ir4is +ir4min +ir5gi +ir5ul +ird5e +ire4de +irg2 +iri3tu +iri5de +iro2n +iro4g +is1l2 +is1p +is1sa2 +is1t2i +is1ta +is1te +is1tra +is2h +is2i4d +is2pi +is2tl +is3a2r +is3ch2 +is3er +is3ho2n3 +is3i1b +is4py +is4s1e4s +is4sal +is4ta. +is5ag +is5ha2n +is5i1t2iv +is5us +isa2 +isas5 +ish5op +isho4 +isi1ti +isla2n4 +iso2me +iso5mer +issen4 +ist4ly +ist4r +it3er1a +it3i1ca +it3u1at +it3ul +it4es +it5il1l +it5ry +ita4bi +itu1a +iv1it +iv3el1l +iv3en. +iv3o3ro +iv5il. +iv5io +ive4r1s2 +ix4o +iza1 +izo2n +ja4p +jac4q +je4r5s2 +jest2i +jew3 +jo4p +k1b +k1er +k1i +k1l +k1m +k1w +k2ed +k2i4p +k2ine +k3ab +k3e2st. +k3en4d +k3f +k3ou2 +k4il1l +k4im +k4in. +k4ind +k4s4y +k4sc +k5ag +k5i5n2e2ss +k5is2h +k5nes +k5t +kai2 +kais4 +kal4 +ke4g +ke4ty +ke5l2i +kes4 +kh4 +ki1nes +kilo5 +kin4de +kin4g +kis4 +kk4 +ko5r +kos2h4 +kro5n +ks4l2 +l1go3 +l1it +l1iz +l1l +l1mo +l1pa +l1ta +l1te +l1tr +l1tu2 +l2a2r +l2de +l2e1b +l2i1a +l2i1ci +l2id +l2ig +l2in3i +l2io +l2it. +l2iv +l2l5out +l2le +l2lin4 +l2se +l2ui2 +l2us +l3ci +l3dr +l3e1va +l3i1cy +l3i1d2a +l3kal4 +l3le4n +l3le4t +l3lec +l3leg +l3lel +l3o3niz +l3o4p1m +l3pha +l3pit +l4a2ci4 +l4abo +l4ade +l4dri +l4ero +l4ges +l4i1na +l4i2tic +l4i4f1f +l4i4m4p +l4i4nk2 +l4icu +l4law +l4mo2d1 +l4p2l2 +l4s2ie4 +l4sc +l5fr +l5ga +l5i5ti4c3s2 +l5l4i1na +l5le2a +l5low +l5met +l5o1go +l5phi +l5pr2 +l5ties. +l5umn. +l5ven +l5vet4 +l5y3s2e +la2d +la2m3o +la2n +la2ta +la3d2y +la4v4a +la5ta2n +lab3ic +lag4n +lan1t +lan4dl +lan4te +lan5et +lar3i +lar4g2 +las4e +lbin4 +lce4 +ld4er1i +ld4ere +ld5is1 +ldi4 +le1f +le1ma +le2a +le2ft5 +le2ra5b +le3ph +le4bi +le4mat +le4pr2 +le5s1co +lem5at1ic +ler1a +ler4e +les2 +les2c +lev1er +lev4e4r1s2 +lev4er. +lev4er1a +lg2a2r3 +li1co +li1ga +li1gr +li1ti +li2a2r +li2am4 +li2c1t +li4a1to +li4ag +li4as +li4cor +li4f4l2 +li4gra +li4m1b +li4mo +li5bi +li5og +liar1i +liar5iz +lid5er +lif3er1 +lim3i +lim4b2l2 +lin3ea +link5er +lis4p +liv3er +lka3 +lka4t +ll2i +ll4o +llo1q +lloq2ui5 +lloqu2 +llou2 +lm3ing +lmo2n4 +lo1ra4 +lo2me +lo2n +lo2so +lo4ci +lo4ra1to +lo4ta +lo5r2ie4 +lob5al +lom3er +lon4i +loo2 +lood5 +lop3i +lor5ou2 +los2oph +los4op +los4t +los5et +lou2 +loun5d +lp5ing +lpa5b +lpi2n +lt2ie4 +lt5ag +lta2n +ltane5 +lten4 +lter1a4 +lth3i +ltis4 +ltu1r3a +lu2ch4 +lu2ss4 +lu3br +lu3ci +lu3en +lu3o +lu4m1n +lu4ma +lu5a +lu5id +luf4 +luo3r +lus3te +ly3no +ly5me4 +m1ba4t5 +m1m +m1ma +m1n4a +m1p4or +m1pa +m1pos +m2a2r +m2i3a +m2id +m2ig4 +m2ine +m2io +m2is +m2iz +m2p1t +m2pi +m2py +m3pe2t +m4ath3 +m4b3ing +m4edi +m4etr +m4il1l +m4in1u +m4ingl2 +m4ise +m4n1in +m4oth3 +m4p1i2n +m4po2us +m4s2h +m5bil +m5e5d2y +m5er1sa2 +m5i3nee +m5i4stry +m5i5l2ie4 +m5ing1ly +m5ouf +m5p4ir +m5si +ma1tiz +ma2ca +ma2ch +ma2id5 +ma2n +ma3l2ig +ma3tis +ma4c4l4 +ma4ch1in +ma4lt +ma5ch2ine +ma5lin +ma5r2iz +ma5ri2ne. +ma5sce +mag1i +mag5in +mai2 +mal1i +mal1l +mal4l2i +mal4ty +man3iz +man5is +mar1i +mar1l +mar2in4e +mar3v +mar4ly +mas1t +mas4e +mb2i4v +me1m1o3 +me1n4a +me1te +me2g +me2m +me2n1s4 +me3d2ie4 +me3try +me4l4t +me4r1s2 +me4ta +me4v +me5o2n +me5thi +me5tr2ie4 +mel5o2n +men1su5 +men4de +men4i +men4te +men5ac +met3a2l +mi1d4a +mi1n4a +mi4s4er. +mid4g +mil1i +min4t +min5gli +miot4 +mis3er +mis4t2i +mis5l2 +mist4r +mm2a2r +mma5ry +mn4o +mo1ra +mo2d1 +mo2n +mo2r +mo2v +mo3me +mo3n4i3a +mo3niz +mo3ny. +mo3sp +mo4go +mo4i5se +mo5lest +mo5sey +moi2 +mois2 +moles2 +mon1is +mon4i2s1m +mon4ist +mon5et +mon5ge +monol4 +mos2 +mou2 +mp2a2r +mp2i4a +mp2ie4 +mp4a4r5i +mp4tr +mp5ies +mp5is +mpa5rab +mpara5 +mphas4 +mpo3ri +mpos5ite +mpou2 +mpov5 +mu1la +mu4u +mul1ti3 +mul2a5r4 +mun2 +n1ca +n1ci +n1co +n1cr +n1cu +n1d2a +n1de +n1dit +n1du +n1er +n1ga +n1gen +n1go +n1gu +n1im +n1in +n1j +n1k1l +n1p4 +n1q +n1r +n1so +n1t +n1ta +n1tu +n1v2 +n1w4 +n2a2n +n2a2r +n2at +n2au +n2c1in +n2c4it +n2ch +n2e2b +n2ere +n2gy +n2i4d +n2i4o +n2ie4 +n2ig +n2ine +n2it +n2s1l2 +n2s3m +n2s5ab +n2se +n2t1in +n2ta4b +n2ui2 +n3cha +n3chis +n3diz +n3e2a2r +n3f +n3gel +n3ger1i +n3gib +n3itor +n3ket +n3n4i1a +n3t2ine +n3tum +n3ui4n +n3uo +n3za1 +n4abu +n4as +n4ces. +n4dai2 +n4er3a2r +n4er5i +n4gab +n4gla4 +n4gum +n4ik4 +n4ith +n4s3e4s +n4soc +n4t3ing +n4t4s2 +n4um +n5a2c1t +n5ar1m +n5ch4il2 +n5cheo +n5d2if +n5da2n +n5du2c +n5eve +n5gere +n5git +n5i1gr +n5k2ero +n5m +n5o1c4l4 +n5o5m2iz +n5oniz +n5spi +n5ti2b +n5u1mi +na1to +na2ta +na2tom +na2us +na3ta2l +na4ca +na4l1i +na4nk4 +na5l2i1a +na5mit +nag5er. +nak4 +nan1ci4 +nan4it +nar3c +nar3i +nar4l +nas4c +nas5t2i +nat5o5m2iz +nau3se +nav4e +nc2a2r5 +nche2 +ncou1r5a +ncou2 +nd1w +nd2we +nd5e2st. +ndes2 +ndi4b +ndu4r +ne1ga +ne2c +ne2q +ne2ra5b +ne4g5a1t2iv +ne4gat +ne4la +ne4mo +ne4po +ne4v +ne4w +ne5mi +neb3u +nel2i +nel5iz +ner1a +ner4r4 +ng1in +ng5ha +ng5s2h +nge4n4e +ngl2 +ngov4 +ngs2 +nha4 +nhab3 +nhe4 +ni1ti +ni1to +ni2fi +ni3a2n +ni3ba +ni3m2iz +ni3tr +ni4ap +ni4b2l2 +ni4er +ni5di +ni5ficat +nifi1ca +nim1i +nin4g +nis4ta +nk1er +nk1i +nk3in +nme4 +nmet4 +nn2i4v +nne4 +nni3al +no1ge4 +no1n1a +no1ra +no2r5ab +no3ble +no3my +no4mo +no4n +no4rary +no5l4i +no5ta +nob4l2 +noi2 +nois5i +non4ag +non5i +nor2a2r +nos4e +nos5t +nov3el3 +nowl3 +npi4 +npr2 +npre4c +nru4 +ns1ta +ns2id1 +ns2ig4 +ns2tab +ns4c +ns4pe +nsa2 +nsati4 +nsta5b2l2 +nt2i +nt2i4p +nt2ie4 +nte4r3s2 +nti2f2 +nti4er +ntrol1l +ntrol5l2i +ntu3me +nu1a +nu1me +nu3tr +nu4d +nu4f1f +nu5en +nuf4fe +nym4 +nyp4 +o1be4l +o1bi +o1c4l4 +o1ce +o1ci +o1co +o1d2i3o +o1du +o1ga +o1ge +o1gen +o1gr +o1h2 +o1la +o1ma +o1men +o1mo +o1n1a +o1nes +o1pos +o1pr2 +o1q +o1r2i1o +o1ra +o1ry +o1ta +o1to +o2a2r +o2ale +o2bin +o2c1t +o2ch4 +o2do4 +o2fi +o2g5a5r +o2id +o2ig4 +o2ite +o2l2d +o2lf +o2lp +o2ly +o2m5ah +o2me +o2n +o2n3s2 +o2n5est +o2o4k +o2p2e5d +o2pa +o2s4pa +o2so +o3br +o3che4t +o3er +o3ev +o3g2ie4 +o3ing +o3ken +o3l2i1a +o3les2c +o3let +o3li4f +o3lice +o3m2i3a +o3n2a2n +o3n2i4o +o3nen +o3ord +o3pit +o3ri1u +o3scop +o3tice +o3tif2 +o3tis +o3vis +o4cil +o4clam +o4cod +o4d5uc4t1s2 +o4d5uct. +o4el +o4g4ro +o4g5a1t2iv +o4ga1to +o4ger +o4gl2 +o4l2t +o4la2n +o4m1b +o4m1p +o4met +o4mo2n +o4n3o2d +o4nk2 +o4posi +o4r3ag +o4rs2 +o4ta2n +o4tes +o4vi1ti4 +o4wo2 +o5a5les2 +o5b2a2r +o5cure +o5eng +o5g2ly +o5gene +o5geo +o5i2s1m +o5j +o5l2i1t2io +o5l2io +o5l2is. +o5l2ite +o5l2iv +o5l2us +o5l4i4l +o5m2id +o5m2ini +o5ni1u +o5ph4er +o5pha2n +o5po2n +o5ra. +o5re1a4l +o5ril +o5rof +o5rum +o5scr +o5si4u +o5stati +o5v4ol +oa2d3 +oard3 +oas4e +oast5e +oat5i +ob3a3b +ob3ul +ob5ing +oc1to +oc3rac +oc3u1la +oc5ra1tiz +oche2 +ocif3 +ocre3 +ocri2 +octo2r5a +od1d4 +od3ic +od4or3 +od5d1ed +odu2c +odu2c1t +oe4ta +of4i4t4t2 +of5ite +og1ni +og2u5i2 +og3it +ohab5 +oi2 +oi2so +oi3der +oi3ter +oi4f1f4 +oi5let +oi5so2n +oic3es +oin1t +oint5er +ois1te +oist5en +ok1i +ok5ie4 +ol1it +ol1l +ol2d1e +ol2i +ol2id +ol2v +ol3er +ol3ing +ol3is2h +ol3ub +ol3ume +ol3un +ol4fi +ol5id. +ol5o3giz +ol5p2l2 +ola2ss4 +oles2 +oli1ti +oll2i +oll2i4e4 +olo4r +om1in +om1m +om1men +om2be +om3e1n4a +om3i1ca +om3ic. +om3pi +om4b2l2 +om4etr +om5a1tiz +om5e3try +om5er2se +oma5l +ome4r1s2 +omo4ge +ompr2 +ompro5 +on1c +on1ci +on1ic +on1is +on1su4 +on1t +on1v2 +on1va5 +on3key +on3o3my +on3t4i +on4ac +on4gu +on4odi +on5do +on5spi4 +on5um +onsp4ir +onspi1r5a +onten4 +onti2f5 +oo2 +ood5e +ood5i +oop3i +oost5 +op1er +op1u +op3ing +opi2n +opy5 +or1in +or1m +or1p +or1r4 +or2ang +or2mi +or3ei2 +or3i1ca +or3i1ty +or3oug +or3thi +or3thy +or4e5s2h +or4gu +or4se +or4ty +or5al1iz +or5an4ge +or5e2st. +or5pe +ora2n +oral1i +ore5a +ores2t +orew4 +org2 +orn2e +orou2 +ors5en +orst4 +os1co +os2c +os2ta +os3al +os3i1to +os3i1ty +os4ce +os4i4e4 +os4l2 +os4po +os5i1t2iv +os5til +os5tit +osa2 +osi1ti +ost2i +ot3er. +ot3ic. +ot5e4r1s2 +ot5i1ca +otele4g +oth1es +oth2e +oth3i4 +oth5e1si +oto5s2 +ou2 +ou2ch +ou3b2l2 +ou4l +ou5et +ou5v2 +ouch5i +oun2d +ounc5er +ov4en +ov4ert +ove4r3s2 +over4ne +ow1i2 +ow3der +ow3el +ow5est3 +own5i +oy1a +p1pa +p1pos +p1ta +p1ti3m +p1tu +p2a2r +p2er3o +p2i1ci +p2i3a +p2ie4 +p2ig +p2pe +p2se +p2t5a4b +p2te +p2th +p3agat +p3ith +p3pe2t +p3pen +p3per +p3re1s2e +p3ro1ca +p3w +p4a2d +p4a4r1i +p4ai2 +p4al +p4ath +p4e5ru +p4ee +p4enc +p4er1i +p4era. +p4erag +p4ern +p4h2l4 +p4i1no +p4id +p4in. +p4ind4 +p4ot +p4p2ed +p4si1b +p4tw4 +p5i1d2a +p5pel +pa1ga +pa1n4a +pa1p +pa1tr +pa2c4t +pa2n +pa2rab +pa2te +pa3ny +pa4ca +pa4ce +pa4i4n4 +pa4pu +pa4tric +pa5ter +pa5thy +pan1t +pan3el +pan4ty +par4is +par5age +par5d2i +par5el +para5b2l2 +pav4 +pd4 +pe1na +pe2a2r +pe2c +pe2ra4b +pe2t +pe3d4i3a4 +pe4la +pe4n2a2n +pe5o2n +pe5ten +pe5tiz +pear4l +ped4ic +pee4d +pek4 +pel2i +pel2i4e4 +pen1t +pen4th +per1a +per1ma +per1v +per2is +per2me5 +per3m4 +per3ti +per4mal +pera5b2l2 +peri5st +ph1es +ph1ic +ph2a2r +ph3t +ph4e3no +ph4er +ph4es. +ph5ing +phar5i +phe2n +pho2n +pho4r +pi1gr +pi2a2n4 +pi2n +pi2tu +pi3de +pi3en +pi3lo +pi4c2ie4 +pi4cy +pi4grap +pi5tha +pio2n4 +pl2i3a +pl2ie4 +plas5t +pli4n +pli5er +ploi4 +plu4m +plu4m4b +po2ly +po2n +po2s1s +po3et5 +po4c +po4ni +po4p +po4ry +po4ta +po5em +poi2 +poin2 +poly5t +pou2 +pp2a2r +ppa5ra +ppo5s2ite +pr1e3r4 +pr2 +pr2i4s +pr2oc +pray4e4 +pre1f +pre1fa +pre3e2m +pre3v2 +pre4f5ac +pre4la +pre5co +pre5ten +pri2s3o +prin4t3 +pro1t +pro2fi +pro3l +prof5it +pros3e +ps4h +ptu4r +pu2n +pu2t +pu3tr +pu4l3c2 +pu4m +pu4t3t2 +pub3 +pue4 +puf4 +pur4r4 +put3er +put4t1ed +put4t1in +qu2 +qua5v4 +r1b +r1c +r1cen4 +r1ci +r1d2a +r1d4i4a +r1er4 +r1f +r1gl2 +r1go +r1l +r1m +r1ma +r1na +r1nis4 +r1p +r1r4 +r1s2h +r1sa2 +r1si +r1so +r1sp +r1ta +r1te5o +r1ti +r1w +r2a2r +r2ai2 +r2ami +r2ang +r2as +r2b3i4f +r2bin +r2c4it +r2ce +r2ch +r2e1b +r2e2ss +r2e3st4r +r2ero4 +r2i1na +r2i1o +r2i3a +r2id +r2ie4 +r2ig +r2in4e +r2ip +r2is +r2is4c +r2ite +r2iv +r2led +r2me +r2oc +r2ok2 +r2se +r2t5i2b +r2ui2 +r2us +r3cha +r3fu4 +r3g1ic +r3get +r3gu +r3is2h +r3j +r3ket +r3lo4 +r3men +r3mit +r3n2it +r3n2iv +r3nel +r3ney +r3nu +r3pe2t +r3po +r3sec +r3t2e1b +r3t2ig +r3ten4d +r3tri +r3v2i4v +r3ven +r3vey +r3vic +r3vo +r4ani +r4bab +r4bag +r4ci4b +r4dal +r4e5ru +r4edi +r4en4ta +r4er1i +r4es. +r4eu2 +r4fy +r4i1co +r4i2t3ic +r4ib +r4ice +r4in4d +r4iq +r4is. +r4l2ig +r4lis +r4m2io +r4ming. +r4my +r4n1er +r4n2a2r +r4nou2 +r4oth +r4pe4a +r4re1o +r4s5er. +r4si4b +r4t1s2 +r4t2iv +r4tag +r4ti1ly +r4tier +r4tist +r4u1t2i +r5a1c4l4 +r5b2ine +r5ebrat +r5ev5er. +r5gis +r5git +r5ited. +r5net +r5nic +r5pen1t +r5se5v2 +r5sha +r5sw2 +r5usc2 +r5vest +ra1t2io +ra2ch +ra2f +ra2f4t +ra2n +ra2va +ra2z1i +ra3bi +ra3ne5o +ra4f1f4 +ra4lo +ra5no4 +ra5vai2 +ra5z2ie4 +rach4e2 +raf5fi +ram3et +ran4ge +rap3er +rar1i +rar5c +rar5e1f +rare4 +ratio2n4 +rau4t +rav3el +rb4o +rb5ing. +rbi2 +rch4er +rche2 +rcum3 +rd1in4 +rd2i +rd2ie4 +rd3ing +rdi4er +re1a4l +re1co +re1cr +re1de +re1f +re1fa +re1l2i +re1o +re1po +re1pos +re1pu +re1sp +re1va +re1vi +re2a2r +re2col +re2fe +re3a2n +re3br +re3dis1 +re3fi +re3tri +re4aw +re4c5ompe +re4cre +re4fac +re4fy +re4posi +re4spi +re4ter +re4ti4z +re4val +re4wh +re5ar1r4 +re5fer. +re5it +re5lu +re5pi2n +re5s2ta2l +re5u1t2i +re5ve4r1s2 +re5vert +re5vi4l +rec5ol1l +reco4m1p +red5it +refer1 +reg3is +rei2 +ren1t +ren4te +res1si +res1ta +res2t +res4s5i4b +rev1er +rev2 +rev3el +rev5olu +rg2 +rg3er +rg3ing +rgi4n +rgo4n2 +rh4 +ri1ca +ri1er +ri1ga +ri1ma +ri1ta +ri1ti +ri2p2l2 +ri2t1ed +ri2tu +ri3en1t +ri3enc +ri3ta3b +ri4ag +ri4c2ie4 +ri4m1p +ri5et +ria4b +rib3a +ric5as5 +rid5er +rig5a2n +ril1i +ril3iz +rim4pe +rim5i +rin4g +rip5lic +riph5e +ris4p +rit5e4r1s2 +rit5er. +rit5ur +riv3et +riv3i +riv5el +rk1l +rk4le +rk4lin +rl5is2h +rle4 +rm3ing +rm5e4r1s2 +rma5c +rno4 +ro1fe +ro1n1a +ro2fi +ro2me +ro2n +ro2s4s +ro2s5per +ro3cr +ro3pel +ro4e +ro4m4p +ro4met +ro4th2e +ro4ty +ro4va +ro5fil +ro5k1er +ro5n4is +ro5ro +rob3l2 +rom4i +rom5e1te +ron1t +ron4al +ron4e +ron4ta +roo2 +rop3ic +ror3i +rov5el +rox5 +rp3ing +rp4h4 +rp5er. +rpi2n +rr2i4o +rr2i4v +rre4c +rre4f +rre4s2t +rro2n4 +rros4 +rrys4 +rs3e4s +rs4c +rsa5ti +rse4cr +rso2n3 +rt2i4d +rt2ie4 +rt4s2h4 +rta2ch4 +rtil3i +rtil4l +rtr2oph4 +ru2n +ru2t1i5n +ru3a +ru3e4l +ru3en +ru3i4n +ru4gl2 +ru4m2p +ru4nk5 +rum3p2l2 +run1t +run4ty +rv4e +rv4e2s +rv5er. +rvel4i +ry3t +ry4c +ryn5g +s1ap +s1c4l4 +s1ca +s1ci +s1co +s1cu +s1e4s +s1l2 +s1mo +s1n4 +s1p2l2 +s1p4or4 +s1r +s1sa2 +s1si +s1su +s1ta +s1tic +s1tle +s1to +s1tra +s2ch2 +s2cin +s2er4o +s2h +s2i1na +s2id +s2ig +s2ine +s2le +s2oph +s2phe +s2s5c +s2t1in +s2ta2l +s2tag +s2tl +s2ty +s2ui2 +s3a2c1t +s3ing +s3ket +s3lat +s3ma +s3sel +s3th2e +s3tif2 +s4a2l4m +s4and +s4ced +s4ces +s4cho2 +s4cli +s4e5s2h +s4er1l +s4eu +s4i2r +s4op +s4p1ly +s4po2n +s4s1l2 +s4s1n4 +s4s2ie4 +s4s5i1ly +s4ses. +s4t1ed +s4t2ie4 +s4ta4p +s4ti. +s4top +s4tr2id +s4tra2d +s4tray +s4ul +s4y +s5e2ned +s5edl +s5en1in +s5ic3c +s5men +s5o1phy +s5o3phiz +s5sen5g +s5set +s5t2ero +s5t2i1a +sa2 +sa2n +sa2t3u +sa4l2a2r4 +sa4l4t +sa5lo +sa5ta +sa5vor +sac3ri2 +san4de +sau4 +sca2n +sca4p +scan4t5 +scav5 +scle5 +scof4 +scou1r5a +scou2 +se1g3r +se1le +se1mo +se1na +se2c3o +se2g +se2p3a3 +se4a +se4d4e +se4mol +sea5w +seas4 +sen1t +sen4d +sen5at +sen5g +ses5t +sev3en +sew4i2 +sh1er +sh1in +sh2i2v5 +sh3io +sh5o2l2d +sho2n3 +sho4 +shor4 +short5 +si1b +si1r5a +si1ti +si5diz +sil4e +sio1n5a +sk1i +sk2 +sk5in4g +sk5ine +sl1it +sl2ith5 +sma2n3 +smal1l3 +smel4 +smo2l5d4 +so1la +so1n1a4 +so2ft3 +so2l3d2 +so2n +so3lic +so4ce +so4lab +so5vi +sol2i +son4g +sor5c +sor5d +sp5ing +spa4n +spen4d +spho5 +spi2n +spil4 +squ2 +squal4l +ss1e4s +ss2t +ss4li +ss5w2 +ssas3 +ssi4er +sspen4d4 +ssu1r5a +ssu2r +st2i +st3ing +st4r +sta2n +stam4i +ste1w5a +ste2w +stern5i +sto2m3a +sto2n +su1al +su1m3i +su2g3 +su2m +su2n +su2r +su4b3 +su5is +suit3 +sw2 +sy5rin +syn5o +t1tu4 +t2a2r +t2ale +t2i1na +t2id +t2ie4 +t2ine +t2ra3b +t2z4e +t3ess. +t4and +t4ch +t4e5di +t4i1co +t4ic1u +t4r2i1ci +t4sc +t4sw2 +t4tes +t5la +t5let. +t5lo +t5to +ta2d +ta2l +ta2n +ta2tu +ta3r2iz +ta4tur +ta5bles2 +ta5do +ta5la +ta5log +ta5mo +ta5p2l2 +ta5per +ta5s4y +tab2l2 +tabol2i +tai2 +tai5lo +tal1l +tal3i +tal4lis +tal5en +tall2i +tan1t +tan4de +tar1i +tar4a +tas4e +taun4 +tav4 +tax3i +tax4is +tch5e4t +tche2 +te1ce4 +te1na +te2ad4i +te2ma2 +te4p +te5ger4 +te5gi +te5pe +tea2d1 +teg4 +tel2i4 +tem3at +ten1ta +ten4tag +ter2ie4 +ter3c +ter3is +ter5ies +ter5v +teri5za1 +teth5e +th2e +th3eas +th5i1ca +th5ic. +th5ode +tha2n4 +the3is +the5a2t +thei2 +tho5riz +thor5it +ti1v4a +ti2mu +ti2s4m +ti2ze +ti3sa2 +ti3tl +ti3za1 +ti3ze4n +ti4a1to +ti4ab +ti4u +ti5fy +ti5oc +ti5so +tif2 +til1l +til2l5in4 +till2i +tim5ul +tio2n +tion5ee +tis1t2i +tis1tic +tis4p +tla2n4 +tles2 +tme4 +to1n1a +to2gr +to2ma +to2n +to2ra +to3b +to3my +to3n2at +to3r2ie4 +to3w2a2r +to4m4b +to5crat +to5ic +toi2 +ton4a4l1i +tor5iz +tos2 +tou2 +tr2as4 +tr2i4v +tr2oph +tr2u5i2 +tr2us4 +tr4a2ci4 +tr4ice +tra2c1t +tra2c4it +tra5ch +tra5ven +trac4te +trav5e2s5 +tre4m +tre5f +trem5i +tri5ces +tro2n +tro3sp +tro3v +tro5m4i +tro5phe +tron5i +ts2h4 +tu1a +tu1ni +tu3a2r +tu4b4i +tu4nis +tu5ry +tud2 +tur3is +tur5o +tw4 +twi2 +twis4 +ty5ph +type3 +u1at +u1b4i +u1c4l4 +u1ci +u1dic +u1do +u1ing +u1l4o +u1la +u1len +u1ma +u1mi +u1mo +u1na +u1ni +u1ou2 +u1pe +u1ra +u1rit +u1t2io +u1ta +u1to +u1v2 +u2a2r +u2c4it +u2d1s2 +u2iv3 +u2ld +u2m5ab +u2n1in +u2n3s4 +u2ne +u2p1t +u2ss +u2su +u2t1in +u2t5of +u2ta4b +u2z4e +u3b4le. +u3ber +u3ca +u3cr +u3cu +u3f4l2 +u3lu +u3p2l2 +u3r2i1o +u3rif +u3ru +u3sic +u3t2ine +u3tat +u3u +u4b2ero +u4b5ing +u4bel +u4cy +u4do2n +u4du +u4ene +u4ir +u4l1c2 +u4l1g4 +u4lt +u4m1b +u4m2p +u4m3ing +u4n5z +u4o4rs2 +u4p3p +u4r2as +u4rag +u4rs2 +u4t1l +u4t1s4 +u4tis +u4tou2 +u5dit +u5j +u5l2i1a +u5lati +u5os +u5p2i3a +u5s2i1a +u5sa2d +u5sa2n +u5to2n +ua2n +ua5na +uac4 +uan4i +uar2d +uar3i +uar3t +uar5an1t +uara2n +uav4 +ub2l2 +ub4e +uci4b +ucle3 +ud2ie4 +ud3er +ud3ied +ud3ies +ud4si +ud5d4 +ud5est +ud5is1 +ude1v4 +udes2 +ue2n1s4 +uen1t +uen4te +uer1i +uer4il +ug5in +ugh3e2n +ui1ta4 +ui4n +ui4v4er. +uil1i +uil5iz +uir4m +ul1l +ul1ti +ul1tr +ul1tra3 +ul2ch4 +ul2de +ul2i +ul2se +ul3der +ul3ing +ul4e +ul4gi +ul4l2a2r +ul4li4b +ul4lis +ul5is2h +ul5ul +ul5v +ula5b +ull2i +uls5e4s +um4b1ly +um4bi +umb2l2 +umo2r +umor5o +un1t +un1ta +un2at4 +un2i3v +un2t3a4b +un4er +un4im +un4sw2 +un4ter. +un4tes +un5is2h +un5y +unu4 +up1p4or +up1tu4 +up2t5i2b +up3ing +upe4r5s2 +upi2n +upport5 +ur1b +ur1c4 +ur1d +ur1f +ur1in +ur1p +ur1ti4 +ur2l +ur2se +ur3iz +ur3th2e +ur4be +ur4fer1 +ur4fr +ur4no4 +ur4pe +ur4pi +ur4t2ie4 +ur5tes +ure5a2t +uri1fi +uri4fic +url5ing. +uros4 +urs5er +us1l2 +us1p +us1t4r +us3ci +us4ap +us4lin +us5s1l2 +us5tere +usa2 +usc2 +use5a +usu2r4 +ut3ing +uten4i +uti5l2iz +util1i +utio1n5a +utio2n +uto2ma +uto5g +uto5mat1ic +uu4m +ux1u3 +v1in +v2a2r +v2i1a +v2i4p +v2id +v2ig +v2inc +v2io +v3el. +v3eren +v3i3l2iz +v3if +v3io4r +v4a2ci +v4e1ly +v4e2s +v4eno +v4erd +v4erel +v4eres +v4ik4 +v4in5d +v4ir +v4y +v5enue +v5ole +va2n +va4ge +va5l2i4e4 +va5mo +va5niz +va5pi +vac3u +vac5il +vag4 +val1i +val1u +val5o +var1i +var2ie4 +var5ied +ve4lo +ve4r1s2 +ve4te +ve4ty +veg3 +vel1l +vel3l2i +ven3om +ver1i +ver3ie4 +ver3m4 +ver3th +ver5enc +vermi4n +ves4te +vet3er +vi1o3l +vi1ou2 +vi2al +vi3so +vi3su +vi5al1i +vi5gn +vi5ro +vil1i +vis3it +vit3r +vo1ra +vo2r5ab +vo4la +vo4ry +vo4ta +voi4 +vom5i +vori4 +w1b +w1er +w2a2r +w2ith3 +w3ev +w3s2h +w4ind +w4ir4 +w4k +w4no +w5ab2l2 +w5al. +w5p +w5s4t +wa1te +wa2g5o +wa5ger +wa5ver +wai2 +wait5 +wam4 +war4t +was4t +we2a2r +we4ath3 +we4d4n4 +wea2t +wea5r2ie4 +wear1i +wee5v +weet3 +wel4l +west3 +whi4 +wi2 +wil1l +wil2 +wil2l5in4 +will2i +win4de +win4g +wiz5 +wl3in +wl4es2 +wo5v4en +wom1 +wra4 +wri1ta4 +wri4 +ws4l2 +ws4pe +wy4 +x1a +x1e +x1h +x1pa +x1t2 +x1u +x2e5ro +x2ed +x2i5a +x2id +x2p2e3d +x3c2 +x3i +x3o +x3p +x3ti +x4a2go +x4ap +x4ime +x4ob +xac5e +xam3 +xas5 +xe1cu +xe3c4ut +xe4cu1to +xer4i +xh4il5 +xhi2 +xhu4 +xi5c +xi5di +xi5m2iz +xim1i +xp4an4d +xpa2n +xpe2c +xpe2c1t +xpec1to5 +xu3a +xx4 +y1b +y1c +y1co +y1d +y1er +y1i +y1o4 +y1s3io +y1su +y1w +y2ce +y2p1t +y2ss4 +y3ch +y3la +y3lo +y3po +y3ro +y3s2e +y3thin +y4er1f +y4m1b +y4m1p +y4o2n3s2 +y4o5g +y4os +y4p2ed +y4po4c +y4so +y5ac +y5at +y5ee +y5gi +y5lu +y5pu +yc5er +ych4e2 +ycom4 +ycot4 +ye4t +yes4 +yl1l +ylla5b2l2 +ym1pa3 +ymbol5 +yme4 +yn2ch +yn3c4hr4 +yn5d +yn5g +yn5ic +yo2n +yo5d +yo5net +yom4 +yp2ta +yp3i +yper5 +yr4r4 +yr5i3a +yra5m +ys1t +ys3i1ca +ys3ta +ys4c +ysu2r4 +yt3ic +z1er +z2a2r2 +z2e3ro +z4il +z4is +z4zy +z5a2b +za1 +ze4n +ze4p +zet4 +zo4m +zo5ol +zoo2 +zte4 diff --git a/troff/libhnj/hyphen.d/hyph_fr_FR.dic b/troff/libhnj/hyphen.d/hyph_fr_FR.dic new file mode 100644 index 000000000000..447ebd3986ac --- /dev/null +++ b/troff/libhnj/hyphen.d/hyph_fr_FR.dic @@ -0,0 +1,1784 @@ +UTF-8 +% This file has been derived from `frhyph.tex', +% to which the following applies: +% ----------------------------------------------------------------- +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% This file is available for free and can used and redistributed +% asis for free. Modified versions should have another name. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%\message{frhyph.tex - French hyphenation patterns (V2.11) <2002/01/16>} +% ----------------------------------------------------------------- +% The original maintainers are D. Flipo and B. Gaulle. +% ----------------------------------------------------------------- +% A copy of the original can be obtained from <http://www.tug.org/teTeX/>. +% ----------------------------------------------------------------- +% For sending bug reports, follow the instructions on +% <http://n-t-roff.github.io/heirloom/doctools.html>. +% ----------------------------------------------------------------- +% Sccsid @(#)hyph_fr_FR.dic 1.3 (gritter) 9/3/05 +'a1b2r +'a1g2n +'a1mi +'a1na +'a1po +'a2g3nat +'a4 +'ab1ré +'ab3réa +'ae3s4c2h +'ag1na +'ami1no +'amino1a2c +'an1ti +'ana3s4t2r +'anti1a2 +'anti1e2 +'anti1s2 +'anti1é2 +'anti2en1ne +'apo2s3ta +'ar1ge +'ar1pe +'ar3gent. +'ar3pent. +'as2ta +'e1n1a2 +'e1n1o2 +'e4 +'eu2r1a2 +'i1g2n +'i1n1a2 +'i1n1e2 +'i1n1i2 +'i1n1o2 +'i1n1u2 +'i1n1é2 +'i2g3ni +'i2g3né +'i4 +'in1s2tab +'in1te +'in2a3nit +'in2augur +'in2effab +'in2ept +'in2er +'in2exo1ra +'in2i3mi1ti +'in2i3q +'in2i3t +'in2o3cul +'in2ond +'in2u3l +'in2uit +'in2é3luc1ta +'in2é3nar1ra +'ina1ni +'inau1gu +'inef1fa +'ini1mi +'ino1cu +'ins1ta +'inte1ra2 +'inte1re2 +'inte1ri2 +'inte1ro2 +'inte1ru2 +'inte1ré2 +'inte4r3 +'inters2 +'iné1lu +'iné1na +'o1vi +'o4 +'on1gu +'on3guent. +'oua1ou +'ovi1s2c +'u4 +'y4 +'â4 +'è4 +'é4 +'ê4 +'î4 +'ô4 +'û4 +.1ba +.1bi +.1c2h4 +.1ci +.1co +.1cu +.1da +.1di +.1do +.1dy +.1dé +.1dé3s2o3dé +.1ge +.1k2h4 +.1la +.1ma +.1mi +.1mo +.1mé +.1no +.1p2h4 +.1p2l +.1p2r +.1p2sy1c2h +.1pa +.1pe +.1po +.1pu +.1pé +.1re +.1ré +.1s2c2h4 +.1s2h4 +.1sa +.1se +.1so +.1su +.1sy +.1t2h4 +.1t2r +.1ta +.a1b2r +.a1g2n +.a1mi +.a1na +.a1po +.a2g3nat +.a4 +.ab1ré +.ab3réa +.ae3s4c2h +.ag1na +.ami1no +.amino1a2c +.an1ti +.ana3s4t2r +.anti1a2 +.anti1e2 +.anti1s2 +.anti1é2 +.anti2en1ne +.apo2s3ta +.ar1de +.ar1ge +.ar1pe +.ar3dent. +.ar3gent. +.ar3pent. +.as2ta +.bai1se +.bai2se3main +.baise1ma +.bi1a2c +.bi1a2t +.bi1au +.bi1u2 +.bi2s1a2 +.bio1a2 +.c1hè +.chè1v2r +.chè2vre3feuil1le +.chèv1re +.chèvre1fe +.chèvrefeuil2l +.ci1sa +.ci2s1alp +.co1o2 +.co2o3lie +.com1me +.com3ment. +.con1t2r +.con4 +.cons4 +.cont1re +.cont1re3maît1re +.contre1ma +.contre1s2c +.contremaî1t2r +.coo1li +.cul4 +.da1c2r +.dac1ry +.dacryo1a2 +.di1a2cid +.di1a2cé +.di1a2mi +.di1a2tom +.di1ald +.di1e2n +.di2s3h +.dia1ci +.dia1to +.do1le +.do3lent. +.dy2s1a2 +.dy2s1i2 +.dy2s1o2 +.dy2s1u2 +.dy2s3 +.dé1a2 +.dé1io +.dé1o2 +.dé1sa +.dé1se +.dé1so +.dé1su +.dé2s +.dé2s1i2 +.dé2s1u2n +.dé2s1œ +.dé2s1é2 +.dé3s2a3c2r +.dé3s2a3tell +.dé3s2as1t2r +.dé3s2c +.dé3s2ensib +.dé3s2ert +.dé3s2exu +.dé3s2i3d +.dé3s2i3g2n +.dé3s2i3li +.dé3s2i3nen +.dé3s2i3r +.dé3s2in1vo +.dé3s2ist +.dé3s2o3l +.dé3s2o3pil +.dé3s2orm +.dé3s2orp +.dé3s2ou1f2r +.dé3s2p +.dé3s2t +.dé3s2é3g2r +.dés2a3m +.désa1te +.désen1si +.dési1ne +.déso1pi +.e1n1a2 +.e1n1o2 +.e4 +.eu2r1a2 +.gem1me +.gem2ment. +.i1g2n +.i1n1a2 +.i1n1e2 +.i1n1i2 +.i1n1o2 +.i1n1u2 +.i1n1é2 +.i2g3ni +.i2g3né +.i4 +.in1s2tab +.in1te +.in2a3nit +.in2augur +.in2effab +.in2ept +.in2er +.in2exo1ra +.in2i3mi1ti +.in2i3q +.in2i3t +.in2o3cul +.in2ond +.in2u3l +.in2uit +.in2é3luc1ta +.in2é3nar1ra +.ina1ni +.inau1gu +.inef1fa +.ini1mi +.ino1cu +.ins1ta +.inte1ra2 +.inte1re2 +.inte1ri2 +.inte1ro2 +.inte1ru2 +.inte1ré2 +.inte4r3 +.inters2 +.iné1lu +.iné1na +.la1te +.la3tent. +.ma1c2r +.ma1g2n +.ma1la +.ma1le +.ma1li +.ma1lo +.ma2c3k +.ma2g3nici1de +.ma2g3nificat +.ma2g3num +.ma2l1a2d1ro +.ma2l1a2dres +.ma2l1a2v +.ma2l1ai1sé +.ma2l1ap +.ma2l1en +.ma2l1int +.ma2l1o2d +.ma2l1oc +.ma2r1x +.mac1ro +.macro1s2c +.mag1ni +.mag1nu +.magni1ci +.magni1fi +.magnifi1ca +.mala1d2r +.malad1re +.mil1li +.mil3l +.milli1am +.mo1no +.mono1a2 +.mono1e2 +.mono1i2 +.mono1o2 +.mono1s2 +.mono1u2 +.mono1é2 +.mono1ï2dé +.mé1go +.mé1se +.mé1su +.mé1ta +.mé1ta1s2ta +.mé2g1oh +.mé2s1es +.mé2s1i +.mé2s1u2s +.mé2sa +.mé3san +.no1no +.no2n1obs +.o1vi +.o4 +.on1gu +.on3guent. +.oua1ou +.ovi1s2c +.p1ha +.p1lu +.p1ro +.p1ré +.p1sy +.pa1na +.pa1ni +.pa1no +.pa1r2h +.pa1ra +.pa1re +.pa1te +.pa2n1a2f +.pa2n1a2mé +.pa2n1a2ra +.pa2n1is +.pa2n1o2p2h +.pa2n1opt +.pa2r1a2c1he +.pa2r1a2c1hè +.pa2r3hé +.pa3rent. +.pa3tent. +.para1c2h +.para1s2 +.pe1r1a2 +.pe1r1e2 +.pe1r1i2 +.pe1r1o2 +.pe1r1u2 +.pe1r1é2 +.pe4r +.pen2ta +.pha1la +.phalan3s2t +.plu1ri +.pluri1a +.pon1te +.pon2tet +.pos1ti +.pos2t1in +.pos2t1o2 +.pos2t3h +.pos2t3r +.post1s2 +.pro1g2n +.pro1s2cé +.pro1é2 +.pro2g3na1t2h +.prog1na +.prou3d2h +.pré1a2 +.pré1e2 +.pré1i2 +.pré1o2 +.pré1s2 +.pré1u2 +.pré1é2 +.pré2a3la +.pré2au +.psyc1ho +.psycho1a2n +.pud1d2l +.pé1ri +.péri1os +.péri1s2 +.péri1u2 +.péri2s3s +.péri2s3ta +.re1s2 +.re2s3c1ri +.re2s3cap +.re2s3ci1si +.re2s3ci1so +.re2s3cou +.re2s3pect +.re2s3pir +.re2s3plend +.re2s3pons +.re2s3quil +.re2s3s +.re2s3t +.re3s4t2r +.re3s4tab +.re3s4tag +.re3s4tand +.re3s4tat +.re3s4tim +.re3s4tip +.re3s4toc +.re3s4top +.re3s4tu +.re3s4ty +.re3s4tén +.re3s4tér +.re4s5trein +.re4s5trict +.re4s5trin +.res1c2r +.res1ca +.res1ci +.res1co +.res1p2l +.res1pe +.res1pi +.res1po +.res1q +.res1se +.res1ta +.res1ti +.res1to +.res1té +.res3sent. +.resp1le +.rest1re +.rest1ri +.ré1a2 +.ré1e2 +.ré1i2 +.ré1o2 +.ré1t2r +.ré1é2 +.ré2a3le +.ré2a3lis +.ré2a3lit +.ré2aux +.ré2el +.ré2er +.ré2i3fi +.ré2uss +.ré2èr +.réa1li +.rét1ro +.rétro1a2 +.réu2 +.s1ta +.s1ti +.sar1me +.sar3ment. +.ser1me +.ser3ment. +.seu2le +.sou1ve +.sou3vent. +.sta2g3n +.stil3l +.su1b2l +.su1bi +.su1bu +.su1ri +.su1ro +.su2b1a2 +.su2b1in +.su2b1ur +.su2b1é2 +.su2b3limin +.su2b3lin +.su2b3lu +.su2r1a2 +.su2r1e2 +.su2r1i2m +.su2r1inf +.su2r1int +.su2r1of +.su2r1ox +.su2r1é2 +.su2r3h +.su3b2alt +.su3b2é3r +.su3r2a3t +.su3r2eau +.su3r2ell +.su3r2et +.sub1li +.subli1mi +.syn1g2n +.syn2g3na1t2h +.syng1na +.t1ri +.ta1le +.ta3lent. +.tri1a2c +.tri1a2n +.tri1a2t +.tri1o2n +.u4 +.y4 +.â4 +.è4 +.é1mi +.é4 +.émi1ne +.émi3nent. +.ê4 +.î4 +.ô4 +.û4 +1a2nesthé1si +1alcool +1b2l +1b2r +1ba +1be +1bi +1bo +1bu +1by +1bâ +1bè +1bé +1bê +1bî +1bô +1bû +1c2h +1c2k +1c2l +1c2r +1ca +1ce +1ci +1co +1cu +1cy +1cœ +1câ +1cè +1cé +1cê +1cî +1cô +1cû +1d2'2 +1d2r +1da +1de +1di +1do +1du +1dy +1dâ +1dè +1dé +1dê +1dî +1dô +1dû +1f2l +1f2r +1fa +1fe +1fi +1fo +1fu +1fy +1fâ +1fè +1fé +1fê +1fî +1fô +1fû +1g2ha +1g2he +1g2hi +1g2ho +1g2hy +1g2l +1g2n +1g2r +1ga +1ge +1gi +1go +1gu +1gy +1gâ +1gè +1gé +1gê +1gî +1gô +1gû +1ha +1he +1hi +1ho +1hu +1hy +1hâ +1hè +1hé +1hê +1hî +1hô +1hû +1informat +1j +1k2h +1k2r +1ka +1ke +1ki +1ko +1ku +1ky +1kâ +1kè +1ké +1kê +1kî +1kô +1kû +1la +1le +1li +1lo +1lu +1ly +1là +1lâ +1lè +1lé +1lê +1lî +1lô +1lû +1m2nès +1m2né1mo +1m2né1si +1ma +1me +1mi +1mo +1mu +1my +1mœ +1mâ +1mè +1mé +1mê +1mî +1mô +1mû +1na +1ne +1ni +1no +1nu +1ny +1nœ +1nâ +1nè +1né +1nê +1nî +1nô +1nû +1octet +1p2h +1p2l +1p2neu +1p2né +1p2r +1p2sy1c2h +1p2tèr +1p2tér +1pa +1pe +1pi +1po +1pu +1py +1pâ +1pè +1pé +1pê +1pî +1pô +1pû +1q +1r2h +1ra +1re +1ri +1ro +1ru +1ry +1râ +1rè +1ré +1rê +1rî +1rô +1rû +1s2c2h +1s2ca1p2h +1s2clér +1s2cop +1s2h +1s2lav +1s2lov +1s2patia +1s2perm +1s2phèr +1s2phér +1s2piel +1s2piros +1s2por +1s2tandard +1s2tein +1s2tigm +1s2to1c2k +1s2tomos +1s2tro1p2h +1s2truc1tu +1s2ty1le +1sa +1se +1si +1so +1su +1sy +1sœ +1sâ +1sè +1sé +1sê +1sî +1sô +1sû +1t2h +1t2r +1ta +1te +1ti +1to +1tu +1ty +1tà +1tâ +1tè +1té +1tê +1tî +1tô +1tû +1v2r +1va +1ve +1vi +1vo +1vu +1vy +1vâ +1vè +1vé +1vê +1vî +1vô +1vû +1w2r +1wa +1we +1wi +1wo +1wu +1za +1ze +1zi +1zo +1zu +1zy +1zè +1zé +1ç +1é2drie +1é2drique +1é2lec1t2r +1é2lément +1é2nerg +2'2 +2b2lent. +2b2rent. +2bent. +2c1k3h +2c2kent. +2c2lent. +2c2rent. +2cent. +2chb +2chent. +2chg +2chm +2chn +2chp +2chs +2cht +2chw +2ckb +2ckf +2ckg +2ckp +2cks +2ckt +2d2lent. +2d2rent. +2dent. +2f2lent. +2f2rent. +2fent. +2g2lent. +2g2nent. +2g2rent. +2gent. +2guent. +2jent. +2jk +2kent. +2lent. +2nent. +2p2lent. +2p2rent. +2pent. +2phent. +2phn +2phs +2pht +2quent. +2r3heur +2r3hy1d2r +2rent. +2s2chs +2s3hom +2sent. +2shent. +2shm +2shr +2shs +2t2rent. +2t3heur +2tent. +2thl +2thm +2thn +2ths +2v2rent. +2vent. +2went. +2xent. +2zent. +3d2hal +3d2houd +3ph2ta1lé +3ph2tis +4b4le. +4b4les. +4b4re. +4b4res. +4be. +4bes. +4c4he. +4c4hes. +4c4ke. +4c4kes. +4c4le. +4c4les. +4c4re. +4c4res. +4ce. +4ces. +4ch. +4ch4le. +4ch4les. +4ch4re. +4ch4res. +4ck. +4d4re. +4d4res. +4de. +4des. +4f4le. +4f4les. +4f4re. +4f4res. +4fe. +4fes. +4g4le. +4g4les. +4g4ne. +4g4nes. +4g4re. +4g4res. +4ge. +4ges. +4gue. +4gues. +4he. +4hes. +4je. +4jes. +4ke. +4kes. +4kh. +4le. +4les. +4me. +4mes. +4ne. +4nes. +4p4he. +4p4hes. +4p4le. +4p4les. +4p4re. +4p4res. +4pe. +4pes. +4ph. +4ph4le. +4ph4les. +4ph4re. +4ph4res. +4que. +4ques. +4r4he. +4r4hes. +4re. +4res. +4s4c4he. +4s4c4hes. +4s4ch. +4s4he. +4s4hes. +4se. +4ses. +4sh. +4t4he. +4t4hes. +4t4re. +4t4res. +4te. +4tes. +4th. +4th4re. +4th4res. +4v4re. +4v4res. +4ve. +4ves. +4we. +4wes. +4ze. +4zes. +a1bî +a1g2n +a1la +a1ma +a1ne +a1ni +a1po +a1vi +a1è2d1re +a2g3nos +a2l1al1gi +a2s3t1ro +ab1se +ab2h +ab3sent. +abs1ti +absti1ne +absti3nent. +abî1me +abî2ment. +ac1ce +ac1q +ac3cent. +acquies1ce +acquies4cent. +ad2h +ag1no +ai1me +ai2ment. +al1co +amal1ga +amalga1me +amalga2ment. +an1ti +anes1t2h +anest1hé +ani1me +ani2ment. +anti1fe +antifer1me +antifer3ment. +ap1pa +apo2s3t2r +appa1re +appa3rent. +ar1c2h +ar1me +ar1mi +ar2ment. +arc1hi +archi1é2pis +archié1pi +armil5l +as1me +as1t2r +as2ment. +au1me +au2ment. +avil4l +aè1d2r +b1le +b1re +b1ru +bou1me +bou1ti +bou2ment. +boutil3l +bru1me +bru2ment. +c1ci +c1he +c1hi +c1ke +c1la +c1le +c1re +ca1pi +ca1rê +ca3ou3t2 +capil3l +carê1me +carê2ment. +cci1de +cci3dent. +ch1le +ch1lo +ch1re +ch1ro +ch2l +ch2r +che1vi +chevil4l +chien1de +chien3dent. +chlo1ra +chlo1ré +chlo2r3a2c +chlo2r3é2t +chro1me +chro2ment. +cil3l +cla1me +cla2ment. +co1a2d +co1ac1q +co1acc +co1ap +co1ar +co1assoc +co1assur +co1au +co1ax +co1ef +co1en +co1ex +co1g2n +co1nu +co1é2 +co2g3ni1ti +co2nurb +coas1so +coas1su +cog1ni +com1pé +compé1te +compé3tent. +con1fi +con1ni +con1ti +confi1de +confi3dent. +conni1ve +conni3vent. +conti1ne +conti3nent. +contin1ge +contin3gent. +cor1pu +corpu1le +corpu3lent. +cur1re +cur3rent. +cy1ri +cyril3l +d1d2h +d1ha +d1ho +d1le +d1re +d1s2 +da1me +da2ment. +di1li +di2s3cop +dia1p2h +diaph1ra +diaph2r +diaphrag1me +diaphrag2ment. +dili1ge +dili3gent. +dis1co +dis1si +dis1ti +dissi1de +dissi3dent. +distil3l +dé1ca +dé1t2r +déca1de +déca3dent. +dét1ri +détri1me +détri3ment. +e1ni +e2n1i2v2r +e2s3c2h +e2s3cop +en1t2r +ent1re +entre1ge +entre3gent. +er1me +er2ment. +es1ce +es1co +es1ti +es3cent. +esti1me +esti2ment. +eu1s2tat +eus1ta +ex1t2r +ext1ra1 +extra2c +extra2i +f1la +f1le +f1re +f1ri +f1s2 +fa1me +fa2ment. +fi1c2h +fic1hu +fichu1me +fichu3ment. +fir1me +fir2ment. +flam1me +flam2ment. +fri1ti +fritil3l +fu1me +fu2ment. +fé1cu +fécu1le +fécu3lent. +g1le +g1ne +g1ra +g1re +g1s2 +gil3l +gram1me +gram2ment. +gran1di +grandi1lo +grandilo1q +grandilo3quent. +hil3l +hu1me +hu2ment. +hy1pe +hy1po +hype1ra2 +hype1re2 +hype1ri2 +hype1ro2 +hype1ru2 +hype1ré2 +hype4r1 +hypers2 +hypo1a2 +hypo1e2 +hypo1i2 +hypo1o2 +hypo1s2 +hypo1u2 +hypo1é2 +hé1mi +hé1mo +hémi1é +hémo1p2t +i1al1gi +i1arth2r +i1b2r +i1oxy +i1s2c2h +i1s2tat +i1va +i1è2d1re +i2s3c1hé +i2s3chia +i2s3chio +iar1t2h +ib1ri +ibril3l +il2l +im1ma +im1mi +im1po +im1pu +imma1ne +imma3nent. +immi1ne +immi3nent. +immis1ce +immis4cent. +impo1te +impo3tent. +impu1de +impu3dent. +in1ci +in1di +in1do +in1du +in1fo +in1no +in1so +in1te +in1ti +inci1de +inci3dent. +indi1ge +indi3gent. +indo1le +indo3lent. +indul1ge +indul3gent. +infor1ma +inno1ce +inno3cent. +ins1ti +inso1le +inso3lent. +instil3l +intel1li +intelli1ge +intelli3gent. +inti1me +inti2ment. +io1a2ct +is1ce +is1ta +is3cent. +isc1hi +iva1le +iva3lent. +iè1d2r +ja1ce +ja3cent. +l1li +l1lu +l1me +l1s2t +l2ment. +l3lion +la1w2r +la2w3re +lil3l +llu1me +llu2ment. +m1nè +m1né +m1s2 +mi1me +mi2ment. +mil1le +mil3l +mil4let +mit1te +mit3tent. +mo1no +mon1t2r +mon2t3réal +mono1va +monova1le +monova3lent. +mont1ré +moye1nâ +moye2n1â2g +mu1ni +muni1fi +munifi1ce +munifi3cent. +mé1co +mécon1te +mécon3tent. +n1sa +n1x +n3s2at. +n3s2ats. +nu1t2r +nut1ri +nutri1me +nutri3ment. +o1b2l +o1d2l +o1g2n +o1io1ni +o1pu +o1s2tas +o1s2tat +o1s2tim +o1s2tom +o1s2tra1tu +o1s2trad +o1s2triction +o1s2té1ro +o1è2d1re +o2b3long +o2g3no1si +o2g3nomo1ni +ob1lo +oc1te +og1no +ogno1mo +om1bu +om1me +om1ni +om2ment. +ombud2s3 +omni1po +omni1s2 +omnipo1te +omnipo3tent. +opu1le +opu3lent. +or1me +or2ment. +os1t2r +os1ta +os1ti +os1to +os1té +ost1ra +ost1ri +ostric1ti +oxy1a2 +oè1d2r +p1he +p1ho +p1le +p1lu +p1ne +p1re +p1ri +p1ro +p1ru +p1ré +p1sy +p1tè +p1té +pa1lé +pa1pi +paléo1é2 +papil1lo +papil2l +papil3la +papil3le +papil3li +papil3lom +pe1r3h +per1ma +per1ti +perma1ne +perma3nent. +perti1ne +perti3nent. +ph1le +ph1re +ph1ta +ph1ti +ph2l +ph2r +pho1to +photo1s2 +pi1ri +piril3l +plu1me +plu2ment. +po1ast1re +po1ly +poas1t2r +poly1a2 +poly1e2 +poly1i2 +poly1o2 +poly1s2 +poly1u2 +poly1va +poly1è2 +poly1é2 +polyva1le +polyva3lent. +pri1va +privat1do +privatdo1ce +privatdo1ze +privatdo3cent. +privatdo3zent. +pro2s3tat +pros1ta +proé1mi +proémi1ne +proémi3nent. +pru1de +pru3dent. +pré1se +pré3sent. +préé1mi +préémi1ne +préémi3nent. +pu1g2n +pu1pi +pu1si +pu2g3nab1le +pu2g3nac +pug1na +pugna1b2l +pupil3l +pusil3l +pé1nu +pé1r2é2q +pé1ré +pé2nul +qua1me +qua2ment. +r1ci +r1he +r1hy +r1mi +ra1di +ra1me +ra2ment. +radio1a2 +rai1me +rai3ment. +rcil4l +re1le +re1li +re1pe +re3lent. +re3pent. +reli1me +reli2ment. +ri1me +ri2ment. +rin1ge +rin3gent. +rmil4l +ru1le +ru3lent. +ry1t2h +ry2thm +ryth1me +ryth2ment. +ré1ge +ré1ma +ré1su +ré1ti +ré3gent. +réma1ne +réma3nent. +résur1ge +résur3gent. +réti1ce +réti3cent. +s1c2l +s1ca +s1co +s1he +s1ho +s1la +s1lo +s1p2h +s1pa +s1pe +s1pi +s1po +s1t2r +s1ta +s1te +s1ti +s1to +s1ty +s1té +sc1he +sc1lé +se1mi +semil4l +ser1ge +ser1pe +ser3gent. +ser3pent. +ses1q +sesqui1a2 +sla1lo +slalo1me +slalo2ment. +sp1hè +sp1hé +spa1ti +spi1ro +spo1ru +sporu1le +sporu4lent. +st1ro +st1ru +stan1da +sto1mo +sté1ré +stéréo1s2 +su1b2l +su1me +su1pe +su1ra +su1ré +su2ment. +su3r2ah +sub1li +sub1s2 +subli1me +subli2ment. +suc1cu +succu1le +succu3lent. +supe1ro2 +supe4r1 +supers2 +suré1mi +surémi1ne +surémi3nent. +t1c2h +t1he +t1ra +t1re +t1ri +t1ru +t1t2l +ta1c2h +ta1me +ta2ment. +tac1hy +tachy1a2 +tan1ge +tan3gent. +tc1hi +tchin3t2 +tem1pé +tempé1ra +tempéra1me +tempéra3ment. +ter1ge +ter3gent. +tes1ta +testa1me +testa3ment. +th1re +th1ri +th2r +ther1mo +thermo1s2 +thril3l +to1me +to2ment. +tor1re +tor3rent. +tran2s1a2 +tran2s1o2 +tran2s1u2 +tran2s3h +tran2s3p +tran3s2act +tran3s2ats +trans1pa +transpa1re +transpa3rent. +tri1de +tri3dent. +tru1cu +trucu1le +trucu3lent. +tu1me +tu2ment. +tung2s3 +tur1bu +turbu1le +turbu3lent. +té1lé +télé1e2 +télé1i2 +télé1o2b +télé1o2p +télé1s2 +u1ci +u1ni +u1vi +u2s3t2r +ucil4l +ue1vi +uevil4l +uni1a2x +uni1o2v +uvil4l +v1re +va1ci +va1ni +vacil4l +vanil1li +vanil2l +vanil3lin +vanil3lis +ve1ni +ven1t2r +veni1me +veni2ment. +vent1ri +ventri1po +ventripo1te +ventripo3tent. +vi1di +vidi1me +vidi2ment. +vil3l +vol1ta +vol2t1amp +vé1lo +vélo1s2ki +wa2g3n +xil3l +y1al1gi +y1as1t2h +y1s2tom +ys1to +â1me +â2ment. +è1me +è2ment. +é1ce +é1ci +é1cu +é1d2r +é1de +é1le +é1li +é1lo +é1lé +é1mi +é1ne +é1ni +é1pi +é1q +é1re +é3cent. +é3dent. +é3quent. +é3rent. +éci1me +éci2ment. +écu1me +écu2ment. +éd1ri +éd2hi +édri1q +éli1me +éli2ment. +élo1q +élo3quent. +élé1me +émil4l +éni1te +éni3tent. +épi2s3cop +épi3s4co1pe +épis1co +équi1po +équi1va +équipo1te +équipo3tent. +équiva1le +équiva4lent. +ô1me +ô2ment. diff --git a/troff/libhnj/hyphen.d/hyph_it_IT.dic b/troff/libhnj/hyphen.d/hyph_it_IT.dic new file mode 100644 index 000000000000..32ed3c4ad5a4 --- /dev/null +++ b/troff/libhnj/hyphen.d/hyph_it_IT.dic @@ -0,0 +1,442 @@ +UTF-8 +% This file has been derived from `ithyph.tex', +% to which the following applies: +% ----------------------------------------------------------------- +% Prepared by Claudio Beccari e-mail beccari@polito.it +% +% Dipartimento di Elettronica +% Politecnico di Torino +% Corso Duca degli Abruzzi, 24 +% 10129 TORINO +% +% Copyright 1998, 2001 Claudio Beccari +% +% This program can be redistributed and/or modified under the terms +% of the LaTeX Project Public License Distributed from CTAN +% archives in directory macros/latex/base/lppl.txt; either +% version 1 of the License, or any later version. +% +% \versionnumber{4.8d} \versiondate{2001/11/21} +% +% These hyphenation patterns for the Italian language are supposed to comply +% with the Reccomendation UNI 6461 on hyphenation issued by the Italian +% Standards Institution (Ente Nazionale di Unificazione UNI). No guarantee +% or declaration of fitness to any particular purpose is given and any +% liability is disclaimed. +% ----------------------------------------------------------------- +% A copy of the original can be obtained from <http://www.tug.org/teTeX/>. +% ----------------------------------------------------------------- +% For sending bug reports, follow the instructions on +% <http://n-t-roff.github.io/heirloom/doctools.html>. +% ----------------------------------------------------------------- +% Sccsid @(#)hyph_it_IT.dic 1.2 (gritter) 9/3/05 +.a3p2n +.a1p +.anti1 +.a1n +.a2n1t +.a1nti3m2n +.anti1m +.bio1 +.1b +.1c2 +.ca4p3s2 +.ca1p +.circu2m1 +.ci1r +.1ci2r1c +.1d2 +.di2s3cine +.di1s2 +.dis1c +.disci1n +.fra2n2k3 +.1f +.f2r +.fra1n +.free3 +.narco1 +.1n +.na1r +.na2r1c +.opto1 +.o1p +.o2p1t +.orto3p2 +.o1r +.o2r1t +.para1 +.1p +.pa1r +.1poli3p2 +.po1l +.pre1 +.p2r +.2p2s2 +.sha2re3 +.1s2 +.s1h +.sha1r +.tran2s3c +.1t +.t2r +.tra1n +.tra2n1s2 +.tran2s3d +.tran2s3f +.tran2s3l +.tra1n2s3n +.tran2s3p +.t1ran2s3r +.1tran2s3t +.su2b3lu +.su1b +.sub2l +.su2b3r +.wa2g3n +.1w +.wa1g +.we2l2t1 +.we1l +a1ia +a1ie +a1io +a1iu +a1uo +a1ya +2a2t. +a1t +e1iu +e2w +o1ia +o1ie +o1io +o1iu +'2 +1b +2b1b +2b1c +2b1d +2b1f +2b1m +2b1n +2b1p +2b1s2 +2b1t +2b1v +b2l +b2r +2b. +2b'. +b'2 +2b'2'2 +1c +2c1b +2c1c +2c1d +2c1f +2c1k +2c1m +2c1n +2c1q +2c1s2 +2c1t +2c1z +c2h +2c2h1h +2c2h1b +c2h2r +2c2h1n +c2l +c2r +2c. +2c'. +c'2 +2c'2'2 +1d +2d1b +2d1d +2d1g +2d1l +2d1m +2d1n +2d1p +d2r +2d1s2 +2d1t +2d1v +2d1w +2d. +2d'. +d'2 +2d'2'2 +1f +2f1b +2f1g +2f1f +2f1n +f2l +f2r +2f1s2 +2f1t +2f. +2f'. +f'2 +2f'2'2 +1g +2g1b +2g1d +2g1f +2g1g +g2h +g2l +2g1m +g2n +2g1p +g2r +2g1s2 +2g1t +2g1v +2g1w +2g1z +2gh2t +2g. +2g'. +g'2 +2g'2'2 +1h +2h1b +2h1d +2h1h +hi3p2n +hi1p +h2l +2h1m +2h1n +2h1r +2h1v +2h. +2h'. +h'2 +2h'2'2 +1j +2j. +2j'. +j'2 +2j'2'2 +1k +2k1g +2k1f +k2h +2k1k +k2l +2k1m +k2r +2k1s2 +2k1t +2k. +2k'. +k'2 +2k'2'2 +1l +2l1b +2l1c +2l1d +2l3f2 +2l1g +l2h +2l1k +2l1l +2l1m +2l1n +2l1p +2l1q +2l1r +2l1s2 +2l1t +2l1v +2l1w +2l1z +2l. +2l'. +l'2 +2l'2'2 +1m +2m1b +2m1c +2m1f +2m1l +2m1m +2m1n +2m1p +2m1q +2m1r +2m1s2 +2m1t +2m1v +2m1w +2m. +2m'. +m'2 +2m'2'2 +1n +2n1b +2n1c +2n1d +2n1f +2n1g +2n1k +2n1l +2n1m +2n1n +2n1p +2n1q +2n1r +2n1s2 +2n1t +2n1v +2n1z +1n2g3n +2nhei2t. +n1h +nhei1t +2n. +2n'2 +2n'2'2 +1p +2p1d +p2h +p2l +2p1n +3p2ne +2p1p +p2r +2p1s2 +3p2si1c +2p1t +2p1z +2p. +2p'. +p'2 +2p'2'2 +1q +2q1q +2q. +2q'. +q'2 +2q'2'2 +1r +2r1b +2r1c +2r1d +2r1f +r2h +2r1g +2r1k +2r1l +2r1m +2r1n +2r1p +2r1q +2r1r +2r1s2 +2r1t +r2t2s3 +2r1v +2r1x +2r1w +2r1z +2r. +2r'. +r'2 +2r'2'2 +1s2 +2s2h1m +s1h +2s3s2 +s4s3m +2s3p2n +s1p +2s2t1b +s1t +2s2t1c +2s2t1d +2s2t1f +2s2t1g +2s2t1m +2s2t1n +2s2t1p +2s2t1s2 +2s2t1t +2s2t1v +2s1z +4s. +4s'. +s'2 +4s'2'2 +1t +2t1b +2t1c +2t1d +2t1f +2t1g +t2h +t2l +2t1m +2t1n +2t1p +t2r +2t1s2 +3t2sc2h +ts1c +2t1t +2t1v +2t1w +t2z +2tz1k +2t2z1s2 +2t. +2t'. +t'2 +2t'2'2 +1v +2v1c +v2l +v2r +2v1v +2v. +2v'. +v'2 +2v'2'2 +1w +w2h +wa2r +2w1y +2w. +2w'. +w'2 +2w'2'2 +1x +2x1t +2x1w +2x. +2x'. +x'2 +2x'2'2 +y1ou +y1i +1z +2z1b +2z1d +2z1l +2z1n +2z1p +2z1t +2z1s2 +2z1v +2z1z +2z. +2z'. +z'2 +2z'2'2 +.1z2 diff --git a/troff/libhnj/hyphen.d/hyph_la_VA.dic b/troff/libhnj/hyphen.d/hyph_la_VA.dic new file mode 100644 index 000000000000..cd33c69d54ef --- /dev/null +++ b/troff/libhnj/hyphen.d/hyph_la_VA.dic @@ -0,0 +1,418 @@ +UTF-8 +% This file has been derived from lahyph.tex, +% to which the following applies: +% ----------------------------------------------------------------- +% Copyright 1999- 2001 Claudio Beccari +% [latin hyphenation patterns] +% +% ----------------------------------------------------------------- +% IMPORTANT NOTICE: +% +% This program can be redistributed and/or modified under the terms +% of the LaTeX Project Public License Distributed from CTAN +% archives in directory macros/latex/base/lppl.txt; either +% version 1 of the License, or any later version. +% ----------------------------------------------------------------- +% Prepared by Claudio Beccari +% Politecnico di Torino +% Torino, Italy +% e-mail beccari@polito.it +% +% 1999/03/10 Integration of `lahyph7.tex' and `lahyph8.tex' into +% one file `lahyph.tex' supporting fonts in OT1 and T1 encoding by +% Bernd Raichle using the macro code from `dehypht.tex' (this code +% is Copyright 1993,1994,1998,1999 Bernd Raichle/DANTE e.V.). +% +% +% \versionnumber{3.0b} \versiondate{2001/11/21} +% ----------------------------------------------------------------- +% A copy of the original can be obtained from <http://www.tug.org/teTeX/>. +% ----------------------------------------------------------------- +% For sending bug reports, follow the instructions on +% <http://n-t-roff.github.io/heirloom/doctools.html>. +% ----------------------------------------------------------------- +% Sccsid @(#)hyph_la_VA.dic 1.4 (gritter) 9/3/05 +.1c +.1ci2r1c +.1d +.1p +.1s2 +.a1b +.a1n +.a1nti3m2n +.a2b2s3 +.a2b3l +.a2n1t +.anti1 +.anti1m +.ca1p +.ca4p3s2 +.ci1r +.circu2m1 +.co1n +.co2n1iu1n +.di1s2 +.di2s3cine +.dis1c +.disci1n +.e2x1 +.o2b3 +.p2r +.pa1r +.para1i +.para1u +.pre1i +.pro1i +.su1b +.su2b3lu +.su2b3r +.sub2l +1b +1c +1d +1f +1g +1h +1j +1k +1l +1m +1n +1p +1qu2 +1r +1s2 +1t +1v +1x +1z +2'2 +2b. +2b1b +2b1d +2b1m +2b1n +2b1s2 +2b1t +2c. +2c1c +2c1m +2c1n +2c1s2 +2c1t +2c1z +2cq +2d. +2d1d +2d1g +2d1m +2d1s2 +2d1v +2f. +2f1f +2f1n +2f1t +2g. +2g1d +2g1f +2g1g +2g1m +2g1s2 +2g1v +2h. +2h1p +2h1t +2k1k +2l. +2l1b +2l1c +2l1d +2l1f +2l1g +2l1k +2l1l +2l1m +2l1n +2l1p +2l1r +2l1s2 +2l1t +2l1v +2lq +2m. +2m1b +2m1l +2m1m +2m1n +2m1p +2m1r +2m1v +2mq +2n. +2n1b +2n1c +2n1d +2n1f +2n1g +2n1l +2n1m +2n1n +2n1p +2n1r +2n1s2 +2n1t +2n1v +2n1x +2nq +2p. +2p1n +2p1p +2p1s2 +2p1t +2p1z +2p2h1p +2p2h1t +2r. +2r1b +2r1c +2r1d +2r1f +2r1g +2r1l +2r1m +2r1n +2r1p +2r1r +2r1s2 +2r1t +2r1v +2r1z +2rq +2s. +2s2t. +2s2t1b +2s2t1c +2s2t1d +2s2t1f +2s2t1g +2s2t1m +2s2t1n +2s2t1p +2s2t1s2 +2s2t1t +2s2t1v +2s2tq +2s3de2m. +2s3p2h +2s3que. +2s3s2 +2st3l +2t. +2t1b +2t1c +2t1d +2t1f +2t1g +2t1m +2t1n +2t1p +2t1t +2t1v +2tq +2v1v +2x. +2x1t +2x1x +2z. +3p2neu +3p2si1c +a1ia +a1ie +a1io +a1iu +a1l +a1m +a1n +a1r +a1ua +a1ue +a1ui +a1uo +a1uu +a2l1ua +a2l1ue +a2l1ui +a2l1uo +a2l1uu +a2m1ua +a2m1ue +a2m1ui +a2m1uo +a2m1uu +a2n1ua +a2n1ue +a2n1ui +a2n1uo +a2n1uu +a2r1ua +a2r1ue +a2r1ui +a2r1uo +a2r1uu +ae1a +ae1o +ae1u +b2l +b2r +c2h2 +c2l +c2r +d2r +e1iu +e1l +e1m +e1n +e1r +e1ua +e1ue +e1ui +e1uo +e1uu +e2l1ua +e2l1ue +e2l1ui +e2l1uo +e2l1uu +e2m1ua +e2m1ue +e2m1ui +e2m1uo +e2m1uu +e2n1ua +e2n1ue +e2n1ui +e2n1uo +e2n1uu +e2r1ua +e2r1ue +e2r1ui +e2r1uo +e2r1uu +f2l +f2r +g2l +g2n +g2r +i1l +i1m +i1n +i1r +i1ua +i1ue +i1ui +i1uo +i1uu +i2l1ua +i2l1ue +i2l1ui +i2l1uo +i2l1uu +i2m1ua +i2m1ue +i2m1ui +i2m1uo +i2m1uu +i2n1ua +i2n1ue +i2n1ui +i2n1uo +i2n1uu +i2r1ua +i2r1ue +i2r1ui +i2r1uo +i2r1uu +io1i +k2h2 +l3f2t +n2s3f +n2s3m +o1ia +o1ie +o1io +o1iu +o1l +o1m +o1n +o1r +o1ua +o1ue +o1ui +o1uo +o1uu +o2l1ua +o2l1ue +o2l1ui +o2l1uo +o2l1uu +o2m1ua +o2m1ue +o2m1ui +o2m1uo +o2m1uu +o2n1ua +o2n1ue +o2n1ui +o2n1uo +o2n1uu +o2r1ua +o2r1ue +o2r1ui +o2r1uo +o2r1uu +p2h +p2l +p2r +r2h +s1d +s1p +s1qu2 +s1t +sde1m +t2h +t2l +t2r +u1l +u1m +u1n +u1r +u1ua +u1ue +u1ui +u1uo +u1uu +u2l1ua +u2l1ue +u2l1ui +u2l1uo +u2l1uu +u2m1ua +u2m1ue +u2m1ui +u2m1uo +u2m1uu +u2n1ua +u2n1ue +u2n1ui +u2n1uo +u2n1uu +u2r1ua +u2r1ue +u2r1ui +u2r1uo +u2r1uu +uo3u +v2l +v2r +œ1 +æ1 diff --git a/troff/libhnj/hyphen.d/hyph_nl_NL.dic b/troff/libhnj/hyphen.d/hyph_nl_NL.dic new file mode 100644 index 000000000000..ee7c8a73ff6b --- /dev/null +++ b/troff/libhnj/hyphen.d/hyph_nl_NL.dic @@ -0,0 +1,16550 @@ +UTF-8 +% This file has been derived from `nehyph.tex`, +% to which the following applies: +% ----------------------------------------------------------------- +% COPYRIGHT (C) 1996: Piet Tutelaers +% +% ----------------------------------------------------------------- +% IMPORTANT NOTICE: +% +% This program can be redistributed and/or modified under the terms +% of the LaTeX Project Public License Distributed from CTAN +% archives in directory macros/latex/base/lppl.txt; either +% version 1 of the License, or any later version. +% +% VERSION: 1.1 (November 1996) Copyright changed March 2000 +% ----------------------------------------------------------------- +% A copy of the original can be obtained from <http://www.tug.org/teTeX/>. +% ----------------------------------------------------------------- +% For sending bug reports, follow the instructions on +% <http://n-t-roff.github.io/heirloom/doctools.html>. +% ----------------------------------------------------------------- +% This file has been prepared for The Heirloom Documentation Tools +% on 2008/04/21 by Erwin Koning <erwin.koning@planet.nl>. +% Erwin Koning will accept bug reports for this file. +% ----------------------------------------------------------------- +% Sccsid @(#)hyph_nl_NL.dic 1.1 (gritter) 4/21/08 +.a4 +.aan5 +.a4a4 +.aar4ts5 +.aa4rt +.aa1t5 +.a3b5l +.a1b +.acht5e4nd +.a4c2ht +.ach3t4en +.ach1te +.ac5re +.2a1c4r2 +.4a1d4i5 +.af3 +.af5l2 +.a4f5s4 +.aftu5r2e +.a4ft +.af1tu +.aftu4r +.al3e4e4 +.a1le +.al3f +.alk4 +.al5ko +.al4k1o5v2 +.al5ma +.a2lm +.al3om +.a1lo +.al4s2t +.a4ls +.ana3s2 +.a1na +.a4n3d2 +.a3n3e2n +.a1ne +.an3g4l4 +.a2ng +.an5th +.a2nt +.a2r5d +.ar5t3r4 +.a4rt +.as5h +.as5l4 +.a2s3t +.as5tra +.4a1s4tr4 +.a1s3u +.at4a +.a1t +.ave5n +.a1v2 +.av4e +.1b4 +.be3la +.3b4e +.be5ra +.be5r4i +.b2o4s1 +.b4o +.c4 +.2co4o5 +.1co +.co3r2o +.cus5 +.1c2u +.d4 +.daar5 +.1da +.da4a4 +.da4gi +.3dag +.da4g5r4 +.da2k +.dan2 +.de3b4e4 +.1de +.de1b +.5de2k +.de1k5l4 +.de2k5s +.den4k5r4 +.de4n1k +.de5o3d +.de4o +.de3ro +.de5sta +.de2s +.de3s2t +.di4a +.1di +.di4e4p +.d4ie +.d4i3o +.5doet3 +.1do +.3d4o4e +.2do3v2 +.du4w +.1du +.e4 +.e1de2 +.e1d +.ede1l5a +.e4d3w +.ee4n +.e4e +.eer5s1te +.ee2r +.ee4rs +.eer1s4t +.ees2t3 +.ee2s3 +.eesto4 +.ee2t3 +.ei3l +.e2i +.ei5sc +.e4is +.ei3s4p +.4e4i5t2 +.e4l4s5 +.e2n5s +.en5t2h +.e2nt +.e1p4a +.ere5s +.e1re +.er2f +.er1f3l2 +.er3in +.e3ri +.e4rt4 +.er4ts3 +.es3 +.e1s5c +.es5pe +.e1sp +.e1s5tr4 +.es2t +.et4en4 +.e3te +.e1t4h +.ets5t4e. +.et4s1te +.e4ts +.ets2t +.eu3 +.eus5 +.é2 +.f4 +.fe4l4s +.1fe +.g4 +.g4aa1t5 +.1ga +.ga4a4 +.gan4g5s +.3gan +.ga2ng +.ge1a5v2 +.1ge +.g4e3a +.ge3l4a +.ge5l4e +.gelo5v2 +.5g4e3l4o +.ge3n4a +.ge2n4a5z +.3ge5ne +.ge5no +.ge3ra +.ge5r4e +.ge5r4o +.gerst5a +.ge4rs +.ger1s4t +.3ge3s4 +.4ge5s1k2 +.ge5ta +.ge5t4j2 +.ge5t4o +.gid4 +.1gi +.go4m +.1go +.3goo4t3 +.g2o4o2 +.h2 +.hande4l2s5 +.ha4nd +.han3de +.her5in +.h4e +.he4r3i +.hit4s5t +.h4it +.hi4ts +.ho4lo +.hou2d5s +.hou1d +.i4 +.ide5o +.i1de +.i2j4s +.i2j +.ijs5l4 +.4ijs3p +.4ijs3t +.4ik3 +.in1 +.i4n5d4 +.i2n3g4 +.in5gr4 +.i4n1k2 +.in5kr4 +.in5kw +.i2n3s4 +.in5s2l4 +.in5s4t +.in5ta +.i2nt +.i4s5c +.4is +.j4 +.jor5 +.k4 +.ka3d +.1ka +.ka5g +.ka4ta4a4 +.ka1t +.ker3k5l4 +.1ke +.ker4k5r4 +.ker4k5u +.ker5st4en +.ke4rs +.ker1s4t +.ker3s1te +.ke4s +.koo4t5 +.1ko +.ko4o4 +.ko5pe +.ko2p5l2 +.4k1o3v2 +.3k4u2n2 +.1ku +.l4 +.laat5s1te +.la4a4 +.laa1t +.laat2s2t +.laa4ts +.le4b5 +.le4g3o +.l4e1g +.le4g3r4 +.leid5s2t4 +.le2i +.l4eid +.lei2d2s1 +.le2n4s3 +.le5r4 +.le4s3 +.le5t4h +.li4n5d +.1li +.lof5 +.loo4t3 +.lo4o2 +.l2o4s1 +.lu3e +.lui5t4j2 +.2lu4it +.lu2i +.lu4s +.m4 +.ma5d +.1ma +.ma5ï4 +.mee4l5d +.1me +.me4e +.mee2l +.me5la +.m2el +.me5ni +.3men +.mer4k5l4 +.5merk +.m4e2s +.me4s2t +.met5e4e2 +.me3te +.mij4n5i +.1mi +.mi2j +.m4ijn +.moo4t3 +.1mo +.mo4o2 +.mor5st4en +.mor4s4t +.mo4rs +.mor3s1te +.5m2o4s +.n4 +.5naa1t5 +.1na +.na4a4 +.na3d +.na3n +.na3s4 +.nee5s3 +.1ne +.ne4e4 +.ne2p +.ne1p3a +.3ne4s +.ne5te +.ne4t3j2 +.neu4t5j2 +.ne2u +.nie4t5j2 +.1ni +.n4ie +.3noo4t5 +.no4o2 +.no2s5t +.1n2os +.no5v2 +.o4 +.4oe4r5 +.o4e +.oe4s5 +.oev4e4 +.oe1v2 +.ol3f +.om1 +.om1me3 +.4o2m1m +.o1n3a +.o4n3d +.on5de4r +.on3de +.o1n1e +.o2n5g +.o1n3i +.o4n5k +.on1o +.o2n1o5v2 +.o2n2t3 +.on4te4e2 +.on3te +.on4t2er +.3on4t5s4 +.ooi5tj2 +.o4o2 +.o4oi +.oo4it +.oot5je4s3 +.oo4t +.oo4tj2 +.op5e4e4 +.o1pi5 +.op5l2 +.op3r4 +.o4p5s +.or1g4 +.2os5 +.ov4e4 +.o2v2 +.p4 +.pee5tj2 +.p4e4e4 +.pee2t +.1pe3ri5 +.per4s5t4e. +.3pe4rs +.per1s4t +.per3s1te +.pie4t5j2 +.p4ie +.pit4s5t4e. +.p4it +.pit3s4te +.pi4ts +.pits2t +.poor4t5j2 +.po4o2 +.p4oo4rt +.po4s3t +.1p2os +.pu4it4 +.1p2u +.pu2i +.pui5t1j2 +.pu2t +.r4 +.raads5le +.r2a4a4 +.r4aad +.ra2a2ds +.raads4l4 +.ra4n4d +.r4an1d5a +.re4men +.re1me +.ren4o +.re3n1o5v2 +.re5o +.rie4t3 +.r4ie +.r4ij5sp +.ri2j +.ri2js +.rin4g5s4 +.r4i2ng +.roe5t4j2 +.ro4e +.ro4l +.ro4s3t +.r2os +.ro4t3h +.ro5v2 +.s4 +.sa2p3 +.sa5v2 +.2s3ci3 +.1sc +.s4e4e3 +.3se +.sek1s5te +.sek4s4t +.se2ks +.5se5r4e +.se4t3 +.se5v2 +.si1de3 +.1si +.sk4i3s4 +.2s1k2 +.s1k4i +.sne2u3 +.s2n4 +.s1ne +.sno2 +.3s2o2k3 +.2so2ng5 +.spoor5tj2 +.sp4o +.s2po4o2 +.sp4oo4rt +.s2t4 +.st4e4m +.s1te +.t4 +.ta4ar4t5j2 +.ta4a4 +.taa4rt +.t4an4da +.ta4nd +.3t4e4a +.1te +.t4e4f +.tek2 +.te3le +.t4el +.te2n5ac +.t4en +.te1na +.te3no +.ten4t5j2 +.3te2nt +.te3ra +.t2er +.ter4p5a +.ter1p +.te4r5s +.3te4s +.ti2n +.3ti +.ti1n3a +.ti1n3e +.toe5p3r4 +.t4o4e +.t2oep +.5to4lo +.t2ol +.to4p +.to5v2 +.tr4i3s4 +.tr4 +.4ts4 +.tsa3 +.tui4t5j2 +.2tu4it +.tu2i +.ty2r +.1ty1 +.u4 +.u2i2 +.4u4i5s +.u4it1 +.uit4je +.ui4t1j2 +.u1ke5 +.2uk +.u1r4a +.vaa2t5j2 +.1v2 +.va4a4 +.vaa1t +.ven4t5j2 +.v4e +.ve2nt +.ve4r3 +.ve1s5p +.ve2s3 +.ve2t3j2 +.vie4r +.3vi +.v4ie +.v4o4l5s +.w4 +.wa8l8s9t4e. +.wa4ls +.wal1s2t +.wal3s1te +.wee4ko +.we4e +.wee2k +.wee4t3 +.we4l3 +.wen4s5t +.we2n +.we2ns +.we1s4t5r4 +.we2s3 +.wes2t +.wi2n4s +.x4e3 +.y2 +.1z4 +.ze4s5 +.z4e +.z4i4t5 +.z2i +.zo4oi5 +.zo4o2 +4a. +a4a4 +4aad +aa1d1a +aa1d1o +aa1d1r4 +aad5sa2p +a2a2ds +aad2s1a2 +a4a1f5a +4aag +aa1g1a +aa1g3e +aa1g3o +aa2g5r4 +aa4gs4 +aag3s1a2 +aag5s1o4 +aag3s3p +aai3l +aa1k1a2 +aa1k3e2 +aa1k1o +aa2k5r4 +aak3sp +a2a2ks +aa1l5a2 +aa1l1e +aal5f4o +aalf3o5l +aa1l1i +aal5k +aa2l5m +aa1l1o2 +aal3s2l4 +aa4ls +aal5so +aal5s4pe +aal1sp +aal5s1te +aal1s2t +aa1l1u +aa1m1a +aa1m3o +aam4sta +aa2ms +aams4t +aam4s1te +aa1n1a +5aande4e +aa4nd +aan3de +aan1d4r4 +aa1n1e2 +aa2n5g +aa1n5i +3aan1j4 +aa4n5k4 +3aan3n +aa1n3o +aan3sp +a4a2ns +aans4p4o +aa2nt4 +3aan3ta +3aa2n1v2 +aa1p1a +a4a1p3i +aap3o2 +a4ap3r4 +aa1r3a +aar4d5as3 +aar2da +aa2r1d +aa1r3e4 +aa1r1i +4aa2r1n +aa1r1o2 +aar5sp4el +aa4r2s +aar4sp +aar3spe +aar4t5on +a4ar3to +aa4rt +aart4s5l4 +aar4ts +aa3r3u +a2a3s3e +aa1s3i +4aa2s2t +a4a1s5tr4 +aat3a +aa1t +aa1t5e +aat3h +aa3t3i +aat1o +aat5r4 +ab2a2k4s5 +a1b +a3ba +a5b2ak +aba4l +aba4t4s +aba1t +ab5eun +a3b4e +ab3ij1z +a3b2i +abi2j +a2bon +ab4o +aboo4t4j2 +abo4o2 +aboo4t +abo4t4j2 +2a3br4 +ab3ru +4a4c. +a3cal +a1ca +a3car +4a1ce +ace3s2t +ace2s +4a4c4h. +a3cha +2a1ch4e +4a1chi +ac2h3l +a1cho +a3c2hr +4ac4hs +ach5t3ec +a4c2ht +ach1te +a1chu +ach4uut5 +achu4u4 +4ack +ac3k3l4 +2a1c4l +2a3co +2a1c4r2 +ac5res +4acta +a2c1t +4a1c2u +4a4d. +a5d4a. +a1da +ad3ac +ada2d +ada4l +ada2r3 +a3das5 +2a4d3d4 +a5d4e. +a1de +a2d3e2i +ade5r2e +a5de2s +a3de3t4 +a5de1ta +ad3e4te +2a2d1h +4a1d4i +adi3al +adi2a +adi4o1c +ad4i2o +adi4od +4a2d3k2 +2a4d3l +4a3d4o. +a1do +a3do4o2 +2a2d3p +ad3re2i +a1dr4 +a2dre +a3d4ri +ad3rol +2a2ds +ad5se2 +ad3s1o4 +ad1s4t4 +ad5sta +ad3u2i +a1du +a2d3w +2a1dy +4ae +ae1ge4 +a4e1g +ae5k4 +a3e2p +ae3r +ae2s3 +ae4s5t +a3eu +a3ë +a4ër +4a1fa +af3a4a4 +a2f3ac +af4as +af4a1t +af1d4i +a4fd +af1d2r4 +af5d4w +4a1fe +afe4e4 +4a1fi +af3l2 +4a1fo +a5f4o. +a2fo4e +afo4n4d +a2f3o4p +af5or1g +af4or +af1r4 +a4f3s4 +af3s2c +af5se2 +3afs2l4 +3afs2p +af1t4a +a4ft +af5tr4 +af3u2i +a1fu +2a3fy1 +4a4g. +ag1a2d +a1ga +ag3af +ag3a2m +ag3ar +ag3di +a4gd +a5g4e. +a1ge +agee5t +a3ge4e4 +4a5g4e4n. +age4r4s +a4g3ex +a4gil +a1gi +ag3i4nd +a4g3i2ns +agi5ot +ag4i1o +4ag1l4 +a2g3of +a1go +a4g3or +a2g4o3v2 +a2gr4 +a3g4ra +ag5rap +ag3ru +ag3s3l4 +a4gs +ag4s1le +ag5s4lu +ags3p +ag3spe +ag3s4pi +ag1s2t +ag3st2a +ag5s4tr4 +2a4gt +agu5a +a1gu +a2g3u2i +ag3u4r +a2g3u4u4 +2ah +4a1ha +4a5h4e +ahe5r3i +a1hi +a2h3l +a3ho +a2h5r +a2h5t2 +a3hu +a3hy +ai5a2 +ai4dr4 +a4i1e +a1i2j +a4i5k +ai2l3m +ai2lo +a2in +a4i1o4 +ai3o3v2 +a4i3s4 +ai5sc +ai4s5l4 +ai5s3n4 +ai1so +ai2s3t +ai5tj2 +a4it +ai3tr4 +a4i3u4 +aïn4 +a1ï +aï2ns5 +aï3s3o4 +2a1j +ajaa4r2s5 +a1jaar +aja4a4 +a1ka2 +a2k3af +ak3ag +a4k3ar +a4k3e1d +a1ke +ak3e1mi +ak2e2t +a2k3i2d +a1ki +ak3i4n1k +ak5is +1ak1ko +a4k5k4 +4a2k3l4 +a2k3n4 +ak5ne +ak4ni2 +a3kof +a1ko +ak3on +ak3o2p +a2kr4 +a3k5ru +2a2ks +ak4so4 +ak5spe +ak1s4t +ak5to +a4kt +ak5t4w +a2k3u4 +ak1w +ak3wi +a1la +a4l3ach +a2lac +a4l3a2dr4 +a3l4ag +a3lal +a5l4apr4 +al3a4rt +4a4ld +a1le +a5l4e. +a2l3e4f1f +2al4e1g +a2l3el +ale5r4o +ale5s1te +ale2s +ales3t +ale4tj2 +a3lè1 +al4fe4n +al1fe +alf3l2 +al5fon +al4fo +al1fu4 +al2gl4 +a2l1g +a3l4ie +a1li +al3i2nt +al4k5e2i +al3ke +al5kle +al1k2l4 +al2k3s +al4ku2i +al1ku +al5le +a2l1l +al4mac +a2lm +al1ma +al5me +a1lo +a4l3o2l +alo2n +al3ou +a4l3o4v2 +2a4lp +al3s4a2g +a4ls +al3s3an +al3s1c4r2 +al1sc +als5j2 +al2s2l4 +al2s5li +als5m +al4s2n4 +al4s3o4o2 +al4st4em +al1s2t +al3s1te +al5st4en +als5tou +al3sto +altaar5 +a4l1t +alt4a4a4 +al3t1ha +al4t3ro +al3tr4 +alt4s2t +al4ts +a1lu +a2lu2i +a2l3u4it +al3u4r +alu2s5 +4a4m. +a4m3ac +a1ma +am3a1dr4 +ama4f +4am4ag +am3a4rt +5am4bt4 +a4m1b +amen4t4j2 +a1me +a3men +ame2nt +ame4ran +ame1ra +ame5tj2 +a2meu +a1m4i +4a2m1m +a2m3o1li +a1mo +a2m3o4v2 +3ampè1 +a2m1p +am3p2l2 +am4ple +am4s2m +a2ms +am4s3o4 +am4spr4 +am3s2p +ams5t4e. +ams4t +am1s1te +a2m3u2i +a1mu +a3nad +a1na +an3a2l1g +an4a3n +an3ar1c +2a2n1c +4an1da +a4nd +anda4d +and5a4n1k +an4d3e4d +an3de +an4dex +2an2d1j +an4dom +an1do +an5d4ri +an1dr4 +and5ro4o2 +ands5lo +an2ds +ands4l4 +an4d3ul +an1du +a4nem +a1ne +a3ne2n +ane4n3i +4aner +an3es2t +a3nes +ane3us +ane2u +4an4g. +a2ng +an4gan +an1ga +an4ga5p +ange5s2t +an1ge +an3ge1s4 +ang5le +ang4l4 +an3gr4 +ang5s1na +an4g2s +angs3n4 +ang1s4te +angs2t +aniet3 +a1ni +an4ie +ani2j4 +3ani1ma +an5i3on +an4i3o +a4n5i4s3l4 +a3n4is +an4i5t +4ani1v2 +4an4k. +a4n1k +an4ka4a4 +an1ka +anka4n +an4k3a4s +an2k3j +an4klu +an1k2l4 +ank3of +an1ko +an2k3r4 +a1no +an3och +a1noc +a4n3oor +ano4o2 +an3ork +a1n2o3s +a1no3t4 +a4n3ou +ano5v2 +4a2ns +an3s3an +an2s3c4r2 +an1sc +an4s4e4g +an3se +an4ser1v2 +an4sid +an3si +an2so4 +ans5or +ans4pi +ans5pir +an1s4t +an4s5t4e. +an3s1te +an5stru +an1s4tr4 +an4tac +a2nt +an3ta +an5t4e4n +an3te +an3th +2an3ti +ant5s2l4 +an4ts +an4t3w +4a1nu +a5nuf +a2n3u2i +a2n3u4r +a4n3u4u4 +anze5s3 +a2n1z +anz4e +2a1o +ao4g +ao2l +a4om +a2op2 +ao4r5t +a3os +aos3p +ao2s5t +4a4p. +a1pa +a4pak +a4pa4s3 +ap3a4s. +ap3a4s3s4 +a1pe +ap5et4en +ape3te +4a1pi +apij4t5j2 +api2j +a2p3ij1z +ap1j +2ap2l2 +ap3le +ap3li +ap3lo +a1plu +apon5 +ap3o4o2 +apo3p +apo5s4ta +a1p2os +apo2s3t +ap3o4v2 +1ap5pa +a4p3p +4appen +ap5pe +4apr4 +ap3ra +a3pre +a4prem +a5p4r4is +ap3ru +ap2sa +a2ps +ap4si +ap2s3l4 +ap3s2n4 +ap4st4e. +ap1s4t +ap3s1te +2a4p1t +ap3t3j2 +2a1p2u +a2q +4a4r. +a1ra +araa2t5j2 +ar2a4a4 +araa1t +a4r3a4p3p +ara3s4 +ar2da +a2r1d +ard3ac +ard3ak +ar3do4 +ar4d3om +ar4d3op +ar4d3o3v2 +ar2d1r4 +ar4dra +ar2d3re +ar4du +ar2d3w +a1re +5a2r4ea +a3r4e1g +a3rem +ar4en +are4no +are3s1p +a3re1v2 +ar3g1h +ar1g +ar2gl4 +a1ri +arie4tj2 +ar4ie +ari2j3s +ari2j +a4r3i2ns +ark2 +ar2k3ac +ar1ka +ar3k4l4 +ar4map +ar1m +ar1ma +ar1m3u +a1ro +a2r3o3b +ar3o1ge +a3r2ok +aro4ko +a2r3oo4g +aro4o2 +a2r1o2p +a3rot +arpi4 +ar1p +a4r2s +ar5s4ch2 +ar1sc +ar3s2c4r2 +ar3s2e +ar5s4e4e +ar3si +ar1s3l4 +ar4sla +ars5m +ar3s1ni +ar1s2n4 +ar4so +ar4sp +ar5sp4o +ars3ta +ar1s4t +ars5t2al +ar4s5tek +ar3s1te +ar4s4tr4 +ar4su +art4a4a4 +a4rt +ar1ta +ar4t3ak +ar4tan +art5a4n1k +ar4tap +ar3tar +4ar1te +ar4te2i +ar2th +ar5t4i2j +ar3ti +4ar4tj2 +art5je4s5v2 +artje4s3 +4ar3to +ar5to2f +art5o4ge +art5oo4g +arto4o2 +ar4t3o4v2 +ar2t3r4 +ar4tro +ar2t5ru +art4s3l4 +ar4ts +art5s1te +arts2t +a3ru +ar3u2i +4ar1w +arwe3s3 +a1ry +4asa +as3ad +as4ag +a2s3ak +as1a2p +a2sc +a4s5ce +2a3se +a4sec +a4s4e1g +ase1r5a +ase5tj2 +ase4t +asev4e4 +ase1v2 +as5ha +as1h +as4i4s1 +a1si +a4sj2 +as5ja +as3ji +a2s3k2 +as5ka +as5k4i +as3l4 +as4lu +as3m +as5mi +as3n4 +as4ne +as4ni +4aso +as3o3b +as2o2l +aso4r +as1p +a2s3p4l2 +a4s5q +as5sa +a4s3s4 +4ass1m +3as5su +a2s2t +4as3ta +a4st4a. +as5tag +a2s4tas +as4ta1t +as3te +a3stek +a3st4em +as5t4en +as3tè3 +asting5s3p +as3ti +asti2ng +astin4g2s +as1to +a2s3t2o3b +as4t3op +4a1s4tr4 +ast5rem +as5tr4o. +a1s4tu +a1t +ata4ar4t5j2 +ata4a4 +ataa4rt +a2t1ac +at3a4de +a4tad +a2t3a4f. +at3a4n1k +a3ta3s +2atek +a1te +a5te2l1l +at4el +at4e2n +ate3no +aten4t5r4 +a3te2nt +ate4r5ad +at2er +ater5s2l4 +ate4rs +at4eu +2a4t3g2 +a2t3hu +ati5ni +a3ti +a2t3j2 +at4je +atje4s5 +at5je4s3b +at5jes1h +at5jes5m +at5je1sp +2a4t3m +2a4t3n +a2to4o2 +at3oo4g +ato2s5f +a3t2os4 +ato3s3t +at3rac +atr4 +at3re2i +at3ri1b +at4ro4e +at5ru +at4s3a2 +a4ts +at4s3ec +at3se +at1si4 +at4s3id +at2s3l4 +at4slo +ats5m +ats3n4 +at4s1ne +ats3pr4 +at2s2t +at4sta4a4 +at3sta +at4s5tak +at4st4e. +at3s1te +at5st4en +at5sti2j +at1s4ti +ats5t2ol +at1sto +ats5t4o4p. +ats4top +ats5trek +at1s4tr4 +at4t3u4 +a4t3t +a2t3u2i +a4t3w +au1a4 +au3ch +a4uc +au3co +au5de +au1d +au2d4j +1aug +au3na +au2n3t +a4up2 +aur4 +au5r2e +aure3u +4aus +au3so2 +au4s5p +au3sto +aus2t +au3t4 +4au4t. +1au1to +auto3p +2au4ts3 +auw3a +4a4u1z +a4ü +ava2s2t4 +a1v2 +ave3c +av4e +ave4e4 +ave4n3i +aven5s2p +ave2ns +aver3a +ave2r +ave3re +ave3r4u +4a3vi +a2vo +1a4von +a5vo4o2 +a5vor +4avy3 +2a1w +ax4is4 +ay2a +4a3z4if +a1z +az2i +ä3h +äm1me3 +ä2m1m +ä3r +1b +4b. +3ba +baar5s1te +ba4a4 +baa4r2s +baar1s4t +ba4ar5tj2 +baa4rt +ba4da +bad3a2r3 +ba4d3r4 +b2a2d3s +ba3g4h +b4a3g1l4 +5b2ak +ba4k3o4 +bak4sp +b2a2ks +ba3l4an +ba1la +ba4lar +bal3d1w +b4a4ld +ba1le4 +bal3e1v2 +ba3li3ë +ba1li +bal4k2l4 +ba3lo +ba4ls4 +bal3s1f +ba4me +ba5n2a +ban4k3a +ba4n1k +ban4k2l4 +ban4k3o +ban4k3r4 +ban4k3w +b4a3sa +ba4s2t +ba2tr4 +ba1t +ba3tro +4b1b +bbe4l5ag +b3b4e +bbe1la +bbe4l5e4e4 +bbe3le +bbe2n +bbe1n3a +4b1c +4b1d4 +b5de +bdi5a +b1di +3b4e +b4e1a +be3as +be2au +be3ch +be5d1we +be1d +be4d2w +be5d1wi +be5d1wo +be4e4 +bee2t1 +b4e5g +be4i1e4 +be2i +be4i3s +bei5tj2 +b4e4it2 +be5ki +be3k4l4 +be1kw +be3lar +be1la +be5l4as +bel5dr4 +be4ld +be3le +be4l3ec +be4lex +bel5f +b2e3li +be4l5i2nt +bel3k +b4e1l4o +be3lo5v2 +bel3sc +be4ls +bel3sp +be4l1t4 +beme2n4s +be1me +be3men +be3ne2p +be1ne +be5n4o +be5ot +be3o +be1ra +bere5s4 +be1re +ber4g5af +ber1g +ber1ga +ber4g5et +ber1ge +ber4g2l4 +ber4gr4 +be3r4i +be1r4o +ber1o5v2 +be3ru +be3ry +be1s4 +be2s5ac +be4s1h +be4s1je +besj2 +be3so +be5sp +be4s5s4 +be4s5t4e. +bes2t +bes1te +be4s5te4n. +bes3t4en +be5st4ie +bes3ti +bet2 +be3t4h +be5ton +be1to +bet5ren +be1tr4 +be4t1w +be5t2wi +be3u4nd +beu4r4s +4b3f +2b1g +4b3h +3b2i +bi2d3s1 +bi2du +bi2e4li +b4ie +bi4en +bie4t3j2 +b4ij5d +bi2j +bij3f +bij3g4 +bi2j5k4 +bij1p +bi2j1s2 +bi1k4a +b4ik +5bil +bi3lo +bi4l3s2 +bin4dr4 +bi4nd +bin4s4t +bi2ns +bin4t3j2 +bi2nt +1bi5o5b +b4i1o +bi3ok +bi5om +bi3o5s2o +bi2o4s +bi5ow +bir3 +bi4s3t +b4is +bis5tro4o2 +bi3s4tr4 +bi1tr4 +b4it +bit4se +bi4ts +bit4s3p +4b1j +4b1k +3b4l +blad5i2j +bl4a1d4i +2b5lap +b5le1d +ble2s3 +ble5spe +ble4sp +ble2t3 +b5lid +b1li +b3li2j2s4 +bli2j +blij5s3te +bl4ijs2t +bl4i2k +4b5l4oi +blo2k5l4 +bl2ok +bloo4t5j2 +blo4o2 +bloo4t +blu2s +2b1m +4b1n +b4o +bo4d3ec +bo1de +bo1dy3 +boe4g3a +bo4e +bo4e1g +boe4k2n4 +boe4ko +boes4 +boe3s2t +boet5s2t +boe4ts +bo3f4l2 +b2o2k +bok3an +bo1ka +bokje5 +bok1j +bok4s4t4 +bo2ks +bolk4 +b4o2m3a4 +b4o2m3o +bo5na +bo4nd2 +bon2d4s5 +3bo1ne +bo3no +bon4t3j2 +bo2nt +bon4t5o4 +boo4t3j2 +bo4o2 +boo4t +boot4s5t4e. +boo4ts +boot3s1te +boots2t +bo3p2 +bor4sta +bo4rs +bor1s4t +bor3st5o +bor4s4t5r4 +b2o4s +bos3a +bo5s1co +b4o3s2c +bo5si +bo5s2o +bos5p +bos5to +bo2s3t +bo4t3j2 +bo4to +b2ot3r4 +bot4sp +bo4ts +bot4s2t +bo2tu +bou5ta +bou2w5s +bo3v2 +bov4e4 +4b1p +3br4 +bra2a2d5s +br2a4a4 +br4aad +br4an4da +bra4nd +br4a5s4tr4 +bra2s2t +bre4i5s4 +bre2i +brie4t +br4ie +brie5tj4e. +brie3tj2 +bri4l +bro2n +br2o1n3o4 +bru2l +4b1s4 +b2s5a +b5sc +b3si +bsi3d +bs5je +bsj2 +b2s5la +bs2l4 +b2s5m +b4s5s4 +b4sti2j +bs2t +bs3ti +4bt4 +b3ta +b1tr4 +b4ts5 +3b4u +bui4t4j2 +bu2i +bu4it +bul4k +bu4lu +bune5t |